Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2017-10-13 14:04:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and      /work/SRC/openSUSE:Factory/.texinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texinfo"

Fri Oct 13 14:04:24 2017 rev:48 rq:532668 version:6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2017-07-24 
12:28:57.718825266 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes     2017-10-13 
14:04:27.794898490 +0200
@@ -1,0 +2,24 @@
+Mon Oct  9 07:20:30 UTC 2017 - wer...@suse.de
+
+- Avoid also provide libtool() on texinfo specific perl linkage
+
+-------------------------------------------------------------------
+Sat Oct  7 12:35:18 UTC 2017 - co...@suse.com
+
+- Drop require on perl(Locale::Messages) as long as we bundle
+  perl-libintl-perl (the system one leaves tests failing)
+
+-------------------------------------------------------------------
+Sat Oct  7 08:31:43 UTC 2017 - co...@suse.com
+
+- Do not provide perl() - the modules are not globally available
+  (bsc#1062028)
+
+-------------------------------------------------------------------
+Wed Oct  4 08:41:08 UTC 2017 - dims...@opensuse.org
+
+- Change perl requires to be exactly the perl version makeinfo was
+  built against. We ship a perl loadable module which is hard
+  linked to the right version.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texinfo.spec ++++++
--- /var/tmp/diff_new_pack.7h67jb/_old  2017-10-13 14:04:29.182837452 +0200
+++ /var/tmp/diff_new_pack.7h67jb/_new  2017-10-13 14:04:29.186837276 +0200
@@ -53,6 +53,9 @@
 Recommends:     texi2html
 Recommends:     texi2roff
 
+# perl modules are not installed in global path
+%global __provides_exclude ^(libtool|perl)\\(
+
 %description
 Texinfo is a documentation system that uses a single source file to
 produce both online information and printed output.  Using Texinfo, you
@@ -76,9 +79,7 @@
 %package     -n makeinfo
 Summary:        Translate Texinfo documents to info format
 Group:          Productivity/Publishing/Texinfo
-Requires:       perl
-# /usr/share/texinfo/Texinfo/Report.pm uses Locale::Messages
-Requires:       perl(Locale::Messages)
+%requires_eq    perl
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
 Requires:       perl(Text::Unidecode)
 Suggests:       texinfo
@@ -94,6 +95,8 @@
 %patch1 -p1
 
 %build
+LANG=en_GB.UTF-8
+export LANG
 %configure \
        --with-external-Text-Unidecode \
        --enable-perl-xs
@@ -123,6 +126,8 @@
 %find_lang %{name}_document %{name}_document.lang
 
 %check
+LANG=en_GB.UTF-8
+export LANG
 make %{?_smp_mflags} check
 
 %post





Reply via email to