From 7aa167114e5a8358cfb12c7c964c3310ec585108f97d85350801130ee3caab49 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 14:50:25 +0000 Subject: [PATCH 1/3] Accepting request 360374 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360374 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=148 --- baselibs.conf | 1 + gi-find-deps.sh | 2 +- gobject-introspection-1.46.0.tar.xz | 3 --- gobject-introspection-1.47.1.tar.xz | 3 +++ gobject-introspection.changes | 18 ++++++++++++++++++ gobject-introspection.spec | 7 ++++--- 6 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 baselibs.conf delete mode 100644 gobject-introspection-1.46.0.tar.xz create mode 100644 gobject-introspection-1.47.1.tar.xz diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..d0a08f0 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libgirepository-1_0-1 diff --git a/gi-find-deps.sh b/gi-find-deps.sh index bec6674..a1fd044 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -188,7 +188,7 @@ while read file; do ;; *) case $(file -b $file) in - Python\ script*) + *[Pp]ython*script*) python_requires "$file" ;; *ELF*) diff --git a/gobject-introspection-1.46.0.tar.xz b/gobject-introspection-1.46.0.tar.xz deleted file mode 100644 index 8ee7867..0000000 --- a/gobject-introspection-1.46.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233 -size 1359436 diff --git a/gobject-introspection-1.47.1.tar.xz b/gobject-introspection-1.47.1.tar.xz new file mode 100644 index 0000000..f791216 --- /dev/null +++ b/gobject-introspection-1.47.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f6e18a4362af9a77790422f61f52ae3a038bf3f0cc1f912ef3183c2a511593 +size 1329204 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index fef20b5..dfe86b9 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jan 28 13:49:49 UTC 2016 - dimstar@opensuse.org + +- Add baselibs.conf: provide libgirepository-1_0-1 as -32bit + package as needed by libcjs0-32bit. + +------------------------------------------------------------------- +Mon Jan 18 11:50:48 UTC 2016 - dimstar@opensuse.org + +- gi-find-deps.sh: work with the fact that newer file versions + identify python scripts differently, based on the shebang. + +------------------------------------------------------------------- +Tue Nov 24 19:52:41 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.47.1: + + No changelog provided, please check git.gnome.org. + ------------------------------------------------------------------- Tue Sep 22 11:43:22 UTC 2015 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index cd87020..193d4cd 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ # # spec file for package gobject-introspection # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: gobject-introspection -Version: 1.46.0 +Version: 1.47.1 Release: 0 # FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh. # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel @@ -25,11 +25,12 @@ Summary: GObject Introspection Tools License: LGPL-2.1+ and GPL-2.0+ Group: Development/Libraries/GNOME Url: http://live.gnome.org/GObjectIntrospection -Source0: http://download.gnome.org/sources/gobject-introspection/1.46/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gobject-introspection/1.47/%{name}-%{version}.tar.xz # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires. Source1: gi-find-deps.sh Source2: gobjectintrospection.attr Source3: gobject-introspection-typelib.template +Source98: baselibs.conf Source99: %{name}-rpmlintrc # PATCH-FIX-UPSTREAM g-ir-dep-tool.patch bgo#665672 dimstar@opensuse.org -- Add g-ir-dep-tool to get further automatic dependencies. Patch0: g-ir-dep-tool.patch From d443b1fedfa03205a75734750c1674ee61ae713077aae04641818b677488bd09 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:06:08 +0000 Subject: [PATCH 2/3] Accepting request 374439 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/374439 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=149 --- gobject-introspection-1.47.1.tar.xz | 3 --- gobject-introspection-1.47.92.tar.xz | 3 +++ gobject-introspection.changes | 10 ++++++++++ gobject-introspection.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 gobject-introspection-1.47.1.tar.xz create mode 100644 gobject-introspection-1.47.92.tar.xz diff --git a/gobject-introspection-1.47.1.tar.xz b/gobject-introspection-1.47.1.tar.xz deleted file mode 100644 index f791216..0000000 --- a/gobject-introspection-1.47.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f6e18a4362af9a77790422f61f52ae3a038bf3f0cc1f912ef3183c2a511593 -size 1329204 diff --git a/gobject-introspection-1.47.92.tar.xz b/gobject-introspection-1.47.92.tar.xz new file mode 100644 index 0000000..0e5b76a --- /dev/null +++ b/gobject-introspection-1.47.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8 +size 1368572 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index dfe86b9..a78aa55 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 14 18:39:51 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.47.92: + + Bugs fixed: bgo#696773, bgo#733535, bgo#736109, bgo#752047, + bgo#757126, bgo#757442, bgo#757443, bgo#757678, bgo#757934, + bgo#758448, bgo#759531, bgo#760682, bgo#761658, bgo#761659, + bgo#761981, bgo#761982, bgo#761983, bgo#761984, bgo#762653, + rh#1285991. + ------------------------------------------------------------------- Thu Jan 28 13:49:49 UTC 2016 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 193d4cd..b1a6db3 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -17,7 +17,7 @@ Name: gobject-introspection -Version: 1.47.1 +Version: 1.47.92 Release: 0 # FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh. # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel @@ -46,7 +46,7 @@ BuildRequires: python-devel >= 2.7 BuildRequires: python-xml BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) -BuildRequires: pkgconfig(glib-2.0) >= 2.45.3 +BuildRequires: pkgconfig(glib-2.0) >= 2.47.6 BuildRequires: pkgconfig(gobject-2.0) # gi-find-deps makes use of 'file' to identify the types. Requires: file From 5625d274405499132c7a0fe5b14226a8f4d184fd3f68204cb4162e4467b48848 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 23 Mar 2016 13:07:51 +0000 Subject: [PATCH 3/3] Accepting request 378357 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/378357 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=150 --- gobject-introspection-1.47.92.tar.xz | 3 --- gobject-introspection-1.48.0.tar.xz | 3 +++ gobject-introspection.changes | 7 +++++++ gobject-introspection.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 gobject-introspection-1.47.92.tar.xz create mode 100644 gobject-introspection-1.48.0.tar.xz diff --git a/gobject-introspection-1.47.92.tar.xz b/gobject-introspection-1.47.92.tar.xz deleted file mode 100644 index 0e5b76a..0000000 --- a/gobject-introspection-1.47.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8ced38348e436222fda5e0abdc31022e8017d8732fe69da5c92285a37766ac8 -size 1368572 diff --git a/gobject-introspection-1.48.0.tar.xz b/gobject-introspection-1.48.0.tar.xz new file mode 100644 index 0000000..2ed216b --- /dev/null +++ b/gobject-introspection-1.48.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa275aaccdbfc91ec0bc9a6fd0562051acdba731e7d584b64a277fec60e75877 +size 1371308 diff --git a/gobject-introspection.changes b/gobject-introspection.changes index a78aa55..b335d7c 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 23 08:09:34 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.48.0: + + gir: Update annotations from GLib 2.48.0. + + Various MSVC build fixes. + ------------------------------------------------------------------- Mon Mar 14 18:39:51 UTC 2016 - dimstar@opensuse.org diff --git a/gobject-introspection.spec b/gobject-introspection.spec index b1a6db3..660c886 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -17,7 +17,7 @@ Name: gobject-introspection -Version: 1.47.92 +Version: 1.48.0 Release: 0 # FIXME: Find a way to identify if we need python3-gobject or python-gobject from gi-find-deps.sh. # FIXME: when bgo#629930 gets fixed, move the appropriate pkg-config files to the main package and rename the devel package to libgirepository-devel @@ -25,7 +25,7 @@ Summary: GObject Introspection Tools License: LGPL-2.1+ and GPL-2.0+ Group: Development/Libraries/GNOME Url: http://live.gnome.org/GObjectIntrospection -Source0: http://download.gnome.org/sources/gobject-introspection/1.47/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gobject-introspection/1.48/%{name}-%{version}.tar.xz # gi-find-deps.sh is a rpm helper for Provides and Requires. Script creates typelib()-style Provides/Requires. Source1: gi-find-deps.sh Source2: gobjectintrospection.attr @@ -46,7 +46,7 @@ BuildRequires: python-devel >= 2.7 BuildRequires: python-xml BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) -BuildRequires: pkgconfig(glib-2.0) >= 2.47.6 +BuildRequires: pkgconfig(glib-2.0) >= 2.48.0 BuildRequires: pkgconfig(gobject-2.0) # gi-find-deps makes use of 'file' to identify the types. Requires: file