[javasqlite] Update to 20110430, highwater patch applied upstream.

Ville Skyttä scop at fedoraproject.org
Sun May 1 12:19:02 UTC 2011


commit 9308990e3e10ee1faa166253ca29cda287a2459d
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun May 1 15:17:31 2011 +0300

    Update to 20110430, highwater patch applied upstream.

 .gitignore                                         |    2 +-
 ...water-handling-of-SQLite.Database.-status.patch |   36 --------------------
 javasqlite.spec                                    |   10 +++---
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1fb4523..a715bbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/javasqlite-20110106.tar.gz
+/javasqlite-20110430.tar.gz
diff --git a/javasqlite.spec b/javasqlite.spec
index 7ac115a..b544d8e 100644
--- a/javasqlite.spec
+++ b/javasqlite.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           javasqlite
-Version:        20110106
-Release:        3%{?dist}
+Version:        20110430
+Release:        1%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
 Group:          Development/Libraries
@@ -16,8 +16,6 @@ URL:            http://www.ch-werner.de/javasqlite/
 Source0:        http://www.ch-werner.de/javasqlite/%{name}-%{version}.tar.gz
 # Fedora specific, no need to send upstream.
 Patch0:         %{name}-20090430-jnipath.patch
-# Sent upstream 2011-01-12
-Patch1:         0011-Fix-highwater-handling-of-SQLite.Database.-status.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # >= 3.4 for zeroblob stuff in %%check's test3
@@ -53,7 +51,6 @@ API documentation for %{name}.
 %prep
 %setup -q
 sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH0} | patch -p1 --fuzz=0
-%patch1 -p1
 sed -i -e 's/\r//g' doc/ajhowto.txt
 f=ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
@@ -130,6 +127,9 @@ done
 
 
 %changelog
+* Sun May  1 2011 Ville Skyttä <ville.skytta at iki.fi> - 20110430-1
+- Update to 20110430, highwater patch applied upstream.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20110106-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0bdc81f..cd7bb14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-542a7de8af0186c61d2d68af1c14242e  javasqlite-20110106.tar.gz
+e34472b5c8ccfc48f3b3e3e6b44b5174  javasqlite-20110430.tar.gz


More information about the scm-commits mailing list