rpms/sqlite/devel .cvsignore, 1.28, 1.29 sources, 1.28, 1.29 sqlite.spec, 1.62, 1.63

Panu Matilainen pmatilai at fedoraproject.org
Fri Jun 12 10:35:28 UTC 2009


Author: pmatilai

Update of /cvs/pkgs/rpms/sqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3649

Modified Files:
	.cvsignore sources sqlite.spec 
Log Message:
- update to 3.6.14.2 (#505229)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	18 May 2009 08:06:21 -0000	1.28
+++ .cvsignore	12 Jun 2009 10:34:58 -0000	1.29
@@ -1,2 +1,3 @@
 sqlite-3.6.14.tar.gz
 sqlite_docs_3_6_14.zip
+sqlite-3.6.14.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- sources	18 May 2009 08:06:21 -0000	1.28
+++ sources	12 Jun 2009 10:34:58 -0000	1.29
@@ -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


Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- sqlite.spec	18 May 2009 08:06:21 -0000	1.62
+++ sqlite.spec	12 Jun 2009 10:34:58 -0000	1.63
@@ -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 at redhat.com> - 3.6.14.2-1
+- update to 3.6.14.2 (#505229)
+
 * Mon May 18 2009 Panu Matilainen <pmatilai at redhat.com> - 3.6.14-2
 - disable rpath
 - add -doc subpackage instead of patching out reference to it




More information about the fedora-extras-commits mailing list