rpms/perl-Apache-Session/FC-5 .cvsignore, 1.2, 1.3 perl-Apache-Session.spec, 1.1, 1.2 sources, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jul 8 15:46:49 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Apache-Session/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3464

Modified Files:
	.cvsignore perl-Apache-Session.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache-Session/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Sep 2005 16:18:43 -0000	1.2
+++ .cvsignore	8 Jul 2006 15:46:49 -0000	1.3
@@ -1 +1 @@
-Apache-Session-1.6.tar.gz
+Apache-Session-1.81.tar.gz


Index: perl-Apache-Session.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache-Session/FC-5/perl-Apache-Session.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Apache-Session.spec	13 Sep 2005 16:18:43 -0000	1.1
+++ perl-Apache-Session.spec	8 Jul 2006 15:46:49 -0000	1.2
@@ -1,23 +1,25 @@
 Name:           perl-Apache-Session
-Version:        1.6
-Release:        2%{?dist}
-Summary:        Apache::Session Perl module
+Version:        1.81
+Release:        1%{?dist}
+Summary:        Persistence framework for session data
 License:        Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Apache-Session/
-Source0:        http://www.cpan.org/modules/by-module/Apache/Apache-Session-1.6.tar.gz
+Source0:        http://www.cpan.org/authors/id/C/CW/CWEST/Apache-Session-%{version}.tar.gz
 # https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=118577, from Chris Grau
 Patch0:         Apache-Session-mp2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(DBI)
+BuildRequires:  perl(Test::Deep) >= 0.082
+BuildRequires:  perl(Test::Exception) >= 0.15
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-These modules provide persistent storage for arbitrary data, in 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.
+Apache::Session is a persistence framework which is particularly useful for
+tracking session data between httpd requests. Apache::Session is designed
+to work with Apache and mod_perl, but it should work under CGI and other
+web servers, and it also works outside of a web server altogether.
 
 %prep
 %setup -q -n Apache-Session-%{version}
@@ -37,8 +39,6 @@
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
-perldoc -t perlartistic > Artistic
-
 %check
 make test
 
@@ -47,11 +47,18 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README TODO Artistic
+%doc CHANGES README TODO
 %{perl_vendorlib}/Apache
 %{_mandir}/man3/Apache*
 
 %changelog
+* Wed May 24 2006 Steven Pritchard <steve at kspei.com> 1.81-1
+- Update to 1.81.
+
+* Tue Apr 11 2006 Steven Pritchard <steve at kspei.com> 1.80-1
+- Update to 1.80.
+- Spec cleanup.
+
 * Thu Sep 08 2005 Steven Pritchard <steve at kspei.com> 1.6-2
 - Add patch for mod_perl2 compatibility from Chris Grau (#167753, comment #3).
 - Re-enable "make test".


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache-Session/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Sep 2005 16:18:43 -0000	1.2
+++ sources	8 Jul 2006 15:46:49 -0000	1.3
@@ -1 +1 @@
-3a373102e3ba49f93a76994c6599e1ff  Apache-Session-1.6.tar.gz
+942788df6c5e743333cae5816551f203  Apache-Session-1.81.tar.gz




More information about the scm-commits mailing list