new upstream release 0.1.1

f41
David Tardon 7 years ago
parent f3f775e145
commit 65d795621a

1
.gitignore vendored

@ -1,3 +1,4 @@
/libepubgen-0.0.0.tar.xz /libepubgen-0.0.0.tar.xz
/libepubgen-0.0.1.tar.xz /libepubgen-0.0.1.tar.xz
/libepubgen-0.1.0.tar.xz /libepubgen-0.1.0.tar.xz
/libepubgen-0.1.1.tar.xz

@ -1,8 +1,8 @@
%global apiversion 0.1 %global apiversion 0.1
Name: libepubgen Name: libepubgen
Version: 0.1.0 Version: 0.1.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: An EPUB generator library Summary: An EPUB generator library
License: MPLv2.0 License: MPLv2.0
@ -39,7 +39,7 @@ The %{name}-doc package contains documentation files for %{name}.
%setup -q %setup -q
%build %build
%configure --disable-silent-rules --disable-static --disable-werror %configure --disable-silent-rules --disable-static
sed -i \ sed -i \
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
@ -75,6 +75,9 @@ make %{?_smp_mflags} check
%doc docs/doxygen/html %doc docs/doxygen/html
%changelog %changelog
* Sun Jun 03 2018 David Tardon <dtardon@redhat.com> - 0.1.1-1
- new upstream release
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (libepubgen-0.1.0.tar.xz) = 6be431d06321807991048567aebd7111359f8aa364fe33e651c991553f832c03ad3bb3520b9f7e8d72a861a9ebd84483587becb9062e226bcd1d8ade1819b4a9 SHA512 (libepubgen-0.1.1.tar.xz) = 9d911384672b5394ff1df3280a5c9fe12888530c41f177aa100f135954e2ec279b64193f8388f12c96f6a6e587483ce853e74fe45b29fb748a930512dd011c2b

Loading…
Cancel
Save