Update to 1.59.3
This commit is contained in:
parent
9bd8219e87
commit
a12038b366
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,3 +78,4 @@
|
||||
/gobject-introspection-1.58.2.tar.xz
|
||||
/gobject-introspection-1.58.3.tar.xz
|
||||
/gobject-introspection-1.59.2.tar.xz
|
||||
/gobject-introspection-1.59.3.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.59.2
|
||||
Version: 1.59.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Introspection system for GObject-based libraries
|
||||
|
||||
@ -54,7 +54,7 @@ Libraries and headers for gobject-introspection
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Ddoctool=true -Dgtk-doc=true -Dpython=%{__python3}
|
||||
%meson -Ddoctool=true -Dgtk_doc=true -Dpython=%{__python3}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -81,6 +81,9 @@ Libraries and headers for gobject-introspection
|
||||
%{_datadir}/gtk-doc/html/gi/
|
||||
|
||||
%changelog
|
||||
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 1.59.3-1
|
||||
- Update to 1.59.3
|
||||
|
||||
* Sat Jan 05 2019 Kalev Lember <klember@redhat.com> - 1.59.2-1
|
||||
- Update to 1.59.2
|
||||
- Switch to the meson build system
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.59.2.tar.xz) = 86b9745b213bfdda8c81b1bb773f47bc7c68910af7e673a66c4ae1aa40c5e25ba25476f9b4ca6fc5742b09499761b62cdf828e81b47464cda69280088f04757e
|
||||
SHA512 (gobject-introspection-1.59.3.tar.xz) = 04a16b3b84ad90a0e52d637e860b437e78faf7ffff16376264cb8f3d0a471a0a7149d9a857764f4afe034763981cba1e6710081f8379c5a3bb9a33386f595412
|
||||
|
Loading…
Reference in New Issue
Block a user