From 4290251aec4e67999631f717d0681aed598be8e1 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 23 Feb 2011 17:46:13 -0500 Subject: [PATCH 1/5] Update to 0.10.3 --- .gitignore | 1 + gobject-introspection.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f8921d..d6324dd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /gobject-introspection-0.10.0.tar.bz2 /gobject-introspection-0.10.1.tar.bz2 /gobject-introspection-0.10.2.tar.bz2 +/gobject-introspection-0.10.3.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 9fa9848..436b02b 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,8 +2,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gobject-introspection -Version: 0.10.2 -Release: 2%{?dist} +Version: 0.10.3 +Release: 1%{?dist} Summary: Introspection system for GObject-based libraries Group: Development/Libraries @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Wed Feb 23 2011 Colin Walters - 0.10.3-1 +- Update to 0.10.3 + * Tue Feb 08 2011 Fedora Release Engineering - 0.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index f3b4f52..e151823 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6622131845e0908415345dc67b4a3775 gobject-introspection-0.10.2.tar.bz2 +62287613b635591e150c6554550057e8 gobject-introspection-0.10.3.tar.bz2 From 4fcfdf6a07c22af83612cbeeb0e38d6a4d676ec4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 10 Mar 2011 15:14:56 -0500 Subject: [PATCH 2/5] Update to 0.10.4 --- .gitignore | 1 + gobject-introspection.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6324dd..055c6da 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /gobject-introspection-0.10.1.tar.bz2 /gobject-introspection-0.10.2.tar.bz2 /gobject-introspection-0.10.3.tar.bz2 +/gobject-introspection-0.10.4.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 436b02b..88ed9ea 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.10.3 +Version: 0.10.4 Release: 1%{?dist} Summary: Introspection system for GObject-based libraries @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Thu Mar 10 2011 Colin Walters - 0.10.4-1 +- Update to 0.10.4 + * Wed Feb 23 2011 Colin Walters - 0.10.3-1 - Update to 0.10.3 diff --git a/sources b/sources index e151823..99c60e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62287613b635591e150c6554550057e8 gobject-introspection-0.10.3.tar.bz2 +39147ea80600ee33efaa299439c24713 gobject-introspection-0.10.4.tar.bz2 From 0999d67b3d46a67ad186af85998b318b48b22c28 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 25 Mar 2011 18:17:15 -0400 Subject: [PATCH 3/5] New upstream release, fixes cairo.gir Necessary to avoid gnome-shell having a cairo-devel dependency. Also add cairo-gobject-devel dependency, since we really want the cairo typelib to link to GObject, since anyone using introspection has it anyways. --- .gitignore | 1 + gobject-introspection.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 055c6da..1e19a2c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /gobject-introspection-0.10.2.tar.bz2 /gobject-introspection-0.10.3.tar.bz2 /gobject-introspection-0.10.4.tar.bz2 +/gobject-introspection-0.10.5.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 88ed9ea..97130dc 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.10.4 +Version: 0.10.5 Release: 1%{?dist} Summary: Introspection system for GObject-based libraries @@ -21,7 +21,7 @@ BuildRequires: flex BuildRequires: bison BuildRequires: libffi-devel BuildRequires: mesa-libGL-devel -BuildRequires: cairo-devel +BuildRequires: cairo-gobject-devel BuildRequires: libxml2-devel BuildRequires: libXfixes-devel BuildRequires: libX11-devel @@ -94,6 +94,13 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Fri Mar 25 2011 Colin Walters - 0.10.5-1 +- New upstream release, fixes cairo.gir + Necessary to avoid gnome-shell having a cairo-devel dependency. +- Also add cairo-gobject-devel dependency, since we really want + the cairo typelib to link to GObject, since anyone using + introspection has it anyways. + * Thu Mar 10 2011 Colin Walters - 0.10.4-1 - Update to 0.10.4 diff --git a/sources b/sources index 99c60e6..5ce67b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39147ea80600ee33efaa299439c24713 gobject-introspection-0.10.4.tar.bz2 +25f8d6087efaa13230d9d41cdfc1bb1e gobject-introspection-0.10.5.tar.bz2 From 063d7ec9e45bae8e06677f7c7085481010f1d716 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Fri, 25 Mar 2011 20:56:22 -0400 Subject: [PATCH 4/5] New upstream release to fix missing cairo typelib --- .gitignore | 1 + gobject-introspection.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1e19a2c..85ee323 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /gobject-introspection-0.10.3.tar.bz2 /gobject-introspection-0.10.4.tar.bz2 /gobject-introspection-0.10.5.tar.bz2 +/gobject-introspection-0.10.6.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 97130dc..1db61c9 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.10.5 +Version: 0.10.6 Release: 1%{?dist} Summary: Introspection system for GObject-based libraries @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Fri Mar 25 2011 Owen Taylor - 0.10.6-1 +- New upstream release to fix missing cairo typelib + * Fri Mar 25 2011 Colin Walters - 0.10.5-1 - New upstream release, fixes cairo.gir Necessary to avoid gnome-shell having a cairo-devel dependency. diff --git a/sources b/sources index 5ce67b5..dbb2179 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -25f8d6087efaa13230d9d41cdfc1bb1e gobject-introspection-0.10.5.tar.bz2 +73a4b44d25f62f751825b30c621103ce gobject-introspection-0.10.6.tar.bz2 From 8a59178a112d94bab911f1fe99d5c3290ef4c30c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Apr 2011 14:37:36 -0400 Subject: [PATCH 5/5] 0.10.7 --- .gitignore | 1 + gobject-introspection.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 85ee323..314aec7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /gobject-introspection-0.10.4.tar.bz2 /gobject-introspection-0.10.5.tar.bz2 /gobject-introspection-0.10.6.tar.bz2 +/gobject-introspection-0.10.7.tar.bz2 diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 1db61c9..1429f27 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,17 +2,17 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gobject-introspection -Version: 0.10.6 -Release: 1%{?dist} +Version: 0.10.7 +Release: 1%{?dist} Summary: Introspection system for GObject-based libraries Group: Development/Libraries License: GPLv2+, LGPLv2+, MIT URL: http://live.gnome.org/GObjectIntrospection -#VCS: git:git://git.gnome.org/gobject-introspection -Source0: gobject-introspection-%{version}.tar.bz2 +#VCS: git:git://git.gnome.org/gobject-introspection +Source0: gobject-introspection-%{version}.tar.bz2 -Obsoletes: gir-repository +Obsoletes: gir-repository BuildRequires: glib2-devel BuildRequires: python-devel >= 2.5 @@ -94,6 +94,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %{_datadir}/gtk-doc/html/gi/* %changelog +* Mon Apr 4 2011 Matthias Clasen - 0.10.7-1 +- Update to 0.10.7 + * Fri Mar 25 2011 Owen Taylor - 0.10.6-1 - New upstream release to fix missing cairo typelib diff --git a/sources b/sources index dbb2179..10314d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73a4b44d25f62f751825b30c621103ce gobject-introspection-0.10.6.tar.bz2 +86d039314b38a8c7dd315a71a50e086d gobject-introspection-0.10.7.tar.bz2