rpms/optipng/F-10 optipng.spec,1.10,1.11

Till Maas till at fedoraproject.org
Wed Feb 25 17:44:24 UTC 2009


Author: till

Update of /cvs/pkgs/rpms/optipng/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9953

Modified Files:
	optipng.spec 
Log Message:
* Wed Feb 25 2009 Till Maas <opensource at till.name> - 0.6.2.1-1
- Update to new release to fix array overflow
- Red Hat Bugzilla #487364



Index: optipng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/optipng/F-10/optipng.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- optipng.spec	12 Nov 2008 12:30:01 -0000	1.10
+++ optipng.spec	25 Feb 2009 17:43:54 -0000	1.11
@@ -1,12 +1,14 @@
 Name:           optipng
-Version:        0.6.2
+Version:        0.6.2.1
 Release:        1%{?dist}
 Summary:        PNG optimizer and converter
 
 Group:          Applications/Multimedia
 License:        zlib
 URL:            http://optipng.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz
+#Source0:        http://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/optipng/%{name}-0.6.2.tar.gz
+Patch0:         http://downloads.sourceforge.net/optipng/optipng-0.6.2.1.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel libpng-devel
@@ -19,7 +21,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-0.6.2
 
 # Ensure system libs and headers are used; as of 0.6.1 pngxtern will use
 # the bundled headers if present even with -with-system-*, causing failures.
@@ -27,6 +29,8 @@
 
 %define makefile gcc.mak
 
+%patch0 -p1
+
 %build
 ./configure -with-system-zlib -with-system-libpng
 cd src/
@@ -54,6 +58,10 @@
 
 
 %changelog
+* Wed Feb 25 2009 Till Maas <opensource at till.name> - 0.6.2.1-1
+- Update to new release to fix array overflow
+- Red Hat Bugzilla #487364
+
 * Wed Nov 12 2008 Till Maas <opensource at till.name> - 0.6.2-1
 - Update to new release to fix buffer overflow
 - Red Hat Bugzilla #471206




More information about the fedora-extras-commits mailing list