rpms/optipng/F-8 .cvsignore, 1.3, 1.4 optipng.spec, 1.7, 1.8 sources, 1.3, 1.4 optipng-0.5.4-makefile-externlibs.patch, 1.1, NONE

Till Maas till at fedoraproject.org
Wed Nov 12 12:35:09 UTC 2008


Author: till

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

Modified Files:
	.cvsignore optipng.spec sources 
Removed Files:
	optipng-0.5.4-makefile-externlibs.patch 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/optipng/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	6 Feb 2007 17:18:30 -0000	1.3
+++ .cvsignore	12 Nov 2008 12:34:39 -0000	1.4
@@ -1 +1 @@
-optipng-0.5.5.tar.gz
+optipng-0.6.2.tar.gz


Index: optipng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/optipng/F-8/optipng.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- optipng.spec	2 Aug 2007 21:30:12 -0000	1.7
+++ optipng.spec	12 Nov 2008 12:34:39 -0000	1.8
@@ -1,13 +1,12 @@
 Name:           optipng
-Version:        0.5.5
-Release:        3%{?dist}
-Summary:        A PNG optimizer and converter
+Version:        0.6.2
+Release:        1%{?dist}
+Summary:        PNG optimizer and converter
 
 Group:          Applications/Multimedia
 License:        zlib
 URL:            http://optipng.sourceforge.net/
-Source0:        http://surfnet.dl.sourceforge.net/sourceforge/optipng/optipng-%{version}.tar.gz
-Patch1:         optipng-0.5.4-makefile-externlibs.patch
+Source0:        http://downloads.sourceforge.net/optipng/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  zlib-devel libpng-devel
@@ -15,17 +14,21 @@
 %description
 OptiPNG is a PNG optimizer that recompresses image files to a smaller size,
 without losing any information. This program also converts external formats
-(BMP, GIF, PNM; TIFF support is coming up) to optimized PNG, and performs PNG
-integrity checks and corrections. 
+(BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks
+and corrections.
 
 
 %prep
 %setup -q
-%patch1 -p1
+
+# 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.
+rm -rf lib/libpng lib/zlib
 
 %define makefile gcc.mak
 
 %build
+./configure -with-system-zlib -with-system-libpng
 cd src/
 make -f scripts/%{makefile} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"\
                                             LDFLAGS="$RPM_OPT_FLAGS"
@@ -47,10 +50,21 @@
 %defattr(-,root,root,-)
 %doc README.txt LICENSE.txt doc/*
 %{_bindir}/optipng
-%{_mandir}/man1/optipng.1.gz
+%{_mandir}/man1/optipng.1*
 
 
 %changelog
+* 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
+
+* Thu Aug 28 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.6.1-1
+- 0.6.1.
+
+* Thu Feb 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.5.5-4
+- Apply sf.net patch #1790969 to fix crash with -log.
+- Cosmetic specfile changes.
+
 * Thu Aug 02 2007 Till Maas <opensource till name> - 0.5.5-3
 - update License: Tag according to new Guidelines
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/optipng/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	6 Feb 2007 17:18:30 -0000	1.3
+++ sources	12 Nov 2008 12:34:39 -0000	1.4
@@ -1 +1 @@
-9dbc2bb39e39b6ab4ed0c705d8035bdf  optipng-0.5.5.tar.gz
+08b6195bb5895a7fe167fab16dcdf6d5  optipng-0.6.2.tar.gz


--- optipng-0.5.4-makefile-externlibs.patch DELETED ---




More information about the scm-commits mailing list