Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kanku for openSUSE:Factory checked 
in at 2022-05-10 15:12:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kanku (Old)
 and      /work/SRC/openSUSE:Factory/.kanku.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kanku"

Tue May 10 15:12:14 2022 rev:11 rq:975991 version:0.12.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/kanku/kanku.changes      2022-03-14 
19:37:25.094151695 +0100
+++ /work/SRC/openSUSE:Factory/.kanku.new.1538/kanku.changes    2022-05-10 
15:12:30.179613347 +0200
@@ -1,0 +2,7 @@
+Mon May 09 13:19:00 UTC 2022 - [email protected]
+
+- Update to version 0.12.4:
+  * [util] enable cache=unsafe for all disk images
+  * [web] fixed 'scroll to top' button
+
+-------------------------------------------------------------------

Old:
----
  kanku-0.12.3.tar.xz

New:
----
  kanku-0.12.4.tar.xz

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

Other differences:
------------------
++++++ kanku.spec ++++++
--- /var/tmp/diff_new_pack.fNbmwW/_old  2022-05-10 15:12:31.023614411 +0200
+++ /var/tmp/diff_new_pack.fNbmwW/_new  2022-05-10 15:12:31.027614416 +0200
@@ -22,7 +22,7 @@
 
 Name:           kanku
 # Version gets set by obs-service-tar_scm
-Version:        0.12.3
+Version:        0.12.4
 Release:        0
 License:        GPL-3.0-only
 Summary:        Development and continuous integration


++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.fNbmwW/_old  2022-05-10 15:12:31.071614471 +0200
+++ /var/tmp/diff_new_pack.fNbmwW/_new  2022-05-10 15:12:31.075614477 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/M0ses/kanku.git</param>
-              <param 
name="changesrevision">cca272e0d9be007c988f6c320a0d8096f6c13196</param></service></servicedata>
+              <param 
name="changesrevision">d716902aa0fa47309ee341d504a25d1fa96bea87</param></service></servicedata>
 (No newline at EOF)
 

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.fNbmwW/_old  2022-05-10 15:12:31.091614497 +0200
+++ /var/tmp/diff_new_pack.fNbmwW/_new  2022-05-10 15:12:31.095614502 +0200
@@ -1,10 +1,4 @@
-kanku (0.12.3-0) unstable; urgency=medium
-
-  * updated to upstream version 0.12.3
-
- -- Frank Schreiner <[email protected]>  Mon, 14 Mar 2022 10:18:03 +0100
-
-kanku (0.12.2-0) unstable; urgency=medium
+kanku (0.12.4-0) UNRELEASED; urgency=medium
 
   * updated to upstream version 0.10.1
 

++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.fNbmwW/_old  2022-05-10 15:12:31.131614547 +0200
+++ /var/tmp/diff_new_pack.fNbmwW/_new  2022-05-10 15:12:31.135614553 +0200
@@ -2,7 +2,7 @@
 Source: kanku
 Binary: kanku
 Architecture: any
-Version: 0.12.3
+Version: 0.12.4
 Maintainer: Frank Schreiner <[email protected]>
 Standards-Version: 3.8.2
 Homepage: https://github.com/M0ses/kanku

++++++ kanku-0.12.3.tar.xz -> kanku-0.12.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanku-0.12.3/lib/Kanku/Util/VM.pm 
new/kanku-0.12.4/lib/Kanku/Util/VM.pm
--- old/kanku-0.12.3/lib/Kanku/Util/VM.pm       2022-03-14 08:43:00.000000000 
+0100
+++ new/kanku-0.12.4/lib/Kanku/Util/VM.pm       2022-05-06 15:17:13.000000000 
+0200
@@ -335,7 +335,7 @@
 
     return "
     <disk type='file' device='$device'>
-      <driver name='qemu' type='$format'/>
+      <driver name='qemu' type='$format' cache='unsafe'/>
       <source file='$file'/>
       <target dev='$drive' bus='$bus'/>
       $readonly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kanku-0.12.3/public/js/kanku/common.js 
new/kanku-0.12.4/public/js/kanku/common.js
--- old/kanku-0.12.3/public/js/kanku/common.js  2022-03-14 08:43:00.000000000 
+0100
+++ new/kanku-0.12.4/public/js/kanku/common.js  2022-05-06 15:17:13.000000000 
+0200
@@ -108,7 +108,7 @@
 Vue.component('to-top-button',{
   methods: {
     toTop: function() {
-      this.$router.go(0);
+      window.scrollTo(0,0);
     }
   },
   template: ''

Reply via email to