Hello community,

here is the log from the commit of package plotutils for openSUSE:Factory 
checked in at 2014-10-08 22:13:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plotutils (Old)
 and      /work/SRC/openSUSE:Factory/.plotutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plotutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plotutils/plotutils.changes      2013-07-16 
16:13:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plotutils.new/plotutils.changes 2014-10-08 
22:13:25.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct  6 17:39:33 UTC 2014 - [email protected]
+
+- Restrict xorg library requires to the mininum needed.
+- BUild C++ bits with -fvisibility-inlines-hidden.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plotutils.spec ++++++
--- /var/tmp/diff_new_pack.qWIDOa/_old  2014-10-08 22:13:26.000000000 +0200
+++ /var/tmp/diff_new_pack.qWIDOa/_new  2014-10-08 22:13:26.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plotutils
 #
-# 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
@@ -44,8 +44,15 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+%if %suse_version < 1220
 BuildRequires:  xorg-x11-devel
-BuildRequires:  zlib-devel
+%else
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xt)
+%endif
 %if %suse_version >= 1230
 BuildRequires:  gpg-offline
 %endif
@@ -136,6 +143,7 @@
 grep -rslE '(made by GNU Bison|A Bison parser, made from|"lex.yy.c")' . | 
xargs -r touch
 
 %build
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 autoreconf -f -i
 %configure --with-pic\
        --disable-static\



-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to