Update to 1.46.0

This commit is contained in:
Kalev Lember 2015-09-22 13:55:05 +02:00
parent c9319a50f3
commit 6daf910268
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -50,3 +50,4 @@
/gobject-introspection-1.45.2.tar.xz
/gobject-introspection-1.45.3.tar.xz
/gobject-introspection-1.45.4.tar.xz
/gobject-introspection-1.46.0.tar.xz

View File

@ -1,7 +1,7 @@
%global glib2_version 2.45.3
Name: gobject-introspection
Version: 1.45.4
Version: 1.46.0
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -9,7 +9,7 @@ Group: Development/Libraries
License: GPLv2+, LGPLv2+, MIT
URL: http://live.gnome.org/GObjectIntrospection
#VCS: git:git://git.gnome.org/gobject-introspection
Source0: http://download.gnome.org/sources/gobject-introspection/1.45/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gobject-introspection/1.46/%{name}-%{version}.tar.xz
Obsoletes: gir-repository
@ -98,6 +98,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.46.0-1
- Update to 1.46.0
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.45.4-1
- Update to 1.45.4
- Use make_install macro

View File

@ -1 +1 @@
b02abfc726829e1df1c8599a89a9dd8b gobject-introspection-1.45.4.tar.xz
adb40a31c7c80b65b0f4c8fd71b493dc gobject-introspection-1.46.0.tar.xz