rpms/perl-SQL-Abstract/F-10 perl-SQL-Abstract.spec, 1.8, 1.9 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Mon Jun 15 06:13:46 UTC 2009


Author: cweyl

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

Modified Files:
	perl-SQL-Abstract.spec sources 
Log Message:
* Sat Jun 13 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.56-1
- auto-update to 1.56 (by cpan-spec-update 0.01)



Index: perl-SQL-Abstract.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SQL-Abstract/F-10/perl-SQL-Abstract.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-SQL-Abstract.spec	28 Feb 2008 13:11:56 -0000	1.8
+++ perl-SQL-Abstract.spec	15 Jun 2009 06:13:15 -0000	1.9
@@ -1,15 +1,23 @@
 Name:           perl-SQL-Abstract
-Version:        1.22
-Release:        4%{?dist}
+Version:        1.56
+Release:        1%{?dist}
 Summary:        Generate SQL from Perl data structures
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/SQL-Abstract
-Source0:        http://search.cpan.org/CPAN/authors/id/N/NW/NWIGER/SQL-Abstract-%{version}.tgz
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Abstract-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Clone) >= 0.31
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Test::Builder)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -27,22 +35,46 @@ 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 d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+SQLATEST_TESTER=1 make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/SQL
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Sat Jun 13 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.56-1
+- auto-update to 1.56 (by cpan-spec-update 0.01)
+
+* Thu May 21 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.55-1
+- added SQLATEST_TESTER=1 to force tests
+- auto-update to 1.55 (by cpan-spec-update 0.01)
+- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
+- added a new br on perl(Clone) (version 0.31)
+- added a new br on perl(Scalar::Util) (version 0)
+- added a new br on perl(List::Util) (version 0)
+- added a new br on perl(Test::Builder) (version 0)
+
+* Mon Mar 16 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.50-2
+- add missing BR: perl(Test::Exception)
+
+* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.50-1
+- update to 1.50
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.24-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Feb 22 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.24-1
+- update to 1.24 (for DBIx::Class 0.8012)
+
 * Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.22-4
 - Rebuild for perl 5.10 (again)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SQL-Abstract/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	18 Jan 2007 01:39:33 -0000	1.5
+++ sources	15 Jun 2009 06:13:15 -0000	1.6
@@ -1 +1 @@
-e3c689c8189535df70c65fa522c2f468  SQL-Abstract-1.22.tgz
+ab649305d42c30bc3ab87475bd2e07d9  SQL-Abstract-1.56.tar.gz




More information about the fedora-extras-commits mailing list