commit patterns-caasp for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2017-05-04 15:31:10

Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-caasp.new (New)


Package is "patterns-caasp"

Thu May  4 15:31:10 2017 rev:3 rq:492865 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2017-05-04 15:05:11.327799561 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2017-05-04 15:31:12.439418480 +0200
@@ -1,0 +2,5 @@
+Thu May  4 15:20:31 CEST 2017 - ku...@suse.de
+
+- Remove udev-persistent-ifnames to be in sync with SLE plans
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.9ykWwL/_old  2017-05-04 15:31:13.067329846 +0200
+++ /var/tmp/diff_new_pack.9ykWwL/_new  2017-05-04 15:31:13.071329281 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package patterns-caasp
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -136,9 +136,6 @@
 Requires:   timezone
 Requires:   transactional-update
 Requires:   udev
-%if 0%{?suse_version} >= 1330
-Requires:   udev-persistent-ifnames
-%endif
 Requires:   wicked
 Requires:   zypper
 %if 0%{?is_susecaasp}




commit racer for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package racer for openSUSE:Factory checked 
in at 2017-05-04 15:05:23

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


Package is "racer"

Thu May  4 15:05:23 2017 rev:3 rq:492762 version:2.0.6

Changes:

--- /work/SRC/openSUSE:Factory/racer/racer.changes  2017-02-16 
16:51:24.731775965 +0100
+++ /work/SRC/openSUSE:Factory/.racer.new/racer.changes 2017-05-04 
15:05:25.753762810 +0200
@@ -1,0 +2,6 @@
+Tue May  2 21:18:50 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- resolve Self (e.g. in-impl function calls like Self::myfunction())
+- Fix stack overflow issue on unresolvable imports
+
+---

Old:

  racer-2.0.5.tar.gz

New:

  racer-2.0.6.tar.gz



Other differences:
--
++ racer.spec ++
--- /var/tmp/diff_new_pack.n51G2O/_old  2017-05-04 15:05:28.809331405 +0200
+++ /var/tmp/diff_new_pack.n51G2O/_new  2017-05-04 15:05:28.809331405 +0200
@@ -20,7 +20,7 @@
 
 
 Name:   racer
-Version:2.0.5
+Version:2.0.6
 Release:0
 Summary:Code completion for Rust
 License:MIT
@@ -35,8 +35,8 @@
 
 BuildRequires:  cargo
 BuildRequires:  git
-BuildRequires:  rust >= 1.14.0
-BuildRequires:  rust-std >= 1.14.0
+BuildRequires:  rust
+BuildRequires:  rust-std
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ racer-2.0.5.tar.gz -> racer-2.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/racer-2.0.5/CHANGELOG.md new/racer-2.0.6/CHANGELOG.md
--- old/racer-2.0.5/CHANGELOG.md2017-01-16 20:47:26.0 +0100
+++ new/racer-2.0.6/CHANGELOG.md2017-02-17 17:32:13.0 +0100
@@ -4,6 +4,11 @@
 All notable changes to this project will be documented in this file. This
 project adheres to [Semantic Versioning](http://semver.org/).
 
+## 2.0.6
+
+- resolve Self (e.g. in-impl function calls like Self::myfunction())
+- Fix stack overflow issue on unresolvable imports :tada: #698
+
 ## 2.0.5
 
 - Chained completions on separate lines now work #686
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/racer-2.0.5/Cargo.lock new/racer-2.0.6/Cargo.lock
--- old/racer-2.0.5/Cargo.lock  2017-01-16 20:47:26.0 +0100
+++ new/racer-2.0.6/Cargo.lock  2017-02-17 17:32:13.0 +0100
@@ -1,6 +1,6 @@
 [root]
 name = "racer"
-version = "2.0.5"
+version = "2.0.6"
 dependencies = [
  "clap 2.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/racer-2.0.5/Cargo.toml new/racer-2.0.6/Cargo.toml
--- old/racer-2.0.5/Cargo.toml  2017-01-16 20:47:26.0 +0100
+++ new/racer-2.0.6/Cargo.toml  2017-02-17 17:32:13.0 +0100
@@ -1,7 +1,7 @@
 [package]
 
 name = "racer"
-version = "2.0.5"
+version = "2.0.6"
 license = "MIT"
 description = "Code completion for Rust"
 authors = ["Phil Dawes "]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/racer-2.0.5/src/racer/core.rs 
new/racer-2.0.6/src/racer/core.rs
--- old/racer-2.0.5/src/racer/core.rs   2017-01-16 20:47:26.0 +0100
+++ new/racer-2.0.6/src/racer/core.rs   2017-02-17 17:32:13.0 +0100
@@ -11,6 +11,7 @@
 use std::iter::{Fuse, Iterator};
 use std::rc::Rc;
 use codeiter::StmtIndicesIter;
+use matchers::PendingImports;
 
 use scopes;
 use nameres;
@@ -947,8 +948,8 @@
 
 let path = Path::from_vec(is_global, v);
 for m in nameres::resolve_path(, filepath, pos,
- SearchType::StartsWith, 
Namespace::Both,
- session) {
+   SearchType::StartsWith, 
Namespace::Both,
+   session, ::empty()) {
 out.push(m);
 }
 },
@@ -1082,7 +1083,7 @@
 
 nameres::resolve_path(, filepath, pos,
   SearchType::ExactMatch, Namespace::Both,
-  session).nth(0)
+  session, ::empty()).nth(0)
 },
 CompletionType::Field => {
 let context = ast::get_type_of(contextstr.to_owned(), filepath, 
pos, session);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/racer-2.0.5/src/racer/matchers.rs 
new/racer-2.0.6/src/racer/matchers.rs
--- old/racer-2.0.5/src/racer/matchers.rs   2017-01-16 

commit cloud-init-config-caasp for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package cloud-init-config-caasp for 
openSUSE:Factory checked in at 2017-05-04 15:05:02

Comparing /work/SRC/openSUSE:Factory/cloud-init-config-caasp (Old)
 and  /work/SRC/openSUSE:Factory/.cloud-init-config-caasp.new (New)


Package is "cloud-init-config-caasp"

Thu May  4 15:05:02 2017 rev:2 rq:491655 version:1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/cloud-init-config-caasp/cloud-init-config-caasp.changes
  2017-04-18 13:48:41.109018871 +0200
+++ 
/work/SRC/openSUSE:Factory/.cloud-init-config-caasp.new/cloud-init-config-caasp.changes
 2017-05-04 15:05:05.208663499 +0200
@@ -1,0 +2,10 @@
+Thu Apr 20 15:41:26 CEST 2017 - ku...@suse.de
+
+- Call suse_caasp module
+
+---
+Mon Mar 20 16:27:28 CET 2017 - ku...@suse.de
+
+- Fix product name in comment
+
+---



Other differences:
--
++ cloud.cfg ++
--- /var/tmp/diff_new_pack.IvNzVa/_old  2017-05-04 15:05:06.428491276 +0200
+++ /var/tmp/diff_new_pack.IvNzVa/_new  2017-05-04 15:05:06.428491276 +0200
@@ -1,4 +1,4 @@
-# Adapted default config for SUSE CASP systems
+# Adapted default config for SUSE CaaSP systems
 
 #users:
 # - root
@@ -44,6 +44,7 @@
  - scripts-per-boot
  - scripts-per-instance
  - scripts-user
+ - suse-caasp
  - phone-home
  - final-message
  - power-state-change




commit patterns-caasp for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2017-05-04 15:05:08

Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-caasp.new (New)


Package is "patterns-caasp"

Thu May  4 15:05:08 2017 rev:2 rq:492658 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2017-04-18 13:48:26.171133141 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2017-05-04 15:05:11.327799561 +0200
@@ -1,0 +2,10 @@
+Wed Apr 26 14:23:16 UTC 2017 - ku...@suse.com
+
+- Change openSUSE-release to openSUSE-Kubic-release
+
+---
+Wed Apr 26 14:14:09 CEST 2017 - ku...@suse.de
+
+- Readd kernel-firmware [bsc#1036237]
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.CXJdIy/_old  2017-05-04 15:05:12.427644278 +0200
+++ /var/tmp/diff_new_pack.CXJdIy/_new  2017-05-04 15:05:12.427644278 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package patterns-caasp
 #
-# Copyright (c) 2016, 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?is_susecaasp}
 %define product_name "SUSE CaaS Platform"
 %else
@@ -26,7 +27,7 @@
 License:GPL-2.0+
 Group:  Metapackages
 Version:1.0
-Release:1
+Release:0
 Url:http://en.opensuse.org/Patterns
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl(URI::Escape)
@@ -52,8 +53,8 @@
 %pattern_basetechnologies
 Summary:  MicroOS System
 Group:   Metapackages
-Provides:   pattern() = MicroOS
 Provides:   pattern() = .basesystem
+Provides:   pattern() = MicroOS
 Provides:   pattern-icon() = pattern-basis
 Provides:   pattern-order() = 1010
 Provides:   pattern-visible()
@@ -69,7 +70,7 @@
 %if 0%{?is_susecaasp}
 Requires:   caasp-release
 %else
-Requires:   openSUSE-release
+Requires:   openSUSE-Kubic-release
 %endif
 Requires:   caasp-tools
 Requires:   cloud-init
@@ -109,7 +110,7 @@
 Requires:   kdump
 Requires:   kernel-base
 #Supplements of the firmware package should be enough
-#Requires:   kernel-firmware
+Requires:   kernel-firmware
 Requires:   kmod
 Requires:   libnss_usrfiles2
 Requires:   login
@@ -162,22 +163,22 @@
 Provides:   pattern-icon() = pattern-generic
 Provides:   pattern-order() = 1020
 Provides:   pattern-visible()
-Requires:   pattern() = basesystem
-Requires:   autofs
 Requires:   apparmor-profiles
 Requires:   apparmor-utils
 Requires:   audit
+Requires:   autofs
+Requires:   docker
 Requires:   glibc-locale
 Requires:   less
 Requires:   ncurses-utils
 Requires:   nfs-client
+Requires:   ntp
 Requires:   rpcbind
 Requires:   rsync
 Requires:   salt-minion
 Requires:   screen
 Requires:   vim
-Requires:   ntp
-Requires:   docker
+Requires:   pattern() = basesystem
 %ifarch x86_64
 Requires:   etcd
 Requires:   etcdctl
@@ -186,9 +187,9 @@
 Requires:   kubernetes-master
 Requires:   kubernetes-node
 %if 0%{?is_susecaasp}
-Requires:   kubernetes-salt
 Requires:   caasp-container-manifests
 Requires:   caasp-health-checker
+Requires:   kubernetes-salt
 %endif
 %endif
 




commit tmux for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2017-05-04 15:05:20

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


Package is "tmux"

Thu May  4 15:05:20 2017 rev:35 rq:492707 version:2.4

Changes:

--- /work/SRC/openSUSE:Factory/tmux/tmux.changes2017-04-24 
09:49:20.787182426 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2017-05-04 
15:05:21.230401449 +0200
@@ -1,0 +2,5 @@
+Wed May  3 17:58:33 UTC 2017 - mimi...@gmail.com
+
+- Fix boo#1037468 - tmux_issue889.patch 
+
+---

New:

  tmux_issue889.patch



Other differences:
--
++ tmux.spec ++
--- /var/tmp/diff_new_pack.K4Cptq/_old  2017-05-04 15:05:23.378098222 +0200
+++ /var/tmp/diff_new_pack.K4Cptq/_new  2017-05-04 15:05:23.382097658 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package tmux
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2010 Guido Berhoerster.
+# Copyright (c) 2017 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,8 +26,9 @@
 Source0:
https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE crrodrig...@opensuse.org -- Use /run/tmux instead of /tmp 
as the default socket path, this add some robustness against accidental 
deletion via systemd-tmpfiles-clean, tmpwatch, or similar
 Patch0: tmux-socket-path.patch
+# PATCH-FIX-UPSTREAM tmux_issue889.patch -- mimi...@gmail.com -- fix 
boo#1037468
+Patch1: tmux_issue889.patch
 BuildRequires:  automake
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig
 BuildRequires:  utempter-devel
 BuildRequires:  pkgconfig(libevent) >= 2.0
@@ -56,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -fi
@@ -64,7 +65,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 install -d -m 0755 %{buildroot}%{_tmpfilesdir}
 printf 'd /run/tmux 1777 root root -' > %{buildroot}%{_tmpfilesdir}/tmux.conf

++ tmux_issue889.patch ++
>From 0ccfb61bb0e0beb5fe76b64e30637de7d9f696c7 Mon Sep 17 00:00:00 2001
From: nicm 
Date: Mon, 1 May 2017 12:20:55 +
Subject: [PATCH] In order that people can use formats like #D in #() in the
 status line and not have to wait for an update when they change pane, we
 allow commands to run more than once a second if the expanded form changes.
 Unfortunately this can mean them being run far too often (pretty much
 continually) when multiple clients exist, because some formats (including #D)
 will always differ between clients.

To avoid this, give each client its own tree of jobs which means that
the same command will be different instances for each client - similar
to how we have the tag to separate commands for different panes.

GitHub issue 889; test case reported by Paul Johnson.
---
 cfg.c |  3 ++-
 cmd-display-message.c |  2 +-
 cmd-list-buffers.c|  2 +-
 cmd-list-clients.c|  2 +-
 cmd-list-keys.c   |  2 +-
 cmd-list-panes.c  |  2 +-
 cmd-list-sessions.c   |  2 +-
 cmd-list-windows.c|  4 +--
 cmd-pipe-pane.c   |  2 +-
 cmd-queue.c   |  2 +-
 format.c  | 68 ++-
 names.c   |  2 +-
 screen-redraw.c   |  2 +-
 server-client.c   |  3 ++-
 status.c  |  8 +++---
 tmux.h|  6 -
 window-choose.c   |  2 +-
 17 files changed, 82 insertions(+), 32 deletions(-)

Index: tmux-2.4/cfg.c
===
--- tmux-2.4.orig/cfg.c
+++ tmux-2.4/cfg.c
@@ -122,7 +122,8 @@ load_cfg(const char *path, struct client
line);
continue;
}
-   ft = format_create(NULL, FORMAT_NONE, FORMAT_NOJOBS);
+   ft = format_create(NULL, NULL, FORMAT_NONE,
+   FORMAT_NOJOBS);
 
s = p + 3;
while (isspace((u_char)*s))
Index: tmux-2.4/cmd-display-message.c
===
--- tmux-2.4.orig/cmd-display-message.c
+++ tmux-2.4/cmd-display-message.c
@@ -73,7 +73,7 @@ cmd_display_message_exec(struct cmd *sel
if (template == NULL)
template = DISPLAY_MESSAGE_TEMPLATE;
 
-   ft = format_create(item, FORMAT_NONE, 0);
+   ft = format_create(item->client, item, FORMAT_NONE, 0);
 

commit python-kiwi for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2017-05-04 15:05:14

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


Package is "python-kiwi"

Thu May  4 15:05:14 2017 rev:4 rq:492691 version:9.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2017-04-20 
20:57:24.629149938 +0200
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 
2017-05-04 15:05:16.867017499 +0200
@@ -1,0 +2,167 @@
+Wed Apr 26 17:29:31 CEST 2017 - m...@suse.com
+
+- Bump version: 9.5.0 → 9.6.0
+  
+---
+Wed Apr 26 14:12:33 CEST 2017 - m...@suse.com
+  
+- Additional container commandline options
+  
+  Added --set-container-derived-from and --set-container-tag
+  commandline options which allows to overwrite the data set
+  in the XML configuration
+  
+---
+Tue Apr 25 17:41:01 CEST 2017 - m...@suse.com
+  
+- Implement obsrepositories source on derived_from
+  
+  The following reference to a derived container:
+  
+  obsrepositories:/container#latest
+  
+  Will be translated into the following buildservice
+  local path:
+  
+  /usr/src/packages/SOURCES/containers/_obsrepositories/container#latest
+  
+---
+Tue Apr 25 15:28:38 CEST 2017 - m...@suse.com
+  
+- Implement obs source on derived_from
+  
+  The following reference to a derived container:
+  
+  obs:/project/repo/container#tag
+  
+  Will be translated into the following buildservice
+  local path:
+  
+  /usr/src/packages/SOURCES/containers/project/repo/container#tag
+  
+---
+Tue Apr 25 15:25:04 CEST 2017 - m...@suse.com
+  
+- Use urlparse to detect uri scheme
+  
+  The source location postfix can contain several different
+  formats e.g :/, or :// or even just :, python's urlparse
+  is able to cope with all that which allows to work with
+  the url scheme base name and thus makes handling this
+  code more robust
+  
+---
+Mon Apr 24 13:22:03 CEST 2017 - m...@suse.com
+  
+- Bump version: 9.4.11 → 9.5.0
+  
+---
+Mon Apr 24 12:29:44 CEST 2017 - dcass...@suse.com
+  
+- Include '--delete' in OCI images DataSync
+  
+  This commit includes #310 patch for OCI images.
+  
+  It also corrects the end of line format for kiwi/container/docker.py
+  and test/unit/container_image_docker_test.py, so flake tests are all
+  green.
+  
+---
+Thu Apr 20 12:55:24 CEST 2017 - dcass...@suse.com
+  
+- Include --delete flag in DataSync for docker images
+  
+  This commit includes the --delete flag in order to synchronize the
+  docker images. This is relevant for derived images where the new
+  layer might not only add files, but also remove something from the
+  base image.
+  
+  Fixes #309
+  
+---
+Thu Apr 13 22:05:46 CEST 2017 - ngo...@datto.com
+  
+- Define correct default locations for sources-dir and preferences-dir
+  
+  In order to ensure that the defined repositories in the KIWI configuration
+  are set to the correct places for installing into the image, the
+  sources-dir and preferences-dir need to be redefined to point to the
+  in-image location, as it is done for the other package managers.
+  
+---
+Thu Apr 13 21:59:36 CEST 2017 - ngo...@datto.com
+  
+- Do not purge the repositories before inserting them
+  
+  There are no good reasons to be purging the repo directories, especially
+  when it is common for some distributions (Red Hat/CentOS/Fedora, for example)
+  to ship repository configuration as packages. Deleting them puts the package
+  manager in the system into a weird state, so we want to avoid this.
+  
+---
+Thu Apr 13 18:18:20 CEST 2017 - ngo...@datto.com
+  
+- Fix default reposdir path for Yum
+  
+---
+Thu Apr 13 13:35:33 CEST 2017 - dcass...@suse.com
+  
+- Add support for OCI images
+  
+  This commit adds support for OCI images. Most of the docker related
+  code is reused for OCI classes and Docker classes have been refactored
+  so now they are a splecialization of the OCI classes. It is done this
+  way since KIWI internally only uses OCI format to operate with
+  containers, therefore docker images just differ from OCI 

commit fate for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package fate for openSUSE:Factory checked in 
at 2017-05-04 15:04:55

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


Package is "fate"

Thu May  4 15:04:55 2017 rev:5 rq:482225 version:1.5.5.8.2

Changes:

--- /work/SRC/openSUSE:Factory/fate/fate.changes2017-03-08 
01:16:44.447192358 +0100
+++ /work/SRC/openSUSE:Factory/.fate.new/fate.changes   2017-05-04 
15:04:57.569742010 +0200
@@ -1,0 +2,5 @@
+Thu Mar 16 12:57:18 UTC 2017 - jpl...@suse.com
+
+- limit query title label to a single line, EMail bug from Kai Dupke
+
+---

Old:

  fate-20170307-5ebdb80.tar.bz2

New:

  fate-20170316-1a7005c.tar.bz2



Other differences:
--
++ fate.spec ++
--- /var/tmp/diff_new_pack.LnPCV9/_old  2017-05-04 15:04:58.397625124 +0200
+++ /var/tmp/diff_new_pack.LnPCV9/_new  2017-05-04 15:04:58.405623995 +0200
@@ -17,8 +17,8 @@
 
 
 %define baseversion 1.5.5.8
-%define patchlevel  .1
-%define snapshot 20170307-5ebdb80
+%define patchlevel  .2
+%define snapshot 20170316-1a7005c
 Name:   fate
 Version:%{baseversion}%{patchlevel}
 Release:0
@@ -29,7 +29,6 @@
 Source0:fate-%{snapshot}.tar.bz2
 Source1:mkdist
 Source2:update
-BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8
 BuildRequires:  libctemplate-devel
 BuildRequires:  libkde4-devel

++ fate-20170307-5ebdb80.tar.bz2 -> fate-20170316-1a7005c.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fate-20170307-5ebdb80/src/libfate/ui/featurelistview.cpp 
new/fate-20170316-1a7005c/src/libfate/ui/featurelistview.cpp
--- old/fate-20170307-5ebdb80/src/libfate/ui/featurelistview.cpp
2017-03-07 11:50:53.007419525 +0100
+++ new/fate-20170316-1a7005c/src/libfate/ui/featurelistview.cpp
2017-03-16 13:39:46.119585684 +0100
@@ -45,7 +45,6 @@
 #include 
 #include 
 
-
 #define ENABLE_DEBUG 0
 
 FeatureTableView::FeatureTableView( QWidget *parent, const char *name )
@@ -421,7 +420,8 @@
 
 void FeatureTableView::updateQueryTitle( const QString  )
 {
-  mQueryTitle->setText(title);
+  mQueryTitle->setText(title.simplified()); // limit to a single line
+  mQueryTitle->setToolTip(title); // this gets overridden by the next resize 
event
 }
 
 void FeatureTableView::updateView()




commit caasp-tools for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package caasp-tools for openSUSE:Factory 
checked in at 2017-05-04 15:05:04

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


Package is "caasp-tools"

Thu May  4 15:05:04 2017 rev:3 rq:492419 version:0.17

Changes:

--- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes  2017-04-25 
08:58:33.959884563 +0200
+++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes 
2017-05-04 15:05:07.480342769 +0200
@@ -1,0 +2,5 @@
+Mon Apr 24 11:40:31 CEST 2017 - ku...@suse.de
+
+- create_autoyast_profile: use FQDN [bsc#1035665]
+
+---



Other differences:
--
++ create_autoyast_profile.pl ++
--- /var/tmp/diff_new_pack.D6uTJ6/_old  2017-05-04 15:05:08.624181275 +0200
+++ /var/tmp/diff_new_pack.D6uTJ6/_new  2017-05-04 15:05:08.624181275 +0200
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with this program; if not, see . */
+# with this program; if not, see .
 #
 
 =head1 NAME
@@ -46,11 +46,11 @@
 use locale;
 use Pod::Usage;
 use Getopt::Long;
-use Sys::Hostname;
+use Net::Domain qw(hostname hostfqdn);
 use JSON qw(decode_json);
 
 my $outputfile = "-";
-my $saltmaster = hostname();
+my $saltmaster = hostfqdn();
 my $ntp_server = "";
 my $smturl = "";
 my $reg_email = "";
@@ -320,7 +320,7 @@
 




commit cpupower for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package cpupower for openSUSE:Factory 
checked in at 2017-05-04 08:55:32

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


Package is "cpupower"

Thu May  4 08:55:32 2017 rev:30 rq:492629 version:4.11

Changes:

--- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes2017-04-11 
12:43:36.903718443 +0200
+++ /work/SRC/openSUSE:Factory/.cpupower.new/cpupower.changes   2017-05-04 
08:55:34.974996173 +0200
@@ -1,0 +2,6 @@
+Wed May  3 11:13:53 UTC 2017 - tr...@suse.de
+
+- Update to latest mainline sources
+- turbostat changed versioning scheme (we now have version 17.04.12)
+
+---

Old:

  cpupower-4.10.tar.bz2
  turbostat-4.16.tar.bz2

New:

  cpupower-4.11.tar.bz2
  turbostat-17.04.12.tar.bz2



Other differences:
--
++ cpupower.spec ++
--- /var/tmp/diff_new_pack.YZc3A0/_old  2017-05-04 08:55:36.090838806 +0200
+++ /var/tmp/diff_new_pack.YZc3A0/_new  2017-05-04 08:55:36.094838242 +0200
@@ -20,9 +20,9 @@
 Name:   cpupower
 # Use this as version when things are in mainline kernel
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
-Version:4.10
+Version:4.11
 Release:0
-%define tsversion  4.16
+%define tsversion  17.04.12
 Summary:Tools to determine and set CPU Power related Settings
 License:GPL-2.0
 Group:  System/Base

++ cpupower-4.10.tar.bz2 -> cpupower-4.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpupower-4.10/utils/cpufreq-info.c 
new/cpupower-4.11/utils/cpufreq-info.c
--- old/cpupower-4.10/utils/cpufreq-info.c  2017-02-19 23:34:00.0 
+0100
+++ new/cpupower-4.11/utils/cpufreq-info.c  2017-04-25 23:07:24.0 
+0200
@@ -285,20 +285,24 @@
 
 /* --hwlimits / -l */
 
-static int get_hardware_limits(unsigned int cpu)
+static int get_hardware_limits(unsigned int cpu, unsigned int human)
 {
unsigned long min, max;
 
-   printf(_("  hardware limits: "));
if (cpufreq_get_hardware_limits(cpu, , )) {
printf(_("Not Available\n"));
return -EINVAL;
}
 
-   print_speed(min);
-   printf(" - ");
-   print_speed(max);
-   printf("\n");
+   if (human) {
+   printf(_("  hardware limits: "));
+   print_speed(min);
+   printf(" - ");
+   print_speed(max);
+   printf("\n");
+   } else {
+   printf("%lu %lu\n", min, max);
+   }
return 0;
 }
 
@@ -456,7 +460,7 @@
get_related_cpus(cpu);
get_affected_cpus(cpu);
get_latency(cpu, 1);
-   get_hardware_limits(cpu);
+   get_hardware_limits(cpu, 1);
 
freqs = cpufreq_get_available_frequencies(cpu);
if (freqs) {
@@ -622,7 +626,7 @@
ret = get_driver(cpu);
break;
case 'l':
-   ret = get_hardware_limits(cpu);
+   ret = get_hardware_limits(cpu, human);
break;
case 'w':
ret = get_freq_hardware(cpu, human);
@@ -639,7 +643,6 @@
}
if (ret)
return ret;
-   printf("\n");
}
return ret;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpupower-4.10/utils/helpers/cpuid.c 
new/cpupower-4.11/utils/helpers/cpuid.c
--- old/cpupower-4.10/utils/helpers/cpuid.c 2017-02-19 23:34:00.0 
+0100
+++ new/cpupower-4.11/utils/helpers/cpuid.c 2017-04-25 23:07:24.0 
+0200
@@ -156,6 +156,7 @@
 */
case 0x2C:  /* Westmere EP - Gulftown */
cpu_info->caps |= CPUPOWER_CAP_HAS_TURBO_RATIO;
+   break;
case 0x2A:  /* SNB */
case 0x2D:  /* SNB Xeon */
case 0x3A:  /* IVB */

++ turbostat-4.16.tar.bz2 -> turbostat-17.04.12.tar.bz2 ++
 3553 lines of diff (skipped)




commit Mesa for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2017-05-04 08:54:55

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


Package is "Mesa"

Thu May  4 08:54:55 2017 rev:289 rq:492016 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2017-04-25 
08:58:04.828003773 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2017-05-04 
08:54:57.112335932 +0200
@@ -1,0 +2,51 @@
+Sat Apr 29 06:36:50 UTC 2017 - mimi...@gmail.com
+
+- update to 17.0.5
+ * fdo#97524 - Samplers referring to the same texture unit with different
+types should raise GL_INVALID_OPERATION
+ * nvc0/ir: Properly handle a "split form" of predicate destination
+ * nir: Destination component count of shader_clock intrinsic is 2
+ * winsys/sw/dri: don't use GNU void pointer arithmetic
+ * st/clover: add space between  and ::
+ * configure.ac: check require_basic_egl only if egl enabled
+ * st/mesa: automake: honour the vdpau header install location
+ * intel/fs: Use regs_written() in spilling cost heuristic for improved 
accuracy
+ * intel/fs: Take into account amount of data read in spilling cost heuristic.
+ * radv: report timestampPeriod correctly
+ * anv/blorp: Flush the texture cache in UpdateBuffer
+ * anv/cmd_buffer: Flush the VF cache at the top of all primaries
+ * anv/cmd_buffer: Always set up a null surface state
+ * anv/cmd_buffer: Use the null surface state for ATTACHMENT_UNUSED
+ * anv/blorp: Properly handle VK_ATTACHMENT_UNUSED
+ * i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce()
+ * st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
+ * anv/cmd_buffer: Disable CCS on BDW input attachments
+ * mesa: fix remaining xfb prims check for GLES with multiple instances
+ * mesa: validate sampler type across the whole program
+ * vbo: fix gl_DrawID handling in glMultiDrawArrays
+ * util/queue: don't hang at exit
+ * mesa: fix remaining xfb prims check for GLES with multiple instances
+ * mesa: extract need_xfb_remaining_prims_check
+ * mesa: move glMultiDrawArrays to vbo and fix error handling
+ + update Mesa.keyring to both upstream release managers
+
+---
+Fri Apr 28 12:26:02 UTC 2017 - sndir...@suse.com
+
+- u_gallivm-correct-channel-shift-logic-on-big-endian.patch:
+  * instead of reverse applying a change on s390x
+("U_draw-use-SoA-fetch-not-AoS-one.patch") address the 
+issue by a real fix (bsc#1032272, fdo#100613)
+
+---
+Thu Apr 27 09:54:43 UTC 2017 - sndir...@suse.com
+
+- baselibs.conf: added libvulkan_intel-32bit as a requirement for
+  Mesa-libd3d (boo#1036282)
+
+---
+Tue Apr 25 11:13:30 UTC 2017 - sch...@linux-m68k.org
+
+- No OpenCL on ppc
+
+---

Old:

  U_draw-use-SoA-fetch-not-AoS-one.patch
  mesa-17.0.4.tar.xz
  mesa-17.0.4.tar.xz.sig

New:

  mesa-17.0.5.tar.xz
  mesa-17.0.5.tar.xz.sig
  u_gallivm-correct-channel-shift-logic-on-big-endian.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.HzPRQj/_old  2017-05-04 08:55:00.503857627 +0200
+++ /var/tmp/diff_new_pack.HzPRQj/_new  2017-05-04 08:55:00.507857064 +0200
@@ -22,7 +22,7 @@
 %endif
 %define glamor 1
 %define _name_archive mesa
-%define _version 17.0.4
+%define _version 17.0.5
 %define with_opencl 0
 %define with_vulkan 0
 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
@@ -44,7 +44,7 @@
 %endif
 %if 0%{gallium_loader} && 0%{?suse_version} >= 1330
 # llvm >= 3.9 not provided for <= 1330
-%ifnarch %arm
+%ifnarch %arm ppc
 # TODO Drop ifnarch %%arm once llvm4 has built in Factory
 %define with_opencl 1
 %endif
@@ -54,7 +54,7 @@
 %endif
 
 Name:   Mesa
-Version:17.0.4
+Version:17.0.5
 Release:0
 Summary:System for rendering interactive 3-D graphics
 License:MIT
@@ -88,8 +88,7 @@
 Patch33:
archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
 Patch34:
archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
 Patch35:
fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
-# reverse-apply this to fix OpenGL support on s390x (bsc#1032272)
-Patch40:U_draw-use-SoA-fetch-not-AoS-one.patch
+Patch40:u_gallivm-correct-channel-shift-logic-on-big-endian.patch
 
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -663,10 +662,7 @@
 %patch35 -p1
 %endif
 
-# reverse-apply this patch to fix OpenGL support on s390x 

commit parted for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2017-05-04 08:55:04

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


Package is "parted"

Thu May  4 08:55:04 2017 rev:113 rq:492573 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2016-08-25 
09:48:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2017-05-04 
08:55:06.007081510 +0200
@@ -1,0 +2,17 @@
+Tue May  2 10:45:37 CEST 2017 - sparscha...@suse.de
+
+- Use latest fdasd/vtoc code base from s390-tools (fate#321531)
+  - add: libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch
+  - add: libparted-dasd-update-and-improve-fdasd-functions.patch
+  - add: libparted-dasd-add-new-fdasd-functions.patch
+
+---
+Thu Apr 27 17:37:19 CEST 2017 - sparscha...@suse.de
+
+- libparted: Don't warn if the HDIO_GET_IDENTITY ioctl isn't
+  supported (bsc#964012, bsc#1001967)
+  - add: libparted-dont-warn-if-no-HDIO_GET_IDENTITY.patch
+- Amend patch description:
+  - libparted-open-the-device-RO-and-lazily-switch-to-RW.patch
+
+---

New:

  libparted-dasd-add-new-fdasd-functions.patch
  libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch
  libparted-dasd-update-and-improve-fdasd-functions.patch
  libparted-dont-warn-if-no-HDIO_GET_IDENTITY.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.UorEL5/_old  2017-05-04 08:55:07.770832769 +0200
+++ /var/tmp/diff_new_pack.UorEL5/_new  2017-05-04 08:55:07.774832205 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package parted
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -59,10 +59,14 @@
 Patch32:libparted-Use-read-only-when-probing-devices-on-linu.patch
 Patch33:libparted-open-the-device-RO-and-lazily-switch-to-RW.patch
 Patch34:parted-implement-wipesignatures-option.patch
-
 # bsc#982169
 Patch35:libparted-Add-support-for-NVMe-devices.patch
 Patch36:libparted-fix-nvme-partition-naming.patch
+Patch37:libparted-dont-warn-if-no-HDIO_GET_IDENTITY.patch
+# fate#321531
+Patch38:libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch
+Patch39:libparted-dasd-update-and-improve-fdasd-functions.patch
+Patch40:libparted-dasd-add-new-fdasd-functions.patch
 Patch100:   parted-fatresize-autoconf.patch
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel >= 1.02.33
@@ -142,6 +146,10 @@
 %patch34 -p1
 %patch35 -p1
 %patch36 -p1
+%patch37 -p1
+%patch38 -p1
+%patch39 -p1
+%patch40 -p1
 %patch100 -p1
 
 %build

++ libparted-dasd-add-new-fdasd-functions.patch ++
From: Wang Dong 
Date: Wed, 26 Oct 2016 04:22:48 +0200
Subject: libparted/dasd: add new fdasd functions
References: fate#321531
Patch-mainline: v3.3
Git-commit: b9e12819ecef30087753b967bebc9809120593a6

Introduce a set of new functions from the fdasd utility of the s390-tools
to keep the code base in parted and s390-tools in sync.

These new functions are:
  fdasd_check_volser():  validate the volser input
  fdasd_get_volser():get volume serial (volser)
  fdasd_change_volser(): change volser with string
  fdasd_reuse_vtoc():re-create vtoc labels based on the existing vtoc

Signed-off-by: Wang Dong 
Signed-off-by: Hendrik Brueckner 
Signed-off-by: Brian C. Lane 
Acked-by: Sebastian Parschauer 
---
 include/parted/fdasd.in.h |   4 ++
 libparted/labels/fdasd.c  | 123 ++
 2 files changed, 127 insertions(+)

--- a/include/parted/fdasd.in.h
+++ b/include/parted/fdasd.in.h
@@ -291,5 +291,9 @@ void fdasd_recreate_vtoc(fdasd_anchor_t
 partition_info_t * fdasd_add_partition (fdasd_anchor_t *anc,
 unsigned int start, unsigned int stop);
 int fdasd_prepare_labels (fdasd_anchor_t *anc, int fd) ;
+void fdasd_check_volser(char *volser, int devno);
+int fdasd_get_volser(fdasd_anchor_t *anc, char *volser, int fd);
+void fdasd_change_volser(fdasd_anchor_t *anc, char *str);
+void fdasd_reuse_vtoc(fdasd_anchor_t *anc);
 
 #endif /* FDASD_H */
--- a/libparted/labels/fdasd.c
+++ b/libparted/labels/fdasd.c
@@ -1247,4 +1247,127 @@ fdasd_add_partition (fdasd_anchor_t *anc
return p;
 }
 
+/*
+ * Check for 

commit autofs for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2017-05-04 08:54:24

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


Package is "autofs"

Thu May  4 08:54:24 2017 rev:109 rq:491897 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2016-03-29 
09:55:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2017-05-04 
08:54:51.157175786 +0200
@@ -1,0 +2,15 @@
+Thu Apr  6 11:23:41 UTC 2017 - astie...@suse.com
+
+- remove rpmlintrc, review was boo#782691
+
+---
+Wed Aug 10 13:10:50 UTC 2016 - je...@suse.com
+
+- Fix spurious ELOOP on certain kinds of failures (bsc#968918):
+  * autofs: fix yp map age not updated in s/_/./g case
+  * autofs: properly handle errors in lookup_nss_mount
+  * Added patches:
+autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch
+autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
+
+---

Old:

  autofs-rpmlintrc

New:

  autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
  autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.vYsRYJ/_old  2017-05-04 08:54:52.157034777 +0200
+++ /var/tmp/diff_new_pack.vYsRYJ/_new  2017-05-04 08:54:52.161034212 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package autofs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -76,11 +76,14 @@
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
 Source42:   org.freedesktop.AutoMount.conf
-Source100:  autofs-rpmlintrc
 # PATCH-FIX-UPSTREAM autofs-task-use-after-free.patch [bnc#727392]
 Patch82:autofs-5.1.1-task-use-after-free.patch
 # PATCH-FIX-UPSTREAM 
autofs-improve-scalability-of-direct-mount-path-comp.patch [bsc#966573]
 Patch83:autofs-improve-scalability-of-direct-mount-path-comp.patch
+# PATCH-FIX-UPSTREAM 
autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch (bsc#968918)
+Patch84:autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch
+# PATCH-FIX-UPSTREAM 
autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch (bsc#968918)
+Patch85:autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
 # PATCH-FIX-OPENSUSE autofs-suse-auto_master_default.patch
 Patch100:   autofs-5.1.1-suse-auto_master_default.patch
 # PATCH-FIX-OPENSUSE autofs-debuginfo-fix.patch
@@ -114,6 +117,8 @@
 #
 %patch82 -p1
 %patch83 -p1
+%patch84 -p1
+%patch85 -p1
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1

++ autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch ++
From: Jeff Mahoney 
Date: Thu, 5 May 2016 17:38:13 +0800
Subject: autofs-5.1.1 - fix yp map age not updated during map lookup
Patch-mainline: 5.1.2
Git-commit: 11fafab0bd1cc7682c55a7898f0e3652997fd3c5

The map source age field should be updated when we retry
the yp map lookup using dots instead of underscores.

Rather than just open code the exit path, just reverse the logic for
returning success so we only have one success path for both cases.

Signed-off-by: Jeff Mahoney 
Signed-off-by: Ian Kent 
---

 modules/lookup_yp.c |   17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/modules/lookup_yp.c b/modules/lookup_yp.c
index eda2aba..502d850 100644
--- a/modules/lookup_yp.c
+++ b/modules/lookup_yp.c
@@ -431,17 +431,16 @@ int lookup_read_map(struct autofs_point *ap, time_t age, 
void *context)
err = yp_all((char *) ctxt->domainname, mapname, );
}
 
-   if (err == YPERR_SUCCESS)
-   return NSS_STATUS_SUCCESS;
+   if (err != YPERR_SUCCESS) {
+   warn(ap->logopt,
+MODPREFIX "read of map %s failed: %s",
+ap->path, yperr_string(err));
 
-   warn(ap->logopt,
-MODPREFIX "read of map %s failed: %s",
-ap->path, yperr_string(err));
+   if (err == YPERR_PMAP || err == YPERR_YPSERV)
+   return NSS_STATUS_UNAVAIL;
 
-   if (err == YPERR_PMAP || err == YPERR_YPSERV)
-   return NSS_STATUS_UNAVAIL;
-
-   return 

commit libtorrent for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package libtorrent for openSUSE:Factory 
checked in at 2017-05-04 08:55:27

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


Package is "libtorrent"

Thu May  4 08:55:27 2017 rev:9 rq:492585 version:0.13.6

Changes:

--- /work/SRC/openSUSE:Factory/libtorrent/libtorrent.changes2015-11-18 
22:34:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtorrent.new/libtorrent.changes   
2017-05-04 08:55:28.579898073 +0200
@@ -1,0 +2,5 @@
+Wed May  3 08:37:07 UTC 2017 - jeng...@inai.de
+
+- Add cppunit.diff to support newer cppunit
+
+---

New:

  cppunit.diff



Other differences:
--
++ libtorrent.spec ++
--- /var/tmp/diff_new_pack.XhNlA0/_old  2017-05-04 08:55:29.423779060 +0200
+++ /var/tmp/diff_new_pack.XhNlA0/_new  2017-05-04 08:55:29.427778496 +0200
@@ -28,6 +28,7 @@
 
 #Git-Clone:git://github.com/rakshasa/libtorrent
 Source: https://github.com/rakshasa/libtorrent/archive/%version.tar.gz
+Patch1: cppunit.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 export CFLAGS="%optflags -fno-strict-aliasing"

++ cppunit.diff ++
From: Jan Engelhardt 
Date: 2017-05-03 10:29:41.992264417 +0200
Subject: build: resolve autogen.sh failure with cppunit 1.14

configure.ac:22: warning: macro 'AM_PATH_CPPUNIT' not found in library
---
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: libtorrent-0.13.6/configure.ac
===
--- libtorrent-0.13.6.orig/configure.ac
+++ libtorrent-0.13.6/configure.ac
@@ -19,7 +19,7 @@ AC_SUBST(LIBTORRENT_INTERFACE_VERSION_NO
 
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADERS(config.h)
-AM_PATH_CPPUNIT(1.9.6)
+PKG_CHECK_MODULES([CPPUNIT], [cppunit >= 1.9.6])
 
 AC_PROG_CXX
 



commit libvirt for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2017-05-04 08:54:10

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


Package is "libvirt"

Thu May  4 08:54:10 2017 rev:227 rq:491888 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2017-04-20 
20:47:52.194095395 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2017-05-04 
08:54:47.389707110 +0200
@@ -1,0 +2,15 @@
+Fri Apr 28 03:30:51 UTC 2017 - jfeh...@suse.com
+
+- Update to libvirt 3.3.0 RC1
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches:
+ae102b5d7-qemu-fix-regression-when-hyperv-vendor_id-feature-is-used.patch
+  - Bug fixes:
+bsc#978121, bsc#1017017, bsc#1032863, bsc#1033117, bsc#1034024,
+bsc#1034146
+- libxl: add default controllers for USB devices
+  libxl-def-usbctrl.patch
+  bsc#1031056
+
+---

Old:

  ae102b5d7-qemu-fix-regression-when-hyperv-vendor_id-feature-is-used.patch
  libvirt-3.2.0.tar.xz
  libvirt-3.2.0.tar.xz.asc

New:

  libvirt-3.3.0.tar.xz
  libvirt-3.3.0.tar.xz.asc
  libxl-def-usbctrl.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.E6elBf/_old  2017-05-04 08:54:50.057330897 +0200
+++ /var/tmp/diff_new_pack.E6elBf/_new  2017-05-04 08:54:50.061330333 +0200
@@ -175,7 +175,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -317,10 +317,10 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
-Patch0: 
ae102b5d7-qemu-fix-regression-when-hyperv-vendor_id-feature-is-used.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
+Patch102:   libxl-def-usbctrl.patch
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
 Patch151:   blockcopy-check-dst-identical-device.patch
@@ -886,9 +886,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch100 -p1
 %patch101 -p1
+%patch102 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -1466,6 +1466,7 @@
 %doc %{_mandir}/man8/libvirtd.8*
 %doc %{_mandir}/man8/virtlogd.8*
 %doc %{_mandir}/man8/virtlockd.8*
+%doc %{_mandir}/man7/virkey*.7*
 %if %{with_apparmor}
 %dir %{_sysconfdir}/apparmor.d
 %dir %{_sysconfdir}/apparmor.d/abstractions

++ apparmor-fixes.patch ++
--- /var/tmp/diff_new_pack.E6elBf/_old  2017-05-04 08:54:50.133320180 +0200
+++ /var/tmp/diff_new_pack.E6elBf/_new  2017-05-04 08:54:50.133320180 +0200
@@ -1,7 +1,7 @@
-Index: libvirt-3.2.0/examples/apparmor/libvirt-qemu
+Index: libvirt-3.3.0/examples/apparmor/libvirt-qemu
 ===
 libvirt-3.2.0.orig/examples/apparmor/libvirt-qemu
-+++ libvirt-3.2.0/examples/apparmor/libvirt-qemu
+--- libvirt-3.3.0.orig/examples/apparmor/libvirt-qemu
 libvirt-3.3.0/examples/apparmor/libvirt-qemu
 @@ -146,6 +146,9 @@
# for restore
/{usr/,}bin/bash rmix,

++ apparmor-no-mount.patch ++
--- /var/tmp/diff_new_pack.E6elBf/_old  2017-05-04 08:54:50.145318487 +0200
+++ /var/tmp/diff_new_pack.E6elBf/_new  2017-05-04 08:54:50.149317924 +0200
@@ -1,7 +1,7 @@
-Index: libvirt-3.2.0/examples/apparmor/libvirt-lxc
+Index: libvirt-3.3.0/examples/apparmor/libvirt-lxc
 ===
 libvirt-3.2.0.orig/examples/apparmor/libvirt-lxc
-+++ libvirt-3.2.0/examples/apparmor/libvirt-lxc
+--- libvirt-3.3.0.orig/examples/apparmor/libvirt-lxc
 libvirt-3.3.0/examples/apparmor/libvirt-lxc
 @@ -2,39 +2,15 @@
  
#include 

++ blockcopy-check-dst-identical-device.patch ++
--- /var/tmp/diff_new_pack.E6elBf/_old  2017-05-04 08:54:50.181313412 +0200
+++ /var/tmp/diff_new_pack.E6elBf/_new  2017-05-04 08:54:50.181313412 +0200
@@ -11,11 +11,11 @@
  src/qemu/qemu_driver.c | 7 +++
  1 file changed, 7 insertions(+)
 
-Index: libvirt-3.2.0/src/qemu/qemu_driver.c
+Index: libvirt-3.3.0/src/qemu/qemu_driver.c
 ===
 libvirt-3.2.0.orig/src/qemu/qemu_driver.c
-+++ libvirt-3.2.0/src/qemu/qemu_driver.c
-@@ -16554,6 +16554,15 @@ qemuDomainBlockCopyCommon(virDomainObjPt
+--- libvirt-3.3.0.orig/src/qemu/qemu_driver.c
 libvirt-3.3.0/src/qemu/qemu_driver.c
+@@ -16566,6 +16566,15 @@ qemuDomainBlockCopyCommon(virDomainObjPt
 _("non-file destination not 

commit xine-ui for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package xine-ui for openSUSE:Factory checked 
in at 2017-05-04 08:55:29

Comparing /work/SRC/openSUSE:Factory/xine-ui (Old)
 and  /work/SRC/openSUSE:Factory/.xine-ui.new (New)


Package is "xine-ui"

Thu May  4 08:55:29 2017 rev:35 rq:492603 version:0.99.9

Changes:

--- /work/SRC/openSUSE:Factory/xine-ui/xine-ui.changes  2017-04-24 
09:48:59.818148182 +0200
+++ /work/SRC/openSUSE:Factory/.xine-ui.new/xine-ui.changes 2017-05-04 
08:55:29.683742398 +0200
@@ -1,0 +2,6 @@
+Wed May  3 08:48:06 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to make build fully reproducible
+  by not having variations in mime type order in .desktop file
+
+---

New:

  reproducible.patch



Other differences:
--
++ xine-ui.spec ++
--- /var/tmp/diff_new_pack.2cpCEt/_old  2017-05-04 08:55:30.799585031 +0200
+++ /var/tmp/diff_new_pack.2cpCEt/_new  2017-05-04 08:55:30.803584466 +0200
@@ -55,6 +55,8 @@
 #PATCH_FIX-OPENSUSE xine-ui-desktop.patch davejpla...@gmail.com - remove 
desktop file errors
 Patch1: xine-ui-desktop.patch
 Patch2: xine-ui-lirc.diff
+#PATCH-FIX-UPSTREAM reproducible.patch 
https://sourceforge.net/p/xine/xine-ui/merge-requests/2/
+Patch3: reproducible.patch
 Patch22:xine-ui-rpmlintrc.diff
 # *** SUSE only changes
 Patch50:xine-ui-crippled-LOCAL.diff
@@ -83,6 +85,7 @@
 %patch50 -p1
 %patch60
 %patch1
+%patch3 -p1
 install -m 0644 %SOURCE1 misc/splash-default/xine-ui_logo.png
 install -m 0644 %SOURCE2 misc/splash-default/xine-ui_logo-crippled.png
 %ifarch x86_64

++ reproducible.patch ++
Index: xine-ui-0.99.9/misc/desktops/Makefile.am
===
--- xine-ui-0.99.9.orig/misc/desktops/Makefile.am
+++ xine-ui-0.99.9/misc/desktops/Makefile.am
@@ -31,7 +31,7 @@ desktop_DATA = xine.desktop
 if XINE_LIST
 xine.desktop: xine.desktop.in @XINE_LIST@
$(AM_V_GEN)exec > $@; cat $<; \
-   @XINE_LIST@; \
+   @XINE_LIST@ | $(AM_V_at)perl -ne 'print join(";",sort(split(";")))' \
awk '{ printf "%s;", $$1 }' < $(srcdir)/mime.extra
 else
 XINE_MIME = $(if $(shell test "$(XINE_CONFIG)" = '' && echo y),$(shell 
pkg-config --variable=plugindir libxine),$(shell $(XINE_CONFIG) 
--plugindir))/mime.types
Index: xine-ui-0.99.9/misc/desktops/Makefile.in
===
--- xine-ui-0.99.9.orig/misc/desktops/Makefile.in
+++ xine-ui-0.99.9/misc/desktops/Makefile.in
@@ -697,7 +697,7 @@ V ?= $(GNU_VERBOSITY)
 
 @XINE_LIST_TRUE@xine.desktop: xine.desktop.in @XINE_LIST@
 @XINE_LIST_TRUE@   $(AM_V_GEN)exec > $@; cat $<; \
-@XINE_LIST_TRUE@   @XINE_LIST@; \
+@XINE_LIST_TRUE@   @XINE_LIST@ | $(AM_V_at)perl -ne 'print 
join(";",sort(split(";")))' \
 @XINE_LIST_TRUE@   awk '{ printf "%s;", $$1 }' < $(srcdir)/mime.extra
 @XINE_LIST_FALSE@xine.desktop: xine.desktop.in $(MIME) $(srcdir)/mime.extra
 @XINE_LIST_FALSE@  $(AM_V_GEN)exec > $@; \





commit swftools for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package swftools for openSUSE:Factory 
checked in at 2017-05-04 08:55:25

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


Package is "swftools"

Thu May  4 08:55:25 2017 rev:4 rq:492426 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/swftools/swftools.changes2015-01-30 
17:50:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.swftools.new/swftools.changes   2017-05-04 
08:55:27.028116920 +0200
@@ -1,0 +2,7 @@
+Tue May  2 09:42:53 UTC 2017 - jeng...@inai.de
+
+- Add 0001-Fix-an-integer-overflow-issue-in-png.c.patch,
+  0001-Fix-an-off-by-one-error-in-png.c.patch
+  [CVE-2017-8400, boo#1037050], [CVE-2017-8401, boo#1037051]
+
+---

New:

  0001-Fix-an-integer-overflow-issue-in-png.c.patch
  0001-Fix-an-off-by-one-error-in-png.c.patch



Other differences:
--
++ swftools.spec ++
--- /var/tmp/diff_new_pack.XTuYEo/_old  2017-05-04 08:55:27.911992268 +0200
+++ /var/tmp/diff_new_pack.XTuYEo/_new  2017-05-04 08:55:27.915991704 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swftools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -30,6 +30,8 @@
 Patch1: %name-make-destdir.patch
 Patch2: %name-makefile-install.diff
 Patch3: 0001-build-support-for-giflib-5.x.patch
+Patch4: 0001-Fix-an-integer-overflow-issue-in-png.c.patch
+Patch5: 0001-Fix-an-off-by-one-error-in-png.c.patch
 BuildRequires:  fftw3-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -52,7 +54,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
 
 %build
 %configure --disable-warnings

++ 0001-Fix-an-integer-overflow-issue-in-png.c.patch ++
>From 7139f3cf7c8bc576bea1dbd07c58ce1ad92b774a Mon Sep 17 00:00:00 2001
From: Matthias Kramm 
Date: Wed, 26 Apr 2017 09:02:20 -0700
Subject: [PATCH] Fix an integer overflow issue in png.c

This aims to fix https://github.com/matthiaskramm/swftools/issues/13
---
 lib/png.c | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lib/png.c b/lib/png.c
index 66eebb44..44a4b425 100644
--- a/lib/png.c
+++ b/lib/png.c
@@ -575,8 +575,12 @@ EXPORT int png_load(const char*sname, unsigned*destwidth, 
unsigned*destheight, u
 
 *destwidth = header.width;
 *destheight = header.height;
-   
-data2 = (unsigned char*)malloc(header.width*header.height*4);
+
+unsigned long long alloclen_64 = (unsigned long long)header.width * 
header.height * 4;
+if (alloclen_64 > 0xl) {
+return 0;
+}
+data2 = (unsigned char*)malloc((size_t)alloclen_64);
 
 if(header.mode == 4)
 {
-- 
2.12.2

++ 0001-Fix-an-off-by-one-error-in-png.c.patch ++
>From 392fb1f3cd9a5b167787c551615c651c3f5326f2 Mon Sep 17 00:00:00 2001
From: Matthias Kramm 
Date: Wed, 26 Apr 2017 09:08:44 -0700
Subject: [PATCH] Fix an off-by-one error in png.c

This aims to fix https://github.com/matthiaskramm/swftools/issues/14
---
 lib/png.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/png.c b/lib/png.c
index 44a4b425..4bf29585 100644
--- a/lib/png.c
+++ b/lib/png.c
@@ -499,7 +499,7 @@ EXPORT int png_load(const char*sname, unsigned*destwidth, 
unsigned*destheight, u
return 0;
 }
 
-unsigned long long imagedatalen_64 = ((unsigned long long)header.width + 
1) * header.height * bypp;
+unsigned long long imagedatalen_64 = ((unsigned long long)header.width + 
1) * header.height * bypp + 1;
 if(imagedatalen_64 > 0x)
return 0;
 unsigned long imagedatalen = (unsigned long)imagedatalen_64;
-- 
2.12.2




commit open-iscsi for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2017-05-04 08:54:42

Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and  /work/SRC/openSUSE:Factory/.open-iscsi.new (New)


Package is "open-iscsi"

Thu May  4 08:54:42 2017 rev:61 rq:491994 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes2017-04-25 
08:58:12.798876701 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes   
2017-05-04 08:54:53.016913508 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 23:13:20 UTC 2017 - ldun...@suse.com
+
+- Added support for qedi ping (bsc#1036238)
+
+---



Other differences:
--
++ open-iscsi-SUSE-latest.diff.bz2 ++
--- /var/tmp/diff_new_pack.5irFAy/_old  2017-05-04 08:54:53.724813673 +0200
+++ /var/tmp/diff_new_pack.5irFAy/_new  2017-05-04 08:54:53.736811981 +0200
@@ -2889,10 +2889,10 @@
  rm -rf $DESTDIR
  if [ "$TMPDIR" ] ; then
 diff --git a/rpm/open-iscsi.changes b/rpm/open-iscsi.changes
-index 65f4171e0bae..cdb713f7f2e5 100644
+index 65f4171e0bae..ba7ae654ab0a 100644
 --- a/rpm/open-iscsi.changes
 +++ b/rpm/open-iscsi.changes
-@@ -1,173 +1,264 @@
+@@ -1,173 +1,269 @@
  ---
 -Thu Nov 17 01:48:22 UTC 2016 - ldun...@suse.com
 -
@@ -3040,6 +3040,11 @@
 -
 
 -Tue Nov 25 11:43:03 PST 2014 - ldun...@suse.com
++Fri Apr 28 23:13:20 UTC 2017 - ldun...@suse.com
++
++- Added support for qedi ping (bsc#1036238)
++
++---
 +Mon Apr 24 15:37:32 UTC 2017 - ldun...@suse.com
 +
 +- Fixed coredump when printing session information (bsc#1035236),
@@ -3312,7 +3317,7 @@
  
  ---
  Tue Jul  8 16:27:39 CEST 2014 - h...@suse.de
-@@ -203,13 +294,13 @@ Wed May 28 15:26:29 CEST 2014 - h...@suse.de
+@@ -203,13 +299,13 @@ Wed May 28 15:26:29 CEST 2014 - h...@suse.de
  Fri May 2 15:07:14 2014 +0200 - h...@suse.de
  
  - iscsi_offload: do not print error messages for be2iscsi
@@ -3329,7 +3334,7 @@
  
  - Added two not-yet-upstream patches for iscsiuio/systemd activation
from Chris Leech (bnc#869567):
-@@ -218,67 +309,73 @@ Mon Apr 28 11:00:03 PDT 2014 - ldun...@suse.com
+@@ -218,67 +314,73 @@ Mon Apr 28 11:00:03 PDT 2014 - ldun...@suse.com
Updated spec file to handle install/package of new files.
  
  ---
@@ -4314,10 +4319,10 @@
  
  #endif
 diff --git a/usr/transport.c b/usr/transport.c
-index 18b770464608..533ba30a8846 100644
+index 18b770464608..3b7a00a2245e 100644
 --- a/usr/transport.c
 +++ b/usr/transport.c
-@@ -114,6 +114,18 @@ struct iscsi_transport_template ocs = {
+@@ -114,6 +114,19 @@ struct iscsi_transport_template ocs = {
.ep_disconnect  = ktransport_ep_disconnect,
  };
  
@@ -4331,12 +4336,13 @@
 +  .ep_poll= ktransport_ep_poll,
 +  .ep_disconnect  = ktransport_ep_disconnect,
 +  .set_net_config = uip_broadcast_params,
++  .exec_ping  = uip_broadcast_ping_req,
 +};
 +
  static struct iscsi_transport_template *iscsi_transport_templates[] = {
_tcp,
_iser,
-@@ -123,6 +135,7 @@ static struct iscsi_transport_template 
*iscsi_transport_templates[] = {
+@@ -123,6 +136,7 @@ static struct iscsi_transport_template 
*iscsi_transport_templates[] = {
,
,
,




commit linuxrc for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2017-05-04 08:53:25

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


Package is "linuxrc"

Thu May  4 08:53:25 2017 rev:239 rq:491834 version:5.0.102

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2017-04-18 
13:47:35.590292251 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2017-05-04 
08:53:34.415998534 +0200
@@ -1,0 +2,15 @@
+Fri Apr 28 12:12:04 UTC 2017 - wfe...@opensuse.org
+
+- read license.tar.gz from repomd repositories (fate#322286)
+- merge gh#openSUSE/linuxrc#139
+- some small fixes
+- 5.0.102
+
+
+Tue Apr 25 14:22:17 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/linuxrc#138
+- enhance linuxrc documentation
+- 5.0.101
+
+

Old:

  linuxrc-5.0.100.tar.xz

New:

  linuxrc-5.0.102.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.aWtjIL/_old  2017-05-04 08:53:37.323588480 +0200
+++ /var/tmp/diff_new_pack.aWtjIL/_new  2017-05-04 08:53:37.327587916 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   linuxrc
-Version:5.0.100
+Version:5.0.102
 Release:0
 Summary:SUSE Installation Program
 License:GPL-3.0+
@@ -49,6 +49,6 @@
 %{_sbindir}/linuxrc
 %{_bindir}/mkpsfu
 %{_datadir}/linuxrc
-%doc COPYING *.html *.md *.txt
+%doc COPYING *.html *.md *.txt *.png
 
 %changelog

++ linuxrc-5.0.100.tar.xz -> linuxrc-5.0.102.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.100/README.md 
new/linuxrc-5.0.102/README.md
--- old/linuxrc-5.0.100/README.md   2017-04-13 11:39:07.0 +0200
+++ new/linuxrc-5.0.102/README.md   2017-04-28 14:12:04.0 +0200
@@ -1,10 +1,57 @@
-This is the early part of the SUSE installation process, before
-[YaST](https://en.opensuse.org/Portal:YaST) runs.
+# linuxrc
 
-See .
+linuxrc is run as the first part of the SUSE installation process, right
+after the linux kernel has been loaded - before
+the installer [YaST](https://en.opensuse.org/Portal:YaST) runs.
 
-## Requirements
-Building linuxrc will require some additional dependencies.
+Its task is to setup the installation environment, download the installer 
YaST, and start the installation.
+Normally it does everything automatically and you don't see anything of 
linuxrc except for some status messages.
+
+But there is also a manual mode where it presents you with a set of menus to 
setup the installation environment
+and start the installation.
+
+You can activate this mode by booting with the boot option `manual=1`.
+
+There are actually two variants. One is a curses-like interface that looks 
like this:
+
+![linuxrc screenshot](linuxrc.png)
+
+The other is much simpler for line-oriented terminals. It is enabled with the 
option `linemode=1` and looks like this:
+
+```
+>>> linuxrc 5.0.99 (Kernel 4.10.8-1-default) <<<
+
+Main Menu
+
+0) <-- Back <--
+1) Start Installation  
+2) Settings   
+3) Expert
+4) Exit or Reboot
+
+> 1
+
+Start Installation
+
+0) <-- Back <--
+1) Installation  
+2) Upgrade
+3) Rescue System 
+4) Boot Installed System 
+5) Network Setup 
+
+> 
+```
+
+Both variants are functionally identical. You can use the one that suits you 
best,
+
+As you've noticed, linuxrc can be controlled using a number of boot options. 
Quite a big number, actually.
+
+In fact, linuxrc's functionality is fully covered by boot options. See 
[SBD:Linuxrc](https://en.opensuse.org/SDB:Linuxrc)
+for reference.
+
+## Build Requirements
+Compiling linuxrc will require some additional dependencies.
 
 For example on openSUSE/SUSE distributions run:
 ```sh
@@ -12,29 +59,64 @@
 ```
 ## Debugging
 
-### Run on Installed System
-Linuxrc can run on installed system. It runs in testmode that make debugging 
easier.
-Parameters are passed as common parametrs like: `linuxrc linemode=0 manual=1 
linuxrc.debug=1`
+### Running on a normal system
+
+Linuxrc can be run on a normal system. It detects this and runs in a test 
mode, trying not to disrupt your system too much.
+For instance, it will not configure your network and be very careful not to 
take over your system in any way..
 
-### Useful Shortcuts
+This also means you cannot test everything this way (for example the network 
setup code).
 
-* ctrl+c then 'q' - exit linuxrc
+When you run linuxrc on a normal 

commit hwinfo for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2017-05-04 08:53:37

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


Package is "hwinfo"

Thu May  4 08:53:37 2017 rev:151 rq:491863 version:21.40

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2017-04-11 
09:30:15.583395646 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2017-05-04 
08:53:41.239036288 +0200
@@ -0,0 +1,8 @@
+
+Wed Apr 26 13:57:45 UTC 2017 - wfe...@opensuse.org
+
+- enhance documentation
+- merge gh#openSUSE/hwinfo#45
+- small doc changes
+- 21.40
+

Old:

  hwinfo-21.39.tar.xz

New:

  hwinfo-21.40.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.FMnDsn/_old  2017-05-04 08:53:41.858948863 +0200
+++ /var/tmp/diff_new_pack.FMnDsn/_new  2017-05-04 08:53:41.862948299 +0200
@@ -32,11 +32,11 @@
 Obsoletes:  libhd
 PreReq: /sbin/ldconfig
 Summary:Hardware Library
+# Until migration to github this should be correct url
 License:GPL-2.0+
 Group:  Hardware/Other
-# Until migration to github this should be correct url
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.39
+Version:21.40
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ hwinfo-21.39.tar.xz -> hwinfo-21.40.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.39/README-hwprobe.md 
new/hwinfo-21.40/README-hwprobe.md
--- old/hwinfo-21.39/README-hwprobe.md  2017-04-05 13:43:07.0 +0200
+++ new/hwinfo-21.40/README-hwprobe.md  2017-04-26 15:57:45.0 +0200
@@ -17,6 +17,10 @@
 * `hwprobe=-isapnp` - *never* do any isapnp probing
 * `hwprobe=-braille,-modem` - don't look for braille displays & modems
 
+The list of supported flags varies from version to version. To get a list of
+the actual set of probing flags, call `hwinfo -all` (**Not** `--all`!) and 
look at the top of
+the log (it lists all probing flags with their respective status there).
+
 ## Adding/removing hardware from results
 
 `hwprobe` allows you to add and remove hardware from the probing results. In
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.39/README.md new/hwinfo-21.40/README.md
--- old/hwinfo-21.39/README.md  2017-04-05 13:43:07.0 +0200
+++ new/hwinfo-21.40/README.md  2017-04-26 15:57:45.0 +0200
@@ -1,21 +1,117 @@
 # hwinfo
 
-## About hwinfo
+## Overview
 
-_hwinfo_ is used to probe for the hardware present in the system. It can be
+hwinfo/libhd are used to probe for the hardware present in the system. It can 
be
 used to generate a system overview log which can be later used for support.
 
-For general usage instructions, see `hwinfo` manual page. Additional 
documentation
-about [legacy 
features](https://github.com/openSUSE/hwinfo/blob/master/README-legacy.md)
-and [hwprobe environment 
variable](https://github.com/openSUSE/hwinfo/blob/master/README-hwprobe.md)
-is available in this repository.
+This project provides a hardware probing library `libhd.so` and a command line 
tool `hwinfo` using it.
+A major project using this library is [YaST](https://yast.github.io), the SUSE 
installation tool.
+
+To give you an idea what kind of information it provides, here's the output it 
gives when asked about the graphcs card:
+
+```sh
+# hwinfo --gfxcard
+27: PCI 200.0: 0300 VGA compatible controller (VGA)
+  [Created at pci.378]
+  Unique ID: B35A.G9ppNwS+xM4
+  Parent ID: _Znp.nMBktMhAWbC
+  SysFS ID: /devices/pci:00/:00:02.0/:02:00.0
+  SysFS BusID: :02:00.0
+  Hardware Class: graphics card
+  Model: "nVidia GF119 [NVS 310]"
+  Vendor: pci 0x10de "nVidia Corporation"
+  Device: pci 0x107d "GF119 [NVS 310]"
+  SubVendor: pci 0x10de "nVidia Corporation"
+  SubDevice: pci 0x094e
+  Revision: 0xa1
+  Driver: "nvidia"
+  Driver Modules: "nvidia"
+  Memory Range: 0xfa00-0xfaff (rw,non-prefetchable)
+  Memory Range: 0xf000-0xf7ff (ro,non-prefetchable)
+  Memory Range: 0xf800-0xf9ff (ro,non-prefetchable)
+  I/O Ports: 0xe000-0xefff (rw)
+  Memory Range: 0xfb00-0xfb07 (ro,non-prefetchable,disabled)
+  IRQ: 82 (3241635 events)
+  I/O Ports: 0x3c0-0x3df (rw)
+  Module Alias: "pci:v10DEd107Dsv10DEsd094Ebc03sc00i00"
+  Driver Info #0:
+Driver Status: nouveau is not active
+Driver Activation Cmd: "modprobe nouveau"
+  Driver Info #1:
+Driver Status: nvidia is active
+Driver 

commit vim for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2017-05-04 08:52:56

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


Package is "vim"

Thu May  4 08:52:56 2017 rev:191 rq:491803 version:8.0.566

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2017-04-25 08:57:53.825559509 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2017-05-04 
08:53:03.972291974 +0200
@@ -1,0 +2,11 @@
+Fri Apr 28 10:58:31 UTC 2017 - wer...@suse.de
+
+- Extend vimrc with mappings for  8-bit controls key escape sequences
+
+---
+Thu Apr 27 12:59:53 UTC 2017 - idon...@suse.com
+
+- Conflict with old vim versions to fix the upgrade from 12.3
+  boo#1036583
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.TyOU7Z/_old  2017-05-04 08:53:05.560068052 +0200
+++ /var/tmp/diff_new_pack.TyOU7Z/_new  2017-05-04 08:53:05.564067488 +0200
@@ -90,6 +90,7 @@
 Obsoletes:  vim-enhanced < %{version}-%{release}
 Obsoletes:  vim-python < %{version}-%{release}
 Provides:   vim_client
+Conflicts:  vim < 8.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?libperl_requires}
 %if 0%{?suse_version} > 1200
@@ -105,8 +106,8 @@
 
 %package data
 Summary:Vi IMproved
-# Used to be in vim-plugins package
 Group:  Productivity/Editors/Vi
+# Used to be in vim-plugins package
 Obsoletes:  vim-plugin-matchit <= 1.13.2
 Provides:   vim-plugin-matchit = 1.13.2
 BuildArch:  noarch
@@ -128,6 +129,7 @@
 Provides:   gvim_client
 Provides:   vi
 Provides:   vim_client
+Conflicts:  gvim < 8.0
 
 %description -n gvim
 Package gvim contains the largest set of features of vim, which is


++ suse.vimrc ++
--- /var/tmp/diff_new_pack.TyOU7Z/_old  2017-05-04 08:53:05.764039287 +0200
+++ /var/tmp/diff_new_pack.TyOU7Z/_new  2017-05-04 08:53:05.768038722 +0200
@@ -2,7 +2,7 @@
 " author: Klaus Franken 
 " author: Werner Fink    
 " author: Florian La Roche   
-" version: 06/11/2011
+" version: 2017/04/28
 " commented lines start with `"'
 
 function! SKEL_spec()
@@ -110,6 +110,24 @@
 map! Os  3
 map! Op  0
 map! On  .
+" 8bit control characters
+map! o  :
+map! j  *
+map! m  -
+map! k  +
+map! l  ,
+map! M  
+map! w  7
+map! x  8
+map! y  9
+map! t  4
+map! u  5
+map! v  6
+map! q  1
+map! r  2
+map! s  3
+map! p  0
+map! n  .
 " keys in normal mode
 map Oo  :
 map Oj  *
@@ -128,6 +146,24 @@
 map Os  3
 map Op  0
 map On  .
+" 8bit control characters
+map o  :
+map j  *
+map m  -
+map k  +
+map l  ,
+map M  
+map w  7
+map x  8
+map y  9
+map t  4
+map u  5
+map v  6
+map q  1
+map r  2
+map s  3
+map p  0
+map n  .
 endif
 
 " xterm but without activated keyboard transmit mode
@@ -136,6 +172,8 @@
 " keys in insert/command mode.
 map! [H  
 map! [F  
+map! H  
+map! F  
 " Home/End: older xterms do not fit termcap/terminfo.
 map! [1~ 
 map! [4~ 
@@ -144,11 +182,22 @@
 map! [B  
 map! [C  
 map! [D  
+" 8bit control characters
+map! A  
+map! B  
+map! C  
+map! D  
+map! 5~ 
+map! 6~ 
+map! 2~ 
+map! 3~ 
 " KP_5 (NumLock off)
 map! [E  
 " keys in normal mode
 map [H  0
 map [F  $
+map H  0
+map F  $
 " Home/End: older xterms do not fit termcap/terminfo.
 map [1~ 0
 map [4~ $
@@ -157,8 +206,18 @@
 map [B  j
 map [C  l
 map [D  h
+" 8bit control characters
+map A  k
+map B  j
+map C  l
+map D  h
+map 5~ 
+map 6~ 
+map 2~ 
+map 3~ 
 " KP_5 (NumLock off)
 map [E  i
+map E  i
 endif
 
 " xterm/kvt but with activated keyboard transmit mode.




commit tcsh for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package tcsh for openSUSE:Factory checked in 
at 2017-05-04 08:52:47

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


Package is "tcsh"

Thu May  4 08:52:47 2017 rev:61 rq:491781 version:6.20.00

Changes:

--- /work/SRC/openSUSE:Factory/tcsh/tcsh.changes2017-02-03 
20:03:05.291415059 +0100
+++ /work/SRC/openSUSE:Factory/.tcsh.new/tcsh.changes   2017-05-04 
08:52:50.786151598 +0200
@@ -1,0 +2,7 @@
+Fri Apr 28 08:11:47 UTC 2017 - wer...@suse.de
+
+- Add patch tcsh-6.20.00-8bit-cmdkeys.patch
+  Do not convert current used control bytes into wide characters 
+- Extend bindkey.tcsh with 8-bit controls key escape sequences
+
+---

New:

  tcsh-6.20.00-8bit-cmdkeys.patch



Other differences:
--
++ tcsh.spec ++
--- /var/tmp/diff_new_pack.8sNpzr/_old  2017-05-04 08:52:52.769871836 +0200
+++ /var/tmp/diff_new_pack.8sNpzr/_new  2017-05-04 08:52:52.773871272 +0200
@@ -41,6 +41,8 @@
 Patch12:tcsh-6.20-rmstar.patch
 # PATCH-FIX-COMUNITY fix updating pointers to a reallocated buffer of linked 
list elements
 Patch13:tcsh-6.20-ptr-update.patch
+# PATCH-FIX-SUSE Do not convert current used control bytes into wide characters
+Patch14:tcsh-6.20.00-8bit-cmdkeys.patch
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel
@@ -71,6 +73,7 @@
 %patch11 -b .histlckord
 %patch12 -p1 -b .rmstar
 %patch13 -p0 -b .ptrbuf
+%patch14 -p0 -b .8bit
 %patch0 -b .0
 
 %build

++ bindkey.tcsh ++
--- /var/tmp/diff_new_pack.8sNpzr/_old  2017-05-04 08:52:52.821864504 +0200
+++ /var/tmp/diff_new_pack.8sNpzr/_new  2017-05-04 08:52:52.821864504 +0200
@@ -31,6 +31,19 @@
 bindkey"^[[4~" end-of-line
 bindkey"^[[5~" history-search-backward
 bindkey"^[[6~" history-search-forward
+bindkey"^M[1~" beginning-of-line
+bindkey"^M[2~" yank
+bindkey"^M[3~" delete-char
+bindkey"^M[4~" end-of-line
+bindkey"^M[5~" history-search-backward
+bindkey"^M[6~" history-search-forward
+bindkey -r "\233"
+bindkey"\2331~"beginning-of-line
+bindkey"\2332~"yank
+bindkey"\2333~"delete-char
+bindkey"\2334~"end-of-line
+bindkey"\2335~"history-search-backward
+bindkey"\2336~"history-search-forward
 if ( "$TERM" == "xterm" ) then
bindkey"^[[2;2~"yank
bindkey"^[[3;2~"delete-char
@@ -65,6 +78,45 @@
 bindkey"^[[D"  backward-char
 bindkey"^[[A"  up-history
 bindkey"^[[B"  down-history
+bindkey -r "\217"
+bindkey"\217C" forward-char
+bindkey"\217D" backward-char
+bindkey"\217A" up-history
+bindkey"\217B" down-history
+bindkey"\233C" forward-char
+bindkey"\233D" backward-char
+bindkey"\233A" up-history
+bindkey"\233B" down-history
+#
+# Cursor keys in keypad mode
+#
+bindkey"^C[OC" forward-char
+bindkey"^C[OD" backward-char
+bindkey"^C[OA" up-history
+bindkey"^C[OB" down-history
+#
+# Cursor keys in ANSI mode
+#
+bindkey"^C[[C" forward-char
+bindkey"^C[[D" backward-char
+bindkey"^C[[A" up-history
+bindkey"^C[[B" down-history
+#
+# Cursor keys in 8 bit keypad mode
+#
+bindkey"^C^MOC"forward-char
+bindkey"^C^MOD"backward-char
+bindkey"^C^MOA"up-history
+bindkey"^C^MOB"down-history
+#
+# Cursor keys in 8 bit ANSI mode
+#
+bindkey"^C^M[C"forward-char
+bindkey"^C^M[D"backward-char
+bindkey"^C^M[A"up-history
+bindkey"^C^M[B"down-history
+bindkey"^C^[[D"backward-char
+#
 if ( "$TERM" == "xterm" ) then
bindkey -c "^[[E"   "source /etc/csh.cshrc"
bindkey -c "^[[1;2E""source /etc/csh.cshrc"
@@ -110,6 +162,43 @@
bindkey"^[[1;8D"backward-word
bindkey"^[[1;8A"history-search-backward
bindkey"^[[1;8B"history-search-forward
+
+   bindkey"\2332C" forward-word
+   bindkey"\2332D" backward-word
+   bindkey"\2332A" history-search-backward
+   bindkey"\2332B" history-search-forward
+   bindkey"\2331;2C"   forward-word
+   bindkey"\2331;2D"   backward-word
+   bindkey"\2331;2A"   

commit MozillaFirefox-branding-openSUSE for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2017-05-04 08:52:25

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


Package is "MozillaFirefox-branding-openSUSE"

Thu May  4 08:52:25 2017 rev:53 rq:491763 version:45

Changes:

--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2017-01-09 11:50:19.216148789 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new/MozillaFirefox-branding-openSUSE.changes
   2017-05-04 08:52:38.387900105 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 06:28:06 UTC 2017 - w...@rosenauer.org
+
+- recognize Leap 42.3 (boo#1036679)
+
+---



Other differences:
--
++ MozillaFirefox-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.GrIr8j/_old  2017-05-04 08:52:39.143793503 +0200
+++ /var/tmp/diff_new_pack.GrIr8j/_new  2017-05-04 08:52:39.143793503 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox-branding-openSUSE
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -54,6 +54,10 @@
 %if %sle_version == 120200
 %global suseversion 42.2
 %endif
+%else
+%if %sle_version == 120300
+%global suseversion 42.3
+%endif
 %endif
 %global prjname Leap:%{suseversion}
 %else




commit rpmlint for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2017-05-04 08:53:12

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


Package is "rpmlint"

Thu May  4 08:53:12 2017 rev:270 rq:491831 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint-tests.changes2017-04-07 
13:52:47.079902710 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint-tests.changes   
2017-05-04 08:53:22.993609421 +0200
@@ -1,0 +2,12 @@
+Tue Apr 18 13:49:18 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version master:
+  * remote unused/outdated checks
+
+---
+Tue Apr 18 13:49:16 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87+git20170418.092177d:
+  * Remove initscript related tests, systemd FTW!
+
+---
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2017-04-07 
13:52:47.307870509 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2017-05-04 
08:53:23.437546813 +0200
@@ -0,0 +1,36 @@
+Fri Apr 28 14:07:50 CEST 2017 - mgerst...@suse.com
+
+- whitelisting backintime (bsc#1007723, bsc#1032717)
+
+---
+Wed Apr 19 13:21:58 UTC 2017 - krah...@suse.com
+
+- whitelisting thunderbolt (bsc#1033554) 
+
+---
+Tue Apr 18 13:49:18 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version master:
+  * remote unused/outdated checks
+
+---
+Tue Apr 18 13:49:16 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87+git20170418.092177d:
+  * Remove initscript related tests, systemd FTW!
+
+---
+Tue Apr 11 15:31:12 CEST 2017 - mgerst...@suse.com
+
+- Adding kwalletmanager5 (bsc#1033296)
+
+---
+Tue Apr 11 12:40:54 UTC 2017 - krah...@suse.com
+
+- Adding os-autoinst (bsc#1032649) 
+
+---
+Mon Apr 10 08:34:01 UTC 2017 - dmuel...@suse.com
+
+- remove CheckKDE4Deps, CheckInitScripts
+

Old:

  rpmlint-tests-84.87+git20170320.f92cea5.tar.xz

New:

  rpmlint-tests-84.87+git20170418.092177d.tar.xz



Other differences:
--
++ rpmlint-tests.spec ++
--- /var/tmp/diff_new_pack.V1YM9E/_old  2017-05-04 08:53:26.277146348 +0200
+++ /var/tmp/diff_new_pack.V1YM9E/_new  2017-05-04 08:53:26.277146348 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpmlint-mini
 
 Name:   rpmlint-tests
-Version:84.87+git20170320.f92cea5
+Version:84.87+git20170418.092177d
 Release:0
 Summary:rpmlint regression tests
 License:SUSE-Public-Domain

++ _servicedata ++
--- /var/tmp/diff_new_pack.V1YM9E/_old  2017-05-04 08:53:26.457120966 +0200
+++ /var/tmp/diff_new_pack.V1YM9E/_new  2017-05-04 08:53:26.457120966 +0200
@@ -1,6 +1,6 @@
 
 
 http://github.com/openSUSE/rpmlint-tests.git
-  f92cea5d87db040fb36a08ab1b58bce68ca4035d
+  092177d4fccb48dfb4164faddf11442b63249bff
 http://github.com/openSUSE/rpmlint-checks.git
-  95d3b0f320ed291184a382c3949602aef53e4f43
\ No newline at end of file
+  75f6bab936af24fc25dbac3ac1911f3b73c754b0
\ No newline at end of file

++ config ++
--- /var/tmp/diff_new_pack.V1YM9E/_old  2017-05-04 08:53:26.525111378 +0200
+++ /var/tmp/diff_new_pack.V1YM9E/_new  2017-05-04 08:53:26.525111378 +0200
@@ -1,5 +1,5 @@
 # -*- python -*-
-# vim: syntax=python sw=4 et
+# vim: syntax=python sw=4 ts=4 sts=4 et
 # Configuration for the rpmlint utility.
 # Loaded before ~/.rpmlintrc
 # $Id: config,v 1.39 2003/12/22 11:20:55 flepied Exp $
@@ -20,7 +20,6 @@
 addCheck("CheckExecDocs")
 addCheck("CheckPkgConfig")
 addCheck("CheckCommonFiles")
-addCheck("CheckInitScripts")
 addCheck("DuplicatesCheck")
 addCheck("LibraryPolicyCheck")
 addCheck("CheckIconSizes")
@@ -32,7 +31,6 @@
 addCheck("CheckDBUSServices")
 addCheck("CheckDBusPolicy")
 addCheck("CheckFilelist")
-addCheck("CheckKDE4Deps")
 addCheck("KMPPolicyCheck")
 addCheck("CheckUpdateAlternatives")
 addCheck("BashismsCheck")
@@ -657,7 +655,7 @@
 # mate dbus serice (bnc#831404)
 "org.mate.SettingsDaemon.DateTimeMechanism.service",
 "org.mate.SettingsDaemon.DateTimeMechanism.conf",
-# tuned DBUS service (bnc#787379)
+# tuned DBUS service (bnc#787379, bnc#1007279)
 "com.redhat.tuned.conf",
 "com.redhat.tuned.service",
 # 

commit MozillaFirefox for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2017-05-04 08:52:10

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


Package is "MozillaFirefox"

Thu May  4 08:52:10 2017 rev:252 rq:491715 version:52.1.0

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2017-04-11 09:29:00.114054225 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2017-05-04 08:52:14.183313640 +0200
@@ -1,0 +2,90 @@
+Wed Apr 12 21:43:16 UTC 2017 - w...@rosenauer.org
+
+- update to Firefox 52.1.0esr (boo#1035082)
+  MFSA 2017-12
+  * CVE-2017-5443 (bmo#1342661)
+Out-of-bounds write during BinHex decoding
+  * CVE-2017-5429 (bmo#1341096, bmo#1342823, bmo#1343261, bmo#1348894,
+ bmo#1348941, bmo#1349340, bmo#1350844, bmo#1352926, bmo#1353088)
+Memory safety bugs fixed in Firefox 53, Firefox ESR 45.9, and
+Firefox ESR 52.1
+  * CVE-2017-5464 (bmo#1347075)
+Memory corruption with accessibility and DOM manipulation
+  * CVE-2017-5465 (bmo#1347617)
+Out-of-bounds read in ConvolvePixel
+  * CVE-2017-5466 (bmo#1353975)
+Origin confusion when reloading isolated data:text/html URL
+  * CVE-2017-5467 (bmo#1347262)
+Memory corruption when drawing Skia content
+  * CVE-2017-5460 (bmo#1343642)
+Use-after-free in frame selection
+  * CVE-2017-5461 (bmo#1344380)
+Out-of-bounds write in Base64 encoding in NSS
+  * CVE-2017-5448 (bmo#1346648)
+Out-of-bounds write in ClearKeyDecryptor
+  * CVE-2017-5449 (bmo#1340127)
+Crash during bidirectional unicode manipulation with animation
+  * CVE-2017-5446 (bmo#1343505)
+Out-of-bounds read when HTTP/2 DATA frames are sent with incorrect data
+  * CVE-2017-5447 (bmo#1343552)
+Out-of-bounds read during glyph processing
+  * CVE-2017-5444 (bmo#1344461)
+Buffer overflow while parsing application/http-index-format content
+  * CVE-2017-5445 (bmo#1344467)
+Uninitialized values used while parsing application/http-index-format
+content
+  * CVE-2017-5442 (bmo#1347979)
+Use-after-free during style changes
+  * CVE-2017-5469 (bmo#1292534)
+Potential Buffer overflow in flex-generated code
+  * CVE-2017-5440 (bmo#1336832)
+Use-after-free in txExecutionState destructor during XSLT processing
+  * CVE-2017-5441 (bmo#1343795)
+Use-after-free with selection during scroll events
+  * CVE-2017-5439 (bmo#1336830)
+Use-after-free in nsTArray Length() during XSLT processing
+  * CVE-2017-5438 (bmo#1336828)
+Use-after-free in nsAutoPtr during XSLT processing
+  * CVE-2017-5437 (bmo#1343453)
+Vulnerabilities in Libevent library
+  * CVE-2017-5436 (bmo#1345461)
+Out-of-bounds write with malicious font in Graphite 2
+  * CVE-2017-5435 (bmo#1350683)
+Use-after-free during transaction processing in the editor
+  * CVE-2017-5434 (bmo#1349946)
+Use-after-free during focus handling
+  * CVE-2017-5433 (bmo#1347168)
+Use-after-free in SMIL animation functions
+  * CVE-2017-5432 (bmo#1346654)
+Use-after-free in text input selection
+  * CVE-2017-5430 (bmo#1329796, bmo#1337418, bmo#1339722, bmo#1340482,
+ bmo#1342101, bmo#1344081, bmo#1344305, bmo#1344686, bmo#1346140,
+ bmo#1346419, bmo#1348143, bmo#1349621, bmo#1349719, bmo#1353476)
+Memory safety bugs fixed in Firefox 53 and Firefox ESR 52.1
+  * CVE-2017-5459 (bmo#1333858)
+Buffer overflow in WebGL
+  * CVE-2017-5462 (bmo#1345089)
+DRBG flaw in NSS
+  * CVE-2017-5455 (bmo#1341191)
+Sandbox escape through internal feed reader APIs
+  * CVE-2017-5454 (bmo#1349276)
+Sandbox escape allowing file system read access through file
+picker
+  * CVE-2017-5456 (bmo#1344415)
+Sandbox escape allowing local file system access
+  * CVE-2017-5451 (bmo#1273537)
+Addressbar spoofing with onblur event
+- requires NSS 3.28.4
+- rebased patches
+
+---
+Mon Apr  3 06:28:34 UTC 2017 - w...@rosenauer.org
+
+- switch package to use ESR52 branch
+  * enables plugin support by default
+  * service workers are disabled by default
+  * push notifications are disabled by default
+  * WebAssembly (wasm) is disabled
+  * Less use of multiprocess architecture Electrolysis (e10s)
+
++---

Old:

  firefox-52.0.2-source.tar.xz
  l10n-52.0.2.tar.xz

New:

  firefox-52.1.0-source.tar.xz
  l10n-52.1.0.tar.xz



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.3NaALi/_old  2017-05-04 08:52:30.700984179 +0200
+++ /var/tmp/diff_new_pack.3NaALi/_new  2017-05-04 

commit libsolv for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2017-05-04 08:51:29

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


Package is "libsolv"

Thu May  4 08:51:29 2017 rev:54 rq:491630 version:0.6.27

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2017-02-18 
03:16:15.524421576 +0100
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2017-05-04 
08:51:31.233370791 +0200
@@ -1,0 +2,12 @@
+Tue Apr 25 14:11:05 CEST 2017 - m...@suse.de
+
+- change queue resize code to use adaptive chunk sizes
+- fix potential segfault in testcase_depstr [bnc#1036002]
+- fix performance issues with name = md5sum dependencies
+  [bnc#1035946]
+- improve "forcebest with uninstall" handling
+- make dirid handling more robust
+- build with libxml2 instead of libexpat
+- bump version to 0.6.27
+
+---

Old:

  libsolv-0.6.26.tar.bz2

New:

  libsolv-0.6.27.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.WIDv7Z/_old  2017-05-04 08:51:32.309219066 +0200
+++ /var/tmp/diff_new_pack.WIDv7Z/_new  2017-05-04 08:51:32.313218502 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsolv
-Version:0.6.26
+Version:0.6.27
 Release:0
 Url:https://github.com/openSUSE/libsolv
 Source: libsolv-%{version}.tar.bz2
@@ -38,21 +38,13 @@
 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 
600
 BuildRequires:  db-devel
 %endif
-%if 0%{?suse_version}
-%if 0%{?suse_version} < 1030
-BuildRequires:  expat
-%else
-BuildRequires:  libexpat-devel
-%endif
-%if 0%{?suse_version} < 1100
+BuildRequires:  libxml2-devel
+%if 0%{?suse_version} && 0%{?suse_version} < 1100
 BuildRequires:  graphviz
 %endif
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
-%else
-BuildRequires:  expat-devel
-%endif
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  rpm-devel
@@ -190,6 +182,7 @@
-DLIB=%{_lib} \
-DCMAKE_VERBOSE_MAKEFILE=TRUE \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+   -DWITH_LIBXML2=1 \
%{?with_enable_static:-DENABLE_STATIC=1} \
%{?with_disable_shared:-DDISABLE_SHARED=1} \
%{?with_perl_binding:-DENABLE_PERL=1} \

++ libsolv-0.6.26.tar.bz2 -> libsolv-0.6.27.tar.bz2 ++
 6534 lines of diff (skipped)




commit libzypp for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2017-05-04 08:51:35

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


Package is "libzypp"

Thu May  4 08:51:35 2017 rev:379 rq:491631 version:16.9.0

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2017-04-25 
08:56:48.742762203 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2017-05-04 
08:51:37.492488080 +0200
@@ -1,0 +2,7 @@
+Thu Apr 27 16:03:32 CEST 2017 - m...@suse.de
+
+- PoolQuery: Treat explicit queries for 'kind:name' correctly
+  (bsc#1035729)
+- version 16.9.0 (0)
+
+---

Old:

  libzypp-16.8.0.tar.bz2

New:

  libzypp-16.9.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.cOcGYn/_old  2017-05-04 08:51:38.524342560 +0200
+++ /var/tmp/diff_new_pack.cOcGYn/_new  2017-05-04 08:51:38.528341996 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:16.8.0
+Version:16.9.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-16.8.0.tar.bz2 -> libzypp-16.9.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.8.0/VERSION.cmake 
new/libzypp-16.9.0/VERSION.cmake
--- old/libzypp-16.8.0/VERSION.cmake2017-04-21 16:39:00.0 +0200
+++ new/libzypp-16.9.0/VERSION.cmake2017-04-27 16:06:07.0 +0200
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "16")
 SET(LIBZYPP_COMPATMINOR "0")
-SET(LIBZYPP_MINOR "8")
+SET(LIBZYPP_MINOR "9")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 16.8.0 (0)
+# LAST RELEASED: 16.9.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.8.0/package/libzypp.changes 
new/libzypp-16.9.0/package/libzypp.changes
--- old/libzypp-16.8.0/package/libzypp.changes  2017-04-21 16:39:00.0 
+0200
+++ new/libzypp-16.9.0/package/libzypp.changes  2017-04-27 16:06:07.0 
+0200
@@ -1,4 +1,11 @@
 ---
+Thu Apr 27 16:03:32 CEST 2017 - m...@suse.de
+
+- PoolQuery: Treat explicit queries for 'kind:name' correctly
+  (bsc#1035729)
+- version 16.9.0 (0)
+
+---
 Fri Apr 21 16:23:51 CEST 2017 - m...@suse.de
 
 - Add API to control resolver job to update all packages (FATE#320653)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.8.0/zypp/PoolQuery.cc 
new/libzypp-16.9.0/zypp/PoolQuery.cc
--- old/libzypp-16.8.0/zypp/PoolQuery.cc2016-11-29 11:31:52.0 
+0100
+++ new/libzypp-16.9.0/zypp/PoolQuery.cc2017-04-27 16:06:07.0 
+0200
@@ -179,6 +179,13 @@
  * match, it's also suitable for sub-structure (flexarray) inspection
  * (\see \ref sat::LookupAttr::iterator::solvAttrSubEntry).
  *
+ * (bsc#1035729) If SolvAttr::name searches for an explicit \c kind:name,
+ * this \c kind is stored in \ref kindPredicate and will overwrite any
+ * 'global' kind restriction applied via \ref PoolQuery::addKind. This
+ * task can't be passed off to a predicate, as \ref 
PoolQueryMatcher::isAMatch
+ * must accept only explicit-kind-checking predicate matches, in case the
+ * 'global' kind restriction woudl otherwise discard the match.
+ *
  * \note: \see \ref addPredicate for further constraints.
  */
 struct AttrMatchData
@@ -191,6 +198,10 @@
   AttrMatchData()
   {}
 
+  AttrMatchData( sat::SolvAttr attr_r )
+: attr( attr_r )
+  {}
+
   AttrMatchData( sat::SolvAttr attr_r, const StrMatcher & strMatcher_r )
 : attr( attr_r )
 , strMatcher( strMatcher_r )
@@ -301,15 +312,18 @@
  }
 
   sat::SolvAttrattr;
-  StrMatcher strMatcher;
+  StrMatcher   strMatcher;
   Predicatepredicate;
   std::string  predicateStr;
+  ResKind  kindPredicate = ResKind::nokind;// holds the 
'kind' part if SolvAttr:name looks for an explicit 'kind:name'
 };
 
 /** \relates AttrMatchData */
 inline std::ostream & operator<<( std::ostream & str, const AttrMatchData 
& obj )
 {
   str << obj.attr << ": " << obj.strMatcher;
+  if ( obj.kindPredicate )
+str << " +(" << obj.kindPredicate << ")";
   if ( obj.predicate )
 str << " +(" << obj.predicateStr << 

commit mupdf for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package mupdf for openSUSE:Factory checked 
in at 2017-05-04 08:52:00

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


Package is "mupdf"

Thu May  4 08:52:00 2017 rev:26 rq:491698 version:1.10a

Changes:

--- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes  2017-02-15 
10:00:08.817090475 +0100
+++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2017-05-04 
08:52:01.613086397 +0200
@@ -1,0 +2,5 @@
+Thu Apr 27 19:51:23 UTC 2017 - idon...@suse.com
+
+- mupdf is not a terminal app boo#1036637 
+
+---



Other differences:
--
++ mupdf.desktop ++
--- /var/tmp/diff_new_pack.VXQ2Dz/_old  2017-05-04 08:52:05.240574819 +0200
+++ /var/tmp/diff_new_pack.VXQ2Dz/_new  2017-05-04 08:52:05.240574819 +0200
@@ -5,7 +5,6 @@
 Comment=PDF file viewer
 Exec=mupdf %f
 Icon=mupdf
-Terminal=true
 Type=Application
 MimeType=application/pdf;application/x-pdf;
 Categories=Viewer;Graphics;





commit ceph for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2017-05-04 08:51:46

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


Package is "ceph"

Thu May  4 08:51:46 2017 rev:10 rq:491634 version:12.0.2+git.1493295295.8c88dc6

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2017-04-11 
09:30:22.094476080 +0200
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes  2017-05-04 
08:51:53.314256766 +0200
@@ -1,0 +2,44 @@
+Thu Apr 27 11:39:24 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.2+git.1493291471.adb6a43:
+  + rocksdb: sync with upstream (bsc#1025891)
+  + build/ops: cmake: explicitly disable MSSE 4.2 if not supported
+
+---
+Thu Apr 27 08:23:46 UTC 2017 - ncut...@suse.com
+
+- _constraints: set higher disk and memory constraints so s390x 
+  builds don't fail 
+
+---
+Wed Apr 26 20:51:56 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.2+git.1493238434.71681fd:
+  + cmake: added empty RPATH to libceph_crypto_isal.so
+
+---
+Wed Apr 26 18:10:40 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.2+git.1493227670.3396ca1:
+  + rgw: use a vector for options passed to civetweb
+
+---
+Wed Apr 26 10:10:21 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.0.2+git.1493192333.3305a0c
+  + merge upstream master (0d368d2c8544247a4aed9c71c74e77b0c6bbfb22)
+including 12.0.2 development release
+
+---
+Tue Apr 25 12:39:36 UTC 2017 - dd...@suse.com
+
+- revert commit a9a50f690085091bb4446095418237f9fef712c8 in preparation for
+  rebasing against the upstream implementation.  (bsc#1035937)
+
+---
+Fri Apr  7 12:10:55 UTC 2017 - ncut...@suse.com
+
+- Add ibs_constraints.sh script to address s390 constraints
+  tweak needed in IBS 
+
+---
ceph.changes: same change

Old:

  ceph-12.0.1+git.1491557762.4e47e9f.tar.bz2

New:

  ceph-12.0.2+git.1493295295.8c88dc6.tar.bz2
  ibs_constraints.sh



Other differences:
--
++ ceph-test.spec ++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.717917782 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.721917218 +0200
@@ -69,7 +69,7 @@
 # main package definition
 
#
 Name: ceph-test
-Version: 12.0.1+git.1491557762.4e47e9f
+Version: 12.0.2+git.1493295295.8c88dc6
 Release: 0
 Summary: Ceph benchmarks and test tools
 License: LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and 
GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
@@ -78,6 +78,7 @@
 %endif
 URL: http://ceph.com/
 Source0: ceph-%{version}.tar.bz2
+Source97: ibs_constraints.sh
 Source98: README-ceph-test.txt
 Source99: ceph-rpmlintrc
 # _insert_obs_source_lines_here
@@ -527,6 +528,7 @@
 rm -rf %{buildroot}%{_libdir}/rados-classes/*
 rm -rf %{buildroot}%{_libdir}/ceph/erasure-code/libec_*.so*
 rm -rf %{buildroot}%{_libdir}/ceph/compressor/libceph_*.so*
+rm -rf %{buildroot}%{_libdir}/ceph/crypto/libceph_*.so*
 rm -rf %{buildroot}%{_libdir}/libos_tp.so*
 rm -rf %{buildroot}%{_libdir}/libosd_tp.so*
 rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/ceph
@@ -723,6 +725,8 @@
 
#
 %files
 
+%ifarch x86_64
+%endif
 %if %{with lttng}
 %endif
 %if 0%{?fedora} || 0%{?rhel}

++ ceph.spec ++
--- /var/tmp/diff_new_pack.55z4wz/_old  2017-05-04 08:51:55.749913270 +0200
+++ /var/tmp/diff_new_pack.55z4wz/_new  2017-05-04 08:51:55.753912706 +0200
@@ -69,7 +69,7 @@
 # main package definition
 
#
 Name:  ceph
-Version:   12.0.1+git.1491557762.4e47e9f
+Version:   12.0.2+git.1493295295.8c88dc6
 Release:   0
 Summary:   User space components of the Ceph file system
 License:   LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and 
GPL-2.0-with-autoconf-exception and BSD-3-Clause and MIT
@@ -977,6 +977,10 @@
 %{_libdir}/ceph/erasure-code/libec_*.so*
 %dir %{_libdir}/ceph/compressor
 %{_libdir}/ceph/compressor/libceph_*.so*
+%ifarch x86_64
+%dir %{_libdir}/ceph/crypto
+%{_libdir}/ceph/crypto/libceph_*.so*
+%endif
 %if %{with lttng}
 %{_libdir}/libos_tp.so*
 %{_libdir}/libosd_tp.so*

++ 

commit zypper for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2017-05-04 08:51:41

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


Package is "zypper"

Thu May  4 08:51:41 2017 rev:265 rq:491632 version:1.13.25

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2017-04-25 
08:56:55.309833617 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2017-05-04 
08:51:42.839733968 +0200
@@ -1,0 +2,6 @@
+Thu Apr 27 16:05:16 CEST 2017 - m...@suse.de
+
+- Fix translation shortcut error (bsc#1035344)
+- version 1.13.25
+
+---

Old:

  zypper-1.13.24.tar.bz2

New:

  zypper-1.13.25.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.S4hBA9/_old  2017-05-04 08:51:43.883586756 +0200
+++ /var/tmp/diff_new_pack.S4hBA9/_new  2017-05-04 08:51:43.883586756 +0200
@@ -38,7 +38,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.13.24
+Version:1.13.25
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.13.24.tar.bz2 -> zypper-1.13.25.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.13.24.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.13.25.tar.bz2 differ: char 11, 
line 1




commit xmlbeans for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package xmlbeans for openSUSE:Factory 
checked in at 2017-05-04 08:51:22

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


Package is "xmlbeans"

Thu May  4 08:51:22 2017 rev:29 rq:491624 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/xmlbeans/xmlbeans.changes2015-08-10 
09:10:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlbeans.new/xmlbeans.changes   2017-05-04 
08:51:25.226217967 +0200
@@ -1,0 +2,6 @@
+Thu Apr 27 14:50:06 UTC 2017 - dims...@opensuse.org
+
+- Buildignore xml-commons-jaxp-1.3-apis and xml-commons-resolver12
+  only when building xmlbeans-mini.
+
+---



Other differences:
--
++ xmlbeans-mini.spec ++
--- /var/tmp/diff_new_pack.EWeWuF/_old  2017-05-04 08:51:26.330062295 +0200
+++ /var/tmp/diff_new_pack.EWeWuF/_new  2017-05-04 08:51:26.334061730 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlbeans-mini
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -38,7 +38,6 @@
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 #!BuildIgnore:  antlr antlr-java
-#!BuildIgnore:  xml-commons-jaxp-1.3-apis xml-commons-resolver12
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if %{bootstrap}
@@ -49,6 +48,7 @@
 Provides:   xmlbeans
 #!BuildIgnore:  xerces-j2-bootstrap
 #!BuildIgnore:  xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
+#!BuildIgnore:  xml-commons-jaxp-1.3-apis xml-commons-resolver12
 %else
 BuildRequires:  ant-contrib
 BuildRequires:  ant-junit

++ xmlbeans.spec ++
--- /var/tmp/diff_new_pack.EWeWuF/_old  2017-05-04 08:51:26.370056654 +0200
+++ /var/tmp/diff_new_pack.EWeWuF/_new  2017-05-04 08:51:26.374056090 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlbeans
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +37,6 @@
 BuildRequires:  javapackages-tools
 BuildRequires:  unzip
 #!BuildIgnore:  antlr antlr-java
-#!BuildIgnore:  xml-commons-jaxp-1.3-apis xml-commons-resolver12
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if %{bootstrap}
@@ -48,6 +47,7 @@
 Provides:   xmlbeans
 #!BuildIgnore:  xerces-j2-bootstrap
 #!BuildIgnore:  xerces-j2 xml-commons xml-commons-apis xml-commons-resolver
+#!BuildIgnore:  xml-commons-jaxp-1.3-apis xml-commons-resolver12
 %else
 BuildRequires:  ant-contrib
 BuildRequires:  ant-junit




commit wqy-microhei-fonts for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package wqy-microhei-fonts for 
openSUSE:Factory checked in at 2017-05-04 08:51:01

Comparing /work/SRC/openSUSE:Factory/wqy-microhei-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.wqy-microhei-fonts.new (New)


Package is "wqy-microhei-fonts"

Thu May  4 08:51:01 2017 rev:14 rq:491447 version:0.2.0+snapshot20150915

Changes:

--- /work/SRC/openSUSE:Factory/wqy-microhei-fonts/wqy-microhei-fonts.changes
2016-01-17 09:23:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.wqy-microhei-fonts.new/wqy-microhei-fonts.changes   
2017-05-04 08:51:01.761527142 +0200
@@ -1,0 +2,5 @@
+Thu Apr 27 08:59:32 CEST 2017 - ti...@suse.de
+
+- Don't install AUTHORS.txt that is way too large (boo#1036394)
+
+---



Other differences:
--
++ wqy-microhei-fonts.spec ++
--- /var/tmp/diff_new_pack.KSRuBc/_old  2017-05-04 08:51:04.08124 +0200
+++ /var/tmp/diff_new_pack.KSRuBc/_new  2017-05-04 08:51:04.085199440 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wqy-microhei-fonts
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -72,7 +72,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README.txt AUTHORS.txt ChangeLog.txt LICENSE_GPLv3.txt
+%doc README.txt ChangeLog.txt LICENSE_GPLv3.txt
 %{_ttfontsdir}
 %{files_fontsconf_availdir}
 %files_fontsconf_file -l 57-wqy-microhei.conf




commit rubygem-yast-rake for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2017-05-04 08:51:10

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


Package is "rubygem-yast-rake"

Thu May  4 08:51:10 2017 rev:16 rq:491549 version:0.2.13

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes  
2016-09-17 14:34:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2017-05-04 08:51:10.524291349 +0200
@@ -1,0 +2,13 @@
+Thu Dec  1 15:16:58 UTC 2016 - igonzalezs...@suse.com
+
+- Add casp10 target for CASP 1.0 (bnc#1013039)
+- 0.2.13
+
+---
+Wed Nov  9 16:50:07 UTC 2016 - igonzalezs...@suse.com
+
+- update sle12sp2 target and add a new one for public
+  Jenkins instance (sle12sp2_public) (bnc#1009324)
+- 0.2.12
+
+---

Old:

  yast-rake-0.2.11.gem

New:

  yast-rake-0.2.13.gem



Other differences:
--
++ rubygem-yast-rake.spec ++
--- /var/tmp/diff_new_pack.XLBWqJ/_old  2017-05-04 08:51:11.408166698 +0200
+++ /var/tmp/diff_new_pack.XLBWqJ/_new  2017-05-04 08:51:11.408166698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yast-rake
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   rubygem-yast-rake
-Version:0.2.11
+Version:0.2.13
 Release:0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

++ yast-rake-0.2.11.gem -> yast-rake-0.2.13.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-09-01 14:30:13.0 +0200
+++ new/VERSION 2016-12-02 09:56:10.0 +0100
@@ -1 +1 @@
-0.2.11
+0.2.13
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/data/targets.yml new/data/targets.yml
--- old/data/targets.yml2016-09-01 14:30:13.0 +0200
+++ new/data/targets.yml2016-12-02 09:56:10.0 +0100
@@ -25,8 +25,17 @@
 :sle12sp2:
   obs_api: "https://api.suse.de/;
   obs_project: "Devel:YaST:SLE-12-SP2"
-  obs_sr_project: "SUSE:SLE-12-SP2:GA"
+  obs_sr_project: "SUSE:SLE-12-SP2:Update"
   obs_target: "SLE_12_SP2"
+:sle12sp2_public:
+  obs_api: "https://api.opensuse.org;
+  obs_project: "YaST:SLE-12:SP2"
+  obs_target: "SLE_12_SP2"
+:casp10:
+  obs_api: "https://api.suse.de/;
+  obs_project: "Devel:YaST:CASP:1.0"
+  obs_sr_project: "SUSE:SLE-12-SP2:Update:Products:CASP10"
+  obs_target: "CASP_1.0"
 :sle12sp3:
   obs_api: "https://api.suse.de/;
   obs_project: "Devel:YaST:Head"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-09-13 10:11:15.0 +0200
+++ new/metadata2016-12-02 09:56:10.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: yast-rake
 version: !ruby/object:Gem::Version
-  version: 0.2.11
+  version: 0.2.13
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-09-13 00:00:00.0 Z
+date: 2016-12-02 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -80,9 +80,8 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5.1
+rubygems_version: 2.2.2
 signing_key: 
 specification_version: 4
 summary: Rake tasks providing basic work-flow for Yast development
 test_files: []
-has_rdoc: 




commit ImageMagick for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2017-05-04 08:50:49

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


Package is "ImageMagick"

Thu May  4 08:50:49 2017 rev:138 rq:491269 version:7.0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2017-04-06 
10:59:44.743973737 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2017-05-04 08:50:56.526265459 +0200
@@ -1,0 +2,12 @@
+Wed Apr 26 14:51:55 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.0.5-5
+  * Minimize buffer copies to improve OpenCL performance.
+  * Morphology thinning is no longer a no-op.
+  * Patch two PCD writer problems, corrupt output and dark pixels.
+  * Support ICC based PDF's.
+  * Fix improper EPS clip path rendering.
+- workaround failed test
+  + ImageMagick-relax-filter.t.patch
+
+---

Old:

  ImageMagick-7.0.5-4.tar.xz
  ImageMagick-7.0.5-4.tar.xz.asc

New:

  ImageMagick-7.0.5-5.tar.xz
  ImageMagick-7.0.5-5.tar.xz.asc
  ImageMagick-relax-filter.t.patch



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.UN992D/_old  2017-05-04 08:50:57.778088918 +0200
+++ /var/tmp/diff_new_pack.UN992D/_new  2017-05-04 08:50:57.778088918 +0200
@@ -55,7 +55,7 @@
 
 %define maj   7
 %define mfr_version   %{maj}.0.5
-%define mfr_revision  4
+%define mfr_revision  5
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   2
@@ -74,6 +74,8 @@
 Source3:ImageMagick.keyring
 # suse specific patches
 Patch0: ImageMagick-disable-insecure-coders.patch
+# workaround, see https://github.com/ImageMagick/ImageMagick/issues/439
+Patch1: ImageMagick-relax-filter.t.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %package -n perl-PerlMagick
@@ -226,6 +228,7 @@
 %prep
 %setup -q -n ImageMagick-%{source_version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ ImageMagick-7.0.5-4.tar.xz -> ImageMagick-7.0.5-5.tar.xz ++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.5-4.tar.xz 
/work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-7.0.5-5.tar.xz differ: 
char 26, line 1

++ ImageMagick-relax-filter.t.patch ++
Index: ImageMagick-7.0.5-5/PerlMagick/t/filter.t
===
--- ImageMagick-7.0.5-5.orig/PerlMagick/t/filter.t  2017-04-24 
19:18:36.0 +0200
+++ ImageMagick-7.0.5-5/PerlMagick/t/filter.t   2017-04-26 16:43:05.873590943 
+0200
@@ -138,7 +138,7 @@ testFilterCompare('input.miff',  q//, 'r
 testFilterCompare('input.miff',  q//, 'reference/filter/OilPaint.miff', 
'OilPaint', q//, 0.03, 1.0);
 ++$test;
 
-testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Opaque.miff', 
'Opaque', q/color=>"#e23834", fill=>"green"/, 0.0, 0.0);
+testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Opaque.miff', 
'Opaque', q/color=>"#e23834", fill=>"green"/, 0.05, 0.5);
 ++$test;
 
 testFilterCompare('input.miff',  q//, 'reference/filter/Quantize.miff', 
'Quantize', q//, 0.2, 0.7);




commit mxml for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package mxml for openSUSE:Factory checked in 
at 2017-05-04 08:50:37

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


Package is "mxml"

Thu May  4 08:50:37 2017 rev:26 rq:491266 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/mxml/mxml.changes2016-11-21 
14:22:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.mxml.new/mxml.changes   2017-05-04 
08:50:44.455967705 +0200
@@ -1,0 +2,5 @@
+Tue Apr 25 04:45:36 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to make build reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ mxml.spec ++
--- /var/tmp/diff_new_pack.Lwh63N/_old  2017-05-04 08:50:45.623803008 +0200
+++ /var/tmp/diff_new_pack.Lwh63N/_new  2017-05-04 08:50:45.627802444 +0200
@@ -27,6 +27,8 @@
 Source: http://www.msweet.org/files/project3/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch:  mxml-2.3-nobinstrip.patch
+# PATCH-FIX-UPSTREAM -- 
https://github.com/michaelrsweet/mxml/commit/b79d3e0f07495b4a113f1ad95ae08c19664ea5ac
+Patch1: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 
@@ -69,6 +71,7 @@
 %prep
 %setup
 %patch
+%patch1 -p1
 
 %build
 %configure --enable-shared --with-docdir=%{_docdir}/%{name}

++ reproducible.patch ++
>From b79d3e0f07495b4a113f1ad95ae08c19664ea5ac Mon Sep 17 00:00:00 2001
From: Michael Sweet 
Date: Sun, 23 Apr 2017 12:49:40 -0400
Subject: [PATCH] Add support for SOURCE_DATE_EPOCH environment variable (Issue
 #193)

---
 CHANGES.md   | 2 ++
 doc/mxml.man | 2 +-
 mxmldoc.c| 9 -
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/mxmldoc.c b/mxmldoc.c
index 7f475ef..4abe707 100644
--- a/mxmldoc.c
+++ b/mxmldoc.c
@@ -5604,6 +5604,7 @@ write_man(const char  *man_name,  /* I - Name of manpage 
*/
*parent;/* Parent class */
   int  inscope;/* Variable/method scope */
   char prefix; /* Prefix character */
+  const char   *source_date_epoch; /* SOURCE_DATE_EPOCH environment 
variable */
   time_t   curtime;/* Current time */
   struct tm*curdate;   /* Current date */
   char buffer[1024];   /* String buffer */
@@ -5617,9 +5618,15 @@ write_man(const char  *man_name, /* I - Name of manpage 
*/
 
  /*
   * Standard man page...
+  *
+  * Get the current date, using the SOURCE_DATE_EPOCH environment variable, if
+  * present, for the number of seconds since the epoch - this enables
+  * reproducible builds (Issue #193).
   */
 
-  curtime = time(NULL);
+  if ((source_date_epoch = getenv("SOURCE_DATE_EPOCH")) == NULL || (curtime = 
(time_t)strtol(source_date_epoch, NULL, 10)) <= 0)
+curtime = time(NULL);
+
   curdate = localtime();
   strftime(buffer, sizeof(buffer), "%x", curdate);
 



commit samba for openSUSE:Factory

2017-05-04 Thread root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2017-05-04 08:50:24

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


Package is "samba"

Thu May  4 08:50:24 2017 rev:212 rq:491225 version:4.6.3+git.21.0735c828d4f

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2017-04-25 
08:56:31.101256722 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2017-05-04 
08:50:34.349393011 +0200
@@ -1,0 +2,66 @@
+Tue Apr 25 15:28:16 UTC 2017 - dd...@suse.com
+
+- Update to 4.6.3; (bsc#1036011)
+  + s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots
+from shares with GlusterFS backend; (bso#12743).
+  + Fix for Solaris C compiler; (bso#12559).
+  + s3: locking: Update oplock optimization for the leases era; (bso#12628).
+  + Make the Solaris C compiler happy; (bso#12693).
+  + s3: libgpo: Allow skipping GPO objects that don't have the
+expected LDAP attributes; (bso#12695).
+  + Fix buffer overflow caused by wrong use of getgroups; (bso#12747).
+  + lib: debug: Avoid negative array access; (bso#12746).
+  + cleanupdb: Fix a memory read error; (bso#12748).
+  + streams_xattr and kernel oplocks results in
+NT_STATUS_NETWORK_BUSY; (bso#7537).
+  + winbindd: idmap_autorid allocates ids for unknown SIDs from other
+backends; (bso#11961).
+  + vfs_fruit: Resource fork open request with
+flags=O_CREAT|O_RDONLY; (bso#12565).
+  + manpages/vfs_fruit: Document global options; (bso#12615).
+  + lib/pthreadpool: Fix a memory leak; (bso#12624).
+  + Lookup-domain for well-known SIDs on a DC; (bso#12727).
+  + winbindd: Fix error handling in rpc_lookup_sids(); (bso#12728).
+  + winbindd: Trigger possible passdb_dsdb initialisation; (bso#12729).
+  + credentials_krb5: use gss_acquire_cred for client-side GSSAPI
+use case; (bso#12611).
+  + lib/crypto: Implement samba.crypto Python module for RC4; (bso#12690).
+  + ctdb-readonly: Avoid a tight loop waiting for revoke to
+complete; (bso#12697).
+  + ctdb_event monitor command crashes if event is not specified;
+(bso#12723).
+  + ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'; (bso#12733).
+  + smbd: Fix smb1 findfirst with DFS; (bso#12558).
+  + smbd: Do an early exit on negprot failure; (bso#12610).
+  + winbindd: Fix substitution for 'template homedir'; (bso#12699).
+  + s4:kdc: Disable principal based autodetected referral detection;
+(bso#12554).
+  + idmap_autorid: Allocate new domain range if the callers knows
+the sid is valid; (bso#12613).
+  + LINKFLAGS_PYEMBED should not contain -L/some/path; (bso#12724).
+  + PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for
+trusted domain; (bso#12725).
+  + rpcclient: Allow -U'OTHERDOMAIN\user' again; (bso#12731).
+  + winbindd: Fix password policy for pam authentication; (bso#12725).
+  + s3:gse: Correctly handle external trusts with MIT; (bso#12554).
+  + auth/credentials: Always set the realm if we set the principal
+from the ccache; (bso#12611).
+  + replace: Include sysmacros.h; (bso#12686).
+  + s3:vfs_expand_msdfs: Do not open the remote address as a file;
+(bso#12687).
+  + s3:libsmb: Only print error message if kerberos use is forced;
+(bso#12704).
+  + winbindd: Child process crashes when kerberos-authenticating
+a user with wrong password; (bso#12708).
+  + vfs_fruit: Office document opens as read-only on macOS due to
+CNID semantics; (bso#12715).
+  + vfs_acl_xattr: Fix failure to get ACL on Linux if memory is
+fragmented; (bso#12737).
+
+---
+Tue Apr 25 13:46:20 UTC 2017 - dd...@suse.com
+
+- Generate and update vendor-files tarball from Git
+  + SuSEfirewall2 service samba-client only setup IPv4 rule; (bsc#1034416).
+
+---

Old:

  samba-4.6.2+git.19.c267455e57b.tar.bz2
  vendor-files.tar.bz2

New:

  samba-4.6.3+git.21.0735c828d4f.tar.bz2
  vendor-files-git.9d8643a.tar.bz2



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.G9Snrd/_old  2017-05-04 08:50:35.773192216 +0200
+++ /var/tmp/diff_new_pack.G9Snrd/_new  2017-05-04 08:50:35.777191652 +0200
@@ -26,6 +26,7 @@
 %define build_ceph 1
 %endif
 %endif
+%definevendor_files_git_vers git.9d8643a
 
 Name:   samba
 BuildRequires:  autoconf
@@ -146,7 +147,7 @@
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
-Version:4.6.2+git.19.c267455e57b
+Version:4.6.3+git.21.0735c828d4f
 Release:0
 Url:https://www.samba.org/
 Obsoletes:  samba-gplv3 < %{version}
@@