forked from pool/perl-DateTime-Locale
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
a68d6283e0 | |||
4214b1737d | |||
cf0fc1147d | |||
e2661a9f4b |
BIN
DateTime-Locale-1.44.tar.gz
(Stored with Git LFS)
Normal file
BIN
DateTime-Locale-1.44.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bc56dc2ff4b3152612e1d474ca65071ae2c00912e3fa4bc6f5a99e5e7a1da68
|
||||
size 2059982
|
12
README.md
12
README.md
@@ -1,12 +0,0 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

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

|
||||
|
||||
|
@@ -1,13 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 05:36:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.45
|
||||
see /usr/share/doc/packages/perl-DateTime-Locale/Changes
|
||||
|
||||
1.45 2025-04-01
|
||||
|
||||
- Rebuilt all locale data with the data from CLDR 47.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:19:49 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Locale
|
||||
#
|
||||
# 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,19 +18,18 @@
|
||||
|
||||
%define cpan_name DateTime-Locale
|
||||
Name: perl-DateTime-Locale
|
||||
Version: 1.450000
|
||||
Version: 1.440000
|
||||
Release: 0
|
||||
%define cpan_version 1.45
|
||||
%define cpan_version 1.44
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Localization support for DateTime.pm
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.11.0
|
||||
BuildRequires: perl(CPAN::Meta::Check) >= 0.011
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
|
||||
BuildRequires: perl(File::ShareDir)
|
||||
@@ -47,14 +46,14 @@ BuildRequires: perl(Test2::Require::Module)
|
||||
BuildRequires: perl(Test2::V0)
|
||||
BuildRequires: perl(Test::File::ShareDir::Dist)
|
||||
BuildRequires: perl(Test::More) >= 1.302015
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.190
|
||||
BuildRequires: perl(namespace::autoclean) >= 0.19
|
||||
Requires: perl(Dist::CheckConflicts) >= 0.02
|
||||
Requires: perl(File::ShareDir)
|
||||
Requires: perl(List::Util) >= 1.45
|
||||
Requires: perl(Params::ValidationCompiler) >= 0.13
|
||||
Requires: perl(Specio::Declare)
|
||||
Requires: perl(Specio::Library::String)
|
||||
Requires: perl(namespace::autoclean) >= 0.190
|
||||
Requires: perl(namespace::autoclean) >= 0.19
|
||||
Provides: perl(DateTime::Locale) = %{version}
|
||||
Provides: perl(DateTime::Locale::Base) = %{version}
|
||||
Provides: perl(DateTime::Locale::Catalog) = %{version}
|
||||
@@ -73,7 +72,7 @@ If you want to know what methods are available for locale objects, then
|
||||
please read the DateTime::Locale::FromData documentation.
|
||||
|
||||
%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
|
||||
|
||||
|
Reference in New Issue
Block a user