[arch-commits] Commit in thin-provisioning-tools/trunk (2 files)
Christian Hesse
eworm at archlinux.org
Mon Apr 23 12:37:36 UTC 2018
Date: Monday, April 23, 2018 @ 12:37:35
Author: eworm
Revision: 322835
upgpkg: thin-provisioning-tools 0.7.6-1
new upstream release
Modified:
thin-provisioning-tools/trunk/PKGBUILD
Deleted:
thin-provisioning-tools/trunk/0001-fix-build-with-testing-disabled.patch
--------------------------------------------+
0001-fix-build-with-testing-disabled.patch | 35 ---------------------------
PKGBUILD | 4 +--
2 files changed, 2 insertions(+), 37 deletions(-)
Deleted: 0001-fix-build-with-testing-disabled.patch
===================================================================
--- 0001-fix-build-with-testing-disabled.patch 2018-04-23 11:09:32 UTC (rev 322834)
+++ 0001-fix-build-with-testing-disabled.patch 2018-04-23 12:37:35 UTC (rev 322835)
@@ -1,35 +0,0 @@
-From 8d75be81120b9cf172c95d0153c5f845ed804234 Mon Sep 17 00:00:00 2001
-From: Adam Sampson <ats-github at offog.org>
-Date: Mon, 16 Oct 2017 13:07:36 +0100
-Subject: [functional-tests] fix build with testing disabled (#88)
-
-The rule for lib/libft.so is only enabled with --enable-testing,
-so the default target shouldn't depend unconditionally on it.
-With the default configure options, the build failed with:
-make: *** No rule to make target 'lib/libft.so', needed by 'all'. Stop.
----
- Makefile.in | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index e745739..02b75dd 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -21,8 +21,13 @@ V=@
- PROGRAMS=\
- bin/pdata_tools
-
-+ifeq ("@TESTING@", "yes")
-+TESTLIBS=\
-+ lib/libft.so
-+endif
-+
- .PHONY: all
--all: $(PROGRAMS) lib/libft.so
-+all: $(PROGRAMS) $(TESTLIBS)
-
- SOURCE=\
- base/output_file_requirements.cc \
---
-cgit v1.1-22-g1649
-
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-23 11:09:32 UTC (rev 322834)
+++ PKGBUILD 2018-04-23 12:37:35 UTC (rev 322835)
@@ -3,7 +3,7 @@
# Contributor: Jason Hall <cakersq at gmail.com>
pkgname=thin-provisioning-tools
-pkgver=0.7.5
+pkgver=0.7.6
pkgrel=1
pkgdesc='Suite of tools for manipulating the metadata of the dm-thin device-mapper target'
arch=('x86_64')
@@ -12,7 +12,7 @@
depends=('expat' 'gcc-libs' 'libaio')
makedepends=('boost')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('bcb8b8a8be6fdbce54bd22aca00b6c8dc869e3b0cb125e0ac9a582d002e87f65')
+sha256sums=('491358c1406414ab3f06b260bd9da8a2f9109c4c426dda899d4d985860dfc01f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list