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 <timueller+p...@suse.de>
+
+- 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.000000000 +0200
+++ new/DateTime-1.65/Changes   2023-11-06 06:12:21.000000000 +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.000000000 +0200
+++ new/DateTime-1.65/DateTime.xs       2023-11-06 06:12:21.000000000 +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.000000000 +0200
+++ new/DateTime-1.65/META.json 2023-11-06 06:12:21.000000000 +0100
@@ -109,43 +109,43 @@
    "provides" : {
       "DateTime" : {
          "file" : "lib/DateTime.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::Duration" : {
          "file" : "lib/DateTime/Duration.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::Helpers" : {
          "file" : "lib/DateTime/Helpers.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::Infinite" : {
          "file" : "lib/DateTime/Infinite.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::Infinite::Future" : {
          "file" : "lib/DateTime/Infinite.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::Infinite::Past" : {
          "file" : "lib/DateTime/Infinite.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::LeapSecond" : {
          "file" : "lib/DateTime/LeapSecond.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::PP" : {
          "file" : "lib/DateTime/PP.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::PPExtra" : {
          "file" : "lib/DateTime/PPExtra.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       },
       "DateTime::Types" : {
          "file" : "lib/DateTime/Types.pm",
-         "version" : "1.63"
+         "version" : "1.65"
       }
    },
    "release_status" : "stable",
@@ -161,7 +161,7 @@
       },
       "x_MailingList" : "datet...@perl.org"
    },
-   "version" : "1.63",
+   "version" : "1.65",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.032001"
@@ -1037,7 +1037,7 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "v1.63",
+                  "tag" : "v1.65",
                   "tag_format" : "v%V",
                   "tag_message" : "v%V"
                },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/META.yml new/DateTime-1.65/META.yml
--- old/DateTime-1.63/META.yml  2023-10-22 20:34:18.000000000 +0200
+++ new/DateTime-1.65/META.yml  2023-11-06 06:12:21.000000000 +0100
@@ -26,34 +26,34 @@
 provides:
   DateTime:
     file: lib/DateTime.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::Duration:
     file: lib/DateTime/Duration.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::Helpers:
     file: lib/DateTime/Helpers.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::Infinite:
     file: lib/DateTime/Infinite.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::Infinite::Future:
     file: lib/DateTime/Infinite.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::Infinite::Past:
     file: lib/DateTime/Infinite.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::LeapSecond:
     file: lib/DateTime/LeapSecond.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::PP:
     file: lib/DateTime/PP.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::PPExtra:
     file: lib/DateTime/PPExtra.pm
-    version: '1.63'
+    version: '1.65'
   DateTime::Types:
     file: lib/DateTime/Types.pm
-    version: '1.63'
+    version: '1.65'
 requires:
   Carp: '0'
   DateTime::Locale: '1.06'
@@ -84,7 +84,7 @@
   bugtracker: https://github.com/houseabsolute/DateTime.pm/issues
   homepage: https://metacpan.org/release/DateTime
   repository: git://github.com/houseabsolute/DateTime.pm.git
-version: '1.63'
+version: '1.65'
 x_Dist_Zilla:
   perl:
     version: '5.032001'
@@ -785,7 +785,7 @@
           branch: ~
           changelog: Changes
           signed: 0
-          tag: v1.63
+          tag: v1.65
           tag_format: v%V
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/Makefile.PL 
new/DateTime-1.65/Makefile.PL
--- old/DateTime-1.63/Makefile.PL       2023-10-22 20:34:18.000000000 +0200
+++ new/DateTime-1.65/Makefile.PL       2023-11-06 06:12:21.000000000 +0100
@@ -58,7 +58,7 @@
     "Test::Without::Module" => 0,
     "utf8" => 0
   },
-  "VERSION" => "1.63",
+  "VERSION" => "1.65",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/README.md new/DateTime-1.65/README.md
--- old/DateTime-1.63/README.md 2023-10-22 20:34:18.000000000 +0200
+++ new/DateTime-1.65/README.md 2023-11-06 06:12:21.000000000 +0100
@@ -4,7 +4,7 @@
 
 # VERSION
 
-version 1.63
+version 1.65
 
 # SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/Duration.pm 
new/DateTime-1.65/lib/DateTime/Duration.pm
--- old/DateTime-1.63/lib/DateTime/Duration.pm  2023-10-22 20:34:18.000000000 
+0200
+++ new/DateTime-1.65/lib/DateTime/Duration.pm  2023-11-06 06:12:21.000000000 
+0100
@@ -4,7 +4,7 @@
 use warnings;
 use namespace::autoclean;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 use Carp ();
 use DateTime;
@@ -362,7 +362,7 @@
 
 =head1 VERSION
 
-version 1.63
+version 1.65
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/Helpers.pm 
new/DateTime-1.65/lib/DateTime/Helpers.pm
--- old/DateTime-1.63/lib/DateTime/Helpers.pm   2023-10-22 20:34:18.000000000 
+0200
+++ new/DateTime-1.65/lib/DateTime/Helpers.pm   2023-11-06 06:12:21.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 use Scalar::Util ();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/Infinite.pm 
new/DateTime-1.65/lib/DateTime/Infinite.pm
--- old/DateTime-1.63/lib/DateTime/Infinite.pm  2023-10-22 20:34:18.000000000 
+0200
+++ new/DateTime-1.65/lib/DateTime/Infinite.pm  2023-11-06 06:12:21.000000000 
+0100
@@ -5,7 +5,7 @@
 use warnings;
 use namespace::autoclean;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 use DateTime;
 use DateTime::TimeZone;
@@ -214,7 +214,7 @@
 
 =head1 VERSION
 
-version 1.63
+version 1.65
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/LeapSecond.pm 
new/DateTime-1.65/lib/DateTime/LeapSecond.pm
--- old/DateTime-1.63/lib/DateTime/LeapSecond.pm        2023-10-22 
20:34:18.000000000 +0200
+++ new/DateTime-1.65/lib/DateTime/LeapSecond.pm        2023-11-06 
06:12:21.000000000 +0100
@@ -4,7 +4,7 @@
 use warnings;
 use namespace::autoclean;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 our ( @RD, @LEAP_SECONDS, %RD_LENGTH );
 
@@ -134,7 +134,7 @@
 
 =head1 VERSION
 
-version 1.63
+version 1.65
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/PP.pm 
new/DateTime-1.65/lib/DateTime/PP.pm
--- old/DateTime-1.63/lib/DateTime/PP.pm        2023-10-22 20:34:18.000000000 
+0200
+++ new/DateTime-1.65/lib/DateTime/PP.pm        2023-11-06 06:12:21.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 ## no critic (Variables::ProhibitPackageVars)
 $DateTime::IsPurePerl = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/PPExtra.pm 
new/DateTime-1.65/lib/DateTime/PPExtra.pm
--- old/DateTime-1.63/lib/DateTime/PPExtra.pm   2023-10-22 20:34:18.000000000 
+0200
+++ new/DateTime-1.65/lib/DateTime/PPExtra.pm   2023-11-06 06:12:21.000000000 
+0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 use DateTime::LeapSecond;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime/Types.pm 
new/DateTime-1.65/lib/DateTime/Types.pm
--- old/DateTime-1.63/lib/DateTime/Types.pm     2023-10-22 20:34:18.000000000 
+0200
+++ new/DateTime-1.65/lib/DateTime/Types.pm     2023-11-06 06:12:21.000000000 
+0100
@@ -4,7 +4,7 @@
 use warnings;
 use namespace::autoclean;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 use parent 'Specio::Exporter';
 
@@ -170,7 +170,7 @@
 
 =head1 VERSION
 
-version 1.63
+version 1.65
 
 =head1 DESCRIPTION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.63/lib/DateTime.pm 
new/DateTime-1.65/lib/DateTime.pm
--- old/DateTime-1.63/lib/DateTime.pm   2023-10-22 20:34:18.000000000 +0200
+++ new/DateTime-1.65/lib/DateTime.pm   2023-11-06 06:12:21.000000000 +0100
@@ -8,7 +8,7 @@
 use warnings::register;
 use namespace::autoclean 0.19;
 
-our $VERSION = '1.63';
+our $VERSION = '1.65';
 
 use Carp;
 use DateTime::Duration;
@@ -2375,7 +2375,7 @@
 
 =head1 VERSION
 
-version 1.63
+version 1.65
 
 =head1 SYNOPSIS
 

Reply via email to