Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2020-01-16 18:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Thu Jan 16 18:19:03 2020 rev:60 rq:764928 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2019-12-18 
14:46:27.941887772 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new.26092/texlive.changes       
2020-01-16 18:19:07.928903244 +0100
@@ -1,0 +2,7 @@
+Thu Jan  9 12:02:09 UTC 2020 - Dr. Werner Fink <wer...@suse.de>
+
+- Add source-common.patch to avoid common variable (boo#1160417) 
+- Ensure to have the correct version of perl-Business-ISBN
+  and perl-Business-ISBN-Data
+
+-------------------------------------------------------------------

New:
----
  source-common.patch

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.Vjrcsd/_old  2020-01-16 18:19:09.916904369 +0100
+++ /var/tmp/diff_new_pack.Vjrcsd/_new  2020-01-16 18:19:09.920904371 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -173,8 +173,8 @@
 BuildRequires:  perl-base >= 5.26.1
 BuildRequires:  perl(autovivification)
 #BuildRequires: perl(Business::ISBN)
-BuildRequires:  perl-Business-ISBN
-BuildRequires:  perl-Business-ISBN-Data
+BuildRequires:  perl-Business-ISBN >= 3.005
+BuildRequires:  perl-Business-ISBN-Data >= 20191107
 BuildRequires:  perl(Business::ISMN)
 BuildRequires:  perl(Business::ISSN)
 BuildRequires:  perl(Class::Accessor)
@@ -279,6 +279,8 @@
 Patch60:        source-fix-axohelp.patch
 # PATCH-FIX-TEXLIVE
 Patch61:        source-poppler0.83.0.patch
+# PATCH-FIX-SUSE Avoid common variable (boo#1160417)
+Patch62:        source-common.patch
 Prefix:         %{_bindir}
 Provides:       pdfjam = %{version}
 Obsoletes:      pdfjam < %{version}
@@ -3442,7 +3444,7 @@
 URL:            http://biblatex-biber.sourceforge.net/
 Recommends:     perl(Readonly::XS)
 Requires:       perl-base >= 5.26.1
-Requires:       perl(Business::ISBN)
+Requires:       perl(Business::ISBN) >= 3.005
 Requires:       perl(Business::ISMN)
 Requires:       perl(Business::ISSN)
 Requires:       perl(Class::Accessor)
@@ -3688,6 +3690,7 @@
 cp ./texk/web2c/pdftexdir/pdftoepdf-poppler0.75.0.cc 
./texk/web2c/pdftexdir/pdftoepdf-poppler${pver}.cc
 %endif
 %patch60 -p0
+%patch62 -p0 -b .cv
 
 if pkg-config --atleast-version=0.59 poppler
 then

++++++ source-common.patch ++++++
---
 utils/autosp/autosp-src/utils.c |    1 +
 utils/autosp/autosp-src/utils.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

--- utils/autosp/autosp-src/utils.c
+++ utils/autosp/autosp-src/utils.c     2020-01-09 11:48:29.954763221 +0000
@@ -23,6 +23,7 @@
  */
 
 # include "utils.h"
+int lineno;
 
 void
 warning (const char msg[])    /* output warning message msg to stderr          
       */
--- utils/autosp/autosp-src/utils.h
+++ utils/autosp/autosp-src/utils.h     2020-01-09 11:48:01.819295851 +0000
@@ -61,6 +61,6 @@ extern size_t append (char *dst, char **
 extern bool prefix (const char *cs, const char *ct); /* is string cs[] a 
prefix of ct[]?  */
 extern bool suffix (const char *cs, const char *ct); /* is string cs[] a 
suffix of ct[]?  */
 
-int lineno;
+extern int lineno;
 extern void error (const char msg[]);  /* abort with stderr message msg */
 extern void warning (const char msg[]); /* output warning message msg to 
stderr  */

Reply via email to