commit perl-HTTP-Server-Simple for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package perl-HTTP-Server-Simple for 
openSUSE:Factory checked in at 2017-04-11 12:42:00

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new (New)


Package is "perl-HTTP-Server-Simple"

Tue Apr 11 12:42:00 2017 rev:10 rq:486142 version:0.52

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple/perl-HTTP-Server-Simple.changes
  2015-09-24 06:15:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
 2017-04-11 12:42:01.693171348 +0200
@@ -1,0 +2,9 @@
+Sat Apr  1 05:52:45 UTC 2017 - co...@suse.com
+
+- updated to 0.52
+   see /usr/share/doc/packages/perl-HTTP-Server-Simple/Changes
+
+  0.52 2017-03-31
+- Add . to lib in Makefile.PL to support perl 5.25.11
+
+---

Old:

  HTTP-Server-Simple-0.51.tar.gz

New:

  HTTP-Server-Simple-0.52.tar.gz



Other differences:
--
++ perl-HTTP-Server-Simple.spec ++
--- /var/tmp/diff_new_pack.X33ItW/_old  2017-04-11 12:42:03.372934004 +0200
+++ /var/tmp/diff_new_pack.X33ItW/_new  2017-04-11 12:42:03.372934004 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Server-Simple
 #
-# Copyright (c) 2015 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,14 +17,14 @@
 
 
 Name:   perl-HTTP-Server-Simple
-Version:0.51
+Version:0.52
 Release:0
 %define cpan_name HTTP-Server-Simple
 Summary:Lightweight HTTP server
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTTP-Server-Simple/
-Source0:
http://www.cpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,27 +44,26 @@
 fork. It does, however, act as a simple frontend which can be used to build
 a standalone web-based application or turn a CGI into one.
 
-It is possible to use the Net::Server manpage classes to create forking,
-pre-forking, and other types of more complicated servers; see the
-/net_server manpage.
+It is possible to use Net::Server classes to create forking, pre-forking,
+and other types of more complicated servers; see net_server.
 
 By default, the server traps a few signals:
 
 * HUP
 
-  When you 'kill -HUP' the server, it lets the current request finish being
-  processed, then uses the 'restart' method to re-exec itself. Please note
-  that in order to provide restart-on-SIGHUP, HTTP::Server::Simple sets a
-  SIGHUP handler during initialisation. If your request handling code forks
-  you need to make sure you reset this or unexpected things will happen if
-  somebody sends a HUP to all running processes spawned by your app (e.g.
-  by "kill -HUP 

commit perl-HTTP-Server-Simple for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Server-Simple for 
openSUSE:Factory checked in at 2015-09-24 06:15:00

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new (New)


Package is "perl-HTTP-Server-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple/perl-HTTP-Server-Simple.changes
  2015-08-29 20:04:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
 2015-09-24 06:15:01.0 +0200
@@ -1,0 +2,13 @@
+Sun Sep 20 08:56:11 UTC 2015 - co...@suse.com
+
+- updated to 0.51
+   see /usr/share/doc/packages/perl-HTTP-Server-Simple/Changes
+
+  0.51 2015-09-16
+  
+- add OPTIONS as a valid method
+- better compatibility with CGI.pm < 3.36
+- fix tests for freebsd and IPv6
+- repository info
+
+---

Old:

  HTTP-Server-Simple-0.50.tar.gz

New:

  HTTP-Server-Simple-0.51.tar.gz



Other differences:
--
++ perl-HTTP-Server-Simple.spec ++
--- /var/tmp/diff_new_pack.Uw8FPQ/_old  2015-09-24 06:15:02.0 +0200
+++ /var/tmp/diff_new_pack.Uw8FPQ/_new  2015-09-24 06:15:02.0 +0200
@@ -17,22 +17,22 @@
 
 
 Name:   perl-HTTP-Server-Simple
-Version:0.50
+Version:0.51
 Release:0
 %define cpan_name HTTP-Server-Simple
 Summary:Lightweight HTTP server
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTTP-Server-Simple/
-Source0:
http://www.cpan.org/authors/id/F/FA/FALCONE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BP/BPS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CGI)
-Requires:   perl(CGI)
 BuildRequires:  perl(Socket) >= 1.94
+Requires:   perl(CGI)
 Requires:   perl(Socket) >= 1.94
 %{perl_requires}
 # MANUAL BEGIN

++ HTTP-Server-Simple-0.50.tar.gz -> HTTP-Server-Simple-0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Server-Simple-0.50/Changes 
new/HTTP-Server-Simple-0.51/Changes
--- old/HTTP-Server-Simple-0.50/Changes 2015-02-02 16:15:03.0 +0100
+++ new/HTTP-Server-Simple-0.51/Changes 2015-09-16 22:58:28.0 +0200
@@ -1,3 +1,10 @@
+0.51 2015-09-16
+
+  - add OPTIONS as a valid method
+  - better compatibility with CGI.pm < 3.36
+  - fix tests for freebsd and IPv6
+  - repository info
+
 0.502015-02-02
   - All collected changes since 0.44
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Server-Simple-0.50/MANIFEST 
new/HTTP-Server-Simple-0.51/MANIFEST
--- old/HTTP-Server-Simple-0.50/MANIFEST2015-02-02 16:36:38.0 
+0100
+++ new/HTTP-Server-Simple-0.51/MANIFEST2015-05-07 17:18:57.0 
+0200
@@ -20,4 +20,3 @@
 t/02pod.t
 t/03podcoverage.t
 t/04cgi.t
-SIGNATUREPublic-key signature (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Server-Simple-0.50/META.yml 
new/HTTP-Server-Simple-0.51/META.yml
--- old/HTTP-Server-Simple-0.50/META.yml2015-02-02 16:27:28.0 
+0100
+++ new/HTTP-Server-Simple-0.51/META.yml2015-09-16 22:58:28.0 
+0200
@@ -25,4 +25,5 @@
   Test::More: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: '0.50'
+  repository: https://github.com/bestpractical/http-server-simple
+version: '0.51'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Server-Simple-0.50/Makefile.PL 
new/HTTP-Server-Simple-0.51/Makefile.PL
--- old/HTTP-Server-Simple-0.50/Makefile.PL 2015-02-02 16:27:09.0 
+0100
+++ new/HTTP-Server-Simple-0.51/Makefile.PL 2015-09-16 22:58:28.0 
+0200
@@ -9,4 +9,5 @@
 CGI => 0,
 );
 
+repository('https://github.com/bestpractical/http-server-simple');
 WriteAll( sign => 1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-Server-Simple-0.50/SIGNATURE 
new/HTTP-Server-Simple-0.51/SIGNATURE
--- old/HTTP-Server-Simple-0.50/SIGNATURE   2015-02-02 16:36:39.0 
+0100
+++ new/HTTP-Server-Simple-0.51/SIGNATURE   1970-01-01 01:00:00.0 
+0100
@@ -1,46 +0,0 @@
-This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, vers

commit perl-HTTP-Server-Simple for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Server-Simple for 
openSUSE:Factory checked in at 2015-08-29 20:04:45

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new (New)


Package is "perl-HTTP-Server-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple/perl-HTTP-Server-Simple.changes
  2015-04-16 14:14:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
 2015-08-29 20:04:45.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 27 12:51:06 UTC 2015 - h...@imb-jena.de
+
+- add CGI to Requires:, BuildRequires:, as that module is not in
+  perl core since perl 5.22
+
+---



Other differences:
--
++ perl-HTTP-Server-Simple.spec ++
--- /var/tmp/diff_new_pack.OczVGC/_old  2015-08-29 20:04:46.0 +0200
+++ /var/tmp/diff_new_pack.OczVGC/_new  2015-08-29 20:04:46.0 +0200
@@ -30,6 +30,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CGI)
+Requires:   perl(CGI)
 BuildRequires:  perl(Socket) >= 1.94
 Requires:   perl(Socket) >= 1.94
 %{perl_requires}




commit perl-HTTP-Server-Simple for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Server-Simple for 
openSUSE:Factory checked in at 2015-04-16 14:14:05

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new (New)


Package is "perl-HTTP-Server-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple/perl-HTTP-Server-Simple.changes
  2012-10-16 07:13:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
 2015-04-16 14:14:06.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 14 18:05:28 UTC 2015 - co...@suse.com
+
+- updated to 0.50
+   see /usr/share/doc/packages/perl-HTTP-Server-Simple/Changes
+
+---

Old:

  HTTP-Server-Simple-0.44.tar.gz

New:

  HTTP-Server-Simple-0.50.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-HTTP-Server-Simple.spec ++
--- /var/tmp/diff_new_pack.aSoP45/_old  2015-04-16 14:14:06.0 +0200
+++ /var/tmp/diff_new_pack.aSoP45/_new  2015-04-16 14:14:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTTP-Server-Simple
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,55 +17,70 @@
 
 
 Name:   perl-HTTP-Server-Simple
-%define real_name HTTP-Server-Simple
+Version:0.50
+Release:0
+%define cpan_name HTTP-Server-Simple
 Summary:Lightweight HTTP server
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/perldoc?HTTP::Server::Simple
-Version:0.44
-Release:0
-Source: %{real_name}-%{version}.tar.gz
-BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-# MANUAL
-BuildRequires:  netcfg
+Url:http://search.cpan.org/dist/HTTP-Server-Simple/
+Source0:
http://www.cpan.org/authors/id/F/FA/FALCONE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Socket) >= 1.94
+Requires:   perl(Socket) >= 1.94
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  netcfg
+# MANUAL END
 
 %description
-This is a simple standalone HTTP server. By default, it doesn't thread or fork.
-It does, however, act as a simple frontend which can be used to build a
-standalone web-based application or turn a CGI into one.
-
-It is possible to use Net::Server classes to create forking, pre-forking, and
-other types of more complicated servers; see "net_server".
-
-Author:

-Jesse Vincent, 
-
+This is a simple standalone HTTP server. By default, it doesn't thread or
+fork. It does, however, act as a simple frontend which can be used to build
+a standalone web-based application or turn a CGI into one.
+
+It is possible to use the Net::Server manpage classes to create forking,
+pre-forking, and other types of more complicated servers; see the
+/net_server manpage.
+
+By default, the server traps a few signals:
+
+* HUP
+
+  When you 'kill -HUP' the server, it lets the current request finish being
+  processed, then uses the 'restart' method to re-exec itself. Please note
+  that in order to provide restart-on-SIGHUP, HTTP::Server::Simple sets a
+  SIGHUP handler during initialisation. If your request handling code forks
+  you need to make sure you reset this or unexpected things will happen if
+  somebody sends a HUP to all running processes spawned by your app (e.g.
+  by "kill -HUP 

commit perl-HTTP-Server-Simple for openSUSE:Factory

2012-10-15 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Server-Simple for 
openSUSE:Factory checked in at 2012-10-16 07:13:33

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new (New)


Package is "perl-HTTP-Server-Simple", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple/perl-HTTP-Server-Simple.changes
  2012-02-14 13:09:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
 2012-10-16 07:13:35.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 15 10:43:06 UTC 2012 - co...@suse.com
+
+- buildrequire netcfg for the test suite
+
+---



Other differences:
--
++ perl-HTTP-Server-Simple.spec ++
--- /var/tmp/diff_new_pack.uItr5m/_old  2012-10-16 07:13:36.0 +0200
+++ /var/tmp/diff_new_pack.uItr5m/_new  2012-10-16 07:13:36.0 +0200
@@ -28,6 +28,8 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+# MANUAL
+BuildRequires:  netcfg
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTTP-Server-Simple for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-HTTP-Server-Simple for 
openSUSE:Factory checked in at 2012-02-14 13:09:13

Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Server-Simple (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new (New)


Package is "perl-HTTP-Server-Simple", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
 2012-02-14 13:09:16.0 +0100
@@ -0,0 +1,33 @@
+---
+Mon Apr  4 18:15:49 UTC 2011 - l...@linux-schulserver.de
+
+- update to 0.44:
+  + Fix tests to run in a FreeBSD Jail ( rt.cpan.org #49807 )
+- package ex directory with example server
+
+---
+Wed Dec  1 09:44:34 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sun May  2 10:15:18 UTC 2010 - l...@linux-schulserver.de
+
+- update to 0.43:
+  + Support for getting REMOTE_PORT
+
+---
+Sat Feb 20 12:13:06 UTC 2010 - l...@linux-schulserver.de
+
+- update to 0.42:
+  + Inline uri_unescape to drop URI::Escape which is the only 
+non-core dependency of this distribution.
+  + Do not special case COOKIE and sets Cookie header to HTTP_COOKIE. 
+  + Pluggable CGI class support based on a patch from NANIS
+- remove perl(URI::Escape) dependency
+
+---
+Sat Dec 26 23:09:47 UTC 2009 - l...@linux-schulserver.de
+
+- initial version 0.41
+

New:

  HTTP-Server-Simple-0.44.tar.gz
  perl-HTTP-Server-Simple.changes
  perl-HTTP-Server-Simple.spec



Other differences:
--
++ perl-HTTP-Server-Simple.spec ++
#
# spec file for package perl-HTTP-Server-Simple
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   perl-HTTP-Server-Simple
%define real_name HTTP-Server-Simple
Summary:Lightweight HTTP server
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/perldoc?HTTP::Server::Simple
Version:0.44
Release:0
Source: %{real_name}-%{version}.tar.gz
BuildRequires:  perl-macros
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
This is a simple standalone HTTP server. By default, it doesn't thread or fork.
It does, however, act as a simple frontend which can be used to build a
standalone web-based application or turn a CGI into one.

It is possible to use Net::Server classes to create forking, pre-forking, and
other types of more complicated servers; see "net_server".

Author:
---
Jesse Vincent, 


%prep
%setup -q -n %{real_name}-%{version}

%build
perl Makefile.PL 
make %{?jobs:-j%jobs}

%check
make test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
rm -rf %{buildroot}

%files -f %{name}.files 
%defattr(-, root, root)
%doc Changes README MANIFEST SIGNATURE ex

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org