commit plank for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package plank for openSUSE:Factory checked 
in at 2016-12-08 00:32:01

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


Package is "plank"

Changes:

--- /work/SRC/openSUSE:Factory/plank/plank.changes  2016-09-24 
15:29:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.plank.new/plank.changes 2016-12-08 
00:32:02.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec  7 17:20:02 UTC 2016 - avvi...@yandex.by
+
+- Update to 0.11.3:
+  * Add CPUMonitor docklet (lp#1611504)
+  * Hide tooltips if the user performed action on a dockitem 
+  * Use the file's display-name where possible
+  * Trust Bamf with providing us the window-count
+  * Don't over-react on user-visible changes and keep transient items
+  * SurfaceCache: Never clear the cache completely
+  * tests: Fix build with valac 0.35+
+  * Drop references to gthread-2.0
+  * Update appdata
+  * Update translations
+
+---

Old:

  plank-0.11.2.tar.xz
  plank-0.11.2.tar.xz.asc

New:

  plank-0.11.3.tar.xz
  plank-0.11.3.tar.xz.asc



Other differences:
--
++ plank.spec ++
--- /var/tmp/diff_new_pack.kZo5Oq/_old  2016-12-08 00:32:03.0 +0100
+++ /var/tmp/diff_new_pack.kZo5Oq/_new  2016-12-08 00:32:03.0 +0100
@@ -19,7 +19,7 @@
 %define lname  libplank1
 %define _version 1.0
 Name:   plank
-Version:0.11.2
+Version:0.11.3
 Release:0
 Summary:Elegant, simple, and clean dock
 License:GPL-3.0+

++ plank-0.11.2.tar.xz -> plank-0.11.3.tar.xz ++
 6910 lines of diff (skipped)




commit ntl for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package ntl for openSUSE:Factory checked in 
at 2016-12-08 00:31:47

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


Package is "ntl"

Changes:

--- /work/SRC/openSUSE:Factory/ntl/ntl.changes  2016-11-04 21:00:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ntl.new/ntl.changes 2016-12-08 
00:31:48.0 +0100
@@ -1,0 +2,14 @@
+Tue Nov 29 11:16:07 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 10.3.0
+  * Marginally improved performance and crossovers for mat_zz_p
+multipliplication.
+  * Retired the zz_pXAltArgument class, which was used for modular
+composition in zz_pX. While this has been in in the documented
+interface for a few months, it was flagged as being provisional
+and subject to change. In place of zz_pXAltArgument, the class
+zz_pXNewArgument was added.
+  * Implementation of a multi-modular strategy for matrix
+multiplication over ZZ_p.
+
+---

Old:

  ntl-10.1.0.tar.gz

New:

  ntl-10.3.0.tar.gz



Other differences:
--
++ ntl.spec ++
--- /var/tmp/diff_new_pack.bTrn07/_old  2016-12-08 00:31:49.0 +0100
+++ /var/tmp/diff_new_pack.bTrn07/_new  2016-12-08 00:31:49.0 +0100
@@ -17,8 +17,8 @@
 
 
 Name:   ntl
-%define lname  libntl31
-Version:10.1.0
+%define lname  libntl33
+Version:10.3.0
 Release:0
 Summary:Library for Number Theory
 License:LGPL-2.1+

++ ntl-10.1.0.tar.gz -> ntl-10.3.0.tar.gz ++
 7878 lines of diff (skipped)

++ ntl-automake.diff ++
--- /var/tmp/diff_new_pack.bTrn07/_old  2016-12-08 00:31:50.0 +0100
+++ /var/tmp/diff_new_pack.bTrn07/_new  2016-12-08 00:31:50.0 +0100
@@ -7,14 +7,14 @@
  Makefile.am |   15 ++
  autogen.sh  |5 ++
  configure.ac|   96 
- include/Makefile.am |   98 +
- src/Makefile.am |  122 

- 5 files changed, 336 insertions(+)
+ include/Makefile.am |  100 ++
+ src/Makefile.am |  123 

+ 5 files changed, 339 insertions(+)
 
-Index: ntl-10.1.0/Makefile.am
+Index: ntl-10.3.0/Makefile.am
 ===
 --- /dev/null
-+++ ntl-10.1.0/Makefile.am
 ntl-10.3.0/Makefile.am
 @@ -0,0 +1,15 @@
 +# -*- Makefile -*-
 +
@@ -31,20 +31,20 @@
 +include/NTL/config.h: config.h
 +  mkdir -p include/NTL
 +  grep 'define NTL_' <$< >$@
-Index: ntl-10.1.0/autogen.sh
+Index: ntl-10.3.0/autogen.sh
 ===
 --- /dev/null
-+++ ntl-10.1.0/autogen.sh
 ntl-10.3.0/autogen.sh
 @@ -0,0 +1,5 @@
 +#!/bin/sh -e
 +
 +mkdir -p m4;
 +autoreconf -fi;
 +rm -Rf autom4te.cache;
-Index: ntl-10.1.0/configure.ac
+Index: ntl-10.3.0/configure.ac
 ===
 --- /dev/null
-+++ ntl-10.1.0/configure.ac
 ntl-10.3.0/configure.ac
 @@ -0,0 +1,96 @@
 +AC_INIT([ntl], [9.6.4])
 +AC_CONFIG_AUX_DIR([build-aux])
@@ -142,11 +142,11 @@
 +AC_SUBST([my_CXXFLAGS])
 +AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
 +AC_OUTPUT
-Index: ntl-10.1.0/include/Makefile.am
+Index: ntl-10.3.0/include/Makefile.am
 ===
 --- /dev/null
-+++ ntl-10.1.0/include/Makefile.am
-@@ -0,0 +1,98 @@
 ntl-10.3.0/include/Makefile.am
+@@ -0,0 +1,100 @@
 +# -*- Makefile -*-
 +
 +nobase_include_HEADERS = \
@@ -169,6 +169,7 @@
 +  NTL/Lazy.h \
 +  NTL/LazyTable.h \
 +  NTL/LLL.h \
++  NTL/MatPrime.h \
 +  NTL/RR.h \
 +  NTL/SmartPtr.h \
 +  NTL/WordVector.h \
@@ -176,6 +177,7 @@
 +  NTL/ZZVec.h \
 +  NTL/ZZX.h \
 +  NTL/ZZXFactoring.h \
++  NTL/ZZ_limbs.h \
 +  NTL/ZZ_p.h \
 +  NTL/ZZ_pE.h \
 +  NTL/ZZ_pEX.h \
@@ -245,11 +247,11 @@
 +  NTL/vector.h \
 +  NTL/version.h \
 +  NTL/xdouble.h
-Index: ntl-10.1.0/src/Makefile.am
+Index: ntl-10.3.0/src/Makefile.am
 ===
 --- /dev/null
-+++ ntl-10.1.0/src/Makefile.am
-@@ -0,0 +1,122 @@
 ntl-10.3.0/src/Makefile.am
+@@ -0,0 +1,123 @@
 +# -*- Makefile -*-
 +
 +AM_CPPFLAGS = -I${top_builddir}/include -I${top_srcdir}/include
@@ -258,7 +260,7 @@
 +lib_LTLIBRARIES = libntl.la
 +
 +# cf. "VERSION_INFO" file
-+libntl_la_LDFLAGS = -version-info 31:0:0 -no-undefined
++libntl_la_LDFLAGS = -version-info 

commit pari for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package pari for openSUSE:Factory checked in 
at 2016-12-08 00:31:52

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


Package is "pari"

Changes:

--- /work/SRC/openSUSE:Factory/pari/pari.changes2016-08-05 
18:16:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.pari.new/pari.changes   2016-12-08 
00:31:53.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 29 11:45:37 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2.9.0
+* fixed nfisisom(x,x^0) causing a crash
+* fixed crash on BIB in ellpointtoz(t_PADIC)
+* fixed wrong result for nfroots(non-monic t_POL)
+* fixed division by zero on doing
+  e=ellinit([1,-1,1,98,126],O(5^10)); ellpointtoz(e,[1,14])
+* fixed rare crash in bnfisprincipal
+
+---

Old:

  pari-2.7.6.changelog
  pari-2.7.6.tar.gz
  pari-2.7.6.tar.gz.asc

New:

  pari-2.9.0.changelog
  pari-2.9.0.tar.gz
  pari-2.9.0.tar.gz.asc



Other differences:
--
++ pari.spec ++
--- /var/tmp/diff_new_pack.DiWqbH/_old  2016-12-08 00:31:54.0 +0100
+++ /var/tmp/diff_new_pack.DiWqbH/_new  2016-12-08 00:31:54.0 +0100
@@ -17,8 +17,8 @@
 
 
 Name:   pari
-%define lname  libpari-gmp4
-Version:2.7.6
+%define lname  libpari-gmp5
+Version:2.9.0
 Release:0
 Summary:Computer Algebra System for fast computations in Number Theory
 License:GPL-2.0
@@ -121,10 +121,10 @@
 # http://pari.math.u-bordeaux.fr/archives/pari-dev-1211/msg6.html
 # for details on the SO versioning.
 #
-%files -n libpari-gmp4
+%files -n libpari-gmp5
 %defattr(-,root,root)
 %_libdir/libpari-gmp.so.%version
-%_libdir/libpari-gmp.so.4
+%_libdir/libpari-gmp.so.5
 
 %files devel
 %defattr(-,root,root)

++ pari-2.7.6.changelog -> pari-2.9.0.changelog ++
 956 lines (skipped)
 between /work/SRC/openSUSE:Factory/pari/pari-2.7.6.changelog
 and /work/SRC/openSUSE:Factory/.pari.new/pari-2.9.0.changelog

++ pari-2.7.6.tar.gz -> pari-2.9.0.tar.gz ++
 234925 lines of diff (skipped)




commit pari-elldata for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package pari-elldata for openSUSE:Factory 
checked in at 2016-12-08 00:31:56

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


Package is "pari-elldata"

Changes:

--- /work/SRC/openSUSE:Factory/pari-elldata/pari-elldata.changes
2016-03-26 15:23:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.pari-elldata.new/pari-elldata.changes   
2016-12-08 00:31:59.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 11:55:46 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 20161017
+  * No changelog was provided
+
+---



Other differences:
--
++ pari-elldata.spec ++
--- /var/tmp/diff_new_pack.EBFXZU/_old  2016-12-08 00:32:02.0 +0100
+++ /var/tmp/diff_new_pack.EBFXZU/_new  2016-12-08 00:32:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pari-elldata
-Version:20150519
+Version:20161017
 Release:0
 Summary:Elliptic Curve Data for the PARI CAS
 License:GPL-2.0+

++ elldata.tgz ++
/work/SRC/openSUSE:Factory/pari-elldata/elldata.tgz 
/work/SRC/openSUSE:Factory/.pari-elldata.new/elldata.tgz differ: char 5, line 1

++ elldata.tgz.asc ++
--- /var/tmp/diff_new_pack.EBFXZU/_old  2016-12-08 00:32:02.0 +0100
+++ /var/tmp/diff_new_pack.EBFXZU/_new  2016-12-08 00:32:02.0 +0100
@@ -1,17 +1,17 @@
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v1.4.12 (GNU/Linux)
+Version: GnuPG v1
 
-iQIcBAABAgAGBQJWwZcJAAoJEI8OfCtFIuOH4LkQALEmL/iZZ9dvG5+2kNph1Vn6
-8QF7dhVIUTZ0XWzqZK6uupSSRUBbMIJ2mHaw6+SAMuFBLzhVHXrFAfzX4nuUd0qh
-d2U4x1cUk4i8JXC4M1wmkxnrPKWUobZzTWNUP6DIXssmNUUqo0WKcic5Jj+RYdwn
-bTNiKndcOGf8FAuTbyH+zCmGNIikr0kPPQtuka/ly2d0F2vDW3dCeNqzO+w3k1cM
-ZJQpGGuY25tXi2FreOJQOFFi++Jlw68j7CWB3b4nzvTy+uB1LiyAdUNPJO38m1So
-niBFHYrvTxjvNrdFyTwkinhFfJ9MPFkIUfW50Qkmhz+F35HBFSjiYQlIvGrlOffb
-SbhgZjEasNZ7aGENBakLpxfLUu5qxeEl8bgvgN10N7Rwub9suz54SS7vSkP7TDjp
-44R8aCsdpBoyKNKZHdjRO3wD9CwVw/HFGsd1g9RZy+bjWFUIK5v6k7ah7F0b5gwU
-3mrqmuRnVgv2vU2t/WQBrw4XqfUQYyirIF0O+6wfag52sRwn5CrZIJoQuSYxtK/k
-m82C9z3njVIQAJYFZedioniTK5H3vuZR5KM2V5mPlTHks2MY1NSz7yujjYV6tkLa
-WRejRaEYk1szkga4Ht6fy930yO4u1PWeP7DDx8mm3d7QH5jK07KbRUnLItKAKPiW
-93OFHc2vxaPuI8xZDq4X
-=FMGs
+iQIcBAABAgAGBQJYBR1uAAoJEI8OfCtFIuOHDDUP/3980YcJmC4ANCJyaR7BnCgO
+8qgY+kqqJvfkl0UoENZ16mOlvMUHf3rdfET/Cn0dCNljHpf/Z4RocVyEo+sFFe5W
+gqN5H3RuzkhE12GjugC3tL/8hirVVC6sLMKelgmvSo2t0xg++qeEcULM2+fU8chH
+/Koj3di50/Yz3JFgDd14wQkPSG3wCqEslR3Obk4gpS7v6/Nk1yad9QfUi5/g9jku
+1s+DfPRb/GRB//bJjAzDIDwauw3ereyQNrBLdfsbv4CAJMDi1vI6Z5A2WU+2+DIt
+d679jHP74SQpUhbrUh2fbkFM5ScfZZlXy3sXuqwlg/Dnr+nOt0k8qHNMRkrXR4/K
+cMg/QELo+yOEVOaidhzbOvfpIaqmUacJkzZLRAFyPh5qJJZPUWa3gpAMQ8WxKX34
+6/4JNaBdYTo7tcyHJsdfeyShmD4qv7o6UStGYWEKwShlykuSrFkQ3+TyV/o4dWqc
+li1qpyfrUdcpKVxG8wVhmvfMkK2Gmm5bzGdPqcfT5cDf6qRhCsgvXrNdhzCTKsAI
+gtCDYG+PZVDiGRHNpOX74ejaXD3btrzcUY0J9zIwTsOkJfte1vvOrLnjWkFoiMpf
+QN0KexHXEpIUf8kHSn44TOEK/x6djtlkZBdWZ0gi9PpfdHWgw6Fmf2TMk4aH+U7C
+WdxRGOEgAa6zGd+71NpW
+=Fwga
 -END PGP SIGNATURE-




commit drbd for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package drbd for openSUSE:Factory checked in 
at 2016-12-08 00:31:06

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


Package is "drbd"

Changes:

--- /work/SRC/openSUSE:Factory/drbd/drbd.changes2016-10-26 
13:29:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes   2016-12-08 
00:31:07.0 +0100
@@ -1,0 +2,10 @@
+Fri Nov 25 10:28:35 UTC 2016 - lpecha...@suse.com
+
+- Excluded openSUSE from RT KMP build (bsc#1005578) 
+
+---
+Wed Nov 19 11:56:17 UTC 2016 - lpecha...@suse.com
+
+- Enabled RT KMP build (bsc#1005578)
+
+---



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.lNt6kF/_old  2016-12-08 00:31:08.0 +0100
+++ /var/tmp/diff_new_pack.lNt6kF/_new  2016-12-08 00:31:08.0 +0100
@@ -18,9 +18,11 @@
 
 # needssslcertforbuild
 
+%if ! 0%{?is_opensuse}
 %ifarch x86_64
 %define buildrt 0
 %endif
+%endif
 
 Name:   drbd
 Version:9.0.5+git.8d53d3e




commit python-pyroute2 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-pyroute2 for openSUSE:Factory 
checked in at 2016-12-08 00:30:42

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


Package is "python-pyroute2"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyroute2/python-pyroute2.changes  
2016-09-13 22:23:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyroute2.new/python-pyroute2.changes 
2016-12-08 00:30:43.0 +0100
@@ -1,0 +2,27 @@
+Mon Nov 21 08:17:08 UTC 2016 - g...@suse.com
+
+- Update to 0.4.11
+  + rtnl: #284 -- support vlan_flags
+  + ipdb: #288 -- do not inore link-local addresses
+  + ipdb: #300 -- sort ip addresses
+  + ipdb: #306 -- support net_ns_pid
+  + ipdb: #307 -- fix IPv6 routes management
+  + ipdb: #311 -- vlan interfaces address loading
+  + iprsocket: #305 -- support NETLINK_LISTEN_ALL_NSID
+  + devlink: fix fd leak on broken init
+  + sock_diag: initial NETLINK_SOCK_DIAG support
+  + rtnl: fix critical fd leak in the compat code
+  + rtnl: compat proxying fix
+  + rtnl: compat code is back
+  + netns: custom netns path support
+  + ipset: multiple improvements
+
+---
+Tue Nov 15 10:37:01 UTC 2016 - dmuel...@suse.com
+
+- update to 0.4.6:
+  * ipdb: #278 -- fix initial ports mapping
+  * ipset: #277 -- fix ADT attributes parsing
+  * nl80211: #274, #275, #276 -- BSS-related fixes
+
+---

Old:

  pyroute2-0.4.5.tar.gz

New:

  pyroute2-0.4.11.tar.gz



Other differences:
--
++ python-pyroute2.spec ++
--- /var/tmp/diff_new_pack.cRHjwJ/_old  2016-12-08 00:30:44.0 +0100
+++ /var/tmp/diff_new_pack.cRHjwJ/_new  2016-12-08 00:30:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyroute2
-Version:0.4.5
+Version:0.4.11
 Release:0
 Summary:Python Netlink library
 License:GPL-2.0+ or Apache-2.0

++ pyroute2-0.4.5.tar.gz -> pyroute2-0.4.11.tar.gz ++
 17142 lines of diff (skipped)




commit gp2c for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package gp2c for openSUSE:Factory checked in 
at 2016-12-08 00:31:42

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


Package is "gp2c"

Changes:

--- /work/SRC/openSUSE:Factory/gp2c/gp2c.changes2016-03-26 
15:23:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.gp2c.new/gp2c.changes   2016-12-08 
00:31:43.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 11:49:00 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 0.0.10
+* Support for PARI 2.9
+
+---

Old:

  gp2c-0.0.9pl5.tar.gz
  gp2c-0.0.9pl5.tar.gz.asc

New:

  gp2c-0.0.10.tar.gz
  gp2c-0.0.10.tar.gz.asc



Other differences:
--
++ gp2c.spec ++
--- /var/tmp/diff_new_pack.srMTeE/_old  2016-12-08 00:31:44.0 +0100
+++ /var/tmp/diff_new_pack.srMTeE/_new  2016-12-08 00:31:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gp2c
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gp2c
-Version:0.0.9pl5
+Version:0.0.10
 Release:0
 Summary:GP script to PARI C program compiler
 License:GPL-2.0

++ gp2c-0.0.9pl5.tar.gz -> gp2c-0.0.10.tar.gz ++
 21433 lines of diff (skipped)




commit libzbc for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libzbc for openSUSE:Factory checked 
in at 2016-12-08 00:31:12

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


Package is "libzbc"

Changes:

--- /work/SRC/openSUSE:Factory/libzbc/libzbc.changes2016-10-10 
16:21:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzbc.new/libzbc.changes   2016-12-08 
00:31:13.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 29 10:31:02 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 4.3.3
+  * block backend driver: support latest "official" kernel
+interface queued up for kernel 4.10 release.
+
+---

Old:

  v4.3.0.tar.gz

New:

  v4.3.3.tar.gz



Other differences:
--
++ libzbc.spec ++
--- /var/tmp/diff_new_pack.N3MIOt/_old  2016-12-08 00:31:14.0 +0100
+++ /var/tmp/diff_new_pack.N3MIOt/_new  2016-12-08 00:31:14.0 +0100
@@ -17,8 +17,8 @@
 
 
 Name:   libzbc
-%define lname   libzbc-4_3_0
-Version:4.3.0
+%define lname   libzbc-4_3_3
+Version:4.3.3
 Release:0
 Summary:Library for manipulating ZBC and ZAC disks
 License:BSD-2-Clause and LGPL-3.0+

++ v4.3.0.tar.gz -> v4.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzbc-4.3.0/.gitignore new/libzbc-4.3.3/.gitignore
--- old/libzbc-4.3.0/.gitignore 2016-08-18 04:04:10.0 +0200
+++ new/libzbc-4.3.3/.gitignore 2016-11-15 07:55:55.0 +0100
@@ -26,6 +26,7 @@
 *.hex
 
 zbc_info
+zbc_inquiry
 zbc_report_zones
 zbc_reset_write_ptr
 zbc_close_zone
@@ -98,3 +99,8 @@
 tools/lkvs/m4/ltversion.m4
 tools/lkvs/m4/lt~obsolete.m4
 
+tools/lkvs/src/examples/lkvsfileput
+tools/lkvs/src/examples/lkvsget
+tools/lkvs/src/examples/lkvsmultiget
+tools/lkvs/src/examples/lkvsmultiput
+tools/lkvs/src/examples/lkvsput
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzbc-4.3.0/configure.ac 
new/libzbc-4.3.3/configure.ac
--- old/libzbc-4.3.0/configure.ac   2016-08-18 04:04:10.0 +0200
+++ new/libzbc-4.3.3/configure.ac   2016-11-15 07:55:55.0 +0100
@@ -1,5 +1,5 @@
 
-AC_INIT([libzbc], [4.3.0], [damien.lem...@hgst.com, adam.manzana...@hgst.com])
+AC_INIT([libzbc], [4.3.3], [damien.lem...@wdc.com, adam.manzana...@wdc.com])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([include/config.h])
@@ -24,6 +24,12 @@
 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
 CC="$PTHREAD_CC"
 
+# Checks for header files.
+AC_CHECK_HEADER(scsi/scsi.h, [], [AC_MSG_ERROR([Couldn't find scsi/scsi.h])])
+AC_CHECK_HEADER(scsi/sg.h, [], [AC_MSG_ERROR([Couldn't find scsi/sg.h])])
+AC_CHECK_HEADER(libgen.h, [], [AC_MSG_ERROR([Couldn't find libgen.h])])
+AC_CHECK_HEADERS([linux/fs.h linux/blkzoned.h])
+
 # Conditionals
 
 # Build gzbc only if GTK3 is installed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzbc-4.3.0/lib/zbc.h new/libzbc-4.3.3/lib/zbc.h
--- old/libzbc-4.3.0/lib/zbc.h  2016-08-18 04:04:10.0 +0200
+++ new/libzbc-4.3.3/lib/zbc.h  2016-11-15 07:55:55.0 +0100
@@ -18,7 +18,8 @@
 
 /* Including files */
 
-#include 
+#include "config.h"
+#include "libzbc/zbc.h"
 #include "zbc_log.h"
 
 #include 
@@ -199,22 +200,26 @@
 extern int
 zbc_scsi_get_zbd_chars(zbc_device_t *dev);
 
-extern int
-zbc_scsi_report_zones(zbc_device_t *dev,
-  uint64_t start_lba,
-  enum zbc_reporting_options ro,
- uint64_t *max_lba,
-  zbc_zone_t *zones,
-  unsigned int *nr_zones);
-
+/**
+ * SCSI backend driver open zone method.
+ * Used in block device backend too.
+ */
 extern int
 zbc_scsi_open_zone(zbc_device_t *dev,
uint64_t start_lba);
 
+/**
+ * SCSI backend driver close zone method.
+ * Used in block device backend too.
+ */
 extern int
 zbc_scsi_close_zone(zbc_device_t *dev,
 uint64_t start_lba);
 
+/**
+ * SCSI backend driver finish zone method.
+ * Used in block device backend too.
+ */
 extern int
 zbc_scsi_finish_zone(zbc_device_t *dev,
  uint64_t start_lba);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzbc-4.3.0/lib/zbc_block.c 
new/libzbc-4.3.3/lib/zbc_block.c
--- old/libzbc-4.3.0/lib/zbc_block.c2016-08-18 04:04:10.0 +0200
+++ new/libzbc-4.3.3/lib/zbc_block.c2016-11-15 07:55:55.0 +0100
@@ -24,23 +24,41 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include "zbc.h"
 #include "zbc_sg.h"
 

commit haproxy for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2016-12-08 00:31:37

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


Package is "haproxy"

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2016-11-05 
21:26:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2016-12-08 
00:31:38.0 +0100
@@ -1,0 +2,33 @@
+Fri Dec 02 07:31:16 UTC 2016 - kgronl...@suse.com
+
+- Update to version 1.7.0:
+  * BUG/MEDIUM: proxy: return "none" and "unknown" for unknown LB algos
+  * BUG/MINOR: stats: make field_str() return an empty string on NULL
+  * BUG/MEDIUM: http: Fix tunnel mode when the CONNECT method is used
+  * BUG/MINOR: http: Keep the same behavior between 1.6 and 1.7 for tunneled 
txn
+  * BUG/MINOR: filters: Protect args in macros HAS_DATA_FILTERS and 
IS_DATA_FILTER
+  * BUG/MINOR: filters: Invert evaluation order of HTTP_XFER_BODY and 
XFER_DATA analyzers
+  * BUG/MINOR: http: Call XFER_DATA analyzer when HTTP txn is switched in 
tunnel mode
+
+---
+Fri Dec 02 07:30:49 UTC 2016 - kgronl...@suse.com
+
+- Update to version 1.6.10:
+  * BUG/MEDIUM: systemd-wrapper: return correct exit codes
+  * BUG/MEDIUM: srv-state: properly restore the DRAIN state
+  * BUG/MINOR: srv-state: allow to have both CMAINT and FDRAIN flags
+  * BUG/MEDIUM: servers: properly propagate the maintenance states during 
startup
+  * BUG: vars: Fix 'set-var' converter because of a typo
+  * BUG/MEDIUM: channel: bad unlikely macro
+  * CLEANUP: lua: move comment
+  * CLEANUP: lua: control executed twice
+  * CLEANUP: ssl: Fix bind keywords name in comments
+  * DOC: ssl: Use correct wording for ca-sign-pass
+  * BUG/MINOR: stick-table: handle out-of-memory condition gracefully
+  * BUG/MEDIUM: connection: check the control layer before stopping polling
+  * BUG/MEDIUM: stick-table: fix regression caused by recent fix for 
out-of-memory
+  * CONTRIB: initiate a debugging suite to make debugging easier
+  * BUG/MINOR: cli: properly decrement ref count on tables during failed dumps
+  * BUG/MEDIUM: lua: In some case, the return of sample-fetche is ignored
+
+---

Old:

  haproxy-1.6.9.tar.gz

New:

  haproxy-1.7.0.tar.gz



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.9kMGnG/_old  2016-12-08 00:31:39.0 +0100
+++ /var/tmp/diff_new_pack.9kMGnG/_new  2016-12-08 00:31:39.0 +0100
@@ -41,7 +41,7 @@
 %bcond_without  apparmor
 
 Name:   haproxy
-Version:1.6.9
+Version:1.7.0
 Release:0
 #
 #
@@ -66,7 +66,7 @@
 %define pkg_home /var/lib/%{pkg_name}
 #
 Url:http://www.haproxy.org/
-Source: 
http://www.haproxy.org/download/1.6/src/haproxy-%{version}.tar.gz
+Source: 
http://www.haproxy.org/download/1.7/src/haproxy-%{version}.tar.gz
 Source1:%{pkg_name}.init
 Source2:usr.sbin.haproxy.apparmor
 Source3:local.usr.sbin.haproxy.apparmor

++ _service ++
--- /var/tmp/diff_new_pack.9kMGnG/_old  2016-12-08 00:31:39.0 +0100
+++ /var/tmp/diff_new_pack.9kMGnG/_new  2016-12-08 00:31:39.0 +0100
@@ -1,9 +1,9 @@
 
   
-http://git.haproxy.org/git/haproxy-1.6.git
+http://git.haproxy.org/git/haproxy-1.7.git
 git
 haproxy
-1.6.9
+1.7.0
 master
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.9kMGnG/_old  2016-12-08 00:31:39.0 +0100
+++ /var/tmp/diff_new_pack.9kMGnG/_new  2016-12-08 00:31:39.0 +0100
@@ -1,4 +1,6 @@
 
 
 http://git.haproxy.org/git/haproxy-1.6.git
-  ab45181e36b6c4f7d31c5284035937c2d0be37eb
\ No newline at end of file
+  864bf78c3b6898eb12ece5f0a44032090f26f57f
+http://git.haproxy.org/git/haproxy-1.7.git
+  5961fb820a9484c0b5ff83583bdeacef0b5d42f0
\ No newline at end of file

++ haproxy-1.6.9.tar.gz -> haproxy-1.7.0.tar.gz ++
 56932 lines of diff (skipped)




commit easytag for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package easytag for openSUSE:Factory checked 
in at 2016-12-08 00:31:31

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


Package is "easytag"

Changes:

--- /work/SRC/openSUSE:Factory/easytag/easytag.changes  2016-03-01 
10:21:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.easytag.new/easytag.changes 2016-12-08 
00:31:32.0 +0100
@@ -1,0 +2,20 @@
+Tue Dec  6 11:35:42 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.4.3:
+  + Fix two crashes in the dialog to load filenames from a file.
+  + Avoid a crash when adding an image and no files are selected.
+  + Avoid a crash when saving ID3v2.4 tags and no audio is present.
+  + Fix a crash when applying CDDB results.
+  + Fix saving of ID3v1 genres when also using ID3v2.4.
+  + Fix Ogg tag writing on Windows.
+  + Ensure that a selected path in the browser is shown in the path
+list.
+  + Open the online version of the help if Yelp is not available.
+  + Fix handling of MP4 files with empty tag fields.
+  + Fix the artist/album toolbar icon.
+  + Adwaita-style artist/album icons.
+  + Add support for MP4 files with the .aac file extension.
+  + Updated translations.
+- Drop easytag-Fix-crash-when-loading-files.patch: fixed upstream.
+
+---

Old:

  easytag-2.4.2.tar.xz
  easytag-Fix-crash-when-loading-files.patch

New:

  easytag-2.4.3.tar.xz



Other differences:
--
++ easytag.spec ++
--- /var/tmp/diff_new_pack.QIxKNA/_old  2016-12-08 00:31:33.0 +0100
+++ /var/tmp/diff_new_pack.QIxKNA/_new  2016-12-08 00:31:33.0 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   easytag
-Version:2.4.2
+Version:2.4.3
 Release:0
 Summary:GTK+ tag editor for audio files
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://projects.gnome.org/easytag/
 Source: 
http://download.gnome.org/sources/easytag/2.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM easytag-Fix-crash-when-loading-files.patch rh#1312163 
zai...@opensuse.org -- Fix a crash when loading filesnames from a file and a 
crash in filedialogs.
-Patch0: easytag-Fix-crash-when-loading-files.patch
 BuildRequires:  appstream-glib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
@@ -70,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ easytag-2.4.2.tar.xz -> easytag-2.4.3.tar.xz ++
 63635 lines of diff (skipped)




commit hawk2 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-12-08 00:30:54

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


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-12-02 
16:42:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-12-08 
00:30:56.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 05 12:21:15 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1480940121.2c59e4e:
+  * Doc: Add missing link to HA quick guide
+  * UI: Show local doc links as large buttons
+
+---

Old:

  hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2

New:

  hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.NaoQ6S/_old  2016-12-08 00:30:58.0 +0100
+++ /var/tmp/diff_new_pack.NaoQ6S/_new  2016-12-08 00:30:58.0 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1480523437.b6a234a
+%define version_unconverted 2.0.0+git.1480940121.2c59e4e
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1480523437.b6a234a
+Version:2.0.0+git.1480940121.2c59e4e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -175,7 +175,7 @@
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-manuals_en
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-manuals_en
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-nfs-quick_en-pdf
-mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-install-quick_en
+mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-install-quick_en-pdf
 
 # mark .mo files as such (works on SUSE but not FC12, as the latter wants 
directory to
 # be "share/locale", not just "locale", and it also doesn't support appending 
to %%{name}.lang)

++ _servicedata ++
--- /var/tmp/diff_new_pack.NaoQ6S/_old  2016-12-08 00:30:58.0 +0100
+++ /var/tmp/diff_new_pack.NaoQ6S/_new  2016-12-08 00:30:58.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  b6a234aba9bdd30b90bfa3e2ee0d0bef4576d948
\ No newline at end of file
+  2c59e4ee0cf8d0818d3ddea62c9c93d969e4fbc8
\ No newline at end of file

++ hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2 -> 
hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2
 differ: char 11, line 1




commit drbd-utils for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2016-12-08 00:31:00

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


Package is "drbd-utils"

Changes:

--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes2016-08-05 
18:17:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes   
2016-12-08 00:31:01.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  6 08:06:00 UTC 2016 - nw...@suse.com
+
+- bsc#1006105, initialize node id when creating md. 
+- Add patch initialize-node-id-when-create-md.patch
+
+---

New:

  initialize-node-id-when-create-md.patch



Other differences:
--
++ drbd-utils.spec ++
--- /var/tmp/diff_new_pack.VfiuaO/_old  2016-12-08 00:31:02.0 +0100
+++ /var/tmp/diff_new_pack.VfiuaO/_new  2016-12-08 00:31:02.0 +0100
@@ -33,6 +33,7 @@
 Patch5: fence-after-pacemaker-down.patch
 Patch6: support-drbd9-ra.patch
 Patch7: fix-segfault-up-stacked-resource.patch
+Patch8: initialize-node-id-when-create-md.patch
 
 Provides:   drbd-bash-completion = %{version}
 Provides:   drbd-pacemaker = %{version}
@@ -82,6 +83,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 ./autogen.sh

++ initialize-node-id-when-create-md.patch ++
---
 user/shared/drbdmeta.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/user/shared/drbdmeta.c b/user/shared/drbdmeta.c
index fd8cc17..e8089f8 100644
--- a/user/shared/drbdmeta.c
+++ b/user/shared/drbdmeta.c
@@ -3845,6 +3845,7 @@ void md_convert_08_to_09(struct format *cfg)
 
cfg->md.flags &= ~(MDF_CONNECTED_IND | MDF_FULL_SYNC | 
MDF_PEER_OUT_DATED);
 
+   cfg->md.node_id = -1;
cfg->md.magic = DRBD_MD_MAGIC_09;
re_initialize_md_offsets(cfg);
 
-- 
1.8.5.6




commit ucode-intel for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2016-12-08 00:31:26

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


Package is "ucode-intel"

Changes:

--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2016-09-08 
17:39:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes 
2016-12-08 00:31:27.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  5 21:25:01 UTC 2016 - crrodrig...@opensuse.org
+
+- Update to version 20161104. 
+
+---

Old:

  microcode-20160714.tgz

New:

  microcode-20161104.tgz



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.Ri84x6/_old  2016-12-08 00:31:28.0 +0100
+++ /var/tmp/diff_new_pack.Ri84x6/_new  2016-12-08 00:31:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ucode-intel
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ucode-intel
-Version:20160714
+Version:20161104
 Release:0
 Summary:Microcode Updates for Intel x86/x86-64 CPUs
 License:SUSE-Firmware

++ microcode-20160714.tgz -> microcode-20161104.tgz ++
 10287 lines of diff (skipped)




commit sshpass for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package sshpass for openSUSE:Factory checked 
in at 2016-12-08 00:31:21

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


Package is "sshpass"

Changes:

--- /work/SRC/openSUSE:Factory/sshpass/sshpass.changes  2014-03-18 
14:18:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.sshpass.new/sshpass.changes 2016-12-08 
00:31:22.0 +0100
@@ -1,0 +2,9 @@
+Mon Dec  5 18:49:16 UTC 2016 - astie...@suse.com
+
+- update to 1.0.6:
+ * Add -P for overriding the password prompt we search for
+ * Add -v for verbose logging of the prompt detection prompt.
+ * Allow packagers and compilers to change the default password prompt.
+ * When giving -V, also print the default password prompt.
+
+---

Old:

  sshpass-1.05.tar.gz

New:

  sshpass-1.06.tar.gz



Other differences:
--
++ sshpass.spec ++
--- /var/tmp/diff_new_pack.IaU3XE/_old  2016-12-08 00:31:23.0 +0100
+++ /var/tmp/diff_new_pack.IaU3XE/_new  2016-12-08 00:31:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sshpass
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. 
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sshpass
-Version:1.05
-Release:1
-License:GPL-2.0+
+Version:1.06
+Release:0
 Summary:Non-interactive SSH authentication utility
-Url:http://sshpass.sourceforge.net/
+License:GPL-2.0+
 Group:  System/Management
+Url:http://sshpass.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/sshpass/sshpass-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM -- http://sourceforge.net/p/sshpass/patches/5/
 Patch0: sshpass-1.05-f_option_check.patch
@@ -41,12 +42,12 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %{_bindir}/sshpass
-%{_mandir}/man1/sshpass.1.gz
+%{_mandir}/man1/sshpass.1%{ext_man}
 %doc AUTHORS COPYING ChangeLog NEWS
 
 %changelog

++ sshpass-1.05.tar.gz -> sshpass-1.06.tar.gz ++
 5977 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshpass-1.05/ChangeLog new/sshpass-1.06/ChangeLog
--- old/sshpass-1.05/ChangeLog  2011-08-06 09:02:43.0 +0200
+++ new/sshpass-1.06/ChangeLog  2016-06-30 21:27:43.0 +0200
@@ -1,3 +1,9 @@
+Version 1.06
+   * Add -P for overriding the password prompt we search for
+   * Add -v for verbose logging of the prompt detection prompt.
+   * Allow packagers and compilers to change the default password prompt.
+   * When giving -V, also print the default password prompt.
+
 Version 1.05
* OpenSSH version 5.6 closed our leaked slave PTY fd, breaking sshpass.
  This reverted the "better detection of child exit", unfortunately.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/sshpass-1.05/INSTALL new/sshpass-1.06/INSTALL
--- old/sshpass-1.05/INSTALL2011-08-05 11:51:51.0 +0200
+++ new/sshpass-1.06/INSTALL2015-04-26 05:52:02.0 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure && make && make install'
+should configure, build, and 

commit python-warlock for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-warlock for openSUSE:Factory 
checked in at 2016-12-08 00:30:29

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


Package is "python-warlock"

Changes:

--- /work/SRC/openSUSE:Factory/python-warlock/python-warlock.changes
2014-09-17 17:27:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-warlock.new/python-warlock.changes   
2016-12-08 00:30:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 12:40:31 UTC 2016 - dmuel...@suse.com
+
+- update to 1.2.0
+
+---

Old:

  warlock-1.1.0.tar.gz

New:

  warlock-1.2.0.tar.gz



Other differences:
--
++ python-warlock.spec ++
--- /var/tmp/diff_new_pack.wzoxlU/_old  2016-12-08 00:30:31.0 +0100
+++ /var/tmp/diff_new_pack.wzoxlU/_new  2016-12-08 00:30:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-warlock
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-warlock
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:Python object model built on top of JSON schema
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://github.com/bcwaldon/warlock
-Source: 
http://pypi.python.org/packages/source/w/warlock/warlock-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/w/warlock/warlock-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-jsonpatch
 BuildRequires:  python-jsonschema

++ warlock-1.1.0.tar.gz -> warlock-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.1.0/PKG-INFO new/warlock-1.2.0/PKG-INFO
--- old/warlock-1.1.0/PKG-INFO  2013-11-19 16:08:08.0 +0100
+++ new/warlock-1.2.0/PKG-INFO  2015-10-12 19:09:45.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: warlock
-Version: 1.1.0
+Version: 1.2.0
 Summary: Python object model built on JSON schema and JSON patch.
 Home-page: http://github.com/bcwaldon/warlock
 Author: Brian Waldon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.1.0/setup.cfg new/warlock-1.2.0/setup.cfg
--- old/warlock-1.1.0/setup.cfg 2013-11-19 16:08:08.0 +0100
+++ new/warlock-1.2.0/setup.cfg 2015-10-12 19:09:45.0 +0200
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal = 1
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.1.0/setup.py new/warlock-1.2.0/setup.py
--- old/warlock-1.1.0/setup.py  2013-11-19 16:04:21.0 +0100
+++ new/warlock-1.2.0/setup.py  2015-10-12 19:08:55.0 +0200
@@ -24,7 +24,7 @@
 
 setuptools.setup(
 name='warlock',
-version='1.1.0',
+version='1.2.0',
 description='Python object model built on JSON schema and JSON patch.',
 author='Brian Waldon',
 author_email='bcwal...@gmail.com',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/warlock-1.1.0/test/test_core.py 
new/warlock-1.2.0/test/test_core.py
--- old/warlock-1.1.0/test/test_core.py 2013-11-19 16:00:43.0 +0100
+++ new/warlock-1.2.0/test/test_core.py 2015-10-12 18:48:26.0 +0200
@@ -15,6 +15,8 @@
 import copy
 import unittest
 
+import json
+
 import six
 
 import warlock
@@ -39,6 +41,15 @@
 }
 
 
+nameless_fixture = {
+'properties': {
+'name': {'type': 'string'},
+'population': {'type': 'integer'},
+},
+'additionalProperties': False,
+}
+
+
 class TestCore(unittest.TestCase):
 def test_create_invalid_object(self):
 Country = warlock.model_factory(fixture)
@@ -94,6 +105,19 @@
 exc = warlock.InvalidOperation
 self.assertRaises(exc, sweden.update, {'population': 'N/A'})
 self.assertRaises(exc, sweden.update, {'overloard': 'Bears'})
+
+def test_naming(self):
+Country = warlock.model_factory(fixture)
+self.assertEqual(Country.__name__, 'Country')
+
+Country2 = warlock.model_factory(fixture, name='Country2')
+self.assertEqual(Country2.__name__, 'Country2')
+
+nameless = warlock.model_factory(nameless_fixture)
+self.assertEqual(nameless.__name__, 'Model')
+
+nameless2 = 

commit python-requestsexceptions for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-requestsexceptions for 
openSUSE:Factory checked in at 2016-12-08 00:30:24

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


Package is "python-requestsexceptions"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requestsexceptions/python-requestsexceptions.changes
  2016-01-11 19:11:51.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requestsexceptions.new/python-requestsexceptions.changes
 2016-12-08 00:30:25.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 12:33:34 UTC 2016 - dmuel...@suse.com
+
+- update to 1.1.3:
+  * Properly indicate python 3 support
+
+---

Old:

  requestsexceptions-1.1.2.tar.gz

New:

  requestsexceptions-1.1.3.tar.gz



Other differences:
--
++ python-requestsexceptions.spec ++
--- /var/tmp/diff_new_pack.QwjWS5/_old  2016-12-08 00:30:26.0 +0100
+++ /var/tmp/diff_new_pack.QwjWS5/_new  2016-12-08 00:30:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-requestsexceptions
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Import exceptions from potentially bundled packages in requests
 License:Apache-2.0

++ requestsexceptions-1.1.2.tar.gz -> requestsexceptions-1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.1.2/ChangeLog 
new/requestsexceptions-1.1.3/ChangeLog
--- old/requestsexceptions-1.1.2/ChangeLog  2016-01-05 00:16:00.0 
+0100
+++ new/requestsexceptions-1.1.3/ChangeLog  2016-02-07 16:31:23.0 
+0100
@@ -1,6 +1,11 @@
 CHANGES
 ===
 
+1.1.3
+-
+
+* Properly indicate python 3 support
+
 1.1.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.1.2/PKG-INFO 
new/requestsexceptions-1.1.3/PKG-INFO
--- old/requestsexceptions-1.1.2/PKG-INFO   2016-01-05 00:16:00.0 
+0100
+++ new/requestsexceptions-1.1.3/PKG-INFO   2016-02-07 16:31:23.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requestsexceptions
-Version: 1.1.2
+Version: 1.1.3
 Summary: Import exceptions from potentially bundled packages in requests.
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -26,4 +26,6 @@
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/requestsexceptions-1.1.2/requestsexceptions.egg-info/PKG-INFO 
new/requestsexceptions-1.1.3/requestsexceptions.egg-info/PKG-INFO
--- old/requestsexceptions-1.1.2/requestsexceptions.egg-info/PKG-INFO   
2016-01-05 00:16:00.0 +0100
+++ new/requestsexceptions-1.1.3/requestsexceptions.egg-info/PKG-INFO   
2016-02-07 16:31:23.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: requestsexceptions
-Version: 1.1.2
+Version: 1.1.3
 Summary: Import exceptions from potentially bundled packages in requests.
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -26,4 +26,6 @@
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/requestsexceptions-1.1.2/requestsexceptions.egg-info/pbr.json 
new/requestsexceptions-1.1.3/requestsexceptions.egg-info/pbr.json
--- old/requestsexceptions-1.1.2/requestsexceptions.egg-info/pbr.json   
2016-01-05 00:16:00.0 +0100
+++ new/requestsexceptions-1.1.3/requestsexceptions.egg-info/pbr.json   
2016-02-07 16:31:23.0 +0100
@@ -1 +1 @@
-{"git_version": "cd9cc98", "is_release": true}
\ No newline at end of file
+{"git_version": "19ee969", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requestsexceptions-1.1.2/setup.cfg 
new/requestsexceptions-1.1.3/setup.cfg
--- old/requestsexceptions-1.1.2/setup.cfg  2016-01-05 00:16:00.0 
+0100
+++ new/requestsexceptions-1.1.3/setup.cfg 

commit python-redis for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-redis for openSUSE:Factory 
checked in at 2016-12-08 00:30:19

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


Package is "python-redis"

Changes:

--- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes
2014-09-03 08:30:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-redis.new/python-redis.changes   
2016-12-08 00:30:20.0 +0100
@@ -1,0 +2,29 @@
+Tue Nov 15 12:35:46 UTC 2016 - dmuel...@suse.com
+
+- update to 2.10.5:
+  * Allow URL encoded parameters in Redis URLs. Characters like a "/" can
+now be URL encoded and redis-py will correctly decode them. Thanks
+  * Added support for the WAIT command. Thanks https://github.com/eshizhan
+  * Better shutdown support for the PubSub Worker Thread. It now properly
+cleans up the connection, unsubscribes from any channels and patterns
+previously subscribed to and consumes any waiting messages on the socket.
+  * Added the ability to sleep for a brief period in the event of a
+WatchError occuring. Thanks Joshua Harlow.
+  * Fixed a bug with pipeline error reporting when dealing with characters
+in error messages that could not be encoded to the connection's
+character set. Thanks Hendrik Muhs.
+  * Fixed a bug in Sentinel connections that would inadvertantly connect
+to the master when the connection pool resets. Thanks
+https://github.com/df3n5
+  * Better timeout support in Pubsub get_message. Thanks Andy Isaacson.
+  * Fixed a bug with the HiredisParser that would cause the parser to
+ get stuck in an endless loop if a specific number of bytes were
+delivered from the socket. This fix also increases performance of
+ parsing large responses from the Redis server.
+   * Added support for ZREVRANGEBYLEX.
+   * ConnectionErrors are now raised if Redis refuses a connection due to
+ the maxclients limit being exceeded. Thanks Roman Karpovich.
+   * max_connections can now be set when instantiating client instances.
+ Thanks Ohad Perry.
+
+---

Old:

  redis-2.10.3.tar.gz

New:

  redis-2.10.5.tar.gz



Other differences:
--
++ python-redis.spec ++
--- /var/tmp/diff_new_pack.eBRrUU/_old  2016-12-08 00:30:21.0 +0100
+++ /var/tmp/diff_new_pack.eBRrUU/_new  2016-12-08 00:30:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-redis
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-redis
-Version:2.10.3
+Version:2.10.5
 Release:0
 Url:http://github.com/andymccurdy/redis-py
 Summary:Python client for Redis key-value store
 License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/r/redis/redis-%{version}.tar.gz
+Source: https://pypi.io/packages/source/r/redis/redis-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-py

++ redis-2.10.3.tar.gz -> redis-2.10.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-2.10.3/CHANGES new/redis-2.10.5/CHANGES
--- old/redis-2.10.3/CHANGES2014-08-14 19:18:42.0 +0200
+++ new/redis-2.10.5/CHANGES2015-11-03 01:19:33.0 +0100
@@ -1,3 +1,31 @@
+* 2.10.5
+* Allow URL encoded parameters in Redis URLs. Characters like a "/" can
+  now be URL encoded and redis-py will correctly decode them. Thanks
+  Paul Keene.
+* Added support for the WAIT command. Thanks https://github.com/eshizhan
+* Better shutdown support for the PubSub Worker Thread. It now properly
+  cleans up the connection, unsubscribes from any channels and patterns
+  previously subscribed to and consumes any waiting messages on the socket.
+* Added the ability to sleep for a brief period in the event of a
+  WatchError occuring. Thanks Joshua Harlow.
+* Fixed a bug with pipeline error reporting when dealing with characters
+  in error messages that could not be encoded to the connection's
+  character set. Thanks Hendrik Muhs.
+* Fixed a bug in Sentinel connections that would inadvertantly connect
+  to the master when the connection pool resets. Thanks
+  https://github.com/df3n5
+* Better timeout support 

commit python-jsonpointer for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-jsonpointer for 
openSUSE:Factory checked in at 2016-12-08 00:29:58

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


Package is "python-jsonpointer"

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonpointer/python-jsonpointer.changes
2016-08-17 12:05:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpointer.new/python-jsonpointer.changes   
2016-12-08 00:29:59.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 15 10:51:34 UTC 2016 - dmuel...@suse.com
+
+- update to 1.10:
+  * Drop support for Python 3.2
+  * Add support for Python 3.5
+
+---

Old:

  jsonpointer-1.9.tar.gz

New:

  jsonpointer-1.10.tar.gz



Other differences:
--
++ python-jsonpointer.spec ++
--- /var/tmp/diff_new_pack.5nAJGF/_old  2016-12-08 00:30:00.0 +0100
+++ /var/tmp/diff_new_pack.5nAJGF/_new  2016-12-08 00:30:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonpointer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-jsonpointer
-Version:1.9
+Version:1.10
 Release:0
 Summary:Identify specific nodes in a JSON document
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/stefankoegl/python-json-pointer
-Source: 
http://pypi.python.org/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/j/jsonpointer/jsonpointer-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires(post): update-alternatives

++ jsonpointer-1.9.tar.gz -> jsonpointer-1.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpointer-1.9/PKG-INFO 
new/jsonpointer-1.10/PKG-INFO
--- old/jsonpointer-1.9/PKG-INFO2015-05-07 18:01:17.0 +0200
+++ new/jsonpointer-1.10/PKG-INFO   2015-10-28 20:12:49.0 +0100
@@ -1,34 +1,27 @@
 Metadata-Version: 1.1
 Name: jsonpointer
-Version: 1.9
+Version: 1.10
 Summary:  Identify specific nodes in a JSON document (RFC 6901) 
 Home-page: https://github.com/stefankoegl/python-json-pointer
 Author: Stefan Kögl
 Author-email: ste...@skoegl.net
 License: Modified BSD License
-Description: python-json-pointer `|Build Status| 
`_ `|Coverage Status| 
`_ 
|Downloads| |Version|
-
===
+Description: python-json-pointer [![Build 
Status](https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-pointer)
 [![Coverage 
Status](https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-pointer?branch=master)
 ![Downloads](https://pypip.in/d/jsonpointer/badge.png) 
![Version](https://pypip.in/v/jsonpointer/badge.png)
+===
 
 Resolve JSON Pointers in Python
 ---
 
-Library to resolve JSON Pointers according to `RFC
-6901 `_
+Library to resolve JSON Pointers according to
+[RFC 6901](http://tools.ietf.org/html/rfc6901)
 
-See Sourcecode for Examples \* Website:
-https://github.com/stefankoegl/python-json-pointer \* Repository:
-https://github.com/stefankoegl/python-json-pointer.git \* 
Documentation:
-https://python-json-pointer.readthedocs.org/ \* PyPI:
-https://pypi.python.org/pypi/jsonpointer \* Travis-CI:
-https://travis-ci.org/stefankoegl/python-json-pointer \* Coveralls:
-https://coveralls.io/r/stefankoegl/python-json-pointer
-
-.. |Build
-Status| image:: 
https://secure.travis-ci.org/stefankoegl/python-json-pointer.png?branch=master
-.. |Coverage
-Status| image:: 
https://coveralls.io/repos/stefankoegl/python-json-pointer/badge.png?branch=master
-.. |Downloads| image:: 

commit python-websocket-client for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-websocket-client for 
openSUSE:Factory checked in at 2016-12-08 00:30:34

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


Package is "python-websocket-client"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-websocket-client/python-websocket-client.changes
  2016-04-28 16:56:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websocket-client.new/python-websocket-client.changes
 2016-12-08 00:30:35.0 +0100
@@ -1,0 +2,31 @@
+Tue Nov 15 13:11:34 UTC 2016 - dmuel...@suse.com
+
+- update to 0.37.0:
+  - fixed fialer that `websocket.create_connection` does not accept `origin` 
as a parameter (#246 )
+  - added support for using custom connection class (#235)
+  - use Named logger (#238)
+  - implement ping/pong timeout (#241)
+  - Corrects the syntax highlight code (#243)
+  - fixed failure to join thread before it is started (#242)
+  - Prints timings in console (#217)
+  - use inspect.getfullargspec with Python 3.x (#219)
+  - Check that exception message is actually a string before trying for 
substring check (#224)
+  - Use pre-initialized stream socket (#226)
+  - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227)
+  - Change import style (#203)
+  - fix attribute error on the older python. (#215)
+  - fixed timeout+ssl error handling bug  on python 2.7.10 (#190)
+  - add proxy support to wsdump.py (#194)
+  - use wsaccel if available (#193)
+  - add support for ssl cert chains to support client certs (#195)
+  - fix string formatting in exception (#196)
+  - fix typo in README.rst (#197)
+  - introduce on_data callback to pass data type. (#198)
+  - WebSocketBadStatusException for Handshake error (#199)
+  - set close timeout (#192)
+  - Map dict to headers list (#204)
+  - support client certification (#207)
+  - security improvement during handshake (#211)
+  - improve logging of error from callback (#212)
+
+---

Old:

  websocket_client-0.32.0.tar.gz

New:

  websocket_client-0.37.0.tar.gz



Other differences:
--
++ python-websocket-client.spec ++
--- /var/tmp/diff_new_pack.IK3PVt/_old  2016-12-08 00:30:36.0 +0100
+++ /var/tmp/diff_new_pack.IK3PVt/_new  2016-12-08 00:30:36.0 +0100
@@ -24,13 +24,13 @@
 %endif
 
 Name:   python-websocket-client
-Version:0.32.0
+Version:0.37.0
 Release:0
 Summary:WebSocket client implementation
 License:LGPL-2.1
 Group:  Development/Languages/Python
 Url:https://github.com/liris/websocket-client/releases
-Source0:
https://pypi.python.org/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/w/websocket-client/websocket_client-%{version}.tar.gz
 BuildRequires:  %backports
 BuildRequires:  python-setuptools
 BuildRequires:  python-six
@@ -90,7 +90,6 @@
 update-alternatives --remove wsdump.py %{_bindir}/wsdump.py-%{py_ver}
 fi
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.rst

++ websocket_client-0.32.0.tar.gz -> websocket_client-0.37.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/websocket_client-0.32.0/ChangeLog 
new/websocket_client-0.37.0/ChangeLog
--- old/websocket_client-0.32.0/ChangeLog   2015-06-03 02:44:39.0 
+0200
+++ new/websocket_client-0.37.0/ChangeLog   2016-04-14 02:27:00.0 
+0200
@@ -1,6 +1,44 @@
 ChangeLog
 
 
+- 0.37.0
+  - fixed fialer that `websocket.create_connection` does not accept `origin` 
as a parameter (#246 )
+
+- 0.36.0
+  - added support for using custom connection class (#235)
+  - use Named logger (#238)
+  - implement ping/pong timeout (#241)
+  - Corrects the syntax highlight code (#243)
+  - fixed failure to join thread before it is started (#242)
+
+- 0.35.0
+  - Prints timings in console (#217)
+  - use inspect.getfullargspec with Python 3.x (#219)
+  - Check that exception message is actually a string before trying for 
substring check (#224)
+  - Use pre-initialized stream socket (#226)
+  - fixed TypeError: cafile, capath and cadata cannot be all omitted (#227)
+
+- 0.34.0
+
+  - Change import style (#203)
+  - fix attribute error on the older python. (#215)
+
+- 0.33.0
+
+  - fixed timeout+ssl error handling bug  on python 2.7.10 (#190)
+  - add proxy support to wsdump.py (#194)
+  - use wsaccel if available (#193)
+  - add support for ssl cert chains to support client certs (#195)
+  - fix string formatting in exception (#196)
+  - fix typo in 

commit python-zake for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-zake for openSUSE:Factory 
checked in at 2016-12-08 00:30:08

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


Package is "python-zake"

Changes:

--- /work/SRC/openSUSE:Factory/python-zake/python-zake.changes  2015-05-19 
23:47:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-zake.new/python-zake.changes 
2016-12-08 00:30:09.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:10:15 UTC 2016 - dmuel...@suse.com
+
+- update to 0.2.2
+
+---

Old:

  zake-0.2.1.tar.gz

New:

  zake-0.2.2.tar.gz



Other differences:
--
++ python-zake.spec ++
--- /var/tmp/diff_new_pack.YabV0B/_old  2016-12-08 00:30:10.0 +0100
+++ /var/tmp/diff_new_pack.YabV0B/_new  2016-12-08 00:30:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zake
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-zake
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Testing utilities for the kazoo library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/yahoo/Zake
-Source: 
https://pypi.python.org/packages/source/z/zake/zake-%{version}.tar.gz
+Source: https://pypi.io/packages/source/z/zake/zake-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-kazoo
 BuildRequires:  python-nose

++ zake-0.2.1.tar.gz -> zake-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/PKG-INFO new/zake-0.2.2/PKG-INFO
--- old/zake-0.2.1/PKG-INFO 2015-03-11 01:47:47.0 +0100
+++ new/zake-0.2.2/PKG-INFO 2015-05-27 07:06:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zake
-Version: 0.2.1
+Version: 0.2.2
 Summary: A python package that works to provide a nice set of testing 
utilities for the kazoo library.
 Home-page: https://github.com/yahoo/Zake
 Author: Joshua Harlow
@@ -41,5 +41,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/setup.cfg new/zake-0.2.2/setup.cfg
--- old/zake-0.2.1/setup.cfg2015-03-11 01:47:47.0 +0100
+++ new/zake-0.2.2/setup.cfg2015-05-27 07:06:07.0 +0200
@@ -1,6 +1,9 @@
 [global]
 verbose = 0
 
+[bdist_wheel]
+universal = 1
+
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/setup.py new/zake-0.2.2/setup.py
--- old/zake-0.2.1/setup.py 2015-03-11 01:47:03.0 +0100
+++ new/zake-0.2.2/setup.py 2015-05-27 07:02:33.0 +0200
@@ -26,7 +26,7 @@
 
 setup(
 name='zake',
-version='0.2.1',
+version='0.2.2',
 description='A python package that works to provide a nice set of '
 'testing utilities for the kazoo library.',
 author="Joshua Harlow",
@@ -34,7 +34,7 @@
 url='https://github.com/yahoo/Zake',
 license="ASL 2.0",
 install_requires=[
-'kazoo',
+'kazoo>=1.3.1,!=2.1',
 'six',
 ],
 classifiers=[
@@ -47,7 +47,6 @@
 "Programming Language :: Python :: 2.6",
 "Programming Language :: Python :: 2.7",
 "Programming Language :: Python :: 3",
-"Programming Language :: Python :: 3.3",
 "Programming Language :: Python :: 3.4",
 ],
 keywords="kazoo testing zookeeper",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zake-0.2.1/zake.egg-info/PKG-INFO 
new/zake-0.2.2/zake.egg-info/PKG-INFO
--- old/zake-0.2.1/zake.egg-info/PKG-INFO   2015-03-11 01:47:47.0 
+0100
+++ new/zake-0.2.2/zake.egg-info/PKG-INFO   2015-05-27 07:06:07.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: zake
-Version: 0.2.1
+Version: 0.2.2
 Summary: A python package that works to provide a nice set of testing 
utilities for the kazoo library.
 Home-page: https://github.com/yahoo/Zake
 Author: Joshua Harlow
@@ -41,5 +41,4 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: 

commit python-python-mimeparse for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-python-mimeparse for 
openSUSE:Factory checked in at 2016-12-08 00:30:13

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


Package is "python-python-mimeparse"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-mimeparse/python-python-mimeparse.changes
  2013-05-02 11:42:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-mimeparse.new/python-python-mimeparse.changes
 2016-12-08 00:30:14.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 12:45:22 UTC 2016 - dmuel...@suse.com
+
+- update to 1.5.2
+
+---

Old:

  python-mimeparse-0.1.4.tar.gz

New:

  python-mimeparse-1.5.2.tar.gz



Other differences:
--
++ python-python-mimeparse.spec ++
--- /var/tmp/diff_new_pack.u5XtqI/_old  2016-12-08 00:30:15.0 +0100
+++ /var/tmp/diff_new_pack.u5XtqI/_new  2016-12-08 00:30:15.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-mimeparse
+# spec file for package python-python-mimeparse
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-python-mimeparse
-Version:0.1.4
+Version:1.5.2
 Release:0
 Url:http://code.google.com/p/mimeparse/
 Summary:Basic functions for parsing and matching mime-type names
 License:MIT
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/p/python-mimeparse/python-mimeparse-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Provides:   python-mimeparse = 0.1.4
 Obsoletes:  python-mimeparse < 0.1.4
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -52,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.md
 %{python_sitelib}/*
 
 %changelog

++ python-mimeparse-0.1.4.tar.gz -> python-mimeparse-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-mimeparse-0.1.4/MANIFEST.in 
new/python-mimeparse-1.5.2/MANIFEST.in
--- old/python-mimeparse-0.1.4/MANIFEST.in  1970-01-01 01:00:00.0 
+0100
+++ new/python-mimeparse-1.5.2/MANIFEST.in  2016-04-26 18:54:58.0 
+0200
@@ -0,0 +1 @@
+include README.md LICENSE mimeparse_test.py testdata.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-mimeparse-0.1.4/PKG-INFO 
new/python-mimeparse-1.5.2/PKG-INFO
--- old/python-mimeparse-0.1.4/PKG-INFO 2012-08-23 22:29:29.0 +0200
+++ new/python-mimeparse-1.5.2/PKG-INFO 2016-04-26 19:55:46.0 +0200
@@ -1,13 +1,14 @@
 Metadata-Version: 1.1
 Name: python-mimeparse
-Version: 0.1.4
+Version: 1.5.2
 Summary: A module provides basic functions for parsing mime-type names and 
matching them against a list of media-ranges.
 Home-page: https://github.com/dbtsai/python-mimeparse
-Author: David Tsai
+Author: DB Tsai
 Author-email: dbt...@dbtsai.com
 License: UNKNOWN
-Download-URL: 
http://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-0.1.4.tar.gz
-Description: 
+Download-URL: 
http://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-1.5.2.tar.gz
+Description: # Travis CI Build Status [![Build 
Status](https://travis-ci.org/dbtsai/python-mimeparse.svg?branch=master)](https://travis-ci.org/dbtsai/python-mimeparse)
+
 This module provides basic functions for handling mime-types. It can 
handle
 matching mime-types against a list of media-ranges. See section 14.1 of
 the HTTP specification [RFC 2616] for a complete explanation.
@@ -21,6 +22,22 @@
 - quality_parsed():Just like quality() except the second 
parameter must be pre-parsed.
 - best_match():Choose the mime-type with the highest 
quality ("q") from a list of candidates.
 
+Testing
+===
+The format of the JSON test data file is as follows:
+A top-level JSON object which has a key for each of the functions to 
be tested. The value corresponding to that key is a list of tests. Each test 

commit python-msgpack-python for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-msgpack-python for 
openSUSE:Factory checked in at 2016-12-08 00:30:04

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


Package is "python-msgpack-python"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msgpack-python/python-msgpack-python.changes  
2015-10-20 00:08:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-msgpack-python.new/python-msgpack-python.changes
 2016-12-08 00:30:05.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:08:12 UTC 2016 - dmuel...@suse.com
+
+- update to 0.4.8
+
+---

Old:

  msgpack-python-0.4.6.tar.gz

New:

  msgpack-python-0.4.8.tar.gz



Other differences:
--
++ python-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.BDXBry/_old  2016-12-08 00:30:06.0 +0100
+++ /var/tmp/diff_new_pack.BDXBry/_new  2016-12-08 00:30:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-msgpack-python
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %bcond_without test
 
 Name:   python-msgpack-python
-Version:0.4.6
+Version:0.4.8
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://msgpack.org/
-Source: 
https://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/m/msgpack-python/msgpack-python-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-argparse

++ msgpack-python-0.4.6.tar.gz -> msgpack-python-0.4.8.tar.gz ++
 25042 lines of diff (skipped)




commit python-jsonpatch for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-jsonpatch for 
openSUSE:Factory checked in at 2016-12-08 00:29:53

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


Package is "python-jsonpatch"

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonpatch/python-jsonpatch.changes
2016-08-17 12:05:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonpatch.new/python-jsonpatch.changes   
2016-12-08 00:29:54.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:53:42 UTC 2016 - dmuel...@suse.com
+
+- udpate to 1.14.0
+
+---

Old:

  jsonpatch-1.11.tar.gz

New:

  jsonpatch-1.14.tar.gz



Other differences:
--
++ python-jsonpatch.spec ++
--- /var/tmp/diff_new_pack.w2wWiU/_old  2016-12-08 00:29:55.0 +0100
+++ /var/tmp/diff_new_pack.w2wWiU/_new  2016-12-08 00:29:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonpatch
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-jsonpatch
-Version:1.11
+Version:1.14
 Release:0
 Summary:Python - JSON-Patches
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/stefankoegl/python-json-patch
-Source: 
http://pypi.python.org/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/j/jsonpatch/jsonpatch-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-jsonpointer
 Requires:   python-jsonpointer >= 1.9

++ jsonpatch-1.11.tar.gz -> jsonpatch-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpatch-1.11/PKG-INFO new/jsonpatch-1.14/PKG-INFO
--- old/jsonpatch-1.11/PKG-INFO 2015-05-08 18:10:53.0 +0200
+++ new/jsonpatch-1.14/PKG-INFO 2016-05-31 20:24:55.0 +0200
@@ -1,34 +1,46 @@
 Metadata-Version: 1.1
 Name: jsonpatch
-Version: 1.11
+Version: 1.14
 Summary:  Apply JSON-Patches (RFC 6902) 
 Home-page: https://github.com/stefankoegl/python-json-patch
 Author: Stefan Kögl
 Author-email: ste...@skoegl.net
 License: Modified BSD License
-Description: python-json-patch [![Build 
Status](https://secure.travis-ci.org/stefankoegl/python-json-patch.png?branch=master)](https://travis-ci.org/stefankoegl/python-json-patch)
 [![Coverage 
Status](https://coveralls.io/repos/stefankoegl/python-json-patch/badge.png?branch=master)](https://coveralls.io/r/stefankoegl/python-json-patch?branch=master)
 ![Downloads](https://pypip.in/d/jsonpatch/badge.png) 
![Version](https://pypip.in/v/jsonpatch/badge.png)
-=
+Description: python-json-patch |Build Status| |Coverage Status| |Downloads| 
|Version|
+

+
 Applying JSON Patches in Python
 ---
 
-Library to apply JSON Patches according to
-[RFC 6902](http://tools.ietf.org/html/rfc6902)
+Library to apply JSON Patches according to `RFC
+6902 `__
 
 See Sourcecode for Examples
 
-* Website: https://github.com/stefankoegl/python-json-patch
-* Repository: https://github.com/stefankoegl/python-json-patch.git
-* Documentation: https://python-json-patch.readthedocs.org/
-* PyPI: https://pypi.python.org/pypi/jsonpatch
-* Travis-CI: https://travis-ci.org/stefankoegl/python-json-patch
-* Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
+-  Website: https://github.com/stefankoegl/python-json-patch
+-  Repository: https://github.com/stefankoegl/python-json-patch.git
+-  Documentation: https://python-json-patch.readthedocs.org/
+-  PyPI: https://pypi.python.org/pypi/jsonpatch
+-  Travis-CI: https://travis-ci.org/stefankoegl/python-json-patch
+-  Coveralls: https://coveralls.io/r/stefankoegl/python-json-patch
 
 Running external tests
 --
-To run external tests (such as those from 
https://github.com/json-patch/json-patch-tests) use ext_test.py
+
+To run external tests (such as those from
+https://github.com/json-patch/json-patch-tests) use ext\_test.py
+
+

commit python-futures for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-futures for openSUSE:Factory 
checked in at 2016-12-08 00:29:49

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


Package is "python-futures"

Changes:

--- /work/SRC/openSUSE:Factory/python-futures/python-futures.changes
2015-09-17 09:20:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-futures.new/python-futures.changes   
2016-12-08 00:29:50.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 15 10:18:20 UTC 2016 - dmuel...@suse.com
+
+- update to 3.0.5:
+  - Fixed OverflowError with ProcessPoolExecutor on Windows (regression 
introduced in 3.0.4)
+  - Fixed inability to forcibly terminate the process if there are pending 
workers
+  - Fixed AttributeErrors on exit on Python 2.x
+  - remove upstreamed fix-testsuite.patch
+
+---

Old:

  fix-testsuite.patch
  futures-3.0.2.tar.gz

New:

  futures-3.0.5.tar.gz



Other differences:
--
++ python-futures.spec ++
--- /var/tmp/diff_new_pack.6Cf9Da/_old  2016-12-08 00:29:51.0 +0100
+++ /var/tmp/diff_new_pack.6Cf9Da/_new  2016-12-08 00:29:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-futures
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   python-futures
-Version:3.0.2
+Version:3.0.5
 Release:0
 Summary:Backport of the concurrent.futures package from Python 3.2
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/pythonfutures
 Source: 
http://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE fix-testsuite.patch -- fix testsuite expectations
-Patch0: fix-testsuite.patch
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -43,7 +41,6 @@
 
 %prep
 %setup -q -n futures-%{version}
-%patch0 -p1
 
 %build
 python setup.py build

++ futures-3.0.2.tar.gz -> futures-3.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-3.0.2/CHANGES new/futures-3.0.5/CHANGES
--- old/futures-3.0.2/CHANGES   2015-05-12 08:37:47.0 +0200
+++ new/futures-3.0.5/CHANGES   2016-02-14 22:40:14.0 +0100
@@ -1,3 +1,21 @@
+3.0.5
+=
+
+- Fixed OverflowError with ProcessPoolExecutor on Windows (regression 
introduced in 3.0.4)
+
+
+3.0.4
+=
+
+- Fixed inability to forcibly terminate the process if there are pending 
workers
+
+
+3.0.3
+=
+
+- Fixed AttributeErrors on exit on Python 2.x
+
+
 3.0.2
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-3.0.2/PKG-INFO new/futures-3.0.5/PKG-INFO
--- old/futures-3.0.2/PKG-INFO  2015-05-12 08:38:34.0 +0200
+++ new/futures-3.0.5/PKG-INFO  2016-02-14 22:51:15.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: futures
-Version: 3.0.2
+Version: 3.0.5
 Summary: Backport of the concurrent.futures package from Python 3.2
 Home-page: https://github.com/agronholm/pythonfutures
 Author: Alex Gronholm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-3.0.2/concurrent/futures/_base.py 
new/futures-3.0.5/concurrent/futures/_base.py
--- old/futures-3.0.2/concurrent/futures/_base.py   2015-05-03 
08:27:36.0 +0200
+++ new/futures-3.0.5/concurrent/futures/_base.py   2016-01-18 
01:35:19.0 +0100
@@ -227,7 +227,8 @@
 
 finally:
 for f in fs:
-f._waiters.remove(waiter)
+with f._condition:
+f._waiters.remove(waiter)
 
 DoneAndNotDoneFutures = collections.namedtuple(
 'DoneAndNotDoneFutures', 'done not_done')
@@ -274,7 +275,8 @@
 
 waiter.event.wait(timeout)
 for f in fs:
-f._waiters.remove(waiter)
+with f._condition:
+f._waiters.remove(waiter)
 
 done.update(waiter.finished_futures)
 return DoneAndNotDoneFutures(done, set(fs) - done)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-3.0.2/concurrent/futures/process.py 
new/futures-3.0.5/concurrent/futures/process.py
--- old/futures-3.0.2/concurrent/futures/process.py 2015-05-03 
07:36:12.0 +0200
+++ 

commit python-colorama for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-colorama for openSUSE:Factory 
checked in at 2016-12-08 00:29:29

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


Package is "python-colorama"

Changes:

--- /work/SRC/openSUSE:Factory/python-colorama/python-colorama.changes  
2015-04-21 10:53:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-colorama.new/python-colorama.changes 
2016-12-08 00:29:30.0 +0100
@@ -1,0 +2,19 @@
+Tue Nov 15 10:22:24 UTC 2016 - dmuel...@suse.com
+
+- update to 0.3.7:
+  * Fix issue #84: check if stream has 'closed' attribute before testing it
+  * Fix issue #74: objects might become None at exit
+  * Fix issue #81: fix ValueError when a closed stream was used
+  * Bumping version to re-upload a wheel distribution
+  * Fix issue #47 and #80 - stream redirection now strips ANSI codes on Linux
+  * Fix issue #53 - strip readline markers
+  * Fix issue #32 - assign orig_stdout and orig_stderr when initialising
+  * Fix issue #57 - Fore.RESET did not reset style of LIGHT_EX colors.
+Fixed by Andy Neff
+  * Fix issue #51 - add context manager syntax. Thanks to Matt Olsen.
+  * Fix issue #48 - colorama didn't work on Windows when environment
+variable 'TERM' was set.
+  * Fix issue #54 - fix pylint errors in client code.
+  * Changes to readme and other improvements by Marc Abramowitz and Zearin
+
+---

Old:

  colorama-0.3.3.tar.gz

New:

  colorama-0.3.7.tar.gz



Other differences:
--
++ python-colorama.spec ++
--- /var/tmp/diff_new_pack.mTPZMK/_old  2016-12-08 00:29:31.0 +0100
+++ /var/tmp/diff_new_pack.mTPZMK/_new  2016-12-08 00:29:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-colorama
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-colorama
-Version:0.3.3
+Version:0.3.7
 Release:0
 Summary:Cross-platform colored terminal text
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/tartley/colorama
-Source: 
http://pypi.python.org/packages/source/c/colorama/colorama-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/c/colorama/colorama-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ colorama-0.3.3.tar.gz -> colorama-0.3.7.tar.gz ++
 1827 lines of diff (skipped)




commit python-betamax for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-betamax for openSUSE:Factory 
checked in at 2016-12-08 00:29:23

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


Package is "python-betamax"

Changes:

--- /work/SRC/openSUSE:Factory/python-betamax/python-betamax.changes
2016-06-09 16:16:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-betamax.new/python-betamax.changes   
2016-12-08 00:29:24.0 +0100
@@ -1,0 +2,21 @@
+Tue Nov 15 10:34:38 UTC 2016 - dmuel...@suse.com
+
+- update to 0.8.0:
+  - Add ``betamax_parametrized_recorder`` and ``betamax_parametrized_session``
+to our list of pytest fixtures so that users will have parametrized 
cassette
+names when writing parametrized tests with our fixtures. (I wonder if I can
+mention parametrization a bunch more times so I can say parametrize a lot 
in
+this bullet note.)
+  - Add ``ValidationError`` and a set of subclasses for each possible 
validation
+error.
+  - Raise ``InvalidOption`` on unknown cassette options rather than silently
+ignoring extra options.
+  - Raise a subclass of ``ValidationError`` when a particular cassette option 
is
+invalid, rather than silently ignoring the validation failure.
+  - Fix bug with query string matcher where query-strings without values (e.g.,
+``?foo`` as opposed to ``?foo=1=2``) were treated as if there were
+no query string.
+  - Fix issue #108 by effectively copying the items in the match_requests_on
+list into the match_options set on a Cassette instance
+
+---

Old:

  betamax-0.7.0.tar.gz

New:

  betamax-0.8.0.tar.gz



Other differences:
--
++ python-betamax.spec ++
--- /var/tmp/diff_new_pack.4fpQIn/_old  2016-12-08 00:29:25.0 +0100
+++ /var/tmp/diff_new_pack.4fpQIn/_new  2016-12-08 00:29:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-betamax
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:A VCR imitation for python-requests
 License:Apache-2.0

++ betamax-0.7.0.tar.gz -> betamax-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/betamax-0.7.0/HISTORY.rst 
new/betamax-0.8.0/HISTORY.rst
--- old/betamax-0.7.0/HISTORY.rst   2016-04-29 18:18:50.0 +0200
+++ new/betamax-0.8.0/HISTORY.rst   2016-08-16 23:59:48.0 +0200
@@ -1,6 +1,34 @@
 History
 ===
 
+0.8.0 - 2016-08-16
+--
+
+- Add ``betamax_parametrized_recorder`` and ``betamax_parametrized_session``
+  to our list of pytest fixtures so that users will have parametrized cassette
+  names when writing parametrized tests with our fixtures. (I wonder if I can
+  mention parametrization a bunch more times so I can say parametrize a lot in
+  this bullet note.)
+- Add ``ValidationError`` and a set of subclasses for each possible validation
+  error.
+- Raise ``InvalidOption`` on unknown cassette options rather than silently
+  ignoring extra options.
+- Raise a subclass of ``ValidationError`` when a particular cassette option is
+  invalid, rather than silently ignoring the validation failure.
+
+0.7.2 - 2016-08-04
+--
+
+- Fix bug with query string matcher where query-strings without values (e.g.,
+  ``?foo`` as opposed to ``?foo=1=2``) were treated as if there were
+  no query string.
+
+0.7.1 - 2016-06-14
+--
+
+- Fix issue #108 by effectively copying the items in the match_requests_on
+  list into the match_options set on a Cassette instance
+
 0.7.0 - 2016-04-29
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/betamax-0.7.0/PKG-INFO new/betamax-0.8.0/PKG-INFO
--- old/betamax-0.7.0/PKG-INFO  2016-04-29 18:19:50.0 +0200
+++ new/betamax-0.8.0/PKG-INFO  2016-08-17 00:00:42.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: betamax
-Version: 0.7.0
+Version: 0.8.0
 Summary: A VCR imitation for python-requests
 Home-page: https://github.com/sigmavirus24/betamax
 Author: Ian Cordasco
@@ -98,6 +98,34 @@
 History
 ===
 
+0.8.0 - 2016-08-16
+--
+
+- Add ``betamax_parametrized_recorder`` and 
``betamax_parametrized_session``
+  to our list of pytest fixtures so that users will have parametrized 
cassette
+  names when writing parametrized tests with our fixtures. (I wonder 
if I can
+  mention parametrization a bunch more times so I can say parametrize 
a lot in
+  this bullet note.)
+- Add 

commit python-django-appconf for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-django-appconf for 
openSUSE:Factory checked in at 2016-12-08 00:29:40

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


Package is "python-django-appconf"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-appconf/python-django-appconf.changes  
2015-05-05 00:56:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-appconf.new/python-django-appconf.changes
 2016-12-08 00:29:41.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 15 10:28:09 UTC 2016 - dmuel...@suse.com
+
+- update to 1.0.2:
+  * Update supported Django and Python versions, in line with Django's
+  own supported versions.
+
+---

Old:

  django-appconf-1.0.1.tar.gz

New:

  django-appconf-1.0.2.tar.gz



Other differences:
--
++ python-django-appconf.spec ++
--- /var/tmp/diff_new_pack.Sgclc4/_old  2016-12-08 00:29:42.0 +0100
+++ /var/tmp/diff_new_pack.Sgclc4/_new  2016-12-08 00:29:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-appconf
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-django-appconf
-Version:1.0.1
+Version:1.0.2
 Release:0
 Url:http://django-appconf.readthedocs.org/
 Summary:A Helper Class for Handling Configuration Defaults of Packaged 
Apps
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/d/django-appconf/django-appconf-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ django-appconf-1.0.1.tar.gz -> django-appconf-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/.coveragerc 
new/django-appconf-1.0.2/.coveragerc
--- old/django-appconf-1.0.1/.coveragerc2015-02-15 14:20:37.0 
+0100
+++ new/django-appconf-1.0.2/.coveragerc1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-[run]
-source = appconf
-branch = 1
-
-[report]
-omit = *tests*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/.gitignore 
new/django-appconf-1.0.2/.gitignore
--- old/django-appconf-1.0.1/.gitignore 2015-02-15 14:20:37.0 +0100
+++ new/django-appconf-1.0.2/.gitignore 1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-build
-dist
-MANIFEST
-*.pyc
-*.egg-info
-*.egg
-docs/_build/
-.coverage
-.tox/
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/.travis.yml 
new/django-appconf-1.0.2/.travis.yml
--- old/django-appconf-1.0.1/.travis.yml2015-02-15 14:20:37.0 
+0100
+++ new/django-appconf-1.0.2/.travis.yml1970-01-01 01:00:00.0 
+0100
@@ -1,30 +0,0 @@
-language: python
-env:
-  - TOXENV=flake8-py27
-  - TOXENV=flake8-py33
-  - TOXENV=py26-dj14
-  - TOXENV=py27-dj14
-  - TOXENV=py26-dj15
-  - TOXENV=py26-dj16
-  - TOXENV=py27-dj15
-  - TOXENV=py27-dj16
-  - TOXENV=py32-dj15
-  - TOXENV=py32-dj16
-  - TOXENV=py33-dj15
-  - TOXENV=py33-dj16
-  - TOXENV=py27-dj17
-  - TOXENV=py27-dj18
-  - TOXENV=py27-dj19
-  - TOXENV=py32-dj17
-  - TOXENV=py32-dj18
-  - TOXENV=py32-dj19
-  - TOXENV=py33-dj17
-  - TOXENV=py33-dj18
-  - TOXENV=py33-dj19
-  - TOXENV=py34-dj17
-  - TOXENV=py34-dj18
-  - TOXENV=py34-dj19
-install:
-  - pip install tox
-script:
-  - tox
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-appconf-1.0.1/PKG-INFO 
new/django-appconf-1.0.2/PKG-INFO
--- old/django-appconf-1.0.1/PKG-INFO   2015-02-15 14:32:20.0 +0100
+++ new/django-appconf-1.0.2/PKG-INFO   2016-04-19 21:20:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-appconf
-Version: 1.0.1
+Version: 1.0.2
 Summary: A helper class for handling configuration defaults of packaged apps 
gracefully.
 Home-page: http://django-appconf.readthedocs.org/
 Author: Jannis Leidel
@@ -9,9 +9,13 @@
 Description: django-appconf
 ==
 
-.. image:: 

commit rpmlint for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2016-12-08 00:28:44

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2016-11-02 
12:27:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2016-12-08 
00:28:45.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  5 10:33:21 UTC 2016 - krah...@suse.com
+
+- whitelisting pam_slurm (bsc#1007053) 
+
+---



Other differences:
--
rpmlint.spec: same change
++ config ++
--- /var/tmp/diff_new_pack.U05sSg/_old  2016-12-08 00:28:48.0 +0100
+++ /var/tmp/diff_new_pack.U05sSg/_new  2016-12-08 00:28:48.0 +0100
@@ -836,7 +836,9 @@
 # pam_mate_keyring.so (bnc#831404)
 "pam_mate_keyring.so",
 # pam_gdm (bsc#1004346)
-"pam_gdm.so"
+"pam_gdm.so",
+# pam_slurm (bsc#1007053)
+"pam_slurm.so"
 ))
 
 # Output filters




commit Ne10 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package Ne10 for openSUSE:Factory checked in 
at 2016-12-08 00:29:10

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


Package is "Ne10"

Changes:

--- /work/SRC/openSUSE:Factory/Ne10/Ne10.changes2016-11-18 
22:00:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.Ne10.new/Ne10.changes   2016-12-08 
00:29:11.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 09:37:29 UTC 2016 - sch...@suse.de
+
+- Fix dependencies
+
+---
+Sat Nov 19 11:44:17 UTC 2016 - jeng...@inai.de
+
+- Update descriptions with some more useful info
+
+---



Other differences:
--
++ Ne10.spec ++
--- /var/tmp/diff_new_pack.fTxdwd/_old  2016-12-08 00:29:12.0 +0100
+++ /var/tmp/diff_new_pack.fTxdwd/_new  2016-12-08 00:29:12.0 +0100
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define sover 10
 Name:   Ne10
 Version:1.2.1
 Release:0
-Summary:Optimized software library project for the ARM Architecture
+Summary:A library of common math and DSP functions optimized for ARM 
NEON
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://projectne10.github.com/Ne10/
@@ -30,36 +31,51 @@
 ExclusiveArch: armv7hl aarch64
 
 %description
-An open optimized software library project for the ARM Architecture.
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
 %package -n libNE10-%{sover}
-Summary:Optimized software library project for the ARM Architecture
+Summary:A library of common math and DSP functions optimized for ARM 
NEON
 Group:  Development/Libraries/C and C++
 
 %description -n libNE10-%{sover}
-An open optimized software library project for the ARM Architecture.
+Ne10 is a library of common functions that have been
+optimised for ARM-based CPUs equipped with NEON SIMD capabilities.
+
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
-This package contains shared library.
+This package contains the shared library.
 
 %package -n libNE10_test%{sover}
-Summary:Optimized software library project for the ARM Architecture
+Summary:A library of common math and DSP functions optimized for ARM 
NEON
 Group:  Development/Libraries/C and C++
 
 %description -n libNE10_test%{sover}
-An open optimized software library project for the ARM Architecture. 
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
-This package containc shared library with tests.
+This package contains the shared library with tests.
 
 %package devel
-Summary:Optimized software library project for the ARM Architecture
+Summary:Development files for Ne10, a math/DSP library for ARM NEON
 Group:  Development/Libraries/C and C++
-Requires:   libNE%{sover} = %{version}
-Requires:   libNE_test%{sover} = %{version}
+Requires:   libNE10-%{sover} = %{version}
+Requires:   libNE10_test%{sover} = %{version}
 
 %description devel
-An open optimized software library project for the ARM Architecture.
+The library provides some of the fastest implementations of key
+operations available for the ARM v7-A and v8-A architectures,
+particularly focusing on math, signal processing, image processing,
+and physics functions.
 
-This package contains development files.
+This package contains the development files.
 
 %prep
 %setup -q




commit python-PyMySQL for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-PyMySQL for openSUSE:Factory 
checked in at 2016-12-08 00:29:15

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


Package is "python-PyMySQL"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyMySQL/python-PyMySQL.changes
2016-06-07 23:49:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMySQL.new/python-PyMySQL.changes   
2016-12-08 00:29:16.0 +0100
@@ -1,0 +2,13 @@
+Tue Nov 15 10:30:55 UTC 2016 - dmuel...@suse.com
+
+- update to 0.7.6:
+  * Fix SELECT JSON type cause UnicodeError
+  * Avoid float convertion while parsing microseconds
+  * Warning has number
+  * SSCursor supports warnings
+  * Fix exception raised while importing when getpwuid() fails (#472)
+  * SSCursor supports LOAD DATA LOCAL INFILE (#473)
+  * Fix encoding error happen for JSON type (#477)
+  * Fix test fail on Python 2.7 and MySQL 5.7 (#478)
+
+---

Old:

  PyMySQL-0.7.4.tar.gz

New:

  PyMySQL-0.7.6.tar.gz



Other differences:
--
++ python-PyMySQL.spec ++
--- /var/tmp/diff_new_pack.RPoUUi/_old  2016-12-08 00:29:17.0 +0100
+++ /var/tmp/diff_new_pack.RPoUUi/_new  2016-12-08 00:29:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-PyMySQL
-Version:0.7.4
+Version:0.7.6
 Release:0
 Summary:Pure Python MySQL Driver
 License:MIT

++ PyMySQL-0.7.4.tar.gz -> PyMySQL-0.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.4/CHANGELOG new/PyMySQL-0.7.6/CHANGELOG
--- old/PyMySQL-0.7.4/CHANGELOG 2016-05-26 06:13:18.0 +0200
+++ new/PyMySQL-0.7.6/CHANGELOG 2016-07-29 05:21:41.0 +0200
@@ -1,5 +1,23 @@
 # Changes
 
+## 0.7.6
+
+Release date: 2016-07-29
+
+* Fix SELECT JSON type cause UnicodeError
+* Avoid float convertion while parsing microseconds
+* Warning has number
+* SSCursor supports warnings
+
+## 0.7.5
+
+Release date: 2016-06-28
+
+* Fix exception raised while importing when getpwuid() fails (#472)
+* SSCursor supports LOAD DATA LOCAL INFILE (#473)
+* Fix encoding error happen for JSON type (#477)
+* Fix test fail on Python 2.7 and MySQL 5.7 (#478)
+
 ## 0.7.4
 
 Release date: 2016-05-26
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.4/PKG-INFO new/PyMySQL-0.7.6/PKG-INFO
--- old/PyMySQL-0.7.4/PKG-INFO  2016-05-26 06:14:55.0 +0200
+++ new/PyMySQL-0.7.6/PKG-INFO  2016-07-29 05:27:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyMySQL
-Version: 0.7.4
+Version: 0.7.6
 Summary: Pure Python MySQL Driver
 Home-page: https://github.com/PyMySQL/PyMySQL/
 Author: INADA Naoki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.4/PyMySQL.egg-info/PKG-INFO 
new/PyMySQL-0.7.6/PyMySQL.egg-info/PKG-INFO
--- old/PyMySQL-0.7.4/PyMySQL.egg-info/PKG-INFO 2016-05-26 06:14:54.0 
+0200
+++ new/PyMySQL-0.7.6/PyMySQL.egg-info/PKG-INFO 2016-07-29 05:27:02.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyMySQL
-Version: 0.7.4
+Version: 0.7.6
 Summary: Pure Python MySQL Driver
 Home-page: https://github.com/PyMySQL/PyMySQL/
 Author: INADA Naoki
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.4/README.rst new/PyMySQL-0.7.6/README.rst
--- old/PyMySQL-0.7.4/README.rst2016-05-26 06:05:45.0 +0200
+++ new/PyMySQL-0.7.6/README.rst2016-07-28 17:42:45.0 +0200
@@ -15,7 +15,8 @@
 PyMySQL
 ===
 
-.. contents::
+.. contents:: Table of Contents
+   :local:
 
 This package contains a pure-Python MySQL client library. The goal of PyMySQL
 is to be a drop-in replacement for MySQLdb and work on CPython, PyPy and 
IronPython.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.4/pymysql/__init__.py 
new/PyMySQL-0.7.6/pymysql/__init__.py
--- old/PyMySQL-0.7.4/pymysql/__init__.py   2016-05-26 06:14:03.0 
+0200
+++ new/PyMySQL-0.7.6/pymysql/__init__.py   2016-07-29 05:21:53.0 
+0200
@@ -33,7 +33,7 @@
 DateFromTicks, TimeFromTicks, TimestampFromTicks
 
 
-VERSION = (0, 7, 4, None)
+VERSION = (0, 7, 6, None)
 threadsafety = 1
 apilevel = "2.0"
 paramstyle = "pyformat"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.4/pymysql/charset.py 
new/PyMySQL-0.7.6/pymysql/charset.py
--- old/PyMySQL-0.7.4/pymysql/charset.py2015-09-29 17:10:42.0 
+0200
+++ 

commit python-croniter for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-croniter for openSUSE:Factory 
checked in at 2016-12-08 00:29:34

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


Package is "python-croniter"

Changes:

--- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes  
2016-04-28 16:58:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-croniter.new/python-croniter.changes 
2016-12-08 00:29:35.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:24:09 UTC 2016 - dmuel...@suse.com
+
+- update to 0.3.12
+
+---

Old:

  croniter-0.3.5.zip

New:

  croniter-0.3.12.tar.gz



Other differences:
--
++ python-croniter.spec ++
--- /var/tmp/diff_new_pack.JeWUqL/_old  2016-12-08 00:29:36.0 +0100
+++ /var/tmp/diff_new_pack.JeWUqL/_new  2016-12-08 00:29:36.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-croniter
-Version:0.3.5
+Version:0.3.12
 Release:0
 Summary:Croniter provides iteration for datetime object with cron like 
format
 License:MIT
 Group:  Development/Languages/Python
 Url:http://github.com/kiorky/croniter
-Source: 
https://pypi.python.org/packages/source/c/croniter/croniter-%{version}.zip
+Source: 
https://pypi.io/packages/source/c/croniter/croniter-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  unzip




commit python-Django for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2016-12-08 00:28:25

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


Package is "python-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2016-11-05 21:22:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2016-12-08 00:28:28.0 +0100
@@ -1,0 +2,11 @@
+Fri Dec  2 10:17:25 UTC 2016 - appleon...@opensuse.org
+
+- Update to 1.9.12
+  Bugfixes
+  * Quoted the Oracle test user’s password in queries to fix the “ORA-00922: 
missing 
+or invalid option” error when the password starts with a number or 
+special character (#27420)
+  * DNS rebinding vulnerability when DEBUG=True
+  * CSRF protection bypass on a site with Google Analytics
+
+---

Old:

  Django-1.9.9.tar.gz
  Django-1.9.9.tar.gz.asc

New:

  Django-1.9.12.tar.gz
  Django-1.9.12.tar.gz.asc



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.CikYk9/_old  2016-12-08 00:28:29.0 +0100
+++ /var/tmp/diff_new_pack.CikYk9/_new  2016-12-08 00:28:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-Django
-Version:1.9.9
+Version:1.9.12
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.9.9.tar.gz -> Django-1.9.12.tar.gz ++
/work/SRC/openSUSE:Factory/python-Django/Django-1.9.9.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new/Django-1.9.12.tar.gz differ: char 
5, line 1

++ Django-1.9.9.tar.gz.asc -> Django-1.9.12.tar.gz.asc ++
--- /work/SRC/openSUSE:Factory/python-Django/Django-1.9.9.tar.gz.asc
2016-08-12 15:36:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-1.9.12.tar.gz.asc  
2016-12-08 00:28:28.0 +0100
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.9.9, released August 1, 2016.
+tarball and wheel files of Django 1.9.12, released December 1, 2016.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =
 
-https://www.djangoproject.com/m/releases/1.9/Django-1.9.9.tar.gz
-https://www.djangoproject.com/m/releases/1.9/Django-1.9.9-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.9/Django-1.9.12-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.9/Django-1.9.12.tar.gz
 
-MD5 checksums:
-==
+MD5 checksums
+=
 
-22a7b6ebd216b3bfe2f7c25525ecd444  Django-1.9.9-py2.py3-none-any.whl
-af2e5f02b72400ddaef7f923a7fda6a9  Django-1.9.9.tar.gz
+18e3c04b58c0609b34a0a7ddd0309521  Django-1.9.12-py2.py3-none-any.whl
+bb9d13c690a5baf2270822dc57c4633c  Django-1.9.12.tar.gz
 
-SHA1 checksums:
-===
+SHA1 checksums
+==
 
-521ac4aa251b9378832bde597047c69126c6dfab  Django-1.9.9-py2.py3-none-any.whl
-2f971cfb115681cb30be5d9496a6e3f3369679cd  Django-1.9.9.tar.gz
+446e8b1994ae8615efb67419e727f350ab307628  Django-1.9.12-py2.py3-none-any.whl
+d67471c65d79629d7a8ec03db514602b721fc243  Django-1.9.12.tar.gz
 
-SHA256 checksums:
-=
+SHA256 checksums
+
 
-3236d2292d6ef6afbda0226c255a7901d271ae86d14768bb20e1b6864c66f7e6  
Django-1.9.9-py2.py3-none-any.whl
-e340fb9d534aeb543280e46c3b85e6e1049029a4e6ba5571375b11c914bfde8c  
Django-1.9.9.tar.gz
+a59f85a2b007145006915f6134ec3b9c09e68e4377e0a6fd3529d6c56d6aeb04  
Django-1.9.12-py2.py3-none-any.whl
+bd20830d403689efa46ea2a7cd3ef689af17de633c095aeabf9ce770b3f84a35  
Django-1.9.12.tar.gz
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQIcBAEBCAAGBQJXn48xAAoJEB6Kvcdz7eJSfaMQAJqzD1D1SBr5qmbLn3rhkmyW
-62hZkBXeqDcl/tyeYQFADXWjjqXPJKDjJXx9bku0HDFeVthmEgcl8k34H68Z7pxU
-HdyjDVn/EVHUT8Hu+6e2IrGypO3D4gKiYFRvJyJ64+l6uIikP0hvOi4Jte8adT+/
-T2kyOKzRk05KDaAeuT5IQPYHiWawTOG3W9mJMEnE9NlsJEJUJo3xdqDK+oG6yif0
-BHM1XKqOtmSKAeVExTYv6JAB9jm+agNwCdsbWkGijtLmTkUvksvI7Umlr4B6H9s3
-dyDncXgiNMcjp1l2fnQMqHmT5UqaEoo2+qUz0Q70/rRpMgPvmqBPUbD5IEoGj0Dd
-GZaMbvOES2qXyh5IZ9yYftNZ7dIJBGp23xnxY6Y3xCPkabAJTFKnn/jwWLmQqM6r
-MuAwl0OBwvoqfymnFJbDr0ww/pEdH16LAR8unUnDBg/9BNFJu/DoiAfs+qFc38qv
-YPK6vNq2TWrGD4L01rkn1A8O9ib9tO405m6jXXMzcke6IW2j37t2BtUlEJxMsB+k
-btdLr7HIt7g5PNZiT/iJukOaJrPtksdx98pmCAAj+WXBFG/3OANbzFEbY6M4NBUE
-OvsQCOLNfWl3Itw9vT9zM52nUlJBmQ3z4jXOTPC//qnrOYOlYmJKZ9g+0gyKzbZT
-9eyNrwnAQdRzpiexoo6V
-=hyrv

commit polkit-default-privs for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2016-12-08 00:27:52

Comparing /work/SRC/openSUSE:Factory/polkit-default-privs (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-default-privs.new (New)


Package is "polkit-default-privs"

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2016-10-13 11:26:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2016-12-08 00:27:53.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 09:09:23 UTC 2016 - krah...@suse.com
+
+- adding org.freedesktop.login1.set-self-linger (bsc#1009468)
+
+---



Other differences:
--
++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2016-10-11 13:58:09.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2016-12-06 09:46:16.0 +0100
@@ -325,6 +325,7 @@
 org.freedesktop.login1.reboot   auth_admin_keep
 org.freedesktop.login1.reboot-multiple-sessions auth_admin_keep
 org.freedesktop.login1.set-user-linger  auth_admin_keep
+org.freedesktop.login1.set-self-linger  yes
 
 #
 # new stuff in bnc#783897
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2016-10-11 
13:58:09.0 +0200
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2016-12-06 
09:46:16.0 +0100
@@ -340,6 +340,8 @@
 org.freedesktop.login1.reboot   
auth_admin_keep:auth_admin_keep:yes
 org.freedesktop.login1.reboot-multiple-sessions 
auth_admin_keep:auth_admin_keep:yes
 org.freedesktop.login1.set-user-linger  auth_admin_keep
+org.freedesktop.login1.set-self-linger  yes
+
 #
 # new stuff in bnc#783897
 #




commit kernel-firmware for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2016-12-08 00:28:34

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


Package is "kernel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2016-12-01 10:25:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2016-12-08 00:28:36.0 +0100
@@ -1,0 +2,12 @@
+Sat Dec 03 09:56:31 UTC 2016 - mplus...@suse.com
+
+- Update to version 20161130:
+  * linux-firmware: update BYT audio firmware
+  * rtlwifi: Add updates for RTL8723BE and RTL8821AE
+  * linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0)
+  * linux-firmware: Update firmware patch for Intel Bluetooth 7265 (D1)
+  * linux-firmware: Update firmware patch for Intel Bluetooth 7260 (B5/B6)
+  * linux-firmware: Update firmware file for Intel Bluetooth 8260
+  * linux-firmware: Update firmware file for Intel Bluetooth 8265
+
+---

Old:

  kernel-firmware-20161121.tar.xz

New:

  _servicedata
  kernel-firmware-20161130.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.cmIVfF/_old  2016-12-08 00:28:38.0 +0100
+++ /var/tmp/diff_new_pack.cmIVfF/_new  2016-12-08 00:28:38.0 +0100
@@ -19,10 +19,10 @@
 %define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
 %define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
-%define version_unconverted 20161121
+%define version_unconverted 20161130
 
 Name:   kernel-firmware
-Version:20161121
+Version:20161130
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT

++ _servicedata ++


https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
  87941021a622c882b1921df85d6115940a4e568a
++ kernel-firmware-20161121.tar.xz -> kernel-firmware-20161130.tar.xz ++
/work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware-20161121.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware-20161130.tar.xz 
differ: char 29, line 1




commit libmwaw for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2016-12-08 00:28:15

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


Package is "libmwaw"

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2016-07-27 
16:29:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2016-12-08 
00:28:17.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 11:59:15 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.3.9:
+  * Various warning and clang fixes all around
+
+---

Old:

  libmwaw-0.3.8.tar.xz

New:

  libmwaw-0.3.9.tar.xz



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.SWIGOT/_old  2016-12-08 00:28:18.0 +0100
+++ /var/tmp/diff_new_pack.SWIGOT/_new  2016-12-08 00:28:18.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname libmwaw-0_3-3
 Name:   libmwaw
-Version:0.3.8
+Version:0.3.9
 Release:0
 Summary:Pre Mac OSX text file formats parser library
 License:(LGPL-2.1+ or MPL-2.0) and GPL-2.0+

++ libmwaw-0.3.8.tar.xz -> libmwaw-0.3.9.tar.xz ++
 9846 lines of diff (skipped)




commit python3-setuptools for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2016-12-08 00:27:43

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


Package is "python3-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2016-12-02 16:40:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2016-12-08 00:27:44.0 +0100
@@ -1,0 +2,23 @@
+Sun Dec  4 18:02:41 UTC 2016 - a...@gmx.de
+
+- update to version 30.2.0:
+  * #854: Bump to vendored Packaging 16.8.
+
+---
+Sat Dec  3 19:43:50 UTC 2016 - a...@gmx.de
+
+- update to version 30.1.0:
+  * #846: Also trap 'socket.error' when opening URLs in package_index.
+  * #849: Manifest processing now matches the filename pattern
+anywhere in the filename and not just at the start. Restores
+behavior found prior to 28.5.0.
+
+- changes from version 30.0.0:
+  * #864: Drop support for Python 3.2. Systems requiring Python 3.2
+support must use 'setuptools < 30'.
+  * #825: Suppress warnings for single files.
+  * #830 via #843: Once again restored inclusion of data files to
+sdists, but now trap TypeError caused by techniques employed
+rjsmin and similar.
+
+---

Old:

  setuptools-29.0.1.tar.gz

New:

  setuptools-30.2.0.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.lCkNPB/_old  2016-12-08 00:27:46.0 +0100
+++ /var/tmp/diff_new_pack.lCkNPB/_new  2016-12-08 00:27:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:29.0.1
+Version:30.2.0
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-29.0.1.tar.gz -> setuptools-30.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-29.0.1/CHANGES.rst 
new/setuptools-30.2.0/CHANGES.rst
--- old/setuptools-29.0.1/CHANGES.rst   2016-11-27 04:27:44.0 +0100
+++ new/setuptools-30.2.0/CHANGES.rst   2016-12-04 16:54:26.0 +0100
@@ -1,6 +1,29 @@
-===
-CHANGES
-===
+v30.2.0
+---
+
+* #854: Bump to vendored Packaging 16.8.
+
+v30.1.0
+---
+
+* #846: Also trap 'socket.error' when opening URLs in
+  package_index.
+
+* #849: Manifest processing now matches the filename
+  pattern anywhere in the filename and not just at the
+  start. Restores behavior found prior to 28.5.0.
+
+v30.0.0
+---
+
+* #864: Drop support for Python 3.2. Systems requiring
+  Python 3.2 support must use 'setuptools < 30'.
+
+* #825: Suppress warnings for single files.
+
+* #830 via #843: Once again restored inclusion of data
+  files to sdists, but now trap TypeError caused by
+  techniques employed rjsmin and similar.
 
 v29.0.1
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-29.0.1/PKG-INFO 
new/setuptools-30.2.0/PKG-INFO
--- old/setuptools-29.0.1/PKG-INFO  2016-11-27 04:34:46.0 +0100
+++ new/setuptools-30.2.0/PKG-INFO  2016-12-04 16:55:53.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: setuptools
-Version: 29.0.1
+Version: 30.2.0
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://github.com/pypa/setuptools
 Author: Python Packaging Authority
@@ -264,3 +264,4 @@
 Classifier: Topic :: System :: Archiving :: Packaging
 Classifier: Topic :: System :: Systems Administration
 Classifier: Topic :: Utilities
+Requires-Python: >=2.6,!=3.0.*,!=3.1.*,!=3.2.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-29.0.1/conftest.py 
new/setuptools-30.2.0/conftest.py
--- old/setuptools-29.0.1/conftest.py   2016-11-13 17:18:19.0 +0100
+++ new/setuptools-30.2.0/conftest.py   2016-12-04 16:54:26.0 +0100
@@ -1,8 +1,25 @@
-import pytest
+import os
+
 
 pytest_plugins = 'setuptools.tests.fixtures'
 
+
 def pytest_addoption(parser):
-  parser.addoption("--package_name", action="append", default=[],
-   help="list of package_name to pass to test functions")
+parser.addoption(
+"--package_name", action="append", default=[],
+help="list of package_name to pass to test functions",
+)
+
+
+def pytest_configure():
+_issue_852_workaround()
+
 
+def 

commit mozilla-kde4-integration for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package mozilla-kde4-integration for 
openSUSE:Factory checked in at 2016-12-08 00:27:06

Comparing /work/SRC/openSUSE:Factory/mozilla-kde4-integration (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-kde4-integration.new (New)


Package is "mozilla-kde4-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/mozilla-kde4-integration/mozilla-kde4-integration.changes
2012-09-13 00:05:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mozilla-kde4-integration.new/mozilla-kde4-integration.changes
   2016-12-08 00:27:07.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 07:20:36 UTC 2016 - o...@aepfle.de
+
+- Expand macro kde4_runtime_requires only when its available
+  to fix quilt setup
+
+---



Other differences:
--
++ mozilla-kde4-integration.spec ++
--- /var/tmp/diff_new_pack.jdZj2J/_old  2016-12-08 00:27:09.0 +0100
+++ /var/tmp/diff_new_pack.jdZj2J/_new  2016-12-08 00:27:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozilla-kde4-integration
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,7 +39,7 @@
 Obsoletes:  MozillaFirefox-kde4-addon <= 0.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1120
-%kde4_runtime_requires
+%{?kde4_runtime_requires}
 %endif
 
 %description




commit jemalloc for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2016-12-08 00:27:15

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


Package is "jemalloc"

Changes:

--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes2016-11-16 
13:45:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2016-12-08 
00:27:16.0 +0100
@@ -1,0 +2,22 @@
+Sun Dec  4 12:07:44 UTC 2016 - idon...@suse.com
+
+- Update to version 4.4.0
+  Optimizations:
+  * Add extent serial numbers and use them where appropriate as a
+sort key that is higher priority than address, so that the
+allocation policy prefers older extents. This tends to improve
+locality (decrease fragmentation) when memory grows downward.
+  * Refactor madvise(2) configuration so that MADV_FREE is detected
+and utilized on Linux 4.5 and newer.
+  * Mark partially purged arena chunks as non-huge-page.
+This improves interaction with Linux's transparent huge page
+functionality.
+
+  Bug fixes:
+  * Fix size class computations for edge conditions involving
+extremely large allocations. This regression was first
+released in 4.0.0.
+  * Remove overly restrictive assertions related to the cactive
+statistic. This regression was first released in 4.1.0.
+
+---

Old:

  jemalloc-4.3.1.tar.bz2

New:

  jemalloc-4.4.0.tar.bz2



Other differences:
--
++ jemalloc.spec ++
--- /var/tmp/diff_new_pack.dC4b6H/_old  2016-12-08 00:27:17.0 +0100
+++ /var/tmp/diff_new_pack.dC4b6H/_new  2016-12-08 00:27:17.0 +0100
@@ -18,7 +18,7 @@
 
 %define lname  libjemalloc2
 Name:   jemalloc
-Version:4.3.1
+Version:4.4.0
 Release:0
 Summary:General-purpose scalable concurrent malloc implementation
 License:BSD-2-Clause

++ jemalloc-4.3.1.tar.bz2 -> jemalloc-4.4.0.tar.bz2 ++
 5261 lines of diff (skipped)




commit zlib for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package zlib for openSUSE:Factory checked in 
at 2016-12-08 00:27:25

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


Package is "zlib"

Changes:

--- /work/SRC/openSUSE:Factory/zlib/zlib.changes2015-10-06 
13:22:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes   2016-12-08 
00:27:27.0 +0100
@@ -1,0 +2,9 @@
+Sun Dec  4 12:47:51 UTC 2016 - tchva...@suse.com
+
+- Include fixes for bnc#1003580 bnc#1003579 bnc#1003577:
+  * zlib-bnc1003577.patch
+  * zlib-bnc1003579-part2.patch
+  * zlib-bnc1003579.patch
+  * zlib-bnc1003580.patch
+
+---

New:

  zlib-bnc1003577.patch
  zlib-bnc1003579-part2.patch
  zlib-bnc1003579.patch
  zlib-bnc1003580.patch



Other differences:
--
++ zlib.spec ++
--- /var/tmp/diff_new_pack.tMEYRH/_old  2016-12-08 00:27:28.0 +0100
+++ /var/tmp/diff_new_pack.tMEYRH/_new  2016-12-08 00:27:28.0 +0100
@@ -32,6 +32,11 @@
 Patch0: zlib-1.2.7-improve-longest_match-performance.patch
 #PATCH-FIX-SUSE: compiler check of varguments passed to gzprintf
 Patch1: zlib-format.patch
+# PATCH-FIX-UPSTREAM: security fixes from upstream git
+Patch2: zlib-bnc1003577.patch
+Patch3: zlib-bnc1003579-part2.patch
+Patch4: zlib-bnc1003579.patch
+Patch5: zlib-bnc1003580.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -115,6 +120,10 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 export LDFLAGS="-Wl,-z,relro,-z,now"

++ zlib-bnc1003577.patch ++
>From 3fb251b363866417122fe54a158a1ac5a7837101 Mon Sep 17 00:00:00 2001
From: Mark Adler 
Date: Wed, 21 Sep 2016 20:07:37 -0700
Subject: [PATCH] Remove dummy structure declarations for old buggy compilers.

While woolly mammoths still roamed the Earth and before Atlantis
sunk into the ocean, there were C compilers that could not handle
forward structure references, e.g. "struct name;". zlib dutifully
provided a work-around for such compilers. That work-around is no
longer needed, and, per the recommendation of a security audit of
the zlib code by Trail of Bits and TrustInSoft, in support of the
Mozilla Foundation, should be removed since what a compiler will
do with this is technically undefined. From the report: "there is
no telling what interactions the bug could have in the future with
link-time optimizations and type-based alias analyses, both
features that are present (but not default) in clang."
---
 deflate.c   | 4 
 zconf.h | 5 -
 zconf.h.cmakein | 5 -
 zconf.h.in  | 5 -
 zlib.h  | 5 -
 zutil.c | 4 
 6 files changed, 28 deletions(-)

Index: zlib-1.2.8/deflate.c
===
--- zlib-1.2.8.orig/deflate.c
+++ zlib-1.2.8/deflate.c
@@ -151,10 +151,6 @@ local const config configuration_table[1
 #define EQUAL 0
 /* result of memcmp for equal strings */
 
-#ifndef NO_DUMMY_DECL
-struct static_tree_desc_s {int dummy;}; /* for buggy compilers */
-#endif
-
 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
 #define RANK(f) (((f) << 1) - ((f) > 4 ? 9 : 0))
 
Index: zlib-1.2.8/zconf.h
===
--- zlib-1.2.8.orig/zconf.h
+++ zlib-1.2.8/zconf.h
@@ -224,11 +224,6 @@
 #  define z_const
 #endif
 
-/* Some Mac compilers merge all .h files incorrectly: */
-#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__)
-#  define NO_DUMMY_DECL
-#endif
-
 /* Maximum value for memLevel in deflateInit2 */
 #ifndef MAX_MEM_LEVEL
 #  ifdef MAXSEG_64K
Index: zlib-1.2.8/zconf.h.cmakein
===
--- zlib-1.2.8.orig/zconf.h.cmakein
+++ zlib-1.2.8/zconf.h.cmakein
@@ -226,11 +226,6 @@
 #  define z_const
 #endif
 
-/* Some Mac compilers merge all .h files incorrectly: */
-#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__)
-#  define NO_DUMMY_DECL
-#endif
-
 /* Maximum value for memLevel in deflateInit2 */
 #ifndef MAX_MEM_LEVEL
 #  ifdef MAXSEG_64K
Index: zlib-1.2.8/zconf.h.in
===
--- zlib-1.2.8.orig/zconf.h.in
+++ zlib-1.2.8/zconf.h.in
@@ -224,11 +224,6 @@
 #  define z_const
 #endif
 
-/* Some Mac compilers merge all .h files incorrectly: */
-#if defined(__MWERKS__)||defined(applec)||defined(THINK_C)||defined(__SC__)
-#  define NO_DUMMY_DECL
-#endif
-
 /* Maximum value for memLevel in deflateInit2 */
 #ifndef MAX_MEM_LEVEL

commit python3-bottle for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python3-bottle for openSUSE:Factory 
checked in at 2016-12-08 00:27:34

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


Package is "python3-bottle"

Changes:

--- /work/SRC/openSUSE:Factory/python3-bottle/python3-bottle.changes
2016-05-17 17:09:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-bottle.new/python3-bottle.changes   
2016-12-08 00:27:35.0 +0100
@@ -1,0 +2,9 @@
+Sat Dec  3 19:51:56 UTC 2016 - a...@gmx.de
+
+- update to version 0.12.10:
+  * Add test for Windows-style line endings (CRLF ie \r\n) in template
+when using multiline code block
+  * Fix end-of-code-block template token regex
+  * Typo fix on bottle-werkzeug README
+
+---
@@ -7 +15,0 @@
-

Old:

  bottle-0.12.9.tar.gz

New:

  bottle-0.12.10.tar.gz



Other differences:
--
++ python3-bottle.spec ++
--- /var/tmp/diff_new_pack.h7bJPA/_old  2016-12-08 00:27:36.0 +0100
+++ /var/tmp/diff_new_pack.h7bJPA/_new  2016-12-08 00:27:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-bottle
-Version:0.12.9
+Version:0.12.10
 Release:0
 Url:http://bottlepy.org/
 Summary:Fast and simple WSGI-framework for small web-applications

++ bottle-0.12.9.tar.gz -> bottle-0.12.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.12.9/PKG-INFO new/bottle-0.12.10/PKG-INFO
--- old/bottle-0.12.9/PKG-INFO  2015-10-24 20:03:38.0 +0200
+++ new/bottle-0.12.10/PKG-INFO 2016-10-09 15:44:51.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: bottle
-Version: 0.12.9
+Version: 0.12.10
 Summary: Fast and simple WSGI-framework for small web-applications.
 Home-page: http://bottlepy.org/
 Author: Marcel Hellkamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.12.9/bottle.py new/bottle-0.12.10/bottle.py
--- old/bottle-0.12.9/bottle.py 2015-10-24 20:00:11.0 +0200
+++ new/bottle-0.12.10/bottle.py2016-10-09 15:35:44.0 +0200
@@ -16,7 +16,7 @@
 from __future__ import with_statement
 
 __author__ = 'Marcel Hellkamp'
-__version__ = '0.12.9'
+__version__ = '0.12.10'
 __license__ = 'MIT'
 
 # The gevent server adapter needs to patch some modules before they are 
imported
@@ -3424,7 +3424,7 @@
 # 7: Our special 'end' keyword (but only if it stands alone)
 _re_tok += '|((?:^|;)[ \\t]*end[ \\t]*(?=(?:%(block_close)s[ 
\\t]*)?\\r?$|;|#))'
 # 8: A customizable end-of-code-block template token (only end of line)
-_re_tok += '|(%(block_close)s[ \\t]*(?=$))'
+_re_tok += '|(%(block_close)s[ \\t]*(?=\\r?$))'
 # 9: And finally, a single newline. The 10th token is 'everything else'
 _re_tok += '|(\\r?\\n)'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.12.9/test/test_stpl.py 
new/bottle-0.12.10/test/test_stpl.py
--- old/bottle-0.12.9/test/test_stpl.py 2015-10-24 19:52:59.0 +0200
+++ new/bottle-0.12.10/test/test_stpl.py2016-10-09 15:15:31.0 
+0200
@@ -303,6 +303,9 @@
 18
 '''
 self.assertRenders(source, result)
+source_wineol = '<% a = 5\r\nb = 6\r\nc = 7\r\n%>\r\n{{a+b+c}}'
+result_wineol = '18'
+self.assertRenders(source_wineol, result_wineol)
 
 def test_multiline_ignore_eob_in_string(self):
 source = '''




commit python-pyparsing for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package python-pyparsing for 
openSUSE:Factory checked in at 2016-12-08 00:26:53

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


Package is "python-pyparsing"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes
2016-11-03 12:56:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyparsing.new/python-pyparsing.changes   
2016-12-08 00:26:55.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:32:17 UTC 2016 - toddrme2...@gmail.com
+
+- Fix SLE 11 build.
+
+---



Other differences:
--
++ python-pyparsing.spec ++
--- /var/tmp/diff_new_pack.aNUtEN/_old  2016-12-08 00:26:57.0 +0100
+++ /var/tmp/diff_new_pack.aNUtEN/_new  2016-12-08 00:26:57.0 +0100
@@ -31,7 +31,11 @@
 Requires:   python
 Provides:   python-parsing = %{version}
 Obsoletes:  python-parsing < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
+%endif
 
 %description
 The pyparsing module is an alternative approach to creating and executing




commit tiff for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:13.2:Update 
checked in at 2016-12-07 11:50:37

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


Package is "tiff"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zmDLmi/_old  2016-12-07 11:50:39.0 +0100
+++ /var/tmp/diff_new_pack.zmDLmi/_new  2016-12-07 11:50:39.0 +0100
@@ -1 +1 @@
-
+




commit patchinfo.5951 for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5951 for 
openSUSE:13.2:Update checked in at 2016-12-07 11:40:02

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


Package is "patchinfo.5951"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: CVE-2016-7949, CVE-2016-7950: 
xorg-x11-libXrender, libXrender: Insufficient validation of data length can 
cause out of boundary memory writes.
  
  
  security
  moderate
  sndirsch
  
This update of libXrender fixes the following issues:

- insufficient validation of data from the X server could cause out
  of boundary memory writes (boo#1003002, CVE-2016-7949, CVE-2016-7950)

  Security update for libXrender




commit libxcb for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libxcb for openSUSE:13.2:Update 
checked in at 2016-12-07 11:37:07

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


Package is "libxcb"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.NJNgB8/_old  2016-12-07 11:37:08.0 +0100
+++ /var/tmp/diff_new_pack.NJNgB8/_new  2016-12-07 11:37:08.0 +0100
@@ -1 +1 @@
-
+




commit libX11 for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libX11 for openSUSE:13.2:Update 
checked in at 2016-12-07 11:36:52

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


Package is "libX11"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xinKqh/_old  2016-12-07 11:36:53.0 +0100
+++ /var/tmp/diff_new_pack.xinKqh/_new  2016-12-07 11:36:53.0 +0100
@@ -1 +1 @@
-
+




commit libXrandr.5949 for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libXrandr.5949 for 
openSUSE:13.2:Update checked in at 2016-12-07 11:37:00

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


Package is "libXrandr.5949"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:13.2:Update/.libXrandr.5949.new/libXrandr.changes
2016-12-07 11:37:01.0 +0100
@@ -0,0 +1,47 @@
+---
+Wed Nov 23 11:34:26 UTC 2016 - sndir...@suse.com
+
+- U_Avoid-out-of-boundary-accesses-on-illegal-responses.patch
+  * insufficient validation of data from the X server can cause out
+of boundary memory writes. (bnc#1003000, CVE-2016-7947, CVE-2016-7948)
+
+---
+Sun Sep  8 13:54:25 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.4.2:
+  This release fixes two small bugs in the library, and fixes an omission
+  in the list of copyright notices in the COPYING file.
+
+---
+Sat Jun  1 20:21:52 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.4.1:
+  This release brings the fixes for the recently announced security issue
+  CVE-2013-1986, with some related hardening to avoid other issues, alongside 
+  a couple small build configuration & compiler warning fixes.
+
+---
+Sun Feb 17 17:21:53 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+- Avoid calling fdupes outside of /usr
+
+---
+Fri Jul 27 21:42:04 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.4.0:
+  + Strip trailing whitespace
+  + Fill in nameLen in XRROutputInfo
+  + libXrandr: add support for provider objects.
+
+---
+Wed Apr 11 15:39:12 UTC 2012 - vu...@opensuse.org
+
+- Update to version 1.3.2:
+  + Man page improvements
+  + Build configuration improvements
+
+---
+Tue Feb  7 22:17:49 UTC 2012 - jeng...@medozas.de
+
+- Split xorg-x11-libs into separate packages

New:

  U_Avoid-out-of-boundary-accesses-on-illegal-responses.patch
  baselibs.conf
  libXrandr-1.4.2.tar.bz2
  libXrandr.changes
  libXrandr.spec



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

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


Name:   libXrandr
%define lname   libXrandr2
Version:1.4.2
Release:0
Summary:X Resize, Rotate and Reflection extension library
License:MIT
Group:  Development/Libraries/C and C++
Url:http://xorg.freedesktop.org/

#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrandr
#Git-Web:   http://cgit.freedesktop.org/xorg/lib/libXrandr/
Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
Patch0: U_Avoid-out-of-boundary-accesses-on-illegal-responses.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

BuildRequires:  autoconf >= 2.60
BuildRequires:  automake
BuildRequires:  fdupes
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(randrproto) >= 1.3
BuildRequires:  pkgconfig(renderproto)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xextproto)
BuildRequires:  pkgconfig(xorg-macros) >= 1.8
BuildRequires:  pkgconfig(xrender)

%description
The X Resize, Rotate and Reflect Extension (RandR) allows clients to
dynamically change X screens, so as to resize, to change the
orientation and layout of the root window of a screen.

%package -n %lname
Summary:X Resize, Rotate and Reflection extension library
Group:  System/Libraries

%description -n %lname
The X Resize, Rotate and Reflect Extension (RandR) allows 

commit roundcubemail.5987 for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail.5987 for 
openSUSE:13.2:Update checked in at 2016-12-07 11:25:43

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


Package is "roundcubemail.5987"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:13.2:Update/.roundcubemail.5987.new/roundcubemail.changes
2016-12-07 11:25:45.0 +0100
@@ -0,0 +1,806 @@
+---
+Tue Nov 29 11:42:02 UTC 2016 - a...@ajaissle.de
+
+- Add roundcubemail-1.0.9-001-acf633c-boo_982003.patch [boo#982003] 
[CVE-2016-5103]
+  - Fix XSS issue in href attribute on area tag
+
+- Add roundcubemail-1.0.9-002-7b37ef8-empty_text_1.patch
+  - Avoid sending completely empty text parts for multipart/alternative 
messages
+
+- Add roundcubemail-1.0.9-003-f1ca20d-empty_text_2.patch
+  - Don't create multipart/alternative messages with empty text/plain part
+
+- Add roundcubemail-1.0.9-004-1e275ac-boo_1001856.patch [boo#1001856]
+  - Wash position:fixed style in HTML mail for better security
+
+- Add roundcubemail-1.0.9-005-dc0c606-changelog.patch
+  - Update changelog
+
+- Add roundcubemail-1.0.9-006-5d2aaa6-_from_argument.patch
+  - Fix _from argument validation
+
+- Add roundcubemail-1.0.9-007-a54dde8-boo_1012493.patch [boo#1012493]
+  - Fix vulnerability in handling of mail()'s 5th argument
+
+---
+Thu Aug 11 16:15:09 UTC 2016 - a...@ajaissle.de
+
+- Update to 1.0.9
+  - Fix a regression where some contact data was missing in export and PHP 
warnings were logged (Kolab #4522)
+  - Enable use of TLSv1.1 and TLSv1.2 for IMAP (#4955)
+  - Fix XSS issue in SVG images handling (#4949) [CVE-2015-8864] [boo#976988]
+  - Fix (again) security issue in DBMail driver of password plugin 
[CVE-2015-2181] (#4958)
+  - Fix bug where Archive/Junk buttons were not active after page jump with 
select=all mode (#4961)
+  - Fix bug in long recipients list parsing for cases where recipient name 
contained @-char (#4964)
+  - Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 
(#4966)
+  - Hide DSN option in Preferences when smtp_server is not used (#4967)
+
+---
+Fri Jan 15 11:40:56 UTC 2016 - a...@ajaissle.de
+
+- Update to 1.0.8
+  - Add workaround for https://bugs.php.net/bug.php?id=70757 (#1490582)
+  - Fix HTML sanitizer to skip  in output (#1490583)
+  - Fix charset encoding of message/rfc822 part bodies (#1490606)
+  - Fix handling of message/rfc822 attachments on replies and forwards 
(#1490607)
+  - Fix PDF support detection in Firefox > 19 (#1490610)
+  - Fix path traversal vulnerability (CWE-22) in setting a skin (#1490620) 
[CVE-2015-8770] [bnc#962067]
+  - Fix so drag-n-drop of text (e.g. recipient addresses) on compose page 
actually works (#1490619)
+  - Fix .htaccess rewrite rules to not block .well-known URIs (#1490615)
+- Updated apache2 config
+
+---
+Fri Oct 23 11:55:15 UTC 2015 - a...@ajaissle.de
+
+- Changed roundcubemail-httpd.conf
+- Enable mod_version.c per default [boo#938840]
+
+---
+Tue Sep 15 10:28:33 UTC 2015 - a...@ajaissle.de
+
+- Update to 1.0.7
+Get rid of Mail_mimeDecode package dependency (#1490416)
+Fix compatibility with Net_SMTP > 1.6.3 and Mail_Mime >= 1.9.0
+Fix SQL error on logout when using session_storage=php (#1490421)
+Fix so plain text signature field uses monospace font (#1490435)
+Fix draft removal after a message is sent and storing sent message is 
disabled (#1490467)
+Fix handling of plus character in mailto: links (#1490510)
+Fix so adding CC/BCC recipients from the sidebar unhides compose form 
fields in Classic skin (#1490472)
+Fix so gc.sh script removes also expired sessions from sql database 
(#1490512)
+Fix support for Mozilla-based browsers, e.g. Pale Moon (#1490517)
+Fix various issues with Turkish (and similar) locales (#1490519)
+Fix so In-Reply-To header is set also for MDN receipts (#1490523)
+Fix XSS issue in drag-n-drop file uploads (#1490530)
+Fix issue where Content-Length of some attachments could be set to wrong 
value causing browser errors (#1490482)
+
+---
+Sat Jun  6 18:35:27 UTC 2015 - a...@ajaissle.de
+
+- Update to 1.0.6
+Make SMTP error log more verbose - include server response and error code
+Fix rows count when messages search fails (#1490266)
+Fix security issue in DBMail driver of password 

commit patchinfo.5987 for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5987 for 
openSUSE:13.2:Update checked in at 2016-12-07 11:25:50

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


Package is "patchinfo.5987"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  VUL-0: roundcubemail: 1.1.6 fixes XSS + 
clickjacking flaw
  VUL-0: roundcubemail: command injection via 
php mail() additional_parameters
  VUL-0: CVE-2016-5103: roundcube: XSS 
vulnerability in mail content page
  
  security
  important
  aeneas_jaissle
  
This update for roundcubemail fixes the following issues:

- A maliciously crafted email could cause untrusted code to be executed (cross
  site scripting using $lt;area href=javascript:...) (boo#982003,
  CVE-2016-5103)
- Avoid HTML styles that could cause potential click jacking (boo#1001856)
- A maliciously crafted FROM value could cause extra parameters to be passed
  to the sendmail command (boo#1012493)
- Avoid sending completely empty text parts for multipart/alternative messages
- Don't create multipart/alternative messages with empty text/plain part
- Improved validation of FROM argument when sending mails
  
  Security update for roundcubemail





commit roundcubemail for openSUSE:13.2:Update

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for 
openSUSE:13.2:Update checked in at 2016-12-07 11:25:49

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


Package is "roundcubemail"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.KPezwa/_old  2016-12-07 11:25:50.0 +0100
+++ /var/tmp/diff_new_pack.KPezwa/_new  2016-12-07 11:25:50.0 +0100
@@ -1 +1 @@
-
+




commit gtkmm3 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package gtkmm3 for openSUSE:Factory checked 
in at 2016-12-07 11:13:06

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


Package is "gtkmm3"

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm3/gtkmm3.changes2016-09-21 
18:42:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm3.new/gtkmm3.changes   2016-12-07 
11:13:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  5 14:01:23 UTC 2016 - jeng...@inai.de
+
+- Rectify RPM groups and replace old macros.
+
+---



Other differences:
--
++ gtkmm3.spec ++
--- /var/tmp/diff_new_pack.oABuja/_old  2016-12-07 11:13:08.0 +0100
+++ /var/tmp/diff_new_pack.oABuja/_new  2016-12-07 11:13:08.0 +0100
@@ -25,7 +25,7 @@
 Release:0
 Summary:C++ Interface for GTK3 (a GUI Library for X)
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/GNOME
 Url:http://www.gtkmm.org/
 Source0:
http://download.gnome.org/sources/gtkmm/3.22/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
@@ -62,7 +62,7 @@
 %package devel
 Summary:C++ Interface for GTK3 (a GUI library for X)
 License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
+Group:  Development/Libraries/GNOME
 Requires:   libgtkmm%{so_ver} = %{version}
 
 %description devel
@@ -89,16 +89,13 @@
 
 %build
 %configure --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %buildroot/%{_libdir}/*.la
 %fdupes %buildroot
 
-%clean
-rm -rf %buildroot
-
 %post -n libgtkmm%{so_ver} -p /sbin/ldconfig
 
 %postun -n libgtkmm%{so_ver} -p /sbin/ldconfig




commit pangomm for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package pangomm for openSUSE:Factory checked 
in at 2016-12-07 11:13:13

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


Package is "pangomm"

Changes:

--- /work/SRC/openSUSE:Factory/pangomm/pangomm.changes  2016-08-29 
14:27:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.pangomm.new/pangomm.changes 2016-12-07 
11:13:14.0 +0100
@@ -1,0 +2,19 @@
+Mon Dec  5 14:01:23 UTC 2016 - jeng...@inai.de
+
+- Rectify RPM groups and replace old macros.
+
+---
+Fri Dec  2 12:37:09 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.41.1:
+  + Require C++14.
+  + Use glibmm-2.52 instead of glibmm-2.4.
+  + Use cairomm-1.16 instad of cairomm-1.0.
+- Updated BuildRequires, following upstreams changes:
+  + Remove: pkgconfig(glibmm-2.4), pkgconfig(cairomm-1.0).
+  + Add: pkgconfig(glibmm-2.52), pkgconfig(cairomm-1.16).
+- Change so_ver to 2.42-1, resulting in the library package to be
+  renamed from libpangomm-1_4-1 to libpangomm=2_42-1 (also adjust
+  baselibs.conf).
+
+---

Old:

  pangomm-2.40.1.tar.xz

New:

  pangomm-2.41.1.tar.xz



Other differences:
--
++ pangomm.spec ++
--- /var/tmp/diff_new_pack.tDzNoN/_old  2016-12-07 11:13:16.0 +0100
+++ /var/tmp/diff_new_pack.tDzNoN/_new  2016-12-07 11:13:16.0 +0100
@@ -17,21 +17,21 @@
 
 
 # Update baselibs.conf when changing this
-%define so_ver -1_4-1
+%define so_ver -2_42-1
 
 Name:   pangomm
-Version:2.40.1
+Version:2.41.1
 Release:0
 Summary:C++ interface for pango
 License:GPL-2.0+ and LGPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.gtkmm.org
-Source: 
http://download.gnome.org/sources/pangomm/2.40/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/pangomm/2.41/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(cairomm-1.0) >= 1.2.2
-BuildRequires:  pkgconfig(glibmm-2.4) >= 2.48.0
+BuildRequires:  pkgconfig(cairomm-1.16) >= 1.2.2
+BuildRequires:  pkgconfig(glibmm-2.52) >= 2.48.0
 BuildRequires:  pkgconfig(pangocairo) >= 1.38.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,9 +39,8 @@
 pangomm provides a C++ interface to the pango library.
 
 %package -n libpangomm%{so_ver}
-
 Summary:C++ interface for pango
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 
 %description -n libpangomm%{so_ver}
 pangomm provides a C++ interface to the pango library.
@@ -56,7 +55,7 @@
 
 %package doc
 Summary:C++ interface for pango -- Developer Documentation
-Group:  Development/Libraries/C and C++
+Group:  Documentation/HTML
 
 %description doc
 pangomm provides a C++ interface to the pango library.
@@ -66,16 +65,13 @@
 
 %build
 %configure --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}%{_libdir}/*.la
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libpangomm%{so_ver} -p /sbin/ldconfig
 
 %postun -n libpangomm%{so_ver} -p /sbin/ldconfig
@@ -90,12 +86,12 @@
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/pangomm-1.4
+%{_libdir}/pangomm-2.42
 
 %files doc
 %defattr (-, root, root)
-%{_datadir}/devhelp/books/pangomm-1.4/
-%{_datadir}/doc/pangomm-1.4/
+%{_datadir}/devhelp/books/pangomm-2.42/
+%{_datadir}/doc/pangomm-2.42/
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.tDzNoN/_old  2016-12-07 11:13:16.0 +0100
+++ /var/tmp/diff_new_pack.tDzNoN/_new  2016-12-07 11:13:16.0 +0100
@@ -1 +1 @@
-libpangomm-1_4-1
+libpangomm-2_42-1

++ pangomm-2.40.1.tar.xz -> pangomm-2.41.1.tar.xz ++
 67536 lines of diff (skipped)




commit gtkmm2 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package gtkmm2 for openSUSE:Factory checked 
in at 2016-12-07 11:12:56

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


Package is "gtkmm2"

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm2/gtkmm2.changes2016-09-21 
18:28:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkmm2.new/gtkmm2.changes   2016-12-07 
11:12:57.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec  5 14:01:23 UTC 2016 - jeng...@inai.de
+
+- Rectify RPM groups and replace old macros.
+
+---



Other differences:
--
++ gtkmm2.spec ++
--- /var/tmp/diff_new_pack.ag0FYB/_old  2016-12-07 11:12:58.0 +0100
+++ /var/tmp/diff_new_pack.ag0FYB/_new  2016-12-07 11:12:58.0 +0100
@@ -22,7 +22,7 @@
 Release:0
 Summary:C++ Interface for GTK2 (a GUI Library for X)
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/GNOME
 Url:http://www.gtkmm.org/
 Source: 
http://download.gnome.org/sources/gtkmm/2.24/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
@@ -58,7 +58,7 @@
 
 %package devel
 Summary:C++ Interface for GTK2 (a GUI library for X)
-Group:  Development/Libraries/C and C++
+Group:  Development/Libraries/GNOME
 Requires:   libgtkmm-2_4-1 = %{version}
 Provides:   gtkmm24-devel = %{version}
 Obsoletes:  gtkmm24-devel < %{version}
@@ -84,9 +84,6 @@
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgtkmm-2_4-1 -p /sbin/ldconfig
 
 %postun -n libgtkmm-2_4-1 -p /sbin/ldconfig




commit pangomm1_4 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package pangomm1_4 for openSUSE:Factory 
checked in at 2016-12-07 11:12:45

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


Package is "pangomm1_4"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:Factory/.pangomm1_4.new/pangomm1_4.changes   
2016-12-07 11:12:45.0 +0100
@@ -0,0 +1,244 @@
+---
+Mon Dec  5 14:01:23 UTC 2016 - jeng...@inai.de
+
+- Rectify RPM groups and replace old macros.
+
+---
+Fri Dec  2 13:49:52 UTC 2016 - dims...@opensuse.org
+
+- Rename to pangomm1_4 (1.4 referecing the ABI/API version). Legacy
+  package to stay around, while pangomm gets a new ABI/API.
+
+---
+Fri Aug 19 21:39:28 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.40.1:
+  + C++11: Make all operator bool()s explicit.
+  + Build: Fix silent builds (bgo#768797).
+
+---
+Fri Apr 15 18:42:47 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---
+Tue Mar 29 14:26:35 UTC 2016 - zai...@opensuse.org
+
+- Update to version 2.40.0:
+  + No major changes compared to 2.39.1.
+
+---
+Mon Nov 30 12:07:00 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.39.1:
+  + Renderer: Added get/set_alpha().
+  + Attribute: Added create_attr_background_alpha() and
+create_attr_foreground_alpha().
+  + Reduce the cairomm dependency back to 1.2.2 (bgo#755460).
+
+---
+Wed Sep 30 11:52:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.38.1:
+  + Regenerate with the latest glibmm.
+- Changes from version 2.38.0:
+  + MSVC build fixes.
+
+---
+Fri Sep  4 19:23:25 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.37.2:
+  + Rebuilt with latest glibmm, whose gmmproc generates C++ move
+operations.
+  + C++11: Mark all _CLASS_OPAQUE_REFCOUNTED classes as final.
+
+---
+Sat Jul 18 10:35:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.37.1:
+  + Use (and require) C++11.
+  + Attribute: fix operator!= (bgo#751531).
+
+---
+Tue Mar 24 19:14:32 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.36.0:
+  + No changes compared to 2.35.1.
+
+---
+Wed Feb  4 13:51:38 UTC 2015 - dims...@opensuse.org
+
+- Update to version 2.35.1:
+  + Context: Add get_serial().
+  + FontMap: Add get_serial().
+  + Layout: Add get_character_count() and get_serial().
+  + Documentatoin: Update appearance to match recent glibmm and
+gtkmm.
+  + Win32 MSVC 2008/2010 Build: Many updates and corrections.
+
+---
+Mon Apr 29 11:22:04 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.34.0:
+  + Remove the use of g_type_init() because it has been deprecated.
+
+---
+Fri Feb  1 18:54:18 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---
+Mon Feb 13 10:51:36 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Tue Nov 15 10:06:57 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.28.4:
+  + Add #includes needed with the latest glibmm.
+
+---
+Tue Sep 27 12:29:25 UTC 2011 - vu...@opensuse.org
+
+- Update to version 2.28.3:
+  + Build
+- Ship convert_pangomm.m4 in tarballs (bgo#657817).
+- Don't use obsolete macros.
+
+---
+Fri Jul  8 01:31:25 CEST 2011 - vu...@opensuse.org
+
+- Stop using source service to download the tarball, as Factory
+  will move away from this.
+
+---
+Fri Apr 29 23:04:16 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.28.2:
+  + bgo#645669: Install the m4 files even without
+--enable-maintainer-mode, as with other modules.
+- Use source services: download_url and set_version.
+
+---
+Mon Mar 

commit atkmm for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package atkmm for openSUSE:Factory checked 
in at 2016-12-07 11:12:28

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


Package is "atkmm"

Changes:

--- /work/SRC/openSUSE:Factory/atkmm/atkmm.changes  2016-06-03 
16:27:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.atkmm.new/atkmm.changes 2016-12-07 
11:12:29.0 +0100
@@ -1,0 +2,18 @@
+Mon Dec  5 13:51:28 UTC 2016 - jeng...@inai.de
+
+- rectify rpm groups
+
+---
+Mon Dec  5 12:01:31 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.25.1:
+  + This is the first release of the atkmm-2.26 API/ABI.
+  + Require C++14.
+  + Use glibmm-2.52 instead of glibmm-2.4.
+  + Fix silent builds (bgo#768797).
+- Rename libatkmm-1_6-1 to libatkmm-2_26-1, following upstreams
+  soname change.
+- Remove outdated condition for openSUSE 11.2 (make the doc package
+  unconditionally noarch).
+
+---

Old:

  atkmm-2.24.2.tar.xz

New:

  atkmm-2.25.1.tar.xz



Other differences:
--
++ atkmm.spec ++
--- /var/tmp/diff_new_pack.jcXquA/_old  2016-12-07 11:12:30.0 +0100
+++ /var/tmp/diff_new_pack.jcXquA/_new  2016-12-07 11:12:30.0 +0100
@@ -17,30 +17,30 @@
 
 
 Name:   atkmm
-Version:2.24.2
+Version:2.25.1
 Release:0
 Summary:C++ Binding for the ATK library
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.gtkmm.org/
-Source: 
http://download.gnome.org/sources/atkmm/2.24/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/atkmm/2.25/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(atk) >= 1.18
-BuildRequires:  pkgconfig(glibmm-2.4) >= 2.46.2
+BuildRequires:  pkgconfig(glibmm-2.52) >= 2.46.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 atkmm is the C++ binding for the ATK library.
 This module is part of the GNOME C++ bindings effort.
 
-%package -n libatkmm-1_6-1
+%package -n libatkmm-2_26-1
 Summary:C++ Binding for the ATK library
 License:LGPL-2.1+
 Group:  System/Libraries
 
-%description -n libatkmm-1_6-1
+%description -n libatkmm-2_26-1
 atkmm is the C++ binding for the ATK library.
 This module is part of the GNOME C++ bindings effort.
 
@@ -48,7 +48,7 @@
 Summary:C++ Binding for the ATK library
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Requires:   libatkmm-1_6-1 = %{version}
+Requires:   libatkmm-2_26-1 = %{version}
 
 %description devel
 atkmm is the C++ binding for the ATK library.
@@ -59,9 +59,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Documentation/HTML
 Requires:   glibmm2-doc
-%if %suse_version > 1120
 BuildArch:  noarch
-%endif
 
 %description doc
 atkmm is the C++ binding for the ATK library.
@@ -79,29 +77,29 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
-%post -n libatkmm-1_6-1 -p /sbin/ldconfig
+%post -n libatkmm-2_26-1 -p /sbin/ldconfig
 
-%postun -n libatkmm-1_6-1 -p /sbin/ldconfig
+%postun -n libatkmm-2_26-1 -p /sbin/ldconfig
 
-%files -n libatkmm-1_6-1
+%files -n libatkmm-2_26-1
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/libatkmm-1.6.so.*
+%{_libdir}/libatkmm-2.26.so.*
 
 %files devel
 %defattr (-, root, root)
-%{_includedir}/atkmm-1.6/
-%{_libdir}/libatkmm-1.6.so
-%{_libdir}/pkgconfig/atkmm-1.6.pc
-%dir %{_libdir}/atkmm-1.6
-%{_libdir}/atkmm-1.6/include/
-%dir %{_libdir}/atkmm-1.6/proc
-%{_libdir}/atkmm-1.6/proc/m4/
+%{_includedir}/atkmm-2.26/
+%{_libdir}/libatkmm-2.26.so
+%{_libdir}/pkgconfig/atkmm-2.26.pc
+%dir %{_libdir}/atkmm-2.26
+%{_libdir}/atkmm-2.26/include/
+%dir %{_libdir}/atkmm-2.26/proc
+%{_libdir}/atkmm-2.26/proc/m4/
 
 %files doc
 %defattr (-, root, root)
-%{_datadir}/devhelp/books/atkmm-1.6/
-%{_datadir}/doc/atkmm-1.6/
+%{_datadir}/devhelp/books/atkmm-2.26/
+%{_datadir}/doc/atkmm-2.26/
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++ atkmm-2.24.2.tar.xz -> atkmm-2.25.1.tar.xz ++
 87499 lines of diff (skipped)

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.jcXquA/_old  2016-12-07 11:12:31.0 +0100
+++ /var/tmp/diff_new_pack.jcXquA/_new  2016-12-07 11:12:31.0 +0100
@@ -1,4 +1,4 @@
-libatkmm-1_6-1
+libatkmm-2_26-1
 atkmm-devel
requires -atkmm-
-   requires "libatkmm-1_6-1- = "
+   requires 

commit glibmm2 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package glibmm2 for openSUSE:Factory checked 
in at 2016-12-07 11:12:03

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


Package is "glibmm2"

Changes:

--- /work/SRC/openSUSE:Factory/glibmm2/glibmm2.changes  2016-09-21 
18:41:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibmm2.new/glibmm2.changes 2016-12-07 
11:12:04.0 +0100
@@ -1,0 +2,27 @@
+Sat Dec  3 19:06:08 UTC 2016 - jeng...@inai.de
+
+- Rectify RPM groups, replace old macros.
+
+---
+Fri Dec  2 13:02:14 UTC 2016 - dims...@opensuse.org
+
+- Update to version 2.51.1:
+  + This is the first release of the glibmm-2.52 API/ABI.
+  + Require C++14.
+  + Use libsigc++-3.0 instead of libsigc++-2.0.
+  + Remove lots of deprecated API.
+  + Gio:
+- BufferedInputStream, InputStream, OutputStream: Add vfuncs,
+  allowing implementation in C++ (bgo#572471).
+- SettingsSchemaSource::get_default(): Correct the reference
+  count (bgo#774593).
+- Settings: Fix type of 'key' parameter of
+  writable-change-event signal (bgo#773977).
+  + Glib: ustring: Add cbegin() and cend().
+- Change so_ver to -2_52-1, following upstream.
+- No longer provide/obsolete glibmm24(-devel): this is now done by
+  the new glibmm2_4 package.
+- Replace pkgconfig(sigc++-2.0) BuildRequires with
+  pkgconfig(sigc++-3.0), following upstream.
+
+---

Old:

  glibmm-2.50.0.tar.xz

New:

  glibmm-2.51.1.tar.xz



Other differences:
--
++ glibmm2.spec ++
--- /var/tmp/diff_new_pack.smVvRQ/_old  2016-12-07 11:12:05.0 +0100
+++ /var/tmp/diff_new_pack.smVvRQ/_new  2016-12-07 11:12:05.0 +0100
@@ -17,17 +17,17 @@
 
 
 # Update baselibs.conf when changing this
-%define so_ver -2_4-1
+%define so_ver -2_52-1
 
 Name:   glibmm2
 %define _name glibmm
-Version:2.50.0
+Version:2.51.1
 Release:0
 Summary:C++ Interface for Glib
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.gtkmm.org/
-Source0:
http://download.gnome.org/sources/glibmm/2.50/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/glibmm/2.51/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.49.7
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.49.7
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.49.7
-BuildRequires:  pkgconfig(sigc++-2.0) >= 2.9.1
+BuildRequires:  pkgconfig(sigc++-3.0) >= 2.99.5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -49,8 +49,6 @@
 Group:  System/Libraries
 Provides:   glibmm2 = %{version}
 Obsoletes:  glibmm2 < %{version}
-Provides:   glibmm24 = %{version}
-Obsoletes:  glibmm24 < %{version}
 
 %description -n libglibmm%{so_ver}
 Glibmm is the official C++ interface for the popular cross-platform
@@ -72,8 +70,6 @@
 Group:  Development/Libraries/C and C++
 Requires:   libgiomm%{so_ver} = %{version}
 Requires:   libglibmm%{so_ver} = %{version}
-Provides:   glibmm24-devel = %{version}
-Obsoletes:  glibmm24-devel < %{version}
 Provides:   %{name}-doc = %{version}
 Obsoletes:  %{name}-doc < %{version}
 
@@ -87,16 +83,13 @@
 
 %build
 %configure --disable-static
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}%{_libdir}/*.la
 %fdupes %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libglibmm%{so_ver} -p /sbin/ldconfig
 
 %postun -n libglibmm%{so_ver} -p /sbin/ldconfig
@@ -108,22 +101,22 @@
 %files -n libglibmm%{so_ver}
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/libglibmm-2.4.so.*
-%{_libdir}/libglibmm_generate_extra_defs-2.4.so.*
+%{_libdir}/libglibmm-2.52.so.*
+%{_libdir}/libglibmm_generate_extra_defs-2.52.so.*
 
 %files -n libgiomm%{so_ver}
 %defattr (-, root, root)
-%{_libdir}/libgiomm-2.4.so.*
+%{_libdir}/libgiomm-2.52.so.*
 
 %files devel
 %defattr (-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
-%{_libdir}/glibmm-2.4
-%{_libdir}/giomm-2.4
-%{_datadir}/devhelp/books/%{_name}-2.4
-%{_datadir}/doc/%{_name}-2.4
+%{_libdir}/glibmm-2.52
+%{_libdir}/giomm-2.52
+%{_datadir}/devhelp/books/%{_name}-2.52
+%{_datadir}/doc/%{_name}-2.52
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.smVvRQ/_old  2016-12-07 

commit sysprof for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package sysprof for openSUSE:Factory checked 
in at 2016-12-07 11:11:54

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


Package is "sysprof"

Changes:

--- /work/SRC/openSUSE:Factory/sysprof/sysprof.changes  2016-11-09 
11:39:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysprof.new/sysprof.changes 2016-12-07 
11:11:54.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov 30 10:24:02 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Fix expansion of function text in callgraph.
+  + Fix jump-to-function in callees list.
+  + Disable record button while generating callgraph profile.
+  + Ensure sysprof icons are available form libsysprof-ui-2.
+  + sysprof-cli requires --force to overwrite previous capture.
+  + Reduce code duplication in capture frame initialization.
+  + Updated translations.
+
+---

Old:

  sysprof-3.22.2.tar.xz

New:

  sysprof-3.22.3.tar.xz



Other differences:
--
++ sysprof.spec ++
--- /var/tmp/diff_new_pack.FbPVzx/_old  2016-12-07 11:11:55.0 +0100
+++ /var/tmp/diff_new_pack.FbPVzx/_new  2016-12-07 11:11:55.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   sysprof
-Version:3.22.2
+Version:3.22.3
 Release:0
 Summary:A system-wide Linux profiler
 License:GPL-3.0+

++ sysprof-3.22.2.tar.xz -> sysprof-3.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysprof-3.22.2/AUTHORS new/sysprof-3.22.3/AUTHORS
--- old/sysprof-3.22.2/AUTHORS  2016-04-16 06:14:10.0 +0200
+++ new/sysprof-3.22.3/AUTHORS  2016-11-28 23:04:12.0 +0100
@@ -1,18 +1,32 @@
 # Generated by Makefile. Do not edit.
 
+Anders Jonsson
+Balázs Meskó
 Bastien Nocera
 Behdad Esfahbod
 Christian Hergert
+Christian Kirbach
 Damien Lespiau
+Daniel Mustieles
+Dušan Kazik
+Enrico Nicoletto
+Gabor Kelemen
 Geoffrey Keating
+Hubert Figuière
 Jakub Steiner
 Javier Jardón
 Jeffrey Stedfast
+Jiri Grönroos
+Jussi Kukkonen
+Kalev Lember
 Kristian Høgsberg
+Marek Černocký
 Mario Blättermann
+Matej Urbančič
 Matthias Clasen
 Michel Dänzer
 M Joonas Pihlaja
+Mohammed Sadiq
 Nix
 Owen Taylor
 Paolo Borelli
@@ -20,6 +34,10 @@
 Pauli Nieminen
 Piotr Drąg
 Rafael Fontenelle
+Ray Strode
 Robert Love
 Søren Sandmann Pedersen
+Tiago Santos
+Timm Bäder
+Vito Caputo
 Мирослав Николић
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysprof-3.22.2/ChangeLog new/sysprof-3.22.3/ChangeLog
--- old/sysprof-3.22.2/ChangeLog2016-11-01 22:09:46.0 +0100
+++ new/sysprof-3.22.3/ChangeLog2016-11-28 23:05:07.0 +0100
@@ -1,6 +1,143 @@
+commit 496f10e34a6324f9142442cfaa855e3b94d23224
+Author: Christian Hergert 
+Date:   Mon Nov 28 14:05:01 2016 -0800
+
+release 3.22.3
+
+M  NEWS
+M  configure.ac
+
+commit 60305dc24b93ec5bfcdec2d9491bd32c393e6246
+Author: Christian Hergert 
+Date:  Mon Nov 28 14:04:46 2016 -0800
+
+update AUTHORS
+
+M  AUTHORS
+
+commit 1e1f47c61af84b7e6b460e31d8b8f5dd6c825092
+Author: Piotr Drąg 
+Date:  Sun Nov 27 17:30:22 2016 +0100
+
+Update Polish translation
+
+M  po/pl.po
+
+commit 87289e04212b2cde72ca53f7ce29c6a3b43322d9
+Author: Hubert Figuière 
+Date:  Sat Nov 26 10:03:21 2016 -0500
+
+sysprof-cli: Don't overwrite capture file by default
+
+Add -f / --force to allow overwrite
+
+https://bugzilla.gnome.org/show_bug.cgi?id=775062
+
+M  tools/sysprof-cli.c
+
+commit 563a5e3e65c10eb7324d711e02a14cd0d8eb973a
+Author: Christian Hergert 
+Date:  Wed Nov 23 19:19:43 2016 -0800
+
+theme-manager: ensure that icons are loaded
+
+This uses the theme manager to ensure that we add the icon path for
+consumers of the library.
+
+M  lib/sp-theme-manager.c
+
+commit 44ff1f03963a5ee6f09ef7bfd2fbb658494f634c
+Author: Christian Hergert 
+Date:  Wed Nov 23 19:15:38 2016 -0800
+
+move icons to libsysprof resources
+
+M  lib/resources/libsysprof.gresource.xml
+M  src/resources/sysprof.gresource.xml
+
+commit f11aaa189f0897f7edb3a44b9b22349e258cd504
+Author: Christian Hergert 
+Date:  Sun Nov 20 20:26:34 2016 -0800
+
+capture-writer: finalize if allocate failed
+
+M  lib/sp-capture-writer.c
+
+commit e97499b2a468e4c854ce5af2c9ed1af1aaa2c023
+Author: Vito Caputo 
+Date:  Sun Nov 20 16:59:20 2016 -0800
+
+capture-writer: use frame initializer function
+
+M  

commit gnome-software for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2016-12-07 11:11:44

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


Package is "gnome-software"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes
2016-11-10 13:11:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-software.new/gnome-software.changes   
2016-12-07 11:11:45.0 +0100
@@ -1,0 +2,17 @@
+Thu Dec  1 16:18:05 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Misc. fixes to the search results page.
+  + Misc. flatpak bug and crasher fixes.
+  + Correctly raise the codec search window under the Wayland
+session.
+  + Improve spinner state handling on the updates page.
+  + Make it possible to upgrade two Fedora versions at a time.
+  + Fix a memory leak with every search request.
+  + Don't show screenshot placeholder for add-ons that can't have
+screenshots.
+  + Show an error if the screenshot download fails.
+  + Get the screenshot metadata from the GNOME Shell Extension JSON
+data.
+
+---

Old:

  gnome-software-3.22.2.tar.xz

New:

  gnome-software-3.22.3.tar.xz



Other differences:
--
++ gnome-software.spec ++
--- /var/tmp/diff_new_pack.5TiR4k/_old  2016-12-07 11:11:46.0 +0100
+++ /var/tmp/diff_new_pack.5TiR4k/_new  2016-12-07 11:11:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-software
-Version:3.22.2
+Version:3.22.3
 Release:0
 %define gs_plugin_api 11
 Summary:GNOME Software Store

++ gnome-software-3.22.2.tar.xz -> gnome-software-3.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.22.2/NEWS 
new/gnome-software-3.22.3/NEWS
--- old/gnome-software-3.22.2/NEWS  2016-11-07 20:45:14.0 +0100
+++ new/gnome-software-3.22.3/NEWS  2016-12-01 16:53:35.0 +0100
@@ -1,3 +1,18 @@
+Version 3.22.3
+~~
+Released: 2016-12-01
+
+This stable release fixes the following bugs:
+ * Misc. fixes to the search results page
+ * Misc. flatpak bug and crasher fixes
+ * Correctly raise the codec search window under the Wayland session
+ * Improve spinner state handling on the updates page
+ * Make it possible to upgrade two Fedora versions at a time
+ * Fix a memory leak with every search request
+ * Don't show screenshot placeholder for add-ons that can't have screenshots
+ * Show an error if the screenshot download fails
+ * Get the screenshot metadata from the GNOME Shell Extension JSON data
+
 Version 3.22.2
 ~~
 Released: 2016-11-07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.22.2/config.h 
new/gnome-software-3.22.3/config.h
--- old/gnome-software-3.22.2/config.h  2016-11-07 20:44:18.0 +0100
+++ new/gnome-software-3.22.3/config.h  2016-12-01 16:52:14.0 +0100
@@ -110,7 +110,7 @@
 #define PACKAGE_NAME "gnome-software"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "gnome-software 3.22.2"
+#define PACKAGE_STRING "gnome-software 3.22.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gnome-software"
@@ -119,10 +119,10 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "3.22.2"
+#define PACKAGE_VERSION "3.22.3"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "3.22.2"
+#define VERSION "3.22.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-software-3.22.2/configure 
new/gnome-software-3.22.3/configure
--- old/gnome-software-3.22.2/configure 2016-11-07 20:44:13.0 +0100
+++ new/gnome-software-3.22.3/configure 2016-12-01 16:52:08.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-software 3.22.2.
+# Generated by GNU Autoconf 2.69 for gnome-software 3.22.3.
 #
 # Report bugs to 
.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-software'
 PACKAGE_TARNAME='gnome-software'
-PACKAGE_VERSION='3.22.2'
-PACKAGE_STRING='gnome-software 3.22.2'
+PACKAGE_VERSION='3.22.3'
+PACKAGE_STRING='gnome-software 3.22.3'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software'
 PACKAGE_URL=''
 
@@ -1556,7 

commit libgsf for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package libgsf for openSUSE:Factory checked 
in at 2016-12-07 11:11:26

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


Package is "libgsf"

Changes:

--- /work/SRC/openSUSE:Factory/libgsf/libgsf.changes2016-08-29 
14:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgsf.new/libgsf.changes   2016-12-07 
11:11:27.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  3 11:28:41 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.14.41:
+  + Fix corrupted-tar-file crash.
+
+---

Old:

  libgsf-1.14.40.tar.xz

New:

  libgsf-1.14.41.tar.xz



Other differences:
--
++ libgsf.spec ++
--- /var/tmp/diff_new_pack.NKlANb/_old  2016-12-07 11:11:28.0 +0100
+++ /var/tmp/diff_new_pack.NKlANb/_new  2016-12-07 11:11:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libgsf
-Version:1.14.40
+Version:1.14.41
 Release:0
 Summary:Extensible I/O abstraction library for dealing with structured 
file formats
 License:GPL-2.0+ and LGPL-2.1+

++ libgsf-1.14.40.tar.xz -> libgsf-1.14.41.tar.xz ++
 2541 lines of diff (skipped)




commit gnome-builder for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2016-12-07 11:11:35

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


Package is "gnome-builder"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2016-11-12 14:49:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2016-12-07 11:11:36.0 +0100
@@ -1,0 +2,39 @@
+Tue Nov 29 10:44:32 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.3:
+  + Fix Clang auto-copmletion snippet insertion and scoring.
+  + Various uninitialized and undefined behavior fixes.
+  + Language defaults are now installed.
+  + Support for building with llvm 3.9.
+  + Remove <> pairs when backspacing.
+  + Support added for building and runing Flatpak applications,
+including from Builder distributed via Flatpak.
+  + flatpak-builder integration using json manifests.
+  + Project tree expands to previous location after refreshing
+contents.
+  + Buffers are saved before performing build system install
+operation.
+  + Show flatpak prebuild and postbuild output in Build Output
+panel.
+  + Store app-id in buildconfig.
+  + Enter/Return has been re-enabled for auto-completion.
+  + Goto Line popover no longer uses popover animation/delay.
+  + Avoid over activation of ctags, clang and other completion
+providers.
+  + Set LD_LIBRARY_PATH for Rust rls language server.
+  + Fallback to ptsname() when necessary.
+  + Workbench CSS style improvements.
+  + Fix tab to move between snippet chunks during auto-completion.
+  + TTY support for FreeBSD when spawning processes.
+  + A new Run Output panel has been added.
+  + Fix for insertion of certain input methods next to quotations.
+  + The editor now allows overwriting.
+  + The terminal now supports highlighting and activating URLs.
+  + Fixes for copy and paste commands in terminal.
+  + Support for compiling C code outside of autotools projects has
+been improved to correctly discover standard include files.
+  + SSL and SSH improvements via Flatpak builds.
+  + Updated translations.
+- Add pkgconfig(flatpak) BuildRequires: Build flatpak support.
+
+---

Old:

  gnome-builder-3.22.2.tar.xz

New:

  gnome-builder-3.22.3.tar.xz



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.V8jh1I/_old  2016-12-07 11:11:37.0 +0100
+++ /var/tmp/diff_new_pack.V8jh1I/_new  2016-12-07 11:11:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-builder
-Version:3.22.2
+Version:3.22.3
 Release:0
 Summary:GNOME Builder - IDE
 License:GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.1+ and 
CC-BY-SA-3.0
@@ -34,6 +34,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  python3-devel >= 3.2.3
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(flatpak)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.49.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.49.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.49.0

++ gnome-builder-3.22.2.tar.xz -> gnome-builder-3.22.3.tar.xz ++
 22895 lines of diff (skipped)




commit cairomm for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package cairomm for openSUSE:Factory checked 
in at 2016-12-07 11:11:05

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


Package is "cairomm"

Changes:

--- /work/SRC/openSUSE:Factory/cairomm/cairomm.changes  2016-11-25 
12:27:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.cairomm.new/cairomm.changes 2016-12-07 
11:11:06.0 +0100
@@ -1,0 +2,21 @@
+Sat Dec  3 11:39:36 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.15.1:
+  + First release of the cairomm-1.16 API/ABI that installs in
+parallel with cairomm-1.0. This uses libsigc++-3.0 instead of
+libsigc++-2.0.
+- Changes from version 1.13.1:
+  + Added RecordingSurface, wrapping cairo_recording_surface
+(fdo#121359).
+- Replace libsigc++2-devel BuildRequires with
+  pkgconfig(sigc++-3.0), following upstream.
+- Replace cairo-devel BuildRequires with pkgconfig(cairo): match
+  what configure is looking for.
+- Rename libcairomm-1_0-1 subpackage to libcairomm-1_16-1,
+  following upstreams soname change to represent the new ABI/API.
+- Add libtool, mm-common and xlstproc BuildRequires as well as call
+  autogen.sh: required, as we have a non-bootstrapped git tarball.
+- Drop legacy cairomm provides/obsolete from the library package:
+  with the soname change this can't possibly still be a drop-in.
+
+---

Old:

  cairomm-1.12.2.tar.gz

New:

  _service
  cairomm-1.15.1.tar.xz



Other differences:
--
++ cairomm.spec ++
--- /var/tmp/diff_new_pack.4pjczz/_old  2016-12-07 11:11:07.0 +0100
+++ /var/tmp/diff_new_pack.4pjczz/_new  2016-12-07 11:11:07.0 +0100
@@ -17,38 +17,41 @@
 
 
 Name:   cairomm
-Version:1.12.2
+Version:1.15.1
 Release:0
 Summary:C++ Interface for Cairo
 License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://cairographics.org
-Source: http://cairographics.org/releases/%{name}-%{version}.tar.gz
+# Source based on tar_scm service; somehow upstream forgot to release tarballs
+Source: %{name}-%{version}.tar.xz
+#Source: http://cairographics.org/releases/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
-BuildRequires:  cairo-devel
 # needs doxygen for the documentation
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libsigc++2-devel >= 2.5.1
+BuildRequires:  libtool
+BuildRequires:  mm-common
 BuildRequires:  update-desktop-files
+BuildRequires:  xsltproc
+BuildRequires:  pkgconfig(cairo) >= 1.10.0
+BuildRequires:  pkgconfig(sigc++-3.0) >= 2.5.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides a C++ interface for Cairo.
 
-%package -n libcairomm-1_0-1
+%package -n libcairomm-1_16-1
 Summary:C++ interface for Cairo
 Group:  System/Libraries
-Provides:   %{name} = %{version}
-Obsoletes:  %{name} < %{version}
 
-%description -n libcairomm-1_0-1
+%description -n libcairomm-1_16-1
 This package provides a C++ interface for Cairo.
 
 %package devel
 Summary:C++ interface for Cairo
 Group:  Development/Libraries/GNOME
-Requires:   libcairomm-1_0-1 = %{version}
+Requires:   libcairomm-1_16-1 = %{version}
 
 %description devel
 This package provides a C++ interface for Cairo.
@@ -64,6 +67,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
@@ -71,11 +75,11 @@
 %makeinstall
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libcairomm-1_0-1 -p /sbin/ldconfig
+%post -n libcairomm-1_16-1 -p /sbin/ldconfig
 
-%postun -n libcairomm-1_0-1 -p /sbin/ldconfig
+%postun -n libcairomm-1_16-1 -p /sbin/ldconfig
 
-%files -n libcairomm-1_0-1
+%files -n libcairomm-1_16-1
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/*.so.*
@@ -83,15 +87,15 @@
 %files devel
 %defattr (-, root, root)
 %{_libdir}/*.so
-%dir %{_libdir}/cairomm-1.0/
-%{_libdir}/cairomm-1.0/include
+%dir %{_libdir}/cairomm-1.16/
+%{_libdir}/cairomm-1.16/include
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
 
 %files doc
 %defattr (-, root, root)
-%{_datadir}/devhelp/books/cairomm-1.0
-%{_datadir}/doc/cairomm-1.0
+%{_datadir}/devhelp/books/cairomm-1.16
+%{_datadir}/doc/cairomm-1.16
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++ _service ++

  
git://anongit.freedesktop.org/cairomm
git
1.15.1
refs/tags/v1.15.1
  
  
*.tar
xz
  
  


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.4pjczz/_old  2016-12-07 11:11:07.0 +0100
+++