Accepting request 1136575 from devel:languages:perl:autoupdate

- 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

OBS-URL: https://build.opensuse.org/request/show/1136575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error-Helper?expand=0&rev=2
This commit is contained in:
2024-01-04 15:10:34 +00:00
committed by Git OBS Bridge
parent da2d461bea
commit 6c9f790269
4 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3b18a7dc8687932ef947de109e51aa3af72a16f52c0ddb8de4eee946f1c2676
size 4505

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4d69905bde5f8cb70dbc1ed7b56e324f198e6cdb07929ad71c737d5a53f8fb6
size 7155

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 11 03:07:11 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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

View File

@@ -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