]> git.proxmox.com Git - libqb.git/commitdiff
update to latest upstream v1.0rc1
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 08:59:20 +0000 (09:59 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 27 Jan 2016 09:02:15 +0000 (10:02 +0100)
Makefile
debian/changelog
libqb-0.17.2.orig.tar.gz [deleted file]
libqb-1.0.orig.tar.gz [new file with mode: 0644]

index b2a55e7a893ce64215bdaaddbd586f5dfb2ac683..258e4736ff65b81850b71a69d0ed7a21f61779b2 100644 (file)
--- 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}/
 
index 0998b4ad0b6e27cd0ff4000a3e90a487a6e2b3bd..b6284ffeef176a753b32d01c501042bb18abbc4c 100644 (file)
@@ -1,3 +1,9 @@
+libqb (1.0-1) unstable; urgency=medium
+
+  * update to latest upstream (v1.0rc1)
+
+ -- Proxmox Support Team <support@proxmox.com>  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 (file)
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 (file)
index 0000000..0a1560e
Binary files /dev/null and b/libqb-1.0.orig.tar.gz differ