Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
3ef186c161 | |||
5b5eabae1b | |||
70215abd8b | |||
ec7c0c002d | |||
6bb3583054 | |||
c774fa08b2 | |||
a5faadf602 | |||
1b5c051d96 | |||
5026942098 | |||
ad55ce0c86 | |||
5c55290244 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5529c6d06556a04da1f2e0f13d1335695d04b19370858f6f051e2421687d8b0e
|
||||
size 865135
|
3
Locale-Codes-3.84.tar.gz
Normal file
3
Locale-Codes-3.84.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bafe816f557806b36b97628a9d85a07fee2b857effbc7e270ad95f71a53d8a5
|
||||
size 879524
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 3.790.0 (3.79)
|
||||
see /usr/share/doc/packages/perl-Locale-Codes/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 16:14:09 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Locale-Codes
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,19 +18,20 @@
|
||||
|
||||
%define cpan_name Locale-Codes
|
||||
Name: perl-Locale-Codes
|
||||
Version: 3.780.0
|
||||
Version: 3.840.0
|
||||
Release: 0
|
||||
# 3.78 -> normalize -> 3.780.0
|
||||
%define cpan_version 3.78
|
||||
# 3.84 -> normalize -> 3.840.0
|
||||
%define cpan_version 3.84
|
||||
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.09
|
||||
BuildRequires: perl(Test::Inter) >= 1.90
|
||||
Provides: perl(Locale::Codes) = %{version}
|
||||
Provides: perl(Locale::Codes::Constants) = %{version}
|
||||
Provides: perl(Locale::Codes::Country) = %{version}
|
||||
@@ -110,7 +111,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}
|
||||
%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
|
||||
|
||||
|
Reference in New Issue
Block a user