Accepting request 407622 from Base:System

- Update to version 0.6.2:
  * Fix bug in thin_delta
  * Fix recent regression in thin_repair.
  * Force g++-98 dialect
  * Fix bug in thin_trim

OBS-URL: https://build.opensuse.org/request/show/407622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/thin-provisioning-tools?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2016-07-18 19:18:41 +00:00 committed by Git OBS Bridge
commit 5acd24c246
4 changed files with 15 additions and 6 deletions

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jul 10 14:10:36 UTC 2016 - mpluskal@suse.com
- Update to version 0.6.2:
* Fix bug in thin_delta
* Fix recent regression in thin_repair.
* Force g++-98 dialect
* Fix bug in thin_trim
-------------------------------------------------------------------
Thu Feb 11 11:21:15 UTC 2016 - rguenther@suse.com

View File

@ -17,13 +17,13 @@
Name: thin-provisioning-tools
Version: 0.6.1
Version: 0.6.2
Release: 0
Summary: Thin Provisioning Tools
License: GPL-3.0
Group: System/Base
Url: https://github.com/jthornber/thin-provisioning-tools/
Source: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: boost-devel
@ -45,7 +45,7 @@ A suite of tools for thin provisioning on Linux.
autoreconf -fiv
%configure \
--bindir=%{_sbindir} \
--with-optimisation="%{optflags} -std=gnu++98"
--with-optimisation="%{optflags}"
# In generated Makefile V=@ is used, in order to achieve verbose build ve
# must override it as V=""
make %{?_smp_mflags} V=""

View File

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