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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:57 UTC 2017


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

The following commit has been merged in the master branch:
commit 3a304fa0f0cfd7e2f9df2435d94d596d68d6fcb5
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Mar 23 10:40:44 2012 +0000

    Bumped version to 0.23
---
 CMakeLists.txt            | 8 ++++----
 config/configure.ac       | 4 ++--
 msvc/include/exv_msvc.h   | 4 ++--
 msvc64/include/exv_msvc.h | 4 ++--
 src/version.hpp           | 2 +-
 test/data/exiv2-test.out  | 2 +-
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3caa706..27130b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,12 +37,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.22" )
+SET( PACKAGE_STRING         "exiv2 0.23" )
 SET( PACKAGE_TARNAME        "exiv2" )
-SET( PACKAGE_VERSION        "0.22" )
+SET( PACKAGE_VERSION        "0.23" )
 SET( PACKAGE_URL            "http://www.exiv2.org" )
-SET( GENERIC_LIB_VERSION    "11.0.0" )
-SET( GENERIC_LIB_SOVERSION  "11" )
+SET( GENERIC_LIB_VERSION    "12.0.0" )
+SET( GENERIC_LIB_SOVERSION  "12" )
 
 # 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 c8e4299..56fc54a 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.22, ahuggel at gmx.net)
+AC_INIT(exiv2, 0.23, ahuggel at gmx.net)
 # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-EXIV2_LTVERSION=11:0:0
+EXIV2_LTVERSION=12:0:0
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
diff --git a/msvc/include/exv_msvc.h b/msvc/include/exv_msvc.h
index b022292..c5036c2 100644
--- a/msvc/include/exv_msvc.h
+++ b/msvc/include/exv_msvc.h
@@ -28,13 +28,13 @@
 #define EXV_PACKAGE_NAME "exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "exiv2 0.22"
+#define EXV_PACKAGE_STRING "exiv2 0.23"
 
 /* Define to the one symbol short name of this package. */
 #define EXV_PACKAGE_TARNAME "exiv2"
 
 /* Define to the version of this package. */
-#define EXV_PACKAGE_VERSION "0.22"
+#define EXV_PACKAGE_VERSION "0.23"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
 typedef int pid_t;
diff --git a/msvc64/include/exv_msvc.h b/msvc64/include/exv_msvc.h
index 5714354..4e315e2 100644
--- a/msvc64/include/exv_msvc.h
+++ b/msvc64/include/exv_msvc.h
@@ -28,13 +28,13 @@
 #define EXV_PACKAGE_NAME "exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "exiv2 0.22"
+#define EXV_PACKAGE_STRING "exiv2 0.23"
 
 /* Define to the one symbol short name of this package. */
 #define EXV_PACKAGE_TARNAME "exiv2"
 
 /* Define to the version of this package. */
-#define EXV_PACKAGE_VERSION "0.22"
+#define EXV_PACKAGE_VERSION "0.23"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
 typedef int pid_t;
diff --git a/src/version.hpp b/src/version.hpp
index c8f2be3..4c626ad 100644
--- a/src/version.hpp
+++ b/src/version.hpp
@@ -44,7 +44,7 @@
 /*!
   @brief %Exiv2 MINOR version number of the library used at compile-time.
  */
-#define EXIV2_MINOR_VERSION (22)
+#define EXIV2_MINOR_VERSION (23)
 /*!
   @brief %Exiv2 PATCH version number of the library used at compile-time.
  */
diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index ee55a46..46b15a2 100644
--- a/test/data/exiv2-test.out
+++ b/test/data/exiv2-test.out
@@ -2,7 +2,7 @@ Exiv2 test directory -----------------------------------------------------
 tmp/
 
 Exiv2 version ------------------------------------------------------------
-exiv2 0.22 001600 (__ bit build)
+exiv2 0.23 001700 (__ bit build)
 Copyright (C) 2004-2012 Andreas Huggel.
 
 This program is free software; you can redistribute it and/or

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list