diff --git a/libjson-c.spec b/libjson-c.spec index 1b4c047..74da89e 100644 --- a/libjson-c.spec +++ b/libjson-c.spec @@ -1,6 +1,6 @@ %define gitver %(echo %version | tr _ -) Name: libjson-c -Version: 0.14 +Version: 0.15 Release: 1mamba Summary: A reference counting object model that allows you to easily construct JSON objects in C Group: System/Libraries @@ -62,6 +62,7 @@ This package contains libraries and header files for developing applications tha %defattr(-,root,root) %dir %{_includedir}/json-c %{_includedir}/json-c/*.h +%{_libdir}/libjson-c.a %{_libdir}/libjson-c.so %dir %{_libdir}/cmake/json-c %{_libdir}/cmake/json-c/json-c-*.cmake @@ -69,6 +70,9 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog NEWS README README.html %changelog +* Sat Aug 01 2020 Automatic Build System 0.15-1mamba +- automatic version update by autodist + * Mon May 04 2020 Automatic Build System 0.14-1mamba - automatic version update by autodist