Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Try-Tiny for openSUSE:Factory checked in at 2021-12-08 22:08:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Try-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Try-Tiny" Wed Dec 8 22:08:35 2021 rev:26 rq:936006 version:0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Try-Tiny/perl-Try-Tiny.changes 2018-01-25 12:35:55.355598889 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new.31177/perl-Try-Tiny.changes 2021-12-08 22:08:56.966862401 +0100 @@ -1,0 +2,9 @@ +Wed Nov 24 03:09:38 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 0.31 + see /usr/share/doc/packages/perl-Try-Tiny/Changes + + 0.31 2021-11-23 20:29:12Z + - plug Syntax::Keyword::Try and Feature::Compat::Try in the docs + +------------------------------------------------------------------- Old: ---- Try-Tiny-0.30.tar.gz New: ---- Try-Tiny-0.31.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Try-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.lmQ0n4/_old 2021-12-08 22:08:57.406862607 +0100 +++ /var/tmp/diff_new_pack.lmQ0n4/_new 2021-12-08 22:08:57.410862609 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Try-Tiny # -# 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 Try-Tiny Name: perl-Try-Tiny -Version: 0.30 +Version: 0.31 Release: 0 -%define cpan_name Try-Tiny Summary: Minimal try/catch with proper preservation of $@ License: MIT -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Try-Tiny/ +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 %{perl_requires} @@ -78,18 +76,18 @@ suppresses any errors. This behaviour is consistent with using a standalone 'eval', but it is not consistent with 'try'/'finally' patterns found in other programming languages, such as Java, Python, Javascript or C#. If you -learnt the 'try'/'finally' pattern from one of these languages, watch out +learned the 'try'/'finally' pattern from one of these languages, watch out for this. %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 @@ -97,7 +95,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENCE README +%doc Changes CONTRIBUTING README +%license LICENCE %changelog ++++++ Try-Tiny-0.30.tar.gz -> Try-Tiny-0.31.tar.gz ++++++ ++++ 2574 lines of diff (skipped)
