[arch-commits] Commit in thrift/trunk (PKGBUILD THRIFT-3576.patch)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 4 22:17:47 UTC 2016


    Date: Friday, March 4, 2016 @ 23:17:47
  Author: bpiotrowski
Revision: 164867

Fix unit tests

Added:
  thrift/trunk/THRIFT-3576.patch
Modified:
  thrift/trunk/PKGBUILD

-------------------+
 PKGBUILD          |    7 +++++--
 THRIFT-3576.patch |   23 +++++++++++++++++++++++
 2 files changed, 28 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 21:53:13 UTC (rev 164866)
+++ PKGBUILD	2016-03-04 22:17:47 UTC (rev 164867)
@@ -21,13 +21,16 @@
   'qt5-base: TQTcpServer (Qt5) support'
 )
 source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip
-        sslv23.patch)
+        sslv23.patch
+        THRIFT-3576.patch)
 sha1sums=('695f47647f776a939d3818f4bc0c8e1de84e735b'
-          '24593ac43933c274704e7fe5c936bfacf3f5e0fc')
+          '24593ac43933c274704e7fe5c936bfacf3f5e0fc'
+          'bde7e9868eda88950f5c2ac96878e49ee15cf0e8')
 
 prepare() {
   cd thrift-$pkgver
   patch -p2 -i "$srcdir/sslv23.patch"
+  patch -p1 -i "$srcdir/THRIFT-3576.patch"
 }
 
 build() {

Added: THRIFT-3576.patch
===================================================================
--- THRIFT-3576.patch	                        (rev 0)
+++ THRIFT-3576.patch	2016-03-04 22:17:47 UTC (rev 164867)
@@ -0,0 +1,23 @@
+From c261c69d4e64455b912524b6df603be0f169d29c Mon Sep 17 00:00:00 2001
+From: Nobuaki Sukegawa <nsuke at apache.org>
+Date: Sat, 23 Jan 2016 22:45:20 +0900
+Subject: [PATCH] THRIFT-3576 Boost test --log_format arg does not accept
+ lowercase
+
+---
+ lib/cpp/test/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
+index 1895afc..61865de 100755
+--- a/lib/cpp/test/Makefile.am
++++ b/lib/cpp/test/Makefile.am
+@@ -101,7 +101,7 @@ endif
+ TESTS_ENVIRONMENT= \
+ 	BOOST_TEST_LOG_SINK=tests.xml \
+ 	BOOST_TEST_LOG_LEVEL=test_suite \
+-	BOOST_TEST_LOG_FORMAT=xml
++	BOOST_TEST_LOG_FORMAT=XML
+ 
+ TESTS = \
+ 	$(check_PROGRAMS)



More information about the arch-commits mailing list