Hello community,
here is the log from the commit of package perl-Params-Validate for
openSUSE:Factory
checked in at Tue Sep 13 12:29:54 CEST 2011.
--------
--- perl-Params-Validate/perl-Params-Validate.changes 2011-06-13
10:21:35.000000000 +0200
+++
/mounts/work_src_done/STABLE/perl-Params-Validate/perl-Params-Validate.changes
2011-08-26 23:35:12.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 21:33:33 UTC 2011 - [email protected]
+
+- remove Author from desc
+- fix deps
+ * fix build for 1120 (perl -p -i -e 's|0.3601|0.280801|' Build.PL)
+- add bcond_with opt (Test::Taint, Readonly::XS)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Params-Validate.spec ++++++
--- /var/tmp/diff_new_pack.Nlmdwb/_old 2011-09-13 12:29:50.000000000 +0200
+++ /var/tmp/diff_new_pack.Nlmdwb/_new 2011-09-13 12:29:50.000000000 +0200
@@ -17,31 +17,34 @@
# norootforbuild
+%bcond_with opt
Name: perl-Params-Validate
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Validate method/function parameters
Version: 1.00
-Release: 1
+Release: 2
License: Artistic 2.0
Group: Development/Libraries/Perl
AutoReqProv: on
Url: http://search.cpan.org/dist/Params-Validate/
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
-#
-BuildRequires: perl(ExtUtils::CBuilder)
-BuildRequires: perl(Pod::Man) >= 1.14
-BuildRequires: perl(Test::More) >= 0.34
-#BuildRequires: perl(Test::Taint) >= 0.02
+%if 0%{?suse_version} >= 1120
+BuildRequires: perl(Test::More) >= 0.88
+%endif
+%if %{with opt}
+BuildRequires: perl(Test::Taint) >= 0.02
BuildRequires: perl(Readonly::XS)
+%endif
+BuildRequires: perl(Attribute::Handlers) >= 0.79
+BuildRequires: perl(Scalar::Util) >= 1.10
Requires: perl(Attribute::Handlers) >= 0.79
-Requires: perl(Test::More) >= 0.34
Requires: perl(Scalar::Util) >= 1.10
+%{perl_requires}
%description
The Params::Validate module allows you to validate method or function
@@ -54,12 +57,11 @@
possesses certain methods, or applying validation callbacks to
arguments.
-Authors:
---------
- Dave Rolsky
-
%prep
%setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} <= 1120
+ %{__perl} -p -i -e 's|0.3601|0.280801|' Build.PL
+%endif
%build
perl Build.PL installdirs=vendor
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]