SHA256
1
0
forked from pool/libguestfs

- Update to version 1.26.10

* gcc5: test-tool: Initialize local variable.
  * lua: Define luaL_checkint which was deprecated in lua 5.3.
  * tools: fix free -m invocation

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=333
This commit is contained in:
Olaf Hering 2015-02-24 10:08:29 +00:00 committed by Git OBS Bridge
parent ae6bbcfcef
commit 995f04f76d
4 changed files with 13 additions and 5 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9950647f8316ef0c397c2b82652dc268a8a82baa43046af393239800a05620
size 5015800

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e469866bf3de195a8f9be1e48447b238d728ad38a052856d1523173de7b34cb
size 5016064

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 24 09:43:58 UTC 2015 - ohering@suse.de
- Update to version 1.26.10
* gcc5: test-tool: Initialize local variable.
* lua: Define luaL_checkint which was deprecated in lua 5.3.
* tools: fix free -m invocation
-------------------------------------------------------------------
Fri Feb 6 13:45:22 UTC 2015 - cbosdonnat@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libguestfs
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Michal Hrusecky <mhrusecky@novell.com>
#
# All modifications and additions to the file contributed by third parties
@ -17,7 +17,7 @@
#
Version: 1.26.9
Version: 1.26.10
Release: 0
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)