commit iio-sensor-proxy for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package iio-sensor-proxy for 
openSUSE:Factory checked in at 2016-11-23 13:37:16

Comparing /work/SRC/openSUSE:Factory/iio-sensor-proxy (Old)
 and  /work/SRC/openSUSE:Factory/.iio-sensor-proxy.new (New)


Package is "iio-sensor-proxy"

Changes:

--- /work/SRC/openSUSE:Factory/iio-sensor-proxy/iio-sensor-proxy.changes
2016-10-23 12:51:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.iio-sensor-proxy.new/iio-sensor-proxy.changes   
2016-11-23 13:37:18.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 22 00:22:07 UTC 2016 - badshah...@gmail.com
+
+- Add iio-sensor-proxy-delay-starting-daemon.patch: Add artificial
+  delay before starting daemon to prevent failure to work right
+  off a cold boot; patch taken from upstream git 
+  (gh#hadess/iio-sensor-proxy#82).
+
+---

New:

  iio-sensor-proxy-delay-starting-daemon.patch



Other differences:
--
++ iio-sensor-proxy.spec ++
--- /var/tmp/diff_new_pack.cRfcV2/_old  2016-11-23 13:37:19.0 +0100
+++ /var/tmp/diff_new_pack.cRfcV2/_new  2016-11-23 13:37:19.0 +0100
@@ -23,6 +23,8 @@
 License:GPL-3.0
 Url:https://github.com/hadess/iio-sensor-proxy
 Source: 
https://github.com/hadess/iio-sensor-proxy/releases/download/%{version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM iio-sensor-proxy-delay-starting-daemon.patch 
gh#hadess/iio-sensor-proxy#82 badshah...@gmail.com -- Add artificial delay 
before starting daemon to prevent failure to work right off a cold boot; patch 
taken from upstream git
+Patch0: iio-sensor-proxy-delay-starting-daemon.patch
 BuildRequires:  gtk-doc
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
@@ -45,6 +47,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-gtk-doc

++ iio-sensor-proxy-delay-starting-daemon.patch ++
>From 5468452f7a72566d2e6ddc44f9396d3d088fa9fb Mon Sep 17 00:00:00 2001
From: Bastien Nocera 
Date: Tue, 22 Nov 2016 14:09:01 +0100
Subject: [PATCH] main: Add artificial delay before starting daemon

The IIO core, or the HID layer for HID sensor hubs, seems not
to like being poked straight after waking up, so add an
artificial delay during startup.

This is similar to the work-arounds doing the rounds in the
iio-sensor-proxy issues that switch the service type to idle
which would add a delay of up to 5 seconds by waiting for
other daemons to have finished startup.

This will need a real fix in the kernel at some point.
---
 src/iio-sensor-proxy.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/iio-sensor-proxy.c b/src/iio-sensor-proxy.c
index bb4c476..c6b6b52 100644
--- a/src/iio-sensor-proxy.c
+++ b/src/iio-sensor-proxy.c
@@ -768,6 +768,8 @@ int main (int argc, char **argv)
 
/* g_setenv ("G_MESSAGES_DEBUG", "all", TRUE); */
 
+   g_usleep (G_USEC_PER_SEC * 3);
+
data = g_new0 (SensorData, 1);
data->previous_orientation = ORIENTATION_UNDEFINED;
data->uses_lux = TRUE;




commit libmlt for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2016-11-23 13:37:15

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


Package is "libmlt"

Changes:

--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes2016-11-14 
20:17:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes   2016-11-23 
13:37:16.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 16 09:14:15 UTC 2016 - aloi...@gmx.com
+
+- Update to version 6.4.1
+  * This is a hot-fix release for v6.4 that fixes a symbol
+version declaration problem for the new C++ method
+Mlt::Profile::is_valid().
+
+---

Old:

  v6.4.0.tar.gz

New:

  v6.4.1.tar.gz



Other differences:
--
++ libmlt.spec ++
--- /var/tmp/diff_new_pack.dr534n/_old  2016-11-23 13:37:18.0 +0100
+++ /var/tmp/diff_new_pack.dr534n/_new  2016-11-23 13:37:18.0 +0100
@@ -32,7 +32,7 @@
 %define soname_pp 3
 
 Name:   %{libname}
-Version:6.4.0
+Version:6.4.1
 Release:0
 Summary:Multimedia framework designed and developed for television 
broadcasting
 License:GPL-3.0+

++ v6.4.0.tar.gz -> v6.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/Doxyfile new/mlt-6.4.1/Doxyfile
--- old/mlt-6.4.0/Doxyfile  2016-11-12 07:27:39.0 +0100
+++ new/mlt-6.4.1/Doxyfile  2016-11-16 07:53:11.0 +0100
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 6.4.0
+PROJECT_NUMBER = 6.4.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/NEWS new/mlt-6.4.1/NEWS
--- old/mlt-6.4.0/NEWS  2016-11-12 07:27:39.0 +0100
+++ new/mlt-6.4.1/NEWS  2016-11-16 07:53:11.0 +0100
@@ -1,6 +1,12 @@
 MLT Release Notes
 -
 
+Version 6.4.1 - November 15, 2016
+
+Hot fix for new C++ symbol Mlt::Profile::is_valid() not declare const in
+symbol versioning. This was breaking script bindings.
+
+
 Version 6.4.0 - November 11, 2016
 
 This is both a bugfix and enhancement release:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/configure new/mlt-6.4.1/configure
--- old/mlt-6.4.0/configure 2016-11-12 07:27:39.0 +0100
+++ new/mlt-6.4.1/configure 2016-11-16 07:53:11.0 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=6.4.0
+export version=6.4.1
 export soversion=6
 
 show_help()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/docs/melt.1 new/mlt-6.4.1/docs/melt.1
--- old/mlt-6.4.0/docs/melt.1   2016-11-12 07:27:39.0 +0100
+++ new/mlt-6.4.1/docs/melt.1   2016-11-16 07:53:11.0 +0100
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "November 2016" "melt 6.4.0" "User Commands"
+.TH MELT "1" "November 2016" "melt 6.4.1" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/src/framework/mlt_version.h 
new/mlt-6.4.1/src/framework/mlt_version.h
--- old/mlt-6.4.0/src/framework/mlt_version.h   2016-11-12 07:27:39.0 
+0100
+++ new/mlt-6.4.1/src/framework/mlt_version.h   2016-11-16 07:53:11.0 
+0100
@@ -28,7 +28,7 @@
 
 #define LIBMLT_VERSION_MAJOR6
 #define LIBMLT_VERSION_MINOR4
-#define LIBMLT_VERSION_REVISION 0
+#define LIBMLT_VERSION_REVISION 1
 #define LIBMLT_VERSION_INT  
((LIBMLT_VERSION_MAJOR<<16)+(LIBMLT_VERSION_MINOR<<8)+LIBMLT_VERSION_REVISION)
 #define LIBMLT_VERSION  
STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/src/mlt++/mlt++.vers 
new/mlt-6.4.1/src/mlt++/mlt++.vers
--- old/mlt-6.4.0/src/mlt++/mlt++.vers  2016-11-12 07:27:39.0 +0100
+++ new/mlt-6.4.1/src/mlt++/mlt++.vers  2016-11-16 07:53:11.0 +0100
@@ -519,6 +519,6 @@
 MLTPP_6.4.0 {
   global:
 extern "C++" {
-  "Mlt::Profile::is_valid()";
+  "Mlt::Profile::is_valid() const";
   };
 } MLTPP_0.9.8;




commit yast2-bootloader for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2016-11-23 13:36:33

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2016-11-15 17:53:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2016-11-23 13:36:34.0 +0100
@@ -1,0 +2,21 @@
+Tue Nov 22 18:38:42 UTC 2016 - jreidin...@suse.com
+
+- Do not crash in bootloader when default mount by is set to label
+  (bsc#1009493)
+- 3.2.10
+
+---
+Tue Nov 22 13:41:42 UTC 2016 - jreidin...@suse.com
+
+- use proper sources when doing kexec (bsc#981434)
+- 3.2.9
+
+---
+Wed Nov 16 14:19:14 UTC 2016 - jreidin...@suse.com
+
+- when protecting modification of kernel parameters by password,
+  add also rd.shell=0 parameter to avoid getting into initrd shell
+  (bsc#1009220)
+- 3.2.8
+
+---

Old:

  yast2-bootloader-3.2.7.tar.bz2

New:

  yast2-bootloader-3.2.10.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.tFD15y/_old  2016-11-23 13:36:35.0 +0100
+++ /var/tmp/diff_new_pack.tFD15y/_new  2016-11-23 13:36:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.2.7
+Version:3.2.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.2.7.tar.bz2 -> yast2-bootloader-3.2.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.2.7/package/yast2-bootloader.changes 
new/yast2-bootloader-3.2.10/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.2.7/package/yast2-bootloader.changes 2016-11-14 
16:12:49.0 +0100
+++ new/yast2-bootloader-3.2.10/package/yast2-bootloader.changes
2016-11-22 18:38:57.0 +0100
@@ -1,4 +1,25 @@
 ---
+Tue Nov 22 18:38:42 UTC 2016 - jreidin...@suse.com
+
+- Do not crash in bootloader when default mount by is set to label
+  (bsc#1009493)
+- 3.2.10
+
+---
+Tue Nov 22 13:41:42 UTC 2016 - jreidin...@suse.com
+
+- use proper sources when doing kexec (bsc#981434)
+- 3.2.9
+
+---
+Wed Nov 16 14:19:14 UTC 2016 - jreidin...@suse.com
+
+- when protecting modification of kernel parameters by password,
+  add also rd.shell=0 parameter to avoid getting into initrd shell
+  (bsc#1009220)
+- 3.2.8
+
+---
 Mon Nov 14 14:21:16 UTC 2016 - lsle...@suse.cz
 
 - Revert the package deselection check (from 3.2.3), there is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.2.7/package/yast2-bootloader.spec 
new/yast2-bootloader-3.2.10/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.2.7/package/yast2-bootloader.spec2016-11-14 
16:12:49.0 +0100
+++ new/yast2-bootloader-3.2.10/package/yast2-bootloader.spec   2016-11-22 
18:38:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.2.7
+Version:3.2.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.2.7/src/lib/bootloader/grub2_widgets.rb 
new/yast2-bootloader-3.2.10/src/lib/bootloader/grub2_widgets.rb
--- old/yast2-bootloader-3.2.7/src/lib/bootloader/grub2_widgets.rb  
2016-11-14 16:12:50.0 +0100
+++ new/yast2-bootloader-3.2.10/src/lib/bootloader/grub2_widgets.rb 
2016-11-22 18:38:57.0 +0100
@@ -2,6 +2,7 @@
 
 require "bootloader/generic_widgets"
 require "bootloader/device_map_dialog"
+require "cfa/matcher"
 
 Yast.import "BootStorage"
 Yast.import "Initrd"
@@ -409,6 +410,8 @@
 
 def store
   usepass = Yast::UI.QueryWidget(Id(:use_pas), :Value)
+  matcher = CFA::Matcher.new(key: "rd.shell")
+  grub_default.kernel_params.remove_parameter(matcher)
   if !usepass
 password.used = false
 return
@@ -421,6 +424,7 @@
   password.password = value if value != MASKED_PASSWORD
 
   value = Yast::UI.QueryWidget(Id(:unrestricted_pw), :Value)
+  grub_default.kern

commit libyui-ncurses for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2016-11-23 13:35:54

Comparing /work/SRC/openSUSE:Factory/libyui-ncurses (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-ncurses.new (New)


Package is "libyui-ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes
2016-10-22 13:05:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes   
2016-11-23 13:35:55.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 12:47:36 UTC 2016 - c...@suse.com
+
+- Add hotkey for help about advanced hotkeys (bsc#1010039)
+- 2.48.0
+
+---

Old:

  libyui-ncurses-2.47.7.tar.bz2

New:

  libyui-ncurses-2.48.0.tar.bz2



Other differences:
--
++ libyui-ncurses-doc.spec ++
--- /var/tmp/diff_new_pack.yUuwnX/_old  2016-11-23 13:35:56.0 +0100
+++ /var/tmp/diff_new_pack.yUuwnX/_new  2016-11-23 13:35:56.0 +0100
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.47.7
+Version:2.48.0
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-ncurses.spec ++
--- /var/tmp/diff_new_pack.yUuwnX/_old  2016-11-23 13:35:56.0 +0100
+++ /var/tmp/diff_new_pack.yUuwnX/_new  2016-11-23 13:35:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses
-Version:2.47.7
+Version:2.48.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-ncurses-2.47.7.tar.bz2 -> libyui-ncurses-2.48.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.7/VERSION.cmake 
new/libyui-ncurses-2.48.0/VERSION.cmake
--- old/libyui-ncurses-2.47.7/VERSION.cmake 2016-10-20 15:15:08.0 
+0200
+++ new/libyui-ncurses-2.48.0/VERSION.cmake 2016-11-21 15:59:27.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
-SET( VERSION_MINOR "47" )
-SET( VERSION_PATCH "7" )
+SET( VERSION_MINOR "48" )
+SET( VERSION_PATCH "0" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-2.47.7/package/libyui-ncurses-doc.spec 
new/libyui-ncurses-2.48.0/package/libyui-ncurses-doc.spec
--- old/libyui-ncurses-2.47.7/package/libyui-ncurses-doc.spec   2016-10-20 
15:15:08.0 +0200
+++ new/libyui-ncurses-2.48.0/package/libyui-ncurses-doc.spec   2016-11-21 
15:59:27.0 +0100
@@ -19,7 +19,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.47.7
+Version:2.48.0
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.7/package/libyui-ncurses.changes 
new/libyui-ncurses-2.48.0/package/libyui-ncurses.changes
--- old/libyui-ncurses-2.47.7/package/libyui-ncurses.changes2016-10-20 
15:15:08.0 +0200
+++ new/libyui-ncurses-2.48.0/package/libyui-ncurses.changes2016-11-21 
15:59:27.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 16 12:47:36 UTC 2016 - c...@suse.com
+
+- Add hotkey for help about advanced hotkeys (bsc#1010039)
+- 2.48.0
+
+---
 Fri Oct 14 10:30:15 CEST 2016 - anase...@linux.it
 
 - Fix pre-selecting a tree item when adding it, in ncurses
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.7/package/libyui-ncurses.spec 
new/libyui-ncurses-2.48.0/package/libyui-ncurses.spec
--- old/libyui-ncurses-2.47.7/package/libyui-ncurses.spec   2016-10-20 
15:15:08.0 +0200
+++ new/libyui-ncurses-2.48.0/package/libyui-ncurses.spec   2016-11-21 
15:59:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses
-Version:2.47.7
+Version:2.48.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.47.7/src/NCDialog.cc 
new/libyui-ncurses-2.48.0/src/NCDialog.cc
--- old/libyui-ncurses-2.47.7/src/NCDialog.cc   2016-10-20 15:15:08.0 
+0200
+++ new/libyui-ncurses-2.48.0/src/NCDialog.cc   2016-11-21 15:59:27.0 
+0100
@@ -31,6 +31,7 @@
 #include 
 #include "NCtoY2Event.h"
 #include 
+#include 
 
 #include "ncursesw.h"
 
@@ -1083,7 +1084,11 @@
 
break;
 
-   case KEY_F( 1

commit kicad for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package kicad for openSUSE:Factory checked 
in at 2016-11-23 13:37:27

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


Package is "kicad"

Changes:

--- /work/SRC/openSUSE:Factory/kicad/kicad.changes  2016-09-13 
22:25:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kicad.new/kicad.changes 2016-11-23 
13:37:29.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 15:07:05 UTC 2016 - adam.ma...@suse.de
+
+- No longer depend on boost_1_58_0 explicitly as it now provides
+  boost-devel with correct version numbers.
+
+---



Other differences:
--
++ kicad.spec ++
--- /var/tmp/diff_new_pack.yD3con/_old  2016-11-23 13:37:30.0 +0100
+++ /var/tmp/diff_new_pack.yD3con/_new  2016-11-23 13:37:30.0 +0100
@@ -40,11 +40,7 @@
 # PATCH-OPENSUSE kicad-set-cxx-standard.diff -- use C++14 by default and decay 
to 11, required by boost 1.61 patch
 Patch5: kicad-set-cxx-version.patch
 %endif
-%if 0%{?suse_version} > 1320
 BuildRequires:  boost-devel >= 1.56
-%else
-BuildRequires:  boost_1_58_0-devel
-%endif
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes





commit svrcore for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package svrcore for openSUSE:Factory checked 
in at 2016-11-23 13:37:22

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


Package is "svrcore"

Changes:

--- /work/SRC/openSUSE:Factory/svrcore/svrcore.changes  2011-09-23 
12:47:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.svrcore.new/svrcore.changes 2016-11-23 
13:37:26.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov 20 10:24:19 UTC 2016 - a...@ajaissle.de
+
+- Upstream changed from Mozilla to Fedora (389 directory server)
+- New upstream release 4.1.2
+  changes in 4.1.0:
+  * Add support for systemd-ask-pass integration
+  changes in 4.1.1:
+  * Code quality and stability fixes.
+  changes in 4.1.2:
+  * Code quality fixes.
+
+---

Old:

  svrcore-4.0.4.tar.bz2

New:

  svrcore-4.1.2.tar.bz2



Other differences:
--
++ svrcore.spec ++
--- /var/tmp/diff_new_pack.shmUQn/_old  2016-11-23 13:37:27.0 +0100
+++ /var/tmp/diff_new_pack.shmUQn/_new  2016-11-23 13:37:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package svrcore
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2009-2011 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,21 +16,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
+%bcond_without systemd
 Name:   svrcore
-BuildRequires:  mozilla-nss-devel pkgconfig
+%define libpackage libsvrcore0
+Version:4.1.2
+Release:0
 Summary:Secure PIN handling using NSS crypto
-Version:4.0.4
-Release:1
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
-Url:http://www.mozilla.org/projects/security/pki/
 Group:  System/Libraries
-Source0:
ftp://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/%{version}/src/svrcore-%{version}.tar.bz2
+Url:https://pagure.io/svrcore
+# http://directory.fedoraproject.org/docs/389ds/development/source.html
+Source0:
http://directory.fedoraproject.org/binaries/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define libpackage libsvrcore0
+BuildRequires:  mozilla-nss-devel
+BuildRequires:  pkgconfig
 
 %description
 svrcore provides applications with several ways to handle secure PIN storage
@@ -42,7 +43,6 @@
 %package -n %{libpackage}
 
 Summary:Secure PIN handling using NSS crypto
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  System/Libraries
 
 %description -n libsvrcore0
@@ -54,10 +54,11 @@
 
 %package devel
 Summary:Development files for secure PIN handling using NSS crypto
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Libraries/Other
 Requires:   %{libpackage} = %{version}-%{release}
-Requires:   pkgconfig mozilla-nspr-devel mozilla-nss-devel
+Requires:   mozilla-nspr-devel
+Requires:   mozilla-nss-devel
+Requires:   pkgconfig
 
 %description devel
 svrcore provides applications with several ways to handle secure PIN storage
@@ -73,7 +74,12 @@
 %setup -q
 
 %build
+%if %{with systemd}
+%configure --with-systemd
+%else
 %configure
+%endif
+
 %__make
 
 %install
@@ -81,9 +87,6 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/libsvrcore.la
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %post -n %{libpackage} -p /sbin/ldconfig
 
 %postun -n %{libpackage} -p /sbin/ldconfig

++ svrcore-4.0.4.tar.bz2 -> svrcore-4.1.2.tar.bz2 ++
 71531 lines of diff (skipped)




commit kernel-source for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-11-23 13:36:54

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-64kb.changes
2016-11-21 14:24:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-64kb.changes   
2016-11-23 13:36:55.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov 21 14:33:14 CET 2016 - ti...@suse.de
+
+- zram: Fix unbalanced idr management at hot removal
+  (bsc#1010970).
+- commit d1ec066
+
+---
+Mon Nov 21 12:09:30 CET 2016 - jsl...@suse.cz
+
+- Linux 4.8.10 (: :).
+- commit 86386e1
+
+---
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.PUYCYv/_old  2016-11-23 13:37:00.0 +0100
+++ /var/tmp/diff_new_pack.PUYCYv/_new  2016-11-23 13:37:00.0 +0100
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.8
-%define patchversion 4.8.9
+%define patchversion 4.8.10
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -60,9 +60,9 @@
 Summary:Kernel with 64kb PAGE_SIZE
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.8.9
+Version:4.8.10
 %if 0%{?is_kotd}
-Release:.gbe1f097
+Release:.gd1ec066
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.PUYCYv/_old  2016-11-23 13:37:00.0 +0100
+++ /var/tmp/diff_new_pack.PUYCYv/_new  2016-11-23 13:37:00.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.8.9
+%define patchversion 4.8.10
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -33,9 +33,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.8.9
+Version:4.8.10
 %if 0%{?is_kotd}
-Release:.gbe1f097
+Release:.gd1ec066
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.PUYCYv/_old  2016-11-23 13:37:00.0 +0100
+++ /var/tmp/diff_new_pack.PUYCYv/_new  2016-11-23 13:37:00.0 +0100
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.8
-%define patchversion 4.8.9
+%define patchversion 4.8.10
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -60,9 +60,9 @@
 Summary:Kernel for LPAE enabled systems
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.8.9
+Version:4.8.10
 %if 0%{?is_kotd}
-Release:.gbe1f097
+Release:.gd1ec066
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.PUYCYv/_old  2016-11-23 13:37:00.0 +0100
+++ /var/tmp/diff_new_pack.PUYCYv/_new  2016-11-23 13:37:00.0 +0100
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.8.9
+%define patchversion 4.8.10
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -51,9 +51,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.8.9
+Version:4.8.10
 %if 0%{?is_kotd}
-Release:.gbe1f097
+Release:.gd1ec066
 %else
 Release:0
 %endif

++ kernel-obs-qa.spec ++
--- /var/tmp/diff_new_pack.PUYCYv/_old  2016-11-23 13:37:00.0 +0100
+++ /var/tmp/diff_new_pack.PUYCYv/_new  2016-11-23 13:37:00.0 +0100
@@ -17,7 +17,7 @@
 # needsrootforbuild
 
 
-%define patchversion 4.8.9
+%define patchversion 4.8.10
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -36,9 +36,9 @@
 Summary:Basic QA tests for the kernel
 License:GPL-2.0
 Group:  SLES
-Version:4.8.9
+Version:4.8.10
 %if 0%{?is_kotd}
-Release:.gbe1f097
+Release:.gd1ec066
 %else
 Release:0
 %endif

++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.PUYCYv/_old  2016-11-23 13:37:00.0 +0100
+++ /var/tmp/diff_new_pack.PUYCYv/_new  2016-11-23 13:37:00.0 +0100
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 

commit yast2-installation for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2016-11-23 13:36:25

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2016-11-16 13:44:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2016-11-23 13:36:26.0 +0100
@@ -1,0 +2,20 @@
+Tue Nov 22 12:27:17 UTC 2016 - jreidin...@suse.com
+
+- fix missing icon next to SSH Key Import in autoyast
+  (bsc#988377)
+
+---
+Fri Nov 18 15:10:49 UTC 2016 - jreidin...@suse.com
+
+- add missing file causing crash (introduced with generic fix of
+  bsc#1003682)
+  (invisible in master since autotools support is dropped there)
+- 3.2.10
+
+---
+Thu Nov 17 11:59:06 CET 2016 - shundham...@suse.de
+
+- Documentation for new storage related parameters in control.xml
+  (Fate#321736)
+
+---

Old:

  yast2-installation-3.2.9.tar.bz2

New:

  yast2-installation-3.2.10.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.gaxDQv/_old  2016-11-23 13:36:27.0 +0100
+++ /var/tmp/diff_new_pack.gaxDQv/_new  2016-11-23 13:36:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.2.9
+Version:3.2.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.2.9.tar.bz2 -> yast2-installation-3.2.10.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.9/autoyast_desktop/ssh_import.desktop 
new/yast2-installation-3.2.10/autoyast_desktop/ssh_import.desktop
--- old/yast2-installation-3.2.9/autoyast_desktop/ssh_import.desktop
2016-11-15 10:04:04.0 +0100
+++ new/yast2-installation-3.2.10/autoyast_desktop/ssh_import.desktop   
2016-11-22 13:48:12.0 +0100
@@ -17,7 +17,7 @@
 X-SuSE-YaST-AutoInstSchema=ssh_import.rnc
 X-SuSE-YaST-AutoInstClonable=true
 
-Icon=yast-ssh_import
+Icon=yast-ssh-server
 Exec=
 
 Name=SSH Key Import
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.2.9/doc/control-file.md 
new/yast2-installation-3.2.10/doc/control-file.md
--- old/yast2-installation-3.2.9/doc/control-file.md2016-11-15 
10:04:04.0 +0100
+++ new/yast2-installation-3.2.10/doc/control-file.md   2016-11-22 
13:48:12.0 +0100
@@ -955,6 +955,18 @@
 
 ### Partitioning
 
+*proposal_settings_editable* (boolean, default _true_) is specifies if the user
+should be able to change the configuration of the storage proposal in the
+installer: What filesystem to use for the root partition, if there should be a
+separate /home partition, if LVM or encryption should be used. For some
+products this is not desired.
+
+*expert_partitioner_warning* (boolean, default _false_) specifies if there
+should be an extra warning pop-up dialog when the user enters the expert
+partitioner dialog during installation, for example because the product has
+special requirements for partitioning (Btrfs to support snapshots etc.).
+
+
  Subvolumes
 
 This section is used to specify what subvolumes should be created if Btrfs is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.9/package/yast2-installation.changes 
new/yast2-installation-3.2.10/package/yast2-installation.changes
--- old/yast2-installation-3.2.9/package/yast2-installation.changes 
2016-11-15 10:04:04.0 +0100
+++ new/yast2-installation-3.2.10/package/yast2-installation.changes
2016-11-22 13:48:12.0 +0100
@@ -1,4 +1,24 @@
 ---
+Tue Nov 22 12:27:17 UTC 2016 - jreidin...@suse.com
+
+- fix missing icon next to SSH Key Import in autoyast
+  (bsc#988377)
+
+---
+Fri Nov 18 15:10:49 UTC 2016 - jreidin...@suse.com
+
+- add missing file causing crash (introduced with generic fix of
+  bsc#1003682)
+  (invisible in master since autotools support is dropped there)
+- 3.2.10
+
+---
+Thu Nov 17 11:59:06 CET 2016 - shundham...@suse.de
+
+- Documentation for new storage related parameters in control.xml
+  (Fate#321736)
+
+

commit yast2-storage for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-11-23 13:36:03

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2016-11-07 13:24:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-11-23 13:36:05.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 17 13:40:37 CET 2016 - shundham...@suse.de
+
+- Don't show [Edit Proposal Settings] button if disabled
+  in control.xml (Fate#321736)
+- Added warning popup for expert partitioner if configured
+  in control.xml
+- 3.2.1
+
+---

Old:

  yast2-storage-3.2.0.tar.bz2

New:

  yast2-storage-3.2.1.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.TfEkpX/_old  2016-11-23 13:36:07.0 +0100
+++ /var/tmp/diff_new_pack.TfEkpX/_new  2016-11-23 13:36:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.0
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.2.0.tar.bz2 -> yast2-storage-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.0/package/yast2-storage.changes 
new/yast2-storage-3.2.1/package/yast2-storage.changes
--- old/yast2-storage-3.2.0/package/yast2-storage.changes   2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/package/yast2-storage.changes   2016-11-21 
16:11:54.0 +0100
@@ -1,4 +1,13 @@
 ---
+Thu Nov 17 13:40:37 CET 2016 - shundham...@suse.de
+
+- Don't show [Edit Proposal Settings] button if disabled
+  in control.xml (Fate#321736)
+- Added warning popup for expert partitioner if configured
+  in control.xml
+- 3.2.1
+
+---
 Mon Oct 31 13:11:04 UTC 2016 - igonzalezs...@suse.com
 
 - Improve support to redefine/detect the Btrfs default subvolume
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.0/package/yast2-storage.spec 
new/yast2-storage-3.2.1/package/yast2-storage.spec
--- old/yast2-storage-3.2.0/package/yast2-storage.spec  2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/package/yast2-storage.spec  2016-11-21 
16:11:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.2.0
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.2.0/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.2.1/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.2.0/src/clients/inst_disk_proposal.rb   2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/src/clients/inst_disk_proposal.rb   2016-11-21 
16:11:54.0 +0100
@@ -72,7 +72,7 @@
   end
 
 
-  # Title for dialogue
+  # Title for dialog
   @title = _("Suggested Partitioning")
   # Radiobutton for partition dialog
   @modify_str = _("&Expert Partitioner...")
@@ -129,12 +129,13 @@
 
   Builtins.y2milestone("current proposal: %1", @changes)
 
-  @rframe = VBox(
-VSpacing(0.2),
-# TRANSLATORS: button text
-PushButton(Id(:settings), _("Edit Proposal Settings")),
-HSpacing(0.2)
-  )
+  @rframe = StorageProposal.GetProposalSettingsEditable ?
+VBox(
+  VSpacing(0.2),
+  # TRANSLATORS: button text
+  PushButton(Id(:settings), _("Edit Proposal Settings")),
+  HSpacing(0.2)
+) : Empty()
 
   @bframe = VBox(
 PushButton(Id(:detailed), @detailed_str),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.2.0/src/clients/inst_target_part.rb 
new/yast2-storage-3.2.1/src/clients/inst_target_part.rb
--- old/yast2-storage-3.2.0/src/clients/inst_target_part.rb 2016-11-04 
17:06:56.0 +0100
+++ new/yast2-storage-3.2.1/src/clients/inst_target_part.rb 2016-11-21 
16:11:54.0 +0100
@@ -161,7 +161,7 @@
 Ops.get_integer(@target, "cyl_size", 1)
   )
   @vbox = Builtins.add(@vbox, VSpacing(1.5))
-  @vbox = Builtins.add(@vbox, PushButton(Id(:settings), _("Edit 
Proposal Settings")))
+  @vbox = Builtins.add(@vbox, edit_proposal_se

commit libyui-qt for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2016-11-23 13:35:45

Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt.new (New)


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2016-10-18 
13:28:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2016-11-23 
13:35:47.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  9 16:56:49 UTC 2016 - c...@suse.com
+
+- Add handler for Shift-F1 to show advanced keyboard shortcuts (bsc#1010039)
+- 2.47.0
+
+---

Old:

  libyui-qt-2.46.30.tar.bz2

New:

  libyui-qt-2.47.0.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.YFpoeG/_old  2016-11-23 13:35:48.0 +0100
+++ /var/tmp/diff_new_pack.YFpoeG/_new  2016-11-23 13:35:48.0 +0100
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.30
+Version:2.47.0
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.YFpoeG/_old  2016-11-23 13:35:48.0 +0100
+++ /var/tmp/diff_new_pack.YFpoeG/_new  2016-11-23 13:35:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.30
+Version:2.47.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-qt-2.46.30.tar.bz2 -> libyui-qt-2.47.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.30/VERSION.cmake 
new/libyui-qt-2.47.0/VERSION.cmake
--- old/libyui-qt-2.46.30/VERSION.cmake 2016-10-18 09:59:12.0 +0200
+++ new/libyui-qt-2.47.0/VERSION.cmake  2016-11-21 15:49:12.0 +0100
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
-SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "30")
+SET(VERSION_MINOR "47")
+SET(VERSION_PATCH "0")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.30/package/libyui-qt-doc.spec 
new/libyui-qt-2.47.0/package/libyui-qt-doc.spec
--- old/libyui-qt-2.46.30/package/libyui-qt-doc.spec2016-10-18 
09:59:12.0 +0200
+++ new/libyui-qt-2.47.0/package/libyui-qt-doc.spec 2016-11-21 
15:49:12.0 +0100
@@ -20,7 +20,7 @@
 %define so_version 7
 
 Name:   %{parent}-doc
-Version:2.46.30
+Version:2.47.0
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.30/package/libyui-qt.changes 
new/libyui-qt-2.47.0/package/libyui-qt.changes
--- old/libyui-qt-2.46.30/package/libyui-qt.changes 2016-10-18 
09:59:12.0 +0200
+++ new/libyui-qt-2.47.0/package/libyui-qt.changes  2016-11-21 
15:49:12.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov  9 16:56:49 UTC 2016 - c...@suse.com
+
+- Add handler for Shift-F1 to show advanced keyboard shortcuts (bsc#1010039)
+- 2.47.0
+
+---
 Mon Oct 17 21:22:16 UTC 2016 - igonzalezs...@suse.com
 
 - Add support for @import directive in QSS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.30/package/libyui-qt.spec 
new/libyui-qt-2.47.0/package/libyui-qt.spec
--- old/libyui-qt-2.46.30/package/libyui-qt.spec2016-10-18 
09:59:12.0 +0200
+++ new/libyui-qt-2.47.0/package/libyui-qt.spec 2016-11-21 15:49:12.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.30
+Version:2.47.0
 Release:0
 Source: %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.30/src/YQWizard.cc 
new/libyui-qt-2.47.0/src/YQWizard.cc
--- old/libyui-qt-2.46.30/src/YQWizard.cc   2016-10-18 09:59:13.0 
+0200
+++ new/libyui-qt-2.47.0/src/YQWizard.cc2016-11-21 15:49:13.0 
+0100
@@ -101,6 +101,7 @@
 , _abortButtonLabel( abortButtonLabel )
 , _nextButtonLabel( nextButtonLabel )
 , _helpDlg ( NULL )
+, _hotkeysDlg ( NULL )
 , _relNotesDlg ( NULL )
 {
 setObjectName( "wizard" );
@@ -196,6 +197,7 @@
 }
 
 delete _helpDlg;
+delete _hotkeysDlg;
 delete _relNotesDlg;
 
 QY2Styler::styler()->unregisterWidget( this );
@@ -873,6 +

commit sqlite3 for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2016-11-23 13:36:18

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


Package is "sqlite3"

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2016-10-22 
13:03:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2016-11-23 
13:36:19.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 21 21:50:08 UTC 2016 - astie...@suse.com
+
+- SQLite 3.15.1:
+  * Fix the VACUUM command so that it spills excess content to disk
+rather than holding everything in memory, and possible causing
+an out-of-memory error for larger database files
+  * Fix a case where OR-connected terms in the ON clause of a LEFT
+JOIN might cause incorrect results
+  * Fix a case where the use of row values in the ON clause of a
+LEFT JOIN might cause incorrect results
+
+---

Old:

  sqlite-autoconf-315.tar.gz
  sqlite-doc-315.zip

New:

  sqlite-autoconf-3150100.tar.gz
  sqlite-doc-3150100.zip



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.lvpVsj/_old  2016-11-23 13:36:20.0 +0100
+++ /var/tmp/diff_new_pack.lvpVsj/_new  2016-11-23 13:36:20.0 +0100
@@ -17,9 +17,9 @@
 
 
 %define oname sqlite
-%define tarversion 315
+%define tarversion 3150100
 Name:   sqlite3
-Version:3.15.0
+Version:3.15.1
 Release:0
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain

++ sqlite-autoconf-315.tar.gz -> sqlite-autoconf-3150100.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-315/configure 
new/sqlite-autoconf-3150100/configure
--- old/sqlite-autoconf-315/configure   2016-10-14 13:48:23.0 
+0200
+++ new/sqlite-autoconf-3150100/configure   2016-11-04 13:21:24.0 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for sqlite 3.15.0.
+# Generated by GNU Autoconf 2.69 for sqlite 3.15.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='sqlite'
 PACKAGE_TARNAME='sqlite'
-PACKAGE_VERSION='3.15.0'
-PACKAGE_STRING='sqlite 3.15.0'
+PACKAGE_VERSION='3.15.1'
+PACKAGE_STRING='sqlite 3.15.1'
 PACKAGE_BUGREPORT='http://www.sqlite.org'
 PACKAGE_URL=''
 
@@ -1330,7 +1330,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 sqlite 3.15.0 to adapt to many kinds of systems.
+\`configure' configures sqlite 3.15.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1400,7 +1400,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of sqlite 3.15.0:";;
+ short | recursive ) echo "Configuration of sqlite 3.15.1:";;
esac
   cat <<\_ACEOF
 
@@ -1521,7 +1521,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-sqlite configure 3.15.0
+sqlite configure 3.15.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1936,7 +1936,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sqlite $as_me 3.15.0, which was
+It was created by sqlite $as_me 3.15.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2802,7 +2802,7 @@
 
 # Define the identity of the package.
  PACKAGE='sqlite'
- VERSION='3.15.0'
+ VERSION='3.15.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14227,7 +14227,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by sqlite $as_me 3.15.0, which was
+This file was extended by sqlite $as_me 3.15.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -14284,7 +14284,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-sqlite config.status 3.15.0
+sqlite config.status 3.15.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqlite-autoconf-315/configure.ac 
new/sqlite-autoco

commit yast2-country for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2016-11-23 13:36:11

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


Package is "yast2-country"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2016-11-08 18:26:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2016-11-23 13:36:12.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 15:50:47 UTC 2016 - igonzalezs...@suse.com
+
+- Set keyboard layout properly on installation system (bsc#1010938)
+- 3.2.1
+
+---

Old:

  yast2-country-3.2.0.tar.bz2

New:

  yast2-country-3.2.1.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.JD9dh9/_old  2016-11-23 13:36:13.0 +0100
+++ /var/tmp/diff_new_pack.JD9dh9/_new  2016-11-23 13:36:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:3.2.0
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build



++ yast2-country-3.2.0.tar.bz2 -> yast2-country-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.0/keyboard/src/modules/Keyboard.rb 
new/yast2-country-3.2.1/keyboard/src/modules/Keyboard.rb
--- old/yast2-country-3.2.0/keyboard/src/modules/Keyboard.rb2016-11-03 
13:02:59.0 +0100
+++ new/yast2-country-3.2.1/keyboard/src/modules/Keyboard.rb2016-11-21 
17:48:22.0 +0100
@@ -556,8 +556,9 @@
 return false # Error
   end
 
-  # Console command...
-  @ckb_cmd = Ops.add("/bin/loadkeys ", @keymap)
+  # Console command. It specifies all tty devices (bsc#1010938)
+  @tty_devices ||= Dir["/dev/tty*"].map { |d| "-C #{d}" }.join(" ")
+  @ckb_cmd = "/bin/loadkeys #{@tty_devices} #{keymap}"
 
   # X11 command...
   # do not try to run this with remote X display
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.0/keyboard/test/keyboard_test.rb 
new/yast2-country-3.2.1/keyboard/test/keyboard_test.rb
--- old/yast2-country-3.2.0/keyboard/test/keyboard_test.rb  2016-11-03 
13:02:59.0 +0100
+++ new/yast2-country-3.2.1/keyboard/test/keyboard_test.rb  2016-11-21 
17:48:22.0 +0100
@@ -120,7 +120,7 @@
   let(:chroot) { "spanish" }
 
   it "correctly sets all layout variables" do
-expect(SCR).to execute_bash(/loadkeys ruwin_alt-UTF-8\.map\.gz/)
+expect(SCR).to execute_bash(/loadkeys -C \/dev\/tty.+ 
ruwin_alt-UTF-8\.map\.gz/)
 
 Keyboard.Set("russian")
 expect(Keyboard.current_kbd).to eq("russian")
@@ -132,7 +132,7 @@
 stub_presence_of "/usr/sbin/xkbctrl"
 allow(XVersion).to receive(:binPath).and_return "/usr/bin"
 
-expect(SCR).to execute_bash(/loadkeys tr\.map\.gz/)
+expect(SCR).to execute_bash(/loadkeys -C \/dev\/tty.+ tr\.map\.gz/)
 # Called twice, for SetConsole and SetX11
 expect(SCR).to execute_bash(/xkbctrl tr\.map\.gz/).twice do |p, cmd|
   dump_xkbctrl(:turkish, cmd.split("> ")[1])
@@ -143,7 +143,7 @@
   end
 
   it "does not call setxkbmap if graphical system is not installed" do
-expect(SCR).to execute_bash(/loadkeys ruwin_alt-UTF-8\.map\.gz/)
+expect(SCR).to execute_bash(/loadkeys -C \/dev\/tty.+ 
ruwin_alt-UTF-8\.map\.gz/)
 expect(SCR).to execute_bash(/xkbctrl ruwin_alt-UTF-8.map.gz/).never
 expect(SCR).to execute_bash(/setxkbmap/).never
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.0/package/yast2-country.changes 
new/yast2-country-3.2.1/package/yast2-country.changes
--- old/yast2-country-3.2.0/package/yast2-country.changes   2016-11-03 
13:02:59.0 +0100
+++ new/yast2-country-3.2.1/package/yast2-country.changes   2016-11-21 
17:48:22.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Nov 21 15:50:47 UTC 2016 - igonzalezs...@suse.com
+
+- Set keyboard layout properly on installation system (bsc#1010938)
+- 3.2.1
+
+---
 Thu Nov  3 11:43:42 UTC 2016 - jreidin...@suse.com
 
 - language add-on no longer exists, so suggest to enable online
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.0/package/yast2-country.spec 
new/yast2-country-3.2.1/package/yast2-country.spec
--- old/yast2-cou

commit logrotate for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2016-11-23 13:35:29

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


Package is "logrotate"

Changes:

--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes  2016-11-18 
21:59:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2016-11-23 
13:35:31.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 21 12:03:14 UTC 2016 - tchva...@suse.com
+
+- Fix post scriptlet condition bnc#1011120
+
+---



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.6WISgL/_old  2016-11-23 13:35:33.0 +0100
+++ /var/tmp/diff_new_pack.6WISgL/_new  2016-11-23 13:35:33.0 +0100
@@ -94,7 +94,7 @@
mv -v %{_sysconfdir}/logrotate.d/aaa_base 
%{_sysconfdir}/logrotate.d.aaa_base.save
 fi
 # Move /var/lib/logrotate.status
-if [ -f /var/lib/logrotate.status -a !-f /var/lib/misc/logrotate.status ]; then
+if [ -f /var/lib/logrotate.status -a ! -f /var/lib/misc/logrotate.status ]; 
then
   mv /var/lib/logrotate.status /var/lib/misc/logrotate.status ||:
 fi
 




commit yast2 for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-11-23 13:35:21

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2016-11-19 
12:49:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-11-23 
13:35:22.0 +0100
@@ -1,0 +2,7 @@
+Fri Nov 18 16:33:56 UTC 2016 - lsle...@suse.cz
+
+- Remove the restart file when starting YaST to avoid possible
+  infinite loop (bsc#842910)
+- 3.2.5
+
+---

Old:

  yast2-3.2.4.tar.bz2

New:

  yast2-3.2.5.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.PXARLq/_old  2016-11-23 13:35:23.0 +0100
+++ /var/tmp/diff_new_pack.PXARLq/_new  2016-11-23 13:35:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.2.4
+Version:3.2.5
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-3.2.4.tar.bz2 -> yast2-3.2.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.2.4/package/yast2.changes 
new/yast2-3.2.5/package/yast2.changes
--- old/yast2-3.2.4/package/yast2.changes   2016-11-17 16:34:49.0 
+0100
+++ new/yast2-3.2.5/package/yast2.changes   2016-11-21 09:22:02.0 
+0100
@@ -1,4 +1,11 @@
 ---
+Fri Nov 18 16:33:56 UTC 2016 - lsle...@suse.cz
+
+- Remove the restart file when starting YaST to avoid possible
+  infinite loop (bsc#842910)
+- 3.2.5
+
+---
 Wed Nov 16 15:18:39 CET 2016 - sch...@suse.de
 
 - Added needed include in Kernel.rb. Found while testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.2.4/package/yast2.spec 
new/yast2-3.2.5/package/yast2.spec
--- old/yast2-3.2.4/package/yast2.spec  2016-11-17 16:34:49.0 +0100
+++ new/yast2-3.2.5/package/yast2.spec  2016-11-21 09:22:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.2.4
+Version:3.2.5
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.2.4/scripts/yast2 
new/yast2-3.2.5/scripts/yast2
--- old/yast2-3.2.4/scripts/yast2   2016-11-17 16:34:49.0 +0100
+++ new/yast2-3.2.5/scripts/yast2   2016-11-21 09:22:02.0 +0100
@@ -349,7 +349,7 @@
TTY=console
;;
esac
-   
+
# The part below has changed: we don't use 'testutf8' any longer, i.e.
# don't start YaST in UTF-8 locale by default and don't fix the settings
# in rxvt*|vt*|xterm*|linux|screen* (trust the locale).
@@ -367,9 +367,9 @@
export LANG=en_US
export LC_CTYPE=en_US
export LC_ALL=en_US # just to make sure.
-   fi  
+   fi
;;
-esac   
+esac
fi
 
# set color theme, if defined
@@ -422,6 +422,11 @@
*) REDO_FILE=/var/lib/YaST2/restart_yast ;;
 esac
 snapshot_pre $module
+
+# remove the redo file if it already exists before starting the module,
+# avoid possible infinite loop (bsc#842910)
+rm -f "$REDO_FILE"
+
 #  break out on errors, #343258
 while [ $exit_code = 0 ]; do
$ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS




commit expat for openSUSE:Factory

2016-11-23 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2016-11-23 13:34:44

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


Package is "expat"

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2016-08-05 
18:11:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2016-11-23 
13:34:46.0 +0100
@@ -9,0 +10,2 @@
+  * Fixes bnc#983215 CVE-2012-6702
+  * Fixes bnc#983216 CVE-2016-5300



Other differences:
--