|
@@ -1,20 +1,19 @@
|
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
|
|
|
-%define pkg_date 20220414
|
|
|
+%define pkg_date 20230812
|
|
|
|
|
|
Summary: A JSON implementation in C
|
|
|
Name: json-c
|
|
|
-Version: 0.16
|
|
|
+Version: 0.17
|
|
|
Release: 1%{?_dist_release}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
|
|
|
|
License: MIT
|
|
|
-URL: http://json-c.github.io/json-c/
|
|
|
+URL: https://json-c.github.io/json-c/
|
|
|
Source0: https://github.com/json-c/json-c/archive/json-c-%{version}-%{pkg_date}.tar.gz
|
|
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: cmake ninja
|
|
|
|
|
|
%description
|
|
@@ -133,6 +132,9 @@ for writing applications that are using json-c.
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jun 29 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.17-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.16-1
|
|
|
- new upstream release.
|
|
|
|