Hello community,
here is the log from the commit of package perl-Regexp-Common for
openSUSE:Factory checked in at 2015-12-20 10:52:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Regexp-Common (Old)
and /work/SRC/openSUSE:Factory/.perl-Regexp-Common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Regexp-Common"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Regexp-Common/perl-Regexp-Common.changes
2013-06-14 16:47:31.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Regexp-Common.new/perl-Regexp-Common.changes
2015-12-20 10:52:34.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Dec 16 10:02:18 UTC 2015 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
Regexp-Common-2013031301.tar.gz
New:
----
Regexp-Common-2015121601.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Regexp-Common.spec ++++++
--- /var/tmp/diff_new_pack.vR75Rg/_old 2015-12-20 10:52:35.000000000 +0100
+++ /var/tmp/diff_new_pack.vR75Rg/_new 2015-12-20 10:52:35.000000000 +0100
@@ -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
++++++ Regexp-Common-2013031301.tar.gz -> Regexp-Common-2015121601.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Regexp-Common-2013031301/Changes
new/Regexp-Common-2015121601/Changes
--- old/Regexp-Common-2013031301/Changes 2013-03-13 12:45:56.000000000
+0100
+++ new/Regexp-Common-2015121601/Changes 2015-12-16 01:13:20.000000000
+0100
@@ -1,3 +1,6 @@
+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.
+
Version 2013031301 Wed Mar 13 12:03:41 CET 2013
+ Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
RT 50693.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Regexp-Common-2013031301/META.json
new/Regexp-Common-2015121601/META.json
--- old/Regexp-Common-2013031301/META.json 2013-03-13 13:20:26.000000000
+0100
+++ new/Regexp-Common-2015121601/META.json 2015-12-16 01:18:29.000000000
+0100
@@ -4,7 +4,7 @@
"Abigail <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter
version 2.120921",
+ "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter
version 2.150001",
"keywords" : [
"regular expression",
"pattern"
@@ -50,7 +50,7 @@
"url" : "git://github.com/Abigail/Regexp--Common.git"
}
},
- "version" : "2013031301",
+ "version" : "2015121601",
"x_test_requires" : {
"strict" : 0
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Regexp-Common-2013031301/META.yml
new/Regexp-Common-2015121601/META.yml
--- old/Regexp-Common-2013031301/META.yml 2013-03-13 13:20:26.000000000
+0100
+++ new/Regexp-Common-2015121601/META.yml 2015-12-16 01:18:29.000000000
+0100
@@ -3,31 +3,31 @@
author:
- 'Abigail <[email protected]>'
build_requires:
- ExtUtils::MakeMaker: 0
- strict: 0
+ ExtUtils::MakeMaker: '0'
+ strict: '0'
configure_requires:
- ExtUtils::MakeMaker: 0
- strict: 0
+ ExtUtils::MakeMaker: '0'
+ strict: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version
2.120921'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter
version 2.150001'
keywords:
- 'regular expression'
- pattern
license: mit
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: Regexp-Common
no_index:
directory:
- t
- inc
requires:
- perl: 5.00473
- strict: 0
- vars: 0
+ perl: '5.00473'
+ strict: '0'
+ vars: '0'
resources:
repository: git://github.com/Abigail/Regexp--Common.git
-version: 2013031301
+version: '2015121601'
x_test_requires:
strict: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Regexp-Common-2013031301/lib/Regexp/Common.pm
new/Regexp-Common-2015121601/lib/Regexp/Common.pm
--- old/Regexp-Common-2013031301/lib/Regexp/Common.pm 2013-03-13
12:45:56.000000000 +0100
+++ new/Regexp-Common-2015121601/lib/Regexp/Common.pm 2015-12-16
01:13:45.000000000 +0100
@@ -18,7 +18,7 @@
use warnings;
use vars qw /$VERSION %RE %sub_interface $AUTOLOAD/;
-$VERSION = '2013031301';
+$VERSION = '2015121601';
sub _croak {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Regexp-Common-2013031301/t/test_squares.t
new/Regexp-Common-2015121601/t/test_squares.t
--- old/Regexp-Common-2013031301/t/test_squares.t 2013-03-08
17:53:10.000000000 +0100
+++ new/Regexp-Common-2015121601/t/test_squares.t 2015-12-16
01:03:16.000000000 +0100
@@ -14,8 +14,8 @@
# CPAN testers claim it fails on 5.8.8 and darwin 9.0.
#
$bits64 = 0 if $Config {osname} eq 'darwin' &&
- $Config {osvers} eq '9.0' &&
- $] == 5.008008;
+ ($Config {osvers} eq '9.0' && $] == 5.008008 ||
+ $Config {osvers} eq '10.0' && $] == 5.010);
my $MAX = $bits64 ? do {no warnings; "9000000000000000"}
: 0x7FFFFFFF;
++++++ cpanspec.yml ++++++
---
#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