diff --git a/Carp-Clan-6.06.tar.gz b/Carp-Clan-6.06.tar.gz deleted file mode 100644 index 62361ee..0000000 --- a/Carp-Clan-6.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4ac8f611354756d43cb369880032901e9cc4cc7e0bebb7b647186dac00c9d4 -size 21556 diff --git a/Carp-Clan-6.07.tar.gz b/Carp-Clan-6.07.tar.gz new file mode 100644 index 0000000..20d6c10 --- /dev/null +++ b/Carp-Clan-6.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a08560737d8c5caab36f2684c8512e9771e633d3ab5629db814e1d49e274a3d +size 33805 diff --git a/perl-Carp-Clan.changes b/perl-Carp-Clan.changes index 177a3b5..c47ebc5 100644 --- a/perl-Carp-Clan.changes +++ b/perl-Carp-Clan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 6 15:24:48 UTC 2018 - Stephan Kulow + +- updated to 6.07 + see /usr/share/doc/packages/perl-Carp-Clan/Changes + ------------------------------------------------------------------- Sun May 29 09:05:28 UTC 2016 - coolo@suse.com diff --git a/perl-Carp-Clan.spec b/perl-Carp-Clan.spec index ee6918f..b06ca53 100644 --- a/perl-Carp-Clan.spec +++ b/perl-Carp-Clan.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 6.06 +Version: 6.07 Release: 0 %define cpan_name Carp-Clan 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 -Url: http://search.cpan.org/dist/Carp-Clan/ -Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz +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 -BuildRequires: perl(Test::Exception) -Requires: perl(Test::Exception) %{perl_requires} %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 ':-)'. 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 user of these modules, i.e., on you. ';-)' @@ -85,11 +83,11 @@ one. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -98,6 +96,7 @@ one. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes license README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog