Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Math-Int64 for openSUSE:Factory
checked in at 2024-03-08 18:08:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Math-Int64 (Old)
and /work/SRC/openSUSE:Factory/.perl-Math-Int64.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Math-Int64"
Fri Mar 8 18:08:58 2024 rev:2 rq:1156066 version:0.570.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Math-Int64/perl-Math-Int64.changes
2020-09-30 19:53:02.916712684 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Math-Int64.new.1770/perl-Math-Int64.changes
2024-03-08 18:09:07.434006328 +0100
@@ -1,0 +2,15 @@
+Mon Jan 22 03:08:35 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 0.57
+ see /usr/share/doc/packages/perl-Math-Int64/Changes
+
+ {{$NEXT}}
+
+ 0.57 2024-01-21
+ - Fix missmatch between version in Changes and module
+
+ 0.56 2024-01-21
+ - Add support for int64_to_le, uint64_to_le, le_to_int64 and
+ le_to_uint64 functions (feature request and patch by jon).
+
+-------------------------------------------------------------------
Old:
----
Math-Int64-0.54.tar.gz
New:
----
Math-Int64-0.57.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Math-Int64.spec ++++++
--- /var/tmp/diff_new_pack.gYSCpf/_old 2024-03-08 18:09:07.838021508 +0100
+++ /var/tmp/diff_new_pack.gYSCpf/_new 2024-03-08 18:09:07.842021658 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Math-Int64
#
-# Copyright (c) 2020 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
@@ -16,20 +16,24 @@
#
+%define cpan_name Math-Int64
Name: perl-Math-Int64
-Version: 0.54
+Version: 0.570.0
Release: 0
-%define cpan_name Math-Int64
-Summary: Manipulate 64 bits integers in Perl
+%define cpan_version 0.57
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
+Summary: Manipulate 64 bits integers in Perl
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/S/SA/SALVA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SA/SALVA/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.96
+Provides: perl(Math::Int64) = %{version}
+Provides: perl(Math::Int64::die_on_overflow)
+Provides: perl(Math::Int64::native_if_available)
+Provides: perl(Math::UInt64)
+%define __perllib_provides /bin/true
%{perl_requires}
# MANUAL BEGIN
Requires: perl-base = %{perl_version}
@@ -39,11 +43,11 @@
This module adds support for 64 bit integers, signed and unsigned, to Perl.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -54,7 +58,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc c_api.decl Changes examples README.md
%license COPYING
++++++ Math-Int64-0.54.tar.gz -> Math-Int64-0.57.tar.gz ++++++
++++ 3004 lines of diff (skipped)