From d39405a9c4a61f52a609b5edefe2e87202d82c5f46a4ebfdd59b6036279ce695 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 18 Apr 2011 09:46:47 +0000 Subject: [PATCH] - updated to 2011041701 + Fix documentation (matches should be match). Reported by cogent@cpan.org in RT ticket 2833. + Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net) Version 2011041602 Sat Apr 16 17:06:28 CEST 2011 + Fix typo in repository (avar@cpan.org) Version 2011041601 Sat Apr 16 16:07:29 CEST 2011 + Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer match a single dot. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Common?expand=0&rev=13 --- Regexp-Common-2010010201.tar.gz | 3 --- Regexp-Common-2011041701.tar.gz | 3 +++ perl-Regexp-Common.changes | 15 +++++++++++++++ perl-Regexp-Common.spec | 14 ++++++-------- 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 Regexp-Common-2010010201.tar.gz create mode 100644 Regexp-Common-2011041701.tar.gz diff --git a/Regexp-Common-2010010201.tar.gz b/Regexp-Common-2010010201.tar.gz deleted file mode 100644 index 227a685..0000000 --- a/Regexp-Common-2010010201.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4c348d2b7a045ac5468a93e09a3c622abcee6dfb785ecf04ac859b73ba0115b -size 112749 diff --git a/Regexp-Common-2011041701.tar.gz b/Regexp-Common-2011041701.tar.gz new file mode 100644 index 0000000..de676ad --- /dev/null +++ b/Regexp-Common-2011041701.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcbffd71c6bbdd5187a9241838e0a1b87aa34bd111c9d6714e9aaeca1f35d714 +size 113141 diff --git a/perl-Regexp-Common.changes b/perl-Regexp-Common.changes index 34241c7..d86187f 100644 --- a/perl-Regexp-Common.changes +++ b/perl-Regexp-Common.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Apr 18 09:44:53 UTC 2011 - coolo@opensuse.org + +- updated to 2011041701 + + Fix documentation (matches should be match). Reported by cogent@cpan.org + in RT ticket 2833. + + Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net) + + Version 2011041602 Sat Apr 16 17:06:28 CEST 2011 + + Fix typo in repository (avar@cpan.org) + + Version 2011041601 Sat Apr 16 16:07:29 CEST 2011 + + Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer + match a single dot. + ------------------------------------------------------------------- Mon Apr 4 09:38:41 UTC 2011 - coolo@novell.com diff --git a/perl-Regexp-Common.spec b/perl-Regexp-Common.spec index ce575d4..5b3ebf1 100644 --- a/perl-Regexp-Common.spec +++ b/perl-Regexp-Common.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Regexp-Common +# spec file for package perl-Regexp-Common (Version 2011041701) # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,22 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: perl-Regexp-Common -Version: 2010010201 +Version: 2011041701 Release: 1 License: MIT %define cpan_name Regexp-Common Summary: Provide commonly requested regular expressions Url: http://search.cpan.org/dist/Regexp-Common/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(vars) Requires: perl(strict) @@ -64,7 +62,7 @@ There is an alternative, subroutine-based syntax described in the %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT README TODO %changelog