From d95de202e70a10e7635fdf345074db049b06cef0b23fa98ee22cd0894b5e90ee Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Tue, 1 Jan 2019 12:13:59 +0000 Subject: [PATCH 1/3] Accepting request 662279 from home:Simmphonie:python - fix build for Factory - update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) OBS-URL: https://build.opensuse.org/request/show/662279 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=7 --- 067e3a618df7d9f51d446540324df4f647a0be18.zip | 3 +++ 1.5.3.tar.gz | 3 --- python-pyotherside.changes | 6 ++++++ python-pyotherside.spec | 14 ++++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 067e3a618df7d9f51d446540324df4f647a0be18.zip delete mode 100644 1.5.3.tar.gz diff --git a/067e3a618df7d9f51d446540324df4f647a0be18.zip b/067e3a618df7d9f51d446540324df4f647a0be18.zip new file mode 100644 index 0000000..c83022b --- /dev/null +++ b/067e3a618df7d9f51d446540324df4f647a0be18.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23220a558217a6f3c6d9423a5ff48da739fbe84bb8919c11b6acdee0a1b3ee6f +size 247886 diff --git a/1.5.3.tar.gz b/1.5.3.tar.gz deleted file mode 100644 index e192298..0000000 --- a/1.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00049d5f42cac448368bc2a521edb8de36bb6d2a624e195b7f1004236758b805 -size 181811 diff --git a/python-pyotherside.changes b/python-pyotherside.changes index 5524a94..bae46e2 100644 --- a/python-pyotherside.changes +++ b/python-pyotherside.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 1 11:56:07 UTC 2019 - t.gruner@katodev.de + +- fix build for Factory +- update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) + ------------------------------------------------------------------- Tue Apr 10 08:10:33 UTC 2018 - t.gruner@katodev.de diff --git a/python-pyotherside.spec b/python-pyotherside.spec index 1e51d66..87d69ce 100644 --- a/python-pyotherside.spec +++ b/python-pyotherside.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyotherside # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -20,19 +20,21 @@ %define skip_python2 1 %define srcname pyotherside Name: python-pyotherside -Version: 1.5.3 +Version: 1.5.3_git20180827 Release: 0 Summary: Asynchronous Python 3 Bindings for Qt 5 License: ISC Group: Development/Languages/Python Url: http://thp.io/2011/pyotherside/ -Source0: https://github.com/thp/pyotherside/archive/%{version}.tar.gz +Source: https://github.com/thp/pyotherside/archive/067e3a618df7d9f51d446540324df4f647a0be18.zip Provides: pyotherside = %{version}-%{release} BuildRequires: libqt5-qtbase-devel BuildRequires: libqt5-qtdeclarative-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros +BuildRequires: unzip %if %{with test} +BuildRequires: Mesa-dri BuildRequires: xvfb-run %endif BuildRequires: pkgconfig(Qt5Gui) @@ -47,12 +49,12 @@ BuildRequires: pkgconfig(python3) A QML Plugin that provides access to a Python 3 interpreter from QML. %prep -%setup -q -n %{srcname}-%{version} +%setup -q -n %{srcname}-067e3a618df7d9f51d446540324df4f647a0be18 # disable qtquicktests sed -i 's| qtquicktests||' pyotherside.pro %build -qmake-qt5 PYTHON_CONFIG=python%{py_ver}-config CONFIG+="nosilent c++11" QMAKE_CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden" +qmake-qt5 PYTHON_CONFIG=python%{python_version}-config QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" QMAKE_STRIP="/bin/true"; make %{?_smp_mflags} %install @@ -60,7 +62,7 @@ make INSTALL_ROOT=%{buildroot} install %if %{with test} %check -xvfb-run -s '-screen 0 640x480x8 -extension RANDR' -a ./tests/tests +xvfb-run -s '-screen 0, 1280x1024x24' -a ./tests/tests %endif %files %{python_files} From 4a4f872d380149617c670acb9e97ea57533ecbfd955d25b31f735e1fee3e0017 Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Fri, 4 Jan 2019 11:32:36 +0000 Subject: [PATCH 2/3] Accepting request 662774 from home:Simmphonie:python - fix build for Factory - update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) OBS-URL: https://build.opensuse.org/request/show/662774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=8 --- 067e3a618df7d9f51d446540324df4f647a0be18.zip | 3 --- _service | 15 +++++++++++++++ ...otherside-1.5.3.git.1535366950.067e3a6.obscpio | 3 +++ _service:obs_scm:pyotherside.obsinfo | 5 +++++ python-pyotherside.spec | 8 ++++---- 5 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 067e3a618df7d9f51d446540324df4f647a0be18.zip create mode 100644 _service create mode 100644 _service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio create mode 100644 _service:obs_scm:pyotherside.obsinfo diff --git a/067e3a618df7d9f51d446540324df4f647a0be18.zip b/067e3a618df7d9f51d446540324df4f647a0be18.zip deleted file mode 100644 index c83022b..0000000 --- a/067e3a618df7d9f51d446540324df4f647a0be18.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23220a558217a6f3c6d9423a5ff48da739fbe84bb8919c11b6acdee0a1b3ee6f -size 247886 diff --git a/_service b/_service new file mode 100644 index 0000000..3dec362 --- /dev/null +++ b/_service @@ -0,0 +1,15 @@ + + + git + git://github.com/thp/pyotherside.git + 1.5.3.git + pyotherside + 067e3a6 + + + + *.tar + xz + + + diff --git a/_service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio b/_service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio new file mode 100644 index 0000000..b2b1227 --- /dev/null +++ b/_service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e9c1a2239f3ae926b829e7cff2bd505a6e4497b057f5843b79778404a74763 +size 427531 diff --git a/_service:obs_scm:pyotherside.obsinfo b/_service:obs_scm:pyotherside.obsinfo new file mode 100644 index 0000000..1c5dd4c --- /dev/null +++ b/_service:obs_scm:pyotherside.obsinfo @@ -0,0 +1,5 @@ +name: pyotherside +version: 1.5.3.git.1535366950.067e3a6 +mtime: 1535366950 +commit: 067e3a618df7d9f51d446540324df4f647a0be18 + diff --git a/python-pyotherside.spec b/python-pyotherside.spec index 87d69ce..1f38a16 100644 --- a/python-pyotherside.spec +++ b/python-pyotherside.spec @@ -26,13 +26,12 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 License: ISC Group: Development/Languages/Python Url: http://thp.io/2011/pyotherside/ -Source: https://github.com/thp/pyotherside/archive/067e3a618df7d9f51d446540324df4f647a0be18.zip +Source: %{srcname}-%{version}.tar.xz Provides: pyotherside = %{version}-%{release} BuildRequires: libqt5-qtbase-devel BuildRequires: libqt5-qtdeclarative-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: unzip %if %{with test} BuildRequires: Mesa-dri BuildRequires: xvfb-run @@ -49,7 +48,7 @@ BuildRequires: pkgconfig(python3) A QML Plugin that provides access to a Python 3 interpreter from QML. %prep -%setup -q -n %{srcname}-067e3a618df7d9f51d446540324df4f647a0be18 +%setup -q -n %{srcname}-%{version} # disable qtquicktests sed -i 's| qtquicktests||' pyotherside.pro @@ -66,7 +65,8 @@ xvfb-run -s '-screen 0, 1280x1024x24' -a ./tests/tests %endif %files %{python_files} -%doc README LICENSE +%doc README +%license LICENSE %dir %{_libqt5_archdatadir}/qml/io/ %dir %{_libqt5_archdatadir}/qml/io/thp/ %{_libqt5_archdatadir}/qml/io/thp/pyotherside From 4e840bba46247b42a5c929c5bcba057e1117fd0d004c1b74811a15f6753742ab Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Fri, 4 Jan 2019 14:59:08 +0000 Subject: [PATCH 3/3] Accepting request 662828 from home:Simmphonie:python - fix build for Factory - update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018) OBS-URL: https://build.opensuse.org/request/show/662828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=9 --- _service | 8 ++++---- ...s_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio | 3 --- _service:obs_scm:pyotherside.obsinfo | 5 ----- pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz | 3 +++ python-pyotherside.spec | 2 +- 5 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 _service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio delete mode 100644 _service:obs_scm:pyotherside.obsinfo create mode 100644 pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz diff --git a/_service b/_service index 3dec362..71ae55a 100644 --- a/_service +++ b/_service @@ -1,15 +1,15 @@ - + git git://github.com/thp/pyotherside.git 1.5.3.git pyotherside 067e3a6 - - + + *.tar xz - + diff --git a/_service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio b/_service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio deleted file mode 100644 index b2b1227..0000000 --- a/_service:obs_scm:pyotherside-1.5.3.git.1535366950.067e3a6.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9e9c1a2239f3ae926b829e7cff2bd505a6e4497b057f5843b79778404a74763 -size 427531 diff --git a/_service:obs_scm:pyotherside.obsinfo b/_service:obs_scm:pyotherside.obsinfo deleted file mode 100644 index 1c5dd4c..0000000 --- a/_service:obs_scm:pyotherside.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: pyotherside -version: 1.5.3.git.1535366950.067e3a6 -mtime: 1535366950 -commit: 067e3a618df7d9f51d446540324df4f647a0be18 - diff --git a/pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz b/pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz new file mode 100644 index 0000000..c72bca1 --- /dev/null +++ b/pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09eb4f05247ba6f82edefe941d1108e0b11f03e710a7043913bb87a19ebd7403 +size 168024 diff --git a/python-pyotherside.spec b/python-pyotherside.spec index 1f38a16..b28d15e 100644 --- a/python-pyotherside.spec +++ b/python-pyotherside.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define srcname pyotherside Name: python-pyotherside -Version: 1.5.3_git20180827 +Version: 1.5.3.git.1535366950.067e3a6 Release: 0 Summary: Asynchronous Python 3 Bindings for Qt 5 License: ISC