Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2018-06-29 22:37:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc"

Fri Jun 29 22:37:10 2018 rev:126 rq:619777 version:0.162.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2017-12-07 13:54:32.219760789 
+0100
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes     2018-06-29 
22:37:15.169957426 +0200
@@ -1,0 +2,8 @@
+Fri Jun 29 07:23:57 UTC 2018 - [email protected]
+
+- add Requires: python2 for Tumbleweed. 
+  Otherwise just python-base is installed which does not contain ssl.py
+  [bnc#1097996]
+- removed duplicate entry in appimage.yml to prevent double builds 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.6uiyWH/_old  2018-06-29 22:37:15.961956738 +0200
+++ /var/tmp/diff_new_pack.6uiyWH/_new  2018-06-29 22:37:15.965956734 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 Version:        0.162.1
 Release:        0
 Summary:        Open Build Service Commander
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Other
 Url:            https://github.com/openSUSE/osc
 Source:         %{name}-%{version}.tar.gz
@@ -43,6 +43,11 @@
 %endif
 #
 %if 0%{?suse_version}
+%if 0%{?suse_version} >= 1500
+Requires:       python2
+%else
+Requires:       python
+%endif
 %if 0%{?suse_version} < 1020
 BuildRequires:  python-elementtree
 Requires:       python-elementtree

++++++ appimage.yml ++++++
--- /var/tmp/diff_new_pack.6uiyWH/_old  2018-06-29 22:37:16.001956703 +0200
+++ /var/tmp/diff_new_pack.6uiyWH/_new  2018-06-29 22:37:16.005956700 +0200
@@ -27,6 +27,5 @@
   - echo "Icon=appimage"    >> $BUILD_APPDIR/usr/share/applications/osc.desktop
   - echo "Type=Application" >> $BUILD_APPDIR/usr/share/applications/osc.desktop
   - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop 
-bundle-non-qt-libs -verbose=2
-  - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop 
-bundle-non-qt-libs -verbose=2
 
 


Reply via email to