[pve-devel] applied+cleanup: [PATCH] updated to latest stable upstream (1.0.1)
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Feb 28 12:10:54 CET 2017
applied, plus the usual build cleanup and moving autogen to debian/rules
from the "make download" target
On Wed, Feb 22, 2017 at 03:21:49PM +0100, Thomas Lamprecht wrote:
> 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 at proxmox.com>
> ---
>
> After applying the patch a
> $ make download
> needs to be made, the deleting of the old source tarball and the adding of
> the new one can be squashed into this commit, if wanted.
>
> Makefile | 4 ++--
> debian/changelog | 6 ++++++
> 2 files changed, 8 insertions(+), 2 deletions(-)
>
> 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 <support at proxmox.com> Wed, 22 Feb 2017 14:38:58 +0100
> +
> libqb (1.0-1) unstable; urgency=medium
>
> * update to latest upstream (v1.0rc1)
> --
> 2.1.4
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list