Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Exception-Class for
openSUSE:Factory checked in at 2021-05-07 16:44:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Exception-Class (Old)
and /work/SRC/openSUSE:Factory/.perl-Exception-Class.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exception-Class"
Fri May 7 16:44:51 2021 rev:18 rq:890288 version:1.45
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Exception-Class/perl-Exception-Class.changes
2017-12-13 11:56:51.425055984 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Exception-Class.new.2988/perl-Exception-Class.changes
2021-05-07 16:44:55.380460000 +0200
@@ -1,0 +2,11 @@
+Mon May 3 03:08:27 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.45
+ see /usr/share/doc/packages/perl-Exception-Class/Changes
+
+ 1.45 2021-05-02
+
+ - The field names for an exception are now checked to ensure that they are
+ valid Perl identifiers. Implemented by brian d foy. PR #13.
+
+-------------------------------------------------------------------
Old:
----
Exception-Class-1.44.tar.gz
New:
----
Exception-Class-1.45.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Exception-Class.spec ++++++
--- /var/tmp/diff_new_pack.E5avlY/_old 2021-05-07 16:44:55.776458177 +0200
+++ /var/tmp/diff_new_pack.E5avlY/_new 2021-05-07 16:44:55.780458158 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Exception-Class
#
-# Copyright (c) 2017 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,22 +12,20 @@
# 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 Exception-Class
Name: perl-Exception-Class
-Version: 1.44
+Version: 1.45
Release: 0
-%define cpan_name Exception-Class
-Summary: Module That Allows You to Declare Real Exception Classes in
Perl
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Exception-Class/
+Summary: Module that allows you to declare real exception classes in
Perl
+License: Artistic-1.0 OR GPL-1.0-or-later
+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
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
@@ -64,14 +62,15 @@
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
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -79,8 +78,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc appveyor.yml Changes CONTRIBUTING.md README.md
+%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
precious.toml README.md
%license LICENSE
%changelog
++++++ Exception-Class-1.44.tar.gz -> Exception-Class-1.45.tar.gz ++++++
++++ 3023 lines of diff (skipped)