diff --git a/.gitignore b/.gitignore index 9eb5168..85a616a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ jsoncpp.pc 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 diff --git a/jsoncpp.spec b/jsoncpp.spec index 8147a2c..4f6899e 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,7 +1,7 @@ %global jsondir json Name: jsoncpp -Version: 1.7.1 +Version: 1.7.2 Release: 1%{?dist} Summary: JSON library implemented in C++ @@ -94,6 +94,9 @@ install -p -m 0644 dist/doxygen/*/*.{html,png} $RPM_BUILD_ROOT%{_docdir}/%{name} %changelog +* Sat Mar 26 2016 Björn Esser - 1.7.2-1 +- Update to version 1.7.2 + * Fri Mar 25 2016 Björn Esser - 1.7.1-1 - Update to version 1.7.1 - Use %%license and %%doc properly diff --git a/sources b/sources index 6798d79..c546e30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c075c61212b01d7350105395135a71d0 jsoncpp-1.7.1.tar.gz +3989402269147d1f853b57c542037536 jsoncpp-1.7.2.tar.gz