Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libquvi for openSUSE:Factory checked 
in at 2022-04-22 21:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libquvi (Old)
 and      /work/SRC/openSUSE:Factory/.libquvi.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libquvi"

Fri Apr 22 21:55:12 2022 rev:15 rq:972212 version:0.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libquvi/libquvi.changes  2021-02-04 
20:24:15.810843557 +0100
+++ /work/SRC/openSUSE:Factory/.libquvi.new.1538/libquvi.changes        
2022-04-22 21:56:25.930954898 +0200
@@ -1,0 +2,5 @@
+Fri Apr 22 13:56:03 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Add libquvi-autoconf-2.70.patch: Fix build using autoconf 2.70.
+
+-------------------------------------------------------------------

New:
----
  libquvi-autoconf-2.70.patch

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

Other differences:
------------------
++++++ libquvi.spec ++++++
--- /var/tmp/diff_new_pack.MpLlfZ/_old  2022-04-22 21:56:26.318955340 +0200
+++ /var/tmp/diff_new_pack.MpLlfZ/_new  2022-04-22 21:56:26.322955345 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libquvi
 #
-# Copyright (c) 2015 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/
 #
 
 
@@ -22,15 +22,17 @@
 Version:        0.9.4
 Release:        0
 Summary:        Library to parse flash media stream URLs
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            http://quvi.sourceforge.net/
+URL:            http://quvi.sourceforge.net/
 Source:         
http://sourceforge.net/projects/quvi/files/0.9/libquvi/libquvi-0.9.4.tar.xz
 Source1:        %{name}.rpmlintrc
 # PATCH-FEATURE-OPENSUSE libquvi-stable-build-date.patch [email protected] -- 
Don't embed build date. Triggers rebuild.
 Patch0:         %{name}-stable-build-date.patch
 # PATCH-FIX-UPSTREAM [email protected] -- compatibility for lua 5.2+
 Patch1:         %{name}-%{version}-lua-5.2.patch
+# PATCH-FIX-UPSTREAM libquvi-autoconf-2.70.patch [email protected] -- Fix 
build with autconfig 2.70
+Patch2:         libquvi-autoconf-2.70.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -77,6 +79,7 @@
 touch -d "$(sed -n '2s/ - .*$//p' <%{_sourcedir}/%{name}.changes)" 
stamp-build-time
 fi
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="%{optflags} -DLUA_COMPAT_MODULE"

++++++ libquvi-autoconf-2.70.patch ++++++
From: Boyuan Yang <[email protected]>
Date: Fri, 3 Sep 2021 10:47:13 -0400
Subject: Fix FTBFS with autoconf 2.70

Patch retrieved from https://bugs.gentoo.org/777768

Bug-Debian: https://bugs.debian.org/978860
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index da8e61c..3010a3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ m4_include([m4/version.m4])
 AC_INIT([libquvi], m4_esyscmd([./gen-ver.sh -c | tr -d '\n']),
         [http://quvi.sf.net/bugs/],[],[http://quvi.sf.net/])
 
-AC_DEFINE_UNQUOTED([BUILD_OPTS], "$@",
+AC_DEFINE_UNQUOTED([BUILD_OPTS], "$*",
   [Define to configure invocation command line options])
 
 # Interface

Reply via email to