Update to 1.38.0

This commit is contained in:
Kalev Lember 2013-09-24 23:39:42 +02:00
parent 362b81c19c
commit 245d597294
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/gobject-introspection-1.37.1.tar.xz
/gobject-introspection-1.37.4.tar.xz
/gobject-introspection-1.37.6.tar.xz
/gobject-introspection-1.38.0.tar.xz

View File

@ -1,5 +1,5 @@
Name: gobject-introspection
Version: 1.37.6
Version: 1.38.0
Release: 1%{?dist}
Summary: Introspection system for GObject-based libraries
@ -7,7 +7,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.37/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/gobject-introspection/1.38/%{name}-%{version}.tar.xz
Obsoletes: gir-repository
@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/gi/*
%changelog
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1.38.0-1
- Update to 1.38.0
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.37.6-1
- Update to 1.37.6

View File

@ -1 +1 @@
2dc3965fa9ec096da48e307e63621cdb gobject-introspection-1.37.6.tar.xz
4851028e950ec0f809e26676b22aba97 gobject-introspection-1.38.0.tar.xz