Update to 1.63.1
This commit is contained in:
parent
4eeb8286a1
commit
ac446fe951
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@
|
||||
/gobject-introspection-1.61.1.tar.xz
|
||||
/gobject-introspection-1.61.2.tar.xz
|
||||
/gobject-introspection-1.62.0.tar.xz
|
||||
/gobject-introspection-1.63.1.tar.xz
|
||||
|
@ -3,13 +3,13 @@
|
||||
%global __python %{__python3}
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.62.0
|
||||
Version: 1.63.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Introspection system for GObject-based libraries
|
||||
|
||||
License: GPLv2+, LGPLv2+, MIT
|
||||
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.62/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.63/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: bison
|
||||
@ -57,7 +57,7 @@ Libraries and headers for gobject-introspection
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Ddoctool=true -Dgtk_doc=true -Dpython=%{__python3}
|
||||
%meson -Ddoctool=enabled -Dgtk_doc=true -Dpython=%{__python3}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -86,6 +86,9 @@ Libraries and headers for gobject-introspection
|
||||
%{_mandir}/man1/g-ir-scanner.1*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 1.63.1-1
|
||||
- Update to 1.63.1
|
||||
|
||||
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 1.62.0-1
|
||||
- Update to 1.62.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.62.0.tar.xz) = b460a95fd7a323e9b0c9a45e680ebe98bbae7632abfa53b3e0b0ec050775cab17dde693314d6d4f8e93614c32b5587f8ce0b4a4c9ee9ba46c029ce029014e638
|
||||
SHA512 (gobject-introspection-1.63.1.tar.xz) = f44d8d37d537f73f035b030e09847e47bb3e00f20d76a4d9f1df0a8eddb8539e0ac4a8238c66e9082a29d5805876c7ee20d312d011ce942c2989637c2d71d328
|
||||
|
Loading…
Reference in New Issue
Block a user