Update to 1.55.2
This commit is contained in:
parent
51df447856
commit
70777cf543
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/gobject-introspection-1.53.7.tar.xz
|
/gobject-introspection-1.53.7.tar.xz
|
||||||
/gobject-introspection-1.54.0.tar.xz
|
/gobject-introspection-1.54.0.tar.xz
|
||||||
/gobject-introspection-1.54.1.tar.xz
|
/gobject-introspection-1.54.1.tar.xz
|
||||||
|
/gobject-introspection-1.55.2.tar.xz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global glib2_version 2.54.0
|
%global glib2_version 2.55.2
|
||||||
|
|
||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.54.1
|
Version: 1.55.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Introspection system for GObject-based libraries
|
Summary: Introspection system for GObject-based libraries
|
||||||
|
|
||||||
License: GPLv2+, LGPLv2+, MIT
|
License: GPLv2+, LGPLv2+, MIT
|
||||||
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
URL: https://wiki.gnome.org/Projects/GObjectIntrospection
|
||||||
Source0: https://download.gnome.org/sources/gobject-introspection/1.54/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gobject-introspection/1.55/%{name}-%{version}.tar.xz
|
||||||
Patch0: 0001-tools-use-real-PYTHON-instead-of-usr-bin-env.patch
|
Patch0: 0001-tools-use-real-PYTHON-instead-of-usr-bin-env.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -90,6 +90,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -print -delete
|
|||||||
%{_datadir}/gtk-doc/html/gi/
|
%{_datadir}/gtk-doc/html/gi/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 1.55.2-1
|
||||||
|
- Update to 1.55.2
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.54.1-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.54.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gobject-introspection-1.54.1.tar.xz) = e9ebf9072f0986017c7608e23559918182926da910bb6c5bc9265ba98bcafbf276b8466b35be8ef4953e31d72710a1c91aeecccda42ba8d0cb91801df32d1186
|
SHA512 (gobject-introspection-1.55.2.tar.xz) = 722ae048250f1b683716569e98bc2a63a4a81bdeb1944e06d0f98cb3c030be05257dd4e0ed798a4acc0fc9d0d8989664c69ced9a2f4ac0a767dc7d6d0dff9f80
|
||||||
|
Loading…
Reference in New Issue
Block a user