commit steam for openSUSE:Factory:NonFree

2017-02-04 Thread root
Hello community,

here is the log from the commit of package steam for openSUSE:Factory:NonFree 
checked in at 2017-01-31 12:48:56

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


Package is "steam"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes  2016-12-17 
11:19:32.989436715 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steam.new/steam.changes 2017-02-04 
23:59:13.227699456 +0100
@@ -1,0 +2,7 @@
+Wed Dec 21 13:48:18 UTC 2016 - ji...@boombatower.com
+
+- Replace steamruntime-fix with steamtricks.
+  invoke-libstdc-removal-before-starting-steam.patch
+  steam-invoke_steamtricks.patch
+
+---

Old:

  invoke-libstdc-removal-before-starting-steam.patch
  steamruntime-fix

New:

  steam-invoke_steamtricks.patch



Other differences:
--
++ steam.spec ++
--- /var/tmp/diff_new_pack.0pL4hi/_old  2017-02-04 23:59:13.623643181 +0100
+++ /var/tmp/diff_new_pack.0pL4hi/_new  2017-02-04 23:59:13.627642613 +0100
@@ -25,10 +25,8 @@
 Group:  Amusements/Games/Other
 Url:http://www.steampowered.com/
 Source: 
http://repo.steampowered.com/steam/pool/steam/s/steam/steam_%{version}.tar.gz
-Source1:steamruntime-fix
 Source2:steam.appdata.xml
-# https://github.com/ValveSoftware/steam-for-linux/issues/3273
-Patch0: invoke-libstdc-removal-before-starting-steam.patch
+Patch0: 
https://raw.githubusercontent.com/steamtricks/steamtricks/master/dist/patch/steam-invoke_steamtricks.patch
 # PATCH-FEATURE-OPENSUSE allow-non-root-controller-access.patch -- Allow non 
root users to access the steam-controller
 Patch1: allow-non-root-controller-access.patch
 BuildRequires:  hicolor-icon-theme
@@ -105,6 +103,9 @@
 Requires:   libxcb-dri2-0%{dep_postfix}
 Requires:   libxcb-glx0%{dep_postfix}
 
+# replaces steamruntime-fix and is required for steam to boot
+Requires:   steamtricks
+
 %description
 Steam is a software distribution service with an online store, automated
 installation, automatic updates, achievements, SteamCloud synchronized
@@ -148,9 +149,6 @@
 mkdir -p %{buildroot}%{_udevrulesdir}
 cp lib/udev/rules.d/* %{buildroot}%{_udevrulesdir}
 
-cp %{SOURCE1} %{buildroot}%{_bindir}
-chmod +x %{buildroot}%{_bindir}/steamruntime-fix
-
 %suse_update_desktop_file -n -r steam Game Amusement
 
 dos2unix %{buildroot}%{_datadir}/doc/steam/steam_install_agreement.txt
@@ -185,7 +183,6 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/steam
-%{_bindir}/steamruntime-fix
 %dir %{_prefix}/lib/steam
 %{_prefix}/lib/steam/bootstraplinux_ubuntu12_32.tar.xz
 %{_datadir}/pixmaps/steam_tray_mono.png

++ steam-invoke_steamtricks.patch ++
>From 8a02a97757127a529178397647cbd71bc769d5bc Mon Sep 17 00:00:00 2001
From: boombatower 
Date: Sat, 8 Oct 2016 23:19:22 -0500
Subject: [PATCH] Invoke steamtricks if available.

---
 steam | 9 +
 1 file changed, 9 insertions(+)

diff --git a/steam b/steam
index 1b71982..847ee0d 100755
--- a/steam
+++ b/steam
@@ -1,4 +1,13 @@
 #!/usr/bin/env bash
+if ! test "$NO_STEAMTRICKS" == 1 && [ -x "$(which steamtricks)" ] ; then
+  # does not seem to be a better place to daemon-reload since install time runs
+  # as root and does not have user context available
+  systemctl --user daemon-reload
+  systemctl --user import-environment DISPLAY
+  systemctl --user import-environment XDG_CURRENT_DESKTOP
+  systemctl --user start steamtricksd
+fi
+
 #
 # This is the Steam script that typically resides in /usr/bin
 # It will create the Steam bootstrap if necessary and then launch steam.
-- 
2.10.0




commit snipl for openSUSE:Factory:NonFree

2017-02-04 Thread root
Hello community,

here is the log from the commit of package snipl for openSUSE:Factory:NonFree 
checked in at 2017-01-31 12:49:00

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


Package is "snipl"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/snipl/snipl.changes  2016-05-02 
09:59:48.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.snipl.new/snipl.changes 2017-02-04 
23:59:12.203844976 +0100
@@ -1,0 +2,41 @@
+Thu Jan 26 00:01:15 UTC 2017 - jeng...@inai.de
+
+- Remove ancient sections and replace old rpm macros
+
+---
+Wed Jan 25 20:34:41 UTC 2017 - mp...@suse.com
+
+- Upgraded to snipl 0.3.0.0 (Fate#319579)
+  - Changes:
+- Remove default password from snipl
+- Enable SNMPv3 encrypted communication with HMC/SE
+ - Enable OpenSSL encrypted communication with SMAPI servers
+  - Bug Fixes:
+- Improve error and command line parameter handling
+- Improve support for the x86_64 platform
+- Add support for SCSI IPL with SSID 1, 2, and 3
+- Various return-code fixes
+- Reworked snipl-0.2.3.3-hwmcaapidir.patch to fit new version
+  and renamed it to snipl-0.3.0.0-hwmcaapidir.patch.
+- Removed the unzip package as a build requirement.
+- Updated hwmcaapi.download to match the current text on IBM's
+  web page.
+
+---
+Tue Apr 12 15:32:02 UTC 2016 - mp...@suse.com
+
+- Upgraded to snipl 0.2.3.3 (Fate#319578)
+- Upgraded the hwmcaapi files to version 2.13.1-27
+- Removed hwmcaapi.x86_64.zip in favor of the new version
+  which is packaged as an RPM.
+- Added hwmcaapi files for i686.
+- Updated the hwmcaapi.download file to point to the additional
+  files needed for i686.
+- Updated and renamed snipl-0.2.3.1-hwmcaapidir.patch to match
+  the current version.
+- Simplified the spec file by packing all the hwmcaapi RPMs into
+  a single tarball and then using variables for the architectures
+  being built.
+- Removed obsolete snipl-enable-x86_64-arch.patch
+
+---

Old:

  hwmcaapi-2.12.0-12.s390x.rpm
  hwmcaapi-devel-2.12.0-12.s390.rpm
  hwmcaapi-devel-2.12.0-12.s390x.rpm
  hwmcaapi.x86_64.zip
  snipl-0.2.3.1-hwmcaapidir.patch
  snipl-0.2.3.1.tar.gz
  snipl-enable-x86_64-arch.patch

New:

  hwmcaapi-rpms-2.13.1-27.tbz
  snipl-0.3.0.0-hwmcaapidir.patch
  snipl-0.3.0.0.tar.gz



Other differences:
--
++ snipl.spec ++
--- /var/tmp/diff_new_pack.Z0Mx90/_old  2017-02-04 23:59:12.755766532 +0100
+++ /var/tmp/diff_new_pack.Z0Mx90/_new  2017-02-04 23:59:12.759765963 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package snipl
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   snipl
 Url:http://www.ibm.com/developerworks/linux/linux390/snipl.html
-Version:0.2.3.1
+Version:0.3.0.0
 Release:0
 Summary:Simple Network IPL
 License:CPL-1.0 and SUSE-NonFree
@@ -26,23 +26,26 @@
 BuildRequires:  dos2unix
 BuildRequires:  glib2-devel
 BuildRequires:  libglue-devel
-BuildRequires:  libnet-devel
-BuildRequires:  unzip
+BuildRequires:  libopenssl-devel
 %if 0%{?suse_version} >= 1130
 BuildRequires:  libnet-devel
 BuildRequires:  libtool
+%else
+BuildRequires:  libnet
+%endif
+%define api_ver 2.13.1-27
+%ifarch %{ix86}
+%define api_arch i686
+%else
+%define api_arch %{_arch}
 %endif
 ExclusiveArch:  s390 s390x x86_64
 Source: %name-%{version}.tar.gz
-Source1:hwmcaapi-2.12.0-12.s390x.rpm
-Source2:hwmcaapi-devel-2.12.0-12.s390x.rpm
-Source3:hwmcaapi-devel-2.12.0-12.s390.rpm
-Source4:dmsvsma.x
-Source5:Z125-5589-05.txt
-Source6:hwmcaapi.x86_64.zip
+Source1:hwmcaapi-rpms-%{api_ver}.tbz
+Source2:dmsvsma.x
+Source3:Z125-5589-05.txt
 Source99:   hwmcaapi.download
-Patch1: snipl-0.2.3.1-hwmcaapidir.patch
-Patch2: snipl-enable-x86_64-arch.patch
+Patch1: snipl-0.3.0.0-hwmcaapidir.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,57 +55,38 @@
 basic Support Element (SE) functions or basic z/VM system management
 functions on one or more images.
 
-
-Authors:
-
-IBM
-
 %prep
 %setup
 %patch1 -p1
-%patch2 -p1
 
-cp -p %SOURCE5 .
-( mkdir hwmcaapi
-  cd hwmcaapi
-  rpm2cpio %SOURCE1 | cpio -idmv "./usr/share/doc/*"
-  %ifarch s390x
-rpm2cpio %SOURCE2 | 

commit opera for openSUSE:Factory:NonFree

2017-02-04 Thread root
Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2017-01-31 12:49:05

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


Package is "opera"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes  2017-01-24 
10:43:28.708549135 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2017-02-04 
23:59:08.888316210 +0100
@@ -1,0 +2,7 @@
+Sun Jan 29 10:46:18 UTC 2017 - kiel...@gmail.com
+
+- Update to version 42.0.2393.517:
+  * Full changelog available at:
+https://www.opera.com/blogs/desktop/changelog-for-42/#b2393.517
+
+---

Old:

  opera-stable_42.0.2393.137_amd64.deb
  opera-stable_42.0.2393.137_i386.deb

New:

  opera-stable_42.0.2393.517_amd64.deb
  opera-stable_42.0.2393.517_i386.deb



Other differences:
--
++ opera.spec ++
--- /var/tmp/diff_new_pack.UzvAnf/_old  2017-02-04 23:59:11.571934789 +0100
+++ /var/tmp/diff_new_pack.UzvAnf/_new  2017-02-04 23:59:11.575934220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opera
 #
-# 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
@@ -27,7 +27,7 @@
 %define alt_deb_arch amd64
 %endif
 Name:   opera
-Version:42.0.2393.137
+Version:42.0.2393.517
 Release:0
 Summary:Proprietary web browser
 License:SUSE-NonFree




commit nemiver for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2017-02-04 15:21:30

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


Package is "nemiver"

Changes:

--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2016-09-17 
14:39:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes 2017-02-04 
18:01:52.264498492 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 10:20:10 UTC 2017 - adam.ma...@suse.de
+
+- Use individual libboost-*-devel packages instead of boost-devel.
+  + Add conditional libboost_headers-devel BuildRequires.
+
+---



Other differences:
--
++ nemiver.spec ++
--- /var/tmp/diff_new_pack.eQVmxx/_old  2017-02-04 18:01:52.488466473 +0100
+++ /var/tmp/diff_new_pack.eQVmxx/_new  2017-02-04 18:01:52.488466473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nemiver
 #
-# 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
@@ -31,7 +31,11 @@
 %if 0%{?scm_bootstrap}
 BuildRequires:  gnome-common
 %endif
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdb




commit logstalgia for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package logstalgia for openSUSE:Factory 
checked in at 2017-02-04 15:21:09

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


Package is "logstalgia"

Changes:

--- /work/SRC/openSUSE:Factory/logstalgia/logstalgia.changes2014-12-03 
22:47:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.logstalgia.new/logstalgia.changes   
2017-02-04 18:01:23.088669618 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 14:54:24 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ logstalgia.spec ++
--- /var/tmp/diff_new_pack.Hd8fMz/_old  2017-02-04 18:01:23.324635883 +0100
+++ /var/tmp/diff_new_pack.Hd8fMz/_new  2017-02-04 18:01:23.328635310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package logstalgia
 #
-# 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
@@ -24,7 +24,11 @@
 Group:  Amusements/Toys/Other
 Url:http://code.google.com/p/logstalgia/
 Source: 
https://github.com/acaudwell/Logstalgia/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  boost-devel >= 1.46
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel > 1.46
+%endif
 BuildRequires:  ftgl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel




commit lucene++ for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package lucene++ for openSUSE:Factory 
checked in at 2017-02-04 15:21:01

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


Package is "lucene++"

Changes:

--- /work/SRC/openSUSE:Factory/lucene++/lucene++.changes2015-05-20 
23:55:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.lucene++.new/lucene++.changes   2017-02-04 
18:01:27.144089828 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 14:51:41 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ lucene++.spec ++
--- /var/tmp/diff_new_pack.4BrF74/_old  2017-02-04 18:01:27.420050375 +0100
+++ /var/tmp/diff_new_pack.4BrF74/_new  2017-02-04 18:01:27.424049803 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lucene++
 #
-# 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
@@ -25,7 +25,15 @@
 Url:https://github.com/luceneplusplus/LucenePlusPlus
 Source: 
https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch1: 0001-Fix-compilation-with-Boost-1.58.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake >= 2.8.6
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config




commit librelp for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package librelp for openSUSE:Factory checked 
in at 2017-02-04 15:17:27

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


Package is "librelp"

Changes:

--- /work/SRC/openSUSE:Factory/librelp/librelp.changes  2016-07-12 
23:53:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.librelp.new/librelp.changes 2017-02-04 
18:00:58.636165549 +0100
@@ -1,0 +2,5 @@
+Mon Jan 30 17:31:03 CET 2017 - n...@suse.com
+
+- This updated library is needed for latest rsyslog(fate#320546)
+
+---



Other differences:
--
++ librelp.spec ++
--- /var/tmp/diff_new_pack.6uROQw/_old  2017-02-04 18:00:58.896128382 +0100
+++ /var/tmp/diff_new_pack.6uROQw/_new  2017-02-04 18:00:58.900127810 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librelp
 #
-# 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




commit lvm2 for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2017-02-04 15:18:41

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


Package is "lvm2"

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/device-mapper.changes   2017-01-24 
10:27:54.413148588 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/device-mapper.changes  2017-02-04 
18:01:27.871985763 +0100
@@ -1,0 +2,6 @@
+Fri Jan 20 09:46:27 UTC 2017 - tchva...@suse.com
+
+- Remove special case for md (bsc#1012973)
+  * remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch
+
+---
lvm2-clvm.changes: same change
lvm2.changes: same change

New:

  remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch



Other differences:
--
++ device-mapper.spec ++
--- /var/tmp/diff_new_pack.fIiBej/_old  2017-02-04 18:01:28.495896565 +0100
+++ /var/tmp/diff_new_pack.fIiBej/_new  2017-02-04 18:01:28.495896565 +0100
@@ -78,6 +78,8 @@
 Patch2010:  69-dm-lvm-metad.rules-Do-not-process-rules-for-multi.patch
 #PATCH-FIX-SUSE, bnc#950089
 Patch2011:  lvm2-testsuite.patch
+# Remove special case for the md rules
+Patch2012:  remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch
 ### COMMON-PATCH-END ###
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -154,6 +156,7 @@
 %patch2009 -p1
 %patch2010 -p1
 %patch2011 -p1
+%patch2012 -p1
 ### COMMON-PREP-END ###
 
 %build

lvm2-clvm.spec: same change
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.fIiBej/_old  2017-02-04 18:01:28.559887417 +0100
+++ /var/tmp/diff_new_pack.fIiBej/_new  2017-02-04 18:01:28.563886845 +0100
@@ -79,6 +79,8 @@
 Patch2010:  69-dm-lvm-metad.rules-Do-not-process-rules-for-multi.patch
 #PATCH-FIX-SUSE, bnc#950089
 Patch2011:  lvm2-testsuite.patch
+# Remove special case for the md rules
+Patch2012:  remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch
 ### COMMON-PATCH-END ###
 BuildRequires:  gcc-c++
 BuildRequires:  libaio-devel
@@ -173,6 +175,7 @@
 %patch2009 -p1
 %patch2010 -p1
 %patch2011 -p1
+%patch2012 -p1
 ### COMMON-PREP-END ###
 
 %build


++ remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch ++
>From 2759c9fa04af726d2777db142806287256bd9cc5 Mon Sep 17 00:00:00 2001
From: NeilBrown 
Date: Wed, 4 Jan 2017 14:30:52 +1100
Subject: [PATCH] Remove special-case for md in 69-dm-lvm-metadata.rules

This special casing brings no value.  It appears to attempt to
determine if the array is active yet or not, and to skip
processing if the array has not yet been started.
However, if the array hasn't been started, then "blkid" will
not have been able to read a signature, so:
  ENV{ID_FS_TYPE}!="LVM2_member|LVM1_member", GOTO="lvm_end"
will have caused all this code to be skipped.

Further, this code causes incorrect behaviour in at least one case.
It assumes that the first "add" event should be ignored, as it will be
followed by a "change" event which indicates the array coming on line.
This is consistent with how the kernel sends events, but not always
consistent with how this script sees event.
Specifically: if the initrd has "mdadm" support installed, but not
"lvm2" support, then the initial "add" and "change" events will
happen while the initrd is in charge and this file is not available.
Once the root filesystem is mountd, this file will be available
and "udevadm trigger --action=add" will be run.
So the first and only event seen by this script for an md device will be
"add", and it will incorrectly ignore it.

It is probable that the special handling for "loop" should be removed as
well, but I have not actually seen that cause a problem, so I'm
leaving it unchanged.

Signed-off-by: NeilBrown 
---
 udev/69-dm-lvm-metad.rules.in | 10 --
 1 file changed, 10 deletions(-)

diff --git a/udev/69-dm-lvm-metad.rules.in b/udev/69-dm-lvm-metad.rules.in
index bd75fc8..db213ed 100644
--- a/udev/69-dm-lvm-metad.rules.in
+++ b/udev/69-dm-lvm-metad.rules.in
@@ -50,16 +50,6 @@ KERNEL!="dm-[0-9]*", GOTO="next"
 ENV{DM_UDEV_PRIMARY_SOURCE_FLAG}=="1", ENV{DM_ACTIVATION}=="1", GOTO="lvm_scan"
 GOTO="lvm_end"
 
-# MD device:
-LABEL="next"
-KERNEL!="md[0-9]*", GOTO="next"
-IMPORT{db}="LVM_MD_PV_ACTIVATED"
-ACTION=="add", ENV{LVM_MD_PV_ACTIVATED}=="1", GOTO="lvm_scan"
-ACTION=="change", ENV{LVM_MD_PV_ACTIVATED}!="1", TEST=="md/array_state", 
ENV{LVM_MD_PV_ACTIVATED}="1", GOTO="lvm_scan"
-ACTION=="add", KERNEL=="md[0-9]*p[0-9]*", GOTO="lvm_scan"
-ENV{LVM_MD_PV_ACTIVATED}!="1", ENV{SYSTEMD_READY}="0"
-GOTO="lvm_end"
-
 # Loop device:
 LABEL="next"
 KERNEL!="loop[0-9]*", GOTO="next"
-- 
2.10.2




commit liblognorm for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "liblognorm"

Changes:

--- /work/SRC/openSUSE:Factory/liblognorm/liblognorm.changes2016-12-05 
16:34:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes   
2017-02-04 18:00:42.850422447 +0100
@@ -1,0 +2,5 @@
+Mon Jan 30 17:31:03 CET 2017 - n...@suse.com
+
+- This updated library is needed for latest rsyslog(fate#320546)
+
+---



Other differences:
--
++ liblognorm.spec ++
--- /var/tmp/diff_new_pack.fwPXvk/_old  2017-02-04 18:00:43.262363551 +0100
+++ /var/tmp/diff_new_pack.fwPXvk/_new  2017-02-04 18:00:43.266362979 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblognorm
 #
-# 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




commit libvirt-python for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2017-02-04 15:21:41

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


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2017-02-03 17:48:52.241902052 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2017-02-04 18:01:08.806711475 +0100
@@ -1,0 +2,10 @@
+Thu Feb  2 23:37:49 UTC 2017 - jfeh...@suse.com
+
+- SLE12 SP2 FATEs merged via version updates of the Factory
+  libvirt-python package:
+  FATE#316228, FATE#316628, FATE#319531, FATE#319810, FATE#320490
+- SLE12 SP1 FATEs merged via version updates of the Factory
+  libvirt-python package:
+  FATE#314466, FATE#314497, FATE#315157, FATE#318383
+  
+---



Other differences:
--




commit libraw for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package libraw for openSUSE:Factory checked 
in at 2017-02-04 15:16:38

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


Package is "libraw"

Changes:

--- /work/SRC/openSUSE:Factory/libraw/libraw.changes2017-01-19 
10:41:46.734611588 +0100
+++ /work/SRC/openSUSE:Factory/.libraw.new/libraw.changes   2017-02-04 
18:00:57.524324509 +0100
@@ -1,0 +2,6 @@
+Mon Jan 30 14:58:42 UTC 2017 - pgaj...@suse.com
+
+- renaming libraw15 to libraw16 and amend spec file to avoid such
+  inconsistency [bsc#1021327]
+
+---



Other differences:
--
++ libraw.spec ++
--- /var/tmp/diff_new_pack.clTlZw/_old  2017-02-04 18:00:57.800285054 +0100
+++ /var/tmp/diff_new_pack.clTlZw/_new  2017-02-04 18:00:57.800285054 +0100
@@ -19,7 +19,8 @@
 %define tar_name LibRaw
 
 Name:   libraw
-%define lname  libraw15
+%define lver16
+%define lname  libraw%{lver}
 Version:0.18.0
 Release:0
 Summary:Library for reading RAW files obtained from digital photo 
cameras
@@ -136,8 +137,8 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libraw.so.*
-%_libdir/libraw_r.so.*
+%_libdir/libraw.so.%{lver}*
+%_libdir/libraw_r.so.%{lver}*
 
 %files devel-static
 %defattr(-,root,root)




commit libfastjson for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package libfastjson for openSUSE:Factory 
checked in at 2017-02-04 15:15:49

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


Package is "libfastjson"

Changes:

--- /work/SRC/openSUSE:Factory/libfastjson/libfastjson.changes  2016-08-05 
18:17:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfastjson.new/libfastjson.changes 
2017-02-04 18:00:28.784433495 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 17:54:18 CET 2017 - n...@suse.de
+
+- This library is needed for latest rsyslog(fate#320546)
+
+---



Other differences:
--
++ libfastjson.spec ++
--- /var/tmp/diff_new_pack.XU7s1P/_old  2017-02-04 18:00:29.092389466 +0100
+++ /var/tmp/diff_new_pack.XU7s1P/_new  2017-02-04 18:00:29.096388894 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfastjson
 #
-# 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




commit kernel-source for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-02-04 15:19:56

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-02-03 17:44:45.384784234 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-02-04 17:58:42.039695824 +0100
@@ -1,0 +2,56 @@
+Wed Feb  1 09:00:07 CET 2017 - jsl...@suse.cz
+
+- Linux 4.9.7 (bnc#1012628 bnc#1022792 bsc#1018358).
+- Delete
+  patches.drivers/drm-Fix-broken-VT-switch-with-video-1366x768-option.
+- Delete patches.fixes/userns-Make-ucounts-lock-irq-safe.patch.
+- commit 1680560
+
+---
+Tue Jan 31 12:23:32 CET 2017 - jsl...@suse.cz
+
+- userns: Make ucounts lock irq-safe (bnc#1022792).
+- commit 4a049e6
+
+---
+Tue Jan 31 11:25:11 CET 2017 - jsl...@suse.cz
+
+- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
+  Fix build failures for good.
+- commit b1105aa
+
+---
+Tue Jan 31 10:54:22 CET 2017 - jsl...@suse.cz
+
+- Update config files.
+- Refresh patches.suse/DWARF-EH-frame-based-stack-unwinding.patch.
+- Refresh patches.suse/stack-unwind-disable-kasan.patch.
+  Update dwarf unwinder. It fixes a build failure when disabled and
+  moves files around.
+- commit db55b7b
+
+---
+Tue Jan 31 09:47:30 CET 2017 - jsl...@suse.cz
+
+- Update config files.
+  Re-disable CONFIG_STACK_UNWIND in syzkaller. It was disabled until
+  4.9-rc1 because the stack unwinder and KASAN do not play well
+  together. In 4.9-rc1 we disabled DWARF stack unwinder completely due
+  to upstream stack unwindining rewrite. I ported the unwinder recently,
+  but forgot to disable it in the syzkaller flavor. Do it now.
+- commit 22e78d3
+
+---
+Mon Jan 30 11:42:59 CET 2017 - ti...@suse.de
+
+- PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe
+  hierarchies (bsc#1022181).
+- commit 29fd208
+
+---
+Fri Jan 27 22:46:09 CET 2017 - ti...@suse.de
+
+- drm: reference count event->completion (bsc#1013576).
+- commit cf15f28
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.R95it5/_old  2017-02-04 17:58:45.139252631 +0100
+++ /var/tmp/diff_new_pack.R95it5/_new  2017-02-04 17:58:45.139252631 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define patchversion 4.9.6
+%define patchversion 4.9.7
 
 %include %_sourcedir/kernel-spec-macros
 
 Name:   dtb-aarch64
-Version:4.9.6
+Version:4.9.7
 %if 0%{?is_kotd}
-Release:.gd1207ac
+Release:.g1680560
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.R95it5/_old  2017-02-04 17:58:45.239238335 +0100
+++ /var/tmp/diff_new_pack.R95it5/_new  2017-02-04 17:58:45.243237763 +0100
@@ -18,7 +18,7 @@
 
 
 %define srcversion 4.9
-%define patchversion 4.9.6
+%define patchversion 4.9.7
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -58,9 +58,9 @@
 Summary:Kernel with 64kb PAGE_SIZE
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.9.6
+Version:4.9.7
 %if 0%{?is_kotd}
-Release:.gd1207ac
+Release:.g1680560
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.R95it5/_old  2017-02-04 17:58:45.331225182 +0100
+++ /var/tmp/diff_new_pack.R95it5/_new  2017-02-04 17:58:45.331225182 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.9.6
+%define patchversion 4.9.7
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -33,9 +33,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:   

commit kdemultimedia3 for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "kdemultimedia3"

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia3/kdemultimedia3.changes
2016-08-12 15:44:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdemultimedia3.new/kdemultimedia3.changes   
2017-02-04 17:58:37.224384349 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 06:15:39 UTC 2017 - an...@opensuse.org
+
+- get rid of gstreamer dependency
+
+---



Other differences:
--
++ kdemultimedia3.spec ++
--- /var/tmp/diff_new_pack.ndpCJv/_old  2017-02-04 17:58:37.760307719 +0100
+++ /var/tmp/diff_new_pack.ndpCJv/_new  2017-02-04 17:58:37.760307719 +0100
@@ -22,7 +22,6 @@
 # skip-check-libtool-deps
 BuildRequires:  fdupes
 BuildRequires:  flac-devel
-BuildRequires:  gstreamer-0_10-devel
 BuildRequires:  kdelibs3-devel
 BuildRequires:  libakode-devel
 BuildRequires:  libao-devel
@@ -269,7 +268,7 @@
   --enable-audio=$AUDIO \
   --with-kscd-cdda \
   --without-polypaudio \
-  --with-gstreamer \
+  --without-gstreamer \
   --with-theora \
   --with-flac \
   --with-xine=yes \





commit java-1_9_0-openjdk for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2017-02-04 15:22:40

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


Package is "java-1_9_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2017-02-03 17:43:09.786315520 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2017-02-04 17:58:13.255811573 +0100
@@ -1,0 +2,8 @@
+Fri Feb  3 07:23:40 UTC 2017 - fst...@suse.com
+
+- Update to upstream tag jdk-9+155
+- Changed patch
+  * s390-java-opts.patch
+- rewrite the patch to correspond to the new boot-jdk.m4
+
+---

Old:

  078ebe23b584.tar.bz2
  34af95c7dbff.tar.bz2
  6a9dd3d893b0.tar.bz2
  7fa738305436.tar.bz2
  8d26916eaa21.tar.bz2
  a84b49cfee63.tar.bz2
  a9fdfd55835e.tar.bz2
  c97e7a8b8da0.tar.bz2

New:

  48fa77af1532.tar.bz2
  688a3863c00e.tar.bz2
  9b9918656c97.tar.bz2
  a545f54babfa.tar.bz2
  dfcfdb2db85f.tar.bz2
  e170c85e.tar.bz2
  f3b3d77a1751.tar.bz2
  f9bb37a817b3.tar.bz2
  s390-java-opts.patch



Other differences:
--
++ java-1_9_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.SBjciH/_old  2017-02-04 17:58:16.567338060 +0100
+++ /var/tmp/diff_new_pack.SBjciH/_new  2017-02-04 17:58:16.567338060 +0100
@@ -17,7 +17,7 @@
 
 
 %{!?aarch64:%global aarch64 aarch64 arm64 armv8}
-%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm} s390x
+%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm}
 %global debug 0
 %global buildoutputdir build
 # Convert an absolute path to a relative path.  Each symbolic link is
@@ -32,17 +32,17 @@
 %global minorver0
 %global securityver 0
 %global patchver0
-%global buildver154
+%global buildver155
 %global root_projectjdk9
 %global root_repository jdk9
-%global root_revision   8d26916eaa21
-%global corba_revision  078ebe23b584
-%global hotspot_revision a9fdfd55835e
-%global jaxp_revision   7fa738305436
-%global jaxws_revision  34af95c7dbff
-%global jdk_revisionc97e7a8b8da0
-%global langtools_revision 6a9dd3d893b0
-%global nashorn_revision a84b49cfee63
+%global root_revision   688a3863c00e
+%global corba_revision  a545f54babfa
+%global hotspot_revision f3b3d77a1751
+%global jaxp_revision   48fa77af1532
+%global jaxws_revision  9b9918656c97
+%global jdk_revisione170c85e
+%global langtools_revision dfcfdb2db85f
+%global nashorn_revision f9bb37a817b3
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority1905
@@ -174,6 +174,7 @@
 #
 # OpenJDK specific patches
 #
+Patch100:   s390-java-opts.patch
 Patch101:   s390-size_t.patch
 #
 Patch102:   sorted-diff.patch
@@ -443,6 +444,7 @@
 # s390 build fixes
 
 %ifarch s390
+%patch100 -p1
 %patch101 -p1
 %endif
 

++ 078ebe23b584.tar.bz2 -> 48fa77af1532.tar.bz2 ++
 972392 lines of diff (skipped)

++ a84b49cfee63.tar.bz2 -> 688a3863c00e.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/a84b49cfee63.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/688a3863c00e.tar.bz2 differ: 
char 11, line 1

++ a84b49cfee63.tar.bz2 -> 9b9918656c97.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/a84b49cfee63.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/9b9918656c97.tar.bz2 differ: 
char 11, line 1

++ 078ebe23b584.tar.bz2 -> a545f54babfa.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corba-078ebe23b584/.hg_archival.txt 
new/corba-a545f54babfa/.hg_archival.txt
--- old/corba-078ebe23b584/.hg_archival.txt 2017-01-20 19:26:37.0 
+0100
+++ new/corba-a545f54babfa/.hg_archival.txt 2017-01-27 17:28:56.0 
+0100
@@ -1,4 +1,4 @@
 repo: 55540e827aef970ecc010b7e06b912d991c8e3ce
-node: 078ebe23b584466dc8346e620d7821d91751e5a9
+node: a545f54babfa31aa7eb611f36031609acd617cbc
 branch: default
-tag: jdk-9+154
+tag: jdk-9+155
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/corba-078ebe23b584/.hgtags 
new/corba-a545f54babfa/.hgtags
--- old/corba-078ebe23b584/.hgtags  2017-01-20 19:26:37.0 +0100
+++ new/corba-a545f54babfa/.hgtags  2017-01-27 17:28:56.0 +0100
@@ -396,3 +396,4 @@
 77f827f5bbad3ef795664bc675f72d98d156b9f8 jdk-9+151
 ff8cb43c07c069b1debdee44cb88ca22db1ec757 jdk-9+152
 68a8e8658511093b322a46ed04b2a321e1da2a43 jdk-9+153
+078ebe23b584466dc8346e620d7821d91751e5a9 jdk-9+154
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit installation-images for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2017-02-04 15:16:06

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


Package is "installation-images"

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2017-01-24 10:30:18.544706976 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2017-02-04 17:58:00.733602130 +0100
@@ -1,0 +2,19 @@
+Mon Jan 30 13:49:02 UTC 2017 - snw...@suse.com
+
+- move grub file into x86_64-efi subdir to avoid issues mentioned in 
bsc#1022294
+- copy tftp files into final position
+- use cracklib-dict-full instead of cracklib-dict-small
+- readme for x86_64
+- generic readme for all architectures
+- pxelinux startup message
+- basic pxelinux config
+- basic tftp grub2 config
+- build tftp directory
+- include sha256 sums of image files in initrd
+- load control.xml from instsys location
+- add tftp Makefile target
+- add some more config settings to $ConfigData
+- don't add package list if it's empty
+- 14.297
+
+---

Old:

  installation-images-14.296.tar.xz

New:

  installation-images-14.297.tar.xz



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.cIJbah/_old  2017-02-04 17:58:01.025560383 +0100
+++ /var/tmp/diff_new_pack.cIJbah/_new  2017-02-04 17:58:01.029559811 +0100
@@ -29,16 +29,20 @@
 # ===  sort out branding  ===
 %if 0%{?is_opensuse}
 %define theme openSUSE
+%define product_name %{theme}-%{_target_cpu}
 %define branding_skelcd   openSUSE
 %define branding_systemd  openSUSE
 %define branding_plymouth openSUSE
 %define branding_grub2openSUSE
 %define branding_gfxboot  openSUSE
 BuildRequires:  openSUSE-release
+%ifnarch s390x
 BuildRequires:  xf86-input-libinput
+%endif
 %else
 %if 0%{?is_susecaasp}
 %define theme CAASP
+%define product_name %{theme}-%{_target_cpu}
 %define branding_skelcd   CASP
 %define branding_systemd  CAASP
 %define branding_plymouth SLE
@@ -49,6 +53,7 @@
 BuildRequires:  caasp-release-DVD
 %else
 %define theme SLES
+%define product_name %{theme}-%{_target_cpu}
 %define branding_skelcd   SLES
 %define branding_systemd  SLE
 %define branding_plymouth SLE
@@ -56,6 +61,7 @@
 %define branding_gfxboot  SLE
 BuildRequires:  sle12-desktop-migration
 BuildRequires:  sles-release
+BuildRequires:  sles-release-DVD
 %ifarch x86_64 ppc64le
 BuildRequires:  sap-installation-wizard
 %endif
@@ -94,6 +100,7 @@
 BuildRequires:  alsa
 BuildRequires:  alsa-utils
 BuildRequires:  arabic-kacst-fonts
+BuildRequires:  arphic-uming-fonts
 BuildRequires:  audit-libs
 BuildRequires:  bc
 BuildRequires:  bind-libs
@@ -108,7 +115,7 @@
 BuildRequires:  checkmedia
 BuildRequires:  cifs-utils
 BuildRequires:  cracklib
-BuildRequires:  cracklib-dict-small
+BuildRequires:  cracklib-dict-full
 BuildRequires:  cron
 BuildRequires:  cryptsetup
 BuildRequires:  cups-libs
@@ -149,6 +156,7 @@
 BuildRequires:  icmpinfo
 BuildRequires:  indic-fonts
 BuildRequires:  initviocons
+BuildRequires:  ipa-gothic-fonts
 BuildRequires:  iproute2
 BuildRequires:  iputils
 BuildRequires:  iscsiuio
@@ -264,6 +272,7 @@
 BuildRequires:  telnet-server
 BuildRequires:  termcap
 BuildRequires:  terminfo
+BuildRequires:  un-fonts
 BuildRequires:  usbutils
 BuildRequires:  util-linux
 BuildRequires:  util-linux-systemd
@@ -415,7 +424,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.296
+Version:14.297
 Release:0
 Provides:   installation-images-%theme = %version-%release
 Source: %{name}-%{version}.tar.xz
@@ -440,6 +449,18 @@
 up a UML or XEN environment.
 
 
+%package -n tftpboot-installation-%{product_name}
+AutoReqProv:off
+Summary:tftp installation tree
+Group:  System/Management
+BuildArch:  noarch
+PreReq: /bin/ln
+
+%description -n tftpboot-installation-%{product_name}
+This package contains the kernel, initrd and installation images
+to install SUSE CaaS Platform with PXE boot/tftpboot on x86-64.
+
+
 %package -n installation-images-debuginfodeps
 Provides:   installation-images-debuginfodeps-%theme = %version-%release
 Obsoletes:  installation-images-debuginfodeps-%theme < %version-%release
@@ -533,6 +554,9 @@
 
 %files -n install-initrd -f install-initrd.files
 
+%files -n tftpboot-installation-%{product_name}
+/srv/tftp
+
 %files -n installation-images-debuginfodeps
 %defattr(-,root,root)
 /usr/share/debuginfodeps

++ installation-images-14.296.tar.xz -> 

commit ghostscript for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package ghostscript for openSUSE:Factory 
checked in at 2017-02-04 15:15:33

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


Package is "ghostscript"

Changes:

--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript-mini.changes 
2016-10-22 13:01:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-mini.changes
2017-02-04 17:57:08.913012190 +0100
@@ -1,0 +2,9 @@
+Thu Jan 12 17:13:58 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Set SOURCE_DATE_EPOCH based on changelog head
+- Add 0001-mkromfs-make-build-reproducible-use-buildtime-from-S.patch
+  * Use SOURCE_DATE_EPOCH for mkromfs output for reproducible build
+- Add 0002-mkromfs-sort-gp_enumerate_files-output-for-determini.patch
+  * Sort ROM contents for deterministic output
+
+---
ghostscript.changes: same change

New:

  0001-mkromfs-make-build-reproducible-use-buildtime-from-S.patch
  0002-mkromfs-sort-gp_enumerate_files-output-for-determini.patch



Other differences:
--
++ ghostscript-mini.spec ++
--- /var/tmp/diff_new_pack.J8Rwej/_old  2017-02-04 17:57:09.640908102 +0100
+++ /var/tmp/diff_new_pack.J8Rwej/_new  2017-02-04 17:57:09.640908102 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript-mini
 #
-# 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
@@ -96,6 +96,11 @@
 # but the hunk for LCMS2 (lcms2/include/lcms2.h) is still needed
 # see http://bugs.ghostscript.com/show_bug.cgi?id=695544
 Patch11:ppc64le-support.patch
+# Patch12 adds a reproducible timestamp to the mkromfs output, using the
+# SOURCE_DATE_EPOCH environment variable
+Patch12:0001-mkromfs-make-build-reproducible-use-buildtime-from-S.patch
+# Patch13 sorts the ROM contents by name for deterministic contents
+Patch13:0002-mkromfs-sort-gp_enumerate_files-output-for-determini.patch
 # Source100...Source999 is for sources from SUSE which are not intended for 
upstream:
 # Patch100...Patch999 is for patches from SUSE which are not intended for 
upstream:
 # Patch100 remove-zlib-h-dependency.patch removes dependency on zlib/zlib.h
@@ -199,6 +204,11 @@
 # but the hunk for LCMS2 (lcms2/include/lcms2.h) is still needed
 # see http://bugs.ghostscript.com/show_bug.cgi?id=695544
 %patch11 -p1 -b ppc64le-support.orig
+# Patch12 adds a reproducible timestamp to the mkromfs output, using the
+# SOURCE_DATE_EPOCH environment variable
+%patch12 -p1 -b mkromfs-buildtime.orig
+# Patch13 sorts the ROM contents by name for deterministic contents
+%patch13 -p1 -b mkromfs-sort-contents.orig
 # Patch100 remove-zlib-h-dependency.patch removes dependency on zlib/zlib.h
 # in makefiles as we do not use the zlib sources from the Ghostscript upstream 
tarball:
 %patch100 -p1 -b remove-zlib-h-dependency.orig
@@ -210,6 +220,8 @@
 rm -rf freetype jpeg libpng tiff zlib
 
 %build
+# Derive build timestamp from latest changelog entry
+export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes 
| tail -n 1 | cut -d- -f1 )" +%s)
 # Set our preferred architecture-specific flags for the compiler and linker:
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++ ghostscript.spec ++
--- /var/tmp/diff_new_pack.J8Rwej/_old  2017-02-04 17:57:09.660905242 +0100
+++ /var/tmp/diff_new_pack.J8Rwej/_new  2017-02-04 17:57:09.660905242 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript
 #
-# 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
@@ -116,6 +116,11 @@
 # but the hunk for LCMS2 (lcms2/include/lcms2.h) is still needed
 # see http://bugs.ghostscript.com/show_bug.cgi?id=695544
 Patch11:ppc64le-support.patch
+# Patch12 adds a reproducible timestamp to the mkromfs output, using the
+# SOURCE_DATE_EPOCH environment variable
+Patch12:0001-mkromfs-make-build-reproducible-use-buildtime-from-S.patch
+# Patch13 sorts the ROM contents by name for deterministic contents
+Patch13:0002-mkromfs-sort-gp_enumerate_files-output-for-determini.patch
 # Source100...Source999 is for sources from SUSE which are not intended for 
upstream:
 # Patch100...Patch999 is for patches from SUSE which are not 

commit ghc-slug for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package ghc-slug for openSUSE:Factory 
checked in at 2017-02-04 15:22:33

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


Package is "ghc-slug"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-slug/ghc-slug.changes2017-02-03 
17:39:55.229853330 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-slug.new/ghc-slug.changes   2017-02-04 
17:56:53.571206048 +0100
@@ -1,0 +2,15 @@
+Sun Jan  8 21:13:57 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.6 with cabal2obs.
+
+---
+Wed Jan  4 21:22:12 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.5 revision 1 with cabal2obs.
+
+---
+Wed Aug 17 18:29:21 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.5 revision 0 with cabal2obs.
+
+---

Old:

  slug-0.1.4.tar.gz

New:

  slug-0.1.6.tar.gz



Other differences:
--
++ ghc-slug.spec ++
--- /var/tmp/diff_new_pack.3PFhHx/_old  2017-02-04 17:56:53.815171161 +0100
+++ /var/tmp/diff_new_pack.3PFhHx/_new  2017-02-04 17:56:53.819170589 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-slug
 #
-# 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
@@ -19,28 +19,26 @@
 %global pkg_name slug
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.4
+Version:0.1.6
 Release:0
 Summary:Type-safe slugs for Yesod ecosystem
 License:BSD-3-Clause
-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-QuickCheck-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-exceptions-devel
+BuildRequires:  ghc-http-api-data-devel
 BuildRequires:  ghc-path-pieces-devel
 BuildRequires:  ghc-persistent-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
-BuildRequires:  ghc-QuickCheck-devel
-BuildRequires:  ghc-test-framework-devel
-BuildRequires:  ghc-test-framework-quickcheck2-devel
+BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Type-safe slugs for Yesod ecosystem.
@@ -59,20 +57,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ slug-0.1.4.tar.gz -> slug-0.1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slug-0.1.4/CHANGELOG.md new/slug-0.1.6/CHANGELOG.md
--- old/slug-0.1.4/CHANGELOG.md 2016-06-25 16:28:25.0 +0200
+++ new/slug-0.1.6/CHANGELOG.md 2017-01-02 22:52:16.0 +0100
@@ -1,3 +1,25 @@
+## Slug 0.1.6
+
+* Allowed Aeson 1.1.
+
+* Switched to Hspec for test suite.
+
+* Made public `Arbitrary` instance for `Slug`.
+
+* Derived `Eq` for `SlugException`.
+
+* Drop support for GHC 7.6.
+
+* Started to use the derived `Show` instance for `SlugException`.
+  Human-friendly version goes to `Exception`'s method `displayException`
+  instead.
+
+* Added instances of `ToHttpApiData` and `FromHttpApiData` for `Slug`.
+
+## Slug 0.1.5
+
+* Allow Aeson 1.0.
+
 ## Slug 0.1.4
 
 * Derive `Ord` and `Data` instances for `Slug`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slug-0.1.4/LICENSE.md new/slug-0.1.6/LICENSE.md
--- old/slug-0.1.4/LICENSE.md   2016-01-03 18:38:10.0 +0100
+++ new/slug-0.1.6/LICENSE.md   2017-01-01 01:21:04.0 +0100
@@ -1,4 +1,4 @@
-Copyright © 2015–2016 Mark Karpov
+Copyright © 2015–2017 Mark Karpov
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slug-0.1.4/README.md new/slug-0.1.6/README.md
--- old/slug-0.1.4/README.md2016-01-22 08:23:34.0 +0100
+++ new/slug-0.1.6/README.md2017-01-01 01:21:17.0 +0100
@@ -54,6 +54,6 @@
 
 ## License
 
-Copyright © 2015–2016 Mark Karpov
+Copyright © 2015–2017 Mark Karpov
 
 Distributed under BSD 3 clause license.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit ghc-safecopy for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package ghc-safecopy for openSUSE:Factory 
checked in at 2017-02-04 15:22:27

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


Package is "ghc-safecopy"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-safecopy/ghc-safecopy.changes
2017-02-03 17:39:52.126292609 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-safecopy.new/ghc-safecopy.changes   
2017-02-04 17:56:51.255537188 +0100
@@ -1,0 +2,5 @@
+Sun Nov  6 21:25:49 UTC 2016 - psim...@suse.com
+
+- Update to version 0.9.2 with cabal2obs.
+
+---

Old:

  safecopy-0.9.1.tar.gz

New:

  safecopy-0.9.2.tar.gz



Other differences:
--
++ ghc-safecopy.spec ++
--- /var/tmp/diff_new_pack.RlU9L9/_old  2017-02-04 17:56:51.639482284 +0100
+++ /var/tmp/diff_new_pack.RlU9L9/_new  2017-02-04 17:56:51.643481712 +0100
@@ -19,15 +19,14 @@
 %global pkg_name safecopy
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:Binary serialization with version control
 License:SUSE-Public-Domain
-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-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cereal-devel
@@ -47,7 +46,6 @@
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-quickcheck-devel
 %endif
-# End cabal-rpm deps
 
 %description
 An extension to Data.Serialize with built-in version control.
@@ -66,20 +64,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ safecopy-0.9.1.tar.gz -> safecopy-0.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/safecopy-0.9.1/safecopy.cabal 
new/safecopy-0.9.2/safecopy.cabal
--- old/safecopy-0.9.1/safecopy.cabal   2016-05-30 17:12:14.0 +0200
+++ new/safecopy-0.9.2/safecopy.cabal   2016-11-03 02:12:13.0 +0100
@@ -3,10 +3,10 @@
 -- 
http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
 -- The name of the package.
 Name:safecopy
-Version: 0.9.1
+Version: 0.9.2
 Synopsis:Binary serialization with version control.
 Description: An extension to Data.Serialize with built-in version 
control.
-Homepage:http://acid-state.seize.it/safecopy
+Homepage:https://github.com/acid-state/safecopy
 License: PublicDomain
 Author:  David Himmelstrup, Felipe Lessa
 Maintainer:  Lemmih 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/safecopy-0.9.1/test/instances.hs 
new/safecopy-0.9.2/test/instances.hs
--- old/safecopy-0.9.1/test/instances.hs2016-05-30 17:12:14.0 
+0200
+++ new/safecopy-0.9.2/test/instances.hs2016-11-03 02:12:13.0 
+0100
@@ -32,6 +32,7 @@
 import qualified Data.Vector.Storable as VS
 import qualified Data.Vector.Unboxed as VU
 
+#if ! MIN_VERSION_QuickCheck(2,9,0)
 instance (Arbitrary a, Arbitrary b, Arbitrary c, Arbitrary d, Arbitrary e, 
Arbitrary f) =>
  Arbitrary (a,b,c,d,e,f) where
arbitrary = (,) <$> arbitrary <*> arbitrary <*> arbitrary <*>
@@ -41,6 +42,7 @@
  Arbitrary (a,b,c,d,e,f,g) where
arbitrary = (,,) <$> arbitrary <*> arbitrary <*> arbitrary <*>
 arbitrary <*> arbitrary <*> arbitrary <*> arbitrary
+#endif
 
 #if ! MIN_VERSION_QuickCheck(2,8,2)
 instance (Arbitrary a) => Arbitrary (V.Vector a) where
@@ -61,7 +63,9 @@
 deriving instance (Show a) => Show (Prim a)
 
 deriving instance Eq ZonedTime
+#if ! MIN_VERSION_time(1,6,0)
 deriving instance Show UniversalTime
+#endif
 
 -- | Equality on the 'Right' value, showing the unequal value on failure;
 -- or explicit failure using the 'Left' message without equality testing.
@@ -115,7 +119,11 @@
 #endif
def <- a
 
+#if MIN_VERSION_template_haskell(2,11,0)
+   let instances (ClassI _ decs) = [ typ | InstanceD _ _ (AppT _ typ) _ <- 
decs ]
+#else
let instances (ClassI _ decs) = [ typ | InstanceD _ (AppT _ typ) _ <- decs ]
+#endif
instances _ = []
types = map instances classes
 




commit gdal for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "gdal"

Changes:

--- /work/SRC/openSUSE:Factory/gdal/gdal.changes2016-11-01 
09:58:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.gdal.new/gdal.changes   2017-02-04 
16:55:50.840912459 +0100
@@ -1,0 +2,6 @@
+Fri Feb  3 12:00:00 UTC 2017 - Angelos Tzotsos 
+
+- New upstream bugfix release 2.1.3
+  - https://trac.osgeo.org/gdal/wiki/Release/2.1.3-News
+
+---

Old:

  gdal-2.1.2.tar.xz

New:

  gdal-2.1.3.tar.xz



Other differences:
--
++ gdal.spec ++
--- /var/tmp/diff_new_pack.Rbxugj/_old  2017-02-04 16:55:51.208860080 +0100
+++ /var/tmp/diff_new_pack.Rbxugj/_new  2017-02-04 16:55:51.208860080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdal
 #
-# 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
@@ -23,7 +23,7 @@
 %define sourcename gdal
 
 Name:   gdal
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:GDAL/OGR - a translator library for raster and vector 
geospatial data formats
 License:MIT and BSD-3-Clause and SUSE-Public-Domain

++ gdal-2.1.2.tar.xz -> gdal-2.1.3.tar.xz ++
/work/SRC/openSUSE:Factory/gdal/gdal-2.1.2.tar.xz 
/work/SRC/openSUSE:Factory/.gdal.new/gdal-2.1.3.tar.xz differ: char 27, line 1




commit ghc-binary-tagged for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package ghc-binary-tagged for 
openSUSE:Factory checked in at 2017-02-04 15:22:20

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


Package is "ghc-binary-tagged"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-binary-tagged/ghc-binary-tagged.changes  
2017-02-03 17:38:41.188333176 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-binary-tagged.new/ghc-binary-tagged.changes 
2017-02-04 16:56:08.254433605 +0100
@@ -1,0 +2,5 @@
+Mon Jan 16 09:44:01 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.4.2 revision 2 with cabal2obs.
+
+---



Other differences:
--
++ ghc-binary-tagged.spec ++
--- /var/tmp/diff_new_pack.NDD9rR/_old  2017-02-04 16:56:08.550391475 +0100
+++ /var/tmp/diff_new_pack.NDD9rR/_new  2017-02-04 16:56:08.554390906 +0100
@@ -26,7 +26,7 @@
 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/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-SHA-devel
 BuildRequires:  ghc-aeson-devel

++ binary-tagged.cabal ++
--- /var/tmp/diff_new_pack.NDD9rR/_old  2017-02-04 16:56:08.586386351 +0100
+++ /var/tmp/diff_new_pack.NDD9rR/_new  2017-02-04 16:56:08.586386351 +0100
@@ -1,6 +1,6 @@
 name:   binary-tagged
 version:0.1.4.2
-x-revision: 1
+x-revision: 2
 synopsis:   Tagged binary serialisation.
 description:Check 
 category:   Web
@@ -44,7 +44,7 @@
 , text >=1.2  && <1.3
 , time >=1.4  && <1.7
 , unordered-containers >=0.2  && <0.3
-, vector   >=0.10 && <0.12
+, vector   >=0.10 && <0.13
   exposed-modules:
   Data.Binary.Tagged
   default-language: Haskell2010
@@ -110,7 +110,7 @@
 , text >=1.2  && <1.3
 , time >=1.4  && <1.7
 , unordered-containers >=0.2  && <0.3
-, vector   >=0.10 && <0.12
+, vector   >=0.10 && <0.13
 , binary-tagged
 , binary-orphans >=0.1.1
 , deepseq




commit ddclient for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "ddclient"

Changes:

--- /work/SRC/openSUSE:Factory/ddclient/ddclient.changes2016-01-12 
16:12:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ddclient.new/ddclient.changes   2017-02-04 
16:55:14.214126489 +0100
@@ -1,0 +2,10 @@
+Fri Feb  3 08:36:33 UTC 2017 - josef.moell...@suse.com
+
+- Upgrade to ddclient-3.8.3.
+  * added Alpine Linux init scritp - patch send by @Tal on github.
+  * adding support for nsupdate - patch send by @droe on github
+  * allow log username-password combinations - patch send by @dirdi on github
+  * adding support for cloudflare - patch send by @roberthawdon on github
+  * adding support for duckdns - patch send by @gkranis
+
+---

Old:

  ddclient-3.8.2.tar.bz2

New:

  ddclient-3.8.3.tar.bz2



Other differences:
--
++ ddclient.spec ++
--- /var/tmp/diff_new_pack.8pll6f/_old  2017-02-04 16:55:14.510084357 +0100
+++ /var/tmp/diff_new_pack.8pll6f/_new  2017-02-04 16:55:14.510084357 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddclient
 #
-# 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
@@ -20,7 +20,7 @@
 Summary:A Perl Client to Update Dynamic DNS Entries
 License:GPL-2.0+
 Group:  Productivity/Networking/DNS/Utilities
-Version:3.8.2
+Version:3.8.3
 Release:0
 Url:http://ddclient.sourceforge.net/
 Source0:
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2

++ ddclient-3.8.2.tar.bz2 -> ddclient-3.8.3.tar.bz2 ++
 2020 lines of diff (skipped)




commit cpprest for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package cpprest for openSUSE:Factory checked 
in at 2017-02-04 15:21:17

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


Package is "cpprest"

Changes:

--- /work/SRC/openSUSE:Factory/cpprest/cpprest.changes  2016-11-14 
20:13:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.cpprest.new/cpprest.changes 2017-02-04 
16:55:01.351957533 +0100
@@ -1,0 +2,12 @@
+Thu Feb  2 09:08:31 UTC 2017 - astie...@suse.com
+
+- cpprest 2.9.1:
+  * All embedded licenses changed to MIT
+  * Update license header to reflect third party embedded code
+
+---
+Wed Feb  1 10:31:33 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---

Old:

  v2.9.0.tar.gz

New:

  v2.9.1.tar.gz



Other differences:
--
++ cpprest.spec ++
--- /var/tmp/diff_new_pack.Drx5JZ/_old  2017-02-04 16:55:01.723904583 +0100
+++ /var/tmp/diff_new_pack.Drx5JZ/_new  2017-02-04 16:55:01.723904583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cpprest
 #
-# 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
@@ -19,15 +19,29 @@
 %define major 2
 %define minor 9
 Name:   cpprest
-Version:2.9.0
+Version:2.9.1
 Release:0
 Summary:C++ REST library
-License:Apache-2.0
+License:MIT and BSD-3-Clause and Zlib
 Group:  Development/Libraries/C and C++
+# main: MIT (license.txt)
+# Websocket++: BSD-3-Clause (ThirdPartyNotices.txt)
+# base64/base64.hpp: Zlib (ThirdPartyNotices.txt)
+# sha1/sha1.hpp: BSD-3-Clause (ThirdPartyNotices.txt)
+# common/md5.hpp: Zlib (ThirdPartyNotices.txt)
+# utf8_validation.hpp: MIT (ThirdPartyNotices.txt)
 Url:https://github.com/Microsoft/cpprestsdk
 Source: 
https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
 Patch1: cpprest-pthread.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_random-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel >= 1.55
+%endif
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel >= 1.0
@@ -87,7 +101,7 @@
 
 %files -n libcpprest%{major}_%{minor}
 %defattr(-,root,root)
-%doc CONTRIBUTORS.txt license.txt
+%doc CONTRIBUTORS.txt license.txt ThirdPartyNotices.txt
 %{_libdir}/libcpprest.so.%{major}.%{minor}
 
 %files devel

++ v2.9.0.tar.gz -> v2.9.1.tar.gz ++
 6245 lines of diff (skipped)




commit chromium for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2017-02-03 
17:34:26.684355254 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2017-02-04 
16:54:43.890443369 +0100
@@ -1,0 +2,7 @@
+Fri Feb  3 12:23:34 UTC 2017 - tchva...@suse.com
+
+- Version update to 56.0.2924.87:
+  * Various small fixes
+  * Disabled option to enable/disable plugins in the chrome://plugins
+
+---

Old:

  chromium-56.0.2924.76.tar.xz

New:

  chromium-56.0.2924.87.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.XeEr1L/_old  2017-02-04 16:54:51.625342218 +0100
+++ /var/tmp/diff_new_pack.XeEr1L/_new  2017-02-04 16:54:51.625342218 +0100
@@ -46,7 +46,7 @@
 %endif
 %bcond_with clang
 Name:   chromium
-Version:56.0.2924.76
+Version:56.0.2924.87
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+

++ chromium-56.0.2924.76.tar.xz -> chromium-56.0.2924.87.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-56.0.2924.76.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-56.0.2924.87.tar.xz differ: 
char 27, line 1




commit Mesa-demo for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package Mesa-demo for openSUSE:Factory 
checked in at 2017-02-04 15:18:59

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


Package is "Mesa-demo"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa-demo/Mesa-demo.changes  2015-12-17 
15:53:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa-demo.new/Mesa-demo.changes 2017-02-04 
16:53:47.722439765 +0100
@@ -1,0 +2,5 @@
+Mon Jan 30 21:22:54 UTC 2017 - jeng...@inai.de
+
+- Update RPM group; use faster find+ variant.
+
+---



Other differences:
--
++ Mesa-demo.spec ++
--- /var/tmp/diff_new_pack.pIuW2X/_old  2017-02-04 16:53:48.082388520 +0100
+++ /var/tmp/diff_new_pack.pIuW2X/_new  2017-02-04 16:53:48.082388520 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Mesa-demo
 #
-# 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
@@ -21,7 +21,7 @@
 Release:0
 Summary:Mesa demo programs for the OpenGL stack
 License:MIT
-Group:  System/Libraries
+Group:  Development/Tools/Other
 Url:http://www.mesa3d.org
 Source0:
ftp://ftp.freedesktop.org/pub/mesa/demos/%{version}/mesa-demos-%{version}.tar.bz2
 Source1:
ftp://ftp.freedesktop.org/pub/mesa/demos/%{version}/mesa-demos-%{version}.tar.bz2.sig
@@ -63,7 +63,7 @@
 
 %package x
 Summary:GLX-based demos
-Group:  System/Libraries
+Group:  Development/Tools/Other
 
 %description x
 This package contains some common GLX-based demos.
@@ -81,9 +81,9 @@
 %install
 mkdir -p %{buildroot}%{_libdir}
 cp -r src %{buildroot}%{_libdir}/mesa-demos
-find %{buildroot}%{_libdir}/mesa-demos -depth \( -name Makefile\* -o -name 
.\?\?\* -o -name \*.\[acho] \) -exec rm -rf \{\} \;
-find %{buildroot}%{_libdir}/mesa-demos -depth -type d -exec rmdir 
--ignore-fail-on-non-empty \{\} \;
-find %{buildroot}%{_libdir}/mesa-demos -name \*.py -exec chmod 755 \{\} \;
+find %{buildroot}%{_libdir}/mesa-demos -depth \( -name Makefile\* -o -name 
.\?\?\* -o -name \*.\[acho] \) -exec rm -rf \{\} +
+find %{buildroot}%{_libdir}/mesa-demos -depth -type d -exec rmdir 
--ignore-fail-on-non-empty \{\} +
+find %{buildroot}%{_libdir}/mesa-demos -name \*.py -exec chmod 755 \{\} +
 chmod -R go=rX %{buildroot}/usr
 mkdir -p %{buildroot}/%{_bindir}
 ln -s %{_libdir}/mesa-demos/xdemos/glxgears %{buildroot}/%{_bindir}/glxgears






commit yast2-tune for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-tune for openSUSE:Factory 
checked in at 2017-02-04 15:18:12

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


Package is "yast2-tune"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes2016-07-24 
19:42:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-tune.new/yast2-tune.changes   
2017-02-04 16:52:36.428590164 +0100
@@ -1,0 +2,6 @@
+Fri Jan 20 16:21:30 UTC 2017 - mvid...@suse.com
+
+- Added Tune::Widgets::SystemInformation (FATE#322328).
+- 3.2.0
+
+---

Old:

  yast2-tune-3.1.9.tar.bz2

New:

  yast2-tune-3.2.0.tar.bz2



Other differences:
--
++ yast2-tune.spec ++
--- /var/tmp/diff_new_pack.BUfYID/_old  2017-02-04 16:52:36.828533220 +0100
+++ /var/tmp/diff_new_pack.BUfYID/_new  2017-02-04 16:52:36.832532650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-tune
 #
-# 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-tune
-Version:3.1.9
+Version:3.2.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,6 +81,8 @@
 %{yast_desktopdir}/hwinfo.desktop
 %{yast_desktopdir}/system_settings.desktop
 %{yast_moduledir}/*.rb
+%dir %{yast_libdir}/tune
+%{yast_libdir}/tune/*.rb
 %{yast_scrconfdir}/*.scr
 %dir %{yast_docdir}
 %doc %{yast_docdir}/COPYING

++ yast2-tune-3.1.9.tar.bz2 -> yast2-tune-3.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-3.1.9/.travis.yml 
new/yast2-tune-3.2.0/.travis.yml
--- old/yast2-tune-3.1.9/.travis.yml2016-07-14 09:51:43.853822812 +0200
+++ new/yast2-tune-3.2.0/.travis.yml2017-01-31 09:51:51.391173433 +0100
@@ -1,13 +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 
yast2-bootloader yast2-storage" -g "yast-rake gettext rspec:3.3.0 simplecov 
coveralls"
+  - docker build -t yast-tune-image .
 script:
-- rake check:syntax
-- rake check:pot
-- COVERAGE=1 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-tune-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-3.1.9/CONTRIBUTING.md 
new/yast2-tune-3.2.0/CONTRIBUTING.md
--- old/yast2-tune-3.1.9/CONTRIBUTING.md2016-07-14 09:51:43.861822812 
+0200
+++ new/yast2-tune-3.2.0/CONTRIBUTING.md2017-01-31 09:51:51.403173433 
+0100
@@ -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 yast2-installation for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2017-02-04 15:19:22

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2017-02-03 20:07:45.487975593 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2017-02-04 16:52:28.365738147 +0100
@@ -1,0 +2,46 @@
+Fri Feb  3 10:07:35 UTC 2017 - jsr...@suse.cz
+
+- Downloading release notes: Do not download them at all during
+  AutoYaST (bsc#1009276)
+- Use the directory.yast file to check avilable
+  translations (fate#322372)
+- 3.2.20
+
+---
+Wed Feb  1 17:07:23 CET 2017 - sch...@suse.de
+
+- Downloading release notes: Do not try again if the host or the
+  proxy cannot be resolved (bnc#1022784)
+- 3.2.19
+
+---
+Fri Jan 27 15:55:33 UTC 2017 - kanders...@suse.com
+
+- Ask for installation confirmation in all-in-one dialog before
+  proceed with it. (Fate#322328)
+- 3.2.18
+
+---
+Fri Jan 27 09:11:32 UTC 2017 - jreidin...@suse.com
+
+- Respect newly registered update repos in software proposal and
+  do register. (FATE#322328)
+
+---
+Thu Jan 26 14:16:43 UTC 2017 - jreidin...@suse.com
+
+- handle proposal errors in all-in-one dialog (FATE#322328)
+
+---
+Wed Jan 25 15:29:02 UTC 2017 - mvid...@suse.com
+
+- Added an all-in-one installation overview for CaaSP (FATE#322328)
+
+---
+Wed Jan 25 10:41:33 UTC 2017 - igonzalezs...@suse.com
+
+- Add an option to disable the self-update feature through the
+  AutoYaST profile (FATE#319716)
+- 3.2.17
+
+---

Old:

  yast2-installation-3.2.16.tar.bz2

New:

  yast2-installation-3.2.20.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.o88xcb/_old  2017-02-04 16:52:28.905661273 +0100
+++ /var/tmp/diff_new_pack.o88xcb/_new  2017-02-04 16:52:28.909660704 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.2.16
+Version:3.2.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -82,11 +82,11 @@
 # Requires:yast2-update
 
 # new root password cwm widget
-Requires:   yast2-users >= 3.2.7
-# new keyboard layout cwm widget needed only for CASP, so use version that 
works
-# also for SP3
-# FIXME: update dependency when CASP is merged to SP2 and SP3 for yast2-country
-Requires:   yast2-country >= 3.1.30
+BuildRequires:  yast2-users >= 3.2.8
+Requires:   yast2-users >= 3.2.8
+# new keyboard layout cwm widget
+BuildRequires:  yast2-country >= 3.2.7
+Requires:   yast2-country >= 3.2.7
 
 # Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
 # pkg-bindings are not directly required
@@ -104,8 +104,8 @@
 # Top bar with logo
 Conflicts:  yast2-ycp-ui-bindings < 3.1.7
 
-# RegserviceSelectionDialog
-Conflicts:  yast2-registration < 3.1.179
+# new registration widget
+Conflicts:  yast2-registration <= 3.2.1
 
 Obsoletes:  yast2-installation-devel-doc
 

++ yast2-installation-3.2.16.tar.bz2 -> yast2-installation-3.2.20.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.2.16/doc/SELF_UPDATE.md 
new/yast2-installation-3.2.20/doc/SELF_UPDATE.md
--- old/yast2-installation-3.2.16/doc/SELF_UPDATE.md2017-01-24 
13:35:27.69600 +0100
+++ new/yast2-installation-3.2.20/doc/SELF_UPDATE.md2017-02-03 
14:17:23.482807975 +0100
@@ -7,9 +7,21 @@
 
 ## Disabling Updates
 
-Self-update is enabled by default. However, it can be disabled by setting
-`self_update=0` boot option. In the following sections it is assumed that this
-feature is enabled.
+Starting in SUSE Linux Enterprise 12 SP3, self-update is enabled by default.
+However, it can be disabled by setting `self_update=0` boot option. If you're
+using AutoYaST, it is also possible to disable this feature using the
+`self_update` element in the `general` section of the profile:
+
+   ```xml
+   
+ false
+   
+   ```
+
+Please, take into account that self-update will be skipped if any option
+disables it (boot parameter *or* AutoYaST profile).
+
+During the rest 

commit yast2-country for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2017-02-04 15:19:12

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


Package is "yast2-country"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2017-01-04 17:19:48.411636337 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2017-02-04 16:52:25.830099172 +0100
@@ -1,0 +2,14 @@
+Mon Jan 30 16:44:12 UTC 2017 - an...@suse.com
+
+- If the X11Variant for a given keyboard layout is not specified by
+  systemd, leave it blank instead of enforcing "basic"
+  (bsc#1020082, bsc#1022094).
+- 3.2.8
+
+---
+Fri Jan 20 16:17:01 UTC 2017 - mvid...@suse.com
+
+- Added Y2Country::Widgets::KeyboardSelectionCombo (FATE#322328)
+- 3.2.7
+
+---

Old:

  yast2-country-3.2.6.tar.bz2

New:

  yast2-country-3.2.8.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.bAgIMu/_old  2017-02-04 16:52:26.342026284 +0100
+++ /var/tmp/diff_new_pack.bAgIMu/_new  2017-02-04 16:52:26.342026284 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-country
 #
-# 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-country
-Version:3.2.6
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-country-3.2.6.tar.bz2 -> yast2-country-3.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.6/.travis.yml 
new/yast2-country-3.2.8/.travis.yml
--- old/yast2-country-3.2.6/.travis.yml 2016-12-23 09:40:28.049789703 +0100
+++ new/yast2-country-3.2.8/.travis.yml 2017-02-01 18:18:02.853524673 +0100
@@ -1,18 +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-ruby-bindings yast2-perl-bindings" -g "rspec:3.3.0 yast-rake gettext 
simplecov coveralls"
+  - docker build -t yast-country-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -s -f Makefile.cvs
-- make -s
-- sudo make -s install
-- make -s check
-# evaluate code coverage for RSpec tests
-- COVERAGE=1 rake test:unit
-
+  # 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-country-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.6/Dockerfile 
new/yast2-country-3.2.8/Dockerfile
--- old/yast2-country-3.2.6/Dockerfile  1970-01-01 01:00:00.0 +0100
+++ new/yast2-country-3.2.8/Dockerfile  2017-02-01 18:18:02.853524673 +0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-3.2.6/keyboard/src/lib/y2country/widgets.rb 
new/yast2-country-3.2.8/keyboard/src/lib/y2country/widgets.rb
--- old/yast2-country-3.2.6/keyboard/src/lib/y2country/widgets.rb   
2016-12-23 09:40:28.113789703 +0100
+++ new/yast2-country-3.2.8/keyboard/src/lib/y2country/widgets.rb   
2017-02-01 18:18:02.857524673 +0100
@@ -26,7 +26,8 @@
 
 module Y2Country
   module Widgets
-class KeyboardSelection < CWM::SelectionBox
+# Common parts for {KeyboardSelection} and {KeyboardSelectionCombo}.
+module KeyboardSelectionBase
   # param default [String] ID for default keyboard layout if not selected.
   # Allowed values are defined in /usr/share/YaST2/data/keyboard_raw.ycp
   def initialize(default)
@@ -80,5 +81,17 @@
 )
   end
 end
+
+class KeyboardSelection < CWM::SelectionBox
+  include KeyboardSelectionBase
+end
+
+class KeyboardSelectionCombo < CWM::ComboBox
+  include KeyboardSelectionBase
+
+  def opt
+[:notify, :hstretch]
+  end
+end
   end
 end
diff -urN '--exclude=CVS' 

commit yast2-kdump for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2017-02-04 15:18:00

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


Package is "yast2-kdump"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2016-11-03 
12:57:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes 
2017-02-04 16:52:30.081493858 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 13:01:58 UTC 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.1
+
+---

Old:

  yast2-kdump-3.2.0.tar.bz2

New:

  yast2-kdump-3.2.1.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.x0lYau/_old  2017-02-04 16:52:30.449441470 +0100
+++ /var/tmp/diff_new_pack.x0lYau/_new  2017-02-04 16:52:30.449441470 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-kdump
 #
-# 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-kdump
-Version:3.2.0
+Version:3.2.1
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0

++ yast2-kdump-3.2.0.tar.bz2 -> yast2-kdump-3.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/.travis.yml 
new/yast2-kdump-3.2.1/.travis.yml
--- old/yast2-kdump-3.2.0/.travis.yml   2016-10-27 15:42:59.777987040 +0200
+++ new/yast2-kdump-3.2.1/.travis.yml   2017-01-31 08:16:54.509993255 +0100
@@ -1,13 +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 yast2-packager 
yast2-storage yast2-bootloader ruby2.1-dev libaugeas-dev pkg-config" -g 
"rspec:3.3.0 yast-rake gettext simplecov coveralls cfa_grub2 cheetah"
+  - docker build -t yast-kdump-image .
 script:
-- rake check:syntax
-- rake check:pot
-- COVERAGE=1 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-kdump-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/Dockerfile 
new/yast2-kdump-3.2.1/Dockerfile
--- old/yast2-kdump-3.2.0/Dockerfile1970-01-01 01:00:00.0 +0100
+++ new/yast2-kdump-3.2.1/Dockerfile2017-01-31 08:16:54.529993255 +0100
@@ -0,0 +1,3 @@
+FROM yastdevel/ruby
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/package/yast2-kdump.changes 
new/yast2-kdump-3.2.1/package/yast2-kdump.changes
--- old/yast2-kdump-3.2.0/package/yast2-kdump.changes   2016-10-27 
15:42:59.809987040 +0200
+++ new/yast2-kdump-3.2.1/package/yast2-kdump.changes   2017-01-31 
08:16:54.565993255 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Jan 25 13:01:58 UTC 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.1
+
+---
 Thu Oct 27 13:33:19 UTC 2016 - jreidin...@suse.com
 
 - fix typos in kdump help (bsc#703145)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.2.0/package/yast2-kdump.spec 
new/yast2-kdump-3.2.1/package/yast2-kdump.spec
--- old/yast2-kdump-3.2.0/package/yast2-kdump.spec  2016-10-27 
15:42:59.809987040 +0200
+++ new/yast2-kdump-3.2.1/package/yast2-kdump.spec  2017-01-31 
08:16:54.569993255 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.2.0
+Version:3.2.1
 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.0/src/clients/kdump_proposal.rb 
new/yast2-kdump-3.2.1/src/clients/kdump_proposal.rb
--- old/yast2-kdump-3.2.0/src/clients/kdump_proposal.rb 2016-10-27 
15:42:59.821987040 +0200
+++ 

commit yast2-network for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2017-02-04 15:18:25

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2017-01-23 11:26:12.672978570 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2017-02-04 16:52:31.453298541 +0100
@@ -1,0 +2,14 @@
+Thu Jan 19 15:22:03 UTC 2017 - kanders...@suse.com
+
+- Added network proposal using the new summary api and the new
+  proposal_client flag 'label_proposal' for CASP special formmating
+  (fate#322328).
+- 3.2.19
+
+---
+Wed Jan 18 07:54:01 UTC 2017 - kanders...@suse.com
+
+- Added summaries for the configured interfaces, particulary an one
+  line summary. (fate#322328)
+
+---

Old:

  yast2-network-3.2.18.tar.bz2

New:

  yast2-network-3.2.19.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.JZ9zZR/_old  2017-02-04 16:52:31.961226223 +0100
+++ /var/tmp/diff_new_pack.JZ9zZR/_new  2017-02-04 16:52:31.961226223 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.2.18
+Version:3.2.19
 Release:0
 BuildArch:  noarch
 

++ yast2-network-3.2.18.tar.bz2 -> yast2-network-3.2.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.2.18/package/yast2-network.changes 
new/yast2-network-3.2.19/package/yast2-network.changes
--- old/yast2-network-3.2.18/package/yast2-network.changes  2017-01-16 
17:29:44.020382000 +0100
+++ new/yast2-network-3.2.19/package/yast2-network.changes  2017-01-31 
09:53:13.843173433 +0100
@@ -1,4 +1,18 @@
 ---
+Thu Jan 19 15:22:03 UTC 2017 - kanders...@suse.com
+
+- Added network proposal using the new summary api and the new
+  proposal_client flag 'label_proposal' for CASP special formmating
+  (fate#322328).
+- 3.2.19
+
+---
+Wed Jan 18 07:54:01 UTC 2017 - kanders...@suse.com
+
+- Added summaries for the configured interfaces, particulary an one
+  line summary. (fate#322328)
+
+---
 Wed Jan 11 00:56:09 UTC 2017 - kanders...@suse.com
 
 - Fixed the assignment of udev rules to Lan Items when a previous
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.2.18/package/yast2-network.spec 
new/yast2-network-3.2.19/package/yast2-network.spec
--- old/yast2-network-3.2.18/package/yast2-network.spec 2017-01-16 
17:29:44.020382000 +0100
+++ new/yast2-network-3.2.19/package/yast2-network.spec 2017-01-31 
09:53:13.843173433 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.2.18
+Version:3.2.19
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.2.18/src/clients/network_proposal.rb 
new/yast2-network-3.2.19/src/clients/network_proposal.rb
--- old/yast2-network-3.2.18/src/clients/network_proposal.rb1970-01-01 
01:00:00.0 +0100
+++ new/yast2-network-3.2.19/src/clients/network_proposal.rb2017-01-31 
09:53:13.935173433 +0100
@@ -0,0 +1,2 @@
+require "network/clients/network_proposal"
+Yast::NetworkProposal.run
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-3.2.18/src/lib/network/clients/network_proposal.rb 
new/yast2-network-3.2.19/src/lib/network/clients/network_proposal.rb
--- old/yast2-network-3.2.18/src/lib/network/clients/network_proposal.rb
1970-01-01 01:00:00.0 +0100
+++ new/yast2-network-3.2.19/src/lib/network/clients/network_proposal.rb
2017-01-31 09:53:14.063173433 +0100
@@ -0,0 +1,47 @@
+require "installation/proposal_client"
+
+module Yast
+  # Proposal client for Network configuration
+  class NetworkProposal < ::Installation::ProposalClient
+include Yast::I18n
+include Yast::Logger
+
+def initialize
+  Yast.import "UI"
+  Yast.import "Lan"
+  Yast.import "LanItems"
+
+  textdomain "installation"
+end
+
+def description
+  {
+"rich_text_title" => _("Network Configuration"),
+"menu_title"  => _("Network Configuration"),
+"id"  => "network"
+  }
+end
+
+def 

commit yast2-bootloader for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2017-02-04 15:16:55

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2017-01-15 11:02:30.302747460 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2017-02-04 16:52:24.598274559 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 12:57:38 UTC 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.15
+
+---

Old:

  yast2-bootloader-3.2.14.tar.bz2

New:

  yast2-bootloader-3.2.15.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.gcUgxI/_old  2017-02-04 16:52:24.98435 +0100
+++ /var/tmp/diff_new_pack.gcUgxI/_new  2017-02-04 16:52:24.926227866 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.2.14
+Version:3.2.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.2.14.tar.bz2 -> yast2-bootloader-3.2.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.2.14/.travis.yml 
new/yast2-bootloader-3.2.15/.travis.yml
--- old/yast2-bootloader-3.2.14/.travis.yml 2017-01-10 15:14:53.602343000 
+0100
+++ new/yast2-bootloader-3.2.15/.travis.yml 2017-01-30 16:16:35.803538944 
+0100
@@ -1,11 +1,11 @@
 sudo: required
-language: ruby
+language: bash
 services:
   - docker
 
 before_install:
   - docker build -t yast-bootloader-image .
 script:
-  # the "yast-travis" script is included in the base yastdevel/ruby-tw image
-  # see https://github.com/yast/docker-yast-ruby-tw/blob/master/yast-travis
-  - docker run -it -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-bootloader-image 
yast-travis
+  # 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-bootloader-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.2.14/Dockerfile 
new/yast2-bootloader-3.2.15/Dockerfile
--- old/yast2-bootloader-3.2.14/Dockerfile  2017-01-10 15:14:53.602343000 
+0100
+++ new/yast2-bootloader-3.2.15/Dockerfile  2017-01-30 16:16:35.891538944 
+0100
@@ -1,3 +1,3 @@
-FROM yastdevel/ruby-tw
-COPY . /tmp/sources
+FROM yastdevel/ruby
+COPY . /usr/src/app
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.2.14/package/yast2-bootloader.changes 
new/yast2-bootloader-3.2.15/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.2.14/package/yast2-bootloader.changes
2017-01-10 15:14:53.606343000 +0100
+++ new/yast2-bootloader-3.2.15/package/yast2-bootloader.changes
2017-01-30 16:16:35.911538944 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Jan 25 12:57:38 UTC 2017 - mvid...@suse.com
+
+- Implement simple_mode -> label_proposal (FATE#322328)
+- 3.2.15
+
+---
 Fri Jan  6 13:22:36 UTC 2017 - jreidin...@suse.com
 
 - do not crash when switching from no bootloader to grub2 when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.2.14/package/yast2-bootloader.spec 
new/yast2-bootloader-3.2.15/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.2.14/package/yast2-bootloader.spec   2017-01-10 
15:14:53.606343000 +0100
+++ new/yast2-bootloader-3.2.15/package/yast2-bootloader.spec   2017-01-30 
16:16:35.911538944 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.2.14
+Version:3.2.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.2.14/src/lib/bootloader/grub2.rb 
new/yast2-bootloader-3.2.15/src/lib/bootloader/grub2.rb
--- old/yast2-bootloader-3.2.14/src/lib/bootloader/grub2.rb 2017-01-10 
15:14:53.610343000 +0100
+++ new/yast2-bootloader-3.2.15/src/lib/bootloader/grub2.rb 2017-01-30 
16:16:36.055538944 +0100
@@ -100,7 +100,7 @@
 
 # Display bootloader summary
 # @return a list of summary lines
-def summary
+def summary(simple_mode: false)
   result = [
 

commit yast2-users for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2017-02-04 15:16:25

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


Package is "yast2-users"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2016-12-22 
16:00:46.350508150 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2017-02-04 16:52:37.200480262 +0100
@@ -1,0 +2,6 @@
+Fri Jan 20 15:28:22 UTC 2017 - mvid...@suse.com
+
+- Password widget: a compact layout, do not steal focus (FATE#322328)
+- 3.2.8
+
+---

Old:

  yast2-users-3.2.7.tar.bz2

New:

  yast2-users-3.2.8.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.8PmARv/_old  2017-02-04 16:52:37.828390861 +0100
+++ /var/tmp/diff_new_pack.8PmARv/_new  2017-02-04 16:52:37.832390292 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-users
 #
-# 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-users
-Version:3.2.7
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.2.7.tar.bz2 -> yast2-users-3.2.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.7/.travis.yml 
new/yast2-users-3.2.8/.travis.yml
--- old/yast2-users-3.2.7/.travis.yml   2016-12-15 15:26:37.215075015 +0100
+++ new/yast2-users-3.2.8/.travis.yml   2017-01-30 15:41:43.874183420 +0100
@@ -1,15 +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-perl-bindings yast2-core-dev yast2-perl-bindings yast2-security 
libcrack2-dev doxygen libdigest-sha1-perl" -g "rspec:3.3.0 yast-rake gettext"
+  - docker build -t yast-users-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- Y2BASE_Y2DIR=$(pwd)/testsuite 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-users-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.7/Dockerfile 
new/yast2-users-3.2.8/Dockerfile
--- old/yast2-users-3.2.7/Dockerfile1970-01-01 01:00:00.0 +0100
+++ new/yast2-users-3.2.8/Dockerfile2017-01-30 15:41:43.890183420 +0100
@@ -0,0 +1,9 @@
+FROM yastdevel/cpp
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  cracklib-devel \
+  perl-Digest-SHA1 \
+  yast2 \
+  yast2-perl-bindings \
+  yast2-security \
+  yast2-testsuite
+COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.7/package/yast2-users.changes 
new/yast2-users-3.2.8/package/yast2-users.changes
--- old/yast2-users-3.2.7/package/yast2-users.changes   2016-12-15 
15:26:37.267075015 +0100
+++ new/yast2-users-3.2.8/package/yast2-users.changes   2017-01-30 
15:41:43.938183420 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Jan 20 15:28:22 UTC 2017 - mvid...@suse.com
+
+- Password widget: a compact layout, do not steal focus (FATE#322328)
+- 3.2.8
+
+---
 Wed Dec 14 14:35:57 UTC 2016 - jreidin...@suse.com
 
 - Separate root password widget and keyboard layout test widget
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.2.7/package/yast2-users.spec 
new/yast2-users-3.2.8/package/yast2-users.spec
--- old/yast2-users-3.2.7/package/yast2-users.spec  2016-12-15 
15:26:37.267075015 +0100
+++ new/yast2-users-3.2.8/package/yast2-users.spec  2017-01-30 
15:41:43.938183420 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.2.7
+Version:3.2.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN 

commit xboxdrv for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package xboxdrv for openSUSE:Factory checked 
in at 2017-02-04 15:22:48

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


Package is "xboxdrv"

Changes:

--- /work/SRC/openSUSE:Factory/xboxdrv/xboxdrv.changes  2016-01-26 
10:15:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.xboxdrv.new/xboxdrv.changes 2017-02-04 
16:51:56.734241907 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 15:40:18 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ xboxdrv.spec ++
--- /var/tmp/diff_new_pack.YwCRP3/_old  2017-02-04 16:51:57.038198628 +0100
+++ /var/tmp/diff_new_pack.YwCRP3/_new  2017-02-04 16:51:57.042198058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xboxdrv
 #
-# 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
@@ -15,25 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xboxdrv
 Version:0.8.8
 Release:0
-License:GPL-3.0+
 Summary:Xbox/Xbo360 USB Gamepad Driver for Userspace
-Url:http://pingus.seul.org/~grumbel/xboxdrv/
+License:GPL-3.0+
 Group:  Hardware/Joystick
+Url:http://pingus.seul.org/~grumbel/xboxdrv/
 Source: 
http://pingus.seul.org/~grumbel/xboxdrv/%{name}-linux-%{version}.tar.bz2
 Source1:50-xpad.conf
 Source2:%{name}.conf
 Source3:%{name}.service
-BuildRequires:  scons
 BuildRequires:  automake
 BuildRequires:  dbus-1-glib-devel
-BuildRequires:  libusb-1_0-devel
-BuildRequires:  libudev-devel
-BuildRequires:  libX11-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libX11-devel
+BuildRequires:  libudev-devel
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  scons
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit xf86-video-amdgpu for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package xf86-video-amdgpu for 
openSUSE:Factory checked in at 2017-02-04 15:23:06

Comparing /work/SRC/openSUSE:Factory/xf86-video-amdgpu (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new (New)


Package is "xf86-video-amdgpu"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes  
2017-02-03 20:05:54.215637990 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new/xf86-video-amdgpu.changes 
2017-02-04 16:52:02.377438406 +0100
@@ -1,0 +2,8 @@
+Fri Feb  3 11:05:07 UTC 2017 - sndir...@suse.com
+
+- make the driver default for Tumbleweed (upcoming Leap 42.3,
+  sle13, ...), if "amdgpu" is the kernel driver of the device;
+  still use device list specified in amdgpu.ids for older
+  distributions like Leap 42.2, sle12, ...
+
+---



Other differences:
--
++ xf86-video-amdgpu.spec ++
--- /var/tmp/diff_new_pack.mEhZzM/_old  2017-02-04 16:52:02.689393989 +0100
+++ /var/tmp/diff_new_pack.mEhZzM/_new  2017-02-04 16:52:02.693393420 +0100
@@ -17,7 +17,7 @@
 
 
 #
-%if 0%{?suse_version} >= 1330 
+%if 0%{?suse_version} < 1330
 %define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
 %endif
 
@@ -73,10 +73,14 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
 %if 0%{?pci_ids_dir:1}
+rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
 %{__mkdir_p} %{buildroot}%{pci_ids_dir}
 cp %{S:3} %{buildroot}%{pci_ids_dir}/
+%else
+%{__mkdir_p} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
+mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \
+   %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
 %endif
 
 %files
@@ -86,7 +90,9 @@
 %{_libdir}/xorg/modules/drivers/amdgpu_drv.so
 %{_mandir}/man4/amdgpu.4%{?ext_man}
 %if 0%{?pci_ids_dir:1}
-%config %{pci_ids_dir}/amdgpu.ids
+%{pci_ids_dir}/amdgpu.ids
+%else
+%config %{_sysconfdir}/X11/xorg.conf.d/10-amdgpu.conf
 %endif
 
 %changelog






commit wesnoth for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package wesnoth for openSUSE:Factory checked 
in at 2017-02-04 15:22:12

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


Package is "wesnoth"

Changes:

--- /work/SRC/openSUSE:Factory/wesnoth/wesnoth.changes  2016-11-14 
20:11:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.wesnoth.new/wesnoth.changes 2017-02-04 
16:51:46.195742430 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 15:39:18 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ wesnoth.spec ++
--- /var/tmp/diff_new_pack.0BTGJY/_old  2017-02-04 16:51:50.667105773 +0100
+++ /var/tmp/diff_new_pack.0BTGJY/_new  2017-02-04 16:51:50.671105204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wesnoth
 #
-# 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
@@ -32,7 +32,15 @@
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  SDL_net-devel
 BuildRequires:  SDL_ttf-devel
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_locale-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_regex-devel
+%else
 BuildRequires:  boost-devel >= 1.48.0
+%endif
 BuildRequires:  cmake >= 2.6.0
 BuildRequires:  dejavu
 BuildRequires:  fdupes




commit translate-toolkit for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package translate-toolkit for 
openSUSE:Factory checked in at 2017-02-04 15:17:47

Comparing /work/SRC/openSUSE:Factory/translate-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.translate-toolkit.new (New)


Package is "translate-toolkit"

Changes:

--- /work/SRC/openSUSE:Factory/translate-toolkit/translate-toolkit.changes  
2017-01-25 22:40:47.640182081 +0100
+++ /work/SRC/openSUSE:Factory/.translate-toolkit.new/translate-toolkit.changes 
2017-02-04 16:51:16.691943408 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 16:02:59 UTC 2017 - elchev...@opensuse.org
+
+- Update do 2.0.0
+  * po2txt works correctly again when --threshold option is passed
+  (https://github.com/translate/translate/issues/3499) boo#999286
+
+---

Old:

  translate-toolkit-2.0.0rc2.tar.bz2

New:

  translate-toolkit-2.0.0.tar.bz2



Other differences:
--
++ translate-toolkit.spec ++
--- /var/tmp/diff_new_pack.vLhhPw/_old  2017-02-04 16:51:17.019896711 +0100
+++ /var/tmp/diff_new_pack.vLhhPw/_new  2017-02-04 16:51:17.019896711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package translate-toolkit
 #
-# 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,16 +16,14 @@
 #
 
 
-%define _tarball_version 2.0.0rc2
-
 Name:   translate-toolkit
-Version:1.99.9
+Version:2.0.0
 Release:0
 Summary:Tools and API to assist with translation and software 
localization
 License:GPL-2.0+
 Group:  Development/Tools/Other
 Url:http://toolkit.translatehouse.org/
-Source: 
https://github.com/translate/translate/releases/download/%{_tarball_version}/%{name}-%{_tarball_version}.tar.bz2
+Source: 
https://github.com/translate/translate/releases/download/%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext-runtime
 BuildRequires:  iso-codes
@@ -95,7 +93,7 @@
 toolkit or to use the libraries in other localization tools.
 
 %prep
-%setup -n %{name}-%{_tarball_version} -q
+%setup -n %{name}-%{version} -q
 sed -i 296"s|'share'|'translate/share'|" setup.py
 # fix for bnc#750652 - remove Apache-2.0 file - difflib is the fallback 
solution - added diff_match_patch as a required package
 rm translate/misc/diff_match_patch.py*
@@ -160,7 +158,7 @@
 %{_bindir}/*
 %{_mandir}/man1/*
 %{python_sitelib}/translate
-%{python_sitelib}/translate_toolkit-%{_tarball_version}-py%{py_ver}.egg-info
+%{python_sitelib}/translate_toolkit-%{version}-py%{py_ver}.egg-info
 
 %files devel-doc
 %defattr(-,root,root)

++ translate-toolkit-2.0.0rc2.tar.bz2 -> translate-toolkit-2.0.0.tar.bz2 
++
 7920 lines of diff (skipped)




commit smplayer for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package smplayer for openSUSE:Factory 
checked in at 2017-02-04 15:21:36

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


Package is "smplayer"

Changes:

--- /work/SRC/openSUSE:Factory/smplayer/smplayer.changes2017-01-24 
10:37:12.953910806 +0100
+++ /work/SRC/openSUSE:Factory/.smplayer.new/smplayer.changes   2017-02-04 
16:50:40.101153652 +0100
@@ -1,0 +2,14 @@
+Thu Feb  2 22:14:16 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.2.0:
+  * Add the option "Enable the option to delete files from disc" in
+Preferences -> Playlist.
+  * Add vtt to the list of extensions for subtitles.
+  * Use "simple_web_server" on GNU/Linux as well instead of webfs.
+  * Move some of the options in Preferences -> Playlist to the
+"Misc" tab.
+  * Fix YouTube.
+  * Add a Norwegian Bokmål translation.
+- Rebase smplayer-makeflags.patch.
+
+---

Old:

  smplayer-17.1.0.tar.bz2

New:

  smplayer-17.2.0.tar.bz2



Other differences:
--
++ smplayer.spec ++
--- /var/tmp/diff_new_pack.zl3hKL/_old  2017-02-04 16:50:40.677071644 +0100
+++ /var/tmp/diff_new_pack.zl3hKL/_new  2017-02-04 16:50:40.677071644 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   smplayer
-Version:17.1.0
+Version:17.2.0
 Release:0
 Summary:Complete frontend for MPV
 License:GPL-2.0+
@@ -118,6 +118,8 @@
   PREFIX=%{_prefix}
 rm -rf %{buildroot}%{_docdir}/%{name}/*
 
+mv %{buildroot}%{_bindir}/{,%{name}-}simple_web_server
+
 %suse_update_desktop_file %{name}
 %suse_update_desktop_file %{name}_enqueue
 
@@ -135,6 +137,7 @@
 %defattr(-,root,root)
 %doc Changelog *.txt
 %{_bindir}/%{name}
+%{_bindir}/%{name}-simple_web_server
 %{_datadir}/applications/%{name}*.desktop
 %dir %{_datadir}/icons/hicolor/*/
 %dir %{_datadir}/icons/hicolor/*/apps/

++ smplayer-17.1.0.tar.bz2 -> smplayer-17.2.0.tar.bz2 ++
 101492 lines of diff (skipped)

++ smplayer-makeflags.patch ++
--- /var/tmp/diff_new_pack.zl3hKL/_old  2017-02-04 16:50:43.860618325 +0100
+++ /var/tmp/diff_new_pack.zl3hKL/_new  2017-02-04 16:50:43.860618325 +0100
@@ -1,6 +1,6 @@
 --- a/Makefile
 +++ b/Makefile
-@@ -23,7 +23,7 @@ DEFS=DATA_PATH=\\\"$(DATA_PATH)\\\" \
+@@ -25,7 +25,7 @@ all: src/smplayer webserver/simple_web_s
  
  src/smplayer:
./get_svn_revision.sh
@@ -8,8 +8,8 @@
 +  +cd src && $(QMAKE) $(QMAKE_OPTS) && $(DEFS) make $(MAKEFLAGS)
cd src && $(LRELEASE) smplayer.pro
  
- clean:
-@@ -72,7 +72,6 @@ install: src/smplayer
+ webserver/simple_web_server:
+@@ -80,7 +80,6 @@ install: all
install -m 644 smplayer_enqueue.desktop $(DESTDIR)$(APPLNK_DIR)
-install -d $(DESTDIR)$(PREFIX)/share/man/man1/
install -m 644 man/smplayer.1 $(DESTDIR)$(PREFIX)/share/man/man1/




commit qpid-cpp for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package qpid-cpp for openSUSE:Factory 
checked in at 2017-02-04 15:22:01

Comparing /work/SRC/openSUSE:Factory/qpid-cpp (Old)
 and  /work/SRC/openSUSE:Factory/.qpid-cpp.new (New)


Package is "qpid-cpp"

Changes:

--- /work/SRC/openSUSE:Factory/qpid-cpp/qpid-cpp.changes2016-07-14 
09:48:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.qpid-cpp.new/qpid-cpp.changes   2017-02-04 
16:49:41.217538612 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 12:03:45 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ perl-qpid.spec ++
--- /var/tmp/diff_new_pack.0agyHv/_old  2017-02-04 16:49:41.753462294 +0100
+++ /var/tmp/diff_new_pack.0agyHv/_new  2017-02-04 16:49:41.753462294 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-qpid
 #
-# 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

++ qpid-cpp.spec ++
--- /var/tmp/diff_new_pack.0agyHv/_old  2017-02-04 16:49:41.781458307 +0100
+++ /var/tmp/diff_new_pack.0agyHv/_new  2017-02-04 16:49:41.785457738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qpid-cpp
 #
-# 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
@@ -33,7 +33,12 @@
 Patch5: %{name}-aarch64.patch
 Patch6: qpid-boost-test-message.patch
 Patch7: qpid-cpp-0.34-gcc6.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake
 BuildRequires:  cyrus-sasl
 BuildRequires:  cyrus-sasl-devel
@@ -99,7 +104,11 @@
 License:Apache-2.0
 Group:  Development/Libraries/C and C++
 Requires:   %{name}-client = %{version}-%{release}
+%if 0%{?suse_version} > 1325
+Requires:   libboost_headers-devel
+%else
 Requires:   boost-devel
+%endif
 Requires:   libuuid-devel
 Requires:   python
 




commit qbittorrent for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "qbittorrent"

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2017-01-04 
19:35:42.990524270 +0100
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2017-02-04 16:49:37.802024992 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:59:30 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.Ly0trz/_old  2017-02-04 16:49:38.297954369 +0100
+++ /var/tmp/diff_new_pack.Ly0trz/_new  2017-02-04 16:49:38.301953800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qbittorrent
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -34,7 +34,11 @@
 Patch1: qbittorrent-libtorrent-1.1.1.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  boost-devel >= 1.35
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_system-devel
+%else
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig






commit python-pyexiv2 for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package python-pyexiv2 for openSUSE:Factory 
checked in at 2017-02-04 15:21:23

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


Package is "python-pyexiv2"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyexiv2/python-pyexiv2.changes
2012-05-14 16:18:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyexiv2.new/python-pyexiv2.changes   
2017-02-04 16:47:47.041798499 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:55:01 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ python-pyexiv2.spec ++
--- /var/tmp/diff_new_pack.9slGva/_old  2017-02-04 16:47:47.325758058 +0100
+++ /var/tmp/diff_new_pack.9slGva/_new  2017-02-04 16:47:47.329757489 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyexiv2
 #
-# 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
@@ -27,7 +27,11 @@
 Group:  Development/Libraries/Python
 Url:http://tilloy.net/dev/pyexiv2/
 Source: 
http://launchpad.net/pyexiv2/0.3.x/%{version}/+download/pyexiv2-%{version}.tar.bz2
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_python-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libexiv2-devel
 BuildRequires:  libstdc++-devel
@@ -57,7 +61,6 @@
 %install
 CPPFLAGS="%{optflags}" scons install DESTDIR=%{buildroot}
 
-
 %clean
 %{?buildroot:rm -rf %{buildroot}}
 




commit poedit for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "poedit"

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2016-11-21 
14:25:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2017-02-04 
16:46:48.258170669 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 11:43:29 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.KqCoG6/_old  2017-02-04 16:46:48.718105161 +0100
+++ /var/tmp/diff_new_pack.KqCoG6/_new  2017-02-04 16:46:48.722104592 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# 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,7 +29,14 @@
 Source: 
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_iostreams-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel >= 1.54
+%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig




commit perl-Sys-Virt for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2017-02-04 15:21:48

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


Package is "perl-Sys-Virt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2017-02-03 18:54:49.739179747 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2017-02-04 15:45:10.480126884 +0100
@@ -1,0 +2,10 @@
+Thu Feb  2 23:58:50 UTC 2017 - jfeh...@suse.com
+
+- SLE12 SP2 FATEs merged via version updates of the Factory
+  perl-Sys-Virt package:
+  FATE#316228, FATE#316628, FATE#319531, FATE#319810, FATE#320490
+- SLE12 SP1 FATEs merged via version updates of the Factory
+  perl-Sys-Virt package:
+  FATE#314466, FATE#314497, FATE#315157, FATE#318383
+
+---



Other differences:
--



commit pdns-recursor for openSUSE:Factory

2017-02-04 Thread root
Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2017-02-04 15:20:41

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


Package is "pdns-recursor"

Changes:

--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes  
2017-01-09 10:49:34.656030630 +0100
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2017-02-04 15:44:19.163418929 +0100
@@ -1,0 +2,19 @@
+Thu Feb  2 10:37:01 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+- add signature file for upstream release
+
+---
+Fri Jan 13 12:25:19 UTC 2017 - adam.ma...@suse.de
+
+- update to version 4.0.4
+  The following security advisories were fixed
+  - 2016-02: Crafted queries can cause abnormal CPU usage
+  (CVE-2016-7068, boo#1018326)
+  - 2016-04: Insufficient validation of TSIG signatures
+  (CVE-2016-2120, boo#1018329)
+  complete changeset is availalbe at,
+  https://doc.powerdns.com/md/changelog/#powerdns-recursor-404
+- remove 4462.patch: in upstream release.
+
+---

Old:

  4462.patch
  pdns-recursor-4.0.3.tar.bz2

New:

  pdns-recursor-4.0.4.tar.bz2
  pdns-recursor-4.0.4.tar.bz2.sig



Other differences:
--
++ pdns-recursor.spec ++
--- /var/tmp/diff_new_pack.WtdHys/_old  2017-02-04 15:44:19.471375167 +0100
+++ /var/tmp/diff_new_pack.WtdHys/_new  2017-02-04 15:44:19.475374599 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pdns-recursor
 #
-# 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
@@ -37,9 +37,9 @@
 %endif
 
 Name:   pdns-recursor
-Version:4.0.3
+Version:4.0.4
 Release:0
-%define pkg_version 4.0.3
+%define pkg_version 4.0.4
 #
 #
 BuildRequires:  autoconf
@@ -48,11 +48,19 @@
 %if %{with pdns_botan}
 BuildRequires:  Botan-devel >= 1.10
 %endif
-%if (0%{?suse_version} == 1315) && 0%{?is_opensuse}
+
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_context-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%endif
+%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 BuildRequires:  boost_1_58_0-devel
-%else
+%endif
+%if ( 0%{?suse_version} <= 1315 && ! 0%{?is_opensuse} ) || 0%{?suse_version} 
== 1320
 BuildRequires:  boost-devel
 %endif
+
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
@@ -88,9 +96,9 @@
 #
 Url:http://www.powerdns.com/
 Source: 
http://downloads.powerdns.com/releases/%{name}-%{pkg_version}.tar.bz2
+Source10:   
http://downloads.powerdns.com/releases/%{name}-%{pkg_version}.tar.bz2.sig
 Source1:pdns-recursor.init
 Source2:recursor.conf
-Patch1: 
https://patch-diff.githubusercontent.com/raw/PowerDNS/pdns/pull/4462.patch
 #
 Summary:Modern, advanced and high performance recursing/non 
authoritative nameserver
 License:GPL-2.0+
@@ -107,7 +115,6 @@
 
 %prep
 %setup -n %{name}-%{pkg_version}
-%patch1 -p2
 autoreconf -fi
 
 %build

++ pdns-recursor-4.0.3.tar.bz2 -> pdns-recursor-4.0.4.tar.bz2 ++
 3572 lines of diff (skipped)




commit pdns for openSUSE:Factory

2017-02-04 Thread root
Hello community,

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

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


Package is "pdns"

Changes:

--- /work/SRC/openSUSE:Factory/pdns/pdns.changes2017-01-24 
10:34:27.413419108 +0100
+++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes   2017-02-04 
15:44:18.307540552 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 10:31:51 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ pdns.spec ++
--- /var/tmp/diff_new_pack.35lsOX/_old  2017-02-04 15:44:18.82749 +0100
+++ /var/tmp/diff_new_pack.35lsOX/_new  2017-02-04 15:44:18.82749 +0100
@@ -71,7 +71,11 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_program_options-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  curl-devel
 BuildRequires:  flex
 %if %{with pdns_geoip}