From 8e197dbde6687232a1f99f65bb5d99600cb2ab8026f8c58fa84208f73ae31b4e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 17 Dec 2015 10:08:41 +0000 Subject: [PATCH] Accepting request 349120 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/349120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=20 --- Regexp-Common-2013031301.tar.gz | 3 --- Regexp-Common-2015121601.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Regexp-Common.changes | 9 +++++++++ perl-Regexp-Common.spec | 27 +++++++++------------------ 5 files changed, 49 insertions(+), 21 deletions(-) delete mode 100644 Regexp-Common-2013031301.tar.gz create mode 100644 Regexp-Common-2015121601.tar.gz create mode 100644 cpanspec.yml diff --git a/Regexp-Common-2013031301.tar.gz b/Regexp-Common-2013031301.tar.gz deleted file mode 100644 index 7941f4e..0000000 --- a/Regexp-Common-2013031301.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729a8198d264aa64ecbb233ff990507f97fbb66bda746b95f3286f50f5f25c84 -size 115724 diff --git a/Regexp-Common-2015121601.tar.gz b/Regexp-Common-2015121601.tar.gz new file mode 100644 index 0000000..d62c089 --- /dev/null +++ b/Regexp-Common-2015121601.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df47f46dbbad843b65d20c6a4e4683ba9ae6cdeaf171ee7b0749d77e93f29a42 +size 115794 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-Regexp-Common.changes b/perl-Regexp-Common.changes index ea6b745..f155fc1 100644 --- a/perl-Regexp-Common.changes +++ b/perl-Regexp-Common.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 16 10:02:18 UTC 2015 - coolo@suse.com + +- updated to 2015121601 + see /usr/share/doc/packages/perl-Regexp-Common/Changes + + Version 2015121601 Wed Dec 16 01:12:18 CET 2015 + + Force Darwin 10.0 on Perl 5.10.0 to run square tests in 32 bit mode. + ------------------------------------------------------------------- Tue Jun 11 11:58:34 UTC 2013 - coolo@suse.com diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec index f25b567..d01ebf3 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Regexp-Common # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -17,41 +17,32 @@ Name: perl-Regexp-Common -Version: 2013031301 +Version: 2015121601 Release: 0 %define cpan_name Regexp-Common Summary: Provide commonly requested regular expressions License: MIT Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Regexp-Common/ -Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Regexp::Common) -#BuildRequires: perl(Regexp::Common::_support) -#BuildRequires: perl(Regexp::Common::URI) -#BuildRequires: perl(Regexp::Common::URI::RFC1035) -#BuildRequires: perl(Regexp::Common::URI::RFC1738) -#BuildRequires: perl(Regexp::Common::URI::RFC1808) -#BuildRequires: perl(Regexp::Common::URI::RFC2384) -#BuildRequires: perl(Regexp::Common::URI::RFC2396) -#BuildRequires: perl(Regexp::Common::URI::RFC2806) -#BuildRequires: perl(t::Common) %{perl_requires} %description By default, this module exports a single hash ('%RE') that stores or -generates commonly needed regular expressions (see the "List of available -patterns" manpage). +generates commonly needed regular expressions (see "List of available +patterns"). -There is an alternative, subroutine-based syntax described in the -"Subroutine-based interface" manpage. +There is an alternative, subroutine-based syntax described in +"Subroutine-based interface". %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor