This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch dev in repository jabref.
commit b4d2044783cfa86fbfda4f61342fff8e7150a2f2 Author: tony mancill <[email protected]> Date: Sat Dec 24 14:10:07 2016 -0800 freshen 050_unirest_json.patch for new upstream version --- debian/patches/050_unirest_json.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/050_unirest_json.patch b/debian/patches/050_unirest_json.patch index 3eed83c..69d0e73 100644 --- a/debian/patches/050_unirest_json.patch +++ b/debian/patches/050_unirest_json.patch @@ -131,7 +131,7 @@ Forwarded: not-needed } --- a/src/main/java/net/sf/jabref/gui/importer/fetcher/IEEEXploreFetcher.java +++ b/src/main/java/net/sf/jabref/gui/importer/fetcher/IEEEXploreFetcher.java -@@ -196,6 +196,10 @@ +@@ -197,6 +197,10 @@ StringBuilder bibtexQueryURLStringBuf = new StringBuilder(); bibtexQueryURLStringBuf.append(URL_BIBTEX_START); @@ -142,7 +142,7 @@ Forwarded: not-needed //loop over each record and create a comma-separate list of article numbers which will be used to download the raw Bibtex JSONArray recordsJsonArray = searchResultsJson.getJSONArray("records"); for (int n = 0; n < recordsJsonArray.length(); n++) { -@@ -215,6 +219,10 @@ +@@ -216,6 +220,10 @@ bibtexQueryURLStringBuf.append("&citations-format=citation-only"); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

