From a8870874cf01dd961a5fa49185a1e9bd4355b362ceea2aea78a54f1d3c657b1b Mon Sep 17 00:00:00 2001 From: "P. Janouch" Date: Mon, 30 May 2016 08:35:37 +0000 Subject: [PATCH] Accepting request 398694 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/398694 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Carp-Clan?expand=0&rev=20 --- Carp-Clan-6.04.tar.gz | 3 --- Carp-Clan-6.06.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++ perl-Carp-Clan.changes | 15 +++++++++++ perl-Carp-Clan.spec | 58 ++++++++---------------------------------- 5 files changed, 57 insertions(+), 50 deletions(-) delete mode 100644 Carp-Clan-6.04.tar.gz create mode 100644 Carp-Clan-6.06.tar.gz create mode 100644 cpanspec.yml diff --git a/Carp-Clan-6.04.tar.gz b/Carp-Clan-6.04.tar.gz deleted file mode 100644 index cedce09..0000000 --- a/Carp-Clan-6.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:542e13ece92d40545b8ba6626cfc6ed73071c6cbf6a5537ca126c41b349ae1ec -size 19345 diff --git a/Carp-Clan-6.06.tar.gz b/Carp-Clan-6.06.tar.gz new file mode 100644 index 0000000..62361ee --- /dev/null +++ b/Carp-Clan-6.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4ac8f611354756d43cb369880032901e9cc4cc7e0bebb7b647186dac00c9d4 +size 21556 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Carp-Clan.changes b/perl-Carp-Clan.changes index a74a0f2..177a3b5 100644 --- a/perl-Carp-Clan.changes +++ b/perl-Carp-Clan.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun May 29 09:05:28 UTC 2016 - coolo@suse.com + +- updated to 6.06 + see /usr/share/doc/packages/perl-Carp-Clan/Changes + + Version 6.06 29.05.2016 + + Avoid failure due to version self-check in 20pre560.t + This test seems like a footgun for release management reasons, but apprently + I wasn't quite as careful as I tried to be in keeping the last release minimal. + + Version 6.05 29.05.2016 + + Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex. + (RT #114537) + ------------------------------------------------------------------- Mon Apr 15 11:26:49 UTC 2013 - idonmez@suse.com diff --git a/perl-Carp-Clan.spec b/perl-Carp-Clan.spec index befefc5..c770e8c 100644 --- a/perl-Carp-Clan.spec +++ b/perl-Carp-Clan.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Carp-Clan # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,21 +17,22 @@ Name: perl-Carp-Clan -%define cpan_name Carp-Clan -Summary: Carp::Clan Perl module -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Version: 6.04 +Version: 6.06 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+ +Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Carp-Clan/ -Source: http://www.cpan.org/authors/id/S/ST/STBEY/Carp-Clan-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Exception) Requires: perl(Test::Exception) +%{perl_requires} %description This module is based on "'Carp.pm'" from Perl 5.005_03. It has been @@ -80,30 +81,6 @@ In other words, a pattern is only necessary if you want to make several modules (more than one) work together and appear as though they were only one. -Forcing a Stack Trace - As a debugging aid, you can force "'Carp::Clan'" to treat a "croak" as - a "confess" and a "carp" as a "cluck". In other words, force a detailed - stack trace to be given. This can be very helpful when trying to - understand why, or from where, a warning or error is being generated. - - This feature is enabled either by "importing" the non-existent symbol - 'verbose', or by setting the global variable "'$Carp::Clan::Verbose'" - to a true value. - - You would typically enable it by saying - - use Carp::Clan qw(verbose); - - Note that you can both specify a "family pattern" and the string - "verbose" inside the "'qw()'" term (or argument list) of the "use" - statement, but consider that a pattern of packages to skip is pointless - when "verbose" causes a full stack trace anyway. - -Authors: --------- - Joshua ben Jore - Steffen Beyer - %prep %setup -q -n %{cpan_name}-%{version} @@ -116,24 +93,11 @@ Authors: %install %perl_make_install -### since 11.4 perl_process_packlist -### removes .packlist, perllocal.pod files -%if 0%{?suse_version} > 1130 %perl_process_packlist -%else -# do not perl_process_packlist -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod -%endif %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README license/* +%defattr(-,root,root,755) +%doc Changes README %changelog