Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Future for openSUSE:Factory 
checked in at 2025-01-12 11:14:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Future (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Future.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Future"

Sun Jan 12 11:14:58 2025 rev:19 rq:1236269 version:0.510.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Future/perl-Future.changes  2023-04-03 
17:47:40.122924903 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Future.new.1881/perl-Future.changes        
2025-01-12 11:20:26.861958753 +0100
@@ -1,0 +2,16 @@
+Tue Oct 22 05:33:40 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 0.510.0 (0.51)
+   see /usr/share/doc/packages/perl-Future/Changes
+
+  0.51    2024-10-21
+          [CHANGES]
+           * Permit convergent futures to not cancel some component futures,
+             simplifying the use of `->without_cancel`
+           * Give a more obvious error message when a `Test::Future::Deferred`
+             runs out of things to do
+           * Various small module style updates to documentation, unit tests,
+             etc
+           * Now requires Perl version 5.14 or later
+
+-------------------------------------------------------------------

Old:
----
  Future-0.50.tar.gz

New:
----
  Future-0.51.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Future.spec ++++++
--- /var/tmp/diff_new_pack.hLJvIJ/_old  2025-01-12 11:20:27.918002190 +0100
+++ /var/tmp/diff_new_pack.hLJvIJ/_new  2025-01-12 11:20:27.938003013 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Future
 #
-# 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
@@ -18,20 +18,32 @@
 
 %define cpan_name Future
 Name:           perl-Future
-Version:        0.50
+Version:        0.510.0
 Release:        0
+# 0.51 -> normalize -> 0.510.0
+%define cpan_version 0.51
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Represent an operation awaiting completion
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp) >= 1.25
-BuildRequires:  perl(Module::Build) >= 0.400400
+BuildRequires:  perl(List::Util) >= 1.29
+BuildRequires:  perl(Module::Build) >= 0.4004
 BuildRequires:  perl(Test2::V0) >= 0.000148
 Requires:       perl(Carp) >= 1.25
+Requires:       perl(List::Util) >= 1.29
+Provides:       perl(Future) = %{version}
+Provides:       perl(Future::Exception) = %{version}
+Provides:       perl(Future::Mutex) = %{version}
+Provides:       perl(Future::PP) = %{version}
+Provides:       perl(Future::Utils) = %{version}
+Provides:       perl(Test::Future) = %{version}
+Provides:       perl(Test::Future::Deferred) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -70,17 +82,17 @@
 _0.08_.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++++++ Future-0.50.tar.gz -> Future-0.51.tar.gz ++++++
++++ 3723 lines of diff (skipped)

Reply via email to