Hello community,

here is the log from the commit of package perl-libintl-perl for 
openSUSE:Factory checked in at 2020-10-30 11:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-libintl-perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl-libintl-perl.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-libintl-perl"

Fri Oct 30 11:46:00 2020 rev:32 rq:844248 version:1.32

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-libintl-perl/perl-libintl-perl.changes      
2018-12-10 12:28:02.090545171 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-libintl-perl.new.3463/perl-libintl-perl.changes
    2020-10-30 11:46:08.281626050 +0100
@@ -1,0 +2,12 @@
+Tue Oct 27 03:11:54 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 1.32
+   see /usr/share/doc/packages/perl-libintl-perl/Changes
+
+  Version 1.32 - 26 Oct 2020
+
+  * Bugs fixed:
+
+    https://github.com/gflohr/libintl-perl/issues/5
+
+-------------------------------------------------------------------

Old:
----
  libintl-perl-1.31.tar.gz

New:
----
  libintl-perl-1.32.tar.gz

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

Other differences:
------------------
++++++ perl-libintl-perl.spec ++++++
--- /var/tmp/diff_new_pack.b7rPfR/_old  2020-10-30 11:46:08.901626600 +0100
+++ /var/tmp/diff_new_pack.b7rPfR/_new  2020-10-30 11:46:08.901626600 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-libintl-perl
 #
-# Copyright (c) 2018 SUSE LINUX 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
@@ -17,14 +17,14 @@
 
 
 Name:           perl-libintl-perl
-Version:        1.31
+Version:        1.32
 Release:        0
-#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
+#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
 %define cpan_name libintl-perl
 Summary:        High-Level Interface to Uniforum Message Translation
 License:        GPL-3.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/G/GU/GUIDO/%{cpan_name}-%{version}.tar.gz
 Source1:        libintl-perl-rpmlintrc
 Source2:        cpanspec.yml
@@ -46,7 +46,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ libintl-perl-1.31.tar.gz -> libintl-perl-1.32.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/Changes 
new/libintl-perl-1.32/Changes
--- old/libintl-perl-1.31/Changes       2018-11-19 16:48:53.000000000 +0100
+++ new/libintl-perl-1.32/Changes       2020-10-26 18:36:36.000000000 +0100
@@ -1,3 +1,9 @@
+Version 1.32 - 26 Oct 2020
+
+* Bugs fixed:
+
+  https://github.com/gflohr/libintl-perl/issues/5
+
 Version 1.31 - 19 Nov 2018
 
 * Fixes this bug in Locale::Simple:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/META.json 
new/libintl-perl-1.32/META.json
--- old/libintl-perl-1.31/META.json     2018-11-19 16:54:05.000000000 +0100
+++ new/libintl-perl-1.32/META.json     2020-10-26 18:37:39.000000000 +0100
@@ -4,7 +4,7 @@
       "Guido Flohr <[email protected]>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "unknown"
    ],
@@ -50,6 +50,6 @@
          "url" : "https://github.com/gflohr/libintl-perl.git";
       }
    },
-   "version" : "1.31",
+   "version" : "1.32",
    "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/META.yml 
new/libintl-perl-1.32/META.yml
--- old/libintl-perl-1.31/META.yml      2018-11-19 16:54:05.000000000 +0100
+++ new/libintl-perl-1.32/META.yml      2020-10-26 18:37:39.000000000 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,5 +26,5 @@
   bugtracker: https://github.com/gflohr/libintl-perl/issues
   homepage: http://www.guido-flohr.net/en/projects/
   repository: https://github.com/gflohr/libintl-perl.git
-version: '1.31'
+version: '1.32'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/NEWS new/libintl-perl-1.32/NEWS
--- old/libintl-perl-1.31/NEWS  2018-11-19 16:47:10.000000000 +0100
+++ new/libintl-perl-1.32/NEWS  2020-10-26 18:37:09.000000000 +0100
@@ -1,3 +1,9 @@
+Version 1.32 - 26 Oct 2020
+
+* Bugs fixed:
+
+  https://github.com/gflohr/libintl-perl/issues/5
+
 Version 1.31 - 19 Nov 2018
 
 * Fixes this bug in Locale::Simple:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/SIGNATURE 
new/libintl-perl-1.32/SIGNATURE
--- old/libintl-perl-1.31/SIGNATURE     2018-11-19 16:54:15.000000000 +0100
+++ new/libintl-perl-1.32/SIGNATURE     2020-10-26 18:37:46.000000000 +0100
@@ -15,16 +15,16 @@
 Hash: SHA1
 
 SHA256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
-SHA256 d28c21df79d05d744b17408e5db17fb3dbeed122bd087b302b4224a17a493b51 Changes
+SHA256 751d8b18cac7923f6ad5ef190a0634c394ca98ef71656329c195cbbf65e6fbd7 Changes
 SHA256 a96122b00f0239360c8a7f3b6ece043feeb8b0d7762d1b16f24573e2ca2c97b3 Credits
 SHA256 61548b4e3ce29df51b7280fc0df48366c22c70ca7ac164f5c4ed1938029a01aa FAQ
 SHA256 361a856bb352d2ce7952abe602b799dc7b3fa80b87ad232555b8a3c17b7c22f5 
MANIFEST
 SHA256 be23d8fd0165b7e749dac791a5f323dfe61496b908119cf036e4f2230ebc57f0 
MANIFEST.SKIP
-SHA256 2a452049ffb8edf9f6033d34aa39d65fabc77e54b788a2cde289b0525dc18b59 
META.json
-SHA256 dd5693c566df7804516173e23180374abc8b049a4843fae3c53974316d52fd42 
META.yml
+SHA256 be971f1494e54d483da6750a02e5f3a724f8c6900fc862e69711110f1e4215ec 
META.json
+SHA256 cf4e567a5bd78e6a48938ebe022c0b8a3dabd8517eb81b285227e7d76dd474e8 
META.yml
 SHA256 86d1e2d74d6ed876c609ac18823f518f6c8b58015aec7cfa1ec86704506a9dd8 
Makefile.PL
 SHA256 3100a12446dbb57768a043b2e2428571c9cf3106c7cb35ba41aec9d194ece512 
MyInstall.pm
-SHA256 d28c21df79d05d744b17408e5db17fb3dbeed122bd087b302b4224a17a493b51 NEWS
+SHA256 751d8b18cac7923f6ad5ef190a0634c394ca98ef71656329c195cbbf65e6fbd7 NEWS
 SHA256 df502dcc262dd32489a28b2e7e6587c9e5302e3038ca14607193f663863caa0b README
 SHA256 2379552e7e3abbbd7a65186f8873df6045f2563a99a6b362ca358f33f3ae38d3 
README-oldversions
 SHA256 df502dcc262dd32489a28b2e7e6587c9e5302e3038ca14607193f663863caa0b 
README.md
@@ -36,7 +36,7 @@
 SHA256 0ca945a6e0f803d60b025f38f23d7a420c3e4123e38b9ae0dfb8fcc3932a7491 
gettext_xs/Makefile.PL
 SHA256 4093870eec352858bbceff33c814d2ce57f7a9b6cc965fc6068b411f90994d5e 
gettext_xs/gettext_xs.pm
 SHA256 734b5be036f7f7c64caf27f1739a9925f7728fd2cc64c5bc4172735bf6fe3e8f 
gettext_xs/gettext_xs.xs
-SHA256 2c1dcdb75a5c2b12a9e7bf8de23efbfcb44f7be46c158992e89bd02ef43a15e2 
lib/Locale/Messages.pm
+SHA256 8d2b29b7fd1514b0528f7097c005742153881ed47e775016481f36b3a454358e 
lib/Locale/Messages.pm
 SHA256 d376bf01fbed090589e36ad75e6fbeeedfb1deab3d7453d64da900429c479076 
lib/Locale/Recode.pm
 SHA256 9759d289e57ec786c5cc1780d6fe4e0093ea7cd43aa463a013907a5fca569ca6 
lib/Locale/Recode/_Aliases.pm
 SHA256 643f1197b335388995b939153f9fe8019634635c149f684a1a609c3d76a3b2b3 
lib/Locale/Recode/_Conversions.pm
@@ -179,7 +179,7 @@
 SHA256 6b2a0a0cbb80165dacea69fdb4d6d72ee2418786d54b05a60b2c077bec9dad68 
lib/Locale/RecodeData/UTF_8.pm
 SHA256 75946b9aef6330f3f3d5c9819f033c0f31d86ea0648eb6acabd39f42741d75c0 
lib/Locale/RecodeData/VISCII.pm
 SHA256 767fb8d75eb30565bd6d6815b65a8856ba8cce50cb348db23577a5ecc52a43c7 
lib/Locale/RecodeData/_Encode.pm
-SHA256 78264d17a55cd076c9e0cec07ae1a21757d7cd70204eb3c8b9b9900a70c1953c 
lib/Locale/TextDomain.pm
+SHA256 f9c51bf11bf9d745bf808f97fa72e6da2507d18118dc4c4e1ba3012beabf9965 
lib/Locale/TextDomain.pm
 SHA256 ea648f427995d9d924a14fe700a78e4ca1d3c9aae694488579fc16047bc38680 
lib/Locale/Util.pm
 SHA256 f7263d260f220ca5ebeda0af6d766f706840c0e8e2b458bb3d4e3ffe45768c99 
lib/Locale/gettext_dumb.pm
 SHA256 68c7d9c8115d67e7b5142e283ca6b13d02ead3a7a4640c85f6a800fa80a2daa9 
lib/Locale/gettext_pp.pm
@@ -412,8 +412,9 @@
 SHA256 ff3dddcf6a16e6d612ec783a10100a64cc8e4f6e580b75169efc2fc9e797c90a 
tests/po/existing.xy.po
 SHA256 1b7f3c488028d3e25f405d25505330dc76351c9d986c2336154c675168d95673 
tests/po/existing.xy_XY.po
 -----BEGIN PGP SIGNATURE-----
+Version: Crypt::OpenPGP 1.12
 
-iF0EARECAB0WIQTudF2MrxIkiEy1+pE6jQc09Y0PPQUCW/LcngAKCRA6jQc09Y0P
-PaudAJoDb1KXyDK4HyayQossEyKVeRgowQCgumOvNuWoGMIT5/jTvPkG2DTvO3s=
-=iLl8
+iQBGBAERAgAGBQJflwlqAAoJEDqNBzT1jQ89SWcAoKIVsbRm/mcTn3Jna4E0OEcn
+ytKIAKDCHphZ/jAU6ES8rrVthZ/JNkF7gA==
+=WvXf
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/lib/Locale/Messages.pm 
new/libintl-perl-1.32/lib/Locale/Messages.pm
--- old/libintl-perl-1.31/lib/Locale/Messages.pm        2018-11-19 
16:32:58.000000000 +0100
+++ new/libintl-perl-1.32/lib/Locale/Messages.pm        2020-10-14 
09:09:24.000000000 +0200
@@ -22,17 +22,15 @@
 
 use strict;
 
-use File::Spec;
-
 use vars qw ($package @EXPORT_OK %EXPORT_TAGS @ISA $VERSION);
 
-$VERSION = '1.31';
+$VERSION = '1.32';
 
 # Try to load the C version first.
 $package = 'gettext_xs';
 
 # Do not load from current working directory.
-local @INC = grep { File::Spec->file_name_is_absolute($_) } @INC;
+local @INC = grep { $_ ne '.' } @INC;
 
 eval <<'EOF';
 require Locale::gettext_xs; 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libintl-perl-1.31/lib/Locale/TextDomain.pm 
new/libintl-perl-1.32/lib/Locale/TextDomain.pm
--- old/libintl-perl-1.31/lib/Locale/TextDomain.pm      2018-11-19 
16:32:50.000000000 +0100
+++ new/libintl-perl-1.32/lib/Locale/TextDomain.pm      2020-10-14 
09:10:28.000000000 +0200
@@ -66,7 +66,7 @@
 
 use vars qw ($VERSION);
 
-$VERSION = '1.31';
+$VERSION = '1.32';
 
 require Exporter;
 
@@ -389,7 +389,7 @@
        if (defined $try_dirs) {
                my $found_dir = '';
                
-               TRYDIR: foreach my $dir (map { abs_path $_ } grep { -d $_ } 
@$try_dirs) {
+               TRYDIR: foreach my $dir (grep { -d $_ } @$try_dirs) {
                        # Is there a message catalog?  We have to search 
recursively
                        # for it.  Since globbing is reported to be buggy under
                        # MS-DOS, we roll our own version.
@@ -412,7 +412,7 @@
                
                # If there was no success, this will fall back to the default 
search
                # directories.
-               bindtextdomain $domain => $found_dir;
+               bindtextdomain $domain => abs_path $found_dir;
     }
     
     # The search has completed.


Reply via email to