From 4d9a8a698cc19f23a426938ddb62966a1235e97f758920e80ca89bc75fa5db63 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 17 Oct 2012 21:04:07 +0000 Subject: [PATCH] Accepting request 138640 from home:dimstar:branches:GNOME:Factory update to 1.34.1.1 OBS-URL: https://build.opensuse.org/request/show/138640 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=107 --- gobject-introspection-1.34.0.tar.xz | 3 --- gobject-introspection-1.34.1.1.tar.xz | 3 +++ gobject-introspection.changes | 9 +++++++++ gobject-introspection.spec | 3 ++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 gobject-introspection-1.34.0.tar.xz create mode 100644 gobject-introspection-1.34.1.1.tar.xz diff --git a/gobject-introspection-1.34.0.tar.xz b/gobject-introspection-1.34.0.tar.xz deleted file mode 100644 index bc5144b..0000000 --- a/gobject-introspection-1.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80e211ea95404fc7c5fa3b04ba69ee0b29af70847af315155ab06b8cff832c85 -size 1088520 diff --git a/gobject-introspection-1.34.1.1.tar.xz b/gobject-introspection-1.34.1.1.tar.xz new file mode 100644 index 0000000..d7995c2 --- /dev/null +++ b/gobject-introspection-1.34.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b9ac268d34311138f3c6bf646c07975eebfae6ae67d9239e1066a42c5d525b +size 1088672 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 3c3da85..8823186 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 17 20:49:31 UTC 2012 - dimstar@opensuse.org + +- Update to version 1.34.1.1: + + Add test method for GDestroy with no user data +- Changes from version 1.34.1: + + Update glib annotations to 2.34.1. +- Add pkgconfig(glib-2.0) BuildRequires, so it can be versioned. + ------------------------------------------------------------------- Tue Oct 16 20:50:56 UTC 2012 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index c834964..0ced75b 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -17,7 +17,7 @@ Name: gobject-introspection -Version: 1.34.0 +Version: 1.34.1.1 Release: 0 # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel Summary: GObject Introspection Tools @@ -42,6 +42,7 @@ BuildRequires: python-devel BuildRequires: python-xml BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) +BuildRequires: pkgconfig(glib-2.0) >= 2.34.1 BuildRequires: pkgconfig(gobject-2.0) %if 0%{?BUILD_FROM_VCS} BuildRequires: gnome-common