update to 0.16 [release 0.16-1mamba;Fri Apr 15 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 04:42:53 +01:00
parent 8a0bd6b6e2
commit c46774661e

View File

@ -1,21 +1,19 @@
%define gitver %(echo %version | tr _ -) %define gitver %(echo %version | tr _ -)
Name: libjson-c Name: libjson-c
Version: 0.15 Version: 0.16
Release: 1mamba Release: 1mamba
Summary: A reference counting object model that allows you to easily construct JSON objects in C Summary: A reference counting object model that allows you to easily construct JSON objects in C
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://oss.metaparadigm.com/json-c/ URL: https://github.com/json-c/json-c
Source: https://github.com/json-c/json-c.git/json-c-%{gitver}/json-c-%{version}.tar.bz2 Source: https://github.com/json-c/json-c.git/json-c-%{gitver}/json-c-%{version}.tar.bz2
#Source: http://oss.metaparadigm.com/json-c/json-c-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: pkg-config BuildRequires: libbsd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.
@ -70,6 +68,9 @@ This package contains libraries and header files for developing applications tha
%doc ChangeLog NEWS README README.html %doc ChangeLog NEWS README README.html
%changelog %changelog
* Fri Apr 15 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
- update to 0.16
* Sat Aug 01 2020 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba * Sat Aug 01 2020 Automatic Build System <autodist@mambasoft.it> 0.15-1mamba
- automatic version update by autodist - automatic version update by autodist