Hello community,

here is the log from the commit of package scout for openSUSE:Factory checked 
in at 2018-10-01 09:03:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scout (Old)
 and      /work/SRC/openSUSE:Factory/.scout.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scout"

Mon Oct  1 09:03:12 2018 rev:37 rq:636647 version:0.2.1+20180914.017a078

Changes:
--------
--- /work/SRC/openSUSE:Factory/scout/scout.changes      2018-09-11 
17:09:28.856135834 +0200
+++ /work/SRC/openSUSE:Factory/.scout.new/scout.changes 2018-10-01 
09:03:15.192005060 +0200
@@ -1,0 +2,6 @@
+Wed Sep 19 12:46:49 UTC 2018 - [email protected]
+
+- Update to version 0.2.1+20180914.017a078:
+  * Avoid running command-not-found with python2 (boo#1108565)
+
+-------------------------------------------------------------------

Old:
----
  scout-0.2.1+20180813.59519f8.tar.xz

New:
----
  scout-0.2.1+20180914.017a078.tar.xz

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

Other differences:
------------------
++++++ scout.spec ++++++
--- /var/tmp/diff_new_pack.F74jsd/_old  2018-10-01 09:03:15.732004591 +0200
+++ /var/tmp/diff_new_pack.F74jsd/_new  2018-10-01 09:03:15.736004588 +0200
@@ -18,7 +18,7 @@
 
 %define cnfrepo zypp
 Name:           scout
-Version:        0.2.1+20180813.59519f8
+Version:        0.2.1+20180914.017a078
 Release:        0
 Summary:        Indexing Package Properties
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.F74jsd/_old  2018-10-01 09:03:15.764004564 +0200
+++ /var/tmp/diff_new_pack.F74jsd/_new  2018-10-01 09:03:15.764004564 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">https://github.com/openSUSE/scout.git</param>
-          <param 
name="changesrevision">b0cdbf7fa75c64adfa18cb9f5d7b6a746b8fbaf0</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">df12244d51a91a774da65a7761825e18c2a11181</param></service></servicedata>
\ No newline at end of file

++++++ scout-0.2.1+20180813.59519f8.tar.xz -> 
scout-0.2.1+20180914.017a078.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/scout-0.2.1+20180813.59519f8/handlers/bin/command_not_found_bash 
new/scout-0.2.1+20180914.017a078/handlers/bin/command_not_found_bash
--- old/scout-0.2.1+20180813.59519f8/handlers/bin/command_not_found_bash        
2018-08-13 17:33:34.000000000 +0200
+++ new/scout-0.2.1+20180914.017a078/handlers/bin/command_not_found_bash        
2018-09-14 16:48:14.000000000 +0200
@@ -28,7 +28,7 @@
 
     if test -n "$COMMAND_NOT_FOUND_AUTO" ; then
         # call command-not-found directly
-        test -x /usr/bin/python && test -x /usr/bin/command-not-found && 
/usr/bin/python /usr/bin/command-not-found "$1" __REPO__
+        test -x /usr/bin/python3 && test -x /usr/bin/command-not-found && 
/usr/bin/command-not-found "$1" __REPO__
     else
         # print only info about command-not-found
         echo -e $"If '$1' is not a typo you can use command-not-found to 
lookup the package that contains it, like this:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/scout-0.2.1+20180813.59519f8/handlers/bin/command_not_found_zsh 
new/scout-0.2.1+20180914.017a078/handlers/bin/command_not_found_zsh
--- old/scout-0.2.1+20180813.59519f8/handlers/bin/command_not_found_zsh 
2018-08-13 17:33:34.000000000 +0200
+++ new/scout-0.2.1+20180914.017a078/handlers/bin/command_not_found_zsh 
2018-09-14 16:48:14.000000000 +0200
@@ -2,10 +2,10 @@
 #  - one to be generic command_not_found_handler() and to be hooked
 #  - one to be available when command_not_found_handler() is redefined
 function command_not_found_handler cnf_handler {
-    if [ -x /usr/bin/python ] && [ -x /usr/bin/command-not-found ]; then
+    if [ -x /usr/bin/python3 ] && [ -x /usr/bin/command-not-found ]; then
         # take first parameter and remove quotes if there were any so
         # $ 'foo'
         # will search for foo
-        /usr/bin/python /usr/bin/command-not-found "${(Q)1}" __REPO__
+        /usr/bin/command-not-found "${(Q)1}" __REPO__
     fi
 }


Reply via email to