commit perl-DateTime for openSUSE:Factory

2024-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2024-03-10 20:23:52

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.1770 (New)


Package is "perl-DateTime"

Sun Mar 10 20:23:52 2024 rev:59 rq:1156541 version:1.650.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2023-11-20 21:18:43.812989789 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.1770/perl-DateTime.changes
2024-03-10 20:24:03.424760916 +0100
@@ -1,0 +2,5 @@
+Fri Mar  8 22:16:40 UTC 2024 - Tina Müller 
+
+- Fix disabling of __perllib_provides
+
+---



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.18HtCQ/_old  2024-03-10 20:24:05.312830259 +0100
+++ /var/tmp/diff_new_pack.18HtCQ/_new  2024-03-10 20:24:05.312830259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# Copyright (c) 2023 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
@@ -72,7 +72,7 @@
 Provides:   perl(DateTime::PP) = 1.650.0
 Provides:   perl(DateTime::PPExtra) = 1.650.0
 Provides:   perl(DateTime::Types) = 1.650.0
-%define __perllib_provides /bin/true
+%undefine   __perllib_provides
 %{perl_requires}
 
 %description


commit perl-DateTime for openSUSE:Factory

2023-11-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2023-11-20 21:18:34

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.2521 (New)


Package is "perl-DateTime"

Mon Nov 20 21:18:34 2023 rev:58 rq:1126980 version:1.650.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2023-10-27 22:27:32.658086538 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.2521/perl-DateTime.changes
2023-11-20 21:18:43.812989789 +0100
@@ -1,0 +2,13 @@
+Tue Nov  7 03:07:30 UTC 2023 - Tina Müller 
+
+- updated to 1.65
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.65   2023-11-05
+  - This release is the same as 1.64. This release fixes builds on macOS with
+Perls before 5.22.0. Reported by Simon Sawert. GH #141.
+  1.64   2023-10-29 (TRIAL RELEASE)
+  - Fix builds on macOS with Perls before 5.22.0. This seems to have the same
+issue as Windows on older Perls. Reported by Simon Sawert. GH #141.
+
+---

Old:

  DateTime-1.63.tar.gz

New:

  DateTime-1.65.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.cZVbGx/_old  2023-11-20 21:18:44.305007948 +0100
+++ /var/tmp/diff_new_pack.cZVbGx/_new  2023-11-20 21:18:44.305007948 +0100
@@ -18,9 +18,9 @@
 
 %define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.630.0
+Version:1.650.0
 Release:0
-%define cpan_version 1.63
+%define cpan_version 1.65
 License:Artistic-2.0
 Summary:Date and time object for Perl
 URL:https://metacpan.org/release/%{cpan_name}
@@ -62,16 +62,16 @@
 Requires:   perl(Try::Tiny)
 Requires:   perl(namespace::autoclean) >= 0.19
 Requires:   perl(parent)
-Provides:   perl(DateTime) = 1.630.0
-Provides:   perl(DateTime::Duration) = 1.630.0
-Provides:   perl(DateTime::Helpers) = 1.630.0
-Provides:   perl(DateTime::Infinite) = 1.630.0
-Provides:   perl(DateTime::Infinite::Future) = 1.630.0
-Provides:   perl(DateTime::Infinite::Past) = 1.630.0
-Provides:   perl(DateTime::LeapSecond) = 1.630.0
-Provides:   perl(DateTime::PP) = 1.630.0
-Provides:   perl(DateTime::PPExtra) = 1.630.0
-Provides:   perl(DateTime::Types) = 1.630.0
+Provides:   perl(DateTime) = 1.650.0
+Provides:   perl(DateTime::Duration) = 1.650.0
+Provides:   perl(DateTime::Helpers) = 1.650.0
+Provides:   perl(DateTime::Infinite) = 1.650.0
+Provides:   perl(DateTime::Infinite::Future) = 1.650.0
+Provides:   perl(DateTime::Infinite::Past) = 1.650.0
+Provides:   perl(DateTime::LeapSecond) = 1.650.0
+Provides:   perl(DateTime::PP) = 1.650.0
+Provides:   perl(DateTime::PPExtra) = 1.650.0
+Provides:   perl(DateTime::Types) = 1.650.0
 %define __perllib_provides /bin/true
 %{perl_requires}
 

++ DateTime-1.63.tar.gz -> DateTime-1.65.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/Changes new/DateTime-1.65/Changes
--- old/DateTime-1.63/Changes   2023-10-22 20:34:18.0 +0200
+++ new/DateTime-1.65/Changes   2023-11-06 06:12:21.0 +0100
@@ -1,3 +1,15 @@
+1.65   2023-11-05
+
+- This release is the same as 1.64. This release fixes builds on macOS with
+  Perls before 5.22.0. Reported by Simon Sawert. GH #141.
+
+
+1.64   2023-10-29 (TRIAL RELEASE)
+
+- Fix builds on macOS with Perls before 5.22.0. This seems to have the same
+  issue as Windows on older Perls. Reported by Simon Sawert. GH #141.
+
+
 1.63   2023-10-22
 
 - This release is the same as 1.62. This releases fixes quadmath builds on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/DateTime.xs 
new/DateTime-1.65/DateTime.xs
--- old/DateTime-1.63/DateTime.xs   2023-10-22 20:34:18.0 +0200
+++ new/DateTime-1.65/DateTime.xs   2023-11-06 06:12:21.0 +0100
@@ -8,7 +8,7 @@
 /* This file is generated by tools/leap_seconds_header.pl */
 #include "leap_seconds.h"
 
-# if defined(WIN32)
+# if defined(WIN32) || defined(PERL_DARWIN)
 #   if PERL_VERSION_GE(5, 22, 0)
 # define dt_isfinite Perl_isfinite
 #   endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/META.json new/DateTime-1.65/META.json
--- old/DateTime-1.63/META.json 2023-10-22 20:34:18.0 +0200
+++ new/DateTime-1.65/META.json 2023-11-06 06:12:21.0 +0100
@@ -109,43 +109,43 @@
"provides" : {
   "DateTime" : {
  "file" : "lib

commit perl-DateTime for openSUSE:Factory

2023-10-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2023-10-27 22:27:20

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.17445 (New)


Package is "perl-DateTime"

Fri Oct 27 22:27:20 2023 rev:57 rq:1120572 version:1.630.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2022-11-09 12:56:28.652023901 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.17445/perl-DateTime.changes   
2023-10-27 22:27:32.658086538 +0200
@@ -1,0 +2,21 @@
+Mon Oct 23 03:06:09 UTC 2023 - Tina Müller 
+
+- updated to 1.63
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.63   2023-10-22
+  - This release is the same as 1.62. This releases fixes quadmath builds on
+Windows. Reported by @sisyphus. GH #139.
+  1.62   2023-09-04 (TRIAL RELEASE)
+  - This is take 3 of trying to use `Perl_isfinite` where it's available. Now 
we
+simply don't use it on Windows unless the Perl version is 5.22.0 or later.
+  1.61   2023-09-02 (TRIAL RELEASE)
+  - Fix use of the `Perl_isfinite` function on platforms where this is
+broken. On Windows with Perl <= 5.20, it seems like `Perl_isfinite` exists
+but it calls `Perl_isinf` and `Perl_isnan`, which don't exist.
+  1.60   2023-08-19 (TRIAL RELEASE)
+  - Switched to using the `Perl_isfinite` function instead of trying to
+implement this ourselves in XS code. This should fix quadmath builds on
+Windows. Reported by @sisyphus. GH #139.
+
+---

Old:

  DateTime-1.59.tar.gz

New:

  DateTime-1.63.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.COAV5r/_old  2023-10-27 22:27:33.166105170 +0200
+++ /var/tmp/diff_new_pack.COAV5r/_new  2023-10-27 22:27:33.166105170 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,19 @@
 
 %define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.59
+Version:1.630.0
 Release:0
+%define cpan_version 1.63
 License:Artistic-2.0
 Summary:Date and time object for Perl
 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
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
 BuildRequires:  perl(CPAN::Meta::Requirements)
-BuildRequires:  perl(DateTime::Locale) >= 1.06
+BuildRequires:  perl(DateTime::Locale) >= 1.06
 BuildRequires:  perl(DateTime::TimeZone) >= 2.44
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Params::ValidationCompiler) >= 0.26
@@ -47,7 +48,7 @@
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean) >= 0.19
 BuildRequires:  perl(parent)
-Requires:   perl(DateTime::Locale) >= 1.06
+Requires:   perl(DateTime::Locale) >= 1.06
 Requires:   perl(DateTime::TimeZone) >= 2.44
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Params::ValidationCompiler) >= 0.26
@@ -61,6 +62,17 @@
 Requires:   perl(Try::Tiny)
 Requires:   perl(namespace::autoclean) >= 0.19
 Requires:   perl(parent)
+Provides:   perl(DateTime) = 1.630.0
+Provides:   perl(DateTime::Duration) = 1.630.0
+Provides:   perl(DateTime::Helpers) = 1.630.0
+Provides:   perl(DateTime::Infinite) = 1.630.0
+Provides:   perl(DateTime::Infinite::Future) = 1.630.0
+Provides:   perl(DateTime::Infinite::Past) = 1.630.0
+Provides:   perl(DateTime::LeapSecond) = 1.630.0
+Provides:   perl(DateTime::PP) = 1.630.0
+Provides:   perl(DateTime::PPExtra) = 1.630.0
+Provides:   perl(DateTime::Types) = 1.630.0
+%define __perllib_provides /bin/true
 %{perl_requires}
 
 %description
@@ -79,8 +91,9 @@
 For infinite datetimes, please see the DateTime::Infinite module.
 
 %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}
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0

commit perl-DateTime for openSUSE:Factory

2022-11-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2022-11-09 12:56:20

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.1597 (New)


Package is "perl-DateTime"

Wed Nov  9 12:56:20 2022 rev:56 rq:1034443 version:1.59

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2022-04-28 23:07:06.316631075 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.1597/perl-DateTime.changes
2022-11-09 12:56:28.652023901 +0100
@@ -1,0 +2,11 @@
+Tue Oct 25 03:06:19 UTC 2022 - Tina M??ller 
+
+- updated to 1.59
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.59   2022-10-23
+
+  - Fixed tests to pass with DateTime::Locale 1.37+. Reported by Slaven
+Rezi??. GH #34.
+
+---

Old:

  DateTime-1.58.tar.gz

New:

  DateTime-1.59.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.zy1woq/_old  2022-11-09 12:56:29.368027938 +0100
+++ /var/tmp/diff_new_pack.zy1woq/_new  2022-11-09 12:56:29.376027984 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.58
+Version:1.59
 Release:0
 License:Artistic-2.0
 Summary:Date and time object for Perl

++ DateTime-1.58.tar.gz -> DateTime-1.59.tar.gz ++
 1712 lines of diff (skipped)


commit perl-DateTime for openSUSE:Factory

2022-04-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2022-04-28 23:07:04

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.1538 (New)


Package is "perl-DateTime"

Thu Apr 28 23:07:04 2022 rev:55 rq:972833 version:1.58

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2022-03-11 11:49:26.718850242 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.1538/perl-DateTime.changes
2022-04-28 23:07:06.316631075 +0200
@@ -1,0 +2,12 @@
+Tue Apr 19 03:06:10 UTC 2022 - Tina M??ller 
+
+- updated to 1.58
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.58   2022-04-18
+
+  - Fixed tests so that they ignore the value set in the
+`PERL_DATETIME_DEFAULT_TZ` env var, if one exists. Reported by Ian Gibbs. 
GH
+#128.
+
+---

Old:

  DateTime-1.57.tar.gz

New:

  DateTime-1.58.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.zKufLQ/_old  2022-04-28 23:07:06.760631559 +0200
+++ /var/tmp/diff_new_pack.zKufLQ/_new  2022-04-28 23:07:06.764631563 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.57
+Version:1.58
 Release:0
 License:Artistic-2.0
 Summary:Date and time object for Perl

++ DateTime-1.57.tar.gz -> DateTime-1.58.tar.gz ++
 2419 lines of diff (skipped)


commit perl-DateTime for openSUSE:Factory

2022-03-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2022-03-09 18:47:06

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.2349 (New)


Package is "perl-DateTime"

Wed Mar  9 18:47:06 2022 rev:54 rq:960195 version:1.57

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2022-03-05 14:44:30.491717440 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.2349/perl-DateTime.changes
2022-03-11 11:49:26.718850242 +0100
@@ -1,0 +2,15 @@
+Fri Mar  4 03:06:10 UTC 2022 - Tina M??ller 
+
+- updated to 1.57
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.57   2022-03-03
+
+  - The last release would die if Sub::Util was not available, but this should
+just be an optional requirement. Fixed by Paul Howarth. GH #131.
+
+  - This is the second time I've introduced this bug, so now there's a test to
+make sure that DateTime can be loaded if Sub::Util is not
+installed. Hopefully this will prevent a third occurrence of this bug.
+
+---

Old:

  DateTime-1.56.tar.gz

New:

  DateTime-1.57.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.vWgUP9/_old  2022-03-11 11:49:27.222850834 +0100
+++ /var/tmp/diff_new_pack.vWgUP9/_new  2022-03-11 11:49:27.226850839 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.56
+Version:1.57
 Release:0
 License:Artistic-2.0
 Summary:Date and time object for Perl
@@ -43,6 +43,7 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
+BuildRequires:  perl(Test::Without::Module)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(namespace::autoclean) >= 0.19
 BuildRequires:  perl(parent)

++ DateTime-1.56.tar.gz -> DateTime-1.57.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.56/Changes new/DateTime-1.57/Changes
--- old/DateTime-1.56/Changes   2022-03-02 23:23:27.0 +0100
+++ new/DateTime-1.57/Changes   2022-03-03 15:47:45.0 +0100
@@ -1,3 +1,13 @@
+1.57   2022-03-03
+
+- The last release would die if Sub::Util was not available, but this should
+  just be an optional requirement. Fixed by Paul Howarth. GH #131.
+
+- This is the second time I've introduced this bug, so now there's a test to
+  make sure that DateTime can be loaded if Sub::Util is not
+  installed. Hopefully this will prevent a third occurrence of this bug.
+
+
 1.56   2022-03-02
 
 - The DateTime->from_epoch constructor now accepts a single, non-hashref
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.56/MANIFEST new/DateTime-1.57/MANIFEST
--- old/DateTime-1.56/MANIFEST  2022-03-02 23:23:27.0 +0100
+++ new/DateTime-1.57/MANIFEST  2022-03-03 15:47:45.0 +0100
@@ -84,6 +84,7 @@
 t/46warnings.t
 t/47default-time-zone.t
 t/48rt-115983.t
+t/49-without-sub-util.t
 t/zzz-check-breaks.t
 xt/author/clean-namespaces.t
 xt/author/eol.t
@@ -139,6 +140,7 @@
 xt/author/pp-46warnings.t
 xt/author/pp-47default-time-zone.t
 xt/author/pp-48rt-115983.t
+xt/author/pp-49-without-sub-util.t
 xt/author/precious.t
 xt/author/test-version.t
 xt/extra/pp-is-loaded.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.56/META.json new/DateTime-1.57/META.json
--- old/DateTime-1.56/META.json 2022-03-02 23:23:27.0 +0100
+++ new/DateTime-1.57/META.json 2022-03-03 15:47:45.0 +0100
@@ -53,6 +53,7 @@
 "Test::Spelling" : "0.12",
 "Test::Version" : "2.05",
 "Test::Warnings" : "0.005",
+"Test::Without::Module" : "0",
 "autodie" : "0",
 "utf8" : "0"
  }
@@ -99,6 +100,7 @@
 "Test::Fatal" : "0",
 "Test::More" : "0.96",
 "Test::Warnings" : "0.005",
+"Test::Without::Module" : "0",
 "utf8" : "0"
  }
   }
@@ -106,43 +108,43 @@
"provides" : {
   "DateTime" : {
  "file" : "lib/DateTime.pm",
- "version" : "1.56"
+ "version" : "1.57"
   },
   "DateTime::Duration" : {
  "file" : "lib/DateTime/Duration.pm",
- "version" : "1.56"
+ "version" : "1.57"
   },
   "DateTime::Helpers" : {
  "file" : "lib/DateTime/Helpers.pm",
- "version" : "1.56"
+ "version" : "1.57"
   },
   "DateTime::I

commit perl-DateTime for openSUSE:Factory

2022-03-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2022-03-05 14:43:50

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.1958 (New)


Package is "perl-DateTime"

Sat Mar  5 14:43:50 2022 rev:53 rq:959199 version:1.56

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2022-01-03 10:49:00.163570873 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.1958/perl-DateTime.changes
2022-03-05 14:44:30.491717440 +0100
@@ -1,0 +2,12 @@
+Thu Mar  3 03:06:12 UTC 2022 - Tina M??ller 
+
+- updated to 1.56
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.56   2022-03-02
+
+  - The DateTime->from_epoch constructor now accepts a single, non-hashref
+argument, and validates it as an epoch value. Requested by Neil Bowers. GH
+#119.
+
+---

Old:

  DateTime-1.55.tar.gz

New:

  DateTime-1.56.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.HV9K4c/_old  2022-03-05 14:44:30.919717547 +0100
+++ /var/tmp/diff_new_pack.HV9K4c/_new  2022-03-05 14:44:30.923717548 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.55
+Version:1.56
 Release:0
-Summary:Date and time object for Perl
 License:Artistic-2.0
+Summary:Date and time object for Perl
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
@@ -39,6 +39,7 @@
 BuildRequires:  perl(Specio::Library::Builtins)
 BuildRequires:  perl(Specio::Library::Numeric)
 BuildRequires:  perl(Specio::Library::String)
+BuildRequires:  perl(Specio::Subs)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
@@ -55,6 +56,7 @@
 Requires:   perl(Specio::Library::Builtins)
 Requires:   perl(Specio::Library::Numeric)
 Requires:   perl(Specio::Library::String)
+Requires:   perl(Specio::Subs)
 Requires:   perl(Try::Tiny)
 Requires:   perl(namespace::autoclean) >= 0.19
 Requires:   perl(parent)

++ DateTime-1.55.tar.gz -> DateTime-1.56.tar.gz ++
 3436 lines of diff (skipped)


commit perl-DateTime for openSUSE:Factory

2022-01-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2022-01-03 10:48:55

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.1896 (New)


Package is "perl-DateTime"

Mon Jan  3 10:48:55 2022 rev:52 rq:943418 version:1.55

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2020-12-13 17:29:24.212329089 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.1896/perl-DateTime.changes
2022-01-03 10:49:00.163570873 +0100
@@ -1,0 +2,12 @@
+Fri Dec 24 03:06:11 UTC 2021 - Tina M??ller 
+
+- updated to 1.55
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.55   2021-12-23
+
+  - Another documentation fix release. This fixes some mistakes, fixes some
+broken links, and removes all references to the long-dead datetime.perl.org
+site.
+
+---

Old:

  DateTime-1.54.tar.gz

New:

  DateTime-1.55.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.IXPT1u/_old  2022-01-03 10:49:00.591571037 +0100
+++ /var/tmp/diff_new_pack.IXPT1u/_new  2022-01-03 10:49:00.595571038 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
 #
 
 
+%define cpan_name DateTime
 Name:   perl-DateTime
-Version:1.54
+Version:1.55
 Release:0
-%define cpan_name DateTime
 Summary:Date and time object for Perl
 License:Artistic-2.0
-Group:  Development/Libraries/Perl
 URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
@@ -64,10 +62,7 @@
 
 %description
 DateTime is a class for the representation of date/time combinations, and
-is part of the Perl DateTime project. For details on this project please
-see http://datetime.perl.org/. The DateTime site has a FAQ which may help
-answer many "how do I do X?" questions. The FAQ is at
-http://datetime.perl.org/wiki/datetime/page/FAQ.
+is part of the Perl DateTime project.
 
 It represents the Gregorian calendar, extended backwards in time before its
 creation (in 1582). This is sometimes known as the "proleptic Gregorian
@@ -81,11 +76,12 @@
 For infinite datetimes, please see the DateTime::Infinite module.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -96,8 +92,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS 
leaptab.txt README.md TODO
+%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS 
leaptab.txt precious.toml README.md TODO
 %license LICENSE
 
 %changelog

++ DateTime-1.54.tar.gz -> DateTime-1.55.tar.gz ++
 10135 lines of diff (skipped)


commit perl-DateTime for openSUSE:Factory

2020-12-13 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2020-12-13 17:29:23

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.2328 (New)


Package is "perl-DateTime"

Sun Dec 13 17:29:23 2020 rev:51 rq:854762 version:1.54

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2020-11-13 18:55:01.693839495 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.2328/perl-DateTime.changes
2020-12-13 17:29:24.212329089 +0100
@@ -1,0 +2,11 @@
+Sat Dec  5 03:06:17 UTC 2020 - Tina Müller 
+
+- updated to 1.54
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.54   2020-12-04
+
+  - This release contains a lot of small documentation revisions, both to
+formatting and content.
+
+---

Old:

  DateTime-1.53.tar.gz

New:

  DateTime-1.54.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.Yl2v9x/_old  2020-12-13 17:29:24.916329803 +0100
+++ /var/tmp/diff_new_pack.Yl2v9x/_new  2020-12-13 17:29:24.920329807 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime
-Version:1.53
+Version:1.54
 Release:0
 %define cpan_name DateTime
 Summary:Date and time object for Perl

++ DateTime-1.53.tar.gz -> DateTime-1.54.tar.gz ++
 5735 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


[opensuse-commit] commit perl-DateTime for openSUSE:Factory

2020-11-13 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2020-11-13 18:54:33

Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DateTime.new.24930 (New)


Package is "perl-DateTime"

Fri Nov 13 18:54:33 2020 rev:50 rq:847436 version:1.53

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2020-03-06 21:23:26.433421014 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new.24930/perl-DateTime.changes   
2020-11-13 18:55:01.693839495 +0100
@@ -1,0 +2,10 @@
+Tue Nov 10 03:08:28 UTC 2020 - Tina Müller 
+
+- updated to 1.53
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.53   2020-11-08
+
+  - Added a $dt->rfc3339 method. Based on discussion in GH #109 by worthmine.
+
+---

Old:

  DateTime-1.52.tar.gz

New:

  DateTime-1.53.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.Fd8Q6h/_old  2020-11-13 18:55:02.657840566 +0100
+++ /var/tmp/diff_new_pack.Fd8Q6h/_new  2020-11-13 18:55:02.661840571 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-DateTime
-Version:1.52
+Version:1.53
 Release:0
 %define cpan_name DateTime
 Summary:Date and time object for Perl
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,7 +32,7 @@
 BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
 BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(DateTime::Locale) >= 1.06
-BuildRequires:  perl(DateTime::TimeZone) >= 2.02
+BuildRequires:  perl(DateTime::TimeZone) >= 2.44
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Params::ValidationCompiler) >= 0.26
 BuildRequires:  perl(Specio) >= 0.18
@@ -48,7 +48,7 @@
 BuildRequires:  perl(namespace::autoclean) >= 0.19
 BuildRequires:  perl(parent)
 Requires:   perl(DateTime::Locale) >= 1.06
-Requires:   perl(DateTime::TimeZone) >= 2.02
+Requires:   perl(DateTime::TimeZone) >= 2.44
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Params::ValidationCompiler) >= 0.26
 Requires:   perl(Specio) >= 0.18

++ DateTime-1.52.tar.gz -> DateTime-1.53.tar.gz ++
 13173 lines of diff (skipped)
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org