|
@@ -3,7 +3,7 @@
|
|
Summary: A library of functions for manipulating PNG image format files.
|
|
Summary: A library of functions for manipulating PNG image format files.
|
|
Summary(ja): PNG画像形式ファイル操作用の関数ライブラリ
|
|
Summary(ja): PNG画像形式ファイル操作用の関数ライブラリ
|
|
Name: libpng
|
|
Name: libpng
|
|
-Version: 1.6.20
|
|
+Version: 1.6.23
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -119,13 +119,17 @@ the libpng package.
|
|
# remove unneeded files
|
|
# remove unneeded files
|
|
%__rm -f %{buildroot}%{_libdir}/libpng*.la
|
|
%__rm -f %{buildroot}%{_libdir}/libpng*.la
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
+%post
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
+%postun
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
+%post -n compat32-%{name}
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
+%postun -n compat32-%{name}
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
%clean
|
|
%clean
|
|
[ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
|
|
[ -n $RPM_BUILD_ROOT -a $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
|
|
@@ -169,6 +173,9 @@ the libpng package.
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 14 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2:1.6.23-1
|
|
|
|
+- updated to 1.6.23.
|
|
|
|
+
|
|
* Sun Jan 17 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2:1.6.20-1
|
|
* Sun Jan 17 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2:1.6.20-1
|
|
- update to 1.6.20
|
|
- update to 1.6.20
|
|
|
|
|