commit patchinfo.4606 for openSUSE:13.1:Update

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4606 for 
openSUSE:13.1:Update checked in at 2016-03-02 19:38:59

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


Package is "patchinfo.4606"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  security
  important
  wrosenauer
  Security update for openssl
  
This update for openssl fixes various security issues:

Security issues fixed:
- CVE-2016-0800 aka the "DROWN" attack (bsc#968046):
  OpenSSL was vulnerable to a cross-protocol attack that could lead to
  decryption of TLS sessions by using a server supporting SSLv2 and
  EXPORT cipher suites as a Bleichenbacher RSA padding oracle.

  This update changes the openssl library to:

  * Disable SSLv2 protocol support by default.

This can be overridden by setting the environment variable
"OPENSSL_ALLOW_SSL2" or by using SSL_CTX_clear_options using the
SSL_OP_NO_SSLv2 flag.

Note that various services and clients had already disabled SSL
protocol 2 by default previously.

  * Disable all weak EXPORT ciphers by default. These can be reenabled
if required by old legacy software using the environment variable
"OPENSSL_ALLOW_EXPORT".

- CVE-2016-0702 aka the "CacheBleed" attack. (bsc#968050)
  Various changes in the modular exponentation code were added that
  make sure that it is not possible to recover RSA secret keys by
  analyzing cache-bank conflicts on the Intel Sandy-Bridge microarchitecture.

  Note that this was only exploitable if the malicious code was running
  on the same hyper threaded Intel Sandy Bridge processor as the victim
  thread performing decryptions.

- CVE-2016-0705 (bnc#968047):
  A double free() bug in the DSA ASN1 parser code was fixed that could
  be abused to facilitate a denial-of-service attack.

- CVE-2016-0797 (bnc#968048):
  The BN_hex2bn() and BN_dec2bn() functions had a bug that could
  result in an attempt to de-reference a NULL pointer leading to crashes.
  This could have security consequences if these functions were ever called by
  user applications with large untrusted hex/decimal data. Also,
  internal usage of these functions in OpenSSL uses data from config
  files or application command line arguments. If user developed
  applications generated config file data based on untrusted data,
  then this could have had security consequences as well.

- CVE-2016-0798 (bnc#968265)
  The SRP user database lookup method SRP_VBASE_get_by_user() had a memory
  leak that attackers could abuse to facility DoS attacks. To mitigate
  the issue, the seed handling in SRP_VBASE_get_by_user() was disabled
  even if the user has configured a seed. Applications are advised to
  migrate to SRP_VBASE_get1_by_user().

- CVE-2016-0799 (bnc#968374)
  On many 64 bit systems, the internal fmtstr() and doapr_outch()
  functions could miscalculate the length of a string and attempt to
  access out-of-bounds memory locations. These problems could have
  enabled attacks where large amounts of untrusted data is passed to
  the BIO_*printf functions. If applications use these functions in
  this way then they could have been vulnerable. OpenSSL itself uses
  these functions when printing out human-readable dumps of ASN.1
  data. Therefore applications that print this data could have been
  vulnerable if the data is from untrusted sources. OpenSSL command line
  applications could also have been vulnerable when they print out ASN.1
  data, or if untrusted data is passed as command line arguments. Libssl
  is not considered directly vulnerable.

- CVE-2015-3197 (bsc#963415):
  The SSLv2 protocol did not block disabled ciphers.

Note that the March 1st 2016 release also references following CVEs
that were fixed by us with CVE-2015-0293 in 2015:

- CVE-2016-0703 (bsc#968051): This issue only affected versions of
  OpenSSL prior to March 19th 2015 at which time the code was refactored
  to address vulnerability CVE-2015-0293. It would have made the above
  "DROWN" attack much easier.
- CVE-2016-0704 (bsc#968053): "Bleichenbacher oracle in SSLv2"
  This issue only affected versions of OpenSSL prior to March 19th
  2015 at which time the code was refactored to address vulnerability
  CVE-2015-0293. It would have made the above "DROWN" attack much easier.





commit openssl for openSUSE:13.1:Update

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:13.1:Update 
checked in at 2016-03-02 19:38:58

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


Package is "openssl"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.d2ChHN/_old  2016-03-02 19:38:59.0 +0100
+++ /var/tmp/diff_new_pack.d2ChHN/_new  2016-03-02 19:38:59.0 +0100
@@ -1 +1 @@
-
+




commit phpMyAdmin for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2016-03-02 14:21:38

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2016-02-26 
00:41:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2016-03-02 14:21:42.0 +0100
@@ -1,0 +2,17 @@
+Tue Mar  1 18:04:41 UTC 2016 - astie...@suse.com
+
+- phpMyAdmin 4.5.5.1:
+  The following vulnerabilities were fixed:
+  * CVE-2016-2559: XSS vulnerability in SQL parser (PMASA-2016-10 boo#968940)
+  * CVE-2016-2560: Multiple XSS vulnerabilities (PMASA-2016-11 boo#968938)
+  * CVE-2016-2561: Multiple XSS vulnerabilities (PMASA-2016-12 boo#968941)
+  * CVE-2016-2562: Vulnerability allowing man-in-the-middle attack on API call 
to GitHub (PMASA-2016-13 boo#968928)
+  The following upstream bugs were fixed:
+  * CREATE UNIQUE INDEX index type is not recognized by parser.
+  * Row count wrong when grouping joined tables.
+  * Column definition with default value and comment in CREATE TABLE expoerted 
faulty.
+  * New statement but no delimiter and unexpected token with REPLACE.
+  * Fixed incorrect usage of SQL parser context in SQL export
+  * Fixed inclusion of gettext library from SQL parser
+
+---

Old:

  phpMyAdmin-4.5.5-all-languages.tar.xz
  phpMyAdmin-4.5.5-all-languages.tar.xz.asc

New:

  phpMyAdmin-4.5.5.1-all-languages.tar.xz
  phpMyAdmin-4.5.5.1-all-languages.tar.xz.asc



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.o3rD04/_old  2016-03-02 14:21:43.0 +0100
+++ /var/tmp/diff_new_pack.o3rD04/_new  2016-03-02 14:21:43.0 +0100
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:   phpMyAdmin
-Version:4.5.5
+Version:4.5.5.1
 Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0+

++ phpMyAdmin-4.5.5-all-languages.tar.xz -> 
phpMyAdmin-4.5.5.1-all-languages.tar.xz ++
 77562 lines of diff (skipped)





commit wireshark for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2016-03-02 14:21:35

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2016-02-23 
16:59:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2016-03-02 
14:21:38.0 +0100
@@ -1,0 +2,29 @@
+Sat Feb 27 12:45:12 UTC 2016 - astie...@suse.com
+
+- Wireshark 2.0.2 (boo#968565)
+  This release fixes a number issues in protocol dissectors that
+  could have allowed a remote attacker to crash Wireshark or cause
+  excessive CPU usage through specially crafted packages inserted
+  into the network or a capture file.
+  * CVE-2016-2522: ASN.1 BER dissector crash (wnpa-sec-2016-02)
+  * CVE-2016-2523: DNP dissector infinite loop (wnpa-sec-2016-03)
+  * CVE-2016-2524: X.509AF dissector crash (wnpa-sec-2016-04)
+  * CVE-2016-2525: HTTP/2 dissector crash (wnpa-sec-2016-05)
+  * CVE-2016-2526: HiQnet dissector crash (wnpa-sec-2016-06)
+  * CVE-2016-2527: 3GPP TS 32.423 Trace file parser crash (wnpa-sec-2016-07)
+  * CVE-2016-2528: LBMC dissector crash (wnpa-sec-2016-08)
+  * CVE-2016-2529: iSeries file parser crash (wnpa-sec-2016-09)
+  * CVE-2016-2530: RSL dissector crash (wnpa-sec-2016-10)
+  * CVE-2016-2531: RSL dissector crash (wnpa-sec-2016-10)
+  * CVE-2016-2532: LLRP dissector crash (wnpa-sec-2016-11)
+  * Ixia IxVeriWave file parser crash (wnpa-sec-2016-12)
+  * IEEE 802.11 dissector crash (wnpa-sec-2016-13)
+  * GSM A-bis OML dissector crash (wnpa-sec-2016-14)
+  * ASN.1 BER dissector crash (wnpa-sec-2016-15)
+  * SPICE dissector large loop  (wnpa-sec-2016-16)
+  * NFS dissector crash (wnpa-sec-2016-17)
+  * ASN.1 BER dissector crash (wnpa-sec-2016-18)
+  * Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-2.0.2.html
+
+---

Old:

  SIGNATURES-2.0.1.txt
  wireshark-2.0.1.tar.bz2

New:

  SIGNATURES-2.0.2.txt
  wireshark-2.0.2.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.WaQkK4/_old  2016-03-02 14:21:40.0 +0100
+++ /var/tmp/diff_new_pack.WaQkK4/_new  2016-03-02 14:21:40.0 +0100
@@ -29,7 +29,7 @@
 %define use_gnutls 0%{?suse_version} >= 1310 || 0%{?suse_version} == 1110
 
 Name:   wireshark
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+

++ SIGNATURES-2.0.1.txt -> SIGNATURES-2.0.2.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-2.0.1.txt   2016-01-01 
19:50:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-2.0.2.txt  
2016-03-02 14:21:37.0 +0100
@@ -1,45 +1,45 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
-wireshark-2.0.1.tar.bz2: 31016295 bytes
-SHA256(wireshark-2.0.1.tar.bz2)=c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab
-RIPEMD160(wireshark-2.0.1.tar.bz2)=0a83fb6d2c74005840492d0811a4eca29b565602
-SHA1(wireshark-2.0.1.tar.bz2)=6703221128305ac33802f0da13d368476ce90688
-MD5(wireshark-2.0.1.tar.bz2)=c1610ab2238965363b811e5188750fb1
-
-Wireshark-win64-2.0.1.exe: 47333544 bytes
-SHA256(Wireshark-win64-2.0.1.exe)=5c5c9668d0254d183ef94eaaab2ca35e1376ae1bac3f10b21ccf5e14eaafb045
-RIPEMD160(Wireshark-win64-2.0.1.exe)=06fc6a95a6a93d4287e4cb4fcbe1f584c8a393d8
-SHA1(Wireshark-win64-2.0.1.exe)=27e290b4647adeb51a714d7a831ef88702b518da
-MD5(Wireshark-win64-2.0.1.exe)=8a05505aae3807d554a394c8f86ca4ac
-
-Wireshark-win32-2.0.1.exe: 43764688 bytes
-SHA256(Wireshark-win32-2.0.1.exe)=03a1d405bdcace6d64d9c743bf544079b4e2eeb1f79c87440c38b5790950beb1
-RIPEMD160(Wireshark-win32-2.0.1.exe)=c3f4c13257e4a9a5a637b23e15a90bd0463fce7f
-SHA1(Wireshark-win32-2.0.1.exe)=7407cb02091e84f7f329782a5802f1b3b27d9ec9
-MD5(Wireshark-win32-2.0.1.exe)=2841bc0a430f1ac575c98f4dce83deb4
-
-WiresharkPortable_2.0.1.paf.exe: 43353168 bytes
-SHA256(WiresharkPortable_2.0.1.paf.exe)=66d3b81295bc8860cb78c4b59e73220d799c52224460422c094d82a78889
-RIPEMD160(WiresharkPortable_2.0.1.paf.exe)=c8dddc54f2bdd7a084ca746db67fe1cf4e123cea
-SHA1(WiresharkPortable_2.0.1.paf.exe)=8c80e59338aedcb353fa40f028936c336ec478df
-MD5(WiresharkPortable_2.0.1.paf.exe)=ec0f68ea58a6242637892c5fb39e8fde
-
-Wireshark 2.0.1 Intel 64.dmg: 31559961 bytes
-SHA256(Wireshark 2.0.1 Intel 
64.dmg)=8c84d745bb8ab930a8f47fd1e4388300def9afbea90aed449558c8189508b9ea
-RIPEMD160(Wireshark 2.0.1 Intel 
64.dmg)=be4cb9fbf0f80dd9c17c16ed3a6df6461cd10dd8
-SHA1(Wireshark 2.0.1 Intel 

commit nvme-cli for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2016-03-02 14:21:40

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


Package is "nvme-cli"

Changes:

--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes2016-02-22 
08:58:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2016-03-02 
14:21:45.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar  2 09:08:35 UTC 2016 - jthumsh...@suse.com
+
+- Update to upstream release v0.4
+
+---

Old:

  v0.3.tar.gz

New:

  v0.4.tar.gz



Other differences:
--
++ nvme-cli.spec ++
--- /var/tmp/diff_new_pack.yoQfWF/_old  2016-03-02 14:21:46.0 +0100
+++ /var/tmp/diff_new_pack.yoQfWF/_new  2016-03-02 14:21:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   nvme-cli
-Version:0.3
+Version:0.4
 Release:0
 Summary:Core nvme tools
 License:GPL-2.0

++ v0.3.tar.gz -> v0.4.tar.gz ++
 7398 lines of diff (skipped)




commit python-passlib for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-passlib for openSUSE:Factory 
checked in at 2016-03-02 14:21:19

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


Package is "python-passlib"

Changes:

--- /work/SRC/openSUSE:Factory/python-passlib/python-passlib.changes
2014-01-15 16:26:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-passlib.new/python-passlib.changes   
2016-03-02 14:21:21.0 +0100
@@ -1,0 +2,29 @@
+Sun Feb 21 10:06:22 UTC 2016 - mar...@gmx.de
+
+- Update to 1.6.5:
+  * Fixed some minor bugs in the test suite which were causing erroneous
+test failures
+
+- Update to 1.6.4:
+  * bugfix: Correctly detect bcrypt 2.0.
+  * bugfix: CryptContext now accepts scheme names as unicode
+  * bugfix: :mod:`passlib.ext.django` now works correctly with Django 1.7-1.8.
+  * bugfix: :class:`passlib.apache.HtpasswdFile` now recognizes bcrypt,
+sha256_crypt, sha512_crypt hashes
+
+  * A few changes have been made to the :class:`~passlib.hash.bcrypt` hash:
++ It now supports the ``$2b$`` hash format.
++ It will now issue a :exc:`~passlib.exc.PasslibSecurityWarning` if the 
active
+  backend is vulnerable to the :ref:`wraparound bug `,
+  and automatically enable a workaround(py-bcrypt is known to be 
vulnerableas of v0.4).
++ It will throw a :exc:`~passlib.exc.PasslibSecurityError` if the active 
backend
+  is vulnerable to the :ref:`8-bit bug ` (none of 
Passlib's
+  backends are known to be vulnerable as of 2015-07).
++ Updated documentation to indicate the cffi-based
+  `bcrypt `_ library is now the 
recommended
+  bcrypt backend.
++ Backend capability detection code refactored to rely on runtime detection
+  rather than hardcoded information.
++ Release **1.6.3** was skipped due to upload issues.
+
+---

Old:

  passlib-1.6.2.tar.gz

New:

  passlib-1.6.5.tar.gz



Other differences:
--
++ python-passlib.spec ++
--- /var/tmp/diff_new_pack.DLvb6i/_old  2016-03-02 14:21:21.0 +0100
+++ /var/tmp/diff_new_pack.DLvb6i/_new  2016-03-02 14:21:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-passlib
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-passlib
-Version:1.6.2
+Version:1.6.5
 Release:0
 Url:http://passlib.googlecode.com
 Summary:Comprehensive password hashing framework supporting over 20 
schemes

++ passlib-1.6.2.tar.gz -> passlib-1.6.5.tar.gz ++
 8775 lines of diff (skipped)




commit glslang for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package glslang for openSUSE:Factory checked 
in at 2016-03-02 14:21:33

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


Package is "glslang"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:Factory/.glslang.new/glslang.changes 2016-03-02 
14:21:34.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Feb 17 11:06:24 UTC 2016 - jeng...@inai.de
+
+- Initial package (version 2.3.g244) for build.opensuse.org
+- Add badcode.diff

New:

  _service
  badcode.diff
  glslang-2.3.g244.tar.xz
  glslang.changes
  glslang.spec



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

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


Name:   glslang
Version:2.3.g244
Release:0
Summary:OpenGL and OpenGL ES shader front end and validator
License:BSD-3-Clause
Group:  Development/Libraries/C and C++
Url:https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/

Source: %name-%version.tar.xz
Patch1: badcode.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  bison
BuildRequires:  cmake >= 2.8
BuildRequires:  gcc-c++

%description
glslang is the official reference compiler front end for the OpenGL
ES and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.

%package devel
Summary:OpenGL and OpenGL ES shader front end and validator
Group:  Development/Libraries/C and C++

%description devel
glslang is the official reference compiler front end for the OpenGL
ES and OpenGL shading languages. It implements a strict
interpretation of the specifications for these languages.

spirv-remap is a utility to improve compression of SPIR-V binary
files via entropy reduction, plus optional stripping of debug
information and load/store optimization. It transforms SPIR-V to
SPIR-V, remapping IDs. The resulting modules have an increased ID
range (IDs are not as tightly packed around zero), but will compress
better when multiple modules are compressed together, since
compressor's dictionary can find better cross module commonality.

%prep
%setup -q
%patch -P 1 -p1

%build
%cmake
make %{?_smp_mflags}

%install
b="%buildroot"
%cmake_install
# So much fail in this source package..
if test "%_lib" != lib; then
mkdir -p "$b/%_libdir"
mv "$b/%_prefix/lib"/*.a "$b/%_libdir/"
fi
mkdir -p "$b/%_includedir"
cp -a SPIRV glslang "$b/%_includedir/"
find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print 
-delete
ln -s SPIRV/spirv.hpp "$b/%_includedir/"
find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"

%files devel
%defattr(-,root,root)
%_bindir/gls*
%_bindir/spirv*
%_libdir/*.a
%_includedir/*

%changelog
++ _service ++


git
git://github.com/KhronosGroup/glslang
2.3
@PARENT_TAG@.g@TAG_OFFSET@


*.tar
xz



++ badcode.diff ++

wtf, code with undefined behavior.

SPIRV/SpvBuilder.cpp:701:39: warning: dereferencing type-punned pointer will 
break strict-aliasing rules [-Wstrict-aliasing]
 unsigned value = *(unsigned int*)
SPIRV/SpvBuilder.cpp:724:55: warning: dereferencing type-punned pointer will 
break strict-aliasing rules [-Wstrict-aliasing]
 unsigned long long value = *(unsigned long long*)
glslang/MachineIndependent/Constant.cpp:51:31: warning: dereferencing 
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 int bitPatternL = *(int*)
glslang/MachineIndependent/Constant.cpp:60:31: warning: dereferencing 
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 int bitPatternL = *(int*)

And pointless compile timestamps.
glslang-devel.x86_64: W: file-contains-date-and-time /usr/bin/spirv-remap
Your file uses  __DATE and 

commit python-dockerpty for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-dockerpty for 
openSUSE:Factory checked in at 2016-03-02 14:21:23

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


Package is "python-dockerpty"

Changes:

--- /work/SRC/openSUSE:Factory/python-dockerpty/python-dockerpty.changes
2015-08-26 10:01:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dockerpty.new/python-dockerpty.changes   
2016-03-02 14:21:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 18 14:19:12 UTC 2016 - eshmar...@suse.com
+
+- Update to version 0.4.2:
+no changelog available
+
+---

Old:

  dockerpty-0.3.4.tar.gz

New:

  dockerpty-0.4.1.tar.gz



Other differences:
--
++ python-dockerpty.spec ++
--- /var/tmp/diff_new_pack.IVatph/_old  2016-03-02 14:21:26.0 +0100
+++ /var/tmp/diff_new_pack.IVatph/_new  2016-03-02 14:21:26.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-dockertpy
+# spec file for package python-dockerpty
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define upstream_name dockerpty
 Name:   python-dockerpty
-Version:0.3.4
+Version:0.4.1
 Release:0
 Summary:Docker API Client
 License:Apache-2.0

++ dockerpty-0.3.4.tar.gz -> dockerpty-0.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dockerpty-0.3.4/PKG-INFO new/dockerpty-0.4.1/PKG-INFO
--- old/dockerpty-0.3.4/PKG-INFO2015-06-08 22:54:41.0 +0200
+++ new/dockerpty-0.4.1/PKG-INFO2016-02-04 19:57:10.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: dockerpty
-Version: 0.3.4
+Version: 0.4.1
 Summary: Python library to use the pseudo-tty of a docker container
 Home-page: https://github.com/d11wtq/dockerpty
 Author: Chris Corbyn
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dockerpty-0.3.4/dockerpty/__init__.py 
new/dockerpty-0.4.1/dockerpty/__init__.py
--- old/dockerpty-0.3.4/dockerpty/__init__.py   2015-06-08 17:04:29.0 
+0200
+++ new/dockerpty-0.4.1/dockerpty/__init__.py   2016-02-04 15:33:15.0 
+0100
@@ -14,14 +14,37 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from dockerpty.pty import PseudoTerminal
+from dockerpty.pty import PseudoTerminal, RunOperation, ExecOperation, 
exec_create
 
 
-def start(client, container, interactive=True, stdout=None, stderr=None, 
stdin=None):
+def start(client, container, interactive=True, stdout=None, stderr=None, 
stdin=None, logs=None):
 """
 Present the PTY of the container inside the current process.
 
 This is just a wrapper for PseudoTerminal(client, container).start()
 """
 
-PseudoTerminal(client, container, interactive=interactive, stdout=stdout, 
stderr=stderr, stdin=stdin).start()
+operation = RunOperation(client, container, interactive=interactive, 
stdout=stdout,
+ stderr=stderr, stdin=stdin, logs=logs)
+
+PseudoTerminal(client, operation).start()
+
+
+def exec_command(
+client, container, command, interactive=True, stdout=None, 
stderr=None, stdin=None):
+"""
+Run provided command via exec API in provided container.
+
+This is just a wrapper for PseudoTerminal(client, container).exec_command()
+"""
+exec_id = exec_create(client, container, command, interactive=interactive)
+
+operation = ExecOperation(client, exec_id,
+  interactive=interactive, stdout=stdout, 
stderr=stderr, stdin=stdin)
+PseudoTerminal(client, operation).start()
+
+
+def start_exec(client, exec_id, interactive=True, stdout=None, stderr=None, 
stdin=None):
+operation = ExecOperation(client, exec_id,
+  interactive=interactive, stdout=stdout, 
stderr=stderr, stdin=stdin)
+PseudoTerminal(client, operation).start()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dockerpty-0.3.4/dockerpty/pty.py 
new/dockerpty-0.4.1/dockerpty/pty.py
--- old/dockerpty-0.3.4/dockerpty/pty.py2015-06-08 22:52:14.0 
+0200
+++ new/dockerpty-0.4.1/dockerpty/pty.py2016-02-04 19:56:56.0 
+0100
@@ -16,6 +16,7 @@
 
 import sys
 import signal
+import warnings
 from ssl import SSLError

commit python-tweepy for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-tweepy for openSUSE:Factory 
checked in at 2016-03-02 14:21:21

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


Package is "python-tweepy"

Changes:

--- /work/SRC/openSUSE:Factory/python-tweepy/python-tweepy.changes  
2015-06-12 20:30:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-tweepy.new/python-tweepy.changes 
2016-03-02 14:21:24.0 +0100
@@ -1,0 +2,23 @@
+Thu Feb 18 13:42:14 UTC 2016 - eshmar...@suse.com
+
+- update to version 3.5.0:
+ New features: 
+  * Allow 'full_text' param when getting direct messages.
+  * Explicitly return api code when parsing error.
+  * Remove deprecated function and clean up codes.
+ Bug Fixes
+  * update_status: first positional argument should be 'status'.
+  * Fix "TypeError: Can't convert 'bytes' object to str implicitly".
+  * Fix duplicate raise in auth.py.
+ Additional changes from version 3.4.0:
+ New features:
+  * Add API for account/settings.
+  * Added RateLimitError for easily working with the rate limit.
+  * Allow include_email param for verify_credentials API.
+  * Added support for the "filter_level" parameter for the streaming API.
+ Bug Fixes:
+  * Streaming: don't decode stream bytes until json.decode. 
+  * Typo fix on _add_list_members, _remove_list_members properties.
+  * Change raise in streaming.py to raise exception.
+
+---

Old:

  tweepy-3.3.0.tar.gz

New:

  tweepy-3.5.0.tar.gz



Other differences:
--
++ python-tweepy.spec ++
--- /var/tmp/diff_new_pack.f4oYQW/_old  2016-03-02 14:21:25.0 +0100
+++ /var/tmp/diff_new_pack.f4oYQW/_new  2016-03-02 14:21:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tweepy
 #
-# 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-tweepy
-Version:3.3.0
+Version:3.5.0
 Release:0
 Url:http://github.com/joshthecoder/tweepy
 Summary:Twitter library for python

++ tweepy-3.3.0.tar.gz -> tweepy-3.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tweepy-3.3.0/PKG-INFO new/tweepy-3.5.0/PKG-INFO
--- old/tweepy-3.3.0/PKG-INFO   2015-02-21 20:31:46.0 +0100
+++ new/tweepy-3.5.0/PKG-INFO   2015-11-20 06:54:32.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: tweepy
-Version: 3.3.0
+Version: 3.5.0
 Summary: Twitter library for python
 Home-page: http://github.com/tweepy/tweepy
 Author: Joshua Roesslein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tweepy-3.3.0/examples/oauth.py 
new/tweepy-3.5.0/examples/oauth.py
--- old/tweepy-3.3.0/examples/oauth.py  2015-02-21 20:30:49.0 +0100
+++ new/tweepy-3.5.0/examples/oauth.py  2015-11-20 06:53:28.0 +0100
@@ -31,4 +31,4 @@
 # If the application settings are set for "Read and Write" then
 # this line should tweet out the message to your account's
 # timeline. The "Read and Write" setting is on https://dev.twitter.com/apps
-api.update_status('Updating using OAuth authentication via Tweepy!')
+api.update_status(status='Updating using OAuth authentication via Tweepy!')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tweepy-3.3.0/examples/streaming.py 
new/tweepy-3.5.0/examples/streaming.py
--- old/tweepy-3.3.0/examples/streaming.py  2015-02-21 20:30:49.0 
+0100
+++ new/tweepy-3.5.0/examples/streaming.py  2015-11-20 06:53:28.0 
+0100
@@ -15,7 +15,7 @@
 access_token_secret=""
 
 class StdOutListener(StreamListener):
-""" A listener handles tweets are the received from the stream.
+""" A listener handles tweets that are received from the stream.
 This is a basic listener that just prints received tweets to stdout.
 
 """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tweepy-3.3.0/tweepy/__init__.py 
new/tweepy-3.5.0/tweepy/__init__.py
--- old/tweepy-3.3.0/tweepy/__init__.py 2015-02-21 20:30:49.0 +0100
+++ new/tweepy-3.5.0/tweepy/__init__.py 2015-11-20 06:53:28.0 +0100
@@ -5,12 +5,12 @@
 """
 Tweepy Twitter API library
 """
-__version__ = '3.3.0'
+__version__ = '3.5.0'
 __author__ = 'Joshua Roesslein'
 __license__ = 'MIT'
 
 from tweepy.models import Status, User, DirectMessage, Friendship, 

commit libb64 for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package libb64 for openSUSE:Factory checked 
in at 2016-03-02 14:21:37

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


Package is "libb64"

Changes:

--- /work/SRC/openSUSE:Factory/libb64/libb64.changes2015-12-25 
13:06:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libb64.new/libb64.changes   2016-03-02 
14:21:40.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  1 08:06:37 UTC 2016 - mplus...@suse.com
+
+- Small spec file cleanups
+
+---



Other differences:
--
++ libb64.spec ++
--- /var/tmp/diff_new_pack.AIwbPf/_old  2016-03-02 14:21:41.0 +0100
+++ /var/tmp/diff_new_pack.AIwbPf/_new  2016-03-02 14:21:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libb64
 #
-# 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
@@ -49,7 +49,6 @@
 %package-n %{libname}
 Summary:A library for working with base64 encoding/decoding
 Group:  System/Libraries
-Recommends: %{name}-lenses = %{version}
 
 %description-n %{libname}
 libb64 is a library of ANSI C routines for fast encoding/decoding data into and
@@ -59,7 +58,7 @@
 %packagedevel
 Summary:A library for working with base64 encoding/decoding
 Group:  Development/Libraries/C and C++
-Requires:   %{libname} = %{version}
+Requires:   %{libname} = %{version}-%{release}
 
 %descriptiondevel
 libb64 is a library of ANSI C routines for fast encoding/decoding data into and
@@ -96,7 +95,6 @@
 ln -s %{soname} %{shared_lib}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
@@ -112,6 +110,9 @@
 %defattr(-,root,root)
 %{_libdir}/%{shared_lib}
 %dir %{_includedir}/b64
-%{_includedir}/b64/*.h
+%{_includedir}/b64/cdecode.h
+%{_includedir}/b64/cencode.h
+%{_includedir}/b64/decode.h
+%{_includedir}/b64/encode.h
 
 %changelog





commit python-geopy for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-geopy for openSUSE:Factory 
checked in at 2016-03-02 14:21:26

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


Package is "python-geopy"

Changes:

--- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes
2015-05-10 10:46:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes   
2016-03-02 14:21:28.0 +0100
@@ -1,0 +2,10 @@
+Thu Feb 18 15:12:48 UTC 2016 - eshmar...@suse.com
+
+- update to version 1.11.0:
+  * ADDED: Photon geocoder. 
+  * ADDED: Bing supports structured query parameters.
+  * CHANGED: Geocoders send a User-Agent header, which by default is 
geopy/1.11.0. 
+  * FIXED: Index out of range error with no results using Yandex.
+  * FIXED: Nominatim was incorrectly sending view_box when not requested, and 
formatting it incorrectly.
+
+---

Old:

  geopy-1.10.0.tar.gz

New:

  geopy-1.11.0.tar.gz



Other differences:
--
++ python-geopy.spec ++
--- /var/tmp/diff_new_pack.dSPXV6/_old  2016-03-02 14:21:29.0 +0100
+++ /var/tmp/diff_new_pack.dSPXV6/_new  2016-03-02 14:21:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-geopy
 #
-# 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-geopy
-Version:1.10.0
+Version:1.11.0
 Release:0
 Url:http://code.google.com/p/geopy/
 Summary:Python Geocoding Toolbox

++ geopy-1.10.0.tar.gz -> geopy-1.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geopy-1.10.0/PKG-INFO new/geopy-1.11.0/PKG-INFO
--- old/geopy-1.10.0/PKG-INFO   2015-04-05 21:23:15.0 +0200
+++ new/geopy-1.11.0/PKG-INFO   2015-08-31 16:24:43.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: geopy
-Version: 1.10.0
+Version: 1.11.0
 Summary: Python Geocoding Toolbox
 Home-page: https://github.com/geopy/geopy
 Author: GeoPy Contributors
 Author-email: uijllji@gmail
 License: MIT
-Download-URL: https://github.com/geopy/geopy/archive/1.10.0.tar.gz
+Download-URL: https://github.com/geopy/geopy/archive/1.11.0.tar.gz
 Description: UNKNOWN
 Keywords: geocode geocoding gis geographical maps earth distance
 Platform: UNKNOWN
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geopy-1.10.0/geopy/__init__.py 
new/geopy-1.11.0/geopy/__init__.py
--- old/geopy-1.10.0/geopy/__init__.py  2015-04-05 20:55:30.0 +0200
+++ new/geopy-1.11.0/geopy/__init__.py  2015-08-31 16:23:49.0 +0200
@@ -11,6 +11,4 @@
 from geopy.point import Point
 from geopy.location import Location
 from geopy.geocoders import * # pylint: disable=W0401
-
-
-__version__ = "1.10.0"
+from geopy.util import __version__
Files old/geopy-1.10.0/geopy/__init__.pyc and 
new/geopy-1.11.0/geopy/__init__.pyc differ
Files old/geopy-1.10.0/geopy/compat.pyc and new/geopy-1.11.0/geopy/compat.pyc 
differ
Files old/geopy-1.10.0/geopy/distance.pyc and 
new/geopy-1.11.0/geopy/distance.pyc differ
Files old/geopy-1.10.0/geopy/exc.pyc and new/geopy-1.11.0/geopy/exc.pyc differ
Files old/geopy-1.10.0/geopy/format.pyc and new/geopy-1.11.0/geopy/format.pyc 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geopy-1.10.0/geopy/geocoders/__init__.py 
new/geopy-1.11.0/geopy/geocoders/__init__.py
--- old/geopy-1.10.0/geopy/geocoders/__init__.py2015-04-05 
20:54:42.0 +0200
+++ new/geopy-1.11.0/geopy/geocoders/__init__.py2015-08-31 
15:37:19.0 +0200
@@ -90,6 +90,7 @@
 "LiveAddress",
 'Yandex',
 "What3Words",
+"Photon",
 )
 
 
@@ -110,6 +111,7 @@
 from geopy.geocoders.what3words import What3Words
 from geopy.geocoders.yandex import Yandex
 from geopy.geocoders.ignfrance import IGNFrance
+from geopy.geocoders.photon import Photon
 
 
 from geopy.exc import GeocoderNotFound
@@ -135,6 +137,7 @@
 "what3words": What3Words,
 "yandex": Yandex,
 "ignfrance": IGNFrance,
+"photon": Photon
 }
 
 
Files old/geopy-1.10.0/geopy/geocoders/__init__.pyc and 
new/geopy-1.11.0/geopy/geocoders/__init__.pyc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geopy-1.10.0/geopy/geocoders/arcgis.py 
new/geopy-1.11.0/geopy/geocoders/arcgis.py
--- 

commit python-remoto for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-remoto for openSUSE:Factory 
checked in at 2016-03-02 14:21:29

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


Package is "python-remoto"

Changes:

--- /work/SRC/openSUSE:Factory/python-remoto/python-remoto.changes  
2016-02-01 19:56:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-remoto.new/python-remoto.changes 
2016-03-02 14:21:31.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb 21 19:47:42 UTC 2016 - astie...@suse.com
+
+- update to 0.0.27:
+  + (releases (0.0.23..27) fix various issues related to stdout/err
+  + package a license file (boo#967555)
+
+---

Old:

  remoto-0.0.23.tar.gz

New:

  remoto-0.0.27.tar.gz



Other differences:
--
++ python-remoto.spec ++
--- /var/tmp/diff_new_pack.vfzZ15/_old  2016-03-02 14:21:32.0 +0100
+++ /var/tmp/diff_new_pack.vfzZ15/_new  2016-03-02 14:21:32.0 +0100
@@ -17,28 +17,28 @@
 
 
 Name:   python-remoto
-Version:0.0.23
+Version:0.0.27
 Release:0
 Summary:Remote command executor using ssh and Python in the remote end
 License:MIT
 Group:  Development/Languages/Python
-Url:https://pypi.python.org/pypi/remoto/0.0.23
-Source0:
https://pypi.python.org/packages/source/r/remoto/remoto-0.0.23.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://pypi.python.org/pypi/remoto/%{version}
+Source0:
https://pypi.python.org/packages/source/r/remoto/remoto-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-execnet
 BuildRequires:  python-mock >= 1.0b1
 BuildRequires:  python-setuptools
 BuildRequires:  python-tox >= 1.2
 BuildRequires:  python-virtualenv
+Requires:   python-execnet
+Requires:   python-setuptools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 %if 0%{?suse_version}
 BuildRequires:  python-pytest >= 2.1.3
 %else
 BuildRequires:  pytest
 %endif
-BuildRequires:  python-execnet
-BuildArch:  noarch
-Requires:   python-execnet
-Requires:   python-setuptools
 
 %description
 Remote command executor using ssh and Python in the remote end. This 
@@ -63,7 +63,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst LICENSE
 %{python_sitelib}/*
 
 %changelog

++ remoto-0.0.23.tar.gz -> remoto-0.0.27.tar.gz ++
 4060 lines of diff (skipped)




commit python-monotonic for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-monotonic for 
openSUSE:Factory checked in at 2016-03-02 14:21:31

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


Package is "python-monotonic"

Changes:

--- /work/SRC/openSUSE:Factory/python-monotonic/python-monotonic.changes
2015-09-02 00:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-monotonic.new/python-monotonic.changes   
2016-03-02 14:21:32.0 +0100
@@ -1,0 +2,7 @@
+Mon Feb 15 14:09:38 UTC 2016 - dmuel...@suse.com
+
+- update to 0.6:
+  * Changed AttributeError flow control to getattr-with-default-argument
+  * Added support for pre-Vista Windows versions using GetTickCount
+
+---

Old:

  monotonic-0.3.tar.gz

New:

  monotonic-0.6.tar.gz



Other differences:
--
++ python-monotonic.spec ++
--- /var/tmp/diff_new_pack.6j1PbR/_old  2016-03-02 14:21:33.0 +0100
+++ /var/tmp/diff_new_pack.6j1PbR/_new  2016-03-02 14:21:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-monotonic
 #
-# 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-monotonic
-Version:0.3
+Version:0.6
 Release:0
 Summary:An implementation of time.monotonic() for Python 2 & < 33
 License:Apache-2.0

++ monotonic-0.3.tar.gz -> monotonic-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-0.3/PKG-INFO new/monotonic-0.6/PKG-INFO
--- old/monotonic-0.3/PKG-INFO  2015-07-29 19:01:32.0 +0200
+++ new/monotonic-0.6/PKG-INFO  2016-01-24 12:50:03.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: monotonic
-Version: 0.3
+Version: 0.6
 Summary: An implementation of time.monotonic() for Python 2 & < 3.3
 Home-page: https://github.com/atdt/monotonic
 Author: Ori Livneh
@@ -20,7 +20,7 @@
 +-++
 | Linux, BSD  | clock_gettime(3)   |
 +-++
-| Windows | GetTickCount64 |
+| Windows | GetTickCount[64]   |
 +-++
 | OS X| mach_absolute_time |
 +-++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-0.3/monotonic.egg-info/PKG-INFO 
new/monotonic-0.6/monotonic.egg-info/PKG-INFO
--- old/monotonic-0.3/monotonic.egg-info/PKG-INFO   2015-07-29 
19:01:32.0 +0200
+++ new/monotonic-0.6/monotonic.egg-info/PKG-INFO   2016-01-24 
12:50:03.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: monotonic
-Version: 0.3
+Version: 0.6
 Summary: An implementation of time.monotonic() for Python 2 & < 3.3
 Home-page: https://github.com/atdt/monotonic
 Author: Ori Livneh
@@ -20,7 +20,7 @@
 +-++
 | Linux, BSD  | clock_gettime(3)   |
 +-++
-| Windows | GetTickCount64 |
+| Windows | GetTickCount[64]   |
 +-++
 | OS X| mach_absolute_time |
 +-++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-0.3/monotonic.egg-info/pbr.json 
new/monotonic-0.6/monotonic.egg-info/pbr.json
--- old/monotonic-0.3/monotonic.egg-info/pbr.json   2015-07-29 
19:01:32.0 +0200
+++ new/monotonic-0.6/monotonic.egg-info/pbr.json   2016-01-24 
12:50:03.0 +0100
@@ -1 +1 @@
-{"is_release": false, "git_version": "cb3c90150f"}
\ No newline at end of file
+{"is_release": true, "git_version": "945f255545"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-0.3/monotonic.py 
new/monotonic-0.6/monotonic.py
--- old/monotonic-0.3/monotonic.py  2015-07-29 18:58:47.0 +0200
+++ new/monotonic-0.6/monotonic.py  2016-01-24 12:47:27.0 +0100
@@ -13,7 +13,7 @@
   +-++
   | Linux, BSD  | clock_gettime(3)   |
   +-++
-  | Windows | GetTickCount64 |
+  | Windows | GetTickCount[64]   |
   +-++
   | OS X| mach_absolute_time |
   

commit python-Fabric for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-Fabric for openSUSE:Factory 
checked in at 2016-03-02 14:21:28

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


Package is "python-Fabric"

Changes:

--- /work/SRC/openSUSE:Factory/python-Fabric/python-Fabric.changes  
2015-05-07 09:22:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Fabric.new/python-Fabric.changes 
2016-03-02 14:21:30.0 +0100
@@ -1,0 +2,18 @@
+Thu Feb 18 15:32:02 UTC 2016 - eshmar...@suse.com
+
+- update to version 1.10.2:
+ * Fix issue with ssh/config not having a cross-platform default path.
+ * Recursively unwrap decorators instead of only unwrapping a single 
+   decorator level, when obtaining task docstrings.
+ * Fix “NameError: free variable referenced before assignment in 
+   enclosing scope”.
+ * Redirect output of cd to /dev/null so users enabling bash’s 
+   CDPATH (or similar features in other shells) don’t have polluted 
+   output captures.
+ * Fix a couple minor issues with the operation of & demo code for 
+   the JobQueue class. 
+ * Update functionality added in #1213 so abort error messages don’t 
+   get printed twice (once by us, once by sys.exit) but the annotated 
+   exception error message is retained. 
+
+---

Old:

  Fabric-1.10.1.tar.gz

New:

  Fabric-1.10.2.tar.gz



Other differences:
--
++ python-Fabric.spec ++
--- /var/tmp/diff_new_pack.oHf39d/_old  2016-03-02 14:21:31.0 +0100
+++ /var/tmp/diff_new_pack.oHf39d/_new  2016-03-02 14:21:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fabric
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,31 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
+BuildArch:  noarch
+%endif
 Name:   python-Fabric
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Fabric is a simple, Pythonic tool for remote execution and 
deployment
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://fabfile.org
 Source: 
https://pypi.python.org/packages/source/F/Fabric/Fabric-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 # Test requirements:
 #TODO: Disabled due to errors / fudge requirement
 #BuildRequires:  python-fudge
 #BuildRequires:  python-nose
 # Documentation requirements:
 BuildRequires:  python-Sphinx
+BuildRequires:  python-devel
 BuildRequires:  python-paramiko >= 1.10
+BuildRequires:  python-setuptools
 Requires:   python-paramiko >= 1.10
 Requires:   python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
 
 %description
 Fabric is a Python (2.5 or higher) library and command-line tool for

++ Fabric-1.10.1.tar.gz -> Fabric-1.10.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Fabric-1.10.1/Fabric.egg-info/PKG-INFO 
new/Fabric-1.10.2/Fabric.egg-info/PKG-INFO
--- old/Fabric-1.10.1/Fabric.egg-info/PKG-INFO  2014-12-20 00:19:18.0 
+0100
+++ new/Fabric-1.10.2/Fabric.egg-info/PKG-INFO  2015-06-19 20:18:45.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: Fabric
-Version: 1.10.1
+Version: 1.10.2
 Summary: Fabric is a simple, Pythonic tool for remote execution and deployment.
 Home-page: http://fabfile.org
 Author: Jeff Forcier
@@ -24,27 +24,29 @@
 commands (normally or via ``sudo``) and uploading/downloading files, 
as well as
 auxiliary functionality such as prompting the running user for input, 
or
 aborting execution.
-
+ 
 Typical use involves creating a Python module containing one or more 
functions,
 then executing them via the ``fab`` command-line tool. Below is a 
small but
-complete "fabfile" containing a single task::
+complete "fabfile" containing a single task:
+
+.. code-block:: python
 
-from fabric.api import run
+from fabric.api import run
 
-

commit python-thrift for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-thrift for openSUSE:Factory 
checked in at 2016-03-02 14:21:25

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


Package is "python-thrift"

Changes:

--- /work/SRC/openSUSE:Factory/python-thrift/python-thrift.changes  
2015-05-18 22:34:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-thrift.new/python-thrift.changes 
2016-03-02 14:21:26.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb 18 13:55:02 UTC 2016 - eshmar...@suse.com
+
+- update to version 0.9.3:
+  * no changelog available
+
+---

Old:

  thrift-0.9.2.tar.gz

New:

  thrift-0.9.3.tar.gz



Other differences:
--
++ python-thrift.spec ++
--- /var/tmp/diff_new_pack.di9VwU/_old  2016-03-02 14:21:27.0 +0100
+++ /var/tmp/diff_new_pack.di9VwU/_new  2016-03-02 14:21:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-thrift
 #
-# 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-thrift
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Python bindings for the Apache Thrift RPC system
 License:Apache-2.0

++ thrift-0.9.2.tar.gz -> thrift-0.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thrift-0.9.2/PKG-INFO new/thrift-0.9.3/PKG-INFO
--- old/thrift-0.9.2/PKG-INFO   2014-11-18 04:29:47.0 +0100
+++ new/thrift-0.9.3/PKG-INFO   2015-10-12 03:34:44.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: thrift
-Version: 0.9.2
+Version: 0.9.3
 Summary: Python bindings for the Apache Thrift RPC system
 Home-page: http://thrift.apache.org
 Author: Thrift Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thrift-0.9.2/setup.py new/thrift-0.9.3/setup.py
--- old/thrift-0.9.2/setup.py   2014-11-18 04:28:47.0 +0100
+++ new/thrift-0.9.3/setup.py   2015-10-12 03:34:22.0 +0200
@@ -71,7 +71,7 @@
 extensions = dict()
 
 setup(name = 'thrift',
-version = '0.9.2',
+version = '0.9.3',
 description = 'Python bindings for the Apache Thrift RPC system',
 author = 'Thrift Developers',
 author_email = 'd...@thrift.apache.org',
@@ -102,7 +102,7 @@
 except BuildFailed:
 print()
 print('*' * 80)
-print("An error occured while trying to compile with the C extension 
enabled")
+print("An error occurred while trying to compile with the C extension 
enabled")
 print("Attempting to build without the extension now")
 print('*' * 80)
 print()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/thrift-0.9.2/src/protocol/fastbinary.c 
new/thrift-0.9.3/src/protocol/fastbinary.c
--- old/thrift-0.9.2/src/protocol/fastbinary.c  2014-11-05 02:50:31.0 
+0100
+++ new/thrift-0.9.3/src/protocol/fastbinary.c  2015-07-21 06:54:48.0 
+0200
@@ -32,7 +32,7 @@
 # if defined(_MSC_VER) && _MSC_VER < 1600
typedef int _Bool;
 #  define bool _Bool
-#  define false 0 
+#  define false 0
 #  define true 1
 # endif
 # define inline __inline
@@ -197,6 +197,21 @@
   return true;
 }
 
+#define MAX_LIST_SIZE (1)
+
+static inline bool
+check_list_length(Py_ssize_t len) {
+  // error from getting the int
+  if (INT_CONV_ERROR_OCCURRED(len)) {
+return false;
+  }
+  if (!CHECK_RANGE(len, 0, MAX_LIST_SIZE)) {
+PyErr_SetString(PyExc_OverflowError, "list size out of the sanity limit 
(1 items max)");
+return false;
+  }
+  return true;
+}
+
 static inline bool
 parse_pyint(PyObject* o, int32_t* ret, int32_t min, int32_t max) {
   long val = PyInt_AsLong(o);
@@ -332,7 +347,7 @@
 }
 
 
-/* --- MAIN RECURSIVE OUTPUT FUCNTION -- */
+/* --- MAIN RECURSIVE OUTPUT FUNCTION -- */
 
 static int
 output_val(PyObject* output, PyObject* value, TType type, PyObject* typeargs) {
@@ -936,7 +951,7 @@
 }
 
 
-/* --- MAIN RECURSIVE INPUT FUCNTION --- */
+/* --- MAIN RECURSIVE INPUT FUNCTION --- */
 
 // Returns a new reference.
 static PyObject*
@@ -1028,7 +1043,7 @@
 }
 
 len = readI32(input);
-if (!check_ssize_t_32(len)) {
+if (!check_list_length(len)) {
   return NULL;
 }
 
@@ -1164,7 +1179,7 @@
   PyObject* typeargs = NULL;
   StructTypeArgs parsedargs;
   DecodeBuffer input = {0, 0};
-  
+
   if 

commit amarok for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2016-03-02 14:21:11

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


Package is "amarok"

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2016-01-09 
23:11:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2016-03-02 
14:21:13.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 16:19:27 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Added amarok-ffmpeg3.0.patch to build against ffmpeg-3.0
+  libraries on PMBS.
+---

New:

  amarok-ffmpeg3.0.patch



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.1cFyaY/_old  2016-03-02 14:21:15.0 +0100
+++ /var/tmp/diff_new_pack.1cFyaY/_new  2016-03-02 14:21:15.0 +0100
@@ -56,6 +56,7 @@
 Patch108:   0009-Fix-Ampache-plugin-connections.patch
 # PATCH-FIX-UPSTREAM Enable_Wikipedia_over_SSL.patch boo#934730, kde#349313 - 
Unbreak Wikipedia applet by enabling SSL
 Patch109:   Enable_Wikipedia_over_SSL.patch
+Patch110:   amarok-ffmpeg3.0.patch
 # Required for the fdupes macro
 BuildRequires:  fdupes
 BuildRequires:  gdk-pixbuf-devel
@@ -122,6 +123,7 @@
 %patch107 -p1
 %patch108 -p1
 %patch109 -p1
+%patch110 -p0
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{SOURCE99} '+%%b %%e %%Y')

++ amarok-ffmpeg3.0.patch ++
--- src/musicbrainz/MusicDNSAudioDecoder.cpp.orig   2013-08-14 
‏‎22:22:52.0 +0200
+++ src/musicbrainz/MusicDNSAudioDecoder.cpp2016-02-26 15:55:31.0 
+0100
@@ -223,7 +223,7 @@
 {
 if( !decodedFrame )
 {
-decodedFrame = avcodec_alloc_frame();
+decodedFrame = av_frame_alloc();
 if( !decodedFrame )
 {
 warning() << "Unable to allocate enough memory to 
decode file.";
@@ -231,7 +231,7 @@
 break;
 }
 else
-avcodec_get_frame_defaults( decodedFrame );
+av_frame_unref( decodedFrame );
 }
 
 decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, 
,  );
@@ -341,7 +341,7 @@
 {
 if( !decodedFrame )
 {
-decodedFrame = avcodec_alloc_frame();
+decodedFrame = av_frame_alloc();
 if( !decodedFrame )
 {
 warning() << "Unable to allocate enough memory to 
decode file.";
@@ -349,7 +349,7 @@
 break;
 }
 else
-avcodec_get_frame_defaults( decodedFrame );
+av_frame_unref( decodedFrame );
 }
 
 decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, 
,  );
@@ -459,7 +459,7 @@
 {
 if( !decodedFrame )
 {
-decodedFrame = avcodec_alloc_frame();
+decodedFrame = av_frame_alloc();
 if( !decodedFrame )
 {
 warning() << "Unable to allocate enough memory to 
decode file.";
@@ -467,7 +467,7 @@
 break;
 }
 else
-avcodec_get_frame_defaults( decodedFrame );
+av_frame_unref( decodedFrame );
 }
 
 decoderRet = avcodec_decode_audio4( pCodecCtx, decodedFrame, 
,  );



commit python-psutil for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-03-02 14:21:18

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


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-01-26 10:14:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-03-02 14:21:19.0 +0100
@@ -1,0 +2,41 @@
+Wed Feb 17 19:18:13 UTC 2016 - mich...@stroeder.com
+
+- update to version 4.0.0
+
+**Enhancements**
+
+- #523: [Linux, FreeBSD] disk_io_counters() return a new "busy_time" field.
+- #660: [Windows] make.bat is smarter in finding alternative VS install
+  locations.  (patch by mpderbec)
+- #732: Process.environ().  (patch by Frank Benkstein)
+- #753: [Linux, OSX, Windows] Process USS and PSS (Linux) "real" memory stats.
+  (patch by Eric Rahm)
+- #755: Process.memory_percent() "memtype" parameter.
+- #758: tests now live in psutil namespace.
+- #760: expose OS constants (psutil.LINUX, psutil.OSX, etc.)
+- #756: [Linux] disk_io_counters() return 2 new fields: read_merged_count and
+  write_merged_count.
+- #762: new scripts/procsmem.py script.
+
+**Bug fixes**
+
+- #704: [Solaris] psutil does not compile on Solaris sparc.
+- #734: on Python 3 invalid UTF-8 data is not correctly handled for process
+  name(), cwd(), exe(), cmdline() and open_files() methods resulting in
+  UnicodeDecodeError exceptions. 'surrogateescape' error handler is now
+  used as a workaround for replacing the corrupted data.
+- #737: [Windows] when the bitness of psutil and the target process was
+  different cmdline() and cwd() could return a wrong result or incorrectly
+  report an AccessDenied error.
+- #741: [OpenBSD] psutil does not compile on mips64.
+- #751: [Linux] fixed call to Py_DECREF on possible Null object.
+- #754: [Linux] cmdline() can be wrong in case of zombie process.
+- #759: [Linux] Process.memory_maps() may return paths ending with " (deleted)"
+- #761: [Windows] psutil.boot_time() wraps to 0 after 49 days.
+- #764: [NetBSD] fix compilation on NetBSD-6.x.
+- #766: [Linux] net_connections() can't handle malformed /proc/net/unix file.
+- #767: [Linux] disk_io_counters() may raise ValueError on 2.6 kernels and it's
+  broken on 2.4 kernels.
+- #770: [NetBSD] disk_io_counters() metrics didn't update.
+
+---

Old:

  psutil-3.4.2.tar.gz

New:

  psutil-4.0.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.1n1UAy/_old  2016-03-02 14:21:20.0 +0100
+++ /var/tmp/diff_new_pack.1n1UAy/_new  2016-03-02 14:21:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:3.4.2
+Version:4.0.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO
 %{python_sitearch}/psutil/
 %{python_sitearch}/psutil/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py*.egg-info

++ psutil-3.4.2.tar.gz -> psutil-4.0.0.tar.gz ++
 20051 lines of diff (skipped)




commit MozillaThunderbird for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2016-03-02 14:20:52

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-02-25 22:03:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2016-03-02 14:20:54.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 15:45:19 UTC 2016 - astie...@suse.com
+
+- adjust _constraints to current peak build memory and disk usage
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.xX15p4/_old  2016-03-02 14:21:06.0 +0100
+++ /var/tmp/diff_new_pack.xX15p4/_new  2016-03-02 14:21:06.0 +0100
@@ -2,10 +2,10 @@
 
   
 
-  9
+  11
 
 
-  3800
+  6000
 
   
 





commit xen for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2016-03-02 14:20:57

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


Package is "xen"

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2016-02-25 22:02:13.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2016-03-02 
14:21:07.0 +0100
@@ -1,0 +2,26 @@
+Wed Feb 24 08:05:02 MST 2016 - carn...@suse.com
+
+- bsc#968004 - VUL-0: CVE-2016-2538: xen: usb: integer overflow in
+  remote NDIS control message handling
+  
CVE-2016-2538-qemuu-usb-integer-overflow-in-remote-NDIS-message-handling.patch
+
+---
+Thu Feb 18 10:39:00 MST 2016 - carn...@suse.com
+
+- bsc#954872 - L3: script block-dmmd not working as expected -
+  libxl: error: libxl_dm.c
+  block-dmmd
+- Update libxl to recognize dmmd and npiv prefix in disk spec
+  xen.libxl.dmmd.patch
+
+---
+Wed Feb 17 08:30:35 MST 2016 - carn...@suse.com
+
+- bsc#967101 - VUL-0: CVE-2016-2391: xen: usb: multiple eof_timers
+  in ohci module leads to null pointer dereference
+  CVE-2016-2391-qemuu-usb-null-pointer-dereference-in-ohci-module.patch
+- bsc#967090 - VUL-0: CVE-2016-2392: xen: usb: null pointer
+  dereference in remote NDIS control message handling
+  
CVE-2016-2392-qemuu-usb-null-pointer-dereference-in-NDIS-message-handling.patch
+
+---
@@ -36,0 +63,11 @@
+
+---
+Fri Feb  5 13:07:53 MST 2016 - carn...@suse.com
+
+- bsc#965315 - VUL-0: CVE-2016-2270: xen: x86: inconsistent
+  cachability flags on guest mappings (XSA-154)
+  xsa154.patch
+  xsa154-fix.patch
+- bsc#965317 - VUL-0: CVE-2016-2271: xen: VMX: guest user mode may
+  crash guest with non-canonical RIP (XSA-170)
+  xsa170.patch

New:

  CVE-2016-2391-qemuu-usb-null-pointer-dereference-in-ohci-module.patch
  
CVE-2016-2392-qemuu-usb-null-pointer-dereference-in-NDIS-message-handling.patch
  CVE-2016-2538-qemuu-usb-integer-overflow-in-remote-NDIS-message-handling.patch
  xen.libxl.dmmd.patch
  xsa154-fix.patch
  xsa154.patch
  xsa170.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.DdfhB8/_old  2016-03-02 14:21:10.0 +0100
+++ /var/tmp/diff_new_pack.DdfhB8/_new  2016-03-02 14:21:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xen
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # needssslcertforbuild
 
 Name:   xen
@@ -207,11 +206,14 @@
 Patch2: 5628fc67-libxl-No-emulated-disk-driver-for-xvdX-disk.patch
 Patch3: 5644b756-x86-HVM-don-t-inject-DB-with-error-code.patch
 Patch4: 
5649bcbe-libxl-relax-readonly-check-introduced-by-XSA-142-fix.patch
+Patch15401: xsa154.patch
+Patch15402: xsa154-fix.patch
 Patch15501: xsa155-xen-0001-xen-Add-RING_COPY_REQUEST.patch
 Patch15502: xsa155-xen-0002-blktap2-Use-RING_COPY_REQUEST.patch
 Patch15503: xsa155-xen-0003-libvchan-Read-prod-cons-only-once.patch
 Patch162:   xsa162-qemuu.patch
 Patch164:   xsa164.patch
+Patch170:   xsa170.patch
 # Upstream qemu
 Patch250:   VNC-Support-for-ExtendedKeyEvent-client-message.patch
 Patch251:   0001-net-move-the-tap-buffer-into-TAPState.patch
@@ -254,6 +256,9 @@
 Patch289:   
CVE-2015-5278-qemut-Infinite-loop-in-ne2000_receive-function.patch
 Patch290:   CVE-2015-6855-qemuu-ide-divide-by-zero-issue.patch
 Patch291:   
CVE-2015-8619-qemuu-stack-based-OOB-write-in-hmp_sendkey-routine.patch
+Patch292:   
CVE-2016-2392-qemuu-usb-null-pointer-dereference-in-NDIS-message-handling.patch
+Patch293:   
CVE-2016-2391-qemuu-usb-null-pointer-dereference-in-ohci-module.patch
+Patch294:   
CVE-2016-2538-qemuu-usb-integer-overflow-in-remote-NDIS-message-handling.patch
 # Our platform specific patches
 Patch321:   xen-destdir.patch
 Patch322:   vif-bridge-no-iptables.patch
@@ -309,6 +314,7 @@
 Patch472:   tigervnc-long-press.patch
 Patch473:   xendomains-libvirtd-conflict.patch
 Patch474:   CVE-2014-0222-blktap-qcow1-validate-l2-table-size.patch
+Patch475:   xen.libxl.dmmd.patch
 # Hypervisor and PV driver Patches
 Patch501:   x86-ioapic-ack-default.patch
 Patch502:   

commit firebird for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package firebird for openSUSE:Factory 
checked in at 2016-03-02 14:20:41

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


Package is "firebird"

Changes:

--- /work/SRC/openSUSE:Factory/firebird/firebird-classic.changes
2015-08-05 19:13:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.firebird.new/firebird-classic.changes   
2016-03-02 14:20:43.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 26 12:38:00 UTC 2016 - rguent...@suse.com
+
+- Build with -std=gnu++98 -fno-lifetime-dse for GCC 5+ to avoid
+  issues with the old C++ code-base and its undefined behavior.  [bnc#964466]
+
+---
firebird.changes: same change



Other differences:
--
++ firebird-classic.spec ++
--- /var/tmp/diff_new_pack.WjwgWc/_old  2016-03-02 14:20:44.0 +0100
+++ /var/tmp/diff_new_pack.WjwgWc/_new  2016-03-02 14:20:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird-classic
 #
-# 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
@@ -103,6 +103,9 @@
 
 %build
 rm -vf builds/make.new/config/config.{guess,sub}
+%if 0%{suse_version} > 1320
+export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98 -fno-lifetime-dse"
+%endif
 ./autogen.sh --prefix=%{_prefix} \
   --with-system-icu --with-system-editline \
   --with-fbbin=%{_bindir} --with-fbsbin=%{_sbindir} \

++ firebird.spec ++
--- /var/tmp/diff_new_pack.WjwgWc/_old  2016-03-02 14:20:44.0 +0100
+++ /var/tmp/diff_new_pack.WjwgWc/_new  2016-03-02 14:20:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package firebird
 #
-# 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
@@ -96,6 +96,9 @@
 
 %build
 rm -vf builds/make.new/config/config.{guess,sub}
+%if 0%{suse_version} > 1320
+export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98 -fno-lifetime-dse"
+%endif
 ./autogen.sh --prefix=%{_prefix} \
   --enable-superserver \
   --with-system-icu --with-system-editline \




commit plasma5-workspace for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2016-03-02 14:20:29

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


Package is "plasma5-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2016-02-11 12:35:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2016-03-02 14:20:31.0 +0100
@@ -1,0 +2,23 @@
+Fri Feb 26 15:09:14 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update plasmashell-disable-windowclosing-on-logout.patch to
+  upstream version (but apply it for Qt >= 5.5.1)
+
+---
+Thu Feb 25 21:52:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added fix-session-switch.patch (kde#356945, boo#967538)
+
+---
+Fri Feb 19 18:22:22 UTC 2016 - wba...@tmo.at
+
+- Added plasmashell-disable-windowclosing-on-logout.patch: prevent
+  plasma from closing too early on logout resulting in an unusable
+  desktop if the logout is cancelled (boo#955280, kde#349805)
+
+---
+Tue Feb 16 22:00:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added kuiserver5_qApp.patch (boo#965922)
+
+---

New:

  fix-session-switch.patch
  kuiserver5_qApp.patch
  plasmashell-disable-windowclosing-on-logout.patch



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.CuIrSh/_old  2016-03-02 14:20:32.0 +0100
+++ /var/tmp/diff_new_pack.CuIrSh/_new  2016-03-02 14:20:32.0 +0100
@@ -34,8 +34,13 @@
 Patch1: create_kdehome.patch
 # PATCH-FIX_OPENSUSE fix-breeze-sddm-theme-with-many-users.patch 
alarr...@suse.com -- Asks for user/password and hide the user list when there's 
a large number of users
 Patch2: fix-breeze-sddm-theme-with-many-users.patch
+# PATCH-FIX_OPENSUSE kuiserver5_qApp.patch -- kuiserver can't be a 
QCoreApplications as it uses QWidget
+Patch3: kuiserver5_qApp.patch
+# PATCH-FIX_OPENSUSE plasmashell-disable-windowclosing-on-logout.patch 
kde#349805 wba...@tmo.at -- Prevent plasma from closing too early on logout 
resulting in an unusable desktop if the logout is cancelled
+Patch4: plasmashell-disable-windowclosing-on-logout.patch
 # PATCHES 100-200 and above are from upstream 5.5 branch
 Patch100:   reset-the-model-on-list-always-shown-hide-change.patch
+Patch101:   fix-session-switch.patch
 # PATCHES 201-300 and above are from upstream master/5.6 branch
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
@@ -204,7 +209,10 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %patch100 -p1
+%patch101 -p1
 
 %build
   %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm 
-DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ fix-session-switch.patch ++
From: Kai Uwe Broulik 
Date: Thu, 25 Feb 2016 21:16:22 +
Subject: [User Switcher] Fix session switching when automatic screen locking is 
enabled
X-Git-Url: 
http://quickgit.kde.org/?p=plasma-workspace.git=commitdiff=7a0096ba99d7a71ae9f45d7c0011d0ebb1eae23d
---
[User Switcher] Fix session switching when automatic screen locking is enabled

When automatic screen locking is enabled, we want to ensure the screen is fully 
locked
before we switch sessions or go to the login screen to avoid brief exposure of 
the desktop
when we return.

This check happens asynchronously and because the User Switcher dialog closes 
immediately
after issuing the switch request, the SessionsModel is already destroyed and 
the reply is never
actually processed.

BUG: 356945
FIXED-IN: 5.5.5

Differential Revision: https://phabricator.kde.org/D1020
---


--- a/components/sessionsprivate/sessionsmodel.cpp
+++ b/components/sessionsprivate/sessionsmodel.cpp
@@ -45,8 +45,10 @@
 if (active) {
 if (m_pendingVt) {
 m_displayManager.switchVT(m_pendingVt);
+emit switchedUser(m_pendingVt);
 } else if (m_pendingReserve) {
 m_displayManager.startReserve();
+emit startedNewSession();
 }
 
 m_pendingVt = 0;
@@ -78,6 +80,7 @@
 
 if (!shouldLock) {
 m_displayManager.switchVT(vt);
+emit switchedUser(vt);
 return;
 }
 
@@ -85,6 +88,7 @@
 if (locked) {
 // already locked, switch right away
 m_displayManager.switchVT(vt);
+emit 

commit dolphin for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2016-03-02 14:20:34

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


Package is "dolphin"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2016-02-22 
10:14:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2016-03-02 
14:20:36.0 +0100
@@ -1,0 +2,7 @@
+Fri Feb 26 15:34:41 UTC 2016 - wba...@tmo.at
+
+- Remove the --icon parameter (%i) from the command line in
+  dolphinsu.desktop, it isn't necessary and it makes dolphin crash
+  on exit due to a bug in Frameworks (boo#965514, kde#359758)
+
+---



Other differences:
--
++ dolphinsu.desktop ++
--- /var/tmp/diff_new_pack.z2aKHA/_old  2016-03-02 14:20:37.0 +0100
+++ /var/tmp/diff_new_pack.z2aKHA/_new  2016-03-02 14:20:37.0 +0100
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=File Manager - Super User Mode
-Exec=dbus-launch dolphin %i -qwindowtitle "%c" "%u"
+Exec=dbus-launch dolphin -qwindowtitle "%c" "%u"
 Icon=system-file-manager
 Type=Application
 X-DocPath=dolphin/index.html




commit kdeclarative for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package kdeclarative for openSUSE:Factory 
checked in at 2016-03-02 14:20:46

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


Package is "kdeclarative"

Changes:

--- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes
2016-02-24 18:54:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes   
2016-03-02 14:20:47.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb 26 18:54:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Add %requires_eq libQt5Core5 to the libKF5Declarative5 subpackage
+   * QQmlPropertyMap leaks private but exported QObjectPrivate symbol:
+ https://bugreports.qt.io/browse/QTBUG-46433 and
+ https://bugs.launchpad.net/bugs/1426335
+
+---



Other differences:
--
++ kdeclarative.spec ++
--- /var/tmp/diff_new_pack.XW9uoX/_old  2016-03-02 14:20:48.0 +0100
+++ /var/tmp/diff_new_pack.XW9uoX/_new  2016-03-02 14:20:48.0 +0100
@@ -57,6 +57,9 @@
 %package -n %lname
 Summary:Integration of QML and KDE workspaces
 Group:  System/GUI/KDE
+# QQmlPropertyMap leaks private but exported QObjectPrivate symbol
+# https://bugreports.qt.io/browse/QTBUG-46433 and 
https://bugs.launchpad.net/bugs/1426335
+%requires_eq libQt5Core5
 %if %{with lang}
 Recommends: %lname-lang = %{version}
 %endif




commit python-google-apputils for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python-google-apputils for 
openSUSE:Factory checked in at 2016-03-02 14:20:09

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


Package is "python-google-apputils"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-google-apputils/python-google-apputils.changes
2015-12-18 21:51:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-google-apputils.new/python-google-apputils.changes
   2016-03-02 14:20:11.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 13:09:37 UTC 2016 - tbecht...@suse.com
+
+- Require python-python-dateutil. package was renamed
+
+---



Other differences:
--
++ python-google-apputils.spec ++
--- /var/tmp/diff_new_pack.eBd6jd/_old  2016-03-02 14:20:12.0 +0100
+++ /var/tmp/diff_new_pack.eBd6jd/_new  2016-03-02 14:20:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-google-apputils
 #
-# 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
@@ -32,9 +32,9 @@
 Patch0: apputils_stripShebang.patch
 BuildRequires:  fdupes
 BuildRequires:  python
-BuildRequires:  python-dateutil
 BuildRequires:  python-gflags
 BuildRequires:  python-mox
+BuildRequires:  python-python-dateutil
 BuildRequires:  python-pytz
 BuildRequires:  python-setuptools
 BuildRequires:  python-unittest2




commit kxmlgui for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2016-03-02 14:20:23

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


Package is "kxmlgui"

Changes:

--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2016-02-24 
18:57:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new/kxmlgui.changes 2016-03-02 
14:20:24.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 26 14:56:56 UTC 2016 - wba...@tmo.at
+
+- Enable use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
+  unconditionally, the updated libqt5-qtbase is in Tumbleweed now
+
+---



Other differences:
--
++ kxmlgui.spec ++
--- /var/tmp/diff_new_pack.trLsmF/_old  2016-03-02 14:20:25.0 +0100
+++ /var/tmp/diff_new_pack.trLsmF/_new  2016-03-02 14:20:25.0 +0100
@@ -55,7 +55,7 @@
 # PATCH-FIX-UPSTREAM fix-session-saving.patch -- kde#354724, boo#955280
 Patch0: fix-session-saving.patch
 # PATCH-FIX-UPSTREAM 
use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch -- We can enable 
usage of setFallbackSessionManagementEnabled function
-# with Qt 5.5.1, as we have the qtbase patch backported. For now only apppy 
patch on 42.1 Leap, as TW doesn't have that patch yet -- #354724, boo#955280
+# with Qt 5.5.1, as we have the qtbase patch backported -- kde#354724, 
boo#955280
 Patch1: use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -100,9 +100,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 %patch1 -p1
-%endif
 
 %build
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}




commit kdelibs4support for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2016-03-02 14:20:17

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


Package is "kdelibs4support"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2016-02-24 18:54:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 
2016-03-02 14:20:19.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 26 14:59:32 UTC 2016 - wba...@tmo.at
+
+- Enable use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
+  unconditionally, the updated libqt5-qtbase is in Tumbleweed now
+
+---



Other differences:
--
++ kdelibs4support.spec ++
--- /var/tmp/diff_new_pack.WW1Xd5/_old  2016-03-02 14:20:20.0 +0100
+++ /var/tmp/diff_new_pack.WW1Xd5/_new  2016-03-02 14:20:20.0 +0100
@@ -79,7 +79,7 @@
 # PATCH-FIX-UPSTREAM fix-session-saving.patch -- kde#354724, boo#955280
 Patch0: fix-session-saving.patch
 # PATCH-FIX-UPSTREAM 
use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch -- We can enable 
usage of setFallbackSessionManagementEnabled function
-# with Qt 5.5.1, as we have the qtbase patch backported. For now only apppy 
patch on 42.1 Leap, as TW doesn't have that patch yet -- #354724, boo#955280
+# with Qt 5.5.1, as we have the qtbase patch backported. -- kde#354724, 
boo#955280
 Patch1: use-setFallbackSessionManagementEnabled-API-with-5.5.1.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -194,9 +194,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 %patch1 -p1
-%endif
 
 %build
   %cmake_kf5 -d build




commit kernel-source for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-03-02 14:19:58

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-02-26 22:18:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-03-02 14:20:00.0 +0100
@@ -1,0 +2,38 @@
+Fri Feb 26 10:54:10 CET 2016 - jsl...@suse.cz
+
+- genirq: Validate action before dereferencing it in
+  handle_irq_event_percpu() (bnc#968396).
+- commit 171b8f1
+
+---
+Fri Feb 26 08:35:54 CET 2016 - jsl...@suse.cz
+
+- Linux 4.4.3 (boo#962250 bsc#960910).
+- Delete
+  patches.fixes/Revert-xfs-clear-PF_NOFREEZE-for-xfsaild-kthread.
+- Delete
+  patches.suse/btrfs-fix-fitrim-discarding-device-area-reserved-for.patch.
+- commit 3ae1dff
+
+---
+Wed Feb 24 18:29:02 CET 2016 - dste...@suse.com
+
+- btrfs: remove error message from search ioctl for nonexistent tree.
+- commit 2629d17
+
+---
+Wed Feb 24 17:08:52 CET 2016 - ti...@suse.de
+
+- drm/nouveau/display: Enable vblank irqs after display engine
+  is on again (bsc#962535).
+- drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on()
+  (v2) (bsc#962535).
+- drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
+  (bsc#962535).
+- drm: Prevent vblank counter bumps > 1 with active vblank
+  clients. (v2) (bsc#962535).
+- drm: No-Op redundant calls to drm_vblank_off() (v2)
+  (bsc#962535).
+- commit 46e3b92
+
+---
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.L4FMfq/_old  2016-03-02 14:20:05.0 +0100
+++ /var/tmp/diff_new_pack.L4FMfq/_new  2016-03-02 14:20:05.0 +0100
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.4
-%define patchversion 4.4.2
+%define patchversion 4.4.3
 %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.4.2
+Version:4.4.3
 %if 0%{?is_kotd}
-Release:.gc601f8d
+Release:.g171b8f1
 %else
 Release:0
 %endif

kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.L4FMfq/_old  2016-03-02 14:20:05.0 +0100
+++ /var/tmp/diff_new_pack.L4FMfq/_new  2016-03-02 14:20:05.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.4.2
+%define patchversion 4.4.3
 %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.4.2
+Version:4.4.3
 %if 0%{?is_kotd}
-Release:.gc601f8d
+Release:.g171b8f1
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.L4FMfq/_old  2016-03-02 14:20:05.0 +0100
+++ /var/tmp/diff_new_pack.L4FMfq/_new  2016-03-02 14:20:05.0 +0100
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.4
-%define patchversion 4.4.2
+%define patchversion 4.4.3
 %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.4.2
+Version:4.4.3
 %if 0%{?is_kotd}
-Release:.gc601f8d
+Release:.g171b8f1
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.L4FMfq/_old  2016-03-02 14:20:05.0 +0100
+++ /var/tmp/diff_new_pack.L4FMfq/_new  2016-03-02 14:20:05.0 +0100
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.4.2
+%define patchversion 4.4.3
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -51,9 +51,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.4.2
+Version:4.4.3
 %if 0%{?is_kotd}
-Release:.gc601f8d
+Release:.g171b8f1
 %else
 Release:0
 

commit usb_modeswitch for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package usb_modeswitch for openSUSE:Factory 
checked in at 2016-03-02 14:19:23

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


Package is "usb_modeswitch"

Changes:

--- /work/SRC/openSUSE:Factory/usb_modeswitch/usb_modeswitch.changes
2015-11-18 22:31:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.usb_modeswitch.new/usb_modeswitch.changes   
2016-03-02 14:19:25.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb 16 15:03:17 UTC 2016 - joerg.loren...@ki.tng.de
+
+- Update to version 2.3.0
+  * ATTENTION: -I flag is now history and being ignored - determining
+SCSI attributes is really an 'outside task'.
+  * -n flag (NeedResponse) is being ignored, CSW response will now
+always be read.
+  * Introduction of parameter "OptionMode", wrapping the standard
+bulk message for all newer Huawei devices.
+  * Fixed missing variable initialization in dispatcher script which
+could lead to crash (thanks, Dmitry Kunilov!).
+  * Fixed bug which prevented early logging.
+  * Fixed success report for Cisco AM10.
+  * Some source code formatting and clean-up.
+- Removed fix for bnc#899013, fixed upstream.
+
+---

Old:

  usb-modeswitch-2.2.6.tar.bz2
  usb-modeswitch-data-20151101.tar.bz2

New:

  usb-modeswitch-2.3.0.tar.bz2
  usb-modeswitch-data-20160112.tar.bz2



Other differences:
--
++ usb_modeswitch.spec ++
--- /var/tmp/diff_new_pack.gErBHM/_old  2016-03-02 14:19:26.0 +0100
+++ /var/tmp/diff_new_pack.gErBHM/_new  2016-03-02 14:19:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package usb_modeswitch
 #
-# 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,10 +17,10 @@
 
 
 %define source_nameusb-modeswitch
-%define date   20151101
+%define date   20160112
 %define _udevdir %(pkg-config --variable=udevdir udev)
 Name:   usb_modeswitch
-Version:2.2.6
+Version:2.3.0
 Release:0
 Summary:A mode switching tool for controlling multiple-device USB gear
 License:GPL-2.0+
@@ -69,28 +69,6 @@
 cd %{source_name}-data-%{date}
 make DESTDIR=%{buildroot} install %{?_smp_mflags} 
RULESDIR=%{buildroot}%{_udevdir}/rules.d
 
-### TO REMOVE ONCE IN UPSTREAM DATA PACKAGE, FIX BNC 899013 ###
-
-cat > %{buildroot}/%{_datadir}/usb_modeswitch/12d1:1583 < %{buildroot}/%{_datadir}/usb_modeswitch/12d1:1582 < usb-modeswitch-2.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usb-modeswitch-2.2.6/ChangeLog 
new/usb-modeswitch-2.3.0/ChangeLog
--- old/usb-modeswitch-2.2.6/ChangeLog  2015-11-01 09:09:22.0 +0100
+++ new/usb-modeswitch-2.3.0/ChangeLog  2016-01-13 07:53:03.0 +0100
@@ -2,6 +2,15 @@
 History of USB_ModeSwitch
 =
 
+Version 2.3.0, 2016/01/12
+ATTENTION: -I flag is now history and being ignored - determining SCSI
+attributes is really an 'outside task'; -n flag (NeedResponse) is being
+ignored, CSW response will now always be read; introduction of parameter
+"OptionMode", wrapping the standard bulk message for all newer Huawei
+devices; fixed missing variable initialization in dispatcher script which
+could lead to crash (thanks, Dmitry Kunilov!); fixed bug which prevented
+early logging; fixed success report for Cisco AM10; some source code
+formatting and clean-up
 Version 2.2.6, 2015/11/01
 Renamed function abort(), avoiding possible conflicts in static builds
 with libjim (thanks, Gustavo Zacharias); removed storage class check of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usb-modeswitch-2.2.6/Makefile 
new/usb-modeswitch-2.3.0/Makefile
--- old/usb-modeswitch-2.2.6/Makefile   2015-11-01 09:10:12.0 +0100
+++ new/usb-modeswitch-2.3.0/Makefile   2016-01-11 19:53:39.0 +0100
@@ -1,5 +1,5 @@
 PROG= usb_modeswitch
-VERS= 2.2.6
+VERS= 2.3.0
 CC  ?= gcc
 CFLAGS  += -Wall
 LIBS= `pkg-config --libs --cflags libusb-1.0`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usb-modeswitch-2.2.6/dispatcher.c 
new/usb-modeswitch-2.3.0/dispatcher.c
--- old/usb-modeswitch-2.2.6/dispatcher.c   2015-06-20 15:19:19.0 
+0200
+++ new/usb-modeswitch-2.3.0/dispatcher.c   2016-01-12 

commit kservice for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package kservice for openSUSE:Factory 
checked in at 2016-03-02 14:19:49

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


Package is "kservice"

Changes:

--- /work/SRC/openSUSE:Factory/kservice/kservice.changes2016-02-24 
18:58:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.kservice.new/kservice.changes   2016-03-02 
14:19:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 28 12:39:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Drop totally wrong list-local-mimeapps-last.patch
+
+---

Old:

  list-local-mimeapps-last.patch



Other differences:
--
++ kservice.spec ++
--- /var/tmp/diff_new_pack.J7CzGF/_old  2016-03-02 14:19:52.0 +0100
+++ /var/tmp/diff_new_pack.J7CzGF/_new  2016-03-02 14:19:52.0 +0100
@@ -51,8 +51,6 @@
 Patch0: kservice-desktop-translations.patch
 # PATCH-FIX-OPENSUSE dont-show-yast-modules-in-the-applications-menu.patch -- 
hide the YaST modules from the application menu
 Patch1: dont-show-yast-modules-in-the-applications-menu.patch
-# PATCH-FIX-OPENSUSE list-local-mimeapps-last.patch -- list local 
mimeapps.list last to QListIterator, so it's respected before global ones -- 
boo#966739
-Patch2: list-local-mimeapps-last.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -78,7 +76,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
   %cmake_kf5 -d build -- -DAPPLICATIONS_MENU_NAME="kf5-applications.menu"




commit icmake for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package icmake for openSUSE:Factory checked 
in at 2016-03-02 14:19:44

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


Package is "icmake"

Changes:

--- /work/SRC/openSUSE:Factory/icmake/icmake.changes2016-01-13 
22:45:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.icmake.new/icmake.changes   2016-03-02 
14:19:45.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 28 11:08:56 UTC 2016 - mplus...@suse.com
+
+- Update to 8.01.00
+  * See changelog for details
+
+---

Old:

  8.00.05.tar.gz

New:

  8.01.00.tar.gz



Other differences:
--
++ icmake.spec ++
--- /var/tmp/diff_new_pack.ZJtqKI/_old  2016-03-02 14:19:46.0 +0100
+++ /var/tmp/diff_new_pack.ZJtqKI/_new  2016-03-02 14:19:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   icmake
-Version:8.00.05
+Version:8.01.00
 Release:0
 Summary:A program maintenance (make) utility using a C-like grammar
 License:GPL-3.0
@@ -67,14 +67,18 @@
 %{_bindir}/icmbuild
 %{_bindir}/icmstart
 %{_bindir}/icmun
-%{_datadir}/%{name}
-%dir %{_libdir}/%{name}
+%{_mandir}/man1/icmake.1%{ext_man}
+%{_mandir}/man1/icmbuild.1%{ext_man}
+%{_mandir}/man1/icmstart.1%{ext_man}
+%{_mandir}/man7/icmconf.7%{ext_man}
+%{_mandir}/man7/icmstart.rc.7%{ext_man}
+%{_datadir}/icmake
+%dir %{_libdir}/icmake
 %{_libdir}/icmake/icm-comp
 %{_libdir}/icmake/icm-exec
 %{_libdir}/icmake/icm-pp
-%dir %{_sysconfdir}/%{name}
-%config %{_sysconfdir}/%{name}/*
-%{_mandir}/man1/*
-%{_mandir}/man7/*
+%dir %{_sysconfdir}/icmake
+%config %{_sysconfdir}/icmake/icmake.rc
+%config %{_sysconfdir}/icmake/icmstart.rc
 
 %changelog

++ 8.00.05.tar.gz -> 8.01.00.tar.gz ++
 9888 lines of diff (skipped)

++ prevent-double-slash.patch ++
--- /var/tmp/diff_new_pack.ZJtqKI/_old  2016-03-02 14:19:47.0 +0100
+++ /var/tmp/diff_new_pack.ZJtqKI/_new  2016-03-02 14:19:47.0 +0100
@@ -1,7 +1,7 @@
-Index: icmake-8.00.05/icmake/icm_prepare
+Index: icmake-8.01.00/icmake/icm_prepare
 ===
 icmake-8.00.05.orig/icmake/icm_prepare
-+++ icmake-8.00.05/icmake/icm_prepare
+--- icmake-8.01.00.orig/icmake/icm_prepare
 icmake-8.01.00/icmake/icm_prepare
 @@ -27,7 +27,7 @@ try mkdir -p tmp
  
  echoWriting tmp/ROOT
@@ -11,10 +11,10 @@
   
  . scripts/conversions
  
-Index: icmake-8.00.05/icmake/scripts/conversions
+Index: icmake-8.01.00/icmake/scripts/conversions
 ===
 icmake-8.00.05.orig/icmake/scripts/conversions
-+++ icmake-8.00.05/icmake/scripts/conversions
+--- icmake-8.01.00.orig/icmake/scripts/conversions
 icmake-8.01.00/icmake/scripts/conversions
 @@ -3,7 +3,7 @@ CONFIG=INSTALL.im
  . VERSION
  . tmp/ROOT




commit loudmouth for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package loudmouth for openSUSE:Factory 
checked in at 2016-03-02 14:19:33

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


Package is "loudmouth"

Changes:

--- /work/SRC/openSUSE:Factory/loudmouth/loudmouth.changes  2015-11-12 
19:35:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.loudmouth.new/loudmouth.changes 2016-03-02 
14:19:34.0 +0100
@@ -1,0 +2,22 @@
+Sun Feb 28 00:44:19 UTC 2016 - mrueck...@suse.de
+
+- update to 1.5.3
+  - Switch to SHA256 fingerprints.
+  - Do not load system certificates if trusted certs are explicitly
+provided.
+  - Improve automake/autoconf support.
+
+---
+Thu Feb 18 17:37:31 UTC 2016 - mrueck...@suse.de
+
+- update to 1.5.2
+  - openssl: always fill the fingerprint field of LmSSL
+  - try generic cc before testing for gcc
+  - remove libresolv relict
+  - include the right gssapi.h
+  - Add libasyncns to Libs.private
+  - Add the new API to the reference documentation
+- update Url field to point to the github project instead of the
+  unrelated website
+
+---

Old:

  loudmouth-1.5.1.tar.bz2

New:

  loudmouth-1.5.3.tar.bz2



Other differences:
--
++ loudmouth.spec ++
--- /var/tmp/diff_new_pack.bTZHuI/_old  2016-03-02 14:19:35.0 +0100
+++ /var/tmp/diff_new_pack.bTZHuI/_new  2016-03-02 14:19:35.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   loudmouth
-Version:1.5.1
+Version:1.5.3
 Release:0
 Summary:Jabber Client Library Written in C
 License:LGPL-2.1+
 Group:  Productivity/Networking/Other
-Url:http://www.loudmouth-project.org/
+Url:https://github.com/mcabber/loudmouth
 Source: https://mcabber.com/files/loudmouth/%{name}-%{version}.tar.bz2
 BuildRequires:  check-devel
 BuildRequires:  openssl-devel
@@ -79,6 +79,7 @@
 %configure\
--disable-static \
--with-ssl=openssl \
+   --enable-gtk-doc-html \
--enable-gtk-doc
 make %{?_smp_mflags}
 

++ loudmouth-1.5.1.tar.bz2 -> loudmouth-1.5.3.tar.bz2 ++
 27477 lines of diff (skipped)




commit geoclue2 for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2016-03-02 14:19:38

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


Package is "geoclue2"

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2015-12-27 
01:59:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2016-03-02 
14:19:40.0 +0100
@@ -1,0 +2,19 @@
+Sat Feb 27 17:43:18 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.4.2:
+  + Reliable desktop ID detection for xdg-app. This together with
+latest gnome-shell and gnome-control-center, allows for
+per-application geolocation access controls.
+  + Don't require xdg-app applications to pass a valid desktop ID
+since Geoclue can automatically detect it.
+  + Don't allow xdg-app application to become user-authorization
+agents.
+  + Correct introspection namespace version for libgeoclue.
+  + Option to disable the backend build.
+  + Demo: Provide reason to access location data.
+  + Demo agent:
+- Critical log message on failing to show notification.
+- If app provides a reason string in it's desktop file, show
+  that to the user.
+
+---

Old:

  geoclue-2.4.0.tar.xz

New:

  geoclue-2.4.2.tar.xz



Other differences:
--
++ geoclue2.spec ++
--- /var/tmp/diff_new_pack.9Sz7Pn/_old  2016-03-02 14:19:41.0 +0100
+++ /var/tmp/diff_new_pack.9Sz7Pn/_new  2016-03-02 14:19:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geoclue2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _name geoclue
 %define dbus_user srvGeoClue
 Name:   geoclue2
-Version:2.4.0
+Version:2.4.2
 Release:0
 Summary:GeoLocation Framework
 License:GPL-2.0+

++ geoclue-2.4.0.tar.xz -> geoclue-2.4.2.tar.xz ++
 3831 lines of diff (skipped)




commit python3-setuptools for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2016-03-02 14:19:28

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


Package is "python3-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2016-02-28 02:28:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2016-03-02 14:19:29.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 27 16:37:15 UTC 2016 - a...@gmx.de
+
+- update to version 20.2.2:
+  * Issue #502: Correct regression in parsing of multiple version
+specifiers separated by commas and spaces.
+
+---

Old:

  setuptools-20.2.1.tar.gz

New:

  setuptools-20.2.2.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.QsxZ0P/_old  2016-03-02 14:19:30.0 +0100
+++ /var/tmp/diff_new_pack.QsxZ0P/_new  2016-03-02 14:19:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:20.2.1
+Version:20.2.2
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-20.2.1.tar.gz -> setuptools-20.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-20.2.1/CHANGES.txt 
new/setuptools-20.2.2/CHANGES.txt
--- old/setuptools-20.2.1/CHANGES.txt   2016-02-25 03:52:24.0 +0100
+++ new/setuptools-20.2.2/CHANGES.txt   2016-02-27 15:24:10.0 +0100
@@ -2,6 +2,12 @@
 CHANGES
 ===
 
+20.2.2
+--
+
+* Issue #502: Correct regression in parsing of multiple
+  version specifiers separated by commas and spaces.
+
 20.2.1
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-20.2.1/PKG-INFO 
new/setuptools-20.2.2/PKG-INFO
--- old/setuptools-20.2.1/PKG-INFO  2016-02-25 04:01:06.0 +0100
+++ new/setuptools-20.2.2/PKG-INFO  2016-02-27 15:48:30.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 20.2.1
+Version: 20.2.2
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://bitbucket.org/pypa/setuptools
 Author: Python Packaging Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-20.2.1/pavement.py 
new/setuptools-20.2.2/pavement.py
--- old/setuptools-20.2.1/pavement.py   1970-01-01 01:00:00.0 +0100
+++ new/setuptools-20.2.2/pavement.py   2016-02-27 15:18:39.0 +0100
@@ -0,0 +1,28 @@
+import re
+
+from paver.easy import task, path as Path
+import pip
+
+def remove_all(paths):
+   for path in paths:
+   path.rmtree() if path.isdir() else path.remove()
+
+@task
+def update_vendored():
+   vendor = Path('pkg_resources/_vendor')
+   remove_all(vendor.glob('packaging*'))
+   remove_all(vendor.glob('six*'))
+   remove_all(vendor.glob('pyparsing*'))
+   install_args = [
+   'install',
+   '-r', str(vendor/'vendored.txt'),
+   '-t', str(vendor),
+   ]
+   pip.main(install_args)
+   packaging = vendor / 'packaging'
+   for file in packaging.glob('*.py'):
+   text = file.text()
+   text = re.sub(r' (pyparsing|six)', r' pkg_resources.extern.\1', 
text)
+   file.write_text(text)
+   remove_all(vendor.glob('*.dist-info'))
+   remove_all(vendor.glob('*.egg-info'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/setuptools-20.2.1/pkg_resources/_vendor/packaging/__about__.py 
new/setuptools-20.2.2/pkg_resources/_vendor/packaging/__about__.py
--- old/setuptools-20.2.1/pkg_resources/_vendor/packaging/__about__.py  
2016-02-25 03:42:28.0 +0100
+++ new/setuptools-20.2.2/pkg_resources/_vendor/packaging/__about__.py  
2016-02-27 15:20:09.0 +0100
@@ -12,7 +12,7 @@
 __summary__ = "Core utilities for Python packages"
 __uri__ = "https://github.com/pypa/packaging;
 
-__version__ = "16.4"
+__version__ = "16.5"
 
 __author__ = "Donald Stufft and individual contributors"
 __email__ = "don...@stufft.io"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/setuptools-20.2.1/pkg_resources/_vendor/packaging/requirements.py 
new/setuptools-20.2.2/pkg_resources/_vendor/packaging/requirements.py
--- 

commit zypper for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2016-03-02 14:19:09

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2016-02-25 
21:56:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2016-03-02 
14:19:12.0 +0100
@@ -1,0 +2,21 @@
+Sun Feb 28 01:13:27 CET 2016 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Fri Feb 26 12:57:18 CET 2016 - m...@suse.de
+
+- man: Enhance description of Download-and-install mode options
+  (bsc#968254)
+- version 1.12.35
+
+---
+Wed Feb 24 15:22:53 CET 2016 - m...@suse.de
+
+- Return 106-ZYPPER_EXIT_INF_REPOS_SKIPPED if repos were skipped due
+  to a failing refresh (bsc#968006)
+- Fix repo import to honor enable and autorefresh flags (bsc#967673)
+- fix addlock man page header (boo#966760)
+- version 1.12.34
+
+---

Old:

  zypper-1.12.33.tar.bz2

New:

  zypper-1.12.35.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.zyUYt0/_old  2016-03-02 14:19:13.0 +0100
+++ /var/tmp/diff_new_pack.zyUYt0/_new  2016-03-02 14:19:13.0 +0100
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.12.33
+Version:1.12.35
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

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




commit xf86-input-libinput for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-libinput for 
openSUSE:Factory checked in at 2016-03-02 14:18:57

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


Package is "xf86-input-libinput"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes  
2015-12-29 13:00:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new/xf86-input-libinput.changes 
2016-03-02 14:18:58.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb 26 17:35:44 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.17.0:
+  + Fix compiler warnings about missing tablet event cases.
+  + Add property/option for enabling/disabling tap-n-drag.
+  + Fix default tapping drag lock property value.
+  + Allow hotplugging a device immediately.
+  + Change creating subdevices to something more generic.
+
+---

Old:

  xf86-input-libinput-0.16.0.tar.bz2
  xf86-input-libinput-0.16.0.tar.bz2.sig

New:

  xf86-input-libinput-0.17.0.tar.bz2
  xf86-input-libinput-0.17.0.tar.bz2.sig



Other differences:
--
++ xf86-input-libinput.spec ++
--- /var/tmp/diff_new_pack.7GHUF2/_old  2016-03-02 14:18:59.0 +0100
+++ /var/tmp/diff_new_pack.7GHUF2/_new  2016-03-02 14:18:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-libinput
 #
-# 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:   xf86-input-libinput
-Version:0.16.0
+Version:0.17.0
 Release:0
 Summary:Libinput driver for the Xorg X server
 License:MIT
@@ -28,10 +28,10 @@
 Source2:%{name}.keyring
 Patch0: n_enable-tapping.patch
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(inputproto)
-BuildRequires:  pkgconfig(libinput) >= 1.0.901
+BuildRequires:  pkgconfig(inputproto) >= 2.2
+BuildRequires:  pkgconfig(libinput) >= 1.1.901
 BuildRequires:  pkgconfig(xorg-macros) >= 1.13
-BuildRequires:  pkgconfig(xorg-server) >= 1.7
+BuildRequires:  pkgconfig(xorg-server) >= 1.10
 BuildRequires:  pkgconfig(xproto)
 #Supplements:xorg-x11-server
 # This was part of the xorg-x11-driver-input package up to version 7.6

++ xf86-input-libinput-0.16.0.tar.bz2 -> xf86-input-libinput-0.17.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xf86-input-libinput-0.16.0/ChangeLog 
new/xf86-input-libinput-0.17.0/ChangeLog
--- old/xf86-input-libinput-0.16.0/ChangeLog2015-12-23 04:55:18.0 
+0100
+++ new/xf86-input-libinput-0.17.0/ChangeLog2016-02-26 07:00:58.0 
+0100
@@ -1,3 +1,56 @@
+commit 8136113139dd2a27fcfa4552da89aa110bc8fbe3
+Author: Peter Hutterer 
+Date:   Fri Feb 26 15:57:48 2016 +1000
+
+xf86-input-libinput 0.17.0
+
+Signed-off-by: Peter Hutterer 
+
+commit 202eb68dc061510d57900d29b3a76fe2ed811998
+Author: Peter Hutterer 
+Date:   Thu Jan 28 15:02:54 2016 +1000
+
+Fix compiler warnings about missing tablet event cases
+
+Signed-off-by: Peter Hutterer 
+
+commit e8f5394b0734db41abd15ab72457aea99c25d9ab
+Author: Peter Hutterer 
+Date:   Wed Jan 27 11:04:40 2016 +1000
+
+Add property/option for enabling/disabling tap-n-drag
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Hans de Goede 
+
+commit 20f5269a29b6f3697984872d689fbe8589e53b08
+Author: Peter Hutterer 
+Date:   Wed Jan 27 11:12:48 2016 +1000
+
+Fix default tapping drack lock property value
+
+Signed-off-by: Peter Hutterer 
+
+commit 3dacb28b206098f261d731195ed7556fc83837ed
+Author: Peter Hutterer 
+Date:   Tue Nov 24 13:00:52 2015 +1000
+
+Allow hotplugging a device immediately
+
+This splits the hotplugging code up so we can use it through a callback but
+also as an immediate call that gives us back the device just hotplugged. 
Also
+added is the ability to add extra options to the device.
+
+Signed-off-by: Peter Hutterer 
+
+commit db8e73141c3ebb09c19e95aab5dee46d331835df
+Author: Peter Hutterer 
+Date:   Mon Nov 23 15:31:59 2015 +1000
+
+Change creating subdevices to something more 

commit espeak for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package espeak for openSUSE:Factory checked 
in at 2016-03-02 14:19:18

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


Package is "espeak"

Changes:

--- /work/SRC/openSUSE:Factory/espeak/espeak.changes2014-12-23 
11:48:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.espeak.new/espeak.changes   2016-03-02 
14:19:20.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb 27 13:46:49 UTC 2016 - mgo...@suse.com
+
+- Add %{version} to -devel requires 
+
+---



Other differences:
--
++ espeak.spec ++
--- /var/tmp/diff_new_pack.nrL6h7/_old  2016-03-02 14:19:21.0 +0100
+++ /var/tmp/diff_new_pack.nrL6h7/_new  2016-03-02 14:19:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package espeak
 #
-# 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
@@ -48,7 +48,7 @@
 %package devel
 Summary:Software speech synthesizer (text-to-speech) -- Development 
Files
 Group:  Development/Languages/C and C++ 
-Requires:   espeak
+Requires:   espeak = %{version}
 
 %description devel
 eSpeak is a compact open source software speech synthesizer for English





commit man-pages for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2016-03-02 14:19:02

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


Package is "man-pages"

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2016-01-15 
10:39:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2016-03-02 
14:19:04.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 22 09:12:24 UTC 2016 - pgaj...@suse.com
+
+- open.2: O_TMPFILE support was added to btrfs [bsc#967488]
+  + man-pages-open-btrfs.patch
+
+---

New:

  man-pages-open-btrfs.patch



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.uoDNiv/_old  2016-03-02 14:19:06.0 +0100
+++ /var/tmp/diff_new_pack.uoDNiv/_new  2016-03-02 14:19:06.0 +0100
@@ -31,6 +31,7 @@
 Patch2: %{name}-adjtimex.2.patch
 Patch3: %{name}_gai.conf-reference.patch
 Patch5: %{name}-tty_ioctl.patch
+Patch6: man-pages-open-btrfs.patch
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -52,6 +53,7 @@
 %patch2 -p1
 %patch3
 %patch5 -p1
+%patch6 -p1
 find -name "*.orig" | xargs rm -fv
 
 %build

++ man-pages-open-btrfs.patch ++
--- man-pages-4.02/man2/open.2  2015-08-08 12:24:08.0 -0400
+++ man-pages-4.02/man2/open.2  2016-02-19 15:47:19.0 -0500
@@ -742,10 +742,10 @@
 only a subset of Linux filesystems provide that support.
 In the initial implementation, support was provided in
 the ext2, ext3, ext4, UDF, Minix, and shmem filesystems.
-XFS support was added
+XFS and btrfs support was added
 .\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788
 .\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe
-in Linux 3.15.
+in Linux 3.15, and Linux 3.16, respectively.
 .TP
 .B O_TRUNC
 If the file already exists and is a regular file and the access mode allows




commit ibus for openSUSE:Factory

2016-03-02 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2016-03-02 14:18:45

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


Package is "ibus"

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2015-08-12 
15:09:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2016-03-02 
14:18:47.0 +0100
@@ -1,0 +2,17 @@
+Wed Feb 24 19:01:08 CET 2016 - ti...@suse.de
+
+- Fix the invocation of ibus service for KDE, etc (boo#968486):
+  for DEs known to support autostart (KDE, XFCE and LXCE), ibus is
+  now started via XDG autostart for avoiding the race.  This should
+  fix the missing ibus service.  For other DEs, ibus is still
+  started in xim script, but with a slight (two seconds) delay for
+  avoiding the race, too.
+
+  Along with the change, INPUT_METHOD environment variable is set
+  explicitly in xim script at startup; this is referred in XDG
+  autostart so that it won't be executed when other IM is chosen.
+
+  Last but not least, the explicit dbus-launch invocation is dropped,
+  as it's known to conflict with DE's own startup of dbus
+
+---

New:

  ibus-autostart
  ibus-autostart.desktop



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.Hg5mcO/_old  2016-03-02 14:18:48.0 +0100
+++ /var/tmp/diff_new_pack.Hg5mcO/_new  2016-03-02 14:18:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,6 +44,8 @@
 Source5:kde.tar.gz
 Source6:kde-12.2.tar.gz
 Source7:macros.ibus
+Source10:   ibus-autostart
+Source11:   ibus-autostart.desktop
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE ibus-python-install-dir.patch ft...@geeko.jp
 Patch0: ibus-python-install-dir.patch
@@ -280,6 +282,10 @@
 # autostart
 mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/
 install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/xim.d/ibus
+mkdir -p %{buildroot}%{_bindir}
+install -c -m 0755 %{SOURCE10} %{buildroot}%{_bindir}/ibus-autostart
+mkdir -p %{buildroot}%{_sysconfdir}/xdg/autostart
+install -c -m 0644 %{SOURCE11}  
%{buildroot}%{_sysconfdir}/xdg/autostart/ibus-autostart.desktop
 
 sed -i 1i"SYS_LIB=%{_lib}" %{buildroot}%{_sysconfdir}/X11/xim.d/ibus
 
@@ -365,6 +371,7 @@
 %config %{_sysconfdir}/rpm/macros.ibus
 %config %{_sysconfdir}/X11/xim.d/*
 %{_bindir}/ibus
+%{_bindir}/ibus-autostart
 %{_bindir}/ibus-daemon
 %{_bindir}/ibus-setup
 %{_datadir}/ibus/
@@ -381,6 +388,7 @@
 # This file is not a config file. Users may not modify it.
 %{_sysconfdir}/dconf/db/ibus.d/00-upstream-settings
 %{_sysconfdir}/dconf/profile/ibus
+%{_sysconfdir}/xdg/autostart/ibus-autostart.desktop
 %{_mandir}/man1/ibus.1.gz
 %{_mandir}/man1/ibus-daemon.1.gz
 %{_mandir}/man1/ibus-setup.1.gz

++ ibus-autostart ++
#!/bin/sh

test x"$INPUT_METHOD" = x"ibus" || exit 0

# GNOME starts ibus by itself
case "$WINDOWMANAGER" in
*gnome*)
exit 0;;
esac

# sleep for a little while to avoid duplicate startup
# sleep 2

ibus-daemon --xim -d
exit 0
++ ibus-autostart.desktop ++
[Desktop Entry]
_Name=IBus
_GenericName=IBus Daemon
_Comment=Start IBus daemon
Exec=ibus-autostart
Icon=ibus-setup
Terminal=false
Type=Application
Categories=System;Utility;
StartupNotify=false
NoDisplay=true
X-GNOME-Autostart-Phase=Applications
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=false
X-KDE-autostart-after=panel
X-KDE-StartupNotify=false
++ xim.d-ibus-121 ++
--- /var/tmp/diff_new_pack.Hg5mcO/_old  2016-03-02 14:18:48.0 +0100
+++ /var/tmp/diff_new_pack.Hg5mcO/_new  2016-03-02 14:18:48.0 +0100
@@ -3,11 +3,10 @@
 return 1
 fi
 
+# explicitly set below, as referred in xdg autostart
+export INPUT_METHOD=ibus
+
 case "$WINDOWMANAGER" in
-#when skim installed, Autostart must be "false".
-#here we move $HOME/.kde/share/config/skimrc to skimrc.orig.ibus
-*kde*)
-;;
 # GNOME 3 Settings Daemon keyboard plugin manages all ibus settings itself,
 # so don't do manual setup of ibus otherwise it would conflict with
 # G-S-D. see bnc#873016.
@@ -29,9 +28,6 @@
 gsettings set org.gnome.settings-daemon.plugins.keyboard active true
 return 0
 ;;
-*)
-# do nothing
-;;
 esac
 
 # Force OOo to use gtk-immodule
@@ -56,11 +52,15 @@
 export QT_IM_MODULE=xim
 fi
 
-if [ -z