commit python3-CherryPy for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package python3-CherryPy for 
openSUSE:Factory checked in at 2016-07-10 21:52:03

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


Package is "python3-CherryPy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-CherryPy/python3-CherryPy.changes
2016-05-25 21:29:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-CherryPy.new/python3-CherryPy.changes   
2016-07-10 21:52:05.0 +0200
@@ -1,0 +2,39 @@
+Sat Jul  9 04:55:14 UTC 2016 - a...@gmx.de
+
+- update to version 6.0.2:
+  * Issue #1445: Correct additional typos.
+
+- changes from version 6.0.1:
+  * Issue #1444: Correct typos in "@cherrypy.expose" decorators.
+
+- changes from version 6.0.0:
+  * Setuptools is now required to build CherryPy. Pure distutils
+installs are no longer supported. This change allows CherryPy to
+depend on other packages and re-use code from them. It's still
+possible to install pre-built CherryPy packages (wheels) using pip
+without Setuptools.
+  * #1440: Back out changes from #1432 attempting to fix redirects
+with Unicode URLs, as it also had the unintended consequence of
+causing the 'Location' to be "bytes" on Python 3.
+  * "cherrypy.expose" now works on classes.
+  * "cherrypy.config" decorator is now used throughout the code
+internally.
+
+- changes from version 5.6.0:
+  * "@cherrypy.expose" now will also set the exposed attribute on a
+class.
+  * Rewrote all tutorials and internal usage to prefer the decorator
+usage of "expose" rather than setting the attribute explicitly.
+  * Removed test-specific code from tutorials.
+
+- changes from version 5.5.0:
+  * #1397: Fix for filenames with semicolons and quote characters in
+ filenames found in headers.
+  * #1311: Added decorator for registering tools.
+  * #1194: Use simpler encoding rules for SCRIPT_NAME and PATH_INFO
+ environment variables in CherryPy Tree allowing non-latin
+ characters to pass even when "wsgi.version" is not "u.0".
+  * #1352: Ensure that multipart fields are decoded even when cached
+ in a file.
+
+---

Old:

  CherryPy-5.4.0.tar.gz

New:

  CherryPy-6.0.2.tar.gz



Other differences:
--
++ python3-CherryPy.spec ++
--- /var/tmp/diff_new_pack.sZKZgJ/_old  2016-07-10 21:52:06.0 +0200
+++ /var/tmp/diff_new_pack.sZKZgJ/_new  2016-07-10 21:52:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-CherryPy
-Version:5.4.0
+Version:6.0.2
 Release:0
 Url:http://www.cherrypy.org
 Summary:Object-Oriented HTTP framework

++ CherryPy-5.4.0.tar.gz -> CherryPy-6.0.2.tar.gz ++
 5438 lines of diff (skipped)




commit python3-amqp for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package python3-amqp for openSUSE:Factory 
checked in at 2016-07-10 21:52:09

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


Package is "python3-amqp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp-doc.changes
2016-06-19 10:45:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes   
2016-07-10 21:52:11.0 +0200
@@ -1,0 +2,13 @@
+Sat Jul  9 05:01:02 UTC 2016 - a...@gmx.de
+
+- update to version 2.0.2:
+  * Python 3: Installation requirements ended up being a generator and
+crashed setup.py.  Fix contributed by ChangBo Guo(gcb).
+  * Python <= 2.7.7: struct.pack arguments cannot be unicode Fix
+contributed by Alan Justino and Xin Li.
+  * Python 3.4: Fixed use of `bytes % int`.  Fix contributed by Alan
+Justino.
+  * Connection/Transport: Fixed handling of default port.  Fix
+contributed by Quentin Pradet.
+
+---
python3-amqp.changes: same change

Old:

  amqp-2.0.1.tar.gz

New:

  amqp-2.0.2.tar.gz



Other differences:
--
++ python3-amqp-doc.spec ++
--- /var/tmp/diff_new_pack.27tk2K/_old  2016-07-10 21:52:12.0 +0200
+++ /var/tmp/diff_new_pack.27tk2K/_new  2016-07-10 21:52:12.0 +0200
@@ -17,16 +17,16 @@
 
 
 Name:   python3-amqp-doc
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:Documentation for python3-amqp
 License:LGPL-2.1
 Group:  Documentation/HTML
 Url:http://github.com/celery/py-amqp
 Source: 
https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
+BuildRequires:  python3-amqp = %{version}
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-amqp = %{version}
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-sphinxcontrib-issuetracker

++ python3-amqp.spec ++
--- /var/tmp/diff_new_pack.27tk2K/_old  2016-07-10 21:52:12.0 +0200
+++ /var/tmp/diff_new_pack.27tk2K/_new  2016-07-10 21:52:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-amqp
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:Low-level AMQP client for Python (fork of amqplib)
 License:LGPL-2.1

++ amqp-2.0.1.tar.gz -> amqp-2.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-2.0.1/Changelog new/amqp-2.0.2/Changelog
--- old/amqp-2.0.1/Changelog2016-06-01 03:27:34.0 +0200
+++ new/amqp-2.0.2/Changelog2016-06-11 02:41:53.0 +0200
@@ -5,6 +5,30 @@
 The previous amqplib changelog is here:
 http://code.google.com/p/py-amqplib/source/browse/CHANGES
 
+.. _version-2.0.2:
+
+2.0.2
+=
+:release-date: 2016-06-10 5:40 PM PDT
+:release-by: Ask Solem
+
+- Python 3: Installation requirements ended up being a generator
+  and crashed setup.py.
+
+Fix contributed by ChangBo Guo(gcb).
+
+- Python <= 2.7.7: struct.pack arguments cannot be unicode
+
+Fix contributed by Alan Justino and Xin Li.
+
+- Python 3.4: Fixed use of `bytes % int`.
+
+Fix contributed by Alan Justino.
+
+- Connection/Transport: Fixed handling of default port.
+
+Fix contributed by Quentin Pradet.
+
 .. _version-2.0.1:
 
 2.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-2.0.1/PKG-INFO new/amqp-2.0.2/PKG-INFO
--- old/amqp-2.0.1/PKG-INFO 2016-06-01 03:33:46.0 +0200
+++ new/amqp-2.0.2/PKG-INFO 2016-06-11 02:42:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: amqp
-Version: 2.0.1
+Version: 2.0.2
 Summary: Low-level AMQP client for Python (fork of amqplib)
 Home-page: http://github.com/celery/py-amqp
 Author: Ask Solem
@@ -12,7 +12,7 @@
 
 |build-status| |coverage| |bitdeli|
 
-:Version: 2.0.0rc2
+:Version: 2.0.2
 :Web: https://amqp.readthedocs.io/
 :Download: http://pypi.python.org/pypi/amqp/
 :Source: http://github.com/celery/py-amqp/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-2.0.1/README.rst new/amqp-2.0.2/README.rst
--- old/amqp-2.0.1/README.rst   2016-06-01 03:19:13.0 +0200
+++ new/amqp-2.0.2/README.rst   2016-06-11 02:41:53.0 +0200
@@ -4,7 +4,7 @@
 
 |build-status| |coverage| |bitdeli|
 
-:Version: 2.0.0rc2
+:Version: 2.0.2
 :Web: https://amqp.readthedocs.io/
 :Download: http://pypi.python.org/pypi/amqp/
 :Source: http://github.com/celery/py-amqp/
diff -urN 

commit linphone for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2016-07-10 21:52:02

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


Package is "linphone"

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2015-11-23 
07:30:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2016-07-10 
21:52:03.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 28 14:01:28 UTC 2016 - bwiedem...@suse.com
+
+- require a recent enough libbellesip0 package to run (bnc#957599)
+
+---



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.ULAAPY/_old  2016-07-10 21:52:04.0 +0200
+++ /var/tmp/diff_new_pack.ULAAPY/_new  2016-07-10 21:52:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linphone
 #
-# 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 @@
 Url:https://linphone.org/
 Source0:
http://download.savannah.gnu.org/releases/linphone/%{_version}.x/sources/%{name}-%{version}.tar.gz
 Source1:%{name}-manual.tar.bz2
+Requires:   libbellesip0 >= 1.4.2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes




commit MozillaThunderbird for openSUSE:13.2:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:13.2:Update checked in at 2016-07-10 20:30:18

Comparing /work/SRC/openSUSE:13.2:Update/MozillaThunderbird (Old)
 and  /work/SRC/openSUSE:13.2:Update/.MozillaThunderbird.new (New)


Package is "MozillaThunderbird"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NzpXv4/_old  2016-07-10 20:30:19.0 +0200
+++ /var/tmp/diff_new_pack.NzpXv4/_new  2016-07-10 20:30:19.0 +0200
@@ -1 +1 @@
-
+




commit MozillaThunderbird.5352 for openSUSE:13.2:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird.5352 for 
openSUSE:13.2:Update checked in at 2016-07-10 20:30:11

Comparing /work/SRC/openSUSE:13.2:Update/MozillaThunderbird.5352 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.MozillaThunderbird.5352.new (New)


Package is "MozillaThunderbird.5352"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ 
/work/SRC/openSUSE:13.2:Update/.MozillaThunderbird.5352.new/MozillaThunderbird.changes
  2016-07-10 20:30:12.0 +0200
@@ -0,0 +1,2565 @@
+---
+Thu Jun 30 09:18:14 UTC 2016 - w...@rosenauer.org
+
+- update to Thunderbird 45.2 (boo#983549)
+  Security fixes:
+  * CVE-2016-2818, CVE-2016-2815: Memory safety bugs (MFSA2016-49)
+- drop mozilla-flexible-array-member-in-union.patch, upstream
+
+---
+Fri Jun 24 14:10:58 UTC 2016 - w...@rosenauer.org
+
+- mozilla-binutils-visibility.patch to fix build issues with
+  gcc/binutils combination used in Leap 42.2 (boo#984637)
+
+---
+Thu Jun 23 10:15:51 UTC 2016 - w...@rosenauer.org
+
+- build with -fno-delete-null-pointer-checks for Tumbleweed/gcc6
+  as long as underlying issues have been addressed upstream
+  (boo#986162)
+
+---
+Mon Jun 13 20:28:01 UTC 2016 - ag...@suse.com
+
+- Fix running on 48bit va aarch64 (bsc#984126)
+  - Add patch mozilla-aarch64-48bit-va.patch
+
+---
+Fri May 27 12:51:23 UTC 2016 - w...@rosenauer.org
+
+- update to Thunderbird 45.1.1
+  * When entering members into a mailing list, the enter key
+dismissed the panel instead of just moving onto the next line
+  * Email without HTML elements was sent as HTML, despite
+"Delivery Format: Auto-detect" option
+  * Options applied to a template were lost when the template was used
+  * Contacts could not be deleted when they were found through a search
+  * Views from global searches did not respect
+"mail.threadpane.use_correspondents"
+
+---
+Wed May 25 18:20:24 UTC 2016 - badshah...@gmail.com
+
+- The conditional testing for gcc was failing for different
+  openSUSE versions, drop it and apply patches unconditionally.
+
+---
+Tue May 24 18:28:31 UTC 2016 - badshah...@gmail.com
+
+- Add patches to fix building with gcc >= 6:
+  + mozilla-gcc6.patch: patch taken from fedora's git and is
+essentially identical to upstream firefox patch:
+https://hg.mozilla.org/mozilla-central/rev/55212130f19d.
+  + mozilla-flexible-array-member-in-union.patch: patch taken
+from upstream bmo#1272649.
+
+---
+Thu May 12 15:21:45 UTC 2016 - dims...@opensuse.org
+
+- Copy the icons to /usr/share/icons instead of symlinking them:
+  in preparation for containerized apps (e.g. xdg-app) as well as
+  AppStream metadata extraction, there are a couple locations that
+  need to be real files for system integration (.desktop files,
+  icons, mime-type info).
+
+---
+Sat May  7 22:19:09 UTC 2016 - w...@rosenauer.org
+
+- update to Thunderbird 45.1.0 (boo#977333)
+  * MFSA 2016-39/CVE-2016-2806/CVE-2016-2807 (boo#977375, boo#977376)
+Miscellaneous memory safety hazards
+
+---
+Wed Apr 27 04:26:56 UTC 2016 - badshah...@gmail.com
+
+- For openSUSE > 13.2, the build fails for i586 as it goes out of
+  memory. Prevent this from happening by disabing parallel build
+  in this particular case (i.e. do not pass
+  mk_add_options MOZ_MAKE_FLAGS%{?jobs:-j%jobs}).
+
+---
+Sat Apr 16 08:11:14 UTC 2016 - w...@rosenauer.org
+
+- update to Thunderbird 45.0 (boo#969894)
+  * Add a Correspondents column combining Sender and Recipient
+  * Much better support for XMPP chatrooms and commands
+  * Remote content exceptions: Improved options to add exceptions
+  * Implement option to always use HTML formatting to prevent
+unexpected format loss when converting messages to plain text
+  * Use OpenStreetmap for maps (even allow the user to choose from
+list of map services)
+  * Allow spell checking and dictionary selection in the subject line
+  * Allow editing of From when composing a message
+  * Add dropdown in compose to allow specific setting of font size
+  * Return/Enter in composer will now insert a new paragraph by
+default (shift-Enter 

commit spec-cleaner for openSUSE:13.2:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for 
openSUSE:13.2:Update checked in at 2016-07-10 20:28:46

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


Package is "spec-cleaner"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wzUUVp/_old  2016-07-10 20:28:47.0 +0200
+++ /var/tmp/diff_new_pack.wzUUVp/_new  2016-07-10 20:28:47.0 +0200
@@ -1 +1 @@
-
+




commit libzypp for openSUSE:13.2:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:13.2:Update 
checked in at 2016-07-10 20:27:31

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


Package is "libzypp"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3xH2Sc/_old  2016-07-10 20:27:32.0 +0200
+++ /var/tmp/diff_new_pack.3xH2Sc/_new  2016-07-10 20:27:32.0 +0200
@@ -1 +1 @@
-
+




commit kbd for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2016-07-10 18:46:29

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


Package is "kbd"

Changes:

--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2015-12-18 21:49:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes 2016-07-10 
18:46:30.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 16 00:18:55 CET 2016 - marceloa...@gmail.com
+
+- Fix data/keymaps/i386/querty/br-abnt2.map
+  (boo#984958, kbd-1.15.5-br-abnt2-slash-question.patch)
+
+---

New:

  kbd-1.15.5-br-abnt2-slash-question.patch



Other differences:
--
++ kbd.spec ++
--- /var/tmp/diff_new_pack.0zaeQa/_old  2016-07-10 18:46:32.0 +0200
+++ /var/tmp/diff_new_pack.0zaeQa/_new  2016-07-10 18:46:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kbd
 #
-# 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
@@ -59,6 +59,7 @@
 # Patch13: adds xkb and legacy keymaps subdirs to loadkyes search path
 # (openSUSE FATE#318355, sle FATE#318426)
 Patch13:kbd-1.15.5-loadkeys-search-path.patch
+Patch14:kbd-1.15.5-br-abnt2-slash-question.patch
 
 BuildRequires:  automake
 BuildRequires:  bison
@@ -125,6 +126,7 @@
 %patch11
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 for i in `find data/keymaps/mac -type f` ; do

++ kbd-1.15.5-br-abnt2-slash-question.patch ++
--- kbd-1.15.5/data/keymaps/i386/qwerty/br-abnt2.map.orig   2012-12-01 
19:41:38.0 -0200
+++ kbd-1.15.5/data/keymaps/i386/qwerty/br-abnt2.map2016-06-16 
00:18:55.745193940 -0300
@@ -88,3 +88,6 @@
 keycode 125 = Scroll_Backward
 keycode 126 = Scroll_Forward
 keycode 127 = Compose
+
+   altgr   keycode  16 = slash
+   altgr   keycode  17 = question



commit systemd for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2016-07-10 18:46:36

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2016-05-17 
17:04:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2016-07-10 18:46:37.0 +0200
@@ -1,0 +2,8 @@
+Sat Jun 18 16:17:36 UTC 2016 - arvidj...@gmail.com
+
+- drop 1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
+  it breaks btrfs on multiple device-mapper devices (boo#984516). The problem
+  it tried to fix is already fixed in rule shipped with btrfsprogs (see
+  boo#912170).
+
+---
systemd.changes: same change

Old:

  1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.RkROJJ/_old  2016-07-10 18:46:39.0 +0200
+++ /var/tmp/diff_new_pack.RkROJJ/_new  2016-07-10 18:46:39.0 +0200
@@ -288,8 +288,6 @@
 Patch1035:  1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch
 # PATCH-FIX-SUSE See bnc#882714  comment #51 
 Patch1037:  1037-udev-exclude-cd-dvd-from-block-device.patch
-# PATCH-FIX-SUSE 
1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
-Patch1060:  
1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
 # PATCH-FIX-SUSE 1062-rules-set-default-permissions-for-GenWQE-devices.patch 
(bnc#890977)
 Patch1062:  1062-rules-set-default-permissions-for-GenWQE-devices.patch
 # PATCH-FIX-SUSE 
1066-udev-add-compatibility-links-for-truncated-by-id-links.patch (bnc#886852)
@@ -622,7 +620,6 @@
 %if %{with blkrrpart}
 %patch1037 -p1
 %endif
-%patch1060 -p1
 %patch1062 -p1
 %patch1066 -p1
 %patch1095 -p1

++ systemd.spec ++
--- /var/tmp/diff_new_pack.RkROJJ/_old  2016-07-10 18:46:39.0 +0200
+++ /var/tmp/diff_new_pack.RkROJJ/_new  2016-07-10 18:46:39.0 +0200
@@ -283,8 +283,6 @@
 Patch1035:  1035-99-systemd.rules-Ignore-devices-with-SYSTEMD_READY-0.patch
 # PATCH-FIX-SUSE See bnc#882714  comment #51 
 Patch1037:  1037-udev-exclude-cd-dvd-from-block-device.patch
-# PATCH-FIX-SUSE 
1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
-Patch1060:  
1060-udev-use-device-mapper-target-name-for-btrfs-device-ready.patch
 # PATCH-FIX-SUSE 1062-rules-set-default-permissions-for-GenWQE-devices.patch 
(bnc#890977)
 Patch1062:  1062-rules-set-default-permissions-for-GenWQE-devices.patch
 # PATCH-FIX-SUSE 
1066-udev-add-compatibility-links-for-truncated-by-id-links.patch (bnc#886852)
@@ -617,7 +615,6 @@
 %if %{with blkrrpart}
 %patch1037 -p1
 %endif
-%patch1060 -p1
 %patch1062 -p1
 %patch1066 -p1
 %patch1095 -p1




commit dracut for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2016-07-10 18:46:42

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


Package is "dracut"

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2016-06-13 
21:54:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2016-07-10 
18:46:43.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul  4 12:19:43 UTC 2016 - ag...@suse.com
+
+- Add 32bit arm support to installkernel
+
+---
+Fri Jun 17 11:24:26 UTC 2016 - fv...@suse.com
+
+- Add 0213-10i18n-keymap-find.patch:
+- Fix choice of keymap for inclusion (bsc#942896)
+- Refresh 0301-include_sysconfig_language.patch
+
+---
@@ -5,0 +18,6 @@
+
+---
+Tue May 31 12:53:28 UTC 2016 - meiss...@suse.com
+
+- fips-kernel-4.4-fixes.patch: adjust the kernel module list to
+  match the SLES 12 SP2 kernel. (bsc#976577)

New:

  0213-10i18n-keymap-find.patch
  fips-kernel-4.4-fixes.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.vpeNHA/_old  2016-07-10 18:46:45.0 +0200
+++ /var/tmp/diff_new_pack.vpeNHA/_new  2016-07-10 18:46:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dracut
 #
-# 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
@@ -90,6 +90,7 @@
 Patch126:   0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
 Patch137:   0137-Switch-from-Mozilla-NSS-sha256hmac-checking-to-fipsc.patch
 Patch138:   0138-fips_add_aesni-intel.patch
+Patch139:   fips-kernel-4.4-fixes.patch
 
 # Others
 Patch20:0020-00warpclock-Set-correct-timezone.patch
@@ -132,6 +133,7 @@
 Patch209:   0209-fix_modules_load_d_hostonly.patch
 Patch210:   0210-add_fcoe_uefi_check.patch
 Patch212:   0212-fcoe_reorder_init_path.patch
+Patch213:   0213-10i18n-keymap-find.patch
 
 # SUSE-specific fixes
 Patch300:   0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
@@ -263,6 +265,7 @@
 
 %patch137 -p1
 %patch138 -p1
+%patch139 -p1
 
 %patch142 -p1
 %patch144 -p1
@@ -305,6 +308,7 @@
 %patch209 -p1
 %patch210 -p1
 %patch212 -p1
+%patch213 -p1
 
 %patch300 -p1
 %patch301 -p1

++ 0213-10i18n-keymap-find.patch ++
From: Fabian Vogt 
Subject: Fix wrong keymap inclusion
References: bsc#942896

For MAP=lt, dracut would choose lt.std.map instead of lt.map.

---
 modules.d/10i18n/module-setup.sh |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Index: dracut-044/modules.d/10i18n/module-setup.sh
===
--- dracut-044.orig/modules.d/10i18n/module-setup.sh
+++ dracut-044/modules.d/10i18n/module-setup.sh
@@ -30,8 +30,9 @@ install() {
 # This is from 10redhat-i18n.
 findkeymap () {
 local MAP=$1
+local MAPNAME=${1%.map*}
 [[ ! -f $MAP ]] && \
-MAP=$(find ${kbddir}/keymaps -type f -name $MAP -o -name $MAP.\* | 
head -n1)
+MAP=$(find ${kbddir}/keymaps -type f -name ${MAPNAME} -o -name 
${MAPNAME}.map -o -name ${MAPNAME}.map.\* | head -n1)
 [[ " $KEYMAPS " = *" $MAP "* ]] && return
 KEYMAPS="$KEYMAPS $MAP"
 case $MAP in
++ 0301-include_sysconfig_language.patch ++
--- /var/tmp/diff_new_pack.vpeNHA/_old  2016-07-10 18:46:45.0 +0200
+++ /var/tmp/diff_new_pack.vpeNHA/_new  2016-07-10 18:46:45.0 +0200
@@ -11,10 +11,10 @@
  modules.d/10i18n/module-setup.sh |8 +---
  1 file changed, 5 insertions(+), 3 deletions(-)
 
-Index: dracut-043/modules.d/10i18n/module-setup.sh
+Index: dracut-044/modules.d/10i18n/module-setup.sh
 ===
 dracut-043.orig/modules.d/10i18n/module-setup.sh
-+++ dracut-043/modules.d/10i18n/module-setup.sh
+--- dracut-044.orig/modules.d/10i18n/module-setup.sh
 dracut-044/modules.d/10i18n/module-setup.sh
 @@ -25,6 +25,7 @@ install() {
  KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps
  DEFAULT_FONT="${i18n_default_font:-LatArCyrHeb-16}"
@@ -23,7 +23,7 @@
  VCONFIG_CONF="/etc/vconsole.conf"
  
  # This is from 10redhat-i18n.
-@@ -211,9 +212,10 @@ install() {
+@@ -212,9 +213,10 @@ install() {
  
  if dracut_module_included "systemd" && [[ -f ${I18N_CONF} ]]; then
   

commit python3-setuptools for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2016-07-10 18:45:48

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


Package is "python3-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2016-06-29 15:09:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2016-07-10 18:45:50.0 +0200
@@ -1,0 +2,29 @@
+Mon Jul  4 16:05:03 UTC 2016 - a...@gmx.de
+
+- update to version 24.0.2:
+  * If MSVC++14 is needed setuptools.msvc now redirect user to Visual
+C++ Build Tools web page.
+
+---
+Sun Jul  3 16:41:34 UTC 2016 - a...@gmx.de
+
+- update to version 24.0.1:
+  * #625 and #626: Fixes on setuptools.msvc mainly for Python 2 and
+ Linux.
+
+---
+Sat Jul  2 22:24:59 UTC 2016 - a...@gmx.de
+
+- update to version 24.0.0:
+  * Pull Request #174: Add more aggressive support for Windows SDK in
+msvc9compiler patch.
+  * Renamed setuptools.msvc9_support to setuptools.msvc.
+
+---
+Sat Jul  2 17:05:30 UTC 2016 - a...@gmx.de
+
+- update to version 23.2.1:
+  * Re-release of v23.2.0, which was missing the intended commits.
+  * #623: Remove used of deprecated 'U' flag when reading manifests.
+
+---

Old:

  setuptools-23.1.0.tar.gz

New:

  setuptools-24.0.2.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.Ksrw3U/_old  2016-07-10 18:45:52.0 +0200
+++ /var/tmp/diff_new_pack.Ksrw3U/_new  2016-07-10 18:45:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:23.1.0
+Version:24.0.2
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-23.1.0.tar.gz -> setuptools-24.0.2.tar.gz ++
 1927 lines of diff (skipped)




commit kmod for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2016-07-10 18:46:20

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2016-02-18 
12:35:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2016-07-10 
18:46:21.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 15:18:29 UTC 2016 - mma...@suse.cz
+
+- libkmod: Handle long lines in /proc/modules (bsc#983754)
+  0001-libkmod-Handle-long-lines-in-proc-modules.patch
+
+---

New:

  0001-libkmod-Handle-long-lines-in-proc-modules.patch



Other differences:
--
++ kmod-testsuite.spec ++
--- /var/tmp/diff_new_pack.tJ3suf/_old  2016-07-10 18:46:22.0 +0200
+++ /var/tmp/diff_new_pack.tJ3suf/_new  2016-07-10 18:46:22.0 +0200
@@ -36,6 +36,8 @@
 Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch7: 0001-use-correct-sort-method-in-test-array.patch
+Patch8: depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch
+Patch9: 0001-libkmod-Handle-long-lines-in-proc-modules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -61,7 +63,7 @@
 
 %prep
 %setup -q -n kmod-%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -P 8 -P 9 -p1
 
 %build
 autoreconf -fi

++ kmod.spec ++
--- /var/tmp/diff_new_pack.tJ3suf/_old  2016-07-10 18:46:22.0 +0200
+++ /var/tmp/diff_new_pack.tJ3suf/_new  2016-07-10 18:46:22.0 +0200
@@ -37,6 +37,7 @@
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch7: 0001-use-correct-sort-method-in-test-array.patch
 Patch8: depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch
+Patch9: 0001-libkmod-Handle-long-lines-in-proc-modules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -102,7 +103,7 @@
 
 %prep
 %setup -q -n kmod-%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1 -P 8 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -P 8 -P 9 -p1
 
 %build
 autoreconf -fi

++ 0001-libkmod-Handle-long-lines-in-proc-modules.patch ++
>From d1a89109faebc3db7e01d10fb8ac6f9dd2332a8f Mon Sep 17 00:00:00 2001
From: Michal Marek 
Date: Thu, 16 Jun 2016 09:18:52 +0200
Subject: [PATCH] libkmod: Handle long lines in /proc/modules
Patch-mainline: Submitted to linux-modu...@vger.kernel.org on 2016-06-17
References: bsc#983754

kmod_module_new_from_loaded() calls fgets with a 4k buffer. When a
module such as usbcore is used by too many modules, the rest of the line
is considered a beginning of another lines and we eventually get errors
like these from lsmod:

libkmod: kmod_module_get_holders: could not open '/sys/module/100,/holders': No 
such file or directory

together with bogus entries in the output. In kmod_module_get_size, the
problem does not affect functionality, but the line numbers in error
messages will be wrong.

Signed-off-by: Michal Marek 
---

I wrote a test case for this as well, but it is failing because the
testsuite itself has problems with output larger than 4k. I'll send
something later.

Also, the buffer could be shrinked now, so that we do not use that much
space on stack. Not sure if this is of interest or not. I left it as is.

Michal


---
 libkmod/libkmod-module.c | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
index 1460c6746cc4..25dcda7667b7 100644
--- a/libkmod/libkmod-module.c
+++ b/libkmod/libkmod-module.c
@@ -1660,13 +1660,14 @@ KMOD_EXPORT int kmod_module_new_from_loaded(struct 
kmod_ctx *ctx,
struct kmod_module *m;
struct kmod_list *node;
int err;
+   size_t len = strlen(line);
char *saveptr, *name = strtok_r(line, " \t", );
 
err = kmod_module_new_from_name(ctx, name, );
if (err < 0) {
ERR(ctx, "could not get module from name '%s': %s\n",
name, strerror(-err));
-   continue;
+   goto eat_line;
}
 
node = kmod_list_append(l, m);
@@ -1676,6 +1677,9 @@ KMOD_EXPORT int kmod_module_new_from_loaded(struct 
kmod_ctx *ctx,
ERR(ctx, "out of memory\n");
kmod_module_unref(m);
   

commit multipath-tools for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2016-07-10 18:45:55

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


Package is "multipath-tools"

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2016-06-10 23:59:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2016-07-10 18:45:58.0 +0200
@@ -1,0 +2,27 @@
+Mon Jul  4 22:30:43 UTC 2016 - jeng...@inai.de
+
+- Remove obsoletes spec sections
+
+---
+Mon Jul  4 09:47:21 CEST 2016 - h...@suse.de
+
+- Move config accesses to use user-space RCU (bsc#987526)
+  * Revert 'move filter_devnode under vector lock'
+  * Revert the rework patch
+- Include patches from upstream:
+  * Update hardware tables
+  * Update kpartx manpage
+  * Whitespace fixes
+  * Include coverity fixes
+  * Drop AUTHOR file
+- Update tarball to 0.6.1+suse20160704.6e52398
+
+---
+Wed Jun  8 08:33:48 UTC 2016 - lnus...@suse.de
+
+- fix service file to not pretend that this is the upstream version.
+  Now labeled 0.6.1+suse20160603.9b920e3
+- Fix BuildRequire to get systemd.pc from correct package (bsc#983167)
+- point rcmultipathd to /usr/sbin/service to avoid dangling symlink warning
+
+---

Old:

  multipath-tools-0.6.1.tar.xz

New:

  _servicedata
  multipath-tools-0.6.1+suse20160704.6e52398.tar.xz



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.4abxIh/_old  2016-07-10 18:45:59.0 +0200
+++ /var/tmp/diff_new_pack.4abxIh/_new  2016-07-10 18:45:59.0 +0200
@@ -16,24 +16,30 @@
 #
 
 
+%define version_unconverted 0.6.1+suse20160704.6e52398
+
 Name:   multipath-tools
 BuildRequires:  device-mapper-devel
 BuildRequires:  libaio-devel
 BuildRequires:  libudev-devel
+BuildRequires:  liburcu-devel
 BuildRequires:  readline-devel
-BuildRequires:  systemd-devel
 BuildRequires:  udev
+BuildRequires:  pkgconfig(libsystemd)
+BuildRequires:  pkgconfig(systemd)
 Url:http://christophe.varoqui.free.fr/
 Requires:   device-mapper >= 1.2.78
 Requires:   kpartx
 PreReq: %insserv_prereq %fillup_prereq coreutils grep
-Version:0.6.1
+Version:0.6.1+suse20160704.6e52398
 Release:0
 Summary:Tools to Manage Multipathed Devices with the device-mapper
 License:GPL-2.0
 Group:  System/Base
 %{?systemd_requires}
 %define has_systemd 1
+#FIXME: https://github.com/hreinecke/multipath-tools.git needs to
+#be moved to SUSE namespace
 Source: multipath-tools-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1220
@@ -57,12 +63,6 @@
 - kpartx: maps linear devmaps to device partitions, which makes
 multipath maps partionable
 
-
-
-Authors:
-
-Christophe Varoqui 
-
 %package -n kpartx
 Summary:Manages partition tables on device-mapper devices
 Group:  System/Base
@@ -72,12 +72,6 @@
 The kpartx program maps linear devmaps to device partitions, which
 makes multipath maps partionable.
 
-
-
-Authors:
-
-Christophe Varoqui 
-
 %package devel
 Summary:Development libraries for multipath-tools
 Group:  Development/Libraries/Other
@@ -87,11 +81,6 @@
 This package contains the development libraries for multipath-tools
 and libmpath_persist.
 
-
-Authors:
-
-Christophe Varoqui 
-
 %prep
 %setup -q -n multipath-tools-%{version}
 
@@ -104,10 +93,7 @@
 rm $RPM_BUILD_ROOT/%_lib/libmpathpersist.so
 rm $RPM_BUILD_ROOT/%_lib/libmpathcmd.so
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
-ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd
-
-%clean
-rm -rf $RPM_BUILD_ROOT;
+ln -sf /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd
 
 %pre
 [ -f /.buildenv ] && exit 0
@@ -142,7 +128,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHOR COPYING README ChangeLog
+%doc COPYING README ChangeLog
 %{_udevrulesdir}/11-dm-mpath.rules
 %{_udevrulesdir}/56-multipath.rules
 /%{_lib}/libmultipath.so.0

++ _service ++
--- /var/tmp/diff_new_pack.4abxIh/_old  2016-07-10 18:45:59.0 +0200
+++ /var/tmp/diff_new_pack.4abxIh/_new  2016-07-10 18:45:59.0 +0200
@@ -4,11 +4,13 @@
 https://github.com/hreinecke/multipath-tools.git
 
 multipath-tools
-0.6.1
+0.6.1+suse%cd.%h
 sles12-sp2
+enable
   
   
 *multipath-tools*.tar
  

commit rpmlint for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2016-07-10 18:45:17

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2016-07-01 
09:54:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2016-07-10 
18:45:18.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 30 20:33:17 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Add issue_68_BinariesCheck_lower_memory.patch
+  Fixes out-of-memory errors on 32bit systems (bsc#969732)
+

New:

  issue_68_BinariesCheck_lower_memory.patch



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.VGtWCK/_old  2016-07-10 18:45:19.0 +0200
+++ /var/tmp/diff_new_pack.VGtWCK/_new  2016-07-10 18:45:19.0 +0200
@@ -116,6 +116,7 @@
 Patch64:omit_BUILDROOT_from_pyo_files.patch
 # PATCH-FIX-UPSTREAM 
0001-Fix-resolving-Python-source-from-3.5-.opt-12.pyc.patch alarr...@suse.com 
-- Fixes resolving python source from files generated following PEP0488
 Patch65:0001-Fix-resolving-Python-source-from-3.5-.opt-12.pyc.patch
+Patch66:issue_68_BinariesCheck_lower_memory.patch
 # PATCHLIST END
 # BuildArch must at the end. is a bug: 
https://bugzilla.suse.com/show_bug.cgi?id=926766
 BuildArch:  noarch

++ issue_68_BinariesCheck_lower_memory.patch ++
>From c5871542684bf1439d96f2430fe4f0010070e4db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= 
Date: Sun, 7 Feb 2016 10:10:51 +0200
Subject: [PATCH] BinariesCheck: avoid false chroot w/o chdir when objdump
 fails

https://bugzilla.redhat.com/show_bug.cgi?id=1305302
---
 BinariesCheck.py | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/BinariesCheck.py b/BinariesCheck.py
index b2c030e..33dfae5 100644
--- a/BinariesCheck.py
+++ b/BinariesCheck.py
@@ -210,7 +210,10 @@ def __init__(self, pkg, path, file, is_ar, is_shlib):
 # on a server like postfix
 res = Pkg.getstatusoutput(
 ('env', 'LC_ALL=C', 'objdump', '-d', path))
-if not res[0]:
+if res[0]:
+printWarning(pkg, 'binaryinfo-objdump-failed', file)
+self.chroot_near_chdir = True  # avoid false positive
+else:
 call = []
 # we want that :
 # 401eb8:   e8 c3 f0 ff ff  callq  400f80 

@@ -645,6 +648,9 @@ def check_binary(self, pkg):
 'binaryinfo-readelf-failed',
 '''Executing readelf on this file failed, all checks could not be run.''',
 
+'binaryinfo-objdump-failed',
+'''Executing objdump on this file failed, all checks could not be run.''',
+
 'binaryinfo-tail-failed',
 '''Reading trailing bytes of this file failed, all checks could not be run.''',
 
>From be76ea6216987eefe9e863b193657318720bca51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Sun, 13 Mar 2016 16:01:37 +0100
Subject: [PATCH 1/3] BinariesCheck: lower memory requirements, fix
 chroot/chdir detection

Do not read whole output of objdump -d into memory, but read and process
the output while it is created (issue #67).
Also correct expression to find 'chdir@plt' in output (issue #66)
---
 BinariesCheck.py | 49 ++---
 1 file changed, 30 insertions(+), 19 deletions(-)

diff --git a/BinariesCheck.py b/BinariesCheck.py
index 33dfae5..ee6d00b 100644
--- a/BinariesCheck.py
+++ b/BinariesCheck.py
@@ -10,6 +10,7 @@
 import re
 import stat
 import sys
+import subprocess
 
 import rpm
 
@@ -205,27 +206,37 @@ def __init__(self, pkg, path, file, is_ar, is_shlib):
 # check if chroot is near chdir (since otherwise, chroot is called
 # without chdir)
 if self.chroot and self.chdir:
-# FIXME this check is too slow, because forking for objdump is
-# quite slow according to a quick test and that's quite visible
-# on a server like postfix
-res = Pkg.getstatusoutput(
-('env', 'LC_ALL=C', 'objdump', '-d', path))
-if res[0]:
+p = subprocess.Popen(
+['env', 'LC_ALL=C', 'objdump', '-d', path],
+stdout=subprocess.PIPE, bufsize=1)
+with p.stdout:
+# we want that :
+# 401eb8:   e8 c3 f0 ff ff  callq  400f80 

+objdump_call_regex = re.compile(b'callq?\s(.*)')
+

commit perl-YAML for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML for openSUSE:Factory 
checked in at 2016-07-10 18:46:03

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


Package is "perl-YAML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML/perl-YAML.changes  2015-04-25 
21:17:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2016-07-10 
18:46:04.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul  6 08:59:20 UTC 2016 - co...@suse.com
+
+- updated to 1.17
+   see /usr/share/doc/packages/perl-YAML/Changes
+
+  1.17 Tue Jul  5 20:20:55 UTC 2016
+   - Use Mo 0.40
+
+---
+Mon Jul  4 13:30:34 UTC 2016 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-YAML/Changes
+
+  1.16 Sun Jul  3 10:53:06 PDT 2016
+   - Apply PR/158 by @bgruening++
+   - Fix VERSION issue
+
+---

Old:

  YAML-1.15.tar.gz

New:

  YAML-1.17.tar.gz



Other differences:
--
++ perl-YAML.spec ++
--- /var/tmp/diff_new_pack.bnSS4Z/_old  2016-07-10 18:46:05.0 +0200
+++ /var/tmp/diff_new_pack.bnSS4Z/_new  2016-07-10 18:46:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-YAML
-Version:1.15
+Version:1.17
 Release:0
 %define cpan_name YAML
 Summary:YAML Ain't Markup Language™
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML/
-Source0:
http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +35,7 @@
 
 %description
 The YAML.pm module implements a YAML Loader and Dumper based on the YAML
-1.0 specification. the http://www.yaml.org/spec/ manpage
+1.0 specification. http://www.yaml.org/spec/
 
 YAML is a generic data serialization language that is optimized for human
 readability. It can be used to express the data structures of most modern

++ YAML-1.15.tar.gz -> YAML-1.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.15/CONTRIBUTING new/YAML-1.17/CONTRIBUTING
--- old/YAML-1.15/CONTRIBUTING  2015-04-18 17:03:28.0 +0200
+++ new/YAML-1.17/CONTRIBUTING  2016-07-05 22:21:06.0 +0200
@@ -57,4 +57,4 @@
 
 
 
-# This file generated by Zilla-Dist-0.0.192
+# This file generated by Zilla-Dist-0.0.193
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.15/Changes new/YAML-1.17/Changes
--- old/YAML-1.15/Changes   2015-04-18 17:03:28.0 +0200
+++ new/YAML-1.17/Changes   2016-07-05 22:21:06.0 +0200
@@ -1,3 +1,10 @@
+1.17 Tue Jul  5 20:20:55 UTC 2016
+ - Use Mo 0.40
+
+1.16 Sun Jul  3 10:53:06 PDT 2016
+ - Apply PR/158 by @bgruening++
+ - Fix VERSION issue
+
 1.15 Sat Apr 18 17:03:09 CEST 2015
  - Fix Issue
  - Don't require newlines at end of YAML.
@@ -330,4 +337,3 @@
 
 0.01 Mon Oct 15 19:18:49 2001
  - original version; created by h2xs 1.19
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.15/LICENSE new/YAML-1.17/LICENSE
--- old/YAML-1.15/LICENSE   2015-04-18 17:03:28.0 +0200
+++ new/YAML-1.17/LICENSE   2016-07-05 22:21:06.0 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2015 by Ingy döt Net.
+This software is copyright (c) 2016 by Ingy döt Net.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2015 by Ingy döt Net.
+This software is Copyright (c) 2016 by Ingy döt Net.
 
 This is free software, licensed under:
 
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license 

commit python3-numpy for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2016-07-10 18:45:40

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


Package is "python3-numpy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy-doc.changes  
2016-05-17 17:11:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes 
2016-07-10 18:45:41.0 +0200
@@ -1,0 +2,31 @@
+Wed Jun 29 05:14:11 UTC 2016 - a...@gmx.de
+
+- update to version 1.11.1:
+  * #7506 BUG: Make sure numpy imports on python 2.6 when nose is
+ unavailable.
+  * #7530 BUG: Floating exception with invalid axis in np.lexsort.
+  * #7535 BUG: Extend glibc complex trig functions blacklist to glibc
+ < 2.18.
+  * #7551 BUG: Allow graceful recovery for no compiler.
+  * #7558 BUG: Constant padding expected wrong type in
+ constant_values.
+  * #7578 BUG: Fix OverflowError in Python 3.x. in swig interface.
+  * #7590 BLD: Fix configparser.InterpolationSyntaxError.
+  * #7597 BUG: Make np.ma.take work on scalars.
+  * #7608 BUG: linalg.norm(): Don't convert object arrays to float.
+  * #7638 BLD: Correct C compiler customization in system_info.py.
+  * #7654 BUG: ma.median of 1d array should return a scalar.
+  * #7656 BLD: Remove hardcoded Intel compiler flag -xSSE4.2.
+  * #7660 BUG: Temporary fix for str(mvoid) for object field types.
+  * #7665 BUG: Fix incorrect printing of 1D masked arrays.
+  * #7670 BUG: Correct initial index estimate in histogram.
+  * #7671 BUG: Boolean assignment no GIL release when transfer needs
+ API.
+  * #7676 BUG: Fix handling of right edge of final histogram bin.
+  * #7680 BUG: Fix np.clip bug NaN handling for Visual Studio 2015.
+  * #7724 BUG: Fix segfaults in np.random.shuffle.
+  * #7731 MAINT: Change mkl_info.dir_env_var from MKL to MKLROOT.
+  * #7737 BUG: Fix issue on OS X with Python 3.x, npymath.ini not
+ installed.
+
+---
@@ -6 +36,0 @@
-
python3-numpy.changes: same change

Old:

  numpy-1.11.0.tar.gz

New:

  numpy-1.11.1.tar.gz



Other differences:
--
++ python3-numpy-doc.spec ++
--- /var/tmp/diff_new_pack.dBE0Xv/_old  2016-07-10 18:45:42.0 +0200
+++ /var/tmp/diff_new_pack.dBE0Xv/_new  2016-07-10 18:45:42.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-numpy-doc
-Version:1.11.0
+Version:1.11.1
 Release:0
 Url:http://www.numpy.org/
 Summary:Documentation for python3-numpy
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Source: 
https://pypi.python.org/packages/source/n/numpy/numpy-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/n/numpy/numpy-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE numpy-buildfix.patch -- openSUSE-specific build fixes
 Patch0: numpy-buildfix.patch
 # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious 
compiler warnings that cause build failure

++ python3-numpy.spec ++
--- /var/tmp/diff_new_pack.dBE0Xv/_old  2016-07-10 18:45:42.0 +0200
+++ /var/tmp/diff_new_pack.dBE0Xv/_new  2016-07-10 18:45:42.0 +0200
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-numpy
-Version:1.11.0
+Version:1.11.1
 Release:0
 Url:http://www.numpy.org/
 Summary:NumPy array processing for numbers, strings, records and 
objects

++ numpy-1.11.0.tar.gz -> numpy-1.11.1.tar.gz ++
 2970 lines of diff (skipped)




commit perl-Path-Tiny for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Path-Tiny for openSUSE:Factory 
checked in at 2016-07-10 18:45:31

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


Package is "perl-Path-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Path-Tiny/perl-Path-Tiny.changes
2016-07-03 12:18:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Path-Tiny.new/perl-Path-Tiny.changes   
2016-07-10 18:45:36.0 +0200
@@ -1,0 +2,16 @@
+Mon Jul  4 13:05:08 UTC 2016 - co...@suse.com
+
+- updated to 0.096
+   see /usr/share/doc/packages/perl-Path-Tiny/Changes
+
+  0.096 2016-07-02 21:25:33-04:00 America/New_York
+  
+  - No changes from 0.095
+  
+  0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE)
+  
+  [Tests]
+  
+  - Improved method for hiding some modules during tests.
+
+---

Old:

  Path-Tiny-0.094.tar.gz

New:

  Path-Tiny-0.096.tar.gz



Other differences:
--
++ perl-Path-Tiny.spec ++
--- /var/tmp/diff_new_pack.kF5kAa/_old  2016-07-10 18:45:38.0 +0200
+++ /var/tmp/diff_new_pack.kF5kAa/_new  2016-07-10 18:45:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Path-Tiny
-Version:0.094
+Version:0.096
 Release:0
 %define cpan_name Path-Tiny
 Summary:File path utility

++ Path-Tiny-0.094.tar.gz -> Path-Tiny-0.096.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.094/CONTRIBUTING.mkdn 
new/Path-Tiny-0.096/CONTRIBUTING.mkdn
--- old/Path-Tiny-0.094/CONTRIBUTING.mkdn   2016-05-23 18:45:54.0 
+0200
+++ new/Path-Tiny-0.096/CONTRIBUTING.mkdn   2016-07-03 03:26:08.0 
+0200
@@ -3,7 +3,7 @@
 Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
 
-The distribution is managed with Dist::Zilla.  This means than many of the
+The distribution is managed with Dist::Zilla.  This means that many of the
 usual files you might expect are not in the repository, but are generated at
 release time, as is much of the documentation.  Some generated files are
 kept in the repository as a convenience (e.g. Makefile.PL or cpanfile).
@@ -51,7 +51,20 @@
 If you see typos or documentation issues in the generated docs, please
 email or open a bug ticket instead of patching.
 
-### Installing and using Dist::Zilla
+### Where to send patches and pull requests
+
+If you found this distribution on Github, sending a pull-request is the
+best way to contribute.
+
+If a pull-request isn't possible, a bug ticket with a patch file is the
+next best option.
+
+As a last resort, an email to the author(s) is acceptable.
+
+## Installing and using Dist::Zilla
+
+Dist::Zilla is not required for contributing, but if you'd like to learn
+more, this section will get you up to speed.
 
 Dist::Zilla is a very powerful authoring tool, optimized for maintaining a
 large number of distributions with a high degree of automation, but it has a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.094/Changes new/Path-Tiny-0.096/Changes
--- old/Path-Tiny-0.094/Changes 2016-05-23 18:45:54.0 +0200
+++ new/Path-Tiny-0.096/Changes 2016-07-03 03:26:08.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Path-Tiny
 
+0.096 2016-07-02 21:25:33-04:00 America/New_York
+
+- No changes from 0.095
+
+0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE)
+
+[Tests]
+
+- Improved method for hiding some modules during tests.
+
 0.094 2016-05-23 12:45:19-04:00 America/New_York
 
 - Fixed Changes note typo in 0.092.  0.092 had no changes since 0.091,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.094/MANIFEST new/Path-Tiny-0.096/MANIFEST
--- old/Path-Tiny-0.094/MANIFEST2016-05-23 18:45:54.0 +0200
+++ new/Path-Tiny-0.096/MANIFEST2016-07-03 03:26:08.0 +0200
@@ -47,7 +47,7 @@
 xt/author/pod-coverage.t
 xt/author/pod-spell.t
 xt/author/pod-syntax.t
+xt/author/portability.t
 xt/author/test-version.t
 xt/release/distmeta.t
 xt/release/minimum-version.t
-xt/release/portability.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Path-Tiny-0.094/META.json 
new/Path-Tiny-0.096/META.json
--- old/Path-Tiny-0.094/META.json   2016-05-23 18:45:54.0 +0200
+++ new/Path-Tiny-0.096/META.json   2016-07-03 03:26:08.0 +0200
@@ -4,7 +4,7 @@
   "David Golden 

commit python-pip for openSUSE:Factory

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2016-07-10 18:45:10

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


Package is "python-pip"

Changes:

--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes2016-03-16 
10:43:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes   
2016-07-10 18:45:12.0 +0200
@@ -1,0 +2,22 @@
+Thu Jun 30 06:33:26 UTC 2016 - tbecht...@suse.com
+
+- Use pypi.io as Source url.
+
+---
+Sat May 14 16:05:24 UTC 2016 - tbecht...@suse.com
+
+- update to 8.1.2:
+  * Fix a regression on systems with uninitialized locale (:issue:`3575`).
+  * Use environment markers to filter packages before determining if a
+required wheel is supported. Solves (:issue:`3254`).
+  * Make glibc parsing for `manylinux1` support more robust for the variety of
+glibc versions found in the wild (:issue:`3588`).
+  * Update environment marker support to fully support PEP 508 and legacy
+environment markers (:issue:`3624`).
+  * Always use debug logging to the ``--log`` file (:issue:`3351`).
+  * Don't attempt to wrap search results for extremely narrow terminal windows
+(:issue:`3655`).
+  * Fix regression with non-ascii requirement files on Python 2 and add support
+for encoding headers in requirement files (:issue:`3548`, :pull:`3547`).
+
+---

Old:

  pip-8.1.0.tar.gz

New:

  pip-8.1.2.tar.gz



Other differences:
--
++ python-pip.spec ++
--- /var/tmp/diff_new_pack.oGNF1n/_old  2016-07-10 18:45:13.0 +0200
+++ /var/tmp/diff_new_pack.oGNF1n/_new  2016-07-10 18:45:13.0 +0200
@@ -21,13 +21,13 @@
 %bcond_with test
 
 Name:   python-pip
-Version:8.1.0
+Version:8.1.2
 Release:0
 Url:http://www.pip-installer.org
 Summary:Pip installs packages. Python packages. An easy_install 
replacement
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/pip/pip-%{version}.tar.gz
+Source: https://pypi.io/packages/source/p/pip/pip-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ pip-8.1.0.tar.gz -> pip-8.1.2.tar.gz ++
 3357 lines of diff (skipped)




commit MozillaThunderbird for openSUSE:13.1:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:13.1:Update checked in at 2016-07-10 12:54:28

Comparing /work/SRC/openSUSE:13.1:Update/MozillaThunderbird (Old)
 and  /work/SRC/openSUSE:13.1:Update/.MozillaThunderbird.new (New)


Package is "MozillaThunderbird"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ck2hui/_old  2016-07-10 12:54:31.0 +0200
+++ /var/tmp/diff_new_pack.ck2hui/_new  2016-07-10 12:54:31.0 +0200
@@ -1 +1 @@
-
+




commit timezone-java for openSUSE:13.1:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package timezone-java for 
openSUSE:13.1:Update checked in at 2016-07-10 12:53:33

Comparing /work/SRC/openSUSE:13.1:Update/timezone-java (Old)
 and  /work/SRC/openSUSE:13.1:Update/.timezone-java.new (New)


Package is "timezone-java"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rAgnYj/_old  2016-07-10 12:53:34.0 +0200
+++ /var/tmp/diff_new_pack.rAgnYj/_new  2016-07-10 12:53:34.0 +0200
@@ -1 +1 @@
-
+




commit timezone for openSUSE:13.1:Update

2016-07-10 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:13.1:Update 
checked in at 2016-07-10 12:53:37

Comparing /work/SRC/openSUSE:13.1:Update/timezone (Old)
 and  /work/SRC/openSUSE:13.1:Update/.timezone.new (New)


Package is "timezone"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.nAYA5o/_old  2016-07-10 12:53:38.0 +0200
+++ /var/tmp/diff_new_pack.nAYA5o/_new  2016-07-10 12:53:38.0 +0200
@@ -1 +1 @@
-
+