Hello community,

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

Package is "libee"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libee/libee.changes      2012-07-14 
13:14:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libee.new/libee.changes 2014-09-06 
16:58:12.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Sep  4 20:29:43 UTC 2014 - [email protected]
+
+- libee-exports.patch Only symbols prefixed with "ee_" are part 
+ of the public API. gems such as "callback"(!?) or "cjson_" should
+ remain private as they will certainly clash with the names
+ of other shared libraries or application code.
+
+-------------------------------------------------------------------

New:
----
  libee-exports.patch

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

Other differences:
------------------
++++++ libee.spec ++++++
--- /var/tmp/diff_new_pack.4pQvgQ/_old  2014-09-06 16:58:13.000000000 +0200
+++ /var/tmp/diff_new_pack.4pQvgQ/_new  2014-09-06 16:58:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libee
 #
-# Copyright (c) 2012 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
@@ -26,8 +26,10 @@
 Source0:        
http://www.libee.org/download/files/download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libestr-devel
+BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  pkg-config
+Patch0:         libee-exports.patch
 
 %description
 This package compiles the event expression library used by
@@ -52,11 +54,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure --disable-static --with-pic
 # fails linking with >1 jobs
-%__make
+%__make V=1
 
 %check
 make check

++++++ libee-exports.patch ++++++
--- libee-0.4.1.orig/src/Makefile.am
+++ libee-0.4.1/src/Makefile.am
@@ -41,7 +41,7 @@ EXTRA_DIST = \
 
 libee_la_CPPFLAGS = $(LIBXML2_CFLAGS) $(LIBESTR_CFLAGS) $(LIBEE_CFLAGS)
 libee_la_LIBADD = $(LIBXML2_LIBS) $(LIBESTR_LIBS)
-libee_la_LDFLAGS = -version-info 0:0:0
+libee_la_LDFLAGS = -export-symbols-regex '^ee_' -no-undefined -version-info 
0:0:0
 
 libee_convert_SOURCES = convert.c
 libee_convert_CPPFLAGS =  -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBESTR_CFLAGS) 
$(LIBXML2_CFLAGS)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to