8
0

WIP: Automatic update to libintl-perl-1.36.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-libintl-perl:autoupdate into main
4 changed files with 30 additions and 12 deletions

Binary file not shown.

BIN
libintl-perl-1.36.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Feb 7 05:59:19 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 1.360.0 (1.36)
see /usr/share/doc/packages/perl-libintl-perl/Changes
Version 1.36 - 06 Feb 2025
* Important: The library now tries to implement the effect of environment
variables exactly as described in the GNU gettext documentation at
https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html
and
https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html.
That will probably slightly alter the behaviour in edge cases.
* Bugs fixed:
https://github.com/gflohr/libintl-perl/issues/11
https://github.com/gflohr/libintl-perl/issues/14
-------------------------------------------------------------------
Wed Jan 22 21:23:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-libintl-perl
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name libintl-perl
Name: perl-libintl-perl
Version: 1.350.0
Version: 1.360.0
Release: 0
# 1.35 -> normalize -> 1.350.0
%define cpan_version 1.35
# 1.36 -> normalize -> 1.360.0
%define cpan_version 1.36
#Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
License: GPL-3.0-or-later
Summary: High-Level Interface to Uniforum Message Translation
@@ -35,9 +35,8 @@ BuildRequires: perl-macros
BuildRequires: perl(version) >= 0.77
Requires: perl(version) >= 0.77
Provides: perl(Locale::Messages) = %{version}
Provides: perl(Locale::Messages::Debug)
Provides: perl(Locale::Recode)
Provides: perl(Locale::Recode::_Aliases)
Provides: perl(Locale::Recode::_Conversions)
Provides: perl(Locale::RecodeData)
Provides: perl(Locale::RecodeData::ASMO_449)
Provides: perl(Locale::RecodeData::ATARI_ST)
@@ -176,13 +175,13 @@ Provides: perl(Locale::RecodeData::TIS_620)
Provides: perl(Locale::RecodeData::US_ASCII)
Provides: perl(Locale::RecodeData::UTF_8)
Provides: perl(Locale::RecodeData::VISCII)
Provides: perl(Locale::RecodeData::_Encode)
Provides: perl(Locale::TextDomain) = %{version}
Provides: perl(Locale::Util)
Provides: perl(Locale::gettext_dumb)
Provides: perl(Locale::gettext_pp)
Provides: perl(Locale::gettext_xs)
Provides: perl(MyInstall)
Provides: perl(__TiedTextDomain)
Provides: perl(SimpleCal)
%undefine __perllib_provides
Recommends: perl(File::ShareDir)
%{perl_requires}
@@ -196,7 +195,7 @@ compatible with the Uniforum message translations system as implemented
for example in GNU gettext.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644