From c4ad6b8789519eb7d07eb69e544f1cb0823f8c2e92f9bfe7e8116c4309b3308e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Oct 2007 10:25:54 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Apache-Session?expand=0&rev=4 --- Apache-Session-1.83.tar.bz2 | 3 --- Apache-Session-1.84.tar.bz2 | 3 +++ perl-Apache-Session.changes | 11 +++++++++++ perl-Apache-Session.spec | 17 ++++++++++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 Apache-Session-1.83.tar.bz2 create mode 100644 Apache-Session-1.84.tar.bz2 diff --git a/Apache-Session-1.83.tar.bz2 b/Apache-Session-1.83.tar.bz2 deleted file mode 100644 index aa1afc2..0000000 --- a/Apache-Session-1.83.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2da8c234ed8427a90d7b3f8fdf10222910bc1dfa51c9611f801626bddfb113b7 -size 29234 diff --git a/Apache-Session-1.84.tar.bz2 b/Apache-Session-1.84.tar.bz2 new file mode 100644 index 0000000..8e6df36 --- /dev/null +++ b/Apache-Session-1.84.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16313268b322f75cb8d3e3568a47c8883766d0a60a71f62b30e3dd19cbb2e7b +size 29456 diff --git a/perl-Apache-Session.changes b/perl-Apache-Session.changes index de07b18..3d4251a 100644 --- a/perl-Apache-Session.changes +++ b/perl-Apache-Session.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 8 09:31:43 CEST 2007 - anicka@suse.cz + +- update to 1.84 + * Added constant.pm to the list of prerequisites + * Jeffrey W. Baker, Casey West, Alexandr Ciornii, Oliver Maul + agreed to change license of all files to Perl license + Alexandr Ciornii agrees to relicense to Artistic 2.0 in future + if needed. + * 99flex.t will be skipped on *bsd or Solaris + ------------------------------------------------------------------- Mon Jun 11 09:37:58 CEST 2007 - anicka@suse.cz diff --git a/perl-Apache-Session.spec b/perl-Apache-Session.spec index d6da772..f8b20dd 100644 --- a/perl-Apache-Session.spec +++ b/perl-Apache-Session.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Apache-Session (Version 1.83) +# spec file for package perl-Apache-Session (Version 1.84) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,17 +12,17 @@ Name: perl-Apache-Session BuildRequires: apache2-devel apache2-mod_perl libapr-util1-devel pcre-devel perl-DBI -Version: 1.83 +Version: 1.84 Release: 1 Provides: Apache-Session Requires: apache2 Requires: apache2-mod_perl perl-URI perl-DBI Requires: perl = %{perl_version} Conflicts: perlmod -Autoreqprov: on +AutoReqProv: on Group: Development/Libraries/Perl License: Artistic License -URL: http://cpan.org/modules/by-module/Apache/ +Url: http://cpan.org/modules/by-module/Apache/ Source: Apache-Session-%{version}.tar.bz2 Summary: persistent storage for arbitrary data BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,8 +63,15 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/Apache %{perl_vendorarch}/auto/Apache /var/adm/perl-modules/%{name} - %changelog +* Mon Oct 08 2007 - anicka@suse.cz +- update to 1.84 + * Added constant.pm to the list of prerequisites + * Jeffrey W. Baker, Casey West, Alexandr Ciornii, Oliver Maul + agreed to change license of all files to Perl license + Alexandr Ciornii agrees to relicense to Artistic 2.0 in future + if needed. + * 99flex.t will be skipped on *bsd or Solaris * Mon Jun 11 2007 - anicka@suse.cz - update to 1.83 (upstream just raised the version number) * Thu Feb 22 2007 - anicka@suse.cz