commit kwin5 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2017-08-29 12:42:31

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


Package is "kwin5"

Tue Aug 29 12:42:31 2017 rev:62 rq:519304 version:5.10.5

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2017-08-24 
18:08:53.873016337 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2017-08-29 
12:42:33.289834609 +0200
@@ -1,0 +2,5 @@
+Tue Aug 29 10:02:42 UTC 2017 - fab...@ritter-vogt.de
+
+- Require kdialog
+
+---



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.bBcrcZ/_old  2017-08-29 12:42:34.409676669 +0200
+++ /var/tmp/diff_new_pack.bBcrcZ/_new  2017-08-29 12:42:34.421674977 +0200
@@ -112,6 +112,8 @@
 %endif
 # new default decoration
 Requires:   breeze5-decoration >= %{_plasma5_version}
+# Needed to show dialogs
+Requires:   kdialog
 # Needed for effects KCM at runtime
 Requires:   libQt5Multimedia5
 %requires_eqlibQt5Core5




commit platformsh-cli for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-08-29 11:46:46

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Aug 29 11:46:46 2017 rev:17 rq:519223 version:3.20.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-08-16 16:18:45.422907840 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-08-29 11:48:06.394274119 +0200
@@ -1,0 +2,12 @@
+Mon Aug 28 20:20:01 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.1:
+  * Easy install on Platform.sh environments
+  * No need to "source .environment"
+  * Write to tmp if config directory is not available
+  * Show ID of users (#618) (#619)
+  * Docs can no longer be searched by URL
+  * Use the local Drush if possible (#621)
+  * Release v3.20.1
+
+---

Old:

  platformsh-cli-3.20.0.tar.xz

New:

  platformsh-cli-3.20.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.21QWg4/_old  2017-08-29 11:48:07.526114587 +0200
+++ /var/tmp/diff_new_pack.21QWg4/_new  2017-08-29 11:48:07.538112897 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.21QWg4/_old  2017-08-29 11:48:07.682092602 +0200
+++ /var/tmp/diff_new_pack.21QWg4/_new  2017-08-29 11:48:07.686092039 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.0
+refs/tags/v3.20.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.21QWg4/_old  2017-08-29 11:48:07.754082456 +0200
+++ /var/tmp/diff_new_pack.21QWg4/_new  2017-08-29 11:48:07.758081892 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-48241718f7d61b41206871f8f0a13bea2e341181
+c113051c280d815807ee8125943571a33ced2158
   
 

++ platformsh-cli-3.20.0.tar.xz -> platformsh-cli-3.20.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.0/config.yaml 
new/platformsh-cli-3.20.1/config.yaml
--- old/platformsh-cli-3.20.0/config.yaml   2017-08-14 17:36:21.0 
+0200
+++ new/platformsh-cli-3.20.1/config.yaml   2017-08-23 20:20:41.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.20.0'
+  version: '3.20.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -9,6 +9,7 @@
   user_config_dir: '.platformsh'
   user_state_file: '.platformsh/state.json'
   env_prefix: 'PLATFORMSH_CLI_'
+  tmp_sub_dir: 'platformsh-cli-tmp'
 
 # Configuration for working with projects locally.
 local:
@@ -32,7 +33,7 @@
   app_config_file: '.platform.app.yaml'
   project_config_dir: '.platform'
   docs_url: 'https://docs.platform.sh'
-  docs_search_url: 'https://docs.platform.sh/?q={{ terms }}'
+  docs_search_url: 
'https://www.google.com/search?q=site%3Adocs.platform.sh%20{{ terms }}'
   accounts_url: 'https://accounts.platform.sh'
   pricing_url: 'https://platform.sh/pricing'
   available_regions:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.0/dist/installer.php 
new/platformsh-cli-3.20.1/dist/installer.php
--- old/platformsh-cli-3.20.0/dist/installer.php2017-08-14 
17:36:21.0 +0200
+++ new/platformsh-cli-3.20.1/dist/installer.php2017-08-23 
20:20:41.0 +0200
@@ -9,6 +9,7 @@
 define('CLI_EXECUTABLE', 'platform');
 define('CLI_NAME', 'Platform.sh CLI');
 define('CLI_PHAR', CLI_EXECUTABLE . '.phar');
+define('CLI_SERVICE_ENV_PREFIX', 'PLATFORM_');
 
 set_error_handler(
 function ($code, $message) {
@@ -236,7 +237,7 @@
 if ($shellConfigFile = findShellConfigFile($home)) {
 output("  Configuring the shell...");
 $configured = true;
-$currentShellConfig = file_get_contents($shellConfigFile);
+$currentShellConfig = file_exists($shellConfigFile) ? 
file_get_contents($shellConfigFile) : false;
 if ($currentShellConfig === false) {
 $currentShellConfig = '';
 }
@@ -264,7 +265,9 @@
 if ($configured) {
 output(PHP_EOL . "To get started, run:", 'info');
 $toSource = getcwd() === $home ? 

commit python-PyAudio for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-PyAudio for openSUSE:Factory 
checked in at 2017-08-29 11:46:58

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


Package is "python-PyAudio"

Tue Aug 29 11:46:58 2017 rev:2 rq:519239 version:0.2.11

Changes:

--- /work/SRC/openSUSE:Factory/python-PyAudio/python-PyAudio.changes
2015-10-20 00:04:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyAudio.new/python-PyAudio.changes   
2017-08-29 11:48:10.249730698 +0200
@@ -1,0 +2,18 @@
+Mon Aug 28 20:43:35 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 0.2.11
+  * Fix use-after-free memory issue in callback handler.
+  * Fix docstring for get_output_latency().
+- Update to 0.2.10
+  * Release the GIL during PortAudio I/O calls to avoid potential deadlock.
+  * Add a few automated unit tests.
+- Update to PyAudio 0.2.9
+  * Fix overflow error handling logic for pa_read_stream.
+  * Fix IOError arguments.
+  * Python library surfaces issues with importing low-level C module.
+  * Code formatting update.
+  * Updates to examples for Python 3 compatibility.
+- Implement single-spec version
+- Fix source URL
+
+---

Old:

  pyaudio-0.2.8.tar.gz

New:

  PyAudio-0.2.11.tar.gz



Other differences:
--
++ python-PyAudio.spec ++
--- /var/tmp/diff_new_pack.UB51uE/_old  2017-08-29 11:48:11.757518178 +0200
+++ /var/tmp/diff_new_pack.UB51uE/_new  2017-08-29 11:48:11.773515924 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyAudio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,54 +16,61 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with test
 Name:   python-PyAudio
-Version:0.2.8
+Version:0.2.11
 Release:0
 Summary:Python Bindings for PortAudio v19
 License:MIT
 Group:  Development/Libraries/Python
 Url:http://people.csail.mit.edu/hubert/pyaudio/
-Source0:
http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/P/PyAudio/PyAudio-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  portaudio-devel
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  alsa
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module numpy}
+%endif
+
+%python_subpackages
 
 %description
 PyAudio provides Python bindings for PortAudio v19, the cross-platform audio 
I/O library.
 With PyAudio, you can easily use Python to play and record audio streams on a 
variety
 of platforms (e.g., GNU/Linux, Microsoft Windows, and Mac OS X).
 
-%package docs
-Summary:Documentation for %{name}
-Group:  Development/Libraries/Python
-
-%description docs
-Documentation and help files for %{name}
-
 %prep
 %setup -q -n PyAudio-%{version}
 
 %build
-python setup.py build
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%fdupes -s %{buildroot}/%{_prefix}
-rm -r docs/.doctrees
-rm -r docs/.buildinfo
+%if %{with test}
+%check
+pushd tests
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+$python -B -m nose ./*.py
+}
+popd
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root)
 %doc CHANGELOG README
-%{python_sitearch}/_portaudio.so
+%doc examples/
+%{python_sitearch}/_portaudio*.so
 %{python_sitearch}/pyaudio.py*
+%pycache_only %{python_sitearch}/__pycache__/pyaudio*.py*
 %{python_sitearch}/PyAudio-%{version}-py*.egg-info
 
-%files docs
-%defattr(-,root,root)
-%doc docs
-
 %changelog




commit qmmp for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2017-08-29 11:47:28

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


Package is "qmmp"

Tue Aug 29 11:47:28 2017 rev:54 rq:519268 version:1.1.10

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2017-08-13 
14:58:37.449555309 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2017-08-29 
11:48:16.016917824 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:10:58 UTC 2017 - o...@aepfle.de
+
+- Enable mad unconditionally
+
+---



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.otwKYS/_old  2017-08-29 11:48:17.056771258 +0200
+++ /var/tmp/diff_new_pack.otwKYS/_new  2017-08-29 11:48:17.056771258 +0200
@@ -18,7 +18,6 @@
 
 %define sover   1
 %bcond_with faad
-%bcond_with mad
 %bcond_with restricted
 Name:   qmmp
 Version:1.1.10
@@ -73,6 +72,7 @@
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-simple)
 BuildRequires:  pkgconfig(libsidplayfp)
+BuildRequires:  pkgconfig(mad)
 BuildRequires:  pkgconfig(opus) >= 1.0.2
 BuildRequires:  pkgconfig(opusfile) >= 0.2
 BuildRequires:  pkgconfig(sndfile)
@@ -86,9 +86,6 @@
 %if %{with faad}
 BuildRequires:  libfaad-devel
 %endif
-%if %{with mad}
-BuildRequires:  pkgconfig(mad)
-%endif
 
 %description
 This program is an audio-player, written with help of Qt library.




commit love-0_7_2 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package love-0_7_2 for openSUSE:Factory 
checked in at 2017-08-29 11:47:13

Comparing /work/SRC/openSUSE:Factory/love-0_7_2 (Old)
 and  /work/SRC/openSUSE:Factory/.love-0_7_2.new (New)


Package is "love-0_7_2"

Tue Aug 29 11:47:13 2017 rev:2 rq:519246 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/love-0_7_2/love-0_7_2.changes2015-08-24 
01:30:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.love-0_7_2.new/love-0_7_2.changes   
2017-08-29 11:48:13.377289874 +0200
@@ -1,0 +2,9 @@
+Mon Aug 28 23:17:52 UTC 2017 - jeng...@inai.de
+
+- Make build with new /usr/include/lua5.1 directory work again.
+- Rename freetype.diff to system-packages.diff.
+- Remove love-remove-mpg123.patch: mpg123 is available in
+  openSUSE:Factory and can be used now.
+- system-packages.diff: search for lua and mpg123 with pkg-config.
+
+---

Old:

  freetype.diff
  love-remove-mpg123.patch

New:

  system-packages.diff



Other differences:
--
++ love-0_7_2.spec ++
--- /var/tmp/diff_new_pack.DdBWdr/_old  2017-08-29 11:48:14.521128652 +0200
+++ /var/tmp/diff_new_pack.DdBWdr/_new  2017-08-29 11:48:14.525128089 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package love-0_7_2
 #
-# Copyright (c) 2015 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
@@ -26,15 +26,13 @@
 
 Source: 
https://bitbucket.org/rude/love/downloads/love-0.7.2-linux-src.tar.gz
 Patch1: love-modplug.patch
-Patch2: love-remove-mpg123.patch
-Patch3: freetype.diff
+Patch2: system-packages.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libmng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
-BuildRequires:  lua51-devel
 BuildRequires:  physfs-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(IL)
@@ -42,23 +40,21 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libmodplug)
+BuildRequires:  pkgconfig(libmpg123)
+BuildRequires:  pkgconfig(lua5.1)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(vorbisfile)
-%if %{with mpg123}
-BuildRequires:  pkgconfig(libmpg123)
-%endif
 
 %description
 LÖVE is a framework for making 2D games in Lua.
 
 %prep
 %setup -qn love-HEAD
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 sed -i 's/\r$//' *.txt
-rm -f src/modules/sound/lullaby/Mpg123Decoder.{cpp,h}
 mv configure.{in,ac}
 autoreconf -fi
 %configure

++ system-packages.diff ++
From: Jan Engelhardt 
Date: 2015-01-20 20:46:39.043255730 +0100

build: löve uses an undocumented way of including freetype headers

Replace the (unsupported) #include  paths by just  as required
by upstream, and use pkg-config — not just for freetype, but also lua, and, by
extension, opportunistically for SDL/GL.

---
 configure.in   |   38 ++---
 src/Makefile.am|7 +---
 src/modules/font/freetype/Font.h   |8 ++---
 src/modules/font/freetype/TrueTypeRasterizer.h |8 ++---
 4 files changed, 20 insertions(+), 41 deletions(-)

Index: love-HEAD/configure.in
===
--- love-HEAD.orig/configure.in
+++ love-HEAD/configure.in
@@ -3,42 +3,24 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([platform/unix])
 AC_CONFIG_MACRO_DIR([platform/unix/m4])
 AC_CONFIG_SRCDIR([src/love.cpp])
-AM_INIT_AUTOMAKE([foreign -Wall foreign tar-ustar])
+AM_INIT_AUTOMAKE([foreign -Wall foreign tar-ustar subdir-objects])
 AC_PREFIX_DEFAULT([/usr])
 AC_PROG_LIBTOOL
 AC_PROG_CC
 AC_PROG_CXX
 AC_SEARCH_LIBS([sqrt], [m], [], AC_MSG_ERROR([Can't LÖVE without C math 
library]))
-AC_SEARCH_LIBS([SDL_Init], [SDL], [], AC_MSG_ERROR([Can't LÖVE without SDL]))
-AC_SEARCH_LIBS([glLoadIdentity], [GL], [], AC_MSG_ERROR([Can't LÖVE without 
OpenGL]))
-#AC_SEARCH_LIBS([gluOrtho2D], [GLU], [], AC_MSG_ERROR([Can't LÖVE without 
OpenGL Utility Library]))
-AC_SEARCH_LIBS([alSourcePlay], [openal], [], AC_MSG_ERROR([Can't LÖVE without 
OpenAL]))
-AC_ARG_ENABLE([luajit],
-   [  --enable-luajit Use LuaJIT instead of lua],
-   AC_SEARCH_LIBS(
-   [lua_pcall],
-   [luajit luajit-5.1],
-   AC_SUBST([INCLUDE_LUA], [-I/usr/include/luajit-2.0]),
-   AC_MSG_ERROR([Can't LÖVE without LuaJIT])
-   ),
-   AC_SEARCH_LIBS(
-   [

commit 000product for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2017-08-29 11:47:46

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


Package is "000product"

Tue Aug 29 11:47:46 2017 rev:72 rq: version:unknown
Tue Aug 29 11:47:45 2017 rev:71 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.ZzdVZp/_old  2017-08-29 11:48:23.139913855 +0200
+++ /var/tmp/diff_new_pack.ZzdVZp/_new  2017-08-29 11:48:23.143913291 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -34,9 +34,9 @@
   true
   -x -2
   openSUSE
-  20170828
+  20170829
   11
-  cpe:/o:opensuse:opensuse-kubic:20170828,openSUSE 
Kubic
+  cpe:/o:opensuse:opensuse-kubic:20170829,openSUSE 
Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.ZzdVZp/_old  2017-08-29 11:48:23.235900325 +0200
+++ /var/tmp/diff_new_pack.ZzdVZp/_new  2017-08-29 11:48:23.251898071 +0200
@@ -20,7 +20,7 @@
 Summary:openSUSE Kubic 
 License:GPL-2.0+
 Group:  System/Fhs
-Version:20170828
+Version:    20170829
 Release:0
 BuildRequires:  skelcd-openSUSE
 Recommends: branding
@@ -31,9 +31,9 @@
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Kubic
-Provides:   product(openSUSE-Kubic) = 20170828-0
+Provides:   product(openSUSE-Kubic) = 20170829-0
 Provides:   product-label() = openSUSE%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dkubic%3A20170828
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dkubic%3A20170829
 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:20170828"
+CPE_NAME="cpe:/o:opensuse:opensuse-kubic:20170829"
 EOF
 
 
@@ -100,11 +100,11 @@
 
   openSUSE
   openSUSE-Kubic
-  20170828
+  20170829
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-kubic:20170828
+  cpe:/o:opensuse:opensuse-kubic:20170829
   openSUSE-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.ZzdVZp/_old  2017-08-29 11:48:23.299891306 +0200
+++ /var/tmp/diff_new_pack.ZzdVZp/_new  2017-08-29 11:48:23.319888488 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -31,9 +31,9 @@
   true
   -x -2
   openSUSE
-  20170828
+  20170829
   11
-  cpe:/o:opensuse:opensuse:20170828,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20170829,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.ZzdVZp/_old  2017-08-29 11:48:23.479865939 +0200
+++ /var/tmp/diff_new_pack.ZzdVZp/_new  2017-08-29 11:48:23.483865375 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20170828
+  20170829
   11
-  cpe:/o:opensuse:opensuse:20170828,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20170829,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.ZzdVZp/_old  2017-08-29 11:48:23.683837190 +0200
+++ /var/

commit qtractor for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2017-08-29 11:47:20

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


Package is "qtractor"

Tue Aug 29 11:47:20 2017 rev:45 rq:519267 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes2017-07-02 
13:38:46.438020952 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2017-08-29 
11:48:14.753095957 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:10:58 UTC 2017 - o...@aepfle.de
+
+- Enable mad and Qt5 unconditionally
+
+---



Other differences:
--
++ qtractor.spec ++
--- /var/tmp/diff_new_pack.NA87z0/_old  2017-08-29 11:48:15.704961793 +0200
+++ /var/tmp/diff_new_pack.NA87z0/_new  2017-08-29 11:48:15.720959539 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_withmad
-
 Name:   qtractor
 Version:0.8.3
 Release:0
@@ -42,23 +40,16 @@
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel >= 1.0.11
 BuildRequires:  libvorbis-devel
-%if 0%{?suse_version} > 1310
 BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 BuildRequires:  pkgconfig(Qt5Xml)
-%else
-BuildRequires:  libqt4-devel
-BuildRequires:  libqt4-linguist
-%endif
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(lilv-0)
 BuildRequires:  pkgconfig(shared-mime-info)
-%if %{with mad}
 BuildRequires:  pkgconfig(mad)
-%endif
 Requires:   jack
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -78,11 +69,7 @@
 %patch2
 
 %build
-%if 0%{?suse_version} > 1310
 %configure
-%else
-%configure --enable-qt4
-%endif
 make %{?_smp_mflags}
 
 %install




commit gnuhealth for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2017-08-29 11:46:41

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


Package is "gnuhealth"

Tue Aug 29 11:46:41 2017 rev:14 rq:519204 version:3.2.2

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes  2017-08-18 
15:04:00.289527804 +0200
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new/gnuhealth.changes 2017-08-29 
11:48:04.250576270 +0200
@@ -1,0 +2,6 @@
+Mon Aug 28 19:29:06 UTC 2017 - axel.br...@gmx.de
+
+- version 3.2.2
+  health_imaging : Update health professional retrieval to the current 
standard method
+
+---

Old:

  gnuhealth-3.2.1.tar.gz

New:

  gnuhealth-3.2.2.tar.gz



Other differences:
--
++ gnuhealth.spec ++
--- /var/tmp/diff_new_pack.6LH6Lv/_old  2017-08-29 11:48:05.446407719 +0200
+++ /var/tmp/diff_new_pack.6LH6Lv/_new  2017-08-29 11:48:05.462405465 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python3-setuptools
 
-Version:%{majorver}.1
+Version:%{majorver}.2
 Release:0
 
 Url:http://health.gnu.org

++ _service ++
--- /var/tmp/diff_new_pack.6LH6Lv/_old  2017-08-29 11:48:05.570390244 +0200
+++ /var/tmp/diff_new_pack.6LH6Lv/_new  2017-08-29 11:48:05.570390244 +0200
@@ -1,4 +1,4 @@
 
   
-
+
 

++ gnuhealth-3.2.1.tar.gz -> gnuhealth-3.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/gnuhealth/gnuhealth-3.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.gnuhealth.new/gnuhealth-3.2.2.tar.gz differ: char 
5, line 1




commit flannel for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package flannel for openSUSE:Factory checked 
in at 2017-08-29 11:47:36

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


Package is "flannel"

Tue Aug 29 11:47:36 2017 rev:6 rq:519287 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/flannel/flannel.changes  2017-08-28 
15:15:24.895482441 +0200
+++ /work/SRC/openSUSE:Factory/.flannel.new/flannel.changes 2017-08-29 
11:48:18.864516461 +0200
@@ -1,0 +2,6 @@
+Tue Aug 29 08:27:54 UTC 2017 - mmeis...@suse.com
+
+- build with go1.8
+  this fixes the golang.org/x/net/context conflict
+
+---



Other differences:
--
++ flannel.spec ++
--- /var/tmp/diff_new_pack.ifsknm/_old  2017-08-29 11:48:19.872374406 +0200
+++ /var/tmp/diff_new_pack.ifsknm/_new  2017-08-29 11:48:19.884372715 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  golang-packaging
 BuildRequires:  systemd
 BuildRequires:  xz
+BuildRequires:  golang(API) = 1.8
 Requires(post): %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_nostrip}




commit python-EasyProcess for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-EasyProcess for 
openSUSE:Factory checked in at 2017-08-29 11:47:05

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


Package is "python-EasyProcess"

Tue Aug 29 11:47:05 2017 rev:12 rq:519240 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes
2015-05-07 09:22:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-EasyProcess.new/python-EasyProcess.changes   
2017-08-29 11:48:11.925494502 +0200
@@ -1,0 +2,8 @@
+Mon Aug 28 19:32:50 UTC 2017 - toddrme2...@gmail.com
+
+- update to version 0.2.3:
+  * no changelog available
+- Implement single-spec version
+- Fix source URL
+
+---

Old:

  EasyProcess-0.1.9.tar.gz

New:

  EasyProcess-0.2.3.tar.gz



Other differences:
--
++ python-EasyProcess.spec ++
--- /var/tmp/diff_new_pack.TFJXq3/_old  2017-08-29 11:48:12.957349064 +0200
+++ /var/tmp/diff_new_pack.TFJXq3/_new  2017-08-29 11:48:12.957349064 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-EasyProcess
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,32 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-EasyProcess
-Version:0.1.9
+Version:0.2.3
 Release:0
 Url:https://github.com/ponty/easyprocess
 Summary:Easy to use python subprocess interface
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+Source: 
https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+%if %{with test}
+BuildRequires:  %{python_module nose}
 %endif
+BuildArch:  noarch
+
+%python_subpackages
 
 %description
 EasyProcess is an easy to use python subprocess interface.
 
-Features:
+Features include:
  - layer on top of subprocess module
  - easy to start, stop programs
  - easy to get standard output/error, return code of programs
@@ -57,12 +62,23 @@
 %setup -q -n EasyProcess-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%if %{with test}
+%check
+mkdir tester
+pushd tester
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+$python -B -m nose easyprocess
+}
+popd
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.rst
 %{python_sitelib}/*

++ EasyProcess-0.1.9.tar.gz -> EasyProcess-0.2.3.tar.gz ++
 1669 lines of diff (skipped)




commit pspp for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package pspp for openSUSE:Factory checked in 
at 2017-08-29 11:47:34

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


Package is "pspp"

Tue Aug 29 11:47:34 2017 rev:6 rq:519283 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/pspp/pspp.changes2017-08-10 
14:12:50.362234030 +0200
+++ /work/SRC/openSUSE:Factory/.pspp.new/pspp.changes   2017-08-29 
11:48:17.500708686 +0200
@@ -1,0 +2,40 @@
+Tue Aug 29 07:46:42 UTC 2017 - opensuse.lietuviu.ka...@gmail.com
+
+- Update to 1.0.1 version:
+  * Bug fixes, including fixes for CVE-2017-12958 (bnc#1054585), 
+CVE-2017-12959 (bnc#1054588), CVE-2017-12960 (bnc#1054587), and
+CVE-2017-12961 (bnc#1054586).
+  * Translation updates.
+
+---
+Sun Aug 13 04:24:52 UTC 2017 - opensuse.lietuviu.ka...@gmail.com
+
+- Update to 0.11.0 version:
+ * The REGRESSION command now has a /ORIGIN subcommand to perform
+   regression through the origin.
+ * The FACTOR command can now analyse matrix files prepared with MATRIX DATA.
+ * The FACTOR command can now print the anti-image matrices.
+ * The MATRIX DATA command has been added.
+ * Some inappropriate properties in selection dialogs have been corrected.
+ * A bug which could cause the HTML driver to go into a tight loop
+   has been fixed.
+ * An error in the FREQUENCIES procedure, where the word "Mean" was
+   printed when "Variance" was appropriate has been fixed.
+ * The ncurses library is no longer required or used.
+ * A bug where the Mann-Whitney test would give misleading results
+   if run on multiple variables and MISSING=ANALAYSIS was specified
+   has been fixed.
+ * Gtk+3.14.5 or later must now be used when building.
+ * Graphical user interface changes:
+  * There is a new menu: Edit|Options
+  * The Non Parametric Statistics Menu has a new item: "K Independent Samples".
+  * Dialog boxes can now be canceled using the  key.
+ * The AUTORECODE command now accepts an optional / before INTO.
+ * The short form of the VECTOR command can now create string variables.
+ * Bug fixes, including fixes for CVE-2017-10791 and CVE-2017-10792.
+- Drop pspp-0001-sys-file-reader-Avoid-null-dereference-skipping-bad-.patch:
+  Fix for CVE-2017-10792 included in PSPP 0.11.0 version upstream.
+- Drop pspp-0002-sys-file-reader-Fix-integer-overflows-in-parse_long_.patch:
+  Fix for CVE-2017-10791 included in PSPP 0.11.0 version upstream.
+
+---

Old:

  pspp-0.10.2.tar.gz
  pspp-0001-sys-file-reader-Avoid-null-dereference-skipping-bad-.patch
  pspp-0002-sys-file-reader-Fix-integer-overflows-in-parse_long_.patch

New:

  pspp-1.0.1.tar.gz



Other differences:
--
++ pspp.spec ++
--- /var/tmp/diff_new_pack.EGPSp6/_old  2017-08-29 11:48:18.636548593 +0200
+++ /var/tmp/diff_new_pack.EGPSp6/_new  2017-08-29 11:48:18.636548593 +0200
@@ -1,4 +1,4 @@
-# spec file for PSPP 0.10.2
+# spec file for PSPP 1.0.1
 
 # Copyright (c) 2008 Matj Cepl 
 # Copyright (c) 2008 D. Steuer 
@@ -14,11 +14,7 @@
 # published by the Open Source Initiative.
 
 # Usable with currently supported openSUSE releases
-# 13.2, 42.1, 42.2, 42.3
-
-# Variable gitversion is part of build name, for example, gitversion of 
0.7.6-g08d746 is g08d746
-# it help to build from git
-# %define gitversion gd7ab35
+# 42.1, 42.2, 42.3, TW
 
 %if 0%{?mandriva_version} 
 %define _disable_ld_no_undefined 1
@@ -27,19 +23,14 @@
 %endif
 
 Name:   pspp
-Version:0.10.2
+Version:1.0.1
 Release:0
 Summary:A program for statistical analysis of sampled data
  
 Group:  Productivity/Scientific/Math
 License:GPL-3.0+
 URL:http://www.gnu.org/software/pspp/
-Source0:ftp://ftp.gnu.org/pub/gnu/pspp/pspp-0.10.2.tar.gz
-#ftp://ftp.gnu.org/pub/gnu/pspp/pspp-{version}.tar.gz
-# PATCH-FIX-UPSTREAM 
pspp-0001-sys-file-reader-Avoid-null-dereference-skipping-bad-.patch 
bnc#1046997 CVE-2017-10792
-Patch1: 
pspp-0001-sys-file-reader-Avoid-null-dereference-skipping-bad-.patch
-# PATCH-FIX-UPSTREAM 
pspp-0002-sys-file-reader-Fix-integer-overflows-in-parse_long_.patch 
bnc#1046998 CVE-2017-10791
-Patch2: 
pspp-0002-sys-file-reader-Fix-integer-overflows-in-parse_long_.patch
+Source0:ftp://ftp.gnu.org/pub/gnu/pspp/pspp-%{version}.tar.gz
 
 BuildRoot:  %{_tmppath}/pspp-root
 %if 0%{?centos_version} 
@@ -68,7 +59,7 @@
 PreReq: %install_info_prereq
 %endif
 %if  0%{?suse_version} 
-BuildRequires:  gtksourceview-devel >= 3.4.2
+BuildRequires:  gtksourceview-devel >= 3.14.5
 %endif
 %if 0%{?suse_version}
 #Next pack

commit cacti for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2017-08-29 11:46:35

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


Package is "cacti"

Tue Aug 29 11:46:35 2017 rev:2 rq:519189 version:1.1.19

Changes:

--- /work/SRC/openSUSE:Factory/cacti/cacti.changes  2017-08-22 
11:08:42.236187493 +0200
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2017-08-29 
11:47:52.664209361 +0200
@@ -1,0 +2,27 @@
+Mon Aug 21 17:46:28 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Build version 1.1.19
+  issue#810: Scripts in packages don't match distribution
+  issue#919: Unable to upgrade to 1.1.18
+  issue: Update documentation for minimum PHP 5.4
+
+- Build version 1.1.18
+  issue#902: Correcting some issues with Console and External Links
+  issue#903: Upgrade pace.js to v0.7.8
+  issue#904: Allow user to hide Graphs from disabled Devices
+  issue#906: Create a separate Realm for Realtime Graphs
+  issue#907: XSS issue in spikekill.php
+ CVE-2017-12927 bsc#1054390
+  issue#910: Boost last run duration generates an error on new install
+  issue#914: Unable to purge Cacti logfile from System Utilities
+  issue#915: Non-numeric data in ss_host_disk.php
+  issue#916: Resolve display of errors when encountering ldap issues
+  issue#918: Minor XSS and create generalized escape function
+ CVE-2017-12978 bsc#1054742
+  issue: Resolve JavaScript errors on Login page
+  issue: Resolve JavaScript errors on Permission Denied pages
+  issue: Graphs tab would appear in non-classic even if you did not
+ have permissions
+  feature: Updated dutch translations 
+
+---

Old:

  cacti-1.1.17.tar.gz

New:

  cacti-1.1.19.tar.gz



Other differences:
--
++ cacti.spec ++
--- /var/tmp/diff_new_pack.4o7Bhf/_old  2017-08-29 11:47:56.667645078 +0200
+++ /var/tmp/diff_new_pack.4o7Bhf/_new  2017-08-29 11:47:56.671644515 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti
-Version:1.1.17
+Version:1.1.19
 Release:0
 Summary:Web Front-End to Monitor System Data via RRDtool
 License:GPL-2.0+

++ cacti-1.1.17.tar.gz -> cacti-1.1.19.tar.gz ++
/work/SRC/openSUSE:Factory/cacti/cacti-1.1.17.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new/cacti-1.1.19.tar.gz differ: char 5, line 1




commit python-rope for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-rope for openSUSE:Factory 
checked in at 2017-08-29 11:46:17

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


Package is "python-rope"

Tue Aug 29 11:46:17 2017 rev:10 rq:519182 version:0.10.7

Changes:

--- /work/SRC/openSUSE:Factory/python-rope/python-rope.changes  2017-08-16 
16:11:36.115169028 +0200
+++ /work/SRC/openSUSE:Factory/.python-rope.new/python-rope.changes 
2017-08-29 11:47:33.618893811 +0200
@@ -1,0 +2,7 @@
+Mon Aug 28 16:14:30 UTC 2017 - toddrme2...@gmail.com
+
+- update to 0.10.7
+  + Upstream provides no changelog
+- Add tag for CVE-2014-3539-disable-doa.patch
+
+---

Old:

  rope-0.10.5.tar.gz

New:

  rope-0.10.7.tar.gz



Other differences:
--
++ python-rope.spec ++
--- /var/tmp/diff_new_pack.5zAycI/_old  2017-08-29 11:47:35.346650282 +0200
+++ /var/tmp/diff_new_pack.5zAycI/_new  2017-08-29 11:47:35.350649717 +0200
@@ -19,13 +19,14 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-rope
-Version:0.10.5
+Version:0.10.7
 Release:0
 Summary:A python refactoring library
 License:GPL-2.0+
 Group:  Development/Languages/Python
 Url:https://github.com/python-rope/rope
 Source: 
https://files.pythonhosted.org/packages/source/r/rope/rope-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM - CVE-2014-3539-disable-doa.patch - 
https://github.com/python-rope/rope/issues/105
 Patch0: CVE-2014-3539-disable-doa.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  fdupes
@@ -48,17 +49,19 @@
 %install
 export LANG=en_US.UTF-8
 %{python_install}
-rm -rf %{buildroot}/%{python_sitelib}/python-rope/ropetest/
-%{python_expand %fdupes %{buildroot}/%{$python_sitelib}}
+%{python_expand rm -rf %{buildroot}/%{%python_sitelib}/python-rope/ropetest/
+%fdupes %{buildroot}/%{$python_sitelib}
+}
 
 %if %{with test}
 %check
 export LANG=en_US.UTF-8
-%{python_exec setup.py test}
+%python_exec setup.py test
 %endif
 
 %files %{python_files}
-%doc COPYING README.rst docs/
+%doc COPYING README.rst 
+%doc docs/
 %{python_sitelib}/
 
 %changelog

++ rope-0.10.5.tar.gz -> rope-0.10.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rope-0.10.5/PKG-INFO new/rope-0.10.7/PKG-INFO
--- old/rope-0.10.5/PKG-INFO2017-02-23 18:57:18.0 +0100
+++ new/rope-0.10.7/PKG-INFO2017-08-23 06:44:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: rope
-Version: 0.10.5
+Version: 0.10.7
 Summary: a python refactoring library...
 Home-page: https://github.com/python-rope/rope
 Author: Ali Gholami Rudi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rope-0.10.5/rope/__init__.py 
new/rope-0.10.7/rope/__init__.py
--- old/rope-0.10.5/rope/__init__.py2017-02-23 18:56:42.0 +0100
+++ new/rope-0.10.7/rope/__init__.py2017-08-23 06:41:28.0 +0200
@@ -1,7 +1,7 @@
 """rope, a python refactoring library"""
 
 INFO = __doc__
-VERSION = '0.10.5'
+VERSION = '0.10.7'
 COPYRIGHT = """\
 Copyright (C) 2015-2016 Nicholas Smith
 Copyright (C) 2014-2015 Matej Cepl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rope-0.10.5/rope.egg-info/PKG-INFO 
new/rope-0.10.7/rope.egg-info/PKG-INFO
--- old/rope-0.10.5/rope.egg-info/PKG-INFO  2017-02-23 18:57:18.0 
+0100
+++ new/rope-0.10.7/rope.egg-info/PKG-INFO  2017-08-23 06:44:12.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: rope
-Version: 0.10.5
+Version: 0.10.7
 Summary: a python refactoring library...
 Home-page: https://github.com/python-rope/rope
 Author: Ali Gholami Rudi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rope-0.10.5/setup.py new/rope-0.10.7/setup.py
--- old/rope-0.10.5/setup.py2017-02-23 18:56:42.0 +0100
+++ new/rope-0.10.7/setup.py2017-08-23 06:39:32.0 +0200
@@ -57,9 +57,9 @@
 
 
 def get_long_description():
-lines = open('README.rst').read().splitlines(False)
-end = lines.index('Getting Started')
-return '\n' + '\n'.join(lines[:end]) + '\n'
+lines = open('README.rst', 'rb').read().splitlines(False)
+end = lines.index(b'Getting Started')
+return '\n' + str(b'\n'.join(lines[:end])) + '\n'
 
 setup(name='rope',
   version=rope.VERSION,




commit cryptctl for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package cryptctl for openSUSE:Factory 
checked in at 2017-08-29 11:45:47

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


Package is "cryptctl"

Tue Aug 29 11:45:47 2017 rev:6 rq:519142 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/cryptctl/cryptctl.changes2017-06-20 
09:39:19.021190295 +0200
+++ /work/SRC/openSUSE:Factory/.cryptctl.new/cryptctl.changes   2017-08-29 
11:47:00.259595900 +0200
@@ -1,0 +2,7 @@
+Mon Aug 28 13:37:13 UTC 2017 - h...@suse.com
+
+- Upgrade to upstream release 2.3 that brings a new feature to allow
+  system administrators to issue mount/umount commands to client
+  computers via key server. (fate#322292)
+
+---

Old:

  cryptctl-2.2.tgz

New:

  cryptctl-2.3.tgz



Other differences:
--
++ cryptctl.spec ++
--- /var/tmp/diff_new_pack.uP9lpM/_old  2017-08-29 11:47:03.559130817 +0200
+++ /var/tmp/diff_new_pack.uP9lpM/_new  2017-08-29 11:47:03.591126307 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cryptctl
-Version:2.2
+Version:2.3
 Release:0
 Summary:A utility for setting up LUKS-based disk encryption
 License:GPL-3.0

++ cryptctl-2.2.tgz -> cryptctl-2.3.tgz ++
 2768 lines of diff (skipped)




commit python-QtPy for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-QtPy for openSUSE:Factory 
checked in at 2017-08-29 11:46:28

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


Package is "python-QtPy"

Tue Aug 29 11:46:28 2017 rev:2 rq:519187 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-QtPy/python-QtPy.changes  2017-05-27 
13:14:38.791047599 +0200
+++ /work/SRC/openSUSE:Factory/.python-QtPy.new/python-QtPy.changes 
2017-08-29 11:47:45.269251682 +0200
@@ -1,0 +2,34 @@
+Mon Aug 28 16:05:01 UTC 2017 - toddrme2...@gmail.com
+
+- Update to Version 1.3.1
+  + Bugs fixed
+* Spurious cache files in PyPI tarball
+* Importing qtpy should not raise exceptions
+* No cache files included in the release tarball
+* Remove Quantified Code badge because the service doesn't exist anymore
+* Warn if QHeaderView deprecated methods are used
+- Update to Version 1.3
+  + New features
+* Add support for PySide2
+* Add support for QtMultimedia
+* Add support for PyQt 4.6
+  + Bugs fixed
+* Typo in readme title
+* Update Readme for 1.3 release
+* Add tests for untested modules
+* Missing: QtOpenGL Module
+* QDesktopServices split into QDesktopServices and QStandardPaths
+* qInstallMessageHandler <-> qInstallMsgHandler
+* Feature Request: PySide2 support
+* Fix typo in Readme.
+* Add compatibility for the rename of qInstallMsgHandler to 
qInstallMessageHandler
+* Update Readme to reflect that we actually use the PySide2 layout
+* Update Readme to mention that we now support PySide2.
+* Add tests for Qtdesigner, QtNetwork, QtPrintSupport, QtSvg and QtTest.
+* Follow QStandardPaths location in Qt5 for PyQt4/PySide
+* Add a coveragerc file
+* Add support for PyQt 4.6
+* Add a new QtOpenGL module
+* Add PySide2 support
+
+---

Old:

  QtPy-1.2.1.tar.gz

New:

  QtPy-1.3.1.tar.gz



Other differences:
--
++ python-QtPy.spec ++
--- /var/tmp/diff_new_pack.UFTpnw/_old  2017-08-29 11:47:46.677053252 +0200
+++ /var/tmp/diff_new_pack.UFTpnw/_new  2017-08-29 11:47:46.697050433 +0200
@@ -15,11 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 
 
-%bcond_without tests
+%bcond_without test
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-QtPy
-Version:1.2.1
+Version:1.3.1
 Release:0
 License:MIT
 Summary:Abstraction layer on top of Qt bindings
@@ -32,10 +32,13 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module qt5}
 BuildRequires:  %{python_module sip}
+%if %{with test}
+BuildRequires:  %{python_module pytest}
+%endif
 Requires:   python-qt5
 Requires:   python-sip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+
 %python_subpackages
 
 %description
@@ -50,15 +53,21 @@
 
 %prep
 %setup -q -n QtPy-%{version}
+sed -i 's/\r$//' LICENSE.txt
 
 %build
 %python_build
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%{python_expand chmod a+x %{buildroot}%{$python_sitelib}/qtpy/tests/runtests.py
+sed -i "s|^#!/usr/bin/env python$|#!%__$python|" 
%{buildroot}%{$python_sitelib}/qtpy/tests/runtests.py
+$python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/qtpy/tests/
+$python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/qtpy/tests/
+%fdupes %{buildroot}%{$python_sitelib}
+}
 
-%if %{with tests}
+%if %{with test}
 %check
 %python_exec setup.py test
 %endif

++ QtPy-1.2.1.tar.gz -> QtPy-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtPy-1.2.1/CHANGELOG.md new/QtPy-1.3.1/CHANGELOG.md
--- old/QtPy-1.2.1/CHANGELOG.md 2017-01-22 03:08:58.0 +0100
+++ new/QtPy-1.3.1/CHANGELOG.md 2017-08-21 18:45:03.0 +0200
@@ -1,5 +1,69 @@
 # History of changes
 
+## Version 1.3.1 (2017-08-21)
+
+### Bugs fixed
+
+**Issues**
+
+* [Issue 129](https://github.com/spyder-ide/qtpy/issues/129) - Spurious cache 
files in PyPI tarball
+* [Issue 119](https://github.com/spyder-ide/qtpy/issues/119) - Importing qtpy 
should not raise exceptions
+
+In this release 2 issues were closed
+
+**Pull requests**
+
+* [PR 130](https://github.com/spyder-ide/qtpy/pull/130) - PR: No cache files 
included in the release tarball
+* [PR 126](https://github.com/spyder-ide/qtpy/pull/126) - PR: Remove 
Quantified Code badge because the service doesn't exist anymore
+* [PR 121](https://github.com/spyder-ide/qtpy/pull/121) - PR: Warn if 
QHeaderView deprecat

commit mednafen for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package mednafen for openSUSE:Factory 
checked in at 2017-08-29 11:46:21

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


Package is "mednafen"

Tue Aug 29 11:46:21 2017 rev:7 rq:519185 version:0.9.47

Changes:

--- /work/SRC/openSUSE:Factory/mednafen/mednafen.changes2017-08-12 
20:27:27.801835080 +0200
+++ /work/SRC/openSUSE:Factory/.mednafen.new/mednafen.changes   2017-08-29 
11:47:36.246523444 +0200
@@ -1,0 +2,6 @@
+Sun Aug 27 21:52:03 UTC 2017 - i...@ilya.pp.ua
+
+- Update to mednafen 0.9.47
+  * ChangeLog https://mednafen.github.io/documentation/ChangeLog.txt
+
+---

Old:

  mednafen-0.9.46.tar.xz

New:

  mednafen-0.9.47.tar.xz



Other differences:
--
++ mednafen.spec ++
--- /var/tmp/diff_new_pack.jv1egN/_old  2017-08-29 11:47:37.278378002 +0200
+++ /var/tmp/diff_new_pack.jv1egN/_new  2017-08-29 11:47:37.306374056 +0200
@@ -18,7 +18,7 @@
 Name:  mednafen
 License:   GPL-2.0+
 Group: System/Emulators/Other
-Version:   0.9.46
+Version:   0.9.47
 Release:   0
 Summary:   Multiple video game console emulator
 Source:
https://mednafen.github.io/releases/files/%{name}-%{version}.tar.xz

++ mednafen-0.9.46.tar.xz -> mednafen-0.9.47.tar.xz ++
 8217 lines of diff (skipped)




commit java-9-openjdk for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package java-9-openjdk for openSUSE:Factory 
checked in at 2017-08-29 11:45:50

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


Package is "java-9-openjdk"

Tue Aug 29 11:45:50 2017 rev:9 rq:519148 version:9.0.0.0~181

Changes:

--- /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.changes
2017-08-28 15:16:04.429927496 +0200
+++ /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.changes   
2017-08-29 11:47:10.150201781 +0200
@@ -1,0 +2,11 @@
+Mon Aug 28 13:56:41 UTC 2017 - fst...@suse.com
+
+- Redo packaging to correspond to the upstream layout and avoid
+  distributing the JRE twice
+- Re-enable bootcycle build for all architectures and distributions
+- Add more recent systemtap-tapset tarball
+- Added patch:
+  * bootcycle_jobs.patch
+- fix bootcycle build
+
+---

Old:

  systemtap-tapset.tar.gz

New:

  bootcycle_jobs.patch
  systemtap-tapset.tar.xz



Other differences:
--
++ java-9-openjdk.spec ++
 628 lines (skipped)
 between /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.spec
 and /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.spec

++ _constraints ++
--- /var/tmp/diff_new_pack.09w2sm/_old  2017-08-29 11:47:17.309192699 +0200
+++ /var/tmp/diff_new_pack.09w2sm/_new  2017-08-29 11:47:17.325190444 +0200
@@ -1,7 +1,7 @@
 
   
 
-  2048
+  4096
 
 
   20

++ bootcycle_jobs.patch ++
--- jdk9/make/Init.gmk  Thu Mar 16 16:34:33 2017 +
+++ jdk9/make/Init.gmk  Tue Apr 04 13:49:37 2017 +0100
@@ -303,7 +303,8 @@
$(call PrepareSmartJavac)
( cd $(TOPDIR) && \
$(NICE) $(MAKE) $(MAKE_ARGS) $(OUTPUT_SYNC_FLAG) \
-   -j $(JOBS) -f make/Main.gmk $(USER_MAKE_VARS) \
+   $(if $(DISABLE_JOBS),, -j $(JOBS)) \
+   -f make/Main.gmk $(USER_MAKE_VARS) \
$(PARALLEL_TARGETS) $(COMPARE_BUILD_MAKE) $(BUILD_LOG_PIPE) 
|| \
( exitcode=$$? && \
$(PRINTF) "\nERROR: Build failed for $(TARGET_DESCRIPTION) 
(exit code $$exitcode) \n" \
--- jdk9/make/Main.gmk  Thu Mar 16 16:34:33 2017 +
+++ jdk9/make/Main.gmk  Tue Apr 04 13:49:37 2017 +0100
@@ -320,7 +320,7 @@
 ifneq ($(COMPILE_TYPE), cross)
  $(call LogWarn, Boot cycle build step 2: Building a new JDK image 
using previously built image)
  +$(MAKE) $(MAKE_ARGS) -f $(SRC_ROOT)/make/Init.gmk 
PARALLEL_TARGETS=$(BOOTCYCLE_TARGET) \
- JOBS= SPEC=$(dir $(SPEC))bootcycle-spec.gmk main
+ DISABLE_JOBS=true SPEC=$(dir $(SPEC))bootcycle-spec.gmk main
 else
  $(call LogWarn, Boot cycle build disabled when cross compiling)
 endif



commit cava for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package cava for openSUSE:Factory checked in 
at 2017-08-29 11:45:25

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


Package is "cava"

Tue Aug 29 11:45:25 2017 rev:4 rq:519129 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/cava/cava.changes2017-08-22 
11:10:03.412756892 +0200
+++ /work/SRC/openSUSE:Factory/.cava.new/cava.changes   2017-08-29 
11:46:41.558231953 +0200
@@ -1,0 +2,11 @@
+Mon Aug 28 13:02:45 UTC 2017 - mvet...@suse.com
+
+- Update to 0.6.0:
+  * Autosens of low values (dynamic range)
+  * Removed config parameter 'overshoot'
+  * Removed config parameter 'mode'
+  * New config parameter 'waves'
+  * Changed config parameter 'style' to 'channels' (was either 'mono' or 
'stereo' anyway)
+  * Parameters 'integral' and 'gravity' are now in percentage
+
+---

Old:

  0.5.0.tar.gz

New:

  0.6.0.tar.gz



Other differences:
--
++ cava.spec ++
--- /var/tmp/diff_new_pack.j04gQH/_old  2017-08-29 11:46:42.482101728 +0200
+++ /var/tmp/diff_new_pack.j04gQH/_new  2017-08-29 11:46:42.482101728 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cava
-Version:0.5.0
+Version:0.6.0
 Release:0
 Summary:Console-based Audio Visualizer for Alsa
 License:MIT

++ 0.5.0.tar.gz -> 0.6.0.tar.gz ++
 1729 lines of diff (skipped)




commit gambas3 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package gambas3 for openSUSE:Factory checked 
in at 2017-08-29 11:46:10

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


Package is "gambas3"

Tue Aug 29 11:46:10 2017 rev:3 rq:519176 version:3.10.0

Changes:

--- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes  2017-06-07 
09:55:15.516080482 +0200
+++ /work/SRC/openSUSE:Factory/.gambas3.new/gambas3.changes 2017-08-29 
11:47:28.251650333 +0200
@@ -1,0 +2,17 @@
+Mon Aug 28 12:33:11 UTC 2017 - zai...@opensuse.org
+
+- Pull in tarball from upstream again to please Factory source
+  checker bots, as a new tarball with same version was uploaded
+
+---
+Wed Jul 19 03:54:23 UTC 2017 - avvi...@yandex.by
+
+- Update to 3.10.0:
+  * see: http://gambaswiki.org/wiki/doc/release/3.10.0
+- Add component gambas3-gb-term
+- Drop gambas3-3.9.2-gcc7.patch
+- Rename and rebase gambas3-3.9.2-llvm.patch to
+  gambas3-3.10.0-llvm.patch
+- Spec file cleanup
+
+---

Old:

  gambas3-3.9.2-gcc7.patch
  gambas3-3.9.2-llvm.patch
  gambas3-3.9.2.tar.bz2

New:

  gambas3-3.10.0-llvm.patch
  gambas3-3.10.0.tar.bz2



Other differences:
--
++ gambas3.spec ++
--- /var/tmp/diff_new_pack.FujlVt/_old  2017-08-29 11:47:30.299361705 +0200
+++ /var/tmp/diff_new_pack.FujlVt/_new  2017-08-29 11:47:30.303361141 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gambas3
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2015 Lars Vogdt 
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 %endif
 %endif
 Name:   gambas3
-Version:3.9.2
+Version:3.10.0
 Release:0
 Summary:BASIC interpreter under Linux
 License:GPL-2.0+
@@ -37,9 +37,7 @@
 # PATCH-FIX-OPENSUSE -- add german translation
 Patch0: gambas3-mime_translation.patch
 # PATCH-FIX-OPENSUSE llvm.patch avvi...@yandex.ru -- Change the location for 
an header files
-Patch1: gambas3-3.9.2-llvm.patch
-# PATCH-FIX-UPSTREAM gcc7.patch -- 
https://sourceforge.net/p/gambas/mailman/message/35637223/
-Patch2:gambas3-3.9.2-gcc7.patch
+Patch1: gambas3-3.10.0-llvm.patch
 BuildRequires:  SDL_image
 BuildRequires:  aalib-devel
 BuildRequires:  atk-devel
@@ -62,12 +60,19 @@
 BuildRequires:  unixODBC-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
-BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(ORBit-2.0)
+BuildRequires:  pkgconfig(QtCore) >= 4.5
+BuildRequires:  pkgconfig(QtGui)
+BuildRequires:  pkgconfig(QtNetwork)
+BuildRequires:  pkgconfig(QtOpenGL)
+BuildRequires:  pkgconfig(QtSvg)
+BuildRequires:  pkgconfig(QtWebKit)
+BuildRequires:  pkgconfig(QtXml)
 BuildRequires:  pkgconfig(SDL_gfx)
 BuildRequires:  pkgconfig(SDL_image)
 BuildRequires:  pkgconfig(SDL_mixer)
 BuildRequires:  pkgconfig(SDL_ttf)
+BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dri)
 BuildRequires:  pkgconfig(fontconfig)
@@ -100,14 +105,6 @@
 BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib)
-BuildRequires:  pkgconfig(QtCore) >= 4.5
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtOpenGL)
-BuildRequires:  pkgconfig(QtSvg)
-BuildRequires:  pkgconfig(QtXml)
-BuildRequires:  pkgconfig(QtWebKit)
-BuildRequires:  pkgconfig(QtXml)
 %if !%{with qt4}
 BuildRequires:  pkgconfig(Qt5Core) >= 5.3.0
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -214,11 +211,14 @@
 Recommends: %{name}-gb-util-web = %{version}
 Recommends: %{name}-gb-v4l = %{version}
 Recommends: %{name}-gb-vb = %{version}
-Recommends: %{name}-gb-web = %{version}
+Recommends: %{name}-gb-web-feed = %{version}
+Recommends: %{name}-gb-web-form = %{version}
 Recommends: %{name}-gb-xml = %{version}
 Recommends: %{name}-gb-xml-rpc = %{version}
 Recommends: %{name}-gb-xml-xslt = %{version}
 Recommends: %{name}-gb-form-terminal = %{version}
+Recommends: %{name}-gb-term = %{version}
+Recommends: %{name}-gb-term-form = %{version}
 Recommends: %{name}-script = %{version}
 Recommends: deb
 %if %{with jit}
@@ -227,13 +227,13 @@
 %if !%{with qt4}
 Requires:   %{name}-gb-qt5 = %{version}
 Requires:   %{name}-gb-qt5-ext = %{version}
-Requires:   %{name}-gb-qt5-webkit = %{version}
 Requires:   %{name}-gb-qt5-opengl = %{version}
+Requires:   %{name}-gb-qt5-webkit = %{version}
 %else
 

commit trace-cmd for openSUSE:Factory

2017-08-29 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/trace-cmd (Old)
 and  /work/SRC/openSUSE:Factory/.trace-cmd.new (New)


Package is "trace-cmd"

Tue Aug 29 11:45:30 2017 rev:10 rq:519136 version:2.6.1

Changes:

--- /work/SRC/openSUSE:Factory/trace-cmd/trace-cmd.changes  2016-10-18 
10:39:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.trace-cmd.new/trace-cmd.changes 2017-08-29 
11:46:50.784931399 +0200
@@ -1,0 +2,17 @@
+Mon Aug 28 12:35:58 UTC 2017 - mgor...@suse.com
+
+- Upgrade to version 2.6.1
+
+  - Improved robust handling of malloc failures and corrupted input
+  - Improved graphing support
+  - Fix bug due to double frees
+  - Fix output format oddities
+  - Add filtering of specific pids
+  - Add bash-completion handler
+  - New option: --max-graph-depth to limit graph depth
+  - New option: -I remove interrupts from trace
+  - New option: -S remove softirqs from trace
+  - New option: --ts2secs to convert cycles into seconds 
+  - Updated makefile-lib64.patch to match upstream Makefile changes
+
+---

Old:

  trace-cmd-2.6.tar.bz2

New:

  trace-cmd-2.6.1.tar.bz2



Other differences:
--
++ trace-cmd.spec ++
--- /var/tmp/diff_new_pack.VbBO3z/_old  2017-08-29 11:46:52.792648401 +0200
+++ /var/tmp/diff_new_pack.VbBO3z/_new  2017-08-29 11:46:52.800647273 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trace-cmd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:Configuration tool for Ftrace
 License:GPL-2.0 and LGPL-2.1
 Group:  Development/Tools/Debuggers
-Version:2.6
+Version:2.6.1
 Release:0
 Source0:trace-cmd-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -70,6 +70,8 @@
 %{_mandir}/man1/trace-cmd*
 %{_mandir}/man1/kernelshark*
 %{_mandir}/man5/trace-cmd.dat*
+/etc/bash_completion.d/trace-cmd.bash
+%doc COPYING
 
 %files -n kernelshark
 %defattr(-,root,root)

++ makefile-lib64.patch ++
--- /var/tmp/diff_new_pack.VbBO3z/_old  2017-08-29 11:46:52.856639381 +0200
+++ /var/tmp/diff_new_pack.VbBO3z/_new  2017-08-29 11:46:52.860638818 +0200
@@ -6,18 +6,18 @@
  1 file changed, 5 insertions(+)
 
 diff --git a/Makefile b/Makefile
-index a21a43eb0096..8a4587e7fe48 100644
+index d3dfa11d4867..dd5a5c80d09f 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -48,6 +48,11 @@ html_install_SQ = '$(subst ','\'',$(html_install))'
- img_install = $(prefix)/share/kernelshark/html/images
+@@ -49,6 +49,11 @@ img_install = $(prefix)/share/kernelshark/html/images
  img_install_SQ = '$(subst ','\'',$(img_install))'
- libdir ?= lib
+ libdir ?= $(prefix)/lib
+ libdir_SQ = '$(subst ','\'',$(libdir))'
 +ifeq ($(prefix),/usr)
 +  ifeq ($(shell getconf LONG_BIT),64)
-+libdir = lib64
++libdir = ${prefix}/lib64
 +  endif
 +endif
+ includedir = $(prefix)/include/trace-cmd
+ includedir_SQ = '$(subst ','\'',$(includedir))'
  
- export man_dir man_dir_SQ html_install html_install_SQ INSTALL
- export img_install img_install_SQ

++ trace-cmd-2.6.tar.bz2 -> trace-cmd-2.6.1.tar.bz2 ++
 10552 lines of diff (skipped)




commit python-parallax for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-parallax for openSUSE:Factory 
checked in at 2017-08-29 11:45:56

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


Package is "python-parallax"

Tue Aug 29 11:45:56 2017 rev:8 rq:519175 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2016-12-10 18:29:27.411464160 +0100
+++ /work/SRC/openSUSE:Factory/.python-parallax.new/python-parallax.changes 
2017-08-29 11:47:19.484886029 +0200
@@ -1,0 +2,6 @@
+Mon Aug 28 12:57:29 UTC 2017 - kgronl...@suse.com
+
+- Release 1.0.2
+- Switch to new singlespec packaging 
+
+---

Old:

  parallax-1.0.1.tar.gz

New:

  parallax-1.0.2.tar.gz



Other differences:
--
++ python-parallax.spec ++
--- /var/tmp/diff_new_pack.SMm5oJ/_old  2017-08-29 11:47:20.824697179 +0200
+++ /var/tmp/diff_new_pack.SMm5oJ/_new  2017-08-29 11:47:20.832696052 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parallax
 #
-# 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,19 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
 Name:   python-parallax
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Execute commands and copy files over SSH to multiple machines 
at once
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/krig/parallax/
-Source: 
https://pypi.python.org/packages/source/p/parallax/parallax-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/34/a7/039f774fcc9d1aff6bfe21969028781b8c61bd4e4938f1b2bb96387db68b/parallax-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   openssh
 BuildArch:  noarch
@@ -42,36 +45,31 @@
 nodes at once using SSH. It also provides commands for sending and receiving 
files to
 multiple nodes using SCP.
 
+%python_subpackages
+
 %prep
 %setup -q -n parallax-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_clone -a %{buildroot}%{_bindir}/parallax-askpass
 
-# create a dummy target for /etc/alternatives/parallax-askpass
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/parallax-askpass 
%{buildroot}%{_bindir}/parallax-askpass-%{py_ver}
-ln -s -f %{_sysconfdir}/alternatives/parallax-askpass 
%{buildroot}%{_bindir}/parallax-askpass
+%fdupes %{buildroot}%{_prefix}
 
 %post
-%_sbindir/update-alternatives \
-   --install %{_bindir}/parallax-askpass parallax-askpass 
%{_bindir}/parallax-askpass-%{py_ver} 20
+%python_install_alternative parallax-askpass
 
-%preun
-if [ "$1" = 0 ] ; then
-   %_sbindir/update-alternatives --remove parallax-askpass 
%{_bindir}/parallax-askpass-%{py_ver}
-fi
+%postun
+%python_uninstall_alternative parallax-askpass
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS README.md COPYING
 %{python_sitelib}/parallax
 %{python_sitelib}/parallax-%{version}*.egg-info
-%{_bindir}/parallax-askpass
-%{_bindir}/parallax-askpass-%{py_ver}
-%ghost %_sysconfdir/alternatives/parallax-askpass
+%python_alternative %{_bindir}/parallax-askpass
 
 %changelog

++ parallax-1.0.1.tar.gz -> parallax-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallax-1.0.1/MANIFEST.in 
new/parallax-1.0.2/MANIFEST.in
--- old/parallax-1.0.1/MANIFEST.in  1970-01-01 01:00:00.0 +0100
+++ new/parallax-1.0.2/MANIFEST.in  2017-08-28 14:50:48.0 +0200
@@ -0,0 +1,6 @@
+# Determines which files are included in sdist and bdist.
+# MANIFEST.in docs: http://docs.python.org/distutils/commandref.html
+
+include COPYING
+include AUTHORS
+include README
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallax-1.0.1/PKG-INFO new/parallax-1.0.2/PKG-INFO
--- old/parallax-1.0.1/PKG-INFO 2015-06-12 17:24:21.0 +0200
+++ new/parallax-1.0.2/PKG-INFO 2017-08-28 14:51:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: parallax
-Version: 1.0.1
+Version: 1.0.2
 Summary: Execute commands 

commit dosbox for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package dosbox for openSUSE:Factory checked 
in at 2017-08-29 11:45:07

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


Package is "dosbox"

Tue Aug 29 11:45:07 2017 rev:30 rq:519121 version:0.74

Changes:

--- /work/SRC/openSUSE:Factory/dosbox/dosbox.changes2017-04-11 
09:44:36.269816358 +0200
+++ /work/SRC/openSUSE:Factory/.dosbox.new/dosbox.changes   2017-08-29 
11:45:57.596428712 +0200
@@ -1,0 +2,6 @@
+Mon Aug 28 12:26:06 UTC 2017 - lnus...@suse.de
+
+- Fix desktop file category to sort below Game (boo#1055340)
+- directly use desktop-file-install instead of the old macro
+
+---



Other differences:
--
++ dosbox.spec ++
--- /var/tmp/diff_new_pack.xEph5u/_old  2017-08-29 11:46:04.747420712 +0200
+++ /var/tmp/diff_new_pack.xEph5u/_new  2017-08-29 11:46:04.759419021 +0200
@@ -21,9 +21,9 @@
 BuildRequires:  SDL_sound-devel
 BuildRequires:  alsa-devel
 BuildRequires:  automake
+BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(sdl)
 %if 0%suse_version > 1020
@@ -86,7 +86,7 @@
 rm -rf %{buildroot}%{_datadir}/doc/dosbox
 install -d -m 755 %{buildroot}%{_datadir}/pixmaps
 install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/dosbox.png
-%suse_update_desktop_file -i %name Emulator
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
 
 %files
 %defattr(-,root,root)

++ dosbox.desktop ++
--- /var/tmp/diff_new_pack.xEph5u/_old  2017-08-29 11:46:04.963390270 +0200
+++ /var/tmp/diff_new_pack.xEph5u/_new  2017-08-29 11:46:04.967389705 +0200
@@ -1,6 +1,6 @@
 [Desktop Entry]
-Encoding=UTF-8
 Type=Application
+Categories=Game;Emulator;
 Name=DOSBox
 GenericName=DOS Emulator
 Comment=DOS emulator well-suited for playing games





commit certbot for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package certbot for openSUSE:Factory checked 
in at 2017-08-29 11:45:44

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


Package is "certbot"

Tue Aug 29 11:45:44 2017 rev:12 rq:519138 version:0.17.0

Changes:

--- /work/SRC/openSUSE:Factory/certbot/certbot.changes  2017-08-12 
20:28:44.063146506 +0200
+++ /work/SRC/openSUSE:Factory/.certbot.new/certbot.changes 2017-08-29 
11:46:56.596112284 +0200
@@ -1,0 +2,7 @@
+Fri Aug 25 06:07:01 UTC 2017 - ec...@opensuse.org
+
+- On request from upstream switch server parameter in cli.ini from
+  staging to production server.
+- Change description in README.SUSE.
+
+---



Other differences:
--
++ README.SUSE ++
--- /var/tmp/diff_new_pack.mkZDaS/_old  2017-08-29 11:46:57.288014758 +0200
+++ /var/tmp/diff_new_pack.mkZDaS/_new  2017-08-29 11:46:57.292014194 +0200
@@ -1,13 +1,31 @@
-Things you must change to use the production server
-===
+Explanatory notes
+=
+When you don't know a lot about certbot, you sould use first the staging 
server.
+With staging server you can make tests without lock out you from letsencrypt 
servers.
+You can sitch to it in /etc/certbot/cli.ini. 
+After switch to staging server, you can generate a test certificate.
+
+And after tests and everything is in order you must change back to production 
server
+After switch back to production server, you must also generate your production 
certificate.
+
+
+Things you must change to use the staging or producation server
+===
 First you must change settings (domains, email, challenges) in 
 /etc/certbot/cli.ini.
 
-In /etc/certbot/cli.ini the staging (testing) server is enabled.
+
+Things you must change to use the staging server
+
+You must change the server in /etc/certbot/cli.ini to staging server.
 You can make tests without lock out you from letsencrypt servers.
 
-After that when all go right, you _must_ change the server in 
-/etc/certbot/cli.ini to production server.
+
+Things you must change to use the production server
+===
+At beginning in /etc/certbot/cli.ini the production server is enabled.
+After switch to staging after test, you must switch back to production server
+in /etc/certbot/cli.ini.
 
 You _must_ change /etc/cron.d/certbot with your settings,
 so the certificate is renewed.

++ certbot-cli.ini.patch ++
--- /var/tmp/diff_new_pack.mkZDaS/_old  2017-08-29 11:46:57.308011939 +0200
+++ /var/tmp/diff_new_pack.mkZDaS/_new  2017-08-29 11:46:57.312011375 +0200
@@ -2,14 +2,16 @@
 ===
 --- certbot-0.17.0.orig/examples/cli.ini
 +++ certbot-0.17.0/examples/cli.ini
-@@ -10,14 +10,34 @@
+@@ -10,14 +10,36 @@
  # Use a 4096 bit RSA key instead of 2048
  rsa-key-size = 4096
  
++# To test you should use first the staging server.
++# If everything is in order you must change back to production server.
 +# The staging/testing server
-+server = https://acme-staging.api.letsencrypt.org/directory
++# server = https://acme-staging.api.letsencrypt.org/directory
 +# The production server.
-+# server = https://acme-v01.api.letsencrypt.org/directory
++server = https://acme-v01.api.letsencrypt.org/directory
 +
  # Uncomment and update to register with the specified e-mail address
  # email = f...@example.com




commit opa-fm for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2017-08-29 11:45:10

Comparing /work/SRC/openSUSE:Factory/opa-fm (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fm.new (New)


Package is "opa-fm"

Tue Aug 29 11:45:10 2017 rev:5 rq:519122 version:10.4.1

Changes:

--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes2017-08-13 
14:57:53.051785975 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm.changes   2017-08-29 
11:46:09.414762809 +0200
@@ -1,0 +2,10 @@
+Mon Aug 28 12:08:54 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update patches to latest sources:
+ * opa-fm-use-RPM_OPT_FLAGS.patch
+ * 0001-Fall-back-to-custom-vendor-if-os_vendor-fails.patch was renamed
+   to opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
+- Add opa-fm-sigset-was-removed.patch to build with the latest glibc
+  which does not expose  anymore
+
+---

Old:

  0001-Fall-back-to-custom-vendor-if-os_vendor-fails.patch

New:

  opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
  opa-fm-sigset-was-removed.patch



Other differences:
--
++ opa-fm.spec ++
--- /var/tmp/diff_new_pack.3wqo7F/_old  2017-08-29 11:46:11.110523777 +0200
+++ /var/tmp/diff_new_pack.3wqo7F/_new  2017-08-29 11:46:11.122522085 +0200
@@ -28,8 +28,9 @@
 Url:http://www.intel.com/
 Source: opa-fm-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
-Patch1: 0001-Fall-back-to-custom-vendor-if-os_vendor-fails.patch
+Patch1: opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch
 Patch2: opa-fm-use-RPM_OPT_FLAGS.patch
+Patch3: opa-fm-sigset-was-removed.patch
 BuildRequires:  gcc-c++
 BuildRequires:  infiniband-diags-devel
 BuildRequires:  libexpat-devel
@@ -51,8 +52,9 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
-%patch2 -p1
+%patch1
+%patch2
+%patch3
 
 %build
 export RPM_OPT_FLAGS

++ opa-fm-Fallback-to-custom-vendor-if-os_vendor-fails.patch ++
diff --git MakeTools/funcs-ext.sh MakeTools/funcs-ext.sh
index afeeba9..62c96fe 100755
--- MakeTools/funcs-ext.sh
+++ MakeTools/funcs-ext.sh
@@ -711,27 +711,32 @@ function os_vendor()
 rval=apple
 else
 filelist=`'ls' /etc/*-release | egrep -v lsb | egrep -v os`
-rval=""
-for file in $filelist
-do
-   if [ -f $file ]
-   then
-   rval=`basename $file -release`
-   if [ $rval = 'SuSE' ]
-   then
-   if [ -f /etc/UnitedLinux-release ]
-   then
-   rval=UnitedLinux
-   fi
-   elif [ $rval = 'centos' ]
-   then
-   rval=redhat
-   elif [ $rval != 'os' ]
-   then
-   break
-   fi
-   fi
-done
+if [ $? == 1 ]
+then
+rval="custom"
+else
+rval=""
+for file in $filelist
+do
+if [ -f $file ]
+then
+rval=`basename $file -release`
+if [ $rval = 'SuSE' ]
+then
+if [ -f /etc/UnitedLinux-release ]
+then
+rval=UnitedLinux
+fi
+elif [ $rval = 'centos' ]
+then
+rval=redhat
+elif [ $rval != 'os' ]
+then
+break
+fi
+fi
+done
+fi
 fi
 echo $rval
 }
++ opa-fm-sigset-was-removed.patch ++
diff --git Esm/ib/src/ibaccess/vs_thr.c Esm/ib/src/ibaccess/vs_thr.c
index 82f30ca..e9281f4 100755
--- Esm/ib/src/ibaccess/vs_thr.c
+++ Esm/ib/src/ibaccess/vs_thr.c
@@ -51,11 +51,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
SUCH DAMAGE.
 * SFW   03/10/02Initial functions all passing testcases.
 * MGR   04/19/02Changed pthread_kill call to pthread_cancel.
 ***/
-//#if defined(LINT)
+#if defined(LINT)
 #include 
 #define __signed__ signed
 #include 
-//#endif
+#endif
 #include 
 #include 
 #include 
++ opa-fm-use-RPM_OPT_FLAGS.patch ++
--- /var/tmp/diff_new_pack.3wqo7F/_old  2017-08-29 11:46:11.446476422 +0200
+++ /var/tmp/diff_new_pack.3wqo7F/_new  2017-08-29 11:46:11.450475858 +0200
@@ -1,8 +1,8 @@
-diff --git a/Esm/Makerules.project b/Esm/Makerules.project
-index

commit opa-ff for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package opa-ff for openSUSE:Factory checked 
in at 2017-08-29 11:45:18

Comparing /work/SRC/openSUSE:Factory/opa-ff (Old)
 and  /work/SRC/openSUSE:Factory/.opa-ff.new (New)


Package is "opa-ff"

Tue Aug 29 11:45:18 2017 rev:2 rq:519124 version:10.4.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-ff/opa-ff.changes2017-08-12 
20:25:01.246372812 +0200
+++ /work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff.changes   2017-08-29 
11:46:18.665458847 +0200
@@ -1,0 +2,11 @@
+Mon Aug 28 12:01:45 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Updates patches to latest sources:
+  * opa-ff_fix_suse_build_issue.patch replaced by
+opa-ff-suse-build-fixes.patch
+  * 0001-Add-shebang-for-exp-files.patch replaced by
+opa-ff-add-shebang-for-exp-files.patch
+- Add opa-ff-sigset-was-removed.patch to build with the latest glibc
+  which does not expose  anymore
+
+---

Old:

  0001-Add-shebang-for-exp-files.patch
  opa-ff_fix_suse_build_issue.patch

New:

  opa-ff-add-shebang-for-exp-files.patch
  opa-ff-sigset-was-removed.patch
  opa-ff-suse-build-fixes.patch



Other differences:
--
++ opa-ff.spec ++
--- /var/tmp/diff_new_pack.8ZVmsD/_old  2017-08-29 11:46:21.449066476 +0200
+++ /var/tmp/diff_new_pack.8ZVmsD/_new  2017-08-29 11:46:21.497059711 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-ff
 #
-# 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,17 +27,18 @@
 Url:http://www.intel.com/
 Source: opa-ff-%{version}.tar.gz
 Source1:opa-ff.rpmlintrc
-Patch1: opa-ff_fix_suse_build_issue.patch
-Patch2: 0001-Add-shebang-for-exp-files.patch
+Patch1: opa-ff-add-shebang-for-exp-files.patch
+Patch2: opa-ff-suse-build-fixes.patch
+Patch3: opa-ff-sigset-was-removed.patch
 BuildRequires:  gcc-c++
+BuildRequires:  infiniband-diags-devel
 BuildRequires:  libexpat-devel
-BuildRequires:  rdma-core-devel
-BuildRequires:  librdmacm1
 BuildRequires:  libopenssl-devel
+BuildRequires:  librdmacm1
 BuildRequires:  ncurses-devel
+BuildRequires:  rdma-core-devel
 BuildRequires:  tcl-devel
 BuildRequires:  zlib-devel
-BuildRequires:  infiniband-diags-devel
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Currently ONLY builds on x86_64
@@ -77,8 +78,8 @@
 %package -n opa-address-resolution-devel
 Summary:Development files for the Address Resolution manager
 Group:  Development/Libraries/C and C++
-Requires:   opa-basic-tools
 Requires:   opa-address-resolution = %{version}
+Requires:   opa-basic-tools
 
 %description -n opa-address-resolution-devel
 This package contains the include files and libraries
@@ -88,6 +89,7 @@
 %setup -q -n opa-ff-%{version}
 %patch1
 %patch2
+%patch3
 
 %build
 export RPM_OPT_FLAGS
@@ -134,7 +136,6 @@
 
 %define release_string IntelOPA-Tools-FF.$BUILD_TARGET_OS_ID.$MODULEVERSION
 
-
 #rm -rf $RPM_BUILD_ROOT
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p %{buildroot}%{_sbindir}
@@ -208,7 +209,6 @@
 cp -t %{buildroot}%{_libdir}/ibacm libdsap.so.*
 ln -s libdsap.so.* %{buildroot}%{_libdir}/ibacm/libdsap.so
 
-
 ln -s /etc/opa/sysconfig/allhosts   
%{buildroot}/etc/sysconfig/opa/allhosts
 ln -s /etc/opa/sysconfig/chassis
%{buildroot}/etc/sysconfig/opa/chassis
 ln -s /etc/opa/sysconfig/esm_chassis
%{buildroot}//etc/sysconfig/opa/esm_chassis
@@ -288,7 +288,6 @@
 #cd /opt/opa/src/mpi_apps >/dev/null 2>&1
 #make -k clean >/dev/null 2>&1 || : # suppress all errors and return codes 
from the make clean.
 
-
 %post -n opa-address-resolution -p /sbin/ldconfig
 %postun -n opa-address-resolution -p /sbin/ldconfig
 

++ opa-ff-add-shebang-for-exp-files.patch ++
diff --git IbaTools/FastFabric/chassis_configure.exp 
IbaTools/FastFabric/chassis_configure.exp
index f18397f..38fb6d9 100644
--- IbaTools/FastFabric/chassis_configure.exp
+++ IbaTools/FastFabric/chassis_configure.exp
@@ -1,3 +1,4 @@
+#!/usr/bin/env expect
 # BEGIN_ICS_COPYRIGHT8 
 # 
 # Copyright (c) 2015, Intel Corporation
diff --git IbaTools/FastFabric/chassis_fmconfig.exp 
IbaTools/FastFabric/chassis_fmconfig.exp
index 986d799..ed26fe5 100755
--- IbaTools/FastFabric/chassis_fmconfig.exp
+++ IbaTools/FastFabric/chassis_fmconfig.exp
@@ -1,3 +1,4 @@
+#!/usr/bin/env expect
 # BEGIN_ICS_COPYRIGHT8 
 # 
 # Copyright (c) 2015, Intel Corporation
diff --git

commit machinery for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package machinery for openSUSE:Factory 
checked in at 2017-08-29 11:45:20

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


Package is "machinery"

Tue Aug 29 11:45:20 2017 rev:14 rq:519128 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/machinery/machinery.changes  2017-06-22 
11:21:27.038430212 +0200
+++ /work/SRC/openSUSE:Factory/.machinery.new/machinery.changes 2017-08-29 
11:46:34.215266990 +0200
@@ -1,0 +2,7 @@
+Mon Aug 28 14:59:52 CEST 2017 - thard...@suse.de
+
+- update to version 1.23.0
+  * Support inspection of ppc64 systems (bnc#1052877)
+- tracking bug (bnc#1055250)
+
+---

Old:

  machinery-tool-1.22.3.gem

New:

  machinery-tool-1.23.0.gem



Other differences:
--
++ machinery.spec ++
--- /var/tmp/diff_new_pack.3F9gYY/_old  2017-08-29 11:46:35.791044874 +0200
+++ /var/tmp/diff_new_pack.3F9gYY/_new  2017-08-29 11:46:35.819040927 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   machinery
-Version:1.22.3
+Version:1.23.0
 Release:0
 %define binary_name machinery
 %define mod_name machinery-tool

++ machinery-tool-1.22.3.gem -> machinery-tool-1.23.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.git_revision new/.git_revision
--- old/.git_revision   2017-06-20 10:51:52.0 +0200
+++ new/.git_revision   2017-06-20 10:58:58.0 +0200
@@ -1 +1 @@
-167aca702b5ff5775557ae8df47026e67035f8e7
\ No newline at end of file
+85d9944eadf522d74bb0d32586a007c1d02d6abd
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2017-06-20 10:51:52.0 +0200
+++ new/NEWS2017-06-20 10:58:58.0 +0200
@@ -1,6 +1,10 @@
 # Machinery Release Notes
 
 
+## Version 1.23.0 - Mon Aug 28 14:59:52 CEST 2017 - thard...@suse.de
+
+* Support inspection of ppc64 systems (bnc#1052877)
+
 ## Version 1.22.3 - Tue Jun 20 10:56:18 CEST 2017 - thard...@suse.de
 
 * Gracefully handle incorrect filter pathes in the experimental filtering 
function
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/version.rb new/lib/version.rb
--- old/lib/version.rb  2017-06-20 10:51:52.0 +0200
+++ new/lib/version.rb  2017-06-20 10:58:58.0 +0200
@@ -17,6 +17,6 @@
 
 module Machinery
 
-  VERSION = "1.22.3"
+  VERSION = "1.23.0"
 
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/machinery-helper/version.go 
new/machinery-helper/version.go
--- old/machinery-helper/version.go 2017-06-20 10:51:52.0 +0200
+++ new/machinery-helper/version.go 2017-06-20 10:58:58.0 +0200
@@ -2,4 +2,4 @@
 
 package main
 
-const VERSION = "167aca702b5ff5775557ae8df47026e67035f8e7"
+const VERSION = "85d9944eadf522d74bb0d32586a007c1d02d6abd"
Binary files old/man/generated/machinery.1.gz and 
new/man/generated/machinery.1.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/manual/site/sitemap.xml new/manual/site/sitemap.xml
--- old/manual/site/sitemap.xml 2017-06-20 10:51:52.0 +0200
+++ new/manual/site/sitemap.xml 2017-06-20 10:58:58.0 +0200
@@ -4,7 +4,7 @@
 
 
  /docs/
- 2017-06-20
+ 2017-08-28
  daily
 
 
@@ -12,7 +12,7 @@
 
 
  /machinery_main_general.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
@@ -20,7 +20,7 @@
 
 
  /machinery_main_scopes.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
@@ -28,7 +28,7 @@
 
 
  /machinery_main_usecases.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
@@ -36,7 +36,7 @@
 
 
  /machinery_main_security_implications.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
@@ -45,115 +45,115 @@
 
 
  /machinery-analyze.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
 
  /machinery-build.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
 
  /machinery-compare.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
 
  /machinery-config.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
 
  /machinery-copy.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
 
  /machinery-deploy.1/
- 2017-06-20
+ 2017-08-28
  daily
 
 
 
  /machinery-export-autoyast.1/
- 2017-06-2

commit dovecot22 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2017-08-29 11:45:01

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


Package is "dovecot22"

Tue Aug 29 11:45:01 2017 rev:32 rq:519115 version:2.2.32

Changes:

--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes  2017-07-04 
09:11:30.693182653 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2017-08-29 
11:45:39.374997214 +0200
@@ -1,0 +2,109 @@
+Sun Aug 27 14:50:50 UTC 2017 - mrueck...@suse.de
+
+- update pigeonhole to 0.4.20
+  + Made the retention period for redirect duplicate identifiers
+configurable.  For accounts that perform many redirects, the
+lda-dupes database could grow to impractical sizes. Changed the
+default retention period from 24 to 12 hours.
+  - sieve-filter: Fixed memory leak: forgot to clean up script
+binary at end of execution. Normally, this would merely be an
+inconsequential memory leak.  However, when the script comes
+from an LDAP storage, this would cause io leak warnings.
+  - managesieve-login: Fixed handling of AUTHENTICATE command. A
+second authenticate command would be parsed wrong. This problem
+was caused by changes in the previous release.
+  - LDA Sieve plugin: Fixed minor memory leak caused by not
+cleaning up the sieve_discard script.
+
+---
+Thu Aug 24 15:56:03 UTC 2017 - mrueck...@suse.de
+
+- update to 2.2.32
+  * imapc: Info-level line is logged every time when successfully
+connected to the remote server. This includes local/remote
+IP/port, which can be useful for matching against external
+logs.
+  * config: Log a warning if plugin { key=no } is used explicitly.
+v2.3 will support "no" properly in plugin settings, but for now
+any value at all for a boolean plugin setting is treated as
+"yes", even if it's written as explicit "no". This change will
+now warn that it most likely won't work as intended.
+  + Various optimizations to avoid accessing files/directories when
+it's not necessary. Especially avoid accessing mail root
+directories when INDEX directories point to a different
+filesystem.
+  + mail_location can now include ITERINDEX parameter. This tells
+Dovecot to perform mailbox listing from the INDEX path instead
+of from the mail root path. It's mainly useful when the INDEX
+storage is on a faster storage.
+  + mail_location can now include VOLATILEDIR= parameter.
+This is used for creating lock files and in future potentially
+other files that don't need to exist permanently. The path
+could point to tmpfs for example. This is especially useful to
+avoid creating lock files to NFS or other remote filesystems.
+For example:
+mail_location=sdbox:~/sdbox:VOLATILEDIR=/tmp/volatile/%2.256Nu/%u
+  + mail_location's LISTINDEX= can now contain a full path.
+This allows storing mailbox list index to a different storage
+than the rest of the indexes, for example to tmpfs.
+  + mail_location can now include NO-NOSELECT parameter. This
+automatically deletes any \NoSelect mailboxes that have no
+children.  These mailboxes are sometimes confusing to users.
+  + mail_location can now include BROKENCHAR= parameter.
+This can be useful with imapc to access mailbox names that
+aren't valid mUTF-7 charset from remote servers.
+  + If mailbox_list_index_very_dirty_syncs=yes, the list index is
+no longer refreshed against filesystem when listing mailboxes.
+This allows the mailbox listing to be done entirely by only
+reading the mailbox list index.
+  + Added mailbox_list_index_include_inbox setting to control
+whether INBOX's STATUS information should be cached in the
+mailbox list index. The default is "no", but it may be useful
+to change it to "yes", especially if LISTINDEX points to tmpfs.
+  + userdb can return chdir=, which override mail_home for
+the chdir location. This can be useful to avoid accessing home
+directory on login.
+  + userdb can return postlogin= to specify per-user
+imap/pop3 postlogin socket path.
+  + cassandra: Add support for result paging by adding
+page_size= parameter to the connect setting.
+  + dsync/imapc, pop3-migration plugin: Strip also trailing tabs
+from headers when matching mails. This helps with migrations
+from Zimbra.
+  + imap_logout_format supports now %{appended} and %{autoexpunged}
+  + virtual plugin: Optimize IDLE to use mailbox list index for
+finding out when something has changed.
+  + Added apparmor plugin.
+See https://wiki2.dovecot.org/Plugins/Apparmor
+  - virtual plugin: A lot of fixes. In many cases it w

commit poppler-data for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package poppler-data for openSUSE:Factory 
checked in at 2017-08-29 11:44:51

Comparing /work/SRC/openSUSE:Factory/poppler-data (Old)
 and  /work/SRC/openSUSE:Factory/.poppler-data.new (New)


Package is "poppler-data"

Tue Aug 29 11:44:51 2017 rev:23 rq:519067 version:0.4.8

Changes:

--- /work/SRC/openSUSE:Factory/poppler-data/poppler-data.changes
2014-09-10 17:03:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler-data.new/poppler-data.changes   
2017-08-29 11:45:01.500336137 +0200
@@ -1,0 +2,10 @@
+Sat Aug 26 10:57:10 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.4.8:
+  + Update files from xpdf data files.
+  + Update mapping resources from Adobe.
+  + Update cmap resources from Adobe.
+  + cmake: Install the .pc file.
+- Run spec-cleaner, modernize spec.
+
+---

Old:

  poppler-data-0.4.7.tar.gz

New:

  poppler-data-0.4.8.tar.gz



Other differences:
--
++ poppler-data.spec ++
--- /var/tmp/diff_new_pack.DUAaYu/_old  2017-08-29 11:45:03.220093712 +0200
+++ /var/tmp/diff_new_pack.DUAaYu/_new  2017-08-29 11:45:03.252089202 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler-data
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:   poppler-data
-Version:0.4.7
+Version:0.4.8
 Release:0
-Url:http://poppler.freedesktop.org/
 Summary:Encoding Files for use with libpoppler
-License:BSD-3-Clause and GPL-2.0
+License:BSD-3-Clause AND GPL-2.0
 Group:  System/Libraries
-Source: http://poppler.freedesktop.org/%{name}-%{version}.tar.gz
-BuildRequires:  pkg-config
+Url:https://poppler.freedesktop.org/
+Source: https://poppler.freedesktop.org/%{name}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package consists of encoding files for use with poppler.  The
@@ -38,14 +37,14 @@
 %setup -q
 
 %build
-make %{?jobs:-j%jobs} prefix=%{_prefix}
+%make_build prefix=%{_prefix}
 
 %install
-%makeinstall prefix=%{_prefix}
+%make_install prefix=%{_prefix}
 
 %files
-%defattr (-, root, root)
-%doc COPYING COPYING.adobe COPYING.gpl2 README
+%license COPYING COPYING.adobe COPYING.gpl2
+%doc README
 %{_datadir}/poppler
 %{_datadir}/pkgconfig/poppler-data.pc
 

++ poppler-data-0.4.7.tar.gz -> poppler-data-0.4.8.tar.gz ++
 55835 lines of diff (skipped)




commit lasem for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package lasem for openSUSE:Factory checked 
in at 2017-08-29 11:44:59

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


Package is "lasem"

Tue Aug 29 11:44:59 2017 rev:8 rq:519089 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/lasem/lasem.changes  2016-06-07 
23:50:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.lasem.new/lasem.changes 2017-08-29 
11:45:10.907010133 +0200
@@ -1,0 +2,11 @@
+Sat Aug 26 16:40:40 UTC 2017 - jeng...@inai.de
+
+- Fix RPM group and summaries.
+
+---
+Thu Aug 24 15:08:34 UTC 2017 - zai...@opensuse.org
+
+- Add lasem-cairo-avoid-integer-overflow.patch cairo: Avoid integer
+  overflow (CVE-2013-7447).
+
+---

New:

  lasem-cairo-avoid-integer-overflow.patch



Other differences:
--
++ lasem.spec ++
--- /var/tmp/diff_new_pack.4kyVcV/_old  2017-08-29 11:45:11.834879338 +0200
+++ /var/tmp/diff_new_pack.4kyVcV/_new  2017-08-29 11:45:11.842878210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lasem
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,11 +20,13 @@
 Name:   lasem
 Version:0.4.3
 Release:0
-Summary:Mathml and SVG rendering library
+Summary:MathML and SVG rendering library
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:https://live.gnome.org/Lasem
 Source: 
http://download.gnome.org/sources/%{name}/%{api}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM lasem-cairo-avoid-integer-overflow.patch CVE-2013-7447 
zai...@opensuse.org -- cairo: Avoid integer overflow
+Patch0: lasem-cairo-avoid-integer-overflow.patch
 BuildRequires:  bison
 BuildRequires:  gobject-introspection >= 0.6.7
 BuildRequires:  intltool >= 0.35.0
@@ -38,31 +40,32 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Lasem is a library for rendering SVG and Mathml, implementing a DOM like API.
-It's based on GObject and use Pango and Cairo for the rendering. Included in 
the package,
-there is a simple application, lasemrender, which is able to convert a Mathml, 
a latex
-math or a SVG file to either a PNG, PDF or SVG image.
+Lasem is a library for rendering SVG and MathML, implementing a DOM like API.
+It's based on GObject and uses Pango and Cairo for the rendering. Included in 
the package
+is a simple application, lasemrender, which is able to convert a MathML, a 
Latex
+math or an SVG file to either PNG, PDF or an SVG image.
 
 %package -n liblasem-0_4-4
-Summary:Mathml and SVG rendering library
+Summary:MathML and SVG rendering library
 Group:  System/Libraries
 Recommends: %{name}-lang
 
 %description -n liblasem-0_4-4
-Lasem is a library for rendering SVG and Mathml, implementing a DOM like API.
-It's based on GObject and use Pango and Cairo for the rendering.
+Lasem is a library for rendering SVG and MathML, implementing a DOM like API.
+It's based on GObject and uses Pango and Cairo for the rendering.
 
 %package devel
-Summary:Mathml and SVG rendering library -- Development files
+Summary:Development files for lasem, a MathML and SVG rendering library
 Group:  Development/Languages/C and C++
 Requires:   liblasem-0_4-4 = %{version}
 
 %description devel
-Lasem is a library for rendering SVG and Mathml, implementing a DOM like API.
-It's based on GObject and use Pango and Cairo for the rendering.
+Lasem is a library for rendering SVG and MathML, implementing a DOM like API.
+It's based on GObject and uses Pango and Cairo for the rendering.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ lasem-cairo-avoid-integer-overflow.patch ++
>From 6f2feed780d9139a45c06e1ad399d06a4f351fbf Mon Sep 17 00:00:00 2001
From: RyuzakiKK 
Date: Sat, 5 Aug 2017 21:40:55 +0200
Subject: cairo: Avoid integer overflow CVE-2013-7447

lasem is affected by a possible integer overflow, that was also
found and patched upstream in gtk+
https://git.gnome.org/browse/gtk+/commit/?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6
---
 src/lsmcairo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lsmcairo.c b/src/lsmcairo.c
index c568fd5..73fb93e 100644
--- a/src/lsmcairo.c
+++ b/src/lsmcairo.c
@@ -528,7 +528,7 @@ lsm_cairo_set_source_pixbuf (cairo_t *cairo,

commit python-alembic for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2017-08-29 11:45:05

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


Package is "python-alembic"

Tue Aug 29 11:45:05 2017 rev:27 rq:519120 version:0.9.5

Changes:

--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes
2017-02-06 15:22:52.390062450 +0100
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes   
2017-08-29 11:45:49.613553978 +0200
@@ -1,0 +2,16 @@
+Tue Aug 22 12:41:25 UTC 2017 - tbecht...@suse.com
+
+- update to 0.9.5:
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.8.8
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.8.9
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.8.10
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.9.0
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.9.1
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.9.2
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.9.3
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.9.4
+  * see http://alembic.zzzcomputing.com/en/latest/changelog.html#change-0.9.5
+- convert to singlespec
+- split -doc package
+
+---

Old:

  alembic-0.8.10.tar.gz

New:

  alembic-0.9.5.tar.gz



Other differences:
--
++ python-alembic.spec ++
--- /var/tmp/diff_new_pack.jmkKVT/_old  2017-08-29 11:45:51.237325091 +0200
+++ /var/tmp/diff_new_pack.jmkKVT/_new  2017-08-29 11:45:51.241324527 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-alembic
-Version:0.8.10
+Version:0.9.5
 Release:0
 Url:http://bitbucket.org/zzzeek/alembic
 Summary:A database migration tool for SQLAlchemy
@@ -25,27 +26,26 @@
 Group:  Development/Languages/Python
 Source: 
https://pypi.io/packages/source/a/alembic/alembic-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # Test requirements:
-BuildRequires:  python-Mako
-BuildRequires:  python-SQLAlchemy >= 0.7.6
-BuildRequires:  python-argparse
-BuildRequires:  python-mock
-BuildRequires:  python-nose >= 0.11
-BuildRequires:  python-pytest-cov
-BuildRequires:  python-python-editor >= 0.3
+BuildRequires:  %{python_module Mako}
+BuildRequires:  %{python_module SQLAlchemy >= 0.7.6}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module nose >= 0.11}
+BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  %{python_module python-editor >= 0.3}
 Requires:   python-Mako
 Requires:   python-SQLAlchemy >= 0.7.6
-Requires:   python-argparse
+Requires:   python-python-dateutil
 Requires:   python-python-editor >= 0.3
 Requires(post): /usr/sbin/update-alternatives
 Requires(postun): /usr/sbin/update-alternatives
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 Alembic is a new database migrations tool, written by the author
@@ -60,39 +60,53 @@
   "downgrade" similarly, doing the same steps in reverse.
 * Allows the scripts to execute in some sequential manner.
 
+%package -n python-alembic-doc
+Summary:Documentation for %{name}
+Group:  Documentation/Other
+Provides:   %{python_module alembic-doc = %{version}}
+
+%description -n python-alembic-doc
+Alembic is a new database migrations tool, written by the author
+of SQLAlchemy .  A migrations tool
+offers the following functionality:
+
+* Can emit ALTER statements to a database in order to change
+  the structure of tables and other constructs
+* Provides a system whereby "migration scripts" may be constructed;
+  each script indicates a particular series of steps that can "upgrade" a
+  target database to a new version, and optionally a series of steps that can
+  "downgrade" similarly, doing the same steps in reverse.
+* Allows the scripts to execute in some sequential manner.
+
+This package contains the documentation.
+
 %prep
 %setup -q -n alembic-%{version}
 mv docs ht

commit plplot for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2017-08-29 11:44:55

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


Package is "plplot"

Tue Aug 29 11:44:55 2017 rev:44 rq:519069 version:5.13.0

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2017-06-21 
13:57:56.569012600 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2017-08-29 
11:45:06.687604917 +0200
@@ -1,0 +2,22 @@
+Sat Aug 26 15:29:06 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.13.0:
+  * Bug fixes.
+  * The Python binding and examples now work for both Python 2 and
+3.
+  * Change the Fortran naming convention.
+  * Fix many "space in prefix" issues.
+  * Complete rewrite of IPC between -dev wxwidgets and wxPLViewer.
+  * Implement a new Windows GDI (wingdi) device driver.
+  * Implement new Python extension module to support pytkdemo.
+  * Fix OCaml inconsistencies for example 8.
+  * Improve the implementation of the OCaml binding.
+- Add shapelib BuildRequires for added features.
+- Rename fortran shared lib and devel package in keeping with
+  corresponding shared object naming changes.
+- Use ctest for the check section. This allows the disabling of
+  tests that either fail because of issues with the test codes
+  themselves (octave), or because of lack of a full Xserver (Qt
+  tests).
+
+---

Old:

  plplot-5.12.0.tar.gz

New:

  plplot-5.13.0.tar.gz



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.IvsDBS/_old  2017-08-29 11:45:09.083267215 +0200
+++ /var/tmp/diff_new_pack.IvsDBS/_new  2017-08-29 11:45:09.119262141 +0200
@@ -25,7 +25,7 @@
 %define tk_enabled 1
 
 %if 0%{?suse_version} != 1315 || (0%{?is_opensuse} && 0%{?sle_version}==120200)
-%define octave_enabled 0
+%define octave_enabled 1
 %else
 %define octave_enabled 0
 %endif
@@ -33,18 +33,18 @@
 %define X_display ":98"
 
 %define ada_shlib libplplotada2
-%define c_shlib libplplot14
+%define c_shlib libplplot15
 %define cxx_shlib libplplotcxx13
 %define csirocsa_shlib libcsirocsa0
 %define csironn_shlib libcsironn0
-%define fort_shlib libplplotf95-13
+%define fort_shlib libplplotfortran0
 %define qsastime_shlib libqsastime0
 %define qt_shlib libplplotqt2
 %define wx_shlib libplplotwxwidgets1
 # DONT SPLIT OUT plplot-tcltk-libs INTO INDIVIDUAL SHARED LIBS AS THEY ARE ALL 
REQUIRED TOGETHER AND THEIR SO NUMBERING CHANGE IN-STEP WITH EACH OTHER 
 
 Name:   plplot
-Version:5.12.0
+Version:5.13.0
 Release:0
 Summary:Software package for creating scientific plots
 License:LGPL-2.1+
@@ -71,6 +71,7 @@
 BuildRequires:  python-numpy-devel
 BuildRequires:  python-qt5-devel
 BuildRequires:  qhull-devel
+BuildRequires:  shapelib
 BuildRequires:  swig
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
@@ -330,10 +331,10 @@
 
 %files -n %{fort_shlib}
 %defattr(-,root,root)
-%{_libdir}/libplplotf95.so.*
+%{_libdir}/libplplotfortran.so.*
 ##
 
-%package -n %{name}f95-devel
+%package -n %{name}fortran-devel
 ##
 Summary:Fortran bindings for development with PLplot
 Group:  Development/Languages/Fortran
@@ -341,24 +342,26 @@
 Requires:   %{name}-common = %{version}
 Requires:   gcc-fortran
 Requires:   pkgconfig
+Obsoletes:  %{name}f95-devel < 5.13.0
+Provides:   %{name}f95-devel = %{version}
 Obsoletes:  %{name}-fortran-devel < 5.12.0
 Provides:   %{name}-fortran-devel = %{version}
 
-%description -n %{name}f95-devel
+%description -n %{name}fortran-devel
 PLplot is a library of functions that are useful for making scientific
 plots.
 
 This package provides the files necessary for using PLplot in Fortran.
 
-%files -n %{name}f95-devel
+%files -n %{name}fortran-devel
 %defattr(-,root,root)
 %dir %{_libdir}/fortran
 %dir %{_libdir}/fortran/modules
 %{_libdir}/fortran/modules/plplot/
-%{_libdir}/libplplotf95.so
-%{_libdir}/pkgconfig/plplot-f95.pc
-%{_datadir}/plplot%{version}/examples/f95/
-%{_datadir}/plplot%{version}/examples/test_f95.sh
+%{_libdir}/libplplotfortran.so
+%{_libdir}/pkgconfig/plplot-fortran.pc
+%{_datadir}/plplot%{version}/examples/fortran/
+%{_datadir}/plplot%{version}/examples/test_fortran.sh
 ##
 
 %package java
@@ -377,7 +380,7 @@
 
 %files java
 %defattr(-,root,root)
-%{_libdir}/plplot%{version}/plplotjavac_wrap.so
+%{_libdir}/plplot%{version}/libplplotjavac_wrap.so
 %{_dat

commit mkvtoolnix for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2017-08-29 11:44:39

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


Package is "mkvtoolnix"

Tue Aug 29 11:44:39 2017 rev:98 rq:519047 version:14.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2017-08-24 
18:40:39.808579818 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2017-08-29 11:44:54.069383641 +0200
@@ -1,0 +2,69 @@
+Fri Aug 25 10:17:55 UTC 2017 - r...@fthiessen.de
+
+- Split boost-devel BuildRequires for Tumbleweed
+- Update to version 14.0.0
+  * mkvmerge, mkvpropedit, MKVToolNix GUI (chapter editor):
+   new feature: added support for chapters in WebM files that is
+spec-compliant by removing all tag elements not supported
+by the WebM spec.
+  * translations: added a Romanian translation of the programs.
+  * mkvmerge: bugfix: AVC/h.264 and HEVC/h.265 parser: fixed wrong
+frame order & timestamp calculation in certain situations when
+SPS (sequence parameter sets) or PPS (picture parameter sets)
+change mid-stream.
+   bugfix: MPEG-1/-2 video: the "remove stuffing bytes" feature
+introduced in v5.8.0 was broken. In a lot of situations it
+did not detect the end of a slice correctly and removed 0 bytes
+that were actually part of the slice structure. Often there
+were no visual problems as decoders were able to ignore such
+errors, but in other cases there are visual artifacts upon
+decoding. As detecting the slice end properly requires parsing
+the whole slice structure, this feature has been removed again.
+   bugfix: MPEG PS reader: fixed mkvmerge trying to handle an "end"
+code the same way as a "program stream map" code.
+   bugfix: MPEG TS reader: mkvmerge won't emit warnings if the
+system's `iconv` library doesn't support the ISO 6937
+character set.
+   bugfix: when appending fails the error message details (e.g.
+"the number of channels differs: 1 and 2") were often not output.
+   new feature: AAC: implemented support for AAC with 960 samples per
+frame.
+   new feature: identification: if the encoding/character set of a
+text subtitle track is known (e.g. because a byte order mark is
+present in the file), then it will be output during
+identification as the `encoding` property.
+   new feature: WAV reader: added support for Wave64 files.
+  * MKVToolNix GUI: bugfix: multiplex tool: implemented a workaround
+for a crash that could occur during drag & drop if at least one
+of the columns is hidden.
+   bugifx: multiplex tool: appended tracks can no longer be enabled
+(selected for multiplexing) if the track they're going to be
+appended to is not enabled.
+   bugifx: multiplex tool: if the GUI is set to ensure unique output
+file names, it will now verify that right before starting to
+multiplex/adding the job to the queue, too.
+   bugifx: fixed the total progress reverting to 0% instead of
+staying at 100% when all jobs have finished. This was introduced
+by the attempt at fixing the computation of the value of total
+progress bar for multiple jobs running.
+   new feature: multiplexer: if the encoding/character set of a
+subtitle track cannot be changed, the GUI will deactivate the
+"subtitle character set" drop-down box and ignore changes to it
+when multiple tracks are selected. Additionally, if the track's
+encoding is known and cannot be changed (e.g. due to a
+byte order mark in the file), that encoding will be selected in
+the drop-down box automatically. Both changes signal to the user
+that she doesn't have to take care of the encoding herself.
+   new feature: chapter editor: added a function to the "additional
+modifications" dialog for calculating and setting the end
+timestamps.
+   new feature: changed the shortcuts for switching between the
+various tools from `Alt+number` (e.g. `Alt+1` for the multiplexer
+tool) to `Ctrl+Alt+number` in order to avoid clashing with
+Windows' input method for arbitrary characters (pressing and
+holding `Alt` and typing the codepoint on the number pad).
+   new feature: added a "Window" menu and entries with shortcuts for
+selecting the next (`Ctrl+F6`) respectively previous tab
+(`Ctrl+Shift+F6`) in the current tool.
+
+---

Old:

  mkvtoolnix-13.0.0.tar.xz
  mkvtoolnix-13.0.0.tar.xz.sig

New:

  mkvtoolnix-14.0.0.tar.xz
  mkvtoolnix-14.0.0.tar.xz.sig



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_

commit QMPlay2 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2017-08-29 11:44:44

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


Package is "QMPlay2"

Tue Aug 29 11:44:44 2017 rev:25 rq:519048 version:17.07.25

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2017-08-24 
18:38:13.333215196 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2017-08-29 
11:44:59.496618591 +0200
@@ -1,0 +2,13 @@
+Sat Aug 26 08:33:58 UTC 2017 - dap.darkn...@gmail.com
+
+- Update to 17.07.25:
+  * minor CUVID bugfix (missing PTS in some videos),
+  * added option to hide artist metadata,
+  * Tekstowo: minor improvement,
+  * don't delete Radio settings,
+  * minor QPainter bugfix,
+  * fix YouTube images.
+- Removed obsoletion actual till Leap 42.1.
+- Finally replaced QMPlay2-no-prostopleer.diff by cmake option.
+
+---

Old:

  QMPlay2-no-prostopleer.diff
  QMPlay2-src-17.06.09.tar.xz

New:

  QMPlay2-src-17.07.25.tar.xz



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.4q21yG/_old  2017-08-29 11:45:00.492478209 +0200
+++ /var/tmp/diff_new_pack.4q21yG/_new  2017-08-29 11:45:00.500477082 +0200
@@ -17,17 +17,14 @@
 
 
 Name:   QMPlay2
-Version:17.06.09
+Version:17.07.25
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://qt-apps.org/content/show.php/QMPlay2?content=153339
 Source: 
https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE vs. Prostopleer extension that provides illegal audio.
-# NOTE Please don't remove the patch because of source update,
-# just update the patch!
-Patch1: QMPlay2-no-prostopleer.diff
+
 # PATCH-FIX-OPENSUSE vs. WARNING: invalid-desktopfile contains group,
 # but ones extending the format should start with "X-".
 Patch2: QMPlay2-desktop-warnings.diff
@@ -62,7 +59,6 @@
 Requires(postun): shared-mime-info
 Requires(postun): update-desktop-files
 Recommends: youtube-dl
-Obsoletes:  %{name}-kde-integration <= %{version}
 
 %description
 %{name} is a video player, it can play and stream all formats supported by
@@ -78,12 +74,12 @@
 
 %prep
 %setup -q -n %{name}-src-%{version}
-%patch1
 %patch2
 
 %build
 %cmake \
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
+   -DUSE_PROSTOPLEER=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
 make V=1 %{?_smp_mflags}
 

++ QMPlay2-src-17.06.09.tar.xz -> QMPlay2-src-17.07.25.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QMPlay2-src-17.06.09/ChangeLog 
new/QMPlay2-src-17.07.25/ChangeLog
--- old/QMPlay2-src-17.06.09/ChangeLog  2017-06-09 22:39:42.0 +0200
+++ new/QMPlay2-src-17.07.25/ChangeLog  2017-07-25 20:52:12.0 +0200
@@ -1,3 +1,11 @@
+Changes in QMPlay2 build 17.07.25:
+   - minor CUVID bugfix (missing PTS in some videos),
+   - added option to hide artist metadata,
+   - Tekstowo: minor improvement,
+   - don't delete Radio settings,
+   - minor QPainter bugfix,
+   - fix YouTube images,
+
 Changes in QMPlay2 build 17.06.09:
- load next video decoder if current video decoder fails (fixes some 
VideoToolBox problems),
- more accurate seeking (use double type instead of seconds in integer),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QMPlay2-src-17.06.09/README.md 
new/QMPlay2-src-17.07.25/README.md
--- old/QMPlay2-src-17.06.09/README.md  2017-04-16 18:42:15.0 +0200
+++ new/QMPlay2-src-17.07.25/README.md  2017-07-25 18:07:57.0 +0200
@@ -74,7 +74,7 @@
 
 - Make sure that antivirus or firewall doesn't block "youtube-dl" and doesn't 
block executing external applications!
 
-##Spherical view
+## Spherical view
 
 QMPlay2 supports spherical view on OpenGL video output. You can watch e.g. 
YouTube spherical videos by pressing "Ctrl+3". You can also enable it from the 
menu: "Playback->Video filters->Spherical view".
 
@@ -288,7 +288,7 @@
- `USE_VISUALIZATIONS` - ON: enable/disable Visualizations module.
- `USE_AUDIOFILTERS` - ON: enable/disable AudioFilters module.
- `USE_VIDEOFILTERS` - ON: enable/disable VideoFilters module.
-   - `USE_OPENGL2` - `ON`: enable/disable OpenGL2 module.
+   - `USE_OPENGL2` - `ON`: enable/disable OpenGL2 module and OpenGL in 
Visualizations.
- `USE_AUDIOCD` - autodetect: enabled if libcdio an

commit python-happybase for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-happybase for 
openSUSE:Factory checked in at 2017-08-29 11:44:14

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


Package is "python-happybase"

Tue Aug 29 11:44:14 2017 rev:10 rq:518704 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-happybase/python-happybase.changes
2015-05-10 10:46:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-happybase.new/python-happybase.changes   
2017-08-29 11:44:19.826210790 +0200
@@ -1,0 +2,17 @@
+Fri Aug 25 10:09:26 UTC 2017 - tbecht...@suse.com
+
+- update to 1.1.0:
+  * Set socket timeout unconditionally on ``TSocket``
+  * Add new ‘0.98’ compatibility mode
+  * Add support for reversed scanners
+  * From now on this library uses a semantic versioning scheme.
+HappyBase is a mature library, but always used 0.x version numbers
+for no good reason. This has now changed.
+  * Finally, Python 3 support. Thanks to all the people who contributed!
+  * Switch to thriftpy as the underlying Thrift library, which is a much
+nicer and better maintained library.
+  * Enable building universal wheels
+- convert to singlespec
+- split -doc package
+
+---

Old:

  happybase-0.9.tar.gz

New:

  happybase-1.1.0.tar.gz



Other differences:
--
++ python-happybase.spec ++
--- /var/tmp/diff_new_pack.i5KiKE/_old  2017-08-29 11:44:20.906058566 +0200
+++ /var/tmp/diff_new_pack.i5KiKE/_new  2017-08-29 11:44:20.930055184 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-happybase
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,47 +16,59 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-happybase
-Version:0.9
+Version:1.1.0
 Release:0
 Summary:A developer-friendly Python library to interact with Apache 
HBase
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/wbolster/happybase
-Source: 
https://pypi.python.org/packages/source/h/happybase/happybase-%{version}.tar.gz
-BuildRequires:  python-Sphinx
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-thrift
-Requires:   python-thrift
+Source: 
https://files.pythonhosted.org/packages/source/h/happybase/happybase-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module thriftpy}
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-Sphinx
+Requires:   python-six
+Requires:   python-thriftpy >= 0.3.8
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
 HappyBase is a developer-friendly Python library to interact with Apache HBase.
 
+%package -n python-happybase-doc
+Summary:Documentation for %{name}
+Group:  Documentation/Other
+Provides:   %{python_module happybase-doc = %{version}}
+
+%description -n python-happybase-doc
+HappyBase is a developer-friendly Python library to interact with Apache HBase.
+
+This package contains the documentation.
+
 %prep
 %setup -q -n happybase-%{version}
 
 %build
-python setup.py build
-python setup.py build_sphinx
-# Remove hidden file generated by Sphinx
-rm doc/build/html/.buildinfo
+%python_build
+sphinx-build -b html doc docs/build/html
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
+%python_install
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.rst NEWS.rst README.rst TODO.rst doc/build/html
+%doc LICENSE.rst NEWS.rst README.rst TODO.rst
 %{python_sitelib}/*
 
+%files -n python-happybase-doc
+%doc LICENSE.rst docs/build/html
+
 %changelog

++ happybase-0.9.tar.gz -> happybase-1.1.0.tar.gz ++
 14988 lines of diff (skipped)




commit python-WSME for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-WSME for openSUSE:Factory 
checked in at 2017-08-29 11:44:36

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


Package is "python-WSME"

Tue Aug 29 11:44:36 2017 rev:13 rq:518974 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/python-WSME/python-WSME.changes  2015-09-11 
09:04:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-WSME.new/python-WSME.changes 
2017-08-29 11:44:39.103493322 +0200
@@ -1,0 +2,28 @@
+Fri Aug 25 15:19:25 UTC 2017 - jeng...@inai.de
+
+- Trim sensationalist wording.
+
+---
+Fri Aug 25 12:18:37 UTC 2017 - tbecht...@suse.com
+
+- Fix fdupes call
+
+---
+Thu Aug 24 14:44:34 UTC 2017 - tbecht...@suse.com
+
+- update to 0.9.2:
+  * Remove white space between print ()
+  * Fix: Sphinx extension on Python3
+  * Fix the setup.cfg metadata
+  * Print exceptions raised from from_param methods
+  * Fix pep8 issues and switch to py35 in tox.ini
+  * [doc] Complete doc requirements
+  * Add the 0.8.0 changes list
+  * wsattr.__set__() catchs TypeError
+  * Fix jenkins failure
+  * Port test_cornice to Python 3
+  * Change the repositories from stackforge to openstack
+  * Update .gitreview for new namespace
+- convert to singlespec
+
+---

Old:

  WSME-0.8.0.tar.gz

New:

  WSME-0.9.2.tar.gz



Other differences:
--
++ python-WSME.spec ++
--- /var/tmp/diff_new_pack.GKkrdV/_old  2017-08-29 11:44:40.827250329 +0200
+++ /var/tmp/diff_new_pack.GKkrdV/_new  2017-08-29 11:44:40.839248638 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WSME
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,57 +16,60 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-WSME
-Version:0.8.0
+Version:0.9.2
 Release:0
 Summary:Web Services Made Easy
 License:MIT
 Group:  Development/Languages/Python
 Url:http://packages.python.org/WSME/
-Source: 
http://pypi.python.org/packages/source/W/WSME/WSME-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 0.5.21
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
+Source: 
https://files.pythonhosted.org/packages/source/W/WSME/WSME-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # Test requirements:
-BuildRequires:  python-WebOb >= 1.2.3
-BuildRequires:  python-netaddr >= 0.7.12
-BuildRequires:  python-pytz
-BuildRequires:  python-simplegeneric
-BuildRequires:  python-six >= 1.9.0
+BuildRequires:  %{python_module WebOb >= 1.2.3}
+BuildRequires:  %{python_module WebTest}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module netaddr >= 0.7.12}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pecan}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module simplegeneric}
+BuildRequires:  %{python_module six >= 1.9.0}
 Requires:   python-WebOb >= 1.2.3
 Requires:   python-netaddr >= 0.7.12
 Requires:   python-pytz
 Requires:   python-simplegeneric
 Requires:   python-six >= 1.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-ordereddict
-Requires:   python-ordereddict
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+
+%python_subpackages
 
 %description
-Web Service Made Easy (WSME) is a very easy way to implement webservices
-in your python web application.
+Web Service Made Easy (WSME) is a way to implement webservices
+in Python web applications.
 It is originally a rewrite of TGWebServices
-with focus on extensibility, framework-independance and better type handling.
+with focus on extensibility, framework-independence and improved type handling.
 
 %prep
 %setup -q -n WSME-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%

commit python-pygit2 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-pygit2 for openSUSE:Factory 
checked in at 2017-08-29 11:44:01

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


Package is "python-pygit2"

Tue Aug 29 11:44:01 2017 rev:15 rq:518568 version:0.26.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pygit2/python-pygit2.changes  
2017-05-06 18:26:54.634432444 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygit2.new/python-pygit2.changes 
2017-08-29 11:44:01.588781704 +0200
@@ -1,0 +2,10 @@
+Thu Aug 24 15:45:45 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 0.26.0
+  * Update to libgit2 v0.26
+  * Drop support for Python 3.2, add support for cffi 1.10
+  * New ``Repository.revert_commit(...)``
+  * New ``Branch.is_checked_out()``
+  * Various fixes
+
+---

Old:

  pygit2-0.25.0.tar.gz

New:

  pygit2-0.26.0.tar.gz



Other differences:
--
++ python-pygit2.spec ++
--- /var/tmp/diff_new_pack.bt2nGW/_old  2017-08-29 11:44:02.660630606 +0200
+++ /var/tmp/diff_new_pack.bt2nGW/_new  2017-08-29 11:44:02.708623840 +0200
@@ -17,15 +17,16 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_with test
 Name:   python-pygit2
-Version:0.25.0
+Version:0.26.0
 Release:0
 Summary:Python bindings for libgit2
 License:GPL-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/libgit2/pygit2
 Source: 
https://pypi.io/packages/source/p/pygit2/pygit2-%{version}.tar.gz
-BuildRequires:  libgit2-devel >= 0.25
+BuildRequires:  libgit2-devel >= %{version}
 BuildRequires:  libopenssl-devel
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -53,8 +54,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with test}
 %check
-#python setup.py test
+%python_exec setup.py test
+%endif
 
 %files %{python_files}
 %defattr(-,root,root,-)

++ pygit2-0.25.0.tar.gz -> pygit2-0.26.0.tar.gz ++
 6188 lines of diff (skipped)




commit sox for openSUSE:Factory

2017-08-29 Thread root
Hello community,

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

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


Package is "sox"

Tue Aug 29 11:44:27 2017 rev:41 rq:518799 version:14.4.2

Changes:

--- /work/SRC/openSUSE:Factory/sox/sox.changes  2017-03-10 21:44:12.300326575 
+0100
+++ /work/SRC/openSUSE:Factory/.sox.new/sox.changes 2017-08-29 
11:44:33.14465 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 06:10:58 UTC 2017 - o...@aepfle.de
+
+- Enable lame/mad/twolame unconditionally
+- Remove ffmpeg/opus conditional because it is always present
+
+---



Other differences:
--
++ sox.spec ++
--- /var/tmp/diff_new_pack.yazdN5/_old  2017-08-29 11:44:35.851951680 +0200
+++ /var/tmp/diff_new_pack.yazdN5/_new  2017-08-29 11:44:35.891946042 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sox
 #
-# 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,57 +18,42 @@
 
 %define soname 3
 
-%bcond_without ffmpeg
-%bcond_without opus
-%bcond_with mad
-%bcond_with lame
 %bcond_with amrwb
 %bcond_with amrnb
-%bcond_with twolame
 
 Name:   sox
 BuildRequires:  file-devel
 BuildRequires:  ladspa-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  libid3tag-devel
+BuildRequires:  libmp3lame-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(ao)
 BuildRequires:  pkgconfig(flac)
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-simple)
+BuildRequires:  pkgconfig(mad)
 BuildRequires:  pkgconfig(ogg)
+BuildRequires:  pkgconfig(opusfile)
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisenc)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(wavpack)
 BuildRequires:  pkgconfig(zlib)
-%if %{with ffmpeg}
-BuildRequires:  pkgconfig(libavcodec)
-BuildRequires:  pkgconfig(libavformat)
-BuildRequires:  pkgconfig(libavutil)
-%endif
-%if %{with opus}
-BuildRequires:  pkgconfig(opusfile)
-%endif
-%if %{with mad}
-BuildRequires:  pkgconfig(mad)
-%endif
-%if %{with lame}
-BuildRequires:  libmp3lame-devel
-%endif
 %if %{with amrnb}
 BuildRequires:  pkgconfig(opencore-amrnb)
 %endif
 %if %{with amrwb}
 BuildRequires:  pkgconfig(opencore-amrwb)
 %endif
-%if %{with twolame}
-BuildRequires:  pkgconfig(twolame)
-%endif
 BuildRequires:  libtool
+BuildRequires:  pkgconfig(twolame)
 Version:14.4.2
 Release:0
 Summary:Sound Conversion Tools




commit python-websockify for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-websockify for 
openSUSE:Factory checked in at 2017-08-29 11:44:11

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


Package is "python-websockify"

Tue Aug 29 11:44:11 2017 rev:14 rq:518694 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-websockify/python-websockify.changes  
2017-07-25 11:40:45.737241754 +0200
+++ /work/SRC/openSUSE:Factory/.python-websockify.new/python-websockify.changes 
2017-08-29 11:44:16.56187 +0200
@@ -1,0 +2,11 @@
+Fri Aug 25 09:42:56 UTC 2017 - tbecht...@suse.com
+
+- use https for Source
+
+---
+Fri Aug 25 07:57:23 UTC 2017 - tbecht...@suse.com
+
+- convert to singlespec
+- split data files into -common package
+
+---



Other differences:
--
++ python-websockify.spec ++
--- /var/tmp/diff_new_pack.daqzvD/_old  2017-08-29 11:44:17.894483103 +0200
+++ /var/tmp/diff_new_pack.daqzvD/_new  2017-08-29 11:44:17.910480847 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-websockify
 Version:0.8.0
 Release:0
@@ -23,17 +24,23 @@
 License:LGPL-3.0 and MPL-2.0 and BSD-2-Clause and BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/kanaka/websockify
-Source: 
http://pypi.python.org/packages/source/w/websockify/websockify-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/w/websockify/websockify-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 %if 0%{?suse_version}
 Recommends: python-numpy
 %endif
 Requires:   python-setuptools
+Requires:   python-websockify-common = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 
+%python_subpackages
+
 %description
 websockify was formerly named wsproxy and was part of the
 noVNC project.
@@ -43,6 +50,22 @@
 parses it, and then begins forwarding traffic between the client and
 the target in both directions.
 
+%package -n python-websockify-common
+Summary:Websockify
+Group:  Development/Languages/Python
+Provides:   %{python_module websockify-common = %{version}}
+
+%description -n python-websockify-common
+websockify was formerly named wsproxy and was part of the
+noVNC project.
+
+At the most basic level, websockify just translates WebSockets traffic
+to normal socket traffic. Websockify accepts the WebSockets handshake,
+parses it, and then begins forwarding traffic between the client and
+the target in both directions.
+
+This package contains common files.
+
 %prep
 %setup -q -n websockify-%{version}
 # remove unwanted shebang
@@ -51,16 +74,26 @@
 chmod -x include/web-socket-js/web_socket.js
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_clone -a %{buildroot}%{_bindir}/websockify
+
+%post
+%python_install_alternative websockify
 
-%files
+%postun
+%python_uninstall_alternative websockify
+
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc CHANGES.txt LICENSE.txt README.md
-%{_bindir}/websockify
-%{_datadir}/websockify
+%python_alternative %{_bindir}/websockify
 %{python_sitelib}/*
 
+%files -n python-websockify-common
+%doc LICENSE.txt
+%{_datadir}/websockify
+
 %changelog




commit 389-ds for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package 389-ds for openSUSE:Factory checked 
in at 2017-08-29 11:44:08

Comparing /work/SRC/openSUSE:Factory/389-ds (Old)
 and  /work/SRC/openSUSE:Factory/.389-ds.new (New)


Package is "389-ds"

Tue Aug 29 11:44:08 2017 rev:10 rq:518666 version:1.3.6.6

Changes:

--- /work/SRC/openSUSE:Factory/389-ds/389-ds.changes2016-11-28 
15:10:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.389-ds.new/389-ds.changes   2017-08-29 
11:44:09.683640576 +0200
@@ -1,0 +2,238 @@
+Tue Aug 15 14:37:47 UTC 2017 - h...@suse.com
+
+- Introduce acl as mandatory runtime dependency.
+
+---
+Tue Aug  8 14:37:00 UTC 2017 - h...@suse.com
+
+- Rename patch 389-ds-base-1.3.2.11_init_fhs.patch -> 0001-init_fhs.patch
+- Fix faulty python module import with patch
+  0002-use-python2-for-selinux-detection.patch
+- Conduct a major clean-up of spec file to remove all outdated macros
+- Introduce extra schema files from OpenLDAP distribution with
+  extra-schema.tgz and LICENSE.openldap
+
+---
+Sat May 27 08:46:54 UTC 2017 - mrueck...@suse.de
+
+- update to 1.3.6.6
+  - Ticket 49157 - fix error in ds-logpipe.py
+  - Ticket 48864 - remove config.h from spal header.
+  - Ticket 48681 - logconv.pl - Fix SASL Bind stats and rework
+report format
+  - Ticket 49261 - Fix script usage and man pages
+  - Ticket 49238 - AddressSanitizer: heap-use-after-free in
+libreplication
+  - Ticket 48864 - Fix FreeIPA build
+  - Ticket 49257 - Reject dbcachesize updates while auto cache
+sizing is enabled
+  - Ticket 49249 - cos_cache is erroneously logging schema checking
+failure
+  - Ticket 49258 - Allow nsslapd-cache-autosize to be modified
+while the server is running
+  - Ticket 49247 - resolve build issues on debian
+  - Ticket 49246 - ns-slapd crashes in role cache creation
+  - Ticket 49157 - ds-logpipe.py crashes for non-existing users
+  - Ticket 49241 - Update man page and usage for db2bak.pl
+  - Ticket 49075 - Adjust logging severity levels
+  - Ticket 47662 - db2index not properly evaluating arguments
+  - Ticket 48989 - fix perf counters
+- changes from 1.3.6.5
+  - Ticket 49231 - fix sasl mech handling
+  - Ticket 49233 - Fix crash in persistent search
+  - Ticket 49230 - slapi_register_plugin creates config entry where
+it should not
+  - Ticket 49135 - PBKDF2 should determine rounds at startup
+  - Ticket 49236 - Fix CI Tests
+  - Ticket 48310 - entry distribution should be case insensitive
+  - Ticket 49224 - without –prefix, $prefixdir would be NONE in
+defaults.
+- drop 9563d299.patch: included upstream
+
+---
+Fri May 19 10:32:03 UTC 2017 - mrueck...@suse.de
+
+- added 9563d299.patch to fix building slapi-nis and freeipa
+
+---
+Thu May 11 11:01:05 UTC 2017 - jeng...@inai.de
+
+- Do not suppress errors from user/group creation.
+  Add some safety quoting here and there.
+
+---
+Thu Apr 27 21:02:04 UTC 2017 - mrueck...@suse.de
+
+- update to 1.3.6.4
+  - Ticket 49228 - Fix SSE4.2 detection.
+  - Ticket 49229 - Correct issues in latest commits
+  - Ticket 49226 - Memory leak in ldap-agent-bin
+  - Ticket 49214 - Implement htree concept
+  - Ticket 49119 - Cleanup configure.ac options and defines
+  - Ticket 49097 - whitespace fixes for pblock change
+  - Ticket 49097 - Pblock get/set cleanup
+  - Ticket 49222 - Resolve various test issues on rawhide
+  - Issue 48978 - Fix the emergency logging functions severity
+levels
+  - Issue 49227 - ldapsearch for nsslapd-errorlog-level returns
+incorrect values
+  - Ticket 49041 - nss won’t start if sql db type set
+  - Ticket 49223 - Fix sds queue locking
+  - Issue 49204 - Fix 32bit arch build failures
+  - Issue 49204 - Need to update function declaration
+  - Ticket 49204 - Fix lower bounds on import autosize + On small
+VM, autotune breaks the access of the suffixes
+  - Issue 49221 - During an upgrade the provided localhost name is
+ignored
+  - Issue 49220 - Remote crash via crafted LDAP messages (SECURITY
+FIX)
+  - Ticket 49184 - Overflow in memberof
+  - Ticket 48050 - Add account policy tests to plugins test suite
+  - Ticket 49207 - Supply docker POC build for DS.
+  - Issue 47662 - CLI args get removed
+  - Issue 49210 - Fix regression when checking is password min age
+should be checked
+  - Ticket 48864 - Add cgroup memory limit detection to 389-ds
+  - Issue 48085 - Expand the repl acceptance test suite
+  - Ticket 49209 - Hang due to omitted replica lock release
+  - Ticket 48864 - Cleanup memory detectio

commit python-ZEO for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-ZEO for openSUSE:Factory 
checked in at 2017-08-29 11:44:21

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


Package is "python-ZEO"

Tue Aug 29 11:44:21 2017 rev:5 rq:518773 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-ZEO/python-ZEO.changes2015-05-19 
23:47:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZEO.new/python-ZEO.changes   
2017-08-29 11:44:27.329153116 +0200
@@ -1,0 +2,19 @@
+Fri Aug 25 11:55:40 UTC 2017 - toddrme2...@gmail.com
+
+- Fix doc package dependencies
+
+---
+Mon Jul 17 17:56:44 UTC 2017 - toddrme2...@gmail.com
+
+- Use same package names from requires and buildrequires to avoid
+  packaging issues.
+
+---
+Sun Jul  9 06:01:33 UTC 2017 - aloi...@gmx.com
+
+- Update to version 5.1.0 (see CHANGES.rst)
+- Converted to single-spec
+- Added python-ZEO-rpmlintrc
+- Enabled tests
+
+---

Old:

  ZEO-4.1.0.tar.gz

New:

  ZEO-5.1.0.tar.gz
  python-ZEO-rpmlintrc



Other differences:
--
++ python-ZEO.spec ++
--- /var/tmp/diff_new_pack.hGT8kX/_old  2017-08-29 11:44:28.440996382 +0200
+++ /var/tmp/diff_new_pack.hGT8kX/_new  2017-08-29 11:44:28.448995254 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ZEO
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,58 +17,63 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-ZEO
-Version:4.1.0
+Version:5.1.0
 Release:0
-Url:http://docs.pylonsproject.org
 Summary:Client-Server storage implementation for ZODB
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/Z/ZEO/ZEO-%{version}.tar.gz
+Url:http://docs.pylonsproject.org
+Source: 
https://files.pythonhosted.org/packages/source/Z/ZEO/ZEO-%{version}.tar.gz
+Source99:   %{name}-rpmlintrc
+BuildRequires:  %{python_module ZConfig}
+BuildRequires:  %{python_module ZODB >= 5.1.1}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+# SECTION documentation requirements
+BuildRequires:  %{python_module Sphinx}
+# /SECTION
+%if %{with test}
+BuildRequires:  %{python_module manuel}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module msgpack-python}
+BuildRequires:  %{python_module random2}
+BuildRequires:  %{python_module zodbpickle >= 0.6.0}
+BuildRequires:  %{python_module zope.testing}
+BuildRequires:  python-futures
+BuildRequires:  python-trollius
+%endif
 Requires:   python-ZConfig
-Requires:   python-ZODB >= 4.0.0
+Requires:   python-ZODB >= 5.1.1
+Requires:   python-six
+
 Requires:   python-persistent
 Requires:   python-transaction
+%ifpython2
+Requires:   python-trollius
+%endif
 Requires:   python-zc.lockfile
 Requires:   python-zdaemon
 Requires:   python-zope.interface
-BuildRequires:  python-ZConfig
-BuildRequires:  python-ZODB >= 4.0.0
-BuildRequires:  python-persistent
-BuildRequires:  python-transaction
-BuildRequires:  python-zc.lockfile
-BuildRequires:  python-zdaemon
-BuildRequires:  python-zope.interface
-
-BuildRequires:  python-six
-# Documentation requirements:
-BuildRequires:  python-Sphinx
-# Testing requirements:
-BuildRequires:  python-manuel
-BuildRequires:  python-random2
-BuildRequires:  python-zope.testing
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
-
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-BuildRequires:  python-ordereddict
-BuildRequires:  python-unittest2
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+Requires(preun): update-alternatives
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 ZEO provides a client-server storage implementation for ZODB.
 
-
-%package doc
+%package -n %{name}-doc
 Summary:Client-Server storage implementation for ZODB
 Group:  Development/Languages/Python
-Requires:   %{name} = %{version}
+Provides:  

commit python-Pint for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-Pint for openSUSE:Factory 
checked in at 2017-08-29 11:43:58

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


Package is "python-Pint"

Tue Aug 29 11:43:58 2017 rev:3 rq:518563 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Pint/python-Pint.changes  2016-06-07 
23:49:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pint.new/python-Pint.changes 
2017-08-29 11:43:59.981008352 +0200
@@ -1,0 +2,37 @@
+Wed Aug 23 22:41:06 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version
+- Update to version 0.8.1
+  * Add support for datetime math. (Issue #510, thanks robertd)
+  * Fixed _repr_html_ in Python 2.7. (Issue #512)
+  * Implemented BaseRegistry.auto_reduce_dimensions. (Issue #500, thanks 
robertd)
+  * Fixed dimension compatibility bug introduced on Registry refactoring 
(Issue #523, thanks dalito)
+- Update to version 0.8
+  * Refactored the Registry in multiple classes for better separation of 
concerns and clarity.
+  * Implemented support for defining multiple units per define call (one 
definition per line). (Issue #462)
+  * In pow and ipow, allow array exponents (with len > 1) when base is 
dimensionless. (Issue #483)
+  * Wraps now gets the canonical name of the unit when passed as string. 
(Issue #468)
+  * NumPy exp and log keeps the type (Issue #95)
+  * Implemented a function decorator to ensure that a context is active 
(with_context) (Issue #465)
+  * Add warning when a System contains an unknown Group. (Issue #472)
+  * Add conda-forge installation snippet. (Issue #485, thanks stadelmanma)
+  * Properly support floor division and modulo. (Issue #474, thanks tecki)
+  * Measurement Correlated variable fix. (Issue #463, thanks tadhgmister)
+  * Implement degree sign handling. (Issue #449, thanks iamthad)
+  * Change UndefinedUnitError to inherit from AttributeError (Issue #480, 
thanks jhidding)
+  * Simplified travis for faster testing.
+  * Fixed order units in siunitx formatting. (Issue #441)
+  * Changed Systems lister to return a list instead of frozenset. (Issue #425, 
thanks GloriaVictis)
+  * Fixed issue with negative values in to_compact() method. (Issue #443, 
thanks nowox)
+  * Improved defintions. (Issues #448, thanks gdonval)
+  * Improved Parser to support capital “E” on scientific notation. (Issue 
#390, thanks javenoneal)
+  * Make sure that prefixed units are defined on the registry when unplicking. 
(Issue #405)
+  * Automatic unit names translation through babel. (Issue #338, thanks 
alexbodn)
+  * Support pickling Unit objects. (Issue #349)
+  * Add support for wavenumber/kayser in spectroscopy context. (Issue #321, 
thanks gerritholl)
+  * Improved formatting. (thanks endolith and others)
+  * Add support for inline comments in definitions file. (Issue #366)
+  * Implement Unit.__deepcopy__. (Issue #357, thanks noahl)
+  * Allow changing shape for Quantities with numpy arrays. (Issue #344, thanks 
tecki)
+
+---

Old:

  Pint-0.7.2.tar.gz

New:

  Pint-0.8.1.tar.gz



Other differences:
--
++ python-Pint.spec ++
--- /var/tmp/diff_new_pack.XJ9WTw/_old  2017-08-29 11:44:01.028860636 +0200
+++ /var/tmp/diff_new_pack.XJ9WTw/_new  2017-08-29 11:44:01.040858945 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pint
 #
-# 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,29 +16,30 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-Pint
-Version:0.7.2
+Version:0.8.1
 Release:0
 Summary:Physical quantities module
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/hgrecco/pint
-Source: https://pypi.io/packages/source/P/Pint/Pint-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-uncertainties
+Source: 
https://files.pythonhosted.org/packages/source/P/Pint/Pint-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module uncertainties}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-uncertainties
 Recommends: python-numpy
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 11

commit slapi-nis for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package slapi-nis for openSUSE:Factory 
checked in at 2017-08-29 11:43:53

Comparing /work/SRC/openSUSE:Factory/slapi-nis (Old)
 and  /work/SRC/openSUSE:Factory/.slapi-nis.new (New)


Package is "slapi-nis"

Tue Aug 29 11:43:53 2017 rev:3 rq:518498 version:0.56.1

Changes:

--- /work/SRC/openSUSE:Factory/slapi-nis/slapi-nis.changes  2017-08-22 
11:08:51.390898109 +0200
+++ /work/SRC/openSUSE:Factory/.slapi-nis.new/slapi-nis.changes 2017-08-29 
11:43:53.625904233 +0200
@@ -6,0 +7,20 @@
+Thu May 18 16:35:17 UTC 2017 - mrueck...@suse.de
+
+- update to 0.56.1
+  - Support querying external users by UPN alias
+  - Don't clobber target of the pblock for ID views
+  - Add priming thread to populate the map cache without blocking
+the DS
+  - Add support for changing passwords for users from a primary
+tree
+- requires DS 1.3.5.6 or later
+
+---
+Thu Apr 14 01:06:35 UTC 2016 - mrueck...@suse.de
+
+- update to 0.55
+  - Support external members of IPA groups in schema compat
+  - Support bind over ID overrides when uid is not overridden
+  - Populate schema compat trees in parallel to LDAP server startup
+
+---

Old:

  slapi-nis-0.54.2.tar.gz
  slapi-nis-0.54.2.tar.gz.sig

New:

  slapi-nis-0.56.1.tar.gz
  slapi-nis-0.56.1.tar.gz.sig



Other differences:
--
++ slapi-nis.spec ++
--- /var/tmp/diff_new_pack.OcOMpQ/_old  2017-08-29 11:43:54.861730018 +0200
+++ /var/tmp/diff_new_pack.OcOMpQ/_new  2017-08-29 11:43:54.865729455 +0200
@@ -20,19 +20,19 @@
 %define betxn_opts --enable-be-txns-by-default
 
 Name:   slapi-nis
-Version:0.54.2
+Version:0.56.1
 Release:0
 Summary:NIS Server and Schema Compatibility plugins for 389 Directory 
Server
 License:GPL-2.0
 Group:  Productivity/Networking/LDAP/Servers
-Url:http://slapi-nis.fedorahosted.org/
-Source0:
https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz
-Source1:
https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz.sig
+Url:https://pagure.io/slapi-nis
+Source0:
https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz
+Source1:
https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz.sig
 BuildRequires:  glibc-devel
 BuildRequires:  libnsl-devel
 BuildRequires:  pam-devel
 BuildRequires:  tcpd-devel
-BuildRequires:  pkgconfig(dirsrv)
+BuildRequires:  pkgconfig(dirsrv) >= 1.3.5.6
 BuildRequires:  pkgconfig(libtirpc)
 BuildRequires:  pkgconfig(mozldap)
 BuildRequires:  pkgconfig(nspr)

++ slapi-nis-0.54.2.tar.gz -> slapi-nis-0.56.1.tar.gz ++
 23690 lines of diff (skipped)




commit python-gdata for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-gdata for openSUSE:Factory 
checked in at 2017-08-29 11:43:45

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


Package is "python-gdata"

Tue Aug 29 11:43:45 2017 rev:42 rq:517246 version:2.0.18

Changes:

--- /work/SRC/openSUSE:Factory/python-gdata/python-gdata.changes
2014-01-30 15:11:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gdata.new/python-gdata.changes   
2017-08-29 11:43:51.678178805 +0200
@@ -1,0 +2,8 @@
+Wed Jul 19 20:31:01 UTC 2017 - sebix+novell@sebix.at
+
+- update to singlespec
+- new documentation subpackage
+ * includes samples
+- clean up specfile
+
+---



Other differences:
--
++ python-gdata.spec ++
--- /var/tmp/diff_new_pack.Xmi4bu/_old  2017-08-29 11:43:52.810019249 +0200
+++ /var/tmp/diff_new_pack.Xmi4bu/_new  2017-08-29 11:43:52.814018686 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gdata
 #
-# 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
@@ -16,53 +16,58 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-gdata
 Version:2.0.18
 Release:0
-Url:http://code.google.com/p/gdata-python-client
 Summary:Python library to access data through Google Data APIs
 License:Apache-2.0
 Group:  Development/Libraries/Python
+Url:http://code.google.com/p/gdata-python-client
 Source: 
https://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
-BuildArch:  noarch
-%endif
-%if 0%{?suse_version} > 1010
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-%endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+BuildRequires:  python-rpm-macros
+Suggests:   python-gdata-doc
+BuildArch:  noarch
+
+%{python_subpackages}
+
+%package -n %{name}-doc
+Summary:Documentation files for %name
+Group:  Documentation/HTML
 
 %description 
 The Google data Python Client Library provides a library and source
 code that make it easy to access data through Google Data APIs.
 
+%description -n %{name}-doc
+HTML documentation on provided interfaces and samples for %name.
+
 %prep
 %setup -q -n gdata-%{version}
-find samples/oauth src/gdata samples/apps/marketplace_sample -type f -name 
"*.py" -exec sed -i 's|\r||' {} \; # Fix wrong EOL encoding
+find samples/oauth src/gdata samples/apps/marketplace_sample -type f \( -name 
"*.py" -or -name "*.css" -or -name "*.txt" \) -exec sed -i 's|\r||' {} \; # Fix 
wrong EOL encoding
 find samples -type f -name "*.py" -exec chmod 0644 {} \; # Remove executable 
perms on samples
 find samples/apps/marketplace_sample -type f \( -name "*.c" -o -name "*.txt" 
\) -exec chmod 0644 {} \; # Remove executable perms on samples
 # Remove unnecessary Python shebangs
 find . -type f -exec sed -i -r '1s|^#! *(.+)/python(.*)$||' {} \;
 find . -type f -exec sed -i -r '1s|^#! */usr/bin/env +python.*$||' {} \;
+rm pydocs/generate_docs
 
 %build
-python setup.py build
+%{python_build}
 
 %install
-python setup.py install --prefix="%{_prefix}" --root="%{buildroot}"
-%if 0%{?suse_version} > 1010
-%fdupes %{buildroot}%{python_sitelib}
-%endif
-
-%files
-%defattr(-,root,root)
-%doc README.txt RELEASE_NOTES.txt samples
+%{python_install}
+%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
+
+%files %{python_files}
+%doc README.txt RELEASE_NOTES.txt
 %{python_sitelib}/*
 
+%files -n %{name}-doc
+%doc pydocs samples
+
 %changelog




commit python-zope.configuration for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-zope.configuration for 
openSUSE:Factory checked in at 2017-08-29 11:42:57

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


Package is "python-zope.configuration"

Tue Aug 29 11:42:57 2017 rev:4 rq:510601 version:4.1.0

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.configuration.new/python-zope.configuration-doc.changes
 2017-08-29 11:42:58.317701203 +0200
@@ -0,0 +1,33 @@
+---
+Sun Jul 16 08:23:42 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.1.0
+  * Drop support for Python 2.6 and 3.2.
+  * Add support for Python 3.5 and 3.6.
+  * Fix the domain of MessageID fields to be a native string.
+Previously on Python 3 they were bytes, which meant that they
+couldn’t be used to find translation utilities registered by
+zope.i18n. See issue 17.
+
+- Split docs and tests into separate -doc package since running
+  tests and sometimes building docs had become very messy.
+  Also see (gh#/zopefoundation/zope.proxy#18)
+
+- Converted to single-spec
+
+---
+Fri May 15 11:28:36 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 4.0.3:
+  * Added explicit support for Python 3.4.
+- point the source URL to pypi
+- add fdupes as BuildRequires and call it after install
+- pass -q to the test to avoid spamming the build log
+- rename CHANGES.txt to CHANGES.rst: changed upstream
+- rename README.txt to README.rst: changed upstream
+
+---
+Mon Jul 29 14:32:46 UTC 2013 - h...@urpla.net
+
+- version 4.0.2: initial build
+
--- 
/work/SRC/openSUSE:Factory/python-zope.configuration/python-zope.configuration.changes
  2015-05-19 23:37:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.configuration.new/python-zope.configuration.changes
 2017-08-29 11:42:59.005604225 +0200
@@ -1,0 +2,17 @@
+Sun Jul 16 08:23:42 UTC 2017 - aloi...@gmx.com
+
+- Update to version 4.1.0
+  * Drop support for Python 2.6 and 3.2.
+  * Add support for Python 3.5 and 3.6.
+  * Fix the domain of MessageID fields to be a native string.
+Previously on Python 3 they were bytes, which meant that they
+couldn’t be used to find translation utilities registered by
+zope.i18n. See issue 17.
+
+- Split docs and tests into separate -doc package since running
+  tests and sometimes building docs had become very messy.
+  Also see (gh#/zopefoundation/zope.proxy#18)
+
+- Converted to single-spec
+
+---

Old:

  zope.configuration-4.0.3.tar.gz

New:

  pre_checkin.sh
  python-zope.configuration-doc.changes
  python-zope.configuration-doc.spec
  zope.configuration-4.1.0.tar.gz



Other differences:
--
++ python-zope.configuration-doc.spec ++
#
# spec file for package python-zope.configuration-doc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-zope.configuration-doc
Version:4.1.0
Release:0
Summary:Documentation for python-zope.configuration
License:ZPL-2.1
Group:  Development/Languages/Python
Url:http://www.python.org/pypi/zope.configuration
Source: 
https://files.pythonhosted.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module zope.configuration = %{version}}
# SECTION documentation requirements
BuildRequires:  python3-Sphinx
BuildRequires:  python3-repoze.sphinx.autointerface
# /SECTION
# SECTION test requirements
BuildRequires:  %{python_module zope.testrunner}
# /SECTION
BuildRequires:  python-rpm-macros
Requires:   python-zope.i18nmessageid
Req

commit ffmpeg for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package ffmpeg for openSUSE:Factory checked 
in at 2017-08-29 11:42:13

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


Package is "ffmpeg"

Tue Aug 29 11:42:13 2017 rev:32 rq:518721 version:3.3.3

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes2017-08-12 
19:41:02.904116363 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes   2017-08-29 
11:42:19.571163587 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:34:58 UTC 2017 - o...@aepfle.de
+
+- Build unconditionally with lame and twolame
+
+---



Other differences:
--
++ ffmpeg.spec ++
--- /var/tmp/diff_new_pack.qIQWMq/_old  2017-08-29 11:42:21.186935797 +0200
+++ /var/tmp/diff_new_pack.qIQWMq/_new  2017-08-29 11:42:21.190935234 +0200
@@ -22,9 +22,7 @@
 %bcond_withnvidia
 %endif
 %bcond_withfdk_aac
-%bcond_withlame
 %bcond_withlibrtmp
-%bcond_withtwolame
 %bcond_withvo_aacenc
 %bcond_withx264
 %bcond_withx265
@@ -68,6 +66,7 @@
 %if %{with celt}
 BuildRequires:  pkgconfig(celt) >= 0.11.0
 %endif
+BuildRequires:  libmp3lame-devel
 BuildRequires:  pkgconfig(enca)
 BuildRequires:  pkgconfig(fontconfig) >= 2.4.2
 BuildRequires:  pkgconfig(freetype2)
@@ -102,6 +101,7 @@
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(theora) >= 1.1
+BuildRequires:  pkgconfig(twolame)
 %if %{with vdpau}
 BuildRequires:  pkgconfig(vdpau)
 %endif
@@ -123,18 +123,12 @@
 %if %{with librtmp}
 BuildRequires:  pkgconfig(librtmp)
 %endif
-%if %{with lame}
-BuildRequires:  libmp3lame-devel
-%endif
 %if %{with xvid}
 BuildRequires:  libxvidcore-devel
 %endif
 %if %{with opencore}
 BuildRequires:  pkgconfig(opencore-amrnb)
 %endif
-%if %{with twolame}
-BuildRequires:  pkgconfig(twolame)
-%endif
 %if %{with x264}
 BuildRequires:  pkgconfig(x264)
 %endif
@@ -480,17 +474,13 @@
 %if %{with fdk_aac}
--enable-libfdk_aac --enable-nonfree \
 %endif
-%if %{with lame}
--enable-libmp3lame \
-%endif
 %if %{with opencore}
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-version3 \
 %endif
-%if %{with twolame}
--enable-libtwolame \
-%endif
 %if %{with x264}
--enable-libx264 \
 %endif

++ enable_decoders ++
--- /var/tmp/diff_new_pack.qIQWMq/_old  2017-08-29 11:42:21.266924520 +0200
+++ /var/tmp/diff_new_pack.qIQWMq/_new  2017-08-29 11:42:21.270923957 +0200
@@ -26,7 +26,9 @@
 #mpeg1video # libav
 #mpeg2video # libav
 #mpeg4 # libav
-mp3
+mp1
+mp2 # twolame
+mp3 # lame
 opus # libopus
 pam # trivial
 pbm # trivial

++ enable_encoders ++
--- /var/tmp/diff_new_pack.qIQWMq/_old  2017-08-29 11:42:21.310918318 +0200
+++ /var/tmp/diff_new_pack.qIQWMq/_new  2017-08-29 11:42:21.310918318 +0200
@@ -20,6 +20,9 @@
 libwebp
 libwebp_anim
 mjpeg
+mp1
+mp2 # twolame
+mp3 # lame
 pam
 pbm
 pcm_alaw





commit amarok for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2017-08-29 11:42:29

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


Package is "amarok"

Tue Aug 29 11:42:29 2017 rev:106 rq:518864 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2016-12-26 
21:41:58.324735386 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2017-08-29 
11:42:32.209381869 +0200
@@ -1,0 +2,6 @@
+Thu Aug 24 10:41:10 UTC 2017 - wba...@tmo.at
+
+- Add Fix-crash-during-musicbrainz-search.patch to fix a possible
+  crash when looking up metadata on MusicBrainz (kde#328359)
+
+---

New:

  Fix-crash-during-musicbrainz-search.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.Jc8g9L/_old  2017-08-29 11:42:35.612902049 +0200
+++ /var/tmp/diff_new_pack.Jc8g9L/_new  2017-08-29 11:42:35.624900357 +0200
@@ -61,8 +61,10 @@
 Patch110:   amarok-ffmpeg3.0.patch
 # PATCH-FIX-UPSTREAM Fix-for-infinite-loop-with-some-Audio-CDs.patch 
kde#339190 -- Fix for the infinite loop in case a home-burned or old audio CD 
is inserted
 Patch111:   Fix-for-infinite-loop-with-some-Audio-CDs.patch
-# PATCH-FIX-UPSTREAM Fix-MPRIS2-DesktopEntry-value.patch, nec essary for 
working media controls in taskbar plsama 5.7 -- kde#565275
+# PATCH-FIX-UPSTREAM Fix-MPRIS2-DesktopEntry-value.patch, necessary for 
working media controls in taskbar plasma 5.7 -- kde#565275
 Patch112:   Fix-MPRIS2-DesktopEntry-value.patch
+# PATCH-FIX-UPSTREAM Fix-crash-during-musicbrainz-search.patch kde#328359 -- 
Fix a possible crash when looking up metadata on MusicBrainz
+Patch113:   Fix-crash-during-musicbrainz-search.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -140,6 +142,7 @@
 %patch110 -p0
 %patch111 -p1
 %patch112 -p1
+%patch113 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ Fix-crash-during-musicbrainz-search.patch ++
>From 88ee85a8333cf54dc123fef5e07a1c92ab9f7261 Mon Sep 17 00:00:00 2001
From: Sergey Ivanov <123k...@gmail.com>
Date: Sun, 20 Aug 2017 11:25:57 +0300
Subject: Fix crash during musicbrainz search.

BUG: 328359
REVIEW: 130232
---
 ChangeLog|   3 +-
 src/musicbrainz/MusicBrainzFinder.cpp|   6 +-
 src/musicbrainz/MusicBrainzFinder.h  |   3 +-
 src/musicbrainz/MusicBrainzTagsItem.cpp  | 188 +++
 src/musicbrainz/MusicBrainzTagsItem.h|   6 +-
 src/musicbrainz/MusicBrainzTagsModel.cpp |  66 +--
 src/musicbrainz/MusicBrainzTagsModel.h   |   2 +
 src/musicbrainz/MusicBrainzXmlParser.cpp |   3 +-
 src/musicbrainz/MusicBrainzXmlParser.h   |   2 +-
 9 files changed, 141 insertions(+), 138 deletions(-)

diff --git a/src/musicbrainz/MusicBrainzFinder.cpp 
b/src/musicbrainz/MusicBrainzFinder.cpp
index 9a1b3bb..2598a0b 100644
--- a/src/musicbrainz/MusicBrainzFinder.cpp
+++ b/src/musicbrainz/MusicBrainzFinder.cpp
@@ -132,8 +132,7 @@ MusicBrainzFinder::sendNewRequest()
 }
 
 void
-MusicBrainzFinder::gotAuthenticationRequest( const QNetworkReply *reply,
- QAuthenticator *authenticator ) 
const
+MusicBrainzFinder::gotAuthenticationRequest( const QNetworkReply *reply, 
QAuthenticator *authenticator )
 {
 if( reply->url().host() == mb_host )
 {
@@ -644,8 +643,9 @@ MusicBrainzFinder::compileRequest( QUrl &url )
 url.setPort( mb_port );
 
 QNetworkRequest req( url );
-req.setRawHeader( "User-Agent" , "Amarok" );
+req.setRawHeader( "Accept", "application/xml");
 req.setRawHeader( "Connection", "Keep-Alive" );
+req.setRawHeader( "User-Agent" , "Amarok" );
 
 if( !m_timer->isActive() )
 m_timer->start();
diff --git a/src/musicbrainz/MusicBrainzFinder.h 
b/src/musicbrainz/MusicBrainzFinder.h
index beb1551..4dbd4a5 100644
--- a/src/musicbrainz/MusicBrainzFinder.h
+++ b/src/musicbrainz/MusicBrainzFinder.h
@@ -51,8 +51,7 @@ class MusicBrainzFinder : public QObject
 
 private slots:
 void sendNewRequest();
-void gotAuthenticationRequest( const QNetworkReply *reply,
-   QAuthenticator *authenticator ) const;
+void gotAuthenticationRequest( const QNetworkReply *reply, 
QAuthenticator *authenticator );
 void gotReplyError( QNetworkReply::NetworkError code );
 void gotReply( QNetworkReply *reply );
 
diff --git a/src/musicbrainz/MusicBrainzTagsItem.cpp 
b/src/musicbrainz/MusicBrainzTagsItem.cpp
index 094

commit ffmpeg2 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package ffmpeg2 for openSUSE:Factory checked 
in at 2017-08-29 11:42:22

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


Package is "ffmpeg2"

Tue Aug 29 11:42:22 2017 rev:10 rq:518724 version:2.8.12

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg2/ffmpeg2.changes  2017-06-29 
15:16:47.362854841 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg2.new/ffmpeg2.changes 2017-08-29 
11:42:24.722437366 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 06:34:58 UTC 2017 - o...@aepfle.de
+
+- Build unconditionally with lame and twolame
+
+---



Other differences:
--
++ ffmpeg2.spec ++
--- /var/tmp/diff_new_pack.R5DHr9/_old  2017-08-29 11:42:26.142237205 +0200
+++ /var/tmp/diff_new_pack.R5DHr9/_new  2017-08-29 11:42:26.146236641 +0200
@@ -17,9 +17,7 @@
 
 
 %bcond_withfdk_aac
-%bcond_withlame
 %bcond_withlibrtmp
-%bcond_withtwolame
 %bcond_withvo_aacenc
 %bcond_withx264
 %bcond_withx265
@@ -65,6 +63,7 @@
 %if %{with celt}
 BuildRequires:  pkgconfig(celt) >= 0.11.0
 %endif
+BuildRequires:  libmp3lame-devel
 BuildRequires:  pkgconfig(enca)
 BuildRequires:  pkgconfig(fontconfig) >= 2.4.2
 BuildRequires:  pkgconfig(freetype2)
@@ -96,6 +95,7 @@
 BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(theora) >= 1.1
+BuildRequires:  pkgconfig(twolame)
 %if %{with vdpau}
 BuildRequires:  pkgconfig(vdpau)
 %endif
@@ -117,18 +117,12 @@
 %if %{with librtmp}
 BuildRequires:  pkgconfig(librtmp)
 %endif
-%if %{with lame}
-BuildRequires:  libmp3lame-devel
-%endif
 %if %{with xvid}
 BuildRequires:  libxvidcore-devel
 %endif
 %if %{with opencore}
 BuildRequires:  pkgconfig(opencore-amrnb)
 %endif
-%if %{with twolame}
-BuildRequires:  pkgconfig(twolame)
-%endif
 %if %{with x264}
 BuildRequires:  pkgconfig(x264)
 %endif
@@ -353,17 +347,13 @@
 %if %{with fdk_aac}
--enable-libfdk_aac --enable-nonfree \
 %endif
-%if %{with lame}
--enable-libmp3lame \
-%endif
 %if %{with opencore}
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-version3 \
 %endif
-%if %{with twolame}
--enable-libtwolame \
-%endif
 %if %{with x264}
--enable-libx264 \
 %endif

++ enable_decoders ++
--- /var/tmp/diff_new_pack.R5DHr9/_old  2017-08-29 11:42:26.202228748 +0200
+++ /var/tmp/diff_new_pack.R5DHr9/_new  2017-08-29 11:42:26.210227620 +0200
@@ -26,7 +26,9 @@
 #mpeg1video # libav
 #mpeg2video # libav
 #mpeg4 # libav
-mp3 # ffmpeg(3.x)
+mp1
+mp2 # twolame
+mp3 # lame
 opus # libopus
 pam # trivial
 pbm # trivial

++ enable_encoders ++
--- /var/tmp/diff_new_pack.R5DHr9/_old  2017-08-29 11:42:26.266219726 +0200
+++ /var/tmp/diff_new_pack.R5DHr9/_new  2017-08-29 11:42:26.270219162 +0200
@@ -20,6 +20,9 @@
 libwebp
 libwebp_anim
 mjpeg
+mp1
+mp2 # twolame
+mp3 # lame
 pam
 pbm
 pcm_alaw





commit libgxps for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2017-08-29 11:40:56

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


Package is "libgxps"

Tue Aug 29 11:40:56 2017 rev:16 rq:518809 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2017-03-03 
14:37:09.408188461 +0100
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2017-08-29 
11:40:58.294622188 +0200
@@ -1,0 +2,19 @@
+Tue Aug 15 15:20:10 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.3.0:
+  + New features:
+- Add initial support for resource dictionaries (bgo#31).
+- Support OpenXPS fixed representation schema (bgo#768117).
+  + Bug fixes: Fix a crash when extracting a malformed file
+(bgo#785479).
+  + Build: Switch to meson build system (bgo#783642).
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+- Add gtk-doc BuildRequires, needed to build documentation, also
+  build manpages.
+- Add libgxps-rpmlintrc: Filter out bogus rpmlint warning about
+  libgxps-tools not containing any libs.
+- Run spec-cleaner, modernize spec.
+
+---

Old:

  libgxps-0.2.5.tar.xz

New:

  libgxps-0.3.0.tar.xz
  libgxps-rpmlintrc



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.Q21925/_old  2017-08-29 11:40:59.286482349 +0200
+++ /var/tmp/diff_new_pack.Q21925/_new  2017-08-29 11:40:59.298480658 +0200
@@ -17,16 +17,20 @@
 
 
 Name:   libgxps
-Version:0.2.5
+Version:0.3.0
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:https://live.gnome.org/libgxps
-Source0:
http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/libgxps/0.3/%{name}-%{version}.tar.xz
+Source99:   %{name}-rpmlintrc
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-pdf)
 BuildRequires:  pkgconfig(cairo-ps)
@@ -38,7 +42,6 @@
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libarchive) >= 2.8.0
 BuildRequires:  pkgconfig(libpng)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libgxps is a GObject based library for handling and rendering XPS
@@ -84,40 +87,44 @@
 %setup -q
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+%{meson} \
+   -Denable-gtk-doc=true \
+   -Denable-man=true \
+   -Denable-test=false \
+   %{nil}
+%{meson_build}
 
 %install
-%make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%{meson_install}
 
 %post -n libgxps2 -p /sbin/ldconfig
-
 %postun -n libgxps2 -p /sbin/ldconfig
 
 %files -n libgxps2
-%defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
 %{_libdir}/libgxps.so.2*
 
 %files -n typelib-1_0-GXPS-0_1
-%defattr(-, root, root)
 %{_libdir}/girepository-1.0/GXPS-0.1.typelib
 
 %files tools
-%defattr(-, root, root)
 %{_bindir}/xpstojpeg
 %{_bindir}/xpstopdf
 %{_bindir}/xpstopng
 %{_bindir}/xpstops
 %{_bindir}/xpstosvg
+%{_mandir}/man1/xpstojpeg.1%{?ext_man}
+%{_mandir}/man1/xpstopdf.1%{?ext_man}
+%{_mandir}/man1/xpstopng.1%{?ext_man}
+%{_mandir}/man1/xpstops.1%{?ext_man}
+%{_mandir}/man1/xpstosvg.1%{?ext_man}
 
 %files devel
-%defattr(-, root, root)
+%doc AUTHORS NEWS README
+%doc %{_datadir}/gtk-doc/html/libgxps/
 %{_includedir}/libgxps/
 %{_libdir}/libgxps.so
 %{_libdir}/pkgconfig/libgxps.pc
 %{_datadir}/gir-1.0/GXPS-0.1.gir
-%doc %{_datadir}/gtk-doc/html/libgxps/
 
 %changelog

++ libgxps-0.2.5.tar.xz -> libgxps-0.3.0.tar.xz ++
 59514 lines of diff (skipped)

++ libgxps-rpmlintrc ++
# Filter out pointless libgxps-tools.x86_64: W: shlib-policy-missing-lib
addFilter("shlib-policy-missing-lib")



commit hplip for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2017-08-29 11:40:51

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


Package is "hplip"

Tue Aug 29 11:40:51 2017 rev:112 rq:518800 version:3.17.6

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2017-07-30 
11:21:39.209875284 +0200
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2017-08-29 
11:40:51.759543548 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 17:29:47 UTC 2017 - fv...@suse.com
+
+- Default to Qt5 on SLE 15 as well to avoid Qt4 with dependency on
+  openSSL 1.0
+
+---



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.SiYgBQ/_old  2017-08-29 11:40:53.239334917 +0200
+++ /var/tmp/diff_new_pack.SiYgBQ/_new  2017-08-29 11:40:53.243334353 +0200
@@ -32,8 +32,8 @@
 # For SLE11 redefine _libexecdir because on SLE11 _libexecdir is "/usr/lib64":
 %global _libexecdir %{_prefix}/lib
 %endif
-# Use Qt5 frontend on TW and Leap >= 42.2
-%if 0%{?is_opensuse} && (0%{?suse_version} > 1320 || 0%{?sle_version} >= 
120200)
+# Use Qt5 frontend on TW, Leap >= 42.2 and SLE >= 15
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120200 && 
0%{?is_opensuse})
 %global use_qt5 1
 %else
 %global use_qt5 0







commit libzypp for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2017-08-29 11:41:06

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


Package is "libzypp"

Tue Aug 29 11:41:06 2017 rev:385 rq:519150 version:16.15.6

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2017-08-17 
11:43:39.385661907 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2017-08-29 
11:41:09.888987543 +0200
@@ -1,0 +2,21 @@
+Mon Aug 28 16:05:36 CEST 2017 - m...@suse.de
+
+- Add testcase to compile (bsc#1055920)
+- version 16.15.6 (0)
+
+---
+Fri Aug 25 14:08:43 CEST 2017 - m...@suse.de
+
+- Adapt to work with GnuPG 2.1.23 (bsc#1054088)
+- version 16.15.5 (0)
+
+---
+Fri Aug 25 12:51:43 CEST 2017 - m...@suse.de
+
+- verifyFileSignature: Support signing with subkeys (bsc#1008325)
+- PublicKey: Scan and provide subkey information.
+- Enhance sort order for media.1/products (bsc#1054671)
+- Drop detection and support for rpm-4.4 (fixes #77)
+- version 16.15.4 (0)
+
+---

Old:

  libzypp-16.15.3.tar.bz2

New:

  libzypp-16.15.6.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.QrIN7G/_old  2017-08-29 11:41:11.188804288 +0200
+++ /var/tmp/diff_new_pack.QrIN7G/_new  2017-08-29 11:41:11.200802596 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:16.15.3
+Version:16.15.6
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management
@@ -95,18 +95,18 @@
 Requires:   rpm
 
 %if 0%{?suse_version}
-BuildRequires:  rpm-devel
+BuildRequires:  rpm-devel > 4.4
 %endif
 
 %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 
600
 BuildRequires:  glib2-devel
 BuildRequires:  popt-devel
-BuildRequires:  rpm-devel
+BuildRequires:  rpm-devel > 4.4
 %endif
 
 %if 0%{?mandriva_version}
 BuildRequires:  glib2-devel
-BuildRequires:  librpm-devel
+BuildRequires:  librpm-devel > 4.4
 %endif
 
 %if 0%{?suse_version}
@@ -147,7 +147,7 @@
 Requires:   libzypp = %{version}
 Requires:   openssl-devel
 Requires:   popt-devel
-Requires:   rpm-devel
+Requires:   rpm-devel > 4.4
 Requires:   zlib-devel
 %if 0%{?suse_version} >= 1130 || 0%{?fedora_version} >= 16
 Requires:   libudev-devel

++ libzypp-16.15.3.tar.bz2 -> libzypp-16.15.6.tar.bz2 ++
 18049 lines of diff (skipped)




commit libquicktime for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libquicktime for openSUSE:Factory 
checked in at 2017-08-29 11:41:25

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


Package is "libquicktime"

Tue Aug 29 11:41:25 2017 rev:55 rq:518683 version:1.2.4cvs20150223

Changes:

--- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes
2017-07-11 08:33:56.210962988 +0200
+++ /work/SRC/openSUSE:Factory/.libquicktime.new/libquicktime.changes   
2017-08-29 11:41:26.166692634 +0200
@@ -1,0 +2,6 @@
+Fri Aug 25 06:10:58 UTC 2017 - o...@aepfle.de
+
+- Enable lame unconditionally
+- Remove ffmpeg conditional because it is always present
+
+---



Other differences:
--
++ libquicktime.spec ++
--- /var/tmp/diff_new_pack.C4hV6e/_old  2017-08-29 11:41:27.298533062 +0200
+++ /var/tmp/diff_new_pack.C4hV6e/_new  2017-08-29 11:41:27.302532499 +0200
@@ -18,8 +18,6 @@
 
 %bcond_withfaac
 %bcond_withfaad
-%bcond_without ffmpeg
-%bcond_withlame
 %bcond_withx264
 
 %define sover 0
@@ -48,15 +46,14 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libdv-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  libmp3lame-devel
 BuildRequires:  libtool
 BuildRequires:  libvorbis-devel
 BuildRequires:  pkg-config
 BuildRequires:  schroedinger-devel
 BuildRequires:  pkgconfig(gl)
-%if %{with ffmpeg}
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libswscale)
-%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xext)
@@ -70,9 +67,6 @@
 %if %{with faad}
 BuildRequires:  libfaad2-devel
 %endif
-%if %{with lame}
-BuildRequires:  libmp3lame-devel
-%endif
 %if %{with x264}
 BuildRequires:  libx264-devel
 %endif
@@ -165,15 +159,14 @@
 %dir %{_libdir}/libquicktime
 %{_libdir}/libquicktime/lqt_audiocodec.so
 %{_libdir}/libquicktime/lqt_dv.so
+%{_libdir}/libquicktime/lqt_lame.so
 %{_libdir}/libquicktime/lqt_mjpeg.so
 %{_libdir}/libquicktime/lqt_png.so
 %{_libdir}/libquicktime/lqt_rtjpeg.so
 %{_libdir}/libquicktime/lqt_schroedinger.so
 %{_libdir}/libquicktime/lqt_videocodec.so
 %{_libdir}/libquicktime/lqt_vorbis.so
-%if %{with ffmpeg}
 %{_libdir}/libquicktime/lqt_ffmpeg.so
-%endif
 
 %if 0%{?BUILD_ORIG}
 %files orig-addon
@@ -184,9 +177,6 @@
 %if %{with faad}
 %{_libdir}/libquicktime/lqt_faad2.so
 %endif
-%if %{with lame}
-%{_libdir}/libquicktime/lqt_lame.so
-%endif
 %if %{with x264}
 %{_libdir}/libquicktime/lqt_x264.so
 %endif




commit subversion for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2017-08-29 11:40:32

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


Package is "subversion"

Tue Aug 29 11:40:32 2017 rev:149 rq:518741 version:1.9.7

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2017-08-24 
18:21:20.875838097 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2017-08-29 11:40:33.850068572 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 12:41:19 UTC 2017 - tchva...@suse.com
+
+- Switch the KDE condition to match sle15 too
+
+---



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.75dFkZ/_old  2017-08-29 11:40:36.373712765 +0200
+++ /var/tmp/diff_new_pack.75dFkZ/_new  2017-08-29 11:40:36.413707127 +0200
@@ -23,8 +23,8 @@
 %{!?_tmpfilesdir: %global _tmpfilesdir %{_libexecdir}/tmpfiles.d }
 %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
 %define sqlite_minimum_version 3.7.12
-# SLE 12 does not ship KDE
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} != 1
+# SLE does not ship KDE
+%if 0%{?is_opensuse} != 1
 %define with_kde 0
 %else
 %define with_kde 1





commit lz4 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package lz4 for openSUSE:Factory checked in 
at 2017-08-29 11:40:44

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


Package is "lz4"

Tue Aug 29 11:40:44 2017 rev:10 rq:518774 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/lz4/lz4.changes  2017-08-22 11:05:29.767295647 
+0200
+++ /work/SRC/openSUSE:Factory/.lz4.new/lz4.changes 2017-08-29 
11:40:47.992074714 +0200
@@ -1,0 +2,21 @@
+Fri Aug 25 13:59:49 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.8.0
+  * cli: fix: do not modify /dev/null's permissions.
+  * cli: added POSIX separator "--" for specifying that all
+following arguments are non-options.
+  * cli: restored -BX command enabling block checksum.
+  * API: added LZ4_compress_HC_destSize() and
+LZ4F_resetDecompressionContext().
+  * API: lz4frame: negative compression levels trigger fast
+acceleration.
+  * API: lz4frame: ability to control block checksum and
+dictionary ID.
+  * API: fix: expose obsolete decoding functions
+  * API: experimental: lz4frame_static.h:
+new dictionary compression API
+  * doc: Updated LZ4 Frame format to v1.6.0, restoring
+Dictionary ID field in header.
+- Add lz-export.diff
+
+---

Old:

  v1.7.5.tar.gz

New:

  lz-export.diff
  v1.8.0.tar.gz



Other differences:
--
++ lz4.spec ++
--- /var/tmp/diff_new_pack.2ho194/_old  2017-08-29 11:40:49.675837325 +0200
+++ /var/tmp/diff_new_pack.2ho194/_new  2017-08-29 11:40:49.679836761 +0200
@@ -18,16 +18,18 @@
 
 Name:   lz4
 %define lname  liblz4-1
-Version:1.7.5
+Version:1.8.0
 Release:0
 Summary:Hash-based Predictive Lempel–Ziv compressor
 License:GPL-2.0+ and BSD-2-Clause
 Group:  Productivity/Archiving/Compression
 Url:http://lz4.org/
 
-Source: https://github.com/lz4/lz4/archive/v%{version}.tar.gz
+#Git-Clone:https://github.com/lz4/lz4
+Source: https://github.com/lz4/lz4/archive/v%version.tar.gz
 Source99:   baselibs.conf
 Patch1: lz4-use-shlib.diff
+Patch2: lz-export.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 
@@ -68,7 +70,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 # Goddammit, lz4
@@ -76,9 +78,12 @@
 # don't bother building here, because make install builds it again - 
unconditionally :-(
 
 %install
-make install CFLAGS="%optflags -DXXH_NAMESPACE=LZ4_" \
-   DESTDIR="%buildroot" PREFIX="%_prefix" LIBDIR="%_libdir"
+make install CFLAGS="%optflags" DESTDIR="%buildroot" \
+   PREFIX="%_prefix" LIBDIR="%_libdir"
 rm -f "%buildroot/%_libdir"/*.a
+mkdir -p "%buildroot/%_mandir/man1"
+# duh, it was right in 1.7.5
+mv "%buildroot/%_mandir"/*.1 "%buildroot/%_mandir/man1/"
 
 %check
 LD_LIBRARY_PATH="%buildroot/%_libdir" ldd -r "%buildroot/%_bindir/lz4"

++ lz-export.diff ++

[9s] bench.o: In function `BMK_benchMem':
[9s] /home/abuild/rpmbuild/BUILD/lz4-1.8.0/programs/bench.c:221: undefined 
reference to `LZ4_XXH64'

---
 lib/xxhash.h |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: lz4-1.8.0/lib/xxhash.h
===
--- lz4-1.8.0.orig/lib/xxhash.h
+++ lz4-1.8.0/lib/xxhash.h
@@ -105,7 +105,7 @@ typedef enum { XXH_OK=0, XXH_ERROR } XXH
 #define XXH_PUBLIC_API static   /* this version may generate warnings for 
unused static functions; disable the relevant warning */
 #  endif
 #else
-#  define XXH_PUBLIC_API   /* do nothing */
+#  define XXH_PUBLIC_API __attribute__((visibility("default")))  /* do nothing 
*/
 #endif /* XXH_PRIVATE_API */
 
 /*!XXH_NAMESPACE, aka Namespace Emulation :
++ lz4-use-shlib.diff ++
--- /var/tmp/diff_new_pack.2ho194/_old  2017-08-29 11:40:49.795820409 +0200
+++ /var/tmp/diff_new_pack.2ho194/_new  2017-08-29 11:40:49.799819845 +0200
@@ -5,43 +5,36 @@
 build: make programs use liblz too instead of duplicating object code.
 
 ---
- programs/Makefile |   10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
+ programs/Makefile |6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
-Index: lz4-1.7.5/programs/Makefile
+Index: lz4-1.8.0/programs/Makefile
 ===
 lz4-1.7.5.orig/programs/Makefile
-+++ lz4-1.7.5/programs/Makefile
-@@ -40,7 +40,7 @@ LIBVER  := $(shell echo $(LIBVER_SCRIPT)
- 
- LZ4DIR  := ../lib
+--- lz4-1.8.0.orig/programs/Makefile
 lz4-1.8.0/programs/Makefile
+@@ -41,7 +41,7 @@ LIBVER_MINOR := $(shell echo $(LIBVER_MI
+ LIBVER_PATCH := $(shell e

commit gnutls for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2017-08-29 11:40:38

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


Package is "gnutls"

Tue Aug 29 11:40:38 2017 rev:102 rq:518750 version:3.5.15

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2017-06-16 
10:48:13.314917701 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2017-08-29 
11:40:39.501271816 +0200
@@ -1,0 +2,34 @@
+Tue Aug 22 18:49:47 UTC 2017 - astie...@suse.com
+
+- GnuTLS 3.5.15:
+  * libgnutls: Disable hardware acceleration on aarch64/ilp32 mode
+  * certtool: Keys with provable RSA and DSA parameters are now
+only exported in PKCS#8 form
+
+---
+Wed Jul 12 11:23:30 UTC 2017 - jeng...@inai.de
+
+- RPM group fix. Diversification of summaries.
+- Avoid aims and future plans in description. Say what it does now.
+
+---
+Fri Jul  7 11:22:02 UTC 2017 - tchva...@suse.com
+
+- Drop the deprecated openssl compat ; discussed and suggested by
+  vcizek
+- Cleanup a bit with spec-cleaner
+
+---
+Tue Jul  4 10:51:35 UTC 2017 - astie...@suse.com
+
+- GnuTLS 3.5.14:
+  * Handle specially HSMs which request explicit authentication
+  * he GNUTLS_PKCS11_OBJ_FLAG_LOGIN will force a login on HSMs
+  * do not set leading zeros when copying integers on HSMs
+  * Fix issue discovering certain OCSP signers, and improved the
+discovery of OCSP signer in the case where the Subject Public
+Key identifier field matches
+  * ensure OCSP responses are saved with --save-ocsp even if
+certificate verification fails.
+
+---

Old:

  gnutls-3.5.13.tar.xz
  gnutls-3.5.13.tar.xz.sig

New:

  gnutls-3.5.15.tar.xz
  gnutls-3.5.15.tar.xz.sig



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.z7EtpX/_old  2017-08-29 11:40:41.668966196 +0200
+++ /var/tmp/diff_new_pack.z7EtpX/_new  2017-08-29 11:40:41.684963941 +0200
@@ -18,25 +18,18 @@
 
 %define gnutls_sover 30
 %define gnutlsxx_sover 28
-%bcond_without gnutls_openssl_compat
+%define gnutls_dane_sover 0
 %bcond_without dane
 %bcond_with tpm
 %bcond_without guile
-%if %{with gnutls_openssl_compat}
-%define gnutls_ossl_sover 27
-%endif
-%if %{with dane}
-%define gnutls_dane_sover 0
-%endif
 Name:   gnutls
-Version:3.5.13
+Version:3.5.15
 Release:0
 Summary:The GNU Transport Layer Security Library
-License:LGPL-2.1+ and GPL-3.0+
+License:LGPL-2.1+ AND GPL-3.0+
 Group:  Productivity/Networking/Security
 Url:http://www.gnutls.org/
 Source0:
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/%{name}-%{version}.tar.xz
-# signature is checked by source services.
 Source1:
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/%{name}-%{version}.tar.xz.sig
 Source2:%{name}.keyring
 Source3:baselibs.conf
@@ -52,11 +45,11 @@
 BuildRequires:  libtasn1-devel >= 4.9
 BuildRequires:  libtool
 BuildRequires:  libunistring-devel
+BuildRequires:  makeinfo
 BuildRequires:  p11-kit-devel >= 0.23.1
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} <= 1320
 BuildRequires:  net-tools
 %else
@@ -76,31 +69,21 @@
 %if %{with guile}
 BuildRequires:  guile-devel
 %endif
-# disabled ppc - valgrind crashes on email cert tests currently. Marcus 
20150413
-# disabled armv7l - valgrind appears to mishandle some insns
-# disabled aarch64 - valgrind mishandles exclusive load/store causing deadlocks
-%ifarch %{ix86} x86_64 ppc64 s390x ppc64le
-# disabled all, valgrind breaks tests in 3.4.4
-#BuildRequires:  valgrind
-%endif
-%if 0%{?suse_version} >= 1230
-BuildRequires:  makeinfo
-%endif
 
 %description
-The GnuTLS project aims to develop a library that provides a secure
-layer over a reliable transport layer. Currently the GnuTLS library
-implements the proposed standards of the IETF's TLS working group.
+The GnuTLS library provides a secure layer over a reliable transport
+layer. Currently the GnuTLS library implements the proposed standards
+of the IETF's TLS working group.
 
 %package -n libgnutls%{gnutls_sover}
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+
-Group:  Productivity/Networking/Security
+Group:  System/Libraries
 
 %description -n libgnutls%{gnutls_sover}
-The GnuTLS project aims to develop a library that provides a secure
-l

commit libqt5-qtbase for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2017-08-29 11:40:01

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is "libqt5-qtbase"

Tue Aug 29 11:40:01 2017 rev:64 rq:518597 version:5.9.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2017-08-24 17:41:07.343711147 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2017-08-29 11:40:08.757606360 +0200
@@ -1,0 +2,7 @@
+Thu Aug 24 10:46:39 UTC 2017 - m...@suse.com
+
+- Backport patch from dev to 5.9 what implements a new QSslSocket
+  backend based on OpenSSL 1.1. (bsc#1042658)
+  * 0001-QSslSocket-OpenSSL-1.1-backend.patch
+
+---

New:

  0001-QSslSocket-OpenSSL-1.1-backend.patch



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.Ldvs4o/_old  2017-08-29 11:40:12.681053189 +0200
+++ /var/tmp/diff_new_pack.Ldvs4o/_new  2017-08-29 11:40:12.693051498 +0200
@@ -66,6 +66,7 @@
 Patch16:   dont-abort-missing-display.patch
 # patches 1000-2000 and above from upstream 5.9 branch #
 # patches 2000-3000 and above from upstream 5.10/dev branch #
+Patch2000: 0001-QSslSocket-OpenSSL-1.1-backend.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cups-devel
 BuildRequires:  double-conversion-devel
@@ -155,6 +156,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch2000 -p1
 
 # be sure not to use them
 rm -rf src/3rdparty/{libjpeg,freetype,zlib}

++ 0001-QSslSocket-OpenSSL-1.1-backend.patch ++
 4256 lines (skipped)




commit qemu for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2017-08-29 11:39:53

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


Package is "qemu"

Tue Aug 29 11:39:53 2017 rev:126 rq:518588 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu-linux-user.changes 2017-08-24 
18:22:13.072488620 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu-linux-user.changes
2017-08-29 11:39:56.907272246 +0200
@@ -1,0 +2,8 @@
+Thu Aug 24 18:52:43 UTC 2017 - brog...@suse.com
+
+- Fix package build failure as of glibc v2.26 update in Factory
+  (boo#1055587)
+  0075-Replace-struct-ucontext-with-uconte.patch
+- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.9
+
+---
--- /work/SRC/openSUSE:Factory/qemu/qemu-testsuite.changes  2017-08-24 
18:22:13.108483552 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu-testsuite.changes 2017-08-29 
11:39:57.355209311 +0200
@@ -1,0 +2,13 @@
+Thu Aug 24 18:52:40 UTC 2017 - brog...@suse.com
+
+- Fix package build failure as of glibc v2.26 update in Factory
+  (boo#1055587)
+  0075-Replace-struct-ucontext-with-uconte.patch
+- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.9
+
+---
+Mon Aug 21 08:10:38 UTC 2017 - sch...@suse.de
+
+- Remove redundant prerequire for pwdutils
+
+---
qemu.changes: same change

New:

  0075-Replace-struct-ucontext-with-uconte.patch



Other differences:
--
++ qemu-linux-user.spec ++
--- /var/tmp/diff_new_pack.WeQBpl/_old  2017-08-29 11:40:00.954703591 +0200
+++ /var/tmp/diff_new_pack.WeQBpl/_new  2017-08-29 11:40:00.962702467 +0200
@@ -100,6 +100,7 @@
 Patch0072:  0072-slirp-check-len-against-dhcp-option.patch
 Patch0073:  0073-xen-mapcache-store-dma-information-.patch
 Patch0074:  0074-exec-Add-lock-parameter-to-qemu_ram.patch
+Patch0075:  0075-Replace-struct-ucontext-with-uconte.patch
 # Please do not add QEMU patches manually here.
 # Run update_git.sh to regenerate this queue.
 Source400:  update_git.sh
@@ -227,6 +228,7 @@
 %patch0072 -p1
 %patch0073 -p1
 %patch0074 -p1
+%patch0075 -p1
 
 %build
 ./configure \

++ qemu-testsuite.spec ++
--- /var/tmp/diff_new_pack.WeQBpl/_old  2017-08-29 11:40:01.010695724 +0200
+++ /var/tmp/diff_new_pack.WeQBpl/_new  2017-08-29 11:40:01.022694038 +0200
@@ -204,6 +204,7 @@
 Patch0072:  0072-slirp-check-len-against-dhcp-option.patch
 Patch0073:  0073-xen-mapcache-store-dma-information-.patch
 Patch0074:  0074-exec-Add-lock-parameter-to-qemu_ram.patch
+Patch0075:  0075-Replace-struct-ucontext-with-uconte.patch
 # Please do not add QEMU patches manually here.
 # Run update_git.sh to regenerate this queue.
 
@@ -413,7 +414,6 @@
 BuildRequires:  qemu-block-ssh = %version
 %endif
 %endif
-Requires(pre):  pwdutils
 Requires(pre):  shadow
 Requires(post): coreutils
 %if %{kvm_available}
@@ -934,6 +934,7 @@
 %patch0072 -p1
 %patch0073 -p1
 %patch0074 -p1
+%patch0075 -p1
 
 pushd roms/ipxe
 %patch1100 -p1

++ qemu.spec ++
--- /var/tmp/diff_new_pack.WeQBpl/_old  2017-08-29 11:40:01.102682800 +0200
+++ /var/tmp/diff_new_pack.WeQBpl/_new  2017-08-29 11:40:01.106682238 +0200
@@ -204,6 +204,7 @@
 Patch0072:  0072-slirp-check-len-against-dhcp-option.patch
 Patch0073:  0073-xen-mapcache-store-dma-information-.patch
 Patch0074:  0074-exec-Add-lock-parameter-to-qemu_ram.patch
+Patch0075:  0075-Replace-struct-ucontext-with-uconte.patch
 # Please do not add QEMU patches manually here.
 # Run update_git.sh to regenerate this queue.
 
@@ -413,7 +414,6 @@
 BuildRequires:  qemu-block-ssh = %version
 %endif
 %endif
-Requires(pre):  pwdutils
 Requires(pre):  shadow
 Requires(post): coreutils
 %if %{kvm_available}
@@ -934,6 +934,7 @@
 %patch0072 -p1
 %patch0073 -p1
 %patch0074 -p1
+%patch0075 -p1
 
 pushd roms/ipxe
 %patch1100 -p1

++ 0075-Replace-struct-ucontext-with-uconte.patch ++
>From 01bf5bb9169ef8963930c47a5c097ecaa2e94031 Mon Sep 17 00:00:00 2001
From: Khem Raj 
Date: Wed, 28 Jun 2017 13:44:52 -0700
Subject: [PATCH] Replace 'struct ucontext' with 'ucontext_t' type

glibc used to have:

   typedef struct ucontext { ... } ucontext_t;

glibc now has:

   typedef struct ucontext_t { ... } ucontext_t;

(See https://sourceware.org/bugzilla/show_bug.cgi?id=21457
 for detail and rationale for the glibc change)

However, QEMU used "struct ucontext" in declarations. This is a
private name and compatibility cannot be guaranteed. Switch to
only using the standardized type nam

commit zypper for openSUSE:Factory

2017-08-29 Thread root
Hello community,

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

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


Package is "zypper"

Tue Aug 29 11:40:26 2017 rev:270 rq:518739 version:1.13.32

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2017-08-17 
11:43:13.085373907 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2017-08-29 
11:40:31.282430581 +0200
@@ -1,0 +2,7 @@
+Fri Aug 25 12:50:11 CEST 2017 - m...@suse.de
+
+- GPG key: Also show a gpg keys subkeys (bsc#1008325)
+- libzypp-devel >= 16.15.4
+- version 1.13.32
+
+---

Old:

  zypper-1.13.31.tar.bz2

New:

  zypper-1.13.32.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.HpgTFp/_old  2017-08-29 11:40:33.022185294 +0200
+++ /var/tmp/diff_new_pack.HpgTFp/_new  2017-08-29 11:40:33.050181347 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
 BuildRequires:  libxml2-devel
-BuildRequires:  libzypp-devel >= 16.15.3
+BuildRequires:  libzypp-devel >= 16.15.4
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -38,7 +38,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.13.31
+Version:1.13.32
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

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




commit transmission for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package transmission for openSUSE:Factory 
checked in at 2017-08-29 11:39:48

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


Package is "transmission"

Tue Aug 29 11:39:48 2017 rev:81 rq:518579 version:2.92

Changes:

--- /work/SRC/openSUSE:Factory/transmission/transmission.changes
2017-08-18 15:00:28.523338816 +0200
+++ /work/SRC/openSUSE:Factory/.transmission.new/transmission.changes   
2017-08-29 11:39:51.224070723 +0200
@@ -1,0 +2,8 @@
+Wed Aug 23 15:20:59 UTC 2017 - vci...@suse.com
+
+- Backport support for OpenSSL 1.1
+  + Added patches:
+0001-transmission-build-against-openssl-1.1.0.patch.
+0002-Fix-coding-style-and-building-with-TR_LIGHTWEIGHT.patch.
+
+---

New:

  0001-transmission-build-against-openssl-1.1.0.patch
  0002-Fix-coding-style-and-building-with-TR_LIGHTWEIGHT.patch



Other differences:
--
++ transmission.spec ++
--- /var/tmp/diff_new_pack.AtZYaO/_old  2017-08-29 11:39:52.895835843 +0200
+++ /var/tmp/diff_new_pack.AtZYaO/_new  2017-08-29 11:39:52.907834158 +0200
@@ -33,6 +33,10 @@
 # PATCH-FIX-UPSTREAM transmission-systemd.patch dims...@opensuse.org -- Fix 
build with systemd 232, patch taken from git
 Patch1: transmission-systemd.patch
 # Patch0 touches autotool files
+# PATCH-FIX-UPSTREAM support for OpenSSL 1.1
+Patch2: 0001-transmission-build-against-openssl-1.1.0.patch
+# PATCH-FIX-UPSTREAM support for OpenSSL 1.1
+Patch3: 0002-Fix-coding-style-and-building-with-TR_LIGHTWEIGHT.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
@@ -139,6 +143,8 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 cp %{S:3} .
 
 %build

++ 0001-transmission-build-against-openssl-1.1.0.patch ++
>From f91cf5ad8c677b61ceb0bf5877b87f9e93256dd7 Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior 
Date: Mon, 5 Sep 2016 21:49:07 +
Subject: [PATCH 1/2] transmission: build against openssl 1.1.0

Signed-off-by: Sebastian Andrzej Siewior 
---
 libtransmission/crypto-utils-openssl.c | 73 --
 1 file changed, 69 insertions(+), 4 deletions(-)

Index: transmission-2.92/libtransmission/crypto-utils-openssl.c
===
--- transmission-2.92.orig/libtransmission/crypto-utils-openssl.c   
2017-08-23 17:19:36.662263022 +0200
+++ transmission-2.92/libtransmission/crypto-utils-openssl.c2017-08-23 
17:19:37.742280664 +0200
@@ -230,6 +230,61 @@ tr_rc4_process (tr_rc4_ctx_t   handle,
 
 ***/
 
+#if OPENSSL_VERSION_NUMBER < 0x1010
+static inline int
+DH_set0_pqg (DH * dh,
+ BIGNUM * p,
+ BIGNUM * q,
+ BIGNUM * g)
+{
+  /* If the fields p and g in d are NULL, the corresponding input
+   * parameters MUST be non-NULL.  q may remain NULL.
+   */
+  if ((dh->p == NULL && p == NULL)
+  || (dh->g == NULL && g == NULL))
+return 0;
+
+  if (p != NULL) {
+BN_free (dh->p);
+dh->p = p;
+  }
+  if (q != NULL) {
+BN_free (dh->q);
+dh->q = q;
+  }
+  if (g != NULL) {
+BN_free (dh->g);
+dh->g = g;
+  }
+
+  if (q != NULL) {
+dh->length = BN_num_bits (q);
+  }
+
+  return 1;
+}
+
+static inline int
+DH_set_length (DH   * dh,
+   long   length)
+{
+   dh->length = length;
+   return 1;
+}
+
+static inline void
+DH_get0_key(const DH  * dh,
+const BIGNUM ** pub_key,
+const BIGNUM ** priv_key)
+{
+  if (pub_key != NULL)
+*pub_key = dh->pub_key;
+  if (priv_key != NULL)
+*priv_key = dh->priv_key;
+}
+
+#endif
+
 tr_dh_ctx_t
 tr_dh_new (const uint8_t * prime_num,
size_t  prime_num_length,
@@ -237,13 +292,19 @@ tr_dh_new (const uint8_t * prime_num,
size_t  generator_num_length)
 {
   DH * handle = DH_new ();
+  BIGNUM * p, * g;
 
   assert (prime_num != NULL);
   assert (generator_num != NULL);
+  p = BN_bin2bn (prime_num, prime_num_length, NULL);
+  g = BN_bin2bn (generator_num, generator_num_length, NULL);
 
-  if (!check_pointer (handle->p = BN_bin2bn (prime_num, prime_num_length, 
NULL)) ||
-  !check_pointer (handle->g = BN_bin2bn (generator_num, 
generator_num_length, NULL)))
+  if (!check_pointer (p) ||
+  !check_pointer (g) ||
+  !DH_set0_pqg (handle, p, NULL, g))
 {
+  BN_free (p);
+  BN_free (g);
   DH_free (handle);
   handle = NULL;
 }
@@ -268,16 +329,20 @@ tr_dh_make_key (tr_dh_ctx_t   raw_handle
 {
   DH * handle = raw_handle;
   int dh_size, my_public_key_length;
+  const BIGNUM * hand_pub_key;

commit webkitgtk for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2017-08-29 11:39:42

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


Package is "webkitgtk"

Tue Aug 29 11:39:42 2017 rev:46 rq:518578 version:2.4.11

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2017-08-18 
14:57:38.139324298 +0200
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2017-08-29 
11:39:43.465160833 +0200
@@ -1,0 +2,5 @@
+Wed Aug 23 11:19:59 UTC 2017 - dims...@opensuse.org
+
+- Fix a patch tag (FIx vs FIX).
+
+---
webkitgtk3.changes: same change



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.JckNyD/_old  2017-08-29 11:39:46.636715236 +0200
+++ /var/tmp/diff_new_pack.JckNyD/_new  2017-08-29 11:39:46.644714112 +0200
@@ -17,7 +17,6 @@
 
 
 %define build_for_gtk3 0
-
 %if %{build_for_gtk3}
 # provide empty _find_debuginfo_dwz_opts for one or the other
 # the .dwz files contain identical contents, which leads to identical
@@ -45,14 +44,13 @@
 %define _jscver 1
 %define _pkgconfig_suffix -1.0
 %endif
-
-Name:   webkitgtk
 %define _name webkitgtk
-Summary:Library for rendering web content, GTK+ Port
-License:LGPL-2.0+ and BSD-3-Clause
-Group:  Development/Libraries/C and C++
+Name:   webkitgtk
 Version:2.4.11
 Release:0
+Summary:Library for rendering web content, GTK+ Port
+License:LGPL-2.0+ AND BSD-3-Clause
+Group:  Development/Libraries/C and C++
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
 # FIXME: after 1.7.90, remove workaround in %%setup that is needed to fix the 
build
@@ -73,7 +71,7 @@
 Patch10:webkitgtk-ppc32.patch
 # PATCH-FIX-UPSTREAM webkitgtk-abs_to_fabs.patch dims...@opensuse.org -- Use 
fabs() instead of abs() on floating point values
 Patch11:webkitgtk-abs_to_fabs.patch
-# PATCH-FIx-UPSTREAM webkitgtk-icu59.patch dims...@opensuse.org -- Fix build 
against icu 5.9
+# PATCH-FIX-UPSTREAM webkitgtk-icu59.patch dims...@opensuse.org -- Fix build 
against icu 5.9
 Patch12:webkitgtk-icu59.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
@@ -88,6 +86,7 @@
 # Needed for patch2
 BuildRequires:  libtool
 BuildRequires:  perl
+BuildRequires:  pkgconfig
 BuildRequires:  python
 BuildRequires:  ruby
 # Needed by make-hash-tools.pl, after move to perl 5.14
@@ -98,17 +97,6 @@
 BuildRequires:  pkgconfig(enchant) >= 0.22
 BuildRequires:  pkgconfig(fontconfig) >= 2.5
 BuildRequires:  pkgconfig(freetype2) >= 9.0
-%if %{build_for_gtk3}
-# yes, needed for the plugin process even though we're targetting gtk3
-BuildRequires:  pkgconfig(gail) >= 1.8
-BuildRequires:  pkgconfig(gail-3.0) >= 3.0
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
-BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
-%else
-BuildRequires:  pkgconfig(gail) >= 1.8
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
-%endif
 BuildRequires:  pkgconfig(geoclue-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0.3
@@ -129,7 +117,17 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %{build_for_gtk3}
+# yes, needed for the plugin process even though we're targetting gtk3
+BuildRequires:  pkgconfig(gail) >= 1.8
+BuildRequires:  pkgconfig(gail-3.0) >= 3.0
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
+BuildRequires:  pkgconfig(gtk+-unix-print-3.0)
+%else
+BuildRequires:  pkgconfig(gail) >= 1.8
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.10
+%endif
 
 %description
 WebKit is a web content engine, derived from KHTML and KJS from KDE,
@@ -141,16 +139,15 @@
 more.
 
 %package -n libwebkitgtk%{_sover}
-
 Summary:Library for rendering web content, GTK+ Port
 Group:  System/Libraries
+Recommends: %{_pkgname_no_slpp}-lang = %{version}
+# We provide %{_pkgname_no_slpp}: that's the GTK+ version being used.
+Provides:   %{_pkgname_no_slpp} = %{version}
 %if ! %{build_for_gtk3}
 Provides:   libWebKitGtk0 = %{version}
 Obsoletes:  libWebKitGtk0 < %{version}
 %endif
-# We provide %{_pkgname_no_slpp}: that's the GTK+ version being used.
-Provides:   %{_pkgname_no_slpp} = %{version}
-Recommends: %{_pkgname_no_slpp}-lang = %{version}
 
 %description -n libwebkitgtk%{_sover}
 Web

commit gnome-shell for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2017-08-29 11:39:35

Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell.new (New)


Package is "gnome-shell"

Tue Aug 29 11:39:35 2017 rev:133 rq:518577 version:3.24.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2017-08-12 
19:39:05.276613800 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2017-08-29 11:39:39.173763766 +0200
@@ -1,0 +2,7 @@
+Wed Aug 23 07:47:11 UTC 2017 - xw...@suse.com
+
+- Update SLEClassicExt.js. Fix only half panel shown on bottom of
+  desktop when scaling-factor equals 2(Require patched
+  gnome-shell-extensions)(bsc#1046570).
+
+---



Other differences:
--
++ SLEClassicExt.js ++
--- /var/tmp/diff_new_pack.c5Ror5/_old  2017-08-29 11:39:40.381594068 +0200
+++ /var/tmp/diff_new_pack.c5Ror5/_new  2017-08-29 11:39:40.397591821 +0200
@@ -160,9 +160,8 @@
 // layout.js: Replace the origin "box.set_position" call
 function setMainPanelPosition (mainPanel, primaryMonitor) {
 if ( isSLEClassicMode() ){
-// FIXME: "mainPanel.height" may be uninitialized at this point: fixed 
to
-// a known value for now.
-let mainPanelHeight = 28;
+let mainPanelHeight = mainPanel.height == 0
+  ? 28 : mainPanel.height;
 // Main Panel at the bottom
 mainPanel.set_position(primaryMonitor.x,
primaryMonitor.y + primaryMonitor.height - 
mainPanelHeight);





commit gnome-shell-extensions for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2017-08-29 11:39:21

Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new (New)


Package is "gnome-shell-extensions"

Tue Aug 29 11:39:21 2017 rev:59 rq:518576 version:3.24.3

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
2017-08-12 19:38:41.475951777 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new/gnome-shell-extensions.changes
   2017-08-29 11:39:22.584094587 +0200
@@ -1,0 +2,7 @@
+Wed Aug 23 07:59:02 UTC 2017 - xw...@suse.com
+
+- Update patch gse-sle-classic-ext.patch. Fix only half panel shown
+  on bottom of desktop when scaling-factor equals 2(Require patched
+  gnome-shell)(bsc#1046570).
+
+---



Other differences:
--
++ gse-sle-classic-ext.patch ++
--- /var/tmp/diff_new_pack.k1GY5F/_old  2017-08-29 11:39:23.599951861 +0200
+++ /var/tmp/diff_new_pack.k1GY5F/_new  2017-08-29 11:39:23.603951299 +0200
@@ -1,7 +1,7 @@
-Index: gnome-shell-extensions-3.24.2/data/gnome-classic.css
+Index: gnome-shell-extensions-3.24.3/data/gnome-classic.css
 ===
 gnome-shell-extensions-3.24.2.orig/data/gnome-classic.css
-+++ gnome-shell-extensions-3.24.2/data/gnome-classic.css
+--- gnome-shell-extensions-3.24.3.orig/data/gnome-classic.css
 gnome-shell-extensions-3.24.3/data/gnome-classic.css
 @@ -512,7 +512,12 @@ StScrollBar {
color: rgba(46, 52, 54, 0.5); }
.popup-menu.panel-menu {
@@ -45,10 +45,10 @@
padding: 10px; }
  
  .message-media-control {
-Index: gnome-shell-extensions-3.24.2/extensions/window-list/classic.css
+Index: gnome-shell-extensions-3.24.3/extensions/window-list/classic.css
 ===
 gnome-shell-extensions-3.24.2.orig/extensions/window-list/classic.css
-+++ gnome-shell-extensions-3.24.2/extensions/window-list/classic.css
+--- gnome-shell-extensions-3.24.3.orig/extensions/window-list/classic.css
 gnome-shell-extensions-3.24.3/extensions/window-list/classic.css
 @@ -6,7 +6,7 @@
  height: 2.25em ;
}
@@ -90,10 +90,10 @@
  color: #888;
  box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
}
-Index: gnome-shell-extensions-3.24.2/extensions/window-list/extension.js
+Index: gnome-shell-extensions-3.24.3/extensions/window-list/extension.js
 ===
 gnome-shell-extensions-3.24.2.orig/extensions/window-list/extension.js
-+++ gnome-shell-extensions-3.24.2/extensions/window-list/extension.js
+--- gnome-shell-extensions-3.24.3.orig/extensions/window-list/extension.js
 gnome-shell-extensions-3.24.3/extensions/window-list/extension.js
 @@ -22,6 +22,8 @@ const _ = Gettext.gettext;
  const ICON_TEXTURE_SIZE = 24;
  const DND_ACTIVATE_TIMEOUT = 500;
@@ -795,7 +795,7 @@
  },
  
  enable: function() {
-@@ -1292,6 +1384,63 @@ const Extension = new Lang.Class({
+@@ -1292,6 +1384,71 @@ const Extension = new Lang.Class({
  }
  });
  
@@ -827,12 +827,20 @@
 +let _winListRefreshId = Main.panel._centerBox.connect(
 +'allocation-changed',
 +() => {
++if (this._pureWinList == null)
++return;
++
 +this._pureWinList.initializeWindowList();
 +Main.panel._centerBox.disconnect(_winListRefreshId);
 +});
 +// NOTE: IMO, no need to rebuild `_pureWinList` when monitors changed.
 +// No need for `showOnAllMonitors` change either even this option
 +// changes.
++
++Main.panel.actor.connect('notify::height', Lang.bind(this, function() 
{
++
Main.layoutManager.panelBox.set_position(this._pureWinList._monitor.x,
++this._pureWinList._monitor.y + 
this._pureWinList._monitor.height - Main.panel.actor.height);
++}));
 +},
 +
 +disable: function() {
@@ -860,10 +868,10 @@
 +return new Extension();
 +}
  }
-Index: gnome-shell-extensions-3.24.2/extensions/window-list/stylesheet.css
+Index: gnome-shell-extensions-3.24.3/extensions/window-list/stylesheet.css
 ===
 gnome-shell-extensions-3.24.2.orig/extensions/window-list/stylesheet.css
-+++ gnome-shell-extensions-3.24.2/extensions/window-list/stylesheet.css
+--- gnome-shell-extensions-3.24.3.orig/extensions/window-list/stylesheet.css
 gnome-shell-extensions-3.24.3/extensions/window-list/stylesheet.css
 @@ -79,6 +79

commit tracker for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-08-29 11:39:15

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


Package is "tracker"

Tue Aug 29 11:39:15 2017 rev:99 rq:518574 version:1.12.3

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-08-18 
14:58:07.135242427 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-08-29 11:39:16.856899250 +0200
@@ -1,0 +2,12 @@
+Tue Aug 22 17:32:24 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.3:
+  + Mandate that SQLite >= 3.20.0 must have --enable-fts5. SQLite
+devs made forwards and backwards incompatible changes to the
+FTS5 module, it is not sustainable anymore to ship a FTS5
+module for all combinations. The current FTS5 module in Tracker
+is preserved for older SQLite versions.
+  + Fix typo in userguides miner DBus name, fixes spam on journald
+trying to start it up.
+
+---
tracker.changes: same change

Old:

  tracker-1.12.2.tar.xz

New:

  tracker-1.12.3.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.IVinkU/_old  2017-08-29 11:39:18.012736856 +0200
+++ /var/tmp/diff_new_pack.IVinkU/_new  2017-08-29 11:39:18.024735171 +0200
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.12.2
+Version:1.12.3
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -49,7 +49,7 @@
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
-Source0:
http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs

++ tracker.spec ++
--- /var/tmp/diff_new_pack.IVinkU/_old  2017-08-29 11:39:18.156716628 +0200
+++ /var/tmp/diff_new_pack.IVinkU/_new  2017-08-29 11:39:18.160716065 +0200
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.12.2
+Version:1.12.3
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -48,7 +48,7 @@
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
-Source0:
http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs

++ tracker-1.12.2.tar.xz -> tracker-1.12.3.tar.xz ++
 19719 lines of diff (skipped)




commit libcamgm for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libcamgm for openSUSE:Factory 
checked in at 2017-08-29 11:39:04

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


Package is "libcamgm"

Tue Aug 29 11:39:04 2017 rev:23 rq:518552 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/libcamgm/libcamgm.changes2017-04-17 
10:21:39.513749277 +0200
+++ /work/SRC/openSUSE:Factory/.libcamgm.new/libcamgm.changes   2017-08-29 
11:39:04.438644000 +0200
@@ -1,0 +2,14 @@
+Thu Aug 24 14:59:40 UTC 2017 - m...@suse.com
+
+- version 1.0.9
+- removed patches included upstream:
+  * libcamgm-openssl-1.1-compatibility.patch
+  * libcamgm-gcc7.patch
+
+---
+Mon Aug 21 15:43:40 UTC 2017 - vci...@suse.com
+
+- openssl 1.1 compatibility code (bsc#1042655)
+  * add libcamgm-openssl-1.1-compatibility.patch
+
+---
@@ -5 +18,0 @@
-

Old:

  libcamgm-1.0.8.tar.bz2
  libcamgm-gcc7.patch

New:

  libcamgm-1.0.9.tar.bz2



Other differences:
--
++ libcamgm.spec ++
--- /var/tmp/diff_new_pack.jpUjGu/_old  2017-08-29 11:39:05.442502959 +0200
+++ /var/tmp/diff_new_pack.jpUjGu/_new  2017-08-29 11:39:05.442502959 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libcamgm
-Version:1.0.8
+Version:1.0.9
 Release:0
 Summary:CA Management Library
 License:LGPL-2.1
@@ -54,7 +54,6 @@
 BuildRequires:  perl-ExtUtils-Embed
 Requires:   openssl-perl
 %endif
-Patch0: libcamgm-gcc7.patch
 
 %description
 The CA Management Library provides methods for managing a certificate 
authority.
@@ -117,7 +116,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build

++ libcamgm-1.0.8.tar.bz2 -> libcamgm-1.0.9.tar.bz2 ++
 48857 lines of diff (skipped)




commit python-Sphinx for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2017-08-29 11:39:09

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


Package is "python-Sphinx"

Tue Aug 29 11:39:09 2017 rev:41 rq:518573 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx-doc.changes  
2017-08-06 11:27:59.896914753 +0200
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx-doc.changes 
2017-08-29 11:39:10.401806182 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 16:43:14 UTC 2017 - toddrme2...@gmail.com
+
+- Check that latex dependencies are installable
+
+---
--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes  
2017-08-06 11:27:59.924910809 +0200
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 
2017-08-29 11:39:10.565783144 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 15:55:01 UTC 2017 - toddrme2...@gmail.com
+
+- Add new latex dependencies needed in openSUSE:Factory
+
+---



Other differences:
--
++ python-Sphinx-doc.spec ++
--- /var/tmp/diff_new_pack.7HHcdH/_old  2017-08-29 11:39:11.649630865 +0200
+++ /var/tmp/diff_new_pack.7HHcdH/_new  2017-08-29 11:39:11.661629179 +0200
@@ -15,6 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} != 1315
+%bcond_without latex
+%else
+%bcond_with latex
+%endif
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Sphinx-doc
@@ -29,6 +34,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python3-Sphinx
+%if %{with latex}
+BuildRequires:  python3-Sphinx-latex
+%endif
 BuildRequires:  python-rpm-macros
 Recommends: %{name}-html = %{version}
 BuildArch:  noarch

++ python-Sphinx.spec ++
--- /var/tmp/diff_new_pack.7HHcdH/_old  2017-08-29 11:39:11.769614007 +0200
+++ /var/tmp/diff_new_pack.7HHcdH/_new  2017-08-29 11:39:11.773613446 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-Sphinx-doc
+# spec file for package python-Sphinx
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,7 +16,7 @@
 #
 
 
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+%if 0%{?suse_version} != 1315
 %bcond_without latex
 %else
 %bcond_with latex
@@ -153,6 +153,11 @@
 Requires:   tex(utf8.def)
 Requires:   tex(utf8x.def)
 Requires:   tex(wrapfig.sty)
+%if 0%{?suse_version} > 1320
+Requires:   texlive-latexmk
+Requires:   texlive-makeindex
+Requires:   tex(varwidth.sty)
+%endif
 
 %descriptionlatex
 Sphinx is a tool that makes it easy to create intelligent and beautiful




commit babl for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package babl for openSUSE:Factory checked in 
at 2017-08-29 11:38:54

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


Package is "babl"

Tue Aug 29 11:38:54 2017 rev:33 rq:518532 version:0.1.30

Changes:

--- /work/SRC/openSUSE:Factory/babl/babl.changes2017-07-11 
08:34:22.647233343 +0200
+++ /work/SRC/openSUSE:Factory/.babl.new/babl.changes   2017-08-29 
11:38:55.975833017 +0200
@@ -1,0 +2,7 @@
+Thu Aug 24 10:44:54 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.1.30:
+  + Thread stability for palette modes, stricter alpha
+preservation, now cross-compilable on android.
+
+---

Old:

  babl-0.1.28.tar.bz2

New:

  babl-0.1.30.tar.bz2



Other differences:
--
++ babl.spec ++
--- /var/tmp/diff_new_pack.zOQGzw/_old  2017-08-29 11:38:57.063680175 +0200
+++ /var/tmp/diff_new_pack.zOQGzw/_new  2017-08-29 11:38:57.067679614 +0200
@@ -18,7 +18,7 @@
 
 Name:   babl
 Url:http://gegl.org/babl/
-Version:0.1.28
+Version:0.1.30
 Release:0
 Summary:Dynamic Pixel Format Translation Library
 License:LGPL-3.0+

++ babl-0.1.28.tar.bz2 -> babl-0.1.30.tar.bz2 ++
 9294 lines of diff (skipped)




commit bctoolbox for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2017-08-29 11:38:23

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


Package is "bctoolbox"

Tue Aug 29 11:38:23 2017 rev:4 rq:511946 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes  2017-06-28 
10:35:24.986761579 +0200
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new/bctoolbox.changes 2017-08-29 
11:38:24.468259817 +0200
@@ -1,0 +2,11 @@
+Thu Jul 20 11:20:31 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.6.0:
+  * Add API to escape/unescape strings (SIP, VCARD).
+  * Bug fixes.
+- Add bctoolbox-fix-pkgconfig.patch instead of requiring
+  pkgconfig(bcunit) and pkgconfig(zlib).
+- Add bctoolbox-fix-no-git.patch sor.ale...@meowr.ru: Fix building
+  of dependent applications out-of-git.
+
+---

Old:

  bctoolbox-0.5.1.tar.gz

New:

  bctoolbox-0.6.0.tar.gz
  bctoolbox-fix-no-git.patch
  bctoolbox-fix-pkgconfig.patch



Other differences:
--
++ bctoolbox.spec ++
--- /var/tmp/diff_new_pack.hrtxRT/_old  2017-08-29 11:38:25.384131137 +0200
+++ /var/tmp/diff_new_pack.hrtxRT/_new  2017-08-29 11:38:25.384131137 +0200
@@ -18,14 +18,18 @@
 
 %define sover   1
 Name:   bctoolbox
-Version:0.5.1
+Version:0.6.0
 Release:0
 Summary:Utility library for software from Belledonne Communications
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:https://linphone.org/
-Source0:
https://linphone.org/releases/sources/bctoolbox/%{name}-%{version}.tar.gz
+Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE bctoolbox-fix-pkgconfig.patch
+Patch0: bctoolbox-fix-pkgconfig.patch
+# PATCH-FIX-OPENSUSE bctoolbox-fix-no-git.patch sor.ale...@meowr.ru -- Fix 
building of dependent applications out-of-git.
+Patch1: bctoolbox-fix-no-git.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  mbedtls-devel
@@ -44,8 +48,6 @@
 Requires:   lib%{name}%{sover} = %{version}
 Requires:   lib%{name}-tester%{sover} = %{version}
 Requires:   mbedtls-devel
-Requires:   pkgconfig(bcunit)
-Requires:   pkgconfig(zlib)
 
 %description devel
 Utilities library used by Belledonne Communications softwares like
@@ -75,35 +77,37 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %cmake \
-  -DMBEDTLS_V2=yes \
-  -DENABLE_TESTS_COMPONENT=yes \
-  -DENABLE_TESTS=yes \
-  -DENABLE_STATIC=no
+  -DMBEDTLS_V2=YES \
+  -DENABLE_TESTS_COMPONENT=YES \
+  -DENABLE_TESTS=YES   \
+  -DENABLE_STATIC=NO
 %make_jobs
 
 %install
 %cmake_install
 
 %post -n lib%{name}%{sover} -p /sbin/ldconfig
+
 %postun -n lib%{name}%{sover} -p /sbin/ldconfig
+
 %post -n lib%{name}-tester%{sover} -p /sbin/ldconfig
+
 %postun -n lib%{name}-tester%{sover} -p /sbin/ldconfig
 
 %files -n lib%{name}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/lib%{name}.so.%{sover}*
 
 %files -n lib%{name}-tester%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/lib%{name}-tester.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %doc AUTHORS COPYING README.md
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/lib%{name}.so

++ bctoolbox-0.5.1.tar.gz -> bctoolbox-0.6.0.tar.gz ++
 3260 lines of diff (skipped)

++ bctoolbox-fix-no-git.patch ++
--- a/cmake/BcGitVersion.cmake
+++ b/cmake/BcGitVersion.cmake
@@ -49,6 +49,7 @@ elseif(GIT_REVISION)
configure_file("${TEMPLATE_DIR}/gitversion.h.in" 
"${OUTPUT_DIR}/gitversion.h" @ONLY)
 else()
if(NOT EXISTS "${OUTPUT_DIR}/gitversion.h")
-   execute_process(COMMAND ${CMAKE_COMMAND} -E touch 
"${OUTPUT_DIR}/gitversion.h")
+   set(PROJECT_GIT_VERSION "unknown")
+   configure_file("${TEMPLATE_DIR}/gitversion.h.in" 
"${OUTPUT_DIR}/gitversion.h" @ONLY)
endif()
 endif()
++ bctoolbox-fix-pkgconfig.patch ++
--- a/bctoolbox.pc.in
+++ b/bctoolbox.pc.in
@@ -8,3 +8,4 @@ Version: @PROJECT_VERSION@
 Libs: -L@CMAKE_INSTALL_FULL_LIBDIR@ -lbctoolbox
 Libs.private: @LIBS_PRIVATE@
 Cflags: -I@CMAKE_INSTALL_FULL_INCLUDEDIR@
+Requires.private: bcunit zlib



commit java-1_8_0-openjdk for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2017-08-29 11:38:49

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


Package is "java-1_8_0-openjdk"

Tue Aug 29 11:38:49 2017 rev:50 rq:518519 version:1.8.0.144

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2017-08-10 13:45:49.082484110 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2017-08-29 11:38:50.548595540 +0200
@@ -1,0 +2,8 @@
+Wed Aug 23 09:54:09 UTC 2017 - fst...@suse.com
+
+- Added patch:
+  * java-1_8_0-openjdk-linuxfilestore.patch
+- Fix bsc#1032647, bsc#1052009 with btrfs subvolumes and
+  overlayfs
+
+---

New:

  java-1_8_0-openjdk-linuxfilestore.patch



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.mhgi11/_old  2017-08-29 11:38:53.096237598 +0200
+++ /var/tmp/diff_new_pack.mhgi11/_new  2017-08-29 11:38:53.108235912 +0200
@@ -170,7 +170,7 @@
 Version:%{javaver}.%{updatever}
 Release:0
 Summary:OpenJDK 8 Runtime Environment
-License:Apache-1.1 and Apache-2.0 and GPL-1.0+ and GPL-2.0 and 
GPL-2.0-with-classpath-exception and LGPL-2.0 and MPL-1.0 and MPL-1.1 and 
SUSE-Public-Domain and W3C
+License:Apache-1.1 AND Apache-2.0 AND GPL-1.0+ AND GPL-2.0 AND 
GPL-2.0-with-classpath-exception AND LGPL-2.0 AND MPL-1.0 AND MPL-1.1 AND 
SUSE-Public-Domain AND W3C
 Group:  Development/Languages/Java
 Url:http://openjdk.java.net/
 Source0:
http://icedtea.classpath.org/download/source/icedtea-%{icedtea_version}.tar.xz
@@ -206,6 +206,7 @@
 Patch1001:  java-1_8_0-openjdk-suse-desktop-files.patch
 Patch2000:  java-1_8_0-openjdk-gcc6.patch
 Patch2001:  disable-doclint-by-default.patch
+Patch2002:  java-1_8_0-openjdk-linuxfilestore.patch
 BuildRequires:  alsa-lib-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -258,7 +259,6 @@
 Provides:   jre1.6.x
 Provides:   jre1.7.x
 Provides:   jre1.8.x
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with bootstrap}
 BuildRequires:  java-bootstrap-devel >= 1.7.0
 %else
@@ -444,10 +444,15 @@
 for file in tapset/*.in; do
 
 OUTPUT_FILE=`echo $file | sed -e s:\.in$::g`
+%ifnarch %{arm}
 sed -e 
s:@ABS_SERVER_LIBJVM_SO@:%{_jvmdir}/%{jredir}/lib/%{archinstall}/server/libjvm.so:g
 $file > $file.1
-# TODO find out which architectures other than ix86 have a client vm
+%else
+sed -e '/@ABS_SERVER_LIBJVM_SO@/d' $file > $file.1
+%endif
+
+# TODO find out which architectures other than ix86 and arm have a client vm
 
-%ifarch %{ix86}
+%ifarch %{ix86} %{arm}
 sed -e 
s:@ABS_CLIENT_LIBJVM_SO@:%{_jvmdir}/%{jredir}/lib/%{archinstall}/client/libjvm.so:g
 $file.1 > $OUTPUT_FILE
 %else
 sed -e '/@ABS_CLIENT_LIBJVM_SO@/d' $file.1 > $OUTPUT_FILE
@@ -566,6 +571,8 @@
 patch -p0 -i %{PATCH2000}
 patch -p0 -i %{PATCH2001}
 
+patch -p0 -i %{PATCH2002}
+
 (cd openjdk/common/autoconf
  bash ./autogen.sh
 )
@@ -1059,20 +1066,22 @@
 fi
 
 %files -f %{name}.files
-%defattr(-,root,root)
 %dir %{_jvmdir}/%{jredir}/lib/%{archinstall}
 %dir %{_datadir}/icons/hicolor
 %{_datadir}/icons/hicolor/*x*/apps/java-%{javaver}.png
 
 %files headless -f %{name}.files-headless
-%defattr(-,root,root,-)
 %dir %{_jvmdir}
 %dir %{_jvmdir}/%{jredir}/
 %dir %{_jvmdir}/%{jredir}/bin
 %dir %{_jvmdir}/%{jredir}/lib
 %dir %{_jvmdir}/%{jredir}/lib/%{archinstall}
 %dir %{_jvmdir}/%{jredir}/lib/%{archinstall}/jli
+%ifnarch %{arm}
 %dir %{_jvmdir}/%{jredir}/lib/%{archinstall}/server
+%else
+%dir %{_jvmdir}/%{jredir}/lib/%{archinstall}/client
+%endif
 %dir %{_jvmdir}/%{jredir}/lib/cmm
 %dir %{_jvmdir}/%{jredir}/lib/desktop
 %dir %{_jvmdir}/%{jredir}/lib/ext
@@ -1117,7 +1126,6 @@
 %{_jvmdir}/%{jredir}/lib/security/local_policy.jar
 
 %files devel
-%defattr(-,root,root,-)
 %dir %{_jvmdir}/%{sdkdir}/bin
 %dir %{_jvmdir}/%{sdkdir}/include
 %dir %{_jvmdir}/%{sdkdir}/lib
@@ -1168,20 +1176,16 @@
 %endif
 
 %files demo -f %{name}-demo.files
-%defattr(-,root,root,-)
 
 %files src
-%defattr(-,root,root,-)
 %{_jvmdir}/%{sdkdir}/src.zip
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %dir %{_javadocdir}
 %dir %{_javadocdir}/%{sdklnk}
 %{_javadocdir}/%{sdklnk}/*
 
 %files accessibility
-%defattr(-,root,root)
 %dir %{_jvmdir}/%{jredir}/lib/ext
 %config(noreplace) %{_jvmdir}/%{jredir}/lib/accessibility.properties
 %ghost %{_jvmdir}/%{jredir}/lib/%{archinstall}/libatk-wrapper.so

++ java-1_8_0-openjdk-linuxfilestore.patch ++
--- openjdk/jdk/src/solaris/classes/

commit ortp for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package ortp for openSUSE:Factory checked in 
at 2017-08-29 11:38:34

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


Package is "ortp"

Tue Aug 29 11:38:34 2017 rev:13 rq:511962 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ortp/ortp.changes2017-07-17 
09:02:11.407717759 +0200
+++ /work/SRC/openSUSE:Factory/.ortp.new/ortp.changes   2017-08-29 
11:38:34.782810625 +0200
@@ -1,0 +2,7 @@
+Thu Jul 20 11:20:31 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.2:
+  * Bug fixes.
+- Enable documentation installation.
+
+---

Old:

  ortp-1.0.1.tar.gz

New:

  ortp-1.0.2.tar.gz



Other differences:
--
++ ortp.spec ++
--- /var/tmp/diff_new_pack.utU4B1/_old  2017-08-29 11:38:35.970643735 +0200
+++ /var/tmp/diff_new_pack.utU4B1/_new  2017-08-29 11:38:35.986641487 +0200
@@ -20,7 +20,7 @@
 %define soname  libortp
 %define sover   13
 Name:   ortp
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Real-time Transport Protocol Stack
 License:GPL-2.0+
@@ -28,11 +28,13 @@
 Url:https://linphone.org/technical-corner/ortp/overview
 Source: 
https://linphone.org/releases/sources/%{name}/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
-Patch1: deps.diff
+# PATCH-FIX-OPENSUSE deps.diff
+Patch0: deps.diff
 BuildRequires:  cmake >= 3.0
+BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 0.5.0
+BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
 
 %description
 oRTP is a LGPL licensed C library implementing the RTP protocol
@@ -62,19 +64,23 @@
 develop programs using the oRTP library.
 
 %prep
-%setup -q
-%patch -P 1 -p1
+%setup -q -n %{name}-%{version}-0
+%patch0 -p1
 
 %build
 %cmake \
   -DENABLE_TESTS=ON   \
   -DENABLE_STATIC=OFF \
-  -DENABLE_STRICT=OFF \
-  -DCMAKE_BUILD_TYPE=RelWithDebInfo
+  -DENABLE_STRICT=OFF
 make %{?_smp_mflags} V=1
 
 %install
 %cmake_install
+
+mkdir -p %{buildroot}%{_docdir}/%{name}/
+mv -T %{buildroot}%{_datadir}/doc/%{name}-%{version}/ \
+  %{buildroot}%{_docdir}/%{name}/
+
 sed -i "s|%{_prefix}/lib|%{_libdir}|g" 
%{buildroot}%{_libdir}/pkgconfig/%{name}.pc
 
 %post -n %{soname}%{sover} -p /sbin/ldconfig
@@ -82,8 +88,7 @@
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%doc %{_docdir}/%{name}/
 %{_bindir}/mrtprecv
 %{_bindir}/mrtpsend
 %{_bindir}/rtprecv
@@ -94,15 +99,12 @@
 %{_bindir}/tevrtpsend
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README.md
-%{_datadir}/oRTP/
 %{_includedir}/%{name}/
 %{_libdir}/%{soname}.so
+%{_datadir}/oRTP/
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog

++ ortp-1.0.1.tar.gz -> ortp-1.0.2.tar.gz ++
 1997 lines of diff (skipped)




commit mediastreamer2 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2017-08-29 11:38:39

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


Package is "mediastreamer2"

Tue Aug 29 11:38:39 2017 rev:22 rq:511963 version:2.16.1

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2017-06-28 10:34:58.370527092 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes   
2017-08-29 11:38:41.485868848 +0200
@@ -1,0 +2,12 @@
+Fri Jul 21 13:30:37 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 2.16.1 (changes since 2.15.1):
+  * Add sound card driven ticker.
+  * Sound card flow control improvements.
+- Enable documentation installation.
+- Switch from building with autotools to cmake.
+- Add mediastreamer2-fix-pkgconfig.patch: Install mediastreamer.pc.
+- Add mediastreamer2-fix-xv.patch: Fix Xv by linking with Xext.
+- Build with optional TurboJpeg and Bcg729 dependencies.
+
+---

Old:

  mediastreamer-2.15.1.tar.gz

New:

  mediastreamer-2.16.1.tar.gz
  mediastreamer2-fix-pkgconfig.patch
  mediastreamer2-fix-xv.patch



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.vyiBSL/_old  2017-08-29 11:38:42.953662623 +0200
+++ /var/tmp/diff_new_pack.vyiBSL/_new  2017-08-29 11:38:42.957662062 +0200
@@ -19,10 +19,10 @@
 %define _name   mediastreamer
 %define sobase  libmediastreamer_base
 %define sovoip  libmediastreamer_voip
-%define sover   7
+%define sover   10
 %bcond_without ffmpeg
 Name:   mediastreamer2
-Version:2.15.1
+Version:2.16.1
 Release:0
 Summary:Audio/Video real-time streaming
 License:GPL-2.0+
@@ -30,35 +30,43 @@
 Url:https://linphone.org/technical-corner/mediastreamer2/overview
 Source: 
https://linphone.org/releases/sources/%{_name}/%{_name}-%{version}.tar.gz
 Source99:   baselibs.conf
-BuildRequires:  autoconf
-BuildRequires:  automake
+# PATCH-FIX-OPENSUSE mediastreamer2-fix-pkgconfig.patch sor.ale...@meowr.ru -- 
Install mediastreamer.pc.
+Patch0: mediastreamer2-fix-pkgconfig.patch
+# PATCH-FIX-OPENSUSE mediastreamer2-fix-xv.patch sor.ale...@meowr.ru -- Fix Xv 
by linking with Xext.
+Patch1: mediastreamer2-fix-xv.patch
+BuildRequires:  bcmatroska2-devel
+BuildRequires:  cmake
+BuildRequires:  doxygen
 BuildRequires:  gawk
 BuildRequires:  gcc-c++
-BuildRequires:  intltool
+BuildRequires:  graphviz
 BuildRequires:  libgsm-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  libsrtp-devel
-BuildRequires:  libtool
 BuildRequires:  libv4l-devel
 BuildRequires:  libvpx-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python
 BuildRequires:  spandsp-devel
 BuildRequires:  vim
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(bctoolbox)
-BuildRequires:  pkgconfig(libbzrtp) >= 1.0.4
-BuildRequires:  pkgconfig(libebml)
-BuildRequires:  pkgconfig(libmatroska)
+BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
+BuildRequires:  pkgconfig(libbcg729)
+BuildRequires:  pkgconfig(libbzrtp) >= 1.0.6
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libupnp)
 BuildRequires:  pkgconfig(opus)
-BuildRequires:  pkgconfig(ortp) >= 1.0.0
+BuildRequires:  pkgconfig(ortp) >= 1.0.2
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(speexdsp)
 BuildRequires:  pkgconfig(theora)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xv)
-Recommends: %{name}-lang
+Obsoletes:  %{name}-lang
+%if 0%{?suse_version} > 1320
+BuildRequires:  libjpeg-devel
+%endif
 %if %{with ffmpeg}
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
@@ -71,8 +79,6 @@
 real-time streaming and processing. Written in pure C, it is based
 upon the oRTP library.
 
-%lang_package
-
 %package -n %{sobase}%{sover}
 Summary:Audio/video real-time streaming library, base part
 Group:  System/Libraries
@@ -97,6 +103,7 @@
 Requires:   %{name} = %{version}
 Requires:   %{sobase}%{sover} = %{version}
 Requires:   %{sovoip}%{sover} = %{version}
+Requires:   bcmatroska2-devel
 
 %description devel
 Mediastreamer2 is a GPL licensed library to make audio and video
@@ -108,25 +115,28 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
-  --enable-external-ortp\
-  --enable-zrtp \
-%if %{without ffmpeg}
-  --disable-non-free-codecs \
-  --disable-video   \
+%cmake \
+%if %{with ffmpeg}
+  -DCMAKE_INCLUDE_PATH=%{_includedir}/ffmpeg \
+%else
+  -DENABLE_NON_FR

commit bzrtp for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package bzrtp for openSUSE:Factory checked 
in at 2017-08-29 11:38:28

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


Package is "bzrtp"

Tue Aug 29 11:38:28 2017 rev:6 rq:511961 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes  2017-06-28 
10:34:46.508205310 +0200
+++ /work/SRC/openSUSE:Factory/.bzrtp.new/bzrtp.changes 2017-08-29 
11:38:29.383569217 +0200
@@ -1,0 +2,6 @@
+Fri Jul 21 12:20:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.6:
+  * Bug fixes.
+
+---

Old:

  bzrtp-1.0.5.tar.gz

New:

  bzrtp-1.0.6.tar.gz



Other differences:
--
++ bzrtp.spec ++
--- /var/tmp/diff_new_pack.AlIOBd/_old  2017-08-29 11:38:30.515410193 +0200
+++ /var/tmp/diff_new_pack.AlIOBd/_new  2017-08-29 11:38:30.531407946 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define lname  libbzrtp0
+%define sover   0
 Name:   bzrtp
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:ZRTP keys exchange protocol implementation
 License:GPL-2.0+
@@ -31,19 +31,20 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(bctoolbox) >= 0.5.0
+BuildRequires:  pkgconfig(bctoolbox) >= 0.6.0
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(sqlite3)
 
 %description
 bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
 The library written in C 89, is fully portable, and can be executed
 on many platforms including x86 and ARM processors.
 
-%package -n %{lname}
+%package -n lib%{name}%{sover}
 Summary:ZRTP keys exchange protocol implementation
 Group:  System/Libraries
 
-%description -n %{lname}
+%description -n lib%{name}%{sover}
 bzrtp is a FOSS implementation of ZRTP keys exchange protocol.
 The library written in C 89, is fully portable, and can be executed
 on many platforms including x86 and ARM processors.
@@ -51,7 +52,7 @@
 %package devel
 Summary:Development files of libbzrtp
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
+Requires:   lib%{name}%{sover} = %{version}
 
 %description devel
 The libbzrtp development package includes the header files,
@@ -71,20 +72,18 @@
 %install
 %cmake_install
 
-%post -n %{lname} -p /sbin/ldconfig
+%post -n lib%{name}%{sover} -p /sbin/ldconfig
 
-%postun -n %{lname} -p /sbin/ldconfig
+%postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{lname}
-%defattr(-,root,root)
+%files -n lib%{name}%{sover}
 %doc AUTHORS COPYING NEWS README.md
-%{_libdir}/lib%{name}.so.*
+%{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
-%{_datadir}/%{name}/
 %{_libdir}/lib%{name}.so
+%{_datadir}/%{name}/
 %{_libdir}/pkgconfig/lib%{name}.pc
 
 %changelog

++ bzrtp-1.0.5.tar.gz -> bzrtp-1.0.6.tar.gz ++
 4815 lines of diff (skipped)




commit kernel-source for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-08-29 11:37:51

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


Package is "kernel-source"

Tue Aug 29 11:37:51 2017 rev:376 rq:518720 version:4.12.9

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-08-19 10:56:05.743179919 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-08-29 11:37:52.732718670 +0200
@@ -1,0 +2,36 @@
+Fri Aug 25 09:00:32 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.12.9 (bnc#1012628 bsc#1052580 bnc#1049599).
+- Delete
+  patches.drivers/ALSA-usb-audio-Apply-sample-rate-quirk-to-Sennheiser.
+- Delete patches.fixes/debug-fix-WARN_ON_ONCE-for-modules.patch.
+- Update config files.
+- commit f2ab6ba
+
+---
+Wed Aug 23 09:36:44 CEST 2017 - ti...@suse.de
+
+- ALSA: hda - Add stereo mic quirk for Lenovo G50-70 (17aa:3978)
+  (bsc#1020657).
+- commit d300598
+
+---
+Wed Aug 23 09:11:31 CEST 2017 - jsl...@suse.cz
+
+- Bluetooth: hidp: fix possible might sleep error in
+  hidp_session_thread (bnc#1014351).
+- commit fa3a4f0
+
+---
+Tue Aug 22 20:12:04 CEST 2017 - ti...@suse.de
+
+- ALSA: ice1712: Add support for STAudio ADCIII (bsc#1048934).
+- commit 53a20a8
+
+---
+Tue Aug 22 19:53:54 CEST 2017 - ti...@suse.de
+
+- ALSA: hda - Implement mic-mute LED mode enum (bsc#1055013).
+- commit b870486
+
+---
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
kernel-zfcpdump.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.kUcVi8/_old  2017-08-29 11:38:02.027412760 +0200
+++ /var/tmp/diff_new_pack.kUcVi8/_new  2017-08-29 11:38:02.039411075 +0200
@@ -17,7 +17,7 @@
 
 
 %define srcversion 4.12
-%define patchversion 4.12.8
+%define patchversion 4.12.9
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -29,9 +29,9 @@
 %(chmod +x 
%_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb})
 
 Name:   dtb-aarch64
-Version:4.12.8
+Version:4.12.9
 %if 0%{?is_kotd}
-Release:.g4d7933a
+Release:.gf2ab6ba
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.kUcVi8/_old  2017-08-29 11:38:02.575335777 +0200
+++ /var/tmp/diff_new_pack.kUcVi8/_new  2017-08-29 11:38:02.587334091 +0200
@@ -18,7 +18,7 @@
 
 
 %define srcversion 4.12
-%define patchversion 4.12.8
+%define patchversion 4.12.9
 %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.12.8
+Version:4.12.9
 %if 0%{?is_kotd}
-Release:.g4d7933a
+Release:.gf2ab6ba
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.kUcVi8/_old  2017-08-29 11:38:02.947283518 +0200
+++ /var/tmp/diff_new_pack.kUcVi8/_new  2017-08-29 11:38:02.983278460 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.12.8
+%define patchversion 4.12.9
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -37,9 +37,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.12.8
+Version:4.12.9
 %if 0%{?is_kotd}
-Release:.g4d7933a
+Release:.gf2ab6ba
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.kUcVi8/_old  2017-08-29 11:38:03.047269470 +0200
+++ /var/tmp/diff_new_pack.kUcVi8/_new  2017-08-29 11:38:03.059267784 +0200
@@ -18,7 +18,7 @@
 
 
 %define srcversion 4.12
-%define patchversion 4.12.8
+%d

commit python-Pillow for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-Pillow for openSUSE:Factory 
checked in at 2017-08-29 11:37:16

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


Package is "python-Pillow"

Tue Aug 29 11:37:16 2017 rev:26 rq:518130 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes  
2017-08-17 11:43:32.394648611 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pillow.new/python-Pillow.changes 
2017-08-29 11:37:29.383999188 +0200
@@ -1,0 +2,57 @@
+Tue Aug 22 11:52:50 UTC 2017 - tbecht...@suse.com
+
+- fix conditional build with tk (bsc#1054719)
+
+---
+Mon Aug 21 10:06:47 UTC 2017 - tbecht...@suse.com
+
+- update to 4.2.1:
+  - CI: Fix version specification and test on CI for PyPy/Windows #2608
+  - Doc: Clarified Image.save:append_images documentation #2604
+  - CI: Amazon Linux and Centos6 docker images added to TravisCI #2585
+  - Image.alpha_composite added #2595
+  - Complex Text Support #2576
+  - Added threshold parameter to ImageDraw.floodfill #2599
+  - Added dBATCH parameter to ghostscript command #2588
+  - JPEG: Adjust buffer size when icc_profile > MAXBLOCK #2596
+  - Specify Pillow Version in one place #2517
+  - CI: Change the owner of the TRAVIS_BUILD_DIR, fixing broken docker runs 
#2587
+  - Fix truncated PNG loading for some images, Fix memory leak on truncated 
PNG images. #2541, #2598
+  - Add decompression bomb check to Image.crop #2410
+  - ImageFile: Ensure that the `err_code` variable is initialized in case of 
exception. #2363
+  - Tiff: Support append_images for saving multipage TIFFs #2406
+  - Doc: Clarify that draft is only implemented for JPEG and PCD #2409
+  - Test: MicImagePlugin #2447
+  - Use round() instead of floor() to eliminate zero coefficients in resample 
#2558
+  - Remove deprecated code #2549
+  - Added append_images to PDF saving #2526
+  - Remove unused function core image function new_array #2548
+  - Remove unnecessary calls to dict.keys() #2551
+  - Add more ImageDraw.py tests and remove unused Draw.c code #2533
+  - Test: More tests for ImageMorph #2554
+  - Test: McIDAS area file #2552
+  - Update Feature Detection #2520
+  - CI: Update pypy on TravisCI #2573
+  - ImageMorph: Fix wrong expected size of MRLs read from disk #2561
+  - Docs: Update install docs for FreeBSD #2546
+  - Build: Ignore OpenJpeg 1.5 on FreeBSD #2544
+  - Remove 'not yet implemented' methods from PIL 1.1.4 #2538
+  - Dependencies: Update FreeType to 2.8, LibTIFF to 4.0.8 and libimagequant 
to 2.9.1 #2535 #2537 #2540
+  - Raise TypeError and not also UnboundLocalError in ImageFile.Parser() #2525
+  - Test: Use Codecov for coverage #2528
+  - Use PNG for Image.show() #2527
+  - Remove WITH_DEBUG compilation flag #2522
+  - Fix return value on parameter parse error in _webp.c #2521
+  - Set executable flag on scripts with shebang line #2295
+  - Flake8 #2460
+  - Doc: Release Process Changes #2516
+  - CI: Added region for s3 deployment on appveyor #2515
+  - Doc: Updated references to point to existing files #2507
+  - Return copy on Image crop if crop dimensions match the image #2471
+  - Test: Optimize CI speed #2464, #2466
+  - Undef PySlice_GetIndicesEx, see https://bugs.python.org/issue29943 #2493
+  - Fix for file with DPI in EXIF but not metadata, and XResolution is an int 
rather than tuple #2484
+  - Docs: Removed broken download counter badge #2487
+  - Docs: Fixed rst syntax error #2477
+
+---

Old:

  Pillow-4.1.0.tar.gz

New:

  Pillow-4.2.1.tar.gz



Other differences:
--
++ python-Pillow.spec ++
--- /var/tmp/diff_new_pack.tl6ZsY/_old  2017-08-29 11:37:32.395576057 +0200
+++ /var/tmp/diff_new_pack.tl6ZsY/_new  2017-08-29 11:37:32.399575496 +0200
@@ -25,7 +25,7 @@
 %define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Pillow
-Version:4.1.0
+Version:4.2.1
 Release:0
 Summary:Python Imaging Library (Fork)
 License:HPND
@@ -154,7 +154,8 @@
 %{python_sitearch}/PIL
 %{python_sitearch}/PIL.pth
 %{python_sitearch}/Pillow-%{version}-py%{python_version}.egg-info
-%if 0%{?is_opensuse}
+
+%if %{with tk}
 %exclude %{python_sitearch}/PIL/ImageTk*
 %exclude %{python_sitearch}/PIL/_imagingtk*
 %pycache_only %exclude %{python_sitearch}/PIL/__pycache__/ImageTk.*

++ Pillow-4.1.0.tar.gz -> Pillow-4.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-Pillow/Pillow-4.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-Pillow.new/Pillow-4.2.1.tar.gz differ: char 
5, line 1




commit perl-Net-DNS for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package perl-Net-DNS for openSUSE:Factory 
checked in at 2017-08-29 11:36:55

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


Package is "perl-Net-DNS"

Tue Aug 29 11:36:55 2017 rev:48 rq:517968 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-DNS/perl-Net-DNS.changes
2017-07-04 11:52:57.339291551 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-DNS.new/perl-Net-DNS.changes   
2017-08-29 11:36:56.912561479 +0200
@@ -1,0 +2,6 @@
+Sat Aug 19 05:53:41 UTC 2017 - co...@suse.com
+
+- updated to 1.12
+   see /usr/share/doc/packages/perl-Net-DNS/Changes
+
+---

Old:

  Net-DNS-1.11.tar.gz

New:

  Net-DNS-1.12.tar.gz



Other differences:
--
++ perl-Net-DNS.spec ++
--- /var/tmp/diff_new_pack.lEoOSY/_old  2017-08-29 11:36:58.392353565 +0200
+++ /var/tmp/diff_new_pack.lEoOSY/_new  2017-08-29 11:36:58.412350755 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-DNS
-Version:1.11
+Version:1.12
 Release:0
 %define cpan_name Net-DNS
 Summary:Perl Interface to the Domain Name System
@@ -38,7 +38,7 @@
 Requires:   perl(Time::Local) >= 1.19
 Recommends: perl(Digest::BubbleBabble) >= 0.01
 Recommends: perl(Digest::GOST) >= 0.06
-Recommends: perl(IO::Socket::IP) >= 0.32
+Recommends: perl(IO::Socket::IP) >= 0.38
 Recommends: perl(Net::LibIDN) >= 0.12
 Recommends: perl(Scalar::Util) >= 1.25
 %{perl_requires}

++ Net-DNS-1.11.tar.gz -> Net-DNS-1.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-DNS-1.11/Changes new/Net-DNS-1.12/Changes
--- old/Net-DNS-1.11/Changes2017-06-26 13:58:36.0 +0200
+++ new/Net-DNS-1.12/Changes2017-08-18 12:20:26.0 +0200
@@ -1,4 +1,18 @@
-$Id: Changes 1581 2017-06-26 11:46:03Z willem $   
-*-text-*-
+$Id: Changes 1592 2017-08-18 10:02:44Z willem $   
-*-text-*-
+
+
+ 1.12 Aug 18, 2017
+
+Fix rt.cpan.org #122586
+
+   Persistent UDP reports false timeouts
+
+Fix rt.cpan.org #122352
+
+   bgsend(): TCP retry can stall for IO::Socket::IP before 0.38
+
+Feature
+   CDS / CDNSKEY: Implement RFC8078 erratum 5049.
 
 
  1.11 Jun 26, 2017
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-DNS-1.11/META.json new/Net-DNS-1.12/META.json
--- old/Net-DNS-1.11/META.json  2017-06-26 13:58:47.0 +0200
+++ new/Net-DNS-1.12/META.json  2017-08-18 12:20:39.0 +0200
@@ -34,7 +34,7 @@
  "recommends" : {
 "Digest::BubbleBabble" : "0.01",
 "Digest::GOST" : "0.06",
-"IO::Socket::IP" : "0.32",
+"IO::Socket::IP" : "0.38",
 "Net::LibIDN" : "0.12",
 "Scalar::Util" : "1.25"
  },
@@ -52,6 +52,6 @@
   }
},
"release_status" : "stable",
-   "version" : "1.11",
+   "version" : "1.12",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-DNS-1.11/META.yml new/Net-DNS-1.12/META.yml
--- old/Net-DNS-1.11/META.yml   2017-06-26 13:58:47.0 +0200
+++ new/Net-DNS-1.12/META.yml   2017-08-18 12:20:39.0 +0200
@@ -20,7 +20,7 @@
 recommends:
   Digest::BubbleBabble: '0.01'
   Digest::GOST: '0.06'
-  IO::Socket::IP: '0.32'
+  IO::Socket::IP: '0.38'
   Net::LibIDN: '0.12'
   Scalar::Util: '1.25'
 requires:
@@ -33,5 +33,5 @@
   Test::More: '0.52'
   Time::Local: '1.19'
   perl: '5.006'
-version: '1.11'
+version: '1.12'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.011'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-DNS-1.11/Makefile.PL new/Net-DNS-1.12/Makefile.PL
--- old/Net-DNS-1.11/Makefile.PL2017-06-26 13:58:36.0 +0200
+++ new/Net-DNS-1.12/Makefile.PL2017-08-18 12:20:26.0 +0200
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile.PL 1573 2017-06-12 11:03:59Z willem $  -*-perl-*-
+# $Id: Makefile.PL 1591 2017-08-18 09:58:18Z willem $  -*-perl-*-
 #
 
 
@@ -61,7 +61,7 @@
'Digest::BubbleBabble' => 0.01,
'Digest::GOST' => 0.06,
'IO::Socket::INET6'=> 2.51,
-   'IO::Socket::IP'   => 0.32,
+   'IO::Socket::IP'   => 0.38,
'Net::LibIDN'  => 0.12,
'Scalar::Util' => 1.25,
);
@@ -84,6 +84,16 @@
 
 delete $optional{'IO::Socket::INET6'} if USE_SOCKET_IP;# 
exclude redundant dependency
 
+print <{INSTALLDIRS}}, ')';
for ($install_s

commit perl-Text-Diff for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package perl-Text-Diff for openSUSE:Factory 
checked in at 2017-08-29 11:37:00

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


Package is "perl-Text-Diff"

Tue Aug 29 11:37:00 2017 rev:18 rq:517969 version:1.45

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Diff/perl-Text-Diff.changes
2016-03-16 10:24:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Text-Diff.new/perl-Text-Diff.changes   
2017-08-29 11:37:02.955712404 +0200
@@ -1,0 +2,10 @@
+Sat Aug 19 06:21:46 UTC 2017 - co...@suse.com
+
+- updated to 1.45
+   see /usr/share/doc/packages/perl-Text-Diff/Changes
+
+  1.45 2017-08-16 NEILB
+  - Typo fixed in doc. Patch from Lucas Kanashiro++. RT#112564
+  - Documentation improvements PR from David Gutteridge++.
+
+---

Old:

  Text-Diff-1.44.tar.gz

New:

  Text-Diff-1.45.tar.gz



Other differences:
--
++ perl-Text-Diff.spec ++
--- /var/tmp/diff_new_pack.0PdNTo/_old  2017-08-29 11:37:04.931434811 +0200
+++ /var/tmp/diff_new_pack.0PdNTo/_new  2017-08-29 11:37:04.955431440 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Diff
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Text-Diff
-Version:1.44
+Version:1.45
 Release:0
 %define cpan_name Text-Diff
 Summary:Perform diffs on files and record sets
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Diff/
-Source0:
http://www.cpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -44,7 +44,7 @@
 Relies on Algorithm::Diff for, well, the algorithm. This may not produce
 the same exact diff as a system's local 'diff' executable, but it will be a
 valid diff and comprehensible by 'patch'. We haven't seen any differences
-between Algorithm::Diff's logic and GNU diff's, but we have not examined
+between Algorithm::Diff's logic and GNU 'diff''s, but we have not examined
 them to make sure they are indeed identical.
 
 *Note*: If you don't want to import the 'diff' function, do one of the
@@ -54,7 +54,7 @@
 
require Text::Diff;
 
-That's a pretty rare occurence, so 'diff()' is exported by default.
+That's a pretty rare occurrence, so 'diff()' is exported by default.
 
 If you pass a filename, but the file can't be read, then 'diff()' will
 'croak'.
@@ -76,6 +76,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Text-Diff-1.44.tar.gz -> Text-Diff-1.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Diff-1.44/Changes new/Text-Diff-1.45/Changes
--- old/Text-Diff-1.44/Changes  2016-02-27 00:04:12.0 +0100
+++ new/Text-Diff-1.45/Changes  2017-08-16 20:39:01.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Text::Diff
 
+1.45 2017-08-16 NEILB
+- Typo fixed in doc. Patch from Lucas Kanashiro++. RT#112564
+- Documentation improvements PR from David Gutteridge++.
+
 1.44 2016-02-26 NEILB
 - Fixed the handling of text without a trailing newline. This module now
   adds the same text that the diff tool does, "\n\\ No newline at end of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Diff-1.44/META.json new/Text-Diff-1.45/META.json
--- old/Text-Diff-1.44/META.json2016-02-27 00:05:49.0 +0100
+++ new/Text-Diff-1.45/META.json2017-08-16 20:39:27.0 +0200
@@ -4,7 +4,7 @@
   "Adam Kennedy "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -44,6 +44,6 @@
  "url" : "https://github.com/neilbowers/Text-Diff";
   }
},
-   "version" : "1.44",
+   "version" : "1.45",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'

commit cronie for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package cronie for openSUSE:Factory checked 
in at 2017-08-29 11:36:50

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


Package is "cronie"

Tue Aug 29 11:36:50 2017 rev:64 rq:517956 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/cronie/cronie.changes2017-04-07 
13:52:37.001326334 +0200
+++ /work/SRC/openSUSE:Factory/.cronie.new/cronie.changes   2017-08-29 
11:36:51.349343123 +0200
@@ -1,0 +2,5 @@
+Mon Aug 21 09:31:32 CEST 2017 - ku...@suse.de
+
+- Require group trusted if we use them
+
+---



Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.KML8tT/_old  2017-08-29 11:36:52.765144200 +0200
+++ /var/tmp/diff_new_pack.KML8tT/_new  2017-08-29 11:36:52.789140828 +0200
@@ -58,6 +58,9 @@
 Requires(post): %fillup_prereq
 Requires(post): permissions
 Requires(pre):  cron
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(trusted)
+%endif
 Recommends: smtp_daemon
 Suggests:   postfix
 Conflicts:  cron <= 4.1




commit python-nose for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2017-08-29 11:36:44

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


Package is "python-nose"

Tue Aug 29 11:36:44 2017 rev:37 rq:517954 version:1.3.7

Changes:

--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2017-08-14 
12:40:01.243995099 +0200
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes 
2017-08-29 11:36:45.706136006 +0200
@@ -1,0 +2,6 @@
+Mon Aug 21 14:13:28 UTC 2017 - alarr...@suse.com
+
+- Fixed %post script. The python_install_alternative macro needs to use {}
+  when installing multiple alternative files.
+
+---



Other differences:
--
++ python-nose.spec ++
--- /var/tmp/diff_new_pack.u579Pq/_old  2017-08-29 11:36:47.197926406 +0200
+++ /var/tmp/diff_new_pack.u579Pq/_new  2017-08-29 11:36:47.201925845 +0200
@@ -82,7 +82,7 @@
 python2 setup.py test
 
 %post
-%python_install_alternative nosetests nosetests.1
+%{python_install_alternative nosetests nosetests.1}
 
 %postun
 %python_uninstall_alternative nosetests




commit perl-Mojolicious for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2017-08-29 11:35:53

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


Package is "perl-Mojolicious"

Tue Aug 29 11:35:53 2017 rev:74 rq:517859 version:7.43

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2017-08-19 10:55:45.534029326 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2017-08-29 11:35:54.833283793 +0200
@@ -1,0 +2,9 @@
+Sat Aug 19 05:50:22 UTC 2017 - co...@suse.com
+
+- updated to 7.43
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.43  2017-08-18
+- Improved Mojo::Base role support with the ability to rebless objects.
+
+---

Old:

  Mojolicious-7.42.tar.gz

New:

  Mojolicious-7.43.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.xr62S8/_old  2017-08-29 11:35:55.921130946 +0200
+++ /var/tmp/diff_new_pack.xr62S8/_new  2017-08-29 11:35:55.949127013 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.42
+Version:7.43
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.42.tar.gz -> Mojolicious-7.43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.42/Changes new/Mojolicious-7.43/Changes
--- old/Mojolicious-7.42/Changes2017-08-17 13:14:25.0 +0200
+++ new/Mojolicious-7.43/Changes2017-08-17 22:25:27.0 +0200
@@ -1,4 +1,7 @@
 
+7.43  2017-08-18
+  - Improved Mojo::Base role support with the ability to rebless objects.
+
 7.42  2017-08-17
   - Improved Mojo::Base role support with shorthands.
   MyClass->with_roles('MyClass::Role::Foo')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.42/META.json 
new/Mojolicious-7.43/META.json
--- old/Mojolicious-7.42/META.json  2017-08-17 13:15:13.0 +0200
+++ new/Mojolicious-7.43/META.json  2017-08-18 10:25:25.0 +0200
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.42",
+   "version" : "7.43",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.42/META.yml 
new/Mojolicious-7.43/META.yml
--- old/Mojolicious-7.42/META.yml   2017-08-17 13:15:13.0 +0200
+++ new/Mojolicious-7.43/META.yml   2017-08-18 10:25:24.0 +0200
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.42'
+version: '7.43'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.42/lib/Mojo/Base.pm 
new/Mojolicious-7.43/lib/Mojo/Base.pm
--- old/Mojolicious-7.42/lib/Mojo/Base.pm   2017-08-16 23:39:42.0 
+0200
+++ new/Mojolicious-7.43/lib/Mojo/Base.pm   2017-08-18 09:51:50.0 
+0200
@@ -6,7 +6,8 @@
 use feature ();
 
 # No imports because we get subclassed, a lot!
-use Carp ();
+use Carp ();
+use Scalar::Util ();
 
 # Only Perl 5.14+ requires it on demand
 use IO::Handle ();
@@ -107,9 +108,14 @@
 
 sub with_roles {
   Carp::croak 'Role::Tiny 2.01+ is required for roles' unless ROLES;
-  my $class = shift;
-  return Role::Tiny->create_class_with_roles($class,
-map { /^\+(.+)$/ ? "${class}::Role::$1" : $_ } @_);
+  my ($self, @roles) = @_;
+
+  return Role::Tiny->create_class_with_roles($self,
+map { /^\+(.+)$/ ? "${self}::Role::$1" : $_ } @roles)
+unless my $class = Scalar::Util::blessed $self;
+
+  return Role::Tiny->apply_roles_to_object($self,
+map { /^\+(.+)$/ ? "${class}::Role::$1" : $_ } @roles);
 }
 
 1;
@@ -251,11 +257,13 @@
 
   my $new_class = SubClass->with_roles('SubClass::Role::One');
   my $new_class = SubClass->with_roles('+One', '+Two');
+  $object   = $object->with_roles('+One', '+Two');
 
-Create and return a new class that extends the given class with one or more
-L roles. For roles following the naming scheme
-C you can use the shorthand C<+RoleName>. Note that
-role support depends on L (2.01+).
+Create a new class with one or more L roles. If called on a class
+returns the new class, or if called on an object reblesses the object into the
+new class. For roles following the naming 

commit kernel-firmware for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2017-08-29 11:36:37

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


Package is "kernel-firmware"

Tue Aug 29 11:36:37 2017 rev:87 rq:517946 version:20170622

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2017-06-30 18:39:28.282526862 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2017-08-29 11:36:38.343170520 +0200
@@ -1,0 +2,7 @@
+Fri Aug 18 13:47:12 UTC 2017 - msucha...@suse.com
+
+- Do not do any supplements or deduplication of files between kernel-binary and
+  kernel-firmware (bsc#1054239).
+  * remove firmware.sh
+
+---

Old:

  firmware.sh



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.OHVfOQ/_old  2017-08-29 11:36:41.798685013 +0200
+++ /var/tmp/diff_new_pack.OHVfOQ/_new  2017-08-29 11:36:41.850677708 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
-%define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
 %define version_unconverted 20170622
 
@@ -34,7 +32,6 @@
 # git archive --format=tar --prefix=linux-firmware-$version/ -v master ./ | xz 
-9 -M 4G --check=crc32 -T 4 > /tmp/linux-firmware-$version.tar.xz
 #
 Source0:kernel-firmware-%{version}.tar.xz
-Source1:firmware.sh
 # ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 
License
 Source2:ast_dp501_fw.bin
 Source8:ql2600_fw.bin
@@ -42,7 +39,6 @@
 Source10:   ql8300_fw.bin
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
-BuildRequires:  kernel-default
 BuildRequires:  suse-module-tools
 Requires(post): coreutils
 Requires(postun): coreutils
@@ -104,9 +100,7 @@
 mkdir -p %{buildroot}/lib/firmware
 cp -avf * %{buildroot}/lib/firmware
 rm -f %{buildroot}/lib/firmware/WHENCE
-bash %{_sourcedir}/firmware.sh --kill-duplicates %{buildroot}/lib/firmware/
 %fdupes %{buildroot}
-rm -f find_supplements.cache
 # In alsa-firmware
 rm -f %{buildroot}/lib/firmware/ctefx.bin
 rm -f %{buildroot}/lib/firmware/ctspeq.bin








commit python for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2017-08-29 11:36:03

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


Package is "python"

Tue Aug 29 11:36:03 2017 rev:122 rq:517921 version:2.7.13

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2017-04-19 
18:03:40.394547310 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2017-08-29 
11:36:04.451932339 +0200
@@ -1,0 +2,5 @@
+Thu Aug 17 08:58:02 CEST 2017 - ku...@suse.de
+
+- Add libnsl-devel build requires for glibc obsoleting libnsl
+
+---
--- /work/SRC/openSUSE:Factory/python/python.changes2017-01-11 
11:56:06.439081283 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python.changes   2017-08-29 
11:36:04.499925596 +0200
@@ -1,0 +2,5 @@
+Thu Aug 17 08:58:02 CEST 2017 - ku...@suse.de
+
+- Add libnsl-devel build requires for glibc obsoleting libnsl
+
+---



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.ARA8II/_old  2017-08-29 11:36:07.243540109 +0200
+++ /var/tmp/diff_new_pack.ARA8II/_new  2017-08-29 11:36:07.267536737 +0200
@@ -63,6 +63,7 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  libbz2-devel
+BuildRequires:  libnsl-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  zlib-devel

++ python.spec ++
--- /var/tmp/diff_new_pack.ARA8II/_old  2017-08-29 11:36:07.523500774 +0200
+++ /var/tmp/diff_new_pack.ARA8II/_new  2017-08-29 11:36:07.531499650 +0200
@@ -71,6 +71,7 @@
 BuildRequires:  gdbm-devel
 BuildRequires:  gmp-devel
 BuildRequires:  libbz2-devel
+BuildRequires:  libnsl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel






commit perl-Net-SSLeay for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package perl-Net-SSLeay for openSUSE:Factory 
checked in at 2017-08-29 11:35:58

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


Package is "perl-Net-SSLeay"

Tue Aug 29 11:35:58 2017 rev:27 rq:517887 version:1.81

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-SSLeay/perl-Net-SSLeay.changes  
2015-07-05 17:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSLeay.new/perl-Net-SSLeay.changes 
2017-08-29 11:35:59.904571259 +0200
@@ -1,0 +2,13 @@
+Mon Aug 21 09:18:18 UTC 2017 - vci...@suse.com
+
+- Fix license as requested by licensedigger in
+  https://build.opensuse.org/request/show/501145
+
+---
+Mon Jun  5 10:48:38 UTC 2017 - vci...@suse.com
+
+- update to the latest upstream version 1.81
+  * introduces compatibility with openssl 1.1.x
+- drop net-ssleay-no-ofb.patch (not needed anymore)
+
+---

Old:

  Net-SSLeay-1.69.tar.gz
  net-ssleay-no-ofb.patch

New:

  Net-SSLeay-1.81.tar.gz



Other differences:
--
++ perl-Net-SSLeay.spec ++
--- /var/tmp/diff_new_pack.oBptea/_old  2017-08-29 11:36:01.040411670 +0200
+++ /var/tmp/diff_new_pack.oBptea/_new  2017-08-29 11:36:01.048410546 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-SSLeay
 #
-# 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
@@ -19,18 +19,16 @@
 %bcond_with test
 
 Name:   perl-Net-SSLeay
-Version:1.69
+Version:1.81
 Release:0
 %define cpan_name Net-SSLeay
 Summary:Perl extension for using OpenSSL
-License:OpenSSL
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Net-SSLeay/
 Source: 
http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{version}.tar.gz
-# Broken by 1.0.2c openssl update ... probably an openssl bug. -Marcus
-Patch0: net-ssleay-no-ofb.patch
+BuildRequires:  libopenssl-devel
 BuildRequires:  openssl
-BuildRequires:  openssl-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,7 +51,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch0 -p1
 # replace rest of /usr/local/bin/perl with /usr/bin/perl
 for f in $(find . -type f -exec grep -l "/usr/local/bin/perl" {} \; ); do
   sed -i -e "s@/usr/local/bin/perl@perl@g" $f
@@ -84,6 +81,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
-%doc Changes Credits QuickRef README examples
+%doc Changes Credits LICENSE QuickRef README examples
 
 %changelog

++ Net-SSLeay-1.69.tar.gz -> Net-SSLeay-1.81.tar.gz ++
 2625 lines of diff (skipped)




commit system-users for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package system-users for openSUSE:Factory 
checked in at 2017-08-29 11:35:48

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


Package is "system-users"

Tue Aug 29 11:35:48 2017 rev:8 rq:517842 version:20170617

Changes:

--- /work/SRC/openSUSE:Factory/system-users/system-users.changes
2017-07-21 22:37:06.268788863 +0200
+++ /work/SRC/openSUSE:Factory/.system-users.new/system-users.changes   
2017-08-29 11:35:50.305919904 +0200
@@ -1,0 +2,6 @@
+Mon Aug 21 08:48:31 CEST 2017 - ku...@suse.de
+
+- user nobody: move usermod to %post, else it will be executed
+  before the user is created.
+
+---



Other differences:
--
++ system-users.spec ++
--- /var/tmp/diff_new_pack.mg9snE/_old  2017-08-29 11:35:51.745717608 +0200
+++ /var/tmp/diff_new_pack.mg9snE/_new  2017-08-29 11:35:51.761715360 +0200
@@ -238,6 +238,7 @@
 %pre -n system-user-ftp -f ftp.pre
 %pre -n system-user-lp -f lp.pre
 %pre -n system-user-nobody -f nobody.pre
+%post -n system-user-nobody
 /usr/sbin/usermod -s /bin/bash nobody
 
 %pre -n system-user-upsd -f upsd.pre




commit e2fsprogs for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2017-08-29 11:36:15

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


Package is "e2fsprogs"

Tue Aug 29 11:36:15 2017 rev:94 rq:517939 version:1.43.5

Changes:

--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes  2017-03-08 
00:43:27.309746863 +0100
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2017-08-29 
11:36:16.930179105 +0200
@@ -1,0 +2,14 @@
+Mon Aug 21 13:14:25 UTC 2017 - j...@suse.cz
+
+- Update to 1.43.5
+ * fix e2fsck infinite loop when rebuilding encrypted directories
+ * fix tune2fs support for enabling /disabling project quota
+ * fixes in debugfs, dumpe2fs, e2fsck, tune2fs, and resize2fs for maliciously
+   corrupted filesystems
+ * fix e2fsck to verify invalid quota inode numbers
+ * fix byte-swapping of backup superblocks
+ * fix e2fsck -E bmap2extent to work for sparse files
+ * fix e2fsck to correctly handle quota accounting for multiply claimed blocks
+ * lots of other fixes
+
+---

Old:

  e2fsprogs-1.43.4.tar.gz

New:

  e2fsprogs-1.43.5.tar.gz



Other differences:
--
++ e2fsprogs.spec ++
--- /var/tmp/diff_new_pack.yTa1Gb/_old  2017-08-29 11:36:19.501817783 +0200
+++ /var/tmp/diff_new_pack.yTa1Gb/_new  2017-08-29 11:36:19.509816659 +0200
@@ -61,7 +61,7 @@
 Conflicts:  libcom_err-mini-devel
 %endif
 #
-Version:1.43.4
+Version:1.43.5
 Release:0
 Summary:Utilities for the Second Extended File System
 License:GPL-2.0
@@ -89,9 +89,9 @@
 
 %package devel
 Summary:Dummy development package
+# bug437293
 License:LGPL-2.0
 Group:  Development/Libraries/C and C++
-# bug437293
 %ifarch ppc64
 Obsoletes:  e2fsprogs-devel-64bit
 %endif
@@ -156,9 +156,9 @@
 %package -n libcom_err2
 %endif
 Summary:E2fsprogs error reporting library
+# bug437293
 License:MIT
 Group:  System/Filesystems
-# bug437293
 %ifarch ppc64
 Obsoletes:  libcom_err-64bit
 Obsoletes:  libcom_err2-64bit
@@ -180,9 +180,9 @@
 %package -n libcom_err-devel
 %endif
 Summary:Development files for libcom_err
+# bug437293
 License:MIT
 Group:  Development/Libraries/C and C++
-# bug437293
 %ifarch ppc64
 Obsoletes:  libcom_err-devel-64bit
 %endif

++ e2fsprogs-1.43.4.tar.gz -> e2fsprogs-1.43.5.tar.gz ++
/work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs-1.43.4.tar.gz 
/work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs-1.43.5.tar.gz differ: char 
5, line 1




commit portaudio for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package portaudio for openSUSE:Factory 
checked in at 2017-08-29 11:36:31

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


Package is "portaudio"

Tue Aug 29 11:36:31 2017 rev:29 rq:517942 version:190600_20161030

Changes:

--- /work/SRC/openSUSE:Factory/portaudio/portaudio.changes  2017-05-20 
10:11:10.936915985 +0200
+++ /work/SRC/openSUSE:Factory/.portaudio.new/portaudio.changes 2017-08-29 
11:36:32.45551 +0200
@@ -1,0 +2,5 @@
+Wed Aug  2 09:53:40 UTC 2017 - o...@aepfle.de
+
+- Add pkg-config and add alsa to dependencies of devel pkg
+
+---



Other differences:
--
++ portaudio.spec ++
--- /var/tmp/diff_new_pack.AmWZAO/_old  2017-08-29 11:36:33.787810560 +0200
+++ /var/tmp/diff_new_pack.AmWZAO/_new  2017-08-29 11:36:33.803808313 +0200
@@ -33,6 +33,7 @@
 BuildRequires:  alsa-devel
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(jack)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -84,6 +85,7 @@
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')  
 sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" qa/loopback/src/paqa.c 
src/common/pa_front.c
 echo 'HTML_TIMESTAMP=NO' >> Doxyfile
+echo 'Requires: alsa' >> portaudio-2.0.pc.in
 
 %build
 %configure --disable-static \




commit mono-core for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2017-08-29 11:34:59

Comparing /work/SRC/openSUSE:Factory/mono-core (Old)
 and  /work/SRC/openSUSE:Factory/.mono-core.new (New)


Package is "mono-core"

Tue Aug 29 11:34:59 2017 rev:111 rq:517703 version:5.2.0

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2017-08-12 
20:07:51.806613654 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2017-08-29 
11:35:08.771755630 +0200
@@ -1,0 +2,92 @@
+Fri Aug 18 12:00:00 UTC 2017 - fwdsbs.to.1...@xoxy.net
+
+- Update to version 5.2.0.215 (5.2.0 Stable)
+- New features and changes:
+  * Strong assembly names: mono will now optionally respect public keys and 
version numbers when loading strongly signed assemblies
+  * Added experimental default interface methods support
+  * System.Numerics.Vectors: the library is now considered ready for general 
usage
+  * .NET Standard 2.0 support: loading and running a library compiled against 
the 2.0 standard should work fine now
+  * The reference assemblies were updated to provide the .NET 4.7 API set
+  * The mono command now runs as a 64bit application by default. You can use 
the --arch=32 option to run Mono as 32bit again
+  * Optimized Array Stores
+  * Class Initialization Improvements
+  * GC: reduced minor collection pause times
+  * Interpreter now passes the majority of the JIT test suite, it can now run 
non-trivial programs
+- Added upstream patch provides-facades.patch:
+  * Search provides (for RPM-packaging) not only for GAC dir, but also for 
"Facades" and "4.5" mono-libdirs
+- Added upstream patch 
0001-btls-Disable-BUILD_SHARED_LIBS-while-building-boring.patch:
+  * Disable BUILD_SHARED_LIBS while building boringssl, so its symbols are not 
exported from the btls shared lib
+- Added upstream patch fix-project-builds-linux.patch:
+  * Fix finding nuget packages in lower-case dirs on case-sensitive filesystems
+- Added patch fix-dbg-headers.patch:
+  * Add missing internal headers to distribution in order to fix build for 
mono-debugger package
+- Bugfixes:
+  * bxc#580 - Type.Load loads strong type despite version mismatch
+  * bxc#39444 - Action ReflectedType differs from Delegate ReflectedType for 
virutal methods
+  * bxc#43805 - Output of DateTime.Now() differs on Mono for ambiguous time 
period
+  * bxc#43988 - Stack overflow in System.Text.Encoding.Default
+  * bxc#46661 - Runtime exception filters truncate exception stack traces on 
NSLog
+  * bxc#46929 - Datetime error on Mono.data.Sqlite
+  * bxc#47221 - Thread.Name can only be set once inside async callback
+  * bxc#47599 - HttpClient Transfer-Encoding:chunked is not added to the 
header - not able to transfer large files
+  * bxc#49721 - Assembly binder uses wrong strongly named assembly when same 
assembly with different version exists in local folder
+  * bxc#50529 - crash in thread-native-exit.exe
+  * bxc#51522 - Overload resolution fails for referenced assembly
+  * bxc#51561 - Getting process name of process running under higher privilege 
user throws exception
+  * bxc#51653 - mono_thread_info_wait_one_handle ignored alertable argument
+  * bxc#52086 - Nullable structs with implicit operators generate invalid IL 
code when compiling with Mono
+  * bxc#52294 - C# compiler reports an incorrect error in a lambda with 
generic constraints
+  * bxc#52340 - Compiler crashes with FATAL UNHANDLED EXCEPTION (nullref)
+  * bxc#52345 - Process has exited, so the requested information is not 
available
+  * bxc#52429 - Shutdown hang then crash in Finalizer thread
+  * bxc#52437 - Random NullReferenceExceptions in StringBuilder.ThreadSafeCopy
+  * bxc#52448 - StreamContent apparently needs to rewind stream before sending 
it
+  * bxc#52475 - MTOUCH: error MT3001: Could not AOT the assembly
+  * bxc#52511 - configure script doen’t detect bad configuration
+  * bxc#52549 - error: mono_w32socket_convert_error: no translation into 
winsock error for (41) "Protocol wrong type for socket"
+  * bxc#52590 - Cannot compile for iOS, TypeBuilder exists in two places.
+  * bxc#52599 - await in finally clause prevents disposal of enclosing using 
statement
+  * bxc#52600 - Full AOT: Strange combination of structs, generics, and enums 
causes runtime failure
+  * bxc#52743 - denied loading problems
+  * bxc#52845 - [Cycle 9] Satellite assemblies not bundled when using "Bundle 
assemblies into native code" due to "unknown escape sequence" error from gcc 
during mkbundle step
+  * bxc#52866 - F# sprintf AOT bug still exists
+  * bxc#52899 - mprof-report missing filenames in coverage xml output when 
using portable pdbs
+  * bxc#53066 - Can’t Build Project in Debug with "Could not AOT the assembly"
+  * bxc#53131 - Calling MakeArray() on a type with a rank that is to

commit openmpi for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2017-08-29 11:35:43

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


Package is "openmpi"

Tue Aug 29 11:35:43 2017 rev:64 rq:517825 version:1.10.7

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes
2017-07-30 11:24:34.281174200 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2017-08-29 11:35:44.422746512 +0200
@@ -1,0 +2,10 @@
+Sun Aug 13 11:17:00 UTC 2017 - sch...@linux-m68k.org
+
+- Enable ucx only on supported platforms
+
+---
+Mon Jul 17 10:53:05 UTC 2017 - dmuel...@suse.com
+
+- disable ucx on all ARM platform variants (all of them are 32bit)
+
+---
--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2017-07-30 
11:24:35.892946766 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2017-08-29 
11:35:44.514733587 +0200
@@ -1,0 +2,5 @@
+Sun Aug 13 11:17:00 UTC 2017 - sch...@linux-m68k.org
+
+- Enable ucx only on supported platforms
+
+---



Other differences:
--
++ openmpi-testsuite.spec ++
--- /var/tmp/diff_new_pack.g3cCl0/_old  2017-08-29 11:35:46.174500384 +0200
+++ /var/tmp/diff_new_pack.g3cCl0/_new  2017-08-29 11:35:46.190498136 +0200
@@ -27,7 +27,7 @@
 # % define build_static_devel 1
 
 %if 0%{?suse_version} >= 1320
-%ifnarch s390 armv7hl %{ix86}
+%ifarch aarch64 %power64 x86_64 s390x
 %define with_ucx 1
 %endif
 %endif
@@ -481,7 +481,7 @@
 %{mpi_helpdir}/help-shmem-api.txt
 %{mpi_helpdir}/help-shmem-runtime.txt
 %{mpi_helpdir}/help-state-staged-hnp.txt
-%ifarch %ix86 x86_64 ppc64
+%ifarch %ix86 x86_64 ppc ppc64
 %{mpi_helpdir}/help-opal-timer-linux.txt
 %endif
 

++ openmpi.spec ++
--- /var/tmp/diff_new_pack.g3cCl0/_old  2017-08-29 11:35:46.238491393 +0200
+++ /var/tmp/diff_new_pack.g3cCl0/_new  2017-08-29 11:35:46.246490269 +0200
@@ -27,7 +27,7 @@
 # % define build_static_devel 1
 
 %if 0%{?suse_version} >= 1320
-%ifnarch s390 %arm %ix86
+%ifarch aarch64 %power64 x86_64 s390x
 %define with_ucx 1
 %endif
 %endif
@@ -481,7 +481,7 @@
 %{mpi_helpdir}/help-shmem-api.txt
 %{mpi_helpdir}/help-shmem-runtime.txt
 %{mpi_helpdir}/help-state-staged-hnp.txt
-%ifarch %ix86 x86_64 ppc64
+%ifarch %ix86 x86_64 ppc ppc64
 %{mpi_helpdir}/help-opal-timer-linux.txt
 %endif
 




commit popt for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package popt for openSUSE:Factory checked in 
at 2017-08-29 11:35:38

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


Package is "popt"

Tue Aug 29 11:35:38 2017 rev:33 rq:517822 version:1.16

Changes:

--- /work/SRC/openSUSE:Factory/popt/popt.changes2013-10-08 
11:05:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.popt.new/popt.changes   2017-08-29 
11:35:39.255472535 +0200
@@ -1,0 +2,6 @@
+Tue Aug  8 19:29:17 UTC 2017 - jeng...@inai.de
+
+- Remove --with-pic which is only for static libs.
+- Fix RPM groups.
+
+---



Other differences:
--
++ popt.spec ++
--- /var/tmp/diff_new_pack.s0L9EM/_old  2017-08-29 11:35:40.367316316 +0200
+++ /var/tmp/diff_new_pack.s0L9EM/_new  2017-08-29 11:35:40.383314068 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package popt
 #
-# Copyright (c) 2013 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
@@ -22,7 +22,7 @@
 #!BuildIgnore:  rpmlint-Factory
 Summary:A C library for parsing command line parameters
 License:MIT
-Group:  System Environment/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.rpm5.org/
 
 #CVS-Clone:-d :pserver:anonym...@rpm5.org:/cvs co popt
@@ -45,7 +45,7 @@
 
 %package -n libpopt0
 Summary:A C library for parsing command line parameters
-Group:  System Environment/Libraries
+Group:  System/Libraries
 Provides:   popt = %{version}
 Obsoletes:  popt < %{version}
 
@@ -60,7 +60,7 @@
 
 %package devel
 Summary:Development files for the popt library
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libpopt0 = %{version}
 
@@ -76,7 +76,7 @@
 
 %build
 autoreconf -fiv
-%configure --with-pic --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install




commit dummy-release for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package dummy-release for openSUSE:Factory 
checked in at 2017-08-29 11:35:32

Comparing /work/SRC/openSUSE:Factory/dummy-release (Old)
 and  /work/SRC/openSUSE:Factory/.dummy-release.new (New)


Package is "dummy-release"

Tue Aug 29 11:35:32 2017 rev:18 rq:517821 version:15

Changes:

--- /work/SRC/openSUSE:Factory/dummy-release/dummy-release.changes  
2017-07-24 12:29:56.682505112 +0200
+++ /work/SRC/openSUSE:Factory/.dummy-release.new/dummy-release.changes 
2017-08-29 11:35:33.324305887 +0200
@@ -1,0 +2,5 @@
+Thu Aug 10 10:26:00 CEST 2017 - behl...@suse.de
+
+- update version, drop /etc/SuSE-release 
+
+---



Other differences:
--
++ dummy-release.spec ++
--- /var/tmp/diff_new_pack.pbfFb8/_old  2017-08-29 11:35:34.456146859 +0200
+++ /var/tmp/diff_new_pack.pbfFb8/_new  2017-08-29 11:35:34.460146297 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   dummy-release
-Version:12
+Version:15
 Release:0
 Provides:   distribution-release
 Conflicts:  otherproviders(distribution-release)
-Summary:SuSE release version files
+Summary:SUSE release version files
 License:BSD-3-Clause
 Group:  System/Fhs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-This package contains the files: /etc/SuSE-release, /etc/issue,
+This package contains the files: /etc/issue,
 /etc/issue.net and /etc/os-release
 
 %prep
@@ -38,7 +38,6 @@
 mkdir -p $RPM_BUILD_ROOT/etc
 echo -e "\nWelcome to Dummy Product - Kernel \\\r (\\\l).\n\n" > 
$RPM_BUILD_ROOT/etc/issue
 echo -e "Welcome to Dummy Product (%{_target_cpu}) - Kernel %%r (%%t)." > 
$RPM_BUILD_ROOT/etc/issue.net
-echo "Dummy Product (%{_target_cpu})" > $RPM_BUILD_ROOT/etc/SuSE-release
 touch $RPM_BUILD_ROOT/etc/motd
 
 echo 'NAME=Dummy' > $RPM_BUILD_ROOT/etc/os-release
@@ -46,7 +45,6 @@
 
 %files
 %defattr(644,root,root,755)
-/etc/SuSE-release
 /etc/os-release
 %config(noreplace) /etc/motd
 %config(noreplace) /etc/issue




commit shotwell for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2017-08-29 11:35:17

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


Package is "shotwell"

Tue Aug 29 11:35:17 2017 rev:73 rq:517815 version:0.27.0

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2017-07-04 
11:55:40.728297979 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2017-08-29 
11:35:17.738495761 +0200
@@ -1,0 +2,6 @@
+Sun Aug 20 11:07:17 UTC 2017 - zai...@opensuse.org
+
+- Drop pkgconfig(unique-3.0) BuildRequires: No longer needed.
+- Add appstream-glib BuildRequires, support AppData.
+
+---



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.tge4tq/_old  2017-08-29 11:35:18.802346286 +0200
+++ /var/tmp/diff_new_pack.tge4tq/_new  2017-08-29 11:35:18.822343476 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Graphics/Viewers
 Url:https://wiki.gnome.org/Apps/Shotwell
 Source: 
http://download.gnome.org/sources/shotwell/0.27/%{name}-%{version}.tar.xz
+BuildRequires:  appstream-glib
 BuildRequires:  fdupes
 BuildRequires:  gettext >= 0.19.7
 BuildRequires:  libraw-devel-static
@@ -53,7 +54,6 @@
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.26.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.32
 BuildRequires:  pkgconfig(sqlite3) >= 3.5.9
-BuildRequires:  pkgconfig(unique-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit ifplugd for openSUSE:Factory

2017-08-29 Thread root
Hello community,

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

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


Package is "ifplugd"

Tue Aug 29 11:35:27 2017 rev:20 rq:517819 version:0.28

Changes:

--- /work/SRC/openSUSE:Factory/ifplugd/ifplugd.changes  2013-04-02 
11:53:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.ifplugd.new/ifplugd.changes 2017-08-29 
11:35:28.269016177 +0200
@@ -1,0 +2,5 @@
+Fri Aug 11 12:10:41 UTC 2017 - pgaj...@suse.com
+
+- do not generate documentation, use generated one [bsc#1052975]
+
+---



Other differences:
--
++ ifplugd.spec ++
--- /var/tmp/diff_new_pack.ylbDah/_old  2017-08-29 11:35:29.412855463 +0200
+++ /var/tmp/diff_new_pack.ylbDah/_new  2017-08-29 11:35:29.468847596 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ifplugd
 #
-# Copyright (c) 2013 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
@@ -19,7 +19,6 @@
 Name:   ifplugd
 BuildRequires:  gcc-c++
 BuildRequires:  libdaemon-devel
-BuildRequires:  lynx
 BuildRequires:  pkgconfig
 Version:0.28
 Release:0
@@ -57,7 +56,7 @@
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D__KERNEL_STRICT_NAMES -fno-strict-aliasing"
-%configure --disable-xmltoman --disable-subversion 
+%configure --disable-xmltoman --disable-subversion --disable-lynx
 %{__make} %{?_smp_mflags}
 
 %install




commit aaa_base for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2017-08-29 11:35:22

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


Package is "aaa_base"

Tue Aug 29 11:35:22 2017 rev:437 rq:517816 version:13.2+git20170814.cc9e34e

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2017-08-02 
11:27:03.699563982 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2017-08-29 
11:35:23.505685446 +0200
@@ -1,0 +2,7 @@
+Sun Aug 20 22:41:01 UTC 2017 - vu...@opensuse.org
+
+- Update to version 13.2+git20170814.cc9e34e:
+  * Unset id in csh.cshrc instead of profile.csh (bsc#1049577)
+  * Restore the is variable within /etc/profile
+
+---

Old:

  aaa_base-13.2+git20170731.c10ca77.tar.xz

New:

  aaa_base-13.2+git20170814.cc9e34e.tar.xz



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.iUTzGG/_old  2017-08-29 11:35:24.845497197 +0200
+++ /var/tmp/diff_new_pack.iUTzGG/_new  2017-08-29 11:35:24.857495511 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   aaa_base
-Version:13.2+git20170731.c10ca77
+Version:13.2+git20170814.cc9e34e
 Release:0
 Url:https://github.com/openSUSE/aaa_base
 Provides:   aaa_skel = %{version}-%{release}

++ _servicedata ++
--- /var/tmp/diff_new_pack.iUTzGG/_old  2017-08-29 11:35:25.009474157 +0200
+++ /var/tmp/diff_new_pack.iUTzGG/_new  2017-08-29 11:35:25.013473595 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/openSUSE/aaa_base.git
-  c10ca77e8ecd9de00b061d3f328c28d234d02fc1
\ No newline at end of file
+  cc9e34e45854d7313e07a0f4b2cc41b720a16003
\ No newline at end of file

++ aaa_base-13.2+git20170731.c10ca77.tar.xz -> 
aaa_base-13.2+git20170814.cc9e34e.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20170731.c10ca77/files/etc/bash.bashrc 
new/aaa_base-13.2+git20170814.cc9e34e/files/etc/bash.bashrc
--- old/aaa_base-13.2+git20170731.c10ca77/files/etc/bash.bashrc 2017-07-31 
16:04:09.0 +0200
+++ new/aaa_base-13.2+git20170814.cc9e34e/files/etc/bash.bashrc 2017-08-14 
15:33:23.0 +0200
@@ -11,6 +11,7 @@
 #
 noprofile=false
 restricted=false
+: ${_is_save:=unset}
 if test -z "$is" ; then
  if test -f /proc/mounts ; then
   if ! is=$(readlink /proc/$$/exe 2>/dev/null) ; then
@@ -362,7 +363,9 @@
 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 "$_is_save" = "unset" ; then
+unset is _is_save
+fi
 
 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+git20170731.c10ca77/files/etc/csh.cshrc 
new/aaa_base-13.2+git20170814.cc9e34e/files/etc/csh.cshrc
--- old/aaa_base-13.2+git20170731.c10ca77/files/etc/csh.cshrc   2017-07-31 
16:04:09.0 +0200
+++ new/aaa_base-13.2+git20170814.cc9e34e/files/etc/csh.cshrc   2017-08-14 
15:33:23.0 +0200
@@ -44,6 +44,7 @@
 #
 if (! ${?UID}  ) set -r  UID=${uid}
 if (! ${?EUID} ) set -r EUID="`${id} -u`"
+unset id
 
 #
 # Avoid trouble with Emacs shell mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.2+git20170731.c10ca77/files/etc/profile 
new/aaa_base-13.2+git20170814.cc9e34e/files/etc/profile
--- old/aaa_base-13.2+git20170731.c10ca77/files/etc/profile 2017-07-31 
16:04:09.0 +0200
+++ new/aaa_base-13.2+git20170814.cc9e34e/files/etc/profile 2017-08-14 
15:33:23.0 +0200
@@ -339,7 +339,10 @@
 # Note that ksh always reads /etc/ksh.kshrc
 #
 if test "$is" != ksh -a "$is" != zsh ; then
+   _is_save=$is
test -r /etc/bash.bashrc && . /etc/bash.bashrc
+   is=$_is_save
+   unset _is_save
 fi
 if test "$restricted" = true ; then
readonly _HOMEBASHRC=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-13.2+git20170731.c10ca77/files/etc/profile.d/profile.csh 
new/aaa_base-13.2+git20170814.cc9e34e/files/etc/profile.d/profile.csh
--- old/aaa_base-13.2+git20170731.c10ca77/files/etc/profile.d/profile.csh   
2017-07-31 16:04:09.0 +0200
+++ new/aaa_base-13.2+git20170814.cc9e34e/files/etc/profile.d/profile.csh   
2017-08-14 15:33:23.0 +0200
@@ -157,7 +157,7 @@
 endif
 endif
 
-unset val arr id
+unset val arr
 unset noglob
 #
 # end of profile.csh




commit hostname for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package hostname for openSUSE:Factory 
checked in at 2017-08-29 11:34:51

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


Package is "hostname"

Tue Aug 29 11:34:51 2017 rev:4 rq:517447 version:3.16

Changes:

--- /work/SRC/openSUSE:Factory/hostname/hostname.changes2016-04-11 
10:27:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.hostname.new/hostname.changes   2017-08-29 
11:34:52.274073636 +0200
@@ -1,0 +2,6 @@
+Tue Aug 15 21:55:30 CEST 2017 - ku...@suse.de
+
+- Add build require libnsl-devel in preparation of libnsl removal
+  from glibc.
+
+---



Other differences:
--
++ hostname.spec ++
--- /var/tmp/diff_new_pack.UifMTE/_old  2017-08-29 11:34:53.137952257 +0200
+++ /var/tmp/diff_new_pack.UifMTE/_new  2017-08-29 11:34:53.145951133 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostname
 #
-# 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,6 +27,7 @@
 # net-tools requires hostname, but we know we do not rely on ourselves to build
 #!BuildIgnore:  hostname
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libnsl-devel
 
 %description
 This package provides commands which can be used to display the system's DNS




commit perl-MailTools for openSUSE:Factory

2017-08-29 Thread root
Hello community,

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

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


Package is "perl-MailTools"

Tue Aug 29 11:34:28 2017 rev:33 rq:518508 version:2.19

Changes:

--- /work/SRC/openSUSE:Factory/perl-MailTools/perl-MailTools.changes
2016-06-03 16:34:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MailTools.new/perl-MailTools.changes   
2017-08-29 11:34:29.501273340 +0200
@@ -1,0 +2,17 @@
+Thu Aug 24 05:54:45 UTC 2017 - co...@suse.com
+
+- updated to 2.19
+   see /usr/share/doc/packages/perl-MailTools/ChangeLog
+
+---
+Wed Aug 23 05:46:29 UTC 2017 - co...@suse.com
+
+- updated to 2.19
+   see /usr/share/doc/packages/perl-MailTools/ChangeLog
+
+  version 2.19: Tue 22 Aug 13:30:41 CEST 2017
+  
+   Improvements:
+   - block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
+
+---

Old:

  MailTools-2.18.tar.gz

New:

  MailTools-2.19.tar.gz



Other differences:
--
++ perl-MailTools.spec ++
--- /var/tmp/diff_new_pack.b7yo7n/_old  2017-08-29 11:34:30.613117119 +0200
+++ /var/tmp/diff_new_pack.b7yo7n/_new  2017-08-29 11:34:30.625115433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MailTools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-MailTools
-Version:2.18
+Version:2.19
 Release:0
 %define cpan_name MailTools
-Summary:Various e-mail related modules
+Summary:Bundle of Ancient Email Modules
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MailTools/
-Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,14 @@
 %{perl_requires}
 
 %description
-Various e-mail related modules
+MailTools is a bundle: an ancient form of combining packages into one
+distribution. Gladly, it can be distributed as if it is a normal
+distribution as well.
+
+*Be warned:* The code you find here is very old. It works for simple
+emails, but when you start with new code then please use more sofisticated
+libraries. The main reason that you still find this code on CPAN, is
+because many books use it as example.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ MailTools-2.18.tar.gz -> MailTools-2.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.18/ChangeLog new/MailTools-2.19/ChangeLog
--- old/MailTools-2.18/ChangeLog2016-05-18 23:52:35.0 +0200
+++ new/MailTools-2.19/ChangeLog2017-08-22 13:30:46.0 +0200
@@ -1,6 +1,11 @@
 
  version history for MailTools
 
+version 2.19: Tue 22 Aug 13:30:41 CEST 2017
+
+   Improvements:
+   - block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
+
 version 2.18: Wed 18 May 23:52:30 CEST 2016
 
Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.18/MANIFEST new/MailTools-2.19/MANIFEST
--- old/MailTools-2.18/MANIFEST 2016-05-18 23:52:37.0 +0200
+++ new/MailTools-2.19/MANIFEST 2017-08-22 13:36:20.0 +0200
@@ -38,6 +38,8 @@
 lib/Mail/Send.pod
 lib/Mail/Util.pm
 lib/Mail/Util.pod
+lib/MailTools.pm
+lib/MailTools.pod
 t/extract.t
 t/header.t
 t/internet.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.18/META.json new/MailTools-2.19/META.json
--- old/MailTools-2.18/META.json2016-05-18 23:52:37.0 +0200
+++ new/MailTools-2.19/META.json2017-08-22 13:36:20.0 +0200
@@ -1,5 +1,5 @@
 {
-   "abstract" : "Various e-mail related modules",
+   "abstract" : "Various ancient e-mail related modules",
"author" : [
   "Mark Overmeer "
],
@@ -10,7 +10,7 @@
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+  "version" : 2
},
"name" : "MailTools",
"no_index" : {
@@ -42,5 +42,5 @@
   }
},
 

commit neon for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package neon for openSUSE:Factory checked in 
at 2017-08-29 11:34:33

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


Package is "neon"

Tue Aug 29 11:34:33 2017 rev:47 rq:518509 version:0.30.2

Changes:

--- /work/SRC/openSUSE:Factory/neon/neon.changes2015-03-09 
10:03:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.neon.new/neon.changes   2017-08-29 
11:34:34.744536631 +0200
@@ -1,0 +2,9 @@
+Wed Aug 23 14:30:00 UTC 2017 - vci...@suse.com
+
+- Update to 0.30.2
+  Add support for OpenSSL 1.1.x (Kurt Roeckx).
+  Fix PKCS#11 support under GnuTLS 3.x.
+  PKCS#11 API no longer supported with GnuTLS 2.x
+- cleaned the .spec
+
+---

Old:

  neon-0.30.1.tar.gz
  neon-0.30.1.tar.gz.asc

New:

  neon-0.30.2.tar.gz
  neon-0.30.2.tar.gz.asc



Other differences:
--
++ neon.spec ++
--- /var/tmp/diff_new_pack.k7rUDP/_old  2017-08-29 11:34:35.936369172 +0200
+++ /var/tmp/diff_new_pack.k7rUDP/_new  2017-08-29 11:34:35.948367486 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package neon
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   neon
-Version:0.30.1
+Version:0.30.2
 Release:0
 Summary:An HTTP and WebDAV Client Library
 License:GPL-2.0+
@@ -35,78 +35,23 @@
 BuildRequires:  libopenssl-devel
 BuildRequires:  libproxy-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# bug437293
-%ifarch ppc64
-Obsoletes:  neon-64bit
-%endif
 
 %description
 neon is an HTTP and WebDAV client library with a C interface.
-   Featuring: * High-level interface to HTTP and WebDAV methods
-   (PUT, GET, HEAD, etc.)
-
-* Low-level interface to HTTP request handling to allow implementing
-   new methods easily
-
-* HTTP/1.1 and HTTP/1.0 persistent connections
-
-* RFC2617 basic and digest authentication (including auth-int,
-   md5-sess)
-
-* Proxy support (including basic/digest authentication)
-
-* Generic WebDAV 207 XML response handling mechanism
-
-* XML parsing using the expat or libxml parsers
-
-* Easy generation of error messages from 207 error responses
-
-* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
-
-* WebDAV metadata support: set and remove properties, query any set of
-properties (PROPPATCH/PROPFIND)
 
 %package -n libneon27
 Summary:An HTTP and WebDAV Client Library
-Group:  Development/Libraries/Other
 # Drop the main package. It avoids the lib from being installed in different 
versions
 # and generally only contained coders doc anyhow.
+Group:  Development/Libraries/Other
 Provides:   neon = %{version}
 Obsoletes:  neon < %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  neon-64bit
-%endif
 #
 
 %description -n libneon27
 neon is an HTTP and WebDAV client library with a C interface.
-   Featuring: * High-level interface to HTTP and WebDAV methods
-   (PUT, GET, HEAD, etc.)
-
-* Low-level interface to HTTP request handling to allow implementing
-   new methods easily
-
-* HTTP/1.1 and HTTP/1.0 persistent connections
-
-* RFC2617 basic and digest authentication (including auth-int,
-   md5-sess)
-
-* Proxy support (including basic/digest authentication)
-
-* Generic WebDAV 207 XML response handling mechanism
-
-* XML parsing using the expat or libxml parsers
-
-* Easy generation of error messages from 207 error responses
-
-* WebDAV resource manipulation: MOVE, COPY, DELETE, MKCOL
-
-* WebDAV metadata support: set and remove properties, query any set of
-properties (PROPPATCH/PROPFIND)
 
 %package -n libneon-devel
 Summary:An HTTP and WebDAV Client Library
@@ -116,36 +61,9 @@
 # renamed after openSUSE 10.3
 Provides:   neon-devel = %{version}
 Obsoletes:  neon-devel < %{version}
-# bug437293
-%ifarch ppc64
-Obsoletes:  neon-devel-64bit
-%endif
 
 %description -n libneon-devel
 neon is an HTTP and WebDAV client library with a C interface.
-   Featuring: * High-level interface to HTTP and WebDAV methods
-   (PUT, GET, HEAD, etc.)
-
-* Low-level interface to HTTP request handling to allow implementing
-   new methods easily
-
-* HTTP/1.1 and HTTP/1.0 persistent connections
-
-* RFC2617 basic and digest authentication (including auth-int,
-   md5-sess)
-
-* Proxy support (including basic/digest authentication)
-

commit yast2-tune for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package yast2-tune for openSUSE:Factory 
checked in at 2017-08-29 11:34:07

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


Package is "yast2-tune"

Tue Aug 29 11:34:07 2017 rev:59 rq:516968 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes2017-02-04 
16:52:36.428590164 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-tune.new/yast2-tune.changes   
2017-08-29 11:34:08.904167357 +0200
@@ -1,0 +2,7 @@
+Mon Aug 14 18:19:47 UTC 2017 - lsle...@suse.cz
+
+- Fixed scheduler activation: do not activate the new scheduler
+  for devices which do not support it (bsc#1052770)
+- 3.3.0
+
+---

Old:

  yast2-tune-3.2.0.tar.bz2

New:

  yast2-tune-3.3.0.tar.bz2



Other differences:
--
++ yast2-tune.spec ++
--- /var/tmp/diff_new_pack.yAs0Q1/_old  2017-08-29 11:34:09.760047101 +0200
+++ /var/tmp/diff_new_pack.yAs0Q1/_new  2017-08-29 11:34:09.772045414 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tune
-Version:3.2.0
+Version:3.3.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-tune-3.2.0.tar.bz2 -> yast2-tune-3.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-3.2.0/.travis.yml 
new/yast2-tune-3.3.0/.travis.yml
--- old/yast2-tune-3.2.0/.travis.yml2017-01-31 09:51:51.391173433 +0100
+++ new/yast2-tune-3.3.0/.travis.yml2017-08-15 10:26:47.899310986 +0200
@@ -5,6 +5,9 @@
 
 before_install:
   - docker build -t yast-tune-image .
+  # list the installed packages (just for easier debugging)
+  - docker run --rm -it yast-tune-image rpm -qa | sort
+
 script:
   # 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-3.2.0/package/yast2-tune.changes 
new/yast2-tune-3.3.0/package/yast2-tune.changes
--- old/yast2-tune-3.2.0/package/yast2-tune.changes 2017-01-31 
09:51:51.423173433 +0100
+++ new/yast2-tune-3.3.0/package/yast2-tune.changes 2017-08-15 
10:26:47.903310986 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Aug 14 18:19:47 UTC 2017 - lsle...@suse.cz
+
+- Fixed scheduler activation: do not activate the new scheduler
+  for devices which do not support it (bsc#1052770)
+- 3.3.0
+
+---
 Fri Jan 20 16:21:30 UTC 2017 - mvid...@suse.com
 
 - Added Tune::Widgets::SystemInformation (FATE#322328).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-3.2.0/package/yast2-tune.spec 
new/yast2-tune-3.3.0/package/yast2-tune.spec
--- old/yast2-tune-3.2.0/package/yast2-tune.spec2017-01-31 
09:51:51.423173433 +0100
+++ new/yast2-tune-3.3.0/package/yast2-tune.spec2017-08-15 
10:26:47.903310986 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-tune
-Version:3.2.0
+Version:3.3.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tune-3.2.0/src/modules/SystemSettings.rb 
new/yast2-tune-3.3.0/src/modules/SystemSettings.rb
--- old/yast2-tune-3.2.0/src/modules/SystemSettings.rb  2017-01-31 
09:51:51.463173433 +0100
+++ new/yast2-tune-3.3.0/src/modules/SystemSettings.rb  2017-08-15 
10:26:47.907310986 +0200
@@ -248,11 +248,38 @@
   # activate the scheduler for all disk devices
   return if new_elevator == :missing
   Dir["/sys/block/*/queue/scheduler"].each do |f|
+# skip devices which do not support the selected scheduler,
+# keep the original scheduler
+next unless device_supports_scheduler(f, new_elevator)
+
 log.info("Activating scheduler '#{new_elevator}' for device #{f}")
 File.write(f, new_elevator)
   end
 end
 
+# read available schedulers for the device
+# @param device [String] path to device scheduler file
+# @return [Array] read schedulers from the file
+def read_device_schedulers(device)
+  schedulers = File.read(device).split(/\s+/).map do |sched|
+# remove the current scheduler marks [] around the name
+sched[0] == "[" && sched [-1] == "]" ? sched[1..-2] : sched
+  end
+
+  log.info("Available schedulers for #{device}: #{schedulers}")
+
+  schedulers
+end
+
+# does the device support

commit yast2-apparmor for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package yast2-apparmor for openSUSE:Factory 
checked in at 2017-08-29 11:34:12

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


Package is "yast2-apparmor"

Tue Aug 29 11:34:12 2017 rev:62 rq:516988 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes
2017-08-08 12:05:25.335775635 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes   
2017-08-29 11:34:13.823476163 +0200
@@ -1,0 +2,9 @@
+Tue Aug 15 06:31:30 CDT 2017 - rgold...@suse.com
+
+- Use the JSON interface of apparmor to show dialogs (FATE#323380)
+ - Added log profiling
+ - Added generating a profile
+- Removed old perl interface code
+- 3.3.1
+
+---

Old:

  yast2-apparmor-3.3.0.tar.bz2

New:

  yast2-apparmor-3.3.1.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.cVrNTG/_old  2017-08-29 11:34:14.639361526 +0200
+++ /var/tmp/diff_new_pack.cVrNTG/_new  2017-08-29 11:34:14.651359841 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-apparmor
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:YaST2 - Plugins for AppArmor Profile Management
 License:GPL-2.0
@@ -69,10 +69,9 @@
 %{_bindir}/*
 %{yast_clientdir}
 %{yast_yncludedir}/apparmor
-%{yast_scrconfdir}
+%{yast_libdir}/apparmor
 %{yast_moduledir}
 %{yast_desktopdir}
-%{yast_agentdir}
 %dir %{_sysconfdir}/apparmor
 %config(noreplace) %{_sysconfdir}/apparmor/reports.crontab
 %config(noreplace) %{_sysconfdir}/apparmor/reports.conf

++ yast2-apparmor-3.3.0.tar.bz2 -> yast2-apparmor-3.3.1.tar.bz2 ++
 2223 lines of diff (skipped)




commit grub2 for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2017-08-29 11:34:17

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


Package is "grub2"

Tue Aug 29 11:34:17 2017 rev:166 rq:518462 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2017-08-08 
11:58:04.361884736 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2017-08-29 
11:34:18.758782723 +0200
@@ -1,0 +2,7 @@
+Wed Aug 23 17:52:32 UTC 2017 - r...@suse.com
+
+- Fix minor oversights in and the exit value of the grub2-install
+  helper on s390x.  (bsc#1055343, fate#323298)
+  * grub2-s390x-09-improve-zipl-setup.patch
+
+---

New:

  grub2-s390x-09-improve-zipl-setup.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.2D5X0l/_old  2017-08-29 11:34:21.994328109 +0200
+++ /var/tmp/diff_new_pack.2D5X0l/_new  2017-08-29 11:34:22.006326424 +0200
@@ -211,6 +211,7 @@
 Patch81:grub2-lvm-allocate-metadata-buffer-from-raw-contents.patch
 Patch82:grub2-diskfilter-support-pv-without-metadatacopies.patch
 Patch83:grub2-efi-uga-64bit-fb.patch
+Patch84:grub2-s390x-09-improve-zipl-setup.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -356,9 +357,9 @@
 %package %{grubefiarch}
 
 Summary:Bootloader with support for Linux, Multiboot and more
+Group:  System/Boot
 # Require efibootmgr
 # Without it grub-install is broken so break the package as well if unavailable
-Group:  System/Boot
 Requires:   efibootmgr
 Requires(post): efibootmgr
 Requires:   %{name} = %{version}-%{release}
@@ -478,6 +479,7 @@
 %patch81 -p1
 %patch82 -p1
 %patch83 -p1
+%patch84 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1


++ grub2-s390x-09-improve-zipl-setup.patch ++
---
 util/s390x/zipl2grub.conf.in |2 +-
 util/s390x/zipl2grub.pl.in   |   19 +++
 2 files changed, 12 insertions(+), 9 deletions(-)

--- a/util/s390x/zipl2grub.conf.in
+++ b/util/s390x/zipl2grub.conf.in
@@ -8,7 +8,7 @@ defaultmenu = menu
 target = @zipldir@
 ramdisk = @zipldir@/initrd,0x200
 image = @zipldir@/image
-parameters = "root=@GRUB_DEVICE@ @GRUB_EMU_CONMODE@ @GRUB_CMDLINE_LINUX@ 
@GRUB_CMDLINE_LINUX_DEFAULT@ initgrub quiet splash=silent plymouth.enable=0 "
+parameters = "root=@GRUB_DEVICE@ @GRUB_EMU_CONMODE@ @GRUB_CMDLINE_LINUX@ 
@GRUB_CMDLINE_LINUX_DEFAULT@ initgrub quiet splash=silent plymouth.enable=0 
mem=1G "
 
 [skip-grub2]
 target = @zipldir@
--- a/util/s390x/zipl2grub.pl.in
+++ b/util/s390x/zipl2grub.pl.in
@@ -44,12 +44,12 @@ sub System(@) {
   return 0 if ($debug);
   system( @C);
   if ($? == -1) {
-Panic( $?, "$C[0]: Failed to execute: $!\n");
+Panic( 1, "$C[0]: Failed to execute: $!\n");
   } elsif ($? & 127) {
-Panic( $?, sprintf( "$C[0]: Died with signal %d with%s coredump\n",
+Panic( 1, sprintf( "$C[0]: Died with signal %d with%s coredump\n",
($? & 127),  ($? & 128) ? '' : 'out'));
   } elsif ( $? >> 8 != 0 ) {
-Panic( $?, "$C[0]: Failed\n");
+Panic( $? >> 8, "$C[0]: Failed\n");
   }
   return( 0);
 }
@@ -166,7 +166,9 @@ sub Usage($) {
"zIPL directory missing.",
"Configuration template missing.",
"Configuration template unreadable.",
-   "zIPL directory not accesible.",
+   "zIPL directory not accessible.",
+   "kernel image parameter missing.",
+   "kernel image unreadable.",
""
   );
   my $msg = "";
@@ -190,7 +192,8 @@ while ( $#ARGV >= 0 ) {
   (/^--?help/ || /^-h/)   && (Usage(0));
   (/^--zipldir$/ || /^-z$/)   && ($zipldir = shift || Usage(2), next);
   (/^--template$/ || /^-T$/)  && ($in = shift || Usage(3), next);
-  (/^--image$/ || /^-i$/) && ($Image = shift || Usage(5), $force = 1, 
next);
+  (/^--image$/ || /^-i$/) && ($Image = shift || Usage(6),
+ -r "$Image" || Usage(7), $force = 1, next);
   (/^-/)  && (Usage(1));
   Usage(1);
 }
@@ -403,15 +406,15 @@ if ( -l $Image ) {
   $Image = readlink( $Image);
 }
 my ($image, $version) = ($Image =~ m{^(?:/boot/)?([^-]+-(.+))$});
-my $initrd = "initrd-$version";
-
 if ( !defined($image) || !defined($version) || ! -r "/boot/$image" ) {
   Panic( 1, "$C: weird $Image. This should never happen!\n");
 }
+my $initrd = "initrd-$version";
 
 if ( ! -r $ziplimage || ! -r $ziplinitrd || $refresh ) {
   BootCopy( $image, $zipldir, "image");
-  BootCopy( $initrd, $zipldir, "initrd") if (

commit yast2-theme for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2017-08-29 11:34:01

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


Package is "yast2-theme"

Tue Aug 29 11:34:01 2017 rev:152 rq:516125 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2017-06-20 
11:01:33.073773837 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 
2017-08-29 11:34:04.800743914 +0200
@@ -1,0 +2,7 @@
+Fri Aug 11 11:48:06 UTC 2017 - lsle...@suse.cz
+
+- Fixed black-on-black color for the editable combo box in the
+  cyan and b&w color themes (bsc#1052723)
+- 3.3.0
+
+---

Old:

  yast2-theme-3.2.3.tar.bz2

New:

  yast2-theme-3.3.0.tar.bz2



Other differences:
--
++ yast2-theme.spec ++
--- /var/tmp/diff_new_pack.T0nsuq/_old  2017-08-29 11:34:06.040569711 +0200
+++ /var/tmp/diff_new_pack.T0nsuq/_new  2017-08-29 11:34:06.064566339 +0200
@@ -19,7 +19,7 @@
 # YaST Oxygen icons maintained by Martin Schlander 
 
 Name:   yast2-theme
-Version:3.2.3
+Version:3.3.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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




commit libgcrypt for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2017-08-29 11:33:52

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


Package is "libgcrypt"

Tue Aug 29 11:33:52 2017 rev:66 rq:512433 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2017-07-04 
11:54:17.004080375 +0200
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2017-08-29 
11:33:57.849720578 +0200
@@ -1,0 +2,38 @@
+Mon Jul 24 23:43:40 UTC 2017 - jeng...@inai.de
+
+- RPM group fixes.
+
+---
+Fri Jul 21 15:50:14 UTC 2017 - astie...@suse.com
+
+- libgcrypt 1.8.0:
+   * New cipher mode XTS
+   * New hash function Blake-2
+   * New function gcry_mpi_point_copy.
+   * New function gcry_get_config.
+   * GCRYCTL_REINIT_SYSCALL_CLAMP allows to init nPth after Libgcrypt.
+   * New gobal configuration file /etc/gcrypt/random.conf.
+   * GCRYCTL_PRINT_CONFIG does now also print build information for
+ libgpg-error and the used compiler version.
+   * GCRY_CIPHER_MODE_CFB8 is now supported.
+   * A jitter based entropy collector is now used in addition to the
+ other entropy collectors.
+   * Optimized gcry_md_hash_buffers for SHA-256 and SHA-512.
+ random pool lock).
+   * Interface changes relative to the 1.7.0 release:
+ gcry_get_config NEW function.
+ gcry_mpi_point_copy NEW function.
+ GCRYCTL_REINIT_SYSCALL_CLAMPNEW macro.
+ GCRY_MD_BLAKE2B_512 NEW constant.
+ GCRY_MD_BLAKE2B_384 NEW constant.
+ GCRY_MD_BLAKE2B_256 NEW constant.
+ GCRY_MD_BLAKE2B_160 NEW constant.
+ GCRY_MD_BLAKE2S_256 NEW constant.
+ GCRY_MD_BLAKE2S_224 NEW constant.
+ GCRY_MD_BLAKE2S_160 NEW constant.
+ GCRY_MD_BLAKE2S_128 NEW constant.
+ GCRY_CIPHER_MODE_XTSNEW constant.
+ gcry_md_infoDEPRECATED.
+- Refresh patch libgcrypt-1.6.3-aliasing.patch
+
+---

Old:

  libgcrypt-1.7.8.tar.bz2
  libgcrypt-1.7.8.tar.bz2.sig

New:

  libgcrypt-1.8.0.tar.bz2
  libgcrypt-1.8.0.tar.bz2.sig



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.Xpcquf/_old  2017-08-29 11:33:59.953424993 +0200
+++ /var/tmp/diff_new_pack.Xpcquf/_new  2017-08-29 11:33:59.961423869 +0200
@@ -21,10 +21,10 @@
 %define libsoname %{name}20
 %define cavs_dir %{_libexecdir}/%{name}/cavs
 Name:   libgcrypt
-Version:1.7.8
+Version:1.8.0
 Release:0
 Summary:The GNU Crypto Library
-License:GPL-2.0+ and LGPL-2.1+ and GPL-3.0+
+License:GPL-2.0+ AND LGPL-2.1+ AND GPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:http://directory.fsf.org/wiki/Libgcrypt
 Source: ftp://ftp.gnupg.org/gcrypt/libgcrypt/%{name}-%{version}.tar.bz2
@@ -58,9 +58,8 @@
 Patch34:libgcrypt-1.6.3-aliasing.patch
 BuildRequires:  automake >= 1.14
 BuildRequires:  fipscheck
-BuildRequires:  libgpg-error-devel >= 1.13
+BuildRequires:  libgpg-error-devel >= 1.25
 BuildRequires:  libtool
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libgcrypt is a general purpose library of cryptographic building
@@ -70,8 +69,8 @@
 
 %package -n %{libsoname}
 Summary:The GNU Crypto Library
-License:GPL-2.0+ and LGPL-2.1+
-Group:  Development/Libraries/C and C++
+License:GPL-2.0+ AND LGPL-2.1+
+Group:  System/Libraries
 
 %description -n %{libsoname}
 Libgcrypt is a general purpose crypto library based on the code used in
@@ -79,8 +78,8 @@
 
 %package -n %{libsoname}-hmac
 Summary:HMAC checksums for the GNU Crypto Library
-License:GPL-2.0+ and LGPL-2.1+
-Group:  Development/Libraries/C and C++
+License:GPL-2.0+ AND LGPL-2.1+
+Group:  System/Libraries
 Requires:   %{libsoname} = %{version}-%{release}
 
 %description -n %{libsoname}-hmac
@@ -90,7 +89,7 @@
 
 %package devel
 Summary:The GNU Crypto Library
-License:GFDL-1.1 and GPL-2.0+ and LGPL-2.1+ and MIT
+License:GFDL-1.1 AND GPL-2.0+ AND LGPL-2.1+ AND MIT
 Group:  Development/Libraries/C and C++
 Requires:   %{libsoname} = %{version}
 Requires:   glibc-devel
@@ -108,7 +107,7 @@
 
 %package cavs
 Summary:The GNU Crypto Library
-License:GFDL-1.1 and GPL-2.0+ and LGPL-2.1+ and MIT
+License:GFDL-1.1 AND GPL-2.0+ AND LGPL-2.1+ AND MIT
 Group:  Development/Libraries/C and C++
 Requires

commit dnf for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package dnf for openSUSE:Factory checked in 
at 2017-08-29 11:24:22

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


Package is "dnf"

Tue Aug 29 11:24:22 2017 rev:2 rq: version:2.6.3

Changes:

--- /work/SRC/openSUSE:Factory/dnf/dnf.changes  2017-08-28 15:12:17.581815048 
+0200
+++ /work/SRC/openSUSE:Factory/.dnf.new/dnf.changes 2017-08-29 
11:24:23.582413366 +0200
@@ -1,0 +2,8 @@
+Tue Aug 29 09:22:04 UTC 2017 - dleuenber...@suse.com
+
+- Disable the boolean dependencies: this is a hack (sorry) as none
+  of the released products support this in the susetags metadata,
+  which resulted in no distro being able to add the TW repo. Once
+  we migrate to the new prod builder, this can be re-enabled.
+
+---



Other differences:
--
++ dnf.spec ++
--- /var/tmp/diff_new_pack.6UgVPs/_old  2017-08-29 11:24:24.850235209 +0200
+++ /var/tmp/diff_new_pack.6UgVPs/_new  2017-08-29 11:24:24.858234085 +0200
@@ -132,7 +132,8 @@
 BuildRequires:  python2-nose
 BuildRequires:  rpm-python >= %{rpm_version}
 Recommends: bash-completion
-Recommends: (python2-dbus-python if NetworkManager)
+# boolean dependencies cause issues in the susetags repotype; disabled, until 
we finish migration to pure rpm-md
+#Recommends: (python2-dbus-python if NetworkManager)
 Requires:   deltarpm
 Requires:   dnf-conf = %{version}-%{release}
 Requires:   python-gpg