Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zvbi for openSUSE:Factory checked in 
at 2021-06-01 10:33:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zvbi (Old)
 and      /work/SRC/openSUSE:Factory/.zvbi.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zvbi"

Tue Jun  1 10:33:51 2021 rev:27 rq:895547 version:0.2.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/zvbi/zvbi.changes        2017-12-12 
21:19:44.283787499 +0100
+++ /work/SRC/openSUSE:Factory/.zvbi.new.1898/zvbi.changes      2021-06-01 
10:34:09.756476032 +0200
@@ -1,0 +2,6 @@
+Sat Apr 14 09:18:49 UTC 2018 - [email protected]
+
+- Add patch to separate private libs from required libs:
+  * 10_fix_private_libs.patch 
+
+-------------------------------------------------------------------

New:
----
  10_fix_private_libs.patch

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

Other differences:
------------------
++++++ zvbi.spec ++++++
--- /var/tmp/diff_new_pack.gTHn1U/_old  2021-06-01 10:34:10.204476795 +0200
+++ /var/tmp/diff_new_pack.gTHn1U/_new  2021-06-01 10:34:10.208476802 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zvbi
 #
-# Copyright (c) 2017 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
@@ -36,6 +36,7 @@
 Patch07:        07_fix-spelling-in-binaries.patch
 Patch08:        08_fix-manpage.patch
 Patch09:        09_fix-FTBFS-GCC6.patch
+Patch10:        10_fix_private_libs.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -107,6 +108,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 ACLOCAL="aclocal -I m4" autoreconf -fi

++++++ 10_fix_private_libs.patch ++++++
Index: zvbi-0.2.35/zvbi-0.2.pc.in
===================================================================
--- zvbi-0.2.35.orig/zvbi-0.2.pc.in
+++ zvbi-0.2.35/zvbi-0.2.pc.in
@@ -7,5 +7,6 @@ Name: ZVBI
 Description: VBI Capturing and Decoding Library
 Requires: 
 Version: @VERSION@
-Libs: -L${libdir} -lzvbi -lm @LIBS@
+Libs: -L${libdir} -lzvbi
+Libs.Private: -lm @LIBS@
 Cflags: -I${includedir}

Reply via email to