commit libssh for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2017-08-02 11:30:45

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


Package is "libssh"

Wed Aug  2 11:30:45 2017 rev:44 rq:513154 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/libssh/libssh.changes2017-04-18 
13:47:49.600309297 +0200
+++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes   2017-08-02 
11:30:52.151266418 +0200
@@ -1,0 +2,5 @@
+Mon Jul 31 08:31:20 UTC 2017 - astie...@suse.com
+
+- add package keyring and verify source signature
+
+---

New:

  libssh-0.7.5.tar.asc
  libssh.keyring



Other differences:
--
++ libssh.spec ++
--- /var/tmp/diff_new_pack.R4T80L/_old  2017-08-02 11:30:53.923015941 +0200
+++ /var/tmp/diff_new_pack.R4T80L/_new  2017-08-02 11:30:53.939013680 +0200
@@ -24,7 +24,9 @@
 Group:  Development/Libraries/C and C++
 Url:https://www.libssh.org
 # Dynamic number: https://red.libssh.org/projects/libssh/files
-Source0:%{name}-%{version}.tar.xz
+Source0:
https://red.libssh.org/attachments/download/218/%{name}-%{version}.tar.xz
+Source1:
https://red.libssh.org/attachments/download/217/%{name}-%{version}.tar.asc
+Source2:
https://cryptomilk.org/0xcc014e3d-...@cryptomilk.org-gpg_key.asc#/%{name}.keyring
 Source99:   baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  doxygen




commit kdepim-addons for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package kdepim-addons for openSUSE:Factory 
checked in at 2017-08-02 11:30:41

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


Package is "kdepim-addons"

Wed Aug  2 11:30:41 2017 rev:17 rq:513149 version:17.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kdepim-addons/kdepim-addons.changes  
2017-07-25 11:28:34.836458208 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim-addons.new/kdepim-addons.changes 
2017-08-02 11:30:43.108544812 +0200
@@ -1,0 +2,7 @@
+Sun Jul 30 09:11:58 UTC 2017 - wba...@tmo.at
+
+- Fix saving the AdBlock plugin's settings if
+   ~/.local/share/adblock/ does not exist (boo#1013566)
+  Add fix-saving-adblock-settings.patch
+
+---

New:

  fix-saving-adblock-settings.patch



Other differences:
--
++ kdepim-addons.spec ++
--- /var/tmp/diff_new_pack.4vaRAs/_old  2017-08-02 11:30:44.020415898 +0200
+++ /var/tmp/diff_new_pack.4vaRAs/_new  2017-08-02 11:30:44.024415332 +0200
@@ -29,6 +29,8 @@
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch:  fix-saving-adblock-settings.patch
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
 BuildRequires:  akonadi-calendar-devel
@@ -85,6 +87,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %cmake_kf5 -d build

++ fix-saving-adblock-settings.patch ++
>From 45191cfc8875ba4433ea6f35cbe85db89e703a67 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Sun, 30 Jul 2017 10:57:50 +0200
Subject: Create ~/.local/share/adblock/ if it doesn't exist

Otherwise saving manual filters will fail, which will also result in the
general settings (Enable Ad Block, Hide filtered elements, Update
interval) not getting written at all.

Differential Revision: https://phabricator.kde.org/D6980
---
 .../adblock/lib/widgets/adblocksettingwidget.cpp  | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/plugins/webengineurlinterceptor/adblock/lib/widgets/adblocksettingwidget.cpp 
b/plugins/webengineurlinterceptor/adblock/lib/widgets/adblocksettingwidget.cpp
index 3e9abf2..8e90aae 100644
--- 
a/plugins/webengineurlinterceptor/adblock/lib/widgets/adblocksettingwidget.cpp
+++ 
b/plugins/webengineurlinterceptor/adblock/lib/widgets/adblocksettingwidget.cpp
@@ -57,6 +57,7 @@ using namespace PimCommon::ConfigureImmutableWidgetUtils;
 #include 
 #include 
 #include 
+#include 
 #include 
 
 using namespace AdBlock;
@@ -289,6 +290,9 @@ void AdBlockSettingWidget::save()
 config.deleteGroup(group);
 }
 
+// make sure the directory exists, otherwise saving the filters will fail
+
QDir().mkpath(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation)
 + QStringLiteral("/adblock"));
+
 const int numberItem(mUi->automaticFiltersListWidget->count());
 for (int i = 0; i < numberItem; ++i) {
 QListWidgetItem *subItem = mUi->automaticFiltersListWidget->item(i);
-- 
cgit v0.11.2




commit python-pymod2pkg for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package python-pymod2pkg for 
openSUSE:Factory checked in at 2017-08-02 11:27:50

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


Package is "python-pymod2pkg"

Wed Aug  2 11:27:50 2017 rev:6 rq:513721 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pymod2pkg/python-pymod2pkg.changes
2017-07-29 09:02:20.916850881 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymod2pkg.new/python-pymod2pkg.changes   
2017-08-02 11:27:52.400678687 +0200
@@ -1,0 +2,6 @@
+Tue Aug  1 15:12:14 UTC 2017 - cloud-de...@suse.de
+
+- update to version 0.8.3
+  - Add mappings for monasca-transform and monasca-ceilometer
+
+---

Old:

  pymod2pkg-0.8.2.tar.gz

New:

  pymod2pkg-0.8.3.tar.gz



Other differences:
--
++ python-pymod2pkg.spec ++
--- /var/tmp/diff_new_pack.673CQQ/_old  2017-08-02 11:27:53.816478525 +0200
+++ /var/tmp/diff_new_pack.673CQQ/_new  2017-08-02 11:27:53.820477959 +0200
@@ -18,7 +18,7 @@
 
 %global sname pymod2pkg
 Name:   python-pymod2pkg
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:OpenStack Packaging - python module name to package name map
 License:Apache-2.0

++ pymod2pkg-0.8.2.tar.gz -> pymod2pkg-0.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.8.2/AUTHORS new/pymod2pkg-0.8.3/AUTHORS
--- old/pymod2pkg-0.8.2/AUTHORS 2017-07-27 11:41:29.0 +0200
+++ new/pymod2pkg-0.8.3/AUTHORS 2017-07-28 14:16:44.0 +0200
@@ -13,6 +13,7 @@
 Janonymous 
 Javier Pena 
 Jeremy Liu 
+Joseph Davis 
 Ondřej Nový 
 Stefan Nica 
 Thomas Bechtold 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.8.2/ChangeLog 
new/pymod2pkg-0.8.3/ChangeLog
--- old/pymod2pkg-0.8.2/ChangeLog   2017-07-27 11:41:29.0 +0200
+++ new/pymod2pkg-0.8.3/ChangeLog   2017-07-28 14:16:44.0 +0200
@@ -1,11 +1,16 @@
 CHANGES
 ===
 
+0.8.3
+-
+
+
 0.8.2
 -
 
 * Update home-page according to doc migration
 * Add RDO and SUSE mappings for karbor
+* Add mappings for monasca-transform and monasca-ceilometer
 
 0.8.1
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.8.2/PKG-INFO new/pymod2pkg-0.8.3/PKG-INFO
--- old/pymod2pkg-0.8.2/PKG-INFO2017-07-27 11:41:30.0 +0200
+++ new/pymod2pkg-0.8.3/PKG-INFO2017-07-28 14:16:44.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymod2pkg
-Version: 0.8.2
+Version: 0.8.3
 Summary: python module name to package name map
 Home-page: https://docs.openstack.org/pymod2pkg/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.8.2/pymod2pkg/__init__.py 
new/pymod2pkg-0.8.3/pymod2pkg/__init__.py
--- old/pymod2pkg-0.8.2/pymod2pkg/__init__.py   2017-07-27 11:40:03.0 
+0200
+++ new/pymod2pkg-0.8.3/pymod2pkg/__init__.py   2017-07-28 14:15:19.0 
+0200
@@ -137,11 +137,11 @@
   'ironic', 'ironic-discoverd', 'ironic-inspector',
   'ironic-python-agent', 'karbor', 'keystone', 'magnum', 'manila',
   'masakari', 'masakari-monitors', 'mistral', 'monasca-agent',
-  'monasca-api', 'monasca-log-api', 'monasca-notification',
-  'monasca-persister', 'murano', 'neutron', 'neutron-fwaas',
-  'neutron-lbaas', 'neutron-vpnaas', 'nova', 'octavia', 'rally',
-  'sahara', 'swift', 'Tempest', 'trove', 'tuskar',
-  'vitrage', 'zaqar'],
+  'monasca-api', 'monasca-ceilometer', 'monasca-log-api',
+  'monasca-notification', 'monasca-persister', 'monasca-transform',
+  'murano', 'neutron', 'neutron-fwaas', 'neutron-lbaas',
+  'neutron-vpnaas', 'nova', 'octavia', 'rally', 'sahara', 'swift',
+  'Tempest', 'trove', 'tuskar', 'vitrage', 'zaqar'],
 pkgfun=openstack_prefix_tr),
 # Horizon plugins (normalized to openstack--ui)
 RegexRule(pattern=r'\w+-(dashboard|ui)', pkgfun=rdo_horizon_plugins_tr),
@@ -163,10 +163,10 @@
 mods=['ceilometer', 'cinder', 'designate', 'glance',
   'heat', 'ironic', 'karbor', 'keystone', 'manila', 'masakari',
   'masakari-monitors', 'mistral',
-  'monasca-agent', 'monasca-api', 

commit python-relatorio for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package python-relatorio for 
openSUSE:Factory checked in at 2017-08-02 11:27:53

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


Package is "python-relatorio"

Wed Aug  2 11:27:53 2017 rev:3 rq:513733 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-relatorio/python-relatorio.changes
2017-04-20 20:48:56.724971168 +0200
+++ /work/SRC/openSUSE:Factory/.python-relatorio.new/python-relatorio.changes   
2017-08-02 11:27:54.172428201 +0200
@@ -1,0 +2,8 @@
+Sun Jul 30 18:53:12 UTC 2017 - axel.br...@gmx.de
+
+- Version 0.7.0 
+  * Replace hard-coded extensions by mimetypes guess
+  * Add more guess types: 'boolean', 'date', 'time' and 'void'
+  * Add support for Flat OpenDocument
+
+---

Old:

  relatorio-0.6.4.tar.gz

New:

  relatorio-0.7.0.tar.gz



Other differences:
--
++ python-relatorio.spec ++
--- /var/tmp/diff_new_pack.eHgWlA/_old  2017-08-02 11:27:54.840333775 +0200
+++ /var/tmp/diff_new_pack.eHgWlA/_new  2017-08-02 11:27:54.844333209 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-relatorio
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,21 +16,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 
 %define mod_name relatorio
 Name:   python-relatorio
-Version:0.6.4
+Version:0.7.0
 Release:0
 Summary:Python module to create reports from Python objects
 License:GPL-3.0+
 Group:  Productivity/Office/Management
 Url:https://pypi.python.org/pypi/relatorio
 Source: 
https://pypi.io/packages/source/r/%{mod_name}/%{mod_name}-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module Genshi}
 BuildRequires:  %{python_module lxml}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML
 Requires:   python-pycha
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,3 +57,4 @@
 %doc README AUTHORS LICENSE
 %{python_sitelib}/*
 
+%changelog

++ relatorio-0.6.4.tar.gz -> relatorio-0.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.6.4/CHANGES new/relatorio-0.7.0/CHANGES
--- old/relatorio-0.6.4/CHANGES 2016-12-18 14:32:18.0 +0100
+++ new/relatorio-0.7.0/CHANGES 2017-07-29 18:57:56.0 +0200
@@ -1,3 +1,8 @@
+0.7.0 - 20170729
+* Replace hard-coded extensions by mimetypes guess
+* Add more guess types: 'boolean', 'date', 'time' and 'void'
+* Add support for Flat OpenDocument
+
 0.6.4 - 20161218
 * Use StringIO instead of BytesIO for TextSerializer result
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.6.4/PKG-INFO new/relatorio-0.7.0/PKG-INFO
--- old/relatorio-0.6.4/PKG-INFO2016-12-18 14:33:43.0 +0100
+++ new/relatorio-0.7.0/PKG-INFO2017-07-29 19:00:04.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: relatorio
-Version: 0.6.4
+Version: 0.7.0
 Summary: A templating library able to output odt and pdf files
 Home-page: http://relatorio.tryton.org/
 Author: Cedric Krier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.6.4/doc/conf.py 
new/relatorio-0.7.0/doc/conf.py
--- old/relatorio-0.6.4/doc/conf.py 2015-06-24 12:26:14.0 +0200
+++ new/relatorio-0.7.0/doc/conf.py 2017-07-13 17:27:10.0 +0200
@@ -48,9 +48,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.6'
+version = '0.7'
 # The full version, including alpha/beta/rc tags.
-release = '0.6.2'
+release = '0.7.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/relatorio-0.6.4/doc/indepthexample.rst 
new/relatorio-0.7.0/doc/indepthexample.rst
--- old/relatorio-0.6.4/doc/indepthexample.rst  2015-06-24 13:25:53.0 
+0200
+++ new/relatorio-0.7.0/doc/indepthexample.rst  2017-07-13 17:27:10.0 
+0200
@@ -25,7 +25,7 @@
 
 
 from relatorio.templates.opendocument import Template
-basic = Template(source=None, filepath='basic.odt')
+basic = Template(source='', 

commit 000product for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2017-08-02 11:28:17

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


Package is "000product"

Wed Aug  2 11:28:17 2017 rev:39 rq: version:unknown
Wed Aug  2 11:28:17 2017 rev:40 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-Lang-cd-cd-x86_64.kiwi: same change
_service:product_converter:openSUSE-Addon-Lang-release.spec: same change
_service:product_converter:openSUSE-Addon-NonOss-cd-addon-nonoss-i586_x86_64.kiwi:
 same change
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ _service:product_converter:openSUSE-Kubic-dvd5-DVD-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.DGQBhc/_old  2017-08-02 11:28:26.543851617 +0200
+++ /var/tmp/diff_new_pack.DGQBhc/_new  2017-08-02 11:28:26.543851617 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -34,9 +34,9 @@
   true
   -x -2
   openSUSE
-  20170801
+  20170802
   11
-  cpe:/o:opensuse:opensuse-kubic:20170801,openSUSE 
Kubic
+  cpe:/o:opensuse:opensuse-kubic:20170802,openSUSE 
Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.DGQBhc/_old  2017-08-02 11:28:26.571847659 +0200
+++ /var/tmp/diff_new_pack.DGQBhc/_new  2017-08-02 11:28:26.579846528 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE Kubic 
 License:GPL-2.0+
 Group:  System/Fhs
-Version:20170801
+Version:    20170802
 Release:0
 BuildRequires:  skelcd-openSUSE
 Recommends: branding
@@ -31,9 +31,9 @@
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Kubic
-Provides:   product(openSUSE-Kubic) = 20170801-0
+Provides:   product(openSUSE-Kubic) = 20170802-0
 Provides:   product-label() = openSUSE%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dkubic%3A20170801
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dkubic%3A20170802
 Provides:   product-url(releasenotes) = 
https%3A%2F%2Fwww.suse.com%2Freleasenotes%2F%{_target_cpu}%2FSUSE%2DCAASP%2F1.0%2Frelease%2Dnotes%2Dcaasp.rpm
 Provides:   product-endoflife()
 
@@ -90,7 +90,7 @@
 PRETTY_NAME="openSUSE Kubic"
 ID="opensuse-kubic"
 ANSI_COLOR="0;32"
-CPE_NAME="cpe:/o:opensuse:opensuse-kubic:20170801"
+CPE_NAME="cpe:/o:opensuse:opensuse-kubic:20170802"
 EOF
 
 
@@ -100,11 +100,11 @@
 
   openSUSE
   openSUSE-Kubic
-  20170801
+  20170802
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-kubic:20170801
+  cpe:/o:opensuse:opensuse-kubic:20170802
   openSUSE-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.DGQBhc/_old  2017-08-02 11:28:26.599843701 +0200
+++ /var/tmp/diff_new_pack.DGQBhc/_new  2017-08-02 11:28:26.599843701 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -31,9 +31,9 @@
   true
   -x -2
   openSUSE
-  20170801
+  20170802
   11
-  cpe:/o:opensuse:opensuse:20170801,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20170802,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
++ _service:product_converter:openSUSE-dvd5-dvd-promo-i586.kiwi ++
--- /var/tmp/diff_new_pack.DGQBhc/_old  2017-08-02 11:28:26.675832958 +0200
+++ /var/tmp/diff_new_pack.DGQBhc/_new  2017-08-02 11:28:26.675832958 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20170801
+  20170802
   11
-  cpe:/o:opensuse:opensuse:20170801,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20170802,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-dvd5-dvd-promo-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.DGQBhc/_old  2017-08-02 11:28:26.723826173 +0200
+++ /var/

commit adapta-gtk-theme for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package adapta-gtk-theme for 
openSUSE:Factory checked in at 2017-08-02 11:27:59

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


Package is "adapta-gtk-theme"

Wed Aug  2 11:27:59 2017 rev:3 rq:513741 version:3.91.1.29

Changes:

--- /work/SRC/openSUSE:Factory/adapta-gtk-theme/adapta-gtk-theme.changes
2017-07-26 13:04:58.052869027 +0200
+++ /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new/adapta-gtk-theme.changes   
2017-08-02 11:28:02.715220441 +0200
@@ -1,0 +2,8 @@
+Tue Aug  1 19:51:39 UTC 2017 - matthias.elias...@gmail.com
+
+- Version bump to 3.91.1.29
+  * Added some missing styling in Gnome-Builder's 'Preferences' stack (Gtk+ 
3.22/4.0)
+  * Unset GtkButton inner-border from Xfce4-panel's buttons (Gtk+ 2.0)
+  * Reduced GtkButton's inner-border values in GtkToolBar's flat-buttons (Gtk+ 
2.0)
+
+---

Old:

  adapta-gtk-theme-3.91.1.1.tar.gz

New:

  adapta-gtk-theme-3.91.1.29.tar.gz



Other differences:
--
++ adapta-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.VP4uiR/_old  2017-08-02 11:28:03.227148066 +0200
+++ /var/tmp/diff_new_pack.VP4uiR/_new  2017-08-02 11:28:03.231147501 +0200
@@ -21,7 +21,7 @@
 %define gtk3_min_version3.18
 %define gtk2_min_version2.24
 Name:   adapta-gtk-theme
-Version:3.91.1.1
+Version:3.91.1.29
 Release:0
 Summary:An adaptive Gtk+ theme based on Material Design Guidelines
 License:GPL-2.0 AND CC-BY-SA-4.0

++ adapta-gtk-theme-3.91.1.1.tar.gz -> adapta-gtk-theme-3.91.1.29.tar.gz 
++
 3201 lines of diff (skipped)




commit perl-Minion for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2017-08-02 11:28:02

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


Package is "perl-Minion"

Wed Aug  2 11:28:02 2017 rev:28 rq:513793 version:7.04

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2017-07-11 
08:27:12.587900575 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2017-08-02 11:28:04.986899277 +0200
@@ -1,0 +2,14 @@
+Wed Aug  2 05:55:12 UTC 2017 - co...@suse.com
+
+- updated to 7.04
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  7.04  2017-08-01
+- Added foreground method to Minion.
+- Added id option to dequeue methods in Minion::Worker and
+  Minion::Backend::Pg.
+- Added attempts option to retry and retry_job methods in Minion::Job and
+  Minion::Backend::Pg.
+- Added -f option to job command.
+
+---

Old:

  Minion-7.03.tar.gz

New:

  Minion-7.04.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.MJV4s8/_old  2017-08-02 11:28:05.674802023 +0200
+++ /var/tmp/diff_new_pack.MJV4s8/_new  2017-08-02 11:28:05.682800892 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:7.03
+Version:7.04
 Release:0
 %define cpan_name Minion
 Summary:Job queue

++ Minion-7.03.tar.gz -> Minion-7.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-7.03/Changes new/Minion-7.04/Changes
--- old/Minion-7.03/Changes 2017-07-06 23:55:07.0 +0200
+++ new/Minion-7.04/Changes 2017-08-01 11:50:57.0 +0200
@@ -1,4 +1,12 @@
 
+7.04  2017-08-01
+  - Added foreground method to Minion.
+  - Added id option to dequeue methods in Minion::Worker and
+Minion::Backend::Pg.
+  - Added attempts option to retry and retry_job methods in Minion::Job and
+Minion::Backend::Pg.
+  - Added -f option to job command.
+
 7.03  2017-07-06
   - Updated Mojo::Pg requirement to 4.0.
   - Improved Minion::Backend::Pg to support sharing the database connection
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-7.03/MANIFEST.SKIP 
new/Minion-7.04/MANIFEST.SKIP
--- old/Minion-7.03/MANIFEST.SKIP   2017-06-24 15:01:28.0 +0200
+++ new/Minion-7.04/MANIFEST.SKIP   2017-07-28 12:05:57.0 +0200
@@ -5,3 +5,4 @@
 ^MYMETA\.
 ^blib
 ^pm_to_blib
+\B\.DS_Store
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-7.03/META.json new/Minion-7.04/META.json
--- old/Minion-7.03/META.json   2017-07-06 23:56:48.0 +0200
+++ new/Minion-7.04/META.json   2017-08-01 15:19:43.0 +0200
@@ -54,6 +54,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.03",
+   "version" : "7.04",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-7.03/META.yml new/Minion-7.04/META.yml
--- old/Minion-7.03/META.yml2017-07-06 23:56:48.0 +0200
+++ new/Minion-7.04/META.yml2017-08-01 15:19:43.0 +0200
@@ -27,5 +27,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/minion.git
-version: '7.03'
+version: '7.04'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-7.03/lib/Minion/Backend/Pg.pm 
new/Minion-7.04/lib/Minion/Backend/Pg.pm
--- old/Minion-7.03/lib/Minion/Backend/Pg.pm2017-07-06 23:53:19.0 
+0200
+++ new/Minion-7.04/lib/Minion/Backend/Pg.pm2017-08-01 11:44:20.0 
+0200
@@ -180,12 +180,13 @@
 
   return !!$self->pg->db->query(
 "update minion_jobs
- set delayed = (now() + (interval '1 second' * ?)),
+ set attempts = coalesce(?, attempts),
+   delayed = (now() + (interval '1 second' * ?)),
priority = coalesce(?, priority), queue = coalesce(?, queue),
retried = now(), retries = retries + 1, state = 'inactive'
  where id = ? and retries = ?
- returning 1", $options->{delay} // 0, @$options{qw(priority queue)}, $id,
-$retries
+ returning 1", $options->{attempts}, $options->{delay} // 0,
+@$options{qw(priority queue)}, $id, $retries
   )->rows;
 }
 
@@ -242,16 +243,17 @@
  set started = now(), state = 'active', worker = ?
  where id = (
select id from minion_jobs as 

commit virtualbox for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2017-08-02 11:27:15

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


Package is "virtualbox"

Wed Aug  2 11:27:15 2017 rev:138 rq:513097 version:5.1.26

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2017-07-23 
12:14:04.766460477 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2017-08-02 11:27:20.769150700 +0200
@@ -1,0 +2,17 @@
+Sat Jul 29 20:55:24 UTC 2017 - larry.fin...@lwfinger.net
+
+- Version bump to 5.1.26 (released 2017-07-27 by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+VMM: reset the TSC on VM reset to work around a Windows bug (bug #16643)
+Audio: fixed memory leak when enabled with VRDP connections (5.1.24 
regression; bug #16928)
+Audio: fixed creation of too many sound sinks on Linux hosts when using 
the PulseAudio backend (bug #16938)
+Audio: implemented record gain registers for AC'97 emulation; those are 
needed for newer Ubuntu guests which rely on those when controlling gain and 
muting the recording (capturing) levels
+Storage: fixed hang when using the emulated NVMe controller with the SPDK 
(bug #16945)
+Mouse: double click was not working with a precision touchpad (bug #14632)
+Linux hosts: properly bring up host-only network interfaces with iproute 
(5.1.24 regression; bug #16911)
+Linux hosts: provide Python 3 libraries for deb/rpm packages
+Windows guests: fixed automatic logons for Vista and newer Windows guests 
(5.1.24 regression; bug #16921) 
+
+---

Old:

  VirtualBox-5.1.24-patched.tar.bz2

New:

  VirtualBox-5.1.26-patched.tar.bz2



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.QPbWMD/_old  2017-08-02 11:27:24.140674038 +0200
+++ /var/tmp/diff_new_pack.QPbWMD/_new  2017-08-02 11:27:24.144673472 +0200
@@ -22,7 +22,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_sysconfdir}/udev/rules.d
 Name:   virtualbox
-Version:5.1.24
+Version:5.1.26
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+

++ UserManual.pdf ++
(binary differes)

++ VirtualBox-5.1.24-patched.tar.bz2 -> VirtualBox-5.1.26-patched.tar.bz2 
++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-5.1.24-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-5.1.26-patched.tar.bz2 
differ: char 11, line 1





commit aaa_base for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2017-08-02 11:26:59

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


Package is "aaa_base"

Wed Aug  2 11:26:59 2017 rev:436 rq:513581 version:13.2+git20170731.c10ca77

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2017-06-23 
09:14:34.414576823 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2017-08-02 
11:27:03.699563982 +0200
@@ -1,0 +2,9 @@
+Mon Jul 31 14:04:10 UTC 2017 - lnus...@suse.de
+
+- Update to version 13.2+git20170731.c10ca77:
+  * Fix csh.cshrc as tcsh does not handle stderr
+  * Do not set alias cwdcmd for experts (boo#1045889)
+  * unset unused variables on profile files (bsc#1049577)
+  * Deprecate DEFAULT_WM in sysconfig.windowmanager
+
+---

Old:

  aaa_base-13.2+git20170619.afcd428.tar.xz

New:

  aaa_base-13.2+git20170731.c10ca77.tar.xz



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.ubO4ic/_old  2017-08-02 11:27:05.383325932 +0200
+++ /var/tmp/diff_new_pack.ubO4ic/_new  2017-08-02 11:27:05.387325367 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   aaa_base
-Version:13.2+git20170619.afcd428
+Version:13.2+git20170731.c10ca77
 Release:0
 Url:https://github.com/openSUSE/aaa_base
 Provides:   aaa_skel = %{version}-%{release}

++ _servicedata ++
--- /var/tmp/diff_new_pack.ubO4ic/_old  2017-08-02 11:27:05.435318581 +0200
+++ /var/tmp/diff_new_pack.ubO4ic/_new  2017-08-02 11:27:05.439318017 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/openSUSE/aaa_base.git
-  47e703a0981f0a9686ac978a9990dc11eef70873
\ No newline at end of file
+  c10ca77e8ecd9de00b061d3f328c28d234d02fc1
\ No newline at end of file

++ aaa_base-13.2+git20170619.afcd428.tar.xz -> 
aaa_base-13.2+git20170731.c10ca77.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20170619.afcd428/files/etc/bash.bashrc 
new/aaa_base-13.2+git20170731.c10ca77/files/etc/bash.bashrc
--- old/aaa_base-13.2+git20170619.afcd428/files/etc/bash.bashrc 2017-06-19 
12:54:21.0 +0200
+++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/bash.bashrc 2017-07-31 
16:04:09.0 +0200
@@ -362,6 +362,7 @@
 ash)  test -s /etc/ash.ashrc.local   && . /etc/ash.ashrc.local
 esac
 test -s /etc/sh.shrc.local && . /etc/sh.shrc.local
+unset is
 
 if test "$restricted" = true -a -z "$PROFILEREAD" ; then
 PATH=/usr/lib/restricted/bin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.cshrc 
new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.cshrc
--- old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.cshrc   2017-06-19 
12:54:21.0 +0200
+++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.cshrc   2017-07-31 
16:04:09.0 +0200
@@ -112,7 +112,7 @@
 #
 set prompt="%B%m%b %C2%# "
 if ( -o /dev/$tty && -c /dev/$tty ) then
-  alias cwdcmd '(echo "Directory: $cwd" > /dev/$tty)'
+  if ( ! -r $HOME/.csh.expert ) alias cwdcmd '(echo "Directory: $cwd" > 
/dev/$tty)'
   if ( -x /usr/bin/biff ) /usr/bin/biff y
   # If we're running under X11
   if ( ${?DISPLAY} ) then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.login 
new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.login
--- old/aaa_base-13.2+git20170619.afcd428/files/etc/csh.login   2017-06-19 
12:54:21.0 +0200
+++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.login   2017-07-31 
16:04:09.0 +0200
@@ -60,6 +60,7 @@
 if (! ${?UID}  ) set -r  UID=${uid}
 if (! ${?EUID} ) set -r EUID="`${id} -u`"
 if (! ${?USER} ) setUSER="`${id} -un`"
+unset id
 if (! ${?HOME} ) setHOME=""
 if (! ${?MAIL} ) setenv MAIL /var/spool/mail/$USER
 if ( -x /bin/uname ) then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.2+git20170619.afcd428/files/etc/profile 
new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile
--- old/aaa_base-13.2+git20170619.afcd428/files/etc/profile 2017-06-19 
12:54:21.0 +0200
+++ new/aaa_base-13.2+git20170731.c10ca77/files/etc/profile 2017-07-31 
16:04:09.0 +0200
@@ -383,6 +383,7 @@
date
 fi
 esac
+unset is
 
 #
 # End of /etc/profile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit yast2 for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2017-08-02 11:26:51

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


Package is "yast2"

Wed Aug  2 11:26:51 2017 rev:409 rq:513150 version:3.3.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2017-07-22 
02:32:04.474650749 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2017-08-02 
11:26:53.544999628 +0200
@@ -1,0 +2,15 @@
+Mon Jul 31 08:23:57 UTC 2017 - jreidin...@suse.com
+
+- WorkflowManager: allow to extend workflow from rpm package
+  (needed for FATE#323450)
+- WorkflowManager: drop never used support to extend workflow from
+  pattern
+- 3.3.6
+
+---
+Thu Jul 27 12:28:09 UTC 2017 - jreidin...@suse.com
+
+- drop reading /content file (FATE#322386)
+- 3.3.5
+
+---

Old:

  yast2-3.3.4.tar.bz2

New:

  yast2-3.3.6.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.73ckxv/_old  2017-08-02 11:26:54.072924990 +0200
+++ /var/tmp/diff_new_pack.73ckxv/_new  2017-08-02 11:26:54.072924990 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.3.4
+Version:3.3.6
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-3.3.4.tar.bz2 -> yast2-3.3.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.3.4/library/control/src/modules/WorkflowManager.rb 
new/yast2-3.3.6/library/control/src/modules/WorkflowManager.rb
--- old/yast2-3.3.4/library/control/src/modules/WorkflowManager.rb  
2017-07-21 16:47:07.656722812 +0200
+++ new/yast2-3.3.6/library/control/src/modules/WorkflowManager.rb  
2017-07-31 11:06:26.160824981 +0200
@@ -398,28 +398,40 @@
 # Download and extract the control file (installation.xml) from the add-on
 # repository.
 #
-# @param src_id [Fixnum] repository ID
+# @param source [String, Fixnum] source where to get control file. It can 
be fixnum for
+#   addon type or package name for package type
 # @return [String, nil] path to downloaded installation.xml file or nil
 #   or nil when no workflow is defined or the workflow package is missing
-def addon_control_file(src_id)
-  product = find_product(src_id)
-  return nil unless product && product["product_package"]
-
-  # the dependencies are bound to the product's -release package
-  release_package = Pkg.ResolvableDependencies(product["product_package"], 
:package, "").first
-
-  # find the package name with installer update in its Provide dependencies
-  control_file_package = find_control_package(release_package)
-  return nil unless control_file_package
+def control_file(source)
+  package = case source
+  when ::Integer
+product = find_product(source)
+return nil unless product && product["product_package"]
+
+product_package = product["product_package"]
+
+# the dependencies are bound to the product's -release package
+release_package = Pkg.ResolvableDependencies(product_package, 
:package, "").first
+
+# find the package name with installer update in its Provide 
dependencies
+control_file_package = find_control_package(release_package)
+return nil unless control_file_package
+
+control_file_package
+  when ::String
+source
+  else
+raise ArgumentError, "Invalid argument source #{source.inspect}"
+  end
 
   # get the repository ID of the package
-  src = package_repository(control_file_package)
+  src = package_repository(package)
   return nil unless src
 
-  # ensure the previous content is removed, the src_id should avoid
+  # ensure the previous content is removed, the src should avoid
   # collisions but rather be safe...
-  dir = addon_control_dir(src_id, cleanup: true)
-  fetch_package(src, control_file_package, dir)
+  dir = addon_control_dir(src, cleanup: true)
+  fetch_package(src, package, dir)
 
   path = File.join(dir, "installation.xml")
   return nil unless File.exist?(path)
@@ -452,21 +464,28 @@
 # Returns requested control filename. Parameter 'name' is ignored
 # for Add-Ons.
 #
-# @param [Symbol] type `addon or `pattern
+# @param [Symbol] type :addon or :package
 # @param [Fixnum] src_id with Source ID
-# @param [String] name with unique identification
-# @return [String] path to already cached workflow file, control file is 
downloaded if not 

commit vlc for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2017-08-02 11:27:27

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


Package is "vlc"

Wed Aug  2 11:27:27 2017 rev:70 rq:513117 version:2.2.6

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2017-07-04 09:08:11.369211522 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2017-08-02 
11:27:29.163963852 +0200
@@ -1,0 +2,5 @@
+Mon Jul 24 06:37:10 UTC 2017 - o...@aepfle.de
+
+- Adjust to API change in a52dec with vlc.a52.patch
+
+---

New:

  vlc.a52.patch



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.pNpwEs/_old  2017-08-02 11:27:30.343797049 +0200
+++ /var/tmp/diff_new_pack.pNpwEs/_new  2017-08-02 11:27:30.351795918 +0200
@@ -57,6 +57,7 @@
 Patch5: vlc-support-qt5.5.patch
 # PATCH-FIX-UPSTREAM vlc-gcc6-buildfixes.patch dims...@opensuse.org -- A 
collection of upstream commits to fix build with gcc6
 Patch6: vlc-gcc6-buildfixes.patch
+Patch7: vlc.a52.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel >= 1.2.10
 BuildRequires:  aalib-devel
@@ -358,6 +359,7 @@
 if [ $(gcc -dumpversion) -ge 6 ]; then
 %patch6 -p1
 fi
+%patch7 -p1
 
 ### Fix up sources for LUA 5.3
 if pkg-config --atleast-version 5.3 lua; then

++ vlc.a52.patch ++
--- a/modules/audio_filter/converter/a52tofloat32.c
+++ b/modules/audio_filter/converter/a52tofloat32.c
@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this, f
 p_sys->i_flags |= A52_ADJUST_LEVEL;
 
 /* Initialize liba52 */
-p_sys->p_liba52 = a52_init( 0 );
+p_sys->p_liba52 = a52_init();
 if( p_sys->p_liba52 == NULL )
 {
 msg_Err( p_this, "unable to initialize liba52" );



commit python-lxml for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2017-08-02 11:27:23

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


Package is "python-lxml"

Wed Aug  2 11:27:23 2017 rev:60 rq:513115 version:3.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2017-04-19 
18:10:13.462945933 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2017-08-02 11:27:26.492341562 +0200
@@ -1,0 +2,38 @@
+Fri Jul 28 17:24:27 UTC 2017 - ec...@opensuse.org
+
+- update to 3.8.0
+  Features added
+  - ElementTree.write() has a new option doctype that writes out 
+a doctype string before the serialisation, in the same way as 
+tostring().
+  - GH#220: xmlfile allows switching output methods at an element 
+level. Patch by Burak Arslan.
+  - LP#1595781, GH#240: added a PyCapsule Python API and C-level 
+API for passing externally generated libxml2 documents into 
+lxml.
+  - GH#244: error log entries have a new property path with an 
+XPath expression (if known, None otherwise) that points to the 
+tree element responsible for the error. Patch by Bob Kline.
+  - The namespace prefix mapping that can be used in ElementPath 
+now injects a default namespace when passing a None prefix.
+  Bugs fixed
+  - GH#238: Character escapes were not hex-encoded in the xmlfile 
+serialiser. Patch by matejcik.
+  - GH#229: fix for externally created XML documents. 
+Patch by Theodore Dubois.
+  - LP#1665241, GH#228: Form data handling in lxml.html no longer
+strips the option values specified in form attributes but only 
+the text values. Patch by Ashish Kulkarni.
+  - LP#1551797: revert previous fix for XSLT error logging as it 
+breaks multi-threaded XSLT processing.
+  - LP#1673355, GH#233: fromstring() html5parser failed to parse 
+byte strings.
+  Other changes
+  - The previously undocumented docstring option in 
+ElementTree.write() produces a deprecation warning and will 
+eventually be removed.
+- enable source url for pdf doc
+- remove patch lxml-fix-attribute-quoting.patch because it is now 
+  in upstream
+
+---

Old:

  lxml-3.7.3.tar.gz
  lxml-fix-attribute-quoting.patch
  lxmldoc-3.7.3.pdf

New:

  lxml-3.8.0.tar.gz
  lxmldoc-3.8.0.pdf



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.N5t4gp/_old  2017-08-02 11:27:27.252234130 +0200
+++ /var/tmp/diff_new_pack.N5t4gp/_new  2017-08-02 11:27:27.256233564 +0200
@@ -18,17 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-lxml
-Version:3.7.3
+Version:3.8.0
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+
 Group:  Development/Languages/Python
 Url:https://lxml.de/
 Source: 
https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz
-#Source1:https://lxml.de/lxmldoc-%{version}.pdf
-Source1:lxmldoc-%{version}.pdf
-# PATCH-FIX-UPSTREAM fix attribute quoting inactive code 
https://github.com/lxml/lxml/pull/238
-Patch0: lxml-fix-attribute-quoting.patch
+Source1:http://lxml.de/lxmldoc-%{version}.pdf
 BuildRequires:  %{python_module Cython >= 0.22.1}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools >= 18.0.1}
@@ -77,7 +74,6 @@
 %prep
 %setup -q -n lxml-%{version}
 cp %{SOURCE1} .
-%patch0 -p1
 
 # remove generated files
 rm src/lxml/lxml.etree.c

++ lxml-3.7.3.tar.gz -> lxml-3.8.0.tar.gz ++
 160163 lines of diff (skipped)

++ lxmldoc-3.7.3.pdf -> lxmldoc-3.8.0.pdf ++
(binary differes)




commit yast2-packager for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2017-08-02 11:26:40

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


Package is "yast2-packager"

Wed Aug  2 11:26:40 2017 rev:338 rq:512861 version:3.3.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2017-07-22 02:31:59.147403795 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2017-08-02 11:26:43.330443760 +0200
@@ -1,0 +2,16 @@
+Thu Jul 27 11:12:01 CEST 2017 - sch...@suse.de
+
+- AutoYaST: Configuring EULA acceptance of add-on products has
+  not worked if the add-on product is on the medium of the base
+  product too. (bnc#1032523).
+  Now the add-on product has to be defined in the AutoYaST
+  configuration file explicit.
+- 3.3.2
+
+---
+Wed Jul 26 14:18:31 UTC 2017 - jreidin...@suse.com
+
+- drop reading "/content" file (FATE#322386)
+- 3.3.1
+
+---

Old:

  yast2-packager-3.3.0.tar.bz2

New:

  yast2-packager-3.3.2.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.4ezJ5D/_old  2017-08-02 11:26:45.174183092 +0200
+++ /var/tmp/diff_new_pack.4ezJ5D/_new  2017-08-02 11:26:45.178182527 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.3.0
+Version:3.3.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.3.0.tar.bz2 -> yast2-packager-3.3.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.3.0/package/yast2-packager.changes 
new/yast2-packager-3.3.2/package/yast2-packager.changes
--- old/yast2-packager-3.3.0/package/yast2-packager.changes 2017-07-20 
13:40:44.767976013 +0200
+++ new/yast2-packager-3.3.2/package/yast2-packager.changes 2017-07-28 
09:44:36.217816176 +0200
@@ -1,4 +1,20 @@
 ---
+Thu Jul 27 11:12:01 CEST 2017 - sch...@suse.de
+
+- AutoYaST: Configuring EULA acceptance of add-on products has
+  not worked if the add-on product is on the medium of the base
+  product too. (bnc#1032523).
+  Now the add-on product has to be defined in the AutoYaST
+  configuration file explicit.
+- 3.3.2
+
+---
+Wed Jul 26 14:18:31 UTC 2017 - jreidin...@suse.com
+
+- drop reading "/content" file (FATE#322386)
+- 3.3.1
+
+---
 Thu Jul 20 06:44:42 UTC 2017 - lsle...@suse.cz
 
 - Less strict low memory detection, there might be some rounding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.3.0/package/yast2-packager.spec 
new/yast2-packager-3.3.2/package/yast2-packager.spec
--- old/yast2-packager-3.3.0/package/yast2-packager.spec2017-07-20 
13:40:44.767976013 +0200
+++ new/yast2-packager-3.3.2/package/yast2-packager.spec2017-07-28 
09:44:36.217816176 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.3.0
+Version:3.3.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.3.0/src/clients/inst_mediacopy.rb 
new/yast2-packager-3.3.2/src/clients/inst_mediacopy.rb
--- old/yast2-packager-3.3.0/src/clients/inst_mediacopy.rb  2017-07-20 
13:40:44.807976013 +0200
+++ new/yast2-packager-3.3.2/src/clients/inst_mediacopy.rb  1970-01-01 
01:00:00.0 +0100
@@ -1,147 +0,0 @@
-# encoding: utf-8
-
-# Module:  inst_mediacopy.ycp
-#
-# Authors: Anas Nashif 
-#
-# Purpose: Copy Media to local disk
-#
-# $Id$
-#
-module Yast
-  class InstMediacopyClient < Client
-def main
-  Yast.import "Pkg"
-  textdomain "packager"
-
-  Yast.import "Label"
-  Yast.import "Popup"
-  Yast.import "Wizard"
-  Yast.import "Packages"
-  Yast.import "PackageCallbacks"
-  Yast.import "PackageCallbacksInit"
-  Yast.import "Installation"
-  Yast.import "GetInstArgs"
-  Yast.import "String"
-
-  @source_list = []
-
-  # full initialization is required for Pkg::SourceMediaData()
-  Packages.Init(true)
-  @num = Builtins.size(Packages.theSources)
-  if Ops.less_or_equal(@num, 0)
-Builtins.y2error("No repository")
-  else
-Builtins.foreach(Packages.theSources) do |i|
- 

commit yast2-add-on for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package yast2-add-on for openSUSE:Factory 
checked in at 2017-08-02 11:26:35

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


Package is "yast2-add-on"

Wed Aug  2 11:26:35 2017 rev:82 rq:512816 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes
2017-07-17 10:31:02.576651961 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-add-on.new/yast2-add-on.changes   
2017-08-02 11:26:36.603394830 +0200
@@ -1,0 +2,7 @@
+Thu Jul 27 08:44:31 UTC 2017 - jreidin...@suse.com
+
+- drop inst_lang_addon client because openSUSE Lang Addon is also
+  dropped, this drops also all read of /content file (FATE#322386)
+- 3.3.0
+
+---

Old:

  yast2-add-on-3.2.1.tar.bz2

New:

  yast2-add-on-3.3.0.tar.bz2



Other differences:
--
++ yast2-add-on.spec ++
--- /var/tmp/diff_new_pack.Rrkpwz/_old  2017-08-02 11:26:37.495268737 +0200
+++ /var/tmp/diff_new_pack.Rrkpwz/_new  2017-08-02 11:26:37.499268172 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.2.1
+Version:3.3.0
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0
@@ -65,7 +65,6 @@
 %{yast_clientdir}/add-on.rb
 %{yast_clientdir}/add-on_*.rb
 %{yast_clientdir}/inst_add-on*.rb
-%{yast_clientdir}/inst_*_add-on*.rb
 %{yast_clientdir}/vendor.rb
 %{yast_desktopdir}/*.desktop
 %{yast_schemadir}/autoyast/rnc/add-on.rnc

++ yast2-add-on-3.2.1.tar.bz2 -> yast2-add-on-3.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.2.1/package/yast2-add-on.changes 
new/yast2-add-on-3.3.0/package/yast2-add-on.changes
--- old/yast2-add-on-3.2.1/package/yast2-add-on.changes 2017-07-11 
11:41:05.029789259 +0200
+++ new/yast2-add-on-3.3.0/package/yast2-add-on.changes 2017-07-27 
15:50:20.483056797 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Jul 27 08:44:31 UTC 2017 - jreidin...@suse.com
+
+- drop inst_lang_addon client because openSUSE Lang Addon is also
+  dropped, this drops also all read of /content file (FATE#322386)
+- 3.3.0
+
+---
 Mon Jul 10 15:20:52 UTC 2017 - lsle...@suse.cz
 
 - Do not skip the boot command line addons ("addon=...") when
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-add-on-3.2.1/package/yast2-add-on.spec 
new/yast2-add-on-3.3.0/package/yast2-add-on.spec
--- old/yast2-add-on-3.2.1/package/yast2-add-on.spec2017-07-11 
11:41:05.029789259 +0200
+++ new/yast2-add-on-3.3.0/package/yast2-add-on.spec2017-07-27 
15:50:20.483056797 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-add-on
-Version:3.2.1
+Version:3.3.0
 Release:0
 Summary:YaST2 - Add-On media installation code
 License:GPL-2.0
@@ -65,7 +65,6 @@
 %{yast_clientdir}/add-on.rb
 %{yast_clientdir}/add-on_*.rb
 %{yast_clientdir}/inst_add-on*.rb
-%{yast_clientdir}/inst_*_add-on*.rb
 %{yast_clientdir}/vendor.rb
 %{yast_desktopdir}/*.desktop
 %{yast_schemadir}/autoyast/rnc/add-on.rnc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-add-on-3.2.1/src/clients/inst_language_add-on.rb 
new/yast2-add-on-3.3.0/src/clients/inst_language_add-on.rb
--- old/yast2-add-on-3.2.1/src/clients/inst_language_add-on.rb  2017-07-11 
11:41:05.065789259 +0200
+++ new/yast2-add-on-3.3.0/src/clients/inst_language_add-on.rb  1970-01-01 
01:00:00.0 +0100
@@ -1,427 +0,0 @@
-# encoding: utf-8
-
-# File:clients/inst_language_add-on.ycp
-# Authors: Lukas Ocilka 
-# Summary: Template client for language Add-On products
-#
-# This is a template for Language Add-Ons. It can be either called
-# from the installation.xml in the root ("/") of the product or
-# called from command-line for testing purposes:
-# `yast2 inst_language_add-on.ycp "$[]" url_to_add_on_source`.
-#
-# $Id$
-module Yast
-  class InstLanguageAddOnClient < Client
-def main
-  Yast.import "UI"
-  Yast.import "Pkg"
-  Yast.import "Kernel"
-  Yast.import "Language"
-  Yast.import "Wizard"
-  Yast.import "Label"
-  Yast.import "Popup"
-
-  textdomain "add-on"
-
-  Wizard.CreateDialog
-  Builtins.y2milestone(
-"[ Language Add-On Script ]"
-  )
-  @ret = MainFunction()
-  Builtins.y2milestone(
-"[ Language Add-On Script 

commit yast2-installation for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2017-08-02 11:26:55

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


Package is "yast2-installation"

Wed Aug  2 11:26:55 2017 rev:389 rq:513533 version:3.3.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2017-07-02 13:32:19.160631907 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2017-08-02 11:26:58.140349940 +0200
@@ -1,0 +2,26 @@
+Mon Jul 31 08:16:23 UTC 2017 - jreidin...@suse.com
+
+- New client for product selection (FATE#323450)
+- 3.3.3
+
+---
+Wed Jul 26 14:42:15 UTC 2017 - jreidin...@suse.com
+
+- drop reading /content (FATE#322386)
+- 3.3.2
+
+---
+Thu Jun 29 11:51:55 UTC 2017 - jreidin...@suse.com
+
+- openSUSE only: reword title of desktop selection dialog
+  (boo#1045180)
+- 3.3.1
+
+---
+Thu Jun 29 08:40:43 UTC 2017 - jreidin...@suse.com
+
+- when custom role is selected in desktop selection
+  keep default value in /etc/sysconfig/windowmanager (bsc#1030873)
+- 3.3.0
+
+---

Old:

  yast2-installation-3.2.46.tar.bz2

New:

  yast2-installation-3.3.3.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.oluJi1/_old  2017-08-02 11:26:58.712269082 +0200
+++ /var/tmp/diff_new_pack.oluJi1/_new  2017-08-02 11:26:58.716268517 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.2.46
+Version:3.3.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.2.46.tar.bz2 -> yast2-installation-3.3.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.46/package/yast2-installation.changes 
new/yast2-installation-3.3.3/package/yast2-installation.changes
--- old/yast2-installation-3.2.46/package/yast2-installation.changes
2017-06-26 17:11:22.374338830 +0200
+++ new/yast2-installation-3.3.3/package/yast2-installation.changes 
2017-07-31 15:08:34.387704126 +0200
@@ -1,4 +1,30 @@
 ---
+Mon Jul 31 08:16:23 UTC 2017 - jreidin...@suse.com
+
+- New client for product selection (FATE#323450)
+- 3.3.3
+
+---
+Wed Jul 26 14:42:15 UTC 2017 - jreidin...@suse.com
+
+- drop reading /content (FATE#322386)
+- 3.3.2
+
+---
+Thu Jun 29 11:51:55 UTC 2017 - jreidin...@suse.com
+
+- openSUSE only: reword title of desktop selection dialog
+  (boo#1045180)
+- 3.3.1
+
+---
+Thu Jun 29 08:40:43 UTC 2017 - jreidin...@suse.com
+
+- when custom role is selected in desktop selection
+  keep default value in /etc/sysconfig/windowmanager (bsc#1030873)
+- 3.3.0
+
+---
 Mon Jun 26 11:11:19 CEST 2017 - shundham...@suse.de
 
 - Allow different mount point for home partition (Fate#323532)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.46/package/yast2-installation.spec 
new/yast2-installation-3.3.3/package/yast2-installation.spec
--- old/yast2-installation-3.2.46/package/yast2-installation.spec   
2017-06-26 17:11:22.374338830 +0200
+++ new/yast2-installation-3.3.3/package/yast2-installation.spec
2017-07-31 15:08:34.387704126 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.2.46
+Version:3.3.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.2.46/src/clients/desktop_finish.rb 
new/yast2-installation-3.3.3/src/clients/desktop_finish.rb
--- old/yast2-installation-3.2.46/src/clients/desktop_finish.rb 2017-06-26 
17:11:22.406338830 +0200
+++ new/yast2-installation-3.3.3/src/clients/desktop_finish.rb  2017-07-31 
15:08:34.467704126 +0200
@@ -1,2 +1,2 @@
 require "installation/clients/desktop_finish"
-Yast::DesktopFinishClient.new.main
+Yast::DesktopFinishClient.run
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit yast2-country for openSUSE:Factory

2017-08-02 Thread root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2017-08-02 11:26:46

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


Package is "yast2-country"

Wed Aug  2 11:26:46 2017 rev:183 rq:512863 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2017-06-22 10:35:12.557469742 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2017-08-02 11:26:47.569844394 +0200
@@ -1,0 +2,8 @@
+Thu Jul 27 11:19:13 UTC 2017 - jreidin...@suse.com
+
+- No longer read /content file from media, instead language from
+  control.xml is used and list of supported languages is dropped
+  (FATE#322386)
+- 3.3.0
+
+---

Old:

  yast2-country-3.2.12.tar.bz2

New:

  yast2-country-3.3.0.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.ybIZ0s/_old  2017-08-02 11:26:48.477716039 +0200
+++ /var/tmp/diff_new_pack.ybIZ0s/_new  2017-08-02 11:26:48.481715474 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:3.2.12
+Version:3.3.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-country-3.2.12.tar.bz2 -> yast2-country-3.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-3.2.12/language/src/modules/Language.rb 
new/yast2-country-3.3.0/language/src/modules/Language.rb
--- old/yast2-country-3.2.12/language/src/modules/Language.rb   2017-06-20 
09:46:51.649714053 +0200
+++ new/yast2-country-3.3.0/language/src/modules/Language.rb2017-07-28 
09:47:23.953816176 +0200
@@ -599,8 +599,8 @@
   end
 
   if Stage.initial && !Mode.live_installation
-lang = Convert.to_string(SCR.Read(path(".content.LANGUAGE")))
-Builtins.y2milestone("content LANGUAGE %1", lang)
+lang = ProductFeatures.GetStringFeature("globals", "language")
+Builtins.y2milestone("product LANGUAGE %1", lang)
 
 @preselected = Linuxrc.InstallInf("Locale")
 Builtins.y2milestone("install_inf Locale %1", @preselected)
@@ -1318,39 +1318,10 @@
 
 # check if selected language has support on media (F301238)
 # show a warning when not
-def CheckLanguagesSupport(selected_language)
-  linguas = Convert.to_string(SCR.Read(path(".content.LINGUAS")))
-
-  if linguas == nil
-Builtins.y2warning("No LINGUAS tag defined in content file")
-return
-  end
-
-  Builtins.y2milestone("content LINGUAS %1", linguas)
-  all_linguas = Builtins.splitstring(linguas, " ")
-  language_short = Ops.get(
-Builtins.splitstring(selected_language, "_"),
-0,
-""
-  )
-
-  if !Builtins.contains(all_linguas, selected_language) &&
-  !Builtins.contains(all_linguas, language_short)
-Builtins.y2milestone(
-  "Language %1 is not fully supported",
-  selected_language
-)
-# popup message
-Popup.Message(
-  _(
-"Only minimal support for the selected language is included on 
this media.\n" +
-  "Enable online repositories later in order to get the 
appropriate support\n" +
-  "for this language.\n"
-  )
-)
-  end
-
-  nil
+# @deprecated does nothing
+def CheckLanguagesSupport(_selected_language)
+  log.warn "Called check for language support, but it does nothing"
+  return
 end
 
 # Set current YaST language to English if method for showing text in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.12/package/yast2-country.changes 
new/yast2-country-3.3.0/package/yast2-country.changes
--- old/yast2-country-3.2.12/package/yast2-country.changes  2017-06-20 
09:46:51.649714053 +0200
+++ new/yast2-country-3.3.0/package/yast2-country.changes   2017-07-28 
09:47:23.957816176 +0200
@@ -1,4 +1,12 @@
 ---
+Thu Jul 27 11:19:13 UTC 2017 - jreidin...@suse.com
+
+- No longer read /content file from media, instead language from
+  control.xml is used and list of supported languages is dropped
+  (FATE#322386)
+- 3.3.0
+
+---
 Mon Jun 19 14:45:17 UTC 2017 - gso...@suse.com
 
 - Alterations in vconsole.conf performed by localectl and not 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-3.2.12/package/yast2-country.spec