commit xtrabackup for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2016-07-18 21:25:11

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


Package is "xtrabackup"

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2016-07-12 
23:51:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2016-07-18 21:25:54.0 +0200
@@ -1,0 +2,24 @@
+Sat Jul 16 19:14:14 UTC 2016 - astie...@suse.com
+
+- Percona XtraBackup 2.3.5, a bugfix release:
+  * Backup process would fail if --throttle option was used
+  * .ibd files for remote tablespaces were not copied back to the
+original location pointed by the .isl files.
+  * Fix crash when called with insufficient parameters, like
+specifying the empty --defaults-file option
+  * Change default value of --ftwrl-wait-query-type from "all" to
+"update"
+  * Allow the datadir from my.cnf to override the one from
+SHOW VARIABLES
+  * Fix failure on MariaDB if binary logs were in non-standard
+directory
+- Includes changes from 2.3.4:
+  * respect variables in backup-my.cnf without having to specify 
+--defaults-file=backup-my.cnf
+  * abort the backup if innobackupex --rsync completed with error
+  * Fix logging ouf GTID info with MariaDB 10
+  * Fix silent skipping of extra arguments
+  * Allow connections to servers using legacy auth with new option
+--skip-secure-auth
+
+---

Old:

  percona-xtrabackup-2.3.3-nodoc.tar.xz

New:

  percona-xtrabackup-2.3.5-nodoc.tar.xz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.SncIQH/_old  2016-07-18 21:25:56.0 +0200
+++ /var/tmp/diff_new_pack.SncIQH/_new  2016-07-18 21:25:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtrabackup
-Version:2.3.3
+Version:2.3.5
 Release:0
 Summary:Online backup for MySQL / InnoDB
 License:GPL-2.0

++ percona-xtrabackup-2.3.3-nodoc.tar.xz -> 
percona-xtrabackup-2.3.5-nodoc.tar.xz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.3.3-nodoc.tar.xz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.3.5-nodoc.tar.xz
 differ: char 26, line 1




commit python3-aiohttp for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-07-18 21:24:52

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


Package is "python3-aiohttp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2016-05-25 21:23:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-07-18 21:25:40.0 +0200
@@ -1,0 +2,67 @@
+Sat Jul 16 18:45:14 UTC 2016 - a...@gmx.de
+
+- update to version 0.22.1:
+  * Large cookie expiration/max-age doesn’t break an event loop from
+now (fixes #967)
+
+---
+Fri Jul 15 15:34:24 UTC 2016 - a...@gmx.de
+
+- update to version 0.22.0:
+  * Fix bug in serving static directory #803
+  * Fix command line arg parsing #797
+  * Fix a documentation chapter about cookie usage #790
+  * Handle empty body with gzipped encoding #758
+  * Support 451 Unavailable For Legal Reasons http status #697
+  * Fix Cookie share example and few small typos in docs #817
+  * UrlDispatcher.add_route with partial coroutine handler #814
+  * Optional support for aiodns #728
+  * Add ServiceRestart and TryAgainLater websocket close codes #828
+  * Fix prompt message for web.run_app #832
+  * Allow to pass None as a timeout value to disable timeout logic
+#834
+  * Fix leak of connection slot during connection erro #835
+  * Gunicorn worker with uvloop support
+aiohttp.worker.GunicornUVLoopWebWorker #878
+  * Don’t send body in response to HEAD request #838
+  * Skip the preamble in MultipartReader #881
+  * Implement BasicAuth decode classmethod. #744
+  * Don’t crash logger when transport is None #889
+  * Use a create_future compatibility wrapper instead of creating
+Futures directly #896
+  * Add test utilities to aiohttp #902
+  * Improve Request.__repr__ #875
+  * Skip DNS resolving if provided host is already an ip address #874
+  * Add headers to ClientSession.ws_connect #785
+  * Document that server can send pre-compressed data #906
+  * Don’t add Content-Encoding and Transfer-Encoding if no body #891
+  * Add json() convenience methods to websocket message objects #897
+  * Add client_resp.raise_for_status() #908
+  * Implement cookie filter #799
+  * Include an example of middleware to handle error pages #909
+  * Fix error handling in StaticFileMixin #856
+  * Add mocked request helper #900
+  * Fix empty ALLOW Response header for cls based View #929
+  * Respect CONNECT method to implement a proxy server #847
+  * Add pytest_plugin #914
+  * Add tutorial
+  * Add backlog option to support more than 128 (default value in
+“create_server” function) concurrent connections #892
+  * Allow configuration of header size limits #912
+  * Separate sending file logic from StaticRoute dispatcher #901
+  * Drop deprecated share_cookies connector option (BACKWARD
+INCOMPATIBLE)
+  * Drop deprecated support for tuple as auth paramter. Use
+aiohttp.BasicAuth instead (BACKWARD INCOMPATIBLE)
+  * Remove deprecated request.payload property, use content
+instead. (BACKWARD INCOMPATIBLE)
+  * Drop all mentions about api changes in documentaion for versions
+older than 0.16
+  * Allow to override default cookie jar #963
+  * Add manylinux wheel builds
+  * Dup a socket for sendfile usage #964
+
+- changes from version 0.21.6:
+  * Drop initial query parameters on redirects #853
+
+---
@@ -6 +72,0 @@
-

Old:

  aiohttp-0.21.5.tar.gz

New:

  aiohttp-0.22.1.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.MoTFmg/_old  2016-07-18 21:25:42.0 +0200
+++ /var/tmp/diff_new_pack.MoTFmg/_new  2016-07-18 21:25:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.21.5
+Version:0.22.1
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.21.5.tar.gz -> aiohttp-0.22.1.tar.gz ++
 29974 lines of diff (skipped)




commit python3-CherryPy for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-CherryPy for 
openSUSE:Factory checked in at 2016-07-18 21:24:57

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-07-10 21:52:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-CherryPy.new/python3-CherryPy.changes   
2016-07-18 21:25:43.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 16 18:44:35 UTC 2016 - a...@gmx.de
+
+- update to version 6.1.0:
+  * Combined wsgiserver2 and wsgiserver3 modules into a single module,
+"cherrypy.wsgiserver".
+
+---

Old:

  CherryPy-6.0.2.tar.gz

New:

  CherryPy-6.1.0.tar.gz



Other differences:
--
++ python3-CherryPy.spec ++
--- /var/tmp/diff_new_pack.HVMYOC/_old  2016-07-18 21:25:44.0 +0200
+++ /var/tmp/diff_new_pack.HVMYOC/_new  2016-07-18 21:25:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-CherryPy
-Version:6.0.2
+Version:6.1.0
 Release:0
 Url:http://www.cherrypy.org
 Summary:Object-Oriented HTTP framework

++ CherryPy-6.0.2.tar.gz -> CherryPy-6.1.0.tar.gz ++
 7340 lines of diff (skipped)




commit perl-DateTime-TimeZone for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2016-07-18 21:25:23

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


Package is "perl-DateTime-TimeZone"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2016-06-19 10:47:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2016-07-18 21:26:00.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 18 05:13:47 UTC 2016 - co...@suse.com
+
+- updated to 2.01
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  2.012016-07-17
+  
+  - This release is based on version 2016f of the Olson database. This release
+includes contemporary changes for Egypt and Russia. The changes for Egypt
+supersede the ones in 2016e.
+
+---

Old:

  DateTime-TimeZone-2.00.tar.gz

New:

  DateTime-TimeZone-2.01.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.0SWUXS/_old  2016-07-18 21:26:01.0 +0200
+++ /var/tmp/diff_new_pack.0SWUXS/_new  2016-07-18 21:26:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:2.00
+Version:2.01
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory

++ DateTime-TimeZone-2.00.tar.gz -> DateTime-TimeZone-2.01.tar.gz ++
 19761 lines of diff (skipped)




commit python3-amqp for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-amqp for openSUSE:Factory 
checked in at 2016-07-18 21:24:45

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-07-10 21:52:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes   
2016-07-18 21:25:32.0 +0200
@@ -1,0 +2,14 @@
+Tue Jul 12 15:30:40 UTC 2016 - a...@gmx.de
+
+- update to version 2.0.3:
+  * SSLTransport: Fixed crash "no attribute sslopts" when "ssl=True"
+(Issue #100).
+  * Fixed incompatible argument spec for "Connection.Close" (Issue
+#45).  This caused the RabbitMQ server to raise an exception
+(INTERNAL ERROR).
+  * Transport: No longer implements `__del__` to make sure gc can
+collect connections.  It's the responsibility of the caller to
+close connections, this was simply a relic from the amqplib
+library.
+
+---
python3-amqp.changes: same change

Old:

  amqp-2.0.2.tar.gz

New:

  amqp-2.0.3.tar.gz



Other differences:
--
++ python3-amqp-doc.spec ++
--- /var/tmp/diff_new_pack.BS1YgW/_old  2016-07-18 21:25:34.0 +0200
+++ /var/tmp/diff_new_pack.BS1YgW/_new  2016-07-18 21:25:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-amqp-doc
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:Documentation for python3-amqp
 License:LGPL-2.1

python3-amqp.spec: same change
++ amqp-2.0.2.tar.gz -> amqp-2.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-2.0.2/Changelog new/amqp-2.0.3/Changelog
--- old/amqp-2.0.2/Changelog2016-06-11 02:41:53.0 +0200
+++ new/amqp-2.0.3/Changelog2016-07-12 05:05:10.0 +0200
@@ -5,11 +5,31 @@
 The previous amqplib changelog is here:
 http://code.google.com/p/py-amqplib/source/browse/CHANGES
 
+.. _version-2.0.3:
+
+2.0.3
+=
+:release-date: 2016-07-11 08:00 P.M PDT
+:release-by: Ask Solem
+
+- SSLTransport: Fixed crash "no attribute sslopts" when ``ssl=True``
+  (Issue #100).
+
+- Fixed incompatible argument spec for ``Connection.Close`` (Issue #45).
+
+This caused the RabbitMQ server to raise an exception (INTERNAL ERROR).
+
+- Transport: No longer implements `__del__` to make sure gc can collect
+  connections.
+
+It's the responsibility of the caller to close connections, this was
+simply a relic from the amqplib library.
+
 .. _version-2.0.2:
 
 2.0.2
 =
-:release-date: 2016-06-10 5:40 PM PDT
+:release-date: 2016-06-10 5:40 P.M PDT
 :release-by: Ask Solem
 
 - Python 3: Installation requirements ended up being a generator
@@ -33,7 +53,7 @@
 
 2.0.1
 =
-:release-date: 2016-05-31 6:20 PM PDT
+:release-date: 2016-05-31 6:20 P.M PDT
 :release-by: Ask Solem
 
 - Adds backward compatibility layer for the 1.4 API.
@@ -64,7 +84,7 @@
 
 2.0.0
 =
-:release-date: 2016-05-26 1:44 PM PDT
+:release-date: 2016-05-26 1:44 P.M PDT
 :release-by: Ask Solem
 
 - No longer supports Python 2.6
@@ -122,10 +142,10 @@
 
 1.4.9
 =
-:release-date: 2016-01-08 5:50 PM PST
+:release-date: 2016-01-08 5:50 P.M PST
 :release-by: Ask Solem
 
-- Fixes compatibility with Linux/OS X instances where the ``ctypes`` module
+- Fixes compatibility with Linux/macOS instances where the ``ctypes`` module
   does not exist.
 
 Fix contributed by Jared Lewis.
@@ -134,7 +154,7 @@
 
 1.4.8
 =
-:release-date: 2015-12-07 12:25 AM
+:release-date: 2015-12-07 12:25 A.M
 :release-by: Ask Solem
 
 - ``abstract_channel.wait`` now accepts a float `timeout` parameter expressed
@@ -149,7 +169,7 @@
 :release-date: 2015-10-02 05:30 P.M PDT
 :release-by: Ask Solem
 
-- Fixed libSystem error on OS X 10.11 (El Capitan)
+- Fixed libSystem error on macOS 10.11 (El Capitan)
 
 Fix contributed by Eric Wang.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-2.0.2/PKG-INFO new/amqp-2.0.3/PKG-INFO
--- old/amqp-2.0.2/PKG-INFO 2016-06-11 02:42:33.0 +0200
+++ new/amqp-2.0.3/PKG-INFO 2016-07-12 05:13:13.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: amqp
-Version: 2.0.2
+Version: 2.0.3
 Summary: Low-level AMQP client for Python (fork of amqplib)
 Home-page: http://github.com/celery/py-amqp
 Author: Ask Solem
@@ -10,9 +10,9 @@
  Python AMQP 0.9.1 client library
 =
 
-|build-status| |coverage| |bitdeli|
+|build-status| 

commit vifm for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package vifm for openSUSE:Factory checked in 
at 2016-07-18 21:25:15

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


Package is "vifm"

Changes:

--- /work/SRC/openSUSE:Factory/vifm/vifm.changes2016-07-05 
09:51:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.vifm.new/vifm.changes   2016-07-18 
21:25:57.0 +0200
@@ -1,0 +2,20 @@
+Sat Jul 16 21:25:38 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.8.2:
+  * key suggestions in the interface on ambiguous input (e.g. "g");
+  * helpful shortcuts for dialogs (for sort dialog in particular);
+  * key descriptions in :map menus and %z macro for 'statusline' to display 
some tips;
+  * description of all :commands, 'options' and their values for new multiline
+version of wildmenu;
+  * ANDing, ORing and negating patterns for matching files and new mime-type
+matcher;
+  * file prefixes and suffixes can now be multi-byte, which with extended
+'classify' option allows specifying "icons" via custom fonts;
+  * search result highlighting, enabled completion and a way to export the list
+for menus;
+  * an indication of pattern correctness and match state for interactive 
prompts.
+  * :select and :unselect commands to perform automatic file selection 
(possibly
+   by using output of external application);
+  * cancellation (handling of Ctrl-C) for quick view and view mode loading.
+
+---

Old:

  vifm-0.8.2-beta.tar.bz2

New:

  vifm-0.8.2.tar.bz2



Other differences:
--
++ vifm.spec ++
--- /var/tmp/diff_new_pack.tXIXy8/_old  2016-07-18 21:25:58.0 +0200
+++ /var/tmp/diff_new_pack.tXIXy8/_new  2016-07-18 21:25:58.0 +0200
@@ -16,15 +16,14 @@
 #
 
 
-%define _version 0.8.2-beta
 Name:   vifm
-Version:0.8.2~beta1
+Version:0.8.2
 Release:0
 Summary:Ncurses based file manager with vi like keybindings
 License:GPL-2.0+
 Group:  Productivity/File utilities
 Url:http://%{name}.info
-Source: 
http://prdownloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
+Source: 
http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires:  file-devel
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
@@ -46,7 +45,7 @@
 and configurable color schemes.
 
 %prep
-%setup -q -n vifm-0.8.2-beta
+%setup -q
 
 %build
 %configure \

++ vifm-0.8.2-beta.tar.bz2 -> vifm-0.8.2.tar.bz2 ++
 1610 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/vifm-0.8.2-beta/ChangeLog new/vifm-0.8.2/ChangeLog
--- old/vifm-0.8.2-beta/ChangeLog   2016-07-02 10:54:06.0 +0200
+++ new/vifm-0.8.2/ChangeLog2016-07-16 13:39:13.0 +0200
@@ -1,3 +1,15 @@
+0.8.2-beta to 0.8.2
+
+   Added support for matchit to filetype plugin.  Patch by filterfalse.
+
+   Fixed processing of root directory (completion, :cd).  Thanks to
+   filterfalse.
+
+   Fixed completion of commands after :!.  Thanks to filterfalse.
+
+   Fixed formatting/wording/outdated notes in documentation.  Patches by
+   filterfalse.
+
 0.8.1a to 0.8.2-beta
 
Added highlighting of search matches in menus.
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/vifm-0.8.2-beta/NEWS new/vifm-0.8.2/NEWS
--- old/vifm-0.8.2-beta/NEWS2016-07-02 10:54:16.0 +0200
+++ new/vifm-0.8.2/NEWS 2016-07-16 13:39:22.0 +0200
@@ -1,3 +1,183 @@
+July 16, 2016
+=
+
+vifm v0.8.2
+---
+
+This release brings a bit of user-friendliness in form of key suggestions and
+various descriptions provided in the interface.  Matching of files has been
+extended in many ways and become significantly more powerful than before.
+Menu mode also got several enhancements.
+
+Thanks to everyone who found time to try the beta.
+
+Main changes:
+ - key suggestions in the interface on ambiguous input (e.g. "g");
+ - helpful shortcuts for dialogs (for sort dialog in particular);
+ - key descriptions in :map menus and %z macro for 'statusline' to display some
+  

commit python3-pexpect for openSUSE:Factory

2016-07-18 Thread h_root


binL7mSYNcoiA.bin
Description: Binary data


commit python3-pylint for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2016-07-18 21:24:34

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


Package is "python3-pylint"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes
2016-07-14 09:46:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes   
2016-07-18 21:25:24.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 15 15:23:21 UTC 2016 - a...@gmx.de
+
+- update to version 1.6.2:
+  * Do not crash when printing the help of options with default
+regular expressions
+  * More granular versions for deprecated modules.
+  * Do not crash in docparams when we can't infer the exception types.
+
+---

Old:

  pylint-1.6.1.tar.gz

New:

  pylint-1.6.2.tar.gz



Other differences:
--
++ python3-pylint.spec ++
--- /var/tmp/diff_new_pack.siSR8s/_old  2016-07-18 21:25:25.0 +0200
+++ /var/tmp/diff_new_pack.siSR8s/_new  2016-07-18 21:25:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pylint
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:Syntax and style checker for Python code
 License:GPL-2.0+

++ pylint-1.6.1.tar.gz -> pylint-1.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.6.1/ChangeLog new/pylint-1.6.2/ChangeLog
--- old/pylint-1.6.1/ChangeLog  2016-07-07 23:04:22.0 +0200
+++ new/pylint-1.6.2/ChangeLog  2016-07-15 09:18:53.0 +0200
@@ -2,6 +2,22 @@
 Pylint NEWS
 ---
 
+What's new in Pylint 1.6.2?
+===
+
+Release date: 2016-07-15
+
+* Do not crash when printing the help of options with default regular 
expressions
+
+  Close #990
+
+* More granular versions for deprecated modules.
+
+  Close #991
+
+* Do not crash in docparams when we can't infer the exception types.
+
+
 What's new in Pylint 1.6.1?
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.6.1/PKG-INFO new/pylint-1.6.2/PKG-INFO
--- old/pylint-1.6.1/PKG-INFO   2016-07-07 23:07:14.0 +0200
+++ new/pylint-1.6.2/PKG-INFO   2016-07-15 10:01:50.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pylint
-Version: 1.6.1
+Version: 1.6.2
 Summary: python code static checker
 Home-page: https://github.com/PyCQA/pylint
 Author: Python Code Quality Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.6.1/doc/conf.py new/pylint-1.6.2/doc/conf.py
--- old/pylint-1.6.1/doc/conf.py2016-07-07 23:04:23.0 +0200
+++ new/pylint-1.6.2/doc/conf.py2016-07-15 09:17:15.0 +0200
@@ -16,7 +16,7 @@
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
-#sys.path.insert(0, os.path.abspath('.'))
+sys.path.append(os.path.abspath('exts'))
 
 # -- General configuration 
-
 
@@ -25,7 +25,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be 
extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = []
+extensions = ['pylint_features']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pylint-1.6.1/doc/exts/pylint_features.py 
new/pylint-1.6.2/doc/exts/pylint_features.py
--- old/pylint-1.6.1/doc/exts/pylint_features.py1970-01-01 
01:00:00.0 +0100
+++ new/pylint-1.6.2/doc/exts/pylint_features.py2016-07-15 
09:17:15.0 +0200
@@ -0,0 +1,31 @@
+# Licensed under the GPL: 
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
+
+"""Script used to generate the features file before building the actual 
documentation."""
+
+import os
+import subprocess
+import sys
+
+import sphinx
+
+
+def builder_inited(app):
+popen = subprocess.Popen([sys.executable, "-m", "pylint", 
"--full-documentation"],
+ stdout=subprocess.PIPE)
+output, _ = popen.communicate()
+
+if not output:
+print("Pylint might not be available.")
+return
+
+features = os.path.join(os.path.dirname('.'), 

commit python3-raven for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-raven for openSUSE:Factory 
checked in at 2016-07-18 21:24:41

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


Package is "python3-raven"

Changes:

--- /work/SRC/openSUSE:Factory/python3-raven/python3-raven.changes  
2016-07-15 12:51:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-raven.new/python3-raven.changes 
2016-07-18 21:25:26.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 14 15:15:30 UTC 2016 - a...@gmx.de
+
+- update to version 5.23.0:
+  * Sentry failures now no longer log the failure data in the
+errormessage.
+
+---

Old:

  raven-5.22.0.tar.gz

New:

  raven-5.23.0.tar.gz



Other differences:
--
++ python3-raven.spec ++
--- /var/tmp/diff_new_pack.ANZRvX/_old  2016-07-18 21:25:28.0 +0200
+++ /var/tmp/diff_new_pack.ANZRvX/_new  2016-07-18 21:25:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-raven
-Version:5.22.0
+Version:5.23.0
 Release:0
 Url:https://pypi.python.org/pypi/raven
 Summary:A client for Sentry

++ raven-5.22.0.tar.gz -> raven-5.23.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.22.0/PKG-INFO new/raven-5.23.0/PKG-INFO
--- old/raven-5.22.0/PKG-INFO   2016-07-07 16:28:31.0 +0200
+++ new/raven-5.23.0/PKG-INFO   2016-07-14 12:11:04.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: raven
-Version: 5.22.0
+Version: 5.23.0
 Summary: Raven is a client for Sentry (https://getsentry.com)
 Home-page: https://github.com/getsentry/raven-python
 Author: Sentry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.22.0/raven/base.py 
new/raven-5.23.0/raven/base.py
--- old/raven-5.22.0/raven/base.py  2016-06-12 01:24:16.0 +0200
+++ new/raven-5.23.0/raven/base.py  2016-07-14 12:10:13.0 +0200
@@ -17,7 +17,6 @@
 import warnings
 
 from datetime import datetime
-from pprint import pformat
 from types import FunctionType
 
 if sys.version_info >= (3, 2):
@@ -628,9 +627,10 @@
 type(exc).__name__, exc.message)
 else:
 self.error_logger.error(
-'Sentry responded with an error: %s (url: %s)\n%s',
-exc, url, pformat(data),
-exc_info=True
+'Sentry responded with an error: %s (url: %s)',
+exc, url,
+exc_info=True,
+extra={'data': data}
 )
 
 self._log_failed_submission(data)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.22.0/raven/contrib/flask.py 
new/raven-5.23.0/raven/contrib/flask.py
--- old/raven-5.22.0/raven/contrib/flask.py 2016-05-03 23:13:17.0 
+0200
+++ new/raven-5.23.0/raven/contrib/flask.py 2016-07-14 12:10:13.0 
+0200
@@ -105,6 +105,9 @@
 def __init__(self, app=None, client=None, client_cls=Client, dsn=None,
  logging=False, logging_exclusions=None, level=logging.NOTSET,
  wrap_wsgi=None, register_signal=True):
+if client and not isinstance(client, Client):
+raise TypeError('client should an instance of Client')
+
 self.dsn = dsn
 self.logging = logging
 self.logging_exclusions = logging_exclusions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.22.0/raven.egg-info/PKG-INFO 
new/raven-5.23.0/raven.egg-info/PKG-INFO
--- old/raven-5.22.0/raven.egg-info/PKG-INFO2016-07-07 16:28:30.0 
+0200
+++ new/raven-5.23.0/raven.egg-info/PKG-INFO2016-07-14 12:11:03.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: raven
-Version: 5.22.0
+Version: 5.23.0
 Summary: Raven is a client for Sentry (https://getsentry.com)
 Home-page: https://github.com/getsentry/raven-python
 Author: Sentry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/raven-5.22.0/raven.egg-info/requires.txt 
new/raven-5.23.0/raven.egg-info/requires.txt
--- old/raven-5.22.0/raven.egg-info/requires.txt2016-07-07 
16:28:30.0 +0200
+++ new/raven-5.23.0/raven.egg-info/requires.txt2016-07-14 
12:11:03.0 +0200
@@ -11,11 +11,11 @@
 Django>=1.4
 django-celery>=2.5
 exam>=0.5.2
-flake8>=2.0,<2.1
+flake8>=2.6,<2.7
 logbook
 mock
 nose
-pep8
+pycodestyle
 pytz
 pytest
 pytest-django==2.9.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit abi-compliance-checker for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package abi-compliance-checker for 
openSUSE:Factory checked in at 2016-07-18 21:24:31

Comparing /work/SRC/openSUSE:Factory/abi-compliance-checker (Old)
 and  /work/SRC/openSUSE:Factory/.abi-compliance-checker.new (New)


Package is "abi-compliance-checker"

Changes:

--- 
/work/SRC/openSUSE:Factory/abi-compliance-checker/abi-compliance-checker.changes
2016-06-09 16:15:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.abi-compliance-checker.new/abi-compliance-checker.changes
   2016-07-18 21:25:18.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 15 21:16:32 UTC 2016 - astie...@suse.com
+
+- Update to 1.99.22:
+  * New style of the report
+  * -old-style: generate old-style report
+  * Fixed handling of patterns in -skip-* options
+  * Fixed rounding of the BC rate in the report
+
+---

Old:

  abi-compliance-checker-1.99.21.tar.gz

New:

  abi-compliance-checker-1.99.22.tar.gz



Other differences:
--
++ abi-compliance-checker.spec ++
--- /var/tmp/diff_new_pack.hSF3YD/_old  2016-07-18 21:25:19.0 +0200
+++ /var/tmp/diff_new_pack.hSF3YD/_new  2016-07-18 21:25:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   abi-compliance-checker
-Version:1.99.21
+Version:1.99.22
 Release:0
 Summary:A Compliance Checker For library ABIs
 License:GPL-2.0+ or LGPL-2.0+

++ abi-compliance-checker-1.99.21.tar.gz -> 
abi-compliance-checker-1.99.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/abi-compliance-checker-1.99.21/INSTALL 
new/abi-compliance-checker-1.99.22/INSTALL
--- old/abi-compliance-checker-1.99.21/INSTALL  2016-05-26 22:44:58.0 
+0200
+++ new/abi-compliance-checker-1.99.22/INSTALL  2016-07-04 18:12:19.0 
+0200
@@ -9,8 +9,8 @@
 RELEASE INFORMATION
 
 Project:   ABI Compliance Checker (ABICC)
-Version:   1.99.21
-Date:  2016-05-26
+Version:   1.99.22
+Date:  2016-07-04
 
 
 This file explains how to install and setup environment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/abi-compliance-checker-1.99.21/abi-compliance-checker.pl 
new/abi-compliance-checker-1.99.22/abi-compliance-checker.pl
--- old/abi-compliance-checker-1.99.21/abi-compliance-checker.pl
2016-05-26 22:44:58.0 +0200
+++ new/abi-compliance-checker-1.99.22/abi-compliance-checker.pl
2016-07-04 18:12:19.0 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 ###
-# ABI Compliance Checker (ABICC) 1.99.21
+# ABI Compliance Checker (ABICC) 1.99.22
 # A tool for checking backward compatibility of a C/C++ library API
 #
 # Copyright (C) 2009-2011 Institute for System Programming, RAS
@@ -60,7 +60,7 @@
 use Data::Dumper;
 use Config;
 
-my $TOOL_VERSION = "1.99.21";
+my $TOOL_VERSION = "1.99.22";
 my $ABI_DUMP_VERSION = "3.2";
 my $XML_REPORT_VERSION = "1.2";
 my $XML_ABI_DUMP_VERSION = "1.2";
@@ -91,7 +91,7 @@
 $ExtraInfo, $ExtraDump, $Force, $Tolerance, $Tolerant, $SkipSymbolsListPath,
 $CheckInfo, $Quick, $AffectLimit, $AllAffected, $CppIncompat,
 $SkipInternalSymbols, $SkipInternalTypes, $TargetArch, $GccOptions,
-$TypesListPath, $SkipTypesListPath, $CheckPrivateABI, $CountSymbols);
+$TypesListPath, $SkipTypesListPath, $CheckPrivateABI, $CountSymbols, 
$OldStyle);
 
 my $CmdName = get_filename($0);
 my %OS_LibExt = (
@@ -222,6 +222,7 @@
   "source|src|api!" => \$SourceOnly,
   "limit-affected|affected-limit=s" => \$AffectLimit,
   "count-symbols=s" => \$CountSymbols,
+  "old-style!" => \$OldStyle,
 # other options
   "test!" => \$TestTool,
   "test-dump!" => \$TestDump,
@@ -615,6 +616,9 @@
   
   -count-symbols PATH
   Count total public symbols in the ABI dump.
+  
+  -old-style
+  Generate old-style report.
 
 OTHER OPTIONS:
   -test
@@ -739,7 +743,7 @@
   Levels:
   1 - skip non-Linux headers (e.g. win32_*.h, etc.)
   2 - skip internal headers (e.g. *_p.h, impl/*.h, etc.)
-  3 - skip headers that iclude non-Linux headers
+  3 - skip headers that include non-Linux headers
   4 - skip headers included by others
   
   -tolerant
@@ -1771,7 +1775,6 @@
 my $Path = $_[0];
 if($Path=~/[\*\+\(\[\|]/)
 { # pattern
-$Path=~s/\\//g;
 return ($Path, "Pattern");
 }
 elsif($Path=~/[\/\\]/)
@@ -11383,7 +11386,7 @@
 {
 my ($Pos, $TypeRef) = @_;
 my $Name = $TypeRef->{"Memb"}{$Pos}{"name"};
-if($Name=~/last|count|max|total/i)
+

commit pam_kwallet for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2016-07-18 21:24:24

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


Package is "pam_kwallet"

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2016-05-31 
12:24:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new/pam_kwallet.changes 
2016-07-18 21:25:12.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 13 06:13:22 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---

Old:

  kwallet-pam-5.6.4.tar.xz

New:

  kwallet-pam-5.7.1.tar.xz



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.ZINGTF/_old  2016-07-18 21:25:13.0 +0200
+++ /var/tmp/diff_new_pack.ZINGTF/_new  2016-07-18 21:25:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_kwallet
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   pam_kwallet
-Version:5.6.4
+Version:5.7.1
 Release:0
 Summary:A PAM Module for kwallet signing
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0

++ kwallet-pam-5.6.4.tar.xz -> kwallet-pam-5.7.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.6.4/CMakeLists.txt 
new/kwallet-pam-5.7.1/CMakeLists.txt
--- old/kwallet-pam-5.6.4/CMakeLists.txt2016-05-10 18:40:04.0 
+0200
+++ new/kwallet-pam-5.7.1/CMakeLists.txt2016-07-12 14:44:33.0 
+0200
@@ -1,7 +1,7 @@
 project(pam_kwallet)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.6.4")
+set(PROJECT_VERSION "5.7.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM 1.2.0 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.6.4/pam_kwallet_init.desktop.cmake 
new/kwallet-pam-5.7.1/pam_kwallet_init.desktop.cmake
--- old/kwallet-pam-5.6.4/pam_kwallet_init.desktop.cmake2016-05-10 
18:40:04.0 +0200
+++ new/kwallet-pam-5.7.1/pam_kwallet_init.desktop.cmake2016-07-12 
14:44:33.0 +0200
@@ -5,6 +5,7 @@
 Name[cs]=Připojení Socketu Kwallet PAM
 Name[da]=KWallet PAM-sokkel-forbindelse
 Name[de]=Verbindung zu KWallet-PAM-Socket
+Name[el]=Σύνδεση υποδοχής KWallet PAM
 Name[en_GB]=KWallet PAM Socket Connection
 Name[es]=Conexión con el «socket» PAM de KWallet
 Name[fi]=KWalletin PAM-pistokeyhteys
@@ -27,12 +28,12 @@
 Name[uk]=З’єднання із сокетом PAM KWallet
 Name[x-test]=xxKWallet PAM Socket Connectionxx
 Name[zh_CN]=KWallet PAM 套接字连接
-Name[zh_TW]=KWallet PAM Socket 連線
 Comment=Connect to KWallet PAM socket
 Comment[ca]=Connecta a un sòcol PAM del KWallet
 Comment[ca@valencia]=Connecta a un sòcol PAM del KWallet
 Comment[da]=Forbind til KWallet PAM-sokkel
 Comment[de]=Zum KWallet-PAM-Socket verbinden
+Comment[el]=Σύνδεση με υποδοχή KWallet PAM
 Comment[en_GB]=Connect to KWallet PAM socket
 Comment[es]=Conectar con el «socket» PAM de KWallet
 Comment[fi]=Yhteys KWalletin PAM-pistokkeeseen
@@ -55,7 +56,6 @@
 Comment[uk]=З’єднатися із сокетом PAM KWallet
 Comment[x-test]=xxConnect to KWallet PAM socketxx
 Comment[zh_CN]=连接到 KWallet PAM 套接字
-Comment[zh_TW]=連線到 KWallet PAM socket
 Exec=${CMAKE_INSTALL_FULL_LIBEXECDIR}/pam_kwallet_init
 Type=Application
 NoDisplay=true




commit trojita for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package trojita for openSUSE:Factory checked 
in at 2016-07-18 21:24:21

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


Package is "trojita"

Changes:

--- /work/SRC/openSUSE:Factory/trojita/trojita.changes  2015-12-09 
22:35:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.trojita.new/trojita.changes 2016-07-18 
21:25:08.0 +0200
@@ -1,0 +2,27 @@
+Fri Jul 15 18:12:41 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Disable ragel to fix Tumbleweed compilation
+- Enable qtkeychain-qt5-devel and gpgmepp5-devel BuildRequires
+
+---
+Tue Jun 21 07:21:14 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.7:
+  * various bugfixes
+  * Support for encryption
+
+---
+Wed Jun  1 15:14:35 UTC 2016 - tchva...@suse.com
+
+- Version update to latest release 0.6, merged all patches:
+  * fix-missing-includes.patch
+  * fix-qt5_5-test-regression.patch
+  * libqt5_6.patch
+
+---
+Wed Jun  1 15:11:36 UTC 2016 - tchva...@suse.com
+
+- Add patch to build on qt 5.6:
+  * libqt5_6.patch
+
+---

Old:

  fix-missing-includes.patch
  fix-qt5_5-test-regression.patch
  trojita-0.5.tar.bz2
  trojita-0.5.tar.bz2.asc

New:

  trojita-0.7.tar.xz
  trojita-0.7.tar.xz.asc



Other differences:
--
++ trojita.spec ++
--- /var/tmp/diff_new_pack.DCei95/_old  2016-07-18 21:25:09.0 +0200
+++ /var/tmp/diff_new_pack.DCei95/_new  2016-07-18 21:25:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trojita
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define X_display ":98"
 Name:   trojita
-Version:0.5
+Version:0.7
 Release:0
 Summary:Qt5 IMAP e-mail client
 License:(GPL-2.0 or GPL-3.0) and BSD-3-Clause and LGPL-2.0 and 
(LGPL-2.1 or GPL-3.0) and LGPL-2.1+ and GPL-2.0
@@ -31,29 +31,28 @@
 # src/Imap/Parser/3rdparty/rfccodecs.cpp: LGPLv2+
 # src/qwwsmtpclient/: GPLv2
 Url:http://trojita.flaska.net/
-Source: 
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2
-Source1:
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2.asc
-# PATCH-FIX-UPSTREAM fix-missing-includes.patch -- Fix undefined QObject with 
newer qt5. Fixed already upstream.
-Patch0: fix-missing-includes.patch
-# PATCH-FIX-UPSTREAM fix-qt5_5-test-regression.patch -- Remove test failing 
because of regression in qt5 https://bugs.kde.org/show_bug.cgi?id=345739
-Patch1: fix-qt5_5-test-regression.patch
+Source: 
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.xz
+Source1:
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.xz.asc
 BuildRequires:  cmake >= 2.8.7
 BuildRequires:  git
+BuildRequires:  gpgmepp5-devel
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
-# both pkgconfig(Qt5Test) and libqt5-sql-sqlite are needed on buildtime for 
tests!
 BuildRequires:  libqt5-sql-sqlite
+BuildRequires:  pkgconfig
+BuildRequires:  qtkeychain-qt5-devel
 BuildRequires:  ragel
 BuildRequires:  update-desktop-files
-BuildRequires:  xkeyboard-config
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(xkeyboard-config)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -68,10 +67,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%if 0%{?is_opensuse}
-%patch1 -p1
-%endif
 
 %build
 export CXXFLAGS="%{optflags} -fPIC"
@@ -80,13 +75,13 @@
-DWITH_TESTS=ON \
-DWITH_QT5=ON \
-DWITH_ZLIB=ON \
-   -DWITH_RAGEL=ON \
+   -DWITH_RAGEL=OFF \
-DWITH_SHARED_PLUGINS=ON
 make %{?_smp_mflags}
 
 %install
 cd build
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 

commit alsa-tools for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package alsa-tools for openSUSE:Factory 
checked in at 2016-07-18 21:24:09

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


Package is "alsa-tools"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-tools/alsa-tools.changes2015-11-11 
10:35:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-tools.new/alsa-tools.changes   
2016-07-18 21:24:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 15:26:06 CEST 2016 - ti...@suse.de
+
+- Upstream fix for gcc6 compile error on ppc:
+  0001-gcc6-narrowing-error.patch
+
+---

New:

  0001-gcc6-narrowing-error.patch



Other differences:
--
++ alsa-tools.spec ++
--- /var/tmp/diff_new_pack.Vtsaia/_old  2016-07-18 21:24:57.0 +0200
+++ /var/tmp/diff_new_pack.Vtsaia/_new  2016-07-18 21:24:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-tools
 #
-# 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,6 +41,7 @@
 Source7:rme.png
 Source8:envy24.png
 # upstream fixes
+Patch1: 0001-gcc6-narrowing-error.patch
 # build fixes
 Patch100:   alsa-tools-desktop-fix.dif
 Patch101:   alsa-tools-no_m4_dir.dif
@@ -311,6 +312,7 @@
 %setup -q -a 2 -n %{name}-%{package_version}
 cp %{SOURCE1} .
 # upstream fixes
+%patch1 -p1
 # build fixes
 %patch100 -p1
 %patch101 -p1

++ 0001-gcc6-narrowing-error.patch ++
>From 70118f5f93a4179a0df61925e64baf873f126be0 Mon Sep 17 00:00:00 2001
From: Michel Normand 
Date: Mon, 20 Jun 2016 15:26:06 +0200
Subject: [PATCH] gcc6 narrowing error

gcc6 narrowing error compiling for PowerPC archi
===
[   51s] Cus428Midi.cc: At global scope:
[   51s] Cus428Midi.cc:83:1: error: narrowing conversion of '-1' from 'int' to 
'char' inside { } [-Wnarrowing]
[   51s]  };
===

proposed patch as suggested in
https://gcc.gnu.org/gcc-6/porting_to.html

Signed-off-by: Michel Normand 
Signed-off-by: Takashi Iwai 
---
 hdspmixer/src/channelmap.cxx | 158 +--
 us428control/Cus428Midi.cc   |  30 
 2 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/hdspmixer/src/channelmap.cxx b/hdspmixer/src/channelmap.cxx
index b7bdded7ff19..bfb136d5ec66 100644
--- a/hdspmixer/src/channelmap.cxx
+++ b/hdspmixer/src/channelmap.cxx
@@ -55,7 +55,7 @@ char channel_map_mf_ss[26] = {
16, 17, 18, 19, 20, 21, 22, 23, /* ADAT */
24, 25, /* SPDIF */
26, 27, /* Phones L+R, only a destination channel */
-   -1, -1, -1, -1, -1, -1
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1
 };
 
 // Digiface/Multiface
@@ -65,13 +65,13 @@ char meter_map_ds[26] = {
16, 17, 18, 19, /* ADAT on Multiface, ADAT3 on Digiface */
24, 25, /* SPDIF */
26, 27, /* Headphones */
-   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1, (char)-1, (char)-1
 };
 
 char channel_map_ds[26] = {
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23,
24, 25,
-   -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1, (char)-1, (char)-1, (char)-1, (char)-1
 };
 
 char dest_map_ds[8] = {
@@ -84,10 +84,10 @@ char dest_map_rpm[3] = {
 };
 
 char channel_map_rpm[26] = {
- 0,  1,  2,  3,  4,  5, -1, -1,
--1, -1, -1, -1, -1, -1, -1, -1,
--1, -1, -1, -1, -1, -1, -1, -1,
--1, -1
+ 0,  1,  2,  3,  4,  5, (char)-1, (char)-1,
+(char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+(char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+(char)-1, (char)-1
 };
 
 // HDSP 9652
@@ -158,21 +158,21 @@ char channel_map_unity_ds[HDSPM_MAX_CHANNELS] = {
16, 18, 20, 22, 24, 26, 28, 30,
32, 34, 36, 38, 40, 42, 44, 46,
48, 50, 52, 54, 56, 58, 60, 62,
-   -1, -1, -1, -1, -1, -1, -1, -1,
-   -1, -1, -1, -1, -1, -1, -1, -1,
-   -1, -1, -1, -1, -1, -1, -1, -1,
-   -1, -1, -1, -1, -1, -1, -1, -1,
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 
(char)-1,
+   (char)-1, (char)-1, (char)-1, (char)-1, (char)-1, 

commit libsepol for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libsepol for openSUSE:Factory 
checked in at 2016-07-18 21:17:19

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


Package is "libsepol"

Changes:

--- /work/SRC/openSUSE:Factory/libsepol/libsepol.changes2014-05-22 
20:38:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsepol.new/libsepol.changes   2016-07-18 
21:17:22.0 +0200
@@ -1,0 +2,74 @@
+Thu Jul 14 14:38:09 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Make spec file a bit more easy
+- Ship new supbackage (-tools)
+
+---
+Thu Jul 14 14:21:46 UTC 2016 - jseg...@novell.com
+
+- Without bug number no submit to SLE 12 SP2 is possible, so to make
+  sle-changelog-checker happy: bsc#988977
+
+---
+Thu Jul 14 07:57:35 UTC 2016 - jseg...@novell.com
+
+- Adjusted source link
+
+---
+Tue Jul  5 17:11:44 UTC 2016 - i...@marguerite.su
+
+- update version 2.5
+  * Fix unused variable annotations
+  * Fix uninitialized variable in CIL
+  * Validate extended avrules and permissionxs in CIL
+  * Add support in CIL for neverallowx
+  * Fully expand neverallowxperm rules
+  * Add support for unordered classes to CIL
+  * Add neverallow support for ioctl extended permissions
+  * Improve CIL block and macro call recursion detection
+  * Fix CIL uninitialized false positive in cil_binary
+  * Provide error in CIL if classperms are empty
+  * Add userattribute{set} functionality to CIL
+  * fix CIL blockinherit copying segfault and add macro restrictions
+  * fix CIL NULL pointer dereference when copying classpermission/set
+  * Add CIL support for ioctl whitelists
+  * Fix memory leak when destroying avtab
+  * Replace sscanf in module_to_cil
+  * Improve CIL resolution error messages
+  * Fix policydb_read for policy versions < 24
+  * Added CIL bounds checking and refactored CIL Neverallow checking
+  * Refactored libsepol Neverallow and bounds (hierarchy) checking
+  * Treat types like an attribute in the attr_type_map
+  * Add new ebitmap function named ebitmap_match_any()
+  * switch operations to extended perms
+  * Write auditadm_r and secadm_r roles to base module when writing CIL
+  * Fix module to CIL to only associate declared roleattributes with in-scope 
types
+  * Don't allow categories/sensitivities inside blocks in CIL
+  * Replace fmemopen() with internal function in libsepol
+  * Verify users prior to evaluating users in cil
+  * Binary modules do not support ioctl rules
+  * Add support for ioctl command whitelisting
+  * Don't use symbol versioning for static object files
+  * Add sepol_module_policydb_to_cil(), sepol_module_package_to_cil(), 
+and sepol_ppfile_to_module_package()
+  * Move secilc out of libsepol
+  * fix building Xen policy with devicetreecon, and add devicetreecon
+CIL documentation
+  * bool_copy_callback set state on creation
+  * Add device tree ocontext nodes to Xen policy
+  * Widen Xen IOMEM context entries
+  * Fix error path in mls_semantic_level_expand()
+  * Update to latest CIL, includes new name resolution and fixes ordering
+issues with blockinherit statements, and bug fixes
+- changes in 2.4
+  * Remove assumption that SHLIBDIR is ../../ relative to LIBDIR
+  * Fix bugs found by hardened gcc flags
+  * Build CIL into libsepol. libsepol can be built without CIL by setting the
+DISABLE_CIL flag to 'y'
+  * Add an API function to set target_platform
+  * Report all neverallow violations
+  * Improve check_assertions performance
+  * Allow libsepol C++ static library on device
+
+---

Old:

  libsepol-2.3.tar.gz

New:

  libsepol-2.5.tar.gz



Other differences:
--
++ libsepol.spec ++
--- /var/tmp/diff_new_pack.xpWN15/_old  2016-07-18 21:17:23.0 +0200
+++ /var/tmp/diff_new_pack.xpWN15/_new  2016-07-18 21:17:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsepol
 #
-# 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,16 +17,17 @@
 
 
 Name:   libsepol
-Version:2.3
+Version:2.5
 Release:0
-Url:http://www.nsa.gov/selinux/
 Summary:SELinux binary policy manipulation library
 License:LGPL-2.1+
 Group:  System/Libraries

commit python3-blosc for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-blosc for openSUSE:Factory 
checked in at 2016-07-18 21:23:51

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


Package is "python3-blosc"

Changes:

--- /work/SRC/openSUSE:Factory/python3-blosc/python3-blosc.changes  
2016-05-25 21:23:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-blosc.new/python3-blosc.changes 
2016-07-18 21:24:41.0 +0200
@@ -1,0 +2,11 @@
+Wed Jul 13 15:30:09 UTC 2016 - a...@gmx.de
+
+- update to version 1.3.3:
+  * Internal C-Blosc sources updated to 1.9.3.
+  * C-Blosc do not segfaults anymore, so -O1 flag on Linux is not the
+default anymore.
+  * SSE2 and AVX2 are now auto-discovered so the internal C-Blosc will
+be compiled with maximum optimization on processors supporting
+them.
+
+---
@@ -7 +17,0 @@
-

Old:

  blosc-1.3.2.tar.gz

New:

  blosc-1.3.3.tar.gz



Other differences:
--
++ python3-blosc.spec ++
--- /var/tmp/diff_new_pack.3Giwy1/_old  2016-07-18 21:24:42.0 +0200
+++ /var/tmp/diff_new_pack.3Giwy1/_new  2016-07-18 21:24:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-blosc
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Blosc data compressor for Python
 License:MIT

++ blosc-1.3.2.tar.gz -> blosc-1.3.3.tar.gz ++
 3306 lines of diff (skipped)




commit python3-pickleshare for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pickleshare for 
openSUSE:Factory checked in at 2016-07-18 21:24:03

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


Package is "python3-pickleshare"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pickleshare/python3-pickleshare.changes  
2016-05-25 21:25:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pickleshare.new/python3-pickleshare.changes 
2016-07-18 21:24:51.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 15 15:21:46 UTC 2016 - a...@gmx.de
+
+- update to version 0.7.3:
+  * Fix environment marker
+  * Include license and test files in sdists
+  * Fix for multiple processes creating a folder
+  * handle exception and keep Python 2 support
+  * Remove unused import
+
+---
@@ -6 +15,0 @@
-

Old:

  pickleshare-0.7.2.tar.gz

New:

  pickleshare-0.7.3.tar.gz



Other differences:
--
++ python3-pickleshare.spec ++
--- /var/tmp/diff_new_pack.1aYDLt/_old  2016-07-18 21:24:52.0 +0200
+++ /var/tmp/diff_new_pack.1aYDLt/_new  2016-07-18 21:24:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pickleshare
-Version:0.7.2
+Version:0.7.3
 Release:0
 Summary:Tiny shelve-like database with concurrency support
 License:MIT

++ pickleshare-0.7.2.tar.gz -> pickleshare-0.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.2/LICENSE 
new/pickleshare-0.7.3/LICENSE
--- old/pickleshare-0.7.2/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/pickleshare-0.7.3/LICENSE   2016-07-15 15:12:52.0 +0200
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Ville Vainio
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.2/MANIFEST.in 
new/pickleshare-0.7.3/MANIFEST.in
--- old/pickleshare-0.7.2/MANIFEST.in   1970-01-01 01:00:00.0 +0100
+++ new/pickleshare-0.7.3/MANIFEST.in   2016-07-15 15:12:52.0 +0200
@@ -0,0 +1,2 @@
+include LICENSE
+include test_pickleshare.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.2/PKG-INFO 
new/pickleshare-0.7.3/PKG-INFO
--- old/pickleshare-0.7.2/PKG-INFO  2016-04-08 21:19:09.0 +0200
+++ new/pickleshare-0.7.3/PKG-INFO  2016-07-15 15:26:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pickleshare
-Version: 0.7.2
+Version: 0.7.3
 Summary: Tiny 'shelve'-like database with concurrency support
 Home-page: https://github.com/pickleshare/pickleshare
 Author: Ville Vainio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.2/pickleshare.egg-info/PKG-INFO 
new/pickleshare-0.7.3/pickleshare.egg-info/PKG-INFO
--- old/pickleshare-0.7.2/pickleshare.egg-info/PKG-INFO 2016-04-08 
21:19:09.0 +0200
+++ new/pickleshare-0.7.3/pickleshare.egg-info/PKG-INFO 2016-07-15 
15:26:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pickleshare
-Version: 0.7.2
+Version: 0.7.3
 Summary: Tiny 'shelve'-like database with concurrency support
 Home-page: https://github.com/pickleshare/pickleshare
 Author: Ville Vainio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.2/pickleshare.egg-info/SOURCES.txt 
new/pickleshare-0.7.3/pickleshare.egg-info/SOURCES.txt
--- old/pickleshare-0.7.2/pickleshare.egg-info/SOURCES.txt  2016-04-08 
21:19:09.0 +0200
+++ 

commit python3-pytest-runner for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-runner for 
openSUSE:Factory checked in at 2016-07-18 21:24:00

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


Package is "python3-pytest-runner"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-pytest-runner/python3-pytest-runner.changes  
2016-05-26 23:54:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-runner.new/python3-pytest-runner.changes
 2016-07-18 21:24:44.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 15 04:49:54 UTC 2016 - a...@gmx.de
+
+- update to version 2.9:
+  * Added Trove Classifier indicating this package is part of the
+pytest framework.
+
+---

Old:

  pytest-runner-2.8.tar.gz

New:

  pytest-runner-2.9.tar.gz



Other differences:
--
++ python3-pytest-runner.spec ++
--- /var/tmp/diff_new_pack.cfalPF/_old  2016-07-18 21:24:45.0 +0200
+++ /var/tmp/diff_new_pack.cfalPF/_new  2016-07-18 21:24:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytest-runner
-Version:2.8
+Version:2.9
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT

++ pytest-runner-2.8.tar.gz -> pytest-runner-2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/.hgtags 
new/pytest-runner-2.9/.hgtags
--- old/pytest-runner-2.8/.hgtags   2016-05-25 22:55:31.0 +0200
+++ new/pytest-runner-2.9/.hgtags   2016-07-14 21:57:54.0 +0200
@@ -22,3 +22,4 @@
 daf0974a5e9348b8c8e20e9ee227702edc5b6e75 2.6.3
 a1fa887922d237f915ba51f9022f4da983ceb32e 2.7
 21cfa346c8960f29f1a364d97ecbb9d1a7f6a3c0 2.7.1
+955536a145d5db5e4a2c23bf52fd575fbc595196 2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/CHANGES.rst 
new/pytest-runner-2.9/CHANGES.rst
--- old/pytest-runner-2.8/CHANGES.rst   2016-05-25 22:55:31.0 +0200
+++ new/pytest-runner-2.9/CHANGES.rst   2016-07-14 21:57:54.0 +0200
@@ -1,3 +1,9 @@
+2.9
+~~~
+
+* Added Trove Classifier indicating this package is part
+  of the pytest framework.
+
 2.8
 ~~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/PKG-INFO 
new/pytest-runner-2.9/PKG-INFO
--- old/pytest-runner-2.8/PKG-INFO  2016-05-25 22:57:22.0 +0200
+++ new/pytest-runner-2.9/PKG-INFO  2016-07-14 21:59:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-runner
-Version: 2.8
+Version: 2.9
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -113,3 +113,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Framework :: Pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/pytest_runner.egg-info/PKG-INFO 
new/pytest-runner-2.9/pytest_runner.egg-info/PKG-INFO
--- old/pytest-runner-2.8/pytest_runner.egg-info/PKG-INFO   2016-05-25 
22:57:22.0 +0200
+++ new/pytest-runner-2.9/pytest_runner.egg-info/PKG-INFO   2016-07-14 
21:59:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-runner
-Version: 2.8
+Version: 2.9
 Summary: Invoke py.test as distutils command with dependency resolution
 Home-page: https://github.com/pytest-dev/pytest-runner
 Author: Jason R. Coombs
@@ -113,3 +113,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Framework :: Pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/setup.cfg 
new/pytest-runner-2.9/setup.cfg
--- old/pytest-runner-2.8/setup.cfg 2016-05-25 22:57:22.0 +0200
+++ new/pytest-runner-2.9/setup.cfg 2016-07-14 21:59:24.0 +0200
@@ -6,7 +6,7 @@
 universal = 1
 
 [egg_info]
+tag_svn_revision = 0
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.8/setup.py 
new/pytest-runner-2.9/setup.py
--- old/pytest-runner-2.8/setup.py  2016-05-25 22:55:31.0 +0200
+++ new/pytest-runner-2.9/setup.py  2016-07-14 21:57:54.0 +0200
@@ -47,6 +47,7 @@
"Programming Language :: Python :: 2.6",

commit gnome-control-center for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2016-07-18 21:18:21

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


Package is "gnome-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2016-06-03 16:26:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2016-07-18 21:18:28.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 15:43:10 UTC 2016 - dims...@opensuse.org
+
+- Drop pkgconfig(libsystemd-login) BuildRequires: this dependency
+  has ot been in use since version 3.7.4.
+
+---



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.V7dOBR/_old  2016-07-18 21:18:30.0 +0200
+++ /var/tmp/diff_new_pack.V7dOBR/_new  2016-07-18 21:18:30.0 +0200
@@ -97,7 +97,6 @@
 BuildRequires:  pkgconfig(libpulse) >= 2.0
 BuildRequires:  pkgconfig(libpulse-mainloop-glib) >= 2.0
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(libsystemd-login)
 %if %{with_wacom}
 BuildRequires:  pkgconfig(libwacom) >= 0.7
 %endif




commit acct for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package acct for openSUSE:Factory checked in 
at 2016-07-18 21:23:39

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


Package is "acct"

Changes:

--- /work/SRC/openSUSE:Factory/acct/acct.changes2016-03-09 
16:48:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.acct.new/acct.changes   2016-07-18 
21:24:30.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 13 19:46:53 UTC 2016 - kstreit...@suse.com
+
+- remove syslog.target from acct.service file [bsc#983938] 
+
+---



Other differences:
--

++ acct.service ++
--- /var/tmp/diff_new_pack.9wS9hV/_old  2016-07-18 21:24:31.0 +0200
+++ /var/tmp/diff_new_pack.9wS9hV/_new  2016-07-18 21:24:31.0 +0200
@@ -1,7 +1,6 @@
 [Unit]
 Description=Process accounting
 Documentation=man:accton(8)
-After=syslog.target
 
 [Service]
 Type=oneshot




commit mstflint for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package mstflint for openSUSE:Factory 
checked in at 2016-07-18 21:24:12

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


Package is "mstflint"

Changes:

--- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes2015-03-11 
09:57:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.mstflint.new/mstflint.changes   2016-07-18 
21:25:02.0 +0200
@@ -1,0 +2,15 @@
+Wed Jun 29 17:36:04 UTC 2016 - i...@marguerite.su
+
+- update version 4.4.0
+- drop patch: mstflint-autotools.patch, not needed
+- drop patch: mstflint-no_Werror.patch, not needed
+- add patch: mstflint-4.4.0-gcc6.patch
+  * fix boo#985145
+  * fix unable to find string literal operator
+- add patch: mstflint-4.4.0-implicit-declaration.patch
+  * fix implicit declaration of mset_cr_access
+  * neither mset_cr_access or MST_MLNXOS exists
+- add patch: mstflint-4.4.0-no-date-time.patch
+  * fix file-contains-date-and-time
+
+---

Old:

  mstflint-4.0.0-1.30.g00eb005.tar.gz
  mstflint-autotools.patch
  mstflint-no_Werror.patch

New:

  mstflint-4.4.0-gcc6.patch
  mstflint-4.4.0-implicit-declaration.patch
  mstflint-4.4.0-no-date-time.patch
  mstflint-4.4.0.tar.gz



Other differences:
--
++ mstflint.spec ++
--- /var/tmp/diff_new_pack.7MZ8l6/_old  2016-07-18 21:25:05.0 +0200
+++ /var/tmp/diff_new_pack.7MZ8l6/_new  2016-07-18 21:25:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mstflint
 #
-# 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
@@ -15,32 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define extra_version -1.30.g00eb005
 
 Name:   mstflint
+Version:4.4.0
+Release:0
 Summary:Mellanox Firmware Burning and Diagnostics Tools
 License:GPL-2.0 or BSD-2-Clause
 Group:  System/Console
-Version:4.0.0
-Release:0
-Source0:
https://www.openfabrics.org/downloads/mstflint/%{name}-%{version}%{extra_version}.tar.gz
-# PATCH-FIX-UPSTREAM Declare package as foreign and other autotools stuff 
p...@suse.de
-Patch0: mstflint-autotools.patch
-# PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
-Patch4: mstflint-s390_arch.patch
-# PATCH-FIX-UPSTREAM Don't use -Werror as there are format warnings
-Patch5: mstflint-no_Werror.patch
+Url:http://www.openfabrics.org
+Source: 
https://www.openfabrics.org/downloads/mstflint/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM Build libmtcr as shared library
 Source1:mstfint-mtcr_ul_no_static_lib.patch
-Url:http://www.openfabrics.org
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+# PATCH-FIX-UPSTREAM Add all needed defines to get it built on s390x
+Patch4: mstflint-s390_arch.patch
+# PATCH-FIX-UPSTREAM unable to find string literal operator
+Patch6: mstflint-4.4.0-gcc6.patch
+# PATCH-FIX-UPSTREAM implicit declaration of mset_cr_access
+Patch7: mstflint-4.4.0-implicit-declaration.patch
+# PATCH-FIX-UPSTREAM no __DATE__ and __TIME__ in codes
+Patch8: mstflint-4.4.0-no-date-time.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libibmad-devel
 BuildRequires:  libtool
 BuildRequires:  zlib-devel
-
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #%%define DT_FLAGS %%{?__commit_date:-D__DATE__=%%__commit_date}' 
'%%{?__commit_time:-D__TIME__=%%__commit_time}'
 
 %description
@@ -54,21 +52,22 @@
 
 %prep
 %setup -q
-%patch0
 %patch4
-%patch5
-rm -f configure.in
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 rm -f mtcr_ul/Makefile.in
 
 %build
-autoreconf -fi
-%{configure}
-make CFLAGS="%{optflags} -I. -fno-exceptions"
+./autogen.sh
+%configure
+make %{?_smp_mflags} CFLAGS="%{optflags} -I. -fno-exceptions"
 
 %install
-make DESTDIR=%{buildroot} install
-rm -f %{buildroot}%{_includedir}/mtcr_ul/mtcr.h
-rm -f  %{buildroot}%{_libdir}/libmtcr_ul.a
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+rm -rf %{buildroot}%{_includedir}/mstflint
+rm -rf  %{buildroot}%{_libdir}/mstflint/
+rm -rf %{buildroot}%{_bindir}/hca_self_test.ofed
 
 #%%post -p /sbin/ldconfig
 
@@ -77,8 +76,15 @@
 %files
 %defattr(-, root, root)
 %doc README COPYING LICENSE
-%{_mandir}/man1/*.1.gz
-%_bindir/*
-%{_datadir}/%{name}
+%{_bindir}/mstconfig
+%{_bindir}/mstflint
+%{_bindir}/mstmcra
+%{_bindir}/mstmread

commit libsemanage for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libsemanage for openSUSE:Factory 
checked in at 2016-07-18 21:16:54

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


Package is "libsemanage"

Changes:

--- /work/SRC/openSUSE:Factory/libsemanage/libsemanage.changes  2014-05-22 
20:38:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsemanage.new/libsemanage.changes 
2016-07-18 21:16:57.0 +0200
@@ -1,0 +2,62 @@
+Thu Jul 14 14:20:12 UTC 2016 - jseg...@novell.com
+
+- Without bug number no submit to SLE 12 SP2 is possible, so to make
+  sle-changelog-checker happy: bsc#988977
+
+---
+Wed Jul 13 09:43:28 UTC 2016 - jseg...@novell.com
+
+- Added suse_path.patch to fix path to hll compiler
+
+---
+Fri Jul  8 15:24:49 UTC 2016 - i...@marguerite.su
+
+- update version 2.5
+  * Do not overwrite CFLAGS in test Makefile, from Nicolas Iooss.
+  * Fix uninitialized variable in direct_commit and direct_api
+  * semanage_migrate_store: Load libsepol.so.1 instead of libsepol.so
+  * Store homedir_template and users_extra in policy store
+  * Fix null pointer dereference in semanage_module_key_destroy
+  * Add semanage_module_extract() to extract a module as CIL or HLL
+  * semanage_migrate_store: add -r  option for migrating inside chroots
+  * Add file_contexts and seusers to the store
+  * Add policy binary and file_contexts.local to the store
+  * Allow to install compressed modules without a compression extension
+  * Do not copy contexts in semanage_migrate_store
+  * Fix logic in bunzip for uncompressed pp files
+  * Fix fname[] initialization in test_utilities.c
+  * Add remove-hll semanage.conf option to remove HLL files after
+   compilation to CIL
+  * Fix memory leaks when parsing semanage.conf
+  * Change bunzip to use heap instead of stack to prevent segfault on
+   systems with small stack size
+- changes in 2.4
+  * Fix Makefile to allow LIBDIR and SHLIBDIR to be set to different
+   directories
+  * Fix bugs found by hardened gcc flags
+  * Add missing manpage links to security_load_policy
+  * Fix failing libsemanage pywrap tests
+  * Fix deprecation warning for bison
+  * Skip policy module relink when only setting booleans
+  * Only try to compile file contexts if they exist
+  * Fix memory leak when setting a custom store path
+  * Add semodule option to set store root path in semanage.conf and the
+   semodule command
+  * Add semanage.conf option to set an alternative root path for policy
+   store
+  * Add support for High Level Language (HLL) to CIL compilers. The HLL
+   compiler path is configurable, but should be placed in 
+   /usr/libexec/selinux/hll by default
+  * Create a policy migration script for migrating the policy store from
+   /etc/selinux to /var/lib/selinux
+  * Add python3 support to the migration script
+  * Use libcil to compile modules
+  * Use symbolic versioning to maintain ABI compatibility for old install
+   functions
+  * Add a target-platform option to semanage.conf to control how policies
+   are built
+  * Add API to handle modules and source policies, moving module store to
+   /var/lib/selinux
+  * Only try to compile file contexts if they exist
+
+---
--- /work/SRC/openSUSE:Factory/libsemanage/python-semanage.changes  
2013-11-07 17:37:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsemanage.new/python-semanage.changes 
2016-07-18 21:16:57.0 +0200
@@ -1,0 +2,53 @@
+Fri Jul  8 15:35:05 UTC 2016 - i...@marguerite.su
+
+- update version 2.5
+  * Do not overwrite CFLAGS in test Makefile, from Nicolas Iooss.
+  * Fix uninitialized variable in direct_commit and direct_api
+  * semanage_migrate_store: Load libsepol.so.1 instead of libsepol.so
+  * Store homedir_template and users_extra in policy store
+  * Fix null pointer dereference in semanage_module_key_destroy
+  * Add semanage_module_extract() to extract a module as CIL or HLL
+  * semanage_migrate_store: add -r  option for migrating inside chroots
+  * Add file_contexts and seusers to the store
+  * Add policy binary and file_contexts.local to the store
+  * Allow to install compressed modules without a compression extension
+  * Do not copy contexts in semanage_migrate_store
+  * Fix logic in bunzip for uncompressed pp files
+  * Fix fname[] initialization in test_utilities.c
+  * Add remove-hll semanage.conf option to remove HLL files after
+   compilation to CIL
+  * Fix memory leaks when parsing semanage.conf
+  * Change bunzip to use heap instead of stack to prevent segfault on
+   systems with small stack 

commit expat for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2016-07-18 21:17:02

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


Package is "expat"

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2016-07-09 
09:19:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2016-07-18 
21:17:04.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 14 08:43:31 UTC 2016 - tchva...@suse.com
+
+- Version update to 2.2.0:
+  * Various cmake and autotools script updates
+  * Fix detection of utf8 character boundaries
+- Remove all patches merged upstream:
+  * expat-2.1.1-avoid_relying_on_undef_behaviour.patch
+  * expat-2.1.1-parser_crashes_on_malformed_input.patch
+  * expat-alloc-size.patch
+  * expat-visibility.patch
+
+---

Old:

  expat-2.1.1-avoid_relying_on_undef_behaviour.patch
  expat-2.1.1-parser_crashes_on_malformed_input.patch
  expat-2.1.1.tar.bz2
  expat-alloc-size.patch
  expat-visibility.patch

New:

  expat-2.2.0.tar.bz2



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.UDpsXQ/_old  2016-07-18 21:17:06.0 +0200
+++ /var/tmp/diff_new_pack.UDpsXQ/_new  2016-07-18 21:17:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   expat
-Version:2.1.1
+Version:2.2.0
 Release:0
 Summary:XML Parser Toolkit
 License:MIT
@@ -26,17 +26,9 @@
 Source0:
http://downloads.sourceforge.net/project/expat/expat/%{version}/expat-%{version}.tar.bz2
 Source1:%{name}faq.html
 Source2:baselibs.conf
-Patch1: expat-visibility.patch
-Patch2: expat-alloc-size.patch
-# PATCH-FIX-UPSTREAM bnc#980391 CVE-2015-1283 kstreit...@suse.com -- Avoid 
relying on undefined behavior in CVE-2015-1283 fix
-Patch3: expat-2.1.1-avoid_relying_on_undef_behaviour.patch
-# PATCH-FIX-UPSTREAM bnc#979441 CVE-2016-0718 kstreit...@suse.com -- XML 
parser crashes on malformed input
-Patch4: expat-2.1.1-parser_crashes_on_malformed_input.patch
-BuildRequires:  autoconf >= 2.58
-BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,26 +61,20 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 cp %{SOURCE1} .
 rm -f examples/*.dsp
 
 %build
-export CFLAGS="%{optflags} -fvisibility=hidden"
-%configure --disable-static \
+%configure \
+--disable-silent-rules \
+--disable-static \
--with-pic
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-rm doc/xmlwf.1
-
-# remove .la file
-rm -f %{buildroot}%{_libdir}/libexpat.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
 make %{?_smp_mflags} check

++ expat-2.1.1.tar.bz2 -> expat-2.2.0.tar.bz2 ++
 29006 lines of diff (skipped)




commit gnome-online-accounts for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2016-07-18 21:18:31

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


Package is "gnome-online-accounts"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2016-06-10 23:58:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2016-07-18 21:18:34.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul  8 11:53:54 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.2:
+  + lastfm: Don't forget to update the ret variable (bgo#760991).
+  + Misc usability improvements to the imap-smtp provider
+(bgo#764283).
+  + org.gnome.OnlineAccounts.Account:IsTemporary is not being set
+(bgo#765994).
+  + Updated translations.
+
+---

Old:

  gnome-online-accounts-3.20.1.tar.xz

New:

  gnome-online-accounts-3.20.2.tar.xz



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.gaPElp/_old  2016-07-18 21:18:35.0 +0200
+++ /var/tmp/diff_new_pack.gaPElp/_new  2016-07-18 21:18:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-online-accounts
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:GNOME service to access online accounts
 License:LGPL-2.0+

++ gnome-online-accounts-3.20.1.tar.xz -> 
gnome-online-accounts-3.20.2.tar.xz ++
 4678 lines of diff (skipped)




commit gnome-sudoku for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-sudoku for openSUSE:Factory 
checked in at 2016-07-18 21:23:31

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


Package is "gnome-sudoku"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-sudoku/gnome-sudoku.changes
2016-05-24 09:35:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-sudoku.new/gnome-sudoku.changes   
2016-07-18 21:24:19.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 13 22:39:27 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.4:
+  + Avoid accidental use of C++ 11.
+
+---
+Wed Jul 13 22:24:00 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.3:
+  + Seed the RNG so we actually get different puzzles each run.
+
+---

Old:

  gnome-sudoku-3.20.2.tar.xz

New:

  gnome-sudoku-3.20.4.tar.xz



Other differences:
--
++ gnome-sudoku.spec ++
--- /var/tmp/diff_new_pack.xJvnQS/_old  2016-07-18 21:24:21.0 +0200
+++ /var/tmp/diff_new_pack.xJvnQS/_new  2016-07-18 21:24:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-sudoku
-Version:3.20.2
+Version:3.20.4
 Release:0
 Summary:Sudoku Game for GNOME
 License:GPL-3.0+

++ gnome-sudoku-3.20.2.tar.xz -> gnome-sudoku-3.20.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-sudoku-3.20.2/NEWS new/gnome-sudoku-3.20.4/NEWS
--- old/gnome-sudoku-3.20.2/NEWS2016-05-23 00:55:47.0 +0200
+++ new/gnome-sudoku-3.20.4/NEWS2016-07-14 00:28:16.0 +0200
@@ -1,3 +1,13 @@
+3.20.4 - July 13, 2016
+==
+
+* Avoid accidental use of C++ 11
+
+3.20.3 - July 11, 2016
+==
+
+* Seed the RNG so we actually get different puzzles each run
+
 3.20.2 - May 22, 2016
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-sudoku-3.20.2/configure 
new/gnome-sudoku-3.20.4/configure
--- old/gnome-sudoku-3.20.2/configure   2016-05-23 00:56:33.0 +0200
+++ new/gnome-sudoku-3.20.4/configure   2016-07-14 00:28:49.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Sudoku 3.20.2.
+# Generated by GNU Autoconf 2.69 for GNOME Sudoku 3.20.4.
 #
 # Report bugs to .
 #
@@ -650,8 +650,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNOME Sudoku'
 PACKAGE_TARNAME='gnome-sudoku'
-PACKAGE_VERSION='3.20.2'
-PACKAGE_STRING='GNOME Sudoku 3.20.2'
+PACKAGE_VERSION='3.20.4'
+PACKAGE_STRING='GNOME Sudoku 3.20.4'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Sudoku'
 
@@ -1460,7 +1460,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' configures GNOME Sudoku 3.20.2 to adapt to many kinds of systems.
+\`configure' configures GNOME Sudoku 3.20.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1530,7 +1530,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of GNOME Sudoku 3.20.2:";;
+ short | recursive ) echo "Configuration of GNOME Sudoku 3.20.4:";;
esac
   cat <<\_ACEOF
 
@@ -1669,7 +1669,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNOME Sudoku configure 3.20.2
+GNOME Sudoku configure 3.20.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2068,7 +2068,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNOME Sudoku $as_me 3.20.2, which was
+It was created by GNOME Sudoku $as_me 3.20.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2933,7 +2933,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-sudoku'
- VERSION='3.20.2'
+ VERSION='3.20.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18163,7 +18163,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNOME Sudoku $as_me 3.20.2, which was
+This file was extended by GNOME Sudoku $as_me 3.20.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -18221,7 +18221,7 @@
 cat 

commit collectl for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2016-07-18 21:23:48

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


Package is "collectl"

Changes:

--- /work/SRC/openSUSE:Factory/collectl/collectl.changes2016-06-02 
09:39:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2016-07-18 
21:24:35.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul 14 15:49:11 UTC 2016 - tabra...@suse.com
+
+- Update to 4.0.5
+  + rawdskfilt has been enhanced to allow a preceding + which will 
 
+cause the following string to be appended to the default filter
 
+  + needed to initialized anonH for numa stats [thanks andy]   
 
+  + added 'hed' to known ethernet devices, used by HP Helion
+
+---

Old:

  collectl-4.0.4.src.tar.gz

New:

  collectl-4.0.5.src.tar.gz



Other differences:
--
++ collectl.spec ++
--- /var/tmp/diff_new_pack.GFfjLa/_old  2016-07-18 21:24:36.0 +0200
+++ /var/tmp/diff_new_pack.GFfjLa/_new  2016-07-18 21:24:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   collectl
-Version:4.0.4
+Version:4.0.5
 Release:0
 Summary:Collects data that describes the current system status
 License:Artistic-1.0 and GPL-2.0+

++ collectl-4.0.4.src.tar.gz -> collectl-4.0.5.src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/collectl-4.0.4/RELEASE-collectl 
new/collectl-4.0.5/RELEASE-collectl
--- old/collectl-4.0.4/RELEASE-collectl 2016-01-29 15:38:21.0 +0100
+++ new/collectl-4.0.5/RELEASE-collectl 2016-07-13 15:44:31.0 +0200
@@ -27,6 +27,12 @@
 
 COLLECTL CHANGES
 
+4.0.5   Apr 26, 2016
+  - rawdskfilt has been enhanced to allow a preceding + which will
+cause the following string to be appended to the default filter
+  - needed to initialized anonH for numa stats [thanks andy]
+  - added 'hed' to known ethernet devices, used by HP Helion
+
 4.0.4Jan 29, 2016
   - if you try to playback a file with --stats and it has recorded
 processes or slabs, ignore them be removing from $subsys [thanks ghassen]
@@ -42,8 +48,6 @@
 in some cases such as etherd disks, the names are messy for use with
 other tools like ganlia [thanks gabriel]
   - removed access to disk name remapping file
-  - the rawdskfilt has been enhanced to allow a preceding + which will
-cause the following string to be appended to the default filter
 
 4.0.3   July 2, 2015
   - add AnonHuge memory to memory stats, both verbose and detailed as
@@ -95,6 +99,11 @@
 
 COLMUX CHANGES
 
+4.9.1  Mar 29, 2016
+  - assume collectl in same directory as colmux so you can install both
+on network share BUT if colmux ends in 'pl', it's probably me doing
+development/testing, so use collectl in /usr/bin. [thanks Paul]
+
 4.9.0  Jan 06, 2016
   - header name printing in single line mode not quite right for all
 combinations of switches
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/collectl-4.0.4/collectl new/collectl-4.0.5/collectl
--- old/collectl-4.0.4/collectl 2016-01-29 15:38:21.0 +0100
+++ new/collectl-4.0.5/collectl 2016-07-13 15:44:31.0 +0200
@@ -111,7 +111,7 @@
 $rootFlag=(!$PcFlag && `whoami`=~/root/) ? 1 : 0;
 $SrcArch= $Config{"archname"};
 
-$Version=  '4.0.4-1';
+$Version=  '4.0.5-1';
 $Copyright='Copyright 2003-2016 Hewlett-Packard Development Company, L.P.';
 $License=  "collectl may be copied only under the terms of either the Artistic 
License\n";
 $License.= "or the GNU General Public License, which may be found in the 
source kit";
@@ -6761,9 +6761,16 @@
   my $whatsnew=<

commit ledmon for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package ledmon for openSUSE:Factory checked 
in at 2016-07-18 21:23:42

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


Package is "ledmon"

Changes:

--- /work/SRC/openSUSE:Factory/ledmon/ledmon.changes2016-07-01 
10:00:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ledmon.new/ledmon.changes   2016-07-18 
21:24:32.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 14 03:39:05 UTC 2016 - zl...@suse.com
+
+- Fix bug bsc#986779, 0001-Recognize_bool_values_in_sysfs.patch.
+  The type of libahci parameter ahci_em_messages was changed from
+  int to bool in kernel v3.13, which caused AHCI HBAs to not be
+  detected properly.
+
+---

New:

  0001-Recognize_bool_values_in_sysfs.patch



Other differences:
--
++ ledmon.spec ++
--- /var/tmp/diff_new_pack.Cs5VX6/_old  2016-07-18 21:24:33.0 +0200
+++ /var/tmp/diff_new_pack.Cs5VX6/_new  2016-07-18 21:24:33.0 +0200
@@ -25,6 +25,7 @@
 Url:http://sourceforge.net/projects/ledmon/
 Source0:
http://sourceforge.net/projects/ledmon/files/ledmon-%{version}/%{name}-%{version}.tar.gz
 Patch0: Makefile-error-dependency.patch
+Patch1: 0001-Recognize_bool_values_in_sysfs.patch
 BuildRequires:  libsgutils-devel
 Provides:   sgpio:/sbin/ledmon
 Provides:   sgpio:/{%{_bindir}}/ledctl
@@ -38,6 +39,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}"

++ 0001-Recognize_bool_values_in_sysfs.patch ++
commit 6f7d38bbe5d7b13c84987cf3b3b550a11c39392e
Author: Artur Paszkiewicz 
Date:   Tue Jul 29 13:49:05 2014 +0200

Recognize bool values in sysfs

The type of libahci parameter ahci_em_messages was changed from int to
bool in kernel v3.13, which caused AHCI HBAs to not be detected
properly.

Reported-and-tested-by: Paul Boven 
Signed-off-by: Artur Paszkiewicz 

diff --git a/src/cntrl.c b/src/cntrl.c
index 2e6509b..e5170a2 100644
--- a/src/cntrl.c
+++ b/src/cntrl.c
@@ -216,8 +216,11 @@ static unsigned int _ahci_em_messages(const char *path)
if (get_int(path, 0, "driver/module/parameters/ahci_em_messages") != 0)
return 1;
 
-   if (!get_int("", 0, "sys/module/libahci/parameters/ahci_em_messages"))
-   return 0;
+   /* parameter type changed from int to bool since kernel v3.13 */
+   if (!get_int("", 0, "sys/module/libahci/parameters/ahci_em_messages")) {
+   if (!get_bool("", 0, 
"sys/module/libahci/parameters/ahci_em_messages"))
+   return 0;
+   }
 
if (snprintf(buf, sizeof(buf), "%s/%s", path, "driver") < 0)
return 0;
diff --git a/src/utils.c b/src/utils.c
index 36e4147..fca00a8 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -86,6 +86,23 @@ char *get_text(const char *path, const char *name)
 }
 
 /*
+ * Function returns integer value (1 or 0) based on a boolean value ('Y' or 
'N')
+ * read from a text file. See utils.h for details.
+ */
+int get_bool(const char *path, int defval, const char *name)
+{
+   char *p = get_text(path, name);
+   if (p) {
+   if (*p == 'Y')
+   defval = 1;
+   else if (*p == 'N')
+   defval = 0;
+   free(p);
+   }
+   return defval;
+}
+
+/*
  * Function returns 64-bit unsigned integer value read from a text file. See
  * utils.h for details.
  */
diff --git a/src/utils.h b/src/utils.h
index c982113..5a0a76c 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -111,6 +111,23 @@ uint64_t get_uint64(const char *path, uint64_t defval, 
const char *name);
 char *get_text(const char *path, const char *name);
 
 /**
+ * @brief Reads boolean value from a text file.
+ *
+ * This function assumes that the only text in a file is the requested value to
+ * read. The recognized boolean values are in the format 'Y' for True and 'N'
+ * for False. In case of an error while reading from file the function will
+ * return a value stored in defval argument.
+ *
+ * @param[in]  path   Path where a file is located.
+ * @param[in]  defval Default value to be returned in case of 
error.
+ * @param[in]  name   Name of a file to be read.
+ *
+ * @return Value read from a file if successful, otherwise a value stored in
+ * defval argument. 1 is returned for True, 0 for False.
+ */
+int get_bool(const char *path, int defval, const char *name);
+
+/**
  * @brief Writes a text to file.
  *
  * This function writes a text 

commit gnome-keysign for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-keysign for openSUSE:Factory 
checked in at 2016-07-18 21:23:34

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


Package is "gnome-keysign"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-keysign/gnome-keysign.changes  
2016-07-03 12:27:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keysign.new/gnome-keysign.changes 
2016-07-18 21:24:23.0 +0200
@@ -1,0 +2,16 @@
+Wed Jul 07 22:55:06 UTC 2016 - tobias...@gnome.org
+
+- Update to version 0.6:
+  * GetKey: Properly call TempKeyring, not TemporaryKeyring
+  * Using gi.require for Gtk, Gst, and GstVideo
+  * Increased py3k compatibilty
+- Add gnome-keysign-gpg-2.1-returncode.patch: Improve GPG 2.1
+  compatibility. Patch has been submitted to monkeysign upstream:
+  https://lists.riseup.net/www/arc/monkeysphere/2016-07/msg0.html
+
+---
+Sat Jun 25 17:03:07 UTC 2016 - dims...@opensuse.org
+
+- Add python-requests Requires: manadatory dependency.
+
+---

Old:

  gnome-keysign-0.5.tar.xz

New:

  gnome-keysign-0.6.tar.xz
  gnome-keysign-gpg-2.1-returncode.patch



Other differences:
--
++ gnome-keysign.spec ++
--- /var/tmp/diff_new_pack.D1LLeB/_old  2016-07-18 21:24:24.0 +0200
+++ /var/tmp/diff_new_pack.D1LLeB/_new  2016-07-18 21:24:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-keysign
-Version:0.5
+Version:0.6
 Release:0
 Summary:GNOME OpenGPG key signing helper
 License:GPL-3.0+
@@ -26,6 +26,8 @@
 Source: %{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-keysign-gpg-2.1.patch dims...@opensuse.org -- Fix 
execution with GPG 2.1
 Patch0: gnome-keysign-gpg-2.1.patch
+# PATCH-FIX-UPSTREAM gnome-keysign-gpg-2.1-returncode.patch 
tobias...@gnome.org -- Improve GPG 2.1 compatibility
+Patch1: gnome-keysign-gpg-2.1-returncode.patch
 BuildRequires:  gobject-introspection
 BuildRequires:  python-setuptools
 BuildRequires:  update-desktop-files
@@ -34,13 +36,14 @@
 %else
 Requires:   gstreamer1(element-zbar)
 %endif
+Requires:   dbus-1-python
 Requires:   python-avahi
 Requires:   python-cairo
-Requires:   dbus-1-python
 Requires:   python-gobject
 Requires:   python-gobject-Gdk
 Requires:   python-monkeysign
 Requires:   python-qrcode
+Requires:   python-requests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,6 +73,7 @@
 %setup -q
 pushd monkeysign
 %patch0 -p1
+%patch1 -p1
 popd
 
 %build

++ _service ++
--- /var/tmp/diff_new_pack.D1LLeB/_old  2016-07-18 21:24:24.0 +0200
+++ /var/tmp/diff_new_pack.D1LLeB/_new  2016-07-18 21:24:24.0 +0200
@@ -6,7 +6,7 @@
 @PARENT_TAG@
 enable
 enable
-refs/tags/0.5
+refs/tags/0.6
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.D1LLeB/_old  2016-07-18 21:24:24.0 +0200
+++ /var/tmp/diff_new_pack.D1LLeB/_new  2016-07-18 21:24:24.0 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/muelli/geysigning.git
-  c99b59b9eac13e5f63b09baa92b450c6a2f1aef9
\ No newline at end of file
+  adac0e30c3dd6bef702a4ca27fcca171509d82cc
\ No newline at end of file

++ gnome-keysign-0.5.tar.xz -> gnome-keysign-0.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keysign-0.5/RELEASE_NOTES 
new/gnome-keysign-0.6/RELEASE_NOTES
--- old/gnome-keysign-0.5/RELEASE_NOTES 2016-06-16 23:49:48.0 +0200
+++ new/gnome-keysign-0.6/RELEASE_NOTES 2016-06-23 00:55:01.0 +0200
@@ -1,20 +1,18 @@
 GNOME Keysign is a tool to make signing OpenPGP keys as easy as possible.
-This is the v0.5 release which 
+This is the v0.6 release which fixes a few bugs and increases py3k
+compatibilty.
 
 Changes
 ==
 
- * Replace qrencode with python-qrcode
- * Defend against a network attacker by MACing
-   the data to be transferred
- * Defend against someone who could inject just
-   one frame by displaying the image which caused
-   a barcode to be decoded.
+ * Fixed manually typing the fingerprint
+ * Made gsignal definitions use str() for names
+ * Got rid of warning from gi when importing
 
 
 Resources
 =
 
-Download: 
https://github.com/muelli/geysigning/releases/download/0.5/gnome-keysign-0.5.tar.gz
+Download: 
https://github.com/muelli/geysigning/releases/download/0.5/gnome-keysign-0.6.tar.gz
 sha256sum:
 Web site: https://wiki.gnome.org/GnomeKeysign
diff -urN '--exclude=CVS' 

commit gnome-software for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-07-18 21:23:28

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


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-06-25 02:23:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-07-18 21:24:09.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul 13 12:37:52 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.4:
+  + Always show the 'MyLanguage' kudo when in en_US locale.
+  + Disable app folders feature when run outside GNOME.
+  + Fix an issue with launching Epiphany web-apps.
+  + Fix a number of issues with Fedora system upgrades.
+  + Fix a possible crash when download-updates setting is changed.
+  + Improve styling of software reviews and kudos.
+  + Make the app folder dialog work again.
+  + Support launching appstream://id.
+  + Updated translations.
+- Drop gnome-software-fix-app-folders.patch: Fixed upstream.
+
+---

Old:

  gnome-software-3.20.3.tar.xz
  gnome-software-fix-app-folders.patch

New:

  gnome-software-3.20.4.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.T7rTXx/_old  2016-07-18 21:24:10.0 +0200
+++ /var/tmp/diff_new_pack.T7rTXx/_new  2016-07-18 21:24:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.20.3
+Version:3.20.4
 Release:0
 %define gs_plugin_api 9
 Summary:GNOME Software Store
@@ -29,8 +29,6 @@
 Patch0: gnome-software-add-default-yast-appfolder.patch
 # PATCH-FIX-UPSTREAM gnome-software-icon-crash.patch boo#974806 
mgo...@suse.com -- don't crash if unable to find a cached icon.
 Patch1: gnome-software-icon-crash.patch
-# PATCH-FIX-UPSTREAM gnome-software-fix-app-folders.patch boo#979570 
zai...@opensuse.org -- Fix regression in app-folders, make them work again.
-Patch2: gnome-software-fix-app-folders.patch
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  update-desktop-files
@@ -63,7 +61,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure \

++ gnome-software-3.20.3.tar.xz -> gnome-software-3.20.4.tar.xz ++
 3608 lines of diff (skipped)




commit kmymoney for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2016-07-18 21:23:20

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


Package is "kmymoney"

Changes:

--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes2015-04-30 
11:51:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2016-07-18 
21:23:24.0 +0200
@@ -1,0 +2,31 @@
+Sun Jul 10 20:05:05 UTC 2016 - nico.kru...@gmail.com
+
+- Update to 4.8.0
+  * Added support for online SEPA transactions
+  * Added support for import from Weboob
+  * Improved payee matching when importing transactions
+  * Supports AqBanking versions 5.5.0 or later
+  * Updated Brazilian account templates
+  * When an account cannot be closed, a tooltip explains the
+reason
+  * Categories no longer have opening date, which caused annoying
+errors both during input and while running the consistency
+check
+  * Do not inadvertently modify start date of schedules
+  * Solved rounding problems causing reconciliation to fail and
+investment transaction to show missing assignments of 0.00
+  * Fixed some annoying consistency check errors
+
+---
+Wed Jun  1 15:02:37 UTC 2016 - wba...@tmo.at
+
+- Use share-mime-info macros (boo#979301)
+
+---
+Tue May 31 12:20:20 UTC 2016 - wba...@tmo.at
+
+- Only require libakonadiprotocolinternals1 (needed to run kmymoney)
+  on Leap and Tumbleweed, not akonadi-runtime, to prevent conflicts
+  with KDEPIM5 (boo#982301)
+
+---

Old:

  kmymoney-4.7.2.tar.xz

New:

  kmymoney-4.8.0.tar.xz



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.KGK0sz/_old  2016-07-18 21:23:26.0 +0200
+++ /var/tmp/diff_new_pack.KGK0sz/_new  2016-07-18 21:23:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kmymoney
 #
-# 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:   kmymoney
-Version:4.7.2
+Version:4.8.0
 Release:0
 Summary:A Personal Finance Manager for KDE 4
 License:GPL-2.0 or GPL-3.0
@@ -38,10 +38,17 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libical)
 BuildRequires:  pkgconfig(libxml-2.0)
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 Recommends: %{name}-doc = %{version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if %suse_version > 1320 || 0%{?is_opensuse}
+Requires:   libakonadiprotocolinternals1
+Recommends: akonadi-runtime
+%else
 %kde4_akonadi_requires
+%endif
 %kde4_pimlibs_requires
 %kde4_runtime_requires
 Requires(post): shared-mime-info
@@ -89,17 +96,17 @@
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
+%mime_database_post
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
+%mime_database_postun
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog ChangeLog.original README.Fileformats
-%dir %{_datadir}/appdata
-%attr(644, -, -) %{_datadir}/appdata/kmymoney.appdata.xml
+%dir %{_kde4_appsdir}/appdata
+%attr(644, -, -) %{_kde4_appsdir}/appdata/kmymoney.appdata.xml
 %{_datadir}/mime/packages/x-kmymoney.xml
 %{_kde4_applicationsdir}/kmymoney.desktop
 %{_kde4_appsdir}/kconf_update/kmymoney.upd
@@ -110,12 +117,18 @@
 %{_kde4_configkcfgdir}/
 %{_kde4_iconsdir}/*/*/*/*kmymoney.png
 %{_kde4_libdir}/libkmm_*.so.*
+%{_kde4_libdir}/libkmm_payeeidentifier.so
+%{_kde4_libdir}/libpayeeidentifier_*.so.*
 %{_kde4_modulesdir}/kcm_kmm_*.so
 %{_kde4_modulesdir}/kmm_*.so
+%{_kde4_modulesdir}/konlinetasks_*.so
+%{_kde4_modulesdir}/payeeidentifier_*.so
+%{_kde4_servicesdir}/ibanbicdata/
 %{_kde4_servicesdir}/kcm_kmm_*.desktop
 %{_kde4_servicesdir}/kmm_*.desktop
-%{_kde4_servicetypesdir}/kmymoneyimporterplugin.desktop
-%{_kde4_servicetypesdir}/kmymoneyplugin.desktop
+%{_kde4_servicesdir}/kmymoney-*.desktop
+%{_kde4_servicetypesdir}/ibanbicdata.desktop
+%{_kde4_servicetypesdir}/kmymoney-*.desktop
 
 %files devel
 %defattr(-,root,root,-)
@@ -124,6 +137,7 @@
 %{_kde4_libdir}/libkmm_mymoney.so
 %{_kde4_libdir}/libkmm_plugin.so
 %{_kde4_libdir}/libkmm_widgets.so
+%{_kde4_libdir}/libpayeeidentifier_*.so
 
 %files lang -f 

commit chromium for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2016-07-18 21:23:21

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2016-06-23 
23:22:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2016-07-18 
21:23:44.0 +0200
@@ -1,0 +2,13 @@
+Mon Jul 11 00:46 UTC 2016 - nick_levin...@yahoo.com
+
+- Clarification/correction to chromium-desktop-gnome and
+  chromium-desktop-kde software descriptions due to passwords
+  preservation reported by Chromium developer
+
+---
+Fri Jun 24 06:39:52 UTC 2016 - tittiatc...@gmail.com
+
+- Update to Chromium 51.0.2704.106
+  * No changelog indicated
+
+---

Old:

  chromium-51.0.2704.103.tar.xz

New:

  chromium-51.0.2704.106.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.lDKidg/_old  2016-07-18 21:24:00.0 +0200
+++ /var/tmp/diff_new_pack.lDKidg/_new  2016-07-18 21:24:00.0 +0200
@@ -18,7 +18,7 @@
 
 %define chromium_no_dlopen 1
 Name:   chromium
-Version:51.0.2704.103
+Version:51.0.2704.106
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -198,9 +198,7 @@
 %endif
 
 %description desktop-kde
-By using the openSUSE update-alternatives the password store for Chromium is 
changed to utilize
-KDE's kwallet. Please be aware that by this change the old password are no 
longer accessible and
-are also not converted to kwallet.
+By using the openSUSE update-alternatives the password store for Chromium is 
changed to utilize KDE's kwallet. If access to passwords stored via Chromium 
(3-dot menu > Settings > Show advanced settings > Passwords and forms > Manage 
passwords) or using KDE's KWallet presents a problem, see 
.
 
 %package desktop-gnome
 Summary:Update to chromium to use Gnome keyring to store passwords
@@ -213,9 +211,7 @@
 Provides:   chromium-password = %{version}
 
 %description desktop-gnome
-By using the openSUSE update-alternatives the password store for Chromium is 
changed to utilize
-Gnome's Keyring. Please be aware that by this change the old password are no 
longer accessible and
-are also not converted to Gnome's Keyring.
+By using the openSUSE update-alternatives the password store for Chromium is 
changed to utilize Gnome's Keyring. If access to passwords stored via Chromium 
(3-dot menu > Settings > Show advanced settings > Passwords and forms > Manage 
passwords) or using Gnome's Keyring presents a problem, see 
.
 
 %package -n chromedriver
 Summary:WebDriver for Google Chrome/Chromium


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





commit pidgin-sipe for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package pidgin-sipe for openSUSE:Factory 
checked in at 2016-07-18 21:23:24

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


Package is "pidgin-sipe"

Changes:

--- /work/SRC/openSUSE:Factory/pidgin-sipe/pidgin-sipe.changes  2016-02-16 
09:18:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin-sipe.new/pidgin-sipe.changes 
2016-07-18 21:24:03.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul  8 11:27:28 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.21.1:
+  * various bug fixes in media support
+  * configure no longer ignores CFLAGS/LDFLAGS/LIBS
+- Drop telepathy conditionals as we don't build on sle11 anyway
+- Move the docs from library to main package to allow multiple versions
+  at once as SLP wants
+
+---

Old:

  pidgin-sipe-1.20.1.tar.xz

New:

  pidgin-sipe-1.21.1.tar.xz



Other differences:
--
++ pidgin-sipe.spec ++
--- /var/tmp/diff_new_pack.bjOafz/_old  2016-07-18 21:24:03.0 +0200
+++ /var/tmp/diff_new_pack.bjOafz/_new  2016-07-18 21:24:03.0 +0200
@@ -16,16 +16,14 @@
 #
 
 
-%define build_telepathy 1
-
 Name:   pidgin-sipe
-Version:1.20.1
+Version:1.21.1
 Release:0
 Summary:Pidgin protocol plugin to connect to MS Office Communicator
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://sipe.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.20.1/%{name}-%{version}.tar.xz
+Source: 
http://downloads.sourceforge.net/project/sipe/sipe/%{name}-%{version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-UPSTREAM pidgin-sipe-gstreamer-1.0.patch dims...@opensuse.org 
-- Read the GStreamer branch to be used from purple.pc; taken from 
https://pidgin.im/pipermail/devel/2015-March/023647.html
 Patch0: pidgin-sipe-gstreamer-1.0.patch
 BuildRequires:  gettext-devel
@@ -37,16 +35,12 @@
 BuildRequires:  libtool
 # For directory ownership
 BuildRequires:  pidgin
+BuildRequires:  pkgconfig
 BuildRequires:  translation-update-upstream
-%if 0%{?suse_version} > 1140
-# Put gstreamer in the %%if too, since it's only checked if we have libnice
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(nice) >= 0.1.0
-%endif
 BuildRequires:  pkgconfig(nss)
-%if %{build_telepathy}
 BuildRequires:  pkgconfig(telepathy-glib) >= 0.18.0
-%endif
 Requires:   libpurple-plugin-sipe = %{version}
 Requires:   pidgin
 Supplements:packageand(libpurple-plugin-sipe:pidgin}
@@ -78,10 +72,7 @@
 * Microsoft Live Communications Server (LCS 2003/2005)
 * Reuters Messaging
 
-%if %{build_telepathy}
-
 %package -n telepathy-plugin-sipe
-
 Summary:Microsoft LCS/OCS connection manager for Telepathy
 Group:  Productivity/Networking/Instant Messenger
 
@@ -93,7 +84,6 @@
 * Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
 * Microsoft Live Communications Server (LCS 2003/2005)
 * Reuters Messaging
-%endif
 
 %prep
 %setup -q
@@ -101,52 +91,35 @@
 translation-update-upstream
 
 %build
-%{?env_options}
 autoreconf -fiv
 %configure \
 --disable-quality-check \
 --with-krb5 \
 --enable-purple \
 --with-vv \
-%if %{build_telepathy}
 --enable-telepathy
-%else
---disable-telepathy
-%endif
-make %{_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
-# SLES11 defines suse_version = 1110
-%if 0%{?suse_version} && 0%{?suse_version} < 1120
-rm -r %{buildroot}/%{_datadir}/pixmaps/pidgin/protocols/scalable
-%endif
 %find_lang %{name}
 
 %check
-make check
-
-%clean
-rm -rf %{buildroot}
+make %{?_smp_mflags} check
 
 %files -n libpurple-plugin-sipe -f %{name}.lang
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_libdir}/purple-2/libsipe.so
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%doc AUTHORS ChangeLog COPYING NEWS README TODO
 %dir %{_datadir}/pixmaps/pidgin/protocols/24
 %dir %{_datadir}/pixmaps/pidgin/protocols/32
 %{_datadir}/pixmaps/pidgin/protocols/*/sipe.png
-# SLES11 defines suse_version = 1110
-%if !0%{?suse_version} || 0%{?suse_version} >= 1120
 %{_datadir}/pixmaps/pidgin/protocols/*/sipe.svg
-%endif
-
-%if %{build_telepathy}
+%{_datadir}/appdata/pidgin-sipe.metainfo.xml
 
 %files -n telepathy-plugin-sipe
 %defattr(-, root, root)
@@ -154,6 +127,5 @@
 
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sipe.service
 

commit xiterm for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package xiterm for openSUSE:Factory checked 
in at 2016-07-18 21:22:44

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


Package is "xiterm"

Changes:

--- /work/SRC/openSUSE:Factory/xiterm/xiterm.changes2014-11-05 
16:26:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.xiterm.new/xiterm.changes   2016-07-18 
21:22:46.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 12 07:59:38 UTC 2016 - sch...@suse.de
+
+- implict-ptsname-decl.patch: fix implicit declaration of ptsname with
+  glibc >= 2.24
+
+---

New:

  implict-ptsname-decl.patch



Other differences:
--
++ xiterm.spec ++
--- /var/tmp/diff_new_pack.dstrqG/_old  2016-07-18 21:22:47.0 +0200
+++ /var/tmp/diff_new_pack.dstrqG/_new  2016-07-18 21:22:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xiterm
 #
-# 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
@@ -55,6 +55,7 @@
 Patch8: xiterm-implicit-fortify-decl.patch
 Patch9: xiterm-asneeded-and-dso.patch
 Patch10:xiterm-automake-1.13.patch
+Patch11:implict-ptsname-decl.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Internationalized Terminal Emulator for X11
 License:SUSE-CPL-0.5
@@ -131,6 +132,7 @@
 %patch8
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 find . -name CVS -type d | xargs rm -rf
 find . -name .cvsignore -type f | xargs rm -f
 find . -type f | xargs chmod u+w

++ implict-ptsname-decl.patch ++
Index: iterm/lib/src/unix/tty/ttyio.c
===
--- iterm.orig/lib/src/unix/tty/ttyio.c
+++ iterm/lib/src/unix/tty/ttyio.c
@@ -7,6 +7,8 @@
Further information about Common Public License Version 0.5 is obtained
from url http://oss.software.ibm.com/developer/opensource/license-cpl.html
 */
+#define _XOPEN_SOURCE 700
+
 #include "../../../config.h"
 
 #include "iterm/unix/ttyio.h"
@@ -18,9 +20,7 @@
 #include 
 #include 
 #include 
-#define __USE_XOPEN
 #include 
-#undef __USE_XOPEN
 #include 
 #include 
 



commit fontconfig for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2016-07-18 21:22:38

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


Package is "fontconfig"

Changes:

--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes2016-03-16 
10:43:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.fontconfig.new/fontconfig.changes   
2016-07-18 21:22:39.0 +0200
@@ -1,0 +2,24 @@
+Mon Jul 11 14:20:11 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.12.0:
+  + Support the size specific design selection in OS/2 table
+version 5.
+  + Allow the modification on 'lang' and 'charset' objects.
+  + Increase the refcount in FcConfigSetCurrent().
+  + some updates in orth files.
+  + Add --error-on-no-fonts option to fc-cache.
+  + Use lang=und instead of lang=xx for "undetermined".
+  + Add FC_WEIGHT_DEMILIGHT and change from 65 to 55.
+  + Add FC_COLOR.
+  + Treat color fonts as scalable.
+  + no FC_LANG added with FcConfigSubstitute() when it has "und".
+  + Hardcode blanks in library.
+  + Support symbol fonts.
+  + Unicode 8.0 support.
+  + Add hintstyle templates and default hintslight.
+  + GX font support.
+  + Improve the footprint issue on updating caches.
+  + Bump the cache version to 6.
+  + more bug fixes.
+
+---

Old:

  fontconfig-2.11.1.tar.bz2
  fontconfig-doc-2.11.1.tar.bz2

New:

  fontconfig-2.12.0.tar.bz2
  fontconfig-doc-2.12.0.tar.bz2



Other differences:
--
++ fontconfig.spec ++
--- /var/tmp/diff_new_pack.exysu5/_old  2016-07-18 21:22:40.0 +0200
+++ /var/tmp/diff_new_pack.exysu5/_new  2016-07-18 21:22:40.0 +0200
@@ -18,7 +18,7 @@
 
 %define build_docs 0
 Name:   fontconfig
-Version:2.11.1
+Version:2.12.0
 Release:0
 Summary:Library for Font Configuration
 License:MIT

++ fontconfig-2.11.1.tar.bz2 -> fontconfig-2.12.0.tar.bz2 ++
 73248 lines of diff (skipped)

++ fontconfig-doc-2.11.1.tar.bz2 -> fontconfig-doc-2.12.0.tar.bz2 ++
 51667 lines of diff (skipped)





commit git for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2016-07-18 21:23:10

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-07-01 09:56:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2016-07-18 
21:23:12.0 +0200
@@ -1,0 +2,15 @@
+Sat Jul 16 10:33:58 UTC 2016 - astie...@suse.com
+
+- git 2.9.2:
+  * fix test suite failues with 64 bit timestamps
+
+---
+Tue Jul 12 18:58:46 UTC 2016 - astie...@suse.com
+
+- git 2.9.1:
+  * socket-level KEEPALIVE for git daemon
+  * Various compatible workflow and UI fixes
+  * Various optimisations and documentation updates
+  * Fix regression in v2.9 affecting "clone --depth"
+
+---

Old:

  git-2.9.0.tar.sign
  git-2.9.0.tar.xz

New:

  git-2.9.2.tar.sign
  git-2.9.2.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.A9UA3c/_old  2016-07-18 21:23:14.0 +0200
+++ /var/tmp/diff_new_pack.A9UA3c/_new  2016-07-18 21:23:14.0 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.9.0
+Version:2.9.2
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ git-2.9.0.tar.xz -> git-2.9.2.tar.xz ++
 4208 lines of diff (skipped)





commit apache2 for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2016-07-18 21:23:04

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2016-06-03 
16:35:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2016-07-18 
21:23:06.0 +0200
@@ -1,0 +2,21 @@
+Tue Jul 12 14:49:09 UTC 2016 - kstreit...@suse.com
+
+- add httpd-2.4.x-fate317766-config-control-two-protocol-options.diff
+  Introduces directives to control two protocol options:
+   * HttpContentLengthHeadZero - allow Content-Length of 0 to be
+ returned on HEAD
+   * HttpExpectStrict - allow admin to control whether we must 
+ see "100-continue"
+  [bsc#894225], [fate#317766]
+
+---
+Wed Jul  6 16:16:57 UTC 2016 - crrodrig...@opensuse.org
+
+- version 2.4.23 
+*  Fixes CVE-2016-4979 [bsc#987365]
+* mod_proxy_hcheck was missing due to upstream bug.
+* mod_proxy_fdpass needs explicit configure line now.
+* Full list of changes:
+  http://www-eu.apache.org/dist//httpd/CHANGES_2.4.23
+
+---

Old:

  httpd-2.4.20.tar.bz2

New:

  httpd-2.4.23.tar.bz2
  httpd-2.4.x-fate317766-config-control-two-protocol-options.diff



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.3wqG5t/_old  2016-07-18 21:23:08.0 +0200
+++ /var/tmp/diff_new_pack.3wqG5t/_new  2016-07-18 21:23:08.0 +0200
@@ -51,7 +51,7 @@
 %endif
 
 Name:   apache2
-Version:2.4.20
+Version:2.4.23
 Release:0
 Summary:The Apache Web Server Version 2.4
 License:Apache-2.0
@@ -124,6 +124,8 @@
 Patch111:   httpd-visibility.patch
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org -- compability for lua 5.2+ 
https://bz.apache.org/bugzilla/show_bug.cgi?id=58188
 Patch114:   httpd-2.4.12-lua-5.2.patch
+# PATCH-FEATURE-UPSTREAM kstreit...@suse.com -- backport of 
HttpContentLengthHeadZero and HttpExpectStrict
+Patch115:   httpd-2.4.x-fate317766-config-control-two-protocol-options.diff
 BuildRequires:  apache-rpm-macros-control
 BuildRequires:  automake
 BuildRequires:  db-devel
@@ -311,6 +313,7 @@
 %endif
 %patch111 -p1
 %patch114 -p1
+%patch115
 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
 # install READMEs
 a=$(basename %{SOURCE22})
@@ -379,6 +382,7 @@
--enable-proxy-connect \
--enable-proxy-ftp \
--enable-proxy-http \
+   --enable-proxy-fdpass \
--enable-cache \
--enable-disk-cache \
--enable-mem-cache \
@@ -916,6 +920,7 @@
 %{_libdir}/%{name}-prefork/mod_proxy_fcgi.so
 %{_libdir}/%{name}-prefork/mod_proxy_fdpass.so
 %{_libdir}/%{name}-prefork/mod_proxy_ftp.so
+%{_libdir}/%{name}-prefork/mod_proxy_hcheck.so
 %{_libdir}/%{name}-prefork/mod_proxy_html.so
 %{_libdir}/%{name}-prefork/mod_proxy_http.so
 %{_libdir}/%{name}-prefork/mod_proxy_scgi.so
@@ -1040,6 +1045,7 @@
 %{_libdir}/%{name}-worker/mod_proxy_fcgi.so
 %{_libdir}/%{name}-worker/mod_proxy_fdpass.so
 %{_libdir}/%{name}-worker/mod_proxy_ftp.so
+%{_libdir}/%{name}-worker/mod_proxy_hcheck.so
 %{_libdir}/%{name}-worker/mod_proxy_html.so
 %{_libdir}/%{name}-worker/mod_proxy_http.so
 %{_libdir}/%{name}-worker/mod_proxy_scgi.so
@@ -1164,6 +1170,7 @@
 %{_libdir}/%{name}-event/mod_proxy_fcgi.so
 %{_libdir}/%{name}-event/mod_proxy_fdpass.so
 %{_libdir}/%{name}-event/mod_proxy_ftp.so
+%{_libdir}/%{name}-event/mod_proxy_hcheck.so
 %{_libdir}/%{name}-event/mod_proxy_html.so
 %{_libdir}/%{name}-event/mod_proxy_http.so
 %{_libdir}/%{name}-event/mod_proxy_scgi.so




++ httpd-2.4.20.tar.bz2 -> httpd-2.4.23.tar.bz2 ++
/work/SRC/openSUSE:Factory/apache2/httpd-2.4.20.tar.bz2 
/work/SRC/openSUSE:Factory/.apache2.new/httpd-2.4.23.tar.bz2 differ: char 11, 
line 1

++ httpd-2.4.x-fate317766-config-control-two-protocol-options.diff ++
>From 530b5797af919d6d7ab7d6418d9feeb1abb914ae Mon Sep 17 00:00:00 2001
From: Justin Erenkrantz 
Date: Mon, 30 Dec 2013 20:01:14 +
Subject: [PATCH] Add directives to control two protocol options:

 HttpContentLengthHeadZero - allow Content-Length of 0 to be returned on HEAD
 HttpExpectStrict - allow admin to control whether we must see "100-continue"

This is helpful when using Ceph's radosgw and httpd.

Inspired by: Yehuda Sadeh 
See https://github.com/ceph/apache2/commits/precise

* include/http_core.h
  (core_server_config): Add http_cl_head_zero and http_expect_strict fields.
* 

commit python-ipaddress for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python-ipaddress for 
openSUSE:Factory checked in at 2016-07-18 21:22:51

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


Package is "python-ipaddress"

Changes:

--- /work/SRC/openSUSE:Factory/python-ipaddress/python-ipaddress.changes
2015-08-01 11:38:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ipaddress.new/python-ipaddress.changes   
2016-07-18 21:22:53.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul  9 10:39:50 UTC 2016 - mich...@stroeder.com
+
+- Update to 1.0.16:
+  * include license
+  * Customize warning when bytes are passed in
+
+---

Old:

  ipaddress-1.0.14.tar.gz

New:

  ipaddress-1.0.16.tar.gz



Other differences:
--
++ python-ipaddress.spec ++
--- /var/tmp/diff_new_pack.aus2Pl/_old  2016-07-18 21:22:54.0 +0200
+++ /var/tmp/diff_new_pack.aus2Pl/_new  2016-07-18 21:22:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ipaddress
 #
-# 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-ipaddress
-Version:1.0.14
+Version:1.0.16
 Release:0
 Summary:IPv4/IPv6 manipulation library
 License:Python-2.0

++ ipaddress-1.0.14.tar.gz -> ipaddress-1.0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipaddress-1.0.14/LICENSE new/ipaddress-1.0.16/LICENSE
--- old/ipaddress-1.0.14/LICENSE1970-01-01 01:00:00.0 +0100
+++ new/ipaddress-1.0.16/LICENSE2014-09-14 12:15:26.0 +0200
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved" are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipaddress-1.0.14/MANIFEST.in 
new/ipaddress-1.0.16/MANIFEST.in
--- 

commit tiff for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2016-07-18 21:22:59

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


Package is "tiff"

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2016-04-12 
18:57:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2016-07-18 
21:23:00.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul 12 09:20:56 UTC 2016 - fst...@suse.com
+
+- Added patches:
+  * tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch
+  * tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch
+  * tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch
+- Upstream commits to fix CVE-2016-5314 [bsc#984831],
+  CVE-2016-5316 [bsc#984837], CVE-2016-5317 [bsc#984842],
+  CVE-2016-5320 [bsc#984808] and CVE-2016-5875 [bsc#987351]
+
+---

New:

  tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch
  tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch
  tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.6nHO8k/_old  2016-07-18 21:23:01.0 +0200
+++ /var/tmp/diff_new_pack.6nHO8k/_new  2016-07-18 21:23:01.0 +0200
@@ -37,6 +37,11 @@
 Patch4: tiff-4.0.6-CVE-2015-8782.patch
 # 
 Patch5: tiff-4.0.6-CVE-2016-3186.patch
+#
+Patch6: 
tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch
+Patch7: 
tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch
+Patch8: 
tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch
+
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
@@ -103,6 +108,9 @@
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 CFLAGS="%{optflags} -fPIE"

++ tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch 
++
--- tiff-4.0.6/libtiff/tif_luv.c2015-08-29 00:16:22.554966897 +0200
+++ tiff-4.0.6/libtiff/tif_luv.c2016-07-12 10:15:05.008194511 +0200
@@ -1243,6 +1243,14 @@
assert(sp != NULL);
assert(td->td_photometric == PHOTOMETRIC_LOGL);
 
+   if( td->td_samplesperpixel != 1 )
+   {
+   TIFFErrorExt(tif->tif_clientdata, module,
+"Sorry, can not handle LogL image with %s=%d",
+"Samples/pixel", td->td_samplesperpixel);
+   return 0;
+   }
+
/* for some reason, we can't do this in TIFFInitLogL16 */
if (sp->user_datafmt == SGILOGDATAFMT_UNKNOWN)
sp->user_datafmt = LogL16GuessDataFmt(td);
++ tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch 
++
--- tiff-4.0.6/libtiff/tif_pixarlog.c   2015-08-29 00:16:22.630733284 +0200
+++ tiff-4.0.6/libtiff/tif_pixarlog.c   2016-07-12 10:11:52.59447 +0200
@@ -457,6 +457,7 @@
 typedefstruct {
TIFFPredictorState  predict;
z_streamstream;
+   tmsize_ttbuf_size; /* only set/used on reading for now 
*/
uint16  *tbuf; 
uint16  stride;
int state;
@@ -692,6 +693,7 @@
sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size);
if (sp->tbuf == NULL)
return (0);
+   sp->tbuf_size = tbuf_size;
if (sp->user_datafmt == PIXARLOGDATAFMT_UNKNOWN)
sp->user_datafmt = PixarLogGuessDataFmt(td);
if (sp->user_datafmt == PIXARLOGDATAFMT_UNKNOWN) {
@@ -781,6 +783,12 @@
TIFFErrorExt(tif->tif_clientdata, module, "ZLib cannot deal 
with buffers this size");
return (0);
}
+   /* Check that we will not fill more than what was allocated */
+   if ((tmsize_t)sp->stream.avail_out > sp->tbuf_size)
+   {
+   TIFFErrorExt(tif->tif_clientdata, module, "sp->stream.avail_out 
> sp->tbuf_size");
+   return (0);
+   }
do {
int state = inflate(>stream, Z_PARTIAL_FLUSH);
if (state == Z_STREAM_END) {
++ tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch ++
--- tiff-4.0.6/libtiff/tif_read.c   2015-08-29 00:16:22.656727936 +0200
+++ tiff-4.0.6/libtiff/tif_read.c   2016-07-12 10:16:48.693897925 +0200
@@ -38,6 +38,8 @@
 static int TIFFCheckRead(TIFF*, int);
 static tmsize_t
 TIFFReadRawStrip1(TIFF* tif, uint32 strip, void* buf, tmsize_t size,const 
char* module);
+static tmsize_t
+TIFFReadRawTile1(TIFF* 

commit perl-YAML for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package perl-YAML for openSUSE:Factory 
checked in at 2016-07-18 21:22:24

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  2016-07-10 
18:46:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-YAML.new/perl-YAML.changes 2016-07-18 
21:22:25.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul  9 06:16:08 UTC 2016 - co...@suse.com
+
+- updated to 1.18
+   see /usr/share/doc/packages/perl-YAML/Changes
+
+  1.18 Fri Jul  8 14:52:26 UTC 2016
+   - Apply PR/161 @perlpunk++
+
+---

Old:

  YAML-1.17.tar.gz

New:

  YAML-1.18.tar.gz



Other differences:
--
++ perl-YAML.spec ++
--- /var/tmp/diff_new_pack.HFejBf/_old  2016-07-18 21:22:26.0 +0200
+++ /var/tmp/diff_new_pack.HFejBf/_new  2016-07-18 21:22:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-YAML
-Version:1.17
+Version:1.18
 Release:0
 %define cpan_name YAML
 Summary:YAML Ain't Markup Language™
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::YAML) >= 1.05
 %{perl_requires}
 

++ YAML-1.17.tar.gz -> YAML-1.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.17/Changes new/YAML-1.18/Changes
--- old/YAML-1.17/Changes   2016-07-05 22:21:06.0 +0200
+++ new/YAML-1.18/Changes   2016-07-08 16:52:37.0 +0200
@@ -1,3 +1,6 @@
+1.18 Fri Jul  8 14:52:26 UTC 2016
+ - Apply PR/161 @perlpunk++
+
 1.17 Tue Jul  5 20:20:55 UTC 2016
  - Use Mo 0.40
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.17/MANIFEST new/YAML-1.18/MANIFEST
--- old/YAML-1.17/MANIFEST  2016-07-05 22:21:06.0 +0200
+++ new/YAML-1.18/MANIFEST  2016-07-08 16:52:37.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.047.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.006.
 CONTRIBUTING
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.17/META.json new/YAML-1.18/META.json
--- old/YAML-1.17/META.json 2016-07-05 22:21:06.0 +0200
+++ new/YAML-1.18/META.json 2016-07-08 16:52:37.0 +0200
@@ -4,7 +4,7 @@
   "Ingy d\u00f6t Net "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.047, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
@@ -39,6 +39,7 @@
   },
   "test" : {
  "requires" : {
+"Test::More" : "0.88",
 "Test::YAML" : "1.05"
  }
   }
@@ -55,6 +56,7 @@
  "web" : "https://github.com/ingydotnet/yaml-pm;
   }
},
-   "version" : "1.17"
+   "version" : "1.18",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.17/META.yml new/YAML-1.18/META.yml
--- old/YAML-1.17/META.yml  2016-07-05 22:21:06.0 +0200
+++ new/YAML-1.18/META.yml  2016-07-08 16:52:37.0 +0200
@@ -3,11 +3,12 @@
 author:
   - 'Ingy döt Net '
 build_requires:
+  Test::More: '0.88'
   Test::YAML: '1.05'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.047, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +26,5 @@
   bugtracker: https://github.com/ingydotnet/yaml-pm/issues
   homepage: https://github.com/ingydotnet/yaml-pm
   repository: https://github.com/ingydotnet/yaml-pm.git
-version: '1.17'
+version: '1.18'
+x_serialization_backend: 'YAML::Tiny version 1.69'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-1.17/Makefile.PL new/YAML-1.18/Makefile.PL
--- old/YAML-1.17/Makefile.PL   2016-07-05 22:21:06.0 +0200
+++ new/YAML-1.18/Makefile.PL   2016-07-08 16:52:37.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.047.
+# This file was automatically generated by 

commit perl-Regexp-Common for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Regexp-Common for 
openSUSE:Factory checked in at 2016-07-18 21:22:29

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


Package is "perl-Regexp-Common"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Regexp-Common/perl-Regexp-Common.changes
2016-06-03 16:37:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Regexp-Common.new/perl-Regexp-Common.changes   
2016-07-18 21:22:31.0 +0200
@@ -1,0 +2,31 @@
+Sun Jun 12 13:42:40 UTC 2016 - co...@suse.com
+
+- updated to 2016060801
+   see /usr/share/doc/packages/perl-Regexp-Common/Changes
+
+  Version 2016060801 Wed Jun  8 14:40:04 CEST 2016
+  + Removed the optional leading 0 from Australian postal codes -- use -lax
+to enable this feature.
+  + Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian,
+German, French, and Norwegian postal codes, only matching actual
+valid codes.
+This implies rewriting their tests from scratch.
+  + Added patterns for postal codes for Liechtenstein, Luxembourg,
+Monaco, San Marino, and Vatican City.
+  + 2315992 tests in 73 files.
+  
+  Version 2016060201 Thu Jun  2 02:58:35 CEST 2016
+  + Improved Australian zip code pattern; pattern matches current zip codes
+  + Tests for Australian zip now use Test::Regexp.
+  + Stop distributing author tests.
+  + 522126 tests in 68 files.
+  
+  Version 2016060101 Wed Jun  1 00:34:17 CEST 2016
+  + We ceased to support pre-5.10.0 perls.
+  + Fix warnings for older perls ($RE {delimited})
+  + Removed t/test_keep.t
+  + Improved testing for square numbers.
+  + Updated the Copyright notices to include the current year.
+  + 481918 tests in 72 files.
+
+---

Old:

  Regexp-Common-2016053101.tar.gz

New:

  Regexp-Common-2016060801.tar.gz



Other differences:
--
++ perl-Regexp-Common.spec ++
--- /var/tmp/diff_new_pack.6w5d7s/_old  2016-07-18 21:22:32.0 +0200
+++ /var/tmp/diff_new_pack.6w5d7s/_new  2016-07-18 21:22:32.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Regexp-Common
-Version:2016053101
+Version:2016060801
 Release:0
 %define cpan_name Regexp-Common
 Summary:Provide commonly requested regular expressions
-License:MIT
+License:Artistic-1.0 or Artistic-2.0 or BSD-3-Clause or MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Regexp-Common/
 Source0:
http://www.cpan.org/authors/id/A/AB/ABIGAIL/%{cpan_name}-%{version}.tar.gz
@@ -58,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT 
README TODO
+%doc Changes COPYRIGHT COPYRIGHT.AL COPYRIGHT.AL2 COPYRIGHT.BSD COPYRIGHT.MIT 
LICENSE README TODO
 
 %changelog

++ Regexp-Common-2016053101.tar.gz -> Regexp-Common-2016060801.tar.gz ++
 11939 lines of diff (skipped)

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.6w5d7s/_old  2016-07-18 21:22:32.0 +0200
+++ /var/tmp/diff_new_pack.6w5d7s/_new  2016-07-18 21:22:32.0 +0200
@@ -19,7 +19,7 @@
 # rm unused.files
 #post_install: |-
 # sed on %{name}.files
-#license: SUSE-NonFree
+license: Artistic-1.0 or Artistic-2.0 or BSD-3-Clause or MIT
 #skip_noarch: 1
 #custom_build: |-
 #./Build build flags=%{?_smp_mflags} --myflag




commit duplicity for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2016-07-18 21:22:15

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


Package is "duplicity"

Changes:

--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes  2016-06-29 
15:09:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2016-07-18 
21:22:17.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 10 09:04:30 UTC 2016 - w...@rosenauer.org
+
+- update to 0.7.08
+  * adds the ability to use path in the swift backend, in order to
+have multiple backups to the same container neatly organized.
+  * Increased default volume size to 200M, was 25M
+  * further bugfixes as outlined here
+http://duplicity.nongnu.org/CHANGELOG
+
+---

Old:

  duplicity-0.7.07.1.tar.gz

New:

  duplicity-0.7.08.tar.gz



Other differences:
--
++ duplicity.spec ++
--- /var/tmp/diff_new_pack.fsvaYy/_old  2016-07-18 21:22:18.0 +0200
+++ /var/tmp/diff_new_pack.fsvaYy/_new  2016-07-18 21:22:18.0 +0200
@@ -19,7 +19,7 @@
 %{!?python_sitelib:  %global python_sitelib  %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Name:   duplicity
-Version:0.7.07.1
+Version:0.7.08
 Release:0
 Summary:Encrypted bandwidth-efficient backup using the rsync algorithm
 License:GPL-3.0+

++ duplicity-0.7.07.1.tar.gz -> duplicity-0.7.08.tar.gz ++
 3043 lines of diff (skipped)




commit python3-cssselect for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-cssselect for 
openSUSE:Factory checked in at 2016-07-18 21:22:10

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


Package is "python3-cssselect"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssselect/python3-cssselect.changes  
2016-05-17 17:10:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-cssselect.new/python3-cssselect.changes 
2016-07-18 21:22:12.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul  9 16:26:21 UTC 2016 - a...@gmx.de
+
+- update to version 0.9.2:
+  * Distribute as universal wheel.
+  * Add support for Python 3.3, 3.4 and 3.5.
+  * Drop support for Python 2.5 as testing is getting difficult.
+  * Improve tests on pseudo-elements.
+
+---
@@ -7 +15,0 @@
-

Old:

  cssselect-0.9.1.tar.gz

New:

  cssselect-0.9.2.tar.gz



Other differences:
--
++ python3-cssselect.spec ++
--- /var/tmp/diff_new_pack.8MiulA/_old  2016-07-18 21:22:13.0 +0200
+++ /var/tmp/diff_new_pack.8MiulA/_new  2016-07-18 21:22:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cssselect
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:CSS3 selectors for Python
 License:BSD-3-Clause

++ cssselect-0.9.1.tar.gz -> cssselect-0.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.1/AUTHORS new/cssselect-0.9.2/AUTHORS
--- old/cssselect-0.9.1/AUTHORS 2013-10-15 16:58:30.0 +0200
+++ new/cssselect-0.9.2/AUTHORS 2016-06-15 18:26:07.0 +0200
@@ -1,9 +1,12 @@
 Daniel Graña
 Ian Bicking
+James Salter
 Laurence Rowe
 Mikhail Korobov
+Nik Nyby
 Paul Tremberth
 Simon Potter
 Simon Sapin
 Stefan Behnel
+Thomas Grainger
 Varialus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.1/CHANGES new/cssselect-0.9.2/CHANGES
--- old/cssselect-0.9.1/CHANGES 2013-10-17 15:32:13.0 +0200
+++ new/cssselect-0.9.2/CHANGES 2016-06-15 18:26:07.0 +0200
@@ -1,6 +1,17 @@
 Changelog
 =
 
+Version 0.9.2
+-
+
+Released on 2016-06-15.
+
+* Distribute as universal wheel.
+* Add support for Python 3.3, 3.4 and 3.5.
+* Drop support for Python 2.5 as testing is getting difficult.
+* Improve tests on pseudo-elements.
+
+
 Version 0.9.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.1/PKG-INFO new/cssselect-0.9.2/PKG-INFO
--- old/cssselect-0.9.1/PKG-INFO2013-10-17 15:39:34.0 +0200
+++ new/cssselect-0.9.2/PKG-INFO2016-06-15 20:17:24.0 +0200
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: cssselect
-Version: 0.9.1
+Version: 0.9.2
 Summary: cssselect parses CSS3 Selectors and translates them to XPath 1.0
-Home-page: http://packages.python.org/cssselect/
-Author: Simon Sapin
-Author-email: simon.sa...@exyr.org
+Home-page: https://pythonhosted.org/cssselect/
+Author: Paul Tremberth
+Author-email: paul.trembe...@gmail.com
 License: BSD
 Description: ===
 cssselect: CSS Selectors for Python
@@ -17,18 +17,18 @@
 This module used to live inside of lxml as ``lxml.cssselect`` before 
it was
 extracted as a stand-alone project.
 
-.. _CSS3 Selectors: 
http://www.w3.org/TR/2011/REC-css3-selectors-20110929/
-.. _XPath 1.0: http://www.w3.org/TR/xpath/
+.. _CSS3 Selectors: https://www.w3.org/TR/css3-selectors/
+.. _XPath 1.0: https://www.w3.org/TR/xpath/
 .. _lxml: http://lxml.de/
 
 
 Quick facts:
 
 * Free software: BSD licensed
-* Compatible with Python 2.5+ and 3.2+
-* Latest documentation `on python.org 
`_
+* Compatible with Python 2.6+ and 3.2+
+* Latest documentation `on python.org 
`_
 * Source, issues and pull requests `on Github
-  `_
+  `_
 * Releases `on PyPI `_
 * Install with ``pip install cssselect``
 
@@ -37,8 +37,10 @@
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.5
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: 

commit perl-Carp-Clan for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Carp-Clan for openSUSE:Factory 
checked in at 2016-07-18 21:21:58

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


Package is "perl-Carp-Clan"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carp-Clan/perl-Carp-Clan.changes
2013-04-17 07:44:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carp-Clan.new/perl-Carp-Clan.changes   
2016-07-18 21:21:59.0 +0200
@@ -1,0 +2,15 @@
+Sun May 29 09:05:28 UTC 2016 - co...@suse.com
+
+- updated to 6.06
+   see /usr/share/doc/packages/perl-Carp-Clan/Changes
+
+  Version 6.06  29.05.2016
+   + Avoid failure due to version self-check in 20pre560.t
+ This test seems like a footgun for release management reasons, but 
apprently
+ I wasn't quite as careful as I tried to be in keeping the last release 
minimal.
+  
+  Version 6.05  29.05.2016
+   + Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex.
+ (RT #114537)
+
+---

Old:

  Carp-Clan-6.04.tar.gz

New:

  Carp-Clan-6.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Carp-Clan.spec ++
--- /var/tmp/diff_new_pack.H2VvOi/_old  2016-07-18 21:22:00.0 +0200
+++ /var/tmp/diff_new_pack.H2VvOi/_new  2016-07-18 21:22:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Clan
 #
-# 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
@@ -17,21 +17,22 @@
 
 
 Name:   perl-Carp-Clan
+Version:6.06
+Release:0
 %define cpan_name Carp-Clan
-Summary:Carp::Clan Perl module
-License:GPL-1.0+ or Artistic-1.0
+Summary:Report errors from perspective of caller of a "clan" of modules
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:6.04
-Release:0
 Url:http://search.cpan.org/dist/Carp-Clan/
-Source: 
http://www.cpan.org/authors/id/S/ST/STBEY/Carp-Clan-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Exception)
 Requires:   perl(Test::Exception)
+%{perl_requires}
 
 %description
 This module is based on "'Carp.pm'" from Perl 5.005_03. It has been
@@ -80,30 +81,6 @@
 modules (more than one) work together and appear as though they were only
 one.
 
-Forcing a Stack Trace
-As a debugging aid, you can force "'Carp::Clan'" to treat a "croak" as
-a "confess" and a "carp" as a "cluck". In other words, force a detailed
-stack trace to be given. This can be very helpful when trying to
-understand why, or from where, a warning or error is being generated.
-
-This feature is enabled either by "importing" the non-existent symbol
-'verbose', or by setting the global variable "'$Carp::Clan::Verbose'"
-to a true value.
-
-You would typically enable it by saying
-
-use Carp::Clan qw(verbose);
-
-Note that you can both specify a "family pattern" and the string
-"verbose" inside the "'qw()'" term (or argument list) of the "use"
-statement, but consider that a pattern of packages to skip is pointless
-when "verbose" causes a full stack trace anyway.
-
-Authors:
-
-Joshua ben Jore 
-Steffen Beyer 
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -116,24 +93,11 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes README license/*
+%defattr(-,root,root,755)
+%doc Changes license README
 
 %changelog

++ Carp-Clan-6.04.tar.gz -> Carp-Clan-6.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Clan-6.04/Changes new/Carp-Clan-6.06/Changes
--- old/Carp-Clan-6.04/Changes  2009-10-24 23:28:00.0 +0200
+++ 

commit python3-pytest-cov for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2016-07-18 21:22:03

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


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2016-05-17 17:12:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2016-07-18 21:22:05.0 +0200
@@ -1,0 +2,16 @@
+Thu Jul  7 06:43:58 UTC 2016 - a...@gmx.de
+
+- update to version 2.3.0:
+  * Add support for specifying output location for html, xml, and
+annotate report. Contributed by Patrick Lannigan in PR#113.
+  * Fix bug hiding test failure when cov-fail-under failed.
+  * For coverage >= 4.0, match the default behaviour of coverage
+report and error if coverage fails to find the source instead of
+just printing a warning. Contributed by David Szotten in PR#116.
+  * Fixed bug occurred when bare --cov parameter was used with
+xdist. Contributed by Michael Elovskikh in PR#120.
+  * Add support for skip_covered and added
+--cov-report=term-skip-covered command line options. Contributed
+by Saurabh Kumar in PR#115.
+
+---
@@ -6 +21,0 @@
-

Old:

  pytest-cov-2.2.1.tar.gz

New:

  pytest-cov-2.3.0.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.6T4AuH/_old  2016-07-18 21:22:06.0 +0200
+++ /var/tmp/diff_new_pack.6T4AuH/_new  2016-07-18 21:22:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytest-cov
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT

++ pytest-cov-2.2.1.tar.gz -> pytest-cov-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.2.1/.bumpversion.cfg 
new/pytest-cov-2.3.0/.bumpversion.cfg
--- old/pytest-cov-2.2.1/.bumpversion.cfg   2016-01-30 10:03:56.0 
+0100
+++ new/pytest-cov-2.3.0/.bumpversion.cfg   2016-07-05 21:54:31.0 
+0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.2.1
+current_version = 2.3.0
 commit = True
 tag = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.2.1/.travis.yml 
new/pytest-cov-2.3.0/.travis.yml
--- old/pytest-cov-2.2.1/.travis.yml2016-01-11 03:24:59.0 +0100
+++ new/pytest-cov-2.3.0/.travis.yml2016-06-01 11:13:14.0 +0200
@@ -14,36 +14,54 @@
 - TOXENV=py26-28-37
 - TOXENV=py26-28-40
 - TOXENV=py26-28-41
+- TOXENV=py26-29-37
+- TOXENV=py26-29-40
+- TOXENV=py26-29-41
 - TOXENV=py27-27-37
 - TOXENV=py27-27-40
 - TOXENV=py27-27-41
 - TOXENV=py27-28-37
 - TOXENV=py27-28-40
 - TOXENV=py27-28-41
+- TOXENV=py27-29-37
+- TOXENV=py27-29-40
+- TOXENV=py27-29-41
 - TOXENV=py33-27-37
 - TOXENV=py33-27-40
 - TOXENV=py33-27-41
 - TOXENV=py33-28-37
 - TOXENV=py33-28-40
 - TOXENV=py33-28-41
+- TOXENV=py33-29-37
+- TOXENV=py33-29-40
+- TOXENV=py33-29-41
 - TOXENV=py34-27-37
 - TOXENV=py34-27-40
 - TOXENV=py34-27-41
 - TOXENV=py34-28-37
 - TOXENV=py34-28-40
 - TOXENV=py34-28-41
+- TOXENV=py34-29-37
+- TOXENV=py34-29-40
+- TOXENV=py34-29-41
 - TOXENV=py35-27-37
 - TOXENV=py35-27-40
 - TOXENV=py35-27-41
 - TOXENV=py35-28-37
 - TOXENV=py35-28-40
 - TOXENV=py35-28-41
+- TOXENV=py35-29-37
+- TOXENV=py35-29-40
+- TOXENV=py35-29-41
 - TOXENV=pypy-27-37
 - TOXENV=pypy-27-40
 - TOXENV=pypy-27-41
 - TOXENV=pypy-28-37
 - TOXENV=pypy-28-40
 - TOXENV=pypy-28-41
+- TOXENV=pypy-29-37
+- TOXENV=pypy-29-40
+- TOXENV=pypy-29-41
 before_install:
   - python --version
   - uname -a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.2.1/AUTHORS.rst 
new/pytest-cov-2.3.0/AUTHORS.rst
--- old/pytest-cov-2.2.1/AUTHORS.rst2016-01-11 03:18:19.0 +0100
+++ new/pytest-cov-2.3.0/AUTHORS.rst2016-06-20 22:00:36.0 +0200
@@ -10,5 +10,10 @@
 * Guillaume Ayoub - http://www.yabz.fr/
 * Federico Ceratto - http://firelet.net/
 * Josh Kalderimis - http://blog.cookiestack.com/
-* Ionel Cristian Mărieș - http://blog.ionelmc.ro
+* Ionel Cristian Mărieș - https://blog.ionelmc.ro
 * Christian Ledermann - https://github.com/cleder
+* Alec Nikolas Reiter - https://github.com/justanr
+* Patrick Lannigan - 

commit libselinux for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libselinux for openSUSE:Factory 
checked in at 2016-07-18 21:16:39

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


Package is "libselinux"

Changes:

--- /work/SRC/openSUSE:Factory/libselinux/libselinux-bindings.changes   
2015-05-30 12:32:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libselinux.new/libselinux-bindings.changes  
2016-07-18 21:16:41.0 +0200
@@ -1,0 +2,70 @@
+Thu Jul 14 07:59:04 UTC 2016 - jseg...@novell.com
+
+- Adjusted source link
+
+---
+Tue Jul  5 16:44:44 UTC 2016 - i...@marguerite.su
+
+- add patch: python-selinux-swig-3.10.patch, fixed boo#985368
+  * swig-3.10 in Factory use importlib instead of imp to find
+_selinux.so. imp searched the same directory as __init__.py
+is while importlib searchs only standard paths. so we have
+to move _selinux.so. fixed by upstream 
+- update version 2.5
+  * Add selinux_restorecon function
+  * read_spec_entry: fail on non-ascii
+  * Add man information about thread specific functions
+  * Don't wrap rpm_execcon with DISABLE_RPM with SWIG
+  * Correct line count for property and service context files
+  * label_file: fix memory leaks and uninitialized jump
+  * Replace selabel_digest hash function
+  * Fix selabel_open(3) services if no digest requested
+  * Add selabel_digest function
+  * Flush the class/perm string mapping cache on policy reload
+  * Fix restorecon when path has no context
+  * Free memory when processing media and x specfiles
+  * Fix mmap memory release for file labeling
+  * Add policy context validation to sefcontext_compile
+  * Do not treat an empty file_contexts(.local) as an error
+  * Fail hard on invalid property_contexts entries
+  * Fail hard on invalid file_contexts entries
+  * Support context validation on file_contexts.bin
+  * Add selabel_cmp interface and label_file backend
+  * Support specifying file_contexts.bin file path
+  * Support file_contexts.bin without file_contexts
+  * Simplify procattr cache
+  * Use /proc/thread-self when available
+  * Add const to selinux_opt for label backends
+  * Fix binary file labels for regexes with metachars
+  * Fix file labels for regexes with metachars
+  * Fix if file_contexts not '\n' terminated
+  * Enhance file context support
+  * Fix property processing and cleanup formatting
+  * Add read_spec_entries function to replace sscanf
+  * Support consistent mode size for bin files
+  * Fix more bin file processing core dumps
+  * add selinux_openssh_contexts_path()
+  * setrans_client: minimize overhead when mcstransd is not present
+  * Ensure selabel_lookup_best_match links NULL terminated
+  * Fix core dumps with corrupt *.bin files
+  * Add selabel partial and best match APIs
+  * Use os.walk() instead of the deprecated os.path.walk()
+  * Remove deprecated mudflap option
+  * Mount procfs before checking /proc/filesystems
+  * Fix -Wformat errors with gcc-5.0.0
+  * label_file:  handle newlines in file names
+  * Fix audit2why error handling if SELinux is disabled
+  * pcre_study can return NULL without error
+  * Only check SELinux enabled status once in selinux_check_access
+- changes in 2.4
+  * Remove assumption that SHLIBDIR is ../../ relative to LIBDIR
+  * Fix bugs found by hardened gcc flags
+  * Set the system to permissive if failing to disable SELinux because
+policy has already been loaded
+  * Add db_exception and db_datatype support to label_db backend
+  * Log an error on unknown classes and permissions
+  * Add pcre version string to the compiled file_contexts format
+  * Deprecate use of flask.h and av_permissions.h
+  * Compiled file_context files and the original should have the same DAC
+permissions
+---
@@ -5,0 +76,7 @@
+
+---
+Sun May 18 00:15:17 UTC 2014 - crrodrig...@opensuse.org
+
+- Update to version 2.3 
+* Get rid of security_context_t and fix const declarations.
+* Refactor rpm_execcon() into a new setexecfilecon() from Guillem Jover.
--- /work/SRC/openSUSE:Factory/libselinux/libselinux.changes2014-09-09 
18:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libselinux.new/libselinux.changes   
2016-07-18 21:16:41.0 +0200
@@ -1,0 +2,76 @@
+Thu Jul 14 07:58:49 UTC 2016 - jseg...@novell.com
+
+- Adjusted source link
+
+---
+Tue Jul  5 16:42:03 UTC 2016 - i...@marguerite.su
+
+- add patch: python-selinux-swig-3.10.patch, fixed boo#985368
+  * swig-3.10 in Factory use importlib instead of imp to find
+_selinux.so. imp searched the same directory as 

commit build for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2016-07-18 21:16:25

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


Package is "build"

Changes:

--- /work/SRC/openSUSE:Factory/build/build.changes  2016-05-05 
12:09:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2016-07-18 
21:16:27.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 30 05:47:52 UTC 2016 - adr...@suse.de
+
+- adding first snapcraft support
+
+---

Old:

  obs-build-20160427.tar.gz

New:

  obs-build-20160629.tar.gz



Other differences:
--
++ build.spec ++
--- /var/tmp/diff_new_pack.7Kd06j/_old  2016-07-18 21:16:28.0 +0200
+++ /var/tmp/diff_new_pack.7Kd06j/_new  2016-07-18 21:16:28.0 +0200
@@ -18,13 +18,13 @@
 # needsbinariesforbuild
 
 
-%define version_unconverted 20160427
+%define version_unconverted 20160629
 
 Name:   build
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:20160427
+Version:20160629
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,6 +56,8 @@
 Recommends: perl(URI)
 Recommends: perl(XML::Parser)
 Recommends: perl(Net::SSL)
+Recommends: perl(YAML)
+Recommends: perl(YAML::LibYAML)
 Recommends: bsdtar
 Recommends: qemu-linux-user
 %endif

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.7Kd06j/_old  2016-07-18 21:16:28.0 +0200
+++ /var/tmp/diff_new_pack.7Kd06j/_new  2016-07-18 21:16:28.0 +0200
@@ -1,5 +1,5 @@
 pkgname=build
-pkgver=20160427
+pkgver=20160629
 pkgrel=0
 pkgdesc="Build packages in sandbox"
 arch=('i686' 'x86_64')

++ build.dsc ++
--- /var/tmp/diff_new_pack.7Kd06j/_old  2016-07-18 21:16:28.0 +0200
+++ /var/tmp/diff_new_pack.7Kd06j/_new  2016-07-18 21:16:28.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 20160427
+Version: 20160629
 Binary: build
 Maintainer: Adrian Schroeter 
 Architecture: all

++ debian.changelog ++
--- /var/tmp/diff_new_pack.7Kd06j/_old  2016-07-18 21:16:28.0 +0200
+++ /var/tmp/diff_new_pack.7Kd06j/_new  2016-07-18 21:16:28.0 +0200
@@ -1,4 +1,4 @@
-build (20160427) unstable; urgency=low
+build (20160629) unstable; urgency=low
 
   * Update to current git trunk
 - add sles11sp2 build config and adapt autodetection

++ obs-build-20160427.tar.gz -> obs-build-20160629.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20160427/Build/Arch.pm 
new/obs-build-20160629/Build/Arch.pm
--- old/obs-build-20160427/Build/Arch.pm2016-04-27 17:03:07.0 
+0200
+++ new/obs-build-20160629/Build/Arch.pm2016-06-29 17:17:05.0 
+0200
@@ -91,6 +91,9 @@
   push @{$ret->{'deps'}}, @{$vars{'checkdepends'} || []};
   push @{$ret->{'deps'}}, @{$vars{'depends'} || []};
   $ret->{'source'} = $vars{'source'} if $vars{'source'};
+  # Maintain architecture-specific sources for officially supported 
architectures
+  $ret->{'source_x86_64'} = $vars{'source_x86_64'} if $vars{'source_x86_64'};
+  $ret->{'source_i686'} = $vars{'source_i686'} if $vars{'source_i686'};
   return $ret;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20160427/Build/Deb.pm 
new/obs-build-20160629/Build/Deb.pm
--- old/obs-build-20160427/Build/Deb.pm 2016-04-27 17:03:07.0 +0200
+++ new/obs-build-20160629/Build/Deb.pm 2016-06-29 17:17:05.0 +0200
@@ -118,6 +118,25 @@
 my @alts = split('\s*\|\s*', $d);
 my @needed;
 for my $c (@alts) {
+  if ($c =~ /\s+<[^>]+>$/) {
+my @build_profiles;  # Empty for now
+my $bad = 1;
+while ($c =~ s/\s+<([^>]+)>$//) {
+  next if (!$bad);
+  my $list_valid = 1;
+  for my $term (split(/\s+/, $1)) {
+my $isneg = ($term =~ s/^\!//);
+my $profile_match = grep(/^$term$/, @build_profiles);
+if (( $profile_match &&  $isneg) ||
+(!$profile_match && !$isneg)) {
+  $list_valid = 0;
+  last;
+}
+  }
+  $bad = 0 if ($list_valid);
+}
+next if ($bad);
+  }
   if ($c =~ /^(.*?)\s*\[(.*)\]$/) {
 $c = $1;
 my $isneg = 0;
@@ -134,10 +153,10 @@
 $bad = 0;
   }

commit installation-images-openSUSE for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2016-07-18 21:20:02

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-07-01 09:52:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2016-07-18 21:20:04.0 +0200
@@ -1,0 +2,46 @@
+Thu Jul 14 16:33:19 CEST 2016 - snw...@suse.de
+
+- don't include wpa_supplicant for s390x (bsc#974601)
+
+---
+Thu Jul 14 13:40:18 UTC 2016 - snw...@suse.com
+
+- documented common_tree script
+- load only an exactly matching inst-sys (bsc#974601)
+- reduce instsys size by removing files already in initrd
+- 14.258
+
+---
+Thu Jul 14 09:55:22 UTC 2016 - snw...@suse.com
+
+- Adjust the OOM killers score for haveged (bsc#974601)
+- 14.257
+
+---
+Tue Jul 12 09:47:16 CEST 2016 - snw...@suse.de
+
+- remove obsolete firmwarekit from BuildRequires
+
+---
+Tue Jul 12 07:41:09 UTC 2016 - snw...@suse.com
+
+- Drop some unused packages from the root image (bsc#974601)
+- yast2-devtools
+- yast2-buildtools
+- perl-Bootloader
+- perl-XML-Parser
+- perl-XML-Simple
+- 14.256
+
+---
+Mon Jul 11 08:50:37 UTC 2016 - snw...@suse.com
+
+- set EGL_LOG_LEVEL=0 to stop some libELG warning (bsc#976374, bsc#970883)
+- 14.255
+
+---
+Wed Jun 22 08:40:12 UTC 2016 - oher...@suse.de
+
+- Add missing xen-tools-domU to BuildRequires (bsc#979002)
+
+---

Old:

  installation-images-14.254.tar.xz

New:

  installation-images-14.258.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.T5Zzc9/_old  2016-07-18 21:20:05.0 +0200
+++ /var/tmp/diff_new_pack.T5Zzc9/_new  2016-07-18 21:20:05.0 +0200
@@ -238,7 +238,9 @@
 BuildRequires:  wget
 BuildRequires:  wicked
 BuildRequires:  wireless-tools
+%ifnarch s390 s390x
 BuildRequires:  wpa_supplicant
+%endif
 BuildRequires:  xauth
 BuildRequires:  xdm
 BuildRequires:  xdpyinfo
@@ -272,6 +274,7 @@
 BuildRequires:  hyper-v
 BuildRequires:  ipw-firmware
 BuildRequires:  tftp
+BuildRequires:  xen-tools-domU
 %if %{with xen}
 BuildRequires:  kernel-xen
 %if %{with xenkmp}
@@ -316,7 +319,6 @@
 BuildRequires:  dhcp-client
 BuildRequires:  dmidecode
 BuildRequires:  elilo
-BuildRequires:  firmwarekit
 BuildRequires:  memtest86+
 BuildRequires:  syslinux
 %if %with_vbox
@@ -375,7 +377,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.254
+Version:14.258
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.254.tar.xz -> installation-images-14.258.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.254/Makefile 
new/installation-images-14.258/Makefile
--- old/installation-images-14.254/Makefile 2016-06-21 13:25:17.0 
+0200
+++ new/installation-images-14.258/Makefile 2016-07-14 15:35:30.0 
+0200
@@ -153,7 +153,7 @@
theme=$(THEMES) image=boot fs=dir bin/mk_image
 
 root: base
-   theme=$(THEMES) libdeps=root image=root bin/mk_image
+   theme=$(THEMES) libdeps=root,initrd image=root bin/mk_image
 
 rescue: base
theme=$(THEMES) libdeps=rescue image=rescue bin/mk_image
@@ -162,8 +162,11 @@
theme=$(THEMES) image=rescue-server src=rescue filelist=rescue-server 
fs=squashfs bin/mk_image
 
 root+rescue: base
+   # the next two lines just clean up old files
image=root+rescue fs=none bin/mk_image
-   bin/common_tree --dst tmp/root+rescue tmp/rescue tmp/root
+   image=root+initrd src=root+rescue fs=none filelist=root+rescue 
bin/mk_image
+   bin/common_tree --dst tmp/root+initrd tmp/initrd tmp/root
+   bin/common_tree --dst tmp/root+rescue tmp/rescue tmp/root+initrd/2
mode=keep tmpdir=root+rescue/c image=common fs=squashfs bin/mk_image
mode=keep 

commit vlc for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2016-07-18 21:19:28

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


Package is "vlc"

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2016-07-01 09:52:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2016-07-18 
21:19:30.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 10 16:15:58 UTC 2016 - s...@tleine.de
+
+- disable freerdp module support on openSUSE Leap 42.2. It
+  has freerdp 2 
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.dPOOuc/_old  2016-07-18 21:19:32.0 +0200
+++ /var/tmp/diff_new_pack.dPOOuc/_new  2016-07-18 21:19:32.0 +0200
@@ -160,7 +160,7 @@
 %endif
 %if 0%{?suse_version} > 1140
 BuildRequires:  pkgconfig(dbus-1) >= 1.6.0
-%if 0%{?suse_version} < 1330
+%if 0%{?suse_version} < 1330 && ( 0%{?sle_version} < 120200 || 
0%{?is_opensuse} < 1 )
 BuildRequires:  pkgconfig(freerdp) >= 1.0.1
 %endif
 BuildRequires:  pkgconfig(gnutls) >= 3.2.0
@@ -360,7 +360,7 @@
--enable-flac\
 %endif
--enable-fast-install\
-%if 0%{?suse_version} > 1140 && 0%{?suse_version} < 1330
+%if 0%{?suse_version} > 1140 && 0%{?suse_version} < 1330 && ( 0%{?sle_version} 
< 120200 || 0%{?is_opensuse} < 1 )
--enable-freerdp \
 %endif
--enable-freetype\
@@ -726,7 +726,7 @@
 
 %if 0%{?suse_version} > 1140
 %{_libdir}/vlc/plugins/access/libpulsesrc_plugin.so
-%if 0%{?suse_version} < 1330
+%if 0%{?suse_version} < 1330 && ( 0%{?sle_version} < 120200 || 
0%{?is_opensuse} < 1 )
 %{_libdir}/vlc/plugins/access/librdp_plugin.so
 %endif
 %endif




commit cmake for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2016-07-18 21:19:33

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2016-07-01 
09:55:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2016-07-18 
21:19:38.0 +0200
@@ -1,0 +2,19 @@
+Tue Jul 12 05:26:59 UTC 2016 - f...@grueninger.de
+
+- While upstreaming cmake-version-in-generated-files.patch, the
+  CMake developer Brad King reduced the patch
+
+---
+Mon Jul 11 17:28:35 UTC 2016 - mplus...@suse.com
+
+- Remove PIE from macro
+
+---
+Sun Jul 10 08:18:57 UTC 2016 - f...@grueninger.de
+
+- update to CMake 3.6.0
+  no changes specific to CMake-GUI
+  full changelog: https://blog.kitware.com/cmake-3-6-0-available-for-download/
+- update patch cmake-version-in-generated-files.patch
+
+---
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2016-07-01 
09:55:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2016-07-18 
21:19:39.0 +0200
@@ -1,0 +2,39 @@
+Tue Jul 12 05:13:19 UTC 2016 - f...@grueninger.de
+
+- While upstreaming cmake-version-in-generated-files.patch, the
+  CMake developer Brad King reduced the patch
+
+---
+Mon Jul 11 17:28:01 UTC 2016 - mplus...@suse.com
+
+- Remove PIE from macros
+
+---
+Sun Jul 10 08:13:00 UTC 2016 - f...@grueninger.de
+
+- update to CMake 3.6.0
+  * The “list()” command gained a “FILTER” sub-command to filter
+list elements by regular expression.
+  * A “CMAKE_TRY_COMPILE_TARGET_TYPE” variable was added to optionally
+tell the “try_compile()” command to build a static library instead
+of an executable.
+  * A “_CLANG_TIDY” target property and supporting
+“CMAKE__CLANG_TIDY” variable were introduced to tell the
+Makefile Generators and the “Ninja” generator to run “clang-tidy”
+along with the compiler for “C” and “CXX” languages.
+  * The “ExternalProject” module leared the “GIT_SHALLOW 1” option to
+perform a shallow clone of a Git repository.
+  * The “ExternalProject” module learned to initialize Git submodules
+recursively and also to initialize new submodules on updates.
+  * The “InstallRequiredSystemLibraries” module learned a new
+“CMAKE_INSTALL_UCRT_LIBRARIES” option to enable app-local deployment
+of the Windows Universal CRT libraries with Visual Studio 2015.
+  * The “Compile Features” functionality is now aware of features
+supported by Intel C++ compilers versions 12.1 through 16.0 on UNIX
+platforms.
+  * The “CMakeForceCompiler” module and its macros are now deprecated.
+  full changelog: https://blog.kitware.com/cmake-3-6-0-available-for-download/
+- drop patch libarchive-version.patch which is included upstream
+- update patch cmake-version-in-generated-files.patch
+
+---
@@ -1082 +1120,0 @@
-

Old:

  cmake-3.5.2-SHA-256.txt
  cmake-3.5.2-SHA-256.txt.asc
  cmake-3.5.2.tar.gz
  libarchive-version.patch

New:

  cmake-3.6.0-SHA-256.txt
  cmake-3.6.0-SHA-256.txt.asc
  cmake-3.6.0.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.9ij466/_old  2016-07-18 21:19:40.0 +0200
+++ /var/tmp/diff_new_pack.9ij466/_new  2016-07-18 21:19:40.0 +0200
@@ -17,21 +17,21 @@
 
 
 Name:   cmake-gui
-Version:3.5.2
+Version:3.6.0
 Release:0
 Summary:CMake graphical user interface
 License:BSD-3-Clause
 Group:  Development/Tools/Building
 Url:http://www.cmake.org/
-Source0:http://www.cmake.org/files/v3.5/cmake-%{version}.tar.gz
-Source5:http://www.cmake.org/files/v3.5/cmake-%{version}-SHA-256.txt
-Source6:
http://www.cmake.org/files/v3.5/cmake-%{version}-SHA-256.txt.asc
+Source0:http://www.cmake.org/files/v3.6/cmake-%{version}.tar.gz
+Source5:http://www.cmake.org/files/v3.6/cmake-%{version}-SHA-256.txt
+Source6:
http://www.cmake.org/files/v3.6/cmake-%{version}-SHA-256.txt.asc
 Source7:cmake.keyring
 # PATCH-FIX-UPSTREAM form.patch -- set the correct include path for the 
ncurses includes
 Patch4: form.patch
 # PATCH-FIX-UPSTREAM system-libs.patch -- allow choosing between bundled and 
system jsoncpp & form libs
 

commit gstreamer-plugins-bad for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2016-07-18 21:19:41

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)


Package is "gstreamer-plugins-bad"

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2016-07-01 09:56:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2016-07-18 21:19:42.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 11 14:33:12 UTC 2016 - fcro...@suse.com
+
+- Really disable wayland support on SLE12.
+
+---



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.xstNgX/_old  2016-07-18 21:19:43.0 +0200
+++ /var/tmp/diff_new_pack.xstNgX/_new  2016-07-18 21:19:43.0 +0200
@@ -134,12 +134,14 @@
 # Not yet in openSUSE
 #BuildRequires:  pkgconfig(tiger) >= 0.3.2
 BuildRequires:  pkgconfig(vdpau)
+%if 0%{?is_opensuse}
 BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
 BuildRequires:  pkgconfig(wayland-cursor) >= 1.0
-%if 0%{?suse_version} >= 1320 || 0%{?is_opensuse}
+%if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(wayland-egl) >= 9.0
 BuildRequires:  pkgconfig(wayland-scanner) >= 1.4.0
 %endif
+%endif
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb) >= 1.10
 # Not available in SLE
@@ -322,6 +324,7 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
+%if 0%{?is_opensuse}
 %package -n libgstwayland-1_0-0
 Summary:GStreamer Streaming-Media Framework Plug-Ins - Wayland backend
 Group:  System/Libraries
@@ -332,6 +335,7 @@
 anything media-related,from real-time sound processing to playing
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
+%endif
 
 %package -n libgstcodecparsers-1_0-0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
@@ -450,7 +454,11 @@
 --disable-examples\
 --enable-gtk-doc \
 --with-gtk=3.0 \
+%if 0%{?is_opensuse}
 --enable-wayland
+%else
+--disable-wayland
+%endif
 %__make %{?_smp_mflags}
 
 %install
@@ -498,7 +506,9 @@
 
 %post -n libgstvdp-1_0-0 -p /sbin/ldconfig
 
+%if 0%{?is_opensuse}
 %post -n libgstwayland-1_0-0 -p /sbin/ldconfig
+%endif
 
 %postun -n libgstadaptivedemux-1_0-0 -p /sbin/ldconfig
 
@@ -526,7 +536,9 @@
 
 %postun -n libgstvdp-1_0-0 -p /sbin/ldconfig
 
+%if 0%{?is_opensuse}
 %postun -n libgstwayland-1_0-0 -p /sbin/ldconfig
+%endif
 
 %files
 #File not found: /usr/lib64/gstreamer-0.10/libgstmetadata.so





commit MozillaFirefox-branding-openSUSE for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox-branding-openSUSE for 
openSUSE:Factory checked in at 2016-07-18 21:19:22

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


Package is "MozillaFirefox-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/MozillaFirefox-branding-openSUSE/MozillaFirefox-branding-openSUSE.changes
2015-12-27 01:58:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaFirefox-branding-openSUSE.new/MozillaFirefox-branding-openSUSE.changes
   2016-07-18 21:19:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 11 09:32:00 UTC 2016 - dims...@opensuse.org
+
+- Identify the different Leap versions correctly (up to Leap 42.2)
+  (boo#987969).
+
+---



Other differences:
--
++ MozillaFirefox-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.ZdMTNP/_old  2016-07-18 21:19:25.0 +0200
+++ /var/tmp/diff_new_pack.ZdMTNP/_new  2016-07-18 21:19:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox-branding-openSUSE
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -47,8 +47,14 @@
 %define libgssapi libgssapi_krb5.so.2
 %if %suse_version == 1315
 # Leap 42
-%define suseversion 42.1
 %define distname openSUSE Leap
+%if %sle_version == 120100
+%define suseversion 42.1
+%else
+%if %sle_version == 120200
+%define suseversion 42.2
+%endif
+%endif
 %else
 %define distname openSUSE
 %if %suse_version >= 1330




commit gspell for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gspell for openSUSE:Factory checked 
in at 2016-07-18 21:19:54

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


Package is "gspell"

Changes:

--- /work/SRC/openSUSE:Factory/gspell/gspell.changes2016-07-01 
09:57:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gspell.new/gspell.changes   2016-07-18 
21:19:56.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 10 00:57:13 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + Inline checker: fix constant redrawing of the GtkTextView when
+the current word is not checked.
+  + Updated translations.
+
+---

Old:

  gspell-1.0.2.tar.xz

New:

  gspell-1.0.3.tar.xz



Other differences:
--
++ gspell.spec ++
--- /var/tmp/diff_new_pack.q6cL4m/_old  2016-07-18 21:19:57.0 +0200
+++ /var/tmp/diff_new_pack.q6cL4m/_new  2016-07-18 21:19:57.0 +0200
@@ -19,7 +19,7 @@
 %define shlib lib%{name}-1-1
 
 Name:   gspell
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:A spell checker library for gtk+ applications
 License:LGPL-2.1+

++ gspell-1.0.2.tar.xz -> gspell-1.0.3.tar.xz ++
 4667 lines of diff (skipped)




commit gnutls for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2016-07-18 21:19:48

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


Package is "gnutls"

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2016-07-09 
09:21:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2016-07-18 
21:19:49.0 +0200
@@ -1,0 +2,13 @@
+Sat Jul  9 21:18:21 UTC 2016 - astie...@suse.com
+
+- GnuTLS 3.4.14:
+  * libgnutls: Address issue when utilizing the p11-kit trust store
+for certificate verification (GNUTLS-SA-2016-2, boo#988276)
+  * libgnutls: Fixed DTLS handshake packet reconstruction.
+  * libgnutls: Fixed issues with PKCS#11 reading of sensitive
+objects from SafeNet Network HSM
+  * libgnutls: Corrected the writing of PKCS#11 CKA_SERIAL_NUMBER
+- drop upstreamed
+  0001-tests-use-datefudge-in-name-constraints-test.patch
+
+---

Old:

  0001-tests-use-datefudge-in-name-constraints-test.patch
  gnutls-3.4.13.tar.xz
  gnutls-3.4.13.tar.xz.sig

New:

  gnutls-3.4.14.tar.xz
  gnutls-3.4.14.tar.xz.sig



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.dNJwry/_old  2016-07-18 21:19:51.0 +0200
+++ /var/tmp/diff_new_pack.dNJwry/_new  2016-07-18 21:19:51.0 +0200
@@ -30,7 +30,7 @@
 %bcond_without guile
 
 Name:   gnutls
-Version:3.4.13
+Version:3.4.14
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -41,7 +41,6 @@
 Source1:
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.xz.sig
 Source2:%name.keyring
 Source3:baselibs.conf
-Patch:  0001-tests-use-datefudge-in-name-constraints-test.patch
 
 BuildRequires:  autogen
 BuildRequires:  automake
@@ -191,7 +190,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 export LDFLAGS="-pie"

++ gnutls-3.4.13.tar.xz -> gnutls-3.4.14.tar.xz ++
/work/SRC/openSUSE:Factory/gnutls/gnutls-3.4.13.tar.xz 
/work/SRC/openSUSE:Factory/.gnutls.new/gnutls-3.4.14.tar.xz differ: char 26, 
line 1





commit ethtool for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2016-07-18 21:19:16

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


Package is "ethtool"

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2016-03-26 
15:08:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2016-07-18 
21:19:18.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul  4 07:54:22 UTC 2016 - mkube...@suse.cz
+
+- Update to new upstream release 4.6
+  * Feature: Support register dump on Intel X550 NICs (-d option)
+  * Fix: Correct some reported register offsets on Intel 10GbE NICs
+(-d option)
+  * Feature: Add IPv6 support to NFC (-n, -N, -u and -U options)
+  * Feature: Add support for ETHTOOL_xLINKSETTINGS ioctls (no
+option and -s option)
+  * Feature: Use netlink socket when AF_INET not available
+
+---

Old:

  ethtool-4.5.tar.sign
  ethtool-4.5.tar.xz

New:

  ethtool-4.6.tar.sign
  ethtool-4.6.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.ovBjAV/_old  2016-07-18 21:19:19.0 +0200
+++ /var/tmp/diff_new_pack.ovBjAV/_new  2016-07-18 21:19:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.5
+Version:4.6
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.5.tar.xz -> ethtool-4.6.tar.xz ++
 2554 lines of diff (skipped)




commit systemd-presets-branding-openSUSE for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package systemd-presets-branding-openSUSE 
for openSUSE:Factory checked in at 2016-07-18 21:18:58

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


Package is "systemd-presets-branding-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
  2016-06-12 18:54:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
 2016-07-18 21:19:00.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 22:33:02 UTC 2016 - k...@suse.com
+
+- enable vmblock-fuse service for VMWare by default (bsc#986277)
+
+---



Other differences:
--
++ default-openSUSE.preset ++
--- /var/tmp/diff_new_pack.8cjJfk/_old  2016-07-18 21:19:01.0 +0200
+++ /var/tmp/diff_new_pack.8cjJfk/_new  2016-07-18 21:19:01.0 +0200
@@ -24,6 +24,7 @@
 enable lvm2-lvmetad.socket
 enable storage-fixup.service
 enable vmtoolsd.service
+enable vmblock-fuse.service
 enable xencommons.service
 enable smartd.service
 enable apparmor.service




commit accountsservice for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2016-07-18 21:18:12

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


Package is "accountsservice"

Changes:

--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2016-01-13 22:42:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes 
2016-07-18 21:18:24.0 +0200
@@ -1,0 +2,19 @@
+Wed Jul  6 06:23:55 UTC 2016 - f...@suse.com
+
+- Remove pkgconfig(libsystemd-daemon). Nowadays pkgconfig(libsystemd)
+  is enough and replaces all libsystemd-* libs which are obsolete.
+
+---
+Wed Jun 15 08:49:03 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.6.42:
+  + Wtmp fixes on solaris.
+  + Allow a user to change his own data even if he's remote.
+  + Add way to set password hint independent of password.
+  + Conform to modern systemd library naming scheme.
+  + Disable GVFS support in service, since it's not needed and has
+bad side effects.
+- Replace pkgconfig(libsystemd-login) for pkgconfig(libsystemd)
+  BuildRequires following upstream changes.
+
+---

Old:

  accountsservice-0.6.40.tar.xz

New:

  accountsservice-0.6.42.tar.xz



Other differences:
--
++ accountsservice.spec ++
--- /var/tmp/diff_new_pack.kVTiiu/_old  2016-07-18 21:18:25.0 +0200
+++ /var/tmp/diff_new_pack.kVTiiu/_new  2016-07-18 21:18:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package accountsservice
 #
-# 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:   accountsservice
-Version:0.6.40
+Version:0.6.42
 Release:0
 Summary:D-Bus Service to Manipulate User Account Information
 License:GPL-3.0+
@@ -36,8 +36,7 @@
 # needed for patch0
 BuildRequires:  vala
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libsystemd-daemon)
-BuildRequires:  pkgconfig(libsystemd-login) >= 186
+BuildRequires:  pkgconfig(libsystemd) >= 186
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(systemd)
 Recommends: %{name}-lang

++ accountsservice-0.6.40.tar.xz -> accountsservice-0.6.42.tar.xz ++
 23684 lines of diff (skipped)




commit gvfs for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2016-07-18 21:19:11

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


Package is "gvfs"

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2016-05-17 
17:07:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2016-07-18 
21:19:12.0 +0200
@@ -1,0 +2,15 @@
+Wed Jul  6 06:47:22 UTC 2016 - f...@suse.com
+
+- Replace pkgconfig(libsystemd-login) with pkgconfig(libsystemd):
+  Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs,
+  which are obsolete.
+
+---
+Tue Jul  5 06:50:12 UTC 2016 - ty...@suse.com
+
+- Fix "gvfs-smb timeout by message bus issue" (bsc#983992):
+  + Add %glib2_gsettings_schema_require to preamble.
+  + Add %glib2_gsettings_schema_post/postun to respective scripts
+of -backend-samba subpackage.
+
+---



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.iV5M3f/_old  2016-07-18 21:19:13.0 +0200
+++ /var/tmp/diff_new_pack.iV5M3f/_new  2016-07-18 21:19:13.0 +0200
@@ -68,7 +68,7 @@
 BuildRequires:  pkgconfig(libnfs)
 %endif
 BuildRequires:  pkgconfig(libsecret-unstable)
-BuildRequires:  pkgconfig(libsystemd-login) >= 44
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(smbclient)
 %if %{with_udisks2}
 BuildRequires:  pkgconfig(udisks2) >= 1.97
@@ -101,6 +101,7 @@
 Requires:   %{name} = %{version}
 Requires:   %{name}-backends = %{version}
 Supplements:packageand(%{name}:%(rpm -q --qf "%%{name}" --whatprovides 
libsmbclient)
+%glib2_gsettings_schema_requires
 
 %description backend-samba
 This package provides a gvfs backend that supports Samba.
@@ -177,6 +178,12 @@
 %postun backends
 %glib2_gsettings_schema_postun
 
+%post backend-samba
+%glib2_gsettings_schema_post
+
+%postun backend-samba
+%glib2_gsettings_schema_postun
+
 %clean
 rm -rf %{buildroot}
 




commit libmnl for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2016-07-18 21:19:05

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


Package is "libmnl"

Changes:

--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes2014-12-17 
19:15:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes   2016-07-18 
21:19:07.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  2 14:02:58 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.0.4
+* Improvements in the netlink message printing function,
+  attribute validation for MNL_TYPE_MSEC and MNL_TYPE_U64, clang
+  compilation fixes, the new mnl_socket_open2() and
+  mnl_socket_fdopen() functions, missing handling for
+  NLM_F_DUMP_INTR and documentation updates.
+
+---

Old:

  libmnl-1.0.3.tar.bz2
  libmnl-1.0.3.tar.bz2.sig

New:

  libmnl-1.0.4.tar.bz2
  libmnl-1.0.4.tar.bz2.sig



Other differences:
--
++ libmnl.spec ++
--- /var/tmp/diff_new_pack.1scigy/_old  2016-07-18 21:19:08.0 +0200
+++ /var/tmp/diff_new_pack.1scigy/_new  2016-07-18 21:19:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmnl
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   libmnl
 %define lname  %{name}0
-Version:1.0.3
+Version:1.0.4
 Release:0
 Url:http://netfilter.org/projects/libmnl/
 Summary:Minimalistic Netlink communication library

++ libmnl-1.0.3.tar.bz2 -> libmnl-1.0.4.tar.bz2 ++
 26029 lines of diff (skipped)

++ libmnl.keyring ++
--- /var/tmp/diff_new_pack.1scigy/_old  2016-07-18 21:19:09.0 +0200
+++ /var/tmp/diff_new_pack.1scigy/_new  2016-07-18 21:19:09.0 +0200
@@ -1,9 +1,14 @@
-pub   4096R/BB5F58CC 2010-10-21 [expires: 2015-10-20]
-uid  Netfilter Core Team 
-sub   4096R/04B92F5C 2010-10-21 [expires: 2015-10-20]
+pub   4096R/0xA4111F89BB5F58CC 2010-10-21 [expires: 2015-10-20]
+  Key fingerprint = 57FF 5E9C 9AA6 7A86 0B55  7AF7 A411 1F89 BB5F 58CC
+uid [ expired] Netfilter Core Team 
+sub   4096R/0x0FD3A13A04B92F5C 2010-10-21 [expires: 2015-10-20]
+
+pub   4096R/0xAB4655A126D292E4 2015-10-19 [expires: 2020-10-17]
+  Key fingerprint = C09D B206 3F1D 7034 BA61  52AD AB46 55A1 26D2 92E4
+uid [ unknown] Netfilter Core Team 
+sub   4096R/0xE3B0B6BAE3AAA39E 2015-10-19 [expires: 2020-10-17]
 
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
 
 mQINBEzAS5EBEADVlGm+KwODJcVmP33HTCbn/eP8obZbgu+3Z1CYRklF8V43vC6D
 8Jfk7fjD4/gWbAKZxriOESXVAN7mp0Fho4+Ga+pxWeLIET9tVM5xbNFK1p9R3XCK
@@ -51,6 +56,52 @@
 kMm3eGmDSqoMxsPmarb80nkoFQMOPhJWlyaUCt6HHRYuSkIcxY4H4Ni3Oq1s1R9/
 EqUuIfxNv7Kp0mcsE2KvANc3JfB9wXwLWqDYRCifLkCD6pbpt9L/+xQ49VzcFxNO
 9DqTyk4N7cz7OZrAi+ouVrdFuiwnZyn5YSQoof6Pos58b3bkFn14m9gofwTqGzPh
-R4Vot9rRu5zrWdoCM4cRThpJyrjqBMs=
-=mRxL
+R4Vot9rRu5zrWdoCM4cRThpJyrjqBMuZAg0EViV2IwEQALrfnP0L2QbpXPN1Yg7w
+ESbOMnp3B7nIyeVmo3mvYI/mH0GtEHcFbigsUt4nIXCxI/ppB5NQH/GR8EbTUbq2
+OycNaIRWSDYHX+LDijyZ9NO6m8wbQODdhjroK7q8rHzO8Vp+reNzPM2nY7Uh3w3s
+dPrOERGYeZld1nDyN20ko2Zg4fIJIwVJaHwv4L1j9GYAKp6ACnyG81+VA9adPNCi
+9YyIbET/3/bWkl86AS78rLY7fFo5s2BZn0gvFzCB/q9v/dKYs6e5aX7DUeF2q4OW
+/J7vJjITXGum7ydRC3Neov8PdeNAbBfciznWvnTyArExjgTiHwqQOIDnW4dEJtJw
+iNP50rVKb5DZI3/YokZ5AAQV70ZZemL/5vfGl6a77wvuUFcKFtiQq3JYvt3oWcBO
+zyWbd7L1McwAbOOeSXS9hGWuWHjzFuQl7igdJAXs4GRCgUbM83yTCtmDD11337De
+diSfrcgtmNpkvfRBkjUKYten6N1jsNBqCevLxw0uFYBeSVl96KJyybMd2Rd7P+tC
+jtfpPuEvw9AlPqHZKnKQ4c8vp07MCI9JavJ/nola7rCMk0LULC9tttyaOGNSD3vb
+/t26lXr6qOV60+0lw7xEbdAu8zdEqR/ixKbvn1jbSajTcH3geGL7YakliuctRWTB
+XYyd8abaKDUzrTES1JJ53xRNABEBAAG0LE5ldGZpbHRlciBDb3JlIFRlYW0gPGNv
+cmV0ZWFtQG5ldGZpbHRlci5vcmc+iQI+BBMBAgAoBQJWJXYjAhsDBQkJZgGABgsJ
+CAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCrRlWhJtKS5NoHEAC6mgfbDygR+Mrb
+Hg3qbGkgonPjUnYBqkBDz8jgdvFXS3Qm/ANI92qqeLkG+eFusuioIpXg4SHNmyUB
+oR+B60tApBtzO88iAbCHkjvfz4fqAZpYJ3VzYXIa/ScSoQHj77quNkO9aauikTj4
+ro6gnMUI2ilN1dv9Fb9/3XYxfyvP7QhWyGRuu9MekaPNjATtw7tDnDBe0C5eHrwX
+l2ojGxldj2eecoLLYcGw8x4rVDAxlNldh6tNgwc3IQ+4FkIri5sudK4vxDkPbouf
+srT6xoUe+qAj+9mScUeRFSrrdCCRd2EsBq+jhWS/kOWa0OAi6TKSOXMIdJze84Og
+R+67m+PNivmZ5+XgSmM/AzN36Lynx8nx7WNThVCd9HViq9kyXI1tQazGU30++Wec
+ct+7VE2f4aP5ITjd7WlHlEULVjRMBg+mFdz+jfmEncmC41TjWykqvrZWsT98FhNR

commit thin-provisioning-tools for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package thin-provisioning-tools for 
openSUSE:Factory checked in at 2016-07-18 21:18:41

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


Package is "thin-provisioning-tools"

Changes:

--- 
/work/SRC/openSUSE:Factory/thin-provisioning-tools/thin-provisioning-tools.changes
  2016-02-17 12:25:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.thin-provisioning-tools.new/thin-provisioning-tools.changes
 2016-07-18 21:18:43.0 +0200
@@ -1,0 +2,9 @@
+Sun Jul 10 14:10:36 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.6.2:
+  * Fix bug in thin_delta
+  * Fix recent regression in thin_repair.
+  * Force g++-98 dialect
+  * Fix bug in thin_trim
+
+---

Old:

  v0.6.1.tar.gz

New:

  thin-provisioning-tools-0.6.2.tar.gz



Other differences:
--
++ thin-provisioning-tools.spec ++
--- /var/tmp/diff_new_pack.lBYVyR/_old  2016-07-18 21:18:44.0 +0200
+++ /var/tmp/diff_new_pack.lBYVyR/_new  2016-07-18 21:18:44.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   thin-provisioning-tools
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:Thin Provisioning Tools
 License:GPL-3.0
 Group:  System/Base
 Url:https://github.com/jthornber/thin-provisioning-tools/
-Source: 
https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
+Source0:
https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -45,7 +45,7 @@
 autoreconf -fiv
 %configure \
   --bindir=%{_sbindir} \
-  --with-optimisation="%{optflags} -std=gnu++98"
+  --with-optimisation="%{optflags}"
 # In generated Makefile V=@ is used, in order to achieve verbose build ve
 # must override it as V=""
 make %{?_smp_mflags} V=""




commit MozillaThunderbird for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2016-07-18 21:18:03

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2016-07-01 09:53:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2016-07-18 21:18:05.0 +0200
@@ -1,0 +2,8 @@
+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
+
+---

Old:

  l10n-45.1.1.tar.xz
  mozilla-flexible-array-member-in-union.patch
  thunderbird-45.1.1-source.tar.xz

New:

  l10n-45.2.tar.xz
  thunderbird-45.2-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.pRBCjB/_old  2016-07-18 21:18:21.0 +0200
+++ /var/tmp/diff_new_pack.pRBCjB/_new  2016-07-18 21:18:21.0 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define mainversion 45.1.1
+%define mainversion 45.2
 %define update_channel release
-%define releasedate 2016052700
+%define releasedate 2016063000
 
 %if %suse_version > 1310
 %define gstreamer_ver 1.0
@@ -104,7 +104,6 @@
 Patch4: mozilla-develdirs.patch
 Patch5: mozilla-no-stdcxx-check.patch
 Patch6: mozilla-gcc6.patch
-Patch7: mozilla-flexible-array-member-in-union.patch
 Patch8: mozilla-aarch64-48bit-va.patch
 Patch9: mozilla-binutils-visibility.patch
 # Thunderbird/mail
@@ -203,7 +202,6 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 %patch8 -p1
 %patch9 -p1
 popd


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.pRBCjB/_old  2016-07-18 21:18:21.0 +0200
+++ /var/tmp/diff_new_pack.pRBCjB/_new  2016-07-18 21:18:21.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr45"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_45_1_1_RELEASE"
-VERSION="45.1.1"
+RELEASE_TAG="THUNDERBIRD_45_2_RELEASE"
+VERSION="45.2"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-45.1.1.tar.xz -> l10n-45.2.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-45.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-45.2.tar.xz differ: 
char 26, line 1

++ thunderbird-45.1.1-source.tar.xz -> thunderbird-45.2-source.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-45.1.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-45.2-source.tar.xz
 differ: char 26, line 1





commit kernel-source for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-07-18 21:17:36

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2016-07-07 15:09:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-07-18 21:17:38.0 +0200
@@ -1,0 +2,48 @@
+Mon Jul 11 19:59:12 CEST 2016 - jsl...@suse.cz
+
+- Linux 4.6.4 (bnc#982729).
+- Delete
+  
patches.drivers/0001-Subject-PATCH-USB-xhci-Add-broken-streams-quirk-for-.patch.
+- commit 103c936
+
+---
+Mon Jul 11 11:31:39 CEST 2016 - ti...@suse.de
+
+- apparmor: fix oops, validate buffer size in
+  apparmor_setprocattr() (CVE-2016-6187,bsc#988307).
+- commit fbe379c
+
+---
+Thu Jul  7 02:10:04 CEST 2016 - ne...@suse.com
+
+- Update patches.fixes/0001-posix_acl-Add-set_posix_acl.patch
+  (bsc#986570 CVE-2016-1237).
+- Update
+  patches.fixes/0002-nfsd-check-permissions-when-setting-ACLs.patch
+  (bsc#986570 CVE-2016-1237).
+- commit 789949d
+
+---
+Wed Jul  6 08:13:54 CEST 2016 - ne...@suse.com
+
+- Update patches.fixes/0001-posix_acl-Add-set_posix_acl.patch
+  (bsc#986570 CVE#2016-1237).
+- Update
+  patches.fixes/0002-nfsd-check-permissions-when-setting-ACLs.patch
+  (bsc#986570 CVE#2016-1237).
+- commit 10c8c01
+
+---
+Wed Jul  6 06:32:20 CEST 2016 - ne...@suse.com
+
+- nfsd: check permissions when setting ACLs (bsc#986570).
+- posix_acl: Add set_posix_acl (bsc#986570).
+- commit 2763888
+
+---
+Mon Jun 27 11:01:27 CEST 2016 - mkube...@suse.cz
+
+- Update patches.kernel.org/patch-4.6.2-3 (add CVE-2016-4997 bsc#986362).
+- commit fbd108c
+
+---
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.Iq1OYX/_old  2016-07-18 21:17:52.0 +0200
+++ /var/tmp/diff_new_pack.Iq1OYX/_new  2016-07-18 21:17:52.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.6
-%define patchversion 4.6.3
+%define patchversion 4.6.4
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -61,9 +61,9 @@
 Summary:A Debug Version of the Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.6.3
+Version:4.6.4
 %if 0%{?is_kotd}
-Release:.gd4bcf2a
+Release:.g103c936
 %else
 Release:0
 %endif

kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.Iq1OYX/_old  2016-07-18 21:17:52.0 +0200
+++ /var/tmp/diff_new_pack.Iq1OYX/_new  2016-07-18 21:17:52.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.6.3
+%define patchversion 4.6.4
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -27,9 +27,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.6.3
+Version:4.6.4
 %if 0%{?is_kotd}
-Release:.gd4bcf2a
+Release:.g103c936
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.Iq1OYX/_old  2016-07-18 21:17:52.0 +0200
+++ /var/tmp/diff_new_pack.Iq1OYX/_new  2016-07-18 21:17:52.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.6
-%define patchversion 4.6.3
+%define patchversion 4.6.4
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -61,9 +61,9 @@
 Summary:Kernel for LPAE enabled systems
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.6.3
+Version:4.6.4
 %if 0%{?is_kotd}
-Release:.gd4bcf2a
+Release:.g103c936
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.Iq1OYX/_old  2016-07-18 21:17:52.0 +0200
+++ /var/tmp/diff_new_pack.Iq1OYX/_new  2016-07-18 21:17:52.0 +0200
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.6.3
+%define patchversion 4.6.4
 %define variant %{nil}
 
 %include 

commit flex for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package flex for openSUSE:Factory checked in 
at 2016-07-18 21:16:47

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


Package is "flex"

Changes:

--- /work/SRC/openSUSE:Factory/flex/flex.changes2016-05-12 
09:32:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.flex.new/flex.changes   2016-07-18 
21:16:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 14 09:00:23 UTC 2016 - mplus...@suse.com
+
+- Small spec file cleanup
+
+---



Other differences:
--
++ flex.spec ++
--- /var/tmp/diff_new_pack.WSX4ox/_old  2016-07-18 21:16:51.0 +0200
+++ /var/tmp/diff_new_pack.WSX4ox/_new  2016-07-18 21:16:51.0 +0200
@@ -29,6 +29,7 @@
 Source2:README.SUSE
 Source3:baselibs.conf
 Patch1: flex-2.6.1-fPIC.patch
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  gcc-c++
@@ -36,7 +37,8 @@
 BuildRequires:  libtool
 BuildRequires:  makeinfo
 Requires:   m4
-PreReq: %{install_info_prereq}
+Requires(pre):  %{install_info_prereq}
+Requires(post):  %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +50,7 @@
 %patch1 -p1
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure \
 --docdir=%{_docdir}/%{name} \
 --disable-shared
@@ -60,32 +62,31 @@
 %endif
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-install %{SOURCE1}  %{buildroot}/%{_bindir}/lex
-ln -s flex.1.gz %{buildroot}/%{_mandir}/man1/lex.1.gz
-cp %{SOURCE2} %{buildroot}/%{_docdir}/%{name}
+%make_install
+install -D -p -m 0755 %{SOURCE1}  %{buildroot}/%{_bindir}/lex
+install -D -p -m 0644 %{SOURCE2}  %{buildroot}/%{_docdir}/flex/README.SUSE
+ln -s flex.1%{ext_man} %{buildroot}/%{_mandir}/man1/lex.1%{ext_man}
 
-find %{buildroot} -name *.la -delete
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %find_lang %{name}
 
-%files -f %{name}.lang
+%post
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
+%preun
+%install_info_delete --info-dir=%{_infodir} 
%%{_infodir}/%{name}.info%{ext_info}
+
+%files -f %{name}.lang
 %defattr(-,root,root)
 %{_bindir}/flex
 %{_bindir}/flex++
 %{_bindir}/lex
 %{_includedir}/FlexLexer.h
 %{_libdir}/libfl.a
-%{_mandir}/man1/flex.1.gz
-%{_mandir}/man1/lex.1.gz
+%{_mandir}/man1/flex.1%{ext_man}
+%{_mandir}/man1/lex.1%{ext_man}
 %{_infodir}/flex*
 %{_docdir}/%{name}
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
-
 %changelog




commit coreutils for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

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

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2016-02-11 12:31:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2016-07-18 21:17:11.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 06:54:54 UTC 2016 - m...@bernhard-voelker.de
+
+- coreutils-diagnose-fts-readdir-failure.patch: Add upstream patch
+  to diagnose readdir() failures in fts-based utilities: rm, chmod,
+  du, etc. (boo#984910)
+
+---
coreutils.changes: same change

New:

  coreutils-diagnose-fts-readdir-failure.patch



Other differences:
--
++ coreutils-testsuite.spec ++
--- /var/tmp/diff_new_pack.xhhGIM/_old  2016-07-18 21:17:13.0 +0200
+++ /var/tmp/diff_new_pack.xhhGIM/_new  2016-07-18 21:17:13.0 +0200
@@ -128,6 +128,10 @@
 Patch500:   coreutils-disable_tests.patch
 Patch501:   coreutils-test_without_valgrind.patch
 
+# Upstream patch to diagnose readdir() failures in fts-based utilities;
+# to be removed with coreutils > v8.25.
+Patch700:   coreutils-diagnose-fts-readdir-failure.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -170,6 +174,8 @@
 %patch500
 %patch501
 
+%patch700
+
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in
 

++ coreutils.spec ++
--- /var/tmp/diff_new_pack.xhhGIM/_old  2016-07-18 21:17:13.0 +0200
+++ /var/tmp/diff_new_pack.xhhGIM/_new  2016-07-18 21:17:13.0 +0200
@@ -128,6 +128,10 @@
 Patch500:   coreutils-disable_tests.patch
 Patch501:   coreutils-test_without_valgrind.patch
 
+# Upstream patch to diagnose readdir() failures in fts-based utilities;
+# to be removed with coreutils > v8.25.
+Patch700:   coreutils-diagnose-fts-readdir-failure.patch
+
 # 
 %description
 These are the GNU core utilities.  This package is the union of
@@ -170,6 +174,8 @@
 %patch500
 %patch501
 
+%patch700
+
 #???## We need to statically link to gmp, otherwise we have a build loop
 #???#sed -i s,'$(LIB_GMP)',%%{_libdir}/libgmp.a,g Makefile.in
 


++ coreutils-diagnose-fts-readdir-failure.patch ++
Upstream patch
 - to diagnose readdir() failures in fts-based utilities,
 - fixes boo#984910,
 - to be removed with coreutils > v8.25,
 - consists of the following parts:
 1. the fix in thee gnulib submodule
 2. the NEWS entry
 3. the test added to verify the fix.
 4. Upstream coreutils commit to fix the test on 32-bit

--
1. Upstream gnulib submodule commit:
  http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=6835fc458f30

Taken without the ChangeLog change:

>From 6835fc458f30b94f15d69c35a79cbc2dfabe2d06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A1draig=20Brady?= 
Date: Wed, 22 Jun 2016 13:49:53 +0100
Subject: [PATCH] fts: handle readdir() errors

* lib/fts.c (fts_build): readdir(3) returns NULL when finished,
but also upon error when it will also set errno.  Therefore
flag the error case from readdir().  We treat the case where
no items are read the same as if the dir can't be accessed,
i.e. by setting fts_errno to FTS_DNR.

The bug was initially reported by Peter Benie
http://bugzilla.opensuse.org/show_bug.cgi?id=984910
where it was mentioned that readdir() may fail
when an NFS server has a poor readdir cookie implementation.
--
2. Upstream coreutils commit:
  http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=ef9650170f79

Take the NEWS change only, as the fix in fts.c was already
pulled in with the above gnulib commit.

>From ef9650170f795be41223c8887258a1c596ecc162 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?P=C3=A1draig=20Brady?= 
Date: Sun, 26 Jun 2016 20:58:41 +0100
Subject: [PATCH] all: update gnulib submodule and tests/init.sh to latest

* NEWS: Specifically mention the fts readdir() fix.
--
3. Upstream coreutils commit to add a test:
http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=26616776c0c6

>From 26616776c0c620ce72b3b69aa5ed63f495552a9e Mon Sep 17 00:00:00 2001
From: Peter Benie 
Date: Sun, 26 Jun 2016 

commit util-linux for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2016-07-18 21:16:31

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


Package is "util-linux"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2016-06-29 09:40:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2016-07-18 21:16:33.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 11 07:29:18 UTC 2016 - dims...@opensuse.org
+
+- BuildIgnore util-linux: it's part of VMInstall, hence part of
+  every package build. util-linux itself can be built without its
+  own presence though. Helps with some rare bootstrap issues (when
+  librtas changes soname for example).
+- Drop usage of gpg-offline: this has long been migrated to a
+  source service that checks signatures on checkin already (osc
+  service lr source_validatory).
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.ws5Cy6/_old  2016-07-18 21:16:35.0 +0200
+++ /var/tmp/diff_new_pack.ws5Cy6/_new  2016-07-18 21:16:35.0 +0200
@@ -44,7 +44,6 @@
 %define build_util_linux_systemd 0
 %define build_python_libmount 1
 # To prevent dependency loops, verify signature only in third stage.
-%define verify_sig 1
 %define main_summary %summary_pl
 %define main_group   %group_pl
 %else
@@ -52,7 +51,6 @@
 %define build_util_linux 0
 %define build_util_linux_systemd 1
 %define build_python_libmount 0
-%define verify_sig 0
 %define main_summary %summary_uls
 %define main_group   %group_uls
 %else
@@ -62,12 +60,10 @@
 %define build_util_linux 1
 %define build_util_linux_systemd 1
 %define build_python_libmount 1
-%define verify_sig 1
 %else
 %define build_util_linux 1
 %define build_util_linux_systemd 0
 %define build_python_libmount 0
-%define verify_sig 0
 %endif
 %endif
 %endif
@@ -89,12 +85,12 @@
 BuildRequires:  readline-devel
 BuildRequires:  utempter-devel
 BuildRequires:  zlib-devel
+# util-linux is part of VMInstall, but we can well build without it
+# Helps shorten a cycle and eliminate a bootstrap issue
+#!BuildIgnore:  util-linux
 %ifarch ppc ppc64 ppc64le
 BuildRequires:  librtas-devel
 %endif
-%if %verify_sig
-BuildRequires:  gpg-offline
-%endif
 %if %build_util_linux_systemd
 BuildRequires:  socat
 BuildRequires:  systemd-rpm-macros
@@ -390,9 +386,6 @@
 
 %endif
 %prep
-%if %verify_sig
-xzcat %{S:0} | %gpg_verify -p %{_name} %{S:12} -
-%endif
 %setup -q -n %{_name}-%{version} -b 40
 %patch -p1
 %patch4 -p1

util-linux-systemd.spec: same change
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.ws5Cy6/_old  2016-07-18 21:16:35.0 +0200
+++ /var/tmp/diff_new_pack.ws5Cy6/_new  2016-07-18 21:16:35.0 +0200
@@ -44,7 +44,6 @@
 %define build_util_linux_systemd 0
 %define build_python_libmount 1
 # To prevent dependency loops, verify signature only in third stage.
-%define verify_sig 1
 %define main_summary %summary_pl
 %define main_group   %group_pl
 %else
@@ -52,7 +51,6 @@
 %define build_util_linux 0
 %define build_util_linux_systemd 1
 %define build_python_libmount 0
-%define verify_sig 0
 %define main_summary %summary_uls
 %define main_group   %group_uls
 %else
@@ -62,12 +60,10 @@
 %define build_util_linux 1
 %define build_util_linux_systemd 1
 %define build_python_libmount 1
-%define verify_sig 1
 %else
 %define build_util_linux 1
 %define build_util_linux_systemd 0
 %define build_python_libmount 0
-%define verify_sig 0
 %endif
 %endif
 %endif
@@ -89,12 +85,12 @@
 BuildRequires:  readline-devel
 BuildRequires:  utempter-devel
 BuildRequires:  zlib-devel
+# util-linux is part of VMInstall, but we can well build without it
+# Helps shorten a cycle and eliminate a bootstrap issue
+#!BuildIgnore:  util-linux
 %ifarch ppc ppc64 ppc64le
 BuildRequires:  librtas-devel
 %endif
-%if %verify_sig
-BuildRequires:  gpg-offline
-%endif
 %if %build_util_linux_systemd
 BuildRequires:  socat
 BuildRequires:  systemd-rpm-macros
@@ -389,9 +385,6 @@
 
 %endif
 %prep
-%if %verify_sig
-xzcat %{S:0} | %gpg_verify -p %{_name} %{S:12} -
-%endif
 %setup -q -n %{_name}-%{version} -b 40
 %patch -p1
 %patch4 -p1





commit libelf0 for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libelf0 for openSUSE:Factory checked 
in at 2016-07-18 13:53:35

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


Package is "libelf0"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _aggregate ++
--- /var/tmp/diff_new_pack.h6Onp2/_old  2016-07-18 13:53:36.0 +0200
+++ /var/tmp/diff_new_pack.h6Onp2/_new  2016-07-18 13:53:36.0 +0200
@@ -1,5 +1,5 @@
 
-  
+  
 libelf0
 
   




commit appstream-glib for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2016-07-18 11:38:45

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


Package is "appstream-glib"

Changes:




Other differences:
--
++ openSUSE-appstream-process ++
--- /var/tmp/diff_new_pack.uZNb2P/_old  2016-07-18 11:38:47.0 +0200
+++ /var/tmp/diff_new_pack.uZNb2P/_new  2016-07-18 11:38:47.0 +0200
@@ -56,4 +56,3 @@
 # also rename the appdata.xml.gz file in the same style
 read md5 fn_catchall <<<$(md5sum ${DEST}/appdata.xml.gz)
 mv ${DEST}/appdata.xml.gz ${DEST}/appdata-${md5}.xml.gz
-ln -s ${DEST}/appdata-${md5}.xml.gz ${DEST}/appdata.xml.gz




commit libelf0 for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package libelf0 for openSUSE:Factory checked 
in at 2016-07-18 09:09:48

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


Package is "libelf0"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _aggregate



Other differences:
--
++ _aggregate ++

  
libelf0