8
0

Accepting request 48971 from devel:languages:perl

Copy from devel:languages:perl/perl-Apache-Session based on submit request 48971 from user anicka

OBS-URL: https://build.opensuse.org/request/show/48971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=13
This commit is contained in:
OBS User autobuild
2010-09-23 22:48:10 +00:00
committed by Git OBS Bridge
parent 96f1b19881
commit 782ad33c43
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21cd4380087d0d732c87edeeff7efc1440ee1ebd16faada62a46bc58c930114a
size 30394

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee2ae0ef3599be2b6cf55bd6355795f78a5a919205b778f295da5fb64bf9da68
size 31346

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 23 14:10:44 CEST 2010 - anicka@suse.cz
- update to 1.89
* require Digest::MD5
* all semaphore tests were removed
* Apache::Session::Store::File::materialize should not append
to $session->{serialized}
* Apache::Session::Store::File will flush after writing to file
* Apache::Session::Generate::MD5::validate will untaint data
* MIN_PERL_VERSION in Makefile.PL
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-Apache-Session (Version 1.87)
# spec file for package perl-Apache-Session (Version 1.89)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,9 +19,9 @@
Name: perl-Apache-Session
BuildRequires: apache2-devel apache2-mod_perl libapr-util1-devel pcre-devel perl-DBI
Version: 1.87
Release: 4
BuildRequires: apache2-devel apache2-mod_perl dos2unix libapr-util1-devel pcre-devel perl-DBI
Version: 1.89
Release: 1
Provides: Apache-Session
Requires: apache2
Requires: apache2-mod_perl perl-URI perl-DBI
@@ -49,10 +49,13 @@ Authors:
%prep
%setup -q -n Apache-Session-%{version}
dos2unix INSTALL CHANGES TODO README eg/example.perl
%build
perl Makefile.PL
make %{?_smp_mflags} all
%check
# disable testing as we do not have Test::Deep yet
# make test