commit go1.6 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package go1.6 for openSUSE:Factory checked 
in at 2018-02-27 17:00:25

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


Package is "go1.6"

Tue Feb 27 17:00:25 2018 rev:6 rq:580587 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/go1.6/go1.6.changes  2018-01-19 
11:53:24.963064602 +0100
+++ /work/SRC/openSUSE:Factory/.go1.6.new/go1.6.changes 2018-02-27 
17:00:53.773671954 +0100
@@ -1,0 +2,5 @@
+Sat Feb 24 19:00:42 UTC 2018 - jmassaguer...@suse.com
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+---



Other differences:
--
++ go1.6.spec ++
--- /var/tmp/diff_new_pack.H1BCsP/_old  2018-02-27 17:00:55.361614580 +0100
+++ /var/tmp/diff_new_pack.H1BCsP/_new  2018-02-27 17:00:55.365614435 +0100
@@ -135,7 +135,7 @@
 %endif
 %if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
-Recommends: go-doc = %{version}
+Recommends: %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.
 BuildRequires:  gcc-c++
@@ -172,7 +172,7 @@
 Summary:Go documentation
 License:BSD-3-Clause
 Group:  Documentation/Other
-Requires:   go = %{version}
+Requires:   %{name} = %{version}
 Provides:   go-doc = %{version}
 
 %description doc
@@ -182,11 +182,11 @@
 # boo#1052528
 %package race
 Summary:Go runtime race detector
-License:NCSA or MIT
+License:NCSA OR MIT
 Group:  Development/Languages/Other
 Url:https://compiler-rt.llvm.org/
-Requires:   go = %{version}
-Supplements:go
+Requires:   %{name} = %{version}
+Supplements:%{name} = %{version}
 ExclusiveArch:  %{tsan_arch}
 
 %description race




commit hylafax+ for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package hylafax+ for openSUSE:Factory 
checked in at 2018-02-27 17:00:30

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


Package is "hylafax+"

Tue Feb 27 17:00:30 2018 rev:17 rq:580621 version:5.5.9

Changes:

--- /work/SRC/openSUSE:Factory/hylafax+/hylafax+.changes2017-11-12 
18:10:34.442838819 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax+.new/hylafax+.changes   2018-02-27 
17:00:57.037554026 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 20:49:11 UTC 2018 - axel.br...@gmx.de
+
+- create user/group uucp
+  adapt services to use uucp
+  boo#1081899
+
+---



Other differences:
--
++ hylafax+.spec ++
--- /var/tmp/diff_new_pack.f9kSdb/_old  2018-02-27 17:00:59.149477718 +0100
+++ /var/tmp/diff_new_pack.f9kSdb/_new  2018-02-27 17:00:59.149477718 +0100
@@ -56,6 +56,10 @@
 Requires:   mailx
 Requires:   sharutils
 Requires:   tiff
+%if 0%{?suse_version} >= 1500
+Requires(pre):  group(uucp)
+Requires(pre):  user(uucp)
+%endif
 Conflicts:  hylafax < 30.0.0
 Conflicts:  mgetty-sendfax
 Provides:   hylafax = 30.0.0
@@ -179,6 +183,13 @@
 rm -f %{buildroot}%{faxspool}/COPYRIGHT
 
 %pre
+%if 0%{?suse_version} < 1500
+getent group uucp > /dev/null || %{_sbindir}/groupadd -r uucp 
+getent passwd uucp > /dev/null || %{_sbindir}/useradd -r -g uucp \
+   -d %{_localstatedir}/lib/%{name} -s /sbin/nologin \
+   -c 'Hylafax dialout' uucp
+%endif
+
 %service_add_pre hylafax-faxq.service
 %service_add_pre hylafax-faxgetty-ttyS0.service
 %service_add_pre hylafax-hfaxd.service

++ hylafax-faxgetty-ttyS0.service ++
--- /var/tmp/diff_new_pack.f9kSdb/_old  2018-02-27 17:00:59.217475262 +0100
+++ /var/tmp/diff_new_pack.f9kSdb/_new  2018-02-27 17:00:59.217475262 +0100
@@ -3,8 +3,8 @@
 After=hylafax-hfaxd.service
 
 [Service]
-User=root
-Group=root
+User=uucp
+Group=uucp
 Restart=always
 RestartSec=30
 ExecStart=/usr/sbin/faxgetty ttyS0

++ hylafax-faxq.service ++
--- /var/tmp/diff_new_pack.f9kSdb/_old  2018-02-27 17:00:59.233474683 +0100
+++ /var/tmp/diff_new_pack.f9kSdb/_new  2018-02-27 17:00:59.237474539 +0100
@@ -4,8 +4,8 @@
 After=hylafax-hfaxd.service
 
 [Service]
-User=root
-Group=root
+User=uucp
+Group=uucp
 Restart=always
 RestartSec=30
 ExecStart=/usr/sbin/faxq -D

++ hylafax-hfaxd.service ++
--- /var/tmp/diff_new_pack.f9kSdb/_old  2018-02-27 17:00:59.253473961 +0100
+++ /var/tmp/diff_new_pack.f9kSdb/_new  2018-02-27 17:00:59.253473961 +0100
@@ -3,8 +3,8 @@
 ConditionPathExists=/var/spool/hylafax/etc/setup.cache
 
 [Service]
-User=root  
-Group=root
+User=uucp  
+Group=uucp
 Restart=always
 ExecStart=/usr/sbin/hfaxd -d -i hylafax
 

++ notification.diff ++
--- /var/tmp/diff_new_pack.f9kSdb/_old  2018-02-27 17:00:59.265473528 +0100
+++ /var/tmp/diff_new_pack.f9kSdb/_new  2018-02-27 17:00:59.265473528 +0100
@@ -1,6 +1,12 @@
 diff -rauiEZbB a/util/common-functions.sh.in b/util/common-functions.sh.in
 --- a/util/common-functions.sh.in  2017-02-18 02:03:07.0 +0100
-+++ b/util/common-functions.sh.in  2017-11-04 16:32:28.727251543 +0100
 b/util/common-functions.sh.in  2017-12-23 19:42:34.733559532 +0100
+@@ -1,4 +1,4 @@
+-#! @SCRIPT_SH@
++#! /bin/bash
+ #$Id: common-functions.sh.in 1159 2013-05-11 21:05:30Z faxguy $
+ 
+ #
 @@ -11,20 +11,25 @@
  #
  encode()
@@ -408,7 +414,7 @@
  HYLAFAX_TMPDIR="$TMPDIR/hylafaxtmp-$RANDOM-$RANDOM-$RANDOM-$$"
  mkdir -m 0700 "$HYLAFAX_TMPDIR"
  }
-@@ -581,3 +640,166 @@
+@@ -581,3 +640,187 @@
  cleanupExit
  exit $1
  }
@@ -477,13 +483,22 @@
 +
 +rfc2047-encode()
 +{
++  # RFC2047-encode a part of a header field value.
++  #
 +  # required parameters:
-+  # number of already used columns in the current line,
-+  # charset name,
-+  # header field value to be encoded,
++  #
++  # * number of already used columns in the current line,
++  #
++  # * charset name,
++  #
++  # * header field value to be encoded,
++  #
 +  # optional parameters:
-+  # name of a variable to store the number of already used columns in
-+  # the last line.
++  #
++  # * name of a variable to store the number of already used columns in
++  #   the last line.
++  #
++  # The encoded text is sent to standard output.
 +
 +  eval "$( rfc2047-encode-2 "$@" )"
 +} 3>&1
@@ -492,44 +507,57 @@
 +{
 +  # Caller environment:
 +  #
-+  # File descriptor #3 be standard output.
-+  # File descriptor #1 be output for to be "eval"ed.
-+
++  # File descriptor #3: receives the encoded text.
++

commit cgal for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package cgal for openSUSE:Factory checked in 
at 2018-02-27 17:00:14

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


Package is "cgal"

Tue Feb 27 17:00:14 2018 rev:13 rq:580567 version:4.11.1

Changes:

--- /work/SRC/openSUSE:Factory/cgal/cgal.changes2017-12-08 
13:03:24.688632759 +0100
+++ /work/SRC/openSUSE:Factory/.cgal.new/cgal.changes   2018-02-27 
17:00:38.926208416 +0100
@@ -1,0 +2,8 @@
+Tue Feb 27 09:46:40 UTC 2018 - mvet...@suse.com
+
+- Update to 4.11.1:
+  * Bug fix release
+Please see https://github.com/CGAL/cgal/milestone/28?closed=1
+   for the full list of fixed bugs
+
+---

Old:

  CGAL-4.11-doc_html.tar.xz
  CGAL-4.11.tar.xz

New:

  CGAL-4.11.1-doc_html.tar.xz
  CGAL-4.11.1.tar.xz



Other differences:
--
++ cgal.spec ++
--- /var/tmp/diff_new_pack.zyAIRD/_old  2018-02-27 17:00:43.426045830 +0100
+++ /var/tmp/diff_new_pack.zyAIRD/_new  2018-02-27 17:00:43.426045830 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cgal
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,7 @@
 %define _sourcename CGAL
 %define _libname libCGAL%{_sover}
 Name:   cgal
-Version:4.11
+Version:4.11.1
 Release:0
 Summary:Computational Geometry Algorithms Library
 License:GPL-3.0+ AND LGPL-3.0+

++ CGAL-4.11-doc_html.tar.xz -> CGAL-4.11.1-doc_html.tar.xz ++
/work/SRC/openSUSE:Factory/cgal/CGAL-4.11-doc_html.tar.xz 
/work/SRC/openSUSE:Factory/.cgal.new/CGAL-4.11.1-doc_html.tar.xz differ: char 
27, line 1

++ CGAL-4.11-doc_html.tar.xz -> CGAL-4.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/cgal/CGAL-4.11-doc_html.tar.xz 
/work/SRC/openSUSE:Factory/.cgal.new/CGAL-4.11.1.tar.xz differ: char 25, line 1




commit hawk2 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-02-27 17:00:34

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


Package is "hawk2"

Tue Feb 27 17:00:34 2018 rev:48 rq:580624 version:2.1.0+git.1519229624.7c397acb

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-02-14 
10:53:03.642576872 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-02-27 
17:00:59.605461243 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 16:22:24 UTC 2018 - abela...@suse.de
+
+- Update to version 2.1.0+git.1519229624.7c397acb:
+  * Medium: Support Pacemaker Container Bundle feature (fate#324558)
+  * Medium: Improved navigational structure in Hawk 2 (fate#323418)
+
+---

Old:

  hawk2-2.1.0+git.1518590724.856b089e.tar.bz2

New:

  hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.J5cPjQ/_old  2018-02-27 17:01:00.841416586 +0100
+++ /var/tmp/diff_new_pack.J5cPjQ/_new  2018-02-27 17:01:00.845416442 +0100
@@ -51,7 +51,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1518590724.856b089e
+Version:2.1.0+git.1519229624.7c397acb
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.J5cPjQ/_old  2018-02-27 17:01:00.881415141 +0100
+++ /var/tmp/diff_new_pack.J5cPjQ/_new  2018-02-27 17:01:00.885414997 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  856b089eb4cf0cd1d2e7ca87d82b142c5cf5fb31
\ No newline at end of file
+  7c397acbca6341d995786c91fd39248b0d57454c
\ No newline at end of file

++ hawk2-2.1.0+git.1518590724.856b089e.tar.bz2 -> 
hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1518590724.856b089e.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2
 differ: char 11, line 1




commit go1.4 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package go1.4 for openSUSE:Factory checked 
in at 2018-02-27 17:00:22

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


Package is "go1.4"

Tue Feb 27 17:00:22 2018 rev:6 rq:580586 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes  2018-01-19 
11:53:19.603317205 +0100
+++ /work/SRC/openSUSE:Factory/.go1.4.new/go1.4.changes 2018-02-27 
17:00:51.665748117 +0100
@@ -1,0 +2,5 @@
+Sat Feb 24 18:54:32 UTC 2018 - jmassaguer...@suse.com
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+---



Other differences:
--
++ go1.4.spec ++
--- /var/tmp/diff_new_pack.yZiTPU/_old  2018-02-27 17:00:53.425684528 +0100
+++ /var/tmp/diff_new_pack.yZiTPU/_new  2018-02-27 17:00:53.429684383 +0100
@@ -99,7 +99,7 @@
 %endif
 %if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
-Recommends: %{name}-doc
+Recommends: %{name}-doc = %{version}
 #BNC#818502 debug edit tool of rpm fails on i586 builds
 %if 0%{?suse_version} > 1230
 BuildRequires:  rpm >= 4.11.1
@@ -126,11 +126,11 @@
 # boo#1052528
 %package race
 Summary:Go runtime race detector
-License:NCSA or MIT
+License:NCSA OR MIT
 Group:  Development/Languages/Other
 Url:https://compiler-rt.llvm.org/
-Requires:   go = %{version}
-Supplements:go
+Requires:   %{name} = %{version}
+Supplements:%{name} = %{version}
 ExclusiveArch:  %{tsan_arch}
 
 %description race




commit ocserv for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package ocserv for openSUSE:Factory checked 
in at 2018-02-27 17:00:28

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


Package is "ocserv"

Tue Feb 27 17:00:28 2018 rev:6 rq:580606 version:0.11.10

Changes:

--- /work/SRC/openSUSE:Factory/ocserv/ocserv.changes2018-02-26 
23:25:39.797230750 +0100
+++ /work/SRC/openSUSE:Factory/.ocserv.new/ocserv.changes   2018-02-27 
17:00:55.585606486 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 02:50:33 UTC 2018 - i...@marguerite.su
+
+- add firewalld service 
+
+---

New:

  ocserv.firewalld.xml



Other differences:
--
++ ocserv.spec ++
--- /var/tmp/diff_new_pack.V5ywSB/_old  2018-02-27 17:00:56.833561396 +0100
+++ /var/tmp/diff_new_pack.V5ywSB/_new  2018-02-27 17:00:56.837561252 +0100
@@ -33,6 +33,7 @@
 Source3:user.tmpl
 Source4:ocserv.SuSEfirewall
 Source5:ocserv.sysctl
+Source6:ocserv.firewalld.xml
 Source99:   README.SUSE
 #PATCH-FIX-UPSTREAM marguer...@opensuse.org $LIBSYSTEMD_DAEMON env is not set 
on openSUSE
 Patch1: %{name}-enable-systemd.patch
@@ -42,6 +43,9 @@
 Patch3: %{name}-LZ4_compress_default.patch
 BuildRequires:  autogen
 BuildRequires:  dbus-1-devel
+%if 0%{suse_version} >= 1500
+BuildRequires:  firewall-macros
+%endif
 BuildRequires:  freeradius-client-devel
 BuildRequires:  gperf
 BuildRequires:  libev-devel
@@ -105,6 +109,9 @@
 
 install -Dm 0644 %{SOURCE4} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ocserv
 install -Dm 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysctl.d/60-ocserv.conf
+%if 0%{suse_version} >= 1500
+install -D -m 644 %{SOURCE6} 
%{buildroot}%{_libexecdir}/firewalld/services/ocserv.xml
+%endif
 
 install -d %{buildroot}%{_sysconfdir}/ocserv/certificates
 install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ocserv/certificates
@@ -125,6 +132,9 @@
 
 %post
 %service_add_post ocserv.service ocserv.socket
+%if 0%{suse_version} >= 1500
+%firewalld_reload
+%endif
 
 %preun
 %service_del_preun ocserv.service ocserv.socket
@@ -138,6 +148,11 @@
 %config %{_sysconfdir}/ocserv
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ocserv
 %config(noreplace) %{_sysconfdir}/sysctl.d/60-ocserv.conf
+%if 0%{suse_version} >= 1500
+%dir %{_libexecdir}/firewalld
+%dir %{_libexecdir}/firewalld/services
+%{_libexecdir}/firewalld/services/ocserv.xml
+%endif
 %{_bindir}/occtl
 %{_bindir}/ocpasswd
 %{_bindir}/ocserv-script

++ ocserv.firewalld.xml ++


  ocserv
  open ports for ocserv vpn service
  
  




commit yate for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2018-02-27 17:00:20

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


Package is "yate"

Tue Feb 27 17:00:20 2018 rev:30 rq:580570 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2018-01-10 
23:34:44.101242382 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2018-02-27 
17:00:44.741998282 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:08:10 UTC 2018 - mar...@gmx.de
+
+- Build with support for sctp
+
+---
@@ -4 +9 @@
-- Implement shareed library packaging guideline.
+- Implement shared library packaging guideline.



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.nVGDaF/_old  2018-02-27 17:00:46.461936139 +0100
+++ /var/tmp/diff_new_pack.nVGDaF/_new  2018-02-27 17:00:46.461936139 +0100
@@ -22,7 +22,7 @@
 Version:6.0.0
 Release:0
 Summary:Yet Another Telephony Engine
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate6/yate-%{version}-1.tar.gz
@@ -35,6 +35,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libgsm-devel
 BuildRequires:  libqt4-devel
+BuildRequires:  lksctp-tools-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(alsa)
@@ -53,7 +54,7 @@
 
 %package -n libyate6
 Summary:Shared libraries for Yate
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Libraries
 
 %description -n libyate6
@@ -63,7 +64,7 @@
 
 %package devel
 Summary:Development package for Yate
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Libraries/C and C++
 Requires:   libyate6 = %{version}
 
@@ -73,7 +74,7 @@
 
 %package qt4
 Summary:Qt4 client package for Yate
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}
 
@@ -83,7 +84,7 @@
 
 %package scripts
 Summary:External scripting package for Yate
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Telephony/Clients
 Requires:   %{name}
 
@@ -92,7 +93,7 @@
 
 %package with-amrnb
 Summary:Yate with AMRNB codec support
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Telephony/Clients
 Requires:   %{name} = %{version}-%{release}
 
@@ -108,7 +109,8 @@
 %build
 autoreconf -fiv
 %configure \
-  --docdir=%{_docdir}
+  --docdir=%{_docdir} \
+  --enable-sctp
 make #%%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
 
 %install




commit zpaq for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2018-02-27 17:00:12

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


Package is "zpaq"

Tue Feb 27 17:00:12 2018 rev:7 rq:580566 version:7.15

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2018-02-20 
17:56:32.851283756 +0100
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2018-02-27 
17:00:31.178488353 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 09:49:43 UTC 2018 - jeng...@inai.de
+
+- Trim Windows mention. Compact description.
+
+---



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.b2QCNe/_old  2018-02-27 17:00:32.430443118 +0100
+++ /var/tmp/diff_new_pack.b2QCNe/_new  2018-02-27 17:00:32.434442974 +0100
@@ -20,10 +20,10 @@
 Name:   zpaq
 Version:7.15
 Release:0
-Summary:A journaling, incremental, deduplicating archiver for Windows 
and Linux
+Summary:A journaling, incremental, deduplicating archiver
 License:SUSE-Public-Domain AND MIT
 Group:  Productivity/Archiving/Compression
-URL:http://mattmahoney.net/dc/zpaq.html
+Url:http://mattmahoney.net/dc/zpaq.html
 Source0:http://mattmahoney.net/dc/zpaq%{dversion}.zip
 Source1:%{name}.changes
 BuildRequires:  dos2unix
@@ -31,19 +31,14 @@
 BuildRequires:  unzip
 
 %description
-zpaq is a journaling, incremental, deduplicating archiver for Windows and
-Linux. "Journaling" means that when you update a file or directory, both
-the old and new versions are saved. You can extract from the archive as it
-existed at any time in the past. "Incremental", means that when you back up
-your entire hard drive, for example:
-
-  zpaq -add e:backup.zpaq c:\*
-
-that only those files whose last-modified date has changed since the
-previous backup are added. For 100 GB of files, this typically takes 1-2
-minutes, vs. a few hours to create the first version. "Deduplicating" means
-that identical files or fragments are stored only once to save time and
-space.
+zpaq is a journaling, incremental, deduplicating archiver.
+"Journaling" means that when you update a file or directory, both the
+old and new versions are saved and can be extracted. "Incremental"
+means that only those files whose last-modified date has changed
+since the previous backup are added. For 100 GB of files, this
+typically takes 1-2 minutes, vs. a few hours to create the first
+version. "Deduplicating" means that identical files or fragments are
+stored only once to save time and space.
 
 %prep
 %setup -q -c %{name}%{dversion}





commit phonon4qt5-backend-vlc for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package phonon4qt5-backend-vlc for 
openSUSE:Factory checked in at 2018-02-27 17:00:06

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


Package is "phonon4qt5-backend-vlc"

Tue Feb 27 17:00:06 2018 rev:16 rq:580558 version:0.10.1

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon4qt5-backend-vlc/phonon4qt5-backend-vlc.changes
2018-02-24 16:39:40.268819804 +0100
+++ 
/work/SRC/openSUSE:Factory/.phonon4qt5-backend-vlc.new/phonon4qt5-backend-vlc.changes
   2018-02-27 17:00:27.754612064 +0100
@@ -1,0 +2,7 @@
+Tue Feb 27 10:03:22 UTC 2018 - wba...@tmo.at
+
+- Update to 0.10.1:
+  * Fix build with VLC < 3.0
+- Drop fix-build-with-vlc2.patch, merged upstream
+
+---

Old:

  fix-build-with-vlc2.patch
  phonon-backend-vlc-0.10.0.tar.xz

New:

  phonon-backend-vlc-0.10.1.tar.xz



Other differences:
--
++ phonon4qt5-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.INhJrz/_old  2018-02-27 17:00:29.166561047 +0100
+++ /var/tmp/diff_new_pack.INhJrz/_new  2018-02-27 17:00:29.170560903 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   phonon4qt5-backend-vlc
-Version:0.10.0
+Version:0.10.1
 Release:0
 Summary:Phonon VLC Backend
 License:LGPL-2.1+
@@ -26,8 +26,6 @@
 %define filename phonon-backend-vlc
 %define _phonon4qt5_version 4.7.0
 Source: 
http://download.kde.org/stable/phonon/%{filename}/%{version}/%{filename}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch:  fix-build-with-vlc2.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cmake
 BuildRequires:  kf5-filesystem
@@ -53,7 +51,6 @@
 
 %prep
 %setup -q -n phonon-vlc-%{version}
-%patch -p1
 
 %build
   %cmake_kf5 -d build -- -DPHONON_BUILD_PHONON4QT5=ON

++ phonon-backend-vlc-0.10.0.tar.xz -> phonon-backend-vlc-0.10.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-vlc-0.10.0/CMakeLists.txt 
new/phonon-vlc-0.10.1/CMakeLists.txt
--- old/phonon-vlc-0.10.0/CMakeLists.txt2018-02-23 15:30:24.0 
+0100
+++ new/phonon-vlc-0.10.1/CMakeLists.txt2018-02-26 15:57:37.0 
+0100
@@ -25,7 +25,7 @@
 
 set(PHONON_VLC_MAJOR_VERSION "0")
 set(PHONON_VLC_MINOR_VERSION "10")
-set(PHONON_VLC_PATCH_VERSION "0")
+set(PHONON_VLC_PATCH_VERSION "1")
 set(PHONON_VLC_VERSION 
"${PHONON_VLC_MAJOR_VERSION}.${PHONON_VLC_MINOR_VERSION}.${PHONON_VLC_PATCH_VERSION}")
 add_definitions(-DPHONON_VLC_VERSION="${PHONON_VLC_VERSION}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-vlc-0.10.0/src/mediaplayer.h 
new/phonon-vlc-0.10.1/src/mediaplayer.h
--- old/phonon-vlc-0.10.0/src/mediaplayer.h 2018-02-23 15:30:24.0 
+0100
+++ new/phonon-vlc-0.10.1/src/mediaplayer.h 2018-02-26 15:57:37.0 
+0100
@@ -62,11 +62,13 @@
 unsigned int m_size;
 };
 
+#if (LIBVLC_VERSION_INT >= LIBVLC_VERSION(3, 0, 0, 0))
 typedef Descriptions TitleDescriptions;
 typedef QSharedPointer SharedTitleDescriptions;
 
 typedef Descriptions ChapterDescriptions;
 typedef QSharedPointer SharedChapterDescriptions;
+#endif
 
 class MediaPlayer : public QObject
 {




commit btrfsmaintenance for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package btrfsmaintenance for 
openSUSE:Factory checked in at 2018-02-27 17:00:10

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


Package is "btrfsmaintenance"

Tue Feb 27 17:00:10 2018 rev:15 rq:580565 version:0.4

Changes:

--- /work/SRC/openSUSE:Factory/btrfsmaintenance/btrfsmaintenance.changes
2018-01-20 11:28:15.560032082 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsmaintenance.new/btrfsmaintenance.changes   
2018-02-27 17:00:29.638543994 +0100
@@ -1,0 +2,6 @@
+Mon Feb  5 15:13:00 UTC 2018 - lpecha...@suse.com
+
+- Move the defrag plugin over to Python 3. (bsc#1070322)
+- Added patch: python3-support-bsc1070322.diff
+
+---

New:

  python3-support-bsc1070322.diff



Other differences:
--
++ btrfsmaintenance.spec ++
--- /var/tmp/diff_new_pack.dYyCIl/_old  2018-02-27 17:00:30.870499481 +0100
+++ /var/tmp/diff_new_pack.dYyCIl/_new  2018-02-27 17:00:30.874499337 +0100
@@ -29,9 +29,10 @@
 Group:  System/Base
 Url:https://github.com/kdave/btrfsmaintenance
 Source0:%{name}-%{version}.tar.bz2
+Patch0: python3-support-bsc1070322.diff
 BuildRequires:  systemd
 Requires:   btrfsprogs
-Requires:   zypp-plugin-python
+Requires:   python3-zypp-plugin
 Requires:   libzypp(plugin:commit)
 Supplements:btrfsprogs
 BuildArch:  noarch
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 

++ python3-support-bsc1070322.diff ++
Index: btrfsmaintenance-0.4/btrfs-defrag-plugin.py
===
--- btrfsmaintenance-0.4.orig/btrfs-defrag-plugin.py
+++ btrfsmaintenance-0.4/btrfs-defrag-plugin.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 # This plugin defragments rpm files after update.
 #
@@ -17,14 +17,19 @@
 #   contiguous space, the bigger the extent is, the worse and the extent
 #   size hint is not reached anyway
 
-from sys import stderr
+import sys
+if sys.version_info[0] >= 3:
+from builtins import str
+popen_kwargs = { 'encoding': 'ascii' }
+else:
+popen_kwargs = { }
 from zypp_plugin import Plugin
 import subprocess
 
 DEBUG=False
 EXTENT_SIZE=64*1024*1024
 LOGFILE='/tmp/btrfs-defrag-plugin.log'
-PATH=subprocess.check_output(["rpm", "--eval", "%_dbpath"]).strip()
+PATH=subprocess.check_output(["rpm", "--eval", "%_dbpath"], 
**popen_kwargs).strip()
 
 def dbg(args):
 if not DEBUG: return
@@ -34,7 +39,7 @@ def dbg(args):
 f.close()
 
 def qx(args):
-out=subprocess.Popen(args, shell=True, stdout=subprocess.PIPE).stdout
+out=subprocess.Popen(args, shell=True, stdout=subprocess.PIPE, 
**popen_kwargs).stdout
 outstr="".join(out.readlines())
 out.close()
 return outstr



commit fossil for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package fossil for openSUSE:Factory checked 
in at 2018-02-27 17:00:04

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


Package is "fossil"

Tue Feb 27 17:00:04 2018 rev:20 rq:580552 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/fossil/fossil.changes2017-12-08 
21:48:49.399365061 +0100
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes   2018-02-27 
17:00:24.514729125 +0100
@@ -1,0 +2,9 @@
+Mon Feb 26 15:18:04 UTC 2018 - astie...@suse.com
+
+- update to 2.5:
+  * UI updates
+  * display ettings persist across pages
+  * improve responsiveness fo server process
+  * Support for SQL Archives as a download option
+
+---

Old:

  fossil-src-2.4.tar.gz

New:

  fossil-src-2.5.tar.gz



Other differences:
--
++ fossil.spec ++
--- /var/tmp/diff_new_pack.gaoKtO/_old  2018-02-27 17:00:26.442659466 +0100
+++ /var/tmp/diff_new_pack.gaoKtO/_new  2018-02-27 17:00:26.446659322 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fossil
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,9 +21,8 @@
 %else
 %bcond_with system_sqlite
 %endif
-
 Name:   fossil
-Version:2.4
+Version:2.5
 Release:0
 Summary:Distributed software configuration management
 License:BSD-2-Clause
@@ -33,13 +32,12 @@
 Patch1: fossil-1.37-remove_date_time.patch
 BuildRequires:  fuse-devel
 BuildRequires:  gcc
+BuildRequires:  openssl-devel
 BuildRequires:  tcl
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with system_sqlite}
 BuildRequires:  sqlite3-devel >= 3.20.0
 %endif
-BuildRequires:  openssl-devel
 
 %description
 Fossil is a distributed software configuration management system with
@@ -69,11 +67,10 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc COPYRIGHT-BSD2.txt
+%license COPYRIGHT-BSD2.txt
 %{_bindir}/fossil
 
 %changelog

++ fossil-src-2.4.tar.gz -> fossil-src-2.5.tar.gz ++
 43899 lines of diff (skipped)




commit lyx for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-02-27 17:00:00

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


Package is "lyx"

Tue Feb 27 17:00:00 2018 rev:86 rq:580544 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2018-01-30 15:44:28.842389159 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2018-02-27 
17:00:19.630905586 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 09:40:37 UTC 2018 - corne...@solcon.nl
+
+- Update to 2.3.0 release
+
+---

Old:

  lyx-2.3.0rc2.tar.xz
  lyx-2.3.0rc2.tar.xz.sig

New:

  lyx-2.3.0.tar.xz
  lyx-2.3.0.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.DwaKyw/_old  2018-02-27 17:00:22.126815405 +0100
+++ /var/tmp/diff_new_pack.DwaKyw/_new  2018-02-27 17:00:22.126815405 +0100
@@ -19,15 +19,14 @@
 Name:   lyx
 Version:2.3.0
 Release:0
-%define rversion 2.3.0rc2
 Summary:WYSIWYM (What You See Is What You Mean) document processor
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/lyx-%{version}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -112,7 +111,7 @@
 document under "Help" on the menubar.
 
 %prep
-%setup -q -n %{name}-%{rversion}
+%setup -q
 
 %build
 #./autogen.sh

++ lyx-2.3.0rc2.tar.xz -> lyx-2.3.0.tar.xz ++
/work/SRC/openSUSE:Factory/lyx/lyx-2.3.0rc2.tar.xz 
/work/SRC/openSUSE:Factory/.lyx.new/lyx-2.3.0.tar.xz differ: char 25, line 1





commit crmsh for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2018-02-27 16:59:58

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


Package is "crmsh"

Tue Feb 27 16:59:58 2018 rev:142 rq:580540 version:4.0.0+git.1519721966.9abd841c

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2018-02-14 
10:50:55.295196305 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2018-02-27 
17:00:16.599015133 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 09:55:07 UTC 2018 - kgronl...@suse.com
+
+- Update to version 4.0.0+git.1519721966.9abd841c:
+  * low: bootstrap: Updated authkey generation (bsc#1077389)
+
+---
@@ -5 +11 @@
-  * fix: bootstrap: Create pacemaker_remote authkey(#bsc 1077389)
+  * fix: bootstrap: Create pacemaker_remote authkey (bsc#1077389)

Old:

  crmsh-4.0.0+git.1518510059.7a6f94e6.tar.bz2

New:

  crmsh-4.0.0+git.1519721966.9abd841c.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.wtjnDW/_old  2018-02-27 17:00:17.870969175 +0100
+++ /var/tmp/diff_new_pack.wtjnDW/_new  2018-02-27 17:00:17.882968741 +0100
@@ -34,9 +34,9 @@
 
 Name:   crmsh
 Summary:High Availability cluster command-line interface
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  %{pkg_group}
-Version:4.0.0+git.1518510059.7a6f94e6
+Version:4.0.0+git.1519721966.9abd841c
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.wtjnDW/_old  2018-02-27 17:00:17.962965852 +0100
+++ /var/tmp/diff_new_pack.wtjnDW/_new  2018-02-27 17:00:17.966965706 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  7a6f94e6613a604a540956ff56324a788976b7db
\ No newline at end of file
+  9abd841ca08a609923c8406584a112900bb27262
\ No newline at end of file

++ crmsh-4.0.0+git.1518510059.7a6f94e6.tar.bz2 -> 
crmsh-4.0.0+git.1519721966.9abd841c.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-4.0.0+git.1518510059.7a6f94e6/crmsh/bootstrap.py 
new/crmsh-4.0.0+git.1519721966.9abd841c/crmsh/bootstrap.py
--- old/crmsh-4.0.0+git.1518510059.7a6f94e6/crmsh/bootstrap.py  2018-02-13 
09:20:59.0 +0100
+++ new/crmsh-4.0.0+git.1519721966.9abd841c/crmsh/bootstrap.py  2018-02-27 
09:59:26.0 +0100
@@ -623,6 +623,32 @@
 tf.write(ff.read())
 
 
+def rmfile(path, ignore_errors=False):
+"""
+Try to remove the given file, and
+report an error on failure
+"""
+try:
+os.remove(path)
+except os.error as err:
+if not ignore_errors:
+error("Failed to remove {}: {}".format(path, err))
+
+
+def mkdirs_owned(dirs, mode=0o777, uid=-1, gid=-1):
+"""
+Create directory path, setting the mode and
+ownership of the leaf directory to mode/uid/gid.
+"""
+if not os.path.exists(dirs):
+try:
+os.makedirs(dirs, mode)
+except OSError as err:
+error("Failed to create {}: {}".format(dirs, err))
+if uid != -1 or gid != -1:
+utils.chown(dirs, uid, gid)
+
+
 def init_ssh():
 """
 Configure passwordless SSH.
@@ -632,10 +658,7 @@
 if os.path.exists("/root/.ssh/id_rsa"):
 if not confirm("/root/.ssh/id_rsa already exists - overwrite?"):
 return
-try:
-os.remove("/root/.ssh/id_rsa")
-except os.error:
-error("Failed to remove /root/.ssh/id_rsa")
+rmfile("/root/.ssh/id_rsa")
 status("Generating SSH key")
 invoke("ssh-keygen -q -f /root/.ssh/id_rsa -C 'Cluster Internal' -N ''")
 append("/root/.ssh/id_rsa.pub", "/root/.ssh/authorized_keys")
@@ -741,10 +764,7 @@
 if os.path.exists(COROSYNC_AUTH):
 if not confirm("%s already exists - overwrite?" % (COROSYNC_AUTH)):
 return
-try:
-os.remove(COROSYNC_AUTH)
-except os.error:
-error("Failed to remove %s" % (COROSYNC_AUTH))
+rmfile(COROSYNC_AUTH)
 invoke("corosync-keygen -l")
 
 
@@ -755,17 +775,14 @@
 if os.path.exists(PCMK_REMOTE_AUTH):
 if not confirm("%s already exists - overwrite?" % (PCMK_REMOTE_AUTH)):
 return
-try:
-os.remove(PCMK_REMOTE_AUTH)
-except os.error:
-error("Failed to remove %s" % (PCMK_REMOTE_AUTH))
+rmfile(PCMK_REMOTE_AUTH)
 
 pcmk_remote_dir = os.path.dirname(PCMK_REMOTE_AUTH)
-if not os.path.exists(pcmk_remote_dir):
-invoke(

commit phonon-backend-vlc for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package phonon-backend-vlc for 
openSUSE:Factory checked in at 2018-02-27 17:00:02

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


Package is "phonon-backend-vlc"

Tue Feb 27 17:00:02 2018 rev:24 rq:580551 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/phonon-backend-vlc/phonon-backend-vlc.changes
2018-02-24 16:39:36.976938272 +0100
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-vlc.new/phonon-backend-vlc.changes   
2018-02-27 17:00:22.326808179 +0100
@@ -1,0 +2,7 @@
+Tue Feb 27 10:03:22 UTC 2018 - wba...@tmo.at
+
+- Update to 0.10.1:
+  * Fix build with VLC < 3.0
+- Drop fix-build-with-vlc2.patch, merged upstream
+
+---

Old:

  fix-build-with-vlc2.patch
  phonon-backend-vlc-0.10.0.tar.xz

New:

  phonon-backend-vlc-0.10.1.tar.xz



Other differences:
--
++ phonon-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.Tfd3ps/_old  2018-02-27 17:00:23.382770025 +0100
+++ /var/tmp/diff_new_pack.Tfd3ps/_new  2018-02-27 17:00:23.386769881 +0100
@@ -18,15 +18,13 @@
 
 %define _phonon_version 4.7.0
 Name:   phonon-backend-vlc
-Version:0.10.0
+Version:0.10.1
 Release:0
 Summary:Phonon VLC Backend
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://phonon.kde.org/
 Source: 
http://download.kde.org/stable/phonon/%{name}/%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch:  fix-build-with-vlc2.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  kde4-filesystem
@@ -49,7 +47,6 @@
 
 %prep
 %setup -q -n phonon-vlc-%{version}
-%patch -p1
 
 %build
 %cmake_kde4 -d build

++ phonon-backend-vlc-0.10.0.tar.xz -> phonon-backend-vlc-0.10.1.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-vlc-0.10.0/CMakeLists.txt 
new/phonon-vlc-0.10.1/CMakeLists.txt
--- old/phonon-vlc-0.10.0/CMakeLists.txt2018-02-23 15:30:24.0 
+0100
+++ new/phonon-vlc-0.10.1/CMakeLists.txt2018-02-26 15:57:37.0 
+0100
@@ -25,7 +25,7 @@
 
 set(PHONON_VLC_MAJOR_VERSION "0")
 set(PHONON_VLC_MINOR_VERSION "10")
-set(PHONON_VLC_PATCH_VERSION "0")
+set(PHONON_VLC_PATCH_VERSION "1")
 set(PHONON_VLC_VERSION 
"${PHONON_VLC_MAJOR_VERSION}.${PHONON_VLC_MINOR_VERSION}.${PHONON_VLC_PATCH_VERSION}")
 add_definitions(-DPHONON_VLC_VERSION="${PHONON_VLC_VERSION}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-vlc-0.10.0/src/mediaplayer.h 
new/phonon-vlc-0.10.1/src/mediaplayer.h
--- old/phonon-vlc-0.10.0/src/mediaplayer.h 2018-02-23 15:30:24.0 
+0100
+++ new/phonon-vlc-0.10.1/src/mediaplayer.h 2018-02-26 15:57:37.0 
+0100
@@ -62,11 +62,13 @@
 unsigned int m_size;
 };
 
+#if (LIBVLC_VERSION_INT >= LIBVLC_VERSION(3, 0, 0, 0))
 typedef Descriptions TitleDescriptions;
 typedef QSharedPointer SharedTitleDescriptions;
 
 typedef Descriptions ChapterDescriptions;
 typedef QSharedPointer SharedChapterDescriptions;
+#endif
 
 class MediaPlayer : public QObject
 {




commit velum for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-02-27 16:59:53

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


Package is "velum"

Tue Feb 27 16:59:53 2018 rev:9 rq:580512 
version:3.0.0+dev+git_r659_6ac641fcbeac276b2a74c5797714694a5f9e21df

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-02-26 
23:27:20.661603177 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-02-27 
17:00:12.847150694 +0100
@@ -1,0 +2,12 @@
+Tue Feb 27 09:06:35 UTC 2018 - containers-bugow...@suse.de
+
+- Commit b74718c by Maximilian Meister mmeis...@suse.de
+ disable codeclimate check that rubocop already does
+ 
+ this is one example of overlapping checks that are performed by rubocop and
+ therefore can be disabled, otherwise it shows up on the github status always
+ 
+ Signed-off-by: Maximilian Meister 
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.GuUQHr/_old  2018-02-27 17:00:14.227100834 +0100
+++ /var/tmp/diff_new_pack.GuUQHr/_new  2018-02-27 17:00:14.231100690 +0100
@@ -23,7 +23,7 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r657_5ff58ad3ec6b1b88d02799820e6e06af020d24b9
+Version:3.0.0+dev+git_r659_6ac641fcbeac276b2a74c5797714694a5f9e21df
 Release:0
 %define branch master
 Summary:Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
5ff58ad3ec6b1b88d02799820e6e06af020d24b9 from branch master on date Mon, 26 Feb 
2018 14:28:11 +
+This package has been built with commit 
6ac641fcbeac276b2a74c5797714694a5f9e21df from branch master on date Tue, 27 Feb 
2018 09:05:58 +
 
 %prep
 %setup -q -n velum-%{branch}

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/.codeclimate.yml 
new/velum-master/.codeclimate.yml
--- old/velum-master/.codeclimate.yml   2018-02-26 15:27:28.0 +0100
+++ new/velum-master/.codeclimate.yml   2018-02-27 10:05:48.0 +0100
@@ -2,3 +2,7 @@
 engines:
   rubocop:
 enabled: false
+checks:
+  # disable checks already done by rubocop
+  method-complexity:
+enabled: false




commit aranym for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package aranym for openSUSE:Factory checked 
in at 2018-02-27 16:59:46

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


Package is "aranym"

Tue Feb 27 16:59:46 2018 rev:40 rq:580359 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/aranym/aranym.changes2016-03-29 
10:40:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.aranym.new/aranym.changes   2018-02-27 
17:00:07.743335103 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 23:41:38 UTC 2018 - sch...@linux-m68k.org
+
+- arm-ucontext-t.patch: use ucontext_t instead of struct ucontext
+
+---

New:

  arm-ucontext-t.patch



Other differences:
--
++ aranym.spec ++
--- /var/tmp/diff_new_pack.04Gq3v/_old  2018-02-27 17:00:10.647230180 +0100
+++ /var/tmp/diff_new_pack.04Gq3v/_new  2018-02-27 17:00:10.651230036 +0100
@@ -40,6 +40,7 @@
 Patch1: fmovecr-const.patch
 Patch2: nan-sign.patch
 Patch3: ncr5380-mode-reg.patch
+Patch4: arm-ucontext-t.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): permissions
 
@@ -77,6 +78,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 # Don't remove -g from CFLAGS
 sed -i -e 's,/-g,/-:,' configure.ac configure
 


++ arm-ucontext-t.patch ++
Index: aranym-1.0.2/src/Unix/linux/sigsegv_linux_arm.cpp
===
--- aranym-1.0.2.orig/src/Unix/linux/sigsegv_linux_arm.cpp
+++ aranym-1.0.2/src/Unix/linux/sigsegv_linux_arm.cpp
@@ -209,7 +209,7 @@ buserr:
 } 
 
 static void segfault_vec(int /*sig*/, siginfo_t *sip, void *uc) {
-   mcontext_t *context = &(((struct ucontext *)uc)->uc_mcontext);
+   mcontext_t *context = &(((ucontext_t *)uc)->uc_mcontext);
unsigned long *regs = &context->arm_r0;
uintptr addr = (uintptr)sip->si_addr;
 addr -= FMEMORY;



commit synergy for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package synergy for openSUSE:Factory checked 
in at 2018-02-27 16:59:49

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


Package is "synergy"

Tue Feb 27 16:59:49 2018 rev:18 rq:580499 version:1.8.8

Changes:

--- /work/SRC/openSUSE:Factory/synergy/synergy.changes  2018-01-06 
18:48:22.789500895 +0100
+++ /work/SRC/openSUSE:Factory/.synergy.new/synergy.changes 2018-02-27 
17:00:10.835223388 +0100
@@ -1,0 +2,7 @@
+Tue Feb 20 22:18:29 UTC 2018 - aloi...@gmx.com
+
+- Switched build to Qt5
+
+- Enabled PIE
+
+---



Other differences:
--
++ synergy.spec ++
--- /var/tmp/diff_new_pack.q4tKlm/_old  2018-02-27 17:00:12.475164134 +0100
+++ /var/tmp/diff_new_pack.q4tKlm/_new  2018-02-27 17:00:12.479163990 +0100
@@ -37,12 +37,14 @@
 BuildRequires:  cmake
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libqt4-devel
 BuildRequires:  mDNSResponder-devel
 BuildRequires:  pkgconfig
 BuildRequires:  systemd
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xtst)
 %{?systemd_requires}
@@ -95,8 +97,6 @@
 CMakeLists.txt
 
 %build
-CFLAGS="%{optflags} -fPIC"
-CXXFLAGS="%{optflags} -fPIC"
 %cmake
 make VERBOSE=1 %{?_smp_mflags}
 # leave the build subfolder
@@ -104,7 +104,8 @@
 
 # GUI build
 cd src/gui
-qmake PREFIX=%{_prefix} CONFIG+=RELEASE QMAKE_CXXFLAGS="%{optflags}" 
QMAKE_CFLAGS="$CFLAGS"
+qmake-qt5 PREFIX=%{_prefix} CONFIG+=RELEASE QMAKE_CXXFLAGS="%{optflags} -fPIE" 
\
+ QMAKE_CFLAGS="%{optflags} -fPIE" QMAKE_LFLAGS+="-pie"
 make %{?_smp_mflags}
 
 %install





commit feh for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package feh for openSUSE:Factory checked in 
at 2018-02-27 16:59:44

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


Package is "feh"

Tue Feb 27 16:59:44 2018 rev:21 rq:580354 version:2.24

Changes:

--- /work/SRC/openSUSE:Factory/feh/feh.changes  2018-02-18 11:45:59.79167 
+0100
+++ /work/SRC/openSUSE:Factory/.feh.new/feh.changes 2018-02-27 
17:00:04.291459824 +0100
@@ -1,0 +2,8 @@
+Mon Feb 26 22:15:47 UTC 2018 - avin...@opensuse.org
+
+- update to 2.24
+  * Improve performance when using --{max,min}-dimension in
+slideshow mode
+  * Fix crash when using %m format specifier in slideshow mode
+
+---

Old:

  feh-2.23.2.tar.bz2
  feh-2.23.2.tar.bz2.asc

New:

  feh-2.24.tar.bz2
  feh-2.24.tar.bz2.asc



Other differences:
--
++ feh.spec ++
--- /var/tmp/diff_new_pack.agX560/_old  2018-02-27 17:00:06.411383228 +0100
+++ /var/tmp/diff_new_pack.agX560/_new  2018-02-27 17:00:06.415383084 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   feh
-Version:2.23.2
+Version:2.24
 Release:0
 Summary:X11 image viewer
-License:MIT AND LGPL-2.0+
+License:MIT AND LGPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 Url:https://feh.finalrewind.org/
 Source: https://feh.finalrewind.org/%{name}-%{version}.tar.bz2

++ feh-2.23.2.tar.bz2 -> feh-2.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-2.23.2/ChangeLog new/feh-2.24/ChangeLog
--- old/feh-2.23.2/ChangeLog2018-02-12 22:13:54.0 +0100
+++ new/feh-2.24/ChangeLog  2018-02-26 21:48:39.0 +0100
@@ -1,3 +1,12 @@
+Mon, 26 Feb 2018 21:41:38 +0100  Daniel Friesel 
+
+* Release v2.24
+* Improve performance when using --{max,min}-dimension in slideshow mode
+  (patch by ulteq)
+* Fix crash when using %m format specifier in slideshow mode
+  (introduced in feh 2.23.1)
+
+
 Mon, 12 Feb 2018 22:11:55 +0100  Daniel Friesel 
 
 * Release v2.23.2
@@ -192,7 +201,7 @@
   size which will not be updated when changing images (as was the case in
   feh < 2.15). This may or may not be fixed in the future.
 
-Sat, 16 Apr 2016 18:32:38 +0200  Daniel Frisel 
+Sat, 16 Apr 2016 18:32:38 +0200  Daniel Friesel 
 
 * Release v2.15.2
 * Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15)
@@ -764,7 +773,7 @@
   malicious URLs containing shell metacharacters (but only if those URLs
   led to a valid file)
 * Don't add ?randomnumber to URLs when downloading them, it confuses some
-  servers and is not really neccessary in general
+  servers and is not really necessary in general
 
 Thu Jun 10 12:12:04 CEST 2010  Daniel Friesel 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-2.23.2/config.mk new/feh-2.24/config.mk
--- old/feh-2.23.2/config.mk2018-02-12 22:13:54.0 +0100
+++ new/feh-2.24/config.mk  2018-02-26 21:48:39.0 +0100
@@ -1,5 +1,5 @@
 PACKAGE ?= feh
-VERSION ?= 2.23.2
+VERSION ?= 2.24
 
 app ?= 0
 cam ?= 0
@@ -79,7 +79,7 @@
MAN_EXIF = disabled
 endif
 
-MAN_DATE ?= February 12, 2018
+MAN_DATE ?= February 26, 2018
 
 # Uncomment this to use dmalloc
 #CFLAGS += -DWITH_DMALLOC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-2.23.2/src/feh.h new/feh-2.24/src/feh.h
--- old/feh-2.23.2/src/feh.h2018-02-12 22:13:54.0 +0100
+++ new/feh-2.24/src/feh.h  2018-02-26 21:48:39.0 +0100
@@ -133,6 +133,7 @@
 void init_loadables_mode(void);
 void init_unloadables_mode(void);
 void feh_clean_exit(void);
+int feh_should_ignore_image(Imlib_Image * im);
 int feh_load_image(Imlib_Image * im, feh_file * file);
 void show_mini_usage(void);
 void slideshow_change_image(winwidget winwid, int change, int render);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/feh-2.23.2/src/filelist.c new/feh-2.24/src/filelist.c
--- old/feh-2.23.2/src/filelist.c   2018-02-12 22:13:54.0 +0100
+++ new/feh-2.24/src/filelist.c 2018-02-26 21:48:39.0 +0100
@@ -464,9 +464,17 @@
 
 void feh_prepare_filelist(void)
 {
-   if (opt.list || opt.customlist || (opt.sort > SORT_MTIME)
-   || opt.preload || opt.min_width || opt.min_height
-   || (opt.max_width != UINT_MAX) || (opt.max_height != 
UINT_MAX)) {
+   /*
+* list and customlist mode as well as the somewhat more fancy sort 
modes
+* need access to file infos

commit python-sunpy for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-sunpy for openSUSE:Factory 
checked in at 2018-02-27 16:59:41

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


Package is "python-sunpy"

Tue Feb 27 16:59:41 2018 rev:2 rq:580323 version:0.8.4

Changes:

--- /work/SRC/openSUSE:Factory/python-sunpy/python-sunpy.changes
2017-08-24 18:31:47.695544764 +0200
+++ /work/SRC/openSUSE:Factory/.python-sunpy.new/python-sunpy.changes   
2018-02-27 17:00:00.803585847 +0100
@@ -1,0 +2,38 @@
+Mon Feb 26 18:40:37 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 0.8.4
+  + Bug Fixes
+* Improve detection of ``SkyCoord`` frame instantiation when distance is
+  `1*u.one`. This fixes a plotting bug with ``WCSAxes`` in Astropy 3.0 
[#2465]
+* removed `wavelnth` keyword in meta desc of Maps to avoid using non 
standard FITS keyword like `nan` [#2427]
+* Change the default units for HPC distance from `u.km` to `None`. [#2465]
+- Update to version 0.8.3
+  + Bug Fixes
+* `~sunpy.net.dataretriever.clients.XRSClient` now reports time ranges of 
files correctly. [#2364]
+* Make parse_time work with datetime64s and pandas series [#2370]
+* CompositeMap axes scaling now uses map spatial units [#2310]
+* Moved license file to root of repository and updated README file [#2326]
+* Fix docstring formatting for net.vso.attrs [#2309]]
+* Fix coloring of ticks under matplotlib 2.0 default style [#2320]
+* Always index arrays with tuples in `ImageAnimator` [#2320]
+* Added links to possible attrs for FIDO in guide [#2317] [#2289]
+* Updated GitHub Readme [#2281] [#2283]
+* Fix matplotlib / pandas 0.21 bug in examples [#2336]
+* Fixes the off limb enhancement example [#2329]
+* Changes to masking hot pixels and picking bright pixels examples [#2325] 
[#2319]
+* Travis CI fix for numpy-dev build [#2340]
+* Updated masking brightest pixel example [#2338]
+* Changed TRAVIS cronjobs [#2338]
+* Support array values for `obstime` for coordinates and transformations 
[#2342] [#2346]
+* Updated Gallery off limb enhance example [#2337]
+* Documentation fixes for VSO [#2354] [#2353]
+* All tests within the documentation have been fixed [#2343]
+* Change to using pytest-remotedata for our online tests [#2345]
+* Fixed upstream astropy/numpy documentation issues [#2359]
+* Documentation for Map improved [#2361]
+* Fix the output units of pixel_to_world [#2362]
+* Documentation for Database improved [#2355]
+* Added test for mapsave [#2365]
+* Documentation for Sun improved [#2369]
+
+---

Old:

  python-sunpy-0.7.8.tar.gz

New:

  sunpy-0.8.4.tar.gz



Other differences:
--
++ python-sunpy.spec ++
--- /var/tmp/diff_new_pack.Ol8iUt/_old  2018-02-27 17:00:03.811477167 +0100
+++ /var/tmp/diff_new_pack.Ol8iUt/_new  2018-02-27 17:00:03.859475433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sunpy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -13,53 +13,54 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# docs directory needed for tests not in source archive
+%bcond_with test
 Name:   python-sunpy
-Version:0.7.8
+Version:0.8.4
 Release:0
-License:BSD-2-Clause and BSD-3-Clause and Apache-2.0 and MIT
 Summary:SunPy: Python for Solar Physics
-Url:http://sunpy.org/
+License:BSD-2-Clause and BSD-3-Clause and Apache-2.0 and MIT
 Group:  Development/Languages/Python
-Source: 
https://github.com/sunpy/sunpy/archive/v%{version}.tar.gz#/python-sunpy-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+Url:https://github.com/sunpy/sunpy
+Source: 
https://files.pythonhosted.org/packages/source/s/sunpy/sunpy-%{version}.tar.gz
+BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module astropy >= 1.0.0}
 BuildRequires:  %{python_module astropy-helpers >= 1.0.0}
+BuildRequires:  %{python_module beautifulsoup4}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module matplotlib >= 1.1}
 BuildRequires:  %{python_module numpy-devel > 1.7.1}

commit python-jupyter_ipykernel for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-jupyter_ipykernel for 
openSUSE:Factory checked in at 2018-02-27 16:59:28

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


Package is "python-jupyter_ipykernel"

Tue Feb 27 16:59:28 2018 rev:9 rq:580313 version:4.8.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipykernel/python-jupyter_ipykernel-doc.changes
2018-02-16 21:44:05.108358264 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipykernel.new/python-jupyter_ipykernel-doc.changes
   2018-02-27 16:59:53.151862316 +0100
@@ -1,0 +2,12 @@
+Mon Feb 26 01:07:14 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 4.8.2
+  * Fix compatibility issue with qt eventloop and pyzmq 17 (:ghpull:`307`).
+- Update to version 4.8.1
+  * set zmq.ROUTER_HANDOVER socket option when available
+to workaround libzmq reconnect bug (:ghpull:`300`).
+  * Fix sdists including absolute paths for kernelspec files,
+which prevented installation from sdist on Windows
+(:ghpull:`306`).
+
+---
python-jupyter_ipykernel.changes: same change

Old:

  ipykernel-4.8.1.tar.gz

New:

  ipykernel-4.8.2.tar.gz



Other differences:
--
++ python-jupyter_ipykernel-doc.spec ++
--- /var/tmp/diff_new_pack.Hv4AHN/_old  2018-02-27 16:59:54.475814480 +0100
+++ /var/tmp/diff_new_pack.Hv4AHN/_new  2018-02-27 16:59:54.479814335 +0100
@@ -22,7 +22,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_ipykernel-doc
-Version:4.8.1
+Version:4.8.2
 Release:0
 Summary:Documentation for python-jupyter_ipykernel
 License:BSD-3-Clause

python-jupyter_ipykernel.spec: same change
++ ipykernel-4.8.1.tar.gz -> ipykernel-4.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-4.8.1/MANIFEST.in 
new/ipykernel-4.8.2/MANIFEST.in
--- old/ipykernel-4.8.1/MANIFEST.in 2018-02-08 13:14:28.0 +0100
+++ new/ipykernel-4.8.2/MANIFEST.in 1970-01-01 01:00:00.0 +0100
@@ -1,24 +0,0 @@
-include COPYING.md
-include CONTRIBUTING.md
-include README.md
-
-# Documentation
-graft docs
-exclude docs/\#*
-
-# Examples
-graft examples
-
-# docs subdirs we want to skip
-prune docs/_build
-prune docs/gh-pages
-prune docs/dist
-
-# Patterns to exclude from any directory
-global-exclude *~
-global-exclude *.pyc
-global-exclude *.pyo
-global-exclude .git
-global-exclude .ipynb_checkpoints
-
-prune data_kernelspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-4.8.1/PKG-INFO new/ipykernel-4.8.2/PKG-INFO
--- old/ipykernel-4.8.1/PKG-INFO2018-02-08 17:59:54.0 +0100
+++ new/ipykernel-4.8.2/PKG-INFO2018-02-19 17:18:51.0 +0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: ipykernel
-Version: 4.8.1
+Version: 4.8.2
 Summary: IPython Kernel for Jupyter
 Home-page: http://ipython.org
 Author: IPython Development Team
 Author-email: ipython-...@scipy.org
 License: BSD
-Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Keywords: Interactive,Interpreter,Shell,Web
 Platform: Linux
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-4.8.1/docs/changelog.rst 
new/ipykernel-4.8.2/docs/changelog.rst
--- old/ipykernel-4.8.1/docs/changelog.rst  2018-02-08 17:58:36.0 
+0100
+++ new/ipykernel-4.8.2/docs/changelog.rst  2018-02-19 17:17:59.0 
+0100
@@ -4,6 +4,13 @@
 4.8
 ---
 
+4.8.2
+*
+
+`4.8.2 on GitHub `__
+
+- Fix compatibility issue with qt eventloop and pyzmq 17 (:ghpull:`307`).
+
 4.8.1
 *
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-4.8.1/ipykernel/_version.py 
new/ipykernel-4.8.2/ipykernel/_version.py
--- old/ipykernel-4.8.1/ipykernel/_version.py   2018-02-08 17:55:06.0 
+0100
+++ new/ipykernel-4.8.2/ipykernel/_version.py   2018-02-19 17:18:28.0 
+0100
@@ -1,4 +1,4 @@
-version_info = (4, 8, 1)
+version_info = (4, 8, 2)
 __version__ = '.'.join(map(str, version_info))
 
 kernel_protocol_version_info = (5, 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipykernel-4.8.1/ipykernel/eventloops.py 
new/ipykernel-4.8.2/ipykernel/eventloops.py
--- old/ipykernel-4.8.1/ipykernel/eventloops.py 2018-01-16 04:13:25.0 
+0100
+++ new/ipykernel-4.8.2/ipykernel/eventloops.py 2018-02-19 17:16:37.0 
+0100
@@ -

commit python-tables for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-tables for openSUSE:Factory 
checked in at 2018-02-27 16:59:32

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


Package is "python-tables"

Tue Feb 27 16:59:32 2018 rev:7 rq:580319 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-tables/python-tables.changes  
2017-05-17 17:17:40.042885948 +0200
+++ /work/SRC/openSUSE:Factory/.python-tables.new/python-tables.changes 
2018-02-27 16:59:54.871800172 +0100
@@ -1,0 +2,8 @@
+Mon Feb 26 17:31:44 UTC 2018 - toddrme2...@gmail.com
+
+- Add fix_numpy_recarray.patch
+  Fixes issues with recarrays under numpy 1.14.
+  Patch accepted upstream.  Should be in next release.
+  From: https://github.com/PyTables/PyTables/pull/664
+
+---

New:

  fix_numpy_recarray.patch



Other differences:
--
++ python-tables.spec ++
--- /var/tmp/diff_new_pack.w4TAW4/_old  2018-02-27 16:59:56.451743086 +0100
+++ /var/tmp/diff_new_pack.w4TAW4/_new  2018-02-27 16:59:56.459742797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tables
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -25,8 +25,10 @@
 Summary:Hierarchical datasets for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://www.pytables.org/
+Url:https://github.com/PyTables/PyTables
 Source0:
https://files.pythonhosted.org/packages/source/t/tables/tables-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM fix_numpy_recarray.patch -- Fix recarray issues with 
numpy 1.14 -- https://github.com/PyTables/PyTables/pull/664
+Patch0: fix_numpy_recarray.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  blosc-devel >= 1.4.1
@@ -72,6 +74,7 @@
 
 %prep
 %setup -q -n tables-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
@@ -80,6 +83,8 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+%fdupes doc/html
+%fdupes examples/
 
 %if %{with tests}
 %check

++ fix_numpy_recarray.patch ++
 1568 lines (skipped)




commit python-h5py for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-h5py for openSUSE:Factory 
checked in at 2018-02-27 16:59:25

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


Package is "python-h5py"

Tue Feb 27 16:59:25 2018 rev:7 rq:580312 version:2.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes  2017-11-14 
13:06:59.793504735 +0100
+++ /work/SRC/openSUSE:Factory/.python-h5py.new/python-h5py.changes 
2018-02-27 16:59:49.379998600 +0100
@@ -1,0 +2,8 @@
+Thu Jan 25 22:04:22 UTC 2018 - toddrme2...@gmail.com
+
+- Add dont_reorder_compund.patch
+  Fixes builds with numpy 1.14. See:
+  https://github.com/h5py/h5py/issues/969
+  https://github.com/h5py/h5py/pull/970
+
+---

New:

  dont_reorder_compund.patch



Other differences:
--
++ python-h5py.spec ++
--- /var/tmp/diff_new_pack.zAJMZx/_old  2018-02-27 16:59:50.335964060 +0100
+++ /var/tmp/diff_new_pack.zAJMZx/_new  2018-02-27 16:59:50.339963915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-h5py
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,29 +17,35 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-h5py
 Version:2.7.1
 Release:0
 Summary:Python interface to the Hierarchical Data Format library
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Url:http://www.h5py.org/
+Url:https://github.com/h5py/h5py
 Source: 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE no_include_opt.patch -- Don't include /opt/ directory.
 Patch0: no_include_opt.patch
-BuildRequires:  %{python_module Cython}
+#PATCH-FIX-UPSTREAM dont_reorder_compund.patch -- Don't reorder compound 
types, breaks on numpy 1.14. https://github.com/h5py/h5py/issues/969, 
https://github.com/h5py/h5py/pull/970
+Patch1: dont_reorder_compund.patch
+BuildRequires:  %{python_module Cython >= 0.23}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel >= 1.6.1}
+BuildRequires:  %{python_module numpy-devel >= 1.7}
 BuildRequires:  %{python_module pkgconfig}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  hdf5-devel
 BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  python-unittest2
+%endif
 Requires:   hdf5
-Requires:   python-numpy >= 1.6.1
+Requires:   python-numpy >= 1.7
 Requires:   python-six
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 %python_subpackages
 
 %description
@@ -52,6 +58,7 @@
 %prep
 %setup -q -n h5py-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -61,9 +68,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%if %{with test}
 %check
 export CFLAGS="%{optflags}"
 %python_exec setup.py test
+%endif
 
 %post
 /sbin/ldconfig

++ dont_reorder_compund.patch ++
>From 5009e062a6f7d4e074cab0fcb42a780ac2b1d7d4 Mon Sep 17 00:00:00 2001
From: James Tocknell 
Date: Thu, 28 Dec 2017 20:55:55 +1100
Subject: [PATCH] FIX: Don't reorder compound types, breaks on numpy 1.14

---
 h5py/h5t.pyx | 25 +++--
 setup.py |  2 +-
 tox.ini  |  4 ++--
 3 files changed, 10 insertions(+), 21 deletions(-)

diff --git a/h5py/h5t.pyx b/h5py/h5t.pyx
index cc2344e1..7445e9eb 100644
--- a/h5py/h5t.pyx
+++ b/h5py/h5t.pyx
@@ -1136,12 +1136,6 @@ cdef class TypeCompoundID(TypeCompositeID):
 else:
 if sys.version[0] == '3':
 field_names = [x.decode('utf8') for x in field_names]
-if len(field_names) > 0:
-collated_fields = zip(field_names, field_types, field_offsets)
-ordered_fields = sorted(
-collated_fields, key=operator.itemgetter(2))
-field_names, field_types, field_offsets = \
-map(list, zip(*ordered_fields))
 typeobj = dtype({
 'names': field_names,
 'formats': field_types,
@@ -1458,8 +1452,7 @@ cdef TypeCompoundID _c_compound(dtype dt, int logical, 
int aligned):
 cdef dtype member_dt
 cdef size_t member_offset = 0
 
-cdef dict offsets = {}
-cdef list fields = []
+cdef dict fields = {}
 
 # The challenge wit

commit direnv for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package direnv for openSUSE:Factory checked 
in at 2018-02-27 16:59:08

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


Package is "direnv"

Tue Feb 27 16:59:08 2018 rev:3 rq:580279 version:2.15.2

Changes:

--- /work/SRC/openSUSE:Factory/direnv/direnv.changes2018-02-01 
21:29:37.500410170 +0100
+++ /work/SRC/openSUSE:Factory/.direnv.new/direnv.changes   2018-02-27 
16:59:43.740202375 +0100
@@ -1,0 +2,8 @@
+Mon Feb 26 15:13:24 UTC 2018 - idon...@suse.com
+
+- Update to 2.15.2
+  + Add support for allow folder whitelist (#332)
+  + TOML configuration file! (#332, #337)
+  + Add support for go 1.10 (#339)
+
+---

Old:

  direnv-2.14.0.tar.gz

New:

  direnv-2.15.2.tar.gz



Other differences:
--
++ direnv.spec ++
--- /var/tmp/diff_new_pack.nkqEvG/_old  2018-02-27 16:59:44.444176939 +0100
+++ /var/tmp/diff_new_pack.nkqEvG/_new  2018-02-27 16:59:44.448176795 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package direnv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %define gopackagepath github.com/direnv/direnv
 Name:   direnv
-Version:2.14.0
+Version:2.15.2
 Release:0
 Summary:Unclutter a .profile
 License:MIT
 Group:  Productivity/File utilities
-URL:http://direnv.net/
+Url:http://direnv.net/
 Source: 
https://github.com/direnv/direnv/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  go >= 1.5
 BuildRequires:  make
@@ -52,5 +52,6 @@
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{_mandir}/man1/%{name}-stdlib.1%{ext_man}
+%{_mandir}/man1/%{name}.toml.1%{ext_man}
 
 %changelog

++ direnv-2.14.0.tar.gz -> direnv-2.15.2.tar.gz ++
 6975 lines of diff (skipped)




commit greybird-theme for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package greybird-theme for openSUSE:Factory 
checked in at 2018-02-27 16:58:58

Comparing /work/SRC/openSUSE:Factory/greybird-theme (Old)
 and  /work/SRC/openSUSE:Factory/.greybird-theme.new (New)


Package is "greybird-theme"

Tue Feb 27 16:58:58 2018 rev:9 rq:580267 version:3.22.6

Changes:

--- /work/SRC/openSUSE:Factory/greybird-theme/greybird-theme.changes
2014-03-04 13:26:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.greybird-theme.new/greybird-theme.changes   
2018-02-27 16:59:39.164367708 +0100
@@ -1,0 +2,35 @@
+Sat Feb 24 11:25:17 UTC 2018 - corne...@solcon.nl
+
+- Update to 3.22.6:
+  * Improvements for Thunar-gtk3
+  * Improvements for xfce4-panel 4.13
+  * Implement Chrome/ium Gtk3 style
+  * Include dark version of gnome app theming
+  * Tweak lightdm-gtk-greeter's restart button"
+  * Bugfixes
+- Remove gtk3-engine-unico requirement, has not been needed for some
+  time
+
+---
+Mon Dec 11 13:28:16 UTC 2017 - jeng...@inai.de
+
+- Remove bias from description.
+- Update homepage URL. Remove idempotent %if..%endif guards.
+
+---
+Fri Sep 22 19:01:21 UTC 2017 - p.sei...@linuxmail.org
+
+- updated to current release 3.22.5
+- added gnome-shell.css to package
+
+---
+Mon Dec 26 13:38:00 UTC 2016 - seife+...@b1-systems.com
+
+- clarify rubygem-sass BuildRequires version
+
+---
+Sun Dec 25 12:29:53 UTC 2016 - seife+...@b1-systems.com
+
+- update to the current release 3.22.0
+
+---

Old:

  shimmerproject-Greybird-v1.2.2-3-g706c3da.tar.gz

New:

  Greybird-3.22.6.tar.gz



Other differences:
--
++ greybird-theme.spec ++
--- /var/tmp/diff_new_pack.yZlFHm/_old  2018-02-27 16:59:39.980338225 +0100
+++ /var/tmp/diff_new_pack.yZlFHm/_new  2018-02-27 16:59:39.988337936 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package greybird-theme
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,29 +16,33 @@
 #
 
 
-%define _buildnumber 706c3da
-%define _revision 3
 %define _name Greybird
 
 Name:   greybird-theme
-Version:1.2.2
+Version:3.22.6
 Release:0
-Url:http://shimmerproject.org/project/greybird/
-Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3
+Url:https://github.com/shimmerproject/Greybird
+Summary:A grey theme for GNOME, XFCE, GTK+ 2 and 3
 License:GPL-2.0+ or CC-BY-SA-3.0
 Group:  System/GUI/GNOME
-Source: 
shimmerproject-%{_name}-v%{version}-%{_revision}-g%{_buildnumber}.tar.gz
+Source: 
https://github.com/shimmerproject/%{_name}/archive/v%{version}/%{_name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
+BuildRequires:  gdk-pixbuf-devel
+BuildRequires:  gdk-pixbuf-loader-rsvg
+BuildRequires:  glib2-devel
+BuildRequires:  rubygem(sass) >= 3.4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
 This theme for GTK2/3 and xfwm4/emerald/metacity started out on the basis of
 Bluebird, but aims at reworking the intense blue tone to a more neutral
-grey-ish look that will be more pleasant to look at in everyday use.
+grey-ish look.
 
 %package -n metatheme-greybird-common
-Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- 
Common Files
+Summary:Common files for the Greybird theme
 Group:  System/GUI/GNOME
 Suggests:   gtk2-metatheme-greybird
 Suggests:   gtk3-metatheme-greybird
@@ -46,13 +50,13 @@
 %description -n metatheme-greybird-common
 The Greybird theme for GTK2/3 and xfwm4/emerald/metacity started out on the
 basis of Bluebird, but aims at reworking the intense blue tone to a more
-neutral grey-ish look that will be more pleasant to look at in everyday use.
+neutral grey-ish look.
 
 This package provides the files common to the GTK+ themes and the window
 manager themes as well as background images.
 
 %package -n gtk2-metatheme-greybird
-Summary:A Clean Minimalistic Theme for GNOME, XFCE, GTK+ 2 and 3 -- 
GTK+ 2 Support
+Summary:GTK+ 2 support for the Greybird theme
 Group:  System/GUI/GNOME
 Requires:   gtk2-engine-murrine
 Requires:   metatheme-gre

commit python-httplib2 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-httplib2 for openSUSE:Factory 
checked in at 2018-02-27 16:58:40

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


Package is "python-httplib2"

Tue Feb 27 16:58:40 2018 rev:42 rq:580064 version:0.10.3

Changes:

--- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes  
2018-01-16 09:33:25.630802795 +0100
+++ /work/SRC/openSUSE:Factory/.python-httplib2.new/python-httplib2.changes 
2018-02-27 16:59:31.564642299 +0100
@@ -1,0 +2,11 @@
+Fri Feb 23 16:31:07 UTC 2018 - sn...@suse.com
+
+- update httplib2-use-system-certs.patch: handle
+  the case when validation is disabled correctly.
+
+  The 'check_hostname' context attribute has to be
+  set first, othewise a "ValueError: Cannot set 
+  verify_mode to CERT_NONE when check_hostname 
+  is enabled." exception is raised.
+
+---



Other differences:
--
++ httplib2-use-system-certs.patch ++
--- /var/tmp/diff_new_pack.SNLPeY/_old  2018-02-27 16:59:32.304615562 +0100
+++ /var/tmp/diff_new_pack.SNLPeY/_new  2018-02-27 16:59:32.308615418 +0100
@@ -1,8 +1,8 @@
-Index: httplib2-0.10.3/python2/httplib2/__init__.py
-===
 httplib2-0.10.3.orig/python2/httplib2/__init__.py
-+++ httplib2-0.10.3/python2/httplib2/__init__.py
-@@ -83,11 +83,18 @@ def _ssl_wrap_socket(sock, key_file, cer
+diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py
+index 32ec959..cf7f2f9 100644
+--- a/python2/httplib2/__init__.py
 b/python2/httplib2/__init__.py
+@@ -83,11 +83,20 @@ def _ssl_wrap_socket(sock, key_file, cert_file, 
disable_validation,
  cert_reqs = ssl.CERT_NONE
  else:
  cert_reqs = ssl.CERT_REQUIRED
@@ -19,13 +19,15 @@
 +
 +if ssl_version is None:
 +context = ssl.create_default_context(cafile=cafile, capath=capath)
++if disable_validation:
++context.check_hostname = False
 +else:
 +context = ssl.SSLContext(ssl_version)
 +
  context.verify_mode = cert_reqs
  context.check_hostname = (cert_reqs != ssl.CERT_NONE)
  if cert_file:
-@@ -96,6 +103,9 @@ def _ssl_wrap_socket(sock, key_file, cer
+@@ -96,6 +105,9 @@ def _ssl_wrap_socket(sock, key_file, cert_file, 
disable_validation,
  context.load_verify_locations(ca_certs)
  return context.wrap_socket(sock, server_hostname=hostname)
  else:
@@ -35,7 +37,7 @@
  return ssl.wrap_socket(sock, keyfile=key_file, certfile=cert_file,
 cert_reqs=cert_reqs, ca_certs=ca_certs,
 ssl_version=ssl_version)
-@@ -210,15 +220,8 @@ class NotRunningAppEngineEnvironment(Htt
+@@ -210,15 +222,8 @@ class NotRunningAppEngineEnvironment(HttpLib2Error): pass
  # requesting that URI again.
  DEFAULT_MAX_REDIRECTS = 5
  
@@ -53,7 +55,7 @@
  
  # Which headers are hop-by-hop headers by default
  HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 
'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
-@@ -975,8 +978,6 @@ class HTTPSConnectionWithTimeout(httplib
+@@ -975,8 +980,6 @@ class HTTPSConnectionWithTimeout(httplib.HTTPSConnection):
   cert_file=cert_file, strict=strict)
  self.timeout = timeout
  self.proxy_info = proxy_info
@@ -62,10 +64,10 @@
  self.ca_certs = ca_certs
  self.disable_ssl_certificate_validation = \
  disable_ssl_certificate_validation
-Index: httplib2-0.10.3/python3/httplib2/__init__.py
-===
 httplib2-0.10.3.orig/python3/httplib2/__init__.py
-+++ httplib2-0.10.3/python3/httplib2/__init__.py
+diff --git a/python3/httplib2/__init__.py b/python3/httplib2/__init__.py
+index ed9..40f4556 100644
+--- a/python3/httplib2/__init__.py
 b/python3/httplib2/__init__.py
 @@ -124,8 +124,7 @@ DEFAULT_MAX_REDIRECTS = 5
  HOP_BY_HOP = ['connection', 'keep-alive', 'proxy-authenticate', 
'proxy-authorization', 'te', 'trailers', 'transfer-encoding', 'upgrade']
  
@@ -76,7 +78,7 @@
  
  def _get_end2end_headers(response):
  hopbyhop = list(HOP_BY_HOP)
-@@ -838,16 +837,17 @@ class HTTPSConnectionWithTimeout(http.cl
+@@ -838,16 +837,17 @@ class 
HTTPSConnectionWithTimeout(http.client.HTTPSConnection):
  # TODO: implement proxy_info
  self.proxy_info = proxy_info
  context = None
@@ -102,11 +104,11 @@
  if cert_file:
  context.load_cert_chain(cert_file, key_file)
  

commit python-pymongo for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2018-02-27 16:59:22

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


Package is "python-pymongo"

Tue Feb 27 16:59:22 2018 rev:26 rq:580306 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes
2018-02-23 15:31:52.382024448 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes   
2018-02-27 16:59:48.280038343 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 17:23:35 CET 2018 - r...@suse.de
+
+- fix build on ppc64 and s390x by dropping the ifarch statements
+  all our platforms install this to sitearch 
+
+---



Other differences:
--
++ python-pymongo.spec ++
--- /var/tmp/diff_new_pack.mrMbY6/_old  2018-02-27 16:59:49.232003947 +0100
+++ /var/tmp/diff_new_pack.mrMbY6/_new  2018-02-27 16:59:49.236003803 +0100
@@ -54,11 +54,7 @@
 %install
 %python_install
 
-%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
-%else
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%endif
 
 %if %{with tests}
 %check
@@ -68,10 +64,6 @@
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE README.rst
-%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le
 %{python_sitearch}/*
-%else
-%{python_sitelib}/*
-%endif
 
 %changelog




commit python-hyperframe for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-hyperframe for 
openSUSE:Factory checked in at 2018-02-27 16:58:32

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


Package is "python-hyperframe"

Tue Feb 27 16:58:32 2018 rev:3 rq:580060 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hyperframe/python-hyperframe.changes  
2017-04-26 21:43:52.942322795 +0200
+++ /work/SRC/openSUSE:Factory/.python-hyperframe.new/python-hyperframe.changes 
2018-02-27 16:59:25.348866885 +0100
@@ -1,0 +2,8 @@
+Sun Feb 25 16:45:50 UTC 2018 - aloi...@gmx.com
+
+- Update to version 5.1.0
+  API Changes (Backward-compatible)**
+  * Added support for ``DataFrame.data`` being a ``memoryview``
+object.
+
+---

Old:

  hyperframe-5.0.0.tar.gz

New:

  hyperframe-5.1.0.tar.gz



Other differences:
--
++ python-hyperframe.spec ++
--- /var/tmp/diff_new_pack.ao128b/_old  2018-02-27 16:59:26.352830610 +0100
+++ /var/tmp/diff_new_pack.ao128b/_new  2018-02-27 16:59:26.356830466 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-hyperframe
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-hyperframe
-Version:5.0.0
+Version:5.1.0
 Release:0
 Summary:HTTP/2 framing layer for Python
 License:MIT

++ hyperframe-5.0.0.tar.gz -> hyperframe-5.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hyperframe-5.0.0/CONTRIBUTORS.rst 
new/hyperframe-5.1.0/CONTRIBUTORS.rst
--- old/hyperframe-5.0.0/CONTRIBUTORS.rst   2016-09-29 15:38:06.0 
+0200
+++ new/hyperframe-5.1.0/CONTRIBUTORS.rst   2017-04-24 11:40:07.0 
+0200
@@ -50,3 +50,7 @@
 
   - Performance improvements to serialization and parsing.
 
+- Fred Thomsen (@fredthomsen)
+
+  - Support for memoryview in DataFrames.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hyperframe-5.0.0/HISTORY.rst 
new/hyperframe-5.1.0/HISTORY.rst
--- old/hyperframe-5.0.0/HISTORY.rst2017-03-07 12:40:30.0 +0100
+++ new/hyperframe-5.1.0/HISTORY.rst2017-04-24 11:42:32.0 +0200
@@ -1,6 +1,16 @@
 Release History
 ===
 
+6.0.0dev0
+-
+
+5.1.0 (2017-04-24)
+--
+
+**API Changes (Backward-compatible)**
+
+- Added support for ``DataFrame.data`` being a ``memoryview`` object.
+
 5.0.0 (2017-03-07)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hyperframe-5.0.0/PKG-INFO 
new/hyperframe-5.1.0/PKG-INFO
--- old/hyperframe-5.0.0/PKG-INFO   2017-03-07 12:43:28.0 +0100
+++ new/hyperframe-5.1.0/PKG-INFO   2017-04-24 12:05:03.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: hyperframe
-Version: 5.0.0
+Version: 5.1.0
 Summary: HTTP/2 framing layer for Python
 Home-page: http://hyper.rtfd.org
 Author: Cory Benfield
@@ -50,6 +50,16 @@
 Release History
 ===
 
+6.0.0dev0
+-
+
+5.1.0 (2017-04-24)
+--
+
+**API Changes (Backward-compatible)**
+
+- Added support for ``DataFrame.data`` being a ``memoryview`` object.
+
 5.0.0 (2017-03-07)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hyperframe-5.0.0/hyperframe/__init__.py 
new/hyperframe-5.1.0/hyperframe/__init__.py
--- old/hyperframe-5.0.0/hyperframe/__init__.py 2017-03-07 12:40:30.0 
+0100
+++ new/hyperframe-5.1.0/hyperframe/__init__.py 2017-04-24 11:43:04.0 
+0200
@@ -5,4 +5,4 @@
 
 A module for providing a pure-Python HTTP/2 framing layer.
 """
-__version__ = '5.0.0'
+__version__ = '5.1.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hyperframe-5.0.0/hyperframe/frame.py 
new/hyperframe-5.1.0/hyperframe/frame.py
--- old/hyperframe-5.0.0/hyperframe/frame.py2017-03-07 11:42:21.0 
+0100
+++ new/hyperframe-5.1.0/hyperframe/frame.py2017-04-24 11:40:07.0 
+0200
@@ -270,6 +270,8 @@
 def serialize_body(self):
 padding_data = self.serialize_padding_data()
 padding = b'\0' * 

commit lua51-luajit for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package lua51-luajit for openSUSE:Factory 
checked in at 2018-02-27 16:59:16

Comparing /work/SRC/openSUSE:Factory/lua51-luajit (Old)
 and  /work/SRC/openSUSE:Factory/.lua51-luajit.new (New)


Package is "lua51-luajit"

Tue Feb 27 16:59:16 2018 rev:8 rq:580293 version:2.1.0~beta2

Changes:

--- /work/SRC/openSUSE:Factory/lua51-luajit/lua51-luajit.changes
2018-02-15 13:27:31.619572080 +0100
+++ /work/SRC/openSUSE:Factory/.lua51-luajit.new/lua51-luajit.changes   
2018-02-27 16:59:46.776092684 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 17:08:59 CET 2018 - r...@suse.de
+
+- add s390/s390x to excludearch list, no code yet 
+
+---



Other differences:
--
++ lua51-luajit.spec ++
--- /var/tmp/diff_new_pack.lxwrlu/_old  2018-02-27 16:59:47.460067970 +0100
+++ /var/tmp/diff_new_pack.lxwrlu/_new  2018-02-27 16:59:47.464067826 +0100
@@ -38,8 +38,8 @@
 Requires(preun): update-alternatives
 Conflicts:  luajit
 Provides:   luajit = %{version}
-# lj_arch.h do not support ppc64/ppc64le
-ExcludeArch:ppc64 ppc64le
+# lj_arch.h do not support ppc64/ppc64le/s390/s390x
+ExcludeArch:ppc64 ppc64le s390 s390x
 
 %description
 A Just-In-Time Compiler for Lua language




commit xfce4-panel for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package xfce4-panel for openSUSE:Factory 
checked in at 2018-02-27 16:59:01

Comparing /work/SRC/openSUSE:Factory/xfce4-panel (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel.new (New)


Package is "xfce4-panel"

Tue Feb 27 16:59:01 2018 rev:65 rq:580268 version:4.12.2

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-panel/xfce4-panel.changes  2017-12-29 
18:53:13.748924370 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-panel.new/xfce4-panel.changes 
2018-02-27 16:59:40.592316114 +0100
@@ -1,0 +2,7 @@
+Mon Feb 26 14:17:53 UTC 2018 - crrodrig...@opensuse.org
+
+- Add explicit buildrequires on: pkgconfig(atk), pkgconfig(dbus-1)
+  pkgconfig(pango), pkgconfig(x11), pkgconfig(xext) all direct
+  dependencies not mentioned in spec file.
+
+---



Other differences:
--
++ xfce4-panel.spec ++
--- /var/tmp/diff_new_pack.BprBCL/_old  2018-02-27 16:59:41.952266976 +0100
+++ /var/tmp/diff_new_pack.BprBCL/_new  2018-02-27 16:59:41.972266254 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -23,7 +23,7 @@
 Version:4.12.2
 Release:0
 Summary:Panel for the Xfce Desktop Environment
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/GUI/XFCE
 Url:http://docs.xfce.org/xfce/xfce4-panel/start
 Source: 
http://archive.xfce.org/src/xfce/xfce4-panel/4.12/%{name}-%{version}.tar.bz2
@@ -34,7 +34,9 @@
 BuildRequires:  intltool
 BuildRequires:  perl
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(atk)
 BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(garcon-1)
@@ -49,6 +51,9 @@
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
+BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 Provides:   xfce4-panel-doc = %{version}
 Obsoletes:  xfce4-panel-doc <= 4.8.6
 Provides:   xfce4-panel-plugins = %{version}
@@ -66,7 +71,7 @@
 
 %packagedevel
 Summary:Development Files for xfce4-panel
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
@@ -76,7 +81,7 @@
 
 %package -n %{libname_gtk2}
 Summary:Xfce Panel Shared Library
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n %{libname_gtk2}
@@ -84,7 +89,7 @@
 
 %package -n %{libname_gtk3}
 Summary:Xfce Panel Shared Library
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n %{libname_gtk3}
@@ -92,7 +97,7 @@
 
 %package branding-upstream
 Summary:Upstream Branding for xfce4-panel
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Supplements:packageand(%{name}:branding-upstream)
 Conflicts:  otherproviders(%{name}-branding)




commit xfce4-panel-plugin-xkb for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-xkb for 
openSUSE:Factory checked in at 2018-02-27 16:59:04

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-xkb (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-xkb.new (New)


Package is "xfce4-panel-plugin-xkb"

Tue Feb 27 16:59:04 2018 rev:16 rq:580269 version:0.8.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-xkb/xfce4-panel-plugin-xkb.changes
2017-10-17 01:51:00.686669024 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-xkb.new/xfce4-panel-plugin-xkb.changes
   2018-02-27 16:59:42.700239951 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 14:30:23 UTC 2018 - crrodrig...@opensuse.org
+
+- Explicitly require pango and cairo, both are direct 
+  build deps.
+
+---



Other differences:
--
++ xfce4-panel-plugin-xkb.spec ++
--- /var/tmp/diff_new_pack.8vR0tq/_old  2018-02-27 16:59:43.572208445 +0100
+++ /var/tmp/diff_new_pack.8vR0tq/_new  2018-02-27 16:59:43.576208301 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-xkb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -23,7 +23,7 @@
 Version:0.8.1
 Release:0
 Summary:XKB Layout Switcher Plugin for the Xfce Panel
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Url:http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.8/%{plugin_name}-%{version}.tar.bz2
@@ -31,6 +31,7 @@
 Patch0: xfce4-xkb-plugin-0.8.0-downgrade-libxklavier-requirement.diff
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(garcon-1) >= 0.4.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
 BuildRequires:  pkgconfig(librsvg-2.0)
@@ -40,6 +41,7 @@
 BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12.0
 BuildRequires:  pkgconfig(libxfconf-0) >= 4.12.1
 BuildRequires:  pkgconfig(libxklavier) >= 5.3
+BuildRequires:  pkgconfig(pango)
 Requires:   xfce4-panel >= %{panel_version}
 Requires:   xfce4-settings >= 4.11.0
 Recommends: %{name}-lang = %{version}




commit python-docker-pycreds for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-docker-pycreds for 
openSUSE:Factory checked in at 2018-02-27 16:58:43

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


Package is "python-docker-pycreds"

Tue Feb 27 16:58:43 2018 rev:5 rq:580065 version:0.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-docker-pycreds/python-docker-pycreds.changes  
2017-08-16 16:12:02.175510991 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-docker-pycreds.new/python-docker-pycreds.changes
 2018-02-27 16:59:32.472609492 +0100
@@ -1,0 +2,12 @@
+Fri Feb 23 04:01:28 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * add flake8 and pytest-cov to test requirements (according to setup.py)
+
+- update to version 0.2.2:
+  * Add support for docker-credential-pass
+  * Add test-running Dockerfile
+  * Update setup.py
+
+---

Old:

  docker-pycreds-0.2.1.tar.gz

New:

  docker-pycreds-0.2.2.tar.gz



Other differences:
--
++ python-docker-pycreds.spec ++
--- /var/tmp/diff_new_pack.VdzyTT/_old  2018-02-27 16:59:33.140585357 +0100
+++ /var/tmp/diff_new_pack.VdzyTT/_new  2018-02-27 16:59:33.144585213 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docker-pycreds
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with test
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-docker-pycreds
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Python bindings for the Docker credentials store API
 License:Apache-2.0
@@ -31,6 +32,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with test}
+BuildRequires:  %{python_module flake8}
+BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 %endif
 Requires:   python-six

++ docker-pycreds-0.2.1.tar.gz -> docker-pycreds-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docker-pycreds-0.2.1/PKG-INFO 
new/docker-pycreds-0.2.2/PKG-INFO
--- old/docker-pycreds-0.2.1/PKG-INFO   2016-09-12 03:54:32.0 +0200
+++ new/docker-pycreds-0.2.2/PKG-INFO   2018-02-15 00:54:02.0 +0100
@@ -1,11 +1,11 @@
 Metadata-Version: 1.1
 Name: docker-pycreds
-Version: 0.2.1
+Version: 0.2.2
 Summary: Python bindings for the docker credentials store API
-Home-page: https://github.com/shin-/docker-pycreds/
+Home-page: https://github.com/shin-/dockerpy-creds
 Author: UNKNOWN
 Author-email: UNKNOWN
-License: UNKNOWN
+License: Apache License 2.0
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
@@ -20,5 +20,6 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Utilities
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/docker-pycreds-0.2.1/docker_pycreds.egg-info/PKG-INFO 
new/docker-pycreds-0.2.2/docker_pycreds.egg-info/PKG-INFO
--- old/docker-pycreds-0.2.1/docker_pycreds.egg-info/PKG-INFO   2016-09-12 
03:54:32.0 +0200
+++ new/docker-pycreds-0.2.2/docker_pycreds.egg-info/PKG-INFO   2018-02-15 
00:54:02.0 +0100
@@ -1,11 +1,11 @@
 Metadata-Version: 1.1
 Name: docker-pycreds
-Version: 0.2.1
+Version: 0.2.2
 Summary: Python bindings for the docker credentials store API
-Home-page: https://github.com/shin-/docker-pycreds/
+Home-page: https://github.com/shin-/dockerpy-creds
 Author: UNKNOWN
 Author-email: UNKNOWN
-License: UNKNOWN
+License: Apache License 2.0
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
@@ -20,5 +20,6 @@
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Utilities
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docker-pycreds-0.2.1/dockerpycreds/store.py 
new/docker-pycreds-0.2.2

commit python-urwid for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-urwid for openSUSE:Factory 
checked in at 2018-02-27 16:58:37

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


Package is "python-urwid"

Tue Feb 27 16:58:37 2018 rev:13 rq:580061 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-urwid/python-urwid.changes
2017-07-21 22:46:29.837289826 +0200
+++ /work/SRC/openSUSE:Factory/.python-urwid.new/python-urwid.changes   
2018-02-27 16:59:28.608749100 +0100
@@ -1,0 +2,62 @@
+Sun Feb 25 16:52:59 UTC 2018 - aloi...@gmx.com
+
+- Update to version 2.0.1
+  * #275: Late fix for proper exception reraising from within
+main loop (by Andrew Dunai & Adam Sampson)
+  version 2.0.0
+  * Full Python 2.x/3.x support (by Andrew Dunai)
+  * Proper handling & customization of OS signals by GLib event
+loop (by Federico T)
+  * vterm: Fix handling of NUL characters (by aszlig)
+  * Add 256-color support for fbterm (by Benjamin Yates)
+  * Italics support (by Ian D. Scott)
+  * Store envron's TERM value as a Screen attribute (by Benjamin
+Yates)
+  * Replaced hashbangs to use proper Python binary (by Douglas La
+Rocca)
+  * Post-change signal for Edit, CheckBox and RadioButton widgets
+(by Toshio Kuratomi)
+  * ListBox.body update (by Random User)
+  * SimpleListWalker is now default when setting ListBox.body (by
+Random User)
+  * #246, #234: SelectEventLoop alarm improvements (by Dave Jones)
+  * #211: Title align & borderless sides for LineBox (by Toshio
+Kuratomi)
+  * Support for 'home' and 'end' keys in ListBox (by Random User)
+  * Various code cleanups (by Jordan Speicher, Marin Atanasov
+Nikolov)
+  * CI fixes (by Marlox, Ian Ward, Anatoly Techtonik, Tony
+Cebzanov & Ondřej Súkup)
+  * Example fixes (by Kenneth Nielsen)
+  * Documentation fixes (by anatoly techtonik, Marcin Kurczewski,
+mobyte0, Christian Geier & xndcn)
+  * Code cleanup & typo fixes (by Jakub Wilk & Boris Feld)
+  * Integration of tox for easier Python cross-version testing (by
+Andrew Dunai)
+  * Test fixes (by Michael Hudson-Doyle, Mike Gilbert & Andrew
+Dunai)
+  * Correct error messages in Decoration (by Marcin Kurczewski)
+  * #141: Fix for StandardTextLayout.calculate_text_segments
+(by Grzegorz Aksamit)
+  * #221: Fix for raw display should release file descriptors (by
+Alain Leufroy)
+  * #261: Fix issues with unicode characters in ProgressBar (by
+Andrew Dunai)
+  * Fix for 'page up' and 'page down' in ListBox when having
+focusable children (by Random User)
+  * Fixes for examples compatibility with Python 3 (by Lars
+Kellogg-Stedman)
+  * Fix default screen size on raw display (by Andreas Klöckner)
+  * Fix underlining for padded text (by Random User)
+  * Fix for terminal widget crash with Python 3 (by Sjc1000)
+  * Fix for string formatting error (by Jakub Wilk)
+  * Fix for iterator in WidgetContainerListContentsMixin (by
+Marlox)
+  * Fix for missing `modified` signal in SimpleFocusListWalker
+(by Michael Hansen)
+  * Dropped Python 3.2 support
+  * Test coverage is now collected
+
+- Dropped python-urwid-fix_py3_test.patch (merged upstream)
+
+---

Old:

  python-urwid-fix_py3_test.patch
  urwid-1.3.1.tar.gz

New:

  urwid-2.0.1.tar.gz



Other differences:
--
++ python-urwid.spec ++
--- /var/tmp/diff_new_pack.BcmhoG/_old  2018-02-27 16:59:30.256689557 +0100
+++ /var/tmp/diff_new_pack.BcmhoG/_new  2018-02-27 16:59:30.256689557 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-urwid
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-urwid
-Version:1.3.1
+Version:2.0.1
 Release:0
 Summary:A full-featured console (xterm et al.) user interface library
 License:LGPL-2.1+
 Group:  Development/Languages/Python
 Url:http://urwid.org
 Source: 
https://files.pythonhosted.org/packages/source/u/urwid/urwid-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM python-urwid-fix_py3_test.patch -- fixes py3 test, 
backported commit#4b0ed8b
-Patch0: python-urwid-fix_py3_test.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -51,7 +49,6 @@
 
 %prep
 %setup -q -n "urwid-%{version}"
-%patch0 -p1
 

commit python-mitmproxy for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-mitmproxy for 
openSUSE:Factory checked in at 2018-02-27 16:58:26

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


Package is "python-mitmproxy"

Tue Feb 27 16:58:26 2018 rev:2 rq:580058 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-mitmproxy/python-mitmproxy.changes
2017-08-04 11:58:02.187006441 +0200
+++ /work/SRC/openSUSE:Factory/.python-mitmproxy.new/python-mitmproxy.changes   
2018-02-27 16:59:22.312976577 +0100
@@ -1,0 +2,125 @@
+Thu Feb 22 13:16:53 UTC 2018 - aloi...@gmx.com
+
+- Update to version 3.0.3
+  * A minor release that actually includes the fix meant for 3.0.2.
+  version 3.0.2
+  * Fix an issue that caused mitmproxy to lose keyboard control
+after spawning an external editor.
+  version 3.0.1
+  * A quick point release to fix a bug that broke quoted arguments
+in the console command editor.
+  version 3.0
+  Major Changes:
+  * Commands: A consistent, typed mechanism that allows addons to
+expose actions to users.
+  * Options: A typed settings store for use by mitmproxy and
+addons.
+  * Shift most of mitmproxy's own functionality into addons.
+  * Major improvements to mitmproxy console, including an almost
+complete rewrite of the user interface, integration of
+commands, key bindings, and multi-pane layouts.
+  * Major Improvements to mitmproxy’s web interface, mitmweb.
+(Matthew Shao, Google Summer of Code 2017)
+  * Major Improvements to mitmproxy’s content views and protocol
+layers (Ujjwal Verma, Google Summer of Code 2017)
+  * Faster JavaScript and CSS beautifiers. (Ujjwal Verma)
+  Minor Changes:
+  * Vastly improved JavaScript test coverage (Matthew Shao)
+  * Options editor for mitmweb (Matthew Shao)
+  * Static web-based flow viewer (Matthew Shao)
+  * Request streaming for HTTP/1.x and HTTP/2 (Ujjwal Verma)
+  * Implement more robust content views using Kaitai Struct
+(Ujjwal Verma)
+  * Protobuf decoding now works without protoc being installed on
+the host system (Ujjwal Verma)
+  * PNG, GIF, and JPEG can now be parsed without Pillow, which
+simplifies mitmproxy installation and moves parsing from unsafe
+C to pure Python (Ujjwal Verma)
+  * Add parser for ICO files (Ujjwal Verma)
+  * Migrate WebSockets implementation to wsproto. This reduces
+code size and adds WebSocket compression support.
+(Ujjwal Verma)
+  * Add “split view” to split mitmproxy’s UI into two separate
+panes.
+  * Add key binding viewer and editor
+  * Add a command to spawn a preconfigured Chrome browser instance
+from mitmproxy
+  * Fully support mitmproxy under the Windows Subsystem for Linux
+(WSL), work around display errors
+  * Add XSS scanner addon (@ddworken)
+  * Add ability to toggle interception (@mattweidner)
+  * Numerous documentation improvements (@pauloromeira, @rst0git,
+@rgerganov, @fulldecent, @zhigang1992, @F1ashhimself,
+@vinaydargar, @jonathanrfisher1, @BasThomas, @LuD1161,
+@ayamamori, @TomTasche)
+  * Add filters for websocket flows (@s4chin)
+  * Make it possible to create a response to CONNECT requests in
+http_connect (@mengbiping)
+  * Redirect stdout in scripts to ctx.log.warn (@nikofil)
+  * Fix a crash when clearing the event log (@krsoninikhil)
+  * Store the generated certificate for each flow (@dlenski)
+  * Add --keep-host-header to retain the host header in reverse
+proxy mode (@krsoninikhil)
+  * Fix setting palette options (@JordanLoehr)
+  * Fix a crash with brotli encoding (@whackashoe)
+  * Provide certificate installation instructions on mitm.it
+(@ritiek)
+  * Fix a bug where we did not properly fall back to IPv4 when
+IPv6 is unavailable (@titeuf87)
+  * Fix transparent mode on IPv6-enabled macOS systems (@Ga-ryo)
+  * Fix handling of HTTP messages with multiple Content-Length
+headers (@surajt97)
+  * Fix IPv6 authority form parsing in CONNECT requests (@r1b)
+  * Fix event log display in mitmweb (@syahn)
+  * Remove private key from PKCS12 file in ~/.mitmproxy (@ograff).
+  * Add LDAP as a proxy authentication backend (@charlesdhdt)
+  * Use mypy to check the whole codebase (@iharsh234)
+  * Fix a crash when duplicating flows (@iharsh234)
+  * Fix testsuite when the path contains a “.” (@felixonmars)
+  * Store proxy authentication with flows (@lymanZerga11)
+  * Match ~d and ~u filters against pretty_host (@dequis)
+  * Update WBXML content view (@davidpshaw)
+  * Handle HEAD requests for mitm.it to support Chrome in
+transparent mode on iOS (@tomlabaude)
+  * Update dns spoofing example to use --keep-host-header
+(@krsoninikhil)
+  * Call error handler on HTTPException (@tarnacious)
+  * Make it possible to remove TLS from upstre

commit python-jupyter_ipywidgets for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2018-02-27 16:58:20

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


Package is "python-jupyter_ipywidgets"

Tue Feb 27 16:58:20 2018 rev:12 rq:579995 version:7.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipywidgets/python-jupyter_ipywidgets-doc.changes
  2018-02-16 21:44:00.664518532 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets-doc.changes
 2018-02-27 16:58:28.814909557 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 01:22:25 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 7.1.2
+  * Bugfix release
+
+---
--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipywidgets/python-jupyter_ipywidgets.changes
  2018-02-16 21:44:01.136501510 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets.changes
 2018-02-27 16:58:30.466849870 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 01:22:09 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 7.1.2
+  * Bugfix release
+
+---

Old:

  ipywidgets-7.1.1.tar.gz

New:

  ipywidgets-7.1.2.tar.gz



Other differences:
--
++ python-jupyter_ipywidgets-doc.spec ++
--- /var/tmp/diff_new_pack.eHdU6a/_old  2018-02-27 16:58:32.838764169 +0100
+++ /var/tmp/diff_new_pack.eHdU6a/_new  2018-02-27 16:58:32.842764023 +0100
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_ipywidgets-doc
-Version:7.1.1
+Version:7.1.2
 Release:0
 Summary:Documentation for python-jupyter_ipywidgets
 License:BSD-3-Clause

python-jupyter_ipywidgets.spec: same change
++ ipywidgets-7.1.1.tar.gz -> ipywidgets-7.1.2.tar.gz ++
 4026 lines of diff (skipped)




commit python-configshell-fb for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-configshell-fb for 
openSUSE:Factory checked in at 2018-02-27 16:58:14

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


Package is "python-configshell-fb"

Tue Feb 27 16:58:14 2018 rev:7 rq:579976 version:1.1.fb23

Changes:

--- 
/work/SRC/openSUSE:Factory/python-configshell-fb/python-configshell-fb.changes  
2018-01-09 14:52:09.942692383 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configshell-fb.new/python-configshell-fb.changes
 2018-02-27 16:58:14.343432439 +0100
@@ -1,0 +2,5 @@
+Sun Feb 25 08:09:45 UTC 2018 - o...@aepfle.de
+
+- Fix upgrade path by provide/obsolete python-configshell (bsc#1082693)
+
+---



Other differences:
--
++ python-configshell-fb.spec ++
--- /var/tmp/diff_new_pack.dNIGrp/_old  2018-02-27 16:58:15.407393996 +0100
+++ /var/tmp/diff_new_pack.dNIGrp/_new  2018-02-27 16:58:15.411393851 +0100
@@ -39,7 +39,8 @@
 Requires:   python-pyparsing
 Requires:   python-six
 Requires:   python-urwid
-Conflicts:  python-configshell
+Provides:   python-configshell = %{version}-%{release}
+Obsoletes:  python-configshell
 BuildArch:  noarch
 %python_subpackages
 




commit rubygem-rack-oauth2 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package rubygem-rack-oauth2 for 
openSUSE:Factory checked in at 2018-02-27 16:58:04

Comparing /work/SRC/openSUSE:Factory/rubygem-rack-oauth2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rack-oauth2.new (New)


Package is "rubygem-rack-oauth2"

Tue Feb 27 16:58:04 2018 rev:5 rq:579859 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-oauth2/rubygem-rack-oauth2.changes  
2018-02-22 15:02:37.489617971 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-oauth2.new/rubygem-rack-oauth2.changes 
2018-02-27 16:58:07.267688098 +0100
@@ -1,0 +2,12 @@
+Fri Feb 23 05:32:08 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.9.0
+  no changelog found
+
+---
+Thu Feb 22 05:31:18 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.8.2
+  no changelog found
+
+---

Old:

  rack-oauth2-1.8.1.gem

New:

  rack-oauth2-1.9.0.gem



Other differences:
--
++ rubygem-rack-oauth2.spec ++
--- /var/tmp/diff_new_pack.zUDD48/_old  2018-02-27 16:58:08.411646765 +0100
+++ /var/tmp/diff_new_pack.zUDD48/_new  2018-02-27 16:58:08.415646621 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rack-oauth2
-Version:1.8.1
+Version:1.9.0
 Release:0
 %define mod_name rack-oauth2
 %define mod_full_name %{mod_name}-%{version}

++ rack-oauth2-1.8.1.gem -> rack-oauth2-1.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2018-02-20 05:43:39.0 +0100
+++ new/Gemfile 2018-02-23 04:35:00.0 +0100
@@ -1,7 +1,7 @@
-source 'http://rubygems.org'
+source 'https://rubygems.org'
 
 platforms :jruby do
   gem 'jruby-openssl', '>= 0.7'
 end
 
-gemspec
\ No newline at end of file
+gemspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-02-20 05:43:39.0 +0100
+++ new/VERSION 2018-02-23 04:35:00.0 +0100
@@ -1 +1 @@
-1.8.1
+1.9.0
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/oauth2/client.rb 
new/lib/rack/oauth2/client.rb
--- old/lib/rack/oauth2/client.rb   2018-02-20 05:43:39.0 +0100
+++ new/lib/rack/oauth2/client.rb   2018-02-23 04:35:00.0 +0100
@@ -3,7 +3,7 @@
 class Client
   include AttrRequired, AttrOptional
   attr_required :identifier
-  attr_optional :secret, :redirect_uri, :scheme, :host, :port, 
:authorization_endpoint, :token_endpoint
+  attr_optional :secret, :private_key, :redirect_uri, :scheme, :host, 
:port, :authorization_endpoint, :token_endpoint
 
   def initialize(attributes = {})
 (required_attributes + optional_attributes).each do |key|
@@ -90,6 +90,18 @@
   params.merge!(
 client_assertion_type: URN::ClientAssertionType::JWT_BEARER
   )
+  # NOTE: optionally auto-generate client_assertion.
+  if params[:client_assertion].blank?
+require 'json/jwt'
+params[:client_assertion] = JSON::JWT.new(
+  iss: identifier,
+  sub: identifier,
+  aud: absolute_uri_for(token_endpoint),
+  jti: SecureRandom.hex(16),
+  iat: Time.now,
+  exp: 3.minutes.from_now
+).sign(private_key || secret).to_s
+  end
 when :saml2_bearer
   params.merge!(
 client_assertion_type: URN::ClientAssertionType::SAML2_BEARER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-20 05:43:39.0 +0100
+++ new/metadata2018-02-23 04:35:00.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rack-oauth2
 version: !ruby/object:Gem::Version
-  version: 1.8.1
+  version: 1.9.0
 platform: ruby
 authors:
 - nov matake
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-20 00:00:00.0 Z
+date: 2018-02-23 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rack
@@ -16,70 +16,84 @@
 requirements:
 - - ">="
   - !ruby/object:Gem::Version
-version: '1.1'
+version: '0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - ">="
   - !ruby/object:Gem::Version
-version: '1.1'
+version: '0'
 - !ruby/object:Gem::Dependency
   name: httpclient
   re

commit rubygem-ffi for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package rubygem-ffi for openSUSE:Factory 
checked in at 2018-02-27 16:58:01

Comparing /work/SRC/openSUSE:Factory/rubygem-ffi (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-ffi.new (New)


Package is "rubygem-ffi"

Tue Feb 27 16:58:01 2018 rev:25 rq:579858 version:1.9.22

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ffi/rubygem-ffi.changes  2018-02-06 
16:51:31.497408852 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-ffi.new/rubygem-ffi.changes 
2018-02-27 16:58:02.811849096 +0100
@@ -1,0 +2,6 @@
+Fri Feb 23 05:29:26 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.9.22
+ see installed ChangeLog.libffi
+
+---

Old:

  ffi-1.9.21.gem

New:

  ffi-1.9.22.gem



Other differences:
--
++ rubygem-ffi.spec ++
--- /var/tmp/diff_new_pack.smWe4I/_old  2018-02-27 16:58:04.135801260 +0100
+++ /var/tmp/diff_new_pack.smWe4I/_new  2018-02-27 16:58:04.139801115 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-ffi
-Version:1.9.21
+Version:1.9.22
 Release:0
 %define mod_name ffi
 %define mod_full_name %{mod_name}-%{version}

++ ffi-1.9.21.gem -> ffi-1.9.22.gem ++
 55748 lines of diff (skipped)




commit python-rtslib-fb for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-rtslib-fb for 
openSUSE:Factory checked in at 2018-02-27 16:58:11

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


Package is "python-rtslib-fb"

Tue Feb 27 16:58:11 2018 rev:15 rq:579975 version:2.1.64

Changes:

--- /work/SRC/openSUSE:Factory/python-rtslib-fb/python-rtslib-fb.changes
2018-01-25 12:41:01.861289780 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib-fb.new/python-rtslib-fb.changes   
2018-02-27 16:58:12.647493716 +0100
@@ -1,0 +2,5 @@
+Sun Feb 25 08:09:45 UTC 2018 - o...@aepfle.de
+
+- Fix upgrade path by provide/obsolete python-rtslib (bsc#1082693)
+
+---



Other differences:
--
++ python-rtslib-fb.spec ++
--- /var/tmp/diff_new_pack.W1CLco/_old  2018-02-27 16:58:14.131440098 +0100
+++ /var/tmp/diff_new_pack.W1CLco/_new  2018-02-27 16:58:14.135439954 +0100
@@ -19,7 +19,6 @@
 %define oname rtslib-fb
 %define realver 2.1.fb64
 %define dbdir %{_sysconfdir}/target
-%define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{oname}
 Version:2.1.64
@@ -39,7 +38,8 @@
 Requires:   python-pyudev
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-Conflicts:  %{oldpython}-rtslib
+Provides:   python-rtslib = %{version}-%{release}
+Obsoletes:  python-rtslib
 BuildArch:  noarch
 %python_subpackages
 




commit perl-Selenium-Remote-Driver for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Selenium-Remote-Driver for 
openSUSE:Factory checked in at 2018-02-27 16:57:56

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


Package is "perl-Selenium-Remote-Driver"

Tue Feb 27 16:57:56 2018 rev:9 rq:579756 version:1.26

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver/perl-Selenium-Remote-Driver.changes
  2018-02-16 21:45:39.540952521 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new/perl-Selenium-Remote-Driver.changes
 2018-02-27 16:57:58.719996943 +0100
@@ -1,0 +2,12 @@
+Tue Feb 20 06:56:19 UTC 2018 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
+
+  1.26   02-19-2018 TEODESIAN
+  [BUG FIXES]
+  - Fix issue where only  elements and not  elements 
could be submit()ted.
+  - Force chrome into using JSONWire style capabilities passing, as 
WC3 style is just horribly broken on chromedriver.
+  - Skip v1.25, because the PAUSE indexer apparently thinks 1.25 < 1.24
+
+---

Old:

  Selenium-Remote-Driver-1.24.tar.gz

New:

  Selenium-Remote-Driver-1.26.tar.gz



Other differences:
--
++ perl-Selenium-Remote-Driver.spec ++
--- /var/tmp/diff_new_pack.htzIrW/_old  2018-02-27 16:57:59.755959512 +0100
+++ /var/tmp/diff_new_pack.htzIrW/_new  2018-02-27 16:57:59.759959367 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Selenium-Remote-Driver
-Version:1.24
+Version:1.26
 Release:0
 %define cpan_name Selenium-Remote-Driver
 Summary:Perl Client for Selenium Remote Driver

++ Selenium-Remote-Driver-1.24.tar.gz -> Selenium-Remote-Driver-1.26.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.24/Changes 
new/Selenium-Remote-Driver-1.26/Changes
--- old/Selenium-Remote-Driver-1.24/Changes 2018-02-14 05:47:52.0 
+0100
+++ new/Selenium-Remote-Driver-1.26/Changes 2018-02-19 16:46:46.0 
+0100
@@ -1,5 +1,11 @@
 Revision history for Selenium-Remote-Driver
 
+1.26   02-19-2018 TEODESIAN
+[BUG FIXES]
+- Fix issue where only  elements and not  elements could 
be submit()ted.
+- Force chrome into using JSONWire style capabilities passing, as WC3 
style is just horribly broken on chromedriver.
+- Skip v1.25, because the PAUSE indexer apparently thinks 1.25 < 1.24
+
 1.24   02-12-2018 TEODESIAN
 [BUG FIXES]
 - Fix issue where ID finder polyfills failed on IDs with dots (.) in 
them.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.24/MANIFEST 
new/Selenium-Remote-Driver-1.26/MANIFEST
--- old/Selenium-Remote-Driver-1.24/MANIFEST2018-02-14 05:47:52.0 
+0100
+++ new/Selenium-Remote-Driver-1.26/MANIFEST2018-02-19 16:46:46.0 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.006.
 Changes
 INSTALL.md
 LICENSE
@@ -83,7 +83,6 @@
 t/author-mojibake.t
 t/author-no-tabs.t
 t/author-pod-coverage.t
-t/author-pod-linkcheck.t
 t/author-pod-syntax.t
 t/author-portability.t
 t/author-synopsis.t
@@ -108,6 +107,7 @@
 t/release-kwalitee.t
 t/release-meta-json.t
 t/release-minimum-version.t
+t/release-pod-linkcheck.t
 t/release-unused-vars.t
 t/uploadTest
 t/www/404.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.24/META.json 
new/Selenium-Remote-Driver-1.26/META.json
--- old/Selenium-Remote-Driver-1.24/META.json   2018-02-14 05:47:52.0 
+0100
+++ new/Selenium-Remote-Driver-1.26/META.json   2018-02-19 16:46:46.0 
+0100
@@ -9,7 +9,7 @@
   "Mark Stosberg "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150001",
"license" : [
   "apache_2_0"
],
@@ -31,11 +31,9 @@
 "Test::CPAN::Meta::JSON" : "0.16",
 "Test::EOL" : "0",
 "Test::Kwalitee" : "1.21",
-"Test::MinimumVersion" : "0",
 "Test::Mojibake" : "0",
 "Test::More" : "0.88",
 "Test::NoTabs" : "0",
-"Test::Perl::Critic" : "0",
 "Test::Pod" : "1.41",
 "Test::Pod::Coverage" : "1.08",
 "Test::Pod

commit perl-Mojolicious for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2018-02-27 16:58:07

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


Package is "perl-Mojolicious"

Tue Feb 27 16:58:07 2018 rev:91 rq:579897 version:7.69

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2018-02-21 14:13:57.512815527 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2018-02-27 16:58:08.995625665 +0100
@@ -1,0 +2,23 @@
+Sun Feb 25 06:34:52 UTC 2018 - co...@suse.com
+
+- updated to 7.69
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.69  2018-02-24
+- Improved respond_to method in Mojolicious::Controller and accepts helper 
in
+  Mojolicious::Plugin::DefaultHelpers to no longer limit support for 
multiple
+  MIME types to requests containing an X-Requested-With header, since 
browsers
+  have become smarter about requesting what they actually want.
+
+---
+Sat Feb 24 06:39:22 UTC 2018 - co...@suse.com
+
+- updated to 7.68
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.68  2018-02-22
+- Fixed RFC 7230 compliance bugs in Mojo::Message::Request that prevented
+  "GET //foo/bar HTTP/1.1" to be interpreted as a request target in origin
+  form.
+
+---

Old:

  Mojolicious-7.67.tar.gz

New:

  Mojolicious-7.69.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.QM307x/_old  2018-02-27 16:58:10.871557884 +0100
+++ /var/tmp/diff_new_pack.QM307x/_new  2018-02-27 16:58:10.875557740 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.67
+Version:7.69
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.67.tar.gz -> Mojolicious-7.69.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.67/Changes new/Mojolicious-7.69/Changes
--- old/Mojolicious-7.67/Changes2018-02-19 12:12:21.0 +0100
+++ new/Mojolicious-7.69/Changes2018-02-24 19:50:34.0 +0100
@@ -1,4 +1,15 @@
 
+7.69  2018-02-24
+  - Improved respond_to method in Mojolicious::Controller and accepts helper in
+Mojolicious::Plugin::DefaultHelpers to no longer limit support for multiple
+MIME types to requests containing an X-Requested-With header, since 
browsers
+have become smarter about requesting what they actually want.
+
+7.68  2018-02-22
+  - Fixed RFC 7230 compliance bugs in Mojo::Message::Request that prevented
+"GET //foo/bar HTTP/1.1" to be interpreted as a request target in origin
+form.
+
 7.67  2018-02-19
   - Modernized ".perltidyrc".
   - Fixed a bug in Mojo::Asset::File where forked processes could delete
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.67/META.json 
new/Mojolicious-7.69/META.json
--- old/Mojolicious-7.67/META.json  2018-02-20 00:10:29.0 +0100
+++ new/Mojolicious-7.69/META.json  2018-02-24 22:58:27.0 +0100
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.67",
+   "version" : "7.69",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.67/META.yml 
new/Mojolicious-7.69/META.yml
--- old/Mojolicious-7.67/META.yml   2018-02-20 00:10:28.0 +0100
+++ new/Mojolicious-7.69/META.yml   2018-02-24 22:58:27.0 +0100
@@ -31,5 +31,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '7.67'
+version: '7.69'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.67/lib/Mojo/Message/Request.pm 
new/Mojolicious-7.69/lib/Mojo/Message/Request.pm
--- old/Mojolicious-7.67/lib/Mojo/Message/Request.pm2018-02-19 
00:56:36.0 +0100
+++ new/Mojolicious-7.69/lib/Mojo/Message/Request.pm2018-02-22 
19:58:55.0 +0100
@@ -54,8 +54,11 @@
   # We have a (hopefully) full request-line
   return !$self->error({message => 'Bad request start-line'})
 unless $1 =~ /^(\S+)\s+(\S+)\s+HTTP\/(\d\.\d)$/;
-  my $url = $self->method($1)->version($3)->url;
-  return !!($1 eq 'CONNECT' ? $url->host_port($

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2018-02-27 16:57:51

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


Package is "perl-CPAN-Perl-Releases"

Tue Feb 27 16:57:51 2018 rev:56 rq:579755 version:3.48

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2018-02-09 15:47:47.730853672 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2018-02-27 16:57:56.668071083 +0100
@@ -1,0 +2,6 @@
+Wed Feb 21 06:05:31 UTC 2018 - co...@suse.com
+
+- updated to 3.48
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-3.46.tar.gz

New:

  CPAN-Perl-Releases-3.48.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.F5CaF5/_old  2018-02-27 16:57:57.724032929 +0100
+++ /var/tmp/diff_new_pack.F5CaF5/_new  2018-02-27 16:57:57.728032784 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:3.46
+Version:3.48
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/CPAN-Perl-Releases/
 Source0:
https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz

++ CPAN-Perl-Releases-3.46.tar.gz -> CPAN-Perl-Releases-3.48.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-3.46/Changes 
new/CPAN-Perl-Releases-3.48/Changes
--- old/CPAN-Perl-Releases-3.46/Changes 2018-01-20 12:10:07.0 +0100
+++ new/CPAN-Perl-Releases-3.48/Changes 2018-02-20 22:17:10.0 +0100
@@ -1,8 +1,18 @@
 ==
-Changes from 2013-01-21 00:00:00 + to present.
+Changes from 2013-02-21 00:00:00 + to present.
 ==
 
 -
+version 3.48 at 2018-02-20 21:16:37 +
+-
+
+  Change: b4932c7dafb32915ca0830f9294b619eaf7a93f3
+  Author: Chris 'BinGOs' Williams 
+  Date : 2018-02-20 21:16:37 +
+
+Updated for v5.27.9 
+
+-
 version 3.46 at 2018-01-20 11:07:29 +
 -
 
@@ -1329,16 +1339,6 @@
 
 Updated for v5.14.4-RC1 
 
--
-version 0.96 at 2013-02-20 21:09:28 +
--
-
-  Change: 95ad208dfd658418f6bcc5a98bf282c74ce6fee7
-  Author: Chris 'BinGOs' Williams 
-  Date : 2013-02-20 21:09:28 +
-
-Updated for v5.17.9 
-
 =
-Plus 46 releases after 2013-01-21 00:00:00 +.
+Plus 47 releases after 2013-02-21 00:00:00 +.
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-3.46/META.json 
new/CPAN-Perl-Releases-3.48/META.json
--- old/CPAN-Perl-Releases-3.46/META.json   2018-01-20 12:10:07.0 
+0100
+++ new/CPAN-Perl-Releases-3.48/META.json   2018-02-20 22:17:10.0 
+0100
@@ -54,7 +54,7 @@
  "web" : "https://github.com/bingos/cpan-perl-releases";
   }
},
-   "version" : "3.46",
+   "version" : "3.48",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-3.46/META.yml 
new/CPAN-Perl-Releases-3.48/META.yml
--- old/CPAN-Perl-Releases-3.46/META.yml2018-01-20 12:10:07.0 
+0100
+++ new/CPAN-Perl-Releases-3.48/META.yml2018-02-20 22:17:10.0 
+0100
@@ -21,5 +21,5 @@
 resources:
   homepage: https://github.com/bingos/cpan-perl-releases
   repository: https://github.com/bingos/cpan-perl-releases.git
-version: '3.46'
+version: '3.48'
 x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-3.46/Makefile.PL 
new/CPAN-Perl-Releases-3.48/Makefile.PL
--- old/CPAN-Perl-Releases-3.46/Makefile.PL 2018-01-20 12:10:07.0 
+0100
+++ new/CPAN-Perl-Releases-3.48/Makefile.PL 2018-02-20 22:17:10.

commit perl-SVG for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-SVG for openSUSE:Factory 
checked in at 2018-02-27 16:57:59

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


Package is "perl-SVG"

Tue Feb 27 16:57:59 2018 rev:20 rq:579757 version:2.84

Changes:

--- /work/SRC/openSUSE:Factory/perl-SVG/perl-SVG.changes2018-02-16 
21:45:42.800834952 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SVG.new/perl-SVG.changes   2018-02-27 
16:58:01.055912542 +0100
@@ -1,0 +2,9 @@
+Tue Feb 20 06:54:53 UTC 2018 - co...@suse.com
+
+- updated to 2.84
+   see /usr/share/doc/packages/perl-SVG/Changes
+
+  2.84  2018.02.19 MANWAR
+- Removed '+x' bits from the script "xt/author/pod-syntax.t".
+
+---

Old:

  SVG-2.83.tar.gz

New:

  SVG-2.84.tar.gz



Other differences:
--
++ perl-SVG.spec ++
--- /var/tmp/diff_new_pack.VCR2OL/_old  2018-02-27 16:58:01.791885950 +0100
+++ /var/tmp/diff_new_pack.VCR2OL/_new  2018-02-27 16:58:01.795885805 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-SVG
-Version:2.83
+Version:2.84
 Release:0
 %define cpan_name SVG
 Summary:Perl extension for generating Scalable Vector Graphics (SVG) 
documents
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SVG/
 Source0:
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz

++ SVG-2.83.tar.gz -> SVG-2.84.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/Changes new/SVG-2.84/Changes
--- old/SVG-2.83/Changes2018-02-12 16:58:18.0 +0100
+++ new/SVG-2.84/Changes2018-02-19 12:48:53.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension SVG.
 
+2.84  2018.02.19 MANWAR
+  - Removed '+x' bits from the script "xt/author/pod-syntax.t".
+
 2.83  2018.02.12 MANWAR
   - Merged PR #11 (Test Reports), thanks @genio.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/META.json new/SVG-2.84/META.json
--- old/SVG-2.83/META.json  2018-02-12 17:01:09.0 +0100
+++ new/SVG-2.84/META.json  2018-02-19 12:55:16.0 +0100
@@ -53,23 +53,23 @@
"provides" : {
   "SVG" : {
  "file" : "lib/SVG.pm",
- "version" : "2.83"
+ "version" : "2.84"
   },
   "SVG::DOM" : {
  "file" : "lib/SVG/DOM.pm",
- "version" : "2.83"
+ "version" : "2.84"
   },
   "SVG::Element" : {
  "file" : "lib/SVG/Element.pm",
- "version" : "2.83"
+ "version" : "2.84"
   },
   "SVG::Extension" : {
  "file" : "lib/SVG/Extension.pm",
- "version" : "2.83"
+ "version" : "2.84"
   },
   "SVG::XML" : {
  "file" : "lib/SVG/XML.pm",
- "version" : "2.83"
+ "version" : "2.84"
   }
},
"release_status" : "stable",
@@ -80,7 +80,7 @@
  "web" : "https://github.com/manwar/SVG";
   }
},
-   "version" : "2.83",
+   "version" : "2.84",
"x_contributors" : [
   "Peter Wainwright",
   "Ian Hickson",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/META.yml new/SVG-2.84/META.yml
--- old/SVG-2.83/META.yml   2018-02-12 17:01:09.0 +0100
+++ new/SVG-2.84/META.yml   2018-02-19 12:55:16.0 +0100
@@ -27,19 +27,19 @@
 provides:
   SVG:
 file: lib/SVG.pm
-version: '2.83'
+version: '2.84'
   SVG::DOM:
 file: lib/SVG/DOM.pm
-version: '2.83'
+version: '2.84'
   SVG::Element:
 file: lib/SVG/Element.pm
-version: '2.83'
+version: '2.84'
   SVG::Extension:
 file: lib/SVG/Extension.pm
-version: '2.83'
+version: '2.84'
   SVG::XML:
 file: lib/SVG/XML.pm
-version: '2.83'
+version: '2.84'
 requires:
   Exporter: '0'
   Scalar::Util: '0'
@@ -51,7 +51,7 @@
   warnings: '0'
 resources:
   repository: https://github.com/manwar/SVG.git
-version: '2.83'
+version: '2.84'
 x_contributors:
   - 'Peter Wainwright'
   - 'Ian Hickson'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SVG-2.83/Makefile.PL new/SVG-2.84/Makefile.PL
--- old/SVG-2.83/Makefile.PL2018-02-12 16:51:10.0 +0100
+++ new/SVG-2.84/Makefile.PL2018-02-19 12:49:59.0 +0100
@@ -40,11 +40,11 @@
 (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
 'meta-spec' => { version => 2 },
 provides=> {
-  

commit perl-File-Slurper for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-File-Slurper for 
openSUSE:Factory checked in at 2018-02-27 16:57:49

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


Package is "perl-File-Slurper"

Tue Feb 27 16:57:49 2018 rev:5 rq:579754 version:0.012

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Slurper/perl-File-Slurper.changes  
2018-01-24 15:30:29.718387659 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Slurper.new/perl-File-Slurper.changes 
2018-02-27 16:57:52.48453 +0100
@@ -1,0 +2,9 @@
+Wed Feb 21 06:21:07 UTC 2018 - co...@suse.com
+
+- updated to 0.012
+   see /usr/share/doc/packages/perl-File-Slurper/Changes
+
+  0.012 2018-02-20 21:53:30+01:00 Europe/Amsterdam
+Depend on Encode 2.11 for STOP_AT_PARTIAL
+
+---

Old:

  File-Slurper-0.011.tar.gz

New:

  File-Slurper-0.012.tar.gz



Other differences:
--
++ perl-File-Slurper.spec ++
--- /var/tmp/diff_new_pack.5yd2mC/_old  2018-02-27 16:57:53.440187712 +0100
+++ /var/tmp/diff_new_pack.5yd2mC/_new  2018-02-27 16:57:53.444187568 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Slurper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +17,11 @@
 
 
 Name:   perl-File-Slurper
-Version:0.011
+Version:0.012
 Release:0
 %define cpan_name File-Slurper
 Summary:Simple, Sane and Efficient Module to Slurp a File
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Slurper/
 Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz

++ File-Slurper-0.011.tar.gz -> File-Slurper-0.012.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.011/Changes 
new/File-Slurper-0.012/Changes
--- old/File-Slurper-0.011/Changes  2017-12-18 21:23:26.0 +0100
+++ new/File-Slurper-0.012/Changes  2018-02-20 21:53:32.0 +0100
@@ -1,5 +1,8 @@
 Revision history for File-Slurper
 
+0.012 2018-02-20 21:53:30+01:00 Europe/Amsterdam
+  Depend on Encode 2.11 for STOP_AT_PARTIAL
+
 0.011 2017-12-18 21:23:24+01:00 Europe/Amsterdam
   Correctly set value of $PerlIO::encoding::fallback
   Don't skip latin-1 checking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.011/META.json 
new/File-Slurper-0.012/META.json
--- old/File-Slurper-0.011/META.json2017-12-18 21:23:26.0 +0100
+++ new/File-Slurper-0.012/META.json2018-02-20 21:53:32.0 +0100
@@ -35,7 +35,7 @@
  },
  "requires" : {
 "Carp" : "0",
-"Encode" : "0",
+"Encode" : "2.11",
 "Exporter" : "5.57",
 "PerlIO::encoding" : "0",
 "constant" : "0",
@@ -58,7 +58,7 @@
"provides" : {
   "File::Slurper" : {
  "file" : "lib/File/Slurper.pm",
- "version" : "0.011"
+ "version" : "0.012"
   }
},
"release_status" : "stable",
@@ -73,7 +73,7 @@
  "web" : "https://github.com/Leont/file-slurp-sane";
   }
},
-   "version" : "0.011",
+   "version" : "0.012",
"x_contributors" : [
   "Jim Davis ",
   "Leon Timmermans ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.011/META.yml 
new/File-Slurper-0.012/META.yml
--- old/File-Slurper-0.011/META.yml 2017-12-18 21:23:26.0 +0100
+++ new/File-Slurper-0.012/META.yml 2018-02-20 21:53:32.0 +0100
@@ -22,12 +22,12 @@
 provides:
   File::Slurper:
 file: lib/File/Slurper.pm
-version: '0.011'
+version: '0.012'
 recommends:
   PerlIO::utf8_strict: '0'
 requires:
   Carp: '0'
-  Encode: '0'
+  Encode: '2.11'
   Exporter: '5.57'
   PerlIO::encoding: '0'
   constant: '0'
@@ -37,7 +37,7 @@
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=File-Slurper
   repository: git://github.com/Leont/file-slurp-sane.git
-version: '0.011'
+version: '0.012'
 x_contributors:
   - 'Jim Davis '
   - 'Leon Timmermans '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.011/Makefile.PL 
new/File-Slurper-0.012/Makefile.

commit perl-Log-Dispatchouli for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatchouli for 
openSUSE:Factory checked in at 2018-02-27 16:57:37

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


Package is "perl-Log-Dispatchouli"

Tue Feb 27 16:57:37 2018 rev:12 rq:579749 version:2.016

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Log-Dispatchouli/perl-Log-Dispatchouli.changes  
2016-10-20 23:10:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Log-Dispatchouli.new/perl-Log-Dispatchouli.changes
 2018-02-27 16:57:41.196630096 +0100
@@ -1,0 +2,10 @@
+Thu Feb 22 06:32:28 UTC 2018 - co...@suse.com
+
+- updated to 2.016
+   see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
+
+  2.016 2018-02-21 12:47:46-05:00 America/New_York
+  - the Proxy logger now respects the same overloading as the root 
logger
+  - muted works as a constructor argument (thanks, Dan Book)
+
+---

Old:

  Log-Dispatchouli-2.015.tar.gz

New:

  Log-Dispatchouli-2.016.tar.gz



Other differences:
--
++ perl-Log-Dispatchouli.spec ++
--- /var/tmp/diff_new_pack.xZIpbw/_old  2018-02-27 16:57:42.496583126 +0100
+++ /var/tmp/diff_new_pack.xZIpbw/_new  2018-02-27 16:57:42.504582837 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatchouli
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Log-Dispatchouli
-Version:2.015
+Version:2.016
 Release:0
 %define cpan_name Log-Dispatchouli
 Summary:Simple Wrapper Around Log::Dispatch
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Dispatchouli/
-Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -92,6 +92,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Log-Dispatchouli-2.015.tar.gz -> Log-Dispatchouli-2.016.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.015/Changes 
new/Log-Dispatchouli-2.016/Changes
--- old/Log-Dispatchouli-2.015/Changes  2016-10-17 21:42:57.0 +0200
+++ new/Log-Dispatchouli-2.016/Changes  2018-02-21 18:47:54.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Log-Dispatchouli
 
+2.016 2018-02-21 12:47:46-05:00 America/New_York
+- the Proxy logger now respects the same overloading as the root logger
+- muted works as a constructor argument (thanks, Dan Book)
+
 2.015 2016-10-17 15:42:54-04:00 America/New_York
 - Log::Dispatchouli subclass can now provide its own proxy_class
   method to use something other than Log::Dispatchouli::Proxy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.015/LICENSE 
new/Log-Dispatchouli-2.016/LICENSE
--- old/Log-Dispatchouli-2.015/LICENSE  2016-10-17 21:42:57.0 +0200
+++ new/Log-Dispatchouli-2.016/LICENSE  2018-02-21 18:47:54.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2016 by Ricardo SIGNES.
+This software is copyright (c) 2018 by Ricardo SIGNES.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2016 by Ricardo SIGNES.
+This software is Copyright (c) 2018 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2016 by Ricardo SIGNES.
+This software is Copyright (c) 2018 by Ricardo SIGNES.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Log-Dispatchouli-2.015/MANIFEST 
new/Log-Dispatchouli-2.016/MANIFEST
--- old/Log-Dispatchouli-2.015/MANIFEST 2016-10-17 21:42:57.0 +0200
+++ new/Log-Dispatchouli-2.016/MANIFEST 2018-02-21 18:47:54

commit perl-Calendar-Simple for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Calendar-Simple for 
openSUSE:Factory checked in at 2018-02-27 16:57:29

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


Package is "perl-Calendar-Simple"

Tue Feb 27 16:57:29 2018 rev:12 rq:579747 version:1.23

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Calendar-Simple/perl-Calendar-Simple.changes
2012-12-09 14:11:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Calendar-Simple.new/perl-Calendar-Simple.changes
   2018-02-27 16:57:37.460765080 +0100
@@ -1,0 +2,6 @@
+Fri Feb 23 06:05:06 UTC 2018 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-Calendar-Simple/Changes
+
+---

Old:

  Calendar-Simple-1.21.tar.gz

New:

  Calendar-Simple-1.23.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Calendar-Simple.spec ++
--- /var/tmp/diff_new_pack.vUpXec/_old  2018-02-27 16:57:38.952711173 +0100
+++ /var/tmp/diff_new_pack.vUpXec/_new  2018-02-27 16:57:38.956711028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Calendar-Simple
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,59 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with pod
-%bcond_with opt
 
 Name:   perl-Calendar-Simple
+Version:1.23
+Release:0
 %define cpan_name Calendar-Simple
 Summary:Perl extension to create simple calendars
-Version:1.21
-Release:3
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Calendar-Simple/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAVECROSS/Calendar-Simple-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DA/DAVECROSS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
-%if 0%{?suse_version} <= 1130
 BuildRequires:  perl-macros
-%endif
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) >= 1.00
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
-%endif
-%if %{with opt}
-BuildRequires:  perl(DateTime)
-%endif
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
-BuildRequires:  perl(Time::Local)
-Requires:   perl(Carp)
-Requires:   perl(Config)
-Requires:   perl(Time::Local)
-%if 0%{?suse_version} > 1010
+BuildRequires:  perl(Module::Build) >= 0.42
 Recommends: perl(DateTime)
-%endif
+%{perl_requires}
 
 %description
-A very simple perl module that models a calendar month.
-
-This function returns a data structure representing the dates in a month. The
-data structure returned is an array of array references. The first level array
-represents the weeks in the month. The second level array contains the actual
-days. By default, each week starts on a Sunday and the value in the array is
-the date of that day. Any days at the beginning of the first week or the end of
-the last week that are from the previous or next month have the value undef.
+A very simple module that exports one function called 'calendar'.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%{__chmod} 0644 lib/Calendar/Simple.pm
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -77,14 +49,11 @@
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog

++ Calendar-Simple-1.21.tar.gz -> Calendar-Simple-1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Calendar-Simple-1.21/Build.PL 
new/Calendar-Simple-1.23/Build.PL
--- old/Calendar-Simple-1.21/Build.PL   2010-04-02 18:34:11.0 +0200
+++ new/Calendar-Simple-1.23/Build.PL   2018-02-22 18:28:25.0 +0100
@@ -22,6 +22,11 @@
},
 create_makefile_pl => 'traditional',
 script_files   => [ 'bin/pcal' ],
+meta_merge => {
+resources => {
+  

commit perl-Getopt-Long-Descriptive for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Getopt-Long-Descriptive for 
openSUSE:Factory checked in at 2018-02-27 16:57:45

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


Package is "perl-Getopt-Long-Descriptive"

Tue Feb 27 16:57:45 2018 rev:18 rq:579753 version:0.102

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Getopt-Long-Descriptive/perl-Getopt-Long-Descriptive.changes
2018-02-09 15:47:37.167233018 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Getopt-Long-Descriptive.new/perl-Getopt-Long-Descriptive.changes
   2018-02-27 16:57:50.988276305 +0100
@@ -1,0 +2,12 @@
+Wed Feb 21 06:23:35 UTC 2018 - co...@suse.com
+
+- updated to 0.102
+   see /usr/share/doc/packages/perl-Getopt-Long-Descriptive/Changes
+
+  0.102 2018-02-20 14:44:17-05:00 America/New_York
+  - long spacer lines are now line broken
+  - "empty" spacer lines no longer have leading whitespace
+  - option specifications ":+" and ":5" (etc.) now get better
+presentation in the usage description
+
+---

Old:

  Getopt-Long-Descriptive-0.101.tar.gz

New:

  Getopt-Long-Descriptive-0.102.tar.gz



Other differences:
--
++ perl-Getopt-Long-Descriptive.spec ++
--- /var/tmp/diff_new_pack.LXO2LE/_old  2018-02-27 16:57:52.228231503 +0100
+++ /var/tmp/diff_new_pack.LXO2LE/_new  2018-02-27 16:57:52.232231358 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Getopt-Long-Descriptive
-Version:0.101
+Version:0.102
 Release:0
 %define cpan_name Getopt-Long-Descriptive
 Summary:Getopt::Long, but simpler and more powerful
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Getopt-Long-Descriptive/
 Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz

++ Getopt-Long-Descriptive-0.101.tar.gz -> 
Getopt-Long-Descriptive-0.102.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Getopt-Long-Descriptive-0.101/Changes 
new/Getopt-Long-Descriptive-0.102/Changes
--- old/Getopt-Long-Descriptive-0.101/Changes   2018-01-22 01:32:16.0 
+0100
+++ new/Getopt-Long-Descriptive-0.102/Changes   2018-02-20 20:44:21.0 
+0100
@@ -1,5 +1,11 @@
 Revision history for Getopt-Long-Descriptive
 
+0.102 2018-02-20 14:44:17-05:00 America/New_York
+- long spacer lines are now line broken
+- "empty" spacer lines no longer have leading whitespace
+- option specifications ":+" and ":5" (etc.) now get better
+  presentation in the usage description
+
 0.101 2018-01-21 19:32:11-05:00 America/New_York
 - escape some unescaped braces in regex
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Getopt-Long-Descriptive-0.101/MANIFEST 
new/Getopt-Long-Descriptive-0.102/MANIFEST
--- old/Getopt-Long-Descriptive-0.101/MANIFEST  2018-01-22 01:32:16.0 
+0100
+++ new/Getopt-Long-Descriptive-0.102/MANIFEST  2018-02-20 20:44:21.0 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.011.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Getopt-Long-Descriptive-0.101/META.json 
new/Getopt-Long-Descriptive-0.102/META.json
--- old/Getopt-Long-Descriptive-0.101/META.json 2018-01-22 01:32:16.0 
+0100
+++ new/Getopt-Long-Descriptive-0.102/META.json 2018-02-20 20:44:21.0 
+0100
@@ -5,7 +5,7 @@
   "Ricardo Signes "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.011, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -69,10 +69,10 @@
  "web" : "https://github.com/rjbs/Getopt-Long-Descriptive";
   }
},
-   "version" : "0.101",
+   "version" : "0.102",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.024003"
+ "version" : "5.026001"
   },
   "plugins" : [
  {
@@ -139,57 +139,57 @@
  {
 "class" : "Dist::Zilla::Plugin::PruneCruft",
 "name" : "@RJBS/@Filter/PruneCruft",
-"version" : "6.010"
+"version" : "6.011"
  },
  {
 "class" : "Dist::Zilla::P

commit perl-Encode for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Encode for openSUSE:Factory 
checked in at 2018-02-27 16:57:41

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


Package is "perl-Encode"

Tue Feb 27 16:57:41 2018 rev:4 rq:579750 version:2.97

Changes:

--- /work/SRC/openSUSE:Factory/perl-Encode/perl-Encode.changes  2018-02-16 
21:45:25.989441264 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Encode.new/perl-Encode.changes 
2018-02-27 16:57:48.376370678 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 06:18:23 UTC 2018 - co...@suse.com
+
+- updated to 2.97
+   see /usr/share/doc/packages/perl-Encode/Changes
+
+---

Old:

  Encode-2.96.tar.gz

New:

  Encode-2.97.tar.gz



Other differences:
--
++ perl-Encode.spec ++
--- /var/tmp/diff_new_pack.z4gfsW/_old  2018-02-27 16:57:49.660324286 +0100
+++ /var/tmp/diff_new_pack.z4gfsW/_new  2018-02-27 16:57:49.664324142 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Encode
-Version:2.96
+Version:2.97
 Release:0
 %define cpan_name Encode
 Summary:Character Encodings in Perl
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Encode/
 Source0:
https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz

++ Encode-2.96.tar.gz -> Encode-2.97.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.96/Changes new/Encode-2.97/Changes
--- old/Encode-2.96/Changes 2018-02-11 06:35:28.0 +0100
+++ new/Encode-2.97/Changes 2018-02-21 13:14:35.0 +0100
@@ -1,8 +1,15 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 2.96 2018/02/11 05:35:26 dankogai Exp dankogai $
+# $Id: Changes,v 2.97 2018/02/21 12:14:33 dankogai Exp dankogai $
 #
-$Revision: 2.96 $ $Date: 2018/02/11 05:35:26 $
+$Revision: 2.97 $ $Date: 2018/02/21 12:14:33 $
+! Encode.xs
+  Pulled: New perls that fixes
+https://github.com/dankogai/p5-encode/issues/129
+https://rt.cpan.org/Ticket/Display.html?id=124399
+  https://github.com/dankogai/p5-encode/pull/130
+
+2.96 2018/02/11 05:35:26
 ! Encode.pm encoding.pm Unicode/Unicode.pm
   VERSION++ to make bleadperl happy
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.96/Encode.pm new/Encode-2.97/Encode.pm
--- old/Encode-2.96/Encode.pm   2018-02-11 06:35:28.0 +0100
+++ new/Encode-2.97/Encode.pm   2018-02-21 13:14:35.0 +0100
@@ -1,5 +1,5 @@
 #
-# $Id: Encode.pm,v 2.96 2018/02/11 05:32:30 dankogai Exp $
+# $Id: Encode.pm,v 2.97 2018/02/21 12:14:24 dankogai Exp $
 #
 package Encode;
 use strict;
@@ -7,7 +7,7 @@
 use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG};
 our $VERSION;
 BEGIN {
-$VERSION = sprintf "%d.%02d", q$Revision: 2.96 $ =~ /(\d+)/g;
+$VERSION = sprintf "%d.%02d", q$Revision: 2.97 $ =~ /(\d+)/g;
 require XSLoader;
 XSLoader::load( __PACKAGE__, $VERSION );
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.96/Encode.xs new/Encode-2.97/Encode.xs
--- old/Encode-2.96/Encode.xs   2018-02-11 06:35:28.0 +0100
+++ new/Encode-2.97/Encode.xs   2018-02-21 13:14:37.0 +0100
@@ -1,5 +1,5 @@
 /*
- $Id: Encode.xs,v 2.42 2018/02/08 00:26:15 dankogai Exp $
+ $Id: Encode.xs,v 2.43 2018/02/21 12:14:33 dankogai Exp dankogai $
  */
 
 #define PERL_NO_GET_CONTEXT
@@ -387,7 +387,7 @@
 }
 
 /* Modern perls have the capability to do this more efficiently and portably */
-#ifdef is_utf8_string_loc_flags
+#ifdef utf8n_to_uvchr_msgs
 # define CAN_USE_BASE_PERL
 #endif
 
@@ -533,7 +533,7 @@
 
 #else   /* Use code for earlier perls */
 
-PERL_UNUSED_VAR(flags);
+((void)sizeof(flags));  /* Avoid compiler warning */
 
 if (UTF8_IS_INVARIANT(*s)) {
 *d++ = *s++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Encode-2.96/META.json new/Encode-2.97/META.json
--- old/Encode-2.96/META.json   2018-02-11 06:36:26.0 +0100
+++ new/Encode-2.97/META.json   2018-02-21 13:15:13.0 +0100
@@ -4,13 +4,13 @@
   "Dan Kogai "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec

commit perl-Class-C3-Componentised for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Class-C3-Componentised for 
openSUSE:Factory checked in at 2018-02-27 16:57:23

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


Package is "perl-Class-C3-Componentised"

Tue Feb 27 16:57:23 2018 rev:7 rq:579744 version:1.001002

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-C3-Componentised/perl-Class-C3-Componentised.changes
  2017-10-03 23:18:59.635988519 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-C3-Componentised.new/perl-Class-C3-Componentised.changes
 2018-02-27 16:57:27.225134913 +0100
@@ -1,0 +2,27 @@
+Sat Feb 24 06:06:53 UTC 2018 - co...@suse.com
+
+- updated to 1.001002
+   see /usr/share/doc/packages/perl-Class-C3-Componentised/Changes
+
+  1.001002 - 2018-02-23
+- fixed author metadata
+- added x_static_install and dynamic_config=0 to metadata
+- added x_authority to metadata
+  
+  1.001_001 - 2018-02-15
+- list test prerequisites as test prerequisites rather than runtime
+  prerequisites. (RT#100637)
+- correctly list Test::More 0.96 as a test prerequisite (RT#77611)
+- stop using Class::C3 in tests.  it is still listed as a prerequisite.
+  because some things expect it to be available once this module is
+  installed.
+- convert packaging from using Module::Install to plain
+  ExtUtils::MakeMaker, with Distar for releasing.  This fixes issues 
when
+  the current directory is not in @INC (perl 5.26).  Fixes RT#121696,
+  RT#120826
+- fixed typo in documentation. (RT#85355)
+- fixed module abstracts.
+- increase Class::Inspector prereq to 1.32 to fix ensure_class_found on
+  modules provided by @INC hooks, such as PAR. (RT#42845)
+
+---

Old:

  Class-C3-Componentised-1.001000.tar.gz

New:

  Class-C3-Componentised-1.001002.tar.gz



Other differences:
--
++ perl-Class-C3-Componentised.spec ++
--- /var/tmp/diff_new_pack.jDQSDY/_old  2018-02-27 16:57:28.765079272 +0100
+++ /var/tmp/diff_new_pack.jDQSDY/_new  2018-02-27 16:57:28.773078983 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Class-C3-Componentised
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,31 +17,36 @@
 
 
 Name:   perl-Class-C3-Componentised
-Version:1.001000
+Version:1.001002
 Release:0
 %define cpan_name Class-C3-Componentised
-Summary:Class::C3::Componentised Perl module
-License:Artistic-1.0 or GPL-1.0+
+Summary:Load mix-ins or components to your C3-based class
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Class-C3-Componentised/
-Source0:
https://cpan.metacpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::C3) >= 0.20
-BuildRequires:  perl(Class::Inspector)
-BuildRequires:  perl(MRO::Compat)
-BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Class::Inspector) >= 1.32
+BuildRequires:  perl(MRO::Compat) >= 0.09
+BuildRequires:  perl(Test::Exception) >= 0.31
+BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(Class::C3) >= 0.20
-Requires:   perl(Class::Inspector)
-Requires:   perl(MRO::Compat)
-Requires:   perl(Test::Exception)
+Requires:   perl(Class::Inspector) >= 1.32
+Requires:   perl(MRO::Compat) >= 0.09
 %{perl_requires}
 
 %description
-Load mix-ins or components to your C3-based class.
+This will inject base classes to your module using the Class::C3 method
+resolution order.
+
+Please note: these are not plugins that can take precedence over methods
+declared in MyModule. If you want something like that, consider
+MooseX::Object::Pluggable.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Class-C3-Componentised-1.001000.tar.gz -> 
Class-C3-Componentised-1.001002.tar.gz ++
 2819 lines of diff (skipped)




commit booth for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2018-02-27 16:57:09

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


Package is "booth"

Tue Feb 27 16:57:09 2018 rev:44 rq:578987 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2017-12-01 
15:55:01.741034009 +0100
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2018-02-27 
16:57:09.753766188 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 09:23:51 UTC 2018 - ckowalc...@suse.com
+
+- Build: replace SuSEFirewall2 by firewalld (fate#320794) in booth.spec
+- Upstream version cs: 80199f9477fb4fbf8809f31986139efe3f4ef790
+
+---

Old:

  booth-1.0+20171123.d4cb8cb.tar.bz2

New:

  booth-1.0+20180201.80199f9.tar.bz2



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.c8Fblb/_old  2018-02-27 16:57:11.033719941 +0100
+++ /var/tmp/diff_new_pack.c8Fblb/_new  2018-02-27 16:57:11.037719797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package booth
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,14 +21,15 @@
 %bcond_with glue
 
 # local commit:
-%global commit 1.0+20171123.d4cb8cb
+%global commit 1.0+20180201.80199f9
 
 %global uname hacluster
 %global gname haclient
 
 %global test_path  %{_datadir}/booth/tests
 
-%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
+%define _libexecdir %{_libdir}
+%define _fwdefdir %{_libexecdir}/firewalld/services
 
 Name:   booth
 Version:1.0
@@ -110,9 +111,9 @@
 rm -f %{buildroot}/%{test_path}/test/*.pyc
 
 %if 0%{?suse_version}
-#SUSE firewall rule
+#Firewalld rule
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
-install -m 644 contrib/geo-cluster.fwd $RPM_BUILD_ROOT/%{_fwdefdir}/booth
+install -m 644 contrib/geo-cluster.firewalld.xml 
$RPM_BUILD_ROOT/%{_fwdefdir}/booth.xml
 #install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_fwdefdir}/booth
 %endif
 
@@ -120,6 +121,10 @@
 %service_add_pre booth-arbitrator.service
 
 %post
+#Reload firewalld if already installed
+if [ -e /usr/sbin/firewalld ]; then
+%firewalld_reload
+fi
 %service_add_post booth-arbitrator.service
 
 %preun
@@ -151,7 +156,9 @@
 %{_prefix}/lib/ocf/resource.d/booth/geostore
 %config %attr (644, %{uname}, %{gname}) %{_sysconfdir}/booth/booth.conf.example
 %if 0%{?suse_version}
-%config %{_fwdefdir}/booth
+%dir %{_libexecdir}/firewalld
+%dir %{_fwdefdir}
+%{_fwdefdir}/booth.xml
 %endif
 %{_unitdir}/booth@.service
 %{_unitdir}/booth-arbitrator.service

++ booth-1.0+20171123.d4cb8cb.tar.bz2 -> booth-1.0+20180201.80199f9.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth-1.0+20171123.d4cb8cb/.git_info 
new/booth-1.0+20180201.80199f9/.git_info
--- old/booth-1.0+20171123.d4cb8cb/.git_info2017-12-01 10:44:10.863914778 
+0100
+++ new/booth-1.0+20180201.80199f9/.git_info2018-02-22 10:01:37.572481757 
+0100
@@ -1 +1 @@
-v1.0-131-gd4cb8cb
+v1.0-133-g80199f9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/booth-1.0+20171123.d4cb8cb/booth.spec 
new/booth-1.0+20180201.80199f9/booth.spec
--- old/booth-1.0+20171123.d4cb8cb/booth.spec   2017-11-23 14:07:59.0 
+0100
+++ new/booth-1.0+20180201.80199f9/booth.spec   2018-02-01 10:57:55.0 
+0100
@@ -20,11 +20,11 @@
 
 %if 0%{?suse_version}
 %define _libexecdir %{_libdir}
+%define _fwdefdir %{_libexecdir}/firewalld/services
 %endif
 %define with_extra_warnings0
 %define with_debugging 0
 %define without_fatal_warnings 1
-%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %if 0%{?fedora} || 0%{?centos} || 0%{?rhel}
 %define pkg_group System Environment/Daemons
 %else
@@ -51,6 +51,8 @@
 BuildRequires:  pkgconfig
 %if 0%{?suse_version}
 BuildRequires:  glib2-devel
+# SuSEFirewall2 replaced by Firewalld (fate#323460)
+BuildRequires:  firewall-macros
 %else
 BuildRequires:  pkgconfig(glib-2.0)
 %endif
@@ -135,10 +137,13 @@
 rm -f %{buildroot}/%{test_path}/test/*.pyc
 
 %if 0%{?suse_version}
-#SUSE firewall rule
+#Firewalld rule
 mkdir -p $RPM_BUILD_ROOT/%{_fwdefdir}
-install -m 644 contrib/geo-cluster.fwd $RPM_BUILD_ROOT/%{_fwdefdir}/booth
+install -m 644 contrib/geo-cluster.firewalld.xml 
$RPM_BUILD_ROOT/%{_fwdefdir}/booth.xml
 #install -m 644 %{S:2} $RPM_BUILD_ROOT/%{_fwdefdir}/booth
+
+%post
+%firewalld_reload
 %endif
 
 %check
@@ -174,7 +179,9 @@
 /usr/lib/ocf/resource.d/booth/g

commit perl-Perl-Tidy for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2018-02-27 16:57:20

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


Package is "perl-Perl-Tidy"

Tue Feb 27 16:57:20 2018 rev:21 rq:579742 version:20180220

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes
2018-02-22 15:00:32.734106029 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes   
2018-02-27 16:57:21.349347217 +0100
@@ -1,0 +2,12 @@
+Wed Feb 21 06:50:42 UTC 2018 - co...@suse.com
+
+- updated to 20180220
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES
+
+2018 02 20
+- RT #124469, #124494, perltidy often making empty files.  The 
previous had
+  an index error causing it to fail, particularly in version 5.18 of 
Perl.
+  
+  Please avoid version 20180219.
+
+---

Old:

  Perl-Tidy-20180219.tar.gz

New:

  Perl-Tidy-20180220.tar.gz



Other differences:
--
++ perl-Perl-Tidy.spec ++
--- /var/tmp/diff_new_pack.7VJy4t/_old  2018-02-27 16:57:22.537304294 +0100
+++ /var/tmp/diff_new_pack.7VJy4t/_new  2018-02-27 16:57:22.541304149 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Tidy
-Version:20180219
+Version:20180220
 Release:0
 #Upstream:  This package is free software; you can redistribute it and/or 
modify it under the terms of the "GNU General Public License". Please refer to 
the file "COPYING" for details.
 %define cpan_name Perl-Tidy

++ Perl-Tidy-20180219.tar.gz -> Perl-Tidy-20180220.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20180219/CHANGES 
new/Perl-Tidy-20180220/CHANGES
--- old/Perl-Tidy-20180219/CHANGES  2018-02-18 20:34:08.0 +0100
+++ new/Perl-Tidy-20180220/CHANGES  2018-02-20 12:30:34.0 +0100
@@ -1,4 +1,10 @@
 Perltidy Change Log
+  2018 02 20
+  - RT #124469, #124494, perltidy often making empty files.  The previous 
had
+an index error causing it to fail, particularly in version 5.18 of 
Perl.
+
+Please avoid version 20180219.
+
   2018 02 19
   - RT #79947, cuddled-else generalization. A new flag -cb provides
 'cuddled-else' type formatting for an arbitrary type of block chain. 
The
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20180219/META.json 
new/Perl-Tidy-20180220/META.json
--- old/Perl-Tidy-20180219/META.json2018-02-18 20:34:09.0 +0100
+++ new/Perl-Tidy-20180220/META.json2018-02-20 12:42:08.0 +0100
@@ -35,5 +35,5 @@
   }
},
"release_status" : "stable",
-   "version" : "20180219"
+   "version" : "20180220"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20180219/META.yml 
new/Perl-Tidy-20180220/META.yml
--- old/Perl-Tidy-20180219/META.yml 2018-02-18 20:34:09.0 +0100
+++ new/Perl-Tidy-20180220/META.yml 2018-02-20 12:42:08.0 +0100
@@ -18,4 +18,4 @@
 - t
 - inc
 requires: {}
-version: '20180219'
+version: '20180220'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20180219/bin/perltidy 
new/Perl-Tidy-20180220/bin/perltidy
--- old/Perl-Tidy-20180219/bin/perltidy 2018-02-18 20:34:08.0 +0100
+++ new/Perl-Tidy-20180220/bin/perltidy 2018-02-20 12:42:08.0 +0100
@@ -3480,7 +3480,7 @@
 
 =head1 VERSION
 
-This man page documents perltidy version 20180219.
+This man page documents perltidy version 20180220.
 
 =head1 BUG REPORTS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Tidy-20180219/docs/perltidy.1 
new/Perl-Tidy-20180220/docs/perltidy.1
--- old/Perl-Tidy-20180219/docs/perltidy.1  2018-02-18 16:13:21.0 
+0100
+++ new/Perl-Tidy-20180220/docs/perltidy.1  2018-02-20 12:30:34.0 
+0100
@@ -133,7 +133,7 @@
 .\" 
 .\"
 .IX Title "PERLTIDY 1"
-.TH PERLTIDY 1 "2018-02-18" "perl v5.22.1" "User Contributed Perl 
Documentation"
+.TH PERLTIDY 1 "2018-02-20" "perl v5.22.1" "User Contributed Perl 
Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -3593,7 +3593,7 @@
 \&\fIperlstyle\fR\|(1), \fIPerl::Tidy\fR\|(3)
 .SH "VERSION"
 .IX Header "VERSION"
-This man page documents perltidy version 20180219.
+This man page documents perltidy ver

commit python-osprofiler for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-osprofiler for 
openSUSE:Factory checked in at 2018-02-27 16:57:17

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


Package is "python-osprofiler"

Tue Feb 27 16:57:17 2018 rev:6 rq:579518 version:1.15.2

Changes:

--- /work/SRC/openSUSE:Factory/python-osprofiler/python-osprofiler.changes  
2018-01-17 21:56:41.491767995 +0100
+++ /work/SRC/openSUSE:Factory/.python-osprofiler.new/python-osprofiler.changes 
2018-02-27 16:57:19.361419045 +0100
@@ -1,0 +2,20 @@
+Fri Feb 23 13:30:57 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.15.2
+  - Update .gitreview for stable/queens
+  - Check profiler instance before initialize
+- Switch to stable/queens spec template
+
+---
+Tue Jan 30 15:15:33 UTC 2018 - cloud-de...@suse.de
+
+- update to version 1.15.1
+  - Add kwargs to WsgiMiddleware __init__
+  - Add functional test for Redis driver
+  - Add Zuul job for functional testing
+  - Remove setting of version/release from releasenotes
+  - Make collector configurable in DevStack plugin
+  - Add filter for OSprofiler html output
+  - Update the invalid doc links to the right ones in osprofiler docs
+
+---

Old:

  osprofiler-1.14.0.tar.gz

New:

  osprofiler-1.15.2.tar.gz



Other differences:
--
++ python-osprofiler.spec ++
--- /var/tmp/diff_new_pack.kkU54n/_old  2018-02-27 16:57:20.729369618 +0100
+++ /var/tmp/diff_new_pack.kkU54n/_new  2018-02-27 16:57:20.733369474 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-osprofiler
-Version:1.14.0
+Version:1.15.2
 Release:0
 Summary:OpenStack Profiler Library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://launchpad.net/osprofiler
-Source0:
https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-1.14.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/osprofiler/osprofiler-1.15.2.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-WebOb >= 1.7.1
@@ -31,10 +31,10 @@
 BuildRequires:  python2-ddt >= 1.0.1
 BuildRequires:  python2-elasticsearch >= 2.0.0
 BuildRequires:  python2-mock >= 2.0.0
-BuildRequires:  python2-oslo.concurrency >= 3.20.0
-BuildRequires:  python2-oslo.config >= 4.6.0
-BuildRequires:  python2-oslo.log >= 3.30.0
-BuildRequires:  python2-oslo.utils >= 3.31.0
+BuildRequires:  python2-oslo.concurrency >= 3.25.0
+BuildRequires:  python2-oslo.config >= 5.1.0
+BuildRequires:  python2-oslo.log >= 3.36.0
+BuildRequires:  python2-oslo.utils >= 3.33.0
 BuildRequires:  python2-pymongo >= 3.0.2
 BuildRequires:  python2-python-subunit >= 1.0.0
 BuildRequires:  python2-redis >= 2.10.0
@@ -47,10 +47,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-elasticsearch >= 2.0.0
 BuildRequires:  python3-mock >= 2.0.0
-BuildRequires:  python3-oslo.concurrency >= 3.20.0
-BuildRequires:  python3-oslo.config >= 4.6.0
-BuildRequires:  python3-oslo.log >= 3.30.0
-BuildRequires:  python3-oslo.utils >= 3.31.0
+BuildRequires:  python3-oslo.concurrency >= 3.25.0
+BuildRequires:  python3-oslo.config >= 5.1.0
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslo.utils >= 3.33.0
 BuildRequires:  python3-pymongo >= 3.0.2
 BuildRequires:  python3-python-subunit >= 1.0.0
 BuildRequires:  python3-redis >= 2.10.0
@@ -58,10 +58,10 @@
 BuildRequires:  python3-testrepository >= 0.0.18
 BuildRequires:  python3-testtools >= 2.2.0
 Requires:   python-WebOb >= 1.7.1
-Requires:   python-oslo.concurrency >= 3.20.0
-Requires:   python-oslo.config >= 4.6.0
-Requires:   python-oslo.log >= 3.30.0
-Requires:   python-oslo.utils >= 3.31.0
+Requires:   python-oslo.concurrency >= 3.25.0
+Requires:   python-oslo.config >= 5.1.0
+Requires:   python-oslo.log >= 3.36.0
+Requires:   python-oslo.utils >= 3.33.0
 Requires:   python-six >= 1.10.0
 BuildArch:  noarch
 %if 0%{?suse_version}
@@ -86,13 +86,13 @@
 Summary:Documentation for OSProfiler
 Group:  Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.17.0
+BuildRequires:  python-openstackdocstheme >= 1.18.1
 
 %description -n python-osprofiler-doc
 Documentation for OSProfiler.
 
 %prep
-%autosetup -p1 -n osprofiler-1.14.0
+%autosetup -p1 -n osprofiler-1.15.2
 %py_req_cleanup
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 

++ _service ++
--- /var/tmp/diff_new_pack.kkU54n/_old  2018-02-2

commit python-responses for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-responses for 
openSUSE:Factory checked in at 2018-02-27 16:57:07

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


Package is "python-responses"

Tue Feb 27 16:57:07 2018 rev:2 rq:563772 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-responses/python-responses.changes
2017-08-24 18:53:30.200089985 +0200
+++ /work/SRC/openSUSE:Factory/.python-responses.new/python-responses.changes   
2018-02-27 16:57:08.301818650 +0100
@@ -1,0 +2,22 @@
+Fri Jan 12 00:37:13 UTC 2018 - mimi...@gmail.com
+
+- update to 0.8.1
+* Added the ability to passthru real requests via ``add_passthru()``
+  and ``passthru_prefixes`` configurations.
+* Responses will now be rotated until the final match is hit, and
+  then persist using that response (GH-171).
+* Fixed call counting with exceptions (GH-163).
+* Fixed behavior with arbitrary status codes (GH-164).
+* Fixed handling of multiple responses with the same match (GH-165).
+* Fixed default path behavior with ``match_querystring`` (GH-166).
+* Restored ``adding_headers`` compatibility (GH-160).
+* Allow empty list/dict as json object (GH-100).
+* Added `response_callback` (GH-151).
+* Added ``Response`` interfaces (GH-155).
+* Fixed unicode characters in querystring (GH-153).
+* Added support for streaming IO buffers (GH-154).
+* Added support for empty (unset) Content-Type (GH-139).
+* Added reason to mocked responses (GH-132).
+* ``yapf`` autoformatting now enforced on codebase.
+
+---

Old:

  responses-0.5.1.tar.gz

New:

  responses-0.8.1.tar.gz



Other differences:
--
++ python-responses.spec ++
--- /var/tmp/diff_new_pack.DudRFo/_old  2018-02-27 16:57:09.469776449 +0100
+++ /var/tmp/diff_new_pack.DudRFo/_new  2018-02-27 16:57:09.473776305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-responses
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-responses
-Version:0.5.1
+Version:0.8.1
 Release:0
 Summary:A utility library for mocking out the `requests` Python library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/getsentry/responses
-Source: 
https://files.pythonhosted.org/packages/source/r/responses/responses-0.5.1.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/r/responses/responses-%{version}.tar.gz
 BuildRequires:  %{python_module cookies}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module requests >= 2.0}
@@ -34,12 +34,14 @@
 BuildRequires:  %{python_module coverage >= 3.7.1}
 BuildRequires:  %{python_module flake8}
 BuildRequires:  %{python_module pytest-cov}
+BuildRequires:  %{python_module pytest-localserver}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  python-rpm-macros
 Requires:   python-cookies
 Requires:   python-requests >= 2.0
 Requires:   python-six
 Suggests:   python-pytest
+Suggests:   python-pytest-localserver
 Suggests:   python-coverage >= 3.7.1
 Suggests:   python-pytest-cov
 Suggests:   python-flake8

++ responses-0.5.1.tar.gz -> responses-0.8.1.tar.gz ++
 2399 lines of diff (skipped)




commit perl-Test-MockTime for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package perl-Test-MockTime for 
openSUSE:Factory checked in at 2018-02-27 16:57:27

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


Package is "perl-Test-MockTime"

Tue Feb 27 16:57:27 2018 rev:5 rq:579746 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-MockTime/perl-Test-MockTime.changes
2015-09-08 17:47:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-MockTime.new/perl-Test-MockTime.changes   
2018-02-27 16:57:29.333058750 +0100
@@ -1,0 +2,10 @@
+Fri Feb 23 07:07:53 UTC 2018 - co...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Test-MockTime/Changes
+
+0.16 - 22 Feb 2018
+  
+* Fixed calls to CORE::localtime in test suite to cope with years > 
2020 as per RT #124508.  Thanks to Bernhard M. W. for patch.
+
+---

Old:

  Test-MockTime-0.15.tar.gz

New:

  Test-MockTime-0.16.tar.gz



Other differences:
--
++ perl-Test-MockTime.spec ++
--- /var/tmp/diff_new_pack.kcjsfB/_old  2018-02-27 16:57:30.341022330 +0100
+++ /var/tmp/diff_new_pack.kcjsfB/_new  2018-02-27 16:57:30.345022185 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-MockTime
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Test-MockTime
-Version:0.15
+Version:0.16
 Release:0
 %define cpan_name Test-MockTime
 Summary:Replaces actual time with simulated time
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-MockTime/
-Source0:
http://www.cpan.org/authors/id/D/DD/DDICK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DD/DDICK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +43,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Test-MockTime-0.15.tar.gz -> Test-MockTime-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.15/Changes 
new/Test-MockTime-0.16/Changes
--- old/Test-MockTime-0.15/Changes  2015-09-03 14:14:02.0 +0200
+++ new/Test-MockTime-0.16/Changes  2018-02-22 11:06:13.0 +0100
@@ -1,6 +1,10 @@
 CHANGES
 ---
 
+  0.16 - 22 Feb 2018
+
+  * Fixed calls to CORE::localtime in test suite to cope with years > 2020 
as per RT #124508.  Thanks to Bernhard M. W. for patch.
+
   0.15 - 03 Sep 2015
 
   * Corrected README.  Merged POD into pm file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.15/META.json 
new/Test-MockTime-0.16/META.json
--- old/Test-MockTime-0.15/META.json2015-09-03 14:22:32.0 +0200
+++ new/Test-MockTime-0.16/META.json2018-02-22 11:07:35.0 +0100
@@ -4,13 +4,13 @@
   "David Dick "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+  "version" : 2
},
"name" : "Test-MockTime",
"no_index" : {
@@ -39,5 +39,6 @@
   }
},
"release_status" : "stable",
-   "version" : "0.15"
+   "version" : "0.16",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-MockTime-0.15/META.yml 
new/Test-MockTime-0.16/META.yml
--- old/Test-MockTime-0.15/META.yml 2015-09-03 14:22:32.0 +0200
+++ new/Test-MockTime-0.16/META.yml 2018-02-22 11:07:35.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 
2.150010'
 license:

commit openwsman for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package openwsman for openSUSE:Factory 
checked in at 2018-02-27 16:57:11

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


Package is "openwsman"

Tue Feb 27 16:57:11 2018 rev:63 rq:579039 version:2.6.7

Changes:

--- /work/SRC/openSUSE:Factory/openwsman/openwsman.changes  2017-09-13 
22:32:58.209351668 +0200
+++ /work/SRC/openSUSE:Factory/.openwsman.new/openwsman.changes 2018-02-27 
16:57:12.845654472 +0100
@@ -1,0 +2,59 @@
+Thu Feb 22 13:57:52 UTC 2018 - fcro...@suse.com
+
+- Switch license to BSD-3-Clause AND GPL-2.0-only, since redirect
+  plugin is under GPL 2.0 only license.
+
+---
+Mon Feb 19 12:12:37 UTC 2018 - kkae...@suse.com
+
+- Update to 2.6.7
+  - Features
+- Build with CMake 2.6 or later
+  - Bugfixes
+- fix return value check for SSL_CTX_set_cipher_list()
+- fix pam config for local install
+
+---
+Wed Dec 13 09:57:47 UTC 2017 - kkae...@suse.com
+
+- python3-openwsman
+
+---
+Mon Dec 11 10:45:20 UTC 2017 - kkae...@suse.com
+
+- fix Source declarations to get a complete src.rpm
+
+---
+Tue Dec  5 08:45:38 UTC 2017 - kkae...@suse.com
+
+- Build Python3 on Leap and SLE 15
+- Fix RHEL7 build
+
+---
+Mon Dec  4 13:41:41 UTC 2017 - kkae...@suse.com
+
+- update to 2.6.6
+  - openssl 1.1.0 compatibility
+  - build python3 or python2 binding, but not both
+
+---
+Fri Nov 24 15:43:33 UTC 2017 - kkae...@suse.com
+
+- update to 2.6.5
+  - Fix python3 / ruby 2.5 compatibility
+  - drop openwsman-2.6.2-python3.patch
+
+---
+Wed Nov  8 15:09:32 CET 2017 - ku...@suse.de
+
+- Replace obsolete pam modules with standard ones
+
+---
+Tue Nov  7 12:26:11 UTC 2017 - kkae...@suse.com
+
+- update to 2.6.4
+  - Bugfixes
+- setup ECDHE to allow Perfect Forward Secrecy, using the p256
+  NIST prime curve (CVE-2016-2183) (mmeissner)
+
+---

Old:

  openwsman-2.6.2-python3.patch
  openwsman-2.6.3.tar.bz2

New:

  openwsman-2.6.7.tar.bz2



Other differences:
--
++ openwsman.spec ++
--- /var/tmp/diff_new_pack.C2VtqW/_old  2018-02-27 16:57:13.793620220 +0100
+++ /var/tmp/diff_new_pack.C2VtqW/_new  2018-02-27 16:57:13.793620220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openwsman
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,30 +22,25 @@
 %define has_systemd 0
 %endif
 
+%if 0%{?suse_version} >= 1500
+%define want_python3 1
+%else
+%define want_python3 0
+%endif
+
 Name:   openwsman
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libxml2-devel
 BuildRequires:  pam-devel
-%if 0%{?suse_version} > 1320
-BuildRequires:  python2
-BuildRequires:  python2-devel
-%else
-BuildRequires:  python
-BuildRequires:  python-devel
-%endif
-%if 0%{?suse_version}
-%if 0%{?suse_version} != 1010
-BuildRequires:  python3
-BuildRequires:  python3-devel
-%endif
-%endif
 BuildRequires:  sblim-sfcc-devel
 BuildRequires:  swig >= 2.0.5
 
 BuildRequires:  perl
-%if 0%{?suse_version} > 1320
-BuildRequires:  strip-nondeterminism
+%if 0%{?want_python3}
+BuildRequires:  python3-devel
+%else
+BuildRequires:  python-devel
 %endif
 
 %if 0%{?rhel_version} > 0
@@ -97,7 +92,7 @@
 %if 0%{?suse_version} > 0
 BuildRequires:  java-devel
 # No jni_md.h on SLE10 :-/
-#%%if 0%{?suse_version} < 1100
+#%%if 0%%{?suse_version} < 1100
 #BuildRequires:  java-1_5_0-ibm-devel
 #BuildRequires:  libgcj-devel
 #BuildRequires:  update-alternatives
@@ -137,23 +132,24 @@
 %endif
 
 Requires(pre):  sed coreutils grep /bin/hostname
-Version:2.6.3
+Version:2.6.7
 Release:0
 # Mandriva:
 # Release %%mkrel 1
 Url:http://www.openwsman.org/
 Summary:Opensource Implementation of WS-Management
-License:BSD-3-Clause
+License:BSD-3-Clause AND GPL-2.0-only
 Group:  System/Management
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.rpmlintrc
-%if 0%{?fedora_version} || 0%{?centos_version

commit libpsl for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package libpsl for openSUSE:Factory checked 
in at 2018-02-27 16:56:43

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


Package is "libpsl"

Tue Feb 27 16:56:43 2018 rev:16 rq:580140 version:0.20.0

Changes:

--- /work/SRC/openSUSE:Factory/libpsl/libpsl.changes2018-02-25 
11:34:47.847098684 +0100
+++ /work/SRC/openSUSE:Factory/.libpsl.new/libpsl.changes   2018-02-27 
16:56:44.938662809 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:14:07 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ libpsl.spec ++
--- /var/tmp/diff_new_pack.0rnURt/_old  2018-02-27 16:56:46.822594738 +0100
+++ /var/tmp/diff_new_pack.0rnURt/_new  2018-02-27 16:56:46.826594594 +0100
@@ -117,18 +117,20 @@
 %postun -n %{name}%{somajor} -p /sbin/ldconfig
 
 %files -n %{name}%{somajor}
-%doc COPYING
+%license COPYING
 %{_libdir}/libpsl.so.%{somajor}*
 
 %files devel
-%doc AUTHORS NEWS COPYING
+%license COPYING
+%doc AUTHORS NEWS
 %doc docs/libpsl/html
 %{_includedir}/libpsl.h
 %{_libdir}/libpsl.so
 %{_libdir}/pkgconfig/libpsl.pc
 
 %files -n psl
-%doc AUTHORS NEWS COPYING
+%license COPYING
+%doc AUTHORS NEWS
 %{_bindir}/psl
 %{_mandir}/man1/psl.1%{ext_man}
 

++ psl-make-dafsa.spec ++
--- /var/tmp/diff_new_pack.0rnURt/_old  2018-02-27 16:56:46.854593582 +0100
+++ /var/tmp/diff_new_pack.0rnURt/_new  2018-02-27 16:56:46.858593438 +0100
@@ -51,7 +51,8 @@
 install -m 644 src/psl-make-dafsa.1 %{buildroot}%{_mandir}/man1
 
 %files
-%doc AUTHORS NEWS src/LICENSE.chromium
+%license src/LICENSE.chromium
+%doc AUTHORS NEWS
 %{_bindir}/psl-make-dafsa
 %{_mandir}/man1/psl-make-dafsa.1%{ext_man}
 




commit python-Sphinx for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2018-02-27 16:56:17

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


Package is "python-Sphinx"

Tue Feb 27 16:56:17 2018 rev:46 rq:580046 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx-doc.changes  
2017-11-01 11:08:41.851835144 +0100
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx-doc.changes 
2018-02-27 16:56:19.963565211 +0100
@@ -1,0 +2,106 @@
+Sat Feb 24 18:31:35 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.7.1:
+  * Deprecated
++ #4623: "sphinx.build_main()" is deprecated. Use
+   "sphinx.cmd.build.build_main()" instead.
++ autosummary: The interface of
+  "sphinx.ext.autosummary.get_documenter()" has been changed
+  (Since 1.7.0)
++ #4664: "sphinx.ext.intersphinx.debug()" is deprecated. Use
+   "sphinx.ext.intersphinx.inspect_main()" instead.
+  * Bugs fixed
++ #4608: epub: Invalid meta tag is generated
++ #4260: autodoc: keyword only argument separator is not
+   disappeared if it is appeared at top of the argument list
++ #4622: epub: :confval:`epub_scheme` does not effect to
+   content.opf
++ #4627: graphviz: Fit graphviz images to page
++ #4617: quickstart: PROJECT_DIR argument is required
++ #4623: sphinx.build_main no longer exists in 1.7.0
++ #4615: The argument of "sphinx.build" has been changed in 1.7.0
++ autosummary: The interface of
+  "sphinx.ext.autosummary.get_documenter()" has been changed
++ #4630: Have order on msgids in sphinx.pot deterministic
++ #4563: autosummary: Incorrect end of line punctuation detection
++ #4577: Enumerated sublists with explicit start with wrong number
++ #4641: A external link in TOC cannot contain "?" with ":glob:"
+   option
++ C++, add missing parsing of explicit casts and typeid in
+  expression parsing.
++ C++, add missing parsing of "this" in expression parsing.
++ #4655: Fix incomplete localization strings in Polish
++ #4653: Fix error reporting for parameterless ImportErrors
++ #4664: Reading objects.inv fails again
++ #4662: "any" refs with "term" targets crash when an ambiguity is
+   encountered
+
+- changes to version 1.7.0:
+  * long changelog, see 
https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
+
+- changes from version 1.6.7:
+  * Bugs fixed
++ #1922: html search: Upper characters problem in French
++ #4412: Updated jQuery version from 3.1.0 to 3.2.1
++ #4438: math: math with labels with whitespace cause html error
++ #2437: make full reference for classes, aliased with "alias of"
++ #4434: pure numbers as link targets produce warning
++ #4477: Build fails after building specific files
++ #4449: apidoc: include "empty" packages that contain modules
++ #3917: citation labels are tranformed to ellipsis
++ #4501: graphviz: epub3 validation error caused if graph is not
+   clickable
++ #4514: graphviz: workaround for wrong map ID which graphviz
+   generates
++ #4525: autosectionlabel does not support parallel build
++ #3953: Do not raise warning when there is a working intersphinx
+   inventory
++ #4487: math: ValueError is raised on parallel build. Thanks to
+   jschueller.
++ #2372: autosummary: invalid signatures are shown for type
+   annotated functions
++ #3942: html: table is not aligned to center even if ":align:
+   center"
+
+- changes from version 1.6.6:
+  * Features added
++ #4181: autodoc: Sort dictionary keys when possible
++ "VerbatimHighlightColor" is a new :ref:`LaTeX 'sphinxsetup'
+  ` key (refs: #4285)
++ Easier customizability of LaTeX macros involved in rendering of
+  code-blocks
++ Show traceback if conf.py raises an exception (refs: #4369)
++ Add :confval:`smartquotes` to disable smart quotes through
+  "conf.py" (refs: #3967)
++ Add :confval:`smartquotes_action` and
+  :confval:`smartquotes_excludes` (refs: #4142, #4357)
+  * Bugs fixed
++ #4334: sphinx-apidoc: Don't generate references to non-existing
+   files in TOC
++ #4206: latex: reST label between paragraphs loses paragraph
+   break
++ #4231: html: Apply fixFirefoxAnchorBug only under Firefox
++ #4221: napoleon depends on autodoc, but users need to load it
+   manually
++ #2298: automodule fails to document a class attribute
++ #4099: C++: properly link class reference to class from inside
+   constructor
++ #4267: PDF build broken by Unicode U+2116 NUMERO SIGN character
++ #4249: PDF output: Pygments error highlighting increase

commit python-brotlipy for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package python-brotlipy for openSUSE:Factory 
checked in at 2018-02-27 16:56:29

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


Package is "python-brotlipy"

Tue Feb 27 16:56:29 2018 rev:2 rq:580059 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-brotlipy/python-brotlipy.changes  
2017-04-20 20:49:21.477471277 +0200
+++ /work/SRC/openSUSE:Factory/.python-brotlipy.new/python-brotlipy.changes 
2018-02-27 16:56:33.115090019 +0100
@@ -1,0 +2,5 @@
+Sun Feb 25 16:33:51 UTC 2018 - aloi...@gmx.com
+
+- Update to 0.7.0 (no changelog supplied)
+
+---

Old:

  brotlipy-0.6.0.tar.gz

New:

  brotlipy-0.7.0.tar.gz



Other differences:
--
++ python-brotlipy.spec ++
--- /var/tmp/diff_new_pack.KqmKR0/_old  2018-02-27 16:56:34.655034378 +0100
+++ /var/tmp/diff_new_pack.KqmKR0/_new  2018-02-27 16:56:34.655034378 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-brotlipy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,18 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-brotlipy
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:Python binding to the Brotli library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/python-hyper/brotlipy
 Source0:
https://pypi.io/packages/source/b/brotlipy/brotlipy-%{version}.tar.gz
-BuildRequires:  gcc-c++
 BuildRequires:  %{python_module cffi >= 1.0.0}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
 Requires:   python-cffi >= 1.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ brotlipy-0.6.0.tar.gz -> brotlipy-0.7.0.tar.gz ++
 49791 lines of diff (skipped)




commit openldap2 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package openldap2 for openSUSE:Factory 
checked in at 2018-02-27 16:56:37

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


Package is "openldap2"

Tue Feb 27 16:56:37 2018 rev:130 rq:580129 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/openldap2/openldap2.changes  2017-12-14 
10:53:19.923638488 +0100
+++ /work/SRC/openSUSE:Factory/.openldap2.new/openldap2.changes 2018-02-27 
16:56:39.142872223 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:42 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ openldap2.spec ++
--- /var/tmp/diff_new_pack.YpxwS5/_old  2018-02-27 16:56:41.774777126 +0100
+++ /var/tmp/diff_new_pack.YpxwS5/_new  2018-02-27 16:56:41.774777126 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openldap2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -407,7 +407,6 @@
 install -m 644 doc/drafts/* ${RPM_BUILD_ROOT}/%{DOCDIR}/drafts
 install -m 644 ANNOUNCEMENT \
COPYRIGHT \
-   LICENSE \
README \
CHANGES \
%{SOURCE5} \
@@ -528,7 +527,7 @@
 %dir %{DOCDIR}
 %doc %{DOCDIR}/ANNOUNCEMENT
 %doc %{DOCDIR}/COPYRIGHT
-%doc %{DOCDIR}/LICENSE
+%license LICENSE
 %doc %{DOCDIR}/README*
 %doc %{DOCDIR}/CHANGES
 %doc %{DOCDIR}/slapd.ldif.default




commit wicked for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2018-02-27 16:56:24

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


Package is "wicked"

Tue Feb 27 16:56:24 2018 rev:67 rq:580048 version:0.6.45

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2018-02-03 
15:40:17.363573299 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2018-02-27 
16:56:26.115342934 +0100
@@ -1,0 +2,7 @@
+Mon Feb 26 07:24:07 UTC 2018 - m...@suse.de
+
+- version 0.6.45
+- ibft: no IP setup on bnx2x storage-only interfaces (bsc#1072343)
+- fixed format, self compare and always true issues
+
+---

Old:

  wicked-0.6.44.tar.bz2

New:

  wicked-0.6.45.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.rp8B3q/_old  2018-02-27 16:56:26.931313452 +0100
+++ /var/tmp/diff_new_pack.rp8B3q/_new  2018-02-27 16:56:26.935313307 +0100
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.44
+Version:0.6.45
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.44.tar.bz2 -> wicked-0.6.45.tar.bz2 ++
 2339 lines of diff (skipped)




commit kernel-source for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2018-02-27 16:55:50

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


Package is "kernel-source"

Tue Feb 27 16:55:50 2018 rev:410 rq:579969 version:4.15.6

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2018-02-24 16:37:02.926482494 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2018-02-27 16:55:56.188424258 +0100
@@ -1,0 +2,92 @@
+Sun Feb 25 19:49:03 CET 2018 - jsl...@suse.cz
+
+- bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in
+  __cpu_map_entry_alloc() (git-fixes).
+- commit b050949
+
+---
+Sun Feb 25 19:48:38 CET 2018 - jsl...@suse.cz
+
+- ptr_ring: prevent integer overflow when calculating size
+  (git-fixes).
+- commit f95a8d4
+
+---
+Sun Feb 25 19:37:06 CET 2018 - jsl...@suse.cz
+
+- Linux 4.15.6 (bnc#1012628).
+- vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
+  (bnc#1012628).
+- mei: me: add cannon point device ids for 4th device
+  (bnc#1012628).
+- mei: me: add cannon point device ids (bnc#1012628).
+- crypto: s5p-sss - Fix kernel Oops in AES-ECB mode (bnc#1012628).
+- usbip: keep usbip_device sockfd state in sync with tcp_socket
+  (bnc#1012628).
+- xhci: fix xhci debugfs errors in xhci_stop (bnc#1012628).
+- xhci: xhci debugfs device nodes weren't removed after device
+  plugged out (bnc#1012628).
+- xhci: Fix xhci debugfs devices node disappearance after
+  hibernation (bnc#1012628).
+- xhci: Fix NULL pointer in xhci debugfs (bnc#1012628).
+- staging: iio: ad5933: switch buffer mode to software
+  (bnc#1012628).
+- staging: iio: adc: ad7192: fix external frequency setting
+  (bnc#1012628).
+- staging: fsl-mc: fix build testing on x86 (bnc#1012628).
+- binder: replace "%p" with "%pK" (bnc#1012628).
+- binder: check for binder_thread allocation failure in
+  binder_poll() (bnc#1012628).
+- staging: android: ashmem: Fix a race condition in pin ioctls
+  (bnc#1012628).
+- ANDROID: binder: synchronize_rcu() when using POLLFREE
+  (bnc#1012628).
+- ANDROID: binder: remove WARN() for redundant txn error
+  (bnc#1012628).
+- dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
+  (bnc#1012628).
+- arm64: dts: add #cooling-cells to CPU nodes (bnc#1012628).
+- ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag (bnc#1012628).
+- video: fbdev/mmp: add MODULE_LICENSE (bnc#1012628).
+- ASoC: ux500: add MODULE_LICENSE tag (bnc#1012628).
+- soc: qcom: rmtfs_mem: add missing
+  MODULE_DESCRIPTION/AUTHOR/LICENSE (bnc#1012628).
+- net_sched: gen_estimator: fix lockdep splat (bnc#1012628).
+- net: avoid skb_warn_bad_offload on IS_ERR (bnc#1012628).
+- rds: tcp: atomically purge entries from rds_tcp_conn_list
+  during netns delete (bnc#1012628).
+- rds: tcp: correctly sequence cleanup on netns deletion
+  (bnc#1012628).
+- netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
+  (bnc#1012628).
+- netfilter: xt_cgroup: initialize info->priv in
+  cgroup_mt_check_v1() (bnc#1012628).
+- netfilter: on sockopt() acquire sock lock only in the required
+  scope (bnc#1012628).
+- netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in
+  clusterip_tg_check() (bnc#1012628).
+- netfilter: x_tables: avoid out-of-bounds reads in
+  xt_request_find_{match|target} (bnc#1012628).
+- netfilter: x_tables: fix int overflow in xt_alloc_table_info()
+  (bnc#1012628).
+- kcov: detect double association with a single task
+  (bnc#1012628).
+- KVM: x86: fix escape of guest dr6 to the host (bnc#1012628).
+- blk_rq_map_user_iov: fix error override (bnc#1012628).
+- staging: android: ion: Switch from WARN to pr_warn
+  (bnc#1012628).
+- staging: android: ion: Add __GFP_NOWARN for system contig heap
+  (bnc#1012628).
+- crypto: x86/twofish-3way - Fix %rbp usage (bnc#1012628).
+- media: pvrusb2: properly check endpoint types (bnc#1012628).
+- selinux: skip bounded transition processing if the policy
+  isn't loaded (bnc#1012628).
+- selinux: ensure the context is NUL terminated in
+  security_context_to_sid_core() (bnc#1012628).
+- ptr_ring: try vmalloc() when kmalloc() fails (bnc#1012628).
+- ptr_ring: fail early if queue occupies more than
+  KMALLOC_MAX_SIZE (bnc#1012628).
+- tun: fix tun_napi_alloc_frags() frag allocator (bnc#1012628).
+- commit 71fd692
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.change

commit gstreamer-plugins-bad for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-bad for 
openSUSE:Factory checked in at 2018-02-27 16:56:11

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


Package is "gstreamer-plugins-bad"

Tue Feb 27 16:56:11 2018 rev:72 rq:57 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes  
2018-01-01 22:10:36.029383827 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes
 2018-02-27 16:56:13.135811913 +0100
@@ -1,0 +2,15 @@
+Thu Feb 22 21:36:04 UTC 2018 - bjorn@gmail.com
+
+- Move pkgconfig(mjpegtools) BuildRequires and resulting plugins to
+  normal build, mjpegtools with all needed features are now
+  available in openSUSE.
+- No longer pass --disable-mpegpsmux and --disable-mpegtsmux to
+  configure, and move the resulting plugins to normal build. This
+  was originally done due to a possible license issue, however on
+  closer inspection, the plugins in question clearly states that
+  one can use any of the four licenses listed, so we elect to use
+  LGPL-2.1+.
+- Remove conditional for libgstwayland-1_0-0 subpackage, need due
+  to it beeing in baselibs.conf, and lint bots declines this now.
+
+---



Other differences:
--
++ gstreamer-plugins-bad.spec ++
--- /var/tmp/diff_new_pack.WSHaN3/_old  2018-02-27 16:56:14.011780262 +0100
+++ /var/tmp/diff_new_pack.WSHaN3/_new  2018-02-27 16:56:14.015780118 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-bad
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Release:0
 %define gst_branch 1.0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{_name}-%{version}.tar.xz
@@ -93,6 +93,7 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(lilv-0) >= 0.16
 BuildRequires:  pkgconfig(lrdf)
+BuildRequires:  pkgconfig(mjpegtools)
 BuildRequires:  pkgconfig(neon)
 BuildRequires:  pkgconfig(nettle)
 # Disabled - checking for opencv2/bgsegm.hpp... no
@@ -141,7 +142,6 @@
 BuildRequires:  pkgconfig(libde265) >= 0.9
 BuildRequires:  pkgconfig(libmodplug)
 BuildRequires:  pkgconfig(librtmp)
-BuildRequires:  pkgconfig(mjpegtools)
 BuildRequires:  pkgconfig(vo-aacenc) >= 0.1.0
 BuildRequires:  pkgconfig(vo-amrwbenc) >= 0.1.0
 BuildRequires:  pkgconfig(x265)
@@ -273,7 +273,6 @@
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
 
-%if 0%{?suse_version} >= 1500
 %package -n libgstwayland-1_0-0
 Summary:GStreamer Streaming-Media Framework Plug-Ins - Wayland backend
 Group:  System/Libraries
@@ -284,7 +283,6 @@
 anything media-related,from real-time sound processing to playing
 videos. Its plug-in-based architecture means that new data types or
 processing capabilities can be added simply by installing new plug-ins.
-%endif
 
 %package -n libgstcodecparsers-1_0-0
 Summary:GStreamer Streaming-Media Framework Plug-Ins
@@ -478,8 +476,6 @@
--with-package-name='openSUSE GStreamer-plugins-bad package' \
--with-package-origin='http://download.opensuse.org' \
--disable-dvdspu \
-   --disable-mpegpsmux \
-   --disable-mpegtsmux \
--disable-resindvd \
--disable-siren \
 %endif
@@ -609,8 +605,12 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstlv2.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmidi.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmms.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpeg2enc.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsdemux.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsdemux.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpegpsmux.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmpegtsmux.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstmplex.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmusepack.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstmxf.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstnetsim.so
@@ -781,14 +781,10 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstfdkaac.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstlibde265.so
 %{_libdi