Accepting request 655728 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/655728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Carp-Clan?expand=0&rev=23
This commit is contained in:
Dirk Stoecker 2018-12-06 15:30:16 +00:00 committed by Git OBS Bridge
parent 6bcc2af84f
commit 40e2ab92ff
4 changed files with 21 additions and 16 deletions

View File

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

3
Carp-Clan-6.07.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 6 15:24:48 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 6.07
see /usr/share/doc/packages/perl-Carp-Clan/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 29 09:05:28 UTC 2016 - coolo@suse.com Sun May 29 09:05:28 UTC 2016 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Carp-Clan # spec file for package perl-Carp-Clan
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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,26 +12,24 @@
# 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-Carp-Clan Name: perl-Carp-Clan
Version: 6.06 Version: 6.07
Release: 0 Release: 0
%define cpan_name Carp-Clan %define cpan_name Carp-Clan
Summary: Report errors from perspective of caller of a "clan" of modules Summary: Report errors from perspective of caller of a "clan" of modules
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Carp-Clan/ Url: https://metacpan.org/release/%{cpan_name}
Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::Exception)
Requires: perl(Test::Exception)
%{perl_requires} %{perl_requires}
%description %description
@ -50,7 +48,7 @@ called, and not in "Pack::A" where "Pack::B" was called, as the unmodified
"'Carp.pm'" would try to make you believe ':-)'. "'Carp.pm'" would try to make you believe ':-)'.
This works similarly if "Pack::B" calls "Pack::C" where the exception is This works similarly if "Pack::B" calls "Pack::C" where the exception is
raised, etcetera. raised, et cetera.
In other words, this blames all errors in the "'Pack::*'" modules on the In other words, this blames all errors in the "'Pack::*'" modules on the
user of these modules, i.e., on you. ';-)' user of these modules, i.e., on you. ';-)'
@ -85,11 +83,11 @@ one.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -98,6 +96,7 @@ one.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes license README %doc Changes CONTRIBUTING README
%license LICENSE
%changelog %changelog