8
0

2 Commits

5 changed files with 9 additions and 64 deletions

3
Locale-Codes-3.79.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47cae7f96ac6caf1d78404d4bae22538a7c0ee5c4650596b020cc2ddb6f1932b
size 882324

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bafe816f557806b36b97628a9d85a07fee2b857effbc7e270ad95f71a53d8a5
size 879524

View File

@@ -1,12 +0,0 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Locale-Codes/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Locale-Codes)

View File

@@ -1,45 +1,3 @@
-------------------------------------------------------------------
Wed Jun 11 05:37:33 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.840.0 (3.84)
see /usr/share/doc/packages/perl-Locale-Codes/Changes
3.84 2025-06-10 sbeck
- Fixed a packaging error
For some reason, there was a problem with my 3.83 package which
caused the module to completely disappear from CPAN. This is a
release to try to correct that.
-------------------------------------------------------------------
Mon Jun 2 05:36:54 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.830.0 (3.83)
see /usr/share/doc/packages/perl-Locale-Codes/Changes
3.83 2025-06-01 sbeck
- NEW CODE(s)
-------------------------------------------------------------------
Tue Mar 4 05:33:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.820.0 (3.82)
see /usr/share/doc/packages/perl-Locale-Codes/Changes
3.82 2025-03-03 sbeck
- NEW CODE(s)
-------------------------------------------------------------------
Thu Dec 12 16:24:12 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.810.0 (3.81)
see /usr/share/doc/packages/perl-Locale-Codes/Changes
3.81 2024-12-02 sbeck
- NEW CODE(s)
3.80 2024-09-01 sbeck
- NEW CODE(s)
-------------------------------------------------------------------
Sun Jun 23 16:28:04 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Locale-Codes
#
# Copyright (c) 2025 SUSE LLC
# 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
@@ -18,20 +18,19 @@
%define cpan_name Locale-Codes
Name: perl-Locale-Codes
Version: 3.840.0
Version: 3.790.0
Release: 0
# 3.84 -> normalize -> 3.840.0
%define cpan_version 3.84
# 3.79 -> normalize -> 3.790.0
%define cpan_version 3.79
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Distribution of modules to handle locale codes
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Inter) >= 1.90
BuildRequires: perl(Test::Inter) >= 1.09
Provides: perl(Locale::Codes) = %{version}
Provides: perl(Locale::Codes::Constants) = %{version}
Provides: perl(Locale::Codes::Country) = %{version}
@@ -111,7 +110,7 @@ that occur, so if any of the standards change, and you want a new release
sooner, just email me and I'll get one out.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644