rpms/perl-App-Cache/devel .cvsignore, 1.2, 1.3 perl-App-Cache.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Sat Aug 8 18:53:05 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-App-Cache/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22129

Modified Files:
	.cvsignore perl-App-Cache.spec sources 
Log Message:
* Sat Aug 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.36-1
- auto-update to 0.36 (by cpan-spec-update 0.01)
- added a new req on perl(File::Find::Rule) (version 0)
- added a new req on perl(File::HomeDir) (version 0)
- added a new req on perl(File::stat) (version 0)
- added a new req on perl(HTTP::Cookies) (version 0)
- added a new req on perl(LWP::UserAgent) (version 0)
- added a new req on perl(Path::Class) (version 0)
- added a new req on perl(Storable) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cache/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	7 Mar 2009 20:37:58 -0000	1.2
+++ .cvsignore	8 Aug 2009 18:53:05 -0000	1.3
@@ -1 +1 @@
-App-Cache-0.35.tar.gz
+App-Cache-0.36.tar.gz


Index: perl-App-Cache.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cache/devel/perl-App-Cache.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-App-Cache.spec	26 Jul 2009 01:40:42 -0000	1.2
+++ perl-App-Cache.spec	8 Aug 2009 18:53:05 -0000	1.3
@@ -1,13 +1,13 @@
-Name:       perl-App-Cache 
-Version:    0.35 
-Release:    2%{?dist}
+Name:       perl-App-Cache
+Version:    0.36
+Release:    1%{?dist}
 # lib/App/Cache.pm -> GPL+ or Artistic
-License:    GPL+ or Artistic 
+License:    GPL+ or Artistic
 Group:      Development/Libraries
-Summary:    Easy application-level caching 
-Source:     http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz 
+Summary:    Easy application-level caching
+Source:     http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/App-Cache
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -28,6 +28,15 @@ BuildRequires: perl(Test::Pod::Coverage)
 # 'use base' strikes again...
 Requires:      perl(Class::Accessor::Chained::Fast)
 
+### auto-added reqs!
+Requires:       perl(File::Find::Rule)
+Requires:       perl(File::HomeDir)
+Requires:       perl(File::stat)
+Requires:       perl(HTTP::Cookies)
+Requires:       perl(LWP::UserAgent)
+Requires:       perl(Path::Class)
+Requires:       perl(Storable)
+
 %description
 The App::Cache module lets an application cache data locally. There are a
 few times an application would need to cache data: when it is retrieving
@@ -35,10 +44,10 @@ information from the network or when it 
 For example, the Parse::BACKPAN::Packages module downloads a file off the
 net and parses it, creating a data structure. Only then can it actually
 provide any useful information for the programmer. Parse::BACKPAN::Packages
-uses App::Cache to cache both the file download and data structures, 
+uses App::Cache to cache both the file download and data structures,
 providing much faster use when the data is cached. This module stores data
-in the home directory of the user, in a dot directory. For example, the 
-Parse::BACKPAN::Packages cache is actually stored underneath 
+in the home directory of the user, in a dot directory. For example, the
+Parse::BACKPAN::Packages cache is actually stored underneath
 "~/.parse_backpan_packages/cache/". This is so that permisssions are not a
 problem -- it is a per-user, per-application cache.
 
@@ -62,15 +71,25 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES README 
+%doc CHANGES README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Aug 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.36-1
+- auto-update to 0.36 (by cpan-spec-update 0.01)
+- added a new req on perl(File::Find::Rule) (version 0)
+- added a new req on perl(File::HomeDir) (version 0)
+- added a new req on perl(File::stat) (version 0)
+- added a new req on perl(HTTP::Cookies) (version 0)
+- added a new req on perl(LWP::UserAgent) (version 0)
+- added a new req on perl(Path::Class) (version 0)
+- added a new req on perl(Storable) (version 0)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.35-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -80,4 +99,3 @@ rm -rf %{buildroot} 
 * Thu Mar 05 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.35-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-App-Cache/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	7 Mar 2009 20:37:58 -0000	1.2
+++ sources	8 Aug 2009 18:53:05 -0000	1.3
@@ -1 +1 @@
-3483ed94401531d16ceab63d57b8da6e  App-Cache-0.35.tar.gz
+9ad0fbe89b953219f89057e55171cca8  App-Cache-0.36.tar.gz




More information about the Fedora-perl-devel-list mailing list