Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2013-01-21 17:37:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/expat (Old)
 and      /work/SRC/openSUSE:Factory/.expat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "expat", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/expat/expat.changes      2012-04-12 
09:22:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2013-01-21 
17:37:09.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 18 08:53:33 UTC 2013 - pgaj...@suse.com
+
+- really hide private Xml* symbols [bnc#798644]
+  * modified visibility.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ expat.spec ++++++
--- /var/tmp/diff_new_pack.sYRoTg/_old  2013-01-21 17:37:11.000000000 +0100
+++ /var/tmp/diff_new_pack.sYRoTg/_new  2013-01-21 17:37:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package expat
 #
-# 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

++++++ expat-visibility.patch ++++++
--- /var/tmp/diff_new_pack.sYRoTg/_old  2013-01-21 17:37:11.000000000 +0100
+++ /var/tmp/diff_new_pack.sYRoTg/_new  2013-01-21 17:37:11.000000000 +0100
@@ -1,7 +1,8 @@
-diff -aurN expat-2.1.0.orig/configure.in expat-2.1.0/configure.in
---- expat-2.1.0.orig/configure.in      2012-03-03 18:45:53.000000000 -0500
-+++ expat-2.1.0/configure.in   2012-03-05 21:40:43.578897695 -0500
-@@ -53,15 +53,19 @@
+Index: expat-2.1.0/configure.in
+===================================================================
+--- expat-2.1.0.orig/configure.in
++++ expat-2.1.0/configure.in
+@@ -53,15 +53,19 @@ AC_CONFIG_HEADER(expat_config.h)
  
  sinclude(conftools/ac_c_bigendian_cross.m4)
  
@@ -24,9 +25,10 @@
  AC_PROG_CXX
  AC_PROG_INSTALL
  
-diff -aurN expat-2.1.0.orig/conftools/visibility.m4 
expat-2.1.0/conftools/visibility.m4
---- expat-2.1.0.orig/conftools/visibility.m4   1969-12-31 19:00:00.000000000 
-0500
-+++ expat-2.1.0/conftools/visibility.m4        2012-03-05 21:41:48.625084505 
-0500
+Index: expat-2.1.0/conftools/visibility.m4
+===================================================================
+--- /dev/null
++++ expat-2.1.0/conftools/visibility.m4
 @@ -0,0 +1,77 @@
 +# visibility.m4 serial 4 (gettext-0.18.2)
 +dnl Copyright (C) 2005, 2008, 2010-2011 Free Software Foundation, Inc.
@@ -105,23 +107,26 @@
 +  AC_DEFINE_UNQUOTED([HAVE_VISIBILITY], [$HAVE_VISIBILITY],
 +    [Define to 1 or 0, depending whether the compiler supports simple 
visibility declarations.])
 +])
-diff -aurN expat-2.1.0.orig/lib/expat_external.h 
expat-2.1.0/lib/expat_external.h
---- expat-2.1.0.orig/lib/expat_external.h      2006-06-02 08:17:36.000000000 
-0400
-+++ expat-2.1.0/lib/expat_external.h   2012-03-05 21:36:49.429824958 -0500
-@@ -65,6 +65,9 @@
+Index: expat-2.1.0/lib/expat_external.h
+===================================================================
+--- expat-2.1.0.orig/lib/expat_external.h
++++ expat-2.1.0/lib/expat_external.h
+@@ -65,6 +65,10 @@
  #endif
  #endif  /* not defined XML_STATIC */
  
-+#if HAVE_VISIBILTY
++#include "../expat_config.h"
++#if HAVE_VISIBILITY
 +#define XMLIMPORT __attribute__ ((visibility ("default")))
 +#endif
  
  /* If we didn't define it above, define it away: */
  #ifndef XMLIMPORT
-diff -aurN expat-2.1.0.orig/Makefile.in expat-2.1.0/Makefile.in
---- expat-2.1.0.orig/Makefile.in       2012-03-03 13:35:27.000000000 -0500
-+++ expat-2.1.0/Makefile.in    2012-03-05 21:35:09.923068964 -0500
-@@ -114,11 +114,12 @@
+Index: expat-2.1.0/Makefile.in
+===================================================================
+--- expat-2.1.0.orig/Makefile.in
++++ expat-2.1.0/Makefile.in
+@@ -114,11 +114,12 @@ CPPFLAGS = @CPPFLAGS@ -DHAVE_EXPAT_CONFI
  CFLAGS = @CFLAGS@
  CXXFLAGS = @CXXFLAGS@
  VSNFLAG = -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
@@ -131,7 +136,7 @@
  LTFLAGS = --silent
  
 -COMPILE = $(CC) $(INCLUDES) $(CFLAGS) $(DEFS) $(CPPFLAGS)
-+COMPILE = $(CC) $(CLFAG_VISIBILITY) $(INCLUDES) $(CFLAGS) $(DEFS) $(CPPFLAGS)
++COMPILE = $(CC) $(CFLAG_VISIBILITY) $(INCLUDES) $(CFLAGS) $(DEFS) $(CPPFLAGS)
  CXXCOMPILE = $(CXX) $(INCLUDES) $(CXXFLAGS) $(DEFS) $(CPPFLAGS)
  LTCOMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
  LINK_LIB = $(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) -no-undefined 
$(VSNFLAG) -rpath $(libdir) $(LDFLAGS) -o $@

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

Reply via email to