8
0

Compare commits

3 Commits

Author SHA256 Message Date
ce073d6917 Add Gitea build results 2025-08-12 18:13:16 +02:00
eadd4d257e Accepting request 1269363 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Format-ISO8601?expand=0&rev=5
2025-04-15 14:46:20 +00:00
4c32cc6b52 Accepting request 1268692 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1268692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-ISO8601?expand=0&rev=15
2025-04-14 20:37:28 +00:00
5 changed files with 44 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1
size 46364

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04899f3b1896b2e0933a1d728b3094ccd2f7d09e434c4eac2696cd931bbf0551
size 47204

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-DateTime-Format-ISO8601/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-DateTime-Format-ISO8601)

View File

@@ -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>

View File

@@ -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