Accepting request 28966 from devel:languages:perl
Copy from devel:languages:perl/perl-Params-Validate based on submit request 28966 from user coolo OBS-URL: https://build.opensuse.org/request/show/28966 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Params-Validate?expand=0&rev=8
This commit is contained in:
parent
2eb493f771
commit
587b974aa4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 16:26:06 CEST 2008 - anicka@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Params-Validate (Version 0.91)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@ -20,13 +20,13 @@
|
||||
|
||||
Name: perl-Params-Validate
|
||||
Url: http://cpan.org/modules/by-module/Params/
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl = %{perl_version}
|
||||
#Conflicts: perlmod
|
||||
AutoReqProv: on
|
||||
Version: 0.91
|
||||
Release: 25
|
||||
Release: 26
|
||||
Source: Params-Validate-%{version}.tar.bz2
|
||||
Summary: provides a system for validation method/function call parameters
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -50,7 +50,7 @@ Authors:
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
#make install
|
||||
@ -73,70 +73,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3pm.gz
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 2008 anicka@suse.cz
|
||||
- update to 0.91
|
||||
* The fix for handling @_'s readonly-ness introduced a refcounting
|
||||
bug. One symptom of this was a failing Log::Dispatch test.
|
||||
* Make the XS version of Params::Validate recognize regexp objects
|
||||
with Perl 5.11.0-to-be.
|
||||
* With the XS version, when you passed @_ directly to validate() and
|
||||
then got a hash reference back, the values of that hash reference
|
||||
would be marked readonly.
|
||||
* Thu Nov 01 2007 anicka@suse.cz
|
||||
- update to 0.89
|
||||
* With validation turned off, the pure Perl version incorrectly
|
||||
ignored an odd number of parameters when a hash was expected (no
|
||||
validation still does the bare minimum of checks needed to set
|
||||
defaults).
|
||||
* Added pod & pod coverage tests.
|
||||
* Modernized test suite to use Test::More and fixed some test suite
|
||||
bugs along the way.
|
||||
* Attribute::Params::Validate would die when given a ValidatePos
|
||||
attribute containing one element.
|
||||
* More tests are skipped on 5.6.0.
|
||||
* Thu Mar 08 2007 anicka@suse.cz
|
||||
- update to 0.88
|
||||
* The XS version threw an error when it attempted to do "isa" or
|
||||
"can" validation on a value that was not a string or object,
|
||||
such as undef or a number.
|
||||
* Thu Jan 25 2007 anicka@suse.cz
|
||||
- update to 0.87
|
||||
* When determining the caller of a function in the XS version, use
|
||||
Perl's caller() function rather than CopSTASHPV. The caller()
|
||||
function apparently ignores the DB package, whereas the latter
|
||||
doesn't. This caused validate_options to be ignored when running
|
||||
under profiling (and probably the debugger as well).
|
||||
* Thu Oct 05 2006 anicka@suse.cz
|
||||
- update to 0.86
|
||||
* Only turn inlining on if __GNUC__ is defined
|
||||
* Removed spaces in #define, #ifdef, etc
|
||||
* If a type is specified as a string ('SCALAR', not SCALAR),
|
||||
this is now caught and a useful error is thrown.
|
||||
* Fri Sep 29 2006 anicka@suse.cz
|
||||
- update to 0.84
|
||||
* XS version uses Carp::confess instead of Carp::croak
|
||||
* bugfixes
|
||||
* speed optimalizations
|
||||
- remove last patch (fixed in upstream)
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Jan 16 2006 sf@suse.de
|
||||
- update to 0.79
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Sun Jul 31 2005 cthiel@suse.de
|
||||
- update to version 0.78
|
||||
* Thu Jul 07 2005 pth@suse.de
|
||||
- Update to 0.77
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Mon Jul 28 2003 ro@suse.de
|
||||
- install to vendor location
|
||||
* Tue Jul 01 2003 ro@suse.de
|
||||
- use perl_process_packlist macro
|
||||
* Sun Jun 22 2003 coolo@suse.de
|
||||
- package directories
|
||||
* Mon May 26 2003 ro@suse.de
|
||||
- remove unpackaged files from buildroot
|
||||
* Thu Mar 21 2002 sf@suse.de
|
||||
- initial versio 0.14
|
||||
|
Loading…
x
Reference in New Issue
Block a user