8
0

- 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:
Lars Vogdt
2010-02-20 12:28:18 +00:00
committed by Git OBS Bridge
parent 8f0d11c1fb
commit 1676ab24c3
4 changed files with 14 additions and 6 deletions

View File

@@ -10,15 +10,13 @@ Summary: Lightweight HTTP server
Url: http://search.cpan.org/perldoc?HTTP::Server::Simple
Group: Development/Libraries/Perl
License: Artistic License
Version: 0.41
Version: 0.42
Release: 1
Vendor: openSUSE-Education
Source: %{real_name}-%{version}.tar.bz2
BuildRequires: perl-macros
BuildRequires: perl(URI::Escape)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(URI::Escape)
Requires: perl = %{perl_version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build