Update to 1.49.2
This commit is contained in:
parent
beeeaa007a
commit
3e94c68f7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/gobject-introspection-1.47.92.tar.xz
|
/gobject-introspection-1.47.92.tar.xz
|
||||||
/gobject-introspection-1.48.0.tar.xz
|
/gobject-introspection-1.48.0.tar.xz
|
||||||
/gobject-introspection-1.49.1.tar.xz
|
/gobject-introspection-1.49.1.tar.xz
|
||||||
|
/gobject-introspection-1.49.2.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global glib2_version 2.49.4
|
%global glib2_version 2.49.7
|
||||||
|
|
||||||
Name: gobject-introspection
|
Name: gobject-introspection
|
||||||
Version: 1.49.1
|
Version: 1.49.2
|
||||||
Release: 2%{?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
|
||||||
@ -111,6 +111,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
|
|||||||
%{_datadir}/gtk-doc/html/gi/*
|
%{_datadir}/gtk-doc/html/gi/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 13 2016 Florian Müllner <fmuellner@redhat.com> - 1.49.2-1
|
||||||
|
- Update to 1.49.2
|
||||||
|
|
||||||
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 1.49.1-2
|
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 1.49.1-2
|
||||||
- Drop old gir-repository obsoletes
|
- Drop old gir-repository obsoletes
|
||||||
- Don't set group tags
|
- Don't set group tags
|
||||||
|
Loading…
Reference in New Issue
Block a user