Hello community,

here is the log from the commit of package libmetalink for openSUSE:Factory 
checked in at 2018-03-29 11:47:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmetalink (Old)
 and      /work/SRC/openSUSE:Factory/.libmetalink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmetalink"

Thu Mar 29 11:47:20 2018 rev:6 rq:590597 version:0.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmetalink/libmetalink.changes  2015-12-09 
19:33:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmetalink.new/libmetalink.changes     
2018-03-29 11:47:21.632218830 +0200
@@ -1,0 +2,8 @@
+Wed Mar 21 19:36:12 UTC 2018 - crrodrig...@opensuse.org
+
+- libmetalink-autotools.patch: update, export only
+  metalink_ symbols using -export-symbols-regex, there
+  is an upstream configure option --enable-gcc-visibility 
+  but it is currently incomplete and cannot be used as is
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmetalink.spec ++++++
--- /var/tmp/diff_new_pack.PiI9yR/_old  2018-03-29 11:47:22.504187408 +0200
+++ /var/tmp/diff_new_pack.PiI9yR/_new  2018-03-29 11:47:22.504187408 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package spec
+# spec file for package libmetalink
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ libmetalink-autotools.patch ++++++
--- /var/tmp/diff_new_pack.PiI9yR/_old  2018-03-29 11:47:22.536186255 +0200
+++ /var/tmp/diff_new_pack.PiI9yR/_new  2018-03-29 11:47:22.536186255 +0200
@@ -1,3 +1,5 @@
+Index: configure.ac
+===================================================================
 --- configure.ac.orig
 +++ configure.ac
 @@ -22,9 +22,6 @@
@@ -10,7 +12,7 @@
  dnl See versioning rule:
  dnl  
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
  AC_SUBST(LT_CURRENT, 4)
-@@ -63,7 +61,10 @@ AC_ARG_ENABLE([gcc-visibility],
+@@ -66,7 +63,10 @@ AC_ARG_ENABLE([gcc-visibility],
      [gcc_visibility=$withval], [gcc_visibility=no])
  
  # Checks for programs
@@ -22,6 +24,8 @@
  AC_PROG_INSTALL
  
  # Package version
+Index: lib/libexpat_metalink_parser.c
+===================================================================
 --- lib/libexpat_metalink_parser.c.orig
 +++ lib/libexpat_metalink_parser.c
 @@ -130,7 +130,7 @@ METALINK_PUBLIC
@@ -33,6 +37,8 @@
    if(docfp == NULL)
      return METALINK_ERR_CANNOT_OPEN_FILE;
    r = metalink_parse_fp(docfp, res);
+Index: lib/Makefile.am
+===================================================================
 --- lib/Makefile.am.orig
 +++ lib/Makefile.am
 @@ -1,7 +1,7 @@
@@ -45,12 +51,17 @@
        @DEFS@
  
  pkgconfigdir = $(libdir)/pkgconfig
-@@ -60,4 +60,4 @@ endif
+@@ -57,6 +57,6 @@ OBJECTS += libexpat_metalink_parser.c
+ endif
+ 
  libmetalink_la_SOURCES = $(HFILES) $(OBJECTS)
- libmetalink_la_LDFLAGS = -no-undefined \
+-libmetalink_la_LDFLAGS = -no-undefined \
++libmetalink_la_LDFLAGS = -no-undefined -export-symbols-regex '^metalink_'\
          -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
 -      @XML_LIBS@ @EXPAT_LIBS@
 +      @EXPAT_LIBS@
+Index: test/Makefile.am
+===================================================================
 --- test/Makefile.am.orig
 +++ test/Makefile.am
 @@ -11,7 +11,7 @@ metalinktest_SOURCES = \


Reply via email to