Hello community,

here is the log from the commit of package pngquant for openSUSE:Factory 
checked in at 2018-03-26 12:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pngquant (Old)
 and      /work/SRC/openSUSE:Factory/.pngquant.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pngquant"

Mon Mar 26 12:30:44 2018 rev:2 rq:590401 version:2.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pngquant/pngquant.changes        2018-01-31 
19:54:51.629193529 +0100
+++ /work/SRC/openSUSE:Factory/.pngquant.new/pngquant.changes   2018-03-26 
12:30:48.519130280 +0200
@@ -1,0 +2,7 @@
+Mon Mar 19 15:56:16 UTC 2018 - [email protected]
+
+- Pass --disable-sse on non-x86_64 for reproducability
+- Don't strip binaries
+- Use %doc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pngquant.spec ++++++
--- /var/tmp/diff_new_pack.EfzEyb/_old  2018-03-26 12:30:49.599091512 +0200
+++ /var/tmp/diff_new_pack.EfzEyb/_new  2018-03-26 12:30:49.603091369 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pngquant
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,15 @@
 Version:        2.11.2
 Release:        0
 Summary:        Converts 24/32-bit RGBA PNGs to 8-bit palette with alpha 
channel preserved
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Development/Tools/Other
 Url:            http://pngquant.org/
 Source:         https://github.com/pornel/pngquant/archive/%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libimagequant-devel >= %{version}
 BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  zlib-devel
-BuildRequires:  libimagequant-devel >= %{version}
 
 %description
 pngquant is a command-line utility and a library for lossy compression of PNG 
images.
@@ -45,6 +45,8 @@
        --prefix=%prefix \
 %ifarch x86_64
        --enable-sse \
+%else
+       --disable-sse \
 %endif
        --extra-cflags='%{optflags}' \
        --with-openmp
@@ -52,14 +54,12 @@
 %__make %{?_smp_mflags}
 
 %install
-%__mkdir -p %buildroot%_bindir %buildroot%_docdir/%name
-
-install --mode 0755 --strip %name %buildroot%_bindir
-install --mode 0644 CHANGELOG COPYRIGHT README.md %buildroot%_docdir/%name
+%__mkdir -p %buildroot%_bindir
+install --mode 0755 %name %buildroot%_bindir
 
 %files
 %defattr(-, root, root)
+%doc CHANGELOG COPYRIGHT README.md
 %_bindir/*
-%_docdir/*
 
 %changelog


Reply via email to