Accepting request 954198 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/954198
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Daemon?expand=0&rev=16
This commit is contained in:
Dirk Stoecker 2022-02-15 15:13:36 +00:00 committed by Git OBS Bridge
parent 25b0f0d9b7
commit 83d3629bde
4 changed files with 19 additions and 13 deletions

View File

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

3
HTTP-Daemon-6.13.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 10 03:06:19 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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