This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch experimental in repository libspatialindex.
commit 9d9d8b81f00eb8b38554d802d8434a5ada1c511c Author: Bas Couwenberg <[email protected]> Date: Sat Nov 8 18:32:38 2014 +0100 Drop soversion.patch, applied upstream. --- debian/changelog | 1 + debian/patches/series | 1 - debian/patches/soversion.patch | 28 ---------------------------- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab25e45..4051e9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ spatialindex (1.8.5-1~exp1) UNRELEASED; urgency=medium * New upstream release. * Set experimental branch in Vcs-Git and gbp.conf. + * Drop soversion.patch, applied upstream. -- Bas Couwenberg <[email protected]> Sat, 08 Nov 2014 18:24:10 +0100 diff --git a/debian/patches/series b/debian/patches/series index 11a5a76..3f17d27 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ buildsystem.patch pkgconfig.patch -soversion.patch diff --git a/debian/patches/soversion.patch b/debian/patches/soversion.patch deleted file mode 100644 index c8edc34..0000000 --- a/debian/patches/soversion.patch +++ /dev/null @@ -1,28 +0,0 @@ -Description: Fix library version and SONAME, both are defined separately. - . - The library version is incorrectly set as the SOVERSION. - . - The SOVERSION is an incrementing integer and is configured separately from - the library version. - . - Bump SOVERSION to 4 because of the removed symbols, as suggested in: - http://lists.gispython.org/pipermail/spatialindex/2014-September/000383.html - . - libspatialindex v1.8.1: -version-info 3:0:0 libspatialindex.so.3 -> libspatialindex.so.3.0.0 - libspatialindex v1.8.2: -version-info 3:1:0 libspatialindex.so.3 -> libspatialindex.so.3.0.1? - libspatialindex v1.8.3: -version-info 3:2:0 libspatialindex.so.3 -> libspatialindex.so.3.0.2 -Author: Bas Couwenberg <[email protected]> -Forwarded: https://github.com/libspatialindex/libspatialindex/pull/45 - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -28,7 +28,8 @@ endif() - SET(SIDX_VERSION_MAJOR "1") - SET(SIDX_VERSION_MINOR "8") - SET(SIDX_VERSION_PATCH "4") --SET(SIDX_LIB_SOVERSION "4.0.0") -+SET(SIDX_LIB_VERSION "4.0.0") -+SET(SIDX_LIB_SOVERSION "4") - - - set(SIDX_VERSION_STRING "${SIDX_VERSION_MAJOR}.${SIDX_VERSION_MINOR}.${SIDX_VERSION_PATCH}") -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libspatialindex.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

