Accepting request 340236 from devel:languages:python3

1

OBS-URL: https://build.opensuse.org/request/show/340236
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2015-10-28 15:43:49 +00:00 committed by Git OBS Bridge
parent 32f83e0e3f
commit 7cae8994d4
4 changed files with 18 additions and 0 deletions

View File

@ -10,6 +10,13 @@ Sat Oct 24 23:21:59 UTC 2015 - zaitor@opensuse.org
+ Don't emit require_version warning if namespace was loaded
previously using g_irepository_require (bgo#754491).
-------------------------------------------------------------------
Wed Oct 21 11:34:47 UTC 2015 - toddrme2178@gmail.com
- Explicitly define python build version.
Fixes incorrect autodetection in some situations
(such as devel:languages:python3 right now).
-------------------------------------------------------------------
Tue Sep 22 07:35:55 UTC 2015 - dimstar@opensuse.org

View File

@ -105,6 +105,8 @@ addon libraries such as pygtk.
%build
%if %{build_for_python3}
export PYTHON=python3
%else
export PYTHON=python2
%endif
%configure \
%if %{build_for_python3}

View File

@ -10,6 +10,13 @@ Sat Oct 24 23:21:59 UTC 2015 - zaitor@opensuse.org
+ Don't emit require_version warning if namespace was loaded
previously using g_irepository_require (bgo#754491).
-------------------------------------------------------------------
Wed Oct 21 11:34:47 UTC 2015 - toddrme2178@gmail.com
- Explicitly define python build version.
Fixes incorrect autodetection in some situations
(such as devel:languages:python3 right now).
-------------------------------------------------------------------
Tue Sep 22 07:35:55 UTC 2015 - dimstar@opensuse.org

View File

@ -105,6 +105,8 @@ addon libraries such as pygtk.
%build
%if %{build_for_python3}
export PYTHON=python3
%else
export PYTHON=python2
%endif
%configure \
%if %{build_for_python3}