libcmis: update to 0.5.2.
This commit is contained in:
parent
a853e981c1
commit
ac0786fff6
2 changed files with 4 additions and 15 deletions
|
@ -1,11 +0,0 @@
|
|||
--- src/libcmis/xml-utils.cxx 2016-03-01 17:14:26.000000000 +0100
|
||||
+++ - 2018-10-01 13:30:30.734080390 +0200
|
||||
@@ -31,7 +31,7 @@
|
||||
#include <sstream>
|
||||
#include <stdlib.h>
|
||||
|
||||
-#include <boost/uuid/sha1.hpp>
|
||||
+#include <boost/uuid/detail/sha1.hpp>
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "xml-utils.hxx"
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libcmis'
|
||||
pkgname=libcmis
|
||||
version=0.5.1
|
||||
revision=5
|
||||
version=0.5.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="DOCBOOK2MAN=docbook2man --disable-werror"
|
||||
hostmakedepends="pkg-config docbook2x"
|
||||
makedepends="libcurl-devel libxml2-devel libcppunit-devel boost-devel"
|
||||
short_desc="C/C++ client library for the CMIS protocol"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1, MPL-1.1"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later, MPL-1.1"
|
||||
homepage="https://github.com/tdf/libcmis"
|
||||
distfiles="https://github.com/tdf/libcmis/releases/download/v${version}/libcmis-${version}.tar.gz"
|
||||
checksum=6acbdf22ecdbaba37728729b75bfc085ee5a4b49a6024757cfb86ccd3da27b0e
|
||||
checksum=ed6f681a48abbf3c2324564b17a180d21fa9503230e8708825e1ad80daee4f81
|
||||
|
||||
CXXFLAGS="-Wno-deprecated"
|
||||
|
||||
|
|
Loading…
Reference in a new issue