Accepting request 690860 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/690860 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Daemon?expand=0&rev=6
This commit is contained in:
parent
15fa755d02
commit
9ff2c42414
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:384c2a18ec3bb447bba998c0e2688fbb765a7a877a875ad165057030ef61860c
|
||||
size 43989
|
3
HTTP-Daemon-6.04.tar.gz
Normal file
3
HTTP-Daemon-6.04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df053d8d5e581e58a470cec359d0f7ec0d05c23fb1be2c91804ddc6ab58aa88a
|
||||
size 43982
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:01:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 6.04
|
||||
see /usr/share/doc/packages/perl-HTTP-Daemon/Changes
|
||||
|
||||
6.04 2019-04-02 13:09:45Z
|
||||
- Remove circular dependency on LWP::RobotUA introduced in 6.02 (GH#29)
|
||||
(Olaf Alders)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 05:25:21 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-HTTP-Daemon
|
||||
Version: 6.03
|
||||
Version: 6.04
|
||||
Release: 0
|
||||
%define cpan_name HTTP-Daemon
|
||||
Summary: Simple http server class
|
||||
@ -35,7 +35,6 @@ BuildRequires: perl(HTTP::Request) >= 6
|
||||
BuildRequires: perl(HTTP::Response) >= 6
|
||||
BuildRequires: perl(HTTP::Status) >= 6
|
||||
BuildRequires: perl(LWP::MediaTypes) >= 6
|
||||
BuildRequires: perl(LWP::RobotUA)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.034
|
||||
BuildRequires: perl(Module::Metadata)
|
||||
BuildRequires: perl(Test::Needs)
|
||||
@ -82,6 +81,7 @@ perl Build.PL --installdirs=vendor
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENCE README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user