[arch-commits] Commit in leatherman/trunk (PKGBUILD boost-1.62.patch)

Jonathan Steel jsteel at archlinux.org
Wed Jan 18 10:25:40 UTC 2017


    Date: Wednesday, January 18, 2017 @ 10:25:39
  Author: jsteel
Revision: 207865

upgpkg: leatherman 0.10.1-1

Modified:
  leatherman/trunk/PKGBUILD
Deleted:
  leatherman/trunk/boost-1.62.patch

------------------+
 PKGBUILD         |   11 +++--------
 boost-1.62.patch |   11 -----------
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-18 09:56:03 UTC (rev 207864)
+++ PKGBUILD	2017-01-18 10:25:39 UTC (rev 207865)
@@ -1,8 +1,8 @@
 # Maintainer: Jonathan Steel <jsteel at archlinux.org>
 
 pkgname=leatherman
-pkgver=0.9.1
-pkgrel=5
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
 url="https://github.com/puppetlabs/leatherman"
@@ -10,10 +10,8 @@
 makedepends=('boost' 'cmake' 'rapidjson')
 checkdepends=('ruby')
 source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz
-        boost-1.62.patch
         ruby-2.4.patch)
-md5sums=('ad1c03f759a9451b333c867ec90e4a97'
-         '18aeaac44f2b24702f04fb04535d3a3a'
+md5sums=('6617bd53f8d81885f79b9d49e0e26d50'
          'eb63e7694bd15e779ddc7b146adaad90')
 
 prepare() {
@@ -23,9 +21,6 @@
   sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
     $( grep -rl rb_data_object_alloc ruby )
 
-  # (LTH-115) Fix Boost.Log sink initialization with Boost 1.62
-  patch -Np0 -i ../boost-1.62.patch
-
   # (LTH-124) Fix for ruby-2.4 related API changes
   patch -p1 -i ../ruby-2.4.patch
 }

Deleted: boost-1.62.patch
===================================================================
--- boost-1.62.patch	2017-01-18 09:56:03 UTC (rev 207864)
+++ boost-1.62.patch	2017-01-18 10:25:39 UTC (rev 207865)
@@ -1,11 +0,0 @@
---- logging/src/logging.cc.orig	2016-10-14 08:37:12.829303659 +0100
-+++ logging/src/logging.cc	2016-10-14 08:38:21.799662293 +0100
-@@ -82,7 +82,7 @@
-         core->remove_all_sinks();
- 
-         using sink_t = sinks::synchronous_sink<color_writer>;
--        boost::shared_ptr<sink_t> sink(new sink_t(&dst));
-+        boost::shared_ptr<sink_t> sink = boost::make_shared<sink_t>(boost::make_shared<color_writer>(&dst));
-         core->add_sink(sink);
- 
- 



More information about the arch-commits mailing list