Hello community,

here is the log from the commit of package perl-HTTP-Daemon for 
openSUSE:Factory checked in at 2019-04-04 14:12:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Daemon (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTTP-Daemon.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTTP-Daemon"

Thu Apr  4 14:12:44 2019 rev:10 rq:690873 version:6.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Daemon/perl-HTTP-Daemon.changes        
2012-03-01 17:23:40.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Daemon.new.3908/perl-HTTP-Daemon.changes  
    2019-04-04 14:12:46.977309768 +0200
@@ -1,0 +2,16 @@
+Wed Apr  3 07:01:51 UTC 2019 - Stephan Kulow <[email protected]>
+
+- 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 <[email protected]>
+
+- updated to 6.03
+   see /usr/share/doc/packages/perl-HTTP-Daemon/Changes
+
+-------------------------------------------------------------------

Old:
----
  HTTP-Daemon-6.01.tar.gz

New:
----
  HTTP-Daemon-6.04.tar.gz
  cpanspec.yml

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-HTTP-Daemon.spec ++++++
--- /var/tmp/diff_new_pack.qeao4T/_old  2019-04-04 14:12:47.757310143 +0200
+++ /var/tmp/diff_new_pack.qeao4T/_new  2019-04-04 14:12:47.761310145 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Daemon
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-HTTP-Daemon
-Version:        6.01
+Version:        6.04
 Release:        0
 %define cpan_name HTTP-Daemon
-Summary:        a simple http server class
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Simple http server class
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/HTTP-Daemon/
-Source:         
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+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
@@ -34,10 +35,10 @@
 BuildRequires:  perl(HTTP::Response) >= 6
 BuildRequires:  perl(HTTP::Status) >= 6
 BuildRequires:  perl(LWP::MediaTypes) >= 6
-#BuildRequires: perl(HTTP::Daemon)
-#BuildRequires: perl(LWP::RobotUA)
-#BuildRequires: perl(LWP::UserAgent)
-#BuildRequires: perl(URI)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Test::Needs)
+BuildRequires:  perl(URI)
 Requires:       perl(HTTP::Date) >= 6
 Requires:       perl(HTTP::Request) >= 6
 Requires:       perl(HTTP::Response) >= 6
@@ -58,24 +59,29 @@
 'HTTP::Request' object. The ClientConn object also provide methods to send
 back various responses.
 
+This HTTP daemon does not fork(2) for you. Your application, i.e. the user
+of the 'HTTP::Daemon' is responsible for forking if that is desirable. Also
+note that the user is responsible for generating responses that conform to
+the HTTP/1.1 protocol.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING README
+%license LICENCE
 
 %changelog

++++++ HTTP-Daemon-6.01.tar.gz -> HTTP-Daemon-6.04.tar.gz ++++++
++++ 4472 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to