commit 000product for openSUSE:Leap:15.2:PowerPC

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000product for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-22 08:21:21

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000product (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000product.new.26092 (New)


Package is "000product"

Wed Jan 22 08:21:21 2020 rev:81 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-dvd5-dvd-ppc64le.kiwi ++
--- /var/tmp/diff_new_pack.3wJBED/_old  2020-01-22 08:21:23.322244239 +0100
+++ /var/tmp/diff_new_pack.3wJBED/_new  2020-01-22 08:21:23.326244241 +0100
@@ -2917,7 +2917,6 @@
   
   
   
-  
   
   
   

stub.kiwi: same change
++ dvd.group ++
--- /var/tmp/diff_new_pack.3wJBED/_old  2020-01-22 08:21:23.450244308 +0100
+++ /var/tmp/diff_new_pack.3wJBED/_new  2020-01-22 08:21:23.450244308 +0100
@@ -2867,7 +2867,6 @@
  
  

  
- 
  
  
  

++ openSUSE-dvd5-dvd-ppc64le.kwd ++
--- /var/tmp/diff_new_pack.3wJBED/_old  2020-01-22 08:21:23.506244338 +0100
+++ /var/tmp/diff_new_pack.3wJBED/_new  2020-01-22 08:21:23.510244340 +0100
@@ -2866,7 +2866,6 @@
 pulseaudio-module-x11: +Kwd:\nsupport_unsupported\n-Kwd:
 pulseaudio-module-zeroconf: +Kwd:\nsupport_unsupported\n-Kwd:
 pulseaudio-utils: +Kwd:\nsupport_unsupported\n-Kwd:
-purge-kernels-service: +Kwd:\nsupport_unsupported\n-Kwd:
 purpose: +Kwd:\nsupport_unsupported\n-Kwd:
 purpose-lang: +Kwd:\nsupport_unsupported\n-Kwd:
 python: +Kwd:\nsupport_unsupported\n-Kwd:

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.3wJBED/_old  2020-01-22 08:21:23.550244362 +0100
+++ /var/tmp/diff_new_pack.3wJBED/_new  2020-01-22 08:21:23.554244363 +0100
@@ -14824,6 +14824,7 @@
   - pulseview 
   - pumpa 
   - pure-ftpd 
+  - purge-kernels-service 
   - purpose-devel 
   - putty 
   - pv 




commit boost171 for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package boost171 for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:52

Comparing /work/SRC/openSUSE:Leap:15.2/boost171 (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.boost171.new.26092 (New)


Package is "boost171"

Wed Jan 22 08:19:52 2020 rev:2 rq:766107 version:1.71.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/boost171/boost171.changes  2020-01-17 
11:59:10.116444041 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.boost171.new.26092/boost171.changes   
2020-01-22 08:19:53.810196073 +0100
@@ -1,0 +2,17 @@
+Mon Jan 13 15:06:06 UTC 2020 - Adam Majer 
+
+- Disable non-HPC multibuild flavors
+
+---
+Mon Jan 13 10:42:07 UTC 2020 - Christian Goll 
+
+- removed hpc bjam package (boo#1160621)
+- added gnu-hpc-openmpi3 and mpich flavor (boo#1160622)
+
+---
+Fri Dec 13 04:03:05 UTC 2019 - Stefan Brüns 
+
+- Remove hardcoded abiflags (%py3_abiflags is not available for 3
+  years), use python3-config instead. Fixes build with Python 3.8.
+
+---



Other differences:
--
++ boost171.spec ++
--- /var/tmp/diff_new_pack.H9z1Bf/_old  2020-01-22 08:19:57.690198160 +0100
+++ /var/tmp/diff_new_pack.H9z1Bf/_new  2020-01-22 08:19:57.694198163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package boost
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -94,6 +94,24 @@
 %endif
 %endif
 
+%if "@BUILD_FLAVOR@" == "gnu-openmpi3-hpc"
+%define build_base 0
+%define name_suffix openmpi3_hpc
+%define mpi_vers 3
+%define compiler_family gnu
+%define mpi_flavor openmpi
+%undefine c_f_ver
+%bcond_without hpc
+%bcond_without mpi
+%bcond_without python2
+%bcond_without python3
+%if %{with ringdisabled}
+ExclusiveArch:  do-not-build
+%else
+ExcludeArch:s390x %{ix86} ppc64 ppc64le ia64 hppa
+%endif
+%endif
+
 %if "@BUILD_FLAVOR@" == "gnu-mvapich2-hpc"
 %define build_base 0
 %define name_suffix mvapich2_hpc
@@ -111,6 +129,23 @@
 %endif
 %endif
 
+%if "@BUILD_FLAVOR@" == "gnu-mpich-hpc"
+%define build_base 0
+%define name_suffix mpich
+%define compiler_family gnu
+%define mpi_flavor mpich
+%undefine c_f_ver
+%bcond_without hpc
+%bcond_without mpi
+%bcond_without python2
+%bcond_without python3
+%if %{with ringdisabled}
+ExclusiveArch:  do-not-build
+%else
+ExcludeArch:s390x %{ix86} ppc64 ppc64le ia64 hppa
+%endif
+%endif
+
 # Python NumPy library is only available on Leap 42.1 OpenSUSE onward
 # and is not availble in SLE
 %if 0%{?suse_version} >= 1330 || 0%{?is_opensuse}
@@ -328,19 +363,6 @@
 the documentation packages (html, man or pdf).
 
 %if %{with hpc}
-%if ! %{with mpi}
-%package -n %{package_name}-jam
-Summary:A Boost Make Replacement
-Group:  Development/Tools/Building
-Provides:   hpc-boost-jam-impl = %{version}
-
-%description -n %{package_name}-jam
-Boost Jam is a build tool based on FTJam, which in turn is based on
-Perforce Jam. It contains significant improvements made to facilitate
-its use in the Boost Build System. This version is modularized so it 
-does not conflict with other versions, but the module must be used 
-before usage.
-%endif # ! mpi
 %package -n %{package_name}-python3
 Summary:Boost.MPI Python 3.x serialization library
 Group:  System/Libraries
@@ -1360,7 +1382,7 @@
 %if %{with python3}
 cp user-config.jam user-config-py3.jam
 # sed -i -e 's#//boost_python#//boost_python3#' ./user-config-py3.jam
-%{?!py3_abiflags: %define py3_abiflags m}
+%define py3_abiflags %(python3-config --abiflags)
 %{?!python3_version: %define python3_version %{py3_ver} }
 
 cat << EOF >> user-config-py3.jam
@@ -1553,8 +1575,10 @@
 
 %if %{build_base}
 mkdir -p %{buildroot}%{package_bindir}
+%if %{without hpc}
 install -m 755 b2 %{buildroot}%{package_bindir}/bjam
 ln -s bjam %{buildroot}%{package_bindir}/jam
+%endif
 
 # Remove exception library, but only if the symbols are not
 # actually used. For now, the only symbol that is linked is
@@ -1777,11 +1801,6 @@
 %files -n %{package_name}-devel
 %package_includedir
 %package_libdir/*.so
-# do not package jam/bjam when building with mpi
-%if ! %{with mpi}
-%files -n %{package_name}-jam
-%package_bindir
-%endif # ! with mpi
 %if %{with python2}
 %files -n %{package_name}-python2 
 %package_python2_sitearch

++ _multibuild ++
--- /var/tmp/diff_new_pack.H9z1Bf/_old  2020-01-22 08:19:57.762198199 +0100
+++ /var/tmp/diff_new_pack.H9z1Bf/_new  2020-01-22 08:19:5

commit xfce4-whiskermenu-plugin for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:54

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Wed Jan 22 08:19:54 2020 rev:3 rq:766113 version:2.3.5

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
  2020-01-15 16:30:34.760826317 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
   2020-01-22 08:19:58.078198369 +0100
@@ -1,0 +2,12 @@
+Sun Jan 19 13:31:17 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.3.5
+  * Fix saving unchanged plugin title. (bxo#15403)
+  * Fix sidebar scrollbar covering buttons. (bxo#14730)
+  * Fix categories remaining scrolled when hidden.
+  * Fix incorrect alignment of commands next to search.
+  * Fix incorrect fallback value for menu opacity.
+  * Fix incorrect check when setting command.
+  * Update documentation URL. (bxo#16183)
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.4.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.5.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.m4eJcH/_old  2020-01-22 08:19:58.446198567 +0100
+++ /var/tmp/diff_new_pack.m4eJcH/_new  2020-01-22 08:19:58.450198569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-whiskermenu-plugin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # 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 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.4.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.5/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt   2019-11-05 
11:58:16.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/CMakeLists.txt   2020-01-18 
16:13:32.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-set(whiskermenu_version_micro "4")
+set(whiskermenu_version_micro "5")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/NEWS 
new/xfce4-whiskermenu-plugin-2.3.5/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.4/NEWS 2019-11-05 11:58:16.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/NEWS 2020-01-18 16:13:32.0 
+0100
@@ -1,3 +1,13 @@
+2.3.5
+=
+- Fix saving unchanged plugin title. (bug #15403)
+- Fix sidebar scrollbar covering buttons. (bug #14730)
+- Fix categories remaining scrolled when hidden.
+- Fix incorrect alignment of commands next to search.
+- Fix incorrect fallback value for menu opacity.
+- Fix incorrect check when setting command.
+- Update documentation URL. (bug #16183)
+
 2.3.4
 =
 - Fix building against xfce4-panel 4.15.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/README 
new/xfce4-whiskermenu-plugin-2.3.5/README
--- old/xfce4-whiskermenu-plugin-2.3.4/README   2019-11-05 11:58:16.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/README   2020-01-18 16:13:32.0 
+0100
@@ -1,3 +1,9 @@
+Website
+===
+
+https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin
+
+
 About
 =
 
@@ -40,3 +46,14 @@
 manager [ccsm -> 'General Settings' -> 'Focus Prevention'].
 Add (title="Whisker Menu") to the exclude pattern to make compiz ignore
 Whisker Menu and allow it to focus when shown.
+
+
+How to report bugs?
+===
+
+You can report bugs and feature requests at http://bugzilla.xfce.org.
+Choose the product Panel Plugins and the component xfce4-whiskermenu-plugin.
+You will need to create an account for yourself.
+
+You can also join the Xfce development mailing-list:
+https://mail.xfce.org/mailman/listinfo/xfce4-dev
diff -urN '--exclude=CV

commit DisplayCAL for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:27

Comparing /work/SRC/openSUSE:Leap:15.2/DisplayCAL (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.DisplayCAL.new.26092 (New)


Package is "DisplayCAL"

Wed Jan 22 08:19:27 2020 rev:26 rq:765603 version:3.5.3.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/DisplayCAL/DisplayCAL.changes  2020-01-15 
14:44:19.957158878 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.DisplayCAL.new.26092/DisplayCAL.changes   
2020-01-22 08:19:27.870182114 +0100
@@ -1,0 +2,6 @@
+Mon Jan 13 14:59:02 UTC 2020 - Martin Wilck 
+
+- Added dependency on python-xml. Without it, DisplayCAL won't
+  start (fixed in factory already).
+
+---



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.2LbTmz/_old  2020-01-22 08:19:29.034182740 +0100
+++ /var/tmp/diff_new_pack.2LbTmz/_new  2020-01-22 08:19:29.038182742 +0100
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xxf86vm)
 Requires:   argyllcms
+Requires:   python-xml
 Requires:   python-numpy >= %{numpy_version}
 Requires:   libSDL2_mixer-2_0-0
 Requires:   python-wxGTK >= %{wx_minversion}




commit qqc2-desktop-style for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package qqc2-desktop-style for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:19

Comparing /work/SRC/openSUSE:Leap:15.2/qqc2-desktop-style (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.qqc2-desktop-style.new.26092 (New)


Package is "qqc2-desktop-style"

Wed Jan 22 08:19:19 2020 rev:38 rq:764688 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/qqc2-desktop-style/qqc2-desktop-style.changes  
2020-01-15 15:55:16.599660953 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.qqc2-desktop-style.new.26092/qqc2-desktop-style.changes
   2020-01-22 08:19:20.346178065 +0100
@@ -1,0 +2,11 @@
+Sun Jan  5 09:02:28 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * [ToolTip] Round position
+  * Update size hint when font changes
+
+---

Old:

  qqc2-desktop-style-5.65.0.tar.xz
  qqc2-desktop-style-5.65.0.tar.xz.sig

New:

  qqc2-desktop-style-5.66.0.tar.xz
  qqc2-desktop-style-5.66.0.tar.xz.sig



Other differences:
--
++ qqc2-desktop-style.spec ++
--- /var/tmp/diff_new_pack.BGD4va/_old  2020-01-22 08:19:20.806178313 +0100
+++ /var/tmp/diff_new_pack.BGD4va/_new  2020-01-22 08:19:20.810178315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qqc2-desktop-style
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define _tar_path 5.65
+%define _tar_path 5.66
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   qqc2-desktop-style
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:A Qt Quick Controls 2 Style for Desktop UIs
 License:GPL-2.0-or-later


++ qqc2-desktop-style-5.65.0.tar.xz -> qqc2-desktop-style-5.66.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-5.65.0/CMakeLists.txt 
new/qqc2-desktop-style-5.66.0/CMakeLists.txt
--- old/qqc2-desktop-style-5.65.0/CMakeLists.txt2019-12-07 
20:46:46.0 +0100
+++ new/qqc2-desktop-style-5.66.0/CMakeLists.txt2020-01-04 
00:15:37.0 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 
 project(qqc2-desktop-style VERSION ${KF5_VERSION})
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 
 # Disallow in-source build #
 
@@ -21,7 +21,7 @@
 
 # set KDE specific information #
 
-find_package(ECM 5.65.0 REQUIRED NO_MODULE)
+find_package(ECM 5.66.0 REQUIRED NO_MODULE)
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is 
checked
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
@@ -110,7 +110,7 @@
 #
 add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 add_subdirectory(plugin)
 
 if (KF5IconThemes_FOUND AND KF5WidgetsAddons_FOUND)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qqc2-desktop-style-5.65.0/org.kde.desktop/ToolTip.qml 
new/qqc2-desktop-style-5.66.0/org.kde.desktop/ToolTip.qml
--- old/qqc2-desktop-style-5.65.0/org.kde.desktop/ToolTip.qml   2019-12-07 
20:46:46.0 +0100
+++ new/qqc2-desktop-style-5.66.0/org.kde.desktop/ToolTip.qml   2020-01-04 
00:15:37.0 +0100
@@ -33,7 +33,7 @@
 Kirigami.Theme.colorSet: Kirigami.Theme.Tooltip
 Kirigami.Theme.inherit: false
 
-x: parent ? (parent.width - implicitWidth) / 2 : 0
+x: parent ? Math.round((parent.width - implicitWidth) / 2) : 0
 y: -implicitHeight - 3
 
 // Always show the tooltip on top of everything else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qqc2-desktop-style-5.65.0/plugin/kquickstyleitem.cpp 
new/qqc2-desktop-style-5.66.0/plugin/kquickstyleitem.cpp
--- old/qqc2-desktop-style-5.65.0/plugin/kquickstyleitem.cpp2019-12-07 
20:46:46.0 +0100
+++ new/qqc2-desktop-style-5.66.0/plugin

commit ulfius for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package ulfius for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:30

Comparing /work/SRC/openSUSE:Leap:15.2/ulfius (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ulfius.new.26092 (New)


Package is "ulfius"

Wed Jan 22 08:19:30 2020 rev:6 rq:765625 version:2.6.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ulfius/ulfius.changes  2020-01-17 
11:59:34.628454834 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ulfius.new.26092/ulfius.changes   
2020-01-22 08:19:31.262183939 +0100
@@ -1,0 +2,10 @@
+Sat Dec 21 16:04:31 UTC 2019 - Martin Hauke 
+
+- Update to version 2.6.5
+  * Allow `NULL` values on `struct _u_map`
+  * Add function ulfius_send_smtp_rich_email to send e-mails
+with a specified content-type
+  * Add follow_redirect in struct _u_request
+  * Fix certificate check
+
+---

Old:

  ulfius-2.6.4.tar.gz

New:

  ulfius-2.6.5.tar.gz



Other differences:
--
++ ulfius.spec ++
--- /var/tmp/diff_new_pack.Iv6zte/_old  2020-01-22 08:19:31.718184185 +0100
+++ /var/tmp/diff_new_pack.Iv6zte/_new  2020-01-22 08:19:31.722184186 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ulfius
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define _lto_cflags %{nil}
 %define sover 2_6
 Name:   ulfius
-Version:2.6.4
+Version:2.6.5
 Release:0
 Summary:Web Framework for REST Applications in C
 License:MIT
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(jansson) >= 2.4
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libmicrohttpd)
-BuildRequires:  pkgconfig(liborcania)
+BuildRequires:  pkgconfig(liborcania) >= 2.1.0
 BuildRequires:  pkgconfig(libyder) >= 1.4.8
 
 %description

++ ulfius-2.6.4.tar.gz -> ulfius-2.6.5.tar.gz ++
 28223 lines of diff (skipped)




commit yder for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package yder for openSUSE:Leap:15.2 checked 
in at 2020-01-22 08:19:29

Comparing /work/SRC/openSUSE:Leap:15.2/yder (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.yder.new.26092 (New)


Package is "yder"

Wed Jan 22 08:19:29 2020 rev:5 rq:765624 version:1.4.9

Changes:

--- /work/SRC/openSUSE:Leap:15.2/yder/yder.changes  2020-01-17 
11:59:35.420455182 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.yder.new.26092/yder.changes   2020-01-22 
08:19:30.442183498 +0100
@@ -1,0 +2,6 @@
+Sun Jan 19 14:25:53 UTC 2020 - Martin Hauke 
+
+- Update to versin 1.4.9
+  * Fix pkgconfig dependency
+
+---

Old:

  yder-1.4.8.tar.gz

New:

  yder-1.4.9.tar.gz



Other differences:
--
++ yder.spec ++
--- /var/tmp/diff_new_pack.ewwXjz/_old  2020-01-22 08:19:30.942183767 +0100
+++ /var/tmp/diff_new_pack.ewwXjz/_new  2020-01-22 08:19:30.942183767 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yder
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define sover 1_4
 Name:   yder
-Version:1.4.8
+Version:1.4.9
 Release:0
 Summary:Logging library written in C
 License:LGPL-2.1-or-later

++ yder-1.4.8.tar.gz -> yder-1.4.9.tar.gz ++
 8107 lines of diff (skipped)




commit tpm2-0-tss for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package tpm2-0-tss for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:44

Comparing /work/SRC/openSUSE:Leap:15.2/tpm2-0-tss (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.tpm2-0-tss.new.26092 (New)


Package is "tpm2-0-tss"

Wed Jan 22 08:19:44 2020 rev:19 rq:766035 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/tpm2-0-tss/tpm2-0-tss.changes  2020-01-15 
16:24:48.776631415 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tpm2-0-tss.new.26092/tpm2-0-tss.changes   
2020-01-22 08:19:46.106191927 +0100
@@ -1,0 +2,7 @@
+Thu Jan 16 11:07:32 UTC 2020 - Matthias Gerstner 
+
+- 0001-esys-Fix-HMAC-generation-for-policy-sessions.patch: fix problems with
+  policy sessions that don't include an TPM2_PolicyAuthValue (bsc#1160736).
+  This bug was fixed upstream in a minor release 2.3.2.
+
+---

New:

  0001-esys-Fix-HMAC-generation-for-policy-sessions.patch



Other differences:
--
++ tpm2-0-tss.spec ++
--- /var/tmp/diff_new_pack.Gcfotu/_old  2020-01-22 08:19:46.422192097 +0100
+++ /var/tmp/diff_new_pack.Gcfotu/_new  2020-01-22 08:19:46.426192099 +0100
@@ -25,6 +25,7 @@
 Url:https://github.com/tpm2-software/tpm2-tss
 Source0:
https://github.com/tpm2-software/tpm2-tss/releases/download/%{version}/tpm2-tss-%{version}.tar.gz
 Source2:baselibs.conf
+Patch0: 0001-esys-Fix-HMAC-generation-for-policy-sessions.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libgcrypt-devel
@@ -125,6 +126,7 @@
 
 %prep
 %setup -q -n tpm2-tss-%{version}
+%patch0 -p1
 
 %pre
 # the same user is employed by trousers (and was employed by the old

++ 0001-esys-Fix-HMAC-generation-for-policy-sessions.patch ++
>From 76c97e5adc391f77a613b62f2ae49f9067e7ddcf Mon Sep 17 00:00:00 2001
From: Jeffrey Ferreira 
Date: Fri, 16 Aug 2019 16:04:24 -0700
Subject: [PATCH] esys: Fix HMAC generation for policy sessions

Policy sessions which do not include TPM2_PolicyAuthValue should not include
authValue in their HMAC computation.

Signed-off-by: Jeffrey Ferreira 
---
 src/tss2-esys/esys_iutil.c | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/tss2-esys/esys_iutil.c b/src/tss2-esys/esys_iutil.c
index 35bca6e1..94d0332c 100644
--- a/src/tss2-esys/esys_iutil.c
+++ b/src/tss2-esys/esys_iutil.c
@@ -1019,11 +1019,14 @@ iesys_compute_session_value(RSRC_NODE_T * session,
 /* Then if we are a bound session, the auth value is not appended to the 
end
of the session value for HMAC computation. The size of the key will not 
be
increased.*/
-if (iesys_is_object_bound(name, auth_value,
-  session) &&
-/* type_policy_session set to POLICY_AUTH by command PolicyAuthValue */
-(session->rsrc.misc.rsrc_session.type_policy_session != POLICY_AUTH))
+if (iesys_is_object_bound(name, auth_value, session))
 return;
+
+/* type_policy_session set to POLICY_AUTH by command PolicyAuthValue */
+if (session->rsrc.misc.rsrc_session.sessionType == TPM2_SE_POLICY &&
+session->rsrc.misc.rsrc_session.type_policy_session != POLICY_AUTH)
+return;
+
 session->rsrc.misc.rsrc_session.sizeHmacValue += auth_value->size;
 }
 
-- 
2.24.1




commit libtorrent-rasterbar for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:34

Comparing /work/SRC/openSUSE:Leap:15.2/libtorrent-rasterbar (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libtorrent-rasterbar.new.26092 (New)


Package is "libtorrent-rasterbar"

Wed Jan 22 08:19:34 2020 rev:28 rq:765736 version:1.2.3

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/libtorrent-rasterbar/libtorrent-rasterbar.changes  
2020-01-15 15:25:26.386577168 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.libtorrent-rasterbar.new.26092/libtorrent-rasterbar.changes
   2020-01-22 08:19:35.338186132 +0100
@@ -1,0 +2,21 @@
+Sat Jan 18 17:19:16 UTC 2020 - Avindra Goolcharan 
+
+- Update to version 1.2.3
+  * fix erroneous event=completed tracker announce when checking
+files
+  * promote errors in parsing listen_interfaces to post
+listen_failed_alert
+  * fix bug in protocol encryption/obfuscation
+  * fix buffer overflow in SOCKS5 UDP logic
+  * fix issue of rapid calls to file_priority() clobbering each
+other
+  * clear tracker errors on success
+  * optimize setting with unlimited unchoke slots
+  * fixed restoring of trackers, comment, creation date and
+created-by in resume data
+  * fix handling of torrents with too large pieces
+  * fixed division by zero in anti-leech choker
+  * fixed bug in torrent_info::swap
+
+
+---

Old:

  libtorrent-rasterbar-1.2.2.tar.gz

New:

  libtorrent-rasterbar-1.2.3.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.fCQWpt/_old  2020-01-22 08:19:35.878186423 +0100
+++ /var/tmp/diff_new_pack.fCQWpt/_new  2020-01-22 08:19:35.878186423 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtorrent-rasterbar
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %define _name   libtorrent
 %define sover   10
-%define _version 1_2_2
+%define _version 1_2_3
 %bcond_without  python2
 %bcond_without  python3
 %bcond_with examples
 %bcond_with tests
 Name:   libtorrent-rasterbar
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:A C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause

++ libtorrent-rasterbar-1.2.2.tar.gz -> libtorrent-rasterbar-1.2.3.tar.gz 
++
 31445 lines of diff (skipped)




commit librepo for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package librepo for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:22

Comparing /work/SRC/openSUSE:Leap:15.2/librepo (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.librepo.new.26092 (New)


Package is "librepo"

Wed Jan 22 08:19:22 2020 rev:23 rq:765596 version:1.11.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/librepo/librepo.changes2020-01-15 
15:24:59.258562008 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.librepo.new.26092/librepo.changes 
2020-01-22 08:19:22.810179391 +0100
@@ -1,0 +2,9 @@
+Sun Jan 19 14:52:18 UTC 2020 - Neal Gompa 
+
+- Upgrade to 1.11.2
+  + Fix calling Python API without holding GIL (rh#1788918)
+  + Do not unref LrErr_Exception on exit (rh#1778854)
+  + Cleanup zchunk-related error messages (rh#1790625)
+- Fix typo in changes entry about version update to 1.11.1
+
+---
@@ -4 +13 @@
-- Upgrade to 1.1.1
+- Upgrade to 1.11.1

Old:

  librepo-1.11.1.tar.gz

New:

  librepo-1.11.2.tar.gz



Other differences:
--
++ librepo.spec ++
--- /var/tmp/diff_new_pack.jwit21/_old  2020-01-22 08:19:23.510179768 +0100
+++ /var/tmp/diff_new_pack.jwit21/_new  2020-01-22 08:19:23.510179768 +0100
@@ -2,7 +2,7 @@
 # spec file for package librepo
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 Neal Gompa .
+# Copyright (c) 2020 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 %define devname %{name}-devel
 
 Name:   librepo
-Version:1.11.1
+Version:1.11.2
 Release:0
 Summary:Repodata downloading library
 License:LGPL-2.0-or-later

++ librepo-1.11.1.tar.gz -> librepo-1.11.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librepo-1.11.1/VERSION.cmake 
new/librepo-1.11.2/VERSION.cmake
--- old/librepo-1.11.1/VERSION.cmake2019-12-09 11:25:59.0 +0100
+++ new/librepo-1.11.2/VERSION.cmake2020-01-19 15:50:24.0 +0100
@@ -1,3 +1,3 @@
 SET(LIBREPO_MAJOR "1")
 SET(LIBREPO_MINOR "11")
-SET(LIBREPO_PATCH "1")
+SET(LIBREPO_PATCH "2")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librepo-1.11.1/librepo/downloader.c 
new/librepo-1.11.2/librepo/downloader.c
--- old/librepo-1.11.1/librepo/downloader.c 2019-12-09 11:25:59.0 
+0100
+++ new/librepo-1.11.2/librepo/downloader.c 2020-01-19 15:50:24.0 
+0100
@@ -1221,7 +1221,7 @@
 }
 
 if(!zck_copy_chunks(zck_src, zck)) {
-g_warning("Error copying chunks from %s to %s", cf, uf);
+g_warning("Error copying chunks from %s to %s: %s", cf, uf, 
zck_get_error(zck));
 zck_free(&zck_src);
 close(chk_fd);
 continue;
@@ -1334,7 +1334,7 @@
 if(!cks_good) { // Error while validating checksums
 g_set_error(err, LR_DOWNLOADER_ERROR, LRE_ZCK,
 "%s: Error validating zchunk file: %s", __func__,
-target->target->path);
+zck_get_error(zck));
 return FALSE;
 }
 
@@ -1356,7 +1356,7 @@
 if(!cks_good) { // Error while validating checksums
 g_set_error(err, LR_DOWNLOADER_ERROR, LRE_ZCK,
 "%s: Error validating zchunk file: %s", __func__,
-target->target->path);
+zck_get_error(zck));
 return FALSE;
 }
 
@@ -1836,6 +1836,25 @@
 target->mirror->max_ranges);
 }
 return TRUE;
+} else if (target->target->zck_dl != NULL && 
zck_is_error(zck_dl_get_zck(target->target->zck_dl)) > 0) {
+zckCtx *zck = zck_dl_get_zck(target->target->zck_dl);
+
+// Something went wrong while writing the zchunk file
+g_set_error(transfer_err, LR_DOWNLOADER_ERROR, LRE_ZCK,
+"Zchunk error: %s",
+zck_get_error(zck));
+if (zck_is_error(zck) == 1) {
+// Non-fatal zchunk error
+g_info("Serious zchunk error: %s",
+   zck_get_error(zck));
+*serious_error = TRUE;
+} else { // zck_is_error(zck) == 2
+// Fatal zchunk error
+g_info("Fatal zchunk error: %s",
+   zck_get_error(zck));
+*fatal_error = TRUE;
+}
+return TRUE;
 }
 #endif /* WITH_ZCHUNK */
   

commit amanda for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package amanda for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:51

Comparing /work/SRC/openSUSE:Leap:15.2/amanda (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.amanda.new.26092 (New)


Package is "amanda"

Wed Jan 22 08:19:51 2020 rev:22 rq:766097 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/amanda/amanda.changes  2020-01-15 
14:46:48.321269623 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.amanda.new.26092/amanda.changes   
2020-01-22 08:19:52.486195360 +0100
@@ -1,0 +2,10 @@
+Tue Nov 20 15:02:51 UTC 2018 - kstreit...@suse.com
+
+- update the list of suid binaries [bsc#1110797]
+  * added: ambind, ambsdtar, amgtar, amstar
+  * removed: amcheck, planner, dumper
+- update README.SUSE and add a note about setuid binaries and the
+  fact that user amanda and members of the group amanda should be
+  considered privileged users
+
+---



Other differences:
--
++ amanda.spec ++
--- /var/tmp/diff_new_pack.rE3H22/_old  2020-01-22 08:19:53.594195956 +0100
+++ /var/tmp/diff_new_pack.rE3H22/_new  2020-01-22 08:19:53.598195958 +0100
@@ -144,13 +144,14 @@
 
 # create a list of binaries to be checked externally
 cat << EOF > %{buildroot}%{_libexecdir}/amanda/suidlist
-%{_sbindir}/amcheck
+%{_libexecdir}/amanda/ambind
+%{_libexecdir}/amanda/application/ambsdtar
+%{_libexecdir}/amanda/application/amgtar
+%{_libexecdir}/amanda/application/amstar
 %{_libexecdir}/amanda/calcsize
+%{_libexecdir}/amanda/killpgrp
 %{_libexecdir}/amanda/rundump
-%{_libexecdir}/amanda/planner
 %{_libexecdir}/amanda/runtar
-%{_libexecdir}/amanda/dumper
-%{_libexecdir}/amanda/killpgrp
 EOF
 
 # create a symlink for amoldrecover manpage
@@ -174,7 +175,7 @@
 
 %post
 %if 0%{?set_permissions:1}
-%set_permissions %{_sbindir}/amcheck %{_libexecdir}/amanda/calcsize 
%{_libexecdir}/amanda/rundump %{_libexecdir}/amanda/planner 
%{_libexecdir}/amanda/runtar %{_libexecdir}/amanda/dumper 
%{_libexecdir}/amanda/killpgrp
+%set_permissions %{_libexecdir}/amanda/ambind 
%{_libexecdir}/amanda/application/ambsdtar 
%{_libexecdir}/amanda/application/amgtar 
%{_libexecdir}/amanda/application/amstar %{_libexecdir}/amanda/calcsize 
%{_libexecdir}/amanda/killpgrp %{_libexecdir}/amanda/rundump 
%{_libexecdir}/amanda/runtar
 %else
 %run_permissions
 %endif
@@ -270,7 +271,7 @@
 %{_sbindir}/amlabel
 %{_sbindir}/amoverview
 %{_sbindir}/amplot
-%verify(not mode) %attr(0750,root,%{amanda_group}) %{_sbindir}/amcheck
+%{_sbindir}/amcheck
 %attr(0750,amanda,%{amanda_group}) %{_sbindir}/amrecover
 %{_sbindir}/amreport
 %{_sbindir}/amrestore
@@ -303,7 +304,6 @@
 %{_libexecdir}/amanda/amplot.g
 %{_libexecdir}/amanda/amplot.gp
 %defattr(755,amanda,%{amanda_group})
-%{_libexecdir}/amanda/ambind
 %{_libexecdir}/amanda/amandad
 %{_libexecdir}/amanda/amdumpd
 %{_libexecdir}/amanda/amidxtaped
@@ -330,19 +330,29 @@
 %{_libexecdir}/amanda/teecount
 %{_libexecdir}/amanda/restore
 %{_libexecdir}/amanda/senddiscover
+%{_libexecdir}/amanda/dumper
+%{_libexecdir}/amanda/planner
+%attr(0755 root root) %dir %{_libexecdir}/amanda/application/
+%{_libexecdir}/amanda/application/amlog-script
+%{_libexecdir}/amanda/application/ampgsql
+%{_libexecdir}/amanda/application/amrandom
+%{_libexecdir}/amanda/application/amraw
+%{_libexecdir}/amanda/application/amsamba
+%{_libexecdir}/amanda/application/amsuntar
+%{_libexecdir}/amanda/application/amzfs-sendrecv
+%{_libexecdir}/amanda/application/amzfs-snapshot
+%{_libexecdir}/amanda/application/script-email
+%{_libexecdir}/amanda/application/script-fail
+%verify(not mode) %attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/ambind
+%verify(not mode) 
%attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/application/ambsdtar
+%verify(not mode) 
%attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/application/amgtar
+%verify(not mode) 
%attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/application/amstar
 %verify(not mode) 
%attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/calcsize
-%verify(not mode) %attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/dumper
 %verify(not mode) 
%attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/killpgrp
-%verify(not mode) %attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/planner
 %verify(not mode) %attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/rundump
 %verify(not mode) %attr(0750,root,%{amanda_group})%{_libexecdir}/amanda/runtar
-%dir %{_libexecdir}/amanda/application/
-%{_libexecdir}/amanda/application/*
 # include shared libs
 %dir %{_libdir}/amanda/
 %{_libdir}/amanda/lib*
 
-%check
-make %{?_smp_mflags} check
-
 %changelog

++ amanda-SUSE.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'-

commit xfce4-branding-openSUSE for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:33

Comparing /work/SRC/openSUSE:Leap:15.2/xfce4-branding-openSUSE (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.xfce4-branding-openSUSE.new.26092 (New)


Package is "xfce4-branding-openSUSE"

Wed Jan 22 08:19:33 2020 rev:30 rq:765681 version:4.14+20200118

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes
2020-01-15 16:30:24.192820363 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.xfce4-branding-openSUSE.new.26092/xfce4-branding-openSUSE.changes
 2020-01-22 08:19:34.310185580 +0100
@@ -1,0 +2,6 @@
+Sat Jan 18 13:35:43 UTC 2020 - maurizio.ga...@gmail.com
+
+- Update to version 4.14+20200118:
+  * Temporarily revert Firefox as default handler to address boo#1160869
+
+---

Old:

  xfce4-branding-openSUSE-4.14+20200112.tar.xz

New:

  xfce4-branding-openSUSE-4.14+20200118.tar.xz



Other differences:
--
++ xfce4-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.rP0Jzx/_old  2020-01-22 08:19:34.890185891 +0100
+++ /var/tmp/diff_new_pack.rP0Jzx/_new  2020-01-22 08:19:34.890185891 +0100
@@ -33,7 +33,7 @@
 %define thunar_volman_version   %(rpm -q --queryformat '%%{VERSION}' 
thunar-volman)
 
 Name:   xfce4-branding-openSUSE
-Version:4.14+20200112
+Version:4.14+20200118
 Release:0
 Summary:openSUSE Branding of the Xfce Desktop Environment
 License:CC-BY-SA-3.0 AND GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.rP0Jzx/_old  2020-01-22 08:19:34.918185906 +0100
+++ /var/tmp/diff_new_pack.rP0Jzx/_new  2020-01-22 08:19:34.922185909 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/openSUSE/xfce4-branding-openSUSE.git
-  933674275ee0d45aa3ea0cb296e4a29a32dc0821
+  0858701a3437afbb906e52c6c074b9b7381e3afb
 https://github.com/Mau-G/xfce4-branding-openSUSE.git
   b0a749c5c72e1e0c67fc9e365035d971555f1438
\ No newline at end of file

++ xfce4-branding-openSUSE-4.14+20200112.tar.xz -> 
xfce4-branding-openSUSE-4.14+20200118.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.14+20200112/base/usr/share/xfce/applications/defaults.list
 
new/xfce4-branding-openSUSE-4.14+20200118/base/usr/share/xfce/applications/defaults.list
--- 
old/xfce4-branding-openSUSE-4.14+20200112/base/usr/share/xfce/applications/defaults.list
2020-01-12 14:16:55.0 +0100
+++ 
new/xfce4-branding-openSUSE-4.14+20200118/base/usr/share/xfce/applications/defaults.list
2020-01-18 14:34:17.0 +0100
@@ -32,7 +32,7 @@
 application/vnd.corel-draw=draw.desktop
 application/vnd.lotus-1-2-3=calc.desktop
 application/vnd.lotus-wordpro=writer.desktop
-application/vnd.mozilla.xul+xml=exo-web-browser.desktop
+application/vnd.mozilla.xul+xml=firefox.desktop
 application/vnd.ms-cab-compressed=engrampa.desktop
 application/vnd.ms-excel=calc.desktop
 application/vnd.ms-excel.sheet.binary.macroenabled.12=calc.desktop
@@ -209,7 +209,7 @@
 application/x-zip=engrampa.desktop
 application/x-zip-compressed=engrampa.desktop
 application/x-zoo=engrampa.desktop
-application/xhtml+xml=exo-web-browser.desktop
+application/xhtml+xml=firefox.desktop
 application/xspf+xml=parole.desktop
 application/zip=engrampa.desktop
 audio/3gpp=parole.desktop
@@ -364,9 +364,9 @@
 text/comma-separated-values=calc.desktop
 text/csv=calc.desktop
 text/google-video-pointer=parole.desktop
-text/html=exo-web-browser.desktop
+text/html=firefox.desktop
 text/mathml=math.desktop
-text/mml=exo-web-browser.desktop
+text/mml=firefox.desktop
 text/plain=mousepad.desktop
 text/rtf=writer.desktop
 text/spreadsheet=calc.desktop
@@ -377,7 +377,7 @@
 text/x-google-video-pointer=parole.desktop
 text/x-suse-ymp=yast2-metapackage-handler.desktop
 text/x-suse-ymu=yast2-metapackage-handler-ymu.desktop
-text/xml=exo-web-browser.desktop
+text/xml=firefox.desktop
 video/3gp=parole.desktop
 video/3gpp=parole.desktop
 video/divx=parole.desktop
@@ -425,11 +425,11 @@
 x-content/video-dvd=parole.desktop
 x-content/video-svcd=parole.desktop
 x-content/video-vcd=parole.desktop
-x-scheme-handler/ftp=exo-web-browser.desktop
+x-scheme-handler/ftp=firefox.desktop
 x-scheme-handler/ghelp=yelp.desktop
 x-scheme-handler/help=yelp.desktop
-x-scheme-handler/http=exo-web-browser.desktop
-x-scheme-handler/https=exo-web-browser.desktop
+x-scheme-handler/http=firefox.desktop
+x-scheme-handler/https=firefox.desktop
 x-scheme-handler/icy=parole.desktop
 x-scheme-handler/icyx=parole.desktop
 x-schem

commit dnf-plugins-core for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package dnf-plugins-core for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:24

Comparing /work/SRC/openSUSE:Leap:15.2/dnf-plugins-core (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dnf-plugins-core.new.26092 (New)


Package is "dnf-plugins-core"

Wed Jan 22 08:19:24 2020 rev:26 rq:765599 version:4.0.13

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dnf-plugins-core/dnf-plugins-core.changes  
2020-01-15 14:52:35.181494663 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.dnf-plugins-core.new.26092/dnf-plugins-core.changes
   2020-01-22 08:19:26.302181270 +0100
@@ -1,0 +2,12 @@
+Sun Jan 19 16:04:23 UTC 2020 - Neal Gompa 
+
+- Update to version 4.0.13
+  + Fix: config_manager respect config file location during save
+  + Redesign reposync --latest for modular system (rh#1775434)
+  + [reposync] Fix --delete with multiple repos (rh#1774103)
+  + [doc] Skip creating and installing migrate documentation for Python 3+
+  + [config-manager] Allow use of --set-enabled without arguments (rh#1679213)
+  + [versionlock] Prevent conflicting/duplicate entries (rh#1782052)
+- Deconflict with zypper-needs-restarting on SLE to unblock PackageHub updates
+
+---

Old:

  dnf-plugins-core-4.0.12.tar.gz

New:

  dnf-plugins-core-4.0.13.tar.gz



Other differences:
--
++ dnf-plugins-core.spec ++
--- /var/tmp/diff_new_pack.vWh75y/_old  2020-01-22 08:19:26.914181600 +0100
+++ /var/tmp/diff_new_pack.vWh75y/_new  2020-01-22 08:19:26.918181602 +0100
@@ -2,7 +2,7 @@
 # spec file for package dnf-plugins-core
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 Neal Gompa .
+# Copyright (c) 2020 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,14 @@
 %global yum_utils_subpackage_name dnf-utils
 %endif
 
+# Deal with SLE Backports issues
+%if 0%{?sle_version} && 0%{?is_backports}
+%bcond_without deconflict
+%global deconflict_prefix dnfutils-
+%else
+%bcond_with deconflict
+%global deconflict_prefix %{nil}
+%endif
 
 # Tests are broken on SUSE for now
 %bcond_with tests
@@ -49,7 +57,7 @@
 #global prerel rc1
 
 Name:   dnf-plugins-core
-Version:4.0.12
+Version:4.0.13
 Release:0
 Summary:Core Plugins for DNF
 License:GPL-2.0+
@@ -156,9 +164,11 @@
 Conflicts:  yum-changelog
 Conflicts:  yum-utils
 %endif
+%if ! %{with deconflict}
 # Cf. https://github.com/openSUSE/zypper/pull/254
 Conflicts:  zypper < 1.14.26
 Conflicts:  zypper-needs-restarting
+%endif
 Requires:   %{name} = %{version}-%{release}
 Requires:   dnf >= %{dnf_lowest_compatible}
 Requires:   python3-dnf >= %{dnf_lowest_compatible}
@@ -310,8 +320,11 @@
 ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yum-debug-restore
 ln -sf %{_libexecdir}/dnf-utils %{buildroot}%{_bindir}/yumdownloader
 
-# We never shipped this plugin, and we never will, since we never used YUM...
-rm %{buildroot}%{_mandir}/man8/dnf-migrate.8*
+%if %{with deconflict}
+# Deal with conflicts to unblock backports
+mv %{buildroot}%{_bindir}/needs-restarting 
%{buildroot}%{_bindir}/dnfutils-needs-restarting
+mv %{buildroot}%{_mandir}/man1/needs-restarting.1 
%{buildroot}%{_mandir}/man1/dnfutils-needs-restarting.1
+%endif
 
 %if ! %{with copr_plugin}
 # Delete if we're not shipping COPR plugin
@@ -384,8 +397,8 @@
 %{_mandir}/man1/dnf-utils.1*
 %{_bindir}/debuginfo-install
 %{_mandir}/man1/debuginfo-install.1*
-%{_bindir}/needs-restarting
-%{_mandir}/man1/needs-restarting.1*
+%{_bindir}/%{?deconflict_prefix}needs-restarting
+%{_mandir}/man1/%{?deconflict_prefix}needs-restarting.1*
 %{_bindir}/find-repos-of-install
 %{_bindir}/package-cleanup
 %{_mandir}/man1/package-cleanup.1*

++ dnf-plugins-core-4.0.12.tar.gz -> dnf-plugins-core-4.0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dnf-plugins-core-4.0.12/dnf-plugins-core.spec 
new/dnf-plugins-core-4.0.13/dnf-plugins-core.spec
--- old/dnf-plugins-core-4.0.12/dnf-plugins-core.spec   2019-11-25 
12:04:52.0 +0100
+++ new/dnf-plugins-core-4.0.13/dnf-plugins-core.spec   2020-01-15 
10:53:42.0 +0100
@@ -31,7 +31,7 @@
 %endif
 
 Name:   dnf-plugins-core
-Version:4.0.12
+Version:4.0.13
 Release:1%{?dist}
 Summary:Core Plugins for DNF
 License:GPLv2+
@@ -740,6 +740,14 @@
 %endif
 
 %changelog
+* Wed Jan 15 2020 Aleš Matěj  - 4.0.13-1
+- Fix: config_manager respect config file location during save
+- Redesign reposync --latest for modular system

commit prosody for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package prosody for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:43

Comparing /work/SRC/openSUSE:Leap:15.2/prosody (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.prosody.new.26092 (New)


Package is "prosody"

Wed Jan 22 08:19:43 2020 rev:20 rq:766002 version:0.11.4

Changes:

--- /work/SRC/openSUSE:Leap:15.2/prosody/prosody.changes2020-01-15 
15:45:32.299326677 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.prosody.new.26092/prosody.changes 
2020-01-22 08:19:44.286190948 +0100
@@ -1,0 +2,30 @@
+Mon Jan 20 08:15:32 UTC 2020 - Michael Vetter 
+
+- Update to 0.11.4:
+  Fixes and improvements:
+  * core.rostermanager: Improve performance by caching rosters of offline #1233
+  * mod_pep: Handling subscriptions more efficiently #1372
+  Minor changes:
+  * util.interpolation: Support unescaped variables with more modifiers #1452
+  * MUC: Mark source of historic messages correctly #1416
+  * mod_auth_internal_hashed: Pass on errors #1477
+  * mod_mam, mod_muc_mam: Improve logging of failures #1478, #1480, #1481
+  * mod_muc, mod_muc_mam: Reschedule message expiry in case of failure
+  * mod_mam: Add flag to session when it performs a MAM query
+  * prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple
+  * prosodyctl check: Warn about conflict between mod_vcard and 
mod_vcard_legacy #1469
+  * core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to 
prevent conflict #1469
+  * MUC: Strip tags with MUC-related namespaces from private messages #1427
+  * MUC: Don’t advertise registration feature on host #1451
+  * mod_vcard_legacy: Fix handling of empty photo elements #1432
+  * mod_vcard_legacy: Advertise lack of avatar correctly #1431
+  * prosodyctl: Handle if the setting proxy65_address has the wrong type
+  * prosodyctl: Print a blank line to improve spacing and readability
+  * MUC: Fix role loss in Nickname change #1466
+  * util.pposix: Fix reporting of memory usage in 2-4GB range #1445
+  * util.startup: Fix a regression concerning directory paths #1430
+  * mod_websocket: Don’t mask WebSocket pong answers #1484
+  * net.resolvers: Apply IDNA conversion to ascii for DNS lookups (affects 
only HTTP queries) #1426
+  * net.resolvers.basic: Fix resolution of IPv6 literals (in brackets) #1459
+
+---

Old:

  prosody-0.11.3.tar.gz
  prosody-0.11.3.tar.gz.asc

New:

  prosody-0.11.4.tar.gz
  prosody-0.11.4.tar.gz.asc



Other differences:
--
++ prosody.spec ++
--- /var/tmp/diff_new_pack.M6gvZg/_old  2020-01-22 08:19:45.746191733 +0100
+++ /var/tmp/diff_new_pack.M6gvZg/_new  2020-01-22 08:19:45.750191735 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package prosody
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _piddir /run
 Name:   prosody
-Version:0.11.3
+Version:0.11.4
 Release:0
 Summary:Communications server for Jabber/XMPP
 License:MIT

++ prosody-0.11.3.tar.gz -> prosody-0.11.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prosody-0.11.3/.hg_archival.txt 
new/prosody-0.11.4/.hg_archival.txt
--- old/prosody-0.11.3/.hg_archival.txt 2019-08-31 16:08:45.0 +0200
+++ new/prosody-0.11.4/.hg_archival.txt 2020-01-02 10:49:37.0 +0100
@@ -1,4 +1,4 @@
 repo: 3e3171b59028ee70122cfec6ecf98f518f946b59
-node: dd7e924c74ef27b7f92eb872d2db50aaa229b234
+node: 10d6d0d91f4ec47a6eb446792fee1d4b79a914d7
 branch: 0.11
-tag: 0.11.3
+tag: 0.11.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prosody-0.11.3/core/modulemanager.lua 
new/prosody-0.11.4/core/modulemanager.lua
--- old/prosody-0.11.3/core/modulemanager.lua   2019-08-31 16:08:45.0 
+0200
+++ new/prosody-0.11.4/core/modulemanager.lua   2020-01-02 10:49:37.0 
+0100
@@ -63,6 +63,11 @@
modules:add("admin_telnet");
end
 
+   if modules:contains("vcard") and modules:contains("vcard_legacy") then
+   log("error", "The mod_vcard_legacy plugin replaces mod_vcard 
but both are enabled. Please update your config.");
+   modules:r

commit aqbanking for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:20

Comparing /work/SRC/openSUSE:Leap:15.2/aqbanking (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.aqbanking.new.26092 (New)


Package is "aqbanking"

Wed Jan 22 08:19:20 2020 rev:20 rq:765463 version:5.99.45

Changes:

--- /work/SRC/openSUSE:Leap:15.2/aqbanking/aqbanking.changes2020-01-15 
14:47:15.637290012 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.aqbanking.new.26092/aqbanking.changes 
2020-01-22 08:19:21.302178580 +0100
@@ -1,0 +2,9 @@
+Wed Jan 15 19:58:06 UTC 2020 - Johannes Engel 
+
+- Update to 5.99.45
+  + Support chipTan-USB
+  + Copy settings to settings6 if not existing
+  + Bugfixes
+  + Switch to stable release
+
+---

Old:

  aqbanking-5.99.44beta.tar.gz

New:

  aqbanking-5.99.45.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.uReHoo/_old  2020-01-22 08:19:22.142179032 +0100
+++ /var/tmp/diff_new_pack.uReHoo/_new  2020-01-22 08:19:22.142179032 +0100
@@ -35,8 +35,8 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.99.44
-%define _version %{version}beta
+Version:5.99.45
+%define _version %{version}
 Release:0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
 License:GPL-2.0 or GPL-3.0
@@ -52,8 +52,8 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  gwenhywfar-devel >= 4.99.24
-BuildRequires:  gwenhywfar-tools >= 4.99.24
+BuildRequires:  gwenhywfar-devel >= 5.0.0
+BuildRequires:  gwenhywfar-tools >= 5.0.0
 BuildRequires:  ktoblzcheck-devel >= 1.10
 BuildRequires:  pkgconfig
 %if !0%{?sles_version}

++ aqbanking-5.99.44beta.tar.gz -> aqbanking-5.99.45.tar.gz ++
 24244 lines of diff (skipped)




commit libdnf for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package libdnf for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:22

Comparing /work/SRC/openSUSE:Leap:15.2/libdnf (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.libdnf.new.26092 (New)


Package is "libdnf"

Wed Jan 22 08:19:22 2020 rev:27 rq:765597 version:0.43.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libdnf/libdnf.changes  2020-01-15 
15:19:44.354386355 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libdnf.new.26092/libdnf.changes   
2020-01-22 08:19:23.842179947 +0100
@@ -1,0 +2,16 @@
+Sun Jan 19 15:14:04 UTC 2020 - Neal Gompa 
+
+- Update to version 0.43.1
+  + Allow excluding packages with "excludepkgs" and globs
+  + Add two new query filters: obsoletes_by_priority, upgrades_by_priority
+  + [context] Use installonly_limit from global config (rh#1256108)
+  + [context] Add API to get/set "install_weak_deps"
+  + [context] Add wildcard support for repo_id in 
dnf_context_repo_enable/disable (rh#1781420)
+  + [context] Adds support for includepkgs in repository configuration.
+  + [context] Adds support for excludepkgs, exclude, includepkgs, and 
disable_excludes in main configuration.
+  + [context] Added function dnf_transaction_set_dont_solve_goal
+  + [context] Added functions dnf_context_get/set_config_file_path
+  + [context] Respect "plugins" global conf value
+  + [context] Add API to disable/enable plugins
+
+---

Old:

  libdnf-0.39.1.tar.gz

New:

  libdnf-0.43.1.tar.gz



Other differences:
--
++ libdnf.spec ++
--- /var/tmp/diff_new_pack.eRwB8l/_old  2020-01-22 08:19:24.314180201 +0100
+++ /var/tmp/diff_new_pack.eRwB8l/_new  2020-01-22 08:19:24.314180201 +0100
@@ -2,7 +2,7 @@
 # spec file for package libdnf
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 Neal Gompa .
+# Copyright (c) 2020 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 %define devname %{name}-devel
 
 Name:   libdnf
-Version:0.39.1
+Version:0.43.1
 Release:0
 Summary:Library providing C and Python APIs atop libsolv
 License:LGPL-2.1-or-later

++ libdnf-0.39.1.tar.gz -> libdnf-0.43.1.tar.gz ++
 2655 lines of diff (skipped)




commit openSUSE-release-tools for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:45

Comparing /work/SRC/openSUSE:Leap:15.2/openSUSE-release-tools (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.openSUSE-release-tools.new.26092 (New)


Package is "openSUSE-release-tools"

Wed Jan 22 08:19:45 2020 rev:290 rq:766077 version:20200120.0e07b678

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/openSUSE-release-tools/openSUSE-release-tools.changes
  2020-01-19 15:50:28.905809183 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.openSUSE-release-tools.new.26092/openSUSE-release-tools.changes
   2020-01-22 08:19:47.342192592 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 10:10:31 UTC 2020 - opensuse-releaset...@opensuse.org
+
+- Update to version 20200120.0e07b678:
+  * compare_pkglist: update to Leap 15.2 and SLE15 SP2
+
+---

Old:

  openSUSE-release-tools-20200116.13dedee6.obscpio

New:

  openSUSE-release-tools-20200120.0e07b678.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.tKoXf1/_old  2020-01-22 08:19:47.858192869 +0100
+++ /var/tmp/diff_new_pack.tKoXf1/_new  2020-01-22 08:19:47.858192869 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20200116.13dedee6
+Version:20200120.0e07b678
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.tKoXf1/_old  2020-01-22 08:19:47.902192894 +0100
+++ /var/tmp/diff_new_pack.tKoXf1/_new  2020-01-22 08:19:47.902192894 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-812bacb0e3a17656c66fd0eaae61f02d233adcf2
+d2cadc21d9479803b7cdf771250167d02d4a9ee0
   
 

++ openSUSE-release-tools-20200116.13dedee6.obscpio -> 
openSUSE-release-tools-20200120.0e07b678.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200116.13dedee6/compare_pkglist.py 
new/openSUSE-release-tools-20200120.0e07b678/compare_pkglist.py
--- old/openSUSE-release-tools-20200116.13dedee6/compare_pkglist.py 
2020-01-16 15:04:14.0 +0100
+++ new/openSUSE-release-tools-20200120.0e07b678/compare_pkglist.py 
2020-01-20 11:08:48.0 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 import argparse
 import logging
@@ -17,8 +17,8 @@
 
 from osc import oscerr
 
-OPENSUSE = 'openSUSE:Leap:15.1'
-SLE = 'SUSE:SLE-15-SP1:GA'
+OPENSUSE = 'openSUSE:Leap:15.2'
+SLE = 'SUSE:SLE-15-SP2:GA'
 
 makeurl = osc.core.makeurl
 http_GET = osc.core.http_GET

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.tKoXf1/_old  2020-01-22 08:19:48.374193147 +0100
+++ /var/tmp/diff_new_pack.tKoXf1/_new  2020-01-22 08:19:48.374193147 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20200116.13dedee6
-mtime: 1579183454
-commit: 13dedee6efaa43534979cd787e40c8afa3ee6138
+version: 20200120.0e07b678
+mtime: 1579514928
+commit: 0e07b678f4a4e9381dcc2e7aa1ca7e900e5dfdc8
 




commit shairport-sync for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package shairport-sync for 
openSUSE:Leap:15.2 checked in at 2020-01-22 08:19:35

Comparing /work/SRC/openSUSE:Leap:15.2/shairport-sync (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.shairport-sync.new.26092 (New)


Package is "shairport-sync"

Wed Jan 22 08:19:35 2020 rev:7 rq:765851 version:3.3.5

Changes:

--- /work/SRC/openSUSE:Leap:15.2/shairport-sync/shairport-sync.changes  
2020-01-15 16:02:03.707882257 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.shairport-sync.new.26092/shairport-sync.changes   
2020-01-22 08:19:36.622186824 +0100
@@ -1,0 +2,33 @@
+Sun Jan 19 03:06:01 UTC 2020 - Hillwood Yang 
+
+- Update version to 3.3.5
+  * Fix a crashing bug if output format S24 was chosen. 
+  * Fix a bug whereby if Loudness was enabled through the D-Bus interface, the
+output would be muted until the volume was changed.
+  * Enhancements to the D-Bus Interface
+  * Fixes a deferred crash that occurred in Ubuntu 14.04
+  * Fixes a potential crash when an incomplete fmtp parameter set is sent by 
the
+requesting client. Thanks to Angus71 for the fault report and for the
+repair.
+  * Fixed a potential crash
+  * A fix ensures the hardware mixer of an alsa device is detected and
+initialised before responding to the first volume setting.
+  * Fixes were made to the MPRIS and native D-Bus interfaces. 
+  * Fixes an error whereby the 'pvol'volume metadata was no longer sent if
+Shairport Sync was configured to ignore volume control information coming
+from the audio source. 
+  * Instead of returning EXIT_FAILURE, return EXIT_WITH_SUCCESS on early exit
+with either "version" (–version or -V) or "help" (–help or -h) arguments.
+Thanks to Henrik Nilsson for the patch.
+  * Normalises the 'pvol' volume outputs so that when both the software and
+hardware attenuators are in use to extend the overall attenuation range, 
the
+maximum output level corresponds to the maximum output level of the 
hardware
+mixer.
+  * Add the option of including the file and line number of each log entry's
+source.
+  * Rewrite the logic for identifying missing packets of audio and for asking
+for resends.
+  * Expose the advanced settings controlling the resend request logic. 
+  * Exposes two advanced metadata settings related to handling cover art 
+
+---

Old:

  shairport-sync-3.3.2.tar.gz

New:

  shairport-sync-3.3.5.tar.gz



Other differences:
--
++ shairport-sync.spec ++
--- /var/tmp/diff_new_pack.vpaLmH/_old  2020-01-22 08:19:37.438187263 +0100
+++ /var/tmp/diff_new_pack.vpaLmH/_new  2020-01-22 08:19:37.438187263 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shairport-sync
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   shairport-sync
-Version:3.3.2
+Version:3.3.5
 Release:0
 Summary:An AirPlay audio player
 License:GPL-3.0-only

++ shairport-sync-3.3.2.tar.gz -> shairport-sync-3.3.5.tar.gz ++
 5363 lines of diff (skipped)




commit orcania for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package orcania for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:19:31

Comparing /work/SRC/openSUSE:Leap:15.2/orcania (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.orcania.new.26092 (New)


Package is "orcania"

Wed Jan 22 08:19:31 2020 rev:5 rq:765626 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/orcania/orcania.changes2020-01-17 
11:59:33.880454504 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.orcania.new.26092/orcania.changes 
2020-01-22 08:19:32.070184374 +0100
@@ -1,0 +2,11 @@
+Sat Dec 21 16:02:24 UTC 2019 - Martin Hauke 
+
+- Update to version 2.1.0
+  * Generate documentation via doxygen
+  * Add functions `pointer_list_clean_free`,
+`pointer_list_remove_at_free` and
+`pointer_list_remove_pointer_free`
+  * `split_string` returns `size_t`
+  * Add functions `o_strnchr` and `o_strrnchr`
+
+---

Old:

  orcania-2.0.1.tar.gz

New:

  orcania-2.1.0.tar.gz



Other differences:
--
++ orcania.spec ++
--- /var/tmp/diff_new_pack.snhtBo/_old  2020-01-22 08:19:32.482184596 +0100
+++ /var/tmp/diff_new_pack.snhtBo/_new  2020-01-22 08:19:32.482184596 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orcania
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,9 +17,9 @@
 #
 
 
-%define sover 2_0
+%define sover 2_1
 Name:   orcania
-Version:2.0.1
+Version:2.1.0
 Release:0
 Summary:MISC function Library
 License:LGPL-2.1-or-later

++ orcania-2.0.1.tar.gz -> orcania-2.1.0.tar.gz ++
 13501 lines of diff (skipped)




commit dnf for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package dnf for openSUSE:Leap:15.2 checked 
in at 2020-01-22 08:19:24

Comparing /work/SRC/openSUSE:Leap:15.2/dnf (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.dnf.new.26092 (New)


Package is "dnf"

Wed Jan 22 08:19:24 2020 rev:28 rq:765598 version:4.2.18

Changes:

--- /work/SRC/openSUSE:Leap:15.2/dnf/dnf.changes2020-01-15 
14:52:35.037494575 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dnf.new.26092/dnf.changes 2020-01-22 
08:19:24.910180521 +0100
@@ -1,0 +2,21 @@
+Sun Jan 19 15:28:20 UTC 2020 - Neal Gompa 
+
+- Update to version 4.2.18
+  + [doc] Remove note about user-agent whitelist
+  + Do a substitution of variables in repo_id (rh#1748841)
+  + Respect order of config files in aliases.d (rh#1680489)
+  + Unify downgrade exit codes with upgrade (rh#1759847)
+  + Improve help for 'dnf module' command (rh#1758447)
+  + Add shell restriction for local packages (rh#1773483)
+  + Fix detection of the latest module (rh#1781769)
+  + Document the retries config option only works for packages (rh#1783041)
+  + Sort packages in transaction output by nevra (rh#1773436)
+  + Honor repo priority with check-update (rh#1769466)
+  + Strip '\' from aliases when processing (rh#1680482)
+  + Print the whole alias definition in case of infinite recursion (rh#1680488)
+  + Add support of commandline packages by repoquery (rh#1784148)
+  + Running with tsflags=test doesn't update log files
+  + Restore functionality of remove --oldinstallonly
+  + Allow disabling individual aliases config files (rh#1680566)
+
+---

Old:

  dnf-4.2.17.tar.gz

New:

  dnf-4.2.18.tar.gz



Other differences:
--
++ dnf.spec ++
--- /var/tmp/diff_new_pack.X2raU5/_old  2020-01-22 08:19:25.566180874 +0100
+++ /var/tmp/diff_new_pack.X2raU5/_new  2020-01-22 08:19:25.570180877 +0100
@@ -2,7 +2,7 @@
 # spec file for package dnf
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2019 Neal Gompa .
+# Copyright (c) 2020 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 #
 
 
-%global hawkey_version 0.39.1
+%global hawkey_version 0.43.1
 %global libcomps_version 0.1.8
 %global rpm_version 4.14.0
 %global min_plugins_core 4.0.12
@@ -48,7 +48,7 @@
 %bcond_with tests
 
 Name:   dnf
-Version:4.2.17
+Version:4.2.18
 Release:0
 Summary:Package manager forked from Yum, using libsolv as a dependency 
resolver
 # For a breakdown of the licensing, see PACKAGE-LICENSING

++ dnf-4.2.17.tar.gz -> dnf-4.2.18.tar.gz ++
 1628 lines of diff (skipped)




commit patterns-base for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package patterns-base for openSUSE:Leap:15.2 
checked in at 2020-01-22 08:08:01

Comparing /work/SRC/openSUSE:Leap:15.2/patterns-base (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.patterns-base.new.26092 (New)


Package is "patterns-base"

Wed Jan 22 08:08:01 2020 rev:95 rq: version:20171206

Changes:

--- /work/SRC/openSUSE:Leap:15.2/patterns-base/patterns-base.changes
2020-01-19 15:47:45.209712128 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.patterns-base.new.26092/patterns-base.changes 
2020-01-22 08:08:02.369847475 +0100
@@ -2,6 +1,0 @@
-Wed Dec 18 22:07:33 UTC 2019 - Michal Suchanek 
-
-- Support multiversion(kernel) with purge-kernels.service separated
-  from dracut (jsc#SLE-10162).
-




Other differences:
--
++ patterns-base.spec ++
--- /var/tmp/diff_new_pack.mg0rcd/_old  2020-01-22 08:08:02.917847735 +0100
+++ /var/tmp/diff_new_pack.mg0rcd/_new  2020-01-22 08:08:02.921847737 +0100
@@ -663,8 +663,6 @@
 Requires:   kmod
 Requires:   pam
 Requires:   procps
-# Support multiversion(kernel) (jsc#SLE-10162)
-Requires:   purge-kernels-service
 Requires:   rpm
 Requires:   sysconfig
 Requires:   system-group-hardware




commit 00Meta for openSUSE:Leap:15.2:PowerPC

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-22 07:46:46

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.00Meta.new.26092 (New)


Package is "00Meta"

Wed Jan 22 07:46:46 2020 rev:56 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_snapshot ++
--- /var/tmp/diff_new_pack.C7SfqT/_old  2020-01-22 07:46:49.001310649 +0100
+++ /var/tmp/diff_new_pack.C7SfqT/_new  2020-01-22 07:46:49.021310656 +0100
@@ -1 +1 @@
-80.2
\ No newline at end of file
+80.3
\ No newline at end of file




commit 000product for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-22 07:15:43

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


Package is "000product"

Wed Jan 22 07:15:43 2020 rev:2053 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.EEYsD8/_old  2020-01-22 07:15:48.172452251 +0100
+++ /var/tmp/diff_new_pack.EEYsD8/_new  2020-01-22 07:15:48.172452251 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20200120
+  20200121
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200120,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200121,openSUSE NonOSS 
Addon
   af ar be_BY bg br ca cy el et ga gl gu_IN he 
hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu 

-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200120/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200120/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200121/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20200121/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.EEYsD8/_old  2020-01-22 07:15:48.196452263 +0100
+++ /var/tmp/diff_new_pack.EEYsD8/_new  2020-01-22 07:15:48.196452263 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200120
+  20200121
   11
-  cpe:/o:opensuse:opensuse-microos:20200120,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20200121,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200120/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200121/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
++ openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.EEYsD8/_old  2020-01-22 07:15:48.232452281 +0100
+++ /var/tmp/diff_new_pack.EEYsD8/_new  2020-01-22 07:15:48.236452283 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200120
+  20200121
   11
-  cpe:/o:opensuse:opensuse:20200120,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200121,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200120/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200121/i586
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-cd-mini-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.EEYsD8/_old  2020-01-22 07:15:48.256452293 +0100
+++ /var/tmp/diff_new_pack.EEYsD8/_new  2020-01-22 07:15:48.256452293 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200120
+  20200121
   11
-  cpe:/o:opensuse:opensuse:20200120,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200121,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200120/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200121/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.EEYsD8/_old  2020-01-22 07:15:48.284452307 +0100
+++ /var/tmp/diff_new_pack.EEYsD8/_new  2020-01-22 07:15:48.288452309 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200120
+  20200121
   11
-  cpe:/o:opensuse:opensuse:20200120,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200121,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/202

commit 000release-packages for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-01-22 07:15:37

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.26092 (New)


Package is "000release-packages"

Wed Jan 22 07:15:37 2020 rev:414 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.A16f0n/_old  2020-01-22 07:15:42.016449200 +0100
+++ /var/tmp/diff_new_pack.A16f0n/_new  2020-01-22 07:15:42.016449200 +0100
@@ -7936,7 +7936,6 @@
 Provides: weakremover(colcmp)
 Provides: weakremover(golang-org-x-debug)
 Provides: weakremover(golang-org-x-debug-debugproxy)
-Provides: weakremover(golang-org-x-sync)
 Provides: weakremover(gotext)
 Provides: weakremover(h2i)
 Provides: weakremover(kselftests-kmp-debug)
@@ -8364,6 +8363,7 @@
 Provides: weakremover(emacs-vm)
 Provides: weakremover(emacs-with-editor)
 Provides: weakremover(engine_pkcs11)
+Provides: weakremover(enlightenment-doc-html)
 Provides: weakremover(enlightenment-theme-openSUSE-oliveleaf)
 Provides: weakremover(envoy)
 Provides: weakremover(epydoc)
@@ -16596,6 +16596,7 @@
 Provides: weakremover(php7-ZendFramework-manual-ru)
 Provides: weakremover(php7-ZendFramework-manual-zh)
 Provides: weakremover(php7-ZendFramework-pdf)
+Provides: weakremover(php7-geoip)
 Provides: weakremover(php7-imap)
 Provides: weakremover(php7-pear-Archive_Tar)
 Provides: weakremover(php7-pear-Auth_SASL)
@@ -17262,6 +17263,7 @@
 Provides: weakremover(python2-matplotlib-cairo)
 Provides: weakremover(python2-matplotlib-qt4)
 Provides: weakremover(python2-metakernel)
+Provides: weakremover(python2-moban)
 Provides: weakremover(python2-munkres)
 Provides: weakremover(python2-natsort)
 Provides: weakremover(python2-nautilus)
@@ -22107,6 +22109,15 @@
 Provides: weakremover(uwac0-devel)
 Provides: weakremover(vaapi-dummy-driver)
 Provides: weakremover(vacuum-im-plugins-kinotifications)
+Provides: weakremover(vala-panel-extras-battery)
+Provides: weakremover(vala-panel-extras-gtop)
+Provides: weakremover(vala-panel-extras-lang)
+Provides: weakremover(vala-panel-extras-volume)
+Provides: weakremover(vala-panel-extras-weather)
+Provides: weakremover(vala-panel-extras-xkb)
+Provides: weakremover(vala-panel-extras-xkb-flags)
+Provides: weakremover(vala-panel-plugin-sntray)
+Provides: weakremover(vala-panel-plugin-sntray-lang)
 Provides: weakremover(vdr)
 Provides: weakremover(vdr-devel)
 Provides: weakremover(vdr-devel-doc)
@@ -22119,6 +22130,7 @@
 Provides: weakremover(vdr-plugin-streamdev-server)
 Provides: weakremover(vdr-plugin-xineliboutput)
 Provides: weakremover(vdr-xineliboutput-client)
+Provides: weakremover(vegastrike-music)
 Provides: weakremover(velum)
 Provides: weakremover(viewprof)
 Provides: weakremover(viewvc)
@@ -22183,6 +22195,7 @@
 Provides: weakremover(xf86rushproto-devel)
 Provides: weakremover(xfce4-icon-theme)
 Provides: weakremover(xfce4-panel-plugin-multiload-nandhp)
+Provides: weakremover(xfce4-panel-plugin-sntray)
 Provides: weakremover(xfce4-screensaver-devel)
 Provides: weakremover(xfce4-splash-branding-openSUSE)
 Provides: weakremover(xfce4-volumed)




commit 00Meta for openSUSE:Leap:15.2:PowerPC

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 00Meta for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-22 02:31:49

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.00Meta.new.26092 (New)


Package is "00Meta"

Wed Jan 22 02:31:49 2020 rev:55 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.LCd9gt/_old  2020-01-22 02:31:50.880680727 +0100
+++ /var/tmp/diff_new_pack.LCd9gt/_new  2020-01-22 02:31:50.880680727 +0100
@@ -1 +1 @@
-80.2
\ No newline at end of file
+80.3
\ No newline at end of file




commit patterns-base for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package patterns-base for openSUSE:Factory 
checked in at 2020-01-22 01:01:53

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


Package is "patterns-base"

Wed Jan 22 01:01:53 2020 rev:50 rq: version:20190612

Changes:




Other differences:
--
++ patterns-base.spec ++
--- /var/tmp/diff_new_pack.seJR9K/_old  2020-01-22 01:01:58.738192688 +0100
+++ /var/tmp/diff_new_pack.seJR9K/_new  2020-01-22 01:01:58.750192693 +0100
@@ -133,7 +133,7 @@
 Requires:   systemd-coredump
 %endif
 # Support multiversion(kernel) (jsc#SLE-10162, jsc#SLE-10465)
-Requires:   purge-kernels-service
+# Requires:   purge-kernels-service
 # Add some static base tool in case system explodes; Recommend only, as users 
are free to uninstall it
 Recommends: busybox-static
 Recommends: bash-completion




commit 00Meta for openSUSE:Leap:15.2:Images

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 00Meta for openSUSE:Leap:15.2:Images 
checked in at 2020-01-21 22:45:47

Comparing /work/SRC/openSUSE:Leap:15.2:Images/00Meta (Old)
 and  /work/SRC/openSUSE:Leap:15.2:Images/.00Meta.new.26092 (New)


Package is "00Meta"

Tue Jan 21 22:45:47 2020 rev:267 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.CBI58F/_old  2020-01-21 22:45:49.390930651 +0100
+++ /var/tmp/diff_new_pack.CBI58F/_new  2020-01-21 22:45:49.410930659 +0100
@@ -1 +1 @@
-22.7
\ No newline at end of file
+22.8
\ No newline at end of file




commit 000release-packages for openSUSE:Leap:15.2:PowerPC

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-21 21:27:15

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000release-packages.new.26092 
(New)


Package is "000release-packages"

Tue Jan 21 21:27:15 2020 rev:68 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.K5VgSk/_old  2020-01-21 21:27:17.405323835 +0100
+++ /var/tmp/diff_new_pack.K5VgSk/_new  2020-01-21 21:27:17.409323836 +0100
@@ -5243,6 +5243,7 @@
 Provides: weakremover(php7-testresults)
 Provides: weakremover(python3-numpy_1_17_3-gnu-hpc)
 Provides: weakremover(python3-numpy_1_17_3-gnu-hpc-devel)
+Provides: weakremover(slurm-webdoc)
 Provides: weakremover(systemd-mini)
 Provides: weakremover(systemd-mini-devel)
 Provides: weakremover(systemd-mini-sysvinit)
@@ -5343,6 +5344,7 @@
 Provides: weakremover(QGnomePlatform)
 Provides: weakremover(QMPlay2)
 Provides: weakremover(QMPlay2-devel)
+Provides: weakremover(QTalarm)
 Provides: weakremover(Qross-devel)
 Provides: weakremover(QtAV)
 Provides: weakremover(QtAV-devel)
@@ -6713,8 +6715,6 @@
 Provides: weakremover(fontcacheproto-devel)
 Provides: weakremover(fontconfig)
 Provides: weakremover(fontconfig-devel)
-Provides: weakremover(fontforge)
-Provides: weakremover(fontforge-devel)
 Provides: weakremover(fontsproto-devel)
 Provides: weakremover(fonttosfnt)
 Provides: weakremover(forkbomb)
@@ -10840,6 +10840,8 @@
 Provides: weakremover(libgwengui-qt5-0)
 Provides: weakremover(libgwenhywfar78)
 Provides: weakremover(libgwenhywfar78-plugins)
+Provides: weakremover(libgwenhywfar79)
+Provides: weakremover(libgwenhywfar79-plugins)
 Provides: weakremover(libgxw0)
 Provides: weakremover(libgypsy-devel)
 Provides: weakremover(libgypsy0)
@@ -11735,6 +11737,8 @@
 Provides: weakremover(libosmo-ranap-devel)
 Provides: weakremover(libosmo-ranap2)
 Provides: weakremover(libosmo-ranap3)
+Provides: weakremover(libosmo-rspro-devel)
+Provides: weakremover(libosmo-rspro1)
 Provides: weakremover(libosmo-sabp-devel)
 Provides: weakremover(libosmo-sabp0)
 Provides: weakremover(libosmo-sccp-1_0_0)
@@ -11743,6 +11747,8 @@
 Provides: weakremover(libosmo-sigtran-devel)
 Provides: weakremover(libosmo-sigtran3)
 Provides: weakremover(libosmo-sigtran5)
+Provides: weakremover(libosmo-simtrace2-0)
+Provides: weakremover(libosmo-simtrace2-devel)
 Provides: weakremover(libosmo-xua-1_0_0)
 Provides: weakremover(libosmo-xua-1_2_0)
 Provides: weakremover(libosmo-xua-devel)
@@ -12397,6 +12403,7 @@
 Provides: weakremover(libsmraw-devel)
 Provides: weakremover(libsmraw-tools)
 Provides: weakremover(libsmraw1)
+Provides: weakremover(libsnapper5)
 Provides: weakremover(libsnappy1)
 Provides: weakremover(libsndio6_0)
 Provides: weakremover(libsoc-common)
@@ -13442,6 +13449,7 @@
 Provides: weakremover(modsecurity-devel)
 Provides: weakremover(modulemd-validator)
 Provides: weakremover(moe)
+Provides: weakremover(mokutil)
 Provides: weakremover(molsketch)
 Provides: weakremover(molsketch-devel)
 Provides: weakremover(monit-bash-completion)
@@ -14145,6 +14153,9 @@
 Provides: weakremover(osmo-mgw)
 Provides: weakremover(osmo-msc)
 Provides: weakremover(osmo-pcu)
+Provides: weakremover(osmo-remsim-bankd)
+Provides: weakremover(osmo-remsim-client)
+Provides: weakremover(osmo-remsim-server)
 Provides: weakremover(osmo-sgsn)
 Provides: weakremover(osmo-sip-connector)
 Provides: weakremover(osmo-stp)
@@ -16848,6 +16859,7 @@
 Provides: weakremover(simple-obfs)
 Provides: weakremover(simple-scan)
 Provides: weakremover(simplescreenrecorder)
+Provides: weakremover(simtrace2)
 Provides: weakremover(sipcalc)
 Provides: weakremover(sipp)
 Provides: weakremover(siproxd)
@@ -16882,6 +16894,7 @@
 Provides: weakremover(smtube)
 Provides: weakremover(smugbatch)
 Provides: weakremover(snap-photobooth)
+Provides: weakremover(snapper-testsuite)
 Provides: weakremover(snapper-zypp-plugin)
 Provides: weakremover(snappy-devel)
 Provides: weakremover(snd)
@@ -18077,7 +18090,6 @@
 Provides: weakremover(xmorph-devel)
 Provides: weakremover(xmp)
 Provides: weakremover(xnoise)
-Provides: weakremover(xorg-x11-Xvnc-module)
 Provides: weakremover(xorg-x11-driver-video)
 Provides: weakremover(xorriso)
 Provides: weakremover(xosd)
@@ -18766,6 +18778,8 @@
 Provides: weakremover(flatpak-builder)
 Provides: weakremover(flatpak-devel)
 Provides: weakremover(fmt-devel)
+Provides: weakremover(fontforge)
+Provides: weakremover(fontforge-devel)
 Provides: weakremover(fossil)
 Provides: weakremover(fping)
 Provides: weakremover(freeimage

commit 000release-packages for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2 checked in at 2020-01-21 21:27:12

Comparing /work/SRC/openSUSE:Leap:15.2/000release-packages (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000release-packages.new.26092 (New)


Package is "000release-packages"

Tue Jan 21 21:27:12 2020 rev:829 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.dzhA4P/_old  2020-01-21 21:27:14.537322574 +0100
+++ /var/tmp/diff_new_pack.dzhA4P/_new  2020-01-21 21:27:14.537322574 +0100
@@ -4245,6 +4245,8 @@
 Provides: weakremover(ffmpeg-4-private-devel)
 Provides: weakremover(fipscheck)
 Provides: weakremover(fipscheck-devel)
+Provides: weakremover(fontforge)
+Provides: weakremover(fontforge-devel)
 Provides: weakremover(gcc7)
 Provides: weakremover(gcc7-ada)
 Provides: weakremover(gcc7-c++)
@@ -5090,6 +5092,7 @@
 Provides: weakremover(sensord)
 Provides: weakremover(sensors)
 Provides: weakremover(shadow)
+Provides: weakremover(slurm-webdoc)
 Provides: weakremover(speech-dispatcher)
 Provides: weakremover(speech-dispatcher-configure)
 Provides: weakremover(speech-dispatcher-module-espeak)




commit 000release-packages for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-01-21 21:13:41

Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
 and  /work/SRC/openSUSE:Factory/.000release-packages.new.26092 (New)


Package is "000release-packages"

Tue Jan 21 21:13:41 2020 rev:413 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.sSnLOO/_old  2020-01-21 21:13:46.109217655 +0100
+++ /var/tmp/diff_new_pack.sSnLOO/_new  2020-01-21 21:13:46.117217658 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20200120)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20200121)
 #
 # Copyright (c) 2020 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20200120
+Version:    20200121
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20200120-0
+Provides:   product(openSUSE-Addon-NonOss) = 20200121-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200120
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200121
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20200120
+  20200121
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200120
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200121
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.sSnLOO/_old  2020-01-21 21:13:46.137217667 +0100
+++ /var/tmp/diff_new_pack.sSnLOO/_new  2020-01-21 21:13:46.141217669 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20200120
+Version:    20200121
 Release:0
 Summary:openSUSE MicroOS 
 License:GPL-2.0-or-later
@@ -43,9 +43,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64 %arm
 Provides:   %name-%version
 Provides:   product() = openSUSE-MicroOS
-Provides:   product(openSUSE-MicroOS) = 20200120-0
+Provides:   product(openSUSE-MicroOS) = 20200121-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200120
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200121
 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-MicroOS)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200120-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200121-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description dvd
@@ -77,7 +77,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(kubic-dvd)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200120-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200121-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description kubic-dvd
@@ -93,7 +93,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200120-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200121-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance
@@ -109,7 +109,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(appliance-kubic)
-Provides:   product_flavor(openSUSE-MicroOS) = 20200120-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200121-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -167,11 +167,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20200120
+  20200121
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20200120
+  cpe:/o:opensuse:opensuse-microos:20200121
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.sSnLOO/_old  2020-01-21 21:13:46.153217675 +0100
+++ /var/tmp/diff_new_pack.sSnLOO/_new  2020-01-21 21:13:46.157217676 +010

commit 000update-repos for openSUSE:Leap:15.2:PowerPC

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-21 21:11:08

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000update-repos.new.26092 (New)


Package is "000update-repos"

Tue Jan 21 21:11:08 2020 rev:77 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.2:ppc_80.2.packages.xz



Other differences:
--




































































































































































































































commit 000update-repos for openSUSE:Leap:15.2:PowerPC

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2:PowerPC checked in at 2020-01-21 21:11:19

Comparing /work/SRC/openSUSE:Leap:15.2:PowerPC/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2:PowerPC/.000update-repos.new.26092 (New)


Package is "000update-repos"

Tue Jan 21 21:11:19 2020 rev:78 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:ppc:update_1579635503.packages.xz



Other differences:
--





































































































































































































































commit 000update-repos for openSUSE:Leap:15.2

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2 checked in at 2020-01-21 21:10:16

Comparing /work/SRC/openSUSE:Leap:15.2/000update-repos (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.000update-repos.new.26092 (New)


Package is "000update-repos"

Tue Jan 21 21:10:16 2020 rev:489 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1579634218.packages.xz



Other differences:
--
























































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2020-01-21 21:08:47

Comparing /work/SRC/openSUSE:Factory/000update-repos (Old)
 and  /work/SRC/openSUSE:Factory/.000update-repos.new.26092 (New)


Package is "000update-repos"

Tue Jan 21 21:08:47 2020 rev:841 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1579634218.packages.xz



Other differences:
--




















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000product for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-21 21:04:55

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


Package is "000product"

Tue Jan 21 21:04:55 2020 rev:2050 rq: version:unknown
Tue Jan 21 21:04:55 2020 rev:2051 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-Addon-NonOss.product ++
--- /var/tmp/diff_new_pack.S7InCs/_old  2020-01-21 21:04:58.412977495 +0100
+++ /var/tmp/diff_new_pack.S7InCs/_new  2020-01-21 21:04:58.412977495 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20200120
+    20200121
 0 
 openSUSE NonOSS Addon
 non oss addon

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.S7InCs/_old  2020-01-21 21:04:58.460977517 +0100
+++ /var/tmp/diff_new_pack.S7InCs/_new  2020-01-21 21:04:58.464977519 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20200120
+  20200121
   0
 
   openSUSE




commit ignition for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2020-01-21 21:03:41

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


Package is "ignition"

Tue Jan 21 21:03:41 2020 rev:11 rq:766131 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/ignition/ignition.changes2020-01-14 
21:13:52.950945522 +0100
+++ /work/SRC/openSUSE:Factory/.ignition.new.26092/ignition.changes 
2020-01-21 21:04:14.876957544 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 16:25:25 UTC 2020 - Ignaz Forster 
+
+- Do not use SSH keys fragments, those are not supported by
+  openSUSE. [boo#1161265]
+
+---



Other differences:
--
++ ignition.spec ++
--- /var/tmp/diff_new_pack.YPI2Zu/_old  2020-01-21 21:04:16.048958091 +0100
+++ /var/tmp/diff_new_pack.YPI2Zu/_new  2020-01-21 21:04:16.048958091 +0100
@@ -47,7 +47,7 @@
 
 %build
 sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build
-env VERSION=%{version} GLDFLAGS='-X 
github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false ' bash -x 
./build
+env VERSION=%{version} GLDFLAGS='-X 
github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false -X 
github.com/coreos/ignition/v2/internal/distro.writeAuthorizedKeysFragment=false 
' bash -x ./build
 
 %install
 install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition




commit 000product for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-21 21:04:56

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


Package is "000product"

Tue Jan 21 21:04:56 2020 rev:2052 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++ openSUSE-MicroOS.product ++
--- /var/tmp/diff_new_pack.Fk0LbJ/_old  2020-01-21 21:05:01.520978909 +0100
+++ /var/tmp/diff_new_pack.Fk0LbJ/_new  2020-01-21 21:05:01.520978909 +0100
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20200120
+  20200121
   
   0
   openSUSE-MicroOS




commit perl-IO-Tty for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package perl-IO-Tty for openSUSE:Factory 
checked in at 2020-01-21 21:03:09

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


Package is "perl-IO-Tty"

Tue Jan 21 21:03:09 2020 rev:23 rq:766095 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Tty/perl-IO-Tty.changes  2015-04-15 
16:24:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Tty.new.26092/perl-IO-Tty.changes   
2020-01-21 21:03:49.132945544 +0100
@@ -1,0 +2,19 @@
+Mon Jan 20 03:10:17 UTC 2020 -  
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-IO-Tty/ChangeLog
+
+  2020-01-18 Todd Rinaldo  1.14
+  * Add strict/warnings to Tty.pm
+   * Fix pod errors
+   * Typo: s/dependend/dependent/
+   * Prevent spurious warning from get_winsize()
+   * Fix usage of setsid
+   * Github actions testing. Windows is off of course.
+   * Make README.md
+  
+  2014-12-14 Todd Rinaldo  1.13_01
+   * RT 91590 - Remove MAP_TARGET from Makefile.PL
+   * RT 88271 - Fix for Solaris setuid when root running as other user
+
+---

Old:

  IO-Tty-1.12.tar.gz

New:

  IO-Tty-1.14.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-IO-Tty.spec ++
--- /var/tmp/diff_new_pack.m4aoys/_old  2020-01-21 21:03:49.888945896 +0100
+++ /var/tmp/diff_new_pack.m4aoys/_new  2020-01-21 21:03:49.896945901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Tty
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-IO-Tty
-Version:1.12
+Version:1.14
 Release:0
 %define cpan_name IO-Tty
-Summary:Low-level allocate a pseudo-Tty, import constants.
-License:Artistic-1.0 or GPL-1.0+
+Summary:Low-level allocate a pseudo-Tty, import constants
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/IO-Tty/
-Source: 
http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -33,16 +34,16 @@
 %description
 'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You
 wouldn't want to use it directly except to import constants, use 'IO::Pty'.
-For a list of importable constants, see the IO::Tty::Constant manpage.
+For a list of importable constants, see IO::Tty::Constant.
 
-Windows is now supported, but ONLY under the Cygwin environment, see the
-http://sources.redhat.com/cygwin/ manpage.
+Windows is now supported, but ONLY under the Cygwin environment, see
+http://sources.redhat.com/cygwin/.
 
 Please note that pty creation is very system-dependend. From my experience,
 any modern POSIX system should be fine. Find below a list of systems that
 'IO::Tty' should work on. A more detailed table (which is slowly getting
 out-of-date) is available from the project pages document manager at
-SourceForge the http://sourceforge.net/projects/expectperl/ manpage.
+SourceForge http://sourceforge.net/projects/expectperl/.
 
 If you have problems on your system and your system is listed in the
 "verified" list, you probably have some non-standard setup, e.g. you
@@ -62,13 +63,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -77,6 +79,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ChangeLog README try
+%doc ChangeLog README.md try
 
 %changelog

++ IO-Tty-1.12.tar.gz -> IO-Tty-1.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=

commit libansilove for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package libansilove for openSUSE:Factory 
checked in at 2020-01-21 21:03:17

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


Package is "libansilove"

Tue Jan 21 21:03:17 2020 rev:4 rq:766092 version:1.1.9

Changes:

--- /work/SRC/openSUSE:Factory/libansilove/libansilove.changes  2019-12-27 
13:49:15.768483715 +0100
+++ /work/SRC/openSUSE:Factory/.libansilove.new.26092/libansilove.changes   
2020-01-21 21:04:00.844951003 +0100
@@ -1,0 +2,21 @@
+Mon Jan 20 20:19:12 UTC 2020 - Martin Hauke 
+
+- Update to version 1.1.9
+  * Remove unneeded gdImageColorAllocate calls in the ADF and IDF
+loaders
+  * Reset background24 to 0 when encountering blink attribute in
+an SGR sequence, fixing the remaining rendering bugs for 24-bit
+ANSI artworks
+
+---
+Sun Jan 19 10:07:04 UTC 2020 - Martin Hauke 
+
+- Update to version 1.1.8
+  * Properly reset pcboard buffer when CLS is encountered
+  * Use memcmp() instead of testing each character one by one in
+the PCB loader
+  * Do not use background and foreground variables to handle 24-bit
+ANSI colors
+  * Various improvements in the IDF loader
+
+---

Old:

  libansilove-1.1.7.tar.gz

New:

  libansilove-1.1.9.tar.gz



Other differences:
--
++ libansilove.spec ++
--- /var/tmp/diff_new_pack.wwUw4y/_old  2020-01-21 21:04:02.128951602 +0100
+++ /var/tmp/diff_new_pack.wwUw4y/_new  2020-01-21 21:04:02.140951608 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libansilove
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2019, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global sover   1
 %global libname %{name}%{sover}
 Name:   libansilove
-Version:1.1.7
+Version:1.1.9
 Release:0
 Summary:Library for converting ANSI, ASCII, and other formats to PNG
 License:BSD-2-Clause

++ libansilove-1.1.7.tar.gz -> libansilove-1.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libansilove-1.1.7/.travis.yml 
new/libansilove-1.1.9/.travis.yml
--- old/libansilove-1.1.7/.travis.yml   2019-12-19 17:22:59.0 +0100
+++ new/libansilove-1.1.9/.travis.yml   2020-01-20 16:08:36.0 +0100
@@ -31,7 +31,7 @@
   coverity_scan:
 project:
   name: "ansilove/libansilove"
-  version: 1.1.7
+  version: 1.1.9
   description: "Library for converting ANSI, ASCII, and other formats to 
PNG"
 notification_email: f...@statdns.com
 build_command_prepend: cmake .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libansilove-1.1.7/CMakeLists.txt 
new/libansilove-1.1.9/CMakeLists.txt
--- old/libansilove-1.1.7/CMakeLists.txt2019-12-19 17:22:59.0 
+0100
+++ new/libansilove-1.1.9/CMakeLists.txt2020-01-20 16:08:36.0 
+0100
@@ -2,7 +2,7 @@
 
 set(LIB_VERSION_MAJOR 1)
 set(LIB_VERSION_MINOR 1)
-set(LIB_VERSION_PATCH 7)
+set(LIB_VERSION_PATCH 9)
 set(LIB_VERSION_STRING 
${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
 
 project (ansilove C)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libansilove-1.1.7/ChangeLog 
new/libansilove-1.1.9/ChangeLog
--- old/libansilove-1.1.7/ChangeLog 2019-12-19 17:22:59.0 +0100
+++ new/libansilove-1.1.9/ChangeLog 2020-01-20 16:08:36.0 +0100
@@ -1,3 +1,21 @@
+libansilove 1.1.9 (2020-01-20)
+
+- Remove unneeded gdImageColorAllocate calls in the ADF and IDF loaders
+- Reset background24 to 0 when encountering blink attribute in an SGR sequence,
+  fixing the remaining rendering bugs for 24-bit ANSI artworks
+
+
+
+libansilove 1.1.8 (2020-01-18)
+
+- Use OpenBSD style(9) for function prototypes and declarations
+- Properly reset pcboard buffer when CLS is encountered
+- Use memcmp() instead of testing each character one by one in the PCB loader
+- Do not use background and foreground variables to handle 24-bit ANSI colors
+- Various improvements in the IDF loader
+
+
+
 libansilove 1.1.7 (2019-12-19)
 
 - Rename the alSelectFont() function to select_font()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libansilove-1.1.7/LICENSE 
new/libansilove-1.1.9/LICENSE
--- old/libansilove-1.1.7/LICENSE   2019-12-19 17:22:59.0 +0100
+++ new/libansilove-1.1.9/LI

commit minetest-game for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package minetest-game for openSUSE:Factory 
checked in at 2020-01-21 21:03:11

Comparing /work/SRC/openSUSE:Factory/minetest-game (Old)
 and  /work/SRC/openSUSE:Factory/.minetest-game.new.26092 (New)


Package is "minetest-game"

Tue Jan 21 21:03:11 2020 rev:7 rq:766098 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/minetest-game/minetest-game.changes  
2019-10-14 13:14:43.449581329 +0200
+++ /work/SRC/openSUSE:Factory/.minetest-game.new.26092/minetest-game.changes   
2020-01-21 21:03:50.248946064 +0100
@@ -1,0 +2,8 @@
+Sat Jan 18 10:33:30 UTC 2020 - Maximilian Trummer 
+
+- Update to version 5.1.1
+  * See https://dev.minetest.net/Changelog#5.1.0_.E2.86.92_5.1.1
+  * no changes, this is only a version bump to keep the
+package version in sync with minetest
+
+---

Old:

  minetest_game-5.1.0.tar.gz

New:

  minetest_game-5.1.1.tar.gz



Other differences:
--
++ minetest-game.spec ++
--- /var/tmp/diff_new_pack.VN8N39/_old  2020-01-21 21:03:51.920946843 +0100
+++ /var/tmp/diff_new_pack.VN8N39/_new  2020-01-21 21:03:51.928946847 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minetest-game
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minetest-game
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:Minetest Game
 License:LGPL-2.1-or-later AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND 
CC-BY-3.0 AND CC0-1.0

++ minetest_game-5.1.0.tar.gz -> minetest_game-5.1.1.tar.gz ++




commit gnucash for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2020-01-21 21:03:26

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


Package is "gnucash"

Tue Jan 21 21:03:26 2020 rev:84 rq:766121 version:3.8b

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2020-01-10 
17:50:38.446123254 +0100
+++ /work/SRC/openSUSE:Factory/.gnucash.new.26092/gnucash.changes   
2020-01-21 21:04:08.112954391 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 10:48:24 UTC 2020 - Jonathan Brielmaier 
+
+- Don't build with Guile 3.0 as it's not supported yet. 
+
+---



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.AQ0Ujh/_old  2020-01-21 21:04:09.636955102 +0100
+++ /var/tmp/diff_new_pack.AQ0Ujh/_new  2020-01-21 21:04:09.636955102 +0100
@@ -39,7 +39,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gmock >= 1.8.0
 BuildRequires:  gtest >= 1.8.0
-BuildRequires:  guile-devel >= 2.0.0
+BuildRequires:  guile-devel < 3.0
 BuildRequires:  libboost_date_time-devel >= 1.54.0
 BuildRequires:  libboost_filesystem-devel >= 1.54.0
 BuildRequires:  libboost_headers-devel >= 1.54.0




commit minetest for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package minetest for openSUSE:Factory 
checked in at 2020-01-21 21:03:13

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


Package is "minetest"

Tue Jan 21 21:03:13 2020 rev:11 rq:766100 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/minetest/minetest.changes2019-12-04 
14:19:24.218388748 +0100
+++ /work/SRC/openSUSE:Factory/.minetest.new.26092/minetest.changes 
2020-01-21 21:03:55.960948726 +0100
@@ -1,0 +2,20 @@
+Sat Jan 18 16:26:52 UTC 2020 - Maximilian Trummer 
+
+- build with spatialindex-devel, this speeds up AreaStores, see
+  https://github.com/minetest/minetest#cmake-options
+
+---
+Sat Jan 18 10:37:15 UTC 2020 - Maximilian Trummer 
+
+- Update to version 5.1.1
+  * See https://dev.minetest.net/Changelog#5.1.0_.E2.86.92_5.1.1
+  * Fix player-bound sound playback (SmallJoker)
+  * Fix item eat sound not played if last item (Wuzzy2)
+  * Formspecs: Reset version number on rebuild (SmallJoker)
+  * Rework packet receiving in ServerThread (sfan5)
+  * Fix core.chat_format_message crashes (ClobberXD)
+  * Fix spaces breaking formspec_version[] tag (rubenwardy)
+  * Fix find_path for newer jsoncpp installations (vilhelmgray)
+  * Update translations
+
+---

Old:

  minetest-5.1.0.tar.gz

New:

  minetest-5.1.1.tar.gz



Other differences:
--
++ minetest.spec ++
--- /var/tmp/diff_new_pack.2itWZ2/_old  2020-01-21 21:03:57.996949676 +0100
+++ /var/tmp/diff_new_pack.2itWZ2/_new  2020-01-21 21:03:58.000949678 +0100
@@ -28,7 +28,7 @@
 %bcond_with postgresql
 %endif
 Name:   minetest
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:A InfiniMiner/Minecraft inspired game
 License:LGPL-2.1-or-later AND CC-BY-SA-3.0
@@ -52,6 +52,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libXxf86vm-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  spatialindex-devel
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
@@ -148,6 +149,7 @@
   -DENABLE_FREETYPE=ON \
   -DENABLE_SYSTEM_JSONCPP=ON \
   -DPNG_PNG_INCLUDE_DIR=$(pkg-config libpng --variable=includedir) \
+  -DENABLE_SPATIAL=ON \
 %if %{with leveldb}
   -DENABLE_LEVELDB=ON \
 %else

++ minetest-5.1.0.tar.gz -> minetest-5.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/minetest/minetest-5.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.minetest.new.26092/minetest-5.1.1.tar.gz differ: 
char 13, line 1




commit retro-gtk for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package retro-gtk for openSUSE:Factory 
checked in at 2020-01-21 21:03:36

Comparing /work/SRC/openSUSE:Factory/retro-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.retro-gtk.new.26092 (New)


Package is "retro-gtk"

Tue Jan 21 21:03:36 2020 rev:11 rq:766118 version:0.18.1

Changes:

--- /work/SRC/openSUSE:Factory/retro-gtk/retro-gtk.changes  2019-10-18 
14:33:05.652292403 +0200
+++ /work/SRC/openSUSE:Factory/.retro-gtk.new.26092/retro-gtk.changes   
2020-01-21 21:04:12.884956616 +0100
@@ -1,0 +2,13 @@
+Sun Jan 19 13:06:07 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.18.1:
+  + Meson:
+- Bump the required version to 0.50.0 to fix a
+  build-time-warning.
+- Explicitly specify the GIR namespace and the packages GIR
+  exports.
+  + RetroGLDisplay: Scale coordinates on display for pointer inputs
+to work in Hi-DPI.
+  + Register a GType for RetroRumbleEffect.
+
+---

Old:

  retro-gtk-0.18.0.tar.xz

New:

  retro-gtk-0.18.1.tar.xz



Other differences:
--
++ retro-gtk.spec ++
--- /var/tmp/diff_new_pack.xCCpJu/_old  2020-01-21 21:04:13.876957079 +0100
+++ /var/tmp/diff_new_pack.xCCpJu/_new  2020-01-21 21:04:13.880957080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package retro-gtk
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define namever 0_14-0
 %define libver  0.14
 Name:   retro-gtk
-Version:0.18.0
+Version:0.18.1
 Release:0
 Summary:Toolkit to write Gtk+3-based frontends to libretro
 License:GPL-3.0-only
@@ -29,7 +29,7 @@
 Source0:
https://download.gnome.org/sources/retro-gtk/0.18/%{name}-%{version}.tar.xz
 
 BuildRequires:  gobject-introspection-devel >= 0.6.7
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(epoxy)

++ retro-gtk-0.18.0.tar.xz -> retro-gtk-0.18.1.tar.xz ++
 3078 lines of diff (skipped)




commit ansilove for openSUSE:Factory

2020-01-21 Thread root


binHvp5yuNdZK.bin
Description: Binary data


commit QGnomePlatform for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package QGnomePlatform for openSUSE:Factory 
checked in at 2020-01-21 21:03:31

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


Package is "QGnomePlatform"

Tue Jan 21 21:03:31 2020 rev:4 rq:766122 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/QGnomePlatform/QGnomePlatform.changes
2019-11-26 17:05:57.983973871 +0100
+++ /work/SRC/openSUSE:Factory/.QGnomePlatform.new.26092/QGnomePlatform.changes 
2020-01-21 21:04:10.792955641 +0100
@@ -1,0 +2,5 @@
+Fri Jan 17 08:50:25 UTC 2020 - Stasiek Michalski 
+
+- Install automatically with gnome-session and libqt5 base
+
+---



Other differences:
--
++ QGnomePlatform.spec ++
--- /var/tmp/diff_new_pack.i3zci6/_old  2020-01-21 21:04:11.648956040 +0100
+++ /var/tmp/diff_new_pack.i3zci6/_new  2020-01-21 21:04:11.652956041 +0100
@@ -49,6 +49,8 @@
 BuildRequires:  pkgconfig(xrender)
 Requires:   adwaita-qt5
 
+Supplements:(libQt5Gui5 and gnome-session)
+
 %description
 QGnomePlatform is a Qt Platform Theme designed to use as many of the GNOME
 settings as possible in unmodified Qt applications. It allows Qt applications




commit finalcut for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package finalcut for openSUSE:Factory 
checked in at 2020-01-21 21:02:27

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


Package is "finalcut"

Tue Jan 21 21:02:27 2020 rev:5 rq:766076 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/finalcut/finalcut.changes2019-10-21 
12:30:26.400099402 +0200
+++ /work/SRC/openSUSE:Factory/.finalcut.new.26092/finalcut.changes 
2020-01-21 21:03:16.900930519 +0100
@@ -1,0 +2,8 @@
+Mon Jan 20 14:10:38 UTC 2020 - Ludwig Nussel 
+
+- libfinal-devel needs to require ncurses-devel and gpm-devel as some header
+  files include files from those
+- install built examples so libfinal-examples can be tried directly
+- add package for the special font
+
+---



Other differences:
--
++ finalcut.spec ++
--- /var/tmp/diff_new_pack.RDM9lR/_old  2020-01-21 21:03:18.924931463 +0100
+++ /var/tmp/diff_new_pack.RDM9lR/_new  2020-01-21 21:03:18.936931468 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package finalcut.spec
+# spec file for package finalcut
 #
 # Copyright (c) 2019 by Markus Gans
 #
@@ -29,10 +29,11 @@
 BuildRequires:  autoconf
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
+BuildRequires:  fontpackages-devel
 BuildRequires:  gcc-c++ >= 5.1
+BuildRequires:  gdb
 BuildRequires:  glib2-devel
 BuildRequires:  gpm-devel
-BuildRequires:  gdb
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 
@@ -48,12 +49,14 @@
 %package -n libfinal-devel
 Summary:Development files for the FINAL CUT text widget library
 Group:  Development/Libraries/C and C++
-Requires:   libfinal%{sover} = %{version}
 Requires:   bdftopcf
 Requires:   coreutils
 Requires:   gcc-c++ >= 5.1
+Requires:   gpm-devel
 Requires:   grep
 Requires:   gzip
+Requires:   libfinal%{sover} = %{version}
+Requires:   ncurses-devel
 Requires:   sed
 Requires:   vim
 Provides:   finalcut-devel = %{version}
@@ -72,7 +75,6 @@
 %package -n libfinal-examples
 Summary:Example files for the FINAL CUT library
 Group:  Development/Languages/C and C++
-BuildArch:  noarch
 Provides:   finalcut-examples = %{version}
 Obsoletes:  finalcut-examples < %{version}
 
@@ -98,6 +100,18 @@
 common controls like dialog windows, push buttons, check boxes,
 radio buttons, input lines, list boxes, status bars and so on.
 
+%package bitmap-fonts
+Summary:Bitmap fonts for finalcut
+Group:  System/X11/Fonts
+Requires(pre):  fontconfig
+# install the fonts only if we have X11 fonts anyways
+Supplements:packageand(libfinal%{sover}:xorg-x11-fonts-core)
+BuildArch:  noarch
+
+%description bitmap-fonts
+This package include a special font uses by the FINAL CUT text
+widget toolkit
+
 %prep
 %setup -q
 %patch0 -p1
@@ -117,17 +131,33 @@
 bindir=%{buildroot}%{_bindir} \
 docdir=%{buildroot}%{_docdir}/%{name}/ \
 fontdir=%{buildroot}%{_miscfontsdir}/%{name}/
-mkdir -p %{buildroot}%{_docdir}/%{name}/examples
 mkdir -p %{buildroot}%{_miscfontsdir}/%{name}/
-cp -p examples/*.cpp %{buildroot}%{_docdir}/%{name}/examples
-cp -p examples/Makefile.clang %{buildroot}%{_docdir}/%{name}/examples
-cp -p examples/Makefile.gcc %{buildroot}%{_docdir}/%{name}/examples
-rm -f %{buildroot}%{_libdir}/libfinal.la 
%{buildroot}%{_libdir}/%{name}/examples
+mkdir -p %{buildroot}%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_libdir}/%{name}/examples
+cp -p examples/.libs/* %{buildroot}%{_libdir}/%{name}/examples
+cp -p examples/*.cpp %{buildroot}%{_libdir}/%{name}/examples
+cp -p examples/Makefile.clang %{buildroot}%{_libdir}/%{name}/examples
+cp -p examples/Makefile.gcc %{buildroot}%{_libdir}/%{name}/examples
+rm -f %{buildroot}%{_libdir}/libfinal.la
 rm %{buildroot}%{_docdir}/%{name}/ChangeLog 
%{buildroot}%{_docdir}/%{name}/COPYING.LESSER
+# Add config for X font path
+mkdir -p %{buildroot}%{_datadir}/X11/xorg.conf.d
+cat < 
%{buildroot}%{_datadir}/X11/xorg.conf.d/80-finalcut-bitmap-fonts.conf
+Section "Files"
+FontPath "%{_miscfontsdir}/finalcut:unscaled"
+EndSection
+EOF
+#
+# make sure we own all generated files
+for i in .fonts-config-timestamp encodings.dir fonts.dir fonts.scale; do
+> %{buildroot}%{_miscfontsdir}/finalcut/$i
+done
 
 %post -n libfinal%{sover} -p /sbin/ldconfig
 %postun -n libfinal%{sover} -p /sbin/ldconfig
 
+%reconfigure_fonts_scriptlets -n %{name}-bitmap-fonts
+
 %files -n libfinal-devel
 %if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1500
 %license COPYING.LESSER
@@ -142,9 +172,22 @@
 %{_includedir}/final
 
 %files -n libfinal-examples
-%{_doc

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

2020-01-21 Thread root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2020-01-21 21:02:59

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


Package is "perl-CPAN-Perl-Releases"

Tue Jan 21 21:02:59 2020 rev:87 rq:766090 version:5.20200120

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2019-12-24 14:30:52.654602513 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.26092/perl-CPAN-Perl-Releases.changes
   2020-01-21 21:03:46.624944375 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 03:07:13 UTC 2020 -  
+
+- updated to 5.20200120
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-5.20191220.tar.gz

New:

  CPAN-Perl-Releases-5.20200120.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.lLRWKb/_old  2020-01-21 21:03:47.316944697 +0100
+++ /var/tmp/diff_new_pack.lLRWKb/_new  2020-01-21 21:03:47.316944697 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CPAN-Perl-Releases
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:5.20191220
+Version:5.20200120
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-5.20191220.tar.gz -> 
CPAN-Perl-Releases-5.20200120.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20191220/Changes 
new/CPAN-Perl-Releases-5.20200120/Changes
--- old/CPAN-Perl-Releases-5.20191220/Changes   2019-12-21 11:54:36.0 
+0100
+++ new/CPAN-Perl-Releases-5.20200120/Changes   2020-01-20 19:41:15.0 
+0100
@@ -1,8 +1,18 @@
 ==
-Changes from 2014-12-22 00:00:00 + to present.
+Changes from 2015-01-21 00:00:00 + to present.
 ==
 
 ---
+version 5.20200120 at 2020-01-20 18:40:26 +
+---
+
+  Change: ae5b988749e6013ab201116a19362cb5fdf47adf
+  Author: Chris 'BinGOs' Williams 
+  Date : 2020-01-20 18:40:26 +
+
+Updated for v5.31.8 
+
+---
 version 5.20191220 at 2019-12-21 10:53:56 +
 ---
 
@@ -1132,16 +1142,6 @@
 
 Updated for v5.20.2 release candidate 1 
 
--
-version 2.04 at 2015-01-20 20:31:05 +
--
-
-  Change: 1976ed8383af41db76da989b9f2b288d57e7b3af
-  Author: Chris 'BinGOs' Williams 
-  Date : 2015-01-20 20:31:05 +
-
-Updated for v5.21.8 
-
 ==
-Plus 100 releases after 2014-12-22 00:00:00 +.
+Plus 101 releases after 2015-01-21 00:00:00 +.
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20191220/LICENSE 
new/CPAN-Perl-Releases-5.20200120/LICENSE
--- old/CPAN-Perl-Releases-5.20191220/LICENSE   2019-12-21 11:54:36.0 
+0100
+++ new/CPAN-Perl-Releases-5.20200120/LICENSE   2020-01-20 19:41:15.0 
+0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2019 by Chris Williams.
+This software is copyright (c) 2020 by Chris Williams.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2019 by Chris Williams.
+This software is Copyright (c) 2020 by Chris Williams.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2019 by Chris Williams.
+This software is Copyright (c) 2020 by Chris Williams.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20191220/META.json 
new/CPAN-Perl-Releases-5.20200120/META.json
--- old/CPAN-Perl-Releases-5.20

commit log4j for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package log4j for openSUSE:Factory checked 
in at 2020-01-21 21:02:31

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


Package is "log4j"

Tue Jan 21 21:02:31 2020 rev:28 rq:766064 version:2.13.0

Changes:

--- /work/SRC/openSUSE:Factory/log4j/log4j.changes  2020-01-06 
15:23:25.456519274 +0100
+++ /work/SRC/openSUSE:Factory/.log4j.new.26092/log4j.changes   2020-01-21 
21:03:23.212933461 +0100
@@ -1,0 +2,55 @@
+Tue Jan 21 10:55:28 UTC 2020 - Pedro Monreal Gonzalez 

+
+- Update to 2.13.0 [bsc#1159646, CVE-2019-17571]
+  * Bugfixes and minor enhancements:
+- CVE-2019-17571: Remote code execution: Deserialization of untrusted
+  data in SocketServer
+- Log4j 2 now requires Java 8 or higher to build and run.
+- Better integration with Spring Boot by providing access to Spring
+  variables in Log4j 2 configuration files and allowing Log4j 2 system
+  properties to be defined in the Spring configuration.
+- Support for accessing Kubernetes information via a Log4j 2 Lookup.
+- The Gelf Layout now allows the message to be formatted using a
+  PatternLayout pattern.
+- Due to a break in compatibility in the SLF4J binding, Log4j now
+  ships with two versions of the SLF4J to Log4j adapters.
+- log4j-slf4j-impl should be used with SLF4J 1.7.x and earlier and
+  log4j-slf4j18-impl should be used with SLF4J 1.8.x and later.
+- Note that the XML, JSON and YAML formats changed in the 2.11.0 release:
+  they no longer have the "timeMillis" attribute and instead have an
+  "Instant" element with "epochSecond" and "nanoOfSecond" attributes.
+- The Log4j 2.13.0 API, as well as many core components, maintains
+  binary compatibility with previous releases.
+  * New Features
+- Add ThreadContext.putIfNotNull method.
+- Add a Level Patttern Selector.
+- Add experimental support for Log4j 1 configuration files.
+- Add the ability to lookup Kubernetes attributes in the Log4j
+  configuration. Allow Log4j properties to be retrieved from the
+  Spring environment if it is available.
+- Allow Spring Boot application properties to be accessed in the
+  Log4j 2 configuration. Add lower and upper case Lookups.
+- Add builder pattern to Logger interface.
+  * Fixed Bugs
+- Prevent recursive calls to java.util.LogManager.getLogger().
+- Added try/finally around event.execute() for RingBufferLogEventHandler
+  to clear memory correctly in case of exception/error.
+- Wrong java version check in ThreadNameCachingStrategy.
+- Use a less confusing name for the CompositeConfiguration source.
+- Add setKey method to Kafka Appender Builder.
+- ArrayIndexOutOfBoundsException could occur with MAC address longer
+  than 6 bytes.
+- The rolling file appenders would fail to compress the file after
+  rollover if the file name matched the file pattern.
+- @PluginValue does not support attribute names besides "value".
+- Validation blocks definition of script in properties configuration.
+- Set result of rename action to true if file was copied.
+- Add automatic module names where missing.
+- OutputStreamAppender.Builder ignores setFilter().
+- Prevent a memory leak when async loggers throw errors.
+  * Changes
+- Update Jackson to 2.9.10.
+- Allow message portion of GELF layout to be formatted using a 
PatternLayout.
+- Allow ThreadContext attributes to be explicitly included or excluded in 
the GelfLayout.
+
+---

Old:

  apache-log4j-2.11.1-src.tar.gz

New:

  apache-log4j-2.13.0-src.tar.gz
  apache-log4j-2.13.0-src.tar.gz.asc



Other differences:
--
++ log4j.spec ++
--- /var/tmp/diff_new_pack.NSf1HP/_old  2020-01-21 21:03:24.996934293 +0100
+++ /var/tmp/diff_new_pack.NSf1HP/_new  2020-01-21 21:03:25.028934308 +0100
@@ -18,12 +18,13 @@
 
 %bcond_with extras
 Name:   log4j
-Version:2.11.1
+Version:2.13.0
 Release:0
 Summary:Java logging package
 License:Apache-2.0
 URL:http://logging.apache.org/%{name}
 Source0:
http://archive.apache.org/dist/logging/%{name}/%{version}/apache-%{name}-%{version}-src.tar.gz
+Source1:
http://archive.apache.org/dist/logging/%{name}/%{version}/apache-%{name}-%{version}-src.tar.gz.asc
 BuildRequires:  fdupes
 BuildRequires:  maven-local
 BuildRequires:  mvn(com.fasterxml.jackson.core:jackson-core)
@@ -134,13 +135,14 @@
 %pom_remove_plugin -r :maven-doap-plugin
 %pom_remove_plugin -r :maven-source-plugin
 %pom_remove_plugin -r :maven-t

commit python-zstd for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-zstd for openSUSE:Factory 
checked in at 2020-01-21 21:02:42

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


Package is "python-zstd"

Tue Jan 21 21:02:42 2020 rev:6 rq:766048 version:1.4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-zstd/python-zstd.changes  2019-09-11 
10:33:15.72357 +0200
+++ /work/SRC/openSUSE:Factory/.python-zstd.new.26092/python-zstd.changes   
2020-01-21 21:03:28.772936053 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 11:12:36 UTC 2020 - Ondřej Súkup 
+
+- update to 1.4.4.0
+ * Follow upstream 1.4.4
+
+---

Old:

  zstd-1.4.3.2.tar.gz

New:

  zstd-1.4.4.0.tar.gz



Other differences:
--
++ python-zstd.spec ++
--- /var/tmp/diff_new_pack.c7JhQn/_old  2020-01-21 21:03:32.116937612 +0100
+++ /var/tmp/diff_new_pack.c7JhQn/_new  2020-01-21 21:03:32.120937614 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zstd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zstd
-Version:1.4.3.2
+Version:1.4.4.0
 Release:0
 Summary:ZSTD Bindings for Python
 License:BSD-2-Clause
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(libzstd) >= 1.4.3
+BuildRequires:  pkgconfig(libzstd) >= 1.4.4
 %python_subpackages
 
 %description

++ zstd-1.4.3.2.tar.gz -> zstd-1.4.4.0.tar.gz ++
 4866 lines of diff (skipped)




commit python-certbot-nginx for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-nginx for 
openSUSE:Factory checked in at 2020-01-21 21:02:24

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


Package is "python-certbot-nginx"

Tue Jan 21 21:02:24 2020 rev:16 rq:766020 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-nginx/python-certbot-nginx.changes
2020-01-03 17:39:52.871384888 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-nginx.new.26092/python-certbot-nginx.changes
 2020-01-21 21:03:13.524928945 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:43:23 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-nginx-1.0.0.tar.gz

New:

  certbot-nginx-1.1.0.tar.gz



Other differences:
--
++ python-certbot-nginx.spec ++
--- /var/tmp/diff_new_pack.IlZCni/_old  2020-01-21 21:03:15.000929633 +0100
+++ /var/tmp/diff_new_pack.IlZCni/_new  2020-01-21 21:03:15.028929647 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-nginx
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Nginx plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/letsencrypt/letsencrypt
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-nginx/certbot-nginx-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyparsing >= 1.5.5}
@@ -34,8 +34,8 @@
 BuildRequires:  nginx
 BuildRequires:  python-rpm-macros
 Requires:   nginx
-Requires:   python-acme >= 1.0.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-acme >= 1.1.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-pyOpenSSL
 Requires:   python-pyparsing >= 1.5.5
 Requires:   python-zope.interface

++ certbot-nginx-1.0.0.tar.gz -> certbot-nginx-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-nginx-1.0.0/PKG-INFO 
new/certbot-nginx-1.1.0/PKG-INFO
--- old/certbot-nginx-1.0.0/PKG-INFO2019-12-03 18:20:47.0 +0100
+++ new/certbot-nginx-1.1.0/PKG-INFO2020-01-14 19:41:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-nginx
-Version: 1.0.0
+Version: 1.1.0
 Summary: Nginx plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-nginx-1.0.0/certbot_nginx/_internal/configurator.py 
new/certbot-nginx-1.1.0/certbot_nginx/_internal/configurator.py
--- old/certbot-nginx-1.0.0/certbot_nginx/_internal/configurator.py 
2019-12-03 18:20:30.0 +0100
+++ new/certbot-nginx-1.1.0/certbot_nginx/_internal/configurator.py 
2020-01-14 19:41:31.0 +0100
@@ -1,6 +1,6 @@
 """Nginx Configuration"""
 # https://github.com/PyCQA/pylint/issues/73
-from distutils.version import LooseVersion # pylint: 
disable=no-name-in-module,import-error
+from distutils.version import LooseVersion  # pylint: 
disable=no-name-in-module, import-error
 import logging
 import re
 import socket
@@ -8,22 +8,21 @@
 import tempfile
 import time
 
-import pkg_resources
-
 import OpenSSL
+import pkg_resources
 import zope.interface
 
 from acme import challenges
 from acme import crypto_util as acme_crypto_util
-from acme.magic_typing import List, Dict, Set  # pylint: 
disable=unused-import, no-name-in-module
-
+from acme.magic_typing import Dict  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import List  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import Set  # pylint: disable=unused-import, 
no-name-in-module
 from certbot import crypto_util
 from certbot import errors
 from certbot import interfaces
 from certbot import util
 from certbot.compat import os
 from certbot.plugins import common
-
 from certbot_nginx._internal import constants
 from certbot_nginx._internal import display_ops
 from certbot_nginx._internal import http_01
@@ -284,7 +283,7 @@
 filtered_vhosts[name] = vhost
 
 # Only unique VHost objects
-dialog_input = set([vhost for vhost in filtered_vhosts.values()])
+dialog_input = set(filtered_vhosts.values())
 
 # Ask the user which of names to enable, expect list of n

commit python-certbot-dns-route53 for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-route53 for 
openSUSE:Factory checked in at 2020-01-21 21:02:21

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-route53 (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.26092 (New)


Package is "python-certbot-dns-route53"

Tue Jan 21 21:02:21 2020 rev:16 rq:766019 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-route53/python-certbot-dns-route53.changes
2020-01-03 17:39:43.907380286 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-route53.new.26092/python-certbot-dns-route53.changes
 2020-01-21 21:03:12.276928364 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:43:11 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-route53-1.0.0.tar.gz

New:

  certbot-dns-route53-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-route53.spec ++
--- /var/tmp/diff_new_pack.AfaIv2/_old  2020-01-21 21:03:13.276928830 +0100
+++ /var/tmp/diff_new_pack.AfaIv2/_new  2020-01-21 21:03:13.280928832 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-route53
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Route53 DNS Authenticator plugin for Certbot
 License:Apache-2.0
@@ -26,7 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-route53/certbot-dns-route53-%{version}.tar.gz
 BuildRequires:  %{python_module acme >= 0.29.0}
 BuildRequires:  %{python_module boto3}
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -35,7 +35,7 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.29.0
 Requires:   python-boto3
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-zope.interface
 BuildArch:  noarch
 %python_subpackages

++ certbot-dns-route53-1.0.0.tar.gz -> certbot-dns-route53-1.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-route53-1.0.0/PKG-INFO 
new/certbot-dns-route53-1.1.0/PKG-INFO
--- old/certbot-dns-route53-1.0.0/PKG-INFO  2019-12-03 18:21:17.0 
+0100
+++ new/certbot-dns-route53-1.1.0/PKG-INFO  2020-01-14 19:42:21.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-dns-route53
-Version: 1.0.0
+Version: 1.1.0
 Summary: Route53 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -9,7 +9,7 @@
 Description: UNKNOWN
 Keywords: certbot,route53,aws
 Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-route53-1.0.0/certbot_dns_route53/_internal/dns_route53.py 
new/certbot-dns-route53-1.1.0/certbot_dns_route53/_internal/dns_route53.py
--- old/certbot-dns-route53-1.0.0/certbot_dns_route53/_internal/dns_route53.py  
2019-12-03 18:20:30.0 +0100
+++ new/certbot-dns-route53-1.1.0/certbot_dns_route53/_internal/dns_route53.py  
2020-01-14 19:41:31.0 +0100
@@ -4,15 +4,17 @@
 import time
 
 import boto3
+from botocore.exceptions import ClientError
+from botocore.exceptions import NoCredentialsError
 import zope.interface
-from botocore.exceptions import NoCredentialsError, ClientError
 
+from acme.magic_typing import DefaultDict  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import Dict  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import List  # pylint: disable=unused-import, 
no-name-in-module
 from certbot import errors
 from certbot import interfaces
 from certbot.plugins import dns_common
 
-from acme.magic_typing import DefaultDict, List, Dict # pylint: 
disable=unused-import, no-name-in-module
-
 logger = logging.getLogger(__name__)
 
 INSTRUCTIONS = (
@@ -20,6 +22,7 @@
 
"https://boto3.readthedocs.io/en/latest/guide/configuration.html#best-practices-for-configuring-credentials
 "  # pylint: disable=line-too-long
 "and add the necessary permissions for Route53 access.")
 
+
 @zope.interface.implementer(interfaces

commit perl-Mojolicious for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2020-01-21 21:03:05

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


Package is "perl-Mojolicious"

Tue Jan 21 21:03:05 2020 rev:122 rq:766093 version:8.32

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2020-01-19 20:58:07.604071971 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious.new.26092/perl-Mojolicious.changes 
2020-01-21 21:03:47.868944955 +0100
@@ -1,0 +2,12 @@
+Mon Jan 20 03:12:34 UTC 2020 -  
+
+- updated to 8.32
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  8.32  2020-01-18
+- Changed experimental -async flag to -async_await in Mojo::Base, because 
of a
+  Perl quirk that Future::AsyncAwait can't handle itself.
+- Fixed a bug where the -async_await flag in Mojo::Base would not load
+  Mojo::Promise.
+
+---

Old:

  Mojolicious-8.31.tar.gz

New:

  Mojolicious-8.32.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.hGV2I0/_old  2020-01-21 21:03:48.364945186 +0100
+++ /var/tmp/diff_new_pack.hGV2I0/_new  2020-01-21 21:03:48.364945186 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:8.31
+Version:8.32
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-8.31.tar.gz -> Mojolicious-8.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-8.31/Changes new/Mojolicious-8.32/Changes
--- old/Mojolicious-8.31/Changes2020-01-14 20:55:36.0 +0100
+++ new/Mojolicious-8.32/Changes2020-01-18 17:18:35.0 +0100
@@ -1,4 +1,10 @@
 
+8.32  2020-01-18
+  - Changed experimental -async flag to -async_await in Mojo::Base, because of 
a
+Perl quirk that Future::AsyncAwait can't handle itself.
+  - Fixed a bug where the -async_await flag in Mojo::Base would not load
+Mojo::Promise.
+
 8.31  2020-01-14
   - Added attr_is, attr_isnt, attr_like and attr_unlike methods to Test::Mojo.
 (pau4o)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-8.31/META.json 
new/Mojolicious-8.32/META.json
--- old/Mojolicious-8.31/META.json  2020-01-14 21:17:46.0 +0100
+++ new/Mojolicious-8.32/META.json  2020-01-19 15:34:03.0 +0100
@@ -4,7 +4,7 @@
   "Sebastian Riedel "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.42, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
@@ -62,6 +62,6 @@
   },
   "x_IRC" : "irc://irc.freenode.net/#mojo"
},
-   "version" : "8.31",
+   "version" : "8.32",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-8.31/META.yml 
new/Mojolicious-8.32/META.yml
--- old/Mojolicious-8.31/META.yml   2020-01-14 21:17:46.0 +0100
+++ new/Mojolicious-8.32/META.yml   2020-01-19 15:34:03.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.42, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
 license: artistic_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -34,5 +34,5 @@
   homepage: https://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/mojolicious/mojo.git
-version: '8.31'
+version: '8.32'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-8.31/lib/Mojo/Base.pm 
new/Mojolicious-8.32/lib/Mojo/Base.pm
--- old/Mojolicious-8.31/lib/Mojo/Base.pm   2020-01-14 20:58:37.0 
+0100
+++ new/Mojolicious-8.32/lib/Mojo/Base.pm   2020-01-18 17:16:12.0 
+0100
@@ -128,9 +128,10 @@
 }
 
 # async/await
-elsif ($flag eq '-async') {
+elsif ($flag eq '-async_await') {
   Carp::croak 'Future::AsyncAwait 0.35+ is required for async/await'
 unless ASYNC;
+  require Mojo::Promise;
   Future::AsyncAwait->import_into($caller, future_class => 
'Mojo::Promise');
 }
 
@@ -271,14 +272,14 @@
  

commit python-zope.testbrowser for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-zope.testbrowser for 
openSUSE:Factory checked in at 2020-01-21 21:02:37

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


Package is "python-zope.testbrowser"

Tue Jan 21 21:02:37 2020 rev:12 rq:766054 version:5.5.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.testbrowser/python-zope.testbrowser.changes
  2019-11-07 23:17:17.880585478 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.testbrowser.new.26092/python-zope.testbrowser.changes
   2020-01-21 21:03:26.724935098 +0100
@@ -1,0 +2,14 @@
+Tue Jan 21 10:36:36 UTC 2020 - Marketa Calabkova 
+
+- update to 5.5.1
+  * Stop sending a Referer header when browser.open or browser.post is called 
directly.
+  * Add error checking to the setters for ListControl.displayValue and 
CheckboxListControl.displayValue: 
+in line with the old mechanize-based implementation, these will now raise 
ItemNotFoundError 
+if any of the given values are not found, or ItemCountError on trying to 
set more than one value 
+on a single-valued control.
+  * Fix AttributeError in add_file when trying to add to a control which is 
not a file upload.
+  * Fix a bug where browser.goBack() did not invalidate caches, so subsequent 
queries could use data 
+from the wrong response.
+  * Support telling the browser not to follow redirects by setting 
Browser.follow_redirects to False.
+
+---

Old:

  zope.testbrowser-5.4.0.tar.gz

New:

  zope.testbrowser-5.5.1.tar.gz



Other differences:
--
++ python-zope.testbrowser.spec ++
--- /var/tmp/diff_new_pack.dKyXZH/_old  2020-01-21 21:03:28.356935859 +0100
+++ /var/tmp/diff_new_pack.dKyXZH/_new  2020-01-21 21:03:28.360935861 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.testbrowser
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zope.testbrowser
-Version:5.4.0
+Version:5.5.1
 Release:0
 Summary:Programmable browser for functional black-box tests
 License:ZPL-2.1

++ zope.testbrowser-5.4.0.tar.gz -> zope.testbrowser-5.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.testbrowser-5.4.0/CHANGES.rst 
new/zope.testbrowser-5.5.1/CHANGES.rst
--- old/zope.testbrowser-5.4.0/CHANGES.rst  2019-11-01 10:44:52.0 
+0100
+++ new/zope.testbrowser-5.5.1/CHANGES.rst  2019-11-12 10:52:53.0 
+0100
@@ -2,15 +2,45 @@
 CHANGES
 ===
 
+5.5.1 (2019-11-12)
+--
+
+- Stop sending a ``Referer`` header when ``browser.open`` or
+  ``browser.post`` is called directly.  See `issue 87
+  `_.
+
+- Add error checking to the setters for ``ListControl.displayValue`` and
+  ``CheckboxListControl.displayValue``: in line with the old
+  ``mechanize``-based implementation, these will now raise
+  ``ItemNotFoundError`` if any of the given values are not found, or
+  ``ItemCountError`` on trying to set more than one value on a single-valued
+  control.  See `issue 44
+  `_.
+
+- Fix AttributeError in `add_file` when trying to add to a control which is
+  not a file upload.
+
+5.5.0 (2019-11-11)
+--
+
+- Fix a bug where ``browser.goBack()`` did not invalidate caches, so
+  subsequent queries could use data from the wrong response.  See `issue 83
+  `_.
+
+- Support telling the browser not to follow redirects by setting
+  ``Browser.follow_redirects`` to False.  See `issue 79
+  `_.
+
+
 5.4.0 (2019-11-01)
 --
 
 - Fix a bug where browser.reload() would not follow redirects or raise
   exceptions for bad HTTP statuses.  See `issue 75
-  `_.
+  `_.
 
 - Add Python 3.8 support.  See `issue 80
-  `_.
+  `_.
 
 
 5.3.3 (2019-07-02)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclud

commit ocserv for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package ocserv for openSUSE:Factory checked 
in at 2020-01-21 21:02:46

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


Package is "ocserv"

Tue Jan 21 21:02:46 2020 rev:12 rq:766080 version:0.12.3

Changes:

--- /work/SRC/openSUSE:Factory/ocserv/ocserv.changes2019-08-14 
11:38:14.496687518 +0200
+++ /work/SRC/openSUSE:Factory/.ocserv.new.26092/ocserv.changes 2020-01-21 
21:03:35.300939096 +0100
@@ -1,0 +2,6 @@
+Thu Dec 19 14:56:10 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
+  Allow OBS to shortcut through the -mini flavors.
+
+---



Other differences:
--
++ ocserv.spec ++
--- /var/tmp/diff_new_pack.so3lLL/_old  2020-01-21 21:03:37.184939975 +0100
+++ /var/tmp/diff_new_pack.so3lLL/_new  2020-01-21 21:03:37.188939977 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocserv
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:OpenConnect VPN Server
 License:GPL-2.0-only
 Group:  Productivity/Networking/Security
-Url:http://www.infradead.org/ocserv
+URL:http://www.infradead.org/ocserv
 #Source: ftp://ftp.infradead.org/pub/ocserv/%{name}-%{version}.tar.xz
 # released tarball has some problem, check out same thing from git
 # git clone https://gitlab.com/ocserv/ocserv
@@ -58,7 +58,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  protobuf-c
 BuildRequires:  readline-devel
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  rubygem(ronn)
 # /usr/bin/certtool for generating certificates
 Requires:   gnutls >= 3.1.10




commit python-certbot-dns-digitalocean for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-digitalocean for 
openSUSE:Factory checked in at 2020-01-21 21:02:05

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.26092 
(New)


Package is "python-certbot-dns-digitalocean"

Tue Jan 21 21:02:05 2020 rev:15 rq:766011 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-digitalocean/python-certbot-dns-digitalocean.changes
  2020-01-03 17:39:18.251367116 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-digitalocean.new.26092/python-certbot-dns-digitalocean.changes
   2020-01-21 21:02:41.524914029 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:01 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-digitalocean-1.0.0.tar.gz

New:

  certbot-dns-digitalocean-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-digitalocean.spec ++
--- /var/tmp/diff_new_pack.UpaifL/_old  2020-01-21 21:02:43.108914768 +0100
+++ /var/tmp/diff_new_pack.UpaifL/_new  2020-01-21 21:02:43.112914769 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-digitalocean
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:DigitalOcean Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-digitalocean/certbot-dns-digitalocean-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module digitalocean >= 1.11}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.29.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-digitalocean >= 1.11
 Requires:   python-six
 Requires:   python-zope.interface

++ certbot-dns-digitalocean-1.0.0.tar.gz -> 
certbot-dns-digitalocean-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-digitalocean-1.0.0/PKG-INFO 
new/certbot-dns-digitalocean-1.1.0/PKG-INFO
--- old/certbot-dns-digitalocean-1.0.0/PKG-INFO 2019-12-03 18:20:54.0 
+0100
+++ new/certbot-dns-digitalocean-1.1.0/PKG-INFO 2020-01-14 19:41:56.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-digitalocean
-Version: 1.0.0
+Version: 1.1.0
 Summary: DigitalOcean DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-digitalocean-1.0.0/certbot_dns_digitalocean.egg-info/PKG-INFO 
new/certbot-dns-digitalocean-1.1.0/certbot_dns_digitalocean.egg-info/PKG-INFO
--- 
old/certbot-dns-digitalocean-1.0.0/certbot_dns_digitalocean.egg-info/PKG-INFO   
2019-12-03 18:20:54.0 +0100
+++ 
new/certbot-dns-digitalocean-1.1.0/certbot_dns_digitalocean.egg-info/PKG-INFO   
2020-01-14 19:41:56.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-digitalocean
-Version: 1.0.0
+Version: 1.1.0
 Summary: DigitalOcean DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-digitalocean-1.0.0/certbot_dns_digitalocean.egg-info/requires.txt
 
new/certbot-dns-digitalocean-1.1.0/certbot_dns_digitalocean.egg-info/requires.txt
--- 
old/certbot-dns-digitalocean-1.0.0/certbot_dns_digitalocean.egg-info/requires.txt
   2019-12-03 18:20:

commit python-certbot-dns-nsone for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-nsone for 
openSUSE:Factory checked in at 2020-01-21 21:02:18

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-nsone (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-nsone.new.26092 (New)


Package is "python-certbot-dns-nsone"

Tue Jan 21 21:02:18 2020 rev:16 rq:766017 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-nsone/python-certbot-dns-nsone.changes
2020-01-03 17:39:40.707378643 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-nsone.new.26092/python-certbot-dns-nsone.changes
 2020-01-21 21:03:06.764925794 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:53 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-nsone-1.0.0.tar.gz

New:

  certbot-dns-nsone-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-nsone.spec ++
--- /var/tmp/diff_new_pack.Q8x0wG/_old  2020-01-21 21:03:08.844926764 +0100
+++ /var/tmp/diff_new_pack.Q8x0wG/_new  2020-01-21 21:03:08.856926770 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-nsone
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:NS1 Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-nsone/certbot-dns-nsone-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dns-lexicon >= 2.2.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.31.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dns-lexicon >= 2.2.1
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-nsone-1.0.0.tar.gz -> certbot-dns-nsone-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-nsone-1.0.0/PKG-INFO 
new/certbot-dns-nsone-1.1.0/PKG-INFO
--- old/certbot-dns-nsone-1.0.0/PKG-INFO2019-12-03 18:21:10.0 
+0100
+++ new/certbot-dns-nsone-1.1.0/PKG-INFO2020-01-14 19:42:14.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-nsone
-Version: 1.0.0
+Version: 1.1.0
 Summary: NS1 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-nsone-1.0.0/certbot_dns_nsone/_internal/dns_nsone.py 
new/certbot-dns-nsone-1.1.0/certbot_dns_nsone/_internal/dns_nsone.py
--- old/certbot-dns-nsone-1.0.0/certbot_dns_nsone/_internal/dns_nsone.py
2019-12-03 18:20:30.0 +0100
+++ new/certbot-dns-nsone-1.1.0/certbot_dns_nsone/_internal/dns_nsone.py
2020-01-14 19:41:31.0 +0100
@@ -1,8 +1,8 @@
 """DNS Authenticator for NS1 DNS."""
 import logging
 
-import zope.interface
 from lexicon.providers import nsone
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-nsone-1.0.0/certbot_dns_nsone.egg-info/PKG-INFO 
new/certbot-dns-nsone-1.1.0/certbot_dns_nsone.egg-info/PKG-INFO
--- old/certbot-dns-nsone-1.0.0/certbot_dns_nsone.egg-info/PKG-INFO 
2019-12-03 18:21:10.0 +0100
+++ new/certbot-dns-nsone-1.1.0/certbot_dns_nsone.egg-info/PKG-INFO 
2020-01-14 19:42:14.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-nsone
-Version: 1.0.0
+Version: 1.1.0
 Summary: NS1 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: 

commit python-certbot-dns-rfc2136 for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-rfc2136 for 
openSUSE:Factory checked in at 2020-01-21 21:02:19

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136 (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.26092 (New)


Package is "python-certbot-dns-rfc2136"

Tue Jan 21 21:02:19 2020 rev:16 rq:766018 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-rfc2136/python-certbot-dns-rfc2136.changes
2020-01-03 17:39:42.255379438 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-rfc2136.new.26092/python-certbot-dns-rfc2136.changes
 2020-01-21 21:03:10.616927590 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:43:03 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-rfc2136-1.0.0.tar.gz

New:

  certbot-dns-rfc2136-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-rfc2136.spec ++
--- /var/tmp/diff_new_pack.6mUBXA/_old  2020-01-21 21:03:11.756928121 +0100
+++ /var/tmp/diff_new_pack.6mUBXA/_new  2020-01-21 21:03:11.764928125 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-rfc2136
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:RFC 2136 DNS Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-rfc2136/certbot-dns-rfc2136-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dnspython}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.29.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dnspython
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-rfc2136-1.0.0.tar.gz -> certbot-dns-rfc2136-1.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-rfc2136-1.0.0/PKG-INFO 
new/certbot-dns-rfc2136-1.1.0/PKG-INFO
--- old/certbot-dns-rfc2136-1.0.0/PKG-INFO  2019-12-03 18:21:15.0 
+0100
+++ new/certbot-dns-rfc2136-1.1.0/PKG-INFO  2020-01-14 19:42:19.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-rfc2136
-Version: 1.0.0
+Version: 1.1.0
 Summary: RFC 2136 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-rfc2136-1.0.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
new/certbot-dns-rfc2136-1.1.0/certbot_dns_rfc2136.egg-info/PKG-INFO
--- old/certbot-dns-rfc2136-1.0.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
2019-12-03 18:21:15.0 +0100
+++ new/certbot-dns-rfc2136-1.1.0/certbot_dns_rfc2136.egg-info/PKG-INFO 
2020-01-14 19:42:19.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-rfc2136
-Version: 1.0.0
+Version: 1.1.0
 Summary: RFC 2136 DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-rfc2136-1.0.0/certbot_dns_rfc2136.egg-info/requires.txt 
new/certbot-dns-rfc2136-1.1.0/certbot_dns_rfc2136.egg-info/requires.txt
--- old/certbot-dns-rfc2136-1.0.0/certbot_dns_rfc2136.egg-info/requires.txt 
2019-12-03 18:21:15.0 +0100
+++ new/certbot-dns-rfc2136-1.1.0/certbot_dns_rfc2136.egg-info/requires.txt 
2020-01-14 19:42:19.0 +0100
@@ -1,5 +1,5 @@
 acme>=0.29.0
-certbot>=0.39.0
+certbot>=1.0.0
 dnspython
 mock
 setupt

commit jtc for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package jtc for openSUSE:Factory checked in 
at 2020-01-21 21:01:42

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


Package is "jtc"

Tue Jan 21 21:01:42 2020 rev:2 rq:765993 version:1.75d

Changes:

--- /work/SRC/openSUSE:Factory/jtc/jtc.changes  2020-01-20 22:58:07.847406028 
+0100
+++ /work/SRC/openSUSE:Factory/.jtc.new.26092/jtc.changes   2020-01-21 
21:02:18.996903528 +0100
@@ -1,0 +2,5 @@
+Tue Jan 21 08:34:29 UTC 2020 - Dan Čermák 
+
+- New upstream release 1.75d
+
+---

Old:

  jtc-1.75c.tar.gz

New:

  jtc-1.75d.tar.gz



Other differences:
--
++ jtc.spec ++
--- /var/tmp/diff_new_pack.j7NVai/_old  2020-01-21 21:02:20.928904428 +0100
+++ /var/tmp/diff_new_pack.j7NVai/_new  2020-01-21 21:02:20.952904440 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   jtc
-Version:1.75c
+Version:1.75d
 Release:0
 Summary:JSON processing utility
 License:MIT

++ jtc-1.75c.tar.gz -> jtc-1.75d.tar.gz ++
 5928 lines of diff (skipped)




commit python-certbot-apache for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-apache for 
openSUSE:Factory checked in at 2020-01-21 21:01:55

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


Package is "python-certbot-apache"

Tue Jan 21 21:01:55 2020 rev:16 rq:766007 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-apache/python-certbot-apache.changes  
2020-01-03 17:39:50.971383912 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-apache.new.26092/python-certbot-apache.changes
   2020-01-21 21:02:27.936907695 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:39:46 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-apache-1.0.0.tar.gz

New:

  certbot-apache-1.1.0.tar.gz



Other differences:
--
++ python-certbot-apache.spec ++
--- /var/tmp/diff_new_pack.fSNoRs/_old  2020-01-21 21:02:28.964908174 +0100
+++ /var/tmp/diff_new_pack.fSNoRs/_new  2020-01-21 21:02:28.972908178 +0100
@@ -18,14 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-apache
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Apache plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/letsencrypt/letsencrypt
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot-apache-%{version}.tar.gz
 BuildRequires:  %{python_module augeas}
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -37,7 +37,7 @@
 Requires:   augeas-lenses
 Requires:   python-acme >= 0.34.0
 Requires:   python-augeas
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-zope.component
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-apache-1.0.0.tar.gz -> certbot-apache-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-apache-1.0.0/PKG-INFO 
new/certbot-apache-1.1.0/PKG-INFO
--- old/certbot-apache-1.0.0/PKG-INFO   2019-12-03 18:20:44.0 +0100
+++ new/certbot-apache-1.1.0/PKG-INFO   2020-01-14 19:41:46.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: certbot-apache
-Version: 1.0.0
+Version: 1.1.0
 Summary: Apache plugin for Certbot
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-apache-1.0.0/certbot_apache/_internal/configurator.py 
new/certbot-apache-1.1.0/certbot_apache/_internal/configurator.py
--- old/certbot-apache-1.0.0/certbot_apache/_internal/configurator.py   
2019-12-03 18:20:30.0 +0100
+++ new/certbot-apache-1.1.0/certbot_apache/_internal/configurator.py   
2020-01-14 19:41:31.0 +0100
@@ -1,5 +1,6 @@
 """Apache Configurator."""
 # pylint: disable=too-many-lines
+from collections import defaultdict
 import copy
 import fnmatch
 import logging
@@ -7,28 +8,26 @@
 import socket
 import time
 
-from collections import defaultdict
-
 import pkg_resources
 import six
-
 import zope.component
 import zope.interface
 
 from acme import challenges
-from acme.magic_typing import DefaultDict, Dict, List, Set, Union  # pylint: 
disable=unused-import, no-name-in-module
-
+from acme.magic_typing import DefaultDict  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import Dict  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import List  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import Set  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import Union  # pylint: disable=unused-import, 
no-name-in-module
 from certbot import errors
 from certbot import interfaces
 from certbot import util
-
 from certbot.achallenges import KeyAuthorizationAnnotatedChallenge  # pylint: 
disable=unused-import
 from certbot.compat import filesystem
 from certbot.compat import os
 from certbot.plugins import common
-from certbot.plugins.util import path_surgery
 from certbot.plugins.enhancements import AutoHSTSEnhancement
-
+from certbot.plugins.util import path_surgery
 from certbot_apache._internal import apache_util
 from certbot_apache._internal import constants
 from certbot_apache._internal import display_ops
@@ -450,7 +449,7 @@
   

commit python-certbot-dns-cloudxns for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-cloudxns for 
openSUSE:Factory checked in at 2020-01-21 21:02:00

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-cloudxns (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-cloudxns.new.26092 
(New)


Package is "python-certbot-dns-cloudxns"

Tue Jan 21 21:02:00 2020 rev:16 rq:766010 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-cloudxns/python-certbot-dns-cloudxns.changes
  2020-01-03 17:39:17.023366485 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-cloudxns.new.26092/python-certbot-dns-cloudxns.changes
   2020-01-21 21:02:35.916911415 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:41:48 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-cloudxns-1.0.0.tar.gz

New:

  certbot-dns-cloudxns-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-cloudxns.spec ++
--- /var/tmp/diff_new_pack.VUAvPC/_old  2020-01-21 21:02:38.212912485 +0100
+++ /var/tmp/diff_new_pack.VUAvPC/_new  2020-01-21 21:02:38.228912493 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-cloudxns
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:CloudXNS Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-cloudxns/certbot-dns-cloudxns-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dns-lexicon >= 2.2.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -33,7 +33,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.31.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dns-lexicon >= 2.2.1
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-cloudxns-1.0.0.tar.gz -> certbot-dns-cloudxns-1.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-cloudxns-1.0.0/PKG-INFO 
new/certbot-dns-cloudxns-1.1.0/PKG-INFO
--- old/certbot-dns-cloudxns-1.0.0/PKG-INFO 2019-12-03 18:20:52.0 
+0100
+++ new/certbot-dns-cloudxns-1.1.0/PKG-INFO 2020-01-14 19:41:53.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-cloudxns
-Version: 1.0.0
+Version: 1.1.0
 Summary: CloudXNS DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-cloudxns-1.0.0/certbot_dns_cloudxns/_internal/dns_cloudxns.py 
new/certbot-dns-cloudxns-1.1.0/certbot_dns_cloudxns/_internal/dns_cloudxns.py
--- 
old/certbot-dns-cloudxns-1.0.0/certbot_dns_cloudxns/_internal/dns_cloudxns.py   
2019-12-03 18:20:30.0 +0100
+++ 
new/certbot-dns-cloudxns-1.1.0/certbot_dns_cloudxns/_internal/dns_cloudxns.py   
2020-01-14 19:41:31.0 +0100
@@ -1,8 +1,8 @@
 """DNS Authenticator for CloudXNS DNS."""
 import logging
 
-import zope.interface
 from lexicon.providers import cloudxns
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-cloudxns-1.0.0/certbot_dns_cloudxns.egg-info/PKG-INFO 
new/certbot-dns-cloudxns-1.1.0/certbot_dns_cloudxns.egg-info/PKG-INFO
--- old/certbot-dns-cloudxns-1.0.0/certbot_dns_cloudxns.egg-info/PKG-INFO   
2019-12-03 18:20:52.0 +0100
+++ new/certbot-dns-cloudxns-1.1.0/certbot_dns_cloudxns.egg-info/PKG-INFO   
2020-01-14 19:41:53.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-cloudxns
-Version: 1.0.0
+Version: 1.1.0
 Summary: CloudXNS DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -8,7 +8,7 @@
 License: Apache License 2.0
 Description: UNKNOWN
 Platform: UNKNOWN
-Classifier: Development St

commit python-acme for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-acme for openSUSE:Factory 
checked in at 2020-01-21 21:01:47

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


Package is "python-acme"

Tue Jan 21 21:01:47 2020 rev:40 rq:766003 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-acme/python-acme.changes  2020-01-03 
17:39:46.595381665 +0100
+++ /work/SRC/openSUSE:Factory/.python-acme.new.26092/python-acme.changes   
2020-01-21 21:02:21.700904788 +0100
@@ -1,0 +2,10 @@
+Tue Jan 21 09:45:10 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Removed the fallback introduced with 0.34.0 in acme to retry a POST-as-GET
+request as a GET request when the targeted ACME CA server seems to not 
support
+POST-as-GET requests.
+  * Support for Python 3.4 in Certbot and its ACME library is deprecated and 
will be
+removed in the next release of Certbot.
+
+---

Old:

  acme-1.0.0.tar.gz
  acme-1.0.0.tar.gz.asc

New:

  acme-1.1.0.tar.gz
  acme-1.1.0.tar.gz.asc



Other differences:
--
++ python-acme.spec ++
--- /var/tmp/diff_new_pack.Ssr40d/_old  2020-01-21 21:02:23.068905426 +0100
+++ /var/tmp/diff_new_pack.Ssr40d/_new  2020-01-21 21:02:23.072905428 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define libname acme
 Name:   python-%{libname}
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Python library for the ACME protocol
 License:Apache-2.0

++ acme-1.0.0.tar.gz -> acme-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-1.0.0/PKG-INFO new/acme-1.1.0/PKG-INFO
--- old/acme-1.0.0/PKG-INFO 2019-12-03 18:20:41.0 +0100
+++ new/acme-1.1.0/PKG-INFO 2020-01-14 19:41:44.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: acme
-Version: 1.0.0
+Version: 1.1.0
 Summary: ACME protocol implementation in Python
 Home-page: https://github.com/letsencrypt/letsencrypt
 Author: Certbot Project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-1.0.0/acme/__init__.py 
new/acme-1.1.0/acme/__init__.py
--- old/acme-1.0.0/acme/__init__.py 2019-12-03 18:20:30.0 +0100
+++ new/acme-1.1.0/acme/__init__.py 2020-01-14 19:41:31.0 +0100
@@ -13,7 +13,6 @@
 #
 # It is based on
 # 
https://github.com/requests/requests/blob/1278ecdf71a312dc2268f3bfc0aabfab3c006dcf/requests/packages.py
-
 import josepy as jose
 
 for mod in list(sys.modules):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-1.0.0/acme/challenges.py 
new/acme-1.1.0/acme/challenges.py
--- old/acme-1.0.0/acme/challenges.py   2019-12-03 18:20:30.0 +0100
+++ new/acme-1.1.0/acme/challenges.py   2020-01-14 19:41:31.0 +0100
@@ -54,8 +54,7 @@
 object.__setattr__(self, "jobj", jobj)
 
 def to_partial_json(self):
-# pylint: disable=no-member
-return self.jobj
+return self.jobj  # pylint: disable=no-member
 
 @classmethod
 def from_json(cls, jobj):
@@ -113,7 +112,7 @@
 :rtype: bool
 
 """
-parts = self.key_authorization.split('.')  # pylint: disable=no-member
+parts = self.key_authorization.split('.')
 if len(parts) != 2:
 logger.debug("Key authorization (%r) is not well formed",
  self.key_authorization)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acme-1.0.0/acme/client.py 
new/acme-1.1.0/acme/client.py
--- old/acme-1.0.0/acme/client.py   2019-12-03 18:20:30.0 +0100
+++ new/acme-1.1.0/acme/client.py   2020-01-14 19:41:31.0 +0100
@@ -5,25 +5,26 @@
 from email.utils import parsedate_tz
 import heapq
 import logging
-import time
 import re
 import sys
+import time
 
-import six
-from six.moves import http_client  # pylint: disable=import-error
 import josepy as jose
 import OpenSSL
 import requests
 from requests.adapters import HTTPAdapter
 from requests_toolbelt.adapters.source import SourceAddressAdapter
+import six
+from six.moves import http_client  # pylint: disable=import-error
 
 from acme import crypto_util
 from acme import errors
 from acme import jws
 from acme import messages
-# pylint: disable=unused-import, no-name-in-module
-from acme.magic_typing import Dict, List, Set, Text
-
+from acme.magic_typing import Dict  # pylint: disable=unused-import, 
no-name-in-module
+from acme.magic_typing import List  # pylint: disable=

commit python-certbot-dns-google for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-google for 
openSUSE:Factory checked in at 2020-01-21 21:02:11

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-google (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.26092 (New)


Package is "python-certbot-dns-google"

Tue Jan 21 21:02:11 2020 rev:15 rq:766014 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-google/python-certbot-dns-google.changes
  2020-01-03 17:39:29.199372736 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-google.new.26092/python-certbot-dns-google.changes
   2020-01-21 21:02:53.668919690 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:28 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-google-1.0.0.tar.gz

New:

  certbot-dns-google-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-google.spec ++
--- /var/tmp/diff_new_pack.KSKodD/_old  2020-01-21 21:02:54.900920264 +0100
+++ /var/tmp/diff_new_pack.KSKodD/_new  2020-01-21 21:02:54.908920268 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-google
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Google Cloud Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-google/certbot-dns-google-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module google-api-python-client >= 1.5.5}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module oauth2client >= 4.0}
@@ -33,7 +33,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.29.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-google-api-python-client >= 1.5.5
 Requires:   python-oauth2client >= 4.0
 Requires:   python-zope.interface

++ certbot-dns-google-1.0.0.tar.gz -> certbot-dns-google-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-google-1.0.0/PKG-INFO 
new/certbot-dns-google-1.1.0/PKG-INFO
--- old/certbot-dns-google-1.0.0/PKG-INFO   2019-12-03 18:21:03.0 
+0100
+++ new/certbot-dns-google-1.1.0/PKG-INFO   2020-01-14 19:42:07.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-google
-Version: 1.0.0
+Version: 1.1.0
 Summary: Google Cloud DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-google-1.0.0/certbot_dns_google/_internal/dns_google.py 
new/certbot-dns-google-1.1.0/certbot_dns_google/_internal/dns_google.py
--- old/certbot-dns-google-1.0.0/certbot_dns_google/_internal/dns_google.py 
2019-12-03 18:20:30.0 +0100
+++ new/certbot-dns-google-1.1.0/certbot_dns_google/_internal/dns_google.py 
2020-01-14 19:41:31.0 +0100
@@ -2,11 +2,11 @@
 import json
 import logging
 
-import httplib2
-import zope.interface
 from googleapiclient import discovery
 from googleapiclient import errors as googleapiclient_errors
+import httplib2
 from oauth2client.service_account import ServiceAccountCredentials
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
@@ -235,7 +235,7 @@
 :rtype: `list` of `string` or `None`
 
 """
-rrs_request = self.dns.resourceRecordSets()  # pylint: 
disable=no-member
+rrs_request = self.dns.resourceRecordSets()
 request = rrs_request.list(managedZone=zone_id, 
project=self.project_id)
 # Add dot as the API returns absolute domains
 record_name += "."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-google-1.0.0/certbot_dns_google.egg-info/PKG-INFO 
new/certbot-dns-google-1.1.0/certbot_dns_google.egg-info/PKG-INFO
--- old/certbot-dns-google-1.0.0/certbot_dns_google.egg-info/PKG-IN

commit openSUSE-release-tools for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2020-01-21 21:01:33

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


Package is "openSUSE-release-tools"

Tue Jan 21 21:01:33 2020 rev:269 rq:765986 version:20200120.1be035c9

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2020-01-20 22:55:30.819345106 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.26092/openSUSE-release-tools.changes
 2020-01-21 21:02:11.804900175 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 16:18:59 UTC 2020 - opensuse-releaset...@opensuse.org
+
+- Update to version 20200120.1be035c9:
+  * Drop openSUSE:Leap:15.0:Images from ttm list
+
+---

Old:

  openSUSE-release-tools-20200120.0e07b678.obscpio

New:

  openSUSE-release-tools-20200120.1be035c9.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.5E3gOF/_old  2020-01-21 21:02:13.936901169 +0100
+++ /var/tmp/diff_new_pack.5E3gOF/_new  2020-01-21 21:02:13.964901183 +0100
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20200120.0e07b678
+Version:20200120.1be035c9
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.5E3gOF/_old  2020-01-21 21:02:14.060901227 +0100
+++ /var/tmp/diff_new_pack.5E3gOF/_new  2020-01-21 21:02:14.064901229 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-d2cadc21d9479803b7cdf771250167d02d4a9ee0
+54c1d53c6cbc2f88cf622f4a325d084e3e19121a
   
 

++ openSUSE-release-tools-20200120.0e07b678.obscpio -> 
openSUSE-release-tools-20200120.1be035c9.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200120.0e07b678/gocd/totestmanager.gocd.yaml 
new/openSUSE-release-tools-20200120.1be035c9/gocd/totestmanager.gocd.yaml
--- old/openSUSE-release-tools-20200120.0e07b678/gocd/totestmanager.gocd.yaml   
2020-01-20 11:08:48.0 +0100
+++ new/openSUSE-release-tools-20200120.1be035c9/gocd/totestmanager.gocd.yaml   
2020-01-20 17:14:29.0 +0100
@@ -84,27 +84,6 @@
 - script: |-
 install -D /home/go/config/openqa-client.conf 
/home/go/.config/openqa/client.conf
 scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Factory:zSystems
-  TTM.Leap_15.0_Images:
-group: openSUSE.Checkers
-lock_behavior: unlockWhenFinished
-environment_variables:
-  OSC_CONFIG: /home/go/config/oscrc-totest-manager
-materials:
-  script:
-git: https://github.com/openSUSE/openSUSE-release-tools.git
-destination: scripts
-timer:
-  spec: 0 */15 * ? * *
-  only_on_changes: false
-stages:
-- Run:
-approval: manual
-resources:
-- staging-bot
-tasks:
-- script: |-
-install -D /home/go/config/openqa-client.conf 
/home/go/.config/openqa/client.conf
-scripts/totest-manager.py -A https://api.opensuse.org --debug run 
openSUSE:Leap:15.0:Images
   TTM.Leap_15.1_Images:
 group: openSUSE.Checkers
 lock_behavior: unlockWhenFinished
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20200120.0e07b678/gocd/totestmanager.gocd.yaml.erb 
new/openSUSE-release-tools-20200120.1be035c9/gocd/totestmanager.gocd.yaml.erb
--- 
old/openSUSE-release-tools-20200120.0e07b678/gocd/totestmanager.gocd.yaml.erb   
2020-01-20 11:08:48.0 +0100
+++ 
new/openSUSE-release-tools-20200120.1be035c9/gocd/totestmanager.gocd.yaml.erb   
2020-01-20 17:14:29.0 +0100
@@ -1,7 +1,7 @@
 format_version: 3
 pipelines:
 <% for project in %w(openSUSE:Factory openSUSE:Factory:ARM 
openSUSE:Factory:PowerPC 
-   openSUSE:Factory:zSystems openSUSE:Leap:15.0:Images 
openSUSE:Leap:15.1:Images openSUSE:Leap:15.2:Images
+   openSUSE:Factory:zSystems openSUSE:Leap:15.1:Images 
openSUSE:Leap:15.2:Images
openSUSE:Leap:15.1:ARM:Images 
openSUSE:Leap:15.2:ARM:Images openSUSE:Leap:15.2 openSUSE:Leap:15.2:ARM 
openSUSE:Leap:15.2:PowerPC) -%>
   TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
 group: openSUSE.Checkers

++ openSUSE-release-tools.obsi

commit python-moban for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-moban for openSUSE:Factory 
checked in at 2020-01-21 21:01:40

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


Package is "python-moban"

Tue Jan 21 21:01:40 2020 rev:4 rq:765991 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-moban/python-moban.changes
2019-10-02 12:00:16.914818523 +0200
+++ /work/SRC/openSUSE:Factory/.python-moban.new.26092/python-moban.changes 
2020-01-21 21:02:16.796902502 +0100
@@ -1,0 +2,14 @@
+Mon Jan 20 15:16:02 UTC 2020 - Marketa Calabkova 
+
+- Update to 0.7.0
+  * make gitfs2 and pypifs optional.
+  * python 2.7 support is dropped.
+  * show friendlier error when unknown protocol exception was raised.
+  * python 3.4 support is gone
+  * no verbose for error, -v for warning, -vv for warning+info, -vvv for 
warning+info+debug
+  * show template plugin name, i.e. 'copying' for copy instead of 'templating'
+  * support moban file inheritance
+  * support intermediate targets in moban file
+  * Command options have been grouped. --template_type became --template-type
+
+---

Old:

  moban-0.6.3.tar.gz

New:

  moban-0.7.0.tar.gz



Other differences:
--
++ python-moban.spec ++
--- /var/tmp/diff_new_pack.wcnDkn/_old  2020-01-21 21:02:18.060903092 +0100
+++ /var/tmp/diff_new_pack.wcnDkn/_new  2020-01-21 21:02:18.064903094 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-moban
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-moban
-Version:0.6.3
+Version:0.7.0
 Release:0
 Summary:Yet another jinja2 CLI for static text generation
 License:MIT
@@ -46,11 +47,10 @@
 Requires:   python-crayons >= 0.1.0
 Requires:   python-fs >= 2.4.11
 Requires:   python-jinja2-fsloader >= 0.2.0
-Requires:   python-jinja2-time
 Requires:   python-lml >= 0.0.9
 Requires:   python-ruamel.yaml >= 0.15.98
-Recommends: python-gitfs2 >= 0.0.1
-Recommends: python-pypifs >= 0.0.1
+Suggests:   python-gitfs2
+Suggests:   python-pypifs
 BuildArch:  noarch
 %python_subpackages
 
@@ -71,16 +71,17 @@
 
 %install
 %python_install
-# tests are packaged oddly, remove it then
-%python_expand rm -r %{buildroot}%{$python_sitelib}/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# test_level_9 depends on package pypifs
-# test_level_10 depends on access to github.com
-# test_level_11 depends on moban-handlebars
+# test_level_9_deprecated needs pypi-mobans-pkg just for templates... too much 
effort
+# test_level_9 needs pypifs, which is now optional
+# test_level_10_deprecated depends on access to github.com
+# test_level_10 needs gitfs, which is optional
+# test_level_11 probably depends on moban-handlebars, which is needed only in 
tests
 # test_handle_targets_sequence fails on wrong arg count
-%python_exec %{_bindir}/nosetests --with-doctest --doctest-extension=.rst -e 
'test_level_(9|10|11)|test_handle_targets_sequence' README.rst tests docs moban
+# test_overrides_fs_url needs gitfs2, which is optional
+%python_expand nosetests-%{$python_bin_suffix} -e 
'test_level_(9|10|11)|test_handle_targets_sequence|test_overrides_fs_url'
 
 %files %{python_files}
 %{python_sitelib}/*

++ moban-0.6.3.tar.gz -> moban-0.7.0.tar.gz ++
 7375 lines of diff (skipped)




commit python-certbot-dns-cloudflare for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-cloudflare for 
openSUSE:Factory checked in at 2020-01-21 21:01:59

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-cloudflare (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-cloudflare.new.26092 
(New)


Package is "python-certbot-dns-cloudflare"

Tue Jan 21 21:01:59 2020 rev:15 rq:766009 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-cloudflare/python-certbot-dns-cloudflare.changes
  2020-01-03 17:39:10.731363255 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-cloudflare.new.26092/python-certbot-dns-cloudflare.changes
   2020-01-21 21:02:30.384908836 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:41:38 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-cloudflare-1.0.0.tar.gz

New:

  certbot-dns-cloudflare-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-cloudflare.spec ++
--- /var/tmp/diff_new_pack.xKvlCa/_old  2020-01-21 21:02:31.712909455 +0100
+++ /var/tmp/diff_new_pack.xKvlCa/_new  2020-01-21 21:02:31.712909455 +0100
@@ -18,14 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-cloudflare
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Cloudflare Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-cloudflare/certbot-dns-cloudflare-%{version}.tar.gz
 BuildRequires:  %{python_module acme >= 0.29.0}
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module cloudflare >= 1.5.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -34,7 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.29.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-cloudflare >= 1.5.1
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-cloudflare-1.0.0.tar.gz -> 
certbot-dns-cloudflare-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-cloudflare-1.0.0/PKG-INFO 
new/certbot-dns-cloudflare-1.1.0/PKG-INFO
--- old/certbot-dns-cloudflare-1.0.0/PKG-INFO   2019-12-03 18:20:49.0 
+0100
+++ new/certbot-dns-cloudflare-1.1.0/PKG-INFO   2020-01-14 19:41:51.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-cloudflare
-Version: 1.0.0
+Version: 1.1.0
 Summary: Cloudflare DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-cloudflare-1.0.0/certbot_dns_cloudflare.egg-info/PKG-INFO 
new/certbot-dns-cloudflare-1.1.0/certbot_dns_cloudflare.egg-info/PKG-INFO
--- old/certbot-dns-cloudflare-1.0.0/certbot_dns_cloudflare.egg-info/PKG-INFO   
2019-12-03 18:20:49.0 +0100
+++ new/certbot-dns-cloudflare-1.1.0/certbot_dns_cloudflare.egg-info/PKG-INFO   
2020-01-14 19:41:51.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-cloudflare
-Version: 1.0.0
+Version: 1.1.0
 Summary: Cloudflare DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-cloudflare-1.0.0/certbot_dns_cloudflare.egg-info/requires.txt 
new/certbot-dns-cloudflare-1.1.0/certbot_dns_cloudflare.egg-info/requires.txt
--- 
old/certbot-dns-cloudflare-1.0.0/certbot_dns_cloudflare.egg-info/requires.txt   
2019-12-03 18:20:49.0 +0100
+++ 
new/certbot-dn

commit python-certbot-dns-luadns for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-luadns for 
openSUSE:Factory checked in at 2020-01-21 21:02:16

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-luadns (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-luadns.new.26092 (New)


Package is "python-certbot-dns-luadns"

Tue Jan 21 21:02:16 2020 rev:16 rq:766016 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-luadns/python-certbot-dns-luadns.changes
  2020-01-03 17:39:39.223377881 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-luadns.new.26092/python-certbot-dns-luadns.changes
   2020-01-21 21:03:00.436922845 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:43 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-luadns-1.0.0.tar.gz

New:

  certbot-dns-luadns-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-luadns.spec ++
--- /var/tmp/diff_new_pack.KKaPHO/_old  2020-01-21 21:03:02.740923919 +0100
+++ /var/tmp/diff_new_pack.KKaPHO/_new  2020-01-21 21:03:02.744923920 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-luadns
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:LuaDNS Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-luadns/certbot-dns-luadns-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dns-lexicon >= 2.2.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.31.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dns-lexicon >= 2.2.1
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-luadns-1.0.0.tar.gz -> certbot-dns-luadns-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-luadns-1.0.0/PKG-INFO 
new/certbot-dns-luadns-1.1.0/PKG-INFO
--- old/certbot-dns-luadns-1.0.0/PKG-INFO   2019-12-03 18:21:08.0 
+0100
+++ new/certbot-dns-luadns-1.1.0/PKG-INFO   2020-01-14 19:42:12.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-luadns
-Version: 1.0.0
+Version: 1.1.0
 Summary: LuaDNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-luadns-1.0.0/certbot_dns_luadns/_internal/dns_luadns.py 
new/certbot-dns-luadns-1.1.0/certbot_dns_luadns/_internal/dns_luadns.py
--- old/certbot-dns-luadns-1.0.0/certbot_dns_luadns/_internal/dns_luadns.py 
2019-12-03 18:20:30.0 +0100
+++ new/certbot-dns-luadns-1.1.0/certbot_dns_luadns/_internal/dns_luadns.py 
2020-01-14 19:41:31.0 +0100
@@ -1,8 +1,8 @@
 """DNS Authenticator for LuaDNS DNS."""
 import logging
 
-import zope.interface
 from lexicon.providers import luadns
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-luadns-1.0.0/certbot_dns_luadns.egg-info/PKG-INFO 
new/certbot-dns-luadns-1.1.0/certbot_dns_luadns.egg-info/PKG-INFO
--- old/certbot-dns-luadns-1.0.0/certbot_dns_luadns.egg-info/PKG-INFO   
2019-12-03 18:21:08.0 +0100
+++ new/certbot-dns-luadns-1.1.0/certbot_dns_luadns.egg-info/PKG-INFO   
2020-01-14 19:42:12.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-luadns
-Version: 1.0.0
+Version: 1.1.0
 Summary: LuaDNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Cl

commit python-certbot-dns-dnsimple for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-dnsimple for 
openSUSE:Factory checked in at 2020-01-21 21:02:06

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.26092 
(New)


Package is "python-certbot-dns-dnsimple"

Tue Jan 21 21:02:06 2020 rev:16 rq:766012 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsimple/python-certbot-dns-dnsimple.changes
  2020-01-03 17:39:21.611368840 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsimple.new.26092/python-certbot-dns-dnsimple.changes
   2020-01-21 21:02:44.140915249 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:08 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-dnsimple-1.0.0.tar.gz

New:

  certbot-dns-dnsimple-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-dnsimple.spec ++
--- /var/tmp/diff_new_pack.BwBbwu/_old  2020-01-21 21:02:45.340915808 +0100
+++ /var/tmp/diff_new_pack.BwBbwu/_new  2020-01-21 21:02:45.348915811 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-dnsimple
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:DNSimple Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-dnsimple/certbot-dns-dnsimple-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dns-lexicon >= 3.2.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.31.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dns-lexicon >= 3.2.1
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-dnsimple-1.0.0.tar.gz -> certbot-dns-dnsimple-1.1.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsimple-1.0.0/PKG-INFO 
new/certbot-dns-dnsimple-1.1.0/PKG-INFO
--- old/certbot-dns-dnsimple-1.0.0/PKG-INFO 2019-12-03 18:20:56.0 
+0100
+++ new/certbot-dns-dnsimple-1.1.0/PKG-INFO 2020-01-14 19:41:59.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsimple
-Version: 1.0.0
+Version: 1.1.0
 Summary: DNSimple DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsimple-1.0.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py 
new/certbot-dns-dnsimple-1.1.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py
--- 
old/certbot-dns-dnsimple-1.0.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py   
2019-12-03 18:20:30.0 +0100
+++ 
new/certbot-dns-dnsimple-1.1.0/certbot_dns_dnsimple/_internal/dns_dnsimple.py   
2020-01-14 19:41:31.0 +0100
@@ -1,8 +1,8 @@
 """DNS Authenticator for DNSimple DNS."""
 import logging
 
-import zope.interface
 from lexicon.providers import dnsimple
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsimple-1.0.0/certbot_dns_dnsimple.egg-info/PKG-INFO 
new/certbot-dns-dnsimple-1.1.0/certbot_dns_dnsimple.egg-info/PKG-INFO
--- old/certbot-dns-dnsimple-1.0.0/certbot_dns_dnsimple.egg-info/PKG-INFO   
2019-12-03 18:20:56.0 +0100
+++ new/certbot-dns-dnsimple-1.1.0/certbot_dns_dnsimple.egg-info/PKG-INFO   
2020-01-14 19:41:59.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsimple
-Version: 1.0.0
+Version: 1.1.0
 Summary: DNSimple DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Certbot Project
@@ -8,7 +8,7 @@
 License: Apache License 2.0
 Description: UNKNOWN
 Platform: UNKNOWN
-Classifier: Development St

commit python-certbot for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot for openSUSE:Factory 
checked in at 2020-01-21 21:01:51

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


Package is "python-certbot"

Tue Jan 21 21:01:51 2020 rev:22 rq:766006 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-certbot/python-certbot.changes
2020-01-03 17:39:47.815382292 +0100
+++ /work/SRC/openSUSE:Factory/.python-certbot.new.26092/python-certbot.changes 
2020-01-21 21:02:24.720906196 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 09:39:19 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Support for Python 3.4 in Certbot and its ACME library is deprecated and 
will be
+removed in the next release of Certbot.
+
+---

Old:

  certbot-1.0.0.tar.gz

New:

  certbot-1.1.0.tar.gz



Other differences:
--
++ python-certbot.spec ++
--- /var/tmp/diff_new_pack.ae3Ayg/_old  2020-01-21 21:02:26.144906860 +0100
+++ /var/tmp/diff_new_pack.ae3Ayg/_new  2020-01-21 21:02:26.164906869 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:ACME client
 License:Apache-2.0

++ certbot-1.0.0.tar.gz -> certbot-1.1.0.tar.gz ++
 3278 lines of diff (skipped)




commit python-certbot-dns-linode for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-linode for 
openSUSE:Factory checked in at 2020-01-21 21:02:15

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-linode (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-linode.new.26092 (New)


Package is "python-certbot-dns-linode"

Tue Jan 21 21:02:15 2020 rev:7 rq:766015 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-linode/python-certbot-dns-linode.changes
  2020-01-03 17:39:36.759376617 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-linode.new.26092/python-certbot-dns-linode.changes
   2020-01-21 21:02:57.116921297 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:36 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-linode-1.0.0.tar.gz

New:

  certbot-dns-linode-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-linode.spec ++
--- /var/tmp/diff_new_pack.Rtqhn3/_old  2020-01-21 21:02:58.532921957 +0100
+++ /var/tmp/diff_new_pack.Rtqhn3/_new  2020-01-21 21:02:58.548921964 +0100
@@ -18,14 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-linode
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Linode DNS Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-linode/certbot-dns-linode-%{version}.tar.gz
 BuildRequires:  %{python_module acme >= 0.31.0}
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dns-lexicon >= 2.2.3}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -34,7 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.31.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dns-lexicon
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-linode-1.0.0.tar.gz -> certbot-dns-linode-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-linode-1.0.0/PKG-INFO 
new/certbot-dns-linode-1.1.0/PKG-INFO
--- old/certbot-dns-linode-1.0.0/PKG-INFO   2019-12-03 18:21:05.0 
+0100
+++ new/certbot-dns-linode-1.1.0/PKG-INFO   2020-01-14 19:42:09.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-linode
-Version: 1.0.0
+Version: 1.1.0
 Summary: Linode DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-linode-1.0.0/certbot_dns_linode/_internal/dns_linode.py 
new/certbot-dns-linode-1.1.0/certbot_dns_linode/_internal/dns_linode.py
--- old/certbot-dns-linode-1.0.0/certbot_dns_linode/_internal/dns_linode.py 
2019-12-03 18:20:30.0 +0100
+++ new/certbot-dns-linode-1.1.0/certbot_dns_linode/_internal/dns_linode.py 
2020-01-14 19:41:31.0 +0100
@@ -2,9 +2,9 @@
 import logging
 import re
 
-import zope.interface
 from lexicon.providers import linode
 from lexicon.providers import linode4
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-linode-1.0.0/certbot_dns_linode.egg-info/PKG-INFO 
new/certbot-dns-linode-1.1.0/certbot_dns_linode.egg-info/PKG-INFO
--- old/certbot-dns-linode-1.0.0/certbot_dns_linode.egg-info/PKG-INFO   
2019-12-03 18:21:05.0 +0100
+++ new/certbot-dns-linode-1.1.0/certbot_dns_linode.egg-info/PKG-INFO   
2020-01-14 19:42:09.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-linode
-Version: 1.0.0
+Version: 1.1.0
 Summary: Linode DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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

commit python-certbot-dns-dnsmadeeasy for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-certbot-dns-dnsmadeeasy for 
openSUSE:Factory checked in at 2020-01-21 21:02:08

Comparing /work/SRC/openSUSE:Factory/python-certbot-dns-dnsmadeeasy (Old)
 and  /work/SRC/openSUSE:Factory/.python-certbot-dns-dnsmadeeasy.new.26092 
(New)


Package is "python-certbot-dns-dnsmadeeasy"

Tue Jan 21 21:02:08 2020 rev:16 rq:766013 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-certbot-dns-dnsmadeeasy/python-certbot-dns-dnsmadeeasy.changes
2020-01-03 17:39:25.443370808 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-certbot-dns-dnsmadeeasy.new.26092/python-certbot-dns-dnsmadeeasy.changes
 2020-01-21 21:02:47.784916947 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 09:42:16 UTC 2020 - Marketa Calabkova 
+
+- update to version 1.1.0
+  * Sync with main certbot package.
+
+---

Old:

  certbot-dns-dnsmadeeasy-1.0.0.tar.gz

New:

  certbot-dns-dnsmadeeasy-1.1.0.tar.gz



Other differences:
--
++ python-certbot-dns-dnsmadeeasy.spec ++
--- /var/tmp/diff_new_pack.KutrGS/_old  2020-01-21 21:02:50.176918062 +0100
+++ /var/tmp/diff_new_pack.KutrGS/_new  2020-01-21 21:02:50.180918064 +0100
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-certbot-dns-dnsmadeeasy
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:DNS Made Easy Authenticator plugin for Certbot
 License:Apache-2.0
 URL:https://github.com/certbot/certbot
 Source: 
https://files.pythonhosted.org/packages/source/c/certbot-dns-dnsmadeeasy/certbot-dns-dnsmadeeasy-%{version}.tar.gz
-BuildRequires:  %{python_module certbot >= 1.0.0}
+BuildRequires:  %{python_module certbot >= 1.1.0}
 BuildRequires:  %{python_module dns-lexicon >= 2.2.1}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-acme >= 0.31.0
-Requires:   python-certbot >= 1.0.0
+Requires:   python-certbot >= 1.1.0
 Requires:   python-dns-lexicon >= 2.2.1
 Requires:   python-zope.interface
 BuildArch:  noarch

++ certbot-dns-dnsmadeeasy-1.0.0.tar.gz -> 
certbot-dns-dnsmadeeasy-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/certbot-dns-dnsmadeeasy-1.0.0/PKG-INFO 
new/certbot-dns-dnsmadeeasy-1.1.0/PKG-INFO
--- old/certbot-dns-dnsmadeeasy-1.0.0/PKG-INFO  2019-12-03 18:20:59.0 
+0100
+++ new/certbot-dns-dnsmadeeasy-1.1.0/PKG-INFO  2020-01-14 19:42:01.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsmadeeasy
-Version: 1.0.0
+Version: 1.1.0
 Summary: DNS Made Easy DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 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: Environment :: Plugins
 Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: Apache Software License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsmadeeasy-1.0.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
 
new/certbot-dns-dnsmadeeasy-1.1.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
--- 
old/certbot-dns-dnsmadeeasy-1.0.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
  2019-12-03 18:20:30.0 +0100
+++ 
new/certbot-dns-dnsmadeeasy-1.1.0/certbot_dns_dnsmadeeasy/_internal/dns_dnsmadeeasy.py
  2020-01-14 19:41:31.0 +0100
@@ -1,8 +1,8 @@
 """DNS Authenticator for DNS Made Easy DNS."""
 import logging
 
-import zope.interface
 from lexicon.providers import dnsmadeeasy
+import zope.interface
 
 from certbot import errors
 from certbot import interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/certbot-dns-dnsmadeeasy-1.0.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO 
new/certbot-dns-dnsmadeeasy-1.1.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO
--- old/certbot-dns-dnsmadeeasy-1.0.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO 
2019-12-03 18:20:59.0 +0100
+++ new/certbot-dns-dnsmadeeasy-1.1.0/certbot_dns_dnsmadeeasy.egg-info/PKG-INFO 
2020-01-14 19:42:01.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: certbot-dns-dnsmadeeasy
-Version: 1.0.0
+Version: 1.1.0
 Summary: DNS Made Easy DNS Authenticator plugin for Certbot
 Home-page: https://github.com/certbot/certbot
 Author: Cer

commit os-autoinst for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2020-01-21 21:01:18

Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and  /work/SRC/openSUSE:Factory/.os-autoinst.new.26092 (New)


Package is "os-autoinst"

Tue Jan 21 21:01:18 2020 rev:97 rq:765974 version:4.6.1579522398.2afcda12

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2020-01-14 
21:11:20.506875587 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.26092/os-autoinst.changes   
2020-01-21 21:01:47.40402 +0100
@@ -1,0 +2,7 @@
+Mon Jan 20 12:13:34 UTC 2020 - ok...@suse.com
+
+- Update to version 4.6.1579522398.2afcda12:
+  * qemu: handle armv6/7 architectures properly
+  * qemu: allow to use different soundhw option with QEMU_SOUNDHW
+
+---

Old:

  os-autoinst-4.6.1578910353.e34101c6.obscpio

New:

  os-autoinst-4.6.1579522398.2afcda12.obscpio



Other differences:
--
++ os-autoinst-test.spec ++
--- /var/tmp/diff_new_pack.ICbUk4/_old  2020-01-21 21:01:50.300890151 +0100
+++ /var/tmp/diff_new_pack.ICbUk4/_new  2020-01-21 21:01:50.308890155 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define short_name os-autoinst
 Name:   %{short_name}%{?name_ext}
-Version:4.6.1578910353.e34101c6
+Version:4.6.1579522398.2afcda12
 Release:0
 Summary:test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.ICbUk4/_old  2020-01-21 21:01:50.352890176 +0100
+++ /var/tmp/diff_new_pack.ICbUk4/_new  2020-01-21 21:01:50.360890179 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.6.1578910353.e34101c6
+Version:4.6.1579522398.2afcda12
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0-or-later

++ os-autoinst-4.6.1578910353.e34101c6.obscpio -> 
os-autoinst-4.6.1579522398.2afcda12.obscpio ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1578910353.e34101c6.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.26092/os-autoinst-4.6.1579522398.2afcda12.obscpio
 differ: char 49, line 1

++ os-autoinst.obsinfo ++
--- /var/tmp/diff_new_pack.ICbUk4/_old  2020-01-21 21:01:50.424890210 +0100
+++ /var/tmp/diff_new_pack.ICbUk4/_new  2020-01-21 21:01:50.424890210 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1578910353.e34101c6
-mtime: 1578910353
-commit: e34101c6028116a050e6d2e1ac5c927fce3c3647
+version: 4.6.1579522398.2afcda12
+mtime: 1579522398
+commit: 2afcda12c899daed2792d8f70bbd04a278e38da5
 




commit notejot for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package notejot for openSUSE:Factory checked 
in at 2020-01-21 21:01:01

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


Package is "notejot"

Tue Jan 21 21:01:01 2020 rev:13 rq:765946 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/notejot/notejot.changes  2019-08-07 
14:00:53.428853209 +0200
+++ /work/SRC/openSUSE:Factory/.notejot.new.26092/notejot.changes   
2020-01-21 21:01:27.340879449 +0100
@@ -1,0 +2,12 @@
+Mon Jan 13 21:38:12 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.6.0:
+  * Merge pull request #146 from cassidyjames/patch-1
+  * Update .desktop keywords
+  * Merge pull request #143 from meisenzahl/master
+  * Downgrade Node.js to fix builds on Travis CI
+  * Merge pull request #138 from amivaleo/master
+notejot.changes notejot.spec
+  * Merge branch 'master' of https://github.com/lainsce/notejot
+
+---

Old:

  notejot-1.5.8.tar.gz

New:

  notejot-1.6.0.tar.gz



Other differences:
--
++ notejot.spec ++
--- /var/tmp/diff_new_pack.XgmaD9/_old  2020-01-21 21:01:28.548880012 +0100
+++ /var/tmp/diff_new_pack.XgmaD9/_new  2020-01-21 21:01:28.556880016 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package notejot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   notejot
-Version:1.5.8
+Version:1.6.0
 Release:0
 Summary:A Sticky Note App
 License:GPL-3.0-only

++ notejot-1.5.8.tar.gz -> notejot-1.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/.travis.yml 
new/notejot-1.6.0/.travis.yml
--- old/notejot-1.5.8/.travis.yml   2019-07-28 03:35:50.0 +0200
+++ new/notejot-1.6.0/.travis.yml   2020-01-11 19:28:02.0 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - lts/*
+  - 10/*
 
 sudo: required
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.5.8/data/com.github.lainsce.notejot.appdata.xml.in 
new/notejot-1.6.0/data/com.github.lainsce.notejot.appdata.xml.in
--- old/notejot-1.5.8/data/com.github.lainsce.notejot.appdata.xml.in
2019-07-28 03:35:50.0 +0200
+++ new/notejot-1.6.0/data/com.github.lainsce.notejot.appdata.xml.in
2020-01-11 19:28:02.0 +0100
@@ -52,6 +52,15 @@
 none
 
 
+
+
+Release: Translations & Searches
+
+Lots of translations added.
+Now one can search for Notejot in the apps menu faster 
with better keywords.
+
+
+
 
 
 Release: Pin with Gusto
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.5.8/data/com.github.lainsce.notejot.desktop.in 
new/notejot-1.6.0/data/com.github.lainsce.notejot.desktop.in
--- old/notejot-1.5.8/data/com.github.lainsce.notejot.desktop.in
2019-07-28 03:35:50.0 +0200
+++ new/notejot-1.6.0/data/com.github.lainsce.notejot.desktop.in
2020-01-11 19:28:02.0 +0100
@@ -3,7 +3,7 @@
 Comment=Jot your ideas
 Exec=com.github.lainsce.notejot
 Icon=com.github.lainsce.notejot
-Keywords=Text;Plain;Plaintext;Notepad;
+Keywords=text;plain;plaintext;notepad;notes;sticky;post-it;
 Terminal=false
 Type=Application
 StartupNotify=true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/meson.build 
new/notejot-1.6.0/meson.build
--- old/notejot-1.5.8/meson.build   2019-07-28 03:35:50.0 +0200
+++ new/notejot-1.6.0/meson.build   2020-01-11 19:28:02.0 +0100
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.notejot', ['vala', 'c'],
-version: '1.5.6'
+version: '1.6.0'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/LINGUAS new/notejot-1.6.0/po/LINGUAS
--- old/notejot-1.5.8/po/LINGUAS2019-07-28 03:35:50.0 +0200
+++ new/notejot-1.6.0/po/LINGUAS2020-01-11 19:28:02.0 +0100
@@ -11,3 +11,5 @@
 ru
 da
 de_DE
+it
+gl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.5.8/po/extra/LINGUAS 
new/notejot-1.6.0/po/extra/LINGUAS
--- old/notejot-1.5.8/po/extra/LINGUAS 

commit python-dfwinreg for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-dfwinreg for openSUSE:Factory 
checked in at 2020-01-21 21:01:10

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


Package is "python-dfwinreg"

Tue Jan 21 21:01:10 2020 rev:3 rq:765953 version:0~20190714

Changes:

--- /work/SRC/openSUSE:Factory/python-dfwinreg/python-dfwinreg.changes  
2016-11-20 18:19:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dfwinreg.new.26092/python-dfwinreg.changes   
2020-01-21 21:01:36.824883870 +0100
@@ -1,0 +2,111 @@
+Mon Jan 20 16:58:16 CET 2020 - Matej Cepl 
+
+- Update to 20190714:
+  - Code review: 304210043: Added update dependencies script and dependen…
+e9c30c2
+  - Code review: 306090043: Updated review script. c39895f
+  - Code review: 303600043: Split tox and requirements. 1b7d008
+  - Code review: 303280043: Changed docstrings, improved test coverage, c…
+ad22cc4
+  - Code review: 313940043: Removed online check for new dependency versi…
+398c6e5
+  - Code review: 313920043: Added fail unless has test file 9ea399f
+  - Code review: 305330044: Added support for non-set last written time.
+ab55fdb
+  - Code review: 317350043: Changed AddKeyByPath to handle existing paren…
+f5d3dab
+  - Code review: 320330043: Fix for fake tests failing on Python 3 versions
+ef732b1
+  - Code review: 322790043: Changes to dependencies and Travis configuration
+2b5237f
+  - Code review: 321770043: Fixes for fake tests failing on Python 3 vers…
+0e48e05
+  - Code review: 317480043: Added GetSubkeyByIndex method. ffb4c0e
+  - Code review: 317520043: Updated utility scripts 2d2f937
+  - Code review: 320580043: Changed dependency management to use configur…
+6e39126
+  - Code review: 324900043: Changed setup.py and dpgk files fd835d0
+  - Code review: 323020043: Added Windows Registry searcher #52 47324f2
+  - Code review: 323060043: Changes to tests for Python 3 support #54 a4591bc
+  - Code review: 327720043: Changed travis tests to use tox f676651
+  - Code review: 325890043: Moved Travis tests to edge group test machine…
+4d2c523
+  - Code review: 325940043: Changes to handle existing virtual subkey #63
+88b769a
+  - Code review: 323210043: Made Unicode strings the default 7037301
+  - Code review: 323960043: Replaced fnmatch.translate with custom function
+975f71a
+  - Code review: 324030043: Moved update dependencies script to l2tdevtools
+ee22dcb
+  - Code review: 324170043: Changes for pylint 1.7 upgrade 7728d35
+  - Code review: 329950043: Added tests to improve coverage #1 873bca0
+  - Code review: 328400043: Moved location of pylintrc 41ff919
+  - Code review: 330420043: Changed AppVeyor configuration to use TLS b84ef9a
+  - Code review: 330450043: Changed sdist to include utils/__init__.py eb7b1b1
+  - Code review: 331010043: Updated AppVeyor configuration to use l2tbina…
+c67a994
+  - Code review: 331960043: Updated utils a23e975
+  - Code review: 336880043: Changes for Python 3.6 support on AppVeyor 04bbd5c
+  - Code review: 337080043: Removed review script in favor of l2tdevtools
+c2accc9
+  - Code review: 328230043: Migrated from construct to dtfabric 0fde2f6
+  - Code review: 334440043: Changed AppVeyor configuration for pywin32 issue
+e83850c
+  - Code review: 337590043: Changes to AppVeyor configuration for pywin32
+dcf0f25
+  - Code review: 336600043: Changed shebang for Python 3 tests 3585807
+  - Code review: 340360043: Work-around for macos TLS issues on Travis e086674
+  - Code review: 340400043: Added pylint and separate non-tox tests 581211f
+  - Code review: 339360044: Changes to setup.py for bdist_rpm b1e9aaf
+  - Code review: 341840043: Updated dependency information a6a786c
+  - Code review: 341850043: Work-around pip failing to update on Windows
+e0f5f0a
+  - Code review: 341880043: Switched from coveralls to codecov for code c…
+344db9a
+  - Code review: 334620043: Changes to Travis configuration for Python
+3 … 3358d1a
+  - Code review: 339410043: Fixed linter issues #91 025b639
+  - Code review: 335600043: Added deprecated decorator 224b469
+  - Code review: 340950043: Changes to Travis configuration for Python
+3 … 88a8d56
+  - Code review: 334640043: Moved dtFabric definitions to a separate file
+87668fc
+  - Code review: 334650043: Fixed linter issues #91 0c18d93
+  - Code review: 343800043: Changes to deployment scripts for dtFabric YA…
+7b1a2da
+  - Code review: 357730043: Changes to prevent setup.py creating a ZIP file
+9665832
+  - Changed REGFWinRegistryFile to not close file-like object it did not
+… aea2b4c
+  - Removed redundant GetTestFilePath function from tests (#101) 7cc61f4
+  - Updated dependencies and added 64-bit tests (#102) 

commit colorpicker for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package colorpicker for openSUSE:Factory 
checked in at 2020-01-21 21:00:47

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


Package is "colorpicker"

Tue Jan 21 21:00:47 2020 rev:4 rq:765943 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/colorpicker/colorpicker.changes  2019-02-27 
15:06:43.510436483 +0100
+++ /work/SRC/openSUSE:Factory/.colorpicker.new.26092/colorpicker.changes   
2020-01-21 21:01:15.792874066 +0100
@@ -1,0 +2,9 @@
+Mon Jan 13 21:32:33 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.1.3:
+  * Added Polish translation (kudos to @michalzkosmosu)
+  * Added Dutch translation (kudos to @Vistaus)
+  * Added Turkish translation (kudos to @ibrakap)
+  * Fix build integration (kudos to @meisenzahl)
+
+---

Old:

  ColorPicker-1.1.2.tar.gz

New:

  ColorPicker-1.1.3.tar.gz



Other differences:
--
++ colorpicker.spec ++
--- /var/tmp/diff_new_pack.CL1mCV/_old  2020-01-21 21:01:17.652874933 +0100
+++ /var/tmp/diff_new_pack.CL1mCV/_new  2020-01-21 21:01:17.684874948 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package colorpicker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   colorpicker
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:A Color Picker
 License:GPL-3.0-or-later

++ ColorPicker-1.1.2.tar.gz -> ColorPicker-1.1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ColorPicker-1.1.2/.gitignore 
new/ColorPicker-1.1.3/.gitignore
--- old/ColorPicker-1.1.2/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/ColorPicker-1.1.3/.gitignore2020-01-02 21:43:09.0 +0100
@@ -0,0 +1,3 @@
+build
+~*
+*~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ColorPicker-1.1.2/.travis.yml 
new/ColorPicker-1.1.3/.travis.yml
--- old/ColorPicker-1.1.2/.travis.yml   2019-01-02 21:33:18.0 +0100
+++ new/ColorPicker-1.1.3/.travis.yml   2020-01-02 21:43:09.0 +0100
@@ -3,7 +3,7 @@
 language: node_js
 
 node_js:
-  - lts/*
+  - 10/*
 
 sudo: required
 
@@ -22,8 +22,7 @@
 - /tmp/liftoff
 
 install:
-  - npm install @elementaryos/houston
+  - npm i -g @elementaryos/houston
 
 script:
   - houston ci
---name-human Color Picker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ColorPicker-1.1.2/README.md 
new/ColorPicker-1.1.3/README.md
--- old/ColorPicker-1.1.2/README.md 2019-01-02 21:33:18.0 +0100
+++ new/ColorPicker-1.1.3/README.md 2020-01-02 21:43:09.0 +0100
@@ -17,15 +17,28 @@
   
 
 
-Otherwise you can download and install the [latest .deb 
file](https://github.com/ronnydo/colorpicker/releases/latest).
+For other Debian-based systems, you can download and install the [latest .deb 
file](https://github.com/ronnydo/colorpicker/releases/latest).
 
-## Dependencies
-You'll need the following dependencies to build:
+For other systems, you will need to compile the package yourself. See the 
instructions below.
+
+## Build from source
+If you like to build ColorPicker yourself, take a look at the 
[`dev-build.sh`](dev-build.sh) file.
+
+### Dependencies
+You'll need the following dependencies to compile ColorPicker:
 * granite
 * libgtk-3-dev
 * meson
 * valac
 
-## Build, Install and Run
-If you like to build it by your own, have a look into the dev-build.sh file.
+### Example
+
+Here's a sample list of commands for building the package from source. These 
have been tested to work correctly on Ubuntu 18.04.
 
+```sh
+sudo apt install valac libgranite-dev
+git clone https://github.com/RonnyDo/ColorPicker.git
+cd ColorPicker/
+chmod +x dev-build.sh
+./dev-build.sh
+```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ColorPicker-1.1.2/data/com.github.ronnydo.colorpicker.appdata.xml 
new/ColorPicker-1.1.3/data/com.github.ronnydo.colorpicker.appdata.xml
--- old/ColorPicker-1.1.2/data/com.github.ronnydo.colorpicker.appdata.xml   
2019-01-02 21:33:18.0 +0100
+++ new/ColorPicker-1.1.3/data/c

commit katacontainers for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package katacontainers for openSUSE:Factory 
checked in at 2020-01-21 21:01:29

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


Package is "katacontainers"

Tue Jan 21 21:01:29 2020 rev:12 rq:765983 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/katacontainers/katacontainers.changes
2019-12-21 12:34:30.359452389 +0100
+++ /work/SRC/openSUSE:Factory/.katacontainers.new.26092/katacontainers.changes 
2020-01-21 21:02:04.796896909 +0100
@@ -1,0 +2,11 @@
+Mon Jan 20 15:46:33 UTC 2020 - Ralf Haferkamp 
+
+- Update to 1.10.0:
+  runtime:
+- Initial support for Cloud Hypervisor
+- HybridVsock support for cloud hypervisor and firecracker
+- Updated Firecracker version to v0.19.1
+- Better rootless support for firecracker
+- This release deprecates bridged networking model
+
+---

Old:

  ksm-throttler-1.9.3.tar.xz
  proxy-1.9.3.tar.xz
  runtime-1.9.3.tar.xz
  shim-1.9.3.tar.xz

New:

  ksm-throttler-1.10.0.tar.xz
  proxy-1.10.0.tar.xz
  runtime-1.10.0.tar.xz
  shim-1.10.0.tar.xz



Other differences:
--
++ katacontainers.spec ++
--- /var/tmp/diff_new_pack.4hoLjH/_old  2020-01-21 21:02:07.484898162 +0100
+++ /var/tmp/diff_new_pack.4hoLjH/_new  2020-01-21 21:02:07.488898164 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package katacontainers
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,17 +32,16 @@
 %define configPath %{_datarootdir}/defaults/kata-containers/
 %define configACRN configuration-acrn.toml
 %define configFC   configuration-fc.toml
-%define configNEMU configuration-nemu.toml
 %define configQEMU configuration-qemu.toml
 %ifarch x86_64
 # Note: braces used for bash brace expansion
-%define defaultConfigFiles 
\{%{configACRN},%{configFC},%{configNEMU},%{configQEMU}\}
+%define defaultConfigFiles \{%{configACRN},%{configFC},%{configQEMU}\}
 %else
 %define defaultConfigFiles %{configQEMU}
 %endif
 
 Name:   katacontainers
-Version:1.9.3
+Version:1.10.0
 Release:0
 Summary:Kata Containers OCI container runtime
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.4hoLjH/_old  2020-01-21 21:02:07.548898191 +0100
+++ /var/tmp/diff_new_pack.4hoLjH/_new  2020-01-21 21:02:07.552898193 +0100
@@ -6,8 +6,8 @@
 https://github.com/kata-containers/runtime.git
 runtime
 
-1.9.3
-1.9.3
+1.10.0
+1.10.0
   
 
   
@@ -15,8 +15,8 @@
 https://github.com/kata-containers/proxy.git
 proxy
 
-1.9.3
-1.9.3
+1.10.0
+1.10.0
   
 
   
@@ -24,8 +24,8 @@
 https://github.com/kata-containers/shim.git
 shim
 
-1.9.3
-1.9.3
+1.10.0
+1.10.0
   
 
   
@@ -33,8 +33,8 @@
 https://github.com/kata-containers/ksm-throttler.git
 ksm-throttler
 
-1.9.3
-1.9.3
+1.10.0
+1.10.0
   
 
   

++ ksm-throttler-1.9.3.tar.xz -> ksm-throttler-1.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksm-throttler-1.9.3/VERSION 
new/ksm-throttler-1.10.0/VERSION
--- old/ksm-throttler-1.9.3/VERSION 2019-12-09 20:06:51.0 +0100
+++ new/ksm-throttler-1.10.0/VERSION2020-01-14 17:35:01.0 +0100
@@ -1 +1 @@
-1.9.3
+1.10.0

++ proxy-1.9.3.tar.xz -> proxy-1.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.9.3/.travis.yml new/proxy-1.10.0/.travis.yml
--- old/proxy-1.9.3/.travis.yml 2019-12-09 19:45:14.0 +0100
+++ new/proxy-1.10.0/.travis.yml2020-01-14 17:41:30.0 +0100
@@ -13,7 +13,7 @@
   include:
 - os: linux
   sudo: required
-  dist: trusty
+  dist: xenial
   allow_failures:
 - os: osx
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.9.3/Makefile new/proxy-1.10.0/Makefile
--- old/proxy-1.9.3/Makefile2019-12-09 19:45:14.0 +0100
+++ new/proxy-1.10.0/Makefile   2020-01-14 17:41:30.0 +0100
@@ -5,7 +5,9 @@
 #
 
 DESTDIR :=
+ifeq ($(PREFIX),)
 PREFIX := /usr
+endif
 LIBEXECDIR := $(PREFIX)/libexec
 PROJECT := kata-containers
 # Override will ignore PREFIX, LIBEXECDIR and PROJECT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proxy-1.9.3/VERSION new/proxy-1.10.0/VERSION
--- old/proxy-1.9.3/VERSION 2019-12-09 19:45:14.0 +01

commit guile-parted for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package guile-parted for openSUSE:Factory 
checked in at 2020-01-21 21:01:05

Comparing /work/SRC/openSUSE:Factory/guile-parted (Old)
 and  /work/SRC/openSUSE:Factory/.guile-parted.new.26092 (New)


Package is "guile-parted"

Tue Jan 21 21:01:05 2020 rev:3 rq:765947 version:0.0.2

Changes:

--- /work/SRC/openSUSE:Factory/guile-parted/guile-parted.changes
2020-01-03 17:37:22.335307612 +0100
+++ /work/SRC/openSUSE:Factory/.guile-parted.new.26092/guile-parted.changes 
2020-01-21 21:01:29.076880258 +0100
@@ -1,0 +2,8 @@
+Mon Jan 13 22:47:18 UTC 2020 - Jonathan Brielmaier 
+
+- Add patch:
+  * support-guile-3.0.patch: Add support for Guile 3.0. Proposed to
+upstream.
+- Remove unrecognized configure flag. 
+
+---

New:

  support-guile-3.0.patch



Other differences:
--
++ guile-parted.spec ++
--- /var/tmp/diff_new_pack.4d41mS/_old  2020-01-21 21:01:30.476880911 +0100
+++ /var/tmp/diff_new_pack.4d41mS/_new  2020-01-21 21:01:30.508880925 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile-parted
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 URL:https://gitlab.com/mothacehe/guile-parted
 Source0:
https://gitlab.com/mothacehe/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
 Source1:guile-parted-rpmlintrc
+# Support Guile 3.0. Patch proposed upstream in 
https://gitlab.com/mothacehe/guile-parted/merge_requests/1
+Patch0: support-guile-3.0.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  guile-bytestructures
@@ -40,10 +42,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./bootstrap
-%configure --disable-static
+%configure
 make %{?_smp_mflags}
 
 %install

++ support-guile-3.0.patch ++
commit 4f50322ead596bbd96f8a40286390a9ef9a23f1d (HEAD -> add-guile-3.0-support, 
origin/add-guile-3.0-support)
Author: Jonathan Brielmaier 
Date:   Mon Jan 13 23:44:37 2020 +0100

Add support for Guile 3.0.

* configure.ac (GUILE_PKG): Add Guile 3.0.
* m4/guile.m4 (GUILE_PROGS): Add proper support for Guile 3.0 beta
  releases (2.9.x). Inspired by commit 9d7a1dd at guile-ssh.

Signed-off-by: Jonathan Brielmaier 

diff --git a/configure.ac b/configure.ac
index 56344c2..911a285 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign color-tests])
 dnl Enable silent rules by default.
 AM_SILENT_RULES([yes])
 
-GUILE_PKG([2.2 2.0])
+GUILE_PKG([3.0 2.2 2.0])
 GUILE_PROGS
 
 dnl (srfi srfi-64) appeared in Guile 2.0.11.
diff --git a/m4/guile.m4 b/m4/guile.m4
index 9fd4f1a..31698c3 100644
--- a/m4/guile.m4
+++ b/m4/guile.m4
@@ -241,6 +241,9 @@ AC_DEFUN([GUILE_PROGS],
 else
   as_fn_error $? "Guile $_guile_required_version required, but 
$_guile_prog_version found" "$LINENO" 5
 fi
+  elif test "$GUILE_EFFECTIVE_VERSION" = "$_major_version.$_minor_version" -a 
-z "$_micro_version"; then
+# Allow prereleases that have the right effective version.
+true
   else
 AC_MSG_ERROR([Guile $_guile_required_version required, but 
$_guile_prog_version found])
   fi



commit minder for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package minder for openSUSE:Factory checked 
in at 2020-01-21 21:00:57

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


Package is "minder"

Tue Jan 21 21:00:57 2020 rev:13 rq:765945 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/minder/minder.changes2019-11-26 
17:02:43.816040945 +0100
+++ /work/SRC/openSUSE:Factory/.minder.new.26092/minder.changes 2020-01-21 
21:01:25.512878597 +0100
@@ -1,0 +2,17 @@
+Mon Jan 13 21:37:08 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.6.0:
+  * Merge branch 'devel'
+  * Merge branch 'note_highlighter'
+  * Completing work on markdown note exporting.
+  * Checkpointing export support for Markdown notes.
+  * Fixing runtime warning in NodeInspector.
+  * Adding libmarkdown to list of meson build dependencies.
+  * Finishing work on URL support in note sidebar.
+  * Checkpointing work on URL click support in note editor.
+  * Checkpointing work on clicking on found URLs in notes.
+  * Checkpointing work on new note markdown support.
+  * Merge branch 'url'
+  * Merge branch 'master' of g...@github.com:phase1geo/Minder.git
+
+---

Old:

  Minder-1.5.1.tar.gz

New:

  Minder-1.6.0.tar.gz



Other differences:
--
++ minder.spec ++
--- /var/tmp/diff_new_pack.aFyp4C/_old  2020-01-21 21:01:26.892879240 +0100
+++ /var/tmp/diff_new_pack.aFyp4C/_new  2020-01-21 21:01:26.900879244 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package minder
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   minder
-Version:1.5.1
+Version:1.6.0
 Release:0
 Summary:Mind-mapping app
 License:GPL-3.0-or-later
@@ -36,7 +36,9 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(granite) >= 5.2.3
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libarchive)
+BuildRequires:  pkgconfig(libmarkdown)
 BuildRequires:  pkgconfig(libxml-2.0)
 Recommends: %{name}-lang
 
@@ -48,6 +50,9 @@
 %prep
 %setup -q -n Minder-%{version}
 
+# Fix: script-without-shebang
+find -name \*.svg -exec chmod 0644 {} \+
+
 %build
 %meson
 %meson_build
@@ -67,6 +72,7 @@
 %{_datadir}/icons/hicolor/*/apps/*.??g
 %{_datadir}/metainfo/com.github.phase1geo.minder.appdata.xml
 %{_datadir}/mime/packages/com.github.phase1geo.minder.xml
+%{_datadir}/gtksourceview-3.0/
 
 %files lang -f %{name}.lang
 

++ Minder-1.5.1.tar.gz -> Minder-1.6.0.tar.gz ++
 10045 lines of diff (skipped)




commit R-base for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package R-base for openSUSE:Factory checked 
in at 2020-01-21 21:01:14

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


Package is "R-base"

Tue Jan 21 21:01:14 2020 rev:71 rq:765989 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/R-base/R-base.changes2019-12-12 
23:20:13.342202395 +0100
+++ /work/SRC/openSUSE:Factory/.R-base.new.26092/R-base.changes 2020-01-21 
21:01:40.132885412 +0100
@@ -1,0 +2,8 @@
+Mon Jan 20 18:30:04 UTC 2020 - Dan Čermák 
+
+- Don't mark %{_libdir}/R/doc as %doc:
+  This causes issues for rstudio, which requires the directory %{_libdir}/R/doc
+  to exist, but the directory is not present if libzypp is configured to omit
+  documentation.
+
+---



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.H0DPIx/_old  2020-01-21 21:01:41.948886258 +0100
+++ /var/tmp/diff_new_pack.H0DPIx/_new  2020-01-21 21:01:41.968886268 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package R-base
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -108,7 +108,7 @@
 
 %prep
 %setup -n R-%{version}
-#%patch0 -p1
+#%%patch0 -p1
 
 %build
 #export R_BROWSER="xdg-open"
@@ -310,7 +310,7 @@
 %{_bindir}/*
 %{_libdir}/R/bin/
 %{_libdir}/R/etc/
-#%{_libdir}/R/lib/
+#%%{_libdir}/R/lib/
 %{_libdir}/R/modules/
 %dir %{_libdir}/R/share
 %dir %{_libdir}/R/library
@@ -457,7 +457,9 @@
 %if 0%{?suse_version} > 1320
 %{_infodir}/*.gz
 %endif
-%doc %{_libdir}/R/doc/
+# this directory must *not* be marked as %%doc, as rstudio _requires_ the
+# directory to be present even if rpm is invoked with --excludedocs
+%{_libdir}/R/doc/
 
 # R-core-packages
 




commit openQA for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2020-01-21 21:01:24

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


Package is "openQA"

Tue Jan 21 21:01:24 2020 rev:110 rq:765975 version:4.6.1579529599.e032e3659

Changes:

openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2020-01-19 
20:58:11.628074084 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.26092/openQA.changes 2020-01-21 
21:01:55.136892406 +0100
@@ -1,0 +2,12 @@
+Tue Jan 21 06:50:09 UTC 2020 - co...@suse.com
+
+- Update to version 4.6.1579529599.e032e3659:
+  * Do not retry downloads in the cache service when there was a 4xx response
+  * Unify retry handling for all 4xx/5xx and connection errors in the cache 
service
+  * Dependency cron 200120
+  * Improve coding style in scheduler tests
+  * Consider assigned jobs when duplicating jobs
+  * Simplify auto_duplicate code
+  * Avoid race condition in job scheduling
+
+---

Old:

  openQA-4.6.1579272112.ccebff1bd.obscpio

New:

  openQA-4.6.1579529599.e032e3659.obscpio



Other differences:
--
++ openQA-devel-test.spec ++
--- /var/tmp/diff_new_pack.eiS9EG/_old  2020-01-21 21:01:57.476893496 +0100
+++ /var/tmp/diff_new_pack.eiS9EG/_new  2020-01-21 21:01:57.480893498 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-devel
 Name:   %{short_name}-test
-Version:4.6.1579272112.ccebff1bd
+Version:4.6.1579529599.e032e3659
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA-test.spec ++
--- /var/tmp/diff_new_pack.eiS9EG/_old  2020-01-21 21:01:57.500893508 +0100
+++ /var/tmp/diff_new_pack.eiS9EG/_new  2020-01-21 21:01:57.504893510 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA
 Name:   %{short_name}-test
-Version:4.6.1579272112.ccebff1bd
+Version:4.6.1579529599.e032e3659
 Release:0
 Summary:Test package for openQA
 License:GPL-2.0-or-later

++ openQA-worker-test.spec ++
--- /var/tmp/diff_new_pack.eiS9EG/_old  2020-01-21 21:01:57.528893521 +0100
+++ /var/tmp/diff_new_pack.eiS9EG/_new  2020-01-21 21:01:57.528893521 +0100
@@ -18,7 +18,7 @@
 
 %define short_name openQA-worker
 Name:   %{short_name}-test
-Version:4.6.1579272112.ccebff1bd
+Version:4.6.1579529599.e032e3659
 Release:0
 Summary:Test package for %{short_name}
 License:GPL-2.0-or-later

++ openQA.spec ++
--- /var/tmp/diff_new_pack.eiS9EG/_old  2020-01-21 21:01:57.548893530 +0100
+++ /var/tmp/diff_new_pack.eiS9EG/_new  2020-01-21 21:01:57.552893532 +0100
@@ -65,7 +65,7 @@
 %define devel_requires %build_requires %test_requires rsync chromedriver curl 
postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) 
perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
 
 Name:   openQA
-Version:4.6.1579272112.ccebff1bd
+Version:4.6.1579529599.e032e3659
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0-or-later


++ openQA-4.6.1579272112.ccebff1bd.obscpio -> 
openQA-4.6.1579529599.e032e3659.obscpio ++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1579272112.ccebff1bd.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.26092/openQA-4.6.1579529599.e032e3659.obscpio
 differ: char 50, line 1

++ openQA.obsinfo ++
--- /var/tmp/diff_new_pack.eiS9EG/_old  2020-01-21 21:01:57.616893562 +0100
+++ /var/tmp/diff_new_pack.eiS9EG/_new  2020-01-21 21:01:57.616893562 +0100
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1579272112.ccebff1bd
-mtime: 1579272112
-commit: ccebff1bd6eec0dfaac6736373b658bdeb48e726
+version: 4.6.1579529599.e032e3659
+mtime: 1579529599
+commit: e032e3659da3fca95739b708360b3bc988714ee1
 




commit katacontainers-image-initrd for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package katacontainers-image-initrd for 
openSUSE:Factory checked in at 2020-01-21 21:01:27

Comparing /work/SRC/openSUSE:Factory/katacontainers-image-initrd (Old)
 and  /work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.26092 
(New)


Package is "katacontainers-image-initrd"

Tue Jan 21 21:01:27 2020 rev:13 rq:765982 version:1.10.0

Changes:

--- 
/work/SRC/openSUSE:Factory/katacontainers-image-initrd/katacontainers-image-initrd.changes
  2019-12-21 12:34:35.431454801 +0100
+++ 
/work/SRC/openSUSE:Factory/.katacontainers-image-initrd.new.26092/katacontainers-image-initrd.changes
   2020-01-21 21:01:59.848894602 +0100
@@ -1,0 +2,24 @@
+Mon Jan 20 15:39:58 UTC 2020 - Ralf Haferkamp 
+
+- Update to 1.10.0:
+  agent:
+- client.go: HybridVSockDialer: Check return size n of
+  unix.Recvfrom
+- client.go: HybridVSockDialer: Change Read EOT to recv peek
+- agent: get current cpuset from /sys/devices/system/cpu/online
+- config: add option to control hotplug timeout of block
+  devices
+- agent: firecracker: support debugging console
+- agent: fix pause bin on musl
+- docs: Add enable services and installation steps for TRACING.md
+- docs: Add missing steps at TRACING.md
+- tracing: Wrapper for tracing functions
+- tracing: Generate an alias for opentracing.Span
+- network: ensure parent directories exist
+- Revert "client: remove the parameter of 'enableYamux'"
+- client: remove the parameter of 'enableYamux'
+- vendor: update libcontainer to 1.0.0-rc9
+  osbuilder:
+- make: use `cd` instead of '--directory' option of `cpio`
+
+---

Old:

  agent-1.9.3.tar.xz
  osbuilder-1.9.3.tar.xz

New:

  agent-1.10.0.tar.xz
  osbuilder-1.10.0.tar.xz



Other differences:
--
++ katacontainers-image-initrd.spec ++
--- /var/tmp/diff_new_pack.DSM4Th/_old  2020-01-21 21:02:01.796895510 +0100
+++ /var/tmp/diff_new_pack.DSM4Th/_new  2020-01-21 21:02:01.800895512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package katacontainers-image-initrd
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,7 @@
 %endif
 
 Name:   katacontainers-image-initrd
-Version:1.9.3
+Version:1.10.0
 Release:0
 Summary:Kata Containers image (initrd) and kernel
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.DSM4Th/_old  2020-01-21 21:02:01.824895523 +0100
+++ /var/tmp/diff_new_pack.DSM4Th/_new  2020-01-21 21:02:01.824895523 +0100
@@ -6,8 +6,8 @@
 https://github.com/kata-containers/osbuilder.git
 osbuilder
 
-1.9.3
-1.9.3
+1.10.0
+1.10.0
   
 
   
@@ -15,8 +15,8 @@
 https://github.com/kata-containers/agent.git
 agent
 
-1.9.3
-1.9.3
+1.10.0
+1.10.0
   
 
   

++ agent-1.9.3.tar.xz -> agent-1.10.0.tar.xz ++
 4193 lines of diff (skipped)

++ osbuilder-1.9.3.tar.xz -> osbuilder-1.10.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osbuilder-1.9.3/Makefile 
new/osbuilder-1.10.0/Makefile
--- old/osbuilder-1.9.3/Makefile2019-12-09 20:01:05.0 +0100
+++ new/osbuilder-1.10.0/Makefile   2020-01-14 18:06:35.0 +0100
@@ -93,7 +93,7 @@
 .PRECIOUS: $(ROOTFS_BUILD_DEST)/.dracut$(ROOTFS_MARKER_SUFFIX)
 $(ROOTFS_BUILD_DEST)/.dracut$(ROOTFS_MARKER_SUFFIX): $(TARGET_INITRD)
mkdir -p $(TARGET_ROOTFS)
-   cat $< | cpio --extract --preserve-modification-time --make-directories 
--directory=$(TARGET_ROOTFS)
+   (cd $(TARGET_ROOTFS); cat $< | cpio --extract 
--preserve-modification-time --make-directories)
@touch $@
 
 image-%: $(IMAGES_BUILD_DEST)/kata-containers-image-%.img
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osbuilder-1.9.3/VERSION new/osbuilder-1.10.0/VERSION
--- old/osbuilder-1.9.3/VERSION 2019-12-09 20:01:05.0 +0100
+++ new/osbuilder-1.10.0/VERSION2020-01-14 18:06:35.0 +0100
@@ -1 +1 @@
-1.9.3
+1.10.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osbuilder-1.9.3/rootfs-builder/alpine/config.sh 
new/osbuilder-1.10.0/rootfs-builder/alpine/config.sh
--- old/osbuilder-1.9.3/rootfs-builder/alpine/config.sh 2019-12-09 
20:01:05.0 +0100
+++ new/osbuilder-1.10.0/rootfs-builder/alpine/config.sh2020-01-14 
18:06:35.0 +0100
@@ -5,7 +5,7 @@
 
 OS_NAME="Alpine"
 
-O

commit desktopfolder for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package desktopfolder for openSUSE:Factory 
checked in at 2020-01-21 21:00:51

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


Package is "desktopfolder"

Tue Jan 21 21:00:51 2020 rev:12 rq:765944 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/desktopfolder/desktopfolder.changes  
2019-10-31 22:38:21.645330597 +0100
+++ /work/SRC/openSUSE:Factory/.desktopfolder.new.26092/desktopfolder.changes   
2020-01-21 21:01:20.104876076 +0100
@@ -1,0 +2,31 @@
+Mon Jan 13 21:33:31 UTC 2020 - Alexei Podvalsky 
+
+- Update to 1.1.2:
+  * Merge pull request #281 from JoshStrobl/vala_compilation_fix
+  * Merge pull request #279 from UbuntuBudgie/itemviewcleanup
+  * Merge pull request #278 from UbuntuBudgie/photoopen
+  * Fix compilation against Vala 0.46
+  * Remove unnecessary separators from note menu
+  * Remove unneeded window parent from menuitemcolor
+  * Fix crash due to null parent window
+  * Fix padding for color menu item to be consistent with other
+menu items
+  * Make FolderWindow menu consistent with other submenus
+  * Remove unnecessary separate for photo menu
+  * Recombine panel properties menu options
+  * Reorganise menu to combine actions
+  * Add double click on photo to open in default viewer #277
+  * Add popup option to open photo in default viewer
+  * Merge pull request #274 from UbuntuBudgie/autostart
+  * Let GSD handle starting/not starting desktopfolder via
+autostart
+  * Merge branch 'master' of
+https://github.com/spheras/desktopfolder
+  * close #272
+  * Update fr.po
+  * Merge pull request #259 from UbuntuBudgie/vala44
+  * Fix compilation issues with vala 0.44
+- Drop desktopfolder-1.1.1-vala-0.44.patch
+- Drop desktopfolder-1.1.1-vala-0.46.patch
+
+---

Old:

  desktopfolder-1.1.1-vala-0.44.patch
  desktopfolder-1.1.1-vala-0.46.patch
  desktopfolder-1.1.1.tar.gz

New:

  desktopfolder-1.1.2.tar.gz



Other differences:
--
++ desktopfolder.spec ++
--- /var/tmp/diff_new_pack.5vjTgT/_old  2020-01-21 21:01:21.76908 +0100
+++ /var/tmp/diff_new_pack.5vjTgT/_new  2020-01-21 21:01:21.908876917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package desktopfolder
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,13 @@
 
 
 Name:   desktopfolder
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Tool for organizing the desktop with panels, notes and photos
 License:GPL-3.0-or-later
 Group:  System/GUI/Other
 URL:https://github.com/spheras/desktopfolder/
 Source: 
https://github.com/spheras/desktopfolder/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM -- Fix compilation issues with vala 0.44
-Patch0: desktopfolder-1.1.1-vala-0.44.patch
-# PATCH-FIX-UPSTREAM -- Fix compilation issues with vala 0.46
-Patch1: desktopfolder-1.1.1-vala-0.46.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -59,8 +55,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %meson

++ desktopfolder-1.1.1.tar.gz -> desktopfolder-1.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/desktopfolder/desktopfolder-1.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.desktopfolder.new.26092/desktopfolder-1.1.2.tar.gz 
differ: char 15, line 1




commit gparted for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package gparted for openSUSE:Factory checked 
in at 2020-01-21 21:00:31

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


Package is "gparted"

Tue Jan 21 21:00:31 2020 rev:48 rq:765932 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/gparted/gparted.changes  2019-07-11 
13:18:36.190763427 +0200
+++ /work/SRC/openSUSE:Factory/.gparted.new.26092/gparted.changes   
2020-01-21 21:00:49.328861730 +0100
@@ -1,0 +2,9 @@
+Mon Jan 20 19:01:44 UTC 2020 - Bjørn Lie 
+
+- Update to version 1.1.0:
+  + Fix error when moving locked LUKS-encrypted partition.
+  + Switch to faster minfo and mdir to read FAT16/32 usage.
+  + Calculate JFS size accurately.
+  + Recognise ATARAID members and detect their busy status.
+
+---

Old:

  gparted-1.0.0.tar.gz
  gparted-1.0.0.tar.gz.sig

New:

  gparted-1.1.0.tar.gz
  gparted-1.1.0.tar.gz.sig



Other differences:
--
++ gparted.spec ++
--- /var/tmp/diff_new_pack.aeXtGa/_old  2020-01-21 21:00:50.912862468 +0100
+++ /var/tmp/diff_new_pack.aeXtGa/_new  2020-01-21 21:00:50.912862468 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gparted
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Gnome Partition Editor
 License:GPL-2.0-only

++ gparted-1.0.0.tar.gz -> gparted-1.1.0.tar.gz ++
 73885 lines of diff (skipped)





commit supertuxkart for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package supertuxkart for openSUSE:Factory 
checked in at 2020-01-21 20:59:38

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


Package is "supertuxkart"

Tue Jan 21 20:59:38 2020 rev:19 rq:761897 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/supertuxkart/supertuxkart.changes
2019-05-05 21:21:19.397261483 +0200
+++ /work/SRC/openSUSE:Factory/.supertuxkart.new.26092/supertuxkart.changes 
2020-01-21 21:00:17.068846692 +0100
@@ -1,0 +2,19 @@
+Sun Jan  5 07:58:23 UTC 2020 - Andrey Karepin 
+
+- Update to version 1.1:
+  + Improved online multiplayer play
++ Fix network lags in various scenarios when playing online
++ Add AI support to local networking servers
+  + UI enhancements
+  + A new arena: Pumpkin Park
+  + Mobile enhancements and iOS support (The iOS version can be tested
+through testflight : https://testflight.apple.com/join/mbK8RjHq )
+  + Complex text layout and emoji support
+  + Story mode timer for speedrunners
+  + Generic polish and minor improvements
+  See full changes in CHANGELOG.md.
+- added CMake option OpenGL_GL_PREFERENCE=GLVND
+- use system provided libmcpp
+- use system provided libraqm
+
+---

Old:

  supertuxkart-1.0-src.tar.xz

New:

  supertuxkart-1.1-src.tar.xz



Other differences:
--
++ supertuxkart.spec ++
--- /var/tmp/diff_new_pack.9IZ3Vk/_old  2020-01-21 21:00:29.284852387 +0100
+++ /var/tmp/diff_new_pack.9IZ3Vk/_new  2020-01-21 21:00:29.288852389 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package supertuxkart
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 #
 Name:   supertuxkart
-Version:1.0
+Version:1.1
 Release:0
 Summary:A 3D kart racing game
 License:GPL-2.0-or-later AND GPL-3.0-or-later AND CC-BY-SA-3.0
 Group:  Amusements/Games/3D/Race
 URL:http://supertuxkart.sourceforge.net/
-Source: 
https://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/1.0/supertuxkart-1.0-src.tar.xz
+Source: 
https://downloads.sourceforge.net/project/supertuxkart/SuperTuxKart/%{version}/supertuxkart-%{version}-src.tar.xz
 # Geeko kart add-on (CC-BY 3.0)
 Source1:http://stkaddons.net/dl/14e6ba25b17f0d.zip
 Source9:supertuxkart.6
@@ -34,6 +34,10 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
+BuildRequires:  libraqm-devel
+%if 0%{?suse_version} && 0%{?is_opensuse}
+BuildRequires:  mcpp-devel
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -44,6 +48,7 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
+BuildRequires:  pkgconfig(harfbuzz)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libenet)
 BuildRequires:  pkgconfig(ogg)
@@ -79,11 +84,16 @@
 Data files for SuperTuxKart a Free 3d kart racing game.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-src
 find -name '*~' -delete -print
 find -name '.git*' -type f -delete -print
 rm -rfv ./.github
 
+# fix W: non-executable-script
+rm data/optimize_data.sh
+rm data/po/pull_from_transifex.sh
+rm data/po/update_po_authors.py
+
 %build
 mkdir build && cd build
 # NOTE that %%cmake macro breaks linking.
@@ -93,12 +103,14 @@
 -DCMAKE_CXX_FLAGS="%{optflags} -fno-strict-aliasing" \
 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
 -DBUILD_RECORDER=0 \
+-DOpenGL_GL_PREFERENCE=GLVND \
 -DUSE_SYSTEM_WIIUSE:BOOL=ON \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make V=1 %{?_smp_mflags}
 
 %install
 %cmake_install
+
 mkdir -p %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
 cd %{buildroot}%{_datadir}/supertuxkart/data/karts/geeko/
 unzip %{SOURCE1}


++ supertuxkart-1.0-src.tar.xz -> supertuxkart-1.1-src.tar.xz ++
/work/SRC/openSUSE:Factory/supertuxkart/supertuxkart-1.0-src.tar.xz 
/work/SRC/openSUSE:Factory/.supertuxkart.new.26092/supertuxkart-1.1-src.tar.xz 
differ: char 25, line 1




commit YODA for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package YODA for openSUSE:Factory checked in 
at 2020-01-21 21:00:45

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


Package is "YODA"

Tue Jan 21 21:00:45 2020 rev:16 rq:765934 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/YODA/YODA.changes2020-01-09 
22:54:47.938835532 +0100
+++ /work/SRC/openSUSE:Factory/.YODA.new.26092/YODA.changes 2020-01-21 
21:01:13.348872926 +0100
@@ -1,0 +2,15 @@
+Sat Jan 18 13:47:23 UTC 2020 - Atri Bhattacharya 
+
+- Add YODA-py3-compatibility-for-IO_pyx.patch -- Py3 compatibilty
+  for IO.pyx; patch taken from upstream commit and modified to fix
+  further similar errors
+  (https://gitlab.com/hepcedar/yoda/issues/4).
+- Change hashbangs referring to python or `env python` to use
+  `/usr/bin/python3` consistently in source dir, rather than
+  from buildroot after installation. This allows to run the tests
+  correctly in the %check section.
+- Move binaries using the python module to python3-%{name}
+  package.
+- Run make check.
+
+---

New:

  YODA-py3-compatibility-for-IO_pyx.patch



Other differences:
--
++ YODA.spec ++
--- /var/tmp/diff_new_pack.JuGBaX/_old  2020-01-21 21:01:14.676873546 +0100
+++ /var/tmp/diff_new_pack.JuGBaX/_new  2020-01-21 21:01:14.704873559 +0100
@@ -27,11 +27,17 @@
 URL:http://yoda.hepforge.org/
 Source: http://www.hepforge.org/archive/yoda/%{name}-%{version}.tar.bz2
 Patch1: sover.diff
+# PATCH-FIX-UPSTREAM YODA-py3-compatibility-for-IO_pyx.patch 
badshah...@gmail.com -- Py3 compatibilty for IO.pyx; patch taken from upstream 
commit
+Patch2: YODA-py3-compatibility-for-IO_pyx.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  python3-Cython
 BuildRequires:  python3-devel
+# SECTION For running python tests in make check
+BuildRequires:  python3-matplotlib
+BuildRequires:  python3-numpy
+# /SECTION
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -102,6 +108,18 @@
 %prep
 %setup -q
 %patch -P 1 -p1
+%patch2 -p1
+
+# USE PYTHON3 FOR HASHBANGS
+sed -Ei "1{s|/usr/bin/python|/usr/bin/python3|}" bin/*
+sed -Ei "1{s|/usr/bin/env python|/usr/bin/python3|}" bin/*
+sed -Ei "1{s|/usr/bin/env python|/usr/bin/python3|}" tests/pytest-*
+
+# FIX env BASED HASHBANGS
+sed -E -i "s|^#! /usr/bin/env bash|#! /bin/bash|" bin/yoda-config*
+
+# REMOVE AN UNNECESSARY ONE
+sed -E -i "1{s|^#! /usr/bin/env python||}" pyext/yoda/search.py
 
 %build
 export PYTHON_VERSION=%{py3_ver}
@@ -114,15 +132,8 @@
 
 find %{buildroot}%{_libdir}/ -name "*.la" -delete
 
-# FIX env BASED HASHBANGS
-for exe in %{buildroot}%{_bindir}/*
-do
-  sed -E -i "s|^#! /usr/bin/env python|#! /usr/bin/python|" ${exe}
-done
-sed -E -i "s|^#! /usr/bin/env bash|#! /bin/bash|" 
%{buildroot}%{_bindir}/yoda-config
-
-# REMOVE AN UNNECESSARY ONE
-sed -E -i "1{s|^#! /usr/bin/env python||}" 
%{buildroot}%{python3_sitearch}/yoda/search.py
+%check
+make %{?_smp_mflags} check
 
 %post   -n %{so_name} -p /sbin/ldconfig
 %postun -n %{so_name} -p /sbin/ldconfig
@@ -135,13 +146,23 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog
 %license COPYING
+%{_bindir}/yoda-config
+%{_libdir}/libYODA.so
+%{_libdir}/pkgconfig/yoda.pc
+%{_includedir}/%{name}/
+%{_datadir}/%{name}/
+
+%files -n python3-%{name}
+%defattr(-,root,root)
+%{python3_sitearch}/yoda/
+%{python3_sitearch}/yoda1/
+%{python3_sitearch}/yoda*.egg-info
 %{_bindir}/aida2flat
 %{_bindir}/aida2yoda
 %{_bindir}/flat2yoda
 %{_bindir}/yoda2aida
 %{_bindir}/yoda2flat
 %{_bindir}/yoda2yoda
-%{_bindir}/yoda-config
 %{_bindir}/yodamerge
 %{_bindir}/yodacmp
 %{_bindir}/yodacnv
@@ -150,15 +171,5 @@
 %{_bindir}/yodals
 %{_bindir}/yodaplot
 %{_bindir}/yodascale
-%{_libdir}/libYODA.so
-%{_libdir}/pkgconfig/yoda.pc
-%{_includedir}/%{name}/
-%{_datadir}/%{name}/
-
-%files -n python3-%{name}
-%defattr(-,root,root)
-%{python3_sitearch}/yoda/
-%{python3_sitearch}/yoda1/
-%{python3_sitearch}/yoda*.egg-info
 
 %changelog

++ YODA-py3-compatibility-for-IO_pyx.patch ++
>From c4ef6691606b33868b226fdd504bb081d0fcf11f Mon Sep 17 00:00:00 2001
From: Christian Gutschow 
Date: Sat, 21 Dec 2019 23:31:32 +0100
Subject: [PATCH] patch Py3 compatibilty for IO.pyx

---
 pyext/yoda/include/IO.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: YODA-1.8.0/pyext/yoda/include/IO.pyx
===
--- YODA-1.8.0.orig/pyext/yoda/include/IO.pyx
+++ YODA-1.8.0/pyext/yoda/include/IO.pyx
@@ -215,7 +215,7 @@ def writeYODA(ana_objs, file_or_filename
 for a in a

commit xf86-video-siliconmotion for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package xf86-video-siliconmotion for 
openSUSE:Factory checked in at 2020-01-21 21:00:17

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


Package is "xf86-video-siliconmotion"

Tue Jan 21 21:00:17 2020 rev:16 rq:765912 version:1.7.9

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-siliconmotion/xf86-video-siliconmotion.changes
2017-07-21 22:50:34.738743388 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-siliconmotion.new.26092/xf86-video-siliconmotion.changes
 2020-01-21 21:00:41.192857938 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 14:14:21 UTC 2020 - Guillaume GARDET 
+
+- Add %arm to ExcludeArch, build fails since glibc dropped outb/inb
+  support
+
+---



Other differences:
--
++ xf86-video-siliconmotion.spec ++
--- /var/tmp/diff_new_pack.FTBqTB/_old  2020-01-21 21:00:42.984858773 +0100
+++ /var/tmp/diff_new_pack.FTBqTB/_new  2020-01-21 21:00:42.992858776 +0100
@@ -41,7 +41,7 @@
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:  xorg-x11-driver-video <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExcludeArch:s390 s390x aarch64
+ExcludeArch:s390 s390x aarch64 %arm
 %x11_abi_videodrv_req
 
 %description





commit prometheus-client-model for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package prometheus-client-model for 
openSUSE:Factory checked in at 2020-01-21 21:00:09

Comparing /work/SRC/openSUSE:Factory/prometheus-client-model (Old)
 and  /work/SRC/openSUSE:Factory/.prometheus-client-model.new.26092 (New)


Package is "prometheus-client-model"

Tue Jan 21 21:00:09 2020 rev:3 rq:765241 version:20190109

Changes:

--- 
/work/SRC/openSUSE:Factory/prometheus-client-model/prometheus-client-model.changes
  2019-11-15 00:17:26.796009596 +0100
+++ 
/work/SRC/openSUSE:Factory/.prometheus-client-model.new.26092/prometheus-client-model.changes
   2020-01-21 21:00:37.416856177 +0100
@@ -1,0 +2,6 @@
+Tue Jan 14 11:43:21 UTC 2020 - Michał Rostecki 
+
+- Update BUILD file content for compatibility with envoy-proxy
+  1.12.2.
+
+---



Other differences:
--
++ prometheus-client-model.spec ++
--- /var/tmp/diff_new_pack.4V5jOL/_old  2020-01-21 21:00:38.604856731 +0100
+++ /var/tmp/diff_new_pack.4V5jOL/_new  2020-01-21 21:00:38.604856731 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package prometheus-client-model
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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

++ BUILD ++
--- /var/tmp/diff_new_pack.4V5jOL/_old  2020-01-21 21:00:38.644856750 +0100
+++ /var/tmp/diff_new_pack.4V5jOL/_new  2020-01-21 21:00:38.648856752 +0100
@@ -1,7 +1,7 @@
-load("@envoy_api//bazel:api_build_system.bzl", "api_proto_library")
+load("@envoy_api//bazel:api_build_system.bzl", "api_cc_py_proto_library")
 load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
 
-api_proto_library(
+api_cc_py_proto_library(
 name = "client_model",
 srcs = [
 "metrics.proto",
@@ -11,7 +11,7 @@
 
 go_proto_library(
 name = "client_model_go_proto",
-importpath = "client_model",
+importpath = "github.com/prometheus/client_model/go",
 proto = ":client_model",
 visibility = ["//visibility:public"],
 )




commit wireguard for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package wireguard for openSUSE:Factory 
checked in at 2020-01-21 21:00:35

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


Package is "wireguard"

Tue Jan 21 21:00:35 2020 rev:6 rq:765938 version:0.0.20200105

Changes:

--- /work/SRC/openSUSE:Factory/wireguard/wireguard.changes  2019-12-21 
12:30:17.743332260 +0100
+++ /work/SRC/openSUSE:Factory/.wireguard.new.26092/wireguard.changes   
2020-01-21 21:01:00.616866992 +0100
@@ -1,0 +2,16 @@
+Mon Jan 20 21:11:23 UTC 2020 - Martin Hauke 
+
+- Update to version 0.0.20200105
+  * socket: mark skbs as not on list when receiving via gro
+
+---
+Mon Jan 20 21:06:05 UTC 2020 - Martin Hauke 
+
+- Drop not longer needed patches:
+  * wireguard-remove-depmod.diff
+  * wireguard-fix-systemd-service.patch
+- Mention wireguard-kmp-preamble in the sepc-file as source
+- Package split since upstream reorganized code repositories.
+  * wireguard-tools is now developed in a separate package
+
+---

Old:

  WireGuard-0.0.20191219.tar.asc
  WireGuard-0.0.20191219.tar.xz
  wireguard-fix-systemd-service.patch
  wireguard-remove-depmod.diff
  wireguard.target

New:

  wireguard-linux-compat-0.0.20200105.tar.asc
  wireguard-linux-compat-0.0.20200105.tar.xz



Other differences:
--
++ wireguard.spec ++
--- /var/tmp/diff_new_pack.LRGTSt/_old  2020-01-21 21:01:03.124868161 +0100
+++ /var/tmp/diff_new_pack.LRGTSt/_new  2020-01-21 21:01:03.128868163 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package wireguard
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2017, Martin Hauke 
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017-2020, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,30 +18,20 @@
 
 
 Name:   wireguard
-Version:0.0.20191219
+Version:0.0.20200105
 Release:0
 Summary:Fast, modern, secure kernel VPN tunnel
 License:GPL-2.0-only
 Group:  Productivity/Networking/Security
 URL:https://www.wireguard.com/
-Source: 
https://git.zx2c4.com/WireGuard/snapshot/WireGuard-%{version}.tar.xz
-Source98:   
https://git.zx2c4.com/WireGuard/snapshot/WireGuard-%{version}.tar.asc
-Source99:   
https://www.zx2c4.com/keys/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc#/WireGuard.keyring
-Source1:wireguard.target
+Source: 
https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-%{version}.tar.xz
+Source1:
https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-%{version}.tar.asc
 Source2:wireguard-kmp-preamble
-Patch0: wireguard-remove-depmod.diff
-Patch1: wireguard-fix-systemd-service.patch
+Source99:   
https://www.zx2c4.com/keys/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc#/WireGuard.keyring
 Patch2: wireguard-fix-leap151.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
-BuildRequires:  bash-completion
-BuildRequires:  libmnl-devel
-BuildRequires:  pkgconfig
 # disable flavors xen,desktop,pae,pv
 %kernel_module_package -p wireguard-kmp-preamble
-%systemd_requires
-%if 0%{?suse_version} >= 1330
-BuildRequires:  libelf-devel
-%endif
 
 %description
 WireGuard is a novel VPN that runs inside the Linux Kernel and uses
@@ -52,34 +42,12 @@
 running on embedded interfaces and super computers alike, fit for
 many different circumstances. It runs over UDP.
 
-%package tools
-Summary:Fast, modern, secure kernel VPN tunnel
-Group:  Productivity/Networking/Security
-
-%description tools
-WireGuard is a novel VPN that runs inside the Linux Kernel and uses
-state-of-the-art cryptography (the "Noise" protocol). It aims to be
-faster, simpler, leaner, and more useful than IPSec, while avoiding
-the massive headache. It intends to be considerably more performant
-than OpenVPN. WireGuard is designed as a general purpose VPN for
-running on embedded interfaces and super computers alike, fit for
-many different circumstances. It runs over UDP.
-
-This package contains command-line tools to interact with the
-WireGuard kernel module.  Currently, it provides only a single tool:
-
-wg: set and retrieve configuration of WireGuard interfaces
-
 %prep
-%setup -q -n WireGuard-%{version}
-%patch0 -p1
-%patch1 -p1
+%setup -q -n wireguard-linux-compat-%{version}
 %if 0%{?sle_version} == 150100
 %patch2 -p1
 %endif
-## HACK: Fixing wg-qui

commit openscap for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2020-01-21 21:00:33

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


Package is "openscap"

Tue Jan 21 21:00:33 2020 rev:64 rq:766084 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2020-01-14 
21:13:42.470940754 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new.26092/openscap.changes 
2020-01-21 21:00:54.428864107 +0100
@@ -4 +4,2 @@
-- openscap 1.3.1
+- switch back to official release
+- openscap 1.3.2



Other differences:
--



commit efl for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2020-01-21 20:59:03

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


Package is "efl"

Tue Jan 21 20:59:03 2020 rev:39 rq:761069 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2019-06-26 16:05:26.623749074 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new.26092/efl.changes   2020-01-21 
20:59:31.460825433 +0100
@@ -1,0 +2,25 @@
+Fri Nov  8 03:45:02 UTC 2019 - Simon Lees 
+
+- 1.23 Release
+  * Again, the primary focus of this release has been stabilizing
+the EO library as well as an extending the set of unified API
+which is based on it. From this release onwards we also switched
+to meson as our only build system (RIP autotools, you served us
+well for a long time). The 2110 commits contain more changes to
+possible list here, but you will find improved DRM support, a new
+widget for controlling vector animations, a first step towards
+MVVM support, general bugfixes and more.
+Please see the NEWS file for more details.
+  * spec file cleanup
+
+---
+Thu Sep  5 00:45:28 UTC 2019 - Simon Lees 
+
+- 1.22.4 Release - Various minor bugfixes
+
+---
+Wed Sep  4 04:06:45 UTC 2019 - simon 
+
+- 1.22.3 Release - Various minor bugfixes
+
+---

Old:

  efl-1.22.2.tar.xz

New:

  efl-1.23.2.tar.xz



Other differences:
--
++ efl.spec ++
 790 lines (skipped)
 between /work/SRC/openSUSE:Factory/efl/efl.spec
 and /work/SRC/openSUSE:Factory/.efl.new.26092/efl.spec

++ efl-1.22.2.tar.xz -> efl-1.23.2.tar.xz ++
/work/SRC/openSUSE:Factory/efl/efl-1.22.2.tar.xz 
/work/SRC/openSUSE:Factory/.efl.new.26092/efl-1.23.2.tar.xz differ: char 25, 
line 1




commit enlightenment-theme-openSUSE-ice for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package enlightenment-theme-openSUSE-ice for 
openSUSE:Factory checked in at 2020-01-21 20:59:15

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


Package is "enlightenment-theme-openSUSE-ice"

Tue Jan 21 20:59:15 2020 rev:5 rq:761079 version:20200101

Changes:

--- 
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE-ice/enlightenment-theme-openSUSE-ice.changes
2016-10-31 09:56:43.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE-ice.new.26092/enlightenment-theme-openSUSE-ice.changes
 2020-01-21 20:59:38.676828796 +0100
@@ -1,0 +2,11 @@
+Wed Jan  1 05:49:31 UTC 2019 - Simon Lees 
+
+- 20200101 - efl 1.23
+  * Now also ship openSUSE-e-X-ice icon theme to match efl theme
+
+---
+Wed Nov 29 04:35:41 UTC 2017 - sfl...@suse.de
+
+- Update for e22
+
+---
@@ -33 +43,0 @@
-

Old:

  enlightenment-theme-openSUSE-ice-20161028.tar.xz

New:

  enlightenment-theme-openSUSE-ice-20200101.tar.xz



Other differences:
--
++ enlightenment-theme-openSUSE-ice.spec ++
--- /var/tmp/diff_new_pack.4LsEQH/_old  2020-01-21 20:59:39.968829398 +0100
+++ /var/tmp/diff_new_pack.4LsEQH/_new  2020-01-21 20:59:39.968829398 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment-theme-openSUSE-ice
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define icon_theme_name openSUSE-e-X-Ice
+
 Name:   enlightenment-theme-openSUSE-ice
-Version:20161028
+Version:20200101
 Release:0
 Summary:A light openSUSE theme modified to suite the openSUSE 13.2 
artwork
-License:BSD-2-Clause and LGPL-2.1 and CC-BY-SA-3.0
+License:BSD-2-Clause AND LGPL-2.1-only AND CC-BY-SA-3.0
 Group:  System/GUI/Other
-Url:https://en.opensuse.org/Portal:Enlightenment
+URL:https://en.opensuse.org/Portal:Enlightenment
 Source: enlightenment-theme-openSUSE-ice-%{version}.tar.xz
 # for convert
 BuildRequires:  ImageMagick
@@ -35,6 +37,15 @@
 %description
 Ice is a light theme for enlightenment, this version has been modified to 
suite the artwork for openSUSE 13.2
 
+%package -n openSUSE-e-X-Ice-Icons
+Summary:FDO Icon theme to go with openSUSE Enlightenment Theme
+License:GPL-3.0-only
+Group:  System/GUI/Other
+
+%description -n openSUSE-e-X-Ice-Icons
+An FDO Icon theme that matches the one used by the openSUSE Enlightenment
+theme
+
 %prep
 %setup -q -n enlightenment-theme-openSUSE-ice-%{version}
 
@@ -42,14 +53,41 @@
 ./build-darkmod.sh --epkg
 cp enlightenment-elementary/openSUSE-ice.edj .
 cp licenses-authors/* .
+cp openSUSE-ice-icons/README README.icons
 
 %install
 install -m 0755 -d %{buildroot}%{_datadir}/elementary/themes
 install -m 0644 -t %{buildroot}%{_datadir}/elementary/themes openSUSE-ice.edj
 
+install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}
+install -m 0644 -t %{buildroot}%{_datadir}/icons/%{icon_theme_name} 
openSUSE-ice-icons/index.theme
+
+pushd openSUSE-ice-icons
+for d in */ ; do
+install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}/$d
+for in in $d/*/ ; do
+  install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in
+  for ind in $in/*.png ; do
+if [ -f "$ind" ]; then
+  install -m 0644 -t 
%{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in "$ind"
+fi
+  done
+  for ind in $in/*.svg ; do
+if [ -f "$ind" ]; then
+  install -m 0644 -t 
%{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in "$ind"
+fi
+  done
+done
+done
+popd
+
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING AUTHORS.elementary AUTHORS.enlightenment COPYING.images 
COPYING.lgpl
 %{_datadir}/elementary
 
+%files -n openSUSE-e-X-Ice-Icons
+%license README.icons
+%{_datadir}/icons/%{icon_theme_name}
+
 %changelog

++ enlightenment-theme-openSUSE-ice-20161028.tar.xz -> 
enlightenment-theme-openSUSE-ice-20200101.tar.xz ++
/work/SRC/openSUSE:Factory/enlightenment-theme-openSU

commit terminology-theme-openSUSE for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package terminology-theme-openSUSE for 
openSUSE:Factory checked in at 2020-01-21 20:59:20

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


Package is "terminology-theme-openSUSE"

Tue Jan 21 20:59:20 2020 rev:7 rq:761082 version:20191110

Changes:

--- 
/work/SRC/openSUSE:Factory/terminology-theme-openSUSE/terminology-theme-openSUSE.changes
2016-01-09 23:13:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.terminology-theme-openSUSE.new.26092/terminology-theme-openSUSE.changes
 2020-01-21 20:59:42.500830579 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 03:56:48 UTC 2019 - Simon Lees 
+
+- 20191110 rebuild with lots of updates
+
+---

Old:

  terminology-theme-openSUSE-20151216.tar.xz

New:

  terminology-theme-openSUSE-20191110.tar.xz



Other differences:
--
++ terminology-theme-openSUSE.spec ++
--- /var/tmp/diff_new_pack.3bsNxt/_old  2020-01-21 20:59:43.892831228 +0100
+++ /var/tmp/diff_new_pack.3bsNxt/_new  2020-01-21 20:59:43.896831229 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology-theme-openSUSE
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   terminology-theme-openSUSE
-Version:20151216
+Version:20191110
 Release:0
 Summary:openSUSE theme for Terminology
-License:BSD-2-Clause and LGPL-2.1 and CC-BY-SA-3.0
+License:BSD-2-Clause AND LGPL-2.1-only AND CC-BY-SA-3.0
 Group:  System/X11/Terminals
 Url:https://en.opensuse.org/Portal:Enlightenment
 Source: %{name}-%{version}.tar.xz
@@ -40,7 +40,7 @@
 
 %build
 ./build-darkmod.sh --termpkg
-cp terminology/openSUSE-e.edj ./default.edj
+cp terminology/openSUSE.edj ./default.edj
 cp licenses-authors/* .
 
 %install

++ terminology-theme-openSUSE-20151216.tar.xz -> 
terminology-theme-openSUSE-20191110.tar.xz ++
/work/SRC/openSUSE:Factory/terminology-theme-openSUSE/terminology-theme-openSUSE-20151216.tar.xz
 
/work/SRC/openSUSE:Factory/.terminology-theme-openSUSE.new.26092/terminology-theme-openSUSE-20191110.tar.xz
 differ: char 25, line 1




commit python-efl for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-efl for openSUSE:Factory 
checked in at 2020-01-21 20:59:24

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


Package is "python-efl"

Tue Jan 21 20:59:24 2020 rev:3 rq:764490 version:1.23.0

Changes:

--- /work/SRC/openSUSE:Factory/python-efl/python-efl.changes2019-07-11 
13:17:57.354775661 +0200
+++ /work/SRC/openSUSE:Factory/.python-efl.new.26092/python-efl.changes 
2020-01-21 20:59:47.508832913 +0100
@@ -1,0 +2,5 @@
+Fri Nov  8 03:49:38 UTC 2019 - Simon Lees 
+
+- Update to 1.23.0 in line with efl 
+
+---

Old:

  python-efl-1.22.0.tar.xz

New:

  python-efl-1.23.0.tar.xz



Other differences:
--
++ python-efl.spec ++
--- /var/tmp/diff_new_pack.j5c94N/_old  2020-01-21 20:59:49.616833896 +0100
+++ /var/tmp/diff_new_pack.j5c94N/_new  2020-01-21 20:59:49.620833898 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-efl
-Version:1.22.0
+Version:1.23.0
 Release:0
 Summary:Python bindings of evas
 License:GPL-3.0-only AND LGPL-3.0-only
@@ -153,11 +153,11 @@
 
 %if !0%{?suse_version}
 %files -n python-efl
-%doc AUTHORS COPYING*
+%license AUTHORS COPYING*
 %{python_sitearch}/*
 
 %files -n python3-efl
-%doc AUTHORS COPYING*
+%license AUTHORS COPYING*
 %{python3_sitearch}/*
 %endif
 

++ python-efl-1.22.0.tar.xz -> python-efl-1.23.0.tar.xz ++
/work/SRC/openSUSE:Factory/python-efl/python-efl-1.22.0.tar.xz 
/work/SRC/openSUSE:Factory/.python-efl.new.26092/python-efl-1.23.0.tar.xz 
differ: char 27, line 1




commit enlightenment for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2020-01-21 20:59:34

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


Package is "enlightenment"

Tue Jan 21 20:59:34 2020 rev:30 rq:766082 version:0.23.1

Changes:

--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes  
2018-10-11 11:50:05.738432285 +0200
+++ /work/SRC/openSUSE:Factory/.enlightenment.new.26092/enlightenment.changes   
2020-01-21 20:59:53.188835561 +0100
@@ -1,0 +2,28 @@
+Thu Dec 19 15:34:37 UTC 2019 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
+  Allow OBS to shortcut through the -mini flavors.
+
+---
+Thu Sep  5 00:41:55 UTC 2019 - simon 
+
+- 0.23.1
+  * Renable wayland support
+  * Highlights
+* New padded screenshot option
+* Meson build now is the build system
+*Music Control now supports rage mpris dbus protocol
+* Add Bluez5 support with totally new and redone module and gadget
+* Add dpms option to turn it off or on
+* Alt-tab window switcher allows moving of windows while alt-tabbing
+* Lots of bug fixes, compile warning fixes etc.
+* Massive improvements to Wayland support
+
+---
+Wed May 29 13:46:12 UTC 2019 - Simon Lees 
+
+- Disable wayland until 0.23.0 when it will build again
+- only use update alternatives on openSUSE
+- enable systemd on Mageia
+
+---

Old:

  enlightenment-0.22.4.tar.xz

New:

  enlightenment-0.23.1.tar.xz



Other differences:
--
++ enlightenment.spec ++
--- /var/tmp/diff_new_pack.pcOxHm/_old  2020-01-21 20:59:55.736836748 +0100
+++ /var/tmp/diff_new_pack.pcOxHm/_new  2020-01-21 20:59:55.740836750 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,14 @@
 
 
 %define efl_version1.18.0
-%define systemd_present (0%{?suse_version} >= 1230 || 0%{?fedora} >= 18)
-%define enable_wayland (0%{?suse_version} > 1320)
+%define systemd_present (0%{?suse_version} >= 1230 || 0%{?fedora} >= 18 || 
0%{?mageia})
+# Wayland is broken with current efl waiting for a new e release
+%define enable_wayland (0%{?suse_version} > 1520)
 %define generate_manpages 0
+# Fix this later
+%define build_doc 0
 Name:   enlightenment
-Version:0.22.4
+Version:0.23.1
 Release:0
 Summary:The window manager
 License:BSD-2-Clause
@@ -43,12 +46,10 @@
 Patch4: feature-wizard-keylayout-from-sys.patch
 Patch5: feature-qt-apps-gtk2-theme.patch
 BuildRequires:  alsa-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  edje >= %{efl_version}
 BuildRequires:  gettext-devel
-BuildRequires:  libtool
+BuildRequires:  meson
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
 # configure scripts looks for Xwayland binary
@@ -98,9 +99,10 @@
 # older e17.3 users will update but anyone who manually installs e17.6 will 
stay
 Obsoletes:  e17
 Provides:   e17 > 0.17.4
+%if 0%{?suse_version}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 %{?systemd_requires}
 %if %{enable_wayland}
 BuildRequires:  pkgconfig(ecore-wl2)
@@ -111,7 +113,7 @@
 BuildRequires:  pkgconfig(wayland-server)
 %endif
 %if %{systemd_present}
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(libsystemd)
 %endif
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -177,6 +179,7 @@
 %description branding-upstream
 Various files for Enlightenment provided by upstream but altered by openSUSE 
or Petite Linux.
 
+%if %{build_doc}
 %package doc-html
 Summary:HTML documentation of Enlightenment
 Group:  Documentation/HTML
@@ -184,6 +187,7 @@
 
 %description doc-html
 Documentation of Enlightenment in form of HTML pages.
+%endif
 
 %if %{generate_manpages}
 %package doc-man
@@ -214,42 +218,40 @@
 FAKE_DOCDATETIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%a %%b 
%%d %%Y %{T}')
 sed -i 
"s/\$datetime/$FAKE_DOCDATETIME/g;s/\$date/$FAKE_DOCDATE/g;s/\$year/$FAKEDOCYEAR/g"
 doc/*.html
 
-%configure \
+export CFLAGS="%{optflags}%{?mageia: -g}"
+%meson \
 %if %{enable_wayland}
-  --enable-

commit enlightenment-theme-openSUSE for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package enlightenment-theme-openSUSE for 
openSUSE:Factory checked in at 2020-01-21 20:59:10

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


Package is "enlightenment-theme-openSUSE"

Tue Jan 21 20:59:10 2020 rev:12 rq:761076 version:20191110

Changes:

--- 
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE.changes
2018-05-16 11:35:38.361296564 +0200
+++ 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE.new.26092/enlightenment-theme-openSUSE.changes
 2020-01-21 20:59:36.940827987 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 05:49:31 UTC 2019 - Simon Lees 
+
+- 20191110 - efl 1.23  
+  * Now also ship openSUSE-e-X icon theme to match efl theme
+
+---

Old:

  enlightenment-theme-openSUSE-20180511.tar.xz

New:

  enlightenment-theme-openSUSE-20191110.tar.xz



Other differences:
--
++ enlightenment-theme-openSUSE.spec ++
--- /var/tmp/diff_new_pack.Fhemzy/_old  2020-01-21 20:59:37.900828434 +0100
+++ /var/tmp/diff_new_pack.Fhemzy/_new  2020-01-21 20:59:37.904828436 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment-theme-openSUSE
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define icon_theme_name openSUSE-e-X
+
 Name:   enlightenment-theme-openSUSE
-Version:20180511
+Version:20191110
 Release:0
 Summary:openSUSE theme for Enlightenment
 License:BSD-2-Clause AND LGPL-2.1-only AND CC-BY-SA-3.0
 Group:  System/GUI/Other
-Url:https://en.opensuse.org/Portal:Enlightenment
+URL:https://en.opensuse.org/Portal:Enlightenment
 Source: enlightenment-theme-openSUSE-%{version}.tar.xz
 BuildRequires:  edje
 # for convert
@@ -42,6 +44,15 @@
 %description
 openSUSE, theme for Enlightenment
 
+%package -n openSUSE-e-X-Icons
+Summary:FDO Icon theme to go with openSUSE Enlightenment Theme
+License:GPL-3.0-only
+Group:  System/GUI/Other
+
+%description -n openSUSE-e-X-Icons
+An FDO Icon theme that matches the one used by the openSUSE Enlightenment
+theme
+
 %prep
 %setup -q
 #%setup -q -n enlightenment-theme-openSUSE-%{Version}
@@ -50,14 +61,40 @@
 ./build-darkmod.sh --epkg
 cp enlightenment-elementary/openSUSE.edj ./default.edj
 cp licenses-authors/* .
+cp openSUSE-icons/README README.icons
 
 %install
 install -m 0755 -d %{buildroot}%{_datadir}/elementary/themes
 install -m 0644 -t %{buildroot}%{_datadir}/elementary/themes default.edj
+install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}
+install -m 0644 -t %{buildroot}%{_datadir}/icons/%{icon_theme_name} 
openSUSE-icons/index.theme
+
+pushd openSUSE-icons
+for d in */ ; do
+install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}/$d
+for in in $d/*/ ; do
+  install -m 0755 -d %{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in
+  for ind in $in/*.png ; do
+if [ -f "$ind" ]; then
+  install -m 0644 -t 
%{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in "$ind"
+fi
+  done
+  for ind in $in/*.svg ; do
+if [ -f "$ind" ]; then
+  install -m 0644 -t 
%{buildroot}%{_datadir}/icons/%{icon_theme_name}/$in "$ind"
+fi
+  done
+done
+done
+popd
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING AUTHORS.elementary AUTHORS.enlightenment COPYING.images 
COPYING.lgpl
+%license AUTHORS COPYING AUTHORS.elementary AUTHORS.enlightenment 
COPYING.images COPYING.lgpl
 %{_datadir}/elementary
 
+%files -n openSUSE-e-X-Icons
+%license README.icons
+%{_datadir}/icons/%{icon_theme_name}
+
 %changelog

++ enlightenment-theme-openSUSE-20180511.tar.xz -> 
enlightenment-theme-openSUSE-20191110.tar.xz ++
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE-20180511.tar.xz
 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE.new.26092/enlightenment-theme-openSUSE-20191110.tar.xz
 differ: char 25, line 1




commit docker-runc for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package docker-runc for openSUSE:Factory 
checked in at 2020-01-21 20:58:22

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


Package is "docker-runc"

Tue Jan 21 20:58:22 2020 rev:22 rq:765630 version:1.0.0rc8+gitr3917_3e425f80a8c9

Changes:

--- /work/SRC/openSUSE:Factory/docker-runc/docker-runc.changes  2020-01-19 
20:53:20.531921176 +0100
+++ /work/SRC/openSUSE:Factory/.docker-runc.new.26092/docker-runc.changes   
2020-01-21 20:58:33.848798577 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 03:02:46 UTC 2020 - Aleksa Sarai 
+
+- Update CVE-2019-19921 patch to match upstream PR.
+  * CVE-2019-19921.patch
+
+---



Other differences:
--
++ CVE-2019-19921.patch ++
--- /var/tmp/diff_new_pack.E1BJor/_old  2020-01-21 20:58:36.000799580 +0100
+++ /var/tmp/diff_new_pack.E1BJor/_new  2020-01-21 20:58:36.012799586 +0100
@@ -1,4 +1,4 @@
-From 9975f5238a792586bfa3e36e4c66a8d1154b44ac Mon Sep 17 00:00:00 2001
+From 3291d66b98445bd7f7d02eac7f2bca2ac2c56942 Mon Sep 17 00:00:00 2001
 From: Aleksa Sarai 
 Date: Sat, 21 Dec 2019 23:40:17 +1100
 Subject: [PATCH] rootfs: do not permit /proc mounts to non-directories
@@ -17,19 +17,19 @@
 Fixes: CVE-2019-19921
 Signed-off-by: Aleksa Sarai 
 ---
- libcontainer/rootfs_linux.go | 14 ++
- 1 file changed, 14 insertions(+)
+ libcontainer/rootfs_linux.go | 12 
+ 1 file changed, 12 insertions(+)
 
 diff --git a/libcontainer/rootfs_linux.go b/libcontainer/rootfs_linux.go
-index 291021440a1a..6bc0747f9f7e 100644
+index 291021440a1a..106c4c2b98bf 100644
 --- a/libcontainer/rootfs_linux.go
 +++ b/libcontainer/rootfs_linux.go
-@@ -299,6 +299,20 @@ func mountToRootfs(m *configs.Mount, rootfs, mountLabel 
string, enableCgroupns b
+@@ -299,6 +299,18 @@ func mountToRootfs(m *configs.Mount, rootfs, mountLabel 
string, enableCgroupns b
  
switch m.Device {
case "proc", "sysfs":
-+  // If the destination already exists and is not a directory, we 
remove
-+  // it. This is to avoid mounting through a symlink or similar 
-- which
++  // If the destination already exists and is not a directory, we 
bail
++  // out This is to avoid mounting through a symlink or similar 
-- which
 +  // has been a "fun" attack scenario in the past.
 +  // TODO: This won't be necessary once we switch to libpathrs 
and we can
 +  //   stop all of these symlink-exchange attacks.
@@ -38,9 +38,7 @@
 +  return err
 +  }
 +  } else if fi.Mode()&os.ModeDir == 0 {
-+  if err := os.Remove(dest); err != nil {
-+  return err
-+  }
++  return fmt.Errorf("filesystem %q must be mounted on 
ordinary directory", m.Device)
 +  }
if err := os.MkdirAll(dest, 0755); err != nil {
return err




commit poppler for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2020-01-21 20:58:12

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


Package is "poppler"

Tue Jan 21 20:58:12 2020 rev:155 rq:765628 version:0.84.0

Changes:

--- /work/SRC/openSUSE:Factory/poppler/poppler.changes  2020-01-19 
20:57:19.940046934 +0100
+++ /work/SRC/openSUSE:Factory/.poppler.new.26092/poppler.changes   
2020-01-21 20:58:22.608793338 +0100
@@ -1,0 +2,28 @@
+Wed Jan  8 19:05:18 UTC 2020 - Bjørn Lie 
+
+- Update to version 0.84.0:
+  + core:
+- Fix crash when converting from Unicode to ASCII-7
+- Splash::scaleImageYdXu: Protect against crash if srcWidth is
+  too big
+- JBIG2Stream:
+  . Fix potential crash in malformed documents
+  . Fix leak in reset() if called several times
+- Internal code improvements
+  + utils:
+- pdfimages: Add error message if first page is larger then
+  number of pages
+- pdfinfo: Improved paper size recognition
+- pdfsig: Fix exit code when dumping signatures
+- pdftocairo: Error out when even/odd selects 0 pages
+- pdftohtml: Fix memory leak
+- pdftoppm:
+  . Add an option to scale before rotate
+  . Add -hide-annotations option
+  . Error out when even/odd selects 0 pages
+- pdftops: Improve -optimizecolorspace
+  + qt5: Code cleanups
+  + glib: Fix compiler warnings
+- Bump poppler_sover following upstream changes.
+
+---

Old:

  poppler-0.83.0.tar.xz

New:

  poppler-0.84.0.tar.xz



Other differences:
--
++ poppler.spec ++
--- /var/tmp/diff_new_pack.uEqWSk/_old  2020-01-21 20:58:23.820793903 +0100
+++ /var/tmp/diff_new_pack.uEqWSk/_new  2020-01-21 20:58:23.820793903 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poppler
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,11 @@
 %endif
 
 Name:   poppler%{?psuffix}
-Version:0.83.0
+Version:0.84.0
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.9
-%define poppler_sover 93
+%define poppler_sover 94
 %define poppler_cpp_sover 0
 %define poppler_glib_sover 8
 %define poppler_qt5_sover 1


++ poppler-0.83.0.tar.xz -> poppler-0.84.0.tar.xz ++
 10997 lines of diff (skipped)




commit libzypp for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2020-01-21 20:58:51

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


Package is "libzypp"

Tue Jan 21 20:58:51 2020 rev:420 rq:765768 version:17.21.0

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2019-12-23 
22:39:45.929880741 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new.26092/libzypp.changes   
2020-01-21 20:58:53.788807872 +0100
@@ -1,0 +2,8 @@
+Mon Jan 20 12:53:12 CET 2020 - m...@suse.de
+
+- Selectable: Fix highestAvailableVersionObj if only retracted
+  packages are available. Avoid using retracted items as candidate
+  (jira#SLE-8905)
+- version 17.21.0 (20)
+
+---

Old:

  libzypp-17.20.0.tar.bz2

New:

  libzypp-17.21.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.kLjQka/_old  2020-01-21 20:58:55.704808765 +0100
+++ /var/tmp/diff_new_pack.kLjQka/_new  2020-01-21 20:58:55.708808767 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libzypp
-Version:17.20.0
+Version:17.21.0
 Release:0
 Url:https://github.com/openSUSE/libzypp
 Summary:Library for package, patch, pattern and product management

++ libzypp-17.20.0.tar.bz2 -> libzypp-17.21.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.20.0/VERSION.cmake 
new/libzypp-17.21.0/VERSION.cmake
--- old/libzypp-17.20.0/VERSION.cmake   2019-12-19 13:36:31.0 +0100
+++ new/libzypp-17.21.0/VERSION.cmake   2020-01-20 12:56:18.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "17")
 SET(LIBZYPP_COMPATMINOR "20")
-SET(LIBZYPP_MINOR "20")
+SET(LIBZYPP_MINOR "21")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 17.20.0 (20)
+# LAST RELEASED: 17.21.0 (20)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.20.0/package/libzypp.changes 
new/libzypp-17.21.0/package/libzypp.changes
--- old/libzypp-17.20.0/package/libzypp.changes 2019-12-19 13:36:31.0 
+0100
+++ new/libzypp-17.21.0/package/libzypp.changes 2020-01-20 12:56:18.0 
+0100
@@ -1,4 +1,12 @@
 ---
+Mon Jan 20 12:53:12 CET 2020 - m...@suse.de
+
+- Selectable: Fix highestAvailableVersionObj if only retracted
+  packages are available. Avoid using retracted items as candidate
+  (jira#SLE-8905)
+- version 17.21.0 (20)
+
+---
 Thu Dec 19 13:28:00 CET 2019 - m...@suse.de
 
 - BuildRequires:  libsolv-devel >= 0.7.10.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.20.0/po/fi.po new/libzypp-17.21.0/po/fi.po
--- old/libzypp-17.20.0/po/fi.po2019-12-05 14:41:26.0 +0100
+++ new/libzypp-17.21.0/po/fi.po2020-01-13 21:01:10.0 +0100
@@ -20,7 +20,7 @@
 "Project-Id-Version: zypp.fi\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-12-05 14:22+0100\n"
-"PO-Revision-Date: 2019-04-09 16:45+\n"
+"PO-Revision-Date: 2020-01-13 19:59+\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
@@ -29,7 +29,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.3\n"
+"X-Generator: Weblate 3.6.1\n"
 
 #. dubious: Throw on malformed known types, otherwise log a warning.
 #: zypp/CheckSum.cc:136
@@ -4812,19 +4812,19 @@
 #: zypp/solver/detail/SATResolver.cc:1386
 #, boost-format
 msgid "install %1% although it has been retracted"
-msgstr ""
+msgstr "asenna %1%, vaikka se on vedetty takaisin"
 
 #. translator: %1% is a package name
 #: zypp/solver/detail/SATResolver.cc:1389
 #, boost-format
 msgid "allow to install the PTF %1%"
-msgstr ""
+msgstr "salli asentaa PTF %1%"
 
 #. translator: %1% is a package name
 #: zypp/solver/detail/SATResolver.cc:1392
 #, boost-format
 msgid "install %1% although it is blacklisted"
-msgstr ""
+msgstr "asenna %1%, vaikka se on mustalistattu"
 
 #: zypp/solver/detail/SATResolver.cc:1412
 #, c-form

commit NetworkManager-openvpn for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2020-01-21 20:58:32

Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new.26092 (New)


Package is "NetworkManager-openvpn"

Tue Jan 21 20:58:32 2020 rev:80 rq:765638 version:1.8.10

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2019-11-29 16:03:26.880792357 +0100
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new.26092/NetworkManager-openvpn.changes
 2020-01-21 20:58:38.520800755 +0100
@@ -1,0 +2,6 @@
+Thu Jan 16 19:08:00 UTC 2020 - Bjørn Lie 
+
+- Stop recommending NetworkManager-openvpn-lang: the -lang package
+  provides relevant supplements.
+
+---



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.dRuHRD/_old  2020-01-21 20:58:40.040801463 +0100
+++ /var/tmp/diff_new_pack.dRuHRD/_new  2020-01-21 20:58:40.044801465 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-openvpn
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,6 @@
 Requires:   NetworkManager >= 1.2.0
 Requires:   openvpn
 Recommends: %{name}-frontend
-Recommends: %{name}-lang
 ExcludeArch:s390
 
 %description




commit perl-Test-Simple for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package perl-Test-Simple for 
openSUSE:Factory checked in at 2020-01-21 20:58:41

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


Package is "perl-Test-Simple"

Tue Jan 21 20:58:41 2020 rev:28 rq:765676 version:1.302171

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2019-12-07 15:14:55.543799772 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Simple.new.26092/perl-Test-Simple.changes 
2020-01-21 20:58:48.860805576 +0100
@@ -1,0 +2,14 @@
+Sat Jan 18 03:11:43 UTC 2020 -  
+
+- updated to 1.302171
+   see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+  1.302171  2020-01-17 09:47:59-08:00 America/Los_Angeles
+  
+  - Fix 5.6
+  - Fix EBDIC
+  - Upgrade Object::HashBase
+  - Clarify error message in test (#841)
+  - Spelling/Grammer fixes
+
+---

Old:

  Test-Simple-1.302170.tar.gz

New:

  Test-Simple-1.302171.tar.gz



Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.FlTGws/_old  2020-01-21 20:58:51.140806637 +0100
+++ /var/tmp/diff_new_pack.FlTGws/_new  2020-01-21 20:58:51.144806639 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Simple
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test-Simple
-Version:1.302170
+Version:1.302171
 Release:0
 %define cpan_name Test-Simple
 Summary:Basic utilities for writing tests

++ Test-Simple-1.302170.tar.gz -> Test-Simple-1.302171.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302170/Changes 
new/Test-Simple-1.302171/Changes
--- old/Test-Simple-1.302170/Changes2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/Changes2020-01-17 18:48:00.0 +0100
@@ -1,3 +1,11 @@
+1.302171  2020-01-17 09:47:59-08:00 America/Los_Angeles
+
+- Fix 5.6
+- Fix EBDIC
+- Upgrade Object::HashBase
+- Clarify error message in test (#841)
+- Spelling/Grammer fixes
+
 1.302170  2019-12-02 13:25:48-08:00 America/Los_Angeles
 
 - Fix unwanted END phase event (#840)
@@ -1356,7 +1364,7 @@
 
 Doc improvements
 - Improve the Test::Builder SYNOPSIS to use Test::Builder::Module
-  rather than write it's own import().
+  rather than write its own import().
 
 
 Test-Simple 0.76_02 2008-Feb-24 13:12-08:00 PST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302170/LICENSE 
new/Test-Simple-1.302171/LICENSE
--- old/Test-Simple-1.302170/LICENSE2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/LICENSE2020-01-17 18:48:00.0 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2019 by Chad Granum.
+This software is copyright (c) 2020 by Chad Granum.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2019 by Chad Granum.
+This software is Copyright (c) 2020 by Chad Granum.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2019 by Chad Granum.
+This software is Copyright (c) 2020 by Chad Granum.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302170/META.json 
new/Test-Simple-1.302171/META.json
--- old/Test-Simple-1.302170/META.json  2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/META.json  2020-01-17 18:48:00.0 +0100
@@ -48,7 +48,7 @@
  "url" : "http://github.com/Test-More/test-more/";
   }
},
-   "version" : "1.302170",
+   "version" : "1.302171",
"x_breaks" : {
   "Log::Dispatch::Config::TestLog" : "<= 0.02",
   "Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302170/META.yml 
new/Test-Simple-1.302171/META.yml
--- old/Test-Simple-1.302170/META.yml   2019-12-02 22:25:49.0 +0100
+++ new/Test-Simple-1.302171/META.yml   2020-01-17 18:48:00.0 +0100
@@ -22,7 +22,7 @@
 resources:
  

commit python-dbus-python for openSUSE:Factory

2020-01-21 Thread root
Hello community,

here is the log from the commit of package python-dbus-python for 
openSUSE:Factory checked in at 2020-01-21 20:58:38

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


Package is "python-dbus-python"

Tue Jan 21 20:58:38 2020 rev:7 rq:765673 version:1.2.14

Changes:

--- /work/SRC/openSUSE:Factory/python-dbus-python/python-dbus-python.changes
2018-10-12 13:08:35.703479176 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dbus-python.new.26092/python-dbus-python.changes
 2020-01-21 20:58:41.844802304 +0100
@@ -1,0 +2,34 @@
+Wed Jan  8 01:19:38 UTC 2020 - Michael Gorse 
+
+- Version update to version 1.2.14: 
+  * Ensure that the numeric types from dbus.types get the same
+str() under Python 3.8 that they did under previous versions.
+  * Disable -Winline.
+  * Add Python 3.8 to CI.
+  - Changes in version 1.2.12:
+  * Don't save and restore the exception indicator when called
+from C code.
+  - Changes in version 1.2.10:
+  * Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
+  * Add clearer license information using SPDX-License-Identifier.
+  * Improve test coverage.
+  * Don't set deprecated tp_print to NULL under Python 3.
+  * Include inherited methods and properties when documenting
+objects, which regressed when migrating from epydoc to sphinx.
+  * Add missing variant_level member to UnixFd type, for parity
+with the other dbus.types types (dbus-python!3.
+- Note that this is a potentially incompatible change: unknown
+  keyword arguments were previously ignored (!) and are now an
+  error.
+  * Don't reply to method calls if they have the NO_REPLY_EXPECTED
+flag (fd.o#32529, dbus-python#26.
+  * Silence -Wcast-function-type with gcc 8.
+  * Fix distcheck with python3.7 by deleting __pycache__ during
+uninstall.
+  * Consistently save and restore the exception indicator when
+called from C code.
+  * Avoid a long-standing race condition in the automated tests.
+  * Fix Qt website URL.
+- Up dbus dependency; 1.8 is now required.
+
+---

Old:

  dbus-python-1.2.8.tar.gz
  dbus-python-1.2.8.tar.gz.asc

New:

  dbus-python-1.2.14.tar.gz
  dbus-python-1.2.14.tar.gz.asc



Other differences:
--
++ python-dbus-python.spec ++
--- /var/tmp/diff_new_pack.gd5bWJ/_old  2020-01-21 20:58:43.872803250 +0100
+++ /var/tmp/diff_new_pack.gd5bWJ/_new  2020-01-21 20:58:43.892803259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dbus-python
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-dbus-python
-Version:1.2.8
+Version:1.2.14
 Release:0
 Summary:Python bindings for D-Bus
 License:MIT
@@ -34,7 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-BuildRequires:  pkgconfig(dbus-1) >= 1.6.0
+BuildRequires:  pkgconfig(dbus-1) >= 1.8.0
 BuildRequires:  pkgconfig(dbus-glib-1)
 Requires:   python-gobject
 Requires:   python-xml

++ dbus-python-1.2.8.tar.gz -> dbus-python-1.2.14.tar.gz ++
 32777 lines of diff (skipped)




  1   2   >