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:
parent
32f83e0e3f
commit
7cae8994d4
@ -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
|
+ Don't emit require_version warning if namespace was loaded
|
||||||
previously using g_irepository_require (bgo#754491).
|
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
|
Tue Sep 22 07:35:55 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -105,6 +105,8 @@ addon libraries such as pygtk.
|
|||||||
%build
|
%build
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
export PYTHON=python3
|
export PYTHON=python3
|
||||||
|
%else
|
||||||
|
export PYTHON=python2
|
||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
|
@ -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
|
+ Don't emit require_version warning if namespace was loaded
|
||||||
previously using g_irepository_require (bgo#754491).
|
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
|
Tue Sep 22 07:35:55 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -105,6 +105,8 @@ addon libraries such as pygtk.
|
|||||||
%build
|
%build
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
export PYTHON=python3
|
export PYTHON=python3
|
||||||
|
%else
|
||||||
|
export PYTHON=python2
|
||||||
%endif
|
%endif
|
||||||
%configure \
|
%configure \
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
|
Loading…
Reference in New Issue
Block a user