Hello community,
here is the log from the commit of package perl-Class-MethodMaker for openSUSE:Factory
checked in at Thu Mar 31 14:06:25 CEST 2011.
--------
--- perl-Class-MethodMaker/perl-Class-MethodMaker.changes 2010-12-01 14:39:12.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-Class-MethodMaker/perl-Class-MethodMaker.changes 2011-03-31 11:57:25.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Mar 31 09:08:51 UTC 2011 - coolo(a)novell.com
+
+- update to version 2.17
+ - Just an intermediate release!
+ (in order to get help on fixing Class::MethodMaker for 5.14)
+ - already fixed breakage with 5.13.3
+ (CvGV is now an rvalue, so use CvGV_set instead of assigning
+ directly -- credits to ANDK, rafl and Zefram)
+ - added test for no warnings to additionally be able to bisect
+ annoying warnings since 5.13.2
+ - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
+ for Perl 5.13+.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
Class-MethodMaker-2.16.tar.bz2
New:
----
Class-MethodMaker-2.17.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-MethodMaker.spec ++++++
++++ 781 lines (skipped)
++++ between perl-Class-MethodMaker/perl-Class-MethodMaker.spec
++++ and /mounts/work_src_done/STABLE/perl-Class-MethodMaker/perl-Class-MethodMaker.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-Test-LeakTrace for openSUSE:Factory
checked in at Thu Mar 31 13:46:59 CEST 2011.
--------
--- perl-Test-LeakTrace/perl-Test-LeakTrace.changes 2010-12-01 14:55:35.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-Test-LeakTrace/perl-Test-LeakTrace.changes 2011-03-15 10:55:15.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 09:55:14 UTC 2011 - cfarrell(a)novell.com
+
+- license update: GPL+ or Artistic
+ Only license found in package is Perl license which expands to GPL+ or Artistic
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-LeakTrace.spec ++++++
--- /var/tmp/diff_new_pack.fPlSfh/_old 2011-03-31 13:45:47.000000000 +0200
+++ /var/tmp/diff_new_pack.fPlSfh/_new 2011-03-31 13:45:47.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Test-LeakTrace (Version 0.10)
+# spec file for package perl-Test-LeakTrace
#
-# 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
@@ -23,9 +23,9 @@
Summary: Traces memory leaks
Url: http://search.cpan.org/perldoc?Test::LeakTrace
Group: Development/Libraries/Perl
-License: Artistic
+License: GPL+ or Artistic
Version: 0.10
-Release: 2
+Release: 8
Source: %{real_name}-%{version}.tar.bz2
BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-JSON for openSUSE:Factory
checked in at Thu Mar 31 13:43:00 CEST 2011.
--------
--- perl-JSON/perl-JSON.changes 2010-12-01 14:47:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-JSON/perl-JSON.changes 2011-03-08 12:49:17.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Mar 08 11:45:09 UTC 2011 - pascal.bleser(a)opensuse.org
+
+- update to 2.51:
+ * import JSON::PP 2.27105 as BackportPP
+ * JSON::PP is split away JSON distributino for perl 5.14
+ * JSON::backportPP is included in instead
+
+-------------------------------------------------------------------
@@ -13 +21,2 @@
- * JSON: JSON::Backend::XS::Supportable always executed a needless process with JSON::XS backend; this made encode/decode a bit slower
+ * JSON: JSON::Backend::XS::Supportable always executed a needless process
+ with JSON::XS backend; this made encode/decode a bit slower
@@ -22,2 +31,4 @@
- + modified tied object handling in encode; it made encoding speed faster (RT#61604)
- + modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev version
+ + modified tied object handling in encode; it made encoding speed faster
+ (RT#61604)
+ + modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev
+ version
@@ -52 +63,2 @@
- * enhanced XS compatibilty in the case of decoding a white space garbaged text
+ * enhanced XS compatibilty in the case of decoding a white space garbaged
+ text
calling whatdependson for head-i586
Old:
----
JSON-2.26.tar.bz2
New:
----
JSON-2.51.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-JSON.spec ++++++
--- /var/tmp/diff_new_pack.jsaEVK/_old 2011-03-31 13:42:27.000000000 +0200
+++ /var/tmp/diff_new_pack.jsaEVK/_new 2011-03-31 13:42:27.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-JSON (Version 2.26)
+# spec file for package perl-JSON
#
-# 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
@@ -22,8 +22,8 @@
Name: perl-JSON
%define cpan_name JSON
Summary: JSON (JavaScript Object Notation) encoder/decoder
-Version: 2.26
-Release: 2
+Version: 2.51
+Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/JSON/
++++++ JSON-2.26.tar.bz2 -> JSON-2.51.tar.bz2 ++++++
++++ 6718 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-PPIx-Regexp for openSUSE:Factory
checked in at Thu Mar 31 13:42:17 CEST 2011.
--------
--- perl-PPIx-Regexp/perl-PPIx-Regexp.changes 2010-12-01 07:57:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-PPIx-Regexp/perl-PPIx-Regexp.changes 2010-12-27 18:27:59.000000000 +0100
@@ -1,0 +2,31 @@
+Mon Dec 27 17:18:29 UTC 2010 - pascal.bleser(a)opensuse.org
+
+- update to 0.015:
+ * added support for Perl 5.13.6 (?^...) construction
+ * added support for Perl 5.13.6 d, l, and u modifiers
+ * fixed inconsistency in perl_version_introduced() results between PPIx::Regexp::Token::Modifier and PPIx::Regexp::Token::GroupType::Modifier
+
+- changes from 0.014:
+ * recognize \o{...} as a PPIx::Regexp::Token::Literal, with perl_version_introduced() of 5.0013003
+ * terminate \0.. through \7.. after three characters, as Perl does
+ * correct the PPIx::Regexp::Token::Literal ordinal() method for '\b' -- as a literal, this is a back space
+
+- changes from 0.013:
+ * declare a parse failure if characters are found between the '}' and the ')' of (?{...}) and (??{...}), and rebless the tokens to ::Unknown: Perl does not accept anything here, so I think I should not either
+ * whitespace tweak in the PPIx::Regexp::Dumper test output for the failures test
+ * replace the PPI logic in PPIx::Regexp::Token::Code with a call to $tokenizer->find_matching_delimiter(): this is actually the way Perl works, as a look at toke.c and regcomp.c makes clear
+ * push the perl_version_introduced() back to 5.0
+
+- changes from 0.012:
+ * track all the features reported as introduced (or removed) in Perl 5.010 back to Perl 5.009005, and report them as such
+ * report modifier /r as having been introduced in Perl 5.013002, rather than the default of 5.006
+
+- changes from 0.010_01:
+ * remove dependencies on Params::Util and Readonly
+ * parse POSIX character classes [=a=] and [.a.] as PPIx::Regexp::Token::CharClass::POSIX::Unknown, which counts as a parse failure since these are not supported by Perl
+
+- changes from 0.010: fix fatal error in PPIx::Regexp::Token::Code->ppi()
+
+- changes from 0.009: recognize s/.../.../ee as being different from s/.../.../e. In particular, the replacement portion of the former is _not_ a Perl expression: it's an interpolatble string, which later gets eval{}'ed
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
PPIx-Regexp-0.008.tar.bz2
New:
----
PPIx-Regexp-0.015.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PPIx-Regexp.spec ++++++
--- /var/tmp/diff_new_pack.3QAnNC/_old 2011-03-31 13:41:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3QAnNC/_new 2011-03-31 13:41:35.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package perl-PPIx-Regexp (Version 0.008)
+# spec file for package perl-PPIx-Regexp
#
-# 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
@@ -21,12 +21,12 @@
Name: perl-PPIx-Regexp
%define cpan_name PPIx-Regexp
Summary: Represent a regular expression of some sort
-Version: 0.008
+Version: 0.015
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PPIx-Regexp/
-#Source: http://www.cpan.org/modules/by-module/PPIx/PPIx-Regexp-%{version}.tar.gz
+#Source: http://search.cpan.org/CPAN/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.ta…
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -36,17 +36,13 @@
BuildRequires: perl-macros
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
-BuildRequires: perl(Params::Util) >= 0.25
BuildRequires: perl(PPI::Document)
-BuildRequires: perl(Readonly)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Task::Weaken)
#
Requires: perl(List::MoreUtils)
Requires: perl(List::Util)
-Requires: perl(Params::Util) >= 0.25
Requires: perl(PPI::Document)
-Requires: perl(Readonly)
Requires: perl(Scalar::Util)
Requires: perl(Task::Weaken)
@@ -64,10 +60,6 @@
subsequent calls with the same PPI object will return the same
PPIx::Regexp object.
-Authors:
---------
-
-
%prep
%setup -q -n %{cpan_name}-%{version}
# replace rest of /usr/local/bin/perl with /usr/bin/perl
++++++ PPIx-Regexp-0.008.tar.bz2 -> PPIx-Regexp-0.015.tar.bz2 ++++++
++++ 6058 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-libwww-perl for openSUSE:Factory
checked in at Thu Mar 31 13:37:28 CEST 2011.
--------
--- perl-libwww-perl/perl-libwww-perl.changes 2011-03-17 12:08:19.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-libwww-perl/perl-libwww-perl.changes 2011-03-28 16:06:10.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Mar 28 14:43:32 CEST 2011 - lnussel(a)suse.de
+
+- use system CAs in /etc/ssl/certs
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
libwww-perl-6.01-systemca.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-libwww-perl.spec ++++++
--- /var/tmp/diff_new_pack.BW9SUW/_old 2011-03-31 13:36:15.000000000 +0200
+++ /var/tmp/diff_new_pack.BW9SUW/_new 2011-03-31 13:36:15.000000000 +0200
@@ -21,7 +21,7 @@
%define cpan_name libwww-perl
Summary: The World-Wide-Web library for Perl
Version: 6.01
-Release: 1
+Release: 2
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/libwww-perl/
@@ -29,6 +29,7 @@
Source: %{cpan_name}-%{version}.tar.bz2
# PATCH-FIX-OPENSUSE -- disable one perl requires that would be created automatically and we're unable to provide
Patch0: disable-ghttp.diff
+Patch1: libwww-perl-6.01-systemca.diff
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -99,6 +100,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
+%patch1 -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
++++++ libwww-perl-6.01-systemca.diff ++++++
Index: libwww-perl-6.01/lib/LWP/Protocol/https.pm
===================================================================
--- libwww-perl-6.01.orig/lib/LWP/Protocol/https.pm
+++ libwww-perl-6.01/lib/LWP/Protocol/https.pm
@@ -21,25 +21,7 @@ sub _extra_sock_opts
}
if ($ssl_opts{SSL_verify_mode}) {
unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) {
- eval {
- require Mozilla::CA;
- };
- if ($@) {
- if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
- $@ = <<'EOT';
-Can't verify SSL peers without knowning which Certificate Authorities to trust
-
-This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE
-envirionment variable or by installing the Mozilla::CA module.
-
-To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME
-envirionment variable to 0. If you do this you can't be sure that you
-communicate with the expected peer.
-EOT
- }
- die $@;
- }
- $ssl_opts{SSL_ca_file} = Mozilla::CA::SSL_ca_file();
+ $ssl_opts{SSL_ca_path} = '/etc/ssl/certs';
}
}
$self->{ssl_opts} = \%ssl_opts;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org