Hello community,

here is the log from the commit of package python-pyotherside for 
openSUSE:Factory checked in at 2019-01-08 12:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyotherside (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyotherside.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyotherside"

Tue Jan  8 12:27:53 2019 rev:3 rq:662830 version:1.5.3.git.1535366950.067e3a6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyotherside/python-pyotherside.changes    
2018-04-11 14:03:24.887716367 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyotherside.new.28833/python-pyotherside.changes
 2019-01-08 12:30:27.764142349 +0100
@@ -1,0 +2,6 @@
+Tue Jan  1 11:56:07 UTC 2019 - t.gru...@katodev.de
+
+- fix build for Factory
+- update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018)  
+
+-------------------------------------------------------------------

Old:
----
  1.5.3.tar.gz

New:
----
  _service
  pyotherside-1.5.3.git.1535366950.067e3a6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyotherside.spec ++++++
--- /var/tmp/diff_new_pack.DqqdEb/_old  2019-01-08 12:30:28.248141822 +0100
+++ /var/tmp/diff_new_pack.DqqdEb/_new  2019-01-08 12:30:28.252141818 +0100
@@ -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,20 @@
 %define skip_python2 1
 %define srcname pyotherside
 Name:           python-pyotherside
-Version:        1.5.3
+Version:        1.5.3.git.1535366950.067e3a6
 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:         %{srcname}-%{version}.tar.xz
 Provides:       pyotherside = %{version}-%{release}
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtdeclarative-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
 %if %{with test}
+BuildRequires:  Mesa-dri
 BuildRequires:  xvfb-run
 %endif
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -52,7 +53,7 @@
 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,11 +61,12 @@
 
 %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}
-%doc README LICENSE
+%doc README
+%license LICENSE
 %dir %{_libqt5_archdatadir}/qml/io/
 %dir %{_libqt5_archdatadir}/qml/io/thp/
 %{_libqt5_archdatadir}/qml/io/thp/pyotherside

++++++ _service ++++++
<services>
  <service mode="localonly" name="obs_scm">
    <param name="scm">git</param>
    <param name="url">git://github.com/thp/pyotherside.git</param>
    <param name="versionprefix">1.5.3.git</param>
    <param name="filename">pyotherside</param>
    <param name="revision">067e3a6</param>
  </service>
  <service mode="localonly" name="tar" />
  <service mode="localonly" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="localonly" name="set_version"/>
</services>

Reply via email to