[sqljet] Update to new upstream version.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Jan 17 17:10:27 UTC 2011


commit 8c621c8cf12913b7060dcca0b23bc5dc60f03c30
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Jan 17 19:09:31 2011 +0200

    Update to new upstream version.

 .gitignore      |    1 +
 fetch-sqljet.sh |    2 +-
 sources         |    2 +-
 sqljet.spec     |    7 +++++--
 4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df7cd75..4f31021 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 sqljet-1.0.1.tar.bz2
 sqljet-1.0.2.tar.bz2
 sqljet-1.0.3.tar.xz
+sqljet-1.0.4.tar.xz
diff --git a/fetch-sqljet.sh b/fetch-sqljet.sh
index 5409094..58ab6bf 100644
--- a/fetch-sqljet.sh
+++ b/fetch-sqljet.sh
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-version=1.0.3
+version=1.0.4
 mkdir fetch
 cd fetch
 svn export http://svn.sqljet.com/repos/sqljet/tags/$version sqljet-$version
diff --git a/sources b/sources
index 93e560e..26eb118 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b4cc04ae960729d788e0cda7bd58081  sqljet-1.0.3.tar.xz
+47a624f097d7bd8fbea147ee0b6fa353  sqljet-1.0.4.tar.xz
diff --git a/sqljet.spec b/sqljet.spec
index d6df9e3..9ac4a46 100644
--- a/sqljet.spec
+++ b/sqljet.spec
@@ -1,6 +1,6 @@
 Name:           sqljet
-Version:        1.0.3
-Release:        4%{?dist}
+Version:        1.0.4
+Release:        1%{?dist}
 Summary:        Pure Java SQLite
 
 Group:          Development/Libraries
@@ -121,6 +121,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/sqljet-browser.deskt
 %doc %{_javadocdir}/*
 
 %changelog
+* Mon Jan 17 2011 Alexander Kurtakov <akurtako at redhat.com> 1.0.4-1
+- Update to new upstream version.
+
 * Tue Dec 21 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.3-4
 - Fix versions in pom.xml file causing parsing problems
 


More information about the scm-commits mailing list