commit go for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2017-06-09 15:55:34

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


Package is "go"

Fri Jun  9 15:55:34 2017 rev:75 rq:501614 version:1.8.3

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2017-01-24 10:43:08.299446976 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2017-06-09 
15:55:36.854854616 +0200
@@ -1,0 +2,98 @@
+Fri Jun  2 13:08:56 UTC 2017 - th...@suse.de
+
+- Build with gcc-7 on Tumbleweed
+  + Add gcc7-go.patch
+
+---
+Mon May 29 07:32:53 UTC 2017 - th...@suse.de
+
+- Minor update to go1.8.3
+
+  Fixes included:
+
+  * go1.8.2 (released 2017/05/23) includes a security fix to the
+crypto/elliptic package (CVE-2017-8932, bsc#1040618).
+
+  * go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime,
+documentation, and the database/sql package.
+
+---
+Wed May  3 18:14:48 UTC 2017 - jmassaguer...@suse.com
+
+- fix update-alternatives usage. This way, we can either use go1.7 or
+  go 1.8 without having to change the docker spec file or any other
+  package that requires go 1.7 but it will require go 1.8 in the
+  future.
+
+---
+Thu Apr 27 14:16:00 UTC 2017 - th...@suse.de
+
+- Update to go1.8.1
+
+  Most of its changes are in the implementation of the toolchain, runtime, and
+  libraries. There are two minor changes to the language specification. As
+  always, the release maintains the Go 1 promise of compatibility. We expect
+  almost all Go programs to continue to compile and run as before.
+
+  The release adds support for 32-bit MIPS, updates the compiler back end to
+  generate more efficient code, reduces GC pauses by eliminating stop-the-world
+  stack rescanning, adds HTTP/2 Push support, adds HTTP graceful shutdown, adds
+  more context support, enables profiling mutexes, and simplifies sorting
+  slices.
+
+  more at: https://golang.org/doc/go1.8
+
+  Update patches:
+- allow-binary-only-packages.patch
+- gcc5-go.patch
+- gcc6-go.patch
+
+---
+Wed Apr 26 18:48:39 UTC 2017 - jmassaguer...@suse.com
+
+- Remove mercurial build dependency. Mercurial is a version control
+  system, like git. We are not using this in the build service to
+  get the sources.
+
+- Do not set GOBIN. If GOBIN is unset, by default go assumes GOPATH/bin.
+  This way, the user can change GOPATH without the need to change GOBIN.
+  fix bsc#1026658
+
+---
+Thu Apr 13 16:01:22 UTC 2017 - jmassaguer...@suse.com
+
+- minor update to go1.7.5 because this is required by
+  docker-v17.04.00-ce (bsc#1034053)
+
+  fixes included:
+
+  * go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime,
+documentation, and the compress/flate, hash/crc32, io, net, net/http,
+path/filepath, reflect, and syscall packages.
+See the Go 1.7.1 milestone on our issue tracker for details:
+  https://github.com/golang/go/issues?q=milestone%3AGo1.7.1
+
+  * go1.7.2 was not released. No changelog.
+
+  * go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime,
+and the crypto/cipher, crypto/tls, net/http, and strings packages.
+See the Go 1.7.3 milestone on our issue tracker for details:
+  https://github.com/golang/go/issues?q=milestone%3AGo1.7.3
+
+  * go1.7.4 (released 2016/12/01) includes two security fixes.
+See the Go 1.7.4 milestone on our issue tracker for details:
+  https://github.com/golang/go/issues?q=milestone%3AGo1.7.4
+
+  * go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime,
+and the crypto/x509 and time packages.
+See the Go 1.7.5 milestone on our issue tracker for details:
+  https://github.com/golang/go/issues?q=milestone%3AGo1.7.5
+
+---
+Fri Mar 31 10:59:40 UTC 2017 - jmassaguer...@suse.com
+
+- Add a patch to bump _MaxGomaxprocs so that things like Docker and k8s can run
+  properly on NUMA machines. Don't bump this number too high. bsc#1028865
+  + runtime-bump-MaxGomaxprocs.patch
+
+---
@@ -81,0 +180,5 @@
+Tue Jul 26 16:10:56 UTC 2016 - jmassaguer...@suse.com
+
+- CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/
+
+---
@@ -90 +193 @@
-This fixes: bsc#988487
+This fixes: bsc#988487 (CVE-2016-5386), so we remove CVE-2016-5386.patch)
@@ -115 +218 @@
-Wed Apr 13 18:

commit golang-packaging for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package golang-packaging for 
openSUSE:Factory checked in at 2017-06-09 15:55:42

Comparing /work/SRC/openSUSE:Factory/golang-packaging (Old)
 and  /work/SRC/openSUSE:Factory/.golang-packaging.new (New)


Package is "golang-packaging"

Fri Jun  9 15:55:42 2017 rev:19 rq:501677 version:15.0.4

Changes:

--- /work/SRC/openSUSE:Factory/golang-packaging/golang-packaging.changes
2017-03-31 15:10:19.685253925 +0200
+++ /work/SRC/openSUSE:Factory/.golang-packaging.new/golang-packaging.changes   
2017-06-09 15:55:47.801309584 +0200
@@ -1,0 +2,32 @@
+Wed Jun 07 09:20:59 UTC 2017 - th...@suse.de
+
+- Update to version 15.0.4:
+  * Handle extra_flags for build/test correctly
+  * set correct modifier if no arguments are provided
+  * Remove duplicates when finding Requires
+  * fix GOPATH and macros
+  * Fix Provides and Requires for some builds
+
+---
+Thu Jun  1 12:24:34 UTC 2017 - th...@suse.de
+
+- fix GOPATH for Provides and Requires
+
+---
+Wed May 24 11:33:20 UTC 2017 - th...@suse.de
+
+- Fix all %go_*dir macros
+
+---
+Tue May 23 13:28:43 UTC 2017 - th...@suse.de
+
+- fix GOPATH issue
+
+---
+Sun May 21 15:07:29 UTC 2017 - jmassaguer...@suse.com
+
+- fix gopath after updating go to 1.8. With go 1.8, there is no more
+  /usr/share/go/contrib but /usr/share/go/1.8/contrib
+  gopath.patch: contains the fix
+
+---

Old:

  golang-packaging-15.0.3.tar.xz

New:

  golang-packaging-15.0.4.tar.xz



Other differences:
--
++ golang-packaging.spec ++
--- /var/tmp/diff_new_pack.P8icGf/_old  2017-06-09 15:55:48.329235071 +0200
+++ /var/tmp/diff_new_pack.P8icGf/_new  2017-06-09 15:55:48.329235071 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   golang-packaging
-Version:15.0.3
+Version:15.0.4
 Release:0
 Summary:A toolchain to help packaging golang
 License:GPL-3.0

++ _service ++
--- /var/tmp/diff_new_pack.P8icGf/_old  2017-06-09 15:55:48.361230554 +0200
+++ /var/tmp/diff_new_pack.P8icGf/_new  2017-06-09 15:55:48.365229990 +0200
@@ -4,8 +4,8 @@
 git
 golang-packaging
 .git
-15.0.3
-v15.0.3
+15.0.4
+v15.0.4
 enable
   
   

++ golang-packaging-15.0.3.tar.xz -> golang-packaging-15.0.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-15.0.3/CHANGELOG 
new/golang-packaging-15.0.4/CHANGELOG
--- old/golang-packaging-15.0.3/CHANGELOG   2017-03-29 14:32:44.0 
+0200
+++ new/golang-packaging-15.0.4/CHANGELOG   2017-06-06 17:37:25.0 
+0200
@@ -1,3 +1,8 @@
+== update version 15.0.4 ==
+
+  * Include go API version in GOPATH and macros
+  * Fix Requires and Provides
+
 == update version 15.0.3 ==
 
   * Remove duplicates when finding Requires
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-15.0.3/golang.prov 
new/golang-packaging-15.0.4/golang.prov
--- old/golang-packaging-15.0.3/golang.prov 2017-03-29 14:32:44.0 
+0200
+++ new/golang-packaging-15.0.4/golang.prov 2017-06-06 17:37:25.0 
+0200
@@ -1,6 +1,10 @@
 #!/usr/bin/env bash
 
-export GOPATH=${RPM_BUILD_ROOT}/usr/share/go/contrib
+if [[ -z "${RPM_BUILD_ROOT}" ]]; then
+  export RPM_BUILD_ROOT="$(cat /tmp/buildrootpath.txt)"
+fi
+
+export GOPATH="${RPM_BUILD_ROOT}/usr/share/go/$(rpm --eval 
%go_api_ver)/contrib:${GOPATH}"
 export GO15VENDOREXPERIMENT=1
 
 IMPORT="$(cat /tmp/importpath.txt)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-15.0.3/golang.req 
new/golang-packaging-15.0.4/golang.req
--- old/golang-packaging-15.0.3/golang.req  2017-03-29 14:32:44.0 
+0200
+++ new/golang-packaging-15.0.4/golang.req  2017-06-06 17:37:25.0 
+0200
@@ -1,6 +1,10 @@
 #!/usr/bin/env bash
 
-export GOPATH=${RPM_BUILD_ROOT}/usr/share/go/contrib
+if [[ -z "${RPM_BUILD_ROOT}" ]]; then
+  export RPM_BUILD_ROOT="$(cat /tmp/buildrootpath.txt)"
+fi
+
+export GOPATH="${RPM_BUILD_ROOT}/usr/share/go/$(rpm --eval 
%go_api_ver)/contrib:${GOPATH}"
 export GO15VENDOREXPERIMENT=1
 
 IMPORT="$(cat /tmp/importpath.txt)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-15.0.3/golang.sh 
new/golang-packaging-15.0.4/golang.sh
--- old/golang-packaging-15.0.3/golang.sh   2017

commit llmnrd for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package llmnrd for openSUSE:Factory checked 
in at 2017-06-09 15:56:11

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


Package is "llmnrd"

Fri Jun  9 15:56:11 2017 rev:1 rq:496423 version:0.4

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.llmnrd.new/llmnrd.changes   2017-06-09 
15:56:11.609949136 +0200
@@ -0,0 +1,69 @@
+---
+Sat May  6 16:39:08 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.4
+  * llmnrd: Fix hostname compare to also consider the last character.
+This fixes a problem where llmnrd running e.g. on host foobar
+would also reply to queries for host foobaz.
+  * llmnrd: Avoid error message on subsequent attempts to join
+multicast group (#21).
+  * llmnr-query: Allocate large enough receive buffer to avoid
+truncating LLMNR responses and printing garbage
+hostnames/addresses (#21).
+  * llmnr-query: Fixes for misaligned access.
+  * Remove Debian packaging as there is now an llmnrd package in
+the official Debian repository .
+- Changes since 0.2
+  * Merge RTNL interface event loop into main select() loop, fixes
+race condition on termination (#20)
+  * No busy wait in llmnrd receive loop (#19)
+  * Fixes for handling CPPFLAGS, CFLAGS and LDFLAGS as commonly
+expected (#17)
+  * llmnr-query supported on Darwin (Mac OS X) and FreeBSD
+  * Additional GCC warnings enabled by default
+  * Various smaller fixes and updates
+- Changes since 0.1
+  * Add debian packaging, from Elazar Leibovich
+  * Fix misaligned memory access, from Michael Evertz
+  * Don't send empty  responses (#10), from Tobias Klauser
+  * Allow to bind to a specific network interface (#9),
+from Tobias Klauser
+  * Don't enumerate and store IPv6 addresses if IPv6 is disabled
+(#8), from Tobias Klauser
+- Remove patch: llmnrd-fix-cflags.diff (fixed upstream)
+
+---
+Wed Aug 03 12:20:17 UTC 2016 - mar...@gmx.de
+
+- Update to version 0.1
+  * socket: Set TTL values as suggested in RFC 4795, section 2.5
+  * llmnr-query: Set TTL values as suggested in RFC 4795, section 2.5
+  * llmnr-query: Make query type ANY the default
+  * llmnr-packet: Correct LLMNR RFC number
+  * llmnr-query: Allow to set LLMNR transaction id
+  * llmnrd: Update copyright
+  * Add simple systemd service file
+  * llmnrd: Increase select() timeout
+  * llmnrd: Use MAXHOSTNAMELEN for hostname buffer and zero-terminate string
+  * llmnr-query: Prevent read buffer overflow in response parsing
+  * llmnrd v0.1
+
+---
+Sun Jul 24 17:59:18 UTC 2016 - mar...@gmx.de
+
+- Update to version 0.0.0.git1461922774.741f912:
+  * build: Fix install targets for use with DESTDIR
+  * build: travis: Set up Coverity scan
+  * COPYING: Add verbatim copy of GPLv2
+  * llmnrd: Add missing break in switch
+  * llmnrd: Use SA_RESTART for installed signal handlers
+  * iface: Use getnameinfo() to get address from struct sockaddr_storage
+  * iface: Fix memory leak in error case
+  * iface: Close rtnl socket if address enumeration fails
+- removed patch: llmnrd-fix-destdir.diff (fixed upstream)
+
+---
+Thu Nov  5 23:00:04 UTC 2015 - mar...@gmx.de
+
+- initial package
+

New:

  llmnrd-0.4.tar.gz
  llmnrd.changes
  llmnrd.service
  llmnrd.spec
  llmnrd.sysconfig
  usr.sbin.llmnrd



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

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


Name:   llmnrd
Version:0.4
Release:0
Summary:Link-Local Multicast Resolution (LLMNR) Daemon
License:GPL-2.0
Group:  System/Daemons
Url:https://github.com/tklauser/llmnrd
Source: 
https://github.com/tklauser/llmnrd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1:llmnrd.s

commit perl-Log-Dispatch for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2017-06-09 15:56:27

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


Package is "perl-Log-Dispatch"

Fri Jun  9 15:56:27 2017 rev:40 rq:499950 version:2.63

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2016-11-18 22:03:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2017-06-09 15:56:29.627406089 +0200
@@ -1,0 +2,45 @@
+Thu May 25 08:26:25 UTC 2017 - co...@suse.com
+
+- updated to 2.63
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.63 2017-02-19
+  
+   - Updated the conflicting version for Log::Dispatch::File::Stamped in
+ metadata (due to changes in handling of close_after_write). Patch by Karen
+ Etheridge. GitHub #41.
+  
+  
+  2.62 2017-02-13
+  
+  - Devel::Confess was accidentally being loaded in Log::Dispatch. Fixed by
+Karen Etheridge. GitHub #39.
+  
+  
+  2.61 2017-02-13
+  
+  - The 2.60 release would throw an exception if the logged message was
+empty. While this makes sense, it also breaks backwards compatibility, so 
it
+has been reverted. Reported by Greg Oschwald. GitHub #38.
+  
+  - The 2.60 release would throw an exception if you tried to create a Syslog
+output where the ident was an empty string. Reported by Greg
+Oschwald. GitHub #38.
+  
+  
+  2.60 2017-02-12
+  
+  - Same as 2.59 ... Switched from Params::Validate to
+Params::ValidationCompiler. This should speed up constructors and logging a
+little bit. This also allows Log::Dispatch::File to accept things like
+Path::Tiny objects for filenames. Reported by Joel Berger. GitHub #36.
+  
+  
+  2.59 2017-02-05 (TRIAL RELEASE)
+  
+  - Switched from Params::Validate to Params::ValidationCompiler. This should
+speed up constructors and logging a little bit. This also allows
+Log::Dispatch::File to accept things like Path::Tiny objects for
+filenames. Reported by Joel Berger. GitHub #36.
+
+---

Old:

  Log-Dispatch-2.58.tar.gz

New:

  Log-Dispatch-2.63.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.SZkBCD/_old  2017-06-09 15:56:30.251318028 +0200
+++ /var/tmp/diff_new_pack.SZkBCD/_new  2017-06-09 15:56:30.251318028 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Log-Dispatch
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-Dispatch
-Version:2.58
+Version:2.63
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Log-Dispatch/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,16 +34,34 @@
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(IPC::Run3)
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(Params::Validate) >= 1.03
+BuildRequires:  perl(Params::ValidationCompiler)
+BuildRequires:  perl(Specio) >= 0.32
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Exporter)
+BuildRequires:  perl(Specio::Library::Builtins)
+BuildRequires:  perl(Specio::Library::Numeric)
+BuildRequires:  perl(Specio::Library::String)
 BuildRequires:  perl(Sys::Syslog) >= 0.28
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Needs)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(parent)
 Requires:   perl(Devel::GlobalDestruction)
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Module::Runtime)
-Requires:   perl(Params::Validate) >= 1.03
+Requires:   perl(Params::ValidationCompiler)
+Requires:   perl(Specio) >= 0.32
+Requires:   perl(Specio::Declare)
+Requires:   perl(Specio::Exporter)
+Requires:   perl(Specio::Library::Builtins)
+Requires:   perl(Specio::Library::Numeric)
+Requires:   perl(S

commit xf86-video-mga for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package xf86-video-mga for openSUSE:Factory 
checked in at 2017-06-09 15:56:18

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


Package is "xf86-video-mga"

Fri Jun  9 15:56:18 2017 rev:21 rq:499655 version:1.6.5

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-mga/xf86-video-mga.changes
2017-01-24 10:35:15.490596132 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-mga.new/xf86-video-mga.changes   
2017-06-09 15:56:20.044758617 +0200
@@ -1,0 +2,6 @@
+Tue May 30 10:24:41 UTC 2017 - sndir...@suse.com
+
+- includes everything needed for missing sle issue entries:
+  fate #315643-315645, 319159-319161, 319618 (bsc#1041661) 
+
+---



Other differences:
--



commit perl-DateTime-Locale for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-DateTime-Locale for 
openSUSE:Factory checked in at 2017-06-09 15:56:21

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


Package is "perl-DateTime-Locale"

Fri Jun  9 15:56:21 2017 rev:26 rq:499941 version:1.16

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-Locale/perl-DateTime-Locale.changes
2016-07-01 09:58:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-Locale.new/perl-DateTime-Locale.changes
   2017-06-09 15:56:26.311874054 +0200
@@ -1,0 +2,68 @@
+Thu May 25 07:52:01 UTC 2017 - co...@suse.com
+
+- updated to 1.16
+   see /usr/share/doc/packages/perl-DateTime-Locale/Changes
+
+  1.16 2017-03-22
+  
+  - Rebuilt all locale data with CLDR 31, released on 2017-03-20.
+  
+  
+  1.15 2017-03-15 (TRIAL RELEASE)
+  
+  - Most data is now stored in a share dir and only loaded as needed. This
+should reduce the memory usage from just loading DateTime::Locale by about
+4mb. Based on a PR by sergey. GH #14.
+  
+  
+  1.14 2017-03-05
+  
+  - Codes with just a language and script code were not parsed correctly,
+leading to bugs in their data, so that they did not report a script_code,
+nor did their name reflect the script. So for example "bs-Latn" was just
+"Bosnian" instead of "Bosnian Latin".
+  
+  
+  1.13 2017-03-05
+  
+  - Fixed a regression bug where providing a locale's English name or native
+name to DateTime::Locale->load no longer worked. Fixed by Sergey. GH #13.
+  
+  
+  1.12 2017-01-29
+  
+  - Rebuilt all locale data with CLDR 30.0.3, released on 2016-12-02.
+  
+  
+  1.11 2016-11-12
+  
+  - Switched from RT to the GitHub issue tracker.
+  
+  
+  1.10 2016-10-22
+  
+  - Don't let warnings from other modules cause t/09version-check.t to
+fail. Reported by Graham Ollis. RT #118465
+  
+  
+  1.09 2016-10-10
+  
+  - Rebuilt all locale data with CLDR 30, released on 2016-10-05.
+  
+  
+  1.08 2016-09-23
+  
+  - Require namespace::autoclean 0.19+.
+  
+  
+  1.07 2016-09-17
+  
+  - Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
+itself.
+  
+  
+  1.06 2016-09-16
+  
+  - Replaced Params::Validate with Params::ValidationCompiler.
+
+---

Old:

  DateTime-Locale-1.05.tar.gz

New:

  DateTime-Locale-1.16.tar.gz



Other differences:
--
++ perl-DateTime-Locale.spec ++
--- /var/tmp/diff_new_pack.uzNl3E/_old  2017-06-09 15:56:27.219745914 +0200
+++ /var/tmp/diff_new_pack.uzNl3E/_new  2017-06-09 15:56:27.223745350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-Locale
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,43 @@
 
 
 Name:   perl-DateTime-Locale
-Version:1.05
+Version:1.16
 Release:0
-%define cpan_version 1.05
-Provides:   perl(DateTime::Locale) = 1.05
+%define cpan_version 1.16
+Provides:   perl(DateTime::Locale) = 1.16
 %define cpan_name DateTime-Locale
 Summary:Localization support for DateTime.pm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime-Locale/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
+BuildRequires:  perl(File::ShareDir)
+BuildRequires:  perl(File::ShareDir::Install) >= 0.06
 BuildRequires:  perl(List::Util) >= 1.45
-BuildRequires:  perl(Params::Validate)
+BuildRequires:  perl(Params::ValidationCompiler) >= 0.13
+BuildRequires:  perl(Specio::Declare)
+BuildRequires:  perl(Specio::Library::String)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::File::ShareDir::Dist)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(Test::Warnings)
+BuildRequires:  perl(namespace::autoclean) >= 0.19
 Requires:   perl(Dist::CheckConflicts) >= 0.02
+Requires:  

commit xf86-input-wacom for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2017-06-09 15:56:13

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


Package is "xf86-input-wacom"

Fri Jun  9 15:56:13 2017 rev:27 rq:499653 version:0.34.2

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2017-05-20 10:06:40.343150287 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2017-06-09 15:56:16.401272871 +0200
@@ -1,0 +2,6 @@
+Tue May 30 10:16:46 UTC 2017 - sndir...@suse.com
+
+- includes everything needed for missing sle issue entries:
+  fate #315643-315645, 319159-319161, 319618 (bsc#1041642)
+
+---



Other differences:
--



commit crmsh for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2017-06-09 15:56:31

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


Package is "crmsh"

Fri Jun  9 15:56:31 2017 rev:123 rq:500621 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2017-05-10 
20:53:19.887022863 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2017-06-09 
15:56:32.223039733 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 11:34:32 UTC 2017 - kgronl...@suse.com
+
+- medium: history: Revert preference of messages over ha-log.txt (bsc#1031138)
+  * Add 0014-medium-history-Revert-preference-of-messages-over-ha.patch
+
+---

New:

  0014-medium-history-Revert-preference-of-messages-over-ha.patch



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.WoQs7D/_old  2017-06-09 15:56:33.130911593 +0200
+++ /var/tmp/diff_new_pack.WoQs7D/_new  2017-06-09 15:56:33.130911593 +0200
@@ -68,6 +68,8 @@
 Patch12:0012-doc-geo-join-requires-clusters-argument-bsc-1037442.patch
 # PATCH-FIX-UPSTREAM: medium: bootstrap: Make arbitrator argument optional 
(bsc#1038386)
 Patch13:0013-medium-bootstrap-Make-arbitrator-argument-optional-b.patch
+# PATCH-FIX-UPSTREAM: medium: history: Revert preference of messages over 
ha-log.txt (bsc#1031138)
+Patch14:0014-medium-history-Revert-preference-of-messages-over-ha.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
@@ -183,6 +185,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 # Force the local time
 #

++ 0014-medium-history-Revert-preference-of-messages-over-ha.patch ++
>From dd7a5db2ab556eb125b73c01e587d855dcb1adc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= 
Date: Fri, 2 Jun 2017 13:24:39 +0200
Subject: [PATCH] medium: history: Revert preference of messages over
 ha-log.txt (bsc#1031138)

The best fix to this problem would be to combine all available
log files for a node into a single stream. A temporary improvement
is to prefer ha-log.txt over messages, which should be a better
choice if hb_report selected the correct log file.

Partially reverts 2.3.1-3-g99f2056f.
---
 crmsh/history.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crmsh/history.py b/crmsh/history.py
index 192563a8..d61e30e2 100644
--- a/crmsh/history.py
+++ b/crmsh/history.py
@@ -18,7 +18,7 @@ from . import utils
 from .msg import common_debug, common_warn, common_err, common_error, 
common_info, warn_once
 
 
-_LOG_FILES = ("messages", "ha-log.txt", "ha-log", "cluster-log.txt", 
"journal.log", "pacemaker.log")
+_LOG_FILES = ("ha-log.txt", "messages", "ha-log", "cluster-log.txt", 
"journal.log", "pacemaker.log")
 
 
 #
-- 
2.12.2




commit libisds for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package libisds for openSUSE:Factory checked 
in at 2017-06-09 15:56:35

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


Package is "libisds"

Fri Jun  9 15:56:35 2017 rev:6 rq:500913 version:0.10.6

Changes:

--- /work/SRC/openSUSE:Factory/libisds/libisds.changes  2016-10-22 
13:23:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.libisds.new/libisds.changes 2017-06-09 
15:56:39.502012356 +0200
@@ -1,0 +2,5 @@
+Sun Jun  4 06:26:27 UTC 2017 - tchva...@suse.com
+
+- Disable werror
+
+---



Other differences:
--
++ libisds.spec ++
--- /var/tmp/diff_new_pack.k9Zpkn/_old  2017-06-09 15:56:40.081930505 +0200
+++ /var/tmp/diff_new_pack.k9Zpkn/_new  2017-06-09 15:56:40.085929940 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libisds
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -67,6 +67,7 @@
 
 %build
 %configure \
+  --disable-fatalwarnings \
   --disable-static \
   --enable-test \
   --with-libcurl \






commit ocaml-parmap for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package ocaml-parmap for openSUSE:Factory 
checked in at 2017-06-09 15:56:45

Comparing /work/SRC/openSUSE:Factory/ocaml-parmap (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-parmap.new (New)


Package is "ocaml-parmap"

Fri Jun  9 15:56:45 2017 rev:2 rq:501607 version:20160605.10e2437

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-parmap/ocaml-parmap.changes
2016-07-15 12:48:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-parmap.new/ocaml-parmap.changes   
2017-06-09 15:56:47.700855148 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-parmap.spec ++
--- /var/tmp/diff_new_pack.C4mVxp/_old  2017-06-09 15:56:48.832695396 +0200
+++ /var/tmp/diff_new_pack.C4mVxp/_new  2017-06-09 15:56:48.832695396 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-parmap
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ocaml-parmap
 Version:20160605.10e2437
-%{ocaml_preserve_bytecode}
 Release:0
-License:LGPL-2.0
+%{ocaml_preserve_bytecode}
 Summary:Exploit multicore architectures for OCaml programs with 
minimal modifications
-Url:http://rdicosmo.github.io/parmap/
+License:LGPL-2.0
 Group:  Development/Libraries/Other
+Url:http://rdicosmo.github.io/parmap/
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-oasis
@@ -75,10 +76,10 @@
 sh -c "sed 's/^Version.*/Version: %{version}/' | tee _oasis" <<_EOF_
 OASISFormat: 0.4
 Name:parmap
-Version: 20160605.10e2437
+Version: 0
 Synopsis:library to exploit multicore architectures (parallel programming)
 Authors: Marco Danelutto and Roberto Di Cosmo
-License: LGPL-2
+License: %{license}
 LicenseFile: LICENSE
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild
@@ -105,7 +106,6 @@
   MainIs: mandels.ml
   CompiledObject: best
   BuildDepends: parmap, graphics, unix, bigarray
-
 _EOF_
 %oasis_setup
 %ocaml_oasis_configure --enable-docs




commit ocaml-xml-light for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package ocaml-xml-light for openSUSE:Factory 
checked in at 2017-06-09 15:56:47

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


Package is "ocaml-xml-light"

Fri Jun  9 15:56:47 2017 rev:2 rq:501608 version:2.4.20160613.2bc42e8

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-xml-light/ocaml-xml-light.changes  
2016-10-19 12:59:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-xml-light.new/ocaml-xml-light.changes 
2017-06-09 15:56:54.543889303 +0200
@@ -1,0 +2,5 @@
+Wed May 31 07:07:33 UTC 2017 - o...@aepfle.de
+
+- Replace tabs with spaces in generated _oasis file
+
+---



Other differences:
--
++ ocaml-xml-light.spec ++
--- /var/tmp/diff_new_pack.z4xukN/_old  2017-06-09 15:56:56.187657298 +0200
+++ /var/tmp/diff_new_pack.z4xukN/_new  2017-06-09 15:56:56.187657298 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-xml-light
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -63,11 +63,11 @@
 OASISFormat: 0.4
 Name:xml-light
 Version: %{version}
+Synopsis:Minimal XML parser and printer for OCaml
 Authors: Nicolas Cannasse 
-License: LGPL-2.1+
+License: %{license}
 Plugins: META(`oasis version`)
 BuildTools:  ocamlbuild
-Synopsis:Minimal XML parser and printer for OCaml
 
 Library "xml-light"
   Path: .




commit ibsim for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package ibsim for openSUSE:Factory checked 
in at 2017-06-09 15:56:56

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


Package is "ibsim"

Fri Jun  9 15:56:56 2017 rev:5 rq:501893 version:0.7

Changes:

--- /work/SRC/openSUSE:Factory/ibsim/ibsim.changes  2017-05-24 
16:46:31.091076293 +0200
+++ /work/SRC/openSUSE:Factory/.ibsim.new/ibsim.changes 2017-06-09 
15:57:00.475052164 +0200
@@ -1,0 +2,11 @@
+Thu Jun  8 08:40:42 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to version 0.7
+  * PerformanceSet handling for enhanced switch port 0
+  * Fix incorrectly updated port counters in pc_updated()
+  * Invalidate PerformanceSet commands with no port number
+  * Fix parsing of port number in PerformanceSet command
+  * Allocate MFT according to number of switch ports
+
+
+---

Old:

  ibsim-0.6-gitf9acb41.tar.xz

New:

  ibsim-0.7.tar.gz



Other differences:
--
++ ibsim.spec ++
--- /var/tmp/diff_new_pack.fM0G9b/_old  2017-06-09 15:57:01.350928540 +0200
+++ /var/tmp/diff_new_pack.fM0G9b/_new  2017-06-09 15:57:01.350928540 +0200
@@ -16,26 +16,24 @@
 #
 
 
-%define git_ver -gitf9acb41
+%define git_ver %{nil}
 
 Summary:InfiniBand fabric simulator for management
 License:BSD-2-Clause or GPL-2.0
 Group:  Productivity/Networking/Diagnostic
 
 Name:   ibsim
-Version:0.6
+Version:0.7
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %{name}-%{version}%{git_ver}.tar.xz
+Source: 
https://www.openfabrics.org/downloads/management/ibsim-%{version}.tar.gz
 Patch1: ibsim-fix_type_punning.patch
 Url:http://www.openfabrics.org
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libibmad-devel
-# For transition to rdma-core make sure the new packages are selected
-# Once the transition is made the version check can be removed
-BuildRequires:  libibumad-devel >= 12
-BuildRequires:  libibverbs-devel >= 12
+BuildRequires:  libibumad-devel
+BuildRequires:  libibverbs-devel
 BuildRequires:  libtool
 
 %description
@@ -62,6 +60,6 @@
 %dir %{_libdir}/umad2sim
 %{_libdir}/umad2sim/libumad2sim*.so*
 %{_bindir}/ibsim
-%doc README COPYING TODO net-examples scripts ChangeLog
+%doc README COPYING TODO net-examples scripts
 
 %changelog




commit opa-fmgui for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package opa-fmgui for openSUSE:Factory 
checked in at 2017-06-09 15:57:01

Comparing /work/SRC/openSUSE:Factory/opa-fmgui (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fmgui.new (New)


Package is "opa-fmgui"

Fri Jun  9 15:57:01 2017 rev:2 rq:501894 version:10.1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-fmgui/opa-fmgui.changes  2017-05-18 
20:48:28.993879549 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fmgui.new/opa-fmgui.changes 2017-06-09 
15:57:07.770022534 +0200
@@ -1,0 +2,8 @@
+Thu Jun  8 10:08:04 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add _service
+- Auto extract patch from upstream tar
+- Add manifest-version.patch from upstream to fix internal
+  version number.
+
+---

Old:

  opa-fmgui.tar.gz

New:

  _service
  manifest-version.patch
  opa-fmgui-10.1.0.0.tar.gz



Other differences:
--
++ opa-fmgui.spec ++
--- /var/tmp/diff_new_pack.aKP6zU/_old  2017-06-09 15:57:10.189681018 +0200
+++ /var/tmp/diff_new_pack.aKP6zU/_new  2017-06-09 15:57:10.189681018 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fmgui
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Intel Corporation
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,7 +31,7 @@
 License:BSD-3-Clause and LGPL-2.0+
 Group:  Applications/System
 Url:http://www.intel.com/
-Source0:opa-fmgui.tar.gz
+Source0:opa-fmgui-%{version}.tar.gz
 Source1:antlr-2.7.7.jar
 Source2:dom4j-1.6.1.jar
 # Source3:gritty.jar
@@ -72,18 +72,20 @@
 
 Patch1: gradle-use_local_repo.patch
 Patch3:opa-fmgui-intel-manifest-license.patch
+# Patch auto extracted by service
 Patch5: stl-14927-jgraphx-update.patch
+Patch6: manifest-version.patch
 
 BuildRequires:  ant
 BuildRequires:  jre >= 1.7
 Requires:  jre >= 1.7
 Requires:  mlocate
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libgnome
 BuildRequires:  openssl
+BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-BuildRequires:  hicolor-icon-theme
 BuildRequires:  wget
-BuildRequires:  unzip
 # BuildRequires:  gradle
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -93,13 +95,14 @@
 script fmgui.
 
 %prep
-%setup -q -n opa-fmgui
+%setup -q -n opa-fmgui-%{version}
 %patch1 -p1
 %patch3 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
-(cd %{_tmppath}; unzip $RPM_SOURCE_DIR/gradle-%{gradle_version}-bin.zip)
+(cd %{_tmppath}; rm -Rf gradle-%{gradle_version}; unzip 
$RPM_SOURCE_DIR/gradle-%{gradle_version}-bin.zip)
 GRADLE_LIB_DIR=$RPM_SOURCE_DIR
 export GRADLE_LIB_DIR
 %{_tmppath}/gradle-%{gradle_version}/bin/gradle copyDeps build --info

++ _service ++

  
git
https://github.com/01org/opa-fmgui.git
no
.git
opa-fmgui
10.1.0.0
814f72fc665e4143a25e3c685e784d2006898603
  
  
opa-fmgui*.tar
gz
  

  

  */*.patch

opa-fmgui-*.tar.gz
  
























++ manifest-version.patch ++
diff -Npru a/src/META-INF/MANIFEST.MF b/src/META-INF/MANIFEST.MF
--- a/src/META-INF/MANIFEST.MF  2017-03-19 14:43:56.476594823 -0400
+++ b/src/META-INF/MANIFEST.MF  2017-03-19 14:44:32.354453193 -0400
@@ -6,8 +6,8 @@ Implementation-Title: Intel Fabric Manag
 Implementation-Vendor: Intel Corporation
 Implementation-Version: 10.0.0.DEV
 Schema-Version: 37
-Intel-OPAFM-Version: 10.1.0.0.112
-Intel-Build-Id: 10_1_0_0_112
+Intel-OPAFM-Version: 10.1.0.0.115
+Intel-Build-Id: 10_1_0_0_115
 Intel-Build-Date: 2016-05-14 08:54:41
 Main-Class: com.intel.stl.main.FMGuiApp
 
















commit opensm for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package opensm for openSUSE:Factory checked 
in at 2017-06-09 15:57:14

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


Package is "opensm"

Fri Jun  9 15:57:14 2017 rev:6 rq:501896 version:3.3.20

Changes:

--- /work/SRC/openSUSE:Factory/opensm/opensm.changes2015-03-11 
09:57:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.opensm.new/opensm.changes   2017-06-09 
15:57:20.488227460 +0200
@@ -1,0 +2,8 @@
+Thu Jun  8 10:20:28 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to version 3.3.20
+  * No concise list of changes present so see the file ChangeLog in
+the package documentation directory.
+- Update opensm-type_punning.patch to new sources
+
+---

Old:

  opensm-3.3.19.tar.gz

New:

  opensm-3.3.20.tar.gz



Other differences:
--
++ opensm.spec ++
--- /var/tmp/diff_new_pack.LJiENe/_old  2017-06-09 15:57:21.188128674 +0200
+++ /var/tmp/diff_new_pack.LJiENe/_new  2017-06-09 15:57:21.192128110 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opensm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Infiniband Subnet Manager
 License:BSD-2-Clause or GPL-2.0
 Group:  Productivity/Networking/System
-Version:3.3.19
+Version:3.3.20
 Release:0
 Source0:
https://www.openfabrics.org/downloads/management/%{name}-%{version}.tar.gz
 Source1:conf.sysconfig

++ opensm-3.3.19.tar.gz -> opensm-3.3.20.tar.gz ++
 6353 lines of diff (skipped)

++ opensm-type_punning.patch ++
--- /var/tmp/diff_new_pack.LJiENe/_old  2017-06-09 15:57:21.512082950 +0200
+++ /var/tmp/diff_new_pack.LJiENe/_new  2017-06-09 15:57:21.512082950 +0200
@@ -1,12 +1,8 @@

- opensm/osm_prtn_config.c |8 +---
- 1 file changed, 5 insertions(+), 3 deletions(-)
-
-Index: opensm/osm_prtn_config.c
-===
 opensm/osm_prtn_config.c.orig  2013-02-05 18:04:07.0 +0100
-+++ opensm/osm_prtn_config.c   2014-01-20 19:37:07.364851781 +0100
-@@ -118,16 +118,18 @@ static inline boolean_t mgid_is_broadcas
+diff --git opensm/osm_prtn_config.c opensm/osm_prtn_config.c
+index b08da02d..3da8b867 100644
+--- opensm/osm_prtn_config.c
 opensm/osm_prtn_config.c
+@@ -120,16 +120,18 @@ static inline boolean_t mgid_is_broadcast(const ib_gid_t 
*mgid)
  
  static inline boolean_t mgid_is_ip(const ib_gid_t *mgid)
  {
@@ -17,11 +13,11 @@
  }
  
  static inline boolean_t ip_mgroup_pkey_ok(struct part_conf *conf,
-   struct precreate_mgroup *group)
+ struct precreate_mgroup *group)
  {
 -  ib_net16_t mpkey = *(ib_net16_t *)&group->mgid.raw[4];
 +  ib_net16_t mpkey;
-+  union{uint8_t *uip; ib_net16_t *ibn} pun = { &group->mgid.raw[2]};
++  union{uint8_t *uip; ib_net16_t *ibn} pun = { &group->mgid.raw[4]};
char gid_str[INET6_ADDRSTRLEN];
  
 +  mpkey = *pun.ibn;




commit dapl for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package dapl for openSUSE:Factory checked in 
at 2017-06-09 15:57:33

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


Package is "dapl"

Fri Jun  9 15:57:33 2017 rev:5 rq:502397 version:2.1.8

Changes:

--- /work/SRC/openSUSE:Factory/dapl/dapl-debug.changes  2015-10-06 
13:25:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.dapl.new/dapl-debug.changes 2017-06-09 
15:57:34.722218449 +0200
@@ -1,0 +2,43 @@
+Tue May 30 08:50:05 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Add conflicts between dapl and dapl-debug packages for devel
+  and utils
+- Rename dapl-utils tests to avoid conflicts with other packages (dateutils)
+  * dapltest => dapl-test
+  * dtest=> dapl-utest
+  * dtestcm  => dapl-testcm
+  * dtestsrq => dapl-testsrq
+  * dtestx   => dapl-testx
+- Remove librdmacm and libibverbs version dependencies
+
+---
+Thu May 25 07:19:35 UTC 2017 - jeng...@inai.de
+
+- Restore description of libdapl. Fix some grammar errors.
+
+---
+Wed May 17 08:20:55 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Disable dapl on armv7hl
+
+---
+Wed Mar 29 07:53:21 CEST 2017 - p...@suse.de
+
+- Make dependencies on libs now coming from rdma-core versioned.
+- Remove unused patch dapl-rename_dtest.patch
+
+---
+Thu Mar 10 15:19:58 CET 2016 - p...@suse.de
+
+- Update to 2.1.8 git version (bsc#970668).
+  List of changes is too long so please see the included ChangeLog.
+- Patches removed because the fixes are included upstream:
+  dapl-fix_type_punning.patch
+  dapl-autotools.patch
+  dapl-add-s390x-platform-support.patch
+  dapl-add-aarch64-platform-support.patch
+  dapl-add-s390x-platform-support.patch
+
+- Add dapl-s390.patch so that the defines are also valid for s390
+
+---
dapl.changes: same change

Old:

  dapl-2.0.42.tar.gz
  dapl-add-aarch64-platform-support.patch
  dapl-add-s390x-platform-support.patch
  dapl-autotools.patch
  dapl-fix_type_punning.patch
  dapl-rename_dtest.patch

New:

  dapl-2.1.8-git6316f83.tar.xz
  dapl-s390.patch



Other differences:
--
++ dapl-debug.spec ++
--- /var/tmp/diff_new_pack.1PW5nX/_old  2017-06-09 15:57:35.922049103 +0200
+++ /var/tmp/diff_new_pack.1PW5nX/_new  2017-06-09 15:57:35.922049103 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dapl-debug
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,24 +16,21 @@
 #
 
 
+%define git_version -git6316f83
 Name:   dapl-debug
 Summary:A Library for userspace access to RDMA devices using OS 
Agnostic DAT APIs
 License:BSD-3-Clause or GPL-2.0+ or CPL-1.0
 Group:  Productivity/Networking/System
-Version:2.0.42
+Version:2.1.8
 Release:0
-Source0:
https://www.openfabrics.org/downloads/dapl/dapl-%{version}.tar.gz
-Source1:baselibs.conf
-Source2:dapl-rpmlintrc
+Source0:dapl-%{version}%{git_version}.tar.xz
+Source1:dapl-rpmlintrc
+Source2:baselibs.conf
 Patch1: dapl-2.0.30-dat-ia-open-hang.patch
-Patch4: dapl-fix_type_punning.patch
 Patch5: dapl-define_NULL.patch
 Patch6: dapl-man_page_fixes.patch
 Patch7: dapl-fsf_address.patch
-Patch8: dapl-add-s390x-platform-support.patch
-Patch9: dapl-autotools.patch
-Patch10:dapl-rename_dtest.patch
-Patch11:dapl-add-aarch64-platform-support.patch
+Patch12:dapl-s390.patch
 Url:http://www.openfabrics.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -41,8 +38,11 @@
 BuildRequires:  libibverbs-devel
 BuildRequires:  librdmacm-devel
 BuildRequires:  libtool
+ExcludeArch:armv7hl
 
-%if "%name" == "dapl-debug"
+%if "%name" == "dapl"
+Conflicts:  dapl-debug
+%else
 Conflicts:  dapl
 %endif
 
@@ -67,7 +67,7 @@
 %endif
 
 %description
-Along with the OpenFabrics kernel drivers, libdat and libdapl provides
+Along with the OpenFabrics kernel drivers, libdat and libdapl provide
 a userspace RDMA API that supports DAT 2.0 specification and IB
 transport extensions for atomic operations and rdma write with
 immediate data.
@@ -82,10 +82,10 @@
 Requires:   %name
 
 %descript

commit libcpuid for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package libcpuid for openSUSE:Factory 
checked in at 2017-06-09 15:57:25

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


Package is "libcpuid"

Fri Jun  9 15:57:25 2017 rev:2 rq:502377 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/libcpuid/libcpuid.changes2017-01-22 
00:17:52.382827372 +0100
+++ /work/SRC/openSUSE:Factory/.libcpuid.new/libcpuid.changes   2017-06-09 
15:57:29.190999134 +0200
@@ -1,0 +2,5 @@
+Thu Jun  8 13:22:59 UTC 2017 - mplus...@suse.com
+
+- Enable internal tests
+
+---



Other differences:
--
++ libcpuid.spec ++
--- /var/tmp/diff_new_pack.ViUEKr/_old  2017-06-09 15:57:29.758918977 +0200
+++ /var/tmp/diff_new_pack.ViUEKr/_new  2017-06-09 15:57:29.758918977 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcpuid
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,9 @@
 Group:  Development/Libraries/C and C++
 Url:https://github.com/anrieff/libcpuid
 Source0:
https://github.com/anrieff/libcpuid/releases/download/v%{version}/libcpuid-%{version}.tar.gz
-BuildRequires:  pkgconfig
 BuildRequires:  help2man
+BuildRequires:  pkgconfig
+BuildRequires:  python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %{ix86} x86_64
 
@@ -77,6 +78,9 @@
 install -D -p -m 0644 cpuid_tool.1 \
   %{buildroot}%{_mandir}/man1/cpuid_tool.1
 
+%check
+make %{?_smp_mflags} test
+
 %post -n %{name}%{so_ver} -p /sbin/ldconfig
 %postun -n %{name}%{so_ver} -p /sbin/ldconfig
 




commit lastpass-cli for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package lastpass-cli for openSUSE:Factory 
checked in at 2017-06-09 15:57:22

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


Package is "lastpass-cli"

Fri Jun  9 15:57:22 2017 rev:4 rq:502375 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/lastpass-cli/lastpass-cli.changes
2017-02-21 13:49:03.603249418 +0100
+++ /work/SRC/openSUSE:Factory/.lastpass-cli.new/lastpass-cli.changes   
2017-06-09 15:57:23.319827802 +0200
@@ -1,0 +2,19 @@
+Thu Jun  8 12:24:19 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.2.0:
+  * lpass show now supports new-style multiline ssh keys
+  * lpass export now supports --fields=FIELDLIST argument to
+  * control output, with patches from Kyle Burton
+  * lpass ls now always shows empty shared folders
+  * lpass edit can now set the 'master password reprompt' field in
+sites
+  * lpass share create now shows the created share name
+  * Bugfix: crash in lpass show fixed by Kyle Burton
+  * build fixes for termux and documentation updates, from
+Christian Rondeau
+  * documentation updates for Ubuntu from Craig Menning and Glenn
+Oppegard
+  * Test suite now included covering basic operations
+- Enable tests
+
+---

Old:

  lastpass-cli-1.1.2.tar.gz

New:

  lastpass-cli-1.2.0.tar.gz



Other differences:
--
++ lastpass-cli.spec ++
--- /var/tmp/diff_new_pack.qALdkO/_old  2017-06-09 15:57:24.083719985 +0200
+++ /var/tmp/diff_new_pack.qALdkO/_new  2017-06-09 15:57:24.083719985 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lastpass-cli
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:LastPass command line interface tool
 License:GPL-2.0
@@ -46,12 +46,16 @@
 %setup -q
 
 %build
-%cmake
+%cmake \
+  -DTEST_BUILD=ON
 make %{?_smp_mflags} all doc-man
 
 %install
 %cmake_install install-doc
 
+%check
+make %{?_smp_mflags} test
+
 %files
 %defattr(-,root,root)
 %doc CHANGELOG.md README.md COPYING

++ lastpass-cli-1.1.2.tar.gz -> lastpass-cli-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lastpass-cli-1.1.2/.travis.yml 
new/lastpass-cli-1.2.0/.travis.yml
--- old/lastpass-cli-1.1.2/.travis.yml  2017-02-03 21:39:33.0 +0100
+++ new/lastpass-cli-1.2.0/.travis.yml  2017-06-07 21:41:30.0 +0200
@@ -18,4 +18,4 @@
 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y 
libxml2-dev; fi
 
-script: mkdir build && cd build && cmake .. && make
+script: make && make test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lastpass-cli-1.1.2/CHANGELOG.md 
new/lastpass-cli-1.2.0/CHANGELOG.md
--- old/lastpass-cli-1.1.2/CHANGELOG.md 2017-02-03 21:39:33.0 +0100
+++ new/lastpass-cli-1.2.0/CHANGELOG.md 2017-06-07 21:41:30.0 +0200
@@ -1,3 +1,15 @@
+# Version 1.2.0
+ * ```lpass show``` now supports new-style multiline ssh keys
+ * ```lpass export``` now supports --fields=FIELDLIST argument to
+   control output, with patches from Kyle Burton
+ * ```lpass ls``` now always shows empty shared folders
+ * ```lpass edit``` can now set the 'master password reprompt' field in sites
+ * ```lpass share create``` now shows the created share name
+ * Bugfix: crash in `lpass show` fixed by Kyle Burton
+ * build fixes for termux and documentation updates, from Christian Rondeau
+ * documentation updates for Ubuntu from Craig Menning and Glenn Oppegard
+ * Test suite now included covering basic operations
+
 # Version 1.1.2
  * Bugfix: crash with ```lpass logout --color=never``` fixed
  * Bugfix: ```lpass add``` with secure notes works again
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lastpass-cli-1.1.2/CMakeLists.txt 
new/lastpass-cli-1.2.0/CMakeLists.txt
--- old/lastpass-cli-1.1.2/CMakeLists.txt   2017-02-03 21:39:33.0 
+0100
+++ new/lastpass-cli-1.2.0/CMakeLists.txt   2017-06-07 21:41:30.0 
+0200
@@ -50,12 +50,14 @@
   set(PROJECT_FLAGS "${PROJECT_FLAGS} -Wno-deprecated-declarations")
 endif()
 
+# Main lpass executable
 add_executable(${PROJECT_NAME} ${PROJECT_HEADERS} ${PROJECT_SOURCES})
 set_target_properties(${PROJECT_NAME} PROPERTIES
   C_STANDARD 99
   COMPILE_FLAGS ${PROJECT_FLAGS}
   COMPILE_DEFINITIONS ${PROJECT_DEFINITIONS}
 )
+
 target_link_libraries(${PROJECT_NAME} ${LIBXML2_LIBRARIES} 
${OPENSSL_LIBRARIES} ${CURL_LIBRARIES})
 if (CMAKE_SYSTEM_NAME MATCHES "OpenBSD")
   target_link_libraries(${PROJECT_NAM

commit klee-uclibc for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package klee-uclibc for openSUSE:Factory 
checked in at 2017-06-09 15:57:20

Comparing /work/SRC/openSUSE:Factory/klee-uclibc (Old)
 and  /work/SRC/openSUSE:Factory/.klee-uclibc.new (New)


Package is "klee-uclibc"

Fri Jun  9 15:57:20 2017 rev:3 rq:502371 version:1.0.0+git.20170324

Changes:

--- /work/SRC/openSUSE:Factory/klee-uclibc/klee-uclibc.changes  2017-05-06 
18:30:24.904762245 +0200
+++ /work/SRC/openSUSE:Factory/.klee-uclibc.new/klee-uclibc.changes 
2017-06-09 15:57:22.024010696 +0200
@@ -1,0 +2,7 @@
+Thu Jun  8 12:10:39 UTC 2017 - jsl...@suse.com
+
+- switch to LLVM 4
+- BuildRequire: python as it is needed for configure
+- add proper-compiler-flags-check.patch to kill the message flood
+
+---

New:

  proper-compiler-flags-check.patch



Other differences:
--
++ klee-uclibc.spec ++
--- /var/tmp/diff_new_pack.5Lkheu/_old  2017-06-09 15:57:22.855893283 +0200
+++ /var/tmp/diff_new_pack.5Lkheu/_new  2017-06-09 15:57:22.855893283 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define llvm_version 3_8
+%define llvm_version 4
 
 %define version_unconverted 1.0.0+git.20170324
 
@@ -30,9 +30,11 @@
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 Patch0: 0001-features-support-glibc-2.25.patch
+Patch1: proper-compiler-flags-check.patch
 BuildRequires:  clang%{llvm_version}
 BuildRequires:  llvm%{llvm_version}-devel
 BuildRequires:  make
+BuildRequires:  python
 BuildRequires:  xz
 ExclusiveArch:  %{ix86} x86_64
 
@@ -45,6 +47,7 @@
 %package devel-static
 Summary:Libc library for Klee
 Group:  Development/Languages/Other
+Provides:   %{name}-devel-static(llvm%{llvm_version})
 
 %description devel-static
 This is a port of uClibc to LLVM to serve Klee. Hence, this package
@@ -55,6 +58,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure \

++ proper-compiler-flags-check.patch ++
From: Jiri Slaby 
Date: Sat, 11 Mar 2017 09:13:49 +0100
Subject: proper compiler flags check
Patch-mainline: no

Check the compiler flags with -Werror so that the output is not flooded
with unsupported options.

Signed-off-by: Jiri Slaby 
---
 Rules.mak |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Rules.mak
+++ b/Rules.mak
@@ -127,7 +127,7 @@ endif
 
 # A nifty macro to make testing gcc features easier
 check_gcc=$(shell \
-   if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
+   if $(CC) -Werror $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; \
then echo "$(1)"; else echo "$(2)"; fi)
 check_as=$(shell \
if $(CC) -Wa,$(1) -Wa,-Z -c -o /dev/null -xassembler /dev/null > 
/dev/null 2>&1; \



commit fate for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package fate for openSUSE:Factory checked in 
at 2017-06-09 15:57:29

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


Package is "fate"

Fri Jun  9 15:57:29 2017 rev:6 rq:502380 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/fate/fate.changes2017-05-04 
15:04:57.569742010 +0200
+++ /work/SRC/openSUSE:Factory/.fate.new/fate.changes   2017-06-09 
15:57:32.894476419 +0200
@@ -1,0 +2,279 @@
+Thu Jun  8 13:45:58 UTC 2017 - jpl...@suse.com
+
+- update to version 1.6
+  * override the productName in features with the one from the database
+if available
+  * remove "show Document Source" functionality nobody really needs
+
+- Easier workflow fo Save/SaveAll features (bsc#1036753):
+  * add save actions w/ kbd shortcuts to separate FeatureViews
+  * add save actions to menues and tool bars
+  * Fix naming for explicit number queries
+  * adding actions for save_feature and save_all_features to FeatureView
+  * change Query shortcut from Ctrl-S to Ctrl-F
+
+- Multiple changes at once:
+  * distinguish between updateProduct and addProduct in
+PriorityTable::updateProductData
+  * change editable flag of requester prio dynamically in PriorityTable
+  * always keep old values in PriorityTable
+  * avoid usage of QSignalMapper in PriorityTable
+  * use Feature::updateProduct in PriorityTable
+  * implement MultiFeature::updateProduct
+  * implement Feature::updateProduct()
+  * move down PriorityTable::addAsRequester() for newly added products to
+class Feature
+  * pass a real list in Feature::products() instead of a const reference
+  * pass a real list of actors up instead of a reference so that the compiler
+does not optimize in multifeature
+  * use class MultiOpView in FeatureView
+  * implement class MultiOpView
+  * implement class MultiFeature
+  * avoid excess signals in Feature::removeProduct
+  * implement Priority::operator=
+
+- Use class FeatureViewBase wherever appropriate:
+  * SimpleEditor, more use of macro FeatureViewBase_setFeature
+  * derive SimpleEditor from FeatureViewBase
+  * also disconnect the other way round in FeatureViewBase_setFeature
+  * prepare Simpleeditor for using FeatureViewBase
+  * remove acccess includes in ecoeditor.cpp
+  * include verticalpage.h directly for ecoeditor
+  * split out VerticalPage from simpleeditor into separate files
+  * use FVB extension in EcoEditor, PriorityTable, FeatureDisplay,
+FeatureDiffView and FeatureActorEdit
+  * derive class FeatureView from FeatureViewBase
+  * extend class FeatureViewBase
+
+- Enhance presenting Diffs (bsc#1039533 and more):
+  * dimm green and red by 10% used for presenting changed lines in
+FeatureViewDiff
+  * use monospaced font for presenting diffs
+
+- Simpleeditor:
+  * refactor to use new class Feature signals
+  * avoid cursor position reset (wrong feedback from Feature) when editing in
+QLineEdit
+  * use QLineEdit instead of KLineEdit
+  * fix richtext conversion in all RichTextEdit widgets, report from
+behl...@suse.de
+
+- Multiple FeatureView windows:
+  * set default size 800x600 for newFeatureView
+  * fix crash when calling context menu outside of table
+  * fix crashes on reload of the feature
+  * open new window on signal requestFeatureView in MainView
+  * implement a context menu just to signal a requestFeatureView(Feature *)
+  * implement class FateTableWidget to avoid selection on right mouse button
+click
+  * remove obsoleted slot FeatureTableView::updateTitle
+  * make ProductMap a singleton class and use it in FeatureView, EcoEditor,
+PriorityTable, ApproverListEdit, SimpleEditor, MainView
+  * added TODO comments about what needs to be done
+  * update signal connections to FeatureView
+  * eliminate MainView::selectFeature() only used once
+  * for initial feature selection also highlight it in FeatureListView
+  * add helpful coments to mainview.cpp
+  * remove FeatureView::save() finally
+
+- Make ECO code compliant to refactored class feature
+  * avoid warnings from early translation
+  * fix FeatureView::startECO
+  * signal modified moved from VerticalPage where it disappeared
+  * remove duplicated code and fix wrong usage of derived virtual methods
+  * eliminate obsolete FeatureView::saveData()
+  * transform EcoEditor to derive from FeatureViewBase
+  * implement signal Feature::saveECO()
+
+- Refactor SimpleEditor to use new signals of class Feature:
+  * fix problems saving single modified feature (email report from
+Matthias Eckermann)
+  * implement FeatureDisplay::updateView for obvious reasons
+  * comment out currentFeatureAboutToBeSaved
+  * remove connects to deprecated signal modified()
+  * remove FeatureView::slotTitleChanged
+  * remove obsoleted code and dec

commit tor for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2017-06-09 15:57:36

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


Package is "tor"

Fri Jun  9 15:57:36 2017 rev:56 rq:502413 version:0.3.0.8

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2017-06-01 16:33:45.958390567 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2017-06-09 
15:57:38.113739764 +0200
@@ -1,0 +2,21 @@
+Thu Jun  8 18:47:31 UTC 2017 - astie...@suse.com
+
+- tor 0.3.0.8 fixing a pair of bugs that would allow an attacker to
+  remotely crash a hidden service with an assertion failure
+  * CVE-2017-0375: remotely triggerable assertion failure when a
+hidden service handles a malformed BEGIN cell (bsc#1043455)
+  * CVE-2017-0376: remotely triggerable assertion failure caused by
+receiving a BEGIN_DIR cell on a hidden service rendezvous
+circuit (bsc#1043456)
+- further bug fixes:
+  * link handshake fixes when changing x509 certificates
+  * Regenerate link and authentication certificates whenever the key
+that signs them changes; also, regenerate link certificates
+whenever the signed key changes
+  * When sending an Ed25519 signing->link certificate in a CERTS cell,
+send the certificate that matches the x509 certificate that was
+used on the TLS connection
+  * Stop rejecting v3 hidden service descriptors because their size
+did not match an old padding rule
+
+---

Old:

  tor-0.3.0.7.tar.gz
  tor-0.3.0.7.tar.gz.asc

New:

  tor-0.3.0.8.tar.gz
  tor-0.3.0.8.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.xaNRgN/_old  2017-06-09 15:57:39.753508325 +0200
+++ /var/tmp/diff_new_pack.xaNRgN/_new  2017-06-09 15:57:39.757507760 +0200
@@ -20,7 +20,7 @@
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 Name:   tor
-Version:0.3.0.7
+Version:0.3.0.8
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause

++ tor-0.3.0.7.tar.gz -> tor-0.3.0.8.tar.gz ++
 1698 lines of diff (skipped)





commit opa-fm for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2017-06-09 15:57:08

Comparing /work/SRC/openSUSE:Factory/opa-fm (Old)
 and  /work/SRC/openSUSE:Factory/.opa-fm.new (New)


Package is "opa-fm"

Fri Jun  9 15:57:08 2017 rev:2 rq:501895 version:10.4.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes2017-05-20 
10:11:57.338359734 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm.changes   2017-06-09 
15:57:14.881018873 +0200
@@ -1,0 +2,6 @@
+Thu Jun  8 09:58:59 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v10.4.0.0.197
+  * No changelog available
+
+---

Old:

  opa-fm.tar.gz

New:

  _service
  opa-fm-10.4.0.tar.gz



Other differences:
--
++ opa-fm.spec ++
--- /var/tmp/diff_new_pack.UzS2sV/_old  2017-06-09 15:57:15.756895250 +0200
+++ /var/tmp/diff_new_pack.UzS2sV/_new  2017-06-09 15:57:15.756895250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pseudo_opt %{_prefix}/lib/opa-fm
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
 %define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
 Name:   opa-fm
-Version:10.3.1
+Version:10.4.0
 Release:0
 Summary:Intel Omni-Path Fabric Management Software
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://www.intel.com/
-Source: opa-fm.tar.gz
+Source: opa-fm-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 Patch1: 0001-Fall-back-to-custom-vendor-if-os_vendor-fails.patch
 Patch2: opa-fm-use-RPM_OPT_FLAGS.patch
 BuildRequires:  gcc-c++
-BuildRequires:  rdma-core-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libibmad-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  rdma-core-devel
 BuildRequires:  tcl-devel
 BuildRequires:  zlib-devel
 Requires:   infiniband-diags
@@ -49,7 +50,7 @@
 Fabric Executive, and some fabric management tools.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1
 
@@ -65,7 +66,6 @@
 install -d -m0755 %{buildroot}%{opasysconfdir}
 install -d -m0755 %{buildroot}%{opasysconfdir}/opa
 
-
 install -D -m 644 stage.rpm/opafm.service 
%{buildroot}%{_prefix}/lib/systemd/system/opafm.service
 install -D -m 755 stage.rpm/opafmctrl %{buildroot}/%{pseudo_opt}/bin/opafmctrl
 install -D -m 755 stage.rpm/opafmd %{buildroot}/%{pseudo_opt}/bin/opafmd
@@ -75,8 +75,6 @@
 %endif
 
 install -D -m 644 stage.rpm/opafm.xml  %{buildroot}%{opasysconfdir}/opafm.xml
-install -D -m 644 stage.rpm/opafm.info 
%{buildroot}%{opasysconfdir}/opa/opafm.info
-
 install -D stage.rpm/fm_capture %{buildroot}/%{pseudo_opt}/bin/fm_capture
 install -D stage.rpm/fm_cmd %{buildroot}/%{pseudo_opt}/bin/fm_cmd
 install -D stage.rpm/fm_cmdall %{buildroot}/%{pseudo_opt}/bin/fm_cmdall
@@ -90,8 +88,6 @@
 install -D stage.rpm/config_diff 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/config_diff
 install -D stage.rpm/config_generate 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/config_generate
 install -D stage.rpm/opafm %{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opafm
-install -D -m 644 stage.rpm/opafm.arch 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opafm.arch
-install -D -m 644 stage.rpm/opafm.info 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opafm.info
 if [ -d Esm ]; then
sub_dir=Esm/
 else
@@ -111,7 +107,7 @@
 ln -s /%{pseudo_opt}/bin/fm_cmdall %{buildroot}%{_sbindir}/opafmcmdall
 ln -s %{pseudo_opt} %{buildroot}/opt/
 ln -s %{opasysconfdir}/opafm.xml  
%{buildroot}%{_sysconfdir}/sysconfig/opafm.xml
-ln -s %{opasysconfdir}/opa/opafm.info  
%{buildroot}%{_sysconfdir}/sysconfig/opa/opafm.info
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcopafm
 
 %pre
 %service_add_pre opafm.service
@@ -142,11 +138,11 @@
 
 %{_prefix}/lib/systemd/system/opafm.service
 %config(noreplace) %{_sysconfdir}/sysconfig/opafm.xml
-%{_sysconfdir}/sysconfig/opa/opafm.info
 %{pseudo_opt}/bin/*
 %{pseudo_opt}%{_sysconfdir}/*
 %{pseudo_opt}/runtime/*
 %{_sbindir}/opafmcmd
 %{_sbindir}/opafmcmdall
+%{_sbindir}/rcopafm
 
 %changelog

++ _service ++

  
git
https://github.com/01org/opa-fm.git
no
.git
opa-fm
10.4.0
736bd9dc3e094576d67e286d2e3a534e1dd05588
  
  
opa-fm*.tar
gz
  




commit pandoc for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package pandoc for openSUSE:Factory checked 
in at 2017-06-09 15:57:43

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


Package is "pandoc"

Fri Jun  9 15:57:43 2017 rev:19 rq:502426 version:1.19.2.1

Changes:

--- /work/SRC/openSUSE:Factory/pandoc/pandoc.changes2017-06-04 
01:56:25.421065876 +0200
+++ /work/SRC/openSUSE:Factory/.pandoc.new/pandoc.changes   2017-06-09 
15:57:48.720242748 +0200
@@ -1,0 +2,5 @@
+Thu Jun  1 10:38:17 UTC 2017 - sch...@suse.de
+
+- Fix requires
+
+---



Other differences:
--
++ pandoc.spec ++
--- /var/tmp/diff_new_pack.K7i3Q0/_old  2017-06-09 15:57:49.344154688 +0200
+++ /var/tmp/diff_new_pack.K7i3Q0/_new  2017-06-09 15:57:49.348154124 +0200
@@ -117,7 +117,7 @@
 Requires:   %{name} = %{version}
 Requires:   texlive-latex-bin-bin
 # bsc#1014590
-Requires:   texlive-upqoute
+Requires:   texlive-upquote
 
 %description pdf
 Meta package for support generating pdf with pandoc.




commit perl-Minion for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Minion for openSUSE:Factory 
checked in at 2017-06-09 15:57:53

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


Package is "perl-Minion"

Fri Jun  9 15:57:53 2017 rev:25 rq:502477 version:6.06

Changes:

--- /work/SRC/openSUSE:Factory/perl-Minion/perl-Minion.changes  2017-04-12 
18:17:21.048331110 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Minion.new/perl-Minion.changes 
2017-06-09 15:57:57.698975480 +0200
@@ -1,0 +2,10 @@
+Fri Jun  9 06:00:14 UTC 2017 - co...@suse.com
+
+- updated to 6.06
+   see /usr/share/doc/packages/perl-Minion/Changes
+
+  6.06  2017-06-03
+- Added an example application to demonstrate how to integrate background 
jobs
+  into well-structured Mojolicious applications.
+
+---

Old:

  Minion-6.05.tar.gz

New:

  Minion-6.06.tar.gz



Other differences:
--
++ perl-Minion.spec ++
--- /var/tmp/diff_new_pack.jyLplK/_old  2017-06-09 15:57:58.602847906 +0200
+++ /var/tmp/diff_new_pack.jyLplK/_new  2017-06-09 15:57:58.606847342 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Minion
-Version:6.05
+Version:6.06
 Release:0
 %define cpan_name Minion
 Summary:Job queue
@@ -102,6 +102,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Minion-6.05.tar.gz -> Minion-6.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.05/Changes new/Minion-6.06/Changes
--- old/Minion-6.05/Changes 2017-04-03 23:12:58.0 +0200
+++ new/Minion-6.06/Changes 2017-06-03 20:01:21.0 +0200
@@ -1,4 +1,8 @@
 
+6.06  2017-06-03
+  - Added an example application to demonstrate how to integrate background 
jobs
+into well-structured Mojolicious applications.
+
 6.05  2017-04-03
   - Added support for sharing worker status information.
   - Improved retry methods to allow for active jobs to be retried as well.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.05/MANIFEST new/Minion-6.06/MANIFEST
--- old/Minion-6.05/MANIFEST2017-04-06 13:54:38.0 +0200
+++ new/Minion-6.06/MANIFEST2017-06-06 00:14:54.0 +0200
@@ -1,4 +1,13 @@
 Changes
+examples/linkcheck/lib/LinkCheck.pm
+examples/linkcheck/lib/LinkCheck/Controller/Links.pm
+examples/linkcheck/lib/LinkCheck/Task/CheckLinks.pm
+examples/linkcheck/linkcheck.conf
+examples/linkcheck/script/linkcheck
+examples/linkcheck/t/linkcheck.t
+examples/linkcheck/templates/layouts/linkcheck.html.ep
+examples/linkcheck/templates/links/index.html.ep
+examples/linkcheck/templates/links/result.html.ep
 examples/minion_bench.pl
 lib/Minion.pm
 lib/Minion/Backend.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.05/META.json new/Minion-6.06/META.json
--- old/Minion-6.05/META.json   2017-04-06 13:54:38.0 +0200
+++ new/Minion-6.06/META.json   2017-06-06 00:14:54.0 +0200
@@ -4,13 +4,13 @@
   "Sebastian Riedel "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.28, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+  "version" : 2
},
"name" : "Minion",
"no_index" : {
@@ -54,6 +54,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.05",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "6.06",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Minion-6.05/META.yml new/Minion-6.06/META.yml
--- old/Minion-6.05/META.yml2017-04-06 13:54:38.0 +0200
+++ new/Minion-6.06/META.yml2017-06-06 00:14:54.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.28, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,5 +27,5 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository

commit perl-Perl-Critic-Freenode for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Critic-Freenode for 
openSUSE:Factory checked in at 2017-06-09 15:58:12

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


Package is "perl-Perl-Critic-Freenode"

Fri Jun  9 15:58:12 2017 rev:3 rq:502482 version:0.021

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Perl-Critic-Freenode/perl-Perl-Critic-Freenode.changes
  2017-05-24 16:47:16.532678120 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Critic-Freenode.new/perl-Perl-Critic-Freenode.changes
 2017-06-09 15:58:16.364341035 +0200
@@ -1,0 +2,9 @@
+Fri Jun  9 06:13:48 UTC 2017 - co...@suse.com
+
+- updated to 0.021
+   see /usr/share/doc/packages/perl-Perl-Critic-Freenode/Changes
+
+  0.021 2017-06-03 19:49:16 EDT
+- Be more lenient when trying to detect postderef for DeprecatedFeatures 
autoderef violations
+
+---

Old:

  Perl-Critic-Freenode-0.020.tar.gz

New:

  Perl-Critic-Freenode-0.021.tar.gz



Other differences:
--
++ perl-Perl-Critic-Freenode.spec ++
--- /var/tmp/diff_new_pack.goBBKb/_old  2017-06-09 15:58:17.020248460 +0200
+++ /var/tmp/diff_new_pack.goBBKb/_new  2017-06-09 15:58:17.024247896 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Critic-Freenode
-Version:0.020
+Version:0.021
 Release:0
 %define cpan_name Perl-Critic-Freenode
 Summary:Perl::Critic policies inspired by #perl on

++ Perl-Critic-Freenode-0.020.tar.gz -> Perl-Critic-Freenode-0.021.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Critic-Freenode-0.020/Build.PL 
new/Perl-Critic-Freenode-0.021/Build.PL
--- old/Perl-Critic-Freenode-0.020/Build.PL 2017-05-16 02:45:04.0 
+0200
+++ new/Perl-Critic-Freenode-0.021/Build.PL 2017-06-04 01:49:18.0 
+0200
@@ -84,7 +84,7 @@
 "Dan Book "
   ],
   "dist_name" => "Perl-Critic-Freenode",
-  "dist_version" => "0.020",
+  "dist_version" => "0.021",
   "license" => "artistic_2",
   "module_name" => "Perl::Critic::Freenode",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Critic-Freenode-0.020/Changes 
new/Perl-Critic-Freenode-0.021/Changes
--- old/Perl-Critic-Freenode-0.020/Changes  2017-05-16 02:45:04.0 
+0200
+++ new/Perl-Critic-Freenode-0.021/Changes  2017-06-04 01:49:18.0 
+0200
@@ -1,3 +1,6 @@
+0.021 2017-06-03 19:49:16 EDT
+  - Be more lenient when trying to detect postderef for DeprecatedFeatures 
autoderef violations
+
 0.020 2017-05-15 20:45:02 EDT
   - Updates to documentation for DeprecatedFeatures and DiscouragedModules 
policies
   - Add require ::Foo::Bar to DeprecatedFeatures policy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Critic-Freenode-0.020/META.json 
new/Perl-Critic-Freenode-0.021/META.json
--- old/Perl-Critic-Freenode-0.020/META.json2017-05-16 02:45:04.0 
+0200
+++ new/Perl-Critic-Freenode-0.021/META.json2017-06-04 01:49:18.0 
+0200
@@ -67,95 +67,95 @@
"provides" : {
   "Perl::Critic::Freenode" : {
  "file" : "lib/Perl/Critic/Freenode.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Freenode::Utils" : {
  "file" : "lib/Perl/Critic/Freenode/Utils.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Policy::Freenode::AmpersandSubCalls" : {
  "file" : "lib/Perl/Critic/Policy/Freenode/AmpersandSubCalls.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Policy::Freenode::ArrayAssignAref" : {
  "file" : "lib/Perl/Critic/Policy/Freenode/ArrayAssignAref.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Policy::Freenode::BarewordFilehandles" : {
  "file" : "lib/Perl/Critic/Policy/Freenode/BarewordFilehandles.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Policy::Freenode::ConditionalDeclarations" : {
  "file" : "lib/Perl/Critic/Policy/Freenode/ConditionalDeclarations.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Policy::Freenode::ConditionalImplicitReturn" : {
  "file" : 
"lib/Perl/Critic/Policy/Freenode/ConditionalImplicitReturn.pm",
- "version" : "0.020"
+ "version" : "0.021"
   },
   "Perl::Critic::Policy::Free

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

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2017-06-09 15:58:19

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"

Fri Jun  9 15:58:19 2017 rev:46 rq:502485 version:3.22

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2017-04-29 10:52:57.077084889 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2017-06-09 15:58:24.587180460 +0200
@@ -1,0 +2,24 @@
+Fri Jun  9 05:13:26 UTC 2017 - co...@suse.com
+
+- updated to 3.22
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Wed May 31 05:09:28 UTC 2017 - co...@suse.com
+
+- updated to 3.20
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Thu May 25 07:33:32 UTC 2017 - co...@suse.com
+
+- updated to 3.18
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---
+Fri May 12 05:12:02 UTC 2017 - co...@suse.com
+
+- updated to 3.16
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-3.14.tar.gz

New:

  CPAN-Perl-Releases-3.22.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.0PBFQM/_old  2017-06-09 15:58:25.591038775 +0200
+++ /var/tmp/diff_new_pack.0PBFQM/_new  2017-06-09 15:58:25.591038775 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:3.14
+Version:3.22
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-3.14.tar.gz -> CPAN-Perl-Releases-3.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-3.14/Changes 
new/CPAN-Perl-Releases-3.22/Changes
--- old/CPAN-Perl-Releases-3.14/Changes 2017-04-21 00:17:32.0 +0200
+++ new/CPAN-Perl-Releases-3.22/Changes 2017-05-31 23:29:03.0 +0200
@@ -1,8 +1,48 @@
 ==
-Changes from 2012-04-21 00:00:00 + to present.
+Changes from 2012-06-01 00:00:00 + to present.
 ==
 
 -
+version 3.22 at 2017-05-31 21:26:56 +
+-
+
+  Change: 93cfe83ccacace58760d75079788ce3575fa5f44
+  Author: Chris 'BinGOs' Williams 
+  Date : 2017-05-31 22:26:56 +
+
+Updated for v5.27.0 
+
+-
+version 3.20 at 2017-05-30 18:37:56 +
+-
+
+  Change: 3db33f933b7fad0c6198306b4cc664dd65e3a58a
+  Author: Chris 'BinGOs' Williams 
+  Date : 2017-05-30 19:37:56 +
+
+Updated for v5.26.0 
+
+-
+version 3.18 at 2017-05-23 23:27:20 +
+-
+
+  Change: e757aebb18c1235cb1eaa8585e25e142d2e89ef4
+  Author: Chris 'BinGOs' Williams 
+  Date : 2017-05-24 00:27:20 +
+
+Updated for v5.26.0-RC2 
+
+-
+version 3.16 at 2017-05-11 17:04:15 +
+-
+
+  Change: 3c2ab4fc30f22ef98406d455da2526ee1f5968f8
+  Author: Chris 'BinGOs' Williams 
+  Date : 2017-05-11 18:04:15 +
+
+Updated for v5.26.0-RC1 
+
+-
 version 3.14 at 2017-04-20 22:16:44 +
 -
 
@@ -1337,66 +1377,6 @@
 
 Updated for v5.17.1 
 
--
-version 0.58 at 2012-05-26 17:32:34 +
--
-
-  Change: 7f0f381092537da3bb81824f723a0d394647e6b0
-  Author: Chris 'BinGOs' Williams 
-  Date : 2012-05-26 18:32:34 +
-
-Updated for v5.17.0 
-
--
-version 0.56 at 2012-05-20 23:20:55 +
--
-
-  Change: 8f50a8c2f72734399956e266e5ef1be8d91cc937
-  Author: Chris 'BinGOs' Williams 
-  Date : 2012-05-21 00:20:55 +
-
-Updated for v5.16.0 
-
--
-version 0.54 at 2012-05-20 20:02:31 +
--
-
-  Change: 6e7fde493df56d309d90ac69dc5bacbb6622a5b6
-  Author: Chris 'BinGOs'

commit lynis for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package lynis for openSUSE:Factory checked 
in at 2017-06-09 15:57:38

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


Package is "lynis"

Fri Jun  9 15:57:38 2017 rev:26 rq:502424 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/lynis/lynis.changes  2017-04-11 
09:41:41.454511321 +0200
+++ /work/SRC/openSUSE:Factory/.lynis.new/lynis.changes 2017-06-09 
15:57:43.644959080 +0200
@@ -1,0 +2,16 @@
+Thu Jun  8 19:36:22 UTC 2017 - astie...@suse.com
+
+- Lynis 2.5.1:
+  * Improved detection of SSL certificate files
+  * Minor changes to improve logging and results
+  * Firewall tests: Determine if CSF is in testing mode
+- includes changes from Lynis 2.5.0:
+  * CVE-2017-8108: symlink attack may have allowed arbitrary file
+overwrite or privilege escalation (bsc#1043463)
+  * Deleted unused tests from database file
+  * Additional sysctls are tested
+  * Extended test with Symantec components
+  * Snort detection
+  * Snort configuration file
+
+---

Old:

  lynis-2.4.8.tar.gz
  lynis-2.4.8.tar.gz.asc

New:

  lynis-2.5.1.tar.gz
  lynis-2.5.1.tar.gz.asc



Other differences:
--
++ lynis.spec ++
--- /var/tmp/diff_new_pack.6T10pD/_old  2017-06-09 15:57:45.936635630 +0200
+++ /var/tmp/diff_new_pack.6T10pD/_new  2017-06-09 15:57:45.936635630 +0200
@@ -24,7 +24,7 @@
 %define _dbdir%{_datadir}/lynis/db
 %define _bindir   %{_prefix}/bin
 Name:   lynis
-Version:2.4.8
+Version:2.5.1
 Release:0
 Summary:Security and System auditing tool
 License:GPL-3.0

++ lynis-2.4.8.tar.gz -> lynis-2.5.1.tar.gz ++
 8735 lines of diff (skipped)


++ lynis_1.3.1_include_consts.diff ++
--- /var/tmp/diff_new_pack.6T10pD/_old  2017-06-09 15:57:46.232593858 +0200
+++ /var/tmp/diff_new_pack.6T10pD/_new  2017-06-09 15:57:46.236593293 +0200
@@ -1,9 +1,9 @@
 Index: include/consts
 ===
 include/consts.orig2017-03-29 02:00:00.0 +0200
-+++ include/consts 2017-04-04 12:10:01.819656810 +0200
-@@ -99,6 +99,7 @@ unset LANG
- ERROR_ON_WARNINGS=0
+--- include/consts.orig
 include/consts
+@@ -102,6 +102,7 @@ unset LANG
+ FAIL2BANBINARY=""
  FILEBINARY=""
  FILEVALUE=""
 +FILE_NUM_TOTAL=0

++ lynis_1.3.6_include-osdetection.diff ++
--- /var/tmp/diff_new_pack.6T10pD/_old  2017-06-09 15:57:46.244592164 +0200
+++ /var/tmp/diff_new_pack.6T10pD/_new  2017-06-09 15:57:46.248591600 +0200
@@ -1,8 +1,8 @@
 Index: include/osdetection
 ===
 include/osdetection.orig   2017-03-29 02:00:00.0 +0200
-+++ include/osdetection2017-04-04 12:10:06.183693153 +0200
-@@ -365,7 +365,7 @@
+--- include/osdetection.orig
 include/osdetection
+@@ -367,7 +367,7 @@
  OS_NAME="${LINUX_VERSION}"
  fi
  # If Linux version (full name) is unknown, use uname value




commit perl-Test2-Plugin-NoWarnings for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Test2-Plugin-NoWarnings for 
openSUSE:Factory checked in at 2017-06-09 15:58:05

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


Package is "perl-Test2-Plugin-NoWarnings"

Fri Jun  9 15:58:05 2017 rev:2 rq:502479 version:0.06

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test2-Plugin-NoWarnings/perl-Test2-Plugin-NoWarnings.changes
2017-06-08 15:02:23.404214537 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test2-Plugin-NoWarnings.new/perl-Test2-Plugin-NoWarnings.changes
   2017-06-09 15:58:06.941670957 +0200
@@ -1,0 +2,13 @@
+Fri Jun  9 06:31:01 UTC 2017 - co...@suse.com
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Test2-Plugin-NoWarnings/Changes
+
+  0.06 2017-06-04
+  
+  - Warnings inside a subtest were not emitted as TAP events, breaking the TAP
+and making for great confusion. This is because of a bug in the core TAP
+formatter - see https://github.com/Test-More/test-more/issues/776 for
+details. Warnings are now emitted as Ok events instead of Warning events.
+
+---

Old:

  Test2-Plugin-NoWarnings-0.05.tar.gz

New:

  Test2-Plugin-NoWarnings-0.06.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test2-Plugin-NoWarnings.spec ++
--- /var/tmp/diff_new_pack.hrZeM0/_old  2017-06-09 15:58:07.861541126 +0200
+++ /var/tmp/diff_new_pack.hrZeM0/_new  2017-06-09 15:58:07.861541126 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test2-Plugin-NoWarnings
-Version:0.05
+Version:0.06
 Release:0
 %define cpan_name Test2-Plugin-NoWarnings
 Summary:Fail if tests warn
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test2-Plugin-NoWarnings/
 Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Test2-Plugin-NoWarnings-0.05.tar.gz -> 
Test2-Plugin-NoWarnings-0.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test2-Plugin-NoWarnings-0.05/CONTRIBUTING.md 
new/Test2-Plugin-NoWarnings-0.06/CONTRIBUTING.md
--- old/Test2-Plugin-NoWarnings-0.05/CONTRIBUTING.md2016-11-07 
16:52:13.0 +0100
+++ new/Test2-Plugin-NoWarnings-0.06/CONTRIBUTING.md2017-06-04 
17:23:18.0 +0200
@@ -106,7 +106,7 @@
 [Travis](https://travis-ci.org/) and the build status will be reported on the
 pull request page. If your build fails, please take a look at the output.
 
-## Tidyall
+## TidyAll
 
 This distribution uses
 [Code::TidyAll](https://metacpan.org/release/Code-TidyAll) to enforce a
@@ -127,5 +127,5 @@
 wish to be listed under a different name or address, you should submit a pull
 request to the .mailmap file to contain the correct mapping.
 
-This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.012 from a
-template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.76.
+This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.013 from a
+template file originating in Dist-Zilla-PluginBundle-DROLSKY-0.85.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test2-Plugin-NoWarnings-0.05/Changes 
new/Test2-Plugin-NoWarnings-0.06/Changes
--- old/Test2-Plugin-NoWarnings-0.05/Changes2016-11-07 16:52:13.0 
+0100
+++ new/Test2-Plugin-NoWarnings-0.06/Changes2017-06-04 17:23:18.0 
+0200
@@ -1,3 +1,11 @@
+0.06 2017-06-04
+
+- Warnings inside a subtest were not emitted as TAP events, breaking the TAP
+  and making for great confusion. This is because of a bug in the core TAP
+  formatter - see https://github.com/Test-More/test-more/issues/776 for
+  details. Warnings are now emitted as Ok events instead of Warning events.
+
+
 0.05 2016-11-07
 
 - Skip compile.t on Windows. This test uses IPC::Run3 which doesn't seem to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test2-Plugin-NoWarnings-0.05/LICENSE 
new/Test2-Plugin-NoWarnings-0.06/LICENSE
--- old/Test2-Plugin-NoWarnings-0.05/LICENSE2016-11-07 16:52:13.0 
+0100
+++ new/Test2-Plugin-NoWarnings-0.06/LICENSE2017-06-04 17:23:18.0 
+0200
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2016 by Dave Rolsky.
+This software is Copyright (c) 2017 by Dave Rolsky.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore'

commit perl-Mojo-Pg for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-Pg for openSUSE:Factory 
checked in at 2017-06-09 15:58:28

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


Package is "perl-Mojo-Pg"

Fri Jun  9 15:58:28 2017 rev:4 rq:502488 version:3.06

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojo-Pg/perl-Mojo-Pg.changes
2017-03-24 02:23:18.622007449 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojo-Pg.new/perl-Mojo-Pg.changes   
2017-06-09 15:58:29.494487842 +0200
@@ -1,0 +2,11 @@
+Fri Jun  2 06:11:04 UTC 2017 - co...@suse.com
+
+- updated to 3.06
+   see /usr/share/doc/packages/perl-Mojo-Pg/Changes
+
+  3.06  2017-06-01
+- Updated example application with tests.
+- Improved Mojo::Pg to be a little less noisy by deactivating PrintWarn by
+  default.
+
+---

Old:

  Mojo-Pg-3.05.tar.gz

New:

  Mojo-Pg-3.06.tar.gz



Other differences:
--
++ perl-Mojo-Pg.spec ++
--- /var/tmp/diff_new_pack.2bdzqA/_old  2017-06-09 15:58:30.086404298 +0200
+++ /var/tmp/diff_new_pack.2bdzqA/_new  2017-06-09 15:58:30.090403734 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-Pg
-Version:3.05
+Version:3.06
 Release:0
 %define cpan_name Mojo-Pg
 Summary:Mojolicious ♥ PostgreSQL
@@ -31,10 +31,10 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(DBD::Pg) >= 3.005001
-BuildRequires:  perl(Mojolicious) >= 7.15
+BuildRequires:  perl(Mojolicious) >= 7.32
 BuildRequires:  perl(SQL::Abstract) >= 1.81
 Requires:   perl(DBD::Pg) >= 3.005001
-Requires:   perl(Mojolicious) >= 7.15
+Requires:   perl(Mojolicious) >= 7.32
 Requires:   perl(SQL::Abstract) >= 1.81
 %{perl_requires}
 

++ Mojo-Pg-3.05.tar.gz -> Mojo-Pg-3.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-3.05/Changes new/Mojo-Pg-3.06/Changes
--- old/Mojo-Pg-3.05/Changes2017-03-12 12:39:16.0 +0100
+++ new/Mojo-Pg-3.06/Changes2017-06-01 17:40:12.0 +0200
@@ -1,4 +1,9 @@
 
+3.06  2017-06-01
+  - Updated example application with tests.
+  - Improved Mojo::Pg to be a little less noisy by deactivating PrintWarn by
+default.
+
 3.05  2017-03-12
   - Improved from_string method in Mojo::Pg with search_path support.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-3.05/MANIFEST new/Mojo-Pg-3.06/MANIFEST
--- old/Mojo-Pg-3.05/MANIFEST   2017-03-12 12:41:43.0 +0100
+++ new/Mojo-Pg-3.06/MANIFEST   2017-06-01 19:49:18.0 +0200
@@ -5,6 +5,7 @@
 examples/blog/lib/Blog/Model/Posts.pm
 examples/blog/migrations/blog.sql
 examples/blog/script/blog
+examples/blog/t/blog.t
 examples/blog/templates/layouts/blog.html.ep
 examples/blog/templates/posts/_form.html.ep
 examples/blog/templates/posts/create.html.ep
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-3.05/META.json new/Mojo-Pg-3.06/META.json
--- old/Mojo-Pg-3.05/META.json  2017-03-12 12:41:43.0 +0100
+++ new/Mojo-Pg-3.06/META.json  2017-06-01 19:49:18.0 +0200
@@ -4,13 +4,13 @@
   "Sebastian Riedel "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.28, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+  "version" : 2
},
"name" : "Mojo-Pg",
"no_index" : {
@@ -35,7 +35,7 @@
   "runtime" : {
  "requires" : {
 "DBD::Pg" : "3.005001",
-"Mojolicious" : "7.15",
+"Mojolicious" : "7.32",
 "SQL::Abstract" : "1.81",
 "perl" : "5.010001"
  }
@@ -57,6 +57,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "3.05",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "3.06",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-3.05/META.yml new/Mojo-Pg-3.06/META.yml
--- old/Mojo-Pg-3.05/META.yml   2017-03-12 12:41:43.0 +0100
+++ new/Mojo-Pg-3.06/META.yml   2017-06-01 19:49:17.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMake

commit perl-Net-Whois-Raw for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2017-06-09 15:58:16

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


Package is "perl-Net-Whois-Raw"

Fri Jun  9 15:58:16 2017 rev:28 rq:502483 version:2.99008

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2017-05-27 13:19:43.579957858 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes   
2017-06-09 15:58:17.760144031 +0200
@@ -1,0 +2,9 @@
+Fri Jun  9 06:08:34 UTC 2017 - co...@suse.com
+
+- updated to 2.99008
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99008  Jun 7 2017 Alexander Nalobin
+  - can bypass recursing to custom servers 
($Net::Whois::Raw::Data::whois_servers_no_recurse)
+
+---

Old:

  Net-Whois-Raw-2.99007.tar.gz

New:

  Net-Whois-Raw-2.99008.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.ktaTsU/_old  2017-06-09 15:58:19.031964526 +0200
+++ /var/tmp/diff_new_pack.ktaTsU/_new  2017-06-09 15:58:19.035963961 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.99007
+Version:2.99008
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information of domains and IP addresses

++ Net-Whois-Raw-2.99007.tar.gz -> Net-Whois-Raw-2.99008.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/Changes 
new/Net-Whois-Raw-2.99008/Changes
--- old/Net-Whois-Raw-2.99007/Changes   2017-05-22 17:25:50.0 +0200
+++ new/Net-Whois-Raw-2.99008/Changes   2017-06-07 11:36:08.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl module Net::Whois::Raw.
 
+2.99008  Jun 7 2017 Alexander Nalobin
+- can bypass recursing to custom servers 
($Net::Whois::Raw::Data::whois_servers_no_recurse)
+
 2.99007  May 22 2017 Vadiml Likhota
 - revert broken $which_whois default behavior
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/META.json 
new/Net-Whois-Raw-2.99008/META.json
--- old/Net-Whois-Raw-2.99007/META.json 2017-05-22 17:25:50.0 +0200
+++ new/Net-Whois-Raw-2.99008/META.json 2017-06-07 11:36:08.0 +0200
@@ -59,6 +59,6 @@
  "web" : "https://github.com/regru/Net-Whois-Raw";
   }
},
-   "version" : "2.99007"
+   "version" : "2.99008"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/META.yml 
new/Net-Whois-Raw-2.99008/META.yml
--- old/Net-Whois-Raw-2.99007/META.yml  2017-05-22 17:25:50.0 +0200
+++ new/Net-Whois-Raw-2.99008/META.yml  2017-06-07 11:36:08.0 +0200
@@ -36,4 +36,4 @@
 resources:
   bugtracker: https://github.com/regru/Net-Whois-Raw/issues
   repository: git://github.com/regru/Net-Whois-Raw.git
-version: '2.99007'
+version: '2.99008'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/Makefile.PL 
new/Net-Whois-Raw-2.99008/Makefile.PL
--- old/Net-Whois-Raw-2.99007/Makefile.PL   2017-05-22 17:25:50.0 
+0200
+++ new/Net-Whois-Raw-2.99008/Makefile.PL   2017-06-07 11:36:08.0 
+0200
@@ -43,7 +43,7 @@
 "Test::More" => 0,
 "Test::RequiresInternet" => 0
   },
-  "VERSION" => "2.99007",
+  "VERSION" => "2.99008",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/bin/pwhois 
new/Net-Whois-Raw-2.99008/bin/pwhois
--- old/Net-Whois-Raw-2.99007/bin/pwhois2017-05-22 17:25:50.0 
+0200
+++ new/Net-Whois-Raw-2.99008/bin/pwhois2017-06-07 11:36:08.0 
+0200
@@ -240,7 +240,7 @@
 
 =head1 VERSION
 
-version 2.99007
+version 2.99008
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/dist.ini 
new/Net-Whois-Raw-2.99008/dist.ini
--- old/Net-Whois-Raw-2.99007/dist.ini  2017-05-22 17:25:50.0 +0200
+++ new/Net-Whois-Raw-2.99008/dist.ini  2017-06-07 11:36:08.0 +0200
@@ -4,7 +4,7 @@
 copyright_holder = Alexander Nalobin
 copyright_year   = 2002-2017
 
-version = 2.99007
+version = 2.99008
 
 [@Filter]
 -bundle = @Basic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99007/lib/Net/Whois/Raw/Common.pm 
new/Net-Whois-Raw-2.99008/lib/Net/Whois/Raw/Comm

commit perl-Type-Tiny for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Type-Tiny for openSUSE:Factory 
checked in at 2017-06-09 15:58:25

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


Package is "perl-Type-Tiny"

Fri Jun  9 15:58:25 2017 rev:4 rq:502486 version:1.002000

Changes:

--- /work/SRC/openSUSE:Factory/perl-Type-Tiny/perl-Type-Tiny.changes
2017-02-16 17:05:15.358106858 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Type-Tiny.new/perl-Type-Tiny.changes   
2017-06-09 15:58:25.870999261 +0200
@@ -1,0 +2,216 @@
+Fri Jun  2 06:56:11 UTC 2017 - co...@suse.com
+
+- updated to 1.002000
+   see /usr/share/doc/packages/perl-Type-Tiny/Changes
+
+  1.002000 2017-06-01
+  
+   [ Packaging ]
+   - Stable version number.
+  
+  1.001_0162017-05-30
+  
+   [ Documentation ]
+   - Include page-numbers.pl example
+  
+  1.001_0152017-05-20
+  
+   [ Bug Fixes ]
+   - Fix HashRef[Str]|Undef|Str parsing on Perl < 5.14.
+ Fixes RT#121764.
+ Aran Clary Deltac++
+ Graham Knop++
+ 
+  
+  1.001_0142017-05-19
+  
+   - Include trailing line break at the end of stringified version of some
+ exceptions.
+ Peter Valdemar Mørch++
+  
+  1.001_0132017-05-18  Kittiversary
+  
+   [ Bug Fixes ]
+   - Fixed crazy amount of UTF-8 warnings from Type::Params on Perl 5.6.x and
+ Perl 5.8.x.
+ Fixes RT#101582.
+ André Walker++
+ 
+ 
+   - StrMatch changes in previous release broke the ability to check type
+ equality between two parameterized StrMatch types under some
+ circumstances. Changed how the hash key for stashing regexp references
+ gets built — is now closer to the old way. This doesn't revert the
+ change in 1.001_012 where regexp checks can be inlined better, but only
+ applies to those regexp references that can't easily be inlined.
+  
+  1.001_0122017-05-17
+  
+   [ BACK COMPAT ]
+   - RegexpRef now accepts blessed objects if $object->isa('Regexp') returns
+ true.
+  
+   [ Other ]
+   - StrMatch will use Regexp::Util (if available) to inline regular
+ expressions more sensibly.
+  
+  1.001_0112017-05-17
+  
+   [ Bug Fixes ]
+   - Type constraints like Tuple[Int] shouldn't report they have a coercion
+ if Int doesn't have a coercion.
+  
+   [ Other ]
+   - Added: Types::Standard now has a CycleTuple type.
+  
+  1.001_0102017-05-16  Puppiversary
+  
+   [ Test Suite ]
+   - t/00-begin.t will now work around ANDK's apparently broken XS testing
+ environment.
+  
+  1.001_0092017-05-13
+  
+   - Rewrite some benchmarking scripts to use
+ Benchmark::Featureset::ParamCheck.
+   - Use Ref::Util::XS (if it's installed) to speed up certain type checks.
+  
+  1.001_0082017-05-10
+  
+   [ Bug Fixes ]
+   - Type::Params should make sure Type::Utils is loaded before calling
+ english_list().
+  
+   [ Documentation ]
+   - Rearrange the examples directory in the distribution.
+  
+   [ Other ]
+   - Added: Named parameter validation benchmarking script.
+   - Added: Reduce scope of local $SIG{__DIE__} in Type::Registry.
+ Graham Knop++
+  
+  1.001_0072017-05-04  May the fourth be with you
+  
+   [ Documentation ]
+   - Comparison of Type::Params with new(ish) CPAN module
+ Params::ValidationCompiler.
+   - Show example of how to set defaults for parameters with Type::Params.
+  
+   [ Other ]
+   - Added: Type::Params' `multisig` function now sets a variable
+ `${^TYPE_PARAMS_MULTISIG}` to indicate which signature succeeded.
+   - Optimization of Type::Params positional parameter checking for simple
+ cases with no slurpy parameter and no coercions.
+   - Optimizations for Tuple and StrMatch type constraints from
+ Types::Standard.
+  
+  1.001_0062017-04-30
+  
+   - Allow Type::Tiny's `constraint` parameter to be a string of Perl code.
+   - Localize $SIG{__DIE__} in Type::Registry.
+ Fixes RT#100780.
+ 
+  
+  1.001_0052017-04-19
+  
+   [ Bug Fixes ]
+   - 02-api.t should check version of Moose available.
+ 
+   - 20-unit/Type-Utils/warnings.t should check version of Test::Warnings.
+ Alexandr Ciornii++
+ 
+   - Fix minor typos in documentation for Types::Standard.
+ Zoffix Znet++
+ 
+   - Fix variable name typo in documentation for Type::Params.
+ Lucas Buchala++
+ 
+  
+   [ Documentation ]
+   - In

commit perl-DateTime-TimeZone for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2017-06-09 15:57:59

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


Package is "perl-DateTime-TimeZone"

Fri Jun  9 15:57:59 2017 rev:46 rq:502478 version:2.13

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2016-07-18 21:26:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2017-06-09 15:58:03.226195362 +0200
@@ -1,0 +2,82 @@
+Fri Jun  9 05:27:43 UTC 2017 - co...@suse.com
+
+- updated to 2.13
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  2.132017-06-01
+  
+  - Really fix the indexing issue. For reals this time. I'm totally not
+kidding. Thanks to Grinnz on #metacpan for giving me the solution.
+  
+  
+  2.122017-06-01
+  
+  - Attempting to fix indexing of DateTime::TimeZone::Catalog on metacpan
+again. No real code or zone changes. Reported by Greg Oscwhald. GH #19.
+
+---
+Thu May 25 07:52:44 UTC 2017 - co...@suse.com
+
+- updated to 2.11
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  2.112017-03-22
+  
+  - This release is based on version 2017b of the Olson database. This release
+includes contemporary changes for Haiti.
+  
+  
+  2.102017-03-01
+  
+  - This release is based on version 2017a of the Olson database. This release
+includes contemporary changes for Mongolia and Chile.
+  
+  
+  2.092016-11-24
+  
+  - This release is based on version 2016j of the Olson database. This release
+includes contemporary changes for Russia (Europe/Saratov).
+  
+  
+  2.082016-11-12
+  
+  - Switched from RT to the GitHub issue tracker.
+  
+  
+  2.072016-11-02
+  
+  - This release is based on version 2016i of the Olson database. This release
+includes contemporary changes for Tonga and Antarctica/Casey. There is also
+a new zone for Northern Cyprus, Asia/Famagusta, which differs from other
+parts of Cyprus.
+  
+  
+  2.062016-10-20
+  
+  - This release is based on version 2016h of the Olson database. This release
+includes contemporary changes for Palestine.
+  
+  
+  2.052016-09-28
+  
+  - This release is based on version 2016g of the Olson database. This release
+includes contemporary changes for Turkey.
+  
+  
+  2.042016-09-26
+  
+  - Automatically add the latest version of DateTime::Time::Local::Win32 as a
+prereqs on Windows system automatically when building the release.
+  
+  
+  2.032016-09-17
+  
+  - Bump minimum required Perl to 5.8.4 from 5.8.1. This matches DateTime.pm
+itself.
+  
+  
+  2.022016-09-16
+  
+  - Replaced Params::Validate with Params::ValidationCompiler.
+
+---

Old:

  DateTime-TimeZone-2.01.tar.gz

New:

  DateTime-TimeZone-2.13.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.JTZrXD/_old  2017-06-09 15:58:04.813971262 +0200
+++ /var/tmp/diff_new_pack.JTZrXD/_new  2017-06-09 15:58:04.817970698 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DateTime-TimeZone
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-DateTime-TimeZone
-Version:2.01
+Version:2.13
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime-TimeZone/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,17 +33,23 @@
 BuildRequires:  perl(Class::Singleton) >= 1.03
 BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Module::Runtime)
-BuildRequires:  perl(Params::Validate) >= 0.72
+BuildRequires:  perl(Params::ValidationCompiler) >= 0.13
+BuildRequires:  perl(Specio::Library::Builtins)
+BuildRequires:  perl(Specio::Library::String)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:

commit python-cachetools for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package python-cachetools for 
openSUSE:Factory checked in at 2017-06-09 15:57:49

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


Package is "python-cachetools"

Fri Jun  9 15:57:49 2017 rev:3 rq:502431 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-cachetools/python-cachetools.changes  
2016-09-01 14:03:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cachetools.new/python-cachetools.changes 
2017-06-09 15:57:49.548125899 +0200
@@ -1,0 +2,9 @@
+Thu Jun  1 21:04:54 UTC 2017 - dmuel...@suse.com
+
+- update to 2.0.0:
+  - Drop Python 3.2 support (breaking change).
+  - Drop support for deprecated features (breaking change).
+  - Move key functions to separate package (breaking change).
+  - Accept non-integer ``maxsize`` in ``Cache.__repr__()``.
+
+---

Old:

  cachetools-1.1.6.tar.gz

New:

  cachetools-2.0.0.tar.gz



Other differences:
--
++ python-cachetools.spec ++
--- /var/tmp/diff_new_pack.mwox50/_old  2017-06-09 15:57:50.100048000 +0200
+++ /var/tmp/diff_new_pack.mwox50/_new  2017-06-09 15:57:50.104047436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cachetools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-cachetools
-Version:1.1.6
+Version:2.0.0
 Release:0
 Summary:Extensible memoizing collections and decorators
 License:MIT

++ cachetools-1.1.6.tar.gz -> cachetools-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-1.1.6/CHANGES.rst 
new/cachetools-2.0.0/CHANGES.rst
--- old/cachetools-1.1.6/CHANGES.rst2016-04-01 12:06:33.0 +0200
+++ new/cachetools-2.0.0/CHANGES.rst2016-10-03 14:09:18.0 +0200
@@ -1,3 +1,15 @@
+v2.0.0 (2016-10-03)
+---
+
+- Drop Python 3.2 support (breaking change).
+
+- Drop support for deprecated features (breaking change).
+
+- Move key functions to separate package (breaking change).
+
+- Accept non-integer ``maxsize`` in ``Cache.__repr__()``.
+
+
 v1.1.6 (2016-04-01)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-1.1.6/LICENSE new/cachetools-2.0.0/LICENSE
--- old/cachetools-1.1.6/LICENSE2015-08-27 08:13:42.0 +0200
+++ new/cachetools-2.0.0/LICENSE2016-04-22 15:03:41.0 +0200
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2014, 2015 Thomas Kemmer
+Copyright (c) 2014-2016 Thomas Kemmer
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cachetools-1.1.6/PKG-INFO 
new/cachetools-2.0.0/PKG-INFO
--- old/cachetools-1.1.6/PKG-INFO   2016-04-01 12:07:29.0 +0200
+++ new/cachetools-2.0.0/PKG-INFO   2016-10-03 14:10:22.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cachetools
-Version: 1.1.6
+Version: 2.0.0
 Summary: Extensible memoizing collections and decorators
 Home-page: https://github.com/tkem/cachetools
 Author: Thomas Kemmer
@@ -59,10 +59,6 @@
:target: https://pypi.python.org/pypi/cachetools/
:alt: Latest PyPI version
 
-.. image:: http://img.shields.io/pypi/dm/cachetools.svg?style=flat
-   :target: https://pypi.python.org/pypi/cachetools/
-   :alt: Number of PyPI downloads
-
 .. image:: 
http://img.shields.io/travis/tkem/cachetools/master.svg?style=flat
:target: https://travis-ci.org/tkem/cachetools/
:alt: Travis CI build status
@@ -96,7 +92,7 @@
 .. _Change Log: 
https://github.com/tkem/cachetools/blob/master/CHANGES.rst
 .. _MIT License: http://raw.github.com/tkem/cachetools/master/LICENSE
 
-Keywords: c,a,c,h,e, ,c,a,c,h,i,n,g, ,m,e,m,o,i,z,e, ,m,e,m,o,i,z,i,n,g, 
,m,e,m,o,i,z,a,t,i,o,n, ,L,R,U, ,L,F,U, ,T,T,L
+Keywords: cache caching memoize memoizing memoization LRU LFU TTL
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Other Environment
@@ -107,7 +103,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Pyt

commit perl-Sub-Quote for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Sub-Quote for openSUSE:Factory 
checked in at 2017-06-09 15:58:07

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


Package is "perl-Sub-Quote"

Fri Jun  9 15:58:07 2017 rev:2 rq:502480 version:2.004000

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Quote/perl-Sub-Quote.changes
2017-01-22 00:49:48.291584965 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Quote.new/perl-Sub-Quote.changes   
2017-06-09 15:58:12.472890277 +0200
@@ -1,0 +2,13 @@
+Fri Jun  9 06:25:54 UTC 2017 - co...@suse.com
+
+- updated to 2.004000
+   see /usr/share/doc/packages/perl-Sub-Quote/Changes
+
+  2.004000 - 2017-06-07
+- more extensive quotify tests
+- split tests into separate files
+- propagate package to deferred subs, even if unnamed
+- reject invalid attributes
+- include line numbers compile errors (PR#1, djerius)
+
+---

Old:

  Sub-Quote-2.003001.tar.gz

New:

  Sub-Quote-2.004000.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Sub-Quote.spec ++
--- /var/tmp/diff_new_pack.Ts5mqn/_old  2017-06-09 15:58:14.032670129 +0200
+++ /var/tmp/diff_new_pack.Ts5mqn/_new  2017-06-09 15:58:14.032670129 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Sub-Quote
-Version:2.003001
+Version:2.004000
 Release:0
 %define cpan_name Sub-Quote
-Summary:Efficient Generation of Subroutines Via String Eval
+Summary:Efficient generation of subroutines via string eval
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Quote/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{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

++ Sub-Quote-2.003001.tar.gz -> Sub-Quote-2.004000.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.003001/Changes 
new/Sub-Quote-2.004000/Changes
--- old/Sub-Quote-2.003001/Changes  2016-12-09 09:20:22.0 +0100
+++ new/Sub-Quote-2.004000/Changes  2017-06-07 03:08:49.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Sub::Quote
 
+2.004000 - 2017-06-07
+  - more extensive quotify tests
+  - split tests into separate files
+  - propagate package to deferred subs, even if unnamed
+  - reject invalid attributes
+  - include line numbers compile errors (PR#1, djerius)
+
 2.003001 - 2016-12-09
   - fix use of Sub::Name
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.003001/MANIFEST 
new/Sub-Quote-2.004000/MANIFEST
--- old/Sub-Quote-2.003001/MANIFEST 2016-12-09 09:20:32.0 +0100
+++ new/Sub-Quote-2.004000/MANIFEST 2017-06-07 03:30:43.0 +0200
@@ -5,8 +5,12 @@
 Makefile.PL
 MANIFEST   This list of files
 t/croak-locations.t
+t/hints.t
+t/inline.t
+t/leaks.t
 t/lib/ErrorLocation.pm
 t/lib/InlineModule.pm
+t/quotify.t
 t/sub-defer-no-subname.t
 t/sub-defer-threads.t
 t/sub-defer.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.003001/META.json 
new/Sub-Quote-2.004000/META.json
--- old/Sub-Quote-2.003001/META.json2016-12-09 09:20:32.0 +0100
+++ new/Sub-Quote-2.004000/META.json2017-06-07 03:30:43.0 +0200
@@ -1,5 +1,5 @@
 {
-   "abstract" : "efficient generation of subroutines via string eval",
+   "abstract" : "Efficient generation of subroutines via string eval",
"author" : [
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
@@ -10,7 +10,7 @@
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-  "version" : "2"
+  "version" : 2
},
"name" : "Sub-Quote",
"no_index" : {
@@ -63,7 +63,7 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.003001",
+   "version" : "2.004000",
"x_authority" : "cpan:MSTROUT",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Quote-2.003001/META.yml 
new/Sub-Quote-2.004000/META.yml
--- old/Sub-Quote-2.003001/META.yml 2016-12-09 09:20:32.0 +0100
+++ new/Sub-Quote-2.004000/META.yml 2017-06-07 03:30:42.0 +0200
@@ -1,5 +1,5 @@
 ---

commit perl-Date-Manip for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package perl-Date-Manip for openSUSE:Factory 
checked in at 2017-06-09 15:58:34

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


Package is "perl-Date-Manip"

Fri Jun  9 15:58:34 2017 rev:47 rq:502491 version:6.59

Changes:

--- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes  
2017-03-12 20:01:26.375494927 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes 
2017-06-09 15:58:36.621481937 +0200
@@ -1,0 +2,6 @@
+Fri Jun  2 05:27:04 UTC 2017 - co...@suse.com
+
+- updated to 6.59
+   see /usr/share/doc/packages/perl-Date-Manip/Changes
+
+---

Old:

  Date-Manip-6.58.tar.gz

New:

  Date-Manip-6.59.tar.gz



Other differences:
--
++ perl-Date-Manip.spec ++
--- /var/tmp/diff_new_pack.wjOvXT/_old  2017-06-09 15:58:37.185402345 +0200
+++ /var/tmp/diff_new_pack.wjOvXT/_new  2017-06-09 15:58:37.189401780 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Date-Manip
-Version:6.58
+Version:6.59
 Release:0
 %define cpan_name Date-Manip
 Summary:Date manipulation routines

++ Date-Manip-6.58.tar.gz -> Date-Manip-6.59.tar.gz ++
 35472 lines of diff (skipped)




commit piglit for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package piglit for openSUSE:Factory checked 
in at 2017-06-09 15:58:37

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


Package is "piglit"

Fri Jun  9 15:58:37 2017 rev:3 rq:502494 version:1~20170607.bc6ef16df

Changes:

--- /work/SRC/openSUSE:Factory/piglit/piglit.changes2017-05-08 
19:04:06.126921740 +0200
+++ /work/SRC/openSUSE:Factory/.piglit.new/piglit.changes   2017-06-09 
15:58:40.280965437 +0200
@@ -1,0 +2,100 @@
+Thu Jun 08 17:58:40 UTC 2017 - mimi...@gmail.com
+
+- Update to version 1~20170607.bc6ef16df:
+  * arb_shader_storage_buffer_object: add member-memory-qualifiers.frag
+  * arb_bindless_texture: add arrays-of-struct.frag compiler tests
+  * arb_bindless_texture: add struct-inside-uniform-block.frag compiler tests
+  * cl: Add array of structures to program-scope-arrays test
+  * cl: Add input dependent test for global_offset
+  * egl: API test for EGL_IMG_context_priority extension
+  * egl-context-priority: Check eglInitialize result.
+  * primitive-restart: run all tests even when there's a failure
+  * srgb_conformance: fix error computation
+  * util: support instancing with piglit_draw_rect_custom
+  * shader_runner: add "draw instanced rect ortho" commands
+  * arb_tessellation_shader: test instancing
+  * glsl-1.50: test instancing with a geometry shader
+  * arb_tessellation_shader: add 3 new trivial tess+gs tests
+  * arb_compute_shader: test shaders when only 1 channel of gl_WorkGroupID is 
used
+  * drawoverhead: new microbenchmark
+  * shader_runner: add "draw arrays instanced" command
+  * shader_runner: add "relative probe rect rgba" command
+  * arb_tessellation_shader: test gl_PrimitiveID in instanced draws
+  * glsl-1.50: test gl_PrimitiveID in fragment shader when instancing is used
+  * util: add MIN3/MAX3 convenience macros
+  * arb_sparse_buffer: minmax test
+  * arb_sparse_buffer: add basic rendering test
+  * arb_sparse_buffer: add an extended commit test
+  * arb_sparse_buffer: add tests for various *BufferSubData commands
+  * piglit-framework-gl: add KHR_no_error enum to piglit_gl_test_config
+  * piglit-framework-gl: skip tests incompatible with KHR_no_error
+  * shader_runner: mark as compatible with KHR_no_error testing
+  * framework: Add command.setter method to Test
+  * tests: add no_error test profile for testing KHR_no_error
+  * tests: mark KHR_no_error incompatible tests
+  * tests: mark KHR_no_error compatible tests
+  * textureSamples: fix printf
+  * piglit-framework-gl: add piglit_khr_no_error for detecting when 
khr_no_error enabled
+  * arb_direct_state_access: set KHR_no_error compatibility
+  * KHR_no_error: set compatibility status for a bunch of glCompressedTex* 
tests
+  * arb_framebuffer_object: set KHR_no_error compatibility
+  * arb_copy_buffer: set KHR_no_error compatibility
+  * arb_draw_buffers_blend: set KHR_no_error compatibility
+  * arb_compute_variable_group_size: set KHR_no_error compatibility
+  * arb_compute_shader: remove misleading headers
+  * arb_compute_shader: set KHR_no_error compatibility
+  * texturing: Add decompression test for S3TC DXT1
+  * arb_bindless_texture: add missing writeonly qualifier to images/inout.frag
+  * arb_bindless_texture: add new execution tests with sampler/image arrays
+  * shader_runner: add support for setting resident handles to UBO
+  * arb_bindless_texture: add ubo-named-block execution tests
+  * arb_uniform_buffer_object: add uniform-block-memory-qualifier.frag
+  * arb_direct_state_access: Fix memory leaks.
+  * arb_sparse_buffer: Fix Coverity unintentional integer overflow defect.
+  * cl-api-get-platform-ids: Remove duplicate piglit_cl_check_error.
+  * shader_runner: clear resident handles before texture bindings
+  * shader_runner: only clear handles that are resident
+  * arb_bindless_texture: add new explicit-image-binding.shader_test
+  * arb_bindless_texture: fix setting bound/bindless uniforms
+  * parser_utils: do not overwrite value when no digits are found
+  * shaders/ssa: fix wrong syntax in fs-swap-problem.shader_test
+  * shaders: set missing blue color to glsl-const-builtin-distance.shader_test
+  * arb_gpu_shader_fp64: set missing 'w' component to 
glsl-uniform-initializer-4
+  * test/gleantest: fix missing --quick property from quick profile
+  * test_gleantest: make sure --quick is returned when set in GLOBAL_PARAMS
+  * glean: remove test_uniform_multiple_samplers()
+  * genned-names: correct the parameter for glBindBufferRange
+  * tests: Update integration for khronos CTS runner.
+  * util/egl: Honour Surfaceless MESA in get_default_display
+  * egl_mesa_platform_surfaceless: Don't use eglGetPlatformDisplay directly
+  * egl_mesa_platform_surfaceless: Use EXT functions for surfaces
+  * arb_base_i

commit slick-greeter for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package slick-greeter for openSUSE:Factory 
checked in at 2017-06-09 15:58:40

Comparing /work/SRC/openSUSE:Factory/slick-greeter (Old)
 and  /work/SRC/openSUSE:Factory/.slick-greeter.new (New)


Package is "slick-greeter"

Fri Jun  9 15:58:40 2017 rev:2 rq:502495 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/slick-greeter/slick-greeter.changes  
2017-05-31 12:17:23.468313348 +0200
+++ /work/SRC/openSUSE:Factory/.slick-greeter.new/slick-greeter.changes 
2017-06-09 15:58:41.840745290 +0200
@@ -1,0 +2,10 @@
+Fri Jun  9 07:16:28 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.6 (changes since 1.0.4):
+  * backgrounds: Fix determination of what to display as a
+background.
+  * Fix prompt display in GTK+ 3.20 or newer.
+  * Background: If no user background is set/used, fallback to the
+system background.
+
+---
@@ -4 +14 @@
-- Update to version 1.4.2:
+- Update to version 1.0.4:

Old:

  slick-greeter-1.0.4.tar.gz

New:

  slick-greeter-1.0.6.tar.gz



Other differences:
--
++ slick-greeter.spec ++
--- /var/tmp/diff_new_pack.ThlGWL/_old  2017-06-09 15:58:42.872599654 +0200
+++ /var/tmp/diff_new_pack.ThlGWL/_new  2017-06-09 15:58:42.876599090 +0200
@@ -18,7 +18,7 @@
 
 %define _name   lightdm-slick-greeter
 Name:   slick-greeter
-Version:1.0.4
+Version:1.0.6
 Release:0
 Summary:The slick-looking login screen application
 License:GPL-3.0 and CC-BY-SA-3.0

++ slick-greeter-1.0.4.tar.gz -> slick-greeter-1.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.4/README.md 
new/slick-greeter-1.0.6/README.md
--- old/slick-greeter-1.0.4/README.md   2017-05-23 15:33:36.0 +0200
+++ new/slick-greeter-1.0.6/README.md   2017-05-30 15:59:53.0 +0200
@@ -1,6 +1,8 @@
 
 A slick-looking LightDM greeter
 
+![Slick Greeter](https://www.linuxmint.com/tmp/blog/3254/thumb_slick.png)
+
 # Configuration
 
 - The default configuration is stored in dconf under the schema 
x.dm.slick-greeter.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.4/configure.ac 
new/slick-greeter-1.0.6/configure.ac
--- old/slick-greeter-1.0.4/configure.ac2017-05-23 15:33:36.0 
+0200
+++ new/slick-greeter-1.0.6/configure.ac2017-05-30 15:59:53.0 
+0200
@@ -2,7 +2,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(slick-greeter, 1.0.4)
+AC_INIT(slick-greeter, 1.0.6)
 AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign subdir-objects])
 AM_PROG_CC_C_O
@@ -39,6 +39,16 @@
 AC_SUBST(GETTEXT_PACKAGE)
 
 dnl ###
+dnl Check for GTK version - 3.20
+dnl ###
+
+PKG_CHECK_MODULES(GTK_3_20_0, gtk+-3.0 >= 3.20.0 , gtk_check_pass=yes, 
gtk_check_pass=no)
+if test x$gtk_check_pass = xyes ; then
+  AM_VALAFLAGS="$AM_VALAFLAGS -D HAVE_GTK_3_20_0"
+  AC_SUBST([AM_VALAFLAGS])
+fi
+
+dnl ###
 dnl Files to generate
 dnl ###
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/slick-greeter-1.0.4/data/x.dm.slick-greeter.gschema.xml 
new/slick-greeter-1.0.6/data/x.dm.slick-greeter.gschema.xml
--- old/slick-greeter-1.0.4/data/x.dm.slick-greeter.gschema.xml 2017-05-23 
15:33:36.0 +0200
+++ new/slick-greeter-1.0.6/data/x.dm.slick-greeter.gschema.xml 2017-05-30 
15:59:53.0 +0200
@@ -3,7 +3,7 @@
   
 
   ''
-  Background file to use, either an image path or a color (e.g. 
#772953)
+  Background file to use
 
 
   '#00'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.0.4/debian/changelog 
new/slick-greeter-1.0.6/debian/changelog
--- old/slick-greeter-1.0.4/debian/changelog2017-05-23 15:33:36.0 
+0200
+++ new/slick-greeter-1.0.6/debian/changelog2017-05-30 15:59:53.0 
+0200
@@ -1,3 +1,21 @@
+slick-greeter (1.0.6) sonya; urgency=medium
+
+  [ Michael Webster ]
+  * Fix prompt display in gtk3 > 3.20
+
+  [ Clement Lefebvre ]
+  * Background: If no user background is set/used, fallback to system 
background.
+  * Update README.md
+
+ -- Clement Lefebvre   Tue, 30 May 2017 14:59:12 +0100
+
+slick-greeter (1.0.5) sonya; urgency=medium
+
+  [ Micha

commit mate-menu for openSUSE:Factory

2017-06-09 Thread root
Hello community,

here is the log from the commit of package mate-menu for openSUSE:Factory 
checked in at 2017-06-09 15:58:44

Comparing /work/SRC/openSUSE:Factory/mate-menu (Old)
 and  /work/SRC/openSUSE:Factory/.mate-menu.new (New)


Package is "mate-menu"

Fri Jun  9 15:58:44 2017 rev:12 rq:502498 version:17.10.2

Changes:

--- /work/SRC/openSUSE:Factory/mate-menu/mate-menu.changes  2017-04-30 
21:24:53.996222462 +0200
+++ /work/SRC/openSUSE:Factory/.mate-menu.new/mate-menu.changes 2017-06-09 
15:58:47.787905908 +0200
@@ -1,0 +2,18 @@
+Fri Jun  9 07:16:28 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.2 (changes since 17.10.0):
+  * Fix get_origin calls in older Gtk3.
+  * Fix keybinding in older Gtk3.
+  * Fix popup menus.
+  * Fix race condition with dconf on session start.
+  * Fix missing custom icon crashing mate-menu.
+  * Fix bug where hotkey setting blocks usage in global
+keybindings.
+  * Use the Gtk3 bookmarks location.
+  * Add `PRELIGHT` state flags to all menu buttons while focused.
+  * Fix DnD of favourites.
+  * Replace ctypes with setproctitle.
+  * Fix some deprecations.
+  * Update translations.
+
+---

Old:

  mate-menu_17.10.0.orig.tar.gz

New:

  mate-menu_17.10.2.orig.tar.gz



Other differences:
--
++ mate-menu.spec ++
--- /var/tmp/diff_new_pack.926ur4/_old  2017-06-09 15:58:48.787764788 +0200
+++ /var/tmp/diff_new_pack.926ur4/_new  2017-06-09 15:58:48.787764788 +0200
@@ -17,9 +17,9 @@
 
 
 %define _name   mate_menu
-%define _rev0e7ed6bb32c4
+%define _rev78639eb63111
 Name:   mate-menu
-Version:17.10.0
+Version:17.10.2
 Release:0
 Summary:Advanced MATE menu
 License:GPL-2.0+
@@ -41,6 +41,7 @@
 Requires:   python-configobj
 Requires:   python-gobject
 Requires:   python-mate-menus
+Requires:   python-setproctitle
 Requires:   python-xdg
 Requires:   python-xlib
 Requires:   xdg-utils

++ mate-menu_17.10.0.orig.tar.gz -> mate-menu_17.10.2.orig.tar.gz ++
 71072 lines of diff (skipped)