diff --git a/.gitignore b/.gitignore index a483532..6aa58e5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /libcdr-0.1.0.tar.xz /libcdr-0.1.1.tar.xz /libcdr-0.1.2.tar.xz +/libcdr-0.1.3.tar.xz diff --git a/libcdr.spec b/libcdr.spec index 95f5f49..3daa294 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -1,8 +1,8 @@ %global apiversion 0.1 Name: libcdr -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: A library for import of CorelDRAW drawings # the only Public Domain source is src/lib/CDRColorProfiles.h @@ -51,12 +51,12 @@ Currently supported: XHTML, text, raw. %setup -q %build -%configure --disable-static --disable-werror +%configure --disable-silent-rules --disable-static --disable-werror sed -i \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ libtool -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} @@ -109,6 +109,9 @@ make %{?_smp_mflags} check %{_mandir}/man1/cmx2xhtml.1* %changelog +* Thu Jul 21 2016 David Tardon - 0.1.3-1 +- new upstream release + * Fri Apr 15 2016 David Tardon - 0.1.2-4 - rebuild for ICU 57.1 diff --git a/sources b/sources index d88204f..ed1cadb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8f6c5e3b5769c9814e07ce5b9d07fba libcdr-0.1.2.tar.xz +74589ce5bb944974f4308906d9e9dc5c libcdr-0.1.3.tar.xz