Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-B-Hooks-EndOfScope for
openSUSE:Factory checked in at 2021-10-20 20:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope (Old)
and /work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-B-Hooks-EndOfScope"
Wed Oct 20 20:22:50 2021 rev:22 rq:924836 version:0.25
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-B-Hooks-EndOfScope/perl-B-Hooks-EndOfScope.changes
2018-04-25 09:58:23.341364083 +0200
+++
/work/SRC/openSUSE:Factory/.perl-B-Hooks-EndOfScope.new.1890/perl-B-Hooks-EndOfScope.changes
2021-10-20 20:23:06.989334822 +0200
@@ -1,0 +2,9 @@
+Mon Oct 11 03:06:02 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.25
+ see /usr/share/doc/packages/perl-B-Hooks-EndOfScope/Changes
+
+ 0.25 2021-10-10 19:34:55Z
+ - add test of dieing inside an on_scope_end() (PR#8)
+
+-------------------------------------------------------------------
Old:
----
B-Hooks-EndOfScope-0.24.tar.gz
New:
----
B-Hooks-EndOfScope-0.25.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-B-Hooks-EndOfScope.spec ++++++
--- /var/tmp/diff_new_pack.PWo7Jf/_old 2021-10-20 20:23:07.369335057 +0200
+++ /var/tmp/diff_new_pack.PWo7Jf/_new 2021-10-20 20:23:07.373335059 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-B-Hooks-EndOfScope
#
-# Copyright (c) 2018 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 B-Hooks-EndOfScope
Name: perl-B-Hooks-EndOfScope
-Version: 0.24
+Version: 0.25
Release: 0
-%define cpan_name B-Hooks-EndOfScope
Summary: Execute code after a scope finished compilation
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/B-Hooks-EndOfScope/
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Hash::Util::FieldHash)
@@ -46,14 +44,14 @@
surrounding scope.
%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
@@ -61,7 +59,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENCE README
+%doc Changes CONTRIBUTING README
+%license LICENCE
%changelog
++++++ B-Hooks-EndOfScope-0.24.tar.gz -> B-Hooks-EndOfScope-0.25.tar.gz ++++++
++++ 2342 lines of diff (skipped)