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
This commit is contained in:
Dominique Leuenberger 2016-02-19 14:50:25 +00:00 committed by Git OBS Bridge
parent 8dfcbe2572
commit 7aa167114e
6 changed files with 27 additions and 7 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
libgirepository-1_0-1

View File

@ -188,7 +188,7 @@ while read file; do
;;
*)
case $(file -b $file) in
Python\ script*)
*[Pp]ython*script*)
python_requires "$file"
;;
*ELF*)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6658bd3c2b8813eb3e2511ee153238d09ace9d309e4574af27443d87423e4233
size 1359436

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5f6e18a4362af9a77790422f61f52ae3a038bf3f0cc1f912ef3183c2a511593
size 1329204

View File

@ -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

View File

@ -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