Hello community,

here is the log from the commit of package libxkbcommon for openSUSE:Factory 
checked in at 2014-08-03 15:36:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxkbcommon (Old)
 and      /work/SRC/openSUSE:Factory/.libxkbcommon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxkbcommon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxkbcommon/libxkbcommon.changes        
2014-06-02 07:04:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxkbcommon.new/libxkbcommon.changes   
2014-08-03 15:36:16.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 24 15:46:08 UTC 2014 - jeng...@inai.de
+
+- Add symbol versioning to xkbcommon
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxkbcommon.spec ++++++
--- /var/tmp/diff_new_pack.w8mn5l/_old  2014-08-03 15:36:17.000000000 +0200
+++ /var/tmp/diff_new_pack.w8mn5l/_new  2014-08-03 15:36:17.000000000 +0200
@@ -24,9 +24,9 @@
 Group:          Development/Libraries/C and C++
 Url:            http://xkbcommon.org/
 
-#Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libxkbcommon
-#Git-Web:      http://cgit.freedesktop.org/xorg/lib/libxkbcommon/
+#Git-Clone:    git://github.com/xkbcommon/libxkbcommon
 Source:         http://xkbcommon.org/download/%name-%version.tar.xz
+Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf >= 2.62
 #git#BuildRequires:  automake
@@ -116,7 +116,10 @@
 %endif
 # Ensure people will use pkgconfig to locate headers.
 %configure --disable-static --includedir="%_includedir/pkg/%name" $extra_opts
-make %{?_smp_mflags} V=1;
+# libxkbcommon has added symbols between 0.2.0..0.4.2 without maintenance;
+# force some versioning.
+echo "V_%version { global: *; };" >xkb.sym
+make %{?_smp_mflags} V=1 LDFLAGS="-Wl,--version-script=$PWD/xkb.sym"
 
 %install
 make install DESTDIR="%buildroot";

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

Reply via email to