8
0

Accepting request 511733 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/511733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FormHandler?expand=0&rev=39
This commit is contained in:
Stephan Kulow
2017-07-24 06:02:47 +00:00
committed by Git OBS Bridge
parent c6894c639b
commit 49238f5e4d
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:700e7faad11b26f5c999cf3dba44ac30917b958cf6c667f343f62456bb4eeec8
size 313883

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb7b78dda3125752cc8bcc0396d3977fbd28da33d2d44c5042ad6d35d6cde827
size 317647

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 21 05:33:54 UTC 2017 - coolo@suse.com
- updated to 0.40068
see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
0.40068 Thu Jul 20, 2017
Add RequestToken field
Add build_render_list_method
Zccept coderefs for date_start, date_end in Date field
-------------------------------------------------------------------
Fri Oct 21 05:32:47 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-FormHandler
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,22 @@
Name: perl-HTML-FormHandler
Version: 0.40067
Version: 0.40068
Release: 0
%define cpan_name HTML-FormHandler
Summary: HTML forms using Moose
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-FormHandler/
Source0: http://www.cpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Load) >= 0.06
BuildRequires: perl(Crypt::Blowfish)
BuildRequires: perl(Crypt::CBC)
BuildRequires: perl(Data::Clone)
BuildRequires: perl(DateTime)
BuildRequires: perl(DateTime::Format::Strptime)
@@ -58,6 +60,8 @@ BuildRequires: perl(Try::Tiny)
BuildRequires: perl(aliased)
BuildRequires: perl(namespace::autoclean) >= 0.09
Requires: perl(Class::Load) >= 0.06
Requires: perl(Crypt::Blowfish)
Requires: perl(Crypt::CBC)
Requires: perl(Data::Clone)
Requires: perl(DateTime)
Requires: perl(DateTime::Format::Strptime)
@@ -147,6 +151,7 @@ HTML::FormHandler::Manual.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README README.md TODO util
%doc Changes README README.md TODO util
%license LICENSE
%changelog