|
|
@ -21,12 +21,12 @@
|
|
|
|
%global so_ver 5
|
|
|
|
%global so_ver 5
|
|
|
|
|
|
|
|
|
|
|
|
# Releases are tagged with a date stamp.
|
|
|
|
# Releases are tagged with a date stamp.
|
|
|
|
%global reldate 20230812
|
|
|
|
%global reldate 20240915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: json-c
|
|
|
|
Name: json-c
|
|
|
|
Version: 0.17
|
|
|
|
Version: 0.18
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: JSON implementation in C
|
|
|
|
Summary: JSON implementation in C
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -63,6 +63,7 @@ Summary: Reference manual for json-c
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: hardlink
|
|
|
|
BuildRequires: hardlink
|
|
|
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
%description doc
|
|
|
|
This package contains the reference manual for %{name}.
|
|
|
|
This package contains the reference manual for %{name}.
|
|
|
@ -131,13 +132,24 @@ unset USE_VALGRIND
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
|
|
|
|
%license %{_datadir}/licenses/%{name}*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%doc %{_pkgdocdir}
|
|
|
|
%doc %{_pkgdocdir}
|
|
|
|
|
|
|
|
%exclude %{_pkgdocdir}/ChangeLog
|
|
|
|
|
|
|
|
%exclude %{_pkgdocdir}/README*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Nov 06 2024 Tomas Korbar <tkorbar@redhat.com> - 0.18-3
|
|
|
|
|
|
|
|
- Improve fix of problem on upgrade of doc subpackage
|
|
|
|
|
|
|
|
- Related: RHEL-65629
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2024 Tomas Korbar <tkorbar@redhat.com> - 0.18-2
|
|
|
|
|
|
|
|
- Fix problem on upgrade of doc subpackage
|
|
|
|
|
|
|
|
- Related: RHEL-65629
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2024 Tomas Korbar <tkorbar@redhat.com> - 0.18-1
|
|
|
|
|
|
|
|
- Rebase to 0.18
|
|
|
|
|
|
|
|
- Resolves: RHEL-65629
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.17-5
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.17-5
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|