commit perl-Module-Runtime for openSUSE:Factory

2017-10-28 Thread root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2017-10-28 14:17:26

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is "perl-Module-Runtime"

Sat Oct 28 14:17:26 2017 rev:12 rq:535197 version:0.016

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2017-08-08 12:05:22.320200372 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2017-10-28 14:17:29.352755440 +0200
@@ -1,0 +2,26 @@
+Thu Oct 19 05:36:17 UTC 2017 - co...@suse.com
+
+- updated to 0.016
+   see /usr/share/doc/packages/perl-Module-Runtime/Changes
+
+  version 0.016; 2017-10-17
+  
+* port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
+  module doesn't trigger tainting
+  
+* skip t/taint.t if the perl empirically doesn't perform taint checks
+  but the script got run anyway (which happens with an unsupported
+  configuration of the Perl core which some people are using in the
+  absence of a supported no-taint configuration)
+  
+* in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
+  tainted value to taint a string being tested
+  
+* in documentation, use four-column indentation for all verbatim
+  material
+  
+* in META.{yml,json}, point to public bug tracker
+  
+* in META.json, specify type of public repository
+
+---

Old:

  Module-Runtime-0.015.tar.gz

New:

  Module-Runtime-0.016.tar.gz



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.eGTxpm/_old  2017-10-28 14:17:30.016731159 +0200
+++ /var/tmp/diff_new_pack.eGTxpm/_new  2017-10-28 14:17:30.020731013 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Runtime
-Version:0.015
+Version:0.016
 Release:0
 %define cpan_name Module-Runtime
 Summary:Runtime Module Handling

++ Module-Runtime-0.015.tar.gz -> Module-Runtime-0.016.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.015/Build.PL 
new/Module-Runtime-0.016/Build.PL
--- old/Module-Runtime-0.015/Build.PL   2017-07-16 02:31:17.0 +0200
+++ new/Module-Runtime-0.016/Build.PL   2017-10-17 22:27:37.0 +0200
@@ -26,9 +26,18 @@
dynamic_config => 0,
meta_add => { distribution_type => "module" },
meta_merge => {
+   "meta-spec" => { version => "2" },
resources => {
-   repository =>
-   "git://git.fysh.org/zefram/Module-Runtime.git",
+   bugtracker => {
+   mailto => "bug-Module-Runtime\@rt.cpan.org",
+   web => "https://rt.cpan.org/Public/Dist/;.
+   "Display.html?Name=Module-Runtime",
+   },
+   repository => {
+   type => "git",
+   url => "git://git.fysh.org/zefram/".
+   "Module-Runtime.git",
+   },
},
},
create_makefile_pl => "traditional",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.015/Changes 
new/Module-Runtime-0.016/Changes
--- old/Module-Runtime-0.015/Changes2017-07-16 02:31:17.0 +0200
+++ new/Module-Runtime-0.016/Changes2017-10-17 22:27:37.0 +0200
@@ -1,3 +1,23 @@
+version 0.016; 2017-10-17
+
+  * port t/taint.t to Perl 5.27.5, where re-requiring an already-loaded
+module doesn't trigger tainting
+
+  * skip t/taint.t if the perl empirically doesn't perform taint checks
+but the script got run anyway (which happens with an unsupported
+configuration of the Perl core which some people are using in the
+absence of a supported no-taint configuration)
+
+  * in t/taint.t, use $^X rather than $ENV{PATH} as the primordial
+tainted value to taint a string being tested
+
+  * in documentation, use four-column indentation for all verbatim
+material
+
+  * in META.{yml,json}, point to public bug tracker
+
+  * in META.json, specify type of public repository
+
 version 0.015; 2017-07-16
 
   * update test suite to not rely on . in @INC, which is no longer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.015/META.json 
new/Module-Runtime-0.016/META.json
--- 

commit perl-Module-Runtime for openSUSE:Factory

2017-08-08 Thread root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2017-08-08 12:05:20

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is "perl-Module-Runtime"

Tue Aug  8 12:05:20 2017 rev:11 rq:512165 version:0.015

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2014-02-28 19:15:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2017-08-08 12:05:22.320200372 +0200
@@ -1,0 +2,20 @@
+Mon Jul 17 05:49:49 UTC 2017 - co...@suse.com
+
+- updated to 0.015
+   see /usr/share/doc/packages/perl-Module-Runtime/Changes
+
+  version 0.015; 2017-07-16
+  
+* update test suite to not rely on . in @INC, which is no longer
+  necessarily there from Perl 5.25.7
+  
+* in documentation, warn about the security problem with
+  use_package_optimistically()
+  
+* declare correct version for Test::More dependency
+  
+* generate "traditional" style of compatibility Makefile.PL, to
+  permit building in environments that don't support Build.PL or
+  configure_requires
+
+---

Old:

  Module-Runtime-0.014.tar.gz

New:

  Module-Runtime-0.015.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.xmAReu/_old  2017-08-08 12:05:23.304061797 +0200
+++ /var/tmp/diff_new_pack.xmAReu/_new  2017-08-08 12:05:23.308061234 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Runtime
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,15 @@
 
 
 Name:   perl-Module-Runtime
-Version:0.014
+Version:0.015
 Release:0
 %define cpan_name Module-Runtime
-Summary:runtime module handling
+Summary:Runtime Module Handling
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Runtime/
-Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Module-Runtime-0.014.tar.gz -> Module-Runtime-0.015.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.014/Build.PL 
new/Module-Runtime-0.015/Build.PL
--- old/Module-Runtime-0.014/Build.PL   2014-02-06 23:09:32.0 +0100
+++ new/Module-Runtime-0.015/Build.PL   2017-07-16 02:31:17.0 +0200
@@ -15,7 +15,7 @@
},
build_requires => {
"Module::Build" => 0,
-   "Test::More" => 0,
+   "Test::More" => "0.41",
"perl" => "5.006",
"strict" => 0,
"warnings" => 0,
@@ -31,7 +31,7 @@
"git://git.fysh.org/zefram/Module-Runtime.git",
},
},
-   create_makefile_pl => "passthrough",
+   create_makefile_pl => "traditional",
sign => 1,
 )->create_build_script;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.014/Changes 
new/Module-Runtime-0.015/Changes
--- old/Module-Runtime-0.014/Changes2014-02-06 23:09:32.0 +0100
+++ new/Module-Runtime-0.015/Changes2017-07-16 02:31:17.0 +0200
@@ -1,3 +1,17 @@
+version 0.015; 2017-07-16
+
+  * update test suite to not rely on . in @INC, which is no longer
+necessarily there from Perl 5.25.7
+
+  * in documentation, warn about the security problem with
+use_package_optimistically()
+
+  * declare correct version for Test::More dependency
+
+  * generate "traditional" style of compatibility Makefile.PL, to
+permit building in environments that don't support Build.PL or
+configure_requires
+
 version 0.014; 2014-02-06
 
   * bugfix: suppress any CORE::GLOBAL::require override, where possible,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.014/MANIFEST 
new/Module-Runtime-0.015/MANIFEST
--- old/Module-Runtime-0.014/MANIFEST   2014-02-06 23:09:32.0 +0100
+++ new/Module-Runtime-0.015/MANIFEST   

commit perl-Module-Runtime for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2014-02-28 19:15:38

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is perl-Module-Runtime

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2013-06-13 18:12:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2014-02-28 19:15:40.0 +0100
@@ -1,0 +2,23 @@
+Mon Feb 24 06:10:39 UTC 2014 - co...@suse.com
+
+- updated to 0.014
+   * bugfix: suppress any CORE::GLOBAL::require override, where possible,
+ to avoid use_package_optimistically() being misled into treating
+ missing modules as broken
+ 
+   * bugfix: in use_module() and use_package_optimistically(), pass a
+ supplied VERSION parameter through for the version check even if it
+ is undef
+ 
+   * tighten use_package_optimistically()'s recognition of can't-locate
+ errors (the same way that base.pm has recently been tightened),
+ so that, when a module fails to load because a module that it uses
+ isn't available, the outer module will be perceived as broken rather
+ than missing
+ 
+   * update documentation notes about the state of Unicode handling for
+ module names
+ 
+   * in META.{yml,json}, point to public git repository
+
+---

Old:

  Module-Runtime-0.013.tar.gz

New:

  Module-Runtime-0.014.tar.gz



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.iQiejM/_old  2014-02-28 19:15:40.0 +0100
+++ /var/tmp/diff_new_pack.iQiejM/_new  2014-02-28 19:15:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Runtime
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Runtime
-Version:0.013
+Version:0.014
 Release:0
 %define cpan_name Module-Runtime
 Summary:runtime module handling
@@ -30,7 +30,6 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
-#BuildRequires: perl(Module::Runtime)
 %{perl_requires}
 
 %description
@@ -43,7 +42,8 @@
 that is used for barewords in Perl source. In principle this syntax can
 vary between versions of Perl, and this module applies the syntax of the
 Perl on which it is running. In practice the usable syntax hasn't changed
-yet, but there's a good chance of it changing in Perl 5.18.
+yet. There's some intent for Unicode module names to be supported in the
+future, but this hasn't yet amounted to any consistent facility.
 
 The functions of this module whose purpose is to load modules include
 workarounds for three old Perl core bugs regarding 'require'. These

++ Module-Runtime-0.013.tar.gz - Module-Runtime-0.014.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.013/Build.PL 
new/Module-Runtime-0.014/Build.PL
--- old/Module-Runtime-0.013/Build.PL   2012-02-16 21:11:34.0 +0100
+++ new/Module-Runtime-0.014/Build.PL   2014-02-06 23:09:32.0 +0100
@@ -25,6 +25,12 @@
},
dynamic_config = 0,
meta_add = { distribution_type = module },
+   meta_merge = {
+   resources = {
+   repository =
+   git://git.fysh.org/zefram/Module-Runtime.git,
+   },
+   },
create_makefile_pl = passthrough,
sign = 1,
 )-create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.013/Changes 
new/Module-Runtime-0.014/Changes
--- old/Module-Runtime-0.013/Changes2012-02-16 21:11:34.0 +0100
+++ new/Module-Runtime-0.014/Changes2014-02-06 23:09:32.0 +0100
@@ -1,3 +1,24 @@
+version 0.014; 2014-02-06
+
+  * bugfix: suppress any CORE::GLOBAL::require override, where possible,
+to avoid use_package_optimistically() being misled into treating
+missing modules as broken
+
+  * bugfix: in use_module() and use_package_optimistically(), pass a
+supplied VERSION parameter through for the version check even if it
+is undef
+
+  * tighten use_package_optimistically()'s recognition of can't-locate
+errors (the same way that base.pm has recently been tightened),
+so that, 

commit perl-Module-Runtime for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2013-06-13 18:12:51

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is perl-Module-Runtime

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2012-02-17 12:08:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2013-06-13 18:12:52.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 19:41:49 UTC 2013 - co...@suse.com
+
+- rebuild for perl 5.18
+
+---



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.CCdhL7/_old  2013-06-13 18:12:53.0 +0200
+++ /var/tmp/diff_new_pack.CCdhL7/_new  2013-06-13 18:12:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Runtime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Module-Runtime for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2012-02-17 12:07:49

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is perl-Module-Runtime, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2012-02-16 16:22:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2012-02-17 12:08:02.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 17 08:50:52 UTC 2012 - co...@suse.com
+
+- updated to 0.013
+  * fix false failure of the test for lack of unintended dependencies
+that occurred on systems using a sitecustomize.pl
+
+---

Old:

  Module-Runtime-0.012.tar.gz

New:

  Module-Runtime-0.013.tar.gz



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.w12WgA/_old  2012-02-17 12:08:03.0 +0100
+++ /var/tmp/diff_new_pack.w12WgA/_new  2012-02-17 12:08:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-Runtime
-Version:0.012
+Version:0.013
 Release:0
 %define cpan_name Module-Runtime
 Summary:runtime module handling

++ Module-Runtime-0.012.tar.gz - Module-Runtime-0.013.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.012/Changes 
new/Module-Runtime-0.013/Changes
--- old/Module-Runtime-0.012/Changes2012-02-12 12:54:02.0 +0100
+++ new/Module-Runtime-0.013/Changes2012-02-16 21:11:34.0 +0100
@@ -1,3 +1,8 @@
+version 0.013; 2012-02-16
+
+  * fix false failure of the test for lack of unintended dependencies
+that occurred on systems using a sitecustomize.pl
+
 version 0.012; 2012-02-12
 
   * work around Perl core bug [perl #68590] regarding leakage of %^H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.012/META.json 
new/Module-Runtime-0.013/META.json
--- old/Module-Runtime-0.012/META.json  2012-02-12 12:54:02.0 +0100
+++ new/Module-Runtime-0.013/META.json  2012-02-16 21:11:34.0 +0100
@@ -40,7 +40,7 @@
provides : {
   Module::Runtime : {
  file : lib/Module/Runtime.pm,
- version : 0.012
+ version : 0.013
   }
},
release_status : stable,
@@ -49,5 +49,5 @@
  http://dev.perl.org/licenses/;
   ]
},
-   version : 0.012
+   version : 0.013
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.012/META.yml 
new/Module-Runtime-0.013/META.yml
--- old/Module-Runtime-0.012/META.yml   2012-02-12 12:54:02.0 +0100
+++ new/Module-Runtime-0.013/META.yml   2012-02-16 21:11:34.0 +0100
@@ -23,9 +23,9 @@
 provides:
   Module::Runtime:
 file: lib/Module/Runtime.pm
-version: 0.012
+version: 0.013
 requires:
   perl: 5.006
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.012
+version: 0.013
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Module-Runtime-0.012/SIGNATURE 
new/Module-Runtime-0.013/SIGNATURE
--- old/Module-Runtime-0.012/SIGNATURE  2012-02-12 12:54:07.0 +0100
+++ new/Module-Runtime-0.013/SIGNATURE  2012-02-16 21:11:39.0 +0100
@@ -16,20 +16,20 @@
 
 SHA1 846abd52ddad1c3141b395933fd10f14cb3cd7bc .gitignore
 SHA1 dd0ddabd6469a1b8c7f9dd0e7eb63a59d9b763db Build.PL
-SHA1 ba7b415c1638b6f8056b0fafec88acab3f9a2a3a Changes
+SHA1 1786bb673326c135b8536eff943dfe4a3e850bd2 Changes
 SHA1 7761501f07e9045a073537d0cce2e4214d417abd MANIFEST
-SHA1 f483967b1e2121537599d2ca1c9f10083ca6d2b3 META.json
-SHA1 bf9146284bf2f6a1dd595bb6b677ff6820a6f444 META.yml
+SHA1 3268c4149dbf6e3c930fa56ef931e7e9ccd52acb META.json
+SHA1 240b429caf419dcf15c6d45f9c0db68601167601 META.yml
 SHA1 a4df8e97ccd390a42212af5a9f4d0986c85e7a5f Makefile.PL
 SHA1 5601c747fdb2c85a790ebfe21303f693f9e38574 README
-SHA1 0863044a64b2b6f22d548db4a2be56684b7fd1a1 lib/Module/Runtime.pm
+SHA1 320784cdadccf5e4c6e364a5d0abfabc77bda9f9 lib/Module/Runtime.pm
 SHA1 e80e49f06f99a5b5bb0faf54988df29a7aff89c5 t/Break.pm
 SHA1 c3c7b101e683f9f3d7f915763aa6d1850421bcb4 t/Context.pm
 SHA1 fbe32c46e3fe2cac40e4ab173764aec7db9b2a00 t/Eval.pm
 SHA1 d7f5ca01199b601b1a1a86127270d9ab7d1ca50b t/Hints.pm
 SHA1 f8988828e7cab17800a0b5f25547f09431933480 t/Simple.pm
 SHA1 a0f9c0dfbe6472e81222a196a2f17554697d0d48 t/cmn.t
-SHA1 c0cdbe18b2c347ebabda457af0b73a1c14866535 t/dependency.t
+SHA1 7324434239bc0678904a4eb406f6c3b08951b162 t/dependency.t
 SHA1 

commit perl-Module-Runtime for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2012-02-16 16:22:04

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is perl-Module-Runtime, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Runtime/perl-Module-Runtime.changes  
2011-11-16 17:21:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Runtime.new/perl-Module-Runtime.changes 
2012-02-16 16:22:06.0 +0100
@@ -1,0 +2,33 @@
+Mon Feb 13 09:03:02 UTC 2012 - co...@suse.com
+
+- updated to 0.012
+   * work around Perl core bug [RT#68590] regarding leakage of %^H
+ into modules being loaded
+ 
+   * work around Perl core bug that made a failed module loading appear
+ successful when re-requiring the same module
+ 
+   * duplicate is_string() from Params::Classify, rather than importing it,
+ to avoid circular dependency problems (affecting both installation
+ and runtime)
+ 
+   * duplicate minimal exporting behaviour from Exporter, and avoid using
+ the feature, warnings, strict, and parent pragmata, to allow
+ for possible future use of this module by any infrastructure module
+ 
+   * document core bug workarounds
+ 
+   * document module name syntax more prominently, and discuss the state
+ of Unicode handling
+ 
+   * tweak documentation of use_package_optimistically()
+ 
+   * test behaviour with tainted module name
+ 
+   * test lack of unwanted eval frame around require
+ 
+   * give test modules more meaningful names
+ 
+   * convert .cvsignore to .gitignore
+
+---

Old:

  Module-Runtime-0.011.tar.gz

New:

  Module-Runtime-0.012.tar.gz



Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.dPwlrJ/_old  2012-02-16 16:22:07.0 +0100
+++ /var/tmp/diff_new_pack.dPwlrJ/_new  2012-02-16 16:22:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Runtime
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,41 +16,40 @@
 #
 
 
-
 Name:   perl-Module-Runtime
-Version:0.011
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.012
+Release:0
 %define cpan_name Module-Runtime
 Summary:runtime module handling
-Url:http://search.cpan.org/dist/Module-Runtime/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Module-Runtime/
 Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Params::Classify)
-BuildRequires:  perl(parent)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(warnings)
-#BuildRequires: perl(CPAN)
-#BuildRequires: perl(Cwd)
-#BuildRequires: perl(ExtUtils::MakeMaker)
-#BuildRequires: perl(File::Spec)
-Requires:   perl(Exporter)
-Requires:   perl(Params::Classify)
-Requires:   perl(parent)
-Requires:   perl(strict)
-Requires:   perl(warnings)
+#BuildRequires: perl(Module::Runtime)
 %{perl_requires}
 
 %description
 The functions exported by this module deal with runtime handling of Perl
-modules, which are normally handled at compile time.
+modules, which are normally handled at compile time. This module avoids
+using any other modules, so that it can be used in low-level
+infrastructure.
+
+The parts of this module that work with module names apply the same syntax
+that is used for barewords in Perl source. In principle this syntax can
+vary between versions of Perl, and this module applies the syntax of the
+Perl on which it is running. In practice the usable syntax hasn't changed
+yet, but there's a good chance of it changing in Perl 5.18.
+
+The functions of this module whose purpose is to load modules include
+workarounds for three old Perl core bugs regarding 'require'. These
+workarounds are applied on any Perl version where the bugs exist, except
+for a case where one of the bugs cannot be adequately worked around in pure
+Perl.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Module-Runtime-0.011.tar.gz - Module-Runtime-0.012.tar.gz 

commit perl-Module-Runtime for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-Runtime for 
openSUSE:Factory checked in at 2011-12-06 18:44:33

Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Module-Runtime.new (New)


Package is perl-Module-Runtime, Maintainer is 

Changes:




Other differences:
--
++ perl-Module-Runtime.spec ++
--- /var/tmp/diff_new_pack.Sa4rsn/_old  2011-12-06 19:14:01.0 +0100
+++ /var/tmp/diff_new_pack.Sa4rsn/_new  2011-12-06 19:14:01.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Module-Runtime
 Version:0.011
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Module-Runtime
 Summary:runtime module handling
 Url:http://search.cpan.org/dist/Module-Runtime/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org