diff --git a/.gitignore b/.gitignore index 85a616a..e31b7f0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ jsoncpp-src-0.6.0-rc2.tar.gz /jsoncpp-0.10.5.tar.gz /jsoncpp-1.7.1.tar.gz /jsoncpp-1.7.2.tar.gz +/jsoncpp-1.7.4.tar.gz diff --git a/jsoncpp.spec b/jsoncpp.spec index 62d184f..f14f601 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,8 +1,8 @@ %global jsondir json Name: jsoncpp -Version: 1.7.2 -Release: 3%{?dist} +Version: 1.7.4 +Release: 1%{?dist} Summary: JSON library implemented in C++ License: Public Domain or MIT @@ -94,6 +94,9 @@ install -p -m 0644 dist/doxygen/*/*.{html,png} $RPM_BUILD_ROOT%{_docdir}/%{name} %changelog +* Sun Jul 17 2016 Sébastien Willmann - 1.7.4-1 +- Update to version 1.7.4 + * Mon Jun 20 2016 Sébastien Willmann - 1.7.2-3 - Revert #1336082 diff --git a/sources b/sources index c546e30..be56b19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3989402269147d1f853b57c542037536 jsoncpp-1.7.2.tar.gz +51a6d5f8832d668daf97790ea59c4926 jsoncpp-1.7.4.tar.gz