diff --git a/.gitignore b/.gitignore index 6e9d0bc..1247603 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/netpbm-10.56.03.tar.xz +/netpbm-10.56.04.tar.xz diff --git a/netpbm.spec b/netpbm.spec index 41c0f37..a428677 100644 --- a/netpbm.spec +++ b/netpbm.spec @@ -1,7 +1,7 @@ Summary: A library for handling different graphics file formats Name: netpbm -Version: 10.56.03 -Release: 2%{?dist} +Version: 10.56.04 +Release: 1%{?dist} # See copyright_summary for details License: BSD and GPLv2 and IJG and MIT and Public Domain Group: System Environment/Libraries @@ -173,7 +173,7 @@ if [ "%{_libdir}" != "/usr/lib" ]; then fi cp -af lib/libnetpbm.a $RPM_BUILD_ROOT%{_libdir}/libnetpbm.a -ln -sf libnetpbm.so.11 $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so +cp -l $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so.?? $RPM_BUILD_ROOT%{_libdir}/libnetpbm.so mkdir -p $RPM_BUILD_ROOT%{_datadir} mv userguide/man $RPM_BUILD_ROOT%{_mandir} @@ -245,6 +245,11 @@ rm -rf $RPM_BUILD_ROOT %doc userguide/* %changelog +* Fri Nov 25 2011 Jindrich Novy 10.56.04-1 +- update to 10.56.04 +- fixes pngtopam +- use more robust way to create library symlinks + * Wed Nov 16 2011 Jindrich Novy 10.56.03-2 - fix library symlink to point to the new soname diff --git a/sources b/sources index 550a8f7..9939ac7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da157502bc0d2469391fceed0779634a netpbm-10.56.03.tar.xz +aeb6b232504e51d6228115b56865434d netpbm-10.56.04.tar.xz