3
0
forked from pool/perl-gettext

Accepting request 1143771 from devel:languages:perl

- Run testsuite with locale LANG=en_US.UTF. It fails otherwise with glibc 2.39 (forwarded request 1143717 from anag+factory)

OBS-URL: https://build.opensuse.org/request/show/1143771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-gettext?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2024-02-03 09:47:57 +00:00 committed by Git OBS Bridge
commit 3984a6cbfc
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 2 18:33:22 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
- 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 Sat Jun 25 06:26:54 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-gettext # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Release: 0
%define cpan_name gettext %define cpan_name gettext
Summary: Message Handling Functions 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 Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/gettext/ URL: https://search.cpan.org/dist/gettext/
Source0: http://www.cpan.org/authors/id/P/PV/PVANDRY/%{cpan_name}-%{version}.tar.gz Source0: https://www.cpan.org/authors/id/P/PV/PVANDRY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@ -107,7 +107,8 @@ given by *codeset* if the encoding of the message catalog is known.
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
%{__make} test # Testsuite fails with LANG=C.UTF-8 and glibc 2.39
LANG=en_US.UTF-8 %{__make} test
%install %install
%perl_make_install %perl_make_install