- update to 3.6.14.2 (#505229)

This commit is contained in:
Panu Matilainen 2009-06-12 10:34:58 +00:00
parent a3b00fbea1
commit e479b786b7
3 changed files with 10 additions and 4 deletions

View File

@ -1,2 +1,3 @@
sqlite-3.6.14.tar.gz
sqlite_docs_3_6_14.zip
sqlite-3.6.14.2.tar.gz

View File

@ -1,2 +1,2 @@
4883696b283bae0838a2d468f2232437 sqlite-3.6.14.tar.gz
e2f5bb05bee9f6854728341058acbd5b sqlite_docs_3_6_14.zip
4c074691b48cd45854899ae4fece6301 sqlite-3.6.14.2.tar.gz

View File

@ -3,12 +3,14 @@
%bcond_with static
%bcond_without check
%define docver %(echo %{version}|sed -e "s/\\./_/g")
# upstream doesn't provide separate -docs sources for all minor releases
%define basever 3.6.14
%define docver %(echo %{basever}|sed -e "s/\\./_/g")
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: 3.6.14
Release: 2%{?dist}
Version: %{basever}.2
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -173,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Jun 12 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14.2-1
- update to 3.6.14.2 (#505229)
* Mon May 18 2009 Panu Matilainen <pmatilai@redhat.com> - 3.6.14-2
- disable rpath
- add -doc subpackage instead of patching out reference to it