Update to 1.56.0
This commit is contained in:
parent
0b3dcce50f
commit
2602733b7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
|||||||
/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
|
/gobject-introspection-1.55.2.tar.xz
|
||||||
|
/gobject-introspection-1.56.0.tar.xz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global glib2_version 2.55.2
|
%global glib2_version 2.56.0
|
||||||
|
|
||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.55.2
|
Version: 1.56.0
|
||||||
Release: 1%{?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.55/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gobject-introspection/1.56/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
@ -87,6 +87,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -print -delete
|
|||||||
%{_datadir}/gtk-doc/html/gi/
|
%{_datadir}/gtk-doc/html/gi/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 1.56.0-1
|
||||||
|
- Update to 1.56.0
|
||||||
|
|
||||||
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 1.55.2-1
|
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 1.55.2-1
|
||||||
- Update to 1.55.2
|
- Update to 1.55.2
|
||||||
- Drop /usr/bin/env shebang patch as the brp scripts now handle this correctly
|
- Drop /usr/bin/env shebang patch as the brp scripts now handle this correctly
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gobject-introspection-1.55.2.tar.xz) = 722ae048250f1b683716569e98bc2a63a4a81bdeb1944e06d0f98cb3c030be05257dd4e0ed798a4acc0fc9d0d8989664c69ced9a2f4ac0a767dc7d6d0dff9f80
|
SHA512 (gobject-introspection-1.56.0.tar.xz) = 281c3eb2d44d37185545b95b21ab80204c20f595f109a69fae7b85fef17991edabd9cca2c0f86fbed746e11fa0f6ea34c538803c48a600f7231cc3a0d4bb83b3
|
||||||
|
Loading…
Reference in New Issue
Block a user