commit systemd for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2015-11-02 12:54:15

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2015-09-27 
14:31:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2015-11-02 12:54:16.0 +0100
@@ -1,0 +2,57 @@
+Wed Oct 21 20:18:58 UTC 2015 - dmuel...@suse.com
+
+- enable seccomp for aarch64 (fate#318444)
+
+---
+Thu Oct 15 14:12:44 UTC 2015 - f...@suse.com
+
+- Fix again UEFI for mini package
+
+---
+Thu Oct 15 09:07:51 UTC 2015 - jeng...@inai.de
+
+- Drop one more undesirable Obsoletes/Provides. This should have
+  been a Conflicts. (There was already a Conflicts, and since
+  Conflicts go both ways, we won't need a second one.)
+
+---
+Thu Oct 15 08:19:00 UTC 2015 - wer...@suse.de
+
+- No UEFI for systemd-mini 
+
+---
+Mon Oct 12 11:34:13 UTC 2015 - f...@suse.com
+
+- Add 2 upstream patches to fix boo#949574 and bsc#932284
+  0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch
+  0002-units-enable-waiting-for-unit-termination-in-certain.patch
+
+---
+Fri Oct  9 18:03:02 UTC 2015 - f...@suse.com
+
+- Disable systemd-boot on aarch64 since it fails to build.
+  Error while compiling src/boot/efi/util.o is:
+  usr/include/efi/aarch64/efibind.h:2:20: fatal error: stdint.h: No such file 
or directory
+
+---
+Fri Oct  9 07:16:45 UTC 2015 - f...@suse.com
+
+- Fix UEFI detection logic: basically we let configure.ac figure out
+  if UEFI is supported by the current build environment. No need to
+  clutter the spec file with a new conditionnal %has_efi.
+
+- Provide systemd-bootx64.efi (aka gummiboot)
+
+---
+Tue Oct  6 15:13:04 UTC 2015 - wer...@suse.de
+
+- Modify patch tty-ask-password-agent-on-console.patch to reflect
+  the changes done for pull request 1432 
+
+---
+Thu Oct  1 15:58:32 UTC 2015 - jeng...@inai.de
+
+- Undo Obsoletes/Provides (from Aug 11), creates too big a cycle.
+- Provide systemd-sysv-install program/link [bnc#948353]
+
+---
systemd.changes: same change

New:

  0001-Make-sure-the-mount-units-pulled-by-RequiresMountsFo.patch
  0002-units-enable-waiting-for-unit-termination-in-certain.patch
  systemd-sysv-install



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.NuPtFS/_old  2015-11-02 12:54:18.0 +0100
+++ /var/tmp/diff_new_pack.NuPtFS/_new  2015-11-02 12:54:18.0 +0100
@@ -29,11 +29,6 @@
 %bcond_with resolved
 %bcond_with python
 %bcond_with parentpathid
-%ifarch %{ix86} x86_64 aarch64
-%define has_efi 1
-%else
-%define has_efi 0
-%endif
 %if 0%{?suse_version} > 1315
 %bcond_without  permission
 %bcond_without  blkrrpart
@@ -77,16 +72,21 @@
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libpci) >= 3
 BuildRequires:  pkgconfig(mount) >= 2.26
-%ifarch %ix86 x86_64 x32 %arm ppc64le s390x
+%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
 BuildRequires:  pkgconfig(libseccomp)
 %endif
+%ifarch %{ix86} x86_64
+BuildRequires:  gnu-efi
+%endif
 BuildRequires:  pkgconfig(libselinux) >= 2.1.9
 BuildRequires:  pkgconfig(libsepol)
 Conflicts:  sysvinit
+Conflicts:  otherproviders(systemd)
 %if 0%{?bootstrap}
 #!BuildIgnore:  dbus-1
+Requires:   this-is-only-for-build-envs
 Provides:   systemd = %version-%release
-Conflicts:  otherproviders(systemd)
+Conflicts:  kiwi
 %else
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libgcrypt-devel
@@ -143,6 +143,7 @@
 Source9:nss-myhostname-config
 Source10:   macros.systemd.upstream
 Source11:   after-local.service
+Source12:   systemd-sysv-install
 
 Source1065: systemd-remount-tmpfs
 
@@ -181,6 +182,10 @@
 Patch84:make-emergency.service-conflict-with-syslog.socket.patch
 # PATCH-FIX-SUSE 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch
 Patch86:0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch
+# PATCH-FIX-UPSTREAM (boo#949574)
+Patch87:

commit build-compare for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2015-11-02 12:54:06

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


Package is "build-compare"

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2015-09-08 17:35:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2015-11-02 12:54:07.0 +0100
@@ -1,0 +2,15 @@
+Thu Oct 22 06:29:44 UTC 2015 - o...@aepfle.de
+
+- Remove filename-too-long-for-joliet from rpmlint.log
+
+---
+Mon Oct 12 13:59:31 UTC 2015 - o...@aepfle.de
+
+- Filter out durations from rpmlint progress report 
+
+---
+Fri Oct  2 09:00:52 UTC 2015 - o...@aepfle.de
+
+- Handle texi2html 5.0 timestamps
+
+---

New:

  _service



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.N00lZa/_old  2015-11-02 12:54:08.0 +0100
+++ /var/tmp/diff_new_pack.N00lZa/_new  2015-11-02 12:54:08.0 +0100
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:20150821T175907.9b8c0be
+Version:20151022T083541.cd832db
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh

++ _service ++


%ci.%h
git://github.com/openSUSE/build-compare.git
git


*.tar
*/build-compare.* */*.sh */COPYING



++ pkg-diff.sh ++
--- /var/tmp/diff_new_pack.N00lZa/_old  2015-11-02 12:54:08.0 +0100
+++ /var/tmp/diff_new_pack.N00lZa/_new  2015-11-02 12:54:08.0 +0100
@@ -481,9 +481,11 @@
for f in old/$file new/$file; do
 sed -i -e '
 s|||
+

commit util-linux for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2015-11-02 12:53:59

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


Package is "util-linux"

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2015-10-14 16:34:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2015-11-02 12:54:00.0 +0100
@@ -29,0 +30 @@
+* colcrt: fix buffer overflow (bsc#949754, CVE-2015-5218)
util-linux-systemd.changes: same change
util-linux.changes: same change



Other differences:
--
util-linux-systemd.spec: same change
util-linux.spec: same change




commit python3-cffi for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-cffi for openSUSE:Factory 
checked in at 2015-11-02 12:55:49

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


Package is "python3-cffi"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cffi/python3-cffi.changes
2015-06-16 14:05:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi.changes   
2015-11-02 12:55:50.0 +0100
@@ -1,0 +2,68 @@
+Sun Nov  1 19:29:10 UTC 2015 - a...@gmx.de
+
+- update to version 1.3.0:
+  * Added ffi.memmove().
+  * Pull request #64: out-of-line API mode: we can now declare
+floating-point types with typedef float... foo_t;. This only works
+if foo_t is a float or a double, not long double.
+  * Issue #217: fix possible unaligned pointer manipulation, which
+crashes on some architectures (64-bit, non-x86).
+  * Issues #64 and #126: when using set_source() or verify(), the
+const and restrict keywords are copied from the cdef to the
+generated C code; this fixes warnings by the C compiler. It also
+fixes corner cases like typedef const int T; T a; which would
+previously not consider a as a constant. (The cdata objects
+themselves are never const.)
+  * Win32: support for __stdcall. For callbacks and function pointers;
+regular C functions still don’t need to have their calling
+convention declared.
+  * Windows: CPython 2.7 distutils doesn’t work with Microsoft’s
+official Visual Studio for Python, and I’m told this is not a
+bug. For ffi.compile(), we removed a workaround that was inside
+cffi but which had unwanted side-effects. Try saying import
+setuptools first, which patches distutils...
+
+- changes from version 1.2.1:
+  * Nothing changed from v1.2.0.
+
+- changes from version 1.2.0:
+  * Out-of-line mode: int a[][...]; can be used to declare a structure
+field or global variable which is, simultaneously, of total length
+unknown to the C compiler (the a[] part) and each element is
+itself an array of N integers, where the value of N is known to
+the C compiler (the int and [...] parts around it). Similarly, int
+a[5][...]; is supported (but probably less useful: remember that
+in C it means int (a[5])[...];).
+  * PyPy: the lib.some_function objects were missing the attributes
+__name__, __module__ and __doc__ that are expected e.g. by some
+decorators-management functions from functools.
+  * Out-of-line API mode: you can now do from _example.lib import x to
+import the name x from _example.lib, even though the lib object is
+not a standard module object. (Also works in from _example.lib
+import *, but this is even more of a hack and will fail if lib
+happens to declare a name called __all__. Note that * excludes the
+global variables; only the functions and constants make sense to
+import like this.)
+  * lib.__dict__ works again and gives you a copy of the dict—assuming
+that lib has got no symbol called precisely __dict__. (In general,
+it is safer to use dir(lib).)
+  * Out-of-line API mode: global variables are now fetched on demand
+at every access. It fixes issue #212 (Windows DLL variables), and
+also allows variables that are defined as dynamic macros (like
+errno) or __thread -local variables. (This change might also
+tighten the C compiler’s check on the variables’ type.)
+  * Issue #209: dereferencing NULL pointers now raises RuntimeError
+instead of segfaulting. Meant as a debugging aid. The check is
+only for NULL: if you dereference random or dead pointers you
+might still get segfaults.
+  * Issue #152: callbacks: added an argument ffi.callback(...,
+onerror=...). If the main callback function raises an exception
+and onerror is provided, then onerror(exception, exc_value,
+traceback) is called. This is similar to writing a try: except: in
+the main callback function, but in some cases (e.g. a signal) an
+exception can occur at the very start of the callback
+function—before it had time to enter the try: except: block.
+  * Issue #115: added ffi.new_allocator(), which officializes support
+for alternative allocators.
+
+---

Old:

  cffi-1.1.2.tar.gz

New:

  cffi-1.3.0.tar.gz



Other differences:
--
++ python3-cffi.spec ++
--- /var/tmp/diff_new_pack.HKGPii/_old  2015-11-02 12:55:51.0 +0100
+++ /var/tmp/diff_new_pack.HKGPii/_new  2015-11-02 12:55:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cffi
-Version:1.1.2
+Version:1.3.0
 Release:0
 

commit kiwi-config-openSUSE for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2015-11-02 12:55:01

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


Package is "kiwi-config-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2015-05-24 19:33:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2015-11-02 12:55:04.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 23 15:31:30 UTC 2015 - dims...@opensuse.org
+
+- Rebase kiwi-config-openSUSE.changes: xdm's display-manager
+  received a minor fix.
+
+---



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.ofjfff/_old  2015-11-02 12:55:05.0 +0100
+++ /var/tmp/diff_new_pack.ofjfff/_new  2015-11-02 12:55:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kiwi-config-openSUSE
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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



++ xdm-liveinstall.patch ++
--- /var/tmp/diff_new_pack.ofjfff/_old  2015-11-02 12:55:05.0 +0100
+++ /var/tmp/diff_new_pack.ofjfff/_new  2015-11-02 12:55:05.0 +0100
@@ -1,6 +1,27 @@
 usr/lib/YaST2/startup/YaST2.call.orig   2011-02-17 14:54:48.0 
+
-+++ usr/lib/YaST2/startup/YaST2.call2011-04-08 08:01:31.0 +
-@@ -646,7 +646,9 @@
+Index: usr/lib/X11/display-manager
+===
+--- usr/lib/X11/display-manager.orig
 usr/lib/X11/display-manager
+@@ -182,7 +182,13 @@ case "$1" in
+ rc_exit
+ fi
+   fi
+-  startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
++  if cat /proc/cmdline | grep -q liveinstall; then
++  [ -x /usr/bin/plymouth ] && /usr/bin/plymouth quit
++  startproc -p $PIDFILE /usr/lib/YaST2/startup/YaST2.call 
live-installer
++  else
++  startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
++  fi
++
+   if rc_status ; then
+   # when started up successfuly, use DMs PID file as ours
+   ln -snf $PIDFILE $PIDFILELNK
+Index: usr/lib/YaST2/startup/YaST2.call
+===
+--- usr/lib/YaST2/startup/YaST2.call.orig
 usr/lib/YaST2/startup/YaST2.call
+@@ -632,7 +632,9 @@ esac
  # 8) Call YaST2
  #-
  Y2_MODULE_NAME=${1:-installation}; shift
@@ -10,21 +31,3 @@
  start_yast
  
  #=
-
 usr/lib/X11/display-manager.orig   2012-09-19 14:09:30.0 +
-+++ usr/lib/X11/display-manager2012-09-19 14:10:05.0 +
-@@ -182,7 +182,13 @@
- rc_exit
- fi
-   fi
--  startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
-+if cat /proc/cmdline | grep -q liveinstall; then
-+[ -x /usr/bin/plymouth ] && /usr/bin/plymouth quit
-+startproc -p $PIDFILE /usr/lib/YaST2/startup/YaST2.call 
live-installer
-+else
-+   startproc -p $PIDFILE $DISPLAYMANAGER $XDMOPTIONS || rc_failed
-+fi
-+
-   # After a crash or a kill signal we may have
-   # a wrong ownership of /dev/xconsole
-   if rc_status ; then




commit kernel-source for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2015-11-02 12:54:25

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   
2015-10-28 17:26:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2015-11-02 12:54:26.0 +0100
@@ -1,0 +2,49 @@
+Wed Oct 28 16:41:18 CET 2015 - jsl...@suse.cz
+
+- rpm/kernel-binary.spec.in: really pass down %{?_smp_mflags}
+- commit 273a7fb
+
+---
+Wed Oct 28 08:49:09 CET 2015 - ti...@suse.de
+
+- ALSA: hda - Disable 64bit address for Creative HDA controllers
+  (bnc#814440).
+- commit ef2823b
+
+---
+Tue Oct 27 09:11:49 CET 2015 - jsl...@suse.cz
+
+- Linux 4.2.5.
+- commit 27d2719
+
+---
+Mon Oct 26 17:15:43 CET 2015 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Use parallel make in all invocations
+  Also, remove the lengthy comment, since we are using a standard rpm
+  macro now.
+- commit 4d6ba88
+
+---
+Mon Oct 26 17:13:43 CET 2015 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Delete one more DEBUG_SECTION_MISMATCH assignment
+- commit fce45dc
+
+---
+Mon Oct 26 11:26:34 CET 2015 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Do not explicitly set DEBUG_SECTION_MISMATCH
+  CONFIG_DEBUG_SECTION_MISMATCH is a selectable Kconfig option since
+  2.6.39 and is enabled in our configs.
+- commit 15aa4f8
+
+---
+Sat Oct 24 20:59:13 CEST 2015 - stefan.bru...@rwth-aachen.de
+
+- config: arm: Enable ADS7846 touchscreen driver
+  This SPI connected chip is common on RPi TFT displays.
+  (cherry picked from commit 71386ea914fddea7d598c24a38a312ba210a51ae)
+- commit 48484ee
+
+---
@@ -19,0 +69,9 @@
+Fri Oct 23 08:39:30 CEST 2015 - ti...@suse.de
+
+- staging/dgnc: fix info leak in ioctl (CVE-2015-7885,
+  boo#951627).
+- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
+  bnc#951626).
+- commit 8031e24
+
+---
@@ -27,0 +86,13 @@
+Tue Oct 20 20:38:15 CEST 2015 - ti...@suse.de
+
+- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv6hl/* 
(boo#951260)
+- commit 60f5033
+
+---
+Tue Oct 20 20:37:10 CEST 2015 - ti...@suse.de
+
+- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
+  (boo#951260).
+- commit e9cf2df
+
+---
@@ -40,0 +112,6 @@
+Fri Oct 16 16:01:01 CEST 2015 - mma...@suse.com
+
+- rpm/kernel-source.rpmlintrc: Update the filters
+- commit e26b4cc
+
+---
@@ -48,0 +126,13 @@
+Fri Oct 16 10:32:06 CEST 2015 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Use upstream script to support config.addon
+- commit e8739f8
+
+---
+Fri Oct 16 10:28:57 CEST 2015 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Drop the %build_src_dir macro
+  It is the parent directory of the O= directory.
+- commit 2ed0dbe
+
+---
@@ -336 +426 @@
-- commit b57d276
+- commit 9012f40
@@ -3574 +3664 @@
-- commit 4f4442d
+- commit 14e56cc
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-pv.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

Old:

  configtool.pl



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.lLRKlF/_old  2015-11-02 12:54:32.0 +0100
+++ /var/tmp/diff_new_pack.lLRKlF/_new  2015-11-02 12:54:32.0 +0100
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.2
-%define patchversion 4.2.4
+%define patchversion 4.2.5
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -31,13 +31,12 @@
 %define build_xen  

commit xen for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2015-11-02 12:54:41

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  2015-10-14 16:43:21.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2015-11-02 
12:54:43.0 +0100
@@ -1,0 +2,52 @@
+Wed Oct 28 09:47:38 MDT 2015 - carn...@suse.com
+
+- Upstream patches from Jan
+  5604f239-x86-PV-properly-populate-descriptor-tables.patch
+  561bbc8b-VT-d-don-t-suppress-invalidation-address-write-when-0.patch
+  561d2046-VT-d-use-proper-error-codes-in-iommu_enable_x2apic_IR.patch
+  561d20a0-x86-hide-MWAITX-from-PV-domains.patch
+  561e3283-x86-NUMA-fix-SRAT-table-processor-entry-handling.patch
+
+---
+Fri Oct 23 13:35:59 MDT 2015 - carn...@suse.com
+
+- bsc#951845 - VUL-0: CVE-2015-7972: xen: x86: populate-on-demand
+  balloon size inaccuracy can crash guests (XSA-153)
+  xsa153-libxl.patch
+
+---
+Fri Oct 16 08:40:31 MDT 2015 - carn...@suse.com
+
+- bsc#950703 - VUL-1: CVE-2015-7969: xen: leak of main per-domain
+  vcpu pointer array (DoS) (XSA-149)
+  xsa149.patch
+- bsc#950705 - VUL-1: CVE-2015-7969: xen: x86: leak of per-domain
+  profiling-related vcpu pointer array (DoS) (XSA-151)
+  xsa151.patch
+- bsc#950706 - VUL-0: CVE-2015-7971: xen: x86: some pmu and
+  profiling hypercalls log without rate limiting (XSA-152)
+  xsa152.patch
+- Dropped
+  55dc7937-x86-IO-APIC-don-t-create-pIRQ-mapping-from-masked-RTE.patch
+  5604f239-x86-PV-properly-populate-descriptor-tables.patch
+
+---
+Thu Oct 15 11:43:23 MDT 2015 - carn...@suse.com
+
+- bsc#932267 - VUL-1: CVE-2015-4037: qemu,kvm,xen: insecure
+  temporary file use in /net/slirp.c
+  CVE-2015-4037-qemuu-smb-config-dir-name.patch
+  CVE-2015-4037-qemut-smb-config-dir-name.patch
+- bsc#877642 - VUL-0: CVE-2014-0222: qemu: qcow1: validate L2 table
+  size to avoid integer overflows
+  CVE-2014-0222-qemuu-qcow1-validate-l2-table-size.patch
+  CVE-2014-0222-qemut-qcow1-validate-l2-table-size.patch
+
+---
+Wed Oct 14 10:24:15 MDT 2015 - carn...@suse.com
+
+- bsc#950367 - VUL-0: CVE-2015-7835: xen: x86: Uncontrolled
+  creation of large page mappings by PV guests (XSA-148)
+  CVE-2015-7835-xsa148.patch
+
+---

Old:

  55dc7937-x86-IO-APIC-don-t-create-pIRQ-mapping-from-masked-RTE.patch

New:

  561bbc8b-VT-d-don-t-suppress-invalidation-address-write-when-0.patch
  561d2046-VT-d-use-proper-error-codes-in-iommu_enable_x2apic_IR.patch
  561d20a0-x86-hide-MWAITX-from-PV-domains.patch
  561e3283-x86-NUMA-fix-SRAT-table-processor-entry-handling.patch
  CVE-2014-0222-qemut-qcow1-validate-l2-table-size.patch
  CVE-2014-0222-qemuu-qcow1-validate-l2-table-size.patch
  CVE-2015-4037-qemut-smb-config-dir-name.patch
  CVE-2015-4037-qemuu-smb-config-dir-name.patch
  CVE-2015-7835-xsa148.patch
  xsa149.patch
  xsa151.patch
  xsa152.patch
  xsa153-libxl.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.Do0HSP/_old  2015-11-02 12:54:48.0 +0100
+++ /var/tmp/diff_new_pack.Do0HSP/_new  2015-11-02 12:54:48.0 +0100
@@ -158,7 +158,7 @@
 %endif
 %endif
 
-Version:4.5.1_10
+Version:4.5.1_13
 Release:0
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:GPL-2.0
@@ -205,41 +205,55 @@
 Patch2: 
55103616-vm-assist-prepare-for-discontiguous-used-bit-numbers.patch
 Patch3: 551ac326-xentop-add-support-for-qdisk.patch
 Patch4: 
552d0f49-x86-traps-identify-the-vcpu-in-context-when-dumping-regs.patch
-Patch5: 5537a4d8-libxl-use-DEBUG-log-level-instead-of-INFO.patch
-Patch6: 
5548e903-domctl-don-t-truncate-XEN_DOMCTL_max_mem-requests.patch
-Patch7: 5548e95d-x86-allow-to-suppress-M2P-user-mode-exposure.patch
-Patch8: 554cc211-libxl-add-qxl.patch
-Patch9: 
556d973f-unmodified-drivers-tolerate-IRQF_DISABLED-being-undefined.patch
-Patch10:5576f178-kexec-add-more-pages-to-v1-environment.patch
-Patch11:
55780be1-x86-EFI-adjust-EFI_MEMORY_WP-handling-for-spec-version-2.5.patch
-Patch12:558bfaa0-x86-traps-avoid-using-current-too-early.patch
-Patch13:5592a116-nested-EPT-fix-the-handling-of-nested-EPT.patch
-Patch14:559b9dd6-x86-p2m-ept-don-t-unmap-in-use-EPT-pagetable.patch
-Patch15:

commit powerpc-utils for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory 
checked in at 2015-11-02 12:54:37

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


Package is "powerpc-utils"

Changes:

--- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes  
2015-10-12 10:01:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerpc-utils.new/powerpc-utils.changes 
2015-11-02 12:54:38.0 +0100
@@ -1,0 +2,8 @@
+Thu Oct 29 08:34:04 UTC 2015 - jloe...@suse.com
+
+- free slot nodes before adding slots (bsc#952323)
+
+- added patches:
+  * powerpc-utils.bug-952323_drmgr-free_slot_nodes_before_adding_slots.patch
+
+---

New:

  powerpc-utils.bug-952323_drmgr-free_slot_nodes_before_adding_slots.patch



Other differences:
--
++ powerpc-utils.spec ++
--- /var/tmp/diff_new_pack.qr5iqD/_old  2015-11-02 12:54:39.0 +0100
+++ /var/tmp/diff_new_pack.qr5iqD/_new  2015-11-02 12:54:39.0 +0100
@@ -45,6 +45,7 @@
 Patch4: 
powerpc-utils.bug-945968_allocate-workarea-memory-instead-of-using-stac.patch
 Patch5: 
powerpc-utils.bug-945968_drmgr-Combine-the-init_node-and-examine_child-routin.patch
 Patch6: 
powerpc-utils.bug-948430-drmgr-Generate-error-message-when-PHB-is-not-found.patch
+Patch7: 
powerpc-utils.bug-952323_drmgr-free_slot_nodes_before_adding_slots.patch
 ExclusiveArch:  ppc ppc64 ppc64le
 
 %description
@@ -59,6 +60,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %configure 

++ powerpc-utils.bug-952323_drmgr-free_slot_nodes_before_adding_slots.patch 
++
@@ -, +, @@ 
---
 src/drmgr/drslot_chrp_slot.c |3 +++
 1 file changed, 3 insertions(+)
--- a/src/drmgr/drslot_chrp_slot.c  
+++ a/src/drmgr/drslot_chrp_slot.c  
@@ -301,6 +301,9 @@ drslot_chrp_slot(struct options *opts)
opts->usr_drc_name);
rc = RC_ALREADY_OWN;
} else {
+   free_node(node);
+   node = NULL;
+
rc = add_slot(opts);
}
break;



commit kdepim for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package kdepim for openSUSE:Factory checked 
in at 2015-11-02 12:54:58

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


Package is "kdepim"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim/kdepim.changes2015-10-19 
22:40:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim.new/kdepim.changes   2015-11-02 
12:55:01.0 +0100
@@ -1,0 +2,11 @@
+Thu Oct 29 11:46:19 UTC 2015 - dval...@suse.com
+
+- Add disk constraints 
+
+---
+Wed Oct 21 17:00:29 UTC 2015 - tittiatc...@gmail.com
+
+- Add upstream bugfix boo949130.diff to prevent kmail from 
+  crashing (boo#949130)
+
+---

New:

  _constraints
  boo949130.diff



Other differences:
--
++ kdepim.spec ++
--- /var/tmp/diff_new_pack.AYrlHU/_old  2015-11-02 12:55:02.0 +0100
+++ /var/tmp/diff_new_pack.AYrlHU/_new  2015-11-02 12:55:02.0 +0100
@@ -64,6 +64,8 @@
 Source0:kdepim-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE disable-qt5uitools-cmake-requirement.diff 
alarr...@suse.com -- Don't include cmake files that depend on newer cmake 
versions 
 Patch0: disable-qt5uitools-cmake-requirement.diff
+# PATCH-FIX-UPSTREAM boo949130.diff mon...@kde.org -- Prevent kmail from 
crashing (boo#949130)
+Patch1: boo949130.diff
 BuildRequires:  akonadi-calendar-devel
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-devel
@@ -144,6 +146,7 @@
 %if ! 0%{?is_opensuse} && 0%{?suse_version} == 1315
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DBUILD_TESTING=ON -DKDEPIM_NO_TEXTTOSPEECH=TRUE

++ _constraints ++

  

  8

  

++ boo949130.diff ++
From: Montel Laurent 
Date: Thu, 15 Oct 2015 13:35:51 +
Subject: Fix Bug 351395 - Crash when the identity's "dictionary" setting is 
changed
X-Git-Url: 
http://quickgit.kde.org/?p=kdepim.git=commitdiff=7744a9211d819488ba9de6880113e82297acf5bb
---
Fix Bug 351395 - Crash when the identity's "dictionary" setting is changed

FIXED-IN: 5.0.2
BUG: 351395
---


--- a/kmail/editor/kmcomposewin.cpp
+++ b/kmail/editor/kmcomposewin.cpp
@@ -455,11 +455,12 @@
 mExternalEditorWarning = new ExternalEditorWarning(this);
 v->addWidget(mExternalEditorWarning);
 
-readConfig();
 setupStatusBar(attachmentView->widget());
 setupActions();
 setupEditor();
 rethinkFields();
+readConfig();
+
 updateSignatureAndEncryptionStateIndicators();
 
 applyMainWindowSettings(KMKernel::self()->config()->group("Composer"));




commit openttd for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:Factory checked 
in at 2015-11-02 12:55:19

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


Package is "openttd"

Changes:

--- /work/SRC/openSUSE:Factory/openttd/openttd.changes  2015-10-06 
13:26:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.openttd.new/openttd.changes 2015-11-02 
12:55:23.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 15 08:20:23 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.5.2:
+  * For details see changelog.txt
+
+---

Old:

  openttd-1.5.1-source.tar.xz

New:

  openttd-1.5.2-source.tar.xz



Other differences:
--
++ openttd.spec ++
--- /var/tmp/diff_new_pack.SMFQN8/_old  2015-11-02 12:55:24.0 +0100
+++ /var/tmp/diff_new_pack.SMFQN8/_new  2015-11-02 12:55:24.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   openttd
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:An open source clone of Chris Sawyer's Transport Tycoon Deluxe
 License:GPL-2.0

++ openttd-1.5.1-source.tar.xz -> openttd-1.5.2-source.tar.xz ++
/work/SRC/openSUSE:Factory/openttd/openttd-1.5.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.openttd.new/openttd-1.5.2-source.tar.xz differ: 
char 26, line 1




commit gperftools for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package gperftools for openSUSE:Factory 
checked in at 2015-11-02 12:55:15

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


Package is "gperftools"

Changes:

--- /work/SRC/openSUSE:Factory/gperftools/gperftools.changes2015-01-14 
11:45:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.gperftools.new/gperftools.changes   
2015-11-02 12:55:20.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 31 13:35:12 UTC 2015 - mplus...@suse.com
+
+- Update project and download url
+- Tiny spec file cleanup with spec-cleaner
+
+---



Other differences:
--
++ gperftools.spec ++
--- /var/tmp/diff_new_pack.mDVVsj/_old  2015-11-02 12:55:21.0 +0100
+++ /var/tmp/diff_new_pack.mDVVsj/_new  2015-11-02 12:55:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gperftools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gperftools
 Version:2.4
 Release:0
 Summary:Performance Tools for C++
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://code.google.com/p/gperftools/
-
-Source0:%{name}-%{version}.tar.gz
+Url:https://github.com/gperftools/gperftools
+Source0:
https://github.com/gperftools/gperftools/releases/download/gperftools-%{version}/gperftools-%{version}.tar.gz
 Patch4: %{name}-fix_docdir.patch
 Patch12:%{name}_fix_unassigned_malloc_in_unittest.patch
 Patch14:%{name}_gcc46.patch
@@ -33,9 +33,9 @@
 BuildRequires:  libtool
 BuildRequires:  libunwind-devel
 BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   google-perftools
 Obsoletes:  google-perftools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390 s390x
 
 %description
@@ -61,10 +61,10 @@
 %package devel
 Summary:Performance tools for C++
 Group:  Development/Libraries/C and C++
-Requires:   %name = %version
-Requires:   libprofiler0 = %version
+Requires:   %{name} = %{version}
+Requires:   libprofiler0 = %{version}
 Requires:   libstdc++-devel
-Requires:   libtcmalloc4 = %version
+Requires:   libtcmalloc4 = %{version}
 Provides:   google-perftools-devel
 Obsoletes:  google-perftools-devel
 
@@ -72,8 +72,6 @@
 The gperftools-devel package contains static and debug libraries and header
 files for developing applications that use the gperftools package.
 
-
-
 %prep
 %setup -q
 %patch4 -p1
@@ -82,48 +80,54 @@
 
 %build
 autoreconf -fi
-export CXXFLAGS="%optflags -fno-strict-aliasing"
-export CFLAGS="%optflags -fno-strict-aliasing"
-%configure --disable-static --with-gnu-ld --with-pic
+export CXXFLAGS="%{optflags} -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
+%configure \
+  --disable-static \
+  --with-gnu-ld \
+  --with-pic
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libprofiler0 -p /sbin/ldconfig
+
 %postun -n libprofiler0 -p /sbin/ldconfig
+
 %post   -n libtcmalloc4 -p /sbin/ldconfig
+
 %postun -n libtcmalloc4 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%_bindir/pprof
-%_mandir/man1/pprof.1.gz
-%_docdir/%name
+%{_bindir}/pprof
+%{_mandir}/man1/pprof.1.*
+%{_docdir}/%{name}
 
 %files -n libprofiler0
 %defattr(-,root,root)
-%_libdir/libprofiler.so.0*
+%{_libdir}/libprofiler.so.0*
 
 %files -n libtcmalloc4
 %defattr(-,root,root)
-%_libdir/libtcmalloc.so.4*
-%_libdir/libtcmalloc_debug.so.4*
-%_libdir/libtcmalloc_minimal.so.4*
-%_libdir/libtcmalloc_minimal_debug.so.4*
-%_libdir/libtcmalloc_and_profiler.so.4*
+%{_libdir}/libtcmalloc.so.4*
+%{_libdir}/libtcmalloc_debug.so.4*
+%{_libdir}/libtcmalloc_minimal.so.4*
+%{_libdir}/libtcmalloc_minimal_debug.so.4*
+%{_libdir}/libtcmalloc_and_profiler.so.4*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/google
-%_includedir/gperftools
-%_libdir/libprofiler.so
-%_libdir/libtcmalloc.so
-%_libdir/libtcmalloc_debug.so
-%_libdir/libtcmalloc_minimal.so
-%_libdir/libtcmalloc_minimal_debug.so
-%_libdir/libtcmalloc_and_profiler.so
-%_libdir/pkgconfig/*.pc
+%{_includedir}/google

commit octave-forge-control for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-control for 
openSUSE:Factory checked in at 2015-11-02 12:55:20

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


Package is "octave-forge-control"

Changes:

--- 
/work/SRC/openSUSE:Factory/octave-forge-control/octave-forge-control.changes
2015-10-06 13:26:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-control.new/octave-forge-control.changes
   2015-11-02 12:55:25.0 +0100
@@ -1,0 +2,48 @@
+Sat Oct 31 19:56:24 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 3.0.0
+  * Substantial parts of the most vital internals have been rewritten
+and streamlined in order to improve compatibility and reliability.
+  * LTI models:
+Improved handling of key-value pairs in all constructors for LTI models.
+Support inheritance of LTI properties in many variations.
+Accept [] as an alias for unspecified sampling time (Ts = -1).
+Automatic vector expansion for input and output names.
+  * dss
+Fixed a long-standing but undiscovered bug where 'dss (sys)'
+overwrites sys.e with an identity matrix even if sys.e was not empty.
+  * ss
+Support for the special cases has been added.
+  * tf, zpk, filt
+Restrict transfer function variable to the candidates 's', 'p' for
+continuous-time and 'z', 'q', 'z^-1', 'q^-1' for discrete-time models.
+  * bode, bodemag, nichols, nyquist, sigma
+It is now possible to specify a frequency vector of length 1.
+  * step, impulse, initial, ramp
+The time response functions now raise an error or warning if invalid
+arguments are passed to them.  As it was the case for frequency response
+functions, they used to simply ignore invalid arguments.
+  * lsim
+Support logical arrays as input signal.  Before, logical arrays were
+simply ignored without notice, which could lead to unexpected results.
+Additionally, lsim received the same improvements as the other time and
+frequency response functions regarding invalid arguments.
+  * pzmap
+Improved argument checks.
+  * augstate
+New function for state-space models.  Adds the state vector to the output
+vector.
+  * connect
+The function no longer raises an error for name-based interconnections
+if some systems have common input names and one of these inputs are to
+be kept.
+  * estim
+Add input/output/state names to the returned system.  Support name-based
+selection of inputs (arguments 'sensors' and 'known').
+ ** sumblk
+Add signal names as input/output groups if argument  n > 1.
+ ** minreal
+If state-space models already have a minimal realization, then no state
+transformations are applied to the returned model.
+
+---

Old:

  control-2.8.5.tar.gz

New:

  control-3.0.0.tar.gz



Other differences:
--
++ octave-forge-control.spec ++
--- /var/tmp/diff_new_pack.9CrpLw/_old  2015-11-02 12:55:25.0 +0100
+++ /var/tmp/diff_new_pack.9CrpLw/_new  2015-11-02 12:55:25.0 +0100
@@ -18,7 +18,7 @@
 
 %define octpkg  control
 Name:   octave-forge-%{octpkg}
-Version:2.8.5
+Version:3.0.0
 Release:0
 Summary:Computer-Aided Control System Design (CACSD) Tools
 License:GPL-3.0+

++ control-2.8.5.tar.gz -> control-3.0.0.tar.gz ++
 5201 lines of diff (skipped)




commit socket_wrapper for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package socket_wrapper for openSUSE:Factory 
checked in at 2015-11-02 12:55:09

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


Package is "socket_wrapper"

Changes:

--- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes
2015-09-09 20:21:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.socket_wrapper.new/socket_wrapper.changes   
2015-11-02 12:55:11.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 15 09:15:14 UTC 2015 - a...@cryptomilk.org
+
+- Update to version 1.1.5
+  * Added support for TCP_NODELAY in setsockopt/getsockopt
+  * Fixed cmsg space calculation
+
+---

Old:

  socket_wrapper-1.1.4.tar.gz

New:

  socket_wrapper-1.1.5.tar.gz



Other differences:
--
++ socket_wrapper.spec ++
--- /var/tmp/diff_new_pack.AkFJdV/_old  2015-11-02 12:55:11.0 +0100
+++ /var/tmp/diff_new_pack.AkFJdV/_new  2015-11-02 12:55:11.0 +0100
@@ -24,7 +24,7 @@
 # NOTE ##
 
 Name:   socket_wrapper
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:A library passing all socket communications trough Unix sockets
 License:BSD-3-Clause

++ socket_wrapper-1.1.4.tar.gz -> socket_wrapper-1.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.4/CMakeLists.txt 
new/socket_wrapper-1.1.5/CMakeLists.txt
--- old/socket_wrapper-1.1.4/CMakeLists.txt 2015-08-24 17:53:17.0 
+0200
+++ new/socket_wrapper-1.1.5/CMakeLists.txt 2015-10-15 09:36:23.0 
+0200
@@ -8,7 +8,7 @@
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-set(APPLICATION_VERSION_PATCH "4")
+set(APPLICATION_VERSION_PATCH "5")
 
 set(APPLICATION_VERSION 
"${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@
 # Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 # Increment REVISION.
-set(LIBRARY_VERSION "0.1.4")
+set(LIBRARY_VERSION "0.1.5")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.4/ChangeLog 
new/socket_wrapper-1.1.5/ChangeLog
--- old/socket_wrapper-1.1.4/ChangeLog  2015-08-24 17:54:04.0 +0200
+++ new/socket_wrapper-1.1.5/ChangeLog  2015-10-15 10:25:33.0 +0200
@@ -1,6 +1,10 @@
 ChangeLog
 ==
 
+version 1.1.5 (released 2015-10-15)
+  * Added support for TCP_NODELAY in setsockopt/getsockopt
+  * Fixed cmsg space calculation
+
 version 1.1.4 (released 2015-08-25)
   * Fixed handling of msg_name in recvmsg()
   * Fixed sendmsg()/recvmsg() TCP support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/socket_wrapper-1.1.4/src/socket_wrapper.c 
new/socket_wrapper-1.1.5/src/socket_wrapper.c
--- old/socket_wrapper-1.1.4/src/socket_wrapper.c   2015-08-17 
12:21:00.0 +0200
+++ new/socket_wrapper-1.1.5/src/socket_wrapper.c   2015-10-15 
09:36:23.0 +0200
@@ -248,6 +248,7 @@
int connected;
int defer_connect;
int pktinfo;
+   int tcp_nodelay;
 
/* The unix path so we can unlink it on close() */
struct sockaddr_un un_addr;
@@ -3350,6 +3351,29 @@
   optval,
   optlen);
}
+   } else if (level == IPPROTO_TCP) {
+   switch (optname) {
+#ifdef TCP_NODELAY
+   case TCP_NODELAY:
+   /*
+* This enables sending packets directly out over TCP.
+* As a unix socket is doing that any way, report it as
+* enabled.
+*/
+   if (optval == NULL || optlen == NULL ||
+   *optlen < (socklen_t)sizeof(int)) {
+   errno = EINVAL;
+   return -1;
+   }
+
+   *optlen = sizeof(int);
+   *(int *)optval = si->tcp_nodelay;
+
+   return 0;
+#endif /* TCP_NODELAY */
+   default:
+   break;
+   }
}
 
errno = ENOPROTOOPT;
@@ -3388,6 +3412,35 @@
   optname,
 

commit octave-forge-parallel for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-parallel for 
openSUSE:Factory checked in at 2015-11-02 12:55:06

Comparing /work/SRC/openSUSE:Factory/octave-forge-parallel (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-parallel.new (New)


Package is "octave-forge-parallel"

Changes:

--- 
/work/SRC/openSUSE:Factory/octave-forge-parallel/octave-forge-parallel.changes  
2015-08-31 22:58:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-parallel.new/octave-forge-parallel.changes
 2015-11-02 12:55:08.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 21:02:29 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 3.0.3
+  * Bugfix release
+
+---

Old:

  parallel-3.0.2.tar.gz

New:

  parallel-3.0.3.tar.gz



Other differences:
--
++ octave-forge-parallel.spec ++
--- /var/tmp/diff_new_pack.mHrhwB/_old  2015-11-02 12:55:09.0 +0100
+++ /var/tmp/diff_new_pack.mHrhwB/_new  2015-11-02 12:55:09.0 +0100
@@ -18,7 +18,7 @@
 
 %define octpkg  parallel
 Name:   octave-forge-%{octpkg}
-Version:3.0.2
+Version:3.0.3
 Release:0
 Summary:Parallel Computing for Octave
 License:GPL-3.0+

++ parallel-3.0.2.tar.gz -> parallel-3.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-3.0.2/DESCRIPTION 
new/parallel-3.0.3/DESCRIPTION
--- old/parallel-3.0.2/DESCRIPTION  2015-07-16 17:56:32.0 +0200
+++ new/parallel-3.0.3/DESCRIPTION  2015-10-29 14:16:11.0 +0100
@@ -1,6 +1,6 @@
 Name: Parallel
-Version: 3.0.2
-Date: 2015-07-16
+Version: 3.0.3
+Date: 2015-10-29
 Author: Hayato Fujiwara, Jaroslav Hajek, Olaf Till
 Maintainer: Olaf Till 
 Title: Parallel Computing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-3.0.2/NEWS new/parallel-3.0.3/NEWS
--- old/parallel-3.0.2/NEWS 2015-07-16 17:56:32.0 +0200
+++ new/parallel-3.0.3/NEWS 2015-10-29 14:16:11.0 +0100
@@ -1,3 +1,10 @@
+parallel 3.0.3
+--
+
+ ** Fix bug in package building if SRP is not provided by gnutls.
+
+ ** Documentation spelling and typo fixes.
+
 parallel 3.0.2
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-3.0.2/doc/README 
new/parallel-3.0.3/doc/README
--- old/parallel-3.0.2/doc/README   2015-07-16 17:56:32.0 +0200
+++ new/parallel-3.0.3/doc/README   2015-10-29 14:16:11.0 +0100
@@ -2,7 +2,7 @@
 
 -- Functions for initialization of a cluster and execution of
arbitrary commands on chosen remote machines. Please see e.g. the
-   documentation of "connect()", "pserver()", and of the functions
+   documentation of "pconnect()", "pserver()", and of the functions
referenced therein.
 
 -- Higher level functions, based on the lower level parallel cluster
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-3.0.2/inst/__netcellfun_guardfun__.m 
new/parallel-3.0.3/inst/__netcellfun_guardfun__.m
--- old/parallel-3.0.2/inst/__netcellfun_guardfun__.m   2015-07-16 
17:56:32.0 +0200
+++ new/parallel-3.0.3/inst/__netcellfun_guardfun__.m   2015-10-29 
14:16:11.0 +0100
@@ -30,8 +30,8 @@
   try
 [varargout{1:nout}] = func (varargin{:});
   catch
+errs = lasterror ();
 errs.index = idx;
-[errs.message, errs.identifier] = lasterr ();
 [varargout{1:nout}] = errh (errs, varargin{:});
   end_try_catch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-3.0.2/inst/parcellfun.m 
new/parallel-3.0.3/inst/parcellfun.m
--- old/parallel-3.0.2/inst/parcellfun.m2015-07-16 17:56:32.0 
+0200
+++ new/parallel-3.0.3/inst/parcellfun.m2015-10-29 14:16:11.0 
+0100
@@ -263,8 +263,8 @@
   try
 [res{:}] = fun (argsc{:});
   catch
+errs = lasterror (); # fields 'message', 'identifier', 'stack'
 errs.index = cmd;
-[errs.message, errs.identifier] = lasterr ();
 [res{:}] = error_handler (errs, argsc{:});
   end_try_catch
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parallel-3.0.2/src/configure 
new/parallel-3.0.3/src/configure
--- old/parallel-3.0.2/src/configure2015-07-16 17:56:46.0 +0200
+++ new/parallel-3.0.3/src/configure2015-10-29 14:16:24.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent 

commit python3-cssutils for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-cssutils for 
openSUSE:Factory checked in at 2015-11-02 12:55:39

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


Package is "python3-cssutils"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssutils/python3-cssutils.changes
2015-01-20 12:33:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-cssutils.new/python3-cssutils.changes   
2015-11-02 12:55:40.0 +0100
@@ -1,0 +2,38 @@
+Sun Nov  1 17:36:41 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * moved from zip to tar.gz
+
+- update to version 1.0.1:
+  * Fix bad octal escape on python 3.5
+  * Update setup.py to use pbr < 1.7.0
+  * Create a Property with parent to make _isValidating work propertly
+and remove
+
+- changes from version 1.0:
+  * EXPERIMENTAL: Variable references may have a fallback value now
+(as implemented in Firefox 29). It is available as
+CSSVariable.fallback and example are:
+bottom: var(b);
+color: var(theme-colour-1, rgb(14,14,14));
+left: var(L, 1px);
+z-index: var(L, 1);
+top: var(T, calc( 2 * 1px ));
+background: var(U, url(example.png));
+border-color: var(C, #f00)
+  * FEATURE: (issue #37) Implemented parsing of CSSCalc
+values. General syntax is checked but not if operators in calc are
+actually the right kind like DIMENSION * DIMENSION. Also Values
+using calc do not validate in cssutils but are actually valid.
+  * FIXED issue #20 and #35 (Test fail CSSParser.parseUrl() error with
+Python 3.3)
+  * FIXED issue #21: (almost all) deprecation warning in Py 3.3 fixed.
+  * FIXED issue #30 (Test failed)
+  * FIXED issue #33 (well kinda): Added that cssutils is not
+threadsafe!
+  * FIXED issue #34: More complext MediaQueries should be parsable
+now. A few slight changes in behavior are: xml.dom.SyntaxErr
+raised instead of xml.dom.InvalidCharacterErr for an unknown media
+type removed handheld media type special case (for old Opera).
+
+---

Old:

  cssutils-1.0.zip

New:

  cssutils-1.0.1.tar.gz



Other differences:
--
++ python3-cssutils.spec ++
--- /var/tmp/diff_new_pack.GTEDKz/_old  2015-11-02 12:55:41.0 +0100
+++ /var/tmp/diff_new_pack.GTEDKz/_new  2015-11-02 12:55:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-cssutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,16 @@
 
 
 Name:   python3-cssutils
-Version:1.0
+Version:1.0.1
 Release:0
 Url:http://cthedot.de/cssutils/
 Summary:A CSS Cascading Style Sheets library for Python
 License:LGPL-3.0+
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.zip
+Source: 
http://pypi.python.org/packages/source/c/cssutils/cssutils-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3
-# this is needed for openSUSE <= 12.2
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-BuildRequires:  unzip
-Requires:   python3
+BuildRequires:  python3-setuptools
 BuildArch:  noarch
 
 %description




commit python3-httplib2 for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-httplib2 for 
openSUSE:Factory checked in at 2015-11-02 12:55:41

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


Package is "python3-httplib2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-httplib2/python3-httplib2.changes
2015-04-13 20:30:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-httplib2.new/python3-httplib2.changes   
2015-11-02 12:55:41.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  1 18:21:47 UTC 2015 - a...@gmx.de
+
+- update to version 0.9.2:
+  * Fix incorrect ResponseNotReady exceptions, retry on transient
+errors.
+
+---

Old:

  httplib2-0.9.1.tar.gz

New:

  httplib2-0.9.2.tar.gz



Other differences:
--
++ python3-httplib2.spec ++
--- /var/tmp/diff_new_pack.P8L5yv/_old  2015-11-02 12:55:42.0 +0100
+++ /var/tmp/diff_new_pack.P8L5yv/_new  2015-11-02 12:55:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-httplib2
-Version:0.9.1
+Version:0.9.2
 Release:0
 Url:https://github.com/jcgregorio/httplib2
 Summary:A Python HTTP client library

++ httplib2-0.9.1.tar.gz -> httplib2-0.9.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.9.1/PKG-INFO new/httplib2-0.9.2/PKG-INFO
--- old/httplib2-0.9.1/PKG-INFO 2015-04-11 15:56:57.0 +0200
+++ new/httplib2-0.9.2/PKG-INFO 2015-09-28 15:55:46.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: httplib2
-Version: 0.9.1
+Version: 0.9.2
 Summary: A comprehensive HTTP client library.
 Home-page: https://github.com/jcgregorio/httplib2
 Author: Joe Gregorio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.9.1/python2/httplib2/__init__.py 
new/httplib2-0.9.2/python2/httplib2/__init__.py
--- old/httplib2-0.9.1/python2/httplib2/__init__.py 2015-04-11 
15:56:56.0 +0200
+++ new/httplib2-0.9.2/python2/httplib2/__init__.py 2015-09-28 
15:55:45.0 +0200
@@ -22,7 +22,7 @@
 "Sam Ruby",
 "Louis Nyffenegger"]
 __license__ = "MIT"
-__version__ = "0.9.1"
+__version__ = "0.9.2"
 
 import re
 import sys
@@ -1285,8 +1285,9 @@
 err = getattr(e, 'args')[0]
 else:
 err = e.errno
-if err == errno.ECONNREFUSED: # Connection refused
-raise
+if err in (errno.ENETUNREACH, errno.EADDRNOTAVAIL) and i < 
RETRIES:
+continue  # retry on potentially transient socket errors
+raise
 except httplib.HTTPException:
 # Just because the server closed the connection doesn't 
apparently mean
 # that the server didn't send a response.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.9.1/python2/httplib2.egg-info/PKG-INFO 
new/httplib2-0.9.2/python2/httplib2.egg-info/PKG-INFO
--- old/httplib2-0.9.1/python2/httplib2.egg-info/PKG-INFO   2015-04-11 
15:56:56.0 +0200
+++ new/httplib2-0.9.2/python2/httplib2.egg-info/PKG-INFO   2015-09-28 
15:55:45.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: httplib2
-Version: 0.9.1
+Version: 0.9.2
 Summary: A comprehensive HTTP client library.
 Home-page: https://github.com/jcgregorio/httplib2
 Author: Joe Gregorio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httplib2-0.9.1/python3/httplib2/__init__.py 
new/httplib2-0.9.2/python3/httplib2/__init__.py
--- old/httplib2-0.9.1/python3/httplib2/__init__.py 2015-04-11 
15:56:56.0 +0200
+++ new/httplib2-0.9.2/python3/httplib2/__init__.py 2015-09-28 
15:55:45.0 +0200
@@ -24,7 +24,7 @@
 "Louis Nyffenegger",
 "Mark Pilgrim"]
 __license__ = "MIT"
-__version__ = "0.9.1"
+__version__ = "0.9.2"
 
 import re
 import sys
@@ -994,8 +994,9 @@
 raise ServerNotFoundError("Unable to find the server at %s" % 
conn.host)
 except socket.error as e:
 errno_ = (e.args[0].errno if isinstance(e.args[0], 
socket.error) else e.errno)
-if errno_ == errno.ECONNREFUSED: # Connection refused
-raise
+if errno_ in (errno.ENETUNREACH, errno.EADDRNOTAVAIL) and i < 
RETRIES:
+continue  # retry on potentially transient errors
+raise
 except http.client.HTTPException:
 if conn.sock is None:
   

commit freexl for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package freexl for openSUSE:Factory checked 
in at 2015-11-02 12:55:08

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


Package is "freexl"

Changes:

--- /work/SRC/openSUSE:Factory/freexl/freexl.changes2015-04-21 
10:53:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.freexl.new/freexl.changes   2015-11-02 
12:55:10.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 31 06:40:08 UTC 2015 - mplus...@suse.com
+
+- Update to 1.0.2
+  * no changelog provided by upstream
+
+---

Old:

  freexl-1.0.1.tar.gz

New:

  freexl-1.0.2.tar.gz



Other differences:
--
++ freexl.spec ++
--- /var/tmp/diff_new_pack.cUDHYC/_old  2015-11-02 12:55:10.0 +0100
+++ /var/tmp/diff_new_pack.cUDHYC/_new  2015-11-02 12:55:10.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname lib%{name}1
 Name:   freexl
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Library to extract valid data from within an Excel
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
@@ -55,7 +55,8 @@
 %setup -q
 
 %build
-%configure --disable-static
+%configure \
+  --disable-static
 
 make %{?_smp_mflags}
 
@@ -67,7 +68,7 @@
 %install
 make install %{?_smp_flags} DESTDIR=%{buildroot} 
 
-rm -rf %{buildroot}%{_libdir}/lib*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes -s html
 
 %post -n %{libname} -p /sbin/ldconfig

++ freexl-1.0.1.tar.gz -> freexl-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freexl-1.0.1/Makefile.am new/freexl-1.0.2/Makefile.am
--- old/freexl-1.0.1/Makefile.am2015-03-22 13:08:49.0 +0100
+++ new/freexl-1.0.2/Makefile.am2015-07-14 09:45:23.0 +0200
@@ -5,7 +5,7 @@
 EXTRA_DIST = makefile.vc nmake.opt \
images/piazza.jpg images/piazza.eps mainpage.doxy config-msvc.h
 
-AUTOMAKE_OPTIONS = dist-zip
+AUTOMAKE_OPTIONS = dist-zip foreign
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = freexl.pc
@@ -14,7 +14,7 @@
lcov --directory src --capture --initial --output-file freexl_cov.info
 
 coverage::
-   lcov --directory src --output-file freexl_cov.info --capture
-   genhtml -o covresults freexl_cov.info
+   lcov --rc lcov_branch_coverage=1 --directory src --output-file 
freexl_cov.info --capture
+   genhtml --rc lcov_branch_coverage=1 -o covresults freexl_cov.info
 
 MOSTLYCLEANFILES = freexl_cov.info 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freexl-1.0.1/Makefile.in new/freexl-1.0.2/Makefile.in
--- old/freexl-1.0.1/Makefile.in2015-03-22 13:08:49.0 +0100
+++ new/freexl-1.0.2/Makefile.in2015-07-14 09:45:23.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+false; \
+  elif test -n '$(MAKE_HOST)'; then \
+true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+true; \
+  else \
+false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
   ?) ;; \
@@ -79,12 +89,6 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
-   $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) \
-   $(srcdir)/config.h.in $(srcdir)/Doxyfile.in \
-   $(srcdir)/freexl.pc.in COPYING compile config.guess config.sub \
-   depcomp install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
@@ -92,6 +96,8 @@
$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+   $(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -184,6 +190,10 @@
 CTAGS = 

commit bitcoin for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package bitcoin for openSUSE:Factory checked 
in at 2015-11-02 12:55:14

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


Package is "bitcoin"

Changes:

--- /work/SRC/openSUSE:Factory/bitcoin/bitcoin.changes  2015-08-10 
09:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitcoin.new/bitcoin.changes 2015-11-02 
12:55:18.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 31 09:43:55 UTC 2015 - mplus...@suse.com
+
+- Update to 0.11.1
+
+---

Old:

  v0.11.0.tar.gz

New:

  v0.11.1.tar.gz



Other differences:
--
++ bitcoin.spec ++
--- /var/tmp/diff_new_pack.YIs5yj/_old  2015-11-02 12:55:19.0 +0100
+++ /var/tmp/diff_new_pack.YIs5yj/_new  2015-11-02 12:55:19.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   bitcoin
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:P2P Digital Currency
 License:MIT

++ v0.11.0.tar.gz -> v0.11.1.tar.gz ++
 16853 lines of diff (skipped)




commit python-pyside for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python-pyside for openSUSE:Factory 
checked in at 2015-11-02 12:55:11

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


Package is "python-pyside"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyside/python-pyside.changes  
2014-05-15 19:16:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyside.new/python-pyside.changes 
2015-11-02 12:55:12.0 +0100
@@ -1,0 +2,8 @@
+Tue Oct 27 12:08:37 UTC 2015 - r...@fthiessen.de
+
+- Update to 1.2.4:
+  * PYSIDE-164: Fix possible deadlock on signal connect/emit
+  * New release of pyside-Shiboken
+- Dropped empty doc package
+
+---

Old:

  pyside-qt4.8+1.2.2.tar.bz2

New:

  pyside-1.2.4.tar.gz



Other differences:
--
++ python-pyside.spec ++
--- /var/tmp/diff_new_pack.gbcMhA/_old  2015-11-02 12:55:12.0 +0100
+++ /var/tmp/diff_new_pack.gbcMhA/_new  2015-11-02 12:55:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyside
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,19 @@
 Name: python-%{tarname}
 %define libprefix lib%{tarname}
 %define pynamePySide
-Version:  1.2.2
+Version:1.2.4
 Release:  0
-%define qtver 4.8
-%define rversion  qt%{qtver}+%{version}
+%define major_version %(echo "%{version}" | sed 's/.[0-9]*$//')
 Summary:  PySide - python bindings for Qt
 License:  LGPL-2.1+
 Group:Development/Languages/Python
 Url:  http://qt-project.org/wiki/PySide
-Source0:  
http://download.qt-project.org/official_releases/pyside/%{tarname}-%{rversion}.tar.bz2
+Source0:
https://github.com/PySide/%{pyname}/archive/%{version}/%{tarname}-%{version}.tar.gz
 BuildRequires:cmake
 BuildRequires:fdupes
 BuildRequires:gcc-c++
-BuildRequires:graphviz-devel
 BuildRequires:libQtWebKit-devel
-BuildRequires:libqt4-devel >= %{qtver}
+BuildRequires:  libqt4-devel >= 4.5
 BuildRequires:libshiboken-devel
 BuildRequires:libxslt-devel
 BuildRequires:phonon-devel
@@ -63,28 +61,13 @@
 This package contains all the developer tools you need to create your own PyQt
 applications.
 
-%package doc
-Summary:  PySide - python bindings for Qt
-Group:Development/Languages/Python
-
-%description doc
-The PySide project provides LGPL-licensed Python bindings for the Qt
-cross-platform application and UI framework. PySide Qt bindings allow both free
-open source and proprietary software development and ultimately aim to support
-all of the platforms as Qt itself.
-
-This package contains all the documentation.
-
 %prep
-%setup -q -n %{tarname}-%{rversion}
+%setup -q -n %{pyname}-%{version}
 
 %build
-mkdir build
-pushd build
-cmake .. \
+%cmake .. \
   -DBUILD_TESTS=FALSE \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DLIB_SUFFIX=$(echo %{_lib} | cut -b4-) \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo \
   -DQT_PHONON_INCLUDE_DIR=%{_includedir}/phonon
 make %{?_smp_mflags}
 ctest -R qtcore || true
@@ -93,13 +76,14 @@
 pushd build
 %makeinstall DESTDIR=%{buildroot}
 %fdupes %{buildroot}
+popd
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog
+%doc COPYING
 %{_libdir}/%{libprefix}-python%{py_ver}.so.*
 %{py_sitedir}/%{pyname}/
 %{_datadir}/%{pyname}/
@@ -111,8 +95,4 @@
 %{_libdir}/cmake/*
 %{_libdir}/pkgconfig/%{tarname}.pc
 
-%files doc
-%defattr(-,root,root)
-%doc COPYING ChangeLog
-
 %changelog




commit python3-EasyProcess for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-EasyProcess for 
openSUSE:Factory checked in at 2015-11-02 12:55:27

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


Package is "python3-EasyProcess"

Changes:

--- /work/SRC/openSUSE:Factory/python3-EasyProcess/python3-EasyProcess.changes  
2015-03-23 12:19:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-EasyProcess.new/python3-EasyProcess.changes 
2015-11-02 12:55:30.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov  1 05:07:01 UTC 2015 - a...@gmx.de
+
+- update to version 0.2.1:
+  (no changelog)
+
+- changes from version 0.2.0:
+  (no complete changelog)
+  * drop support for py32
+  * add support for py35
+
+---

Old:

  EasyProcess-0.1.9.tar.gz

New:

  EasyProcess-0.2.1.tar.gz



Other differences:
--
++ python3-EasyProcess.spec ++
--- /var/tmp/diff_new_pack.RZx3sn/_old  2015-11-02 12:55:31.0 +0100
+++ /var/tmp/diff_new_pack.RZx3sn/_new  2015-11-02 12:55:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-EasyProcess
-Version:0.1.9
+Version:0.2.1
 Release:0
 Url:https://github.com/ponty/easyprocess
 Summary:Easy to use python subprocess interface

++ EasyProcess-0.1.9.tar.gz -> EasyProcess-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EasyProcess-0.1.9/EasyProcess.egg-info/PKG-INFO 
new/EasyProcess-0.2.1/EasyProcess.egg-info/PKG-INFO
--- old/EasyProcess-0.1.9/EasyProcess.egg-info/PKG-INFO 2015-03-19 
21:50:05.0 +0100
+++ new/EasyProcess-0.2.1/EasyProcess.egg-info/PKG-INFO 2015-10-30 
09:34:46.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: EasyProcess
-Version: 0.1.9
+Version: 0.2.1
 Summary: Easy to use python subprocess interface.
 Home-page: https://github.com/ponty/easyprocess
 Author: ponty
@@ -10,9 +10,10 @@
 
 Links:
  * home: https://github.com/ponty/EasyProcess
- * documentation: http://ponty.github.com/EasyProcess
+ * documentation: http://EasyProcess.readthedocs.org
+ * PYPI: https://pypi.python.org/pypi/EasyProcess
 
-|Travis| |Coveralls| |Latest Version| |Supported Python versions| 
|License| |Downloads| |Code Health|
+|Travis| |Coveralls| |Latest Version| |Supported Python versions| 
|License| |Downloads| |Code Health| |Documentation|
 
 Features:
  - layer on top of subprocess_ module
@@ -29,11 +30,8 @@
  - stdout/stderr is set only after the subprocess has finished
  - stop() does not kill whole subprocess tree 
  - unicode support
- - supported python versions: 2.6, 2.7, 3.2, 3.3, 3.4
+ - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
  
-Known problems:
- - none
-
 Similar projects:
  * execute (http://pypi.python.org/pypi/execute)
  * commandwrapper (http://pypi.python.org/pypi/commandwrapper)
@@ -61,8 +59,8 @@
 # as root
 pip install EasyProcess
 
-Ubuntu
---
+Ubuntu 14.04
+
 ::
 
 sudo apt-get install python-pip
@@ -76,23 +74,180 @@
 pip uninstall EasyProcess
 
 
-.. _setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall
+Usage
+=
+
+Simple example
+--
+
+Example program::
+
+  #-- include('examples/hello.py')--#
+  from easyprocess import EasyProcess
+  import sys
+
+  s = EasyProcess([sys.executable, '-c', 'print 
"hello"']).call().stdout
+  print(s)
+  #-#
+
+Output::
+
+  #-- sh('python -m easyprocess.examples.hello')--#
+  hello
+  #-#
+
+
+General
+---
+
+The command can be a string list or a concatenated string::
+
+  #-- include('examples/cmd.py')--#
+  from easyprocess import EasyProcess
+
+  print('-- Run program, wait for it to complete, get stdout (command 
is string):')
+  s=EasyProcess('python -c "print 3"').call().stdout
+  print(s)
+
+  print('-- Run program, wait for it to complete, get stdout (command 
is list):')
+  s=EasyProcess(['python','-c','print 3']).call().stdout
+  print(s)
+
+  print('-- Run program, wait for it to complete, get stderr:')
+ 

commit kholidays for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package kholidays for openSUSE:Factory 
checked in at 2015-11-02 12:54:55

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


Package is "kholidays"

Changes:

--- /work/SRC/openSUSE:Factory/kholidays/kholidays.changes  2015-10-14 
16:46:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kholidays.new/kholidays.changes 2015-11-02 
12:55:00.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 29 17:34:15 UTC 2015 - alarr...@suse.com
+
+- Separated library in a new package named libKF5Holidays5 as required
+  by the openSUSE shared library packaging policy
+- Duplicated BuildRequired package removed
+
+---



Other differences:
--
++ kholidays.spec ++
--- /var/tmp/diff_new_pack.xbxaAI/_old  2015-11-02 12:55:01.0 +0100
+++ /var/tmp/diff_new_pack.xbxaAI/_new  2015-11-02 12:55:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kholidays
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -37,7 +37,6 @@
 BuildRequires:  kdelibs4support-devel >= %{kf5_version}
 BuildRequires:  kdoctools-devel >= %{kf5_version}
 BuildRequires:  kemoticons-devel >= %{kf5_version}
-BuildRequires:  kcodecs-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{kf5_version}
 BuildRequires:  kio-devel >= %{kf5_version}
@@ -67,11 +66,21 @@
 %description
 This package contains the Holiday API library  for KDE PIM applications.
 
+%package -n libKF5Holidays5
+Summary:KDE PIM Libraries
+Group:  System/GUI/KDE
+
+%description -n libKF5Holidays5
+This package contains the Holiday API library  for KDE PIM applications.
+ 
+
+
 %package devel
 Summary:KDE PIM Libraries: Build Environment
 Group:  Development/Libraries/KDE
-Requires:   kholidays = %{version}
 Requires:   kdelibs4support-devel >= %{kf5_version}
+Requires:   kholidays = %{version}
+Requires:   libKF5Holidays5 = %{version}
 
 %description devel
 This package contains necessary include files and libraries needed
@@ -87,16 +96,20 @@
 %install
   %kf5_makeinstall -C build
 
-%post -p /sbin/ldconfig
+%post -n libKF5Holidays5 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libKF5Holidays5 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc COPYING.LIB DESIGN
-%dir %{_kf5_plugindir}/designer
+%doc DESIGN
+
+%files -n libKF5Holidays5
+%defattr(-,root,root)
+%doc COPYING.LIB
 %{_kf5_datadir}/libkholidays/
 %{_kf5_libdir}/libKF5Holidays.so.*
+%dir %{_kf5_plugindir}/designer
 %{_kf5_plugindir}/designer/holidays5widgets.so
 
 %files devel




commit pdf2djvu for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2015-11-02 12:55:00

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


Package is "pdf2djvu"

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2015-10-06 
13:25:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2015-11-02 
12:55:02.0 +0100
@@ -1,0 +2,10 @@
+Sun Oct 25 09:49:21 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 0.9.2.
+  * Improve error handling.
+ + Ignore document outline items with non-existent
+ destinations.
+  * Improve the test suite.
+  * Update Polish, German, Portuguese, Russian translations.
+
+---

Old:

  pdf2djvu-0.9.1.tar.xz
  pdf2djvu-0.9.1.tar.xz.asc

New:

  pdf2djvu-0.9.2.tar.xz
  pdf2djvu-0.9.2.tar.xz.asc



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.lFspJG/_old  2015-11-02 12:55:03.0 +0100
+++ /var/tmp/diff_new_pack.lFspJG/_new  2015-11-02 12:55:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pdf2djvu
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:PDF to DjVu Converter
 License:GPL-2.0

++ pdf2djvu-0.9.1.tar.xz -> pdf2djvu-0.9.2.tar.xz ++
 3142 lines of diff (skipped)




commit qnapi for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package qnapi for openSUSE:Factory checked 
in at 2015-11-02 12:55:25

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


Package is "qnapi"

Changes:

--- /work/SRC/openSUSE:Factory/qnapi/qnapi.changes  2015-09-08 
17:49:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.qnapi.new/qnapi.changes 2015-11-02 
12:55:28.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 31 19:46:14 UTC 2015 - fi...@opensuse.org
+
+- Add qnapi-napisy24.pl-skip-.url.patch: fix napisy24.pl plugin.
+
+---

New:

  qnapi-napisy24.pl-skip-.url.patch



Other differences:
--
++ qnapi.spec ++
--- /var/tmp/diff_new_pack.FaVZW7/_old  2015-11-02 12:55:29.0 +0100
+++ /var/tmp/diff_new_pack.FaVZW7/_new  2015-11-02 12:55:29.0 +0100
@@ -15,19 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   qnapi
 Version:0.1.9
 Release:0
 Summary:A NapiProjekt client
-Summary(pl):Klient NapiProjekt
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
+Summary(pl):Klient NapiProjekt
 Url:http://qnapi.github.io/
 Source0:
https://github.com/QNapi/qnapi/releases/download/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM -- fix license heaaders -- Piotr Krzeminski 

 Patch0: 0001-fix-license-headers-in-source-files.patch
 # PATCH-FIX-UPSTREAM -- install icons in correct paths -- Mariusz Fik 

 Patch1: fix-icons-paths.patch
+# PATCH-FIX-UPSTREAM -- fix napisy24.pl plugin -- Piotr Krzeminski 

+Patch2: qnapi-napisy24.pl-skip-.url.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
@@ -54,6 +57,7 @@
 %setup -q
 %patch0 -p1
 %patch1
+%patch2
 ### Fix paths specific for openSUSE
 sed -i 's|doc.path = $${INSTALL_PREFIX}/share/doc/$${TARGET}|doc.path = 
$${INSTALL_PREFIX}/share/doc/packages/$${TARGET}|' qnapi.pro
 
@@ -70,7 +74,6 @@
 install -m 644 -D doc/qnapi-download.desktop 
%{buildroot}%{_datadir}/kservices5/ServiceMenus/qnapi-download.desktop
 install -m 644 -D doc/qnapi-scan.desktop 
%{buildroot}%{_datadir}/kservices5/ServiceMenus/qnapi-scan.desktop
 
-
 ### Fix for "wrong-file-end-of-line-encoding" doc/ChangeLog file
 sed -i 's/\r//' doc/ChangeLog
 

++ qnapi-napisy24.pl-skip-.url.patch ++
Index: src/engines/qnapisy24engine.cpp
===
--- src/engines/qnapisy24engine.cpp.orig
+++ src/engines/qnapisy24engine.cpp
@@ -427,6 +427,7 @@ bool QNapisy24Engine::unpack()
 return false;
 
 QString resp = QByteArray(p7zip.readAll());
+
 #ifdef Q_OS_WIN
 QRegExp r("\r\nPath = ([^\r\n]*)\r\n");
 #else
@@ -434,17 +435,32 @@ bool QNapisy24Engine::unpack()
 #endif
 r.setPatternSyntax(QRegExp::RegExp2);
 
-if (r.lastIndexIn(resp) == -1)
+QStringList pathMatches;
+int offset = 0;
+
+while((offset = r.indexIn(resp, offset)) != -1)
+{
+QString filePath = r.cap(1);
+
+if(filePath != tmpPackedFile && !filePath.endsWith(".url"))
+{
+pathMatches << filePath;
+}
+
+offset += r.matchedLength();
+}
+
+if(pathMatches.isEmpty())
 return false;
 
-QString subFileName = r.cap(1);
+QString subFileName = pathMatches.first();
 
 subtitlesTmp = tmpPath + "/" + subFileName;
 if(QFile::exists(subtitlesTmp))
 QFile::remove(subtitlesTmp);
 
 QStringList args;
-args << "e" << "-y" << ("-o" + tmpPath) << tmpPackedFile;
+args << "e" << "-y" << ("-o" + tmpPath) << tmpPackedFile << subFileName;
 
 p7zip.start(p7zipPath, args);
 



commit stm32flash for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package stm32flash for openSUSE:Factory 
checked in at 2015-11-02 12:55:32

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


Package is "stm32flash"

Changes:

--- /work/SRC/openSUSE:Factory/stm32flash/stm32flash.changes2015-06-11 
08:22:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.stm32flash.new/stm32flash.changes   
2015-11-02 12:55:33.0 +0100
@@ -1,0 +2,10 @@
+Wed Oct 14 19:16:18 UTC 2015 - dmitr...@opensuse.org
+
+- Restore i2c patch for released openSUSE versions
+
+---
+Wed Oct 14 10:44:11 UTC 2015 - dval...@suse.com
+
+- Drop stm32flash-i2c-tools-headers-clash.patch fixed in i2c-tools 
+
+---



Other differences:
--
++ stm32flash.spec ++
--- /var/tmp/diff_new_pack.nJsXus/_old  2015-11-02 12:55:33.0 +0100
+++ /var/tmp/diff_new_pack.nJsXus/_new  2015-11-02 12:55:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stm32flash
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -50,7 +50,9 @@
 
 %prep
 %setup -q -n %{name}
+%if 0%{?suse_version} < 1315 || 0%{?suse_version} == 1320
 %patch -p1
+%endif
 
 %build
 make %{?_smp_mflags} CFLAGS="-O2 %{optflags}" PREFIX=%{_prefix}




commit python-qt5 for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2015-11-02 12:55:37

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


Package is "python-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes2015-10-06 
13:26:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes   
2015-11-02 12:55:38.0 +0100
@@ -1,0 +2,9 @@
+Fri Oct 30 18:17:37 UTC 2015 - ter...@gmail.com
+
+- Update to 5.5.1
+  * added support for Qt v5.5.1
+  * added the --disable option to configure.py
+  * implemented __matmul__ and __imatmul__ for QMatrix4x4 and
+QTransform.
+
+---
python3-qt5.changes: same change

Old:

  PyQt-gpl-5.5.tar.gz

New:

  PyQt-gpl-5.5.1.tar.gz



Other differences:
--
++ python-qt5.spec ++
--- /var/tmp/diff_new_pack.NGYztl/_old  2015-11-02 12:55:39.0 +0100
+++ /var/tmp/diff_new_pack.NGYztl/_new  2015-11-02 12:55:39.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-qt5
-Version:5.5
+Version:5.5.1
 Release:0
 Summary:PyQt - python bindings for Qt 5
 License:SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
 Group:  Development/Libraries/Python
 Url:http://www.riverbankcomputing.com/software/pyqt/intro
-Source: 
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5/PyQt-gpl-%{version}.tar.gz
+Source: 
http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/PyQt-gpl-%{version}.tar.gz
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE: DIsable RPATH
 Patch1: disable-rpaths.diff

python3-qt5.spec: same change
++ PyQt-gpl-5.5.tar.gz -> PyQt-gpl-5.5.1.tar.gz ++
 79318 lines of diff (skipped)

++ fix_qreal_check.diff ++
--- /var/tmp/diff_new_pack.NGYztl/_old  2015-11-02 12:55:40.0 +0100
+++ /var/tmp/diff_new_pack.NGYztl/_new  2015-11-02 12:55:40.0 +0100
@@ -5,7 +5,7 @@
 
 --- a/configure.py
 +++ b/configure.py
-@@ -670,9 +670,8 @@
+@@ -676,9 +676,8 @@
  #if QT_VERSION < 0x050200
  // This is the test used in qglobal.h in Qt prior to v5.2.  In v5.2 and later
  // qreal is always double.
@@ -16,4 +16,5 @@
 +out << "PyQt_qreal_double\\n";
  #endif
  
- return 0;
+ #if defined(QT_NO_PROCESS)
+




commit light-locker for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package light-locker for openSUSE:Factory 
checked in at 2015-11-02 12:55:21

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


Package is "light-locker"

Changes:

--- /work/SRC/openSUSE:Factory/light-locker/light-locker.changes
2015-03-23 12:19:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.light-locker.new/light-locker.changes   
2015-11-02 12:55:26.0 +0100
@@ -1,0 +2,10 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.7.0:
+  * Use lid status for locking and VT switching.
+  * Use systemd suspend delay to lock on suspend.
+  * Set systemd IdleHint.
+  * More small changes.
+  * Update translations.
+
+---
@@ -8 +17,0 @@
-

Old:

  light-locker-1.6.0.tar.gz

New:

  light-locker-1.7.0.tar.gz



Other differences:
--
++ light-locker.spec ++
--- /var/tmp/diff_new_pack.1mLbJr/_old  2015-11-02 12:55:26.0 +0100
+++ /var/tmp/diff_new_pack.1mLbJr/_new  2015-11-02 12:55:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   light-locker
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:A simple locker using LightDM
 License:GPL-2.0+
@@ -32,8 +32,9 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xscrnsaver)
+BuildRequires:  pkgconfig(xxf86vm)
 Requires:   lightdm >= 1.7.10
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 
 %description
@@ -52,7 +53,8 @@
 xdt-autogen
 %configure \
   --with-dpms-ext \
-  --with-mit-ext
+  --with-mit-ext   \
+  --with-xf86gamma-ext
 make %{?_smp_mflags}
 
 %install
@@ -70,7 +72,7 @@
 %doc AUTHORS COPYING COPYING.LIB MAINTAINERS NEWS README
 %{_bindir}/%{name}
 %{_bindir}/%{name}-command
-%{_datadir}/glib-2.0/schemas/apps.%{name}.gschema.xml
+%{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
 %{_mandir}/man?/%{name}*
 

++ light-locker-1.6.0.tar.gz -> light-locker-1.7.0.tar.gz ++
 19383 lines of diff (skipped)




commit remmina for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2015-11-02 12:55:12

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


Package is "remmina"

Changes:

--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2015-09-08 
18:13:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.remmina.new/remmina.changes 2015-11-02 
12:55:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Oct 13 12:37:52 UTC 2015 - dims...@opensuse.org
+
+- openSUSE_Leap 42.1: also apply the patch for vte-2.91.
+
+---



Other differences:
--
++ remmina.spec ++
--- /var/tmp/diff_new_pack.C3lc2A/_old  2015-11-02 12:55:17.0 +0100
+++ /var/tmp/diff_new_pack.C3lc2A/_new  2015-11-02 12:55:17.0 +0100
@@ -163,7 +163,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%if 0%{?suse_version} >= 1320
+%if 0%{?suse_version} >= 1315
 %patch9 -p1
 %endif
 cp -r %{SOURCE1} README.SUSE




commit python3-kombu for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2015-11-02 12:55:02

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


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2015-10-20 00:06:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2015-11-02 12:55:05.0 +0100
@@ -1,0 +2,13 @@
+Thu Oct 29 15:34:13 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.29:
+  * Fixed serialization issue for "bindings.as_dict()" (Issue #453).
+Fix contributed by Sergey Tikhonov.
+  * Json serializer wrongly treated bytes as "ascii", not "utf-8"
+(Issue #532).
+  * MongoDB: Now supports pymongo 3.x.
+Contributed by Len Buckens.
+  * SQS: Tests passing on Python 3.
+Fix contributed by Felix Yan
+
+---

Old:

  kombu-3.0.28.tar.gz

New:

  kombu-3.0.29.tar.gz



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.bMOpZv/_old  2015-11-02 12:55:06.0 +0100
+++ /var/tmp/diff_new_pack.bMOpZv/_new  2015-11-02 12:55:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-kombu
-Version:3.0.28
+Version:3.0.29
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause

++ kombu-3.0.28.tar.gz -> kombu-3.0.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/AUTHORS new/kombu-3.0.29/AUTHORS
--- old/kombu-3.0.28/AUTHORS2015-10-09 23:52:37.0 +0200
+++ new/kombu-3.0.29/AUTHORS2015-10-26 18:58:25.0 +0100
@@ -42,6 +42,7 @@
 Eric Wang 
 Fabrice Rabaute 
 Felix Schwarz 
+Felix Yan 
 Fernando Jorge Mota 
 Flavio [FlaPer87] Percoco Premoli 
 Florian Munz 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/Changelog new/kombu-3.0.29/Changelog
--- old/kombu-3.0.28/Changelog  2015-10-12 20:57:52.0 +0200
+++ new/kombu-3.0.29/Changelog  2015-10-26 19:10:33.0 +0100
@@ -4,11 +4,43 @@
  Change history
 
 
+.. _version-3.0.29:
+
+3.0.29
+==
+:release-date: 2015-10-26 11:10 A.M PDT
+:release-by: Ask Solem
+
+- Fixed serialization issue for ``bindings.as_dict()`` (Issue #453).
+
+Fix contributed by Sergey Tikhonov.
+
+- Json serializer wrongly treated bytes as ``ascii``, not ``utf-8``
+  (Issue #532).
+
+- MongoDB: Now supports pymongo 3.x.
+
+Contributed by Len Buckens.
+
+- SQS: Tests passing on Python 3.
+
+Fix contributed by Felix Yan
+
 .. _version-3.0.28:
 
 3.0.28
 ==
-:release-date: 2015-10-12 12:00 PM PDT
+:release-date: 2015-10-12 12:00 P.M PDT
+:release-by: Ask Solem
+
+:.. admonition:: Django transport migrations.
+
+If you're using Django 1.8 and have already created the
+kombu_transport_django tables, you have to run a fake initial migration:
+
+.. code-block:: pycon
+
+python manage.py migrate kombu_transport_django --fake-initial
 
 - No longer compatible with South by default.
 
@@ -30,7 +62,7 @@
 
 3.0.27
 ==
-:release-date: 2015-10-09 3:10 PM PDT
+:release-date: 2015-10-09 3:10 P.M PDT
 :release-by: Ask Solem
 
 - Now depends on :mod:`amqp` 1.4.7.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/PKG-INFO new/kombu-3.0.29/PKG-INFO
--- old/kombu-3.0.28/PKG-INFO   2015-10-12 21:38:35.0 +0200
+++ new/kombu-3.0.29/PKG-INFO   2015-10-26 19:13:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.28
+Version: 3.0.29
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.28
+:Version: 3.0.29
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.28/README.rst new/kombu-3.0.29/README.rst
--- old/kombu-3.0.28/README.rst 2015-10-12 21:37:59.0 +0200
+++ new/kombu-3.0.29/README.rst 2015-10-26 19:10:16.0 +0100
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.28
+:Version: 3.0.29
 
 `Kombu` is a messaging library for 

commit vdr-plugin-satip for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package vdr-plugin-satip for 
openSUSE:Factory checked in at 2015-11-02 12:55:03

Comparing /work/SRC/openSUSE:Factory/vdr-plugin-satip (Old)
 and  /work/SRC/openSUSE:Factory/.vdr-plugin-satip.new (New)


Package is "vdr-plugin-satip"

Changes:

--- /work/SRC/openSUSE:Factory/vdr-plugin-satip/vdr-plugin-satip.changes
2015-05-18 22:32:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.vdr-plugin-satip.new/vdr-plugin-satip.changes   
2015-11-02 12:55:06.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 28 19:45:46 UTC 2015 - seife+...@b1-systems.com
+
+- update to version 2.2.3 (2015-09-18)
+  * Added a timeout for releasing idling devices
+  * Reset the RTSP connection after any failed connect
+  * Added tweaks for minisatip and Schwaiger MS41IP
+
+---

Old:

  vdr-satip-2.2.2.tgz

New:

  vdr-satip-2.2.3.tgz



Other differences:
--
++ vdr-plugin-satip.spec ++
--- /var/tmp/diff_new_pack.98SRik/_old  2015-11-02 12:55:07.0 +0100
+++ /var/tmp/diff_new_pack.98SRik/_new  2015-11-02 12:55:07.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   vdr-plugin-satip
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:SAT>IP Input Plugin for the Video Disc Recorder VDR
 License:GPL-2.0

++ vdr-satip-2.2.2.tgz -> vdr-satip-2.2.3.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/satip-2.2.2/HISTORY new/satip-2.2.3/HISTORY
--- old/satip-2.2.2/HISTORY 2015-04-26 03:20:00.0 +0200
+++ new/satip-2.2.3/HISTORY 2015-09-18 03:20:00.0 +0200
@@ -137,3 +137,10 @@
   interface.
 - Added new ATTA and DETA SVDRP commands.
 - Set the default device count to two.
+
+2015-09-18: Version 2.2.3
+
+- Added a timeout for releasing idling devices.
+- Reset the RTSP connection after any failed connect.
+- Added tweaks for minisatip and Schwaiger MS41IP.
+- Updated for vdr-2.3.1 (Thanks to Klaus Schmidinger).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/satip-2.2.2/device.c new/satip-2.2.3/device.c
--- old/satip-2.2.2/device.c2015-04-26 03:20:00.0 +0200
+++ new/satip-2.2.3/device.c2015-09-18 03:20:00.0 +0200
@@ -103,7 +103,12 @@
  bool live = (device == cDevice::ActualDevice());
  bool lock = device->HasLock();
  const cChannel *channel = device->GetCurrentlyTunedTransponder();
+#if defined(APIVERSNUM) && APIVERSNUM >= 20301
+ LOCK_TIMERS_READ;
+ for (const cTimer *timer = Timers->First(); timer; timer = 
Timers->Next(timer)) {
+#else
  for (cTimer *timer = Timers.First(); timer; timer = 
Timers.Next(timer)) {
+#endif
  if (timer->Recording()) {
 cRecordControl *control = 
cRecordControls::GetRecordControl(timer);
 if (control && control->Device() == device)
@@ -128,13 +133,20 @@
 cString cSatipDevice::GetGeneralInformation(void)
 {
   debug16("%s [device %u]", __PRETTY_FUNCTION__, deviceIndexM);
+#if defined(APIVERSNUM) && APIVERSNUM >= 20301
+  LOCK_CHANNELS_READ;
+#endif
   return cString::sprintf("SAT>IP device: %d\nCardIndex: %d\nStream: 
%s\nSignal: %s\nStream bitrate: %s\n%sChannel: %s",
   deviceIndexM, CardIndex(),
   pTunerM ? *pTunerM->GetInformation() : "",
   pTunerM ? *pTunerM->GetSignalStatus() : "",
   pTunerM ? *pTunerM->GetTunerStatistic() : "",
   *GetBufferStatistic(),
+#if defined(APIVERSNUM) && APIVERSNUM >= 20301
+  
*Channels->GetByNumber(cDevice::CurrentChannel())->ToText());
+#else
   
*Channels.GetByNumber(cDevice::CurrentChannel())->ToText());
+#endif
 }
 
 cString cSatipDevice::GetPidsInformation(void)
@@ -350,7 +362,7 @@
 
 bool cSatipDevice::SetPid(cPidHandle *handleP, int typeP, bool onP)
 {
-  debug12("%s (%d, %d, %d) [device %u]", __PRETTY_FUNCTION__, handleP->pid, 
typeP, onP, deviceIndexM);
+  debug12("%s (%d, %d, %d) [device %u]", __PRETTY_FUNCTION__, handleP ? 
handleP->pid : -1, typeP, onP, deviceIndexM);
   if (pTunerM && handleP && handleP->pid >= 0) {
  if (onP)
 return pTunerM->SetPid(handleP->pid, typeP, true);
@@ -460,6 +472,11 @@
   return slot;
 }
 
+bool cSatipDevice::IsIdle(void)
+{
+  return !Receiving();
+}
+
 uchar *cSatipDevice::GetData(int *availableP)
 {
   debug16("%s [device %u]", __PRETTY_FUNCTION__, deviceIndexM);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/satip-2.2.2/device.h 

commit python3-aiohttp for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2015-11-02 12:55:23

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


Package is "python3-aiohttp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2015-08-12 15:13:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2015-11-02 12:55:27.0 +0100
@@ -1,0 +2,62 @@
+Sat Oct 31 20:24:01 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * require python >= 3.4.1
+
+- update to version 0.18.3:
+  * Fix formatting for _RequestContextManager helper #590
+
+- changes from version 0.18.2:
+  * Fix regression for OpenSSL < 1.0.0 #583
+
+- changes from version 0.18.1:
+  * Relax rule for router names: they may contain dots and columns
+starting from now
+
+- changes from version 0.18.0:
+  * Use errors.HttpProcessingError.message as HTTP error reason and
+message #459
+  * Optimize cythonized multidict a bit
+  * Change repr’s of multidicts and multidict views
+  * default headers in ClientSession are now case-insensitive
+  * Make ‘=’ char and ‘wss://’ schema safe in urls #477
+  * ClientResponse.close() forces connection closing by default from
+now #479 N.B. Backward incompatible change: was
+.close(force=False) Using `force parameter for the method is
+deprecated: use .release() instead.
+  * Properly requote URL’s path #480
+  * add skip_auto_headers parameter for client API #486
+  * Properly parse URL path in aiohttp.web.Request #489
+  * Raise RuntimeError when chunked enabled and HTTP is 1.0 #488
+  * Fix a bug with processing io.BytesIO as data parameter for client
+API #500
+  * Skip auto-generation of Content-Type header #507
+  * Use sendfile facility for static file handling #503
+  * Default response_factory in app.router.add_static now is
+StreamResponse, not None. The functionality is not changed if
+default is not specified.
+  * Drop ClientResponse.message attribute, it was always
+implementation detail.
+  * Streams are optimized for speed and mostly memory in case of a big
+HTTP message sizes #496
+  * Fix a bug for server-side cookies for dropping cookie and setting
+it again without Max-Age parameter.
+  * Don’t trim redirect URL in client API #499
+  * Extend precision of access log “D” to milliseconds #527
+  * Deprecate StreamResponse.start() method in favor of
+StreamResponse.prepare() coroutine #525
+  * .start() is still supported but responses begun with .start()
+doesn’t call signal for response preparing to be sent.
+  * Add StreamReader.__repr__
+  * Drop Python 3.3 support, from now minimal required version is
+Python 3.4.1 #541
+  * Add async with support for ClientSession.request() and family #536
+  * Ignore message body on 204 and 304 responses #505
+  * TCPConnector processed both IPv4 and IPv6 by default #559
+  * Add .routes() view for urldispatcher #519
+  * Route name should be a valid identifier name from now #567
+  * Implement server signals #562
+  * Drop an year-old deprecated files parameter from client API.
+  * Added async for support for aiohttp stream #542
+
+---

Old:

  aiohttp-0.17.2.tar.gz

New:

  aiohttp-0.18.3.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.H1s9Ox/_old  2015-11-02 12:55:28.0 +0100
+++ /var/tmp/diff_new_pack.H1s9Ox/_new  2015-11-02 12:55:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.17.2
+Version:0.18.3
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio
@@ -26,7 +26,7 @@
 Source: 
https://pypi.python.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-chardet
-BuildRequires:  python3-devel
+BuildRequires:  python3-devel >= 3.4.1
 BuildRequires:  python3-setuptools
 Requires:   python3-chardet
 

++ aiohttp-0.17.2.tar.gz -> aiohttp-0.18.3.tar.gz ++
 34163 lines of diff (skipped)




commit python-sip for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2015-11-02 12:54:46

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


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2015-07-23 
15:21:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2015-11-02 12:54:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 17:57:26 UTC 2015 - ter...@gmail.com
+
+- Update to 4.17.0
+  * This version adds support for PEP 465, PEP 492 and MSVC 2015.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2015-07-23 
15:21:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2015-11-02 12:54:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 30 17:56:19 UTC 2015 - ter...@gmail.com
+
+- Update to 4.17.0
+  * This version adds support for PEP 465, PEP 492 and MSVC 2015. 
+
+---

Old:

  sip-4.16.9.tar.gz

New:

  sip-4.17.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.yE0VKq/_old  2015-11-02 12:54:50.0 +0100
+++ /var/tmp/diff_new_pack.yE0VKq/_new  2015-11-02 12:54:50.0 +0100
@@ -18,7 +18,7 @@
 
 %define python_sip_api 11.2
 Name:   python-sip
-Version:4.16.9
+Version:4.17
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.yE0VKq/_old  2015-11-02 12:54:50.0 +0100
+++ /var/tmp/diff_new_pack.yE0VKq/_new  2015-11-02 12:54:50.0 +0100
@@ -21,7 +21,7 @@
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.16.9
+Version:4.17
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.16.9.tar.gz -> sip-4.17.tar.gz ++
 7073 lines of diff (skipped)




commit debootstrap for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package debootstrap for openSUSE:Factory 
checked in at 2015-11-02 12:55:35

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


Package is "debootstrap"

Changes:

--- /work/SRC/openSUSE:Factory/debootstrap/debootstrap.changes  2015-08-05 
19:14:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.debootstrap.new/debootstrap.changes 
2015-11-02 12:55:36.0 +0100
@@ -1,0 +2,7 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.73:
+  * Generate a deburis file with (package, version, uri) tuples,
+similar to the existing debpaths.
+
+---

Old:

  debootstrap_1.0.72.tar.gz

New:

  debootstrap_1.0.73.tar.gz



Other differences:
--
++ debootstrap.spec ++
--- /var/tmp/diff_new_pack.iIVM4j/_old  2015-11-02 12:55:36.0 +0100
+++ /var/tmp/diff_new_pack.iIVM4j/_new  2015-11-02 12:55:36.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   debootstrap
-Version:1.0.72
+Version:1.0.73
 Release:0
 Summary:Bootstrap a basic Debian system
 License:MIT
@@ -38,7 +38,7 @@
 into.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0 -p1
 cp -f %{SOURCE1} .
 

++ debootstrap_1.0.72.tar.gz -> debootstrap_1.0.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.72/debian/changelog 
new/debootstrap/debian/changelog
--- old/debootstrap-1.0.72/debian/changelog 2015-07-28 15:32:20.0 
+0200
+++ new/debootstrap/debian/changelog2015-10-22 12:43:36.0 +0200
@@ -1,3 +1,10 @@
+debootstrap (1.0.73) unstable; urgency=medium
+
+  * Generate a deburis file with (package, version, uri) tuples, similar
+to the existing debpaths.
+
+ -- Cyril Brulebois   Thu, 22 Oct 2015 12:43:35 +0200
+
 debootstrap (1.0.72) unstable; urgency=medium
 
   [ Iain Lane ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debootstrap-1.0.72/functions 
new/debootstrap/functions
--- old/debootstrap-1.0.72/functions2015-07-28 15:17:18.0 +0200
+++ new/debootstrap/functions   2015-10-22 12:37:53.0 +0200
@@ -644,6 +644,7 @@
local debdest="$($DLDEST deb "$p" "$ver" "$arc" 
"$m" "$fil")"
if get "$m/$fil" "$TARGET/$debdest" "$checksum" 
"$size"; then
dloaddebs="$(($dloaddebs + $size))"
+   echo >>$TARGET/debootstrap/deburis "$p 
$ver $m/$fil"
echo >>$TARGET/debootstrap/debpaths "$p 
$debdest"
else
warning COULDNTDL "Couldn't download 
package %s (ver %s arch %s)" "$p" "$ver" "$arc"




commit open-vm-tools for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2015-11-02 12:55:05

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


Package is "open-vm-tools"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2015-10-24 10:30:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2015-11-02 12:55:07.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 30 15:55:45 UTC 2015 - mlati...@suse.com
+
+- Enable vgauth for openSUSE Leap 42.1 (bsc#952645) 
+
+---



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.kSTcS3/_old  2015-11-02 12:55:08.0 +0100
+++ /var/tmp/diff_new_pack.kSTcS3/_new  2015-11-02 12:55:08.0 +0100
@@ -28,12 +28,16 @@
 %bcond_with deploypkg
 %endif
 
-# vgauth is enabled on versions > 13.2 (which include xml-security-c and 
xerces-c)
-%if 0%{?suse_version} > 1320
+# vgauth is enabled for openSUSE Factory, Leap 42.1 and SLES12SP1 (which 
include xml-security-c and xerces-c)
+%if 0%{?is_opensuse} && 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
+%bcond_without vgauth
+%else
+%if 0%{?sle_version} >= 0120100
 %bcond_without vgauth
 %else
 %bcond_with vgauth
 %endif
+%endif
 
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v1022d2000'




commit filezilla for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2015-11-02 12:54:54

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


Package is "filezilla"

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2015-08-01 
11:34:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2015-11-02 
12:54:56.0 +0100
@@ -1,0 +2,78 @@
+Tue Oct 27 16:54:16 UTC 2015 - aloi...@gmx.com
+
+- Added requirement for pugixml 1.7
+
+---
+Tue Oct 27 11:52:10 UTC 2015 - tchva...@suse.com
+
+- Simply rely on gcc-c++ from system as we won't build on older distros
+  anyway
+
+---
+Fri Oct 23 16:32:53 UTC 2015 - aloi...@gmx.com
+
+- Update to version 3.14.1 (2015-10-16)
+  * For third-party builds, add configure flag to allow using
+system ciphers for FTP over TLS. Display a warning if an
+insecure cipher is negotiated as result of using system ciphers.
+  * Fixed loading of the directory comparison flag for bookmakrs
+in the Site Manager
+  * Changing the interface layout and icon theme no longer results
+in an inconsistent UI state
+  * Some SFTP servers send additional information on errors. This
+information is now shown in the message log
+  * If the local file cannot be opened on SFTP transfers FileZilla
+no longer automatically retries
+  * Updated SFTP components from PuTTY
+  3.14.0 (2015-09-16)
+  * When connecting using SFTP, show an error message instead of
+silently failing when encountering an insecure cipher
+  3.14.0-rc2 (2015-09-09)
+  * Removing selected queue items is now faster
+  * Reduced memory usage of queue
+  * When connecting to hostnames with multiple IPs, reset timeout
+if trying the next address
+  3.14.0-rc1 (2015-09-04)
+  * Add support for password-protected SSH private keys
+  * SSH private keys not in PuTTY's native format no longer need
+to be converted if they aren't password-protected
+  * When using synchronized browsing, changing to a directory
+that does not exist on both sides now asks whether the missing
+directory should be created
+  * SSH1 support for SFTP has been disabled
+  3.13.1 (2015-08-24)
+  * Fix SFTP component crashing on some combinations of encryption
+and key exchange algorithm
+  * Fixed Ctrl+Shift+I shortcut to toggle filters
+  * OS X: Fixed Ctrl+, shortcut to open settings dialog
+  * Optimizations to reduce memory footprint
+  * Build system fixes
+
+- Added filezilla-3.14.1_wxstring.patch and filezilla-3.14.1_xml.patch
+  to address build problems
+
+- Dropped tinyxml requirements
+
+---
+Fri Sep  4 13:03:25 UTC 2015 - tchva...@suse.com
+
+- Add pugixml as dependency
+
+---
+Fri Sep  4 12:43:15 UTC 2015 - tchva...@suse.com
+
+- Version bump to 3.13.1:
+  * Fix SFTP component crashing on some combinations of encryption and key
+  * exchange algorithm
+  * Fixed Ctrl+Shift+I shortcut to toggle filters
+  * OS X: Fixed Ctrl+, shortcut to open settings dialog
+  * Optimizations to reduce memory footprint
+  * Build system fixes
+  * Display home directory instead of root directory if the last used directory
+  * does not exist
+  * Larger initial size of main window if there is no stored size
+  * Slightly increased size of page selection box in settings dialog
+- Refresh patch:
+  * filezilla-3.5.3-buildinfo-no-date.patch
+
+---

Old:

  FileZilla_3.12.0.2_src.tar.bz2

New:

  FileZilla_3.14.1_src.tar.bz2
  filezilla-3.14.1_wxstring.patch
  filezilla-3.14.1_xml.patch



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.uth8Lz/_old  2015-11-02 12:54:57.0 +0100
+++ /var/tmp/diff_new_pack.uth8Lz/_new  2015-11-02 12:54:57.0 +0100
@@ -17,25 +17,24 @@
 
 
 Name:   filezilla
-Version:3.12.0.2
+Version:3.14.1
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
 Group:  Productivity/Networking/Ftp/Clients
 Url:http://filezilla-project.org/
-Source0:
http://prdownloads.sourceforge.net/filezilla/FileZilla_%{version}_src.tar.bz2
+Source0:
http://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
 Patch0: putty-no_DATE_and_TIME_.patch
 Patch1: filezilla-3.5.3-buildinfo-no-date.patch
+Patch2: filezilla-3.14.1_wxstring.patch
+Patch3:   

commit ha-cluster-bootstrap for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package ha-cluster-bootstrap for 
openSUSE:Factory checked in at 2015-11-02 12:55:17

Comparing /work/SRC/openSUSE:Factory/ha-cluster-bootstrap (Old)
 and  /work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new (New)


Package is "ha-cluster-bootstrap"

Changes:

--- 
/work/SRC/openSUSE:Factory/ha-cluster-bootstrap/ha-cluster-bootstrap.changes
2015-10-30 21:53:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ha-cluster-bootstrap.new/ha-cluster-bootstrap.changes
   2015-11-02 12:55:21.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 31 16:50:46 UTC 2015 - kgronl...@suse.com
+
+- Add recommends for hawk2 (bsc#952982)
+
+---



Other differences:
--
++ ha-cluster-bootstrap.spec ++
--- /var/tmp/diff_new_pack.8x3Xmb/_old  2015-11-02 12:55:22.0 +0100
+++ /var/tmp/diff_new_pack.8x3Xmb/_new  2015-11-02 12:55:22.0 +0100
@@ -32,6 +32,7 @@
 Requires:   pacemaker
 Requires:   pssh
 Requires:   util-linux
+Recommends: hawk2
 Recommends: ocfs2-tools
 # These three are required for ocfs2 setup, but not generic setup
 Recommends: parted




commit notify-osd for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package notify-osd for openSUSE:Factory 
checked in at 2015-11-02 12:55:26

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


Package is "notify-osd"

Changes:

--- /work/SRC/openSUSE:Factory/notify-osd/notify-osd.changes2015-10-12 
10:02:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.notify-osd.new/notify-osd.changes   
2015-11-02 12:55:29.0 +0100
@@ -1,0 +2,7 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.9.35~bzr20151014 (changes since 0.9.35~bzr20151005):
+  * Only request rgba visuals on composited screens (lp#1473269).
+- Rebase notify-osd-leolik.patch.
+
+---

Old:

  notify-osd_0.9.35+15.10.20151005.orig.tar.gz

New:

  notify-osd_0.9.35+15.10.20151014.orig.tar.gz



Other differences:
--
++ notify-osd.spec ++
--- /var/tmp/diff_new_pack.EPUrUR/_old  2015-11-02 12:55:30.0 +0100
+++ /var/tmp/diff_new_pack.EPUrUR/_new  2015-11-02 12:55:30.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 0.9.35+15.10.20151005
+%define _version 0.9.35+15.10.20151014
 Name:   notify-osd
-Version:0.9.35~bzr20151005
+Version:0.9.35~bzr20151014
 Release:0
 Summary:Streamlined Notification Daemon
 License:GPL-3.0+

++ notify-osd-leolik.patch ++
--- /var/tmp/diff_new_pack.EPUrUR/_old  2015-11-02 12:55:30.0 +0100
+++ /var/tmp/diff_new_pack.EPUrUR/_new  2015-11-02 12:55:30.0 +0100
@@ -85,7 +85,7 @@
  
draw_round_rect (
cr,
-@@ -1662,6 +1681,8 @@
+@@ -1667,6 +1686,8 @@
if (!window)
return;
  
@@ -94,7 +94,7 @@
// set an 1x1 input-region to allow click-through 
region = cairo_region_create_rectangle ();
if (cairo_region_status (region) == CAIRO_STATUS_SUCCESS)
-@@ -1670,6 +1691,12 @@
+@@ -1675,6 +1696,12 @@
gtk_widget_input_shape_combine_region (window, region);
}
cairo_region_destroy (region);
@@ -107,7 +107,7 @@
  }
  
  static void
-@@ -1756,7 +1783,7 @@
+@@ -1761,7 +1788,7 @@
cairo_paint (cr);
cairo_set_operator (cr, CAIRO_OPERATOR_OVER);
  
@@ -116,7 +116,7 @@
{
// render drop-shadow and bubble-background
_render_background (bubble, cr, 1.0f, 0.0f);
-@@ -1787,6 +1814,30 @@
+@@ -1792,6 +1819,30 @@
  }
  
  static gboolean
@@ -147,7 +147,7 @@
  redraw_handler (Bubble* bubble)
  {
GtkWindow* window;
-@@ -1810,7 +1861,7 @@
+@@ -1815,7 +1866,7 @@
  
if (priv->alpha == NULL)
{
@@ -156,7 +156,7 @@
{
gtk_widget_set_opacity (priv->widget,
WINDOW_MIN_OPACITY +
-@@ -1979,7 +2030,7 @@
+@@ -1984,7 +2035,7 @@
  
// mark mouse-pointer having left bubble and proximity-area
// after inital show-up of bubble
@@ -165,7 +165,7 @@
priv->prevent_fade = FALSE;
}
  
-@@ -2275,6 +2326,14 @@
+@@ -2280,6 +2331,14 @@
  G_CALLBACK (bubble_draw),
  this);
  
@@ -180,7 +180,7 @@
// "clear" input-mask, set title/icon/attributes
gtk_widget_set_app_paintable (window, TRUE);
gtk_window_set_title (GTK_WINDOW (window), "notify-osd");
-@@ -2757,7 +2816,7 @@
+@@ -2762,7 +2821,7 @@
  
priv = self->priv;
  
@@ -189,7 +189,7 @@
return FALSE;
  
return priv->mouse_over;
-@@ -2861,7 +2920,7 @@
+@@ -2866,7 +2925,7 @@
  
// check if mouse-pointer is over bubble (and proximity-area) initially
pointer_update (self);
@@ -198,7 +198,7 @@
priv->prevent_fade = TRUE;
else
priv->prevent_fade = FALSE;
-@@ -3424,6 +3483,8 @@
+@@ -3429,6 +3488,8 @@
gint   old_bubble_height = 0;
gint   new_bubble_width  = 0;
gint   new_bubble_height = 0;
@@ -207,7 +207,7 @@
Defaults*  d;
BubblePrivate* priv;
  
-@@ -3618,6 +3679,13 @@
+@@ -3623,6 +3684,13 @@
_refresh_body (self);
  
update_shape (self);

++ notify-osd_0.9.35+15.10.20151005.orig.tar.gz -> 
notify-osd_0.9.35+15.10.20151014.orig.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notify-osd-0.9.35+15.10.20151005/src/bubble.c 
new/notify-osd-0.9.35+15.10.20151014/src/bubble.c
--- old/notify-osd-0.9.35+15.10.20151005/src/bubble.c   2015-10-05 
16:27:26.0 +0200
+++ new/notify-osd-0.9.35+15.10.20151014/src/bubble.c   2015-10-14 

commit ghc-cabal-helper for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-cabal-helper for 
openSUSE:Factory checked in at 2015-11-02 12:55:55

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


Package is "ghc-cabal-helper"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cabal-helper/ghc-cabal-helper.changes
2015-09-30 05:53:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cabal-helper.new/ghc-cabal-helper.changes   
2015-11-02 12:55:56.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov  2 07:56:57 UTC 2015 - mimi...@gmail.com
+
+- update to 0.6.1.0 
+
+---

Old:

  cabal-helper-0.6.0.0.tar.gz

New:

  cabal-helper-0.6.1.0.tar.gz



Other differences:
--
++ ghc-cabal-helper.spec ++
--- /var/tmp/diff_new_pack.SBmvwI/_old  2015-11-02 12:55:56.0 +0100
+++ /var/tmp/diff_new_pack.SBmvwI/_new  2015-11-02 12:55:56.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name cabal-helper
 %bcond_with tests
 Name:   ghc-cabal-helper
-Version:0.6.0.0
+Version:0.6.1.0
 Release:0
 Summary:Simple interface to some of Cabal's configuration state used 
by ghc-mod
 License:AGPL-3.0+

++ cabal-helper-0.6.0.0.tar.gz -> cabal-helper-0.6.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-helper-0.6.0.0/CabalHelper/Common.hs 
new/cabal-helper-0.6.1.0/CabalHelper/Common.hs
--- old/cabal-helper-0.6.0.0/CabalHelper/Common.hs  2015-09-07 
08:02:26.0 +0200
+++ new/cabal-helper-0.6.1.0/CabalHelper/Common.hs  2015-10-05 
17:36:12.0 +0200
@@ -86,3 +86,12 @@
 
 appDataDir :: IO FilePath
 appDataDir = ( "cabal-helper") <$> getAppUserDataDirectory "ghc-mod"
+
+isCabalFile :: FilePath -> Bool
+isCabalFile f = takeExtension' f == ".cabal"
+
+takeExtension' :: FilePath -> String
+takeExtension' p =
+if takeFileName p == takeExtension p
+  then "" -- just ".cabal" is not a valid cabal file
+  else takeExtension p
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cabal-helper-0.6.0.0/CabalHelper/Main.hs 
new/cabal-helper-0.6.1.0/CabalHelper/Main.hs
--- old/cabal-helper-0.6.0.0/CabalHelper/Main.hs2015-09-07 
08:02:26.0 +0200
+++ new/cabal-helper-0.6.1.0/CabalHelper/Main.hs2015-10-05 
17:36:12.0 +0200
@@ -19,8 +19,12 @@
 import Distribution.Simple.Utils (cabalVersion)
 import Distribution.Simple.Configure
 
-import Distribution.Package (PackageIdentifier, InstalledPackageId, PackageId)
+import Distribution.Package (PackageIdentifier, InstalledPackageId, PackageId,
+ packageName, packageVersion)
 import Distribution.PackageDescription (PackageDescription,
+GenericPackageDescription(..),
+Flag(..),
+FlagName(..),
 FlagAssignment,
 Executable(..),
 Library(..),
@@ -65,9 +69,11 @@
 #endif
 
 import Control.Applicative ((<$>))
+import Control.Arrow (first, (&&&))
 import Control.Monad
 import Control.Exception (catch, PatternMatchFail(..))
 import Data.List
+import qualified Data.Map as Map
 import Data.Maybe
 import Data.Monoid
 import Data.IORef
@@ -92,6 +98,10 @@
  ++"PROJ_DIR DIST_DIR [--with-* ...] (\n"
  ++"version\n"
  ++"  | print-lbi [--human]\n"
+ ++"  | package-id\n"
+ ++"  | flags\n"
+ ++"  | config-flags\n"
+ ++"  | non-default-config-flags\n"
  ++"  | write-autogen-files\n"
  ++"  | compiler-version\n"
  ++"  | ghc-options [--with-inplace]\n"
@@ -107,6 +117,10 @@
 
 commands :: [String]
 commands = [ "print-bli"
+   , "package-id"
+   , "flags"
+   , "config-flags"
+   , "non-default-config-flags"
, "write-autogen-files"
, "compiler-version"
, "ghc-options"
@@ -131,8 +145,11 @@
  errMsg $ "distdir '"++distdir++"' does not exist"
  exitFailure
 
+  [cfile] <- filter isCabalFile <$> getDirectoryContents projdir
+
   v <- maybe silent (const deafening) . lookup  "GHC_MOD_DEBUG" <$> 
getEnvironment
   lbi <- unsafeInterleaveIO $ getPersistBuildConfig distdir
+  gpd <- unsafeInterleaveIO $ readPackageDescription v (projdir  cfile)
   let pd = localPkgDescr lbi
   let lvd = (lbi, v, distdir)
 
@@ -162,6 +179,26 @@
 
   print =<< flip mapM cmds $$ \cmd -> do
   case cmd of
+"flags":[] -> do
+  return $ Just $ ChResponseFlags $ sort $

commit python3-Mako for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2015-11-02 12:55:45

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


Package is "python3-Mako"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2015-10-28 17:30:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2015-11-02 12:55:47.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  1 18:22:24 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.3:
+  * Fixed an issue where the Babel plugin would not handle a
+translation symbol that contained non-ascii characters. Pull
+request courtesy Roman Imankulov.
+
+---

Old:

  Mako-1.0.2.tar.gz

New:

  Mako-1.0.3.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.w4Kiys/_old  2015-11-02 12:55:47.0 +0100
+++ /var/tmp/diff_new_pack.w4Kiys/_new  2015-11-02 12:55:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Mako
-Version:1.0.2
+Version:1.0.3
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language

++ Mako-1.0.2.tar.gz -> Mako-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/Mako.egg-info/PKG-INFO 
new/Mako-1.0.3/Mako.egg-info/PKG-INFO
--- old/Mako-1.0.2/Mako.egg-info/PKG-INFO   2015-08-26 20:05:54.0 
+0200
+++ new/Mako-1.0.3/Mako.egg-info/PKG-INFO   2015-10-27 17:40:26.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Mako
-Version: 1.0.2
+Version: 1.0.3
 Summary: A super-fast templating language that borrows the  best ideas from 
the existing templating languages.
 Home-page: http://www.makotemplates.org/
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/Mako.egg-info/SOURCES.txt 
new/Mako-1.0.3/Mako.egg-info/SOURCES.txt
--- old/Mako-1.0.2/Mako.egg-info/SOURCES.txt2015-08-26 20:05:54.0 
+0200
+++ new/Mako-1.0.3/Mako.egg-info/SOURCES.txt2015-10-27 17:40:26.0 
+0100
@@ -9,7 +9,6 @@
 Mako.egg-info/dependency_links.txt
 Mako.egg-info/entry_points.txt
 Mako.egg-info/not-zip-safe
-Mako.egg-info/pbr.json
 Mako.egg-info/requires.txt
 Mako.egg-info/top_level.txt
 doc/caching.html
@@ -166,6 +165,8 @@
 test/templates/cmd_syntax.mako
 test/templates/crlf.html
 test/templates/gettext.mako
+test/templates/gettext_cp1251.mako
+test/templates/gettext_utf8.mako
 test/templates/index.html
 test/templates/internationalization.html
 test/templates/modtest.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/Mako.egg-info/pbr.json 
new/Mako-1.0.3/Mako.egg-info/pbr.json
--- old/Mako-1.0.2/Mako.egg-info/pbr.json   2015-08-26 20:05:54.0 
+0200
+++ new/Mako-1.0.3/Mako.egg-info/pbr.json   1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-{"is_release": false, "git_version": "1de5a33"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/PKG-INFO new/Mako-1.0.3/PKG-INFO
--- old/Mako-1.0.2/PKG-INFO 2015-08-26 20:05:54.0 +0200
+++ new/Mako-1.0.3/PKG-INFO 2015-10-27 17:40:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: Mako
-Version: 1.0.2
+Version: 1.0.3
 Summary: A super-fast templating language that borrows the  best ideas from 
the existing templating languages.
 Home-page: http://www.makotemplates.org/
 Author: Mike Bayer
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/doc/_sources/changelog.txt 
new/Mako-1.0.3/doc/_sources/changelog.txt
--- old/Mako-1.0.2/doc/_sources/changelog.txt   2015-08-26 20:02:37.0 
+0200
+++ new/Mako-1.0.3/doc/_sources/changelog.txt   2015-10-27 17:38:22.0 
+0100
@@ -6,6 +6,18 @@
 ===
 
 .. changelog::
+:version: 1.0.3
+:released: Tue Oct 27 2015
+
+.. change::
+:tags: bug, babel
+:pullreq: bitbucket:21
+
+  Fixed an issue where the Babel plugin would not handle a translation
+  symbol that contained non-ascii characters.  Pull request courtesy
+  Roman Imankulov.
+
+.. changelog::
 :version: 1.0.2
 :released: Wed Aug 26 2015
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mako-1.0.2/doc/build/changelog.rst 
new/Mako-1.0.3/doc/build/changelog.rst
--- old/Mako-1.0.2/doc/build/changelog.rst  2015-08-26 

commit python3-SQLAlchemy for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-11-02 12:55:42

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


Package is "python3-SQLAlchemy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-10-06 13:27:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2015-11-02 12:55:43.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov  1 18:23:56 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.9:
+  * see changelog at 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.9
+
+---

Old:

  SQLAlchemy-1.0.8.tar.gz

New:

  SQLAlchemy-1.0.9.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.meYKrq/_old  2015-11-02 12:55:44.0 +0100
+++ /var/tmp/diff_new_pack.meYKrq/_new  2015-11-02 12:55:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:1.0.8
+Version:1.0.9
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-1.0.8.tar.gz -> SQLAlchemy-1.0.9.tar.gz ++
 17178 lines of diff (skipped)




commit python3-SPARQLWrapper for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2015-11-02 12:55:43

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


Package is "python3-SPARQLWrapper"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2015-01-25 21:14:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2015-11-02 12:55:45.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov  1 19:50:24 UTC 2015 - a...@gmx.de
+
+- update to version 1.7.1:
+  * Fixed build in Python 3.x (issue #57)
+
+- changes from version 1.7.0:
+  * Added support to HTTP Digest Auth Support (issue #45)
+  * Improved print_results showing language tag (xml:lang) and
+datatype
+  * Updated to RDFLib 4.x
+
+---

Old:

  SPARQLWrapper-1.6.4.tar.gz

New:

  SPARQLWrapper-1.7.1.tar.gz



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.AAVfEG/_old  2015-11-02 12:55:45.0 +0100
+++ /var/tmp/diff_new_pack.AAVfEG/_new  2015-11-02 12:55:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-SPARQLWrapper
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-SPARQLWrapper
-Version:1.6.4
+Version:1.7.1
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C

++ SPARQLWrapper-1.6.4.tar.gz -> SPARQLWrapper-1.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/AUTHORS.md 
new/SPARQLWrapper-1.7.1/AUTHORS.md
--- old/SPARQLWrapper-1.6.4/AUTHORS.md  2014-08-26 13:44:16.0 +0200
+++ new/SPARQLWrapper-1.7.1/AUTHORS.md  2015-10-29 12:55:50.0 +0100
@@ -19,3 +19,6 @@
 * Benjamin Cogrel ([@bcogrel](http://github.com/bcogrel)): standard query types
 * Urs Holzer ([@uholzer](http://github.com/uholzer)): features, patches and 
testing
 * Alf Lervåg ([@alf](http://github.com/alf)): setup patch
+* Nolan Nichols ([@nicholsn](http://github.com/nicholsn)): http disgest auth 
support
+* Kevin Turner ([@keturn](https://github.com/keturn)): 
`SmartWrapper.Value.__repr__()` implementation 
+* Marcelo Jorge Vieira ([@marcelometal](https://github.com/marcelometal)): 
typos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/PKG-INFO 
new/SPARQLWrapper-1.7.1/PKG-INFO
--- old/SPARQLWrapper-1.6.4/PKG-INFO2014-08-26 14:55:08.0 +0200
+++ new/SPARQLWrapper-1.7.1/PKG-INFO2015-10-30 09:01:34.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SPARQLWrapper
-Version: 1.6.4
+Version: 1.7.1
 Summary: SPARQL Endpoint interface to Python
 Home-page: http://rdflib.github.io/sparqlwrapper
 Author: Ivan Herman, Sergio Fernández, Carlos Tejo Alonso, Alexey Zakhlestin
@@ -17,3 +17,4 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 3
 Requires: rdflib
+Requires: pycurl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/README.md 
new/SPARQLWrapper-1.7.1/README.md
--- old/SPARQLWrapper-1.6.4/README.md   2014-08-26 11:07:11.0 +0200
+++ new/SPARQLWrapper-1.7.1/README.md   2015-10-29 12:55:50.0 +0100
@@ -4,11 +4,11 @@
 
 The distribution contains:
 
-* `SPARQLWrapper`: the Python library. You should copy the directory somewhere 
into your PYTHONPATH. Alternatively, you can also run the disutils scrips:
+* `SPARQLWrapper`: the Python library. You should copy the directory somewhere 
into your PYTHONPATH. Alternatively, you can also run the distutils scripts:
 
 python setup.py install
 
 * `test`: some unit tests
   
-* `script`: some scripts to run the library against some SPARQL end-points.
+* `script`: some scripts to run the library against some SPARQL endpoints.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPARQLWrapper-1.6.4/SPARQLWrapper/SmartWrapper.py 
new/SPARQLWrapper-1.7.1/SPARQLWrapper/SmartWrapper.py
--- old/SPARQLWrapper-1.6.4/SPARQLWrapper/SmartWrapper.py   2014-08-26 
11:07:11.0 +0200
+++ new/SPARQLWrapper-1.7.1/SPARQLWrapper/SmartWrapper.py   2015-10-29 
12:55:50.0 +0100
@@ -61,6 

commit python3-astroid for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-astroid for openSUSE:Factory 
checked in at 2015-11-02 12:55:50

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


Package is "python3-astroid"

Changes:

--- /work/SRC/openSUSE:Factory/python3-astroid/python3-astroid.changes  
2015-08-02 22:46:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-astroid.new/python3-astroid.changes 
2015-11-02 12:55:51.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov  1 18:20:58 UTC 2015 - a...@gmx.de
+
+- update to version 1.3.8:
+  * Backport of  40e3176, which fixes issue #84.
+
+---

Old:

  astroid-1.3.7.tar.gz

New:

  astroid-1.3.8.tar.gz



Other differences:
--
++ python3-astroid.spec ++
--- /var/tmp/diff_new_pack.8rHLVk/_old  2015-11-02 12:55:51.0 +0100
+++ /var/tmp/diff_new_pack.8rHLVk/_new  2015-11-02 12:55:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-astroid
-Version:1.3.7
+Version:1.3.8
 Release:0
 Url:http://bitbucket.org/logilab/astroid
 Summary:Rebuild a new abstract syntax tree from Python's ast

++ astroid-1.3.7.tar.gz -> astroid-1.3.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-1.3.7/ChangeLog new/astroid-1.3.8/ChangeLog
--- old/astroid-1.3.7/ChangeLog 2015-07-27 17:07:47.0 +0200
+++ new/astroid-1.3.8/ChangeLog 2015-08-02 21:37:44.0 +0200
@@ -1,6 +1,10 @@
 Change log for the astroid package (used to be astng)
 =
 
+2015-08-02 -- 1.3.8
+
+* Backport of  40e3176, which fixes issue #84.
+
 2015-07-27 -- 1.3.7
 
 * Improve the inference of six.moves, especially when using `from ... 
import ...`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-1.3.7/PKG-INFO new/astroid-1.3.8/PKG-INFO
--- old/astroid-1.3.7/PKG-INFO  2015-07-27 17:33:11.0 +0200
+++ new/astroid-1.3.8/PKG-INFO  2015-08-02 22:40:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: astroid
-Version: 1.3.7
+Version: 1.3.8
 Summary: A abstract syntax tree for Python with inference support.
 Home-page: http://bitbucket.org/logilab/astroid
 Author: Logilab
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-1.3.7/astroid/__pkginfo__.py 
new/astroid-1.3.8/astroid/__pkginfo__.py
--- old/astroid-1.3.7/astroid/__pkginfo__.py2015-07-27 17:17:12.0 
+0200
+++ new/astroid-1.3.8/astroid/__pkginfo__.py2015-08-02 21:37:10.0 
+0200
@@ -20,10 +20,10 @@
 
 modname = 'astroid'
 
-numversion = (1, 3, 7)
+numversion = (1, 3, 8)
 version = '.'.join([str(num) for num in numversion])
 
-install_requires = ['logilab-common<=0.63.0', 'six']
+install_requires = ['logilab-common>=0.63.0', 'six']
 
 license = 'LGPL'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-1.3.7/astroid/scoped_nodes.py 
new/astroid-1.3.8/astroid/scoped_nodes.py
--- old/astroid-1.3.7/astroid/scoped_nodes.py   2015-07-27 16:47:38.0 
+0200
+++ new/astroid-1.3.8/astroid/scoped_nodes.py   2015-08-02 21:35:55.0 
+0200
@@ -822,7 +822,8 @@
 c = Class('temporary_class', None)
 c.hide = True
 c.parent = self
-c.bases = [next(b.infer(context)) for b in caller.args[1:]]
+bases = [next(b.infer(context)) for b in caller.args[1:]]
+c.bases = [base for base in bases if base != YES]
 c._metaclass = metaclass
 yield c
 return
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-1.3.7/astroid/tests/unittest_regrtest.py 
new/astroid-1.3.8/astroid/tests/unittest_regrtest.py
--- old/astroid-1.3.7/astroid/tests/unittest_regrtest.py2015-07-27 
16:47:38.0 +0200
+++ new/astroid-1.3.8/astroid/tests/unittest_regrtest.py2015-08-02 
22:37:37.0 +0200
@@ -19,11 +19,14 @@
 import unittest
 import textwrap
 
+import six
+
 from astroid import MANAGER, Instance, nodes
+from astroid.bases import BUILTINS
 from astroid.builder import AstroidBuilder
 from astroid.raw_building import build_module
 from astroid.manager import AstroidManager
-from astroid.test_utils import require_version
+from astroid.test_utils import require_version, extract_node
 from astroid.tests import resources
 
 class NonRegressionTests(resources.AstroidCacheSetupMixin,
@@ -241,6 +244,30 @@
 

commit yast2-geo-cluster for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2015-11-02 12:55:53

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


Package is "yast2-geo-cluster"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes  
2015-08-13 18:11:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2015-11-02 12:55:55.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  2 07:37:43 UTC 2015 - nw...@suse.com
+
+- BNC#952225. Polish the doc for Authentication Configuration.
+- Version 3.1.11
+
+---
@@ -4 +10 @@
-- BNC#319318. Support authentification. 
+- Fate#319318. Support authentification.

Old:

  yast2-geo-cluster-3.1.10.tar.bz2

New:

  yast2-geo-cluster-3.1.11.tar.bz2



Other differences:
--
++ yast2-geo-cluster.spec ++
--- /var/tmp/diff_new_pack.Hg79M0/_old  2015-11-02 12:55:55.0 +0100
+++ /var/tmp/diff_new_pack.Hg79M0/_new  2015-11-02 12:55:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++ yast2-geo-cluster-3.1.10.tar.bz2 -> yast2-geo-cluster-3.1.11.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.10/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-3.1.11/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-3.1.10/package/yast2-geo-cluster.changes  
2015-08-13 04:15:11.0 +0200
+++ new/yast2-geo-cluster-3.1.11/package/yast2-geo-cluster.changes  
2015-11-02 09:00:28.0 +0100
@@ -1,7 +1,13 @@
 ---
+Mon Nov  2 07:37:43 UTC 2015 - nw...@suse.com
+
+- BNC#952225. Polish the doc for Authentication Configuration.
+- Version 3.1.11
+
+---
 Thu Aug 13 02:10:41 UTC 2015 - nw...@suse.com
 
-- BNC#319318. Support authentification. 
+- Fate#319318. Support authentification.
 - Version 3.1.10
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.10/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-3.1.11/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-3.1.10/package/yast2-geo-cluster.spec 2015-08-13 
04:15:11.0 +0200
+++ new/yast2-geo-cluster-3.1.11/package/yast2-geo-cluster.spec 2015-11-02 
09:00:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.10/src/include/geo-cluster/dialogs.rb 
new/yast2-geo-cluster-3.1.11/src/include/geo-cluster/dialogs.rb
--- old/yast2-geo-cluster-3.1.10/src/include/geo-cluster/dialogs.rb 
2015-08-13 04:15:11.0 +0200
+++ new/yast2-geo-cluster-3.1.11/src/include/geo-cluster/dialogs.rb 
2015-11-02 09:00:28.0 +0100
@@ -103,7 +103,7 @@
 VBox(
   Right(
 HBox(
-  PushButton(Id(:authentification), _("Authentification")),
+  PushButton(Id(:authentication), _("Authentication")),
   HSpacing(2),
   PushButton(Id(:cancel_inner), _("Ca")),
   PushButton(Id(:ok), _("OK"))
@@ -113,7 +113,7 @@
   )
 end
 
-def authentification_layout(authfile)
+def authentication_layout(authfile)
   VBox(
 VSpacing(1),
 CheckBoxFrame(
@@ -125,25 +125,30 @@
 InputField(
   Id(:authfilename),
   Opt(:hstretch),
-  _("Authentification file"),
+  _("Authentication file"),
   authfile
 ),
-Label(
+Left(Label(
   _(
-"A relative path will be saved in /etc/booth, or using 
absolute path directly."
+"The file will be written to /etc/booth."
   )
-),
-Label(
+)),
+Left(Label(
+  _(
+"To write it to a different directory, enter an absolute path."
+  )
+)),
+Left(Label(
   _(
 "For a newly created geo cluster, push the button below to 
generate 

commit python3-urwid for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-urwid for openSUSE:Factory 
checked in at 2015-11-02 12:55:48

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


Package is "python3-urwid"

Changes:

--- /work/SRC/openSUSE:Factory/python3-urwid/python3-urwid.changes  
2015-01-08 23:02:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-urwid.new/python3-urwid.changes 
2015-11-02 12:55:49.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov  2 01:38:20 UTC 2015 - a...@gmx.de
+
+- update to version 1.3.1:
+  * Fix for screen not getting reset on exception regression
+(by Rian Hunter)
+  * AttrSpec objects are now comparable (by Random User)
+  * MonitoredList now has a clear method if list has a clear method
+(by neumond)
+  * Fix for BarGraph hlines sort order (by Heiko Noordhof)
+  * Fix for final output not appearing on exit with some terminals
+now that extra newline was removed (by Jared Winborne)
+  * Fix for a resizing bug in raw_display (by Esteban null)
+
+---

Old:

  urwid-1.3.0.tar.gz

New:

  urwid-1.3.1.tar.gz



Other differences:
--
++ python3-urwid.spec ++
--- /var/tmp/diff_new_pack.ipaKF2/_old  2015-11-02 12:55:50.0 +0100
+++ /var/tmp/diff_new_pack.ipaKF2/_new  2015-11-02 12:55:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-urwid
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-urwid
-Version:1.3.0
+Version:1.3.1
 Release:0
 Url:http://excess.org/urwid/
 Summary:A full-featured console (xterm et al.) user interface library

++ urwid-1.3.0.tar.gz -> urwid-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urwid-1.3.0/PKG-INFO new/urwid-1.3.1/PKG-INFO
--- old/urwid-1.3.0/PKG-INFO2014-10-17 20:27:53.0 +0200
+++ new/urwid-1.3.1/PKG-INFO2015-11-02 01:08:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: urwid
-Version: 1.3.0
+Version: 1.3.1
 Summary: A full-featured console (xterm et al.) user interface library
 Home-page: http://urwid.org/
 Author: Ian Ward
@@ -10,7 +10,7 @@
 Urwid is a console user interface library for Python.
 It includes many features useful for text console application 
developers including:
 
-- Applcations resize quickly and smoothly
+- Applications resize quickly and smoothly
 - Automatic, programmable text alignment and wrapping
 - Simple markup for setting text attributes within blocks of text
 - Powerful list box with programmable content for scrolling all widget 
types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urwid-1.3.0/README.rst new/urwid-1.3.1/README.rst
--- old/urwid-1.3.0/README.rst  2014-10-17 20:09:04.0 +0200
+++ new/urwid-1.3.1/README.rst  2015-11-02 01:08:16.0 +0100
@@ -9,7 +9,7 @@
 Urwid is a console user interface library for Python.
 It includes many features useful for text console application developers 
including:
 
-- Applcations resize quickly and smoothly
+- Applications resize quickly and smoothly
 - Automatic, programmable text alignment and wrapping
 - Simple markup for setting text attributes within blocks of text
 - Powerful list box with programmable content for scrolling all widget types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urwid-1.3.0/docs/changelog.rst 
new/urwid-1.3.1/docs/changelog.rst
--- old/urwid-1.3.0/docs/changelog.rst  2014-10-17 20:09:04.0 +0200
+++ new/urwid-1.3.1/docs/changelog.rst  2015-11-02 01:08:16.0 +0100
@@ -2,6 +2,26 @@
 Changelog
 -
 
+Urwid 1.3.1
+===
+
+2015-11-01
+
+ * Fix for screen not getting reset on exception regression
+   (by Rian Hunter)
+
+ * AttrSpec objects are now comparable (by Random User)
+
+ * MonitoredList now has a clear method if list has a clear method
+   (by neumond)
+
+ * Fix for BarGraph hlines sort order (by Heiko Noordhof)
+
+ * Fix for final output not appearing on exit with some terminals
+   now that extra newline was removed (by Jared Winborne)
+
+ * Fix for a resizing bug in raw_display (by Esteban null)
+
 Urwid 1.3.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python3-amqp for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-amqp for openSUSE:Factory 
checked in at 2015-11-02 12:55:52

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


Package is "python3-amqp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp.changes
2015-01-20 12:38:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes   
2015-11-02 12:55:53.0 +0100
@@ -1,0 +2,16 @@
+Sun Nov  1 18:19:39 UTC 2015 - a...@gmx.de
+
+- specfile
+  * added mock package for tests
+
+- update to version 1.4.7:
+  * Fixed libSystem error on OS X 10.11 (El Capitan)
+Fix contributed by Eric Wang.
+  * "channel.basic_publish" now raises
+:exc:`amqp.exceptions.NotConfirmed` on "basic.nack".
+  * AMQP timestamps received are now converted from GMT instead of
+local time (Issue #67).
+  * Wheel package installation now supported by both Python 2 and
+Python3.  Fix contributed by Rémy Greinhofer.
+
+---

Old:

  amqp-1.4.6.tar.gz

New:

  amqp-1.4.7.tar.gz



Other differences:
--
++ python3-amqp.spec ++
--- /var/tmp/diff_new_pack.noUkZP/_old  2015-11-02 12:55:53.0 +0100
+++ /var/tmp/diff_new_pack.noUkZP/_new  2015-11-02 12:55:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-amqp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-amqp
-Version:1.4.6
+Version:1.4.7
 Release:0
 Summary:Low-level AMQP client for Python (fork of amqplib)
 License:LGPL-2.1
@@ -30,6 +30,7 @@
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-sphinxcontrib-issuetracker
 # Test requirements:
+BuildRequires:  python3-mock
 BuildRequires:  python3-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ amqp-1.4.6.tar.gz -> amqp-1.4.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-1.4.6/Changelog new/amqp-1.4.7/Changelog
--- old/amqp-1.4.6/Changelog2014-08-11 19:00:17.0 +0200
+++ new/amqp-1.4.7/Changelog2015-10-03 02:31:01.0 +0200
@@ -5,6 +5,27 @@
 The previous amqplib changelog is here:
 http://code.google.com/p/py-amqplib/source/browse/CHANGES
 
+.. _version-1.4.7:
+
+1.4.7
+=
+:release-date: 2015-10-02 05:30 P.M PDT
+:release-by: Ask Solem
+
+- Fixed libSystem error on OS X 10.11 (El Capitan)
+
+Fix contributed by Eric Wang.
+
+- ``channel.basic_publish`` now raises :exc:`amqp.exceptions.NotConfirmed` on
+``basic.nack``.
+
+- AMQP timestamps received are now converted from GMT instead of local time
+(Issue #67).
+
+- Wheel package installation now supported by both Python 2 and Python3.
+
+Fix contributed by Rémy Greinhofer.
+
 .. _version-1.4.6:
 
 1.4.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-1.4.6/PKG-INFO new/amqp-1.4.7/PKG-INFO
--- old/amqp-1.4.6/PKG-INFO 2014-08-11 19:02:54.0 +0200
+++ new/amqp-1.4.7/PKG-INFO 2015-10-03 02:33:44.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: amqp
-Version: 1.4.6
+Version: 1.4.7
 Summary: Low-level AMQP client for Python (fork of amqplib)
 Home-page: http://github.com/celery/py-amqp
 Author: Ask Solem
@@ -10,7 +10,7 @@
  Python AMQP 0.9.1 client library
 =
 
-:Version: 1.4.6
+:Version: 1.4.7
 :Web: http://amqp.readthedocs.org/
 :Download: http://pypi.python.org/pypi/amqp/
 :Source: http://github.com/celery/py-amqp/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-1.4.6/README.rst new/amqp-1.4.7/README.rst
--- old/amqp-1.4.6/README.rst   2014-08-11 19:00:36.0 +0200
+++ new/amqp-1.4.7/README.rst   2015-10-03 00:02:20.0 +0200
@@ -2,7 +2,7 @@
  Python AMQP 0.9.1 client library
 =
 
-:Version: 1.4.6
+:Version: 1.4.7
 :Web: http://amqp.readthedocs.org/
 :Download: http://pypi.python.org/pypi/amqp/
 :Source: http://github.com/celery/py-amqp/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/amqp-1.4.6/amqp/__init__.py 
new/amqp-1.4.7/amqp/__init__.py
--- 

commit wine for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-11-02 12:55:56

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


Package is "wine"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2015-10-30 
16:36:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-11-02 
12:55:57.0 +0100
@@ -1,0 +2,13 @@
+Fri Oct 30 13:46:11 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.7.54 development snapshot
+  - Implementation of the TransmitFile function.
+  - More implementation of the Web Services DLL.
+  - Improved video decoding.
+  - Alternative for the deprecated prelink tool.
+  - Major Turkish translation update.
+  - Various bug fixes.
+- wine-relocate-base.patch: is upstream
+- winetricks: updated
+
+---

Old:

  wine-1.7.53.tar.bz2
  wine-1.7.53.tar.bz2.sign
  wine-relocate-base.patch

New:

  wine-1.7.54.tar.bz2
  wine-1.7.54.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.RrtsDM/_old  2015-11-02 12:55:59.0 +0100
+++ /var/tmp/diff_new_pack.RrtsDM/_new  2015-11-02 12:55:59.0 +0100
@@ -52,7 +52,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.53
+Version:1.7.54
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+
@@ -72,7 +72,6 @@
 # SUSE specific patches
 # - currently none, but add them here
 #Patch0: susepatches.patch
-Patch1: wine-relocate-base.patch
 Recommends: wine-gecko >= 2.24
 Recommends: wine-mp3
 # not packaged in distro...
@@ -118,7 +117,6 @@
 %prep
 %setup -q
 #%patch0 -p1
-%patch1 -p1
 #
 cp %{S:3} .
 #
@@ -174,7 +172,9 @@
 install -m 0755 %SOURCE2 %{buildroot}%{_bindir}/
 mv %{buildroot}/%{_mandir}/de.UTF-8 %{buildroot}/%{_mandir}/de
 mv %{buildroot}/%{_mandir}/fr.UTF-8 %{buildroot}/%{_mandir}/fr
+%ifnarch x86_64
 mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
+%endif
 install -c %{SOURCE11} %{buildroot}/%{_mandir}/man1/
 
 tar xjf %{SOURCE5}
@@ -238,12 +238,16 @@
 %{_bindir}/wisotool
 %{_datadir}/wine
 %{_datadir}/applications/wine.desktop
+%ifnarch x86_64
 %doc %{_mandir}/man1/wine.1*
+%endif
 %doc %{_mandir}/man1/winedbg.1*
 %doc %{_mandir}/man1/wineserver.1*
+%ifnarch x86_64
 %doc %dir %doc %{_mandir}/pl
 %doc %dir %doc %{_mandir}/pl/man1
 %doc %{_mandir}/*/man1/wine.1*
+%endif
 %doc %{_mandir}/*/man1/wineserver.1*
 %doc %{_mandir}/man1/msiexec.1.*
 %doc %{_mandir}/man1/notepad.1.*

++ wine-1.7.53.tar.bz2 -> wine-1.7.54.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.53.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.54.tar.bz2 differ: char 11, line 1


++ winetricks ++
--- /var/tmp/diff_new_pack.RrtsDM/_old  2015-11-02 12:55:59.0 +0100
+++ /var/tmp/diff_new_pack.RrtsDM/_new  2015-11-02 12:55:59.0 +0100
@@ -8020,6 +8020,29 @@
 else
 w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q
 fi
+
+case "$W_ARCH" in
+win64)
+# Also install the 64 bit version
+# 2015/10/19: 1a5d93dddbc431ab27b1da711cd3370891542797
+w_download 
http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe
 1a5d93dddbc431ab27b1da711cd3370891542797
+if w_workaround_wine_bug 30713 "Manually extracting the 64-bit dlls"
+then
+rm -f "$W_TMP"/*  # Avoid permission error
+w_try_cabextract --directory="$W_TMP" vcredist_x64.exe
+w_try_cabextract --directory="$W_TMP" "$W_TMP/a2"
+w_try_cabextract --directory="$W_TMP" "$W_TMP/a3"
+cp "$W_TMP"/F_CENTRAL_atl110_x64 "$W_SYSTEM64_DLLS"/atl110.dll
+cp "$W_TMP"/F_CENTRAL_mfc110_x64 "$W_SYSTEM64_DLLS"/mfc110.dll
+cp "$W_TMP"/F_CENTRAL_mfc110u_x64 "$W_SYSTEM64_DLLS"/mfc110u.dll
+cp "$W_TMP"/F_CENTRAL_msvcp110_x64 "$W_SYSTEM64_DLLS"/msvcp110.dll
+cp "$W_TMP"/F_CENTRAL_msvcr110_x64 "$W_SYSTEM64_DLLS"/msvcr110.dll
+cp "$W_TMP"/F_CENTRAL_vcomp110_x64 "$W_SYSTEM64_DLLS"/vcomp110.dll
+else
+w_try "$WINE" vcredist_x64.exe $W_UNATTENDED_SLASH_Q
+fi
+;;
+esac
 }
 
 #
@@ -8054,6 +8077,28 @@
 else
 w_try "$WINE" vcredist_x86.exe $W_UNATTENDED_SLASH_Q
 fi
+
+case "$W_ARCH" in
+win64)
+# Also install the 64 bit version
+# 2015/10/19: 8bf41ba9eef02d30635a10433817dbb6886da5a2
+w_download 

commit minitube for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package minitube for openSUSE:Factory 
checked in at 2015-11-02 12:55:30

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


Package is "minitube"

Changes:

--- /work/SRC/openSUSE:Factory/minitube/minitube.changes2015-07-08 
06:58:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.minitube.new/minitube.changes   2015-11-02 
12:55:32.0 +0100
@@ -1,0 +2,18 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 2.5:
+  * Use Qt5 instead of Qt4.
+  * HiDPI support.
+  * Mac style overhaul: new toolbar, lighter fonts & tabs.
+  * Status Bar hidden when not needed: less clutter, more room for
+videos.
+  * Clickable links in video description.
+  * Autoadjust window size.
+  * Smart date formatting: 3 hours ago, 1 month ago, etc.
+  * When opening the YouTube webpage the video now starts from
+where it left in Minitube.
+  * Fix videos restarting after long pause.
+  * New and updated translations.
+- Use Qt5 instead of Qt4.
+
+---

Old:

  minitube-2.4.tar.gz

New:

  minitube-2.5.tar.gz



Other differences:
--
++ minitube.spec ++
--- /var/tmp/diff_new_pack.YNARFU/_old  2015-11-02 12:55:32.0 +0100
+++ /var/tmp/diff_new_pack.YNARFU/_new  2015-11-02 12:55:32.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   minitube
-Version:2.4
+Version:2.5
 Release:0
-Summary:Native Youtube Client
+Summary:Native YouTube Client
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Video/Players
 Url:http://flavio.tordini.org/minitube
 Source: 
https://github.com/flaviotordini/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# Manpage written by Jakob Haufe  for the Debian project
+# Manpage written by Jakob Haufe  for the Debian project.
 Source1:minitube.1
 # PATCH-FIX-OPENSUSE minitube-no-update-check.patch su...@sur5r.net -- Disable 
update check.
 Patch0: %{name}-no-update-check.patch
@@ -32,16 +32,17 @@
 Patch1: %{name}-fix-watchrelatedvideo-icon.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqt4-linguist
+BuildRequires:  libqt5-linguist
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(QtDBus)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtScript)
-BuildRequires:  pkgconfig(QtSql)
-BuildRequires:  pkgconfig(QtXml)
-BuildRequires:  pkgconfig(phonon)
-Requires:   phonon
-Recommends: %{name}-lang = %{version}
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(phonon4qt5)
+Requires:   phonon4qt5-backend
+Recommends: %{name}-lang
 
 %description
 Minitube is a native YouTube client. With it you can watch YouTube
@@ -59,18 +60,16 @@
 %patch1
 
 %build
-%{_libdir}/qt4/bin/qmake \
+%qmake5 \
   "DEFINES+=APP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y" \
-  PREFIX=%{_prefix}\
-  QMAKE_CFLAGS="%{optflags}"   \
-  QMAKE_CXXFLAGS="%{optflags}"
+  PREFIX=%{_prefix}
 make %{?_smp_mflags}
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%{qmake5_install}
 install -Dm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
 %suse_update_desktop_file -r %{name} AudioVideo Video Player
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %post
 %desktop_database_post

++ minitube-2.4.tar.gz -> minitube-2.5.tar.gz ++
 77378 lines of diff (skipped)

++ minitube-no-update-check.patch ++
--- /var/tmp/diff_new_pack.YNARFU/_old  2015-11-02 12:55:33.0 +0100
+++ /var/tmp/diff_new_pack.YNARFU/_new  2015-11-02 12:55:33.0 +0100
@@ -1,12 +1,12 @@
 diff -aur a/src/mainwindow.cpp b/src/mainwindow.cpp
 --- a/src/mainwindow.cpp
 +++ b/src/mainwindow.cpp
-@@ -207,7 +207,7 @@
+@@ -232,7 +232,7 @@ void MainWindow::lazyInit() {
  
- JsFunctions::instance();
+ ChannelAggregator::instance()->start();
  
 -checkForUpdate();
 +//checkForUpdate();
- }
  
- void MainWindow::changeEvent(QEvent* event) {
+ initialized = true;
+ }




commit marco for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package marco for openSUSE:Factory checked 
in at 2015-11-02 12:55:33

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


Package is "marco"

Changes:

--- /work/SRC/openSUSE:Factory/marco/marco.changes  2015-10-28 
17:30:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.marco.new/marco.changes 2015-11-02 
12:55:34.0 +0100
@@ -6 +6 @@
-  * Fix crash with window moving in some distributions.
+  * Fix crash with window moving in some distributions (boo#953036).



Other differences:
--



commit python3-WebOb for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-WebOb for openSUSE:Factory 
checked in at 2015-11-02 12:55:47

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


Package is "python3-WebOb"

Changes:

--- /work/SRC/openSUSE:Factory/python3-WebOb/python3-WebOb.changes  
2015-04-18 10:39:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-WebOb.new/python3-WebOb.changes 
2015-11-02 12:55:48.0 +0100
@@ -1,0 +2,36 @@
+Sun Nov  1 19:54:14 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * doc/news.txt -> doc/changes.txt
+
+- update to version 1.5.1:
+  * The exceptions HTTPNotAcceptable, HTTPUnsupportedMediaType and
+HTTPNotImplemented will now correctly use the sub-classed template
+rather than the default error template. See
+https://github.com/Pylons/webob/issues/221
+  * Response’s from_file now correctly deals with a status line that
+contains an HTTP version identifier. HTTP/1.1 200 OK is now
+correctly parsed, whereas before this would raise an error upon
+setting the Response.status in from_file. See
+https://github.com/Pylons/webob/issues/121
+
+- changes from version 1.5.0:
+  * The cookie API functions will now make sure that max_age is an
+integer or an string that can convert to an integer. Previously
+passing in max_age=’test’ would have silently done the wrong
+thing.
+  * Unbreak req.POST when the request method is PATCH. Instead of
+returning something cmpletely unrelated we return NoVar. See:
+https://github.com/Pylons/webob/pull/215
+  * HTTP Status Code 308 is now supported as a Permanent Redirect. See
+https://github.com/Pylons/webob/pull/207
+  * Response.set_cookie renamed the only required parameter from "key"
+to "name". The code will now still accept “key” as a keyword
+argument, and will issue a DeprecationWarning until WebOb 1.7.
+  * The status attribute of a Response object no longer takes a string
+like None None and allows that to be set as the status. It now has
+to at least match the pattern of 
+. Invalid status strings will now
+raise a ValueError.
+
+---

Old:

  WebOb-1.4.1.tar.gz

New:

  WebOb-1.5.1.tar.gz



Other differences:
--
++ python3-WebOb.spec ++
--- /var/tmp/diff_new_pack.bMg2iS/_old  2015-11-02 12:55:48.0 +0100
+++ /var/tmp/diff_new_pack.bMg2iS/_new  2015-11-02 12:55:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-WebOb
-Version:1.4.1
+Version:1.5.1
 Release:0
 Summary:WSGI request and response object
 License:MIT
@@ -71,6 +71,6 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc docs/news.txt build/sphinx/html
+%doc docs/changes.txt build/sphinx/html
 
 %changelog

++ WebOb-1.4.1.tar.gz -> WebOb-1.5.1.tar.gz ++
 8030 lines of diff (skipped)