commit libvpx.11826 for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package libvpx.11826 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-26 00:14:00

Comparing /work/SRC/openSUSE:Leap:15.1:Update/libvpx.11826 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.libvpx.11826.new.26092 (New)


Package is "libvpx.11826"

Sun Jan 26 00:14:00 2020 rev:1 rq:765906 version:1.6.1

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.1:Update/.libvpx.11826.new.26092/libvpx.changes  
2020-01-26 00:14:01.541448520 +0100
@@ -0,0 +1,351 @@
+---
+Fri Jan 10 12:11:16 UTC 2020 - Adrian Schröter 
+
+- backport security fixes:
+   CVE-2019-2126.patch bsc#1160611: double free in ParseContentEncodingEntry()
+   CVE-2019-9325.patch bsc#1160612: out-of-bounds read
+   CVE-2019-9232.patch bsc#1160613: Fix OOB memory access on fuzzed data
+   CVE-2019-9433.patch bsc#1160614: use-after-free in vp8_deblock()
+   CVE-2019-9371.patch bsc#1160615: resource exhaustion after memory leak
+- executed test suite before submit
+
+---
+Thu Jan 18 10:29:12 UTC 2018 - Adrian Schröter 
+
+- cleanup traces for testing, we don't have the >400MB test data here
+
+---
+Thu Jan 18 08:57:32 UTC 2018 - Adrian Schröter 
+
+- Fix OOB caused by odd frame width with patch from android
+  Adding patch CVE-2017-13194.patch (CVE-2017-13194)
+- this changelog entry also contains the new scheme with full name
+  and "umlaut" to test which tools may break with it in our distro.
+  Please track problems here: https://github.com/openSUSE/obs-build/pull/214
+
+---
+Thu Aug 31 06:26:03 UTC 2017 - adr...@suse.de
+
+- limit maximum size to 8K Fulldome resolution to avoid
+  DoS attacks. CVE-2017-0641 boo#1056539
+
+---
+Fri Mar  3 09:25:31 UTC 2017 - tchva...@suse.com
+
+- Version update to 1.6.1:
+  * Improvements on the VP9 speed of encoding and decoding
+  * Various fixes found by fuzzing
+
+---
+Sun Jan  1 13:53:12 UTC 2017 - jeng...@inai.de
+
+- Summary updates
+
+---
+Wed Sep  7 12:58:36 UTC 2016 - tchva...@suse.com
+
+- Ensure the enable vp8 vp9 postproc and multithread are always on
+- Enable verbose build
+- Add switches to be able to build chromium:
+  * --enable-experimental --enable-spatial-svc
+
+---
+Fri Aug 12 17:26:48 UTC 2016 - jeng...@inai.de
+
+- Rename unfitting macro name "soname"; there is no SONAME here,
+  just the version.
+
+---
+Thu Aug 11 12:42:01 UTC 2016 - o...@aepfle.de
+
+- Update to version 1.6.0
+  This release improves upon the VP9 encoder and speeds up the encoding and
+  decoding processes.
+
+  - Enhancement:
+A core focus has been performance for low end Intel processors. SSSE3
+instructions such as 'pshufb' have been avoided and instructions have been
+reordered to better accommodate the more constrained pipelines.
+
+As a result, devices based on Celeron processors have seen substantial
+decoding improvements. From Indian Runner Duck to Javan Whistling Duck,
+decoding speed improved between 10 and 30%. Between Javan Whistling Duck
+and Khaki Campbell Duck, it improved another 10 to 15%.
+
+While Celeron benefited most, Core-i5 also improved 5% and 10% between the
+respective releases.
+
+Realtime performance for WebRTC for both speed and quality has received a
+lot of attention.
+
+  - Bug Fixes:
+A number of fuzzing issues, found variously by Mozilla, Chromium and 
others,
+have been fixed and we strongly recommend updating.
+- Remove libvpx-pkgconfig-version.patch
+
+---
+Tue Jun 14 06:18:52 UTC 2016 - adr...@suse.de
+
+- Update to current upstream version to fix CVE-2016-2464 (boo#984448)
+
+---
+Tue Mar 22 14:54:16 UTC 2016 - o...@aepfle.de
+
+- Fix build in SLE_11 by disabling ssse3
+- Fix vpc.pc version with libvpx-pkgconfig-version.patch
+
+---
+Tue Mar 22 07:57:46 UTC 2016 - adr...@suse.de
+
+- Update to current upstream version to fix CVE-2016-1621 (bnc#972021)
+- enable test suite during build
+- From official Changelog:
+  - Incompatible changes:
+The VP9 encoder's default keyframe interval changed to 128 from 

commit patchinfo.11826 for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package patchinfo.11826 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-26 00:14:06

Comparing /work/SRC/openSUSE:Leap:15.1:Update/patchinfo.11826 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.patchinfo.11826.new.26092 (New)


Package is "patchinfo.11826"

Sun Jan 26 00:14:06 2020 rev:1 rq:765906 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  
  
  
  
  
  VUL-1: CVE-2019-9371: libvpx: resource 
exhaustion after memory leak in mkvparser.cc
  VUL-1: CVE-2019-9433: libvpx: 
use-after-free in vp8_deblock() in vp8/common/postproc.c
  VUL-0: CVE-2019-2126: libvpx: double free 
in ParseContentEncodingEntry() in mkvparser.cc
  VUL-1: CVE-2019-9325: libvpx: out-of-bounds 
read in decoder_peek_si_internal() in vp9/vp9_dx_iface.c
  VUL-1: CVE-2019-9232: libvpx: out of bounds 
read in vp8_norm table
  adrianSuSE
  important
  security
  Security update for libvpx
  This update for libvpx fixes the following issues:

- CVE-2019-2126: Fixed a double free in ParseContentEncodingEntry() 
(bsc#1160611).
- CVE-2019-9325: Fixed an out-of-bounds read (bsc#1160612).
- CVE-2019-9232: Fixed an out-of-bounds memory access on fuzzed data 
(bsc#1160613).
- CVE-2019-9433: Fixed a use-after-free in vp8_deblock() (bsc#1160614).
- CVE-2019-9371: Fixed a resource exhaustion after memory leak (bsc#1160615).

This update was imported from the SUSE:SLE-15:Update update 
project.




commit 000release-packages for openSUSE:Leap:15.2:PowerPC

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-25 21:18:18

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000release-packages.new.26092 
(New)


Package is "000release-packages"

Sat Jan 25 21:18:18 2020 rev:72 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.XZ25dh/_old  2020-01-25 21:18:20.481259912 +0100
+++ /var/tmp/diff_new_pack.XZ25dh/_new  2020-01-25 21:18:20.493259916 +0100
@@ -5550,7 +5550,6 @@
 Provides: weakremover(aqbanking-ebics)
 Provides: weakremover(aqbanking-ofx)
 Provides: weakremover(aranym)
-Provides: weakremover(arc)
 Provides: weakremover(archivemount)
 Provides: weakremover(argon2)
 Provides: weakremover(argon2-devel)
@@ -18382,6 +18381,7 @@
 Provides: weakremover(apache2-worker)
 Provides: weakremover(apparmor-parser)
 Provides: weakremover(apr-util-devel)
+Provides: weakremover(arc)
 Provides: weakremover(aria2)
 Provides: weakremover(aria2-devel)
 Provides: weakremover(arp-scan)




commit 000update-repos for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-01-25 21:06:13

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.26092 (New)


Package is "000update-repos"

Sat Jan 25 21:06:13 2020 rev:849 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20200123.packages.xz



Other differences:
--




























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-01-25 21:06:28

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.26092 (New)


Package is "000update-repos"

Sat Jan 25 21:06:28 2020 rev:851 rq: version:unknown
Sat Jan 25 21:06:19 2020 rev:850 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1579958627.packages.xz
  factory:non-oss_2061.3.packages.xz



Other differences:
--





























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Leap:15.2

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2 checked in at 2020-01-25 21:02:00

Comparing /work/SRC/openSUSE:Leap:15.2/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000update-repos.new.26092 (New)


Package is "000update-repos"

Sat Jan 25 21:02:00 2020 rev:493 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1579958627.packages.xz



Other differences:
--




























































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Leap:15.2:PowerPC

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-25 21:02:38

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000update-repos.new.26092 (New)


Package is "000update-repos"

Sat Jan 25 21:02:38 2020 rev:82 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:ppc:update_1579959780.packages.xz



Other differences:
--









































































































































































































































commit 000product for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-25 18:11:05

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.26092 (New)


Package is "000product"

Sat Jan 25 18:11:05 2020 rev:2070 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.jrw3Bg/_old  2020-01-25 18:11:08.157959302 +0100
+++ /var/tmp/diff_new_pack.jrw3Bg/_new  2020-01-25 18:11:08.157959302 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20200124
+  20200125
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200124,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200125,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200124/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200124/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200125/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200125/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.jrw3Bg/_old  2020-01-25 18:11:08.169959305 +0100
+++ /var/tmp/diff_new_pack.jrw3Bg/_new  2020-01-25 18:11:08.169959305 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200124
+  20200125
   11
-  cpe:/o:opensuse:opensuse-microos:20200124,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20200125,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200124/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200125/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
@@ -211,7 +211,6 @@
   
   
   
-  
   
   
   
@@ -332,6 +331,7 @@
   
   
   
+  
   
   
   

openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.jrw3Bg/_old  2020-01-25 18:11:08.197959314 +0100
+++ /var/tmp/diff_new_pack.jrw3Bg/_new  2020-01-25 18:11:08.197959314 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200124
+  20200125
   11
-  cpe:/o:opensuse:opensuse:20200124,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200125,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200124/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200125/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.jrw3Bg/_old  2020-01-25 18:11:08.205959316 +0100
+++ /var/tmp/diff_new_pack.jrw3Bg/_new  2020-01-25 18:11:08.205959316 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200124
+  20200125
   11
-  cpe:/o:opensuse:opensuse:20200124,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200125,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200124/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200125/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.jrw3Bg/_old  2020-01-25 18:11:08.221959321 +0100
+++ /var/tmp/diff_new_pack.jrw3Bg/_new  2020-01-25 18:11:08.221959321 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200124
+  20200125
   11
-  cpe:/o:opensuse:opensuse:20200124,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200125,openSUSE 
Tumbleweed
 

commit 000release-packages for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-01-25 18:11:01

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.26092 (New)


Package is "000release-packages"

Sat Jan 25 18:11:01 2020 rev:421 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.ttpf3j/_old  2020-01-25 18:11:03.913958068 +0100
+++ /var/tmp/diff_new_pack.ttpf3j/_new  2020-01-25 18:11:03.913958068 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20200124)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20200125)
 #
 # Copyright (c) 2020 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20200124
+Version:    20200125
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20200124-0
+Provides:   product(openSUSE-Addon-NonOss) = 20200125-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200124
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200125
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20200124
+  20200125
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200124
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200125
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.ttpf3j/_old  2020-01-25 18:11:03.925958072 +0100
+++ /var/tmp/diff_new_pack.ttpf3j/_new  2020-01-25 18:11:03.929958073 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20200124
+Version:    20200125
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -43,9 +43,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64 %arm
 Provides:   %name-%version
 Provides:   product() = openSUSE-MicroOS
-Provides:   product(openSUSE-MicroOS) = 20200124-0
+Provides:   product(openSUSE-MicroOS) = 20200125-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200124
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200125
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-MicroOS)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200124-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200125-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -77,7 +77,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(kubic-dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200124-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200125-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description kubic-dvd
@@ -93,7 +93,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200124-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200125-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -109,7 +109,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance-kubic)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200124-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200125-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -167,11 +167,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20200124
+  20200125
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20200124
+  cpe:/o:opensuse:opensuse-microos:20200125
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.ttpf3j/_old  2020-01-25 18:11:03.941958076 +0100
+++ /var/tmp/diff_new_pack.ttpf3j/_new  2020-01-25 18:11:03.945958077 +010

commit keepassxc for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package keepassxc for 
openSUSE:Leap:15.1:Update checked in at 2020-01-25 14:14:19

Comparing /work/SRC/openSUSE:Leap:15.1:Update/keepassxc (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.keepassxc.new.26092 (New)


Package is "keepassxc"

Sat Jan 25 14:14:19 2020 rev:4 rq:765773 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.QsEpM9/_old  2020-01-25 14:14:20.909124249 +0100
+++ /var/tmp/diff_new_pack.QsEpM9/_new  2020-01-25 14:14:20.909124249 +0100
@@ -1 +1 @@
-
+




commit libssh for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package libssh for openSUSE:Leap:15.1:Update 
checked in at 2020-01-25 14:13:46

Comparing /work/SRC/openSUSE:Leap:15.1:Update/libssh (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.libssh.new.26092 (New)


Package is "libssh"

Sat Jan 25 14:13:46 2020 rev:3 rq:765761 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Pg11Jy/_old  2020-01-25 14:13:48.525108834 +0100
+++ /var/tmp/diff_new_pack.Pg11Jy/_new  2020-01-25 14:13:48.525108834 +0100
@@ -1 +1 @@
-
+




commit keepassxc.11822 for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package keepassxc.11822 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-25 14:14:17

Comparing /work/SRC/openSUSE:Leap:15.1:Update/keepassxc.11822 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.keepassxc.11822.new.26092 (New)


Package is "keepassxc.11822"

Sat Jan 25 14:14:17 2020 rev:1 rq:765773 version:2.5.3

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.1:Update/.keepassxc.11822.new.26092/keepassxc.changes
2020-01-25 14:14:18.305123009 +0100
@@ -0,0 +1,513 @@
+---
+Sun Jan 19 21:44:59 UTC 2020 - Marcus Rueckert 
+
+- Update to version 2.5.3:
+  * https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.3
+
+---
+Sat Jan  4 15:59:24 UTC 2020 - droidmonkey 
+
+- Update to version 2.5.2:
+  * https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.2
+
+---
+Mon Dec  9 08:49:34 UTC 2019 - Martin Pluskal 
+
+- Update to version 2.5.1:
+  * https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.1
+
+---
+Sat Oct 26 19:39:26 UTC 2019 - Marcus Rueckert 
+
+- update to 2.5.0
+  https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.0
+
+---
+Wed Jun 12 11:02:22 UTC 2019 - Marcus Rueckert 
+
+- update to 2.4.3
+  - Fix library loading issues in the Snap and macOS releases
+[#3247]
+  - Fix various keyboard navigation issues [#3248]
+  - Fix main window toggling regression when clicking the tray icon
+on KDE [#3258]
+  - Add documentation for keyboard shortcuts to source code
+distribution [#3215]
+
+---
+Mon Jun  3 16:14:29 UTC 2019 - Marcus Rueckert 
+
+- update to 2.4.2
+  - Improve resilience against memory attacks - overwrite memory
+before free [#3020]
+  - Prevent infinite save loop when location is unavailable [#3026]
+  - Attempt to fix quitting application when shutdown or logout
+issued [#3199]
+  - Support merging database custom data [#3002]
+  - Fix opening URL's with non-http schemes [#3153]
+  - Fix data loss due to not reading all database attachments if
+duplicates exist [#3180]
+  - Fix entry context menu disabling when using keyboard navigation
+[#3199]
+  - Fix behaviors when canceling an entry edit [#3199]
+  - Fix processing of tray icon click and doubleclick [#3112]
+  - Update group in preview widget when focused [#3199]
+  - Prefer DuckDuckGo service over direct icon download (increases
+resolution) [#2996]
+  - Remove apply button in application settings [#3019]
+  - Use winqtdeploy on Windows to correct deployment issues [#3025]
+  - Don't mark entry edit as modified when attribute selection
+changes [#3041]
+  - Use console code page CP_UTF8 on Windows if supported [#3050]
+  - Snap: Fix locking database with session lock [#3046]
+  - Snap: Fix theming across Linux distributions [#3057]
+  - Snap: Use SNAP_USER_COMMON and SNAP_USER_DATA directories
+[#3131]
+  - KeeShare: Automatically enable WITH_XC_KEESHARE_SECURE if
+quazip is found [#3088]
+  - macOS: Fix toolbar text when in dark mode [#2998]
+  - macOS: Lock database on switching user [#3097]
+  - macOS: Fix global Auto-Type when the database is locked [#3138]
+  - Browser: Close popups when database is locked [#3093]
+  - Browser: Add tests [#3016]
+  - Browser: Don't create default group if custom group is enabled
+[#3127]
+
+---
+Fri Apr 12 22:41:57 UTC 2019 - Marcus Rueckert 
+
+- update to 2.4.1
+  - Fix database deletion when using unsafe saves to a different
+file system [#2889]
+  - Fix opening databases with legacy key files that contain '/'
+[#2872]
+  - Fix opening database files from the command line [#2919]
+  - Fix crash when editing master key [#2836]
+  - Fix multiple issues with apply button behavior [#2947]
+  - Fix issues on application startup (tab order, --pw-stdin, etc.)
+[#2830]
+  - Fix building without WITH_XC_KEESHARE
+  - Fix reference entry coloring on macOS dark mode [#2984]
+  - Hide window when performing entry auto-type on macOS [#2969]
+  - Improve UX of update checker; reduce checks to every 7 days
+[#2968]
+  - KeeShare improvements [#2946, #2978, #2824]
+  - Re-enable Ctrl+C to copy password from search box [#2947]
+  - Add KeePassXC-Browser integration for Brave browser [#2933]
+  - SSH Agent: Re-Add keys on database unlock [#2982]
+  - SSH Agent: Only remove keys on app exit if they are 

commit libssh.11821 for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package libssh.11821 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-25 14:13:42

Comparing /work/SRC/openSUSE:Leap:15.1:Update/libssh.11821 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.libssh.11821.new.26092 (New)


Package is "libssh.11821"

Sat Jan 25 14:13:42 2020 rev:1 rq:765761 version:0.8.7

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.1:Update/.libssh.11821.new.26092/libssh.changes  
2020-01-25 14:13:43.497106441 +0100
@@ -0,0 +1,764 @@
+---
+Mon Jan 13 15:37:28 UTC 2020 - James McDonough 
+
+- Update to latest version of patch for CVE-2019-14889; (bsc#1158095)
+  * Update CVE-2019-14889.patch
+
+---
+Tue Dec 03 14:03:12 UTC 2019 - James McDonough 
+
+- Fix CVE-2019-14889: arbitrary command execution; (bsc#1158095)
+  * Add CVE-2019-14889.patch
+
+---
+Wed May 29 12:56:05 UTC 2019 - Ismail Dönmez 
+
+- Fix the typo in Obsoletes for -devel-doc subpackage
+- Actually remove the description for -devel-doc subpackage
+
+---
+Thu May 23 15:32:07 UTC 2019 - James McDonough 
+
+- Add support for new AES-GCM encryption types; (bsc#1134193)
+  * Add 0001-libcrypto-Implement-OpenSSH-compatible-AES-GCM-ciphe.patch
+  * Add 0001-libgcrypt-Implement-OpenSSH-compatible-AES-GCM-ciphe.patch
+  * Add 0001-tests-Add-aes-gcm-ciphers-tests.patch
+
+---
+Thu Feb 28 07:17:52 UTC 2019 - Stephan Kulow 
+
+- Avoid build cycle between curl and libssh by using obs hint to 
+  prefer curl-mini
+
+---
+Mon Feb 25 09:28:34 UTC 2019 - Andreas Schneider 
+
+- Update to version 0.8.7
+  * Fixed handling extension flags in the server implementation
+  * Fixed exporting ed25519 private keys
+  * Fixed corner cases for rsa-sha2 signatures
+  * Fixed some issues with connector
+
+---
+Mon Feb 11 12:24:43 UTC 2019 - Tomáš Chvátal 
+
+- Drop doxygen from dependencies to avoid buildcycle
+  * the documentation is available online anyway for anyone to
+consume and consult http://api.libssh.org
+
+---
+Tue Jan  8 13:14:24 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Added the tests in a multiple build description file *test* to
+  break the cycle for cmocka, curl, doxygen and libssh.
+
+---
+Sun Dec 30 16:15:23 UTC 2018 - Andreas Schneider 
+
+- Update to version 0.8.6
+  * Fixed compilation issues with different OpenSSL versions
+  * Fixed StrictHostKeyChecking in new knownhosts API
+  * Fixed ssh_send_keepalive() with packet filter
+  * Fixed possible crash with knownhosts options
+  * Fixed issus with rekeying
+  * Fixed strong ECDSA keys
+  * Fixed some issues with rsa-sha2 extentions
+  * Fixed access violation in ssh_init() (static linking)
+  * Fixed ssh_channel_close() handling
+
+---
+Mon Oct 29 10:36:40 UTC 2018 - Andreas Schneider 
+
+- Update to version 0.8.5
+  * Added support to get known_hosts locations with ssh_options_get()
+  * Fixed preferred algorithm for known hosts negotiations
+  * Fixed KEX with some server implementations (e.g. Cisco)
+  * Fixed issues with MSVC
+  * Fixed keyboard-interactive auth in server mode
+(regression from CVE-2018-10933)
+  * Fixed gssapi auth in server mode (regression from CVE-2018-10933)
+  * Fixed socket fd handling with proxy command
+  * Fixed a memory leak with OpenSSL
+
+---
+Tue Oct 16 12:07:50 UTC 2018 - Andreas Schneider 
+
+- Update to version 0.8.4
+  * Fixed CVE-2018-10933; (bsc#1108020)
+  * Fixed building without globbing support
+  * Fixed possible memory leaks
+  * Avoid SIGPIPE on sockets
+
+---
+Fri Sep 21 08:32:56 UTC 2018 - Andreas Schneider 
+
+- Update to version 0.8.3
+  * Added support for rsa-sha2
+  * Added support to parse private keys in openssh container format
+(other than ed25519)
+  * Added support for diffie-hellman-group18-sha512 and
+diffie-hellman-group16-sha512
+  * Added ssh_get_fingerprint_hash()
+  * Added ssh_pki_export_privkey_base64()
+  * Added support for Match keyword in config file
+  * Improved performance and reduced memory footprint for sftp
+  * Fixed ecdsa publickey auth
+  * Fixed reading a 

commit 000product for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-25 13:26:35

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.26092 (New)


Package is "000product"

Sat Jan 25 13:26:35 2020 rev:2067 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.iuilTi/_old  2020-01-25 13:26:37.584101402 +0100
+++ /var/tmp/diff_new_pack.iuilTi/_new  2020-01-25 13:26:37.584101402 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20200124
+    20200125
 0 
 openSUSE NonOSS Addon
 non oss addon




commit 000product for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-25 13:26:37

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.26092 (New)


Package is "000product"

Sat Jan 25 13:26:37 2020 rev:2069 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.j4DLkl/_old  2020-01-25 13:26:41.756103230 +0100
+++ /var/tmp/diff_new_pack.j4DLkl/_new  2020-01-25 13:26:41.760103232 +0100
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20200124
+  20200125
   
   0
   openSUSE-MicroOS




commit 000product for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-25 13:26:36

Comparing /work/SRC/openSUSE:Factory/000product (Old)
 and  /work/SRC/openSUSE:Factory/.000product.new.26092 (New)


Package is "000product"

Sat Jan 25 13:26:36 2020 rev:2068 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE.product ++
--- /var/tmp/diff_new_pack.onh9zK/_old  2020-01-25 13:26:39.612102290 +0100
+++ /var/tmp/diff_new_pack.onh9zK/_new  2020-01-25 13:26:39.612102290 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20200124
+  20200125
   0
 
   openSUSE




commit perl-ExtUtils-CppGuess for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-CppGuess for 
openSUSE:Factory checked in at 2020-01-25 13:25:24

Comparing /work/SRC/openSUSE:Factory/perl-ExtUtils-CppGuess (Old)
 and  /work/SRC/openSUSE:Factory/.perl-ExtUtils-CppGuess.new.26092 (New)


Package is "perl-ExtUtils-CppGuess"

Sat Jan 25 13:25:24 2020 rev:9 rq:767029 version:0.21

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-CppGuess/perl-ExtUtils-CppGuess.changes
2019-09-05 12:34:42.051568822 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CppGuess.new.26092/perl-ExtUtils-CppGuess.changes
 2020-01-25 13:25:32.416072844 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 03:08:52 UTC 2020 -  
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-ExtUtils-CppGuess/Changes
+
+---

Old:

  ExtUtils-CppGuess-0.20.tar.gz

New:

  ExtUtils-CppGuess-0.21.tar.gz



Other differences:
--
++ perl-ExtUtils-CppGuess.spec ++
--- /var/tmp/diff_new_pack.1EoRYh/_old  2020-01-25 13:25:33.192073184 +0100
+++ /var/tmp/diff_new_pack.1EoRYh/_new  2020-01-25 13:25:33.192073184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-CppGuess
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-ExtUtils-CppGuess
-Version:0.20
+Version:0.21
 Release:0
 %define cpan_name ExtUtils-CppGuess
 Summary:Guess C++ compiler and flags

++ ExtUtils-CppGuess-0.20.tar.gz -> ExtUtils-CppGuess-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.20/Changes 
new/ExtUtils-CppGuess-0.21/Changes
--- old/ExtUtils-CppGuess-0.20/Changes  2019-08-31 23:21:31.0 +0200
+++ new/ExtUtils-CppGuess-0.21/Changes  2020-01-23 16:24:44.0 +0100
@@ -1,4 +1,5 @@
-Revision history for Perl extension ExtUtils::CppGuess.
+0.21 2020-01-23
+- no give $Config{ccflags} in Module::Build as add not replace - thanks @xenu
 
 0.20Sat 31 Aug 22:20:32 BST 2019
 - no link -lstdc++ if -static-libstdc++ - thanks @andygrundman
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.20/META.json 
new/ExtUtils-CppGuess-0.21/META.json
--- old/ExtUtils-CppGuess-0.20/META.json2019-08-31 23:23:37.0 
+0200
+++ new/ExtUtils-CppGuess-0.21/META.json2020-01-23 16:25:32.0 
+0100
@@ -64,6 +64,6 @@
  "web" : "https://github.com/tsee/extutils-cppguess;
   }
},
-   "version" : "0.20",
+   "version" : "0.21",
"x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.20/META.yml 
new/ExtUtils-CppGuess-0.21/META.yml
--- old/ExtUtils-CppGuess-0.20/META.yml 2019-08-31 23:23:37.0 +0200
+++ new/ExtUtils-CppGuess-0.21/META.yml 2020-01-23 16:25:32.0 +0100
@@ -34,5 +34,5 @@
 resources:
   bugtracker: https://github.com/tsee/extutils-cppguess/issues
   repository: git://github.com/tsee/extutils-cppguess
-version: '0.20'
+version: '0.21'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CppGuess-0.20/lib/ExtUtils/CppGuess.pm 
new/ExtUtils-CppGuess-0.21/lib/ExtUtils/CppGuess.pm
--- old/ExtUtils-CppGuess-0.20/lib/ExtUtils/CppGuess.pm 2019-08-31 
23:21:56.0 +0200
+++ new/ExtUtils-CppGuess-0.21/lib/ExtUtils/CppGuess.pm 2020-01-23 
16:24:53.0 +0100
@@ -172,7 +172,7 @@
 use File::Spec::Functions qw(catfile);
 use File::Temp qw(tempdir);
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 sub new {
 my( $class, %args ) = @_;
@@ -286,10 +286,10 @@
 }
 
 sub _get_cflags {
-  my $self = shift;
+  my ($self, $omit_ccflags) = @_;
   $self->guess_compiler or die;
   join ' ', '', map _trim_whitespace($_), grep defined && length,
-$self->_config->{ccflags},
+($omit_ccflags ? '' : $self->_config->{ccflags}),
 $self->{guess}{extra_cflags},
 $self->{extra_compiler_flags},
 ($self->is_clang ? '-Wno-reserved-user-defined-literal' : ()),
@@ -323,7 +323,10 @@
 my $self = shift;
 
 my $lflags = $self->_get_lflags;
-my $cflags = $self->_get_cflags;
+# We're omitting ccflags to avoid duplication of flags, because unlike
+# makemaker, we're appending to the compiler flags, not overriding
+# them. They already 

commit casync for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package casync for openSUSE:Factory checked 
in at 2020-01-25 13:25:44

Comparing /work/SRC/openSUSE:Factory/casync (Old)
 and  /work/SRC/openSUSE:Factory/.casync.new.26092 (New)


Package is "casync"

Sat Jan 25 13:25:44 2020 rev:6 rq:767038 version:2+a8f6c841

Changes:

--- /work/SRC/openSUSE:Factory/casync/casync.changes2019-09-16 
10:52:57.659152348 +0200
+++ /work/SRC/openSUSE:Factory/.casync.new.26092/casync.changes 2020-01-25 
13:25:46.496079014 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 10:38:54 UTC 2020 - Sebastian Wagner 
+
+- fix build by adding build requirement on c++ compiler
+
+---



Other differences:
--
++ casync.spec ++
--- /var/tmp/diff_new_pack.VYvZSD/_old  2020-01-25 13:25:47.572079486 +0100
+++ /var/tmp/diff_new_pack.VYvZSD/_new  2020-01-25 13:25:47.576079488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package casync
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,15 @@
 Summary:Content Addressable Data Synchronization Tool
 License:LGPL-2.1-or-later
 Group:  Productivity/Networking/File-Sharing
-Url:https://github.com/systemd/casync
-#Source0:
https://github.com/systemd/casync/archive/v%{version}/%%{name}-%%{version}.tar.gz
+URL:https://github.com/systemd/casync
+#Source0:
https://github.com/systemd/casync/archive/v%%{version}/%%{name}-%%{version}.tar.gz
 Source0:
https://github.com/systemd/casync/archive/%{revision}.zip#/%{name}-%{version}.zip
 # PATH-FIX-OPENSUSE compiler_error_nonnull.patch -- fix for nonnull gcc error, 
see https://github.com/systemd/casync/issues/83
 Patch0: compiler_error_nonnull.patch
 BuildRequires:  cmake
 BuildRequires:  diffutils
 BuildRequires:  gcc >= 5
+BuildRequires:  gcc-c++
 BuildRequires:  libacl-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libudev-devel





commit telegram-desktop for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package telegram-desktop for 
openSUSE:Factory checked in at 2020-01-25 13:25:14

Comparing /work/SRC/openSUSE:Factory/telegram-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.telegram-desktop.new.26092 (New)


Package is "telegram-desktop"

Sat Jan 25 13:25:14 2020 rev:26 rq:766998 version:1.9.8

Changes:

--- /work/SRC/openSUSE:Factory/telegram-desktop/telegram-desktop.changes
2020-01-18 12:18:22.815146925 +0100
+++ 
/work/SRC/openSUSE:Factory/.telegram-desktop.new.26092/telegram-desktop.changes 
2020-01-25 13:25:22.752068609 +0100
@@ -1,0 +2,45 @@
+Fri Jan 24 17:48:01 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 1.9.8
+  * Bug fixes and other minor improvements.
+
+---
+Thu Jan 23 16:51:20 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 1.9.7
+  * Create three new kinds of polls.
+  * See who voted for what in polls with visible votes.
+  * Vote for several options in polls that allow multiple answers.
+  * Guess the correct answer in quiz-style polls.
+  * Explore various ways of combining the different poll options.
+  * Add polls from the '...' menu in any group or channel.
+  * Use bots like @quizbot to create quizzes with several questions
+and media attachments.
+  * Schedule messages to be sent when your recipient comes online
+(only works if you know their online status).
+- Clean up spec file
+
+---
+Wed Jan 22 10:24:14 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 1.9.6
+  * Bug fixes and other minor improvements.
+- Removed 0005-Use-system-wide-fonts.patch and
+  0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch,
+  option to use system fonts added upstream
+
+---
+Fri Jan 17 20:12:33 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 1.9.4
+  * Bug fixes and other minor improvements.
+- Removed patches, option to use distribution libraries
+  added upstream:
+  * 0001-Dynamic-linking-system-libs.patch
+  * 0002-Dynamic-linking-system-qt.patch
+  * 0004-gtk3.patch
+- Added patches for dependencies not available from repos:
+  * 0001-use-bundled-range.patch
+  * 0002-use-bundled-rlottie.patch
+
+---

Old:

  0001-Dynamic-linking-system-libs.patch
  0002-Dynamic-linking-system-qt.patch
  0004-gtk3.patch
  0005-Use-system-wide-fonts.patch
  0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
  tdesktop-1.9.3-full.tar.gz

New:

  0001-use-bundled-range.patch
  0002-use-bundled-rlottie.patch
  tdesktop-1.9.8-full.tar.gz



Other differences:
--
++ telegram-desktop.spec ++
--- /var/tmp/diff_new_pack.V3AGkI/_old  2020-01-25 13:25:24.680069454 +0100
+++ /var/tmp/diff_new_pack.V3AGkI/_new  2020-01-25 13:25:24.684069456 +0100
@@ -16,20 +16,15 @@
 #
 
 
-# We need at least gcc8 or higher to build
-%if 0%{?suse_version} < 01550 && 0%{?is_opensuse}
-%bcond_without  gcc8
-%else
-%bcond_with gcc8
-%endif
-
 # Disable LTO on TW due to build failures
 %if 0%{?suse_version} > 01500
 %define _lto_cflags %{nil}
 %endif
 
+%define __builder ninja
+
 Name:   telegram-desktop
-Version:1.9.3
+Version:1.9.8
 Release:0
 Summary:Messaging application with a focus on speed and security
 License:GPL-3.0-only
@@ -39,22 +34,16 @@
 # curl https://codeload.github.com/ericniebler/range-v3/zip/master -o 
range-v3-master.zip
 Source1:range-v3-master.zip
 Patch0: -gtk2-default.patch 
-Patch1: 0001-Dynamic-linking-system-libs.patch 
-Patch2: 0002-Dynamic-linking-system-qt.patch 
-Patch3: 0004-gtk3.patch 
-Patch4: 0005-Use-system-wide-fonts.patch 
-Patch5: 0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
+Patch1: 0001-use-bundled-range.patch
+Patch2: 0002-use-bundled-rlottie.patch
+BuildRequires:  appstream-glib
 BuildRequires:  chrpath
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
+BuildRequires:  enchant-devel
 BuildRequires:  ffmpeg-devel
 BuildRequires:  freetype-devel
-%if %{with gcc8}
-BuildRequires:  gcc8-c++
-%else
 BuildRequires:  gcc-c++
-%endif
-BuildRequires:  enchant-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libQt5Core-private-headers-devel
 BuildRequires:  libQt5Gui-private-headers-devel
@@ -62,6 +51,7 @@
 BuildRequires:  liblz4-devel
 BuildRequires:  libqt5-qtbase-common-devel
 BuildRequires:  libqt5-qtimageformats-devel
+BuildRequires:  memory-constraints
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
@@ -146,63 +136,37 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 

commit python-shodan for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-shodan for openSUSE:Factory 
checked in at 2020-01-25 13:25:32

Comparing /work/SRC/openSUSE:Factory/python-shodan (Old)
 and  /work/SRC/openSUSE:Factory/.python-shodan.new.26092 (New)


Package is "python-shodan"

Sat Jan 25 13:25:32 2020 rev:19 rq:767034 version:1.21.2

Changes:

--- /work/SRC/openSUSE:Factory/python-shodan/python-shodan.changes  
2020-01-06 15:24:29.544552447 +0100
+++ /work/SRC/openSUSE:Factory/.python-shodan.new.26092/python-shodan.changes   
2020-01-25 13:25:40.392076339 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 10:53:58 UTC 2020 - Sebastian Wagner 
+
+- update to version 1.21.2:
+ - Add support for paging through the domain information
+
+---

Old:

  shodan-1.21.1.tar.gz

New:

  shodan-1.21.2.tar.gz



Other differences:
--
++ python-shodan.spec ++
--- /var/tmp/diff_new_pack.E6vEnN/_old  2020-01-25 13:25:42.896077437 +0100
+++ /var/tmp/diff_new_pack.E6vEnN/_new  2020-01-25 13:25:42.896077437 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %{!?license: %global license %doc}
 Name:   python-shodan
-Version:1.21.1
+Version:1.21.2
 Release:0
 Summary:Python library and command-line utility for Shodan
 License:MIT

++ shodan-1.21.1.tar.gz -> shodan-1.21.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shodan-1.21.1/CHANGELOG.md 
new/shodan-1.21.2/CHANGELOG.md
--- old/shodan-1.21.1/CHANGELOG.md  2019-12-25 18:37:50.0 +0100
+++ new/shodan-1.21.2/CHANGELOG.md  2020-01-07 06:41:53.0 +0100
@@ -1,6 +1,10 @@
 CHANGELOG
 =
 
+1.21.2
+--
+* Add support for paging through the domain information
+
 1.21.1
 --
 * Add ``history`` and ``type`` parameters to ``Shodan.dns.domain_info()`` 
method and CLI command
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shodan-1.21.1/PKG-INFO new/shodan-1.21.2/PKG-INFO
--- old/shodan-1.21.1/PKG-INFO  2019-12-25 18:38:54.0 +0100
+++ new/shodan-1.21.2/PKG-INFO  2020-01-07 06:44:06.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: shodan
-Version: 1.21.1
+Version: 1.21.2
 Summary: Python library and command-line utility for Shodan 
(https://developer.shodan.io)
 Home-page: http://github.com/achillean/shodan-python/tree/master
 Author: John Matherly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shodan-1.21.1/setup.py new/shodan-1.21.2/setup.py
--- old/shodan-1.21.1/setup.py  2019-12-25 18:03:22.0 +0100
+++ new/shodan-1.21.2/setup.py  2020-01-07 06:38:20.0 +0100
@@ -7,7 +7,7 @@
 
 setup(
 name='shodan',
-version='1.21.1',
+version='1.21.2',
 description='Python library and command-line utility for Shodan 
(https://developer.shodan.io)',
 long_description=README,
 long_description_content_type='text/x-rst',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shodan-1.21.1/shodan/client.py 
new/shodan-1.21.2/shodan/client.py
--- old/shodan-1.21.1/shodan/client.py  2019-12-25 17:51:24.0 +0100
+++ new/shodan-1.21.2/shodan/client.py  2020-01-07 06:36:59.0 +0100
@@ -69,10 +69,12 @@
 def __init__(self, parent):
 self.parent = parent
 
-def domain_info(self, domain, history=False, type=None):
+def domain_info(self, domain, history=False, type=None, page=1):
 """Grab the DNS information for a domain.
 """
-args = {}
+args = {
+'page': page,
+}
 if history:
 args['history'] = history
 if type:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shodan-1.21.1/shodan.egg-info/PKG-INFO 
new/shodan-1.21.2/shodan.egg-info/PKG-INFO
--- old/shodan-1.21.1/shodan.egg-info/PKG-INFO  2019-12-25 18:38:54.0 
+0100
+++ new/shodan-1.21.2/shodan.egg-info/PKG-INFO  2020-01-07 06:44:06.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: shodan
-Version: 1.21.1
+Version: 1.21.2
 Summary: Python library and command-line utility for Shodan 
(https://developer.shodan.io)
 Home-page: http://github.com/achillean/shodan-python/tree/master
 Author: John Matherly




commit platformsh-cli for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-01-25 13:25:21

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Sat Jan 25 13:25:21 2020 rev:90 rq:767004 version:3.52.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-01-18 12:19:10.215172345 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-01-25 13:25:27.836070837 +0100
@@ -1,0 +2,19 @@
+Sat Jan 25 02:20:06 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.52.0:
+  * Release v3.52.0
+  * Hide xdebug command for non-PHP projects
+  * xdebug command formatting tweaks
+  * feat(env): add e:xdebug command (#887)
+  * Avoid word-wrapping closing tag in error message API token help
+  * Improve argument quoting in db:size (refactoring RemoteHost a little)
+  * Windows: update README
+  * Windows: improve PATH install process
+  * Downplay unknown shell type message when setting up autocompletion
+  * Windows: use \ in the path of main user-facing directories
+  * Windows: create .bat executable for easier installation
+  * Windows-compatible quotes on dev build page
+  * Windows: fix local server for browser login
+  * Windows: fix opening URLs
+
+---

Old:

  platformsh-cli-3.51.3.tar.xz

New:

  platformsh-cli-3.52.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.qGTkC5/_old  2020-01-25 13:25:29.592071607 +0100
+++ /var/tmp/diff_new_pack.qGTkC5/_new  2020-01-25 13:25:29.596071608 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.51.3
+Version:3.52.0
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.qGTkC5/_old  2020-01-25 13:25:29.612071615 +0100
+++ /var/tmp/diff_new_pack.qGTkC5/_new  2020-01-25 13:25:29.616071617 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.51.3
+refs/tags/v3.52.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.qGTkC5/_old  2020-01-25 13:25:29.624071621 +0100
+++ /var/tmp/diff_new_pack.qGTkC5/_new  2020-01-25 13:25:29.628071622 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d30ca740b27f5e6ec2e338b377a4c784d8eb3a68
+28172cbcf9d23cbce6c0f3449fc9599b0e4229a1
   
 

++ platformsh-cli-3.51.3.tar.xz -> platformsh-cli-3.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.51.3/README.md 
new/platformsh-cli-3.52.0/README.md
--- old/platformsh-cli-3.51.3/README.md 2020-01-17 16:36:13.0 +0100
+++ new/platformsh-cli-3.52.0/README.md 2020-01-24 22:46:43.0 +0100
@@ -4,12 +4,13 @@
 
 ## Requirements
 
-* Operating system: Linux, OS X, Windows Vista, Windows 7, Windows 8 Pro, or 
Windows 10 (Windows 8 Standard does not work due to an issue with symlink 
permissions)
+* Operating system: Linux, OS X, or Windows 10
 * PHP 5.5.9 or higher, with cURL support
 * Git
 * A Bash-like shell:
   * On OS X or Linux/Unix: SH, Bash, Dash or ZSH - usually the built-in shell 
will work.
   * On Windows: [Windows Subsystem for 
Linux](https://msdn.microsoft.com/en-gb/commandline/wsl/about) (recommended), 
or another Bash-compatible shell such as [Git 
Bash](https://git-for-windows.github.io/), Cygwin, or MinGW.
+The built-in Command Prompt may also work for most purposes.
 * For building locally, your project's dependencies, e.g.
   * [Composer](https://getcomposer.org/) (for many PHP projects)
   * [Drush](https://github.com/drush-ops/drush) (for Drupal projects)
@@ -17,17 +18,9 @@
 
 ## Installation
 
-### Installing on OS X or Linux
-
-This is the recommended installation method. Simply use this command:
+Simply use this command:
 
 curl -sS https://platform.sh/cli/installer | php
-
-### Installing on Windows (Git bash)
-```bash
-curl https://platform.sh/cli/installer -o cli-installer.php
-php cli-installer.php
-```
 
 ### Installing manually
 
@@ -35,7 +28,7 @@
   [latest 
release](https://github.com/platformsh/platformsh-cli/releases/latest).
 
 2. Rename the file to `platform`, ensure it is executable, and move it into a
-  directory in your PATH (use `echo $PATH` to see your options).
+  directory in your PATH.
 
 3. Enable autocompletion and shell aliases:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit vnstat for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package vnstat for openSUSE:Factory checked 
in at 2020-01-25 13:25:46

Comparing /work/SRC/openSUSE:Factory/vnstat (Old)
 and  /work/SRC/openSUSE:Factory/.vnstat.new.26092 (New)


Package is "vnstat"

Sat Jan 25 13:25:46 2020 rev:12 rq:767030 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/vnstat/vnstat.changes2020-01-15 
16:53:17.577429114 +0100
+++ /work/SRC/openSUSE:Factory/.vnstat.new.26092/vnstat.changes 2020-01-25 
13:25:50.448080746 +0100
@@ -1,0 +2,18 @@
+Mon Jan 20 19:23:52 UTC 2020 - Martin Hauke 
+
+- Update to version 2.6
+  Fixed
+  * --json and --xml didn't support having both mode and limit
+parameters defined at the same time as documented, broken since
+previous release
+  * Documentation was using a mix of "count" and "limit" for the
+option of limiting the maximum number of shown entries in
+queries
+  * Summary image output would segmentation fault when the database
+existed but didn't yet contain any daily or monthly data for
+the selected interface
+  New
+  * Add --limit as an alternative way for controlling the length
+of outputs
+
+---

Old:

  vnstat-2.5.tar.gz
  vnstat-2.5.tar.gz.sig

New:

  vnstat-2.6.tar.gz
  vnstat-2.6.tar.gz.sig



Other differences:
--
++ vnstat.spec ++
--- /var/tmp/diff_new_pack.TYuBH7/_old  2020-01-25 13:25:52.100081470 +0100
+++ /var/tmp/diff_new_pack.TYuBH7/_new  2020-01-25 13:25:52.104081472 +0100
@@ -22,7 +22,7 @@
 %bcond_with systemd
 %endif
 Name:   vnstat
-Version:2.5
+Version:2.6
 Release:0
 Summary:Network Traffic Monitor
 License:GPL-2.0-only

++ vnstat-2.5.tar.gz -> vnstat-2.6.tar.gz ++
 1955 lines of diff (skipped)





commit python-textile for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-textile for openSUSE:Factory 
checked in at 2020-01-25 13:25:41

Comparing /work/SRC/openSUSE:Factory/python-textile (Old)
 and  /work/SRC/openSUSE:Factory/.python-textile.new.26092 (New)


Package is "python-textile"

Sat Jan 25 13:25:41 2020 rev:7 rq:767036 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-textile/python-textile.changes
2019-06-17 10:34:41.953223432 +0200
+++ /work/SRC/openSUSE:Factory/.python-textile.new.26092/python-textile.changes 
2020-01-25 13:25:45.636078638 +0100
@@ -1,0 +2,8 @@
+Sat Jan 18 10:49:22 UTC 2020 - Sebastian Wagner 
+
+- drop python 2, not supported anymore upstream
+- update to version 4.0.0:
+ - Drop support for Python 2, hence the version bump. Update list of PY3K 
versions to currently-supported versions. If you need to use textile on Python 
2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
+ - For use in PyPy environments, textile used to work well with the regex 
package. Lately, it's running into trouble. Please uninstall regex if this is 
the case for you.
+
+---

Old:

  textile-3.0.4.tar.gz

New:

  textile-4.0.0.tar.gz



Other differences:
--
++ python-textile.spec ++
--- /var/tmp/diff_new_pack.KATwDu/_old  2020-01-25 13:25:46.232078898 +0100
+++ /var/tmp/diff_new_pack.KATwDu/_new  2020-01-25 13:25:46.232078898 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-textile
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,26 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
+%define skip_python2 1
 Name:   python-textile
-Version:3.0.4
+Version:4.0.0
 Release:0
 Summary:Textile processing for python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/textile/python-textile
+URL:http://github.com/textile/python-textile
 Source: 
https://files.pythonhosted.org/packages/source/t/textile/textile-%{version}.tar.gz
 Requires:   python-Pillow
-Requires:   python-html5lib >= 0.9
+Requires:   python-html5lib >= 1.0.1
 Requires:   python-six
 Recommends: python-regex
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module pytest-cov}
-BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module setuptools}
 %if %{with test}
-# not needed as the test requires internet connection
-#BuildRequires:  %%{python_module Pillow}
-BuildRequires:  %{python_module html5lib >= 0.9}
+BuildRequires:  %{python_module html5lib >= 1.0.1}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module regex >= 1.0}
 %endif
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

++ textile-3.0.4.tar.gz -> textile-4.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.4/CHANGELOG.textile 
new/textile-4.0.0/CHANGELOG.textile
--- old/textile-3.0.4/CHANGELOG.textile 2019-06-08 18:32:59.0 +0200
+++ new/textile-4.0.0/CHANGELOG.textile 2020-01-12 20:37:33.0 +0100
@@ -1,5 +1,9 @@
 h1. Textile Changelog
 
+h2. Version 4.0.0
+* Drop support for Python 2, hence the version bump. Update list of PY3K 
versions to currently-supported versions. If you need to use textile on Python 
2.7 or Python 3.3 or 3.4, please use textile Version 3.0.4.
+* For use in PyPy environments, textile used to work well with the regex 
package. Lately, it's running into trouble. Please uninstall regex if this is 
the case for you.
+
 h2. Version 3.0.4
 * BUGFIX: Restricted mode strips out CSS attributes again.
 * Update travis to more current versions and test against current Pillow 
version.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.4/CONTRIBUTORS.txt 
new/textile-4.0.0/CONTRIBUTORS.txt
--- old/textile-3.0.4/CONTRIBUTORS.txt  2019-06-08 18:32:59.0 +0200
+++ new/textile-4.0.0/CONTRIBUTORS.txt  2020-01-12 20:57:26.0 +0100
@@ -6,4 +6,5 @@
 Alex Shiels
 Jason Samsa
 Kurt Raschke
-Dave Brondsema
\ No newline at end of file
+Dave Brondsema
+Dmitry Shachnev
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/textile-3.0.4/MANIFEST.in 
new/textile-4.0.0/MANIFEST.in
--- 

commit python-pymisp for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2020-01-25 13:25:28

Comparing /work/SRC/openSUSE:Factory/python-pymisp (Old)
 and  /work/SRC/openSUSE:Factory/.python-pymisp.new.26092 (New)


Package is "python-pymisp"

Sat Jan 25 13:25:28 2020 rev:21 rq:767033 version:2.4.120

Changes:

--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes  
2020-01-06 15:24:33.224554353 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new.26092/python-pymisp.changes   
2020-01-25 13:25:35.128074033 +0100
@@ -1,0 +2,53 @@
+Sat Jan 18 09:59:31 UTC 2020 - Sebastian Wagner 
+
+- drop python2, not supported anymore upstream
+- add fix-tests-template-version.patch from upstream commit to fix tests
+- update to version 2.4.120:
+ - New
+   - [attribute type] kusto-query attribute type. [Alexandre Dulaunoy]
+ Kusto query is the query language for the Kusto services in Azure used
+ to search large dataset. It's used in Windows Defender ATP Hunting-Queries
+ and also Azure Sentinel (Cloud-native SIEM).
+   - Remove python < 3.6 support. [Raphaël Vinot]
+ - Changes
+   - Bump version. [Raphaël Vinot]
+   - Bump Changelog. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+   - Bump dependencies, add debug. [Raphaël Vinot]
+   - Upate dummy events creator. [Raphaël Vinot]
+   - Add tests on more version of Python. [Raphaël Vinot]
+   - Search with the STIX output returns a json STIX. [Raphaël Vinot]
+ Was XML before.
+   - Bump dependencies. [Raphaël Vinot]
+   - Add more typing information. [Raphaël Vinot]
+   - Add typing markup. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+   - Bump Dependencies. [Raphaël Vinot]
+   - Bump misp-objects. [Raphaël Vinot]
+ - Fix
+   - Add missing variable in dummy creator. [Raphaël Vinot]
+   - Et2misp was python2 only. [Raphaël Vinot]
+   - Feed generator was broken. [Raphaël Vinot]
+ Fix #506
+   - Event without hashable attribute. [Raphaël Vinot]
+ Related #506
+ - Other
+   - Update api.py. [AaronK]
+ minor typo, can;t help it noticing those. sorry,
+   - Fixed TODO, added quarantineFolder/quarantineRule from
+ messagesBlocked, added some error handling to prevent empty attributes
+ from trying to be added. [th3jiv3r]
+   - Scrape proofpoint tap api for messages blocked/delivered & clicks
+ blocked/permitted  and create misp events. [th3jiv3r]
+   - Add variable for proofpoint tap api auth. [th3jiv3r]
+   - Update README.md. [AaronK]
+ minor typo
+   - Define the number of entries to output. [AndreC10002]
+ Allow for defining in the settings.py file the number of entries to output
+   - Update generate.py. [AndreC10002]
+   - Cleanup of code and 'quick-n-dirty' sanitizing of tags. [Koen Van
+ Impe]
+   - Sync. [Koen Van Impe]
+   - Update README.md. [Raphaël Vinot]
+
+---

Old:

  pymisp-2.4.119.1.tar.gz

New:

  fix-tests-template-version.patch
  pymisp-2.4.120.tar.gz



Other differences:
--
++ python-pymisp.spec ++
--- /var/tmp/diff_new_pack.XEHX9l/_old  2020-01-25 13:25:35.936074386 +0100
+++ /var/tmp/diff_new_pack.XEHX9l/_new  2020-01-25 13:25:35.936074386 +0100
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-pymisp
-Version:2.4.119.1
+Version:2.4.120
 Release:0
 Summary:Python API for MISP
 License:BSD-2-Clause
@@ -27,6 +28,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%{version}.tar.gz
 # Internal script for generating changelog
 Source1:changelog.sh
+Patch0: 
https://github.com/MISP/PyMISP/commit/acaf56b88832edaa8801b1dbcc6281a43867e532.patch#/fix-tests-template-version.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -76,6 +78,7 @@
 
 %prep
 %setup -q -n pymisp-%{version}
+%patch0 -p1
 find pymisp examples -name "*.py" -type f -exec sed -i '1s/^#!.*//' '{}' \+
 
 %build
@@ -91,8 +94,6 @@
 %{python_expand %fdupes %{buildroot}%{$python_sitelib}}
 
 %check
-# Requires internet access and a MISP-instance
-rm tests/test.py
 %python_exec setup.py test
 
 %files %{python_files}

++ fix-tests-template-version.patch ++
>From acaf56b88832edaa8801b1dbcc6281a43867e532 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= 
Date: Fri, 17 Jan 2020 15:20:56 +0100
Subject: [PATCH] fix: Bump template_version in test cases

---
 tests/mispevent_testfiles/event_obj_attr_tag.json  | 2 +-
 tests/mispevent_testfiles/event_obj_def_param.json | 4 ++--
 2 files changed, 3 

commit python-stomp.py for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-stomp.py for openSUSE:Factory 
checked in at 2020-01-25 13:25:35

Comparing /work/SRC/openSUSE:Factory/python-stomp.py (Old)
 and  /work/SRC/openSUSE:Factory/.python-stomp.py.new.26092 (New)


Package is "python-stomp.py"

Sat Jan 25 13:25:35 2020 rev:6 rq:767035 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-stomp.py/python-stomp.py.changes  
2020-01-06 15:24:37.772556707 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-stomp.py.new.26092/python-stomp.py.changes   
2020-01-25 13:25:44.140077982 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 10:56:54 UTC 2020 - Sebastian Wagner 
+
+- update to version 5.0.1:
+ * Fix logging simplification code (should not be logging to root appender - 
https://github.com/jasonrbriggs/stomp.py/issues/275)
+
+---

Old:

  stomp.py-5.0.0.tar.gz

New:

  stomp.py-5.0.1.tar.gz



Other differences:
--
++ python-stomp.py.spec ++
--- /var/tmp/diff_new_pack.kEFSUe/_old  2020-01-25 13:25:45.056078383 +0100
+++ /var/tmp/diff_new_pack.kEFSUe/_new  2020-01-25 13:25:45.056078383 +0100
@@ -18,7 +18,7 @@
 
 %define skip_python2 1
 Name:   python-stomp.py
-Version:5.0.0
+Version:5.0.1
 Release:0
 Summary:Python STOMP client
 License:Apache-2.0

++ stomp.py-5.0.0.tar.gz -> stomp.py-5.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stomp.py-5.0.0/CHANGELOG new/stomp.py-5.0.1/CHANGELOG
--- old/stomp.py-5.0.0/CHANGELOG2020-01-03 23:42:46.0 +0100
+++ new/stomp.py-5.0.1/CHANGELOG2020-01-07 23:40:41.0 +0100
@@ -1,3 +1,8 @@
+Version 5.0.1 - Jan 2020
+
+ * Fix logging simplification code (should not be logging to root appender - 
https://github.com/jasonrbriggs/stomp.py/issues/275)
+
+
 Version 5.0.0 - Jan 2020
 
  * Fix for credentials exposure 
(https://github.com/jasonrbriggs/stomp.py/pull/244)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stomp.py-5.0.0/PKG-INFO new/stomp.py-5.0.1/PKG-INFO
--- old/stomp.py-5.0.0/PKG-INFO 2020-01-04 00:31:13.022460700 +0100
+++ new/stomp.py-5.0.1/PKG-INFO 2020-01-08 19:39:46.085053700 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: stomp.py
-Version: 5.0.0
+Version: 5.0.1
 Summary: Python STOMP client, supporting versions 1.0, 1.1 and 1.2 of the 
protocol
 Home-page: https://github.com/jasonrbriggs/stomp.py
 Author: Jason R Briggs
@@ -11,82 +11,66 @@
 
 
 .. image:: https://badge.fury.io/py/stomp.py.svg
-   :target: https://badge.fury.io/py/stomp.py
-   :alt: PyPI version
+:target: https://badge.fury.io/py/stomp.py
+:alt: PyPI version
 
 .. image:: https://travis-ci.org/jasonrbriggs/stomp.py.svg
-   :target: https://travis-ci.org/jasonrbriggs/stomp.py
-   :alt: Build Status
+:target: https://travis-ci.org/jasonrbriggs/stomp.py
+:alt: Build Status
 
-"stomp.py" is a Python client library for accessing messaging servers 
(such as ActiveMQ_, Apollo_ or RabbitMQ_) using the STOMP_ protocol (`STOMP 
v1.0`_, `STOMP v1.1`_ and `STOMP v1.2`_). It can also be run as a standalone, 
command-line client for testing.
+"stomp.py" is a Python client library for accessing messaging servers 
(such as ActiveMQ_, Artemis_ or RabbitMQ_) using the STOMP_ protocol (`STOMP 
v1.0`_, `STOMP v1.1`_ and `STOMP v1.2`_). It can also be run as a standalone, 
command-line client for testing.
 
 **NOTE:** Stomp.py has officially ended support for Python2.x. See 
`python3statement.org`_ for more information. 
 
-.. _STOMP: http://stomp.github.io
-.. _`STOMP v1.0`: http://stomp.github.io/stomp-specification-1.0.html
-.. _`STOMP v1.1`: http://stomp.github.io/stomp-specification-1.1.html
-.. _`STOMP v1.2`: http://stomp.github.io/stomp-specification-1.2.html
-.. _`python3statement.org`: http://python3statement.org/
+.. contents:: \ 
+:depth: 1
+
 
 Quick Start
 ===
 
 You can connect to a message broker running on the local machine, and 
send a message using the following example.
 
-.. code:: python
+.. code-block:: python
 
   import stomp
 
   conn = stomp.Connection()
-  conn.set_listener('', MyListener())
   conn.connect('admin', 'password', wait=True)
   conn.send(body=' '.join(sys.argv[1:]), destination='/queue/test')
   

commit openQA for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2020-01-25 13:24:14

Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and  /work/SRC/openSUSE:Factory/.openQA.new.26092 (New)


Package is "openQA"

Sat Jan 25 13:24:14 2020 rev:111 rq:766801 version:4.6.1579790259.c018d5dc2

Changes:

openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2020-01-21 
21:01:55.136892406 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA.changes 2020-01-25 
13:24:29.740045378 +0100
@@ -1,0 +2,33 @@
+Fri Jan 24 10:38:06 UTC 2020 - co...@suse.com
+
+- Update to version 4.6.1579790259.c018d5dc2:
+  * Workaround api request in ObsRsync Plugin
+  * Remove dead code
+  * Use uppercase variables in OpenQA::Utils to make their scope immediately 
obvious
+  * Replace compose_job_overview_search_args and param_hash methods with 
helpers
+  * Move mark_job_linked function into the correct resultset
+  * Move job_group_and_parents function into the correct resultset
+  * Use :DEFAULT instead of importing twice
+  * Replace global variables in OpenQA::Utils with functions
+  * Remove unused export
+  * Do not export variables from OpenQA::Utils anymore
+  * Add OpenQA::App as a singleton container, replacing $OpenQA::Utils::app
+  * Move worker specific code from OpenQA::Setup into OpenQA::Worker::App
+  * Just use Mojolicious as a base class instead of trying to reinvent it
+  * Parse Snapshot number in ObsRsync plugin
+  * Add silent reload of dashboard contents for fullscreen mode
+  * Dependency cron 200123
+  * Add dependency to client so asset download via SSL works
+  * load_templates: fail early if host is unreachable
+  * Log asset download error to autoinst log file
+  * Fix asset status test so it works when the cache file does not exist
+  * Dependency cron 200122
+  * Support batches in ObsRsync Plugin (#2653)
+  * Use new format to store job module details
+  * Set text mime in ObsRsync download
+  * Use is_admin_js helper in asset table template
+  * Show cached assets also when cleanup is ongoing
+  * Add CLI tool to validate a job template YAML file
+  * Fix ObsRsync mutex leak on errors
+
+---

Old:

  openQA-4.6.1579529599.e032e3659.obscpio

New:

  openQA-4.6.1579790259.c018d5dc2.obscpio



Other differences:
--
++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.i6Kumx/_old  2020-01-25 13:24:33.556047051 +0100
+++ /var/tmp/diff_new_pack.i6Kumx/_new  2020-01-25 13:24:33.556047051 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1579529599.e032e3659
+Version:4.6.1579790259.c018d5dc2
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.i6Kumx/_old  2020-01-25 13:24:33.568047056 +0100
+++ /var/tmp/diff_new_pack.i6Kumx/_new  2020-01-25 13:24:33.568047056 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1579529599.e032e3659
+Version:4.6.1579790259.c018d5dc2
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.i6Kumx/_old  2020-01-25 13:24:33.580047061 +0100
+++ /var/tmp/diff_new_pack.i6Kumx/_new  2020-01-25 13:24:33.580047061 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1579529599.e032e3659
+Version:4.6.1579790259.c018d5dc2
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.i6Kumx/_old  2020-01-25 13:24:33.592047066 +0100
+++ /var/tmp/diff_new_pack.i6Kumx/_new  2020-01-25 13:24:33.596047068 +0100
@@ -48,8 +48,8 @@
 %define assetpack_requires perl(Mojolicious::Plugin::AssetPack) >= 1.36, 
perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS)
 %define common_requires perl(Config::IniFiles) perl(Cpanel::JSON::XS) 
perl(Cwd) perl(Data::Dump) perl(Data::Dumper) perl(Digest::MD5) 
perl(Getopt::Long) perl(Minion) >= 9.09, perl(Mojolicious) >= 8.24, 
perl(Try::Tiny) perl(Regexp::Common), perl(Storable)
 # runtime requirements for the main package that are not required by other 
sub-packages
-%define main_requires %assetpack_requires git-core perl(Carp::Always) 
perl(Date::Format) perl(DateTime::Format::Pg) perl(DBD::Pg) >= 3.7.4, perl(DBI) 
>= 1.632, perl(DBIx::Class) >= 0.082801, 

commit klee for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package klee for openSUSE:Factory checked in 
at 2020-01-25 13:24:21

Comparing /work/SRC/openSUSE:Factory/klee (Old)
 and  /work/SRC/openSUSE:Factory/.klee.new.26092 (New)


Package is "klee"

Sat Jan 25 13:24:21 2020 rev:19 rq:766883 version:2.0+20200119

Changes:

--- /work/SRC/openSUSE:Factory/klee/klee.changes2019-11-04 
17:16:01.316877481 +0100
+++ /work/SRC/openSUSE:Factory/.klee.new.26092/klee.changes 2020-01-25 
13:24:36.804048474 +0100
@@ -1,0 +2,31 @@
+Fri Jan 24 07:34:10 UTC 2020 - jsl...@suse.com
+
+- Update to version 2.0+20200119:
+  * Remove statistics limit from istats.
+  * Fix handling of debug information for functions
+  * Update objdump script to support python3
+  * Fixed documentation for command line argument link-llvm-lib
+  * Assume assembly.ll is local to the run.istats file
+  * Remove unnecessary std::move's that prevent copy elision
+  * [optimize-array] Fix value transformation
+  * [optimize-array] Fix hole index in buildMixedSelectExpr
+  * [optimize-array] Fix hash collisions
+  * [optimize-array] Hash collision test
+  * [optimize-array] Fix update list read order
+  * [Searchers] Remove weight from es, add nurs_depth
+  * Move merging related code from Executor into MergingSearcher
+  * Implement @llvm.is.constant() intrinsic handling and add a test for it.
+  * [expr-visitor] Remove unnecessary allocation
+  * Handle llvm.objectsize explicitly
+  * Added test for 3-argument main.
+  * Allow main with 3 arguments
+  * Most libc++ tests require uclibc; add missing REQUIRES statements or 
remove dependency.
+  * Core: Executor, remove unused variable
+  * Do not modify strings if they are read-only.
+  * Mark all constant global memory objects as constant
+  * [test] Fix  missing includes
+  * runtime: fix for glibc 2.30
+  * Remove the duplicated check for DebugInfoIntrinsic
+- Remove 0001-runtime-workaround-for-glibc-2.30.patch (upstreamed)
+
+---

Old:

  0001-runtime-workaround-for-glibc-2.30.patch
  klee-2.0+20191031.tar.xz

New:

  klee-2.0+20200119.tar.xz



Other differences:
--
++ klee.spec ++
--- /var/tmp/diff_new_pack.F8t4U5/_old  2020-01-25 13:24:37.560048806 +0100
+++ /var/tmp/diff_new_pack.F8t4U5/_new  2020-01-25 13:24:37.560048806 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klee
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define llvm_version_minor 0
 %define llvm_version %{llvm_version_major}
 
-%define version_unconverted 2.0+20191031
+%define version_unconverted 2.0+20200119
 
 %ifarch %{ix86} x86_64
 %define with_uclibc 1
@@ -32,14 +32,13 @@
 Summary:LLVM Execution Engine
 License:NCSA
 Group:  Development/Languages/Other
-Version:2.0+20191031
+Version:2.0+20200119
 Release:0
-Url:http://klee.github.io/
+URL:http://klee.github.io/
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 Source2:
https://raw.githubusercontent.com/llvm-mirror/llvm/release_%{llvm_version_major}%{llvm_version_minor}/utils/not/not.cpp
 Source3:
https://raw.githubusercontent.com/llvm-mirror/llvm/release_%{llvm_version_major}%{llvm_version_minor}/utils/FileCheck/FileCheck.cpp
-Patch0: 0001-runtime-workaround-for-glibc-2.30.patch
 
 BuildRequires:  clang%{llvm_version}
 BuildRequires:  cmake
@@ -52,7 +51,8 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  llvm%{llvm_version}-devel
 BuildRequires:  ninja
-BuildRequires:  python3-base
+# tests need sqlite3
+BuildRequires:  python3
 BuildRequires:  python3-lit
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-tabulate
@@ -107,7 +107,7 @@
-DKLEE_UCLIBC_PATH=%{_libdir}/klee-uclibc/ \
 %endif
-DBUILD_SHARED_LIBS:BOOL=OFF
-%make_jobs
+%cmake_build
 
 %check
 %ifarch x86_64

++ _servicedata ++
--- /var/tmp/diff_new_pack.F8t4U5/_old  2020-01-25 13:24:37.596048821 +0100
+++ /var/tmp/diff_new_pack.F8t4U5/_new  2020-01-25 13:24:37.596048821 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/klee/klee.git
-  2b0b0f89fcfff828b6dd8c20f58d872c7395dba4
\ No newline at end of file
+  d9888fcefc216b16404a39ac7b82a8fd8d5f343f
\ No newline at end of file

++ klee-2.0+20191031.tar.xz -> klee-2.0+20200119.tar.xz ++
 5453 lines of diff (skipped)




commit python-bidict for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-bidict for openSUSE:Factory 
checked in at 2020-01-25 13:25:07

Comparing /work/SRC/openSUSE:Factory/python-bidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-bidict.new.26092 (New)


Package is "python-bidict"

Sat Jan 25 13:25:07 2020 rev:6 rq:766972 version:0.19.0

Changes:

--- /work/SRC/openSUSE:Factory/python-bidict/python-bidict.changes  
2019-09-16 10:50:21.939172519 +0200
+++ /work/SRC/openSUSE:Factory/.python-bidict.new.26092/python-bidict.changes   
2020-01-25 13:25:12.632064175 +0100
@@ -1,0 +2,10 @@
+Fri Jan 17 16:50:46 UTC 2020 - Marketa Calabkova 
+
+- update to 0.19.0
+  * Drop support for Python 2 as promised in v0.18.2.
+  * Deprecate bidict.OVERWRITE and bidict.IGNORE. A UserWarning will now be 
emitted if these are used.
+  * Rename DuplicationPolicy to OnDupAction (and implement it via an Enum).
+  * No longer use __all__ in bidict’s __init__.py.
+  * Improve validation of names passed to namedbidict().
+
+---

Old:

  bidict-0.18.2.tar.gz

New:

  bidict-0.19.0.tar.gz



Other differences:
--
++ python-bidict.spec ++
--- /var/tmp/diff_new_pack.Yd5sx0/_old  2020-01-25 13:25:13.296064465 +0100
+++ /var/tmp/diff_new_pack.Yd5sx0/_new  2020-01-25 13:25:13.300064467 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bidict
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-bidict
-Version:0.18.2
+Version:0.19.0
 Release:0
 Summary:Bidirectional map implementation for Python
 License:MPL-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/jab/bidict
+URL:https://github.com/jab/bidict
 Source: 
https://files.pythonhosted.org/packages/source/b/bidict/bidict-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}

++ bidict-0.18.2.tar.gz -> bidict-0.19.0.tar.gz ++
 5075 lines of diff (skipped)




commit rkward for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package rkward for openSUSE:Factory checked 
in at 2020-01-25 13:25:00

Comparing /work/SRC/openSUSE:Factory/rkward (Old)
 and  /work/SRC/openSUSE:Factory/.rkward.new.26092 (New)


Package is "rkward"

Sat Jan 25 13:25:00 2020 rev:24 rq:766957 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/rkward/rkward.changes2019-11-01 
15:14:12.732760860 +0100
+++ /work/SRC/openSUSE:Factory/.rkward.new.26092/rkward.changes 2020-01-25 
13:25:04.568060641 +0100
@@ -1,0 +2,50 @@
+Fri Jan 24 10:55:32 UTC 2020 - Wolfgang Bauer 
+
+- upstream release 0.7.1
+
+- New features and improvements
+  * Code hinting in script editor windows has been reworked, and now also 
completes argument names
+  * Instead of installing rkward R packages at build time, install them at 
runtime, when needed
+  * Add new commandline option "–r-executable=auto" for auto-detection of R 
installation
+  * element in save file mode gains checkbox to control overwriting of 
existing files
+  * Add command-line option –autoreuse to avoid shipping two separate .desktop 
files
+  *  elements in plugin dialogs can be set to accept only a single 
selection
+  * New R functions rk.capture.output() and and rk.end.capture.output()
+  * Allow to reference current script file in plugins
+  * Add various live-preview options for R scripts, including a preview of R 
markdown rendering
+  * Make it possible to "link" to specific settings pages from the internal 
documentation
+  * Slightly less confusing output in case a package is installed from 
require(), such as in many plugins
+  * Remove a bit of unused empty space around the main area of plugin dialogs
+  * Expand root level objects (esp. data.frames) by default in plugin object 
lists. Add button to toggle back to collapsed.
+  * Allow Tab-key to advance to the next row of data in data editor
+  * Do not attempt object name hinting behind empty quoted strings or spaces.
+  * rk.show.question() gains a parameter to allow setting a default button 
other than "yes"
+  * new function rk.askYesNo() combines the functionality of askYesNo() (R >= 
3.5.0) with rk.show.question() and is the default option for askYesNo() calls
+  * Compile in ui definitions, instead of providing them as separate files
+  * Offer R_LIBS_USER, instead of ~/.rkward/library as standard library 
installation location
+  * Support R version placeholder (%v) in custom library locations.
+  * File browser tool window follows changes in current working directory 
(while showing current working directory)
+  * Show focus indication in highlighted item color (usually blue), instead of 
hardcoded red
+
+- Bug fixes
+  * Fixed: Underscore (_) was not accepted in names of newly created 
data.frames
+  * Fixed:  element could not be set to not required
+  * Fixed: max.print option was not saved, correctly, when set from RKWard 
settings
+  * Fixed: RKWard icon was missing for the "enhances RKWard" column in package 
installation dialog
+  * Fixed a layout issue in plugins using -elements that would 
sometimes also render top-left aligned UI-elements unusable.
+  * Fix highlighting of "trailing" rows and columns in data editor
+  * Fixed: Loading existing workspace from startup dialog failed silently.
+  * Support handling of help:/ pages (e.g. RKWard plugins documentation) 
inside the RKWard help window, again.
+  * Fix printing of strings with R 3.5.0 on Windows in the console
+  * On Mac, do not attempt to start DBus, if it is already running
+  * Fix most compiler warnings
+  * File tool window gains button to switch to current working directory
+  * Fix a crash when closing a plugin dialog with an active plot preview
+  * Do not throw an error on objects that return non-numeric/non-scalar dim()
+
+- Drop patches merged upstream:
+  * Fix-compilation.patch
+  * Another-missing-include-file.patch
+  * Another-include-file-fix.patch
+
+---

Old:

  Another-include-file-fix.patch
  Another-missing-include-file.patch
  Fix-compilation.patch
  rkward-0.7.0b.tar.gz

New:

  rkward-0.7.1.tar.gz



Other differences:
--
++ rkward.spec ++
--- /var/tmp/diff_new_pack.X9jG02/_old  2020-01-25 13:25:06.380061435 +0100
+++ /var/tmp/diff_new_pack.X9jG02/_new  2020-01-25 13:25:06.380061435 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rkward
-Version:0.7.0b
+Version:0.7.1
 Release:0
 Summary:Graphical frontend for R language
 License:GPL-2.0-only
@@ -26,12 +26,6 @@
 
 Url:http://rkward.sourceforge.net/ 
 Source0:%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM
-Patch0: Fix-compilation.patch
-# PATCH-FIX-UPSTREAM

commit python-photutils for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-photutils for 
openSUSE:Factory checked in at 2020-01-25 13:25:11

Comparing /work/SRC/openSUSE:Factory/python-photutils (Old)
 and  /work/SRC/openSUSE:Factory/.python-photutils.new.26092 (New)


Package is "python-photutils"

Sat Jan 25 13:25:11 2020 rev:5 rq:766975 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-photutils/python-photutils.changes
2019-12-27 13:49:23.540489234 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-photutils.new.26092/python-photutils.changes 
2020-01-25 13:25:15.516065438 +0100
@@ -1,0 +2,6 @@
+Fri Jan 24 17:09:13 UTC 2020 - Benjamin Greiner 
+
+- 0001-aperture-mask-test-assert-almost-equal.patch:
+  upstream PR#1014 to avoid occasionally failing builds 
+
+---

New:

  0001-aperture-mask-test-assert-almost-equal.patch



Other differences:
--
++ python-photutils.spec ++
--- /var/tmp/diff_new_pack.Qi5r9H/_old  2020-01-25 13:25:17.288066215 +0100
+++ /var/tmp/diff_new_pack.Qi5r9H/_new  2020-01-25 13:25:17.320066229 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-photutils
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Group:  Productivity/Scientific/Astronomy
 URL:https://github.com/astropy/photutils
 Source: 
https://files.pythonhosted.org/packages/source/p/photutils/photutils-%{version}.tar.gz
+Patch0: 0001-aperture-mask-test-assert-almost-equal.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.13}
 BuildRequires:  %{python_module setuptools}
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q -n photutils-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ 0001-aperture-mask-test-assert-almost-equal.patch ++
>From b3bd82e42a0bf6ae409d1dda701dd7f24962da67 Mon Sep 17 00:00:00 2001
From: Benjamin Greiner 
Date: Fri, 24 Jan 2020 17:38:01 +0100
Subject: [PATCH] aperture mask test: assert almost equal

---
 photutils/aperture/tests/test_mask.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/photutils/aperture/tests/test_mask.py 
b/photutils/aperture/tests/test_mask.py
index fb9bff9a..47f64bf7 100644
--- a/photutils/aperture/tests/test_mask.py
+++ b/photutils/aperture/tests/test_mask.py
@@ -5,7 +5,7 @@ Tests for the mask module.
 
 import astropy.units as u
 import numpy as np
-from numpy.testing import assert_allclose
+from numpy.testing import assert_allclose, assert_almost_equal
 import pytest
 
 from ..bounding_box import BoundingBox
@@ -110,7 +110,7 @@ def test_mask_multiply():
 aper = CircularAperture((25, 25), r=radius)
 mask = aper.to_mask()
 data_weighted = mask.multiply(data)
-assert np.sum(data_weighted) == radius**2 * np.pi
+assert_almost_equal(np.sum(data_weighted), radius**2 * np.pi)
 
 # test that multiply() returns a copy
 data[25, 25] = 100.
@@ -125,7 +125,7 @@ def test_mask_multiply_quantity():
 
 data_weighted = mask.multiply(data)
 assert data_weighted.unit == u.adu
-assert np.sum(data_weighted.value) == radius**2 * np.pi
+assert_almost_equal(np.sum(data_weighted.value), radius**2 * np.pi)
 
 # test that multiply() returns a copy
 data[25, 25] = 100. * u.adu
-- 
2.25.0




commit python-pscript for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-pscript for openSUSE:Factory 
checked in at 2020-01-25 13:25:03

Comparing /work/SRC/openSUSE:Factory/python-pscript (Old)
 and  /work/SRC/openSUSE:Factory/.python-pscript.new.26092 (New)


Package is "python-pscript"

Sat Jan 25 13:25:03 2020 rev:5 rq:766960 version:0.7.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pscript/python-pscript.changes
2019-06-01 09:45:38.327403374 +0200
+++ /work/SRC/openSUSE:Factory/.python-pscript.new.26092/python-pscript.changes 
2020-01-25 13:25:08.836062511 +0100
@@ -1,0 +2,11 @@
+Fri Jan 17 17:08:17 CET 2020 - Matej Cepl 
+
+- Update to 0.7.3:
+  - add examples in the wild
+  - Reflect AST changes in Python 3.8.
+  - use markdown for pypi long_description
+- Remove python-faulthandler BR (it is optional and the package
+  is Python 2-only, in Python 3 the module is in the standard
+  library).
+
+---

Old:

  pscript-0.7.1.tar.gz

New:

  pscript-0.7.3.tar.gz



Other differences:
--
++ python-pscript.spec ++
--- /var/tmp/diff_new_pack.EsszeD/_old  2020-01-25 13:25:10.016063028 +0100
+++ /var/tmp/diff_new_pack.EsszeD/_new  2020-01-25 13:25:10.016063028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pscript
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pscript
-Version:0.7.1
+Version:0.7.3
 Release:0
 Summary:Python to JavaScript compiler
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/flexxui/pscript
+URL:https://github.com/flexxui/pscript
 Source: 
https://files.pythonhosted.org/packages/source/p/pscript/pscript-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -31,7 +31,6 @@
 # SECTION test requirements
 BuildRequires:  %{python_module invoke}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  python-faulthandler
 # /SECTION
 BuildArch:  noarch
 

++ pscript-0.7.1.tar.gz -> pscript-0.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pscript-0.7.1/PKG-INFO new/pscript-0.7.3/PKG-INFO
--- old/pscript-0.7.1/PKG-INFO  2019-03-29 22:17:47.0 +0100
+++ new/pscript-0.7.3/PKG-INFO  2019-12-16 17:05:35.163452400 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: pscript
-Version: 0.7.1
+Version: 0.7.3
 Summary: Python to JavaScript compiler.
 Home-page: http://pscript.readthedocs.io
 Author: Almar Klein and contributors
@@ -10,19 +10,13 @@
 Description: PScript
 
 
-
-.. image:: https://travis-ci.org/flexxui/pscript.svg
-:target: https://travis-ci.org/flexxui/pscript
-
-
-.. image:: 
https://readthedocs.org/projects/pscript/badge/?version=latest
-:target: https://pscript.readthedocs.org
-
+[![Build 
Status](https://travis-ci.org/flexxui/pscript.svg)](https://travis-ci.org/flexxui/pscript)
+[![Documentation 
Status](https://readthedocs.org/projects/pscript/badge/?version=latest)](https://pscript.readthedocs.org)
 
 
 PScript is a Python to JavaScript compiler, and is also the name of 
the subset
 of Python that this compiler supports. It was developed as a part of
-`Flexx `_ (as `flexx.pyscript`) and is now 
represented
+[Flexx](https://flexx.app) (as `flexx.pyscript`) and is now represented
 by its own project. Although it is still an important part of Flexx, 
it can
 also be useful by itself.
 
@@ -44,10 +38,10 @@
 ```py
 
from pscript import py2js
-   
+
def foo(a, b=2):
   print(a - b)
-   
+
print(py2js(foo))
 ```
 
@@ -71,10 +65,22 @@
 (e.g. ``async`` and ``await``) do not work in Internet Explorer.
 
 
+PScript in the wild
+---
+
+To give an idea of what PScript can do, here are some examples in the 
wild:
+
+* Obviously, everything built in Flexx uses PScript, see e.g. [these 
examples](https://flexx.readthedocs.io/en/stable/examples/)
+* The front-end of [TimeTurtle.app](https://timeturtle.app) 

commit salt-shaptools for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package salt-shaptools for openSUSE:Factory 
checked in at 2020-01-25 13:24:46

Comparing /work/SRC/openSUSE:Factory/salt-shaptools (Old)
 and  /work/SRC/openSUSE:Factory/.salt-shaptools.new.26092 (New)


Package is "salt-shaptools"

Sat Jan 25 13:24:46 2020 rev:10 rq:766938 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/salt-shaptools/salt-shaptools.changes
2020-01-10 17:51:46.578134140 +0100
+++ /work/SRC/openSUSE:Factory/.salt-shaptools.new.26092/salt-shaptools.changes 
2020-01-25 13:24:52.104055178 +0100
@@ -1,0 +2,6 @@
+Wed Jan 22 10:52:20 UTC 2020 - Dario Maiocchi 
+
+- Version 0.3.0
+  * Add first version of saptune module to apply specific solution 
+
+---

Old:

  salt-shaptools-0.2.12.tar.gz

New:

  salt-shaptools-0.3.0.tar.gz



Other differences:
--
++ salt-shaptools.spec ++
--- /var/tmp/diff_new_pack.PwcBnI/_old  2020-01-25 13:24:53.860055948 +0100
+++ /var/tmp/diff_new_pack.PwcBnI/_new  2020-01-25 13:24:53.892055962 +0100
@@ -19,7 +19,7 @@
 # See also https://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   salt-shaptools
-Version:0.2.12
+Version:0.3.0
 Release:0
 Summary:Salt modules and states for SAP Applications and SLE-HA 
components management
 
@@ -49,6 +49,8 @@
 cp -R salt/states/drbdmod.py %{buildroot}/srv/salt/_states
 cp -R salt/modules/netweavermod.py %{buildroot}/srv/salt/_modules
 cp -R salt/states/netweavermod.py %{buildroot}/srv/salt/_states
+cp -R salt/modules/saptunemod.py %{buildroot}/srv/salt/_modules
+cp -R salt/states/saptunemod.py %{buildroot}/srv/salt/_states
 
 
 %files

++ salt-shaptools-0.2.12.tar.gz -> salt-shaptools-0.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/salt-shaptools-0.2.12/README.md 
new/salt-shaptools-0.3.0/README.md
--- old/salt-shaptools-0.2.12/README.md 2020-01-09 16:37:15.619797345 +0100
+++ new/salt-shaptools-0.3.0/README.md  2020-01-23 12:08:57.968470309 +0100
@@ -23,7 +23,7 @@
 To run the state modules (there is a demo example in the demo folder) run:
 ```bash
 cd salt-shaptools
-sudo salt-call --local --retcode-passthrough -l debug -m . state.template 
demo/primary.sls
+sudo salt-call --retcode-passthrough -l debug -m . state.template 
demo/primary.sls
 ```
 
 ### Run in minions
@@ -33,12 +33,15 @@
 2. Copy the content of **states** in your "salt://_states/" (by default 
/srv/salt/_states)
 3. Synchronize modules with the minions. For that run:
 ```bash
-sudo salt '*' saltutil.sync_states
+sudo salt-call  saltutil.sync_all
 ```
 4. Execute the module functionalities. For that run:
 ```bash
 sudo salt-call hana.is_installed
 ```
+## Writing unit test
+
+You can have look at: 
https://docs.saltstack.com/en/latest/topics/development/tests/unit.html
 
 ## How to run the tests
 Salt has a quite particular way to execute the tests. As a summary, tests are 
splitted
@@ -51,17 +54,29 @@
 is in a separated repository, the easiest way is to copy our project code to a
 actual salt repository and run the tests. For that follow the next 
instructions:
 
-1. Download the salt project in the same folder of this project:
+1. Download 2 **needed extra projects**: (saltstack and shaptools)
+
 ```bash
-git clone g...@github.com:saltstack/salt.git
+git clone --depth=50 https://github.com/openSUSE/salt 
+git clone https://github.com/SUSE/shaptools.git
+```
+
+Your directory layout should looks like ( all the 3 dirs are in same three dir 
level)
+```
+- salt-shaptools
+- salt
+- shaptools
 ```
-2. Create a virtual environment (python2 must be used here) and install 
dependencies:
+
+
+2. Create a virtual environment, inside the `salt-shaptools` dir  and install 
dependencies:
 ```bash
 virtualenv saltvirtenv
 source saltvirtenv/bin/activate
-pip install pyzmq PyYAML pycrypto msgpack-python jinja2 psutil futures tornado 
pytest-salt mock
-pip install -e salt
-pip install -e shaptools #put the correct path
+pip install pyzmq PyYAML pycrypto msgpack-python jinja2 psutil futures tornado 
pytest-salt mock pytest-cov
+pip install -e ../salt
+pip install -e ../shaptools
+rm ../salt/tests/conftest.py # remove this file from the saltstack repo
 ```
 
 3. Run the tests. For that:
@@ -71,6 +86,21 @@
 ./tests/run.sh
 ```
 
+4) Running your modules/states:
+
+For testing/running modules:
+
+```
+salt-call --local saptune.apply_solution "SAP-ASE"
+
+```
+
+For testing/running states:
+```
+salt-call --local state.single saptune.solution_applied "HANA"
+```
+
+
 ## Dependencies
 
 List of dependencies are specified in the ["Requirements 
file"](requirements.txt). Items can be 

commit saphanabootstrap-formula for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package saphanabootstrap-formula for 
openSUSE:Factory checked in at 2020-01-25 13:24:51

Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.26092 (New)


Package is "saphanabootstrap-formula"

Sat Jan 25 13:24:51 2020 rev:9 rq:766941 version:0.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
2020-01-10 17:51:49.650135687 +0100
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.26092/saphanabootstrap-formula.changes
 2020-01-25 13:24:58.896058155 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 14:41:29 UTC 2020 - Dario Maiocchi 
+
+-  Version 0.4.3
+  * Add saptune module to apply a specific solution
+
+---

Old:

  saphanabootstrap-formula-0.4.2.tar.gz

New:

  saphanabootstrap-formula-0.4.3.tar.gz



Other differences:
--
++ saphanabootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.DoYZRx/_old  2020-01-25 13:24:59.704058509 +0100
+++ /var/tmp/diff_new_pack.DoYZRx/_new  2020-01-25 13:24:59.708058511 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   saphanabootstrap-formula
-Version:0.4.2
+Version:0.4.3
 Release:0
 Summary:SAP HANA platform deployment formula
 License:Apache-2.0

++ saphanabootstrap-formula-0.4.2.tar.gz -> 
saphanabootstrap-formula-0.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/saphanabootstrap-formula-0.4.2/hana/init.sls 
new/saphanabootstrap-formula-0.4.3/hana/init.sls
--- old/saphanabootstrap-formula-0.4.2/hana/init.sls2020-01-08 
18:09:15.008475999 +0100
+++ new/saphanabootstrap-formula-0.4.3/hana/init.sls2020-01-22 
18:17:54.931430466 +0100
@@ -5,6 +5,7 @@
   - hana.packages
 {% endif %}
   - hana.pre_validation
+  - hana.saptune
   - hana.install
   - hana.enable_primary
   - hana.enable_secondary
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/saphanabootstrap-formula-0.4.2/hana/saptune.sls 
new/saphanabootstrap-formula-0.4.3/hana/saptune.sls
--- old/saphanabootstrap-formula-0.4.2/hana/saptune.sls 1970-01-01 
01:00:00.0 +0100
+++ new/saphanabootstrap-formula-0.4.3/hana/saptune.sls 2020-01-22 
18:17:54.931430466 +0100
@@ -0,0 +1,14 @@
+{%- from "hana/map.jinja" import hana with context -%}
+{% set host = grains['host'] %}
+
+{% for node in hana.nodes if node.host == host and (hana.saptune_solution is 
defined or node.saptune_solution is defined) %}
+
+{% set saptune_solution = node.saptune_solution|default(hana.saptune_solution) 
%}
+{% set instance = '{:0>2}'.format(node.instance) %}
+{% set name = '{}_{}'.format(node.sid, instance) %}
+
+apply_saptune_solution_{{ host }}_{{ name }}:
+  saptune.solution_applied:
+- name: {{ saptune_solution }}
+
+{% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/saphanabootstrap-formula-0.4.2/pillar.example 
new/saphanabootstrap-formula-0.4.3/pillar.example
--- old/saphanabootstrap-formula-0.4.2/pillar.example   2020-01-08 
18:09:15.008475999 +0100
+++ new/saphanabootstrap-formula-0.4.3/pillar.example   2020-01-22 
18:17:54.931430466 +0100
@@ -3,6 +3,12 @@
   # If set to false, this packages must be installed before the formula
   # execution manually
   # install_packages: true
+
+  # saptune solution to apply to all nodes ( by default nothing is applied)
+  # you can also use this to a single node if need to differ. see hana2 
+  # Warning: only a unique solution can exist into a node.
+  saptune_solution: 'HANA'
+
   nodes:
 - host: 'hana01'
   sid: 'prd'
@@ -46,6 +52,7 @@
   sid: 'prd'
   instance: 00
   password: 'Qwerty1234'
+  saptune_solution: 'MAXDB'
   install:
 software_path: '/root/sap_inst/51052481'
 root_user: 'root'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.4.2/saphanabootstrap-formula.changes 
new/saphanabootstrap-formula-0.4.3/saphanabootstrap-formula.changes
--- old/saphanabootstrap-formula-0.4.2/saphanabootstrap-formula.changes 
2020-01-08 18:09:15.008475999 +0100
+++ new/saphanabootstrap-formula-0.4.3/saphanabootstrap-formula.changes 
2020-01-22 18:17:54.931430466 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 21 14:41:29 UTC 2020 - Dario Maiocchi 
+
+-  Version 0.4.3
+  * Add saptune module to apply a specific solution
+

commit feh for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2020-01-25 13:24:42

Comparing /work/SRC/openSUSE:Factory/feh (Old)
 and  /work/SRC/openSUSE:Factory/.feh.new.26092 (New)


Package is "feh"

Sat Jan 25 13:24:42 2020 rev:33 rq:766942 version:3.3

Changes:

--- /work/SRC/openSUSE:Factory/feh/feh.changes  2019-11-06 14:35:11.258613081 
+0100
+++ /work/SRC/openSUSE:Factory/.feh.new.26092/feh.changes   2020-01-25 
13:24:48.700053687 +0100
@@ -1,0 +2,10 @@
+Thu Jan 23 12:22:03 UTC 2020 - Martin Rey 
+
+- update to 3.3
+  * New option --class allows setting the X11 class hint per feh
+instance
+  * Improve handling of NULL returns from Imlib2 calls
+  * Fix compilation with libcurl < v7.32
+- feh-makefile_optflags.patch: Adapt patch to feh 3.3
+
+---

Old:

  feh-3.2.1.tar.bz2
  feh-3.2.1.tar.bz2.asc

New:

  feh-3.3.tar.bz2
  feh-3.3.tar.bz2.asc



Other differences:
--
++ feh.spec ++
--- /var/tmp/diff_new_pack.6hbeHt/_old  2020-01-25 13:24:49.520054046 +0100
+++ /var/tmp/diff_new_pack.6hbeHt/_new  2020-01-25 13:24:49.520054046 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package feh
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   feh
-Version:3.2.1
+Version:3.3
 Release:0
 Summary:X11 image viewer
 License:MIT AND LGPL-2.0-or-later

++ feh-3.2.1.tar.bz2 -> feh-3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/ChangeLog new/feh-3.3/ChangeLog
--- old/feh-3.2.1/ChangeLog 2019-07-22 20:26:34.0 +0200
+++ new/feh-3.3/ChangeLog   2019-12-03 17:33:06.0 +0100
@@ -1,3 +1,11 @@
+Tue, 03 Dec 2019 17:27:46 +0100  Daniel Friesel 
+
+* Release v3.3
+* New option --class allows setting the X11 class hint per feh instance
+  (patch by Olof-Joachim Frahm)
+* Improve handling of NULL returns from Imlib2 calls (patch by Ben Boeckel)
+* Fix compilation with libcurl < v7.32
+
 Mon, 22 Jul 2019 20:17:03 +0200  Daniel Friesel 
 
 * Release v3.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/config.mk new/feh-3.3/config.mk
--- old/feh-3.2.1/config.mk 2019-07-22 20:26:34.0 +0200
+++ new/feh-3.3/config.mk   2019-12-03 17:33:06.0 +0100
@@ -1,5 +1,5 @@
 PACKAGE ?= feh
-VERSION ?= 3.2.1
+VERSION ?= 3.3
 
 app ?= 0
 curl ?= 1
@@ -93,7 +93,7 @@
MAN_INOTIFY = disabled
 endif
 
-MAN_DATE ?= July 22, 2019
+MAN_DATE ?= December 03, 2019
 
 # Uncomment this to use dmalloc
 #CFLAGS += -DWITH_DMALLOC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/man/feh.pre new/feh-3.3/man/feh.pre
--- old/feh-3.2.1/man/feh.pre   2019-07-22 20:26:34.0 +0200
+++ new/feh-3.3/man/feh.pre 2019-12-03 17:33:06.0 +0100
@@ -303,6 +303,13 @@
 to try indefinitely.
 Negative values restore the default by disabling conversion altogether.
 .
+.It Cm --class Ar class
+.
+Set the X11 class hint to
+.Ar class .
+.
+Default: feh
+.
 .It Cm -L , --customlist Ar format
 .
 Don't display images, print image info according to
@@ -320,7 +327,7 @@
 .Pq optional feature, $MAN_EXIF$ in this build
 display some EXIF information in the bottom left corner, similar to using
 .Cm --info
-with exiv2 / exifgrep .
+with exiv2 / exifgrep.
 .
 .It Cm -d , --draw-filename
 .
@@ -330,7 +337,7 @@
 .
 Show overlay texts
 .Pq as created by Cm --draw-filename No et al
-on a semi-transparent background to improve their readability
+on a semi-transparent background to improve their readability.
 .
 .It Cm --edit
 .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-3.2.1/src/deps.mk new/feh-3.3/src/deps.mk
--- old/feh-3.2.1/src/deps.mk   2019-07-22 20:26:34.0 +0200
+++ new/feh-3.3/src/deps.mk 2019-12-03 17:33:06.0 +0100
@@ -15,7 +15,7 @@
 gib_style.o: gib_style.c gib_style.h gib_list.h utils.h debug.h
 imlib.o: imlib.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \
   structs.h menu.h utils.h getopt.h debug.h filelist.h signals.h \
-  winwidget.h options.h exif.h
+  winwidget.h options.h
 index.o: index.c feh.h gib_hash.h gib_list.h gib_imlib.h gib_style.h \
   structs.h menu.h utils.h getopt.h debug.h filelist.h winwidget.h \
   options.h index.h
@@ -55,12 +55,3 @@
 winwidget.o: winwidget.c feh.h gib_hash.h 

commit sapnwbootstrap-formula for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package sapnwbootstrap-formula for 
openSUSE:Factory checked in at 2020-01-25 13:24:49

Comparing /work/SRC/openSUSE:Factory/sapnwbootstrap-formula (Old)
 and  /work/SRC/openSUSE:Factory/.sapnwbootstrap-formula.new.26092 (New)


Package is "sapnwbootstrap-formula"

Sat Jan 25 13:24:49 2020 rev:4 rq:766940 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/sapnwbootstrap-formula/sapnwbootstrap-formula.changes
2019-12-21 12:33:05.611412088 +0100
+++ 
/work/SRC/openSUSE:Factory/.sapnwbootstrap-formula.new.26092/sapnwbootstrap-formula.changes
 2020-01-25 13:24:56.184056967 +0100
@@ -1,0 +2,13 @@
+Thu Jan 23 13:17:27 UTC 2020 - Dario Maiocchi 
+
+-  Version bump 0.2.0
+  * Add saptune module to apply a specific solutionn
+
+---
+Mon Jan 20 13:48:38 UTC 2020 - Xabier Arbulu 
+
+- Version bump 0.1.9
+  * Improve the shared disk creation to avoid issues mounting and 
+formatting the partitions (and later on with SAP instances) 
+
+---

Old:

  sapnwbootstrap-formula-0.1.8.tar.gz

New:

  sapnwbootstrap-formula-0.2.0.tar.gz



Other differences:
--
++ sapnwbootstrap-formula.spec ++
--- /var/tmp/diff_new_pack.q81s37/_old  2020-01-25 13:24:57.140057386 +0100
+++ /var/tmp/diff_new_pack.q81s37/_new  2020-01-25 13:24:57.140057386 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   sapnwbootstrap-formula
-Version:0.1.8
+Version:0.2.0
 Release:0
 Summary:SAP Netweaver platform deployment formula
 License:Apache-2.0

++ sapnwbootstrap-formula-0.1.8.tar.gz -> 
sapnwbootstrap-formula-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sapnwbootstrap-formula-0.1.8/netweaver/init.sls 
new/sapnwbootstrap-formula-0.2.0/netweaver/init.sls
--- old/sapnwbootstrap-formula-0.1.8/netweaver/init.sls 2019-12-19 
14:28:56.910027998 +0100
+++ new/sapnwbootstrap-formula-0.2.0/netweaver/init.sls 2020-01-23 
17:58:17.623545151 +0100
@@ -1,5 +1,6 @@
 include:
   - netweaver.setup
+  - netweaver.saptune
   - netweaver.install_ascs
   - netweaver.install_ers
   - netweaver.ha_cluster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sapnwbootstrap-formula-0.1.8/netweaver/saptune.sls 
new/sapnwbootstrap-formula-0.2.0/netweaver/saptune.sls
--- old/sapnwbootstrap-formula-0.1.8/netweaver/saptune.sls  1970-01-01 
01:00:00.0 +0100
+++ new/sapnwbootstrap-formula-0.2.0/netweaver/saptune.sls  2020-01-23 
17:58:17.623545151 +0100
@@ -0,0 +1,10 @@
+{%- from "netweaver/map.jinja" import netweaver with context -%}
+{% set host = grains['host'] %}
+{% for node in netweaver.nodes if node.host == host and 
(netweaver.saptune_solution is defined or node.saptune_solution is defined) %}
+{% set saptune_solution = 
node.saptune_solution|default(netweaver.saptune_solution) %}
+{% set instance = '{:0>2}'.format(node.instance) %}
+{% set name = '{}_{}'.format(node.sid, instance) %}
+apply_saptune_solution_{{ host }}_{{ name }}:
+  saptune.solution_applied:
+- name: {{ saptune_solution }}
+{% endfor %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sapnwbootstrap-formula-0.1.8/netweaver/setup/shared_disk.sls 
new/sapnwbootstrap-formula-0.2.0/netweaver/setup/shared_disk.sls
--- old/sapnwbootstrap-formula-0.1.8/netweaver/setup/shared_disk.sls
2019-12-19 14:28:56.910027998 +0100
+++ new/sapnwbootstrap-formula-0.2.0/netweaver/setup/shared_disk.sls
2020-01-23 17:58:17.623545151 +0100
@@ -27,16 +27,28 @@
 - require:
   - label_partition
 
+# This state is done to avoid failure in disk formatting
+wait_until_partition:
+  module.run:
+- test.sleep:
+  - length: 5
+- require:
+  - sbd_partition
+  - first_partition
+  - second_partition
+
 format_first_partition:
   cmd.run:
 - name: /sbin/mkfs.xfs {{ node.shared_disk_dev }}2
 - require:
+  - wait_until_partition
   - first_partition
 
 format_second_partition:
   cmd.run:
 - name: /sbin/mkfs.xfs {{ node.shared_disk_dev }}3
 - require:
+  - wait_until_partition
   - second_partition
 
 {% else %}
@@ -48,5 +60,22 @@
 - hide_output: True
 - timeout: 6000
 
+# This state is done to give always time to the disk formatting done by the 
1st node
+wait_until_rescan:
+  module.run:
+- test.sleep:
+  - length: 10
+- require:
+  - rescan_partition
+
+rescan_after_formatting:
+  cmd.run:
+- name: partprobe; fdisk -l {{ 

commit python-cftime for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-cftime for openSUSE:Factory 
checked in at 2020-01-25 13:24:39

Comparing /work/SRC/openSUSE:Factory/python-cftime (Old)
 and  /work/SRC/openSUSE:Factory/.python-cftime.new.26092 (New)


Package is "python-cftime"

Sat Jan 25 13:24:39 2020 rev:3 rq:766930 version:1.0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-cftime/python-cftime.changes  
2019-03-19 09:58:16.360105847 +0100
+++ /work/SRC/openSUSE:Factory/.python-cftime.new.26092/python-cftime.changes   
2020-01-25 13:24:47.320053082 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 15:13:06 UTC 2020 - Marketa Calabkova 
+
+- update to 1.0.4.2
+  * fix for date2num error when converting a DatetimeProlepticGregorian 
+object
+
+---

Old:

  cftime-1.0.3.4.tar.gz

New:

  cftime-1.0.4.2.tar.gz



Other differences:
--
++ python-cftime.spec ++
--- /var/tmp/diff_new_pack.j2FHxg/_old  2020-01-25 13:24:47.916053344 +0100
+++ /var/tmp/diff_new_pack.j2FHxg/_new  2020-01-25 13:24:47.920053345 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cftime
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cftime
-Version:1.0.3.4
+Version:1.0.4.2
 Release:0
 Summary:Time-handling functionality from netcdf4-python
 License:MIT

++ cftime-1.0.3.4.tar.gz -> cftime-1.0.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cftime-1.0.3.4/PKG-INFO new/cftime-1.0.4.2/PKG-INFO
--- old/cftime-1.0.3.4/PKG-INFO 2018-12-05 23:09:17.0 +0100
+++ new/cftime-1.0.4.2/PKG-INFO 2019-10-23 20:26:42.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cftime
-Version: 1.0.3.4
+Version: 1.0.4.2
 Summary: Time-handling functionality from netcdf4-python
 Home-page: UNKNOWN
 Author: Jeff Whitaker
@@ -18,7 +18,11 @@
 [![Commits 
Status](https://img.shields.io/github/commits-since/UniData/cftime/latest.svg)](https://github.com/UniData/cftime/commits/master)
 
 ## News
-12/05/2018:  version 1.0.3.3 released (just to fix a problem with the 
source 
+10/25/2019:  version 1.0.4.1 released (fix for [issue 
#126](https://github.com/Unidata/cftime/issues/126)).
+
+10/21/2019:  version 1.0.4 released.
+
+12/05/2018:  version 1.0.3.4 released (just to fix a problem with the 
source 
 tarball on pypi).
 
 12/05/2018:  version 1.0.3.1 released.  Bugfix release (fixed issue 
with installation
@@ -58,5 +62,5 @@
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Scientific/Engineering
-Classifier: License :: OSI Approved
+Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
 Description-Content-Type: text/markdown
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cftime-1.0.3.4/README.md new/cftime-1.0.4.2/README.md
--- old/cftime-1.0.3.4/README.md2018-12-05 22:23:35.0 +0100
+++ new/cftime-1.0.4.2/README.md2019-10-23 20:26:29.0 +0200
@@ -10,7 +10,11 @@
 [![Commits 
Status](https://img.shields.io/github/commits-since/UniData/cftime/latest.svg)](https://github.com/UniData/cftime/commits/master)
 
 ## News
-12/05/2018:  version 1.0.3.3 released (just to fix a problem with the source 
+10/25/2019:  version 1.0.4.1 released (fix for [issue 
#126](https://github.com/Unidata/cftime/issues/126)).
+
+10/21/2019:  version 1.0.4 released.
+
+12/05/2018:  version 1.0.3.4 released (just to fix a problem with the source 
 tarball on pypi).
 
 12/05/2018:  version 1.0.3.1 released.  Bugfix release (fixed issue with 
installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cftime-1.0.3.4/cftime/_cftime.pyx 
new/cftime-1.0.4.2/cftime/_cftime.pyx
--- old/cftime-1.0.3.4/cftime/_cftime.pyx   2018-12-05 22:57:21.0 
+0100
+++ new/cftime-1.0.4.2/cftime/_cftime.pyx   2019-10-23 20:26:38.0 
+0200
@@ -17,8 +17,9 @@
 except ImportError:  # python 3.x
 pass
 
+
 microsec_units = ['microseconds','microsecond', 'microsec', 'microsecs']
-millisec_units = ['milliseconds', 'millisecond', 'millisec', 'millisecs']
+millisec_units = ['milliseconds', 'millisecond', 'millisec', 'millisecs', 

commit mvapich2 for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package mvapich2 for openSUSE:Factory 
checked in at 2020-01-25 13:24:56

Comparing /work/SRC/openSUSE:Factory/mvapich2 (Old)
 and  /work/SRC/openSUSE:Factory/.mvapich2.new.26092 (New)


Package is "mvapich2"

Sat Jan 25 13:24:56 2020 rev:20 rq:766945 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/mvapich2/mvapich2.changes2019-10-02 
11:59:38.254917606 +0200
+++ /work/SRC/openSUSE:Factory/.mvapich2.new.26092/mvapich2.changes 
2020-01-25 13:25:01.688059378 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 08:17:00 UTC 2020 - Nicolas Morey-Chaisemartin 

+
+- Update to mvapich2 2.3.3 (jsc#SLE-8544)
+  - See CHANGELOG for fixes and new features
+
+---

Old:

  mvapich2-2.3.2.tar.gz

New:

  mvapich2-2.3.3.tar.gz



Other differences:
--
++ mvapich2.spec ++
--- /var/tmp/diff_new_pack.FIBDRz/_old  2020-01-25 13:25:03.008059957 +0100
+++ /var/tmp/diff_new_pack.FIBDRz/_new  2020-01-25 13:25:03.012059959 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mvapich2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,8 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define pname mvapich2
-%define vers  2.3.2
-%define _vers 2_3_2
+%define vers  2.3.3
+%define _vers 2_3_3
 
 %if "%{flavor}" == ""
 ExclusiveArch:  do_not_build
@@ -157,7 +157,7 @@
 Group:  Development/Libraries/Parallel
 Version:%{vers}
 Release:0
-Source0:mvapich2-%{version}.tar.gz
+Source0:
http://mvapich.cse.ohio-state.edu/download/mvapich/mv2/mvapich2-%{version}.tar.gz
 Source1:mpivars.sh
 Source2:mpivars.csh
 Source3:macros.hpc-mvapich2
@@ -170,7 +170,7 @@
 Patch4: reproducible.patch
 # PATCH-FIX-UPSTREAM 0001-Drop-real128.patch 
(https://github.com/pmodels/mpich/issues/4005)
 Patch5: 0001-Drop-real128.patch
-Url:http://mvapich.cse.ohio-state.edu/overview/mvapich2/
+URL:http://mvapich.cse.ohio-state.edu/overview/mvapich2/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if %{without skip_hpc_build}

++ mvapich2-2.3.2.tar.gz -> mvapich2-2.3.3.tar.gz ++
/work/SRC/openSUSE:Factory/mvapich2/mvapich2-2.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.mvapich2.new.26092/mvapich2-2.3.3.tar.gz differ: 
char 5, line 1




commit python-cbor2 for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package python-cbor2 for openSUSE:Factory 
checked in at 2020-01-25 13:24:31

Comparing /work/SRC/openSUSE:Factory/python-cbor2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-cbor2.new.26092 (New)


Package is "python-cbor2"

Sat Jan 25 13:24:31 2020 rev:2 rq:766911 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-cbor2/python-cbor2.changes
2019-03-05 12:20:37.576927351 +0100
+++ /work/SRC/openSUSE:Factory/.python-cbor2.new.26092/python-cbor2.changes 
2020-01-25 13:24:42.996051187 +0100
@@ -1,0 +2,13 @@
+Fri Jan 24 13:45:03 UTC 2020 - Marketa Calabkova 
+
+- update to version 5.0.1
+  * Fix deprecation warning on python 3.7, 3.8
+  * BACKWARD INCOMPATIBLE CBOR does not have a bare DATE type, 
+encoding dates as datetimes is disabled by default
+  * few major changes in the API, see docs/versionhistory.rst
+  * Optional Pure C implementation by waveform80 that functions 
+identically to the pure Python implementation
+  * Drop Python 3.3 and 3.4 support from the build process
+  * Added support for encoding and decoding IPv4 and IPv6 addresses
+
+---

Old:

  cbor2-4.1.2.tar.gz

New:

  cbor2-5.0.1.tar.gz



Other differences:
--
++ python-cbor2.spec ++
--- /var/tmp/diff_new_pack.JSDjVA/_old  2020-01-25 13:24:43.628051464 +0100
+++ /var/tmp/diff_new_pack.JSDjVA/_new  2020-01-25 13:24:43.628051464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cbor2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cbor2
-Version:4.1.2
+Version:5.0.1
 Release:0
 Summary:Pure Python CBOR (de)serializer with extensive tag support
 License:MIT

++ cbor2-4.1.2.tar.gz -> cbor2-5.0.1.tar.gz ++
 10243 lines of diff (skipped)




commit ucl for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package ucl for openSUSE:Factory checked in 
at 2020-01-25 13:24:03

Comparing /work/SRC/openSUSE:Factory/ucl (Old)
 and  /work/SRC/openSUSE:Factory/.ucl.new.26092 (New)


Package is "ucl"

Sat Jan 25 13:24:03 2020 rev:4 rq:766780 version:1.03

Changes:

--- /work/SRC/openSUSE:Factory/ucl/ucl.changes  2020-01-10 17:51:10.542117530 
+0100
+++ /work/SRC/openSUSE:Factory/.ucl.new.26092/ucl.changes   2020-01-25 
13:24:18.160040304 +0100
@@ -1,0 +2,6 @@
+Thu Jan 23 23:35:45 UTC 2020 - Jan Engelhardt 
+
+- Add upx-207.patch
+  [CVE-2018-11243 partially - ticket 207 ONLY, boo#1094138]
+
+---

New:

  upx-207.patch



Other differences:
--
++ ucl.spec ++
--- /var/tmp/diff_new_pack.T0Havu/_old  2020-01-25 13:24:19.988041105 +0100
+++ /var/tmp/diff_new_pack.T0Havu/_new  2020-01-25 13:24:19.992041106 +0100
@@ -26,6 +26,7 @@
 Group:  Development/Libraries/C and C++
 URL:https://www.oberhumer.com/opensource/ucl/
 Source0:
http://www.oberhumer.com/opensource/ucl/download/ucl-%{version}.tar.gz
+Patch1: upx-207.patch
 BuildRequires:  gcc-c++
 
 %description
@@ -53,7 +54,7 @@
 Headers and other development files for UCL library.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 export CFLAGS="%{optflags} -std=c90"

++ upx-207.patch ++
From: jreiser
Date: 2018-08-25 19:53+0200
References: https://github.com/upx/upx/issues/207#issuecomment-415986002

---
 src/n2b_d.c |2 +-
 src/n2e_d.c |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: ucl-1.03/src/n2b_d.c
===
--- ucl-1.03.orig/src/n2b_d.c
+++ ucl-1.03/src/n2b_d.c
@@ -101,7 +101,7 @@
 m_len += 2;
 }
 m_len += (m_off > 0xd00);
-fail(olen + m_len > oend, UCL_E_OUTPUT_OVERRUN);
+fail(olen + m_len + 1 > oend, UCL_E_OUTPUT_OVERRUN);
 fail(m_off > olen, UCL_E_LOOKBEHIND_OVERRUN);
 #ifdef TEST_OVERLAP
 olen += m_len + 1;
Index: ucl-1.03/src/n2e_d.c
===
--- ucl-1.03.orig/src/n2e_d.c
+++ ucl-1.03/src/n2e_d.c
@@ -109,7 +109,7 @@
 m_len += 3;
 }
 m_len += (m_off > 0x500);
-fail(olen + m_len > oend, UCL_E_OUTPUT_OVERRUN);
+fail(olen + m_len + 1 > oend, UCL_E_OUTPUT_OVERRUN);
 fail(m_off > olen, UCL_E_LOOKBEHIND_OVERRUN);
 #ifdef TEST_OVERLAP
 olen += m_len + 1;



commit cpuid for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package cpuid for openSUSE:Factory checked 
in at 2020-01-25 13:24:36

Comparing /work/SRC/openSUSE:Factory/cpuid (Old)
 and  /work/SRC/openSUSE:Factory/.cpuid.new.26092 (New)


Package is "cpuid"

Sat Jan 25 13:24:36 2020 rev:8 rq:766908 version:20200116

Changes:

--- /work/SRC/openSUSE:Factory/cpuid/cpuid.changes  2018-07-07 
22:01:36.223074002 +0200
+++ /work/SRC/openSUSE:Factory/.cpuid.new.26092/cpuid.changes   2020-01-25 
13:24:46.188052586 +0100
@@ -1,0 +2,9 @@
+Fri Jan 17 13:06:18 UTC 2020 - Josef Möllers 
+
+- Upgrade to release 20200116
+  many changes in Changelog: many new flags added.
+  Also added support for Cyrix MediaGX, Matisse B0 stepping,
+  Hygon CPUs.
+  [cpuid-20200116.src.tar.gz]
+
+---

Old:

  cpuid-20180519.src.tar.gz

New:

  cpuid-20200116.src.tar.gz



Other differences:
--
++ cpuid.spec ++
--- /var/tmp/diff_new_pack.bX5T0T/_old  2020-01-25 13:24:46.760052837 +0100
+++ /var/tmp/diff_new_pack.bX5T0T/_new  2020-01-25 13:24:46.768052841 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cpuid
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,12 +12,12 @@
 # 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/
 #
 
 
 Name:   cpuid
-Version:20180519
+Version:20200116
 Release:0
 Summary:x86 CPU identification tool
 License:GPL-2.0-or-later

++ cpuid-20180519.src.tar.gz -> cpuid-20200116.src.tar.gz ++
 6324 lines of diff (skipped)




commit wsl-appx for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package wsl-appx for openSUSE:Factory 
checked in at 2020-01-25 13:23:55

Comparing /work/SRC/openSUSE:Factory/wsl-appx (Old)
 and  /work/SRC/openSUSE:Factory/.wsl-appx.new.26092 (New)


Package is "wsl-appx"

Sat Jan 25 13:23:55 2020 rev:2 rq:766644 version:1

Changes:

--- /work/SRC/openSUSE:Factory/wsl-appx/wsl-appx.changes2020-01-23 
15:53:50.603060221 +0100
+++ /work/SRC/openSUSE:Factory/.wsl-appx.new.26092/wsl-appx.changes 
2020-01-25 13:24:12.424037790 +0100
@@ -1,0 +2,5 @@
+Wed Jan 15 15:02:19 UTC 2020 - Ludwig Nussel 
+
+- add license to genterated .packages file
+
+---



Other differences:
--
++ wsl-appx.spec ++
--- /var/tmp/diff_new_pack.hFF0WC/_old  2020-01-25 13:24:14.088038520 +0100
+++ /var/tmp/diff_new_pack.hFF0WC/_new  2020-01-25 13:24:14.092038521 +0100
@@ -152,7 +152,7 @@
 tar -C r -xzf $PWD/install.tar.gz var/lib/rpm/Packages
 %endif
 rpm --root $PWD/r -qa --qf '%%{size} %%{name}\n' | sort -n > 
"$APPXNAME.packages.sizes"
-rpm --root $PWD/r -qa --qf 
'%%{name}|%%{epoch}|%%{version}|%%{release}|%%{arch}|%%{disturl}\n' | sort > 
"$APPXNAME.packages"
+rpm --root $PWD/r -qa --qf 
'%%{name}|%%{epoch}|%%{version}|%%{release}|%%{arch}|%%{disturl}|%%{license}\n' 
| sort > "$APPXNAME.packages"
 rm -rf r
 
 echo -n "### APPX size: "




commit opencv for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2020-01-25 13:23:10

Comparing /work/SRC/openSUSE:Factory/opencv (Old)
 and  /work/SRC/openSUSE:Factory/.opencv.new.26092 (New)


Package is "opencv"

Sat Jan 25 13:23:10 2020 rev:80 rq:766070 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv.changes2020-01-10 
18:39:41.791475305 +0100
+++ /work/SRC/openSUSE:Factory/.opencv.new.26092/opencv.changes 2020-01-25 
13:23:31.104019683 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 23:22:42 UTC 2020 - Stefan Brüns 
+
+- Add webp build dependency to use system libwebp instead of bundled
+  one.
+- Enable dispatch of AVX512 optimized code.
+
+---



Other differences:
--
++ opencv.spec ++
--- /var/tmp/diff_new_pack.zLokps/_old  2020-01-25 13:23:35.060021416 +0100
+++ /var/tmp/diff_new_pack.zLokps/_new  2020-01-25 13:23:35.060021416 +0100
@@ -67,6 +67,7 @@
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libv4lconvert)
+BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(zlib)
 Provides:   opencv-qt5 = %{version}
 Obsoletes:  opencv-qt5 < %{version}
@@ -211,7 +212,7 @@
 %endif
 %ifarch x86_64
   -DCPU_BASELINE=SSE2 \
-  -DCPU_DISPATCH=SSE3,SSE4_1,SSE4_2,FP16,FMA3,AVX,AVX2 \
+  -DCPU_DISPATCH=SSE3,SSE4_1,SSE4_2,FP16,FMA3,AVX,AVX2,AVX512_ICL \
 %endif
 %ifarch %{arm}
 %ifarch armv7l armv7hl




commit upx for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package upx for openSUSE:Factory checked in 
at 2020-01-25 13:24:07

Comparing /work/SRC/openSUSE:Factory/upx (Old)
 and  /work/SRC/openSUSE:Factory/.upx.new.26092 (New)


Package is "upx"

Sat Jan 25 13:24:07 2020 rev:14 rq:766781 version:3.96

Changes:

--- /work/SRC/openSUSE:Factory/upx/upx.changes  2018-11-10 16:57:56.727858675 
+0100
+++ /work/SRC/openSUSE:Factory/.upx.new.26092/upx.changes   2020-01-25 
13:24:21.224041647 +0100
@@ -1,0 +2,11 @@
+Thu Jan 23 06:58:20 UTC 2020 - Ismail Dönmez 
+
+- Update to version 3.96
+  * Bug fixes:
+[CVE-2019-1010048, boo#1141777]
+[CVE-2019-14296, boo#1143839]
+[CVE-2019-20021, boo#1159833]
+[CVE-2019-20053, boo#1159920]
+[CVE-2018-11243 partially - ticket 206 ONLY, boo#1094138]
+
+---

Old:

  upx-3.95-src.tar.xz

New:

  upx-3.96-src.tar.xz



Other differences:
--
++ upx.spec ++
--- /var/tmp/diff_new_pack.rmzZak/_old  2020-01-25 13:24:22.224042085 +0100
+++ /var/tmp/diff_new_pack.rmzZak/_new  2020-01-25 13:24:22.224042085 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package upx
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   upx
-Version:3.95
+Version:3.96
 Release:0
 Summary:The Ultimate Packer for eXecutables
 License:GPL-2.0-or-later

++ upx-3.95-src.tar.xz -> upx-3.96-src.tar.xz ++
 27852 lines of diff (skipped)




commit slurm for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2020-01-25 13:23:59

Comparing /work/SRC/openSUSE:Factory/slurm (Old)
 and  /work/SRC/openSUSE:Factory/.slurm.new.26092 (New)


Package is "slurm"

Sat Jan 25 13:23:59 2020 rev:37 rq:767017 version:19.05.5

Changes:

--- /work/SRC/openSUSE:Factory/slurm/slurm.changes  2020-01-13 
22:22:54.854556909 +0100
+++ /work/SRC/openSUSE:Factory/.slurm.new.26092/slurm.changes   2020-01-25 
13:24:15.212039012 +0100
@@ -1,0 +2,23 @@
+Fri Jan 24 17:31:18 UTC 2020 - Egbert Eich 
+
+- Remove special OHPC compatibility macro: these settings should
+  be applied univerally.
+- Add a Recommends for mariadb to slurm-slurmdbd: it is recommened
+  to run the database on the same machine as the daemon.
+
+---
+Fri Jan 24 11:47:58 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
+  shortcut through the -mini flavors.
+- Use systemd_ordering instead of systemd_requires: systemd is
+  never a strict requirement; but in case the system is scheduled
+  for installation together with systemd, we want systemd to be
+  installed prior to slurm.
+
+---
+Thu Jan 23 17:44:29 UTC 2020 - Christian Goll 
+
+- start slurmdbd after mariadb (bsc#1161716)
+
+---



Other differences:
--
++ slurm.spec ++
--- /var/tmp/diff_new_pack.zpsc1s/_old  2020-01-25 13:24:16.488039571 +0100
+++ /var/tmp/diff_new_pack.zpsc1s/_new  2020-01-25 13:24:16.496039575 +0100
@@ -58,11 +58,6 @@
 %{bcond_with pmix}
 %endif
 
-# For anything newer than Leap 42.1 and SLE-12-SP1 build compatible to OpenHPC.
-%if 0%{suse_version} > 1320 || 0%{?sle_version} >= 120200
-%define OHPC_BUILD 1
-%endif
-
 %if 0%{?suse_version} >= 1220 || 0%{?sle_version} >= 12
  %define with_systemd 1
 %endif
@@ -187,7 +182,7 @@
 BuildRequires:  rrdtool-devel
 %if 0%{?with_systemd}
 %{?systemd_requires}
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 %else
 Requires(post): %insserv_prereq %fillup_prereq
 %endif
@@ -324,13 +319,16 @@
 Requires:   %{name}-config = %{version}
 Requires:   %{name}-plugins = %{version}
 Requires:   %{name}-sql = %{version}
+%if 0%{?suse_version} > 1310
+Recommends: mariadb
+%endif
 %if 0%{?have_boolean_deps}
 Recommends: (%{name}-munge = %version if munge)
 %else
 Recommends: %{name}-munge = %version
 %endif
 %if 0%{?with_systemd}
-%{?systemd_requires}
+%{?systemd_ordering}
 %else
 Requires(post): %insserv_prereq %fillup_prereq
 %endif
@@ -449,7 +447,7 @@
 Recommends: %{name}-munge = %version
 %endif
 %if 0%{?with_systemd}
-%{?systemd_requires}
+%{?systemd_ordering}
 %else
 Requires(post): %insserv_prereq %fillup_prereq
 %endif
@@ -469,7 +467,7 @@
 Requires(pre):  shadow
 %endif
 %if 0%{?with_systemd}
-%{?systemd_requires}
+%{?systemd_ordering}
 %endif
 %{?upgrade:Provides: %{pname}-config = %{version}}
 %{?upgrade:Conflicts: %{pname}-config}
@@ -569,7 +567,7 @@
 install -D -m644 etc/layouts.d.power.conf.example 
%{buildroot}/%{_sysconfdir}/%{pname}/layouts.d/power.conf.example
 install -D -m644 etc/layouts.d.power_cpufreq.conf.example 
%{buildroot}/%{_sysconfdir}/%{pname}/layouts.d/power_cpufreq.conf.example
 install -D -m644 etc/layouts.d.unit.conf.example 
%{buildroot}/%{_sysconfdir}/%{pname}/layouts.d/unit.conf.example
-install -D -m644 etc/slurm.conf.example 
%{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf%{?OHPC_BUILD:.example}
+install -D -m644 etc/slurm.conf.example 
%{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf.example
 install -D -m600 etc/slurmdbd.conf.example 
%{buildroot}/%{_sysconfdir}/%{pname}/slurmdbd.conf
 install -D -m600 etc/slurmdbd.conf.example 
%{buildroot}%{_sysconfdir}/%{pname}/slurmdbd.conf.example
 install -D -m755 contribs/sjstat %{buildroot}%{_bindir}/sjstat
@@ -577,7 +575,6 @@
 
 cp contribs/pam_slurm_adopt/README ../README.pam_slurm_adopt
 cp  contribs/pam/README ../README.pam_slurm
-%if 0%{?OHPC_BUILD}
 # change slurm.conf for our needs
 head -n -2 %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf.example | grep -v 
ReturnToService > %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
 sed -i 's#\(StateSaveLocation=\).*#\1%_localstatedir/lib/slurm#'  
%{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
@@ -604,12 +601,14 @@
  %{buildroot}/%{_sysconfdir}/%{pname}/slurmdbd.conf
 # manage local state dir and a remote states save location
 mkdir -p %{buildroot}/%_localstatedir/lib/slurm
+%if 0%{?with_systemd}
 sed -i -e "s@PIDFile=.*@PIDFile=%{_localstatedir}/run/slurm/slurmctld.pid@" \
 

commit vulkan-tools for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package vulkan-tools for openSUSE:Factory 
checked in at 2020-01-25 13:23:46

Comparing /work/SRC/openSUSE:Factory/vulkan-tools (Old)
 and  /work/SRC/openSUSE:Factory/.vulkan-tools.new.26092 (New)


Package is "vulkan-tools"

Sat Jan 25 13:23:46 2020 rev:13 rq:766385 version:1.2.131

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-tools/vulkan-tools.changes
2019-12-21 12:28:59.743295168 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-tools.new.26092/vulkan-tools.changes 
2020-01-25 13:24:07.35414 +0100
@@ -1,0 +2,7 @@
+Sun Jan 19 12:05:19 UTC 2020 - Jan Engelhardt 
+
+- Update to release 1.2.131
+  * vulkaninfo: handle previous driver versions
+  * vulkaninfo: Make presentation surface names a set
+
+---

Old:

  v1.1.130.tar.gz

New:

  v1.2.131.tar.gz



Other differences:
--
++ vulkan-tools.spec ++
--- /var/tmp/diff_new_pack.kHfAbi/_old  2020-01-25 13:24:08.648036135 +0100
+++ /var/tmp/diff_new_pack.kHfAbi/_new  2020-01-25 13:24:08.652036137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vulkan-tools
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   vulkan-tools
-Version:1.1.130
+Version:1.2.131
 Release:0
 Summary:Diagnostic utilities for Vulkan
 License:Apache-2.0
@@ -25,7 +25,6 @@
 URL:https://github.com/KhronosGroup/Vulkan-Tools
 
 Source: 
https://github.com/KhronosGroup/Vulkan-Tools/archive/v%version.tar.gz
-#Source: Vulkan-Tools-%version.tar.xz
 BuildRequires:  cmake >= 3.4
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  glslang-devel >= 7.13.3496

++ v1.1.130.tar.gz -> v1.2.131.tar.gz ++
 5316 lines of diff (skipped)




commit mpitests for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package mpitests for openSUSE:Factory 
checked in at 2020-01-25 13:23:22

Comparing /work/SRC/openSUSE:Factory/mpitests (Old)
 and  /work/SRC/openSUSE:Factory/.mpitests.new.26092 (New)


Package is "mpitests"

Sat Jan 25 13:23:22 2020 rev:7 rq:766916 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/mpitests/mpitests.changes2019-10-17 
12:21:38.355270138 +0200
+++ /work/SRC/openSUSE:Factory/.mpitests.new.26092/mpitests.changes 
2020-01-25 13:23:59.204031997 +0100
@@ -1,0 +2,12 @@
+Fri Jan 24 10:27:20 UTC 2020 - Stefan Brüns 
+
+- Fix syntax error in SLE version checks for openmpi3, sle_version
+  is not defined for Factory.
+
+---
+Mon Jan  6 16:12:10 UTC 2020 - Nicolas Morey-Chaisemartin 

+
+- Enable mpitests-openmpi3 for SLE >= 15-SP2
+- Support releases with openmpi not yet renamed
+
+---



Other differences:
--
++ mpitests.spec ++
--- /var/tmp/diff_new_pack.ck9ESg/_old  2020-01-25 13:24:00.356032502 +0100
+++ /var/tmp/diff_new_pack.ck9ESg/_new  2020-01-25 13:24:00.360032503 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpitests
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,7 @@
 %endif
 Version:3.2
 Release:0
-Url:http://www.openfabrics.org/downloads.htm
+URL:http://www.openfabrics.org/downloads.htm
 Source0:
http://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-%{osu_ver}.tar.gz
 Source1:
https://github.com/intel/mpi-benchmarks/archive/v%{imb_ver}.tar.gz#/IMB_2018_Update1.tgz
 Source3:mpitests-runtests.sh
@@ -78,6 +78,21 @@
 Requires:   mpitests = %{version}
 %endif
 
+# openmpi was renamed to openmpi1 in Factory so only enable openmpi1 there
+# and openmpi everywhere else
+%if "%{flavor}" == "openmpi"
+%if 0%{?suse_version} > 1500
+# Disable for Factory
+ExclusiveArch:  do_not_build
+%endif
+%endif
+%if "%{flavor}" == "openmpi1"
+%if 0%{?suse_version} <= 1500
+# Disable for everything but Factory
+ExclusiveArch:  do_not_build
+%endif
+%endif
+
 %if "%{flavor}" == "mvapich2"
 ExcludeArch:%{arm}
 %endif
@@ -133,14 +148,16 @@
 %endif
 
 %if "%{flavor}" == "openmpi3" || "%{flavor}" == "openmpi3-gnu-hpc"
-%if !0%{?is_opensuse}
-#OpenMPI3 is not available in SLE, so do not build these flavors unless
+%if 0%{!?is_opensuse} && 0%{?sle_version} < 150200
+#OpenMPI3 is not available in SLE < 15-SP2, so do not build these flavors 
unless
 #with openmpi3 is set
 %bcond_with mpitests_openmpi3
+%else
+%bcond_without mpitests_openmpi3
+%endif
 %if %{without mpitests_openmpi3}
 ExclusiveArch:  do_not_build
 %endif
-%endif
 ExcludeArch:ppc64
 %endif
 

++ _multibuild ++
--- /var/tmp/diff_new_pack.ck9ESg/_old  2020-01-25 13:24:00.384032514 +0100
+++ /var/tmp/diff_new_pack.ck9ESg/_new  2020-01-25 13:24:00.384032514 +0100
@@ -1,5 +1,6 @@
 
   openmpi1-gnu-hpc
+  openmpi
   openmpi1
   openmpi2-gnu-hpc
   openmpi2




commit gdbm for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package gdbm for openSUSE:Factory checked in 
at 2020-01-25 13:23:05

Comparing /work/SRC/openSUSE:Factory/gdbm (Old)
 and  /work/SRC/openSUSE:Factory/.gdbm.new.26092 (New)


Package is "gdbm"

Sat Jan 25 13:23:05 2020 rev:38 rq:766024 version:1.18.1

Changes:

--- /work/SRC/openSUSE:Factory/gdbm/gdbm.changes2019-02-08 
12:03:24.633698010 +0100
+++ /work/SRC/openSUSE:Factory/.gdbm.new.26092/gdbm.changes 2020-01-25 
13:23:23.136016191 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 16:59:59 UTC 2020 - pgaj...@suse.com
+
+- added patches
+  Build with -no-common, [bsc#1160872]
+  + gdbm-no-common.patch
+
+---

New:

  gdbm-no-common.patch



Other differences:
--
++ gdbm.spec ++
--- /var/tmp/diff_new_pack.1hCLit/_old  2020-01-25 13:23:24.408016749 +0100
+++ /var/tmp/diff_new_pack.1hCLit/_new  2020-01-25 13:23:24.412016751 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdbm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@
 Source4:%{name}.keyring
 # PATCH-FIX-SUSE: remove the build date from src/version.c
 Patch4: gdbm-no-build-date.patch
+# Build with -no-common, [bsc#1160872] (mail to g...@gnu.org)
+Patch5: gdbm-no-common.patch
 BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRequires:  readline-devel
@@ -105,6 +107,7 @@
 %prep
 %setup -q
 %patch4 -p1
+%patch5 -p1
 
 %build
 


++ gdbm-no-common.patch ++
Index: gdbm-1.18.1/src/gdbm_dump.c
===
--- gdbm-1.18.1.orig/src/gdbm_dump.c2018-05-30 11:39:15.0 +0200
+++ gdbm-1.18.1/src/gdbm_dump.c 2020-01-20 17:48:28.838317331 +0100
@@ -19,8 +19,6 @@
 # include "gdbmapp.h"
 # include "gdbmdefs.h"
 
-char *parseopt_program_doc = "dump a GDBM database to a file";
-char *parseopt_program_args = "DB_FILE [FILE]";
 struct gdbm_option optab[] = {
   { 'H', "format", "binary|ascii|0|1", N_("select dump format") },
   { 0 }
@@ -43,6 +41,8 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   set_progname (argv[0]);
+  parseopt_program_doc = "dump a GDBM database to a file";
+  parseopt_program_args = "DB_FILE [FILE]";
 
   for (opt = parseopt_first (argc, argv, optab);
opt != EOF;
Index: gdbm-1.18.1/src/gdbm_load.c
===
--- gdbm-1.18.1.orig/src/gdbm_load.c2018-05-30 11:39:15.0 +0200
+++ gdbm-1.18.1/src/gdbm_load.c 2020-01-20 17:49:03.454509733 +0100
@@ -29,8 +29,6 @@ int mode;
 uid_t owner_uid;
 gid_t owner_gid;
 
-char *parseopt_program_doc = "load a GDBM database from a file";
-char *parseopt_program_args = "FILE [DB_FILE]";
 struct gdbm_option optab[] = {
   { 'r', "replace", NULL, N_("replace records in the existing database") },
   { 'm', "mode", N_("MODE"), N_("set file mode") },
@@ -107,6 +105,8 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   set_progname (argv[0]);
+  parseopt_program_doc = "load a GDBM database from a file";
+  parseopt_program_args = "FILE [DB_FILE]";
 
   for (opt = parseopt_first (argc, argv, optab);
opt != EOF;
Index: gdbm-1.18.1/src/gdbmtool.c
===
--- gdbm-1.18.1.orig/src/gdbmtool.c 2018-10-18 14:48:12.0 +0200
+++ gdbm-1.18.1/src/gdbmtool.c  2020-01-20 17:50:08.118869170 +0100
@@ -1535,8 +1535,6 @@ command_lookup (const char *str, struct
   return found->tok;
 }
 
-char *parseopt_program_doc = N_("examine and/or modify a GDBM database");
-char *parseopt_program_args = N_("DBFILE [COMMAND [ARG ...]]");
 
 enum {
   OPT_LEX_TRACE = 256,
@@ -2054,6 +2052,8 @@ main (int argc, char *argv[])
   instream_t input = NULL;
   
   set_progname (argv[0]);
+  parseopt_program_doc = N_("examine and/or modify a GDBM database");
+  parseopt_program_args = N_("DBFILE [COMMAND [ARG ...]]");
 #if GDBM_DEBUG_ENABLE
   gdbm_debug_printer = debug_printer;
 #endif




commit build for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2020-01-25 13:23:13

Comparing /work/SRC/openSUSE:Factory/build (Old)
 and  /work/SRC/openSUSE:Factory/.build.new.26092 (New)


Package is "build"

Sat Jan 25 13:23:13 2020 rev:129 rq:766951 version:20200124.1

Changes:

--- /work/SRC/openSUSE:Factory/build/build.changes  2020-01-10 
18:40:44.411498841 +0100
+++ /work/SRC/openSUSE:Factory/.build.new.26092/build.changes   2020-01-25 
13:23:51.540028639 +0100
@@ -1,0 +2,31 @@
+Fri Jan 24 15:44:00 UTC 2020 - Adrian Schröter 
+
+- fix SLE 15 configurations
+- Fix dist autodetection for sle15-sp2
+
+---
+Fri Jan 24 14:38:29 UTC 2020 - Adrian Schröter 
+
+- Fix crash when using preinstall dependency expansion in OBS
+- build-vm-kvm: use /boot/kernel.obs.build and /boot/initrd.obs.build
+  as fallback regardless of the platform to have a global fallback
+  kernel to use for distros that do not use the "kernel-obs-build"
+  package to provide the guests kernel and initrd as the system
+  binaries are not reliable for use in a guest system
+- use abuild user if $NOROOTFORBUILD is set.
+
+---
+Wed Jan 22 12:30:41 UTC 2020 - Adrian Schröter 
+
+- fix createrepo existens check for appimager and docker builds
+  in chroot
+- support to use virt-make-fs for ext3 VM builds
+
+---
+Fri Jan 10 09:28:39 UTC 2020 - Adrian Schröter 
+
+- Arch Linux zstd format support
+- fix testbuild fail with latest rpm in SP2 and Leap 15.2
+- do not retry automatically on disk full error
+
+---

Old:

  obs-build-20200107.tar.gz

New:

  obs-build-20200124.1.tar.gz



Other differences:
--
++ build.spec ++
--- /var/tmp/diff_new_pack.1pzFZr/_old  2020-01-25 13:23:55.992030589 +0100
+++ /var/tmp/diff_new_pack.1pzFZr/_new  2020-01-25 13:23:55.996030591 +0100
@@ -18,11 +18,17 @@
 # needsbinariesforbuild
 
 
-Name:   build
+%if 0%{?fedora} || 0%{?rhel}
+%define __pkg_name obs-build
+%else
+%define __pkg_name build
+%endif
+
+Name:   %{__pkg_name}
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Tools/Building
-Version:20200107
+Version:20200124.1
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -67,11 +73,11 @@
 %endif
 
 %if 0%{?suse_version} > 1120 || ! 0%{?suse_version}
-Requires:   build-mkbaselibs
+Requires:   %{__pkg_name}-mkbaselibs
 %endif
 
 %if 0%{?suse_version} > 1120 || 0%{?mdkversion}
-Recommends: build-mkdrpms
+Recommends: %{__pkg_name}-mkdrpms
 %endif
 
 %description
@@ -95,7 +101,7 @@
 Group:  Development/Tools/Building
 Requires:   deltarpm
 # XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq
-Requires:   build
+Requires:   %{__pkg_name}
 
 %description mkdrpms
 This package contains the parts which may be installed in the inner build 
system
@@ -110,11 +116,11 @@
 %package initvm-%{initvm_arch}
 Summary:Virtualization initializer for emulated cross architecture 
builds
 Group:  Development/Tools/Building
-Requires:   build
+Requires:   %{__pkg_name}
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
-Provides:   build-initvm
-Obsoletes:  build-initvm
+Provides:   %{__pkg_name}-initvm
+Obsoletes:  %{__pkg_name}-initvm
 %if 0%{?suse_version} > 1200
 BuildRequires:  glibc-devel-static
 %endif

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.1pzFZr/_old  2020-01-25 13:23:56.020030602 +0100
+++ /var/tmp/diff_new_pack.1pzFZr/_new  2020-01-25 13:23:56.020030602 +0100
@@ -1,5 +1,5 @@
 pkgname=build
-pkgver=20200107
+pkgver=20200124.1
 pkgrel=0
 pkgdesc="Build packages in sandbox"
 arch=('i686' 'x86_64')

++ _service ++
--- /var/tmp/diff_new_pack.1pzFZr/_old  2020-01-25 13:23:56.032030607 +0100
+++ /var/tmp/diff_new_pack.1pzFZr/_new  2020-01-25 13:23:56.032030607 +0100
@@ -1,6 +1,7 @@
 
   
-%ad
+20200124.1
+20200124.1
 git://github.com/openSUSE/obs-build.git
 git
 dist/build.changes

++ build.dsc ++
--- /var/tmp/diff_new_pack.1pzFZr/_old  2020-01-25 13:23:56.048030614 +0100
+++ /var/tmp/diff_new_pack.1pzFZr/_new  2020-01-25 13:23:56.048030614 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 20200107
+Version: 20200124.1
 Binary: build
 Maintainer: Adrian Schroeter 
 Architecture: all

++ debian.changelog ++
--- /var/tmp/diff_new_pack.1pzFZr/_old  

commit vulkan-doc for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package vulkan-doc for openSUSE:Factory 
checked in at 2020-01-25 13:23:31

Comparing /work/SRC/openSUSE:Factory/vulkan-doc (Old)
 and  /work/SRC/openSUSE:Factory/.vulkan-doc.new.26092 (New)


Package is "vulkan-doc"

Sat Jan 25 13:23:31 2020 rev:6 rq:766383 version:1.2.131

Changes:

--- /work/SRC/openSUSE:Factory/vulkan-doc/vulkan-doc.changes2019-12-21 
12:28:56.147293458 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-doc.new.26092/vulkan-doc.changes 
2020-01-25 13:24:02.516033449 +0100
@@ -1,0 +2,14 @@
+Sun Jan 19 12:00:20 UTC 2020 - Jan Engelhardt 
+
+- Update to release 1.2.131
+  * Expand the extendingvulkan-extensions-extensiondependencies,
+Extension Dependencies section
+  * Change the etext:VK_QUERY_SCOPE_* tokens in the
+VkPerformanceCounterScopeKHR to aliases of new
+VK_PERFORMANCE_COUNTER_SCOPE_* tokens, following the naming
+conventions for enumerants.
+  * Move "NV" extension pipe stages in
+elink:VkShaderStageFlagBits so they are not included in
+enmae:VK_SHADER_STAGE_ALL_GRAPHICS.
+
+---
@@ -2,0 +17 @@
+

Old:

  v1.1.130.tar.gz

New:

  v1.2.131.tar.gz



Other differences:
--
++ vulkan-doc.spec ++
--- /var/tmp/diff_new_pack.w1c63E/_old  2020-01-25 13:24:03.796034009 +0100
+++ /var/tmp/diff_new_pack.w1c63E/_new  2020-01-25 13:24:03.796034009 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vulkan-doc
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   vulkan-doc
-Version:1.1.130
+Version:1.2.131
 Release:0
 Summary:Formal documentation of the Vulkan API
 License:CC-BY-SA-4.0 AND Apache-2.0

++ v1.1.130.tar.gz -> v1.2.131.tar.gz ++
 19594 lines of diff (skipped)




commit gettext-runtime for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2020-01-25 13:22:44

Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.gettext-runtime.new.26092 (New)


Package is "gettext-runtime"

Sat Jan 25 13:22:44 2020 rev:81 rq:765780 version:0.20.1

Changes:

--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes   
2018-05-22 16:57:48.513293604 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new.26092/gettext-csharp.changes
2020-01-25 13:22:51.504002330 +0100
@@ -1,0 +2,25 @@
+Mon Dec  9 11:17:04 UTC 2019 - Christian Vögl 
+
+- Added -lm flag to CFLAGS
+
+---
+Tue Jun 11 13:08:04 UTC 2019 - Christian Vögl 
+
+- Updated to version 0.20.1:
+  + msgfmt now eliminates the POT-Creation-Date header field from .mo files.
+  + msgmerge now has an option --for-msgfmt, that produces a PO file meant
+for use by msgfmt only.  This option saves processing time, in particular
+by omitting fuzzy matching that is not useful in this situation.
+  + The .pot file in a 'po' directory is now erased by "make maintainer-clean".
+  + It is now possible to override xgettext options from the po/Makefile.in.in
+through options in XGETTEXT_OPTIONS (declared in po/Makevars).
+  + The --intl option of the gettextize program (deprecated since 2010) is
+no longer available. Instead of including the intl sources in your package,
+we suggest making the libintl library an optional prerequisite of your
+package. This will simplify the build system of your package.
+  + Accordingly, the Autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is gone as well.
+- Rebased gettext-po-mode.diff
+- Removed gettext-needlessly_init_vars.patch (now in upstream)
+
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-java.changes 
2018-05-22 16:57:48.837281817 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new.26092/gettext-java.changes  
2020-01-25 13:22:53.388003155 +0100
@@ -1,0 +2,27 @@
+Tue Jun 11 13:12:37 UTC 2019 - Christian Vögl 
+
+- Updated to version 0.20.1
+  + msgfmt now eliminates the POT-Creation-Date header field from .mo files.
+  + update-po target in Makefile.in.in now uses msgmerge --previous.
+  + msgmerge now has an option --for-msgfmt, that produces a PO file meant
+for use by msgfmt only.  This option saves processing time, in particular
+by omitting fuzzy matching that is not useful in this situation.
+  + The .pot file in a 'po' directory is now erased by "make maintainer-clean".
+  + It is now possible to override xgettext options from the po/Makefile.in.in
+through options in XGETTEXT_OPTIONS (declared in po/Makevars).
+  + The --intl option of the gettextize program (deprecated since 2010) is
+no longer available. Instead of including the intl sources in your package,
+we suggest making the libintl library an optional prerequisite of your
+package. This will simplify the build system of your package.
+  + Accordingly, the Autoconf macro AM_GNU_GETTEXT_INTL_SUBDIR is gone as well.
+  + Java:
+* xgettext now supports UTF-8 encoded .properties files (a new feature
+  of Java 9).
+* The build system and tools now support Java 9, 10, and 11. On the
+  other hand, support for old versions of Java (Java 5 and older,
+  GCJ 4.2.x and older) has been dropped.
+- Rebased gettext-po-mode.diff 
+- Removed gettext-needlessly_init_vars.patch (now in upstream)
+- Removed gettext-0.19.8.1-jdk9.patch (now in upstream)
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2019-07-08 15:08:57.387225999 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new.26092/gettext-runtime-mini.changes
  2020-01-25 13:22:53.896003378 +0100
@@ -1,0 +2,43 @@
+Wed Jan 15 08:35:10 UTC 2020 - Dominique Leuenberger 
+
+- Add libtextstyle0 to baselibs.conf: gettext-runtime-32bit has a
+  dependency on it, so we also need the library built as -32bit.
+
+---
+Sat Dec 21 17:23:21 UTC 2019 - Stefan Brüns 
+
+- Add missing Requires: libtextstyle0 in corresponding devel package,
+  drop gettext-runtime Requires.
+- Skip creation of shared libtextstyle in -mini flavor.
+- Statically link to libtextstyle in -mini flavor, fixes
+  broken bootstrap of gettext.
+
+---
+Tue Dec 17 10:16:04 UTC 2019 - Christian Vögl 
+
+- Add -lm to LDFLAGS (boo#1138806)
+
+---
+Tue Nov 26 16:04:25 UTC 2019 - Christian 

commit sed for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package sed for openSUSE:Factory checked in 
at 2020-01-25 13:22:50

Comparing /work/SRC/openSUSE:Factory/sed (Old)
 and  /work/SRC/openSUSE:Factory/.sed.new.26092 (New)


Package is "sed"

Sat Jan 25 13:22:50 2020 rev:34 rq:765864 version:4.8

Changes:

--- /work/SRC/openSUSE:Factory/sed/sed.changes  2019-12-02 11:26:15.246696340 
+0100
+++ /work/SRC/openSUSE:Factory/.sed.new.26092/sed.changes   2020-01-25 
13:23:04.032007820 +0100
@@ -1,0 +2,9 @@
+Sun Jan 19 09:27:45 UTC 2020 - Andreas Stieger 
+
+- GNU sed 4.8:
+  * "sed -i" now creates temporary files with correct umask
+   (limited to u=rwx), to avoid prolems with fuse-like file systems
+  * improved DFA performance through gnulib update
+- drop disable-null-ptr-argument.patch, upstream
+
+---

Old:

  disable-null-ptr-argument.patch
  sed-4.7.tar.xz
  sed-4.7.tar.xz.sig

New:

  sed-4.8.tar.xz
  sed-4.8.tar.xz.sig



Other differences:
--
++ sed.spec ++
--- /var/tmp/diff_new_pack.IHU64E/_old  2020-01-25 13:23:05.020008252 +0100
+++ /var/tmp/diff_new_pack.IHU64E/_new  2020-01-25 13:23:05.020008252 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sed
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sed
-Version:4.7
+Version:4.8
 Release:0
 Summary:A Stream-Oriented Non-Interactive Text Editor
 License:GPL-3.0-or-later
@@ -28,7 +28,6 @@
 Source2:%{name}.keyring
 # PATCH-FIX-SLE sed-dont_close_twice.patch bnc@880817 tc...@suse.cz -- Fix 
double close.
 Patch0: sed-dont_close_twice.patch
-Patch1: disable-null-ptr-argument.patch
 BuildRequires:  libacl-devel
 BuildRequires:  libselinux-devel
 Requires(post): %{install_info_prereq}
@@ -46,7 +45,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %define warn_flags -Wall -Wstrict-prototypes -Wpointer-arith -Wformat-security
@@ -56,7 +54,7 @@
   --without-included-regex
 %if 0%{?do_profiling}
   make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" V=1
-  make CFLAGS="$CFLAGS %{cflags_profile_generate}" check
+  make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" check
   make %{?_smp_mflags} clean
   make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_feedback}" V=1
 %else

++ sed-4.7.tar.xz -> sed-4.8.tar.xz ++
 77081 lines of diff (skipped)





commit suse-module-tools for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2020-01-25 13:22:59

Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and  /work/SRC/openSUSE:Factory/.suse-module-tools.new.26092 (New)


Package is "suse-module-tools"

Sat Jan 25 13:22:59 2020 rev:34 rq:765872 version:15.2.10

Changes:

--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes  
2020-01-18 12:16:28.099085404 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-module-tools.new.26092/suse-module-tools.changes
   2020-01-25 13:23:14.192012272 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 15:03:51 UTC 2020 - mwi...@suse.com
+
+- Update to version 15.2.10:
+  * ppc64le: fix dependency of papr_scm
+(bsc#1142152, ltc#176292, FATE#327775).
+
+---

Old:

  suse-module-tools-15.2.9.tar.xz

New:

  suse-module-tools-15.2.10.tar.xz



Other differences:
--
++ suse-module-tools.spec ++
--- /var/tmp/diff_new_pack.5J3IRl/_old  2020-01-25 13:23:15.628012901 +0100
+++ /var/tmp/diff_new_pack.5J3IRl/_new  2020-01-25 13:23:15.632012903 +0100
@@ -33,7 +33,7 @@
 %endif
 
 Name:   suse-module-tools
-Version:15.2.9
+Version:15.2.10
 Release:0
 Summary:Configuration for module loading and SUSE-specific utilities 
for KMPs
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.5J3IRl/_old  2020-01-25 13:23:15.668012919 +0100
+++ /var/tmp/diff_new_pack.5J3IRl/_new  2020-01-25 13:23:15.668012919 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/suse-module-tools.git
-  0009a5445b7cc13072d9bd16ed01fef5e812c091
\ No newline at end of file
+  88e785968c55e64cbe12f029b047fc4757799a0f
\ No newline at end of file

++ suse-module-tools-15.2.9.tar.xz -> suse-module-tools-15.2.10.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/suse-module-tools-15.2.9/modprobe.conf/modprobe.conf.ppc64le 
new/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.ppc64le
--- old/suse-module-tools-15.2.9/modprobe.conf/modprobe.conf.ppc64le
2020-01-15 21:48:39.0 +0100
+++ new/suse-module-tools-15.2.10/modprobe.conf/modprobe.conf.ppc64le   
2020-01-20 15:57:17.0 +0100
@@ -4,7 +4,6 @@
 options ib_mthca catas_reset_disable=1
 
 # bsc#1142152 papr_scm requires libnvdimm
-# SUSE INITRD: papr_scm REQUIRES libnvdimm
+# SUSE INITRD: libnvdimm REQUIRES papr_scm
 
 # end of ppc64le part for modprobe.conf
-




commit shadow for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2020-01-25 13:22:40

Comparing /work/SRC/openSUSE:Factory/shadow (Old)
 and  /work/SRC/openSUSE:Factory/.shadow.new.26092 (New)


Package is "shadow"

Sat Jan 25 13:22:40 2020 rev:36 rq:765745 version:4.8

Changes:

--- /work/SRC/openSUSE:Factory/shadow/shadow.changes2019-10-22 
15:36:46.617125426 +0200
+++ /work/SRC/openSUSE:Factory/.shadow.new.26092/shadow.changes 2020-01-25 
13:22:44.67340 +0100
@@ -1,0 +2,44 @@
+Mon Jan 20 10:36:20 UTC 2020 - Michael Vetter 
+
+- Set 0755 for chpasswd, groupadd, groupdel, groupmod, newusers,
+  useradd, userdel, usermod explicitly.
+
+---
+Thu Jan 16 12:54:39 UTC 2020 - Michael Vetter 
+
+- bsc#1160729: Make valid shell check only a warning
+  * Add shadow-4.8-shell-check.patch
+
+---
+Tue Dec 17 12:43:01 UTC 2019 - Michael Vetter 
+
+- Update to 4.8:
+  * Initial optional bcrypt support.
+  * Make build/install of 'su' optional.
+  * Fix for vipw not resuming correctly when suspended
+  * Sync password field descriptions in manpages
+  * Check for valid shell argument in useradd
+  * Allow translation of new strings through POTFILES.in
+  * Migrate to itstool for translations
+  * Migrate to new SELinux api
+  * Support --enable-vendordir
+  * pwck: Only check homedir if set and not a system user
+  * Support nonstandard usernames
+  * sget{pw,gr}ent: check for data at EOL
+  * Add YYY-MM-DD support in chage
+  * Fix failing chmod calls for suidubins
+  * Fix --sbindir and --bindir for binary installations
+  * Fix LASTLOG_UID_MAX in login.defs
+  * Fix configure error with dash
+- Remove because upstreamed:
+  * libeconf.patch
+  * shadow-usermod-variable.patch
+- Rebase:
+  * shadow-login_defs-unused-by-pam.patch
+  * chkname-regex.patch
+  * shadow-util-linux.patch
+  * shadow-login_defs-comments.patch
+- Add shadow-4.8-selinux-include.patch
+  See https://github.com/shadow-maint/shadow/pull/200
+
+---

Old:

  libeconf.patch
  shadow-4.7.tar.xz
  shadow-4.7.tar.xz.asc
  shadow-usermod-variable.patch

New:

  shadow-4.8-selinux-include.patch
  shadow-4.8-shell-check.patch
  shadow-4.8.tar.xz
  shadow-4.8.tar.xz.asc



Other differences:
--
++ shadow.spec ++
--- /var/tmp/diff_new_pack.6mRroD/_old  2020-01-25 13:22:46.656000205 +0100
+++ /var/tmp/diff_new_pack.6mRroD/_new  2020-01-25 13:22:46.656000205 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shadow
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,7 +12,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/
 #
 
 
@@ -23,7 +23,7 @@
 %endif
 
 Name:   shadow
-Version:4.7
+Version:4.8
 Release:0
 Summary:Utilities to Manage User and Group Accounts
 License:BSD-3-Clause AND GPL-2.0-or-later
@@ -61,12 +61,12 @@
 Patch13:shadow-login_defs-comments.patch
 # PATCH-FEATURE-SUSE shadow-login_defs-suse.patch ku...@suse.com -- Customize 
login.defs.
 Patch14:shadow-login_defs-suse.patch
+# PATCH-FIX-UPSTREAM shadow-4.8-selinux-include.patch mvet...@suse.com -- 
https://github.com/shadow-maint/shadow/pull/200
+Patch15:shadow-4.8-selinux-include.patch
+# PATCH-FEATURE mvet...@suse.com -- bsc#1160729 
https://github.com/shadow-maint/shadow/pull/210
+Patch16:shadow-4.8-shell-check.patch
 # PATCH-FIX-SUSE disable_new_audit_function.patch adam.ma...@suse.de -- 
Disable newer libaudit functionality for older distributions.
 Patch20:disable_new_audit_function.patch
-# PATCH-FIX-UPSTREAM shadow-usermod-variable.patch 
https://github.com/shadow-maint/shadow/pull/170 sbra...@suse.com -- Fix 
variable name.
-Patch21:shadow-usermod-variable.patch
-# PATCH-FEATURE-UPSTREAM libeconf.patch 
https://github.com/shadow-maint/shadow/pull/180 ku...@suse.com -- Add support 
for a vendor directory and libeconf
-Patch22:libeconf.patch
 BuildRequires:  audit-devel > 2.3
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -110,11 +110,11 @@
 %patch7
 %patch13
 %patch14
+%patch15 -p1
+%patch16 -p1
 %if 0%{?suse_version} < 1330
 %patch20 -p1
 %endif
-%patch21 

commit dbus-1 for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2020-01-25 13:22:54

Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-1.new.26092 (New)


Package is "dbus-1"

Sat Jan 25 13:22:54 2020 rev:161 rq:765871 version:1.12.16

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1.changes2019-12-11 
11:59:13.960889070 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new.26092/dbus-1.changes 2020-01-25 
13:23:06.516008908 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 13:02:10 UTC 2020 - Thorsten Kukuk 
+
+- Remove left overs from blocking restart on update from May 29th 2019
+- Use sysusers.d to create messagebus user 
+
+---

New:

  messagebus.conf



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.DQ6yPY/_old  2020-01-25 13:23:10.668010728 +0100
+++ /var/tmp/diff_new_pack.DQ6yPY/_new  2020-01-25 13:23:10.672010730 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1-x11
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.DQ6yPY/_old  2020-01-25 13:23:10.692010738 +0100
+++ /var/tmp/diff_new_pack.DQ6yPY/_new  2020-01-25 13:23:10.692010738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,6 @@
 %define with_systemd 1
 %define _name   dbus
 %define _libname libdbus-1-3
-# Temporary code to disable service restart on update sfl...@suse.de 
boo#1020301
-%global _backup 
%{_sysconfdir}/sysconfig/services.rpmbak.%{name}-%{version}-%{release}
 
 %bcond_without selinux
 Name:   dbus-1
@@ -35,6 +33,7 @@
 Source2:dbus-1.keyring
 Source3:baselibs.conf
 Source4:dbus-1.desktop
+Source5:messagebus.conf
 Patch0: feature-suse-log-deny.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- force a feature configure won't accept 
without x11 in buildrequires
 Patch1: feature-suse-do-autolaunch.patch
@@ -48,17 +47,19 @@
 BuildRequires:  libtool
 BuildRequires:  permissions
 BuildRequires:  pkgconfig
+BuildRequires:  sysuser-shadow
+BuildRequires:  sysuser-tools
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(libsystemd) >= 209
 Requires(post): %{_libname} = %{version}
 Requires(post): update-alternatives
 Requires(pre):  permissions
-Requires(pre):  shadow
 Requires(preun): update-alternatives
 Provides:   dbus-launch
 %if %{with selinux}
 BuildRequires:  libselinux-devel
 %endif
+%sysusers_requires
 
 %package -n %{_libname}
 Summary:Library package for D-Bus
@@ -140,6 +141,10 @@
 --with-systemduserunitdir=%{_userunitdir} \
 --without-x
 make %{?_smp_mflags}
+# The original dbus sysusers config does not create our account,
+# overwrite it with our user definition
+cp %{SOURCE5} bus/sysusers.d/dbus.conf
+%sysusers_generate_pre %{SOURCE5} messagebus
 
 doxygen -u && doxygen
 ./cleanup-man-pages.sh
@@ -195,11 +200,8 @@
 
 %post -n %{_libname} -p /sbin/ldconfig
 %postun -n %{_libname} -p /sbin/ldconfig
-%pre
-getent group messagebus >/dev/null || \
-   %{_sbindir}/groupadd -r messagebus
-getent passwd messagebus >/dev/null || \
-   %{_sbindir}/useradd -r -s %{_bindir}/false -c "User for D-Bus" -d 
/run/dbus -g messagebus messagebus
+
+%pre -f messagebus.pre
 %service_add_pre dbus.service dbus.socket
 
 %post
@@ -229,14 +231,6 @@
 %postun
 %service_del_postun_without_restart dbus.service dbus.socket
 
-%posttrans
-# See comments in pre
-if [ -s "%{_backup}" ]; then
-   mv -f %{_backup} %{_sysconfdir}/sysconfig/services
-elif [ -e "%{_backup}" ]; then
-   rm -f %{_sysconfdir}/sysconfig/services
-fi
-
 %files
 %dir %{_localstatedir}/lib/dbus
 %dir /lib/dbus-1



++ messagebus.conf ++
# Type Name ID GECOS [HOME]
u messagebus - "User for D-Bus" /run/dbus



commit gmp for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2020-01-25 13:22:35

Comparing /work/SRC/openSUSE:Factory/gmp (Old)
 and  /work/SRC/openSUSE:Factory/.gmp.new.26092 (New)


Package is "gmp"

Sat Jan 25 13:22:35 2020 rev:53 rq:765689 version:6.2.0

Changes:

--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2019-07-08 15:09:14.279242208 
+0200
+++ /work/SRC/openSUSE:Factory/.gmp.new.26092/gmp.changes   2020-01-25 
13:22:38.351996566 +0100
@@ -1,0 +2,25 @@
+Sun Jan 19 21:19:41 UTC 2020 - Andreas Stieger 
+
+- GMP 6.2.0:
+  * New C++ functions factorial, primorial and fibonacci for mpz_class
+  * Functions to detect primality now substitute the first 24 Miller-Rabin
+iterations with the BPSW test
+  * Mini-GMP: new functions mpz_2fac_ui and mpz_mfac_uiui.
+  * Mini-GMP: mpz_sizeinbase, mpz_get_str, and mpz_set_str now support bases up
+to 62.
+  * various bug fixes
+  * Major speedup on AMD Ryzen and Epyc, IBM POWER9, 64-bit ARM CPUs
+from assembly code
+  * Speedups from reimplementations
+- drop patches:
+  * gmp-6.1.2-conftest.patch, upstream
+  * gmp-noexec.diff, upstream
+  * floating-point-format-no-lto.patch, similar change
+
+---
+Sun Jul  7 21:41:52 UTC 2019 - Jan Engelhardt 
+
+- Move prominent summary from description to the summary field,
+  and update the main description.
+
+---

Old:

  floating-point-format-no-lto.patch
  gmp-6.1.2-conftest.patch
  gmp-6.1.2.tar.xz
  gmp-6.1.2.tar.xz.sig
  gmp-noexec.diff

New:

  gmp-6.2.0.tar.xz
  gmp-6.2.0.tar.xz.sig



Other differences:
--
++ gmp.spec ++
--- /var/tmp/diff_new_pack.Ur644e/_old  2020-01-25 13:22:39.591997109 +0100
+++ /var/tmp/diff_new_pack.Ur644e/_new  2020-01-25 13:22:39.591997109 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gmp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -17,33 +17,33 @@
 
 
 Name:   gmp
-Version:6.1.2
+Version:6.2.0
 Release:0
-Summary:The GNU MP Library
+Summary:A library for calculating huge numbers
 License:GPL-3.0-or-later AND LGPL-3.0-or-later
-Group:  System/Libraries
-Url:https://gmplib.org/
+Group:  Development/Libraries/C and C++
+URL:https://gmplib.org/
 Source0:https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz
 Source1:
https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig
 Source2:%{name}.keyring
 Source3:baselibs.conf
-Patch0: gmp-noexec.diff
-Patch1: gmp-6.1.2-conftest.patch
-Patch2: floating-point-format-no-lto.patch
 BuildRequires:  gcc-c++
 BuildRequires:  m4
-BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
-A library for calculating huge numbers (integer and floating point).
+GMP is a library for arbitrary precision arithmetic, operating on
+signed integers, rational numbers, and floating-point numbers. There
+is no practical limit to the precision except the ones implied by the
+available memory in the machine GMP runs on.
 
 %package -n libgmp10
-Summary:Shared library for the GNU MP Library
+Summary:A library for calculating huge numbers
 Group:  System/Libraries
 
 %description -n libgmp10
-A library for calculating huge numbers (integer and floating point).
+GMP is a library for arbitrary precision arithmetic, operating on
+signed integers, rational numbers, and floating-point numbers.
 
 %package -n libgmpxx4
 Summary:C++ bindings for the GNU MP Library
@@ -51,10 +51,10 @@
 Requires:   libgmp10 >= %{version}
 
 %description -n libgmpxx4
-A library for calculating huge numbers (integer and floating point).
+GMP is a library for arbitrary precision arithmetic, operating on
+signed integers, rational numbers, and floating-point numbers.
 
-This package contains C++ bindings
-C++ bindings for the GNU MP Library.
+This package contains C++ bindings for the GNU MP Library.
 
 %package devel
 Summary:Include Files and Libraries for Development with the GNU MP 
Library
@@ -70,9 +70,6 @@
 
 %prep
 %setup -q
-%patch0
-%patch1
-%patch2 -p1
 
 %build
 export CFLAGS="%{optflags} -fexceptions"
@@ -86,17 +83,15 @@
 make %{?_smp_mflags} check
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 rm 

commit dnf-plugins-core for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-core for 
openSUSE:Leap:15.1:Update checked in at 2020-01-25 12:11:49

Comparing /work/SRC/openSUSE:Leap:15.1:Update/dnf-plugins-core (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.dnf-plugins-core.new.26092 (New)


Package is "dnf-plugins-core"

Sat Jan 25 12:11:49 2020 rev:2 rq:765719 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.WggIfZ/_old  2020-01-25 12:11:51.845859091 +0100
+++ /var/tmp/diff_new_pack.WggIfZ/_new  2020-01-25 12:11:51.845859091 +0100
@@ -1 +1 @@
-
+




commit patchinfo.11817 for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package patchinfo.11817 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-25 12:11:55

Comparing /work/SRC/openSUSE:Leap:15.1:Update/patchinfo.11817 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.patchinfo.11817.new.26092 (New)


Package is "patchinfo.11817"

Sat Jan 25 12:11:55 2020 rev:1 rq:765719 version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  Pharaoh_Atem
  moderate
  recommended
  Recommended update for dnf-plugins-core
  This update for dnf-plugins-core fixes the following issues:

- Deconflict with zypper-needs-restarting on SLE to unblock PackageHub updates





commit dnf-plugins-core.11817 for openSUSE:Leap:15.1:Update

2020-01-25 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-core.11817 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-25 12:11:47

Comparing /work/SRC/openSUSE:Leap:15.1:Update/dnf-plugins-core.11817 (Old)
 and  /work/SRC/openSUSE:Leap:15.1:Update/.dnf-plugins-core.11817.new.26092 
(New)


Package is "dnf-plugins-core.11817"

Sat Jan 25 12:11:47 2020 rev:1 rq:765719 version:4.0.7

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.1:Update/.dnf-plugins-core.11817.new.26092/dnf-plugins-core.changes
  2020-01-25 12:11:48.405857338 +0100
@@ -0,0 +1,91 @@
+---
+Sun Jan 19 17:14:56 UTC 2020 - Neal Gompa 
+
+- Deconflict with zypper-needs-restarting on SLE to unblock PackageHub updates
+
+---
+Fri May 24 02:56:30 UTC 2019 - Neal Gompa 
+
+- Update to version 4.0.7
+  + Fix: copr disable command traceback (rh#1693551)
+  + [doc] state repoid as repo identifier of config-manager (rh#1686779)
+  + Fix download of src when not the latest requested (rh#1649627)
+- Add missing dependencies on dateutil and distro Python modules (boo#1141374)
+- Drop backported fixes that are part of this release
+  * 0001-Fix-copr-disable-command-traceback-RhBug-1693551.patch
+  * 0002-doc-state-repoid-as-repo-identifier-of-config-manage.patch
+
+---
+Fri Apr 26 12:42:24 UTC 2019 - Neal Gompa 
+
+- Backport fix for copr disable command traceback (rh#1693551)
+  * Patch: 0001-Fix-copr-disable-command-traceback-RhBug-1693551.patch
+- Backport doc fix to state repoid as repo identifier for config-manager 
(rh#1686779)
+  * Patch: 0002-doc-state-repoid-as-repo-identifier-of-config-manage.patch
+
+---
+Sun Mar 31 15:48:42 UTC 2019 - Neal Gompa 
+
+- Update to version 4.0.6
+  + [download] Do not download src without ``--source`` (rh#148)
+  + Use improved config parser that preserves order of data
+  + [leaves] Show multiply satisfied dependencies as leaves
+  + [download] Fix downloading an rpm from a URL (rh#1678582)
+  + [download] Fix problem with downloading src pkgs (rh#1649627)
+- Drop backported fixes that are part of this release
+  * 0001-Fix-traceback-when-local-rpm-url-is-passed.patch
+  * 0002-reposync-fix-up-path-traversal-prevention.patch
+  * 0003-doc-Use-the-correct-sphinx-build-binary-for-Python-2.patch
+- Restore needs-restarting files to the dnf-utils package
+- Add conflicts to zypper < 1.14.26 to dnf-utils package to prevent file 
conflicts
+
+---
+Mon Feb 11 01:08:46 UTC 2019 - Neal Gompa 
+
+- Temporarily drop needs-restarting files from dnf-utils until
+  zypper splits them out into zypper-needs-restarting subpackage
+  (gh#openSUSE/zypper#254)
+- Add conflicts to yum-changelog and zypper-needs-restarting to
+  dnf-utils
+
+---
+Thu Feb  7 07:49:25 UTC 2019 - Neal Gompa 
+
+- Rebase to version 4.0.3:
+  + Compatible with DNF 4.0.0+
+  + Reworked COPR plugin
+  + New changelogs and repodiff plugins/subcommands
+- Drop Python 2 subpackages
+- Drop unneeded patches:
+  * 0001-copr-Add-openSUSE-support.patch
+  * dnf-plugins-core-2.1.5-Fix-detection-of-Python-2.patch
+- Backport fixes from upstream to build and run plugins
+  * 0001-Fix-traceback-when-local-rpm-url-is-passed.patch
+  * 0002-reposync-fix-up-path-traversal-prevention.patch
+  * 0003-doc-Use-the-correct-sphinx-build-binary-for-Python-2.patch
+
+---
+Mon Apr 23 21:10:27 UTC 2018 - ngomp...@gmail.com
+
+- Enable COPR plugin with openSUSE support backported (rh#1570418)
+  * Add patch: 0001-copr-Add-openSUSE-support.patch
+
+---
+Sat Jan 20 14:12:56 UTC 2018 - ngomp...@gmail.com
+
+- Fix build-time detection of Python 2
+  * Add patch: dnf-plugins-core-2.1.5-Fix-detection-of-Python-2.patch
+
+---
+Tue Oct 10 12:34:40 UTC 2017 - ngomp...@gmail.com
+
+- Update to version 2.1.5:
+  + Fix issues with the '--arch' in 'dnf download' (rh#1476834)
+  + Fix 'dnf repoclosure' when used with '--check' and '--best'
+  + Use preconfigure hook from DNF for 'local' plugin
+- Split lang data into lang subpackage
+
+---
+Sun Aug 13 23:59:25 UTC 2017 - ngomp...@gmail.com
+
+- Initial package based on Mageia package

New:

  dnf-plugins-core-4.0.7.tar.gz
  dnf-plugins-core.changes
  dnf-plugins-core.spec