automatic version update by autodist [release 0.15-1mamba;Sat Aug 01 2020]

This commit is contained in:
Automatic Build System 2024-01-06 04:42:53 +01:00
parent 49b65ff562
commit 8a0bd6b6e2

View File

@ -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 <autodist@mambasoft.it> 0.15-1mamba
- automatic version update by autodist
* Mon May 04 2020 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
- automatic version update by autodist