Update to 1.6.4
... and disable gtk-doc support as we don't have new enough gi-docgen in F34. Resolves: #1996976 (cherry picked from Fedora commit e5a8f51d5e0f7f005982e3712f9d3cae65622d45)
This commit is contained in:
parent
9f5968534d
commit
ff8ce4801a
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ json-glib-0.10.4.tar.bz2
|
|||||||
/json-glib-1.5.2.tar.xz
|
/json-glib-1.5.2.tar.xz
|
||||||
/json-glib-1.6.0.tar.xz
|
/json-glib-1.6.0.tar.xz
|
||||||
/json-glib-1.6.2.tar.xz
|
/json-glib-1.6.2.tar.xz
|
||||||
|
/json-glib-1.6.4.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define glib2_version 2.44.0
|
%define glib2_version 2.44.0
|
||||||
|
|
||||||
Name: json-glib
|
Name: json-glib
|
||||||
Version: 1.6.2
|
Version: 1.6.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for JavaScript Object Notation format
|
Summary: Library for JavaScript Object Notation format
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -13,7 +13,6 @@ BuildRequires: docbook-style-xsl
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: /usr/bin/xsltproc
|
BuildRequires: /usr/bin/xsltproc
|
||||||
|
|
||||||
@ -47,7 +46,7 @@ the functionality of the installed json-glib package.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddocs=true -Dman=true
|
%meson -Dgtk_doc=disabled -Dman=true
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
@ -70,7 +69,6 @@ the functionality of the installed json-glib package.
|
|||||||
%{_libdir}/lib%{name}*.so
|
%{_libdir}/lib%{name}*.so
|
||||||
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
||||||
%{_includedir}/%{name}-1.0/
|
%{_includedir}/%{name}-1.0/
|
||||||
%{_datadir}/gtk-doc/
|
|
||||||
%{_datadir}/gir-1.0/Json-1.0.gir
|
%{_datadir}/gir-1.0/Json-1.0.gir
|
||||||
%{_bindir}/json-glib-format
|
%{_bindir}/json-glib-format
|
||||||
%{_bindir}/json-glib-validate
|
%{_bindir}/json-glib-validate
|
||||||
@ -83,6 +81,9 @@ the functionality of the installed json-glib package.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 18 2021 Kalev Lember <klember@redhat.com> - 1.6.4-1
|
||||||
|
- Update to 1.6.4
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-3
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.2-3
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (json-glib-1.6.2.tar.xz) = 8412390a639d368ed11181621739f43bc4900143ac062c3824c7140abec58ca2b09773a415034f03896a4ff63aa3414b492997da532848709238a83c3a068b11
|
SHA512 (json-glib-1.6.4.tar.xz) = cce1bf13be4ce52866e197302583b645d7aa08bf6922e6bf1acf4786734896385d5616180624a266c0eb26f3318e1fedbe77d77370dde6264d38f08aa8324bcf
|
||||||
|
Loading…
Reference in New Issue
Block a user