Update to 1.11.
This commit is contained in:
parent
aeb12c4886
commit
3bc2cfaae7
@ -1 +1 @@
|
||||
DBD-SQLite-1.09.tar.gz
|
||||
DBD-SQLite-1.11.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.09
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Self Contained RDBMS in a DBI Driver
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -46,7 +46,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
@ -63,6 +63,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
|
||||
- Update to 1.11.
|
||||
|
||||
* Fri Dec 2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.10-1
|
||||
- Update to 1.10.
|
||||
|
||||
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
|
||||
- Build requirement added: sqlite-devel.
|
||||
- Doc file added: Changes.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user