[jsoncpp] Rebuild for gcc 5 C++11

Orion Poplawski orion at fedoraproject.org
Mon Feb 16 15:44:40 UTC 2015


commit 2f84bdc211e94f949c9b393cd504ff2de7f30746
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Feb 16 08:44:31 2015 -0700

    Rebuild for gcc 5 C++11

 jsoncpp.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/jsoncpp.spec b/jsoncpp.spec
index f0e3b77..9ca04f2 100644
--- a/jsoncpp.spec
+++ b/jsoncpp.spec
@@ -4,7 +4,7 @@
 
 Name:       jsoncpp
 Version:    %{src_release}
-Release:    0.14.%{src_prerelease}%{?dist}
+Release:    0.15.%{src_prerelease}%{?dist}
 Summary:    JSON library implemented in C++
 Group:      System Environment/Libraries
 License:    Public Domain or MIT
@@ -93,6 +93,9 @@ sed -i 's|@@LIBDIR@@|%{_libdir}|g' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/jsoncpp.p
 %{_docdir}/%{name}/
 
 %changelog
+* Mon Feb 16 2015 Orion Poplawski <orion at cora.nwra.com> - 0.6.0-0.15.rc2
+- Rebuild for gcc 5 C++11
+
 * Sun Sep 21 2014 Sébastien Willmann <sebastien.willmann at gmail.com> - 0.6.0-0.14.rc2
 - Allow int values to be converted to string (#1143774)
 


More information about the scm-commits mailing list