Update to 1.53.5
This commit is contained in:
parent
8d29378dcd
commit
a1e93054f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
||||
/gobject-introspection-1.52.1.tar.xz
|
||||
/gobject-introspection-1.53.3.tar.xz
|
||||
/gobject-introspection-1.53.4.tar.xz
|
||||
/gobject-introspection-1.53.5.tar.xz
|
||||
|
@ -1,24 +1,20 @@
|
||||
%global glib2_version 2.53.4
|
||||
%global glib2_version 2.53.5
|
||||
|
||||
Name: gobject-introspection
|
||||
Version: 1.53.4
|
||||
Release: 5%{?dist}
|
||||
Version: 1.53.5
|
||||
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.53/%{name}-%{version}.tar.xz
|
||||
|
||||
# Backported from upstream
|
||||
Patch0: 0001-gir-Update-glib-annotations.patch
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: python-devel >= 2.5
|
||||
BuildRequires: gettext
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: git
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: mesa-libGL-devel
|
||||
BuildRequires: cairo-gobject-devel
|
||||
@ -52,7 +48,7 @@ Requires: python-mako
|
||||
Libraries and headers for gobject-introspection
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc --enable-doctool
|
||||
@ -98,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
||||
%{_datadir}/gtk-doc/html/gi/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 1.53.5-1
|
||||
- Update to 1.53.5
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.53.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gobject-introspection-1.53.4.tar.xz) = b7a23cb5c2c5c0a0ab5979a1c978ecde8dd9521721a654a38f2dc9b164043d5f4316cdd562ad12ff4319bf935216fb91fc3fb26d14a549e43468d7a0863ef297
|
||||
SHA512 (gobject-introspection-1.53.5.tar.xz) = 7857c23c150ac93d4254eed4dbfcc6f9339818f4050ad3cb4dc909fb48d6cb1b4f52b45c7ee40472a66265c9560d9bba5441bfcb33b4cae53562d3acd7377bd6
|
||||
|
Loading…
Reference in New Issue
Block a user