rpms/perl-DBD-SQLite/EL-4 .cvsignore, 1.4, 1.5 perl-DBD-SQLite.spec, 1.4, 1.5 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Dec 31 03:30:29 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-DBD-SQLite/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22518

Modified Files:
	.cvsignore perl-DBD-SQLite.spec sources 
Log Message:
Sync with EL-5 branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	2 Dec 2005 20:59:13 -0000	1.4
+++ .cvsignore	31 Dec 2007 03:29:52 -0000	1.5
@@ -1 +1 @@
-DBD-SQLite-1.11.tar.gz
+DBD-SQLite-1.14.tar.gz


Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-4/perl-DBD-SQLite.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-DBD-SQLite.spec	2 Dec 2005 20:59:13 -0000	1.4
+++ perl-DBD-SQLite.spec	31 Dec 2007 03:29:52 -0000	1.5
@@ -1,10 +1,10 @@
 Name:           perl-DBD-SQLite
-Version:        1.11
-Release:        1%{?dist}
+Version:        1.14
+Release:        2%{?dist}
 Summary:        Self Contained RDBMS in a DBI Driver
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/DBD-SQLite/
 Source0:        http://www.cpan.org/authors/id/M/MS/MSERGEANT/DBD-SQLite-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -15,7 +15,8 @@
 # else
 #   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
 BuildRequires:  sqlite-devel
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 SQLite is a public domain RDBMS database engine that you can find at
@@ -42,8 +43,8 @@
 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 ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -59,10 +60,40 @@
 %doc Changes README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/DBD/SQLite.pm
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Dec 19 2007 Steven Pritchard <steve at kspei.com> 1.14-2
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+
+* Mon Dec 10 2007 Robin Norwood <rnorwood at redhat.com> - 1.14-1
+- Update to latest upstream version: 1.14
+- Remove patch - no longer needed.
+
+* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 1.12-2.1
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-2
+- Rebuild for FC6.
+
+* Tue Apr 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
+- Update to 1.12.
+
+* Wed Apr  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-4
+- Patch to build with system sqlite 3.3.x (#183530).
+- Patch to avoid type information segv (#187873).
+
+* Thu Mar  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-3
+- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3);
+  see bugzilla entry #183530.
+  Forcing package rebuild with the included version of sqlite (3.2.7).
+
+* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-2
+- Rebuild for FC5 (perl 5.8.8).
+
 * Fri Dec  2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
 - Update to 1.11.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	2 Dec 2005 20:59:13 -0000	1.4
+++ sources	31 Dec 2007 03:29:52 -0000	1.5
@@ -1 +1 @@
-7f22d8789245047343e114e655571022  DBD-SQLite-1.11.tar.gz
+78a89cc8fd46bb2a5d537433dcccc8e6  DBD-SQLite-1.14.tar.gz




More information about the fedora-extras-commits mailing list