Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2019-01-21 10:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc (Old)
 and      /work/SRC/openSUSE:Factory/.osc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc"

Mon Jan 21 10:58:13 2019 rev:128 rq:666498 version:0.164.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc/osc.changes  2018-08-20 16:23:28.605166808 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new.28833/osc.changes       2019-01-21 
10:59:25.359347688 +0100
@@ -1,0 +2,28 @@
+Wed Jan 16 13:11:41 UTC 2019 - marco.str...@suse.com
+
+- 0.164.1
+  - rewrite cpio handling to support python3
+  - rewrite ar module to support python3
+  - enable fetch module to support python3
+  - rework progressbar hanlding (if module is not present)
+  - improve os_path_samefile in core.py
+
+-------------------------------------------------------------------
+Wed Jan  9 12:44:29 UTC 2019 - marco.str...@suse.com
+
+- 0.164.0
+  - add support for approved requests (requires OBS 2.10)
+  - fix various multibuild problems
+  - improved and fixed various help texts
+  - check constraints without local checkout
+  - check out deleted sources (osc co -D)
+  - replace urlgrabber module with own module
+  - use progressbar module instead of urlgrabber to draw
+    progress bars
+  - show buildinfo for alternative projects (--alternative-project)
+  - run release job immediately (osc release --no-delay)
+  - build results on project level can now be watched (osc prjresults --watch)
+- removed python-urlgrabber requieres. (Not used with 0.164.0)
+- added recommends for python[2]-progressbar  
+
+-------------------------------------------------------------------

Old:
----
  osc-0.163.0.tar.gz

New:
----
  osc-0.164.1.tar.gz

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

Other differences:
------------------
++++++ osc.spec ++++++
--- /var/tmp/diff_new_pack.kNqKSB/_old  2019-01-21 10:59:25.843347059 +0100
+++ /var/tmp/diff_new_pack.kNqKSB/_new  2019-01-21 10:59:25.843347059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osc
 #
-# 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
@@ -16,12 +16,12 @@
 #
 
 
-%define version_unconverted 0.163.0
+%define version_unconverted 0.164.1
 %define osc_plugin_dir %{_prefix}/lib/osc-plugins
 %define macros_file macros.osc
 
 Name:           osc
-Version:        0.163.0
+Version:        0.164.1
 Release:        0
 Summary:        Open Build Service Commander
 License:        GPL-2.0-or-later
@@ -29,10 +29,6 @@
 Url:            https://github.com/openSUSE/osc
 Source:         %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?mandriva_version} < 02010
-BuildRequires:  python-urlgrabber
-Requires:       python-urlgrabber
-%endif
 BuildRequires:  python-devel
 %if 0%{?mandriva_version} || 0%{?mageia}
 BuildRequires:  python-rpm
@@ -45,8 +41,10 @@
 %if 0%{?suse_version}
 %if 0%{?suse_version} >= 1500
 Requires:       python2
+Recommends:     python2-progressbar
 %else
 Requires:       python
+Recommends:     python-progressbar
 %endif
 %if 0%{?suse_version} < 1020
 BuildRequires:  python-elementtree

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.kNqKSB/_old  2019-01-21 10:59:25.871347022 +0100
+++ /var/tmp/diff_new_pack.kNqKSB/_new  2019-01-21 10:59:25.871347022 +0100
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.163.0
+pkgver=0.164.1
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kNqKSB/_old  2019-01-21 10:59:25.883347007 +0100
+++ /var/tmp/diff_new_pack.kNqKSB/_new  2019-01-21 10:59:25.887347001 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">0.163.0</param>
-    <param name="revision">0.163.0</param>
+    <param name="version">0.164.1</param>
+    <param name="revision">0.164.1</param>
     <param name="url">git://github.com/openSUSE/osc.git</param>
     <param name="scm">git</param>
   </service>

++++++ appimage.yml ++++++
--- /var/tmp/diff_new_pack.kNqKSB/_old  2019-01-21 10:59:25.899346986 +0100
+++ /var/tmp/diff_new_pack.kNqKSB/_new  2019-01-21 10:59:25.899346986 +0100
@@ -9,10 +9,10 @@
     - build
     - osc
     - python-yaml
-    - obs-service-obs_scm
-    - obs-service-tar_scm
-    - obs-service-set_version
-    - obs-service-recompress
+#    - obs-service-obs_scm
+#    - obs-service-tar_scm
+#    - obs-service-set_version
+#    - obs-service-recompress
     - openSUSE-release
     - openSUSE-release-ftp
     - rsync
@@ -26,6 +26,7 @@
   - echo "Exec=osc"         >> $BUILD_APPDIR/usr/share/applications/osc.desktop
   - echo "Icon=appimage"    >> $BUILD_APPDIR/usr/share/applications/osc.desktop
   - echo "Type=Application" >> $BUILD_APPDIR/usr/share/applications/osc.desktop
+  - sed -i -e 's,^#!/usr/bin/python,#!/usr/bin/env python,' 
$BUILD_APPDIR/usr/bin/osc
   - linuxdeployqt $BUILD_APPDIR/usr/share/applications/*.desktop 
-bundle-non-qt-libs -verbose=2
 
 

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.kNqKSB/_old  2019-01-21 10:59:25.919346960 +0100
+++ /var/tmp/diff_new_pack.kNqKSB/_new  2019-01-21 10:59:25.923346955 +0100
@@ -1,4 +1,4 @@
-osc (0.163.0) unstable; urgency=low
+osc (0.164.1) unstable; urgency=low
   - Update to 0.161.1
 
  -- Marco Strigl <marco.str...@suse.com>  Thu, 26 Oct 2017 14:42:00 +0200

++++++ osc-0.163.0.tar.gz -> osc-0.164.1.tar.gz ++++++
++++ 1692 lines of diff (skipped)

++++++ osc.dsc ++++++
--- /var/tmp/diff_new_pack.kNqKSB/_old  2019-01-21 10:59:26.139346673 +0100
+++ /var/tmp/diff_new_pack.kNqKSB/_new  2019-01-21 10:59:26.139346673 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: osc
-Version: 0.163.0
+Version: 0.164.1
 Binary: osc
 Maintainer: Adrian Schroeter <adr...@suse.de>
 Architecture: any


Reply via email to