diff --git a/Apache-Session-1.90.tar.gz b/Apache-Session-1.90.tar.gz deleted file mode 100644 index 80802e9..0000000 --- a/Apache-Session-1.90.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1 -size 48643 diff --git a/Apache-Session-1.91.tar.gz b/Apache-Session-1.91.tar.gz new file mode 100644 index 0000000..8eaae94 --- /dev/null +++ b/Apache-Session-1.91.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae1588f0eb705b6558577a76d9d08143b853e48c7b1d144ce62cc89e828ab37 +size 49536 diff --git a/perl-Apache-Session.changes b/perl-Apache-Session.changes index 88757fe..5cb9fa3 100644 --- a/perl-Apache-Session.changes +++ b/perl-Apache-Session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 24 06:08:02 UTC 2014 - coolo@suse.com + +- updated to 1.91 + - Add a test for RT#50896 + - 99mysql.t will work more correctly in some corner cases + ------------------------------------------------------------------- Mon Jun 3 11:27:29 UTC 2013 - coolo@suse.com diff --git a/perl-Apache-Session.spec b/perl-Apache-Session.spec index 5dd9239..cf35911 100644 --- a/perl-Apache-Session.spec +++ b/perl-Apache-Session.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-Session # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -24,7 +24,10 @@ BuildRequires: libapr-util1-devel BuildRequires: pcre-devel BuildRequires: perl-DBI BuildRequires: perl-macros -Version: 1.90 +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Deep) >= 0.082 +BuildRequires: perl(Test::Exception) >= 0.15 +Version: 1.91 Release: 0 Provides: Apache-Session Requires: apache2 @@ -35,7 +38,7 @@ Conflicts: perlmod Url: http://cpan.org/modules/by-module/Apache/ Source: Apache-Session-%{version}.tar.gz Summary: persistent storage for arbitrary data -License: Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildRequires: perl(Test::Database)