From 1bbb3985ffefb470fc715e96623246a36b2900c2834cfc33eb70c1aea562e15c Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 13 Apr 2015 17:02:25 +0000 Subject: [PATCH] Accepting request 295755 from devel:languages:perl:autoupdate update OBS-URL: https://build.opensuse.org/request/show/295755 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-ErrorString-Perl?expand=0&rev=3 --- Parse-ErrorString-Perl-0.15.tar.gz | 3 - Parse-ErrorString-Perl-0.21.tar.gz | 3 + perl-Parse-ErrorString-Perl.changes | 28 +++++++++ perl-Parse-ErrorString-Perl.spec | 91 +++++++++++++---------------- 4 files changed, 71 insertions(+), 54 deletions(-) delete mode 100644 Parse-ErrorString-Perl-0.15.tar.gz create mode 100644 Parse-ErrorString-Perl-0.21.tar.gz diff --git a/Parse-ErrorString-Perl-0.15.tar.gz b/Parse-ErrorString-Perl-0.15.tar.gz deleted file mode 100644 index 40bfc55..0000000 --- a/Parse-ErrorString-Perl-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd2f80a3c4c326d428aa7b01e1e0fc07dc2740adc5704318f2bcec6c131ec253 -size 20490 diff --git a/Parse-ErrorString-Perl-0.21.tar.gz b/Parse-ErrorString-Perl-0.21.tar.gz new file mode 100644 index 0000000..b6c1d80 --- /dev/null +++ b/Parse-ErrorString-Perl-0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2971d80cdfb717db45ec818f90f128c98ed9ccbb4494d9b7f51120865ee496ad +size 29692 diff --git a/perl-Parse-ErrorString-Perl.changes b/perl-Parse-ErrorString-Perl.changes index 4bac061..d4a215e 100644 --- a/perl-Parse-ErrorString-Perl.changes +++ b/perl-Parse-ErrorString-Perl.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Apr 13 16:55:08 UTC 2015 - coolo@suse.com + +- updated to 0.21 + see /usr/share/doc/packages/perl-Parse-ErrorString-Perl/Changes + + 0.21 2014.09.10 + * Moved to GitHub + + 0.20 2013.10.05 + * Add back copyright and license information + and POD headers (RT #89233 by Florian) + + 0.19 2013.08.06 + * Fix the missing Test::Differences dependency (AZAWAWI) + * Reformatted Changes file (AZAWAWI) + + 0.18 2013.08.05 + * Fix the missing =head1 NAME (AZAWAWI) + + 0.17 2013.08.05 + * Emergency release to fix the Changes file (AZAWAWI) + + 0.16 2013.08.05 + * Convert to Module::Install (SZABGAB) + * Fix RT #87458 "This has become very noisy of late" + (BOWTIE, Karl Williamson, AZAWAWI) + ------------------------------------------------------------------- Mon Dec 27 14:22:32 UTC 2010 - pascal.bleser@opensuse.org diff --git a/perl-Parse-ErrorString-Perl.spec b/perl-Parse-ErrorString-Perl.spec index 211aafb..49a0dba 100644 --- a/perl-Parse-ErrorString-Perl.spec +++ b/perl-Parse-ErrorString-Perl.spec @@ -1,72 +1,61 @@ -# vim: set sw=4 ts=4 et nu: +# +# spec file for package perl-Parse-ErrorString-Perl +# +# Copyright (c) 2015 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ +# + Name: perl-Parse-ErrorString-Perl -Version: 0.15 +Version: 0.21 Release: 0 +%define cpan_name Parse-ErrorString-Perl Summary: Parse error messages from the perl interpreter -Source: http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/Parse-ErrorString-Perl-%{version}.tar.gz -URL: http://search.cpan.org/dist/Parse-ErrorString-Perl +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -License: Perl License -BuildRoot: %{_tmppath}/build-%{name}-%{version} -Requires: perl = %{perl_version} +Url: http://search.cpan.org/dist/Parse-ErrorString-Perl/ +Source: http://www.cpan.org/authors/id/S/SZ/SZABGAB/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: make -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Differences) -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Temp) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 -BuildRequires: perl(Pod::POM) >= 0.27 -BuildRequires: perl(File::Spec) -BuildRequires: perl(File::Basename) -BuildRequires: perl(Pod::Find) BuildRequires: perl(Class::XSAccessor) -BuildRequires: perl(Carp) -Requires: perl(Pod::POM) >= 0.27 -Requires: perl(File::Spec) -Requires: perl(File::Basename) -Requires: perl(File::Find) -Requires: perl(File::Temp) -Requires: perl(Pod::Find) +BuildRequires: perl(Pod::POM) >= 0.27 +BuildRequires: perl(Test::Differences) Requires: perl(Class::XSAccessor) -Requires: perl(Carp) +Requires: perl(Pod::POM) >= 0.27 +%{perl_requires} %description -Parse::ErrorString::Perl - Parse error messages from the perl interpreter. +Parse error messages from the perl interpreter %prep -%setup -q -n "Parse-ErrorString-Perl-%{version}" -%__sed -i '/^auto_install/d' Makefile.PL -%__sed -i 's|6.31|6.30|g' Makefile.PL +%setup -q -n %{cpan_name}-%{version} %build -%__perl Makefile.PL PREFIX="%{_prefix}" -%__make %{?jobs:-j%{jobs}} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%check -%__make test - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - -%files -%defattr(-,root,root) -%doc Changes LICENSE README -%{_bindir}/check_perldiag -%doc %{_mandir}/man1/check_perldiag.1%{ext_man} -%dir %{perl_vendorlib}/Parse -%dir %{perl_vendorlib}/Parse/ErrorString -%{perl_vendorlib}/Parse/ErrorString/Perl.pm -%{perl_vendorlib}/Parse/ErrorString/Perl -%dir %{perl_vendorarch}/auto/Parse -%dir %{perl_vendorarch}/auto/Parse/ErrorString -%{perl_vendorarch}/auto/Parse/ErrorString/Perl -%doc %{perl_man3dir}/Parse::ErrorString::Perl.%{perl_man3ext}%{ext_man} -%doc %{perl_man3dir}/Parse::ErrorString::Perl::*.%{perl_man3ext}%{ext_man} +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes +%changelog