Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zvbi for openSUSE:Factory checked in 
at 2023-03-15 18:53:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zvbi (Old)
 and      /work/SRC/openSUSE:Factory/.zvbi.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zvbi"

Wed Mar 15 18:53:18 2023 rev:30 rq:1071415 version:0.2.41

Changes:
--------
--- /work/SRC/openSUSE:Factory/zvbi/zvbi.changes        2022-12-30 
11:08:13.704992979 +0100
+++ /work/SRC/openSUSE:Factory/.zvbi.new.31432/zvbi.changes     2023-03-15 
18:53:22.632022594 +0100
@@ -1,0 +2,7 @@
+Mon Mar 13 16:57:20 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- update to 0.2.41:
+  * src/libzvbi.h: In libzvbi.h, remove #include version.h and replace with 
version number macros
+  * po/*.po: Update Project-Id-Version.
+
+-------------------------------------------------------------------

Old:
----
  v0.2.39.tar.gz

New:
----
  v0.2.41.tar.gz

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

Other differences:
------------------
++++++ zvbi.spec ++++++
--- /var/tmp/diff_new_pack.WTj3ri/_old  2023-03-15 18:53:23.264025955 +0100
+++ /var/tmp/diff_new_pack.WTj3ri/_new  2023-03-15 18:53:23.268025977 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zvbi
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define         libname lib%{name}%{sover}
 %define         libchains lib%{name}-chains%{sover}
 Name:           zvbi
-Version:        0.2.39
+Version:        0.2.41
 Release:        0
 Summary:        Linux "VBI proxy"
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ 10_fix_private_libs.patch ++++++
--- /var/tmp/diff_new_pack.WTj3ri/_old  2023-03-15 18:53:23.296026126 +0100
+++ /var/tmp/diff_new_pack.WTj3ri/_new  2023-03-15 18:53:23.300026147 +0100
@@ -1,7 +1,7 @@
-Index: zvbi-0.2.35/zvbi-0.2.pc.in
+Index: zvbi-0.2.41/zvbi-0.2.pc.in
 ===================================================================
---- zvbi-0.2.35.orig/zvbi-0.2.pc.in
-+++ zvbi-0.2.35/zvbi-0.2.pc.in
+--- zvbi-0.2.41.orig/zvbi-0.2.pc.in
++++ zvbi-0.2.41/zvbi-0.2.pc.in
 @@ -7,5 +7,6 @@ Name: ZVBI
  Description: VBI Capturing and Decoding Library
  Requires: 

++++++ v0.2.39.tar.gz -> v0.2.41.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/COPYING.md new/zvbi-0.2.41/COPYING.md
--- old/zvbi-0.2.39/COPYING.md  2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/COPYING.md  2023-02-13 14:23:51.000000000 +0100
@@ -15,7 +15,7 @@
 Copyright (c) 2003-2007 Mark K. Kim \<d...@cbreak.org>  
 Copyright (c) 2003-2007 Mike Baker \<m...@linux.com>  
 Copyright (c) 2003-2007 Timecop \<time...@japan.co.jp>  
-Copyright (c) 2022      Ileana Dumitrescu \<ileanadumitresc...@gmail.com>
+Copyright (c) 2022-2023 Ileana Dumitrescu \<ileanadumitresc...@gmail.com>
 
 License: GPL-2+
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/ChangeLog new/zvbi-0.2.41/ChangeLog
--- old/zvbi-0.2.39/ChangeLog   2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/ChangeLog   2023-02-13 14:23:51.000000000 +0100
@@ -1,3 +1,27 @@
+2023-02-13 Ileana Dumitrescu  <ileanadumitresc...@gmail.com>
+
+       * Release 0.2.41
+       
+       * configure.ac: Release 0.2.41.
+       * NEWS: Add 0.2.41 release info.
+       * po/*.po: Update Project-Id-Version.
+       * po/Makefile.in: Release 0.2.41.
+       * src/libzvbi.h: In libzvbi.h, remove #include version.h and replace 
with version number macros (Closes Issue #40).
+       * src/version.h: New version number.
+
+2023-02-07  Ileana Dumitrescu  <ileanadumitresc...@gmail.com>
+
+       * Release 0.2.40
+       
+       * configure.ac: Release 0.2.40.
+       * COPYING.md: Copyright year 2023.
+       * NEWS: Add 0.2.40 release info.
+       * po/*.po: Update Project-Id-Version.
+       * po/Makefile.in: Release 0.2.40.
+       * README.md: Copyright year 2023.
+       * src/libzvbi.h: Remove generated file comment and version number 
macros, include version.h (Closes Issue #35).
+       * src/version.h: Fix version number (Closes Issue #34).
+
 2022-12-21  Ileana Dumitrescu  <ileanadumitresc...@gmail.com>
 
        * Release 0.2.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/NEWS new/zvbi-0.2.41/NEWS
--- old/zvbi-0.2.39/NEWS        2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/NEWS        2023-02-13 14:23:51.000000000 +0100
@@ -1,3 +1,13 @@
+libzvbi 0.2.41, 2023-02-13
+--------------------------
+In libzvbi.h, remove include version.h to fix include issue.
+
+libzvbi 0.2.40, 2023-02-07
+--------------------------
+Update version number macros.
+
+New copyright year.
+
 libzvbi 0.2.39, 2022-12-21
 --------------------------
 Updates to remove compiler warnings during tests.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/README.md new/zvbi-0.2.41/README.md
--- old/zvbi-0.2.39/README.md   2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/README.md   2023-02-13 14:23:51.000000000 +0100
@@ -139,7 +139,7 @@
 
   Copyright (C) 2003-2004, 2007 Tom Zoerner
 
-  Copyright (C) 2022 Ileana Dumitrescu
+  Copyright (C) 2022-2023 Ileana Dumitrescu
 
   Originally based on AleVT 1.5.1 by Edgar Toernig
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/configure.ac new/zvbi-0.2.41/configure.ac
--- old/zvbi-0.2.39/configure.ac        2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/configure.ac        2023-02-13 14:23:51.000000000 +0100
@@ -2,7 +2,7 @@
 
 dnl Autoconf initialization
 AC_PREREQ([2.71])
-AC_INIT([zvbi],[0.2.39])
+AC_INIT([zvbi],[0.2.41])
 
 AC_CONFIG_SRCDIR(src/vbi.c)
 AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/Makefile.in 
new/zvbi-0.2.41/po/Makefile.in
--- old/zvbi-0.2.39/po/Makefile.in      2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/Makefile.in      2023-02-13 14:23:51.000000000 +0100
@@ -11,7 +11,7 @@
 GETTEXT_MACRO_VERSION = 0.20
 
 PACKAGE = zvbi
-VERSION = 0.2.39
+VERSION = 0.2.41
 PACKAGE_BUGREPORT = 
 
 SED = /usr/bin/sed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/de.po new/zvbi-0.2.41/po/de.po
--- old/zvbi-0.2.39/po/de.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/de.po    2023-02-13 14:23:51.000000000 +0100
@@ -3,7 +3,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2007-11-27 18:33+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/e...@boldquot.po 
new/zvbi-0.2.41/po/e...@boldquot.po
--- old/zvbi-0.2.39/po/e...@boldquot.po 2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/e...@boldquot.po 2023-02-13 14:23:51.000000000 +0100
@@ -30,7 +30,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2013-08-28 16:25+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/e...@quot.po 
new/zvbi-0.2.41/po/e...@quot.po
--- old/zvbi-0.2.39/po/e...@quot.po     2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/e...@quot.po     2023-02-13 14:23:51.000000000 +0100
@@ -27,7 +27,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2013-08-28 16:25+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/es.po new/zvbi-0.2.41/po/es.po
--- old/zvbi-0.2.39/po/es.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/es.po    2023-02-13 14:23:51.000000000 +0100
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2007-11-27 18:34+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/fr.po new/zvbi-0.2.41/po/fr.po
--- old/zvbi-0.2.39/po/fr.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/fr.po    2023-02-13 14:23:51.000000000 +0100
@@ -3,7 +3,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2007-11-27 18:35+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/it.po new/zvbi-0.2.41/po/it.po
--- old/zvbi-0.2.39/po/it.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/it.po    2023-02-13 14:23:51.000000000 +0100
@@ -4,7 +4,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2007-11-27 18:37+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/ka.po new/zvbi-0.2.41/po/ka.po
--- old/zvbi-0.2.39/po/ka.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/ka.po    2023-02-13 14:23:51.000000000 +0100
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-12-13 21:07+0100\n"
 "PO-Revision-Date: 2022-12-13 22:02+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/nl.po new/zvbi-0.2.41/po/nl.po
--- old/zvbi-0.2.39/po/nl.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/nl.po    2023-02-13 14:23:51.000000000 +0100
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2007-11-27 18:38+0100\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/pl.po new/zvbi-0.2.41/po/pl.po
--- old/zvbi-0.2.39/po/pl.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/pl.po    2023-02-13 14:23:51.000000000 +0100
@@ -3,7 +3,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: mschi...@users.sf.net\n"
 "POT-Creation-Date: 2022-10-05 16:09+0300\n"
 "PO-Revision-Date: 2004-10-25 12:24+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/po/sv.po new/zvbi-0.2.41/po/sv.po
--- old/zvbi-0.2.39/po/sv.po    2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/po/sv.po    2023-02-13 14:23:51.000000000 +0100
@@ -3,7 +3,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: zvbi 0.2.39\n"
+"Project-Id-Version: zvbi 0.2.41\n"
 "Report-Msgid-Bugs-To: ileanadumitresc...@gmail.com\n"
 "POT-Creation-Date: 2003-10-16 16:13+0200\n"
 "PO-Revision-Date: 2003-10-16 16:19+0200\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/src/libzvbi.h 
new/zvbi-0.2.41/src/libzvbi.h
--- old/zvbi-0.2.39/src/libzvbi.h       2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/src/libzvbi.h       2023-02-13 14:23:51.000000000 +0100
@@ -22,14 +22,12 @@
  *  Boston, MA  02110-1301  USA.
  */
 
-/* Generated file, do not edit! */
-
 #ifndef __LIBZVBI_H__
 #define __LIBZVBI_H__
 
 #define VBI_VERSION_MAJOR 0
 #define VBI_VERSION_MINOR 2
-#define VBI_VERSION_MICRO 36
+#define VBI_VERSION_MICRO 41
 
 #ifdef __cplusplus
 extern "C" {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zvbi-0.2.39/src/version.h 
new/zvbi-0.2.41/src/version.h
--- old/zvbi-0.2.39/src/version.h       2022-12-21 17:11:18.000000000 +0100
+++ new/zvbi-0.2.41/src/version.h       2023-02-13 14:23:51.000000000 +0100
@@ -1,4 +1,4 @@
-
+/* TODO: Generate these based on configure.ac*/
 #define VBI_VERSION_MAJOR 0
 #define VBI_VERSION_MINOR 2
-#define VBI_VERSION_MICRO 36
+#define VBI_VERSION_MICRO 41

Reply via email to