Hello community,

here is the log from the commit of package osc-plugin-install for 
openSUSE:Factory checked in at 2019-07-17 13:20:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osc-plugin-install (Old)
 and      /work/SRC/openSUSE:Factory/.osc-plugin-install.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osc-plugin-install"

Wed Jul 17 13:20:03 2019 rev:4 rq:715603 version:0.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/osc-plugin-install/osc-plugin-install.changes    
2019-02-06 14:07:19.090650362 +0100
+++ 
/work/SRC/openSUSE:Factory/.osc-plugin-install.new.1887/osc-plugin-install.changes
  2019-07-17 13:20:16.747640559 +0200
@@ -1,0 +2,19 @@
+Tue Jul 16 07:03:02 UTC 2019 - ok...@suse.com
+
+- Update to version 0.26:
+  * Fix most style issues reported by flake8
+  * Update to some python3 compatible code
+  * Fix lookup of architecture from /etc/os-release
+  * Include 'boo#1009432_replace_etc_suse_release_by_os_release.patch' from OBS
+  * Delete obsolete 'next' version
+  * Add README.md
+  * Use more common name 'TODO' instead of FIXME.txt
+  * Create LICENSE
+  * Delete personal work notes SUBMIT.txt
+
+- Move to new upstream project https://github.com/openSUSE/osc-plugin-install
+- Some changes for python3 support
+- Remove patch boo#1009432_replace_etc_suse_release_by_os_release.patch
+  included in upstream source now
+
+-------------------------------------------------------------------

Old:
----
  boo#1009432_replace_etc_suse_release_by_os_release.patch

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

Other differences:
------------------
++++++ osc-plugin-install.spec ++++++
--- /var/tmp/diff_new_pack.1oXQl2/_old  2019-07-17 13:20:17.275640259 +0200
+++ /var/tmp/diff_new_pack.1oXQl2/_new  2019-07-17 13:20:17.275640259 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package osc-plugin
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (C) 2012,2013, j...@suse.de, Novell Inc., openSUSE.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,14 +29,13 @@
 
 %define         orig_name osc-plugin-install
 Name:           %{orig_name}%{?name_ext}
-Version:        0.25
+Version:        0.26
 Release:        0
 Summary:        Plugin to make package installation easier
-License:        GPL-2.0 or GPL-3.0
+License:        GPL-2.0-only OR GPL-3.0-only
 Group:          Development/Tools/Other
-Url:            https://github.com/jnweiger/%{name}
-Source:         
https://raw.githubusercontent.com/jnweiger/%{name}/master/osc-install.py
-Patch0:         boo#1009432_replace_etc_suse_release_by_os_release.patch
+Url:            https://github.com/openSUSE/%{name}
+Source:         
https://raw.githubusercontent.com/openSUSE/%{name}/master/osc-install.py
 %if 0%{?_test}
 BuildRequires:  %{orig_name}
 BuildRequires:  expect
@@ -68,13 +67,7 @@
  do osc build ; vi ... ; osc ci ; osc results
  osc in
 
-
-Authors:
---------
-       Juergen Weigert <j...@suse.de>
-
 %prep
-%patch0 -p1 -d %_sourcedir
 
 %build
 %if 0%{?_test}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1oXQl2/_old  2019-07-17 13:20:17.307640240 +0200
+++ /var/tmp/diff_new_pack.1oXQl2/_new  2019-07-17 13:20:17.307640240 +0200
@@ -1,3 +1,12 @@
 <services>
-  <service name="download_files" mode="disabled"/>
+  <service name="obs_scm" mode="disabled">
+    <param name="url">git://github.com/openSUSE/osc-plugin-install.git</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="revision">master</param>
+    <param name="scm">git</param>
+    <param name="changesgenerate">enable</param>
+    <param name="changesauthor">ok...@suse.com</param>
+    <param name="extract">osc-install.py</param>
+  </service>
+  <service name="set_version" mode="disabled"/>
 </services>

++++++ osc-install.py ++++++
++++ 1201 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/osc-plugin-install/osc-install.py
++++ and /work/SRC/openSUSE:Factory/.osc-plugin-install.new.1887/osc-install.py


Reply via email to