Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2014-10-09 12:52:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpsd (Old)
 and      /work/SRC/openSUSE:Factory/.gpsd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpsd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes        2013-12-11 
11:28:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2014-10-09 
12:52:17.000000000 +0200
@@ -1,0 +2,9 @@
+Mon Oct  6 18:13:09 UTC 2014 - crrodrig...@opensuse.org
+
+- Respect CFLAGS and CXXFLAGS. 
+- Use fvisibility-inlines-hidden to build C++ code, note
+  that the build system is buggy and uses CFLAGS and CXXFLAGS
+  for the same purpose.
+- Remove xorg libs buildrequires, they are never directly used.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gpsd.spec ++++++
--- /var/tmp/diff_new_pack.QEitlr/_old  2014-10-09 12:52:18.000000000 +0200
+++ /var/tmp/diff_new_pack.QEitlr/_new  2014-10-09 12:52:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpsd
 #
-# 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
@@ -47,8 +47,6 @@
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-libXpm-devel
 Source:         
http://download-mirror.savannah.gnu.org/releases/gpsd/%{name}-%{version}.tar.gz
 Source1:        rules.gpsd
 Source2:        udev.gpsd
@@ -144,9 +142,13 @@
 %patch0 -p1
 
 %build
+export CFLAGS="%optflags -fvisibility-inlines-hidden"
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 scons prefix=%{_prefix} libdir=%{_libdir} strip=False
 
 %install
+export CFLAGS="%optflags -fvisibility-inlines-hidden"
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 DESTDIR=%{buildroot} scons prefix=%{_prefix} libdir=%{_libdir} strip=False 
install
 install -d -m 755 %{buildroot}%{_udevdir}
 install -d -m 755 %{buildroot}%{_udevdir}/rules.d

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

Reply via email to