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.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTTP-Server-Simple.new/perl-HTTP-Server-Simple.changes
     2012-02-14 13:09:16.000000000 +0100
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------
+Mon Apr  4 18:15:49 UTC 2011 - [email protected]
+
+- 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 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Sun May  2 10:15:18 UTC 2010 - [email protected]
+
+- update to 0.43:
+  + Support for getting REMOTE_PORT
+
+-------------------------------------------------------------------
+Sat Feb 20 12:13:06 UTC 2010 - [email protected]
+
+- 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 - [email protected]
+
+- 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, <[email protected]>


%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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to