Hello community,

here is the log from the commit of package perl-Regexp-Common for 
openSUSE:Factory
checked in at Tue Apr 5 18:11:04 CEST 2011.



--------
--- perl-Regexp-Common/perl-Regexp-Common.changes       2010-11-30 
20:27:59.000000000 +0100
+++ perl-Regexp-Common/perl-Regexp-Common.changes       2011-04-04 
11:41:13.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Apr  4 09:38:41 UTC 2011 - [email protected]
+
+- updated to 2010010201
+   Playing the CPANTS game
+  + Adjustments for 5.005.
+  + Add $VERSION to all submodules (RT #53250)
+  
+  Version 2009123001 Wed Dec 30 03:58:27 2009 +0100
+  + Added Changes file, removed them from README.
+  + Remove CVS traces.
+  + Modernize Makefile.PL
+  + POD tests
+  + Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786)
+  + Fix POD issues. (RT #34886) (RT #48974)
+  + Fail faster on some URI subpatterns (RT #52309)
+  + Added many people to the Acknowledgements section.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Regexp-Common-2.122.tar.bz2

New:
----
  Regexp-Common-2010010201.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Regexp-Common.spec ++++++
--- /var/tmp/diff_new_pack.NOosCv/_old  2011-04-05 18:10:13.000000000 +0200
+++ /var/tmp/diff_new_pack.NOosCv/_new  2011-04-05 18:10:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Regexp-Common (Version 2.122)
+# spec file for package perl-Regexp-Common
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,47 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-Regexp-Common
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+Version:        2010010201
+Release:        1
+License:        MIT
+%define cpan_name Regexp-Common
 Summary:        Provide commonly requested regular expressions
-Version:        2.122
-Release:        11
-License:        Artistic License ..
+Url:            http://search.cpan.org/dist/Regexp-Common/
 Group:          Development/Libraries/Perl
-AutoReqProv:    on
-Url:            http://search.cpan.org/dist/Regexp-Common
-Source:         %{cpan_name}-%{version}.tar.bz2
+#Source:         
http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+Requires:       perl(strict)
+Requires:       perl(vars)
+%{perl_requires}
 
 %description
-By default, this module exports a single hash (`%RE') that stores or
-generates commonly needed regular expressions. Patterns currently
-provided include:
-
-       * balanced parentheses and brackets
-       * delimited text (with escapes)
-       * integers and floating-point numbers in any base (up to 36)
-       * comments in 44 languages
-       * offensive language
-       * lists of any pattern
-       * IPv4 addresses
-        * URIs.
-        * Zip codes.
-
-  Authors:
-               Damian Conway <[email protected]>
-               Abigail <[email protected]>
+By default, this module exports a single hash ('%RE') that stores or
+generates commonly needed regular expressions (see the "List of available
+patterns" manpage).
+
+There is an alternative, subroutine-based syntax described in the
+"Subroutine-based interface" manpage.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -67,10 +61,10 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc README
+%defattr(644,root,root,755)
+%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT 
README TODO
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to