Update to 1.47.1
This commit is contained in:
parent
6daf910268
commit
20d737c4d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@
|
|||||||
/gobject-introspection-1.45.3.tar.xz
|
/gobject-introspection-1.45.3.tar.xz
|
||||||
/gobject-introspection-1.45.4.tar.xz
|
/gobject-introspection-1.45.4.tar.xz
|
||||||
/gobject-introspection-1.46.0.tar.xz
|
/gobject-introspection-1.46.0.tar.xz
|
||||||
|
/gobject-introspection-1.47.1.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global glib2_version 2.45.3
|
%global glib2_version 2.45.3
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.46.0
|
Version: 1.47.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Introspection system for GObject-based libraries
|
Summary: Introspection system for GObject-based libraries
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Group: Development/Libraries
|
|||||||
License: GPLv2+, LGPLv2+, MIT
|
License: GPLv2+, LGPLv2+, MIT
|
||||||
URL: http://live.gnome.org/GObjectIntrospection
|
URL: http://live.gnome.org/GObjectIntrospection
|
||||||
#VCS: git:git://git.gnome.org/gobject-introspection
|
#VCS: git:git://git.gnome.org/gobject-introspection
|
||||||
Source0: http://download.gnome.org/sources/gobject-introspection/1.46/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gobject-introspection/1.47/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
Obsoletes: gir-repository
|
Obsoletes: gir-repository
|
||||||
|
|
||||||
@ -98,6 +98,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
|||||||
%{_datadir}/gtk-doc/html/gi/*
|
%{_datadir}/gtk-doc/html/gi/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 02 2015 Kalev Lember <klember@redhat.com> - 1.47.1-1
|
||||||
|
- Update to 1.47.1
|
||||||
|
|
||||||
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
|
||||||
- Update to 1.46.0
|
- Update to 1.46.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user