rpms/perl-DBD-SQLite/EL-5 .cvsignore, 1.5, 1.6 perl-DBD-SQLite.spec, 1.11, 1.12 sources, 1.5, 1.6 DBD-SQLite-1.11-type-information-segv.patch, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Dec 19 16:12:23 UTC 2007


Author: steve

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

Modified Files:
	.cvsignore perl-DBD-SQLite.spec sources 
Removed Files:
	DBD-SQLite-1.11-type-information-segv.patch 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	12 Apr 2006 14:43:56 -0000	1.5
+++ .cvsignore	19 Dec 2007 16:11:45 -0000	1.6
@@ -1 +1 @@
-DBD-SQLite-1.12.tar.gz
+DBD-SQLite-1.14.tar.gz


Index: perl-DBD-SQLite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/perl-DBD-SQLite.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-DBD-SQLite.spec	14 Sep 2006 21:17:52 -0000	1.11
+++ perl-DBD-SQLite.spec	19 Dec 2007 16:11:45 -0000	1.12
@@ -1,13 +1,12 @@
 Name:           perl-DBD-SQLite
-Version:        1.12
+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
-Patch0:         DBD-SQLite-1.11-type-information-segv.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl-DBI >= 1.03
@@ -16,6 +15,7 @@
 # else
 #   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
 BuildRequires:  sqlite-devel
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -31,7 +31,6 @@
 
 %prep
 %setup -q -n DBD-SQLite-%{version}
-%patch0 -p1
 
 
 %build
@@ -44,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
@@ -65,6 +64,18 @@
 
 
 %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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-SQLite/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	12 Apr 2006 14:43:56 -0000	1.5
+++ sources	19 Dec 2007 16:11:45 -0000	1.6
@@ -1 +1 @@
-40b1d208d70d5d8cab7723df96fc239c  DBD-SQLite-1.12.tar.gz
+78a89cc8fd46bb2a5d537433dcccc8e6  DBD-SQLite-1.14.tar.gz


--- DBD-SQLite-1.11-type-information-segv.patch DELETED ---




More information about the fedora-extras-commits mailing list