From fce009da28b492429b1373381f28b5461119d7b139b2e485ca99faa2e919fbf0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 18 Feb 2015 07:22:30 +0000 Subject: [PATCH] Accepting request 286566 from home:pluskalm:branches:devel:libraries:c_c++ - Update to 1.4.2: * minor cleanups OBS-URL: https://build.opensuse.org/request/show/286566 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jsoncpp?expand=0&rev=8 --- 1.4.0.tar.gz | 3 --- 1.4.2.tar.gz | 3 +++ jsoncpp.changes | 6 ++++++ jsoncpp.spec | 5 +++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 1.4.0.tar.gz create mode 100644 1.4.2.tar.gz diff --git a/1.4.0.tar.gz b/1.4.0.tar.gz deleted file mode 100644 index a3b2d76..0000000 --- a/1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97cb6d3fb2511e5003a94a16f7d859edf99795e32d0c862143007e6d6d2f3235 -size 170418 diff --git a/1.4.2.tar.gz b/1.4.2.tar.gz new file mode 100644 index 0000000..4669904 --- /dev/null +++ b/1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9d9a4b9117f78273a000038f02bed946f234256421c6f61b115f48f09de206 +size 203332 diff --git a/jsoncpp.changes b/jsoncpp.changes index 81dd8ed..c90422f 100644 --- a/jsoncpp.changes +++ b/jsoncpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 17 21:15:01 UTC 2015 - mpluskal@suse.com + +- Update to 1.4.2: + * minor cleanups + ------------------------------------------------------------------- Thu Feb 5 20:07:09 UTC 2015 - mpluskal@suse.com diff --git a/jsoncpp.spec b/jsoncpp.spec index 342741d..a6327e3 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -17,7 +17,7 @@ Name: jsoncpp -Version: 1.4.0 +Version: 1.4.2 Release: 0 Summary: C++ library that allows manipulating with JSON License: MIT @@ -95,7 +95,8 @@ make %{?_smp_mflags} %install %cmake_install -%fdupes -s %{buildroot} +%fdupes -s dist/doxygen +rm -rf %{buildroot}%{_libdir}/lib%{name}.a %post -n lib%{name}1 -p /sbin/ldconfig