Hello community,

here is the log from the commit of package ois for openSUSE:Factory checked in 
at 2017-12-31 01:13:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ois (Old)
 and      /work/SRC/openSUSE:Factory/.ois.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ois"

Sun Dec 31 01:13:22 2017 rev:3 rq:559891 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ois/ois.changes  2017-03-09 01:58:51.645769936 
+0100
+++ /work/SRC/openSUSE:Factory/.ois.new/ois.changes     2017-12-31 
01:13:24.417347692 +0100
@@ -1,0 +2,5 @@
+Wed Dec 13 18:51:06 UTC 2017 - crrodrig...@opensuse.org
+
+- Replace xorg-x11-devel for the needed individual libraries. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ois.spec ++++++
--- /var/tmp/diff_new_pack.GBoYbr/_old  2017-12-31 01:13:25.920846073 +0100
+++ /var/tmp/diff_new_pack.GBoYbr/_new  2017-12-31 01:13:25.924844739 +0100
@@ -31,8 +31,9 @@
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  xorg-x11-devel
-Requires:       xorg-x11
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,6 +54,7 @@
 Summary:        Object Oriented Input System development package
 Group:          Development/Libraries/C and C++
 Requires:       libOIS-%{sover} = %{version}
+Requires:       libstdc++-devel
 
 %description -n libOIS-devel
 Object Oriented Input System (OIS) is a solution for using all kinds
@@ -70,6 +72,8 @@
 %if 0%{?suse_version} <= 1010
 export LDFLAGS="$LDFLAGS -L/usr/X11R6/%{_lib}"
 %endif
+export LDFLAGS="$LDFLAGS -Wl,--no-undefined"
+export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
 %configure --disable-static
 make %{?_smp_mflags}
 


Reply via email to