diff --git a/HTTP-Daemon-6.12.tar.gz b/HTTP-Daemon-6.12.tar.gz deleted file mode 100644 index 1679021..0000000 --- a/HTTP-Daemon-6.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df47bed10c38670c780fd0116867d5fd4693604acde31ba63380dce04c4e1fa6 -size 47117 diff --git a/HTTP-Daemon-6.13.tar.gz b/HTTP-Daemon-6.13.tar.gz new file mode 100644 index 0000000..bf3ff57 --- /dev/null +++ b/HTTP-Daemon-6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d184d1f3e51e690d60e4b00195aa69f679169c858f2aab419997c70892014516 +size 46828 diff --git a/perl-HTTP-Daemon.changes b/perl-HTTP-Daemon.changes index 00d7240..5472867 100644 --- a/perl-HTTP-Daemon.changes +++ b/perl-HTTP-Daemon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 10 03:06:19 UTC 2022 - Tina Müller + +- updated to 6.13 + see /usr/share/doc/packages/perl-HTTP-Daemon/Changes + + 6.13 2022-02-09 20:39:12Z + - Bump minimum IO::Socket::IP version to 0.32 (GH#50) (Olaf Alders) + ------------------------------------------------------------------- Fri Jun 5 03:11:59 UTC 2020 - Tina Müller diff --git a/perl-HTTP-Daemon.spec b/perl-HTTP-Daemon.spec index d1d5cd2..11ba129 100644 --- a/perl-HTTP-Daemon.spec +++ b/perl-HTTP-Daemon.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Daemon # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-HTTP-Daemon -Version: 6.12 -Release: 0 %define cpan_name HTTP-Daemon +Name: perl-HTTP-Daemon +Version: 6.13 +Release: 0 Summary: Simple http server class License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTTP::Date) >= 6 @@ -35,7 +33,7 @@ BuildRequires: perl(HTTP::Request) >= 6 BuildRequires: perl(HTTP::Response) >= 6 BuildRequires: perl(HTTP::Status) >= 6 BuildRequires: perl(HTTP::Tiny) >= 0.042 -BuildRequires: perl(IO::Socket::IP) >= 0.25 +BuildRequires: perl(IO::Socket::IP) >= 0.32 BuildRequires: perl(LWP::MediaTypes) >= 6 BuildRequires: perl(Module::Build::Tiny) >= 0.034 BuildRequires: perl(Module::Metadata) @@ -46,7 +44,7 @@ Requires: perl(HTTP::Date) >= 6 Requires: perl(HTTP::Request) >= 6 Requires: perl(HTTP::Response) >= 6 Requires: perl(HTTP::Status) >= 6 -Requires: perl(IO::Socket::IP) >= 0.25 +Requires: perl(IO::Socket::IP) >= 0.32 Requires: perl(LWP::MediaTypes) >= 6 %{perl_requires} @@ -67,7 +65,7 @@ method on this object will read data from the client and return an back various responses. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build @@ -82,7 +80,6 @@ perl Build.PL --installdirs=vendor %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENCE