Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Throwable for openSUSE:Factory 
checked in at 2021-07-02 13:27:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Throwable (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Throwable.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Throwable"

Fri Jul  2 13:27:11 2021 rev:12 rq:903465 version:1.000

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Throwable/perl-Throwable.changes    
2015-07-05 18:02:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Throwable.new.2625/perl-Throwable.changes  
2021-07-02 13:28:00.420509230 +0200
@@ -1,0 +2,21 @@
+Sun Jun 27 03:09:37 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.000
+   see /usr/share/doc/packages/perl-Throwable/Changes
+
+  1.000     2021-06-26 13:46:02-04:00 America/New_York
+          - The previous release changed from 0.xxxxxx to 0.xxx for
+            version numbering.  While this is safe to do within the realm
+            of Perl version comparisons, some tools treat the x numbers,
+            above, as suitable for direct comparison.  Generally, when changing
+            the precision of a decimal version number in Perl, one must bump 
the
+            integer part, which I did not do.  I took a risk, and somebody
+            noticed.
+            So, this release is now v1.000, despite not being a milestone of 
any
+            sort.  So it goes.
+  0.201     2021-06-18 21:33:37-04:00 America/New_York
+          - remove inadvertant use of 5.12-only syntax
+  0.200014  2021-06-18 18:56:53-04:00 America/New_York
+          - just fixing contact address for author
+
+-------------------------------------------------------------------

Old:
----
  Throwable-0.200013.tar.gz

New:
----
  Throwable-1.000.tar.gz

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

Other differences:
------------------
++++++ perl-Throwable.spec ++++++
--- /var/tmp/diff_new_pack.U2yE29/_old  2021-07-02 13:28:00.796506313 +0200
+++ /var/tmp/diff_new_pack.U2yE29/_new  2021-07-02 13:28:00.796506313 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Throwable
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,25 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define cpan_name Throwable
 Name:           perl-Throwable
-Version:        0.200013
+Version:        1.000
 Release:        0
-%define cpan_name Throwable
-Summary:        Role for Classes That Can Be Thrown
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Throwable/
-Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Summary:        Role for classes that can be thrown
+License:        Artistic-1.0 OR GPL-1.0-or-later
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::StackTrace) >= 1.32
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.78
 BuildRequires:  perl(Module::Runtime) >= 0.002
 BuildRequires:  perl(Moo) >= 1.000001
 BuildRequires:  perl(Moo::Role)
@@ -48,18 +47,18 @@
 to standard program flow. It is very simple and does only two things: saves
 any previous value for '$@' and calls 'die $self'.
 
-Throwable is implemented with the Moo manpage, so you can stick to Moo or
-use the Moose manpage, as you prefer.
+Throwable is implemented with Moo, so you can stick to Moo or use Moose, as
+you prefer.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -67,7 +66,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ Throwable-0.200013.tar.gz -> Throwable-1.000.tar.gz ++++++
++++ 1813 lines of diff (skipped)

Reply via email to