forked from pool/perl-HTTP-Server-Simple
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Server-Simple?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
8f0d11c1fb
commit
1676ab24c3
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5ddf52049992c0705716a3d93919e95712483126f53f7a2ffb17581d9a21033
|
|
||||||
size 27469
|
|
3
HTTP-Server-Simple-0.42.tar.bz2
Normal file
3
HTTP-Server-Simple-0.42.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce06424867a2d025f49f49ebeac54eb442f0017b8d14b2dace62381b02e428b0
|
||||||
|
size 28002
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 20 12:13:06 UTC 2010 - lars@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 - lars@linux-schulserver.de
|
Sat Dec 26 23:09:47 UTC 2009 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@@ -10,15 +10,13 @@ Summary: Lightweight HTTP server
|
|||||||
Url: http://search.cpan.org/perldoc?HTTP::Server::Simple
|
Url: http://search.cpan.org/perldoc?HTTP::Server::Simple
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
Version: 0.41
|
Version: 0.42
|
||||||
Release: 1
|
Release: 1
|
||||||
Vendor: openSUSE-Education
|
Vendor: openSUSE-Education
|
||||||
Source: %{real_name}-%{version}.tar.bz2
|
Source: %{real_name}-%{version}.tar.bz2
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(URI::Escape)
|
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
Requires: perl(URI::Escape)
|
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user