|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: cjson
|
|
|
|
Name: cjson
|
|
|
|
Version: 1.7.15
|
|
|
|
Version: 1.7.15
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Ultralightweight JSON parser in ANSI C
|
|
|
|
Summary: Ultralightweight JSON parser in ANSI C
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT and ASL 2.0
|
|
|
|
License: MIT and ASL 2.0
|
|
|
@ -54,6 +54,9 @@ rm -f %{buildroot}%{_libdir}/*.{la,a}
|
|
|
|
%{_includedir}/cjson/
|
|
|
|
%{_includedir}/cjson/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.15-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 01 2023 Petr Menšík <pemensik@redhat.com> - 1.7.15-1
|
|
|
|
* Wed Mar 01 2023 Petr Menšík <pemensik@redhat.com> - 1.7.15-1
|
|
|
|
- Update to 1.7.15
|
|
|
|
- Update to 1.7.15
|
|
|
|
- Export also CMake module
|
|
|
|
- Export also CMake module
|
|
|
|