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:
commit
5acd24c246
3
thin-provisioning-tools-0.6.2.tar.gz
Normal file
3
thin-provisioning-tools-0.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2bcbfeac730513828ca7d161c3f48892d40b1691f46d4839458fda4a4aff99ef
|
||||||
|
size 198008
|
@ -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
|
Thu Feb 11 11:21:15 UTC 2016 - rguenther@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: thin-provisioning-tools
|
Name: thin-provisioning-tools
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin Provisioning Tools
|
Summary: Thin Provisioning Tools
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: https://github.com/jthornber/thin-provisioning-tools/
|
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: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
@ -45,7 +45,7 @@ A suite of tools for thin provisioning on Linux.
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure \
|
%configure \
|
||||||
--bindir=%{_sbindir} \
|
--bindir=%{_sbindir} \
|
||||||
--with-optimisation="%{optflags} -std=gnu++98"
|
--with-optimisation="%{optflags}"
|
||||||
# In generated Makefile V=@ is used, in order to achieve verbose build ve
|
# In generated Makefile V=@ is used, in order to achieve verbose build ve
|
||||||
# must override it as V=""
|
# must override it as V=""
|
||||||
make %{?_smp_mflags} V=""
|
make %{?_smp_mflags} V=""
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d3ef47ef6af5c8323920c86c22494df59384ef47b8510bec9b21689aacedeaa
|
|
||||||
size 197163
|
|
Loading…
x
Reference in New Issue
Block a user