commit xf86-input-synaptics for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2016-05-23 17:31:27

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


Package is "xf86-input-synaptics"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2015-11-18 22:32:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2016-05-23 17:31:28.0 +0200
@@ -1,0 +2,17 @@
+Mon May 23 08:57:47 UTC 2016 - sndir...@suse.com
+
+- replaced n_conf-rename-to-70-synaptics.conf.patch with upstreamed
+  patch U_conf-rename-to-70-synaptics.conf.patch (boo #979554)
+
+---
+Thu May 19 15:19:21 UTC 2016 - sndir...@suse.com
+
+- n_conf-rename-to-70-synaptics.conf.patch
+  * bump up synaptics driver to 70, so it get's preferred over
+libinput, which was dropped down to 060 (boo #979554)
+- adjusted n_xf86-input-synaptics-default-tap.diff,
+  n_xf86-input-synaptics-xorg.conf.d_snippet.diff
+- removed Supplements: xorg-x11-server, so the driver no longer
+  gets installed by default
+
+---

New:

  U_conf-rename-to-70-synaptics.conf.patch



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.vYK4p2/_old  2016-05-23 17:31:29.0 +0200
+++ /var/tmp/diff_new_pack.vYK4p2/_new  2016-05-23 17:31:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-synaptics
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
 Source2:%{name}.keyring
 Patch0: n_xf86-input-synaptics-wait.diff
+Patch1: U_conf-rename-to-70-synaptics.conf.patch
 Patch2: n_xf86-input-synaptics-xorg.conf.d_snippet.diff
 Patch5: n_xf86-input-synaptics-default-tap.diff
 BuildRequires:  autoconf >= 2.60
@@ -44,7 +45,6 @@
 BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xtst)
 Requires:   udev
-Supplements:xorg-x11-server
 # This was part of the xorg-x11-driver-input package up to version 7.6
 Conflicts:  xorg-x11-driver-input <= 7.6
 Provides:   x11-input-synaptics = %{version}
@@ -75,6 +75,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
 %patch5 -p1
 
@@ -99,7 +100,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README
-%config %{_sysconfdir}/X11/xorg.conf.d/50-synaptics.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/70-synaptics.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/synaptics_drv.so
 %{_bindir}/synclient

++ U_conf-rename-to-70-synaptics.conf.patch ++
>From 59e5db025307404fbfbc82f2fb3fe91d6a3005d7 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch 
Date: Thu, 19 May 2016 17:35:57 +0200
Subject: [PATCH synaptics] conf: rename to 70-synaptics.conf

Bump up the synaptics driver to 70, so it get's preferred over libinput, which
was dropped down to 60. The synaptics driver is more of a leaf package
than libinput (which covers a multitude of device types) and can be removed by
default. When specifically installed by the user, the synaptics driver should
override the system default.

Similar to what was done for wacom configuration file.

https://bugzilla.suse.com/show_bug.cgi?id=979554

Signed-off-by: Stefan Dirsch 
Signed-off-by: Peter Hutterer 
---
 conf/50-synaptics.conf | 46 --
 conf/70-synaptics.conf | 46 ++
 conf/Makefile.am   |  2 +-
 man/synaptics.man  |  2 +-
 4 files changed, 48 insertions(+), 48 deletions(-)
 delete mode 100644 conf/50-synaptics.conf
 create mode 100644 conf/70-synaptics.conf

diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
deleted file mode 100644
index aa50456..000
--- a/conf/50-synaptics.conf
+++ /dev/null
@@ -1,46 +0,0 @@
-# Example xorg.conf.d snippet that assigns the touchpad driver
-# to all touchpads. See xorg.conf.d(5) for more information on
-# InputClass.
-# DO NOT EDIT THIS FILE, your distribution will likely overwrite
-# it when updating. Copy (and rename) this file into
-# /etc/X11/xorg.conf.d first.
-# Additional options may be added in the form of
-#   Option 

commit xf86-input-wacom for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2016-05-23 17:31:22

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


Package is "xf86-input-wacom"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2016-02-22 08:56:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2016-05-23 17:31:23.0 +0200
@@ -1,0 +2,13 @@
+Sat May 21 10:02:02 UTC 2016 - jeng...@inai.de
+
+- Ensure all unit template instances are gone on uninstall 
+  [boo#981004]
+
+---
+Thu May 19 13:26:08 UTC 2016 - sndir...@suse.com
+
+- U_conf-rename-to-70-wacom.conf.patch
+  * bump up wacom driver to 070, so it get's preferred over
+libinput, which was dropped down to 060 (boo #979554)
+
+---

New:

  U_conf-rename-to-70-wacom.conf.patch



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.Gg38wV/_old  2016-05-23 17:31:24.0 +0200
+++ /var/tmp/diff_new_pack.Gg38wV/_new  2016-05-23 17:31:24.0 +0200
@@ -30,6 +30,7 @@
 Group:  System/X11/Servers/XF86_4
 Url:
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom
 Source0:
http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/%{name}-%{version}.tar.bz2
+Patch0: U_conf-rename-to-70-wacom.conf.patch
 Patch7: n_01-Add-option-to-enable-logging.patch
 Patch8: n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
 Patch9: n_03-Log-PRESSURE-low-level-events.patch
@@ -84,6 +85,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
@@ -115,6 +117,9 @@
 udevadm trigger --subsystem-match=input --action=change
 exit 0
 
+%preun
+%service_del_preun wacom-inputattach@.service
+
 %postun
 test -n "$FIRST_ARG" || FIRST_ARG=$1
 if [ $FIRST_ARG -le 1 ]; then
@@ -134,7 +139,7 @@
 %doc AUTHORS ChangeLog GPL README
 %{!?install_serial:%exclude} %{_udevrulesdir}/65-wacom.rules
 %{!?install_serial:%exclude} %{_unitdir}/wacom-inputattach@.service
-%config %{_sysconfdir}/X11/xorg.conf.d/50-wacom.conf
+%config %{_sysconfdir}/X11/xorg.conf.d/70-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so
 %{_bindir}/xsetwacom

++ U_conf-rename-to-70-wacom.conf.patch ++
>From 0da5cd545e38079b62656a23835c4943af05dc92 Mon Sep 17 00:00:00 2001
From: Jason Gerecke 
Date: Wed, 27 Apr 2016 10:10:27 -0700
Subject: [PATCH] conf: rename to 70-wacom.conf

This is part of a two-step solution, the other half is renaming the
xf86-input-libinput config snippet to sort lower than ours.

Currently libinput picks up devices that are (for now) destined to the wacom
driver. Since the wacom driver is more of a leaf package than libinput, the
best option here is to make the wacom driver sort higher and let users
uninstall it when not needed. To avoid crowding the 90-* space where users
usually have custom config snippets, libinput will drop down to 60 and
wacom will bump up to 70.

Fixes: https://sourceforge.net/p/linuxwacom/bugs/315/
Fixes: https://github.com/linuxwacom/xf86-input-wacom/issues/4

Signed-off-by: Jason Gerecke 
Reviewed-by: Peter Hutterer 
---
 conf/50-wacom.conf | 103 -
 conf/70-wacom.conf | 103 +
 conf/Makefile.am   |   2 +-
 3 files changed, 104 insertions(+), 104 deletions(-)
 delete mode 100644 conf/50-wacom.conf
 create mode 100644 conf/70-wacom.conf

Index: xf86-input-wacom-0.32.0/conf/70-wacom.conf
===
--- /dev/null
+++ xf86-input-wacom-0.32.0/conf/70-wacom.conf
@@ -0,0 +1,103 @@
+# Some of the below input classes appear 3x times, once for each of
+# "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
+# driver is not accidentally bound to other types of hardware that
+# Wacom has made which are not handled by the wacom driver (e.g the
+# Wacom Bluetooth Keyboard)
+#
+# https://sourceforge.net/p/linuxwacom/bugs/294/
+
+Section "InputClass"
+Identifier "Wacom USB tablet class"
+MatchUSBID "056a:*"
+MatchDevicePath "/dev/input/event*"
+MatchIsTablet "true"
+Driver "wacom"
+EndSection
+
+Section "InputClass"
+Identifier "Wacom USB touchscreen class"
+MatchUSBID "056a:*"
+MatchDevicePath "/dev/input/event*"
+  

commit git for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2016-05-23 17:31:17

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


Package is "git"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2016-05-05 13:18:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2016-05-23 
17:31:18.0 +0200
@@ -1,0 +2,58 @@
+Thu May 19 19:40:48 UTC 2016 - astie...@suse.com
+
+- git 2.8.3:
+ * "git send-email" now uses a more readable timestamps when
+   formulating a message ID.
+ * When "git worktree" feature is in use, "git branch -d" allowed
+   deletion of a branch that is checked out in another worktree
+ * When "git worktree" feature is in use, "git branch -m" renamed a
+   branch that is checked out in another worktree without adjusting
+   the HEAD symbolic ref for the worktree.
+ * "git format-patch --help" showed `-s` and `--no-patch` as if these
+   are valid options to the command.  We already hide `--patch` option
+   from the documentation, because format-patch is about showing the
+   diff, and the documentation now hides these options as well.
+ * A change back in version 2.7 to "git branch" broke display of a
+   symbolic ref in a non-standard place in the refs/ hierarchy (we
+   expect symbolic refs to appear in refs/remotes/*/HEAD to point at
+   the primary branch the remote has, and as .git/HEAD to point at the
+   branch we locally checked out).
+ * A partial rewrite of "git submodule" in the 2.7 timeframe changed
+   the way the gitdir: pointer in the submodules point at the real
+   repository location to use absolute paths by accident.  This has
+   been corrected.
+ * "git commit" misbehaved in a few minor ways when an empty message
+   is given via -m '', all of which has been corrected.
+ * Support for CRAM-MD5 authentication method in "git imap-send" did
+   not work well.
+ * The socks5:// proxy support added back in 2.6.4 days was not aware
+   that socks5h:// proxies behave differently.
+ * "git config" had a codepath that tried to pass a NULL to
+   printf("%s"), which nobody seems to have noticed.
+ * "git replace -e" did not honour "core.editor" configuration.
+ * "git submodule" reports the paths of submodules the command
+   recurses into, but this was incorrect when the command was not run
+   from the root level of the superproject.
+ * The "user.useConfigOnly" configuration variable makes it an error
+   if users do not explicitly set user.name and user.email.  However,
+   its check was not done early enough and allowed another error to
+   trigger, reporting that the default value we guessed from the
+   system setting was unusable.  This was a suboptimal end-user
+   experience as we want the users to set user.name/user.email without
+   relying on the auto-detection at all.
+ * "git mv old new" did not adjust the path for a submodule that lives
+   as a subdirectory inside old/ directory correctly.
+ * "git push" from a corrupt repository that attempts to push a large
+   number of refs deadlocked; the thread to relay rejection notices
+   for these ref updates blocked on writing them to the main thread,
+   after the main thread at the receiving end notices that the push
+   failed and decides not to read these notices and return a failure.
+ * A question by "git send-email" to ask the identity of the sender
+   has been updated.
+ * Recent update to Git LFS broke "git p4" by changing the output from
+   its "lfs pointer" subcommand.
+ * Some multi-byte encoding can have a backslash byte as a later part
+   of one letter, which would confuse "highlight" filter used in
+   gitweb.
+
+---

Old:

  git-2.8.2.tar.sign
  git-2.8.2.tar.xz

New:

  git-2.8.3.tar.sign
  git-2.8.3.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.N48qbk/_old  2016-05-23 17:31:19.0 +0200
+++ /var/tmp/diff_new_pack.N48qbk/_new  2016-05-23 17:31:19.0 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.8.2
+Version:2.8.3
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.8.2.tar.xz -> git-2.8.3.tar.xz ++
 4317 lines of diff (skipped)





commit appstream-glib for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2016-05-23 17:31:32

Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and  /work/SRC/openSUSE:Factory/.appstream-glib.new (New)


Package is "appstream-glib"

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2016-05-05 12:10:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2016-05-23 17:31:34.0 +0200
@@ -1,0 +2,49 @@
+Mon May 23 11:50:12 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.5.15:
+  + trivial: post release version bump.
+  + Add AS_APP_QUIRK_HAS_SHORTCUT.
+  + trivial: Try to shut up libasn.
+  + Ignore files with invalid suffixes when building installed
+stores.
+  + Add AS_APP_QUIRK_NOT_LAUNCHABLE.
+  + trivial: Add three more apps to the ID fallback table.
+  + trivial: Fix a critical warning when an AppData file has
+invalid input.
+  + Fall back to the icon name for LOCAL icon types.
+  + yaml: Make icon parser spec compliant.
+  + trivial: Add a work-around for the new libreoffice in the
+builder.
+  + trivial: Set missing icon prefix for cached YAML.
+  + Sort archive contents by name for repeatable results.
+  + Omit timestamp from gzip compressed files.
+  + README.md: add note for glob usage.
+  + README.md: wrap at 80 chars.
+  + trivial: Add some more debugging to debug an issue.
+  + Rename the xdg-app support to the new name: Flatpak.
+  + trivial: Add some support for flatpak self tests.
+  + Addons can have duplcate names.
+  + Show the app name when complaining about missing description in
+the metadata.
+  + Revert "trivial: Add some support for flatpak self tests".
+  + Always add /var/lib/flatpak/appstream as a possible Flatpak
+path.
+  + Add all applications for all architectures when loading
+Flatpak.
+  + Set the architecture of discovered Flatpak apps.
+  + Correctly set the architecture on newly discovered
+applications.
+  + Save the ID prefix in more places.
+  + Release version 0.5.15.
+- Drop 0001-Omit-timestamp-from-gzip-compressed-files.patch and
+  0001-Sort-archive-contents-by-name-for-repeatable-results.patch:
+  fixed upstream.
+
+---
+Mon May  2 13:29:57 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Make output of appstream-builder repeatable (boo#977885):
+  + 0001-Sort-archive-contents-by-name-for-repeatable-results.patch
+  + 0001-Omit-timestamp-from-gzip-compressed-files.patch
+
+---

Old:

  appstream-glib-0.5.14.tar.xz

New:

  appstream-glib-0.5.15.tar.xz



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.unCDHM/_old  2016-05-23 17:31:35.0 +0200
+++ /var/tmp/diff_new_pack.unCDHM/_new  2016-05-23 17:31:35.0 +0200
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:   appstream-glib
-Version:0.5.14
+Version:0.5.15
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+
@@ -29,6 +29,7 @@
 #Source: 
http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz
 Source0:%{name}-%{version}.tar.xz
 Source1:openSUSE-appstream-process
+# PATCH-FEATURE-OPENSUSE 
0001-Add-yast2-branding-openSUSE-if-an-app-depends-on-yas.patch 
dims...@opensuse.org -- Add yast2-branding-openSUSE if an app depends on yast2
 Patch0: 0001-Add-yast2-branding-openSUSE-if-an-app-depends-on-yas.patch
 %if %{_build_from_vcs}
 BuildRequires:  gnome-common

++ _service ++
--- /var/tmp/diff_new_pack.unCDHM/_old  2016-05-23 17:31:35.0 +0200
+++ /var/tmp/diff_new_pack.unCDHM/_new  2016-05-23 17:31:35.0 +0200
@@ -2,9 +2,9 @@
   
 https://github.com/hughsie/appstream-glib.git
 git
-0.5.14
+0.5.15
 enable
-refs/tags/appstream_glib_0_5_14
+refs/tags/appstream_glib_0_5_15
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.unCDHM/_old  2016-05-23 17:31:35.0 +0200
+++ /var/tmp/diff_new_pack.unCDHM/_new  2016-05-23 17:31:35.0 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/hughsie/appstream-glib.git
-  469bd3d1a1109df0569b6d6aac3fb79bf7a5cbd6
\ No newline at end of file
+  164491a6b552e2473fab4658933d0495dec98e44
\ No newline at end of file

++ appstream-glib-0.5.14.tar.xz -> appstream-glib-0.5.15.tar.xz ++
 1985 lines of diff (skipped)

++ openSUSE-appstream-process ++
--- /var/tmp/diff_new_pack.unCDHM/_old  2016-05-23 17:31:35.0 +0200
+++ 

commit solid for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2016-05-23 17:31:12

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


Package is "solid"

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2016-05-19 
12:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2016-05-23 
17:31:13.0 +0200
@@ -1,0 +2,5 @@
+Thu May 19 14:35:08 UTC 2016 - alarr...@suse.com
+
+- The media-player-info package is not required anymore, but recommended.
+
+---



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.Ua98cn/_old  2016-05-23 17:31:14.0 +0200
+++ /var/tmp/diff_new_pack.Ua98cn/_new  2016-05-23 17:31:14.0 +0200
@@ -59,7 +59,7 @@
 %endif
 Recommends: %{name}-tools = %{version}
 Recommends: %{name}-imports = %{version}
-Requires:   media-player-info
+Recommends: media-player-info
 %requires_ge libQt5Core5
 %requires_ge libQt5DBus5
 %requires_ge libQt5Widgets5




commit plasma-nm5 for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2016-05-23 17:31:05

Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-nm5.new (New)


Package is "plasma-nm5"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2016-05-19 
12:13:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2016-05-23 17:31:05.0 +0200
@@ -1,0 +2,6 @@
+Fri May 20 12:09:40 UTC 2016 - alarr...@suse.com
+
+- The mobile-broadband-provider-info package is not required anymore,
+  but recommended.
+
+---



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.E0Eg1z/_old  2016-05-23 17:31:06.0 +0200
+++ /var/tmp/diff_new_pack.E0Eg1z/_new  2016-05-23 17:31:06.0 +0200
@@ -63,7 +63,7 @@
 Requires:   NetworkManager
 Requires:   kded
 Requires:   kwalletd5
-Requires:   mobile-broadband-provider-info
+Recommends: mobile-broadband-provider-info
 %if %{with lang}
 Recommends: %{name}-lang
 %endif




commit resource-agents for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2016-05-23 17:30:43

Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and  /work/SRC/openSUSE:Factory/.resource-agents.new (New)


Package is "resource-agents"

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2016-05-16 12:01:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2016-05-23 17:30:44.0 +0200
@@ -1,0 +2,5 @@
+Fri May 20 09:16:27 UTC 2016 - jeng...@inai.de
+
+- Remove redundant %clean section. Ensure systemd-tmpfiles is run.
+
+---



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.yx6cI3/_old  2016-05-23 17:30:45.0 +0200
+++ /var/tmp/diff_new_pack.yx6cI3/_new  2016-05-23 17:30:45.0 +0200
@@ -155,13 +155,7 @@
 %endif
 
 %prep
-###
-%setup -q
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch8 -p1
-###
+%autosetup -p1
 
 %build
 CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
@@ -189,10 +183,8 @@
 %endif
 export MAKE="make %{?jobs:-j%jobs}"
 make %{?jobs:-j%jobs}
-###
 
 %install
-###
 make DESTDIR=$RPM_BUILD_ROOT install
 (
   mkdir -p $RPM_BUILD_ROOT/etc/ha.d/resource.d
@@ -236,18 +228,10 @@
 done
 %endif
 
-###
-
-%clean
-###
-if
-  [ -n "${RPM_BUILD_ROOT}" -a "${RPM_BUILD_ROOT}" != "/" ]
-then
-  rm -rf $RPM_BUILD_ROOT
-fi
-rm -rf $RPM_BUILD_DIR/resource-agents
-###
 %post
+if [ -x /usr/bin/systemd-tmpfiles ]; then
+   systemd-tmpfiles --create resource-agents.conf || :
+fi
 test -d %{_rundir}/resource-agents || mkdir -m 1755 %{_rundir}/resource-agents
 
 %if 0%{?suse_version}
@@ -291,7 +275,6 @@
 %endif
 
 %files
-###
 %defattr(-,root,root)
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
@@ -338,7 +321,6 @@
 %{_libdir}/heartbeat/tickle_tcp
 
 %files -n ldirectord
-###
 %defattr(-,root,root)
 %doc ldirectord/ldirectord.cf
 %doc %{_mandir}/man8/ldirectord.8*
@@ -358,7 +340,6 @@
 
 %if %{with_monitoring}
 %files -n monitoring-plugins-metadata
-###
 %defattr(-,root,root)
 %dir %{_datadir}/nagios
 %dir %{_datadir}/nagios/plugins-metadata




commit gdm for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2016-05-23 17:30:54

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


Package is "gdm"

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2016-05-05 12:09:57.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2016-05-23 
17:30:56.0 +0200
@@ -1,0 +2,6 @@
+Fri May 20 07:00:27 UTC 2016 - dims...@opensuse.org
+
+- Drop insserv_cleanup call in %postun and %insserv_prereq macro
+  in preamble.
+
+---



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.cO4H0u/_old  2016-05-23 17:30:57.0 +0200
+++ /var/tmp/diff_new_pack.cO4H0u/_new  2016-05-23 17:30:57.0 +0200
@@ -98,7 +98,6 @@
 Recommends: orca
 # For groupadd, useradd, usermod
 PreReq: pwdutils
-PreReq: %insserv_prereq
 Recommends: %{name}-lang
 Recommends: iso-codes
 Provides:   gdm2 = %{version}
@@ -299,7 +298,6 @@
 dconf update
 
 %postun
-%insserv_cleanup
 %glib2_gsettings_schema_postun
 %icon_theme_cache_postun
 




commit sysconfig for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2016-05-23 17:30:59

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


Package is "sysconfig"

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2015-06-11 
09:09:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2016-05-23 
17:31:00.0 +0200
@@ -1,0 +2,9 @@
+Fri May 20 14:52:18 UTC 2016 - m...@suse.de
+
+- version 0.83.9
+- ppp: install refactored ip-up and related scripts (bsc#865573)
+- removed patches shipped inside of the source archive
+  [- 0001-dhcp-network-variables-for-dhcp4-user-class.909307.patch]
+  [- 0002-netconfig-use-ntpd.service-on-13.2-boo-930309.patch]
+
+---

Old:

  0001-dhcp-network-variables-for-dhcp4-user-class.909307.patch
  0002-netconfig-use-ntpd.service-on-13.2-boo-930309.patch
  sysconfig-0.83.8.tar.bz2

New:

  sysconfig-0.83.9.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.Fqi3ZO/_old  2016-05-23 17:31:01.0 +0200
+++ /var/tmp/diff_new_pack.Fqi3ZO/_new  2016-05-23 17:31:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sysconfig
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sysconfig
-Version:0.83.8
+Version:0.83.9
 Release:0
 Summary:The sysconfig scheme for traditional network scripts
 License:GPL-2.0+
@@ -33,8 +33,6 @@
 %define udevdir/lib/udev
 %endif
 Source: %name-%version.tar.bz2
-Patch1: 0001-dhcp-network-variables-for-dhcp4-user-class.909307.patch
-Patch2: 0002-netconfig-use-ntpd.service-on-13.2-boo-930309.patch
 Requires:   /sbin/ifup
 Requires:   /sbin/netconfig
 Requires:   sysvinit(network)
@@ -77,8 +75,6 @@
 
 %prep
 %setup -n sysconfig-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf --force --install
@@ -122,6 +118,19 @@
 /usr/share/omc/svcinfo.d/network.xml
 /sbin/rcnetwork
 /sbin/ifuser
+%dir %attr(0750,root,dialout) %_sysconfdir/ppp
+%dir %_sysconfdir/ppp/ip-up.d
+%dir %_sysconfdir/ppp/ip-down.d
+%dir %_sysconfdir/ppp/ipv6-up.d
+%dir %_sysconfdir/ppp/ipv6-down.d
+%dir %_sysconfdir/ppp/pre-start.d
+%dir %_sysconfdir/ppp/post-stop.d
+%_sysconfdir/ppp/ip-up
+%_sysconfdir/ppp/ip-down
+%_sysconfdir/ppp/ipv6-up
+%_sysconfdir/ppp/ipv6-down
+%_sysconfdir/ppp/post-stop
+%_sysconfdir/ppp/pre-start
 
 %files netconfig
 %defattr(-,root,root)
@@ -131,6 +140,11 @@
 /sbin/netconfig
 /usr/share/man/man8/netconfig.8.gz
 %doc /usr/share/doc/packages/sysconfig/netconfig.png
+%_sysconfdir/ppp/netconfig
+%_sysconfdir/ppp/ip-up.d/10-netconfig
+%_sysconfdir/ppp/ip-down.d/90-netconfig
+%_sysconfdir/ppp/pre-start.d/10-netconfig
+%_sysconfdir/ppp/post-stop.d/90-netconfig
 
 %pre
 # package update ?

++ sysconfig-0.83.8.tar.bz2 -> sysconfig-0.83.9.tar.bz2 ++
 2168 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sysconfig-0.83.8/ChangeLog new/sysconfig-0.83.9/ChangeLog
--- old/sysconfig-0.83.8/ChangeLog  2015-01-13 20:05:47.0 +0100
+++ new/sysconfig-0.83.9/ChangeLog  2016-05-20 16:56:05.0 +0200
@@ -1,4 +1,76 @@
-commit f814bc671ce629191fe14cab2771c226acd3d488 (HEAD, master)
+commit 135751ce941696b2ecc202c7e06ffc4f22f1bfaf (HEAD -> sle12-sp2, tag: 
version-0.83.9)
+Author: Marius Tomaschewski 
+Date:   Fri May 20 16:54:54 2016 +0200
+
+version 0.83.9
+
+commit f3e6e4e09b4843551d3ea787f24b55a3d6536b0d (sle12-sp2-1, ppp)
+Author: Marius Tomaschewski 
+Date:   Fri May 20 16:09:19 2016 +0200
+
+ppp: install ip-up and related scripts (bsc#865573)
+
+commit 5b664b18d8445094c40ca1da326d70795af87b5f
+Author: Marius Tomaschewski 
+Date:   Fri May 20 16:05:43 2016 +0200
+
+ppp: added a netconfig updater ip-up script plugin
+
+commit e9e6f46c637431d0c496c43887a79dbf508a1d41
+Author: Marius Tomaschewski 
+Date:   Fri May 20 16:02:48 2016 +0200
+
+ppp: refactored and cleaned up main ip-up script
+
+commit 

commit MozillaFirefox for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2016-05-23 17:30:30

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2016-05-20 11:54:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2016-05-23 17:30:31.0 +0200
@@ -1,0 +2,5 @@
+Fri May 13 00:00:00 CEST 2016 - dste...@suse.cz
+
+- enable build with PIE and full relro on x86_64 (boo#980384)
+
+---



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.DmjCat/_old  2016-05-23 17:30:36.0 +0200
+++ /var/tmp/diff_new_pack.DmjCat/_new  2016-05-23 17:30:36.0 +0200
@@ -23,6 +23,9 @@
 %define update_channel release
 %define releasedate 2016050300
 
+# PIE, full relro (x86_64 for now)
+%define build_hardened 1
+
 # general build definitions
 %if "%{update_channel}" != "aurora"
 %define progname firefox
@@ -318,6 +321,13 @@
 # Limit RAM usage during link
 export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
 %endif
+
+%if 0%{?build_hardened}
+%ifarch x86_64
+export LDFLAGS="${LDFLAGS} -Wl,-z,relro,-z,now"
+%endif
+%endif
+
 %ifarch ppc64 ppc64le
 export CFLAGS="$CFLAGS -mminimal-toc"
 %endif
@@ -340,6 +350,9 @@
 %else
 ac_add_options --enable-default-toolkit=cairo-gtk2
 %endif
+%if 0%{?build_hardened}
+ac_add_options --enable-pie
+%endif
 %ifarch %ix86 %arm
 %if 0%{?suse_version} > 1230
 ac_add_options --disable-optimize







commit gnome-terminal for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2016-05-23 17:30:49

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


Package is "gnome-terminal"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2016-05-20 11:53:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2016-05-23 17:30:50.0 +0200
@@ -1,0 +2,11 @@
+Thu May 19 14:06:49 UTC 2016 - zai...@opensuse.org
+
+- Drop gnome-terminal-transparency-fix-for-broken-themes.patch and
+  gnome-terminal-transparency.patch: We will not be bringing these
+  back into the package as they brought various issues, and we do
+  not want to chase upstreams releases for rebaseing.
+- Following the above: Drop libtool BuildRequires and disabled
+  autreconf call: no longer needed since the patch needing it in
+  the past is already dropped.
+
+---

Old:

  gnome-terminal-transparency-fix-for-broken-themes.patch
  gnome-terminal-transparency.patch



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.LIopbP/_old  2016-05-23 17:30:51.0 +0200
+++ /var/tmp/diff_new_pack.LIopbP/_new  2016-05-23 17:30:51.0 +0200
@@ -24,16 +24,10 @@
 Group:  System/X11/Terminals
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-terminal/3.20/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-OPENSUSE gnome-terminal-transparency.patch 
dims...@opensuse.org -- Allow gnome-terminal to have transparent windows
-Patch100:   gnome-terminal-transparency.patch
-# PATCH-FEATURE-OPENSUSE 
gnome-terminal-transparency-fix-for-broken-themes.patch dims...@opensuse.org -- 
Ensure the window is always painted
-Patch101:   gnome-terminal-transparency-fix-for-broken-themes.patch
 BuildRequires:  fdupes
 # Needed for search provider. It should not be needed in my opionion, we have 
to take this up with upstream, or just provide search provider interface 
definition file as source.
 BuildRequires:  gnome-shell
 BuildRequires:  intltool >= 0.50.0
-# Needed for patch 102
-BuildRequires:  libtool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.26
@@ -88,13 +82,9 @@
 %lang_package
 %prep
 %setup -q
-#patch100 -p1
-#patch101 -p1
 translation-update-upstream
 
 %build
-# Needed for patch102
-#autoreconf -fiv
 %configure \
 --disable-static \
 --without-pcre2 \




commit xcb-proto for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package xcb-proto for openSUSE:Factory 
checked in at 2016-05-23 17:30:23

Comparing /work/SRC/openSUSE:Factory/xcb-proto (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-proto.new (New)


Package is "xcb-proto"

Changes:

--- /work/SRC/openSUSE:Factory/xcb-proto/xcb-proto.changes  2015-12-27 
01:57:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.xcb-proto.new/xcb-proto.changes 2016-05-23 
17:30:24.0 +0200
@@ -1,0 +2,8 @@
+Thu May 19 09:31:46 UTC 2016 - sndir...@suse.com
+
+- Update to version 1.12
+  * here is a new version of xcb-proto for you to enjoy. Highlights
+are lots of improvements especially to the xinput extension,
+support for RandR 1.5 and an automatic alignment checker.
+
+---

Old:

  xcb-proto-1.11.tar.bz2

New:

  xcb-proto-1.12.tar.bz2



Other differences:
--
++ xcb-proto.spec ++
--- /var/tmp/diff_new_pack.hzcVGv/_old  2016-05-23 17:30:25.0 +0200
+++ /var/tmp/diff_new_pack.hzcVGv/_new  2016-05-23 17:30:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xcb-proto
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define dirsuffix 1.11
+%define dirsuffix 1.12
 
 Name:   xcb-proto
 Version:7.6_%{dirsuffix}

++ xcb-proto-1.11.tar.bz2 -> xcb-proto-1.12.tar.bz2 ++
 5236 lines of diff (skipped)




commit exiv2 for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2016-05-23 17:30:17

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


Package is "exiv2"

Changes:

--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes  2015-07-18 
14:39:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2016-05-23 
17:30:18.0 +0200
@@ -1,0 +2,6 @@
+Thu May  5 11:53:59 UTC 2016 - suse-b...@cboltz.de
+
+- add exiv2_r3889_r3890_fix_boo964344.diff (taken from revisions linked
+  in http://dev.exiv2.org/issues/1106) to fix crash in darktable (boo#964344)
+
+---

New:

  exiv2_r3889_r3890_fix_boo964344.diff



Other differences:
--
++ exiv2.spec ++
--- /var/tmp/diff_new_pack.c2tLJ4/_old  2016-05-23 17:30:19.0 +0200
+++ /var/tmp/diff_new_pack.c2tLJ4/_new  2016-05-23 17:30:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package exiv2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 # PATCH-FIX-UPSTREAM exiv2-cmake-libsuffix.patch dims...@opensuse.org -- 
Install libraries to lib64 on respective archs
 Patch5: exiv2-cmake-libsuffix.patch
 Patch6: parallel-build-dep.patch
+Patch7: exiv2_r3889_r3890_fix_boo964344.diff
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -72,6 +73,7 @@
 %patch1 -p1
 %patch5 -p1
 %patch6
+%patch7
 
 %build
 export CXXFLAGS="%optflags $(getconf LFS_CFLAGS)"

++ exiv2_r3889_r3890_fix_boo964344.diff ++
Index: src/makernote.cpp
===
--- src/makernote.cpp   (revision 3888)
+++ src/makernote.cpp   (revision 3889)
@@ -79,7 +79,8 @@
 { "-",  olympusId,   0,  newOlympusMn2   },
 { "-",  olympus2Id,  0,  newOlympus2Mn2  },
 { "-",  pentaxId,0,  newPentaxMn2},
-{ "-",  pentaxDngId, 0,  newPentaxDngMn2 }
+{ "-",  pentaxDngId, 0,  newPentaxDngMn2 },
+{ "-",  casio2Id,0,  newCasio2Mn2}
 };
 
 bool TiffMnRegistry::operator==(const std::string& key) const
Index: src/makernote.cpp
===
--- src/makernote.cpp   (revision 3889)
+++ src/makernote.cpp   (revision 3890)
@@ -80,6 +80,7 @@
 { "-",  olympus2Id,  0,  newOlympus2Mn2  },
 { "-",  pentaxId,0,  newPentaxMn2},
 { "-",  pentaxDngId, 0,  newPentaxDngMn2 },
+{ "-",  casioId, 0,  newIfdMn2   },
 { "-",  casio2Id,0,  newCasio2Mn2}
 };
 



commit libxcb for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2016-05-23 17:30:38

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


Package is "libxcb"

Changes:

--- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes2016-01-30 
11:34:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes   2016-05-23 
17:30:39.0 +0200
@@ -1,0 +2,9 @@
+Thu May 19 09:40:43 UTC 2016 - sndir...@suse.com
+
+- Update to version 1.12
+  * here is a new version of libxcb for you to enjoy. The 
+highlights are the same as for the new xcb-proto release: 
+xinput support, RandR 1.5 and an automatic alignment checker.
+- removed libxcb-xevie0/libxcb-xprint0 subpackages
+
+---

Old:

  libxcb-1.11.1.tar.bz2

New:

  libxcb-1.12.tar.bz2



Other differences:
--
++ libxcb.spec ++
--- /var/tmp/diff_new_pack.CNOlEm/_old  2016-05-23 17:30:40.0 +0200
+++ /var/tmp/diff_new_pack.CNOlEm/_new  2016-05-23 17:30:40.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libxcb
 %define lname   libxcb1
-Version:1.11.1
+Version:1.12
 Release:0
 Summary:X11 core protocol C library
 License:MIT
@@ -42,7 +42,7 @@
 BuildRequires:  pkgconfig(check) >= 0.9.4
 BuildRequires:  pkgconfig(pthread-stubs)
 BuildRequires:  pkgconfig(xau) >= 0.99.2
-BuildRequires:  pkgconfig(xcb-proto) >= 1.11
+BuildRequires:  pkgconfig(xcb-proto) >= 1.12
 BuildRequires:  pkgconfig(xorg-macros) >= 1.18
 #optional#BuildRequires:   pkgconfig(xdmcp)
 %if 0%{?suse_version} >= 1210
@@ -50,7 +50,7 @@
 %else
 BuildRequires:  libxslt
 %endif
-BuildRequires:  python-xcb-proto-devel >= 7.6_1.11
+BuildRequires:  python-xcb-proto-devel >= 7.6_1.12
 
 %description
 The X protocol C-language Binding (XCB) is a replacement for Xlib
@@ -232,20 +232,6 @@
 featuring a small footprint, latency hiding, direct access to the
 protocol, improved threading support, and extensibility.
 
-%package -n libxcb-xevie0
-Summary:X11 Xevie Extension C library
-Group:  System/Libraries
-
-%description -n libxcb-xevie0
-The X protocol C-language Binding (XCB) is a replacement for Xlib
-featuring a small footprint, latency hiding, direct access to the
-protocol, improved threading support, and extensibility.
-
-The EvIE (Event Interception Extension) allows for clients to be able
-to intercept all events coming through the server and then decide
-what to do with them, including being able to modify or discard
-events.
-
 %package -n libxcb-xf86dri0
 Summary:X11 XFree86-DRI Extension C library
 Group:  System/Libraries
@@ -292,18 +278,6 @@
 multi-headed X applications and window managers to use two or more
 physical displays as one large virtual display.
 
-%package -n libxcb-xprint0
-Summary:X11 XPrint Extension C library
-Group:  System/Libraries
-
-%description -n libxcb-xprint0
-The X protocol C-language Binding (XCB) is a replacement for Xlib
-featuring a small footprint, latency hiding, direct access to the
-protocol, improved threading support, and extensibility.
-
-libxcb-xprint provides APIs to allow client applications to render to
-non-display devices.
-
 %package -n libxcb-xtest0
 Summary:X11 XTEST Extension C library
 Group:  System/Libraries
@@ -364,12 +338,10 @@
 Requires:   libxcb-shape0 = %version
 Requires:   libxcb-shm0 = %version
 Requires:   libxcb-sync1 = %version
-Requires:   libxcb-xevie0 = %version
 Requires:   libxcb-xf86dri0 = %version
 Requires:   libxcb-xfixes0 = %version
 Requires:   libxcb-xinerama0 = %version
 Requires:   libxcb-xkb1 = %version
-Requires:   libxcb-xprint0 = %version
 Requires:   libxcb-xtest0 = %version
 Requires:   libxcb-xv0 = %version
 Requires:   libxcb-xvmc0 = %version
@@ -479,10 +451,6 @@
 
 %postun -n libxcb-present0 -p /sbin/ldconfig
 
-%post   -n libxcb-xevie0 -p /sbin/ldconfig
-
-%postun -n libxcb-xevie0 -p /sbin/ldconfig
-
 %post   -n libxcb-xf86dri0 -p /sbin/ldconfig
 
 %postun -n libxcb-xf86dri0 -p /sbin/ldconfig
@@ -499,10 +467,6 @@
 
 %postun -n libxcb-xinerama0 -p /sbin/ldconfig
 
-%post   -n libxcb-xprint0 -p /sbin/ldconfig
-
-%postun -n libxcb-xprint0 -p /sbin/ldconfig
-
 %post   -n libxcb-xtest0 -p /sbin/ldconfig
 
 %postun -n libxcb-xtest0 -p /sbin/ldconfig
@@ -579,10 +543,6 @@
 %defattr(-,root,root)
 %_libdir/libxcb-present.so.0*
 
-%files -n libxcb-xevie0
-%defattr(-,root,root)
-%_libdir/libxcb-xevie.so.0*
-
 %files -n libxcb-xf86dri0
 %defattr(-,root,root)
 %_libdir/libxcb-xf86dri.so.*
@@ -598,10 +558,6 @@
 %defattr(-,root,root)
 

commit Mesa for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2016-05-23 17:30:11

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


Package is "Mesa"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2016-05-17 
17:07:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2016-05-23 
17:30:12.0 +0200
@@ -1,0 +2,6 @@
+Wed May 18 17:01:35 UTC 2016 - e...@suse.com
+
+- u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch:
+  Fix crash due to oud of founds screen (boo#980382). 
+
+---

New:

  u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.eI9DSt/_old  2016-05-23 17:30:13.0 +0200
+++ /var/tmp/diff_new_pack.eI9DSt/_new  2016-05-23 17:30:13.0 +0200
@@ -69,6 +69,7 @@
 Patch18:n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # Already upstream
 Patch21:n_Define-GLAPIVAR-separate-from-GLAPI.patch
+Patch22:u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch
 
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -562,6 +563,7 @@
 %patch17 -p1
 %patch18 -p1
 %patch21 -p1
+%patch22 -p1
 
 %build
 %if 0%{?suse_version} >= 1310



++ u_glxcmds-glXGetFBConfigs-fix-screen-bounds.patch ++
From: Jiri Slaby 
Date: Tue May 17 08:22:42 2016 +0200
Subject: glxcmds: glXGetFBConfigs, fix screen bounds
Patch-mainline: Not yet
Git-repo: git://anongit.freedesktop.org/git/mesa/mesa
Git-commit: 6aaa258229ec09f84ca51a728e125009ecee2d16
References: boo#980382

Bounds of screen are 0 (inclusive) and ScreenCount(dpy) (exclusive).
The upper bound was too high: ScreenCount(dpy) (inclusive).

This causes a crash invoked by java3d which passes down an invalid
screen:
6  0x7f0e5198ba70 in  () at /lib64/libc.so.6
7  0x7f0e14531e14 in glXGetFBConfigs (dpy=, screen=1, 
nelements=nelements@entry=0x7f0dab3c522c) at glxcmds.c:1660
8  0x7f0e14532f7f in glXChooseFBConfig (dpy=, 
screen=, attribList=0x7f0dab3c54e0, nitems=0x7f0dab3c535c) at 
glxcmds.c:1611
9  0x7f0e1478d29b in find_S_FBConfigs () at /usr/lib64/libj3dcore-ogl.so
10 0x7f0e1478d3dc in find_S_S_FBConfigs () at /usr/lib64/libj3dcore-ogl.so
11 0x7f0e1478d567 in find_AA_S_S_FBConfigs () at 
/usr/lib64/libj3dcore-ogl.so
12 0x7f0e1478d728 in find_DB_AA_S_S_FBConfigs () at 
/usr/lib64/libj3dcore-ogl.so
13 0x7f0e1478d97c in 
Java_javax_media_j3d_X11NativeConfigTemplate3D_chooseOglVisual () at 
/usr/lib64/libj3dcore-ogl.so

While ScreenCount(dpy) is actually 1:
(gdb) p dpy->nscreens
$2 = 1
screen=1 is passed to glXGetFBConfigs.

Easily reproducible by:
#include 

#include 
#include 

int main()
{
unsigned a;
int n;
Display *d = XOpenDisplay(":0");
GLXFBConfig *cfg;

for (a = 0; a <= ScreenCount(d); a++)
cfg = glXGetFBConfigs(d, a, );

XCloseDisplay(d);

return 0;
}

Fix this typo in glXGetFBConfigs.

Signed-off-by: Jiri Slaby 
Cc: 
Signed-off-by: Egbert Eich 
---
 src/glx/glxcmds.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index 63f4921..46bc214 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -1657,7 +1657,7 @@ glXGetFBConfigs(Display * dpy, int screen, int *nelements)
 
*nelements = 0;
if (priv && (priv->screens != NULL)
-   && (screen >= 0) && (screen <= ScreenCount(dpy))
+   && (screen >= 0) && (screen < ScreenCount(dpy))
&& (priv->screens[screen]->configs != NULL)
&& (priv->screens[screen]->configs->fbconfigID
   != (int) GLX_DONT_CARE)) {



commit evince for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2016-05-23 17:30:05

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


Package is "evince"

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2016-03-29 
14:37:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2016-05-23 
17:30:06.0 +0200
@@ -1,0 +2,8 @@
+Wed May 18 15:09:53 UTC 2016 - zai...@opensuse.org
+
+- Add evince-fix-deprecated-warning.patch: Fix deprecation warning
+  (boo#980576, bgo#980576).
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+
+---

New:

  evince-fix-deprecated-warning.patch



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.L4gXNU/_old  2016-05-23 17:30:07.0 +0200
+++ /var/tmp/diff_new_pack.L4gXNU/_new  2016-05-23 17:30:07.0 +0200
@@ -26,6 +26,8 @@
 Group:  Productivity/Office/Other
 Url:http://www.gnome.org/projects/evince/
 Source: 
http://download.gnome.org/sources/evince/3.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM evince-fix-deprecated-warning.patch boo#980576 bgo#765395 
zai...@opensuse.org -- Fix deprecation warning.
+Patch0: evince-fix-deprecated-warning.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ghostscript-fonts-std
@@ -33,7 +35,9 @@
 BuildRequires:  intltool
 BuildRequires:  libtiff-devel
 BuildRequires:  texlive-devel
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(adwaita-icon-theme) >= 2.17.1
@@ -212,7 +216,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 # on openSUSE, we share the browser plugins between browsers; do not use 
mozilla's default.

++ evince-fix-deprecated-warning.patch ++
>From 145bb5da55457a427460ceefa467f793e3b839f8 Mon Sep 17 00:00:00 2001
From: John Beard 
Date: Thu, 21 Apr 2016 21:41:32 +0100
Subject: [PATCH 1/1] Fix Gtk theme warnings: gtk-key-binding deprecated ->
 -gtk-key-binding

---
 shell/evince.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/evince.css b/shell/evince.css
index d8c4613..66fff26 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -53,5 +53,5 @@ EvSidebarThumbnails.page-thumbnail.inverted {
 }
 
 GtkIconView {
-gtk-key-bindings: MoveCursor;
+-gtk-key-bindings: MoveCursor;
 }
-- 
2.8.0




commit gnome-contacts for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-contacts for openSUSE:Factory 
checked in at 2016-05-23 17:29:50

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


Package is "gnome-contacts"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-contacts/gnome-contacts.changes
2016-03-29 14:26:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-contacts.new/gnome-contacts.changes   
2016-05-23 17:29:51.0 +0200
@@ -1,0 +2,6 @@
+Tue May 17 19:54:54 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.0:
+  + Updated translations.
+
+---

Old:

  gnome-contacts-3.19.91.tar.xz

New:

  gnome-contacts-3.20.0.tar.xz



Other differences:
--
++ gnome-contacts.spec ++
--- /var/tmp/diff_new_pack.CvHk0X/_old  2016-05-23 17:29:52.0 +0200
+++ /var/tmp/diff_new_pack.CvHk0X/_new  2016-05-23 17:29:52.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gnome-contacts
-Version:3.19.91
+Version:3.20.0
 Release:0
 Summary:Contacts Manager for GNOME
 License:GPL-2.0+
 Group:  Productivity/Office/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gnome-contacts/3.19/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gnome-contacts/3.20/%{name}-%{version}.tar.xz
 # For directory ownership
 BuildRequires:  gnome-shell
 BuildRequires:  intltool

++ gnome-contacts-3.19.91.tar.xz -> gnome-contacts-3.20.0.tar.xz ++
 75717 lines of diff (skipped)




commit gnome-documents for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2016-05-23 17:29:55

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


Package is "gnome-documents"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2016-04-05 10:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2016-05-23 17:29:56.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 13:45:27 UTC 2016 - sch...@suse.de
+
+- Reenble dependency on libreofficekit for aarch64.
+
+---
@@ -4 +9 @@
-- Reinstate filtering of typelib(LOKDocView) requires on non-x86
+- Reinstate filtering of typelib(LOKDocView) requires on non-x86.



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.4DiFTA/_old  2016-05-23 17:29:57.0 +0200
+++ /var/tmp/diff_new_pack.4DiFTA/_new  2016-05-23 17:29:57.0 +0200
@@ -57,8 +57,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{glib2_gsettings_schema_requires}
 
-%ifnarch x86_64 %ix86
-# libreofficekit only exists on x86
+%ifnarch x86_64 %ix86 aarch64
+# Remove reference to libreofficekit
 %global __requires_exclude typelib\\(LOKDocView\\)
 %endif
 




commit xf86-video-intel for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2016-05-23 17:30:00

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


Package is "xf86-video-intel"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2016-05-17 17:13:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2016-05-23 17:30:02.0 +0200
@@ -16,0 +17,7 @@
+Thu May 12 08:33:07 UTC 2016 - tchva...@suse.com
+
+- Switch to bconds to enable and disable features now can overrride
+  localy with --with-bla
+- Use verbose build to detect the missing cflags
+
+---



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.1rUUTr/_old  2016-05-23 17:30:03.0 +0200
+++ /var/tmp/diff_new_pack.1rUUTr/_new  2016-05-23 17:30:03.0 +0200
@@ -16,9 +16,8 @@
 #
 
 
-%define glamor 0
-%define backlighthelper 0
-
+%bcond_with glamor
+%bcond_with backlighthelper
 Name:   xf86-video-intel
 Version:2.99.917.651_g34f63f2
 Release:0
@@ -26,26 +25,19 @@
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://x.org/wiki/IntelGraphicsDriver/
-
 #Git-Clone:git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
 #Git-Web:  http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
 # http://xorg.freedesktop.org/releases/individual/driver/
 Source0:%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
-
-%if %glamor
-Requires:   glamor
-%endif
-Recommends: vaapi-intel-driver
-Recommends: intel-gpu-tools
-BuildRequires:  Mesa-libGL-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dri2proto) >= 2.6
 BuildRequires:  pkgconfig(dri3proto)
 BuildRequires:  pkgconfig(fontsproto)
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.24
 BuildRequires:  pkgconfig(libdrm_intel) >= 2.4.29
 BuildRequires:  pkgconfig(libudev)
@@ -80,9 +72,8 @@
 BuildRequires:  pkgconfig(xshmfence)
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(xvmc)
-%if %glamor
-BuildRequires:  pkgconfig(glamor)
-%endif
+Recommends: intel-gpu-tools
+Recommends: vaapi-intel-driver
 Supplements:modalias(xorg-x11-server:pci:v8086d*sv*sd*bc03sc*i*)
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video <= 7.6
@@ -95,8 +86,11 @@
 Obsoletes:  915resolution
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64
-
-%x11_abi_videodrv_req
+%{x11_abi_videodrv_req}
+%if %{with glamor}
+Requires:   glamor
+BuildRequires:  pkgconfig(glamor)
+%endif
 
 %description
 intel is an Xorg driver for Intel integrated video cards.
@@ -113,17 +107,18 @@
 %setup -q
 
 %build
-autoreconf -fi
+autoreconf -fvi
 %configure \
-%if %{backlighthelper}
+--disable-silent-rules \
+%if %{with backlighthelper}
--enable-backlight-helper \
 %else
--disable-backlight-helper \
 %endif
-%ifnarch %{ix86}
+%ifnarch %ix86
--enable-kms-only \
 %endif
-%if %glamor
+%if %{with glamor}
--enable-glamor \
 %endif
--enable-dri3 \
@@ -133,17 +128,15 @@
 make %{?_smp_mflags}
 
 %install
-
 %make_install
-
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%if %{backlighthelper}
+%defattr(-,root,root)
+%if %{with backlighthelper}
 %defattr(-,polkitd,polkitd)
 %dir %{_datadir}/polkit-1
 %dir %{_datadir}/polkit-1/actions
@@ -151,19 +144,17 @@
 
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-%ifarch %{ix86}
+%ifarch %ix86
 %{_libdir}/libI810XvMC.so*
 %endif
 %{_libdir}/libIntelXvMC.so*
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/intel_drv.so
 %{_bindir}/intel-virtual-output
-
-%{_datadir}/man/man4/intel.4%{?ext_man}
-%{_datadir}/man/man4/intel-virtual-output.4%{?ext_man}
-
-%if %{backlighthelper}
-%_libexecdir/xf86-video-intel-backlight-helper
+%{_mandir}/man4/intel.4%{?ext_man}
+%{_mandir}/man4/intel-virtual-output.4%{?ext_man}
+%if %{with backlighthelper}
+%{_libexecdir}/xf86-video-intel-backlight-helper
 %{_datadir}/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy
 %endif
 




commit libXScrnSaver for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libXScrnSaver for openSUSE:Factory 
checked in at 2016-05-23 17:29:38

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


Package is "libXScrnSaver"

Changes:

--- /work/SRC/openSUSE:Factory/libXScrnSaver/libXScrnSaver.changes  
2013-03-22 11:59:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libXScrnSaver.new/libXScrnSaver.changes 
2016-05-23 17:29:39.0 +0200
@@ -1,0 +2,12 @@
+Wed May 18 08:55:20 UTC 2016 - sndir...@suse.com
+
+- tagged baselibs.conf as source in specfile
+- renamed -devel package to libXss-devel, so one can find it easier
+  (provides/obsoletes added accordingly)
+
+---
+Tue May 17 10:28:16 UTC 2016 - sndir...@suse.com
+
+- rename devel package to libXss-devel 
+
+---



Other differences:
--
++ libXScrnSaver.spec ++
--- /var/tmp/diff_new_pack.5kUyLR/_old  2016-05-23 17:29:40.0 +0200
+++ /var/tmp/diff_new_pack.5kUyLR/_new  2016-05-23 17:29:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libXScrnSaver
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libXScrnSaver
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libXScrnSaver/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool
 BuildRequires:  fdupes
@@ -56,12 +57,14 @@
 external "screen saver" client to detect when the alternate image is
 to be displayed and to provide the graphics.
 
-%package devel
+%package -n libXss-devel
 Summary:Development files for the X11 Screen Saver extension library
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
+Provides:   libXScrnSaver-devel = 1.2.2
+Obsoletes:  libXScrnSaver-devel < 1.2.2
 
-%description devel
+%description -n libXss-devel
 The X Window System provides support for changing the image on a
 display screen after a user-settable period of inactivity to avoid
 burning the cathode ray tube phosphors. This extension allows an
@@ -91,7 +94,7 @@
 %defattr(-,root,root)
 %_libdir/libXss.so.1*
 
-%files devel
+%files -n libXss-devel
 %defattr(-,root,root)
 %_includedir/X11/*
 %_libdir/libXss.so

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.5kUyLR/_old  2016-05-23 17:29:40.0 +0200
+++ /var/tmp/diff_new_pack.5kUyLR/_new  2016-05-23 17:29:40.0 +0200
@@ -1,4 +1,4 @@
 libXss1
-libXScrnSaver-devel
-   requires -libXScrnSaver-
+libXss-devel
+   requires -libXss-
requires "libXss1- = "




commit PackageKit for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2016-05-23 17:29:43

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


Package is "PackageKit"

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2016-05-05 
12:11:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2016-05-23 17:29:45.0 +0200
@@ -1,0 +2,6 @@
+Wed May 18 09:12:12 UTC 2016 - zai...@opensuse.org
+
+- Drop docbook-utils BuildRequires: No longer needed for man pages
+  building.
+
+---



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.y7CmqJ/_old  2016-05-23 17:29:46.0 +0200
+++ /var/tmp/diff_new_pack.y7CmqJ/_new  2016-05-23 17:29:46.0 +0200
@@ -41,7 +41,6 @@
 Patch6: PackageKit-avoid-endless-loop-on-autoupdate.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
-BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel






commit muffin for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package muffin for openSUSE:Factory checked 
in at 2016-05-23 16:39:58

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


Package is "muffin"

Changes:

--- /work/SRC/openSUSE:Factory/muffin/muffin.changes2016-05-13 
09:24:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.muffin.new/muffin.changes   2016-05-23 
16:40:10.0 +0200
@@ -1,0 +2,11 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.4:
+  * Use g_clear_pointer to clean up finalisation code.
+  * window-actor: Remove custom region destruction methods with
+g_clear_pointer.
+  * constraints.c: Ignore snapped windows whe maximising desktop
+windows.
+  * window-actor: Fix leaked frame list.
+
+---

Old:

  muffin-3.0.3.tar.gz

New:

  muffin-3.0.4.tar.gz



Other differences:
--
++ muffin.spec ++
--- /var/tmp/diff_new_pack.BLfd6d/_old  2016-05-23 16:40:11.0 +0200
+++ /var/tmp/diff_new_pack.BLfd6d/_new  2016-05-23 16:40:11.0 +0200
@@ -20,7 +20,7 @@
 %define sover   0
 %define typelib typelib-1_0-MetaMuffin-0_0
 Name:   muffin
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:Cinnamon Desktop default window manager
 License:GPL-2.0+ and MIT

++ muffin-3.0.3.tar.gz -> muffin-3.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.3/configure.ac 
new/muffin-3.0.4/configure.ac
--- old/muffin-3.0.3/configure.ac   2016-05-11 15:15:55.0 +0200
+++ new/muffin-3.0.4/configure.ac   2016-05-20 14:10:58.0 +0200
@@ -2,7 +2,7 @@
 
 m4_define([muffin_major_version], [3])
 m4_define([muffin_minor_version], [0])
-m4_define([muffin_micro_version], [3])
+m4_define([muffin_micro_version], [4])
 
 m4_define([muffin_version],
   [muffin_major_version.muffin_minor_version.muffin_micro_version])
@@ -413,9 +413,6 @@
CFLAGS="$CFLAGS -g -O"
 fi
 
-# For fix-meta-rectangle.py
-AM_PATH_PYTHON([2.5])
-
 # Use gnome-doc-utils:
 GNOME_DOC_INIT([0.8.0])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.3/debian/changelog 
new/muffin-3.0.4/debian/changelog
--- old/muffin-3.0.3/debian/changelog   2016-05-11 15:15:55.0 +0200
+++ new/muffin-3.0.4/debian/changelog   2016-05-20 14:10:58.0 +0200
@@ -1,3 +1,26 @@
+muffin (3.0.4) sarah; urgency=medium
+
+  [ brownsr ]
+  * remove unnecessary check 
https://github.com/GNOME/mutter/commit/9ca00d5cce2c5783c377b4df8b3f6820f9f357b0
+  * remove unused variable 
https://github.com/GNOME/mutter/commit/a6f206f07cf2fe7bc0c71ca5e571345f848efdbc#diff-5d2e6395ac2f32aae711a05663b64d18
+  * remove unused field 
https://github.com/GNOME/mutter/commit/73dbb4b9a52c651868057590e71616e8a5b726b2#diff-5d2e6395ac2f32aae711a05663b64d18
+  * remove unused description 
https://github.com/GNOME/mutter/commit/51acc3ee3178754b16b17362bb9b0395ef9a4e9b#diff-5d2e6395ac2f32aae711a05663b64d18
   please check to see this looks right for muffin.  No regressions seen
+
+  [ itzexor ]
+  * autoconf: remove unneeded check for python python has never been used in 
muffin, this is a remnant from a workaround that was introduced to mutter in 
2010, and removed before muffin was forked.
+
+  [ brownsr ]
+  * use g_clear_pointer to clean up finalization code 
https://github.com/GNOME/mutter/commit/079dd60e3d5cd6a6e1070f89f4f7277423bda727#diff-5d2e6395ac2f32aae711a05663b64d18
+  * window-actor: Remove custom region destruction methods with g_clear_p… 
…ointer 
https://github.com/GNOME/mutter/commit/53534b4ded26a392cce9b565de8b5d81cc904a0e#diff-5d2e6395ac2f32aae711a05663b64d18
+
+  [ Michael Webster ]
+  * constraints.c: ignore snapped windows whe maximizing desktop windows.
+
+  [ brownsr ]
+  * window-actor: fix leaked frame list 
https://github.com/GNOME/mutter/commit/4d437e32e069d348e9ff55bdaf34cfec60b0c7e3
+
+ -- Clement Lefebvre   Fri, 20 May 2016 13:10:14 +0100
+
 muffin (3.0.3) sarah; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-3.0.3/src/compositor/meta-window-actor.c 
new/muffin-3.0.4/src/compositor/meta-window-actor.c
--- old/muffin-3.0.3/src/compositor/meta-window-actor.c 2016-05-11 
15:15:55.0 +0200
+++ new/muffin-3.0.4/src/compositor/meta-window-actor.c 2016-05-20 
14:10:58.0 +0200
@@ -66,9 +66,6 @@
   Damagedamage;
 
   guint8opacity;
-  guint8shadow_opacity;
-
-  gchar *   

commit marco for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package marco for openSUSE:Factory checked 
in at 2016-05-23 16:40:07

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


Package is "marco"

Changes:

--- /work/SRC/openSUSE:Factory/marco/marco.changes  2016-04-30 
23:31:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.marco.new/marco.changes 2016-05-23 
16:40:25.0 +0200
@@ -1,0 +2,8 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.2:
+  * GTK+3: Fix a typo with deprecated GtkMisc.
+  * GTK+3 fixedtip: Add style class tooltip.
+  * Update translations.
+
+---

Old:

  marco-1.14.1.tar.xz

New:

  marco-1.14.2.tar.xz



Other differences:
--
++ marco.spec ++
--- /var/tmp/diff_new_pack.PH7VRr/_old  2016-05-23 16:40:26.0 +0200
+++ /var/tmp/diff_new_pack.PH7VRr/_new  2016-05-23 16:40:26.0 +0200
@@ -20,7 +20,7 @@
 %define sover   0
 %define _version 1.14
 Name:   marco
-Version:1.14.1
+Version:1.14.2
 Release:0
 Summary:MATE window manager
 License:GPL-2.0+

++ marco-1.14.1.tar.xz -> marco-1.14.2.tar.xz ++
 2497 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/marco-1.14.1/ChangeLog new/marco-1.14.2/ChangeLog
--- old/marco-1.14.1/ChangeLog  2016-04-20 14:14:47.0 +0200
+++ new/marco-1.14.2/ChangeLog  2016-05-21 13:07:19.0 +0200
@@ -1,3 +1,38 @@
+commit 7fcd664df18541ff0f57ba4383304e01536dcab8
+Author: raveit65 
+Date:   Sat May 21 12:48:53 2016 +0200
+
+sync with transiflex
+
+ po/cs.po|  7 ---
+ po/el.po| 16 
+ po/es.po| 11 ++-
+ po/hu.po|  7 ---
+ po/la.po| 25 +
+ po/nb.po|  4 ++--
+ po/pt_BR.po | 11 ++-
+ po/sv.po| 18 +-
+ po/uz.po| 18 +-
+ 9 files changed, 61 insertions(+), 56 deletions(-)
+
+commit 829591e31abd4500aef72b1c49037d61a854c391
+Author: raveit65 
+Date:   Tue May 17 01:14:57 2016 +0200
+
+fix a typo with deprecated GtkMisc
+
+ src/ui/theme-viewer.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 4ab26c4748b13590c350bc7b3cb4cfc83cb15225
+Author: raveit65 
+Date:   Tue May 3 22:17:47 2016 +0200
+
+GTK+3 fixedtip: add style class tooltip
+
+ src/ui/fixedtip.c | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit f1a2bc89a89f60827beba19969a02d858f85f56a
 Author: monsta 
 Date:   Wed Apr 20 15:13:24 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/marco-1.14.1/INSTALL new/marco-1.14.2/INSTALL
--- old/marco-1.14.1/INSTALL2016-04-20 14:14:27.0 +0200
+++ new/marco-1.14.2/INSTALL2016-05-21 13:06:32.0 +0200
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell command `./configure && make && make install'
-should configure, build, and install this package.  The following
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/marco-1.14.1/NEWS new/marco-1.14.2/NEWS
--- old/marco-1.14.1/NEWS   2016-04-20 14:11:19.0 +0200
+++ new/marco-1.14.2/NEWS   2016-05-21 13:04:49.0 +0200
@@ -1,3 +1,8 @@
+1.14.2
+* Translations update
+* GTK+3: fix a typo with deprecated GtkMisc
+* GTK+3 fixedtip: add style class tooltip
+
 1.14.1
 * Fix crash on showing alt-tab thumbnails with compositor on
 * Translations update
diff -urN 

commit mate-desktop for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package mate-desktop for openSUSE:Factory 
checked in at 2016-05-23 16:40:09

Comparing /work/SRC/openSUSE:Factory/mate-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.mate-desktop.new (New)


Package is "mate-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/mate-desktop/mate-desktop.changes
2016-04-15 19:09:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-desktop.new/mate-desktop.changes   
2016-05-23 16:40:27.0 +0200
@@ -1,0 +2,8 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * Backgrounds: Take EXIF rotation tags into consideration.
+  * Enable installation of mate.svg.
+  * Update translations.
+
+---

Old:

  mate-desktop-1.14.0.tar.xz

New:

  mate-desktop-1.14.1.tar.xz



Other differences:
--
++ mate-desktop.spec ++
--- /var/tmp/diff_new_pack.idSEpp/_old  2016-05-23 16:40:28.0 +0200
+++ /var/tmp/diff_new_pack.idSEpp/_new  2016-05-23 16:40:28.0 +0200
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-MateDesktop-2_0
 %define _version 1.14
 Name:   mate-desktop
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:Library with common API for various MATE modules
 License:GPL-2.0+ and LGPL-2.1+ and MIT

++ mate-desktop-1.14.0.tar.xz -> mate-desktop-1.14.1.tar.xz ++
 5876 lines of diff (skipped)




commit pciutils for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory 
checked in at 2016-05-23 16:38:16

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


Package is "pciutils"

Changes:

--- /work/SRC/openSUSE:Factory/pciutils/pciutils.changes2016-01-11 
19:10:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.pciutils.new/pciutils.changes   2016-05-23 
16:38:20.0 +0200
@@ -1,0 +2,13 @@
+Fri May 20 08:11:14 UTC 2016 - mplus...@suse.com
+
+- Update to version 3.5.0:
+  * New capabilities decoded: Downstream Port Containment,
+Precision Time Measurement. Thanks to Keith Busch and
+Jonathan Yong.
+  * Domain numbers extended to 31 bits. This will be used by the
+Linux kernel on some machines in near future.
+  * Enhanced allocation regions are now decoded on Linux.
+  * The NetBSD back-end supports PCIe extended configuration space.
+  * Updated pci.ids to the current snapshot of the database.
+
+---

Old:

  pciutils-3.4.1.tar.xz

New:

  pciutils-3.5.0.tar.xz



Other differences:
--
++ pciutils.spec ++
--- /var/tmp/diff_new_pack.Uk4dqM/_old  2016-05-23 16:38:21.0 +0200
+++ /var/tmp/diff_new_pack.Uk4dqM/_new  2016-05-23 16:38:21.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname   libpci3
 Name:   pciutils
-Version:3.4.1
+Version:3.5.0
 Release:0
 Summary:PCI utilities for the Linux Kernel
 License:GPL-2.0+
@@ -30,7 +30,7 @@
 Patch1: %{name}-3.1.9_pkgconfig.patch
 Patch2: pciutils-ocloexec.patch
 Patch3: pciutils-endianh.patch
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libkmod)
 BuildRequires:  pkgconfig(zlib)
 Requires:   pciutils-ids
@@ -84,13 +84,12 @@
 ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %doc README COPYING
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 /sbin/*
 
 %files -n %{lname}
@@ -100,7 +99,7 @@
 %files devel
 %defattr(-, root, root)
 %{_includedir}/pci/
-%{_libdir}/*.so
+%{_libdir}/libpci.so
 %{_libdir}/pkgconfig/libpci.pc
 
 %changelog

++ pciutils-3.4.1.tar.xz -> pciutils-3.5.0.tar.xz ++
 2967 lines of diff (skipped)




commit python-raet for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-raet for openSUSE:Factory 
checked in at 2016-05-23 16:40:25

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


Package is "python-raet"

Changes:

--- /work/SRC/openSUSE:Factory/python-raet/python-raet.changes  2015-03-27 
09:40:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-raet.new/python-raet.changes 
2016-05-23 16:40:46.0 +0200
@@ -1,0 +2,7 @@
+Fri May 13 20:54:09 UTC 2016 - abo...@gmail.com
+
+- Updated to 0.6.4
+ - Fixed issue with windows errno Minor corrections Fixed imports of ioflo 
+   to be compat with ioflo 1.2.3 Removed unused imports and normalized some 
imports
+ - fixed the date in the copyright
+---

Old:

  raet-0.6.3.tar.gz

New:

  raet-0.6.4.tar.gz



Other differences:
--
++ python-raet.spec ++
--- /var/tmp/diff_new_pack.R35SRY/_old  2016-05-23 16:40:47.0 +0200
+++ /var/tmp/diff_new_pack.R35SRY/_new  2016-05-23 16:40:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-raet
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +16,7 @@
 #
 
 Name:   python-raet
-Version:0.6.3
+Version:0.6.4
 Release:0
 License:Apache-2.0
 Summary:Reliable Asynchronous Event Transport protocol

++ raet-0.6.3.tar.gz -> raet-0.6.4.tar.gz ++
 1618 lines of diff (skipped)




commit gnome-builder for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2016-05-23 16:40:21

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


Package is "gnome-builder"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2016-05-19 12:14:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2016-05-23 16:40:41.0 +0200
@@ -1,0 +2,5 @@
+Mon May 23 06:57:39 UTC 2016 - egeor...@openmailbox.org
+
+- Adding lang package as recommendation.
+
+---



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.1thprb/_old  2016-05-23 16:40:42.0 +0200
+++ /var/tmp/diff_new_pack.1thprb/_new  2016-05-23 16:40:42.0 +0200
@@ -57,6 +57,7 @@
 %if 0%{?suse_version} > 1320
 Requires:   python3-gobject-Gdk
 %endif
+Recommends: %{name}-lang
 Recommends: gnome-builder-plugin-clang = %{version}
 Recommends: gnome-builder-plugin-ctags = %{version}
 Recommends: gnome-builder-plugin-devhelp = %{version}




commit python-openstacksdk for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-openstacksdk for 
openSUSE:Factory checked in at 2016-05-23 16:40:18

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


Package is "python-openstacksdk"

Changes:

--- /work/SRC/openSUSE:Factory/python-openstacksdk/python-openstacksdk.changes  
2016-05-04 08:19:36.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstacksdk.new/python-openstacksdk.changes 
2016-05-23 16:40:38.0 +0200
@@ -1,0 +2,10 @@
+Tue May  3 07:13:51 UTC 2016 - dmuel...@suse.com
+
+- update to 0.8.5:
+  * Trivial: Fix typo in update_port() comment
+  * Support client certificate/key
+  * Add network resource properties
+  * Updated from global requirements
+  * Properly handle overridden Body properties
+
+---

Old:

  openstacksdk-0.8.4.tar.gz

New:

  openstacksdk-0.8.5.tar.gz



Other differences:
--
++ python-openstacksdk.spec ++
--- /var/tmp/diff_new_pack.7UGRcv/_old  2016-05-23 16:40:39.0 +0200
+++ /var/tmp/diff_new_pack.7UGRcv/_new  2016-05-23 16:40:39.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define version_unconverted 0.8.4
+%define version_unconverted 0.8.5
 
 Name:   python-openstacksdk
-Version:0.8.4
+Version:0.8.5
 Release:0
 Summary:An SDK for building applications to work with OpenStack
 License:Apache-2.0

++ openstacksdk-0.8.4.tar.gz -> openstacksdk-0.8.5.tar.gz ++
 1638 lines of diff (skipped)




commit python-osprofiler for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-osprofiler for 
openSUSE:Factory checked in at 2016-05-23 16:40:20

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


Package is "python-osprofiler"

Changes:

--- /work/SRC/openSUSE:Factory/python-osprofiler/python-osprofiler.changes  
2016-05-04 08:19:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-osprofiler.new/python-osprofiler.changes 
2016-05-23 16:40:39.0 +0200
@@ -1,0 +2,21 @@
+Wed Apr 27 11:48:12 UTC 2016 - mmnelem...@suse.com
+
+- Upgraded to version 1.3.0
+  * Add hepler to trace sessions
+  * Add an error tip when trace_id is not found
+  * Add a similar link with reference to similar projects/libraries
+  * Continue work on standardizing osprofiler docs
+  * Remove dead/broken link to example
+  * Updates to doc conf.py to look the same as other projects
+  * Clean thread local profiler object after usage
+  * Avoid tracing class and static methods
+  * Avoid multiple tracing when applying meta or class decorator
+  * Remove outdated version
+  * Dont claim copyright for future years
+  * Use pkg_resources to get version
+  * Enable bandit in gate
+  * Fallback if git is absent
+  * It's unnecessary set deprecate group for option 'enabled'
+  * Add CONTRIBUTING.rst
+
+---

Old:

  osprofiler-1.2.0.tar.gz

New:

  osprofiler-1.3.0.tar.gz



Other differences:
--
++ python-osprofiler.spec ++
--- /var/tmp/diff_new_pack.GNrQMP/_old  2016-05-23 16:40:41.0 +0200
+++ /var/tmp/diff_new_pack.GNrQMP/_new  2016-05-23 16:40:41.0 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   python-osprofiler
-Version:1.2.0
+Version:1.3.0
 Release:0
 Summary:OpenStack Profiler Library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/stackforge/osprofiler
-Source: 
https://pypi.python.org/packages/source/o/osprofiler/osprofiler-%{version}.tar.gz
+Url:https://git.openstack.org/cgit/openstack/osprofiler
+# The link used earlier: https://pypi.python.org/packages/source/o/osprofiler/ 
is now broken. 
+# Pypi now provides the lengthy download link as below. 
+Source: 
https://pypi.python.org/packages/7a/73/209ff20d871c8d5d25f2d6af0f82808bc5246c6033bf16ea3db03c19f4ef/osprofiler-%{version}.tar.gz
 BuildRequires:  python-WebOb
 BuildRequires:  python-devel
 BuildRequires:  python-mock
@@ -74,7 +76,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-nosetests
+python setup.py testr --slowest 
 
 %files
 %defattr(-,root,root,-)

++ osprofiler-1.2.0.tar.gz -> osprofiler-1.3.0.tar.gz ++
 2159 lines of diff (skipped)




commit python-neovim for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-neovim for openSUSE:Factory 
checked in at 2016-05-23 16:40:16

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


Package is "python-neovim"

Changes:

--- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes  
2016-04-28 16:56:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-neovim.new/python-neovim.changes 
2016-05-23 16:40:36.0 +0200
@@ -1,0 +2,18 @@
+Sun May 15 19:38:29 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.1.8.
+  Upstream changelog:
+
+  Version 0.1.8
+
+* 44fb250 vim compatible behavior for vim.eval("[1, 2]")
+* 16cdbc5 fix bang and register command modifiers
+* d6669ab better handling of invalid utf-8 in python3
+* 96c721a Don't error out on :UpdateRemotePlugins when there is
+  no plugins.
+* 5f80a55 Use pyuv instead of asyncio on Windows to support
+  stdio.
+- Fix `python-neovim.changes` and `python3-neovim.changes`
+  indentation.
+
+---
@@ -5 +23 @@
-  Upstream changelong:
+  Upstream changelog:
@@ -9,2 +27,2 @@
-Add back compatibility for nvim.session.threadsafe_call which is quite
-common.
+Add back compatibility for nvim.session.threadsafe_call which
+is quite common.
@@ -14,3 +32,4 @@
-This release contains some breaking changes, primarily for using this
-package as a client to remote nvim instances. Most python plugins (both
-legacy and rplugins) are expected to be unaffected.
+This release contains some breaking changes, primarily for
+using this package as a client to remote nvim instances. Most
+python plugins (both legacy and rplugins) are expected to be
+unaffected.
@@ -18,2 +37,2 @@
-This version requires recent master version of neovim (or 0.1.3 when it 
gets
-released).
+This version requires recent master version of neovim (or 0.1.3
+when it gets released).
@@ -29,5 +48,6 @@
-nvim.with_hook is gone. This was mostly used by clients to configure
-decoding on python3. With this release, neovim.attach will activate 
decoding
-for python3, so str is returned by default on both python2 and python3.
-attach takes an optional boolean keyword argument decode, to force
-decoding on or off. Decoding behavior can be changed with nvim2 =
+nvim.with_hook is gone. This was mostly used by clients to
+configure decoding on python3. With this release, neovim.attach
+will activate decoding for python3, so str is returned by
+default on both python2 and python3. attach takes an optional
+boolean keyword argument decode, to force decoding on or off.
+Decoding behavior can be changed with nvim2 =
@@ -38,5 +58,6 @@
-* 6655ced remove SessionHook and move public session api to the nvim object
-* 22537a2 introduce nvim.api.some_method and buffer.api.some_method to call
-  the msgpack API directly
-* 69d6d0f allow nosetests without needing to set envirionment varibles to
-  find nvim
+* 6655ced remove SessionHook and move public session api to the
+  nvim object
+* 22537a2 introduce nvim.api.some_method and
+  buffer.api.some_method to call the msgpack API directly
+* 69d6d0f allow nosetests without needing to set envirionment
+  varibles to find nvim
@@ -46,3 +67,4 @@
-Also some bugs regarding line indexing are fixed in neovim master (not the
-python-client), for instance buffer.append("line", i), when the line is
-inserted after the last existing line, is no longer an error.
+Also some bugs regarding line indexing are fixed in neovim
+master (not the python-client), for instance
+buffer.append("line", i), when the line is inserted after the
+last existing line, is no longer an error.
@@ -52,2 +74,2 @@
-Previously, when implementing an rplugin as a package, an empty dummy file
-was needed like this:
+Previously, when implementing an rplugin as a package, an empty
+dummy file was needed like this:
@@ -70,3 +92,3 @@
-This release introduces no new features or bugfixes, and is a compatibility
-release. Neovim master will soon require this version (or later) being
-installed.
+This release introduces no new features or bugfixes, and is a
+compatibility release. Neovim master will soon require this
+version (or later) being installed.
@@ -87,2 +109,2 @@
-* c3789fb move test/common.py to test/test_common.py to include it in
-  release tarballs
+* c3789fb move test/common.py to test/test_common.py to include
+  it in release tarballs
@@ -90,2 +112,4 @@
-* 4be9207 better handling of exceptions in async (notification) handlers
-* 57747f6 allow 

commit calligra for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2016-05-23 16:40:14

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


Package is "calligra"

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2016-05-16 
12:04:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2016-05-23 
16:40:30.0 +0200
@@ -1,0 +2,6 @@
+Tue May 17 10:35:58 UTC 2016 - dims...@opensuse.org
+
+- Move words.appdata.xml from -words-common to -words, where also
+  the respective .desktop file is packaged.
+
+---



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.OuoPsi/_old  2016-05-23 16:40:36.0 +0200
+++ /var/tmp/diff_new_pack.OuoPsi/_new  2016-05-23 16:40:36.0 +0200
@@ -16,6 +16,9 @@
 #
 
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 Name:   calligra
 Version:2.9.11
 Release:0
@@ -751,6 +754,7 @@
 
 %files words
 %defattr(-,root,root,-)
+%{_datadir}/appdata/words.appdata.xml
 %{_kde4_applicationsdir}/calligrawords_ascii.desktop
 %{_kde4_applicationsdir}/words.desktop
 %{_kde4_appsdir}/words/words.rc
@@ -762,6 +766,7 @@
 
 %files words-common -f filelists/words
 %defattr(-,root,root,-)
+%exclude %{_datadir}/appdata/words.appdata.xml
 %exclude %{_kde4_applicationsdir}/author.desktop
 %exclude %{_kde4_applicationsdir}/calligrawords_ascii.desktop
 %exclude %{_kde4_applicationsdir}/words.desktop





commit crmsh for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2016-05-23 16:40:23

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2016-05-17 
17:15:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2016-05-23 
16:40:43.0 +0200
@@ -1,0 +2,11 @@
+Mon May 23 08:25:56 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1463777827.9b402a8:
+  + high: history: Store live report in per-user directory (bsc#980924)
+  + medium: logparser: Handle read-only access to metadata cache (bsc#980924)
+  + medium: logparser: Fix use-before-declaration error in logparser
+  + medium: history: Report better error when history user is not sudoer 
(bsc#980924)
+  + low: utils: Clearer error if permission denied when locking (bsc#980924)
+  + low: history: fall back to any log file in report root
+
+---

Old:

  crmsh-2.2.0+git.1462967444.169c554.tar.bz2

New:

  crmsh-2.2.0+git.1463777827.9b402a8.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.QN4DjC/_old  2016-05-23 16:40:46.0 +0200
+++ /var/tmp/diff_new_pack.QN4DjC/_new  2016-05-23 16:40:46.0 +0200
@@ -32,13 +32,13 @@
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define version_unconverted 2.2.0+git.1462967444.169c554
+%define version_unconverted 2.2.0+git.1463777827.9b402a8
 
 Name:   crmsh
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.2.0+git.1462967444.169c554
+Version:2.2.0+git.1463777827.9b402a8
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2
@@ -170,6 +170,10 @@
 %install
 make DESTDIR=%{buildroot} docdir=%{crmsh_docdir} install
 install -Dm0644 contrib/bash_completion.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/crm.sh
+if [ -f %{buildroot}%{_bindir}/crm ]; then
+   install -Dm0755 %{buildroot}%{_bindir}/crm %{buildroot}%{_sbindir}/crm
+   rm %{buildroot}%{_bindir}/crm
+fi
 %if 0%{?suse_version}
 %fdupes %{buildroot}
 %endif

++ _servicedata ++
--- /var/tmp/diff_new_pack.QN4DjC/_old  2016-05-23 16:40:46.0 +0200
+++ /var/tmp/diff_new_pack.QN4DjC/_new  2016-05-23 16:40:46.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  169c5549accf42af8b89f6cc4d574c6c219768b1
\ No newline at end of file
+  9b402a8f9970f430a037dd0251ea88155d569ef4
\ No newline at end of file

++ crmsh-2.2.0+git.1462967444.169c554.tar.bz2 -> 
crmsh-2.2.0+git.1463777827.9b402a8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.2.0+git.1462967444.169c554/.travis.yml 
new/crmsh-2.2.0+git.1463777827.9b402a8/.travis.yml
--- old/crmsh-2.2.0+git.1462967444.169c554/.travis.yml  2016-05-12 
10:40:53.0 +0200
+++ new/crmsh-2.2.0+git.1463777827.9b402a8/.travis.yml  2016-05-23 
10:25:56.0 +0200
@@ -2,11 +2,15 @@
 sudo: false
 language: python
 python:
-  - "2.6"
-  - "2.7"
+  - 2.6
+  - 2.7
+
 install:
-  - "pip install -r requirements.txt"
-script: ./test/run --with-coverage
+  - pip install tox-travis
+
+script:
+  - tox
+
 notifications:
   irc:
 channels:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.2.0+git.1462967444.169c554/AUTHORS 
new/crmsh-2.2.0+git.1463777827.9b402a8/AUTHORS
--- old/crmsh-2.2.0+git.1462967444.169c554/AUTHORS  2016-05-12 
10:40:53.0 +0200
+++ new/crmsh-2.2.0+git.1463777827.9b402a8/AUTHORS  2016-05-23 
10:25:56.0 +0200
@@ -25,7 +25,7 @@
Motaharu Kobu 
NAKAHIRA Kazutomo 
nozawat 
-   renayama19661014 
+   Pedro Salgado 
Richard B Winters 
seabres 
Tim Serong 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.2.0+git.1462967444.169c554/Makefile.am 
new/crmsh-2.2.0+git.1463777827.9b402a8/Makefile.am
--- old/crmsh-2.2.0+git.1462967444.169c554/Makefile.am  2016-05-12 
10:40:53.0 +0200
+++ new/crmsh-2.2.0+git.1463777827.9b402a8/Makefile.am  

commit atril for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package atril for openSUSE:Factory checked 
in at 2016-05-23 16:40:00

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


Package is "atril"

Changes:

--- /work/SRC/openSUSE:Factory/atril/atril.changes  2016-04-15 
19:09:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.atril.new/atril.changes 2016-05-23 
16:40:12.0 +0200
@@ -1,0 +2,7 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * Fix several random webview related crashes.
+  * Update translations.
+
+---

Old:

  atril-1.14.0.tar.xz

New:

  atril-1.14.1.tar.xz



Other differences:
--
++ atril.spec ++
--- /var/tmp/diff_new_pack.xhlDfg/_old  2016-05-23 16:40:13.0 +0200
+++ /var/tmp/diff_new_pack.xhlDfg/_new  2016-05-23 16:40:13.0 +0200
@@ -21,7 +21,7 @@
 %define typelib1 typelib-1_0-AtrilDocument-1_5_0
 %define typelib2 typelib-1_0-AtrilView-1_5_0
 Name:   atril
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:MATE Desktop document viewer
 License:GPL-2.0 and LGPL-2.0

++ atril-1.14.0.tar.xz -> atril-1.14.1.tar.xz ++
 64987 lines of diff (skipped)




commit caja for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2016-05-23 16:40:02

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


Package is "caja"

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2016-04-15 
19:11:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2016-05-23 
16:40:18.0 +0200
@@ -1,0 +2,11 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * prefs dialog: Don't crash on toggling "Show hidden and backup
+files".
+  * GTK+-3 theming: Add a CSS file for caja, and initialise it at
+startup.
+  * GTK+3: Add style class caja-desktop-window at top level.
+  * Update translations.
+
+---

Old:

  caja-1.14.0.tar.xz

New:

  caja-1.14.1.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.GGpbYc/_old  2016-05-23 16:40:19.0 +0200
+++ /var/tmp/diff_new_pack.GGpbYc/_new  2016-05-23 16:40:19.0 +0200
@@ -20,7 +20,7 @@
 %define typelib typelib-1_0-Caja-2_0
 %define _version 1.14
 Name:   caja
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:File manager for the MATE desktop
 License:GPL-2.0 and LGPL-2.0

++ caja-1.14.0.tar.xz -> caja-1.14.1.tar.xz ++
 1936 lines of diff (skipped)




commit ghc for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2016-05-23 16:39:50

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


Package is "ghc"

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2016-05-17 17:15:38.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2016-05-23 
16:39:59.0 +0200
@@ -1,0 +2,7 @@
+Tue May 17 19:01:13 UTC 2016 - peter.tromm...@ohm-hochschule.de
+
+- add D2225.patch
+* backport of upstream patch accepted for ghc 8.0.1
+* fix SMP primitives on all powerpc archs 
+
+---

New:

  D2225.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.SvUoXr/_old  2016-05-23 16:40:01.0 +0200
+++ /var/tmp/diff_new_pack.SvUoXr/_new  2016-05-23 16:40:01.0 +0200
@@ -86,6 +86,8 @@
 Patch24:0001-Fix-misspelled-WORDS_BIGENDIAN-macro.patch
 # PATCH-FIX-UPSTREAM D2214.patch peter.tromm...@ohm-hochschule.de -- Fix 
PowerPC code generator. See Haskell Trac #12054 and 
https://phabricator.haskell.org/D2214 for details.
 Patch25:D2214.patch
+# PATCH-FIX-UPSTREAM D2225.patch peter.tromm...@ohm-hochschule.de -- Fix SMP 
imlementation in Haskell runtime on PPC[64[le]]. Backport of upstreamed patch. 
See Haskell trac #12070 and https://phabricator.haskell.org/D2225 for details.
+Patch26:D2225.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -185,6 +187,7 @@
 %patch23 -p2
 %patch24 -p1
 %patch25 -p1
+%patch26 -p1
 
 %build
 # Patch 19 modifies build system

++ D2225.patch ++
Index: ghc-7.10.3/includes/stg/SMP.h
===
--- ghc-7.10.3.orig/includes/stg/SMP.h
+++ ghc-7.10.3/includes/stg/SMP.h
@@ -119,22 +119,8 @@ xchg(StgPtr p, StgWord w)
   :"+r" (result), "+m" (*p)
   : /* no input-only operands */
 );
-#elif powerpc_HOST_ARCH
-__asm__ __volatile__ (
-"1: lwarx %0, 0, %2\n"
-"   stwcx.%1, 0, %2\n"
-"   bne-  1b"
-:"=" (result)
-:"r" (w), "r" (p)
-);
-#elif powerpc64_HOST_ARCH || powerpc64le_HOST_ARCH
-__asm__ __volatile__ (
-"1: ldarx %0, 0, %2\n"
-"   stdcx.%1, 0, %2\n"
-"   bne-  1b"
-:"=" (result)
-:"r" (w), "r" (p)
-);
+#elif powerpc_HOST_ARCH || powerpc64_HOST_ARCH || powerpc64le_HOST_ARCH
+result = __sync_lock_test_and_set(p, w);
 #elif sparc_HOST_ARCH
 result = w;
 __asm__ __volatile__ (
@@ -202,34 +188,8 @@ cas(StgVolatilePtr p, StgWord o, StgWord
   :"=a"(o), "+m" (*(volatile unsigned int *)p)
   :"0" (o), "r" (n));
 return o;
-#elif powerpc_HOST_ARCH
-StgWord result;
-__asm__ __volatile__ (
-"1: lwarx %0, 0, %3\n"
-"   cmpw  %0, %1\n"
-"   bne   2f\n"
-"   stwcx.%2, 0, %3\n"
-"   bne-  1b\n"
-"2:"
-:"=" (result)
-:"r" (o), "r" (n), "r" (p)
-:"cc", "memory"
-);
-return result;
-#elif powerpc64_HOST_ARCH || powerpc64le_HOST_ARCH
-StgWord result;
-__asm__ __volatile__ (
-"1: ldarx %0, 0, %3\n"
-"   cmpd  %0, %1\n"
-"   bne   2f\n"
-"   stdcx.%2, 0, %3\n"
-"   bne-  1b\n"
-"2:"
-:"=" (result)
-:"r" (o), "r" (n), "r" (p)
-:"cc", "memory"
-);
-return result;
+#elif powerpc_HOST_ARCH || powerpc64_HOST_ARCH || powerpc64le_HOST_ARCH
+return __sync_val_compare_and_swap(p, o, n);
 #elif sparc_HOST_ARCH
 __asm__ __volatile__ (
 "cas [%1], %2, %0"
@@ -290,6 +250,7 @@ cas(StgVolatilePtr p, StgWord o, StgWord
 
 // RRN: Generalized to arbitrary increments to enable fetch-and-add in
 // Haskell code (fetchAddIntArray#).
+// PT: add-and-fetch, returns new value
 EXTERN_INLINE StgWord
 atomic_inc(StgVolatilePtr p, StgWord incr)
 {
@@ -301,6 +262,8 @@ atomic_inc(StgVolatilePtr p, StgWord inc
 "+r" (r), "+m" (*p):
 );
 return r + incr;
+#elif powerpc_HOST_ARCH || powerpc64_HOST_ARCH || powerpc64le_HOST_ARCH
+return __sync_add_and_fetch(p, incr);
 #else
 StgWord old, new_;
 do {
@@ -322,6 +285,8 @@ atomic_dec(StgVolatilePtr p)
 "+r" (r), "+m" (*p):
 );
 return r-1;
+#elif powerpc_HOST_ARCH || powerpc64_HOST_ARCH || powerpc64le_HOST_ARCH
+return __sync_sub_and_fetch(p, (StgWord) 1);
 #else
 StgWord old, new_;
 do {



commit python-djvulibre for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-djvulibre for 
openSUSE:Factory checked in at 2016-05-23 16:39:47

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


Package is "python-djvulibre"

Changes:

--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes
2016-03-26 18:12:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-djvulibre.new/python-djvulibre.changes   
2016-05-23 16:39:55.0 +0200
@@ -1,0 +2,8 @@
+Fri May 20 09:09:01 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.7.2.
+  * Fix compatibility with Cython 0.24.
+  * Fix typo in the documentation.
+- Correct the source URL.
+
+---

Old:

  python-djvulibre-0.7.1.tar.gz
  python-djvulibre-0.7.1.tar.gz.asc

New:

  python-djvulibre-0.7.2.tar.gz
  python-djvulibre-0.7.2.tar.gz.asc



Other differences:
--
++ python-djvulibre.spec ++
--- /var/tmp/diff_new_pack.D2If79/_old  2016-05-23 16:39:56.0 +0200
+++ /var/tmp/diff_new_pack.D2If79/_new  2016-05-23 16:39:57.0 +0200
@@ -17,18 +17,18 @@
 
 
 Name:   python-djvulibre
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Python Support for the DjVu Image Format
 License:GPL-2.0
 Group:  Development/Libraries/Python
 Url:http://jwilk.net/software/python-djvulibre
-Source0:
http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz
-Source1:
http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz.asc
+Source0:
https://files.pythonhosted.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz
+Source1:
https://files.pythonhosted.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python-Cython >= 0.19
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel >= 2.6

++ python-djvulibre-0.7.1.tar.gz -> python-djvulibre-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/PKG-INFO 
new/python-djvulibre-0.7.2/PKG-INFO
--- old/python-djvulibre-0.7.1/PKG-INFO 2016-03-11 22:34:27.0 +0100
+++ new/python-djvulibre-0.7.2/PKG-INFO 2016-05-12 14:18:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.7.1
+Version: 0.7.2
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/djvu/decode.pyx 
new/python-djvulibre-0.7.2/djvu/decode.pyx
--- old/python-djvulibre-0.7.1/djvu/decode.pyx  2016-03-11 21:52:23.0 
+0100
+++ new/python-djvulibre-0.7.2/djvu/decode.pyx  2016-05-12 00:11:53.0 
+0200
@@ -1041,7 +1041,7 @@
 The following values are possible:
 * DOCUMENT_TYPE_UNKNOWN;
 * DOCUMENT_TYPE_SINGLE_PAGE: single-page document;
-* DOCUMENT_TYPE_BUNDLED: bundled mutli-page document;
+* DOCUMENT_TYPE_BUNDLED: bundled multi-page document;
 * DOCUMENT_TYPE_INDIRECT: indirect multi-page document;
 * (obsolete) DOCUMENT_TYPE_OLD_BUNDLED,
 * (obsolete) DOCUMENT_TYPE_OLD_INDEXED.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7.1/doc/changelog 
new/python-djvulibre-0.7.2/doc/changelog
--- old/python-djvulibre-0.7.1/doc/changelog2016-03-11 22:09:02.0 
+0100
+++ new/python-djvulibre-0.7.2/doc/changelog2016-05-12 14:07:15.0 
+0200
@@ -1,3 +1,10 @@
+python-djvulibre (0.7.2) unstable; urgency=low
+
+  * Fix compatibility with Cython 0.24.
+  * Fix typo in the documentation.
+
+ -- Jakub Wilk   Thu, 12 May 2016 14:07:13 +0200
+
 python-djvulibre (0.7.1) unstable; urgency=low
 
   * Update URL for “actual and proposed changes to the DjVu format”.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-djvulibre-0.7.1/python_djvulibre.egg-info/PKG-INFO 
new/python-djvulibre-0.7.2/python_djvulibre.egg-info/PKG-INFO
--- old/python-djvulibre-0.7.1/python_djvulibre.egg-info/PKG-INFO   
2016-03-11 22:34:27.0 +0100
+++ new/python-djvulibre-0.7.2/python_djvulibre.egg-info/PKG-INFO   
2016-05-12 14:18:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-djvulibre

commit cinnamon-session for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-session for 
openSUSE:Factory checked in at 2016-05-23 16:39:56

Comparing /work/SRC/openSUSE:Factory/cinnamon-session (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-session.new (New)


Package is "cinnamon-session"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-session/cinnamon-session.changes
2016-04-28 17:01:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-session.new/cinnamon-session.changes   
2016-05-23 16:40:07.0 +0200
@@ -1,0 +2,10 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.1:
+  * Add support PreDisplayServer phase to fix gnome-keyring ssh
+issue.
+  * Add new phase: CSM_MANAGER_PHASE_EARLY_INITIALIZATION, it's
+needed for PRE_DISPLAY_SERVER phase to run.
+  * main.c: Add support for disabling gtk overlay scrollbars.
+
+---

Old:

  cinnamon-session-3.0.0.tar.gz

New:

  cinnamon-session-3.0.1.tar.gz



Other differences:
--
++ cinnamon-session.spec ++
--- /var/tmp/diff_new_pack.A04V6n/_old  2016-05-23 16:40:09.0 +0200
+++ /var/tmp/diff_new_pack.A04V6n/_new  2016-05-23 16:40:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-session
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:The session manager for the Cinnamon Desktop
 License:GPL-2.0+ and LGPL-2.1+

++ cinnamon-session-3.0.0.tar.gz -> cinnamon-session-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-session-3.0.0/cinnamon-session/README 
new/cinnamon-session-3.0.1/cinnamon-session/README
--- old/cinnamon-session-3.0.0/cinnamon-session/README  2016-04-23 
17:16:58.0 +0200
+++ new/cinnamon-session-3.0.1/cinnamon-session/README  2016-05-20 
13:03:13.0 +0200
@@ -9,14 +9,20 @@
 (CsmAppAutostart represents an autostarted app, and CsmAppResumed
 represents an app resumed from the previous saved session.)
 
-Startup is divided into 6 phases (CsmSessionPhase):
+Startup is divided into 7 phases (CsmSessionPhase):
 
 * CSM_SESSION_PHASE_STARTUP covers cinnamon-session's internal
   startup, which also includes starting gconfd and dbus-daemon (if
   it's not already running). Gnome-session starts up those
   explicitly because it needs them for its own purposes.
 
-* CSM_SESSION_PHASE_INITIALIZATION is the first phase of "normal"
+* CSM_SESSION_PHASE_EARLY_INITIALIZATION is the first phase of
+  "normal" startup (ie, startup controlled by .desktop files
+  rather than hardcoding). It covers the possible installation of
+  files in $HOME by cinnamon-initial-setup and must be done before
+  other components such as gnome-keyring use those files.
+
+* CSM_SESSION_PHASE_INITIALIZATION covers low-level stuff like
   startup (ie, startup controlled by .desktop files rather than
   hardcoding). It covers low-level stuff like
   gnome-settings-daemon and at-spi-registryd, that need to be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.0.0/cinnamon-session/csm-autostart-app.c 
new/cinnamon-session-3.0.1/cinnamon-session/csm-autostart-app.c
--- old/cinnamon-session-3.0.0/cinnamon-session/csm-autostart-app.c 
2016-04-23 17:16:58.0 +0200
+++ new/cinnamon-session-3.0.1/cinnamon-session/csm-autostart-app.c 
2016-05-20 13:03:13.0 +0200
@@ -617,7 +617,11 @@
  CSM_AUTOSTART_APP_PHASE_KEY,
  NULL);
 if (phase_str != NULL) {
-if (strcmp (phase_str, "Initialization") == 0) {
+if (strcmp (phase_str, "EarlyInitialization") == 0) {
+phase = CSM_MANAGER_PHASE_EARLY_INITIALIZATION;
+} else if (strcmp (phase_str, "PreDisplayServer") == 0) {
+phase = CSM_MANAGER_PHASE_PRE_DISPLAY_SERVER;
+} else if (strcmp (phase_str, "Initialization") == 0) {
 phase = CSM_MANAGER_PHASE_INITIALIZATION;
 } else if (strcmp (phase_str, "WindowManager") == 0) {
 phase = CSM_MANAGER_PHASE_WINDOW_MANAGER;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-session-3.0.0/cinnamon-session/csm-manager.c 
new/cinnamon-session-3.0.1/cinnamon-session/csm-manager.c
--- old/cinnamon-session-3.0.0/cinnamon-session/csm-manager.c   2016-04-23 
17:16:58.0 +0200
+++ 

commit engrampa for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2016-05-23 16:40:04

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


Package is "engrampa"

Changes:

--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes2016-04-15 
19:09:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.engrampa.new/engrampa.changes   2016-05-23 
16:40:21.0 +0200
@@ -1,0 +2,9 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * tar: Fix problems with backslashes.
+  * 'All files' is duplicated in available formats.
+  * Fix extracting files with single-character names.
+  * Update translations.
+
+---

Old:

  engrampa-1.14.0.tar.xz

New:

  engrampa-1.14.1.tar.xz



Other differences:
--
++ engrampa.spec ++
--- /var/tmp/diff_new_pack.XWAsCJ/_old  2016-05-23 16:40:22.0 +0200
+++ /var/tmp/diff_new_pack.XWAsCJ/_new  2016-05-23 16:40:22.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.14
 Name:   engrampa
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:MATE Desktop archive manager
 License:GPL-2.0+ and LGPL-2.0+

++ engrampa-1.14.0.tar.xz -> engrampa-1.14.1.tar.xz ++
 32327 lines of diff (skipped)




commit xfce4-panel-plugin-multiload-nandhp for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-multiload-nandhp 
for openSUSE:Factory checked in at 2016-05-23 16:39:49

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-multiload-nandhp (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-multiload-nandhp.new 
(New)


Package is "xfce4-panel-plugin-multiload-nandhp"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-multiload-nandhp/xfce4-panel-plugin-multiload-nandhp.changes
  2013-06-05 19:38:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-multiload-nandhp.new/xfce4-panel-plugin-multiload-nandhp.changes
 2016-05-23 16:39:57.0 +0200
@@ -1,0 +2,11 @@
+Fri May 20 08:21:13 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.3.
+  * Fix bug with suspend and sshfs.
+  * Fix make check error and add desktop file to translations.
+  * Czech localization.
+- Drop xfce4-panel-plugin-multiload-nandhp-automake.patch: fixed
+  upstream.
+- Correct URL.
+
+---

Old:

  version-0-1
  xfce4-panel-plugin-multiload-nandhp-automake.patch

New:

  version-0-3.tar.gz



Other differences:
--
++ xfce4-panel-plugin-multiload-nandhp.spec ++
--- /var/tmp/diff_new_pack.vYJOeS/_old  2016-05-23 16:39:59.0 +0200
+++ /var/tmp/diff_new_pack.vYJOeS/_new  2016-05-23 16:39:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-multiload-nandhp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,21 @@
 #
 
 
+%define git_version 0-3
+
 Name:   xfce4-panel-plugin-multiload-nandhp
-Version:0.1
+Version:0.3
 Release:0
-License:GPL-2.0+
 Summary:System Load Monitor for the Xfce Panel
-Url:https://github.com/geekless/multiload-nandhp
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-Source0:
https://codeload.github.com/nandhp/multiload-nandhp/tar.gz/version-0-1
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-multiload-nandhp-automake.patch 
https://github.com/nandhp/multiload-nandhp/pull/1 lazy.k...@opensuse.org -- add 
AM_PROG_AR to configure.ac (fixed in git)
-Patch0: xfce4-panel-plugin-multiload-nandhp-automake.patch
+Url:https://github.com/nandhp/multiload-nandhp
+Source0:
https://github.com/nandhp/multiload-nandhp/archive/version-%{git_version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libgtop-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
@@ -43,10 +44,7 @@
 It is a port of the GNOME multiload applet to the Xfce panel.
 
 %prep
-%setup -qn multiload-nandhp-version-0-1
-%if 0%{?suse_version} >= 1220
-%patch0 -p1
-%endif
+%setup -q -n multiload-nandhp-version-%{git_version}
 
 %build
 ./autogen.sh
@@ -57,7 +55,9 @@
 %make_install
 rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libmultiload.la
 
-%files
+%find_lang multiload-nandhp %{?no_lang_C}
+
+%files -f multiload-nandhp.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README.md
 %{_libdir}/xfce4/panel/plugins/libmultiload.so




commit cinnamon for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2016-05-23 16:39:53

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


Package is "cinnamon"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes2016-05-17 
17:15:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2016-05-23 
16:40:03.0 +0200
@@ -1,0 +2,40 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.3:
+  * Ensure label text is properly escaped before applying it with
+set_markup().
+  * SettingsWidgets.py: Use a more compatible GFileMonitorFlags –
+WATCH_MOVES is not available in glib 2.40.
+  * cinnamon-settings: Include module keywords in desktop files.
+  * cinnamon-app: Provide access to desktop file keywords.
+Use them in the menu applet search.
+  * generated desktop files: Re-run, to remove unnecessary comment.
+  * extensions: Check extensions for unsafe calls (synchronous,
+etc., things that can potentially freeze Cinnamon) and make the
+user aware of them in Cinnamon Settings.
+  * ExtensionCore.py: scan_extension_thread – if the metadata.json
+file is not found, this must be a versioned xlet, check the
+parent directory for it instead.
+  * cs_power.py: Expose setting to allow lid-closed action even
+when external monitors are attached.
+  * messageTray.js: Don't let notifications with buttons fade on
+mouse-over.
+  * menu applet: Use application id instead of application name for
+searches prevents duplicate search results for applications
+with the same desktop entry name when searching with a more
+specific term.
+  * sound applet: smplayer: Fix artist metadata display and disable
+seek. While seeking does work, after the first time you seek
+the amount seeked is incorrect. It appears to seek the amount
+between the beginning of the seek bar and where you released
+the click instead.
+  * cs_themes: Add setting for dark theme variant preference.
+This is only settable from ~/.config/gtk-3.0/settings.ini, so
+add the ability to modify that as well.
+  * cs_effects.py: Expose gtk-overlay-scrollbar setting.
+  * cs_sound: Set selection mode to none on the SoundBox() object.
+  * Settings: Don't include text/html in the source code mimetypes.
+  * st-texture-cache.c: use g_themed_icon_new instead of
+g_themed_icon_new_with_default_fallbacks.
+
+---

Old:

  cinnamon-3.0.2.tar.gz

New:

  cinnamon-3.0.3.tar.gz



Other differences:
--
++ cinnamon.spec ++
--- /var/tmp/diff_new_pack.g4XgUR/_old  2016-05-23 16:40:05.0 +0200
+++ /var/tmp/diff_new_pack.g4XgUR/_new  2016-05-23 16:40:05.0 +0200
@@ -21,7 +21,7 @@
 %define _name   Cinnamon
 %define _version 3.0.0
 Name:   cinnamon
-Version:3.0.2
+Version:3.0.3
 Release:0
 Summary:GNU/Linux Desktop featuring a traditional layout
 License:GPL-2.0+ and LGPL-2.1

++ cinnamon-3.0.2.tar.gz -> cinnamon-3.0.3.tar.gz ++
 8292 lines of diff (skipped)




commit fio for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2016-05-23 16:39:52

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


Package is "fio"

Changes:

--- /work/SRC/openSUSE:Factory/fio/fio.changes  2016-04-12 19:39:59.0 
+0200
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2016-05-23 
16:40:01.0 +0200
@@ -1,0 +2,6 @@
+Sun May 22 14:31:33 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.10:
+  * No changelog available
+
+---

Old:

  fio-2.8.tar.bz2

New:

  fio-2.10.tar.bz2



Other differences:
--
++ fio.spec ++
--- /var/tmp/diff_new_pack.8DIbKi/_old  2016-05-23 16:40:03.0 +0200
+++ /var/tmp/diff_new_pack.8DIbKi/_new  2016-05-23 16:40:03.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fio
-Version:2.8
+Version:2.10
 Release:0
 Summary:Flexible I/O Tester/benchmarker
 License:GPL-2.0
@@ -27,7 +27,7 @@
 Source: http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2
 BuildRequires:  gtk2-devel
 BuildRequires:  libaio-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
 Suggests:   gfio
 Suggests:   gnuplot
@@ -62,6 +62,7 @@
 %setup -q
 
 %build
+# Not autotolls configure
 ./configure \
   --enable-gfio
 make \
@@ -89,6 +90,7 @@
 %doc COPYING README examples
 %doc HOWTO
 %{_bindir}/fio
+%{_bindir}/fiologparser.py
 %{_bindir}/fio_generate_plots
 %{_bindir}/genfio
 %{_bindir}/fio2gnuplot

++ fio-2.8.tar.bz2 -> fio-2.10.tar.bz2 ++
 5699 lines of diff (skipped)




commit cinnamon-desktop for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-desktop for 
openSUSE:Factory checked in at 2016-05-23 16:39:55

Comparing /work/SRC/openSUSE:Factory/cinnamon-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-desktop.new (New)


Package is "cinnamon-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes
2016-05-17 17:15:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-desktop.new/cinnamon-desktop.changes   
2016-05-23 16:40:06.0 +0200
@@ -1,0 +2,9 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.2:
+  * libcvc: Update doap file.
+  * org.cinnamon.desktop.interface schema: Add setting for gtk
+overlay scrollbars.
+  * Backgrounds: Take EXIF rotation tags into consideration.
+
+---

Old:

  cinnamon-desktop-3.0.1.tar.gz

New:

  cinnamon-desktop-3.0.2.tar.gz



Other differences:
--
++ cinnamon-desktop.spec ++
--- /var/tmp/diff_new_pack.b8CQJr/_old  2016-05-23 16:40:07.0 +0200
+++ /var/tmp/diff_new_pack.b8CQJr/_new  2016-05-23 16:40:07.0 +0200
@@ -23,7 +23,7 @@
 %define typelib typelib-1_0-CinnamonDesktop-3_0
 %define typelib_cvc typelib-1_0-Cvc-1_0
 Name:   cinnamon-desktop
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:Libcinnamon-desktop API
 License:GPL-2.0+ and MIT

++ cinnamon-desktop-3.0.1.tar.gz -> cinnamon-desktop-3.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-desktop-3.0.1/configure.ac 
new/cinnamon-desktop-3.0.2/configure.ac
--- old/cinnamon-desktop-3.0.1/configure.ac 2016-05-10 17:34:47.0 
+0200
+++ new/cinnamon-desktop-3.0.2/configure.ac 2016-05-20 13:00:41.0 
+0200
@@ -1,5 +1,5 @@
 
-AC_INIT(cinnamon-desktop, 3.0.1)
+AC_INIT(cinnamon-desktop, 3.0.2)
 AC_CONFIG_SRCDIR(libcinnamon-desktop)
 
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz tar-ustar])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-desktop-3.0.1/debian/changelog 
new/cinnamon-desktop-3.0.2/debian/changelog
--- old/cinnamon-desktop-3.0.1/debian/changelog 2016-05-10 17:34:47.0 
+0200
+++ new/cinnamon-desktop-3.0.2/debian/changelog 2016-05-20 13:00:41.0 
+0200
@@ -1,3 +1,15 @@
+cinnamon-desktop (3.0.2) sarah; urgency=medium
+
+  [ Michael Webster ]
+  * libcvc: update doap file
+  * Fix formatting of doap file.
+  * org.cinnamon.desktop.interface schema: Add setting for gtk overlay 
scrollbars.
+
+  [ Clement Lefebvre ]
+  * Backgrounds: Take EXIF rotation tags into consideration
+
+ -- Clement Lefebvre   Fri, 20 May 2016 11:59:50 +0100
+
 cinnamon-desktop (3.0.1) sarah; urgency=medium
 
   [ Igor ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-desktop-3.0.1/libcinnamon-desktop/gnome-bg.c 
new/cinnamon-desktop-3.0.2/libcinnamon-desktop/gnome-bg.c
--- old/cinnamon-desktop-3.0.1/libcinnamon-desktop/gnome-bg.c   2016-05-10 
17:34:47.0 +0200
+++ new/cinnamon-desktop-3.0.2/libcinnamon-desktop/gnome-bg.c   2016-05-20 
13:00:41.0 +0200
@@ -962,7 +962,7 @@
int dest_height = area->height;
int x, y, w, h;
GdkPixbuf *scaled;
-   
+
if (!pixbuf)
return;
 
@@ -1941,6 +1941,7 @@
else {
GdkPixbufFormat *format;
GdkPixbuf *pixbuf;
+   GdkPixbuf *tmp_pixbuf;
 gchar *tmp;
pixbuf = NULL;
 
@@ -1970,8 +1971,12 @@
g_free (tmp);
}
 
-   if (pixbuf)
+   if (pixbuf) {
+   tmp_pixbuf = gdk_pixbuf_apply_embedded_orientation 
(pixbuf);
+   g_object_unref (pixbuf);
+   pixbuf = tmp_pixbuf;
file_cache_add_pixbuf (bg, filename, pixbuf);
+   }
 
return pixbuf;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-desktop-3.0.1/libcvc/libcvc.doap 
new/cinnamon-desktop-3.0.2/libcvc/libcvc.doap
--- old/cinnamon-desktop-3.0.1/libcvc/libcvc.doap   1970-01-01 
01:00:00.0 +0100
+++ new/cinnamon-desktop-3.0.2/libcvc/libcvc.doap   2016-05-20 
13:00:41.0 +0200
@@ -0,0 +1,20 @@
+http://www.w3.org/1999/02/22-rdf-syntax-ns#;
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#;
+ xmlns:foaf="http://xmlns.com/foaf/0.1/;
+ xmlns:gnome="http://api.gnome.org/doap-extensions#;
+ 

commit nemo for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2016-05-23 16:39:34

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


Package is "nemo"

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2016-05-13 
09:24:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2016-05-23 
16:39:35.0 +0200
@@ -1,0 +2,33 @@
+Sat May 21 13:21:24 UTC 2016 - mailaen...@opensuse.org
+
+- Update to version 3.0.2:
+  * Fix build.
+  * Fix action i18n scripts to write UTF-8.
+  * nemo-icon-view: Include nemo-application.h needed in
+nemo_icon_view_add_file for: nemo_application_set_cache_flag,
+nemo_application_get_singleton.
+  * nemo-pathbar: Use gint for slider_width instead of gint16
+silences an incorrect pointer type warning.
+  * nemo-list-view.c: Don't explicitly unref columns anymore –
+they'll get handled when the tree view is destroyed.
+  * nemo-icon-container.c: Re-enable desktop type-to-select feature.
+Also make a couple fixes on the positioning logic for this
+little popup. Where possible, it will avoid overlapping panels.
+  * desktop windows: Maximise instead of relying on gdk for monitor
+workarea – it's inaccurate for anything but the primary monitor.
+  * nemo-icon-container.c: Special case desktop windows for search
+popup – now that we can rely on the window being the correct
+size to account for panels, we can reliably position this popup
+off of those panels.
+  * prefs: Don't try to hardcode a minimum size for the
+preferences dialog.
+  * Use g_themed_icon_new instead of
+g_themed_icon_new_with_default_fallbacks.
+  * nemo-window.c: As of 9cb9c48 we maximise the desktop
+containers to make sure they use the correct work area as set
+by muffin. This started causing the window state 'maximized'
+key to be set to true when opening a new nemo window.
+This corrects that issue, using disable_chrome as an indicator
+to ignore the window – only the desktop windows set this true.
+
+---

Old:

  nemo-3.0.1.tar.gz

New:

  nemo-3.0.2.tar.gz



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.aGC32x/_old  2016-05-23 16:39:36.0 +0200
+++ /var/tmp/diff_new_pack.aGC32x/_new  2016-05-23 16:39:36.0 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0+

++ nemo-3.0.1.tar.gz -> nemo-3.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.1/configure.ac new/nemo-3.0.2/configure.ac
--- old/nemo-3.0.1/configure.ac 2016-05-10 17:37:13.0 +0200
+++ new/nemo-3.0.2/configure.ac 2016-05-20 13:27:25.0 +0200
@@ -18,7 +18,7 @@
 m4_define(nemo_extension_current,  5)
 m4_define(nemo_extension_revision, 0)
 
-AC_INIT(nemo, 3.0.1, https://github.com/linuxmint/nemo)
+AC_INIT(nemo, 3.0.2, https://github.com/linuxmint/nemo)
 
 dnl ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.1/data/action_i18n_strings.py 
new/nemo-3.0.2/data/action_i18n_strings.py
--- old/nemo-3.0.1/data/action_i18n_strings.py  2016-05-10 17:37:13.0 
+0200
+++ new/nemo-3.0.2/data/action_i18n_strings.py  2016-05-20 13:27:25.0 
+0200
@@ -1,8 +1,9 @@
 
+'''
 This is a dummy file for translating Nemo Action files
 
-It was generated by the extract_action_strings script on 
2016-04-30 21:36:25.839711 UTC.
-
+It was generated by the extract_action_strings script on 
2016-05-11 09:56:16.059322 UTC.
+'''
 
 mount-archive_nemo_action_in_Name = _("Mount archive")
 mount-archive_nemo_action_in_Tooltip = _("Mount %f to browse its contents")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.1/data/extract_action_strings 
new/nemo-3.0.2/data/extract_action_strings
--- old/nemo-3.0.1/data/extract_action_strings  2016-05-10 17:37:13.0 
+0200
+++ new/nemo-3.0.2/data/extract_action_strings  2016-05-20 13:27:25.0 
+0200
@@ -4,6 +4,7 @@
 import glob
 import datetime
 import sys
+import codecs
 from gi.repository import GLib
 
 GROUP = "Nemo Action"
@@ -17,10 +18,11 @@
 if len(action_files) > 0:
 dt = datetime.datetime
 outstring = """
+'''
 

commit erlang for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2016-05-23 16:39:45

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


Package is "erlang"

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2016-03-26 
15:25:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2016-05-23 
16:39:51.0 +0200
@@ -1,0 +2,10 @@
+Tue May  3 16:53:07 UTC 2016 - matwey.korni...@gmail.com
+
+- Update to 18.3.2:
+  * inets: Add environment information item peer_cert to mod_esi
+  * ssl: Corrections to cipher suite handling using
+ the 3 and 4 tuple format
+  * ssl: Make values for the TLS-1.2 signature_algorithms
+ extension configurable
+
+---

Old:

  OTP-18.3.tar.gz

New:

  OTP-18.3.2.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.HFJw6T/_old  2016-05-23 16:39:53.0 +0200
+++ /var/tmp/diff_new_pack.HFJw6T/_new  2016-05-23 16:39:53.0 +0200
@@ -21,7 +21,7 @@
 %endif
 
 Name:   erlang
-Version:18.3
+Version:18.3.2
 Release:0
 Summary:General-purpose programming language and runtime environment
 License:Apache-2.0

++ OTP-18.3.tar.gz -> OTP-18.3.2.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/OTP-18.3.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/OTP-18.3.2.tar.gz differ: char 13, line 1




commit qupzilla for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package qupzilla for openSUSE:Factory 
checked in at 2016-05-23 16:39:43

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


Package is "qupzilla"

Changes:

--- /work/SRC/openSUSE:Factory/qupzilla/qupzilla.changes2015-11-17 
14:23:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.qupzilla.new/qupzilla.changes   2016-05-23 
16:39:46.0 +0200
@@ -1,0 +2,9 @@
+Wed Mar 30 21:43:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 2.0.0:
+  * Switch to QtWebEngine: much better compatibility and stability.
+  * Some features from older versions are missing (will come back
+later).
+- Rebase qupzilla-defaults.patch.
+
+---

Old:

  QupZilla-1.8.9.tar.xz

New:

  QupZilla-2.0.0.tar.xz



Other differences:
--
++ qupzilla.spec ++
--- /var/tmp/diff_new_pack.W9CNcw/_old  2016-05-23 16:39:48.0 +0200
+++ /var/tmp/diff_new_pack.W9CNcw/_new  2016-05-23 16:39:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qupzilla
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Mariusz Fik 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   qupzilla
-Version:1.8.9
+Version:2.0.0
 Release:0
 Summary:Cross-platform Qt web browser
 License:GPL-3.0+
@@ -35,35 +35,29 @@
 Patch0: %{name}-defaults.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  kwallet-devel
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.6
+BuildRequires:  libqt5-qttools-devel >= 5.6
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.6
+BuildRequires:  pkgconfig(Qt5Core) >= 5.6
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.6
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.6
+BuildRequires:  pkgconfig(Qt5Network) >= 5.6
+BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.6
+BuildRequires:  pkgconfig(Qt5Script) >= 5.6
+BuildRequires:  pkgconfig(Qt5Sql) >= 5.6
+BuildRequires:  pkgconfig(Qt5WebEngineCore) >= 5.6
+BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.6
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.6
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(xcb-atom)
 # qupzilla-qt5 was last seen in openSUSE Leap 42.1.
 Provides:   %{name}-qt5 = %{version}
 Obsoletes:  %{name}-qt5 < %{version}
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
-BuildRequires:  kwallet-devel
-BuildRequires:  libQt5Gui-private-headers-devel
-BuildRequires:  libqt5-qttools-devel
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Script)
-BuildRequires:  pkgconfig(Qt5Sql)
-BuildRequires:  pkgconfig(Qt5WebKitWidgets)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5X11Extras)
-%else
-BuildRequires:  libkde4-devel
-BuildRequires:  pkgconfig(QtCore) >= 4.7
-BuildRequires:  pkgconfig(QtGui) >= 4.7
-BuildRequires:  pkgconfig(QtNetwork) >= 4.7
-BuildRequires:  pkgconfig(QtWebKit)
-%endif
 
 %description
 QupZilla is a modern web browser based on Qt Framework.
@@ -85,16 +79,11 @@
 Summary:Kwallet plugin for QupZilla
 Group:  Productivity/Networking/Web/Browsers
 Requires:   %{name} = %{version}
+Requires:   kwalletd5
+Supplements:packageand(%{name}:plasma5-workspace)
 # qupzilla-qt5-kwallet was last seen in openSUSE Leap 42.1.
 Provides:   %{name}-qt5-kwallet = %{version}
 Obsoletes:  %{name}-qt5-kwallet < %{version}
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
-Requires:   kwalletd5
-Supplements:packageand(%{name}:plasma5-workspace)
-%else
-Requires:   kdebase4-runtime
-Supplements:packageand(%{name}:kdebase4-workspace)
-%endif
 
 %description kwallet
 Plugin for QupZilla browser that allows to store passwords in
@@ -122,25 +111,12 @@
 export KDE_INTEGRATION=true
 # Set proper LIBPATH.
 export USE_LIBPATH=%{_libdir}
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
 %qmake5 \
   CONFIG-=gdb_dwarf_index
-%else
-# Debug config is needed for -debuginfo and -debugsource packages.
-%{_libdir}/qt4/bin/qmake \
-  

commit mate-themes for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package mate-themes for openSUSE:Factory 
checked in at 2016-05-23 16:40:01

Comparing /work/SRC/openSUSE:Factory/mate-themes (Old)
 and  /work/SRC/openSUSE:Factory/.mate-themes.new (New)


Package is "mate-themes"

Changes:

--- /work/SRC/openSUSE:Factory/mate-themes/mate-themes.changes  2016-05-17 
17:14:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-themes.new/mate-themes.changes 
2016-05-23 16:40:14.0 +0200
@@ -1,0 +2,52 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.20.7:
+  * GTK+-3.20 all themes: Add settings for yumex-dnf.
+  * GTK+-3.20 BlackMATE: Fix wrong stackswitcher node.
+  * GTK+-3.20 Submarine themes: Fix scrollbar bg in Firefox
+websites.
+  * GTK+-3.20 BlackMATE: Add simple support for spinbuttons and
+OSD spinbuttons.
+  * GTK+-3.20 BlackMATE: Some more corrections for 3.20.
+  * GTK+-3.20 BlackMATE: Adjust list row syntax for 3.20.
+  * GTK+-3.20 BlackMATE: Fix OSD settings.
+  * GTK+-3.20 BlackMATE: Fix headerbar and .titlebar.
+  * GTK+-3.20 GreenLaguna: Fix fg colour of Firefox tooltips.
+  * GTK+-3.20 GreenLaguna: Style meld and buttons in infobar.
+  * GTK+-3.20 GreenLaguna: Adjust button_gradient_color_b colour.
+  * GTK+-3.20 Submarine themes: Adjust hover fg colour in
+primary-toolbars.
+  * GTK+-3.20 Green-Submarine: Style meld preferences.
+  * GTK+-3.20 Submarine themes: Style meld preferences.
+  * GTK+-3.20 Menta themes: Style meld.
+  * GTK+-3.20 Submarine themes: Add settings for meld + button bg
+adjustments.
+  * GTK+-3.20 some themes: Style UI tab of
+mate-appearance-properties.
+  * GTK+-3.20 TOK themes: Adjust menu arrows.
+  * GTK+-3.20 GreenLaguna: Edited makefile.
+  * GTK+-3.20 GreenLaguna: Adjust check and radio buttons for menus.
+  * GTK+-3.20 Submarine themes: Adjust check and radio buttons.
+  * GTK+-3.20 Submarine themes: Adjust scrollbars for Firefox.
+  * GTK+-3.20 GreenLaguna: Adjust scrollbars for Firefox.
+  * GTK+-3.20 Submarine themes: Adjust scrollbars for Firefox.
+  * GTK+-3.20 Menta themes: Adjust scrollbars for Firefox.
+  * GreenLaguna metacity: Remove borders from max window.
+  * Submarine themes metacity: Remove borders from max window.
+  * BlackMATE metacity: Remove borders from max window.
+  * Menta themes: Add metacity-theme-2.xml file.
+  * GTK+-3.20 TOK themes: Make preview windows in wnckpager more
+visible.
+  * GTK+-3.20 GreenLaguna: Make preview windows in wnckpager more
+visible.
+  * GTK+-3.20 Menta themes: Make preview windows in wnckpager more
+visible.
+  * GTK+-3.20 TOK themes: Style printdialog.
+  * GTK+-3.20 GreenLaguna: Style printdialog.
+  * GTK+-3.20 Menta themes: Style printdialog.
+  * GTK+-3.20 Submarine themes: Style printdialog notebook + fix
+fg colour of combobox cellview.
+  * GTK+-3.20 BlackMATE: Apply window-control theme to gedit.
+  * Update translations.
+
+---

Old:

  mate-themes-3.20.6.tar.xz

New:

  mate-themes-3.20.7.tar.xz



Other differences:
--
++ mate-themes.spec ++
--- /var/tmp/diff_new_pack.pbQpdx/_old  2016-05-23 16:40:15.0 +0200
+++ /var/tmp/diff_new_pack.pbQpdx/_new  2016-05-23 16:40:15.0 +0200
@@ -21,7 +21,7 @@
 # Let's use the Gtk 3.20 version for openSUSE Tumbleweed.
 %define _version 3.20
 Name:   mate-themes
-Version:3.20.6
+Version:3.20.7
 Release:0
 Summary:Themes for the MATE desktop
 License:LGPL-2.1+

++ mate-themes-3.20.6.tar.xz -> mate-themes-3.20.7.tar.xz ++
 10648 lines of diff (skipped)




commit eom for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package eom for openSUSE:Factory checked in 
at 2016-05-23 16:40:05

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


Package is "eom"

Changes:

--- /work/SRC/openSUSE:Factory/eom/eom.changes  2016-04-15 19:09:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eom.new/eom.changes 2016-05-23 
16:40:23.0 +0200
@@ -1,0 +2,7 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * Fix new windows not getting focus.
+  * Update translations.
+
+---

Old:

  eom-1.14.0.tar.xz

New:

  eom-1.14.1.tar.xz



Other differences:
--
++ eom.spec ++
--- /var/tmp/diff_new_pack.IIscXm/_old  2016-05-23 16:40:24.0 +0200
+++ /var/tmp/diff_new_pack.IIscXm/_new  2016-05-23 16:40:24.0 +0200
@@ -19,7 +19,7 @@
 %define typelib typelib-1_0-Eom-1_0
 %define _version 1.14
 Name:   eom
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:MATE Desktop graphics viewer
 License:GPL-2.0+ and LGPL-2.1+

++ eom-1.14.0.tar.xz -> eom-1.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eom-1.14.0/ChangeLog new/eom-1.14.1/ChangeLog
--- old/eom-1.14.0/ChangeLog2016-04-07 20:15:01.0 +0200
+++ new/eom-1.14.1/ChangeLog2016-05-21 17:21:34.0 +0200
@@ -1,3 +1,40 @@
+commit a6b05d4f1966706c52464ebcd5336fa26927ed3c
+Author: raveit65 
+Date:   Sat May 21 17:17:26 2016 +0200
+
+sync with transiflex
+
+ po/ar.po  |4 +-
+ po/el.po  |  237 +-
+ po/es.po  |6 +-
+ po/frp.po | 1503 +
+ po/ko.po  |4 +-
+ po/nb.po  |6 +-
+ po/pms.po | 1503 +
+ po/sv.po  |   15 +-
+ po/uz.po  |   53 +--
+ 9 files changed, 3170 insertions(+), 161 deletions(-)
+
+commit 1b65a062fc01e15c4a461463a055b90d8cb3235e
+Author: Björn Weber 
+Date:   Sat Apr 2 19:08:25 2016 +0200
+
+Fix new windows not getting focus
+
+fixes (Issue #119)
+
+ src/eom-application.c | 20 ++--
+ 1 file changed, 18 insertions(+), 2 deletions(-)
+
+commit b5000c7c6e3e8de9fb893eb1b45f71514664419b
+Author: monsta 
+Date:   Tue Apr 12 16:31:52 2016 +0400
+
+README: don't mention old requirements
+
+ README | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
 commit c9eaeb72c4d1f0173063a64b02cd8168f07732e4
 Author: monsta 
 Date:   Thu Apr 7 10:59:34 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eom-1.14.0/NEWS new/eom-1.14.1/NEWS
--- old/eom-1.14.0/NEWS 2016-04-07 20:12:13.0 +0200
+++ new/eom-1.14.1/NEWS 2016-05-21 17:19:03.0 +0200
@@ -1,3 +1,9 @@
+eom 1.14.1
+==
+
+ * Translations update
+ * Fix new windows not getting focus
+
 eom 1.14.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eom-1.14.0/README new/eom-1.14.1/README
--- old/eom-1.14.0/README   2015-10-06 13:03:59.0 +0200
+++ new/eom-1.14.1/README   2016-05-11 21:50:44.0 +0200
@@ -22,8 +22,7 @@
 
 
 This package requires the following modules to be installed: glib,
-GTK+, mate-desktop, gio, gdk-pixbuf, mate-icon-theme,
-shared-mime-info and libart.
+GTK+, mate-desktop, gio, gdk-pixbuf, shared-mime-info.
 
 You can get these packages from your favourite MATE FTP mirror or at
 http://pub.mate-desktop.org/ or from other sources where MATE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eom-1.14.0/configure new/eom-1.14.1/configure
--- old/eom-1.14.0/configure2016-04-07 20:13:51.0 +0200
+++ new/eom-1.14.1/configure2016-05-21 17:20:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for eom 1.14.0.
+# Generated by GNU Autoconf 2.69 for eom 1.14.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='eom'
 PACKAGE_TARNAME='eom'
-PACKAGE_VERSION='1.14.0'
-PACKAGE_STRING='eom 1.14.0'
+PACKAGE_VERSION='1.14.1'
+PACKAGE_STRING='eom 1.14.1'
 PACKAGE_BUGREPORT='http://www.mate-desktop.org'
 PACKAGE_URL=''
 
@@ -1522,7 +1522,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF

commit mate-screensaver for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package mate-screensaver for 
openSUSE:Factory checked in at 2016-05-23 16:40:11

Comparing /work/SRC/openSUSE:Factory/mate-screensaver (Old)
 and  /work/SRC/openSUSE:Factory/.mate-screensaver.new (New)


Package is "mate-screensaver"

Changes:

--- /work/SRC/openSUSE:Factory/mate-screensaver/mate-screensaver.changes
2016-04-15 19:10:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-screensaver.new/mate-screensaver.changes   
2016-05-23 16:40:28.0 +0200
@@ -1,0 +2,8 @@
+Sun May 22 15:13:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * GTK+-3: Fix assertion 'GTK_IS_WIDGET (widget)' failed.
+  * GTK+-3: Add style class lock-dialog.
+  * Update translations.
+
+---

Old:

  mate-screensaver-1.14.0.tar.xz

New:

  mate-screensaver-1.14.1.tar.xz



Other differences:
--
++ mate-screensaver.spec ++
--- /var/tmp/diff_new_pack.h5SXNz/_old  2016-05-23 16:40:29.0 +0200
+++ /var/tmp/diff_new_pack.h5SXNz/_new  2016-05-23 16:40:29.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.14
 Name:   mate-screensaver
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:MATE Desktop screensaver
 License:GPL-2.0+ and LGPL-2.0+

++ mate-screensaver-1.14.0.tar.xz -> mate-screensaver-1.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-screensaver-1.14.0/ChangeLog 
new/mate-screensaver-1.14.1/ChangeLog
--- old/mate-screensaver-1.14.0/ChangeLog   2016-04-07 21:46:36.0 
+0200
+++ new/mate-screensaver-1.14.1/ChangeLog   2016-05-21 17:55:04.0 
+0200
@@ -1,3 +1,41 @@
+commit 484f95209ee5ebc60ba767e5b295c68e2b36
+Author: raveit65 
+Date:   Sat May 21 17:51:02 2016 +0200
+
+sync with transiflex
+
+ po/cs.po|   2 +-
+ po/el.po|  51 ++--
+ po/es.po|   4 +--
+ po/frp.po   |   6 ++--
+ po/hi.po|   2 +-
+ po/hr.po| 110 ++--
+ po/hu.po|   2 +-
+ po/pt.po|   2 +-
+ po/pt_BR.po |   7 ++--
+ po/sv.po|   7 ++--
+ po/uz.po|  79 ++-
+ 11 files changed, 138 insertions(+), 134 deletions(-)
+
+commit 9489810db63347e602eaebaf2c8fa6d9c305b589
+Author: Denis Gorodnichev 
+Date:   Mon Apr 18 18:40:20 2016 +0300
+
+gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failed
+
+ src/gs-grab-x11.c   | 2 +-
+ src/gs-window-x11.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit e3d8ca494335bcea1aa776614ed17c75012e1f2b
+Author: raveit65 
+Date:   Sat Apr 9 19:49:42 2016 +0200
+
+add style class lock-dialog
+
+ src/gs-lock-plug.c | 7 +++
+ 1 file changed, 7 insertions(+)
+
 commit 53302f74f9e7488d33f78dc80d328e37370cba37
 Author: monsta 
 Date:   Thu Apr 7 16:13:52 2016 +0300
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-screensaver-1.14.0/NEWS 
new/mate-screensaver-1.14.1/NEWS
--- old/mate-screensaver-1.14.0/NEWS2016-04-06 11:54:59.0 +0200
+++ new/mate-screensaver-1.14.1/NEWS2016-05-21 17:53:05.0 +0200
@@ -1,4 +1,12 @@
 ===
+Version 1.14.1
+===
+
+Translations update
+GTK+-3: fix assertion 'GTK_IS_WIDGET (widget)' failed
+GTK+-3: add style class lock-dialog
+
+===
 Version 1.14.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-screensaver-1.14.0/configure 
new/mate-screensaver-1.14.1/configure
--- old/mate-screensaver-1.14.0/configure   2016-04-07 21:45:55.0 
+0200
+++ new/mate-screensaver-1.14.1/configure   2016-05-21 17:54:25.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-screensaver 1.14.0.
+# Generated by GNU Autoconf 2.69 for mate-screensaver 1.14.1.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-screensaver'
 PACKAGE_TARNAME='mate-screensaver'
-PACKAGE_VERSION='1.14.0'
-PACKAGE_STRING='mate-screensaver 1.14.0'
+PACKAGE_VERSION='1.14.1'
+PACKAGE_STRING='mate-screensaver 1.14.1'
 PACKAGE_BUGREPORT='http://www.mate-desktop.org/'
 PACKAGE_URL=''
 
@@ -1474,7 +1474,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' 

commit glyr for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package glyr for openSUSE:Factory checked in 
at 2016-05-23 16:39:46

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


Package is "glyr"

Changes:

--- /work/SRC/openSUSE:Factory/glyr/glyr.changes2015-02-16 
22:12:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr.changes   2016-05-23 
16:39:53.0 +0200
@@ -1,0 +2,15 @@
+Fri May 20 09:27:43 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.0.9.
+  * Bugfixes:
++ Support reproducible builds.
++ Build problems.
++ Spelling errors.
+  * Fixed providers:
++ lyrics/lyricswikia.
++ cover/slothradio.
++ cover/discogs.
+- Drop glyr-version.patch: fixed upstream.
+- Don't package CHANGELOG. It is obsolete and discontinued.
+
+---

Old:

  1.0.8.tar.gz
  glyr-version.patch

New:

  1.0.9.tar.gz



Other differences:
--
++ glyr.spec ++
--- /var/tmp/diff_new_pack.q7uSnc/_old  2016-05-23 16:39:54.0 +0200
+++ /var/tmp/diff_new_pack.q7uSnc/_new  2016-05-23 16:39:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glyr
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define major   1
 
 Name:   glyr
-Version:1.0.8
+Version:1.0.9
 Release:0
 Summary:Searcheninge for Musicrelated Metadata
 License:GPL-3.0+
@@ -33,9 +33,8 @@
 Patch1: glyr-optflags.patch
 # PATCH-FIX-OPENSUSE glyr-pkgconfig.patch crrodrig...@opensuse.org -- do not 
inject bogus dependencies into other packages.
 Patch2: glyr-pkgconfig.patch
-# PATCH-FIX-UPSTREAM glyr-version.patch lazy.k...@opensuse.org -- correct 
program version
-Patch3: glyr-version.patch
 BuildRequires:  cmake
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(sqlite3)
@@ -141,7 +140,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2
-%patch3 -p1
 
 %build
 %cmake
@@ -156,7 +154,7 @@
 
 %files -n glyrc
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING README.textile state_of_providers.txt
+%doc AUTHORS COPYING README.textile state_of_providers.txt
 %{_bindir}/glyrc
 
 %files -n lib%{name}%{major}
@@ -166,7 +164,7 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING README.textile state_of_providers.txt
+%doc AUTHORS COPYING README.textile state_of_providers.txt
 %doc src/examples
 %{_includedir}/%{name}/
 %{_libdir}/*.so

++ 1.0.8.tar.gz -> 1.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glyr-1.0.8/CMakeLists.txt 
new/glyr-1.0.9/CMakeLists.txt
--- old/glyr-1.0.8/CMakeLists.txt   2015-01-19 00:47:10.0 +0100
+++ new/glyr-1.0.9/CMakeLists.txt   2016-05-17 13:39:52.0 +0200
@@ -38,7 +38,7 @@
 # 
 SET(GLYR_VERSION_MAJOR "1")
 SET(GLYR_VERSION_MINOR "0")
-SET(GLYR_VERSION_MICRO "6")
+SET(GLYR_VERSION_MICRO "9")
 SET(GLYR_VERSION_NAME  "Raving Raven")
 # 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glyr-1.0.8/lib/CMakeLists.txt 
new/glyr-1.0.9/lib/CMakeLists.txt
--- old/glyr-1.0.8/lib/CMakeLists.txt   2015-01-19 00:47:10.0 +0100
+++ new/glyr-1.0.9/lib/CMakeLists.txt   2016-05-17 13:39:52.0 +0200
@@ -6,6 +6,12 @@
 
 SET(GENERIC_LIB_VERSION ${GLYR_VERSION_MAJOR}.${GLYR_VERSION_MINOR})
 SET(GLYR_API_SOVERSION 1)
+IF(DEFINED ENV{BUILD_DATE})
+ADD_DEFINITIONS(-DBUILD_DATE="$ENV{BUILD_DATE}")
+ENDIF()
+IF(DEFINED ENV{BUILD_TIME})
+ADD_DEFINITIONS(-DBUILD_TIME="$ENV{BUILD_TIME}")
+ENDIF()
 
 # Link libglyr as shared library
 ADD_LIBRARY(glyr SHARED${LIB_SOURCE_LOCATIONS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glyr-1.0.8/lib/config.h new/glyr-1.0.9/lib/config.h
--- old/glyr-1.0.8/lib/config.h 2015-01-19 00:47:10.0 +0100
+++ new/glyr-1.0.9/lib/config.h 2016-05-17 13:39:52.0 +0200
@@ -12,11 +12,11 @@
 
 #define GLYR_VERSION_MAJOR "1"
 #define GLYR_VERSION_MINOR "0"
-#define GLYR_VERSION_MICRO "6"
+#define GLYR_VERSION_MICRO "8"
 
 #define GLYR_VERSION_MAJOR_INT 1
 #define GLYR_VERSION_MINOR_INT 0
-#define GLYR_VERSION_MICRO_INT 6
+#define GLYR_VERSION_MICRO_INT 8
 
 /**
  * GLYR_CHECK_VERSION:
diff -urN 

commit twinkle for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package twinkle for openSUSE:Factory checked 
in at 2016-05-23 16:39:42

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


Package is "twinkle"

Changes:

--- /work/SRC/openSUSE:Factory/twinkle/twinkle.changes  2016-01-09 
23:13:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.twinkle.new/twinkle.changes 2016-05-23 
16:39:44.0 +0200
@@ -1,0 +2,20 @@
+Fri May 20 11:36:41 UTC 2016 - mkube...@suse.cz
+
+- update to current git snapshot (commit 4627d49d5e2d)
+  * fix build against Qt 5.6
+  * drop Qt4 compatibility
+  * fix build against ucommon 7.0
+  * allow build against system libgsm
+  * crash fixes
+  * digest authentication case sensitivity fix
+  * other minor fixes (UI, spelling, translations)
+- build against system libgsm
+- fix-build-with-ucommon-7.0.patch:
+  deleted (merged into upstream)
+- twinkle-no-return-in-nonvoid-function.patch:
+  replace by DTMF-event-type-cleanup.patch (more complex, intended
+  for upstream)
+- Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch:
+  refresh
+
+---

Old:

  fix-build-with-ucommon-7.0.patch
  twinkle-1.9.0.tar.xz
  twinkle-no-return-in-nonvoid-function.patch

New:

  DTMF-event-type-cleanup.patch
  twinkle-1.10~git20160520.tar.xz



Other differences:
--
++ twinkle.spec ++
--- /var/tmp/diff_new_pack.SMhSic/_old  2016-05-23 16:39:46.0 +0200
+++ /var/tmp/diff_new_pack.SMhSic/_new  2016-05-23 16:39:46.0 +0200
@@ -17,12 +17,20 @@
 
 
 Name:   twinkle
+Version:1.10~git20160520
+Release:0
+Summary:A SIP Soft Phone
+License:GPL-2.0+
+Group:  Productivity/Telephony/SIP/Clients
+Url:https://twinkle.dolezel.info/
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  alsa-devel
 BuildRequires:  bison
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  flex
+BuildRequires:  libgsm-devel
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qttools-devel
 BuildRequires:  libsndfile-devel
@@ -30,8 +38,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  update-desktop-files
-Requires(post):  update-desktop-files
-Requires(postun):  update-desktop-files
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(Qt5Declarative)
 BuildRequires:  pkgconfig(Qt5Quick)
@@ -39,6 +45,8 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(speex)
 BuildRequires:  pkgconfig(speexdsp)
+Requires(post): update-desktop-files
+Requires(postun): update-desktop-files
 %if 0%{?suse_version} <= 1320
 BuildRequires:  boost-devel
 %endif
@@ -47,27 +55,20 @@
 %else
 BuildRequires:  ilbc
 %endif
-Summary:A SIP Soft Phone
-License:GPL-2.0+
-Group:  Productivity/Telephony/SIP/Clients
-Version:1.9.0
-Release:0
-Source: %{name}-%{version}.tar.xz
-Patch1: twinkle-no-return-in-nonvoid-function.patch
-Patch2: fix-build-with-ucommon-7.0.patch
+
+Patch1: DTMF-event-type-cleanup.patch
 # workaround for broken std::regex in gcc 4.8; please keep at the end
 Patch91:Revert-Build-fix-for-a-probably-broken-std-match_res.patch
 Patch92:Revert-Replaced-Boost-regex-dependency-with-C-11-reg.patch
-Url:https://twinkle.dolezel.info/
 
 %description
 Twinkle is a SIP-based soft phone for making telephone calls over IP
 networks.
 
+
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 # workaround for broken std::regex in gcc 4.8
 %if 0%{?suse_version} <= 1320
 %patch91 -p1
@@ -79,6 +80,7 @@
   -DWITH_ZRTP=ON \
   -DWITH_SPEEX=ON \
   -DWITH_ILBC=ON \
+  -DWITH_GSM=ON \
   -DWITH_ALSA=ON \
   -DWITH_QT5=ON
 make %{?_smp_mflags}
@@ -102,6 +104,8 @@
 %{_bindir}/twinkle-console
 %{_datadir}/%{name}
 %{_datadir}/pixmaps/twinkle.png
+%{_datadir}/icons/hicolor
 %{_datadir}/applications/twinkle.desktop
+%{_mandir}/man1/twinkle.1.gz
 
 %changelog

++ DTMF-event-type-cleanup.patch ++
From: Michal Kubecek 
Date: Fri, 20 May 2016 09:48:18 +0200
Subject: DTMF event type cleanup
Patch-mainline: Not yet, going to submit

DTMF event constants handling is a bit messy as three different types
are used in different source files, triggering various compiler
warnings. Introduce t_dtmf_ev type and use it everywhere, also replace
helper macros by inline functions.
---
 src/audio/audio_rx.cpp|  2 +-
 src/audio/audio_rx.h  |  4 ++--
 src/audio/dtmf_player.cpp |  6 +++---
 src/audio/dtmf_player.h   |  8 
 src/audio/freq_gen.cpp|  3 ++-
 

commit devilspie2 for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package devilspie2 for openSUSE:Factory 
checked in at 2016-05-23 16:39:31

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


Package is "devilspie2"

Changes:

--- /work/SRC/openSUSE:Factory/devilspie2/devilspie2.changes2016-05-08 
10:46:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.devilspie2.new/devilspie2.changes   
2016-05-23 16:39:32.0 +0200
@@ -1,0 +2,6 @@
+Fri May 20 08:48:03 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.41:
+  * Set a correct version number
+
+---

Old:

  devilspie2_0.40-src.tar.gz
  devilspie2_0.40-src.tar.gz.asc

New:

  devilspie2_0.41-src.tar.gz
  devilspie2_0.41-src.tar.gz.asc



Other differences:
--
++ devilspie2.spec ++
--- /var/tmp/diff_new_pack.Ut0DXV/_old  2016-05-23 16:39:33.0 +0200
+++ /var/tmp/diff_new_pack.Ut0DXV/_new  2016-05-23 16:39:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   devilspie2
-Version:0.40
+Version:0.41
 Release:0
 Summary:A window matching utility
 License:GPL-3.0


++ devilspie2_0.40-src.tar.gz -> devilspie2_0.41-src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/devilspie2-0.40/ChangeLog 
new/devilspie2-0.41/ChangeLog
--- old/devilspie2-0.40/ChangeLog   2016-03-28 13:15:21.0 +0200
+++ new/devilspie2-0.41/ChangeLog   2016-04-05 20:20:40.0 +0200
@@ -2,6 +2,9 @@
 ChangeLog:
 --
 
+0.41
+   * Set a correct version number
+
 0.40
* Add callback for geometry change
* Add error string for one or two indata expected
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/devilspie2-0.40/VERSION new/devilspie2-0.41/VERSION
--- old/devilspie2-0.40/VERSION 2016-03-28 13:15:21.0 +0200
+++ new/devilspie2-0.41/VERSION 2016-04-05 20:20:40.0 +0200
@@ -1 +1 @@
-0.39
\ No newline at end of file
+0.41
\ No newline at end of file




commit uhd for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package uhd for openSUSE:Factory checked in 
at 2016-05-23 16:39:36

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


Package is "uhd"

Changes:

--- /work/SRC/openSUSE:Factory/uhd/uhd.changes  2016-04-01 13:02:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.uhd.new/uhd.changes 2016-05-23 
16:39:37.0 +0200
@@ -1,0 +2,5 @@
+Sat May  7 22:38:01 UTC 2016 - w...@ire.pw.edu.pl
+
+- Update sources to version 3.9.4
+
+---

Old:

  uhd-3.9.3.tar.gz
  uhd-images_003.009.003-release.tar.gz

New:

  uhd-3.9.4.tar.gz
  uhd-images_003.009.004-release.tar.gz



Other differences:
--
++ uhd.spec ++
--- /var/tmp/diff_new_pack.2heimD/_old  2016-05-23 16:39:39.0 +0200
+++ /var/tmp/diff_new_pack.2heimD/_new  2016-05-23 16:39:39.0 +0200
@@ -18,10 +18,10 @@
 
 Name:   uhd
 %define libname libuhd003
-Version:3.9.3
+Version:3.9.4
 Release:0
-%define src_ver 003.009.003
-%define img_ver 003.009.003
+%define src_ver 003.009.004
+%define img_ver 003.009.004
 Summary:The driver for USRP SDR boards
 License:GPL-3.0+
 Group:  Hardware/Other

++ uhd-3.9.3.tar.gz -> uhd-3.9.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uhd-3.9.3/CMakeLists.txt new/uhd-3.9.4/CMakeLists.txt
--- old/uhd-3.9.3/CMakeLists.txt2016-03-21 23:05:35.0 +0100
+++ new/uhd-3.9.4/CMakeLists.txt2016-05-05 22:13:31.0 +0200
@@ -274,8 +274,8 @@
 #{{{IMG_SECTION
 # This section is written automatically by /images/create_imgs_package.py
 # Any manual changes in here will be overwritten.
-SET(UHD_IMAGES_MD5SUM "07b9d06a068cf591fcd0e460552ed02d")
-SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.003-release.zip")
+SET(UHD_IMAGES_MD5SUM "c33b36a74d82198c8cfede64d8775c46")
+SET(UHD_IMAGES_DOWNLOAD_SRC "uhd-images_003.009.004-release.zip")
 #}}}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uhd-3.9.3/cmake/Modules/UHDPackage.cmake 
new/uhd-3.9.4/cmake/Modules/UHDPackage.cmake
--- old/uhd-3.9.3/cmake/Modules/UHDPackage.cmake2016-03-21 
23:05:35.0 +0100
+++ new/uhd-3.9.4/cmake/Modules/UHDPackage.cmake2016-04-11 
19:35:06.0 +0200
@@ -218,7 +218,4 @@
 ENDIF(WIN32)
 
 
-IF(NOT ${CPACK_GENERATOR} STREQUAL NSIS)
-SET(CPACK_SET_DESTDIR "ON")
-ENDIF(NOT ${CPACK_GENERATOR} STREQUAL NSIS)
 INCLUDE(CPack) #include after setting vars
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uhd-3.9.3/cmake/Modules/UHDVersion.cmake 
new/uhd-3.9.4/cmake/Modules/UHDVersion.cmake
--- old/uhd-3.9.3/cmake/Modules/UHDVersion.cmake2016-03-21 
23:05:35.0 +0100
+++ new/uhd-3.9.4/cmake/Modules/UHDVersion.cmake2016-05-04 
18:29:40.0 +0200
@@ -28,7 +28,7 @@
 
 SET(UHD_VERSION_MAJOR 003)
 SET(UHD_VERSION_MINOR 009)
-SET(UHD_VERSION_PATCH 003)
+SET(UHD_VERSION_PATCH 004)
 SET(UHD_VERSION_DEVEL FALSE)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uhd-3.9.3/cmake/debian/changelog 
new/uhd-3.9.4/cmake/debian/changelog
--- old/uhd-3.9.3/cmake/debian/changelog2016-03-21 23:05:35.0 
+0100
+++ new/uhd-3.9.4/cmake/debian/changelog2016-05-05 22:13:31.0 
+0200
@@ -1,3 +1,18 @@
+uhd (3.9.4-0ubuntu1) trusty; urgency=low
+
+  - GPIO control: Fix address mismatch for RX and full duplex.
+This fixes full-duplex mode for most devices.
+  - B200: Fixed auto rate selection (can now select 61.44 Msps)
+  - UBX: Fix member declaration order which could cause
+segfaults for debug builds
+  - Manual/Docs: Numerous fixes, use dot for graphs in manual
+  - Utils: multiple fixes for query_gpsdo_sensors, fixed floating point
+comparison
+  - Windows: Include registry file in installation
+  - Converters: Improve NEON converters
+
+ -- Ettus Research   Thu, 05 May 2016 12:56:28 -0800
+
 uhd (3.9.3-0ubuntu1) trusty; urgency=low
 
   * UBX: Fixed a phase synchronization issue on the sub-1GHz band
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uhd-3.9.3/docs/CMakeLists.txt 
new/uhd-3.9.4/docs/CMakeLists.txt
--- 

commit python-ioflo for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-ioflo for openSUSE:Factory 
checked in at 2016-05-23 16:39:29

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


Package is "python-ioflo"

Changes:

--- /work/SRC/openSUSE:Factory/python-ioflo/python-ioflo.changes
2015-10-20 00:04:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ioflo.new/python-ioflo.changes   
2016-05-23 16:39:31.0 +0200
@@ -1,0 +2,27 @@
+Fri May 13 20:45:39 UTC 2016 - abo...@gmail.com
+
+- Updated to v1.4.6
+  - Fixed bugs in http server handling of empty request bodies
+  - Added exports of Patron and Valet classes to aio.http package
+  - Updated storing module classes properties to use decorator syntax 
+Refactored aid package into smaller sub modules for better future 
+proofing Refactored async io modules to be in new aio package with 
+finer granularity for future proofing Minor bug fixes and improvements 
+More unittests
+  - Refactored consoling package location still supports old location 
+As ioflo helper libraries are growing in size, refactoring now to 
+make it less likely to need change in future as other projects become 
dependant.
+  - Refactored the httping.py module into a package http with submodules as 
the the 
+size of the module was getting unwieldy
+  - Refactored naming of Deed. Now alised with Doer. Preferred it Doer. 
+Deedify now aliased with preferred Doify Actorify not alised with 
preferred Actify
+  - Added Valet a WSGI server class that works within Ioflo
+  - Changed interface to packify unpackify
+  - Some refactoring of nonblocking tcp classes to remove unneeded extra deque 
stage on input
+  - Refactor header parsing of http responses
+  - Requestant and respondant are now subclass of Parsent Added .error and 
.errored attributes 
+of Parsent so can report errors in processing or waiting
+  - Parsent close method now being called if connection closed prematurely
+- fix date copyright.
+
+---

Old:

  ioflo-1.3.9.tar.gz

New:

  ioflo-1.4.6.tar.gz



Other differences:
--
++ python-ioflo.spec ++
--- /var/tmp/diff_new_pack.NgmRH9/_old  2016-05-23 16:39:32.0 +0200
+++ /var/tmp/diff_new_pack.NgmRH9/_new  2016-05-23 16:39:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ioflo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +16,7 @@
 #
 
 Name:   python-ioflo
-Version:1.3.9
+Version:1.4.6
 Release:0
 License:Apache-2.0
 Summary:Python IoFlo

++ ioflo-1.3.9.tar.gz -> ioflo-1.4.6.tar.gz ++
 30891 lines of diff (skipped)




commit ShellCheck for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package ShellCheck for openSUSE:Factory 
checked in at 2016-05-23 16:39:38

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


Package is "ShellCheck"

Changes:

--- /work/SRC/openSUSE:Factory/ShellCheck/ShellCheck.changes2016-01-26 
10:15:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.ShellCheck.new/ShellCheck.changes   
2016-05-23 16:39:40.0 +0200
@@ -1,0 +2,5 @@
+Sat May 21 15:40:14 UTC 2016 - mimi...@gmail.com
+
+- update to 0.4.4
+
+---

Old:

  ShellCheck-0.4.3.tar.gz

New:

  ShellCheck-0.4.4.tar.gz



Other differences:
--
++ ShellCheck.spec ++
--- /var/tmp/diff_new_pack.rjAXkY/_old  2016-05-23 16:39:42.0 +0200
+++ /var/tmp/diff_new_pack.rjAXkY/_new  2016-05-23 16:39:42.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ShellCheck
-Version:0.4.3
+Version:0.4.4
 Release:0
 Summary:Shell script analysis tool
 License:GPL-3.0+

++ ShellCheck-0.4.3.tar.gz -> ShellCheck-0.4.4.tar.gz ++
 3411 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-05-23 16:39:26

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-05-12 
09:34:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-05-23 16:39:27.0 +0200
@@ -1,0 +2,6 @@
+Wed May 18 09:12:53 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.05.16
+* groupon: add support for Youtube embeds
+
+---

Old:

  youtube-dl-2016.05.01.tar.gz
  youtube-dl-2016.05.01.tar.gz.sig

New:

  youtube-dl-2016.05.16.tar.gz
  youtube-dl-2016.05.16.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.zhzQb4/_old  2016-05-23 16:39:28.0 +0200
+++ /var/tmp/diff_new_pack.zhzQb4/_new  2016-05-23 16:39:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.05.01
+Version:2016.05.16
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.05.01.tar.gz -> youtube-dl-2016.05.16.tar.gz ++
 5303 lines of diff (skipped)




commit zeal for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package zeal for openSUSE:Factory checked in 
at 2016-05-23 16:39:40

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


Package is "zeal"

Changes:

--- /work/SRC/openSUSE:Factory/zeal/zeal.changes2015-12-03 
13:30:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.zeal.new/zeal.changes   2016-05-23 
16:39:42.0 +0200
@@ -1,0 +2,7 @@
+Sat May 21 17:48:35 UTC 2016 - mplus...@suse.com
+
+- Update scriplet dependencies
+- Use pretty name for url
+- Use qmake5 macros when building
+
+---

Old:

  v0.2.1.tar.gz

New:

  zeal-0.2.1.tar.gz



Other differences:
--
++ zeal.spec ++
--- /var/tmp/diff_new_pack.jdrkHz/_old  2016-05-23 16:39:44.0 +0200
+++ /var/tmp/diff_new_pack.jdrkHz/_new  2016-05-23 16:39:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zeal
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:   zeal
-Summary:Offline API documentation browser
 Version:0.2.1
 Release:0
+Summary:Offline API documentation browser
 License:GPL-3.0
-URL:http://zealdocs.org
 Group:  Development/Tools/Other
-Source0:https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz
+Url:http://zealdocs.org
+Source0:
https://github.com/zealdocs/zeal/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE vs. file-contains-current-date WARNING:
 Patch0: zeal-no-date-and-time.diff
-
 BuildRequires:  fdupes
-BuildRequires:  libQt5Gui-private-headers-devel >= 5.2.0
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libQt5Gui-private-headers-devel >= 5.2.0
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent)>= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
@@ -38,6 +38,10 @@
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(xcb-keysyms)
 Requires:   libQt5Sql5-sqlite   >= 5.2.0
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 
 %description
 Zeal is a simple offline API documentation browser inspired by Dash
@@ -54,15 +58,11 @@
 %patch0 -p1
 
 %build
-qmake-qt5 \
-QMAKE_STRIP="" \
-QMAKE_CFLAGS+="%{optflags}" \
-QMAKE_CXXFLAGS+="%{optflags}"
-
-make V=1 %{?_smp_mflags}
+%qmake5 
+make %{?_smp_mflags} V=1
 
 %install
-make V=1 INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 %suse_update_desktop_file -r %{name} Office Viewer
 %fdupes -s %{buildroot}%{_datadir}
 




commit netcontrol for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package netcontrol for openSUSE:Factory 
checked in at 2016-05-23 16:39:24

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


Package is "netcontrol"

Changes:

--- /work/SRC/openSUSE:Factory/netcontrol/netcontrol.changes2014-09-06 
12:18:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcontrol.new/netcontrol.changes   
2016-05-23 16:39:26.0 +0200
@@ -2 +2,8 @@
-Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+Fri May 20 15:30:41 UTC 2016 - m...@suse.de
+
+- version 0.3.1
+- filter devices not supported by libvirt API (fate#320557)
+  [- 0001-blacklist-ifcfg-files-ending-in-.orig-or-tilde-bnc-8.patch]
+
+---
+Wed Sep  3 01:41:37 CEST 2014 - r...@suse.de

Old:

  0001-blacklist-ifcfg-files-ending-in-.orig-or-tilde-bnc-8.patch
  netcontrol-0.3.0.tar.bz2

New:

  netcontrol-0.3.1.tar.bz2



Other differences:
--
++ netcontrol.spec ++
--- /var/tmp/diff_new_pack.fGkd7m/_old  2016-05-23 16:39:27.0 +0200
+++ /var/tmp/diff_new_pack.fGkd7m/_new  2016-05-23 16:39:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcontrol
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   netcontrol
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:A network configuration library
 License:LGPL-2.1+
@@ -50,7 +50,6 @@
 %else
 Requires:   sysconfig >= 0.71.0
 %endif
-Patch1: 0001-blacklist-ifcfg-files-ending-in-.orig-or-tilde-bnc-8.patch
 
 %description
 A interim network configuration library, currently implementing the
@@ -103,7 +102,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 export CFLAGS="-W -Wall $RPM_OPT_FLAGS"

++ netcontrol-0.3.0.tar.bz2 -> netcontrol-0.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/netcontrol-0.3.0/ChangeLog.git 
new/netcontrol-0.3.1/ChangeLog.git
--- old/netcontrol-0.3.0/ChangeLog.git  2014-01-10 12:07:30.0 +0100
+++ new/netcontrol-0.3.1/ChangeLog.git  2016-05-20 17:45:11.0 +0200
@@ -1,3 +1,75 @@
+commit 1ded16e0444eff886634c159633b55a9593445be
+Author: Marius Tomaschewski 
+Date:   Fri May 20 17:43:35 2016 +0200
+
+version 0.3.1
+
+commit 3592f0154433f776f37caac82a910deda770
+Author: Marius Tomaschewski 
+Date:   Fri May 20 09:21:59 2016 +0200
+
+Retrieve arp type and check if it is ethernet
+
+commit aa4ce0be9a13fae4cd38bff3d8f6e1af57313f0d
+Author: Marius Tomaschewski 
+Date:   Fri May 20 09:03:32 2016 +0200
+
+adjusted test tool to get count in list if needed
+
+commit 395bc6e209d05e6d545c499e8f86f4b9c4a5eb76
+Author: Marius Tomaschewski 
+Date:   Wed May 18 11:18:08 2016 +0200
+
+Bind team and ovs bridge parent for topology tree
+
+commit d44f2ccd4024c3cbd66a81e88e5922b68a23dd7e
+Author: Marius Tomaschewski 
+Date:   Wed May 18 11:14:32 2016 +0200
+
+Parse ovs,team,macvlan,macvtap ifcfg config
+
+commit 699f76e0c437b05c4953684c9a9b1ff0afdcb6c8
+Author: Marius Tomaschewski 
+Date:   Wed May 18 10:54:01 2016 +0200
+
+Improve type detection via ethtool driver info ioctl
+
+commit 2274ab3c849e92863015cf6dacf10bb869aa7384
+Author: Marius Tomaschewski 
+Date:   Wed May 18 10:48:12 2016 +0200
+
+Add ovs, team and macvlan interface types
+
+commit 9e844ba86dc17fc9efae23b3cbc929b6ee889451
+Author: Marius Tomaschewski 
+Date:   Wed May 18 10:44:11 2016 +0200
+
+Use common sysfs utility to read a master link
+
+commit f4b6c450fbb3a66a67a57e739e615d33009544c4
+Author: Marius Tomaschewski 
+Date:   Wed May 18 10:18:54 2016 +0200
+
+Fixed to not map ctc and iucv to ethernet but slip
+
+commit c3258d770515c70e63f527d14ec98a6875082591
+Author: Marius Tomaschewski 
+Date:   Wed May 18 10:13:16 2016 +0200
+
+Add common utilities to read a sysfs netif link
+
+commit 79006d143f3702218ac5ea729b0bce03845dec48
+Author: Marius Tomaschewski 
+Date:   Tue May 10 13:16:20 2016 +0200
+
+Added TAGS file to .gitignore
+
+commit 292d93f5f3cbb9d343b75fb4fc570140004d93f5
+Author: Marius Tomaschewski 
+Date:   Tue May 6 14:13:21 2014 +0200
+
+blacklist ifcfg files ending in .orig or tilde (bnc#871600)
+
 commit 

commit libqt5-creator for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2016-05-23 16:39:18

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


Package is "libqt5-creator"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2016-04-15 19:12:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2016-05-23 16:39:20.0 +0200
@@ -1,0 +2,13 @@
+Tue May 17 16:13:02 UTC 2016 - alarr...@suse.com
+
+- Added some recommended and suggested development packages so users
+  can start using Qt Creator to build new projects right after installing it.
+
+---
+Tue May 17 08:45:11 UTC 2016 - alarr...@suse.com
+
+- Update to 4.0.0 
+  * For more details see:
+https://blog.qt.io/blog/2016/05/11/qt-creator-4-0-0-released/
+
+---

Old:

  qt-creator-opensource-src-3.6.0.tar.gz

New:

  qt-creator-opensource-src-4.0.0.tar.gz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.1TkGo5/_old  2016-05-23 16:39:22.0 +0200
+++ /var/tmp/diff_new_pack.1TkGo5/_new  2016-05-23 16:39:22.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   libqt5-creator
-Version:3.6.0
+Version:4.0.0
 Release:0
 Summary:Lightweight IDE
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:http://qt.digia.com/Product/Developer-Tools/
-%define major_ver 3.6
+%define major_ver 4.0
 %define rname qt-creator
-%define qt5_version 5.4.0
+%define qt5_version 5.5.0
 Source: 
http://download.qt.io/official_releases/qtcreator/%{major_ver}/%{version}/%{rname}-opensource-src-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Source2:qtcreator.desktop
@@ -54,6 +54,11 @@
 Obsoletes:  qt-creator < %{version}
 Recommends: libqt5-qtbase-common-devel
 Recommends: libqt5-qtdoc
+Recommends: libqt5-qtbase-devel
+Recommends: libqt5-qtdeclarative-devel
+Recommends: libqt5-qtquick1-devel
+Suggests:   git-core
+
 # Make sure to rebuild against latest Qt5 (using the last package in chain - 
libQt5Designer5)
 # Explicitly require libQt5Script5 (needed by plugins). Qt Creator crashes 
with old versions on project load.
 %requires_eq libQt5Designer5

++ qt-creator-opensource-src-3.6.0.tar.gz -> 
qt-creator-opensource-src-4.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-3.6.0.tar.gz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new/qt-creator-opensource-src-4.0.0.tar.gz
 differ: char 5, line 1




commit syncthing for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-05-23 16:38:54

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


Package is "syncthing"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2016-05-10 
09:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-05-23 
16:38:57.0 +0200
@@ -1,0 +2,54 @@
+Thu May 19 05:54:18 UTC 2016 - lie...@rz.uni-mannheim.de
+
+- Update to version 0.13.1:
+  * lib/config: Don't migrate non-HTTPS-URL discovery servers to new
+path
+  * gui, lib: Add missing licenses
+  * lib/connections: Correctly add port to portless tcp:// URLs
+
+---
+Wed May 18 08:54:32 UTC 2016 - jeng...@inai.de
+
+- Drop unnecessary systemd install-time dependencies. [bnc#980389]
+  Only pass template units to preun (disable); no other actions
+  are defined for them.
+
+---
+Tue May 17 17:13:51 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.13.0:
+  * Devices now announce files that are in progress of being
+downloaded, in addition to those that are already complete.
+This means a device can serve parts of a file to other devices
+before it has completed the download itself.
+  * Directory labels are now distinct from the directory ID.
+The intention is for the label to be human readable and for the
+ID to be machine readable and unique. When upgrading,
+directory IDs are not changed. However when creating new
+directories Syncthing will suggest a random, unique directory
+ID.
+  * When receiving a connection attempt from an unknown device
+Syncthing will now show the name of that device, not only it's
+ID.
+  * Syncthing will now manage port mappings on NAT-PMP compliant
+routers, in addition to the existing UPnP support.
+  * Ignored files can now be tagged with the prefix (?d) to
+indicate that Syncthing may delete these files if they remain
+when deleting a directory. Ignore patterns use less memory by
+default.
+  * The address for sync connections, both the listening side and
+for remote devices, can now be made IPv4- or IPv6-only. Use the
+tcp4:// or tcp6:// schemes to specify one or the other. The
+default tcp:// is still dual stack. Additionally, relays are
+now treated as listen addresses and set in the same
+configuration setting.
+  * The directory settings dialog has been cleaned up.
+  * The environment variable ALL_PROXY_NO_FALLBACK can be set to
+disable falling back to direct connections in the absence of a
+working proxy.
+  * The "Syncing" complete percentage for remote devices may
+erroneously display more than 100% (i.e. 156% or 297%) while a
+remote device is still synchronising.
+  * Many, many bug fixes.
+
+---

Old:

  syncthing-source-v0.12.23.tar.gz

New:

  syncthing-source-v0.13.1.tar.gz



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.vijopC/_old  2016-05-23 16:38:58.0 +0200
+++ /var/tmp/diff_new_pack.vijopC/_new  2016-05-23 16:38:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.12.23
+Version:0.13.1
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0
@@ -45,26 +45,37 @@
 %endif
 
 %build
-export GOPATH="$PWD/build"
+mkdir -p build/src/ build/vendor/
+export GOPATH="$PWD/build:$PWD/build/vendor"
+
 mkdir -p build/src/github.com/%{name}/%{name}
 ls | sed '/^build$/d' | xargs cp -at build/src/github.com/%{name}/%{name}
-go run build.go -no-upgrade
+cp -a vendor build/vendor/src
+
+pushd build/src/github.com/%{name}/%{name}/
+go run build.go install all \
+  -version v%{version} -no-upgrade
+popd
 
 %install
-install -Dm 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
+install -Dm 0755 build/src/github.com/%{name}/%{name}/bin/%{name} \
+  %{buildroot}%{_bindir}/%{name}
 install -Dm 0644 etc/linux-systemd/system/%{name}@.service   \
   %{buildroot}%{_unitdir}/%{name}@.service
 install -Dm 0644 etc/linux-systemd/system/%{name}-resume.service \
   %{buildroot}%{_unitdir}/%{name}-resume.service
+%if 0%{?suse_version} > 1320
 install -Dm 0644 etc/linux-systemd/user/%{name}.service  \
   %{buildroot}%{_userunitdir}/%{name}.service
-install -Dm 0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%endif
+install -Dm 0644 %{SOURCE1}   \
+  

commit obs-service-tar_scm for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2016-05-23 16:39:09

Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm"

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2015-06-24 21:02:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2016-05-23 16:39:11.0 +0200
@@ -1,0 +2,65 @@
+Tue Apr 26 13:44:48 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1461678268.e8b5d73:
+  * fix TESTING.md link in CONTRIBUTING.md
+  * Use correct level 2 bullet point (*)
+  * very first obs_scm implementation
+  * allow extracting of (spec) files
+  * allow to include local changes when using "obs_scm" service via local osc 
commands.
+  * make obsinfo parameter for tar service optional
+  * support filtering on creation of cpio archives
+  * - add debian provides
+
+---
+Tue Apr 26 13:17:44 UTC 2016 - adr...@suse.de
+
+- add debian provides
+
+---
+Fri Apr 15 08:16:32 UTC 2016 - adr...@suse.de
+
+- fix dependency on SLE 11 to python-argparse
+
+---
+Mon Apr 11 15:09:29 UTC 2016 - mplus...@suse.com
+
+- Correctly reference patch in previous entry
+
+---
+Mon Apr 11 12:19:54 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1460377105.35a4ea4:
+  * support filtering on creation of cpio archives
+
+---
+Fri Apr 08 07:00:48 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1460098798.dda5411:
+  + make obsinfo parameter for tar service optional
+
+---
+Thu Apr 07 09:21:55 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0.1460017418.4e4b2d6:
+  + Correct error message about lack of git tags
+  + GNUmakefile: Use default python in $PATH unless it is a python 3.
+  + fix TESTING.md link in CONTRIBUTING.md
+  + Use correct level 2 bullet point (*)
+  + very first obs_scm implementation
+  + allow extracting of (spec) files
+  + allow to include local changes when using "obs_scm" service via local osc 
commands.
+- building this pre-version currently from private branch
+  as discussed with Adam
+
+---
+Wed Jul  8 14:04:53 UTC 2015 - bwiedem...@suse.com
+
+- only require git-core to not pull in git-web and gitk
+
+---
+Wed Jun 24 08:07:29 UTC 2015 - h...@hiberis.nl
+
+- Fix build on Ubuntu by disabling mercurial tests
+  * 0001-Debianization-disable-running-mercurial-tests.patch
+
+---

Old:

  obs-service-tar_scm-0.5.3.1434983686.0b4ce51.tar.gz

New:

  0001-Debianization-disable-running-mercurial-tests.patch
  debian.series
  obs-service-tar_scm-0.6.0~pre.1461681073.57c0bab.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.tPkYtA/_old  2016-05-23 16:39:12.0 +0200
+++ /var/tmp/diff_new_pack.tPkYtA/_new  2016-05-23 16:39:12.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package obs-service-tar_scm
+# spec file for package obs-service
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,43 @@
 
 
 %define service tar_scm
+%define seperate_build 0
+
+%if "%seperate_build" == "1"
+%define version_unconverted 0.6.0~pre.1461681073.57c0bab
+
+Name:   obs-service-obs_scm
+%else
+%define version_unconverted 0.6.0~pre.1461681073.57c0bab
 
 Name:   obs-service-%{service}
-Version:0.5.3.1434983686.0b4ce51
+#Obsoletes:  obs-service-obs_scm
+Provides:   obs-service-obs_scm = %version-%release
+%endif
+Provides:   obs-service-tar = %version-%release
+Version:0.6.0~pre.1461681073.57c0bab
 Release:0
 Summary:An OBS source service: checkout or update a tar ball from 
svn/git/hg
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/obs-service-%{service}
-Source: %{name}-%{version}.tar.gz
+Source:

commit sqlitebrowser for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package sqlitebrowser for openSUSE:Factory 
checked in at 2016-05-23 16:38:57

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


Package is "sqlitebrowser"

Changes:

--- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes  
2015-08-23 17:52:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new/sqlitebrowser.changes 
2016-05-23 16:39:00.0 +0200
@@ -1,0 +2,67 @@
+Thu May 12 08:05:33 UTC 2016 - mplus...@suse.com
+
+- Update dependencies
+
+---
+Sun Apr 10 09:55:39 UTC 2016 - mplus...@suse.com
+
+- Drop some build dependencies
+  * autotools are not used
+- Add macros for icons
+- Add correct dependencies for post/postun macros
+- Use cmake macros
+- Drop some conditional build dependencies for unsupported releases
+- Build with qt5 where possible
+
+---
+Sat Apr  9 15:32:00 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 3.8.0
+  * Enhancements
+- Add proper file extension filters to all file dialogs - 6b8f57d (thanks 
to @MKleusberg)
+- Improved error handling, e.g. more error messages with more detailed 
error descriptions - #362, #363, 1696ad1 (thanks to @schdub and @MKleusberg)
+- Allow changing table columns even when there is a foreign key constraint 
on the table - #362 (thanks to @MKleusberg)
+- When holding Ctrl and Shift while clicking on a cell with a foreign key 
set, the browser now jumps to the referenced record - #192 (thanks to 
@MKleusberg)
+- Add option for disabling the SQL error indicators in the Execute SQL 
area - #302 (thanks to @MKleusberg)
+- Add an option for setting the colours of fields with regular and binary 
data - #377 (thanks to @schdub)
+- Use the name of the imported file as default suggestion for a table name 
during CSV import - #376 (thanks to @MKleusberg)
+- Save filter values, sort order and column widths for all tables when 
switching the current table or tab; also save the settings in the project file 
- 748f06d (thanks to @MKleusberg)
+- Show a small clear button inside each filter box - 944e22a (thanks to 
@MKleusberg)
+- Add basic support for different 'display formats', i.e. a conversion of 
the contents of a column into a different format for display purposes (e.g. 
converting a Unix epoch into an actual date) - 7c1d237, 22e858d (thanks to 
@MKleusberg)
+- Remove deleted files from list of recently opened files - #379 (thanks 
to @MKleusberg)
+- Add a new option for horizontal tiling of the code and result view in 
the Execute SQL area - #380 (thanks to @MKleusberg)
+- Move execution time of the SQL statement to the top of the result view 
in the Execute SQL area - #381 (thanks to @MKleusberg)
+- Add 'x rows affected' information to the result view of the Execute SQL 
area - 82292c2 (thanks to @MKleusberg)
+- Add built-in UTF16 and UTF16CI collation - #391 (thanks to 
@sebastian-philipp)
+- Add Ctrl+R shortcut (besides F5) for the refresh table button - #388 
(thanks to @MKleusberg)
+- Add option for setting the font and font size of the text in the table 
browser view - #383 (thanks to @MKleusberg)
+- Support opening of read only database files - #402 (thanks to 
@MKleusberg)
+- Add option for showing the rowid column in the data browser view - #408 
(thanks to @MKleusberg)
+- Add option for showing the text in the data browser view using a 
different encoding - #414 (thanks to @MKleusberg)
+- Add option for setting an escape character for the filters in the data 
browser - #421 (thanks to @MKleusberg)
+- Add a small delay before applying a new filter value instead of 
performing an instantaneous search to improve performance on large tables - 
#415 (thanks to @MKleusberg)
+- Automatically add '%...%' wildcards to a filter query - #415 (thanks to 
@MKleusberg)
+- Add Delete and Alt+Delete keyboard shortcuts for setting the current 
cell to empty string or NULL in the data browser view - #443 (thanks to 
@MKleusberg)
+- Add new option for moving the Edit cell data dialog into a dock which is 
locked to the main window and stays opened - #416, #440, #441 (thanks to 
@MKleusberg)
+- Allow drag-&-dropping text and files on a cell in the data browser - 
#441 (thanks to @MKleusberg)
+- Add keyboard shortcuts for recently opened files - #432 (thanks to 
@MKleusberg)
+- Add new option for setting a SQL script which gets executed whenever any 
database file is opened - #451 (thanks to @MKleusberg)
+- Allow pasting data (e.g. from a spreadsheet) directly into the data 
browser view - #453 (thanks to 

commit docker for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2016-05-23 16:39:11

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


Package is "docker"

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2016-05-04 
08:20:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2016-05-23 
16:39:12.0 +0200
@@ -1,0 +2,20 @@
+Fri May 20 10:26:39 UTC 2016 - jmassaguer...@suse.com
+
+- Fix udev files ownership 
+
+---
+Wed May 18 14:21:09 UTC 2016 - asa...@suse.de
+
+* Make sure we *always* build unstripped Go binaries.
+
+---
+Mon May 16 13:55:07 UTC 2016 - asa...@suse.de
+
+* Add a patch to fix database soft corruption issues if the Docker dameon dies
+  in a bad state. There is a PR upstream to vendor Docker to have this fix as
+  well, but it probably won't get in until 1.11.2. bnc#964673
+  (https://github.com/docker/docker/pull/22765)
+
+  + bnc964673-boltdb-metadata-recovery.patch
+
+---

New:

  bnc964673-boltdb-metadata-recovery.patch



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.dHdJQB/_old  2016-05-23 16:39:13.0 +0200
+++ /var/tmp/diff_new_pack.dHdJQB/_new  2016-05-23 16:39:13.0 +0200
@@ -57,6 +57,11 @@
 # This fixes bsc#976777. While the fix is upstream, it isn't in Docker 1.10.3 
or
 # Docker 1.11.0. This patch was squashed and cherry-picked from runc#708.
 Patch301:   cve-2016-3697-numeric-uid.patch
+# This fixes bnc#964673. This fix is in boltdb upstream, but has yet to be
+# merged into Docker (in a vendor commit). This patch was cherry-picked from
+# bolt#555.
+Patch302:   bnc964673-boltdb-metadata-recovery.patch
+Requires(post): udev
 BuildRequires:  audit
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel >= 1.2.68
@@ -100,6 +105,13 @@
 %endif
 ExcludeArch:ppc
 
+# It's a bad idea to strip Go binaries (apart from making debugging impossible,
+# it also is known to cause some interesting runtime bugs). However, rpmbuild
+# will strip your binaries if it is creating debuginfo packages (as well as
+# doing it by default). So we have to manually disable both of these things.
+%undefine _build_create_debug
+%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
+
 %description
 Docker complements LXC with a high-level API which operates at the process
 level. It runs unix processes with strong guarantees of isolation and
@@ -167,6 +179,8 @@
 %endif
 # bsc#976777
 %patch301 -p1
+# bnc#964673
+%patch302 -p1
 cp %{SOURCE7} .
 
 %build

++ bnc964673-boltdb-metadata-recovery.patch ++
>From 8f0e47cee034cdc08ca515d98a6733130908fc26 Mon Sep 17 00:00:00 2001
From: Aleksa Sarai 
Date: Mon, 16 May 2016 23:53:46 +1000
Subject: [PATCH] db: fix recovery from unsynced metadata

Bolt stores the two latest transactions' metadata, but previously did
not recover from validation failures in the latest by using the second
latest. Fix this by correctly handling validation failures in db.go, as
well as returning the metadata with highest txid which is also valid in
DB.meta().

Signed-off-by: Aleksa Sarai 
---
 vendor/src/github.com/boltdb/bolt/db.go | 49 +
 1 file changed, 38 insertions(+), 11 deletions(-)

diff --git a/vendor/src/github.com/boltdb/bolt/db.go 
b/vendor/src/github.com/boltdb/bolt/db.go
index 501d36aac24a..f713485ffab6 100644
--- a/vendor/src/github.com/boltdb/bolt/db.go
+++ b/vendor/src/github.com/boltdb/bolt/db.go
@@ -200,9 +200,15 @@ func Open(path string, mode os.FileMode, options *Options) 
(*DB, error) {
if _, err := db.file.ReadAt(buf[:], 0); err == nil {
m := db.pageInBuffer(buf[:], 0).meta()
if err := m.validate(); err != nil {
-   return nil, err
+   // If we can't read the page size, we can 
assume it's the same
+   // as the OS -- since that's how the page size 
was chosen in the
+   // first place.
+   // XXX: Does this cause issues with opening a 
database on a
+   //  different OS than the one it was 
created on?
+   db.pageSize = os.Getpagesize()
+   } else {
+   db.pageSize = int(m.pageSize)
}
-   db.pageSize = 

commit uwsgi for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2016-05-23 16:39:08

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


Package is "uwsgi"

Changes:

--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes  2016-02-17 
12:25:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2016-05-23 
16:39:09.0 +0200
@@ -1,0 +2,21 @@
+Thu May 12 04:43:00 UTC 2016 - jf...@funktronics.ca
+
+- Update to 2.0.13:
+  *  Fix compilation with GCC 6
+  *  Remote rpc fixes (Darvame)
+  *  Musl support! (Natanael Copa, Matt Dainty, Riccardo Magliocchetti)
+  *  Create the spooler directory if it does not exist (Alexandre Bonnetain)
+  *  Fix compilation on big endian linux (Riccardo Magliocchetti)
+  *  A ton of cache fixes (Darvame)
+  *  Make it easier to compile plugins on a different directory (Jakub
+ Jirutka)
+  *  Add wheel package machinery (Matt Robenolt)
+  *  Use EPOLLEXCLUSIVE for reading, helps with the thundering herd problem
+ (on linux 4.5+) (INADA Naoki)
+  *  Fix apache 2.4 integration with unix sockets (Alexandre Rossi)
+  *  Add HTTP/2 support to apache 2 proxy (Michael Fladischer, OGAWA Hirofumi)
+  *  Fix apache mod proxy compilation with apache 2.4.20 (Mathieu Arnold)
+  *  Default to clang as default compiler on MacOS X (Riccardo Magliocchetti)
+  *  Added --cgi-close-stdin-on-eof (Roberto De Ioris)
+
+---

Old:

  uwsgi-2.0.12.tar.gz

New:

  uwsgi-2.0.13.tar.gz



Other differences:
--
++ uwsgi.spec ++
--- /var/tmp/diff_new_pack.hJpCc8/_old  2016-05-23 16:39:10.0 +0200
+++ /var/tmp/diff_new_pack.hJpCc8/_new  2016-05-23 16:39:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   uwsgi
-Version:2.0.12
+Version:2.0.13
 Release:0
 Summary:Application Container Server for Networked/Clustered Web 
Applications
 License:GPL-2.0-with-GCC-exception

++ uwsgi-1.9.17-plugin_build_path.patch ++
--- /var/tmp/diff_new_pack.hJpCc8/_old  2016-05-23 16:39:10.0 +0200
+++ /var/tmp/diff_new_pack.hJpCc8/_new  2016-05-23 16:39:10.0 +0200
@@ -1,11 +1,13 @@
 a/uwsgiconfig.py
-+++ b/uwsgiconfig.py
-@@ -1192,10 +1192,7 @@ def build_plugin(path, uc, cflags, ldfla
+Index: uwsgi-2.0.13/uwsgiconfig.py
+===
+--- uwsgi-2.0.13.orig/uwsgiconfig.py
 uwsgi-2.0.13/uwsgiconfig.py
+@@ -1420,10 +1420,7 @@ def build_plugin(path, uc, cflags, ldfla
  except:
  pass
  
 -if uc:
--plugin_dest = uc.get('plugin_dir') + '/' + name + '_plugin'
+-plugin_dest = uc.get('plugin_build_dir', uc.get('plugin_dir')) + '/' 
+ name + '_plugin'
 -else:
 -plugin_dest = name + '_plugin'
 +plugin_dest = name + '_plugin'

++ uwsgi-2.0.12-no-LD_RUN_PATH.patch ++
--- /var/tmp/diff_new_pack.hJpCc8/_old  2016-05-23 16:39:10.0 +0200
+++ /var/tmp/diff_new_pack.hJpCc8/_new  2016-05-23 16:39:10.0 +0200
@@ -1,5 +1,7 @@
 a/plugins/jvm/uwsgiplugin.py   2015-12-30 10:08:49.0 +0100
-+++ b/plugins/jvm/uwsgiplugin.py   2016-01-07 14:35:31.212291749 +0100
+Index: uwsgi-2.0.13/plugins/jvm/uwsgiplugin.py
+===
+--- uwsgi-2.0.13.orig/plugins/jvm/uwsgiplugin.py
 uwsgi-2.0.13/plugins/jvm/uwsgiplugin.py
 @@ -65,11 +65,6 @@ if "-framework JavaVM" in JVM_LIBPATH:
  
  GCC_LIST = ['jvm_plugin']
@@ -12,8 +14,10 @@
  def post_build(config):
  if os.system("javac %s/plugins/jvm/uwsgi.java" % os.getcwd()) != 0:
  os._exit(1)
 a/plugins/php/uwsgiplugin.py   2015-12-30 10:08:49.0 +0100
-+++ b/plugins/php/uwsgiplugin.py   2016-01-07 14:36:47.403974902 +0100
+Index: uwsgi-2.0.13/plugins/php/uwsgiplugin.py
+===
+--- uwsgi-2.0.13.orig/plugins/php/uwsgiplugin.py
 uwsgi-2.0.13/plugins/php/uwsgiplugin.py
 @@ -19,7 +19,6 @@ LDFLAGS = os.popen(PHPPATH + ' --ldflags
  
  if ld_run_path:
@@ -22,19 +26,23 @@
  
  LIBS = [os.popen(PHPPATH + ' --libs').read().rstrip(), '-lphp' + php_version]
  
 a/plugins/python/uwsgiplugin.py2015-12-30 10:08:49.0 +0100
-+++ b/plugins/python/uwsgiplugin.py2016-01-07 14:39:06.071398672 +0100
+Index: uwsgi-2.0.13/plugins/python/uwsgiplugin.py
+===
+--- uwsgi-2.0.13.orig/plugins/python/uwsgiplugin.py
 uwsgi-2.0.13/plugins/python/uwsgiplugin.py
 @@ -58,8 +58,6 @@ if not 'UWSGI_PYTHON_NOLIB' in os.enviro
  LDFLAGS.append("-L%s" % 

commit php5-APCu for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package php5-APCu for openSUSE:Factory 
checked in at 2016-05-23 16:38:59

Comparing /work/SRC/openSUSE:Factory/php5-APCu (Old)
 and  /work/SRC/openSUSE:Factory/.php5-APCu.new (New)


Package is "php5-APCu"

Changes:

--- /work/SRC/openSUSE:Factory/php5-APCu/php5-APCu.changes  2016-02-01 
19:56:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-APCu.new/php5-APCu.changes 2016-05-23 
16:39:01.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 13:03:51 UTC 2016 - pgaj...@suse.com
+
+- updated to 4.0.11
+  * fix #176 segfault when apc.preload_path contains bad data
+
+---

Old:

  apcu-4.0.10.tgz

New:

  apcu-4.0.11.tgz



Other differences:
--
++ php5-APCu.spec ++
--- /var/tmp/diff_new_pack.mcktVH/_old  2016-05-23 16:39:02.0 +0200
+++ /var/tmp/diff_new_pack.mcktVH/_new  2016-05-23 16:39:02.0 +0200
@@ -18,7 +18,7 @@
 
 %define pkg_name apcu
 Name:   php5-APCu
-Version:4.0.10
+Version:4.0.11
 Release:0
 Summary:APCu - APC User Cache
 License:PHP-3.01

++ apcu-4.0.10.tgz -> apcu-4.0.11.tgz ++
 57801 lines of diff (skipped)




commit trinity for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2016-05-23 16:39:32

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


Package is "trinity"

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2016-04-05 
10:44:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2016-05-23 
16:39:34.0 +0200
@@ -1,0 +2,101 @@
+Sat May 21 13:11:31 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160520:
+  * split num_fd_providers_enabled into two vars.
+  * make setup_fd_providers silent, so it doesn't spew during -h
+  * add flags from 4.7 for preadv2/pwritev2
+  * if random_ipv4_address picked localhost last time, let it happen again.
+  * Convert fd provider initialization to use constructors
+  * include file cleanup
+  * document how register_fd_provider gets run
+  * merge enable_fds_param/disable_fds_param into toggle_fds_param
+  * shut up clang
+  * fix up more clang detritus
+  * change set_dontkillme to take a child struct instead of a pid
+  * bump the child progress indicator in set_dontkillme
+
+---
+Sun May 15 11:54:21 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160513:
+  * don't call fcntl on -1 fd's
+  * only do the 'stuck syscall' info on children running random syscalls
+  * print the error if the initial mmaps fail
+  * fix offset for 1GB pages.
+  * when disabling 1GB pages, just do nothing
+
+---
+Wed Apr 27 09:55:14 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160426:
+  * fix the 'pick new childop' code.
+  * remove the shm_rw debug code.
+  * store the type of childop we're doing in the child struct
+  * remove the 10MB initial mapping.
+  * be careful not to read past the end of the ip_ssoptrs array
+  * define maximum size of ip_ssoptrs array
+  * push the dropprivs code down into the child processes.
+  * bump the 'pick new op' counter even higher.
+  * add a 'read /proc//status' childop
+  * fix leaks in thrash-pid-files
+  * reformat childop structs
+  * convert uid.c to use output() instead of outputerr()
+  * set a flag in the child struct when we've dropped privs
+  * factor out the 'set new op' code to a separate function
+  * rewrite set_new_op to take ptrs to alternative childops.
+  * Introduce 'root child ops'.
+
+---
+Fri Apr 22 19:37:34 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160422:
+  * update the prototypes for the read-all-files childop
+  * children/ -> childops/
+  * move op_nr from syscall record to childdata
+  * fix open() return code check
+  * open/stat instead of stat/open
+  * use fstat instead of lstat
+  * reset the op ptr when we reach the loop counter.
+  * reset the child timestamp when we clean it out
+  * Add new CLONE_NEWCGROUP flag
+  * change stats to count operations, not just syscalls
+
+---
+Wed Apr 20 15:40:30 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160420:
+  * reset the op ptr when we reach the loop counter.
+  * reset the child timestamp when we clean it out
+  * Add new CLONE_NEWCGROUP flag
+
+---
+Sat Apr 16 21:45:45 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160416:
+  * move the "child progressing" timestamp from the syscall rec to the child.
+  * change reap_child to take child struct
+  * pass the child ptr down to the child op.
+  * fix badly named child_random_syscalls()
+  * repeat the previous childop 1000 times
+  * update the prototypes for the read-all-files childop
+  * children/ -> childops/
+  * move op_nr from syscall record to childdata
+  * fix open() return code check
+  * open/stat instead of stat/open
+
+---
+Tue Apr 12 11:49:51 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.6+git.20160408:
+  * add a ->send method to struct netproto
+  * add pwritev2/preadv2
+  * add SO_CNX_ADVICE setsockopt
+  * add MSG_BATCH flag
+  * if a proto's ->send is missing, fallback to random
+  * decode netlink protocols
+  * add missing NETLINK_ROUTE decoding
+  * when per proto ->socket succeeds, indicate success so we don't fall back
+  * Only pick a single netlink group
+  * rename ->send to ->gen_packet, and redefine args.
+
+---

Old:

  trinity-1.6~git.20160331.tar.xz

New:

  trinity-1.6+git.20160520.tar.xz


commit python3-mpmath for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python3-mpmath for openSUSE:Factory 
checked in at 2016-05-23 16:39:20

Comparing /work/SRC/openSUSE:Factory/python3-mpmath (Old)
 and  /work/SRC/openSUSE:Factory/.python3-mpmath.new (New)


Package is "python3-mpmath"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-mpmath.new/python3-mpmath-doc.changes   
2016-05-23 16:39:23.0 +0200
@@ -0,0 +1,99 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+---
+Fri Aug 14 02:02:32 UTC 2015 - badshah...@gmail.com
+
+- Update project and source URL's.
+- Cleanup unnecessary shebangs for non-exec files.
+
+---
+Thu Sep 18 16:19:33 UTC 2014 - toddrme2...@gmail.com
+
+- Initial python 3 version.
+
+---
+Thu Sep 18 15:30:54 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 0.19
+* Moved issue tracking to github and the main website to mpmath.org.
+  Several URLs and issue numbers were updated in the documentation
+  (Sergey B Kirpichev)
+* Enabled automatic testing with Travis CI (Sergey B Kirpichev)
+* Fixed many doctest issues (Sergey B Kirpichev)
+* Converted line endings to LF (Ondrej Certik)
+* Made polyroots() more robust (Ondrej Certik)
+- Update to 0.18
+  * Linear algebra:
+* added qr() for matrix QR factorization (contributed by Ken Allen)
+* added functions eigsy(), eighe(), eig() to compute matrix
+  eigenvalues (contributed by Timo Hartmann)
+* added functions svd(), svd_r(), svd_c() for singular value
+  decomposition of matrices (contributed by Timo Hartmann)
+* added calculation of Gaussian quadrature rules for various weight
+  functions (contributed by Timo Hartmann)
+* improved precision selection in exp_pade() (contributed by
+  Mario Pernici)
+  * Special functions:
+* fixed ellippi() to return an inf instead of raising an exception
+* fixed a crash in zeta() with huge arguments
+* added functions for computing Stirling numbers
+  (stirling1(), stirling2())
+* improved the computation of zeros of zeta at high precision
+  (contributed by Juan Arias de Reyna)
+* fixed zeta(-x) raising an exception for tiny x
+* recognize when lerchphi() can call zeta() or polylog(),
+  handling those cases faster
+  * Compatibility:
+* fixed gmpy2 compatibility issues (contributed by Case Van Horsen)
+* better solutions for python 2/3 compatibility,
+  using Benjamin Peterson's six.py
+* fixes to allow mpmath to run in non-sage mode when sage is available
+* support abstract base classes (contributed by Stefan Krastanov)
+* use new-style classes to improve pypy performance
+  * Other:
+* added Levin, Sidi-S and Cohen/Villegas/Zagier series
+  transformations (contributed by Timo Hartmann)
+* added isfinite() utility function
+* fixed a problem with bisection root-finding
+* fixed several documentation errors
+* corrected number of coefficients returned by diffs() with
+  method='quad'
+* fixed repr(constant) being slow at high precision
+* made intervals hashable
+- Run unit tests
+
+---
+Tue Jan 31 10:50:54 UTC 2012 - sasc...@suse.de
+
+- Fix macro usage
+- Set license to SPDX style (BSD-3-Clause)
+- Package CHANGES, LICENSE and README
+- Added group to doc package (SLE_11 build)
+
+---
+Wed Jan  4 15:06:09 UTC 2012 - toddrme2...@gmail.com
+
+- version 0.17
+- Cleaned up spec file formatting with spec-cleaner
+- Changed source to point to upstream source URL
+- Switched to .changes file
+- Added documentation
+
+---
+Sun Dec 20 00:00:00 UTC 2009 - werner...@gmx.de
+
+- fixed site-packages location for openSUSE 11.2
+
+---
+Wed Jun 10 00:00:00 UTC 2009 - felix.richt...@uni-rostock.de
+
+- version 0.12
+
+---
+Tue Jan  6 00:00:00 UTC 2009 - felix.richt...@uni-rostock.de
+
+- version 0.10
+- directory fixes for opensuse 11.1
--- /work/SRC/openSUSE:Factory/python3-mpmath/python3-mpmath.changes
2016-03-26 15:22:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-mpmath.new/python3-mpmath.changes   
2016-05-23 16:39:23.0 +0200
@@ -1,0 +2,5 @@
+Thu May 19 

commit courier-imap for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package courier-imap for openSUSE:Factory 
checked in at 2016-05-23 16:39:27

Comparing /work/SRC/openSUSE:Factory/courier-imap (Old)
 and  /work/SRC/openSUSE:Factory/.courier-imap.new (New)


Package is "courier-imap"

Changes:

--- /work/SRC/openSUSE:Factory/courier-imap/courier-imap.changes
2016-05-17 17:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.courier-imap.new/courier-imap.changes   
2016-05-23 16:39:29.0 +0200
@@ -1,0 +2,10 @@
+Fri May 20 10:34:20 CEST 2016 - ku...@suse.de
+
+- Remove directories already part of filesystem rpm
+
+---
+Tue May 17 13:24:37 CEST 2016 - ku...@suse.de
+
+- Fix path of SuSEfirewall2.d directory
+
+---



Other differences:
--
++ courier-imap.spec ++
--- /var/tmp/diff_new_pack.dERLlN/_old  2016-05-23 16:39:31.0 +0200
+++ /var/tmp/diff_new_pack.dERLlN/_new  2016-05-23 16:39:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package courier-imap
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -187,8 +187,8 @@
 %{_sysconfdir}/courier/pop3d-ssl.dist
 EOF
 #firewall script
-%{__install} -D -m 644 %{S:4} 
%{buildroot}%{_sysconfdir}/SuSEfirewall2.d/services/%{name}
-%{__install} -D -m 644 %{S:5} 
%{buildroot}%{_sysconfdir}/SuSEfirewall2.d/services/%{name}-ssl
+%{__install} -D -m 644 %{S:4} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%{__install} -D -m 644 %{S:5} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
 
 %pre
 %if 0%{?has_systemd}
@@ -257,10 +257,8 @@
 %config %attr(600,root,root) %{_sysconfdir}/courier/imapd*
 %config %attr(600,root,root) %{_sysconfdir}/courier/pop3*
 %config %{_sysconfdir}/courier/quotawarnmsg.example
-%dir %{_sysconfdir}/SuSEfirewall2.d
-%dir %{_sysconfdir}/SuSEfirewall2.d/services
-%config %{_sysconfdir}/SuSEfirewall2.d/services/%{name}
-%config %{_sysconfdir}/SuSEfirewall2.d/services/%{name}-ssl
+%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
 %dir %{_prefix}/lib/%{name}
 %{_prefix}/lib/%{name}/makedatprog
 %{_prefix}/lib/%{name}/couriertcpd





commit libvirt for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-05-23 16:38:53

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-05-14 
12:23:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-05-23 
16:38:54.0 +0200
@@ -1,0 +2,26 @@
+Wed May 18 04:55:22 UTC 2016 - jfeh...@suse.com
+
+- spec: Remove %defattr usage
+  Inspired by upstream commit 90f9193c
+
+---
+Fri May 13 18:12:40 UTC 2016 - jfeh...@suse.com
+
+- libxl: support Xen migration stream V2
+  fccf2725-libxl-API-4.4.patch,
+  5325123d-libxl-migv2-save-restore.patch,
+  f9edcfa4-libxl-migv2-migration.patch
+  bsc#978361
+
+---
+Fri May 13 17:23:24 UTC 2016 - jfeh...@suse.com
+
+- Fix default video RAM setting
+  e4d131b8-mv-virDomainDefPostParseInternal.patch,
+  3e428670-post-parse-implicit-video.patch,
+  538012c8-default-vram.patch, 96b21fb0-vram-tests.patch,
+  400e716d-libxl-noprope-emulator.patch,
+  b90c4b5f-tests-use-qemu-xen.patch
+  bsc#979397
+
+---

New:

  3e428670-post-parse-implicit-video.patch
  400e716d-libxl-noprope-emulator.patch
  5325123d-libxl-migv2-save-restore.patch
  538012c8-default-vram.patch
  96b21fb0-vram-tests.patch
  b90c4b5f-tests-use-qemu-xen.patch
  e4d131b8-mv-virDomainDefPostParseInternal.patch
  f9edcfa4-libxl-migv2-migration.patch
  fccf2725-libxl-API-4.4.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.8tjuew/_old  2016-05-23 16:38:56.0 +0200
+++ /var/tmp/diff_new_pack.8tjuew/_new  2016-05-23 16:38:56.0 +0200
@@ -458,6 +458,15 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
+Patch0: e4d131b8-mv-virDomainDefPostParseInternal.patch
+Patch1: 3e428670-post-parse-implicit-video.patch
+Patch2: 538012c8-default-vram.patch
+Patch3: 96b21fb0-vram-tests.patch
+Patch4: 400e716d-libxl-noprope-emulator.patch
+Patch5: b90c4b5f-tests-use-qemu-xen.patch
+Patch6: fccf2725-libxl-API-4.4.patch
+Patch7: 5325123d-libxl-migv2-save-restore.patch
+Patch8: f9edcfa4-libxl-migv2-migration.patch
 # Patches pending upstream review
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
@@ -981,6 +990,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -1536,13 +1554,11 @@
 %endif
 
 %files
-%defattr(-, root, root)
 %doc %{_docdir}/%{name}/libvirt.README
 
 %if %{with_libvirtd}
 
 %files daemon
-%defattr(-, root, root)
 %{_sbindir}/libvirtd
 %{_sbindir}/virtlogd
 %{_sbindir}/virtlockd
@@ -1677,7 +1693,6 @@
 %if %{with_network}
 
 %files daemon-config-network
-%defattr(-, root, root)
 %dir %{_datadir}/libvirt/networks/
 %{_datadir}/libvirt/networks/default.xml
 %endif
@@ -1685,7 +1700,6 @@
 %if %{with_nwfilter}
 
 %files daemon-config-nwfilter
-%defattr(-, root, root)
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/nwfilter/
 %{_sysconfdir}/libvirt/nwfilter/*.xml
 %endif
@@ -1694,7 +1708,6 @@
 %if %{with_interface}
 
 %files daemon-driver-interface
-%defattr(-, root, root)
 %dir %{_libdir}/%{name}/connection-driver
 %{_libdir}/%{name}/connection-driver/libvirt_driver_interface.so
 %endif
@@ -1702,7 +1715,6 @@
 %if %{with_network}
 
 %files daemon-driver-network
-%defattr(-, root, root)
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/autostart
@@ -1716,7 +1728,6 @@
 %if %{with_nodedev}
 
 %files daemon-driver-nodedev
-%defattr(-, root, root)
 %dir %{_libdir}/%{name}/connection-driver
 %{_libdir}/%{name}/connection-driver/libvirt_driver_nodedev.so
 %endif
@@ -1724,21 +1735,18 @@
 %if %{with_nwfilter}
 
 %files daemon-driver-nwfilter
-%defattr(-, root, root)
 %dir %attr(0700, root, root) %{_sysconfdir}/libvirt/nwfilter/
 %dir %{_libdir}/%{name}/connection-driver
 %{_libdir}/%{name}/connection-driver/libvirt_driver_nwfilter.so
 %endif
 
 %files daemon-driver-secret
-%defattr(-, root, root)
 %dir %{_libdir}/%{name}/connection-driver
 %{_libdir}/%{name}/connection-driver/libvirt_driver_secret.so
 
 %if %{with_storage}
 
 %files 

commit libcpuset for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libcpuset for openSUSE:Factory 
checked in at 2016-05-23 16:39:14

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


Package is "libcpuset"

Changes:

--- /work/SRC/openSUSE:Factory/libcpuset/libcpuset.changes  2015-09-08 
17:48:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcpuset.new/libcpuset.changes 2016-05-23 
16:39:17.0 +0200
@@ -1,0 +2,21 @@
+Fri May 20 09:39:06 UTC 2016 - mgalbra...@suse.com
+
+- Fix cpuset_pin()/cpuset_size()/cpuset_where() error handling (SUSE 
bnc#978841)
+
+  In referenced bnc, the user had too many files open, which led to an
+  unhandled failure on the way to cpuset_equal_placement(), where it
+  happily segfaulted.  Handle errors instead of simply ignoring them.
+
+- Patches added by this commit:
+  libcpuset-robustify-cpuset_pin-cpuset_size-cpuset_where-error-handling.diff
+
+---
+Fri May 20 07:20:57 UTC 2016 - mgalbra...@suse.com
+
+- Fix cpuset_pin()/cpuset_size()/cpuset_where() error handling (SUSE 
bnc#978841)
+
+  In referenced bnc, the user had too many files open, which led to an
+  unhandled failure on the way to cpuset_equal_placement(), where it
+  happily segfaulted.  Handle errors instead of simply ignoring them.
+
+---

New:

  libcpuset-robustify-cpuset_pin-cpuset_size-cpuset_where-error-handling.diff



Other differences:
--
++ libcpuset.spec ++
--- /var/tmp/diff_new_pack.3XrhPK/_old  2016-05-23 16:39:18.0 +0200
+++ /var/tmp/diff_new_pack.3XrhPK/_new  2016-05-23 16:39:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcpuset
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 Patch2: bug-514127_libcpuset-cpuset_set_iopt-adds.patch
 Patch3: libcpuset-agnostic-mountpoint.diff
 Patch4: libcpuset-handle-cgroup-mount.diff
+Patch5: 
libcpuset-robustify-cpuset_pin-cpuset_size-cpuset_where-error-handling.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libbitmask-devel
@@ -71,6 +72,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 sed -i -e 's@-Werror@@g' configure.in

++ 
libcpuset-robustify-cpuset_pin-cpuset_size-cpuset_where-error-handling.diff 
++
Subject: Robustify cpuset_pin(), cpuset_size() and cpuset_where() error handling
From: Mike Galbraith 
Date: Fri May 20 08:54:25 CEST 2016
References: bnc#978841

In referenced bnc, the user had too many files open, which led to an
unhandled failure on the way to cpuset_equal_placement(), where it
segfaulted.  Handle errors instead of simply ignoring them:

Signed-off-by: Mike Galbraith 
---
 libcpuset.c |   30 ++
 1 file changed, 26 insertions(+), 4 deletions(-)

--- a/libcpuset.c
+++ b/libcpuset.c
@@ -3615,18 +3615,24 @@ int cpuset_pin(int relcpu)
return -1;
 
do {
+   r = -1;
cpuset_free_placement(plc1);
plc1 = cpuset_get_placement(0);
+   if (!plc1)
+   break;
 
-   r = 0;
if (cpuset_unpin() < 0)
-   r = -1;
+   break;
+
cpu = cpuset_p_rel_to_sys_cpu(0, relcpu);
-   if (cpuset_cpubind(cpu) < 0)
-   r = -1;
+   if (cpu < 0 || cpuset_cpubind(cpu) < 0)
+   break;
 
cpuset_free_placement(plc2);
plc2 = cpuset_get_placement(0);
+   if (!plc2)
+   break;
+   r = 0;
} while (!cpuset_equal_placement(plc1, plc2));
 
cpuset_free_placement(plc1);
@@ -3644,13 +3650,20 @@ int cpuset_size()
return -1;
 
do {
+   r = -1;
cpuset_free_placement(plc1);
plc1 = cpuset_get_placement(0);
+   if (!plc1)
+   break;
 
r = cpuset_cpus_weight(0);
 
cpuset_free_placement(plc2);
plc2 = cpuset_get_placement(0);
+   if (!plc2) {
+   r = -1;
+   break;
+   }
} while (!cpuset_equal_placement(plc1, plc2));
 
cpuset_free_placement(plc1);
@@ -3668,13 +3681,22 @@ int 

commit mgp for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package mgp for openSUSE:Factory checked in 
at 2016-05-23 16:39:04

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


Package is "mgp"

Changes:

--- /work/SRC/openSUSE:Factory/mgp/mgp.changes  2012-11-14 09:14:39.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mgp.new/mgp.changes 2016-05-23 
16:39:06.0 +0200
@@ -1,0 +2,9 @@
+Thu May 19 19:45:51 CEST 2016 - ti...@suse.de
+
+- Implement the alpha channel support for fix the rendering bug
+  of images with transparent color (boo#980768):
+   mgp-alpha-channel.diff
+  Refresh mgp-bilinear-zoom.diff for a workaround of transparent
+  bug, too
+
+---

New:

  mgp-alpha-channel.diff



Other differences:
--
++ mgp.spec ++
--- /var/tmp/diff_new_pack.98Dzc8/_old  2016-05-23 16:39:07.0 +0200
+++ /var/tmp/diff_new_pack.98Dzc8/_new  2016-05-23 16:39:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mgp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,6 +56,7 @@
 Patch13:magicpoint-%{version}-warnings.patch
 Patch14:mgp-bilinear-zoom.diff
 Patch15:mgp-imlib2-segfault-fix.diff
+Patch16:mgp-alpha-channel.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -83,6 +84,7 @@
 %patch13
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 cp %{SOURCE1} .
 rm -rf sample/CVS
 

++ mgp-alpha-channel.diff ++
---
 draw.c|   41 --
 image/image.h |1 
 image/new.c   |4 ++
 image/zoom.c  |   78 --
 4 files changed, 113 insertions(+), 11 deletions(-)

--- a/draw.c
+++ b/draw.c
@@ -1980,6 +1980,7 @@ obj_image_trans(image, x, y)
int trans;
u_int bw, bh, bx, by;
int inithist;
+   byte *alpha = NULL;
 
if (!COMPLEX_BGIMAGE) {
if (back_color[caching] != xcol.pixel) {
@@ -1995,10 +1996,25 @@ obj_image_trans(image, x, y)
image->rgb.blue[image->trans] = xcol.blue;
break;
case ITRUE:
-   d = image->trans;
-   n = RGB_TO_TRUE(xcol.red, xcol.green, xcol.blue);
pl = image->pixlen;
p = image->data;
+   if (image->alpha) {
+   alpha = image->alpha;
+   for (j = 0; j < image->height; j++) {
+   for (i = 0; i < image->width; i++, p += 
pl) {
+   byte a = *alpha++ - 255;
+   if (!a)
+   continue;
+   n = RGB_TO_TRUE(xcol.red * a / 
255,
+   xcol.green * a 
/ 255,
+   xcol.blue * a / 
255);
+   valToMem(n, p, pl);
+   }
+   }
+   break;
+   }
+   d = image->trans;
+   n = RGB_TO_TRUE(xcol.red, xcol.green, xcol.blue);
for (j = 0; j < image->height; j++) {
for (i = 0; i < image->width; i++, p += pl) {
if (memToVal(p, pl) == d)
@@ -2024,6 +2040,8 @@ obj_image_trans(image, x, y)
}
pl = image->pixlen;
p = image->data + image->width * j * pl;
+   if (image->type == ITRUE && image->alpha)
+   alpha = image->alpha + image->width * j;
bpl = bgpixmap[bgindex].image->pixlen;
pd = -1;
n = 0;  /* for lint */
@@ -2040,6 +2058,23 @@ obj_image_trans(image, x, y)
b = bgpixmap[bgindex].image->data + 
bgpixmap[bgindex].image->width * by * 
bpl;
}
+   if (alpha) {
+   byte a = *alpha++;
+   int n, v;
+   if (a == 255)
+   continue;
+   n = memToVal(p, pl);
+   

commit postgrey for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package postgrey for openSUSE:Factory 
checked in at 2016-05-23 16:39:06

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


Package is "postgrey"

Changes:

--- /work/SRC/openSUSE:Factory/postgrey/postgrey.changes2016-05-17 
17:16:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgrey.new/postgrey.changes   2016-05-23 
16:39:07.0 +0200
@@ -1,0 +2,7 @@
+Fri May 20 00:58:55 UTC 2016 - ch...@computersalat.de
+
+- revert process name changes from 1.35, startproc will return 7
+  * add postgrey_process_name.patch
+  * enable for openSUSE < 1210 (SLE_11)
+
+---

New:

  postgrey_process_name.patch



Other differences:
--
++ postgrey.spec ++
--- /var/tmp/diff_new_pack.qHbSED/_old  2016-05-23 16:39:08.0 +0200
+++ /var/tmp/diff_new_pack.qHbSED/_new  2016-05-23 16:39:08.0 +0200
@@ -39,6 +39,11 @@
 Patch1: %{name}-groupid.patch
 # PATCH-FIX-OPENSUSE -- patch SOURCE5 to run under openSUSE
 Patch2: postgrey_clients_dump.patch
+%if 0%{?suse_version} < 1210
+# PATCH-FIX-OPENSUSE -- revert process name changes from 1.35
+# startproc will return 7 without
+Patch3: postgrey_process_name.patch
+%endif
 BuildRequires:  postfix
 Requires:   perl >= 5.6.0
 Requires:   perl-BerkeleyDB
@@ -54,8 +59,8 @@
 BuildRequires:  systemd
 %systemd_requires
 %endif
-%endif
 Requires(post): %fillup_prereq
+%endif
 
 %description
 Postgrey is a Postfix policy server implementing greylisting. When a
@@ -78,6 +83,9 @@
 %patch0
 %patch1
 %patch2
+%if 0%{?suse_version} < 1210
+%patch3
+%endif
 cp %{SOURCE3} README.SUSE
 
 %build

++ postgrey_process_name.patch ++
Index: postgrey
===
--- postgrey.orig
+++ postgrey
@@ -613,7 +613,7 @@ sub main()
 # create Net::Server object and run it
 my $server = bless {
 server => {
-commandline  => [ 'postgrey', @ARGV_saved ],
+commandline  => [ $0, @ARGV_saved ],
 port => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" 
],
 proto=> $opt{inet} ? 'tcp' : 'unix',
 socketmode   => $opt{socketmode} || '0666',



commit spec-cleaner for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2016-05-23 16:39:00

Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and  /work/SRC/openSUSE:Factory/.spec-cleaner.new (New)


Package is "spec-cleaner"

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2016-05-13 09:24:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2016-05-23 16:39:03.0 +0200
@@ -1,0 +2,8 @@
+Thu May 19 13:37:07 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.8.8:
+  * Various install fixes for pypi
+  * Few small fixes for copyiright parsing
+  * Add ghc_ macros to known exclude for bracketing
+
+---

Old:

  spec-cleaner-0.8.5.tar.gz

New:

  spec-cleaner-0.8.8.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.ApxjYn/_old  2016-05-23 16:39:03.0 +0200
+++ /var/tmp/diff_new_pack.ApxjYn/_new  2016-05-23 16:39:03.0 +0200
@@ -20,7 +20,7 @@
 # This is used for Fedora, we need to sync this
 %{!?py3_ver: %define py3_ver %{python3_version}}
 Name:   spec-cleaner
-Version:0.8.5
+Version:0.8.8
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause


++ spec-cleaner-0.8.5.tar.gz -> spec-cleaner-0.8.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.8.5/data/excludes-bracketing.txt 
new/spec-cleaner-spec-cleaner-0.8.8/data/excludes-bracketing.txt
--- old/spec-cleaner-spec-cleaner-0.8.5/data/excludes-bracketing.txt
2016-05-11 21:49:37.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.8/data/excludes-bracketing.txt
2016-05-17 10:19:38.0 +0200
@@ -4,6 +4,7 @@
 attr(\s*\([^)]*\))?
 bcond_with[^\s]*
 build
+cabal_test
 changelog
 check
 cmake
@@ -31,7 +32,13 @@
 find_lang
 gem_install
 gem_packages
+ghc_bin_build
+ghc_bin_install
+ghc_check_bootstrap
 ghc_fix_dynamic_rpath
+ghc_lib_build
+ghc_lib_install
+ghc_pkg_recache
 ghost
 glib2_gsettings_schema_[^\s]*
 global
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec-cleaner-spec-cleaner-0.8.5/setup.py 
new/spec-cleaner-spec-cleaner-0.8.8/setup.py
--- old/spec-cleaner-spec-cleaner-0.8.5/setup.py2016-05-11 
21:49:37.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.8/setup.py2016-05-17 
10:19:38.0 +0200
@@ -32,8 +32,9 @@
 
 packages=['spec_cleaner'],
 
-data_files=[('/usr/lib/obs/service/', glob.glob('obs/*')),
-('/usr/share/spec-cleaner/', glob.glob('data/*')),
+data_files=[
+('lib/obs/service/', glob.glob('obs/*')),
+('share/spec-cleaner', glob.glob('data/*')),
 ],
 
 entry_points={
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.8.5/spec_cleaner/__init__.py 
new/spec-cleaner-spec-cleaner-0.8.8/spec_cleaner/__init__.py
--- old/spec-cleaner-spec-cleaner-0.8.5/spec_cleaner/__init__.py
2016-05-11 21:49:37.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.8/spec_cleaner/__init__.py
2016-05-17 10:19:38.0 +0200
@@ -12,7 +12,7 @@
 from .rpmcleaner import RpmSpecCleaner
 
 
-__version__ = '0.8.5'
+__version__ = '0.8.8'
 
 
 def process_args(argv):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.8.5/spec_cleaner/fileutils.py 
new/spec-cleaner-spec-cleaner-0.8.8/spec_cleaner/fileutils.py
--- old/spec-cleaner-spec-cleaner-0.8.5/spec_cleaner/fileutils.py   
2016-05-11 21:49:37.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.8.8/spec_cleaner/fileutils.py   
2016-05-17 10:19:38.0 +0200
@@ -1,6 +1,7 @@
 # vim: set ts=4 sw=4 et: coding=UTF-8
 
 import os
+import sysconfig
 
 from .rpmexception import RpmException
 
@@ -22,13 +23,16 @@
 """
 
 try:
+# the .. is appended as we are in spec_cleaner sub_folder
 _file = 
open('{0}/../data/{1}'.format(os.path.dirname(os.path.realpath(__file__)), 
name), 'r')
 except IOError:
-# the .. is appended as we are in spec_cleaner sub_folder
+# try system dir
 try:
-_file = open('/usr/share/spec-cleaner/{0}'.format(name), 'r')
+# usually /usr
+path = sysconfig.get_path('data')
+_file = open('{0}/share/spec-cleaner/{1}'.format(path, name), 
'r')
 except IOError as error:
-raise RpmException(error.strerror)

commit fwts for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2016-05-23 16:39:02

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


Package is "fwts"

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2016-03-26 
15:23:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2016-05-23 
16:39:04.0 +0200
@@ -1,0 +2,32 @@
+Thu May 18 16:15:42 UTC 2016 - mplus...@suse.com
+
+- Update to version 16.05.01:
+  * ACPICA: Update to version 20160108 (LP: #1532268)
+  * acpi: method: add _PTC test
+  * sync with uefi 2.5 global variables
++ uefidump: add dumping global variabl AuditMode
++ uefidump: add dumping global variabl DeployedMode
++ uefidump: add dumping global variable OsRecoveryOrder
++ uefidump: add dumping global variable PlatformRecovery
++ uefidump: add dumping global variable SysPrepOrder
++ uefidump: add dumping global variable SysPrep
+  * ACPICA: Update to version 20151218 (LP: #1527733)
+  * esrtdump: add dumping for esrt table (LP: #1532103)
+  * Fix spelling mistakes of "ACPI"
+  * method: update method status
+  * utilities: kernelscan: fix memory leaks and a segfault
+  * acpi: cstates: fix clang build warning on zero CPUs.
+  * acpi: s3, s3power, s4: replace cleanup free with explicit frees
+  * data: klog.json: add in some more kernel error messages for 4.4 
+(LP: #1526746)
+  * acpi: hpet: fwts_mmap failure is FWTS_MAP_FAILED and not NULL
+  * acpi: pcc: fwts_mmap failure is FWTS_MAP_FAILED and not NULL
+  * bios: ebdadump: fwts_mmap failure is FWTS_MAP_FAILED and not 
+MAP_FAILED
+  * acpi: syntaxcheck: ASL_MSG_COMPILER_RESERVED failure should be 
+an info (LP: #1529717)
+  * Update copyright year to 2016
+  * dmi: dmicheck: fix reserved bits mask for Processor Information
+  * uefirtvariable: fix decalred VLA have zero size (LP: #1526815)
+
+---

Old:

  fwts-V16.03.00.tar.gz

New:

  fwts-V16.05.01.tar.gz



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.0olQtn/_old  2016-05-23 16:39:05.0 +0200
+++ /var/tmp/diff_new_pack.0olQtn/_new  2016-05-23 16:39:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fwts
-Version:16.03.00
+Version:16.05.01
 Release:0
 Summary:Firmware Test Suite
 License:GPL-2.0+
@@ -32,7 +32,7 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(json)
@@ -54,8 +54,8 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch0
+%patch1
 
 %build
 autoreconf -fiv
@@ -82,5 +82,6 @@
 %{_mandir}/man1/fwts.1%{ext_man}
 %{_datadir}/fwts/klog.json
 %{_datadir}/fwts/syntaxcheck.json
+%{_datadir}/fwts/olog.json
 
 %changelog

++ fwts-V16.03.00.tar.gz -> fwts-V16.05.01.tar.gz ++
 16051 lines of diff (skipped)

++ fwts-no-compiletime.patch ++
--- /var/tmp/diff_new_pack.0olQtn/_old  2016-05-23 16:39:06.0 +0200
+++ /var/tmp/diff_new_pack.0olQtn/_new  2016-05-23 16:39:06.0 +0200
@@ -1,7 +1,7 @@
-Index: fwts-16.03.00/src/acpica/source/compiler/aslutils.c
+Index: src/acpica/source/compiler/aslutils.c
 ===
 fwts-16.03.00.orig/src/acpica/source/compiler/aslutils.c
-+++ fwts-16.03.00/src/acpica/source/compiler/aslutils.c
+--- src/acpica/source/compiler/aslutils.c.orig
 src/acpica/source/compiler/aslutils.c
 @@ -453,8 +453,9 @@ UtDisplaySummary (
  {
  /* Compiler name and version number */

++ json-c-includes.patch ++
--- /var/tmp/diff_new_pack.0olQtn/_old  2016-05-23 16:39:06.0 +0200
+++ /var/tmp/diff_new_pack.0olQtn/_new  2016-05-23 16:39:06.0 +0200
@@ -1,7 +1,7 @@
-Index: fwts-15.12.00/src/lib/include/fwts_json.h
+Index: src/lib/include/fwts_json.h
 ===
 fwts-15.12.00.orig/src/lib/include/fwts_json.h
-+++ fwts-15.12.00/src/lib/include/fwts_json.h
+--- src/lib/include/fwts_json.h.orig
 src/lib/include/fwts_json.h
 @@ -20,7 +20,7 @@
  #ifndef __FWTS_JSON_H__
  #define __FWTS_JSON_H__
@@ -11,10 +11,10 @@
  
  #define __FWTS_JSON_ERR_PTR__ ((json_object*) -1)
  /*
-Index: fwts-15.12.00/src/utilities/kernelscan.c
+Index: src/utilities/kernelscan.c
 ===
 fwts-15.12.00.orig/src/utilities/kernelscan.c
-+++ fwts-15.12.00/src/utilities/kernelscan.c
+--- 

commit python-django_compressor for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-django_compressor for 
openSUSE:Factory checked in at 2016-05-23 16:39:13

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


Package is "python-django_compressor"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_compressor/python-django_compressor.changes
2015-08-05 06:50:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_compressor.new/python-django_compressor.changes
   2016-05-23 16:39:14.0 +0200
@@ -1,0 +2,14 @@
+Fri May 20 12:07:14 UTC 2016 - apla...@suse.com
+
+- update to 1.6
+  - Upgrade rcssmin and rjsmin
+  - Apply CssAbsoluteFilter to precompiled css even when compression is 
disabled
+  - Add optional caching to CompilerFilter to avoid re-compiling unchanged 
files
+  - Fix various deprecation warnings on Django 1.7 / 1.8
+  - Fix TemplateFilter
+  - Fix double-rendering bug with sekizai extension
+  - Fix debug mode using destination directory instead of staticfiles finders 
first
+  - Removed some silent exception catching in compress command
+
+
+---

Old:

  django_compressor-1.5.tar.gz

New:

  django_compressor-1.6.tar.gz



Other differences:
--
++ python-django_compressor.spec ++
--- /var/tmp/diff_new_pack.xD3Kku/_old  2016-05-23 16:39:14.0 +0200
+++ /var/tmp/diff_new_pack.xD3Kku/_new  2016-05-23 16:39:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_compressor
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-django_compressor
-Version:1.5
+Version:1.6
 Release:0
 Summary:Compresses Linked and Inline JavaScript or CSS Into Single 
Cached Files
 License:MIT and BSD-3-Clause and Apache-2.0

++ django_compressor-1.5.tar.gz -> django_compressor-1.6.tar.gz ++
 4455 lines of diff (skipped)




commit cobbler for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory checked 
in at 2016-05-23 16:38:56

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


Package is "cobbler"

Changes:

--- /work/SRC/openSUSE:Factory/cobbler/cobbler.changes  2016-05-08 
10:46:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.cobbler.new/cobbler.changes 2016-05-23 
16:38:59.0 +0200
@@ -1,0 +2,7 @@
+Wed May 18 15:07:29 UTC 2016 - pablo.suarezhernan...@suse.com
+
+- Update cobbler loaders server hostname bsc#980577
+  Added:
+  * fix-cobbler-loaders-server-bsc980577.patch
+
+---

New:

  fix-cobbler-loaders-server-bsc980577.patch



Other differences:
--
++ cobbler.spec ++
--- /var/tmp/diff_new_pack.HH0Dux/_old  2016-05-23 16:39:00.0 +0200
+++ /var/tmp/diff_new_pack.HH0Dux/_new  2016-05-23 16:39:00.0 +0200
@@ -63,6 +63,9 @@
 Patch20:fix_test_create_systems.diff
 # PATCH-FIX-OPENSUSE update-outdated-apache-config-bsc956264.patch bsc#956264 
mdi...@suse.de
 Patch21:update-outdated-apache-config-bsc956264.patch
+# PATCH-FIX-OPENSUSE fix-cobbler-loaders-server-bsc980577.patch bsc#980577 
psuarezhernan...@suse.de
+Patch22:fix-cobbler-loaders-server-bsc980577.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Url:http://www.cobblerd.org/
@@ -171,6 +174,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p0
+%patch22 -p0
 
 mv vendor-files/cobbler.1.gz docs
 

++ fix-cobbler-loaders-server-bsc980577.patch ++
--- cobbler/action_dlcontent.py 2016-05-16 09:41:36.162472416 +0100
+++ cobbler/action_dlcontent.py 2016-05-16 09:45:20.979320038 +0100
@@ -46,7 +46,7 @@
 they can still source their cross-arch bootloader content manually.
 """
 
-content_server = "http://www.cobblerd.org/loaders;
+content_server = "http://cobbler.github.io/loaders;
 dest = "/var/lib/cobbler/loaders"
 
 files = (



commit python-rtslib-fb for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-rtslib-fb for 
openSUSE:Factory checked in at 2016-05-23 16:38:50

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


Package is "python-rtslib-fb"

Changes:

--- /work/SRC/openSUSE:Factory/python-rtslib-fb/python-rtslib-fb.changes
2016-05-13 09:24:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-rtslib-fb.new/python-rtslib-fb.changes   
2016-05-23 16:38:52.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 21:37:14 UTC 2016 - ldun...@suse.com
+
+- Fixing build issue: removed 'noarch' from main package
+
+---



Other differences:
--
++ python-rtslib-fb.spec ++
--- /var/tmp/diff_new_pack.fIRQcL/_old  2016-05-23 16:38:52.0 +0200
+++ /var/tmp/diff_new_pack.fIRQcL/_new  2016-05-23 16:38:52.0 +0200
@@ -33,7 +33,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 Requires:   pyudev
 
 %description




commit liblastfm-qt5 for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package liblastfm-qt5 for openSUSE:Factory 
checked in at 2016-05-23 16:38:44

Comparing /work/SRC/openSUSE:Factory/liblastfm-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.liblastfm-qt5.new (New)


Package is "liblastfm-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/liblastfm-qt5/liblastfm-qt5.changes  
2015-02-08 11:42:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblastfm-qt5.new/liblastfm-qt5.changes 
2016-05-23 16:38:46.0 +0200
@@ -1,0 +2,6 @@
+Sun May  8 08:38:19 UTC 2016 - mplus...@suse.com
+
+- Use cmake macro
+- Small spec file cleanup with spec-cleaner
+
+---



Other differences:
--
++ liblastfm-qt5.spec ++
--- /var/tmp/diff_new_pack.Zg7Wwy/_old  2016-05-23 16:38:47.0 +0200
+++ /var/tmp/diff_new_pack.Zg7Wwy/_new  2016-05-23 16:38:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liblastfm-qt5
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,14 +25,15 @@
 Url:https://github.com/lastfm/liblastfm/
 Source: liblastfm-%{version}.tar.gz
 Source1:baselibs.conf
-
 BuildRequires:  cmake
 BuildRequires:  fftw3-devel
 BuildRequires:  libsamplerate-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -64,6 +65,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   liblastfm5-1 = %{version}
 Requires:   liblastfm_fingerprint5-1 = %{version}
+Requires:   pkgconfig
 Requires:   pkgconfig(Qt5Core)
 Requires:   pkgconfig(Qt5DBus)
 Requires:   pkgconfig(Qt5Network)
@@ -80,32 +82,17 @@
 %setup -q -n liblastfm-%{version}
 
 %build
-mkdir -p build
-pushd build
-cmake .. \
-  cmake -DCMAKE_BUILD_TYPE=None \\\
-  -DCMAKE_C_FLAGS="%{optflags} -DNDEBUG" \\\
-  -DCMAKE_CXX_FLAGS="%{optflags} -DNDEBUG" \\\
-  -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
-  -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
-  -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined 
-Wl,-Bsymbolic-functions" \\\
-  -DCMAKE_VERBOSE_MAKEFILE=ON \\\
-  -DCMAKE_INSTALL_PREFIX=%{_prefix} \\\
-  -DBUILD_TESTS=OFF \\\
-  -DBUILD_WITH_QT4=OFF ..
-
-  make %{?_smp_mflags} VERBOSE=1
-popd
+%cmake \
+  -DBUILD_WITH_QT4=OFF \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo
+make %{?_smp_mflags}
 
 %install
-%makeinstall -C build
+%cmake_install
 
 %post -n liblastfm5-1 -p /sbin/ldconfig
-
 %postun -n liblastfm5-1 -p /sbin/ldconfig
-
 %post -n liblastfm_fingerprint5-1 -p /sbin/ldconfig
-
 %postun -n liblastfm_fingerprint5-1 -p /sbin/ldconfig
 
 %files -n liblastfm5-1




commit python-veusz for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory 
checked in at 2016-05-23 16:38:52

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


Package is "python-veusz"

Changes:

--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes
2016-04-28 16:56:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes   
2016-05-23 16:38:53.0 +0200
@@ -1,0 +2,49 @@
+Sat May  7 19:31:32 UTC 2016 - badshah...@gmail.com
+
+- Update to version 1.24:
+  + Text labels can now include Python expressions inside %{{ }}%
+  + Added built-in functions DATE([fmt]), TIME([fmt]), FILENAME()
+and BASENAME() when evaluating expressions, which are useful
+when used in labels
+  + Added Python dictionary ENVIRON when evaluating expressions,
+to obtain values from environment variables
+  + Added DATA(name, [part]) function to expression environment
+for accessing values from datasets, useful for function
+evaluation or labels
+  + Added SETTING(path) function for expression evaluation to
+obtain values of settings
+  + Added ESCAPE(text) function to environment, which allows LaTeX
+special characters to be displayed in labels
+  + Add fractions and percentages units to polar plot
+  + Allow number of spokes to be varied in polar plot
+  + Widgets can be clicked holding down shift or ctrl, to add or
+toggle their selection
+  + Add K. Moreland's cool-warm colormap (thanks to S. Richardson)
+  + Added further green-map, blue-darkred, blue-darkorange,
+brown-blue and blue-orange colormaps from Oregon geography
+dept.
+  + Add logarithm and exponential dataset plugins
+  + Add Wipe() command to embedding interface to clear document
+  + Add File->Reload menu option to reload from saved document
+  + Add tooltip to items in FieldWidget showing widget path
+  + Bux fixes:
+- Fix transparency with bar plot
+- Use getcwdu() for python2 to avoid bugs combining paths
+- Handle inf/nan when converting to human readable form in plots
+- Fix CreateHistogram on command line without binparams
+  parameter
+- Handle empty 2D dataset import with grid at edge enabled
+- Do not allow error bars on imported CSV non-numeric data
+- Handle missing argument in \size
+- For data edit dialog, allow 1D dataset to replace 2D dataset
+- Crash if zoom to be height when height is zero
+- Fix problem with 2D import if error message is in unicode
+- With axis-function widget catch result if greater than 1
+  dimension
+- Fix cloning for datasets with / in name
+- Fix crash in embedding if plot window closed while rendering
+  in progress
++ Clean up mess (__pycache__ dirs containing python object files
+  without corresponding sources) after %clean.
+
+---

Old:

  veusz-1.23.1.tar.gz

New:

  veusz-1.24.tar.gz



Other differences:
--
++ python-veusz.spec ++
--- /var/tmp/diff_new_pack.Rliouu/_old  2016-05-23 16:38:53.0 +0200
+++ /var/tmp/diff_new_pack.Rliouu/_new  2016-05-23 16:38:53.0 +0200
@@ -20,7 +20,7 @@
 %define X_display ":98"
 %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 Name:   python-veusz
-Version:1.23.1
+Version:1.24
 Release:0
 Summary:Scientific plotting library for Python
 License:GPL-2.0+ and Python-2.0
@@ -142,6 +142,10 @@
 python tests/runselftest.py
 %endif
 
+# CLEAN-UP __pycache__ DIRS CONTAINING OBJECT FILES LEFT BY %%check WITHOUT 
THE CORRESPONDING SOURCES
+rm -fr %{buildroot}%{python3_sitearch}/veusz/*/__pycache__
+rm -fr %{buildroot}%{python3_sitearch}/veusz/__pycache__
+
 %post
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 %icon_theme_cache_post

++ veusz-1.23.1.tar.gz -> veusz-1.24.tar.gz ++
 4743 lines of diff (skipped)





commit libreoffice-voikko for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libreoffice-voikko for 
openSUSE:Factory checked in at 2016-05-23 16:38:46

Comparing /work/SRC/openSUSE:Factory/libreoffice-voikko (Old)
 and  /work/SRC/openSUSE:Factory/.libreoffice-voikko.new (New)


Package is "libreoffice-voikko"

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice-voikko/libreoffice-voikko.changes
2015-08-07 00:23:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-voikko.new/libreoffice-voikko.changes   
2016-05-23 16:38:47.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 13:42:49 UTC 2016 - sch...@suse.de
+
+- Enable on aarch64
+
+---



Other differences:
--
++ libreoffice-voikko.spec ++
--- /var/tmp/diff_new_pack.Dqpmu1/_old  2016-05-23 16:38:48.0 +0200
+++ /var/tmp/diff_new_pack.Dqpmu1/_new  2016-05-23 16:38:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libreoffice-voikko
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@
 Requires(postun): libreoffice >= 4.1
 Provides:   locale(libreoffice:fi)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  %ix86 x86_64 aarch64
 
 %description
 LibreOffice spellchecker/hyphenator for finnish language, which uses






commit raspberrypi-firmware for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package raspberrypi-firmware for 
openSUSE:Factory checked in at 2016-05-23 16:38:49

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


Package is "raspberrypi-firmware"

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware.changes
2016-05-17 17:14:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware.changes
   2016-05-23 16:38:50.0 +0200
@@ -1,0 +2,6 @@
+Tue May 10 17:58:12 UTC 2016 - dmuel...@suse.com
+
+- mark package as noarch (adds rpmlintrc)
+- split extra bootloaders into separate -extra subpackage
+
+---

New:

  raspberrypi-firmware-rpmlintrc



Other differences:
--
++ raspberrypi-firmware.spec ++
--- /var/tmp/diff_new_pack.mYZtV5/_old  2016-05-23 16:38:51.0 +0200
+++ /var/tmp/diff_new_pack.mYZtV5/_new  2016-05-23 16:38:51.0 +0200
@@ -23,15 +23,25 @@
 License:SUSE-Firmware
 Group:  System/Boot
 Url:https://github.com/raspberrypi/firmware/
-ExclusiveArch:  %arm aarch64
+BuildArch:  noarch
 Source0:raspberrypi-firmware-%{version}.tar.bz2
 Source1:get-from-git.sh
 Source2:Config.txt
+Source99:   %name-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Binary bootloader and firmware files for Raspberry Pi
 
+%package extra
+Summary:Extra bootloaders for Raspberry Pi
+Group:  System/Boot
+Requires:   raspberrypi-firmware = %{version}
+
+%description extra
+This package provides the console, experimental and debug
+firmware files for Raspberry Pi
+
 
 %package branding-openSUSE
 Summary:openSUSE Branding for Raspberry Pi
@@ -60,15 +70,19 @@
 %defattr(-,root,root)
 %dir /boot/vc
 /boot/vc/start.elf
+/boot/vc/fixup.dat
+/boot/vc/bootcode.bin
+%doc /boot/vc/LICENCE.broadcom
+
+%files extra
+%defattr(-,root,root)
+%dir /boot/vc
 /boot/vc/start_cd.elf
 /boot/vc/start_db.elf
 /boot/vc/start_x.elf
-/boot/vc/fixup.dat
 /boot/vc/fixup_cd.dat
 /boot/vc/fixup_db.dat
 /boot/vc/fixup_x.dat
-/boot/vc/bootcode.bin
-%doc /boot/vc/LICENCE.broadcom
 
 %files branding-openSUSE
 %defattr(-,root,root)

++ raspberrypi-firmware-rpmlintrc ++
# These are binaries not executed on the CPU but on the graphics card
addFilter('.*arch-independent-package-contains-binary-or-object.*/boot/vc/.*.elf')



commit R-base for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2016-05-23 16:38:47

Comparing /work/SRC/openSUSE:Factory/R-base (Old)
 and  /work/SRC/openSUSE:Factory/.R-base.new (New)


Package is "R-base"

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2016-04-15 
19:12:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.R-base.new/R-base.changes   2016-05-23 
16:38:49.0 +0200
@@ -1,0 +2,343 @@
+Wed May 18 07:58:59 UTC 2016 - detlef.ste...@gmx.de
+
+- further cleanup of spec file.
+  Removed unneeded explicit Requires for
+  libcairo2/libfreetype6/liblzma5/libreadline6
+  Removed removal of backup file that was meanwhile removed upstream.
+  
+---
+Wed May 11 14:36:53 UTC 2016 - detlef.ste...@gmx.de
+
+- clean up of spec file after comments from  Jan Engelhardt in 
+  https://build.opensuse.org/request/show/393426
+
+  Some unneeded explicit BuildRequires removed. 
+
+---
+Tue May  3 13:31:13 UTC 2016 - detlef.ste...@gmx.de
+
+- tre.patch was removed.  
+
+---
+Tue May  3 11:30:09 UTC 2016 - detlef.ste...@gmx.de
+
+- and libbz2-devel needed, too.
+  
+---
+Tue May  3 11:00:15 UTC 2016 - detlef.ste...@gmx.de
+
+- added BuildRequires: bzip2
+  for i586.
+
+---
+Tue May  3 10:24:09 UTC 2016 - detlef.ste...@gmx.de
+
+- upstream release 3.3.0
+
+  CHANGES IN R 3.3.0:
+
+  SIGNIFICANT USER-VISIBLE CHANGES:
+
+* nchar(x, *)'s argument keepNA governing how the result for NAs in
+  x is determined, gets a new default keepNA = NA which returns NA
+  where x is NA, except for type = "width" which still returns 2,
+  the formatting / printing width of NA.
+
+* All builds have support for https: URLs in the default methods
+  for download.file(), url() and code making use of them.
+
+  Unfortunately that cannot guarantee that any particular https:
+  URL can be accessed.  For example, server and client have to
+  successfully negotiate a cryptographic protocol (TLS/SSL, ...)
+  and the server's identity has to be verifiable _via_ the
+  available certificates.  Different access methods may allow
+  different protocols or use private certificate bundles: we
+  encountered a https: CRAN mirror which could be accessed by one
+  browser but not by another nor by download.file() on the same
+  Linux machine.
+
+  NEW FEATURES:
+
+* The print method for methods() gains a byclass argument.
+
+* New functions validEnc() and validUTF8() to give access to the
+  validity checks for inputs used by grep() and friends.
+
+* Experimental new functionality for S3 method checking, notably
+  isS3method().
+
+  Also, the names of the R 'language elements' are exported as
+  character vector tools::langElts.
+
+* str(x) now displays "Time-Series" also for matrix (multivariate)
+  time-series, i.e. when is.ts(x) is true.
+
+* (Windows only) The GUI menu item to install local packages now
+  accepts *.tar.gz files as well as *.zip files (but defaults to
+  the latter).
+
+* New programmeR's utility function chkDots().
+
+* D() now signals an error when given invalid input, rather than
+  silently returning NA.  (Request of John Nash.)
+
+* formula objects are slightly more "first class": e.g., formula()
+  or new("formula", y ~ x) are now valid.  Similarly, for "table",
+  "ordered" and "summary.table".  Packages defining S4 classes with
+  the above S3/S4 classes as slots should be reinstalled.
+
+* New function strrep() for repeating the elements of a character
+  vector.
+
+* rapply() preserves attributes on the list when how = "replace".
+
+* New S3 generic function sigma() with methods for extracting the
+  estimated standard deviation aka "residual standard deviation"
+  from a fitted model.
+
+* news() now displays R and package news files within the HTML help
+  system if it is available.  If no news file is found, a visible
+  NULL is returned to the console.
+
+* as.raster(x) now also accepts raw arrays x assuming values in
+  0:255.
+
+* Subscripting of matrix/array objects of type "expression" is now
+  supported.
+
+* type.convert("i") now returns a factor instead of a complex value
+  with zero real part and missing imaginary part.
+
+* Graphics devices cairo_pdf() and cairo_ps() now allow non-default
+  values of the cairographics 'fallback resolution' to be set.
+
+  This now 

commit python-pyOpenSSL for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2016-05-23 16:37:43

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


Package is "python-pyOpenSSL"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes
2015-07-20 15:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL.changes   
2016-05-23 16:37:44.0 +0200
@@ -1,0 +2,60 @@
+Mon May 16 15:29:16 UTC 2016 - jmate...@suse.com
+
+- added %check section with testsuite
+- skip-networked-test.patch - mark a test as networked so that we can
+  specify non-network test run
+- rsa128-i586.patch - sidestep a crasher bug on 32bit platforms
+  by generating reasonably-sized RSA keys instead of small 128bit ones
+
+---
+Mon May  9 09:54:12 UTC 2016 - h...@urpla.net
+
+- update to 16.0.0
+  Backward-incompatible changes:
+  * Python 3.2 support has been dropped. It never had significant real world
+usage and has been dropped by our main dependency cryptography. Affected
+users should upgrade to Python 3.3 or later.
+  Deprecations:
+  * The support for EGD has been removed. The only affected function
+OpenSSL.rand.egd() now uses os.urandom() to seed the internal PRNG instead.
+Please see pyca/cryptography#1636 for more background information on this
+decision. In accordance with our backward compatibility policy
+OpenSSL.rand.egd() will be removed no sooner than a year from the release 
of
+16.0.0.
+  * Please note that you should use urandom for all your secure random number
+needs.
+  * Python 2.6 support has been deprecated. Our main dependency cryptography
+deprecated 2.6 in version 0.9 (2015-05-14) with no time table for actually
+dropping it. pyOpenSSL will drop Python 2.6 support once cryptography does.
+  Changes:
+  * Fixed OpenSSL.SSL.Context.set_session_id, 
OpenSSL.SSL.Connection.renegotiate,
+OpenSSL.SSL.Connection.renegotiate_pending, and
+OpenSSL.SSL.Context.load_client_ca. They were lacking an implementation 
since
+0.14. #422
+  * Fixed segmentation fault when using keys larger than 4096-bit to sign data.
+#428
+  * Fixed AttributeError when OpenSSL.SSL.Connection.get_app_data() was called
+before setting any app data. #304
+  * Added OpenSSL.crypto.dump_publickey() to dump OpenSSL.crypto.PKey objects
+that represent public keys, and OpenSSL.crypto.load_publickey() to load 
such
+objects from serialized representations. #382
+  * Added OpenSSL.crypto.dump_crl() to dump a certificate revocation list out 
to
+a string buffer. #368
+  * Added OpenSSL.SSL.Connection.get_state_string() using the OpenSSL binding
+state_string_long. #358
+  * Added support for the socket.MSG_PEEK flag to OpenSSL.SSL.Connection.recv()
+and OpenSSL.SSL.Connection.recv_into(). #294
+  * Added OpenSSL.SSL.Connection.get_protocol_version() and
+OpenSSL.SSL.Connection.get_protocol_version_name(). #244
+  * Switched to utf8string mask by default. OpenSSL formerly defaulted to a
+T61String if there were UTF-8 characters present. This was changed to
+default to UTF8String in the config around 2005, but the actual code didn’t
+change it until late last year. This will default us to the setting that
+actually works. To revert this you can call
+OpenSSL.crypto._lib.ASN1_STRING_set_default_mask_asc(b"default"). #234
+
+- fixed paths in bug-lp-1265482.diff
+- fixed doc generation 
+- spec clean up
+
+---

Old:

  pyOpenSSL-0.15.1.tar.gz

New:

  pyOpenSSL-16.0.0.tar.gz
  rsa128-i586.patch
  skip-networked-test.patch



Other differences:
--
++ python-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.hiW5jw/_old  2016-05-23 16:37:45.0 +0200
+++ /var/tmp/diff_new_pack.hiW5jw/_new  2016-05-23 16:37:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyOpenSSL
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyOpenSSL
-Version:0.15.1
+Version:16.0.0
 Release:0
 Url:https://github.com/pyca/pyopenssl
 Summary:Python wrapper module around the OpenSSL library
@@ -25,12 +25,16 @@
 Group:  Development/Languages/Python
 Source: 

commit python-sip for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2016-05-23 16:37:58

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


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2015-11-02 
12:54:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2016-05-23 16:37:59.0 +0200
@@ -1,0 +2,18 @@
+Wed May 11 14:28:39 UTC 2016 - ter...@gmail.com
+
+- Update to 4.18 This implements the automatic generation of PEP 484 type
+  hint files. The sip extension module is available as a wheel from PyPi.
+
+  * Added the /TypeHint/ argument, class, mapped type, function, typedef
+and variable annotations. 
+  * Added the /TypeHintIn/ and /TypeHintOut/ argument, class, mapped type
+and typedef annotations.
+  * Added the /TypeHintValue/ argument, class and mapped type annotations.
+  * Added the /NoTypeHint/ class, enum, function and variable annotations.
+  * Added the %ExportedTypeHintCode and %TypeHintCode directives.
+  * Added the -f command line option to treat warnings as errors.
+  * Added the -y command line option to generated PEP 484 compatible type
+hint stub files.
+  * Deprecated the /DocType/ and /DocValue/ annotations.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2015-11-02 
12:54:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2016-05-23 16:37:59.0 +0200
@@ -1,0 +2,18 @@
+Wed May 11 14:30:46 UTC 2016 - ter...@gmail.com
+
+- Update to 4.18 This implements the automatic generation of PEP 484 type
+  hint files. The sip extension module is available as a wheel from PyPi.
+
+  * Added the /TypeHint/ argument, class, mapped type, function, typedef
+and variable annotations. 
+  * Added the /TypeHintIn/ and /TypeHintOut/ argument, class, mapped type
+and typedef annotations.
+  * Added the /TypeHintValue/ argument, class and mapped type annotations.
+  * Added the /NoTypeHint/ class, enum, function and variable annotations.
+  * Added the %ExportedTypeHintCode and %TypeHintCode directives.
+  * Added the -f command line option to treat warnings as errors.
+  * Added the -y command line option to generated PEP 484 compatible type
+hint stub files.
+  * Deprecated the /DocType/ and /DocValue/ annotations.
+
+---

Old:

  sip-4.17.tar.gz

New:

  sip-4.18.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.DYoLig/_old  2016-05-23 16:38:00.0 +0200
+++ /var/tmp/diff_new_pack.DYoLig/_new  2016-05-23 16:38:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define python_sip_api 11.2
+%define python_sip_api 11.3
 Name:   python-sip
-Version:4.17
+Version:4.18
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -122,6 +122,7 @@
 %{py_incdir}/sip.h
 %{py_sitedir}/sipconfig.py
 %{py_sitedir}/sipdistutils.py
+%{py_sitedir}/sip.pyi
 %{_datadir}/sip/
 
 %changelog

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.DYoLig/_old  2016-05-23 16:38:00.0 +0200
+++ /var/tmp/diff_new_pack.DYoLig/_new  2016-05-23 16:38:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-sip
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,12 @@
 #
 
 
-%define python_sip_api 11.2
+%define python_sip_api 11.3
 %if 0%{?suse_version} == 1220
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.17
+Version:4.18
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
@@ -126,6 +126,7 @@
 %{py3_incdir}/sip.h
 %{python3_sitearch}/sipconfig.py
 %{python3_sitearch}/sipdistutils.py
+%{python3_sitearch}/sip.pyi
 %{_datadir}/sip/
 
 %changelog

++ sip-4.17.tar.gz -> sip-4.18.tar.gz ++
 25267 lines of diff (skipped)




commit python3-pyserial for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python3-pyserial for 
openSUSE:Factory checked in at 2016-05-23 16:38:29

Comparing /work/SRC/openSUSE:Factory/python3-pyserial (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pyserial.new (New)


Package is "python3-pyserial"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyserial.new/python3-pyserial-doc.changes   
2016-05-23 16:38:31.0 +0200
@@ -0,0 +1,183 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+- Implement update-alternatives
+
+---
+Sun May  8 07:05:15 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---
+Tue Jan 12 22:23:52 UTC 2016 - a...@gmx.de
+
+- update to version 3.0.1:
+  * special case for FDTIBUS in list_ports on win32
+  * "Serial" keyword arguments, more on backward compatibility, fix
+#55
+  * list_ports: return name if product is None, fix for #54
+  * port_publisher: restore some sorting of ports
+
+---
+Wed Dec 30 18:48:07 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * updated url (moved to github)
+  * use setuptools
+  * CHANGES.txt -> CHANGES.rst
+  * README.txt -> README.rst
+
+- update to version 3.0:
+  * minor fixes to setup.py (file list), inter_byte_timeout (not
+stored when passed to __init__), rfc2217 (behavior of close when
+open failed), list_ports (__str__), loop://, renamed ReaderThread
+  * hwgrep:// added options to pick n'th port, skip busy ports
+  * miniterm: --ask option added
+  * Bugfixes (posix):
++ [#26/#30] always call tcsettattr on open
++ [#42] fix disregard read timeout if there is more data
++ [#45] check for write timeout, even if EAGAIN was rised
+  * Bugfixes (win32):
++ [#27] fix race condition in "read()", fix minimal timeout issue
++ race condition in nonblocking case
++ [#49] change exception type in case SetCommState fails
++ [#50] fixed issue with 0 timeout on windows 10
+
+- changes from version  3.0b1:
+  * list_ports: add "vid", "pid", "serial_number", "product",
+"manufacturer" and "location" attribute for USB devices.
+  * list_ports: update OSX implementation.
+  * list_ports: Raspberry Pi: internal port is found.
+  * serial_for_url: fix import (multiple packages in list)
+  * threaded: added new module implementing a reader thread
+  * tweak examples/wx*
+  * posix: add experimental implementation "VTIMESerial"
+  * new URL handler "alt://" to select alternative implementations
+
+- changes from version 3.0a0:
+  * Starting from this release, only Python 2.7 and 3.2 (or newer) are
+supported. The source code is compatible to the 2.x and 3.x series
+without any changes. The support for earlier Python versions than
+2.7 is removed, please refer to the pyserial-legacy (V2.x) series
+if older Python versions are a requirement).
+  * Development moved to github, update links in docs.
+  * API changes: properties for "rts", "dtr", "cts", "dsr", "cd",
+"ri", "in_waiting" (instead of get/set functions)
+  * remove file "FileLike" class, add "read_until" and "iread_until"
+to "SerialBase"
+  * RS485 support changed ("rts_toggle" removed, added "serial.rs485"
+module and "rs485_mode" property)
+  * "socket://" and "rfc2217://" handlers use the IPv6 compatible
+"socket.create_connection"
+  * New URL handler: "spy:://".
+  * URL handlers now require the proper format ("?" and "&") for
+arguments instead of "/"
+(e.g. "rfc2217://localhost:7000?ign_set_control=5.5")
+  * Remove obsolete examples.
+  * Finish update to BSD license.
+  * Use setuptools if available, fall back to distutils if
+unavailable.
+  * miniterm: changed command line options
+  * miniterm: support encodings on serial port
+  * miniterm: new transformations, by default escape/convert all
+control characters
+  * list_ports: improved, added USB location (Linux, Win32)
+  * refactored code
+  * [FTR pyserial:37] Support fileno() function in the socket protocol
+  * Posix: [Patch pyserial:31] Mark/space parity on Linux
+  * Linux: [Patch pyserial:32] Module list_ports for linux should
+include the product information as description.
+  * Java: fix 2 bugs (stop bits if/else and non-integer timeouts)
+(Torsten Roemer)
+  * Update wxSerialConfigDialog.py to use serial.tools.list_ports.
+  * [Patch pyserial:34] Improvements to port_publisher.py example

commit python-cffi for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-cffi for openSUSE:Factory 
checked in at 2016-05-23 16:38:03

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


Package is "python-cffi"

Changes:

--- /work/SRC/openSUSE:Factory/python-cffi/python-cffi.changes  2016-01-15 
10:39:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cffi.new/python-cffi.changes 
2016-05-23 16:38:04.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 11 14:45:11 UTC 2016 - jmate...@suse.com
+
+- update to 1.5.2
+  * support for cffi-based embedding
+  * more robustness for shutdown logic
+
+---

Old:

  cffi-1.4.2.tar.gz

New:

  cffi-1.5.2.tar.gz



Other differences:
--
++ python-cffi.spec ++
--- /var/tmp/diff_new_pack.g3vxJj/_old  2016-05-23 16:38:04.0 +0200
+++ /var/tmp/diff_new_pack.g3vxJj/_new  2016-05-23 16:38:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cffi
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-cffi
-Version:1.4.2
+Version:1.5.2
 Release:0
 Summary:Foreign Function Interface for Python calling C code
 License:MIT

++ cffi-1.4.2.tar.gz -> cffi-1.5.2.tar.gz ++
 4471 lines of diff (skipped)




commit python3-tox for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python3-tox for openSUSE:Factory 
checked in at 2016-05-23 16:38:37

Comparing /work/SRC/openSUSE:Factory/python3-tox (Old)
 and  /work/SRC/openSUSE:Factory/.python3-tox.new (New)


Package is "python3-tox"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-tox.new/python3-tox-doc.changes 
2016-05-23 16:38:39.0 +0200
@@ -0,0 +1,274 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+---
+Sun May  8 07:06:58 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---
+Mon Dec 21 19:22:22 UTC 2015 - a...@gmx.de
+
+- update to version 2.3.1:
+  * fix issue294: re-allow cross-section substitution for setenv.
+
+---
+Sun Dec 13 20:26:34 UTC 2015 - a...@gmx.de
+
+- update to version 2.3.0:
+  * DEPRECATE use of "indexservers" in tox.ini. It complicates the
+internal code and it is recommended to rather use the
+devpi system for managing indexes for pip.
+  * fix issue285: make setenv processing fully lazy to fix regressions
+of tox-2.2.X and so that we can now have testenv attributes like
+"basepython" depend on environment variables that are set in a
+setenv section. Thanks Nelfin for some tests and initial work on a
+PR.
+  * allow "#" in commands.  This is slightly incompatible with
+commands sections that used a comment after a "\" line
+continuation. Thanks David Stanek for the PR.
+  * fix issue289: fix build_sphinx target, thanks Barry Warsaw.
+  * fix issue252: allow environment names with special characters.
+Thanks Julien Castets for initial PR and patience.
+  * introduce experimental tox_testenv_create(venv, action) and
+tox_testenv_install_deps(venv, action) hooks to allow plugins to
+do additional work on creation or installing deps.  These hooks
+are experimental mainly because of the involved "venv" and session
+objects whose current public API is not fully guranteed.
+  * internal: push some optional object creation into tests because
+tox core doesn't need it.
+
+---
+Sat Nov 14 20:34:44 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.1:
+  * fix bug where {envdir} substitution could not be used in setenv if
+that env value is then used in {basepython}. Thanks Florian
+Bruhin.
+
+- changes from version 2.2.0:
+  * fix issue265 and add LD_LIBRARY_PATH to passenv on linux by
+default because otherwise the python interpreter might not start
+up in certain configurations (redhat software collections).
+Thanks David Riddle.
+  * fix issue246: fix regression in config parsing by reordering such
+that {envbindir} can be used again in tox.ini. Thanks Olli Walsh.
+  * fix issue99: the {env:...} substitution now properly uses
+environment settings from the "setenv" section. Thanks Itxaka
+Serrano.
+  * fix issue281: make --force-deps work when urls are present in
+dependency configs.  Thanks Glyph Lefkowitz for reporting.
+  * fix issue174: add new "ignore_outcome" testenv attribute which can
+be set to True in which case it will produce a warning instead of
+an error on a failed testenv command outcome.  Thanks Rebecka
+Gulliksson for the PR.
+  * fix issue280: properly skip missing interpreter if
+{envsitepackagesdir} is present in commands. Thanks BB:ceridwenv
+
+---
+Fri Aug 14 10:35:30 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.1.1
+  * fix platform skipping for detox
+  * report skipped platforms as skips in the summary
+- Fix build on Factory
+- Disable tests for now; require network
+
+---
+Sun Jun 21 02:47:01 UTC 2015 - a...@gmx.de
+
+- patch:
+  * updated patch
+
+- update to version 2.1.0:
+  *fix issue258, fix issue248, fix issue253: for non-test commands
+   (installation, venv creation) we pass in the full invocation
+   environment.
+  * remove experimental --set-home option which was hardly used and
+hackily implemented (if people want home-directory isolation we
+should figure out a better way to do it, possibly through a
+plugin)
+  * fix issue259: passenv is now a line-list which allows to
+intersperse comments.  Thanks stefano-m.
+  * allow envlist to be a multi-line 

commit python-pyserial for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python-pyserial for openSUSE:Factory 
checked in at 2016-05-23 16:38:21

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


Package is "python-pyserial"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyserial/python-pyserial.changes  
2013-11-25 15:03:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyserial.new/python-pyserial.changes 
2016-05-23 16:38:22.0 +0200
@@ -1,0 +2,107 @@
+Fri May 20 17:05:24 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 3.0.1:
+  * special case for FDTIBUS in list_ports on win32
+  * "Serial" keyword arguments, more on backward compatibility, fix
+#55
+  * list_ports: return name if product is None, fix for #54
+  * port_publisher: restore some sorting of ports
+- update to version 3.0:
+  * minor fixes to setup.py (file list), inter_byte_timeout (not
+stored when passed to __init__), rfc2217 (behavior of close when
+open failed), list_ports (__str__), loop://, renamed ReaderThread
+  * hwgrep:// added options to pick n'th port, skip busy ports
+  * miniterm: --ask option added
+  * Bugfixes (posix):
++ [#26/#30] always call tcsettattr on open
++ [#42] fix disregard read timeout if there is more data
++ [#45] check for write timeout, even if EAGAIN was rised
+  * Bugfixes (win32):
++ [#27] fix race condition in "read()", fix minimal timeout issue
++ race condition in nonblocking case
++ [#49] change exception type in case SetCommState fails
++ [#50] fixed issue with 0 timeout on windows 10
+- changes from version  3.0b1:
+  * list_ports: add "vid", "pid", "serial_number", "product",
+"manufacturer" and "location" attribute for USB devices.
+  * list_ports: update OSX implementation.
+  * list_ports: Raspberry Pi: internal port is found.
+  * serial_for_url: fix import (multiple packages in list)
+  * threaded: added new module implementing a reader thread
+  * tweak examples/wx*
+  * posix: add experimental implementation "VTIMESerial"
+  * new URL handler "alt://" to select alternative implementations
+- changes from version 3.0a0:
+  * Starting from this release, only Python 2.7 and 3.2 (or newer) are
+supported. The source code is compatible to the 2.x and 3.x series
+without any changes. The support for earlier Python versions than
+2.7 is removed, please refer to the pyserial-legacy (V2.x) series
+if older Python versions are a requirement).
+  * Development moved to github, update links in docs.
+  * API changes: properties for "rts", "dtr", "cts", "dsr", "cd",
+"ri", "in_waiting" (instead of get/set functions)
+  * remove file "FileLike" class, add "read_until" and "iread_until"
+to "SerialBase"
+  * RS485 support changed ("rts_toggle" removed, added "serial.rs485"
+module and "rs485_mode" property)
+  * "socket://" and "rfc2217://" handlers use the IPv6 compatible
+"socket.create_connection"
+  * New URL handler: "spy:://".
+  * URL handlers now require the proper format ("?" and "&") for
+arguments instead of "/"
+(e.g. "rfc2217://localhost:7000?ign_set_control=5.5")
+  * Remove obsolete examples.
+  * Finish update to BSD license.
+  * Use setuptools if available, fall back to distutils if
+unavailable.
+  * miniterm: changed command line options
+  * miniterm: support encodings on serial port
+  * miniterm: new transformations, by default escape/convert all
+control characters
+  * list_ports: improved, added USB location (Linux, Win32)
+  * refactored code
+  * [FTR pyserial:37] Support fileno() function in the socket protocol
+  * Posix: [Patch pyserial:31] Mark/space parity on Linux
+  * Linux: [Patch pyserial:32] Module list_ports for linux should
+include the product information as description.
+  * Java: fix 2 bugs (stop bits if/else and non-integer timeouts)
+(Torsten Roemer)
+  * Update wxSerialConfigDialog.py to use serial.tools.list_ports.
+  * [Patch pyserial:34] Improvements to port_publisher.py example
+  * [Feature pyserial:39] Support BlueTooth serial port discovery on
+Linux
+  * Bugfixes:
++ [Bug pyserial:157] Implement inWaiting in protocol_socket
++ [Bug pyserial:166] RFC2217 connections always fail
++ [Bug pyserial:172] applySettingsDict() throws an error if the
+  settings dictionary is not complete
++ [Bug pyserial:185] SocketSerial.read() never returns data when
+  timeout==0
+  * Bugfixes (posix):
++ [Bug pyserial:156] PosixSerial.open raises OSError rather than
+  SerialException when port open fails
++ [Bug pyserial:163] serial.tools.list_ports.grep() fails if it
+  encounters None type
++ fix setXON
++ [Patch pyserial:36 / 38] Make USB information work in python 3.4
+  and 

commit llvm for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2016-05-23 16:38:08

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


Package is "llvm"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/lldb.changes   2016-05-23 
16:38:09.0 +0200
@@ -0,0 +1,61 @@
+---
+Sun May 15 17:13:24 UTC 2016 - roni...@gmail.com
+
+- Update to version 3.8.0
+  * No upstream changelog.
+- Refresh `lldb-cmake.patch`.
+- Add patch `D15067.id41365.diff` from upstream review system to
+  fix out of tree build (http://reviews.llvm.org/D15067).
+- Add patch `lldb-add-pthread-dl-libs.patch` to force CMake to add
+  the options `-lpthread` and `-ldl` to the end of linking command.
+  Otherwise, LLDB linking will fail with these errors:
+
+undefined reference to symbol 'pthread_setname_np@@GLIBC_2.12'
+undefined reference to symbol 'dladdr@@GLIBC_2.2.5'
+
+- Run spec-cleaner.
+- Add `fdupes` to remove duplicated files.
+
+---
+Wed Sep  2 08:23:08 UTC 2015 - idon...@suse.com
+
+- Update to version 3.7.0
+  * No changelog upstream
+- Refresh lldb-cmake.patch
+
+---
+Mon Jun 22 09:45:33 UTC 2015 - idon...@suse.com
+
+- Update lldb-cmake.patch to fix compilation on Factory
+
+---
+Mon May 25 13:59:56 UTC 2015 - idon...@suse.com
+
+- Update to version 3.6.1
+  * No changelog upstream
+
+---
+Mon Mar  2 10:14:22 UTC 2015 - idon...@suse.com
+
+- Update to version 3.6.0
+  * No changelog upstream
+- Merge lldb-underlink.patch into lldb-cmake.patch
+- Swich to static library build, shared build is not supported
+
+---
+Wed Sep 17 13:26:34 UTC 2014 - idon...@suse.com
+
+- Add BuildRequires on ncurses-devel
+
+---
+Sat Sep  6 14:59:58 UTC 2014 - idon...@suse.com
+
+- Update to version 3.5.0
+  * No changelog upstream
+- Add lldb-underlink.patch to link to LLVMSupport
+
+---
+Mon Mar 17 09:02:51 UTC 2014 - idon...@suse.com
+
+- First release on build.opensuse.org
+
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2016-05-05 
13:19:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2016-05-23 
16:38:09.0 +0200
@@ -1,0 +2,11 @@
+Wed May 18 13:22:17 UTC 2016 - roni...@gmail.com
+
+- Build LLDB separated from LLVM.
+- Re-enable python bindings for the LLDB API.
+
+---
+Wed May 18 11:14:38 UTC 2016 - idon...@suse.com
+
+- Disable libcxx/lldb/openmp for SLE fate#319582 
+
+---

New:

  D15067.id41365.diff
  lldb-add-pthread-dl-libs.patch
  lldb.changes
  lldb.spec



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

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


%define _revision 262553
Name:   lldb
Version:3.8.0
Release:0
Summary:Next generation high-performance debugger
License:NCSA
Group:  Development/Languages/Other
Url:http://lldb.llvm.org
Source: http://llvm.org/releases/%{version}/lldb-%{version}.src.tar.xz
# PATCH-FIX-OPENSUSE lldb-cmake.patch -- Let us set LLDB_REVISION and fix 
ncurses include path.
Patch0: lldb-cmake.patch
# PATCH-FIX-UPSTREAM D15067.id41365.diff -- Patch from upstream review system 
to fix out of tree build (http://reviews.llvm.org/D15067)
Patch1: D15067.id41365.diff
# PATCH-FIX-OPENSUSE lldb-add-pthread-dl-libs.patch -- Add -lpthread and -ldl 
options to the end of LDFLAGS to fix linking problems.

commit python3-Sphinx for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package python3-Sphinx for openSUSE:Factory 
checked in at 2016-05-23 16:37:51

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


Package is "python3-Sphinx"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Sphinx/python3-Sphinx.changes
2016-05-17 17:09:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Sphinx.new/python3-Sphinx.changes   
2016-05-23 16:37:52.0 +0200
@@ -1,0 +2,5 @@
+Wed May 18 19:07:17 UTC 2016 - toddrme2...@gmail.com
+
+- texlive(xcolor.sty) needed for python3-Sphinx-latex
+
+---



Other differences:
--
++ python3-Sphinx.spec ++
--- /var/tmp/diff_new_pack.z1vqJX/_old  2016-05-23 16:37:53.0 +0200
+++ /var/tmp/diff_new_pack.z1vqJX/_new  2016-05-23 16:37:53.0 +0200
@@ -148,6 +148,7 @@
 Requires:   tex(utf8.def)
 Requires:   tex(utf8x.def)
 Requires:   tex(wrapfig.sty)
+Requires:   tex(xcolor.sty)
 
 %descriptionlatex
 Sphinx is a tool that makes it easy to create intelligent and beautiful




commit autoyast2 for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2016-05-23 16:37:22

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2016-05-08 
10:40:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-05-23 
16:37:26.0 +0200
@@ -1,0 +2,16 @@
+Thu May 19 14:46:11 CEST 2016 - sch...@suse.de
+
+- Unsupported sections will be now reported in first installation
+  stage. Reducing log level to warning.
+  (Additional patch for bnc#955878)
+- 3.1.128
+
+---
+Wed May 18 12:35:45 CEST 2016 - sch...@suse.de
+
+- Resetting package selection of previous runs. This is needed
+  because it could be that additional repositories are available
+  meanwhile. (bnc#979691)
+- 3.1.127
+
+---

Old:

  autoyast2-3.1.126.tar.bz2

New:

  autoyast2-3.1.128.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.2uwqEF/_old  2016-05-23 16:37:27.0 +0200
+++ /var/tmp/diff_new_pack.2uwqEF/_new  2016-05-23 16:37:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.126
+Version:3.1.128
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.126.tar.bz2 -> autoyast2-3.1.128.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.126/package/autoyast2.changes 
new/autoyast2-3.1.128/package/autoyast2.changes
--- old/autoyast2-3.1.126/package/autoyast2.changes 2016-05-03 
13:32:27.0 +0200
+++ new/autoyast2-3.1.128/package/autoyast2.changes 2016-05-20 
11:01:09.0 +0200
@@ -1,4 +1,20 @@
 ---
+Thu May 19 14:46:11 CEST 2016 - sch...@suse.de
+
+- Unsupported sections will be now reported in first installation
+  stage. Reducing log level to warning.
+  (Additional patch for bnc#955878)
+- 3.1.128
+
+---
+Wed May 18 12:35:45 CEST 2016 - sch...@suse.de
+
+- Resetting package selection of previous runs. This is needed
+  because it could be that additional repositories are available
+  meanwhile. (bnc#979691)
+- 3.1.127
+
+---
 Mon May  2 15:43:36 CEST 2016 - sch...@suse.de
 
 - Media-based AutoUpgrade case for feature: No Recommends in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.126/package/autoyast2.spec 
new/autoyast2-3.1.128/package/autoyast2.spec
--- old/autoyast2-3.1.126/package/autoyast2.spec2016-05-03 
13:32:27.0 +0200
+++ new/autoyast2-3.1.128/package/autoyast2.spec2016-05-20 
11:01:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.126
+Version:3.1.128
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.126/src/clients/inst_autoconfigure.rb 
new/autoyast2-3.1.128/src/clients/inst_autoconfigure.rb
--- old/autoyast2-3.1.126/src/clients/inst_autoconfigure.rb 2016-05-03 
13:32:27.0 +0200
+++ new/autoyast2-3.1.128/src/clients/inst_autoconfigure.rb 2016-05-20 
11:01:09.0 +0200
@@ -81,34 +81,23 @@
   Builtins.y2debug("Module map: %1", Y2ModuleConfig.ModuleMap)
   Builtins.y2debug("Current profile: %1", Profile.current)
 
-  unsupported_sections = Y2ModuleConfig.unsupported_profile_sections
-  if unsupported_sections.any?
-log.error "Could not process these unsupported profile sections: 
#{unsupported_sections}"
-Report.LongError(
-  # TRANSLATORS: Error message, %s is replaced by newline-separated
-  # list of unsupported sections of the profile
-  # Do not translate words in brackets
-  _(
-"These sections of AutoYaST profile are not supported 
anymore:\n\n%s\n\n" \
-"Please, use, e.g.,  or  to change the 
configuration."
-  ) % unsupported_sections.map{|section| "<#{section}/>"}.join("\n")
-)
-  end
-
   # Report only those that are 'not unsupported', these were already 
reported
+  # Unsupported sections have already been reported in the first stage
+  unsupported_sections = Y2ModuleConfig.unsupported_profile_sections
  

commit wicked for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2016-05-23 16:37:27

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


Package is "wicked"

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2016-05-08 
10:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2016-05-23 
16:37:28.0 +0200
@@ -1,0 +2,9 @@
+Fri May 20 13:29:49 UTC 2016 - pwieczorkiew...@suse.com
+
+- version 0.6.34
+- utils: fix for ni_string_set to set empty pointers
+- team: fix for unclosed file descriptor and string memleak
+- ppp: initial implementation of PPPoE support
+  (fate#317976,bsc#865573,boo#913861)
+
+---

Old:

  wicked-0.6.33.tar.bz2

New:

  wicked-0.6.34.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.Irn27d/_old  2016-05-23 16:37:29.0 +0200
+++ /var/tmp/diff_new_pack.Irn27d/_new  2016-05-23 16:37:29.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.33
+Version:0.6.34
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0
@@ -238,10 +238,10 @@
 if test "x${_id##*/}" = "xnetwork.service" -a -x /etc/init.d/network ; then
/etc/init.d/network stop-all-dhcp-clients || :
 fi
-%{service_add_pre wicked.service}
+%{service_add_pre wicked.service wickedd-pppd@*.service}
 
 %post service
-%{service_add_post wicked.service}
+%{service_add_post wicked.service wickedd-pppd@*.service}
 # See bnc#843526: presets do not apply for upgrade / are not sufficient
 # to handle sysconfig-network|wicked -> wicked migration
 _id=`readlink /etc/systemd/system/network.service 2>/dev/null` || :
@@ -257,11 +257,11 @@
 # - stopping wickedd should be sufficient ... other just to be sure.
 # - stopping of the wicked.service does not stop network, but removes
 #   the wicked.service --> network.service link and resets its status.
-%{service_del_preun wickedd.service wickedd-auto4.service 
wickedd-dhcp4.service wickedd-dhcp6.service wickedd-nanny.service 
wicked.service}
+%{service_del_preun wickedd.service wickedd-auto4.service 
wickedd-dhcp4.service wickedd-dhcp6.service wickedd-nanny.service 
wicked.service wickedd-pppd@*.service}
 
 %postun service
 # restart wickedd after upgrade
-%{service_del_postun wickedd.service}
+%{service_del_postun wickedd.service wickedd-pppd@*.service}
 
 %else
 
@@ -339,6 +339,7 @@
 %_mandir/man5/ifcfg-dummy.5*
 %_mandir/man5/ifcfg-macvlan.5*
 %_mandir/man5/ifcfg-macvtap.5*
+%_mandir/man5/ifcfg-ppp.5*
 %_mandir/man5/ifcfg-ovs-bridge.5*
 %_mandir/man5/ifcfg-team.5*
 %_mandir/man5/ifcfg-tunnel.5*
@@ -368,6 +369,7 @@
 %_unitdir/wickedd-nanny.service
 %_unitdir/wickedd.service
 %_unitdir/wicked.service
+%_unitdir/wickedd-pppd@.service
 %attr(0600,root,root) %config /etc/sysconfig/network/ifcfg-lo
 %_sbindir/ifup
 %if "%_sbindir" != "/sbin"

++ wicked-0.6.33.tar.bz2 -> wicked-0.6.34.tar.bz2 ++
 4901 lines of diff (skipped)




commit patterns-openSUSE for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2016-05-23 16:37:06

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2016-05-03 09:33:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2016-05-23 16:37:08.0 +0200
@@ -1,0 +2,10 @@
+Tue May 17 10:37:01 UTC 2016 - dims...@opensuse.org
+
+- Add unbound to the DVD patterns (boo#972499).
+
+---
+Fri May 13 10:06:43 UTC 2016 - pgaj...@suse.com
+
+- add devel_osc_build pattern
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.vx2JNO/_old  2016-05-23 16:37:09.0 +0200
+++ /var/tmp/diff_new_pack.vx2JNO/_new  2016-05-23 16:37:09.0 +0200
@@ -1296,6 +1296,36 @@
 %dir /usr/share/doc/packages/patterns-openSUSE
 /usr/share/doc/packages/patterns-openSUSE/devel_rpm_build.txt
 
+%package devel_osc_build
+%pattern_development
+Summary:Tools for Packaging with Open Build Service
+Group:  Metapackages
+Provides:   pattern() = devel_osc_build
+Provides:   pattern-icon() = pattern-basis-devel
+Provides:   pattern-order() = 3280
+Provides:   pattern-visible()
+Requires:   osc
+Requires:   pattern() = basesystem
+Recommends: quilt
+Recommends: spec-cleaner
+Recommends: obs-service-download_files   
+Recommends: obs-service-download_url 
+Recommends: obs-service-extract_file 
+Recommends: obs-service-format_spec_file 
+Recommends: obs-service-recompress   
+Recommends: obs-service-refresh_patches  
+Recommends: obs-service-set_version  
+Recommends: obs-service-source_validator 
+Recommends: obs-service-tar_scm  
+Recommends: obs-service-verify_file  
+
+%description devel_osc_build
+Tools for checkouting, patching, building and testing package via osc.
+
+%files devel_osc_build
+%dir /usr/share/doc/packages/patterns-openSUSE
+/usr/share/doc/packages/patterns-openSUSE/devel_osc_build.txt
+
 %package devel_ruby
 %pattern_development
 Summary:Ruby Development
@@ -5509,6 +5539,7 @@
 Requires:   pattern() = devel_kde
 Requires:   pattern() = devel_kde_frameworks
 Requires:   pattern() = devel_kernel
+Requires:   pattern() = devel_osc_build
 Requires:   pattern() = devel_perl
 Requires:   pattern() = devel_python
 Requires:   pattern() = devel_qt4
@@ -5713,6 +5744,8 @@
 Recommends: libvdpau1
 # bnc#626952
 Recommends: quota-nfs
+# boo#972499
+Recommends: unbound
 # dependencies of skype.rpm
 Recommends: libasound.so.2
 Recommends: libasound.so.2(ALSA_0.9)
@@ -6030,6 +6063,7 @@
 Recommends: pattern() = devel_qt4
 Recommends: pattern() = devel_qt5
 Recommends: pattern() = devel_rpm_build
+Recommends: pattern() = devel_osc_build
 Recommends: pattern() = devel_ruby
 Recommends: pattern() = devel_tcl
 Recommends: pattern() = devel_web
@@ -7461,6 +7495,7 @@
 echo 'This file marks the pattern devel_qt4 to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_qt4.txt
 echo 'This file marks the pattern devel_qt5 to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_qt5.txt
 echo 'This file marks the pattern devel_rpm_build to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_rpm_build.txt
+echo 'This file marks the pattern devel_osc_build to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_osc_build.txt
 echo 'This file marks the pattern devel_ruby to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_ruby.txt
 echo 'This file marks the pattern devel_tcl to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_tcl.txt
 echo 'This file marks the pattern devel_web to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns-openSUSE/devel_web.txt




commit system-config-printer for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2016-05-23 16:37:01

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


Package is "system-config-printer"

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2015-11-23 07:29:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2016-05-23 16:37:02.0 +0200
@@ -1,0 +2,8 @@
+Fri May  6 15:57:52 UTC 2016 - alarr...@suse.com
+
+- Add fix_connect_dialog_focus.diff: Enable the focus on the text
+  entry part of the combobox in the Connect Dialog. This way, users
+  can edit its content and write the ip of the remote cups server
+  to connect to (gh#twaugh/system-config-printer#38).
+
+---

New:

  fix_connect_dialog_focus.diff



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.hbTYMJ/_old  2016-05-23 16:37:03.0 +0200
+++ /var/tmp/diff_new_pack.hbTYMJ/_new  2016-05-23 16:37:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package system-config-printer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,6 +44,8 @@
 Patch21:system-config-printer-no-applet-in-gnome.patch
 # PATCH-FIX-UPSTREAM system-config-printer-no-params-to-py3.patch boo#924809 
dims...@opensuse.org -- Do not pass parameters to python3
 Patch22:system-config-printer-no-params-to-py3.patch
+# PATCH-FIX-UPSTREAM fix_connect_dialog_focus.diff 
gh#twaugh/system-config-printer#38 alarr...@suse.com -- Allow to set the focus 
on a connect dialog combobox so the user can edit its contents
+Patch23:fix_connect_dialog_focus.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  gnome-cups-manager <= 0.33
 BuildRequires:  cups-devel
@@ -165,6 +167,7 @@
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 
 %build
 %configure \

++ fix_connect_dialog_focus.diff ++
Index: system-config-printer-1.5.7/ui/ConnectDialog.ui
===
--- system-config-printer-1.5.7.orig/ui/ConnectDialog.ui
+++ system-config-printer-1.5.7/ui/ConnectDialog.ui
@@ -79,7 +79,7 @@
 
 
   
-False
+True
   
 
 





commit rubygem-byebug for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-byebug for openSUSE:Factory 
checked in at 2016-05-23 16:37:17

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


Package is "rubygem-byebug"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-byebug/rubygem-byebug.changes
2016-04-14 13:06:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-byebug.new/rubygem-byebug.changes   
2016-05-23 16:37:18.0 +0200
@@ -1,0 +2,36 @@
+Thu May 19 11:11:13 UTC 2016 - lsle...@suse.cz
+
+- updated to version 9.0.3
+ see installed CHANGELOG.md:
+
+  ## 9.0.3 - 2016-05-16
+  ### Fixed
+  * Unfriendly output in byebug's executable when no script specified (#256).
+  * Unfriendly output in byebug's executable when script doesn't exist.
+  * Unfriendly output in byebug's executable when script has invalid code.
+  ## 9.0.2 - 2016-05-15
+  ### Fixed
+  * Skip to get a line in eval context (#263, thanks @k0kubun).
+  * Debugger getting disabled after `continue` even when linetrace is enabled
+(#264, thanks @k0kubun).
+  ## 9.0.1 - 2016-05-14
+  ### Fixed
+  * `quit` never exiting when remote debugging (#201).
+  ## 9.0.0 - 2016-05-11
+  ### Fixed
+  * `irb` command unintentionally changing $PROGRAM_NAME.
+  * `pry` command failing.
+  * Unrelated error message when using `pry` command and Pry not installed.
+  * Interrupting program execution from remote control interface (#239, thanks
+@izaera).
+  ### Removed
+  * Official Ruby 2.0.0 support. `var local` no longer works in Ruby 2.0. The
+rest of the commands should still work as before, but `byebug` is no longer
+tested against this version so they might start breaking in the
+future.
+  ## 8.2.5 - 2016-04-27
+  ### Fixed
+  * Allows paths with spaces (#244, thanks @HookyQR).
+  * Allows paths with colons (#244, thanks @HookyQR).
+
+---

Old:

  byebug-8.2.4.gem

New:

  byebug-9.0.3.gem



Other differences:
--
++ rubygem-byebug.spec ++
--- /var/tmp/diff_new_pack.n79Wd0/_old  2016-05-23 16:37:19.0 +0200
+++ /var/tmp/diff_new_pack.n79Wd0/_new  2016-05-23 16:37:19.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-byebug
-Version:8.2.4
+Version:9.0.3
 Release:0
 %define mod_name byebug
 %define mod_full_name %{mod_name}-%{version}

++ byebug-8.2.4.gem -> byebug-9.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-04-08 12:31:52.0 +0200
+++ new/CHANGELOG.md2016-05-16 09:42:32.0 +0200
@@ -2,6 +2,52 @@
 
 ## Master (Unreleased)
 
+## 9.0.3 - 2016-05-16
+
+### Fixed
+
+* Unfriendly output in byebug's executable when no script specified (#256).
+* Unfriendly output in byebug's executable when script doesn't exist.
+* Unfriendly output in byebug's executable when script has invalid code.
+
+## 9.0.2 - 2016-05-15
+
+### Fixed
+
+* Skip to get a line in eval context (#263, thanks @k0kubun).
+* Debugger getting disabled after `continue` even when linetrace is enabled
+  (#264, thanks @k0kubun).
+
+## 9.0.1 - 2016-05-14
+
+### Fixed
+
+* `quit` never exiting when remote debugging (#201).
+
+## 9.0.0 - 2016-05-11
+
+### Fixed
+
+* `irb` command unintentionally changing $PROGRAM_NAME.
+* `pry` command failing.
+* Unrelated error message when using `pry` command and Pry not installed.
+* Interrupting program execution from remote control interface (#239, thanks
+  @izaera).
+
+### Removed
+
+* Official Ruby 2.0.0 support. `var local` no longer works in Ruby 2.0. The
+  rest of the commands should still work as before, but `byebug` is no longer
+  tested against this version so they might start breaking in the
+  future.
+
+## 8.2.5 - 2016-04-27
+
+### Fixed
+
+* Allows paths with spaces (#244, thanks @HookyQR).
+* Allows paths with colons (#244, thanks @HookyQR).
+
 ## 8.2.4 - 2016-04-08
 
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2016-04-08 12:31:52.0 +0200
+++ new/CONTRIBUTING.md 2016-05-16 09:42:32.0 +0200
@@ -1,10 +1,10 @@
-## Contributing to Byebug
+# CONTRIBUTING
 
 Please note that this project is released with a [Contributor Code of
 Conduct](code_of_conduct.md). By participating in this project you agree to
 abide by its terms.
 
-### Bug Reports
+## Bug Reports
 
 * Try to reproduce the issue against the latest revision. There might be
   unrealeased work that fixes your problem!
@@ -14,7 +14,7 @@
 * Include the 

commit grub2 for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2016-05-23 16:37:12

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2016-05-05 
08:12:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2016-05-23 
16:37:13.0 +0200
@@ -1,0 +2,6 @@
+Thu May 19 14:56:53 UTC 2016 - ag...@suse.com
+
+- Add patch to free memory on exit in efi environments (bsc#980739)
+  * grub2-efi-Free-malloc-regions-on-exit.patch
+
+---

New:

  grub2-efi-Free-malloc-regions-on-exit.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.WbDT7i/_old  2016-05-23 16:37:15.0 +0200
+++ /var/tmp/diff_new_pack.WbDT7i/_new  2016-05-23 16:37:15.0 +0200
@@ -203,6 +203,8 @@
 # Hidden menu entry and hotkey "t" for text console
 Patch140:   grub2-Add-hidden-menu-entries.patch
 Patch141:   grub2-SUSE-Add-the-t-hotkey.patch
+# EFI free memory on exit fix (bsc#980739)
+Patch150:   grub2-efi-Free-malloc-regions-on-exit.patch
 # PPC64 LE support
 Patch205:   grub2-ppc64le-disable-video.patch
 Patch207:   grub2-ppc64le-memory-map.patch
@@ -426,6 +428,7 @@
 %patch131 -p1
 %patch140 -p1
 %patch141 -p1
+%patch150 -p1
 %patch205 -p1
 %patch207 -p1
 %patch233 -p1

++ grub2-efi-Free-malloc-regions-on-exit.patch ++
>From 0c5fbc745846a53cc04ac1052cfbd35c699394c5 Mon Sep 17 00:00:00 2001
From: Alexander Graf 
Date: Thu, 19 May 2016 15:01:06 +0200
Subject: [PATCH] efi: Free malloc regions on exit

When we exit grub, we don't free all the memory that we allocated earlier
for our heap region. This can cause problems with setups where you try
to descend the boot order using "exit" entries, such as PXE -> HD boot
scenarios.

Signed-off-by: Alexander Graf 
---
 grub-core/kern/efi/init.c |  1 +
 grub-core/kern/efi/mm.c   | 24 
 include/grub/efi/efi.h|  1 +
 3 files changed, 26 insertions(+)

Index: grub-2.02~beta3/grub-core/kern/efi/init.c
===
--- grub-2.02~beta3.orig/grub-core/kern/efi/init.c
+++ grub-2.02~beta3/grub-core/kern/efi/init.c
@@ -167,4 +167,5 @@ grub_efi_fini (void)
 {
   grub_efidisk_fini ();
   grub_console_fini ();
+  grub_efi_memory_fini ();
 }
Index: grub-2.02~beta3/grub-core/kern/efi/mm.c
===
--- grub-2.02~beta3.orig/grub-core/kern/efi/mm.c
+++ grub-2.02~beta3/grub-core/kern/efi/mm.c
@@ -49,6 +49,12 @@ static grub_efi_uintn_t finish_desc_size
 static grub_efi_uint32_t finish_desc_version;
 int grub_efi_is_finished = 0;
 
+struct efi_allocation {
+   grub_uint64_t start_addr;
+   grub_uint64_t pages;
+} efi_allocated_memory[16];
+unsigned int efi_allocated_memory_idx = 0;
+
 /* Allocate pages below a specified address */
 void *
 grub_efi_allocate_pages_max (grub_efi_physical_address_t max,
@@ -440,6 +446,13 @@ add_memory_regions (grub_efi_memory_desc
(void *) ((grub_addr_t) start),
(unsigned) pages);
 
+  /* Track up to 16 regions that we allocate from */
+  if (efi_allocated_memory_idx < ARRAY_SIZE(efi_allocated_memory)) {
+efi_allocated_memory[efi_allocated_memory_idx].start_addr = start;
+efi_allocated_memory[efi_allocated_memory_idx].pages = pages;
+efi_allocated_memory_idx++;
+  }
+
   grub_mm_init_region (addr, PAGES_TO_BYTES (pages));
 
   required_pages -= pages;
@@ -451,6 +464,17 @@ add_memory_regions (grub_efi_memory_desc
 grub_fatal ("too little memory");
 }
 
+void
+grub_efi_memory_fini (void)
+{
+  unsigned int i;
+
+  for (i = 0; i < efi_allocated_memory_idx; i++) {
+grub_efi_free_pages (efi_allocated_memory[i].start_addr,
+ efi_allocated_memory[i].pages);
+  }
+}
+
 #if 0
 /* Print the memory map.  */
 static void
Index: grub-2.02~beta3/include/grub/efi/efi.h
===
--- grub-2.02~beta3.orig/include/grub/efi/efi.h
+++ grub-2.02~beta3/include/grub/efi/efi.h
@@ -51,6 +51,7 @@ EXPORT_FUNC(grub_efi_get_memory_map) (gr
  grub_efi_uintn_t *map_key,
  grub_efi_uintn_t *descriptor_size,
  grub_efi_uint32_t *descriptor_version);
+void grub_efi_memory_fini (void);
 grub_efi_loaded_image_t *EXPORT_FUNC(grub_efi_get_loaded_image) 
(grub_efi_handle_t image_handle);
 void 

commit skelcd-control-openSUSE for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2016-05-23 16:36:53

Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)


Package is "skelcd-control-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2016-04-22 16:18:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
   2016-05-23 16:36:54.0 +0200
@@ -1,0 +2,15 @@
+Thu May 19 08:56:56 UTC 2016 - lsle...@suse.cz
+
+- Include the Ruby debugger (byebug) in the inst-sys for easier
+  YaST debugging (FATE#318421)
+- 13.2.29
+
+---
+Mon May 16 18:44:49 UTC 2016 - an...@suse.com
+
+- Removed not longer necessary items from copy_to_system section
+- Added SSH keys import section to the proposal
+- Fate#319624 
+- 13.2.28
+
+---
skelcd-control-openSUSE.changes: same change

Old:

  skelcd-control-openSUSE-13.2.27.tar.bz2

New:

  skelcd-control-openSUSE-13.2.29.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-promo.spec ++
--- /var/tmp/diff_new_pack.43O7UJ/_old  2016-05-23 16:36:58.0 +0200
+++ /var/tmp/diff_new_pack.43O7UJ/_new  2016-05-23 16:36:58.0 +0200
@@ -27,7 +27,7 @@
 #
 ##
 Name:   skelcd-control-openSUSE-promo
-Version:13.2.27
+Version:13.2.29
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT
@@ -72,6 +72,9 @@
 Requires:   yast2-update
 Requires:   yast2-users
 Requires:   yast2-x11
+# Ruby debugger in the inst-sys (FATE#318421)
+Requires:   rubygem(%{rb_default_ruby_abi}:byebug)
+
 Conflicts:  product_control
 Provides:   product_control
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

skelcd-control-openSUSE.spec: same change
++ skelcd-control-openSUSE-13.2.27.tar.bz2 -> 
skelcd-control-openSUSE-13.2.29.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.27/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-13.2.29/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-13.2.27/control/control.openSUSE.xml
2016-04-15 14:17:10.0 +0200
+++ new/skelcd-control-openSUSE-13.2.29/control/control.openSUSE.xml
2016-05-17 10:47:12.0 +0200
@@ -54,44 +54,6 @@
 
 
 
-
-
-
-
-import_ssh_keys
-/
-
-
-/etc/ssh/ssh_host_key
-/etc/ssh/ssh_host_key.pub
-
-
-
-/etc/ssh/ssh_host_dsa_key
-/etc/ssh/ssh_host_dsa_key.pub
-/etc/ssh/ssh_host_rsa_key
-/etc/ssh/ssh_host_rsa_key.pub
-/etc/ssh/ssh_host_ecdsa_key
-/etc/ssh/ssh_host_ecdsa_key.pub
-/etc/ssh/ssh_host_ed25519_key
-/etc/ssh/ssh_host_ed25519_key.pub
-
-
-
-
-
-import_users
-/var/lib/YaST2/imported/userdata/
-
-
-/etc/shadow
-/etc/passwd
-/etc/login.defs
-/etc/group
-
-
-
-
 
 true
 
@@ -445,6 +407,11 @@
 firewall_stage1
 95
 
+
+
+ssh_import
+97
+
 
 clone
 99
@@ -500,6 +467,11 @@
 firewall_stage1
 99
 
+
+
+ssh_import
+90
+
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.27/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-13.2.29/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.27/package/skelcd-control-openSUSE.changes 
2016-04-15 14:17:10.0 +0200
+++ new/skelcd-control-openSUSE-13.2.29/package/skelcd-control-openSUSE.changes 

commit parted for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2016-05-23 16:36:43

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


Package is "parted"

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2015-10-01 
09:27:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2016-05-23 
16:36:45.0 +0200
@@ -1,0 +2,13 @@
+Wed May 18 07:23:08 UTC 2016 - pu...@suse.com
+
+- implement --wipesignatures option (bsc#943623, fate#319893)
+  - parted-implement-wipesignatures-option.patch
+
+---
+Fri Mar 11 11:20:12 UTC 2016 - pu...@suse.com
+
+- libparted: Use read only when probing devices on linux
+  - libparted-Use-read-only-when-probing-devices-on-linu.patch
+  (bsc#967375)
+
+---

New:

  libparted-Use-read-only-when-probing-devices-on-linu.patch
  parted-implement-wipesignatures-option.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.surSnA/_old  2016-05-23 16:36:46.0 +0200
+++ /var/tmp/diff_new_pack.surSnA/_new  2016-05-23 16:36:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package parted
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,6 +56,8 @@
 Patch29:parted-resize-alias-to-resizepart.patch
 Patch30:libparted-avoid-libdevice-mapper-warnings.patch
 Patch31:parted-do-not-warn-when-shrinking-in-script-mode.patch
+Patch32:libparted-Use-read-only-when-probing-devices-on-linu.patch
+Patch33:parted-implement-wipesignatures-option.patch
 Patch100:   parted-fatresize-autoconf.patch
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel >= 1.02.33
@@ -130,6 +132,8 @@
 %patch29 -p1
 %patch30 -p1
 %patch31 -p1
+%patch32 -p1
+%patch33 -p1
 %patch100 -p1
 
 %build

++ libparted-Use-read-only-when-probing-devices-on-linu.patch ++
>From 44d5ae0115c4ecfe3158748309e9912c5aede92d Mon Sep 17 00:00:00 2001
From: "Brian C. Lane" 
Date: Thu, 6 Aug 2015 07:17:14 -0700
Subject: [PATCH] libparted: Use read only when probing devices on linux
 (#1245144)

When a device is opened for RW closing it can trigger other actions,
like udev scanning it for partition changes. Use read only for the
init_* methods and RW for actual changes to the device.

This adds _device_open which takes mode flags as an argument and turns
linux_open into a wrapper for it with RW_MODE.

_device_open_ro is added to open the device with RD_MODE and increment
the open_counter. This is used in the init_* functions.

_device_close is a wrapper around linux_close that decrements the
open_counter and is used in the init_* functions.

All of these changes are self-contained with no external API changes.
The only visible change in behavior is that when a new PedDevice is
created the device is opened in RO_MODE instead of RW_MODE.

Resolves: rhbz#1245144
---
 libparted/arch/linux.c |   62 ++---
 1 file changed, 44 insertions(+), 18 deletions(-)

Index: parted-3.2/libparted/arch/linux.c
===
--- parted-3.2.orig/libparted/arch/linux.c
+++ parted-3.2/libparted/arch/linux.c
@@ -292,7 +292,9 @@ struct blkdev_ioctl_param {
 static char* _device_get_part_path (PedDevice const *dev, int num);
 static int _partition_is_mounted_by_path (const char* path);
 static unsigned int _device_get_partition_range(PedDevice const* dev);
-
+static int _device_open (PedDevice* dev, int flags);
+static int _device_open_ro (PedDevice* dev);
+static int _device_close (PedDevice* dev);
 
 static int
 _read_fd (int fd, char **buf)
@@ -911,7 +913,7 @@ init_ide (PedDevice* dev)
 if (!_device_stat (dev, _stat))
 goto error;
 
-if (!ped_device_open (dev))
+if (!_device_open_ro (dev))
 goto error;
 
 if (ioctl (arch_specific->fd, HDIO_GET_IDENTITY, )) {
@@ -980,11 +982,11 @@ init_ide (PedDevice* dev)
 if (!_device_probe_geometry (dev))
 goto error_close_dev;
 
-ped_device_close (dev);
+_device_close (dev);
 return 1;
 
 error_close_dev:
-ped_device_close (dev);
+_device_close (dev);
 error:
 return 0;
 }
@@ -1117,7 +1119,7 @@ init_scsi (PedDevice* dev)
 char* vendor;
 

commit libbluray for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package libbluray for openSUSE:Factory 
checked in at 2016-05-23 16:36:48

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


Package is "libbluray"

Changes:

--- /work/SRC/openSUSE:Factory/libbluray/libbluray.changes  2015-12-09 
19:33:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbluray.new/libbluray.changes 2016-05-23 
16:36:50.0 +0200
@@ -1,0 +2,36 @@
+Thu May 19 10:14:13 UTC 2016 - tchva...@suse.com
+
+- Fix download url to not fail on network error 
+
+---
+Tue May 17 18:05:33 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to version 0.9.3:
+  + Add bd_open_files(). This function deprecates old global file
+system hooks.
+  + Add flag for on-disc menu support to DISC_INFO.
+  + Add configure argument to disable building of JAR file.
+  + Add missing player settings enums.
+  + Update linux Java search path list and preferred JVM.
+  + Enable UDF support by default.
+  + Split developer tools from examples.
+  + Improve BDJ_EVENT_CHAPTER triggering.
+  + Improve main title detection.
+  + Improve error resilience.
+  + Improve BD-J compability.
+  + Improve detecting of working aacs implementation.
+  + Improve libmmbd support.
+  + Fix BD-J media player stop().
+  + Fix restoring playback rate with some BD-J discs.
+  + Fix restoring suspended playback time position.
+  + Fix current chapter lookup.
+  + Fix lost key focus with multi-HScene discs.
+  + Fix playback of discs without Top Menu title.
+  + Fix caching of some BD-J files from UDF filesystem.
+  + Fix stopping playback from HDMV menus.
+  + Fix possible errors in win32 .iso image reading.
+  + Fix undefined values in DISC_INFO.
+  + Fix memory leaks.
+- Fixed patch libbluray-jvm_dir.patch.
+
+---

Old:

  libbluray-0.9.2.tar.bz2

New:

  libbluray-0.9.3.tar.bz2



Other differences:
--
++ libbluray.spec ++
--- /var/tmp/diff_new_pack.gIr6Xh/_old  2016-05-23 16:36:51.0 +0200
+++ /var/tmp/diff_new_pack.gIr6Xh/_new  2016-05-23 16:36:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbluray
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
 
 %define soname 1
 Name:   libbluray
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Library to access Blu-Ray disk
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Other
 Url:http://www.videolan.org/developers/libbluray.html
-Source: 
ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch1: libbluray-autotools.patch
 Patch2: libbluray-jvm_dir.patch

++ libbluray-0.9.2.tar.bz2 -> libbluray-0.9.3.tar.bz2 ++
 45433 lines of diff (skipped)

++ libbluray-jvm_dir.patch ++
--- /var/tmp/diff_new_pack.gIr6Xh/_old  2016-05-23 16:36:51.0 +0200
+++ /var/tmp/diff_new_pack.gIr6Xh/_new  2016-05-23 16:36:51.0 +0200
@@ -1,9 +1,9 @@
 src/libbluray/bdj/bdj.c.orig   2015-11-22 11:10:40.0 +0200
-+++ src/libbluray/bdj/bdj.c2015-12-03 12:54:21.0 +0100
-@@ -205,7 +205,7 @@
- "/usr/lib/jvm/java-6-openjdk",
- "/usr/lib/jvm/java-7-openjdk",
- "/etc/java-config-2/current-system-vm"};
+--- src/libbluray/bdj/bdj.c.orig   2016-05-15 16:14:53.0 +0200
 src/libbluray/bdj/bdj.c2016-05-16 13:09:04.520217769 +0200
+@@ -208,7 +208,7 @@
+  "/usr/lib/jvm/java-8-openjdk",
+  "/usr/lib/jvm/java-6-openjdk",
+ };
 -static const char  jvm_dir[]  = "jre/lib/" JAVA_ARCH "/server";
 +static const char  jvm_dir[]  = "lib/" JAVA_ARCH "/server";
  static const char  jvm_lib[]  = "libjvm";




commit installation-images-openSUSE for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2016-05-23 16:36:36

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


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2016-05-13 09:22:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2016-05-23 16:36:37.0 +0200
@@ -1,0 +2,20 @@
+Thu May 19 07:45:21 UTC 2016 - snw...@suse.com
+
+- remove the Ruby gem cache files to save some space
+- Fix byebug (Ruby debugger) symlinks if it is present (fate#318421)
+- 14.245
+
+---
+Sat May 17 13:20:39 UTC 2016 - mimi...@gmail.com
+
+- remove lilo from Recomends. 
+
+---
+Tue May 17 12:50:18 UTC 2016 - snw...@suse.com
+
+- add sample wicked output
+- adjust hostip_from_wicked script to take real arguments
+- sanitize hostname handling (fate#319639)
+- 14.244
+
+---

Old:

  installation-images-14.243.tar.xz

New:

  installation-images-14.245.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.uhL26m/_old  2016-05-23 16:36:38.0 +0200
+++ /var/tmp/diff_new_pack.uhL26m/_new  2016-05-23 16:36:38.0 +0200
@@ -313,7 +313,6 @@
 BuildRequires:  dmidecode
 BuildRequires:  elilo
 BuildRequires:  firmwarekit
-BuildRequires:  lilo
 BuildRequires:  memtest86+
 BuildRequires:  syslinux
 %if %with_vbox
@@ -372,7 +371,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.243
+Version:14.245
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.243.tar.xz -> installation-images-14.245.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.243/VERSION 
new/installation-images-14.245/VERSION
--- old/installation-images-14.243/VERSION  2016-05-10 10:01:39.0 
+0200
+++ new/installation-images-14.245/VERSION  2016-05-19 09:43:47.0 
+0200
@@ -1 +1 @@
-14.243
+14.245
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.243/changelog 
new/installation-images-14.245/changelog
--- old/installation-images-14.243/changelog2016-05-10 10:01:39.0 
+0200
+++ new/installation-images-14.245/changelog2016-05-19 09:43:47.0 
+0200
@@ -1,3 +1,12 @@
+2016-05-19:14.245
+   - remove the Ruby gem cache files to save some space
+   - Fix byebug (Ruby debugger) symlinks if it is present (FATE#318421)
+
+2016-05-12:14.244
+   - add sample wicked output
+   - adjust hostip_from_wicked script to take real arguments
+   - sanitize hostname handling (fate #319639)
+
 2016-05-09:14.243
- Mount efivarfs automatically (bsc #978593)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.243/data/initrd/scripts/prepare_rescue 
new/installation-images-14.245/data/initrd/scripts/prepare_rescue
--- old/installation-images-14.243/data/initrd/scripts/prepare_rescue   
2016-05-10 10:01:39.0 +0200
+++ new/installation-images-14.245/data/initrd/scripts/prepare_rescue   
2016-05-19 09:43:47.0 +0200
@@ -38,6 +38,9 @@
 # create machine id
 a=`dd if=/dev/urandom bs=1 count=10 2>/dev/null | md5sum` ; echo ${a%% *} 
>/etc/machine-id
 
+# preserve hostname
+hostname >/etc/hostname
+
 # bash >/dev/console 2>&1
 
 rm -f /mounts/initrd/{*,.*}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.243/data/rescue/rescue.file_list 
new/installation-images-14.245/data/rescue/rescue.file_list
--- old/installation-images-14.243/data/rescue/rescue.file_list 2016-05-10 
10:01:39.0 +0200
+++ new/installation-images-14.245/data/rescue/rescue.file_list 2016-05-19 
09:43:47.0 +0200
@@ -234,7 +234,6 @@
 netcfg:
   /etc
   r /etc/{diphosts,ftpusers,hosts.*}
-  e echo Rescue.local >etc/HOSTNAME
 
 ntfs-3g:
   /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.243/data/root/etc/inst_setup 

commit yast2-network for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2016-05-23 16:36:09

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2016-05-10 09:24:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2016-05-23 16:36:10.0 +0200
@@ -1,0 +2,22 @@
+Tue May 17 16:04:49 UTC 2016 - mfi...@suse.com
+
+- bnc#971175
+  - /etc/hosts is correctly updated with static address, hostname
+when static net configuration is done via linuxrc and hostname
+is provided by AY profile
+- 3.1.151
+
+---
+Fri May 13 10:19:39 UTC 2016 - knut.anders...@suse.com
+
+- fate#315995
+  - Added physical port id to device overview and bond slaves item
+description if supported.
+  - Warn the user when two or more bonded interfaces share the
+same physical port.
+  - Available interfaces for bonding in bond slaves tab are now
+sorted and moving them up or down maintain the interface
+selected.
+- 3.1.150
+
+---

Old:

  yast2-network-3.1.149.tar.bz2

New:

  yast2-network-3.1.151.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.imYbXS/_old  2016-05-23 16:36:11.0 +0200
+++ /var/tmp/diff_new_pack.imYbXS/_new  2016-05-23 16:36:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.149
+Version:3.1.151
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.149.tar.bz2 -> yast2-network-3.1.151.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.149/package/yast2-network.changes 
new/yast2-network-3.1.151/package/yast2-network.changes
--- old/yast2-network-3.1.149/package/yast2-network.changes 2016-05-04 
21:43:30.0 +0200
+++ new/yast2-network-3.1.151/package/yast2-network.changes 2016-05-17 
18:24:00.0 +0200
@@ -1,4 +1,26 @@
 ---
+Tue May 17 16:04:49 UTC 2016 - mfi...@suse.com
+
+- bnc#971175
+  - /etc/hosts is correctly updated with static address, hostname
+when static net configuration is done via linuxrc and hostname
+is provided by AY profile
+- 3.1.151
+
+---
+Fri May 13 10:19:39 UTC 2016 - knut.anders...@suse.com
+
+- fate#315995
+  - Added physical port id to device overview and bond slaves item
+description if supported.
+  - Warn the user when two or more bonded interfaces share the
+same physical port.
+  - Available interfaces for bonding in bond slaves tab are now
+sorted and moving them up or down maintain the interface
+selected.
+- 3.1.150
+
+---
 Mon May  2 11:35:45 UTC 2016 - mfi...@suse.com
 
 - bnc#977953
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.149/package/yast2-network.spec 
new/yast2-network-3.1.151/package/yast2-network.spec
--- old/yast2-network-3.1.149/package/yast2-network.spec2016-05-04 
21:43:30.0 +0200
+++ new/yast2-network-3.1.151/package/yast2-network.spec2016-05-17 
18:24:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.149
+Version:3.1.151
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.149/src/clients/save_network.rb 
new/yast2-network-3.1.151/src/clients/save_network.rb
--- old/yast2-network-3.1.149/src/clients/save_network.rb   2016-05-04 
21:43:31.0 +0200
+++ new/yast2-network-3.1.151/src/clients/save_network.rb   2016-05-17 
18:24:00.0 +0200
@@ -36,8 +36,6 @@
 include Logger
 
 def main
-  Yast.import "UI"
-
   textdomain "network"
 
   Yast.import "DNS"
@@ -86,6 +84,8 @@
 SYSCONFIG = "/etc/sysconfig/network/"
 
 def CopyConfiguredNetworkFiles
+  return if Mode.autoinst && !NetworkAutoYast.instance.keep_net_config?
+
   log.info(
 "Copy network configuration files from 1st stage into installed system"
   )
@@ -247,15 +247,28 @@
   nil
 end
 
+# Creates target's default DNS configuration
+#
+# It uses DNS configuration 

  1   2   >