From 271a9fe0eb7ad7e7b6fd2800e159a4b73b125bce40f77d6f8c2f6110514f30ea Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 26 May 2014 09:23:53 +0000 Subject: [PATCH] - Update to version 1.26.3 * ppc64: Use console=hvc0 console=ttyS0. * fish: simplify output of 'supported' * Fix some spelling mistakes and typos in documentation (RHBZ#1099284). * configure: Move --with-default-backend test later in configure.ac. * Fix handling of passwords in URLs OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=286 --- libguestfs-1.26.2.tar.xz | 3 --- libguestfs-1.26.3.tar.xz | 3 +++ libguestfs.changes | 10 ++++++++++ libguestfs.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libguestfs-1.26.2.tar.xz create mode 100644 libguestfs-1.26.3.tar.xz diff --git a/libguestfs-1.26.2.tar.xz b/libguestfs-1.26.2.tar.xz deleted file mode 100644 index b3731fd..0000000 --- a/libguestfs-1.26.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aca2e3129be1dc70b8d12803808752425ac489d4ad92bef5000f7d09281f416f -size 5004072 diff --git a/libguestfs-1.26.3.tar.xz b/libguestfs-1.26.3.tar.xz new file mode 100644 index 0000000..be6ccd3 --- /dev/null +++ b/libguestfs-1.26.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e38a0b8a05966f6e163c2c001052d051d63e1cd825d8c9c14d940c366dbb4c +size 5007492 diff --git a/libguestfs.changes b/libguestfs.changes index a696bfe..7d8b582 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 26 11:22:34 CEST 2014 - ohering@suse.de + +- Update to version 1.26.3 + * ppc64: Use console=hvc0 console=ttyS0. + * fish: simplify output of 'supported' + * Fix some spelling mistakes and typos in documentation (RHBZ#1099284). + * configure: Move --with-default-backend test later in configure.ac. + * Fix handling of passwords in URLs + ------------------------------------------------------------------- Tue May 13 15:16:11 CEST 2014 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index 19db68d..d8aa004 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -17,7 +17,7 @@ # -Version: 1.26.2 +Version: 1.26.3 Release: 0 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)