Problem: 4.2.2 is out, version(s) are out of date

Solution: bump changelog, ABI revision, library and packaging version
This commit is contained in:
Luca Boccassi 2017-02-18 17:56:55 +00:00
parent 8d75d506b6
commit ac5c75cea1
7 changed files with 10 additions and 6 deletions

View File

@ -745,7 +745,7 @@ else ()
COMPILE_DEFINITIONS "DLL_EXPORT"
PUBLIC_HEADER "${public_headers}"
VERSION ${ZMQ_VERSION}
SOVERSION "5.1.2"
SOVERSION "5.1.3"
OUTPUT_NAME "libzmq"
PREFIX "")
if (ZMQ_BUILD_FRAMEWORK)

3
NEWS
View File

@ -1,3 +1,6 @@
0MQ version 4.2.3 stable, released on 20xx/xx/xx
=============================================
0MQ version 4.2.2 stable, released on 2017/02/18
=============================================

View File

@ -40,9 +40,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 4.2.0: 6:0:1 (ABI version 5)
# ZeroMQ version 4.2.1: 6:1:1 (ABI version 5)
# ZeroMQ version 4.2.2: 6:2:1 (ABI version 5)
# ZeroMQ version 4.2.3: 6:3:1 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="6:2:1"
LTVER="6:3:1"
AC_SUBST(LTVER)
# Take a copy of original flags

View File

@ -41,7 +41,7 @@
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 2
#define ZMQ_VERSION_PATCH 2
#define ZMQ_VERSION_PATCH 3
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))

View File

@ -1,4 +1,4 @@
zeromq (4.2.2) UNRELEASED; urgency=low
zeromq (4.2.3) UNRELEASED; urgency=low
* Initial packaging.

View File

@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: zeromq
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
Architecture: any
Version: 4.2.2
Version: 4.2.3
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
Homepage: http://www.zeromq.org/
Standards-Version: 3.9.8

View File

@ -10,7 +10,7 @@
%endif
%define lib_name libzmq5
Name: zeromq
Version: 4.2.2
Version: 4.2.3
Release: 1%{?dist}
Summary: The ZeroMQ messaging library
Group: Applications/Internet