Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zvbi for openSUSE:Factory checked in 
at 2022-12-04 14:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zvbi (Old)
 and      /work/SRC/openSUSE:Factory/.zvbi.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zvbi"

Sun Dec  4 14:57:46 2022 rev:28 rq:1039746 version:0.2.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/zvbi/zvbi.changes        2021-06-01 
10:34:09.756476032 +0200
+++ /work/SRC/openSUSE:Factory/.zvbi.new.1835/zvbi.changes      2022-12-04 
14:57:58.524139271 +0100
@@ -1,0 +2,16 @@
+Fri Dec  2 22:29:41 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.2.38:
+  * Updates to remove compiler and Doxygen warnings.
+  * Fix cross-compile issues from autotools updates.
+  * Update header files to UTF-8 encoding.
+  * Update new maintainer and repository information after moving
+  * the project to github.
+  * Upgrade build system to new autotools versions.
+  * Apply simple patches from SourceForge and debian.
+
+- drop 05_MAXPATHLEN.patch 01_Makefile.am.patch 00_fix-configure.in.patch
+  08_fix-manpage.patch 07_fix-spelling-in-binaries.patch 06_sizeof-FTBFS.patch
+  09_fix-FTBFS-GCC6.patch 03_fails-to-write.patch : upstream / obsolete
+
+-------------------------------------------------------------------

Old:
----
  00_fix-configure.in.patch
  01_Makefile.am.patch
  03_fails-to-write.patch
  05_MAXPATHLEN.patch
  06_sizeof-FTBFS.patch
  07_fix-spelling-in-binaries.patch
  08_fix-manpage.patch
  09_fix-FTBFS-GCC6.patch
  zvbi-0.2.35.tar.bz2

New:
----
  v0.2.38.tar.gz

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

Other differences:
------------------
++++++ zvbi.spec ++++++
--- /var/tmp/diff_new_pack.Ktl6Pg/_old  2022-12-04 14:57:59.084142498 +0100
+++ /var/tmp/diff_new_pack.Ktl6Pg/_new  2022-12-04 14:57:59.092142543 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zvbi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,22 +20,14 @@
 %define         libname lib%{name}%{sover}
 %define         libchains lib%{name}-chains%{sover}
 Name:           zvbi
-Version:        0.2.35
+Version:        0.2.38
 Release:        0
 Summary:        Linux "VBI proxy"
-License:        LGPL-2.1+ AND GPL-2.0+
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Multimedia/Other
-Url:            http://zapping.sf.net/
-Source:         
https://sourceforge.net/projects/zapping/files/zvbi/%{version}/zvbi-%{version}.tar.bz2
+URL:            https://github.com/zapping-vbi/zvbi/
+Source:         
https://github.com/zapping-vbi/zvbi/archive/refs/tags/v%{version}.tar.gz
 Source2:        baselibs.conf
-Patch00:        00_fix-configure.in.patch
-Patch01:        01_Makefile.am.patch
-Patch03:        03_fails-to-write.patch
-Patch05:        05_MAXPATHLEN.patch
-Patch06:        06_sizeof-FTBFS.patch
-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
@@ -100,14 +92,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch3 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 %patch10 -p1
 
 %build
@@ -122,7 +106,7 @@
 
 %check
 # This requires timezone package to be installed
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n %{libname} -p /sbin/ldconfig
 %post -n %{libchains} -p /sbin/ldconfig
@@ -130,15 +114,16 @@
 %postun -n %{libchains} -p /sbin/ldconfig
 
 %files
-%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
+%license COPYING
+%doc AUTHORS BUGS ChangeLog NEWS README.md TODO
 %{_bindir}/zvbi-atsc-cc
 %{_bindir}/zvbi-chains
 %{_bindir}/zvbi-ntsc-cc
 %{_sbindir}/zvbid
-%{_mandir}/man1/zvbi-atsc-cc.1%{ext_man}
-%{_mandir}/man1/zvbi-chains.1%{ext_man}
-%{_mandir}/man1/zvbi-ntsc-cc.1%{ext_man}
-%{_mandir}/man1/zvbid.1%{ext_man}
+%{_mandir}/man1/zvbi-atsc-cc.1%{?ext_man}
+%{_mandir}/man1/zvbi-chains.1%{?ext_man}
+%{_mandir}/man1/zvbi-ntsc-cc.1%{?ext_man}
+%{_mandir}/man1/zvbid.1%{?ext_man}
 
 %files lang -f %{name}.lang
 

Reply via email to