]> git.proxmox.com Git - libqb.git/commitdiff
updated to latest stable upstream (1.0.1)
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Feb 2017 14:21:49 +0000 (15:21 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 28 Feb 2017 11:08:25 +0000 (12:08 +0100)
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 <t.lamprecht@proxmox.com>
Makefile
debian/changelog
libqb-1.0.1.orig.tar.gz [new file with mode: 0644]
libqb-1.0.orig.tar.gz [deleted file]

index 683292bd68c6f9f7c74c0a0af627cf78a6744d5d..6cd245d999800f4b67c4ca04bb29ee2f011eee27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 RELEASE=4.1
 
 RELEASE=4.1
 
-QBVERSION=1.0
+QBVERSION=1.0.1
 QBRELEASE=1
 QBDIR=libqb-${QBVERSION}
 QBSRC=libqb-${QBVERSION}.orig.tar.gz
 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}
 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}/
 
        cd libqb-${QBVERSION}; ./autogen.sh
        tar czf libqb-${QBVERSION}.orig.tar.gz libqb-${QBVERSION}/
 
index b6284ffeef176a753b32d01c501042bb18abbc4c..eead4e8c6b953b543f29f94ff074febd110e078c 100644 (file)
@@ -1,3 +1,9 @@
+libqb (1.0.1-1) unstable; urgency=medium
+
+  * update to latest upstream (v1.0.1)
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 22 Feb 2017 14:38:58 +0100
+
 libqb (1.0-1) unstable; urgency=medium
 
   * update to latest upstream (v1.0rc1)
 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 (file)
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 (file)
index 0a1560e..0000000
Binary files a/libqb-1.0.orig.tar.gz and /dev/null differ