[postgis] 01/02: Correct the java-version-fix.

Markus Wanner markus_wanner-guest at moszumanska.debian.org
Sun Feb 2 11:50:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 6bc1b82ed7d95374a43e7f0372bb5557df1b6bff
Author: Markus Wanner <markus at bluegap.ch>
Date:   Fri Jan 31 20:34:35 2014 +0100

    Correct the java-version-fix.
---
 debian/changelog                | 2 ++
 debian/patches/java-version-fix | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b63651b..1379039 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ postgis (2.1.1-6) UNRELEASED; urgency=low
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
     extension, which postgis_tiger_decoder depends on.
   * Update README.Debian, as hinted in #724626.
+  * Correct java-version-fix, so the jar-version becomes 2.1.1 rather than
+    some rc. Closes: #721721.
 
  -- Markus Wanner <markus at bluegap.ch>  Tue, 28 Jan 2014 22:32:14 +0100
 
diff --git a/debian/patches/java-version-fix b/debian/patches/java-version-fix
index df02d33..9c409ff 100644
--- a/debian/patches/java-version-fix
+++ b/debian/patches/java-version-fix
@@ -1,6 +1,6 @@
 Description: Correct postgis java jdbc version.
 Author: Markus Wanner <markus at bluegap.ch>
-Last-Update: 2013-04-14
+Last-Update: 2014-01-28
 
 --- a/java/jdbc/pom.xml
 +++ b/java/jdbc/pom.xml
@@ -22,7 +22,7 @@ Last-Update: 2013-04-14
      <POSTGIS_MAJOR_VERSION>2</POSTGIS_MAJOR_VERSION>
      <POSTGIS_MINOR_VERSION>1</POSTGIS_MINOR_VERSION>
 -    <POSTGIS_MICRO_VERSION>0SVN</POSTGIS_MICRO_VERSION>
-+    <POSTGIS_MICRO_VERSION>0~rc1</POSTGIS_MICRO_VERSION>
++    <POSTGIS_MICRO_VERSION>1</POSTGIS_MICRO_VERSION>
    </properties>
  	
  </project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list