rpms/javasqlite/devel javasqlite-20090430-jnipath.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 javasqlite.spec, 1.13, 1.14 sources, 1.7, 1.8 javasqlite-20081006-jnipath.patch, 1.1, NONE

Ville Skyttä scop at fedoraproject.org
Fri May 1 07:37:24 UTC 2009


Author: scop

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

Modified Files:
	.cvsignore javasqlite.spec sources 
Added Files:
	javasqlite-20090430-jnipath.patch 
Removed Files:
	javasqlite-20081006-jnipath.patch 
Log Message:
* Fri May  1 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090430-1
- Update to 20090430.


javasqlite-20090430-jnipath.patch:

--- NEW FILE javasqlite-20090430-jnipath.patch ---
diff -up javasqlite-20090430/SQLite/Database.java~ javasqlite-20090430/SQLite/Database.java
--- javasqlite-20090430/SQLite/Database.java~	2009-04-08 11:53:00.000000000 +0300
+++ javasqlite-20090430/SQLite/Database.java	2009-05-01 00:59:29.000000000 +0300
@@ -868,7 +868,7 @@ public class Database {
 	try {
 	    String path = System.getProperty("SQLite.library.path");
 	    if (path == null || path.length() == 0) {
-		System.loadLibrary("sqlite_jni");
+		System.load("@JNIPATH@/" + System.mapLibraryName("sqlite_jni"));
 	    } else {
 		try {
 		    java.lang.reflect.Method mapLibraryName;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	21 Apr 2009 19:52:35 -0000	1.7
+++ .cvsignore	1 May 2009 07:36:52 -0000	1.8
@@ -1 +1 @@
-javasqlite-20090420.tar.gz
+javasqlite-20090430.tar.gz


Index: javasqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/javasqlite.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- javasqlite.spec	21 Apr 2009 19:52:35 -0000	1.13
+++ javasqlite.spec	1 May 2009 07:36:52 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           javasqlite
-Version:        20090420
+Version:        20090430
 Release:        1%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
@@ -8,7 +8,7 @@ License:        BSD
 URL:            http://www.ch-werner.de/javasqlite/
 Source0:        http://www.ch-werner.de/javasqlite/%{name}-%{version}.tar.gz
 # jnipath: Fedora specific, no need to send upstream.
-Patch0:         %{name}-20081006-jnipath.patch
+Patch0:         %{name}-20090430-jnipath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # >= 3.4 for zeroblob stuff in %%check's test3
@@ -45,8 +45,7 @@ f=ChangeLog ; iconv -f iso-8859-1 -t utf
 %build
 
 origpath="$PATH"
-# Note that --enable-load-extension has security concerns, it enables library
-# users to load arbitrary native code to the JVM bypassing its SecurityManager
+# Note that --enable-load-extension has security concerns, see configure --help
 common_flags="
     --with-jardir=%{_libdir}/%{name}
     --libdir=%{_libdir}/%{name}
@@ -103,6 +102,9 @@ done
 
 
 %changelog
+* Fri May  1 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090430-1
+- Update to 20090430.
+
 * Tue Apr 21 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090420-1
 - Update to 20090420, feature check patch applied upstream.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	21 Apr 2009 19:52:35 -0000	1.7
+++ sources	1 May 2009 07:36:52 -0000	1.8
@@ -1 +1 @@
-4d5b06f39c8bac8eed85a1af0da8e324  javasqlite-20090420.tar.gz
+fe17f7a5154cef4dbc5e5829b5c9682a  javasqlite-20090430.tar.gz


--- javasqlite-20081006-jnipath.patch DELETED ---




More information about the fedora-extras-commits mailing list