From 39ba28b38531ca21726b6ddff7406a6cc16de87a7317227188418d7637aa1910 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 3 Feb 2024 09:47:33 +0000 Subject: [PATCH] Accepting request 1143717 from home:anag+factory:branches:devel:languages:perl - Run testsuite with locale LANG=en_US.UTF. It fails otherwise with glibc 2.39 OBS-URL: https://build.opensuse.org/request/show/1143717 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-gettext?expand=0&rev=25 --- perl-gettext.changes | 6 ++++++ perl-gettext.spec | 13 +++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/perl-gettext.changes b/perl-gettext.changes index 572f5d2..54d5d0a 100644 --- a/perl-gettext.changes +++ b/perl-gettext.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 2 18:33:22 UTC 2024 - Ana Guerrero + +- Run testsuite with locale LANG=en_US.UTF. It fails otherwise with + glibc 2.39 + ------------------------------------------------------------------- Sat Jun 25 06:26:54 UTC 2016 - coolo@suse.com diff --git a/perl-gettext.spec b/perl-gettext.spec index 88b4dc0..f4925d6 100644 --- a/perl-gettext.spec +++ b/perl-gettext.spec @@ -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 @@ Version: 1.07 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 @@ given by *codeset* if the encoding of the message catalog is known. %{__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