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
This commit is contained in:
P. Janouch 2016-05-30 08:35:37 +00:00 committed by Git OBS Bridge
parent 57337e72e4
commit a8870874cf
5 changed files with 57 additions and 50 deletions

View File

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

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

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

28
cpanspec.yml Normal file
View File

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

View File

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

View File

@ -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 <jjore@cpan.org>
Steffen Beyer <stbey@cpan.org>
%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