From: Dietmar Maurer Date: Wed, 27 Jan 2016 08:59:20 +0000 (+0100) Subject: update to latest upstream v1.0rc1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0e38e6820e55aac08a910b65ebea049e4f24526a;p=libqb.git update to latest upstream v1.0rc1 --- diff --git a/Makefile b/Makefile index b2a55e7..258e473 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RELEASE=4.0 -QBVERSION=0.17.2 +QBVERSION=1.0 QBRELEASE=1 QBDIR=libqb-${QBVERSION} QBSRC=libqb-${QBVERSION}.orig.tar.gz @@ -24,8 +24,8 @@ ${DEBS}: ${QBSRC} download: rm -rf libqb-${QBVERSION} libqb-${QBVERSION}.orig.tar.gz - git clone git://github.com/asalkeld/libqb.git libqb-${QBVERSION} - # fixme checkout correct version + git clone git://github.com/ClusterLabs/libqb.git libqb-${QBVERSION} + cd libqb-${QBVERSION}; git checkout v1.0rc1 cd libqb-${QBVERSION}; ./autogen.sh tar czf libqb-${QBVERSION}.orig.tar.gz libqb-${QBVERSION}/ diff --git a/debian/changelog b/debian/changelog index 0998b4a..b6284ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libqb (1.0-1) unstable; urgency=medium + + * update to latest upstream (v1.0rc1) + + -- Proxmox Support Team Wed, 27 Jan 2016 09:58:58 +0100 + libqb (0.17.2-1) unstable; urgency=medium * update to latest upstream diff --git a/libqb-0.17.2.orig.tar.gz b/libqb-0.17.2.orig.tar.gz deleted file mode 100644 index 8d9a706..0000000 Binary files a/libqb-0.17.2.orig.tar.gz and /dev/null differ diff --git a/libqb-1.0.orig.tar.gz b/libqb-1.0.orig.tar.gz new file mode 100644 index 0000000..0a1560e Binary files /dev/null and b/libqb-1.0.orig.tar.gz differ