Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
ce073d6917 | |||
eadd4d257e | |||
4c32cc6b52 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1
|
||||
size 46364
|
3
DateTime-Format-ISO8601-0.17.tar.gz
Normal file
3
DateTime-Format-ISO8601-0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04899f3b1896b2e0933a1d728b3094ccd2f7d09e434c4eac2696cd931bbf0551
|
||||
size 47204
|
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,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 05:31:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.170.0 (0.17)
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-ISO8601/Changes
|
||||
|
||||
0.17 2025-02-22
|
||||
|
||||
- Fixed an issue with converting floating point second values to nanoseconds. These could be
|
||||
converted to numbers which Perl stringified as an integer, but which really had a non-integer
|
||||
component. Fixed by @n1vux (Bill Ricker). Fixes GH #14 via PR #15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 10:22:08 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Format-ISO8601
|
||||
#
|
||||
# Copyright (c) 2021 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,20 +18,23 @@
|
||||
|
||||
%define cpan_name DateTime-Format-ISO8601
|
||||
Name: perl-DateTime-Format-ISO8601
|
||||
Version: 0.16
|
||||
Version: 0.170.0
|
||||
Release: 0
|
||||
Summary: Parses ISO8601 formats
|
||||
# 0.17 -> normalize -> 0.170.0
|
||||
%define cpan_version 0.17
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Parses ISO8601 formats
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
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(DateTime) >= 1.45
|
||||
BuildRequires: perl(DateTime) >= 1.450
|
||||
BuildRequires: perl(DateTime::Format::Builder) >= 0.77
|
||||
BuildRequires: perl(Params::ValidationCompiler) >= 0.26
|
||||
BuildRequires: perl(Specio) >= 0.18
|
||||
BuildRequires: perl(Specio) >= 0.180
|
||||
BuildRequires: perl(Specio::Declare)
|
||||
BuildRequires: perl(Specio::Exporter)
|
||||
BuildRequires: perl(Specio::Library::Builtins)
|
||||
@@ -39,15 +42,18 @@ BuildRequires: perl(Test2::V0)
|
||||
BuildRequires: perl(Test::More) >= 1.302015
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(DateTime) >= 1.45
|
||||
Requires: perl(DateTime) >= 1.450
|
||||
Requires: perl(DateTime::Format::Builder) >= 0.77
|
||||
Requires: perl(Params::ValidationCompiler) >= 0.26
|
||||
Requires: perl(Specio) >= 0.18
|
||||
Requires: perl(Specio) >= 0.180
|
||||
Requires: perl(Specio::Declare)
|
||||
Requires: perl(Specio::Exporter)
|
||||
Requires: perl(Specio::Library::Builtins)
|
||||
Requires: perl(namespace::autoclean)
|
||||
Requires: perl(parent)
|
||||
Provides: perl(DateTime::Format::ISO8601) = %{version}
|
||||
Provides: perl(DateTime::Format::ISO8601::Types) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -55,8 +61,9 @@ Parses almost all ISO8601 date and time formats. ISO8601 time-intervals
|
||||
will be supported in a later release.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
%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
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user