Accepting request 296535 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296535 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-FormValidator-Simple?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
7a7e5040fe
commit
d2b0387d7e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db41fb43007cb2073e521908f13e3c15ef53d534867ef6295d1e179589803e8a
|
|
||||||
size 36273
|
|
3
FormValidator-Simple-0.29.tar.gz
Normal file
3
FormValidator-Simple-0.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc3a63dc54b962d74586070176adaf5be869f09b561bb30f5fd32ef531792666
|
||||||
|
size 46467
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 20:52:08 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.29
|
||||||
|
see /usr/share/doc/packages/perl-FormValidator-Simple/Changes
|
||||||
|
|
||||||
|
0.29 Thu Dec 08 15:45:00 2011
|
||||||
|
- better BETWEEN check: allow float decimal
|
||||||
|
https://github.com/lyokato/p5-formvalidator-simple/pull/1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 22 06:52:36 UTC 2011 - coolo@opensuse.org
|
Fri Apr 22 06:52:36 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-FormValidator-Simple (Version 0.28)
|
# spec file for package perl-FormValidator-Simple
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,14 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-FormValidator-Simple
|
Name: perl-FormValidator-Simple
|
||||||
Version: 0.28
|
Version: 0.29
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name FormValidator-Simple
|
%define cpan_name FormValidator-Simple
|
||||||
Summary: validation with simple chains of constraints
|
Summary: validation with simple chains of constraints
|
||||||
Url: http://search.cpan.org/dist/FormValidator-Simple/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/FormValidator-Simple/
|
||||||
Source: http://www.cpan.org/authors/id/L/LY/LYOKATO/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/L/LY/LYOKATO/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -36,10 +37,8 @@ BuildRequires: perl(Date::Calc) >= 5.4
|
|||||||
BuildRequires: perl(DateTime::Format::Strptime) >= 1.07
|
BuildRequires: perl(DateTime::Format::Strptime) >= 1.07
|
||||||
BuildRequires: perl(Email::Valid) >= 0.15
|
BuildRequires: perl(Email::Valid) >= 0.15
|
||||||
BuildRequires: perl(Email::Valid::Loose) >= 0.04
|
BuildRequires: perl(Email::Valid::Loose) >= 0.04
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
||||||
BuildRequires: perl(List::MoreUtils) >= 0.16
|
BuildRequires: perl(List::MoreUtils) >= 0.16
|
||||||
BuildRequires: perl(Mail::Address)
|
BuildRequires: perl(Mail::Address)
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(Tie::IxHash) >= 1.21
|
BuildRequires: perl(Tie::IxHash) >= 1.21
|
||||||
BuildRequires: perl(UNIVERSAL::require) >= 0.1
|
BuildRequires: perl(UNIVERSAL::require) >= 0.1
|
||||||
BuildRequires: perl(YAML) >= 0.39
|
BuildRequires: perl(YAML) >= 0.39
|
||||||
@@ -53,7 +52,6 @@ Requires: perl(Email::Valid) >= 0.15
|
|||||||
Requires: perl(Email::Valid::Loose) >= 0.04
|
Requires: perl(Email::Valid::Loose) >= 0.04
|
||||||
Requires: perl(List::MoreUtils) >= 0.16
|
Requires: perl(List::MoreUtils) >= 0.16
|
||||||
Requires: perl(Mail::Address)
|
Requires: perl(Mail::Address)
|
||||||
Requires: perl(Scalar::Util)
|
|
||||||
Requires: perl(Tie::IxHash) >= 1.21
|
Requires: perl(Tie::IxHash) >= 1.21
|
||||||
Requires: perl(UNIVERSAL::require) >= 0.1
|
Requires: perl(UNIVERSAL::require) >= 0.1
|
||||||
Requires: perl(YAML) >= 0.39
|
Requires: perl(YAML) >= 0.39
|
||||||
@@ -87,9 +85,6 @@ Data::FormValidator::Results manpage.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
Reference in New Issue
Block a user