Accepting request 341441 from GNOME:Factory

Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/341441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=58
This commit is contained in:
Stephan Kulow 2015-10-30 20:51:57 +00:00 committed by Git OBS Bridge
commit 1c867d56c8
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 + 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

View File

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

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

View File

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