rpms/perl-Apache-Session/devel .cvsignore, 1.4, 1.5 perl-Apache-Session.spec, 1.4, 1.5 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Feb 23 02:11:49 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-Apache-Session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27670

Modified Files:
	.cvsignore perl-Apache-Session.spec sources 
Log Message:
Update to 1.82.
Use fixperms macro instead of our own chmod incantation.
Minor spec cleanup to more closely resemble current cpanspec output.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache-Session/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	24 May 2006 21:55:41 -0000	1.4
+++ .cvsignore	23 Feb 2007 02:11:16 -0000	1.5
@@ -1 +1 @@
-Apache-Session-1.81.tar.gz
+Apache-Session-1.82.tar.gz


Index: perl-Apache-Session.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache-Session/devel/perl-Apache-Session.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Apache-Session.spec	17 Sep 2006 17:34:51 -0000	1.4
+++ perl-Apache-Session.spec	23 Feb 2007 02:11:16 -0000	1.5
@@ -1,11 +1,11 @@
 Name:           perl-Apache-Session
-Version:        1.81
-Release:        2%{?dist}
+Version:        1.82
+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/authors/id/C/CW/CWEST/Apache-Session-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/C/CH/CHORNY/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)
@@ -37,7 +37,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -48,10 +48,15 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES README TODO
-%{perl_vendorlib}/Apache
-%{_mandir}/man3/Apache*
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Thu Feb 22 2007 Steven Pritchard <steve at kspei.com> 1.82-1
+- Update to 1.82.
+- Use fixperms macro instead of our own chmod incantation.
+- Minor spec cleanup to more closely resemble current cpanspec output.
+
 * Sat Sep 16 2006 Steven Pritchard <steve at kspei.com> 1.81-2
 - Fix find option order.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Apache-Session/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	24 May 2006 21:55:41 -0000	1.4
+++ sources	23 Feb 2007 02:11:16 -0000	1.5
@@ -1 +1 @@
-942788df6c5e743333cae5816551f203  Apache-Session-1.81.tar.gz
+c8b460b923f1a8bdd1949b5958880168  Apache-Session-1.82.tar.gz




More information about the fedora-extras-commits mailing list