[snappy-java] 02/03: Refreshed the patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 5 07:58:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository snappy-java.
commit 0a4701e476d4c8ecd702f35c3f3e24aecaab50e9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Oct 5 09:39:59 2015 +0200
Refreshed the patch
---
debian/changelog | 8 ++++++++
debian/patches/01-load-library.patch | 8 ++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c89db4b..5f9125d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+snappy-java (1.1.2-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ - Refreshed the patch
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 05 Oct 2015 09:37:51 +0200
+
snappy-java (1.1.1.7-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/01-load-library.patch b/debian/patches/01-load-library.patch
index 3dd06d5..31ffc37 100644
--- a/debian/patches/01-load-library.patch
+++ b/debian/patches/01-load-library.patch
@@ -3,12 +3,12 @@ Author: Emmanuel Bourg <ebourg at apache.org>
Forwarded: not-needed
--- a/src/main/java/org/xerial/snappy/SnappyLoader.java
+++ b/src/main/java/org/xerial/snappy/SnappyLoader.java
-@@ -259,7 +259,7 @@
-
- static File findNativeLibrary() {
+@@ -289,7 +289,7 @@
+ static File findNativeLibrary()
+ {
- boolean useSystemLib = Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_USE_SYSTEMLIB, "false"));
+ boolean useSystemLib = Boolean.parseBoolean(System.getProperty(KEY_SNAPPY_USE_SYSTEMLIB, "true"));
boolean disabledBundledLibs = Boolean
.parseBoolean(System.getProperty(KEY_SNAPPY_DISABLE_BUNDLED_LIBS, "false"));
- if (useSystemLib || disabledBundledLibs)
+ if (useSystemLib || disabledBundledLibs) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git
More information about the pkg-java-commits
mailing list