commit grub2 for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2018-02-13 10:44:46

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


Package is "grub2"

Tue Feb 13 10:44:46 2018 rev:177 rq:576013 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2018-02-09 
15:45:33.219683812 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2018-02-13 
10:44:50.775704578 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 09:05:45 UTC 2018 - mch...@suse.com
+
+- Fix incorrect check preventing the script from running (bsc#1078481)
+  * 80_suse_btrfs_snapshot 
+
+---



Other differences:
--
++ 80_suse_btrfs_snapshot ++
--- /var/tmp/diff_new_pack.wrGbpw/_old  2018-02-13 10:44:53.287614053 +0100
+++ /var/tmp/diff_new_pack.wrGbpw/_new  2018-02-13 10:44:53.291613909 +0100
@@ -3,7 +3,7 @@
 SNAPSHOTS="/.snapshots"
 if [ "x${SUSE_BTRFS_SNAPSHOT_BOOTING}" = "xtrue" ] &&
[ "x${GRUB_FS}" = "xbtrfs" ] && 
-   [ -f "${SNAPSHOTS}/grub-snapshot.cfg" ]; then
+   [ -d "${SNAPSHOTS}" ]; then
   SNAPSHOT_RID=`btrfs inspect-internal rootid ${SNAPSHOTS}`
   ROOT_RID=`btrfs inspect-internal rootid /`
   if [ -n "${SNAPSHOT_RID}" -a "${SNAPSHOT_RID}" != "${ROOT_RID}" ]; then






commit erlang for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2018-02-13 10:31:21

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


Package is "erlang"

Tue Feb 13 10:31:21 2018 rev:62 rq:575784 version:20.2.2

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2017-12-02 
13:12:50.237637543 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2018-02-13 
10:31:24.920743974 +0100
@@ -1,0 +2,30 @@
+Thu Feb  1 09:08:16 UTC 2018 - matwey.korni...@gmail.com
+
+- Update to 20.2.2.
+- Changes for 20.2.2:
+ * mnesia: Removed a quadratic behavior in startup. This change
+   implies that backend plugins (if used) must be set when the
+   schema is created or via configuration parameters before mnesia
+   is started.
+ * mnesia: Bad timing could crash mnesia after a checkpoint was
+   deactivated and reactivated with the same checkpoint name on
+   different tables.
+- Changes for 20.2.1:
+ * ssh: Fix problem with OpenSSH 7.2 (and later) clients that has
+   used sha1 instead of sha2 for rsa-sha-256/512 user's public
+   keys.
+- Highlighted changes for 20.2:
+ * crypto, ssl: The crypto API is extended to use private/public
+   keys stored in an Engine for sign/verify or encrypt/decrypt
+   operations. The ssl application provides an API to use this new
+   engine concept in TLS.
+ * ssh: SSH can now fetch the host key from the private keys stored
+   in an Engine. See the crypto application for details about
+   Engines.
+ * ssl: A new command line option -ssl_dist_optfile has been added
+   to facilitate specifying the many options needed when using SSL
+   as the distribution protocol.
+ * stdlib: Improve performance of the new string functionality when
+   handling ASCII characters.
+
+---

Old:

  OTP-20.1.5.tar.gz

New:

  OTP-20.2.2.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.OLHjdL/_old  2018-02-13 10:31:26.776677100 +0100
+++ /var/tmp/diff_new_pack.OLHjdL/_new  2018-02-13 10:31:26.780676956 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:   erlang
-Version:20.1.5
+Version:20.2.2
 Release:0
 # not set up to be built with position independend executable support
 #!BuildIgnore: gcc-PIE

++ OTP-20.1.5.tar.gz -> OTP-20.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/OTP-20.1.5.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/OTP-20.2.2.tar.gz differ: char 13, line 1

++ crypto.patch ++
--- /var/tmp/diff_new_pack.OLHjdL/_old  2018-02-13 10:31:26.872673641 +0100
+++ /var/tmp/diff_new_pack.OLHjdL/_new  2018-02-13 10:31:26.872673641 +0100
@@ -5,11 +5,11 @@
 In openssl 1.0.1e EC_GROUP_new_curve_GF2m function is wrapped by #ifndef 
OPENSSL_NO_EC2M.
 We have to check whether OPENSSL_NO_EC2M is set, and if it is, then we do 
not have EC_GROUP_new_curve_GF2m function and do not HAVE_EC.
 
-Index: otp-OTP-20.1.2/lib/crypto/c_src/crypto.c
+Index: otp-OTP-20.2.2/lib/crypto/c_src/crypto.c
 ===
 otp-OTP-20.1.2.orig/lib/crypto/c_src/crypto.c
-+++ otp-OTP-20.1.2/lib/crypto/c_src/crypto.c
-@@ -146,7 +146,8 @@
+--- otp-OTP-20.2.2.orig/lib/crypto/c_src/crypto.c
 otp-OTP-20.2.2/lib/crypto/c_src/crypto.c
+@@ -152,7 +152,8 @@
  #if OPENSSL_VERSION_NUMBER >= PACKED_OPENSSL_VERSION(0,9,8,'o') \
&& !defined(OPENSSL_NO_EC) \
&& !defined(OPENSSL_NO_ECDH) \

++ otp-R16B-rpath.patch ++
--- /var/tmp/diff_new_pack.OLHjdL/_old  2018-02-13 10:31:26.972670038 +0100
+++ /var/tmp/diff_new_pack.OLHjdL/_new  2018-02-13 10:31:26.972670038 +0100
@@ -1,8 +1,8 @@
-Index: otp-OTP-20.0.1/lib/crypto/c_src/Makefile.in
+Index: otp-OTP-20.2.2/lib/crypto/c_src/Makefile.in
 ===
 otp-OTP-20.0.1.orig/lib/crypto/c_src/Makefile.in
-+++ otp-OTP-20.0.1/lib/crypto/c_src/Makefile.in
-@@ -92,7 +92,7 @@ endif
+--- otp-OTP-20.2.2.orig/lib/crypto/c_src/Makefile.in
 otp-OTP-20.2.2/lib/crypto/c_src/Makefile.in
+@@ -96,7 +96,7 @@ endif
  DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
  
  ifeq ($(DYNAMIC_CRYPTO_LIB),yes)
@@ -11,10 +11,10 @@
  CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) 
-l$(SSL_CRYPTO_LIBNAME)
  EXTRA_FLAGS = -DHAVE_DYNAMIC_CRYPTO_LIB
  else
-Index: otp-OTP-20.0.1/lib/crypto/priv/Makefile
+Index: otp-OTP-20.2.2/lib/crypto/priv/Makefile
 ===
 otp-OTP-20.0.1.orig/lib/crypto/priv/Makefile
-+++ otp-OTP-20.0.1/lib/crypto/priv/Makefile
+--- otp-OTP-20.2.2.orig/lib/crypto/priv/Makefile
 

commit connman for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package connman for openSUSE:Factory checked 
in at 2018-02-13 10:32:35

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


Package is "connman"

Tue Feb 13 10:32:35 2018 rev:3 rq:575996 version:1.35

Changes:

--- /work/SRC/openSUSE:Factory/connman/connman.changes  2018-01-13 
21:47:09.871425750 +0100
+++ /work/SRC/openSUSE:Factory/.connman.new/connman.changes 2018-02-13 
10:32:45.657834783 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 02:25:52 UTC 2018 - avvi...@yandex.by
+
+- Fix build errors due to unsupported header include order with 
+  newer kernels >=4.15 (connman-1.35-include.patch).
+
+---

New:

  connman-1.35-include.patch



Other differences:
--
++ connman.spec ++
--- /var/tmp/diff_new_pack.BD73Ji/_old  2018-02-13 10:32:46.785794139 +0100
+++ /var/tmp/diff_new_pack.BD73Ji/_new  2018-02-13 10:32:46.785794139 +0100
@@ -39,6 +39,8 @@
 Patch0: connman-1.35-resolvconf.patch
 # PATCH-FIX-OPENSUSE -- Greate symlink to network.service
 Patch1: connman-1.35-service.patch
+# PATCH-FIX-UPSTREAM -- https://patchwork.kernel.org/patch/10172123/
+Patch2: connman-1.35-include.patch 
 BuildRequires:  dhcp
 BuildRequires:  openvpn
 BuildRequires:  pkgconfig
@@ -212,6 +214,7 @@
 %setup -q -n connman-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # Using i586 repository, so explicitly forward it to CC.

++ connman-1.35-include.patch ++
diff -ruN connman-1.35.orig/src/tethering.c connman-1.35/src/tethering.c
--- connman-1.35.orig/src/tethering.c   2017-04-27 14:46:41.0 +0300
+++ connman-1.35/src/tethering.c2018-02-13 05:29:55.346698541 +0300
@@ -31,11 +31,11 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
-#include 
 #include 
+#include 
+#include 
 #include 
 
 #include "connman.h"




commit openSUSE-release-tools for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-02-13 10:32:25

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


Package is "openSUSE-release-tools"

Tue Feb 13 10:32:25 2018 rev:54 rq:575953 version:20180212.87ab899

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-02-10 17:59:13.857821703 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-02-13 10:32:41.641979487 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 23:01:11 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180212.87ab899:
+  * leaper: don't check maintainer for other requests
+
+---

Old:

  openSUSE-release-tools-20180209.ad077ab.obscpio

New:

  openSUSE-release-tools-20180212.87ab899.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.t4B2dh/_old  2018-02-13 10:32:43.665906559 +0100
+++ /var/tmp/diff_new_pack.t4B2dh/_new  2018-02-13 10:32:43.665906559 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180209.ad077ab
+Version:20180212.87ab899
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.t4B2dh/_old  2018-02-13 10:32:43.709904973 +0100
+++ /var/tmp/diff_new_pack.t4B2dh/_new  2018-02-13 10:32:43.713904830 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-d4a4cf83963299d727b0e6d9c246ff3b2a9745f3
+4e3148aace6f7a6889a36ff2d2d420b189229f38
   
 

++ openSUSE-release-tools-20180209.ad077ab.obscpio -> 
openSUSE-release-tools-20180212.87ab899.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20180209.ad077ab/leaper.py 
new/openSUSE-release-tools-20180212.87ab899/leaper.py
--- old/openSUSE-release-tools-20180209.ad077ab/leaper.py   2018-02-09 
22:41:00.0 +0100
+++ new/openSUSE-release-tools-20180212.87ab899/leaper.py   2018-02-12 
23:54:51.0 +0100
@@ -488,18 +488,10 @@
 
 return request_ok
 
-def check_action_delete(self, request, action):
-# nothing special needed here
-self.needs_release_manager = True
-return True
-
-def check_action_set_bugowner(self, request, action):
-# nothing special needed here
-self.needs_release_manager = True
-return True
-
 def check_action__default(self, req, a):
 self.needs_release_manager = True
+if self.ibs:
+self.do_check_maintainer_review = False
 return super(Leaper, self).check_action__default(req, a)
 
 class CommandLineInterface(ReviewBot.CommandLineInterface):

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.t4B2dh/_old  2018-02-13 10:32:44.517875859 +0100
+++ /var/tmp/diff_new_pack.t4B2dh/_new  2018-02-13 10:32:44.521875715 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180209.ad077ab
-mtime: 1518212460
-commit: ad077ab5e969293757ab28def7699dd4e55221e2
+version: 20180212.87ab899
+mtime: 1518476091
+commit: 87ab899c92d3fa121d505760572d65995f57a95f
 




commit gnuplot for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2018-02-13 10:31:54

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


Package is "gnuplot"

Tue Feb 13 10:31:54 2018 rev:66 rq:575871 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2017-11-18 
00:20:46.928231559 +0100
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2018-02-13 
10:31:55.839629883 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 18:26:08 UTC 2018 - crrodrig...@opensuse.org
+
+- Do not use xorg-x11-* as buildrequires
+- Fix broken GD libs detection (gnuplot-gd.patch) 
+- Remove unneeded buildrequires.
+
+---

New:

  gnuplot-gd.patch



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.Hy0mq5/_old  2018-02-13 10:31:57.003587942 +0100
+++ /var/tmp/diff_new_pack.Hy0mq5/_new  2018-02-13 10:31:57.007587798 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuplot
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -27,15 +27,15 @@
 BuildRequires:  automake
 BuildRequires:  cairo-devel
 BuildRequires:  emacs-nox
-BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
+BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  libjpeg-devel
 BuildRequires:  netpbm
 BuildRequires:  pango-devel
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(caca)
+BuildRequires:  pkgconfig(x11)
 %if %qtver >= 5
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig(Qt5Core)
@@ -70,7 +70,6 @@
 BuildRequires:  tex(subfigure.sty)
 %endif
 BuildRequires:  fdupes
-BuildRequires:  libpng-devel
 BuildRequires:  lua-devel
 BuildRequires:  plotutils-devel
 %if 0%{?suse_version} > 0 && 0%{?suse_version} <= 1310
@@ -80,8 +79,6 @@
 %else
 BuildRequires:  wxWidgets-devel >= 3
 %endif
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
 Url:http://www.gnuplot.info/
 Version:5.2.2
 Release:0
@@ -107,6 +104,7 @@
 Patch4: gnuplot-4.6.0-demo.diff
 Patch5: gnuplot-wx3.diff
 Patch6: gnuplot-QtCore-PIC.dif
+Patch7: gnuplot-gd.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config 
--variable prefix x11 || echo /usr/X11R6)}
 %if "%_exec_prefix" == "/usr/X11R6"
@@ -158,7 +156,7 @@
 %patch1 -p0 -b .x11ovf
 %patch5 -p1 -b .w3x
 %patch6 -p0 -b .pic
-
+%patch7 -p1 -b .gd
 %build
 autoreconf -fi
 
@@ -205,7 +203,7 @@
--enable-h3d-gridbox\
 %endif
--enable-backwards-compatibility\
-   --with-gd   \
+   --with-gd=%{_usr}   \
--without-row-help  \
--with-kpsexpand\
--with-caca \

++ gnuplot-4.6.0.dif ++
--- /var/tmp/diff_new_pack.Hy0mq5/_old  2018-02-13 10:31:57.063585780 +0100
+++ /var/tmp/diff_new_pack.Hy0mq5/_new  2018-02-13 10:31:57.067585636 +0100
@@ -9,9 +9,11 @@
  gnuplot-5.2.0/term/linux.trm  |4 ++--
  8 files changed, 44 insertions(+), 17 deletions(-)
 
 gnuplot-5.2.0/configure.ac
-+++ gnuplot-5.2.0/configure.ac 2017-09-27 10:04:22.506816233 +
-@@ -363,7 +363,7 @@ if test "$with_linux_vga" = yes; then
+Index: gnuplot-5.2.2/configure.ac
+===
+--- gnuplot-5.2.2.orig/configure.ac
 gnuplot-5.2.2/configure.ac
+@@ -365,7 +365,7 @@ if test "$with_linux_vga" = yes; then
  [AC_DEFINE(LINUXVGA,1,
 [ Define if this is a Linux system with SuperVGA library. ])
   LINUXSUID='chown root $(bindir)/gnuplot; chmod u+s $(bindir)/gnuplot'
@@ -20,8 +22,10 @@
  with_linux_vga=no)
  fi
  
 gnuplot-5.2.0/docs/Makefile.am
-+++ gnuplot-5.2.0/docs/Makefile.am 2017-09-27 10:05:25.857675880 +
+Index: gnuplot-5.2.2/docs/Makefile.am
+===
+--- gnuplot-5.2.2.orig/docs/Makefile.am
 gnuplot-5.2.2/docs/Makefile.am
 @@ -42,7 +42,7 @@
  #
  
@@ -64,21 +68,10 @@
  
  alldoc2gih_SOURCES = doc2gih.c termdoc.c
  alldoc2gih_CPPFLAGS = -DALL_TERM_DOC $(AM_CPPFLAGS)
 gnuplot-5.2.0/docs/gnuplot-fr.doc
-+++ gnuplot-5.2.0/docs/gnuplot-fr.doc  2017-09-27 10:04:22.510816162 +
-@@ -436,8 +436,8 @@ C
- #Home  & same as \verb~^A~. \\
- #Ctrl Home & same as \verb~^E~. \\
- #Esc   & same as \verb~^U~. \\
--#Help  & `{\bf 

commit mpitests for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package mpitests for openSUSE:Factory 
checked in at 2018-02-13 10:31:24

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


Package is "mpitests"

Tue Feb 13 10:31:24 2018 rev:3 rq:575793 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/mpitests/mpitests.changes2018-02-06 
16:47:30.644682284 +0100
+++ /work/SRC/openSUSE:Factory/.mpitests.new/mpitests.changes   2018-02-13 
10:31:28.936599273 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 12:03:45 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Disable openmpi3 flavors in SLE
+
+---



Other differences:
--
++ mpitests.spec ++
--- /var/tmp/diff_new_pack.hCLn15/_old  2018-02-13 10:31:29.880565259 +0100
+++ /var/tmp/diff_new_pack.hCLn15/_new  2018-02-13 10:31:29.880565259 +0100
@@ -87,6 +87,10 @@
 ExcludeArch:ppc64
 %endif
 %if "%{flavor}" == "openmpi3" || "%{flavor}" == "openmpi3-gnu-hpc"
+%if !0%{?is_opensuse}
+#OpenMPI3 is not available in SLE, so do not build these flavors
+ExclusiveArch:  do_not_build
+%endif
 ExcludeArch:ppc64
 %endif
 




commit subtitlecomposer for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package subtitlecomposer for 
openSUSE:Factory checked in at 2018-02-13 10:32:20

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


Package is "subtitlecomposer"

Tue Feb 13 10:32:20 2018 rev:3 rq:575952 version:0.6.6

Changes:

--- /work/SRC/openSUSE:Factory/subtitlecomposer/subtitlecomposer.changes
2017-11-14 14:28:20.523286088 +0100
+++ /work/SRC/openSUSE:Factory/.subtitlecomposer.new/subtitlecomposer.changes   
2018-02-13 10:32:29.466418211 +0100
@@ -1,0 +2,30 @@
+Sun Feb 11 09:30:06 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.6.6
+  * Fixed open video dialog filters
+  * Fixed "Insert Line" on waveform adding at the wrong index -
+thanks @qsniyg
+  * Added MMB seeking on waveform - thanks @qsniyg
+  * Fixed some compilation issues
+  * Updated translations - thanks @gogogogi, @muzena
+  * Fixed vobsub when opening from video file and symbol cache
+filename
+  * Fixed subtitle loading times of huge files
+  * Improved vobsub text detection
+  * Fixed ASS rich text parsing on import subtitle stream action
+  * Replaced buggy mplayer vobsub import code with ffmpeg
+  * Fixed memory leaks/usage of WaveformWidget's scroll animation
+  * Optimized import subtitle stream from video action
+  * Replaced gstreamer with ffmpeg libraries in application core
+usage
+  * Added abort button to speech recognition
+  * Waveform smooth scrolling
+  * Added join/split lines actions to waveform context menu
+  * Fixed some crashes, memory leaks and overall code cleanups
+  * Cleaned up settings widget and texts
+
+- Dropped subtitlecomposer-Qt56.patch (merged upstream)
+
+- Spec cleanup
+
+---

Old:

  subtitlecomposer-0.6.5.tar.gz
  subtitlecomposer-Qt56.patch

New:

  subtitlecomposer-0.6.6.tar.gz



Other differences:
--
++ subtitlecomposer.spec ++
--- /var/tmp/diff_new_pack.4lzHgX/_old  2018-02-13 10:32:32.330315016 +0100
+++ /var/tmp/diff_new_pack.4lzHgX/_new  2018-02-13 10:32:32.330315016 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package subtitlecomposer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,17 +17,15 @@
 
 
 Name:   subtitlecomposer
-Version:0.6.5
+Version:0.6.6
 Release:0
 Summary:A text-based subtitle editor
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
-Url:https://github.com/maxrd2/subtitlecomposer/
+URL:https://github.com/maxrd2/subtitlecomposer/
 Source0:
https://github.com/maxrd2/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM subtitlecomposer-Qt56.patch -- backport commit #2e4c066
-Patch0: subtitlecomposer-Qt56.patch
+BuildRequires:  cmake >= 3.10
 BuildRequires:  extra-cmake-modules
-BuildRequires:  gstreamer-plugins-base-devel
 BuildRequires:  kauth-devel
 BuildRequires:  kcodecs-devel
 BuildRequires:  kconfig-devel
@@ -39,26 +37,29 @@
 BuildRequires:  ktextwidgets-devel
 BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  kxmlgui-devel
-BuildRequires:  libicu-devel
-BuildRequires:  libxine-devel
-BuildRequires:  mpv-devel
-BuildRequires:  phonon4qt5-devel
+BuildRequires:  pkgconfig
 BuildRequires:  sonnet-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core) >= 5.6
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libxine)
 BuildRequires:  pkgconfig(libxml-2.0)
-%if 0%{?suse_version}
-BuildRequires:  update-desktop-files
-%endif
+BuildRequires:  pkgconfig(mpv)
+BuildRequires:  pkgconfig(phonon4qt5)
 Recommends: %{name}-lang = %{version}
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A text-based subtitles editor that supports basic operations. It supports
@@ -69,16 +70,15 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Fix permissions
 chmod 644 ChangeLog
 
 # Fix shebang
 sed -i 

commit hdjmod for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package hdjmod for openSUSE:Factory checked 
in at 2018-02-13 10:31:50

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


Package is "hdjmod"

Tue Feb 13 10:31:50 2018 rev:18 rq:575867 version:1.28

Changes:

--- /work/SRC/openSUSE:Factory/hdjmod/hdjmod.changes2017-11-27 
22:17:52.683795578 +0100
+++ /work/SRC/openSUSE:Factory/.hdjmod.new/hdjmod.changes   2018-02-13 
10:31:53.671707999 +0100
@@ -1,0 +2,8 @@
+Fri Feb 10 15:00:06 UTC 2018 - ma...@marix.org
+
+- Added hdjmod_kernel_4.15.patch: Fixes build on Kernel 4.15 and
+  up.
+- Removed accidentally added backup file from
+  hdjmod_fix_hotplug.patch
+
+---

New:

  hdjmod_kernel_4.15.patch



Other differences:
--
++ hdjmod.spec ++
--- /var/tmp/diff_new_pack.OM0n5P/_old  2018-02-13 10:31:55.295649485 +0100
+++ /var/tmp/diff_new_pack.OM0n5P/_new  2018-02-13 10:31:55.299649340 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hdjmod
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2017 Matthias Bach 
 #
 # All modifications and additions to the file contributed by third parties
@@ -58,6 +58,8 @@
 Patch10:hdjmod_fix_buffer_overrun_in_device_name_handling.patch
 # PATCH-FIX-UPSTREAM hdjmod_kernel_4.14.patch ma...@marix.org -- Fix build on 
kernel 4.14 and newer
 Patch11:hdjmod_kernel_4.14.patch
+# PATCH-FIX-UPSTREAM hdjmod_kernel_4.15.patch ma...@marix.org -- Fix build on 
kernel 4.15 and newer
+Patch12:hdjmod_kernel_4.15.patch
 
 %suse_kernel_module_package -p%_sourcedir/preamble
 
@@ -83,6 +85,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 set -- *
 mkdir source
 mv "$@" source/

++ hdjmod_fix_hotplug.patch ++
 2811 lines (skipped)
 between /work/SRC/openSUSE:Factory/hdjmod/hdjmod_fix_hotplug.patch
 and /work/SRC/openSUSE:Factory/.hdjmod.new/hdjmod_fix_hotplug.patch

++ hdjmod_kernel_4.15.patch ++
From: Matthias Bach 
Date: 2018-02-10 15:00:00 +0100
Subject: Fix compile on kernel 4.15
Upstream: to be done

The module no longer compiled on 4.15

diff -Naru hdjmod-1.28o/device.c hdjmod-1.28/device.c
--- hdjmod-1.28o/device.c   2009-01-27 15:25:50.0 +0100
+++ hdjmod-1.28/device.c2018-02-10 13:24:32.903039377 +0100
@@ -2373,7 +2373,11 @@
 {
int rc=-ENODEV;
u16 devstatus;
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
+   rc = usb_get_std_status(chip->dev, USB_RECIP_DEVICE, 0, );
+#else
rc = usb_get_status(chip->dev, USB_RECIP_DEVICE, 0, );
+#endif
if (rc >= 0) {
  rc = (rc > 0 ? 0 : -ENODEV);
}
diff -Naru hdjmod-1.28o/midi.c hdjmod-1.28/midi.c
--- hdjmod-1.28o/midi.c 2009-01-27 15:25:50.0 +0100
+++ hdjmod-1.28/midi.c  2018-02-10 14:19:57.548542925 +0100
@@ -49,6 +49,9 @@
 #ifdef CONFIG_COMPAT
 #include 
 #endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
+#include 
+#endif
 #include "djdevioctls.h"
 #include "device.h"
 #include "bulk.h"
@@ -327,9 +330,16 @@
 }
 
 /* called after transfers had been interrupted due to some USB error */
+
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
+static void snd_hdjmidi_error_timer(struct timer_list *t)
+{
+   struct snd_hdjmidi *umidi = from_timer(umidi, t, error_timer);
+#else
 static void snd_hdjmidi_error_timer(unsigned long data)
 {
struct snd_hdjmidi *umidi = (struct snd_hdjmidi *)data;
+#endif
int i;

for (i = 0; i < MIDI_MAX_ENDPOINTS; ++i) {
@@ -887,10 +897,14 @@
spin_lock_init(>buffer_lock);
snd_hdjmidi_output_initialize_tasklet(ep);
 #ifdef THROTTLE_MP3_RENDER
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
+   timer_setup(>render_delay_timer, midi_render_throttle_timer, 0);
+#else
init_timer(>render_delay_timer);
ep->render_delay_timer.data = (unsigned long)ep;
ep->render_delay_timer.function = midi_render_throttle_timer;
-#endif
+#endif /* LINUX_VERSION_CODE */
+#endif /* THROTTLE_MP3_RENDER */
 
for (i = 0; i < 0x10; ++i)
if (ep_info->out_ep) {
@@ -2479,10 +2493,14 @@
umidi->usb_protocol_ops = _hdjmidi_standard_ops;
}

+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,15,0)
+   timer_setup(>error_timer, snd_hdjmidi_error_timer, 0);
+#else
init_timer(>error_timer);
 
umidi->error_timer.function = snd_hdjmidi_error_timer;
umidi->error_timer.data = (unsigned long)umidi;
+#endif
 
/* detect the endpoint(s) to use */
  

commit platformsh-cli for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-02-13 10:32:08

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


Package is "platformsh-cli"

Tue Feb 13 10:32:08 2018 rev:35 rq:575949 version:3.29.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-01-31 19:53:45.016291392 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-02-13 10:32:20.082756333 +0100
@@ -1,0 +2,18 @@
+Mon Feb 12 21:57:54 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.29.0:
+  * Release v3.29.0
+  * [db:dump] Remove --no-autocommit and simplify mysqldump args (#683)
+  * New lines in user:role to match user:add [skip changelog]
+  * Refactoring of user:add [skip changelog]
+  * Use getUsers() instead of getUser() in user:add [skip changelog]
+  * [user:add] [user:update] expand interactive help text
+  * Add `user:get` command (aliased to and deprecating `user:role`)
+  * [user:add] Improve `user:add` command to allow setting roles on all 
environments
+  * Expand redeploy warning to recommend "vset"
+  * Back to -dev
+  * [activity:get] Check for empty started_at when calculating duration
+  * [service:redis-cli] Recommend "redis info" command
+  * Merge CHANGELOG and manifest.json updates from master
+
+---

Old:

  platformsh-cli-3.28.0.tar.xz

New:

  platformsh-cli-3.29.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ZePFZ7/_old  2018-02-13 10:32:21.414708338 +0100
+++ /var/tmp/diff_new_pack.ZePFZ7/_new  2018-02-13 10:32:21.422708050 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.28.0
+Version:3.29.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.ZePFZ7/_old  2018-02-13 10:32:21.466706465 +0100
+++ /var/tmp/diff_new_pack.ZePFZ7/_new  2018-02-13 10:32:21.466706465 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.28.0
+refs/tags/v3.29.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ZePFZ7/_old  2018-02-13 10:32:21.494705456 +0100
+++ /var/tmp/diff_new_pack.ZePFZ7/_new  2018-02-13 10:32:21.494705456 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c6a6802cd9b738a9a3234fe32e4476c74ba98c6c
+55eff65515f99bd641aff9905c3b664f1119fc79
   
 

++ platformsh-cli-3.28.0.tar.xz -> platformsh-cli-3.29.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.28.0/CHANGELOG.md 
new/platformsh-cli-3.29.0/CHANGELOG.md
--- old/platformsh-cli-3.28.0/CHANGELOG.md  2018-01-30 17:56:41.0 
+0100
+++ new/platformsh-cli-3.29.0/CHANGELOG.md  2018-02-12 10:10:33.0 
+0100
@@ -4,7 +4,17 @@
 
 More readable, curated release notes can be found at: 
https://github.com/platformsh/platformsh-cli/releases
 
-## [v3.28.0](https://github.com/platformsh/platformsh-cli/tree/v3.27.2) 
(2018-01-30)
+## [v3.29.0](https://github.com/platformsh/platformsh-cli/tree/v3.29.0) 
(2018-02-12)
+[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.28.0...v3.29.0)
+
+* [user:add] Improve `user:add` command to allow setting roles on all 
environments (aliased to `user:update`)
+* [user:get] Add `user:get` command (aliased to and deprecating `user:role`)
+* [db:dump] Remove --no-autocommit and simplify mysqldump args (#683)
+* Expand redeploy warning to recommend `vset`
+* [activity:get] Check for empty started_at when calculating duration
+* [redis] Recommend "redis info" command
+
+## [v3.28.0](https://github.com/platformsh/platformsh-cli/tree/v3.28.0) 
(2018-01-30)
 [Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.27.2...v3.28.0)
 
 * Improve `activity:log` output to show more activity information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.28.0/README.md 
new/platformsh-cli-3.29.0/README.md
--- old/platformsh-cli-3.28.0/README.md 2018-01-30 17:56:41.0 +0100
+++ new/platformsh-cli-3.29.0/README.md 2018-02-12 10:10:33.0 +0100
@@ -166,10 +166,10 @@
   tunnel:list (tunnels) List SSH tunnels
   tunnel:open   Open SSH tunnels to an app's 
relationships
 user
-  user:add  Add a 

commit casync for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package casync for openSUSE:Factory checked 
in at 2018-02-13 10:31:28

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


Package is "casync"

Tue Feb 13 10:31:28 2018 rev:2 rq:575803 version:2

Changes:

--- /work/SRC/openSUSE:Factory/casync/casync.changes2018-02-06 
16:48:58.584567387 +0100
+++ /work/SRC/openSUSE:Factory/.casync.new/casync.changes   2018-02-13 
10:31:32.120484549 +0100
@@ -1,0 +2,7 @@
+Mon Feb  5 13:32:07 UTC 2018 - sebix+novell@sebix.at
+
+- specfile:
+ - remove test condition
+ - remove LANG export for test, done by meson
+
+---



Other differences:
--
++ casync.spec ++
--- /var/tmp/diff_new_pack.VFQbDo/_old  2018-02-13 10:31:32.868457598 +0100
+++ /var/tmp/diff_new_pack.VFQbDo/_new  2018-02-13 10:31:32.872457453 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%bcond_without test
 Name:   casync
 Version:2
 Release:0
@@ -61,11 +60,8 @@
 %meson
 %meson_build
 
-%if %{with test}
 %check
-export LANG=C.UTF-8
 %{meson_test}
-%endif
 
 %install
 %meson_install




commit gstreamer-plugins-vaapi for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2018-02-13 10:32:30

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)


Package is "gstreamer-plugins-vaapi"

Tue Feb 13 10:32:30 2018 rev:22 rq:575961 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
  2017-12-19 10:52:11.987562365 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
 2018-02-13 10:32:44.665870527 +0100
@@ -1,0 +2,12 @@
+Mon Feb 12 11:35:03 UTC 2018 - bjorn@gmail.com
+
+- Add upstream bug fix patches:
+  + gst-vaapi-vaapipostproc-lock-ensure_filter.patch.
+  + gst-vaapi-add-NULL-sentinel-to-kernel_names.patch.
+  + gst-vaapi-vaapivideomemory-remove-unused-macro.patch.
+  + gst-vaapi-plugins-handle-vaapi-allocator.patch.
+- Drop non built devel subpackage, and do a minor spec clean.
+- Drop no longer needed obsoletes, no current version of openSUSE
+  have ever had them, do minor spec cleanup, use autosetup macro.
+
+---

New:

  gst-vaapi-add-NULL-sentinel-to-kernel_names.patch
  gst-vaapi-plugins-handle-vaapi-allocator.patch
  gst-vaapi-vaapipostproc-lock-ensure_filter.patch
  gst-vaapi-vaapivideomemory-remove-unused-macro.patch



Other differences:
--
++ gstreamer-plugins-vaapi.spec ++
--- /var/tmp/diff_new_pack.AuBUYl/_old  2018-02-13 10:32:45.457841989 +0100
+++ /var/tmp/diff_new_pack.AuBUYl/_new  2018-02-13 10:32:45.461841845 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-vaapi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -26,6 +26,16 @@
 Group:  Productivity/Multimedia/Other
 Url:https://gstreamer.freedesktop.org/
 Source0:
https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.xz
+
+# PATCH-FIX-UPSTREAM gst-vaapi-vaapipostproc-lock-ensure_filter.patch 
bjorn@gmail.com
+Patch0: gst-vaapi-vaapipostproc-lock-ensure_filter.patch
+# PATCH-FIX-UPSTREAM gst-vaapi-add-NULL-sentinel-to-kernel_names.patch 
bjorn@gmail.com
+Patch1: gst-vaapi-add-NULL-sentinel-to-kernel_names.patch
+# PATCH-FIX-UPSTREAM gst-vaapi-vaapivideomemory-remove-unused-macro.patch 
bjorn@gmail.com
+Patch2: gst-vaapi-vaapivideomemory-remove-unused-macro.patch
+# PATCH-FIX-UPSTREAM gst-vaapi-plugins-handle-vaapi-allocator.patch 
bjorn@gmail.com
+Patch3: gst-vaapi-plugins-handle-vaapi-allocator.patch
+
 BuildRequires:  Mesa-devel
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gtk-doc
@@ -54,28 +64,10 @@
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
 ExclusiveArch:  %ix86 x86_64
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# Drop obsoletes when Leap 42.2 is out of support
-Obsoletes:  libgstcodecparsers_vpx0
-Obsoletes:  libgstvaapi-1_6-1
-Obsoletes:  libgstvaapi-drm
-Obsoletes:  libgstvaapi-egl
-Obsoletes:  libgstvaapi-glx
-Obsoletes:  libgstvaapi-wayland
-Obsoletes:  libgstvaapi-x11
 
 %description
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 
-%package devel
-Summary:Include Files and Libraries mandatory for Development
-Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}
-
-%description devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
-
 %package doc
 Summary:Documentation for gstreamer-plugins-vaapi
 Group:  Development/Libraries/C and C++
@@ -85,7 +77,7 @@
 This package contains documentation for gstreamer-plugins-vaapi.
 
 %prep
-%setup -q -n gstreamer-vaapi-%{version}
+%autosetup -n gstreamer-vaapi-%{version} -p1
 
 %build
 %configure \
@@ -96,7 +88,7 @@
--enable-glx \
--enable-wayland \
--enable-x11 \
-
+   %{nil}
 make %{?_smp_mflags}
 
 %install
@@ -107,12 +99,10 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,0755)
 %doc COPYING.LIB
 %{_libdir}/gstreamer-%{gst_branch}/libgstvaapi.so
 
 %files doc
-%defattr(-, root, root)
 %doc AUTHORS NEWS README
 %{_datadir}/gtk-doc/html/gstreamer-vaapi-plugins-1.0
 

++ gst-vaapi-add-NULL-sentinel-to-kernel_names.patch ++
>From 

commit kubernetes-salt for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package kubernetes-salt for openSUSE:Factory 
checked in at 2018-02-13 10:31:39

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


Package is "kubernetes-salt"

Tue Feb 13 10:31:39 2018 rev:4 rq:575829 version:3.0.0+git_r575_cbc22fb

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-salt/kubernetes-salt.changes  
2018-02-06 16:49:15.219788996 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes-salt.new/kubernetes-salt.changes 
2018-02-13 10:31:41.396150322 +0100
@@ -1,0 +2,100 @@
+Mon Feb 12 15:21:42 UTC 2018 - containers-bugow...@suse.de
+
+- Commit cbc22fb by Alvaro Saurin alvaro.sau...@gmail.com
+ Make sure we do not crash on pillars that are not properly formatted.
+
+
+---
+Mon Feb 12 13:38:51 UTC 2018 - containers-bugow...@suse.de
+
+- Commit c194707 by Alvaro Saurin alvaro.sau...@gmail.com
+ Remove the etcd discovery mechanism Mark all the etcd members of the cluster
+ with the 'etcd' role before doing the update
+
+
+---
+Mon Feb 12 11:25:24 UTC 2018 - containers-bugow...@suse.de
+
+- Commit d85fb55 by Kiall Mac Innes ki...@macinnes.ie
+ Move haproxy config to /etc/caasp/haproxy
+ 
+ This avoids a conflict between the caasp-container-manifests package, and the
+ haproxy package.
+
+
+---
+Thu Feb  8 17:55:45 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 37fccd3 by Flavio Castelli fcaste...@suse.com
+ Dex pods: introduce anti-affinity rule
+ 
+ Our dex deployment creates 3 pods running the dex service. There are really
+ high chances (or even certainty in the case of clusters made by 1 or 2 worker
+ nodes) that all the dex pods end up running on the same node.
+ 
+ This is bad from a HA perspective, plus we end up taking away resources from
+ small clusters.
+ 
+ With the following change we enforce the kubernetes scheduler to always
+ spread the dex pods over different nodes.
+ 
+ On small clusters (1 or 2 nodes) the deployment will be running with a lower
+ number of replicas until new nodes are added. This doesn't cause our
+ orchestration to fail.
+ 
+ Adding new nodes at a later stage will allow the deployment to reach the
+ desired replica size without any intervention from us or the user.
+ 
+ Signed-off-by: Flavio Castelli 
+
+
+---
+Thu Feb  8 17:35:30 UTC 2018 - containers-bugow...@suse.de
+
+- Commit b578f87 by Kiall Mac Innes ki...@macinnes.ie
+ Dex: Avoid using the external_fqdn to reach dex
+ 
+ In some environments, the external_fqdn is unreachable from inside the
+ cluster - avoid using it where possible.
+
+
+---
+Wed Feb  7 17:24:14 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 6a11de3 by Kiall Mac Innes ki...@macinnes.ie
+ Use separate Dex clients for each actual client
+ 
+ Previously Velum, CaaSP CLI, and Kubernetes all shared a single Dex client.
+ From a security perspective, this was far from ideal.
+ 
+ Update Dex with 3 clients, one for each actual client. Both the Velum and
+ CaaSP CLI clients are allowed to issue tokens for the Kubernetes client.
+
+
+---
+Wed Feb  7 10:12:48 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 3d63b18 by Joachim Gleissner jgleiss...@suse.com
+ Add pillar root for public cloud specific config
+
+
+---
+Tue Feb  6 17:49:24 UTC 2018 - containers-bugow...@suse.de
+
+- Commit e23fb43 by Flavio Castelli fcaste...@suse.com
+ Mark the haproxy as critical pod
+ 
+ Flag the haproxy pods providing connectivity to the API server as critical
+ ones.
+ 
+ This should force kubelet and the scheduler to never ever get rid of them. If
+ these pods are killed to make more space for other ones, the node would not
+ be able to talk with the API server making it useless.
+ 
+ More details inside upstream doc:
+ 
https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
+ 
+ Signed-off-by: Flavio Castelli 
+
+
+---



Other differences:
--
++ kubernetes-salt.spec ++
--- /var/tmp/diff_new_pack.tCVscJ/_old  2018-02-13 10:31:43.104088780 +0100
+++ /var/tmp/diff_new_pack.tCVscJ/_new  2018-02-13 10:31:43.108088636 +0100
@@ -32,7 +32,7 @@
 
 Name:   kubernetes-salt
 %define gitrepo salt
-Version:

commit rsibreak for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package rsibreak for openSUSE:Factory 
checked in at 2018-02-13 10:32:18

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


Package is "rsibreak"

Tue Feb 13 10:32:18 2018 rev:33 rq:575951 version:0.12.8

Changes:

--- /work/SRC/openSUSE:Factory/rsibreak/rsibreak.changes2017-05-06 
18:30:41.466425310 +0200
+++ /work/SRC/openSUSE:Factory/.rsibreak.new/rsibreak.changes   2018-02-13 
10:32:25.218571274 +0100
@@ -1,0 +2,11 @@
+Mon Feb 12 13:36:29 UTC 2018 - wba...@tmo.at
+
+- Update to 0.12.8:
+  * Translation improvements
+  * Free the user if hibernation happened while the countdown was
+shown (kde#384783)
+  * Slideshow: add the ability to select how to keep aspect ratio
+for image
+  * Add pause skip threshold
+
+---

Old:

  rsibreak-0.12.7.tar.xz

New:

  rsibreak-0.12.8.tar.xz



Other differences:
--
++ rsibreak.spec ++
--- /var/tmp/diff_new_pack.u030vv/_old  2018-02-13 10:32:26.778515064 +0100
+++ /var/tmp/diff_new_pack.u030vv/_new  2018-02-13 10:32:26.782514920 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsibreak
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 %define base_ver 0.12
 Name:   rsibreak
-Version:0.12.7
+Version:0.12.8
 Release:0
 Summary:Assists in the Recovery and Prevention of Repetitive Strain 
Injury
 License:GPL-2.0+
@@ -44,7 +44,7 @@
 BuildRequires:  pkgconfig(Qt5Core) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.3.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
 Requires:   hicolor-icon-theme
 Recommends: %{name}-lang = %{version}
 Obsoletes:  %{name}-doc < %{version}

++ rsibreak-0.12.7.tar.xz -> rsibreak-0.12.8.tar.xz ++
 31516 lines of diff (skipped)




commit python-augeas for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package python-augeas for openSUSE:Factory 
checked in at 2018-02-13 10:31:35

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


Package is "python-augeas"

Tue Feb 13 10:31:35 2018 rev:6 rq:575807 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-augeas/python-augeas.changes  
2016-01-01 19:47:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-augeas.new/python-augeas.changes 
2018-02-13 10:31:37.220300789 +0100
@@ -1,0 +2,11 @@
+Mon Feb 12 14:59:57 UTC 2018 - tchva...@suse.com
+
+- Sort out a bit with spec-cleaner and remove all the sle11
+  conditions
+
+---
+Thu Aug 24 13:32:55 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+---
@@ -71,0 +83 @@
+



Other differences:
--
++ python-augeas.spec ++
--- /var/tmp/diff_new_pack.8asFOv/_old  2018-02-13 10:31:38.976237518 +0100
+++ /var/tmp/diff_new_pack.8asFOv/_new  2018-02-13 10:31:38.976237518 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-augeas
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,60 +16,44 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-augeas
 Version:0.5.0
 Release:0
 Summary:Python bindings for Augeas
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-
 Url:http://augeas.net/
 Source: 
https://fedorahosted.org/released/python-augeas/python-augeas-%{version}.tar.gz
-%if 0%{?suse_version} >= 1140
+BuildRequires:  %{python_module devel}
 BuildRequires:  augeas-lenses
-%endif
-BuildRequires:  python-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
-
+BuildRequires:  python-rpm-macros
 Requires:   augeas
 # We'd always want to have augeas-lenses installed
-%if 0%{?suse_version} >= 1140
 Requires:   augeas-lenses
-%endif
-
-# Fix no-dependency-on python-base on SLE11 and openSUSE 11.4
-%if 0%{?suse_version} <= 1140
-%{py_requires}
-%endif
+BuildArch:  noarch
+%python_subpackages
 
 %description
 Python bindings for Augeas, a library for programmatically editing
 configuration files.
 
-
 %prep
 %setup -q
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%if 0%{?suse_version} >= 1210
 %check
 cd test
-python test_augeas.py
-%endif
+%python_exec test_augeas.py
 
-%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING README.txt
+%files %{python_files}
+%doc AUTHORS README.txt
+%license COPYING
 %{python_sitelib}/*
 
 %changelog




commit xtables-addons for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package xtables-addons for openSUSE:Factory 
checked in at 2018-02-13 10:31:32

Comparing /work/SRC/openSUSE:Factory/xtables-addons (Old)
 and  /work/SRC/openSUSE:Factory/.xtables-addons.new (New)


Package is "xtables-addons"

Tue Feb 13 10:31:32 2018 rev:56 rq:575806 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes
2018-02-06 16:49:39.750641160 +0100
+++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes   
2018-02-13 10:31:33.764425313 +0100
@@ -1,0 +2,8 @@
+Mon Feb 12 14:18:55 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 3.0
+  * Support for Linux 4.16
+  * Dropped support for Linux kernels older than 4.15
+- Remove init_timer.patch
+
+---

Old:

  init_timer.patch
  xtables-addons-2.14.tar.asc
  xtables-addons-2.14.tar.xz

New:

  xtables-addons-3.0.tar.asc
  xtables-addons-3.0.tar.xz



Other differences:
--
++ xtables-addons.spec ++
--- /var/tmp/diff_new_pack.iEIJzZ/_old  2018-02-13 10:31:34.432401244 +0100
+++ /var/tmp/diff_new_pack.iEIJzZ/_new  2018-02-13 10:31:34.436401100 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xtables-addons
-Version:2.14
+Version:3.0
 Release:0
 Summary:IP Packet Filter Administration Extensions
 License:GPL-2.0 and GPL-2.0+
@@ -30,14 +30,12 @@
 Source2:http://downloads.sf.net/%name/%name-%version.tar.asc
 Source3:%name-preamble
 Source4:%name.keyring
-Patch:  init_timer.patch
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %kernel_module_package_buildreqs
-BuildRequires:  kernel-syms >= 3.7
+BuildRequires:  kernel-syms >= 4.15
 BuildRequires:  pkg-config >= 0.21
 BuildRequires:  xz
-BuildRequires:  pkgconfig(xtables) >= 1.4.5
+BuildRequires:  pkgconfig(xtables) >= 1.6.0
 Recommends: %name-kmp
 Recommends: xtables-geoip
 
@@ -67,7 +65,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 pushd ../

++ xtables-addons-2.14.tar.xz -> xtables-addons-3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xtables-addons-2.14/INSTALL 
new/xtables-addons-3.0/INSTALL
--- old/xtables-addons-2.14/INSTALL 2017-11-22 18:29:25.0 +0100
+++ new/xtables-addons-3.0/INSTALL  2018-02-12 15:17:10.0 +0100
@@ -12,16 +12,17 @@
 Supported configurations for this release
 =
 
-   * iptables >= 1.4.5
+   * iptables >= 1.6.0
 
-   * kernel-devel >= 3.7
+   * kernel-devel >= 4.15
  with prepared build/output directory
  - CONFIG_NF_CONNTRACK
  - CONFIG_NF_CONNTRACK_MARK enabled =y or as module (=m)
  - CONFIG_CONNECTOR y/m if you wish to receive userspace
notifications from pknock through netlink/connector
 
-(Use xtables-addons-1.x if you need support for Linux < 3.7.)
+(Use xtables-addons-1.x if you need support for Linux < 3.7.
+Use xtables-addons-2.x if you need support for Linux < 4.15.)
 
 
 Selecting extensions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xtables-addons-2.14/configure 
new/xtables-addons-3.0/configure
--- old/xtables-addons-2.14/configure   2017-11-22 18:30:05.394677252 +0100
+++ new/xtables-addons-3.0/configure2018-02-12 15:17:19.084319822 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xtables-addons 2.14.
+# Generated by GNU Autoconf 2.69 for xtables-addons 3.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='xtables-addons'
 PACKAGE_TARNAME='xtables-addons'
-PACKAGE_VERSION='2.14'
-PACKAGE_STRING='xtables-addons 2.14'
+PACKAGE_VERSION='3.0'
+PACKAGE_STRING='xtables-addons 3.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1325,7 +1325,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xtables-addons 2.14 to adapt to many kinds of systems.
+\`configure' configures xtables-addons 3.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xtables-addons 2.14:";;
+ short | recursive ) echo "Configuration of xtables-addons 3.0:";;
esac
   cat <<\_ACEOF
 
@@ -1519,7 +1519,7 @@
 test -n "$ac_init_help" && exit $ac_status
 

commit xmorph for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package xmorph for openSUSE:Factory checked 
in at 2018-02-13 10:31:43

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


Package is "xmorph"

Tue Feb 13 10:31:43 2018 rev:24 rq:575834 version:20060817

Changes:

--- /work/SRC/openSUSE:Factory/xmorph/xmorph.changes2015-12-24 
12:17:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmorph.new/xmorph.changes   2018-02-13 
10:31:48.271902570 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 15:03:04 UTC 2018 - crrodrig...@opensuse.org
+
+- FIx buildRequires so xorg-x11-* is not used anymore. 
+
+---



Other differences:
--
++ xmorph.spec ++
--- /var/tmp/diff_new_pack.WOYJG9/_old  2018-02-13 10:31:49.747849387 +0100
+++ /var/tmp/diff_new_pack.WOYJG9/_new  2018-02-13 10:31:49.747849387 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xmorph
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -37,11 +37,12 @@
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
-BuildRequires:  libexpat-devel
-BuildRequires:  libglade2-devel
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(atk)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xt)
 Requires(post): %{install_info_prereq}
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files




commit perl-Mojolicious for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2018-02-13 10:31:15

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


Package is "perl-Mojolicious"

Tue Feb 13 10:31:15 2018 rev:88 rq:575635 version:7.65

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2018-02-09 15:46:24.149855028 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2018-02-13 10:31:17.761001959 +0100
@@ -1,0 +2,12 @@
+Mon Feb 12 12:02:07 UTC 2018 - co...@suse.com
+
+- updated to 7.65
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.65  2018-02-11
+- Added EXPERIMENTAL timing->begin, timing->elapsed, timing->rps and
+  timing->server_timing helpers to Mojolicious::Plugin::DefaultHelpers.
+- Added EXPERIMENTAL server_timing method to Mojo::Headers.
+- Added support for new HTTP status code.
+
+---

Old:

  Mojolicious-7.64.tar.gz

New:

  Mojolicious-7.65.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.HGogNX/_old  2018-02-13 10:31:18.692968377 +0100
+++ /var/tmp/diff_new_pack.HGogNX/_new  2018-02-13 10:31:18.692968377 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.64
+Version:7.65
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.64.tar.gz -> Mojolicious-7.65.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.64/Changes new/Mojolicious-7.65/Changes
--- old/Mojolicious-7.64/Changes2018-02-07 10:47:46.0 +0100
+++ new/Mojolicious-7.65/Changes2018-02-11 14:19:36.0 +0100
@@ -1,4 +1,10 @@
 
+7.65  2018-02-11
+  - Added EXPERIMENTAL timing->begin, timing->elapsed, timing->rps and
+timing->server_timing helpers to Mojolicious::Plugin::DefaultHelpers.
+  - Added EXPERIMENTAL server_timing method to Mojo::Headers.
+  - Added support for new HTTP status code.
+
 7.64  2018-02-07
   - Fixed a bug in Mojo::Log where short log messages spanning multiple lines
 would not be formatted properly for systemd.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.64/META.json 
new/Mojolicious-7.65/META.json
--- old/Mojolicious-7.64/META.json  2018-02-07 11:16:36.0 +0100
+++ new/Mojolicious-7.65/META.json  2018-02-11 22:54:53.0 +0100
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.64",
+   "version" : "7.65",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.64/META.yml 
new/Mojolicious-7.65/META.yml
--- old/Mojolicious-7.64/META.yml   2018-02-07 11:16:36.0 +0100
+++ new/Mojolicious-7.65/META.yml   2018-02-11 22:54:53.0 +0100
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.64'
+version: '7.65'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.64/lib/Mojo/Headers.pm 
new/Mojolicious-7.65/lib/Mojo/Headers.pm
--- old/Mojolicious-7.64/lib/Mojo/Headers.pm2018-01-03 13:49:51.0 
+0100
+++ new/Mojolicious-7.65/lib/Mojo/Headers.pm2018-02-10 21:15:14.0 
+0100
@@ -16,8 +16,8 @@
   qw(Last-Modified Link Location Origin Proxy-Authenticate),
   qw(Proxy-Authorization Range Sec-WebSocket-Accept Sec-WebSocket-Extensions),
   qw(Sec-WebSocket-Key Sec-WebSocket-Protocol Sec-WebSocket-Version Server),
-  qw(Set-Cookie Status Strict-Transport-Security TE Trailer Transfer-Encoding),
-  qw(Upgrade User-Agent Vary WWW-Authenticate)
+  qw(Server-Timing Set-Cookie Status Strict-Transport-Security TE Trailer),
+  qw(Transfer-Encoding Upgrade User-Agent Vary WWW-Authenticate)
 );
 for my $header (keys %NAMES) {
   my $name = $header;
@@ -609,6 +609,15 @@
 
 Get or replace current header value, shortcut for the C header.
 
+=head2 server_timing
+
+  my $timing = $headers->server_timing;
+  $headers   = $headers->server_timing('app;desc=Mojolicious;dur=0.0001');
+
+Get or replace current header value, shortcut for the C header
+from Lhttps://www.w3.org/TR/server-timing/>.
+Note that this method is EXPERIMENTAL and might change without 

commit genwqe-tools for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package genwqe-tools for openSUSE:Factory 
checked in at 2018-02-13 10:31:17

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


Package is "genwqe-tools"

Tue Feb 13 10:31:17 2018 rev:4 rq:575763 version:4.0.20

Changes:

--- /work/SRC/openSUSE:Factory/genwqe-tools/genwqe-tools.changes
2017-10-18 16:16:27.596807476 +0200
+++ /work/SRC/openSUSE:Factory/.genwqe-tools.new/genwqe-tools.changes   
2018-02-13 10:31:20.436905538 +0100
@@ -1,0 +2,13 @@
+Mon Feb 12 09:57:10 UTC 2018 - norm...@linux.vnet.ibm.com
+
+- update to git version 4.0.20
+  - Fix compressBound
+  - Add Debug tools
+  - Fix genwqe_cksum tool
+  - Fix missing manpages in spec file
+  - Fix new compiler warnings
+  - Improve Z_STREAM_END detection circumvention
+- detailed list of upstream commits:
+  https://github.com/ibm-genwqe/genwqe-user/commits/588a1fa
+
+---

Old:

  genwqe-user-4.0.18.tar.xz

New:

  genwqe-user-4.0.20.tar.xz



Other differences:
--
++ genwqe-tools.spec ++
--- /var/tmp/diff_new_pack.y2hKkz/_old  2018-02-13 10:31:21.008884928 +0100
+++ /var/tmp/diff_new_pack.y2hKkz/_new  2018-02-13 10:31:21.012884784 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package genwqe-tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2015, International Business Machines
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 License:Apache-2.0
 Group:  Development/Tools
 Name:   genwqe-tools
-Version:4.0.18
+Version:4.0.20
 Release:1%{?dist}
 Url:https://github.com/ibm-genwqe/genwqe-user/
 Requires:   zlib >= 1.2.7
@@ -33,7 +33,7 @@
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  s390x ppc64le ppc64
-#Source0: https://github.com/ibm-genwqe/genwqe-user/archive/v%{version}.tar.gz
+#Source0: https://github.com/ibm-genwqe/genwqe-user/archive/v%%{version}.tar.gz
 #for building from local git (fetched from _service)
 Source0:genwqe-user-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
@@ -176,6 +176,8 @@
 %{_mandir}/man1/genwqe_csv2vpd.1.gz
 %{_mandir}/man1/genwqe_vpdconv.1.gz
 %{_mandir}/man1/genwqe_vpdupdate.1.gz
+%{_mandir}/man1/genwqe_mt_perf.1.gz
+%{_mandir}/man1/genwqe_test_gz.1.gz
 
 %files devel
 %defattr(-,root,root,-)

++ _service ++
--- /var/tmp/diff_new_pack.y2hKkz/_old  2018-02-13 10:31:21.044883631 +0100
+++ /var/tmp/diff_new_pack.y2hKkz/_new  2018-02-13 10:31:21.044883631 +0100
@@ -4,8 +4,8 @@
 https://github.com/ibm-genwqe/genwqe-user.git
 
 genwqe-user
-4.0.18
-v4.0.18
+4.0.20
+v4.0.20
 
 
  *genwqe-user*.tar

++ genwqe-user-4.0.18.tar.xz -> genwqe-user-4.0.20.tar.xz ++
 4009 lines of diff (skipped)




commit rubygem-hpricot for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package rubygem-hpricot for openSUSE:Factory 
checked in at 2018-02-13 10:30:15

Comparing /work/SRC/openSUSE:Factory/rubygem-hpricot (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-hpricot.new (New)


Package is "rubygem-hpricot"

Tue Feb 13 10:30:15 2018 rev:2 rq:575583 version:0.8.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hpricot/rubygem-hpricot.changes  
2018-02-07 18:41:17.348531789 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hpricot.new/rubygem-hpricot.changes 
2018-02-13 10:30:35.270532990 +0100
@@ -1,0 +2,5 @@
+Sat Feb 10 12:10:20 UTC 2018 - jeng...@inai.de
+
+- Trim rhetorics from description.
+
+---



Other differences:
--
++ rubygem-hpricot.spec ++
--- /var/tmp/diff_new_pack.xJJpWd/_old  2018-02-13 10:30:37.066468279 +0100
+++ /var/tmp/diff_new_pack.xJJpWd/_new  2018-02-13 10:30:37.086467558 +0100
@@ -29,10 +29,10 @@
 %define mod_name hpricot
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 Url:http://code.whytheluckystiff.net/hpricot/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
@@ -41,7 +41,7 @@
 Group:  Development/Languages/Ruby
 
 %description
-Hpricot is a fast, flexible HTML parser written in C. It's designed to be very 
accommodating (like Tanaka Akira's HTree) and to have a very helpful library. 
Also, Hpricot can be handy for reading broken XML files, since many of the same 
techniques can be used.
+Hpricot is a flexible HTML parser written in C. It's designed to be similar to 
Tanaka Akira's HTree, and has a library. Hpricot can read broken XML files, 
since many of the same techniques can be used.
 %prep
 
 %build

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.xJJpWd/_old  2018-02-13 10:30:37.154465108 +0100
+++ /var/tmp/diff_new_pack.xJJpWd/_new  2018-02-13 10:30:37.154465108 +0100
@@ -3,7 +3,7 @@
 :summary: 'A fast and flexible HTML Parser'
 # ## used by gem2rpm
 :description: |-
-  Hpricot is a fast, flexible HTML parser written in C. It's designed to be 
very accommodating (like Tanaka Akira's HTree) and to have a very helpful 
library. Also, Hpricot can be handy for reading broken XML files, since many of 
the same techniques can be used.
+  Hpricot is a flexible HTML parser written in C. It's designed to be similar 
to Tanaka Akira's HTree, and has a library. Hpricot can read broken XML files, 
since many of the same techniques can be used.
 # ## used by gem2rpm
 # :license: MIT or Ruby
 # ## used by gem2rpm and gem_packages




commit yast2-schema for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2018-02-13 10:31:04

Comparing /work/SRC/openSUSE:Factory/yast2-schema (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-schema.new (New)


Package is "yast2-schema"

Tue Feb 13 10:31:04 2018 rev:38 rq:575615 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes
2018-02-12 10:16:19.251114193 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new/yast2-schema.changes   
2018-02-13 10:31:06.721399742 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 11:14:14 UTC 2018 - jreidin...@suse.com
+
+- drop yast2-ca-management (fate#319119)
+- 4.0.1
+
+---

Old:

  yast2-schema-4.0.0.tar.bz2

New:

  yast2-schema-4.0.1.tar.bz2



Other differences:
--
++ yast2-schema.spec ++
--- /var/tmp/diff_new_pack.vHFggh/_old  2018-02-13 10:31:07.329377835 +0100
+++ /var/tmp/diff_new_pack.vHFggh/_new  2018-02-13 10:31:07.329377835 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,6 @@
 BuildRequires:  yast2-auth-client
 BuildRequires:  yast2-auth-server
 BuildRequires:  yast2-bootloader
-BuildRequires:  yast2-ca-management
 BuildRequires:  yast2-country
 BuildRequires:  yast2-dhcp-server
 BuildRequires:  yast2-dns-server

++ yast2-schema-4.0.0.tar.bz2 -> yast2-schema-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.0.0/package/yast2-schema.changes 
new/yast2-schema-4.0.1/package/yast2-schema.changes
--- old/yast2-schema-4.0.0/package/yast2-schema.changes 2018-02-12 
09:30:05.0 +0100
+++ new/yast2-schema-4.0.1/package/yast2-schema.changes 2018-02-12 
12:20:19.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Feb 12 11:14:14 UTC 2018 - jreidin...@suse.com
+
+- drop yast2-ca-management (fate#319119)
+- 4.0.1
+
+---
 Fri Feb  9 14:42:12 UTC 2018 - knut.anders...@suse.com
 
 - Drop yast2-inetd (fate#323373)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.0.0/package/yast2-schema.spec 
new/yast2-schema-4.0.1/package/yast2-schema.spec
--- old/yast2-schema-4.0.0/package/yast2-schema.spec2018-02-12 
09:30:05.0 +0100
+++ new/yast2-schema-4.0.1/package/yast2-schema.spec2018-02-12 
12:20:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,7 +46,6 @@
 BuildRequires: yast2-auth-client
 BuildRequires: yast2-auth-server
 BuildRequires: yast2-bootloader
-BuildRequires: yast2-ca-management
 BuildRequires: yast2-country
 BuildRequires: yast2-dhcp-server
 BuildRequires: yast2-dns-server




commit perl-DBIx-Class-UUIDColumns for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package perl-DBIx-Class-UUIDColumns for 
openSUSE:Factory checked in at 2018-02-13 10:31:08

Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-UUIDColumns (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBIx-Class-UUIDColumns.new (New)


Package is "perl-DBIx-Class-UUIDColumns"

Tue Feb 13 10:31:08 2018 rev:2 rq:575625 version:0.02006

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-UUIDColumns/perl-DBIx-Class-UUIDColumns.changes
  2014-12-16 14:47:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-UUIDColumns.new/perl-DBIx-Class-UUIDColumns.changes
 2018-02-13 10:31:13.629150839 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 12:06:34 UTC 2018 - co...@suse.com
+
+- fix build
+
+---



Other differences:
--
++ perl-DBIx-Class-UUIDColumns.spec ++
--- /var/tmp/diff_new_pack.xSjinc/_old  2018-02-13 10:31:14.541117978 +0100
+++ /var/tmp/diff_new_pack.xSjinc/_new  2018-02-13 10:31:14.541117978 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-UUIDColumns
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -32,6 +32,7 @@
 BuildRequires:  perl(Class::Accessor::Grouped)
 BuildRequires:  perl(DBD::SQLite) >= 1.11
 BuildRequires:  perl(DBIx::Class) >= 0.07005
+BuildRequires:  perl(Module::Install)
 Requires:   perl(Class::Accessor::Grouped)
 Requires:   perl(DBIx::Class) >= 0.07005
 Recommends: perl(APR::UUID)




commit nitroshare for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package nitroshare for openSUSE:Factory 
checked in at 2018-02-13 10:30:56

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


Package is "nitroshare"

Tue Feb 13 10:30:56 2018 rev:7 rq:575604 version:0.3.4

Changes:

--- /work/SRC/openSUSE:Factory/nitroshare/nitroshare.changes2018-02-12 
10:16:01.699746665 +0100
+++ /work/SRC/openSUSE:Factory/.nitroshare.new/nitroshare.changes   
2018-02-13 10:31:01.817576440 +0100
@@ -1,0 +2,5 @@
+Mon Feb 12 08:21:41 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---



Other differences:
--
++ nitroshare.spec ++
--- /var/tmp/diff_new_pack.mvboLA/_old  2018-02-13 10:31:02.617547615 +0100
+++ /var/tmp/diff_new_pack.mvboLA/_new  2018-02-13 10:31:02.621547470 +0100
@@ -42,16 +42,14 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.1
 
 %description
-A cross-platform network file transfer application designed to make
-transferring any file to any device as painless as possible.
-
+A network file transfer application.
 Features:
  * Automatic discovery of devices on the local network.
  * Simple and intuitive user interface.
  * Transfer entire directories.
 
 %package -n caja-extension-%{name}
-Summary:NitroShare integrated into Caja
+Summary:NitroShare integration for Caja
 Group:  Productivity/File utilities
 Requires:   %{name} = %{version}
 Requires:   caja
@@ -59,13 +57,11 @@
 Supplements:packageand(caja:%{name})
 
 %description -n caja-extension-%{name}
-A cross-platform network file transfer application designed to make
-transferring any file to any device as painless as possible.
-
-This package integrates NitroShare seamlessly into Caja.
+A network file transfer application.
+This package integrates NitroShare into Caja.
 
 %package -n nautilus-extension-%{name}
-Summary:NitroShare integrated into Nautilus
+Summary:NitroShare integration for Nautilus
 Group:  Productivity/File utilities
 Requires:   %{name} = %{version}
 Requires:   nautilus
@@ -73,14 +69,12 @@
 Supplements:packageand(nautilus:%{name})
 
 %description -n nautilus-extension-%{name}
-A cross-platform network file transfer application designed to make
-transferring any file to any device as painless as possible.
-
-This package integrates NitroShare seamlessly into Nautilus.
+A network file transfer application.
+This package integrates NitroShare into Nautilus.
 
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
 %package -n nemo-extension-%{name}
-Summary:NitroShare integrated into Nemo
+Summary:NitroShare integration for Nemo
 Group:  Productivity/File utilities
 Requires:   %{name} = %{version}
 Requires:   nemo
@@ -88,23 +82,18 @@
 Supplements:packageand(nemo:%{name})
 
 %description -n nemo-extension-%{name}
-A cross-platform network file transfer application designed to make
-transferring any file to any device as painless as possible.
-
-This package integrates NitroShare seamlessly into Nemo.
+A network file transfer application.
+This package integrates NitroShare into Nemo.
 %endif
 
 %package kde
-Summary:NitroShare integrated into KDE
+Summary:NitroShare integration into KDE
 Group:  Productivity/File utilities
 Requires:   %{name} = %{version}
 
 %description kde
-A cross-platform network file transfer application designed to make
-transferring any file to any device as painless as possible.
-
-This package integrates NitroShare seamlessly into the KDE service
-menu.
+A network file transfer application.
+This package integrates NitroShare into the KDE service menu.
 
 %prep
 %setup -q





commit plplot for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2018-02-13 10:29:49

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


Package is "plplot"

Tue Feb 13 10:29:49 2018 rev:47 rq:575580 version:5.13.0

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2017-12-02 
13:12:14.510938771 +0100
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2018-02-13 
10:30:11.219399603 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 08:38:48 UTC 2018 - badshah...@gmail.com
+
+- Swap leftover python2 Requires for explicitly python3 ones,
+  rename python package to python3-plplot.
+
+---



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.TiWUej/_old  2018-02-13 10:30:14.963264704 +0100
+++ /var/tmp/diff_new_pack.TiWUej/_new  2018-02-13 10:30:14.967264560 +0100
@@ -93,8 +93,7 @@
 BuildRequires:  pkgconfig(lua)
 
 Requires:   libtool
-Requires:   python-base = %{py_ver}
-Requires:   python-numpy
+Requires:   python3-numpy
 Recommends: %{name}-doc = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -767,20 +766,21 @@
 %{_libdir}/libqsastime.so.*
 ##
 
-%package -n python-%{name}
+%package -n python3-%{name}
 ##
 Summary:PLplot functions for scientific plotting with Python
 License:LGPL-2.1+
 Group:  System/Libraries
 Requires:   %{name}-common = %{version}
+Provides:   python-%{name}
 
-%description -n python-%{name}
+%description -n python3-%{name}
 PLplot is a library of functions that are useful for making scientific
 plots.
 
 This package provides the PLplot's Python binding.
 
-%files -n python-%{name}
+%files -n python3-%{name}
 %defattr(-,root,root)
 %{python3_sitearch}/_plplotc.so
 %{python3_sitearch}/plplot.py*




commit fwbuilder for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2018-02-13 10:29:35

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


Package is "fwbuilder"

Tue Feb 13 10:29:35 2018 rev:16 rq:575529 version:5.3.7

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2017-12-15 
14:06:34.493171096 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2018-02-13 
10:29:36.716642802 +0100
@@ -1,0 +2,7 @@
+Wed Jan 31 14:04:30 UTC 2018 - dims...@opensuse.org
+
+- Add fwbuilder-qmake-without-flags.patch: Fix build in case qmake
+  is started without QMAKE_CXXFLAGS being defined
+  (gh#fwbuilder/fwbuilder#46).
+
+---

New:

  fwbuilder-qmake-without-flags.patch



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.vsVJwN/_old  2018-02-13 10:29:38.188589765 +0100
+++ /var/tmp/diff_new_pack.vsVJwN/_new  2018-02-13 10:29:38.192589621 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fwbuilder
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,6 +24,7 @@
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
 Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
+Patch0: fwbuilder-qmake-without-flags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -55,10 +56,10 @@
 independent of another.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -p1
 
 %build
-./autogen.sh "--with-qmake=qmake-qt5"
+NOCONFIGURE=1 ./autogen.sh "--with-qmake=qmake-qt5"
 %configure \
 --with-qmake=qmake-qt5 \
 --with-docdir=%{_docdir}/%{name}

++ fwbuilder-qmake-without-flags.patch ++
diff --git a/autogen.sh b/autogen.sh
index 6d8c4969..da2f79f0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,4 +48,4 @@ which acinclude >/dev/null 2>&1 && acinclude
 which aclocal >/dev/null 2>&1 && aclocal
 autoconf
 
-./configure ${CFGARGS}  $*
+test -n "$NOCONFIGURE" || ./configure ${CFGARGS}  $*
diff --git a/runqmake.sh b/runqmake.sh
index 7db4571b..8fb8958e 100755
--- a/runqmake.sh
+++ b/runqmake.sh
@@ -13,5 +13,10 @@ IFS="
 
 test -z "$EXTRA_CXXFLAGS" || FLAGS="QMAKE_CXXFLAGS += $EXTRA_CXXFLAGS"
 
-$QMAKE "$FLAGS" $C
+if [ -z "$FLAGS" ]; then
+  # in case there are no FLAGS defined, we can't pass an empty "" parameter to 
qmake
+  $QMAKE $C
+else
+  $QMAKE "$FLAGS" $C
+fi
 



commit fcitx-qt5 for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package fcitx-qt5 for openSUSE:Factory 
checked in at 2018-02-13 10:29:40

Comparing /work/SRC/openSUSE:Factory/fcitx-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-qt5.new (New)


Package is "fcitx-qt5"

Tue Feb 13 10:29:40 2018 rev:14 rq:575530 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-qt5/fcitx-qt5.changes  2017-12-19 
10:58:57.180002013 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx-qt5.new/fcitx-qt5.changes 2018-02-13 
10:29:48.308225137 +0100
@@ -1,0 +2,7 @@
+Sat Feb 10 22:11:52 UTC 2018 - opens...@trummer.xyz
+
+- update version 1.2.2
+  * We already changed reset of code to use "isRelease" for
+filterEventFallback. This check should be changed accordingly.
+
+---

Old:

  fcitx-qt5-1.2.1.tar.xz

New:

  fcitx-qt5-1.2.2.tar.xz



Other differences:
--
++ fcitx-qt5.spec ++
--- /var/tmp/diff_new_pack.H6ajKt/_old  2018-02-13 10:29:50.000164173 +0100
+++ /var/tmp/diff_new_pack.H6ajKt/_new  2018-02-13 10:29:50.000164173 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-qt5
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,13 +17,13 @@
 
 
 Name:   fcitx-qt5
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:Fcitx QT5 Input Context
 License:GPL-2.0+ AND GPL-3.0+ AND BSD-3-Clause
 Group:  System/I18n/Chinese
 Url:https://github.com/fcitx/fcitx-qt5
-Source: http://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz
+Source: https://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules

++ fcitx-qt5-1.2.1.tar.xz -> fcitx-qt5-1.2.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fcitx-qt5-1.2.1/platforminputcontext/qfcitxplatforminputcontext.cpp 
new/fcitx-qt5-1.2.2/platforminputcontext/qfcitxplatforminputcontext.cpp
--- old/fcitx-qt5-1.2.1/platforminputcontext/qfcitxplatforminputcontext.cpp 
2017-11-22 20:30:46.0 +0100
+++ new/fcitx-qt5-1.2.2/platforminputcontext/qfcitxplatforminputcontext.cpp 
2018-01-25 00:54:09.0 +0100
@@ -19,6 +19,7 @@
 */
 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -64,15 +65,6 @@
 return locale;
 }
 
-struct xkb_context *_xkb_context_new_helper() {
-struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
-if (context) {
-xkb_context_set_log_level(context, XKB_LOG_LEVEL_CRITICAL);
-}
-
-return context;
-}
-
 static bool objectAcceptsInputMethod() {
 bool enabled = false;
 QObject *object = qApp->focusObject();
@@ -85,6 +77,15 @@
 return enabled;
 }
 
+struct xkb_context *_xkb_context_new_helper() {
+struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
+if (context) {
+xkb_context_set_log_level(context, XKB_LOG_LEVEL_CRITICAL);
+}
+
+return context;
+}
+
 QFcitxPlatformInputContext::QFcitxPlatformInputContext()
 : m_watcher(new FcitxWatcher(this)), m_cursorPos(0),
   m_useSurroundingText(false),
@@ -705,7 +706,7 @@
 
 if (!proxy->processKeyEventResult(*watcher)) {
 filtered =
-filterEventFallback(sym, code, state, type == QEvent::KeyPress);
+filterEventFallback(sym, code, state, type == QEvent::KeyRelease);
 } else {
 filtered = true;
 }




commit cmuclmtk for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package cmuclmtk for openSUSE:Factory 
checked in at 2018-02-13 10:26:55

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


Package is "cmuclmtk"

Tue Feb 13 10:26:55 2018 rev:8 rq:574878 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/cmuclmtk/cmuclmtk.changes2014-03-14 
15:13:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmuclmtk.new/cmuclmtk.changes   2018-02-13 
10:26:55.902437113 +0100
@@ -1,0 +2,8 @@
+Thu Feb  8 16:37:48 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Remove Buildrequires: gdb and vim. As the latter is build with
+  gvim support, this adds all of gtk and rust (librsvg) to the
+  build dependency chain. Via presage -> fcitx this also creates a
+  huge build dependency loop.
+
+---



Other differences:
--
++ cmuclmtk.spec ++
--- /var/tmp/diff_new_pack.tx3B7y/_old  2018-02-13 10:26:56.670409442 +0100
+++ /var/tmp/diff_new_pack.tx3B7y/_new  2018-02-13 10:26:56.670409442 +0100
@@ -29,9 +29,9 @@
 Patch3: 0003-Fix-endian-check.patch
 Patch4: 0004-Fix-vocab_size.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gdb
-BuildRequires:  less
-BuildRequires:  vim
+BuildRequires:  gcc
+BuildRequires:  gmake
+BuildRequires:  gawk
 
 %description
 The CMU-Cambridge Language Modeling Toolkit is a free set of tools




commit rubygem-pkg-config for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2018-02-13 10:27:37

Comparing /work/SRC/openSUSE:Factory/rubygem-pkg-config (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pkg-config.new (New)


Package is "rubygem-pkg-config"

Tue Feb 13 10:27:37 2018 rev:15 rq:574937 version:1.2.9

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2017-11-01 11:08:21.928562913 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes   
2018-02-13 10:27:39.504866091 +0100
@@ -1,0 +2,17 @@
+Thu Feb  8 06:19:51 UTC 2018 - co...@suse.com
+
+- updated to version 1.2.9
+ see installed NEWS
+
+  == 1.2.9 - 2018-01-13
+  
+  === Improvements
+  
+* Added more default paths for OpenBSD.
+  [GitHub#15][Reported by clintpachl]
+  
+  === Thanks
+  
+* clintpachl
+
+---

Old:

  pkg-config-1.2.8.gem

New:

  pkg-config-1.2.9.gem



Other differences:
--
++ rubygem-pkg-config.spec ++
--- /var/tmp/diff_new_pack.nfPcDt/_old  2018-02-13 10:27:41.188805417 +0100
+++ /var/tmp/diff_new_pack.nfPcDt/_new  2018-02-13 10:27:41.192805273 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pkg-config
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pkg-config
-Version:1.2.8
+Version:1.2.9
 Release:0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}

++ pkg-config-1.2.8.gem -> pkg-config-1.2.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2017-10-19 16:16:09.0 +0200
+++ new/NEWS2018-01-13 04:51:02.0 +0100
@@ -1,5 +1,16 @@
 = NEWS
 
+== 1.2.9 - 2018-01-13
+
+=== Improvements
+
+  * Added more default paths for OpenBSD.
+[GitHub#15][Reported by clintpachl]
+
+=== Thanks
+
+  * clintpachl
+
 == 1.2.8 - 2017-10-19
 
 === Improvements
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config/version.rb 
new/lib/pkg-config/version.rb
--- old/lib/pkg-config/version.rb   2017-10-19 16:16:09.0 +0200
+++ new/lib/pkg-config/version.rb   2018-01-13 04:51:02.0 +0100
@@ -15,5 +15,5 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
 
 module PKGConfig
-  VERSION = "1.2.8"
+  VERSION = "1.2.9"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config.rb new/lib/pkg-config.rb
--- old/lib/pkg-config.rb   2017-10-19 16:16:09.0 +0200
+++ new/lib/pkg-config.rb   2018-01-13 04:51:02.0 +0100
@@ -1,4 +1,4 @@
-# Copyright 2008-2017 Kouhei Sutou 
+# Copyright 2008-2018 Kouhei Sutou 
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -342,12 +342,15 @@
   "/usr/local/libx32/pkgconfig",
   "/usr/local/lib/pkgconfig",
   "/usr/local/libdata/pkgconfig",
+  "/usr/local/share/pkgconfig",
   "/opt/local/lib/pkgconfig",
   *arch_depended_path,
   "/usr/lib64/pkgconfig",
   "/usr/libx32/pkgconfig",
   "/usr/lib/pkgconfig",
   "/usr/libdata/pkgconfig",
+  "/usr/X11R6/lib/pkgconfig",
+  "/usr/X11R6/share/pkgconfig",
   "/usr/X11/lib/pkgconfig",
   "/opt/X11/lib/pkgconfig",
   "/usr/share/pkgconfig",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-10-19 16:16:09.0 +0200
+++ new/metadata2018-01-13 04:51:02.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: pkg-config
 version: !ruby/object:Gem::Version
-  version: 1.2.8
+  version: 1.2.9
 platform: ruby
 authors:
 - Kouhei Sutou
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-10-19 00:00:00.0 Z
+date: 2018-01-13 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: test-unit
@@ -89,7 +89,7 @@
   version: '0'
 requirements: []
 rubyforge_project: cairo
-rubygems_version: 2.5.2.1
+rubygems_version: 2.5.2.2
 signing_key: 
 specification_version: 4
 summary: A pkg-config implementation for Ruby




commit rakudo for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package rakudo for openSUSE:Factory checked 
in at 2018-02-13 10:28:45

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


Package is "rakudo"

Tue Feb 13 10:28:45 2018 rev:51 rq:574667 version:2018.01

Changes:

--- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes2017-08-22 
11:10:45.814786441 +0200
+++ /work/SRC/openSUSE:Factory/.rakudo.new/rakudo.changes   2018-02-13 
10:28:51.146284773 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 07:53:44 CET 2018 - n...@detonation.org
+
+- update to version 2018.01
+
+---

Old:

  rakudo-2017.08.tar.gz

New:

  rakudo-2018.01.tar.gz



Other differences:
--
++ rakudo.spec ++
--- /var/tmp/diff_new_pack.eAlboG/_old  2018-02-13 10:28:52.514235484 +0100
+++ /var/tmp/diff_new_pack.eAlboG/_new  2018-02-13 10:28:52.518235340 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rakudo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   rakudo
-Version:2017.08
+Version:2018.01
 Release:2.1
 Summary:Perl 6 implemenation that runs on MoarVM
 License:Artistic-2.0
@@ -27,8 +27,8 @@
 BuildRequires:  moarvm-devel
 BuildRequires:  nqp
 Provides:   perl6 = %{version}-%{release}
-Requires:   moarvm >= 2017.08
-Requires:   nqp >= 2017.08
+Requires:   moarvm >= 2018.01
+Requires:   nqp >= 2018.01
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ rakudo-2017.08.tar.gz -> rakudo-2018.01.tar.gz ++
 39945 lines of diff (skipped)




commit moarvm for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package moarvm for openSUSE:Factory checked 
in at 2018-02-13 10:28:38

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


Package is "moarvm"

Tue Feb 13 10:28:38 2018 rev:13 rq:574663 version:2018.01

Changes:

--- /work/SRC/openSUSE:Factory/moarvm/moarvm.changes2017-08-22 
11:10:51.134037459 +0200
+++ /work/SRC/openSUSE:Factory/.moarvm.new/moarvm.changes   2018-02-13 
10:28:40.878654730 +0100
@@ -1,0 +2,14 @@
+Thu Feb  1 06:29:35 CET 2018 - n...@detonation.org
+
+- update to version 2018.01
+
++ Faster string searching and other string improvements
++ New expression JIT
++ JIT compilation of native calls
++ Update Unicode database for Unicode 10
++ Flush standard handles at exit
++ Flush output buffer where needed
++ Various improvements to spesh
++ Lots of bug fixes
+
+---

Old:

  MoarVM-2017.08.1.tar.gz

New:

  MoarVM-2018.01.tar.gz



Other differences:
--
++ moarvm.spec ++
--- /var/tmp/diff_new_pack.LjvkB5/_old  2018-02-13 10:28:41.502632247 +0100
+++ /var/tmp/diff_new_pack.LjvkB5/_new  2018-02-13 10:28:41.502632247 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package moarvm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%global mvrel 2017.08.1
+%global mvrel 2018.01
 Name:   moarvm
 Version:%mvrel
 Release:2.1

++ MoarVM-2017.08.1.tar.gz -> MoarVM-2018.01.tar.gz ++
 185417 lines of diff (skipped)




commit nqp for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package nqp for openSUSE:Factory checked in 
at 2018-02-13 10:28:42

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


Package is "nqp"

Tue Feb 13 10:28:42 2018 rev:23 rq:574666 version:2018.01

Changes:

--- /work/SRC/openSUSE:Factory/nqp/nqp.changes  2017-08-22 11:10:43.459118133 
+0200
+++ /work/SRC/openSUSE:Factory/.nqp.new/nqp.changes 2018-02-13 
10:28:42.778586272 +0100
@@ -1,0 +2,39 @@
+Thu Feb  1 06:44:35 CET 2018 - n...@detonation.org
+
+- update to version 2018.01
+  * Improve handling of flags for '%b' directive
+  * Make || alternations respect :ratchet mode
+  * Allow per-atom backtracking modifiers to override :ratchet
+  * Do not start interactive REPL on non tty input
+  * Check for the backend method in the backend before compiler
+  * Make Int on rakudo's Match return an Int not a nqp level int.
+  * support the new heapsnapshot API
+  * Add nqp::getrusage and constants on MoarVM backend
+  * Map threadlockcount op on MoarVM backend
+  * Suppress warning in /a b+/
+  * Map the new nativeinvoke OP
+  * Remove support for ornate parenthesis from quoting constructs
+  * Improve error message when space with combiners is encountered
+  * Remove trailing whitespace
+  * Implement --force-stdin-eval-mode command line arg
+  * Rename `--force-stdin-eval-mode` command line opt
+  * Make NQP's BUILDPLAN more like Perl6's BUILDPLAN
+  * Add the new coerce_II op as fromI_I
+  * Map the new getarg_i op for reading from the args buffer
+  * Remove some @*comp_line_directives accesses (#376)
+  * Add support for '+' flag for %b in sprintf
+  * Add support for a block no-inline flag
+  * Fix wrong coercion in if on moar
+  * Fix crash with named captures in P5 regexes
+  * Use faster nqp::istype instead of ~~
+  * Implement nqp::chainstatic op
+  * MoarVM: Allow 'chain' op to use child as callee
+  * Use faster nqp::elems instead of + on QAST nodes
+  * Add $!cuid to QAST::Block.dump
+  * Implement QAST::Node.annotate_self
+  * Fix dumping block with null_s cuids
+  * Don't die if parent doesn't have dump method
+  * Fix blocktype display in Block extra node info
+- add nqp-disable-faulty-test.diff for disabling faulty concurrency test
+
+---

Old:

  nqp-2017.08.tar.gz

New:

  nqp-2018.01.tar.gz
  nqp-disable-faulty-test.diff



Other differences:
--
++ nqp.spec ++
--- /var/tmp/diff_new_pack.lioGQz/_old  2018-02-13 10:28:43.442562349 +0100
+++ /var/tmp/diff_new_pack.lioGQz/_new  2018-02-13 10:28:43.446562204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nqp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   nqp
-Version:2017.08
+Version:2018.01
 Release:1.1
 Summary:Not Quite Perl
 License:Artistic-2.0
@@ -25,7 +25,8 @@
 Url:http://rakudo.org/
 Source: nqp-%{version}.tar.gz
 BuildRequires:  moarvm-devel
-Requires:   moarvm >= 2017.08
+Requires:   moarvm >= 2018.01
+Patch1: nqp-disable-faulty-test.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 perl Configure.pl --backends=moar --libdir=%{_libdir} --prefix=%{_usr} 
--with-moar=/usr/bin/moar

++ nqp-2017.08.tar.gz -> nqp-2018.01.tar.gz ++
 31459 lines of diff (skipped)

++ nqp-disable-faulty-test.diff ++
diff --git a/t/concurrency/01-thread.t b/t/concurrency/01-thread.t
index e8426dd32..99d9544ed 100644
--- a/t/concurrency/01-thread.t
+++ b/t/concurrency/01-thread.t
@@ -1,7 +1,7 @@
 #! nqp
 
 
-plan(24);
+plan(22);
 
 # 2 tests
 {
@@ -125,7 +125,7 @@ plan(24);
 # Sibling child threads case for threadyield()
 # This test intentionally does not use proper synchronization primitives,
 # so that threadyield can be tested independently of locks/condvars/etc.
-{
+if 0 {
 my @a;
 my $t1 := nqp::newthread({
 nqp::push(@a, 'a');



commit pacemaker for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2018-02-13 10:27:53

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


Package is "pacemaker"

Tue Feb 13 10:27:53 2018 rev:117 rq:575206 version:1.1.18+20180209.7acb22379

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2018-01-21 
15:48:44.742550442 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2018-02-13 
10:27:59.728137428 +0100
@@ -1,0 +2,48 @@
+Sat Feb 10 06:43:16 UTC 2018 - y...@suse.com
+
+- Update to version 1.1.18+20180209.7acb22379:
+- use proper way to make output files executable
+- spec: move lrmd_test to cli package
+- spec: make log directories owned by cli package
+- spec: move all test data into cts package
+- pengine: move regression test to cts as cts-pengine
+- lrmd: move regression test to cts as cts-lrmd
+- fencing: move regression test to cts as cts-stonithd
+- tools: move CLI regression test to cts as cts-cli
+- rename top-level testing files and move to cts directory
+- tools: drop crmadmin -i and -d options (fate#324508)
+
+---
+Fri Feb  9 00:05:41 UTC 2018 - y...@suse.com
+
+- Update to version 1.1.18+20180208.f6a261987:
+- Feature: crmd: modify feature set handling
+
+---
+Wed Feb  7 02:12:04 UTC 2018 - y...@suse.com
+
+- Update to version 1.1.18+20180205.b44c57e35:
+- pengine,doc,tools: rename "master score" to "promotion score" (fate#324508)
+- libpe_status: rename bundle 'masters' to 'promoted-max' (fate#323415)
+- pengine,libpe_status: rename master-{max,node-max} to promoted-* 
(fate#324508)
+- various: merge clone resource type and master/slave resource type 
(fate#324508)
+- attrd,pacemakerd,libcrmcommon: make "Exiting" last message
+- don't use corosync logging settings (fate#324508)
+- crmd,libpe_rules: drop support for notification-agent/recipient
+- tools: improve crm_failcount exit code usage
+
+---
+Tue Jan 30 00:36:28 UTC 2018 - y...@suse.com
+
+- Update to version 1.1.18+20180129.c801ab11e:
+- allow configuring specific python intepreter version (fate#323526)
+  * Drop obsolete 
fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch
+
+- use auto-configured python executable in python shebangs (fate#323526)
+  * Update fate-323526_pacemaker-tests-shebang-python3.patch
+
+- xml: drop score-attribute and score-attribute-mangle
+- pengine: avoid misuse of function parameter
+- libcrmservice,pacemakerd: improve privilege dropping
+
+---
@@ -157 +205 @@
-Mon Nov 20 16:20:53 UTC 2017 - y...@suse.co
+Mon Nov 20 16:20:53 UTC 2017 - y...@suse.com

Old:

  fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch
  pacemaker-1.1.18+20180119.9146c3c20.tar.xz

New:

  pacemaker-1.1.18+20180209.7acb22379.tar.xz



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.JNhvRQ/_old  2018-02-13 10:28:00.440111775 +0100
+++ /var/tmp/diff_new_pack.JNhvRQ/_new  2018-02-13 10:28:00.444111631 +0100
@@ -30,6 +30,10 @@
 ## Where to install Pacemaker documentation
 %global pcmk_docdir %{_docdir}/%{name}
 
+## Path to Python interpreter (leave commented to auto-detect,
+## or uncomment and edit to use a specific version)
+%global python_path /usr/bin/python%{python3_version}
+
 ## Corosync version
 %define cs_version 2
 
@@ -67,7 +71,7 @@
 %endif
 
 Name:   pacemaker
-Version:1.1.18+20180119.9146c3c20
+Version:1.1.18+20180209.7acb22379
 Release:0
 Summary:Scalable High-Availability cluster resource manager
 # AGPL-3.0 licensed extra/clustermon.sh is not present in the binary
@@ -90,7 +94,6 @@
 Patch9: bug-995365_pacemaker-cts-restart-systemd-journald.patch
 Patch10:fate-323526_pacemaker-tests-shebang-python3.patch
 Patch11:pacemaker-cts-StartCmd.patch
-Patch12:
fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch
 # Required for core functionality
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -118,7 +121,7 @@
 BuildRequires:  pkgconfig(libqb) > 0.13.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
-# Pacemaker targets compatibility with python 2.7 and 3.2+
+# Pacemaker requires a minimum Python functionality
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(uuid)
@@ -264,7 +267,6 @@
 The libpacemaker-devel package contains headers and shared libraries
 

commit SDL2_image for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package SDL2_image for openSUSE:Factory 
checked in at 2018-02-13 10:28:52

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


Package is "SDL2_image"

Tue Feb 13 10:28:52 2018 rev:7 rq:574777 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/SDL2_image/SDL2_image.changes2016-01-22 
01:07:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.SDL2_image.new/SDL2_image.changes   
2018-02-13 10:28:58.814008494 +0100
@@ -1,0 +2,12 @@
+Fri Feb  9 17:11:54 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2.0.2
+  * Added simple SVG image support based on Nano SVG
+  * Fixed security vulnerability in XCF image loader
+[boo#1062777, CVE-2017-2887]
+  * Added optional support for loading images using Windows
+Imaging Component
+  * Added libpng save support for much smaller 8-bit images
+  * Added JPG save support: IMG_SaveJPG() and IMG_SaveJPG_RW()
+
+---

Old:

  SDL2_image-2.0.1.tar.gz

New:

  SDL2_image-2.0.2.tar.gz



Other differences:
--
++ SDL2_image.spec ++
--- /var/tmp/diff_new_pack.DsnP0A/_old  2018-02-13 10:28:59.689976931 +0100
+++ /var/tmp/diff_new_pack.DsnP0A/_new  2018-02-13 10:28:59.693976787 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package SDL2_image
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -18,7 +18,7 @@
 
 Name:   SDL2_image
 %define lname  libSDL2_image-2_0-0
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:SDL2 image loading library
 License:Zlib

++ SDL2_image-2.0.1.tar.gz -> SDL2_image-2.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/SDL2_image/SDL2_image-2.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.SDL2_image.new/SDL2_image-2.0.2.tar.gz differ: char 
4, line 1




commit jemalloc for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2018-02-13 10:27:44

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


Package is "jemalloc"

Tue Feb 13 10:27:44 2018 rev:24 rq:575200 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes2017-10-10 
11:35:28.451255162 +0200
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2018-02-13 
10:27:48.564539663 +0100
@@ -1,0 +2,6 @@
+Sat Feb 10 09:52:38 UTC 2018 - guilla...@opensuse.org
+
+- Disable THP for ARM (32 bits). This fix build by passing all 
+  tests successfully
+
+---



Other differences:
--
++ jemalloc.spec ++
--- /var/tmp/diff_new_pack.yowVog/_old  2018-02-13 10:27:49.464507237 +0100
+++ /var/tmp/diff_new_pack.yowVog/_new  2018-02-13 10:27:49.464507237 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jemalloc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -84,7 +84,12 @@
export CC=gcc-4.8
 fi
 %endif
-%configure --enable-prof
+%configure \
+%ifarch %arm
+  --disable-thp \
+%endif
+  --enable-prof
+
 make %{?_smp_mflags}
 
 %install




commit rubygem-byebug for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package rubygem-byebug for openSUSE:Factory 
checked in at 2018-02-13 10:27:26

Comparing /work/SRC/openSUSE:Factory/rubygem-byebug (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-byebug.new (New)


Package is "rubygem-byebug"

Tue Feb 13 10:27:26 2018 rev:17 rq:574926 version:10.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-byebug/rubygem-byebug.changes
2017-09-13 21:34:53.827681806 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-byebug.new/rubygem-byebug.changes   
2018-02-13 10:27:27.873285185 +0100
@@ -1,0 +2,6 @@
+Thu Feb  8 05:55:45 UTC 2018 - co...@suse.com
+
+- updated to version 10.0.0
+ see installed CHANGELOG.md
+
+---

Old:

  byebug-9.1.0.gem

New:

  byebug-10.0.0.gem



Other differences:
--
++ rubygem-byebug.spec ++
--- /var/tmp/diff_new_pack.HB8rSh/_old  2018-02-13 10:27:28.497262703 +0100
+++ /var/tmp/diff_new_pack.HB8rSh/_new  2018-02-13 10:27:28.501262559 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-byebug
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-byebug
-Version:9.1.0
+Version:10.0.0
 Release:0
 %define mod_name byebug
 %define mod_full_name %{mod_name}-%{version}
@@ -35,9 +35,9 @@
 %endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{rubydevel >= 2.2.0}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://github.com/deivid-rodriguez/byebug
 Source: https://rubygems.org/gems/%{mod_full_name}.gem

++ byebug-9.1.0.gem -> byebug-10.0.0.gem ++
 6107 lines of diff (skipped)




commit MozillaFirefox for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2018-02-13 10:26:26

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


Package is "MozillaFirefox"

Tue Feb 13 10:26:26 2018 rev:266 rq:574857 version:58.0.2

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2018-02-07 18:39:29.289593369 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2018-02-13 10:26:29.639383379 +0100
@@ -1,0 +2,15 @@
+Fri Feb  9 13:37:46 UTC 2018 - astie...@suse.com
+
+- Mozilla Firefox 58.0.2:
+  * Blocklisted graphics drivers related to off main thread painting
+crashes
+  * Fix tab crash during printing
+  * Fix clicking links and scrolling emails on Microsoft Hotmail
+and Outlook (OWA) webmail
+
+---
+Fri Feb  9 12:06:31 UTC 2018 - w...@rosenauer.org
+
+- correct requires and provides handling (boo#1076907)
+
+---

Old:

  find-external-requires.sh
  firefox-58.0.1-source.tar.xz
  l10n-58.0.1.tar.xz

New:

  firefox-58.0.2-source.tar.xz
  l10n-58.0.2.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.mo29us/_old  2018-02-13 10:26:54.074502974 +0100
+++ /var/tmp/diff_new_pack.mo29us/_new  2018-02-13 10:26:54.078502830 +0100
@@ -19,10 +19,10 @@
 
 # changed with every update
 %define major 58
-%define mainver %major.0.1
+%define mainver %major.0.2
 %define update_channel release
 %define branding 1
-%define releasedate 20180128191252
+%define releasedate 2018020700
 
 # PIE, full relro (x86_64 for now)
 %define build_hardened 1
@@ -42,10 +42,8 @@
 %define gnome_dir %{_prefix}
 %define desktop_file_name %{progname}
 %define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
-%define _use_internal_dependency_generator 0
-%define __find_requires sh %{SOURCE4}
-%global provfind sh -c "grep -v '.so' | %__find_provides"
-%global __find_provides %provfind
+%define __provides_exclude ^lib.*\\.so.*$
+%define __requires_exclude ^(libmoz.*|liblgpllibs.*|libxul.*)$
 %define localize 1
 %ifarch %ix86 x86_64
 %define crashreporter 1
@@ -126,7 +124,6 @@
 Source1:MozillaFirefox.desktop
 Source2:MozillaFirefox-rpmlintrc
 Source3:mozilla.sh.in
-Source4:find-external-requires.sh
 Source5:source-stamp.txt
 Source6:kde.js
 Source7:l10n-%{version}.tar.xz

++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.mo29us/_old  2018-02-13 10:26:54.202498362 +0100
+++ /var/tmp/diff_new_pack.mo29us/_new  2018-02-13 10:26:54.206498219 +0100
@@ -7,8 +7,8 @@
 
 CHANNEL="release"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_58_0_1_RELEASE"
-VERSION="58.0.1"
+RELEASE_TAG="FIREFOX_58_0_2_RELEASE"
+VERSION="58.0.2"
 
 # mozilla
 if [ -d mozilla ]; then

++ firefox-58.0.1-source.tar.xz -> firefox-58.0.2-source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/firefox-58.0.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/firefox-58.0.2-source.tar.xz 
differ: char 8, line 1

++ l10n-58.0.1.tar.xz -> l10n-58.0.2.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaFirefox/l10n-58.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaFirefox.new/l10n-58.0.2.tar.xz differ: char 
8, line 1

++ source-stamp.txt ++
--- /var/tmp/diff_new_pack.mo29us/_old  2018-02-13 10:26:54.378492021 +0100
+++ /var/tmp/diff_new_pack.mo29us/_new  2018-02-13 10:26:54.378492021 +0100
@@ -1,2 +1,2 @@
-REV=c2db4a50dc5c
+REV=849c090094db
 REPO=http://hg.mozilla.org/releases/mozilla-release




commit fonttools for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package fonttools for openSUSE:Factory 
checked in at 2018-02-13 10:27:00

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


Package is "fonttools"

Tue Feb 13 10:27:00 2018 rev:23 rq:574880 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/fonttools/fonttools.changes  2018-01-09 
14:36:25.023003596 +0100
+++ /work/SRC/openSUSE:Factory/.fonttools.new/fonttools.changes 2018-02-13 
10:27:02.122213012 +0100
@@ -1,0 +2,48 @@
+Tue Feb  6 12:00:34 UTC 2018 - mplus...@suse.com
+
+- Update to version 3.22.0:
+  * [subset] Support subsetting endchar acting as seac-like
+components in CFF (fixes #1162).
+  * [feaLib] Allow to build from pre-parsed ast.FeatureFile object.
+  * Added tables argument to only build some tables instead of all
+(#1159, #1163).
+  * [textTools] Replaced safeEval with ast.literal_eval (#1139).
+  * [feaLib] Added option to the parser to not resolve include
+statements (#1154).
+  * [ttLib] Added new ttCollection module to read/write TrueType
+and OpenType Collections.
+  * Exports a TTCollection class with a fonts attribute containing
+a list of TTFont instances, the methods save and saveXML, plus
+some list-like methods. The importXML method is not implemented
+yet (#17).
+  * [unicodedata] Added ot_tag_to_script function that converts
+from OpenType script tag to Unicode script code.
+  * Added new designspaceLib subpackage, originally from Erik Van
+Blokland's designSpaceDocument: 
https://github.com/LettError/designSpaceDocument
+  * NOTE: this is not yet used internally by varLib, and the API
+may be subject to changes (#911, #1110, LettError/designSpaceDocument#28).
+  * Added new FontTools icon images (8ee7c32).
+  * [unicodedata] Added script_horizontal_direction function that
+returns either "LTR" or "RTL" given a unicode script code.
+  * [otConverters] Don't write descriptive name string as XML
+comment if the NameID value is 0 (== NULL) (#1151, #1152).
+  * [unicodedata] Add ot_tags_from_script function to get the list
+of OpenType script tags associated with unicode script code
+(#1150).
+  * [feaLib] Don't error when "enumerated" kern pairs conflict with
+preceding single pairs; emit warning and chose the first value
+(#1147, #1148).
+  * [loggingTools] In CapturingLogHandler.assertRegex method, match
+the fully formatted log message.
+  * [sbix] Fixed TypeError when concatenating str and bytes
+(#1154).
+  * [bezierTools] Implemented cusp support and removed
+approximate_fallback argument in calcQuadraticArcLength. Added
+calcCubicArcLength (#1142).
+  * [varLib] Fixed merging PairPos Format1/2 with missing subtables
+(#1125).
+  * [feaLib] Allow mixed single/multiple substitutions (#612)
+  * Added missing *.afm test assets to MAINFEST.in (#1137).
+  * Fixed dumping SVG tables containing color palettes (#1124)
+
+---

Old:

  fonttools-3.21.0.tar.gz

New:

  fonttools-3.22.0.tar.gz



Other differences:
--
++ fonttools.spec ++
--- /var/tmp/diff_new_pack.9K2lVc/_old  2018-02-13 10:27:02.710191826 +0100
+++ /var/tmp/diff_new_pack.9K2lVc/_new  2018-02-13 10:27:02.714191682 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fonttools
-Version:3.21.0
+Version:3.22.0
 Release:0
 Summary:Suite of Tools and Libraries for Manipulating Fonts
 License:MIT

++ fonttools-3.21.0.tar.gz -> fonttools-3.22.0.tar.gz ++
 7737 lines of diff (skipped)




commit rubygem-nokogiri for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2018-02-13 10:27:32

Comparing /work/SRC/openSUSE:Factory/rubygem-nokogiri (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new (New)


Package is "rubygem-nokogiri"

Tue Feb 13 10:27:32 2018 rev:37 rq:574936 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2017-09-21 12:34:03.909850850 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2018-02-13 10:27:33.757073188 +0100
@@ -1,0 +2,31 @@
+Thu Feb  8 06:15:22 UTC 2018 - co...@suse.com
+
+- updated to version 1.8.2
+ see installed CHANGELOG.md
+
+  # 1.8.2 / 2018-01-29
+  
+  ## Security Notes
+  
+  [MRI] The update of vendored libxml2 from 2.9.5 to 2.9.7 addresses at least 
one published vulnerability, CVE-2017-15412. [#1714 has complete details]
+  
+  
+  ## Dependencies
+  
+  * [MRI] libxml2 is updated from 2.9.5 to 2.9.7
+  * [MRI] libxml2 is updated from 1.1.30 to 1.1.32
+  
+  
+  ## Features
+  
+  * [MRI] OpenBSD installation should be a bit easier now. [#1685] (Thanks, 
@jeremyevans!)
+  * [MRI] Cross-built Windows gems now support Ruby 2.5
+  
+  
+  ## Bug fixes
+  
+  * Node#serialize once again returns UTF-8-encoded strings. [#1659]
+  * [JRuby] made SAX parsing of characters consistent with C implementation 
[#1676] (Thanks, @andrew-aladev!)
+  * [MRI] Predefined entities, when inspected, no longer cause a segfault. 
[#1238]
+
+---

Old:

  nokogiri-1.8.1.gem

New:

  nokogiri-1.8.2.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.1BB1NF/_old  2018-02-13 10:27:35.117024188 +0100
+++ /var/tmp/diff_new_pack.1BB1NF/_new  2018-02-13 10:27:35.121024044 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-nokogiri
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-nokogiri
-Version:1.8.1
+Version:1.8.2
 Release:0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}

++ nokogiri-1.8.1.gem -> nokogiri-1.8.2.gem ++
/work/SRC/openSUSE:Factory/rubygem-nokogiri/nokogiri-1.8.1.gem 
/work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/nokogiri-1.8.2.gem differ: 
char 134, line 1




commit mpir for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package mpir for openSUSE:Factory checked in 
at 2018-02-13 10:26:47

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


Package is "mpir"

Tue Feb 13 10:26:47 2018 rev:8 rq:574866 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mpir/mpir.changes2018-02-05 
10:46:18.771119390 +0100
+++ /work/SRC/openSUSE:Factory/.mpir.new/mpir.changes   2018-02-13 
10:26:55.238461036 +0100
@@ -1,0 +2,5 @@
+Thu Feb  8 13:08:38 UTC 2018 - dmuel...@suse.com
+
+- build on armv6/7 using the generic code only
+
+---



Other differences:
--
++ mpir.spec ++
--- /var/tmp/diff_new_pack.Udisqr/_old  2018-02-13 10:26:55.778441581 +0100
+++ /var/tmp/diff_new_pack.Udisqr/_new  2018-02-13 10:26:55.778441581 +0100
@@ -90,7 +90,10 @@
 export ABI=mode64
 export MPN_PATH=generic
 %endif
-%configure --target="" --disable-static \
+%ifarch %arm
+export MPN_PATH=generic
+%endif
+%configure --target="" --disable-static --with-yasm=%{_bindir}/yasm  \
--disable-mpfr --enable-cxx --enable-fat
 make %{?_smp_mflags}
 




commit libvirt for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2018-02-13 10:27:04

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


Package is "libvirt"

Tue Feb 13 10:27:04 2018 rev:250 rq:575802 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2018-01-30 
15:38:46.922352045 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2018-02-13 
10:27:05.794080712 +0100
@@ -1,0 +2,15 @@
+Fri Feb  9 13:28:14 UTC 2018 - cbosdon...@suse.com
+
+- Remove all uses of python2 during the build (bsc#1080034)
+6b3d716e-keycodemap-py3.patch
+apibuild-py3.patch
+- Determine hostname early to avoid code injection
+  in lxc driver. (bsc#1080042)
+759b4d1b-virlog-determine-the-hostname-on-startup-CVE-2018-67.patch
+c2dc6698-fix-deadlock-obtaining-hostname.patch
+- Add basic support of connectGetAllDomainStats for lxc driver
+  (fate#323742)
+0001-Extract-stats-functions-from-the-qemu-driver.patch
+0002-lxc-implement-connectGetAllDomainStats.patch
+
+---

New:

  0001-Extract-stats-functions-from-the-qemu-driver.patch
  0002-lxc-implement-connectGetAllDomainStats.patch
  6b3d716e-keycodemap-py3.patch
  759b4d1b-virlog-determine-the-hostname-on-startup-CVE-2018-67.patch
  apibuild-py3.patch
  c2dc6698-fix-deadlock-obtaining-hostname.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.nJG3X3/_old  2018-02-13 10:27:07.130032578 +0100
+++ /var/tmp/diff_new_pack.nJG3X3/_new  2018-02-13 10:27:07.134032433 +0100
@@ -236,7 +236,7 @@
 BuildRequires:  libxslt
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
-BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  readline-devel
 # perl XPath is needed since we have a patch touching files that cause
 # hvsupport.html to be regenerated
@@ -322,6 +322,9 @@
 Patch2: 68eed56b-conf-smbios-oem-strings.patch
 Patch3: 76977061-qemu-smbios-oem-strings.patch
 Patch4: 0c710a37-libxl-resume-lock-on-mig-failure.patch
+Patch5: 6b3d716e-keycodemap-py3.patch
+Patch6: 
759b4d1b-virlog-determine-the-hostname-on-startup-CVE-2018-67.patch
+Patch7: c2dc6698-fix-deadlock-obtaining-hostname.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
@@ -332,6 +335,9 @@
 Patch153:   ppc64le-canonical-name.patch
 Patch154:   libxl-set-migration-constraints.patch
 Patch155:   libxl-set-cach-mode.patch
+Patch156:   0001-Extract-stats-functions-from-the-qemu-driver.patch
+Patch157:   0002-lxc-implement-connectGetAllDomainStats.patch
+Patch158:   apibuild-py3.patch
 # Our patches
 Patch200:   suse-libvirtd-disable-tls.patch
 Patch201:   suse-libvirtd-sysconfig-settings.patch
@@ -912,6 +918,12 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+# it is submodule in git
+pushd src/keycodemapdb
+%patch5 -p1
+popd
+%patch6 -p1
+%patch7 -p1
 %patch100 -p1
 %patch101 -p1
 %patch150 -p1
@@ -920,6 +932,9 @@
 %patch153 -p1
 %patch154 -p1
 %patch155 -p1
+%patch156 -p1
+%patch157 -p1
+%patch158 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
@@ -1064,6 +1079,7 @@
 
 autoreconf -f -i
 export CFLAGS="%{optflags}"
+export PYTHON=%{_bindir}/python3
 %configure --disable-static \
%{?arg_xen} \
%{?arg_qemu} \

++ 0001-Extract-stats-functions-from-the-qemu-driver.patch ++
>From 6609ed5a377c3beaf8389e870b6851856cee42c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= 
Date: Thu, 4 Jan 2018 12:04:07 +0100
Subject: [PATCH 1/3] Extract stats functions from the qemu driver

Some of the qemu functions getting statistics can easily be reused in
other drivers. Create a conf/domain_stats.[ch] pair to host some of
them.
---
 src/Makefile.am  |   1 +
 src/conf/domain_stats.c  | 139 +
 src/conf/domain_stats.h  |  64 +++
 src/libvirt_private.syms |   4 ++
 src/qemu/qemu_driver.c   | 158 +++
 src/util/vircgroup.c |  46 ++
 src/util/vircgroup.h |   4 ++
 7 files changed, 265 insertions(+), 151 deletions(-)
 create mode 100644 src/conf/domain_stats.c
 create mode 100644 src/conf/domain_stats.h

diff --git a/src/Makefile.am b/src/Makefile.am
index 166c9a8e9..25f913a5f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -404,6 +404,7 @@ DOMAIN_CONF_SOURCES = \
conf/domain_conf.c conf/domain_conf.h \
conf/domain_audit.c conf/domain_audit.h 

commit python-numpy for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2018-02-13 10:26:18

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


Package is "python-numpy"

Tue Feb 13 10:26:18 2018 rev:65 rq:574786 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes
2018-02-09 15:44:17.214412848 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2018-02-13 10:26:21.595673195 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 14:28:43 UTC 2018 - cg...@suse.com
+
+- Fix summary in module files (bnc#1080259)
+
+---



Other differences:
--
++ python-numpy.spec ++
--- /var/tmp/diff_new_pack.z0CsGD/_old  2018-02-13 10:26:23.467605749 +0100
+++ /var/tmp/diff_new_pack.z0CsGD/_new  2018-02-13 10:26:23.467605749 +0100
@@ -211,7 +211,7 @@
 module-whatis "Name: %{pname} built with %{compiler_family} compiler"
 module-whatis "Version: %{version}"
 module-whatis "Category: python module"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "URL %{url}"
 
 set version %{version}





commit libraw for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package libraw for openSUSE:Factory checked 
in at 2018-02-13 10:26:12

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


Package is "libraw"

Tue Feb 13 10:26:12 2018 rev:46 rq:574785 version:0.18.7

Changes:

--- /work/SRC/openSUSE:Factory/libraw/libraw.changes2018-01-26 
13:56:31.105611051 +0100
+++ /work/SRC/openSUSE:Factory/.libraw.new/libraw.changes   2018-02-13 
10:26:15.755883604 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 18:01:26 UTC 2018 - pgaj...@suse.com
+
+- fix build with glibc 2.27 [bsc#1079853]
+  + libraw-glibc-2.27.patch
+
+---

New:

  libraw-glibc-2.27.patch



Other differences:
--
++ libraw.spec ++
--- /var/tmp/diff_new_pack.yXYEDM/_old  2018-02-13 10:26:16.543855213 +0100
+++ /var/tmp/diff_new_pack.yXYEDM/_new  2018-02-13 10:26:16.547855069 +0100
@@ -28,6 +28,7 @@
 Url:https://www.libraw.org/
 #Git-Clone:git://github.com/LibRaw/LibRaw
 Source: https://www.libraw.org/data/%tar_name-%version.tar.gz
+Patch0: libraw-glibc-2.27.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjasper-devel
@@ -95,6 +96,7 @@
 
 %prep
 %setup -qn %tar_name-%version
+%patch0 -p1
 
 %build
 export CXXFLAGS="%optflags -fPIC -DUSE_ZLIB"

++ libraw-glibc-2.27.patch ++
Index: LibRaw-0.18.7/internal/dcraw_common.cpp
===
--- LibRaw-0.18.7.orig/internal/dcraw_common.cpp2018-01-19 
06:57:03.0 +0100
+++ LibRaw-0.18.7/internal/dcraw_common.cpp 2018-02-09 18:59:34.620363754 
+0100
@@ -5849,7 +5849,7 @@ static float powf_lim(float a, float b,
 {
   return (b>limup || b < -limup)?0.f:powf(a,b);
 }
-static float powf64(float a, float b)
+static float my_powf64(float a, float b)
 {
   return powf_lim(a,b,64.f);
 }
@@ -5873,7 +5873,7 @@ static float my_roundf(float x) {
 static float _CanonConvertAperture(ushort in)
 {
   if ((in == (ushort)0xffe0) || (in == (ushort)0x7fff)) return 0.0f;
-  return powf64(2.0, in/64.0);
+  return my_powf64(2.0, in/64.0);
 }
 
 static float _CanonConvertEV (short in)
@@ -6336,21 +6336,21 @@ void CLASS processNikonLensData (uchar *
 if (fabsf(imgdata.lens.makernotes.MinFocal) < 1.1f)
 {
   if ((imgdata.lens.nikon.NikonLensType ^ (uchar)0x01) || LensData[i + 2])
-imgdata.lens.makernotes.MinFocal = 5.0f * powf64(2.0f, 
(float)LensData[i + 2] / 24.0f);
+imgdata.lens.makernotes.MinFocal = 5.0f * my_powf64(2.0f, 
(float)LensData[i + 2] / 24.0f);
   if ((imgdata.lens.nikon.NikonLensType ^ (uchar)0x01) || LensData[i + 3])
-imgdata.lens.makernotes.MaxFocal = 5.0f * powf64(2.0f, 
(float)LensData[i + 3] / 24.0f);
+imgdata.lens.makernotes.MaxFocal = 5.0f * my_powf64(2.0f, 
(float)LensData[i + 3] / 24.0f);
   if ((imgdata.lens.nikon.NikonLensType ^ (uchar)0x01) || LensData[i + 4])
-imgdata.lens.makernotes.MaxAp4MinFocal = powf64(2.0f, 
(float)LensData[i + 4] / 24.0f);
+imgdata.lens.makernotes.MaxAp4MinFocal = my_powf64(2.0f, 
(float)LensData[i + 4] / 24.0f);
   if ((imgdata.lens.nikon.NikonLensType ^ (uchar)0x01) || LensData[i + 5])
-imgdata.lens.makernotes.MaxAp4MaxFocal = powf64(2.0f, 
(float)LensData[i + 5] / 24.0f);
+imgdata.lens.makernotes.MaxAp4MaxFocal = my_powf64(2.0f, 
(float)LensData[i + 5] / 24.0f);
 }
 imgdata.lens.nikon.NikonMCUVersion = LensData[i + 6];
 if (i != 2)
   {
 if ((LensData[i - 1]) &&
 (fabsf(imgdata.lens.makernotes.CurFocal) < 1.1f))
-  imgdata.lens.makernotes.CurFocal = 5.0f * powf64(2.0f, 
(float)LensData[i - 1] / 24.0f);
-if (LensData[i + 7]) imgdata.lens.nikon.NikonEffectiveMaxAp = 
powf64(2.0f, (float)LensData[i + 7] / 24.0f);
+  imgdata.lens.makernotes.CurFocal = 5.0f * my_powf64(2.0f, 
(float)LensData[i - 1] / 24.0f);
+if (LensData[i + 7]) imgdata.lens.nikon.NikonEffectiveMaxAp = 
my_powf64(2.0f, (float)LensData[i + 7] / 24.0f);
   }
 imgdata.lens.makernotes.LensID =
   (unsigned long long) LensData[i] << 56 |
@@ -6827,13 +6827,13 @@ void CLASS PentaxLensInfo (unsigned id,
if (table_buf[iLensData+9] &&
(fabs(imgdata.lens.makernotes.CurFocal) < 0.1f))
  imgdata.lens.makernotes.CurFocal =
-   10*(table_buf[iLensData+9]>>2) * powf64(4, 
(table_buf[iLensData+9] & 0x03)-2);
+   10*(table_buf[iLensData+9]>>2) * my_powf64(4, 
(table_buf[iLensData+9] & 0x03)-2);
if (table_buf[iLensData+10] & 0xf0)
  

commit kdump for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2018-02-13 10:26:05

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


Package is "kdump"

Tue Feb 13 10:26:05 2018 rev:93 rq:574782 version:0.8.16

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2018-01-30 
15:37:25.282163680 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2018-02-13 
10:26:06.264225589 +0100
@@ -1,0 +2,27 @@
+Fri Feb  9 17:46:06 UTC 2018 - ptesa...@suse.com
+
+- kdump-nsswitch.conf-filtering.patch 
+
+---
+Fri Feb  9 17:44:42 UTC 2018 - ptesa...@suse.com
+
+- kdump-fix-missing-index-of-kdump_Host.patch: Fix missing index of
+  kdump_Host (bsc#1002617).
+
+---
+Fri Feb  9 16:09:48 UTC 2018 - ptesa...@suse.com
+
+- kdump-bail-out-if-no-default-interface.patch: Bail out of
+  kdump_check_net if no default interface is found (bsc#1058202).
+
+---
+Thu Feb  8 18:38:43 UTC 2018 - ptesa...@suse.com
+
+- kdump-calibrate-adjust-sizeof-struct-page.patch: calibrate:
+  Adjust sizeof(struct page).
+- kdump-calibrate-update-kernel-text-data-size.patch: calibrate:
+  Update kernel text+data size.
+- kdump-calibrate-update-user-space-requirements.patch: calibrate:
+  Update user-space requirements.
+
+---

New:

  kdump-bail-out-if-no-default-interface.patch
  kdump-calibrate-adjust-sizeof-struct-page.patch
  kdump-calibrate-update-kernel-text-data-size.patch
  kdump-calibrate-update-user-space-requirements.patch
  kdump-fix-missing-index-of-kdump_Host.patch
  kdump-nsswitch.conf-filtering.patch



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.Sj1L3S/_old  2018-02-13 10:26:07.152193595 +0100
+++ /var/tmp/diff_new_pack.Sj1L3S/_new  2018-02-13 10:26:07.156193451 +0100
@@ -79,6 +79,12 @@
 Patch30:%{name}-kdump_echo-and-kdump_logger-helpers.patch
 Patch31:%{name}-try-both-kexec_load-and-kexec_file_load.patch
 Patch32:%{name}-fix-m_threads-missing-initialization.patch
+Patch33:%{name}-calibrate-adjust-sizeof-struct-page.patch 
+Patch34:%{name}-calibrate-update-kernel-text-data-size.patch 
+Patch35:%{name}-calibrate-update-user-space-requirements.patch 
+Patch36:%{name}-bail-out-if-no-default-interface.patch
+Patch37:%{name}-fix-missing-index-of-kdump_Host.patch
+Patch38:%{name}-nsswitch.conf-filtering.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -173,6 +179,12 @@
 %patch30 -p1
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
+%patch34 -p1
+%patch35 -p1
+%patch36 -p1
+%patch37 -p1
+%patch38 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ kdump-bail-out-if-no-default-interface.patch ++
From: Petr Tesarik 
Date: Fri, 9 Feb 2018 16:55:55 +0100
Subject: Bail out of kdump_check_net if no default interface is found
References: bsc#1058202
Upstream: merged
Git-commit: 0f07085aac4f506752e2cd41a43b34b85f3f09aa

If network is required but no default interface is found, dracut
spits spurious errors, such as:

/lib/kdump/setup-kdump.functions: line 471: /sys/class/net//addr_assign_type: 
No such file or directory
/lib/kdump/setup-kdump.functions: line 472: [: : integer expression expected
/lib/kdump/setup-kdump.functions: line 476: ethtool: command not found

Signed-off-by: Petr Tesarik 
---
 init/module-setup.sh |5 +
 1 file changed, 5 insertions(+)

--- a/init/module-setup.sh
+++ b/init/module-setup.sh
@@ -33,6 +33,11 @@ kdump_check_net() {
 if [ "$kdump_host_if" = "default" ] ; then
kdump_host_if=$(kdump_default_netdev)
 fi
+if [ -z "$kdump_host_if" ] ; then
+kdump_neednet=
+return 1
+fi
+
 if [ "$kdump_net_mode" = "auto" ] ; then
kdump_net_mode=$(kdump_netdev_mode "$kdump_host_if")
 fi
++ kdump-calibrate-adjust-sizeof-struct-page.patch ++
From: Petr Tesarik 
Date: Thu, 8 Feb 2018 17:47:21 +0100
Subject: calibrate: Adjust sizeof(struct page)
Upstream: merged
Git-commit: f3aed9afcece4a6d25f9ee5ed0d4a2e82204cfa1

After adding a memcg pointer, struct page has grown by one pointer.

Signed-off-by: Petr Tesarik 
---
 kdumptool/calibrate.cc |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

--- a/kdumptool/calibrate.cc
+++ b/kdumptool/calibrate.cc
@@ -63,7 +63,7 @@
 # define KERNEL_INIT_KBMB(5)
 # define INIT_KB   

commit dracut for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2018-02-13 10:26:01

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


Package is "dracut"

Tue Feb 13 10:26:01 2018 rev:120 rq:574781 version:044.1

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2018-01-31 
19:48:29.846946900 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2018-02-13 
10:26:02.752352122 +0100
@@ -1,0 +2,9 @@
+Fri Feb  9 16:10:21 UTC 2018 - daniel.molken...@suse.com
+
+- 95qeth_rules: Add new module to copy qeth rules (FATE#323440)
+  * Adds 0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch 
+
+- Avoid executing emergency hook twice
+  * Adds 0555-Avoid-executing-emergency-hooks-twice.patch 
+
+---

New:

  0555-Avoid-executing-emergency-hooks-twice.patch
  0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.3E30PG/_old  2018-02-13 10:26:05.204263779 +0100
+++ /var/tmp/diff_new_pack.3E30PG/_new  2018-02-13 10:26:05.208263635 +0100
@@ -36,8 +36,10 @@
 Source7:99-debug.conf
 Source8:s390x_persistent_device.conf
 
-# Network, none are upstream yet:
+# Network
+# Applied upstream as f0094476fd889b27b391e063f456bf8683670bf0
 Patch12:0012-40network-Fix-race-condition-when-wait-for-networks.patch
+# None are upstream yet:
 Patch13:0013-40network-always-start-netroot-in-ifup.sh.patch
 Patch15:0015-40network-replace-dhclient-with-wickedd-dhcp-supplic.patch
 Patch17:0017-45ifcfg-use-distro-specific-scripts.patch
@@ -145,7 +147,7 @@
 Patch163:   0163-Install-etc-sysconfig-console-to-see-specific-fonts.patch
 # TODO: Verify: Should be obsolete due to fixes in systemd
 Patch164:   0164-Fix-initramfs-ver.img-vs-initrd-ver-in-dracut-initra.patch
-# Submitted as a check to upstream as 446654703742e6c1d7b1134a7d73b2bf7ce20cda
+# Applied upstream as ed2cc8c9b96438be4527dbc9f5814196554abec4
 Patch168:   0168-remove_plymouth_logo_file.patch
 # Applied upstream as 251afd36b2be35b7b27011b6f90b5ab3ff84
 Patch180:   0180-i18n_add_correct_fontmaps.patch
@@ -362,6 +364,10 @@
 Patch553:   0553-98integrity-support-loading-x509-into-the-trusted-bu.patch
 # Patch submitted to upstream as cb2c9a4338ddc15d55c6c524276a1807bec23485
 Patch554:   0554-98integrity-support-X.509-only-EVM-configuration.patch
+# Applied upstream as 94f61235d760337fdef692fac5ead589e8f3ab0e
+Patch555:   0555-Avoid-executing-emergency-hooks-twice.patch
+# Patch submitted to upstream as 62ceddfd3e3b9da8bdceb1be72dae55abdf35498
+Patch556:   0556-95qeth_rules-Add-new-module-to-copy-qeth-rules.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -638,6 +644,8 @@
 %patch552 -p1
 %patch553 -p1
 %patch554 -p1
+%patch555 -p1
+%patch556 -p1
 
 %build
 %configure\
@@ -870,6 +878,7 @@
 %{dracutlibdir}/modules.d/95lunmask
 %{dracutlibdir}/modules.d/95zfcp
 %{dracutlibdir}/modules.d/95zfcp_rules
+%{dracutlibdir}/modules.d/95qeth_rules
 %{dracutlibdir}/modules.d/95terminfo
 %{dracutlibdir}/modules.d/95udev-rules
 %{dracutlibdir}/modules.d/95virtfs

++ 0555-Avoid-executing-emergency-hooks-twice.patch ++
>From 64511ab0b73df0c9d704e61b14beba641818dd56 Mon Sep 17 00:00:00 2001
From: Ignaz Forster 
Date: Tue, 6 Feb 2018 17:32:47 +0100
Subject: [PATCH] Avoid executing emergency hooks twice

When using systemd emergency hooks were executed twice; this patch will avoid
that by only calling the hook of systemd is not called anyway.
Also see https://github.com/dracutdevs/dracut/pull/374
---
 modules.d/99base/dracut-lib.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: dracut-044/modules.d/99base/dracut-lib.sh
===
--- dracut-044.orig/modules.d/99base/dracut-lib.sh
+++ dracut-044/modules.d/99base/dracut-lib.sh
@@ -1072,6 +1072,7 @@ _emergency_shell()
 rm -f -- /.console_lock
 else
 debug_off
+source_hook "$hook"
 echo
 /sbin/rdsosreport
 echo 'You might want to save "/run/initramfs/rdsosreport.txt" to a USB 
stick or /boot'
@@ -1122,12 +1123,12 @@ emergency_shell()
 
 echo ; echo
 warn "$*"
-source_hook "$hook"
 echo
 
 if getargbool 1 rd.shell -d -y rdshell || getarg rd.break -d rdbreak; then
 _emergency_shell $_rdshell_name
 else
+source_hook "$hook"
 warn "$action has failed. To debug this issue add \"rd.shell 
rd.debug\" to the kernel command line."
 # cause a kernel panic
 

commit eppic for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package eppic for openSUSE:Factory checked 
in at 2018-02-13 10:25:56

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


Package is "eppic"

Tue Feb 13 10:25:56 2018 rev:7 rq:574776 version:3.99.20140619git5391d3d

Changes:

--- /work/SRC/openSUSE:Factory/eppic/eppic.changes  2016-08-12 
15:35:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.eppic.new/eppic.changes 2018-02-13 
10:25:57.260549991 +0100
@@ -10 +10 @@
-  o support for ARM64
+  o support for ARM64 (FATE#320844).



Other differences:
--
++ eppic.spec ++
--- /var/tmp/diff_new_pack.wSdktS/_old  2018-02-13 10:25:57.676535003 +0100
+++ /var/tmp/diff_new_pack.wSdktS/_new  2018-02-13 10:25:57.676535003 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eppic
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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




commit java-10-openjdk for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package java-10-openjdk for openSUSE:Factory 
checked in at 2018-02-13 10:25:34

Comparing /work/SRC/openSUSE:Factory/java-10-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-10-openjdk.new (New)


Package is "java-10-openjdk"

Tue Feb 13 10:25:34 2018 rev:11 rq:574768 version:10.0.0.0~43

Changes:

--- /work/SRC/openSUSE:Factory/java-10-openjdk/java-10-openjdk.changes  
2018-01-30 15:37:31.381878893 +0100
+++ /work/SRC/openSUSE:Factory/.java-10-openjdk.new/java-10-openjdk.changes 
2018-02-13 10:25:53.136698573 +0100
@@ -1,0 +2,40 @@
+Fri Feb  9 07:05:50 UTC 2018 - fst...@suse.com
+
+- Update to tag jdk-10+43
+  * Fixes:
++ S8194764: javac incorrectly flags deprecated for removal
+  imports
++ S8195837: (tz) Upgrade time-zone data to tzdata2018c
++ S8195973: Update JDK 10 repo for FCS build
++ S8196288: Update src/java.desktop/share/legal/libharfbuzz.md
+  for harfbuzz
++ S8196503: PPC64: vtableStubs gtest fails after 8174962
++ S8196678: avoid printing uninitialized buffer in
+  os::print_memory_info on AIX
++ S8196717: remove xmlresolver.md
+
+---
+Fri Feb  2 10:07:55 UTC 2018 - fst...@suse.com
+
+- Update to tag jdk-10+42
+  * Fixes:
++ S8191915: JCK tests produce incorrect results with C2
++ S8193840: Add compiler/c2/Test8007294.java to the problem list
++ S8194739: Zero port of 8174962: Better interface invocations
++ S8195852: The usage of permissions in Desktop API should be
+  clarified
++ S8195859: AArch64: vtableStubs gtest fails after 8174962
++ S8195970: Crash passing null to a VarHandle
++ S8196136: AArch64: Correct register use in patch for
+  JDK-8195685
++ S8196221: AArch64: Mistake in committed patch for JDK-8195859
++ S8196287: Update src/java.desktop/share/legal/libpng.md for
+  libpng 1.6.34
++ S8196295: [Graal] remove unused org.graalvm.options package
++ S8196296: Lucene test crashes C2 compilation
+- Removed patches:
+  * JDK-8194739-zero.patch
+  * JDK-8196136-aarch64.patch
++ Integrated upstream
+
+---

Old:

  3eae36c6baa5.tar.bz2
  JDK-8194739-zero.patch
  JDK-8196136-aarch64.patch

New:

  107413b070b9.tar.bz2



Other differences:
--
++ java-10-openjdk.spec ++
--- /var/tmp/diff_new_pack.QU3IQP/_old  2018-02-13 10:25:56.224587317 +0100
+++ /var/tmp/diff_new_pack.QU3IQP/_new  2018-02-13 10:25:56.228587172 +0100
@@ -33,10 +33,10 @@
 %global updatever   0
 %global patchver0
 %global datever 2018-03-20
-%global buildver41
+%global buildver43
 %global hg_project  jdk
 %global hg_repository   jdk10
-%global hg_revision 3eae36c6baa5
+%global hg_revision 107413b070b9
 %global icedtea_sound_version 1.0.1
 %global java_atk_wrapper_version 0.33.2
 # priority must be 6 digits in total
@@ -175,8 +175,6 @@
 Patch103:   jdk10-gcc6.patch
 #
 Patch200:   ppc_stack_overflow_fix.patch
-Patch201:   JDK-8194739-zero.patch
-Patch202:   JDK-8196136-aarch64.patch
 #
 Patch300:   java-10-openjdk-linuxfilestore.patch
 Patch301:   bootcycle_jobs.patch
@@ -446,8 +444,6 @@
 %endif
 
 %patch200 -p1
-%patch201 -p1
-%patch202 -p1
 
 %patch300 -p1
 %patch301 -p1

++ 3eae36c6baa5.tar.bz2 -> 107413b070b9.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-10-openjdk/3eae36c6baa5.tar.bz2 
/work/SRC/openSUSE:Factory/.java-10-openjdk.new/107413b070b9.tar.bz2 differ: 
char 11, line 1




commit xorg-x11-server for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2018-02-13 10:25:11

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)


Package is "xorg-x11-server"

Tue Feb 13 10:25:11 2018 rev:354 rq:574738 version:1.19.6

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2018-01-20 11:22:30.536164602 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2018-02-13 10:25:16.502018511 +0100
@@ -1,0 +2,12 @@
+Fri Feb  9 15:13:00 UTC 2018 - sndir...@suse.com
+
+- U_0001-animcur-Use-fixed-size-screen-private.patch,
+  U_0002-animcur-Return-the-next-interval-directly-from-the-t.patch,
+  U_0003-animcur-Run-the-timer-from-the-device-not-the-screen.patch,
+  U_0004-animcur-Fix-transitions-between-animated-cursors.patch
+  * There is a bug in version 1.19 of the X.org X server that can
+cause an infinite recursion in the animated cursor code, which
+has been fixed by these patches (boo#1080312)
+- supersedes u_cursors-animation.patch (boo#1020061)
+
+---

Old:

  u_cursors-animation.patch

New:

  U_0001-animcur-Use-fixed-size-screen-private.patch
  U_0002-animcur-Return-the-next-interval-directly-from-the-t.patch
  U_0003-animcur-Run-the-timer-from-the-device-not-the-screen.patch
  U_0004-animcur-Fix-transitions-between-animated-cursors.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.MVvLq0/_old  2018-02-13 10:25:17.925967207 +0100
+++ /var/tmp/diff_new_pack.MVvLq0/_new  2018-02-13 10:25:17.925967207 +0100
@@ -198,7 +198,6 @@
 Patch100:   u_01-Improved-ConfineToShape.patch
 Patch101:   
u_02-DIX-ConfineTo-Don-t-bother-about-the-bounding-box-when-grabbing-a-shaped-window.patch
 # PATCH-FIX-UPSTREAM u_x86emu-include-order.patch sch...@suse.de -- Change 
include order to avoid conflict with system header, remove duplicate definitions
-Patch103:   u_cursors-animation.patch
 Patch104:   u_xorg-server-xdmcp.patch
 Patch112:   
u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch
 
@@ -222,6 +221,11 @@
 Patch1211:  
b_0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch
 Patch1222:  b_sync-fix.patch
 
+Patch1301:  U_0001-animcur-Use-fixed-size-screen-private.patch
+Patch1302:  
U_0002-animcur-Return-the-next-interval-directly-from-the-t.patch
+Patch1303:  
U_0003-animcur-Run-the-timer-from-the-device-not-the-screen.patch
+Patch1304:  U_0004-animcur-Fix-transitions-between-animated-cursors.patch
+
 %description
 This package contains the X.Org Server.
 
@@ -331,7 +335,6 @@
 #
 %patch100 -p1
 #%patch101 -p1
-%patch103 -p1
 %patch104 -p1
 
 %patch112 -p1
@@ -362,6 +365,11 @@
 ### patch222 might not be applicable anymore
 #%patch1222 -p1
 
+%patch1301 -p1
+%patch1302 -p1
+%patch1303 -p1
+%patch1304 -p1
+
 %build
 test -e source-file-list || \
 find -L . -type f \! -name '*.orig' \! -path ./source-file-list > \

++ U_0001-animcur-Use-fixed-size-screen-private.patch ++
>From 26841b2c9ea03fda8b2d0da254e0344fd2a3afce Mon Sep 17 00:00:00 2001
From: Adam Jackson 
Date: Thu, 26 Oct 2017 13:40:57 -0400
Subject: [PATCH] animcur: Use fixed-size screen private

Reviewed-by: Robert Morell 
Tested-by: Robert Morell 
Signed-off-by: Adam Jackson 
(cherry picked from commit 3abbdb7318018584a27220737bd92081ce8ee67c)
---
 render/animcur.c | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/render/animcur.c b/render/animcur.c
index 52e6b8b79..3f85f9a4f 100644
--- a/render/animcur.c
+++ b/render/animcur.c
@@ -77,12 +77,9 @@ static CursorBits animCursorBits = {
 
 static DevPrivateKeyRec AnimCurScreenPrivateKeyRec;
 
-#define AnimCurScreenPrivateKey ()
-
 #define IsAnimCur(c)   ((c) && ((c)->bits == ))
 #define GetAnimCur(c)  ((AnimCurPtr) char *)(c) + CURSOR_REC_SIZE
-#define GetAnimCurScreen(s) 
((AnimCurScreenPtr)dixLookupPrivate(&(s)->devPrivates, AnimCurScreenPrivateKey))
-#define SetAnimCurScreen(s,p) dixSetPrivate(&(s)->devPrivates, 
AnimCurScreenPrivateKey, p)
+#define GetAnimCurScreen(s) 
((AnimCurScreenPtr)dixLookupPrivate(&(s)->devPrivates, 
))
 
 #define Wrap(as,s,elt,func) (((as)->elt = (s)->elt), (s)->elt = func)
 #define Unwrap(as,s,elt)((s)->elt = (as)->elt)
@@ -101,9 +98,7 @@ AnimCurCloseScreen(ScreenPtr pScreen)
 Unwrap(as, pScreen, RealizeCursor);
 Unwrap(as, pScreen, UnrealizeCursor);
 Unwrap(as, pScreen, RecolorCursor);
-SetAnimCurScreen(pScreen, 0);

commit cryptsetup for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2018-02-13 10:25:18

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


Package is "cryptsetup"

Tue Feb 13 10:25:18 2018 rev:101 rq:574742 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes2018-01-31 
19:48:18.447476929 +0100
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes   
2018-02-13 10:25:33.509405741 +0100
@@ -1,0 +2,22 @@
+Tue Jan 30 12:26:48 UTC 2018 - astie...@suse.com
+
+- update to 2.0.1:
+  * To store volume key into kernel keyring, kernel 4.15 with
+dm-crypt 1.18.1 is required
+  * Increase maximum allowed PBKDF memory-cost limit to 4 GiB
+  * Use /run/cryptsetup as default for cryptsetup locking dir
+  * Introduce new 64-bit byte-offset *keyfile_device_offset functions.
+  * New set of fucntions that allows 64-bit offsets even on 32bit systems
+are now availeble:
+ - crypt_resume_by_keyfile_device_offset
+ - crypt_keyslot_add_by_keyfile_device_offset
+ - crypt_activate_by_keyfile_device_offset
+ - crypt_keyfile_device_read
+The new functions have added the _device_ in name.
+Old functions are just internal wrappers around these.
+  * Also cryptsetup --keyfile-offset and --new-keyfile-offset now
+allows 64-bit offsets as parameters.
+  * Add error hint for wrongly formatted cipher strings in LUKS1 and
+properly fail in luksFormat if cipher format is missing required IV.
+
+---

Old:

  cryptsetup-2.0.0.tar.sign
  cryptsetup-2.0.0.tar.xz

New:

  cryptsetup-2.0.1.tar.sign
  cryptsetup-2.0.1.tar.xz



Other differences:
--
++ cryptsetup.spec ++
--- /var/tmp/diff_new_pack.NkEn75/_old  2018-02-13 10:25:34.473371010 +0100
+++ /var/tmp/diff_new_pack.NkEn75/_new  2018-02-13 10:25:34.473371010 +0100
@@ -18,10 +18,10 @@
 
 %define so_ver 12
 Name:   cryptsetup
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:Set Up dm-crypt Based Encrypted Block Devices
-License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
+License:SUSE-GPL-2.0-with-openssl-exception AND LGPL-2.0+
 Group:  System/Base
 Url:https://gitlab.com/cryptsetup/cryptsetup/
 Source0:
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/cryptsetup-%{version}.tar.xz
@@ -37,12 +37,12 @@
 BuildRequires:  libpwquality-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libuuid-devel
-BuildRequires:  pkgconfig(libargon2)
 # 2.6.38 has the required if_alg.h
 BuildRequires:  linux-glibc-devel >= 2.6.38
 BuildRequires:  pkgconfig
 BuildRequires:  popt-devel
 BuildRequires:  suse-module-tools
+BuildRequires:  pkgconfig(libargon2)
 Requires(post): coreutils
 Requires(postun): coreutils
 
@@ -108,7 +108,7 @@
 %define __spec_install_post \
   %{?__debug_package:%{__debug_install_post}} \
   %{__arch_install_post} \
-  %{__os_install_post} \
+  %__os_install_post \
   fipshmac %{buildroot}/%{_libdir}/libcryptsetup.so.* \
 %{nil}
 
@@ -141,6 +141,7 @@
 fi
 
 %{?regenerate_initrd_post}
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
 
 %postun
 %{?regenerate_initrd_post}
@@ -152,10 +153,7 @@
 %postun -n libcryptsetup%{so_ver} -p /sbin/ldconfig
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %doc AUTHORS COPYING* FAQ README TODO docs/ChangeLog.old docs/*ReleaseNotes
-#ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
-#ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/cryptotab
 /sbin/cryptsetup
 %{_sbindir}/cryptsetup
 %{_sbindir}/veritysetup
@@ -166,17 +164,15 @@
 %{_mandir}/man8/veritysetup.8%{ext_man}
 %{_mandir}/man8/integritysetup.8%{ext_man}
 %{_tmpfilesdir}/cryptsetup.conf
+%ghost %dir /run/cryptsetup
 
 %files -n libcryptsetup%{so_ver}
-%defattr(-,root,root)
 %{_libdir}/libcryptsetup.so.%{so_ver}*
 
 %files -n libcryptsetup%{so_ver}-hmac
-%defattr(-,root,root)
 %{_libdir}/.libcryptsetup.so.%{so_ver}*hmac
 
 %files -n libcryptsetup-devel
-%defattr(-,root,root)
 %doc docs/examples/
 %{_includedir}/libcryptsetup.h
 %{_libdir}/libcryptsetup.so

++ cryptsetup-2.0.0.tar.xz -> cryptsetup-2.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/cryptsetup/cryptsetup-2.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup-2.0.1.tar.xz differ: char 
15, line 1




commit hwinfo for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2018-02-13 10:24:24

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


Package is "hwinfo"

Tue Feb 13 10:24:24 2018 rev:158 rq:574637 version:21.52

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2018-01-16 
09:41:21.252543540 +0100
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2018-02-13 
10:24:26.087834904 +0100
@@ -1,0 +2,7 @@
+Fri Feb 9 12:16:10 UTC 2018 - wfe...@opensuse.org
+
+- merge gh#openSUSE/hwinfo#57
+- add another sanity check on scsi serial id (bsc#1078511)
+- 21.52
+
+

Old:

  hwinfo-21.51.tar.xz

New:

  hwinfo-21.52.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.mmgmu2/_old  2018-02-13 10:24:26.659814296 +0100
+++ /var/tmp/diff_new_pack.mmgmu2/_new  2018-02-13 10:24:26.663814151 +0100
@@ -36,7 +36,7 @@
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.51
+Version:21.52
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ hwinfo-21.51.tar.xz -> hwinfo-21.52.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.51/VERSION new/hwinfo-21.52/VERSION
--- old/hwinfo-21.51/VERSION2018-01-12 10:04:50.0 +0100
+++ new/hwinfo-21.52/VERSION2018-02-09 13:16:10.0 +0100
@@ -1 +1 @@
-21.51
+21.52
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.51/changelog new/hwinfo-21.52/changelog
--- old/hwinfo-21.51/changelog  2018-01-12 10:04:50.0 +0100
+++ new/hwinfo-21.52/changelog  2018-02-09 13:16:10.0 +0100
@@ -1,3 +1,6 @@
+2018-02-09:21.52
+   - add another sanity check on scsi serial id (bsc #1078511)
+
 2018-01-11:21.51
- Please make CDBISDN_DATE ignore timezone.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.51/src/hd/block.c 
new/hwinfo-21.52/src/hd/block.c
--- old/hwinfo-21.51/src/hd/block.c 2018-01-12 10:04:50.0 +0100
+++ new/hwinfo-21.52/src/hd/block.c 2018-02-09 13:16:10.0 +0100
@@ -1066,7 +1066,9 @@
   ADD2LOG("\n");
 }
 
-if((hd->serial = canon_str(serial_buf + 4, serial_buf[3]))) {
+// bsc#1078511: additional consistency check:
+// vpd page number should be returned at offset 1
+if(serial_buf[1] == 0x80 && (hd->serial = canon_str(serial_buf + 4, 
serial_buf[3]))) {
   if(!*hd->serial) {
 hd->serial = free_mem(hd->serial);
   }
@@ -1074,6 +1076,9 @@
 ADD2LOG("  serial id: \"%s\"\n", hd->serial);
   }
 }
+else {
+  ADD2LOG("  invalid response\n");
+}
   }
   else {
 ADD2LOG("  no serial id\n");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.51/src/hd/hd.h new/hwinfo-21.52/src/hd/hd.h
--- old/hwinfo-21.51/src/hd/hd.h2018-01-12 10:04:50.0 +0100
+++ new/hwinfo-21.52/src/hd/hd.h2018-02-09 13:16:10.0 +0100
@@ -20,7 +20,7 @@
 
 /** Interface version */
 #define HD_VERSION 21
-#define HD_MINOR_VERSION   51
+#define HD_MINOR_VERSION   52
 #define HD_FULL_VERSION(HD_VERSION * 1000 + HD_MINOR_VERSION)
 
 /**




commit papi for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package papi for openSUSE:Factory checked in 
at 2018-02-13 10:25:05

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


Package is "papi"

Tue Feb 13 10:25:05 2018 rev:25 rq:574737 version:5.5.1

Changes:

--- /work/SRC/openSUSE:Factory/papi/papi.changes2018-01-16 
09:31:18.948729927 +0100
+++ /work/SRC/openSUSE:Factory/.papi.new/papi.changes   2018-02-13 
10:25:06.330384991 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 14:46:30 UTC 2018 - cg...@suse.com
+
+- Fix summary in module files (bnc#1080259)
+
+---



Other differences:
--
++ papi.spec ++
--- /var/tmp/diff_new_pack.ZZPwsW/_old  2018-02-13 10:25:07.130356169 +0100
+++ /var/tmp/diff_new_pack.ZZPwsW/_new  2018-02-13 10:25:07.134356024 +0100
@@ -221,7 +221,7 @@
 module-whatis "Name: %{pname}"
 module-whatis "Version: %{version}"
 module-whatis "Category: runtime library"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "URL %{url}"
 
 set version %{version}




commit cvs for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package cvs for openSUSE:Factory checked in 
at 2018-02-13 10:25:01

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


Package is "cvs"

Tue Feb 13 10:25:01 2018 rev:33 rq:574721 version:1.12.12

Changes:

--- /work/SRC/openSUSE:Factory/cvs/cvs.changes  2017-08-30 16:23:43.769047864 
+0200
+++ /work/SRC/openSUSE:Factory/.cvs.new/cvs.changes 2018-02-13 
10:25:02.654517431 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 12:03:19 UTC 2018 - ku...@suse.com
+
+- Don't create unused xinetd directory
+
+---



Other differences:
--
++ cvs.spec ++
--- /var/tmp/diff_new_pack.C0Wy9q/_old  2018-02-13 10:25:03.886473044 +0100
+++ /var/tmp/diff_new_pack.C0Wy9q/_new  2018-02-13 10:25:03.890472900 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cvs
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -128,7 +128,6 @@
 install -m 0644 %{SOURCE3} %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d
 # hack to avoid csh in requires
 chmod 644 %{buildroot}%{_datadir}/cvs/contrib/sccs2rcs
-mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d
 install -p -m 644 -D %{SOURCE5} %{buildroot}%{_unitdir}/cvs\@.service
 install -p -m 644 -D %{SOURCE6} %{buildroot}%{_unitdir}/cvs.socket
 install -p -m 644 -D %{SOURCE7} %{buildroot}%{_unitdir}/cvs.target




commit openmpi2 for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2018-02-13 10:24:28

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


Package is "openmpi2"

Tue Feb 13 10:24:28 2018 rev:13 rq:574674 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes2018-02-03 
15:41:49.075289730 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi2.new/openmpi2.changes   2018-02-13 
10:24:29.955695548 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 11:43:30 UTC 2018 - cg...@suse.com
+
+- Fix summary in module files (bnc#1080259)
+
+---



Other differences:
--
++ openmpi2.spec ++
--- /var/tmp/diff_new_pack.tidzuB/_old  2018-02-13 10:24:30.883662114 +0100
+++ /var/tmp/diff_new_pack.tidzuB/_new  2018-02-13 10:24:30.887661970 +0100
@@ -514,7 +514,7 @@
 module-whatis "Name: %{pname} built with %{compiler_family} toolchain"
 module-whatis "Version: %{version}"
 module-whatis "Category: runtime library"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "URL: %{url}"
 
 set version %{version}




commit systemd for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2018-02-13 10:24:49

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


Package is "systemd"

Tue Feb 13 10:24:49 2018 rev:271 rq:574687 version:234

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2018-02-05 
10:50:43.266736808 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2018-02-13 10:24:52.758873965 +0100
@@ -1,0 +2,79 @@
+Fri Feb  9 14:01:24 UTC 2018 - f...@suse.com
+
+- Import commit 4a6a1e4f0b02e6cedf7eba93b85a6dd968f875c7
+
+  db1d8eacd compat-rules: make path_id_compat build with meson
+
+- Drop 0001-compat-rules-make-path_id_compat-build-with-meson.patch
+  which is now part of the git repo (see above).
+
+---
+Fri Feb  9 07:59:56 UTC 2018 - f...@suse.com
+
+- Don't ship /usr/lib/systemd/system/tmp.mnt at all (bsc#1071224)
+
+  The previous fix couldn't work on platforms using a RO
+  rootfs. Therefore we don't ship /usr/lib/systemd/system/tmp.mnt but
+  we still ship a copy in /var.
+
+  Users who want to use tmpfs on /tmp are supposed to add a symlink in
+  /etc/ pointing to the copy shipped in /var.
+
+  To support the update path we automatically create the symlink if
+  tmp.mount in use is located in /usr.
+
+---
+Tue Feb  6 16:11:40 UTC 2018 - f...@suse.com
+
+- Don't build seccomp support in the mini package
+
+---
+Tue Feb  6 15:12:42 UTC 2018 - f...@suse.com
+
+- Switch to Meson build system
+
+  Some rearrangement in the file list was also needed. That was
+  probably due to the upgrade of rpm.
+
+---
+Tue Feb  6 14:54:57 UTC 2018 - f...@suse.com
+
+- Import commit 0a5600eb7f8263c7c79fec0d85cc159d54aba636
+
+  2a181fc6f insserv-generator: make it build with meson
+  7b0401da4 build-sys: don't build networkctl if networkd is disabled
+
+---
+Tue Feb  6 09:27:59 UTC 2018 - f...@suse.com
+
+- Don't build-require selinux for the mini package
+
+---
+Tue Feb  6 08:56:33 UTC 2018 - f...@suse.com
+
+- Drop libgcrypt.m4
+
+  The mini package builds fine without it so it doesn't seem necessary
+  anymore.
+
+---
+Mon Feb  5 20:25:31 UTC 2018 - f...@suse.com
+
+- Import commit 846d838c37865da60eba48090e570e959291399f
+
+  b1e0a348d fileio: include sys/mman.h
+  f1fa784cb meson: update header file to detect memfd_create()
+  8838ba7ec meson: define _GNU_SOURCE to detect copy_file_range() (#7734)
+  531a00c84 Restore "restore /var/run and /var/lock bind mount if they aren't 
symlink""
+
+  (the 3 first commits make systemd build against glibc 2.27)
+
+---
+Mon Feb  5 10:01:37 UTC 2018 - f...@suse.com
+
+- Import commit 3f421e4fbf6fcb31d74caf729435868ba8824483
+
+  7fb9ea39a Revert "restore /var/run and /var/lock bind mount if they aren't 
symlink"
+  23ce1207a meson.build: make docdir configurable (#8068)
+
+---
systemd.changes: same change

Old:

  libgcrypt.m4
  suse-disable-tmpfs-for-tmp.service



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.jIOzSe/_old  2018-02-13 10:24:53.954830875 +0100
+++ /var/tmp/diff_new_pack.jIOzSe/_new  2018-02-13 10:24:53.958830731 +0100
@@ -69,6 +69,10 @@
 BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libqrencode)
+BuildRequires:  pkgconfig(libselinux) >= 2.1.9
+%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
+BuildRequires:  pkgconfig(libseccomp) >= 2.3.1
+%endif
 %endif
 BuildRequires:  fdupes
 BuildRequires:  gperf
@@ -76,8 +80,8 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libmount-devel >= 2.27.1
-BuildRequires:  libsepol-devel
-BuildRequires:  libtool
+BuildRequires:  m4
+BuildRequires:  meson >= 0.43
 BuildRequires:  pam-devel
 # regenerate_initrd_post macro is expanded during build, hence this
 # BR. Also this macro was introduced since version 12.4.
@@ -87,8 +91,6 @@
 BuildRequires:  pkgconfig(libkmod) >= 15
 BuildRequires:  pkgconfig(libpci) >= 3
 BuildRequires:  pkgconfig(libpcre)
-BuildRequires:  pkgconfig(libselinux) >= 2.1.9
-BuildRequires:  pkgconfig(libsepol)
 %if %{with importd}
 BuildRequires:  

commit python-CherryPy for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package python-CherryPy for openSUSE:Factory 
checked in at 2018-02-13 10:24:54

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


Package is "python-CherryPy"

Tue Feb 13 10:24:54 2018 rev:17 rq:574711 version:10.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-CherryPy/python-CherryPy.changes  
2018-01-16 09:35:12.393807565 +0100
+++ /work/SRC/openSUSE:Factory/.python-CherryPy.new/python-CherryPy.changes 
2018-02-13 10:24:58.234676675 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 14:23:16 UTC 2018 - norm...@linux.vnet.ibm.com
+
+- disable pytest as transient failures
+
+---



Other differences:
--
++ python-CherryPy.spec ++
--- /var/tmp/diff_new_pack.LhgboT/_old  2018-02-13 10:24:58.910652320 +0100
+++ /var/tmp/diff_new_pack.LhgboT/_new  2018-02-13 10:24:58.914652176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CherryPy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,9 @@
 #
 
 
+# transient tests failures for PowerPC and x86_64
+%bcond_with tests
+
 %bcond_without python2
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -87,7 +90,11 @@
 %fdupes %{buildroot}%{_prefix}
 
 %check
+%if %{with tests}
 %python_exec -m pytest cherrypy/test
+%else
+echo "transient test failures so disable pytest."
+%endif
 
 %post
 %python_install_alternative cherryd




commit openmpi for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2018-02-13 10:24:34

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


Package is "openmpi"

Tue Feb 13 10:24:34 2018 rev:73 rq:574676 version:1.10.7

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2018-02-03 
15:41:43.431553330 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2018-02-13 
10:24:35.091510508 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 10:55:35 UTC 2018 - cg...@suse.com
+
+- Fix summary in module files (bnc#1080259)
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.xZP1Fy/_old  2018-02-13 10:24:36.287467419 +0100
+++ /var/tmp/diff_new_pack.xZP1Fy/_new  2018-02-13 10:24:36.287467419 +0100
@@ -484,7 +484,7 @@
 module-whatis "Name: %{pname} built with %{compiler_family} toolchain"
 module-whatis "Version: %{version}"
 module-whatis "Category: runtime library"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "URL: %{url}"
 
 set version %{version}




commit yast2-vm for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2018-02-13 10:24:07

Comparing /work/SRC/openSUSE:Factory/yast2-vm (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-vm.new (New)


Package is "yast2-vm"

Tue Feb 13 10:24:07 2018 rev:78 rq:575847 version:3.2.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2017-11-10 
14:43:31.354181396 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2018-02-13 
10:24:09.180444061 +0100
@@ -1,0 +2,8 @@
+Fri Feb  9 12:19:42 MST 2018 - carn...@suse.com
+
+- The check for TextMode was in the wrong place and
+  useless. Move it and update package list if user
+  doesn't want GUI components installed. (bsc#1077694)
+- 3.2.5
+
+---

Old:

  yast2-vm-3.2.4.tar.bz2

New:

  yast2-vm-3.2.5.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.mDPTOo/_old  2018-02-13 10:24:09.868419274 +0100
+++ /var/tmp/diff_new_pack.mDPTOo/_new  2018-02-13 10:24:09.872419130 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-vm
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   yast2-vm
-Version:3.2.4
+Version:3.2.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-vm-3.2.4.tar.bz2 -> yast2-vm-3.2.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.4/package/yast2-vm.changes 
new/yast2-vm-3.2.5/package/yast2-vm.changes
--- old/yast2-vm-3.2.4/package/yast2-vm.changes 2017-11-07 23:56:16.941121226 
+0100
+++ new/yast2-vm-3.2.5/package/yast2-vm.changes 2018-02-12 18:44:06.0 
+0100
@@ -1,4 +1,12 @@
 ---
+Fri Feb  9 12:19:42 MST 2018 - carn...@suse.com
+
+- The check for TextMode was in the wrong place and
+  useless. Move it and update package list if user
+  doesn't want GUI components installed. (bsc#1077694)
+- 3.2.5
+
+---
 Thu Nov  2 10:43:22 MDT 2017 - carn...@suse.com
 
 - bsc#1007599 - yast virtualization module does not work well with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.4/package/yast2-vm.spec 
new/yast2-vm-3.2.5/package/yast2-vm.spec
--- old/yast2-vm-3.2.4/package/yast2-vm.spec2017-11-07 23:56:16.941121226 
+0100
+++ new/yast2-vm-3.2.5/package/yast2-vm.spec2018-02-12 18:44:06.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.2.4
+Version:3.2.5
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.4/src/modules/VirtConfig.rb 
new/yast2-vm-3.2.5/src/modules/VirtConfig.rb
--- old/yast2-vm-3.2.4/src/modules/VirtConfig.rb2017-11-07 
23:56:16.941121226 +0100
+++ new/yast2-vm-3.2.5/src/modules/VirtConfig.rb2018-02-12 
18:44:06.0 +0100
@@ -1,7 +1,7 @@
 # encoding: utf-8
 
 # 
--
-# Copyright (c) 2013 Novell, Inc. All Rights Reserved.
+# Copyright (c) 2018 Novell, Inc. All Rights Reserved.
 #
 #
 # This program is free software; you can redistribute it and/or modify it under
@@ -153,6 +153,52 @@
   isPAE
 end
 
+# Check for TextMode only
+def installGUIComponents(packages)
+  inst_gui = true
+
+  Builtins.y2milestone("Checking for TextMode display")
+
+  kvm_index = packages.index("patterns-server-kvm_tools")
+  xen_index = packages.index("patterns-server-xen_tools")
+
+  if kvm_index != nil || xen_index != nil
+# The tools patterns install gui components. If in text mode we may 
not want them
+if Ops.get_boolean(UI.GetDisplayInfo, "TextMode", true) == true
+  inst_gui = Popup.YesNo(
+_("Running in text mode. Install graphical components anyway?")
+  )
+end
+  end
+  if inst_gui == false
+# Text Mode Only.
+Builtins.y2milestone("Requested not to install graphical components")
+Builtins.y2milestone("Current package list = %1", packages)
+common_packages = ["libvirt-client", "libvirt-daemon-config-network", 
"virt-manager-common", "virt-install", "vm-install"]
+add_common = false
+
+  

commit plasma5-pk-updates for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package plasma5-pk-updates for 
openSUSE:Factory checked in at 2018-02-13 10:24:39

Comparing /work/SRC/openSUSE:Factory/plasma5-pk-updates (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pk-updates.new (New)


Package is "plasma5-pk-updates"

Tue Feb 13 10:24:39 2018 rev:11 rq:574677 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pk-updates/plasma5-pk-updates.changes
2018-01-29 14:56:33.969020947 +0100
+++ 
/work/SRC/openSUSE:Factory/.plasma5-pk-updates.new/plasma5-pk-updates.changes   
2018-02-13 10:24:41.147292323 +0100
@@ -1,0 +2,6 @@
+Fri Feb  9 14:05:16 UTC 2018 - fab...@ritter-vogt.de
+
+- Add patch to close the plasmoid after update installation (boo#1077633):
+  * 0001-Close-the-plasmoid-after-updates-got-installed.patch
+
+---

New:

  0001-Close-the-plasmoid-after-updates-got-installed.patch



Other differences:
--
++ plasma5-pk-updates.spec ++
--- /var/tmp/diff_new_pack.HjiO1z/_old  2018-02-13 10:24:41.891265518 +0100
+++ /var/tmp/diff_new_pack.HjiO1z/_new  2018-02-13 10:24:41.891265518 +0100
@@ -35,6 +35,8 @@
 Patch4: 0002-Show-that-the-last-check-failed-if-no-updates-availa.patch
 # PATCH-FIX-UPSTREAM
 Patch5: 0003-List-known-updates-on-startup.patch
+# PATCH-FIX-UPSTREAM
+Patch6: 0001-Close-the-plasmoid-after-updates-got-installed.patch
 BuildRequires:  PackageKit-Qt5-devel
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= 1.3.0

++ 0001-Close-the-plasmoid-after-updates-got-installed.patch ++
>From f7aef3bb8d7e0839470318cf9326d90ab95e0cf5 Mon Sep 17 00:00:00 2001
From: Fabian Vogt 
Date: Fri, 9 Feb 2018 14:43:10 +0100
Subject: [PATCH] Close the plasmoid after updates got installed

Summary:
The plasmoid searches for the next batch of updates which might be misleading.

Related: https://bugs.kde.org/show_bug.cgi?id=390143

Test Plan: Installed updates, plasmoid closed.

Reviewers: lukas, jgrulich

Subscribers: plasma-devel

Differential Revision: https://phabricator.kde.org/D10404
---
 src/declarative/pkupdates.cpp   | 1 +
 src/declarative/pkupdates.h | 5 +
 src/plasma/contents/ui/Full.qml | 1 +
 3 files changed, 7 insertions(+)

diff --git a/src/declarative/pkupdates.cpp b/src/declarative/pkupdates.cpp
index 50265c9..71b9847 100644
--- a/src/declarative/pkupdates.cpp
+++ b/src/declarative/pkupdates.cpp
@@ -395,6 +395,7 @@ void PkUpdates::onFinished(PackageKit::Transaction::Exit 
status, uint runtime)
 KNotification::event(KNotification::Notification, i18n("Updates 
Installed"),
  i18np("Successfully updated %1 package", 
"Successfully updated %1 packages", packages.count()),
  
KIconLoader::global()->loadIcon("system-software-update", 
KIconLoader::Desktop), 0, KNotification::Persistent);
+emit updatesInstalled();
 } else {
 qCDebug(PLASMA_PK_UPDATES) << "Update packages transaction didn't 
finish successfully";
 // just try to refresh cache in case of error, the user might have 
installed the updates manually meanwhile
diff --git a/src/declarative/pkupdates.h b/src/declarative/pkupdates.h
index 6bb1b83..1f17da5 100644
--- a/src/declarative/pkupdates.h
+++ b/src/declarative/pkupdates.h
@@ -144,6 +144,11 @@ signals:
  */
 void done();
 
+/**
+ * Emitted after updates were installed successfully
+ */
+void updatesInstalled();
+
 /**
  * Emitted with update details
  * @see getUpdateDetails()
diff --git a/src/plasma/contents/ui/Full.qml b/src/plasma/contents/ui/Full.qml
index 15c955f..eca7ec0 100644
--- a/src/plasma/contents/ui/Full.qml
+++ b/src/plasma/contents/ui/Full.qml
@@ -45,6 +45,7 @@ Item {
 target: PkUpdates
 onUpdatesChanged: populateModel()
 onUpdateDetail: updateDetails(packageID, updateText, urls)
+onUpdatesInstalled: plasmoid.expanded = false
 }
 
 Component.onCompleted: populateModel()
-- 
2.16.1




commit installation-images for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2018-02-13 10:24:44

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is "installation-images"

Tue Feb 13 10:24:44 2018 rev:37 rq:574679 version:14.359

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2018-01-31 19:48:39.598493489 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2018-02-13 10:24:46.495099645 +0100
@@ -1,0 +2,7 @@
+Fri Feb 9 13:38:51 UTC 2018 - wfe...@opensuse.org
+
+- merge gh#openSUSE/installation-images#234
+- add vmd.ko module (bsc#1079924)
+- 14.359
+
+

Old:

  installation-images-14.358.tar.xz

New:

  installation-images-14.359.tar.xz



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.aNM43B/_old  2018-02-13 10:24:47.207073993 +0100
+++ /var/tmp/diff_new_pack.aNM43B/_new  2018-02-13 10:24:47.207073993 +0100
@@ -500,7 +500,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.358
+Version:14.359
 Release:0
 Provides:   installation-images = %version-%release
 Conflicts:  otherproviders(installation-images)

++ installation-images-14.358.tar.xz -> installation-images-14.359.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.358/VERSION 
new/installation-images-14.359/VERSION
--- old/installation-images-14.358/VERSION  2018-01-31 10:35:28.0 
+0100
+++ new/installation-images-14.359/VERSION  2018-02-09 14:38:51.0 
+0100
@@ -1 +1 @@
-14.358
+14.359
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.358/changelog 
new/installation-images-14.359/changelog
--- old/installation-images-14.358/changelog2018-01-31 10:35:28.0 
+0100
+++ new/installation-images-14.359/changelog2018-02-09 14:38:51.0 
+0100
@@ -1,3 +1,6 @@
+2018-02-09:14.359
+   - add vmd.ko module (bsc #1079924)
+
 2018-01-31:14.358
- add missing drivers for ppc (bsc #1077546)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.358/etc/module.config 
new/installation-images-14.359/etc/module.config
--- old/installation-images-14.358/etc/module.config2018-01-31 
10:35:28.0 +0100
+++ new/installation-images-14.359/etc/module.config2018-02-09 
14:38:51.0 +0100
@@ -188,6 +188,7 @@
 kernel/drivers/md/.*
 kernel/drivers/nvdimm/.*
 kernel/drivers/nvme/.*
+kernel/drivers/pci/host/.*
 kernel/drivers/phy/.*
 kernel/drivers/platform/.*
 kernel/drivers/regulator/.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.358/etc/module.list 
new/installation-images-14.359/etc/module.list
--- old/installation-images-14.358/etc/module.list  2018-01-31 
10:35:28.0 +0100
+++ new/installation-images-14.359/etc/module.list  2018-02-09 
14:38:51.0 +0100
@@ -247,6 +247,7 @@
 kernel/drivers/usb/core/ledtrig-usbport.ko
 kernel/drivers/phy/
 kernel/drivers/regulator/
+kernel/drivers/pci/host/
 
 kernel/fs/efivarfs/
 




commit libstorage-ng for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2018-02-13 10:24:02

Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.libstorage-ng.new (New)


Package is "libstorage-ng"

Tue Feb 13 10:24:02 2018 rev:7 rq:575845 version:3.3.157

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-02-12 10:07:41.509772440 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-02-13 10:24:03.516648122 +0100
@@ -1,0 +2,8 @@
+Mon Feb 12 17:05:00 UTC 2018 - shundham...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#460
+- Removed unit tests that clash with new glibc number formatting
+  (bsc#1079855)
+- 3.3.157
+
+

Old:

  libstorage-ng-3.3.156.tar.xz

New:

  libstorage-ng-3.3.157.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.droQpb/_old  2018-02-13 10:24:04.288620309 +0100
+++ /var/tmp/diff_new_pack.droQpb/_new  2018-02-13 10:24:04.292620165 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.156
+Version:3.3.157
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.156.tar.xz -> libstorage-ng-3.3.157.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.156/VERSION 
new/libstorage-ng-3.3.157/VERSION
--- old/libstorage-ng-3.3.156/VERSION   2018-02-09 21:47:28.0 +0100
+++ new/libstorage-ng-3.3.157/VERSION   2018-02-12 18:05:00.0 +0100
@@ -1 +1 @@
-3.3.156
+3.3.157
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.156/testsuite/Utils/humanstring.cc 
new/libstorage-ng-3.3.157/testsuite/Utils/humanstring.cc
--- old/libstorage-ng-3.3.156/testsuite/Utils/humanstring.cc2018-02-09 
21:47:28.0 +0100
+++ new/libstorage-ng-3.3.157/testsuite/Utils/humanstring.cc2018-02-12 
18:05:00.0 +0100
@@ -78,7 +78,6 @@
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", 1000*1024, false, 2, false), 
"1,000.00 KiB");
 BOOST_CHECK_EQUAL(test("de_DE.UTF-8", 1000*1024, false, 2, false), 
"1.000,00 KiB");
 BOOST_CHECK_EQUAL(test("de_CH.UTF-8", 1000*1024, false, 2, false), 
"1'000.00 KiB");
-BOOST_CHECK_EQUAL(test("fr_FR.UTF-8", 1000*1024, false, 2, false), "1 
000,00 Kio");
 
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", 50 * MiB, false, 2, false), "50.00 
MiB");
 BOOST_CHECK_EQUAL(test("de_DE.UTF-8", 50 * MiB, false, 2, false), "50,00 
MiB");
@@ -114,17 +113,14 @@
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", "123,456 kB", false), 126418944);
 BOOST_CHECK_EQUAL(test("de_DE.UTF-8", "123.456 kB", false), 126418944);
 BOOST_CHECK_EQUAL(test("de_CH.UTF-8", "123'456 kB", false), 126418944);
-BOOST_CHECK_EQUAL(test("fr_FR.UTF-8", "123 456 ko", false), 126418944);
 
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", "123,456.789kB", false), 126419752);
 BOOST_CHECK_EQUAL(test("de_DE.UTF-8", "123.456,789kB", false), 126419752);
 BOOST_CHECK_EQUAL(test("de_CH.UTF-8", "123'456.789kB", false), 126419752);
-BOOST_CHECK_EQUAL(test("fr_FR.UTF-8", "123 456,789ko", false), 126419752);
 
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", "123,456.789 kB", false), 126419752);
 BOOST_CHECK_EQUAL(test("de_DE.UTF-8", "123.456,789 kB", false), 126419752);
 BOOST_CHECK_EQUAL(test("de_CH.UTF-8", "123'456.789 kB", false), 126419752);
-BOOST_CHECK_EQUAL(test("fr_FR.UTF-8", "123 456,789 ko", false), 126419752);
 
 BOOST_CHECK_EQUAL(test("fr_FR.UTF-8", "5Go", false), 5368709120);
 BOOST_CHECK_EQUAL(test("fr_FR.UTF-8", "5 Go", false), 5368709120);
@@ -132,7 +128,6 @@
 BOOST_CHECK_THROW(test("en_US.UTF-8", "5 G B", false), ParseException);
 BOOST_CHECK_THROW(test("de_DE.UTF-8", "12.34 kB", false), ParseException);
 BOOST_CHECK_THROW(test("de_DE.UTF-8", "12'34 kB", false), ParseException);
-BOOST_CHECK_THROW(test("fr_FR.UTF-8", "12 34 Go", false), ParseException);
 
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", "3.14 G", false), 3371549327);
 BOOST_CHECK_EQUAL(test("en_GB.UTF-8", "3.14 GB", false), 3371549327);




commit yast2-bootloader for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2018-02-13 10:23:57

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is "yast2-bootloader"

Tue Feb 13 10:23:57 2018 rev:253 rq:575819 version:4.0.17

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2018-02-12 10:07:10.958873505 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2018-02-13 10:23:58.796818173 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 15:14:28 UTC 2018 - jreidin...@suse.com
+
+- Detect properly that unknown device is used in bootloader
+  configuration (bsc#1078713)
+- 4.0.17
+
+---

Old:

  yast2-bootloader-4.0.16.tar.bz2

New:

  yast2-bootloader-4.0.17.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.5uMbvL/_old  2018-02-13 10:24:00.172768599 +0100
+++ /var/tmp/diff_new_pack.5uMbvL/_new  2018-02-13 10:24:00.176768455 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.0.16
+Version:4.0.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-4.0.16.tar.bz2 -> yast2-bootloader-4.0.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.16/package/yast2-bootloader.changes 
new/yast2-bootloader-4.0.17/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.0.16/package/yast2-bootloader.changes
2018-02-09 15:16:26.0 +0100
+++ new/yast2-bootloader-4.0.17/package/yast2-bootloader.changes
2018-02-12 16:32:57.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Feb 12 15:14:28 UTC 2018 - jreidin...@suse.com
+
+- Detect properly that unknown device is used in bootloader
+  configuration (bsc#1078713)
+- 4.0.17
+
+---
 Fri Feb  9 13:39:03 UTC 2018 - jlo...@suse.com
 
 - Adapt to new MountPoint API (part of fate#318196).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.16/package/yast2-bootloader.spec 
new/yast2-bootloader-4.0.17/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.0.16/package/yast2-bootloader.spec   2018-02-09 
15:16:26.0 +0100
+++ new/yast2-bootloader-4.0.17/package/yast2-bootloader.spec   2018-02-12 
16:32:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.0.16
+Version:4.0.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-4.0.16/src/modules/BootStorage.rb 
new/yast2-bootloader-4.0.17/src/modules/BootStorage.rb
--- old/yast2-bootloader-4.0.16/src/modules/BootStorage.rb  2018-02-09 
15:16:26.0 +0100
+++ new/yast2-bootloader-4.0.17/src/modules/BootStorage.rb  2018-02-12 
16:32:57.0 +0100
@@ -133,7 +133,7 @@
 # @return [Array] list of suitable devices
 def stage1_devices_for_name(dev_name)
   device = staging.find_by_any_name(dev_name)
-  raise "unknown device #{dev_name}" unless device
+  raise ::Bootloader::BrokenConfiguration, "unknown device #{dev_name}" 
unless device
 
   if device.is?(:partition) || device.is?(:filesystem)
 stage1_partitions_for(device)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-4.0.16/test/boot_storage_test.rb 
new/yast2-bootloader-4.0.17/test/boot_storage_test.rb
--- old/yast2-bootloader-4.0.16/test/boot_storage_test.rb   2018-02-09 
15:16:26.0 +0100
+++ new/yast2-bootloader-4.0.17/test/boot_storage_test.rb   2018-02-12 
16:32:57.0 +0100
@@ -52,4 +52,15 @@
   expect(subject.extended_for_logical(partition)).to eq 
find_device("/dev/sda2")
 end
   end
+
+  describe ".stage1_devices_for_name" do
+it "raises BrokenConfiguration exception if gets unknown name" do
+  # mock staging graph as graph does not return proper value when run as 
non-root
+  allow(subject.staging).to receive(:find_by_any_name).and_return(nil)
+
+  expect { subject.stage1_devices_for_name("/dev/non-existing") }.to(
+raise_error(::Bootloader::BrokenConfiguration)
+  )
+end
+  end
 end




commit yast2-storage-ng for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-02-13 10:23:53

Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-storage-ng.new (New)


Package is "yast2-storage-ng"

Tue Feb 13 10:23:53 2018 rev:7 rq:575800 version:4.0.93

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-02-12 10:06:48.135696067 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-02-13 10:23:54.484973524 +0100
@@ -1,0 +2,19 @@
+Mon Feb 12 14:17:15 UTC 2018 - snw...@suse.com
+
+- add format options dialog (bsc#1077868)
+- 4.0.93
+
+---
+Mon Feb 12 13:13:35 UTC 2018 - an...@suse.com
+
+- More reasonable location in the disk for the partitions proposed
+  to make the system bootable (bsc#1073680 and bsc#1076851).
+
+---
+Fri Feb  9 19:05:17 UTC 2018 - jlo...@suse.com
+
+- Partitioner: fix issues using transactions (bsc#1079880 and
+  bsc#1079573).
+- 4.0.92
+
+---

Old:

  yast2-storage-ng-4.0.91.tar.bz2

New:

  yast2-storage-ng-4.0.93.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.OfeJ2g/_old  2018-02-13 10:23:55.056952916 +0100
+++ /var/tmp/diff_new_pack.OfeJ2g/_new  2018-02-13 10:23:55.060952772 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.91
+Version:4.0.93
 Release:0
 BuildArch:  noarch
 

++ yast2-storage-ng-4.0.91.tar.bz2 -> yast2-storage-ng-4.0.93.tar.bz2 ++
 3100 lines of diff (skipped)




commit autoyast2 for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2018-02-13 10:23:48

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


Package is "autoyast2"

Tue Feb 13 10:23:48 2018 rev:234 rq:575758 version:4.0.31

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2018-02-12 
10:06:52.907524087 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-02-13 
10:23:50.601113455 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 11:29:24 UTC 2018 - jreidin...@suse.com
+
+- fate#319119
+  - yast2-ca-management is dropped
+- 4.0.31
+
+---

Old:

  autoyast2-4.0.30.tar.bz2

New:

  autoyast2-4.0.31.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.aBSpL1/_old  2018-02-13 10:23:51.349086506 +0100
+++ /var/tmp/diff_new_pack.aBSpL1/_new  2018-02-13 10:23:51.353086362 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.30
+Version:4.0.31
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-4.0.30.tar.bz2 -> autoyast2-4.0.31.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.30/package/autoyast2.changes 
new/autoyast2-4.0.31/package/autoyast2.changes
--- old/autoyast2-4.0.30/package/autoyast2.changes  2018-02-09 
09:26:51.0 +0100
+++ new/autoyast2-4.0.31/package/autoyast2.changes  2018-02-12 
13:26:06.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Feb 12 11:29:24 UTC 2018 - jreidin...@suse.com
+
+- fate#319119
+  - yast2-ca-management is dropped
+- 4.0.31
+
+---
 Fri Feb  9 07:55:00 UTC 2018 - jreidin...@suse.com
 
 - fate#323373
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.30/package/autoyast2.spec 
new/autoyast2-4.0.31/package/autoyast2.spec
--- old/autoyast2-4.0.30/package/autoyast2.spec 2018-02-09 09:26:51.0 
+0100
+++ new/autoyast2-4.0.31/package/autoyast2.spec 2018-02-12 13:26:06.0 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.30
+Version:4.0.31
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.30/src/modules/Profile.rb 
new/autoyast2-4.0.31/src/modules/Profile.rb
--- old/autoyast2-4.0.30/src/modules/Profile.rb 2018-02-09 09:26:51.0 
+0100
+++ new/autoyast2-4.0.31/src/modules/Profile.rb 2018-02-12 13:26:06.0 
+0100
@@ -38,7 +38,9 @@
   # Defined in SUSE Manager but will not be used anymore. (bnc#955878)
   "cobbler",
   # FATE#323373 drop xinetd from distro and yast2-inetd
-  "inetd"
+  "inetd",
+  # FATE#319119 drop yast2-ca-manament
+  "ca_mgm"
 ]
 
 # Sections that are handled by AutoYaST clients included in autoyast2 
package.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.30/test/Y2ModuleConfig_test.rb 
new/autoyast2-4.0.31/test/Y2ModuleConfig_test.rb
--- old/autoyast2-4.0.30/test/Y2ModuleConfig_test.rb2018-02-09 
09:26:51.0 +0100
+++ new/autoyast2-4.0.31/test/Y2ModuleConfig_test.rb2018-02-12 
13:26:06.0 +0100
@@ -19,6 +19,7 @@
 allow(Yast::WFM).to 
receive(:ClientExists).with("files_auto").and_return(true)
 allow(Yast::WFM).to 
receive(:ClientExists).with("firstboot_auto").and_return(false)
 allow(Yast::WFM).to 
receive(:ClientExists).with("general_auto").and_return(true)
+allow(Yast::WFM).to 
receive(:ClientExists).with("inetd_auto").and_return(false)
 allow(Yast::WFM).to 
receive(:ClientExists).with("language_auto").and_return(false)
 allow(Yast::WFM).to 
receive(:ClientExists).with("pxe_auto").and_return(false)
 allow(Yast::WFM).to 
receive(:ClientExists).with("restore_auto").and_return(false)
@@ -42,11 +43,9 @@
   Yast::Y2ModuleConfig.instance_variable_set("@ModuleMap", DESKTOP_DATA)
   Yast::Profile.ReadXML(profile_unhandled)
 
-  expect(Yast::Y2ModuleConfig.unhandled_profile_sections.sort).to eq(
-[
-  "audit-laf", "autofs", "ca_mgm", "cobbler", "firstboot", "language", 
"restore",
-  "sshd", "sysconfig", "unknown_profile_item_1", 
"unknown_profile_item_2"
-].sort
+  expect(Yast::Y2ModuleConfig.unhandled_profile_sections).to 
contain_exactly(
+"audit-laf", "autofs", 

commit yast2-core for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2018-02-13 10:23:27

Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-core.new (New)


Package is "yast2-core"

Tue Feb 13 10:23:27 2018 rev:182 rq:573743 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2017-12-01 
17:17:11.971710913 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2018-02-13 10:23:27.833933729 +0100
@@ -1,0 +2,7 @@
+Tue Feb  6 16:16:58 UTC 2018 - mvid...@suse.com
+
+- glibc-2.27 compatibility: Removed an overly specific test case
+  for certain localized numbers (bsc#1079630)
+- 4.0.2
+
+---

Old:

  yast2-core-4.0.1.tar.bz2

New:

  yast2-core-4.0.2.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.mwMQ5i/_old  2018-02-13 10:23:28.381913986 +0100
+++ /var/tmp/diff_new_pack.mwMQ5i/_new  2018-02-13 10:23:28.389913697 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -27,7 +27,7 @@
 %bcond_with werror
 
 Name:   yast2-core
-Version:4.0.1
+Version:4.0.2
 Release:0
 Url:https://github.com/yast/yast-core
 

++ yast2-core-4.0.1.tar.bz2 -> yast2-core-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.0.1/libycp/testsuite/tests/builtin/Builtin_VIII.err 
new/yast2-core-4.0.2/libycp/testsuite/tests/builtin/Builtin_VIII.err
--- old/yast2-core-4.0.1/libycp/testsuite/tests/builtin/Builtin_VIII.err
2017-11-28 16:31:12.229344968 +0100
+++ new/yast2-core-4.0.2/libycp/testsuite/tests/builtin/Builtin_VIII.err
2018-02-07 16:19:07.0 +0100
@@ -101,10 +101,6 @@
 --
 Parsed:
 --
-float::tolstring (1.126e+15 / /* const integer -> const float */1024) / /* 
const integer -> float */1024) / /* const integer -> float */1024) / /* const 
integer -> float */1024), 2)
---
-Parsed:
---
 (tohexstring (31) == "0x1f")
 --
 Parsed:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.0.1/libycp/testsuite/tests/builtin/Builtin_VIII.out 
new/yast2-core-4.0.2/libycp/testsuite/tests/builtin/Builtin_VIII.out
--- old/yast2-core-4.0.1/libycp/testsuite/tests/builtin/Builtin_VIII.out
2017-11-28 16:31:12.229344968 +0100
+++ new/yast2-core-4.0.2/libycp/testsuite/tests/builtin/Builtin_VIII.out
2018-02-07 16:19:07.0 +0100
@@ -22,7 +22,6 @@
 ("1.02")
 ("1,02")
 ("1024.09")
-("1 024,09")
 (true)
 (true)
 (true)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-core-4.0.1/libycp/testsuite/tests/builtin/Builtin_VIII.ycp 
new/yast2-core-4.0.2/libycp/testsuite/tests/builtin/Builtin_VIII.ycp
--- old/yast2-core-4.0.1/libycp/testsuite/tests/builtin/Builtin_VIII.ycp
2017-11-28 16:31:12.229344968 +0100
+++ new/yast2-core-4.0.2/libycp/testsuite/tests/builtin/Builtin_VIII.ycp
2018-02-07 16:19:07.0 +0100
@@ -91,7 +91,6 @@
 ( tostring(1049.0/1024, 2) )
 ( float::tolstring(1049.0/1024, 2) )
 ( tostring(1126.0/1024/1024/1024/1024, 2) )
-( float::tolstring(1126.0/1024/1024/1024/1024, 2) )
 
 
 //
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-4.0.1/package/yast2-core.changes 
new/yast2-core-4.0.2/package/yast2-core.changes
--- old/yast2-core-4.0.1/package/yast2-core.changes 2017-11-28 
16:31:12.321344968 +0100
+++ new/yast2-core-4.0.2/package/yast2-core.changes 2018-02-07 
16:19:07.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb  6 16:16:58 UTC 2018 - mvid...@suse.com
+
+- glibc-2.27 compatibility: Removed an overly specific test case
+  for certain localized numbers (bsc#1079630)
+- 4.0.2
+
+---
 Tue Nov 28 15:08:32 UTC 2017 - jreidin...@suse.com
 
 - 

commit yast2-services-manager for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2018-02-13 10:23:36

Comparing /work/SRC/openSUSE:Factory/yast2-services-manager (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-services-manager.new (New)


Package is "yast2-services-manager"

Tue Feb 13 10:23:36 2018 rev:38 rq:575523 version:4.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2017-10-19 19:30:57.704175168 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
   2018-02-13 10:23:37.917570428 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 08:47:13 UTC 2018 - jreidin...@suse.com
+
+- Drop xinetd service protected for xvnc as it now uses service
+  (fate#323373)
+- 4.0.2
+
+---

Old:

  yast2-services-manager-4.0.1.tar.bz2

New:

  yast2-services-manager-4.0.2.tar.bz2



Other differences:
--
++ yast2-services-manager.spec ++
--- /var/tmp/diff_new_pack.CeeAx2/_old  2018-02-13 10:23:39.173525177 +0100
+++ /var/tmp/diff_new_pack.CeeAx2/_new  2018-02-13 10:23:39.177525033 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-services-manager
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:4.0.1
+Version:4.0.2
 Release:0
 BuildArch:  noarch
 

++ yast2-services-manager-4.0.1.tar.bz2 -> 
yast2-services-manager-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-services-manager-4.0.1/README.md 
new/yast2-services-manager-4.0.2/README.md
--- old/yast2-services-manager-4.0.1/README.md  2017-10-17 09:15:42.757629420 
+0200
+++ new/yast2-services-manager-4.0.2/README.md  2018-02-12 10:40:24.0 
+0100
@@ -4,6 +4,8 @@
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-services-manager-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-services-manager-master/)
 [![Coverage 
Status](https://coveralls.io/repos/github/yast/yast-services-manager/badge.svg?branch=master)](https://coveralls.io/github/yast/yast-services-manager?branch=master)
 
+Systemd status check: [![Build 
Status](https://travis-ci.org/yast/yast-services-manager.svg?branch=systemd_states_check)](https://travis-ci.org/yast/yast-services-manager/branches)
+
 
 Systemd target and services configuration library for Yast
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.0.1/package/yast2-services-manager.changes 
new/yast2-services-manager-4.0.2/package/yast2-services-manager.changes
--- old/yast2-services-manager-4.0.1/package/yast2-services-manager.changes 
2017-10-17 09:15:42.757629420 +0200
+++ new/yast2-services-manager-4.0.2/package/yast2-services-manager.changes 
2018-02-12 10:40:24.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Feb 12 08:47:13 UTC 2018 - jreidin...@suse.com
+
+- Drop xinetd service protected for xvnc as it now uses service
+  (fate#323373)
+- 4.0.2
+
+---
 Mon Oct 16 12:22:31 UTC 2017 - jreidin...@suse.com
 
 - respect target level specified in control file (bsc#1063216)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.0.1/package/yast2-services-manager.spec 
new/yast2-services-manager-4.0.2/package/yast2-services-manager.spec
--- old/yast2-services-manager-4.0.1/package/yast2-services-manager.spec
2017-10-17 09:15:42.761629420 +0200
+++ new/yast2-services-manager-4.0.2/package/yast2-services-manager.spec
2018-02-12 10:40:24.0 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:4.0.1
+Version:4.0.2
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.0.1/src/clients/services_proposal.rb 
new/yast2-services-manager-4.0.2/src/clients/services_proposal.rb
--- old/yast2-services-manager-4.0.1/src/clients/services_proposal.rb   
2017-10-17 09:15:42.761629420 +0200
+++ 

commit yast2-installation for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-02-13 10:23:31

Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-installation.new (New)


Package is "yast2-installation"

Tue Feb 13 10:23:31 2018 rev:395 rq:575521 version:4.0.32

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2018-02-07 18:18:25.128825073 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2018-02-13 10:23:33.577726787 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 13:55:21 UTC 2018 - knut.anders...@suse.com
+
+- Startup scripts: Replaced xinetd by xvnc.socket (fate#323373)
+- Revert changes added in 4.0.29 bringing back the enablement of
+  the xvnc.socket during the first stage if Linuxrc.vnc is set.
+  (bnc#1077236)
+- 4.0.32
+
+---

Old:

  yast2-installation-4.0.31.tar.bz2

New:

  yast2-installation-4.0.32.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.HApM9Y/_old  2018-02-13 10:23:34.413696669 +0100
+++ /var/tmp/diff_new_pack.HApM9Y/_new  2018-02-13 10:23:34.413696669 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:4.0.31
+Version:4.0.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ YaST2-Second-Stage.service ++
--- /var/tmp/diff_new_pack.HApM9Y/_old  2018-02-13 10:23:34.453695227 +0100
+++ /var/tmp/diff_new_pack.HApM9Y/_new  2018-02-13 10:23:34.453695227 +0100
@@ -1,7 +1,5 @@
 [Unit]
 Description=YaST2 Second Stage
-# If xinetd is enabled, make sure it's already running so we can stop it during
-# initialization of the VNC server
 After=apparmor.service local-fs.target plymouth-start.service
 Conflicts=plymouth-start.service
 Before=getty@tty1.service serial-getty@ttyS0.service 
serial-getty@ttyS1.service serial-getty@ttyS2.service

++ yast2-installation-4.0.31.tar.bz2 -> yast2-installation-4.0.32.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.31/package/YaST2-Second-Stage.service 
new/yast2-installation-4.0.32/package/YaST2-Second-Stage.service
--- old/yast2-installation-4.0.31/package/YaST2-Second-Stage.service
2018-02-06 12:31:01.0 +0100
+++ new/yast2-installation-4.0.32/package/YaST2-Second-Stage.service
2018-02-12 10:38:28.0 +0100
@@ -1,7 +1,5 @@
 [Unit]
 Description=YaST2 Second Stage
-# If xinetd is enabled, make sure it's already running so we can stop it during
-# initialization of the VNC server
 After=apparmor.service local-fs.target plymouth-start.service
 Conflicts=plymouth-start.service
 Before=getty@tty1.service serial-getty@ttyS0.service 
serial-getty@ttyS1.service serial-getty@ttyS2.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.31/package/yast2-installation.changes 
new/yast2-installation-4.0.32/package/yast2-installation.changes
--- old/yast2-installation-4.0.31/package/yast2-installation.changes
2018-02-06 12:31:01.0 +0100
+++ new/yast2-installation-4.0.32/package/yast2-installation.changes
2018-02-12 10:38:28.0 +0100
@@ -1,4 +1,13 @@
 ---
+Thu Feb  8 13:55:21 UTC 2018 - knut.anders...@suse.com
+
+- Startup scripts: Replaced xinetd by xvnc.socket (fate#323373)
+- Revert changes added in 4.0.29 bringing back the enablement of
+  the xvnc.socket during the first stage if Linuxrc.vnc is set.
+  (bnc#1077236)
+- 4.0.32
+
+---
 Tue Feb  6 12:24:34 CET 2018 - sch...@suse.de
 
 - Added requirement iproute2 to spec file. This is needed by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.31/package/yast2-installation.spec 
new/yast2-installation-4.0.32/package/yast2-installation.spec
--- old/yast2-installation-4.0.31/package/yast2-installation.spec   
2018-02-06 12:31:01.0 +0100
+++ new/yast2-installation-4.0.32/package/yast2-installation.spec   
2018-02-12 10:38:28.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-installation
-Version:4.0.31
+Version:4.0.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.31/src/lib/installation/remote_finish_client.rb