Hello community,

here is the log from the commit of package optipng for openSUSE:Factory checked 
in at 2014-03-31 20:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/optipng (Old)
 and      /work/SRC/openSUSE:Factory/.optipng.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "optipng"

Changes:
--------
--- /work/SRC/openSUSE:Factory/optipng/optipng.changes  2013-02-15 
18:49:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.optipng.new/optipng.changes     2014-03-31 
20:44:05.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 31 07:56:27 UTC 2014 - pgaj...@suse.com
+
+- updated to 0.7.5:
+  ! Fixed various build issues with libpng-1.5 and libpng-1.6.
+  * Allowed the handling of huge image files  (> millions of pixels
+    per row or column) to be independent of the libpng version.
+  + Allowed the option -preserve to save the file ownership (UID/GID)
+    on Unix.  (Thanks to Otto Kekäläinen for the suggestion.)
+- removed libpng16.patch
+
+-------------------------------------------------------------------

Old:
----
  optipng-0.7.4.tar.gz
  optipng-libpng16.patch

New:
----
  optipng-0.7.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ optipng.spec ++++++
--- /var/tmp/diff_new_pack.rzF46b/_old  2014-03-31 20:44:06.000000000 +0200
+++ /var/tmp/diff_new_pack.rzF46b/_new  2014-03-31 20:44:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package optipng
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 Name:           optipng
-BuildRequires:  libpng-devel
+Version:        0.7.5
+Release:        0
 Summary:        A PNG File Compressor
 License:        Zlib
 Group:          Productivity/Archiving/Compression
-Version:        0.7.4
-Release:        0
 Url:            http://optipng.sourceforge.net/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %name-%{version}.tar.gz
+Source0:        
http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-%{version}/optipng-%{version}.tar.gz
 Source1:        macros.optipng
 # patch sent at cos...@cs.toronto.edu
-Patch0:         optipng-libpng16.patch
+BuildRequires:  libpng-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 OptiPNG is a PNG optimizer that recompresses image files to a smaller
@@ -36,32 +35,25 @@
 external formats (BMP, GIF, PNM; TIFF support is coming up) to
 optimized PNG, and performs PNG integrity checks and corrections.
 
-
-
-Authors:
---------
-    Cosmin Truta cos...@cs.toronto.edu
-
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 ./configure -with-system-zlib -with-system-libpng -prefix=%{_prefix} 
-mandir=%{_mandir}
 #don't strip binaries
 sed -i "s:\(LDFLAGS = \)-s:\1:" src/optipng/Makefile
-make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-install -D -m644 %{SOURCE1} $RPM_BUILD_ROOT/etc/rpm/macros.optipng
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.optipng
 
 %files
 %defattr(-,root,root)
 %doc README.txt doc
-/usr/bin/optipng
-/usr/share/man/man1/optipng.1.gz
-/etc/rpm/macros.optipng
+%{_bindir}/optipng
+%{_mandir}/man1/optipng.1.gz
+%{_sysconfdir}/rpm/macros.optipng
 
 %changelog

++++++ optipng-0.7.4.tar.gz -> optipng-0.7.5.tar.gz ++++++
++++ 164455 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to