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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a3b18a7dc8687932ef947de109e51aa3af72a16f52c0ddb8de4eee946f1c2676
|
|
||||||
size 4505
|
|
3
Error-Helper-2.1.0.tar.gz
Normal file
3
Error-Helper-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4d69905bde5f8cb70dbc1ed7b56e324f198e6cdb07929ad71c737d5a53f8fb6
|
||||||
|
size 7155
|
@@ -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
|
Mon Sep 17 14:31:09 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Error-Helper
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define cpan_name Error-Helper
|
||||||
Summary: Provides some easy error related methods.
|
Name: perl-Error-Helper
|
||||||
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.
|
Version: 2.1.0
|
||||||
Group: Development/Libraries/Perl
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/Error-Helper/
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Source: http://www.cpan.org/authors/id/V/VV/VVELOX/%{cpan_name}-%{version}.tar.gz
|
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
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -35,14 +33,14 @@ BuildRequires: perl-macros
|
|||||||
Provides some easy error related methods.
|
Provides some easy error related methods.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -50,7 +48,6 @@ Provides some easy error related methods.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes README.md
|
||||||
%doc Changes ignore.txt README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user