Hello community,

here is the log from the commit of package perl-Params-Util for openSUSE:Factory
checked in at Fri Apr 1 10:31:12 CEST 2011.



--------
--- perl-Params-Util/perl-Params-Util.changes   2010-12-01 14:51:58.000000000 
+0100
+++ /mounts/work_src_done/STABLE/perl-Params-Util/perl-Params-Util.changes      
2011-04-01 07:37:38.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Apr  1 05:35:33 UTC 2011 - co...@novell.com
+
+- update to 1.03
+    - Trying for a much more advanced can_xs() alternative to can_cc()
+      to deal with the situation where a host has a superficially
+      working compiler, but completely screwed up headers.
+    - Adding some fallback strategies to deal with cases where these
+      same machines don't support configure_requires.
+    - Adopt Chorny's eumm-upgrade style for the Makefile.PL.
+    - Allow the Makefile.PL to build it's own META.yml now.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Params-Util-1.01.tar.bz2

New:
----
  Params-Util-1.03.tar.gz

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

Other differences:
------------------
++++++ perl-Params-Util.spec ++++++
--- /var/tmp/diff_new_pack.mQ10Lk/_old  2011-04-01 10:30:31.000000000 +0200
+++ /var/tmp/diff_new_pack.mQ10Lk/_new  2011-04-01 10:30:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Params-Util (Version 1.01)
+# spec file for package perl-Params-Util
 #
-# 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
@@ -18,59 +18,57 @@
 
 
 Name:           perl-Params-Util
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
+Version:        1.03
+Release:        1
+License:        GPL+ or Artistic
+%define cpan_name Params-Util
 Summary:        Simple, compact and correct param-checking functions 
-Version:        1.01
-Release:        4
-License:        Artistic
+Url:            http://search.cpan.org/dist/Params-Util/
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Params-Util
-Source:         %{cpan_name}-%{version}.tar.bz2
+#Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Scalar::Util) >= 1.18
-BuildRequires:  perl(Test::More) >= 0.42
 BuildRequires:  perl(File::Spec) >= 0.80
+BuildRequires:  perl(Scalar::Util) >= 1.18
 Requires:       perl(Scalar::Util) >= 1.18
-Requires:       perl(Test::More) >= 0.42
-Requires:       perl(File::Spec) >= 0.80
+%{perl_requires}
 
 %description
-Params::Util provides a basic set of importable functions that makes checking
-parameters a hell of a lot easier While they can be (and are) used in other
-contexts, the main point behind this module is that the functions both Do What
-You Mean, and Do The Right Thing, so they are most useful when you are getting
-params passed into your code from someone and/or somewhere else and you can't
-really trust the quality. 
-
-Thus, Params::Util is of most use at the edges of your API, where params and
-data are coming in from outside your code.  The functions provided by
-Params::Util check in the most strictly correct manner known, are documented as
-thoroughly as possible so their exact behaviour is clear, and heavily tested so
-make sure they are not fooled by weird data and Really Bad Things. 
+'Params::Util' provides a basic set of importable functions that makes
+checking parameters a hell of a lot easier
+
+While they can be (and are) used in other contexts, the main point behind
+this module is that the functions *both* Do What You Mean, and Do The Right
+Thing, so they are most useful when you are getting params passed into your
+code from someone and/or somewhere else and you can't really trust the
+quality.
+
+Thus, 'Params::Util' is of most use at the edges of your API, where params
+and data are coming in from outside your code.
+
+The functions provided by 'Params::Util' check in the most strictly correct
+manner known, are documented as thoroughly as possible so their exact
+behaviour is clear, and heavily tested so make sure they are not fooled by
+weird data and Really Bad Things.
 
 To use, simply load the module providing the functions you want to use as
 arguments (as shown in the SYNOPSIS). 
 
-To aid in maintainability, Params::Util will never export by default. 
+To aid in maintainability, 'Params::Util' will *never* export by default.
 
-You must explicitly name the functions you want to export, or use the :ALL
-param to just have it export everything (although this is not recommended if
-you have any _FOO functions yourself with which future additions to
-Params::Util may clash)
-
-Author:
--------
-       Adam Kennedy <ad...@cpan.org>
+You must explicitly name the functions you want to export, or use the
+':ALL' param to just have it export everything (although this is not
+recommended if you have any _FOO functions yourself with which future
+additions to 'Params::Util' may clash)
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
-%{__make} %{?jobs:-j%jobs}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -81,11 +79,10 @@
 %perl_gen_filelist
 
 %clean 
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-# normally you only need to check for doc files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %doc Changes LICENSE README
 
 %changelog


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



Remember to have fun...

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

Reply via email to