From: Thomas Lamprecht Date: Wed, 22 Feb 2017 14:21:49 +0000 (+0100) Subject: updated to latest stable upstream (1.0.1) X-Git-Url: https://git.proxmox.com/?p=libqb.git;a=commitdiff_plain;h=ed7005d3e40c1dd6cdc295c4bdf88e1552b8cbb0 updated to latest stable upstream (1.0.1) We still used RC1 from the 1.0 version, a few bugs and documentation fixes happened in the meanwhile so updated to the latest stable version 1.0.1 Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 683292b..6cd245d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RELEASE=4.1 -QBVERSION=1.0 +QBVERSION=1.0.1 QBRELEASE=1 QBDIR=libqb-${QBVERSION} QBSRC=libqb-${QBVERSION}.orig.tar.gz @@ -25,7 +25,7 @@ ${DEBS}: ${QBSRC} download: rm -rf libqb-${QBVERSION} libqb-${QBVERSION}.orig.tar.gz git clone git://github.com/ClusterLabs/libqb.git libqb-${QBVERSION} - cd libqb-${QBVERSION}; git checkout v1.0rc1 + cd libqb-${QBVERSION}; git checkout v${QBVERSION} cd libqb-${QBVERSION}; ./autogen.sh tar czf libqb-${QBVERSION}.orig.tar.gz libqb-${QBVERSION}/ diff --git a/debian/changelog b/debian/changelog index b6284ff..eead4e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libqb (1.0.1-1) unstable; urgency=medium + + * update to latest upstream (v1.0.1) + + -- Proxmox Support Team Wed, 22 Feb 2017 14:38:58 +0100 + libqb (1.0-1) unstable; urgency=medium * update to latest upstream (v1.0rc1) diff --git a/libqb-1.0.1.orig.tar.gz b/libqb-1.0.1.orig.tar.gz new file mode 100644 index 0000000..075b62c Binary files /dev/null and b/libqb-1.0.1.orig.tar.gz differ diff --git a/libqb-1.0.orig.tar.gz b/libqb-1.0.orig.tar.gz deleted file mode 100644 index 0a1560e..0000000 Binary files a/libqb-1.0.orig.tar.gz and /dev/null differ