Hello community,

here is the log from the commit of package texi2html for openSUSE:Factory 
checked in at 2020-10-22 14:20:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texi2html (Old)
 and      /work/SRC/openSUSE:Factory/.texi2html.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texi2html"

Thu Oct 22 14:20:53 2020 rev:4 rq:842437 version:5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/texi2html/texi2html.changes      2017-05-10 
20:35:42.712191422 +0200
+++ /work/SRC/openSUSE:Factory/.texi2html.new.3463/texi2html.changes    
2020-10-22 14:21:59.566734646 +0200
@@ -1,0 +2,5 @@
+Sat Oct 17 20:11:10 UTC 2020 - Dirk Stoecker <[email protected]>
+
+- Fix wrong perl provides for Unicode::EastAsianWidth
+
+-------------------------------------------------------------------
@@ -56 +60,0 @@
-

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

Other differences:
------------------
++++++ texi2html.spec ++++++
--- /var/tmp/diff_new_pack.svT46v/_old  2020-10-22 14:22:00.410735404 +0200
+++ /var/tmp/diff_new_pack.svT46v/_new  2020-10-22 14:22:00.414735407 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texi2html
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -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,9 +20,9 @@
 Version:        5.0
 Release:        0
 Summary:        Tool for converting texinfo documents to HTML
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Publishing/Texinfo
-Url:            http://www.nongnu.org/texi2html/
+URL:            http://www.nongnu.org/texi2html/
 Source0:        
http://download.savannah.nongnu.org/releases/texi2html/texi2html-%{version}.tar.bz2
 Patch1:         texi2html-1.78.dif
 Patch2:         texi2html-5584.patch
@@ -31,9 +31,11 @@
 BuildRequires:  perl-Text-Unidecode
 BuildRequires:  perl-gettext
 BuildRequires:  perl-libintl-perl
+BuildRequires:  perl(Unicode::EastAsianWidth)
 Requires:       perl-Text-Unidecode
 Requires:       perl-gettext
 Requires:       perl-libintl-perl
+Requires:       perl(Unicode::EastAsianWidth)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Conflicts:      texinfo < 5.0
@@ -63,7 +65,13 @@
 LANG=POSIX
 LC_ALL=POSIX
 export LANG LC_ALL
-%configure --enable-nls --with-encode --with-gnu-ld --with-unidecode 
--with-external-libintl-perl
+%configure \
+  --enable-nls \
+  --with-encode \
+  --with-gnu-ld \
+  --with-unidecode \
+  --with-external-libintl-perl \
+  --with-external-Unicode-EastAsianWidth
 
 make %{?_smp_mflags}
 
@@ -71,7 +79,7 @@
 %make_install
 rm -rf %{buildroot}%{_datadir}/texinfo/
 rm -rf %{buildroot}%{_datadir}/locale/*.us-ascii
-rm -rf %{buildroot}%{_datadir}/%{name}/lib/libintl-perl/
+rm -rf %{buildroot}%{_datadir}/%{name}/lib
 
 %find_lang %name
 %find_lang %{name}_document


Reply via email to