Accepting request 72098 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/72098 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Regexp-Common?expand=0&rev=14
This commit is contained in:
commit
de1d5ac47f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4c348d2b7a045ac5468a93e09a3c622abcee6dfb785ecf04ac859b73ba0115b
|
|
||||||
size 112749
|
|
3
Regexp-Common-2011041701.tar.gz
Normal file
3
Regexp-Common-2011041701.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcbffd71c6bbdd5187a9241838e0a1b87aa34bd111c9d6714e9aaeca1f35d714
|
||||||
|
size 113141
|
@ -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
|
Mon Apr 4 09:38:41 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,22 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Regexp-Common
|
Name: perl-Regexp-Common
|
||||||
Version: 2010010201
|
Version: 2011041701
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
%define cpan_name Regexp-Common
|
%define cpan_name Regexp-Common
|
||||||
Summary: Provide commonly requested regular expressions
|
Summary: Provide commonly requested regular expressions
|
||||||
Url: http://search.cpan.org/dist/Regexp-Common/
|
Url: http://search.cpan.org/dist/Regexp-Common/
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(vars)
|
BuildRequires: perl(vars)
|
||||||
Requires: perl(strict)
|
Requires: perl(strict)
|
||||||
@ -64,7 +62,7 @@ There is an alternative, subroutine-based syntax described in the
|
|||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
%files -f %{name}.files
|
%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
|
%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user