Hello community,

here is the log from the commit of package libmms for openSUSE:Factory checked 
in at 2013-03-26 14:12:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmms (Old)
 and      /work/SRC/openSUSE:Factory/.libmms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmms", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmms/libmms.changes    2012-11-26 
18:59:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmms.new/libmms.changes       2013-03-26 
14:12:07.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Mar 24 04:43:36 UTC 2013 - [email protected]
+
+- libmms-nognetexport.patch: libmms 
+  exports functions that belong to gnome's gnet
+  library, that will of course cause symbol clashes.
+  We cannot just link to the system's gnet because it uses
+  and slightly older API, just hide the symbols instead.
+
+-------------------------------------------------------------------

New:
----
  libmms-nognetexport.patch

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

Other differences:
------------------
++++++ libmms.spec ++++++
--- /var/tmp/diff_new_pack.FE49EN/_old  2013-03-26 14:12:08.000000000 +0100
+++ /var/tmp/diff_new_pack.FE49EN/_new  2013-03-26 14:12:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmms
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -38,6 +38,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(glib-2.0)
 Patch0:         libmms-pkgconfig.patch
+Patch1:         libmms-nognetexport.patch
 
 %description
 LibMMS is a common library for parsing mms:// and mmsh:// type network streams.
@@ -67,6 +68,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %configure --disable-static

++++++ libmms-nognetexport.patch ++++++
--- src/uri.h.orig
+++ src/uri.h
@@ -27,6 +27,7 @@
 extern "C" {
 #endif /* __cplusplus */
 
+#pragma GCC visibility push(hidden)
 
 /**
  *  GURI:
@@ -90,5 +91,5 @@ char*     gnet_mms_helper(const GURI* ur
 #ifdef __cplusplus
 }
 #endif                         /* __cplusplus */
-
+#pragma GCC visibility pop
 #endif /* _GNET_URI_H */
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to