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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:49 UTC 2017


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

The following commit has been merged in the master branch:
commit b3fbf8655c938c7eaa3488bf698864e69b31b296
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Jul 24 02:47:31 2013 +0000

    Bumping the revision number to 0.24.  Yeah!
---
 CMakeLists.txt                  | 8 ++++----
 config/configure.ac             | 4 ++--
 msvc2003/include/exv_msvc.h     | 4 ++--
 msvc2005/include/exv_msvc.h     | 4 ++--
 msvc2012/include/exv_msvc.h     | 4 ++--
 src/version.hpp                 | 4 ++--
 test/data/exiv2-test.out        | 2 +-
 website/bin/exiv2-tagrelease.sh | 5 +++--
 8 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc6c61a..76d17dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,12 +33,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.23" )
+SET( PACKAGE_STRING         "exiv2 0.24" )
 SET( PACKAGE_TARNAME        "exiv2" )
-SET( PACKAGE_VERSION        "0.23" )
+SET( PACKAGE_VERSION        "0.24" )
 SET( PACKAGE_URL            "http://www.exiv2.org" )
-SET( GENERIC_LIB_VERSION    "12.0.0" )
-SET( GENERIC_LIB_SOVERSION  "12" )
+SET( GENERIC_LIB_VERSION    "13.0.0" )
+SET( GENERIC_LIB_SOVERSION  "13" )
 
 # 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 d930b48..cdba097 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.23, ahuggel at gmx.net)
+AC_INIT(exiv2, 0.24, ahuggel at gmx.net)
 # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-EXIV2_LTVERSION=12:0:0
+EXIV2_LTVERSION=13:0:0
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
diff --git a/msvc2003/include/exv_msvc.h b/msvc2003/include/exv_msvc.h
index 1892311..4ac65b1 100644
--- a/msvc2003/include/exv_msvc.h
+++ b/msvc2003/include/exv_msvc.h
@@ -39,13 +39,13 @@
 #define EXV_PACKAGE_NAME "exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "exiv2 0.23"
+#define EXV_PACKAGE_STRING "exiv2 0.24"
 
 /* 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.23"
+#define EXV_PACKAGE_VERSION "0.24"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
 typedef int pid_t;
diff --git a/msvc2005/include/exv_msvc.h b/msvc2005/include/exv_msvc.h
index a3d19ef..b34db16 100644
--- a/msvc2005/include/exv_msvc.h
+++ b/msvc2005/include/exv_msvc.h
@@ -33,13 +33,13 @@
 #define EXV_PACKAGE_NAME "exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "exiv2 0.23"
+#define EXV_PACKAGE_STRING "exiv2 0.24"
 
 /* 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.23"
+#define EXV_PACKAGE_VERSION "0.24"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
 typedef int pid_t;
diff --git a/msvc2012/include/exv_msvc.h b/msvc2012/include/exv_msvc.h
index a3d19ef..b34db16 100644
--- a/msvc2012/include/exv_msvc.h
+++ b/msvc2012/include/exv_msvc.h
@@ -33,13 +33,13 @@
 #define EXV_PACKAGE_NAME "exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "exiv2 0.23"
+#define EXV_PACKAGE_STRING "exiv2 0.24"
 
 /* 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.23"
+#define EXV_PACKAGE_VERSION "0.24"
 
 /* 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 37f168b..e2cbdbc 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 (23)
+#define EXIV2_MINOR_VERSION (24)
 /*!
   @brief %Exiv2 PATCH version number of the library used at compile-time.
  */
@@ -122,7 +122,7 @@ namespace Exiv2 {
     */
     EXIV2API int versionNumber();
     /*!
-      @brief Return the version string Example: "0.23.0" (major.minor.patch)
+      @brief Return the version string Example: "0.24.0" (major.minor.patch)
     */
     EXIV2API std::string versionString();
     /*!
diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index 46b15a2..6f4df20 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.23 001700 (__ bit build)
+exiv2 0.24 001800 (__ bit build)
 Copyright (C) 2004-2012 Andreas Huggel.
 
 This program is free software; you can redistribute it and/or
diff --git a/website/bin/exiv2-tagrelease.sh b/website/bin/exiv2-tagrelease.sh
index 6f764e5..5a27871 100755
--- a/website/bin/exiv2-tagrelease.sh
+++ b/website/bin/exiv2-tagrelease.sh
@@ -8,8 +8,9 @@
 
 # Manual: Update release number. The files that need changes are:
 # - config/configure.ac
-# - msvc/include/exv_msvc.h
-# - msvc64/include/exv_msvc.h
+# - msvc2003/include/exv_msvc.h
+# - msvc2005/include/exv_msvc.h
+# - msvc2012/include/exv_msvc.h
 # - src/version.hpp
 # - test/data/exiv2-test.out
 # - CMakeLists.txt

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list