commit opera for openSUSE:Factory:NonFree

2017-04-12 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2017-04-12 17:40:53

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


Package is "opera"

Wed Apr 12 17:40:53 2017 rev:40 rq:486916 version:44.0.2510.1159

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2017-03-08 
01:17:17.914456362 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2017-04-12 
18:40:07.811050073 +0200
@@ -1,0 +2,7 @@
+Sun Apr  9 18:48:35 UTC 2017 - kiel...@gmail.com
+
+- Update to version 44.0.2510.1159:
+  * Full changelog available at:
+https://www.opera.com/blogs/desktop/changelog-for-44/#b2510.1159
+
+---

Old:

  opera-stable_43.0.2442.1144_amd64.deb
  opera-stable_43.0.2442.1144_i386.deb

New:

  opera-stable_44.0.2510.1159_amd64.deb
  opera-stable_44.0.2510.1159_i386.deb



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.8feasF/_old  2017-04-12 18:40:13.594232166 +0200
+++ /var/tmp/diff_new_pack.8feasF/_new  2017-04-12 18:40:13.598231600 +0200
@@ -27,7 +27,7 @@
 %define alt_deb_arch amd64
 %endif
 Name:   opera
-Version:43.0.2442.1144
+Version:44.0.2510.1159
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree




commit ghc-aeson-extra for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ghc-aeson-extra for openSUSE:Factory 
checked in at 2017-04-12 17:13:03

Comparing /work/SRC/openSUSE:Factory/ghc-aeson-extra (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new (New)


Package is "ghc-aeson-extra"

Wed Apr 12 17:13:03 2017 rev:1 rq:480014 version:0.4.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-aeson-extra.new/ghc-aeson-extra.changes 
2017-04-12 18:29:02.497139767 +0200
@@ -0,0 +1,5 @@
+---
+Sun Feb 12 10:00:36 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.0.0 revision 2 with cabal2obs.
+

New:

  aeson-extra-0.4.0.0.tar.gz
  aeson-extra.cabal
  ghc-aeson-extra.changes
  ghc-aeson-extra.spec



Other differences:
--
++ ghc-aeson-extra.spec ++
#
# spec file for package ghc-aeson-extra
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name aeson-extra
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.4.0.0
Release:0
Summary:Extra goodies for aeson
License:BSD-3-Clause
Group:  Development/Languages/Other
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-aeson-compat-devel
BuildRequires:  ghc-aeson-devel
BuildRequires:  ghc-attoparsec-devel
BuildRequires:  ghc-base-compat-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-exceptions-devel
BuildRequires:  ghc-hashable-devel
BuildRequires:  ghc-parsec-devel
BuildRequires:  ghc-recursion-schemes-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-scientific-devel
BuildRequires:  ghc-template-haskell-devel
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRequires:  ghc-time-parsers-devel
BuildRequires:  ghc-unordered-containers-devel
BuildRequires:  ghc-vector-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-quickcheck-instances-devel
BuildRequires:  ghc-tasty-devel
BuildRequires:  ghc-tasty-hunit-devel
BuildRequires:  ghc-tasty-quickcheck-devel
BuildRequires:  ghc-these-devel
%endif

%description
Package provides extra funcitonality on top of 'aeson' and 'aeson-compat'.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc CHANGELOG.md README.md

%changelog
++ aeson-extra.cabal ++
name:   aeson-extra
version:0.4.0.0
x-revision: 2
synopsis:   Extra goodies for aeson
description:Package provides extra funcitonality on top of @aeson@ and 
@aeson-compat@
category:   Web
homepage:   https://github.com/phadej/aeson-extra#readme
bug-reports:https://github.com/phadej/aeson-extra/issues
author: Oleg Grenrus 
maintainer: Oleg Grenrus 
license:BSD3
license-file:   LICENSE
tested-with:GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
build-type: Simple
cabal-version:  >= 1.10

extra-source-files:
CHANGELOG.md
README.md

source-repository head
  type: git
  location: https://github.com/phadej/aeson-extra


commit yakuake for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2017-04-12 17:36:48

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


Package is "yakuake"

Wed Apr 12 17:36:48 2017 rev:44 rq:486743 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2016-11-05 
21:28:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes 2017-04-12 
18:25:36.390285989 +0200
@@ -1,0 +2,25 @@
+Wed Apr  5 18:40:06 UTC 2017 - wba...@tmo.at
+
+- Update to 3.0.4
+  * Fixed build on Qt 5.7.
+- Add 0001-Revert-Removed-usage-to-deprecated-interface.patch to
+  fix build on Leap 42.2 and lower
+
+---
+Fri Mar 31 14:12:28 UTC 2017 - wba...@tmo.at
+
+- Update to 3.0.3
+  * Fixed Yakuake sometimes showing up in the Task Manager.
+  * Much improved Wayland support on Plasma 5.
+  * Added a security warning when using the runCommand DBus API (as
+recently added to KDE Konsole as well).
+  * Switched to a different API for getting the user home path to
+avoid blocking on network logins.
+  * The bell notification event now uses the correct Plasma 5 sound
+file name instead of an old KDE 4 one that may not be present.
+  * Fixed standard CLI arguments like --help and --version.
+  * Code cleanups, e.g. porting away from deprecated API.
+  * Updated AppStream metadata.
+- Drop yakuake-appdata-xml-desktop-ref.patch, fixed upstream
+
+---

Old:

  yakuake-3.0.2.tar.xz
  yakuake-appdata-xml-desktop-ref.patch

New:

  0001-Revert-Removed-usage-to-deprecated-interface.patch
  yakuake-3.0.4.tar.xz



Other differences:
--
++ yakuake.spec ++
--- /var/tmp/diff_new_pack.tPn9xx/_old  2017-04-12 18:25:36.910212465 +0200
+++ /var/tmp/diff_new_pack.tPn9xx/_new  2017-04-12 18:25:36.914211900 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# 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,15 +17,15 @@
 
 
 Name:   yakuake
-Version:3.0.2
+Version:3.0.4
 Release:0
 Summary:Terminal for KDE
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:https://yakuake.kde.org
 Source: 
http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM yakuake-appdata-xml-desktop-ref.patch 
badshah...@gmail.com -- Fix the .desktop file referenced in the appdata.xml: 
yakuake.desktop -> org.kde.yakuake.desktop
-Patch0: yakuake-appdata-xml-desktop-ref.patch
+# PATCH-FIX-OPENSUSE 0001-Revert-Removed-usage-to-deprecated-interface.patch
+Patch:  0001-Revert-Removed-usage-to-deprecated-interface.patch
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= 5.15.0
 BuildRequires:  kconfig-devel >= 5.15.0
@@ -41,6 +41,7 @@
 BuildRequires:  knotifications-devel >= 5.15.0
 BuildRequires:  knotifyconfig-devel >= 5.15.0
 BuildRequires:  kparts-devel >= 5.15.0
+BuildRequires:  kwayland-devel
 BuildRequires:  kwidgetsaddons-devel >= 5.15.0
 BuildRequires:  kwindowsystem-devel >= 5.15.0
 BuildRequires:  update-desktop-files
@@ -61,7 +62,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120200
+%patch -p1
+%endif
 
 %build
   %cmake_kf5 -d build

++ 0001-Revert-Removed-usage-to-deprecated-interface.patch ++
>From b2f1ecc408cf862d28c890770705f729256aed8e Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Wed, 5 Apr 2017 20:42:53 +0200
Subject: [PATCH] Revert "Removed usage to deprecated interface"

This reverts commit 15886b6a9c634ae3bde77af36a4090db472c97da to fix the
build with KDE Frameworks < 5.29.0.
---
 app/config/appearancesettings.cpp | 9 -
 app/config/appearancesettings.h   | 4 ++--
 app/config/skinlistdelegate.cpp   | 2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/app/config/appearancesettings.cpp 
b/app/config/appearancesettings.cpp
index c21ac33..730bfeb 100644
--- a/app/config/appearancesettings.cpp
+++ b/app/config/appearancesettings.cpp
@@ -30,8 +30,8 @@
 #include 
 #include 
 
-#include 
-#include 
+#include 
+#include 
 
 #include 
 #include 
@@ -68,7 +68,7 @@ AppearanceSettings::AppearanceSettings(QWidget* parent) : 
QWidget(parent)
 ghnsButton->setIcon(QIcon(QStringLiteral("get-hot-new-stuff")));
 
 m_knsConfigFileName = QLatin1String("yakuake.knsrc");
-

commit xmlgraphics-batik for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package xmlgraphics-batik for 
openSUSE:Factory checked in at 2017-04-12 17:31:50

Comparing /work/SRC/openSUSE:Factory/xmlgraphics-batik (Old)
 and  /work/SRC/openSUSE:Factory/.xmlgraphics-batik.new (New)


Package is "xmlgraphics-batik"

Wed Apr 12 17:31:50 2017 rev:15 rq:481798 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-batik/xmlgraphics-batik.changes  
2016-03-07 13:28:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmlgraphics-batik.new/xmlgraphics-batik.changes 
2017-04-12 18:25:24.25693 +0200
@@ -1,0 +2,5 @@
+Mon Mar 20 15:16:57 UTC 2017 - skn...@suse.com
+
+- Needed as a dependency for FOP 2.1 (FATE#322405)
+
+---



Other differences:
--
++ xmlgraphics-batik.spec ++
--- /var/tmp/diff_new_pack.eHy0VB/_old  2017-04-12 18:25:25.235863351 +0200
+++ /var/tmp/diff_new_pack.eHy0VB/_new  2017-04-12 18:25:25.235863351 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlgraphics-batik
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties




commit xmlgraphics-commons for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package xmlgraphics-commons for 
openSUSE:Factory checked in at 2017-04-12 17:31:46

Comparing /work/SRC/openSUSE:Factory/xmlgraphics-commons (Old)
 and  /work/SRC/openSUSE:Factory/.xmlgraphics-commons.new (New)


Package is "xmlgraphics-commons"

Wed Apr 12 17:31:46 2017 rev:18 rq:481797 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/xmlgraphics-commons/xmlgraphics-commons.changes  
2017-03-12 20:01:47.268538575 +0100
+++ 
/work/SRC/openSUSE:Factory/.xmlgraphics-commons.new/xmlgraphics-commons.changes 
2017-04-12 18:25:25.499826023 +0200
@@ -1,0 +2,7 @@
+Mon Mar 20 15:20:21 UTC 2017 - skn...@suse.com
+
+- Needed as a dependency for FOP 2.1 (FATE#322405)
+- Switch between maven-metadata/maven-fragments as appropriate
+  for SLE/openSUSE
+
+---



Other differences:
--



commit vim-plugins for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2017-04-12 17:37:17

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


Package is "vim-plugins"

Wed Apr 12 17:37:17 2017 rev:29 rq:486983 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2016-08-17 
12:06:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2017-04-12 18:24:43.813720889 +0200
@@ -1,0 +2,7 @@
+Mon Apr 10 08:15:38 UTC 2017 - tchva...@suse.com
+
+- Fix showmarks script wrt bsc#905770:
+  * add patch from upstream https://github.com/vim-scripts/ShowMarks/pull/3:
++ showmarks-signs.patch
+
+---

New:

  showmarks-signs.patch



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.O44GGb/_old  2017-04-12 18:24:44.729591376 +0200
+++ /var/tmp/diff_new_pack.O44GGb/_new  2017-04-12 18:24:44.733590810 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# 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
@@ -94,6 +94,7 @@
 Source35:   
https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
 Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
+Patch2: showmarks-signs.patch
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -590,6 +591,9 @@
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
 popd
+pushd vimplugin-showmarks-%showmarks_version
+%patch2 -p1
+popd
 
 %build
 

++ showmarks-signs.patch ++
>From e752d376f3566b9ca646914d148259097fdc713a Mon Sep 17 00:00:00 2001
From: Tobias Gehring 
Date: Sat, 4 Oct 2014 17:37:23 +0200
Subject: [PATCH] vim doesn't allow signs at the first line any more

---
 plugin/showmarks.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/showmarks.vim b/plugin/showmarks.vim
index affd240..80d9ab1 100644
--- a/plugin/showmarks.vim
+++ b/plugin/showmarks.vim
@@ -372,7 +372,7 @@ fun! s:ShowMarks()
exe 'hi link 
'.s:ShowMarksDLink{nm}.nm.' '.b:ShowMarksLink{nm}
endif
let mark_at{ln} = nm
-   if !exists('b:placed_'.nm) || b:placed_{nm} != 
ln
+   if ln > 0 && (!exists('b:placed_'.nm) || 
b:placed_{nm} != ln)
exe 'sign unplace '.id.' 
buffer='.winbufnr(0)
exe 'sign place '.id.' 
name=ShowMark'.nm.' line='.ln.' buffer='.winbufnr(0)
let b:placed_{nm} = ln



commit trinity for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2017-04-12 17:37:12

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


Package is "trinity"

Wed Apr 12 17:37:12 2017 rev:37 rq:486978 version:1.7+git.20170405

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2017-03-20 
17:09:37.961278090 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2017-04-12 
18:24:16.933522024 +0200
@@ -1,0 +2,96 @@
+Mon Apr 10 08:19:09 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.7+git.20170405:
+  * simple handshake over udp to logging server
+  * send a udp message to indicate main started
+  * have the logmsg type be the first byte
+  * move the message struct definition to udp.h
+  * fix missed variable replacement
+  * Initial logging server implementation.
+  * don't hardcode protocol version in server side.
+  * reset proto to v0 for now.
+  * move exit reasons to header
+  * shut down socket if handshake fails
+  * add logging of main exiting
+  * add server decoding of main exiting
+  * log child creation
+  * decode child started messages
+  * log child exiting
+  * decode child exiting
+  * log child signal messages
+  * decode child signal messages
+  * replace decode switch with table lookup
+  * remove old debugging message that now triggers all the time
+  * retry sending handshake up to 3 times before giving up.
+  * scope reduction
+  * fail hard if we get passed '-l off'
+  * micro-optimize the 'became tainted' case.
+  * fix swapped args
+  * update -l help text
+  * don't make locking failure fatal
+  * export logging_enabled and use it appropriately
+  * fix off-by-one in ip proto selection
+  * error handling cleanups for ftrace
+  * fix some ftrace resource leaks
+  * log where the shm starts/end
+  * remove dump_objects, and make add_object do the dumping.
+  * clean up bpf object creation logging
+  * remove duplicate logging from epollfd creation
+  * remove duplicate logging from eventfd creation
+  * remove duplicate logging from timerfd creation
+  * improve dump output for file fds
+  * only set up the pipe objhead once
+  * extend pipe object with additional info about creation
+  * perf fd destructor/dump were backwards.
+  * remove duplicate output from perf fd init
+  * enhance perf fd creation logging
+  * remove unused defines
+  * support continuations in output()
+  * copy, and log the perf event structure in the perf object.
+  * enhance testfile ->dump to log more info
+  * extended logging for epoll fd creation
+  * fix cut-n-paste error in inotify syscall ->post
+  * extended logging for eventfd
+  * quieten down the mm dumper
+  * fix 'always true' comparison by hoisting declaration
+  * fix leak of epoll object in failure path
+  * extended logging for timerfd objects
+  * extended logging for memfd objects
+  * extended logging for inotify objects
+  * extended logging for userfaultfd
+  * fanotify object extended logging
+  * cleanup ->dump of socket creation
+  * pass the global bool down to ->dump
+  * move MAX_PATH_LEN to header
+  * log files opened over udp
+  * split out the decoding from the server
+  * Check for btrfs_ioctl_defrag_range_args.
+  * drmfd dump needs to take the bool arg too.
+  * log and decode map objects
+  * remove __unused__
+  * log & decode pipe objects
+  * mapping name can contain a path
+  * helper functions for msghdr init
+  * convert map dump to use init_msgobjhdr
+  * log & decode perf objects
+  * use init_msghdr for MAIN_ messages
+  * add init_childmsghdr helper
+  * log & decode epoll objects
+  * log & decode eventfd objects
+  * log & decode timerfd objects
+  * log & decode testfile objects
+  * log & decode memfd objects
+  * log & decode drm objects
+  * log & decode inotify objects
+  * log & decode userfault objects
+  * log & decode fanotify objects
+  * log & decode bpf map objects
+  * remove unused bpf fd in object struct
+  * log & decode socket objects
+  * log & decode futex objects
+  * log & decode sysvshm objects
+  * log & decode object destruction
+  * compile fixes
+  * pass the buffer down to the decode routines instead of using a global
+
+---

Old:

  trinity-1.7+git.20170315.tar.xz

New:

  trinity-1.7+git.20170405.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.io2KyY/_old  2017-04-12 18:24:17.525438321 +0200
+++ /var/tmp/diff_new_pack.io2KyY/_new  2017-04-12 18:24:17.525438321 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 1.7+git.20170315
+%define version_unconverted 1.7+git.20170405
 Name:   

commit servius for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package servius for openSUSE:Factory checked 
in at 2017-04-12 17:34:15

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


Package is "servius"

Wed Apr 12 17:34:15 2017 rev:2 rq:484212 version:1.2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/servius/servius.changes  2017-02-28 
23:48:19.396296077 +0100
+++ /work/SRC/openSUSE:Factory/.servius.new/servius.changes 2017-04-12 
18:23:06.515479791 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:26 UTC 2017 - psim...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ servius.spec ++
--- /var/tmp/diff_new_pack.OcJiBM/_old  2017-04-12 18:23:06.963416449 +0200
+++ /var/tmp/diff_new_pack.OcJiBM/_new  2017-04-12 18:23:06.967415884 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package servius
 #
-# 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
@@ -38,7 +38,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Please see README.md.
+Warp web server with template rendering.
 
 %prep
 %setup -q




commit rubygem-simplecov for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2017-04-12 17:31:40

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


Package is "rubygem-simplecov"

Wed Apr 12 17:31:40 2017 rev:16 rq:481716 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2016-07-21 07:57:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2017-04-12 18:22:43.526730595 +0200
@@ -1,0 +2,25 @@
+Sun Mar 19 05:35:07 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.1
+ see installed CHANGELOG.md
+
+  0.14.1 2017-03-18 
([changes](https://github.com/colszowka/simplecov/compare/v0.14.0...v0.14.1))
+  
+  
+  ## Bugfixes
+  
+  * Files that were skipped as a whole/had no relevant coverage could lead to 
Float errors. See [#564](https://github.com/colszowka/simplecov/pull/564) 
(thanks to @stevehanson for the report in 
[#563](https://github.com/colszowka/simplecov/issues/563))
+
+---
+Thu Mar 16 05:41:49 UTC 2017 - co...@suse.com
+
+- updated to version 0.14.0
+ see installed CHANGELOG.md
+
+---
+Thu Jan 26 05:43:10 UTC 2017 - co...@suse.com
+
+- updated to version 0.13.0
+ see installed CHANGELOG.md
+
+---

Old:

  simplecov-0.12.0.gem

New:

  simplecov-0.14.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.3UINrC/_old  2017-04-12 18:22:44.002663295 +0200
+++ /var/tmp/diff_new_pack.3UINrC/_new  2017-04-12 18:22:44.010662164 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.12.0
+Version:0.14.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}

++ simplecov-0.12.0.gem -> simplecov-0.14.1.gem ++
 2927 lines of diff (skipped)




commit rubygem-tilt for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2017-04-12 17:31:31

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


Package is "rubygem-tilt"

Wed Apr 12 17:31:31 2017 rev:17 rq:481713 version:2.0.7

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2016-06-19 10:48:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2017-04-12 18:22:47.258202934 +0200
@@ -1,0 +2,29 @@
+Mon Mar 20 05:38:11 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.7
+ see installed CHANGELOG.md
+
+  ## 2.0.7 (2017-03-19)
+  
+  * Do not modify BasicObject during template compilation on ruby 2.0+ (#309, 
jeremyevans)
+
+---
+Fri Jan 27 05:46:55 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.6
+ see installed CHANGELOG.md
+
+  ## 2.0.6 (2017-01-26)
+  
+  * Add support for LiveScript (#286, @Announcement Jacob Francis Powers)
+  * Add support for Sigil (#302, winebarrel)
+  * Add support for Erubi (#308, jeremyevans)
+  * Add support for options in Liquid (#298, #299, laCour)
+  * Always sort locals by strings (#307, jeremyevans)
+  
+  * Fix test warnings (#305, amatsuda)
+  * Fix indentation (#293, yui-knk)
+  * Use SVG badges in README (#294, vasinov)
+  * Fix typo and trailing space (#295, #296, karloescota)
+
+---

Old:

  tilt-2.0.5.gem

New:

  tilt-2.0.7.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.0DZVDS/_old  2017-04-12 18:22:47.854118667 +0200
+++ /var/tmp/diff_new_pack.0DZVDS/_new  2017-04-12 18:22:47.854118667 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tilt
-Version:2.0.5
+Version:2.0.7
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}

++ tilt-2.0.5.gem -> tilt-2.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-06-02 21:20:05.0 +0200
+++ new/CHANGELOG.md2017-03-19 11:13:33.0 +0100
@@ -1,3 +1,20 @@
+## 2.0.7 (2017-03-19)
+
+* Do not modify BasicObject during template compilation on ruby 2.0+ (#309, 
jeremyevans)
+
+## 2.0.6 (2017-01-26)
+
+* Add support for LiveScript (#286, @Announcement Jacob Francis Powers)
+* Add support for Sigil (#302, winebarrel)
+* Add support for Erubi (#308, jeremyevans)
+* Add support for options in Liquid (#298, #299, laCour)
+* Always sort locals by strings (#307, jeremyevans)
+
+* Fix test warnings (#305, amatsuda)
+* Fix indentation (#293, yui-knk)
+* Use SVG badges in README (#294, vasinov)
+* Fix typo and trailing space (#295, #296, karloescota)
+
 ## 2.0.5 (2016-06-02)
 
 * Add support for reST using Pandoc (#284, mfenner)
@@ -98,4 +115,3 @@
 * Support RDoc 3.10 (#112, timfel)
 * Always compile templates; remove old source evaluator (rtomayko)
 * Less: Options are now being passed to the parser (#106, cowboyd)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-06-02 21:20:05.0 +0200
+++ new/Gemfile 2017-03-19 11:13:33.0 +0100
@@ -4,7 +4,7 @@
 gem 'minitest', '~> 5.0'
 
 group :development do
-  gem 'yard', '~> 0.8.6'
+  gem 'yard', '~> 0.9.0'
   gem 'ronn', '~> 0.7.3'
 end
 
@@ -20,13 +20,14 @@
   if can_execjs
 gem 'less'
 gem 'coffee-script'
+gem 'livescript'
 gem 'babel-transpiler'
 gem 'typescript-node'
   end
 end
 
 platform :mri do
-  gem 'duktape', '~> 1.2.1.0' if can_execjs
+  gem 'duktape', '~> 1.3.0.6' if can_execjs
 end
 
 group :secondary do
@@ -64,4 +65,3 @@
 platform :rbx do
   gem 'rubysl'
 end
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-06-02 21:20:05.0 +0200
+++ new/README.md   2017-03-19 11:13:33.0 +0100
@@ -1,4 +1,4 @@
-Tilt [![Build 
Status](https://secure.travis-ci.org/rtomayko/tilt.svg)](http://travis-ci.org/rtomayko/tilt)
 [![Dependency 
Status](https://gemnasium.com/rtomayko/tilt.png)](https://gemnasium.com/rtomayko/tilt)
 [![Inline 

commit scmon for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package scmon for openSUSE:Factory checked 
in at 2017-04-12 17:36:51

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


Package is "scmon"

Wed Apr 12 17:36:51 2017 rev:18 rq:486748 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/scmon/scmon.changes  2012-07-13 
11:34:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.scmon.new/scmon.changes 2017-04-12 
18:23:00.924270437 +0200
@@ -1,0 +2,5 @@
+Wed Apr  5 19:41:10 UTC 2017 - meiss...@suse.com
+
+- added %insserv_prereq
+
+---



Other differences:
--
++ scmon.spec ++
--- /var/tmp/diff_new_pack.wVjzTe/_old  2017-04-12 18:23:01.856138662 +0200
+++ /var/tmp/diff_new_pack.wVjzTe/_new  2017-04-12 18:23:01.860138097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scmon
 #
-# Copyright (c) 2012 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
@@ -31,6 +31,7 @@
 Patch4: scmon-dbus-policy.patch
 # PATCH-FIX-OPENSUSE scmon-includes.patch sbra...@suse.cz -- Fix implicit 
declarations.
 Patch5: scmon-includes.patch
+Requires(pre): %insserv_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 %if 0%{?suse_version} <= 1010




commit rubygem-gettext_i18n_rails_js for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails_js for 
openSUSE:Factory checked in at 2017-04-12 17:31:43

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


Package is "rubygem-gettext_i18n_rails_js"

Wed Apr 12 17:31:43 2017 rev:8 rq:481720 version:1.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails_js/rubygem-gettext_i18n_rails_js.changes
  2016-11-07 12:23:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails_js.new/rubygem-gettext_i18n_rails_js.changes
 2017-04-12 18:22:24.729388691 +0200
@@ -1,0 +2,12 @@
+Fri Mar 17 05:29:41 UTC 2017 - co...@suse.com
+
+- updated to version 1.3.0
+ see installed CHANGELOG.md
+
+  ## 
[1.3.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.3.0) 
- 2017-03-16
+  
+  * Fixed Handlebars translations with options (@mikezaby)
+  * Fixed latest Rubocop offenses (@mikezaby)
+  * Dropped failing coveralls, fixed codeclimate (@tboerger)
+
+---

Old:

  gettext_i18n_rails_js-1.2.0.gem

New:

  gettext_i18n_rails_js-1.3.0.gem



Other differences:
--
++ rubygem-gettext_i18n_rails_js.spec ++
--- /var/tmp/diff_new_pack.tU1tIU/_old  2017-04-12 18:22:25.253314604 +0200
+++ /var/tmp/diff_new_pack.tU1tIU/_new  2017-04-12 18:22:25.253314604 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-gettext_i18n_rails_js
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-gettext_i18n_rails_js
-Version:1.2.0
+Version:1.3.0
 Release:0
 %define mod_name gettext_i18n_rails_js
 %define mod_full_name %{mod_name}-%{version}

++ gettext_i18n_rails_js-1.2.0.gem -> gettext_i18n_rails_js-1.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-10-12 11:29:08.0 +0200
+++ new/CHANGELOG.md2017-03-16 14:17:56.0 +0100
@@ -1,5 +1,11 @@
 # Changelog
 
+## 
[1.3.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.3.0) 
- 2017-03-16
+
+* Fixed Handlebars translations with options (@mikezaby)
+* Fixed latest Rubocop offenses (@mikezaby)
+* Dropped failing coveralls, fixed codeclimate (@tboerger)
+
 ## 
[1.2.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.2.0) 
- 2016-06-02
 
 * Support for JSX files (@artemv)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext_i18n_rails_js/parser/handlebars.rb 
new/lib/gettext_i18n_rails_js/parser/handlebars.rb
--- old/lib/gettext_i18n_rails_js/parser/handlebars.rb  2016-10-12 
11:29:08.0 +0200
+++ new/lib/gettext_i18n_rails_js/parser/handlebars.rb  2017-03-16 
14:17:57.0 +0100
@@ -62,15 +62,15 @@
 # * Remaining arguments
 # * Function call closing parenthesis
 #
-
 /
   \B[{]{2}(
 ([snN]?#{gettext_function})
 \s+
 (
-  ".*?"
-  .*?
+  (["'])(?:\\?+.)*?\4
+  (?:\s+(["'])(?:\\?+.)*?\5)?
 )
+.*?
   )
   [}]{2}
 /x
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext_i18n_rails_js/version.rb 
new/lib/gettext_i18n_rails_js/version.rb
--- old/lib/gettext_i18n_rails_js/version.rb2016-10-12 11:29:08.0 
+0200
+++ new/lib/gettext_i18n_rails_js/version.rb2017-03-16 14:17:57.0 
+0100
@@ -26,7 +26,7 @@
 module GettextI18nRailsJs
   class Version
 MAJOR = 1
-MINOR = 2
+MINOR = 3
 PATCH = 0
 
 PRE = nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-10-12 12:48:38.0 +0200
+++ new/metadata2017-03-16 14:17:56.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: gettext_i18n_rails_js
 version: !ruby/object:Gem::Version
-  version: 1.2.0
+  version: 1.3.0
 platform: ruby
 authors:
 - Thomas Boerger
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-10-12 00:00:00.0 Z
+date: 2017-03-16 00:00:00.0 Z
 dependencies:
 - 

commit rubygem-devise-i18n for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-devise-i18n for 
openSUSE:Factory checked in at 2017-04-12 17:31:35

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


Package is "rubygem-devise-i18n"

Wed Apr 12 17:31:35 2017 rev:27 rq:481715 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise-i18n/rubygem-devise-i18n.changes  
2016-11-17 12:42:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-devise-i18n.new/rubygem-devise-i18n.changes 
2017-04-12 18:22:20.541980824 +0200
@@ -1,0 +2,6 @@
+Mon Mar 20 05:29:54 UTC 2017 - co...@suse.com
+
+- updated to version 1.1.2
+  no changelog found
+
+---

Old:

  devise-i18n-1.1.1.gem

New:

  devise-i18n-1.1.2.gem



Other differences:
--
++ rubygem-devise-i18n.spec ++
--- /var/tmp/diff_new_pack.pxhLmX/_old  2017-04-12 18:22:21.077905040 +0200
+++ /var/tmp/diff_new_pack.pxhLmX/_new  2017-04-12 18:22:21.081904474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-devise-i18n
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-devise-i18n
-Version:1.1.1
+Version:1.1.2
 Release:0
 %define mod_name devise-i18n
 %define mod_full_name %{mod_name}-%{version}

++ devise-i18n-1.1.1.gem -> devise-i18n-1.1.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-10-30 03:27:49.0 +0100
+++ new/VERSION 2017-03-19 16:45:46.0 +0100
@@ -1 +1 @@
-1.1.1
+1.1.2
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-10-30 03:27:49.0 +0100
+++ new/metadata2017-03-19 16:45:46.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: devise-i18n
 version: !ruby/object:Gem::Version
-  version: 1.1.1
+  version: 1.1.2
 platform: ruby
 authors:
 - Christopher Dell
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-10-30 00:00:00.0 Z
+date: 2017-03-19 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
@@ -159,6 +159,7 @@
 - rails/locales/is.yml
 - rails/locales/it.yml
 - rails/locales/ja.yml
+- rails/locales/ka.yml
 - rails/locales/ko.yml
 - rails/locales/lt.yml
 - rails/locales/lv.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locales/en-GB.yml new/rails/locales/en-GB.yml
--- old/rails/locales/en-GB.yml 2016-10-30 03:27:49.0 +0100
+++ new/rails/locales/en-GB.yml 2017-03-19 16:45:46.0 +0100
@@ -2,20 +2,20 @@
   activerecord:
 attributes:
   user:
-current_password: 
-email: 
-password: 
-password_confirmation: 
-remember_me: 
-reset_password_token: 
-unlock_token: 
+current_password: Current password
+email: Email
+password: Password
+password_confirmation: Password confirmation
+remember_me: Remember me
+reset_password_token: Reset password token
+unlock_token: Unlock token
 models:
-  user: 
+  user: User
   devise:
 confirmations:
   confirmed: Your account was successfully confirmed.
   new:
-resend_confirmation_instructions: 
+resend_confirmation_instructions: Resend confirmation instructions
   send_instructions: You will receive an email with instructions about how 
to confirm your account in a few minutes.
   send_paranoid_instructions: If your email exists on our database, you 
will receive an email with instructions about how to confirm your account in a 
few minutes.
 failure:
@@ -30,39 +30,40 @@
   unconfirmed: You have to confirm your account before continuing.
 mailer:
   confirmation_instructions:
-action: 
-greeting: 
-instruction: 
+action: Confirm my account
+greeting: Welcome %{recipient}!
+instruction: 'You can confirm your account email through the link 
below:'
 subject: Confirmation instructions
   password_change:
-greeting: 
-message: 
-subject: 
+greeting: Hello %{recipient}!
+message: We're contacting you to 

commit roccat-tools for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package roccat-tools for openSUSE:Factory 
checked in at 2017-04-12 17:32:46

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


Package is "roccat-tools"

Wed Apr 12 17:32:46 2017 rev:9 rq:482574 version:5.6.0

Changes:

--- /work/SRC/openSUSE:Factory/roccat-tools/roccat-tools.changes
2016-11-05 21:25:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.roccat-tools.new/roccat-tools.changes   
2017-04-12 18:22:03.704361793 +0200
@@ -0,0 +1,11 @@
+
+---
+Wed Mar 15 10:23:36 UTC 2017 - mrueck...@suse.de
+
+- update to 5.6.0
+  * Added: Support for Skeltr
+  * Improved: Nyth calibration assistant gives hints on errors
+  * Fixed: Missing Sova key settings
+  * Fixed: Suora desktop link started RyosTKL config
+- fix line endings in skeltr desktop file
+

Old:

  roccat-tools-5.5.0.tar.bz2

New:

  roccat-tools-5.6.0.tar.bz2



Other differences:
--
++ roccat-tools.spec ++
--- /var/tmp/diff_new_pack.LMiCHR/_old  2017-04-12 18:22:04.328273567 +0200
+++ /var/tmp/diff_new_pack.LMiCHR/_new  2017-04-12 18:22:04.332273001 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package roccat-tools
 #
-# 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:   roccat-tools
-Version:5.5.0
+Version:5.6.0
 Release:0
 Summary:Common files shared by all Roccat tools
 License:GPL-2.0+ and CC-BY-3.0
@@ -141,6 +141,11 @@
 Group:  Hardware/Other
 Requires:   roccat-tools = %{version}
 
+%package -n roccat-skeltr
+Summary:Roccat Skeltruserland tools
+Group:  Hardware/Other
+Requires:   roccat-tools = %{version}
+
 %description
 Roccat consists of a shared library and other files shared by device-specific
 applications for Roccat hardware.
@@ -234,8 +239,14 @@
 It helps users of the Suora kernel driver to manipulate the profiles and 
settings
 of a Roccat Suora mechanical keybard.
 
+%description -n roccat-skeltr
+Skeltr consists of a shared library, a console application and a GUI 
application.
+It helps users of the Skeltr kernel driver to manipulate the profiles and 
settings
+of a Roccat Skeltr mechanical keybard.
+
 %prep
 %setup -q -n roccat-tools-%{version}
+perl -p -i -e 's|\r\n|\n|g' 
skeltr/roccatskeltrconfig/roccatskeltrconfig.desktop
 
 %build
 %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_LUA=5.2
@@ -485,6 +496,18 @@
 %icon_theme_cache_postun
 %{?udev_rules_update:%udev_rules_update}
 
+%post -n roccat-skeltr
+/sbin/ldconfig
+%desktop_database_post
+%icon_theme_cache_post
+%{?udev_rules_update:%udev_rules_update}
+
+%postun -n roccat-skeltr
+/sbin/ldconfig
+%desktop_database_postun
+%icon_theme_cache_postun
+%{?udev_rules_update:%udev_rules_update}
+
 %files -f roccat-tools.lang
 %defattr(-,root,root)
 %doc README COPYING Changelog
@@ -734,4 +757,15 @@
 %{_mandir}/*/man1/roccatsuoracontrol.1*
 %{_datadir}/applications/roccatsuoraconfig.desktop
 
+%files -n roccat-skeltr
+%defattr(-,root,root)
+%{_bindir}/roccatskeltrconfig
+%{_bindir}/roccatskeltrcontrol
+%{_libdir}/libroccatskeltr.so.*
+%{_libdir}/roccat/libskeltreventhandler.so
+%{_libdir}/gaminggear_plugins/libskeltrgfxplugin.so
+%{_udevrulesdir}/90-roccat-skeltr.rules
+%{_mandir}/*/man1/roccatskeltrcontrol.1*
+%{_datadir}/applications/roccatskeltrconfig.desktop
+
 %changelog

++ roccat-tools-5.5.0.tar.bz2 -> roccat-tools-5.6.0.tar.bz2 ++
 13339 lines of diff (skipped)




commit rtl-sdr for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rtl-sdr for openSUSE:Factory checked 
in at 2017-04-12 17:32:26

Comparing /work/SRC/openSUSE:Factory/rtl-sdr (Old)
 and  /work/SRC/openSUSE:Factory/.rtl-sdr.new (New)


Package is "rtl-sdr"

Wed Apr 12 17:32:26 2017 rev:2 rq:482329 version:0.5.3+git.20161127

Changes:

--- /work/SRC/openSUSE:Factory/rtl-sdr/rtl-sdr.changes  2017-03-10 
21:46:14.886939559 +0100
+++ /work/SRC/openSUSE:Factory/.rtl-sdr.new/rtl-sdr.changes 2017-04-12 
18:22:10.871348326 +0200
@@ -1,0 +2,5 @@
+Thu Mar 23 15:19:35 UTC 2017 - jeng...@inai.de
+
+- RPM group fix
+
+---



Other differences:
--
++ rtl-sdr.spec ++
--- /var/tmp/diff_new_pack.kEYSpR/_old  2017-04-12 18:22:11.387275370 +0200
+++ /var/tmp/diff_new_pack.kEYSpR/_new  2017-04-12 18:22:11.399273674 +0200
@@ -37,7 +37,7 @@
 
 %package -n %{libname}
 Summary:SDR driver for RTL2832
-Group:  Hardware/Other
+Group:  System/Libraries
 Requires:   %{name}-udev
 
 %description -n %{libname}




commit quagga for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package quagga for openSUSE:Factory checked 
in at 2017-04-12 17:37:33

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


Package is "quagga"

Wed Apr 12 17:37:33 2017 rev:51 rq:487325 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/quagga/quagga.changes2017-04-11 
09:46:11.920304462 +0200
+++ /work/SRC/openSUSE:Factory/.quagga.new/quagga.changes   2017-04-12 
18:21:49.206411910 +0200
@@ -1,0 +2,10 @@
+Tue Apr 11 11:55:39 UTC 2017 - m...@suse.de
+
+- Disabled passwords in default zebra.conf config file, causing
+  to disable vty telnet interface by default. The vty interface
+  is available via "vtysh" utility using pam authentication to
+  permit management access for root without password (bsc#1021669).
+- Changed owner of /etc/quagga to quagga:quagga to permit to manage
+  quagga via vty interface.
+
+---



Other differences:
--
++ quagga.spec ++
--- /var/tmp/diff_new_pack.JgBDoZ/_old  2017-04-12 18:21:49.870318029 +0200
+++ /var/tmp/diff_new_pack.JgBDoZ/_new  2017-04-12 18:21:49.874317463 +0200
@@ -215,9 +215,11 @@
 install -m 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/quagga
 rm -f %{buildroot}%{_sysconfdir}/quagga/*.sample*
 cat > %{buildroot}%{_sysconfdir}/quagga/zebra.conf << __EOF__
-hostname quagga
-password quagga
-enable password quagga
+!hostname quagga
+
+!password quagga
+!enable password quagga
+
 log file %{_localstatedir}/log/quagga/zebra.log
 __EOF__
 cat > %{buildroot}%{_sysconfdir}/quagga/vtysh.conf << __EOF__
@@ -277,8 +279,8 @@
 %defattr(-,root,root)
 %doc */*.sample* AUTHORS COPYING* ChangeLog NEWS README REPORTING-BUGS 
SERVICES TODO
 %{_sbindir}/*
-%dir %attr(750,root,quagga) %{_sysconfdir}/quagga/
-%config(noreplace) %attr(640,root,quagga) %{_sysconfdir}/%{name}/*.conf
+%dir %attr(750,quagga,quagga) %{_sysconfdir}/quagga/
+%config(noreplace) %attr(640,quagga,quagga) %{_sysconfdir}/%{name}/*.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/*
 %{_localstatedir}/adm/fillup-templates/sysconfig.quagga
 %if %{with systemd}






commit rasdaemon for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rasdaemon for openSUSE:Factory 
checked in at 2017-04-12 17:37:26

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


Package is "rasdaemon"

Wed Apr 12 17:37:26 2017 rev:4 rq:487045 version:0.5.8

Changes:

--- /work/SRC/openSUSE:Factory/rasdaemon/rasdaemon.changes  2016-06-02 
09:39:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rasdaemon.new/rasdaemon.changes 2017-04-12 
18:21:54.245699318 +0200
@@ -1,0 +2,9 @@
+Mon Apr 10 11:07:39 UTC 2017 - mplus...@suse.com
+
+- Switch to _service as fedorahosted is retired
+- Update project url
+- Use macro for systemd dependencies
+- Make building more verbose
+- Install provided labels for dell
+
+---

New:

  _servicedata



Other differences:
--
++ rasdaemon.spec ++
--- /var/tmp/diff_new_pack.ZfCO2L/_old  2017-04-12 18:21:54.805620141 +0200
+++ /var/tmp/diff_new_pack.ZfCO2L/_new  2017-04-12 18:21:54.809619575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rasdaemon
 #
-# 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
@@ -22,22 +22,17 @@
 Summary:Utility to receive RAS error tracings
 License:GPL-2.0
 Group:  Hardware/Other
-Url:https://git.fedorahosted.org/cgit/rasdaemon.git
-Source: 
https://git.fedorahosted.org/cgit/rasdaemon.git/snapshot/%{name}-%{version}.tar.xz
+Url:http://git.infradead.org/users/mchehab/rasdaemon.git
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc
 BuildRequires:  gettext-devel
 BuildRequires:  libtool
-BuildRequires:  make
 BuildRequires:  sqlite3-devel
 BuildRequires:  systemd-rpm-macros
 Requires:   dmidecode
 Requires:   perl-DBD-SQLite
-Requires(post): systemd
-Requires(postun): systemd
-Requires(preun): systemd
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
@@ -54,15 +49,21 @@
 
 %build
 autoreconf -fvi
-%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog 
--enable-abrt-report
-make %{?_smp_mflags}
+%configure \
+  --enable-mce \
+  --enable-aer \
+  --enable-sqlite3 \
+  --enable-extlog \
+  --enable-abrt-report
+make %{?_smp_mflags} V=1
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 install -D -p -m 0644 misc/rasdaemon.service 
%{buildroot}%{_unitdir}/rasdaemon.service
 ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcrasdaemon
 install -D -p -m 0644 misc/ras-mc-ctl.service 
%{buildroot}%{_unitdir}/ras-mc-ctl.service
 ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcras-mc-ctl
+install -D -p -m 0644 labels/dell 
%{buildroot}%{_sysconfdir}/ras/dimm_labels.d/dell
 rm %{buildroot}%{_includedir}/*.h
 mkdir -p %{buildroot}%{_localstatedir}/lib/rasdaemon
 
@@ -90,6 +91,6 @@
 %dir %{_sysconfdir}/ras
 %dir %{_localstatedir}/lib/rasdaemon
 %ghost %{_localstatedir}/lib/rasdaemon/ras-mc_event.db
-%{_sysconfdir}/ras/dimm_labels.d
+%config %{_sysconfdir}/ras/dimm_labels.d
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.ZfCO2L/_old  2017-04-12 18:21:54.841615051 +0200
+++ /var/tmp/diff_new_pack.ZfCO2L/_new  2017-04-12 18:21:54.845614486 +0200
@@ -1,3 +1,15 @@
 
-  
+  
+git://git.infradead.org/users/mchehab/rasdaemon.git
+git
+enable
+rasdaemon
+refs/tags/v0.5.8
+0.5.8
+  
+  
+*.tar
+xz
+  
+  
 

++ _servicedata ++


git://git.infradead.org/users/mchehab/rasdaemon.git
  113198d8918272e41a58aa09a7ac7dd1e0435417++
 rasdaemon-0.5.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.8/.gitignore 
new/rasdaemon-0.5.8/.gitignore
--- old/rasdaemon-0.5.8/.gitignore  2016-04-15 12:07:11.0 +0200
+++ new/rasdaemon-0.5.8/.gitignore  1970-01-01 01:00:00.0 +0100
@@ -1,28 +0,0 @@
-.deps/
-autom4te.cache/
-misc/rasdaemon.spec
-misc/ras-mc-ctl.service
-misc/rasdaemon.service
-Makefile
-Makefile.in
-config.h
-config.h.in
-config.h.in~
-stamp-h1
-aclocal.m4
-config.guess
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-rasdaemon
-*.o
-*.c~
-*.h~
-rasdaemon-*.tar.bz2
-rasdaemon-*.src.rpm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-vcversioner for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-vcversioner for 
openSUSE:Factory checked in at 2017-04-12 17:35:33

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


Package is "python-vcversioner"

Wed Apr 12 17:35:33 2017 rev:2 rq:486635 version:2.16.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-vcversioner/python-vcversioner.changes
2015-06-23 11:56:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-vcversioner.new/python-vcversioner.changes   
2017-04-12 18:20:54.930086948 +0200
@@ -1,0 +2,13 @@
+Fri Apr  7 20:55:59 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version
+
+---
+Fri Apr  7 20:39:49 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 2.16.0.0
+  * And now update classifiers.
+  * Only set the version on the distribution metadata.
+- Add LICENSE file
+
+---

Old:

  vcversioner-2.14.0.0.tar.gz

New:

  COPYING
  vcversioner-2.16.0.0.tar.gz



Other differences:
--
++ python-vcversioner.spec ++
--- /var/tmp/diff_new_pack.9J8mA9/_old  2017-04-12 18:20:55.434015689 +0200
+++ /var/tmp/diff_new_pack.9J8mA9/_new  2017-04-12 18:20:55.438015124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vcversioner
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -14,24 +14,25 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
-%define oname   vcversioner
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-vcversioner
-Version:2.14.0.0
+Version:2.16.0.0
 Release:0
 License:ISC
 Summary:Use version control tags to discover version numbers
 Url:https://github.com/habnabit/vcversioner
 Group:  Development/Languages/Python
-Source0:
https://pypi.python.org/packages/source/v/%{oname}/%{oname}-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source0:
https://pypi.python.org/packages/source/v/vcversioner/vcversioner-%{version}.tar.gz
+Source1:
https://raw.githubusercontent.com/habnabit/vcversioner/%{version}/COPYING
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Elevator pitch: you can write a setup.py with no version information
@@ -39,21 +40,24 @@
 VCS tag and extract a version from it.
 
 %prep
-%setup -q -n %{oname}-%{version}
+%setup -q -n vcversioner-%{version}
+cp %{SOURCE1} .
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc README.rst
-%{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/%{oname}.*
+%doc README.rst COPYING
+%{python_sitelib}/vcversioner.py*
+%pycache_only %{python_sitelib}/__pycache__/vcversioner.*.py*
+%{python_sitelib}/vcversioner-%{version}-py*.egg-info
 
 %changelog

++ COPYING ++
Copyright (c) 2013-2014, Aaron Gallagher <_...@habnab.it>

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
++ vcversioner-2.14.0.0.tar.gz -> vcversioner-2.16.0.0.tar.gz ++
diff -urN '--exclude=CVS' 

commit python-pandas for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-pandas for openSUSE:Factory 
checked in at 2017-04-12 17:34:48

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


Package is "python-pandas"

Wed Apr 12 17:34:48 2017 rev:2 rq:486220 version:0.19.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pandas/python-pandas-doc.changes  
2017-01-25 23:18:43.548489249 +0100
+++ /work/SRC/openSUSE:Factory/.python-pandas.new/python-pandas-doc.changes 
2017-04-12 18:20:19.579085788 +0200
@@ -1,0 +2,166 @@
+Thu Mar 30 15:00:41 UTC 2017 - toddrme2...@gmail.com
+
+- update to version 0.19.2:
+  * Enhancements
+The pd.merge_asof(), added in 0.19.0, gained some improvements:
++ pd.merge_asof() gained left_index/right_index and
+  left_by/right_by arguments (GH14253)
++ pd.merge_asof() can take multiple columns in by parameter and
+  has specialized dtypes for better performace (GH13936)
+  * Performance Improvements
++ Performance regression with PeriodIndex (GH14822)
++ Performance regression in indexing with getitem (GH14930)
++ Improved performance of .replace() (GH12745)
++ Improved performance Series creation with a datetime index and
+  dictionary data (GH14894)
+  * Bug Fixes
++ Compat with python 3.6 for pickling of some offsets (GH14685)
++ Compat with python 3.6 for some indexing exception types
+  (GH14684, GH14689)
++ Compat with python 3.6 for deprecation warnings in the test
+  suite (GH14681)
++ Compat with python 3.6 for Timestamp pickles (GH14689)
++ Compat with dateutil==2.6.0; segfault reported in the testing
+  suite (GH14621)
++ Allow nanoseconds in Timestamp.replace as a kwarg (GH14621)
++ Bug in pd.read_csv in which aliasing was being done for
+  na_values when passed in as a dictionary (GH14203)
++ Bug in pd.read_csv in which column indices for a dict-like
+  na_values were not being respected (GH14203)
++ Bug in pd.read_csv where reading files fails, if the number of
+  headers is equal to the number of lines in the file (GH14515)
++ Bug in pd.read_csv for the Python engine in which an unhelpful
+  error message was being raised when multi-char delimiters were
+  not being respected with quotes (GH14582)
++ Fix bugs (GH14734, GH13654) in pd.read_sas and
+  pandas.io.sas.sas7bdat.SAS7BDATReader that caused problems when
+  reading a SAS file incrementally.
++ Bug in pd.read_csv for the Python engine in which an unhelpful
+  error message was being raised when skipfooter was not being
+  respected by Python’s CSV library (GH13879)
++ Bug in .fillna() in which timezone aware datetime64 values were
+  incorrectly rounded (GH14872)
++ Bug in .groupby(..., sort=True) of a non-lexsorted MultiIndex
+  when grouping with multiple levels (GH14776)
++ Bug in pd.cut with negative values and a single bin (GH14652)
++ Bug in pd.to_numeric where a 0 was not unsigned on a
+  downcast='unsigned' argument (GH14401)
++ Bug in plotting regular and irregular timeseries using shared
+  axes (sharex=True or ax.twinx()) (GH13341, GH14322).
++ Bug in not propogating exceptions in parsing invalid datetimes,
+  noted in python 3.6 (GH14561)
++ Bug in resampling a DatetimeIndex in local TZ, covering a DST
+  change, which would raise AmbiguousTimeError (GH14682)
++ Bug in indexing that transformed RecursionError into KeyError or
+  IndexingError (GH14554)
++ Bug in HDFStore when writing a MultiIndex when using
+  data_columns=True (GH14435)
++ Bug in HDFStore.append() when writing a Series and passing a
+  min_itemsize argument containing a value for the index (GH11412)
++ Bug when writing to a HDFStore in table format with a
+  min_itemsize value for the index and without asking to append
+  (GH10381)
++ Bug in Series.groupby.nunique() raising an IndexError for an
+  empty Series (GH12553)
++ Bug in DataFrame.nlargest and DataFrame.nsmallest when the index
+  had duplicate values (GH13412)
++ Bug in clipboard functions on linux with python2 with unicode
+  and separators (GH13747)
++ Bug in clipboard functions on Windows 10 and python 3 (GH14362,
+  GH12807)
++ Bug in .to_clipboard() and Excel compat (GH12529)
++ Bug in DataFrame.combine_first() for integer columns (GH14687).
++ Bug in pd.read_csv() in which the dtype parameter was not being
+  respected for empty data (GH14712)
++ Bug in pd.read_csv() in which the nrows parameter was not being
+  respected for large input when using the C engine for parsing
+  (GH7626)
++ Bug in pd.merge_asof() could not handle timezone-aware
+  DatetimeIndex 

commit python-mistune for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2017-04-12 17:35:44

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


Package is "python-mistune"

Wed Apr 12 17:35:44 2017 rev:3 rq:486644 version:0.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-mistune/python-mistune.changes
2015-08-21 07:40:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mistune.new/python-mistune.changes   
2017-04-12 18:20:05.345098552 +0200
@@ -1,0 +2,30 @@
+Fri Apr  7 21:13:02 UTC 2017 - toddrme2...@gmail.com
+
+- Fix source url.
+
+---
+Fri Apr  7 20:00:54 UTC 2017 - toddrme2...@gmail.com
+
+- update to version 0.7.4:
+  * Fix escape_link method by Marcos Ojeda
+  * Handle block HTML with no content by David Baumgold
+  * Use expandtabs for tab
+  * Fix escape option for text renderer
+  * Fix HTML attribute regex pattern
+- update to version 0.7.3:
+  * Fix strikethrough regex
+  * Fix HTML attribute regex
+  * Fix close tag regex
+- update to version 0.7.2:
+  * Fix hard_wrap options on renderer.
+  * Fix emphasis regex pattern
+  * Fix base64 image link #80.
+  * Fix link security per #87.
+- update to version 0.7.1:
+  * Fix inline html when there is no content per #71.
+- specfile:
+  * Initial singlespec version
+  * update copyright year
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  mistune-0.7.tar.gz

New:

  mistune-0.7.4.tar.gz



Other differences:
--
++ python-mistune.spec ++
--- /var/tmp/diff_new_pack.2hkgqh/_old  2017-04-12 18:20:06.836887605 +0200
+++ /var/tmp/diff_new_pack.2hkgqh/_new  2017-04-12 18:20:06.840887040 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mistune
 #
-# 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
@@ -16,24 +16,24 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-mistune
-Version:0.7
+Version:0.7.4
 Release:0
 Summary:The fastest markdown parser in pure Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/lepture/mistune
-Source0:
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module setuptools}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 The fastest markdown parser in pure Python, inspired by marked.
@@ -42,15 +42,18 @@
 %setup -q -n mistune-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes %{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%python_expand nosetests-%{$python_bin_suffix}
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
-%doc LICENSE README.rst
-%{python_sitelib}/*
+%doc CHANGES.rst LICENSE README.rst
+%{python_sitearch}/*
 
 %changelog

++ mistune-0.7.tar.gz -> mistune-0.7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mistune-0.7/CHANGES.rst new/mistune-0.7.4/CHANGES.rst
--- old/mistune-0.7/CHANGES.rst 2015-07-18 14:35:33.0 +0200
+++ new/mistune-0.7.4/CHANGES.rst   2017-03-14 07:58:34.0 +0100
@@ -3,6 +3,50 @@
 
 Here is the full history of mistune.
 
+Version 0.7.4
+~
+
+Released on Mar. 14, 2017
+
+* Fix escape_link method by Marcos Ojeda
+* Handle block HTML with no content by David Baumgold
+* Use expandtabs for tab
+* Fix escape option for text renderer
+* Fix HTML attribute regex pattern
+
+Version 0.7.3
+~
+
+Released on Jun. 28, 2016
+
+* Fix strikethrough regex
+* Fix HTML attribute 

commit python-kafka-python for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-kafka-python for 
openSUSE:Factory checked in at 2017-04-12 17:32:51

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


Package is "python-kafka-python"

Wed Apr 12 17:32:51 2017 rev:3 rq:482873 version:1.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-kafka-python/python-kafka-python.changes  
2016-11-15 18:02:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-kafka-python.new/python-kafka-python.changes 
2017-04-12 18:19:58.834019252 +0200
@@ -1,0 +2,127 @@
+Mon Mar 27 08:39:42 UTC 2017 - tbecht...@suse.com
+
+- update to 1.3.3:
+  Core / Protocol
+  * Derive all api classes from Request / Response base classes (dpkp 1030)
+  * Prefer python-lz4 if available (dpkp 1024)
+  * Fix kwarg handing in kafka.protocol.struct.Struct (dpkp 1025)
+  * Fixed couple of "leaks" when gc is disabled (Mephius 979)
+  * Added `max_bytes` option and FetchRequest_v3 usage. (Drizzt1991 962)
+  * CreateTopicsRequest / Response v1 (dpkp 1012)
+  * Add MetadataRequest_v2 and MetadataResponse_v2 structures for KIP-78 
(Drizzt1991 974)
+  * KIP-88 / KAFKA-3853: OffsetFetch v2 structs (jeffwidman 971)
+  * DRY-up the MetadataRequest_v1 struct (jeffwidman 966)
+  * Add JoinGroup v1 structs (jeffwidman 965)
+  * DRY-up the OffsetCommitResponse Structs (jeffwidman 970)
+  * DRY-up the OffsetFetch structs (jeffwidman 964)
+  * time --> timestamp to match Java API (jeffwidman 969)
+  * Add support for offsetRequestV1 messages (jlafaye 951)
+  * Add FetchRequest/Response_v3 structs (jeffwidman 943)
+  * Add CreateTopics / DeleteTopics Structs (jeffwidman 944)
+  Test Infrastructure
+  * Add python3.6 to travis test suite, drop python3.3 (exponea 992)
+  * Update to 0.10.1.1 for integration testing (dpkp 953)
+  * Update vendored berkerpeksag/selectors34 to ff61b82 (Mephius 979)
+  * Remove dead code (jeffwidman 967)
+  * Update pytest fixtures to new yield syntax (jeffwidman 919)
+  Consumer
+  * Avoid re-encoding message for crc check (dpkp 1027)
+  * Optionally skip auto-commit during consumer.close (dpkp 1031)
+  * Return copy of consumer subscription set (dpkp 1029)
+  * Short-circuit group coordinator requests when NodeNotReady (dpkp 995)
+  * Avoid unknown coordinator after client poll (dpkp 1023)
+  * No longer configure a default consumer group (dpkp 1016)
+  * Dont refresh metadata on failed group coordinator request unless needed 
(dpkp 1006)
+  * Fail-fast on timeout constraint violations during KafkaConsumer creation 
(harelba 986)
+  * Default max_poll_records to Java default of 500 (jeffwidman 947)
+  * For 0.8.2, only attempt connection to coordinator if least_loaded_node 
succeeds (dpkp)
+  Producer
+  * change default timeout of KafkaProducer.close() to threading.TIMEOUT_MAX 
on py3 (mmyjona 991)
+  Client
+  * Add optional kwarg to ready/is_ready to disable metadata-priority logic 
(dpkp 1017)
+  * When closing a broker connection without error, fail in-flight-requests 
with Cancelled (dpkp 1010)
+  * Catch socket errors during ssl handshake (dpkp 1007)
+  * Drop old brokers when rebuilding broker metadata (dpkp 1005)
+  * Drop bad disconnect test -- just use the mocked-socket test (dpkp 982)
+  * Add support for Python built without ssl (minagawa-sho 954)
+  * Do not re-close a disconnected connection (dpkp)
+  * Drop unused last_failure time from BrokerConnection (dpkp)
+  * Use connection state functions where possible (dpkp)
+  * Pass error to BrokerConnection.close() (dpkp)
+  Bugfixes
+  * Free lz4 decompression context to avoid leak (dpkp 1024)
+  * Fix sasl reconnect bug: auth future must be reset on close (dpkp 1003)
+  * Fix raise exception from SubscriptionState.assign_from_subscribed (qntln 
960)
+  * Fix blackout calculation: mark last_attempt time during connection close 
(dpkp 1008)
+  * Fix buffer pool reallocation after raising timeout (dpkp 999)
+  Logging / Error Messages
+  * Add client info logging re bootstrap; log connection attempts to balance 
with close (dpkp)
+  * Minor additional logging for consumer coordinator (dpkp)
+  * Add more debug-level connection logging (dpkp)
+  * Do not need str(self) when formatting to %s (dpkp)
+  * Add new broker response errors (dpkp)
+  * Small style fixes in kafka.errors (dpkp)
+  * Include the node id in BrokerConnection logging (dpkp 1009)
+  * Replace %s with %r in producer debug log message (chekunkov 973)
+  Documentation
+  * Sphinx documentation updates (jeffwidman 1019)
+  * Add sphinx formatting to hyperlink methods (jeffwidman 898)
+  * Fix BrokerConnection api_version docs default (jeffwidman 909)
+  * PEP-8: Spacing & removed unused imports (jeffwidman 899)
+  * Move BrokerConnection docstring to class (jeffwidman 968)
+  * Move 

commit python-functools32 for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-functools32 for 
openSUSE:Factory checked in at 2017-04-12 17:35:28

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


Package is "python-functools32"

Wed Apr 12 17:35:28 2017 rev:2 rq:486633 version:3.2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-functools32/python-functools32.changes
2015-08-21 07:40:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-functools32.new/python-functools32.changes   
2017-04-12 18:19:45.519901936 +0200
@@ -1,0 +2,5 @@
+Fri Apr  7 20:53:08 UTC 2017 - toddrme2...@gmail.com
+
+- Add python2 provides for singlespec compatibility.
+
+---



Other differences:
--
++ python-functools32.spec ++
--- /var/tmp/diff_new_pack.XtBKI1/_old  2017-04-12 18:19:45.967838595 +0200
+++ /var/tmp/diff_new_pack.XtBKI1/_new  2017-04-12 18:19:45.971838030 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-functools32
 #
-# 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
@@ -28,12 +28,10 @@
 Source: 
https://pypi.python.org/packages/source/f/functools32/functools32-%{tarver}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-nose
+# For singlespec compatibility
+Provides:   python2-functools32 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 
 %description
 This is a backport of the functools standard library module from




commit python-jenkins-job-builder for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-jenkins-job-builder for 
openSUSE:Factory checked in at 2017-04-12 17:33:17

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


Package is "python-jenkins-job-builder"

Wed Apr 12 17:33:17 2017 rev:6 rq:482931 version:1.6.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jenkins-job-builder/python-jenkins-job-builder.changes
2017-03-17 15:07:21.490973979 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jenkins-job-builder.new/python-jenkins-job-builder.changes
   2017-04-12 18:19:54.538626644 +0200
@@ -1,0 +2,5 @@
+Wed Mar 22 11:49:09 GMT 2017 - aspi...@suse.com
+
+- Fix backport of patches for log parser plugin
+
+---



Other differences:
--
++ 0002-Update-logparser-plugin.patch ++
--- /var/tmp/diff_new_pack.RDKqTR/_old  2017-04-12 18:19:55.714460374 +0200
+++ /var/tmp/diff_new_pack.RDKqTR/_new  2017-04-12 18:19:55.718459808 +0200
@@ -1,22 +1,23 @@
-From a07c886c89f1afca70642ca5280716523dc8cef9 Mon Sep 17 00:00:00 2001
+From 1b40d4aec9a1311c4ffa2b86d157df761e6686c0 Mon Sep 17 00:00:00 2001
 From: Dong Ma 
 Date: Wed, 28 Sep 2016 23:50:31 -0700
-Subject: [PATCH] Update logparser plugin
+Subject: [PATCH 1/2] Update logparser plugin docstring
 
-- update logparser plugin to user convert xml
-- update logparser docstring
+This is a partial backport, in order to keep the backport of
+d3307d6938edfa45470a454b2092fe25ec6870f2 as clean as possible.
 
-Change-Id: I13b36024bcaa3cfca2c8f2d3530bbc31dc9f52a8
+(cherry picked from commit a07c886c89f1afca70642ca5280716523dc8cef9)
+
+Change-Id: I0f9f9f1248051cc6de855b803154175009781787
 ---
- jenkins_jobs/modules/publishers.py | 18 ++
- tests/publishers/fixtures/logparser001.xml |  2 +-
- 2 files changed, 11 insertions(+), 9 deletions(-)
+ jenkins_jobs/modules/publishers.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
 
 diff --git a/jenkins_jobs/modules/publishers.py 
b/jenkins_jobs/modules/publishers.py
-index 2a36c23..7ec9280 100644
+index ce2574d..47782da 100644
 --- a/jenkins_jobs/modules/publishers.py
 +++ b/jenkins_jobs/modules/publishers.py
-@@ -2146,9 +2146,10 @@ def logparser(registry, xml_parent, data):
+@@ -2076,9 +2076,10 @@ def logparser(parser, xml_parent, data):
  """yaml: logparser
  Requires the Jenkins :jenkins-wiki:`Log Parser Plugin 
`.
  
@@ -29,39 +30,6 @@
  
  Example:
  
-@@ -2158,12 +2159,13 @@ def logparser(registry, xml_parent, data):
- 
- clog = XML.SubElement(xml_parent,
-   'hudson.plugins.logparser.LogParserPublisher')
--XML.SubElement(clog, 'unstableOnWarning').text = \
--str(data.get('unstable-on-warning', False)).lower()
--XML.SubElement(clog, 'failBuildOnError').text = \
--str(data.get('fail-on-error', False)).lower()
--# v1.08: this must be the full path, the name of the rules is not enough
--XML.SubElement(clog, 'parsingRulesPath').text = data.get('parse-rules', 
'')
-+clog.set('plugin', 'log-parser')
-+mappings = [
-+('unstable-on-warning', 'unstableOnWarning', False),
-+('fail-on-error', 'failBuildOnError', False),
-+('parse-rules', 'parsingRulesPath', '')
-+]
-+helpers.convert_mapping_to_xml(clog, data, mappings, fail_required=True)
- 
- 
- def copy_to_master(parser, xml_parent, data):
-diff --git a/tests/publishers/fixtures/logparser001.xml 
b/tests/publishers/fixtures/logparser001.xml
-index 44881b7..15f3f8c 100644
 a/tests/publishers/fixtures/logparser001.xml
-+++ b/tests/publishers/fixtures/logparser001.xml
-@@ -1,7 +1,7 @@
- 
- 
-   
--
-+
-   true
-   true
-   /path/to/parserules
 -- 
 2.1.2.330.g565301e
 

++ 0003-add-two-new-options-to-Log-Parser-Plugin.patch ++
--- /var/tmp/diff_new_pack.RDKqTR/_old  2017-04-12 18:19:55.734457546 +0200
+++ /var/tmp/diff_new_pack.RDKqTR/_new  2017-04-12 18:19:55.734457546 +0200
@@ -1,7 +1,7 @@
-From d3307d6938edfa45470a454b2092fe25ec6870f2 Mon Sep 17 00:00:00 2001
+From 6fbcb2856e1dc67671a4cd38abbd502e193ee0cf Mon Sep 17 00:00:00 2001
 From: Adam Spiers 
 Date: Tue, 14 Mar 2017 13:51:08 +
-Subject: [PATCH] add two new options to Log Parser Plugin
+Subject: [PATCH 2/2] add two new options to Log Parser Plugin
 
 Support both global and per-project rules, and the showGraphs option,
 both of which became possible in the 2.0 release:
@@ -10,16 +10,18 @@
 
https://github.com/jenkinsci/log-parser-plugin/commit/ecde717b9bc618c2d4c8b2526caf10655272148c
 

commit python-amqp for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2017-04-12 17:31:29

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


Package is "python-amqp"

Wed Apr 12 17:31:29 2017 rev:21 rq:480635 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2016-01-26 
10:14:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes 
2017-04-12 18:19:21.311325142 +0200
@@ -1,0 +2,49 @@
+Wed Mar 15 09:15:18 UTC 2017 - tbecht...@suse.com
+
+- update to 2.1.4:
+  - Removes byte string comparison warnings when running under ``python -b``.
+  - Linux version parsing broke when the version included a '+' character
+(Issue #119).
+  - Now sets default TCP settings for platforms that support them (e.g. Linux).
+  - Fixes compatibility with Python 2.7.5 and below (Issue #107).
+  - Linux: Now sets the :data:`~socket.TCP_USER_TIMEOUT` flag if available
+for better failed connection detection.
+  - Python compatibility: Fixed compatibility when using the python ``-b`` 
flag.
+  - Frame writer: Account for overhead when calculating frame size.
+  - Frame writer: Account for overhead when calculating frame size.
+  - Datetimes in method frame arguments are now handled properly.
+  - Fixed compatibility with Python <= 2.7.6
+  - Frame_writer is no longer a generator, which should solve
+a rare "generator already executing" error (Issue #103).
+  - SSLTransport: Fixed crash "no attribute sslopts" when ``ssl=True``
+(Issue #100).
+  - Fixed incompatible argument spec for ``Connection.Close`` (Issue #45).
+This caused the RabbitMQ server to raise an exception (INTERNAL ERROR).
+  - Transport: No longer implements `__del__` to make sure gc can collect
+connections.
+  - Python 3: Installation requirements ended up being a generator
+and crashed setup.py.
+  - Python <= 2.7.7: struct.pack arguments cannot be unicode
+  - Python 3.4: Fixed use of `bytes % int`.
+  - Connection/Transport: Fixed handling of default port.
+  - Adds backward compatibility layer for the 1.4 API.
+  - Fixes kombu 3.0/celery 3.1 compatibility (Issue #88).
+  - Fixed compatibility with Python 2.7.3 (Issue #85)
+  - Fixed bug where calling drain_events() with a timeout of 0 would actually
+block until a frame is received.
+  - Documentation moved to http://amqp.readthedocs.io (Issue #89).
+  - No longer supports Python 2.6
+  - You must now call Connection.connect() to establish the connection.
+  - Library rewritten to anticipate async changes.
+  - Connection now exposes underlying socket options.
+  - Additional logging for heartbeats.
+  - SSL: Fixes issue with remote connection hanging
+  - SSL: ``ssl`` dict argument now supports the ``check_hostname`` key
+(Issue #63).
+- Drop tune-keepalive-intervals.diff . Similar solution applied upstream
+- Drop amqp-drop-sphinxcontrib-issuetracker-dependency.patch. No longer
+  needed
+- Switch to singlespec approach
+- Drop doc build
+
+---

Old:

  amqp-1.4.9.tar.gz
  amqp-drop-sphinxcontrib-issuetracker-dependency.patch
  tune-keepalive-intervals.diff

New:

  amqp-2.1.4.tar.gz



Other differences:
--
++ python-amqp.spec ++
--- /var/tmp/diff_new_pack.PMmgyA/_old  2017-04-12 18:19:21.831251622 +0200
+++ /var/tmp/diff_new_pack.PMmgyA/_new  2017-04-12 18:19:21.835251056 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-amqp
 #
-# 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
@@ -16,64 +16,48 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-amqp
-Version:1.4.9
+Version:2.1.4
 Release:0
 Summary:Low-level AMQP client for Python (fork of amqplib)
 License:LGPL-2.1+
 Group:  Development/Languages/Python
 Url:http://github.com/celery/py-amqp
-Source: 
https://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
+Source: https://pypi.io/packages/source/a/amqp/amqp-%{version}.tar.gz
 Source99:   %{name}.changes
-# PATCH-FIX-OPENSUSE speili...@suse.com -- Avoid excessive doc dependencies
-Patch0: amqp-drop-sphinxcontrib-issuetracker-dependency.patch
-Patch1: tune-keepalive-intervals.diff
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-# Documentation requirements:
-BuildRequires:  

commit proftpd for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2017-04-12 17:35:38

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


Package is "proftpd"

Wed Apr 12 17:35:38 2017 rev:28 rq:486641 version:1.3.5d

Changes:

--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2017-04-06 
11:03:14.794286322 +0200
+++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2017-04-12 
18:19:03.517841216 +0200
@@ -1,0 +2,13 @@
+Fri Apr  7 20:49:37 UTC 2017 - ch...@computersalat.de
+
+- fix for boo#1032443 (CVE-2017-7418)
+  * AllowChrootSymlinks not enforced by replacing a path component
+with a symbolic link
+  * add upstream commit (ecff21e0d0e84f35c299ef91d7fda088e516d4ed)
+as proftpd-AllowChrootSymlinks.patch
+- fix proftpd-tls.template
+  * reduce TLS protocols to TLSv1.1 and TLSv1.2
+  * disable TLSCACertificateFile
+  * add TLSCertificateChainFile
+
+---

New:

  proftpd-AllowChrootSymlinks.patch



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.FlhgXE/_old  2017-04-12 18:19:04.693674949 +0200
+++ /var/tmp/diff_new_pack.FlhgXE/_new  2017-04-12 18:19:04.697674383 +0200
@@ -18,10 +18,10 @@
 
 Name:   proftpd
 Summary:Highly configurable GPL-licensed FTP server software
-# Please save your time and do not update to "rc" versions.
-# We only accept updates for "STABLE" Versions
 License:GPL-2.0+
 Group:  Productivity/Networking/Ftp/Servers
+# Please save your time and do not update to "rc" versions.
+# We only accept updates for "STABLE" Versions
 Version:1.3.5d
 Release:0
 Url:http://www.proftpd.org/
@@ -35,6 +35,10 @@
 Source16:   %{name}-tls.template
 Source17:   %{name}-limit.template
 Source18:   %{name}-ssl.README
+#PATCH-FIX-UPSTREAM (CVE-2017-7418):
+# AllowChrootSymlinks not enforced by replacing a path component with a 
symbolic link
+### github commit: ecff21e0d0e84f35c299ef91d7fda088e516d4ed
+Patch0: %{name}-AllowChrootSymlinks.patch
 #PATCH-FIX-openSUSE: pam, logrotate, xinet
 Patch100:   %{name}-dist.patch
 #PATCH-FIX-openSUSE: provide a useful default config
@@ -144,6 +148,8 @@
 #gpg_verify %{S:1}
 %setup -q
 rm README.AIX
+%patch0 -p1
+#
 %patch100
 %patch101
 %patch102


++ proftpd-AllowChrootSymlinks.patch ++
commit ecff21e0d0e84f35c299ef91d7fda088e516d4ed
Author: TJ Saunders 
Date:   Mon Mar 6 08:31:29 2017 -0800

Backporting recursive handling of DefaultRoot path, when AllowChrootSymlinks
is off, to 1.3.5 branch. (CVE-2017-7418)

diff --git a/modules/mod_auth.c b/modules/mod_auth.c
index 386576162..410215979 100644
--- a/modules/mod_auth.c
+++ b/modules/mod_auth.c
@@ -2,7 +2,7 @@
  * ProFTPD - FTP server daemon
  * Copyright (c) 1997, 1998 Public Flood Software
  * Copyright (c) 1999, 2000 MacGyver aka Habeeb J. Dihu 
- * Copyright (c) 2001-2016 The ProFTPD Project team
+ * Copyright (c) 2001-2017 The ProFTPD Project team
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -688,9 +688,66 @@ static char *get_default_chdir(pool *p, xaset_t *conf) {
   return dir;
 }
 
-/* Determine if the user (non-anon) needs a default root dir other than /.
- */
+static int is_symlink_path(pool *p, const char *path, size_t pathlen) {
+  int res, xerrno = 0;
+  struct stat st;
+  char *ptr;
+
+  if (pathlen == 0) {
+return 0;
+  }
+
+  pr_fs_clear_cache();
+  res = pr_fsio_lstat(path, );
+  if (res < 0) {
+xerrno = errno;
+
+pr_log_pri(PR_LOG_WARNING, "error: unable to check %s: %s", path,
+  strerror(xerrno));
+
+errno = xerrno;
+return -1;
+  }
 
+  if (S_ISLNK(st.st_mode)) {
+errno = EPERM;
+return -1;
+  }
+
+  /* To handle the case where a component further up the path might be a
+   * symlink (which lstat(2) will NOT handle), we walk the path backwards,
+   * calling ourselves recursively.
+   */
+
+  ptr = strrchr(path, '/');
+  if (ptr != NULL) {
+char *new_path;
+size_t new_pathlen;
+
+pr_signals_handle();
+
+new_pathlen = ptr - path;
+
+/* Make sure our pointer actually changed position. */
+if (new_pathlen == pathlen) {
+  return 0;
+}
+
+new_path = pstrndup(p, path, new_pathlen);
+
+pr_log_debug(DEBUG10,
+  "AllowChrootSymlink: path '%s' not a symlink, checking '%s'", path,
+  new_path);
+res = is_symlink_path(p, new_path, new_pathlen);
+if (res < 0) {
+  return -1;
+}
+  }
+
+  return 0;
+}
+
+/* Determine if the user 

commit python-astroid for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package python-astroid for openSUSE:Factory 
checked in at 2017-04-12 17:31:55

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


Package is "python-astroid"

Wed Apr 12 17:31:55 2017 rev:12 rq:481993 version:1.4.9.git.1489768950.31f21cd

Changes:

--- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes
2016-04-22 16:22:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-astroid.new/python-astroid.changes   
2017-04-12 18:19:23.243051987 +0200
@@ -1,0 +2,13 @@
+Mon Feb 27 14:05:03 UTC 2017 - jmate...@suse.com
+
+- update for singlespec
+- update to 1.4.9
+  * classes can now know their definition-time arguments
+  * getitem() now accepts node objects
+  * explicit namespace package support
+  * see more details in ChangeLog
+- update to 2.0-pre-release git version for python 3.6 support
+  (boo#1026174)
+- enable test suite for all pythons
+
+---

Old:

  astroid-1.4.4.tar.gz

New:

  _service
  astroid-1.4.9.git.1489768950.31f21cd.tar.gz
  pytest.ini



Other differences:
--
++ python-astroid.spec ++
--- /var/tmp/diff_new_pack.Y3HJaH/_old  2017-04-12 18:19:23.830968853 +0200
+++ /var/tmp/diff_new_pack.Y3HJaH/_new  2017-04-12 18:19:23.834968287 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astroid
 #
-# 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
@@ -16,26 +16,40 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-astroid
-Version:1.4.4
+Version:1.4.9.git.1489768950.31f21cd
 Release:0
-Url:https://github.com/pycqa/astroid
 Summary:Rebuild a new abstract syntax tree from Python's ast
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
-Source: 
https://pypi.python.org/packages/source/a/astroid/astroid-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
+Url:https://github.com/pycqa/astroid
+# replaced for github pre-release
+#Source: 
https://files.pythonhosted.org/packages/source/a/astroid/astroid-%{version}.tar.gz
+Source: astroid-%{version}.tar.gz
+Source1:pytest.ini
+BuildRequires:  %{python_module lazy-object-proxy}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module wrapt}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python2-backports.functools_lru_cache
+BuildRequires:  python2-enum34
+BuildRequires:  python2-singledispatch
+Requires:   python-lazy-object-proxy
 Requires:   python-six
-Requires:   python-lazy_object_proxy
 Requires:   python-wrapt
-%if 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+%ifpython2
+Requires:   python-backports.functools_lru_cache
+Requires:   python-enum34
+Requires:   python-singledispatch
 %endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%python_subpackages
 
 %description
 The aim of this module is to provide a common base representation of
@@ -53,18 +67,24 @@
 objects.
 
 %prep
-%setup -n astroid-%{version}
+%setup -q -n astroid-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root="%{buildroot}"
+%python_install
+%fdupes %{buildroot}%{_prefix}
+
+%check
+cp %{S:1} .
+%python_exec -m pytest -s
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc COPYING COPYING.LESSER ChangeLog README.rst
 %{python_sitelib}/astroid/
-%{python_sitelib}/astroid-%{version}-py*.egg-info
+#%{python_sitelib}/astroid-%{version}-py*.egg-info
+%{python_sitelib}/astroid-*.egg-info
 
 %changelog

++ _service ++



  git
  https://github.com/pycqa/astroid.git
  astroid
  1.4.9.git




  gz
  *.tar




++ pytest.ini ++
[pytest]
python_files = astroid/tests/unittest_*.py
norecursedirs = _build.* build



commit postgresql96-plr for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package postgresql96-plr for 
openSUSE:Factory checked in at 2017-04-12 17:32:31

Comparing /work/SRC/openSUSE:Factory/postgresql96-plr (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql96-plr.new (New)


Package is "postgresql96-plr"

Wed Apr 12 17:32:31 2017 rev:2 rq:482334 version:8.3.0.17

Changes:

--- /work/SRC/openSUSE:Factory/postgresql96-plr/postgresql96-plr.changes
2017-03-02 19:26:23.512552445 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql96-plr.new/postgresql96-plr.changes   
2017-04-12 18:18:56.890778310 +0200
@@ -1,0 +2,5 @@
+Thu Mar 23 12:12:40 UTC 2017 - jeng...@inai.de
+
+- Avoid unnecessary %__-type macro indirection
+
+---



Other differences:
--
++ postgresql96-plr.spec ++
--- /var/tmp/diff_new_pack.Hbb7FY/_old  2017-04-12 18:18:57.550684997 +0200
+++ /var/tmp/diff_new_pack.Hbb7FY/_new  2017-04-12 18:18:57.554684431 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package postgresql-plr
+# spec file for package postgresql96-plr
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pgversion 96
 # Thanks upstream :-)
 %define sname plr
@@ -100,7 +101,7 @@
 USE_PGXS=1 %__make %{?extension} %{?_smp_mflags}; 
 
 %install
-%{__mkdir} -p %{buildroot}/etc/ld.so.conf.d/
+mkdir -p %{buildroot}/etc/ld.so.conf.d/
 # okay keep this method until using rpath is completed
 cat  > %{buildroot}/etc/ld.so.conf.d/%{name}.conf < %{buildroot}/etc/ld.so.conf.d/%{name}.conf <

commit powermanga for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package powermanga for openSUSE:Factory 
checked in at 2017-04-12 17:37:30

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


Package is "powermanga"

Wed Apr 12 17:37:30 2017 rev:4 rq:487177 version:0.93.1

Changes:

--- /work/SRC/openSUSE:Factory/powermanga/powermanga.changes2015-12-24 
12:17:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.powermanga.new/powermanga.changes   
2017-04-12 18:18:58.726518729 +0200
@@ -1,0 +2,5 @@
+Fri Apr  7 19:10:43 UTC 2017 - meiss...@suse.com
+
+- own /var/games as filesystem no longer owns it
+
+---



Other differences:
--
++ powermanga.spec ++
--- /var/tmp/diff_new_pack.38poSK/_old  2017-04-12 18:18:59.478412408 +0200
+++ /var/tmp/diff_new_pack.38poSK/_new  2017-04-12 18:18:59.482411842 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package powermanga
 #
-# 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
@@ -100,6 +100,7 @@
 %{_datadir}/icons/hicolor/
 %{_datadir}/pixmaps/%{name}.png
 %{_libexecdir}/%{name}
+%dir %{_localstatedir}/games/
 %attr(0755,root,games) %{_localstatedir}/games/%{name}
 %config(noreplace) %attr(0664,root,games) 
%{_localstatedir}/games/%{name}/%{name}.hi
 %config(noreplace) %attr(0664,root,games) 
%{_localstatedir}/games/%{name}/%{name}.hi-easy




commit lua-lmod for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package lua-lmod for openSUSE:Factory 
checked in at 2017-04-12 17:36:40

Comparing /work/SRC/openSUSE:Factory/lua-lmod (Old)
 and  /work/SRC/openSUSE:Factory/.lua-lmod.new (New)


Package is "lua-lmod"

Wed Apr 12 17:36:40 2017 rev:2 rq:486722 version:6.5.11

Changes:

--- /work/SRC/openSUSE:Factory/lua-lmod/lua-lmod.changes2017-03-04 
16:48:37.590835649 +0100
+++ /work/SRC/openSUSE:Factory/.lua-lmod.new/lua-lmod.changes   2017-04-12 
18:14:32.776125819 +0200
@@ -1,0 +2,6 @@
+Fri Apr  7 15:50:53 UTC 2017 - e...@suse.com
+
+- Build and package man page and other documentation, create a separate 
+  package for additional documentation (bsc#1032970).
+
+---



Other differences:
--
++ lua-lmod.spec ++
--- /var/tmp/diff_new_pack.j4ZK19/_old  2017-04-12 18:14:33.564014408 +0200
+++ /var/tmp/diff_new_pack.j4ZK19/_new  2017-04-12 18:14:33.568013843 +0200
@@ -44,6 +44,30 @@
 BuildRequires: rsync
 BuildRequires: tcl
 BuildRequires: procps
+BuildRequires: python-Sphinx
+%if 0%{?sle_version} == 0 || 0%{?sle_version} > 121000
+BuildRequires: python-Sphinx-latex
+%endif
+BuildRequires: texlive
+BuildRequires: texlive-threeparttable
+BuildRequires: texlive-multirow
+BuildRequires: texlive-wrapfig
+BuildRequires: texlive-upquote
+BuildRequires: texlive-cmap
+BuildRequires: texlive-babel
+BuildRequires: texlive-babel-english
+BuildRequires: texlive-psnfss
+BuildRequires: texlive-fancyhdr
+BuildRequires: texlive-fancybox
+BuildRequires: texlive-titlesec
+BuildRequires: texlive-framed
+BuildRequires: texlive-fancyvrb
+BuildRequires: texlive-mdwtools
+BuildRequires: texlive-parskip
+BuildRequires: texlive-times
+BuildRequires: texlive-helvetic
+BuildRequires: texlive-courier
+BuildRequires: texlive-dvips
 
 Requires: lua >= %{lua_version}
 Requires: lua-luafilesystem
@@ -55,6 +79,13 @@
 Lmod is an Environment Module System based on Lua, Reads TCL Modules,
 Supports a Software Hierarchy.
 
+%package doc
+Summary:   Documentation for Lmod
+Group: Documentation/Libraries/Other
+
+%description doc
+Documentation (pdf) for the Lmod Environment Modules System
+
 %prep
 %setup -q -n Lmod-%{version}
 %patch1 -p1
@@ -70,6 +101,8 @@
 --with-redirect=yes \
 --with-autoSwap=no
 make 
+find my_docs/ -name .gitignore | xargs rm
+cd docs; make latexpdf man; cd ..
 
 %install
 export LUA_CPATH="%{lua_cpath}"
@@ -85,6 +118,8 @@
 mkdir -p %{buildroot}%{lua_lmod_modulesdir}
 mkdir -p %{buildroot}%{lua_lmod_admin_modulesdir}
 mkdir -p %{buildroot}%{lua_lmod_moduledeps}
+mkdir -p %{buildroot}/%{_mandir}/man1  
 
+install -p -m644 docs/build/man/lmod.1 %{buildroot}/%{_mandir}/man1/
 
 # Fix exec warning
 chmod u+x %{buildroot}%{_datadir}/lmod/%{version}/libexec/ignore_dirs_converter
@@ -106,7 +141,13 @@
 %dir %{lua_lmod_admin_modulesdir}
 %dir %{lua_lmod_moduledeps}
 %{_datadir}/lmod/*
+%{_mandir}/man1/lmod.1.*
 %doc License
 %doc README
 
+%files doc
+%defattr(-,root,root,-)
+%doc my_docs/*.txt my_docs/*.pdf my_docs/*.md
+%doc docs/build/latex/Lmod.pdf
+
 %changelog




commit perl-SQL-Statement for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2017-04-12 17:36:03

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


Package is "perl-SQL-Statement"

Wed Apr 12 17:36:03 2017 rev:31 rq:486676 version:1.412

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Statement/perl-SQL-Statement.changes
2016-04-22 16:24:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2017-04-12 18:17:49.680282325 +0200
@@ -1,0 +2,21 @@
+Fri Apr  7 06:45:08 UTC 2017 - co...@suse.com
+
+- updated to 1.412
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+  1.4122017-04-06
+  * Release 1.411_001 without further changes as 1.412
+  
+  1.411_001 2017-03-30
+  [Bug fixes]
+  * Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix
+typo on error handling) (thanks to Yanick Champoux, James R. Leu)
+  * fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar)
+  * fix test failing with blead-perl (Jens Rehsack)
+  
+  [Improvements]
+  * Refactor constraints processing (Ovidiu Gheorghies)
+  * Support parsing of complex JOIN clause (containing OR and ()'s) (James 
R. Leu)
+  * handle backtick quoting (Ben Hengst)
+
+---

Old:

  SQL-Statement-1.410.tar.gz

New:

  SQL-Statement-1.412.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.yfJr0T/_old  2017-04-12 18:17:50.336189574 +0200
+++ /var/tmp/diff_new_pack.yfJr0T/_new  2017-04-12 18:17:50.340189008 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-SQL-Statement
-Version:1.410
+Version:1.412
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SQL-Statement/
-Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md
+%doc Changes GPL-1 GPL-2.0 README README.md
+%license ARTISTIC-1.0 LICENSE
 
 %changelog

++ SQL-Statement-1.410.tar.gz -> SQL-Statement-1.412.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.410/Changes 
new/SQL-Statement-1.412/Changes
--- old/SQL-Statement-1.410/Changes 2016-04-11 14:50:15.0 +0200
+++ new/SQL-Statement-1.412/Changes 2017-04-06 14:13:43.0 +0200
@@ -1,8 +1,23 @@
 Changes log for Perl extension SQL::Statement
 
+1.412  2017-04-06
+* Release 1.411_001 without further changes as 1.412
+
+1.411_001 2017-03-30
+[Bug fixes]
+* Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix
+  typo on error handling) (thanks to Yanick Champoux, James R. Leu)
+* fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar)
+* fix test failing with blead-perl (Jens Rehsack)
+
+[Improvements]
+* Refactor constraints processing (Ovidiu Gheorghies)
+* Support parsing of complex JOIN clause (containing OR and ()'s) (James 
R. Leu)
+* handle backtick quoting (Ben Hengst)
+
 1.410 2016-04-11
 [Bug fixes]
-* Fix RT#113625 - Unnecessary x-bits (Kent Fredric)
+* Fix RT#113625 - Unnecessary x-bits (Kent Fredric, Mohammad S Anwar)
 
 [Documentation]
 * pod2markdown README.md from lib/SQL/Statement.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.410/MANIFEST 
new/SQL-Statement-1.412/MANIFEST
--- old/SQL-Statement-1.410/MANIFEST2016-04-11 15:06:22.0 +0200
+++ new/SQL-Statement-1.412/MANIFEST2017-04-06 14:47:47.0 +0200
@@ -40,8 +40,11 @@
 t/10limit.t
 t/12eval.t
 t/14parse.t
+t/15parse.t
+t/16parse.t
 t/17quoting.t
 t/23dialects.t
+t/99backtick.t
 t/SQLtest.pm
 t/TestLib.pm
 META.yml  

commit perl-MooseX-Types-Path-Tiny for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-MooseX-Types-Path-Tiny for 
openSUSE:Factory checked in at 2017-04-12 17:36:17

Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Tiny.new (New)


Package is "perl-MooseX-Types-Path-Tiny"

Wed Apr 12 17:36:17 2017 rev:6 rq:486679 version:0.012

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Types-Path-Tiny/perl-MooseX-Types-Path-Tiny.changes
  2015-04-15 16:26:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Types-Path-Tiny.new/perl-MooseX-Types-Path-Tiny.changes
 2017-04-12 18:17:32.390727207 +0200
@@ -1,0 +2,6 @@
+Fri Apr  7 06:18:17 UTC 2017 - co...@suse.com
+
+- updated to 0.012
+   see /usr/share/doc/packages/perl-MooseX-Types-Path-Tiny/Changes
+
+---

Old:

  MooseX-Types-Path-Tiny-0.011.tar.gz

New:

  MooseX-Types-Path-Tiny-0.012.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-MooseX-Types-Path-Tiny.spec ++
--- /var/tmp/diff_new_pack.D02wmy/_old  2017-04-12 18:17:33.162618055 +0200
+++ /var/tmp/diff_new_pack.D02wmy/_new  2017-04-12 18:17:33.166617490 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Types-Path-Tiny
 #
-# 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
@@ -17,22 +17,25 @@
 
 
 Name:   perl-MooseX-Types-Path-Tiny
-Version:0.011
+Version:0.012
 Release:0
 %define cpan_name MooseX-Types-Path-Tiny
 Summary:Path::Tiny types and coercions for Moose
 License:Apache-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Types-Path-Tiny/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Temp) >= 0.18
 BuildRequires:  perl(File::pushd)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.037
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Moose) >= 2
+BuildRequires:  perl(MooseX::Getopt)
 BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(MooseX::Types::Stringlike)
@@ -41,6 +44,7 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(namespace::autoclean)
 Requires:   perl(Moose) >= 2
+Requires:   perl(MooseX::Getopt)
 Requires:   perl(MooseX::Types)
 Requires:   perl(MooseX::Types::Moose)
 Requires:   perl(MooseX::Types::Stringlike)
@@ -49,16 +53,12 @@
 %{perl_requires}
 
 %description
-This module provides the Path::Tiny manpage types for the Moose manpage. It
-handles two important types of coercion:
+This module provides Path::Tiny types for Moose. It handles two important
+types of coercion:
 
-* *
+  * coercing objects with overloaded stringification
 
-  coercing objects with overloaded stringification
-
-* *
-
-  coercing to absolute paths
+  * coercing to absolute paths
 
 It also can check to ensure that files or directories exist.
 
@@ -78,6 +78,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ MooseX-Types-Path-Tiny-0.011.tar.gz -> 
MooseX-Types-Path-Tiny-0.012.tar.gz ++
 4335 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-PerlIO-utf8_strict for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-PerlIO-utf8_strict for 
openSUSE:Factory checked in at 2017-04-12 17:36:10

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


Package is "perl-PerlIO-utf8_strict"

Wed Apr 12 17:36:10 2017 rev:5 rq:486677 version:0.007

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-PerlIO-utf8_strict/perl-PerlIO-utf8_strict.changes
  2017-03-14 10:07:14.250510789 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-PerlIO-utf8_strict.new/perl-PerlIO-utf8_strict.changes
 2017-04-12 18:17:44.161062787 +0200
@@ -1,0 +2,10 @@
+Fri Apr  7 06:34:23 UTC 2017 - co...@suse.com
+
+- updated to 0.007
+   see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes
+
+  0.007 2017-04-06 14:58:37+02:00 Europe/Amsterdam
+- Adapt to dot no longer being in @INC
+- Adapt to unicode syswrite being deprecated
+
+---

Old:

  PerlIO-utf8_strict-0.006.tar.gz

New:

  PerlIO-utf8_strict-0.007.tar.gz



Other differences:
--
++ perl-PerlIO-utf8_strict.spec ++
--- /var/tmp/diff_new_pack.XfwaB7/_old  2017-04-12 18:17:44.732981913 +0200
+++ /var/tmp/diff_new_pack.XfwaB7/_new  2017-04-12 18:17:44.744980217 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-PerlIO-utf8_strict
-Version:0.006
+Version:0.007
 Release:0
 %define cpan_name PerlIO-utf8_strict
 Summary:Fast and correct UTF-8 IO

++ PerlIO-utf8_strict-0.006.tar.gz -> PerlIO-utf8_strict-0.007.tar.gz ++
 2344 lines of diff (skipped)




commit perl-GDGraph for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-GDGraph for openSUSE:Factory 
checked in at 2017-04-12 17:35:24

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


Package is "perl-GDGraph"

Wed Apr 12 17:35:24 2017 rev:23 rq:486460 version:1.54

Changes:

--- /work/SRC/openSUSE:Factory/perl-GDGraph/perl-GDGraph.changes
2017-01-22 00:17:26.518488417 +0100
+++ /work/SRC/openSUSE:Factory/.perl-GDGraph.new/perl-GDGraph.changes   
2017-04-12 18:16:58.483521942 +0200
@@ -1,0 +2,6 @@
+Wed Apr  5 14:17:02 UTC 2017 - m...@suse.com
+
+- added perl-ExtUtils-MakeMaker to Build requires
+  that fixed build for SLE-12-SP2 and openSUSE leap 42.x
+
+---



Other differences:
--
++ perl-GDGraph.spec ++
--- /var/tmp/diff_new_pack.VW4xU3/_old  2017-04-12 18:16:59.063439937 +0200
+++ /var/tmp/diff_new_pack.VW4xU3/_new  2017-04-12 18:16:59.067439372 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GDGraph
 #
-# 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
@@ -29,6 +29,7 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
+BuildRequires:  perl-ExtUtils-MakeMaker >= 6.76
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny) >= 0.30
 BuildRequires:  perl(GD) >= 1.18




commit perl-MIME-tools for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-MIME-tools for openSUSE:Factory 
checked in at 2017-04-12 17:36:25

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


Package is "perl-MIME-tools"

Wed Apr 12 17:36:25 2017 rev:36 rq:486682 version:5.509

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-tools/perl-MIME-tools.changes  
2016-09-26 12:36:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MIME-tools.new/perl-MIME-tools.changes 
2017-04-12 18:17:16.289004115 +0200
@@ -1,0 +2,24 @@
+Fri Apr  7 06:06:32 UTC 2017 - co...@suse.com
+
+- updated to 5.509
+   see /usr/share/doc/packages/perl-MIME-tools/ChangeLog
+
+  5.509  2017-04-05  Dianne Skoll 
+  
+   * VERSION 5.509 RELEASED
+  
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=120871
+ Makefile.PL fails with no '.' in @INC
+  
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=118262
+ Test t/Ref.t fails on Windows install
+  
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=119166
+ MIME::Parser::parse_data() should check what it gets back...
+  
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=119568
+ Allow 
+ to be used as line-end delimeter when outputting MIME
+ message.
+
+---

Old:

  MIME-tools-5.508.tar.gz

New:

  MIME-tools-5.509.tar.gz



Other differences:
--
++ perl-MIME-tools.spec ++
--- /var/tmp/diff_new_pack.N9lGv7/_old  2017-04-12 18:17:17.752797123 +0200
+++ /var/tmp/diff_new_pack.N9lGv7/_new  2017-04-12 18:17:17.756796558 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-tools
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-MIME-tools
-Version:5.508
+Version:5.509
 Release:0
 %define cpan_name MIME-tools
 Summary:Tools to manipulate MIME messages
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MIME-tools/
-Source0:
http://www.cpan.org/authors/id/D/DS/DSKOLL/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,6 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog COPYING examples README
+%doc ChangeLog examples README
+%license COPYING
 
 %changelog

++ MIME-tools-5.508.tar.gz -> MIME-tools-5.509.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.508/ChangeLog 
new/MIME-tools-5.509/ChangeLog
--- old/MIME-tools-5.508/ChangeLog  2016-08-29 16:46:05.0 +0200
+++ new/MIME-tools-5.509/ChangeLog  2017-04-05 19:32:53.0 +0200
@@ -1,3 +1,20 @@
+5.5092017-04-05  Dianne Skoll 
+
+   * VERSION 5.509 RELEASED
+
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=120871
+ Makefile.PL fails with no '.' in @INC
+
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=118262
+ Test t/Ref.t fails on Windows install
+
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=119166
+ MIME::Parser::parse_data() should check what it gets back...
+
+   * Fix CPAN bug https://rt.cpan.org/Ticket/Display.html?id=119568
+ Allow \r\n to be used as line-end delimeter when outputting MIME
+ message.
+
 5.5082016-08-29  Dianne Skoll 
 
* VERSION 5.508 RELEASED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MIME-tools-5.508/MANIFEST 
new/MIME-tools-5.509/MANIFEST
--- old/MIME-tools-5.508/MANIFEST   2016-04-21 21:36:02.0 +0200
+++ new/MIME-tools-5.509/MANIFEST   2017-01-05 17:27:10.0 +0100
@@ -1,11 +1,5 @@
-COPYING
 ChangeLog
-INSTALLING
-MANIFEST
-META.yml
-Makefile.PL
-README
-examples/README
+COPYING
 examples/mimeabuse
 examples/mimedump
 examples/mimeencode
@@ -16,6 +10,7 @@
 examples/mimesend
 examples/mimesender
 examples/mimetour
+examples/README
 inc/Module/Install.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
@@ -24,18 +19,19 @@
 inc/Module/Install/Metadata.pm
 

commit perl-Minion for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2017-04-12 17:36:21

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


Package is "perl-Minion"

Wed Apr 12 17:36:21 2017 rev:24 rq:486681 version:6.05

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2017-03-24 
02:23:26.680867167 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2017-04-12 18:17:21.048331110 +0200
@@ -1,0 +2,12 @@
+Fri Apr  7 06:12:47 UTC 2017 - co...@suse.com
+
+- updated to 6.05
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  6.05  2017-04-03
+- Added support for sharing worker status information.
+- Improved retry methods to allow for active jobs to be retried as well.
+- Improved job command to show timestamps in RFC 3339 
(1994-11-06T08:49:37Z)
+  format.
+
+---

Old:

  Minion-6.04.tar.gz

New:

  Minion-6.05.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.yHxk97/_old  2017-04-12 18:17:21.576256457 +0200
+++ /var/tmp/diff_new_pack.yHxk97/_new  2017-04-12 18:17:21.580255892 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:6.04
+Version:6.05
 Release:0
 %define cpan_name Minion
 Summary:Job queue
@@ -30,8 +30,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Mojolicious) >= 6.0
-Requires:   perl(Mojolicious) >= 6.0
+BuildRequires:  perl(Mojolicious) >= 7.29
+Requires:   perl(Mojolicious) >= 7.29
 %{perl_requires}
 
 %description

++ Minion-6.04.tar.gz -> Minion-6.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.04/Changes new/Minion-6.05/Changes
--- old/Minion-6.04/Changes 2017-03-18 16:16:36.0 +0100
+++ new/Minion-6.05/Changes 2017-04-03 23:12:58.0 +0200
@@ -1,4 +1,10 @@
 
+6.05  2017-04-03
+  - Added support for sharing worker status information.
+  - Improved retry methods to allow for active jobs to be retried as well.
+  - Improved job command to show timestamps in RFC 3339 (1994-11-06T08:49:37Z)
+format.
+
 6.04  2017-03-18
   - Added -f option to worker command.
   - Removed -r option from job command, so you have to write --remove from now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.04/META.json new/Minion-6.05/META.json
--- old/Minion-6.04/META.json   2017-03-20 09:56:59.0 +0100
+++ new/Minion-6.05/META.json   2017-04-06 13:54:38.0 +0200
@@ -33,7 +33,7 @@
   },
   "runtime" : {
  "requires" : {
-"Mojolicious" : "6.0",
+"Mojolicious" : "7.29",
 "perl" : "5.010001"
  }
   }
@@ -54,6 +54,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.04",
+   "version" : "6.05",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.04/META.yml new/Minion-6.05/META.yml
--- old/Minion-6.04/META.yml2017-03-20 09:56:59.0 +0100
+++ new/Minion-6.05/META.yml2017-04-06 13:54:38.0 +0200
@@ -19,7 +19,7 @@
 - inc
 - t
 requires:
-  Mojolicious: '6.0'
+  Mojolicious: '7.29'
   perl: '5.010001'
 resources:
   IRC: irc://irc.perl.org/#mojo
@@ -27,5 +27,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/minion.git
-version: '6.04'
+version: '6.05'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.04/Makefile.PL new/Minion-6.05/Makefile.PL
--- old/Minion-6.04/Makefile.PL 2016-06-24 08:49:50.0 +0200
+++ new/Minion-6.05/Makefile.PL 2017-04-03 19:47:30.0 +0200
@@ -28,6 +28,6 @@
   x_IRC => 'irc://irc.perl.org/#mojo'
 },
   },
-  PREREQ_PM => {Mojolicious => '6.0'},
+  PREREQ_PM => {Mojolicious => '7.29'},
   test  => {TESTS   => 't/*.t t/*/*.t'}
 );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.04/README.md new/Minion-6.05/README.md
--- old/Minion-6.04/README.md   2017-02-14 20:38:10.0 +0100
+++ new/Minion-6.05/README.md   2017-04-03 20:12:28.0 +0200
@@ -51,4 +51,4 @@
 ## Want to know more?
 
   Take a look at our excellent
-  

commit perl-Clone for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2017-04-12 17:35:53

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


Package is "perl-Clone"

Wed Apr 12 17:35:53 2017 rev:27 rq:486674 version:0.39

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2015-04-25 
21:16:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2017-04-12 18:16:32.659173685 +0200
@@ -1,0 +2,10 @@
+Sat Apr  8 05:16:16 UTC 2017 - co...@suse.com
+
+- updated to 0.39
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.39 2017-04-07 13:06:00  garu
+- use explicit '.' in tests since it may not be in @INC
+  anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
+
+---

Old:

  Clone-0.38.tar.gz

New:

  Clone-0.39.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.0r7tlI/_old  2017-04-12 18:16:33.167101861 +0200
+++ /var/tmp/diff_new_pack.0r7tlI/_new  2017-04-12 18:16:33.171101295 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Clone
-Version:0.38
+Version:0.39
 Release:0
 %define cpan_name Clone
 Summary:Recursively Copy Perl Datatypes
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
-Source0:
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -47,7 +47,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Clone-0.38.tar.gz -> Clone-0.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/Changes new/Clone-0.39/Changes
--- old/Clone-0.38/Changes  2015-01-18 22:34:32.0 +0100
+++ new/Clone-0.39/Changes  2017-04-07 13:11:24.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Clone
 
+0.39 2017-04-07 13:06:00  garu
+  - use explicit '.' in tests since it may not be in @INC
+anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
+
 0.38 2015-01-18 19:27:41  garu
   - typo fixes and improvements to the README (zmughal)
   - travis/coveralls integration (zmughal)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/Clone.pm new/Clone-0.39/Clone.pm
--- old/Clone-0.38/Clone.pm 2015-01-18 22:34:00.0 +0100
+++ new/Clone-0.39/Clone.pm 2017-04-07 13:11:56.0 +0200
@@ -11,7 +11,7 @@
 @EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.38';
+$VERSION = '0.39';
 
 bootstrap Clone $VERSION;
 
@@ -81,7 +81,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2001-2015 Ray Finch. All Rights Reserved.
+Copyright 2001-2017 Ray Finch. All Rights Reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/META.json new/Clone-0.39/META.json
--- old/Clone-0.38/META.json2015-01-18 22:36:01.0 +0100
+++ new/Clone-0.39/META.json2017-04-07 13:22:02.0 +0200
@@ -4,7 +4,7 @@
   "Ray Finch "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.142690",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -46,5 +46,6 @@
  "url" : "http://github.com/garu/Clone;
   }
},
-   "version" : "0.38"
+   "version" : "0.39",
+   "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/META.yml new/Clone-0.39/META.yml
--- old/Clone-0.38/META.yml 2015-01-18 22:36:01.0 +0100
+++ new/Clone-0.39/META.yml 

commit pdns for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package pdns for openSUSE:Factory checked in 
at 2017-04-12 17:35:10

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


Package is "pdns"

Wed Apr 12 17:35:10 2017 rev:47 rq:486326 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/pdns/pdns.changes2017-02-04 
15:44:18.307540552 +0100
+++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes   2017-04-12 
18:16:13.121936379 +0200
@@ -1,0 +2,7 @@
+Fri Mar 31 09:25:59 UTC 2017 - mrueck...@suse.de
+
+- added pdns-4.0.3_allow_dacoverride_in_capset.patch:
+  Adding CAP_DAC_OVERRIDE to fix startup problems with sqlite3
+  backend
+
+---

New:

  pdns-4.0.3_allow_dacoverride_in_capset.patch



Other differences:
--
++ pdns.spec ++
--- /var/tmp/diff_new_pack.EJU71f/_old  2017-04-12 18:16:14.001811959 +0200
+++ /var/tmp/diff_new_pack.EJU71f/_new  2017-04-12 18:16:14.013810262 +0200
@@ -145,6 +145,7 @@
 Source3:
http://downloads.powerdns.com/releases/pdns-%{pkg_version}.tar.bz2.sig
 Source1:rcpdns
 Source2:README.opendbx
+Patch:  pdns-4.0.3_allow_dacoverride_in_capset.patch
 Summary:Modern, advanced and high performance authoritative-only 
nameserver
 License:GPL-2.0
 Group:  Productivity/Networking/DNS/Servers
@@ -312,6 +313,7 @@
 
 %prep
 %setup -n %{name}-%{pkg_version}
+%patch -p1
 %if %{with pdns_opendbx}
 cp %{S:2} README.opendbx
 %endif


++ pdns-4.0.3_allow_dacoverride_in_capset.patch ++
situation:

/var/lib/pdnspdns:pdns 750
/var/lib/pdns/sqlite3.db pdns:pdns 640

during start up it seems pdns tries to open the file as root
which fails because of the permissions, internally it tries to
open it with dac override capability, which fails as it isn't
in the capability set.

Adding CAP_DAC_OVERRIDE fixes the start problems.


Index: pdns-4.0.3/pdns/pdns.service.in
===
--- pdns-4.0.3.orig/pdns/pdns.service.in
+++ pdns-4.0.3/pdns/pdns.service.in
@@ -13,7 +13,7 @@ RestartSec=1
 StartLimitInterval=0
 PrivateTmp=true
 PrivateDevices=true
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_CHOWN 
CAP_SYS_CHROOT
+CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETGID CAP_SETUID CAP_CHOWN 
CAP_SYS_CHROOT CAP_DAC_OVERRIDE
 NoNewPrivileges=true
 # ProtectSystem=full will disallow write access to /etc and /usr, possibly
 # not being able to write slaved-zones into sqlite3 or zonefiles.



commit openscap for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2017-04-12 17:35:15

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


Package is "openscap"

Wed Apr 12 17:35:15 2017 rev:49 rq:486410 version:1.2.14

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2017-01-09 
11:01:06.282118124 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2017-04-12 
18:15:51.696966002 +0200
@@ -1,0 +2,40 @@
+Fri Apr  7 09:35:00 UTC 2017 - jeng...@inai.de
+
+- Remove line-trailing whitespace from last changelog entry.
+- Rename %soname to %sover to better reflect its use.
+- Replace unnecessary %__-type macro indirections.
+
+---
+Tue Mar 21 12:20:23 UTC 2017 - meiss...@suse.com
+
+- openscap-1.2.14 / 21-03-2017
+  - New features
+- Detailed information about ARF files in 'oscap info' (issue #664)
+- XSLT template creating XCCDF files from OVAL files
+- Generating remediation scripts from ARF
+- Significant improvements of User Manual (issue #249, #513)
+- HTML report UX improvements (issue #601, #620, #622, #655)
+- Warnings are shown by default
+- Verbose mode is available in 'xccdf remediate' module (issue #520)
+- Added Fedora 26, Fedora 27 and OpenSUSE 42.2 CPEs (issue #698)
+- Support for Anaconda remediation in HTML report
+  - Maintenance
+- Fixed CPE dictionary to identify RHEVH as RHEL7 (RHBZ #1420038)
+- Fixed systemd probes crashes inside containers (RHBZ #1431186, issue 
#700)
+- Added a warning on non-existing XCCDF Benchmarks (issue #614)
+- Fixed output on terminals with white background (RHBZ #1365911, issue 
#512)
+- Error handling in oscap-vm (RHBZ #1391754)
+- Fixed SCE stderr stalling (RHBZ #1420811)
+- Fixed Android OVAL schema (issue #279)
+- Fixed absolute filepath parsing in OVAL (RHBZ #1312831, #1312824)
+- Fixes based on Coverity scan report (issue #581, #634, #681)
+- Fixed duplicated error messages (issue #707)
+- Fixed XCCDF score calculation (issue #617)
+- Fixed segmentation faults in RPM probes (RHBZ #1414303, #1414312)
+- Fixed failing DataStream build if "@" is in filepath
+- Fixed missing header in result-oriented Ansible remediations
+- Memory leak and resource leak fixes (issue #635, #636)
+- New upstream tests
+- Many minor fixes and improvements
+
+---

Old:

  openscap-1.2.13.tar.gz
  openscap-1.2.13.tar.gz.sha1sum

New:

  1.2.14.tar.gz



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.xBUYpw/_old  2017-04-12 18:15:52.940790118 +0200
+++ /var/tmp/diff_new_pack.xBUYpw/_new  2017-04-12 18:15:52.944789552 +0200
@@ -16,14 +16,13 @@
 #
 
 
-%define soname 8
+%define sover 8
 %define with_bindings 0
 
 Name:   openscap
-Version:1.2.13
+Version:1.2.14
 Release:1.0
-Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
-Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
+Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz
 Source1:oscap-scan.init
 Source2:sysconfig.oscap-scan
 # SUSE specific profile, based on yast2-security
@@ -33,16 +32,20 @@
 Source4:scap-yast2sec-oval.xml
 Url:http://www.open-scap.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  doxygen
 BuildRequires:  libacl-devel
 BuildRequires:  libbz2-devel
 BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libxml2-devel
 # Use package name cause of "have choice for perl(XML::Parser): brp-check-suse 
perl-XML-Parser"
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gconf2-devel
 BuildRequires:  libblkid-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libselinux-devel
+BuildRequires:  libtool
 BuildRequires:  libxslt-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pcre-devel
@@ -67,11 +70,11 @@
 More information about SCAP can be found at nvd.nist.gov.
 
 
-%package -n libopenscap%{soname}
+%package -n libopenscap%{sover}
 Summary:OpenSCAP C Library
 Group:  System/Libraries
 
-%description -n libopenscap%{soname}
+%description -n libopenscap%{sover}
 The OpenSCAP C Library for easy integration with SCAP.
 
 %package docker
@@ -89,17 +92,17 @@
 %description engine-sce
 This package contains the Script Checking Engine (SCE) support for OpenSCAP.
 
-%package -n libopenscap_sce%{soname}
+%package -n 

commit mpv for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2017-04-12 17:36:31

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


Package is "mpv"

Wed Apr 12 17:36:31 2017 rev:28 rq:486711 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2017-04-06 11:01:04.892645963 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2017-04-12 
18:15:09.834885533 +0200
@@ -1,0 +2,12 @@
+Fri Apr  7 18:24:27 UTC 2017 - aloi...@gmx.com
+
+- Update mpv-bash-completion to 3.3.12
+  * Implement feature request #12: Previoiusly, the --profile
+option would only list built-in profiles and not profiles
+defined in configuration files because at build time, mpv is
+called with the --no-config option. Now, --profile completions
+are obtained by calling mpv directly, at completion run time,
+and the completions now include profiles defined in
+configuration files.
+
+---

Old:

  mpv-bash-completion-3.3.11.tar.gz

New:

  mpv-bash-completion-3.3.12.tar.gz



Other differences:
--
++ mpv.spec ++
--- /var/tmp/diff_new_pack.K5x6DZ/_old  2017-04-12 18:15:10.430801267 +0200
+++ /var/tmp/diff_new_pack.K5x6DZ/_new  2017-04-12 18:15:10.438800136 +0200
@@ -19,7 +19,7 @@
 #
 
 
-%define _mbc_ver 3.3.11
+%define _mbc_ver 3.3.12
 %define _mpv_ver 0.24.0
 %define lname   libmpv1
 Name:   mpv

++ mpv-bash-completion-3.3.11.tar.gz -> mpv-bash-completion-3.3.12.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpv-bash-completion-3.3.11/gen.lua 
new/mpv-bash-completion-3.3.12/gen.lua
--- old/mpv-bash-completion-3.3.11/gen.lua  2017-03-26 00:19:57.0 
+0100
+++ new/mpv-bash-completion-3.3.12/gen.lua  2017-04-07 19:31:00.0 
+0200
@@ -231,10 +231,15 @@
   local clist = nil
 
   -- Overrides for wrongly option type labels
-  if oneOf(o, "opengl-backend", "profile") then
+  if oneOf(o, "opengl-backend") then
 ot = "Object"
   end
 
+  -- Override for dynamic profile list expansion
+  if oneOf(o, "profile") then
+ot = "Profile"
+  end
+
   -- Override for codec/format listings which are of type String, not
   -- object
   if oneOf(o, "ad", "vd", "oac", "ovc") then
@@ -272,6 +277,7 @@
  end
   elseif ot == "Time"   then clist = { "00:00:00" }
   elseif ot == "Window" then ot = "Dimen"
+  elseif ot == "Profile"then clist = {}
   else
 ot = "Single"
   end
@@ -410,6 +416,11 @@
   done
   printf "${o% }"
 }
+_mpv_profiles(){
+  type mpv &>/dev/null || return 0;
+  local p=$(mpv --profile help)
+  echo "${p##*:}"
+}
 _mpv_xrandr(){
   if [[ -z "$_mpv_xrandr_cache" && -n "$DISPLAY" ]] && type xrandr 
&>/dev/null; then
 _mpv_xrandr_cache=$(xrandr|while read l; do
@@ -553,6 +564,14 @@
 local o = string.format("--%s", e)
 table.insert(all, o)
 return o
+  end)))
+  end
+  if olist.Profile then
+i(string.format([[%s)_mpv_s "$(_mpv_profiles)" "$cur";return;;]],
+  mapcator(keys(olist.Profile), function (e)
+local o = string.format("--%s", e)
+table.insert(all, o)
+return o
   end)))
   end
   if olist.Directory then




commit mmc-utils for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package mmc-utils for openSUSE:Factory 
checked in at 2017-04-12 17:32:42

Comparing /work/SRC/openSUSE:Factory/mmc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.mmc-utils.new (New)


Package is "mmc-utils"

Wed Apr 12 17:32:42 2017 rev:8 rq:482471 version:0.1+git.20170320

Changes:

--- /work/SRC/openSUSE:Factory/mmc-utils/mmc-utils.changes  2016-09-12 
13:26:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mmc-utils.new/mmc-utils.changes 2017-04-12 
18:15:00.008275066 +0200
@@ -1,0 +2,8 @@
+Fri Mar 24 12:02:21 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.1+git.20170320:
+  * mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC 
mode
+  * mmc-utils: feature spec 5.0+, Pre EOL information
+  * mmc-utils: Check for ext_csd_rev only once
+
+---

Old:

  mmc-utils-0.1+git.20160901.tar.xz

New:

  _servicedata
  mmc-utils-0.1+git.20170320.tar.xz



Other differences:
--
++ mmc-utils.spec ++
--- /var/tmp/diff_new_pack.kSnmqf/_old  2017-04-12 18:15:00.536200414 +0200
+++ /var/tmp/diff_new_pack.kSnmqf/_new  2017-04-12 18:15:00.540199849 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mmc-utils
 #
-# 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:   mmc-utils
-Version:0.1+git.20160901
+Version:0.1+git.20170320
 Release:0
 Summary:Tools for MMC/SD devices
 License:GPL-2.0
@@ -42,8 +42,9 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} install prefix=%{_prefix} DESTDIR=%{buildroot}
-install -D -m 0644 man/mmc.1 %{buildroot}%{_mandir}/man1/mmc.1
+%make_install prefix=%{_prefix}
+install -D -p -m 0644 man/mmc.1 \
+  %{buildroot}%{_mandir}/man1/mmc.1
 
 %files
 %defattr(-,root,root)

++ _servicedata ++


git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
  37c86e60c0442fef570b75cd81aeb1db4d0cbafd++
 mmc-utils-0.1+git.20160901.tar.xz -> mmc-utils-0.1+git.20170320.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mmc-utils-0.1+git.20160901/mmc.h 
new/mmc-utils-0.1+git.20170320/mmc.h
--- old/mmc-utils-0.1+git.20160901/mmc.h2016-09-01 17:49:01.0 
+0200
+++ new/mmc-utils-0.1+git.20170320/mmc.h2017-03-20 14:58:49.0 
+0100
@@ -61,6 +61,9 @@
 #define EXT_CSD_NUM_OF_FW_SEC_PROG_2   304 /* RO */
 #define EXT_CSD_NUM_OF_FW_SEC_PROG_1   303 /* RO */
 #define EXT_CSD_NUM_OF_FW_SEC_PROG_0   302 /* RO */
+#define EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B 269 /* RO */
+#define EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A 268 /* RO */
+#define EXT_CSD_PRE_EOL_INFO   267 /* RO */
 #define EXT_CSD_FIRMWARE_VERSION   254 /* RO */
 #define EXT_CSD_CACHE_SIZE_3   252
 #define EXT_CSD_CACHE_SIZE_2   251
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mmc-utils-0.1+git.20160901/mmc_cmds.c 
new/mmc-utils-0.1+git.20170320/mmc_cmds.c
--- old/mmc-utils-0.1+git.20160901/mmc_cmds.c   2016-09-01 17:49:01.0 
+0200
+++ new/mmc-utils-0.1+git.20170320/mmc_cmds.c   2017-03-20 14:58:49.0 
+0100
@@ -1736,6 +1736,12 @@
if (ext_csd_rev >= 7) {
printf("eMMC Firmware Version: %s\n",
(char*)_csd[EXT_CSD_FIRMWARE_VERSION]);
+   printf("eMMC Life Time Estimation A 
[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A]: 0x%02x\n",
+   ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A]);
+   printf("eMMC Life Time Estimation B 
[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B]: 0x%02x\n",
+   ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B]);
+   printf("eMMC Pre EOL information [EXT_CSD_PRE_EOL_INFO]: 
0x%02x\n",
+   ext_csd[EXT_CSD_PRE_EOL_INFO]);
}
 
if (ext_csd_rev >= 8) {




commit mksusecd for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package mksusecd for openSUSE:Factory 
checked in at 2017-04-12 17:37:37

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


Package is "mksusecd"

Wed Apr 12 17:37:37 2017 rev:35 rq:487326 version:1.50

Changes:

--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes2017-04-07 
13:55:58.484865701 +0200
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2017-04-12 
18:14:58.580476963 +0200
@@ -0,0 +1,9 @@
+
+Tue Apr 11 10:49:14 UTC 2017 - wfe...@opensuse.org
+
+- distinguish between repomd/classical repo types and allow to
+  specify the default repo location (fate#322983)
+- merge gh#openSUSE/mksusecd#21
+- fix typo in help text
+- 1.50
+

Old:

  mksusecd-1.49.tar.xz

New:

  mksusecd-1.50.tar.xz



Other differences:
--
++ mksusecd.spec ++
--- /var/tmp/diff_new_pack.J7nVDl/_old  2017-04-12 18:14:59.124400050 +0200
+++ /var/tmp/diff_new_pack.J7nVDl/_new  2017-04-12 18:14:59.124400050 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mksusecd
-Version:1.49
+Version:1.50
 Release:0
 Summary:Create SUSE Linux installation ISOs
 License:GPL-3.0+

++ mksusecd-1.49.tar.xz -> mksusecd-1.50.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.49/VERSION new/mksusecd-1.50/VERSION
--- old/mksusecd-1.49/VERSION   2017-04-05 16:57:14.0 +0200
+++ new/mksusecd-1.50/VERSION   2017-04-11 12:49:14.0 +0200
@@ -1 +1 @@
-1.49
+1.50
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.49/changelog new/mksusecd-1.50/changelog
--- old/mksusecd-1.49/changelog 2017-04-05 16:57:14.0 +0200
+++ new/mksusecd-1.50/changelog 2017-04-11 12:49:14.0 +0200
@@ -1,3 +1,7 @@
+2017-04-11:1.50
+   - fix typo in help text
+   - distinguish between repomd/classical repo types and allow to specify 
the default repo location
+
 2017-04-05:1.49
- add support for disk images with FAT file system
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.49/mksusecd new/mksusecd-1.50/mksusecd
--- old/mksusecd-1.49/mksusecd  2017-04-05 16:57:14.0 +0200
+++ new/mksusecd-1.50/mksusecd  2017-04-11 12:49:14.0 +0200
@@ -199,6 +199,7 @@
 sub prepare_addon;
 sub check_mksquashfs_comp;
 sub eval_size;
+sub add_linuxrc_option;
 
 my %config;
 my $sudo;
@@ -240,6 +241,9 @@
 my $opt_addon_prio = 60;
 my $opt_rebuild_initrd;
 my $opt_size;
+my $opt_net;
+my $opt_instsys;
+my $opt_defaultrepo;
 
 
 GetOptions(
@@ -280,6 +284,9 @@
   'micro'=> sub { $opt_type = 'micro' },
   'nano' => sub { $opt_type = 'nano' },
   'pico' => sub { $opt_type = 'pico' },
+  'net=s'=> \$opt_net,
+  'instsys'  => \$opt_instsys,
+  'defaultrepo'  => \$opt_defaultrepo,
   'volume=s' => \$opt_volume,
   'vendor=s' => \$opt_vendor,
   'preparer=s'   => \$opt_preparer,
@@ -365,6 +372,8 @@
 my $mksquashfs_has_comp;
 my $image_size;
 my $syslinux_config;
+my $linuxrc_options;
+my $has_content;
 
 my $progress_start = 0;
 my $progress_end = 100;
@@ -430,6 +439,34 @@
   build_filelist \@sources;
   $boot = analyze_boot;
   get_initrd_format;
+
+  # assume repomd layout if 'content' file is missing
+  $has_content = 1 if fname "content";
+  if(!$has_content) {
+print "assuming repo-md sources\n";
+if(!$opt_instsys) {
+  my $x = get_kernel_initrd;
+  die "oops: no initrd?\n" unless $x;
+  if($x->{initrd} =~ m#(boot/[^/]+)/#) {
+$opt_instsys = "disk:/$1/root";
+  }
+}
+
+exclude_files [ "README", "net" ];
+  }
+
+  if($opt_instsys) {
+add_linuxrc_option "InstSys", $opt_instsys;
+  }
+
+  if($opt_net && !$opt_defaultrepo) {
+$opt_defaultrepo = "cd:/,hd:/,$opt_net";
+  }
+
+  if($opt_defaultrepo) {
+add_linuxrc_option "DefaultRepo", $opt_defaultrepo;
+  }
+
   if($opt_sign && (
 # we are going to change '/content' in one way or another
 @opt_initrds || @opt_kernel_rpms || $opt_boot_options || 
$opt_new_boot_entry || update_content)
@@ -615,6 +652,12 @@
   --nanoCreate an ISO with just enough files to test 
the boot
 process.
   --picoEven less than --nano. Keep just the 
bootloader.
+  --net URL Use URL as default network repository url.
+See Repository notes below.
+  --instsys URL Load the 

commit issue-generator for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package issue-generator for openSUSE:Factory 
checked in at 2017-04-12 17:43:33

Comparing /work/SRC/openSUSE:Factory/issue-generator (Old)
 and  /work/SRC/openSUSE:Factory/.issue-generator.new (New)


Package is "issue-generator"

Wed Apr 12 17:43:33 2017 rev:2 rq:483011 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/issue-generator/issue-generator.changes  
2016-12-16 11:54:51.951250186 +0100
+++ /work/SRC/openSUSE:Factory/.issue-generator.new/issue-generator.changes 
2017-04-12 18:11:42.716172761 +0200
@@ -1,0 +2,6 @@
+Tue Mar 28 12:58:59 CEST 2017 - ku...@suse.de
+
+- Update to version 1.3
+  - make list of network interfaces configureable
+
+---

Old:

  issue-generator-1.2.tar.bz2

New:

  issue-generator-1.3.tar.bz2



Other differences:
--
++ issue-generator.spec ++
--- /var/tmp/diff_new_pack.kiBTWn/_old  2017-04-12 18:11:43.352082843 +0200
+++ /var/tmp/diff_new_pack.kiBTWn/_new  2017-04-12 18:11:43.356082278 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package issue-generator
 #
-# 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,15 +17,17 @@
 
 
 Name:   issue-generator
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:1.2
+Version:1.3
 Release:0
 Summary:Generates an issue files from different snippets
 License:GPL-2.0+
 Group: System/Base
-URL:   https://github.com/thkukuk/issue-generator
+Url:https://github.com/thkukuk/issue-generator
+Source: %{name}-%{version}.tar.bz2
+BuildRequires:  fdupes
+Requires(post): %fillup_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Source: %name-%version.tar.bz2
 %{?systemd_requires}
 
 %description
@@ -36,18 +38,22 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-ln -sf service $RPM_BUILD_ROOT/usr/sbin/rcissue-generator
-ln -sf service $RPM_BUILD_ROOT/usr/sbin/rcissue-add-ssh-keys
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+ln -sf service %{buildroot}%{_sbindir}/rcissue-generator
+ln -sf service %{buildroot}%{_sbindir}/rcissue-add-ssh-keys
+mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -m 644 udev/sysconfig.issue-generator 
%{buildroot}%{_localstatedir}/adm/fillup-templates/
+%fdupes %{buildroot}%{_mandir}
 
 %pre
 %service_add_pre issue-generator.service issue-add-ssh-keys.service
 
 %post
-/usr/bin/systemd-tmpfiles --create issue-generator.conf ||:
+%{_bindir}/systemd-tmpfiles --create issue-generator.conf ||:
+%{fillup_only -n issue-generator}
 %service_add_post issue-generator.service issue-add-ssh-keys.service
 
 %preun
@@ -59,23 +65,25 @@
 %files
 %defattr(-,root,root)
 %doc NEWS COPYING README.md
-%dir /etc/issue.d
-%dir /usr/lib/issue.d
-%dir /usr/lib/tmpfiles.d
-%dir /usr/lib/udev
-%dir /usr/lib/udev/rules.d
-/usr/lib/tmpfiles.d/issue-generator.conf
-/usr/lib/udev/rules.d/90-issue-generator.rules
-/usr/lib/systemd/system/issue-add-ssh-keys.service
-/usr/lib/systemd/system/issue-generator.service
-/usr/sbin/issue-generator
-/usr/sbin/rcissue-generator
-/usr/sbin/rcissue-add-ssh-keys
-%doc %{_mandir}/man5/issue.d.5.gz
-%doc %{_mandir}/man8/issue-generator.8.gz
-%doc %{_mandir}/man8/90-issue-generator.rules.8.gz
-%doc %{_mandir}/man8/issue-add-ssh-keys.service.8.gz
-%doc %{_mandir}/man8/issue-generator.conf.8.gz
-%doc %{_mandir}/man8/issue-generator.service.8.gz
+%ghost %{_sysconfdir}/issue
+%dir %{_sysconfdir}/issue.d
+%dir %{_prefix}/lib/issue.d
+%dir %{_prefix}/lib/tmpfiles.d
+%dir %{_prefix}/lib/udev
+%dir %{_prefix}/lib/udev/rules.d
+%{_localstatedir}/adm/fillup-templates/sysconfig.issue-generator
+%{_prefix}/lib/tmpfiles.d/issue-generator.conf
+%{_prefix}/lib/udev/rules.d/90-issue-generator.rules
+%{_prefix}/lib/systemd/system/issue-add-ssh-keys.service
+%{_prefix}/lib/systemd/system/issue-generator.service
+%{_sbindir}/issue-generator
+%{_sbindir}/rcissue-generator
+%{_sbindir}/rcissue-add-ssh-keys
+%{_mandir}/man5/issue.d.5%{ext_man}
+%{_mandir}/man8/issue-generator.8%{ext_man}
+%{_mandir}/man8/90-issue-generator.rules.8%{ext_man}
+%{_mandir}/man8/issue-add-ssh-keys.service.8%{ext_man}
+%{_mandir}/man8/issue-generator.conf.8%{ext_man}
+%{_mandir}/man8/issue-generator.service.8%{ext_man}
 
 %changelog

++ issue-generator-1.2.tar.bz2 -> issue-generator-1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit iucode-tool for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package iucode-tool for openSUSE:Factory 
checked in at 2017-04-12 17:32:38

Comparing /work/SRC/openSUSE:Factory/iucode-tool (Old)
 and  /work/SRC/openSUSE:Factory/.iucode-tool.new (New)


Package is "iucode-tool"

Wed Apr 12 17:32:38 2017 rev:4 rq:482453 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/iucode-tool/iucode-tool.changes  2017-01-15 
11:20:59.757606597 +0100
+++ /work/SRC/openSUSE:Factory/.iucode-tool.new/iucode-tool.changes 
2017-04-12 18:11:44.207961821 +0200
@@ -1,0 +2,10 @@
+Fri Mar 24 10:00:20 UTC 2017 - mplus...@suse.com
+
+- Update to version 2.1.2:
+  * iucode_tool: skip small files as if empty in the -tr loader
+  * iucode_tool: silence a harmless -Wmissing-field-initializers warning
+  * iucode_tool: compare payloads of similar (not just duplicate) MCUs
+  * intel-microcode: validade xx_intel_ucode_check_uc() parameters
+  * Ready for release: v2.1.2
+
+---

Old:

  iucode-tool-2.1.1.tar.xz

New:

  iucode-tool-2.1.2.tar.xz



Other differences:
--
++ iucode-tool.spec ++
--- /var/tmp/diff_new_pack.w0p65N/_old  2017-04-12 18:11:44.687893958 +0200
+++ /var/tmp/diff_new_pack.w0p65N/_new  2017-04-12 18:11:44.691893393 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   iucode-tool
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:A program to manipulate Intel microcode update collections
 License:GPL-2.0

++ _service ++
--- /var/tmp/diff_new_pack.w0p65N/_old  2017-04-12 18:11:44.719889434 +0200
+++ /var/tmp/diff_new_pack.w0p65N/_new  2017-04-12 18:11:44.72368 +0200
@@ -4,8 +4,8 @@
 git
 enable
 iucode-tool
-refs/tags/v2.1.1
-2.1.1
+refs/tags/v2.1.2
+2.1.2
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.w0p65N/_old  2017-04-12 18:11:44.755884344 +0200
+++ /var/tmp/diff_new_pack.w0p65N/_new  2017-04-12 18:11:44.755884344 +0200
@@ -1,4 +1,4 @@
 
 
 https://gitlab.com/iucode-tool/iucode-tool.git
-  657ce44ac462bcec35a3e12f9e7f53ca92ae62b7
\ No newline at end of file
+  ff3f90f4855dacfe22727d100e7abe0a7a68c7cc
\ No newline at end of file

++ iucode-tool-2.1.1.tar.xz -> iucode-tool-2.1.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iucode-tool-2.1.1/ChangeLog 
new/iucode-tool-2.1.2/ChangeLog
--- old/iucode-tool-2.1.1/ChangeLog 2017-01-13 12:24:00.0 +0100
+++ new/iucode-tool-2.1.2/ChangeLog 2017-02-15 23:34:22.0 +0100
@@ -1,3 +1,19 @@
+2017-02-15, iucode_tool v2.1.2
+
+  * iucode_tool: compare payloads of similar (not just duplicate) MCUs
+Within the same signature, if two microcodes have the same revision,
+and can be installed on the same processor, their payload contents
+ought to be the same.  However, we would only compare the payloads of
+microcodes with the exactly same processor flags mask, which is not
+enough.  Fix it.  Note: this issue not present in Intel-issued
+microcode seen in the field.
+  * iucode_tool: skip small files as if empty in the -tr loader
+Make the recovery loader behave the same for empty files and files
+that are too small to contain any microcode: report that there were no
+microcodes found in the file, and skip the file.
+  * intel-microcode: validade xx_intel_ucode_check_uc() parameters
+  * iucode_tool: silence a harmless -Wmissing-field-initializers warning
+
 2017-01-11, iucode_tool v2.1.1
 
   * intel_microcode, iucode_tool: enhance microcode scan API
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iucode-tool-2.1.1/README new/iucode-tool-2.1.2/README
--- old/iucode-tool-2.1.1/README2017-01-13 12:24:00.0 +0100
+++ new/iucode-tool-2.1.2/README2017-02-15 23:34:22.0 +0100
@@ -2,8 +2,8 @@
 
iucode_tool - Intel® 64 and IA-32 processor microcode tool
 
-Version 2.1.1
- January 11th,  2017
+Version 2.1.2
+ February 15th, 2017
 
 https://gitlab.com/iucode-tool
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iucode-tool-2.1.1/configure.ac 
new/iucode-tool-2.1.2/configure.ac
--- old/iucode-tool-2.1.1/configure.ac  2017-01-13 12:24:00.0 +0100
+++ new/iucode-tool-2.1.2/configure.ac  2017-02-15 23:34:22.0 +0100
@@ -17,7 +17,7 @@
 dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 AC_PREREQ([2.69])
-AC_INIT([iucode_tool], [2.1.1],

commit instlux for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package instlux for openSUSE:Factory checked 
in at 2017-04-12 17:37:03

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


Package is "instlux"

Wed Apr 12 17:37:03 2017 rev:42 rq:486935 version:42.2.6

Changes:

--- /work/SRC/openSUSE:Factory/instlux/instlux.changes  2016-12-13 
19:34:07.596288455 +0100
+++ /work/SRC/openSUSE:Factory/.instlux.new/instlux.changes 2017-04-12 
18:11:32.453623895 +0200
@@ -1,0 +2,10 @@
+Mon Apr 10 05:25:25 UTC 2017 - belphe...@belbel.or.jp
+
+- Upgraded nsis version to 3.01.
+- Added VirtualBox and Hyper-V (including client Hyper-V) support.
+  Note: Hyper-V support is limited to Windows 8/Server 2012 or
+later only.
+- Reject Windows Me (due to lacking dual boot/virtualization).
+- Added Leap 42.3 (but currently not default).
+
+---



Other differences:
--
++ instlux.spec ++
--- /var/tmp/diff_new_pack.pdpjxX/_old  2017-04-12 18:11:33.037541329 +0200
+++ /var/tmp/diff_new_pack.pdpjxX/_new  2017-04-12 18:11:33.037541329 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package instlux
 #
-# 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
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Metapackages
 Url:http://en.opensuse.org/Instlux
-Version:42.2.1
+Version:42.2.6
 Release:0
 AutoReqProv:off
 BuildRequires:  recode

++ openSUSE_installer.exe ++
Binary files /var/tmp/diff_new_pack.pdpjxX/_old and 
/var/tmp/diff_new_pack.pdpjxX/_new differ




commit handwriting for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package handwriting for openSUSE:Factory 
checked in at 2017-04-12 17:34:13

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


Package is "handwriting"

Wed Apr 12 17:34:13 2017 rev:2 rq:484211 version:0.1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/handwriting/handwriting.changes  2017-03-24 
02:05:09.400144216 +0100
+++ /work/SRC/openSUSE:Factory/.handwriting.new/handwriting.changes 
2017-04-12 18:11:10.328752365 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:26 UTC 2017 - psim...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ handwriting.spec ++
--- /var/tmp/diff_new_pack.x14Z5o/_old  2017-04-12 18:11:10.780688461 +0200
+++ /var/tmp/diff_new_pack.x14Z5o/_new  2017-04-12 18:11:10.784687896 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package handwriting
 #
-# 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
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -42,10 +41,9 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wreq-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Please see README.md.
+API Client for the handwriting.io API.
 
 %package -n ghc-%{name}
 Summary:Haskell %{name} library
@@ -68,16 +66,12 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-
-%ghc_fix_dynamic_rpath %{pkg_name}
-
+%ghc_fix_rpath %{pkg_name}-%{version}
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache




commit gpxsee for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2017-04-12 17:34:56

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


Package is "gpxsee"

Wed Apr 12 17:34:56 2017 rev:4 rq:486242 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2017-02-16 
17:01:34.873302533 +0100
+++ /work/SRC/openSUSE:Factory/.gpxsee.new/gpxsee.changes   2017-04-12 
18:10:53.175177883 +0200
@@ -1,0 +2,21 @@
+Thu Apr  6 20:34:53 CEST 2017 - tu...@cbox.cz
+
+- Update to version 4.2
+  * Added digital zoom.
+  * Fixed atlas map fitting algorithm.
+  * Completed Swedish translation.
+
+---
+Sun Apr  2 23:59:35 CEST 2017 - tu...@cbox.cz
+
+- Update to version 4.1
+  * Added support for Lambert conformal conic projection.
+
+---
+Sat Apr  1 19:15:59 CEST 2017 - tu...@cbox.cz
+
+- Update to version 4.0
+  * Added support for offline maps.
+  * Fixed zoom issues on touchpads.
+
+---

Old:

  GPXSee-3.9.tar.gz

New:

  GPXSee-4.2.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.G4CRDy/_old  2017-04-12 18:10:54.007060255 +0200
+++ /var/tmp/diff_new_pack.G4CRDy/_new  2017-04-12 18:10:54.015059124 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:3.9
+Version:4.2
 Release:1
 Summary:GPS log files visualizing and analyzing tool
 License:GPL-3.0

++ GPXSee-3.9.tar.gz -> GPXSee-4.2.tar.gz ++
 6319 lines of diff (skipped)

++ debian.changelog ++
--- /var/tmp/diff_new_pack.G4CRDy/_old  2017-04-12 18:10:54.243026889 +0200
+++ /var/tmp/diff_new_pack.G4CRDy/_new  2017-04-12 18:10:54.243026889 +0200
@@ -1,3 +1,24 @@
+gpxsee (4.2) stable; urgency=low
+
+  * Added digital zoom.
+  * Fixed atlas map fitting algorithm.
+  * Completed Swedish translation.
+
+ -- Martin Tuma   Thu, 06 Apr 2017 20:38:50 +0200
+
+gpxsee (4.1) stable; urgency=low
+
+  * Added support for Lambert conformal conic projection.
+
+ -- Martin Tuma   Mon, 03 Apr 2017 00:02:22 +0200
+
+gpxsee (4.0) stable; urgency=low
+
+  * Added support for offline maps.
+  * Fixed zoom issues on touchpads.
+
+ -- Martin Tuma   Sat, 01 Apr 2017 19:16:13 +0200
+
 gpxsee (3.9) stable; urgency=low
 
   * Fixed broken POI radius computation.

++ gpxsee.dsc ++
--- /var/tmp/diff_new_pack.G4CRDy/_old  2017-04-12 18:10:54.327015013 +0200
+++ /var/tmp/diff_new_pack.G4CRDy/_new  2017-04-12 18:10:54.327015013 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: gpxsee
-Version: 3.9
+Version: 4.2
 Binary: gpxsee
 Maintainer: Martin Tuma 
 Architecture: any
 Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, 
qttools5-dev-tools, libqt5opengl5-dev
 Files:
-  0 GPXSee-3.9.tar.gz
+  0 GPXSee-4.2.tar.gz




commit ghc-yesod-form-richtext for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ghc-yesod-form-richtext for 
openSUSE:Factory checked in at 2017-04-12 17:34:10

Comparing /work/SRC/openSUSE:Factory/ghc-yesod-form-richtext (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-yesod-form-richtext.new (New)


Package is "ghc-yesod-form-richtext"

Wed Apr 12 17:34:10 2017 rev:2 rq:484210 version:0.1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-yesod-form-richtext/ghc-yesod-form-richtext.changes
  2016-11-17 12:42:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-yesod-form-richtext.new/ghc-yesod-form-richtext.changes
 2017-04-12 18:10:13.688761246 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:26 UTC 2017 - psim...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ ghc-yesod-form-richtext.spec ++
--- /var/tmp/diff_new_pack.cbFMQA/_old  2017-04-12 18:10:14.652624956 +0200
+++ /var/tmp/diff_new_pack.cbFMQA/_new  2017-04-12 18:10:14.656624391 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-yesod-form-richtext
 #
-# 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
@@ -22,11 +22,10 @@
 Release:0
 Summary:Various rich-text WYSIWYG editors for Yesod forms
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-rpm-macros
@@ -36,10 +35,9 @@
 BuildRequires:  ghc-yesod-core-devel
 BuildRequires:  ghc-yesod-form-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Please see README.md.
+Various rich-text WYSIWYG editors for Yesod forms.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -56,15 +54,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 




commit ghc-typed-process for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ghc-typed-process for 
openSUSE:Factory checked in at 2017-04-12 17:34:07

Comparing /work/SRC/openSUSE:Factory/ghc-typed-process (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-typed-process.new (New)


Package is "ghc-typed-process"

Wed Apr 12 17:34:07 2017 rev:2 rq:484205 version:0.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/ghc-typed-process/ghc-typed-process.changes  
2017-02-11 01:43:08.684402994 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-typed-process.new/ghc-typed-process.changes 
2017-04-12 18:09:43.333053508 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:25 UTC 2017 - psim...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ ghc-typed-process.spec ++
--- /var/tmp/diff_new_pack.q9PbIa/_old  2017-04-12 18:09:43.760992998 +0200
+++ /var/tmp/diff_new_pack.q9PbIa/_new  2017-04-12 18:09:43.764992432 +0200
@@ -45,7 +45,7 @@
 %endif
 
 %description
-Please see README.md.
+Run external processes, with strong typing of streams.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files




commit ghc-package-description-remote for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ghc-package-description-remote for 
openSUSE:Factory checked in at 2017-04-12 17:34:04

Comparing /work/SRC/openSUSE:Factory/ghc-package-description-remote (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-package-description-remote.new (New)


Package is "ghc-package-description-remote"

Wed Apr 12 17:34:04 2017 rev:2 rq:484198 version:0.2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-package-description-remote/ghc-package-description-remote.changes
2016-11-15 17:55:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-package-description-remote.new/ghc-package-description-remote.changes
   2017-04-12 18:08:10.786139415 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 14:57:24 UTC 2017 - psim...@suse.com
+
+- Improve package description.
+
+---



Other differences:
--
++ ghc-package-description-remote.spec ++
--- /var/tmp/diff_new_pack.mfxyKI/_old  2017-04-12 18:08:11.622021224 +0200
+++ /var/tmp/diff_new_pack.mfxyKI/_new  2017-04-12 18:08:11.622021224 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-package-description-remote
 #
-# 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
@@ -22,21 +22,19 @@
 Release:0
 Summary:Fetches a 'GenericPackageDescription' from Hackage
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-lens-aeson-devel
 BuildRequires:  ghc-lens-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-wreq-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Please see README.md.
+Fetches a 'GenericPackageDescription' from Hackage.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -53,15 +51,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 




commit fwts for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2017-04-12 17:32:34

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


Package is "fwts"

Wed Apr 12 17:32:34 2017 rev:23 rq:482441 version:17.03.00

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2017-03-02 
19:37:32.565876803 +0100
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2017-04-12 
18:04:18.402996997 +0200
@@ -1,0 +2,9 @@
+Fri Mar 24 09:20:28 UTC 2017 - mplus...@suse.com
+
+- Update to version 17.03.00:
+  * ACPICA: Update to version 20170224
+  * sbbr: Add "--sbbr" flag to support running SBBR Tests.
+  * acpi: iort: Add support for SMMUv3
+  * lots of bugfixes
+
+---

Old:

  fwts-V17.02.00.tar.gz

New:

  fwts-V17.03.00.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.MfRCqG/_old  2017-04-12 18:04:19.022909346 +0200
+++ /var/tmp/diff_new_pack.MfRCqG/_new  2017-04-12 18:04:19.026908781 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:17.02.00
+Version:17.03.00
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+

++ fwts-V17.02.00.tar.gz -> fwts-V17.03.00.tar.gz ++
 23450 lines of diff (skipped)




commit drbd-utils for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2017-04-12 17:34:45

Comparing /work/SRC/openSUSE:Factory/drbd-utils (Old)
 and  /work/SRC/openSUSE:Factory/.drbd-utils.new (New)


Package is "drbd-utils"

Wed Apr 12 17:34:45 2017 rev:12 rq:485221 version:8.9.11rc2

Changes:

--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes2016-12-08 
00:31:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes   
2017-04-12 18:03:31.749593361 +0200
@@ -1,0 +2,45 @@
+Tue Apr  4 12:21:55 UTC 2017 - kgronl...@suse.com
+
+- Update to v8.9.11
+  * No source changes from v8.9.11rc1
+
+---
+Tue Apr  4 09:25:09 UTC 2017 - kgronl...@suse.com
+
+- Disable quorum in default configuration (bsc#1032142)
+- Add 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch 
+
+---
+Fri Mar 24 07:06:02 UTC 2017 - nw...@suse.com
+
+- Update to v8.9.11rc1
+- OCF resource agent and crm-fence-peer for drbd9
+  introduce quorum support
+  JSON output fixes
+  set bitmap to 0 on metadata creation
+- Remove patch support-drbd9-ra.patch
+  Remove patch initialize-node-id-when-create-md.patch
+- Corresponding user space change of bsc#1031299
+
+---
+Wed Mar 22 09:10:59 UTC 2017 - nw...@suse.com
+
+- Update to v8.9.10 for drbd9.0.6 and drbdmanage
+- new drbdmon tool
+  drbdadm parser got faster
+  send SIGKILL to childs if parent drbdadm dies
+  compat fixes for linux kernel
+
+---
+Mon Feb 20 16:30:37 CET 2017 - ku...@suse.de
+
+- Remove obsolete Requires for pre/post install sections
+
+---
+Tue Feb 14 07:36:34 UTC 2017 - nw...@suse.com
+
+- bsc#1025585, update to v8.9.8
+- Remove patch zeroout-discard-devices.patch
+  Remove patch service-mod.patch
+
+---

Old:

  drbd-utils-8.9.6.tar.gz
  initialize-node-id-when-create-md.patch
  service-mod.patch
  support-drbd9-ra.patch
  zeroout-discard-devices.patch

New:

  0001-Disable-quorum-in-default-configuration-bsc-1032142.patch
  drbd-utils-8.9.11.tar.gz



Other differences:
--
++ drbd-utils.spec ++
--- /var/tmp/diff_new_pack.V6g7DD/_old  2017-04-12 18:03:32.285517587 +0200
+++ /var/tmp/diff_new_pack.V6g7DD/_new  2017-04-12 18:03:32.285517587 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd-utils
 #
-# Copyright (c) 2016 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
@@ -16,24 +16,24 @@
 #
 
 
+%define real_version 8.9.11
+
 Name:   drbd-utils
-Version:8.9.6
+Version:8.9.11rc2
 Release:0
 Summary:Distributed Replicated Block Device
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
 Url:http://www.drbd.org/
-Source: http://oss.linbit.com/drbd/%{name}-%{version}.tar.gz
+Source: 
http://www.drbd.org/download/drbd/utils/%{name}-%{real_version}.tar.gz
 
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: init-script-fixes.diff
 Patch2: fix-libdir-in-Makefile.patch
-Patch3: zeroout-discard-devices.patch
-Patch4: service-mod.patch
-Patch5: fence-after-pacemaker-down.patch
-Patch6: support-drbd9-ra.patch
-Patch7: fix-segfault-up-stacked-resource.patch
-Patch8: initialize-node-id-when-create-md.patch
+Patch3: fence-after-pacemaker-down.patch
+Patch4: fix-segfault-up-stacked-resource.patch
+# PATCH-SUSE-FIX: Disable quorum in default configuration (bsc#1032142)
+Patch5: 0001-Disable-quorum-in-default-configuration-bsc-1032142.patch
 
 Provides:   drbd-bash-completion = %{version}
 Provides:   drbd-pacemaker = %{version}
@@ -65,9 +65,6 @@
 Provides:   drbd-control
 Provides:   drbdsetup
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(post): %insserv_prereq %fillup_prereq
-Requires(preun): %insserv_prereq %fillup_prereq
-Requires(postun): %insserv_prereq fileutils
 
 %description
 Drbd is a distributed replicated block device. It mirrors a block
@@ -75,15 +72,12 @@
 raid 1. It is a building block for setting up clusters.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{real_version}
 %patch1 -p1
 %patch2 -p1

commit drbd for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package drbd for openSUSE:Factory checked in 
at 2017-04-12 17:33:42

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


Package is "drbd"

Wed Apr 12 17:33:42 2017 rev:56 rq:483268 version:9.0.7rc1+git.093821cd

Changes:

--- /work/SRC/openSUSE:Factory/drbd/drbd.changes2016-12-08 
00:31:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes   2017-04-12 
18:03:30.741735863 +0200
@@ -1,0 +2,25 @@
+Fri Mar 24 07:44:01 UTC 2017 - nw...@suse.com
+
+- Update to 9.0.7rc1
+- various fixes to the 2-phase-commit online resize
+  fix fencing and disk state trasition and from consistent, necessary
+  for crm-fence-peer
+  fix calculation of authoritative nodes
+  Quorum to avoid data divergence, an alternative to fencing
+  Compat with Linux 4.10
+- Remove patch drbd_wrapper-Blank-out-WRITE_SYNC-warning-for-new-ke.patch
+- Add fix-resync-finished-with-syncs-have-bits-set.patch for bsc#1025089
+- Including the compatible fix of bsc#1031299
+
+---
+Mon Mar  6 16:14:45 CET 2017 - h...@suse.de
+
+- Compability fixes for SLE12 SP3 (bsc#993388, FATE#321732)
+- Add patch drbd_wrapper-Blank-out-WRITE_SYNC-warning-for-new-ke.patch
+
+---
+Thu Feb 16 06:56:53 UTC 2017 - nw...@suse.com
+
+- bsc#1025585, upgrade to 9.0.6 
+
+---

Old:

  drbd-9.0.5+git.8d53d3e.tar.bz2

New:

  drbd-9.0.7rc1+git.093821cd.tar.bz2
  fix-resync-finished-with-syncs-have-bits-set.patch



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.df44Om/_old  2017-04-12 18:03:31.381645386 +0200
+++ /var/tmp/diff_new_pack.df44Om/_new  2017-04-12 18:03:31.381645386 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd
 #
-# Copyright (c) 2016 SUSE LINUX Products 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
@@ -20,12 +20,12 @@
 
 %if ! 0%{?is_opensuse}
 %ifarch x86_64
-%define buildrt 0
+%define buildrt 1
 %endif
 %endif
 
 Name:   drbd
-Version:9.0.5+git.8d53d3e
+Version:9.0.7rc1+git.093821cd
 Release:0
 Summary:DRBD driver for Linux
 License:GPL-2.0
@@ -36,11 +36,12 @@
 #In kernel is: kernel/drivers/block/drbd/drbd.ko
 Source2:Module.supported
 Source3:drbd_git_revision
+Patch1: fix-resync-finished-with-syncs-have-bits-set.patch
 BuildRequires:  kernel-source
 BuildRequires:  kernel-syms
 BuildRequires:  module-init-tools
-Requires:   drbd-utils >= 8.9.6
-Supplements:drbd-utils >= 8.9.6
+Requires:   drbd-utils >= 8.9.9
+Supplements:drbd-utils >= 8.9.9
 Obsoletes:  drbd-kmp < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:i586 s390
@@ -67,6 +68,7 @@
 
 %prep
 %setup -q -n drbd-%{version}
+%patch1 -p1
 
 mkdir source
 cp -a drbd/. source/. || :

++ _service ++
--- /var/tmp/diff_new_pack.df44Om/_old  2017-04-12 18:03:31.433638034 +0200
+++ /var/tmp/diff_new_pack.df44Om/_new  2017-04-12 18:03:31.437637469 +0200
@@ -7,10 +7,10 @@
 To update to a new release, change "revision" to the desired
 git commit hash and bump "version" if necessary
 
-9.0.5
+9.0.7rc1
 -->
-9.0.5+git.%h
-8d53d3e73f85f8d98f100a0127ccb574a97c5f64
+9.0.7rc1+git.%h
+093821cd3aae36ee123744cc27a2ce548e3a13e9
   
 
   

++ drbd_git_revision ++
--- /var/tmp/diff_new_pack.df44Om/_old  2017-04-12 18:03:31.465633510 +0200
+++ /var/tmp/diff_new_pack.df44Om/_new  2017-04-12 18:03:31.465633510 +0200
@@ -1 +1 @@
-GIT-hash: c7888383cd94c74c84705d73b41fbfc41d4d6676
+GIT-hash: 08cda190c4f544a0c4e15ba792bbf47c69707b42

++ fix-resync-finished-with-syncs-have-bits-set.patch ++
diff -Naur drbd-9.0.7rc1+git.093821cd.orig/drbd/drbd_receiver.c 
drbd-9.0.7rc1+git.093821cd/drbd/drbd_receiver.c
--- drbd-9.0.7rc1+git.093821cd.orig/drbd/drbd_receiver.c2017-03-24 
16:55:42.169376092 +0800
+++ drbd-9.0.7rc1+git.093821cd/drbd/drbd_receiver.c 2017-03-24 
16:56:51.137239174 +0800
@@ -6240,7 +6240,8 @@
/* if peer_state changes to connected at the same time,
 * it explicitly notifies us that it finished resync.
 * Maybe we should finish it up, too? */
-   else if (peer_state.conn == L_ESTABLISHED) {
+   else if (peer_state.conn == L_ESTABLISHED &&
+   

commit dateutils for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package dateutils for openSUSE:Factory 
checked in at 2017-04-12 17:34:30

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


Package is "dateutils"

Wed Apr 12 17:34:30 2017 rev:18 rq:484859 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/dateutils/dateutils.changes  2017-01-04 
19:35:10.975051621 +0100
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2017-04-12 
18:02:45.308159706 +0200
@@ -1,0 +2,6 @@
+Mon Apr  3 12:33:47 UTC 2017 - sweet_...@gmx.de
+
+- fix incompatibility with tzdata/tzcode >= 2017a,
+  0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
+
+---

New:

  0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch



Other differences:
--
++ dateutils.spec ++
--- /var/tmp/diff_new_pack.j44lv9/_old  2017-04-12 18:02:46.124044348 +0200
+++ /var/tmp/diff_new_pack.j44lv9/_new  2017-04-12 18:02:46.128043782 +0200
@@ -46,6 +46,8 @@
 Group:  Productivity/Text/Utilities
 Url:https://github.com/hroptatyr/dateutils/
 Source: 
https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 %if 0%{?suse_version}
@@ -78,6 +80,7 @@
 
 %prep
 %setup -q -n %{name}-%{xversion}
+%patch1 -p1
 
 %build
 %configure \

++ 0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch ++
>From 1238f9bac1f652a0e28eab1bed66914dedbcd282 Mon Sep 17 00:00:00 2001
From: Sebastian Freundt 
Date: Mon, 3 Apr 2017 12:13:51 +
Subject: [PATCH] fix, when printing zones transitioning at INT_MAX in
 datezone(1) use NEVER indicator

Signed-off-by: Ruediger Meier 
---
 src/dzone.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/src/dzone.c b/src/dzone.c
index 4fb7769..968fd06 100644
--- a/src/dzone.c
+++ b/src/dzone.c
@@ -137,8 +137,12 @@ dz_write_nxtr(struct zrng_s r, zif_t z, const char *zn)
/* thank god there's another one */
struct ztrdtl_s zd = zif_trdtl(z, r.trno + 1);
 
+   if (r.next == INT_MAX) {
+   goto never;
+   }
bp += dz_strftr(bp, ep - bp, (struct ztr_s){r.next, zd.offs});
} else {
+   never:
bp += xstrlcpy(bp, never, bp - ep);
}
 
-- 
1.8.5.6




commit converseen for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package converseen for openSUSE:Factory 
checked in at 2017-04-12 17:34:51

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


Package is "converseen"

Wed Apr 12 17:34:51 2017 rev:31 rq:486237 version:0.9.6.2

Changes:

--- /work/SRC/openSUSE:Factory/converseen/converseen.changes2017-03-28 
15:24:37.361168287 +0200
+++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes   
2017-04-12 18:02:04.777890230 +0200
@@ -1,0 +2,8 @@
+Tue Apr  4 09:59:48 UTC 2017 - lazy.k...@opensuse.org
+
+- Update to 0.9.6.2.
+  * Added Danish Translation.
+  * Updated Italian Translation.
+  * Various bugfixes.
+
+---

Old:

  converseen-0.9.6.1.tar.bz2

New:

  converseen-0.9.6.2.tar.bz2



Other differences:
--
++ converseen.spec ++
--- /var/tmp/diff_new_pack.v0tqUl/_old  2017-04-12 18:02:05.373805975 +0200
+++ /var/tmp/diff_new_pack.v0tqUl/_new  2017-04-12 18:02:05.377805410 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   converseen
-Version:0.9.6.1
+Version:0.9.6.2
 Release:0
 Summary:Batch Image Conversion Tool
 License:GPL-3.0+

++ converseen-0.9.6.1.tar.bz2 -> converseen-0.9.6.2.tar.bz2 ++
 9170 lines of diff (skipped)




commit cabal-rpm for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package cabal-rpm for openSUSE:Factory 
checked in at 2017-04-12 17:34:41

Comparing /work/SRC/openSUSE:Factory/cabal-rpm (Old)
 and  /work/SRC/openSUSE:Factory/.cabal-rpm.new (New)


Package is "cabal-rpm"

Wed Apr 12 17:34:41 2017 rev:18 rq:485098 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/cabal-rpm/cabal-rpm.changes  2017-03-14 
10:04:00.205987484 +0100
+++ /work/SRC/openSUSE:Factory/.cabal-rpm.new/cabal-rpm.changes 2017-04-12 
18:01:20.772112110 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:39:27 UTC 2017 - psim...@suse.com
+
+- Update to version 0.11.1 with cabal2obs.
+
+---

Old:

  cabal-rpm-0.11.tar.gz

New:

  cabal-rpm-0.11.1.tar.gz



Other differences:
--
++ cabal-rpm.spec ++
--- /var/tmp/diff_new_pack.eUg5wQ/_old  2017-04-12 18:01:21.440017676 +0200
+++ /var/tmp/diff_new_pack.eUg5wQ/_new  2017-04-12 18:01:21.444017111 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cabal-rpm
-Version:0.11
+Version:0.11.1
 Release:0
 Summary:RPM packaging tool for Haskell Cabal-based packages
 License:GPL-3.0+

++ cabal-rpm-0.11.tar.gz -> cabal-rpm-0.11.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-rpm-0.11/ChangeLog 
new/cabal-rpm-0.11.1/ChangeLog
--- old/cabal-rpm-0.11/ChangeLog2017-01-27 14:18:23.0 +0100
+++ new/cabal-rpm-0.11.1/ChangeLog  2017-03-13 16:12:42.0 +0100
@@ -1,3 +1,12 @@
+* 0.11.1 (2017-03-13)
+- support building meta (compat) packages
+- invocation of optional stackage-query to update to LTS now works
+- initial --subpackage support for %{subpkgs} of missing deps:
+  including downloading, but update is not properly implemented yet
+- new %{pkgver} macro
+- (+-+) absorbs extra space
+- update no longer resets release for %{subpkgs}
+
 * 0.11 (2017-01-27)
 - refresh command now reads the cabal-rpm version header in the spec file and
   installs that version of cabal-rpm under ~/.cblrpm/ and uses it to make patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-rpm-0.11/cabal-rpm.cabal 
new/cabal-rpm-0.11.1/cabal-rpm.cabal
--- old/cabal-rpm-0.11/cabal-rpm.cabal  2017-01-27 14:18:23.0 +0100
+++ new/cabal-rpm-0.11.1/cabal-rpm.cabal2017-03-13 16:12:42.0 
+0100
@@ -1,5 +1,5 @@
 Name:cabal-rpm
-Version: 0.11
+Version: 0.11.1
 Synopsis:RPM packaging tool for Haskell Cabal-based packages
 Description:
 This package provides a RPM packaging tool for Haskell Cabal-based 
packages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-rpm-0.11/src/Commands/Depends.hs 
new/cabal-rpm-0.11.1/src/Commands/Depends.hs
--- old/cabal-rpm-0.11/src/Commands/Depends.hs  2017-01-27 14:18:23.0 
+0100
+++ new/cabal-rpm-0.11.1/src/Commands/Depends.hs2017-03-13 
16:12:42.0 +0100
@@ -19,8 +19,8 @@
 
 import Dependencies (dependencies, missingPackages, packageDependencies)
 import Options (quiet)
-import PackageUtils (PackageData (..), prepare, stripPkgDevel)
-import SysCmd (repoquery, (+-+))
+import PackageUtils (PackageData (..), prepare, repoquery, stripPkgDevel)
+import SysCmd ((+-+))
 
 #if (defined(MIN_VERSION_base) && MIN_VERSION_base(4,8,2))
 #else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-rpm-0.11/src/Commands/Install.hs 
new/cabal-rpm-0.11.1/src/Commands/Install.hs
--- old/cabal-rpm-0.11/src/Commands/Install.hs  2017-01-27 14:18:23.0 
+0100
+++ new/cabal-rpm-0.11.1/src/Commands/Install.hs2017-03-13 
16:12:42.0 +0100
@@ -20,14 +20,15 @@
 import Commands.RpmBuild (rpmBuild)
 import Dependencies (missingPackages, notInstalled)
 import Options (RpmFlags (..))
-import PackageUtils (PackageData (..), RpmStage (..), stripPkgDevel)
-import SysCmd (cmd, cmd_, pkgInstall, rpmInstall, (+-+))
+import PackageUtils (PackageData (..), pkgInstall, rpmInstall, RpmStage (..), 
stripPkgDevel)
+import SysCmd (cmd, cmd_, (+-+))
 
 #if (defined(MIN_VERSION_base) && MIN_VERSION_base(4,8,2))
 #else
 import Control.Applicative ((<$>))
 #endif
-import Control.Monad (unless, when)
+import Control.Monad (filterM, unless, when)
+import System.Directory (doesFileExist)
 import System.FilePath (())
 
 install :: PackageData -> RpmFlags -> IO ()
@@ -45,7 +46,8 @@
   rpmdir <- cmd "rpm" ["--eval", "%{_rpmdir}"]
   rpms <- (map (\ p -> rpmdir  arch  p ++ ".rpm") . lines) <$>
   cmd "rpmspec" ["-q", spec]
-  rpmInstall rpms
+  -- metapkgs don't 

commit bladeRF for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package bladeRF for openSUSE:Factory checked 
in at 2017-04-12 17:33:47

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


Package is "bladeRF"

Wed Apr 12 17:33:47 2017 rev:2 rq:483996 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/bladeRF/bladeRF.changes  2017-03-16 
09:50:59.310435757 +0100
+++ /work/SRC/openSUSE:Factory/.bladeRF.new/bladeRF.changes 2017-04-12 
18:00:44.857190006 +0200
@@ -1,0 +2,11 @@
+Thu Mar 30 13:35:57 UTC 2017 - w...@ire.pw.edu.pl
+
+- fixed libbladeRF version to 1.7.2
+
+---
+Thu Mar 23 16:50:22 UTC 2017 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use.
+- RPM group fix.
+
+---



Other differences:
--
++ bladeRF.spec ++
--- /var/tmp/diff_new_pack.stIr8S/_old  2017-04-12 18:00:45.625081437 +0200
+++ /var/tmp/diff_new_pack.stIr8S/_new  2017-04-12 18:00:45.625081437 +0200
@@ -17,8 +17,8 @@
 #
 
 
-%define soname 1
-%define libname lib%{name}%{soname}
+%define sover 1
+%define libname lib%{name}%{sover}
 %define release_name 2016.06
 Name:   bladeRF
 Version:1.4.0
@@ -42,9 +42,10 @@
 The software for bladeRF USB 3.0 Superspeed Software Defined Radio.
 
 %package -n %{libname}
-Version:1.4.3
+Version:1.7.2
+Release:0
 Summary:Library for bladeRF
-Group:  Hardware/Other
+Group:  System/Libraries
 Requires:   %{name}-udev
 
 %description -n %{libname}




commit blender for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2017-04-12 17:35:05

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


Package is "blender"

Wed Apr 12 17:35:05 2017 rev:98 rq:486301 version:2.78c

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2017-03-09 
02:03:34.673663782 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2017-04-12 
18:00:46.404971171 +0200
@@ -1,0 +2,6 @@
+Fri Apr  7 05:25:28 UTC 2017 - davejpla...@gmail.com
+
+- Enabled system audaspace with blender-system-audaspace.patch
+  which fixes the crash. see boo#1027923 and github audaspace #7
+
+---

New:

  blender-system-audaspace.patch



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.2NbgI3/_old  2017-04-12 18:00:47.788775520 +0200
+++ /var/tmp/diff_new_pack.2NbgI3/_new  2017-04-12 18:00:47.788775520 +0200
@@ -18,7 +18,7 @@
 %define osversion %(cat /etc/os-release|grep VERSION_ID|cut -d '"' -f 2)
 # NOTE:Audaspace will become a separate library as of blender 2.8 set 
audaspace to 1 when this verion is available.
 # NOTE:Adaspace is already in factory.
-%define audaspace 0
+%define audaspace 1
 %define collada 1
 %define wplayer 1
 %define documentation 0
@@ -61,8 +61,8 @@
 Source6:blender.xpm
 Source7:x-blend.desktop
 Source8:blender.appdata.xml
-# Removed for 2.78
-#Patch1: blender-2.58-python_include.patch
+# PATCH-FIX-UPSTREAM blender-system-audaspace.patch davejpla...@gmail.com -- 
Fix github audaspace issue #7
+Patch1: blender-system-audaspace.patch
 # libquicktime-devel
 BuildRequires:  openSUSE-release
 BuildRequires:  OpenEXR-devel
@@ -94,7 +94,7 @@
 BuildRequires:  libdrm-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms-devel
+BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  libpng-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
@@ -215,8 +215,8 @@
 md5sum -c %{SOURCE1}
 popd
 %setup -q
+%patch1
 
-# binreloc is not a part of fedora
 rm -rf extern/ffmpeg
 rm -rf extern/fftw
 rm -rf extern/glew

++ _constraints ++
--- /var/tmp/diff_new_pack.2NbgI3/_old  2017-04-12 18:00:47.836768734 +0200
+++ /var/tmp/diff_new_pack.2NbgI3/_new  2017-04-12 18:00:47.840768168 +0200
@@ -1,13 +1,13 @@
 
   

-18
+20


   1024


-  1536
+  2048

   
 

++ blender-system-audaspace.patch ++
Index: source/blender/blenkernel/intern/sound.c
===
--- source/blender/blenkernel/intern/sound.c.orig   2017-02-24 
16:09:19.0 +0200
+++ source/blender/blenkernel/intern/sound.c2017-03-27 16:29:35.454665716 
+0200
@@ -251,7 +251,8 @@ void BKE_sound_init(struct Main *bmain)
 void BKE_sound_init_main(struct Main *bmain)
 {
 #ifdef WITH_JACK
-   AUD_setSynchronizerCallback(sound_sync_callback, bmain);
+   if (sound_device)
+   AUD_setSynchronizerCallback(sound_sync_callback, bmain);
 #else
(void)bmain; /* unused */
 #endif




commit apfel for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package apfel for openSUSE:Factory checked 
in at 2017-04-12 17:37:43

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


Package is "apfel"

Wed Apr 12 17:37:43 2017 rev:5 rq:487349 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/apfel/apfel.changes  2017-02-03 
17:31:32.505007903 +0100
+++ /work/SRC/openSUSE:Factory/.apfel.new/apfel.changes 2017-04-12 
17:59:54.616294852 +0200
@@ -1,0 +2,21 @@
+Wed Apr  5 17:30:37 UTC 2017 - badshah...@gmail.com
+
+- Update to version 3.0.0:
+  * Implementation of the full NLO QCD+QED correction in the DGLAP
+evolution and in the DIS structure functions.
+  * Interfacing APFEL to HELL (v.1.1) for the computation of the
+ZM small-x resummed structure functions.
+  * Optimisation of the caching for PDFs and structure functions.
+  * Completed external evolution operator when QED corrections are
+enabled.
+  * Update of the documentation.
+  * Clean up of the code.
+  * Minor bug fixes and adjustments.
+
+---
+Wed Apr  5 16:08:07 UTC 2017 - badshah...@gmail.com
+
+- Add BuildRequires: libboost_headers-devel or boost-devel as
+  appropriate to the openSUSE versions to fix builds.
+
+---

Old:

  2.7.2.tar.gz

New:

  3.0.0.tar.gz



Other differences:
--
++ apfel.spec ++
--- /var/tmp/diff_new_pack.m7goZS/_old  2017-04-12 17:59:55.392185123 +0200
+++ /var/tmp/diff_new_pack.m7goZS/_new  2017-04-12 17:59:55.396184558 +0200
@@ -20,7 +20,7 @@
 %define pypackage python-%{name}
 
 Name:   apfel
-Version:2.7.2
+Version:3.0.0
 Release:0
 Summary:A Probability Distribution Function Evolution Library
 License:GPL-3.0+
@@ -30,6 +30,11 @@
 BuildRequires:  LHAPDF-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
+%if 0%{?suse_version} > 1320
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  libqt4-devel
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ 2.7.2.tar.gz -> 3.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/apfel/2.7.2.tar.gz 
/work/SRC/openSUSE:Factory/.apfel.new/3.0.0.tar.gz differ: char 30, line 1




commit apache-pdfbox for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package apache-pdfbox for openSUSE:Factory 
checked in at 2017-04-12 17:31:52

Comparing /work/SRC/openSUSE:Factory/apache-pdfbox (Old)
 and  /work/SRC/openSUSE:Factory/.apache-pdfbox.new (New)


Package is "apache-pdfbox"

Wed Apr 12 17:31:52 2017 rev:4 rq:481799 version:1.8.12

Changes:

--- /work/SRC/openSUSE:Factory/apache-pdfbox/apache-pdfbox.changes  
2017-03-12 20:01:44.680904724 +0100
+++ /work/SRC/openSUSE:Factory/.apache-pdfbox.new/apache-pdfbox.changes 
2017-04-12 17:59:51.236772791 +0200
@@ -1,0 +2,5 @@
+Mon Mar 20 15:07:35 UTC 2017 - skn...@suse.com
+
+- Needed as a dependency for FOP 2.1 (FATE#322405)
+
+---



Other differences:
--




commit alpine for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package alpine for openSUSE:Factory checked 
in at 2017-04-12 17:37:46

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


Package is "alpine"

Wed Apr 12 17:37:46 2017 rev:41 rq:487419 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/alpine/alpine.changes2016-04-08 
09:39:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.alpine.new/alpine.changes   2017-04-12 
17:59:41.618133082 +0200
@@ -1,0 +2,30 @@
+Tue Mar 21 21:21:06 UTC 2017 - opens...@dstoecker.de
+
+- add chappa patch to add own rules (chappa-rules.patch)
+- add chappa patch to change from header (chappa-fromheader.patch)
+- add chappa patch to better justify paragraphs (chappa-fillpara.patch)
+- drop empty lint.diff
+
+---
+Tue Mar 21 15:31:10 UTC 2017 - m...@suse.com
+
+- New version 2.21:
+  * New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for
+index format
+  * New SMARTTIME24 token for index screen.
+  * Added support for RFC 2971 - IMAP ID extension.
+  * SMIME: Upgrade the default signature digest from SHA-1 to
+SHA-256.
+  * SMIME: Turn off automatic signing and encrypting of a message
+when bouncing.
+  * The complete change list can be viewed by pressing "R"
+in the Alpine main menu.
+- Updated "Chappa" patches to the latest version.
+- Obsolete patches:
+  * alpine-no-add-needed.patch
+  * chappa-ignoresize.patch
+  * chappa-unixnullbug.patch
+  * pico-stripwhitespace.diff
+  * pine-nonvoid-function.patch
+
+---

Old:

  alpine-2.20.tar.xz
  alpine-no-add-needed.patch
  chappa-ignoresize.patch
  chappa-unixnullbug.patch
  lint.diff
  pico-stripwhitespace.diff
  pine-nonvoid-function.patch

New:

  alpine-2.21.tar.xz
  chappa-fillpara.patch
  chappa-fromheader.patch
  chappa-rules.patch



Other differences:
--
++ alpine.spec ++
--- /var/tmp/diff_new_pack.nZCMwc/_old  2017-04-12 17:59:42.661985458 +0200
+++ /var/tmp/diff_new_pack.nZCMwc/_new  2017-04-12 17:59:42.665984892 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alpine
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Mail User Agent
 License:Apache-2.0
 Group:  Productivity/Networking/Email/Clients
-Version:2.20
+Version:2.21
 Release:0
 Url:http://patches.freeiz.com/alpine/
 
@@ -31,7 +31,6 @@
 Source: %name-%version.tar.xz
 Source1:%name.png
 Source2:%name.desktop
-Patch1: pine-nonvoid-function.patch
 Patch2: make-use-of-strncat-safer.diff
 Patch3: operation-may-be-undefined-warning.diff
 Patch4: fix-implicit.patch
@@ -39,21 +38,19 @@
 Patch6: alpine-timestamp.patch
 Patch10:pico-fix-spurious-undef-warnings.diff
 Patch20:pine-expression-warnings.diff
-Patch40:pico-stripwhitespace.diff
 Patch60:signal-and-panic-improvements.diff
-Patch61:lint.diff
 #
 # Eduardo Chappa's patches.
 # http://patches.freeiz.com/alpine/
 #
 Patch600:   chappa-colortext.patch
 Patch601:   chappa-fancy.patch
-Patch602:   chappa-ignoresize.patch
 Patch603:   chappa-insertpat.patch
 Patch604:   chappa-maildir.patch
 Patch605:   chappa-WrtAcc.patch
-Patch606:   chappa-unixnullbug.patch
-Patch613:   alpine-no-add-needed.patch
+Patch614:   chappa-fillpara.patch
+Patch615:   chappa-fromheader.patch
+Patch616:   chappa-rules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf >= 2.69
 BuildRequires:  imap-devel
@@ -121,16 +118,15 @@
 #
 %patch600 -p1
 %patch601 -p1
-%patch602 -p1
 %patch603 -p1
 %patch604 -p1
 %patch605 -p1
-%patch606 -p1
-%patch613 -p1
+%patch614 -p1
+%patch615 -p1
+%patch616 -p1
 #
 # SuSE patches - warning fixes, etc:
 #
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
@@ -138,9 +134,7 @@
 %patch6 -p1
 %patch10 -p1
 %patch20 -p1
-%patch40 -p1
 %patch60 -p1
-%patch61 -p1
 %endif # End of "if !{build_vanilla}"
 
 %build
@@ -214,7 +208,7 @@
 ln -sf  alpine $RPM_BUILD_ROOT%{_bindir}/pine
 :
 install -m755 pico/{pico,pilot}$RPM_BUILD_ROOT%{_bindir}
-install -m644 doc/{pico.1,pilot.1} $RPM_BUILD_ROOT%{_mandir}/man1/
+install -m644 doc/man1/{pico.1,pilot.1}$RPM_BUILD_ROOT%{_mandir}/man1/
 
 %check
 #since where are no logs in 

commit airspy for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package airspy for openSUSE:Factory checked 
in at 2017-04-12 17:32:29

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


Package is "airspy"

Wed Apr 12 17:32:29 2017 rev:2 rq:482330 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/airspy/airspy.changes2017-03-16 
09:50:58.602536009 +0100
+++ /work/SRC/openSUSE:Factory/.airspy.new/airspy.changes   2017-04-12 
17:59:38.274605931 +0200
@@ -1,0 +2,5 @@
+Thu Mar 23 16:29:42 UTC 2017 - jeng...@inai.de
+
+- RPM group fix
+
+---



Other differences:
--
++ airspy.spec ++
--- /var/tmp/diff_new_pack.cfthWV/_old  2017-04-12 17:59:38.826527877 +0200
+++ /var/tmp/diff_new_pack.cfthWV/_new  2017-04-12 17:59:38.830527311 +0200
@@ -38,7 +38,7 @@
 
 %package -n %{libname}
 Summary:Driver for Airspy
-Group:  Hardware/Other
+Group:  System/Libraries
 Requires:   %{name}-udev
 
 %description -n %{libname}
@@ -74,7 +74,6 @@
 mkdir -p %{buildroot}%{_udevrulesdir}
 mv %{buildroot}%{_sysconfdir}/udev/rules.d/52-airspy.rules 
%{buildroot}%{_udevrulesdir}
 
-
 %post -n %{libname} -p /sbin/ldconfig
 %postun  -n %{libname} -p /sbin/ldconfig
 %post udev




commit afl for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2017-04-12 17:37:50

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


Package is "afl"

Wed Apr 12 17:37:50 2017 rev:33 rq:487488 version:2.41b

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2017-03-12 20:04:31.585287600 
+0100
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2017-04-12 
17:59:36.698828781 +0200
@@ -1,0 +2,13 @@
+Wed Apr 12 06:25:50 UTC 2017 - meiss...@suse.com
+
+- update to 2.41b:
+  - Addressed a major user complaint related to timeout detection. Timing out
+inputs are now binned as "hangs" only if they exceed a far more generous
+time limit than the one used to reject slow paths.
+- update to 2.40b:
+  - Fixed a minor oversight in the insertion strategy for dictionary words.
+Spotted by Andrzej Jackowski.
+  - Made a small improvement to the havoc block insertion strategy.
+  - Adjusted color rules for "is it done yet?" indicators.
+
+---

Old:

  afl-2.39b.tgz

New:

  afl-2.41b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.Wr9qAq/_old  2017-04-12 17:59:37.206756948 +0200
+++ /var/tmp/diff_new_pack.Wr9qAq/_new  2017-04-12 17:59:37.210756383 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:2.39b
+Version:2.41b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ afl-2.39b.tgz -> afl-2.41b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.39b/afl-fuzz.c new/afl-2.41b/afl-fuzz.c
--- old/afl-2.39b/afl-fuzz.c2016-11-27 03:10:23.0 +0100
+++ new/afl-2.41b/afl-fuzz.c2017-04-12 06:45:34.0 +0200
@@ -92,7 +92,9 @@
   *orig_cmdline;  /* Original command line*/
 
 EXP_ST u32 exec_tmout = EXEC_TIMEOUT; /* Configurable exec timeout (ms)   */
-EXP_ST u64 mem_limit = MEM_LIMIT; /* Memory cap for child (MB)*/
+static u32 hang_tmout = EXEC_TIMEOUT; /* Timeout used for hang det (ms)   */
+
+EXP_ST u64 mem_limit  = MEM_LIMIT;/* Memory cap for child (MB)*/
 
 static u32 stats_update_freq = 1; /* Stats update frequency (execs)   */
 
@@ -132,7 +134,7 @@
 EXP_ST u8* trace_bits;/* SHM with instrumentation bitmap  */
 
 EXP_ST u8  virgin_bits[MAP_SIZE], /* Regions yet untouched by fuzzing */
-   virgin_hang[MAP_SIZE], /* Bits we haven't seen in hangs*/
+   virgin_tmout[MAP_SIZE],/* Bits we haven't seen in tmouts   */
virgin_crash[MAP_SIZE];/* Bits we haven't seen in crashes  */
 
 static u8  var_bytes[MAP_SIZE];   /* Bytes that appear to be variable */
@@ -162,7 +164,8 @@
 
 EXP_ST u64 total_crashes, /* Total number of crashes  */
unique_crashes,/* Crashes with unique signatures   */
-   total_hangs,   /* Total number of hangs*/
+   total_tmouts,  /* Total number of timeouts */
+   unique_tmouts, /* Timeouts with unique signatures  */
unique_hangs,  /* Hangs with unique signatures */
total_execs,   /* Total execve() calls */
start_time,/* Unix start time (ms) */
@@ -178,7 +181,7 @@
blocks_eff_total,  /* Blocks subject to effector maps  */
blocks_eff_select; /* Blocks selected as fuzzable  */
 
-static u32 subseq_hangs;  /* Number of hangs in a row */
+static u32 subseq_tmouts; /* Number of timeouts in a row  */
 
 static u8 *stage_name = "init",   /* Name of the current fuzz stage   */
   *stage_short,   /* Short stage name */
@@ -308,7 +311,7 @@
 
 enum {
   /* 00 */ FAULT_NONE,
-  /* 01 */ FAULT_HANG,
+  /* 01 */ FAULT_TMOUT,
   /* 02 */ FAULT_CRASH,
   /* 03 */ FAULT_ERROR,
   /* 04 */ FAULT_NOINST,
@@ -1031,7 +1034,7 @@
 
 /* Destructively simplify trace by eliminating hit count information
and replacing it with 0x80 or 0x01 depending on whether the tuple
-   is hit or not. Called on every new crash or hang, should be
+   is hit or not. Called on every new crash or timeout, should be
reasonably fast. */
 
 static const u8 simplify_lookup[256] = { 
@@ -1122,7 +1125,7 @@
 static u16 count_class_lookup16[65536];
 
 
-static void init_count_class16(void) {
+EXP_ST void init_count_class16(void) {
 
   u32 b1, b2;
 
@@ -1339,7 +1342,7 @@
 
   

commit WindowMaker for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package WindowMaker for openSUSE:Factory 
checked in at 2017-04-12 17:34:20

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


Package is "WindowMaker"

Wed Apr 12 17:34:20 2017 rev:42 rq:484223 version:0.95.8

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker.changes  2016-03-26 
15:27:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker.changes 
2017-04-12 17:59:30.667681719 +0200
@@ -1,0 +2,22 @@
+Tue Mar 14 22:02:11 UTC 2017 - ch...@computersalat.de
+
+- Update to 0.95.8
+  * for changes and news see
+http://repo.or.cz/wmaker-crm.git/blob/HEAD:/NEWS
+http://repo.or.cz/wmaker-crm.git/blob/HEAD:/ChangeLog
+- rework/rebase patches
+  * WindowMaker-menu.patch
+  * wm-giflib.patch
+- some spec cleanup
+  * rename README.SuSE -> README.SUSE
+
+---
+Sat Jun 25 18:13:37 UTC 2016 - ch...@computersalat.de
+
+- rebase patches (p0)
+  * WindowMaker-config.patch
+  * WindowMaker-menu.patch
+  * fix_wmgenmenu_paths.patch
+  * wm-giflib.patch
+
+---

Old:

  README.SuSE
  WindowMaker-0.95.7.tar.gz

New:

  README.SUSE
  WindowMaker-0.95.8.tar.gz



Other differences:
--
++ WindowMaker.spec ++
--- /var/tmp/diff_new_pack.Eyehxt/_old  2017-04-12 17:59:31.459569728 +0200
+++ /var/tmp/diff_new_pack.Eyehxt/_new  2017-04-12 17:59:31.463569162 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker
 #
-# 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
@@ -20,7 +20,7 @@
 Summary:A Colorful and Flexible Window Manager
 License:GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain
 Group:  System/GUI/Other
-Version:0.95.7
+Version:0.95.8
 Release:0
 # 81eefca4ef70414d73048300058e5007f402dd7f
 # f846b7cdd39749b5291d4559185a229b752b4fed
@@ -29,7 +29,7 @@
 Source: 
http://windowmaker.org/pub/source/release/%{name}-%{version}.tar.gz
 Source1:%{name}-extra-0.1.tar.bz2
 Source2:theme.tar.bz2
-Source4:README.SuSE
+Source4:README.SUSE
 Source5:%{name}.desktop
 Source6:windowmaker
 Source7:%{name}-rpmlintrc
@@ -39,6 +39,7 @@
 #
 Patch101:   wm-giflib.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
@@ -96,25 +97,19 @@
 mkdir menu_orig
 cp %{name}/{menu.*,plmenu.*} menu_orig
 %patch1
-%patch2 -p1
-%patch3 -p1
-%patch101 -p1
+%patch2
+%patch3
+%patch101
 cp %{S:4} .
 cp %{S:6} .
 %if 0%{?suse_version} < 1140
 rename no nb po/no.*
 %endif
-(cd %{name}; rm -f *.orig; ./mkMakefile )
 # ---
 
 %build
 ./autogen.sh
-#autoreconf --force --install
-%if 0%{?suse_version} >= 1140
 export LINGUAS="be bg bs ca cs da de el es et fi fr gl hr hu hy it ja ko ms nl 
no pl pt ro ru sk sv tr zh_CN zh_TW"
-%else
-export LINGUAS="be bg bs ca cs da de el es et fi fr gl hr hu hy it ja ko ms nl 
nb pl pt ro ru sk sv tr zh_CN zh_TW"
-%endif
 export CFLAGS="$RPM_OPT_FLAGS $(freetype-config --cflags)"
 %configure \
   --prefix=/usr \
@@ -127,7 +122,6 @@
   --with-pixmapdir=/usr/share/%{name}/Pixmaps \
   --with-gnustepdir=/usr/lib/GNUstep
 
-(cd %{name}/Defaults; make clean; make %{?_smp_mflags})
 make %{?_smp_mflags}
 (cd %{name}-extra-0.1
 %configure \
@@ -167,6 +161,9 @@
 %find_lang WPrefs %{name}.lang
 %find_lang wmgenmenu %{name}.lang
 
+# rpmlint
+%fdupes -s $RPM_BUILD_ROOT/usr/share/
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

++ README.SUSE ++
CHANGED PREFIX /usr/X11R6 => /usr
=

Beginning with openSUSE 10.2 WindowMaker was moved from 
/usr/X11R6 to /usr. 
An automatic conversion of configuration files in ~/GNUstep 
is offered at the first start.

If you have your home directory on a network filesystem, 
shared among various openSUSE versions, you may prefer to 
keep the configuration files unchanged and create symlinks instead,
to maintain compatibility with previous versions.

In order to create the compatibility links, run these
commands as root:

mkdir -p /usr/X11R6/share
ln -s /usr/share/WindowMaker /usr/X11R6/share
ln -s /usr/lib/GNUstep /usr/X11R6

PROBLEMS WITH UTF-8 LOCALES
===

If you switch to UTF-8 

commit ShellCheck for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ShellCheck for openSUSE:Factory 
checked in at 2017-04-12 17:34:39

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


Package is "ShellCheck"

Wed Apr 12 17:34:39 2017 rev:7 rq:485097 version:0.4.6

Changes:

--- /work/SRC/openSUSE:Factory/ShellCheck/ShellCheck.changes2017-03-14 
10:03:55.062715770 +0100
+++ /work/SRC/openSUSE:Factory/.ShellCheck.new/ShellCheck.changes   
2017-04-12 17:59:28.188032395 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:41:06 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.6 with cabal2obs.
+
+---

Old:

  ShellCheck-0.4.5.tar.gz

New:

  ShellCheck-0.4.6.tar.gz



Other differences:
--
++ ShellCheck.spec ++
--- /var/tmp/diff_new_pack.6myzVY/_old  2017-04-12 17:59:28.747953210 +0200
+++ /var/tmp/diff_new_pack.6myzVY/_new  2017-04-12 17:59:28.751952645 +0200
@@ -19,7 +19,7 @@
 %global pkg_name ShellCheck
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.4.5
+Version:0.4.6
 Release:0
 Summary:Shell script analysis tool
 License:GPL-3.0+

++ ShellCheck-0.4.5.tar.gz -> ShellCheck-0.4.6.tar.gz ++
 2762 lines of diff (skipped)




commit OpenImageIO for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package OpenImageIO for openSUSE:Factory 
checked in at 2017-04-12 17:34:27

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


Package is "OpenImageIO"

Wed Apr 12 17:34:27 2017 rev:9 rq:484395 version:1.7.13

Changes:

--- /work/SRC/openSUSE:Factory/OpenImageIO/OpenImageIO.changes  2017-02-07 
12:02:16.299771767 +0100
+++ /work/SRC/openSUSE:Factory/.OpenImageIO.new/OpenImageIO.changes 
2017-04-12 17:59:21.333001847 +0200
@@ -1,0 +2,43 @@
+Sun Apr  2 08:21:20 UTC 2017 - davejpla...@gmail.com
+
+- Update to release 1.7.13
+- Fix gcc7 build with the following build flags:
+   -Wno-error=maybe-uninitialized -Wno-error=noexcept-type
+   -Wno-error=format-truncation= and -Wno-error=aligned-new=
+-  Rebased oiio_gcc6_missleading_indentation.patch
+- Upstream changes since 1.7.11:
+ * TIFF, JPEG, others: Improved reading Exif meatdata from XMP
+  blocks, now it does a better job of discerning the proper data
+  types. #1627
+ * RAW: The default value for missing "raw:use_camera_matrix" has
+  been changed to 1 (not 0) to better match default behavior of
+  libraw/dcraw. #1629
+ * RAW: Add support for selecting new demosaicing algorithms:
+  "DMT" (mode 11) and "AAHD" (mode 12). Renamed the "Modified AHD"
+  to "AHD-Mod" to simplify and match libraw terminology. Made
+  matching of demosaicing algorithms case-insensitive. #1629
+ * RAW: Support "ACES" color space for direct conversion while
+  reading RAW images (supported in libraw 0.18 or newer). #1626
+ * oiiotool: Improved error reporting of file open errors when
+  -iconfig is used. #1626
+ * oiiotool `--echo STRING` prints the string to the console. This
+  can contain expressions! So you can do something like oiiotool
+  file.exr -echo "Size is {TOP.width}x{TOP.height}" #1633
+ * JPEG: Be more reslient to malformed Exif data blocks with bogus
+  offsets. #1585, #1639
+ * TIFF output omitted setting the "Make" and "Model" metadata tags.
+  #1642
+ * webp: Several new sanity checks prevent the webp reader from
+  spending too much I/O time and memory reading bogus files
+  (malformed, corrupted, or not a webp after all). #1640
+ * PSD: Support has been added for "cmyk", "multichannel", and
+  "grayscale" color modes. And support was fixed for rgb and
+  grayscale 32 bit per sample bit depth. #1641
+ * BMP: add support for version 5 headers. #1616
+ * TIFF: Fix typo that prevented correct reading of some Exif
+  fields. #1625
+ * ImageBuf: Fix broken threads(n) method, which didn't correctly
+  pass the right number of threads along. #1622.
+ * Fix build warnings about undefined OIIO_MSVS_AT_LEAST_2013 symbol.
+
+---

Old:

  oiio-Release-1.7.0dev.tar.bz2

New:

  oiio-Release-1.7.13.tar.gz



Other differences:
--
++ OpenImageIO.spec ++
--- /var/tmp/diff_new_pack.WzMJIM/_old  2017-04-12 17:59:23.508694157 +0200
+++ /var/tmp/diff_new_pack.WzMJIM/_new  2017-04-12 17:59:23.508694157 +0200
@@ -15,17 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%define _rev 280d10045d4f6670ecb94c97b55f59db07a8961c
 %define so_ver 1_7
+%global gccv %(gcc  -dumpversion)
 Name:   OpenImageIO
-Version:1.7.0dev
+Version:1.7.13
 Release:0
 Summary:Library for Reading and Writing Images
 License:BSD-3-Clause
 Group:  Productivity/Graphics/Other
 Url:http://www.openimageio.org/
 #DL-URL: 
https://github.com/OpenImageIO/oiio/archive/Release-%%{version}/OpenImageIO-%%{version}.tar.gz
-Source0:oiio-Release-%{version}.tar.bz2
+
+Source0:
https://github.com/OpenImageIO/oiio/archive/Release-%{version}.tar.gz#/oiio-Release-%{version}.tar.gz
 Patch0: oiio-clusterfit-boundscheck.patch
 Patch1: oiio-detectplatform-others.patch
 Patch2: oiio_gcc6_missleading_indentation.patch
@@ -44,6 +46,7 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
 BuildRequires:  glew-devel
 BuildRequires:  hdf5-devel
@@ -130,7 +133,8 @@
 %setup -q -n oiio-Release-%{version}
 %patch0
 %patch1
-%patch2 -p1
+%patch2 -p0
+echo "gcc version %{gccv}"
 
 # Make sure that bundled libraries are not used
 rm -f src/include/pugiconfig.hpp \
@@ -143,8 +147,23 @@
 %define pwd $OIIOINC
 %define oiioinclude %{pwd}/src/include
 echo %{pwd}
+%if 1 == 0
+%define gcc_version 7
+export CC=gcc-7
+export CPP=cpp-7
+export CXX=g++-7
+%else
+export CC=gcc
+export CPP=cpp
+export CXX=g++
+%endif
 export CFLAGS="%{optflags}"
+%if 0%{?gcc_version} >= 7
+#This host of flags to 

commit booth for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2017-04-12 17:12:55

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


Package is "booth"

Wed Apr 12 17:12:55 2017 rev:39 rq:458685 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2016-08-31 
00:11:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2017-04-12 
17:12:57.262966323 +0200
@@ -1,0 +2,31 @@
+Wed Feb 15 14:38:58 UTC 2017 - y...@suse.com
+
+- spec: fix booth-test containing undesired build sources
+- make log contain source address of unknown site
+- main: initialize Libcrypt properly before the first use (bsc#1025463)
+- extprog: fix race condition on ticket loss (bsc#1025463)
+- attr: fix wrong order for hash free functions (bsc#1025463)
+- attr: set time string to "" when time is not set
+- extprog: fix pid test
+- ticket: reset next state on ticket reset
+- alternative logger (in service-runnable script)
+- allow skipping "coredump nursing" phase
+- alternative "nametag" provider: libsystemd
+- alternative range2random provider: glib
+- alternative logging provider: libqb
+- offer alternatives to libraries from (cluster-)glue
+- setup_tcp_listener: close socket when no longer needed
+- read_client: sizeof(*struct_ptr) instead of sizeof(struct_ptr) (bsc#1025463)
+- get_local_id: denoopize dependent condition (signedness issue) (bsc#1025463)
+- list_ticket: fix a memleak in case of buffer too small (bsc#1025463)
+- do_status: close lock file when no longer needed
+- format_peers: fix a memleak in case of buffer too small (bsc#1025463)
+- read_config: close config file when no longer needed
+- make foreach_* macros use variable refs passed as arguments (bsc#1025463)
+- prevent possible truncation w/ invalid geoattrs in CIB (bsc#1025463)
+- build: add proper zlib build-time check + link flag + spec's BR
+- build: allow requesting no HTML man + use in spec
+- fixup: sanitize true-false logic for "daemonize"
+- Upstream version cs: b270a78130f40e648844671b3652919d86e1aef4
+
+---



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.oPv6VZ/_old  2017-04-12 17:12:59.070710419 +0200
+++ /var/tmp/diff_new_pack.oPv6VZ/_new  2017-04-12 17:12:59.074709853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package booth
 #
-# 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
@@ -16,10 +16,17 @@
 #
 
 
+%bcond_with html_man
+
+%bcond_with glue
+
 %global uname hacluster
 %global gname haclient
 
 %global test_path  %{_datadir}/booth/tests
+
+%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
+
 Name:   booth
 Version:1.0
 Release:0
@@ -33,11 +40,19 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libgcrypt-devel
+%if 0%{?with_glue}
 BuildRequires:  libglue-devel
+%else
+# logging provider
+BuildRequires:  pkgconfig(libqb)
+# nametag provider
+BuildRequires:  pkgconfig(libsystemd)
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(pacemaker)
+BuildRequires:  pkgconfig(zlib)
 Requires:   pacemaker-ticket-support >= 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -64,7 +79,9 @@
 autoreconf -fvi
 %configure \
 --with-initddir=%{_initddir} \
---docdir=%{_docdir}/%{name}
+--docdir=%{_docdir}/%{name} \
+%{!?with_html_man:--without-html_man} \
+%{!?with_glue:--without-glue}
 make %{?_smp_mflags}
 
 %install
@@ -79,8 +96,9 @@
 ln -s service %{buildroot}%{_sbindir}/rcbooth-arbitrator
 
 #install test-parts
-mkdir -p %{buildroot}/%{test_path}
-cp -a unit-tests/ script/unit-test.py test conf %{buildroot}/%{test_path}/
+mkdir -p %{buildroot}/%{test_path}/conf
+cp -a unit-tests/ script/unit-test.py test %{buildroot}/%{test_path}/
+cp -a conf/booth.conf.example %{buildroot}/%{test_path}/conf/
 chmod +x %{buildroot}/%{test_path}/test/booth_path
 chmod +x %{buildroot}/%{test_path}/test/live_test.sh
 
@@ -88,6 +106,13 @@
 ln -s %{_sbindir}/boothd %{buildroot}/%{test_path}/src/
 rm -f %{buildroot}/%{test_path}/test/*.pyc
 
+%if 0%{?suse_version}
+#SUSE firewall rule
+mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
+install -m 644 contrib/geo-cluster.fwd $RPM_BUILD_ROOT/%{_fwdefdir}/booth
+#install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_fwdefdir}/booth
+%endif
+
 %pre
 %service_add_pre booth-arbitrator.service
 
@@ -122,6 

commit ghc-random-fu for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ghc-random-fu for openSUSE:Factory 
checked in at 2017-04-12 17:12:31

Comparing /work/SRC/openSUSE:Factory/ghc-random-fu (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-random-fu.new (New)


Package is "ghc-random-fu"

Wed Apr 12 17:12:31 2017 rev:1 rq:414007 version:0.2.7.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-random-fu.new/ghc-random-fu.changes 
2017-04-12 17:12:33.418341753 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:05:34 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.7.0 revision 0 with cabal2obs.
+

New:

  ghc-random-fu.changes
  ghc-random-fu.spec
  random-fu-0.2.7.0.tar.gz



Other differences:
--
++ ghc-random-fu.spec ++
#
# spec file for package ghc-random-fu
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name random-fu
Name:   ghc-%{pkg_name}
Version:0.2.7.0
Release:0
Summary:Random number generation
License:SUSE-Public-Domain
Group:  System/Libraries
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-erf-devel
BuildRequires:  ghc-log-domain-devel
BuildRequires:  ghc-math-functions-devel
BuildRequires:  ghc-monad-loops-devel
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-random-shuffle-devel
BuildRequires:  ghc-random-source-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-rvar-devel
BuildRequires:  ghc-syb-devel
BuildRequires:  ghc-template-haskell-devel
BuildRequires:  ghc-transformers-devel
BuildRequires:  ghc-vector-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
Random number generation based on modeling random variables in two
complementary ways: first, by the parameters of standard mathematical
distributions and, second, by an abstract type ('RVar') which can be composed
and manipulated monadically and sampled in either monadic or "pure" styles.

The primary purpose of this library is to support defining and sampling a wide
variety of high quality random variables. Quality is prioritized over speed,
but performance is an important goal too.

In my testing, I have found it capable of speed comparable to other Haskell
libraries, but still a fair bit slower than straight C implementations of the
same algorithms.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc changelog.md

%changelog



commit ghc-hsexif for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package ghc-hsexif for openSUSE:Factory 
checked in at 2017-04-12 17:12:28

Comparing /work/SRC/openSUSE:Factory/ghc-hsexif (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-hsexif.new (New)


Package is "ghc-hsexif"

Wed Apr 12 17:12:28 2017 rev:1 rq:413574 version:0.6.0.8

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hsexif.new/ghc-hsexif.changes   
2017-04-12 17:12:28.890982644 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:28:24 UTC 2016 - psim...@suse.com
+
+- Update to version 0.6.0.8 revision 0 with cabal2obs.
+

New:

  ghc-hsexif.changes
  ghc-hsexif.spec
  hsexif-0.6.0.8.tar.gz



Other differences:
--
++ ghc-hsexif.spec ++
#
# spec file for package ghc-hsexif
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%global pkg_name hsexif
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.6.0.8
Release:0
Summary:EXIF handling library in pure Haskell
License:BSD-3-Clause
Group:  System/Libraries
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-binary-devel
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-containers-devel
BuildRequires:  ghc-iconv-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
The hsexif library provides functions for working with EXIF data contained in
JPEG files. Currently it only supports reading the data.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%setup -q -n %{pkg_name}-%{version}


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit open-iscsi for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2017-04-12 17:12:11

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


Package is "open-iscsi"

Wed Apr 12 17:12:11 2017 rev:59 rq:487127 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes2017-04-07 
13:52:24.419103599 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes   
2017-04-12 17:12:13.141212175 +0200
@@ -2 +2 @@
-Tue Mar 28 15:24:33 UTC 2017 - ldun...@suse.com
+Mon Apr 10 16:42:37 UTC 2017 - ldun...@suse.com
@@ -4,2 +4,6 @@
-- Merged in SUSE-specific changes from SLE branch, to
-  bring this up to date with latest upstream, including:
+- This is now the latest upstream open-iscsi, i.e. 2.0.874
+  plus latest as of this date, together with SUSE-specific
+  changes that are not yet upstream or not appropriate for
+  upstream.
+
+  Important changes in this update include:
@@ -10,2 +14,7 @@
-  Also, refactored base tar file to pre 2.0.874-suse and
-  patches file to everything after that tag.
+
+  Also, the base tar file has been refactored to
+  pre 2.0.874-suse as well as patches file for everything
+  after that tag.
+
+  Lastly, this update syncs this "Changes" file in Factory to and
+  SLE, including SLE bug and FATE numbers, for reference.
@@ -14 +23 @@
-Thu Mar  9 17:55:58 UTC 2017 - ldun...@suse.com
+Fri Nov 25 00:37:51 UTC 2016 - ldun...@suse.com
@@ -16,2 +25,2 @@
-- Updated from latest upstream patches, including
-  ability to disable auto-scans and README cleanup
+- Added two patches submitted upstream that
+  make iscsi service shutdown cleaner (bsc#952437)
@@ -20 +29 @@
-Thu Nov 17 01:48:22 UTC 2016 - ldun...@suse.com
+Sat Oct 29 01:58:17 UTC 2016 - ldun...@suse.com
@@ -22,5 +31,4 @@
-- Updated to upstream version 2.0-874, but still includes
-  (very few) SUSE-specific changes. This replaced the 2.0-873
-  tarball with a 2.0-874 tarball, but still includes the 
-  Factory-latest compressed diff patch file, though it is
-  now empty. See Changes file for functional change details.
+- Added open-isns patch to remove Discovery
+  Domain doubling when loading from file (bsc#897297),
+  adding patch:
+  * open-isns-Fix-DD-member-doubling-when-restoring-from-DB.patch
@@ -29 +37 @@
-Wed Apr 13 17:06:42 UTC 2016 - ldun...@suse.com
+Fri Oct 14 18:53:15 UTC 2016 - ldun...@suse.com
@@ -31,5 +39 @@
-- Ported 3 changes from SLE 12 that are not upstream, but
-  are needed here, as there are in SLE:
-  * Fixed systemd start of iscsi.service (bsc#897565)
-  * iscsiuio: ARP table too small when switches involve
-  * Discovery via non-tcp transport needs IPC set.
+- Stop manual sessions for iscsi service (bsc#989548)
@@ -38 +42 @@
-Thu Jan 14 23:56:07 UTC 2016 - ldun...@suse.com
+Fri May  6 15:36:03 UTC 2016 - ldun...@suse.com
@@ -40,6 +44,2 @@
-- Synced with current upstream as of today, which included 29
-  changes. Most changes were directly from upstream, but
-  some where to fix small differences that had developed
-  between our code and theirs, now fixed. As always, see
-  g...@github.com:hreinecke/open-iscsi.git, openSUSE-Factory
-  branch, for details.
+- Added patch submitted upstream that sets socket option
+  to SO_LINGER (bsc#974102)
@@ -47,29 +47,7 @@
-  Change summary:
-  * Syncing top-level files with upstream.
-  * Fixed my typo in default CFLAGS.
-  * Syncing up utils/fwparam_ibft with upstream.
-  * Adding in missing part of previous commit.
-  * iscsiuio: Get the library to use based on uio sysfs name
-  * iscsiuio: Wait for iface to be ready before issuing the ping
-  * iscsiadm: let ping be tried after iface config is initialized
-  * iscsiuio: Add ping support through iscsiuio
-  * iscsid: Changes to support ping through iscsiuio
-  * iscsiuio: Add QLogic Vendor ID to support newer NX2 HBAs
-  * iscsid: fix iscsi_host_set_net_params return code
-  * iscsid/iscsiuio: remove uio poll
-  * iscsid: make sure actor is delated before rescheduling
-  * Remove last pieces of building local open-isns.
-  * iscsi: remove local copy of open-isns
-  * Use system-wide open-isns, not internal version.
-  * Fix typo in man page.
-  * fix typo
-  * iscsiuio: Correct the handling of Multi Function mode
-  * Reformat man page synopsis sections
-  * Spelling and escaping error fixes.
-  * Remove outdated Debian packaging code.
-  * buildsys: respect CFLAGS and LDFLAGS from the outside
-  * buildsys: make 'make clean' idempotent
-  * Fix small typo in iscsid.conf
-  * Fix iBFT target flags check.
-  * Remove duplicate newlines in log messages.
-  * Kernel include path
+---
+Mon Apr 11 16:26:14 UTC 2016 - ldun...@suse.com
+
+- Update user-space open-iscsi 

commit osinfo-db for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package osinfo-db for openSUSE:Factory 
checked in at 2017-04-12 17:12:07

Comparing /work/SRC/openSUSE:Factory/osinfo-db (Old)
 and  /work/SRC/openSUSE:Factory/.osinfo-db.new (New)


Package is "osinfo-db"

Wed Apr 12 17:12:07 2017 rev:4 rq:487110 version:20170326

Changes:

--- /work/SRC/openSUSE:Factory/osinfo-db/osinfo-db.changes  2017-03-13 
15:31:20.404451680 +0100
+++ /work/SRC/openSUSE:Factory/.osinfo-db.new/osinfo-db.changes 2017-04-12 
17:12:08.985800413 +0200
@@ -1,0 +2,26 @@
+Mon Apr 10 15:39:30 UTC 2017 - cbosdon...@suse.com
+
+- casp is actually written CaasP.
+  Rename patch add-casp-support.patch into add-caasp-support.patch
+
+---
+Wed Mar 29 14:29:21 MDT 2017 - carn...@suse.com
+
+- bsc#1030538 - osinf-db: casp-1.xml should be called casp-1.0.xml
+  add-casp-support.patch
+- fate#322156 - Update to version 20170326
+  osinfo-db-20170326.tar.xz
+- Dropped patches now in new tarball
+  99f7e666-fix-opensuse-derives-from-information.patch
+  470b7652-add-opensuse-device-information.patch
+  3c621fd8-add-opensuse-date-information.patch
+  e77abec7-add-opensuse-resource-information.patch
+  67c74e5f-add-opensuse-leap-42.2-support.patch
+  f0d44d88-add-missing-sle10-distros.patch
+  9a35cea7-fix-sle-derives-from-information.patch
+  50091807-add-sle-device-information.patch
+  9dec2be8-add-sle-date-information.patch
+  1a7ce161-add-sle-resource-information.patch
+  99ae3d72-add-sle12sp2-support.patch
+
+---

Old:

  1a7ce161-add-sle-resource-information.patch
  3c621fd8-add-opensuse-date-information.patch
  470b7652-add-opensuse-device-information.patch
  50091807-add-sle-device-information.patch
  67c74e5f-add-opensuse-leap-42.2-support.patch
  99ae3d72-add-sle12sp2-support.patch
  99f7e666-fix-opensuse-derives-from-information.patch
  9a35cea7-fix-sle-derives-from-information.patch
  9dec2be8-add-sle-date-information.patch
  add-casp-support.patch
  e77abec7-add-opensuse-resource-information.patch
  f0d44d88-add-missing-sle10-distros.patch
  osinfo-db-20161026.tar.xz

New:

  add-caasp-support.patch
  osinfo-db-20170326.tar.xz



Other differences:
--
++ osinfo-db.spec ++
--- /var/tmp/diff_new_pack.X8mO6L/_old  2017-04-12 17:12:09.653705865 +0200
+++ /var/tmp/diff_new_pack.X8mO6L/_new  2017-04-12 17:12:09.657705299 +0200
@@ -17,28 +17,17 @@
 
 
 Name:   osinfo-db
-Version:20161026
+Version:20170326
 Release:0
 Summary:Osinfo database files
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Management
 BuildArch:  noarch
-Url:http://libosinfo.org/
-Source: 
https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
-Patch1: 99f7e666-fix-opensuse-derives-from-information.patch
-Patch2: 470b7652-add-opensuse-device-information.patch
-Patch3: 3c621fd8-add-opensuse-date-information.patch
-Patch4: e77abec7-add-opensuse-resource-information.patch
-Patch5: 67c74e5f-add-opensuse-leap-42.2-support.patch
-Patch6: f0d44d88-add-missing-sle10-distros.patch
-Patch7: 9a35cea7-fix-sle-derives-from-information.patch
-Patch8: 50091807-add-sle-device-information.patch
-Patch9: 9dec2be8-add-sle-date-information.patch
-Patch10:1a7ce161-add-sle-resource-information.patch
-Patch11:99ae3d72-add-sle12sp2-support.patch
+Url:https://releases.pagure.org/libosinfo/
+Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
 Patch20:add-opensuse-leap-42.3-support.patch
 Patch21:add-sle12sp3-support.patch
-Patch22:add-casp-support.patch
+Patch22:add-caasp-support.patch
 Patch23:add-win2k16-support.patch
 BuildRequires:  intltool
 BuildRequires:  osinfo-db-tools
@@ -50,17 +39,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
@@ -74,6 +52,7 @@
 osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo 
"%{_builddir}/x.tar.xz"
 
 %files
+%defattr(-,root,root,-)
 %dir %{_datadir}/osinfo/
 %{_datadir}/osinfo/VERSION
 %{_datadir}/osinfo/LICENSE

++ add-casp-support.patch -> add-caasp-support.patch ++
--- /work/SRC/openSUSE:Factory/osinfo-db/add-casp-support.patch 2017-02-09 
11:13:20.686320461 +0100
+++ /work/SRC/openSUSE:Factory/.osinfo-db.new/add-caasp-support.patch   
2017-04-12 17:12:08.601854765 +0200
@@ -1,20 +1,20 @@
 References: bsc#1010060
 
-Index: 

commit perl-List-MoreUtils for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-List-MoreUtils for 
openSUSE:Factory checked in at 2017-04-12 17:11:46

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


Package is "perl-List-MoreUtils"

Wed Apr 12 17:11:46 2017 rev:28 rq:486684 version:0.419

Changes:

--- /work/SRC/openSUSE:Factory/perl-List-MoreUtils/perl-List-MoreUtils.changes  
2016-05-13 09:23:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-MoreUtils.new/perl-List-MoreUtils.changes 
2017-04-12 17:11:48.468704808 +0200
@@ -1,0 +2,40 @@
+Fri Apr  7 06:02:31 UTC 2017 - co...@suse.com
+
+- updated to 0.419
+   see /usr/share/doc/packages/perl-List-MoreUtils/Changes
+
+  0.419 2017-04-06
+  - Fix RT#120799: Makefile.PL fails due to unescaped paths interpolated
+in regex pattern (thanks, A. Sinan Unur)
+
+---
+Thu Mar 30 05:58:35 UTC 2017 - co...@suse.com
+
+- updated to 0.418
+   see /usr/share/doc/packages/perl-List-MoreUtils/Changes
+
+  0.418 2017-03-29
+  - Clarify license conditions
+  - fix Changes version/date of 0.417_001
+  
+  0.417_001 2017-03-21
+  - Divorce List::MoreUtils and List::MoreUtils::XS
+  - Change license to Apache 2.0 to avoid code stealing without credits
+  - Don't support Perl 5.6 out of the box anymore
+  - fix RT#120235 - uniq examples are incorrect
+  - remove things which will be never done from TODO list as suggested
+by Mark Aufflick in PR#18
+  - Apply patch from Yanick Champoux to avoid spelling checker complains
+
+---
+Sat Oct  8 16:14:08 UTC 2016 - co...@suse.com
+
+- updated to 0.416
+   see /usr/share/doc/packages/perl-List-MoreUtils/Changes
+
+  0.4162016-07-06
+  - Change the way how the XS part is loaded as a result of RT#115808
+  - Fix some spelling errors (fix RT#115807), thanks Salvatore Bonaccorso
+  - Requires XSLoader 0.22
+
+---

Old:

  List-MoreUtils-0.415.tar.gz

New:

  List-MoreUtils-0.419.tar.gz



Other differences:
--
++ perl-List-MoreUtils.spec ++
--- /var/tmp/diff_new_pack.3vck7B/_old  2017-04-12 17:11:49.516556474 +0200
+++ /var/tmp/diff_new_pack.3vck7B/_new  2017-04-12 17:11:49.520555909 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-List-MoreUtils
 #
-# 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,20 +17,20 @@
 
 
 Name:   perl-List-MoreUtils
-Version:0.415
+Version:0.419
 Release:0
 %define cpan_name List-MoreUtils
 Summary:Provide the stuff missing in List::Util
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/List-MoreUtils/
-Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Exporter::Tiny) >= 0.038
-BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(Exporter::Tiny) >= 0.038
 %{perl_requires}
@@ -49,7 +49,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -62,6 +62,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README.md
+%doc Changes GPL-1 README.md
+%license ARTISTIC-1.0 LICENSE
 
 %changelog

++ List-MoreUtils-0.415.tar.gz -> List-MoreUtils-0.419.tar.gz ++
 16479 lines of diff (skipped)




commit libpsl for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package libpsl for openSUSE:Factory checked 
in at 2017-04-12 17:11:23

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


Package is "libpsl"

Wed Apr 12 17:11:23 2017 rev:11 rq:486464 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/libpsl/libpsl.changes2017-02-03 
17:48:16.686914500 +0100
+++ /work/SRC/openSUSE:Factory/.libpsl.new/libpsl.changes   2017-04-12 
17:11:24.292127242 +0200
@@ -1,0 +2,6 @@
+Thu Apr  6 14:41:26 UTC 2017 - co...@suse.com
+
+- Use idn2 runtime instead of libicu - as libicu requires 30MB
+  of unicode data - while idn2 is already part of minimal system
+
+---



Other differences:
--
++ libpsl.spec ++
--- /var/tmp/diff_new_pack.ZJprPU/_old  2017-04-12 17:11:25.132008349 +0200
+++ /var/tmp/diff_new_pack.ZJprPU/_new  2017-04-12 17:11:25.132008349 +0200
@@ -27,8 +27,8 @@
 Url:https://rockdaboot.github.io/libpsl
 Source: 
https://github.com/rockdaboot/libpsl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source1000: baselibs.conf
-BuildRequires:  libicu-devel
 BuildRequires:  libidn2-devel >= 0.14
+BuildRequires:  libunistring-devel
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  publicsuffix
 BuildRequires:  python-base >= 2.7
@@ -47,9 +47,9 @@
 
 %package -n %{name}%{somajor}
 Summary:C library for the Publix Suffix List
+# The libary code is MIT, with built-in data from publicsuffix
 License:MIT and MPL-2.0
 Group:  System/Libraries
-# The libary code is MIT, with built-in data from publicsuffix
 Recommends: publicsuffix
 
 %description -n %{name}%{somajor}
@@ -95,6 +95,9 @@
 %setup -q
 
 %build
+# default is libicu, but this just too heavy dependency. This library is part 
of the 
+# minimal system as curl uses it - but libidn2 is already used by curl 
directly, while
+# icu is not
 %configure \
--disable-silent-rules \
--disable-static \
@@ -102,6 +105,7 @@
--disable-runtime \
--disable-builtin \
 %endif
+   --enable-builtin=libidn2 --enable-runtime=libidn2 \
--with-psl-file=%{_datadir}/publicsuffix/public_suffix_list.dat \
--with-psl-distfile=%{_datadir}/publicsuffix/public_suffix_list.dafsa
 




commit autoyast2 for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2017-04-12 17:10:49

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


Package is "autoyast2"

Wed Apr 12 17:10:49 2017 rev:221 rq:487563 version:3.2.13

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2017-02-18 
03:15:21.424062373 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2017-04-12 
17:10:50.612894879 +0200
@@ -1,0 +2,27 @@
+Thu Apr  6 11:27:01 UTC 2017 - igonzalezs...@suse.com
+
+- Fix subvolumes schema definition (bsc#1013047)
+- 3.2.13
+
+---
+Thu Apr  6 09:39:06 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - removed dependency on insserv
+- 3.2.12
+
+---
+Wed Apr  5 10:34:17 CEST 2017 - sch...@suse.de
+
+- Added configuration-management to first installation step.
+  (FATE#319830)
+- 3.2.11
+
+---
+Tue Mar  7 09:39:12 CET 2017 - sch...@suse.de
+
+- Update: Product selection will be done by Packages.SelectProduct
+  now (bnc#1014861).
+- 3.2.10
+
+---

Old:

  autoyast2-3.2.9.tar.bz2

New:

  autoyast2-3.2.13.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.OHtSGu/_old  2017-04-12 17:10:51.220808823 +0200
+++ /var/tmp/diff_new_pack.OHtSGu/_new  2017-04-12 17:10:51.228807691 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.2.9
+Version:3.2.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -70,8 +70,6 @@
 Provides:   yast2-lib-autoinst
 Obsoletes:  yast2-lib-autoinst
 
-PreReq: %insserv_prereq %fillup_prereq
-
 BuildArch:  noarch
 
 Requires:   yast2-ruby-bindings >= 1.0.0

++ autoyast2-3.2.9.tar.bz2 -> autoyast2-3.2.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.2.9/README.md 
new/autoyast2-3.2.13/README.md
--- old/autoyast2-3.2.9/README.md   2017-02-15 16:46:33.769183717 +0100
+++ new/autoyast2-3.2.13/README.md  2017-04-12 14:45:30.534433241 +0200
@@ -3,6 +3,7 @@
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-autoinstallation.svg?branch=master)](https://travis-ci.org/yast/yast-autoinstallation)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-autoinstallation-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-autoinstallation-master/)
+[![Coverage 
Status](https://coveralls.io/repos/github/yast/yast-autoinstallation/badge.svg?branch=master)](https://coveralls.io/github/yast/yast-autoinstallation?branch=master)
 
 
 Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.2.9/doc/network_scenarios.md 
new/autoyast2-3.2.13/doc/network_scenarios.md
--- old/autoyast2-3.2.9/doc/network_scenarios.md1970-01-01 
01:00:00.0 +0100
+++ new/autoyast2-3.2.13/doc/network_scenarios.md   2017-04-12 
14:45:30.534433241 +0200
@@ -0,0 +1,415 @@
+Introduction
+
+
+This document tries to clarify some doubts and expectations related to 
AutoYaST network
+configuration, specially regarding the `keep_install_network` option.
+
+We put special attemption to that flag because there was a bug in SP1 which 
caused the
+ network configuration being saved always even with 
`keep_install_network=false`. After
+ the bug was fixed, users who were using a SP1 profile started reporting bugs 
for SP2.
+
+The current documentation explains that the network configuration is done 
during the second
+stage (imported from the profile) as it can be seen in the image below.
+
+
+  https://www.suse.com/documentation/sles-12/singlehtml/book_autoyast/images/autoyast-oview.png;
 />
+
+
+Nevertheless, during the first stage the network would be required. The 
configuration 
+can be copied to the installed system if `keep_install_network` is set to true.
+
+Let's go with some scenarios and examples...
+
+Scenarios
+=
+
+First of all, what happens during the **first stage** will be explained, and 
then what 
+happens during the **second stage** if not skipped. 
+
+For the examples below consider this linuxrc options if not mentioned 
different ones:
+
+**Linuxrc options:** autoyast=http://sle12_minimal.xml ifcfg=eth0=dhcp
+
+First Stage
+---
+
+The network configuration for the first stage currently defined in the control 
+file takes part in these clients 

commit yast2 for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2017-04-12 17:10:43

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


Package is "yast2"

Wed Apr 12 17:10:43 2017 rev:400 rq:487507 version:3.2.27

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2017-03-29 
13:23:11.740126687 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2017-04-12 
17:10:45.565609375 +0200
@@ -1,0 +2,25 @@
+Mon Apr 10 15:23:06 UTC 2017 - jreidin...@suse.com
+
+- Set correct title when wizard is supported (bsc#1033161#c4)
+- 3.2.27
+
+---
+Fri Apr  7 12:35:24 UTC 2017 - jreidin...@suse.com
+
+- start using y2start instead of y2base (bsc#1027181)
+- 3.2.26
+
+---
+Mon Apr  3 16:00:22 CEST 2017 - mgerst...@suse.de
+
+- don't generate multiline entries, it's against SuSEfirewall2 recommendation
+  multiline entries create trouble with fillup, see bsc#798468
+- 3.2.25
+
+---
+Thu Mar 30 11:51:43 UTC 2017 - lsle...@suse.cz
+
+- Fixed downloading installer extension package (FATE#320772)
+- 3.2.24
+
+---

Old:

  yast2-3.2.23.tar.bz2

New:

  yast2-3.2.27.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.eHUpNR/_old  2017-04-12 17:10:46.341499539 +0200
+++ /var/tmp/diff_new_pack.eHUpNR/_new  2017-04-12 17:10:46.345498973 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.2.23
+Version:3.2.27
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0
@@ -46,7 +46,8 @@
 # To have Yast::WFM.scr_root
 BuildRequires:  yast2-ruby-bindings >= 3.2.8
 BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-ycp-ui-bindings >= 3.1.8
+# UI::.SetApplicationTitle
+BuildRequires:  yast2-ycp-ui-bindings >= 3.2.0
 # for the PackageExtractor tests, just make sure they are present,
 # these should be installed in the default build anyway
 BuildRequires:  cpio
@@ -76,10 +77,11 @@
 Requires:   yast2-perl-bindings
 # changed StartPackage callback signature
 Requires:   yast2-pkg-bindings >= 2.20.3
-Requires:   yast2-ruby-bindings >= 3.2.8
+# for y2start
+Requires:   yast2-ruby-bindings >= 3.2.10
 Requires:   yast2-xml
-# new UI::SetApplicationIcon
-Requires:   yast2-ycp-ui-bindings >= 3.1.8
+# new UI::SetApplicationTitle
+Requires:   yast2-ycp-ui-bindings >= 3.2.0
 Requires:   yui_backend
 # pre-requires for filling the sysconfig template (sysconfig.yast2)
 PreReq: %fillup_prereq

++ yast2-3.2.23.tar.bz2 -> yast2-3.2.27.tar.bz2 ++
 1882 lines of diff (skipped)




commit yast2-network for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2017-04-12 17:10:39

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


Package is "yast2-network"

Wed Apr 12 17:10:39 2017 rev:371 rq:487401 version:3.2.24

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2017-03-29 13:22:21.867179933 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2017-04-12 17:10:40.734293297 +0200
@@ -1,0 +2,23 @@
+Tue Apr  4 11:48:24 WEST 2017 - knut.anders...@suse.com
+
+- bsc#956755
+  - Don't propose wlan interfaces for the virtualization bridge.
+- 3.2.24
+
+---
+Mon Apr  3 08:27:26 UTC 2017 - mfi...@suse.com
+
+- bnc#927629
+  - improved adding routes. Accepts netmask or prefix length.
+  - fixed column name in add route dialog from Genmask to more
+common Netmask
+- 3.2.23
+
+---
+Thu Mar 30 13:52:36 WEST 2017 - knut.anders...@suse.com
+
+- Fix typo in edit_nic_name dialog using bus_id instead of busid
+  (bsc#1031120)
+- 3.2.22
+
+---

Old:

  yast2-network-3.2.21.tar.bz2

New:

  yast2-network-3.2.24.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.OFqmzi/_old  2017-04-12 17:10:41.822139301 +0200
+++ /var/tmp/diff_new_pack.OFqmzi/_new  2017-04-12 17:10:41.826138735 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.2.21
+Version:3.2.24
 Release:0
 BuildArch:  noarch
 

++ yast2-network-3.2.21.tar.bz2 -> yast2-network-3.2.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.2.21/package/yast2-network.changes 
new/yast2-network-3.2.24/package/yast2-network.changes
--- old/yast2-network-3.2.21/package/yast2-network.changes  2017-03-22 
13:09:17.716003918 +0100
+++ new/yast2-network-3.2.24/package/yast2-network.changes  2017-04-11 
16:51:32.229154641 +0200
@@ -1,4 +1,27 @@
 ---
+Tue Apr  4 11:48:24 WEST 2017 - knut.anders...@suse.com
+
+- bsc#956755
+  - Don't propose wlan interfaces for the virtualization bridge.
+- 3.2.24
+
+---
+Mon Apr  3 08:27:26 UTC 2017 - mfi...@suse.com
+
+- bnc#927629
+  - improved adding routes. Accepts netmask or prefix length.
+  - fixed column name in add route dialog from Genmask to more
+common Netmask
+- 3.2.23
+
+---
+Thu Mar 30 13:52:36 WEST 2017 - knut.anders...@suse.com
+
+- Fix typo in edit_nic_name dialog using bus_id instead of busid
+  (bsc#1031120)
+- 3.2.22
+
+---
 Tue Mar 21 09:24:29 UTC 2017 - jreidin...@suse.com
 
 - adapt to new version of cfa (new cfa needed for bsc#1023204)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.2.21/package/yast2-network.spec 
new/yast2-network-3.2.24/package/yast2-network.spec
--- old/yast2-network-3.2.21/package/yast2-network.spec 2017-03-22 
13:09:17.716003918 +0100
+++ new/yast2-network-3.2.24/package/yast2-network.spec 2017-04-11 
16:51:32.229154641 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.2.21
+Version:3.2.24
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.2.21/src/include/network/lan/help.rb 
new/yast2-network-3.2.24/src/include/network/lan/help.rb
--- old/yast2-network-3.2.21/src/include/network/lan/help.rb2017-03-22 
13:09:17.932003918 +0100
+++ new/yast2-network-3.2.24/src/include/network/lan/help.rb2017-04-11 
16:51:32.233154641 +0200
@@ -98,8 +98,12 @@
) +
  _(
"For each route, enter destination 
network IP address, gateway address,\n" \
- "and netmask. To omit any of these 
values, use a dash sign \"-\". Select\n" \
- "the device through which the traffic to 
the defined network will be routed.\"-\" is an alias for any interface.\n"
+ "and netmask. You can use either IPv4 
netmask or prefix length when defining\n" \
+ "network 

commit yast2-ruby-bindings for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2017-04-12 17:10:28

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


Package is "yast2-ruby-bindings"

Wed Apr 12 17:10:28 2017 rev:79 rq:487041 version:3.2.11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2017-03-29 13:22:32.465681052 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2017-04-12 17:10:29.755847410 +0200
@@ -1,0 +2,24 @@
+Mon Apr 10 11:50:04 UTC 2017 - jreidin...@suse.com
+
+- Set proper title for YaST2 application (bsc#1033161)
+- 3.2.11
+
+---
+Wed Mar 22 15:45:50 UTC 2017 - jreidin...@suse.com
+
+- Add new y2start as ruby script which have several advantages
+  (bsc#1027181):
+-- Ruby is no longer embedded into YaST (instead we only use binary
+   extensions), so there is less chance of things breaking with
+   a new Ruby version
+-- show popup when signal is received and also allow YaST modules
+   to handle more gracefully when signal is raised
+-- better argument passing to y2start itself e.g.
+   y2base foo -S '(bar)' qt > y2start foo --arg bar qt
+-- ruby infrastructure can be used directly on y2start like debugger
+   or profiler
+-- majority of y2start functionality is covered by unit tests
+   allowing easier and less error-prone future changes
+- 3.2.10
+
+---

Old:

  yast2-ruby-bindings-3.2.9.tar.bz2

New:

  yast2-ruby-bindings-3.2.11.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.tAsI7T/_old  2017-04-12 17:10:30.583730215 +0200
+++ /var/tmp/diff_new_pack.tAsI7T/_new  2017-04-12 17:10:30.587729648 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.2.9
+Version:3.2.11
 Release:0
 Url:https://github.com/yast/yast-ruby-bindings
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,11 +38,11 @@
 Requires:   rubygem(%{rb_default_ruby_abi}:fast_gettext)
 %endif
 BuildRequires:  ruby-devel
-# new ErrorNamespace needed
-Requires:   yast2-core >= 3.2.1
-BuildRequires:  yast2-core-devel >= 3.2.1
-Requires:   yast2-ycp-ui-bindings   >= 2.21.9
-BuildRequires:  yast2-ycp-ui-bindings-devel >= 2.21.9
+Requires:   yast2-core >= 3.2.2
+BuildRequires:  yast2-core-devel >= 3.2.2
+# UI.SetApplicationTitle
+Requires:   yast2-ycp-ui-bindings   >= 3.2.0
+BuildRequires:  yast2-ycp-ui-bindings-devel >= 3.2.0
 # The test suite includes a regression test (std_streams_spec.rb) for a
 # libyui-ncurses bug fixed in 2.47.3
 BuildRequires:  libyui-ncurses >= 2.47.3
@@ -100,6 +100,7 @@
 
 %files
 %defattr (-, root, root)
+%{yast_ybindir}/y2start
 %{_libdir}/YaST2/plugin/libpy2lang_ruby.so
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/*.rb
 %{_libdir}/ruby/vendor_ruby/%{rb_ver}/yast

++ yast2-ruby-bindings-3.2.9.tar.bz2 -> yast2-ruby-bindings-3.2.11.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.2.9/package/yast2-ruby-bindings.changes 
new/yast2-ruby-bindings-3.2.11/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.2.9/package/yast2-ruby-bindings.changes   
2017-03-23 15:46:15.160272844 +0100
+++ new/yast2-ruby-bindings-3.2.11/package/yast2-ruby-bindings.changes  
2017-04-10 14:13:08.608990458 +0200
@@ -1,4 +1,28 @@
 ---
+Mon Apr 10 11:50:04 UTC 2017 - jreidin...@suse.com
+
+- Set proper title for YaST2 application (bsc#1033161)
+- 3.2.11
+
+---
+Wed Mar 22 15:45:50 UTC 2017 - jreidin...@suse.com
+
+- Add new y2start as ruby script which have several advantages
+  (bsc#1027181):
+-- Ruby is no longer embedded into YaST (instead we only use binary
+   extensions), so there is less chance of things breaking with
+   a new Ruby version
+-- show popup when signal is received and also allow YaST modules
+   to handle more gracefully when signal is raised
+-- better argument passing to y2start itself e.g.
+   y2base foo -S '(bar)' qt > y2start foo --arg bar qt
+-- ruby infrastructure can be used directly on y2start like debugger
+   or profiler
+-- majority of y2start functionality is covered by unit tests
+   allowing easier and less error-prone future changes
+- 3.2.10
+
+---
 Wed Mar 22 14:45:50 UTC 2017 - 

commit yast2-firewall for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2017-04-12 17:10:33

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


Package is "yast2-firewall"

Wed Apr 12 17:10:33 2017 rev:53 rq:487043 version:3.1.7

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2016-06-10 23:59:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2017-04-12 17:10:34.995105739 +0200
@@ -1,0 +2,6 @@
+Fri Apr  7 13:51:51 UTC 2017 - gso...@suse.com
+
+- Inform the user if start/stop/restart fails bsc#962713
+- 3.1.7
+
+---

Old:

  yast2-firewall-3.1.6.tar.bz2

New:

  yast2-firewall-3.1.7.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.VXhoW6/_old  2017-04-12 17:10:36.238929662 +0200
+++ /var/tmp/diff_new_pack.VXhoW6/_new  2017-04-12 17:10:36.242929096 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firewall
 #
-# 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:   yast2-firewall
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firewall-3.1.6.tar.bz2 -> yast2-firewall-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.6/.travis.yml 
new/yast2-firewall-3.1.7/.travis.yml
--- old/yast2-firewall-3.1.6/.travis.yml2016-06-07 12:57:28.982920987 
+0200
+++ new/yast2-firewall-3.1.7/.travis.yml2017-04-10 14:25:02.812754989 
+0200
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"rspec:3.3.0 yast-rake gettext"
+  - docker build -t yast-firewall-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-firewall-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.6/CONTRIBUTING.md 
new/yast2-firewall-3.1.7/CONTRIBUTING.md
--- old/yast2-firewall-3.1.6/CONTRIBUTING.md2016-06-07 12:57:28.986920987 
+0200
+++ new/yast2-firewall-3.1.7/CONTRIBUTING.md2017-04-10 14:25:02.820754989 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your 

commit yast2-ycp-ui-bindings for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2017-04-12 17:10:18

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


Package is "yast2-ycp-ui-bindings"

Wed Apr 12 17:10:18 2017 rev:70 rq:487039 version:3.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2015-07-16 17:14:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2017-04-12 17:10:24.276623052 +0200
@@ -1,0 +2,7 @@
+Mon Apr 10 10:31:28 UTC 2017 - jreidin...@suse.com
+
+- added built-in SetApplicationTitle for setting application title
+  (bnc#1033161)
+- 3.2.0
+
+---

Old:

  yast2-ycp-ui-bindings-3.1.9.tar.bz2

New:

  yast2-ycp-ui-bindings-3.2.0.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.vShGV2/_old  2017-04-12 17:10:25.928389227 +0200
+++ /var/tmp/diff_new_pack.vShGV2/_new  2017-04-12 17:10:25.932388661 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ycp-ui-bindings
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:3.1.9
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ycp-ui-bindings-3.1.9.tar.bz2 -> 
yast2-ycp-ui-bindings-3.2.0.tar.bz2 ++
 4397 lines of diff (skipped)




commit yast2-packager for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2017-04-12 17:09:56

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


Package is "yast2-packager"

Wed Apr 12 17:09:56 2017 rev:334 rq:486448 version:3.2.22

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2017-03-29 13:23:19.802986398 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2017-04-12 17:09:58.748236865 +0200
@@ -1,0 +2,8 @@
+Fri Apr  7 13:40:59 UTC 2017 - lsle...@suse.cz
+
+- Create the /etc/products.d/baseproduct symlink in inst-sys when
+  it is missing to allow expanding variables in the add-on
+  repositories URL (bsc#972046)
+- 3.2.22
+
+---

Old:

  yast2-packager-3.2.21.tar.bz2

New:

  yast2-packager-3.2.22.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.fCDEXp/_old  2017-04-12 17:09:59.984061920 +0200
+++ /var/tmp/diff_new_pack.fCDEXp/_new  2017-04-12 17:09:59.984061920 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.2.21
+Version:3.2.22
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.2.21.tar.bz2 -> yast2-packager-3.2.22.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.21/package/yast2-packager.changes 
new/yast2-packager-3.2.22/package/yast2-packager.changes
--- old/yast2-packager-3.2.21/package/yast2-packager.changes2017-03-28 
11:35:02.396202018 +0200
+++ new/yast2-packager-3.2.22/package/yast2-packager.changes2017-04-07 
16:03:44.857887102 +0200
@@ -1,4 +1,12 @@
 ---
+Fri Apr  7 13:40:59 UTC 2017 - lsle...@suse.cz
+
+- Create the /etc/products.d/baseproduct symlink in inst-sys when
+  it is missing to allow expanding variables in the add-on
+  repositories URL (bsc#972046)
+- 3.2.22
+
+---
 Tue Mar 28 08:31:49 UTC 2017 - igonzalezs...@suse.com
 
 - Do not crash when changing the priority of a just created
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.21/package/yast2-packager.spec 
new/yast2-packager-3.2.22/package/yast2-packager.spec
--- old/yast2-packager-3.2.21/package/yast2-packager.spec   2017-03-28 
11:35:02.396202018 +0200
+++ new/yast2-packager-3.2.22/package/yast2-packager.spec   2017-04-07 
16:03:44.857887102 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.2.21
+Version:3.2.22
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.2.21/src/modules/Packages.rb 
new/yast2-packager-3.2.22/src/modules/Packages.rb
--- old/yast2-packager-3.2.21/src/modules/Packages.rb   2017-03-28 
11:35:02.408202018 +0200
+++ new/yast2-packager-3.2.22/src/modules/Packages.rb   2017-04-07 
16:03:45.005887102 +0200
@@ -8,6 +8,7 @@
 
 # html_escape()
 require "erb"
+require "fileutils"
 
 module Yast
   class PackagesClass < Module
@@ -40,6 +41,8 @@
   "SLES_SAP" => [ "SLES" ]
 }
 
+BASE_PRODUCT_FILE = "/etc/products.d/baseproduct".freeze
+
 def main
   Yast.import "UI"
   Yast.import "Pkg"
@@ -1588,7 +1591,7 @@
 
   # Initialize package manager
   @init_error = nil
-  Builtins.y2milestone("Packages::Initialize()")
+  Builtins.y2milestone("Packages::Initialize_BaseInit()")
 
   if Mode.test
 # Fake values for testing purposes
@@ -1786,6 +1789,10 @@
   initial_repository = nil
   ImportGPGKeys()
 
+  # Create the baseproduct link if it does not exist yet,
+  # openSUSE includes the file in the inst-sys while SLES/SLED do not.
+  create_baseproduct_symlink unless File.exist?(BASE_PRODUCT_FILE)
+
   # prefer CD/DVD media to download during installation/update
   # (BNC#780617,865819)
   Builtins.y2milestone("Prefer CD/DVD media to download")
@@ -2747,6 +2754,22 @@
   return false unless  PRODUCT_CONFLICTS[product2]
PRODUCT_CONFLICTS[product2].include?(product1)
 end
+
+# Create the baseproduct file pointing to a found product file.
+def create_baseproduct_symlink
+  prod_files = Dir["/etc/products.d/*.prod"]
+
+  if prod_files.empty?
+log.warn("No product file found, not creating the baseproduct symlink")
+return
+  end

commit yast2-add-on for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2017-04-12 17:10:02

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


Package is "yast2-add-on"

Wed Apr 12 17:10:02 2017 rev:80 rq:486456 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2016-08-18 10:19:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2017-04-12 17:10:03.723532558 +0200
@@ -1,0 +2,8 @@
+Mon Apr  3 11:20:57 UTC 2017 - sch...@suse.de
+
+- AutoYaST: Expanding URL in order to handle tags like $releasever.
+  (bnc#972046)
+- 3.2.0
+
+---
+

Old:

  yast2-add-on-3.1.17.tar.bz2

New:

  yast2-add-on-3.2.0.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.XmfOg5/_old  2017-04-12 17:10:04.619405738 +0200
+++ /var/tmp/diff_new_pack.XmfOg5/_new  2017-04-12 17:10:04.623405172 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-add-on
 #
-# 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:   yast2-add-on
-Version:3.1.17
+Version:3.2.0
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0

++ yast2-add-on-3.1.17.tar.bz2 -> yast2-add-on-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.17/.travis.yml 
new/yast2-add-on-3.2.0/.travis.yml
--- old/yast2-add-on-3.1.17/.travis.yml 2016-08-11 16:04:44.763781080 +0200
+++ new/yast2-add-on-3.2.0/.travis.yml  2017-04-07 16:41:04.166642099 +0200
@@ -1,13 +1,11 @@
-language: cpp
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "ruby2.1 rake yast2-devtools" -g "yast-rake yard 
gettext"
+  - docker build -t yast-add-on-image .
 script:
-- rake check:syntax
-- rake check:pot
-- yardoc
-- rake test:unit
-- sudo rake install
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-add-on-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.1.17/CONTRIBUTING.md 
new/yast2-add-on-3.2.0/CONTRIBUTING.md
--- old/yast2-add-on-3.1.17/CONTRIBUTING.md 2016-08-11 16:04:44.775781080 
+0200
+++ new/yast2-add-on-3.2.0/CONTRIBUTING.md  2017-04-07 16:41:04.182642099 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake 

commit build-compare for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2017-04-12 17:10:09

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


Package is "build-compare"

Wed Apr 12 17:10:09 2017 rev:103 rq:486461 version:20170331T154431.96db83e

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2017-03-05 17:46:57.744539745 +0100
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2017-04-12 17:10:11.458437601 +0200
@@ -1,0 +2,15 @@
+Fri Mar 31 13:44:11 UTC 2017 - o...@aepfle.de
+
+- Handle timestamp and checksum in xen.efi
+
+---
+Wed Mar 22 19:05:36 UTC 2017 - o...@aepfle.de
+
+- Handle _kf5_htmldir, it HAD to be different...
+
+---
+Tue Mar 21 11:17:26 UTC 2017 - o...@aepfle.de
+
+- Handle /usr/share/vdr/locale/
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.0BmcH5/_old  2017-04-12 17:10:12.950226422 +0200
+++ /var/tmp/diff_new_pack.0BmcH5/_new  2017-04-12 17:10:12.950226422 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:20170212T094342.98f72fb
+Version:20170331T154431.96db83e
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh

++ pkg-diff.sh ++
--- /var/tmp/diff_new_pack.0BmcH5/_old  2017-04-12 17:10:13.042213401 +0200
+++ /var/tmp/diff_new_pack.0BmcH5/_new  2017-04-12 17:10:13.042213401 +0200
@@ -478,6 +478,11 @@
  fi
done
return $ret;;
+ */xen*.efi)
+# PE32+ executable (EFI application) x86-64 (stripped to external 
PDB), for MS Windows
+perl -e "open fh, '+<', 'old/$file'; seek fh, 0x80 + 0x08, SEEK_SET; 
print fh 'time'; seek fh, 0x80 + 0x58, SEEK_SET; print fh 'chck';"
+perl -e "open fh, '+<', 'new/$file'; seek fh, 0x80 + 0x08, SEEK_SET; 
print fh 'time'; seek fh, 0x80 + 0x58, SEEK_SET; print fh 'chck';"
+;;
  *.pyc|*.pyo)
 perl -e "open fh, '+<', 'old/$file'; seek fh, 4, SEEK_SET; print fh 
'';"
 perl -e "open fh, '+<', 'new/$file'; seek fh, 4, SEEK_SET; print fh 
'';"
@@ -536,7 +541,7 @@
   return 0
 fi
 ;;
- 
/usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo)
+ 
/usr/share/locale/*/LC_MESSAGES/*.mo|/usr/share/locale-bundle/*/LC_MESSAGES/*.mo|/usr/share/vdr/locale/*/LC_MESSAGES/*.mo)
for f in old/$file new/$file; do
  sed -i -e "s,POT-Creation-Date: -..-.. 
..:..+,POT-Creation-Date: 1970-01-01 00:00+," $f
done
@@ -549,6 +554,7 @@
   done
   strip_numbered_anchors
 ;;
+
/usr/share/doc/HTML/*/*/index.cache|/usr/share/doc//HTML/*/*/*/index.cache|\
 
/usr/share/doc/kde/HTML/*/*/index.cache|/usr/share/doc/kde/HTML/*/*/*/index.cache|\
 /usr/share/gtk-doc/html/*/*.html|/usr/share/gtk-doc/html/*/*.devhelp2)
   # various kde and gtk packages




commit yast2-installation for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2017-04-12 17:09:52

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


Package is "yast2-installation"

Wed Apr 12 17:09:52 2017 rev:384 rq:486430 version:3.2.37

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2017-03-29 13:23:26.933977897 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2017-04-12 17:09:54.308865305 +0200
@@ -1,0 +2,19 @@
+Wed Apr  5 11:31:12 CEST 2017 - jreidin...@suse.com
+
+- Use y2start script instead of y2base (bsc#1027181)
+- 3.2.37
+
+---
+Wed Apr  5 10:31:12 CEST 2017 - sch...@suse.de
+
+- Added configuration-management to inst_finish.
+  (FATE#319830)
+- 3.2.36
+
+---
+Tue Apr  4 14:16:28 UTC 2017 - mvid...@suse.com
+
+- Renamed Controller Node to Administration Node (bsc#1032057).
+- 3.2.35
+
+---

Old:

  yast2-installation-3.2.34.tar.bz2

New:

  yast2-installation-3.2.37.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.mSFj9Z/_old  2017-04-12 17:09:54.980770190 +0200
+++ /var/tmp/diff_new_pack.mSFj9Z/_new  2017-04-12 17:09:54.984769624 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   yast2-installation
-Version:3.2.34
+Version:3.2.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 Url:http://github.com/yast/yast-installation
-Requires:   yast2-ruby-bindings >= 3.1.8
+# new y2start script
+Requires:   yast2-ruby-bindings >= 3.2.10
 
 Summary:YaST2 - Installation Parts
 License:GPL-2.0

++ yast2-installation-3.2.34.tar.bz2 -> yast2-installation-3.2.37.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.2.34/doc/control-file.md 
new/yast2-installation-3.2.37/doc/control-file.md
--- old/yast2-installation-3.2.34/doc/control-file.md   2017-03-28 
23:05:44.313840292 +0200
+++ new/yast2-installation-3.2.37/doc/control-file.md   2017-04-07 
14:59:25.082466244 +0200
@@ -798,6 +798,7 @@
 System Roles, if defined in the control file, are presented during
 the first stage of the installation. The user will select one of them
 and they will affect the proposed configuration of Partitioning and Software.
+It also allows to modify configuration of Systemd Services.
 
 A role can also define additional dialogs that are shown when a given role is
 selected. It is a common installation dialog with *Abort*, *Cancel* and *Next*
@@ -805,6 +806,20 @@
 When going back, it will first show the last additional dialog and when going
 back through all additional dialogs, it will show again the roles selection.
 
+System roles by default preselect first defined entry unless user set it.
+If the first role has an attribute *no_default* then no role will be
+preselected.
+
+Example snippet for no\_default:
+```xml
+
+  
+plain
+ true 
+  
+
+```
+
 They were requested in FATE#317481 and they are an evolution of the earlier
 concept of Server Scenarios used in SLE 11.
 
@@ -822,13 +837,25 @@
 
   
 virtualization_host_kvm
+
 
   true
 
+
 
   base Minimal kvm_server
 
+
 kvm_setup,virt_manager_setup 
+
+
+  
+salt-minion
+  
+  
+devil-master
+  
+
   
 
 
@@ -871,6 +898,9 @@
 and *software* are merged with the corresponding top-level definitions. See
 [Partitioning](#partitioning) and [Software](#software).
 
+The *services* part currently supports only enabling additional services which
+is done by specifying *service* with its *name* as seen in the example.
+
 ### System Scenarios
 
 System scenarios contain definition of dialog *inst\_scenarios* in the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.2.34/doc/installer_extension.md 
new/yast2-installation-3.2.37/doc/installer_extension.md
--- old/yast2-installation-3.2.34/doc/installer_extension.md1970-01-01 
01:00:00.0 +0100
+++ new/yast2-installation-3.2.37/doc/installer_extension.md2017-04-07 
14:59:25.082466244 +0200
@@ -0,0 +1,180 @@
+# Modifying the Installation by an Add-on
+
+The YaST installation workflow can be 

commit yast2-apparmor for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory 
checked in at 2017-04-12 17:09:37

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


Package is "yast2-apparmor"

Wed Apr 12 17:09:37 2017 rev:59 rq:485764 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes
2014-12-05 21:02:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes   
2017-04-12 17:09:40.582808377 +0200
@@ -1,0 +2,14 @@
+Wed Apr  5 07:03:30 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - removed package dependency on insserv
+- 3.2.0
+
+---
+Mon Apr  3 14:06:20 UTC 2017 - rgold...@suse.com
+
+- Use Yast::Service to enable/disable service
+- Remove (unused) notify settings
+- Reload profiles by calling apparmor_parser directly.
+
+---

Old:

  yast2-apparmor-3.1.3.tar.bz2

New:

  yast2-apparmor-3.2.0.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.KM8wIX/_old  2017-04-12 17:09:41.594665137 +0200
+++ /var/tmp/diff_new_pack.KM8wIX/_new  2017-04-12 17:09:41.594665137 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-apparmor
 #
-# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-apparmor
-Version:3.1.3
+Version:3.2.0
 Release:0
 Summary:YaST2 - Plugins for AppArmor Profile Management
 License:GPL-2.0
@@ -34,12 +34,12 @@
 Requires:   perl(Encode)
 Requires:   perl(Getopt::Long)
 Requires:   perl(Immunix::AppArmor)
-Requires:   perl(Immunix::Notify)
 Requires:   perl(Locale::gettext)
 Requires:   perl(POSIX)
 Requires:   perl(ycp)
 Obsoletes:  yast2-subdomain
 Provides:   yast2-subdomain
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if 0%{?suse_version} >= 1140
@@ -73,8 +73,6 @@
 %{yast_moduledir}
 %{yast_desktopdir}
 %{yast_agentdir}
-%dir %{perl_vendorlib}/Immunix
-%{perl_vendorlib}/Immunix/Notify.pm
 %dir %{_sysconfdir}/apparmor
 %config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
 %config(noreplace) %{_sysconfdir}/apparmor/reports.conf

++ yast2-apparmor-3.1.3.tar.bz2 -> yast2-apparmor-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-3.1.3/.travis.yml 
new/yast2-apparmor-3.2.0/.travis.yml
--- old/yast2-apparmor-3.1.3/.travis.yml2014-12-04 10:51:39.678753635 
+0100
+++ new/yast2-apparmor-3.2.0/.travis.yml2017-04-05 10:21:30.785108603 
+0200
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-apparmor-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-apparmor-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-3.1.3/CONTRIBUTING.md 
new/yast2-apparmor-3.2.0/CONTRIBUTING.md
--- old/yast2-apparmor-3.1.3/CONTRIBUTING.md2014-12-04 10:51:39.678753635 
+0100
+++ new/yast2-apparmor-3.2.0/CONTRIBUTING.md2017-04-05 10:21:30.785108603 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -12,18 +12,16 @@
 ---
 
 If you find a problem, please report it either using

commit yast2-theme for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2017-04-12 17:09:45

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


Package is "yast2-theme"

Wed Apr 12 17:09:45 2017 rev:150 rq:485786 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2016-10-18 
13:28:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 
2017-04-12 17:09:49.065607545 +0200
@@ -1,0 +2,6 @@
+Sat Feb  4 08:46:10 UTC 2017 - opensuse.lietuviu.ka...@gmail.com
+- 3.2.2: add yast2-branding-openSUSE-Oxygen empty package to
+  trigger swich into Oxygen theme for YaST2 in openSUSE 
+  (bsc#942136).
+
+---

Old:

  yast2-theme-3.2.1.tar.bz2

New:

  yast2-theme-3.2.2.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.6wqgAD/_old  2017-04-12 17:09:50.425415049 +0200
+++ /var/tmp/diff_new_pack.6wqgAD/_new  2017-04-12 17:09:50.425415049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-theme
 #
-# 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
@@ -16,8 +16,10 @@
 #
 
 
+# YaST Oxygen icons maintained by Martin Schlander 
+
 Name:   yast2-theme
-Version:3.2.1
+Version:3.2.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,15 +53,30 @@
 Conflicts:  yast2-theme-SLE
 PreReq: /bin/ln
 Requires:   hicolor-icon-theme
-Obsoletes:  yast2-theme-openSUSE-Crystal < %{version}
-Provides:   yast2-theme-openSUSE-Oxygen = %{version}
 Obsoletes:  yast2-theme-openSUSE < %{version}
-Obsoletes:  yast2-theme-openSUSE-Oxygen < %{version}
+Obsoletes:  yast2-theme-openSUSE-Crystal < %{version}
 Provides:   yast2-theme-openSUSE = %{version}
 
 %description -n yast2-branding-openSUSE
 This package contains the openSUSE theme for YaST2.
 
+
+%package -n yast2-branding-openSUSE-Oxygen
+Summary:YaST2 - switcher into Oxygen icon theme
+Group:  System/YaST
+Supplements:packageand(yast2:plasma5-session)
+PreReq: /bin/ln
+Requires:   yast2-branding-openSUSE = %{version}
+Provides:   yast2-theme-openSUSE-Oxygen = %{version}
+Obsoletes:  yast2-theme-openSUSE-Oxygen < %{version}
+
+%description -n yast2-branding-openSUSE-Oxygen
+After installing this package, symbolic link for "current" theme 
+will be changed "Oxygen". This package does not contains icons 
+of the openSUSE theme for YaST2. Icons itself exist in 
+yast2-branding-openSUSE package.
+
+
 %else
 %package SLE
 Summary:YaST2 - SLE Theme
@@ -98,6 +115,8 @@
 
 cp -R "$RPM_BUILD_ROOT/%{yast_docdir}" 
"$RPM_BUILD_ROOT/%{yast_docdir}-openSUSE"
 rm -rf "$RPM_BUILD_ROOT/%{yast_docdir}"
+mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/yast2-theme/
+echo 'This file marks the package yast2-branding-openSUSE-Oxygen to be 
installed.'   > 
$RPM_BUILD_ROOT/usr/share/doc/packages/yast2-theme/yast2-branding-openSUSE-Oxygen.txt
 
 %else
 # install SLE icewm style
@@ -286,6 +305,18 @@
   rm %{yast_themedir}/current
 fi
 
+%post -n yast2-branding-openSUSE-Oxygen
+if test -L %{yast_themedir}/current/icons ; then
+  rm %{yast_themedir}/current/icons
+fi
+ln -s /usr/share/icons/oxygen %{yast_themedir}/current/icons
+
+%postun -n yast2-branding-openSUSE-Oxygen
+if test -L %{yast_themedir}/current/icons ; then
+  rm %{yast_themedir}/current/icons
+fi
+ln -s /usr/share/icons/hicolor %{yast_themedir}/current/icons
+
 %files -n yast2-branding-openSUSE
 %defattr(-,root,root)
 %dir %{yast_themedir}
@@ -293,6 +324,11 @@
 %config %{_sysconfdir}/icewm
 /usr/share/icons/*
 %doc %{yast_docdir}-openSUSE
+
+%files -n yast2-branding-openSUSE-Oxygen
+%dir /usr/share/doc/packages/yast2-theme/
+/usr/share/doc/packages/yast2-theme/yast2-branding-openSUSE-Oxygen.txt
+
 %else
 %files SLE
 %defattr(-,root,root)

++ yast2-theme-3.2.1.tar.bz2 -> yast2-theme-3.2.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.2.1.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.2.2.tar.bz2 differ: 
char 11, line 1




commit insserv-compat for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package insserv-compat for openSUSE:Factory 
checked in at 2017-04-12 17:09:09

Comparing /work/SRC/openSUSE:Factory/insserv-compat (Old)
 and  /work/SRC/openSUSE:Factory/.insserv-compat.new (New)


Package is "insserv-compat"

Wed Apr 12 17:09:09 2017 rev:15 rq:485031 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/insserv-compat/insserv-compat.changes
2016-01-26 10:14:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.insserv-compat.new/insserv-compat.changes   
2017-04-12 17:09:10.407080081 +0200
@@ -1,0 +2,5 @@
+Wed Mar 29 13:05:40 UTC 2017 - ku...@suse.com
+
+- Add /etc/init.d hierachy from filesystem
+
+---



Other differences:
--
++ insserv-compat.spec ++
--- /var/tmp/diff_new_pack.V84UsH/_old  2017-04-12 17:09:11.098982135 +0200
+++ /var/tmp/diff_new_pack.V84UsH/_new  2017-04-12 17:09:11.102981568 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package insserv-compat
 #
-# Copyright (c) 2016 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
@@ -53,6 +53,7 @@
 ln -s ../usr/sbin/insserv  %{buildroot}/sbin/insserv
 ln -s ../../sbin/insserv  %{buildroot}/usr/lib/lsb/install_initd
 ln -s ../../sbin/insserv  %{buildroot}/usr/lib/lsb/remove_initd
+mkdir -p 
%{buildroot}/etc/init.d/{boot.d,rc0.d,rc1.d,rc2.d,rc3.d,rc4.d,rc5.d,rc6.d,rcS.d}
 
 %clean
 rm -rf %{buildroot}
@@ -60,6 +61,16 @@
 %files
 %defattr(-,root,root)
 %config %{_sysconfdir}/insserv.conf
+%dir %attr(0755,root,root) /etc/init.d
+%dir %attr(0755,root,root) /etc/init.d/boot.d
+%dir %attr(0755,root,root) /etc/init.d/rc0.d
+%dir %attr(0755,root,root) /etc/init.d/rc1.d
+%dir %attr(0755,root,root) /etc/init.d/rc2.d
+%dir %attr(0755,root,root) /etc/init.d/rc3.d
+%dir %attr(0755,root,root) /etc/init.d/rc4.d
+%dir %attr(0755,root,root) /etc/init.d/rc5.d
+%dir %attr(0755,root,root) /etc/init.d/rc6.d
+%dir %attr(0755,root,root) /etc/init.d/rcS.d
 %{_sbindir}/insserv
 /sbin/insserv
 /lib/lsb/init-functions




commit system-users for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-04-12 17:09:17

Comparing /work/SRC/openSUSE:Factory/system-users (Old)
 and  /work/SRC/openSUSE:Factory/.system-users.new (New)


Package is "system-users"

Wed Apr 12 17:09:17 2017 rev:4 rq:485070 version:20161020

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-03-17 15:07:45.035651103 +0100
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-04-12 17:09:18.825888306 +0200
@@ -1,0 +2,10 @@
+Sat Apr  1 10:58:04 UTC 2017 - ku...@suse.com
+
+- Prerequire group lock for uucp
+
+---
+Sat Apr  1 08:46:13 UTC 2017 - wer...@suse.de
+
+- Allow user uucp to do locking 
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.jP3tS7/_old  2017-04-12 17:09:20.601636929 +0200
+++ /var/tmp/diff_new_pack.jP3tS7/_new  2017-04-12 17:09:20.605636363 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-users
 #
-# Copyright (c) 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
@@ -46,8 +46,8 @@
 
 %package -n system-user-bin
 Summary:System user and group 'bin'
-#!BuildIgnore:  user(daemon)
 Group:  System/Fhs
+#!BuildIgnore:  user(daemon)
 Requires(pre):  user(daemon)
 %{sysusers_requires}
 
@@ -85,6 +85,7 @@
 %package -n system-user-uucp
 Summary:System user and group uucp
 Group:  System/Fhs
+Requires(pre):  group(lock)
 %{sysusers_requires}
 
 %description -n system-user-uucp

++ system-user-uucp.conf ++
--- /var/tmp/diff_new_pack.jP3tS7/_old  2017-04-12 17:09:20.801608621 +0200
+++ /var/tmp/diff_new_pack.jP3tS7/_new  2017-04-12 17:09:20.805608055 +0200
@@ -1,3 +1,4 @@
 # Type Name ID GECOS [HOME]
 g uucp - 
 u uucp - "Unix-to-Unix CoPy system" /etc/uucp
+m uucp lock




commit yast2-scanner for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2017-04-12 17:09:31

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


Package is "yast2-scanner"

Wed Apr 12 17:09:31 2017 rev:50 rq:485754 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2016-06-10 23:59:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2017-04-12 17:09:33.255845587 +0200
@@ -1,0 +2,14 @@
+Tue Apr  4 08:22:53 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped call to insserv when enabling xinetd
+- 3.2.1
+
+---
+Mon Apr  3 08:33:51 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped calls to insserv related to HP's obsoleted services.
+- 3.2.0
+
+---

Old:

  yast2-scanner-3.1.3.tar.bz2

New:

  yast2-scanner-3.2.1.tar.bz2



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.alasMV/_old  2017-04-12 17:09:34.063731223 +0200
+++ /var/tmp/diff_new_pack.alasMV/_new  2017-04-12 17:09:34.067730656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# 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:   yast2-scanner
-Version:3.1.3
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-scanner-3.1.3.tar.bz2 -> yast2-scanner-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.3/.travis.yml 
new/yast2-scanner-3.2.1/.travis.yml
--- old/yast2-scanner-3.1.3/.travis.yml 2016-06-07 13:58:25.106214132 +0200
+++ new/yast2-scanner-3.2.1/.travis.yml 2017-04-05 09:50:16.099259943 +0200
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
libx11-dev" -g "yast-rake gettext"
+  - docker build -t yast-scanner-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-cpp" script is included in the base yastdevel/cpp image
+  # see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-scanner-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.3/CONTRIBUTING.md 
new/yast2-scanner-3.2.1/CONTRIBUTING.md
--- old/yast2-scanner-3.1.3/CONTRIBUTING.md 2016-06-07 13:58:25.118214132 
+0200
+++ new/yast2-scanner-3.2.1/CONTRIBUTING.md 2017-04-05 09:50:16.099259943 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer 

commit yast2-samba-server for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2017-04-12 17:09:25

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


Package is "yast2-samba-server"

Wed Apr 12 17:09:25 2017 rev:75 rq:485086 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2016-06-11 00:00:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2017-04-12 17:09:26.928741258 +0200
@@ -1,0 +2,15 @@
+Thu Apr 3 18:42:42 UTC 2017 - nopo...@suse.com
+
+- fix duplicated key warnings (bsc#1031613).
+- Don't require install of cups for yast samba-server
+  (bsc#1024670).
+- 3.2.1
+
+---
+Thu Mar 16 15:51:19 UTC 2017 - kanders...@suse.com
+
+- Fix string comparisons in SambaBackendLDAP.pm and YaPI/Samba.pm
+  (bsc#1029528)
+- 3.2.0
+
+---

Old:

  yast2-samba-server-3.1.16.tar.bz2

New:

  yast2-samba-server-3.2.1.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.vMZOJg/_old  2017-04-12 17:09:27.632641613 +0200
+++ /var/tmp/diff_new_pack.vMZOJg/_new  2017-04-12 17:09:27.632641613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-server
 #
-# 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:   yast2-samba-server
-Version:3.1.16
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-server-3.1.16.tar.bz2 -> yast2-samba-server-3.2.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-3.1.16/.travis.yml 
new/yast2-samba-server-3.2.1/.travis.yml
--- old/yast2-samba-server-3.1.16/.travis.yml   2016-06-07 14:00:43.570214132 
+0200
+++ new/yast2-samba-server-3.2.1/.travis.yml2017-04-04 12:34:16.943904660 
+0200
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-samba-client yast2-ldap" -g "yast-rake gettext"
+  - docker build -t yast-samba-server-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-samba-server-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-3.1.16/CONTRIBUTING.md 
new/yast2-samba-server-3.2.1/CONTRIBUTING.md
--- old/yast2-samba-server-3.1.16/CONTRIBUTING.md   2016-06-07 
14:00:43.586214132 +0200
+++ new/yast2-samba-server-3.2.1/CONTRIBUTING.md2017-04-04 
12:34:16.943904660 +0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. 

commit cups for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2017-04-12 17:09:02

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


Package is "cups"

Wed Apr 12 17:09:02 2017 rev:137 rq:484073 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2017-01-15 
10:56:13.396129128 +0100
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2017-04-12 
17:09:03.808014252 +0200
@@ -1,0 +2,5 @@
+Wed Mar 29 13:41:15 UTC 2017 - ku...@suse.com
+
+- Add /etc/cups to cups-libs package [bsc#1025689]
+
+---



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.i3nkvJ/_old  2017-04-12 17:09:05.515772500 +0200
+++ /var/tmp/diff_new_pack.i3nkvJ/_new  2017-04-12 17:09:05.519771934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cups
 #
-# 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
@@ -133,10 +133,13 @@
 
 %package libs
 Summary:Libraries for CUPS
+# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
 License:GPL-2.0 and LGPL-2.1
 Group:  Hardware/Printing
-# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
 Requires(pre):  /sbin/ldconfig
+%if 0%{?suse_version} >= 1330
+Requires(pre): group(lp)
+%endif
 
 %description libs
 The Common UNIX Printing System (CUPS) is the
@@ -154,8 +157,6 @@
 
 %package client
 Summary:CUPS Client Programs
-License:GPL-2.0
-Group:  Hardware/Printing
 # Require the exact matching version-release of the cups-libs sub-package 
because
 # non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
 # because all CUPS software is built from the one same CUPS source tar ball
@@ -165,6 +166,8 @@
 # on the same package repository where the cups package is because
 # all are built simulaneously from the same cups source package
 # and all required packages are provided on the same repository:
+License:GPL-2.0
+Group:  Hardware/Printing
 Requires:   cups-libs = %{version}-%{release}
 # Conflicts with other print spoolers which provide same binaries like 
/usr/bin/lp and so on:
 Conflicts:  lprng
@@ -187,13 +190,13 @@
 
 %package devel
 Summary:Development Environment for CUPS
-License:GPL-2.0
-Group:  Development/Libraries/C and C++
 # Do not require the exact matching version-release of cups-libs
 # but only a cups-libs package with matching version because
 # for building third-party software which uses only the CUPS public API
 # there are no CUPS-internal dependencies via CUPS private API calls
 # (the latter would require the exact matching cups-libs version-release):
+License:GPL-2.0
+Group:  Development/Libraries/C and C++
 Requires:   cups-libs = %{version}
 Requires:   glibc-devel
 
@@ -650,6 +653,9 @@
 
 %files libs
 %defattr(-,root,root)
+%if 0%{?suse_version} >= 1330
+%dir %attr(0755,root,lp) /etc/cups
+%endif
 %config(noreplace) %{_sysconfdir}/cups/client.conf
 %dir %attr(0710,root,lp) %{_var}/spool/cups
 %dir %attr(1770,root,lp) %{_var}/spool/cups/tmp








commit yast2-kdump for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2017-04-12 17:08:38

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


Package is "yast2-kdump"

Wed Apr 12 17:08:38 2017 rev:80 rq:483756 version:3.2.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2017-02-18 
03:15:11.917405020 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes 
2017-04-12 17:08:39.799412935 +0200
@@ -1,0 +2,6 @@
+Wed Mar 29 14:25:05 UTC 2017 - jreidin...@suse.com
+
+- fix dumping kernel with Xen hypervisor (bsc#1014136)
+- 3.2.3
+
+---

Old:

  yast2-kdump-3.2.2.tar.bz2

New:

  yast2-kdump-3.2.3.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.gX903x/_old  2017-04-12 17:08:40.575303102 +0200
+++ /var/tmp/diff_new_pack.gX903x/_new  2017-04-12 17:08:40.575303102 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0

++ yast2-kdump-3.2.2.tar.bz2 -> yast2-kdump-3.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.2/package/yast2-kdump.changes 
new/yast2-kdump-3.2.3/package/yast2-kdump.changes
--- old/yast2-kdump-3.2.2/package/yast2-kdump.changes   2017-02-15 
15:43:21.851607361 +0100
+++ new/yast2-kdump-3.2.3/package/yast2-kdump.changes   2017-03-30 
10:40:36.685023378 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Mar 29 14:25:05 UTC 2017 - jreidin...@suse.com
+
+- fix dumping kernel with Xen hypervisor (bsc#1014136)
+- 3.2.3
+
+---
 Tue Feb 14 12:08:46 UTC 2017 - mvid...@suse.com
 
 - Explicitly create the kdump initrd (bsc#1022496).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.2/package/yast2-kdump.spec 
new/yast2-kdump-3.2.3/package/yast2-kdump.spec
--- old/yast2-kdump-3.2.2/package/yast2-kdump.spec  2017-02-15 
15:43:21.851607361 +0100
+++ new/yast2-kdump-3.2.3/package/yast2-kdump.spec  2017-03-30 
10:40:36.685023378 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.2/src/autoyast-rnc/kdump.rnc 
new/yast2-kdump-3.2.3/src/autoyast-rnc/kdump.rnc
--- old/yast2-kdump-3.2.2/src/autoyast-rnc/kdump.rnc2017-02-15 
15:43:21.855607361 +0100
+++ new/yast2-kdump-3.2.3/src/autoyast-rnc/kdump.rnc2017-03-30 
10:40:36.685023378 +0200
@@ -6,15 +6,22 @@
 kdump =
   element kdump {
  (kdump_crash_kernel_value | kdump_crash_kernel_list)? &
+# parameter specify crashkernel value for xen hypervisor
+ (kdump_crash_xen_kernel_value | kdump_crash_xen_kernel_list)? &
  kdump_add_crash_kernel? &
  kdump_general?
 }
 
 kdump_crash_kernel_value = element crash_kernel { text }
+kdump_crash_xen_kernel_value = element crash_xen_kernel { text }
 kdump_crash_kernel_list = element crash_kernel {
  LIST,
  kdump_crash_kernel_entry+
 }
+kdump_crash_xen_kernel_list = element crash_xen_kernel {
+ LIST,
+ kdump_crash_kernel_entry+
+}
 kdump_crash_kernel_entry = element listentry { text }
 kdump_add_crash_kernel = element add_crash_kernel { BOOLEAN }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.2/src/modules/Kdump.rb 
new/yast2-kdump-3.2.3/src/modules/Kdump.rb
--- old/yast2-kdump-3.2.2/src/modules/Kdump.rb  2017-02-15 15:43:21.899607361 
+0100
+++ new/yast2-kdump-3.2.3/src/modules/Kdump.rb  2017-03-30 10:40:36.717023378 
+0200
@@ -107,6 +107,10 @@
   # array values of kernel parameter
   @crashkernel_param_values = []
 
+  # array values of kernel parameter for Xen hypervisor
+  # see @crashkernel_param_values for details
+  @crashkernel_xen_param_values = []
+
   # Boolean option indicates add kernel param
   # "crashkernel"
   #
@@ -271,6 +275,7 @@
 def ReadKdumpKernelParam
   result = Bootloader.kernel_param(:common, "crashkernel")
   result = Bootloader.kernel_param(:xen_guest, "crashkernel") if result == 
:missing
+  xen_result = Bootloader.kernel_param(:xen_host, "crashkernel")
   # result could be [String,Array,:missing,:present]
   # String  

commit yast2-users for openSUSE:Factory

2017-04-12 Thread root
Hello community,

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

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


Package is "yast2-users"

Wed Apr 12 17:08:53 2017 rev:203 rq:483820 version:3.2.11

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2017-02-04 
16:52:37.200480262 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2017-04-12 17:08:55.165237734 +0200
@@ -1,0 +2,19 @@
+Thu Mar 16 15:35:45 UTC 2017 - kanders...@suse.com
+
+- Fixed a string comparison in Users perl module. (bsc#1029528)
+- 3.2.11
+
+---
+Tue Mar  7 13:49:49 UTC 2017 - jreidin...@suse.com
+
+- do not ask again for already approved weak password second
+  attempt, so it will work also if widget is recreated(bsc#1025835)
+- 3.2.10
+
+---
+Mon Feb 20 09:06:14 UTC 2017 - jreidin...@suse.com
+
+- do not ask again for already approved weak password (bsc#1025835)
+- 3.2.9
+
+---

Old:

  yast2-users-3.2.8.tar.bz2

New:

  yast2-users-3.2.11.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.NTFK1P/_old  2017-04-12 17:08:55.817145448 +0200
+++ /var/tmp/diff_new_pack.NTFK1P/_new  2017-04-12 17:08:55.821144883 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.2.8
+Version:3.2.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.2.8.tar.bz2 -> yast2-users-3.2.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.8/package/yast2-users.changes 
new/yast2-users-3.2.11/package/yast2-users.changes
--- old/yast2-users-3.2.8/package/yast2-users.changes   2017-01-30 
15:41:43.938183420 +0100
+++ new/yast2-users-3.2.11/package/yast2-users.changes  2017-03-30 
14:56:06.008998414 +0200
@@ -1,4 +1,23 @@
 ---
+Thu Mar 16 15:35:45 UTC 2017 - kanders...@suse.com
+
+- Fixed a string comparison in Users perl module. (bsc#1029528)
+- 3.2.11
+
+---
+Tue Mar  7 13:49:49 UTC 2017 - jreidin...@suse.com
+
+- do not ask again for already approved weak password second
+  attempt, so it will work also if widget is recreated(bsc#1025835)
+- 3.2.10
+
+---
+Mon Feb 20 09:06:14 UTC 2017 - jreidin...@suse.com
+
+- do not ask again for already approved weak password (bsc#1025835)
+- 3.2.9
+
+---
 Fri Jan 20 15:28:22 UTC 2017 - mvid...@suse.com
 
 - Password widget: a compact layout, do not steal focus (FATE#322328)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.8/package/yast2-users.spec 
new/yast2-users-3.2.11/package/yast2-users.spec
--- old/yast2-users-3.2.8/package/yast2-users.spec  2017-01-30 
15:41:43.938183420 +0100
+++ new/yast2-users-3.2.11/package/yast2-users.spec 2017-03-30 
14:56:06.008998414 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.2.8
+Version:3.2.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.8/src/lib/users/widgets.rb 
new/yast2-users-3.2.11/src/lib/users/widgets.rb
--- old/yast2-users-3.2.8/src/lib/users/widgets.rb  2017-01-30 
15:41:44.242183420 +0100
+++ new/yast2-users-3.2.11/src/lib/users/widgets.rb 2017-03-30 
14:56:06.264998414 +0200
@@ -33,6 +33,12 @@
   # The widget contains 2 password input fields
   # to type and retype the password
   class PasswordWidget < CWM::CustomWidget
+
+class << self
+  attr_accessor :approved_pwd
+end
+
+
 # If `little_space` is `false` (the default), the widget will
 # use a vertical layout, and include a "don't forget this" label.
 #
@@ -112,12 +118,16 @@
 return false
   end
 
+  # do not ask again if already approved (bsc#1025835)
+  return true if self.class.approved_pwd == password1
+
   passwd = ::Users::LocalPassword.new(username: "root", plain: password1)
   # User can confirm using "invalid" password confirming all the errors
   if !passwd.valid?
 errors = passwd.errors + [_("Really use this password?")]
 

commit yast2-vm for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2017-04-12 17:08:47

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


Package is "yast2-vm"

Wed Apr 12 17:08:47 2017 rev:74 rq:483785 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2017-03-05 
17:52:40.584015414 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2017-04-12 
17:08:48.934119818 +0200
@@ -1,0 +2,7 @@
+Wed Mar 29 10:24:09 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped calls to insserv
+- 3.2.1
+
+---

Old:

  yast2-vm-3.2.0.tar.bz2

New:

  yast2-vm-3.2.1.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.JpVm0M/_old  2017-04-12 17:08:49.801996960 +0200
+++ /var/tmp/diff_new_pack.JpVm0M/_new  2017-04-12 17:08:49.805996394 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.2.0
+Version:3.2.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-vm-3.2.0.tar.bz2 -> yast2-vm-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.0/package/yast2-vm.changes 
new/yast2-vm-3.2.1/package/yast2-vm.changes
--- old/yast2-vm-3.2.0/package/yast2-vm.changes 2017-02-28 11:38:34.406707588 
+0100
+++ new/yast2-vm-3.2.1/package/yast2-vm.changes 2017-03-30 12:37:57.962434455 
+0200
@@ -1,4 +1,11 @@
 ---
+Wed Mar 29 10:24:09 UTC 2017 - mfi...@suse.com
+
+- bnc#1026027
+  - dropped calls to insserv
+- 3.2.1
+
+---
 Tue Jan 31 13:52:36 MST 2017 - carn...@suse.com
 
 - bsc#978225 - yast virtualization menu not updated after install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.0/package/yast2-vm.spec 
new/yast2-vm-3.2.1/package/yast2-vm.spec
--- old/yast2-vm-3.2.0/package/yast2-vm.spec2017-02-28 11:38:34.406707588 
+0100
+++ new/yast2-vm-3.2.1/package/yast2-vm.spec2017-03-30 12:37:57.962434455 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.2.0
+Version:3.2.1
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.0/src/clients/vm_finish.rb 
new/yast2-vm-3.2.1/src/clients/vm_finish.rb
--- old/yast2-vm-3.2.0/src/clients/vm_finish.rb 2017-02-28 11:38:34.446707588 
+0100
+++ new/yast2-vm-3.2.1/src/clients/vm_finish.rb 2017-03-30 12:37:57.998434455 
+0200
@@ -39,6 +39,7 @@
   Yast.import "Arch"
   Yast.import "Report"
   Yast.import "FileUtils"
+  Yast.import "Service"
 
   @ret = nil
   @func = ""
@@ -81,26 +82,9 @@
 # be sure that we are in Xen domU
 if Arch.is_xenU
   # disable HW services - they are useless and usually failing in a 
virtual machine
-  @disable_services = ["acpid", "kbd", "earlykbd"]
+  @disable_services = ["acpid"]
 
-  Builtins.y2milestone("disabling services: %1", @disable_services)
-  Builtins.foreach(@disable_services) do |s|
-disabled = Convert.to_integer(
-  SCR.Execute(
-path(".target.bash"),
-Builtins.sformat("/sbin/insserv -r %1", s)
-  )
-)
-Builtins.y2milestone(
-  "insserv: service %1 disabled: %2",
-  s,
-  disabled == 0 ? true : false
-)
-  end 
-
-
-  # We no longer need to do remove these entries now that we use xvc
-  #SCR::Execute(.target.bash, "/bin/sed -i 's/.*mingetty tty[2-9]$//' 
/etc/inittab");
+  @disable_services.each { |s| Service.Disable(s) }
 
   # Allow a console in addition to VNC with the PV framebuffer
   Builtins.y2milestone("check for xvc0 in inittab and securetty")




commit filesystem for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2017-04-12 17:08:28

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


Package is "filesystem"

Wed Apr 12 17:08:28 2017 rev:131 rq:483490 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes2017-03-29 
13:19:29.819511221 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes   
2017-04-12 17:08:29.980802827 +0200
@@ -1,0 +2,6 @@
+Wed Mar 29 12:48:14 UTC 2017 - ku...@suse.de
+
+- Move /etc/init.d hiearchy to insserv-compat
+- Move /etc/cups to cups-libs [bsc#1025689]
+
+---



Other differences:
--
++ directory.list ++
--- /var/tmp/diff_new_pack.mkErXF/_old  2017-04-12 17:08:31.208629019 +0200
+++ /var/tmp/diff_new_pack.mkErXF/_new  2017-04-12 17:08:31.208629019 +0200
@@ -4,7 +4,6 @@
 0755 root root /etc
 0755 root root /etc/X11
 0755 root root /etc/aliases.d
-0755 root   lp /etc/cups
 0755 root root /etc/cron.d
 0755 root root /etc/cron.hourly
 0755 root root /etc/cron.daily
@@ -12,15 +11,6 @@
 0755 root root /etc/cron.monthly
 0755 root root /etc/default
 0755 root root /etc/init.d
-0755 root root /etc/init.d/boot.d
-0755 root root /etc/init.d/rc0.d
-0755 root root /etc/init.d/rc1.d
-0755 root root /etc/init.d/rc2.d
-0755 root root /etc/init.d/rc3.d
-0755 root root /etc/init.d/rc4.d
-0755 root root /etc/init.d/rc5.d
-0755 root root /etc/init.d/rc6.d
-0755 root root /etc/init.d/rcS.d
 0755 root root /etc/java
 0755 root root /etc/ld.so.conf.d
 0755 root root /etc/logrotate.d

++ filesystem.links ++
--- /var/tmp/diff_new_pack.mkErXF/_old  2017-04-12 17:08:31.248623358 +0200
+++ /var/tmp/diff_new_pack.mkErXF/_new  2017-04-12 17:08:31.248623358 +0200
@@ -1,5 +1,4 @@
 # links to be created
-init.d /etc/rc.d
 ../var/tmp /usr/tmp
 # Required for FHS 2.1
 spool/mail /var/mail




commit rubygem-cfa_grub2 for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-cfa_grub2 for 
openSUSE:Factory checked in at 2017-04-12 17:08:15

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


Package is "rubygem-cfa_grub2"

Wed Apr 12 17:08:15 2017 rev:7 rq:483393 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-cfa_grub2/rubygem-cfa_grub2.changes  
2017-03-29 13:22:12.980436728 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-cfa_grub2.new/rubygem-cfa_grub2.changes 
2017-04-12 17:08:16.094768493 +0200
@@ -1,0 +2,7 @@
+Wed Mar 29 09:13:56 UTC 2017 - jreidin...@suse.com
+
+- Fix switched xen hypervisor and xen kernel parameters
+  (bsc#1014136)
+- 0.6.1
+
+---

Old:

  cfa_grub2-0.6.0.gem

New:

  cfa_grub2-0.6.1.gem



Other differences:
--
++ rubygem-cfa_grub2.spec ++
--- /var/tmp/diff_new_pack.CwGtzL/_old  2017-04-12 17:08:16.738677343 +0200
+++ /var/tmp/diff_new_pack.CwGtzL/_new  2017-04-12 17:08:16.738677343 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-cfa_grub2
-Version:0.6.0
+Version:0.6.1
 Release:0
 %define mod_name cfa_grub2
 %define mod_full_name %{mod_name}-%{version}

++ cfa_grub2-0.6.0.gem -> cfa_grub2-0.6.1.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/cfa/grub2/default.rb new/lib/cfa/grub2/default.rb
--- old/lib/cfa/grub2/default.rb2017-03-20 15:31:04.0 +0100
+++ new/lib/cfa/grub2/default.rb2017-03-29 16:32:23.0 +0200
@@ -70,14 +70,15 @@
 
   def xen_hypervisor_params
 @xen_hypervisor_params ||= KernelParams.new(
-  data["GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"],
-  "GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"
+  data["GRUB_CMDLINE_XEN_DEFAULT"],
+  "GRUB_CMDLINE_XEN_DEFAULT"
 )
   end
 
   def xen_kernel_params
 @xen_kernel_params ||= KernelParams.new(
-  data["GRUB_CMDLINE_XEN_DEFAULT"], "GRUB_CMDLINE_XEN_DEFAULT"
+  data["GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"],
+  "GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT"
 )
   end
 
@@ -227,7 +228,7 @@
   end
 
   def data
-@data.select { |e| e[:operation] != :remove }.freeze
+@data.reject { |e| e[:operation] == :remove }.freeze
   end
 
   def all_data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-20 15:31:04.0 +0100
+++ new/metadata2017-03-29 16:32:28.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: cfa_grub2
 version: !ruby/object:Gem::Version
-  version: 0.6.0
+  version: 0.6.1
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-03-20 00:00:00.0 Z
+date: 2017-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: cfa
@@ -56,9 +56,8 @@
   version: 1.3.6
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5.2
 signing_key: 
 specification_version: 4
 summary: Models for GRUB2 configuration files.
 test_files: []
-has_rdoc: 




commit yast2-pkg-bindings for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2017-04-12 17:08:20

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


Package is "yast2-pkg-bindings"

Wed Apr 12 17:08:20 2017 rev:188 rq:483423 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes
2016-10-18 13:27:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes   
2017-04-12 17:08:22.129914175 +0200
@@ -1,0 +2,12 @@
+Wed Mar 29 16:35:24 UTC 2017 - lsle...@suse.cz
+
+- Fixed failure when trying to save a plugin service (bsc#1021117)
+- 3.2.2
+
+---
+Wed Mar 29 15:29:51 UTC 2017 - lsle...@suse.cz
+
+- Return the repository signature flag status in the
+  Pkg.SourceGeneralData call (might be used for bsc#1009127)
+
+---

Old:

  yast2-pkg-bindings-3.2.1.tar.bz2

New:

  yast2-pkg-bindings-3.2.2.tar.bz2



Other differences:
--
++ yast2-pkg-bindings-devel-doc.spec ++
--- /var/tmp/diff_new_pack.D3sSqG/_old  2017-04-12 17:08:22.825815665 +0200
+++ /var/tmp/diff_new_pack.D3sSqG/_new  2017-04-12 17:08:22.825815665 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-pkg-bindings-devel-doc
 #
-# 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:   yast2-pkg-bindings-devel-doc
-Version:3.2.1
+Version:3.2.2
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-pkg-bindings-%{version}.tar.bz2

++ yast2-pkg-bindings.spec ++
--- /var/tmp/diff_new_pack.D3sSqG/_old  2017-04-12 17:08:22.849812268 +0200
+++ /var/tmp/diff_new_pack.D3sSqG/_new  2017-04-12 17:08:22.853811702 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-pkg-bindings
 #
-# 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:   yast2-pkg-bindings
-Version:3.2.1
+Version:3.2.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-pkg-bindings-3.2.1.tar.bz2 -> yast2-pkg-bindings-3.2.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-3.2.1/.travis.yml 
new/yast2-pkg-bindings-3.2.2/.travis.yml
--- old/yast2-pkg-bindings-3.2.1/.travis.yml2016-10-17 10:44:33.540849663 
+0200
+++ new/yast2-pkg-bindings-3.2.2/.travis.yml2017-03-29 18:42:29.248988637 
+0200
@@ -1,15 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# use gcc-4.8 (needed by libzypp) instead of gcc-4.6 default
-- export CC=gcc-4.8
-- export CXX=g++-4.8
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "yast2-core-dev libzypp-dev yast2-devtools 
doxygen yast2-testsuite g++-4.8"
+  - docker build -t yast-pkg-bindings-image .
 script:
-- make -f Makefile.cvs
-- make -j 4
-- make check
-- sudo make install
-
+  # the "yast-travis-cpp" script is included in the base yastdevel/cpp image
+  # see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
+  - docker run -it yast-pkg-bindings-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-3.2.1/Dockerfile 
new/yast2-pkg-bindings-3.2.2/Dockerfile
--- old/yast2-pkg-bindings-3.2.1/Dockerfile 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-pkg-bindings-3.2.2/Dockerfile 2017-03-29 18:42:29.252988637 
+0200
@@ -0,0 +1,5 @@
+FROM yastdevel/cpp
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  libzypp-devel
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-3.2.1/package/yast2-pkg-bindings-devel-doc.spec 
new/yast2-pkg-bindings-3.2.2/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-3.2.1/package/yast2-pkg-bindings-devel-doc.spec  
2016-10-17 10:44:33.624849663