Hello community,

here is the log from the commit of package lcms for openSUSE:Factory checked in 
at 2017-06-26 15:52:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lcms (Old)
 and      /work/SRC/openSUSE:Factory/.lcms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lcms"

Mon Jun 26 15:52:53 2017 rev:31 rq:505848 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/lcms/lcms.changes        2013-12-13 
13:05:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lcms.new/lcms.changes   2017-06-26 
15:52:58.897583532 +0200
@@ -1,0 +2,6 @@
+Fri Jun 16 07:02:24 UTC 2017 - o...@aepfle.de
+
+- Run autoreconf due to apply changes to Makefile.am
+- Build with -O1 to avoid make check errors with gcc7 (bnc#1041220)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lcms.spec ++++++
--- /var/tmp/diff_new_pack.tvgdMW/_old  2017-06-26 15:52:59.529494426 +0200
+++ /var/tmp/diff_new_pack.tvgdMW/_new  2017-06-26 15:52:59.533493862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lcms
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -32,6 +32,9 @@
 # PATCH-FIX-SECURITY CVE-2013-4276.patch bnc843716 sbra...@suse.cz -- Stack 
overflow fix.
 Patch3:         CVE-2013-4276.patch
 
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 %if 0%{?fedora_version}   
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -59,8 +62,8 @@
 
 %package -n liblcms1
 Summary:        Libraries for the Little CMS Engine
-Group:          System/Libraries
 #workaround for wrong package naming
+Group:          System/Libraries
 Provides:       liblcms0 = %{version}
 Obsoletes:      liblcms0 <= %{version}
 
@@ -105,6 +108,9 @@
 chmod -x COPYING AUTHORS NEWS README doc/*.TXT
 
 %build
+autoreconf -fi
+export CFLAGS='%{optflags} -O1'
+export CXXFLAGS='%{optflags} -O1'
 %configure\
        --disable-static\
        --with-python


Reply via email to