Compare commits

...

9 Commits

Author SHA1 Message Date
David Abdurachmanov c5ad11356e
Rebuilt for Fedora/RISCV (riscv64); adding .rvreX to Release:
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-10-31 15:05:08 +02:00
David Abdurachmanov 1f6cd16412
Sync with upstream branch
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2023-10-31 15:05:08 +02:00
Paul Howarth d4d0e1fe3b Update to 1.63 (rhbz#2245551)
- New upstream release 1.63
  - Switched to using the 'Perl_isfinite' function instead of trying to
    implement this ourselves in XS code; this should fix quadmath builds on
    Windows (GH#139)
2023-10-23 09:55:33 +01:00
Fedora Release Engineering 4444859921 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 20:59:48 +00:00
Jitka Plesnikova 02e8257d82 Perl 5.38 re-rebuild of bootstrapped packages 2023-07-12 13:35:48 +02:00
Jitka Plesnikova d3a55381ed Perl 5.38 rebuild 2023-07-11 15:54:56 +02:00
Fedora Release Engineering e7f5f89e34 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-20 01:34:32 +00:00
Jitka Plesnikova 27c0d6b464 Remove perl(MODULE_COMPAT), it will be replaced by generators 2023-01-13 12:18:26 +01:00
Paul Howarth 1ba6cb2b07 Update to 1.59
- New upstream release 1.59
  - Fixed tests to pass with DateTime::Locale 1.37+ (GH#34)
- Use SPDX-format license tag
2022-10-24 10:24:31 +01:00
3 changed files with 34 additions and 12 deletions

3
perl-DateTime.rpmlintrc Normal file
View File

@ -0,0 +1,3 @@
# This is a loadable module; the main calling process is linked against libc itself
addFilter("library-not-linked-against-libc /.*/auto/DateTime/DateTime\.so")

View File

@ -7,10 +7,10 @@
Name: perl-DateTime
Epoch: 2
Version: 1.58
Release: 4.1.riscv64%{?dist}
Version: 1.63
Release: 1.rvre0%{?dist}
Summary: Date and time object for Perl
License: Artistic 2.0
License: Artistic-2.0
URL: https://metacpan.org/release/DateTime
Source0: https://cpan.metacpan.org/modules/by-module/DateTime/DateTime-%{version}.tar.gz
# Build:
@ -23,10 +23,9 @@ BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Run-time:
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(DateTime::Locale) >= 1.06
#BuildRequires: perl(DateTime::TimeZone) >= 2.44
BuildRequires: perl(DateTime::TimeZone) >= 2.44
BuildRequires: perl(Dist::CheckConflicts) >= 0.02
BuildRequires: perl(integer)
BuildRequires: perl(namespace::autoclean) >= 0.19
@ -65,7 +64,6 @@ BuildRequires: perl(Storable)
BuildRequires: perl(Test::Warn)
%endif
# Dependencies:
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(XSLoader)
# Avoid provides from DateTime.so
@ -99,7 +97,7 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} -c %{buildroot}
%check
# make test
make test
%files
%license LICENSE
@ -108,17 +106,38 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{perl_vendorarch}/DateTime/
%{perl_vendorarch}/DateTime.pm
%{_mandir}/man3/DateTime.3*
%{_mandir}/man3/DateTime::Conflicts.3*
%{_mandir}/man3/DateTime::Duration.3*
%{_mandir}/man3/DateTime::Infinite.3*
%{_mandir}/man3/DateTime::LeapSecond.3*
%{_mandir}/man3/DateTime::Types.3*
%changelog
* Thu Sep 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2:1.58-4.1.riscv64
- Disable tests on riscv64
* Tue Oct 31 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.63-1.rvre0
- Rebuilt for Fedora/RISCV (riscv64)
* Thu Sep 08 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2:1.58-4.0.riscv64
- Temporary one time change to bootstrap on riscv64
* Mon Oct 23 2023 Paul Howarth <paul@city-fan.org> - 2:1.63-1
- Update to 1.63 (rhbz#2245551)
- Switched to using the 'Perl_isfinite' function instead of trying to
implement this ourselves in XS code; this should fix quadmath builds on
Windows (GH#139)
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.59-4
- Perl 5.38 re-rebuild of bootstrapped packages
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2:1.59-3
- Perl 5.38 rebuild
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.59-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Mon Oct 24 2022 Paul Howarth <paul@city-fan.org> - 2:1.59-1
- Update to 1.59
- Fixed tests to pass with DateTime::Locale 1.37+ (GH#34)
- Use SPDX-format license tag
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.58-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (DateTime-1.58.tar.gz) = 2d337c06bb5125c4b81f5a1bff3c83366e53c86765333d76b7e80f39f209b1e1d3a3251395fb5f5778dc35ab356823a9e1d3f7a4f84ff919cc202b641487be31
SHA512 (DateTime-1.63.tar.gz) = 9cbff99f41e62e88c144a0fbe275a894b1425e323bcc50cc34af1345a86b31fa65058cc235db1e2cda821da053cd83338e6d5f39ac136692c59348a4577d1dc3