rpms/perl-HTTP-Request-AsCGI/devel .cvsignore, 1.3, 1.4 perl-HTTP-Request-AsCGI.spec, 1.8, 1.9 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Fri Feb 5 18:38:25 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3576

Modified Files:
	.cvsignore perl-HTTP-Request-AsCGI.spec sources 
Log Message:
* Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2-1
- add perl_default_filter
- auto-update to 1.2 (by cpan-spec-update 0.01)
- added a new req on perl(Carp) (version 0)
- added a new req on perl(Class::Accessor) (version 0)
- added a new req on perl(HTTP::Request) (version 0)
- added a new req on perl(HTTP::Response) (version 1.53)
- added a new req on perl(IO::File) (version 0)
- added a new req on perl(Test::More) (version 0)
- added a new req on perl(URI::Escape) (version 0)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	19 May 2009 05:49:13 -0000	1.3
+++ .cvsignore	5 Feb 2010 18:38:24 -0000	1.4
@@ -1 +1 @@
-HTTP-Request-AsCGI-0.9.tar.gz
+HTTP-Request-AsCGI-1.2.tar.gz


Index: perl-HTTP-Request-AsCGI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/perl-HTTP-Request-AsCGI.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-HTTP-Request-AsCGI.spec	7 Dec 2009 13:09:46 -0000	1.8
+++ perl-HTTP-Request-AsCGI.spec	5 Feb 2010 18:38:25 -0000	1.9
@@ -1,31 +1,35 @@
 Name:           perl-HTTP-Request-AsCGI
-Version:        0.9
-Release:        3%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        Setup a CGI enviroment from a HTTP::Request
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/HTTP-Request-AsCGI/
-Source0:        http://search.cpan.org/CPAN/authors/id/H/HD/HDP/HTTP-Request-AsCGI-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/HTTP-Request-AsCGI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# core
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
-# cpan
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Response) >= 1.53
-
-# 'use base'
-Requires:       perl(Class::Accessor::Fast)
-
-### auto-added brs!
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(Carp)
 
+Requires:       perl(Class::Accessor::Fast)
+Requires:       perl(Carp)
+Requires:       perl(Class::Accessor)
+Requires:       perl(HTTP::Request)
+Requires:       perl(HTTP::Response) >= 1.53
+Requires:       perl(IO::File)
+Requires:       perl(Test::More)
+Requires:       perl(URI::Escape)
+
+%{?perl_default_filter}
+
 %description
 Provides a convenient way of setting up an CGI environment from a
 HTTP::Request.
@@ -60,6 +64,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2-1
+- add perl_default_filter
+- auto-update to 1.2 (by cpan-spec-update 0.01)
+- added a new req on perl(Carp) (version 0)
+- added a new req on perl(Class::Accessor) (version 0)
+- added a new req on perl(HTTP::Request) (version 0)
+- added a new req on perl(HTTP::Response) (version 1.53)
+- added a new req on perl(IO::File) (version 0)
+- added a new req on perl(Test::More) (version 0)
+- added a new req on perl(URI::Escape) (version 0)
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.9-3
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	19 May 2009 05:49:13 -0000	1.3
+++ sources	5 Feb 2010 18:38:25 -0000	1.4
@@ -1 +1 @@
-99bc3e482d873068177282dcf306959f  HTTP-Request-AsCGI-0.9.tar.gz
+82f4749a702992d405d2a8f8118e87ec  HTTP-Request-AsCGI-1.2.tar.gz



More information about the scm-commits mailing list