diff --git a/Error-Helper-1.0.0.tar.gz b/Error-Helper-1.0.0.tar.gz deleted file mode 100644 index 297a846..0000000 --- a/Error-Helper-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b18a7dc8687932ef947de109e51aa3af72a16f52c0ddb8de4eee946f1c2676 -size 4505 diff --git a/Error-Helper-2.1.0.tar.gz b/Error-Helper-2.1.0.tar.gz new file mode 100644 index 0000000..5820a68 --- /dev/null +++ b/Error-Helper-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d69905bde5f8cb70dbc1ed7b56e324f198e6cdb07929ad71c737d5a53f8fb6 +size 7155 diff --git a/perl-Error-Helper.changes b/perl-Error-Helper.changes index 3242436..25a3945 100644 --- a/perl-Error-Helper.changes +++ b/perl-Error-Helper.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Dec 11 03:07:11 UTC 2023 - Tina Müller + +- updated to 2.1.0 + see /usr/share/doc/packages/perl-Error-Helper/Changes + + 2.1.0 2023-12-10/15:30 + - Add shared variables for getting error info when a initiator methode dies and + does return a blessed object. + + 2.0.0 2023-12-03/20:45 + -adds fatal errors to allow easy usage with eval + -errors can all be fatal, by error code, or by error flag + -perrors are fatal by default + ------------------------------------------------------------------- Mon Sep 17 14:31:09 UTC 2012 - coolo@suse.com diff --git a/perl-Error-Helper.spec b/perl-Error-Helper.spec index c4c128d..bd81608 100644 --- a/perl-Error-Helper.spec +++ b/perl-Error-Helper.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Error-Helper # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,19 @@ # 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/ # -Name: perl-Error-Helper -Version: 1.0.0 -Release: 0 %define cpan_name Error-Helper -Summary: Provides some easy error related methods. -License: This program is free software and you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation and or the Artistic License. See http://dev.perl.org/licenses/ for more information. -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Error-Helper/ -Source: http://www.cpan.org/authors/id/V/VV/VVELOX/%{cpan_name}-%{version}.tar.gz +Name: perl-Error-Helper +Version: 2.1.0 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Provides some easy error related methods +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/V/VV/VVELOX/%{cpan_name}-%{version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -35,14 +33,14 @@ BuildRequires: perl-macros Provides some easy error related methods. %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 @@ -50,7 +48,6 @@ Provides some easy error related methods. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes ignore.txt README +%doc Changes README.md %changelog