[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:23 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=2841287

The following commit has been merged in the master branch:
commit 284128723caeb4b2e6113d9f4034d22953929f7c
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Mar 10 07:32:06 2017 +0000

    #1279 Bump to Exiv2 v0.26 (and library version 15).
---
 CMakeLists.txt      | 8 ++++----
 config/configure.ac | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index afd1373..9957421 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,12 +30,12 @@ SET( PACKAGE_COPYRIGHT      "Andreas Huggel" )
 SET( PACKAGE_BUGREPORT      "ahuggel at gmx.net" )
 SET( PACKAGE                "exiv2" )
 SET( PACKAGE_NAME           "exiv2" )
-SET( PACKAGE_STRING         "exiv2 0.25" )
+SET( PACKAGE_STRING         "exiv2 0.26" )
 SET( PACKAGE_TARNAME        "exiv2" )
-SET( PACKAGE_VERSION        "0.25" )
+SET( PACKAGE_VERSION        "0.26" )
 SET( PACKAGE_URL            "http://www.exiv2.org" )
-SET( GENERIC_LIB_VERSION    "14.0.0" )
-SET( GENERIC_LIB_SOVERSION  "14" )
+SET( GENERIC_LIB_VERSION    "15.0.0" )
+SET( GENERIC_LIB_SOVERSION  "15" )
 
 # options and their default values
 OPTION( EXIV2_ENABLE_SHARED        "Build exiv2 as a shared library (dll)"                 ON  )
diff --git a/config/configure.ac b/config/configure.ac
index a4d279f..93a75f1 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -2,9 +2,9 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(exiv2, 0.25, ahuggel at gmx.net)
+AC_INIT(exiv2, 0.26, ahuggel at gmx.net)
 # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-EXIV2_LTVERSION=14:0:0
+EXIV2_LTVERSION=15:0:0
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list