commit perl-Params-Util for openSUSE:Factory

2020-11-06 Thread root
Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2020-11-06 23:42:49

Comparing /work/SRC/openSUSE:Factory/perl-Params-Util (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Params-Util.new.11331 (New)


Package is "perl-Params-Util"

Fri Nov  6 23:42:49 2020 rev:23 rq:845943 version:1.102

Changes:

--- /work/SRC/openSUSE:Factory/perl-Params-Util/perl-Params-Util.changes
2020-10-26 16:13:51.282801351 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Util.new.11331/perl-Params-Util.changes 
2020-11-06 23:42:51.251522531 +0100
@@ -1,0 +2,11 @@
+Wed Nov  4 03:12:23 UTC 2020 - Tina Müller 
+
+- updated to 1.102
+   see /usr/share/doc/packages/perl-Params-Util/Changes
+
+  1.1022020-11-02
+   - fix RT#133623 - Can't install in pureperl mode. Thanks to Nigel
+ Gregoire (@nfg) for reporting and proposal for proper fix.
+   - update ppport.h from Devel::PPPort 3.62
+
+---

Old:

  Params-Util-1.101.tar.gz

New:

  Params-Util-1.102.tar.gz



Other differences:
--
++ perl-Params-Util.spec ++
--- /var/tmp/diff_new_pack.gEMnyw/_old  2020-11-06 23:42:51.923521240 +0100
+++ /var/tmp/diff_new_pack.gEMnyw/_new  2020-11-06 23:42:51.927521232 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Params-Util
-Version:1.101
+Version:1.102
 Release:0
 %define cpan_name Params-Util
 Summary:Simple, compact and correct param-checking functions

++ Params-Util-1.101.tar.gz -> Params-Util-1.102.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.101/Changes 
new/Params-Util-1.102/Changes
--- old/Params-Util-1.101/Changes   2020-10-22 07:26:38.0 +0200
+++ new/Params-Util-1.102/Changes   2020-11-02 07:37:25.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Perl extension Params-Util
 
+1.102  2020-11-02
+   - fix RT#133623 - Can't install in pureperl mode. Thanks to Nigel
+ Gregoire (@nfg) for reporting and proposal for proper fix.
+   - update ppport.h from Devel::PPPort 3.62
+
 1.101  2020-10-22
- fix inconsistent license conditions in meta data and documentation
  and add appropriate LICENSE files. Fixes RT#133586.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.101/META.json 
new/Params-Util-1.102/META.json
--- old/Params-Util-1.101/META.json 2020-10-22 07:27:37.0 +0200
+++ new/Params-Util-1.102/META.json 2020-11-02 08:04:16.0 +0100
@@ -84,6 +84,6 @@
  "web" : "https://github.com/perl5-utils/Params-Util;
   }
},
-   "version" : "1.101",
+   "version" : "1.102",
"x_serialization_backend" : "JSON::PP version 4.05"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.101/META.yml 
new/Params-Util-1.102/META.yml
--- old/Params-Util-1.101/META.yml  2020-10-22 07:27:37.0 +0200
+++ new/Params-Util-1.102/META.yml  2020-11-02 08:04:16.0 +0100
@@ -35,5 +35,5 @@
   bugtracker: https://rt.cpan.org/Dist/Display.html?Name=Params-Util
   homepage: https://metacpan.org/release/Params-Util
   repository: https://github.com/perl5-utils/Params-Util.git
-version: '1.101'
+version: '1.102'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.101/Makefile.PL 
new/Params-Util-1.102/Makefile.PL
--- old/Params-Util-1.101/Makefile.PL   2020-10-21 13:45:10.0 +0200
+++ new/Params-Util-1.102/Makefile.PL   2020-11-02 07:28:08.0 +0100
@@ -65,7 +65,7 @@
 'Storable'   => 0,
 'Test::More' => 0.96,
 );
-my @XS_FILES = qw(Util.xs);
+my @XS_FILES = ($loadable_xs ? qw(Util.xs) : ());
 
 WriteMakefile1(
 META_MERGE => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.101/inc/Config/AutoConf/ParamsUtil.pm 
new/Params-Util-1.102/inc/Config/AutoConf/ParamsUtil.pm
--- old/Params-Util-1.101/inc/Config/AutoConf/ParamsUtil.pm 2020-09-30 
11:37:10.0 +0200
+++ new/Params-Util-1.102/inc/Config/AutoConf/ParamsUtil.pm 2020-11-02 
07:28:08.0 +0100
@@ -13,17 +13,12 @@
 return $self;
 }
 
-#AX_CHECK_LIB_FLAGS([log4cplus], [stdc++,stdc++ unwind], 
[log4cplus_initialize();], [
-#AC_INCLUDES_DEFAULT
-##include 
-#  ], [log4cplus >= 2.0.0], [
-
 sub check_paramsutil_prerequisites
 {
 my $self = shift->_get_instance();
 
-$self->{config}->{cc}or $self->check_prog_cc();
-  

commit perl-Params-Util for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2020-10-26 16:13:14

Comparing /work/SRC/openSUSE:Factory/perl-Params-Util (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Params-Util.new.3463 (New)


Package is "perl-Params-Util"

Mon Oct 26 16:13:14 2020 rev:22 rq:843674 version:1.101

Changes:

--- /work/SRC/openSUSE:Factory/perl-Params-Util/perl-Params-Util.changes
2012-03-26 14:03:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Util.new.3463/perl-Params-Util.changes  
2020-10-26 16:13:51.282801351 +0100
@@ -1,0 +2,16 @@
+Fri Oct 23 19:26:18 UTC 2020 - Dirk Stoecker 
+
+- updated to 1.101
+   see /usr/share/doc/packages/perl-Params-Util/Changes
+
+  1.1012020-10-22
+   - fix inconsistent license conditions in meta data and documentation
+ and add appropriate LICENSE files. Fixes RT#133586.
+
+---
+Thu Oct 22 03:20:38 UTC 2020 - Tina Müller 
+
+- updated to 1.100
+   see /usr/share/doc/packages/perl-Params-Util/Changes
+
+---
@@ -99 +114,0 @@
-

Old:

  Params-Util-1.07.tar.gz

New:

  Params-Util-1.101.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Params-Util.spec ++
--- /var/tmp/diff_new_pack.5Rwn43/_old  2020-10-26 16:13:52.790802740 +0100
+++ /var/tmp/diff_new_pack.5Rwn43/_new  2020-10-26 16:13:52.794802744 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Params-Util
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,29 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Params-Util
-Version:1.07
+Version:1.101
 Release:0
 %define cpan_name Params-Util
 Summary:Simple, compact and correct param-checking functions
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Params-Util/
-Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
-#BuildRequires: perl(A)
-#BuildRequires: perl(Params::Util)
+BuildRequires:  perl(IPC::Cmd)
+BuildRequires:  perl(Test::LeakTrace)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(XSLoader) >= 0.22
+BuildRequires:  perl(parent)
+Requires:   perl(XSLoader) >= 0.22
 %{perl_requires}
 
 %description
@@ -63,13 +67,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -78,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes README.md
+%license ARTISTIC-1.0 GPL-1 LICENSE
 
 %changelog

++ Params-Util-1.07.tar.gz -> Params-Util-1.101.tar.gz ++
 32470 lines of diff (skipped)

++ 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



commit perl-Params-Util for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2012-03-26 14:01:58

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


Package is perl-Params-Util, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Params-Util/perl-Params-Util.changes
2012-03-06 14:06:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Params-Util.new/perl-Params-Util.changes   
2012-03-26 14:03:11.0 +0200
@@ -1,0 +2,7 @@
+Fri Mar 16 09:27:34 UTC 2012 - l...@linux-schulserver.de
+
+- update to 1.07:
+  + Disable XS version on cygwin as it shows bizarre behaviour
+that breaks form when using Params::Util XS verwion.
+
+---

Old:

  Params-Util-1.06.tar.gz

New:

  Params-Util-1.07.tar.gz



Other differences:
--
++ perl-Params-Util.spec ++
--- /var/tmp/diff_new_pack.u4qG7c/_old  2012-03-26 14:03:12.0 +0200
+++ /var/tmp/diff_new_pack.u4qG7c/_new  2012-03-26 14:03:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Params-Util
-Version:1.06
+Version:1.07
 Release:0
 %define cpan_name Params-Util
 Summary:Simple, compact and correct param-checking functions

++ Params-Util-1.06.tar.gz - Params-Util-1.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/Changes new/Params-Util-1.07/Changes
--- old/Params-Util-1.06/Changes2012-03-01 13:39:39.0 +0100
+++ new/Params-Util-1.07/Changes2012-03-11 01:39:46.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Params-Util
 
+1.07 Sun 11 Mar 2012
+   - Disable XS version on cygwin as it shows bizarre behaviour
+ that breaks form when using Params::Util XS verwion.
+
 1.06 Thu 1 Mar 2012
- Remove the need for the sanexs.c file by generating into a temp
  file instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/META.json 
new/Params-Util-1.07/META.json
--- old/Params-Util-1.06/META.json  2012-03-01 13:40:07.0 +0100
+++ new/Params-Util-1.07/META.json  2012-03-11 01:40:20.0 +0100
@@ -41,5 +41,5 @@
   }
},
release_status : stable,
-   version : 1.06
+   version : 1.07
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/META.yml 
new/Params-Util-1.07/META.yml
--- old/Params-Util-1.06/META.yml   2012-03-01 13:40:07.0 +0100
+++ new/Params-Util-1.07/META.yml   2012-03-11 01:40:20.0 +0100
@@ -23,4 +23,4 @@
 requires:
   Scalar::Util: 1.18
   perl: 5.00503
-version: 1.06
+version: 1.07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/MYMETA.json 
new/Params-Util-1.07/MYMETA.json
--- old/Params-Util-1.06/MYMETA.json2012-03-01 13:40:00.0 +0100
+++ new/Params-Util-1.07/MYMETA.json2012-03-11 01:40:15.0 +0100
@@ -41,5 +41,5 @@
   }
},
release_status : stable,
-   version : 1.06
+   version : 1.07
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/Makefile.PL 
new/Params-Util-1.07/Makefile.PL
--- old/Params-Util-1.06/Makefile.PL2012-03-01 13:39:39.0 +0100
+++ new/Params-Util-1.07/Makefile.PL2012-03-11 01:39:46.0 +0100
@@ -14,6 +14,11 @@
 unless ( defined $make_xs ) {
$make_xs = can_xs();
 }
+if ( $^O eq 'cygwin' and $make_xs == 1 and not /^-xs/ ) {
+   # Cygwin goes bonkers breaking `` if using Params::Util XS version
+   # for no apparent reason.
+   $make_xs = 0;
+}
 
 # Generate the non-XS tests if we are making the XS version
 my @tests = qw{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.06/lib/Params/Util.pm 
new/Params-Util-1.07/lib/Params/Util.pm
--- old/Params-Util-1.06/lib/Params/Util.pm 2012-03-01 13:39:39.0 
+0100
+++ new/Params-Util-1.07/lib/Params/Util.pm 2012-03-11 01:39:46.0 
+0100
@@ -64,7 +64,7 @@
 
 use vars qw{$VERSION @ISA @EXPORT_OK %EXPORT_TAGS};
 
-$VERSION   = '1.06';
+$VERSION   = '1.07';
 @ISA   = qw{
Exporter
DynaLoader

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



commit perl-Params-Util for openSUSE:Factory

2012-03-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2012-03-06 14:06:12

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


Package is perl-Params-Util, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Params-Util/perl-Params-Util.changes
2011-09-23 12:38:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Params-Util.new/perl-Params-Util.changes   
2012-03-06 14:06:19.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar  6 08:06:12 UTC 2012 - co...@suse.com
+
+- updated to 1.06
+   - Remove the need for the sanexs.c file by generating into a temp
+ file instead.
+   - Restore compatibility with pre-5.8.8 Perls without a working
+ compiler available install time (RIBASUSHI)
+
+---

Old:

  Params-Util-1.04.tar.gz

New:

  Params-Util-1.06.tar.gz



Other differences:
--
++ perl-Params-Util.spec ++
--- /var/tmp/diff_new_pack.7n3g6f/_old  2012-03-06 14:06:20.0 +0100
+++ /var/tmp/diff_new_pack.7n3g6f/_new  2012-03-06 14:06:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Params-Util
 #
-# 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,20 +16,21 @@
 #
 
 
-
 Name:   perl-Params-Util
-Version:1.04
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:1.06
+Release:0
 %define cpan_name Params-Util
 Summary:Simple, compact and correct param-checking functions
-Url:http://search.cpan.org/dist/Params-Util/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Params-Util/
 Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
+#BuildRequires: perl(A)
+#BuildRequires: perl(Params::Util)
 %{perl_requires}
 
 %description
@@ -75,11 +76,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes LICENSE MYMETA.json README
 
 %changelog

++ Params-Util-1.04.tar.gz - Params-Util-1.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.04/Changes new/Params-Util-1.06/Changes
--- old/Params-Util-1.04/Changes2011-04-20 09:15:25.0 +0200
+++ new/Params-Util-1.06/Changes2012-03-01 13:39:39.0 +0100
@@ -1,5 +1,13 @@
 Revision history for Perl extension Params-Util
 
+1.06 Thu 1 Mar 2012
+   - Remove the need for the sanexs.c file by generating into a temp
+ file instead.
+
+1.05 Thu 1 Mar 2012
+   - Restore compatibility with pre-5.8.8 Perls without a working
+ compiler available install time (RIBASUSHI)
+
 1.04 Wed 20 Apr 2011
- Fixed #67522 have_compiler returns
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.04/LICENSE new/Params-Util-1.06/LICENSE
--- old/Params-Util-1.04/LICENSE2011-04-20 09:15:25.0 +0200
+++ new/Params-Util-1.06/LICENSE2012-03-01 13:39:39.0 +0100
@@ -8,266 +8,286 @@
 
 
 
-The General Public License (GPL)
-Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
-Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
-Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
-verbatim copies of this license document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to share
-and change it. By contrast, the GNU General Public License is intended to
-guarantee your freedom to share and change free software--to make sure the
-software is free for all its users. This General Public License applies to 
most of
-the Free Software Foundation's software and to any other program whose
-authors commit to using it. (Some other Free Software Foundation software is
-covered by the GNU Library General Public License instead.) You can apply it to
+ Copyright (C) 1989, 1991 Free 

commit perl-Params-Util for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2011-12-06 18:45:53

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


Package is perl-Params-Util, Maintainer is 

Changes:




Other differences:
--
++ perl-Params-Util.spec ++
--- /var/tmp/diff_new_pack.mmGcCB/_old  2011-12-06 19:15:48.0 +0100
+++ /var/tmp/diff_new_pack.mmGcCB/_new  2011-12-06 19:15:48.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Params-Util
 Version:1.04
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Params-Util
 Summary:Simple, compact and correct param-checking functions
 Url:http://search.cpan.org/dist/Params-Util/

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



commit perl-Params-Util for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package perl-Params-Util for openSUSE:Factory
checked in at Tue May 31 13:06:31 CEST 2011.




--- perl-Params-Util/perl-Params-Util.changes   2011-04-01 07:37:38.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-Params-Util/perl-Params-Util.changes  
2011-04-30 17:19:50.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr 30 15:18:28 UTC 2011 - co...@opensuse.org
+
+- updated to 1.04
+- Fixed #67522 have_compiler returns
+
+---

calling whatdependson for head-i586


Old:

  Params-Util-1.03.tar.gz

New:

  Params-Util-1.04.tar.gz



Other differences:
--
++ perl-Params-Util.spec ++
--- /var/tmp/diff_new_pack.GY2Xkz/_old  2011-05-31 13:06:10.0 +0200
+++ /var/tmp/diff_new_pack.GY2Xkz/_new  2011-05-31 13:06:10.0 +0200
@@ -18,21 +18,18 @@
 
 
 Name:   perl-Params-Util
-Version:1.03
+Version:1.04
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Params-Util
 Summary:Simple, compact and correct param-checking functions
 Url:http://search.cpan.org/dist/Params-Util/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) = 0.80
-BuildRequires:  perl(Scalar::Util) = 1.18
-Requires:   perl(Scalar::Util) = 1.18
+BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
 %{perl_requires}
 
 %description
@@ -82,7 +79,7 @@
 %{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ Params-Util-1.03.tar.gz - Params-Util-1.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.03/Changes new/Params-Util-1.04/Changes
--- old/Params-Util-1.03/Changes2010-11-22 02:58:31.0 +0100
+++ new/Params-Util-1.04/Changes2011-04-20 09:15:25.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Params-Util
 
+1.04 Wed 20 Apr 2011
+   - Fixed #67522 have_compiler returns
+
 1.03 Mon 22 Nov 2010
- No CPAN Testers failures, moving to production release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.03/META.yml 
new/Params-Util-1.04/META.yml
--- old/Params-Util-1.03/META.yml   2010-11-22 02:58:53.0 +0100
+++ new/Params-Util-1.04/META.yml   2011-04-20 09:15:53.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Params-Util
-version:1.03
+version:1.04
 abstract:   Simple, compact and correct param-checking functions
 author:
 - Adam Kennedy ad...@cpan.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.03/Makefile.PL 
new/Params-Util-1.04/Makefile.PL
--- old/Params-Util-1.03/Makefile.PL2010-11-22 02:58:31.0 +0100
+++ new/Params-Util-1.04/Makefile.PL2011-04-20 09:15:25.0 +0200
@@ -134,14 +134,14 @@
}
 
# Do a simple compile that consumes the headers we need
-   my $object = undef;
-   my @libs   = ();
+   my @libs= ();
+   my $object  = undef;
+   my $builder = ExtUtils::CBuilder-new( quiet = 1 );
+   unless ( $builder-have_compiler ) {
+   # Lack of a compiler at all
+   return 0;
+   }
eval {
-   my $builder = ExtUtils::CBuilder-new( quiet = 1 );
-   unless ( $builder-have_compiler ) {
-   # Simple lack of a compiler at all
-   return 0;
-   }
$object = $builder-compile(
source = 'sanexs.c',
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.03/README new/Params-Util-1.04/README
--- old/Params-Util-1.03/README 2010-11-22 02:58:31.0 +0100
+++ new/Params-Util-1.04/README 2011-04-20 09:15:25.0 +0200
@@ -378,7 +378,7 @@
 Params::Validate
 
 COPYRIGHT
-Copyright 2005 - 2010 Adam Kennedy.
+Copyright 2005 - 2011 Adam Kennedy.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Params-Util-1.03/lib/Params/Util.pm 
new/Params-Util-1.04/lib/Params/Util.pm
--- old/Params-Util-1.03/lib/Params/Util.pm 2010-11-22