diff --git a/Apache-Session-1.89.tar.gz b/Apache-Session-1.89.tar.gz deleted file mode 100644 index 17b0ac6..0000000 --- a/Apache-Session-1.89.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7567dd6bf7e24c469b0dff0d71fa861621a7b6a5fcfe850f7039d0a3d84ec0a -size 45784 diff --git a/Apache-Session-1.90.tar.gz b/Apache-Session-1.90.tar.gz new file mode 100644 index 0000000..80802e9 --- /dev/null +++ b/Apache-Session-1.90.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ab8ba2fc3f09e7c67ab69d147e5c73813e4df8cda6cfe6cb375f0695353eb1 +size 48643 diff --git a/perl-Apache-Session.changes b/perl-Apache-Session.changes index b32e813..88757fe 100644 --- a/perl-Apache-Session.changes +++ b/perl-Apache-Session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 3 11:27:29 UTC 2013 - coolo@suse.com + +- updated to 1.90 + - Allow specifying table for Oracle + - Use Test::Database for tests + ------------------------------------------------------------------- Fri Nov 18 11:10:30 UTC 2011 - coolo@suse.com diff --git a/perl-Apache-Session.spec b/perl-Apache-Session.spec index 8b19f36..5dd9239 100644 --- a/perl-Apache-Session.spec +++ b/perl-Apache-Session.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Apache-Session # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,25 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Apache-Session -BuildRequires: apache2-devel apache2-mod_perl dos2unix libapr-util1-devel pcre-devel perl-DBI +BuildRequires: apache2-devel +BuildRequires: apache2-mod_perl +BuildRequires: dos2unix +BuildRequires: libapr-util1-devel +BuildRequires: pcre-devel +BuildRequires: perl-DBI BuildRequires: perl-macros -Version: 1.89 -Release: 3 +Version: 1.90 +Release: 0 Provides: Apache-Session Requires: apache2 -Requires: apache2-mod_perl perl-URI perl-DBI +Requires: apache2-mod_perl +Requires: perl-DBI +Requires: perl-URI Conflicts: perlmod -AutoReqProv: on -Group: Development/Libraries/Perl -License: Artistic Url: http://cpan.org/modules/by-module/Apache/ Source: Apache-Session-%{version}.tar.gz Summary: persistent storage for arbitrary data +License: Artistic-1.0 +Group: Development/Libraries/Perl BuildRoot: %{_tmppath}/%{name}-%{version}-build +#BuildRequires: perl(Test::Database) %{perl_requires} %description @@ -42,12 +47,6 @@ arbitrary backing stores. The details of interacting with the backing store are abstracted to make all backing stores behave alike. The programmer simply interacts with a tied hash. - - -Authors: --------- - Jeffrey William Baker - %prep %setup -q -n Apache-Session-%{version} dos2unix INSTALL CHANGES TODO README eg/example.perl @@ -65,9 +64,6 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install_vendor %perl_process_packlist -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-, root, root) %doc INSTALL README TODO CHANGES README eg