Update to version 1.7.2
This commit is contained in:
parent
a54a6d87ee
commit
9b301c4951
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <fedora@besser82.io> - 1.7.2-1
|
||||
- Update to version 1.7.2
|
||||
|
||||
* Fri Mar 25 2016 Björn Esser <fedora@besser82.io> - 1.7.1-1
|
||||
- Update to version 1.7.1
|
||||
- Use %%license and %%doc properly
|
||||
|
Loading…
Reference in New Issue
Block a user