rpms/perl-CSS-Minifier/F-9 import.log, NONE, 1.1 perl-CSS-Minifier.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-CSS-Minifier/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24387/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-CSS-Minifier.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-CSS-Minifier-0_01-1_fc10:F-9:perl-CSS-Minifier-0.01-1.fc10.src.rpm:1239676078


--- NEW FILE perl-CSS-Minifier.spec ---
Name:   perl-CSS-Minifier 
Version:0.01 
Release:1%{?dist}
# lib/CSS/Minifier.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Remove unnecessary whitespace from CSS files 
Source: 
http://search.cpan.org/CPAN/authors/id/P/PM/PMICHAUX/CSS-Minifier-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/CSS-Minifier
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
# tests
BuildRequires: perl(Test::More)

%description
This module removes unnecessary whitespace from CSS. The primary
requirement developing this module is to not break working stylesheets:
if working CSS is in input then working CSS is output. The Mac/Internet
Explorer comment hack will be minimized but not stripped and so will
continue to function.This module understands space, horizontal tab, new
line, carriage return, and form feed characters to be whitespace. Any
other characters that may be considered whitespace are not minimized.
These other characters include paragraph separator and vertical tab.For
static CSS files, it is recommended that you minify during the build
stage of web deployment. If you minify on-the-fly then it might be a
good idea to cache the minified file. Minifying static files on-the-fly
repeatedly is wasteful.

%prep
%setup -q -n CSS-Minifier-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 11 2009 Chris Weyl cw...@alumni.drew.edu 0.01-1
- update for submission

* Sat Apr 11 2009 Chris Weyl cw...@alumni.drew.edu 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-CSS-Minifier/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Apr 2009 15:49:36 -  1.1
+++ .cvsignore  14 Apr 2009 02:28:34 -  1.2
@@ -0,0 +1 @@
+CSS-Minifier-0.01.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-CSS-Minifier/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Apr 2009 15:49:36 -  1.1
+++ sources 14 Apr 2009 02:28:34 -  1.2
@@ -0,0 +1 @@
+04f64c08c9268fd0fc619ef8110d2cf4  CSS-Minifier-0.01.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-CSS-Minifier/F-10 perl-CSS-Minifier.spec, NONE, 1.1 sources, 1.1, 1.2

2009-04-13 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-CSS-Minifier/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1217

Modified Files:
sources 
Added Files:
perl-CSS-Minifier.spec 
Log Message:
* Sat Apr 11 2009 Chris Weyl cw...@alumni.drew.edu 0.01-1
- update for submission



--- NEW FILE perl-CSS-Minifier.spec ---
Name:   perl-CSS-Minifier 
Version:0.01 
Release:1%{?dist}
# lib/CSS/Minifier.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Remove unnecessary whitespace from CSS files 
Source: 
http://search.cpan.org/CPAN/authors/id/P/PM/PMICHAUX/CSS-Minifier-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/CSS-Minifier
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
# tests
BuildRequires: perl(Test::More)

%description
This module removes unnecessary whitespace from CSS. The primary
requirement developing this module is to not break working stylesheets:
if working CSS is in input then working CSS is output. The Mac/Internet
Explorer comment hack will be minimized but not stripped and so will
continue to function.This module understands space, horizontal tab, new
line, carriage return, and form feed characters to be whitespace. Any
other characters that may be considered whitespace are not minimized.
These other characters include paragraph separator and vertical tab.For
static CSS files, it is recommended that you minify during the build
stage of web deployment. If you minify on-the-fly then it might be a
good idea to cache the minified file. Minifying static files on-the-fly
repeatedly is wasteful.

%prep
%setup -q -n CSS-Minifier-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 11 2009 Chris Weyl cw...@alumni.drew.edu 0.01-1
- update for submission

* Sat Apr 11 2009 Chris Weyl cw...@alumni.drew.edu 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: sources
===
RCS file: /cvs/extras/rpms/perl-CSS-Minifier/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Apr 2009 15:49:36 -  1.1
+++ sources 14 Apr 2009 02:59:11 -  1.2
@@ -0,0 +1 @@
+04f64c08c9268fd0fc619ef8110d2cf4  CSS-Minifier-0.01.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Storage/devel import.log, NONE, 1.1 perl-MooseX-Storage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Storage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3183/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Storage.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-MooseX-Storage-0_17-2_fc10:HEAD:perl-MooseX-Storage-0.17-2.fc10.src.rpm:1240100297


--- NEW FILE perl-MooseX-Storage.spec ---
Name:   perl-MooseX-Storage 
Version:0.17 
Release:2%{?dist}
# lib/MooseX/Storage.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:A serialization framework for Moose classes 
Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Storage-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Storage
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(Digest)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::AtomicFile)
BuildRequires: perl(JSON::Any)
BuildRequires: perl(Moose) = 0.39
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::JSON)
BuildRequires: perl(Test::More) = 0.42
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::TempDir) = 0.02
BuildRequires: perl(Test::YAML::Valid)
# optional
BuildRequires: perl(Best)
# testing
BuildRequires: perl(Digest)
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(File::NFSLock)
BuildRequires: perl(Test::YAML::Valid)
BuildRequires: perl(Test::JSON)
# testing, until RHBZ#495401 is resolved
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::Syck)

%description
MooseX::Storage is a serialization framework for Moose, it provides a
very flexible and highly pluggable way to serialize Moose classes to a
number of different formats and styles. This is still an early release
of this module, so use with caution. It's outward facing serialization
API should be considered stable, but I still reserve the right to make
tweaks if I need too. Anything beyond the basic pack/unpack, freeze/thaw
and load/store should not be relied on. There are 3 levels to the 
serialization, each of which builds upon the other and each of which
can be customized to the specific needs of your class.


%prep
%setup -q -n MooseX-Storage-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.17-2
- update grammatically poor summary

* Sun Apr 12 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- update to 0.17

* Wed Apr 08 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- update for submission

* Mon Mar 09 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Storage/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Apr 2009 15:52:09 -  1.1
+++ .cvsignore  19 Apr 2009 00:18:20 -  1.2
@@ -0,0 +1 @@
+MooseX-Storage-0.17.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Storage/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Apr 2009 15:52:10 -  1.1
+++ sources 19 Apr 2009 00:18:20 -  1.2
@@ -0,0 +1 @@
+626819fe42830d6ff635a84bcd17706a  MooseX-Storage-0.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Storage/F-9 import.log, NONE, 1.1 perl-MooseX-Storage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Storage/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4312/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Storage.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-MooseX-Storage-0_17-2_fc10:F-9:perl-MooseX-Storage-0.17-2.fc10.src.rpm:1240100663


--- NEW FILE perl-MooseX-Storage.spec ---
Name:   perl-MooseX-Storage 
Version:0.17 
Release:2%{?dist}
# lib/MooseX/Storage.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:A serialization framework for Moose classes 
Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Storage-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Storage
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(Digest)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::AtomicFile)
BuildRequires: perl(JSON::Any)
BuildRequires: perl(Moose) = 0.39
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::JSON)
BuildRequires: perl(Test::More) = 0.42
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::TempDir) = 0.02
BuildRequires: perl(Test::YAML::Valid)
# optional
BuildRequires: perl(Best)
# testing
BuildRequires: perl(Digest)
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(File::NFSLock)
BuildRequires: perl(Test::YAML::Valid)
BuildRequires: perl(Test::JSON)
# testing, until RHBZ#495401 is resolved
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::Syck)

%description
MooseX::Storage is a serialization framework for Moose, it provides a
very flexible and highly pluggable way to serialize Moose classes to a
number of different formats and styles. This is still an early release
of this module, so use with caution. It's outward facing serialization
API should be considered stable, but I still reserve the right to make
tweaks if I need too. Anything beyond the basic pack/unpack, freeze/thaw
and load/store should not be relied on. There are 3 levels to the 
serialization, each of which builds upon the other and each of which
can be customized to the specific needs of your class.


%prep
%setup -q -n MooseX-Storage-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.17-2
- update grammatically poor summary

* Sun Apr 12 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- update to 0.17

* Wed Apr 08 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- update for submission

* Mon Mar 09 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Storage/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Apr 2009 15:52:09 -  1.1
+++ .cvsignore  19 Apr 2009 00:24:25 -  1.2
@@ -0,0 +1 @@
+MooseX-Storage-0.17.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Storage/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Apr 2009 15:52:10 -  1.1
+++ sources 19 Apr 2009 00:24:26 -  1.2
@@ -0,0 +1 @@
+626819fe42830d6ff635a84bcd17706a  MooseX-Storage-0.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Storage/F-10 import.log, NONE, 1.1 perl-MooseX-Storage.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Storage/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5066/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Storage.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-MooseX-Storage-0_17-2_fc10:F-10:perl-MooseX-Storage-0.17-2.fc10.src.rpm:1240100911


--- NEW FILE perl-MooseX-Storage.spec ---
Name:   perl-MooseX-Storage 
Version:0.17 
Release:2%{?dist}
# lib/MooseX/Storage.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:A serialization framework for Moose classes 
Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-Storage-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Storage
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(Digest)
BuildRequires: perl(Encode)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::AtomicFile)
BuildRequires: perl(JSON::Any)
BuildRequires: perl(Moose) = 0.39
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::JSON)
BuildRequires: perl(Test::More) = 0.42
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::TempDir) = 0.02
BuildRequires: perl(Test::YAML::Valid)
# optional
BuildRequires: perl(Best)
# testing
BuildRequires: perl(Digest)
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(File::NFSLock)
BuildRequires: perl(Test::YAML::Valid)
BuildRequires: perl(Test::JSON)
# testing, until RHBZ#495401 is resolved
BuildRequires: perl(YAML)
BuildRequires: perl(YAML::Syck)

%description
MooseX::Storage is a serialization framework for Moose, it provides a
very flexible and highly pluggable way to serialize Moose classes to a
number of different formats and styles. This is still an early release
of this module, so use with caution. It's outward facing serialization
API should be considered stable, but I still reserve the right to make
tweaks if I need too. Anything beyond the basic pack/unpack, freeze/thaw
and load/store should not be relied on. There are 3 levels to the 
serialization, each of which builds upon the other and each of which
can be customized to the specific needs of your class.


%prep
%setup -q -n MooseX-Storage-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.17-2
- update grammatically poor summary

* Sun Apr 12 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- update to 0.17

* Wed Apr 08 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- update for submission

* Mon Mar 09 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Storage/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  13 Apr 2009 15:52:09 -  1.1
+++ .cvsignore  19 Apr 2009 00:28:35 -  1.2
@@ -0,0 +1 @@
+MooseX-Storage-0.17.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Storage/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 13 Apr 2009 15:52:10 -  1.1
+++ sources 19 Apr 2009 00:28:35 -  1.2
@@ -0,0 +1 @@
+626819fe42830d6ff635a84bcd17706a  MooseX-Storage-0.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-C3-Componentised/devel .cvsignore, 1.3, 1.4 perl-Class-C3-Componentised.spec, 1.5, 1.6 sources, 1.3, 1.4

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Componentised/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5642

Modified Files:
.cvsignore perl-Class-C3-Componentised.spec sources 
Log Message:
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 1.0004-1
- update to 1.0004



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  29 May 2008 06:23:52 -  1.3
+++ .cvsignore  19 Apr 2009 00:31:26 -  1.4
@@ -1 +1 @@
-Class-C3-Componentised-1.0003.tar.gz
+Class-C3-Componentised-1.0004.tar.gz


Index: perl-Class-C3-Componentised.spec
===
RCS file: 
/cvs/extras/rpms/perl-Class-C3-Componentised/devel/perl-Class-C3-Componentised.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-Class-C3-Componentised.spec26 Feb 2009 12:38:31 -  1.5
+++ perl-Class-C3-Componentised.spec19 Apr 2009 00:31:26 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-Class-C3-Componentised
-Version:1.0003
-Release:2%{?dist}
+Version:1.0004
+Release:1%{?dist}
 Summary:Load mix-ins or components to your C3-based class 
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -16,6 +16,8 @@
 # cpan
 BuildRequires: perl(Class::C3)
 BuildRequires: perl(Class::Inspector)
+BuildRequires: perl(MRO::Compat)
+# testing
 BuildRequires: perl(Test::Exception)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
@@ -72,6 +74,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 1.0004-1
+- update to 1.0004
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0003-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 29 May 2008 06:23:52 -  1.3
+++ sources 19 Apr 2009 00:31:26 -  1.4
@@ -1 +1 @@
-f388783d0ea20f507e61f35677041a3e  Class-C3-Componentised-1.0003.tar.gz
+d4e8fd4f123cc52343b79fe5b434e8d3  Class-C3-Componentised-1.0004.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-MOP/devel .cvsignore, 1.28, 1.29 perl-Class-MOP.spec, 1.33, 1.34 sources, 1.27, 1.28

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-MOP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6188

Modified Files:
.cvsignore perl-Class-MOP.spec sources 
Log Message:
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.81-1
- update to 0.81



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- .cvsignore  5 Apr 2009 05:51:32 -   1.28
+++ .cvsignore  19 Apr 2009 00:33:57 -  1.29
@@ -1 +1 @@
-Class-MOP-0.80.tar.gz
+Class-MOP-0.81.tar.gz


Index: perl-Class-MOP.spec
===
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- perl-Class-MOP.spec 5 Apr 2009 05:51:32 -   1.33
+++ perl-Class-MOP.spec 19 Apr 2009 00:33:58 -  1.34
@@ -1,5 +1,5 @@
 Name:   perl-Class-MOP
-Version:0.80
+Version:0.81
 Release:1%{?dist}
 Summary:Metaobject programming model for Perl
 License:GPL+ or Artistic
@@ -91,6 +91,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.81-1
+- update to 0.81
+
 * Sat Apr 04 2009 Chris Weyl cw...@alumni.drew.edu 0.80-1
 - update to 0.80
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 5 Apr 2009 05:51:32 -   1.27
+++ sources 19 Apr 2009 00:33:58 -  1.28
@@ -1 +1 @@
-85c480850e1ffc795366159d79b241c4  Class-MOP-0.80.tar.gz
+b95da41b87881b8df325e5693e7a3fa8  Class-MOP-0.81.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-C3-Componentised/F-10 perl-Class-C3-Componentised.spec, 1.4, 1.5 sources, 1.3, 1.4

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Componentised/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6752

Modified Files:
perl-Class-C3-Componentised.spec sources 
Log Message:
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 1.0004-1
- update to 1.0004



Index: perl-Class-C3-Componentised.spec
===
RCS file: 
/cvs/extras/rpms/perl-Class-C3-Componentised/F-10/perl-Class-C3-Componentised.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Class-C3-Componentised.spec29 May 2008 06:23:52 -  1.4
+++ perl-Class-C3-Componentised.spec19 Apr 2009 00:37:09 -  1.5
@@ -1,5 +1,5 @@
 Name:   perl-Class-C3-Componentised
-Version:1.0003
+Version:1.0004
 Release:1%{?dist}
 Summary:Load mix-ins or components to your C3-based class 
 License:GPL+ or Artistic
@@ -16,6 +16,8 @@
 # cpan
 BuildRequires: perl(Class::C3)
 BuildRequires: perl(Class::Inspector)
+BuildRequires: perl(MRO::Compat)
+# testing
 BuildRequires: perl(Test::Exception)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
@@ -72,6 +74,12 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 1.0004-1
+- update to 1.0004
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0003-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed May 28 2008 Chris Weyl cw...@alumni.drew.edu 1.0003-1
 - update to 1.0003
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Componentised/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 29 May 2008 06:23:52 -  1.3
+++ sources 19 Apr 2009 00:37:09 -  1.4
@@ -1 +1 @@
-f388783d0ea20f507e61f35677041a3e  Class-C3-Componentised-1.0003.tar.gz
+d4e8fd4f123cc52343b79fe5b434e8d3  Class-C3-Componentised-1.0004.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Moose/devel .cvsignore, 1.27, 1.28 perl-Moose.spec, 1.37, 1.38 sources, 1.27, 1.28

2009-04-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Moose/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9839

Modified Files:
.cvsignore perl-Moose.spec sources 
Log Message:
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.74-1
- update to 0.74



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore  2 Apr 2009 06:22:46 -   1.27
+++ .cvsignore  19 Apr 2009 00:52:24 -  1.28
@@ -1 +1 @@
-Moose-0.73.tar.gz
+Moose-0.74.tar.gz


Index: perl-Moose.spec
===
RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- perl-Moose.spec 2 Apr 2009 06:22:47 -   1.37
+++ perl-Moose.spec 19 Apr 2009 00:52:24 -  1.38
@@ -1,5 +1,5 @@
 Name:   perl-Moose
-Version:0.73
+Version:0.74
 Release:1%{?dist}
 Summary:Complete modern object system for Perl 5
 License:GPL+ or Artistic
@@ -15,7 +15,7 @@
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Class::MOP) = 0.79
+BuildRequires:  perl(Class::MOP) = 0.81
 BuildRequires:  perl(Data::OptList)
 BuildRequires:  perl(Filter::Simple) 
 BuildRequires:  perl(List::MoreUtils)= 0.12
@@ -110,6 +110,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.74-1
+- update to 0.74
+
 * Wed Apr 01 2009 Chris Weyl cw...@alumni.drew.edu 0.73-1
 - update to 0.73
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources 2 Apr 2009 06:22:47 -   1.27
+++ sources 19 Apr 2009 00:52:24 -  1.28
@@ -1 +1 @@
-ee5c50436480372a26f268a91e4b2932  Moose-0.73.tar.gz
+7a7471252c9b111c121d4669ca2111e9  Moose-0.74.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Params-Validate/devel .cvsignore, 1.7, 1.8 perl-MooseX-Params-Validate.spec, 1.9, 1.10 sources, 1.6, 1.7

2009-04-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Params-Validate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11039

Modified Files:
.cvsignore perl-MooseX-Params-Validate.spec sources 
Log Message:
* Sun Apr 19 2009 Chris Weyl cw...@alumni.drew.edu 0.09-1
- update to 0.09



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore  10 Jan 2009 18:45:52 -  1.7
+++ .cvsignore  19 Apr 2009 20:28:29 -  1.8
@@ -1,4 +1 @@
-MooseX-Params-Validate-0.07.tar.gz
-*.rpm
-*.gz
-clog
+MooseX-Params-Validate-0.09.tar.gz


Index: perl-MooseX-Params-Validate.spec
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Params-Validate/devel/perl-MooseX-Params-Validate.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-MooseX-Params-Validate.spec26 Feb 2009 22:34:33 -  1.9
+++ perl-MooseX-Params-Validate.spec19 Apr 2009 20:28:29 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Params-Validate
-Version:0.07
-Release:3%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Extension of Params::Validate using Moose's types
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 19 2009 Chris Weyl cw...@alumni.drew.edu 0.09-1
+- update to 0.09
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Params-Validate/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 30 Dec 2008 16:13:08 -  1.6
+++ sources 19 Apr 2009 20:28:29 -  1.7
@@ -1 +1 @@
-d4ee0b346bcafd84a5bf994e2fcee713  MooseX-Params-Validate-0.07.tar.gz
+32f356facb51480c1f12d485e749cd08  MooseX-Params-Validate-0.09.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-StrictConstructor/devel .cvsignore, 1.2, 1.3 perl-MooseX-StrictConstructor.spec, 1.4, 1.5 sources, 1.2, 1.3

2009-04-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-StrictConstructor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11782

Modified Files:
.cvsignore perl-MooseX-StrictConstructor.spec sources 
Log Message:
* Sun Apr 19 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
- update to 0.08



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-StrictConstructor/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  30 Oct 2008 06:54:53 -  1.2
+++ .cvsignore  19 Apr 2009 20:31:47 -  1.3
@@ -1 +1 @@
-MooseX-StrictConstructor-0.07.tar.gz
+MooseX-StrictConstructor-0.08.tar.gz


Index: perl-MooseX-StrictConstructor.spec
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-StrictConstructor/devel/perl-MooseX-StrictConstructor.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-MooseX-StrictConstructor.spec  26 Feb 2009 22:39:31 -  1.4
+++ perl-MooseX-StrictConstructor.spec  19 Apr 2009 20:31:47 -  1.5
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-StrictConstructor 
-Version:0.07 
-Release:4%{?dist}
+Version:0.08
+Release:1%{?dist}
 # see lib/MooseX/StrictConstructor.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -12,7 +12,7 @@
 BuildArch:  noarch
 BuildRequires: perl(ExtUtils::MakeMaker) 
 BuildRequires: perl(Module::Build::Compat)
-BuildRequires: perl(Moose) = 0.56
+BuildRequires: perl(Moose) = 0.74
 BuildRequires: perl(Test::More)
 
 
@@ -51,6 +51,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Apr 19 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- update to 0.08
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-StrictConstructor/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Oct 2008 06:54:53 -  1.2
+++ sources 19 Apr 2009 20:31:47 -  1.3
@@ -1 +1 @@
-f5c258dfb52699b261c9ab1458d6f64c  MooseX-StrictConstructor-0.07.tar.gz
+c8a293d07050bffda541d76ef591a13e  MooseX-StrictConstructor-0.08.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel .cvsignore, 1.2, 1.3 perl-MooseX-Emulate-Class-Accessor-Fast.spec, 1.2, 1.3 sources, 1.2, 1.3

2009-04-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20328

Modified Files:
.cvsignore perl-MooseX-Emulate-Class-Accessor-Fast.spec 
sources 
Log Message:
* Sun Apr 19 2009 Chris Weyl cw...@alumni.drew.edu 0.00801-1
- update to 0.00801



Index: .cvsignore
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  13 Feb 2009 23:20:09 -  1.2
+++ .cvsignore  20 Apr 2009 04:26:44 -  1.3
@@ -1 +1 @@
-MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz
+MooseX-Emulate-Class-Accessor-Fast-0.00801.tar.gz


Index: perl-MooseX-Emulate-Class-Accessor-Fast.spec
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/perl-MooseX-Emulate-Class-Accessor-Fast.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-MooseX-Emulate-Class-Accessor-Fast.spec26 Feb 2009 22:22:19 
-  1.2
+++ perl-MooseX-Emulate-Class-Accessor-Fast.spec20 Apr 2009 04:26:44 
-  1.3
@@ -1,12 +1,12 @@
 Name:   perl-MooseX-Emulate-Class-Accessor-Fast 
-Version:0.00800 
-Release:2%{?dist}
+Version:0.00801
+Release:1%{?dist}
 # lib/MooseX/Adopt/Class/Accessor/Fast.pm - GPL+ or Artistic
 # lib/MooseX/Emulate/Class/Accessor/Fast.pm - GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Summary:Emulate Class::Accessor::Fast behavior using Moose attributes 
-Source: 
http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
 
 Url:http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -60,6 +60,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Apr 19 2009 Chris Weyl cw...@alumni.drew.edu 0.00801-1
+- update to 0.00801
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.00800-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 13 Feb 2009 23:20:09 -  1.2
+++ sources 20 Apr 2009 04:26:44 -  1.3
@@ -1 +1 @@
-050c85f8f30584bcfafe4f96af4d9ef0  
MooseX-Emulate-Class-Accessor-Fast-0.00800.tar.gz
+a6811b85067df2e12fde0a6d0289cc36  
MooseX-Emulate-Class-Accessor-Fast-0.00801.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Test-Aggregate/devel import.log, NONE, 1.1 perl-Test-Aggregate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-21 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Test-Aggregate/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv816/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Test-Aggregate.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Test-Aggregate-0_35-1_fc10:HEAD:perl-Test-Aggregate-0.35-1.fc10.src.rpm:1240347789


--- NEW FILE perl-Test-Aggregate.spec ---
Name:   perl-Test-Aggregate 
Version:0.35 
Release:1%{?dist}
# lib/Test/Aggregate.pm - GPL+ or Artistic
# lib/Test/Aggregate/Builder.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Aggregate C*.t tests to make them run faster 
Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Aggregate-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Test-Aggregate
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FindBin)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Harness) = 3.09
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Simple) = 0.74
# optional tests
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

%description
*WARNING*: this is ALPHA code. The interface is not guaranteed to be
stable.

A common problem with many test suites is that they can take a
long time to run. The longer they run, the less likely you are to run
the tests. This module borrows a trick from 'Apache::Registry' to load
up your tests at once, create a separate package for each test and wraps
each package in a method named 'run_the_tests'. This allows us to load
perl only once and related modules only once. If you have modules which
are expensive to load, this can dramatically speed up a test suite.

%prep
%setup -q -n Test-Aggregate-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.35-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.35-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Test-Aggregate/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  21 Apr 2009 20:21:36 -  1.1
+++ .cvsignore  21 Apr 2009 21:04:31 -  1.2
@@ -0,0 +1 @@
+Test-Aggregate-0.35.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Test-Aggregate/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 Apr 2009 20:21:36 -  1.1
+++ sources 21 Apr 2009 21:04:31 -  1.2
@@ -0,0 +1 @@
+42777c369156669942cae1c790538b26  Test-Aggregate-0.35.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check/devel import.log, NONE, 1.1 perl-B-Hooks-OP-Check.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-21 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv895/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-B-Hooks-OP-Check.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-0_15-1_fc10:HEAD:perl-B-Hooks-OP-Check-0.15-1.fc10.src.rpm:1240347812


--- NEW FILE perl-B-Hooks-OP-Check.spec ---
Name:   perl-B-Hooks-OP-Check 
Version:0.15 
Release:1%{?dist}
# lib/B/Hooks/OP/Check.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Wrap OP check callbacks 
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(parent)
# testing
BuildRequires: perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
This module provides a C API for XS modules to hook into the callbacks
of 'PL_check'.  

%prep
%setup -q -n B-Hooks-OP-Check-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  21 Apr 2009 20:24:40 -  1.1
+++ .cvsignore  21 Apr 2009 21:04:44 -  1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-0.15.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 Apr 2009 20:24:40 -  1.1
+++ sources 21 Apr 2009 21:04:44 -  1.2
@@ -0,0 +1 @@
+86aab1440d1fe933ebd4cf71d4a67ac2  B-Hooks-OP-Check-0.15.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check/F-9 import.log, NONE, 1.1 perl-B-Hooks-OP-Check.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-21 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3255/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-B-Hooks-OP-Check.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-0_15-1_fc10:F-9:perl-B-Hooks-OP-Check-0.15-1.fc10.src.rpm:1240348291


--- NEW FILE perl-B-Hooks-OP-Check.spec ---
Name:   perl-B-Hooks-OP-Check 
Version:0.15 
Release:1%{?dist}
# lib/B/Hooks/OP/Check.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Wrap OP check callbacks 
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(parent)
# testing
BuildRequires: perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
This module provides a C API for XS modules to hook into the callbacks
of 'PL_check'.  

%prep
%setup -q -n B-Hooks-OP-Check-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  21 Apr 2009 20:24:40 -  1.1
+++ .cvsignore  21 Apr 2009 21:12:20 -  1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-0.15.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 Apr 2009 20:24:40 -  1.1
+++ sources 21 Apr 2009 21:12:20 -  1.2
@@ -0,0 +1 @@
+86aab1440d1fe933ebd4cf71d4a67ac2  B-Hooks-OP-Check-0.15.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Test-Aggregate/F-9 import.log, NONE, 1.1 perl-Test-Aggregate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-21 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Test-Aggregate/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3710/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Test-Aggregate.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Test-Aggregate-0_35-1_fc10:F-9:perl-Test-Aggregate-0.35-1.fc10.src.rpm:1240348297


--- NEW FILE perl-Test-Aggregate.spec ---
Name:   perl-Test-Aggregate 
Version:0.35 
Release:1%{?dist}
# lib/Test/Aggregate.pm - GPL+ or Artistic
# lib/Test/Aggregate/Builder.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Aggregate C*.t tests to make them run faster 
Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Aggregate-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Test-Aggregate
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FindBin)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Harness) = 3.09
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Simple) = 0.74
# optional tests
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

%description
*WARNING*: this is ALPHA code. The interface is not guaranteed to be
stable.

A common problem with many test suites is that they can take a
long time to run. The longer they run, the less likely you are to run
the tests. This module borrows a trick from 'Apache::Registry' to load
up your tests at once, create a separate package for each test and wraps
each package in a method named 'run_the_tests'. This allows us to load
perl only once and related modules only once. If you have modules which
are expensive to load, this can dramatically speed up a test suite.

%prep
%setup -q -n Test-Aggregate-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.35-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.35-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Test-Aggregate/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  21 Apr 2009 20:21:36 -  1.1
+++ .cvsignore  21 Apr 2009 21:13:32 -  1.2
@@ -0,0 +1 @@
+Test-Aggregate-0.35.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Test-Aggregate/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 Apr 2009 20:21:36 -  1.1
+++ sources 21 Apr 2009 21:13:33 -  1.2
@@ -0,0 +1 @@
+42777c369156669942cae1c790538b26  Test-Aggregate-0.35.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check/F-10 import.log, NONE, 1.1 perl-B-Hooks-OP-Check.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-21 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5664/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-B-Hooks-OP-Check.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-0_15-1_fc10:F-10:perl-B-Hooks-OP-Check-0.15-1.fc10.src.rpm:1240348721


--- NEW FILE perl-B-Hooks-OP-Check.spec ---
Name:   perl-B-Hooks-OP-Check 
Version:0.15 
Release:1%{?dist}
# lib/B/Hooks/OP/Check.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Wrap OP check callbacks 
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(parent)
# testing
BuildRequires: perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
This module provides a C API for XS modules to hook into the callbacks
of 'PL_check'.  

%prep
%setup -q -n B-Hooks-OP-Check-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  21 Apr 2009 20:24:40 -  1.1
+++ .cvsignore  21 Apr 2009 21:19:36 -  1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-0.15.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 Apr 2009 20:24:40 -  1.1
+++ sources 21 Apr 2009 21:19:36 -  1.2
@@ -0,0 +1 @@
+86aab1440d1fe933ebd4cf71d4a67ac2  B-Hooks-OP-Check-0.15.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Test-Aggregate/F-10 import.log, NONE, 1.1 perl-Test-Aggregate.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-21 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Test-Aggregate/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5680/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Test-Aggregate.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Test-Aggregate-0_35-1_fc10:F-10:perl-Test-Aggregate-0.35-1.fc10.src.rpm:1240348721


--- NEW FILE perl-Test-Aggregate.spec ---
Name:   perl-Test-Aggregate 
Version:0.35 
Release:1%{?dist}
# lib/Test/Aggregate.pm - GPL+ or Artistic
# lib/Test/Aggregate/Builder.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Aggregate C*.t tests to make them run faster 
Source: 
http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Aggregate-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Test-Aggregate
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(FindBin)
BuildRequires: perl(Module::Build::Compat)
BuildRequires: perl(Test::Harness) = 3.09
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Test::Simple) = 0.74
# optional tests
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)

%description
*WARNING*: this is ALPHA code. The interface is not guaranteed to be
stable.

A common problem with many test suites is that they can take a
long time to run. The longer they run, the less likely you are to run
the tests. This module borrows a trick from 'Apache::Registry' to load
up your tests at once, create a separate package for each test and wraps
each package in a method named 'run_the_tests'. This allows us to load
perl only once and related modules only once. If you have modules which
are expensive to load, this can dramatically speed up a test suite.

%prep
%setup -q -n Test-Aggregate-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.35-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.35-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Test-Aggregate/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  21 Apr 2009 20:21:36 -  1.1
+++ .cvsignore  21 Apr 2009 21:19:42 -  1.2
@@ -0,0 +1 @@
+Test-Aggregate-0.35.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Test-Aggregate/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 21 Apr 2009 20:21:36 -  1.1
+++ sources 21 Apr 2009 21:19:43 -  1.2
@@ -0,0 +1 @@
+42777c369156669942cae1c790538b26  Test-Aggregate-0.35.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check-StashChange/devel import.log, NONE, 1.1 perl-B-Hooks-OP-Check-StashChange.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23706/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-B-Hooks-OP-Check-StashChange.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-StashChange-0_06-1_fc10:HEAD:perl-B-Hooks-OP-Check-StashChange-0.06-1.fc10.src.rpm:1240550025


--- NEW FILE perl-B-Hooks-OP-Check-StashChange.spec ---
Name:   perl-B-Hooks-OP-Check-StashChange
Version:0.06
Release:1%{?dist}
Summary:Invoke callbacks when the stash code is being compiled in 
changes
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/B-Hooks-OP-Check-StashChange/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Hooks-OP-Check-StashChange-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

BuildRequires:  perl(B::Hooks::OP::Check) = 0.14
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(parent)
# testing
BuildRequires:  perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
Register callbacks when an opcode is being compiled in a different namespace
than the previous one.

%prep
%setup -q -n B-Hooks-OP-Check-StashChange-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Tue Apr 21 2009 Chris Weyl cw...@alumni.drew.edu 0.06-1
- update to 0.06

* Tue Apr 21 2009 Chris Weyl cw...@alumni.drew.edu 0.05-2
- add missing ExtUtils::Depends BR

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.05-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.05-0
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:36:55 -  1.1
+++ .cvsignore  24 Apr 2009 05:13:47 -  1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-StashChange-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:36:55 -  1.1
+++ sources 24 Apr 2009 05:13:47 -  1.2
@@ -0,0 +1 @@
+193987521eac4e65af7d0414ef60a21a  B-Hooks-OP-Check-StashChange-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check-StashChange/F-9 import.log, NONE, 1.1 perl-B-Hooks-OP-Check-StashChange.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25272/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-B-Hooks-OP-Check-StashChange.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-StashChange-0_06-1_fc10:F-9:perl-B-Hooks-OP-Check-StashChange-0.06-1.fc10.src.rpm:1240550370


--- NEW FILE perl-B-Hooks-OP-Check-StashChange.spec ---
Name:   perl-B-Hooks-OP-Check-StashChange
Version:0.06
Release:1%{?dist}
Summary:Invoke callbacks when the stash code is being compiled in 
changes
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/B-Hooks-OP-Check-StashChange/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Hooks-OP-Check-StashChange-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

BuildRequires:  perl(B::Hooks::OP::Check) = 0.14
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(parent)
# testing
BuildRequires:  perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
Register callbacks when an opcode is being compiled in a different namespace
than the previous one.

%prep
%setup -q -n B-Hooks-OP-Check-StashChange-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Tue Apr 21 2009 Chris Weyl cw...@alumni.drew.edu 0.06-1
- update to 0.06

* Tue Apr 21 2009 Chris Weyl cw...@alumni.drew.edu 0.05-2
- add missing ExtUtils::Depends BR

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.05-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.05-0
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:36:55 -  1.1
+++ .cvsignore  24 Apr 2009 05:19:32 -  1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-StashChange-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:36:55 -  1.1
+++ sources 24 Apr 2009 05:19:32 -  1.2
@@ -0,0 +1 @@
+193987521eac4e65af7d0414ef60a21a  B-Hooks-OP-Check-StashChange-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check-StashChange/F-10 import.log, NONE, 1.1 perl-B-Hooks-OP-Check-StashChange.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26233/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-B-Hooks-OP-Check-StashChange.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-B-Hooks-OP-Check-StashChange-0_06-1_fc10:F-10:perl-B-Hooks-OP-Check-StashChange-0.06-1.fc10.src.rpm:1240550684


--- NEW FILE perl-B-Hooks-OP-Check-StashChange.spec ---
Name:   perl-B-Hooks-OP-Check-StashChange
Version:0.06
Release:1%{?dist}
Summary:Invoke callbacks when the stash code is being compiled in 
changes
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/B-Hooks-OP-Check-StashChange/
Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/B-Hooks-OP-Check-StashChange-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

BuildRequires:  perl(B::Hooks::OP::Check) = 0.14
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::Depends)
BuildRequires:  perl(parent)
# testing
BuildRequires:  perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
Register callbacks when an opcode is being compiled in a different namespace
than the previous one.

%prep
%setup -q -n B-Hooks-OP-Check-StashChange-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Tue Apr 21 2009 Chris Weyl cw...@alumni.drew.edu 0.06-1
- update to 0.06

* Tue Apr 21 2009 Chris Weyl cw...@alumni.drew.edu 0.05-2
- add missing ExtUtils::Depends BR

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.05-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.05-0
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:36:55 -  1.1
+++ .cvsignore  24 Apr 2009 05:24:46 -  1.2
@@ -0,0 +1 @@
+B-Hooks-OP-Check-StashChange-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check-StashChange/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:36:55 -  1.1
+++ sources 24 Apr 2009 05:24:46 -  1.2
@@ -0,0 +1 @@
+193987521eac4e65af7d0414ef60a21a  B-Hooks-OP-Check-StashChange-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-MethodAttributes/devel import.log, NONE, 1.1 perl-MooseX-MethodAttributes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28034/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-MethodAttributes.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-MooseX-MethodAttributes-0_06-2_fc10:HEAD:perl-MooseX-MethodAttributes-0.06-2.fc10.src.rpm:1240551336


--- NEW FILE perl-MooseX-MethodAttributes.spec ---
Name:   perl-MooseX-MethodAttributes 
Version:0.06 
Release:2%{?dist}
# lib/MooseX/MethodAttributes.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Introspect your method code attributes
Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-MethodAttributes
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose) = 0.70
BuildRequires: perl(MooseX::Types) = 0.06
BuildRequires: perl(namespace::clean)
# testing
BuildRequires: perl(Test::More)

%description
This module allows code attributes of methods to be introspected using
Moose meta method objects.


%prep
%setup -q -n MooseX-MethodAttributes-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-2
- must remember to check summary! *sigh*

* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-1
- submission

* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:48:29 -  1.1
+++ .cvsignore  24 Apr 2009 05:35:38 -  1.2
@@ -0,0 +1 @@
+MooseX-MethodAttributes-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:48:29 -  1.1
+++ sources 24 Apr 2009 05:35:38 -  1.2
@@ -0,0 +1 @@
+9db312b0fe2b5311aac1f7c68b3133df  MooseX-MethodAttributes-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-MethodAttributes/F-9 import.log, NONE, 1.1 perl-MooseX-MethodAttributes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28874/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-MethodAttributes.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-MooseX-MethodAttributes-0_06-2_fc10:F-9:perl-MooseX-MethodAttributes-0.06-2.fc10.src.rpm:1240551620


--- NEW FILE perl-MooseX-MethodAttributes.spec ---
Name:   perl-MooseX-MethodAttributes 
Version:0.06 
Release:2%{?dist}
# lib/MooseX/MethodAttributes.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Introspect your method code attributes
Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-MethodAttributes
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose) = 0.70
BuildRequires: perl(MooseX::Types) = 0.06
BuildRequires: perl(namespace::clean)
# testing
BuildRequires: perl(Test::More)

%description
This module allows code attributes of methods to be introspected using
Moose meta method objects.


%prep
%setup -q -n MooseX-MethodAttributes-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-2
- must remember to check summary! *sigh*

* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-1
- submission

* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:48:29 -  1.1
+++ .cvsignore  24 Apr 2009 05:40:22 -  1.2
@@ -0,0 +1 @@
+MooseX-MethodAttributes-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:48:29 -  1.1
+++ sources 24 Apr 2009 05:40:22 -  1.2
@@ -0,0 +1 @@
+9db312b0fe2b5311aac1f7c68b3133df  MooseX-MethodAttributes-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-MethodAttributes/F-10 import.log, NONE, 1.1 perl-MooseX-MethodAttributes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29601/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-MethodAttributes.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-MooseX-MethodAttributes-0_06-2_fc10:F-10:perl-MooseX-MethodAttributes-0.06-2.fc10.src.rpm:1240551853


--- NEW FILE perl-MooseX-MethodAttributes.spec ---
Name:   perl-MooseX-MethodAttributes 
Version:0.06 
Release:2%{?dist}
# lib/MooseX/MethodAttributes.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Introspect your method code attributes
Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-MethodAttributes
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Moose) = 0.70
BuildRequires: perl(MooseX::Types) = 0.06
BuildRequires: perl(namespace::clean)
# testing
BuildRequires: perl(Test::More)

%description
This module allows code attributes of methods to be introspected using
Moose meta method objects.


%prep
%setup -q -n MooseX-MethodAttributes-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-2
- must remember to check summary! *sigh*

* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-1
- submission

* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:48:29 -  1.1
+++ .cvsignore  24 Apr 2009 05:44:15 -  1.2
@@ -0,0 +1 @@
+MooseX-MethodAttributes-0.06.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:48:29 -  1.1
+++ sources 24 Apr 2009 05:44:15 -  1.2
@@ -0,0 +1 @@
+9db312b0fe2b5311aac1f7c68b3133df  MooseX-MethodAttributes-0.06.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-RT-Client-REST/devel import.log, NONE, 1.1 perl-RT-Client-REST.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-24 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-RT-Client-REST/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6548/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-RT-Client-REST.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-RT-Client-REST-0_37-1_fc10:HEAD:perl-RT-Client-REST-0.37-1.fc10.src.rpm:1240554395


--- NEW FILE perl-RT-Client-REST.spec ---
Name:   perl-RT-Client-REST 
Version:0.37 
Release:1%{?dist}
# lib/RT/Client/REST.pm - GPLv2
# see also /usr/bin/rt from the rt3 package
License:GPLv2
Group:  Development/Libraries
Summary:Talk to RT using REST protocol 
Source: 
http://search.cpan.org/CPAN/authors/id/D/DM/DMITRI/RT-Client-REST-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/RT-Client-REST
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(Encode)
BuildRequires: perl(Error)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(LWP)
BuildRequires: perl(Params::Validate)
# testing
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Kwalitee)

%description
*RT::Client::REST* is */usr/bin/rt* converted to a Perl module. I needed
to implement some RT interactions from my application, but did not feel
that invoking a shell command is appropriate. Thus, I took *rt* tool,
written by Abhijit Menon-Sen, and converted it to an object-oriented
Perl module.


%prep
%setup -q -n RT-Client-REST-%{version}

cat Changes | iconv -f iso8859-1 -t utf8  x
mv x Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.37-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.37-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-RT-Client-REST/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:49:32 -  1.1
+++ .cvsignore  24 Apr 2009 06:26:39 -  1.2
@@ -0,0 +1 @@
+RT-Client-REST-0.37.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-RT-Client-REST/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:49:32 -  1.1
+++ sources 24 Apr 2009 06:26:39 -  1.2
@@ -0,0 +1 @@
+383bf572afdb8040641d4d413ef96476  RT-Client-REST-0.37.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-RT-Client-REST/F-9 import.log, NONE, 1.1 perl-RT-Client-REST.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-24 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-RT-Client-REST/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8690/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-RT-Client-REST.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-RT-Client-REST-0_37-1_fc10:F-9:perl-RT-Client-REST-0.37-1.fc10.src.rpm:1240554793


--- NEW FILE perl-RT-Client-REST.spec ---
Name:   perl-RT-Client-REST 
Version:0.37 
Release:1%{?dist}
# lib/RT/Client/REST.pm - GPLv2
# see also /usr/bin/rt from the rt3 package
License:GPLv2
Group:  Development/Libraries
Summary:Talk to RT using REST protocol 
Source: 
http://search.cpan.org/CPAN/authors/id/D/DM/DMITRI/RT-Client-REST-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/RT-Client-REST
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(Encode)
BuildRequires: perl(Error)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(LWP)
BuildRequires: perl(Params::Validate)
# testing
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Kwalitee)

%description
*RT::Client::REST* is */usr/bin/rt* converted to a Perl module. I needed
to implement some RT interactions from my application, but did not feel
that invoking a shell command is appropriate. Thus, I took *rt* tool,
written by Abhijit Menon-Sen, and converted it to an object-oriented
Perl module.


%prep
%setup -q -n RT-Client-REST-%{version}

cat Changes | iconv -f iso8859-1 -t utf8  x
mv x Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.37-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.37-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-RT-Client-REST/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:49:32 -  1.1
+++ .cvsignore  24 Apr 2009 06:33:15 -  1.2
@@ -0,0 +1 @@
+RT-Client-REST-0.37.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-RT-Client-REST/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:49:32 -  1.1
+++ sources 24 Apr 2009 06:33:15 -  1.2
@@ -0,0 +1 @@
+383bf572afdb8040641d4d413ef96476  RT-Client-REST-0.37.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-RT-Client-REST/F-10 import.log, NONE, 1.1 perl-RT-Client-REST.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-04-24 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-RT-Client-REST/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9738/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-RT-Client-REST.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-RT-Client-REST-0_37-1_fc10:F-10:perl-RT-Client-REST-0.37-1.fc10.src.rpm:1240555091


--- NEW FILE perl-RT-Client-REST.spec ---
Name:   perl-RT-Client-REST 
Version:0.37 
Release:1%{?dist}
# lib/RT/Client/REST.pm - GPLv2
# see also /usr/bin/rt from the rt3 package
License:GPLv2
Group:  Development/Libraries
Summary:Talk to RT using REST protocol 
Source: 
http://search.cpan.org/CPAN/authors/id/D/DM/DMITRI/RT-Client-REST-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/RT-Client-REST
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(Encode)
BuildRequires: perl(Error)
BuildRequires: perl(Exception::Class)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(HTTP::Request::Common)
BuildRequires: perl(LWP)
BuildRequires: perl(Params::Validate)
# testing
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Kwalitee)

%description
*RT::Client::REST* is */usr/bin/rt* converted to a Perl module. I needed
to implement some RT interactions from my application, but did not feel
that invoking a shell command is appropriate. Thus, I took *rt* tool,
written by Abhijit Menon-Sen, and converted it to an object-oriented
Perl module.


%prep
%setup -q -n RT-Client-REST-%{version}

cat Changes | iconv -f iso8859-1 -t utf8  x
mv x Changes

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc README Changes examples/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.37-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.37-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-RT-Client-REST/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  23 Apr 2009 16:49:32 -  1.1
+++ .cvsignore  24 Apr 2009 06:38:14 -  1.2
@@ -0,0 +1 @@
+RT-Client-REST-0.37.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-RT-Client-REST/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 23 Apr 2009 16:49:32 -  1.1
+++ sources 24 Apr 2009 06:38:15 -  1.2
@@ -0,0 +1 @@
+383bf572afdb8040641d4d413ef96476  RT-Client-REST-0.37.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Getopt/devel .cvsignore, 1.5, 1.6 perl-MooseX-Getopt.spec, 1.8, 1.9 sources, 1.5, 1.6

2009-04-25 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Getopt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9559

Modified Files:
.cvsignore perl-MooseX-Getopt.spec sources 
Log Message:
* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.18-1
- update to 0.18



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore  9 Sep 2008 06:01:32 -   1.5
+++ .cvsignore  26 Apr 2009 03:47:29 -  1.6
@@ -1 +1 @@
-MooseX-Getopt-0.15.tar.gz
+MooseX-Getopt-0.18.tar.gz


Index: perl-MooseX-Getopt.spec
===
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/perl-MooseX-Getopt.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-MooseX-Getopt.spec 26 Feb 2009 22:23:17 -  1.8
+++ perl-MooseX-Getopt.spec 26 Apr 2009 03:47:29 -  1.9
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Getopt
-Version:0.15
-Release:2%{?dist}
+Version:0.18
+Release:1%{?dist}
 Summary:Moose role for processing command line options
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,7 +14,7 @@
 BuildRequires:  perl(Getopt::Long::Descriptive)
 # 2.35 is what we have in F-8 perl -- tests all pass
 BuildRequires:  perl(Getopt::Long)  = 2.35
-BuildRequires:  perl(Moose) = 0.43
+BuildRequires:  perl(Moose) = 0.56
 
 # tests...
 BuildRequires:  perl(Test::More)  = 0.62
@@ -61,6 +61,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.18-1
+- update to 0.18
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Getopt/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 9 Sep 2008 06:01:32 -   1.5
+++ sources 26 Apr 2009 03:47:29 -  1.6
@@ -1 +1 @@
-b3269f83b588f1bdcbe25ea450ec3b96  MooseX-Getopt-0.15.tar.gz
+10dff3c6b5c5dfb3f1dafed05229437c  MooseX-Getopt-0.18.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Fedora-Bugzilla/devel .cvsignore, 1.3, 1.4 perl-Fedora-Bugzilla.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-04-25 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Fedora-Bugzilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30826

Modified Files:
.cvsignore perl-Fedora-Bugzilla.spec sources 
Log Message:
* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
- update to 0.10
- alter source0 to point to the CPAN



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  25 Feb 2009 05:07:31 -  1.3
+++ .cvsignore  26 Apr 2009 05:42:57 -  1.4
@@ -1 +1 @@
-Fedora-Bugzilla-0.05.tar.gz
+Fedora-Bugzilla-0.10.tar.gz


Index: perl-Fedora-Bugzilla.spec
===
RCS file: 
/cvs/extras/rpms/perl-Fedora-Bugzilla/devel/perl-Fedora-Bugzilla.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Fedora-Bugzilla.spec   25 Feb 2009 05:07:31 -  1.3
+++ perl-Fedora-Bugzilla.spec   26 Apr 2009 05:42:57 -  1.4
@@ -1,12 +1,12 @@
 Name:   perl-Fedora-Bugzilla
-Version:0.05
+Version:0.10
 Release:1%{?dist}
 Summary:Access Fedora's Bugzilla
 
 Group:  Development/Libraries
 License:LGPLv2+
 URL:http://camelus.fedorahosted.org
-Source0:
http://fedorahosted.org/releases/c/a/camelus/Fedora-Bugzilla-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Fedora-Bugzilla-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
@@ -16,7 +16,7 @@
 
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(DateTime::Format::Builder)
+BuildRequires:  perl(DateTime::Format::Pg)
 BuildRequires:  perl(Email::Address)
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(MIME::Base64)
@@ -90,6 +90,13 @@
 
 
 %changelog
+* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
+- update to 0.10
+- alter source0 to point to the CPAN
+
+* Sun Mar 22 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- update to 0.08
+
 * Tue Feb 24 2009 Chris Weyl cw...@alumni.drew.edu 0.05-1
 - update to 0.05
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 25 Feb 2009 05:07:31 -  1.3
+++ sources 26 Apr 2009 05:42:57 -  1.4
@@ -1 +1 @@
-f5fcdb82db18ecb4c65f968493056c8c  Fedora-Bugzilla-0.05.tar.gz
+26e69789213fc01c22396d1898232fc4  Fedora-Bugzilla-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Fedora-Bugzilla/F-11 perl-Fedora-Bugzilla.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-04-26 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Fedora-Bugzilla/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22043

Modified Files:
perl-Fedora-Bugzilla.spec sources 
Log Message:
* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
- update to 0.10
- alter source0 to point to the CPAN



Index: perl-Fedora-Bugzilla.spec
===
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/F-11/perl-Fedora-Bugzilla.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Fedora-Bugzilla.spec   25 Feb 2009 05:07:31 -  1.3
+++ perl-Fedora-Bugzilla.spec   26 Apr 2009 07:31:21 -  1.4
@@ -1,12 +1,12 @@
 Name:   perl-Fedora-Bugzilla
-Version:0.05
+Version:0.10
 Release:1%{?dist}
 Summary:Access Fedora's Bugzilla
 
 Group:  Development/Libraries
 License:LGPLv2+
 URL:http://camelus.fedorahosted.org
-Source0:
http://fedorahosted.org/releases/c/a/camelus/Fedora-Bugzilla-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Fedora-Bugzilla-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
@@ -16,7 +16,7 @@
 
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(Crypt::SSLeay)
-BuildRequires:  perl(DateTime::Format::Builder)
+BuildRequires:  perl(DateTime::Format::Pg)
 BuildRequires:  perl(Email::Address)
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(MIME::Base64)
@@ -90,6 +90,13 @@
 
 
 %changelog
+* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
+- update to 0.10
+- alter source0 to point to the CPAN
+
+* Sun Mar 22 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- update to 0.08
+
 * Tue Feb 24 2009 Chris Weyl cw...@alumni.drew.edu 0.05-1
 - update to 0.05
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Fedora-Bugzilla/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 25 Feb 2009 05:07:31 -  1.3
+++ sources 26 Apr 2009 07:31:21 -  1.4
@@ -1 +1 @@
-f5fcdb82db18ecb4c65f968493056c8c  Fedora-Bugzilla-0.05.tar.gz
+26e69789213fc01c22396d1898232fc4  Fedora-Bugzilla-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Install/devel .cvsignore, 1.14, 1.15 perl-Module-Install.spec, 1.18, 1.19 sources, 1.14, 1.15

2009-04-26 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26713

Modified Files:
.cvsignore perl-Module-Install.spec sources 
Log Message:
* Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.85-1
- update to 0.85
- add BR on File::Spec



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore  10 Apr 2009 04:46:16 -  1.14
+++ .cvsignore  26 Apr 2009 07:54:35 -  1.15
@@ -1 +1 @@
-Module-Install-0.82.tar.gz
+Module-Install-0.85.tar.gz


Index: perl-Module-Install.spec
===
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- perl-Module-Install.spec10 Apr 2009 04:46:16 -  1.18
+++ perl-Module-Install.spec26 Apr 2009 07:54:35 -  1.19
@@ -1,5 +1,5 @@
 Name:   perl-Module-Install
-Version:0.82
+Version:0.85
 Release:1%{?dist}
 Summary:Standalone, extensible Perl module installer
 License:GPL+ or Artistic
@@ -20,6 +20,7 @@
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(ExtUtils::ParseXS)
 BuildRequires:  perl(File::Remove) = 1.42
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::CoreList)
 BuildRequires:  perl(Module::ScanDeps)
@@ -75,6 +76,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.85-1
+- update to 0.85
+- add BR on File::Spec
+
 * Thu Apr 09 2009 Chris Weyl cw...@alumni.drew.edu 0.82-1
 - update to 0.82
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 10 Apr 2009 04:46:16 -  1.14
+++ sources 26 Apr 2009 07:54:35 -  1.15
@@ -1 +1 @@
-2f59ef8113eaedababebf111460086f2  Module-Install-0.82.tar.gz
+849e7cff274c4fb674ac26d4f3c23cb3  Module-Install-0.85.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Archive-RPM/devel import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Archive-RPM/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5252/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Archive-RPM.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Archive-RPM-0_04-1_fc10:HEAD:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236332


--- NEW FILE perl-Archive-RPM.spec ---
Name:   perl-Archive-RPM 
Version:0.04 
Release:1%{?dist}
# lib/Archive/RPM.pm - LGPLv2+
# lib/Archive/RPM/ChangeLogEntry.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Work with an RPM 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Archive-RPM
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# non-perl
BuildRequires: rpm, cpio
Requires:  rpm, cpio

BuildRequires: perl(DateTime)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::AttributeHelpers)
BuildRequires: perl(MooseX::Types::DateTime)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Path::Class)
BuildRequires: perl(RPM2) = 0.67
BuildRequires: perl(Test::More)

%description
Archive::RPM provides a more complete method of accessing an RPM's meta-
and actual data. We access this information by leveraging RPM2 where we
can, and by exploding the rpm with rpm2cpio and cpio when we need
information we can't get through RPM2.

%prep
%setup -q -n Archive-RPM-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- submission

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:11:19 -  1.1
+++ .cvsignore  2 May 2009 03:52:22 -   1.2
@@ -0,0 +1 @@
+Archive-RPM-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:11:19 -  1.1
+++ sources 2 May 2009 03:52:22 -   1.2
@@ -0,0 +1 @@
+76fc498b7bccd562de871274a3a50d86  Archive-RPM-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Archive-RPM/devel import.log,1.1,1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Archive-RPM/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6301/devel

Modified Files:
import.log 
Log Message:
initial import


Index: import.log
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log  2 May 2009 03:52:22 -   1.1
+++ import.log  2 May 2009 04:00:00 -   1.2
@@ -1 +1,2 @@
 
perl-Archive-RPM-0_04-1_fc10:HEAD:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236332
+perl-Archive-RPM-0_04-1_fc10:HEAD:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236789

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Role-XMLRPC-Client/devel import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6524/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Role-XMLRPC-Client.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:HEAD:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241236816


--- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec ---
Name:   perl-MooseX-Role-XMLRPC-Client 
Version:0.04 
Release:1%{?dist}
# lib/MooseX/Role/XMLRPC/Client.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Provide the needed bits to be a XML-RPC client 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(MooseX::Role::Parameterized) = 0.02
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(MooseX::Types::URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(RPC::XML::Client)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Crypt::SSLeay)
# see RT#44197
BuildRequires: perl(CPAN)

%description
This is a Moose role that provides the methods and attributes needed 
to enable a class to serve as an XML-RPC client.  It is parameterized
through MooseX::Role::Parameterized, so you can customize how it embeds
in your class. You can even embed it multiple times with different
paramaterization, if it strikes your fancy :-)


%prep
%setup -q -n MooseX-Role-XMLRPC-Client-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
%{?!_with_network_tests: NO_NET_TESTS=1} make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Fri May 01 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Mon Apr 27 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- update to 0.03
- skip network tests
- br on Crypt::SSLeay and CPAN (see RT#44197)

* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.02-1
- submission

* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.02-0
- update to 0.02

* Mon Apr 13 2009 Chris Weyl cw...@alumni.drew.edu 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:20:22 -  1.1
+++ .cvsignore  2 May 2009 04:00:23 -   1.2
@@ -0,0 +1 @@
+MooseX-Role-XMLRPC-Client-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:20:22 -  1.1
+++ sources 2 May 2009 04:00:23 -   1.2
@@ -0,0 +1 @@
+8d0544049075ef56d07947417bedf289  MooseX-Role-XMLRPC-Client-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Role-XMLRPC-Client/F-10 import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7018/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Role-XMLRPC-Client.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:F-10:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241236869


--- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec ---
Name:   perl-MooseX-Role-XMLRPC-Client 
Version:0.04 
Release:1%{?dist}
# lib/MooseX/Role/XMLRPC/Client.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Provide the needed bits to be a XML-RPC client 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(MooseX::Role::Parameterized) = 0.02
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(MooseX::Types::URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(RPC::XML::Client)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Crypt::SSLeay)
# see RT#44197
BuildRequires: perl(CPAN)

%description
This is a Moose role that provides the methods and attributes needed 
to enable a class to serve as an XML-RPC client.  It is parameterized
through MooseX::Role::Parameterized, so you can customize how it embeds
in your class. You can even embed it multiple times with different
paramaterization, if it strikes your fancy :-)


%prep
%setup -q -n MooseX-Role-XMLRPC-Client-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
%{?!_with_network_tests: NO_NET_TESTS=1} make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Fri May 01 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Mon Apr 27 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- update to 0.03
- skip network tests
- br on Crypt::SSLeay and CPAN (see RT#44197)

* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.02-1
- submission

* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.02-0
- update to 0.02

* Mon Apr 13 2009 Chris Weyl cw...@alumni.drew.edu 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:20:22 -  1.1
+++ .cvsignore  2 May 2009 04:01:21 -   1.2
@@ -0,0 +1 @@
+MooseX-Role-XMLRPC-Client-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:20:22 -  1.1
+++ sources 2 May 2009 04:01:21 -   1.2
@@ -0,0 +1 @@
+8d0544049075ef56d07947417bedf289  MooseX-Role-XMLRPC-Client-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Archive-RPM/F-10 import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Archive-RPM/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7040/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Archive-RPM.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Archive-RPM-0_04-1_fc10:F-10:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236870


--- NEW FILE perl-Archive-RPM.spec ---
Name:   perl-Archive-RPM 
Version:0.04 
Release:1%{?dist}
# lib/Archive/RPM.pm - LGPLv2+
# lib/Archive/RPM/ChangeLogEntry.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Work with an RPM 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Archive-RPM
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# non-perl
BuildRequires: rpm, cpio
Requires:  rpm, cpio

BuildRequires: perl(DateTime)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::AttributeHelpers)
BuildRequires: perl(MooseX::Types::DateTime)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Path::Class)
BuildRequires: perl(RPM2) = 0.67
BuildRequires: perl(Test::More)

%description
Archive::RPM provides a more complete method of accessing an RPM's meta-
and actual data. We access this information by leveraging RPM2 where we
can, and by exploding the rpm with rpm2cpio and cpio when we need
information we can't get through RPM2.

%prep
%setup -q -n Archive-RPM-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- submission

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:11:19 -  1.1
+++ .cvsignore  2 May 2009 04:01:22 -   1.2
@@ -0,0 +1 @@
+Archive-RPM-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:11:19 -  1.1
+++ sources 2 May 2009 04:01:22 -   1.2
@@ -0,0 +1 @@
+76fc498b7bccd562de871274a3a50d86  Archive-RPM-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Archive-RPM/F-9 import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Archive-RPM/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7516/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Archive-RPM.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Archive-RPM-0_04-1_fc10:F-9:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241236928


--- NEW FILE perl-Archive-RPM.spec ---
Name:   perl-Archive-RPM 
Version:0.04 
Release:1%{?dist}
# lib/Archive/RPM.pm - LGPLv2+
# lib/Archive/RPM/ChangeLogEntry.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Work with an RPM 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Archive-RPM
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# non-perl
BuildRequires: rpm, cpio
Requires:  rpm, cpio

BuildRequires: perl(DateTime)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::AttributeHelpers)
BuildRequires: perl(MooseX::Types::DateTime)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Path::Class)
BuildRequires: perl(RPM2) = 0.67
BuildRequires: perl(Test::More)

%description
Archive::RPM provides a more complete method of accessing an RPM's meta-
and actual data. We access this information by leveraging RPM2 where we
can, and by exploding the rpm with rpm2cpio and cpio when we need
information we can't get through RPM2.

%prep
%setup -q -n Archive-RPM-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- submission

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:11:19 -  1.1
+++ .cvsignore  2 May 2009 04:02:17 -   1.2
@@ -0,0 +1 @@
+Archive-RPM-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:11:19 -  1.1
+++ sources 2 May 2009 04:02:17 -   1.2
@@ -0,0 +1 @@
+76fc498b7bccd562de871274a3a50d86  Archive-RPM-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Role-XMLRPC-Client/F-11 import.log, NONE, 1.1 perl-MooseX-Role-XMLRPC-Client.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8175/F-11

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-MooseX-Role-XMLRPC-Client.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-MooseX-Role-XMLRPC-Client-0_04-1_fc10:F-11:perl-MooseX-Role-XMLRPC-Client-0.04-1.fc10.src.rpm:1241237111


--- NEW FILE perl-MooseX-Role-XMLRPC-Client.spec ---
Name:   perl-MooseX-Role-XMLRPC-Client 
Version:0.04 
Release:1%{?dist}
# lib/MooseX/Role/XMLRPC/Client.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Provide the needed bits to be a XML-RPC client 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(HTTP::Cookies)
BuildRequires: perl(MooseX::Role::Parameterized) = 0.02
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(MooseX::Types::URI)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(RPC::XML::Client)
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Crypt::SSLeay)
# see RT#44197
BuildRequires: perl(CPAN)

%description
This is a Moose role that provides the methods and attributes needed 
to enable a class to serve as an XML-RPC client.  It is parameterized
through MooseX::Role::Parameterized, so you can customize how it embeds
in your class. You can even embed it multiple times with different
paramaterization, if it strikes your fancy :-)


%prep
%setup -q -n MooseX-Role-XMLRPC-Client-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
%{?!_with_network_tests: NO_NET_TESTS=1} make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Fri May 01 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Mon Apr 27 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- update to 0.03
- skip network tests
- br on Crypt::SSLeay and CPAN (see RT#44197)

* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.02-1
- submission

* Sat Apr 25 2009 Chris Weyl cw...@alumni.drew.edu 0.02-0
- update to 0.02

* Mon Apr 13 2009 Chris Weyl cw...@alumni.drew.edu 0.01-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:20:22 -  1.1
+++ .cvsignore  2 May 2009 04:05:22 -   1.2
@@ -0,0 +1 @@
+MooseX-Role-XMLRPC-Client-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Role-XMLRPC-Client/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:20:22 -  1.1
+++ sources 2 May 2009 04:05:22 -   1.2
@@ -0,0 +1 @@
+8d0544049075ef56d07947417bedf289  MooseX-Role-XMLRPC-Client-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Archive-RPM/F-11 import.log, NONE, 1.1 perl-Archive-RPM.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-01 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Archive-RPM/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8630/F-11

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Archive-RPM.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Archive-RPM-0_04-1_fc10:F-11:perl-Archive-RPM-0.04-1.fc10.src.rpm:1241237195


--- NEW FILE perl-Archive-RPM.spec ---
Name:   perl-Archive-RPM 
Version:0.04 
Release:1%{?dist}
# lib/Archive/RPM.pm - LGPLv2+
# lib/Archive/RPM/ChangeLogEntry.pm - LGPLv2+
License:LGPLv2+
Group:  Development/Libraries
Summary:Work with an RPM 
Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/Archive-RPM-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Archive-RPM
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# non-perl
BuildRequires: rpm, cpio
Requires:  rpm, cpio

BuildRequires: perl(DateTime)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::AttributeHelpers)
BuildRequires: perl(MooseX::Types::DateTime)
BuildRequires: perl(MooseX::Types::Path::Class)
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Path::Class)
BuildRequires: perl(RPM2) = 0.67
BuildRequires: perl(Test::More)

%description
Archive::RPM provides a more complete method of accessing an RPM's meta-
and actual data. We access this information by leveraging RPM2 where we
can, and by exploding the rpm with rpm2cpio and cpio when we need
information we can't get through RPM2.

%prep
%setup -q -n Archive-RPM-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- update to 0.04

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-1
- submission

* Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.03-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  29 Apr 2009 03:11:19 -  1.1
+++ .cvsignore  2 May 2009 04:06:47 -   1.2
@@ -0,0 +1 @@
+Archive-RPM-0.04.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Archive-RPM/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 29 Apr 2009 03:11:19 -  1.1
+++ sources 2 May 2009 04:06:47 -   1.2
@@ -0,0 +1 @@
+76fc498b7bccd562de871274a3a50d86  Archive-RPM-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Mouse/devel .cvsignore, 1.7, 1.8 perl-Mouse.spec, 1.8, 1.9 sources, 1.7, 1.8

2009-05-03 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Mouse/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7686

Modified Files:
.cvsignore perl-Mouse.spec sources 
Log Message:
* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.22-1
- update to 0.22



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Mouse/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore  2 Apr 2009 07:38:43 -   1.7
+++ .cvsignore  3 May 2009 18:59:05 -   1.8
@@ -1 +1 @@
-Mouse-0.19.tar.gz
+Mouse-0.22.tar.gz


Index: perl-Mouse.spec
===
RCS file: /cvs/extras/rpms/perl-Mouse/devel/perl-Mouse.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Mouse.spec 2 Apr 2009 07:38:43 -   1.8
+++ perl-Mouse.spec 3 May 2009 18:59:05 -   1.9
@@ -1,6 +1,6 @@
 
 Name:   perl-Mouse 
-Version:0.19
+Version:0.22
 Release:1%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -82,6 +82,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.22-1
+- update to 0.22
+
 * Thu Apr 02 2009 Chris Weyl cw...@alumni.drew.edu 0.19-1
 - update to 0.19
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Mouse/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 2 Apr 2009 07:38:43 -   1.7
+++ sources 3 May 2009 18:59:05 -   1.8
@@ -1 +1 @@
-eb21c9fbf790421a3358e3cbdb92ae5f  Mouse-0.19.tar.gz
+780ace6a75fd1837be6c5c4010e05cfd  Mouse-0.22.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Mouse/F-11 perl-Mouse.spec,1.8,1.9 sources,1.7,1.8

2009-05-03 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Mouse/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8289

Modified Files:
perl-Mouse.spec sources 
Log Message:
* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.22-1
- update to 0.22



Index: perl-Mouse.spec
===
RCS file: /cvs/extras/rpms/perl-Mouse/F-11/perl-Mouse.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Mouse.spec 2 Apr 2009 07:38:43 -   1.8
+++ perl-Mouse.spec 3 May 2009 19:00:44 -   1.9
@@ -1,6 +1,6 @@
 
 Name:   perl-Mouse 
-Version:0.19
+Version:0.22
 Release:1%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -82,6 +82,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.22-1
+- update to 0.22
+
 * Thu Apr 02 2009 Chris Weyl cw...@alumni.drew.edu 0.19-1
 - update to 0.19
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Mouse/F-11/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 2 Apr 2009 07:38:43 -   1.7
+++ sources 3 May 2009 19:00:44 -   1.8
@@ -1 +1 @@
-eb21c9fbf790421a3358e3cbdb92ae5f  Mouse-0.19.tar.gz
+780ace6a75fd1837be6c5c4010e05cfd  Mouse-0.22.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Mouse/F-10 perl-Mouse.spec,1.7,1.8 sources,1.7,1.8

2009-05-03 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Mouse/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8406

Modified Files:
perl-Mouse.spec sources 
Log Message:
* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.22-1
- update to 0.22



Index: perl-Mouse.spec
===
RCS file: /cvs/extras/rpms/perl-Mouse/F-10/perl-Mouse.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Mouse.spec 2 Apr 2009 07:44:39 -   1.7
+++ perl-Mouse.spec 3 May 2009 19:00:56 -   1.8
@@ -1,6 +1,6 @@
 
 Name:   perl-Mouse 
-Version:0.19
+Version:0.22
 Release:1%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -82,6 +82,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.22-1
+- update to 0.22
+
 * Thu Apr 02 2009 Chris Weyl cw...@alumni.drew.edu 0.19-1
 - update to 0.19
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Mouse/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 2 Apr 2009 07:44:39 -   1.7
+++ sources 3 May 2009 19:00:57 -   1.8
@@ -1 +1 @@
-eb21c9fbf790421a3358e3cbdb92ae5f  Mouse-0.19.tar.gz
+780ace6a75fd1837be6c5c4010e05cfd  Mouse-0.22.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Any-Moose/F-10 import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-04 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Any-Moose/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4555/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Any-Moose.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Any-Moose-0_07-1_fc10:F-10:perl-Any-Moose-0.07-1.fc10.src.rpm:1241472362


--- NEW FILE perl-Any-Moose.spec ---
Name:   perl-Any-Moose 
Version:0.07 
Release:1%{?dist}
# lib/Any/Moose.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Use Moose or Mouse automagically
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz 
Url:http://search.cpan.org/dist/Any-Moose
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# not automagically picked up
Requires:  perl(Mouse) = 0.20

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mouse) = 0.20
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MouseX::Types)

%description
This module allows one to take advantage of the features Moose/Mouse 
provides, while allowing one to let the program author determine if Moose
or Mouse should be used; when use'd, we load Mouse if Moose isn't already
loaded, otherwise we go with Moose.

%prep
%setup -q -n Any-Moose-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
- submission

* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  4 May 2009 20:40:29 -   1.1
+++ .cvsignore  4 May 2009 21:26:13 -   1.2
@@ -0,0 +1 @@
+Any-Moose-0.07.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 4 May 2009 20:40:29 -   1.1
+++ sources 4 May 2009 21:26:13 -   1.2
@@ -0,0 +1 @@
+42db620f669d878ac4bf797415acbd06  Any-Moose-0.07.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Any-Moose/F-11 import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-04 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Any-Moose/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5028/F-11

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Any-Moose.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Any-Moose-0_07-1_fc10:F-11:perl-Any-Moose-0.07-1.fc10.src.rpm:1241472446


--- NEW FILE perl-Any-Moose.spec ---
Name:   perl-Any-Moose 
Version:0.07 
Release:1%{?dist}
# lib/Any/Moose.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Use Moose or Mouse automagically
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz 
Url:http://search.cpan.org/dist/Any-Moose
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# not automagically picked up
Requires:  perl(Mouse) = 0.20

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mouse) = 0.20
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MouseX::Types)

%description
This module allows one to take advantage of the features Moose/Mouse 
provides, while allowing one to let the program author determine if Moose
or Mouse should be used; when use'd, we load Mouse if Moose isn't already
loaded, otherwise we go with Moose.

%prep
%setup -q -n Any-Moose-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
- submission

* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  4 May 2009 20:40:29 -   1.1
+++ .cvsignore  4 May 2009 21:27:37 -   1.2
@@ -0,0 +1 @@
+Any-Moose-0.07.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 4 May 2009 20:40:29 -   1.1
+++ sources 4 May 2009 21:27:38 -   1.2
@@ -0,0 +1 @@
+42db620f669d878ac4bf797415acbd06  Any-Moose-0.07.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Any-Moose/devel import.log, NONE, 1.1 perl-Any-Moose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-04 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Any-Moose/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19911/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Any-Moose.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Any-Moose-0_07-1_fc10:HEAD:perl-Any-Moose-0.07-1.fc10.src.rpm:1241476798


--- NEW FILE perl-Any-Moose.spec ---
Name:   perl-Any-Moose 
Version:0.07 
Release:1%{?dist}
# lib/Any/Moose.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Use Moose or Mouse automagically
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz 
Url:http://search.cpan.org/dist/Any-Moose
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

# not automagically picked up
Requires:  perl(Mouse) = 0.20

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Mouse) = 0.20
# tests
BuildRequires: perl(Test::More)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types)
BuildRequires: perl(MouseX::Types)

%description
This module allows one to take advantage of the features Moose/Mouse 
provides, while allowing one to let the program author determine if Moose
or Mouse should be used; when use'd, we load Mouse if Moose isn't already
loaded, otherwise we go with Moose.

%prep
%setup -q -n Any-Moose-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README 
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
- submission

* Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  4 May 2009 20:40:29 -   1.1
+++ .cvsignore  4 May 2009 22:40:08 -   1.2
@@ -0,0 +1 @@
+Any-Moose-0.07.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 4 May 2009 20:40:29 -   1.1
+++ sources 4 May 2009 22:40:09 -   1.2
@@ -0,0 +1 @@
+42db620f669d878ac4bf797415acbd06  Any-Moose-0.07.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Term-Completion/devel import.log, NONE, 1.1 perl-Term-Completion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-04 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Term-Completion/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20447/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Term-Completion.spec 
Log Message:
initial import


--- NEW FILE import.log ---
perl-Term-Completion-0_91-1_fc10:HEAD:perl-Term-Completion-0.91-1.fc10.src.rpm:1241476911


--- NEW FILE perl-Term-Completion.spec ---
Name:   perl-Term-Completion 
Version:0.91 
Release:1%{?dist}
# lib/Term/Completion.pm - GPL+ or Artistic
# lib/Term/Completion/_POSIX.pm - GPL+ or Artistic
# lib/Term/Completion/_readkey.pm - GPL+ or Artistic
# lib/Term/Completion/_stty.pm - GPL+ or Artistic
# lib/Term/Completion/_termsize.pm - GPL+ or Artistic
License:GPL+ or Artistic 
Group:  Development/Libraries
Summary:Read one line of user input, with convenience functions 
Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MAREKR/Term-Completion-%{version}.tar.gz
 
Url:http://search.cpan.org/dist/Term-Completion
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
BuildArch:  noarch

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(Term::ReadKey) = 2.3
# test
BuildRequires: perl(IO::String)
BuildRequires: perl(POSIX)
BuildRequires: perl(Test::More)
BuildRequires: perl(Term::Size)

%description
Term::Completion is an extensible, highly configurable replacement for
the venerable Term::Complete package. It is object-oriented and thus allows
subclassing. Two derived classes are Term::Completion::Multi and 
Term::Completion::Path. A prompt is printed and the user may enter one line
of input, submitting the answer by pressing the ENTER key. 

%prep
%setup -q -n Term-Completion-%{version}

find . -type f -exec chmod -c -x {} \;
perl -pi -e 's|^#!/opt/perl_5.8.8/bin/perl|#!%{__perl}|' devel/tget.pl

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
# needed for testing...
export COLUMNS=80
export LINES=25

make test

%clean
rm -rf %{buildroot} 

%files
%defattr(-,root,root,-)
%doc Changes README devel/
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*

%changelog
* Fri May 01 2009 Chris Weyl cw...@alumni.drew.edu 0.91-1
- submission

* Fri May 01 2009 Chris Weyl cw...@alumni.drew.edu 0.91-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Term-Completion/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  4 May 2009 03:52:25 -   1.1
+++ .cvsignore  4 May 2009 22:42:01 -   1.2
@@ -0,0 +1 @@
+Term-Completion-0.91.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Term-Completion/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 4 May 2009 03:52:26 -   1.1
+++ sources 4 May 2009 22:42:01 -   1.2
@@ -0,0 +1 @@
+6f5920facb98b20923559f57608bb6ef  Term-Completion-0.91.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


lua/yaml in RPM

2009-05-05 Thread Chris Weyl
Just a quick note -- I've opened a ticket[1] over at rpm.org asking about
the feasibility of including support for easily handling YAML files from the
embedded lua interperter.  This would make it much easier to use the
configure/build/requires/provide information modern META.yml files can
provide[2] as a source for dependency information.

I see some information out in teh interwebs about this already, but it
appears to be mainly oriented torwards rpm5.org.

 -Chris

[1] http://rpm.org/ticket/55
[2] e.g.
http://cpansearch.perl.org/src/RSRCHBOY/Fedora-App-ReviewTool-0.10/META.yml
-- 
Chris Weyl
Ex astris, scientia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Data-Visitor/devel .cvsignore, 1.5, 1.6 perl-Data-Visitor.spec, 1.7, 1.8 sources, 1.5, 1.6

2009-05-05 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Visitor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25500

Modified Files:
.cvsignore perl-Data-Visitor.spec sources 
Log Message:
* Tue May 05 2009 Chris Weyl cw...@alumni.drew.edu 0.24-1
- update to 0.24



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore  11 Feb 2009 03:02:49 -  1.5
+++ .cvsignore  5 May 2009 15:42:24 -   1.6
@@ -1 +1 @@
-Data-Visitor-0.22.tar.gz
+Data-Visitor-0.24.tar.gz


Index: perl-Data-Visitor.spec
===
RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/perl-Data-Visitor.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Data-Visitor.spec  26 Feb 2009 14:37:56 -  1.7
+++ perl-Data-Visitor.spec  5 May 2009 15:42:24 -   1.8
@@ -1,6 +1,6 @@
 Name:   perl-Data-Visitor
-Version:0.22
-Release:2%{?dist}
+Version:0.24
+Release:1%{?dist}
 Summary:Visitor style traversal of Perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,7 +15,7 @@ BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # new for 0.19
 BuildRequires:  perl(Data::Alias)
-BuildRequires:  perl(Mouse)
+BuildRequires:  perl(Any::Moose)
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Tie::ToObject)
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 05 2009 Chris Weyl cw...@alumni.drew.edu 0.24-1
+- update to 0.24
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources 11 Feb 2009 03:02:49 -  1.5
+++ sources 5 May 2009 15:42:24 -   1.6
@@ -1 +1 @@
-f3bca28efc96aef200dd6bba74510c12  Data-Visitor-0.22.tar.gz
+b69891174e4380cfe20fcb69a79a4093  Data-Visitor-0.24.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Install/devel .cvsignore, 1.15, 1.16 perl-Module-Install.spec, 1.19, 1.20 sources, 1.15, 1.16

2009-05-11 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9049

Modified Files:
.cvsignore perl-Module-Install.spec sources 
Log Message:
* Mon May 11 2009 Chris Weyl cw...@alumni.drew.edu 0.87-1
- update to 0.87



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore  26 Apr 2009 07:54:35 -  1.15
+++ .cvsignore  12 May 2009 05:08:20 -  1.16
@@ -1 +1 @@
-Module-Install-0.85.tar.gz
+Module-Install-0.87.tar.gz


Index: perl-Module-Install.spec
===
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-Module-Install.spec26 Apr 2009 07:54:35 -  1.19
+++ perl-Module-Install.spec12 May 2009 05:08:20 -  1.20
@@ -1,5 +1,5 @@
 Name:   perl-Module-Install
-Version:0.85
+Version:0.87
 Release:1%{?dist}
 Summary:Standalone, extensible Perl module installer
 License:GPL+ or Artistic
@@ -76,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 11 2009 Chris Weyl cw...@alumni.drew.edu 0.87-1
+- update to 0.87
+
 * Sun Apr 26 2009 Chris Weyl cw...@alumni.drew.edu 0.85-1
 - update to 0.85
 - add BR on File::Spec


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources 26 Apr 2009 07:54:35 -  1.15
+++ sources 12 May 2009 05:08:20 -  1.16
@@ -1 +1 @@
-849e7cff274c4fb674ac26d4f3c23cb3  Module-Install-0.85.tar.gz
+956f402f8e000eaa5fab1ad90f712360  Module-Install-0.87.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Data-Visitor/F-11 perl-Data-Visitor.spec, 1.7, 1.8 sources, 1.5, 1.6

2009-05-11 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Visitor/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15598

Modified Files:
perl-Data-Visitor.spec sources 
Log Message:
* Tue May 05 2009 Chris Weyl cw...@alumni.drew.edu 0.24-1
- update to 0.24



Index: perl-Data-Visitor.spec
===
RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-11/perl-Data-Visitor.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Data-Visitor.spec  26 Feb 2009 14:37:56 -  1.7
+++ perl-Data-Visitor.spec  12 May 2009 05:44:15 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-Data-Visitor
-Version:0.22
-Release:2%{?dist}
+Version:0.24
+Release:1%{?dist}
 Summary:Visitor style traversal of Perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -15,7 +15,7 @@ BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # new for 0.19
 BuildRequires:  perl(Data::Alias)
-BuildRequires:  perl(Mouse)
+BuildRequires:  perl(Any::Moose)
 BuildRequires:  perl(namespace::clean)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Tie::ToObject)
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 05 2009 Chris Weyl cw...@alumni.drew.edu 0.24-1
+- update to 0.24
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Data-Visitor/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources 11 Feb 2009 03:02:49 -  1.5
+++ sources 12 May 2009 05:44:15 -  1.6
@@ -1 +1 @@
-f3bca28efc96aef200dd6bba74510c12  Data-Visitor-0.22.tar.gz
+b69891174e4380cfe20fcb69a79a4093  Data-Visitor-0.24.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Acme-Damn/devel .cvsignore, 1.2, 1.3 perl-Acme-Damn.spec, 1.7, 1.8 sources, 1.2, 1.3

2009-05-16 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Acme-Damn/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv608

Modified Files:
.cvsignore perl-Acme-Damn.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
- auto-update to 0.04 (by cpan-spec-update 0.01)
- added a new br on perl(Test::More) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  20 Feb 2007 01:11:18 -  1.2
+++ .cvsignore  17 May 2009 05:41:21 -  1.3
@@ -1 +1 @@
-Acme-Damn-0.03.tar.gz
+Acme-Damn-0.04.tar.gz


Index: perl-Acme-Damn.spec
===
RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/perl-Acme-Damn.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Acme-Damn.spec 27 Mar 2009 04:55:17 -  1.7
+++ perl-Acme-Damn.spec 17 May 2009 05:41:21 -  1.8
@@ -1,11 +1,11 @@
 Name:   perl-Acme-Damn
-Version:0.03
-Release:8%{?dist}
+Version:0.04
+Release:1%{?dist}
 Summary:Unbless Perl objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Acme-Damn/
-Source0:
http://www.cpan.org/authors/id/I/IB/IBB/Acme-Damn-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/I/IB/IBB/Acme-Damn-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(Test::Exception)
@@ -18,6 +18,9 @@ Requires: perl(:MODULE_COMPAT_%(eval `%
 %global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
 %global __find_requires /bin/sh -c %{__deploop R}
 
+### auto-added brs!
+BuildRequires:  perl(Test::More)
+
 %description
 Acme::Damn provides a single routine, damn(), which takes a blessed
 reference (a Perl object), and unblesses it, to return the original
@@ -57,6 +60,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.04-1
+- auto-update to 0.04 (by cpan-spec-update 0.01)
+- added a new br on perl(Test::More) (version 0)
+
 * Thu Mar 26 2009 Chris Weyl cw...@alumni.drew.edu - 0.03-8
 - Stripping bad provides of private Perl extension libs
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Acme-Damn/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 20 Feb 2007 01:11:18 -  1.2
+++ sources 17 May 2009 05:41:21 -  1.3
@@ -1 +1 @@
-02a3c8b947d3f2888bc2455f7405f7c1  Acme-Damn-0.03.tar.gz
+71b2eabfe0601c7d9ff850aab5f86567  Acme-Damn-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.6, 1.7

2009-05-16 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1163

Modified Files:
perl-DateTime-Format-HTTP.spec 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-1
- auto-update to 0.38 (by cpan-spec-update 0.01)




--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTime-Format-HTTP/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4

2009-05-16 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1420

Modified Files:
.cvsignore sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-1
- auto-update to 0.38 (by cpan-spec-update 0.01)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  10 Aug 2006 01:47:11 -  1.3
+++ .cvsignore  17 May 2009 05:44:48 -  1.4
@@ -1 +1 @@
-DateTime-Format-HTTP-0.37.tar.gz
+DateTime-Format-HTTP-0.38.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 10 Aug 2006 01:47:11 -  1.3
+++ sources 17 May 2009 05:44:48 -  1.4
@@ -1 +1 @@
-3a69aaa00b7ece2371c617e1cc0052e4  DateTime-Format-HTTP-0.37.tar.gz
+6c26e1eb48d0f3b0e2075d3be54e96e6  DateTime-Format-HTTP-0.38.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.7, 1.8

2009-05-16 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4603

Modified Files:
perl-DateTime-Format-HTTP.spec 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-2
- rearrange the files in doc as the tarball has changed contents



Index: perl-DateTime-Format-HTTP.spec
===
RCS file: 
/cvs/extras/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-DateTime-Format-HTTP.spec  17 May 2009 05:43:55 -  1.7
+++ perl-DateTime-Format-HTTP.spec  17 May 2009 05:57:56 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-HTTP
 Version:0.38
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:HTTP protocol date conversion routines
 
 Group:  Development/Libraries
@@ -31,9 +31,6 @@ HTTP protocol (and then some).
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-# American English, bitte
-mv LICENCE LICENSE
-
 
 %install
 rm -rf %{buildroot}
@@ -54,12 +51,15 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README
+%doc LICENSE Changes CREDITS README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-2
+- rearrange the files in doc as the tarball has changed contents
+
 * Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-1
 - auto-update to 0.38 (by cpan-spec-update 0.01)
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Text-RecordParser/devel .cvsignore, 1.2, 1.3 perl-Text-RecordParser.spec, 1.4, 1.5 sources, 1.2, 1.3

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Text-RecordParser/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7086

Modified Files:
.cvsignore perl-Text-RecordParser.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.3.0-1
- auto-update to 1.3.0 (by cpan-spec-update 0.01)
- added a new br on perl(List::Util) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  16 May 2007 23:40:13 -  1.2
+++ .cvsignore  17 May 2009 06:10:48 -  1.3
@@ -1 +1 @@
-Text-RecordParser-v1.2.1.tar.gz
+Text-RecordParser-1.3.0.tar.gz


Index: perl-Text-RecordParser.spec
===
RCS file: 
/cvs/extras/rpms/perl-Text-RecordParser/devel/perl-Text-RecordParser.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Text-RecordParser.spec 27 Feb 2009 03:25:52 -  1.4
+++ perl-Text-RecordParser.spec 17 May 2009 06:10:48 -  1.5
@@ -1,31 +1,34 @@
 Name:   perl-Text-RecordParser
-Version:1.2.1
-Release:5%{?dist}
+Version:1.3.0
+Release:1%{?dist}
 Summary:Read record-oriented files
 License:GPLv2
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-RecordParser/
-Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{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(List::Util)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More)
 # cpan
-BuildRequires:  perl(Module::Build) 
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Text::TabularDisplay)
 BuildRequires:  perl(version)
 # test
-BuildRequires:  perl(IO::Scalar) 
+BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
+# not automagically picked up...
+Requires:   perl(Class::Accessor)
+
 %description
 This module is for reading record-oriented data in a delimited text file.
 The most common example have records separated by newlines and fields
@@ -38,9 +41,9 @@ you can still bind your own field names 
 can then use many methods to get at the data as arrays or hashes.
 
 %prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
+perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -68,6 +71,10 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.3.0-1
+- auto-update to 1.3.0 (by cpan-spec-update 0.01)
+- added a new br on perl(List::Util) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 16 May 2007 23:40:13 -  1.2
+++ sources 17 May 2009 06:10:48 -  1.3
@@ -1 +1 @@
-65c2a85a2ed2a9bc791d377954bd5a44  Text-RecordParser-v1.2.1.tar.gz
+f4dac25c75c9bd14fe0256f83546a7b2  Text-RecordParser-1.3.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Text-RecordParser/F-10 perl-Text-RecordParser.spec, 1.3, 1.4 sources, 1.2, 1.3

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Text-RecordParser/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8961

Modified Files:
perl-Text-RecordParser.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.3.0-1
- auto-update to 1.3.0 (by cpan-spec-update 0.01)
- added a new br on perl(List::Util) (version 0)



Index: perl-Text-RecordParser.spec
===
RCS file: 
/cvs/extras/rpms/perl-Text-RecordParser/F-10/perl-Text-RecordParser.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Text-RecordParser.spec 6 Mar 2008 18:17:04 -   1.3
+++ perl-Text-RecordParser.spec 17 May 2009 06:20:03 -  1.4
@@ -1,31 +1,34 @@
 Name:   perl-Text-RecordParser
-Version:1.2.1
-Release:4%{?dist}
+Version:1.3.0
+Release:1%{?dist}
 Summary:Read record-oriented files
 License:GPLv2
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-RecordParser/
-Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{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(List::Util)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More)
 # cpan
-BuildRequires:  perl(Module::Build) 
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Text::TabularDisplay)
 BuildRequires:  perl(version)
 # test
-BuildRequires:  perl(IO::Scalar) 
+BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
+# not automagically picked up...
+Requires:   perl(Class::Accessor)
+
 %description
 This module is for reading record-oriented data in a delimited text file.
 The most common example have records separated by newlines and fields
@@ -38,9 +41,9 @@ you can still bind your own field names 
 can then use many methods to get at the data as arrays or hashes.
 
 %prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
+perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -68,6 +71,13 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.3.0-1
+- auto-update to 1.3.0 (by cpan-spec-update 0.01)
+- added a new br on perl(List::Util) (version 0)
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Thu Mar 06 2008 Tom spot Callaway tcall...@redhat.com 1.2.1-4
 - rebuild for new perl
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 16 May 2007 23:40:13 -  1.2
+++ sources 17 May 2009 06:20:04 -  1.3
@@ -1 +1 @@
-65c2a85a2ed2a9bc791d377954bd5a44  Text-RecordParser-v1.2.1.tar.gz
+f4dac25c75c9bd14fe0256f83546a7b2  Text-RecordParser-1.3.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Text-RecordParser/F-11 perl-Text-RecordParser.spec, 1.4, 1.5 sources, 1.2, 1.3

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Text-RecordParser/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8832

Modified Files:
perl-Text-RecordParser.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.3.0-1
- auto-update to 1.3.0 (by cpan-spec-update 0.01)
- added a new br on perl(List::Util) (version 0)



Index: perl-Text-RecordParser.spec
===
RCS file: 
/cvs/extras/rpms/perl-Text-RecordParser/F-11/perl-Text-RecordParser.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Text-RecordParser.spec 27 Feb 2009 03:25:52 -  1.4
+++ perl-Text-RecordParser.spec 17 May 2009 06:19:38 -  1.5
@@ -1,31 +1,34 @@
 Name:   perl-Text-RecordParser
-Version:1.2.1
-Release:5%{?dist}
+Version:1.3.0
+Release:1%{?dist}
 Summary:Read record-oriented files
 License:GPLv2
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-RecordParser/
-Source0:
http://www.cpan.org/authors/id/K/KC/KCLARK/Text-RecordParser-v%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/K/KC/KCLARK/Text-RecordParser-%{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(List::Util)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More)
 # cpan
-BuildRequires:  perl(Module::Build) 
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Readonly)
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Text::TabularDisplay)
 BuildRequires:  perl(version)
 # test
-BuildRequires:  perl(IO::Scalar) 
+BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
+# not automagically picked up...
+Requires:   perl(Class::Accessor)
+
 %description
 This module is for reading record-oriented data in a delimited text file.
 The most common example have records separated by newlines and fields
@@ -38,9 +41,9 @@ you can still bind your own field names 
 can then use many methods to get at the data as arrays or hashes.
 
 %prep
-%setup -q -n Text-RecordParser-v%{version}
+%setup -q -n Text-RecordParser-%{version}
 
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
+perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -68,6 +71,10 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.3.0-1
+- auto-update to 1.3.0 (by cpan-spec-update 0.01)
+- added a new br on perl(List::Util) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Text-RecordParser/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 16 May 2007 23:40:13 -  1.2
+++ sources 17 May 2009 06:19:38 -  1.3
@@ -1 +1 @@
-65c2a85a2ed2a9bc791d377954bd5a44  Text-RecordParser-v1.2.1.tar.gz
+f4dac25c75c9bd14fe0256f83546a7b2  Text-RecordParser-1.3.0.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-IO-Tty/F-10 perl-IO-Tty.spec,1.19,1.20 sources,1.7,1.8

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-IO-Tty/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9882

Modified Files:
perl-IO-Tty.spec sources 
Log Message:
* Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.08-1
- Update to 1.08 (add support for posix_openpt())
- Fix argument order for find with -depth



Index: perl-IO-Tty.spec
===
RCS file: /cvs/extras/rpms/perl-IO-Tty/F-10/perl-IO-Tty.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-IO-Tty.spec2 Mar 2008 15:51:14 -   1.19
+++ perl-IO-Tty.spec17 May 2009 06:23:45 -  1.20
@@ -1,6 +1,6 @@
 Name:   perl-IO-Tty
-Version:1.07
-Release:5%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Perl interface to pseudo tty's
 
 License:GPL+ or Artistic
@@ -30,7 +30,7 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.08-1
+- Update to 1.08 (add support for posix_openpt())
+- Fix argument order for find with -depth
+
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 1.07-5
 - Rebuild for perl 5.10 (again)
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-IO-Tty/F-10/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources 21 Jul 2006 14:36:52 -  1.7
+++ sources 17 May 2009 06:23:45 -  1.8
@@ -1 +1 @@
-2a54e49b60a4092e93af5b8073ec5325  IO-Tty-1.07.tar.gz
+e99d819a6f8c11ae105b770cc508a4fc  IO-Tty-1.08.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-IO-Tty/devel perl-IO-Tty.spec,1.20,1.21

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-IO-Tty/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11544

Modified Files:
perl-IO-Tty.spec 
Log Message:
* Sat May 16 2009 Chris Weyl cw...@alumni.drew.edu - 1.08-2
- filter out private Perl .so provides



Index: perl-IO-Tty.spec
===
RCS file: /cvs/extras/rpms/perl-IO-Tty/devel/perl-IO-Tty.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-IO-Tty.spec25 Feb 2009 21:57:36 -  1.20
+++ perl-IO-Tty.spec17 May 2009 06:28:32 -  1.21
@@ -1,6 +1,6 @@
 Name:   perl-IO-Tty
 Version:1.08
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl interface to pseudo tty's
 
 License:GPL+ or Artistic
@@ -12,6 +12,12 @@ BuildRoot:  %{_tmppath}/%{name}-%{ve
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}
+%global __find_requires /bin/sh -c %{__grep} -v '%_docdir' | %{__deploop R}
+
 %description
 IO::Tty and IO::Pty provide an interface to pseudo tty's.
 
@@ -51,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 16 2009 Chris Weyl cw...@alumni.drew.edu - 1.08-2
+- filter out private Perl .so provides
+
 * Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.08-1
 - Update to 1.08 (add support for posix_openpt())
 - Fix argument order for find with -depth

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Scope-Upper/devel .cvsignore, 1.3, 1.4 perl-Scope-Upper.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Scope-Upper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15929

Modified Files:
.cvsignore perl-Scope-Upper.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- filter private Perl so provides



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  23 Feb 2009 06:38:44 -  1.3
+++ .cvsignore  17 May 2009 06:43:12 -  1.4
@@ -1 +1 @@
-Scope-Upper-0.07.tar.gz
+Scope-Upper-0.08.tar.gz


Index: perl-Scope-Upper.spec
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/perl-Scope-Upper.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Scope-Upper.spec   27 Feb 2009 01:25:32 -  1.3
+++ perl-Scope-Upper.spec   17 May 2009 06:43:12 -  1.4
@@ -1,13 +1,13 @@
-Name:   perl-Scope-Upper 
-Version:0.07
-Release:2%{?dist}
+Name:   perl-Scope-Upper
+Version:0.08
+Release:1%{?dist}
 # lib/Scope/Upper.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Act on upper scopes 
-Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
+Summary:Act on upper scopes
+Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Scope-Upper
-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))
 
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -18,6 +18,12 @@ BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}
+%global __find_requires /bin/sh -c %{__grep} -v '%_docdir' | %{__deploop R}
+
 
 %description
 This module lets you defer actions that will take place when the control
@@ -26,8 +32,6 @@ end, or localize variables, array/hash v
 in higher contexts. You can also return to an upper level and know which
 context was in use then.
 
-
-
 %prep
 %setup -q -n Scope-Upper-%{version}
 
@@ -51,7 +55,7 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -61,6 +65,10 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- auto-update to 0.08 (by cpan-spec-update 0.01)
+- filter private Perl so provides
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -73,4 +81,3 @@ rm -rf %{buildroot} 
 * Tue Feb 10 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 23 Feb 2009 06:38:44 -  1.3
+++ sources 17 May 2009 06:43:12 -  1.4
@@ -1 +1 @@
-9fcfab05a267376fa3f560f310ab16ce  Scope-Upper-0.07.tar.gz
+f5515279b7c7cedc60565e50a4ffd990  Scope-Upper-0.08.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Scope-Upper/F-11 perl-Scope-Upper.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Scope-Upper/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18083

Modified Files:
perl-Scope-Upper.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- filter private Perl so provides



Index: perl-Scope-Upper.spec
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-11/perl-Scope-Upper.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Scope-Upper.spec   27 Feb 2009 01:25:32 -  1.3
+++ perl-Scope-Upper.spec   17 May 2009 06:51:39 -  1.4
@@ -1,13 +1,13 @@
-Name:   perl-Scope-Upper 
-Version:0.07
-Release:2%{?dist}
+Name:   perl-Scope-Upper
+Version:0.08
+Release:1%{?dist}
 # lib/Scope/Upper.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Act on upper scopes 
-Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
+Summary:Act on upper scopes
+Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Scope-Upper
-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))
 
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -18,6 +18,12 @@ BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}
+%global __find_requires /bin/sh -c %{__grep} -v '%_docdir' | %{__deploop R}
+
 
 %description
 This module lets you defer actions that will take place when the control
@@ -26,8 +32,6 @@ end, or localize variables, array/hash v
 in higher contexts. You can also return to an upper level and know which
 context was in use then.
 
-
-
 %prep
 %setup -q -n Scope-Upper-%{version}
 
@@ -51,7 +55,7 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -61,6 +65,10 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- auto-update to 0.08 (by cpan-spec-update 0.01)
+- filter private Perl so provides
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -73,4 +81,3 @@ rm -rf %{buildroot} 
 * Tue Feb 10 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-



--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Scope-Upper/F-10 perl-Scope-Upper.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Scope-Upper/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18261

Modified Files:
perl-Scope-Upper.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- filter private Perl so provides



Index: perl-Scope-Upper.spec
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-10/perl-Scope-Upper.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Scope-Upper.spec   23 Feb 2009 06:47:43 -  1.2
+++ perl-Scope-Upper.spec   17 May 2009 06:52:02 -  1.3
@@ -1,13 +1,13 @@
-Name:   perl-Scope-Upper 
-Version:0.07
-Release:1%{?dist}
+Name:   perl-Scope-Upper
+Version:0.08
+Release:1%{?dist}
 # lib/Scope/Upper.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Act on upper scopes 
-Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz 
+Summary:Act on upper scopes
+Source: 
http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Scope-Upper-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Scope-Upper
-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))
 
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -18,6 +18,12 @@ BuildRequires: perl(Test::More)
 BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}
+%global __find_requires /bin/sh -c %{__grep} -v '%_docdir' | %{__deploop R}
+
 
 %description
 This module lets you defer actions that will take place when the control
@@ -26,8 +32,6 @@ end, or localize variables, array/hash v
 in higher contexts. You can also return to an upper level and know which
 context was in use then.
 
-
-
 %prep
 %setup -q -n Scope-Upper-%{version}
 
@@ -51,7 +55,7 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -61,6 +65,13 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- auto-update to 0.08 (by cpan-spec-update 0.01)
+- filter private Perl so provides
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Sun Feb 22 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
 - update to 0.07
 
@@ -70,4 +81,3 @@ rm -rf %{buildroot} 
 * Tue Feb 10 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Scope-Upper/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 23 Feb 2009 06:47:43 -  1.3
+++ sources 17 May 2009 06:52:02 -  1.4
@@ -1 +1 @@
-9fcfab05a267376fa3f560f310ab16ce  Scope-Upper-0.07.tar.gz
+f5515279b7c7cedc60565e50a4ffd990  Scope-Upper-0.08.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Util/devel .cvsignore, 1.2, 1.3 perl-Module-Util.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Util/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24139

Modified Files:
.cvsignore perl-Module-Util.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.07-1
- auto-update to 1.07 (by cpan-spec-update 0.01)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Module-Util/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  17 Nov 2008 03:06:38 -  1.2
+++ .cvsignore  17 May 2009 07:14:09 -  1.3
@@ -1 +1 @@
-Module-Util-1.04.tar.gz
+Module-Util-1.07.tar.gz


Index: perl-Module-Util.spec
===
RCS file: /cvs/extras/rpms/perl-Module-Util/devel/perl-Module-Util.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Module-Util.spec   26 Feb 2009 22:09:07 -  1.3
+++ perl-Module-Util.spec   17 May 2009 07:14:09 -  1.4
@@ -1,18 +1,18 @@
 
-Name:   perl-Module-Util 
-Version:1.05
-Release:2%{?dist}
+Name:   perl-Module-Util
+Version:1.07
+Release:1%{?dist}
 # see lib/Module/Util.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Module name tools and transformations 
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz
 
+Summary:Module name tools and transformations
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Module-Util
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Module::Build::Compat)
 BuildRequires: perl(Test::More)
 
@@ -55,16 +55,19 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/ 
+%doc Changes README t/
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man[13]/*.[13]*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.07-1
+- auto-update to 1.07 (by cpan-spec-update 0.01)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -77,4 +80,3 @@ rm -rf %{buildroot} 
 * Wed Nov 05 2008 Chris Weyl cw...@alumni.drew.edu 1.04-0.1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Module-Util/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 17 Nov 2008 03:27:21 -  1.3
+++ sources 17 May 2009 07:14:09 -  1.4
@@ -1 +1 @@
-c99d54c7ff88c36bfd508f13e05a  Module-Util-1.05.tar.gz
+d9e5d48b7f1aee18582fab57f27cccfa  Module-Util-1.07.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check/F-11 sources,1.1,1.2

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24674

Modified Files:
sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)



Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 21 Apr 2009 20:24:40 -  1.1
+++ sources 17 May 2009 07:16:43 -  1.2
@@ -0,0 +1 @@
+8b71dca27a770a456e4c4ca5d6baa7ce  B-Hooks-OP-Check-0.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check/F-10 perl-B-Hooks-OP-Check.spec, 1.1, 1.2 sources, 1.2, 1.3

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24719

Modified Files:
perl-B-Hooks-OP-Check.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)



Index: perl-B-Hooks-OP-Check.spec
===
RCS file: 
/cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10/perl-B-Hooks-OP-Check.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-B-Hooks-OP-Check.spec  21 Apr 2009 21:19:36 -  1.1
+++ perl-B-Hooks-OP-Check.spec  17 May 2009 07:16:53 -  1.2
@@ -1,13 +1,13 @@
-Name:   perl-B-Hooks-OP-Check 
-Version:0.15 
+Name:   perl-B-Hooks-OP-Check
+Version:0.17
 Release:1%{?dist}
 # lib/B/Hooks/OP/Check.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Wrap OP check callbacks 
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
 
+Summary:Wrap OP check callbacks
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
 Url:http://search.cpan.org/dist/B-Hooks-OP-Check
-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))
 
 BuildRequires: perl(ExtUtils::Depends)
@@ -24,7 +24,7 @@ BuildRequires: perl(Test::More)
 
 %description
 This module provides a C API for XS modules to hook into the callbacks
-of 'PL_check'.  
+of 'PL_check'.
 
 %prep
 %setup -q -n B-Hooks-OP-Check-%{version}
@@ -47,20 +47,22 @@ 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_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
+- auto-update to 0.17 (by cpan-spec-update 0.01)
+
 * Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
 - submission
 
 * Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 21 Apr 2009 21:19:36 -  1.2
+++ sources 17 May 2009 07:16:53 -  1.3
@@ -1 +1 @@
-86aab1440d1fe933ebd4cf71d4a67ac2  B-Hooks-OP-Check-0.15.tar.gz
+8b71dca27a770a456e4c4ca5d6baa7ce  B-Hooks-OP-Check-0.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-OP-Check/F-11 perl-B-Hooks-OP-Check.spec, NONE, 1.1

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-OP-Check/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25180

Added Files:
perl-B-Hooks-OP-Check.spec 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)



--- NEW FILE perl-B-Hooks-OP-Check.spec ---
Name:   perl-B-Hooks-OP-Check
Version:0.17
Release:1%{?dist}
# lib/B/Hooks/OP/Check.pm - GPL+ or Artistic
License:GPL+ or Artistic
Group:  Development/Libraries
Summary:Wrap OP check callbacks
Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-OP-Check-%{version}.tar.gz
Url:http://search.cpan.org/dist/B-Hooks-OP-Check
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))

BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
BuildRequires: perl(parent)
# testing
BuildRequires: perl(Test::More)

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

%description
This module provides a C API for XS modules to hook into the callbacks
of 'PL_check'.

%prep
%setup -q -n B-Hooks-OP-Check-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
make %{?_smp_mflags}

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
%{_mandir}/man3/*.3*

%changelog
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.17-1
- auto-update to 0.17 (by cpan-spec-update 0.01)

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-1
- submission

* Sat Apr 18 2009 Chris Weyl cw...@alumni.drew.edu 0.15-0
- initial RPM packaging
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Util/F-11 perl-Module-Util.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Util/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25484

Modified Files:
perl-Module-Util.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.07-1
- auto-update to 1.07 (by cpan-spec-update 0.01)



Index: perl-Module-Util.spec
===
RCS file: /cvs/extras/rpms/perl-Module-Util/F-11/perl-Module-Util.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Module-Util.spec   26 Feb 2009 22:09:07 -  1.3
+++ perl-Module-Util.spec   17 May 2009 07:19:21 -  1.4
@@ -1,18 +1,18 @@
 
-Name:   perl-Module-Util 
-Version:1.05
-Release:2%{?dist}
+Name:   perl-Module-Util
+Version:1.07
+Release:1%{?dist}
 # see lib/Module/Util.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Module name tools and transformations 
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz
 
+Summary:Module name tools and transformations
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Module-Util
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Module::Build::Compat)
 BuildRequires: perl(Test::More)
 
@@ -55,16 +55,19 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/ 
+%doc Changes README t/
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man[13]/*.[13]*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.07-1
+- auto-update to 1.07 (by cpan-spec-update 0.01)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -77,4 +80,3 @@ rm -rf %{buildroot} 
 * Wed Nov 05 2008 Chris Weyl cw...@alumni.drew.edu 1.04-0.1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Module-Util/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 17 Nov 2008 03:27:21 -  1.3
+++ sources 17 May 2009 07:19:22 -  1.4
@@ -1 +1 @@
-c99d54c7ff88c36bfd508f13e05a  Module-Util-1.05.tar.gz
+d9e5d48b7f1aee18582fab57f27cccfa  Module-Util-1.07.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Module-Util/F-10 perl-Module-Util.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Util/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25559

Modified Files:
perl-Module-Util.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.07-1
- auto-update to 1.07 (by cpan-spec-update 0.01)



Index: perl-Module-Util.spec
===
RCS file: /cvs/extras/rpms/perl-Module-Util/F-10/perl-Module-Util.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Module-Util.spec   17 Nov 2008 03:27:00 -  1.2
+++ perl-Module-Util.spec   17 May 2009 07:19:39 -  1.3
@@ -1,18 +1,18 @@
 
-Name:   perl-Module-Util 
-Version:1.05
+Name:   perl-Module-Util
+Version:1.07
 Release:1%{?dist}
 # see lib/Module/Util.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Module name tools and transformations 
-Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz
 
+Summary:Module name tools and transformations
+Source: 
http://search.cpan.org/CPAN/authors/id/M/MA/MATTLAW/Module-Util-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Module-Util
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Module::Build::Compat)
 BuildRequires: perl(Test::More)
 
@@ -55,16 +55,22 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/ 
+%doc Changes README t/
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man[13]/*.[13]*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.07-1
+- auto-update to 1.07 (by cpan-spec-update 0.01)
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.05-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Sun Nov 16 2008 Chris Weyl cw...@alumni.drew.edu 1.05-1
 - update to 1.05
 
@@ -74,4 +80,3 @@ rm -rf %{buildroot} 
 * Wed Nov 05 2008 Chris Weyl cw...@alumni.drew.edu 1.04-0.1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Module-Util/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 17 Nov 2008 03:27:00 -  1.3
+++ sources 17 May 2009 07:19:39 -  1.4
@@ -1 +1 @@
-c99d54c7ff88c36bfd508f13e05a  Module-Util-1.05.tar.gz
+d9e5d48b7f1aee18582fab57f27cccfa  Module-Util-1.07.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-C3-Adopt-NEXT/devel .cvsignore, 1.3, 1.4 perl-Class-C3-Adopt-NEXT.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-17 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3904

Modified Files:
.cvsignore perl-Class-C3-Adopt-NEXT.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
- auto-update to 0.10 (by cpan-spec-update 0.01)
- altered br on perl(Test::Exception) (0 = 0.27)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  23 Feb 2009 05:23:22 -  1.3
+++ .cvsignore  17 May 2009 07:46:26 -  1.4
@@ -1 +1 @@
-Class-C3-Adopt-NEXT-0.07.tar.gz
+Class-C3-Adopt-NEXT-0.10.tar.gz


Index: perl-Class-C3-Adopt-NEXT.spec
===
RCS file: 
/cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/perl-Class-C3-Adopt-NEXT.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Class-C3-Adopt-NEXT.spec   26 Feb 2009 12:37:37 -  1.3
+++ perl-Class-C3-Adopt-NEXT.spec   17 May 2009 07:46:27 -  1.4
@@ -1,13 +1,13 @@
-Name:   perl-Class-C3-Adopt-NEXT 
-Version:0.07
-Release:2%{?dist}
+Name:   perl-Class-C3-Adopt-NEXT
+Version:0.10
+Release:1%{?dist}
 # lib/Class/C3/Adopt/NEXT.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Reduce one's dependency on NEXT
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Class-C3-Adopt-NEXT
-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
 
@@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat)
 BuildRequires: perl(NEXT)
 # test
 BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::Exception) = 0.27
 
 
 %description
-NEXT was a good solution a few years ago, but isn't any more. It's 
+NEXT was a good solution a few years ago, but isn't any more. It's
 slow, and the order in which it re-dispatches methods appears random
 at times. It also encourages bad programming practices, as you end up
 with code to redispatch methods when all you really wanted to do was
 run some code before or after a method fired.  However, if you have a large
 application, then weaning yourself off 'NEXT' isn't easy.This module is
 intended as a drop-in replacement for NEXT, supporting the same interface,
-but using Class::C3 to do the hard work. You can then write new code 
+but using Class::C3 to do the hard work. You can then write new code
 without 'NEXT', and migrate individual source files to use 'Class::C3'
 or method modifiers as appropriate, at whatever pace you're comfortable with.
 
@@ -54,15 +54,19 @@ 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
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
+- auto-update to 0.10 (by cpan-spec-update 0.01)
+- altered br on perl(Test::Exception) (0 = 0.27)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -75,4 +79,3 @@ rm -rf %{buildroot} 
 * Tue Feb 10 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 23 Feb 2009 05:23:23 -  1.3
+++ sources 17 May 2009 07:46:27 -  1.4
@@ -1 +1 @@
-717030a4d5abe25d494124dc935b1158  Class-C3-Adopt-NEXT-0.07.tar.gz
+5827721780a1563257e7a3c9d57a91d2  Class-C3-Adopt-NEXT-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


Mass-Moose, Catalyst, DBIC updates

2009-05-18 Thread Chris Weyl
Hey all --

So, with recent significant revisions to core Catalyst, DBIC, and Moose[1],
it's time...  Time to bring them all up to the latest GA levels on the CPAN.

My current plan is:

I'll bring everything Moose up to the latest in rawhide. (Generally speaking
perl-Class-MOP, perl-Moose, then perl-Moose*).  After that's in place, I'll
do perl-DBIx-Class' prereqs, DBIC proper, and then anything
perl-DBIx-Class*; after that Catalyst and all perl-Catalyst*.

After F-11 GA's, I'll do the same thing, but with the appropriate buildroot
overrides (which I'll announce here to keep Bad Things from happening).
I'll build and release everything Moose in one update, then DBIC, then
Catalyst.  I'll let the updates linger in testing longer than normal and
announce them here.

If there are no screams, I'll start in on this (as time permits) over the
next couple days or so.

   -Chris

[1] I know, nothing hugely major here.  But given Catalyst/etc are
starting to depend on it, I'd rather have everything Moose at latest CPAN
levels.

-- 
Chris Weyl
Ex astris, scientia
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-C3-Adopt-NEXT/F-11 perl-Class-C3-Adopt-NEXT.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25763

Modified Files:
perl-Class-C3-Adopt-NEXT.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
- auto-update to 0.10 (by cpan-spec-update 0.01)
- altered br on perl(Test::Exception) (0 = 0.27)



Index: perl-Class-C3-Adopt-NEXT.spec
===
RCS file: 
/cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11/perl-Class-C3-Adopt-NEXT.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Class-C3-Adopt-NEXT.spec   26 Feb 2009 12:37:37 -  1.3
+++ perl-Class-C3-Adopt-NEXT.spec   19 May 2009 02:06:22 -  1.4
@@ -1,13 +1,13 @@
-Name:   perl-Class-C3-Adopt-NEXT 
-Version:0.07
-Release:2%{?dist}
+Name:   perl-Class-C3-Adopt-NEXT
+Version:0.10
+Release:1%{?dist}
 # lib/Class/C3/Adopt/NEXT.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Reduce one's dependency on NEXT
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Class-C3-Adopt-NEXT
-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
 
@@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat)
 BuildRequires: perl(NEXT)
 # test
 BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::Exception) = 0.27
 
 
 %description
-NEXT was a good solution a few years ago, but isn't any more. It's 
+NEXT was a good solution a few years ago, but isn't any more. It's
 slow, and the order in which it re-dispatches methods appears random
 at times. It also encourages bad programming practices, as you end up
 with code to redispatch methods when all you really wanted to do was
 run some code before or after a method fired.  However, if you have a large
 application, then weaning yourself off 'NEXT' isn't easy.This module is
 intended as a drop-in replacement for NEXT, supporting the same interface,
-but using Class::C3 to do the hard work. You can then write new code 
+but using Class::C3 to do the hard work. You can then write new code
 without 'NEXT', and migrate individual source files to use 'Class::C3'
 or method modifiers as appropriate, at whatever pace you're comfortable with.
 
@@ -54,15 +54,19 @@ 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
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
+- auto-update to 0.10 (by cpan-spec-update 0.01)
+- altered br on perl(Test::Exception) (0 = 0.27)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -75,4 +79,3 @@ rm -rf %{buildroot} 
 * Tue Feb 10 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 23 Feb 2009 05:23:23 -  1.3
+++ sources 19 May 2009 02:06:22 -  1.4
@@ -1 +1 @@
-717030a4d5abe25d494124dc935b1158  Class-C3-Adopt-NEXT-0.07.tar.gz
+5827721780a1563257e7a3c9d57a91d2  Class-C3-Adopt-NEXT-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-C3-Adopt-NEXT/F-10 perl-Class-C3-Adopt-NEXT.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25852

Modified Files:
perl-Class-C3-Adopt-NEXT.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
- auto-update to 0.10 (by cpan-spec-update 0.01)
- altered br on perl(Test::Exception) (0 = 0.27)



Index: perl-Class-C3-Adopt-NEXT.spec
===
RCS file: 
/cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/perl-Class-C3-Adopt-NEXT.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Class-C3-Adopt-NEXT.spec   23 Feb 2009 05:30:52 -  1.2
+++ perl-Class-C3-Adopt-NEXT.spec   19 May 2009 02:06:37 -  1.3
@@ -1,13 +1,13 @@
-Name:   perl-Class-C3-Adopt-NEXT 
-Version:0.07
-Release:1%{?dist}
+Name:   perl-Class-C3-Adopt-NEXT
+Version:0.10
+Release:1%{?dist}
 # lib/Class/C3/Adopt/NEXT.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Reduce one's dependency on NEXT
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Class-C3-Adopt-NEXT-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Class-C3-Adopt-NEXT
-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
 
@@ -17,18 +17,18 @@ BuildRequires: perl(MRO::Compat)
 BuildRequires: perl(NEXT)
 # test
 BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::Exception) = 0.27
 
 
 %description
-NEXT was a good solution a few years ago, but isn't any more. It's 
+NEXT was a good solution a few years ago, but isn't any more. It's
 slow, and the order in which it re-dispatches methods appears random
 at times. It also encourages bad programming practices, as you end up
 with code to redispatch methods when all you really wanted to do was
 run some code before or after a method fired.  However, if you have a large
 application, then weaning yourself off 'NEXT' isn't easy.This module is
 intended as a drop-in replacement for NEXT, supporting the same interface,
-but using Class::C3 to do the hard work. You can then write new code 
+but using Class::C3 to do the hard work. You can then write new code
 without 'NEXT', and migrate individual source files to use 'Class::C3'
 or method modifiers as appropriate, at whatever pace you're comfortable with.
 
@@ -54,15 +54,22 @@ 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
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.10-1
+- auto-update to 0.10 (by cpan-spec-update 0.01)
+- altered br on perl(Test::Exception) (0 = 0.27)
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Sun Feb 22 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
 - update to 0.07
 
@@ -72,4 +79,3 @@ rm -rf %{buildroot} 
 * Tue Feb 10 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-C3-Adopt-NEXT/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 23 Feb 2009 05:30:52 -  1.3
+++ sources 19 May 2009 02:06:37 -  1.4
@@ -1 +1 @@
-717030a4d5abe25d494124dc935b1158  Class-C3-Adopt-NEXT-0.07.tar.gz
+5827721780a1563257e7a3c9d57a91d2  Class-C3-Adopt-NEXT-0.10.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-B-Hooks-EndOfScope/devel .cvsignore, 1.3, 1.4 perl-B-Hooks-EndOfScope.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26578

Modified Files:
.cvsignore perl-B-Hooks-EndOfScope.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 = 6.42)
- altered br on perl(Variable::Magic) (0.31 = 0.34)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  8 Mar 2009 20:47:00 -   1.3
+++ .cvsignore  19 May 2009 02:08:49 -  1.4
@@ -1 +1 @@
-B-Hooks-EndOfScope-0.07.tar.gz
+B-Hooks-EndOfScope-0.08.tar.gz


Index: perl-B-Hooks-EndOfScope.spec
===
RCS file: 
/cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/perl-B-Hooks-EndOfScope.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-B-Hooks-EndOfScope.spec8 Mar 2009 20:47:00 -   1.3
+++ perl-B-Hooks-EndOfScope.spec19 May 2009 02:08:49 -  1.4
@@ -1,18 +1,18 @@
-Name:   perl-B-Hooks-EndOfScope 
-Version:0.07
-Release:1%{?dist}
+Name:   perl-B-Hooks-EndOfScope
+Version:0.08
+Release:1%{?dist}
 # see lib/B/Hooks/EndOfScope.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Execute code after scope compilation finishes
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz
 Url:http://search.cpan.org/dist/B-Hooks-EndOfScope
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
-BuildRequires: perl(Variable::Magic) = 0.31
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
+BuildRequires: perl(Variable::Magic) = 0.34
 BuildRequires: perl(Sub::Exporter)
 BuildRequires: perl(Test::More)
 
@@ -40,7 +40,7 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -49,6 +49,11 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- auto-update to 0.08 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (0 = 6.42)
+- altered br on perl(Variable::Magic) (0.31 = 0.34)
+
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
 - update to 0.07
 
@@ -61,4 +66,3 @@ rm -rf %{buildroot} 
 * Sat Nov 08 2008 Chris Weyl cw...@alumni.drew.edu 0.04-0.1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-B-Hooks-EndOfScope/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 8 Mar 2009 20:47:00 -   1.3
+++ sources 19 May 2009 02:08:49 -  1.4
@@ -1 +1 @@
-07bae81967dd4075f54aa839e70482e7  B-Hooks-EndOfScope-0.07.tar.gz
+c770f55ce0205bcbb5824e4ec28431fd  B-Hooks-EndOfScope-0.08.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Class-MOP/devel .cvsignore, 1.30, 1.31 perl-Class-MOP.spec, 1.35, 1.36 sources, 1.28, 1.29

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Class-MOP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27448

Modified Files:
.cvsignore perl-Class-MOP.spec sources 
Log Message:
* Wed May 13 2009 Chris Weyl cw...@alumni.drew.edu 0.84-1
- update to 0.84
- altered br on perl(Test::Exception) (0.21 = 0.27)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- .cvsignore  4 May 2009 15:58:14 -   1.30
+++ .cvsignore  19 May 2009 02:12:02 -  1.31
@@ -1,2 +1 @@
-Class-MOP-0.81.tar.gz
-Class-MOP-*
+Class-MOP-0.84.tar.gz


Index: perl-Class-MOP.spec
===
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- perl-Class-MOP.spec 4 May 2009 15:58:15 -   1.35
+++ perl-Class-MOP.spec 19 May 2009 02:12:02 -  1.36
@@ -1,16 +1,16 @@
 Name:   perl-Class-MOP
-Version:0.81
-Release:2%{?dist}
+Version:0.84
+Release:1%{?dist}
 Summary:Metaobject programming model for Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-MOP/
-Source0:
http://www.cpan.org/modules/by-module/Class/Class-MOP-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-MOP-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 # core
-BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::More) = 0.77
 BuildRequires:  perl(B)
 # cpan
 BuildRequires:  perl(Module::Build)
@@ -23,7 +23,7 @@ BuildRequires:  perl(Algorithm::C3)
 BuildRequires:  perl(Class::C3)
 BuildRequires:  perl(Devel::GlobalDestruction)
 BuildRequires:  perl(SUPER)
-BuildRequires:  perl(Test::Exception) = 0.21
+BuildRequires:  perl(Test::Exception) = 0.27
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 
@@ -38,6 +38,13 @@ Requires:   perl(Devel::GlobalDestru
 %global __find_provides /bin/sh -c %{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}
 %global __find_requires /bin/sh -c %{__grep} -v '%_docdir' | %{__deploop R}
 
+### auto-added brs!
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
+BuildRequires:  perl(Scalar::Util) = 1.18
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Carp)
+
 %description
 This module is an attempt to create a meta object protocol for the Perl 5
 object system. It makes no attempt to change the behavior or characteristics
@@ -53,7 +60,7 @@ love.
 %setup -q -n Class-MOP-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor 
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -63,7 +70,7 @@ make pure_install PERL_INSTALL_ROOT=%{bu
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} +
-find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \; 
+find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} %{buildroot}/*
 
@@ -81,6 +88,19 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed May 13 2009 Chris Weyl cw...@alumni.drew.edu 0.84-1
+- update to 0.84
+- altered br on perl(Test::Exception) (0.21 = 0.27)
+
+* Wed May 13 2009 Chris Weyl cw...@alumni.drew.edu 0.83-1
+- update to 0.83
+- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
+- added a new br on perl(Scalar::Util) (version 1.18)
+- added a new br on perl(File::Spec) (version 0)
+- altered br on perl(Test::More) (0 = 0.77)
+- added a new br on perl(Task::Weaken) (version 0)
+- added a new br on perl(Carp) (version 0)
+
 * Mon May 04 2009 Chris Weyl cw...@alumni.drew.edu 0.81-2
 - fix .so filter to not trash the rtld (and other) symbols
 - bring files in line with new arch-specific model


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources 19 Apr 2009 00:33:58 -  1.28
+++ sources 19 May 2009 02:12:02 -  1.29
@@ -1 +1 @@
-b95da41b87881b8df325e5693e7a3fa8  Class-MOP-0.81.tar.gz
+2ec2af7fab27774fc90292f932480c62  Class-MOP-0.84.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTime-Format-Flexible/F-11 perl-DateTime-Format-Flexible.spec, 1.2, 1.3 sources, 1.2, 1.3

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1378

Modified Files:
perl-DateTime-Format-Flexible.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
- auto-update to 0.08 (by cpan-spec-update 0.01)
- added a new br on perl(DateTime::TimeZone) (version 0)



Index: perl-DateTime-Format-Flexible.spec
===
RCS file: 
/cvs/extras/rpms/perl-DateTime-Format-Flexible/F-11/perl-DateTime-Format-Flexible.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-DateTime-Format-Flexible.spec  26 Feb 2009 14:52:12 -  1.2
+++ perl-DateTime-Format-Flexible.spec  19 May 2009 02:35:35 -  1.3
@@ -1,17 +1,17 @@
-Name:   perl-DateTime-Format-Flexible 
-Version:0.05 
-Release:2%{?dist}
+Name:   perl-DateTime-Format-Flexible
+Version:0.08
+Release:1%{?dist}
 # see LICENSE
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Flexibly parse strings and turn them into DateTime objects
-Source: 
http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/T/TH/THINC/DateTime-Format-Flexible-%{version}.tar.gz
 Url:http://search.cpan.org/dist/DateTime-Format-Flexible
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(DateTime)
 BuildRequires: perl(DateTime::Format::Builder) = 0.74
 BuildRequires: perl(Readonly) = 0.06
@@ -23,6 +23,9 @@ BuildRequires: perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 
 
+### auto-added brs!
+BuildRequires:  perl(DateTime::TimeZone)
+
 %description
 If you have ever had to use a program that made you type in the date a
 certain way and thought Why can't the computer just figure out what date I
@@ -54,15 +57,19 @@ find %{buildroot} -depth -type d -exec r
 TEST_POD=1 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README Changes example/ 
+%doc LICENSE README Changes example/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.08-1
+- auto-update to 0.08 (by cpan-spec-update 0.01)
+- added a new br on perl(DateTime::TimeZone) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -72,4 +79,3 @@ rm -rf %{buildroot} 
 * Sun Dec 07 2008 Chris Weyl cw...@alumni.drew.edu 0.05-0.1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.6)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-DateTime-Format-Flexible/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 11 Jan 2009 22:30:00 -  1.2
+++ sources 19 May 2009 02:35:35 -  1.3
@@ -1 +1 @@
-1730dc9919c9dd73913c4fe3159c9bc3  DateTime-Format-Flexible-0.05.tar.gz
+7f004d2cdbc16909c915bc08e56e6848  DateTime-Format-Flexible-0.08.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTime-Format-HTTP/F-11 perl-DateTime-Format-HTTP.spec, 1.6, 1.7 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3268

Modified Files:
perl-DateTime-Format-HTTP.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-2
- rearrange the files in doc as the tarball has changed contents



Index: perl-DateTime-Format-HTTP.spec
===
RCS file: 
/cvs/extras/rpms/perl-DateTime-Format-HTTP/F-11/perl-DateTime-Format-HTTP.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-DateTime-Format-HTTP.spec  26 Feb 2009 14:53:06 -  1.6
+++ perl-DateTime-Format-HTTP.spec  19 May 2009 02:42:00 -  1.7
@@ -1,23 +1,25 @@
 Name:   perl-DateTime-Format-HTTP
-Version:0.37
-Release:4%{?dist}
-Summary:HTTP protocol date conversion routines 
+Version:0.38
+Release:2%{?dist}
+Summary:HTTP protocol date conversion routines
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/DateTime-Format-HTTP
-Source0: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz

+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/DateTime-Format-HTTP
+Source0: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(DateTime) = 0.17, perl(HTTP::Date) = 1.44
-BuildRequires:  perl(Test::More) = 0.47, perl(Module::Build)
+BuildRequires:  perl(DateTime) = 0.17
+BuildRequires:  perl(HTTP::Date) = 1.44
+BuildRequires:  perl(Test::More) = 0.47
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(File::Find::Rule)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %description
-This module provides functions that deal with the date formats used by the 
+This module provides functions that deal with the date formats used by the
 HTTP protocol (and then some).
 
 
@@ -29,16 +31,13 @@ HTTP protocol (and then some).
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-# American English, bitte
-mv LICENCE LICENSE
-
 
 %install
 rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -52,12 +51,18 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README
+%doc LICENSE Changes CREDITS README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-2
+- rearrange the files in doc as the tarball has changed contents
+
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-1
+- auto-update to 0.38 (by cpan-spec-update 0.01)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.37-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -78,5 +83,5 @@ rm -rf %{buildroot}
 * Sun Aug 06 2006 Chris Weyl cw...@alumni.drew.edu 0.36-2
 - add missing buildrequires: perl(File::Find::Rule)
 
-* Fri Aug 04 2006 Chris Weyl cw...@alumni.drew.edu 0.36-1 
+* Fri Aug 04 2006 Chris Weyl cw...@alumni.drew.edu 0.36-1
 - Initial spec file for F-E


Index: sources
===
RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 10 Aug 2006 01:47:11 -  1.3
+++ sources 19 May 2009 02:42:00 -  1.4
@@ -1 +1 @@
-3a69aaa00b7ece2371c617e1cc0052e4  DateTime-Format-HTTP-0.37.tar.gz
+6c26e1eb48d0f3b0e2075d3be54e96e6  DateTime-Format-HTTP-0.38.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTime-Format-HTTP/F-10 perl-DateTime-Format-HTTP.spec, 1.5, 1.6 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3352

Modified Files:
perl-DateTime-Format-HTTP.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-2
- rearrange the files in doc as the tarball has changed contents



Index: perl-DateTime-Format-HTTP.spec
===
RCS file: 
/cvs/extras/rpms/perl-DateTime-Format-HTTP/F-10/perl-DateTime-Format-HTTP.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-DateTime-Format-HTTP.spec  4 Mar 2008 19:26:59 -   1.5
+++ perl-DateTime-Format-HTTP.spec  19 May 2009 02:42:16 -  1.6
@@ -1,23 +1,25 @@
 Name:   perl-DateTime-Format-HTTP
-Version:0.37
-Release:3%{?dist}
-Summary:HTTP protocol date conversion routines 
+Version:0.38
+Release:2%{?dist}
+Summary:HTTP protocol date conversion routines
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/DateTime-Format-HTTP
-Source0: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz

+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/DateTime-Format-HTTP
+Source0: 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-HTTP-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(DateTime) = 0.17, perl(HTTP::Date) = 1.44
-BuildRequires:  perl(Test::More) = 0.47, perl(Module::Build)
+BuildRequires:  perl(DateTime) = 0.17
+BuildRequires:  perl(HTTP::Date) = 1.44
+BuildRequires:  perl(Test::More) = 0.47
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(File::Find::Rule)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 %description
-This module provides functions that deal with the date formats used by the 
+This module provides functions that deal with the date formats used by the
 HTTP protocol (and then some).
 
 
@@ -29,16 +31,13 @@ HTTP protocol (and then some).
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-# American English, bitte
-mv LICENCE LICENSE
-
 
 %install
 rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -52,12 +51,21 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE AUTHORS Changes COPYING Artistic CREDITS README
+%doc LICENSE Changes CREDITS README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-2
+- rearrange the files in doc as the tarball has changed contents
+
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.38-1
+- auto-update to 0.38 (by cpan-spec-update 0.01)
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.37-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Mar  4 2008 Tom spot Callaway tcall...@redhat.com 0.37-3
 - rebuild for new perl
 
@@ -75,5 +83,5 @@ rm -rf %{buildroot}
 * Sun Aug 06 2006 Chris Weyl cw...@alumni.drew.edu 0.36-2
 - add missing buildrequires: perl(File::Find::Rule)
 
-* Fri Aug 04 2006 Chris Weyl cw...@alumni.drew.edu 0.36-1 
+* Fri Aug 04 2006 Chris Weyl cw...@alumni.drew.edu 0.36-1
 - Initial spec file for F-E


Index: sources
===
RCS file: /cvs/extras/rpms/perl-DateTime-Format-HTTP/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 10 Aug 2006 01:47:11 -  1.3
+++ sources 19 May 2009 02:42:16 -  1.4
@@ -1 +1 @@
-3a69aaa00b7ece2371c617e1cc0052e4  DateTime-Format-HTTP-0.37.tar.gz
+6c26e1eb48d0f3b0e2075d3be54e96e6  DateTime-Format-HTTP-0.38.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-DateTimeX-Easy/devel .cvsignore, 1.2, 1.3 perl-DateTimeX-Easy.spec, 1.2, 1.3 sources, 1.2, 1.3

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-DateTimeX-Easy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4850

Modified Files:
.cvsignore perl-DateTimeX-Easy.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.087-1
- auto-update to 0.087 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 = 6.42)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-DateTimeX-Easy/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  14 Jan 2009 23:13:24 -  1.2
+++ .cvsignore  19 May 2009 02:45:44 -  1.3
@@ -1 +1 @@
-DateTimeX-Easy-0.085.tar.gz
+DateTimeX-Easy-0.087.tar.gz


Index: perl-DateTimeX-Easy.spec
===
RCS file: /cvs/extras/rpms/perl-DateTimeX-Easy/devel/perl-DateTimeX-Easy.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-DateTimeX-Easy.spec26 Feb 2009 15:04:25 -  1.2
+++ perl-DateTimeX-Easy.spec19 May 2009 02:45:44 -  1.3
@@ -1,17 +1,17 @@
-Name:   perl-DateTimeX-Easy 
-Version:0.085 
-Release:2%{?dist}
+Name:   perl-DateTimeX-Easy
+Version:0.087
+Release:1%{?dist}
 # see lib/DateTimeX/Easy.pm
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:Parse a date/time string using the best method available 
-Source: 
http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/DateTimeX-Easy-%{version}.tar.gz
 
+Summary:Parse a date/time string using the best method available
+Source: 
http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/DateTimeX-Easy-%{version}.tar.gz
 Url:http://search.cpan.org/dist/DateTimeX-Easy
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires: perl(DateTime)
 BuildRequires: perl(DateTime::Format::DateParse)
 BuildRequires: perl(DateTime::Format::Flexible)
@@ -54,15 +54,19 @@ 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
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.087-1
+- auto-update to 0.087 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (0 = 6.42)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.085-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -76,4 +80,3 @@ rm -rf %{buildroot} 
 * Sat Oct 11 2008 Chris Weyl cw...@alumni.drew.edu 0.082-1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-DateTimeX-Easy/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 14 Jan 2009 23:13:24 -  1.2
+++ sources 19 May 2009 02:45:44 -  1.3
@@ -1 +1 @@
-a43d1aeefd0e3cdac3228df0be053713  DateTimeX-Easy-0.085.tar.gz
+231ff4345ff5f7a3092bfdc19c374d51  DateTimeX-Easy-0.087.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Git-CPAN-Patch/devel .cvsignore, 1.3, 1.4 perl-Git-CPAN-Patch.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10797

Modified Files:
.cvsignore perl-Git-CPAN-Patch.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
- auto-update to 0.1.6 (by cpan-spec-update 0.01)
- added a new br on perl(Pod::Usage) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  2 Apr 2009 08:02:33 -   1.3
+++ .cvsignore  19 May 2009 03:12:41 -  1.4
@@ -1 +0,0 @@
-Git-CPAN-Patch-0.1.5.tar.gz


Index: perl-Git-CPAN-Patch.spec
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/perl-Git-CPAN-Patch.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Git-CPAN-Patch.spec2 Apr 2009 08:02:33 -   1.2
+++ perl-Git-CPAN-Patch.spec19 May 2009 03:12:41 -  1.3
@@ -1,11 +1,11 @@
 Name:   perl-Git-CPAN-Patch
-Version:0.1.5
+Version:0.1.6
 Release:1%{?dist}
 Summary:Patch CPAN modules using Git
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Git-CPAN-Patch/
-Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -17,6 +17,9 @@ BuildRequires:  perl(Parse::BACKPAN::Pac
 # testing
 BuildRequires:  perl(Test::More)
 
+### auto-added brs!
+BuildRequires:  perl(Pod::Usage)
+
 %description
 Git::CPAN::Patch provides a suite of git commands aimed at making trivially
 easy the process of grabbing any distribution off CPAN, stuffing it in a
@@ -75,6 +78,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
+- auto-update to 0.1.6 (by cpan-spec-update 0.01)
+- added a new br on perl(Pod::Usage) (version 0)
+
 * Sat Mar 28 2009 Chris Weyl cw...@alumni.drew.edu 0.1.5-1
 - update to 0.1.5
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 2 Apr 2009 08:02:33 -   1.3
+++ sources 19 May 2009 03:12:41 -  1.4
@@ -1 +0,0 @@
-5777545c4b9c9021c6b29c114fb72a5c  Git-CPAN-Patch-0.1.5.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Moose/devel .cvsignore, 1.28, 1.29 perl-Moose.spec, 1.38, 1.39 sources, 1.28, 1.29

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Moose/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2087

Modified Files:
.cvsignore perl-Moose.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.79-1
- auto-update to 0.79 (by cpan-spec-update 0.01)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore  19 Apr 2009 00:52:24 -  1.28
+++ .cvsignore  19 May 2009 05:12:57 -  1.29
@@ -1 +1 @@
-Moose-0.74.tar.gz
+Moose-0.79.tar.gz


Index: perl-Moose.spec
===
RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- perl-Moose.spec 19 Apr 2009 00:52:24 -  1.38
+++ perl-Moose.spec 19 May 2009 05:12:57 -  1.39
@@ -1,48 +1,48 @@
 Name:   perl-Moose
-Version:0.74
+Version:0.79
 Release:1%{?dist}
 Summary:Complete modern object system for Perl 5
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Moose/
-# source tends to flip between these four authors
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Moose-%{version}.tar.gz
-#Source0:
http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz
-#Source0:
http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz
-#Source0:
http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Class::MOP) = 0.81
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.42
+BuildRequires:  perl(Class::MOP) = 0.83
 BuildRequires:  perl(Data::OptList)
-BuildRequires:  perl(Filter::Simple) 
+BuildRequires:  perl(Filter::Simple)
 BuildRequires:  perl(List::MoreUtils)= 0.12
 BuildRequires:  perl(Scalar::Util)   = 1.19
-BuildRequires:  perl(Sub::Exporter)  = 0.954
+BuildRequires:  perl(Sub::Exporter)  = 0.972
 BuildRequires:  perl(Sub::Install)   = 0.92
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Test::More) = 0.77
-BuildRequires:  perl(Test::Exception)= 0.21
+BuildRequires:  perl(Test::Exception)= 0.27
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(UNIVERSAL::require) = 0.10
-# optional test #1 (in no particular order) 
+# optional test #1 (in no particular order)
 # ** moved to author tests
 #BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
 # optional test #2
-BuildRequires:  perl(DBM::Deep) = 0.983, perl(DateTime::Format::MySQL)
+BuildRequires:  perl(DBM::Deep) = 0.983
+BuildRequires:  perl(DateTime::Format::MySQL)
 # optional test #3
-BuildRequires:  perl(HTTP::Headers), perl(Params::Coerce), perl(URI)
+BuildRequires:  perl(HTTP::Headers)
+BuildRequires:  perl(Params::Coerce)
+BuildRequires:  perl(URI)
 # optional test #4
 # commented out as Locale::US's license is ambiguous at the moment, precluding
 # packaging it.
 #BuildRequires:  perl(Regexp::Common), perl(Locale::US)
 # optional test #5
-BuildRequires:  perl(IO::File), perl(IO::String)
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(IO::String)
 # optional test #6
 BuildRequires:  perl(Test::Deep)
-# optional test #7 
+# optional test #7
 BuildRequires:  perl(Declare::Constraints::Simple)
 # optional test #8 (as of 0.20)
 BuildRequires:  perl(Module::Refresh)
@@ -50,6 +50,15 @@ BuildRequires:  perl(Module::Refresh)
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Test::Output)
 
+# don't provide private Perl libs, or bits from _docdir
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%_docdir' | %{__grep} -v 
'%{perl_vendorarch}/.*\\.so$' | %{__deploop P}
+%global __find_requires /bin/sh -c %{__grep} -v '%_docdir' | %{__deploop R}
+
+### auto-added brs!
+BuildRequires:  perl(Sub::Name)
+BuildRequires:  perl(Carp)
 
 %description
 Moose is an extension of the Perl 5 object system.
@@ -68,21 +77,10 @@ Perl 6 OO. So instead of switching to Ru
 %prep
 %setup -q -n Moose-%{version}
 
+# tidy things up...
 find t/ -type f -exec perl -pi -e 's|^#!/usr/local/bin|#!/usr/bin|' {} +
-
-# remove the originals of patched files...
 find . -name '*.orig' -exec rm -v {} +
 
-# Filter unwanted Provides:
-cat  \EOF  %{name}-prov
-#!/bin/sh
-%{__perl_provides} $* |\
-  sed -e '/perl(MyMoose.*)/d; /perl(Bar)/d; /perl(Foo)/d'
-EOF
-
-%define

rpms/perl-Git-CPAN-Patch/devel .cvsignore,1.4,1.5 sources,1.4,1.5

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8656

Modified Files:
.cvsignore sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
- auto-update to 0.1.6 (by cpan-spec-update 0.01)
- added a new br on perl(Pod::Usage) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore  19 May 2009 03:12:41 -  1.4
+++ .cvsignore  19 May 2009 05:40:28 -  1.5
@@ -0,0 +1 @@
+Git-CPAN-Patch-0.1.6.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources 19 May 2009 03:12:41 -  1.4
+++ sources 19 May 2009 05:40:28 -  1.5
@@ -0,0 +1 @@
+578bd0301add5318f72265808733fb40  Git-CPAN-Patch-0.1.6.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-HTTP-Request-AsCGI/devel .cvsignore, 1.2, 1.3 perl-HTTP-Request-AsCGI.spec, 1.5, 1.6 sources, 1.2, 1.3

2009-05-18 Thread Chris Weyl
Author: cweyl

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

Modified Files:
.cvsignore perl-HTTP-Request-AsCGI.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.9-1
- auto-update to 0.9 (by cpan-spec-update 0.01)
- added a new br on perl(IO::File) (version 0)
- added a new br on perl(URI::Escape) (version 0)
- added a new br on perl(Carp) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  28 Apr 2007 04:53:46 -  1.2
+++ .cvsignore  19 May 2009 05:49:13 -  1.3
@@ -1 +1 @@
-HTTP-Request-AsCGI-0.5.tar.gz
+HTTP-Request-AsCGI-0.9.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.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-HTTP-Request-AsCGI.spec26 Feb 2009 20:04:01 -  1.5
+++ perl-HTTP-Request-AsCGI.spec19 May 2009 05:49:13 -  1.6
@@ -1,11 +1,11 @@
 Name:   perl-HTTP-Request-AsCGI
-Version:0.5
-Release:5%{?dist}
+Version:0.9
+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://www.cpan.org/authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/H/HD/HDP/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))
@@ -21,8 +21,13 @@ BuildRequires:  perl(HTTP::Response) = 
 # 'use base'
 Requires:   perl(Class::Accessor::Fast)
 
+### auto-added brs!
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(Carp)
+
 %description
-Provides a convenient way of setting up an CGI enviroment from a
+Provides a convenient way of setting up an CGI environment from a
 HTTP::Request.
 
 %prep
@@ -55,6 +60,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.9-1
+- auto-update to 0.9 (by cpan-spec-update 0.01)
+- added a new br on perl(IO::File) (version 0)
+- added a new br on perl(URI::Escape) (version 0)
+- added a new br on perl(Carp) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 Apr 2007 04:53:46 -  1.2
+++ sources 19 May 2009 05:49:13 -  1.3
@@ -1 +1 @@
-e1f5d332969d072a19d9649ed7d77f59  HTTP-Request-AsCGI-0.5.tar.gz
+99bc3e482d873068177282dcf306959f  HTTP-Request-AsCGI-0.9.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Git-CPAN-Patch/F-11 perl-Git-CPAN-Patch.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10339

Modified Files:
perl-Git-CPAN-Patch.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
- auto-update to 0.1.6 (by cpan-spec-update 0.01)
- added a new br on perl(Pod::Usage) (version 0)



Index: perl-Git-CPAN-Patch.spec
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/perl-Git-CPAN-Patch.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Git-CPAN-Patch.spec2 Apr 2009 08:02:33 -   1.2
+++ perl-Git-CPAN-Patch.spec19 May 2009 05:49:31 -  1.3
@@ -1,11 +1,11 @@
 Name:   perl-Git-CPAN-Patch
-Version:0.1.5
+Version:0.1.6
 Release:1%{?dist}
 Summary:Patch CPAN modules using Git
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Git-CPAN-Patch/
-Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -17,6 +17,9 @@ BuildRequires:  perl(Parse::BACKPAN::Pac
 # testing
 BuildRequires:  perl(Test::More)
 
+### auto-added brs!
+BuildRequires:  perl(Pod::Usage)
+
 %description
 Git::CPAN::Patch provides a suite of git commands aimed at making trivially
 easy the process of grabbing any distribution off CPAN, stuffing it in a
@@ -75,6 +78,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
+- auto-update to 0.1.6 (by cpan-spec-update 0.01)
+- added a new br on perl(Pod::Usage) (version 0)
+
 * Sat Mar 28 2009 Chris Weyl cw...@alumni.drew.edu 0.1.5-1
 - update to 0.1.5
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 2 Apr 2009 08:02:33 -   1.3
+++ sources 19 May 2009 05:49:31 -  1.4
@@ -1 +1 @@
-5777545c4b9c9021c6b29c114fb72a5c  Git-CPAN-Patch-0.1.5.tar.gz
+578bd0301add5318f72265808733fb40  Git-CPAN-Patch-0.1.6.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Git-CPAN-Patch/F-10 perl-Git-CPAN-Patch.spec, 1.2, 1.3 sources, 1.3, 1.4

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10375

Modified Files:
perl-Git-CPAN-Patch.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
- auto-update to 0.1.6 (by cpan-spec-update 0.01)
- added a new br on perl(Pod::Usage) (version 0)



Index: perl-Git-CPAN-Patch.spec
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10/perl-Git-CPAN-Patch.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Git-CPAN-Patch.spec2 Apr 2009 08:05:47 -   1.2
+++ perl-Git-CPAN-Patch.spec19 May 2009 05:49:44 -  1.3
@@ -1,11 +1,11 @@
 Name:   perl-Git-CPAN-Patch
-Version:0.1.5
+Version:0.1.6
 Release:1%{?dist}
 Summary:Patch CPAN modules using Git
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Git-CPAN-Patch/
-Source0:
http://www.cpan.org/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Git-CPAN-Patch-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -17,6 +17,9 @@ BuildRequires:  perl(Parse::BACKPAN::Pac
 # testing
 BuildRequires:  perl(Test::More)
 
+### auto-added brs!
+BuildRequires:  perl(Pod::Usage)
+
 %description
 Git::CPAN::Patch provides a suite of git commands aimed at making trivially
 easy the process of grabbing any distribution off CPAN, stuffing it in a
@@ -75,6 +78,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.1.6-1
+- auto-update to 0.1.6 (by cpan-spec-update 0.01)
+- added a new br on perl(Pod::Usage) (version 0)
+
 * Sat Mar 28 2009 Chris Weyl cw...@alumni.drew.edu 0.1.5-1
 - update to 0.1.5
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Git-CPAN-Patch/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 2 Apr 2009 08:05:47 -   1.3
+++ sources 19 May 2009 05:49:44 -  1.4
@@ -1 +1 @@
-5777545c4b9c9021c6b29c114fb72a5c  Git-CPAN-Patch-0.1.5.tar.gz
+578bd0301add5318f72265808733fb40  Git-CPAN-Patch-0.1.6.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-local-lib/devel .cvsignore, 1.2, 1.3 perl-local-lib.spec, 1.1, 1.2 sources, 1.2, 1.3

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-local-lib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11487

Modified Files:
.cvsignore perl-local-lib.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 1.004000-1
- auto-update to 1.004000 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (6.31 = 6.42)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-local-lib/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  9 Mar 2009 17:01:37 -   1.2
+++ .cvsignore  19 May 2009 05:52:49 -  1.3
@@ -1 +1 @@
-local-lib-1.003002.tar.gz
+local-lib-1.004000.tar.gz


Index: perl-local-lib.spec
===
RCS file: /cvs/extras/rpms/perl-local-lib/devel/perl-local-lib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-local-lib.spec 9 Mar 2009 17:01:37 -   1.1
+++ perl-local-lib.spec 19 May 2009 05:52:49 -  1.2
@@ -1,17 +1,17 @@
-Name:   perl-local-lib 
-Version:1.003002 
+Name:   perl-local-lib
+Version:1.004000
 Release:1%{?dist}
 # lib/local/lib.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Create and use a local lib/ for perl modules
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz 
+Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
 Url:http://search.cpan.org/dist/local-lib
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.31
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires: perl(CPAN) = 1.80
 BuildRequires: perl(ExtUtils::CBuilder)
 BuildRequires: perl(ExtUtils::ParseXS)
@@ -31,7 +31,7 @@ More generally, local::lib allows for th
 directory containing Perl modules outside of Perl's '@INC'. This makes
 it easier to ship an application with an app-specific copy of a Perl module,
 or collection of modules. Useful in cases like when an upstream maintainer
-hasn't applied a patch to a module of theirs that you need for your 
+hasn't applied a patch to a module of theirs that you need for your
 application.
 
 %prep
@@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes 
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 1.004000-1
+- auto-update to 1.004000 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (6.31 = 6.42)
+
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 1.003002-1
 - submission
 
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 1.003002-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-local-lib/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 9 Mar 2009 17:01:37 -   1.2
+++ sources 19 May 2009 05:52:49 -  1.3
@@ -1 +1 @@
-e3988eb5f0dff67b4bca98fe0cc3790d  local-lib-1.003002.tar.gz
+c009951bbedbd9042505353361b1edfe  local-lib-1.004000.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-local-lib/F-11 perl-local-lib.spec, 1.1, 1.2 sources, 1.2, 1.3

2009-05-18 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-local-lib/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13159

Modified Files:
perl-local-lib.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 1.004000-1
- auto-update to 1.004000 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (6.31 = 6.42)



Index: perl-local-lib.spec
===
RCS file: /cvs/extras/rpms/perl-local-lib/F-11/perl-local-lib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-local-lib.spec 9 Mar 2009 17:01:37 -   1.1
+++ perl-local-lib.spec 19 May 2009 05:59:11 -  1.2
@@ -1,17 +1,17 @@
-Name:   perl-local-lib 
-Version:1.003002 
+Name:   perl-local-lib
+Version:1.004000
 Release:1%{?dist}
 # lib/local/lib.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Create and use a local lib/ for perl modules
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz 
+Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
 Url:http://search.cpan.org/dist/local-lib
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.31
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires: perl(CPAN) = 1.80
 BuildRequires: perl(ExtUtils::CBuilder)
 BuildRequires: perl(ExtUtils::ParseXS)
@@ -31,7 +31,7 @@ More generally, local::lib allows for th
 directory containing Perl modules outside of Perl's '@INC'. This makes
 it easier to ship an application with an app-specific copy of a Perl module,
 or collection of modules. Useful in cases like when an upstream maintainer
-hasn't applied a patch to a module of theirs that you need for your 
+hasn't applied a patch to a module of theirs that you need for your
 application.
 
 %prep
@@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes 
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 1.004000-1
+- auto-update to 1.004000 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (6.31 = 6.42)
+
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 1.003002-1
 - submission
 
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 1.003002-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-local-lib/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 9 Mar 2009 17:01:37 -   1.2
+++ sources 19 May 2009 05:59:11 -  1.3
@@ -1 +1 @@
-e3988eb5f0dff67b4bca98fe0cc3790d  local-lib-1.003002.tar.gz
+c009951bbedbd9042505353361b1edfe  local-lib-1.004000.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-local-lib/F-10 perl-local-lib.spec, 1.1, 1.2 sources, 1.2, 1.3

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-local-lib/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13232

Modified Files:
perl-local-lib.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 1.004000-1
- auto-update to 1.004000 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (6.31 = 6.42)



Index: perl-local-lib.spec
===
RCS file: /cvs/extras/rpms/perl-local-lib/F-10/perl-local-lib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-local-lib.spec 9 Mar 2009 17:02:31 -   1.1
+++ perl-local-lib.spec 19 May 2009 05:59:22 -  1.2
@@ -1,17 +1,17 @@
-Name:   perl-local-lib 
-Version:1.003002 
+Name:   perl-local-lib
+Version:1.004000
 Release:1%{?dist}
 # lib/local/lib.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Create and use a local lib/ for perl modules
-Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz 
+Source: 
http://search.cpan.org/CPAN/authors/id/A/AP/APEIRON/local-lib-%{version}.tar.gz
 Url:http://search.cpan.org/dist/local-lib
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.31
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires: perl(CPAN) = 1.80
 BuildRequires: perl(ExtUtils::CBuilder)
 BuildRequires: perl(ExtUtils::ParseXS)
@@ -31,7 +31,7 @@ More generally, local::lib allows for th
 directory containing Perl modules outside of Perl's '@INC'. This makes
 it easier to ship an application with an app-specific copy of a Perl module,
 or collection of modules. Useful in cases like when an upstream maintainer
-hasn't applied a patch to a module of theirs that you need for your 
+hasn't applied a patch to a module of theirs that you need for your
 application.
 
 %prep
@@ -54,19 +54,22 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes 
+%doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 1.004000-1
+- auto-update to 1.004000 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (6.31 = 6.42)
+
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 1.003002-1
 - submission
 
 * Sun Mar 08 2009 Chris Weyl cw...@alumni.drew.edu 1.003002-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-local-lib/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 9 Mar 2009 17:02:31 -   1.2
+++ sources 19 May 2009 05:59:22 -  1.3
@@ -1 +1 @@
-e3988eb5f0dff67b4bca98fe0cc3790d  local-lib-1.003002.tar.gz
+c009951bbedbd9042505353361b1edfe  local-lib-1.004000.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-HTTP-Request-AsCGI/F-11 perl-HTTP-Request-AsCGI.spec, 1.5, 1.6 sources, 1.2, 1.3

2009-05-19 Thread Chris Weyl
Author: cweyl

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

Modified Files:
perl-HTTP-Request-AsCGI.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.9-1
- auto-update to 0.9 (by cpan-spec-update 0.01)
- added a new br on perl(IO::File) (version 0)
- added a new br on perl(URI::Escape) (version 0)
- added a new br on perl(Carp) (version 0)



Index: perl-HTTP-Request-AsCGI.spec
===
RCS file: 
/cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-11/perl-HTTP-Request-AsCGI.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-HTTP-Request-AsCGI.spec26 Feb 2009 20:04:01 -  1.5
+++ perl-HTTP-Request-AsCGI.spec19 May 2009 05:59:51 -  1.6
@@ -1,11 +1,11 @@
 Name:   perl-HTTP-Request-AsCGI
-Version:0.5
-Release:5%{?dist}
+Version:0.9
+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://www.cpan.org/authors/id/C/CH/CHANSEN/HTTP-Request-AsCGI-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/H/HD/HDP/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))
@@ -21,8 +21,13 @@ BuildRequires:  perl(HTTP::Response) = 
 # 'use base'
 Requires:   perl(Class::Accessor::Fast)
 
+### auto-added brs!
+BuildRequires:  perl(IO::File)
+BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(Carp)
+
 %description
-Provides a convenient way of setting up an CGI enviroment from a
+Provides a convenient way of setting up an CGI environment from a
 HTTP::Request.
 
 %prep
@@ -55,6 +60,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 0.9-1
+- auto-update to 0.9 (by cpan-spec-update 0.01)
+- added a new br on perl(IO::File) (version 0)
+- added a new br on perl(URI::Escape) (version 0)
+- added a new br on perl(Carp) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-HTTP-Request-AsCGI/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 Apr 2007 04:53:46 -  1.2
+++ sources 19 May 2009 05:59:51 -  1.3
@@ -1 +1 @@
-e1f5d332969d072a19d9649ed7d77f59  HTTP-Request-AsCGI-0.5.tar.gz
+99bc3e482d873068177282dcf306959f  HTTP-Request-AsCGI-0.9.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-POE/devel .cvsignore, 1.9, 1.10 perl-POE.spec, 1.14, 1.15 sources, 1.9, 1.10

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-POE/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14686

Modified Files:
.cvsignore perl-POE.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.005-1
- auto-update to 1.005 (by cpan-spec-update 0.01)
- added a new br on perl(Storable) (version 2.16)
- added a new br on perl(Errno) (version 1.09)
- added a new br on perl(IO::Handle) (version 1.27)
- added a new br on perl(Socket) (version 1.7)
- added a new br on perl(IO::Tty) (version 1.08)
- added a new br on perl(POE::Test::Loops) (version 1.004)
- added a new br on perl(POSIX) (version 1.02)
- added a new br on perl(File::Spec) (version 0.87)
- added a new br on perl(Exporter) (version 0)
- added a new br on perl(Test::Harness) (version 2.26)
- added a new br on perl(Carp) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-POE/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore  8 Sep 2008 03:17:02 -   1.9
+++ .cvsignore  19 May 2009 06:08:54 -  1.10
@@ -1 +1 @@
-POE-1.003.tar.gz
+POE-1.005.tar.gz


Index: perl-POE.spec
===
RCS file: /cvs/extras/rpms/perl-POE/devel/perl-POE.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-POE.spec   26 Feb 2009 23:48:49 -  1.14
+++ perl-POE.spec   19 May 2009 06:08:54 -  1.15
@@ -1,12 +1,12 @@
 Name:  perl-POE
-Version:   1.003
-Release:   2%{?dist}
-Summary:   POE - portable multitasking and networking framework for Perl 
+Version:   1.005
+Release:   1%{?dist}
+Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/POE/
-Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz 
+Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -37,7 +37,20 @@ BuildRequires:  perl(Test::Pod::Coverage
 Requires:   perl(Compress::Zlib)
 Requires:   perl(Event)
 Requires:   perl(IO::Pty)
-Requires:   perl(Socket6) 
+Requires:   perl(Socket6)
+
+### auto-added brs!
+BuildRequires:  perl(Storable) = 2.16
+BuildRequires:  perl(Errno) = 1.09
+BuildRequires:  perl(IO::Handle) = 1.27
+BuildRequires:  perl(Socket) = 1.7
+BuildRequires:  perl(IO::Tty) = 1.08
+BuildRequires:  perl(POE::Test::Loops) = 1.004
+BuildRequires:  perl(POSIX) = 1.02
+BuildRequires:  perl(File::Spec) = 0.87
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test::Harness) = 2.26
+BuildRequires:  perl(Carp)
 
 %description
 POE is a framework for cooperative, event driven multitasking in Perl.
@@ -96,7 +109,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} + 
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
@@ -123,12 +136,26 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES HISTORY README examples/ TODO t/ 
+%doc CHANGES HISTORY README examples/ TODO t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.005-1
+- auto-update to 1.005 (by cpan-spec-update 0.01)
+- added a new br on perl(Storable) (version 2.16)
+- added a new br on perl(Errno) (version 1.09)
+- added a new br on perl(IO::Handle) (version 1.27)
+- added a new br on perl(Socket) (version 1.7)
+- added a new br on perl(IO::Tty) (version 1.08)
+- added a new br on perl(POE::Test::Loops) (version 1.004)
+- added a new br on perl(POSIX) (version 1.02)
+- added a new br on perl(File::Spec) (version 0.87)
+- added a new br on perl(Exporter) (version 0)
+- added a new br on perl(Test::Harness) (version 2.26)
+- added a new br on perl(Carp) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.003-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-POE/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources 8 Sep 2008 03:17:02 -   1.9
+++ sources 19 May 2009 06:08:54 -  1.10
@@ -1 +1 @@
-b75c10096c802e0c823c4e554b9135c6  POE-1.003.tar.gz
+f1bfba242aad1ae0d7a124f289d13a9a  POE-1.005.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list

rpms/perl-Object-InsideOut/devel .cvsignore, 1.9, 1.10 perl-Object-InsideOut.spec, 1.11, 1.12 sources, 1.9, 1.10

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Object-InsideOut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15420

Modified Files:
.cvsignore perl-Object-InsideOut.spec sources 
Log Message:
* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 3.55-1
- auto-update to 3.55 (by cpan-spec-update 0.01)
- added a new br on perl(ExtUtils::MakeMaker) (version 0)
- added a new br on perl(Data::Dumper) (version 0)
- added a new br on perl(Scalar::Util) (version 1.19)
- added a new br on perl(Config) (version 0)
- added a new br on perl(Test::More) (version 0.5)
- altered br on perl(Exception::Class) (1.22 = 1.29)
- added a new br on perl(B) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore  26 Oct 2008 06:24:52 -  1.9
+++ .cvsignore  19 May 2009 06:20:02 -  1.10
@@ -1 +1 @@
-Object-InsideOut-3.51.tar.gz
+Object-InsideOut-3.55.tar.gz


Index: perl-Object-InsideOut.spec
===
RCS file: 
/cvs/extras/rpms/perl-Object-InsideOut/devel/perl-Object-InsideOut.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-Object-InsideOut.spec  26 Feb 2009 23:40:38 -  1.11
+++ perl-Object-InsideOut.spec  19 May 2009 06:20:03 -  1.12
@@ -1,21 +1,30 @@
 Name:   perl-Object-InsideOut
-Version:3.51
-Release:2%{?dist}
-Summary:Comprehensive inside-out object support module 
+Version:3.55
+Release:1%{?dist}
+Summary:Comprehensive inside-out object support module
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/Object-InsideOut
+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/Object-InsideOut
 Source0: 
http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
-BuildRequires:  perl(Exception::Class) = 1.22
+BuildRequires:  perl(Exception::Class) = 1.29
 BuildRequires:  perl(Want) = 0.12
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+### auto-added brs!
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Scalar::Util) = 1.19
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Test::More) = 0.5
+BuildRequires:  perl(B)
+
 %description
 This module provides comprehensive support for implementing classes using the
 inside-out object model.
@@ -48,7 +57,7 @@ cat  \EOF  %{name}-prov
 sed -e '/^perl(Object::InsideOut)$/d'
 EOF
 
-%define __perl_provides %{_builddir}/Object-InsideOut-%{version}/%{name}-prov 
+%define __perl_provides %{_builddir}/Object-InsideOut-%{version}/%{name}-prov
 chmod +x %{__perl_provides}
 
 
@@ -83,6 +92,16 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue May 19 2009 Chris Weyl cw...@alumni.drew.edu 3.55-1
+- auto-update to 3.55 (by cpan-spec-update 0.01)
+- added a new br on perl(ExtUtils::MakeMaker) (version 0)
+- added a new br on perl(Data::Dumper) (version 0)
+- added a new br on perl(Scalar::Util) (version 1.19)
+- added a new br on perl(Config) (version 0)
+- added a new br on perl(Test::More) (version 0.5)
+- altered br on perl(Exception::Class) (1.22 = 1.29)
+- added a new br on perl(B) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.51-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -118,7 +137,7 @@ rm -rf %{buildroot}
 - drop some unneeded bits from the spec
 
 * Wed Jul  5 2006 Chris Weyl cw...@alumni.drew.edu 1.45-1
-- bump release for build 
+- bump release for build
 
 * Mon Jul  3 2006 Chris Weyl cw...@alumni.drew.edu 1.45-0.1
 - corrected url's.


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Object-InsideOut/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources 26 Oct 2008 06:24:52 -  1.9
+++ sources 19 May 2009 06:20:03 -  1.10
@@ -1 +1 @@
-220951eaa39f7055db6b5aac35ccd337  Object-InsideOut-3.51.tar.gz
+d1b08cac98b65e4b8f3239c6a3e8fc06  Object-InsideOut-3.55.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-POE/F-11 perl-POE.spec,1.14,1.15 sources,1.9,1.10

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-POE/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15561

Modified Files:
perl-POE.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.005-1
- auto-update to 1.005 (by cpan-spec-update 0.01)
- added a new br on perl(Storable) (version 2.16)
- added a new br on perl(Errno) (version 1.09)
- added a new br on perl(IO::Handle) (version 1.27)
- added a new br on perl(Socket) (version 1.7)
- added a new br on perl(IO::Tty) (version 1.08)
- added a new br on perl(POE::Test::Loops) (version 1.004)
- added a new br on perl(POSIX) (version 1.02)
- added a new br on perl(File::Spec) (version 0.87)
- added a new br on perl(Exporter) (version 0)
- added a new br on perl(Test::Harness) (version 2.26)
- added a new br on perl(Carp) (version 0)



Index: perl-POE.spec
===
RCS file: /cvs/extras/rpms/perl-POE/F-11/perl-POE.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-POE.spec   26 Feb 2009 23:48:49 -  1.14
+++ perl-POE.spec   19 May 2009 06:20:55 -  1.15
@@ -1,12 +1,12 @@
 Name:  perl-POE
-Version:   1.003
-Release:   2%{?dist}
-Summary:   POE - portable multitasking and networking framework for Perl 
+Version:   1.005
+Release:   1%{?dist}
+Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/POE/
-Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz 
+Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -37,7 +37,20 @@ BuildRequires:  perl(Test::Pod::Coverage
 Requires:   perl(Compress::Zlib)
 Requires:   perl(Event)
 Requires:   perl(IO::Pty)
-Requires:   perl(Socket6) 
+Requires:   perl(Socket6)
+
+### auto-added brs!
+BuildRequires:  perl(Storable) = 2.16
+BuildRequires:  perl(Errno) = 1.09
+BuildRequires:  perl(IO::Handle) = 1.27
+BuildRequires:  perl(Socket) = 1.7
+BuildRequires:  perl(IO::Tty) = 1.08
+BuildRequires:  perl(POE::Test::Loops) = 1.004
+BuildRequires:  perl(POSIX) = 1.02
+BuildRequires:  perl(File::Spec) = 0.87
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test::Harness) = 2.26
+BuildRequires:  perl(Carp)
 
 %description
 POE is a framework for cooperative, event driven multitasking in Perl.
@@ -96,7 +109,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} + 
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
@@ -123,12 +136,26 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES HISTORY README examples/ TODO t/ 
+%doc CHANGES HISTORY README examples/ TODO t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.005-1
+- auto-update to 1.005 (by cpan-spec-update 0.01)
+- added a new br on perl(Storable) (version 2.16)
+- added a new br on perl(Errno) (version 1.09)
+- added a new br on perl(IO::Handle) (version 1.27)
+- added a new br on perl(Socket) (version 1.7)
+- added a new br on perl(IO::Tty) (version 1.08)
+- added a new br on perl(POE::Test::Loops) (version 1.004)
+- added a new br on perl(POSIX) (version 1.02)
+- added a new br on perl(File::Spec) (version 0.87)
+- added a new br on perl(Exporter) (version 0)
+- added a new br on perl(Test::Harness) (version 2.26)
+- added a new br on perl(Carp) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.003-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-POE/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources 8 Sep 2008 03:17:02 -   1.9
+++ sources 19 May 2009 06:20:55 -  1.10
@@ -1 +1 @@
-b75c10096c802e0c823c4e554b9135c6  POE-1.003.tar.gz
+f1bfba242aad1ae0d7a124f289d13a9a  POE-1.005.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-AttributeHelpers/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15804

Modified Files:
.cvsignore sources 
Log Message:
* Mon Apr 06 2009 Chris Weyl cw...@alumni.drew.edu 0.16-1
- update to 0.16



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore  6 Apr 2009 23:05:00 -   1.8
+++ .cvsignore  19 May 2009 06:23:27 -  1.9
@@ -1 +1 @@
-MooseX-AttributeHelpers-0.16.tar.gz
+MooseX-AttributeHelpers-0.17.tar.gz


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-AttributeHelpers/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources 6 Apr 2009 23:05:00 -   1.8
+++ sources 19 May 2009 06:23:27 -  1.9
@@ -1 +1 @@
-c6a4f8545483e430deaf8b4ca9d2dbae  MooseX-AttributeHelpers-0.16.tar.gz
+f7ae2b01137fab51e4e45dbebece32b5  MooseX-AttributeHelpers-0.17.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-POE/F-10 perl-POE.spec,1.13,1.14 sources,1.9,1.10

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-POE/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17608

Modified Files:
perl-POE.spec sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.005-1
- auto-update to 1.005 (by cpan-spec-update 0.01)
- added a new br on perl(Storable) (version 2.16)
- added a new br on perl(Errno) (version 1.09)
- added a new br on perl(IO::Handle) (version 1.27)
- added a new br on perl(Socket) (version 1.7)
- added a new br on perl(IO::Tty) (version 1.08)
- added a new br on perl(POE::Test::Loops) (version 1.004)
- added a new br on perl(POSIX) (version 1.02)
- added a new br on perl(File::Spec) (version 0.87)
- added a new br on perl(Exporter) (version 0)
- added a new br on perl(Test::Harness) (version 2.26)
- added a new br on perl(Carp) (version 0)



Index: perl-POE.spec
===
RCS file: /cvs/extras/rpms/perl-POE/F-10/perl-POE.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-POE.spec   8 Sep 2008 03:17:02 -   1.13
+++ perl-POE.spec   19 May 2009 06:33:59 -  1.14
@@ -1,12 +1,12 @@
 Name:  perl-POE
-Version:   1.003
+Version:   1.005
 Release:   1%{?dist}
-Summary:   POE - portable multitasking and networking framework for Perl 
+Summary:   POE - portable multitasking and networking framework for Perl
 
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/POE/
-Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz 
+Source0:   
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
@@ -37,7 +37,20 @@ BuildRequires:  perl(Test::Pod::Coverage
 Requires:   perl(Compress::Zlib)
 Requires:   perl(Event)
 Requires:   perl(IO::Pty)
-Requires:   perl(Socket6) 
+Requires:   perl(Socket6)
+
+### auto-added brs!
+BuildRequires:  perl(Storable) = 2.16
+BuildRequires:  perl(Errno) = 1.09
+BuildRequires:  perl(IO::Handle) = 1.27
+BuildRequires:  perl(Socket) = 1.7
+BuildRequires:  perl(IO::Tty) = 1.08
+BuildRequires:  perl(POE::Test::Loops) = 1.004
+BuildRequires:  perl(POSIX) = 1.02
+BuildRequires:  perl(File::Spec) = 0.87
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(Test::Harness) = 2.26
+BuildRequires:  perl(Carp)
 
 %description
 POE is a framework for cooperative, event driven multitasking in Perl.
@@ -96,7 +109,7 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} + 
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
@@ -123,12 +136,29 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES HISTORY README examples/ TODO t/ 
+%doc CHANGES HISTORY README examples/ TODO t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 1.005-1
+- auto-update to 1.005 (by cpan-spec-update 0.01)
+- added a new br on perl(Storable) (version 2.16)
+- added a new br on perl(Errno) (version 1.09)
+- added a new br on perl(IO::Handle) (version 1.27)
+- added a new br on perl(Socket) (version 1.7)
+- added a new br on perl(IO::Tty) (version 1.08)
+- added a new br on perl(POE::Test::Loops) (version 1.004)
+- added a new br on perl(POSIX) (version 1.02)
+- added a new br on perl(File::Spec) (version 0.87)
+- added a new br on perl(Exporter) (version 0)
+- added a new br on perl(Test::Harness) (version 2.26)
+- added a new br on perl(Carp) (version 0)
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.003-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Sun Sep 07 2008 Chris Weyl cw...@alumni.drew.edu 1.003-1
 - update to 1.003
 - filter provides, too


Index: sources
===
RCS file: /cvs/extras/rpms/perl-POE/F-10/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources 8 Sep 2008 03:17:02 -   1.9
+++ sources 19 May 2009 06:33:59 -  1.10
@@ -1 +1 @@
-b75c10096c802e0c823c4e554b9135c6  POE-1.003.tar.gz
+f1bfba242aad1ae0d7a124f289d13a9a  POE-1.005.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel .cvsignore, 1.3, 1.4 perl-MooseX-Emulate-Class-Accessor-Fast.spec, 1.4, 1.5 sources, 1.3, 1.4

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3977

Modified Files:
.cvsignore perl-MooseX-Emulate-Class-Accessor-Fast.spec 
sources 
Log Message:
* Sun May 17 2009 Chris Weyl cw...@alumni.drew.edu 0.00802-1
- auto-update to 0.00802 (by cpan-spec-update 0.01)
- altered br on perl(Moose) (0.31 = 0.74)



Index: .cvsignore
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  20 Apr 2009 04:26:44 -  1.3
+++ .cvsignore  20 May 2009 01:47:54 -  1.4
@@ -1 +1 @@
-MooseX-Emulate-Class-Accessor-Fast-0.00801.tar.gz
+MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz


Index: perl-MooseX-Emulate-Class-Accessor-Fast.spec
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/perl-MooseX-Emulate-Class-Accessor-Fast.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-MooseX-Emulate-Class-Accessor-Fast.spec17 May 2009 07:04:32 
-  1.4
+++ perl-MooseX-Emulate-Class-Accessor-Fast.spec20 May 2009 01:47:54 
-  1.5
@@ -1,6 +1,6 @@
 Name:   perl-MooseX-Emulate-Class-Accessor-Fast
-Version:0.00802
-Release:1%{?dist}
+Version:0.00802
+Release:1%{?dist}
 # lib/MooseX/Adopt/Class/Accessor/Fast.pm - GPL+ or Artistic
 # lib/MooseX/Emulate/Class/Accessor/Fast.pm - GPL+ or Artistic
 License:GPL+ or Artistic


Index: sources
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Emulate-Class-Accessor-Fast/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 20 Apr 2009 04:26:44 -  1.3
+++ sources 20 May 2009 01:47:54 -  1.4
@@ -1 +1 @@
-a6811b85067df2e12fde0a6d0289cc36  
MooseX-Emulate-Class-Accessor-Fast-0.00801.tar.gz
+454d555a62fd4201600feefec80a862f  
MooseX-Emulate-Class-Accessor-Fast-0.00802.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-Log-Log4perl/devel .cvsignore, 1.2, 1.3 perl-MooseX-Log-Log4perl.spec, 1.2, 1.3 sources, 1.2, 1.3

2009-05-19 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4951

Modified Files:
.cvsignore perl-MooseX-Log-Log4perl.spec sources 
Log Message:
* Wed May 20 2009 Chris Weyl cw...@alumni.drew.edu 0.40-1
- auto-update to 0.40 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 = 6.42)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  6 Nov 2008 04:10:15 -   1.2
+++ .cvsignore  20 May 2009 01:53:10 -  1.3
@@ -1 +1 @@
-MooseX-Log-Log4perl-0.31.tar.gz
+MooseX-Log-Log4perl-0.40.tar.gz


Index: perl-MooseX-Log-Log4perl.spec
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/perl-MooseX-Log-Log4perl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-MooseX-Log-Log4perl.spec   26 Feb 2009 22:27:30 -  1.2
+++ perl-MooseX-Log-Log4perl.spec   20 May 2009 01:53:10 -  1.3
@@ -1,17 +1,17 @@
-Name:   perl-MooseX-Log-Log4perl 
-Version:0.31 
-Release:2%{?dist}
-# see lib/MooseX/Log/Log4perl.pm 
-License:GPL+ or Artistic 
+Name:   perl-MooseX-Log-Log4perl
+Version:0.40
+Release:1%{?dist}
+# see lib/MooseX/Log/Log4perl.pm
+License:GPL+ or Artistic
 Group:  Development/Libraries
-Summary:A Logging Role for Moose based on Log::Log4perl 
-Source: 
http://search.cpan.org/CPAN/authors/id/L/LA/LAMMEL/MooseX-Log-Log4perl-%{version}.tar.gz
 
+Summary:A Logging Role for Moose based on Log::Log4perl
+Source: 
http://search.cpan.org/CPAN/authors/id/L/LA/LAMMEL/MooseX-Log-Log4perl-%{version}.tar.gz
 Url:http://search.cpan.org/dist/MooseX-Log-Log4perl
-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
 
-BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(ExtUtils::MakeMaker) = 6.42
 BuildRequires: perl(IO::Scalar)
 BuildRequires: perl(Log::Log4perl)
 BuildRequires: perl(Moose)
@@ -54,7 +54,7 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -63,6 +63,10 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed May 20 2009 Chris Weyl cw...@alumni.drew.edu 0.40-1
+- auto-update to 0.40 (by cpan-spec-update 0.01)
+- altered br on perl(ExtUtils::MakeMaker) (0 = 6.42)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.31-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -72,4 +76,3 @@ rm -rf %{buildroot} 
 * Sun Nov 02 2008 Chris Weyl cw...@alumni.drew.edu 0.31-0.1
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-Log-Log4perl/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 6 Nov 2008 04:10:15 -   1.2
+++ sources 20 May 2009 01:53:10 -  1.3
@@ -1 +1 @@
-302a2413b6faeff398cdb0a9f267e8d6  MooseX-Log-Log4perl-0.31.tar.gz
+31ab328955511451c797ad92205d0618  MooseX-Log-Log4perl-0.40.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-Any-Moose/devel .cvsignore, 1.2, 1.3 perl-Any-Moose.spec, 1.1, 1.2 sources, 1.2, 1.3

2009-05-20 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-Any-Moose/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14937

Modified Files:
.cvsignore perl-Any-Moose.spec sources 
Log Message:
* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 0.09-1
- auto-update to 0.09 (by cpan-spec-update 0.01)
- altered br on perl(Mouse) (0.20 = 0.21)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  4 May 2009 22:40:08 -   1.2
+++ .cvsignore  21 May 2009 05:09:12 -  1.3
@@ -1 +1 @@
-Any-Moose-0.07.tar.gz
+Any-Moose-0.09.tar.gz


Index: perl-Any-Moose.spec
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/perl-Any-Moose.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Any-Moose.spec 4 May 2009 22:40:09 -   1.1
+++ perl-Any-Moose.spec 21 May 2009 05:09:12 -  1.2
@@ -1,13 +1,13 @@
-Name:   perl-Any-Moose 
-Version:0.07 
+Name:   perl-Any-Moose
+Version:0.09
 Release:1%{?dist}
 # lib/Any/Moose.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Use Moose or Mouse automagically
-Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Any-Moose-%{version}.tar.gz
 Url:http://search.cpan.org/dist/Any-Moose
-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
 
@@ -15,7 +15,7 @@ BuildArch:  noarch
 Requires:  perl(Mouse) = 0.20
 
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Mouse) = 0.20
+BuildRequires: perl(Mouse) = 0.21
 # tests
 BuildRequires: perl(Test::More)
 BuildRequires: perl(Moose)
@@ -23,7 +23,7 @@ BuildRequires: perl(MooseX::Types)
 BuildRequires: perl(MouseX::Types)
 
 %description
-This module allows one to take advantage of the features Moose/Mouse 
+This module allows one to take advantage of the features Moose/Mouse
 provides, while allowing one to let the program author determine if Moose
 or Mouse should be used; when use'd, we load Mouse if Moose isn't already
 loaded, otherwise we go with Moose.
@@ -48,19 +48,22 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README 
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 0.09-1
+- auto-update to 0.09 (by cpan-spec-update 0.01)
+- altered br on perl(Mouse) (0.20 = 0.21)
+
 * Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-1
 - submission
 
 * Sun May 03 2009 Chris Weyl cw...@alumni.drew.edu 0.07-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-Any-Moose/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 4 May 2009 22:40:09 -   1.2
+++ sources 21 May 2009 05:09:12 -  1.3
@@ -1 +1 @@
-42db620f669d878ac4bf797415acbd06  Any-Moose-0.07.tar.gz
+fbae0fbd889ad3e06bf37e40e1e6fe2c  Any-Moose-0.09.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-MooseX-MethodAttributes/devel .cvsignore, 1.2, 1.3 perl-MooseX-MethodAttributes.spec, 1.1, 1.2 sources, 1.2, 1.3

2009-05-20 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15441

Modified Files:
.cvsignore perl-MooseX-MethodAttributes.spec sources 
Log Message:
* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 0.11-1
- auto-update to 0.11 (by cpan-spec-update 0.01)
- altered br on perl(Moose) (0.70 = 0.79)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  24 Apr 2009 05:35:38 -  1.2
+++ .cvsignore  21 May 2009 05:10:53 -  1.3
@@ -1 +1 @@
-MooseX-MethodAttributes-0.06.tar.gz
+MooseX-MethodAttributes-0.11.tar.gz


Index: perl-MooseX-MethodAttributes.spec
===
RCS file: 
/cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/perl-MooseX-MethodAttributes.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-MooseX-MethodAttributes.spec   24 Apr 2009 05:35:38 -  1.1
+++ perl-MooseX-MethodAttributes.spec   21 May 2009 05:10:54 -  1.2
@@ -1,18 +1,18 @@
-Name:   perl-MooseX-MethodAttributes 
-Version:0.06 
-Release:2%{?dist}
+Name:   perl-MooseX-MethodAttributes
+Version:0.11
+Release:1%{?dist}
 # lib/MooseX/MethodAttributes.pm - GPL+ or Artistic
-License:GPL+ or Artistic 
+License:GPL+ or Artistic
 Group:  Development/Libraries
 Summary:Introspect your method code attributes
-Source: 
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MooseX-MethodAttributes-%{version}.tar.gz
 
+Source: 
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-MethodAttributes-%{version}.tar.gz
 Url:http://search.cpan.org/dist/MooseX-MethodAttributes
-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
 
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires: perl(Moose) = 0.70
+BuildRequires: perl(Moose) = 0.79
 BuildRequires: perl(MooseX::Types) = 0.06
 BuildRequires: perl(namespace::clean)
 # testing
@@ -43,15 +43,19 @@ find %{buildroot} -depth -type d -exec r
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE README 
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 0.11-1
+- auto-update to 0.11 (by cpan-spec-update 0.01)
+- altered br on perl(Moose) (0.70 = 0.79)
+
 * Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-2
 - must remember to check summary! *sigh*
 
@@ -61,4 +65,3 @@ rm -rf %{buildroot} 
 * Mon Apr 20 2009 Chris Weyl cw...@alumni.drew.edu 0.06-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-MooseX-MethodAttributes/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 24 Apr 2009 05:35:38 -  1.2
+++ sources 21 May 2009 05:10:54 -  1.3
@@ -1 +1 @@
-9db312b0fe2b5311aac1f7c68b3133df  MooseX-MethodAttributes-0.06.tar.gz
+18ee58a2777f3debd066bad648602c57  MooseX-MethodAttributes-0.11.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-POE-Component-Client-DNS/devel .cvsignore, 1.3, 1.4 perl-POE-Component-Client-DNS.spec, 1.6, 1.7 sources, 1.3, 1.4

2009-05-20 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17570

Modified Files:
.cvsignore perl-POE-Component-Client-DNS.spec sources 
Log Message:
* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 1.03-1
- auto-update to 1.03 (by cpan-spec-update 0.01)
- added a new br on perl(Test::More) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  11 Jan 2007 18:22:38 -  1.3
+++ .cvsignore  21 May 2009 05:16:24 -  1.4
@@ -1 +1 @@
-POE-Component-Client-DNS-1.00.tar.gz
+POE-Component-Client-DNS-1.03.tar.gz


Index: perl-POE-Component-Client-DNS.spec
===
RCS file: 
/cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/perl-POE-Component-Client-DNS.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-POE-Component-Client-DNS.spec  26 Feb 2009 23:51:28 -  1.6
+++ perl-POE-Component-Client-DNS.spec  21 May 2009 05:16:24 -  1.7
@@ -1,17 +1,21 @@
 Name:   perl-POE-Component-Client-DNS
-Version:1.00
-Release:3%{?dist}
-Summary:Non-blocking/concurrent DNS queries using Net::DNS and POE 
+Version:1.03
+Release:1%{?dist}
+Summary:Non-blocking/concurrent DNS queries using Net::DNS and POE
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/POE-Component-Client-DNS   
 
-Source0: 
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-%{version}.tar.gz

+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/POE-Component-Client-DNS
+Source0: 
http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-DNS-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 BuildArch:  noarch
-BuildRequires:  perl(POE) = 0.31, perl(Net::DNS) = 0.59
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+BuildRequires:  perl(POE) = 0.31
+BuildRequires:  perl(Net::DNS) = 0.59
+
+### auto-added brs!
+BuildRequires:  perl(Test::More)
 
 %description
 POE::Component::Client::DNS provides a facility for non-blocking, concurrent
@@ -44,7 +48,7 @@ cp t/01_resolve.t example_resolve
 
 %check
 # tests are not conducted as they require network access.
-#make test
+%{?_with_network_tests: make test }
 
 
 %clean
@@ -59,6 +63,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 1.03-1
+- auto-update to 1.03 (by cpan-spec-update 0.01)
+- added a new br on perl(Test::More) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.00-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -77,4 +85,3 @@ rm -rf %{buildroot}
 
 * Thu Jul 13 2006 Chris Weyl cw...@alumni.drew.edu 0.99-0
 - Initial spec file for F-E
-


Index: sources
===
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-DNS/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 11 Jan 2007 18:22:38 -  1.3
+++ sources 21 May 2009 05:16:24 -  1.4
@@ -1 +1 @@
-3cafec48ed997ecb97cb980ef82732b8  POE-Component-Client-DNS-1.00.tar.gz
+d1e01606205819d7f694c22e8ad90a92  POE-Component-Client-DNS-1.03.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-POE-Component-IRC/devel .cvsignore, 1.18, 1.19 perl-POE-Component-IRC.spec, 1.21, 1.22 sources, 1.18, 1.19

2009-05-20 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19629

Modified Files:
.cvsignore perl-POE-Component-IRC.spec sources 
Log Message:
* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 6.06-1
- auto-update to 6.06 (by cpan-spec-update 0.01)
- added a new br on perl(Encode) (version 0)
- added a new br on perl(POE::Component::Pluggable) (version 1.12)
- added a new br on perl(POE::Filter::Stream) (version 0)
- added a new br on perl(POE::Filter::Stackable) (version 0)
- added a new br on perl(POE::Wheel::ReadWrite) (version 0)
- added a new br on perl(POE::Wheel::SocketFactory) (version 0)
- altered br on perl(POE::Filter::IRCD) (0 = 1.7)
- altered br on perl(POE) (0 = 0.3202)
- added a new br on perl(POE::Driver::SysRW) (version 0)
- altered br on perl(Test::More) (0 = 0.47)
- added a new br on perl(POE::Filter::Line) (version 0)
- added a new br on perl(Encode::Guess) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore  26 Oct 2008 23:58:26 -  1.18
+++ .cvsignore  21 May 2009 05:25:51 -  1.19
@@ -1 +1 @@
-POE-Component-IRC-5.88.tar.gz
+POE-Component-IRC-6.06.tar.gz


Index: perl-POE-Component-IRC.spec
===
RCS file: 
/cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-POE-Component-IRC.spec 26 Feb 2009 23:55:56 -  1.21
+++ perl-POE-Component-IRC.spec 21 May 2009 05:25:51 -  1.22
@@ -10,25 +10,28 @@
 # make noarch type scenario is the third one.
 
 Name:   perl-POE-Component-IRC
-Version:5.88
-Release:2%{?dist}
-Summary:A POE component for building IRC clients
+Version:6.06
+Release:1%{?dist}
+Summary:A POE component for building IRC clients
 
 Group:  Development/Libraries
-License:GPL+ or Artistic
-URL:http://search.cpan.org/dist/POE-Component-IRC
-Source0: 
http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-%{version}.tar.gz

+License:GPL+ or Artistic
+URL:http://search.cpan.org/dist/POE-Component-IRC
+Source0: 
http://search.cpan.org/CPAN/authors/id/H/HI/HINRIK/POE-Component-IRC-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(POE), perl(POE::Component::Client::DNS)
-BuildRequires:  perl(POE::Filter::IRCD), perl(POE::Filter::Zlib::Stream)
+BuildRequires:  perl(POE) = 0.3202
+BuildRequires:  perl(POE::Component::Client::DNS)
+BuildRequires:  perl(POE::Filter::IRCD) = 1.7
+BuildRequires:  perl(POE::Filter::Zlib::Stream)
 
 # tests
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod::Coverage), perl(Test::Pod)
+BuildRequires:  perl(Test::More) = 0.47
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Socket6)
 BuildRequires:  perl(POE::Component::Client::DNS)
 
@@ -37,6 +40,17 @@ BuildRequires:  perl(POE::Component::Cli
 
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
+### auto-added brs!
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(POE::Component::Pluggable) = 1.12
+BuildRequires:  perl(POE::Filter::Stream)
+BuildRequires:  perl(POE::Filter::Stackable)
+BuildRequires:  perl(POE::Wheel::ReadWrite)
+BuildRequires:  perl(POE::Wheel::SocketFactory)
+BuildRequires:  perl(POE::Driver::SysRW)
+BuildRequires:  perl(POE::Filter::Line)
+BuildRequires:  perl(Encode::Guess)
+
 %description
 POE::Component::IRC is a POE component (who'd have guessed?) which acts as an
 easily controllable IRC client for your other POE components and sessions. You
@@ -88,6 +102,21 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 6.06-1
+- auto-update to 6.06 (by cpan-spec-update 0.01)
+- added a new br on perl(Encode) (version 0)
+- added a new br on perl(POE::Component::Pluggable) (version 1.12)
+- added a new br on perl(POE::Filter::Stream) (version 0)
+- added a new br on perl(POE::Filter::Stackable) (version 0)
+- added a new br on perl(POE::Wheel::ReadWrite) (version 0)
+- added a new br on perl(POE::Wheel::SocketFactory) (version 0)
+- altered br on perl(POE::Filter::IRCD) (0 = 1.7)
+- altered br on perl(POE) (0 = 0.3202)
+- added a new br on perl(POE::Driver::SysRW) (version 0)
+- altered br on perl(Test::More) (0 = 0.47)
+- added a new br on perl(POE::Filter::Line) (version 0)
+- added a new br on perl(Encode::Guess) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org

rpms/perl-POE-Component-SimpleDBI/devel .cvsignore, 1.6, 1.7 perl-POE-Component-SimpleDBI.spec, 1.8, 1.9 sources, 1.6, 1.7

2009-05-20 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25203

Modified Files:
.cvsignore perl-POE-Component-SimpleDBI.spec sources 
Log Message:
* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 1.27-1
- auto-update to 1.27 (by cpan-spec-update 0.01)
- added a new br on perl(POE::Filter::Reference) (version 0)
- added a new br on perl(POE::Wheel::Run) (version 0)
- added a new br on perl(POE::Session) (version 0)
- added a new br on perl(POE::Filter::Line) (version 0)



Index: .cvsignore
===
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore  27 Dec 2007 18:44:07 -  1.6
+++ .cvsignore  21 May 2009 05:47:42 -  1.7
@@ -1 +1 @@
-POE-Component-SimpleDBI-1.18.tar.gz
+POE-Component-SimpleDBI-1.27.tar.gz


Index: perl-POE-Component-SimpleDBI.spec
===
RCS file: 
/cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/perl-POE-Component-SimpleDBI.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-POE-Component-SimpleDBI.spec   27 Feb 2009 00:03:41 -  1.8
+++ perl-POE-Component-SimpleDBI.spec   21 May 2009 05:47:42 -  1.9
@@ -1,11 +1,11 @@
 Name:   perl-POE-Component-SimpleDBI
-Version:1.18
-Release:3%{?dist}
+Version:1.27
+Release:1%{?dist}
 Summary:Asynchronous non-blocking DBI calls in POE made simple
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/POE-Component-SimpleDBI/
-Source0:
http://www.cpan.org/authors/id/A/AP/APOCAL/POE-Component-SimpleDBI-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/A/AP/APOCAL/POE-Component-SimpleDBI-%{version}.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
@@ -22,9 +22,15 @@ BuildRequires:  perl(Test::Pod)
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+### auto-added brs!
+BuildRequires:  perl(POE::Filter::Reference)
+BuildRequires:  perl(POE::Wheel::Run)
+BuildRequires:  perl(POE::Session)
+BuildRequires:  perl(POE::Filter::Line)
+
 %description
 This module works its magic by creating a new session with POE, then
-spawning off a child process to do the heavy lifting. That way, your 
+spawning off a child process to do the heavy lifting. That way, your
 main POE process can continue servicing other clients. Queries are put
 into a queue, and processed one at a time.
 
@@ -36,7 +42,7 @@ into a queue, and processed one at a tim
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
@@ -58,6 +64,13 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu May 21 2009 Chris Weyl cw...@alumni.drew.edu 1.27-1
+- auto-update to 1.27 (by cpan-spec-update 0.01)
+- added a new br on perl(POE::Filter::Reference) (version 0)
+- added a new br on perl(POE::Wheel::Run) (version 0)
+- added a new br on perl(POE::Session) (version 0)
+- added a new br on perl(POE::Filter::Line) (version 0)
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.18-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources 27 Dec 2007 18:44:07 -  1.6
+++ sources 21 May 2009 05:47:42 -  1.7
@@ -1 +1 @@
-b0abc62c671aad216d4bd130c513ca94  POE-Component-SimpleDBI-1.18.tar.gz
+937fe5d2b7e3c9043d73ece3bed5779b  POE-Component-SimpleDBI-1.27.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


<    4   5   6   7   8   9   10   11   12   13   >