commit stress-ng for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2018-07-18 22:55:13

Comparing /work/SRC/openSUSE:Factory/stress-ng (Old)
 and  /work/SRC/openSUSE:Factory/.stress-ng.new (New)


Package is "stress-ng"

Wed Jul 18 22:55:13 2018 rev:49 rq:623234 version:0.09.34

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2018-07-09 
13:31:37.438456407 +0200
+++ /work/SRC/openSUSE:Factory/.stress-ng.new/stress-ng.changes 2018-07-18 
22:55:54.266570008 +0200
@@ -1,0 +2,13 @@
+Tue Jul 17 06:02:34 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.09.34
+  * Makefile: bump version
+  * Ensure all fail log messages set the error to EXIT_FAILURE
+  * Manual: update contributors list
+  * stress-opcode: make child process non-dumpable
+  * Add bcd and utf8 zlib data methods to manual
+  * stress-zlib: add 8 bit UTF-8 data stream
+  * stress-zlib: put BCD data as bytes not 32 bit words
+  * stress-zlib: add bcd data mode
+
+---

Old:

  stress-ng-0.09.33.tar.xz

New:

  stress-ng-0.09.34.tar.xz



Other differences:
--
++ stress-ng.spec ++
--- /var/tmp/diff_new_pack.k7qeGw/_old  2018-07-18 22:55:55.066567355 +0200
+++ /var/tmp/diff_new_pack.k7qeGw/_new  2018-07-18 22:55:55.070567342 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   stress-ng
-Version:0.09.33
+Version:0.09.34
 Release:0
 Summary:Tool to load and stress a computer
 License:GPL-2.0-only

++ stress-ng-0.09.33.tar.xz -> stress-ng-0.09.34.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.33/Makefile 
new/stress-ng-0.09.34/Makefile
--- old/stress-ng-0.09.33/Makefile  2018-07-05 17:54:54.0 +0200
+++ new/stress-ng-0.09.34/Makefile  2018-07-17 00:51:49.0 +0200
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.09.33
+VERSION=0.09.34
 #
 # Codename "portable pressure producer"
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.33/log.c new/stress-ng-0.09.34/log.c
--- old/stress-ng-0.09.33/log.c 2018-07-05 17:54:54.0 +0200
+++ new/stress-ng-0.09.34/log.c 2018-07-17 00:51:49.0 +0200
@@ -30,6 +30,22 @@
 static FILE*log_file = NULL;
 
 /*
+ *  pr_fail_check()
+ * set rc to EXIT_FAILURE if we detected a pr_fail
+ * error condition in the logging during a run.
+ * This is horribly indirect but it allows the main
+ * stress-ng parent to check that an EXIT_SUCCESS
+ * is really a failure based on the logging rather
+ * that each stressor doing it's own failure exit
+ * return accounting
+ */
+void pr_fail_check(int *const rc)
+{
+   if (abort_msg_emitted && (*rc == EXIT_SUCCESS))
+   *rc = EXIT_FAILURE;
+}
+
+/*
  *  pr_yaml()
  * print to yaml file if it is open
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.33/stress-ng.1 
new/stress-ng-0.09.34/stress-ng.1
--- old/stress-ng-0.09.33/stress-ng.1   2018-07-05 17:54:54.0 +0200
+++ new/stress-ng-0.09.34/stress-ng.1   2018-07-17 00:51:49.0 +0200
@@ -3587,6 +3587,9 @@
 asciidigitsT{
 randomly distributed ASCII digits in the range of 0 and 9
 T}
+bcdT{
+packed binary coded decimals, 0..99 packed into 2 4-bit nybbles
+T}
 binary T{
 32 bit random numbers
 T}
@@ -3627,6 +3630,9 @@
 text   T{
 random ASCII text
 T}
+utf8   T{
+random 8 bit data encoded to UTF-8
+T}
 zero   T{
 all zeros, compresses very easily
 T}
@@ -3779,11 +3785,11 @@
 .SH AUTHOR
 stress\-ng was written by Colin King  and
 is a clean room re-implementation and extension of the original
-stress tool by Amos Waterland . Thanks also for
-contributions from Abdul Haleem, Christian Ehrhardt, James Hunt,
-Jim Rowan, Joseph DeVincentis, Luca Pizzamiglio, Luis Henriques,
-Manoj Iyer, Matthew Tippett, Rob Colclaser, Tim Gardner, Tim Orling
-and Zhiyi Sun.
+stress tool by Amos Waterland. Thanks also for
+contributions from Abdul Haleem, Baruch Siach, Christian Ehrhardt,
+James Hunt, Jim Rowan, Joseph DeVincentis, Luca Pizzamiglio,
+Luis Henriques, Manoj Iyer, Matthew Tippett, Rob Colclaser, Tim Gardner,
+Tim Orling and Zhiyi Sun.
 .SH NOTES
 Sending a SIGALRM, SIGINT or SIGHUP to stress-ng causes it to
 terminate all the stressor processes and ensures temporary files and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.33/stress-ng.c 
new/stress-ng-0.09.34/stress-ng.c
--- old/stress-ng-0.09.33/stress-ng.c 

commit icingaweb2 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package icingaweb2 for openSUSE:Factory 
checked in at 2018-07-18 22:55:06

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


Package is "icingaweb2"

Wed Jul 18 22:55:06 2018 rev:5 rq:623207 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/icingaweb2/icingaweb2.changes2018-05-29 
10:40:09.651031554 +0200
+++ /work/SRC/openSUSE:Factory/.icingaweb2.new/icingaweb2.changes   
2018-07-18 22:55:50.506582478 +0200
@@ -1,0 +2,5 @@
+Mon Jul 16 19:39:30 UTC 2018 - uhaider.msee15se...@seecs.edu.pk
+
+- boo#1101357: Fixed missing dependency php-ctype in spec file.
+
+---



Other differences:
--
++ icingaweb2.spec ++
--- /var/tmp/diff_new_pack.D3Nc1X/_old  2018-07-18 22:55:51.082580568 +0200
+++ /var/tmp/diff_new_pack.D3Nc1X/_new  2018-07-18 22:55:51.086580554 +0200
@@ -110,7 +110,7 @@
 %{?amzn:Requires:   %{php}-pecl-imagick}
 %{?fedora:Requires: php-pecl-imagick}
 %{?rhel:Requires:   php-pecl-imagick}
-%{?suse_version:Requires:   %{php}-gettext %{php}-json %{php}-openssl 
%{php}-posix}
+%{?suse_version:Requires:   %{php}-gettext %{php}-json %{php}-openssl 
%{php}-posix %{php}-ctype}
 
 %description -n php-Icinga
 PHP bindings library for Icinga2 Web.




commit lollypop for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2018-07-18 22:55:17

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


Package is "lollypop"

Wed Jul 18 22:55:17 2018 rev:44 rq:623235 version:0.9.520

Changes:

--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes2018-07-09 
13:31:40.570450104 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop.new/lollypop.changes   2018-07-18 
22:55:55.790564954 +0200
@@ -1,0 +2,7 @@
+Mon Jul 16 09:53:25 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 0.9.520:
+  * Set menu initial state. Fix gl#World/lollypop#1467.
+  * Same fix for playback action.
+
+---

Old:

  lollypop-0.9.519.tar.xz

New:

  lollypop-0.9.520.tar.xz



Other differences:
--
++ lollypop.spec ++
--- /var/tmp/diff_new_pack.rFbE59/_old  2018-07-18 22:55:56.286563309 +0200
+++ /var/tmp/diff_new_pack.rFbE59/_new  2018-07-18 22:55:56.286563309 +0200
@@ -18,7 +18,7 @@
 
 %global gobject_introspection_version 1.35.9
 Name:   lollypop
-Version:0.9.519
+Version:0.9.520
 Release:0
 Summary:GNOME music playing application
 License:GPL-3.0-or-later

++ _service ++
--- /var/tmp/diff_new_pack.rFbE59/_old  2018-07-18 22:55:56.310563229 +0200
+++ /var/tmp/diff_new_pack.rFbE59/_new  2018-07-18 22:55:56.310563229 +0200
@@ -1,7 +1,7 @@
 
   
 enable
-0.9.519
+0.9.520
 git
 https://gitlab.gnome.org/World/lollypop.git
 @PARENT_TAG@

++ _servicedata ++
--- /var/tmp/diff_new_pack.rFbE59/_old  2018-07-18 22:55:56.326563176 +0200
+++ /var/tmp/diff_new_pack.rFbE59/_new  2018-07-18 22:55:56.330563163 +0200
@@ -1,4 +1,4 @@
 
 
 https://gitlab.gnome.org/World/lollypop.git
-  321c13a0312c08f3d82cb49eb115d7cf9225b19a
\ No newline at end of file
+  b8c9f4b193039226fc54a2b8129b49a320f4f274
\ No newline at end of file

++ lollypop-0.9.519.tar.xz -> lollypop-0.9.520.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lollypop-0.9.519/data/org.gnome.Lollypop.appdata.xml.in 
new/lollypop-0.9.520/data/org.gnome.Lollypop.appdata.xml.in
--- old/lollypop-0.9.519/data/org.gnome.Lollypop.appdata.xml.in 2018-07-09 
06:58:46.0 +0200
+++ new/lollypop-0.9.520/data/org.gnome.Lollypop.appdata.xml.in 2018-07-16 
11:27:15.0 +0200
@@ -27,18 +27,10 @@
 
   
   
-
+
   
 
-  Fix a crash in Tunein
-  Add a button for lyrics
-
-  
-
-
-  
-
-  Restore Next Popover
+  Fix shuffle menu
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-0.9.519/lollypop/toolbar_end.py 
new/lollypop-0.9.520/lollypop/toolbar_end.py
--- old/lollypop-0.9.519/lollypop/toolbar_end.py2018-07-09 
06:58:46.0 +0200
+++ new/lollypop-0.9.520/lollypop/toolbar_end.py2018-07-16 
11:27:15.0 +0200
@@ -44,12 +44,14 @@
 "shuffle",
 GLib.VariantType.new("s"),
 GLib.Variant("s", "none"))
+self.__shuffle_action.set_state(App().settings.get_value("shuffle"))
 self.__shuffle_action.connect("change-state",
   self.__on_shuffle_change_state)
 self.__playback_action = Gio.SimpleAction.new_stateful(
 "playback",
 GLib.VariantType.new("s"),
 GLib.Variant("s", "none"))
+self.__playback_action.set_state(App().settings.get_value("playback"))
 self.__playback_action.connect("change-state",
self.__on_playback_change_state)
 App().add_action(self.__shuffle_action)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-0.9.519/meson.build 
new/lollypop-0.9.520/meson.build
--- old/lollypop-0.9.519/meson.build2018-07-09 06:58:46.0 +0200
+++ new/lollypop-0.9.520/meson.build2018-07-16 11:27:15.0 +0200
@@ -1,5 +1,5 @@
 project('lollypop',
-  version: '0.9.519',
+  version: '0.9.520',
   meson_version: '>= 0.40.0'
 )
 i18n = import('i18n')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-0.9.519/subprojects/po/ca.po 
new/lollypop-0.9.520/subprojects/po/ca.po
--- old/lollypop-0.9.519/subprojects/po/ca.po   2018-07-09 06:58:46.0 
+0200
+++ new/lollypop-0.9.520/subprojects/po/ca.po   2018-07-16 11:27:15.0 
+0200
@@ -13,7 +13,7 @@
 

commit vncmanager-controller for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package vncmanager-controller for 
openSUSE:Factory checked in at 2018-07-18 22:55:25

Comparing /work/SRC/openSUSE:Factory/vncmanager-controller (Old)
 and  /work/SRC/openSUSE:Factory/.vncmanager-controller.new (New)


Package is "vncmanager-controller"

Wed Jul 18 22:55:25 2018 rev:5 rq:623315 version:1.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/vncmanager-controller/vncmanager-controller.changes  
2018-06-19 11:54:54.781525576 +0200
+++ 
/work/SRC/openSUSE:Factory/.vncmanager-controller.new/vncmanager-controller.changes
 2018-07-18 22:56:00.734548558 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 09:02:21 UTC 2018 - m...@suse.com
+
+- 
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
+  * Makes the extension load on newer gnome shell versions.
+(bnc#1100768)
+
+---

New:

  
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch



Other differences:
--
++ vncmanager-controller.spec ++
--- /var/tmp/diff_new_pack.kA1X0v/_old  2018-07-18 22:56:01.894544710 +0200
+++ /var/tmp/diff_new_pack.kA1X0v/_new  2018-07-18 22:56:01.930544590 +0200
@@ -35,6 +35,7 @@
 License:MIT
 Group:  System/X11/Utilities
 Source: vncmanager-controller-%{version}.tar.gz
+Patch1: 
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
 Requires:   vncmanager
 
 %description
@@ -52,6 +53,7 @@
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_VERBOSE_MAKEFILE=ON

++ 
U_vncmanager-controller-Declare-gnome-shell-versions-3.10-to-3.26-as-supported.patch
 ++
>From cf9313d2415961efceb503fda94705548d22849f Mon Sep 17 00:00:00 2001
From: Michal Srb 
Date: Tue, 17 Jul 2018 10:58:54 +0200
Subject: [PATCH] Declare gnome shell versions 3.10 to 3.26 as supported.

Newer versions may work as well, but were not tested.
---
 gnome-shell-extension/metadata.json | 26 +-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/gnome-shell-extension/metadata.json 
b/gnome-shell-extension/metadata.json
index eaabc57..d3ed61d 100644
--- a/gnome-shell-extension/metadata.json
+++ b/gnome-shell-extension/metadata.json
@@ -1 +1,25 @@
-{"shell-version": ["3.10"], "uuid": 
"vncmanager-control...@vncmanager.michalsrb.github.com", "name": "VNC Session 
Configuration", "description": "Configure VNC session managed by vncmanager"}
+{
+"shell-version":
+[
+"3.10",
+"3.11",
+"3.12",
+"3.13",
+"3.14",
+"3.15",
+"3.16",
+"3.17",
+"3.18",
+"3.19",
+"3.20",
+"3.21",
+"3.22",
+"3.23",
+"3.24",
+"3.25",
+"3.26"
+],
+"uuid": "vncmanager-control...@vncmanager.michalsrb.github.com",
+"name": "VNC Session Configuration",
+"description": "Configure VNC session managed by vncmanager"
+}
-- 
2.16.4




commit rubygem-puma for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-puma for openSUSE:Factory 
checked in at 2018-07-18 22:54:42

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


Package is "rubygem-puma"

Wed Jul 18 22:54:42 2018 rev:30 rq:622809 version:3.12.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes
2018-02-12 10:13:49.704503267 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-puma.new/rubygem-puma.changes   
2018-07-18 22:55:43.466605825 +0200
@@ -1,0 +2,50 @@
+Fri Jul 13 17:15:17 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.12.0
+ see installed History.md
+
+  ## 3.12.0 / 2018-07-13
+  
+  * 5 features:
+* You can now specify which SSL ciphers the server should support, default 
is unchanged (#1478)
+* The setting for Puma's `max_threads` is now in `Puma.stats` (#1604)
+* Pool capacity is now in `Puma.stats` (#1579)
+* Installs restricted to Ruby 2.2+ (#1506)
+* `--control` is now deprecated in favor of `--control-url` (#1487)
+  
+  * 2 bugfixes:
+* Workers will no longer accept more web requests than they have capacity 
to process. This prevents an issue where one worker would accept lots of 
requests while starving other workers (#1563)
+* In a test env puma now emits the stack on an exception (#1557)
+
+---
+Thu Apr 12 20:44:52 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.11.4
+ see installed History.md
+
+  ## 3.11.4 / 2018-04-12
+  
+  * 2 features:
+* Manage puma as a service using rc.d (#1529)
+* Server stats are now available from a top level method (#1532)
+  * 5 bugfixes:
+* Fix parsing CLI options (#1482)
+* Order of stderr and stdout is made before redirecting to a log file 
(#1511)
+* Init.d fix of `ps -p` to check if pid exists (#1545)
+* Early hits bugfix (#1550)
+* Purge interrupt queue when closing socket fails (#1553)
+
+---
+Tue Mar 20 10:14:18 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.11.3
+ see installed History.md
+
+  ## 3.11.3 / 2018-03-05
+  
+  * 3 bugfixes:
+* Add closed? to MiniSSL::Socket for use in reactor (#1510)
+* Handle EOFError at the toplevel of the server threads (#1524) (#1507)
+* Deal with zero sized bodies when using SSL (#1483)
+
+---

Old:

  puma-3.11.2.gem

New:

  puma-3.12.0.gem



Other differences:
--
++ rubygem-puma.spec ++
--- /var/tmp/diff_new_pack.kZDXe0/_old  2018-07-18 22:55:43.930604286 +0200
+++ /var/tmp/diff_new_pack.kZDXe0/_new  2018-07-18 22:55:43.934604273 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-puma
-Version:3.11.2
+Version:3.12.0
 Release:0
 %define mod_name puma
 %define mod_full_name %{mod_name}-%{version}
@@ -32,7 +32,7 @@
 BuildRequires:  openssl-devel
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubydevel >= 1.9.3}
+BuildRequires:  %{rubydevel >= 2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++ puma-3.11.2.gem -> puma-3.12.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.md new/History.md
--- old/History.md  2018-01-19 20:23:10.0 +0100
+++ new/History.md  2018-07-13 18:08:52.0 +0200
@@ -1,3 +1,35 @@
+## 3.12.0 / 2018-07-13
+
+* 5 features:
+  * You can now specify which SSL ciphers the server should support, default 
is unchanged (#1478)
+  * The setting for Puma's `max_threads` is now in `Puma.stats` (#1604)
+  * Pool capacity is now in `Puma.stats` (#1579)
+  * Installs restricted to Ruby 2.2+ (#1506)
+  * `--control` is now deprecated in favor of `--control-url` (#1487)
+
+* 2 bugfixes:
+  * Workers will no longer accept more web requests than they have capacity to 
process. This prevents an issue where one worker would accept lots of requests 
while starving other workers (#1563)
+  * In a test env puma now emits the stack on an exception (#1557)
+
+## 3.11.4 / 2018-04-12
+
+* 2 features:
+  * Manage puma as a service using rc.d (#1529)
+  * Server stats are now available from a top level method (#1532)
+* 5 bugfixes:
+  * Fix parsing CLI options (#1482)
+  * Order of stderr and stdout is made before redirecting to a log file (#1511)
+  * Init.d fix of `ps -p` to check if pid exists (#1545)
+  * Early hints bugfix (#1550)
+  * Purge interrupt queue when closing socket fails (#1553)
+
+## 3.11.3 / 2018-03-05
+
+* 3 bugfixes:
+  * Add 

commit rubygem-autoprefixer-rails for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-autoprefixer-rails for 
openSUSE:Factory checked in at 2018-07-18 22:55:40

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


Package is "rubygem-autoprefixer-rails"

Wed Jul 18 22:55:40 2018 rev:17 rq:623371 version:9.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails/rubygem-autoprefixer-rails.changes
2018-07-09 13:30:44.506563069 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new/rubygem-autoprefixer-rails.changes
   2018-07-18 22:56:11.230513748 +0200
@@ -1,0 +2,12 @@
+Tue Jul 17 11:00:46 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 9.0.0
+ see installed CHANGELOG.md
+
+  ## 9.0 “A Mari Usque Ad Mare”
+  * Remove Node.js 9 and Node.js 4 support.
+  * Remove RubyRacer and Sprockets 3 support.
+  * Use PostCSS 7.0.
+  * Use Browserslist 4.0.
+
+---

Old:

  autoprefixer-rails-8.6.5.gem

New:

  autoprefixer-rails-9.0.0.gem



Other differences:
--
++ rubygem-autoprefixer-rails.spec ++
--- /var/tmp/diff_new_pack.PvW1V8/_old  2018-07-18 22:56:11.682512249 +0200
+++ /var/tmp/diff_new_pack.PvW1V8/_new  2018-07-18 22:56:11.682512249 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-autoprefixer-rails
-Version:8.6.5
+Version:9.0.0
 Release:0
 %define mod_name autoprefixer-rails
 %define mod_full_name %{mod_name}-%{version}

++ autoprefixer-rails-8.6.5.gem -> autoprefixer-rails-9.0.0.gem ++
 28803 lines of diff (skipped)




commit palette for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package palette for openSUSE:Factory checked 
in at 2018-07-18 22:55:43

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


Package is "palette"

Wed Jul 18 22:55:43 2018 rev:2 rq:623374 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/palette/palette.changes  2018-07-14 
20:20:45.327497122 +0200
+++ /work/SRC/openSUSE:Factory/.palette.new/palette.changes 2018-07-18 
22:56:16.046497775 +0200
@@ -1,0 +2,7 @@
+Sun Jul  1 19:45:27 UTC 2018 - avvi...@yandex.by
+
+- Update to 2.2.0:
+  * New Grape colors (#20)
+- Switch to metainfo
+
+---

Old:

  palette-2.1.0.tar.gz

New:

  palette-2.2.0.tar.gz



Other differences:
--
++ palette.spec ++
--- /var/tmp/diff_new_pack.JQcUG7/_old  2018-07-18 22:56:16.882495003 +0200
+++ /var/tmp/diff_new_pack.JQcUG7/_new  2018-07-18 22:56:16.886494990 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   palette
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Color palette viewer
 License:GPL-3.0-or-later
@@ -46,8 +46,6 @@
 %prep
 %setup -q
 
-sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo')
-
 %build
 %meson
 %meson_build
@@ -74,9 +72,9 @@
 %license LICENSE
 %doc AUTHORS README.md
 %{_bindir}/com.github.cassidyjames.palette
-%{_datadir}/appdata/com.github.cassidyjames.palette.appdata.xml
 %{_datadir}/applications/com.github.cassidyjames.palette.desktop
 %{_datadir}/icons/hicolor/*/apps/com.github.cassidyjames.palette.??g
+%{_datadir}/metainfo/com.github.cassidyjames.palette.appdata.xml
 
 %files lang -f %{name}.lang
 

++ palette-2.1.0.tar.gz -> palette-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/palette-2.1.0/data/com.github.cassidyjames.palette.appdata.xml.in 
new/palette-2.2.0/data/com.github.cassidyjames.palette.appdata.xml.in
--- old/palette-2.1.0/data/com.github.cassidyjames.palette.appdata.xml.in   
2018-06-13 22:10:24.0 +0200
+++ new/palette-2.2.0/data/com.github.cassidyjames.palette.appdata.xml.in   
2018-07-01 00:50:18.0 +0200
@@ -13,6 +13,11 @@
 com.github.cassidyjames.palette
   
   ​
+
+  
+Hello, Juno!
+  
+
 
   
 All About That Grape




commit gource for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package gource for openSUSE:Factory checked 
in at 2018-07-18 22:54:59

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


Package is "gource"

Wed Jul 18 22:54:59 2018 rev:12 rq:623147 version:0.49

Changes:

--- /work/SRC/openSUSE:Factory/gource/gource.changes2018-06-19 
11:57:46.731141615 +0200
+++ /work/SRC/openSUSE:Factory/.gource.new/gource.changes   2018-07-18 
22:55:48.218590066 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 14:15:19 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 0.49:
+  * Fixed compatibility with GLM 0.9.9.0.
+
+---

Old:

  gource-0.48.tar.gz

New:

  gource-0.49.tar.gz



Other differences:
--
++ gource.spec ++
--- /var/tmp/diff_new_pack.fGaNpD/_old  2018-07-18 22:55:48.798588142 +0200
+++ /var/tmp/diff_new_pack.fGaNpD/_new  2018-07-18 22:55:48.802588128 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gource
-Version:0.48
+Version:0.49
 Release:0
 Summary:Software version control visualization tool
 License:GPL-3.0-or-later

++ gource-0.48.tar.gz -> gource-0.49.tar.gz ++
 2985 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gource-0.48/ChangeLog new/gource-0.49/ChangeLog
--- old/gource-0.48/ChangeLog   2018-02-13 04:01:35.0 +0100
+++ new/gource-0.49/ChangeLog   2018-06-14 00:34:08.0 +0200
@@ -1,6 +1,8 @@
+0.49:
+ * Fixed compatibility with GLM 0.9.9.0.
+
 0.48:
  * Can now generate logs from git sub module directories.
- * Fixed building with GLM 0.9.9.
 
 0.47:
  * Fixed low mouse movement speed with some mice while repositioning camera.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gource-0.48/INSTALL new/gource-0.49/INSTALL
--- old/gource-0.48/INSTALL 2018-02-13 04:01:35.0 +0100
+++ new/gource-0.49/INSTALL 2018-06-14 00:34:08.0 +0200
@@ -27,8 +27,6 @@
 
 SDL Image 2.0 needs to have been built with support PNG and JPEG images.
 
-GLM is a header only library that you can get from http://glm.g-truc.net/ if 
your distribution does not include it.
-
 2. Building
 ===
 
@@ -65,8 +63,8 @@
 
 ./configure --enable-ttf-font-dir=/path/to/freefont/
 
-Gource includes a copy of the TinyXML library. To make Gource build against
-the system library of TinyXML use:
+Gource includes a copy of TinyXML. To build against the system version of the
+library use:
 
 ./configure --with-tinyxml
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gource-0.48/README new/gource-0.49/README
--- old/gource-0.48/README  2018-02-13 04:01:35.0 +0100
+++ new/gource-0.49/README  2018-06-14 00:34:08.0 +0200
@@ -34,7 +34,7 @@
 3. Using Gource
 ===
 
-gource  
+gource [options] [path]
 
 options:
 
@@ -66,7 +66,7 @@
 --transparent
 Make the background transparent. Only really useful for 
screenshots.
 
---start-date '-MM-DD hh:mm:ss +tz'
+--start-date "-MM-DD hh:mm:ss +tz"
 Start with the first entry after the supplied date and optional 
time.
 
 If a time zone offset isn't specified the local time zone is used.
@@ -77,7 +77,7 @@
 "2012-06-30 12:00"
 "2012-06-30 12:00:00 +12"
 
---stop-date '-MM-DD hh:mm:ss +tz'
+--stop-date "-MM-DD hh:mm:ss +tz"
 Stop after the last entry prior to the supplied date and optional 
time.
 
 Uses the same format as --start-date.
@@ -198,7 +198,7 @@
 
 --user-image-dir DIRECTORY
 Directory containing .jpg or .png images of users
-(eg 'Full Name.png') to use as avatars.
+(eg "Full Name.png") to use as avatars.
 
 --default-user-image IMAGE
 Path of .jpg or .png to use as the default user image.
@@ -264,7 

commit neovim for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2018-07-18 22:54:52

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


Package is "neovim"

Wed Jul 18 22:54:52 2018 rev:13 rq:623146 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/neovim/neovim.changes2018-06-29 
22:25:30.346524087 +0200
+++ /work/SRC/openSUSE:Factory/.neovim.new/neovim.changes   2018-07-18 
22:55:45.886597800 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 14:33:03 UTC 2018 - mli...@suse.cz
+
+- Require exact version of libtermkey1 because it does not
+  bump SONAME (boo#1100496).
+
+---



Other differences:
--
++ neovim.spec ++
--- /var/tmp/diff_new_pack.q76xQG/_old  2018-07-18 22:55:46.354596247 +0200
+++ /var/tmp/diff_new_pack.q76xQG/_new  2018-07-18 22:55:46.354596247 +0200
@@ -43,6 +43,7 @@
 BuildRequires:  pkgconfig(termkey) >= 0.20
 BuildRequires:  pkgconfig(unibilium)
 BuildRequires:  pkgconfig(vterm)
+%requires_eq libtermkey1
 Recommends: %{name}-lang
 Recommends: python-neovim
 Recommends: python3-neovim




commit python-acme for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2018-07-18 22:55:02

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


Package is "python-acme"

Wed Jul 18 22:55:02 2018 rev:20 rq:623161 version:0.26.0

Changes:

--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2018-07-06 
10:41:50.795265381 +0200
+++ /work/SRC/openSUSE:Factory/.python-acme.new/python-acme.changes 
2018-07-18 22:55:49.514585767 +0200
@@ -2 +2,7 @@
-Wed Jul  4 11:20:45 UTC 2018 - ec...@schirra.net
+Mon Jul 16 14:37:48 UTC 2018 - ec...@opensuse.org
+
+- update to 0.26.0
+  - No changelog from upstream
+
+---
+Wed Jul  4 11:20:45 UTC 2018 - ec...@opensuse.org

Old:

  acme-0.25.1.tar.gz
  acme-0.25.1.tar.gz.asc

New:

  acme-0.26.0.tar.gz
  acme-0.26.0.tar.gz.asc



Other differences:
--
++ python-acme.spec ++
--- /var/tmp/diff_new_pack.WXwcF6/_old  2018-07-18 22:55:50.106583804 +0200
+++ /var/tmp/diff_new_pack.WXwcF6/_new  2018-07-18 22:55:50.110583791 +0200
@@ -21,7 +21,7 @@
 %define libname acme
 
 Name:   python-%{libname}
-Version:0.25.1
+Version:0.26.0
 Release:0
 Summary:Python library for the ACME protocol
 License:Apache-2.0
@@ -35,8 +35,6 @@
 BuildRequires:  %{python_module cryptography >= 0.8}
 BuildRequires:  %{python_module devel >= 2.7}
 BuildRequires:  %{python_module dnspython >= 1.12}
-BuildRequires:  %{python_module idna < 2.7}
-BuildRequires:  %{python_module idna >= 2.5}
 BuildRequires:  %{python_module josepy >= 1.0.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module ndg-httpsclient}
@@ -67,8 +65,8 @@
 Requires:   python-pyasn1
 Requires:   python-pytz
 Requires:   python-requests >= 2.10
-Requires:   python-six >= 1.5.2
 Requires:   python-requests-toolbelt >= 0.3.0
+Requires:   python-six >= 1.5.2
 BuildArch:  noarch
 
 %python_subpackages

++ acme-0.25.1.tar.gz -> acme-0.26.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.25.1/PKG-INFO new/acme-0.26.0/PKG-INFO
--- old/acme-0.25.1/PKG-INFO2018-06-13 03:20:35.0 +0200
+++ new/acme-0.26.0/PKG-INFO2018-07-11 23:10:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: acme
-Version: 0.25.1
+Version: 0.26.0
 Summary: ACME protocol implementation in Python
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
@@ -8,7 +8,7 @@
 License: Apache License 2.0
 Description: UNKNOWN
 Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python
@@ -18,6 +18,7 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Security
 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.25.1/acme/challenges.py 
new/acme-0.26.0/acme/challenges.py
--- old/acme-0.25.1/acme/challenges.py  2018-06-13 03:20:14.0 +0200
+++ new/acme-0.26.0/acme/challenges.py  2018-07-11 23:09:09.0 +0200
@@ -508,6 +508,21 @@
 
 
 @Challenge.register  # pylint: disable=too-many-ancestors
+class TLSALPN01(KeyAuthorizationChallenge):
+"""ACME tls-alpn-01 challenge.
+
+This class simply allows parsing the TLS-ALPN-01 challenge returned from
+the CA. Full TLS-ALPN-01 support is not currently provided.
+
+"""
+typ = "tls-alpn-01"
+
+def validation(self, account_key, **kwargs):
+"""Generate validation for the challenge."""
+raise NotImplementedError()
+
+
+@Challenge.register  # pylint: disable=too-many-ancestors
 class DNS(_TokenChallenge):
 """ACME "dns" challenge."""
 typ = "dns"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-0.25.1/acme/challenges_test.py 
new/acme-0.26.0/acme/challenges_test.py
--- old/acme-0.25.1/acme/challenges_test.py 2018-06-13 03:20:14.0 
+0200
+++ new/acme-0.26.0/acme/challenges_test.py 2018-07-11 23:09:09.0 
+0200
@@ -393,6 +393,38 @@
 mock_gen_cert.assert_called_once_with(key=mock.sentinel.cert_key)
 
 
+class TLSALPN01Test(unittest.TestCase):
+
+

commit stellarium for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2018-07-18 22:56:32

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


Package is "stellarium"

Wed Jul 18 22:56:32 2018 rev:32 rq:623564 version:0.18.1

Changes:

--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes2018-07-17 
09:43:46.492987152 +0200
+++ /work/SRC/openSUSE:Factory/.stellarium.new/stellarium.changes   
2018-07-18 22:56:45.270400854 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 12:28:53 UTC 2018 - badshah...@gmail.com
+
+- Enable telescope control plugin: this was turned off as it
+  didn't build with shared libs enabled. No problem with static
+  lib.
+
+---



Other differences:
--
++ stellarium.spec ++
--- /var/tmp/diff_new_pack.cJARZZ/_old  2018-07-18 22:56:48.090391501 +0200
+++ /var/tmp/diff_new_pack.cJARZZ/_new  2018-07-18 22:56:48.094391488 +0200
@@ -58,7 +58,7 @@
 
 %build
 export QT_HASH_SEED=0
-%cmake -DUSE_PLUGIN_TELESCOPECONTROL=OFF -DBUILD_SHARED_LIBS=OFF
+%cmake -DBUILD_SHARED_LIBS=OFF
 %make_jobs
 
 %install




commit python-vdirsyncer for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-vdirsyncer for 
openSUSE:Factory checked in at 2018-07-18 22:56:47

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


Package is "python-vdirsyncer"

Wed Jul 18 22:56:47 2018 rev:3 rq:623572 version:0.16.6

Changes:

--- /work/SRC/openSUSE:Factory/python-vdirsyncer/python-vdirsyncer.changes  
2018-07-13 10:20:58.694428679 +0200
+++ /work/SRC/openSUSE:Factory/.python-vdirsyncer.new/python-vdirsyncer.changes 
2018-07-18 22:56:49.454386977 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 08:05:01 UTC 2018 - mimi...@gmail.com
+
+- fix vdirsyncer.timer service
+
+---



Other differences:
--
++ python-vdirsyncer.spec ++
--- /var/tmp/diff_new_pack.L4OZFg/_old  2018-07-18 22:56:49.842385690 +0200
+++ /var/tmp/diff_new_pack.L4OZFg/_new  2018-07-18 22:56:49.846385676 +0200
@@ -24,7 +24,7 @@
 Summary:Synchronize CalDAV and CardDAV
 License:BSD-3-Clause
 Group:  Productivity/Networking/News/Utilities
-Url:https://github.com/pimutils/vdirsyncer
+URL:https://github.com/pimutils/vdirsyncer
 Source0:
https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz
 Source1:vdirsyncer.service
 Source2:vdirsyncer.timer
@@ -44,12 +44,11 @@
 Requires:   python-requests >= 2.0.1
 Requires:   python-requests-toolbelt >= 0.4.0
 Recommends: python-requests-oauthlib
+BuildArch:  noarch
 %ifpython3
-Provides:   vdirsyncer == %{version}
+Provides:   vdirsyncer = %{version}
 Obsoletes:  vdirsyncer < %{version}
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -68,11 +67,10 @@
 %python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
 
 mkdir -p %{buildroot}%{_userunitdir}
-install -Dpm 0644 %{S:0} %{buildroot}%{_userunitdir}/vdirsyncer.service
-install -Dpm 0644 %{S:1} %{buildroot}%{_userunitdir}/vdirsyncer.timer
+install -Dpm 0644 %{SOURCE0} %{buildroot}%{_userunitdir}/vdirsyncer.service
+install -Dpm 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/vdirsyncer.timer
 
 %files %{python_files}
-%defattr(-,root,root)
 %doc README.rst
 %license LICENSE
 %python3_only %{_bindir}/vdirsyncer

++ vdirsyncer.timer ++
 1330 lines (skipped)
 between /work/SRC/openSUSE:Factory/python-vdirsyncer/vdirsyncer.timer
 and /work/SRC/openSUSE:Factory/.python-vdirsyncer.new/vdirsyncer.timer




commit python-click-log for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-click-log for 
openSUSE:Factory checked in at 2018-07-18 22:56:50

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


Package is "python-click-log"

Wed Jul 18 22:56:50 2018 rev:2 rq:623575 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-click-log/python-click-log.changes
2017-08-10 14:11:31.681312145 +0200
+++ /work/SRC/openSUSE:Factory/.python-click-log.new/python-click-log.changes   
2018-07-18 22:56:51.894378885 +0200
@@ -1,0 +2,10 @@
+Wed Jul  4 07:04:11 UTC 2018 - dmacvi...@suse.de
+
+- Update to 0.3.2
+ * remove unused import
+ * use default root logger
+ * fix docu
+ * fix formating of logs
+ * simplify api
+
+---

Old:

  click-log-0.1.8.tar.gz

New:

  click-log-0.3.2.tar.gz



Other differences:
--
++ python-click-log.spec ++
--- /var/tmp/diff_new_pack.7UdQDT/_old  2018-07-18 22:56:52.238377744 +0200
+++ /var/tmp/diff_new_pack.7UdQDT/_new  2018-07-18 22:56:52.242377730 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-log
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-click-log
-Version:0.1.8
+Version:0.3.2
 Release:0
 Summary:Logging integration for Click
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/click-contrib/click-log
+URL:https://github.com/click-contrib/click-log
 Source: 
https://files.pythonhosted.org/packages/source/c/click-log/click-log-%{version}.tar.gz
 BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module click}
@@ -31,7 +31,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-click
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,8 +50,8 @@
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%doc README.rst
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog

++ click-log-0.1.8.tar.gz -> click-log-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-log-0.1.8/PKG-INFO new/click-log-0.3.2/PKG-INFO
--- old/click-log-0.1.8/PKG-INFO2016-12-17 13:03:55.0 +0100
+++ new/click-log-0.3.2/PKG-INFO2018-06-06 10:20:39.0 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: click-log
-Version: 0.1.8
+Version: 0.3.2
 Summary: Logging integration for Click
 Home-page: https://github.com/click-contrib/click-log
 Author: Markus Unterwaditzer
@@ -23,3 +23,18 @@
 Licensed under the MIT, see ``LICENSE``.
 
 Platform: UNKNOWN
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Console
+Classifier: Environment :: Plugins
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Topic :: System :: Logging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-log-0.1.8/click_log/__init__.py 
new/click-log-0.3.2/click_log/__init__.py
--- old/click-log-0.1.8/click_log/__init__.py   2016-12-17 13:03:42.0 
+0100
+++ new/click-log-0.3.2/click_log/__init__.py   2018-06-06 10:20:16.0 
+0200
@@ -3,7 +3,7 @@
 
 import click
 
-__version__ = '0.1.8'
+__version__ = '0.3.2'
 
 
 if not hasattr(click, 'get_current_context'):
@@ -13,9 +13,6 @@
 ClickHandler,
 ColorFormatter,
 basic_config,
-get_level,
-init,
-set_level,
 )
 
 from .options import simple_verbosity_option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/click-log-0.1.8/click_log/core.py 
new/click-log-0.3.2/click_log/core.py

commit patterns-caasp for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2018-07-18 22:56:08

Comparing /work/SRC/openSUSE:Factory/patterns-caasp (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-caasp.new (New)


Package is "patterns-caasp"

Wed Jul 18 22:56:08 2018 rev:42 rq:623497 version:4.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2018-07-10 16:18:15.593273424 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2018-07-18 22:56:39.634419546 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 14:57:22 UTC 2018 - jmassaguer...@suse.com
+
+- Add multipath-tools so they are installed in the image. Required to
+  enable usage of 3PAR volume driver 
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.7ENvcN/_old  2018-07-18 22:56:40.010418299 +0200
+++ /var/tmp/diff_new_pack.7ENvcN/_new  2018-07-18 22:56:40.010418299 +0200
@@ -180,6 +180,7 @@
 Requires:   kubernetes-node
 Requires:   kubernetes-salt
 Requires:   lvm2
+Requires:   multipath-tools
 Requires:   ncurses-utils
 Requires:   nfs-client
 Requires:   podman




commit python-espressopp for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-espressopp for 
openSUSE:Factory checked in at 2018-07-18 22:56:25

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


Package is "python-espressopp"

Wed Jul 18 22:56:25 2018 rev:4 rq:623508 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-espressopp/python-espressopp.changes  
2017-10-26 18:44:38.571226713 +0200
+++ /work/SRC/openSUSE:Factory/.python-espressopp.new/python-espressopp.changes 
2018-07-18 22:56:44.334403958 +0200
@@ -1,0 +2,7 @@
+Sun Jul 15 21:17:15 UTC 2018 - jungh...@votca.org
+
+- version bump to v2.0 (boo#1089815)
+  * many fixes: https://github.com/espressopp/espressopp/compare/v1.9.5...v2.0
+  * added 229.patch from pull request 229 to fix build with boost-1.67
+
+---

Old:

  espressopp-1.9.5.tar.gz

New:

  229.patch
  espressopp-2.0.tar.gz



Other differences:
--
++ python-espressopp.spec ++
--- /var/tmp/diff_new_pack.Wl2EWA/_old  2018-07-18 22:56:45.130401318 +0200
+++ /var/tmp/diff_new_pack.Wl2EWA/_new  2018-07-18 22:56:45.130401318 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-espressopp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017-2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,27 @@
 
 %define modname espressopp
 Name:   python-%{modname}
-Version:1.9.5
+# Build with OpenMPI
+%if 0%{?suse_version} >= 1330
+  # OpenMPI >= 2 is not available on ppc64be
+  %ifarch ppc64
+%define mpiver openmpi
+  %else
+%define mpiver openmpi2
+  %endif
+%else
+  # Keep OpenMPI1 for older releases where OpenMPI2 is not available
+  %define mpiver openmpi
+%endif
+Version:2.0
 Release:0
 Summary:Parallel simulation software for soft matter research
 License:GPL-3.0+
 Group:  Productivity/Scientific/Chemistry
 Url:http://www.espresso-pp.de/
 Source0:
https://github.com/%{modname}/%{modname}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 229.patch: fix build with boost-1.67
+Patch0: https://github.com/espressopp/espressopp/pull/229.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,11 +53,16 @@
 %endif
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  openmpi-devel
+BuildRequires:  %{mpiver}
+BuildRequires:  %{mpiver}-devel
+Requires:   %{mpiver}
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-mpi4py-devel
+Requires:   python-mpi4py
 BuildRequires:  pkgconfig(fftw3)
+Requires:   python-h5py
+BuildRequires:  python-h5py
 
 %description
 ESPResSo++ is an extensible, flexible, parallel simulation software
@@ -55,6 +74,7 @@
 
 %prep
 %setup  -q -n %{modname}-%{version}
+%patch0 -p1
 
 # Remove bundled libs
 rm -rf contrib/boost contrib/mpi4py
@@ -65,7 +85,7 @@
 sed -i -e "s/__DATE__/\"$FAKE_BUILDDATE\"/" -e 
"s/__TIME__/\"$FAKE_BUILDTIME\"/" src/Version.cpp
 
 %build
-source %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh
+source %{_libdir}/mpi/gcc/%{mpiver}/bin/mpivars.sh
 
 %{cmake} -DWITH_RC_FILES=OFF -DEXTERNAL_BOOST=ON -DEXTERNAL_MPI4PY=ON
 #no parallel build to save memory
@@ -74,6 +94,10 @@
 %install
 make -C build install DESTDIR=%{buildroot}
 
+#check
+# not enough memory
+#LD_LIBRARY_PATH='%{buildroot}/%{_libdir}::%{_libdir}/mpi/gcc/%{mpiver}/%{_lib}'
 make -C build test CTEST_OUTPUT_ON_FAILURE=1
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README.md COPYING

++ 229.patch ++
>From dadca19cb1dad95d1163163404b281118da150cf Mon Sep 17 00:00:00 2001
From: Christoph Junghans 
Date: Sun, 15 Jul 2018 19:41:19 -0600
Subject: [PATCH] fix build with boost-1.67

---
 src/FixedPairList.cpp | 1 +
 src/integrator/Adress.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/FixedPairList.cpp b/src/FixedPairList.cpp
index d4de07a9..0d4278be 100644
--- a/src/FixedPairList.cpp
+++ b/src/FixedPairList.cpp
@@ -29,6 +29,7 @@
 //#include 
 #include 
 #include "storage/Storage.hpp"
+#include "boost/serialization/vector.hpp"
 #include "Buffer.hpp"
 
 #include "esutil/Error.hpp"
diff --git a/src/integrator/Adress.cpp b/src/integrator/Adress.cpp
index 5d3b5c75..134ac3dd 100644
--- a/src/integrator/Adress.cpp
+++ b/src/integrator/Adress.cpp
@@ -28,6 +28,7 @@
 #include "Cell.hpp"
 #include "System.hpp"
 #include "storage/Storage.hpp"
+#include "boost/serialization/vector.hpp"
 #include "bc/BC.hpp"
 #include 

commit python-thriftpy for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-thriftpy for openSUSE:Factory 
checked in at 2018-07-18 22:56:01

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


Package is "python-thriftpy"

Wed Jul 18 22:56:01 2018 rev:2 rq:623485 version:0.3.9

Changes:

--- /work/SRC/openSUSE:Factory/python-thriftpy/python-thriftpy.changes  
2017-08-29 11:44:21.457980762 +0200
+++ /work/SRC/openSUSE:Factory/.python-thriftpy.new/python-thriftpy.changes 
2018-07-18 22:56:39.042421509 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 14:12:57 UTC 2018 - mimi...@gmail.com
+
+- add tornado_5.patch to build with tornado-5.x
+
+---

New:

  LICENSE
  tornado_5.patch



Other differences:
--
++ python-thriftpy.spec ++
--- /var/tmp/diff_new_pack.wR3WDN/_old  2018-07-18 22:56:39.478420063 +0200
+++ /var/tmp/diff_new_pack.wR3WDN/_new  2018-07-18 22:56:39.478420063 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-thriftpy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,24 +24,22 @@
 Summary:Pure python implementation of Apache Thrift
 License:MIT
 Group:  Development/Languages/Python
-Url:https://thriftpy.readthedocs.org/
+URL:https://thriftpy.readthedocs.org/
 Source: 
https://files.pythonhosted.org/packages/source/t/thriftpy/thriftpy-%{version}.tar.gz
+Source1:LICENSE
+Patch0: tornado_5.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ply >= 3.4}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-ply >= 3.4
+Recommends: python-tornado >= 4.0
 %if %{with test}
 BuildRequires:  %{python_module pytest >= 2.8}
 BuildRequires:  %{python_module tornado >= 4.0}
-BuildRequires:  %{python_module toro >= 0.6}
 %endif
-Requires:   python-ply >= 3.4
-Recommends: python-tornado >= 4.0
-Recommends: python-toro >= 0.6
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %python_subpackages
 
 %description
@@ -50,6 +48,8 @@
 
 %prep
 %setup -q -n thriftpy-%{version}
+cp %{SOURCE1} .
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -60,7 +60,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
 %doc CHANGES.rst README.rst
 %{python_sitearch}/*
 

++ LICENSE ++
The MIT License (MIT)

Copyright (c) <2014> 

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 the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
++ tornado_5.patch ++
Index: thriftpy-0.3.9/setup.py
===
--- thriftpy-0.3.9.orig/setup.py
+++ thriftpy-0.3.9/setup.py
@@ -18,7 +18,7 @@ install_requires = [
 ]
 
 tornado_requires = [
-"tornado>=4.0,<5.0",
+"tornado>=4.0,<6.0",
 "toro==0.6"
 ]
 
Index: thriftpy-0.3.9/thriftpy/tornado.py
===
--- thriftpy-0.3.9.orig/thriftpy/tornado.py
+++ thriftpy-0.3.9/thriftpy/tornado.py
@@ -18,7 +18,8 @@
 from __future__ import absolute_import
 
 from contextlib import contextmanager
-from tornado import tcpserver, ioloop, iostream, gen
+from tornado import tcpserver, iostream, gen
+from tornado import version as tornado_version
 from io import BytesIO
 from datetime import timedelta
 
@@ -32,7 +33,11 @@ from .protocol.binary import TBinaryProt
 import 

commit dataquay for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package dataquay for openSUSE:Factory 
checked in at 2018-07-18 22:56:16

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


Package is "dataquay"

Wed Jul 18 22:56:16 2018 rev:2 rq:623502 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/dataquay/dataquay.changes2017-09-13 
22:32:35.252583449 +0200
+++ /work/SRC/openSUSE:Factory/.dataquay.new/dataquay.changes   2018-07-18 
22:56:41.274414106 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 16:08:03 UTC 2018 - aloi...@gmx.com
+
+- Added dataquay-includedir.patch
+
+---

New:

  dataquay-includedir.patch



Other differences:
--
++ dataquay.spec ++
--- /var/tmp/diff_new_pack.3obY4W/_old  2018-07-18 22:56:41.702412687 +0200
+++ /var/tmp/diff_new_pack.3obY4W/_new  2018-07-18 22:56:41.706412674 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dataquay
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,6 +29,8 @@
 Patch1: dataquay-lib64.patch
 Patch2: dataquay-redland.patch
 Patch4: dataquay-sharedlib.patch
+# PATCH-FIX-OPENSUSE dataquay-includedir.patch aloi...@gmx.co -- add dataquay 
subdir to include path
+Patch5: dataquay-includedir.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-qtbase-common-devel
 BuildRequires:  pkgconfig
@@ -64,6 +66,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %qmake5 PREFIX=%{_prefix} LIBDIR=%{_libdir} dataquay.pro

++ dataquay-includedir.patch ++
Index: dataquay-0.9.1/deploy/dataquay.pc.in
===
--- dataquay-0.9.1.orig/deploy/dataquay.pc.in
+++ dataquay-0.9.1/deploy/dataquay.pc.in
@@ -7,4 +7,4 @@ Name: dataquay
 Version: 0.9.1
 Description: C++ API for an RDF data store using Qt4 classes and containers
 Libs: -L${libdir} -ldataquay %EXTRALIBS%
-Cflags: -I${includedir} 
+Cflags: -I${includedir} -I${includedir}/dataquay



commit rubygem-rails-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-rails-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:51:01

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


Package is "rubygem-rails-5_0"

Wed Jul 18 22:51:01 2018 rev:9 rq:621028 version:5.0.7

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-5_0/rubygem-rails-5_0.changes  
2017-09-26 21:15:03.221071874 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-5_0.new/rubygem-rails-5_0.changes 
2018-07-18 22:52:14.607298433 +0200
@@ -1,0 +2,6 @@
+Fri Mar 30 04:33:59 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+  no changelog found
+
+---

Old:

  rails-5.0.6.gem

New:

  rails-5.0.7.gem



Other differences:
--
++ rubygem-rails-5_0.spec ++
--- /var/tmp/diff_new_pack.qCKlBL/_old  2018-07-18 22:52:14.995297147 +0200
+++ /var/tmp/diff_new_pack.qCKlBL/_new  2018-07-18 22:52:15.003297120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rails-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name rails
 %define mod_full_name %{mod_name}-%{version}

++ rails-5.0.6.gem -> rails-5.0.7.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-08 02:45:01.0 +0200
+++ new/metadata2018-03-29 20:18:11.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rails
 version: !ruby/object:Gem::Version
-  version: 5.0.6
+  version: 5.0.7
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-08 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,126 +16,126 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: actionview
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: activemodel
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: activerecord
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: actionmailer
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-

commit rubygem-sass for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2018-07-18 22:51:25

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


Package is "rubygem-sass"

Wed Jul 18 22:51:25 2018 rev:46 rq:621034 version:3.5.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2018-03-06 10:45:54.887260424 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2018-07-18 22:52:26.559258802 +0200
@@ -1,0 +2,6 @@
+Fri Mar 23 05:31:34 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.5.6
+  no changelog found
+
+---

Old:

  sass-3.5.5.gem

New:

  sass-3.5.6.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.xKn2IL/_old  2018-07-18 22:52:27.131256905 +0200
+++ /var/tmp/diff_new_pack.xKn2IL/_new  2018-07-18 22:52:27.135256892 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sass
-Version:3.5.5
+Version:3.5.6
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}

++ sass-3.5.5.gem -> sass-3.5.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-01-05 02:22:10.0 +0100
+++ new/VERSION 2018-03-23 01:44:24.0 +0100
@@ -1 +1 @@
-3.5.5
+3.5.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION_DATE new/VERSION_DATE
--- old/VERSION_DATE2018-01-05 02:22:10.0 +0100
+++ new/VERSION_DATE2018-03-23 01:44:24.0 +0100
@@ -1 +1 @@
-05 January 2018 01:22:10 UTC
+23 March 2018 00:44:24 UTC
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/exec/sass_scss.rb 
new/lib/sass/exec/sass_scss.rb
--- old/lib/sass/exec/sass_scss.rb  2018-01-05 02:22:10.0 +0100
+++ new/lib/sass/exec/sass_scss.rb  2018-03-23 01:44:24.0 +0100
@@ -92,7 +92,7 @@
   end
 
   opts.on("-v", "--version", "Print the Sass version.") do
-puts("Sass #{Sass.version[:string]}")
+puts("Ruby Sass #{Sass.version[:string]}")
 exit
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/script/functions.rb 
new/lib/sass/script/functions.rb
--- old/lib/sass/script/functions.rb2018-01-05 02:22:10.0 +0100
+++ new/lib/sass/script/functions.rb2018-03-23 01:44:24.0 +0100
@@ -653,7 +653,15 @@
 # inclusive
 # @return [Sass::Script::Value::Color]
 # @raise [ArgumentError] if any parameter is the wrong type or out of 
bounds
-def rgb(red, green, blue)
+def rgb(red, green = nil, blue = nil)
+  if green.nil?
+return unquoted_string("rgb(#{red})") if var?(red)
+raise ArgumentError.new("wrong number of arguments (1 for 3)")
+  elsif blue.nil?
+return unquoted_string("rgb(#{red}, #{green})") if var?(red) || 
var?(green)
+raise ArgumentError.new("wrong number of arguments (2 for 3)")
+  end
+
   if special_number?(red) || special_number?(green) || 
special_number?(blue)
 return unquoted_string("rgb(#{red}, #{green}, #{blue})")
   end
@@ -677,6 +685,8 @@
   Sass::Script::Value::Color.new(color_attrs)
 end
 declare :rgb, [:red, :green, :blue]
+declare :rgb, [:red, :green]
+declare :rgb, [:red]
 
 # Creates a {Sass::Script::Value::Color Color} from red, green, blue, and
 # alpha values.
@@ -711,9 +721,22 @@
 # is the wrong type
 def rgba(*args)
   case args.size
+  when 1
+return unquoted_string("rgba(#{args.first})") if var?(args.first)
+raise ArgumentError.new("wrong number of arguments (1 for 4)")
   when 2
 color, alpha = args
 
+if var?(color)
+  return unquoted_string("rgba(#{color}, #{alpha})")
+elsif var?(alpha)
+  if color.is_a?(Sass::Script::Value::Color)
+return unquoted_string("rgba(#{color.red}, #{color.green}, 
#{color.blue}, #{alpha})")
+  else
+return unquoted_string("rgba(#{color}, #{alpha})")
+  end
+end
+
 assert_type color, :Color, :color
 if special_number?(alpha)
   unquoted_string("rgba(#{color.red}, #{color.green}, #{color.blue}, 
#{alpha})")
@@ -722,6 +745,12 @@
   check_alpha_unit alpha, 'rgba'
   color.with(:alpha => alpha.value)
 end
+  when 3
+if 

commit rubygem-rack-protection for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-rack-protection for 
openSUSE:Factory checked in at 2018-07-18 22:50:56

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


Package is "rubygem-rack-protection"

Wed Jul 18 22:50:56 2018 rev:4 rq:621027 version:2.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rack-protection/rubygem-rack-protection.changes
  2018-02-19 13:04:18.082863967 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-protection.new/rubygem-rack-protection.changes
 2018-07-18 22:52:12.235306299 +0200
@@ -1,0 +2,12 @@
+Fri Jun  8 17:27:24 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.3
+  no changelog found
+
+---
+Tue Jun  5 17:21:10 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.2
+  no changelog found
+
+---

Old:

  rack-protection-2.0.1.gem

New:

  rack-protection-2.0.3.gem



Other differences:
--
++ rubygem-rack-protection.spec ++
--- /var/tmp/diff_new_pack.XSRUCB/_old  2018-07-18 22:52:12.839304295 +0200
+++ /var/tmp/diff_new_pack.XSRUCB/_new  2018-07-18 22:52:12.839304295 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rack-protection
-Version:2.0.1
+Version:2.0.3
 Release:0
 %define mod_name rack-protection
 %define mod_full_name %{mod_name}-%{version}

++ rack-protection-2.0.1.gem -> rack-protection-2.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2018-02-16 16:43:47.0 +0100
+++ new/Gemfile 2018-06-08 18:04:25.0 +0200
@@ -1,4 +1,4 @@
-source "http://rubygems.org;
+source "https://rubygems.org;
 # encoding: utf-8
 
 gem 'rake'
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/protection/authenticity_token.rb 
new/lib/rack/protection/authenticity_token.rb
--- old/lib/rack/protection/authenticity_token.rb   2018-02-16 
16:43:47.0 +0100
+++ new/lib/rack/protection/authenticity_token.rb   2018-06-08 
18:04:25.0 +0200
@@ -9,14 +9,78 @@
 # Supported browsers:: all
 # More infos:: 
http://en.wikipedia.org/wiki/Cross-site_request_forgery
 #
-# Only accepts unsafe HTTP requests if a given access token matches the 
token
-# included in the session.
+# This middleware only accepts requests other than GET,
+# HEAD, OPTIONS, TRACE if their given access
+# token matches the token included in the session.
 #
-# Compatible with rack-csrf.
+# It checks the X-CSRF-Token header and the POST form
+# data.
 #
-# Options:
+# Compatible with the {rack-csrf}[https://rubygems.org/gems/rack_csrf] gem.
 #
-# authenticity_param: Defines the param's name that should contain the 
token on a request.
+# == Options
+#
+# [:authenticity_param] the name of the param that should contain
+#the token on a request. Default value:
+#"authenticity_token"
+#
+# == Example: Forms application
+#
+# To show what the AuthenticityToken does, this section includes a sample
+# program which shows two forms. One with, and one without a CSRF token
+# The one without CSRF token field will get a 403 Forbidden response.
+#
+# Install the gem, then run the program:
+#
+#   gem install 'rack-protection'
+#   ruby server.rb
+#
+# Here is server.rb:
+#
+#   require 'rack/protection'
+#
+#   app = Rack::Builder.app do
+# use Rack::Session::Cookie, secret: 'secret'
+# use Rack::Protection::AuthenticityToken
+#
+# run -> (env) do
+#   [200, {}, [
+# <<~EOS
+#   
+#   
+#   
+# 
+# rack-protection minimal example
+#   
+#   
+# Without Authenticity Token
+# This takes you to Forbidden
+# 
+#   
+#   
+# 
+#
+# With Authenticity Token
+# This successfully takes you to back to this form.
+# 
+#   
+#   
+#   
+# 
+#   
+#   
+# EOS
+#   ]]
+# end
+#   end
+#
+#   Rack::Handler::WEBrick.run app

commit rubygem-pry-doc for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2018-07-18 22:50:44

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


Package is "rubygem-pry-doc"

Wed Jul 18 22:50:44 2018 rev:17 rq:621022 version:0.13.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2018-03-14 19:40:01.775088489 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes 
2018-07-18 22:52:00.999343555 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 17:47:24 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.13.4
+ see installed CHANGELOG.md
+
+---

Old:

  pry-doc-0.13.3.gem

New:

  pry-doc-0.13.4.gem



Other differences:
--
++ rubygem-pry-doc.spec ++
--- /var/tmp/diff_new_pack.IPapaN/_old  2018-07-18 22:52:02.243339430 +0200
+++ /var/tmp/diff_new_pack.IPapaN/_new  2018-07-18 22:52:02.243339430 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-pry-doc
-Version:0.13.3
+Version:0.13.4
 Release:0
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}

++ pry-doc-0.13.3.gem -> pry-doc-0.13.4.gem ++
/work/SRC/openSUSE:Factory/rubygem-pry-doc/pry-doc-0.13.3.gem 
/work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/pry-doc-0.13.4.gem differ: char 
140, line 1




commit rubygem-rake for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2018-07-18 22:51:17

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


Package is "rubygem-rake"

Wed Jul 18 22:51:17 2018 rev:5 rq:621032 version:12.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2017-11-01 11:09:29.250103784 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2018-07-18 22:52:25.807261295 +0200
@@ -1,0 +2,41 @@
+Thu Mar 22 05:30:42 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 12.3.1
+ see installed History.rdoc
+
+  === 12.3.1
+  
+   Bug fixes
+  
+  * Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
+Pull request #262 by FUJI Goro.
+  
+   Enhancements:
+  
+  * Don't run task if it depends on already invoked but failed task.
+Pull request #252 by Gonzalo Rodriguez.
+  * Make space trimming consistent for all task arguments.
+Pull request #259 by Gonzalo Rodriguez.
+  * Removes duplicated inclusion of Rake::DSL in tests.
+Pull request #254 by Gonzalo Rodriguez.
+  * Re-raise a LoadError that didn't come from require in the test loader.
+Pull request #250 by Dylan Thacker-Smith.
+
+---
+Sun Dec  3 19:32:14 UTC 2017 - co...@suse.com
+
+- updated to version 12.3.0
+ see installed History.rdoc
+
+  === 12.3.0
+  
+   Compatibility Changes
+  
+  * Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already
+removed to support for Ruby 1.9.x.
+  
+  === Enhancements:
+  
+  * Support `test-bundled-gems` task on ruby core.
+
+---

Old:

  rake-12.2.1.gem

New:

  rake-12.3.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.oT2OwM/_old  2018-07-18 22:52:26.151260154 +0200
+++ /var/tmp/diff_new_pack.oT2OwM/_new  2018-07-18 22:52:26.155260141 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,12 +24,12 @@
 #
 
 Name:   rubygem-rake
-Version:12.2.1
+Version:12.3.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.3}
+BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ rake-12.2.1.gem -> rake-12.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2017-10-25 04:05:33.0 +0200
+++ new/History.rdoc2018-03-22 05:46:32.0 +0100
@@ -1,3 +1,32 @@
+=== 12.3.1
+
+ Bug fixes
+
+* Support did_you_mean >= v1.2.0 which has a breaking change on formatters.
+  Pull request #262 by FUJI Goro.
+
+ Enhancements:
+
+* Don't run task if it depends on already invoked but failed task.
+  Pull request #252 by Gonzalo Rodriguez.
+* Make space trimming consistent for all task arguments.
+  Pull request #259 by Gonzalo Rodriguez.
+* Removes duplicated inclusion of Rake::DSL in tests.
+  Pull request #254 by Gonzalo Rodriguez.
+* Re-raise a LoadError that didn't come from require in the test loader.
+  Pull request #250 by Dylan Thacker-Smith.
+
+=== 12.3.0
+
+ Compatibility Changes
+
+* Bump `required_ruby_version` to Ruby 2.0.0. Rake has already
+  removed support for Ruby 1.9.x.
+
+ Enhancements:
+
+* Support `test-bundled-gems` task on ruby core.
+
 === 12.2.1
 
  Bug fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2017-10-25 04:05:33.0 +0200
+++ new/README.rdoc 2018-03-22 05:46:32.0 +0100
@@ -25,8 +25,8 @@
 
 * A library of prepackaged tasks to make building rakefiles easier. For 
example,
   tasks for building tarballs. (Formerly
-  tasks for building RDoc, Gems and publishing to FTP were included in rake 
but they're now
-  available in RDoc, RubyGems and  respectively.)
+  tasks for building RDoc, Gems, and publishing to FTP were included in rake 
but they're now
+  available in RDoc, RubyGems, and rake-contrib respectively.)
 
 * Supports parallel execution of tasks.
 
@@ -130,7 +130,7 @@
 = 

commit rubygem-sexp_processor for openSUSE:Factory

2018-07-18 Thread root


binrFnYMYDaJb.bin
Description: Binary data


commit rubygem-rack for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-rack for openSUSE:Factory 
checked in at 2018-07-18 22:50:47

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


Package is "rubygem-rack"

Wed Jul 18 22:50:47 2018 rev:12 rq:621024 version:2.0.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack/rubygem-rack.changes
2018-02-12 10:13:42.748753931 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rack.new/rubygem-rack.changes   
2018-07-18 22:52:04.367332387 +0200
@@ -1,0 +2,12 @@
+Mon Apr 23 18:18:04 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.5
+ see installed HISTORY.md
+
+---
+Mon Apr 16 15:47:33 UTC 2018 - mschnit...@suse.com
+
+- Only build against ruby versions 2.3.x, 2.4.x, and 2.5.x
+- Fix package build by removing the executable bit for 'test.gz' file in gem
+
+---

Old:

  rack-2.0.4.gem

New:

  rack-2.0.5.gem



Other differences:
--
++ rubygem-rack.spec ++
--- /var/tmp/diff_new_pack.tEKpXV/_old  2018-07-18 22:52:05.695327984 +0200
+++ /var/tmp/diff_new_pack.tEKpXV/_new  2018-07-18 22:52:05.723327891 +0200
@@ -24,12 +24,17 @@
 #
 
 Name:   rubygem-rack
-Version:2.0.4
+Version:2.0.5
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
 # MANUAL
 BuildRequires:  fdupes
+
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
+%define rb_build_versions ruby23 ruby24 ruby25
+%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+%endif
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.2.2}
@@ -64,6 +69,7 @@
   -f
 # MANUAL
 %fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/
+chmod 644 
%{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/test/cgi/test.gz
 # /MANUAL
 
 %gem_packages

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.tEKpXV/_old  2018-07-18 22:52:05.819327572 +0200
+++ /var/tmp/diff_new_pack.tEKpXV/_new  2018-07-18 22:52:05.823327560 +0200
@@ -76,8 +76,12 @@
 
 :preamble: |-
   BuildRequires:  fdupes
-#  %define rb_build_versions ruby22 ruby23
-#  %define rb_default_ruby_abi ruby:2.2.0 ruby:2.3.0
+
+  %if 0%{?suse_version} && 0%{?suse_version} < 1330
+  %define rb_build_versions ruby23 ruby24 ruby25
+  %define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
+  %endif
 
 :post_install: |-
   %fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/
+  chmod 644 
%{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/test/cgi/test.gz

++ rack-2.0.4.gem -> rack-2.0.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2018-01-31 19:16:49.0 +0100
+++ new/README.rdoc 2018-04-23 19:45:56.0 +0200
@@ -228,7 +228,7 @@
 
 The Rack Core Team, consisting of
 
-* Christian Neukirchen (chneukirchen[https://github.com/chneukirchen])
+* Leah Neukirchen (chneukirchen[https://github.com/chneukirchen])
 * James Tucker (raggi[https://github.com/raggi])
 * Josh Peek (josh[https://github.com/josh])
 * José Valim (josevalim[https://github.com/josevalim])
@@ -300,5 +300,3 @@
 Rack Bug Tracking:: 
 rack-devel mailing list:: 
 Rack's Rubyforge project:: 
-
-Christian Neukirchen:: 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SPEC new/SPEC
--- old/SPEC2018-01-31 19:16:49.0 +0100
+++ new/SPEC2018-04-23 19:45:56.0 +0200
@@ -60,8 +60,8 @@
the presence or absence of the
appropriate HTTP header in the
request. See
-   https://tools.ietf.org/html/rfc3875#section-4.1.18;>
-   RFC3875 section 4.1.18 for
+   {https://tools.ietf.org/html/rfc3875#section-4.1.18
+   RFC3875 section 4.1.18} for
specific behavior.
 In addition to this, the Rack environment must include these
 Rack-specific variables:
@@ -98,13 +98,12 @@
 Additional environment specifications have approved to
 standardized middleware APIs.  None of these are required to
 be implemented by the server.
-rack.session:: A hash like interface for storing
-request session data.
+rack.session:: A hash like interface for storing request session data.
   

commit rubygem-simplecov for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-simplecov for 
openSUSE:Factory checked in at 2018-07-18 22:51:35

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


Package is "rubygem-simplecov"

Wed Jul 18 22:51:35 2018 rev:19 rq:621036 version:0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-simplecov/rubygem-simplecov.changes  
2017-09-14 21:18:32.482489849 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-simplecov.new/rubygem-simplecov.changes 
2018-07-18 22:52:27.963254146 +0200
@@ -1,0 +2,29 @@
+Tue Mar 20 10:17:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.16.1
+ see installed CHANGELOG.md
+
+  0.16.1 (2018-03-16)
+  ===
+  
+  ## Bugfixes
+  
+  * Include the LICENSE in the distributed gem again (accidentally removed in 
0.16.0). (thanks @tas50)
+  
+  0.16.0 (2018-03-15)
+  ===
+  
+  ## Enhancements
+  
+  * Relax version constraint on `docile`, per SemVer
+  * exception that occurred on exit is available as `exit_exception`! See 
[#639](https://github.com/colszowka/simplecov/pull/639)  (thanks @thomas07vt)
+  * Performance: processing results now runs from 2.5x to 3.75x faster. See 
[#662](https://github.com/colszowka/simplecov/pull/662) (thanks @BMorearty & 
@eregon)
+  * Decrease gem size by only shipping lib and docs
+  
+  ## Bugfixes
+  
+  * (breaking) Stop handling string filters as regular expressions, use the 
dedicated regex filter if you need that behaviour. See 
[#616](https://github.com/colszowka/simplecov/pull/616) (thanks @yujinakayama)
+  * Avoid overwriting the last coverage results on unsuccessful test runs. See 
[#625](https://github.com/colszowka/simplecov/pull/625) (thanks @thomas07vt)
+  * Don't crash on invalid UTF-8 byte sequences. (thanks @BMorearty)
+
+---

Old:

  simplecov-0.15.1.gem

New:

  simplecov-0.16.1.gem



Other differences:
--
++ rubygem-simplecov.spec ++
--- /var/tmp/diff_new_pack.4E9ikK/_old  2018-07-18 22:52:28.535252249 +0200
+++ /var/tmp/diff_new_pack.4E9ikK/_new  2018-07-18 22:52:28.539252236 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-simplecov
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-simplecov
-Version:0.15.1
+Version:0.16.1
 Release:0
 %define mod_name simplecov
 %define mod_full_name %{mod_name}-%{version}
@@ -49,7 +49,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.md MIT-LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ simplecov-0.15.1.gem -> simplecov-0.16.1.gem ++
 5424 lines of diff (skipped)




commit messagelib for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2018-07-18 22:45:58

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


Package is "messagelib"

Wed Jul 18 22:45:58 2018 rev:33 rq:622761 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2018-06-22 
13:26:14.502923647 +0200
+++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes   
2018-07-18 22:46:02.164533214 +0200
@@ -1,0 +2,13 @@
+Fri Jul 13 04:50:18 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Avoid to display all message in preview
+  * Fix dnd attachment with qt5.11
+- Dropped patches, now upstream:
+  * 0001-Fix-dnd-attachment-with-qt5.11.patch
+
+---

Old:

  0001-Fix-dnd-attachment-with-qt5.11.patch
  messagelib-18.04.2.tar.xz

New:

  messagelib-18.04.3.tar.xz



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.YIlKJ2/_old  2018-07-18 22:46:03.460528918 +0200
+++ /var/tmp/diff_new_pack.YIlKJ2/_new  2018-07-18 22:46:03.464528905 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   messagelib
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -29,7 +29,6 @@
 Group:  System/Libraries
 Url:http://www.kde.org
 Source0:%{name}-%{version}.tar.xz
-Patch0: 0001-Fix-dnd-attachment-with-qt5.11.patch
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
 BuildRequires:  akonadi-search-devel
@@ -118,7 +117,6 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
 %cmake_kf5 -d build -- -DMESSAGEVIEWER_USE_QTWEBENGINE=TRUE 
-DQTWEBENGINE_SUPPORT_OPTION=TRUE

++ messagelib-18.04.2.tar.xz -> messagelib-18.04.3.tar.xz ++
/work/SRC/openSUSE:Factory/messagelib/messagelib-18.04.2.tar.xz 
/work/SRC/openSUSE:Factory/.messagelib.new/messagelib-18.04.3.tar.xz differ: 
char 26, line 1




commit spectacle for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package spectacle for openSUSE:Factory 
checked in at 2018-07-18 22:46:21

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


Package is "spectacle"

Wed Jul 18 22:46:21 2018 rev:32 rq:622774 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/spectacle/spectacle.changes  2018-06-13 
15:27:47.286186620 +0200
+++ /work/SRC/openSUSE:Factory/.spectacle.new/spectacle.changes 2018-07-18 
22:46:22.916464424 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:20 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  spectacle-18.04.2.tar.xz

New:

  spectacle-18.04.3.tar.xz



Other differences:
--
++ spectacle.spec ++
--- /var/tmp/diff_new_pack.ecgUY1/_old  2018-07-18 22:46:23.696461839 +0200
+++ /var/tmp/diff_new_pack.ecgUY1/_new  2018-07-18 22:46:23.700461826 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   spectacle
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ spectacle-18.04.2.tar.xz -> spectacle-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spectacle-18.04.2/CMakeLists.txt 
new/spectacle-18.04.3/CMakeLists.txt
--- old/spectacle-18.04.2/CMakeLists.txt2018-06-05 02:31:03.0 
+0200
+++ new/spectacle-18.04.3/CMakeLists.txt2018-07-10 02:07:30.0 
+0200
@@ -2,7 +2,7 @@
 # KDE Application Version, managed by release script
 set(KDE_APPLICATIONS_VERSION_MAJOR "18")
 set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "2")
+set(KDE_APPLICATIONS_VERSION_MICRO "3")
 set(KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 set(SPECTACLE_VERSION ${KDE_APPLICATIONS_VERSION})
 # minimum requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spectacle-18.04.2/desktop/org.kde.spectacle.appdata.xml 
new/spectacle-18.04.3/desktop/org.kde.spectacle.appdata.xml
--- old/spectacle-18.04.2/desktop/org.kde.spectacle.appdata.xml 2018-06-02 
00:51:33.0 +0200
+++ new/spectacle-18.04.3/desktop/org.kde.spectacle.appdata.xml 2018-07-07 
11:24:14.0 +0200
@@ -13,6 +13,7 @@
   Spectacle
   Spectacle
   Spectacle
+  Spectacle
   Spectacle
   Spectacle
   Spectacle
@@ -45,6 +46,7 @@
   Εργαλείο συλληψης στιγμιοτύπων
   Screenshot Capture Utility
   Utilidad para capturar pantallas
+  Pantaila-argazkiak atzemateko 
baliagarritasuna
   Ruutukaappaustyökalu
   Utilitaire de capture d'écran
   Utilidade para facer capturas de pantalla
@@ -80,6 +82,7 @@
 Spectacle is a simple application for capturing 
desktop screenshots. It can capture images of the entire desktop, a single 
monitor, the currently active window, the window currently under the mouse, or 
a rectangular region of the screen. The images can then be printed, sent to 
other applications for manipulation, or quickly be saved as-is.
 Spectacle es una sencilla aplicación para realizar 
capturas de pantalla del escritorio. Puede capturar imágenes de todo el 
escritorio, de un único monitor, de la ventana activa actual, de la ventana que 
esté bajo el cursor o de un área rectangular de la pantalla. Las imágenes se 
pueden imprimir, enviar a otras aplicaciones para su procesamiento o guardar en 
el disco de forma inmediata.
 Spectacle on lihtne ekraanipiltide tegemise rakendus. See 
võib pildistada tervet töölauda, konkreetset monitori, parajasti aktiivset 
akent, hiire all olevat akent või ekraanil valitud ristkülikukujulist osa. 
Tehtud pilte saab trükkida, saata töötlemiseks teistesse rakendustesse või ka 
lihtsalt kiiresti ja muutmata salvestada.
+Spectacle mahaiganeko argazkiak atzemateko aplikazio 
erraz bat da. Mahaigain osoaren irudiak atzeman ditzake, monitore bakarrarena, 
unean aktibo dagoen leihoarena, saguaren azpiko leihoarena, edo pantailaren 
azalera laukizuzen batena. Irudiak inprimatu daitezke, eraldatuak izan daitezen 
beste aplikazioetara bidali, edo daudenean gorde.
 Spectacle on yksinkertainen sovellus ruutukaappauskuvien 
ottamiseksi. Se voi kaapata kuvan koko työpöydältä, yksittäiseltä näytöltä, 
aktiivisesta ikkunasta, hiiren alla olevasta ikkunasta tai suorakulmaisesta 
näytön alueesta. Kuvat voi myöhemmin tulostaa, lähettää muihin 

commit pimcommon for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2018-07-18 22:46:16

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


Package is "pimcommon"

Wed Jul 18 22:46:16 2018 rev:28 rq:622768 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes  2018-06-13 
15:27:38.034527331 +0200
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2018-07-18 
22:46:17.756481529 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:19 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  pimcommon-18.04.2.tar.xz

New:

  pimcommon-18.04.3.tar.xz



Other differences:
--
++ pimcommon.spec ++
--- /var/tmp/diff_new_pack.sC3k9K/_old  2018-07-18 22:46:18.404479381 +0200
+++ /var/tmp/diff_new_pack.sC3k9K/_new  2018-07-18 22:46:18.404479381 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   pimcommon
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ pimcommon-18.04.2.tar.xz -> pimcommon-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.2/CMakeLists.txt 
new/pimcommon-18.04.3/CMakeLists.txt
--- old/pimcommon-18.04.2/CMakeLists.txt2018-06-05 03:34:38.0 
+0200
+++ new/pimcommon-18.04.3/CMakeLists.txt2018-07-10 02:16:17.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(pimcommon VERSION ${PIM_VERSION})
 
@@ -27,14 +27,14 @@
 
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADICONTACT_LIB_VERSION "5.8.2")
-set(LIBKDEPIM_LIB_VERSION "5.8.2")
+set(AKONADICONTACT_LIB_VERSION "5.8.3")
+set(LIBKDEPIM_LIB_VERSION "5.8.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.8.2")
-set(KIMAP_LIB_VERSION "5.8.2")
-set(KCONTACTS_LIB_VERSION "5.8.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
+set(KMIME_LIB_VERSION "5.8.3")
+set(KIMAP_LIB_VERSION "5.8.3")
+set(KCONTACTS_LIB_VERSION "5.8.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-18.04.2/po/ca/libpimcommon.po 
new/pimcommon-18.04.3/po/ca/libpimcommon.po
--- old/pimcommon-18.04.2/po/ca/libpimcommon.po 2018-06-05 03:34:35.0 
+0200
+++ new/pimcommon-18.04.3/po/ca/libpimcommon.po 2018-07-10 02:16:17.0 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: libpimcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-05 06:18+0200\n"
-"PO-Revision-Date: 2018-01-06 22:40+0100\n"
+"PO-Revision-Date: 2018-06-23 19:08+0100\n"
 "Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
@@ -34,7 +34,7 @@
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:370
 #, kde-format
 msgid "\"Replace\" string is the same as \"Find\" string."
-msgstr "La cadena «Substitueix» és el mateix que la cadena «Cerca»."
+msgstr "La cadena «Substitueix» és la mateixa que la cadena «Cerca»."
 
 #: pimcommon/autocorrection/autocorrectionwidget.cpp:370
 #, kde-format
@@ -176,7 +176,7 @@
 "mistake which is quite hard to find in formatted text."
 msgstr ""
 "Assegura que no es pot escriure més d'un espai, ja que aquest és un error "
-"comú bastant difícil de trobar en text formatat."
+"comú bastant difícil de trobar en el text formatat."
 
 #. i18n: ectx: property (text), widget (QCheckBox, ignoreDoubleSpace)
 #: pimcommon/autocorrection/ui/autocorrectionwidget.ui:76
@@ -528,7 +528,7 @@
 #: pimcommon/templatewidgets/templatelistwidget.cpp:245
 #, kde-format
 msgid "'%1' is not a template file"
-msgstr "«%1» no és cap fitxer de plantilla"
+msgstr "«%1» no és un fitxer de plantilla"
 
 #: pimcommon/templatewidgets/templatelistwidget.cpp:245
 #, kde-format
@@ -1355,7 +1355,7 @@
 #: pimcommonakonadi/util/createresource.cpp:78
 #, kde-format
 msgid "Resource type '%1' is not available."
-msgstr "El tipus de recurs «%1» no és disponible."
+msgstr "El tipus de recurs «%1» no està disponible."
 
 #: pimcommonakonadi/util/createresource.cpp:89
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rubygem-js-routes for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2018-07-18 22:50:09

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


Package is "rubygem-js-routes"

Wed Jul 18 22:50:09 2018 rev:17 rq:621010 version:1.4.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes  
2018-03-06 10:45:19.636534016 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 
2018-07-18 22:50:11.835705507 +0200
@@ -1,0 +2,12 @@
+Mon May  7 12:04:09 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.4.4
+ see installed CHANGELOG.md
+
+  * More informative stack trace for ParameterMissing error #235
+  
+  ## v1.4.3
+  
+  * Proper implementation of the :subdomain option in routes generation
+
+---

Old:

  js-routes-1.4.3.gem

New:

  js-routes-1.4.4.gem



Other differences:
--
++ rubygem-js-routes.spec ++
--- /var/tmp/diff_new_pack.Wx8U6f/_old  2018-07-18 22:50:13.551699818 +0200
+++ /var/tmp/diff_new_pack.Wx8U6f/_new  2018-07-18 22:50:13.579699725 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-js-routes
-Version:1.4.3
+Version:1.4.4
 Release:0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++ js-routes-1.4.3.gem -> js-routes-1.4.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-12-18 14:37:02.0 +0100
+++ new/CHANGELOG.md2018-05-07 13:15:41.0 +0200
@@ -1,5 +1,11 @@
 ## master
 
+* More informative stack trace for ParameterMissing error #235
+
+## v1.4.3
+
+* Proper implementation of the :subdomain option in routes generation
+
 ## v1.4.2
 
 * Added JsRoutes namespace to Engine #230
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes/version.rb new/lib/js_routes/version.rb
--- old/lib/js_routes/version.rb2017-12-18 14:37:03.0 +0100
+++ new/lib/js_routes/version.rb2018-05-07 13:15:41.0 +0200
@@ -1,3 +1,3 @@
 class JsRoutes
-  VERSION = "1.4.3"
+  VERSION = "1.4.4"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/routes.js new/lib/routes.js
--- old/lib/routes.js   2017-12-18 14:37:03.0 +0100
+++ new/lib/routes.js   2018-05-07 13:15:41.0 +0200
@@ -10,11 +10,33 @@
 
   root = typeof exports !== "undefined" && exports !== null ? exports : this;
 
-  ParameterMissing = function(message) {
-this.message = message;
-  };
+  function ParameterMissing(message, fileName, lineNumber) {
+var instance = new Error(message, fileName, lineNumber);
+if(Object.setPrototypeOf) {
+  Object.setPrototypeOf(instance, Object.getPrototypeOf(this));
+} else {
+  instance.__proto__ = this.__proto__;
+}
+if (Error.captureStackTrace) {
+  Error.captureStackTrace(instance, ParameterMissing);
+}
+return instance;
+  }
 
-  ParameterMissing.prototype = new Error();
+  ParameterMissing.prototype = Object.create(Error.prototype, {
+constructor: {
+  value: Error,
+  enumerable: false,
+  writable: true,
+  configurable: true
+}
+  });
+
+  if (Object.setPrototypeOf){
+Object.setPrototypeOf(ParameterMissing, Error);
+  } else {
+ParameterMissing.__proto__ = Error;
+  }
 
   NodeTypes = NODE_TYPES;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/routes.js.coffee new/lib/routes.js.coffee
--- old/lib/routes.js.coffee2017-12-18 14:37:03.0 +0100
+++ new/lib/routes.js.coffee2018-05-07 13:15:41.0 +0200
@@ -5,8 +5,27 @@
 # root is this
 root = (exports ? this)
 
-ParameterMissing = (@message) -> #
-ParameterMissing:: = new Error()
+ParameterMissing = (message, fileName, lineNumber) ->
+  instance = new Error(message, fileName, lineNumber)
+  if Object.setPrototypeOf
+Object.setPrototypeOf instance, Object.getPrototypeOf(this)
+  else
+instance.__proto__ = this.__proto__
+  if Error.captureStackTrace
+Error.captureStackTrace instance, ParameterMissing
+  instance
+
+ParameterMissing.prototype = Object.create(Error.prototype, constructor:
+  value: Error
+  enumerable: false
+  writable: true
+  configurable: true
+)
+
+if Object.setPrototypeOf
+  Object.setPrototypeOf(ParameterMissing, Error)
+else
+  ParameterMissing.__proto__ = Error
 
 NodeTypes = NODE_TYPES
 

commit rubygem-hitimes for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2018-07-18 22:49:56

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


Package is "rubygem-hitimes"

Wed Jul 18 22:49:56 2018 rev:7 rq:621005 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2017-09-12 19:56:56.825982126 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2018-07-18 22:49:58.543749577 +0200
@@ -1,0 +2,12 @@
+Fri Jun 15 22:07:51 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.3.0
+ see installed HISTORY.md
+
+  ## Version 1.3.0 2018-06-15
+  
+  * Add api method `Hitimes.raw_instant` to expose raw OS instant value
+  * Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS 
instant conversion factor
+  * other development cleanup tasks
+
+---

Old:

  hitimes-1.2.6.gem

New:

  hitimes-1.3.0.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.qajHm7/_old  2018-07-18 22:49:59.051747893 +0200
+++ /var/tmp/diff_new_pack.qajHm7/_new  2018-07-18 22:49:59.055747880 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.6
+Version:1.3.0
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
@@ -37,11 +37,12 @@
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-hitimes-rpmlintrc
 Source2:gem2rpm.yml
-Summary:A fast, high resolution timer library for recording peformance
+Summary:[![Build
 License:ISC
 Group:  Development/Languages/Ruby
 
 %description
+(https://travis-ci.org/copiousfreetime/hitimes.svg?branch=master)](https://travis-ci.org/copiousfreetime/hitimes)
 A fast, high resolution timer library for recording peformance metrics. *
 (http://github.com/copiousfreetime/hitimes) *
 (http://github.com.org/copiousfreetime/hitimes) * email jeremy at

++ hitimes-1.2.6.gem -> hitimes-1.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2017-08-04 17:17:44.0 +0200
+++ new/HISTORY.md  2018-06-15 23:55:01.0 +0200
@@ -1,4 +1,10 @@
 # Hitimes Changelog
+## Version 1.3.0 2018-06-15
+
+* Add api method `Hitimes.raw_instant` to expose raw OS instant value
+* Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS 
instant conversion factor
+* other development cleanup tasks
+
 ## Version 1.2.6 2017-08-04
 
 * Resolve version number issue (#61) (thanks @anthraxx)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-08-04 17:17:44.0 +0200
+++ new/README.md   2018-06-15 23:55:01.0 +0200
@@ -1,5 +1,7 @@
 # Hitimes
 
+[![Build 
Status](https://travis-ci.org/copiousfreetime/hitimes.svg?branch=master)](https://travis-ci.org/copiousfreetime/hitimes)
+
 A fast, high resolution timer library for recording peformance metrics.
 
 * [Homepage](http://github.com/copiousfreetime/hitimes)
@@ -15,6 +17,7 @@
 * [Support](#support)
 * [License](#license)
 
+
 ## Requirements
 
 Hitimes requires the following to run:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/hitimes/c/hitimes.c new/ext/hitimes/c/hitimes.c
--- old/ext/hitimes/c/hitimes.c 2017-08-04 17:17:44.0 +0200
+++ new/ext/hitimes/c/hitimes.c 2018-06-15 23:55:01.0 +0200
@@ -5,6 +5,20 @@
 VALUE mH;   /* module Hitimes*/
 VALUE eH_Error; /* class  Hitimes::Error */
 
+
+/**
+ * call-seq:
+ *Hitimes.raw_instant -> Integer
+ *
+ * Return the raw instant value from the operating system
+ */
+VALUE hitimes_instant_raw( )
+{
+unsigned long long i = (unsigned long long)hitimes_get_current_instant( );
+
+return ULL2NUM(i);
+}
+
 /*
  * Document-class: Hitimes::Error
  *
@@ -13,8 +27,10 @@
 void Init_hitimes( )
 {
 mH = rb_define_module("Hitimes");
- 
+
 eH_Error = rb_define_class_under(mH, "Error", rb_eStandardError);
+

commit rubygem-mixlib-authentication for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-mixlib-authentication for 
openSUSE:Factory checked in at 2018-07-18 22:50:18

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


Package is "rubygem-mixlib-authentication"

Wed Jul 18 22:50:18 2018 rev:8 rq:621012 version:2.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mixlib-authentication/rubygem-mixlib-authentication.changes
  2017-09-12 19:56:54.594295919 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-authentication.new/rubygem-mixlib-authentication.changes
 2018-07-18 22:50:20.223677697 +0200
@@ -1,0 +2,18 @@
+Fri Jun  8 21:26:09 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.1.1
+  no changelog found
+
+---
+Thu May 31 17:22:00 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.1.0
+  no changelog found
+
+---
+Thu Apr 12 17:41:32 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.0
+  no changelog found
+
+---

Old:

  mixlib-authentication-1.4.2.gem

New:

  mixlib-authentication-2.1.1.gem



Other differences:
--
++ rubygem-mixlib-authentication.spec ++
--- /var/tmp/diff_new_pack.rA3txo/_old  2018-07-18 22:50:20.999675123 +0200
+++ /var/tmp/diff_new_pack.rA3txo/_new  2018-07-18 22:50:21.003675111 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mixlib-authentication
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-mixlib-authentication
-Version:1.4.2
+Version:2.1.1
 Release:0
 %define mod_name mixlib-authentication
 %define mod_full_name %{mod_name}-%{version}

++ mixlib-authentication-1.4.2.gem -> mixlib-authentication-2.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-08-17 21:39:03.0 +0200
+++ new/Gemfile 2018-06-01 11:18:48.0 +0200
@@ -3,5 +3,6 @@
 
 group(:development) do
   gem "pry"
-  gem "mixlib-log"
+  gem "mixlib-log", "~> 2"
+  gem "net-ssh"
 end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/mixlib/authentication/http_authentication_request.rb 
new/lib/mixlib/authentication/http_authentication_request.rb
--- old/lib/mixlib/authentication/http_authentication_request.rb
2017-08-17 21:39:03.0 +0200
+++ new/lib/mixlib/authentication/http_authentication_request.rb
2018-06-01 11:18:48.0 +0200
@@ -72,7 +72,7 @@
 unless @request_signature
   @request_signature = headers.find_all { |h| h[0].to_s =~ 
/^x_ops_authorization_/ }
 .sort { |x, y| x.to_s[/\d+/].to_i <=> y.to_s[/\d+/].to_i }.map { 
|i| i[1] }.join("\n")
-  Mixlib::Authentication::Log.debug "Reconstituted (user-supplied) 
request signature: #{@request_signature}"
+  Mixlib::Authentication::Log.trace "Reconstituted (user-supplied) 
request signature: #{@request_signature}"
 end
 @request_signature
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/authentication/null_logger.rb 
new/lib/mixlib/authentication/null_logger.rb
--- old/lib/mixlib/authentication/null_logger.rb2017-08-17 
21:39:03.0 +0200
+++ new/lib/mixlib/authentication/null_logger.rb2018-06-01 
11:18:48.0 +0200
@@ -4,7 +4,7 @@
 
   attr_accessor :level
 
-  %i{debug info warn error fatal}.each do |method_name|
+  %i{trace debug info warn error fatal}.each do |method_name|
 class_eval(<<-METHOD_DEFN, __FILE__, __LINE__)
   def #{method_name}(msg=nil, )
 true
@@ -12,7 +12,7 @@
 METHOD_DEFN
   end
 
-  %i{debug? info? warn? error? fatal?}.each do |method_name|
+  %i{trace? debug? info? warn? error? fatal?}.each do |method_name|
 class_eval(<<-METHOD_DEFN, __FILE__, __LINE__)
   def #{method_name}
 false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/authentication/signatureverification.rb 
new/lib/mixlib/authentication/signatureverification.rb
--- 

commit rubygem-faraday for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-faraday for openSUSE:Factory 
checked in at 2018-07-18 22:49:39

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


Package is "rubygem-faraday"

Wed Jul 18 22:49:39 2018 rev:21 rq:621001 version:0.15.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes  
2018-02-10 18:00:00.652127729 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-faraday.new/rubygem-faraday.changes 
2018-07-18 22:49:44.679795543 +0200
@@ -1,0 +2,18 @@
+Wed May 23 16:04:31 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.15.2
+  no changelog found
+
+---
+Wed May 16 07:59:41 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.15.1
+  no changelog found
+
+---
+Fri Apr 20 08:05:59 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.15.0
+  no changelog found
+
+---

Old:

  faraday-0.14.0.gem

New:

  faraday-0.15.2.gem



Other differences:
--
++ rubygem-faraday.spec ++
--- /var/tmp/diff_new_pack.9oAgiT/_old  2018-07-18 22:49:45.083794203 +0200
+++ /var/tmp/diff_new_pack.9oAgiT/_new  2018-07-18 22:49:45.087794190 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-faraday
-Version:0.14.0
+Version:0.15.2
 Release:0
 %define mod_name faraday
 %define mod_full_name %{mod_name}-%{version}

++ faraday-0.14.0.gem -> faraday-0.15.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-01-19 20:19:34.0 +0100
+++ new/README.md   2018-05-23 17:42:34.0 +0200
@@ -54,7 +54,7 @@
 ```ruby
 conn = Faraday.new(:url => 'http://sushi.com') do |faraday|
   faraday.request  :url_encoded # form-encode POST params
-  faraday.response :logger  # log requests to STDOUT
+  faraday.response :logger  # log requests to $stdout
   faraday.adapter  Faraday.default_adapter  # make requests with Net::HTTP
 end
 
@@ -69,7 +69,7 @@
 end
 ```
 
-Once you have the connection object, use it to make HTTP requests. You can 
pass paramters to it in a few different ways:
+Once you have the connection object, use it to make HTTP requests. You can 
pass parameters to it in a few different ways:
 
 ```ruby
 ## GET ##
@@ -79,7 +79,7 @@
 
 conn.get '/nigiri', { :name => 'Maguro' }   # GET 
http://sushi.com/nigiri?name=Maguro
 
-conn.get do |req|   # GET 
http://sushi.com/search?page=2=100  
+conn.get do |req|   # GET 
http://sushi.com/search?page=2=100
   req.url '/search', :page => 2
   req.params['limit'] = 100
 end
@@ -118,7 +118,7 @@
   req.options.context = {
   foo: 'foo',
   bar: 'bar'
-  }  
+  }
 end
 ```
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/faraday/adapter/excon.rb 
new/lib/faraday/adapter/excon.rb
--- old/lib/faraday/adapter/excon.rb2018-01-19 20:19:34.0 +0100
+++ new/lib/faraday/adapter/excon.rb2018-05-23 17:42:34.0 +0200
@@ -15,6 +15,9 @@
   opts[:client_key]  = ssl[:client_key]  if ssl[:client_key]
   opts[:certificate] = ssl[:certificate] if ssl[:certificate]
   opts[:private_key] = ssl[:private_key] if ssl[:private_key]
+  opts[:ssl_version] = ssl[:version] if ssl[:version]
+  opts[:ssl_min_version] = ssl[:min_version] if ssl[:min_version]
+  opts[:ssl_max_version] = ssl[:max_version] if ssl[:max_version]
 
   # https://github.com/geemus/excon/issues/106
   # https://github.com/jruby/jruby-ossl/issues/19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/faraday/adapter/net_http.rb 
new/lib/faraday/adapter/net_http.rb
--- old/lib/faraday/adapter/net_http.rb 2018-01-19 20:19:34.0 +0100
+++ new/lib/faraday/adapter/net_http.rb 2018-05-23 17:42:34.0 +0200
@@ -28,6 +28,11 @@
   NET_HTTP_EXCEPTIONS << OpenSSL::SSL::SSLError if defined?(OpenSSL)
   NET_HTTP_EXCEPTIONS << Net::OpenTimeout if defined?(Net::OpenTimeout)
 
+  def initialize(app = nil, opts = {}, )
+@cert_store = nil
+super(app, opts, )
+  end
+
   def call(env)
 super
 with_net_http_connection(env) do |http|
@@ -56,6 +61,8 @@
 raise Faraday::Error::TimeoutError, err
   end
 
+  

commit rubygem-fluentd for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-fluentd for openSUSE:Factory 
checked in at 2018-07-18 22:53:44

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


Package is "rubygem-fluentd"

Wed Jul 18 22:53:44 2018 rev:7 rq:621975 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes  
2017-12-19 10:58:33.389150498 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-fluentd.new/rubygem-fluentd.changes 
2018-07-18 22:53:49.554983587 +0200
@@ -1,0 +2,219 @@
+Wed Jul 11 03:04:16 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.3
+ see installed CHANGELOG.md
+
+  ## Release v1.2.3 - 2018/07/10
+  
+  ### Enhancements
+  
+  * in_http: Consider `` parameters in batch mode
+https://github.com/fluent/fluentd/pull/2055
+  * in_http: Support gzip payload
+https://github.com/fluent/fluentd/pull/2060
+  * output: Improve compress performance
+https://github.com/fluent/fluentd/pull/2031
+  * in_monitor_agent: Add missing descriptions for configurable options
+https://github.com/fluent/fluentd/pull/2037
+  * parser_syslog: update regex of pid field for conformance to RFC5424 spec
+https://github.com/fluent/fluentd/pull/2051
+  
+  ### Bug fixes
+  
+  * in_tail: Fix to rescue Errno::ENOENT for File.mtime()
+https://github.com/fluent/fluentd/pull/2063
+  * fluent-plugin-generate: Fix Parser plugin template
+https://github.com/fluent/fluentd/pull/2026
+  * fluent-plugin-config-format: Fix NoMethodError for some plugins
+https://github.com/fluent/fluentd/pull/2023
+  * config: Don't warn message for reserved parameters in DSL
+https://github.com/fluent/fluentd/pull/2034
+
+---
+Wed Jun 13 00:05:18 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.2
+ see installed CHANGELOG.md
+
+  ## Release v1.2.2 - 2018/06/12
+  
+  ### Enhancements
+  
+  * filter_parser: Add remove_key_name_field parameter
+https://github.com/fluent/fluentd/pull/2012
+  * fluent-plugin-config-format: Dump config_argument
+https://github.com/fluent/fluentd/pull/2003
+  
+  ### Bug fixes
+  
+  * in_tail: Change pos file entry handling to avoid read conflict for other 
plugins
+https://github.com/fluent/fluentd/pull/1963
+  * buffer: Wait for all chunks being purged before deleting @queued_num items
+https://github.com/fluent/fluentd/pull/2016
+
+---
+Thu May 24 00:05:30 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.1
+ see installed CHANGELOG.md
+
+---
+Mon Apr 30 03:04:10 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.2.0
+ see installed CHANGELOG.md
+
+  ## Release v1.2.0 - 2018/04/30
+  
+  ### New Features
+  
+  * New Counter API
+https://github.com/fluent/fluentd/pull/1857
+  * output: Backup for broken chunks
+https://github.com/fluent/fluentd/pull/1952
+  * filter_grep: Support `` and `` support
+https://github.com/fluent/fluentd/pull/1897
+  * config: Support `regexp` type in configuration parameter
+https://github.com/fluent/fluentd/pull/1927
+  
+  ### Enhancements
+  
+  * parser_nginx: Support optional `http-x-forwarded-for` field
+https://github.com/fluent/fluentd/pull/1932
+  * filter_grep: Improve the performance
+https://github.com/fluent/fluentd/pull/1940
+  
+  ### Bug fixes
+  
+  * log: Fix unexpected implementation bug when log rotation setting is applied
+https://github.com/fluent/fluentd/pull/1957
+  * server helper: Close invalid socket when ssl error happens on reading
+https://github.com/fluent/fluentd/pull/1942
+  * output: Buffer chunk's unique id should be formatted as hex in the log
+
+---
+Thu Apr  5 04:29:21 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.3
+ see installed CHANGELOG.md
+
+  ## Release v1.1.3 - 2018/04/03
+  
+  ### Enhancements
+  
+  * output: Support negative index for tag placeholders
+https://github.com/fluent/fluentd/pull/1908
+  * buffer: Add queued_chunks_limit_size to control the number of queued chunks
+https://github.com/fluent/fluentd/pull/1916
+  * time: Make Fluent::EventTime human readable for inspect
+https://github.com/fluent/fluentd/pull/1915
+  
+  ### Bug fixes
+  
+  * output: Delete empty queued_num field after purging chunks
+https://github.com/fluent/fluentd/pull/1919
+  * fluent-debug: Fix usage message of fluent-debug command
+https://github.com/fluent/fluentd/pull/1920
+  * out_forward: The node should be disabled when TLS socket for ack returns 
an error
+

commit byacc for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2018-07-18 22:53:50

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


Package is "byacc"

Wed Jul 18 22:53:50 2018 rev:21 rq:622032 version:20180609

Changes:

--- /work/SRC/openSUSE:Factory/byacc/byacc.changes  2017-06-05 
18:51:49.348697717 +0200
+++ /work/SRC/openSUSE:Factory/.byacc.new/byacc.changes 2018-07-18 
22:53:55.914962497 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 07:48:45 UTC 2018 - mplus...@suse.com
+
+- Update to version 20180609:
+  * See attached CHANGES for complete list of changes
+
+---

Old:

  byacc-20170430.tgz
  byacc-20170430.tgz.asc

New:

  byacc-20180609.tgz
  byacc-20180609.tgz.asc



Other differences:
--
++ byacc.spec ++
--- /var/tmp/diff_new_pack.j5hcZv/_old  2018-07-18 22:53:56.378960958 +0200
+++ /var/tmp/diff_new_pack.j5hcZv/_new  2018-07-18 22:53:56.382960944 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,14 @@
 
 
 Name:   byacc
-Version:20170430
+Version:20180609
 Release:0
 Summary:LALR(1) parser generator
 License:SUSE-Public-Domain
 Group:  Development/Languages/C and C++
-Url:http://invisible-island.net/byacc/byacc.html
-Source0:ftp://invisible-island.net/byacc/byacc-%{version}.tgz
-Source1:ftp://invisible-island.net/byacc/byacc-%{version}.tgz.asc
+URL:http://invisible-island.net/byacc/byacc.html
+Source0:ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz
+Source1:ftp://ftp.invisible-island.net/byacc/byacc-%{version}.tgz.asc
 Source2:%{name}.keyring
 
 %description
@@ -52,9 +52,8 @@
 make %{?_smp_mflags} check
 
 %files
-%defattr(-,root,root,-)
 %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
 %{_bindir}/byacc
-%{_mandir}/man1/byacc.1%{ext_man}
+%{_mandir}/man1/byacc.1%{?ext_man}
 
 %changelog

++ byacc-20170430.tgz -> byacc-20180609.tgz ++
 18489 lines of diff (skipped)





commit creduce for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package creduce for openSUSE:Factory checked 
in at 2018-07-18 22:53:37

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


Package is "creduce"

Wed Jul 18 22:53:37 2018 rev:15 rq:621906 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/creduce/creduce.changes  2018-02-21 
14:13:54.192935085 +0100
+++ /work/SRC/openSUSE:Factory/.creduce.new/creduce.changes 2018-07-18 
22:53:43.235004544 +0200
@@ -1,0 +2,34 @@
+Tue Jul 10 13:04:09 UTC 2018 - mli...@suse.cz
+
+- Remove Requires to perl-Sys-CPU.
+
+---
+Mon Jul  9 08:37:34 UTC 2018 - idon...@suse.com
+
+- Update to version 2.8.0
+  * Include newer `clang_delta` tests in distributions.
+  * Mention CMake-based build system near the top of the file.
+  * Update copyright years.
+  * Do not list `LLVM_LIBS` in the `target_link_libraries`.
+  * Mention that `pkg install` example works for FreeBSD 11.1, too.
+  * Remove remaining references to `Sys::CPU` Perl module.
+  * Update copyright years.
+  * stop using dead sys::cpu perl module
+  * Require LLVM 6.0.
+
+---
+Thu May 10 11:02:15 UTC 2018 - mli...@suse.cz
+
+- Update to version 2.8.0+git.20180410.48e622b:
+  * Fixed an issue for checking function declarations
+  * Fixed crashes due to groupdecls
+  * update copyright year
+  * Handle anonymous unions are declared with other decls
+  * Handle designated init expressions
+  * Regenerate Autoconf/Automake stuff.
+  * Add copyright notices to some `clang_delta/tests/` files.
+  * Add more `clang_delta/tests/` files to distributions.
+  * add todo about try-catch
+  * Update copyright years.
+
+---

Old:

  creduce-2.7.0.tar.gz

New:

  creduce-2.8.0.tar.gz



Other differences:
--
++ creduce.spec ++
--- /var/tmp/diff_new_pack.xhfXWA/_old  2018-07-18 22:53:43.935002223 +0200
+++ /var/tmp/diff_new_pack.xhfXWA/_new  2018-07-18 22:53:43.999002011 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   creduce
-Version:2.7.0
+Version:2.8.0
 Release:0
 Summary:C-Reduce, a C program reducer
 License:BSD-3-Clause
@@ -25,32 +25,30 @@
 Url:https://github.com/csmith-project/creduce
 Source: 
https://github.com/csmith-project/%{name}/archive/creduce-%{version}.tar.gz
 BuildRequires:  astyle
-BuildRequires:  clang4-devel
+BuildRequires:  clang6-devel
 BuildRequires:  delta
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  indent
-BuildRequires:  llvm4-devel
+BuildRequires:  llvm6-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-Benchmark-Timer
 BuildRequires:  perl-Exporter-Lite
 BuildRequires:  perl-File-Which
 BuildRequires:  perl-Getopt-Tabular
 BuildRequires:  perl-Regexp-Common
-BuildRequires:  perl-Sys-CPU
 BuildRequires:  perl-Term-ReadKey
 BuildRequires:  zlib-devel
 Requires:   astyle
-Requires:   clang4-devel
+Requires:   clang6-devel
 Requires:   delta
 Requires:   indent
-Requires:   llvm4-devel
+Requires:   llvm6-devel
 Requires:   perl-Benchmark-Timer
 Requires:   perl-Exporter-Lite
 Requires:   perl-File-Which
 Requires:   perl-Getopt-Tabular
 Requires:   perl-Regexp-Common
-Requires:   perl-Sys-CPU
 Requires:   perl-Term-ReadKey
 Requires:   unifdef
 

++ creduce-2.7.0.tar.gz -> creduce-2.8.0.tar.gz ++
 8102 lines of diff (skipped)




commit hyperscan for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package hyperscan for openSUSE:Factory 
checked in at 2018-07-18 22:53:21

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


Package is "hyperscan"

Wed Jul 18 22:53:21 2018 rev:2 rq:621868 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/hyperscan/hyperscan.changes  2018-06-22 
13:30:35.005295788 +0200
+++ /work/SRC/openSUSE:Factory/.hyperscan.new/hyperscan.changes 2018-07-18 
22:53:37.931022133 +0200
@@ -1,0 +2,16 @@
+Tue Jul 10 06:57:19 UTC 2018 - mar...@gmx.de
+
+- Update to version 5.0.0
+  * Introduce chimera hybrid engine of Hyperscan and PCRE, to fully
+support PCRE syntax as well as to take advantage of the high
+performance nature of Hyperscan.
+  * New API feature: logical combinations (AND, OR and NOT) of
+patterns in a given pattern set.
+  * Windows porting: hsbench, hscheck, hscollider and hsdump tools
+now available on Windows 8 or newer.
+  * Improve undirected graph implementation to avoid graph copy and
+reduce compile time.
+  * Bugfix for issue #86: enable hscollider for installed PCRE
+package.
+
+---

Old:

  hyperscan-4.7.0.tar.gz

New:

  hyperscan-5.0.0.tar.gz



Other differences:
--
++ hyperscan.spec ++
--- /var/tmp/diff_new_pack.rRlyH4/_old  2018-07-18 22:53:38.275020992 +0200
+++ /var/tmp/diff_new_pack.rRlyH4/_new  2018-07-18 22:53:38.275020992 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define sover 4
+
+%define sover 5
 Name:   hyperscan
-Version:4.7.0
+Version:5.0.0
 Release:0
 Summary:Regular expression matching library
 License:BSD-3-Clause

++ hyperscan-4.7.0.tar.gz -> hyperscan-5.0.0.tar.gz ++
 16036 lines of diff (skipped)




commit opensc for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package opensc for openSUSE:Factory checked 
in at 2018-07-18 22:53:39

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


Package is "opensc"

Wed Jul 18 22:53:39 2018 rev:42 rq:621916 version:0.18.0

Changes:

--- /work/SRC/openSUSE:Factory/opensc/opensc.changes2018-02-06 
16:49:21.587491041 +0100
+++ /work/SRC/openSUSE:Factory/.opensc.new/opensc.changes   2018-07-18 
22:53:45.970995471 +0200
@@ -1,0 +2,11 @@
+Tue Jul 10 16:56:28 CEST 2018 - sbra...@suse.com
+
+- Update to version 0.18.0:
+  * Further improvements of PIN support.
+  * Large number of improvements and fixes
+(boo#1097951, boo#1100501).
+  * See /usr/share/doc/packages/opensc/NEWS for complete list.
+- Add opensc-desktop.patch, opensc-desktop2.patch and
+  opensc-bash-completions.patch.
+
+---

Old:

  opensc-0.17.0.tar.gz

New:

  opensc-0.18.0.tar.gz
  opensc-bash-completions.patch
  opensc-desktop.patch
  opensc-desktop2.patch



Other differences:
--
++ opensc.spec ++
--- /var/tmp/diff_new_pack.zUy9he/_old  2018-07-18 22:53:46.550993549 +0200
+++ /var/tmp/diff_new_pack.zUy9he/_new  2018-07-18 22:53:46.554993535 +0200
@@ -17,29 +17,36 @@
 
 
 Name:   opensc
-Version:0.17.0
+Version:0.18.0
 Release:0
 Summary:Smart Card Utilities
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Security
 Url:https://github.com/OpenSC/OpenSC/wiki
 Source: 
https://github.com/OpenSC/OpenSC/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Source2:%{name}-rpmlintrc
 # Register with p11-kit
-# https://www.opensc-project.org/opensc/ticket/390
+# 
https://web.archive.org/web/20111225073733/http://www.opensc-project.org/opensc/ticket/390
 Source3:opensc.module
+# PATCH-FIX-UPSTREAM opensc-desktop.patch 
https://github.com/OpenSC/OpenSC/issues/1402 sbra...@suse.com -- Fix desktop 
file.
+Patch1: opensc-desktop.patch
+# PATCH-FIX-UPSTREAM opensc-bash-completions.patch sbra...@suse.com 
https://github.com/OpenSC/OpenSC/issues/1403 -- Use correct bash-completion 
path.
+Patch2: opensc-bash-completions.patch
+# PATCH-FEATURE-OPENSUSE opensc-desktop2.patch 
https://github.com/OpenSC/OpenSC/issues/1402 sbra...@suse.com -- Add 
GenericName to the desktop file.
+Patch3: opensc-desktop2.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(bash-completion)
 BuildRequires:  pkgconfig(libpcsclite)
 BuildRequires:  pkgconfig(openssl)
-
 Requires:   pcsc-lite
 # There is no more devel package.
 Obsoletes:  opensc-devel < %{version}
+%define completionsdir %(pkg-config --variable completionsdir bash-completion)
 
 %description
 OpenSC provides a set of utilities to access smart cards. It mainly
@@ -58,6 +65,9 @@
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fvi
@@ -85,6 +95,7 @@
 %doc %{_docdir}/%{name}/README
 %doc %{_docdir}/%{name}/tools.html
 %{_bindir}/*
+%{_datadir}/applications/*.desktop
 %{_datadir}/opensc
 # Note: .la and .so must be in the main package, required by ltdl:
 %{_libdir}/*.la
@@ -96,8 +107,8 @@
 %config %{_sysconfdir}/opensc.conf
 %dir %{_sysconfdir}/pkcs11
 %config %{_sysconfdir}/pkcs11/modules/
-%{_sysconfdir}/bash_completion.d/*
 # This is a private library. There is no reason to split it to libopensc* 
package.
 %{_libdir}/libopensc.so.*
+%{completionsdir}/*
 
 %changelog

++ opensc-0.17.0.tar.gz -> opensc-0.18.0.tar.gz ++
 40798 lines of diff (skipped)

++ opensc-bash-completions.patch ++
>From b0a20fa7ca30dc6c6198954fadc5a7fe812834dc Mon Sep 17 00:00:00 2001
From: Stanislav Brabec 
Date: Fri, 22 Jun 2018 16:38:38 +0200
Subject: [PATCH] Use correct bash-completion path

Recent versions of bash is leaving /etc/bash_completion.d. The correct
directory is specified by pkg-config --variable completionsdir
bash-completion.

Fixes https://github.com/OpenSC/OpenSC/issues/1403
---
 configure.ac  | 4 
 doc/tools/Makefile.am | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 700b14dc..6abad0b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -839,6 +839,10 @@ if test "${enable_cryptotokenkit}" = "yes"; then
fi
AC_DEFINE([ENABLE_CRYPTOTOKENKIT], [1], [Define if CryptoTokenKit is to 
be enabled])
 fi
+PKG_CHECK_MODULES([BASH_COMPLETION], [bash-completion >= 2.0],
+   

commit proftpd for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package proftpd for openSUSE:Factory checked 
in at 2018-07-18 22:53:31

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


Package is "proftpd"

Wed Jul 18 22:53:31 2018 rev:31 rq:621886 version:1.3.5e

Changes:

--- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes  2017-07-21 
22:50:42.317674287 +0200
+++ /work/SRC/openSUSE:Factory/.proftpd.new/proftpd.changes 2018-07-18 
22:53:41.715009585 +0200
@@ -1,0 +2,15 @@
+Tue Jul 10 11:57:58 UTC 2018 - ch...@computersalat.de
+
+- update to 1.3.5e
+  * Fixed SFTP issue with umac...@openssh.com digest/MAC.
+  * Fixed regression with mod_sftp rekeying.
+  * Backported fix for "AllowChrootSymlinks off" checking each component
+for symlinks (CVE-2017-7418).
+- remove obsolete patch
+  * proftpd-AllowChrootSymlinks.patch (now included)
+- rebase patches
+  * proftpd-dist.patch
+  * proftpd-no_BuildDate.patch
+  * proftpd_include-in-limit-section.patch
+
+---

Old:

  proftpd-1.3.5d.tar.gz
  proftpd-1.3.5d.tar.gz.asc
  proftpd-AllowChrootSymlinks.patch

New:

  proftpd-1.3.5e.tar.gz
  proftpd-1.3.5e.tar.gz.asc



Other differences:
--
++ proftpd.spec ++
--- /var/tmp/diff_new_pack.qQs1U9/_old  2018-07-18 22:53:42.719006256 +0200
+++ /var/tmp/diff_new_pack.qQs1U9/_new  2018-07-18 22:53:42.719006256 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package proftpd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 Summary:Highly configurable GPL-licensed FTP server software
 # Please save your time and do not update to "rc" versions.
 # We only accept updates for "STABLE" Versions
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Ftp/Servers
-Version:1.3.5d
+Version:1.3.5e
 Release:0
 Url:http://www.proftpd.org/
 Source0:ftp://ftp.proftpd.org/distrib/source/%{name}-%{version}.tar.gz
@@ -35,10 +35,6 @@
 Source16:   %{name}-tls.template
 Source17:   %{name}-limit.template
 Source18:   %{name}-ssl.README
-#PATCH-FIX-UPSTREAM (CVE-2017-7418):
-# AllowChrootSymlinks not enforced by replacing a path component with a 
symbolic link
-### github commit: ecff21e0d0e84f35c299ef91d7fda088e516d4ed
-Patch0: %{name}-AllowChrootSymlinks.patch
 #PATCH-FIX-openSUSE: pam, logrotate, xinet
 Patch100:   %{name}-dist.patch
 #PATCH-FIX-openSUSE: provide a useful default config
@@ -53,6 +49,7 @@
 Patch105:   %{name}_include-in-limit-section.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #BuildRequires:  gpg-offline
+BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
@@ -148,7 +145,6 @@
 #gpg_verify %{S:1}
 %setup -q
 rm README.AIX
-%patch0 -p1
 #
 %patch100
 %patch101
@@ -210,12 +206,14 @@
 install -D -m 0644 %{S:13} %{buildroot}%{_unitdir}/%{name}.service
 ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
 # systemd need to create a tmp dir: /run/proftpd
-install -D -m 0644 %{S:14} %{buildroot}%{_prefix}/lib/tmpfiles.d/%{name}.conf
+install -D -m 0644 %{S:14} %{buildroot}%{_tmpfilesdir}/%{name}.conf
 %else #SysVinit
 install -D -m 0755 %{S:11} %{buildroot}/%{_sysconfdir}/init.d/%{name}
 ln -sf %{_sysconfdir}/init.d/%{name} %{buildroot}/%{_sbindir}/rc%{name}
 %endif
 
+%fdupes -s %{buildroot}%{_sysconfdir}/%{name}
+
 %find_lang %{name}
 
 %pre
@@ -233,7 +231,7 @@
 %post
 %if 0%{?has_systemd}
 %service_add_post %{name}.service
-/usr/bin/systemd-tmpfiles --create %{name}.conf || :
+%tmpfiles_create %{_tmpfilesdir}/%{name}.conf || :
 %else
 %{fillup_and_insserv -f proftpd}
 install -d %{_localstatedir}/run/%{name}
@@ -266,8 +264,6 @@
 %defattr(-,root,root)
 %doc COPYING CREDITS ChangeLog NEWS README* RELEASE_NOTES
 %doc contrib/README.*
-#%doc contrib/xferstats.holger-preiss*
-#%doc contrib/ftpasswd contrib/ftpquota
 %doc sample-configurations/*.conf
 %dir %attr(0755,root,root) %{_sysconfdir}/%{name}/
 %dir %attr(0750,ftp,ftp) %{_sysconfdir}/%{name}/auth/
@@ -278,14 +274,14 @@
 %dir %attr(0755,root,root) %{_sysconfdir}/%{name}/includes/
 %config %{_sysconfdir}/%{name}/includes/limit.template
 %config(noreplace) %attr(0640,root,root) %{_sysconfdir}/%{name}/%{name}.conf
-%{_sysconfdir}/%{name}/PROFTPD-MIB.txt
+%config %{_sysconfdir}/%{name}/PROFTPD-MIB.txt
 %dir %attr(0700,ftp,ftp) %{_sysconfdir}/%{name}/ssl/
 %config 

commit gnustep-base for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2018-07-18 22:53:42

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Wed Jul 18 22:53:42 2018 rev:7 rq:621955 version:1.25.1

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2018-01-19 11:53:53.485720370 +0100
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2018-07-18 22:53:47.138991599 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 16:06:45 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove dependencies on insserv, not used. 
+
+---



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.6TZKGH/_old  2018-07-18 22:53:47.714989689 +0200
+++ /var/tmp/diff_new_pack.6TZKGH/_new  2018-07-18 22:53:47.714989689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnustep-base
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   gnustep-base
 %define lname  libgnustep-base1_25
 Summary:GNUstep Base library package
-License:LGPL-2.1+ and GPL-3.0+
+License:LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:  System/GUI/Other
 Version:1.25.1
 Release:0
@@ -29,14 +29,6 @@
 Source2:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-#SUSE specfile docs say prereq is deprecated and it causes the build to fail 
on Fedora 
-#However the RPM macros doc says it must be used if various other macros
-#e.g. fillup_and_insserv are use. This change is a test for Fedora
-%if 0%{?suse_version}
-PreReq: %insserv_prereq
-#PreReq: permissions
-%endif
-
 Requires:   gnustep-make
 
 BuildRequires:  gcc-objc





commit cfengine for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2018-07-18 22:53:15

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


Package is "cfengine"

Wed Jul 18 22:53:15 2018 rev:72 rq:621849 version:3.12.0

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2018-06-20 
15:33:06.818251995 +0200
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2018-07-18 
22:53:18.207087539 +0200
@@ -1,0 +2,39 @@
+Tue Jul  3 07:30:21 UTC 2018 - kkae...@suse.com
+
+- Update to 3.12.0 (LTS)
+  New Features:
+  - Add a --key-type option to specify RSA key size to cf-key
+  - New hash_to_int policy function (CFE-2733)
+  - Issue a warning on ignored locking attributes (CFE-2748)
+  - Add IPv6 hard classes with the "ipv6_" prefix (CFE-2310)
+  - Introduce "missing_ok" attribute in body copy_from
+This allows to ignore missing sources in file copy operations
+(CFE-2365)
+  - Enable Xen hypervisor detection on all x86 platforms (CFE-2203)
+  - Add sys.policy_entry variables (CFE-2572)
+  - Added inline_mustache template method (CFE-1846)
+  - New component cf-net (cf-net is a CLI for the CFEngine network
+protocol, useful for debugging, testing etc) and accompanying
+policy variable sys.cf_net containing path to cf-net binary
+  - Added --log-level option to all components
+This allows you to specify any log level (info, verbose, debug
+etc.).
+It is also less strict, allowing different spelling. As an example,
+--log-level i, --log-level INFO, --log-level inform are all the same.
+  - Added special behavior for bundles named __main__
+If the bundle is defined in the entry policy it will be defined as
+main.
+If the bundle is defined elsewhere, it will be removed.
+This makes it easy to make importable library policy which can also
+be executed directly.
+
+- See https://github.com/cfengine/core/blob/3.12.x/ChangeLog for other
+  changes and bug fixes
+
+- drop 0003-CFE-2629-Openssl-1.1-compatibility.patch (upstream)
+  drop reproducible.patch (upstream)
+  add  0003-Reduce-string-truncation-warnings.patch
+  rename make_home_dir_for_tests.patch to
+  0004-make-home-dir-for-tests.patch
+
+---

Old:

  0003-CFE-2629-Openssl-1.1-compatibility.patch
  core-3.11.0.tar.gz
  make_home_dir_for_tests.patch
  reproducible.patch

New:

  0003-Reduce-string-truncation-warnings.patch
  0004-make-home-dir-for-tests.patch
  core-3.12.0.tar.gz



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.tYgbNt/_old  2018-07-18 22:53:22.151074461 +0200
+++ /var/tmp/diff_new_pack.tYgbNt/_new  2018-07-18 22:53:22.155074447 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcversion 3.11.0
+%define srcversion 3.12.0
 %define srcname core-%{srcversion}
 %define libname   libpromises
 %define libsoname %{libname}3
@@ -70,12 +70,11 @@
 # PATCH-FEATURE-UPSTREAM better /etc/SuSE-release parsing, upstream #5423
 # kkae...@suse.de
 Patch2: 0002-Simplify-and-fix-parsing-of-etc-SuSE-release-fixes-i.patch
-# PATCH-FIX-UPSTREAM 
https://github.com/cfengine/core/commit/f4b9c855c0b035c0188fcdf79d2cbddab2f1bdcc
-Patch3: 0003-CFE-2629-Openssl-1.1-compatibility.patch
-# PATCH-FIX-UPSTREAM https://github.com/cfengine/core/pull/2881
-Patch4: reproducible.patch
+# PATCH-FIX-SUSE reduce "string truncated" (in strncpy) warnings
+Patch3: 0003-Reduce-string-truncation-warnings.patch
+# PATCH-FIX-SUSE BNC#1016848, adam.majer
+Patch10:0004-make-home-dir-for-tests.patch
 # SLE 11 or RHEL5 autoconf does not support AM_SUBST_NOTMAKE, kkae...@suse.de
-Patch10:make_home_dir_for_tests.patch
 Patch99:remove-am_subst_notmake.patch
 
 BuildRequires:  bison
@@ -89,8 +88,11 @@
 BuildRequires:  openssl-devel >= 1.0.2e
 BuildRequires:  pam-devel
 BuildRequires:  pcre-devel >= 8.38
+BuildRequires:  python
 # for flock
 BuildRequires:  util-linux
+# for llzma
+BuildRequires:  xz-devel
 Requires:   %{libsoname} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with mysql}
@@ -170,11 +172,7 @@
 %setup -q -n %{srcname}
 %patch1 -p1
 %patch2 -p1
-%if 0%{?suse_version} >= 1500
-# openssl 1.1.0
 %patch3 -p1
-%endif
-%patch4 -p1
 %if 0%{?suse_version} <= 1110
 %patch99 -p1
 %endif
@@ -191,6 +189,7 @@
 cp -a $RPM_SOURCE_DIR/*pdf docs/
 
 %build
+echo %{version} > CFVERSION
 EXPLICIT_VERSION=%{version} autoreconf -fvi -I m4
 CC=cc CFLAGS="%{optflags} -fno-strict-aliasing" \
 %configure \

++ 0001-Set-sys.bindir-to-usr-sbin-expect-cf-components-ther.patch ++
--- 

commit rubygem-railties-5_1 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-railties-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:51:10

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


Package is "rubygem-railties-5_1"

Wed Jul 18 22:51:10 2018 rev:4 rq:621031 version:5.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-5_1/rubygem-railties-5_1.changes
2018-02-18 11:45:19.403227292 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-5_1.new/rubygem-railties-5_1.changes
   2018-07-18 22:52:23.087270314 +0200
@@ -1,0 +2,20 @@
+Fri Mar 30 04:34:38 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   Fix check for minimum Ruby version to correctly identify Ruby 2.2.10.
+  
+  *shia*
+  
+  *   Fix minitest rails plugin.
+  
+  The custom reporters are added only if needed.
+  
+  This will fix conflicts with others plugins.
+  
+  *Kevin Robatel*
+
+---

Old:

  railties-5.1.5.gem

New:

  railties-5.1.6.gem



Other differences:
--
++ rubygem-railties-5_1.spec ++
--- /var/tmp/diff_new_pack.nHauGB/_old  2018-07-18 22:52:23.527268855 +0200
+++ /var/tmp/diff_new_pack.nHauGB/_new  2018-07-18 22:52:23.531268842 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-railties-5_1
-Version:5.1.5
+Version:5.1.6
 Release:0
 %define mod_name railties
 %define mod_full_name %{mod_name}-%{version}

++ railties-5.1.5.gem -> railties-5.1.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 21:01:50.0 +0100
+++ new/CHANGELOG.md2018-03-29 20:27:20.0 +0200
@@ -1,9 +1,25 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   Fix check for minimum Ruby version to correctly identify Ruby 2.2.10.
+
+*shia*
+
+*   Fix minitest rails plugin.
+
+The custom reporters are added only if needed.
+
+This will fix conflicts with others plugins.
+
+*Kevin Robatel*
+
+
 ## Rails 5.1.5 (February 14, 2018) ##
 
 *   Gemfile for new apps: upgrade redis-rb from ~> 3.0 to 4.0.
 
 *Jeremy Daer*
 
+
 ## Rails 5.1.4 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/lib/.DS_Store and new/lib/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/minitest/rails_plugin.rb 
new/lib/minitest/rails_plugin.rb
--- old/lib/minitest/rails_plugin.rb2018-02-14 21:01:50.0 +0100
+++ new/lib/minitest/rails_plugin.rb2018-03-29 20:27:20.0 +0200
@@ -38,10 +38,19 @@
   Minitest.backtrace_filter = ::Rails.backtrace_cleaner if 
::Rails.respond_to?(:backtrace_cleaner)
 end
 
+self.plugin_rails_replace_reporters(reporter, options)
+  end
+
+  def self.plugin_rails_replace_reporters(minitest_reporter, options)
+return unless minitest_reporter.kind_of?(Minitest::CompositeReporter)
+
 # Replace progress reporter for colors.
-reporter.reporters.delete_if { |reporter| 
reporter.kind_of?(SummaryReporter) || reporter.kind_of?(ProgressReporter) }
-reporter << SuppressedSummaryReporter.new(options[:io], options)
-reporter << ::Rails::TestUnitReporter.new(options[:io], options)
+if minitest_reporter.reporters.reject! { |reporter| 
reporter.kind_of?(SummaryReporter) } != nil
+  minitest_reporter << SuppressedSummaryReporter.new(options[:io], options)
+end
+if minitest_reporter.reporters.reject! { |reporter| 
reporter.kind_of?(ProgressReporter) } != nil
+  minitest_reporter << ::Rails::TestUnitReporter.new(options[:io], options)
+end
   end
 
   # Backwardscompatibility with Rails 5.0 generated plugin test scripts
Binary files old/lib/rails/.DS_Store and new/lib/rails/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/gem_version.rb new/lib/rails/gem_version.rb
--- old/lib/rails/gem_version.rb2018-02-14 21:01:50.0 +0100
+++ new/lib/rails/gem_version.rb2018-03-29 20:27:20.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 1
-TINY  = 5
+TINY  = 6
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Binary files old/lib/rails/generators/.DS_Store and 
new/lib/rails/generators/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/generators/app_base.rb 

commit rubygem-railties-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-railties-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:51:08

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


Package is "rubygem-railties-5_0"

Wed Jul 18 22:51:08 2018 rev:8 rq:621030 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-5_0/rubygem-railties-5_0.changes
2017-09-26 21:15:02.225211880 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-5_0.new/rubygem-railties-5_0.changes
   2018-07-18 22:52:17.491288870 +0200
@@ -1,0 +2,12 @@
+Fri Mar 30 04:34:25 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  Fix check for minimum Ruby version to correctly identify Ruby 2.2.10.
+  
+  *shia*
+
+---

Old:

  railties-5.0.6.gem

New:

  railties-5.0.7.gem



Other differences:
--
++ rubygem-railties-5_0.spec ++
--- /var/tmp/diff_new_pack.vOQ7MA/_old  2018-07-18 22:52:19.471282304 +0200
+++ /var/tmp/diff_new_pack.vOQ7MA/_new  2018-07-18 22:52:19.479282278 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-railties-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-railties-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name railties
 %define mod_full_name %{mod_name}-%{version}

++ railties-5.0.6.gem -> railties-5.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 02:45:00.0 +0200
+++ new/CHANGELOG.md2018-03-29 20:17:59.0 +0200
@@ -1,3 +1,10 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+Fix check for minimum Ruby version to correctly identify Ruby 2.2.10.
+
+*shia*
+
+
 ## Rails 5.0.6 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/lib/.DS_Store and new/lib/.DS_Store differ
Binary files old/lib/rails/.DS_Store and new/lib/rails/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/gem_version.rb new/lib/rails/gem_version.rb
--- old/lib/rails/gem_version.rb2017-09-08 02:45:00.0 +0200
+++ new/lib/rails/gem_version.rb2018-03-29 20:17:59.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 6
+TINY  = 7
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Binary files old/lib/rails/generators/.DS_Store and 
new/lib/rails/generators/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/generators/app_base.rb 
new/lib/rails/generators/app_base.rb
--- old/lib/rails/generators/app_base.rb2017-09-08 02:45:00.0 
+0200
+++ new/lib/rails/generators/app_base.rb2018-03-29 20:17:59.0 
+0200
@@ -269,9 +269,9 @@
 # %w( mysql oracle postgresql sqlite3 frontbase ibm_db sqlserver 
jdbcmysql jdbcsqlite3 jdbcpostgresql )
 case options[:database]
 when "oracle" then ["ruby-oci8", nil]
-when "postgresql" then ["pg", ["~> 0.18"]]
+when "postgresql" then ["pg", [">= 0.18", "< 2.0"]]
 when "frontbase"  then ["ruby-frontbase", nil]
-when "mysql"  then ["mysql2", [">= 0.3.18", "< 0.5"]]
+when "mysql"  then ["mysql2", [">= 0.3.18", "< 0.6.0"]]
 when "sqlserver"  then ["activerecord-sqlserver-adapter", nil]
 when "jdbcmysql"  then ["activerecord-jdbcmysql-adapter", nil]
 when "jdbcsqlite3"then ["activerecord-jdbcsqlite3-adapter", nil]
Binary files old/lib/rails/generators/rails/.DS_Store and 
new/lib/rails/generators/rails/.DS_Store differ
Binary files old/lib/rails/generators/rails/app/.DS_Store and 
new/lib/rails/generators/rails/app/.DS_Store differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/ruby_version_check.rb 
new/lib/rails/ruby_version_check.rb
--- old/lib/rails/ruby_version_check.rb 2017-09-08 02:45:01.0 +0200
+++ new/lib/rails/ruby_version_check.rb 2018-03-29 20:17:59.0 +0200
@@ -1,4 +1,4 @@
-if RUBY_VERSION < '2.2.2' && RUBY_ENGINE == 

commit rnd_jue-data for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rnd_jue-data for openSUSE:Factory 
checked in at 2018-07-18 22:52:29

Comparing /work/SRC/openSUSE:Factory/rnd_jue-data (Old)
 and  /work/SRC/openSUSE:Factory/.rnd_jue-data.new (New)


Package is "rnd_jue-data"

Wed Jul 18 22:52:29 2018 rev:2 rq:621604 version:20141004

Changes:

--- /work/SRC/openSUSE:Factory/rnd_jue-data/rnd_jue-data.changes
2015-07-21 13:27:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rnd_jue-data.new/rnd_jue-data.changes   
2018-07-18 22:52:48.411186342 +0200
@@ -1,0 +2,6 @@
+Mon Jul  2 17:33:12 UTC 2018 - kstreit...@suse.com
+
+- BuildRequires p7zip-full for TW as 7z binary needed for
+  extracting the source is packaged there now
+
+---



Other differences:
--
++ rnd_jue-data.spec ++
--- /var/tmp/diff_new_pack.VhI7gR/_old  2018-07-18 22:52:50.139180612 +0200
+++ /var/tmp/diff_new_pack.VhI7gR/_new  2018-07-18 22:52:50.139180612 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rnd_jue-data
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Version:20141004
 Release:0
 Summary:Data files for R'n'D jue
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Amusements/Games/Action/Arcade
 Url:http://www.jb-line.de/rnd/rnd_start_e.html
 Source0:
http://www.artsoft.org/RELEASES/rocksndiamonds/levels/ZeldaII-1.0.0.zip
@@ -93,7 +93,11 @@
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
+%if 0%{?suse_version} > 1500
+BuildRequires:  p7zip-full
+%else
 BuildRequires:  p7zip
+%endif
 BuildRequires:  unzip
 Requires:   %{oname}
 BuildArch:  noarch

























































commit rubygem-activesupport-5_1 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activesupport-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:48:26

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


Package is "rubygem-activesupport-5_1"

Wed Jul 18 22:48:26 2018 rev:4 rq:620985 version:5.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-5_1/rubygem-activesupport-5_1.changes
  2018-02-18 11:44:49.068316278 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-5_1.new/rubygem-activesupport-5_1.changes
 2018-07-18 22:48:29.204045772 +0200
@@ -1,0 +2,24 @@
+Fri Mar 30 04:31:29 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   Return all mappings for a timezone identifier in `country_zones`
+  
+  Some timezones like `Europe/London` have multiple mappings in
+  `ActiveSupport::TimeZone::MAPPING` so return all of them instead
+  of the first one found by using `Hash#value`. e.g:
+  
+  # Before
+  ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh"]
+  
+  # After
+  ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh", 
"London"]
+  
+  Fixes #31668.
+  
+  *Andrew White*
+
+---

Old:

  activesupport-5.1.5.gem

New:

  activesupport-5.1.6.gem



Other differences:
--
++ rubygem-activesupport-5_1.spec ++
--- /var/tmp/diff_new_pack.ijrb5o/_old  2018-07-18 22:48:29.744043982 +0200
+++ /var/tmp/diff_new_pack.ijrb5o/_new  2018-07-18 22:48:29.760043929 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activesupport-5_1
-Version:5.1.5
+Version:5.1.6
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}

++ activesupport-5.1.5.gem -> activesupport-5.1.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 20:54:10.0 +0100
+++ new/CHANGELOG.md2018-03-29 20:27:07.0 +0200
@@ -1,3 +1,22 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   Return all mappings for a timezone identifier in `country_zones`
+
+Some timezones like `Europe/London` have multiple mappings in
+`ActiveSupport::TimeZone::MAPPING` so return all of them instead
+of the first one found by using `Hash#value`. e.g:
+
+# Before
+ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh"]
+
+# After
+ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh", 
"London"]
+
+Fixes #31668.
+
+*Andrew White*
+
+
 ## Rails 5.1.5 (February 14, 2018) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/duration.rb 
new/lib/active_support/duration.rb
--- old/lib/active_support/duration.rb  2018-02-14 20:54:10.0 +0100
+++ new/lib/active_support/duration.rb  2018-03-29 20:27:07.0 +0200
@@ -383,6 +383,14 @@
   @value.respond_to?(method, include_private)
 end
 
+def init_with(coder) #:nodoc:
+  initialize(coder["value"], coder["parts"])
+end
+
+def encode_with(coder) #:nodoc:
+  coder.map = { "value" => @value, "parts" => @parts }
+end
+
 # Build ISO 8601 Duration string for this duration.
 # The +precision+ parameter can be used to limit seconds' precision of 
duration.
 def iso8601(precision: nil)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/gem_version.rb 
new/lib/active_support/gem_version.rb
--- old/lib/active_support/gem_version.rb   2018-02-14 20:54:10.0 
+0100
+++ new/lib/active_support/gem_version.rb   2018-03-29 20:27:07.0 
+0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 1
-TINY  = 5
+TINY  = 6
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/values/time_zone.rb 
new/lib/active_support/values/time_zone.rb
--- old/lib/active_support/values/time_zone.rb  2018-02-14 20:54:10.0 
+0100
+++ new/lib/active_support/values/time_zone.rb  2018-03-29 20:27:07.0 
+0200
@@ -258,11 +258,14 @@
   country = TZInfo::Country.get(code)
   country.zone_identifiers.map do |tz_id|
 if MAPPING.value?(tz_id)
-  

commit rubygem-activerecord-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activerecord-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:48:17

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


Package is "rubygem-activerecord-5_0"

Wed Jul 18 22:48:17 2018 rev:8 rq:620982 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-5_0/rubygem-activerecord-5_0.changes
2017-09-26 21:16:16.894714162 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-5_0.new/rubygem-activerecord-5_0.changes
   2018-07-18 22:48:19.404078261 +0200
@@ -1,0 +2,73 @@
+Fri Mar 30 04:30:54 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  *   Apply time column precision on assignment.
+  
+  PR #20317 changed the behavior of datetime columns so that when they
+  have a specified precision then on assignment the value is rounded to
+  that precision. This behavior is now applied to time columns as well.
+  
+  Fixes #30301.
+  
+  *Andrew White*
+  
+  *   Normalize time column values for SQLite database.
+  
+  For legacy reasons, time columns in SQLite are stored as full datetimes
+  because until #24542 the quoting for time columns didn't remove the date
+  component. To ensure that values are consistent we now normalize the
+  date component to 2001-01-01 on reading and writing.
+  
+  *Andrew White*
+  
+  *   Ensure that the date component is removed when quoting times.
+  
+  PR #24542 altered the quoting for time columns so that the date component
+  was removed however it only removed it when it was 2001-01-01. Now the
+  date component is removed irrespective of what the date is.
+  
+  *Andrew White*
+  
+  *   Query cache was unavailable when entering the `ActiveRecord::Base.cache` 
block
+  without being connected.
+  
+  *Tsukasa Oishi*
+  
+  *   Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create  wrong
+  ar_internal_metadata's data for a test database.
+  
+  Before:
+  ```
+  $ RAILS_ENV=test rails dbconsole
+  > SELECT * FROM ar_internal_metadata;
+  key|value|created_at|updated_at
+  environment|development|2017-09-11 23:14:10.815679|2017-09-11 
23:14:10.815679
+  ```
+  
+  After:
+  ```
+  $ RAILS_ENV=test rails dbconsole
+  > SELECT * FROM ar_internal_metadata;
+  key|value|created_at|updated_at
+  environment|test|2017-09-11 23:14:10.815679|2017-09-11 23:14:10.815679
+  ```
+  
+  Fixes #26731.
+  
+  *bogdanvlviv*
+  
+  *   Fix longer sequence name detection for serial columns.
+  
+  Fixes #28332.
+  
+  *Ryuta Kamizono*
+  
+  *   Use `max_identifier_length` for `index_name_length` in PostgreSQL 
adapter.
+  
+  *Ryuta Kamizono*
+
+---

Old:

  activerecord-5.0.6.gem

New:

  activerecord-5.0.7.gem



Other differences:
--
++ rubygem-activerecord-5_0.spec ++
--- /var/tmp/diff_new_pack.bjm8Ve/_old  2018-07-18 22:48:19.828076856 +0200
+++ /var/tmp/diff_new_pack.bjm8Ve/_new  2018-07-18 22:48:19.828076856 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activerecord-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activerecord-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

++ activerecord-5.0.6.gem -> activerecord-5.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 02:44:52.0 +0200
+++ new/CHANGELOG.md2018-03-29 19:57:28.0 +0200
@@ -1,3 +1,71 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+*   Apply time column precision on assignment.
+
+PR #20317 changed the behavior of datetime columns so that when they
+have a specified precision then on assignment the value is rounded to
+that precision. This behavior is now applied to time columns as well.
+
+Fixes #30301.
+
+*Andrew White*
+
+*   Normalize time column values for SQLite database.
+
+For legacy reasons, time columns in SQLite are stored as full datetimes
+because until #24542 the quoting for time columns didn't remove the date
+ 

commit rubygem-activesupport-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activesupport-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:48:23

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


Package is "rubygem-activesupport-5_0"

Wed Jul 18 22:48:23 2018 rev:8 rq:620984 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-5_0/rubygem-activesupport-5_0.changes
  2017-09-26 21:16:17.958564596 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-5_0.new/rubygem-activesupport-5_0.changes
 2018-07-18 22:48:24.396061711 +0200
@@ -1,0 +2,24 @@
+Fri Mar 30 04:31:17 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  *   Return all mappings for a timezone identifier in `country_zones`
+  
+  Some timezones like `Europe/London` have multiple mappings in
+  `ActiveSupport::TimeZone::MAPPING` so return all of them instead
+  of the first one found by using `Hash#value`. e.g:
+  
+  # Before
+  ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh"]
+  
+  # After
+  ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh", 
"London"]
+  
+  Fixes #31668.
+  
+  *Andrew White*
+
+---

Old:

  activesupport-5.0.6.gem

New:

  activesupport-5.0.7.gem



Other differences:
--
++ rubygem-activesupport-5_0.spec ++
--- /var/tmp/diff_new_pack.oZWK0y/_old  2018-07-18 22:48:25.056059524 +0200
+++ /var/tmp/diff_new_pack.oZWK0y/_new  2018-07-18 22:48:25.060059510 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activesupport-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activesupport-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}

++ activesupport-5.0.6.gem -> activesupport-5.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 02:44:49.0 +0200
+++ new/CHANGELOG.md2018-03-29 19:57:26.0 +0200
@@ -1,3 +1,22 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+*   Return all mappings for a timezone identifier in `country_zones`
+
+Some timezones like `Europe/London` have multiple mappings in
+`ActiveSupport::TimeZone::MAPPING` so return all of them instead
+of the first one found by using `Hash#value`. e.g:
+
+# Before
+ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh"]
+
+# After
+ActiveSupport::TimeZone.country_zones("GB") # => ["Edinburgh", 
"London"]
+
+Fixes #31668.
+
+*Andrew White*
+
+
 ## Rails 5.0.6 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/active_support/core_ext/date_time/compatibility.rb 
new/lib/active_support/core_ext/date_time/compatibility.rb
--- old/lib/active_support/core_ext/date_time/compatibility.rb  2017-09-08 
02:44:49.0 +0200
+++ new/lib/active_support/core_ext/date_time/compatibility.rb  2018-03-29 
19:57:26.0 +0200
@@ -1,4 +1,5 @@
 require 'active_support/core_ext/date_and_time/compatibility'
+require 'active_support/core_ext/module/remove_method'
 
 class DateTime
   include DateAndTime::Compatibility
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/core_ext/hash/keys.rb 
new/lib/active_support/core_ext/hash/keys.rb
--- old/lib/active_support/core_ext/hash/keys.rb2017-09-08 
02:44:49.0 +0200
+++ new/lib/active_support/core_ext/hash/keys.rb2018-03-29 
19:57:26.0 +0200
@@ -16,7 +16,7 @@
   result[yield(key)] = self[key]
 end
 result
-  end
+  end unless method_defined? :transform_keys
 
   # Destructively converts all keys using the +block+ operations.
   # Same as +transform_keys+ but modifies +self+.
@@ -26,7 +26,7 @@
   self[yield(key)] = delete(key)
 end
 self
-  end
+  end unless method_defined? :transform_keys!
 
   # Returns a new hash with all keys converted to strings.
   #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit kmailtransport for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kmailtransport for openSUSE:Factory 
checked in at 2018-07-18 22:43:15

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


Package is "kmailtransport"

Wed Jul 18 22:43:15 2018 rev:35 rq:622691 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmailtransport/kmailtransport.changes
2018-06-13 15:23:23.767892778 +0200
+++ /work/SRC/openSUSE:Factory/.kmailtransport.new/kmailtransport.changes   
2018-07-18 22:43:15.381086031 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kmailtransport-18.04.2.tar.xz

New:

  kmailtransport-18.04.3.tar.xz



Other differences:
--
++ kmailtransport.spec ++
--- /var/tmp/diff_new_pack.tgUXVO/_old  2018-07-18 22:43:16.061083778 +0200
+++ /var/tmp/diff_new_pack.tgUXVO/_new  2018-07-18 22:43:16.065083764 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmailtransport
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmailtransport-18.04.2.tar.xz -> kmailtransport-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-18.04.2/CMakeLists.txt 
new/kmailtransport-18.04.3/CMakeLists.txt
--- old/kmailtransport-18.04.2/CMakeLists.txt   2018-06-05 03:16:38.0 
+0200
+++ new/kmailtransport-18.04.3/CMakeLists.txt   2018-07-10 02:13:54.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(MailTransport VERSION ${PIM_VERSION})
 
@@ -25,10 +25,10 @@
 
 set(KMAILTRANSPORT_LIB_VERSION ${PIM_VERSION})
 
-set(KMIME_LIB_VERSION "5.8.2")
-set(AKONADI_LIB_VERSION "5.8.2")
-set(AKONADIMIME_LIB_VERSION "5.8.2")
-set(KSMTP_LIB_VERSION "5.8.2")
+set(KMIME_LIB_VERSION "5.8.3")
+set(AKONADI_LIB_VERSION "5.8.3")
+set(AKONADIMIME_LIB_VERSION "5.8.3")
+set(KSMTP_LIB_VERSION "5.8.3")
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5MailTransport")
 
 ### Find packages ###
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-18.04.2/po/cs/libmailtransport5.po 
new/kmailtransport-18.04.3/po/cs/libmailtransport5.po
--- old/kmailtransport-18.04.2/po/cs/libmailtransport5.po   2018-06-05 
03:16:34.0 +0200
+++ new/kmailtransport-18.04.3/po/cs/libmailtransport5.po   2018-07-10 
02:13:54.0 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Lukáš Tinkl , 2010.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018.
 # Tomáš Chvátal , 2013.
 #
 msgid ""
@@ -9,8 +9,8 @@
 "Project-Id-Version: libmailtransport\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-12 03:23+0100\n"
-"PO-Revision-Date: 2017-08-10 15:52+0100\n"
-"Last-Translator: Vít Pelčák \n"
+"PO-Revision-Date: 2018-06-20 14:46+0100\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: en_US\n"
 "MIME-Version: 1.0\n"
@@ -221,7 +221,7 @@
 #: kmailtransport/plugins/smtp/smtpsettings.ui:288
 #, kde-format
 msgid "Connect using the system proxy settings"
-msgstr ""
+msgstr "Připojit se pomocí nastavení proxy systému"
 
 #. i18n: ectx: whatsthis, entry (useProxy), group (Transport $(transportId))
 #: kmailtransport/mailtransport.kcfg:103
@@ -230,6 +230,8 @@
 "If checked, the system proxy settings will be used to connect to the mail "
 "server."
 msgstr ""
+"Pokud je zaškrtnuto, systémové nastavení proxy bude použito pro připojení k "
+"e-mailovému serveru."
 
 #: kmailtransport/plugins/smtp/smtpconfigwidget.cpp:153
 #, kde-format
@@ -389,7 +391,7 @@
 #: kmailtransport/plugins/smtp/smtpsettings.ui:316
 #, kde-format
 msgid "Hostna:"
-msgstr ""
+msgstr "Název počíče:"
 
 #. i18n: ectx: property (text), widget (QCheckBox, 
kcfg_specifySenderOverwriteAddress)
 #: kmailtransport/plugins/smtp/smtpsettings.ui:339
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmailtransport-18.04.2/po/de/libmailtransport5.po 
new/kmailtransport-18.04.3/po/de/libmailtransport5.po
--- 

commit konsole for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2018-07-18 22:43:43

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


Package is "konsole"

Wed Jul 18 22:43:43 2018 rev:96 rq:622708 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-06-13 
15:24:07.910266656 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2018-07-18 
22:43:44.880988258 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:03 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Only consider startDragDistance for drag-n-drop tabs
+
+---

Old:

  konsole-18.04.2.tar.xz

New:

  konsole-18.04.3.tar.xz



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.THTdWt/_old  2018-07-18 22:43:45.860985010 +0200
+++ /var/tmp/diff_new_pack.THTdWt/_new  2018-07-18 22:43:45.900984877 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   konsole
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ konsole-18.04.2.tar.xz -> konsole-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-18.04.2/CMakeLists.txt 
new/konsole-18.04.3/CMakeLists.txt
--- old/konsole-18.04.2/CMakeLists.txt  2018-06-05 02:09:19.0 +0200
+++ new/konsole-18.04.3/CMakeLists.txt  2018-07-10 02:03:59.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "18")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 # minimal requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/konsole-18.04.2/desktop/konsole.notifyrc 
new/konsole-18.04.3/desktop/konsole.notifyrc
--- old/konsole-18.04.2/desktop/konsole.notifyrc2018-06-02 
00:50:31.0 +0200
+++ new/konsole-18.04.3/desktop/konsole.notifyrc2018-07-07 
11:23:13.0 +0200
@@ -99,6 +99,7 @@
 Name[en_GB]=Bell in Focused Session
 Name[es]=Campana en la sesión con el foco
 Name[fi]=Äänimerkki kohdistetussa istunnossa
+Name[fr]=Cloche dans la session sélectionnée
 Name[gl]=Badalada na sesión co foco
 Name[id]=Bel dalam Sesi Terfokus
 Name[is]=Bjalla í virkri setu
@@ -108,6 +109,7 @@
 Name[nn]=Bjølle i økt med fokus
 Name[pl]=Dzwonek w uaktywnionej sesji
 Name[pt]=Campainha na Sessão Visível
+Name[pt_BR]=Campainha na sessão selecionada
 Name[sl]=Zvonec znotraj seje v žarišču
 Name[sr]=Звоно у фокусираној сесији
 Name[sr@ijekavian]=Звоно у фокусираној сесији
@@ -125,6 +127,7 @@
 Comment[en_GB]=Bell emitted within a focused session
 Comment[es]=Campanada en una sesión con el foco
 Comment[fi]=Äänimerkki lähetetty kohdistetussa istunnossa
+Comment[fr]=Cloche émise dans une session sélectionnée
 Comment[gl]=Badalada emitida nunha sesión co foco.
 Comment[id]=Bel terbunyikan dengan sebuah sesi terfokus
 Comment[is]=Bjallan hringdi í óvirkri setu
@@ -134,6 +137,7 @@
 Comment[nn]=Bjøllesignal sendt i ei økt som har fokus
 Comment[pl]=Dzwonek uruchamiany w uaktywnionej sesji
 Comment[pt]=Campainha emitida dentro de uma sessão em primeiro plano
+Comment[pt_BR]=Campainha emitida dentro de uma sessão selecionada
 Comment[sl]=Zvonenje zvonca znotraj seje v žarišču
 Comment[sr]=Оглашено је звоно унутар фокусиране сесије
 Comment[sr@ijekavian]=Оглашено је звоно унутар фокусиране сесије
@@ -154,6 +158,7 @@
 Name[en_GB]=Bell in Non-Focused Session
 Name[es]=Campana en sesión sin el foco
 Name[fi]=Äänimerkki kohdistamattomassa istunnossa
+Name[fr]=Cloche dans une session non-sélectionnée
 Name[gl]=Badalada nunha sesión sen o foco
 Name[id]=Bel dalam Sesi Nonfokus
 Name[is]=Bjalla í óvirkri setu
@@ -163,6 +168,7 @@
 Name[nn]=Bjølle i økt utan fokus
 Name[pl]=Dzwonek w nieuaktywnionej sesji
 Name[pt]=Campainha numa Sessão Invisível
+Name[pt_BR]=Campainha na sessão não selecionada
 Name[sl]=Zvonec znotraj seje izven žarišča
 Name[sr]=Звоно у сесији ван фокуса
 Name[sr@ijekavian]=Звоно у сесији ван фокуса
@@ -180,6 +186,7 @@
 Comment[en_GB]=Bell emitted within a non-focused session
 Comment[es]=Campanada en una sesión sin el foco
 Comment[fi]=Äänimerkki 

commit rubygem-commander for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-commander for 
openSUSE:Factory checked in at 2018-07-18 22:48:52

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


Package is "rubygem-commander"

Wed Jul 18 22:48:52 2018 rev:23 rq:620993 version:4.4.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-commander/rubygem-commander.changes  
2018-02-10 17:59:49.408534752 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-commander.new/rubygem-commander.changes 
2018-07-18 22:48:57.347952467 +0200
@@ -1,0 +2,10 @@
+Tue May 22 19:02:56 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 4.4.5
+ see installed History.rdoc
+
+  === 4.4.5 / 2018-05-22
+  
+  * Make internal command state less mutable. (@doriantaylor)
+
+---

Old:

  commander-4.4.4.gem

New:

  commander-4.4.5.gem



Other differences:
--
++ rubygem-commander.spec ++
--- /var/tmp/diff_new_pack.3PYYId/_old  2018-07-18 22:48:57.959950438 +0200
+++ /var/tmp/diff_new_pack.3PYYId/_new  2018-07-18 22:48:57.959950438 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-commander
-Version:4.4.4
+Version:4.4.5
 Release:0
 %define mod_name commander
 %define mod_full_name %{mod_name}-%{version}

++ commander-4.4.4.gem -> commander-4.4.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2018-01-19 00:03:31.0 +0100
+++ new/History.rdoc2018-05-22 20:58:31.0 +0200
@@ -1,3 +1,7 @@
+=== 4.4.5 / 2018-05-22
+
+* Make internal command state less mutable. (@doriantaylor)
+
 === 4.4.4 / 2018-01-18
 
 * Fix deprecated constant warnings on Ruby 2.5. (@mattbrictson)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/command.rb new/lib/commander/command.rb
--- old/lib/commander/command.rb2018-01-19 00:03:31.0 +0100
+++ new/lib/commander/command.rb2018-05-22 20:58:31.0 +0200
@@ -171,9 +171,13 @@
 # Call the commands when_called block with _args_.
 
 def call(args = [])
-  object = @when_called.shift
-  meth = @when_called.shift || :call
+  object, meth = @when_called[0, 2]
+  meth ||= :call
   options = proxy_option_struct
+
+  # empty the proxy option stack before the next invocation
+  proxy_options.clear
+
   case object
   when Proc then object.call(args, options)
   when Class then meth != :call ? object.new.send(meth, args, options) : 
object.new(args, options)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/version.rb new/lib/commander/version.rb
--- old/lib/commander/version.rb2018-01-19 00:03:31.0 +0100
+++ new/lib/commander/version.rb2018-05-22 20:58:31.0 +0200
@@ -1,3 +1,3 @@
 module Commander
-  VERSION = '4.4.4'.freeze
+  VERSION = '4.4.5'.freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-01-19 00:03:31.0 +0100
+++ new/metadata2018-05-22 20:58:31.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: commander
 version: !ruby/object:Gem::Version
-  version: 4.4.4
+  version: 4.4.5
 platform: ruby
 authors:
 - TJ Holowaychuk
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-01-18 00:00:00.0 Z
+date: 2018-05-22 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: highline
@@ -157,7 +157,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.7.4
+rubygems_version: 2.6.11
 signing_key: 
 specification_version: 4
 summary: The complete solution for Ruby command-line executables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/command_spec.rb new/spec/command_spec.rb
--- old/spec/command_spec.rb2018-01-19 00:03:31.0 +0100
+++ new/spec/command_spec.rb2018-05-22 20:58:31.0 +0200
@@ -74,6 +74,16 @@
   it 'should raise an error when no handler is present' do
 expect { @command.when_called }.to raise_error(ArgumentError)
   end
+
+  it 'should be able to be run more than once' do
+expect(@command.run('once')).to eql('test once')
+expect(@command.run('twice')).to eql('test twice')
+  end
+
+  it 'should empty @proxy_options after running' do
+

commit rubygem-diffy for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-diffy for openSUSE:Factory 
checked in at 2018-07-18 22:49:12

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


Package is "rubygem-diffy"

Wed Jul 18 22:49:12 2018 rev:4 rq:620997 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-diffy/rubygem-diffy.changes  
2017-03-13 15:35:16.115140078 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-diffy.new/rubygem-diffy.changes 
2018-07-18 22:49:15.799891292 +0200
@@ -1,0 +2,9 @@
+Sat May 19 22:02:55 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.2.1
+ see installed CHANGELOG
+
+  == 3.2.1 ==
+  Fix default options on alpine linux.  Thanks @evgen!
+
+---

Old:

  diffy-3.2.0.gem

New:

  diffy-3.2.1.gem



Other differences:
--
++ rubygem-diffy.spec ++
--- /var/tmp/diff_new_pack.eKX1uE/_old  2018-07-18 22:49:16.383889356 +0200
+++ /var/tmp/diff_new_pack.eKX1uE/_new  2018-07-18 22:49:16.387889342 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-diffy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-diffy
-Version:3.2.0
+Version:3.2.1
 Release:0
 %define mod_name diffy
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/samg/diffy
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A convenient way to diff string in ruby
 License:MIT

++ diffy-3.2.0.gem -> diffy-3.2.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-03-12 00:35:24.0 +0100
+++ new/.travis.yml 2018-05-19 23:29:41.0 +0200
@@ -1,5 +1,6 @@
 language: ruby
 sudo: false
+cache: bundler
 rvm:
   - 1.8.7
   - 1.9.3-p551
@@ -8,12 +9,7 @@
   - 2.2.6
   - 2.3.3
   - 2.4.0
-  - jruby-9.1.5.0
-  - rbx
-  - rbx-2
+  - jruby-9.1.12.0
 matrix:
   allow_failures:
 - rvm: 1.8.7
-- rvm: jruby-9.1.5.0
-- rvm: rbx
-- rvm: rbx-2
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG new/CHANGELOG
--- old/CHANGELOG   2017-03-12 00:35:24.0 +0100
+++ new/CHANGELOG   2018-05-19 23:29:41.0 +0200
@@ -1,3 +1,5 @@
+== 3.2.1 ==
+Fix default options on alpine linux.  Thanks @evgen!
 == 3.1.0 ==
 Side by side diffs.  Thanks Runar Skaare Tveiten!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTORS new/CONTRIBUTORS
--- old/CONTRIBUTORS2017-03-12 00:35:24.0 +0100
+++ new/CONTRIBUTORS2018-05-19 23:29:41.0 +0200
@@ -11,3 +11,4 @@
 * JasonBarnabe
 * Skye Shaw
 * Abinoam P. Marques Jr.
+* evgen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-03-12 00:35:24.0 +0100
+++ new/Gemfile 2018-05-19 23:29:41.0 +0200
@@ -4,4 +4,4 @@
   gem 'rubysl', '~> 2.0'
 end
 
-gemspec
\ No newline at end of file
+gemspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-03-12 00:35:24.0 +0100
+++ new/README.md   2018-05-19 23:29:41.0 +0200
@@ -24,11 +24,11 @@
 Installation
 
 
-###on Unix
+### on Unix
 
 gem install diffy
 
-###on Windows:
+### on Windows:
 
 1.  Ensure that you have a working `diff` on your machine and in your search 
path.
 
@@ -213,7 +213,7 @@
 ### Full Diff Output
 
 By default Diffy removes the superfluous diff output.  This is because its
-default is to show the complete diff'ed file (`diff -U 1` is the default).
+default is to show the complete diff'ed file (`diff -U1` is the default).
 
 Diffy does support full output, just use the `:include_diff_info => true`
 option when initializing:
@@ -270,7 +270,7 @@
 ### Overriding the command line options passed to diff.
 
 You can use the `:diff` option to override the command line options that are
-passed to unix diff. They default to `-U 1`.  This option will noop if
+passed to unix diff. They default to 

commit rubygem-bindata for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-bindata for openSUSE:Factory 
checked in at 2018-07-18 22:48:35

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


Package is "rubygem-bindata"

Wed Jul 18 22:48:35 2018 rev:3 rq:620989 version:2.4.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bindata/rubygem-bindata.changes  
2018-02-10 17:59:46.292647549 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bindata.new/rubygem-bindata.changes 
2018-07-18 22:48:43.227999279 +0200
@@ -1,0 +2,10 @@
+Tue Mar 20 10:05:11 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.4.3
+ see installed ChangeLog.rdoc
+
+  == Version 2.4.3 (2018-03-10)
+  
+  * Add Uint8Arrays.  Requested by masarakki.
+
+---

Old:

  bindata-2.4.2.gem

New:

  bindata-2.4.3.gem



Other differences:
--
++ rubygem-bindata.spec ++
--- /var/tmp/diff_new_pack.h9Qps1/_old  2018-07-18 22:48:43.703997701 +0200
+++ /var/tmp/diff_new_pack.h9Qps1/_new  2018-07-18 22:48:43.707997687 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-bindata
-Version:2.4.2
+Version:2.4.3
 Release:0
 %define mod_name bindata
 %define mod_full_name %{mod_name}-%{version}

++ bindata-2.4.2.gem -> bindata-2.4.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.rdoc new/ChangeLog.rdoc
--- old/ChangeLog.rdoc  2018-01-31 07:48:42.0 +0100
+++ new/ChangeLog.rdoc  2018-03-09 17:32:08.0 +0100
@@ -1,5 +1,9 @@
 = BinData Changelog
 
+== Version 2.4.3 (2018-03-10)
+
+* Add Uint8Arrays.  Requested by masarakki.
+
 == Version 2.4.2 (2018-01-31)
 
 * Allow boolean values as parameters.  Requested by Patrik Wenger.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bindata/uint8_array.rb 
new/lib/bindata/uint8_array.rb
--- old/lib/bindata/uint8_array.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/bindata/uint8_array.rb  2018-03-09 17:32:08.0 +0100
@@ -0,0 +1,62 @@
+require "bindata/base_primitive"
+
+module BinData
+  # Uint8Array is a specialised type of array that only contains
+  # bytes (Uint8).  It is a faster and more memory efficient version
+  # of `BinData::Array.new(:type => :uint8)`.
+  #
+  #   require 'bindata'
+  #
+  #   obj = BinData::Uint8Array.new(initial_length: 5)
+  #   obj.read("abcdefg") #=> [97, 98, 99, 100, 101]
+  #   obj[2] #=> 99
+  #   obj.collect { |x| x.chr }.join #=> "abcde"
+  #
+  # == Parameters
+  #
+  # Parameters may be provided at initialisation to control the behaviour of
+  # an object.  These params are:
+  #
+  # :initial_length:: The initial length of the array.
+  # :read_until:: May only have a value of `:eof`.  This parameter
+  #instructs the array to read as much data from
+  #the stream as possible.
+  class Uint8Array < BinData::BasePrimitive
+optional_parameters :initial_length, :read_until
+mutually_exclusive_parameters :initial_length, :read_until
+arg_processor :uint8_array
+
+#---
+private
+
+def value_to_binary_string(val)
+  val.pack("C*")
+end
+
+def read_and_return_value(io)
+  if has_parameter?(:initial_length)
+data = io.readbytes(eval_parameter(:initial_length))
+  else
+data = io.read_all_bytes
+  end
+
+  data.unpack("C*")
+end
+
+def sensible_default
+  []
+end
+  end
+
+  class Uint8ArrayArgProcessor < BaseArgProcessor
+def sanitize_parameters!(obj_class, params) #:nodoc:
+  # ensure one of :initial_length and :read_until exists
+  unless params.has_at_least_one_of?(:initial_length, :read_until)
+params[:initial_length] = 0
+  end
+
+  msg = "Parameter :read_until must have a value of :eof"
+  params.sanitize(:read_until) { |val| raise ArgumentError, msg unless val 
== :eof }
+end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bindata/version.rb new/lib/bindata/version.rb
--- old/lib/bindata/version.rb  2018-01-31 07:48:42.0 +0100
+++ new/lib/bindata/version.rb  2018-03-09 17:32:08.0 +0100
@@ -1,3 +1,3 @@
 module BinData
-  VERSION = "2.4.2"
+  VERSION = "2.4.3"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bindata.rb new/lib/bindata.rb
--- old/lib/bindata.rb  2018-01-31 07:48:42.0 +0100
+++ new/lib/bindata.rb  2018-03-09 

commit rubygem-atomic for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-atomic for openSUSE:Factory 
checked in at 2018-07-18 22:48:29

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


Package is "rubygem-atomic"

Wed Jul 18 22:48:29 2018 rev:13 rq:620987 version:1.1.101

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-atomic/rubygem-atomic.changes
2018-03-01 12:07:32.774663702 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-atomic.new/rubygem-atomic.changes   
2018-07-18 22:48:35.740024104 +0200
@@ -1,0 +2,6 @@
+Wed May 16 07:53:37 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.101
+  no changelog found
+
+---

Old:

  atomic-1.1.100.gem

New:

  atomic-1.1.101.gem



Other differences:
--
++ rubygem-atomic.spec ++
--- /var/tmp/diff_new_pack.jMwQHG/_old  2018-07-18 22:48:36.644021106 +0200
+++ /var/tmp/diff_new_pack.jMwQHG/_new  2018-07-18 22:48:36.652021080 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-atomic
-Version:1.1.100
+Version:1.1.101
 Release:0
 %define mod_name atomic
 %define mod_full_name %{mod_name}-%{version}

++ atomic-1.1.100.gem -> atomic-1.1.101.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomic.gemspec new/atomic.gemspec
--- old/atomic.gemspec  2018-02-25 19:31:41.0 +0100
+++ new/atomic.gemspec  2018-05-10 10:28:39.0 +0200
@@ -4,7 +4,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{atomic}
-  s.version = "1.1.100"
+  s.version = "1.1.101"
   s.authors = ["Charles Oliver Nutter", "MenTaLguY", "Sokolov Yura"]
   s.date = Time.now.strftime('%Y-%m-%d')
   s.summary = "An atomic reference implementation for JRuby, Rubinius, and MRI"
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-25 19:31:41.0 +0100
+++ new/metadata2018-05-10 10:28:39.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: atomic
 version: !ruby/object:Gem::Version
-  version: 1.1.100
+  version: 1.1.101
 platform: ruby
 authors:
 - Charles Oliver Nutter
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-25 00:00:00.0 Z
+date: 2018-05-10 00:00:00.0 Z
 dependencies: []
 description: An atomic reference implementation for JRuby, Rubinius, and MRI
 email:




commit rubygem-activerecord-5_1 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activerecord-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:48:20

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


Package is "rubygem-activerecord-5_1"

Wed Jul 18 22:48:20 2018 rev:5 rq:620983 version:5.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-5_1/rubygem-activerecord-5_1.changes
2018-02-18 11:44:40.508623560 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-5_1.new/rubygem-activerecord-5_1.changes
   2018-07-18 22:48:23.068066114 +0200
@@ -1,0 +2,53 @@
+Fri Mar 30 04:31:05 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   MySQL: Support mysql2 0.5.x.
+  
+  *Aaron Stone*
+  
+  *   Apply time column precision on assignment.
+  
+  PR #20317 changed the behavior of datetime columns so that when they
+  have a specified precision then on assignment the value is rounded to
+  that precision. This behavior is now applied to time columns as well.
+  
+  Fixes #30301.
+  
+  *Andrew White*
+  
+  *   Normalize time column values for SQLite database.
+  
+  For legacy reasons, time columns in SQLite are stored as full datetimes
+  because until #24542 the quoting for time columns didn't remove the date
+  component. To ensure that values are consistent we now normalize the
+  date component to 2001-01-01 on reading and writing.
+  
+  *Andrew White*
+  
+  *   Ensure that the date component is removed when quoting times.
+  
+  PR #24542 altered the quoting for time columns so that the date component
+  was removed however it only removed it when it was 2001-01-01. Now the
+  date component is removed irrespective of what the date is.
+  
+  *Andrew White*
+  
+  *   Fix that after commit callbacks on update does not triggered when 
optimistic locking is enabled.
+  
+  *Ryuta Kamizono*
+  
+  *   `ActiveRecord::Persistence#touch` does not work well when optimistic 
locking enabled and
+  `locking_column`, without default value, is null in the database.
+  
+  *bogdanvlviv*
+  
+  *   Fix destroying existing object does not work well when optimistic 
locking enabled and
+  `locking column` is null in the database.
+  
+  *bogdanvlviv*
+
+---

Old:

  activerecord-5.1.5.gem

New:

  activerecord-5.1.6.gem



Other differences:
--
++ rubygem-activerecord-5_1.spec ++
--- /var/tmp/diff_new_pack.dZo9Mc/_old  2018-07-18 22:48:23.492064708 +0200
+++ /var/tmp/diff_new_pack.dZo9Mc/_new  2018-07-18 22:48:23.496064695 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activerecord-5_1
-Version:5.1.5
+Version:5.1.6
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

++ activerecord-5.1.5.gem -> activerecord-5.1.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 20:54:31.0 +0100
+++ new/CHANGELOG.md2018-03-29 20:27:10.0 +0200
@@ -1,5 +1,57 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   MySQL: Support mysql2 0.5.x.
+
+*Aaron Stone*
+
+*   Apply time column precision on assignment.
+
+PR #20317 changed the behavior of datetime columns so that when they
+have a specified precision then on assignment the value is rounded to
+that precision. This behavior is now applied to time columns as well.
+
+Fixes #30301.
+
+*Andrew White*
+
+*   Normalize time column values for SQLite database.
+
+For legacy reasons, time columns in SQLite are stored as full datetimes
+because until #24542 the quoting for time columns didn't remove the date
+component. To ensure that values are consistent we now normalize the
+date component to 2001-01-01 on reading and writing.
+
+*Andrew White*
+
+*   Ensure that the date component is removed when quoting times.
+
+PR #24542 altered the quoting for time columns so that the date component
+was removed however it only removed it when it was 2001-01-01. Now the
+date component is removed irrespective of what the date is.
+
+*Andrew White*
+
+*   Fix that after commit callbacks on update does not triggered when 
optimistic locking is enabled.
+
+*Ryuta Kamizono*
+
+*   `ActiveRecord::Persistence#touch` does not work well when optimistic 
locking enabled and
+`locking_column`, without default value, is null in the database.
+
+

commit kmail-account-wizard for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Factory checked in at 2018-07-18 22:43:09

Comparing /work/SRC/openSUSE:Factory/kmail-account-wizard (Old)
 and  /work/SRC/openSUSE:Factory/.kmail-account-wizard.new (New)


Package is "kmail-account-wizard"

Wed Jul 18 22:43:09 2018 rev:20 rq:622690 version:18.04.3

Changes:

--- 
/work/SRC/openSUSE:Factory/kmail-account-wizard/kmail-account-wizard.changes
2018-06-13 15:23:07.932476147 +0200
+++ 
/work/SRC/openSUSE:Factory/.kmail-account-wizard.new/kmail-account-wizard.changes
   2018-07-18 22:43:11.293099580 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kmail-account-wizard-18.04.2.tar.xz

New:

  kmail-account-wizard-18.04.3.tar.xz



Other differences:
--
++ kmail-account-wizard.spec ++
--- /var/tmp/diff_new_pack.rQpeac/_old  2018-07-18 22:43:12.013097194 +0200
+++ /var/tmp/diff_new_pack.rQpeac/_new  2018-07-18 22:43:12.013097194 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail-account-wizard
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmail-account-wizard-18.04.2.tar.xz -> 
kmail-account-wizard-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-18.04.2/CMakeLists.txt 
new/kmail-account-wizard-18.04.3/CMakeLists.txt
--- old/kmail-account-wizard-18.04.2/CMakeLists.txt 2018-06-05 
03:22:29.0 +0200
+++ new/kmail-account-wizard-18.04.3/CMakeLists.txt 2018-07-10 
02:14:44.0 +0200
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.8.2")
+set(KDEPIM_VERSION_NUMBER "5.8.3")
 cmake_minimum_required(VERSION 3.1)
 project(kmail-account-wizard VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -37,22 +37,22 @@
 
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-set(AKONADI_MIMELIB_VERSION "5.8.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.8.2")
-set(KLDAP_LIB_VERSION "5.8.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
-set(KIMAP_LIB_VERSION "5.8.2")
-set(AKONADI_MIMELIB_VERSION "5.8.2")
+set(AKONADI_MIMELIB_VERSION "5.8.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.8.3")
+set(KLDAP_LIB_VERSION "5.8.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
+set(KIMAP_LIB_VERSION "5.8.3")
+set(AKONADI_MIMELIB_VERSION "5.8.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Xml DBus Test)
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.8.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.8.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.8.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.8.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.8.3")
 
 # Find KF5 package
 find_package(KF5Wallet ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-18.04.2/po/cs/accountwizard.po 
new/kmail-account-wizard-18.04.3/po/cs/accountwizard.po
--- old/kmail-account-wizard-18.04.2/po/cs/accountwizard.po 2018-06-05 
03:22:22.0 +0200
+++ new/kmail-account-wizard-18.04.3/po/cs/accountwizard.po 2018-07-10 
02:14:43.0 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017.
+# Vít Pelčák , 2010, 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018.
 # Lukáš Tinkl , 2010.
 # Tomáš Chvátal , 2012, 2013.
 #
@@ -9,8 +9,8 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-03-18 03:24+0100\n"
-"PO-Revision-Date: 2017-02-23 12:26+0100\n"
-"Last-Translator: Vít Pelčák \n"
+"PO-Revision-Date: 2018-06-15 15:05+0100\n"
+"Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
@@ -343,7 +343,7 @@
 #: main.cpp:49
 #, kde-format
 msgid "(c) 2009-2018 the Akonadi developers"
-msgstr ""
+msgstr "(c) 2009-2018 vývojáři Akonadi"
 
 #: main.cpp:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-account-wizard-18.04.2/po/fr/accountwizard.po 

commit kmail for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kmail for openSUSE:Factory checked 
in at 2018-07-18 22:43:02

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


Package is "kmail"

Wed Jul 18 22:43:02 2018 rev:22 rq:622689 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmail/kmail.changes  2018-06-13 
15:23:04.888588284 +0200
+++ /work/SRC/openSUSE:Factory/.kmail.new/kmail.changes 2018-07-18 
22:43:05.481118843 +0200
@@ -1,0 +2,19 @@
+Fri Jul 13 04:50:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Fix Bug 395353 - kmail doesn't honor Subject and In-Reply-To in mailto: 
links (kde#395353)
+  * KMail: don't move the mainwindow to the current desktop when invoking a 
composer
+  * Fix typo in argument name
+  * Allow to make working as an email when we forward message as attachment
+
+---
+Thu Jun 21 07:59:43 UTC 2018 - lbeltr...@kde.org
+
+- Add explicit requires for pimcommon libraries (libKF5PimCommon5 and
+  libKF5PimCommonAkonadi5) and for messagelib
+
+---

Old:

  kmail-18.04.2.tar.xz

New:

  kmail-18.04.3.tar.xz



Other differences:
--
++ kmail.spec ++
--- /var/tmp/diff_new_pack.MJM7Tm/_old  2018-07-18 22:43:06.085116841 +0200
+++ /var/tmp/diff_new_pack.MJM7Tm/_new  2018-07-18 22:43:06.089116828 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmail
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.35.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -103,6 +103,9 @@
 Requires:   kdepim-addons
 Requires:   kdepim-runtime
 Requires:   kmail-account-wizard
+%requires_eqlibKF5PimCommon5
+%requires_eqlibKF5PimCommonAkonadi5
+%requires_eqmessagelib
 Recommends: akonadi-import-wizard
 Recommends: akonadi-search
 Recommends: kleopatra

++ kmail-18.04.2.tar.xz -> kmail-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmail-18.04.2/CMakeLists.txt 
new/kmail-18.04.3/CMakeLists.txt
--- old/kmail-18.04.2/CMakeLists.txt2018-06-05 03:21:10.0 +0200
+++ new/kmail-18.04.3/CMakeLists.txt2018-07-10 02:14:33.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.8.2")
+set(KDEPIM_VERSION_NUMBER "5.8.3")
 
 project(kmail VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -43,19 +43,19 @@
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 
-set(AKONADI_MIMELIB_VERSION "5.8.2")
-set(AKONADI_CONTACT_VERSION "5.8.2")
-set(KCONTACTS_LIB_VERSION "5.8.2")
-set(KCALENDARCORE_LIB_VERSION "5.8.2")
-set(CALENDARUTILS_LIB_VERSION "5.8.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.8.2")
-set(KLDAP_LIB_VERSION "5.8.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.8.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.8.2")
-set(KMIME_LIB_VERSION "5.8.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
-set(KTNEF_LIB_VERSION "5.8.2")
+set(AKONADI_MIMELIB_VERSION "5.8.3")
+set(AKONADI_CONTACT_VERSION "5.8.3")
+set(KCONTACTS_LIB_VERSION "5.8.3")
+set(KCALENDARCORE_LIB_VERSION "5.8.3")
+set(CALENDARUTILS_LIB_VERSION "5.8.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.8.3")
+set(KLDAP_LIB_VERSION "5.8.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.8.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.8.3")
+set(KMIME_LIB_VERSION "5.8.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
+set(KTNEF_LIB_VERSION "5.8.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -64,18 +64,18 @@
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Network Test 
Widgets WebEngine WebEngineWidgets)
-set(LIBGRAVATAR_VERSION_LIB "5.8.2")
-set(MAILCOMMON_LIB_VERSION_LIB "5.8.2")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.8.2")
-set(MESSAGELIB_LIB_VERSION_LIB "5.8.2")
-set(LIBKLEO_LIB_VERSION_LIB "5.8.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.8.2")
-set(LIBKSIEVE_LIB_VERSION_LIB "5.8.2")
+set(LIBGRAVATAR_VERSION_LIB "5.8.3")
+set(MAILCOMMON_LIB_VERSION_LIB "5.8.3")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.8.3")
+set(MESSAGELIB_LIB_VERSION_LIB "5.8.3")
+set(LIBKLEO_LIB_VERSION_LIB "5.8.3")

commit rubygem-activemodel-5_1 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activemodel-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:48:11

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


Package is "rubygem-activemodel-5_1"

Wed Jul 18 22:48:11 2018 rev:4 rq:620981 version:5.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-5_1/rubygem-activemodel-5_1.changes
  2018-02-18 11:44:24.669192174 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-5_1.new/rubygem-activemodel-5_1.changes
 2018-07-18 22:48:13.824096760 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:30:42 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   No changes.
+
+---

Old:

  activemodel-5.1.5.gem

New:

  activemodel-5.1.6.gem



Other differences:
--
++ rubygem-activemodel-5_1.spec ++
--- /var/tmp/diff_new_pack.hyVuh3/_old  2018-07-18 22:48:14.312095142 +0200
+++ /var/tmp/diff_new_pack.hyVuh3/_new  2018-07-18 22:48:14.320095116 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activemodel-5_1
-Version:5.1.5
+Version:5.1.6
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++ activemodel-5.1.5.gem -> activemodel-5.1.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 20:54:21.0 +0100
+++ new/CHANGELOG.md2018-03-29 20:27:08.0 +0200
@@ -1,3 +1,8 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.1.5 (February 14, 2018) ##
 
 *   Fix to working before/after validation callbacks on multiple contexts.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/gem_version.rb 
new/lib/active_model/gem_version.rb
--- old/lib/active_model/gem_version.rb 2018-02-14 20:54:21.0 +0100
+++ new/lib/active_model/gem_version.rb 2018-03-29 20:27:08.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 1
-TINY  = 5
+TINY  = 6
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/type/time.rb 
new/lib/active_model/type/time.rb
--- old/lib/active_model/type/time.rb   2018-02-14 20:54:21.0 +0100
+++ new/lib/active_model/type/time.rb   2018-03-29 20:27:08.0 +0200
@@ -26,14 +26,10 @@
   private
 
 def cast_value(value)
-  return value unless value.is_a?(::String)
+  return apply_seconds_precision(value) unless value.is_a?(::String)
   return if value.empty?
 
-  if value.start_with?("2000-01-01")
-dummy_time_value = value
-  else
-dummy_time_value = "2000-01-01 #{value}"
-  end
+  dummy_time_value = value.sub(/\A(\d\d\d\d-\d\d-\d\d |)/, "2000-01-01 
")
 
   fast_string_to_time(dummy_time_value) || begin
 time_hash = ::Date._parse(dummy_time_value)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-14 20:54:21.0 +0100
+++ new/metadata2018-03-29 20:27:08.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activemodel
 version: !ruby/object:Gem::Version
-  version: 5.1.5
+  version: 5.1.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-14 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
 description: A toolkit for building modeling frameworks like Active Record. 
Rich support
   for attributes, callbacks, validations, serialization, internationalization, 
and
   testing.
@@ -93,8 +93,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.1.5/activemodel
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.5/activemodel/CHANGELOG.md
+  

commit rubygem-activemodel-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activemodel-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:48:09

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


Package is "rubygem-activemodel-5_0"

Wed Jul 18 22:48:09 2018 rev:8 rq:620980 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-5_0/rubygem-activemodel-5_0.changes
  2017-09-26 21:16:12.923272505 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-5_0.new/rubygem-activemodel-5_0.changes
 2018-07-18 22:48:09.760110233 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:30:30 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  *   No changes.
+
+---

Old:

  activemodel-5.0.6.gem

New:

  activemodel-5.0.7.gem



Other differences:
--
++ rubygem-activemodel-5_0.spec ++
--- /var/tmp/diff_new_pack.UVHWj5/_old  2018-07-18 22:48:10.220108708 +0200
+++ /var/tmp/diff_new_pack.UVHWj5/_new  2018-07-18 22:48:10.220108708 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activemodel-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activemodel-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++ activemodel-5.0.6.gem -> activemodel-5.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 02:44:51.0 +0200
+++ new/CHANGELOG.md2018-03-29 19:57:27.0 +0200
@@ -1,3 +1,8 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.0.6 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/gem_version.rb 
new/lib/active_model/gem_version.rb
--- old/lib/active_model/gem_version.rb 2017-09-08 02:44:51.0 +0200
+++ new/lib/active_model/gem_version.rb 2018-03-29 19:57:27.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 6
+TINY  = 7
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/type/time.rb 
new/lib/active_model/type/time.rb
--- old/lib/active_model/type/time.rb   2017-09-08 02:44:51.0 +0200
+++ new/lib/active_model/type/time.rb   2018-03-29 19:57:27.0 +0200
@@ -26,14 +26,10 @@
   private
 
   def cast_value(value)
-return value unless value.is_a?(::String)
+return apply_seconds_precision(value) unless value.is_a?(::String)
 return if value.empty?
 
-if value =~ /^2000-01-01/
-  dummy_time_value = value
-else
-  dummy_time_value = "2000-01-01 #{value}"
-end
+dummy_time_value = value.sub(/\A(\d\d\d\d-\d\d-\d\d |)/, "2000-01-01 ")
 
 fast_string_to_time(dummy_time_value) || begin
   time_hash = ::Date._parse(dummy_time_value)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-08 02:44:51.0 +0200
+++ new/metadata2018-03-29 19:57:27.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activemodel
 version: !ruby/object:Gem::Version
-  version: 5.0.6
+  version: 5.0.7
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-08 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 description: A toolkit for building modeling frameworks like Active Record. 
Rich support
   for attributes, callbacks, validations, serialization, 

commit rubygem-actionview-5_1 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-actionview-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:48:01

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


Package is "rubygem-actionview-5_1"

Wed Jul 18 22:48:01 2018 rev:4 rq:620977 version:5.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionview-5_1/rubygem-actionview-5_1.changes
2018-02-18 11:44:08.185783903 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionview-5_1.new/rubygem-actionview-5_1.changes
   2018-07-18 22:48:01.880136356 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:29:45 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   No changes.
+
+---

Old:

  actionview-5.1.5.gem

New:

  actionview-5.1.6.gem



Other differences:
--
++ rubygem-actionview-5_1.spec ++
--- /var/tmp/diff_new_pack.oBDUlb/_old  2018-07-18 22:48:02.672133731 +0200
+++ /var/tmp/diff_new_pack.oBDUlb/_new  2018-07-18 22:48:02.688133678 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionview-5_1
-Version:5.1.5
+Version:5.1.6
 Release:0
 %define mod_name actionview
 %define mod_full_name %{mod_name}-%{version}

++ actionview-5.1.5.gem -> actionview-5.1.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 20:54:46.0 +0100
+++ new/CHANGELOG.md2018-03-29 20:27:12.0 +0200
@@ -1,3 +1,8 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.1.5 (February 14, 2018) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/digestor.rb 
new/lib/action_view/digestor.rb
--- old/lib/action_view/digestor.rb 2018-02-14 20:54:46.0 +0100
+++ new/lib/action_view/digestor.rb 2018-03-29 20:27:12.0 +0200
@@ -43,11 +43,9 @@
   # Create a dependency tree for template named +name+.
   def tree(name, finder, partial = false, seen = {})
 logical_name = name.gsub(%r|/_|, "/")
+finder.formats = [finder.rendered_format] if finder.rendered_format
 
-options = {}
-options[:formats] = [finder.rendered_format] if finder.rendered_format
-
-if template = finder.disable_cache { finder.find_all(logical_name, [], 
partial, [], options).first }
+if template = finder.disable_cache { finder.find_all(logical_name, [], 
partial, []).first }
   finder.rendered_format ||= template.formats.first
 
   if node = seen[template.identifier] # handle cycles in the tree
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/gem_version.rb 
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb  2018-02-14 20:54:46.0 +0100
+++ new/lib/action_view/gem_version.rb  2018-03-29 20:27:12.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 1
-TINY  = 5
+TINY  = 6
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-14 20:54:46.0 +0100
+++ new/metadata2018-03-29 20:27:12.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionview
 version: !ruby/object:Gem::Version
-  version: 5.1.5
+  version: 5.1.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-14 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - 

commit rubygem-bundler for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2018-07-18 22:48:43

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


Package is "rubygem-bundler"

Wed Jul 18 22:48:43 2018 rev:43 rq:620990 version:1.16.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2018-02-12 10:13:26.365344338 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2018-07-18 22:48:44.883993789 +0200
@@ -1,0 +2,56 @@
+Wed May 16 21:04:16 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.16.2
+ see installed CHANGELOG.md
+
+  ## 1.16.2 (2018-04-20)
+  
+  Changes:
+  
+- Include the gem's source in the gem install error message when available 
(@papanikge)
+- Remove unnecessary executable bit from gem template (@voxik)
+- Dont add the timestamp comment with gems added to the Gemfile via 
`bundle add` ([#6193](https://github.com/bundler/bundler/issues/6193), @cpgo)
+- Improve yanked gem error message (@alyssais)
+- Use `Bundler.rubygems.inflate` instead of the Gem::Util method directly 
(@segiddins)
+- Remove unused instance variable (@segiddins)
+  
+  Bugfixes:
+  
+- Only trap INT signal and have Ruby's signal default handler be invoked 
(@shayonj)
+- Fix warning about the use of `__FILE__` in RubyGems integration testing 
(@MSP-Greg)
+- Skip the outdated bundler check when MD5 is not available 
([#6032](https://github.com/bundler/bundler/issues/6032), @segiddins)
+- Fallback to the original error if the friendly message raises 
(@segiddins)
+- Rename Bundler.frozen? to avoid Object method conflict 
([#6252](https://github.com/bundler/bundler/issues/6252), @segiddins)
+- Ensure the bindir exists before installing gems (@segiddins)
+- Handle gzip corruption errors in the compact index client 
([#6261](https://github.com/bundler/bundler/issues/6261), @colby-swandale)
+- Check if the current directory is writeable when writing files in 
`bundle gem` ([#6219](https://github.com/bundler/bundler/issues/6219), 
@nilsding)
+- Fix hang when gemspec has incompatible encoding (@deivid-rodriguez)
+- Gracefully handle when the lockfile is missing spec entries for the 
current platform ([#6079](https://github.com/bundler/bundler/issues/6079), 
@segiddins)
+- Use Gem::Util.inflate instead of Gem.inflate (@hsbt)
+- Update binstub generator to use new ERB.new arity in Ruby 2.6 (@koic)
+- Fix `source_location` call in rubygems integration (@MSP-Greg)
+- Use `filesystem_access` when copying files in Compact Index Updater 
([#6289](https://github.com/bundler/bundler/issues/6289), @segiddins)
+- Fail gracefully when resetting git gems to the given revision fails 
([#6324](https://github.com/bundler/bundler/issues/6324), @segiddins)
+- Handle exceptions that do not have a backtrace 
([#6342](https://github.com/bundler/bundler/issues/6342), @nesaulov)
+- Check if stderr was closed before writing to it (@shime)
+- Handle updating a specific gem for a non-local platform 
([#6350](https://github.com/bundler/bundler/issues/6350), @greysteil)
+- Bump the `bundle_binstub` check-length to 300 characters (@tduffield)
+- Fix specifying alterntive Lockfile with `bundle lock` when default 
gemfile is present  ([#6460](https://github.com/bundler/bundler/issues/6460), 
@agrim123)
+- Allow installing dependencies when the path is set to `.`  
([#6475](https://github.com/bundler/bundler/issues/6475), @segiddins)
+- Support Bundler installing on a readonly filesystem without a home 
directory ([#6461](https://github.com/bundler/bundler/issues/6461), @grosser)
+- Filter git uri credentials in source description (@segiddins)
+  
+  Documentation:
+  
+- Correct typos in `bundle binstubs` man page (@erikj, @samueloph)
+- Update links in `bundle gem` command documentation to use https 
(@KrauseFx)
+- Fix broken links between bundler man pages (@segiddins)
+- Add man page for the `bundle doctor` command 
([#6243](https://github.com/bundler/bundler/issues/6243), @nholden)
+- Document `# frozen_string_literal` in `bundle init` Gemfile (@315tky)
+- Explain the gemspec files attribute in `bundle gem` template and print a 
link to bundler.io guides when running `bundle gem` 
([#6246](https://github.com/bundler/bundler/issues/6246), @nesaulov)
+- Small copy tweaks & removed redundant phrasing in the bundler man page 
(@rubymorillo)
+- Improve the documentation of the settings load order in Bundler 
(@rubymorillo)
+- Added license info to main README (@rubymorillo)
+- Document parameters and return value of Injector#inject (@tobias-grasse)
+

commit rubygem-childprocess for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2018-07-18 22:48:45

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


Package is "rubygem-childprocess"

Wed Jul 18 22:48:45 2018 rev:24 rq:620992 version:0.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2017-10-17 01:52:54.557334880 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2018-07-18 22:48:52.503968526 +0200
@@ -1,0 +2,10 @@
+Tue Mar 20 10:06:30 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.9.0
+ see installed CHANGELOG.md
+
+  ### Version 0.9.0 / 2018-03-10
+  
+  * Added support for DragonFly BSD.
+
+---

Old:

  childprocess-0.8.0.gem

New:

  childprocess-0.9.0.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.GyLbAD/_old  2018-07-18 22:48:52.963967001 +0200
+++ /var/tmp/diff_new_pack.GyLbAD/_new  2018-07-18 22:48:52.963967001 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-childprocess
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-childprocess
-Version:0.8.0
+Version:0.9.0
 Release:0
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}

++ childprocess-0.8.0.gem -> childprocess-0.9.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-09-24 03:43:31.0 +0200
+++ new/.travis.yml 2018-03-10 23:45:55.0 +0100
@@ -9,8 +9,9 @@
   - 2.0.0
   - 2.1
   - 2.2
-  - 2.3.5
-  - 2.4.0
+  - 2.3
+  - 2.4
+  - 2.5
   - ruby-head
 
 sudo: true # Necessary to fix JRuby
@@ -34,3 +35,10 @@
 - rvm: jruby-9.1.9.0
 - rvm: ruby-head
 - env: "CHILDPROCESS_POSIX_SPAWN=true"
+  exclude:
+# Travis does not provide 1.9.3 on OSX
+  - rvm: 1.9.3
+os: osx
+# Travis does not provide 2.0.0 on it latest version of OSX
+  - rvm: 2.0.0
+os: osx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-24 03:43:31.0 +0200
+++ new/CHANGELOG.md2018-03-10 23:45:55.0 +0100
@@ -1,6 +1,11 @@
+### Version 0.9.0 / 2018-03-10
+
+* Added support for DragonFly BSD.
+
+
 ### Version 0.8.0 / 2017-09-23
 
-* Added a method for determining whether or nto a process had been started.
+* Added a method for determining whether or not a process had been started.
 
 
 ### Version 0.7.1 / 2017-06-26
@@ -30,7 +35,7 @@
 
 ### Version 0.6.1 / 2017-01-22
 
-* Bug fix: Fixed a dependency that was accidentally declared as a runtime 
+* Bug fix: Fixed a dependency that was accidentally declared as a runtime
   dependency instead of a development dependency.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-09-24 03:43:31.0 +0200
+++ new/README.md   2018-03-10 23:45:55.0 +0100
@@ -12,6 +12,10 @@
 [![Code 
Climate](https://codeclimate.com/github/enkessler/childprocess.svg)](https://codeclimate.com/github/enkessler/childprocess)
 [![Coverage 
Status](https://coveralls.io/repos/enkessler/childprocess/badge.svg?branch=master)](https://coveralls.io/r/enkessler/childprocess?branch=master)
 
+***
+**This project currently needs a new maintainer. If anyone is interested, 
please contact me, [enkessler](https://github.com/enkessler).**
+***
+
 # Usage
 
 The object returned from `ChildProcess.build` will implement 
`ChildProcess::AbstractProcess`.
@@ -166,7 +170,7 @@
 
 ## Caveats
 
-* With JRuby on Unix, modifying `ENV["PATH"]` before using childprocess could 
lead to 'Command not found' errors, since JRuby is unable to modify the 
environemnt used for PATH searches in `java.lang.ProcessBuilder`. This can be 
avoided by setting `ChildProcess.posix_spawn = true`.
+* With JRuby on Unix, modifying `ENV["PATH"]` before using childprocess could 
lead to 'Command not found' errors, since JRuby is unable to modify the 
environment used for PATH searches in `java.lang.ProcessBuilder`. This can be 
avoided by setting `ChildProcess.posix_spawn = true`.
 
 # Implementation
 
diff -urN 

commit rubygem-domain_name for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-domain_name for 
openSUSE:Factory checked in at 2018-07-18 22:49:17

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


Package is "rubygem-domain_name"

Wed Jul 18 22:49:17 2018 rev:3 rq:620999 version:0.5.20180417

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-domain_name/rubygem-domain_name.changes  
2017-04-17 10:26:54.897084619 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-domain_name.new/rubygem-domain_name.changes 
2018-07-18 22:49:29.507845845 +0200
@@ -1,0 +2,6 @@
+Wed Apr 18 07:04:18 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.5.20180417
+ see installed CHANGELOG.md
+
+---

Old:

  domain_name-0.5.20170404.gem

New:

  domain_name-0.5.20180417.gem



Other differences:
--
++ rubygem-domain_name.spec ++
--- /var/tmp/diff_new_pack.7y9lYT/_old  2018-07-18 22:49:29.999844213 +0200
+++ /var/tmp/diff_new_pack.7y9lYT/_new  2018-07-18 22:49:30.003844200 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-domain_name
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-domain_name
-Version:0.5.20170404
+Version:0.5.20180417
 Release:0
 %define mod_name domain_name
 %define mod_full_name %{mod_name}-%{version}
@@ -33,10 +33,10 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/knu/ruby-domain_name
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Domain Name manipulation library for Ruby
-License:BSD-2-Clause and BSD-3-Clause and MPL-2.0
+License:BSD-2-Clause AND BSD-3-Clause AND MPL-2.0
 Group:  Development/Languages/Ruby
 
 %description

++ domain_name-0.5.20170404.gem -> domain_name-0.5.20180417.gem ++
 4734 lines of diff (skipped)




commit rubygem-activejob-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activejob-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:48:04

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


Package is "rubygem-activejob-5_0"

Wed Jul 18 22:48:04 2018 rev:8 rq:620978 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-5_0/rubygem-activejob-5_0.changes  
2017-09-26 21:16:11.863421509 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-5_0.new/rubygem-activejob-5_0.changes
 2018-07-18 22:48:06.780120112 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:29:57 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-5.0.6.gem

New:

  activejob-5.0.7.gem



Other differences:
--
++ rubygem-activejob-5_0.spec ++
--- /var/tmp/diff_new_pack.TX5OiT/_old  2018-07-18 22:48:07.184118773 +0200
+++ /var/tmp/diff_new_pack.TX5OiT/_new  2018-07-18 22:48:07.192118746 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activejob-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-5.0.6.gem -> activejob-5.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 02:44:56.0 +0200
+++ new/CHANGELOG.md2018-03-29 19:57:32.0 +0200
@@ -1,3 +1,8 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.0.6 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/gem_version.rb 
new/lib/active_job/gem_version.rb
--- old/lib/active_job/gem_version.rb   2017-09-08 02:44:56.0 +0200
+++ new/lib/active_job/gem_version.rb   2018-03-29 19:57:32.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 6
+TINY  = 7
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-08 02:44:56.0 +0200
+++ new/metadata2018-03-29 19:57:32.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 5.0.6
+  version: 5.0.7
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-08 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -101,7 +101,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.13
+rubygems_version: 2.6.14
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.




commit rubygem-activejob-5_1 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-activejob-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:48:07

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


Package is "rubygem-activejob-5_1"

Wed Jul 18 22:48:07 2018 rev:4 rq:620979 version:5.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activejob-5_1/rubygem-activejob-5_1.changes  
2018-02-18 11:44:15.441523433 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activejob-5_1.new/rubygem-activejob-5_1.changes
 2018-07-18 22:48:08.908113058 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:30:08 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   No changes.
+
+---

Old:

  activejob-5.1.5.gem

New:

  activejob-5.1.6.gem



Other differences:
--
++ rubygem-activejob-5_1.spec ++
--- /var/tmp/diff_new_pack.5Tog27/_old  2018-07-18 22:48:09.516111042 +0200
+++ /var/tmp/diff_new_pack.5Tog27/_new  2018-07-18 22:48:09.520111029 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activejob-5_1
-Version:5.1.5
+Version:5.1.6
 Release:0
 %define mod_name activejob
 %define mod_full_name %{mod_name}-%{version}

++ activejob-5.1.5.gem -> activejob-5.1.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 21:00:51.0 +0100
+++ new/CHANGELOG.md2018-03-29 20:27:15.0 +0200
@@ -1,9 +1,15 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.1.5 (February 14, 2018) ##
 
-*   Gemfile for new apps: upgrade redis-rb from ~> 3.0 to 4.0.
+*   Support redis-rb 4.0.
 
 *Jeremy Daer*
 
+
 ## Rails 5.1.4 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_job/gem_version.rb 
new/lib/active_job/gem_version.rb
--- old/lib/active_job/gem_version.rb   2018-02-14 21:00:51.0 +0100
+++ new/lib/active_job/gem_version.rb   2018-03-29 20:27:15.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 1
-TINY  = 5
+TINY  = 6
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-14 21:00:51.0 +0100
+++ new/metadata2018-03-29 20:27:15.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activejob
 version: !ruby/object:Gem::Version
-  version: 5.1.5
+  version: 5.1.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-14 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.1.5
+version: 5.1.6
 - !ruby/object:Gem::Dependency
   name: globalid
   requirement: !ruby/object:Gem::Requirement
@@ -86,8 +86,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.1.5/activejob
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.5/activejob/CHANGELOG.md
+  source_code_uri: https://github.com/rails/rails/tree/v5.1.6/activejob
+  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.6/activejob/CHANGELOG.md
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -104,7 +104,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.7.3
+rubygems_version: 2.6.14
 signing_key: 
 specification_version: 4
 summary: Job framework with pluggable queues.




commit rubygem-actionview-5_0 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-actionview-5_0 for 
openSUSE:Factory checked in at 2018-07-18 22:47:56

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


Package is "rubygem-actionview-5_0"

Wed Jul 18 22:47:56 2018 rev:8 rq:620976 version:5.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionview-5_0/rubygem-actionview-5_0.changes
2017-09-26 21:16:05.480318907 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionview-5_0.new/rubygem-actionview-5_0.changes
   2018-07-18 22:48:00.996139287 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:29:33 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.0.7
+ see installed CHANGELOG.md
+
+  ## Rails 5.0.7 (March 29, 2018) ##
+  
+  *   No changes.
+
+---

Old:

  actionview-5.0.6.gem

New:

  actionview-5.0.7.gem



Other differences:
--
++ rubygem-actionview-5_0.spec ++
--- /var/tmp/diff_new_pack.5dFWD4/_old  2018-07-18 22:48:01.560137417 +0200
+++ /var/tmp/diff_new_pack.5dFWD4/_new  2018-07-18 22:48:01.564137404 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-actionview-5_0
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionview-5_0
-Version:5.0.6
+Version:5.0.7
 Release:0
 %define mod_name actionview
 %define mod_full_name %{mod_name}-%{version}

++ actionview-5.0.6.gem -> actionview-5.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-09-08 02:44:54.0 +0200
+++ new/CHANGELOG.md2018-03-29 19:57:30.0 +0200
@@ -1,3 +1,8 @@
+## Rails 5.0.7 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.0.6 (September 07, 2017) ##
 
 *   No changes.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/gem_version.rb 
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb  2017-09-08 02:44:54.0 +0200
+++ new/lib/action_view/gem_version.rb  2018-03-29 19:57:30.0 +0200
@@ -7,7 +7,7 @@
   module VERSION
 MAJOR = 5
 MINOR = 0
-TINY  = 6
+TINY  = 7
 PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-09-08 02:44:54.0 +0200
+++ new/metadata2018-03-29 19:57:30.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionview
 version: !ruby/object:Gem::Version
-  version: 5.0.6
+  version: 5.0.7
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-09-08 00:00:00.0 Z
+date: 2018-03-29 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement
@@ -92,28 +92,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 - !ruby/object:Gem::Dependency
   name: activemodel
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
   type: :development
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 5.0.6
+version: 5.0.7
 description: Simple, battle-tested conventions and helpers for building web 
pages.
 email: da...@loudthinking.com
 executables: []
@@ -244,7 +244,7 @@
 requirements:
 - none
 

commit mailcommon for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package mailcommon for openSUSE:Factory 
checked in at 2018-07-18 22:45:48

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


Package is "mailcommon"

Wed Jul 18 22:45:48 2018 rev:28 rq:622757 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/mailcommon/mailcommon.changes2018-06-13 
15:27:05.831713297 +0200
+++ /work/SRC/openSUSE:Factory/.mailcommon.new/mailcommon.changes   
2018-07-18 22:45:49.884573920 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:17 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * FolderSettings: Fix "no resource found in collection" assert.
+
+---

Old:

  mailcommon-18.04.2.tar.xz

New:

  mailcommon-18.04.3.tar.xz



Other differences:
--
++ mailcommon.spec ++
--- /var/tmp/diff_new_pack.W99XFM/_old  2018-07-18 22:45:50.444572064 +0200
+++ /var/tmp/diff_new_pack.W99XFM/_new  2018-07-18 22:45:50.448572050 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailcommon
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ mailcommon-18.04.2.tar.xz -> mailcommon-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-18.04.2/CMakeLists.txt 
new/mailcommon-18.04.3/CMakeLists.txt
--- old/mailcommon-18.04.2/CMakeLists.txt   2018-06-05 03:31:50.0 
+0200
+++ new/mailcommon-18.04.3/CMakeLists.txt   2018-07-10 02:15:51.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(mailcommon VERSION ${PIM_VERSION})
 
@@ -25,16 +25,16 @@
 include(ECMCoverageOption)
 
 set(MAILCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.8.2")
-set(MESSAGELIB_LIB_VERSION "5.8.2")
+set(AKONADIMIME_LIB_VERSION "5.8.3")
+set(MESSAGELIB_LIB_VERSION "5.8.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.8.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.8.2")
-set(MAILIMPORTER_LIB_VERSION "5.8.2")
-set(LIBKDEPIM_LIB_VERSION "5.8.2")
-set(PIMCOMMON_LIB_VERSION "5.8.2")
+set(KMIME_LIB_VERSION "5.8.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.8.3")
+set(MAILIMPORTER_LIB_VERSION "5.8.3")
+set(LIBKDEPIM_LIB_VERSION "5.8.3")
+set(PIMCOMMON_LIB_VERSION "5.8.3")
 
-set(AKONADI_VERSION "5.8.2")
+set(AKONADI_VERSION "5.8.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailcommon-18.04.2/po/ca/libmailcommon.po 
new/mailcommon-18.04.3/po/ca/libmailcommon.po
--- old/mailcommon-18.04.2/po/ca/libmailcommon.po   2018-06-05 
03:31:47.0 +0200
+++ new/mailcommon-18.04.3/po/ca/libmailcommon.po   2018-07-10 
02:15:50.0 +0200
@@ -5,14 +5,14 @@
 #
 # Manuel Tortosa , 2011.
 # Josep Ma. Ferrer , 2011, 2012, 2013, 2014, 2015, 2016, 
2017, 2018.
-# Antoni Bella Pérez , 2011, 2013, 2014, 2015, 2016, 
2017.
+# Antoni Bella Pérez , 2011, 2013, 2014, 2015, 2016, 
2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libmailcommon\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-10 03:20+0100\n"
-"PO-Revision-Date: 2018-01-30 20:13+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2018-06-23 19:24+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -644,7 +644,7 @@
 #: filter/filteractions/filteractionrewriteheader.cpp:66
 #, kde-format
 msgid "Search string is empty."
-msgstr "La cadena de cerca és buida."
+msgstr "La cadena de cerca està buida."
 
 #: filter/filteractions/filteractionrewriteheader.cpp:127
 #, kde-format
@@ -1174,7 +1174,7 @@
 #: filter/kmfilterdialog.cpp:300
 #, kde-format
 msgid "Icon for this filter:"
-msgstr "Icona per aquest filtre:"
+msgstr "Icona per a aquest filtre:"
 
 #: filter/kmfilterdialog.cpp:319
 #, kde-format
@@ -2139,7 +2139,7 @@
 #: search/searchrule/searchrule.cpp:209
 #, kde-format
 msgid "is not in addressbook"
-msgstr "no és a la llibreta d'adreces"
+msgstr "no es troba a la llibreta d'adreces"
 
 #: search/searchrule/searchrule.cpp:212 search/searchrule/searchrule.cpp:215
 #, kde-format
@@ -2360,21 +2360,21 @@
 #: search/searchrule/searchrulestring.cpp:246
 #, kde-format
 msgid "String is empty."
-msgstr "La cadena és buida."

commit mobipocket for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2018-07-18 22:46:04

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


Package is "mobipocket"

Wed Jul 18 22:46:04 2018 rev:94 rq:622763 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2018-06-13 
15:27:26.266960702 +0200
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2018-07-18 22:46:06.424519093 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:19 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kdegraphics-mobipocket-18.04.2.tar.xz

New:

  kdegraphics-mobipocket-18.04.3.tar.xz



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.lY0KLo/_old  2018-07-18 22:46:06.936517396 +0200
+++ /var/tmp/diff_new_pack.lY0KLo/_new  2018-07-18 22:46:06.940517382 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mobipocket
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kdegraphics-mobipocket-18.04.2.tar.xz -> 
kdegraphics-mobipocket-18.04.3.tar.xz ++




commit okular for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2018-07-18 22:46:10

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


Package is "okular"

Wed Jul 18 22:46:10 2018 rev:100 rq:622764 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2018-06-13 
15:27:33.554692311 +0200
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2018-07-18 
22:46:13.744494828 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:19 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Do not crash on right-click on TOC item with no associated page
+
+---

Old:

  okular-18.04.2.tar.xz

New:

  okular-18.04.3.tar.xz



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.hJl4se/_old  2018-07-18 22:46:14.908490970 +0200
+++ /var/tmp/diff_new_pack.hJl4se/_new  2018-07-18 22:46:14.920490930 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   okular
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ okular-18.04.2.tar.xz -> okular-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-18.04.2/CMakeLists.txt 
new/okular-18.04.3/CMakeLists.txt
--- old/okular-18.04.2/CMakeLists.txt   2018-06-05 02:32:59.0 +0200
+++ new/okular-18.04.3/CMakeLists.txt   2018-07-10 02:07:43.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "18")
 set (KDE_APPLICATIONS_VERSION_MINOR "04")
-set (KDE_APPLICATIONS_VERSION_MICRO "2")
+set (KDE_APPLICATIONS_VERSION_MICRO "3")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
 project(okular VERSION 1.4.${KDE_APPLICATIONS_VERSION_MICRO})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-18.04.2/core/document.cpp 
new/okular-18.04.3/core/document.cpp
--- old/okular-18.04.2/core/document.cpp2018-06-03 07:16:14.0 
+0200
+++ new/okular-18.04.3/core/document.cpp2018-07-10 00:49:08.0 
+0200
@@ -2946,7 +2946,7 @@
 
 const Page * Document::page( int n ) const
 {
-return ( n < d->m_pagesVector.count() ) ? d->m_pagesVector.at(n) : 0;
+return ( n >= 0 && n < d->m_pagesVector.count() ) ? d->m_pagesVector.at(n) 
: nullptr;
 }
 
 const DocumentViewport & Document::viewport() const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-18.04.2/generators/chm/libokularGenerator_chmlib.json 
new/okular-18.04.3/generators/chm/libokularGenerator_chmlib.json
--- old/okular-18.04.2/generators/chm/libokularGenerator_chmlib.json
2018-06-03 07:16:14.0 +0200
+++ new/okular-18.04.3/generators/chm/libokularGenerator_chmlib.json
2018-07-10 00:49:08.0 +0200
@@ -51,6 +51,7 @@
 "Description[nn]": "Ein framvisar for Microsoft Windows-hjelpefiler",
 "Description[pl]": "System zajmujący się wyświetlaniem plików pomocy 
Microsoft Windows",
 "Description[pt]": "Um visualizador de ficheiros de ajuda do Microsoft 
Windows",
+"Description[pt_BR]": "Um interpretador de arquivos de ajuda do 
Microsoft Windows",
 "Description[ru]": "Модуль поддержки формата CHM (справка Microsoft 
Windows)",
 "Description[sk]": "Vykresľovanie súborov pomocníka Microsoft Windows",
 "Description[sl]": "Izrisovalnik datotek za pomoč za Microsoft 
Windows",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-18.04.2/generators/comicbook/libokularGenerator_comicbook.json 
new/okular-18.04.3/generators/comicbook/libokularGenerator_comicbook.json
--- old/okular-18.04.2/generators/comicbook/libokularGenerator_comicbook.json   
2018-06-03 07:16:14.0 +0200
+++ new/okular-18.04.3/generators/comicbook/libokularGenerator_comicbook.json   
2018-07-10 00:49:08.0 +0200
@@ -43,6 +43,7 @@
 "Description[nn]": "Ein gjengjevar for ulike teikneserieformat",
 "Description[pl]": "Wyświetlanie różnych formatów comic book.",
 "Description[pt]": "Um visualizador de diversos formatos de banda 
desenhada",
+"Description[pt_BR]": "Um interpretador de vários formatos de 
histórias em quadrinhos",
 

commit libkexiv2 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2018-07-18 22:45:11

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


Package is "libkexiv2"

Wed Jul 18 22:45:11 2018 rev:96 rq:622746 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2018-06-13 
15:26:02.938029684 +0200
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2018-07-18 
22:45:13.268695292 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:15 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  libkexiv2-18.04.2.tar.xz

New:

  libkexiv2-18.04.3.tar.xz



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.sGGglA/_old  2018-07-18 22:45:13.716693807 +0200
+++ /var/tmp/diff_new_pack.sGGglA/_new  2018-07-18 22:45:13.716693807 +0200
@@ -19,7 +19,7 @@
 %define _so 15_0_0
 %define lname   libKF5KExiv2
 Name:   libkexiv2
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkexiv2-18.04.2.tar.xz -> libkexiv2-18.04.3.tar.xz ++




commit libkleo for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package libkleo for openSUSE:Factory checked 
in at 2018-07-18 22:45:28

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


Package is "libkleo"

Wed Jul 18 22:45:28 2018 rev:29 rq:622750 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkleo/libkleo.changes  2018-06-13 
15:26:41.500609395 +0200
+++ /work/SRC/openSUSE:Factory/.libkleo.new/libkleo.changes 2018-07-18 
22:45:29.916640109 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:16 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  libkleo-18.04.2.tar.xz

New:

  libkleo-18.04.3.tar.xz



Other differences:
--
++ libkleo.spec ++
--- /var/tmp/diff_new_pack.mpC5pj/_old  2018-07-18 22:45:30.696637523 +0200
+++ /var/tmp/diff_new_pack.mpC5pj/_new  2018-07-18 22:45:30.716637457 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkleo
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libkleo-18.04.2.tar.xz -> libkleo-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-18.04.2/CMakeLists.txt 
new/libkleo-18.04.3/CMakeLists.txt
--- old/libkleo-18.04.2/CMakeLists.txt  2018-06-05 03:31:13.0 +0200
+++ new/libkleo-18.04.3/CMakeLists.txt  2018-07-10 02:15:45.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(libkleo VERSION ${PIM_VERSION})
 
@@ -25,7 +25,7 @@
 
 set(LIBKLEO_LIB_VERSION ${PIM_VERSION})
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KDEPIMTEXTEDIT_VERSION "5.8.2")
+set(KDEPIMTEXTEDIT_VERSION "5.8.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets)
 find_package(KF5I18n ${KF5_VERSION} CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkleo-18.04.2/po/ca/libkleopatra.po 
new/libkleo-18.04.3/po/ca/libkleopatra.po
--- old/libkleo-18.04.2/po/ca/libkleopatra.po   2018-06-05 03:31:10.0 
+0200
+++ new/libkleo-18.04.3/po/ca/libkleopatra.po   2018-07-10 02:15:44.0 
+0200
@@ -1,18 +1,18 @@
 # Translation of libkleopatra.po to Catalan
-# Copyright (C) 2004-2017 This_file_is_part_of_KDE
+# Copyright (C) 2004-2018 This_file_is_part_of_KDE
 #
 # Albert Astals Cid , 2004, 2005.
 # Sebastià Pla i Sanz , 2004.
 # Josep Ma. Ferrer , 2006, 2007, 2008, 2010, 2011, 2012, 
2014, 2015, 2016, 2017.
 # Manuel Tortosa Moreno , 2009, 2010.
-# Antoni Bella Pérez , 2013, 2014, 2016, 2017.
+# Antoni Bella Pérez , 2013, 2014, 2016, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libkleopatra\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-11 05:56+0200\n"
-"PO-Revision-Date: 2017-12-08 12:27+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2018-06-23 19:34+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -45,7 +45,7 @@
 #: kleo/checksumdefinition.cpp:174
 #, kde-format
 msgid "'%1' entry is empty/missing"
-msgstr "L'entrada «%1» és buida/falta"
+msgstr "L'entrada «%1» està buida -falta-"
 
 #: kleo/checksumdefinition.cpp:183
 #, kde-format
@@ -55,17 +55,17 @@
 #: kleo/checksumdefinition.cpp:222
 #, kde-format
 msgid "'id' entry is empty/missing"
-msgstr "L'entrada «id» és buida/falta"
+msgstr "L'entrada «id» està buida -falta-"
 
 #: kleo/checksumdefinition.cpp:225
 #, kde-format
 msgid "'output-file' entry is empty/missing"
-msgstr "L'entrada «output-file» és buida/falta"
+msgstr "L'entrada «output-file» està buida -falta-"
 
 #: kleo/checksumdefinition.cpp:228
 #, kde-format
 msgid "'file-patterns' entry is empty/missing"
-msgstr "l'entrada «file-patterns» és buida/falta"
+msgstr "l'entrada «file-patterns» està buida -falta-"
 
 #: kleo/checksumdefinition.cpp:395
 #, kde-format
@@ -574,7 +574,7 @@
 "the directory service is listening on."
 msgstr ""
 "(Opcional, en la majoria dels casos el predeterminat és correcte) "
-"Trieu el número de port que el servei de directori està escoltant."
+"Trieu el número de port on el servei de directori està escoltant."
 
 #: ui/directoryserviceswidget.cpp:741
 #, kde-format
@@ -582,8 +582,8 @@
 "(Only for LDAP) Enter the base DN for this LDAP server to limit "
 "searches to only that subtree of the directory."
 msgstr ""

commit libkgapi for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package libkgapi for openSUSE:Factory 
checked in at 2018-07-18 22:45:16

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


Package is "libkgapi"

Wed Jul 18 22:45:16 2018 rev:32 rq:622747 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libkgapi/libkgapi.changes2018-06-13 
15:26:19.501419633 +0200
+++ /work/SRC/openSUSE:Factory/.libkgapi.new/libkgapi.changes   2018-07-18 
22:45:19.784673693 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:15 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  libkgapi-18.04.2.tar.xz

New:

  libkgapi-18.04.3.tar.xz



Other differences:
--
++ libkgapi.spec ++
--- /var/tmp/diff_new_pack.0hNlK9/_old  2018-07-18 22:45:20.312671943 +0200
+++ /var/tmp/diff_new_pack.0hNlK9/_new  2018-07-18 22:45:20.316671930 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   libkgapi
-Version:18.04.2
+Version:18.04.3
 Release:0
 Summary:Extension for accessing your Google data
 License:GPL-2.0-or-later

++ libkgapi-18.04.2.tar.xz -> libkgapi-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.04.2/CMakeLists.txt 
new/libkgapi-18.04.3/CMakeLists.txt
--- old/libkgapi-18.04.2/CMakeLists.txt 2018-06-05 03:31:03.0 +0200
+++ new/libkgapi-18.04.3/CMakeLists.txt 2018-07-10 02:15:43.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 set(KGAPI_LIB_VERSION ${PIM_VERSION})
 
@@ -24,8 +24,8 @@
 
 
 
-set(KCALENDARCORE_LIB_VERSION "5.8.2")
-set(KCONTACTS_LIB_VERSION "5.8.2")
+set(KCALENDARCORE_LIB_VERSION "5.8.3")
+set(KCONTACTS_LIB_VERSION "5.8.3")
 
 ecm_setup_version(PROJECT
 VARIABLE_PREFIX KGAPI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.04.2/poqm/de/libkgapi_qt.po 
new/libkgapi-18.04.3/poqm/de/libkgapi_qt.po
--- old/libkgapi-18.04.2/poqm/de/libkgapi_qt.po 2018-06-05 03:31:00.0 
+0200
+++ new/libkgapi-18.04.3/poqm/de/libkgapi_qt.po 2018-07-10 02:15:43.0 
+0200
@@ -1,13 +1,13 @@
 # Frederik Schwarzer , 2012, 2016, 2018.
-# Burkhard Lück , 2012, 2014, 2015, 2017.
+# Burkhard Lück , 2012, 2014, 2015, 2017, 2018.
 # Frank Steinmetzger , 2012.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2014-08-23 01:46+\n"
-"PO-Revision-Date: 2018-02-11 21:36+0100\n"
-"Last-Translator: Frederik Schwarzer \n"
+"PO-Revision-Date: 2018-06-25 06:58+0100\n"
+"Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
@@ -284,7 +284,7 @@
 #: src/core/ui/authwidget.cpp:106
 msgctxt "KGAPI2::AuthWidget|"
 msgid "Could not start oauth http server"
-msgstr ""
+msgstr "Oauth-HTTP-Server kan nicht gestartet werden"
 
 #: src/core/ui/authwidget_p.cpp:130
 msgctxt "KGAPI2::AuthWidgetPrivate|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.04.2/poqm/fr/libkgapi_qt.po 
new/libkgapi-18.04.3/poqm/fr/libkgapi_qt.po
--- old/libkgapi-18.04.2/poqm/fr/libkgapi_qt.po 2018-06-05 03:31:00.0 
+0200
+++ new/libkgapi-18.04.3/poqm/fr/libkgapi_qt.po 2018-07-10 02:15:43.0 
+0200
@@ -5,6 +5,7 @@
 # Geoffray Levasseur , 2012.
 # xavier , 2013.
 # Vincent PINON , 2014, 2016, 2017, 2018.
+# Simon Depiets , 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkgapi-18.04.2/poqm/zh_CN/libkgapi_qt.po 
new/libkgapi-18.04.3/poqm/zh_CN/libkgapi_qt.po
--- old/libkgapi-18.04.2/poqm/zh_CN/libkgapi_qt.po  2018-06-05 
03:31:03.0 +0200
+++ new/libkgapi-18.04.3/poqm/zh_CN/libkgapi_qt.po  2018-07-10 
02:15:43.0 +0200
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -172,7 +172,7 @@
 #: src/core/authjob.cpp:248
 msgctxt "KGAPI2::AuthJob|"
 msgid "Authentication canceled"
-msgstr ""
+msgstr "验证被取消"
 
 #: src/core/job.cpp:132
 msgctxt "KGAPI2::Job|"
@@ -286,7 +286,7 @@
 #: src/core/ui/authwidget.cpp:106
 msgctxt "KGAPI2::AuthWidget|"
 msgid "Could not start oauth http server"

commit rubygem-mocha for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2018-07-18 22:50:26

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


Package is "rubygem-mocha"

Wed Jul 18 22:50:26 2018 rev:25 rq:621015 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2017-09-04 12:32:01.239804512 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2018-07-18 22:50:32.187638029 +0200
@@ -1,0 +2,12 @@
+Sat Apr  7 04:30:12 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.5.0
+  no changelog found
+
+---
+Wed Mar 21 05:29:49 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.4.0
+  no changelog found
+
+---

Old:

  mocha-1.3.0.gem

New:

  mocha-1.5.0.gem



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.BbPgqk/_old  2018-07-18 22:50:33.759632817 +0200
+++ /var/tmp/diff_new_pack.BbPgqk/_new  2018-07-18 22:50:33.759632817 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mocha
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,19 +24,19 @@
 #
 
 Name:   rubygem-mocha
-Version:1.3.0
+Version:1.5.0
 Release:0
 %define mod_name mocha
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:http://gofreerange.com/mocha/docs
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Mocking and stubbing library
-License:MIT and BSD-2-Clause
+License:MIT AND BSD-2-Clause
 Group:  Development/Languages/Ruby
 
 %description

++ mocha-1.3.0.gem -> mocha-1.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-08-24 23:44:56.0 +0200
+++ new/README.md   2018-04-06 19:01:27.0 +0200
@@ -33,7 +33,7 @@
 require 'rubygems'
 gem 'mocha'
 require 'minitest/unit'
-require 'mocha/mini_test'
+require 'mocha/minitest'
 ```
 
  Bundler
@@ -59,7 +59,7 @@
 
 # Elsewhere after Bundler has loaded gems e.g. after `require 'bundler/setup'`
 require "minitest/unit"
-require "mocha/mini_test"
+require "mocha/minitest"
 ```
 
  Rails
@@ -73,7 +73,7 @@
 gem 'mocha'
 
 # At bottom of test_helper.rb (or at least after `require 'rails/test_help'`)
-require 'mocha/mini_test'
+require 'mocha/minitest'
 ```
 
 # RSpec
@@ -104,7 +104,7 @@
 
 ```ruby
 # At bottom of test_helper.rb (or at least after `require 'rails/test_help'`)
-require 'mocha/mini_test'
+require 'mocha/minitest'
 ```
 
  Known Issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/RELEASE.md new/RELEASE.md
--- old/RELEASE.md  2017-08-24 23:44:56.0 +0200
+++ new/RELEASE.md  2018-04-06 19:01:27.0 +0200
@@ -1,5 +1,17 @@
 # Release Notes
 
+## 1.5.0
+
+* Prevent use of Mocha outside the context of a test/example - thanks to 
@andyw8 & @lzap (#327)
+
+## 1.4.0
+
+* Fix deprecation warning for `assert_nil` in `ClassMethodTest` (#308 & #309)
+* Display file and line number in deprecation warning - thanks to @chrisarcand 
(#310, #312 & #313)
+* Rename `mocha/mini_test.rb` to `mocha/minitest.rb` - thanks to @grosser 
(#320 & #322)
+* Fix warning when delegating to mock in Ruby 2.4 - thanks to @tjvc (#321 & 
#323)
+* Updates to Travis CI configuration 
([73af600..9732726](https://github.com/freerange/mocha/compare/73af600...9732726)
 & 0426e5e)
+
 ## 1.3.0
 
 * Ensure all tests run individually - thanks to @chrisroos (#267)
@@ -418,7 +430,7 @@
 
 ## 0.5.0
 
-- Parameter Matchers - I’ve added a few Hamcrest-style parameter matchers 
which are designed to be used inside Expectation#with. The following matchers 
are currently available: anything(), includes(), has_key(), has_value(), 
has_entry(), all_of() & any_of(). More to follow soon. The idea is eventually 
to get rid of the nasty parameter_block option on Expectation#with.
+- Parameter Matchers - I've added a few Hamcrest-style parameter matchers 
which are designed to be used inside 

commit rubygem-path_expander for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-path_expander for 
openSUSE:Factory checked in at 2018-07-18 22:50:39

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


Package is "rubygem-path_expander"

Wed Jul 18 22:50:39 2018 rev:4 rq:621020 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-path_expander/rubygem-path_expander.changes  
2017-06-08 15:01:38.682526112 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-path_expander.new/rubygem-path_expander.changes
 2018-07-18 22:50:41.259607950 +0200
@@ -1,0 +2,12 @@
+Tue Mar 20 10:13:36 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.0.3
+ see installed History.rdoc
+
+  === 1.0.3 / 2018-03-16
+  
+  * 1 bug fix:
+  
+* Don't process files if path expands to root directory. Prevents -n /./ 
from hanging.
+
+---

Old:

  path_expander-1.0.2.gem

New:

  path_expander-1.0.3.gem



Other differences:
--
++ rubygem-path_expander.spec ++
--- /var/tmp/diff_new_pack.UAdP0k/_old  2018-07-18 22:50:43.939599065 +0200
+++ /var/tmp/diff_new_pack.UAdP0k/_new  2018-07-18 22:50:43.939599065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-path_expander
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-path_expander
-Version:1.0.2
+Version:1.0.3
 Release:0
 %define mod_name path_expander
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/seattlerb/path_expander
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:PathExpander helps pre-process command-line arguments expanding
 License:MIT

++ path_expander-1.0.2.gem -> path_expander-1.0.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2017-05-10 00:35:13.0 +0200
+++ new/History.rdoc2018-03-16 23:57:16.0 +0100
@@ -1,3 +1,9 @@
+=== 1.0.3 / 2018-03-16
+
+* 1 bug fix:
+
+  * Don't process files if path expands to root directory. Prevents -n /./ 
from hanging.
+
 === 1.0.2 / 2017-05-09
 
 * 1 bug fix:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/path_expander.rb new/lib/path_expander.rb
--- old/lib/path_expander.rb2017-05-10 00:35:13.0 +0200
+++ new/lib/path_expander.rb2018-03-16 23:57:16.0 +0100
@@ -13,7 +13,7 @@
 # PathExpander.
 
 class PathExpander
-  VERSION = "1.0.2" # :nodoc:
+  VERSION = "1.0.3" # :nodoc:
 
   ##
   # The args array to process.
@@ -88,7 +88,8 @@
   flags << arg
 end
   else
-if File.exist? arg then
+root_path = File.expand_path(arg) == "/" # eg: -n /./
+if File.exist? arg and not root_path then
   pos_files += expand_dirs_to_files(arg)
 else
   flags << arg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-05-10 00:35:13.0 +0200
+++ new/metadata2018-03-16 23:57:16.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: path_expander
 version: !ruby/object:Gem::Version
-  version: 1.0.2
+  version: 1.0.3
 platform: ruby
 authors:
 - Ryan Davis
@@ -10,9 +10,9 @@
 cert_chain:
 - |
   -BEGIN CERTIFICATE-
-  MIIDijCCAnKgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
+  MIIDPjCCAiagAwIBAgIBAjANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
   ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
-  GRYDY29tMB4XDTE2MDkyNjAxNTczNVoXDTE3MDkyNjAxNTczNVowRTETMBEGA1UE
+  GRYDY29tMB4XDTE3MTEyMTIxMTExMFoXDTE4MTEyMTIxMTExMFowRTETMBEGA1UE
   AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
   JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
   b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
@@ -20,17 +20,16 @@
   

commit kpimtextedit for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2018-07-18 22:44:08

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


Package is "kpimtextedit"

Wed Jul 18 22:44:08 2018 rev:36 rq:622714 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes
2018-06-13 15:24:51.288668768 +0200
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2018-07-18 22:44:09.356907133 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:09 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Fix default size
+
+---

Old:

  kpimtextedit-18.04.2.tar.xz

New:

  kpimtextedit-18.04.3.tar.xz



Other differences:
--
++ kpimtextedit.spec ++
--- /var/tmp/diff_new_pack.NgQNA5/_old  2018-07-18 22:44:09.896905343 +0200
+++ /var/tmp/diff_new_pack.NgQNA5/_new  2018-07-18 22:44:09.908905304 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.44.0
 Name:   kpimtextedit
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kpimtextedit-18.04.2.tar.xz -> kpimtextedit-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-18.04.2/CMakeLists.txt 
new/kpimtextedit-18.04.3/CMakeLists.txt
--- old/kpimtextedit-18.04.2/CMakeLists.txt 2018-06-05 03:17:09.0 
+0200
+++ new/kpimtextedit-18.04.3/CMakeLists.txt 2018-07-10 02:13:59.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(KPimTextEdit VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kpimtextedit-18.04.2/po/zh_CN/libkpimtextedit.po 
new/kpimtextedit-18.04.3/po/zh_CN/libkpimtextedit.po
--- old/kpimtextedit-18.04.2/po/zh_CN/libkpimtextedit.po2018-06-05 
03:17:09.0 +0200
+++ new/kpimtextedit-18.04.3/po/zh_CN/libkpimtextedit.po2018-07-10 
02:13:59.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-12-26 03:19+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:40\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kpimtextedit-18.04.2/src/texttospeech/texttospeechwidget.cpp 
new/kpimtextedit-18.04.3/src/texttospeech/texttospeechwidget.cpp
--- old/kpimtextedit-18.04.2/src/texttospeech/texttospeechwidget.cpp
2018-05-16 13:37:57.0 +0200
+++ new/kpimtextedit-18.04.3/src/texttospeech/texttospeechwidget.cpp
2018-06-12 08:18:38.0 +0200
@@ -93,6 +93,7 @@
 hbox->addWidget(d->mConfigureButton);
 
 setTextToSpeechInterface(new TextToSpeechInterface(this, this));
+setSizePolicy(QSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed));
 hide();
 }
 




commit kompare for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kompare for openSUSE:Factory checked 
in at 2018-07-18 22:43:38

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


Package is "kompare"

Wed Jul 18 22:43:38 2018 rev:65 rq:622705 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kompare/kompare.changes  2018-06-13 
15:24:00.750530400 +0200
+++ /work/SRC/openSUSE:Factory/.kompare.new/kompare.changes 2018-07-18 
22:43:41.368999898 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:03 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kompare-18.04.2.tar.xz

New:

  kompare-18.04.3.tar.xz



Other differences:
--
++ kompare.spec ++
--- /var/tmp/diff_new_pack.q5Vmnf/_old  2018-07-18 22:43:41.848998307 +0200
+++ /var/tmp/diff_new_pack.q5Vmnf/_new  2018-07-18 22:43:41.852998294 +0200
@@ -18,7 +18,7 @@
 %bcond_without lang
 
 Name:   kompare
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kompare-18.04.2.tar.xz -> kompare-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-18.04.2/po/ca/docs/kompare/index.docbook 
new/kompare-18.04.3/po/ca/docs/kompare/index.docbook
--- old/kompare-18.04.2/po/ca/docs/kompare/index.docbook2018-06-05 
03:01:04.0 +0200
+++ new/kompare-18.04.3/po/ca/docs/kompare/index.docbook2018-07-10 
02:11:46.0 +0200
@@ -270,7 +270,7 @@
 >Canviar de lloc la nansa
 L'espai vertical entre la vista font i destinació no tan sols fa possible 
veure l'inici i final de les línies dels plafons, sinó que també és una nansa 
que permet ajustar el tant percent ocupat entre les vistes font i destinació 
que comprenen el plafó de vista. Per a canviar la mida del plafó per a una de 
les vistes, mantenir el punter del ratolí sobre la nansa i llavors premeu el 
botó del ratolí i arrossegueu-lo a dreta o esquerra. Naturalment, incrementa 
l'àrea d'un plafó fent minvar l'àrea disponible en els contigus.
+>L'espai vertical entre la vista font i destinació no tan sols fa possible 
veure l'inici i final de les línies dels plafons, sinó que també és una nansa 
que permet ajustar el tant per cent ocupat entre les vistes font i destinació 
que comprenen el plafó de vista. Per a canviar la mida del plafó per a una de 
les vistes, mantenir el punter del ratolí sobre la nansa i llavors premeu el 
botó del ratolí i arrossegueu-lo a dreta o esquerra. Naturalment, incrementa 
l'àrea d'un plafó fent minvar l'àrea disponible en els contigus.
 Teniu disponible una segona nansa entre el plafó lateral i les vistes font i 
 >de destinació.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-18.04.2/po/zh_CN/kompare.po 
new/kompare-18.04.3/po/zh_CN/kompare.po
--- old/kompare-18.04.2/po/zh_CN/kompare.po 2018-06-05 03:01:03.0 
+0200
+++ new/kompare-18.04.3/po/zh_CN/kompare.po 2018-07-10 02:11:45.0 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-16 03:28+0100\n"
-"PO-Revision-Date: 2018-05-18 06:33-0400\n"
+"PO-Revision-Date: 2018-07-03 17:42\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kompare-18.04.2/servicemenus/kompare.desktop 
new/kompare-18.04.3/servicemenus/kompare.desktop
--- old/kompare-18.04.2/servicemenus/kompare.desktop2018-05-02 
07:42:31.0 +0200
+++ new/kompare-18.04.3/servicemenus/kompare.desktop2018-06-12 
07:36:17.0 +0200
@@ -17,6 +17,7 @@
 Name[gl]=Comparar os ficheiros
 Name[it]=Confronta file
 Name[nl]=Bestanden vergelijken
+Name[nn]=Samanlikna filer
 Name[pl]=Porównaj pliki
 Name[pt]=Comparar os Ficheiros
 Name[sl]=Primerjaj datoteki




commit kontactinterface for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kontactinterface for 
openSUSE:Factory checked in at 2018-07-18 22:43:52

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


Package is "kontactinterface"

Wed Jul 18 22:43:52 2018 rev:34 rq:622710 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kontactinterface/kontactinterface.changes
2018-06-13 15:24:18.817864855 +0200
+++ /work/SRC/openSUSE:Factory/.kontactinterface.new/kontactinterface.changes   
2018-07-18 22:43:54.236957248 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:04 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * PimUniqueApplication: make newInstance virtual.
+
+---

Old:

  kontactinterface-18.04.2.tar.xz

New:

  kontactinterface-18.04.3.tar.xz



Other differences:
--
++ kontactinterface.spec ++
--- /var/tmp/diff_new_pack.pxKGH4/_old  2018-07-18 22:43:54.652955869 +0200
+++ /var/tmp/diff_new_pack.pxKGH4/_new  2018-07-18 22:43:54.656955856 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kontactinterface
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kontactinterface-18.04.2.tar.xz -> kontactinterface-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-18.04.2/CMakeLists.txt 
new/kontactinterface-18.04.3/CMakeLists.txt
--- old/kontactinterface-18.04.2/CMakeLists.txt 2018-06-05 03:17:01.0 
+0200
+++ new/kontactinterface-18.04.3/CMakeLists.txt 2018-07-10 02:13:57.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(KontactInterface VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-18.04.2/po/zh_CN/kontactinterfaces5.po 
new/kontactinterface-18.04.3/po/zh_CN/kontactinterfaces5.po
--- old/kontactinterface-18.04.2/po/zh_CN/kontactinterfaces5.po 2018-06-05 
03:17:01.0 +0200
+++ new/kontactinterface-18.04.3/po/zh_CN/kontactinterfaces5.po 2018-07-10 
02:13:57.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-11-19 20:19+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kontactinterface-18.04.2/src/pimuniqueapplication.cpp 
new/kontactinterface-18.04.3/src/pimuniqueapplication.cpp
--- old/kontactinterface-18.04.2/src/pimuniqueapplication.cpp   2018-05-16 
13:38:14.0 +0200
+++ new/kontactinterface-18.04.3/src/pimuniqueapplication.cpp   2018-06-13 
10:58:02.0 +0200
@@ -153,7 +153,7 @@
 for (QWidget *win : tlws) {
 if (qobject_cast(win)) {
 win->show();
-KStartupInfo::setNewStartupId(win, startupId);
+KStartupInfo::setNewStartupId(win, startupId); // this moves 'win' 
to the current desktop
 #ifdef Q_OS_WIN
 KWindowSystem::forceActiveWindow(win->winId());
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kontactinterface-18.04.2/src/pimuniqueapplication.h 
new/kontactinterface-18.04.3/src/pimuniqueapplication.h
--- old/kontactinterface-18.04.2/src/pimuniqueapplication.h 2018-05-16 
13:38:14.0 +0200
+++ new/kontactinterface-18.04.3/src/pimuniqueapplication.h 2018-06-13 
10:58:02.0 +0200
@@ -56,7 +56,7 @@
 
 public Q_SLOTS:
 Q_SCRIPTABLE int newInstance();
-Q_SCRIPTABLE int newInstance(const QByteArray , const 
QStringList , const QString );
+Q_SCRIPTABLE virtual int newInstance(const QByteArray , const 
QStringList , const QString );
 
 protected:
 virtual int activate(const QStringList , const QString 
);




commit korganizer for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package korganizer for openSUSE:Factory 
checked in at 2018-07-18 22:44:02

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


Package is "korganizer"

Wed Jul 18 22:44:02 2018 rev:23 rq:622712 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/korganizer/korganizer.changes2018-06-13 
15:24:42.820980677 +0200
+++ /work/SRC/openSUSE:Factory/.korganizer.new/korganizer.changes   
2018-07-18 22:44:04.328923798 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:08 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  korganizer-18.04.2.tar.xz

New:

  korganizer-18.04.3.tar.xz



Other differences:
--
++ korganizer.spec ++
--- /var/tmp/diff_new_pack.KT1F8D/_old  2018-07-18 22:44:04.980921637 +0200
+++ /var/tmp/diff_new_pack.KT1F8D/_new  2018-07-18 22:44:05.012921532 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   korganizer
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ korganizer-18.04.2.tar.xz -> korganizer-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-18.04.2/CMakeLists.txt 
new/korganizer-18.04.3/CMakeLists.txt
--- old/korganizer-18.04.2/CMakeLists.txt   2018-06-05 03:23:22.0 
+0200
+++ new/korganizer-18.04.3/CMakeLists.txt   2018-07-10 02:14:51.0 
+0200
@@ -7,7 +7,7 @@
   set(KDEPIM_DEV_VERSION " ${KDEPIM_DEV_VERSION}")
 endif()
 
-set(KDEPIM_VERSION_NUMBER "5.8.2")
+set(KDEPIM_VERSION_NUMBER "5.8.3")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
 project(korganizer VERSION ${KDEPIM_VERSION_NUMBER})
@@ -39,35 +39,35 @@
 include(ECMQtDeclareLoggingCategory)
 include(ECMCoverageOption)
 
-set(AKONADI_MIMELIB_VERSION "5.8.2")
-set(AKONADI_CONTACT_VERSION "5.8.2")
-set(KCALENDARCORE_LIB_VERSION "5.8.2")
-set(IDENTITYMANAGEMENT_LIB_VERSION "5.8.2")
-set(KLDAP_LIB_VERSION "5.8.2")
-set(KMAILTRANSPORT_LIB_VERSION "5.8.2")
-set(CALENDARUTILS_LIB_VERSION "5.8.2")
-set(AKONADICALENDAR_LIB_VERSION "5.8.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.8.2")
-set(KMIME_LIB_VERSION "5.8.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
+set(AKONADI_MIMELIB_VERSION "5.8.3")
+set(AKONADI_CONTACT_VERSION "5.8.3")
+set(KCALENDARCORE_LIB_VERSION "5.8.3")
+set(IDENTITYMANAGEMENT_LIB_VERSION "5.8.3")
+set(KLDAP_LIB_VERSION "5.8.3")
+set(KMAILTRANSPORT_LIB_VERSION "5.8.3")
+set(CALENDARUTILS_LIB_VERSION "5.8.3")
+set(AKONADICALENDAR_LIB_VERSION "5.8.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.8.3")
+set(KMIME_LIB_VERSION "5.8.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(AKONADINOTES_LIB_VERSION "5.8.2")
+set(AKONADINOTES_LIB_VERSION "5.8.3")
 
 set(QT_REQUIRED_VERSION "5.8.0")
 option(KDEPIM_ENTERPRISE_BUILD "Enable features specific to the enterprise 
branch, which are normally disabled. Also, it disables many components not 
needed for Kontact such as the Kolab client." FALSE)
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED DBus Gui Widgets Test 
UiTools)
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.8.2")
-set(PIMCOMMON_LIB_VERSION_LIB "5.8.2")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.8.2")
-set(LIBINCIDENCEEDITOR_LIB_VERSION_LIB "5.8.2")
-set(CALENDARSUPPORT_LIB_VERSION_LIB "5.8.2")
-set(EVENTVIEW_LIB_VERSION_LIB "5.8.2")
-set(KCONTACTS_LIB_VERSION "5.8.2")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.8.3")
+set(PIMCOMMON_LIB_VERSION_LIB "5.8.3")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.8.3")
+set(LIBINCIDENCEEDITOR_LIB_VERSION_LIB "5.8.3")
+set(CALENDARSUPPORT_LIB_VERSION_LIB "5.8.3")
+set(EVENTVIEW_LIB_VERSION_LIB "5.8.3")
+set(KCONTACTS_LIB_VERSION "5.8.3")
 
-find_package(KF5AkonadiSearch "5.8.2" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.8.3" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "http://www.kde.org; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 # Find KF5 package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/korganizer-18.04.2/po/fr/korgac.po 
new/korganizer-18.04.3/po/fr/korgac.po
--- old/korganizer-18.04.2/po/fr/korgac.po  2018-06-05 03:23:14.0 
+0200
+++ 

commit kmousetool for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2018-07-18 22:43:29

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


Package is "kmousetool"

Wed Jul 18 22:43:29 2018 rev:86 rq:622696 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2018-06-13 
15:23:49.934928822 +0200
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2018-07-18 22:43:30.873034685 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:10 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kmousetool-18.04.2.tar.xz

New:

  kmousetool-18.04.3.tar.xz



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.fzcekG/_old  2018-07-18 22:43:31.569032379 +0200
+++ /var/tmp/diff_new_pack.fzcekG/_new  2018-07-18 22:43:31.573032366 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   kmousetool
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmousetool-18.04.2.tar.xz -> kmousetool-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmousetool-18.04.2/kmousetool/org.kde.kmousetool.appdata.xml 
new/kmousetool-18.04.3/kmousetool/org.kde.kmousetool.appdata.xml
--- old/kmousetool-18.04.2/kmousetool/org.kde.kmousetool.appdata.xml
2018-06-03 06:07:28.0 +0200
+++ new/kmousetool-18.04.3/kmousetool/org.kde.kmousetool.appdata.xml
2018-06-27 06:08:54.0 +0200
@@ -12,6 +12,7 @@
   KMouseTool
   KMouseTool
   KMouseTool
+  KMouseTool
   KMouseTool
   KMouseTool
   KMouseTool
@@ -32,6 +33,7 @@
   Automaattinen hiiren napsautus
   Clic de souris automatique
   Clic automático do rato
+  Clic del mouse automatico
   Automatische muisklik
   Automatisk museklikk
   Kliknięcia myszą
@@ -54,10 +56,12 @@
 KMouseTool napsauttaa hiirtä puolestasi, jottei sinun 
tarvitse. KMouseTool toimii kaikilla hiirillä ja osoitinlaitteilla.
 KMouseTool clique sur la souris pour vous afin que vous 
n'ayez pas à le faire. KMouseTool fonctionne avec n'importe quelle souris ou 
dispositif de pointage.
 KMouseTool preme o rato por vostede. KMouseTool funciona 
con calquera rato ou dispositivo de punteiro.
+KMouseTool fa clic col mouse per te, cosicché tu non 
debba farlo. Funziona con qualsiasi mouse o strumento di puntamento.
 KMouseTool klikt voor u de muis, dus hoeft u dat niet te 
doen. KMouseTool werkt met elke muis of aanwijzer.
 KMouseTool trykkjer med musa for deg, slik at du slepp. 
Det fungerer med alle typar mus og peikeverktøy.
 KMouseTool klika myszą za ciebie, abyś sam nie musiał ego 
robić. KMouseTool działa z każdą myszą lub urządzeniem wskazującym.
 O KMouseTool carrega o botão do rato, para que não tenha 
de o fazer. O KMouseTool funciona com qualquer rato ou dispositivo de 
ponteiro.
+O KMouseTool clica o botão do mouse para você. Ele 
funciona com qualquer mouse ou dispositivo apontador.
 Kmousetool klickar musen åt dig så att du inte behöver 
göra det. Kmousetool fungerar med vilken mus eller pekenhet som helst.
 KMouseTool «клацає» кнопками миші за вас. KMouseTool 
працює замість будь-якої миші або координатного пристрою.
 xxKMouseTool clicks the mouse for you, so you don't 
have to. KMouseTool works with any mouse or pointing device.xx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-18.04.2/po/zh_CN/kmousetool.po 
new/kmousetool-18.04.3/po/zh_CN/kmousetool.po
--- old/kmousetool-18.04.2/po/zh_CN/kmousetool.po   2018-06-05 
02:36:53.0 +0200
+++ new/kmousetool-18.04.3/po/zh_CN/kmousetool.po   2018-07-10 
02:08:16.0 +0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-07-07 03:09+0200\n"
-"PO-Revision-Date: 2018-05-18 06:33-0400\n"
+"PO-Revision-Date: 2018-07-03 17:43\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit knotes for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package knotes for openSUSE:Factory checked 
in at 2018-07-18 22:43:33

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


Package is "knotes"

Wed Jul 18 22:43:33 2018 rev:21 rq:622701 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/knotes/knotes.changes2018-06-13 
15:23:56.630682165 +0200
+++ /work/SRC/openSUSE:Factory/.knotes.new/knotes.changes   2018-07-18 
22:43:36.533015926 +0200
@@ -1,0 +2,11 @@
+Fri Jul 13 04:50:02 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * Apply patch from Robert Hoffmann
+  * Apply patch from Robert Hoffmann (kde#358973)
+
+---

Old:

  knotes-18.04.2.tar.xz

New:

  knotes-18.04.3.tar.xz



Other differences:
--
++ knotes.spec ++
--- /var/tmp/diff_new_pack.eOjJGv/_old  2018-07-18 22:43:36.993014402 +0200
+++ /var/tmp/diff_new_pack.eOjJGv/_new  2018-07-18 22:43:36.993014402 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   knotes
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ knotes-18.04.2.tar.xz -> knotes-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-18.04.2/CMakeLists.txt 
new/knotes-18.04.3/CMakeLists.txt
--- old/knotes-18.04.2/CMakeLists.txt   2018-06-05 03:22:50.0 +0200
+++ new/knotes-18.04.3/CMakeLists.txt   2018-07-10 02:14:46.0 +0200
@@ -1,4 +1,4 @@
-set(KDEPIM_VERSION_NUMBER "5.8.2")
+set(KDEPIM_VERSION_NUMBER "5.8.3")
 cmake_minimum_required(VERSION 3.1)
 project(knotes VERSION ${KDEPIM_VERSION_NUMBER})
 
@@ -42,15 +42,15 @@
 set(KDEPIM_LIB_SOVERSION "5")
 
 
-set(AKONADINOTES_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
-set(CALENDARUTILS_LIB_VERSION "5.8.2")
-set(KDEPIM_APPS_LIB_VERSION "5.8.2")
-set(KONTACTINTERFACE_LIB_VERSION "5.8.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.8.2")
-set(LIBKDEPIM_LIB_VERSION "5.8.2")
-set(KMIME_LIB_VERSION "5.8.2")
-set(PIMCOMMON_LIB_VERSION "5.8.2")
+set(AKONADINOTES_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
+set(CALENDARUTILS_LIB_VERSION "5.8.3")
+set(KDEPIM_APPS_LIB_VERSION "5.8.3")
+set(KONTACTINTERFACE_LIB_VERSION "5.8.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.8.3")
+set(LIBKDEPIM_LIB_VERSION "5.8.3")
+set(KMIME_LIB_VERSION "5.8.3")
+set(PIMCOMMON_LIB_VERSION "5.8.3")
 
 
 set(QT_REQUIRED_VERSION "5.8.0")
@@ -94,7 +94,7 @@
 find_package(KF5PimTextEdit ${KPIMTEXTEDIT_LIB_VERSION} CONFIG REQUIRED)
 
 
-find_package(KF5AkonadiSearch "5.8.2" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.8.3" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "http://www.kde.org; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 if (NOT APPLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-18.04.2/po/zh_CN/akonadi_notes_agent.po 
new/knotes-18.04.3/po/zh_CN/akonadi_notes_agent.po
--- old/knotes-18.04.2/po/zh_CN/akonadi_notes_agent.po  2018-06-05 
03:22:44.0 +0200
+++ new/knotes-18.04.3/po/zh_CN/akonadi_notes_agent.po  2018-07-10 
02:14:46.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-01-02 03:15+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/knotes-18.04.2/po/zh_CN/knotes.po 
new/knotes-18.04.3/po/zh_CN/knotes.po
--- old/knotes-18.04.2/po/zh_CN/knotes.po   2018-06-05 03:22:44.0 
+0200
+++ new/knotes-18.04.3/po/zh_CN/knotes.po   2018-07-10 02:14:46.0 
+0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-01-02 03:15+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:39\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -770,7 +770,7 @@
 msgid ""
 "A file named %1 already exists.Are you sure you want to "
 "overwrite it?"
-msgstr "已经存在名为 %1 的文件。您确定想要覆盖吗?"
+msgstr "已经存在名为 %1 的文件。您确定要覆盖吗?"
 
 #: kontactplugin/knotes_plugin.cpp:62
 #, kde-format
diff 

commit kmime for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kmime for openSUSE:Factory checked 
in at 2018-07-18 22:43:24

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


Package is "kmime"

Wed Jul 18 22:43:24 2018 rev:35 rq:622693 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kmime/kmime.changes  2018-06-13 
15:23:40.399280098 +0200
+++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2018-07-18 
22:43:26.533049070 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:01 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  kmime-18.04.2.tar.xz

New:

  kmime-18.04.3.tar.xz



Other differences:
--
++ kmime.spec ++
--- /var/tmp/diff_new_pack.N5GQYX/_old  2018-07-18 22:43:27.637045411 +0200
+++ /var/tmp/diff_new_pack.N5GQYX/_new  2018-07-18 22:43:27.637045411 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kmime
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kmime-18.04.2.tar.xz -> kmime-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-18.04.2/CMakeLists.txt 
new/kmime-18.04.3/CMakeLists.txt
--- old/kmime-18.04.2/CMakeLists.txt2018-06-05 03:16:52.0 +0200
+++ new/kmime-18.04.3/CMakeLists.txt2018-07-10 02:13:56.0 +0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(KMime VERSION ${PIM_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmime-18.04.2/po/zh_CN/libkmime5.po 
new/kmime-18.04.3/po/zh_CN/libkmime5.po
--- old/kmime-18.04.2/po/zh_CN/libkmime5.po 2018-06-05 03:16:52.0 
+0200
+++ new/kmime-18.04.3/po/zh_CN/libkmime5.po 2018-07-10 02:13:56.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-11 03:21+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:40\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit kimap for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package kimap for openSUSE:Factory checked 
in at 2018-07-18 22:42:15

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


Package is "kimap"

Wed Jul 18 22:42:15 2018 rev:34 rq:622676 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/kimap/kimap.changes  2018-06-13 
15:22:10.914568347 +0200
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2018-07-18 
22:42:15.469284594 +0200
@@ -1,0 +2,12 @@
+Fri Jul 13 04:49:58 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * SELECT: handle READ-ONLY result
+  * Re-enable and update the LoginJobTest
+  * Fix STARTTLS support detection (kde#395249)
+
+---

Old:

  kimap-18.04.2.tar.xz

New:

  kimap-18.04.3.tar.xz



Other differences:
--
++ kimap.spec ++
--- /var/tmp/diff_new_pack.jrJj6c/_old  2018-07-18 22:42:15.929283069 +0200
+++ /var/tmp/diff_new_pack.jrJj6c/_new  2018-07-18 22:42:15.933283056 +0200
@@ -20,7 +20,7 @@
 
 %define kf5_version 5.19.0
 Name:   kimap
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ kimap-18.04.2.tar.xz -> kimap-18.04.3.tar.xz ++
 4707 lines of diff (skipped)




commit khelpcenter5 for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2018-07-18 22:41:58

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


Package is "khelpcenter5"

Wed Jul 18 22:41:58 2018 rev:40 rq:622670 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes
2018-06-13 15:21:55.543129256 +0200
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2018-07-18 22:42:10.613300687 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:49:58 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  khelpcenter-18.04.2.tar.xz

New:

  khelpcenter-18.04.3.tar.xz



Other differences:
--
++ khelpcenter5.spec ++
--- /var/tmp/diff_new_pack.Scjg6O/_old  2018-07-18 22:42:12.033295981 +0200
+++ /var/tmp/diff_new_pack.Scjg6O/_new  2018-07-18 22:42:12.033295981 +0200
@@ -22,7 +22,7 @@
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Name:   khelpcenter5
-Version:18.04.2
+Version:18.04.3
 Release:0
 Summary:KDE Documentation Application
 License:GPL-2.0-or-later

++ khelpcenter-18.04.2.tar.xz -> khelpcenter-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-18.04.2/khelpcenter.desktop 
new/khelpcenter-18.04.3/khelpcenter.desktop
--- old/khelpcenter-18.04.2/khelpcenter.desktop 2018-05-18 07:32:34.0 
+0200
+++ new/khelpcenter-18.04.3/khelpcenter.desktop 2018-06-18 07:19:04.0 
+0200
@@ -109,6 +109,7 @@
 Comment[hi]=अनुप्रयोगों के लिए मदद
 Comment[hu]=Súgó alkalmazásokhoz
 Comment[ia]=Adjuta pro applicationes
+Comment[id]=Bantuan untuk aplikasi
 Comment[is]=Hjálp fyrir forrit
 Comment[it]=Guida per le applicazioni
 Comment[ko]=프로그램 도움말
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-18.04.2/org.kde.Help.desktop 
new/khelpcenter-18.04.3/org.kde.Help.desktop
--- old/khelpcenter-18.04.2/org.kde.Help.desktop2018-05-18 
07:32:34.0 +0200
+++ new/khelpcenter-18.04.3/org.kde.Help.desktop2018-06-18 
07:19:04.0 +0200
@@ -116,6 +116,7 @@
 GenericName[hi]=मदद केंद्र
 GenericName[hu]=Súgóközpont
 GenericName[ia]=Centro de Adjuta 
+GenericName[id]=Pusat Bantuan
 GenericName[is]=Hjálparmiðstöð
 GenericName[it]=Centro documentazione
 GenericName[ko]=도움말 센터
@@ -155,6 +156,7 @@
 Comment[hi]=दस्तावेज़ खोजें व देखें
 Comment[hu]=Dokumentációk böngészése és keresése
 Comment[ia]=Naviga e cerca in le documentation
+Comment[id]=Telusuri dan cari dokumentasi
 Comment[is]=Vafra um og leita að leiðbeiningum
 Comment[it]=Sfoglia e cerca nella documentazione
 Comment[ko]=문서 찾아보기
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khelpcenter-18.04.2/plugins/fundamentals.desktop 
new/khelpcenter-18.04.3/plugins/fundamentals.desktop
--- old/khelpcenter-18.04.2/plugins/fundamentals.desktop2018-05-18 
07:32:34.0 +0200
+++ new/khelpcenter-18.04.3/plugins/fundamentals.desktop2018-06-18 
07:19:04.0 +0200
@@ -19,6 +19,7 @@
 Name[hi]=मूल
 Name[hu]=Kézikönyv
 Name[ia]=Essentiales
+Name[id]=Asasi
 Name[is]=Grunnatriði
 Name[it]=Fondamentali
 Name[ko]=기초
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khelpcenter-18.04.2/po/ca/docs/fundamentals/tasks.docbook 
new/khelpcenter-18.04.3/po/ca/docs/fundamentals/tasks.docbook
--- old/khelpcenter-18.04.2/po/ca/docs/fundamentals/tasks.docbook   
2018-06-05 02:08:44.0 +0200
+++ new/khelpcenter-18.04.3/po/ca/docs/fundamentals/tasks.docbook   
2018-07-10 02:03:54.0 +0200
@@ -22,7 +22,7 @@
 >Barra de desplaçament
 
 Probablement esteu familiaritzat amb la barra de desplaçament que apareix al 
costat dret (i de vegades a la part inferior) dels documents, la qual permet 
moure dins dels documents. No obstant, hi ha diverses altres maneres de navegar 
pels documents, algunes són més ràpides i fàcils.
+>Probablement esteu familiaritzat amb la barra de desplaçament que apareix al 
costat dret (i de vegades a la part inferior) dels documents, la qual permet 
moure dins dels documents. No obstant això, hi ha diverses altres maneres de 
navegar pels documents, algunes són més ràpides i fàcils.
 
 Alguns 

commit libksane for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2018-07-18 22:45:38

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


Package is "libksane"

Wed Jul 18 22:45:38 2018 rev:95 rq:622753 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2018-06-13 
15:26:54.908115602 +0200
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2018-07-18 
22:45:39.884607067 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:16 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  libksane-18.04.2.tar.xz

New:

  libksane-18.04.3.tar.xz



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.UVinXY/_old  2018-07-18 22:45:40.628604602 +0200
+++ /var/tmp/diff_new_pack.UVinXY/_new  2018-07-18 22:45:40.644604548 +0200
@@ -21,7 +21,7 @@
 %define _so 5
 %define lname libKF5Sane
 Name:   libksane
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ libksane-18.04.2.tar.xz -> libksane-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksane-18.04.2/po/zh_CN/libksane.po 
new/libksane-18.04.3/po/zh_CN/libksane.po
--- old/libksane-18.04.2/po/zh_CN/libksane.po   2018-06-05 02:31:36.0 
+0200
+++ new/libksane-18.04.3/po/zh_CN/libksane.po   2018-07-10 02:07:36.0 
+0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-01-16 03:14+0100\n"
-"PO-Revision-Date: 2018-05-18 06:31-0400\n"
+"PO-Revision-Date: 2018-07-03 17:41\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit mailimporter for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package mailimporter for openSUSE:Factory 
checked in at 2018-07-18 22:45:53

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


Package is "mailimporter"

Wed Jul 18 22:45:53 2018 rev:28 rq:622758 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/mailimporter/mailimporter.changes
2018-06-13 15:27:10.075557002 +0200
+++ /work/SRC/openSUSE:Factory/.mailimporter.new/mailimporter.changes   
2018-07-18 22:45:54.856557438 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:17 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  mailimporter-18.04.2.tar.xz

New:

  mailimporter-18.04.3.tar.xz



Other differences:
--
++ mailimporter.spec ++
--- /var/tmp/diff_new_pack.mWJPoW/_old  2018-07-18 22:45:55.316555914 +0200
+++ /var/tmp/diff_new_pack.mWJPoW/_new  2018-07-18 22:45:55.320555901 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:   mailimporter
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ mailimporter-18.04.2.tar.xz -> mailimporter-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-18.04.2/CMakeLists.txt 
new/mailimporter-18.04.3/CMakeLists.txt
--- old/mailimporter-18.04.2/CMakeLists.txt 2018-06-05 03:32:09.0 
+0200
+++ new/mailimporter-18.04.3/CMakeLists.txt 2018-07-10 02:15:54.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 
 project(MailImporter VERSION ${PIM_VERSION})
 
@@ -26,11 +26,11 @@
 set(MAILIMPORTER_LIB ${PIM_VERSION})
 
 
-set(AKONADIMIME_LIB_VERSION "5.8.2")
-set(KDEPIM_LIB_VERSION "5.8.2")
+set(AKONADIMIME_LIB_VERSION "5.8.3")
+set(KDEPIM_LIB_VERSION "5.8.3")
 set(QT_REQUIRED_VERSION "5.8.0")
-set(KMIME_LIB_VERSION "5.8.2")
-set(AKONADI_VERSION "5.8.2")
+set(KMIME_LIB_VERSION "5.8.3")
+set(AKONADI_VERSION "5.8.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test Xml)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mailimporter-18.04.2/po/zh_CN/libmailimporter.po 
new/mailimporter-18.04.3/po/zh_CN/libmailimporter.po
--- old/mailimporter-18.04.2/po/zh_CN/libmailimporter.po2018-06-05 
03:32:08.0 +0200
+++ new/mailimporter-18.04.3/po/zh_CN/libmailimporter.po2018-07-10 
02:15:54.0 +0200
@@ -13,7 +13,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-11-03 03:13+0100\n"
-"PO-Revision-Date: 2018-05-18 06:29-0400\n"
+"PO-Revision-Date: 2018-07-03 17:40\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit syndication for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2018-07-18 22:46:26

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


Package is "syndication"

Wed Jul 18 22:46:26 2018 rev:35 rq:622778 version:18.04.3

Changes:

--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2018-06-13 
15:27:51.138044768 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new/syndication.changes 
2018-07-18 22:46:28.172447001 +0200
@@ -1,0 +2,10 @@
+Fri Jul 13 04:50:21 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.04.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.3.php
+- Changes since 18.04.2:
+  * None
+
+---

Old:

  syndication-18.04.2.tar.xz

New:

  syndication-18.04.3.tar.xz



Other differences:
--
++ syndication.spec ++
--- /var/tmp/diff_new_pack.72zrKT/_old  2018-07-18 22:46:28.716445198 +0200
+++ /var/tmp/diff_new_pack.72zrKT/_new  2018-07-18 22:46:28.720445185 +0200
@@ -18,7 +18,7 @@
 
 %define kf5_version 5.36.0
 Name:   syndication
-Version:18.04.2
+Version:18.04.3
 Release:0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++ syndication-18.04.2.tar.xz -> syndication-18.04.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-18.04.2/CMakeLists.txt 
new/syndication-18.04.3/CMakeLists.txt
--- old/syndication-18.04.2/CMakeLists.txt  2018-05-16 13:38:42.0 
+0200
+++ new/syndication-18.04.3/CMakeLists.txt  2018-06-12 08:19:25.0 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.0)
-set(PIM_VERSION "5.8.2")
+set(PIM_VERSION "5.8.3")
 set(SYNDICATION_LIB_VERSION ${PIM_VERSION})
 
 project(Syndication VERSION ${SYNDICATION_LIB_VERSION})




commit python-xpybutil for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-xpybutil for openSUSE:Factory 
checked in at 2018-07-18 22:57:06

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


Package is "python-xpybutil"

Wed Jul 18 22:57:06 2018 rev:2 rq:623628 version:0.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-xpybutil/python-xpybutil.changes  
2018-06-22 13:30:13.254099739 +0200
+++ /work/SRC/openSUSE:Factory/.python-xpybutil.new/python-xpybutil.changes 
2018-07-18 22:58:03.498141398 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:22:57 UTC 2018 - tchva...@suse.com
+
+- Require python-rpm-macros
+
+---



Other differences:
--
++ python-xpybutil.spec ++
--- /var/tmp/diff_new_pack.4da808/_old  2018-07-18 22:58:04.122139328 +0200
+++ /var/tmp/diff_new_pack.4da808/_new  2018-07-18 22:58:04.122139328 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xcffib}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-xcffib
 BuildArch:  noarch
 %python_subpackages




commit python-bugzillatools for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-bugzillatools for 
openSUSE:Factory checked in at 2018-07-18 22:57:25

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


Package is "python-bugzillatools"

Wed Jul 18 22:57:25 2018 rev:5 rq:623638 version:0.5.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-bugzillatools/python-bugzillatools.changes
2018-06-02 12:12:57.882193168 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-bugzillatools.new/python-bugzillatools.changes
   2018-07-18 22:58:07.902126791 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:52:31 UTC 2018 - tchva...@suse.com
+
+- Whitespace in prep phase to ensure we build on Leap 42
+
+---



Other differences:
--
++ python-bugzillatools.spec ++
--- /var/tmp/diff_new_pack.7uMtWr/_old  2018-07-18 22:58:08.290125504 +0200
+++ /var/tmp/diff_new_pack.7uMtWr/_new  2018-07-18 22:58:08.294125491 +0200
@@ -17,7 +17,6 @@
 
 
 %define oldpython python
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-bugzillatools
 Version:0.5.5
@@ -35,12 +34,12 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-#Recommends: bzr
-# File conflict for /usr/bin/bugzilla:
-Conflicts:  python-bugzilla
 # We want to conflict even package literally called python-bugzilla
 # without the python version number
 Conflicts:  %{oldpython}-bugzilla
+#Recommends: bzr
+# File conflict for /usr/bin/bugzilla:
+Conflicts:  python-bugzilla
 BuildArch:  noarch
 %python_subpackages
 
@@ -51,6 +50,7 @@
 
 %prep
 %autosetup -p1 -n bugzillatools-%{version}
+
 sed -i "/.bugzillarc.sample/d" setup.py
 
 %build




commit python-cdecimal for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-cdecimal for openSUSE:Factory 
checked in at 2018-07-18 22:57:22

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


Package is "python-cdecimal"

Wed Jul 18 22:57:22 2018 rev:3 rq:623635 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-cdecimal/python-cdecimal.changes  
2018-06-29 22:25:26.206527207 +0200
+++ /work/SRC/openSUSE:Factory/.python-cdecimal.new/python-cdecimal.changes 
2018-07-18 22:58:07.466128237 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:51:32 UTC 2018 - tchva...@suse.com
+
+- Add missing python-rpm-macros dependency
+
+---



Other differences:
--
++ python-cdecimal.spec ++
--- /var/tmp/diff_new_pack.zHHGqu/_old  2018-07-18 22:58:07.798127136 +0200
+++ /var/tmp/diff_new_pack.zHHGqu/_new  2018-07-18 22:58:07.798127136 +0200
@@ -20,7 +20,6 @@
 # This package doesn't support py3k correctly
 %define skip_python3 1
 %define modname cdecimal
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{modname}
 Version:2.3
@@ -31,6 +30,7 @@
 URL:http://www.bytereef.org/mpdecimal/index.html
 Source: 
http://www.bytereef.org/software/mpdecimal/releases/%{modname}-2.3.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  python-rpm-macros
 %python_subpackages
 
 %description
@@ -62,7 +62,7 @@
 # Most of the tests do not have a redistribution license, so
 # they are not included in mpdecimal.
 
-%files %python_files
+%files %{python_files}
 %license LICENSE.txt
 %doc CHANGELOG.txt README.txt
 %{python_sitearch}/*




commit sonic-visualiser for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package sonic-visualiser for 
openSUSE:Factory checked in at 2018-07-18 22:57:46

Comparing /work/SRC/openSUSE:Factory/sonic-visualiser (Old)
 and  /work/SRC/openSUSE:Factory/.sonic-visualiser.new (New)


Package is "sonic-visualiser"

Wed Jul 18 22:57:46 2018 rev:3 rq:623650 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/sonic-visualiser/sonic-visualiser.changes
2017-09-14 21:17:19.84471 +0200
+++ /work/SRC/openSUSE:Factory/.sonic-visualiser.new/sonic-visualiser.changes   
2018-07-18 22:58:12.542111402 +0200
@@ -1,0 +2,46 @@
+Tue Jul 17 14:59:23 UTC 2018 - aloi...@gmx.com
+
+- Update to version 3.1
+  * Add Plugins tab to Preferences dialog, from which you can
+review the plugin load paths and see which plugins were
+loaded from which locations, and also customise load paths
+(though the various path environment variables are still
+supported)
+  * Stream the export of audio data and other CSV data so that
+very large exports don't hang the UI or run us out of memory
+(thanks to Lucas Thompson)
+  * Ensure vertical scale appears for auto-align layers when
+there is nothing else to auto-align them to
+  * Fix another long-standing Windows-platform wide-char/utf8
+conversion problem, with environment variable naming and
+contents
+  * Improve handling of incomplete session loads, i.e.
+situations where the audio files referred to by a session
+could not be found - previously the session could be re-saved
+immediately thus losing the audio reference; now at least we
+disable Save (enabling only Save As) and show a warning
+  * Update pane and layer menu shortcuts so that the
+waveform/spectrogram/etc shortcuts (Shift+G etc) operate on
+the source model in the currently-selected pane rather than
+the main model. This is a backward-incompatible change but is
+a far more intuitive way for the function to work
+  * Use dark background for bright colours in time-value/note/etc
+layers as well as e.g. waveforms - this is how it was always
+"intended to" work, but it is a backward-incompatible change
+  * Make "Select All" select the whole span of everything that
+exists, not just the main model
+  * Add horizontal scale to Spectrum layer
+  * Improve spacing and labelling of vertical log scales
+  * Update build system for better Cap'n Proto version support
+and to use Repoint for code management in the repository
+  * Various other bug fixes
+
+- Dropped piper.capnp (fixed upstream)
+
+- Refreshed sonic-visualiser-remove-svcore-test.patch
+
+- Added sonic-visualiser-system-dataquay.patch
+
+- Spec cleanup
+
+---

Old:

  piper.capnp
  sonic-visualiser-3.0.3.tar.gz

New:

  sonic-visualiser-3.1.tar.gz
  sonic-visualiser-system-dataquay.patch



Other differences:
--
++ sonic-visualiser.spec ++
--- /var/tmp/diff_new_pack.iea91J/_old  2018-07-18 22:58:13.154109372 +0200
+++ /var/tmp/diff_new_pack.iea91J/_new  2018-07-18 22:58:13.158109358 +0200
@@ -1,11 +1,11 @@
 #
 # spec file for package sonic-visualiser
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Tom Mbrt 
-# Copyright (c) 2005-2010 oc2pus
-# Copyright (c) 2011 Evstifeev Roman 
 # Copyright (c) 2012 Pascal Bleser 
+# Copyright (c) 2011 Evstifeev Roman 
+# Copyright (c) 2005-2010 oc2pus 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sonic-visualiser
-Version:3.0.3
+Version:3.1
 Release:0
 Summary:A program for viewing and analysing contents of audio files
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
-Url:http://www.sonicvisualiser.org/
-Source: 
https://code.soundsoftware.ac.uk/attachments/download/2246/%{name}-%{version}.tar.gz
+URL:http://www.sonicvisualiser.org/
+Source: 
https://code.soundsoftware.ac.uk/attachments/download/2381/%{name}-%{version}.tar.gz
 Source2:%{name}.xml
-Source3:
https://raw.githubusercontent.com/piper-audio/piper/02bafb5284eb20e4c8d96ac5fe5b697ed11f59a4/capnp/piper.capnp
 Patch1: sonic-visualiser-remove-svcore-test.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+# PATCH-FIX-OPENSUSE sonic-visualiser-system-dataquay.patch aloi...@gmx.com -- 
force use of system libdataquay

commit python-curtsies for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-curtsies for openSUSE:Factory 
checked in at 2018-07-18 22:57:16

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


Package is "python-curtsies"

Wed Jul 18 22:57:16 2018 rev:5 rq:623633 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-curtsies/python-curtsies.changes  
2018-04-27 16:09:15.958414786 +0200
+++ /work/SRC/openSUSE:Factory/.python-curtsies.new/python-curtsies.changes 
2018-07-18 22:58:06.562131236 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:43:50 UTC 2018 - tchva...@suse.com
+
+- Add dependency over wcwidth which is imported by the package
+
+---



Other differences:
--
++ python-curtsies.spec ++
--- /var/tmp/diff_new_pack.TiWIxK/_old  2018-07-18 22:58:06.906130095 +0200
+++ /var/tmp/diff_new_pack.TiWIxK/_new  2018-07-18 22:58:06.910130081 +0200
@@ -28,18 +28,18 @@
 # PATCH-FIX-UPSTREAM python-curtsies-dont-require-typing-for-python3.5.patch 
gh#bpython/curtsies#111 badshah...@opensuse.org -- The typing module is only 
required for python3.4 and lower; patch taken from upstream git.
 Patch0: python-curtsies-dont-require-typing-for-python3.5.patch
 BuildRequires:  %{python_module blessings}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pyte}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wcwidth}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-typing
 Requires:   python-blessings
+Requires:   python-wcwidth
 BuildArch:  noarch
-# do not require python3-typing for python >= 3.5
-%if 0%{?suse_version} <= 1320
+%if %{python_version_nodots} < 35
 BuildRequires:  python3-typing
 %endif
 %ifpython2




commit python-fastcluster for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2018-07-18 22:57:44

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


Package is "python-fastcluster"

Wed Jul 18 22:57:44 2018 rev:4 rq:623644 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2017-11-10 14:57:11.788514229 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2018-07-18 22:58:10.526118087 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:38:41 UTC 2018 - tchva...@suse.com
+
+- Stricten version requirements on numpy to >= 1.9
+
+---



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.AoR2FR/_old  2018-07-18 22:58:11.058116323 +0200
+++ /var/tmp/diff_new_pack.AoR2FR/_new  2018-07-18 22:58:11.062116310 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastcluster
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fastcluster
 Version:1.1.24
@@ -25,21 +23,18 @@
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://danifold.net
+URL:http://danifold.net
 Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module numpy-devel >= 1.9}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
-%if %{with tests}
-BuildRequires:  %{python_module nose}
-%endif
 Requires:   python-numpy
 Requires:   python-scipy
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -59,7 +54,7 @@
 
 %package -n %{name}-doc
 Summary:Documentation for %{name}
-Group:  Documentation/PDF
+Group:  Documentation/Other
 Provides:   %{python_module fastcluster-doc = %{version}}
 
 %description -n %{name}-doc
@@ -79,19 +74,16 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with tests}
 %check
 export LANG=en_US.UTF-8
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CITATION.txt COPYING.txt NEWS.txt README.txt
+%license COPYING.txt
+%doc CITATION.txt NEWS.txt README.txt
 %{python_sitearch}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
 %doc docs/fastcluster.pdf
 
 %changelog




commit python-flake8-bugbear for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-flake8-bugbear for 
openSUSE:Factory checked in at 2018-07-18 22:57:11

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


Package is "python-flake8-bugbear"

Wed Jul 18 22:57:11 2018 rev:2 rq:623630 version:18.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-flake8-bugbear/python-flake8-bugbear.changes  
2018-07-12 09:20:45.758552569 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-flake8-bugbear.new/python-flake8-bugbear.changes
 2018-07-18 22:58:04.850136914 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:36:14 UTC 2018 - tchva...@suse.com
+
+- This module requires py3.5+ thus restrict the build
+
+---



Other differences:
--
++ python-flake8-bugbear.spec ++
--- /var/tmp/diff_new_pack.f2CHU0/_old  2018-07-18 22:58:05.210135720 +0200
+++ /var/tmp/diff_new_pack.f2CHU0/_new  2018-07-18 22:58:05.218135693 +0200
@@ -26,7 +26,7 @@
 Group:  Development/Languages/Python
 Url:https://github.com/PyCQA/flake8-bugbear
 Source: 
https://files.pythonhosted.org/packages/source/f/flake8-bugbear/flake8-bugbear-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-pycdio for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-pycdio for openSUSE:Factory 
checked in at 2018-07-18 22:57:02

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


Package is "python-pycdio"

Wed Jul 18 22:57:02 2018 rev:3 rq:623627 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycdio/python-pycdio.changes  
2018-07-02 23:34:11.545194175 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycdio.new/python-pycdio.changes 
2018-07-18 22:58:02.802143707 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:20:44 UTC 2018 - tchva...@suse.com
+
+- Bump the libcdio requirement for >= 2.0.0
+
+---



Other differences:
--
++ python-pycdio.spec ++
--- /var/tmp/diff_new_pack.qTdt9t/_old  2018-07-18 22:58:03.230142286 +0200
+++ /var/tmp/diff_new_pack.qTdt9t/_new  2018-07-18 22:58:03.234142274 +0200
@@ -26,7 +26,7 @@
 Url:http://pypi.python.org/pypi/pycdio/
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  libcdio-devel
+BuildRequires:  libcdio-devel >= 2.0.0
 BuildRequires:  python-rpm-macros
 BuildRequires:  swig
 %python_subpackages




commit mutt for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2018-07-18 22:56:53

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


Package is "mutt"

Wed Jul 18 22:56:53 2018 rev:82 rq:623577 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2018-07-07 
22:01:45.979061655 +0200
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2018-07-18 
22:57:56.962163076 +0200
@@ -1,0 +2,31 @@
+Tue Jul 17 09:46:59 UTC 2018 - wer...@suse.de
+
+- Update to mutt 1.10.1 (boo#1101428)
+  This is an important bug-fix release, fixing a code injection
+  and a couple path traversal vulnerabilities. 
+  This also covers
+  * CVE-2018-14363 bnc#1101566
+  * CVE-2018-14362 bnc#1101567
+  * CVE-2018-14361 bnc#1101568
+  * CVE-2018-14360 bnc#1101569
+  * CVE-2018-14359 bnc#1101570
+  * CVE-2018-14358 bnc#1101571
+  * CVE-2018-14357 bnc#1101573
+  * CVE-2018-14356 bnc#1101576
+  * CVE-2018-14355 bnc#1101577
+  * CVE-2018-14354 bnc#1101578
+  * CVE-2018-14353 bnc#1101581
+  * CVE-2018-14352 bnc#1101582
+  * CVE-2018-14351 bnc#1101583
+  * CVE-2018-14350 bnc#1101588
+  * CVE-2018-14349 bnc#1101589
+- Modified patches
+  * bug-676388-largefile.patch
+  * mutt-1.5.15-wrapcolumn.diff
+  * mutt-1.5.20-sendgroupreplyto.diff
+  * mutt-1.5.23-carriage-return.path
+  * mutt-1.6.1-opennfs.dif
+  * patch-1.5.24.vk.pgp_verbose_mime
+  * truncate.patch
+
+---

Old:

  mutt-1.10.0.tar.gz

New:

  mutt-1.10.1.tar.gz



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.0tGmHV/_old  2018-07-18 22:57:58.290158672 +0200
+++ /var/tmp/diff_new_pack.0tGmHV/_new  2018-07-18 22:57:58.294158659 +0200
@@ -73,21 +73,21 @@
 Requires(post):   shared-mime-info
 Requires(postun): shared-mime-info
 %endif
-Version:1.10.0
+Version:1.10.1
 Release:0
 Summary:Mail Program
 # ftp://ftp.mutt.org/mutt/devel/
-# https/bitbucket.org/mutt/mutt/downloads/%%name-%%version.tar.gz
+# https:///bitbucket.org/mutt/mutt/downloads/%%name-%%version.tar.gz
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Email/Clients
-Source0:https/bitbucket.org/mutt/mutt/downloads/mutt-%version.tar.gz
+Source0:https://bitbucket.org/mutt/mutt/downloads/mutt-%version.tar.gz
 Source1:Signature_conversion
 Source2:README.alternates
 Source3:mutt.png
 Source4:mutt.desktop
 Source5:skel.muttrc
 Source9:mutt.mailcap
-Patch:  %name-%version.dif
+Patch:  %name-1.10.0.dif
 # http://www.spinnaker.de/mutt/compressed/
 Patch2: %name-1.5.9i-pgpewrap.diff
 Patch3: %name-1.5.20-sendgroupreplyto.diff

++ bug-676388-largefile.patch ++
--- /var/tmp/diff_new_pack.0tGmHV/_old  2018-07-18 22:57:58.346158486 +0200
+++ /var/tmp/diff_new_pack.0tGmHV/_new  2018-07-18 22:57:58.350158472 +0200
@@ -20,7 +20,7 @@
  return -1;
 --- mutt.h
 +++ mutt.h 2018-07-04 12:54:40.604418656 +
-@@ -689,7 +689,7 @@ typedef struct body
+@@ -690,7 +690,7 @@ typedef struct body
PARAMETER *parameter; /* parameters of the content-type */
char *description;/* content-description */
char *form_name;/* Content-Disposition form-data name param */

++ mutt-1.10.0.tar.gz -> mutt-1.10.1.tar.gz ++
 15221 lines of diff (skipped)

++ mutt-1.5.15-wrapcolumn.diff ++
--- /var/tmp/diff_new_pack.0tGmHV/_old  2018-07-18 22:57:58.874156735 +0200
+++ /var/tmp/diff_new_pack.0tGmHV/_new  2018-07-18 22:57:58.874156735 +0200
@@ -6,7 +6,7 @@
 
 --- init.h
 +++ init.h 2018-07-04 12:19:10.323191976 +
-@@ -3954,6 +3954,7 @@ struct option_t MuttVars[] = {
+@@ -3968,6 +3968,7 @@ struct option_t MuttVars[] = {
** printing, or replying to messages.
*/
{ "wrap", DT_NUM,  R_PAGER, UL , 0 },

++ mutt-1.5.20-sendgroupreplyto.diff ++
--- /var/tmp/diff_new_pack.0tGmHV/_old  2018-07-18 22:57:58.882156708 +0200
+++ /var/tmp/diff_new_pack.0tGmHV/_new  2018-07-18 22:57:58.882156708 +0200
@@ -6,7 +6,7 @@
 
 --- init.h
 +++ init.h 2018-07-04 12:14:37.508148148 +
-@@ -2792,6 +2792,13 @@ struct option_t MuttVars[] = {
+@@ -2809,6 +2792,13 @@ struct option_t MuttVars[] = {
** .pp
** Also see the $$force_name variable.
*/

++ mutt-1.5.23-carriage-return.path ++
--- /var/tmp/diff_new_pack.0tGmHV/_old  2018-07-18 22:57:58.894156669 +0200
+++ /var/tmp/diff_new_pack.0tGmHV/_new  2018-07-18 22:57:58.894156669 +0200
@@ -7,8 +7,8 @@
  5 files changed, 26 insertions(+), 14 deletions(-)
 
 --- crypt-gpgme.c
-+++ crypt-gpgme.c  2018-07-05 

commit python-PyExecJS for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-PyExecJS for openSUSE:Factory 
checked in at 2018-07-18 22:57:32

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


Package is "python-PyExecJS"

Wed Jul 18 22:57:32 2018 rev:3 rq:623641 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyExecJS/python-PyExecJS.changes  
2018-06-19 11:58:24.957722240 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyExecJS.new/python-PyExecJS.changes 
2018-07-18 22:58:08.982123209 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:58:04 UTC 2018 - tchva...@suse.com
+
+- Add whitespace to make old rpm happy
+
+---



Other differences:
--
++ python-PyExecJS.spec ++
--- /var/tmp/diff_new_pack.KBt4be/_old  2018-07-18 22:58:09.574121245 +0200
+++ /var/tmp/diff_new_pack.KBt4be/_new  2018-07-18 22:58:09.574121245 +0200
@@ -43,6 +43,7 @@
 %prep
 %setup -q -n PyExecJS-%{version}
 %autopatch -p1
+
 sed -i 1d execjs/__init__.py execjs/_runner_sources.py
 sed -i '0,/#!/ s,/usr/bin/env ,%{_bindir}/,' execjs/__main__.py
 




commit neomutt for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2018-07-18 22:57:14

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


Package is "neomutt"

Wed Jul 18 22:57:14 2018 rev:7 rq:623631 version:20180716

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2018-06-27 
10:21:29.247893244 +0200
+++ /work/SRC/openSUSE:Factory/.neomutt.new/neomutt.changes 2018-07-18 
22:58:05.394135109 +0200
@@ -1,0 +2,38 @@
+Tue Jul 17 09:26:21 UTC 2018 - kbabi...@suse.com
+
+- Updated to 20180716
+  * Feature:  function
+  * Lots of bug fixes and vulnerability fixes:
+- CVE-2018-14349: Fixed mishandling of NO response without message in
+  imap/command.c (bnc#1101589)
+- CVE-2018-14350: Fixed stack-based buffer overflow for FETCH response with
+  long INTERNALDATE field in imap/message.c (bnc#1101588)
+- CVE-2018-14351: Fixed mishandling of a long IMAP status mailbox literal
+  count size in imap/command.c (bnc#1101583)
+- CVE-2018-14352: Fixed stack-based buffer overflow in imap_quote_string in
+  imap/util.c (bnc#1101582)
+- CVE-2018-14353: Fixed integer underflow in imap_quote_string in
+  imap/util.c (bnc#1101581)
+- CVE-2018-14354: Fixed arbitrary command execution via backquote
+  characters, related to the mailboxes command associated with manual
+  subscription or unsubscription (bnc#1101578)
+- CVE-2018-14355: Fixed directory traversal in mailbox name in imap/util.c
+  (bnc#1101577)
+- CVE-2018-14356: Fixed mishandling of zero-length UID in pop.c
+  (bnc#1101576)
+- CVE-2018-14357: Fixed arbitrary command execution via backquote
+  characters, related to mailboxes command associated with automatic
+  subscription (bnc#1101573)
+- CVE-2018-14358: Fixed stack-based buffer overflow for FETCH response with
+  long RFC822.SIZE field (bnc#1101571)
+- CVE-2018-14359: Fixed buffer overflow via base64 data (bnc#1101570)
+- CVE-2018-14360: Fixed stack-based buffer overflow because of incorrect
+  sscanf usage in nntp_add_group in newsrc.c (bnc#1101569)
+- CVE-2018-14361: Fixed an code flow issue in nntp.c, which would proceed
+  even if memory allocation failed for messages data (bnc#1101568)
+- CVE-2018-14362: Fixed unsafe interaction with message-cache pathnames in
+  pop.c (bnc#1101567)
+- CVE-2018-14363: Fixed unsafe interaction with cache pathnames (containing
+  '/') in newsrc.c (bnc#1101566)
+
+---

Old:

  neomutt-20180622.tar.gz

New:

  neomutt-20180716.tar.gz



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.NqONKG/_old  2018-07-18 22:58:05.862133557 +0200
+++ /var/tmp/diff_new_pack.NqONKG/_new  2018-07-18 22:58:05.862133557 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   neomutt
-Version:20180622
+Version:20180716
 Release:0
 Summary:A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:GPL-2.0-or-later

++ neomutt-20180622.tar.gz -> neomutt-20180716.tar.gz ++
 120724 lines of diff (skipped)




commit zchunk for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package zchunk for openSUSE:Factory checked 
in at 2018-07-18 22:56:56

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


Package is "zchunk"

Wed Jul 18 22:56:56 2018 rev:2 rq:623614 version:0.7.6

Changes:

--- /work/SRC/openSUSE:Factory/zchunk/zchunk.changes2018-07-10 
16:16:37.537425107 +0200
+++ /work/SRC/openSUSE:Factory/.zchunk.new/zchunk.changes   2018-07-18 
22:57:59.618154267 +0200
@@ -1,0 +2,17 @@
+Wed Jul 18 08:09:07 UTC 2018 - Martin Pluskal 
+
+- Do not manually specify dependencies which are automatically
+  generated
+- Make requirements of devel package less strict
+
+---
+Tue Jul 17 12:46:26 UTC 2018 - Neal Gompa 
+
+- Update to 0.7.6
+  + SHA-512 and SHA-512/128 support
+  + New default chunk checksum type SHA-512/128
+  + Automatic chunking moved into libzck and is now default
+  + New option to disable automatic chunking
+  + Bugfixes
+
+---

Old:

  zchunk-0.7.5.tar.gz

New:

  zchunk-0.7.6.tar.gz



Other differences:
--
++ zchunk.spec ++
--- /var/tmp/diff_new_pack.Cafmjl/_old  2018-07-18 22:58:00.074152755 +0200
+++ /var/tmp/diff_new_pack.Cafmjl/_new  2018-07-18 22:58:00.078152741 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package zchunk
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,14 +20,12 @@
 %global somajor 1
 %global libname libzck%{somajor}
 %global devname libzck-devel
-
-
 Name:   zchunk
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:Compressed file format that allows easy deltas
-Group:  Productivity/Archiving/Compression
 License:BSD-2-Clause AND MIT
+Group:  Productivity/Archiving/Compression
 URL:https://github.com/zchunk/zchunk
 Source0:%{url}/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  meson
@@ -34,7 +33,6 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libzstd)
 BuildRequires:  pkgconfig(openssl)
-Requires:   %{libname}%{?_isa} = %{version}-%{release}
 Provides:   bundled(buzhash-urlblock) = 0.1
 
 %description
@@ -60,9 +58,8 @@
 %package -n %{devname}
 Summary:  Headers for building against zchunk
 Group:Development/Libraries/C and C++
-Provides: %{name}-devel = %{name}-%{release}
-Provides: %{name}-devel%{?_isa} = %{name}-%{release}
-Requires: %{libname}%{?_isa} = %{version}-%{release}
+Requires:   %{libname} = %{version}
+Provides:   %{name}-devel = %{version}-%{release}
 
 %description -n %{devname}
 zchunk is a compressed file format that splits the file into independent
@@ -89,7 +86,6 @@
 %check
 %meson_test
 
-
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
@@ -111,5 +107,4 @@
 %{_libdir}/pkgconfig/zck.pc
 %{_includedir}/zck.h
 
-
 %changelog

++ zchunk-0.7.5.tar.gz -> zchunk-0.7.6.tar.gz ++
 2138 lines of diff (skipped)




commit 000product for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-07-18 22:57:49

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


Package is "000product"

Wed Jul 18 22:57:49 2018 rev:360 rq: version:unknown
Wed Jul 18 22:57:48 2018 rev:359 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.NOMHKz/_old  2018-07-18 22:58:15.006103228 +0200
+++ /var/tmp/diff_new_pack.NOMHKz/_new  2018-07-18 22:58:15.006103228 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180717
+  20180718
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180717,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180718,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.NOMHKz/_old  2018-07-18 22:58:15.030103149 +0200
+++ /var/tmp/diff_new_pack.NOMHKz/_new  2018-07-18 22:58:15.034103136 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180717
+Version:    20180718
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180717-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180718-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180717
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180718
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180717-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180718-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180717
+  20180718
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180717
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180718
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.NOMHKz/_old  2018-07-18 22:58:15.050103082 +0200
+++ /var/tmp/diff_new_pack.NOMHKz/_new  2018-07-18 22:58:15.054103070 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180717
+  20180718
   11
-  cpe:/o:opensuse:opensuse:20180717,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180718,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.NOMHKz/_old  2018-07-18 22:58:15.114102870 +0200
+++ /var/tmp/diff_new_pack.NOMHKz/_new  2018-07-18 22:58:15.114102870 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180717-i586-x86_64
+  openSUSE-20180718-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180717
+  20180718
   11
-  cpe:/o:opensuse:opensuse:20180717,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180718,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit python-cloudpickle for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-cloudpickle for 
openSUSE:Factory checked in at 2018-07-18 22:57:19

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


Package is "python-cloudpickle"

Wed Jul 18 22:57:19 2018 rev:3 rq:623634 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-cloudpickle/python-cloudpickle.changes
2018-07-17 09:41:40.825448086 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cloudpickle.new/python-cloudpickle.changes   
2018-07-18 22:58:07.014129736 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:48:40 UTC 2018 - tchva...@suse.com
+
+- Fix runtime dependencies and raise numpy requirement
+
+---



Other differences:
--
++ python-cloudpickle.spec ++
--- /var/tmp/diff_new_pack.080e9Z/_old  2018-07-18 22:58:07.362128582 +0200
+++ /var/tmp/diff_new_pack.080e9Z/_new  2018-07-18 22:58:07.366128569 +0200
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:   python-cloudpickle
 Version:0.5.3
 Release:0
@@ -26,20 +25,21 @@
 Group:  Development/Languages/Python
 URL:https://github.com/cloudpipe/cloudpickle
 Source: 
https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
-%if %{with tests}
 BuildRequires:  %{python_module curses}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module numpy >= 1.8.2}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module tornado}
-%endif
+Requires:   python-curses
+Requires:   python-numpy >= 1.8.2
+Requires:   python-scipy
+Requires:   python-tornado
 %python_subpackages
 
 %description
@@ -64,12 +64,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
 # Tests require very specific paths and py.test arguments
 export PYTHONPATH='.:tests'
 %python_expand py.test-%{$python_bin_suffix} -s
-%endif
 
 %files %{python_files}
 %doc README.md




commit python-blosc for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-blosc for openSUSE:Factory 
checked in at 2018-07-18 22:57:28

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


Package is "python-blosc"

Wed Jul 18 22:57:28 2018 rev:10 rq:623639 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-blosc/python-blosc.changes
2018-05-29 10:43:29.235664803 +0200
+++ /work/SRC/openSUSE:Factory/.python-blosc.new/python-blosc.changes   
2018-07-18 22:58:08.414125093 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 11:54:58 UTC 2018 - tchva...@suse.com
+
+- Stricten requirement on the blosc-devel to require version we
+  actually compile with
+
+---



Other differences:
--
++ python-blosc.spec ++
--- /var/tmp/diff_new_pack.IOpWU4/_old  2018-07-18 22:58:08.878123553 +0200
+++ /var/tmp/diff_new_pack.IOpWU4/_new  2018-07-18 22:58:08.878123553 +0200
@@ -25,14 +25,14 @@
 Group:  Development/Languages/Python
 Url:http://www.blosc.org/
 Source: 
https://files.pythonhosted.org/packages/source/b/blosc/blosc-%{version}.tar.gz
-BuildRequires:  blosc-devel
-BuildRequires:  c++_compiler
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  blosc-devel >= 1.9.0
+BuildRequires:  c++_compiler
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}




commit python-python-jenkins for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-python-jenkins for 
openSUSE:Factory checked in at 2018-07-18 22:57:09

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


Package is "python-python-jenkins"

Wed Jul 18 22:57:09 2018 rev:5 rq:623629 version:0.4.14

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-jenkins/python-python-jenkins.changes  
2017-09-26 21:17:29.752471080 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-jenkins.new/python-python-jenkins.changes
 2018-07-18 22:58:04.234138957 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:32:00 UTC 2018 - tchva...@suse.com
+
+- Depend on python-rpm-macros
+
+---



Other differences:
--
++ python-python-jenkins.spec ++
--- /var/tmp/diff_new_pack.Xnst1m/_old  2018-07-18 22:58:04.730137312 +0200
+++ /var/tmp/diff_new_pack.Xnst1m/_new  2018-07-18 22:58:04.734137299 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-jenkins
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Thomas Bechtold 
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,16 +24,16 @@
 Summary:Python bindings for the remote Jenkins API
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://launchpad.net/python-jenkins
-Source: 
https://pypi.io/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:http://launchpad.net/python-jenkins
+Source: 
https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
 BuildRequires:  %{python_module pbr}
-BuildArch:  noarch
+BuildRequires:  python-rpm-macros
 Requires:   python-multi_key_dict
 Requires:   python-setuptools
 Requires:   python-six >= 1.3.0
 Provides:   python-jenkins = %{version}
 Obsoletes:  python-jenkins <= 0.4.12
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -53,8 +53,8 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc COPYING README.rst
+%license COPYING
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog




  1   2   3   >