diff --git a/.cvsignore b/.cvsignore index 49ac636..9a7f069 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gobject-introspection-0.6.12.tar.gz +gobject-introspection-0.6.14.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index cee856d..3e48f6b 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gobject-introspection -Version: 0.6.12 +Version: 0.6.14 Release: 1%{?dist} Summary: Introspection system for GObject-based libraries @@ -10,7 +10,6 @@ Group: Development/Libraries License: GPLv2+, LGPLv2+, MIT URL: http://live.gnome.org/GObjectIntrospection Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: python-devel >= 2.5 @@ -54,7 +53,6 @@ Libraries and headers for gobject-introspection make V=1 %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Die libtool, die. @@ -62,9 +60,6 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' chrpath --delete $RPM_BUILD_ROOT%{_bindir}/g-ir-{compiler,generate} -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -92,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/*.gz %changelog +* Tue Jun 8 2010 Matthias Clasen - 0.6.14-1 +- Update to 0.6.14 + * Wed May 24 2010 Colin Walters - 0.6.12-1 - Update to latest upstream release 0.6.12 diff --git a/sources b/sources index 14cd7b5..f12f387 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d24d9e961d9932b8d33c4a298b412305 gobject-introspection-0.6.12.tar.gz +7ea9be9a347b5c408fd3c3907803de9b gobject-introspection-0.6.14.tar.bz2