[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:02 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=24285cb
The following commit has been merged in the master branch:
commit 24285cbbf1884793f34410c146b1bf2f7f203b67
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Dec 29 13:29:21 2009 +0000
Bumped version to 0.19.
---
CMakeLists.txt | 8 ++++----
config/configure.ac | 4 ++--
msvc/include/exv_msvc.h | 4 ++--
src/version.hpp | 4 ++--
test/data/exiv2-test.out | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d403647..82b1554 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,11 +35,11 @@ cmake_minimum_required( VERSION 2.6 )
set( PACKAGE_BUGREPORT "ahuggel at gmx.net" )
set( PACKAGE "exiv2" )
set( PACKAGE_NAME "exiv2" )
-set( PACKAGE_STRING "exiv2 0.18.99" )
+set( PACKAGE_STRING "exiv2 0.19" )
set( PACKAGE_TARNAME "exiv2" )
-set( PACKAGE_VERSION "0.18.99" )
-set( GENERIC_LIB_VERSION "5.3.1" )
-set( GENERIC_LIB_SOVERSION "5" )
+set( PACKAGE_VERSION "0.19" )
+set( GENERIC_LIB_VERSION "6.0.0" )
+set( GENERIC_LIB_SOVERSION "6" )
# options and there 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 11675c0..4803e03 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.18.99, ahuggel at gmx.net)
+AC_INIT(exiv2, 0.19, ahuggel at gmx.net)
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-EXIV2_LTVERSION=8:1:3
+EXIV2_LTVERSION=6: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 b9544e5..3d3f472 100644
--- a/msvc/include/exv_msvc.h
+++ b/msvc/include/exv_msvc.h
@@ -23,13 +23,13 @@
#define EXV_PACKAGE_NAME "exiv2"
/* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "exiv2 0.18.99"
+#define EXV_PACKAGE_STRING "exiv2 0.19"
/* 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.18.99"
+#define EXV_PACKAGE_VERSION "0.19"
/* 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 6a10dd7..1ea1d39 100644
--- a/src/version.hpp
+++ b/src/version.hpp
@@ -39,11 +39,11 @@
/*!
@brief %Exiv2 MINOR version number of the library used at compile-time.
*/
-#define EXIV2_MINOR_VERSION (18)
+#define EXIV2_MINOR_VERSION (19)
/*!
@brief %Exiv2 PATCH version number of the library used at compile-time.
*/
-#define EXIV2_PATCH_VERSION (99)
+#define EXIV2_PATCH_VERSION (0)
/*!
@brief Make an integer version number for comparison from a major, minor and
a patch version number.
diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index cd3f29d..1944f27 100644
--- a/test/data/exiv2-test.out
+++ b/test/data/exiv2-test.out
@@ -3,7 +3,7 @@ tmp/
Exiv2 version ------------------------------------------------------------
/usr/local/bin/exiv2
-exiv2 0.18.99
+exiv2 0.19
Copyright (C) 2004-2009 Andreas Huggel.
This program is free software; you can redistribute it and/or
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list