Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-gettext for openSUSE:Factory 
checked in at 2024-02-03 10:47:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-gettext (Old)
 and      /work/SRC/openSUSE:Factory/.perl-gettext.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-gettext"

Sat Feb  3 10:47:57 2024 rev:26 rq:1143771 version:1.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-gettext/perl-gettext.changes        
2016-07-09 09:20:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-gettext.new.1815/perl-gettext.changes      
2024-02-03 10:47:58.329642311 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 18:33:22 UTC 2024 - Ana Guerrero <[email protected]>
+
+- Run testsuite with locale LANG=en_US.UTF. It fails otherwise with
+  glibc 2.39
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-gettext.spec ++++++
--- /var/tmp/diff_new_pack.srSU9w/_old  2024-02-03 10:47:59.421681598 +0100
+++ /var/tmp/diff_new_pack.srSU9w/_new  2024-02-03 10:47:59.433682029 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-gettext
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 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/
 #
 
 
@@ -21,10 +21,10 @@
 Release:        0
 %define cpan_name gettext
 Summary:        Message Handling Functions
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/gettext/
-Source0:        
http://www.cpan.org/authors/id/P/PV/PVANDRY/%{cpan_name}-%{version}.tar.gz
+URL:            https://search.cpan.org/dist/gettext/
+Source0:        
https://www.cpan.org/authors/id/P/PV/PVANDRY/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -107,7 +107,8 @@
 %{__make} %{?_smp_mflags}
 
 %check
-%{__make} test
+# Testsuite fails with LANG=C.UTF-8 and glibc 2.39
+LANG=en_US.UTF-8 %{__make} test
 
 %install
 %perl_make_install

Reply via email to