commit finalcut for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package finalcut for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:46

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


Package is "finalcut"

Thu Jan 23 09:20:46 2020 rev:5 rq:766210 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/finalcut/finalcut.changes  2020-01-15 
14:55:03.797576623 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.finalcut.new.26092/finalcut.changes   
2020-01-23 09:20:51.562698648 +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.zmIZCW/_old  2020-01-23 09:20:52.182698959 +0100
+++ /var/tmp/diff_new_pack.zmIZCW/_new  2020-01-23 09:20:52.182698959 +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

commit yast2-alternatives for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package yast2-alternatives for 
openSUSE:Leap:15.2 checked in at 2020-01-23 09:20:26

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


Package is "yast2-alternatives"

Thu Jan 23 09:20:26 2020 rev:15 rq:765464 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/yast2-alternatives/yast2-alternatives.changes  
2020-01-15 16:32:05.872877630 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.yast2-alternatives.new.26092/yast2-alternatives.changes
   2020-01-23 09:20:29.214687438 +0100
@@ -1,0 +2,7 @@
+Thu Jan 16 12:12:09 UTC 2020 - Dominique Leuenberger 
+
+- Clean spec file using spec-cleaner (main goal: use %license,
+  boo#1082318).
+- 4.2.3
+
+---

Old:

  yast2-alternatives-4.2.2.tar.bz2

New:

  yast2-alternatives-4.2.3.tar.bz2



Other differences:
--
++ yast2-alternatives.spec ++
--- /var/tmp/diff_new_pack.XRFNL0/_old  2020-01-23 09:20:29.758687711 +0100
+++ /var/tmp/diff_new_pack.XRFNL0/_new  2020-01-23 09:20:29.758687711 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-alternatives
 #
-# 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,23 +17,21 @@
 
 
 Name:   yast2-alternatives
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:YaST2 - Manage Update-alternatives switching
 License:GPL-2.0-only
-Group:  System/Yast
-Url:https://github.com/yast/yast-alternatives
-
+Group:  System/YaST
+URL:https://github.com/yast/yast-alternatives
 Source0:%{name}-%{version}.tar.bz2
-
+BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  yast2-ruby-bindings
-# For install
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 # For test
-BuildRequires:  update-desktop-files
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
+# For install
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:yast-rake)
 
 %description
 A YaST2 module to manage update alternatives switching
@@ -56,7 +54,7 @@
 %{yast_desktopdir}
 %{yast_metainfodir}
 %{yast_icondir}
-%doc COPYING
+%license COPYING
 %doc README.md
 
 %changelog

++ yast2-alternatives-4.2.2.tar.bz2 -> yast2-alternatives-4.2.3.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-alternatives-4.2.2/package/yast2-alternatives.changes 
new/yast2-alternatives-4.2.3/package/yast2-alternatives.changes
--- old/yast2-alternatives-4.2.2/package/yast2-alternatives.changes 
2019-08-26 09:46:08.0 +0200
+++ new/yast2-alternatives-4.2.3/package/yast2-alternatives.changes 
2020-01-16 14:18:31.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Jan 16 12:12:09 UTC 2020 - Dominique Leuenberger 
+
+- Clean spec file using spec-cleaner (main goal: use %license,
+  boo#1082318).
+- 4.2.3
+
+---
 Mon Aug 26 09:17:13 CEST 2019 - sch...@suse.de
 
 - Using rb_default_ruby_abi tag in the spec file in order to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-alternatives-4.2.2/package/yast2-alternatives.spec 
new/yast2-alternatives-4.2.3/package/yast2-alternatives.spec
--- old/yast2-alternatives-4.2.2/package/yast2-alternatives.spec
2019-08-26 09:46:08.0 +0200
+++ new/yast2-alternatives-4.2.3/package/yast2-alternatives.spec
2020-01-16 14:18:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-alternatives
 #
-# Copyright (c) 2016 SUSE LINUX Products 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
@@ -15,24 +15,23 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   yast2-alternatives
-Version:4.2.2
+Version:4.2.3
 Release:0
-License:GPL-2.0
 Summary:YaST2 - Manage Update-alternatives switching
-Url:https://github.com/yast/yast-alternatives
-Group:  System/Yast
-
+License:GPL-2.0-only
+Group:  System/YaST
+URL:https://github.com/yast/yast-alternatives
 Source0:

commit remmina for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package remmina for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:30

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


Package is "remmina"

Thu Jan 23 09:20:30 2020 rev:29 rq:764896 version:1.3.10

Changes:

--- /work/SRC/openSUSE:Leap:15.2/remmina/remmina.changes2020-01-15 
15:56:59.171719745 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.remmina.new.26092/remmina.changes 
2020-01-23 09:20:35.718690700 +0100
@@ -1,0 +2,50 @@
+Wed Jan  8 16:38:57 UTC 2020 - Johannes Weberhofer 
+
+- Update to new upstream release 1.3.10 (jsc#SLE-9612)
+  * VNC: Fix a buffer overflow during cuttext
+  * Fix KB/pointer grabbing again and add warning when GTK is using
+  * GDK_CORE_DEVICE_EVENTS refactoring
+  * Proxy support fixes
+
+- Update to new upstream release 1.3.9
+  * Fixing Keyboard grab issues. (mainly within i3wm and XFCE).
+
+---
+Fri Dec 20 13:53:44 UTC 2019 - Johannes Weberhofer 
+
+- Update to new upstream release 1.3.8
+  * Avoid clearing username/domain when saving RDP password
+  * Make Remmina news dialog modal to the main window
+  * Change switch notebook page idle func order.
+  * Fixing bad seat grabbing behaviour (grab all keys not working)
+  * Adding cmake option to use latest FreeRDP symbols when compiling.
+  * Adding default application symbolic icons
+  * Several translation fixes
+- Removed obsolete remmina-1.3.7-libfreerdp-2.0.0-rc4.patch
+
+
+---
+Fri Dec  6 15:35:06 UTC 2019 - Johannes Weberhofer 
+
+- Added remmina-1.3.7-libfreerdp-2.0.0-rc4.patch to be compatibile with
+  libfreerdp-2.0.0-rc4
+
+- Update to new upstream release 1.3.7
+  * Huge improvements in translations
+  * Better authentication MessagePanel API
+  * Adding hidden proxy/socks settings for the RDP plugin
+  * Debian Lintian, appstream and AppImage detected issues fixes
+  * Tooltips in the remmina profile editor
+  * Fix for issue #1949 (and #1968). It also relocates --version and 
--full-version in local istance.
+  * Enumerate and share all local printers.
+  * Manually specify more then one printer when connecting via RDP
+  * Printer sharing remediation
+  * Remove useless includes
+  * VTE is a suggested package
+  * AppImage path fixes
+  * Using remmina image for gnome 3.28
+  * Fix crash when clicking AR-button
+  * Various Fixes !1931
+  * Fix RDP failed auth after credentials panel: big rework on plugin 
connection close flow
+
+---
@@ -4 +54 @@
-- Update to new upstream release 1.3.6 (jsc#SLE-9612)
+- Update to new upstream release 1.3.6

Old:

  Remmina-v1.3.6.tar.bz2

New:

  Remmina-v1.3.10.tar.bz2



Other differences:
--
++ remmina.spec ++
--- /var/tmp/diff_new_pack.Le8klh/_old  2020-01-23 09:20:36.130690907 +0100
+++ /var/tmp/diff_new_pack.Le8klh/_new  2020-01-23 09:20:36.130690907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package remmina
 #
-# 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,14 +18,15 @@
 
 %bcond_with nx
 Name:   remmina
-Version:1.3.6
+Version:1.3.10
 Release:0
 Summary:Versatile Remote Desktop Client
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Other
-URL:http://www.remmina.org/
+URL:https://www.remmina.org/
 Source0:
https://gitlab.com/Remmina/Remmina/-/archive/v%{version}/Remmina-v%{version}.tar.bz2
 BuildRequires:  cmake
+BuildRequires:  cups-devel
 BuildRequires:  ed
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -49,7 +50,6 @@
 BuildRequires:  pkgconfig(libssh)
 BuildRequires:  pkgconfig(libvncserver)
 BuildRequires:  pkgconfig(spice-client-gtk-3.0)
-#BuildRequires:  pkgconfig(telepathy-glib)
 BuildRequires:  pkgconfig(vte-2.91)
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 BuildRequires:  pkgconfig(winpr2)
@@ -175,14 +175,6 @@
 This package provides the a plugin for Remmina which allows to login and
 to browse a page.
 
-#%%package plugin-telepathy
-#Summary:Telepathy Protocol Plugin for Remmina
-#Group:  Productivity/Networking/Other
-#Requires:   remmina = %%{version}
-
-#%%description plugin-telepathy
-#This package provides the Telepathy plugin for Remmina.
-
 %package plugin-secret
 Summary:Gnome Keyring Pasword Manager Plugin for Remmina
 Group:  

commit fontforge for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package fontforge for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:32

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


Package is "fontforge"

Thu Jan 23 09:20:32 2020 rev:18 rq:765138 version:20170731

Changes:

--- /work/SRC/openSUSE:Leap:15.2/fontforge/fontforge.changes2020-01-15 
14:55:28.109589935 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.fontforge.new.26092/fontforge.changes 
2020-01-23 09:20:37.726691708 +0100
@@ -1,0 +2,8 @@
+Tue Jan 14 09:54:40 UTC 2020 - Cliff Zhao 
+
+- Add fontforge-CVE-2020-5395-5496.patch: Use-after-free (heap) in
+the SFD_GetFontMetaData() function and fix NULL pointer dereference
+in the SFDGetSpiros() and SFD_AssignLookups() function(bnc#1160220,
+bnc#1160236, CVE-2020-5395, CVE-2020-5496).
+
+---

New:

  fontforge-CVE-2020-5395-5496.patch



Other differences:
--
++ fontforge.spec ++
--- /var/tmp/diff_new_pack.1xPjG8/_old  2020-01-23 09:20:39.182692438 +0100
+++ /var/tmp/diff_new_pack.1xPjG8/_new  2020-01-23 09:20:39.182692438 +0100
@@ -30,6 +30,8 @@
 # workardound for bug 930076, imho upstream should fix this
 # https://github.com/fontforge/fontforge/issues/2270
 Patch0: fontforge-version.patch
+# PATCH-FIX-UPSTREAM fontforge-CVE-2020-5395-5496.patch bnc#1160220 
bnc#1160236 CVE-2020-5395 CVE-2020-5496 qz...@suse.com -- Fix for  NULL pointer 
dereference in the SFDGetSpiros() and SFD_AssignLookups().
+Patch1:fontforge-CVE-2020-5395-5496.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cairo-devel
@@ -96,6 +98,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 sed -i 's/\r$//' doc/html/{Big5.txt,corpchar.txt}
 # workaround for bug 930076; we just need the _version_of_the_release_! (see 
also fontforge-version.patch) ---
 grep 'doversion(FONTFORGE_MODTIME_STR)' fontforgeexe/startnoui.c && \
@@ -125,8 +128,7 @@
 %postun -p /sbin/ldconfig
 
 %files -f FontForge.lang
-%defattr(-,root,root)
-%doc LICENSE COPYING.gplv3
+%license LICENSE COPYING.gplv3
 %exclude %{_docdir}/%{name}/html
 %{_mandir}/man1/*.1*
 %{_bindir}/*
@@ -137,14 +139,14 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/mime/packages/%{name}.xml
+%dir %{_docdir}/fontforge
 
 %files doc
-%defattr(-,root,root)
-%doc AUTHORS LICENSE README.md
+%license LICENSE
+%doc AUTHORS README.md
 %doc %{_docdir}/%{name}/html
 
 %files devel
-%defattr(-, root, root)
 %doc CONTRIBUTING.md
 %{_includedir}/fontforge/
 %{_libdir}/pkgconfig/*.pc

++ fontforge-CVE-2020-5395-5496.patch ++
diff --git a/fontforge/sfd.c b/fontforge/sfd.c
index d76a86c94..91d064c68 100644
--- a/fontforge/sfd.c
+++ b/fontforge/sfd.c
@@ -3885,13 +3885,16 @@ static void SFDGetSpiros(FILE *sfd,SplineSet *cur) {
 while ( fscanf(sfd,"%lg %lg %c", , ,  )==3 ) {
if ( cur!=NULL ) {
if ( cur->spiro_cnt>=cur->spiro_max )
-   cur->spiros = 
realloc(cur->spiros,(cur->spiro_max+=10)*sizeof(spiro_cp));
+   cur->spiros = realloc(cur->spiros,
+ (cur->spiro_max+=10)*sizeof(spiro_cp));
cur->spiros[cur->spiro_cnt++] = cp;
}
 }
-if ( cur!=NULL && (cur->spiros[cur->spiro_cnt-1].ty&0x7f)!=SPIRO_END ) {
+if (cur!=NULL && cur->spiro_cnt>0
+ && (cur->spiros[cur->spiro_cnt-1].ty&0x7f)!=SPIRO_END ) {
if ( cur->spiro_cnt>=cur->spiro_max )
-   cur->spiros = 
realloc(cur->spiros,(cur->spiro_max+=1)*sizeof(spiro_cp));
+   cur->spiros = realloc(cur->spiros,
+ (cur->spiro_max+=1)*sizeof(spiro_cp));
memset(>spiros[cur->spiro_cnt],0,sizeof(spiro_cp));
cur->spiros[cur->spiro_cnt++].ty = SPIRO_END;
 }
@@ -7810,10 +7813,12 @@ bool SFD_GetFontMetaData( FILE *sfd,
 else if ( strmatch(tok,"LayerCount:")==0 )
 {
d->had_layer_cnt = true;
-   getint(sfd,>layer_cnt);
-   if ( sf->layer_cnt>2 ) {
+   int layer_cnt_tmp;
+   getint(sfd,_cnt_tmp);
+   if ( layer_cnt_tmp>2 ) {
sf->layers = realloc(sf->layers,sf->layer_cnt*sizeof(LayerInfo));
memset(sf->layers+2,0,(sf->layer_cnt-2)*sizeof(LayerInfo));
+   sf->layer_cnt = layer_cnt_tmp;
}
 }
 else if ( strmatch(tok,"Layer:")==0 )
@@ -8766,6 +8771,10 @@ exit( 1 );
}
 }
 
+// Many downstream functions assume this isn't NULL (use strlen, etc.)
+if ( sf->fontname==NULL)
+   sf->fontname = copy("");
+
 if ( fromdir )
sf = SFD_FigureDirType(sf,tok,dirname,enc,remap,had_layer_cnt);
   

commit tigervnc for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:25

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


Package is "tigervnc"

Thu Jan 23 09:20:25 2020 rev:57 rq:765248 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/tigervnc/tigervnc.changes  2020-01-15 
16:24:11.464610397 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.tigervnc.new.26092/tigervnc.changes   
2020-01-23 09:20:27.738686698 +0100
@@ -1,0 +2,28 @@
+Wed Jan  8 11:32:07 UTC 2020 - Stefan Dirsch 
+
+- TigerVNC security fix:
+  0001-Make-ZlibInStream-more-robust-against-failures.patch
+  0002-Encapsulate-PixelBuffer-internal-details.patch
+  0003-Restrict-PixelBuffer-dimensions-to-safe-values.patch
+  0004-Add-write-protection-to-OffsetPixelBuffer.patch
+  0005-Handle-empty-Tight-gradient-rects.patch
+  0006-Add-unit-test-for-PixelFormat-sanity-checks.patch
+  0007-Fix-depth-sanity-test-in-PixelFormat.patch
+  0008-Add-sanity-checks-for-PixelFormat-shift-values.patch
+  0009-Remove-unused-FixedMemOutStream.patch
+  0010-Use-size_t-for-lengths-in-stream-objects.patch
+  0011-Be-defensive-about-overflows-in-stream-objects.patch
+  0012-Add-unit-tests-for-PixelFormat.is888-detection.patch
+  0013-Handle-pixel-formats-with-odd-shift-values.patch
+  * stack use-after-return due to incorrect usage of stack memory
+in ZRLEDecoder (CVE-2019-15691, bsc#1159856)
+  * improper value checks in CopyRectDecode may lead to heap
+buffer overflow (CVE-2019-15692, bsc#1160250)
+  * heap buffer overflow in TightDecoder::FilterGradient
+(CVE-2019-15693, bsc#1159858)
+  * improper error handling in processing MemOutStream may lead
+to heap buffer overflow (CVE-2019-15694, bsc#1160251
+  * stack buffer overflow, which could be triggered from
+CMsgReader::readSetCurso (CVE-2019-15695, bsc#1159860) 
+
+---

New:

  0001-Make-ZlibInStream-more-robust-against-failures.patch
  0002-Encapsulate-PixelBuffer-internal-details.patch
  0003-Restrict-PixelBuffer-dimensions-to-safe-values.patch
  0004-Add-write-protection-to-OffsetPixelBuffer.patch
  0005-Handle-empty-Tight-gradient-rects.patch
  0006-Add-unit-test-for-PixelFormat-sanity-checks.patch
  0007-Fix-depth-sanity-test-in-PixelFormat.patch
  0008-Add-sanity-checks-for-PixelFormat-shift-values.patch
  0009-Remove-unused-FixedMemOutStream.patch
  0010-Use-size_t-for-lengths-in-stream-objects.patch
  0011-Be-defensive-about-overflows-in-stream-objects.patch
  0012-Add-unit-tests-for-PixelFormat.is888-detection.patch
  0013-Handle-pixel-formats-with-odd-shift-values.patch



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.h30XAx/_old  2020-01-23 09:20:28.914687288 +0100
+++ /var/tmp/diff_new_pack.h30XAx/_new  2020-01-23 09:20:28.914687288 +0100
@@ -139,6 +139,19 @@
 Patch9: u_change-button-layout-in-ServerDialog.patch
 Patch10:n_correct_path_in_desktop_file.patch
 Patch11:U_viewer-reset-ctrl-alt-to-menu-state-on-focus.patch
+Patch21:0001-Make-ZlibInStream-more-robust-against-failures.patch
+Patch22:0002-Encapsulate-PixelBuffer-internal-details.patch
+Patch23:0003-Restrict-PixelBuffer-dimensions-to-safe-values.patch
+Patch24:0004-Add-write-protection-to-OffsetPixelBuffer.patch
+Patch25:0005-Handle-empty-Tight-gradient-rects.patch
+Patch26:0006-Add-unit-test-for-PixelFormat-sanity-checks.patch
+Patch27:0007-Fix-depth-sanity-test-in-PixelFormat.patch
+Patch28:0008-Add-sanity-checks-for-PixelFormat-shift-values.patch
+Patch29:0009-Remove-unused-FixedMemOutStream.patch
+Patch30:0010-Use-size_t-for-lengths-in-stream-objects.patch
+Patch31:0011-Be-defensive-about-overflows-in-stream-objects.patch
+Patch32:0012-Add-unit-tests-for-PixelFormat.is888-detection.patch
+Patch33:0013-Handle-pixel-formats-with-odd-shift-values.patch
 
 %description
 TigerVNC is an implementation of VNC (Virtual Network Computing), a
@@ -257,6 +270,19 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch21 -p1
+%patch22 -p1
+%patch23 -p1
+%patch24 -p1
+%patch25 -p1
+%patch26 -p1
+%patch27 -p1
+%patch28 -p1
+%patch29 -p1
+%patch30 -p1
+%patch31 -p1
+%patch32 -p1
+%patch33 -p1
 
 pushd unix/xserver
 patch -p1 < ../xserver120.patch

++ 0001-Make-ZlibInStream-more-robust-against-failures.patch ++
>From d61a767d6842b530ffb532ddd5a3d233119aad40 Mon Sep 17 00:00:00 2001
From: Pierre Ossman 
Date: Tue, 10 Sep 2019 11:05:48 +0200
Subject: [PATCH] Make ZlibInStream more robust against failures

Move the checks around to avoid missing 

commit libmaxminddb for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libmaxminddb for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:24

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


Package is "libmaxminddb"

Thu Jan 23 09:20:24 2020 rev:12 rq:762066 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libmaxminddb/libmaxminddb.changes  
2020-01-15 15:21:58.106460883 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libmaxminddb.new.26092/libmaxminddb.changes   
2020-01-23 09:20:25.686685668 +0100
@@ -1,0 +2,68 @@
+Wed Nov 20 13:46:56 UTC 2019 - Dominique Leuenberger 
+
+- Add baselibs.conf: build libmaxminddb0-32bit, which is required
+  by libdns1310-32bit (new dependency gained).
+
+---
+Sun Nov  3 16:56:13 UTC 2019 - Andreas Stieger 
+
+- update to 1.4.2:
+  * negative array index for MMDB_*get_value specifies the last element
+  * Fix a memory leak when using custom databases without languages
+defined in the metadata
+  * mmdblookup now displays the prefix length for the record when
+using the verbose flag
+
+---
+Thu May 17 13:37:24 UTC 2018 - jweberho...@weberhofer.at
+
+- Run tests
+- Packaged LICENSE
+
+- Update to version 1.3.2
+  * Allocate memory for MMDB_entry_data_list_s structs in separate chunks
+rather than one large chunk. This simplifies accessing memory in
+MMDB_get_entry_data_list() and increases performance. It builds on the
+changes in 1.3.0 and 1.3.1.
+  * We no longer export data_pool_* symbols. These are internal functions
+but we were previously exporting them. Pull request by Faidon Liambotis.
+gh#maxmind/libmaxminddb#162.
+  * Build with POSIX.1-2008 by default if the system supports it. This allows
+use of open() with O_CLOEXEC. We retain support for systems that
+provide only POSIX.1-2001.
+Open the database with the O_CLOEXEC flag if the system provides it.
+  * This avoids cases where we could leak fds when called in multi-threaded
+programs that fork() and exec(). Original report and PR by Brandon L
+Black.
+  * Added a test to ensure we export only intended symbols (e.g. MMDB_*).
+
+- Update to version 1.3.1
+  * Fix build problems related to rpl_malloc(). Pull request by Rainer
+Gerhards. gh#maxmind/libmaxminddb
+  * Fix a race to set and read data in a field on the MMDB_s struct
+(ipv4_start_node). gh#maxmind/libmaxminddb#153.
+  * Fix cases of invalid memory access when using
+MMDB_get_entry_data_list(). This was introduced in 1.3.0 and occurred
+when performing large lookups. gh#maxmind/libmaxminddb#153.
+
+- Update to version 1.3.0
+  * Perform fewer memory allocations in MMDB_get_entry_data_list(). This
+significantly improves its performance. gh#maxmind/libmaxminddb#147.
+  * Fix mmdblookup's build epoch reporting on some systems. Big endian
+systems with a 32-bit time_t no longer show a database build date of
+1970-01-01 00:00:00. Pull request by Rainer Jung. 
gh#maxmind/libmaxminddb#143.
+
+- Update to version 1.2.1
+  * Use autoconf to check the system's endianness rather than trying to do this
+with compiler-defined macros like __BYTE_ORDER__. Apparently this didn't
+work properly on a Sparc system. gh#maxmind/libmaxminddb#120.
+  * Several compiler warnings on Visual C++ were fixed. Pull request by Marcel
+Raad. gh#maxmind/libmaxminddb#130.
+  * Fix segmentation faults found in MMDB_open() using afl-fuzz. This
+occurred on corrupt databases that had a data pointer large enough to
+cause an integer overflow when doing bound checking. Reported by Ryan
+Whitworth. gh#maxmind/libmaxminddb#140.
+  * Add --disable-tests option to configure. Pull request by Fabrice
+Fontaine. gh#maxmind/libmaxminddb#136.
+
+---

Old:

  libmaxminddb-1.2.0.tar.gz

New:

  baselibs.conf
  libmaxminddb-1.4.2.tar.gz



Other differences:
--
++ libmaxminddb.spec ++
--- /var/tmp/diff_new_pack.23YlWO/_old  2020-01-23 09:20:27.082686369 +0100
+++ /var/tmp/diff_new_pack.23YlWO/_new  2020-01-23 09:20:27.086686371 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmaxminddb
 #
-# Copyright (c) 2016 SUSE LINUX Products 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,23 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please 

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

2020-01-23 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-23 09:20:48

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"

Thu Jan 23 09:20:48 2020 rev:291 rq:766211 version:20200120.1be035c9

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/openSUSE-release-tools/openSUSE-release-tools.changes
  2020-01-22 08:19:47.342192592 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.openSUSE-release-tools.new.26092/openSUSE-release-tools.changes
   2020-01-23 09:20:52.698699218 +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.9pMrJi/_old  2020-01-23 09:20:54.046699894 +0100
+++ /var/tmp/diff_new_pack.9pMrJi/_new  2020-01-23 09:20:54.046699894 +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.9pMrJi/_old  2020-01-23 09:20:54.070699906 +0100
+++ /var/tmp/diff_new_pack.9pMrJi/_new  2020-01-23 09:20:54.070699906 +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

++ 

commit akonadi-import-wizard for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package akonadi-import-wizard for 
openSUSE:Leap:15.2 checked in at 2020-01-23 09:20:39

Comparing /work/SRC/openSUSE:Leap:15.2/akonadi-import-wizard (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.akonadi-import-wizard.new.26092 (New)


Package is "akonadi-import-wizard"

Thu Jan 23 09:20:39 2020 rev:43 rq:765619 version:19.12.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/akonadi-import-wizard/akonadi-import-wizard.changes
2020-01-15 14:46:37.417261484 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.akonadi-import-wizard.new.26092/akonadi-import-wizard.changes
 2020-01-23 09:20:43.522694615 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:42:58 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ akonadi-import-wizard.spec ++
--- /var/tmp/diff_new_pack.CH9Gh4/_old  2020-01-23 09:20:43.978694843 +0100
+++ /var/tmp/diff_new_pack.CH9Gh4/_new  2020-01-23 09:20:43.978694843 +0100
@@ -37,7 +37,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  cmake(KF5Akonadi)






commit akregator for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package akregator for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:37

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


Package is "akregator"

Thu Jan 23 09:20:37 2020 rev:47 rq:765617 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/akregator/akregator.changes2020-01-15 
14:46:39.109262747 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.akregator.new.26092/akregator.changes 
2020-01-23 09:20:42.282693993 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:43:27 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ akregator.spec ++
--- /var/tmp/diff_new_pack.8vjScL/_old  2020-01-23 09:20:42.858694282 +0100
+++ /var/tmp/diff_new_pack.8vjScL/_new  2020-01-23 09:20:42.858694282 +0100
@@ -36,7 +36,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  libkleo
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5AkonadiMime)






commit libkolabxml for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:42

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


Package is "libkolabxml"

Thu Jan 23 09:20:42 2020 rev:23 rq:765622 version:1.1.6

Changes:

--- /work/SRC/openSUSE:Leap:15.2/libkolabxml/libkolabxml.changes
2020-01-15 15:21:47.566455010 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libkolabxml.new.26092/libkolabxml.changes 
2020-01-23 09:20:46.630696174 +0100
@@ -1,0 +2,6 @@
+Tue Jan 14 16:27:55 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the python bindings package to get rid of the python2 dependency.
+- Remove obsolete conditions.
+
+---



Other differences:
--
++ libkolabxml.spec ++
--- /var/tmp/diff_new_pack.nIe59x/_old  2020-01-23 09:20:47.710696716 +0100
+++ /var/tmp/diff_new_pack.nIe59x/_new  2020-01-23 09:20:47.714696717 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolabxml
 #
-# 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
@@ -42,7 +42,6 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libxerces-c-devel >= 3.0
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
 BuildRequires:  swig >= 2.0
 BuildRequires:  xsd >= 3.0
 %if %{with php}
@@ -98,16 +97,12 @@
 Summary:Kolab XML Format Schema Definitions Library
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   libcurl-devel
-Requires:   libxerces-c-devel
-%if 0%{?suse_version} > 1325
 Requires:   libboost_chrono-devel
 Requires:   libboost_date_time-devel
 Requires:   libboost_system-devel
 Requires:   libboost_thread-devel
-%else
-Requires:   boost-devel
-%endif
+Requires:   libcurl-devel
+Requires:   libxerces-c-devel
 
 %description devel
 Libkolabxml serves as a serialization/de-serialization library for the the 
Kolab XML Format
@@ -181,26 +176,6 @@
 
 This package provides the php bindings for Libkolabxml
 
-%package -n python-%{libname}
-Summary:Python bindings for %{name}
-Group:  Development/Languages/Python
-Requires:   %{libname} = %{version}
-Provides:   python-kolabformat = %{version}
-
-%description -n python-%{libname}
-Libkolabxml serves as a serialization/de-serialization library for the the 
Kolab XML Format
-
-Features:
-- Based on official standards:
-- Todos/Events/Journals are fully xCal compliant
-- Contacts/Distributionlists are fully xCard compliant
-- Can model everything which is used in the Kolab XML Format 2.0, Kontact and 
Roundcube.
-- Easily extensible
-- Canonical storage format
-- Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
-
-This package provides the python bindings for Libkolabxml
-
 %prep
 %setup -q
 %patch0 -p1
@@ -218,15 +193,12 @@
 %if %{with php}
 -DPHP_BINDINGS=TRUE -DPHP_INSTALL_DIR=%{php_extdir}\
 %endif
--DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
 %if %{with mono}
 -DCSHARP_BINDINGS=TRUE -DCSHARP_INSTALL_DIR=%{_libexecdir}/mono/ \
 %endif
 %if %{with tests}
 -DBUILD_TESTS=TRUE \
-%if 0%{?suse_version} > 1314
 -DBUILD_QT5=TRUE \
-%endif
 %else
 -DBUILD_TESTS=FALSE
 %endif
@@ -252,7 +224,6 @@
 export LD_LIBRARY_PATH=$(pwd)/build/src/
 cd build/
 ctest -V ||:
-python src/python/test.py ||:
 %endif
 
 %post   -n %{libname} -p /sbin/ldconfig
@@ -263,11 +234,6 @@
 %doc AUTHORS README
 %{_libdir}/libkolabxml.so.*
 
-%files -n python-%{libname}
-%license COPYING
-%{python_sitearch}/_kolabformat.so
-%{python_sitearch}/kolabformat.py*
-
 %if %{with php}
 %files -n php-%{libname}
 %license COPYING




commit perl-DBI for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package perl-DBI for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:29

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


Package is "perl-DBI"

Thu Jan 23 09:20:29 2020 rev:17 rq:764715 version:1.642

Changes:

--- /work/SRC/openSUSE:Leap:15.2/perl-DBI/perl-DBI.changes  2020-01-15 
15:40:20.951149221 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.perl-DBI.new.26092/perl-DBI.changes   
2020-01-23 09:20:34.506690093 +0100
@@ -1,0 +2,48 @@
+Mon Sep 23 11:12:59 UTC 2019 - Pedro Monreal Gonzalez 

+
+- Fix invalid utf-8 encoding in Changelogtext
+
+---
+Thu Nov  8 06:11:49 UTC 2018 - Stephan Kulow 
+
+- updated to 1.642
+   see /usr/share/doc/packages/perl-DBI/Changes
+
+  =head2 Changes in DBI 1.642 - 28th October 2018
+  
+  Fix '.' in @INC for proxy test under parallel load
+  thanks to H.Merijn Brand.
+  Fix driver-related croak() in DBI->connect to report the original DSN
+  thanks to maxatome #67
+  
+  Introduce a new statement DBI method $sth->last_insert_id()
+  thanks to pali #64
+  Allow to call $dbh->last_insert_id() method without arguments
+  thanks to pali #64
+  Added a new XS API function variant dbd_db_do6()
+  thanks to Pali #61
+  
+  Fix misprints in doc of selectall_hashref
+  thanks to Perlover #69
+  Remove outdated links to DBI related training resources. RT#125999
+
+---
+Tue Mar 20 06:11:59 UTC 2018 - co...@suse.com
+
+- updated to 1.641
+   see /usr/share/doc/packages/perl-DBI/Changes
+
+  =head2 Changes in DBI 1.641 - 19th March 2018
+  
+  Remove dependency on Storable 2.16 introduced in DBI 1.639
+  thanks to Ribasushi #60
+  Avoid compiler warnings in Driver.xst #59
+  thanks to pali #59
+
+---
+Wed Feb  7 15:19:14 UTC 2018 - co...@suse.com
+
+- updated to 1.640
+   see /usr/share/doc/packages/perl-DBI/Changes
+
+---
@@ -153 +201 @@
-  [Dagfinn Ilmari Manns�ker]
+  [Dagfinn Ilmari]
@@ -189 +237 @@
-  Fixed use of \Q vs  in t/70callbacks.t
+  Fixed use of \Q vs \E in t/70callbacks.t

Old:

  DBI-1.639.tar.gz

New:

  DBI-1.642.tar.gz



Other differences:
--
++ perl-DBI.spec ++
--- /var/tmp/diff_new_pack.ylDWgB/_old  2020-01-23 09:20:35.422690552 +0100
+++ /var/tmp/diff_new_pack.ylDWgB/_new  2020-01-23 09:20:35.426690554 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBI
 #
-# Copyright (c) 2017 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
@@ -12,27 +12,24 @@
 # 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-DBI
-Version:1.639
+Version:1.642
 Release:0
 %define cpan_name DBI
 Summary:Database independent interface for Perl
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/DBI/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/T/TI/TIMB/%{cpan_name}-%{version}.tar.gz
 Source1:perl-DBI.rpmlintrc
 Source2:cpanspec.yml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Storable) >= 2.16
 BuildRequires:  perl(Test::Simple) >= 0.90
-Requires:   perl(Storable) >= 2.16
 %{perl_requires}
 
 %description
@@ -57,11 +54,11 @@
 find . -type f ! -name \*.pl -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

++ DBI-1.639.tar.gz -> DBI-1.642.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBI-1.639/Changes new/DBI-1.642/Changes
--- old/DBI-1.639/Changes   2017-12-28 15:17:04.0 +0100
+++ 

commit kaddressbook for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kaddressbook for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:40

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


Package is "kaddressbook"

Thu Jan 23 09:20:40 2020 rev:56 rq:765620 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kaddressbook/kaddressbook.changes  
2020-01-15 15:14:44.154219083 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kaddressbook.new.26092/kaddressbook.changes   
2020-01-23 09:20:44.142694926 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:48:56 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ kaddressbook.spec ++
--- /var/tmp/diff_new_pack.FONeoH/_old  2020-01-23 09:20:44.950695331 +0100
+++ /var/tmp/diff_new_pack.FONeoH/_new  2020-01-23 09:20:44.954695333 +0100
@@ -35,7 +35,6 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiSearch)






commit akonadi-calendar-tools for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package akonadi-calendar-tools for 
openSUSE:Leap:15.2 checked in at 2020-01-23 09:20:38

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


Package is "akonadi-calendar-tools"

Thu Jan 23 09:20:38 2020 rev:47 rq:765618 version:19.12.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/akonadi-calendar-tools/akonadi-calendar-tools.changes
  2020-01-15 14:46:36.969261149 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.akonadi-calendar-tools.new.26092/akonadi-calendar-tools.changes
   2020-01-23 09:20:42.986694346 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:41:31 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ akonadi-calendar-tools.spec ++
--- /var/tmp/diff_new_pack.GkOEIV/_old  2020-01-23 09:20:43.394694551 +0100
+++ /var/tmp/diff_new_pack.GkOEIV/_new  2020-01-23 09:20:43.394694551 +0100
@@ -35,7 +35,6 @@
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiCalendar)






commit kitemmodels for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kitemmodels for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:43

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


Package is "kitemmodels"

Thu Jan 23 09:20:43 2020 rev:60 rq:765623 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kitemmodels/kitemmodels.changes
2020-01-19 15:49:43.929782517 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kitemmodels.new.26092/kitemmodels.changes 
2020-01-23 09:20:47.830696776 +0100
@@ -1,0 +2,6 @@
+Tue Jan 14 17:01:31 UTC 2020 - Christophe Giboudeaux 
+
+- Use python3 to build the python bindings.
+- Fix the python bindings build and installation.
+
+---



Other differences:
--
++ kitemmodels.spec ++
--- /var/tmp/diff_new_pack.hRYAJp/_old  2020-01-23 09:20:48.422697073 +0100
+++ /var/tmp/diff_new_pack.hRYAJp/_new  2020-01-23 09:20:48.426697075 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%define clang_sonum 3.8
 %define lname   libKF5ItemModels5
 %define _tar_path 5.66
 # Full KF5 version (e.g. 5.33.0)
@@ -45,11 +44,11 @@
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(Qt5Core) >= 5.11.0
 %if %{with python}
-BuildRequires:  python-clang
-BuildRequires:  python-devel
-BuildRequires:  python-qt5-devel
-BuildRequires:  python-qt5-utils
-BuildRequires:  python-sip-devel
+BuildRequires:  python3-clang
+BuildRequires:  python3-devel
+BuildRequires:  python3-qt5-devel
+BuildRequires:  python3-qt5-utils
+BuildRequires:  python3-sip-devel
 %endif
 
 %description
@@ -79,7 +78,7 @@
 Summary:Set of item models extending the Qt model-view framework
 Group:  Development/Libraries/KDE
 Requires:   %{lname} = %{version}
-%requires_python_sip_api
+%requires_python3_sip_api
 
 %description -n python-%{name}
 KItemModels provides a set of item models extending the Qt model-view 
framework.
@@ -90,7 +89,7 @@
 %setup -q
 
 %build
-  %cmake_kf5 -d build -- 
-Dlibclang_LIBRARY=%{_libdir}/libclang.so.%{clang_sonum}
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
@@ -106,6 +105,7 @@
 %{_kf5_debugdir}/*.categories
 
 %files devel
+%license COPYING*
 %{_kf5_libdir}/libKF5ItemModels.so
 %{_kf5_libdir}/cmake/KF5ItemModels/
 %{_kf5_includedir}/
@@ -113,7 +113,8 @@
 
 %if %{with python}
 %files -n python-%{name}
-%{py_libdir}/dist-packages/PyKF5
+%license COPYING*
+%{python3_sitearch}/PyKF5
 %{_datadir}/sip/PyKF5/
 %endif
 






commit chrony for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package chrony for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:44

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


Package is "chrony"

Thu Jan 23 09:20:44 2020 rev:28 rq:765998 version:3.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/chrony/chrony.changes  2020-01-15 
14:50:09.409405647 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.chrony.new.26092/chrony.changes   
2020-01-23 09:20:48.598697161 +0100
@@ -1,0 +2,8 @@
+Wed Jan  8 17:31:23 UTC 2020 - Reinhard Max 
+
+- bsc#1159840: Add chrony-ntp-era-split.patch from upstream to fix
+  "make check" builds made after 2019-12-20. Existing installations
+  do not need to be updated as the bug only affects the test, but
+  not chrony itself.
+
+---

New:

  chrony-ntp-era-split.patch



Other differences:
--
++ chrony.spec ++
--- /var/tmp/diff_new_pack.AG4fH1/_old  2020-01-23 09:20:49.690697709 +0100
+++ /var/tmp/diff_new_pack.AG4fH1/_new  2020-01-23 09:20:49.690697709 +0100
@@ -44,6 +44,7 @@
 Patch2: chrony-logrotate.patch
 Patch5: chrony-fix-open.patch
 Patch6: chrony-service-ordering.patch
+Patch7: chrony-ntp-era-split.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bison
 BuildRequires:  gcc-c++
@@ -96,6 +97,7 @@
 %patch2 -p1
 %patch5 -p1
 %patch6
+%patch7
 
 # If this is an openSUSE build, use our vendor zone
 # (2.*pool.ntp.org names include IPv6 addresses). If not

++ chrony-ntp-era-split.patch ++
commit 2d9eb5b6fa5225a7300c8eed95712969249900fb
Author: Miroslav Lichvar 
Date:   Fri Jan 3 11:25:55 2020 +0100

test: fix util unit test for NTP era split

The current default NTP era split passed the Unix epoch (~50 years ago),
which means the epoch converted to an NTP timestamp and back ends up in
the next NTP era (year 2106).

Fix the test to take into account the era split.

--- test/unit/util.c.orig
+++ test/unit/util.c
@@ -43,11 +43,19 @@ void test_unit(void) {
   ntp_ts.hi = htonl(JAN_1970);
   ntp_ts.lo = 0x;
   UTI_Ntp64ToTimespec(_ts, );
+#if defined(HAVE_LONG_TIME_T) && NTP_ERA_SPLIT > 0
+  TEST_CHECK(ts.tv_sec == 0x1LL * (1 + (NTP_ERA_SPLIT - 1) / 
0x1LL));
+#else
   TEST_CHECK(ts.tv_sec == 0);
+#endif
   TEST_CHECK(ts.tv_nsec == 9);
 
   UTI_AddDoubleToTimespec(, 1e-9, );
+#if defined(HAVE_LONG_TIME_T) && NTP_ERA_SPLIT > 0
+  TEST_CHECK(ts.tv_sec == 1 + 0x1LL * (1 + (NTP_ERA_SPLIT - 1) / 
0x1LL));
+#else
   TEST_CHECK(ts.tv_sec == 1);
+#endif
   TEST_CHECK(ts.tv_nsec == 0);
 
   ntp_fuzz.hi = 0;



commit bladeRF for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package bladeRF for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:45

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


Package is "bladeRF"

Thu Jan 23 09:20:45 2020 rev:11 rq:765490 version:unknown

Changes:

--- /work/SRC/openSUSE:Leap:15.2/bladeRF/bladeRF.changes2020-01-15 
14:48:36.777349080 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.bladeRF.new.26092/bladeRF.changes 
2020-01-23 09:20:50.218697973 +0100
@@ -1,0 +2,31 @@
+Fri Jan 17 21:12:03 UTC 2020 - Martin Hauke 
+
+- Redownloaded tarball
+
+---
+Tue Aug 27 05:20:04 UTC 2019 - Jan Engelhardt 
+
+- Update summaries and RPM category groups.
+
+---
+Tue Aug 27 00:42:21 UTC 2019 - Martin Pluskal 
+
+- Fix download url
+- Small packaging enhancements
+
+---
+Sat Aug 17 19:30:59 UTC 2019 - Wojciech Kazubski 
+
+- Update to version 2019.07
+  libbladeRF
+  * Gain mode setting default is now manual
+  * Tuning mode setting default is now host
+  * Add OTP command support
+  * Fix metadata related arithmetic
+  bladeRF-cli:
+  * Add RFIC fitler selection
+  * Add tuning_mode
+  * Display more useful warning and error messages
+- libbladeRF doc files (HTML) in separate package
+
+---

Old:

  bladeRF-2018.08.tar.xz

New:

  ad9361.tar.xz
  bladeRF-2019.07.tar.xz



Other differences:
--
++ bladeRF.spec ++
--- /var/tmp/diff_new_pack.xCCKUl/_old  2020-01-23 09:20:50.730698231 +0100
+++ /var/tmp/diff_new_pack.xCCKUl/_new  2020-01-23 09:20:50.734698233 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bladeRF
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013-2015 Wojciech Kazubski, w...@ire.pw.edu.pl
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,19 +19,20 @@
 
 %define sover 2
 %define libname lib%{name}%{sover}
-%define libversion 2.0.2
-%define release_name 2018.08
+%define libversion 2.2.1
+%define release_name 2019.07
 %define bladerf_group bladerf
 %define use_syslog 0
 Name:   bladeRF
-Version:1.4.0
+Version:1.8.0
 Release:0
 Summary:SDR radio receiver
 License:GPL-2.0-only AND AGPL-3.0-or-later
 Group:  Productivity/Hamradio/Other
-URL:http://nuand.com/
+URL:https://nuand.com/
 #Git-Clone: https://github.com/Nuand/bladeRF.git
-Source: 
https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
+Source0:
https://github.com/Nuand/bladeRF/archive/%{release_name}.tar.gz#/%{name}-%{release_name}.tar.xz
+Source1:ad9361.tar.xz
 BuildRequires:  cmake >= 2.8.4
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -40,6 +41,7 @@
 BuildRequires:  help2man
 BuildRequires:  pkgconfig
 BuildRequires:  tecla-devel
+BuildRequires:  pkgconfig(libedit)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(udev)
 
@@ -47,14 +49,23 @@
 The software for bladeRF USB 3.0 Superspeed Software Defined Radio.
 
 %package -n %{libname}
+Summary:SDR radio receiver library
+Group:  System/Libraries
 Version:%{libversion}
 Release:0
-Summary:Library for bladeRF
-Group:  System/Libraries
 Requires:   %{name}-udev
 
 %description -n %{libname}
-Library for bladeRF, SDR transceiver.
+Library for bladeRF, an SDR transceiver.
+
+%package -n %{libname}-doc
+Summary:Documentation for libbladeRF
+Group:  Documentation/HTML
+Version:%{libversion}
+Release:0
+
+%description -n %{libname}-doc
+HTML documentation files for libbladeRF.
 
 %package udev
 Summary:Udev rules for bladeRF
@@ -62,11 +73,11 @@
 Requires(pre):  shadow
 
 %description udev
-Udev rules for bladeRF
+Udev rules for bladeRF.
 
 %package devel
 Summary:Development files for libbladeRF
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{libversion}
 
 %description devel
@@ -75,6 +86,10 @@
 
 %prep
 %setup -q -n %{name}-%{release_name}
+ls
+pushd thirdparty/analogdevicesinc/no-OS
+tar -xJf %{SOURCE1}
+popd
 
 %build
 cd host
@@ -82,20 +97,22 @@
   -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
   -DUDEV_RULES_PATH=%{_udevrulesdir} \
   -DBLADERF_GROUP=%{bladerf_group} \
-  -DBUILD_DOCUMENTATION=YES \
 %if 0%{?use_syslog}
   

commit kmail-account-wizard for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kmail-account-wizard for 
openSUSE:Leap:15.2 checked in at 2020-01-23 09:20:41

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


Package is "kmail-account-wizard"

Thu Jan 23 09:20:41 2020 rev:57 rq:765621 version:19.12.1

Changes:

--- 
/work/SRC/openSUSE:Leap:15.2/kmail-account-wizard/kmail-account-wizard.changes  
2020-01-15 15:16:19.358272131 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.kmail-account-wizard.new.26092/kmail-account-wizard.changes
   2020-01-23 09:20:45.162695438 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:54:35 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ kmail-account-wizard.spec ++
--- /var/tmp/diff_new_pack.MrSCRk/_old  2020-01-23 09:20:46.430696074 +0100
+++ /var/tmp/diff_new_pack.MrSCRk/_new  2020-01-23 09:20:46.430696074 +0100
@@ -34,7 +34,6 @@
 %endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gettext-devel
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5Codecs)






commit gnucash for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:49

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


Package is "gnucash"

Thu Jan 23 09:20:49 2020 rev:24 rq:766235 version:3.8b

Changes:

--- /work/SRC/openSUSE:Leap:15.2/gnucash/gnucash.changes2020-01-15 
15:05:31.721907240 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gnucash.new.26092/gnucash.changes 
2020-01-23 09:20:54.966700355 +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.mcsR3X/_old  2020-01-23 09:20:56.198700973 +0100
+++ /var/tmp/diff_new_pack.mcsR3X/_new  2020-01-23 09:20:56.202700976 +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 kmail for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kmail for openSUSE:Leap:15.2 checked 
in at 2020-01-23 09:20:34

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


Package is "kmail"

Thu Jan 23 09:20:34 2020 rev:58 rq:765615 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kmail/kmail.changes2020-01-15 
15:16:19.194272039 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kmail.new.26092/kmail.changes 2020-01-23 
09:20:40.686693192 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:34:38 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ kmail.spec ++
--- /var/tmp/diff_new_pack.DtCe9w/_old  2020-01-23 09:20:41.366693534 +0100
+++ /var/tmp/diff_new_pack.DtCe9w/_new  2020-01-23 09:20:41.370693536 +0100
@@ -35,7 +35,6 @@
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  gettext-devel
 BuildRequires:  libgpgmepp-devel
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(KF5Akonadi)
 BuildRequires:  cmake(KF5AkonadiContact)






commit kmediaplayer for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kmediaplayer for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:33

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


Package is "kmediaplayer"

Thu Jan 23 09:20:33 2020 rev:59 rq:765171 version:5.66.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/kmediaplayer/kmediaplayer.changes  
2020-01-15 15:16:20.422272723 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.kmediaplayer.new.26092/kmediaplayer.changes   
2020-01-23 09:20:39.378692537 +0100
@@ -1,0 +2,10 @@
+Sun Jan  5 09:15:37 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:
+  * Update the obsolete projects.kde.org URL
+
+---

Old:

  kmediaplayer-5.65.0.tar.xz
  kmediaplayer-5.65.0.tar.xz.sig

New:

  kmediaplayer-5.66.0.tar.xz
  kmediaplayer-5.66.0.tar.xz.sig



Other differences:
--
++ kmediaplayer.spec ++
--- /var/tmp/diff_new_pack.TWsTcJ/_old  2020-01-23 09:20:39.994692846 +0100
+++ /var/tmp/diff_new_pack.TWsTcJ/_new  2020-01-23 09:20:39.998692848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmediaplayer
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 %define lname   libKF5MediaPlayer5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
@@ -25,7 +25,7 @@
 # Only needed for the package signature condition
 %bcond_without lang
 Name:   kmediaplayer
-Version:5.65.0
+Version:5.66.0
 Release:0
 Summary:Interface for media player KParts
 License:LGPL-2.1-or-later


++ kmediaplayer-5.65.0.tar.xz -> kmediaplayer-5.66.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmediaplayer-5.65.0/CMakeLists.txt 
new/kmediaplayer-5.66.0/CMakeLists.txt
--- old/kmediaplayer-5.65.0/CMakeLists.txt  2019-12-07 20:44:29.0 
+0100
+++ new/kmediaplayer-5.66.0/CMakeLists.txt  2020-01-04 00:12:57.0 
+0100
@@ -1,7 +1,7 @@
 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(KMediaPlayer VERSION ${KF5_VERSION})
 
 
@@ -9,11 +9,11 @@
 # CMake stuff from ECM
 #
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules;)
+find_package(ECM 5.66.0  NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules;)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
@@ -42,7 +42,7 @@
 #
 # Dependencies
 #
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5DBus ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 find_package(Qt5Widgets ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
@@ -58,7 +58,7 @@
${CMAKE_CURRENT_BINARY_DIR}/src)
 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(src)
 if (BUILD_TESTING)
 add_subdirectory(autotests)




commit git for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Leap:15.2 checked 
in at 2020-01-23 09:20:28

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


Package is "git"

Thu Jan 23 09:20:28 2020 rev:67 rq:764649 version:2.25.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/git/git.changes2020-01-15 
15:03:12.865834805 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.git.new.26092/git.changes 2020-01-23 
09:20:30.558688112 +0100
@@ -1,0 +2,22 @@
+Tue Jan 14 14:22:10 UTC 2020 - Marketa Calabkova 
+
+- git 2.25.0
+  * The branch description ("git branch --edit-description") has been
+used to fill the body of the cover letters by the format-patch
+command; this has been enhanced so that the subject can also be
+filled.
+  * A few commands learned to take the pathspec from the standard input
+or a named file, instead of taking it as the command line
+arguments, with the "--pathspec-from-file" option.
+  * Test updates to prepare for SHA-2 transition continues.
+  * Redo "git name-rev" to avoid recursive calls.
+  * When all files from some subdirectory were renamed to the root
+directory, the directory rename heuristics would fail to detect that
+as a rename/merge of the subdirectory to the root directory, which has
+been corrected.
+  * HTTP transport had possible allocator/deallocator mismatch, which
+has been corrected.
+ - dropped patch git-skip-test-s390x-aarch64-fail.patch (bsc#1156651)
+   * upstream maintainers have skipped the test themselves
+
+---

Old:

  git-2.24.1.tar.sign
  git-2.24.1.tar.xz
  git-skip-test-s390x-aarch64-fail.patch

New:

  git-2.25.0.tar.sign
  git-2.25.0.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.C5C9YL/_old  2020-01-23 09:20:32.358689015 +0100
+++ /var/tmp/diff_new_pack.C5C9YL/_new  2020-01-23 09:20:32.358689015 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package git
 #
-# 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,7 +32,7 @@
 %endif
 
 Name:   git
-Version:2.24.1
+Version:2.25.0
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0-only
@@ -57,8 +57,6 @@
 Patch8: git-asciidoc.patch
 Patch10:setup-don-t-fail-if-commondir-reference-is-deleted.patch
 Patch11:0001-DOC-Move-to-DocBook-5-when-using-asciidoctor.patch
-# workaround for bsc#1156651, try to build without it when updating
-Patch12:git-skip-test-s390x-aarch64-fail.patch
 Patch13:0002-Also-use-DocBook-5-stylesheet-when-generating-HTML-o.patch
 BuildRequires:  fdupes
 BuildRequires:  gpg2
@@ -287,7 +285,6 @@
 %patch8 -p1
 %patch10 -p1
 %patch11 -p1
-%patch12 -p1
 %patch13 -p1
 
 %build

++ git-2.24.1.tar.xz -> git-2.25.0.tar.xz ++
 201802 lines of diff (skipped)





commit knotes for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package knotes for openSUSE:Leap:15.2 
checked in at 2020-01-23 09:20:36

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


Package is "knotes"

Thu Jan 23 09:20:36 2020 rev:56 rq:765616 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/knotes/knotes.changes  2020-01-15 
15:16:26.890276327 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.knotes.new.26092/knotes.changes   
2020-01-23 09:20:41.502693602 +0100
@@ -1,0 +2,5 @@
+Tue Jan 14 15:37:12 UTC 2020 - Christophe Giboudeaux 
+
+- Drop the unneeded python2 requirement.
+
+---



Other differences:
--
++ knotes.spec ++
--- /var/tmp/diff_new_pack.sqe4zh/_old  2020-01-23 09:20:42.146693925 +0100
+++ /var/tmp/diff_new_pack.sqe4zh/_new  2020-01-23 09:20:42.150693927 +0100
@@ -35,7 +35,6 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gettext-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  cmake(Grantlee5)
 BuildRequires:  cmake(KF5Akonadi)






commit java-1_8_0-openjdk for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2020-01-23 16:10:34

Comparing /work/SRC/openSUSE:Factory/java-1_8_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.26092 (New)


Package is "java-1_8_0-openjdk"

Thu Jan 23 16:10:34 2020 rev:68 rq:765990 version:1.8.0.242

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2019-11-18 20:07:03.461693338 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new.26092/java-1_8_0-openjdk.changes
 2020-01-23 16:11:50.147668613 +0100
@@ -1,0 +2,321 @@
+Tue Jan 21 06:40:46 UTC 2020 - Fridrich Strba 
+
+- Update to version jdk8u242 (icedtea 3.15.0) (January 2020 CPU,
+  bsc#1160968)
+  * Security fixes
++ S8225261: Better method resolutions
++ S8224909, CVE-2020-2583: Unlink Set of LinkedHashSets
++ S8225279: Better XRender interpolation
++ S8226352, CVE-2020-2590: Improve Kerberos interop capabilities
++ S8227758: More valid PKIX processing
++ S8227816: More Colorful ICC profiles
++ S8228548, CVE-2020-2593: Normalize normalization for all
++ S8229951, CVE-2020-2601: Better Ticket Granting Services
++ S8230279: Improve Pack200 file reading
++ S8230318: Better trust store usage
++ S8230967: Improve Registry support of clients
++ S8231129: More glyph images
++ S8231139: Improved keystore support
++ S8231422, CVE-2020-2604: Better serial filter handling
++ S8231795, CVE-2020-2659: Enhance datagram socket support
++ S8232419: Improve Registry registration
++ S8234037, CVE-2020-2654: Improve Object Identifier Processing
+  * Import of OpenJDK 8 u242 build 01
++ S8010500: [parfait] Possible null pointer dereference at
+  hotspot/src/share/vm/opto/loopnode.hpp
++ S8067429: java.lang.VerifyError: Inconsistent stackmap frames
+  at branch target
++ S8073154: NULL-pointer dereferencing in
+  LIR_OpProfileType::print_instr
++ S8077707: jdk9 b58 cannot run any graphical application on
+  Win 8 with JAWS running
++ S8132249: Clean up JAB debugging code
++ S8133951: Zero interpreter asserts in stubRoutines.cpp
++ S8134739: compiler/loopopts/superword/
+  /TestVectorizationWithInvariant crashes in loop opts
++ S8212071: Need to set the FreeType LCD Filter to reduce
+  fringing.
++ S8230238: Add another regression test for JDK-8134739
++ S8230813: Add JDK-8010500 to compiler/loopopts/superword/
+  /TestFuzzPreLoop.java bug list
++ S8231398: Add time tracing for gc log rotation at safepoint
+  cleanup
++ S8231988: Unexpected test result caused by C2
+  IdealLoopTree::do_remove_empty_loop
+  * Import of OpenJDK 8 u242 build 02
++ S8057986: freetype code to get glyph outline does not handle
+  initial control point properly
++ S8068736: Avoid synchronization on
+  Executable/Field.declaredAnnotations
++ S8073347: javadoc of Formattable messed up by JDK-8019857
++ S8206173: MallocSiteTable::initialize() doesn't take function
+  descriptors into account
++ S8213568: Typo in
+  java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
++ S8218558: NMT stack traces in output should show mt component
+  for virtual memory allocations
++ S8225101: Crash at sun.awt.X11.XlibWrapper.XkbGetUpdatedMap
+  when change keybord map
++ S822: C2 compilation fails with assert "m has strange
+  control"
++ S8229020: Failure on CPUs allowing loads reordering:
+  assert(_tasks[t] == 1) failed: What else?
++ S8229169: False failure of GenericTaskQueue::pop_local on
+  architectures with weak memory model
++ S8230363: C2: Let ConnectionGraph::not_global_escape(Node* n)
+  return false if n is not in the CG
++ S8231887: ComodoCA.java fails because certificate was revoked
+  * Import of OpenJDK 8 u242 build 04
++ S8048556: Unnecessary GCLocker-initiated young GCs
++ S8073108: Use x86 and SPARC CPU instructions for GHASH
+  acceleration
++ S8130341: GHASH 32bit intrinsics has AEADBadTagException
++ S8139178: Wrong fontMetrics when printing in Landscape
+  (OpenJDK)
++ S8146238: [macosx] Java2D Queue Flusher crash on OSX after
+  switching between user accounts
++ S8196681: Java Access Bridge logging and debug flags
+  dynamically controlled
++ S8204288: Matching the end of a string followed by an empty
+  greedy regex and a word boundary fails
++ S8204290: Add check to limit number of capture groups
++ S8219914: Change the environment variable for Java Access
+  Bridge logging to have a directory.
++ S8225505: ctrl-F1 does not show the tooltip of a menu item
+  (JMenuItems)
+  * Import of OpenJDK 8 u242 build 05
++ 

commit perl-Net-Ident for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package perl-Net-Ident for openSUSE:Factory 
checked in at 2020-01-23 16:10:06

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


Package is "perl-Net-Ident"

Thu Jan 23 16:10:06 2020 rev:17 rq:765862 version:1.25

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Ident/perl-Net-Ident.changes
2015-04-22 01:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-Ident.new.26092/perl-Net-Ident.changes 
2020-01-23 16:10:49.435632635 +0100
@@ -1,0 +2,13 @@
+Mon Jan 20 03:13:49 UTC 2020 -  
+
+- updated to 1.25
+   see /usr/share/doc/packages/perl-Net-Ident/Changes
+
+  1.25 Sat Jan 18 2020
+  - Enable github actions testing
+  - Switch to README.md and point to testing status
+  - Fix spelling typo provided by Debian project
+  - Switch primary tracker to github issues
+  - Remove META.yml from source control
+
+---

Old:

  Net-Ident-1.24.tar.gz

New:

  Net-Ident-1.25.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Net-Ident.spec ++
--- /var/tmp/diff_new_pack.YtHxYN/_old  2020-01-23 16:10:51.131633641 +0100
+++ /var/tmp/diff_new_pack.YtHxYN/_new  2020-01-23 16:10:51.155633655 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Ident
 #
-# 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-Net-Ident
-Version:1.24
+Version:1.25
 Release:0
 %define cpan_name Net-Ident
-Summary:lookup the username on the remote end of a TCP/IP connection
-License:GPL-1.0+ or Artistic-1.0
+Summary:Lookup the username on the remote end of a TCP/IP connection
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Net-Ident/
-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
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -39,14 +40,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -55,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
 
 %changelog

++ Net-Ident-1.24.tar.gz -> Net-Ident-1.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Ident-1.24/Changes new/Net-Ident-1.25/Changes
--- old/Net-Ident-1.24/Changes  2014-12-14 08:07:37.0 +0100
+++ new/Net-Ident-1.25/Changes  2020-01-19 07:02:33.0 +0100
@@ -1,5 +1,12 @@
 Revision history for Perl extension Net::Ident.
 
+1.25 Sat Jan 18 2020
+- Enable github actions testing
+- Switch to README.md and point to testing status
+- Fix spelling typo provided by Debian project
+- Switch primary tracker to github issues
+- Remove META.yml from source control
+
 1.24 Sun Dec 14 2014
 - RT 79165 - Fix for Strawberry Perl
 - Tidy code base for conformity of future patches
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Ident-1.24/Ident.pm new/Net-Ident-1.25/Ident.pm
--- old/Net-Ident-1.24/Ident.pm 2014-12-14 08:08:02.0 +0100
+++ new/Net-Ident-1.25/Ident.pm 2020-01-19 07:02:33.0 +0100
@@ -1,6 +1,8 @@
 package Net::Ident;
 
 use strict;
+use warnings;
+
 use Socket;
 use Fcntl;
 use FileHandle;
@@ -9,15 +11,14 @@
 use Errno;
 require Exporter;
 
-use vars qw(@ISA @EXPORT_OK $DEBUG $VERSION %EXPORT_TAGS @EXPORT_FAIL
-  %EXPORT_HOOKS @EXPORT);
-
-@ISA   = qw(Exporter);

commit hplip for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2020-01-23 16:10:02

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


Package is "hplip"

Thu Jan 23 16:10:02 2020 rev:130 rq:765845 version:3.19.12

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2020-01-12 
23:19:28.206707083 +0100
+++ /work/SRC/openSUSE:Factory/.hplip.new.26092/hplip.changes   2020-01-23 
16:10:44.691629824 +0100
@@ -1,0 +2,14 @@
+Mon Jan 13 22:01:08 UTC 2020 - Martin Wilck 
+
+- Use /etc/sane.d/dll.d/hpaio to register SANE backend rather
+  than modifying /etc/sane/dll.conf
+- SANE backend must be configured in hplip-sane package (bsc#1160708)
+
+---
+Mon Jan 13 17:27:20 UTC 2020 - Martin Wilck 
+
+- Revert changes from 3.18.5 that break hp-setup for fax devices
+  (bsc#1107711, lp#1773320)
+  * Added patch: Revert-changes-from-3.18.5-that-break-hp-setup-for-f.patch
+
+---

New:

  Revert-changes-from-3.18.5-that-break-hp-setup-for-f.patch



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.YhWSLR/_old  2020-01-23 16:10:46.399630836 +0100
+++ /var/tmp/diff_new_pack.YhWSLR/_new  2020-01-23 16:10:46.403630839 +0100
@@ -81,6 +81,8 @@
 # Use a pgp server (pool.sks-keyservers.net) which doesn't throw proxy errors
 # or run into timeouts most of the time
 Patch402:   hplip-change-pgp-server.patch
+# boo#1107711
+Patch403:   Revert-changes-from-3.18.5-that-break-hp-setup-for-f.patch
 BuildRequires:  %{pymod devel}
 BuildRequires:  %{pymod qt5-devel}
 BuildRequires:  %{pymod xml}
@@ -314,6 +316,7 @@
 %patch400 -p1
 %patch401 -p1
 %patch402 -p1
+%patch403 -p1
 
 # replace "env" shebang and "/usr/bin/python" with real executable
 find . -name '*.py' -o -name pstotiff | \
@@ -447,6 +450,8 @@
 # Remove the installed /etc/sane.d/dll.conf
 # because this is provided by the sane-backends package:
 rm %{buildroot}%{_sysconfdir}/sane.d/dll.conf
+mkdir %{buildroot}%{_sysconfdir}/sane.d/dll.d
+echo hpaio >%{buildroot}%{_sysconfdir}/sane.d/dll.d/hpaio
 # Remove the installed HAL fdi file because HAL is no longer used (HAL is 
deprecated):
 rm %{buildroot}%{_datadir}/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi
 # Remove the installed hplip-printer@.service file for systemd
@@ -578,38 +583,18 @@
 /sbin/ldconfig
 exit 0
 
-%triggerin -p /bin/bash -- sane-backends
-# As hplip can be used for plain printers it cannot "PreReq sane-backends".
-# Therefore if sane-backends is installed it may be installed or updated after 
hplip.
-# In this case trigger to add the SANE backend "hpaio" to /etc/sane.d/dll.conf 
if it is not there.
-# To be safe there is a test that /etc/sane.d/dll.conf is writable.
-if [ -w %{_sysconfdir}/sane.d/dll.conf ]
-then if ! grep -q 'hpaio' %{_sysconfdir}/sane.d/dll.conf
- then echo -e '# The hpaio backend is provided by the hplip 
package:\n#hpaio' >>%{_sysconfdir}/sane.d/dll.conf
- fi
-fi
-exit 0
-
 %postun -p /bin/bash
 %desktop_database_postun
 %icon_theme_cache_postun
 /sbin/ldconfig
+
+%postun sane
+# Earlier versions of hplip modified /etc/sane.d/dll.conf
+# Now we use /etc/sane.d/dll.d (multiple hpaio entries don't hurt).
 # If the package was removed (but not if it was updated)
 # then remove the hpaio lines in /etc/sane.d/dll.conf.
-# Don't remove them when the hplip package was automatically
-# replaced by the hplip17 package (via RPM obsoletes) or vice versa.
-# Because postun of the old package runs last (after triggerin -- 
sane-backends)
-# it is done via a special "ls" test if any libsane-hpaio.so exists
-# (e.g. there could be only 32-bit installed on 64-bit hardware).
-# If the "ls" test does not fail, some kind of HPLIP is installed.
-# The package sane-backends may not be installed (see triggerin)
-# and therefore the test that /etc/sane.d/dll.conf is writable.
-# The "exit 0" is necessary, otherwise the postun script
-# would exit with non-zero exit-code if the package was not removed.
-if [ "$1" = "0" ]
-then if ! ls %{_prefix}/lib*/sane/libsane-hpaio.so* &>/dev/null
- then [ -w %{_sysconfdir}/sane.d/dll.conf ] && sed -i -e '/hpaio/d' 
%{_sysconfdir}/sane.d/dll.conf
- fi
+if [ "$1" = "0" ] && [ -w %{_sysconfdir}/sane.d/dll.conf ]; then
+sed -i -e '/hpaio/d' %{_sysconfdir}/sane.d/dll.conf
 fi
 exit 0
 
@@ -740,6 +725,9 @@
 %files sane
 %dir %{_libdir}/sane
 %{_libdir}/sane/libsane-hpaio.so.*
+%dir %{_sysconfdir}/sane.d
+%dir %{_sysconfdir}/sane.d/dll.d
+%{_sysconfdir}/sane.d/dll.d/hpaio
 
 %files devel
 %{_libdir}/libhpip.so

++ 

commit sqlite3 for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2020-01-23 16:10:23

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


Package is "sqlite3"

Thu Jan 23 16:10:23 2020 rev:116 rq:765985 version:3.30.1

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2019-09-25 
01:13:59.581818632 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.26092/sqlite3.changes   
2020-01-23 16:11:18.139649645 +0100
@@ -1,0 +2,49 @@
+Fri Jan 17 14:29:39 UTC 2020 - Stefan Brüns 
+
+- Fix regression found when running python-Django/Djano1 testsuite:
+  + 7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch
+  + 548082dfab-Improvements-to-the-LEFT-JOIN.patch
+  + 8a39167bd2-Further-improvements-to-LEFT-JOIN.patch
+- Fix check for existing dirs, triggers when running the testsuite
+  on BTRFS or XFS:
+  + fix_dir_exists_on_btrfs.patch
+- Fix truncation/bad rounding of timestamps in SQLite strftime
+  function, exposed when running testsuite on i586:
+  + sqlite3-avoid-truncation-error.patch
+
+---
+Fri Oct 11 15:05:00 UTC 2019 - Andreas Stieger 
+
+- sqlite 3.30.1:
+  * fix a segfault for nested queries that use the FILTER clause
+ib aggregate functions (introduced in 3.30.0)
+
+---
+Sun Oct  6 15:43:57 UTC 2019 - Andreas Stieger 
+
+- update to 3.30.0:
+  * Add support for the FILTER clause on aggregate functions
+  * Add support for the NULLS FIRST and NULLS LAST syntax in ORDER BY clauses
+  * The index_info and index_xinfo pragmas are enhanced to provide
+information about the on-disk representation of WITHOUT ROWID tables
+  * Add the sqlite3_drop_modules() interface, allowing applications
+to disable automatically loaded virtual tables that they do not need
+  * Improvements to the .recover dot-command in the CLI so that it
+recovers more content from corrupt database files
+  * Enhance the RBU extension to support indexes on expressions
+  * Change the schema parser so that it will error out if any of
+the type, name, and tbl_name columns of the sqlite_master table
+have been corrupted and the database connection is not in
+writable_schema mode.
+  * The PRAGMA function_list, PRAGMA module_list, and PRAGMA
+pragma_list commands are now enabled in all builds by default
+  * Add the SQLITE_DBCONFIG_ENABLE_VIEW option for sqlite3_db_config().
+  * Added the TCL Interface config method in order to be able to
+disable SQLITE_DBCONFIG_ENABLE_VIEW as well as control other
+sqlite3_db_config() options from TCL.
+  * Added the SQLITE_DIRECTONLY flag for application-defined SQL
+functions to prevent those functions from being used inside
+triggers and views
+- drop sqlite3-CVE-2019-16168.patch, upstream
+
+---

Old:

  sqlite-doc-329.zip
  sqlite-src-329.zip
  sqlite3-CVE-2019-16168.patch

New:

  548082dfab-Improvements-to-the-LEFT-JOIN.patch
  7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch
  8a39167bd2-Further-improvements-to-LEFT-JOIN.patch
  fix_dir_exists_on_btrfs.patch
  sqlite-doc-3300100.zip
  sqlite-src-3300100.zip
  sqlite3-avoid-truncation-error.patch



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.tamTlY/_old  2020-01-23 16:11:20.639651127 +0100
+++ /var/tmp/diff_new_pack.tamTlY/_new  2020-01-23 16:11:20.643651129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlite3
 #
-# 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,10 +16,11 @@
 #
 
 
+%bcond_with icu
 %define oname sqlite
-%define tarversion 329
+%define tarversion 3300100
 Name:   sqlite3
-Version:3.29.0
+Version:3.30.1
 Release:0
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
@@ -28,8 +29,20 @@
 Source0:http://www.sqlite.org/2019/sqlite-src-%{tarversion}.zip
 Source1:baselibs.conf
 Source2:http://www.sqlite.org/2019/sqlite-doc-%{tarversion}.zip
-Patch0: sqlite3-CVE-2019-16168.patch
+# PATCH-FIX-UPSTREAM -- Fix errors with NULL
+Patch0: 7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch
+# PATCH-FIX-UPSTREAM -- Fix errors in LEFT JOIN
+Patch1: 548082dfab-Improvements-to-the-LEFT-JOIN.patch
+# PATCH-FIX-UPSTREAM -- Fix errors in LEFT JOIN
+Patch2: 

commit valgrind for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2020-01-23 16:10:09

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


Package is "valgrind"

Thu Jan 23 16:10:09 2020 rev:121 rq:765863 version:3.15.0

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2019-12-02 
11:37:42.130452611 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new.26092/valgrind.changes 
2020-01-23 16:10:53.567635084 +0100
@@ -1,0 +2,8 @@
+Sun Jan 19 15:43:47 UTC 2020 - Stefan Brüns 
+
+- Add support for PR_CAPBSET_READ/DROP syscalls. Fixes false
+  error messages with latest libcap 2.30.
+  * 0001-Add-newer-constants-for-prctl-syscall.patch
+  * 0002-Add-support-for-PR_CAPBSET_READ-and-_DROP-syscalls.patch
+
+---

New:

  0001-Add-newer-constants-for-prctl-syscall.patch
  0002-Add-support-for-PR_CAPBSET_READ-and-_DROP-syscalls.patch



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.mGDNmH/_old  2020-01-23 16:10:55.411636177 +0100
+++ /var/tmp/diff_new_pack.mGDNmH/_new  2020-01-23 16:10:55.415636179 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package valgrind
 #
-# 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
@@ -40,6 +40,10 @@
 # 
https://github.com/olafhering/valgrind/compare/olh-base-master...olh-fixes-master
 Patch0: valgrind.xen.patch
 Patch2: armv6-support.diff
+# PATCH-FIX-UPSTREAM
+Patch3: 0001-Add-newer-constants-for-prctl-syscall.patch
+# PATCH-FIX-UPSTREAM
+Patch4: 0002-Add-support-for-PR_CAPBSET_READ-and-_DROP-syscalls.patch
 %if "%{flavor}" == ""
 %if %{with docs}
 BuildRequires:  docbook-xsl-stylesheets
@@ -150,6 +154,8 @@
 %setup -q -n valgrind-%{version}
 %patch0 -p1
 %patch2
+%patch3 -p1
+%patch4 -p1
 
 %build
 %if "%{flavor}" == ""

++ 0001-Add-newer-constants-for-prctl-syscall.patch ++
>From 33772bab1cb146e87220850992674cae9cf74474 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Sun, 19 Jan 2020 16:30:40 +0100
Subject: [PATCH 1/2] Add newer constants for prctl syscall

---
 include/vki/vki-linux.h | 45 +
 1 file changed, 45 insertions(+)

diff --git a/include/vki/vki-linux.h b/include/vki/vki-linux.h
index b4c6085..5906578 100644
--- a/include/vki/vki-linux.h
+++ b/include/vki/vki-linux.h
@@ -2590,8 +2590,53 @@ struct vki_vt_consize {
 
 #define VKI_PR_SET_SECCOMP 22
 
+#define VKI_PR_CAPBSET_READ 23
+#define VKI_PR_CAPBSET_DROP 24
+
+#define VKI_PR_GET_TSC 25
+#define VKI_PR_SET_TSC 26
+
+#define VKI_PR_GET_SECUREBITS 27
+#define VKI_PR_SET_SECUREBITS 28
+
+#define VKI_PR_SET_TIMERSLACK 29
+#define VKI_PR_GET_TIMERSLACK 30
+
+#define VKI_PR_TASK_PERF_EVENTS_DISABLE31
+#define VKI_PR_TASK_PERF_EVENTS_ENABLE 32
+
+#define VKI_PR_MCE_KILL33
+#define VKI_PR_MCE_KILL_GET 34
+
 #define VKI_PR_SET_PTRACER 0x59616d61
 
+#define VKI_PR_SET_CHILD_SUBREAPER 36
+#define VKI_PR_GET_CHILD_SUBREAPER 37
+
+#define VKI_PR_SET_NO_NEW_PRIVS38
+#define VKI_PR_GET_NO_NEW_PRIVS39
+
+#define VKI_PR_GET_TID_ADDRESS 40
+
+#define VKI_PR_SET_THP_DISABLE 41
+#define VKI_PR_GET_THP_DISABLE 42
+
+#define VKI_PR_MPX_ENABLE_MANAGEMENT  43
+#define VKI_PR_MPX_DISABLE_MANAGEMENT 44
+
+#define VKI_PR_SET_FP_MODE 45
+#define VKI_PR_GET_FP_MODE 46
+
+#define VKI_PR_CAP_AMBIENT 47
+
+#define VKI_PR_SVE_SET_VL  50
+#define VKI_PR_SVE_GET_VL  51
+#define VKI_PR_GET_SPECULATION_CTRL52
+#define VKI_PR_SET_SPECULATION_CTRL53
+#define VKI_PR_PAC_RESET_KEYS  54
+#define VKI_PR_SET_TAGGED_ADDR_CTRL55
+#define VKI_PR_GET_TAGGED_ADDR_CTRL56
+
 //--
 // From linux-2.6.19/include/linux/usbdevice_fs.h
 //--
-- 
2.24.1

++ 0002-Add-support-for-PR_CAPBSET_READ-and-_DROP-syscalls.patch ++
>From da1b4af541bfef43c37c8bd15fb786944f2c4310 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Sun, 19 Jan 2020 16:41:38 +0100
Subject: [PATCH 2/2] Add support for PR_CAPBSET_READ and _DROP syscalls

PR_CAPBSET_READ is used by the latest version of libcap (2.30), and
valgrind issues an error message arg4/arg5 are pointing to uninitialized
memory on ix86.
---
 coregrind/m_syswrap/syswrap-linux.c | 5 +
 1 file changed, 5 insertions(+)

diff 

commit taglib for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2020-01-23 16:10:13

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


Package is "taglib"

Thu Jan 23 16:10:13 2020 rev:58 rq:765867 version:1.11.2~git20190725.79bc9ccf

Changes:

--- /work/SRC/openSUSE:Factory/taglib/taglib.changes2019-08-16 
15:31:16.593950029 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new.26092/taglib.changes 2020-01-23 
16:10:57.615637483 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 12:30:24 UTC 2020 - Christophe Giboudeaux 
+
+- Add patch to get the right directories when running taglib-config:
+  * 0001-Changed-libdir-includedir-variables-to-change-based-.patch
+
+---

New:

  0001-Changed-libdir-includedir-variables-to-change-based-.patch



Other differences:
--
++ taglib.spec ++
--- /var/tmp/diff_new_pack.XAe81U/_old  2020-01-23 16:10:59.347638509 +0100
+++ /var/tmp/diff_new_pack.XAe81U/_new  2020-01-23 16:10:59.351638512 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib
 #
-# 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
@@ -37,6 +37,8 @@
 Source1:%{sname}.desktop
 Source100:  baselibs.conf
 Patch0: taglib-versionbump.patch
+# PATCH-FIX-UPSTREAM https://github.com/taglib/taglib/pull/935
+Patch1: 0001-Changed-libdir-includedir-variables-to-change-based-.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -114,6 +116,7 @@
 %prep
 %setup -q -n %{sname}-%{version}
 %patch0
+%patch1 -p1
 
 %build
 # The testing needs static libs too

++ 0001-Changed-libdir-includedir-variables-to-change-based-.patch ++
>From ef690d77afc97df50fea6ecdf6e2cbadcff970ea Mon Sep 17 00:00:00 2001
From: jiblime <47689567+jibl...@users.noreply.github.com>
Date: Sat, 19 Oct 2019 15:12:03 -0700
Subject: [PATCH] Changed libdir/includedir variables to change based on a
 user's system and match syntax

---
 taglib-config.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taglib-config.cmake b/taglib-config.cmake
index 96ef688..1e184c1 100644
--- a/taglib-config.cmake
+++ b/taglib-config.cmake
@@ -16,8 +16,8 @@ EOH
 
 prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@
 exec_prefix=@CMAKE_SYSROOT@@CMAKE_INSTALL_PREFIX@
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+libdir=@LIB_INSTALL_DIR@
+includedir=@INCLUDE_INSTALL_DIR@
 
 flags=""
 
-- 
2.24.1




commit xorg-x11-server for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2020-01-23 16:10:17

Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-server.new.26092 (New)


Package is "xorg-x11-server"

Thu Jan 23 16:10:17 2020 rev:378 rq:765910 version:1.20.7+0

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2020-01-18 12:16:35.139089180 +0100
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-server.new.26092/xorg-x11-server.changes   
2020-01-23 16:11:01.555639818 +0100
@@ -1,0 +2,6 @@
+Mon Jan 20 16:12:23 UTC 2020 - Stefan Dirsch 
+
+- u_fno-common.patch
+  * fix build with gcc's -fno-common option (boo#1160423) 
+
+---

New:

  u_fno-common.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.T85aQx/_old  2020-01-23 16:11:04.291641439 +0100
+++ /var/tmp/diff_new_pack.T85aQx/_new  2020-01-23 16:11:04.291641439 +0100
@@ -247,6 +247,8 @@
 
 Patch1505:  U_xwayland-Allow-passing-a-fd.patch
 
+Patch1600:  u_fno-common.patch
+
 %description
 This package contains the X.Org Server.
 
@@ -394,6 +396,7 @@
 %patch1502 -p1
 %patch1503 -p1
 %patch1505 -p1
+%patch1600 -p1
 
 %build
 %define _lto_cflags %{nil}

++ u_fno-common.patch ++
Index: xserver-1.20.7+0/hw/dmx/config/dmxconfig.c
===
--- xserver-1.20.7+0.orig/hw/dmx/config/dmxconfig.c
+++ xserver-1.20.7+0/hw/dmx/config/dmxconfig.c
@@ -72,7 +72,6 @@ typedef struct DMXConfigCmdStruct {
 DMXConfigList *xinputs;
 } DMXConfigCmd, *DMXConfigCmdPtr;
 
-DMXConfigEntryPtr dmxConfigEntry;
 static DMXConfigCmd dmxConfigCmd;
 
 static int dmxDisplaysFromCommandLine;
Index: xserver-1.20.7+0/hw/dmx/config/xdmxconfig.c
===
--- xserver-1.20.7+0.orig/hw/dmx/config/xdmxconfig.c
+++ xserver-1.20.7+0/hw/dmx/config/xdmxconfig.c
@@ -65,7 +65,6 @@ extern FILE *yyin;
 #define DMX_CANVAS_WIDTH  400
 #define DMX_CANVAS_HEIGHT 500
 
-DMXConfigEntryPtr dmxConfigEntry;
 static DMXConfigVirtualPtr dmxConfigCurrent, dmxConfigNewVirtual;
 static DMXConfigDisplayPtr dmxConfigCurrentDisplay, dmxConfigNewDisplay;
 static int dmxConfigGrabbed, dmxConfigGrabbedFine;
Index: xserver-1.20.7+0/hw/dmx/glxProxy/glxext.c
===
--- xserver-1.20.7+0.orig/hw/dmx/glxProxy/glxext.c
+++ xserver-1.20.7+0/hw/dmx/glxProxy/glxext.c
@@ -47,8 +47,6 @@
 #include "extinit.h"
 #include "glx_extinit.h"
 
-int noGlxExtension;
-
 /*
 ** Forward declarations.
 */
Index: xserver-1.20.7+0/hw/xwayland/Makefile.am
===
--- xserver-1.20.7+0.orig/hw/xwayland/Makefile.am
+++ xserver-1.20.7+0/hw/xwayland/Makefile.am
@@ -3,6 +3,7 @@ bin_PROGRAMS = Xwayland
 Xwayland_CFLAGS =  \
-I$(top_srcdir)/glamor  \
-I$(top_srcdir)/dri3\
+   -I$(top_srcdir)/hw/xfree86/common   \
-DHAVE_DIX_CONFIG_H \
$(XWAYLANDMODULES_CFLAGS)   \
$(DIX_CFLAGS)   \
Index: xserver-1.20.7+0/hw/xwayland/xwayland.c
===
--- xserver-1.20.7+0.orig/hw/xwayland/xwayland.c
+++ xserver-1.20.7+0/hw/xwayland/xwayland.c
@@ -40,7 +40,7 @@
 
 #ifdef XF86VIDMODE
 #include 
-_X_EXPORT Bool noXFree86VidModeExtension;
+#include "xf86Extensions.h"
 #endif
 
 void
Index: xserver-1.20.7+0/test/xi1/protocol-xchangedevicecontrol.c
===
--- xserver-1.20.7+0.orig/test/xi1/protocol-xchangedevicecontrol.c
+++ xserver-1.20.7+0/test/xi1/protocol-xchangedevicecontrol.c
@@ -37,7 +37,6 @@
 
 #include "protocol-common.h"
 
-ClientRec client_window;
 static ClientRec client_request;
 
 static void
Index: xserver-1.20.7+0/test/xi2/protocol-common.c
===
--- xserver-1.20.7+0.orig/test/xi2/protocol-common.c
+++ xserver-1.20.7+0/test/xi2/protocol-common.c
@@ -48,6 +48,8 @@ void *global_userdata;
 int enable_GrabButton_wrap = 1;
 int enable_XISetEventMask_wrap = 1;
 
+void (*reply_handler) (ClientPtr client, int len, char *data, void *userdata);
+
 static void
 fake_init_sprite(DeviceIntPtr dev)
 {
@@ -310,8 +312,6 @@ __wrap_dixLookupWindow(WindowPtr *win, X
 return __real_dixLookupWindow(win, id, client, access);
 }
 
-extern ClientRec client_window;
-
 int
 __wrap_dixLookupClient(ClientPtr *pClient, XID rid, 

commit gdb for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2020-01-23 16:09:56

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


Package is "gdb"

Thu Jan 23 16:09:56 2020 rev:136 rq:765839 version:8.3.1

Changes:

--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2019-12-24 14:29:26.170560447 
+0100
+++ /work/SRC/openSUSE:Factory/.gdb.new.26092/gdb.changes   2020-01-23 
16:10:27.835619836 +0100
@@ -1,0 +2,8 @@
+Fri Jan 17 15:43:46 UTC 2020 - m...@suse.com
+
+- Add support for official name of s390 arch13: z15.
+  Add descriptions for arch13 instructions.  Adds
+  gdb-arch13-1.diff, gdb-arch13-2.diff and gdb-arch13-3.diff.
+  [jsc#SLE-7903]
+
+---

New:

  gdb-arch13-1.diff
  gdb-arch13-2.diff
  gdb-arch13-3.diff



Other differences:
--
++ gdb.spec ++
--- /var/tmp/diff_new_pack.JlzSol/_old  2020-01-23 16:10:36.563625007 +0100
+++ /var/tmp/diff_new_pack.JlzSol/_new  2020-01-23 16:10:36.563625007 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gdb
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 RedHat
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -248,6 +248,9 @@
 Patch2010:  gdb-fix-heap-use-after-free-in-typename-concat.patch
 Patch2011:  gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch
 Patch2012:  gdb-0001-remove-alloca-0-calls.patch
+Patch2013:  gdb-arch13-1.diff
+Patch2014:  gdb-arch13-2.diff
+Patch2015:  gdb-arch13-3.diff
 
 # Proposed patch for PR symtab/24971
 Patch2500:  gdb-symtab-prefer-var-def-over-decl.patch
@@ -601,6 +604,9 @@
 %patch2010 -p1
 %patch2011 -p1
 %patch2012 -p1
+%patch2013 -p1
+%patch2014 -p1
+%patch2015 -p1
 
 %patch2500 -p1
 %patch2501 -p1

++ gdb-arch13-1.diff ++
commit ba354106f02e25c9adc3dc1364d6a974216ec94e
Author: Andreas Krebbel 
Date:   Tue Mar 12 14:09:55 2019 +0100

S/390: arch13: Add instruction descriptions

opcodes/ChangeLog:

2019-03-12  Andreas Krebbel  

* s390-opc.txt: Add instruction descriptions.

diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index be4c97d..58a2490 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -1888,106 +1888,120 @@ e736 vlm VRS_VVRDU "vector load multiple" 
arch12 zarch optparm
 e70e vst VRX_VRRDU "vector store" arch12 zarch optparm
 e73e vstm VRS_VVRDU "vector store multiple" arch12 zarch optparm
 
+
 # arch13 instructions
 
-b9f5 ncrk RRF_R0RR2 " " arch13 zarch
-b9e5 ncgrk RRF_R0RR2 " " arch13 zarch
-e50a mvcrl SSE_RDRD " " arch13 zarch
-b974 nnrk RRF_R0RR2 " " arch13 zarch
-b964 nngrk RRF_R0RR2 " " arch13 zarch
-b976 nork RRF_R0RR2 " " arch13 zarch
-b966 nogrk RRF_R0RR2 " " arch13 zarch
-b977 nxrk RRF_R0RR2 " " arch13 zarch
-b967 nxgrk RRF_R0RR2 " " arch13 zarch
-b975 ocrk RRF_R0RR2 " " arch13 zarch
-b965 ocgrk RRF_R0RR2 " " arch13 zarch
-b9e1 popcnt RRF_U0RR " " arch13 zarch optparm
-b9f0 selr RRF_RURR " " arch13 zarch
-b9f0 selr*20 RRF_R0RR3 " " arch13 zarch
-b9e3 selgr RRF_RURR " " arch13 zarch
-b9e3 selgr*20 RRF_R0RR3 " " arch13 zarch
-b9c0 selhhhr RRF_RURR " " arch13 zarch
-b9c0 selhhhr*20 RRF_R0RR3 " " arch13 zarch
-
-e606 vlbr VRX_VRRDU " " arch13 zarch
-e6001006 vlbrh VRX_VRRD " " arch13 zarch
-e6002006 vlbrf VRX_VRRD " " arch13 zarch
-e6003006 vlbrg VRX_VRRD " " arch13 zarch
-e6004006 vlbrq VRX_VRRD " " arch13 zarch
-
-e607 vler VRX_VRRDU " " arch13 zarch
-e6001007 vlerh VRX_VRRD " " arch13 zarch
-e6002007 vlerf VRX_VRRD " " arch13 zarch
-e6003007 vlerg VRX_VRRD " " arch13 zarch
-
-e604 vllebrz VRX_VRRDU " " arch13 zarch
-e6001004 vllebrzh VRX_VRRD " " arch13 zarch
-e6002004 vllebrzf VRX_VRRD " " arch13 zarch
-e6003004 ldrv VRX_VRRD " " arch13 zarch
-e6003004 vllebrzg VRX_VRRD " " arch13 zarch
-e6006004 lerv VRX_VRRD " " arch13 zarch
-e6006004 vllebrze VRX_VRRD " " arch13 zarch
-
-e601 vlebrh VRX_VRRDU " " arch13 zarch
-e603 vlebrf VRX_VRRDU " " arch13 zarch
-e602 vlebrg VRX_VRRDU " " arch13 zarch
-
-e605 vlbrrep VRX_VRRDU " " arch13 zarch
-e6001005 vlbrreph VRX_VRRD " " arch13 zarch
-e6002005 vlbrrepf VRX_VRRD " " arch13 zarch
-e6003005 vlbrrepg VRX_VRRD " " 

commit libqt5-qtwebengine for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libqt5-qtwebengine for 
openSUSE:Factory checked in at 2020-01-23 16:10:48

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


Package is "libqt5-qtwebengine"

Thu Jan 23 16:10:48 2020 rev:53 rq:765994 version:5.14.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes
2020-01-19 20:54:56.115971385 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.26092/libqt5-qtwebengine.changes
 2020-01-23 16:12:31.239692963 +0100
@@ -1,0 +2,5 @@
+Mon Jan 20 15:00:59 UTC 2020 - Guillaume GARDET 
+
+- Disable valgrind on %arm due to boo#1130395
+
+---



Other differences:
--
++ libqt5-qtwebengine.spec ++
--- /var/tmp/diff_new_pack.iAqZqB/_old  2020-01-23 16:12:35.719695619 +0100
+++ /var/tmp/diff_new_pack.iAqZqB/_new  2020-01-23 16:12:35.719695619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebengine
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright © 2017 Kevin Kofler 
 #
 # All modifications and additions to the file contributed by third parties
@@ -57,7 +57,7 @@
 Summary:Qt 5 WebEngine Library
 License:LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Libraries/X11
-Url:https://www.qt.io
+URL:https://www.qt.io
 %define base_name libqt5
 %define real_version 5.14.0
 %define so_version 5.14.0
@@ -113,7 +113,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  usbutils
 BuildRequires:  util-linux
+%ifnarch %arm
 BuildRequires:  valgrind-devel
+%endif
 BuildRequires:  wdiff
 BuildRequires:  xz
 BuildRequires:  yasm




commit polkit-default-privs for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2020-01-23 16:10:45

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


Package is "polkit-default-privs"

Thu Jan 23 16:10:45 2020 rev:179 rq:766089 version:13.2+20200121.bfca858

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2020-01-16 22:53:59.647490903 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new.26092/polkit-default-privs.changes
 2020-01-23 16:12:29.583691982 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 14:24:51 UTC 2020 - matthias.gerst...@suse.com
+
+- Update to version 13.2+20200121.bfca858:
+  * systemd networkd incremental polkit rules (bsc#1161328)
+
+---

Old:

  polkit-default-privs-13.2+20200116.0f7fd4b.tar.xz

New:

  polkit-default-privs-13.2+20200121.bfca858.tar.xz



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.DLpoBo/_old  2020-01-23 16:12:30.931692781 +0100
+++ /var/tmp/diff_new_pack.DLpoBo/_new  2020-01-23 16:12:30.931692781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit-default-privs
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -23,7 +23,7 @@
 %endif
 
 Name:   polkit-default-privs
-Version:13.2+20200116.0f7fd4b
+Version:13.2+20200121.bfca858
 Release:0
 Summary:SUSE PolicyKit default permissions
 License:GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.DLpoBo/_old  2020-01-23 16:12:30.955692795 +0100
+++ /var/tmp/diff_new_pack.DLpoBo/_new  2020-01-23 16:12:30.955692795 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/polkit-default-privs.git
-  0f7fd4bb02d5a0be9a5180f56cf521198370830b
\ No newline at end of file
+  bfca8588fca7816a47acc6f803b5f2d57cf743ad
\ No newline at end of file

++ polkit-default-privs-13.2+20200116.0f7fd4b.tar.xz -> 
polkit-default-privs-13.2+20200121.bfca858.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2+20200116.0f7fd4b/profiles/polkit-default-privs.easy
 
new/polkit-default-privs-13.2+20200121.bfca858/profiles/polkit-default-privs.easy
--- 
old/polkit-default-privs-13.2+20200116.0f7fd4b/profiles/polkit-default-privs.easy
   2020-01-16 15:42:30.0 +0100
+++ 
new/polkit-default-privs-13.2+20200121.bfca858/profiles/polkit-default-privs.easy
   2020-01-21 15:22:15.0 +0100
@@ -440,6 +440,10 @@
 org.freedesktop.network1.set-llmnr  auth_admin_keep
 org.freedesktop.network1.set-mdns   auth_admin_keep
 org.freedesktop.network1.set-ntp-serversauth_admin_keep
+# networkd follow-up (bsc#1161328)
+org.freedesktop.network1.reconfigure
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.network1.reload 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.network1.renew  
auth_admin:auth_admin:auth_admin_keep
 
 # gnome-control-center
 org.gnome.randr.install-system-wide auth_admin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2+20200116.0f7fd4b/profiles/polkit-default-privs.restrictive
 
new/polkit-default-privs-13.2+20200121.bfca858/profiles/polkit-default-privs.restrictive
--- 
old/polkit-default-privs-13.2+20200116.0f7fd4b/profiles/polkit-default-privs.restrictive
2020-01-16 15:42:30.0 +0100
+++ 
new/polkit-default-privs-13.2+20200121.bfca858/profiles/polkit-default-privs.restrictive
2020-01-21 15:22:15.0 +0100
@@ -426,6 +426,10 @@
 org.freedesktop.network1.set-llmnr  auth_admin
 org.freedesktop.network1.set-mdns   auth_admin
 org.freedesktop.network1.set-ntp-serversauth_admin
+# networkd follow-up (bsc#1161328)
+org.freedesktop.network1.reconfigure
auth_admin:auth_admin:auth_admin
+org.freedesktop.network1.reload 
auth_admin:auth_admin:auth_admin
+org.freedesktop.network1.renew  
auth_admin:auth_admin:auth_admin
 
 # gnome-control-center
 

commit autogen for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package autogen for openSUSE:Factory checked 
in at 2020-01-23 16:10:51

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


Package is "autogen"

Thu Jan 23 16:10:51 2020 rev:49 rq:766046 version:5.18.16

Changes:

--- /work/SRC/openSUSE:Factory/autogen/autogen.changes  2019-03-27 
16:14:36.615618480 +0100
+++ /work/SRC/openSUSE:Factory/.autogen.new.26092/autogen.changes   
2020-01-23 16:12:38.551697296 +0100
@@ -1,0 +2,5 @@
+Tue Jan 21 10:41:18 UTC 2020 - Andreas Schwab 
+
+- guile-version.patch: Allow building with guile 3.0
+
+---

New:

  guile-version.patch



Other differences:
--
++ autogen.spec ++
--- /var/tmp/diff_new_pack.jEYUtU/_old  2020-01-23 16:12:40.027698171 +0100
+++ /var/tmp/diff_new_pack.jEYUtU/_new  2020-01-23 16:12:40.031698173 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autogen
 #
-# 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
@@ -34,6 +34,8 @@
 Patch4: sprintf-overflow.patch
 # PATCH-FIX-UPSTREAM -- https://sourceforge.net/p/autogen/bugs/193/#5844
 Patch5: gcc9-fix-wrestrict.patch
+# PATCH-FIX-UPSTREAM Allow building with guile 3.0
+Patch6: guile-version.patch
 BuildRequires:  fdupes
 BuildRequires:  guile-devel
 BuildRequires:  makeinfo
@@ -89,6 +91,8 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+touch aclocal.m4 configure Makefile.in config-h.in
 
 %build
 %configure \

++ guile-version.patch ++
Index: autogen-5.18.16/agen5/guile-iface.h
===
--- autogen-5.18.16.orig/agen5/guile-iface.h
+++ autogen-5.18.16/agen5/guile-iface.h
@@ -9,7 +9,7 @@
 # error AutoGen does not work with this version of Guile
   choke me.
 
-#elif GUILE_VERSION < 203000
+#elif GUILE_VERSION <= 30
 # define AG_SCM_IS_PROC(_p)   scm_is_true( scm_procedure_p(_p))
 # define AG_SCM_LIST_P(_l)scm_is_true( scm_list_p(_l))
 # define AG_SCM_PAIR_P(_p)scm_is_true( scm_pair_p(_p))
Index: autogen-5.18.16/config/guile.m4
===
--- autogen-5.18.16.orig/config/guile.m4
+++ autogen-5.18.16/config/guile.m4
@@ -61,7 +61,7 @@
 #
 AC_DEFUN([GUILE_PKG],
  [PKG_PROG_PKG_CONFIG
-  _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])"
+  _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])"
   if test -n "$GUILE_EFFECTIVE_VERSION"; then
 _guile_tmp=""
 for v in $_guile_versions_to_search; do
Index: autogen-5.18.16/configure
===
--- autogen-5.18.16.orig/configure
+++ autogen-5.18.16/configure
@@ -14799,7 +14799,7 @@ $as_echo "no" >&6; }
PKG_CONFIG=""
fi
 fi
-  _guile_versions_to_search="2.2 2.0 1.8"
+  _guile_versions_to_search="3.0 2.2 2.0 1.8"
   if test -n "$GUILE_EFFECTIVE_VERSION"; then
 _guile_tmp=""
 for v in $_guile_versions_to_search; do



commit python-zope.proxy for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-zope.proxy for 
openSUSE:Factory checked in at 2020-01-23 16:10:59

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


Package is "python-zope.proxy"

Thu Jan 23 16:10:59 2020 rev:8 rq:766056 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-zope.proxy/python-zope.proxy.changes  
2019-07-22 17:19:04.581925699 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.proxy.new.26092/python-zope.proxy.changes
   2020-01-23 16:12:42.535699657 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 11:05:09 UTC 2020 - Marketa Calabkova 
+
+- update to 4.3.3
+  * Add support for Python 3.8.
+  * Drop support for Python 3.4.
+
+---

Old:

  zope.proxy-4.3.2.tar.gz

New:

  zope.proxy-4.3.3.tar.gz



Other differences:
--
++ python-zope.proxy.spec ++
--- /var/tmp/diff_new_pack.aUqKBV/_old  2020-01-23 16:12:44.143700611 +0100
+++ /var/tmp/diff_new_pack.aUqKBV/_new  2020-01-23 16:12:44.143700611 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.proxy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:   python-zope.proxy%{psuffix}
-Version:4.3.2
+Version:4.3.3
 Release:0
 Summary:Generic Transparent Proxies
 License:ZPL-2.1

++ zope.proxy-4.3.2.tar.gz -> zope.proxy-4.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.proxy-4.3.2/.travis.yml 
new/zope.proxy-4.3.3/.travis.yml
--- old/zope.proxy-4.3.2/.travis.yml2019-07-12 16:09:00.0 +0200
+++ new/zope.proxy-4.3.3/.travis.yml2019-11-11 19:13:30.0 +0100
@@ -1,35 +1,112 @@
 language: python
-sudo: false
+
+env:
+  global:
+TWINE_USERNAME: zope.wheelbuilder
+TWINE_PASSWORD:
+  secure: 
"BWyhZtoO9jM3vatjfwdloThv7RY2p8AaN3D8T/8nEIupcgT5E6QKfLlIDibtlMNds2UU0q/HOJiSM/CwBsm5nzMke55m8OhfxfyHG+5TuBafwHtEkMyXe1VQtxnyB7Rlya2ylI9f4/3qXYqyLinBr3F+osE1g2nQmqQL2tpNmRA="
+
 python:
-- 2.7
-- 3.4
-- 3.5
-- 3.6
-- pypy
-- pypy3
-matrix:
-include:
-- python: "2.7"
-  env: PURE_PYTHON=1
-- python: "3.7"
-  dist: xenial
-  sudo: true
+  - 2.7
+  - 3.5
+  - 3.6
+  - 3.7
+  - 3.8
+  - pypy
+  - pypy3
+
+jobs:
+  include:
+- name: "Python: 2.7, pure (no C extensions)"
+  python: "2.7"
+  env: PURE_PYTHON=1
+
+# manylinux wheel builds
+- name: 64-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+- name: 32-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_i686 PRE_CMD=linux32
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+# It's important to use 'macpython' builds to get the least
+# restrictive wheel tag. It's also important to avoid
+# 'homebrew 3' because it floats instead of being a specific version.
+- name: Python 2.7 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 2.7.17'
+- name: Python 3.5 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.5'
+- name: Python 3.6 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.6.0'
+- name: Python 3.7 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.7.0'
+
+before_install:
+  - |
+if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+  git clone https://github.com/MacPython/terryfy
+  source terryfy/travis_tools.sh
+  get_python_environment $TERRYFY_PYTHON venv
+fi
+
 install:
-- pip install -U pip
-- pip install -U setuptools
-- pip install -U coverage coveralls
-- pip install -e .[test,docs]
+  - pip install -U pip
+  - pip install -U setuptools
+  - pip install -U coverage coveralls
+  # NB: let's install . (zope.proxy) first separately, because we have a nasty
+  # dependency loop: .[test] wants zope.security that setup_requires zope.proxy
+  # (and setup_requires is broken on Mac OS Python 3.5 due to TLS version
+  # compatibility issues that pip knows how to work around, but setuptools
+  # don't).
+  - pip install -e .
+  - pip install -e 

commit ImageMagick for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2020-01-23 16:10:30

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


Package is "ImageMagick"

Thu Jan 23 16:10:30 2020 rev:196 rq:765988 version:7.0.9.17

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2020-01-19 
20:51:02.747848801 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new.26092/ImageMagick.changes   
2020-01-23 16:11:30.095656730 +0100
@@ -1,0 +2,14 @@
+Tue Jan 21 07:53:45 UTC 2020 - pgaj...@suse.com
+
+- version update to 7.0.9.17
+  * Allow larger negative interline spacing (reference
+https://imagemagick.org/discourse-server/viewtopic.php?f=1=37391).
+  * Conditional compile for huge xml pages for RSVG delegate library.
+  * Put "width" property in the PNG namespace (reference
+https://github.com/ImageMagick/ImageMagick/issues/1833).
+  * -combine -colorspace sRGB no longer returns grayscale output (reference
+https://github.com/ImageMagick/ImageMagick/issues/1835).
+  * Support Jzazbz colorspace (contributed by snibgo @
+http://im.snibgo.com/jzazbz.htm).
+
+---

Old:

  ImageMagick-7.0.9-16.tar.bz2
  ImageMagick-7.0.9-16.tar.bz2.asc

New:

  ImageMagick-7.0.9-17.tar.bz2
  ImageMagick-7.0.9-17.tar.bz2.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.YJQYOg/_old  2020-01-23 16:11:31.767657721 +0100
+++ /var/tmp/diff_new_pack.YJQYOg/_new  2020-01-23 16:11:31.767657721 +0100
@@ -20,7 +20,7 @@
 %define asan_build 0
 %define maj7
 %define mfr_version%{maj}.0.9
-%define mfr_revision   16
+%define mfr_revision   17
 %define quantum_depth  16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver7

++ ImageMagick-7.0.9-16.tar.bz2 -> ImageMagick-7.0.9-17.tar.bz2 ++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.9-16.tar.bz2 
/work/SRC/openSUSE:Factory/.ImageMagick.new.26092/ImageMagick-7.0.9-17.tar.bz2 
differ: char 11, line 1





commit 000release-packages for openSUSE:Leap:15.2

2020-01-23 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-23 15:20:47

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"

Thu Jan 23 15:20:47 2020 rev:831 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.KKQEam/_old  2020-01-23 15:20:49.322167749 +0100
+++ /var/tmp/diff_new_pack.KKQEam/_new  2020-01-23 15:20:49.326167751 +0100
@@ -5561,6 +5561,7 @@
 Provides: weakremover(ptscotch_6_0_6-gnu-openmpi3-hpc-devel)
 Provides: weakremover(ptscotch_6_0_6-gnu-openmpi3-hpc-devel-static)
 Provides: weakremover(python-ldb-32bit)
+Provides: weakremover(python-libkolabxml1)
 Provides: weakremover(python-mlt)
 Provides: weakremover(python-talloc-32bit)
 Provides: weakremover(python-tdb-32bit)




commit nginx for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2020-01-23 15:55:25

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


Package is "nginx"

Thu Jan 23 15:55:25 2020 rev:45 rq:766541 version:1.17.7

Changes:

--- /work/SRC/openSUSE:Factory/nginx/nginx.changes  2019-12-30 
12:35:32.939827637 +0100
+++ /work/SRC/openSUSE:Factory/.nginx.new.26092/nginx.changes   2020-01-23 
15:55:44.151121550 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 16:35:28 UTC 2020 - Thorsten Kukuk 
+
+- Use systemd_ordering instead of systemd_requires, nginx is useable
+  without sysemd, too.
+
+---



Other differences:
--
++ nginx.spec ++
--- /var/tmp/diff_new_pack.fNXZBo/_old  2020-01-23 15:55:47.115123150 +0100
+++ /var/tmp/diff_new_pack.fNXZBo/_new  2020-01-23 15:55:47.115123150 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nginx
 #
-# 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
@@ -131,7 +131,7 @@
 #
 %if %{with systemd}
 BuildRequires:  pkgconfig(systemd)
-%{?systemd_requires}
+%{?systemd_ordering}
 %else
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq






commit libcpuid for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libcpuid for openSUSE:Factory 
checked in at 2020-01-23 15:55:29

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


Package is "libcpuid"

Thu Jan 23 15:55:29 2020 rev:4 rq:766548 version:0.4.1+git.20200102

Changes:

--- /work/SRC/openSUSE:Factory/libcpuid/libcpuid.changes2019-02-27 
17:28:29.263335006 +0100
+++ /work/SRC/openSUSE:Factory/.libcpuid.new.26092/libcpuid.changes 
2020-01-23 15:55:49.723124559 +0100
@@ -1,0 +2,16 @@
+Thu Jan 23 10:08:59 UTC 2020 - Martin Pluskal 
+
+- Update to version 0.4.1+git.20200102:
+  * DB: Add Threadripper (Castle Peak)
+  * Fix compilation on non-x86/ARM architectures.
+  * Add support for get_total_cpus on Haiku.
+  * Some typo fixes in human readable text.
+  * Add Xeon CLX (Cascade lake-based) using data from PR #129
+  * add support to feature intel avx512_vnni
+  * AARCH64 stub
+  * Ignore convert_instlatx64 binary
+  * add Hygon Dhyana C86 7seris test file
+  * Add Hygon Dhyana detect support
+- Switch to _service
+
+---

Old:

  libcpuid-0.4.1.tar.gz

New:

  _service
  _servicedata
  libcpuid-0.4.1+git.20200102.obscpio
  libcpuid.obsinfo



Other differences:
--
++ libcpuid.spec ++
--- /var/tmp/diff_new_pack.wzhXhP/_old  2020-01-23 15:55:52.163125877 +0100
+++ /var/tmp/diff_new_pack.wzhXhP/_new  2020-01-23 15:55:52.163125877 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcpuid
 #
-# 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,34 +18,31 @@
 
 %define so_ver  14
 Name:   libcpuid
-Version:0.4.1
+Version:0.4.1+git.20200102
 Release:0
 Summary:Library providing x86 CPU identification
 License:BSD-2-Clause
 Group:  Development/Libraries/C and C++
 URL:https://github.com/anrieff/libcpuid
-Source0:
https://github.com/anrieff/libcpuid/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  help2man
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python2-base
-ExclusiveArch:  %{ix86} x86_64
 
 %description
 Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
 
 %package tools
 Summary:Tools based on %{name}
-Group:  Hardware/Other
 
 %description tools
 This package provides tools based on %{name}.
 
 %package devel
 Summary:Development files for %{name}
-Group:  Development/Libraries/C and C++
 Requires:   %{name}%{so_ver} = %{version}
 
 %description devel
@@ -56,10 +53,10 @@
 
 %package -n %{name}%{so_ver}
 Summary:Library providing CPU identification for x86
-Group:  System/Libraries
 
 %description -n %{name}%{so_ver}
-Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
+Libcpuid provides CPU identification for the x86 (and x86_64)
+architectures.
 
 %prep
 %setup -q
@@ -68,7 +65,7 @@
 autoreconf -fiv
 %configure \
   --enable-static=no
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install

++ _service ++

  
g...@github.com:anrieff/libcpuid.git
git
enable
libcpuid
0.4.1+git.%cd
  
  
  
  
*.tar
gz
  

++ _servicedata ++


g...@github.com:anrieff/libcpuid.git
  5f7f3c26cccdadc33666264cb945b7f5ffbc8e40++
 libcpuid.obsinfo ++
name: libcpuid
version: 0.4.1+git.20200102
mtime: 1577992339
commit: 7b360635aae7e9d6d161516f6d185aa5d2d8dd6c




commit asl for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package asl for openSUSE:Factory checked in 
at 2020-01-23 15:55:22

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


Package is "asl"

Thu Jan 23 15:55:22 2020 rev:31 rq:766572 version:1.42_bld144

Changes:

--- /work/SRC/openSUSE:Factory/asl/asl.changes  2019-11-06 13:52:53.579947450 
+0100
+++ /work/SRC/openSUSE:Factory/.asl.new.26092/asl.changes   2020-01-23 
15:55:41.159119934 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 11:05:16 UTC 2020 - Andreas Schwab 
+
+- asl-riscv64.patch: add sysdefs for riscv64
+
+---

New:

  asl-riscv64.patch



Other differences:
--
++ asl.spec ++
--- /var/tmp/diff_new_pack.AveqRW/_old  2020-01-23 15:55:42.811120826 +0100
+++ /var/tmp/diff_new_pack.AveqRW/_new  2020-01-23 15:55:42.815120828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package asl
 #
-# 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
@@ -21,10 +21,11 @@
 Release:0
 Summary:Macro Assembler AS
 License:GPL-2.0-or-later
-Url:http://john.ccac.rwth-aachen.de:8000/as/
+URL:http://john.ccac.rwth-aachen.de:8000/as/
 Source: 
http://john.ccac.rwth-aachen.de:8000/ftp/as/source/c_version/asl-current-142-bld115.tar.bz2
 Patch0: asl-buildfixes.patch
 Patch2: asl-ppc64.patch
+Patch3: asl-riscv64.patch
 BuildRequires:  gcc-c++
 Obsoletes:  %{name}-doc
 
@@ -38,6 +39,7 @@
 %setup -q -n asl-current
 %patch0 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags} -fno-strict-aliasing"

++ asl-riscv64.patch ++
Index: asl-current/sysdefs.h
===
--- asl-current.orig/sysdefs.h
+++ asl-current/sysdefs.h
@@ -1458,6 +1458,39 @@ typedef unsigned long long Card64;
 #endif /* __arm */
 
 /*===*/
+/* RISC-V platform */
+
+#if defined __riscv && __riscv_xlen == 64
+
+#define ARCHPRNAME "riscv64"
+
+/*---*/
+/* RISC-V 64-bit linux with GCC */
+
+#if defined __linux__
+#define ARCHSYSNAME "unknown-linux"
+#define DEFSMADE
+#define OPENRDMODE "r"
+#define OPENWRMODE "w"
+#define OPENUPMODE "r+"
+#define IEEEFLOAT
+typedef signed char Integ8;
+typedef unsigned char Card8;
+typedef signed short Integ16;
+typedef unsigned short Card16;
+#define HAS16
+typedef signed int Integ32;
+#define PRIInteg32 "d"
+typedef unsigned int Card32;
+typedef signed long Integ64;
+typedef unsigned long Card64;
+#define HAS64
+#define LOCALE_NLS
+#endif /* __linux__ */
+
+#endif /* __riscv */
+
+/*===*/
 /* Misc... */
 
 /*---*/



commit 000product for openSUSE:Factory

2020-01-23 Thread root
Hello community,

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

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


Package is "000product"

Thu Jan 23 15:56:43 2020 rev:2059 rq: version:unknown
Thu Jan 23 15:56:43 2020 rev:2060 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.RUhine/_old  2020-01-23 15:56:48.751156441 +0100
+++ /var/tmp/diff_new_pack.RUhine/_new  2020-01-23 15:56:48.751156441 +0100
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20200122
+  20200123
   
   0
   openSUSE-MicroOS

++ openSUSE.product ++
--- /var/tmp/diff_new_pack.RUhine/_old  2020-01-23 15:56:48.767156450 +0100
+++ /var/tmp/diff_new_pack.RUhine/_new  2020-01-23 15:56:48.767156450 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20200122
+  20200123
   0
 
   openSUSE




commit 000product for openSUSE:Factory

2020-01-23 Thread root
Hello community,

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

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


Package is "000product"

Thu Jan 23 15:56:41 2020 rev:2058 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.6SKzPV/_old  2020-01-23 15:56:46.751155361 +0100
+++ /var/tmp/diff_new_pack.6SKzPV/_new  2020-01-23 15:56:46.751155361 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20200122
+    20200123
 0 
 openSUSE NonOSS Addon
 non oss addon




commit libvirt for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2020-01-23 16:07:39

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


Package is "libvirt"

Thu Jan 23 16:07:39 2020 rev:297 rq:764823 version:6.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2020-01-13 
22:19:00.142448041 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new.26092/libvirt.changes   
2020-01-23 16:07:40.959520946 +0100
@@ -1,0 +2,13 @@
+Wed Jan 15 19:27:10 UTC 2020 - James Fehlig 
+
+- Update to libvirt 6.0.0
+  - jsc#SLE-6997, jsc#SLE-6998
+  - Many incremental improvements and bug fixes, see
+https://libvirt.org/news.html
+  - Dropped patches:
+0a65cba4-news-fix.patch 07aaced4-Add-TAA-No.patch,
+f411b7ef6-Add-TSX-CTRL.patch, 50d7465f-qemu-firmware1.patch,
+57f9067c-qemu-firmware2.patch, 7c5264d2-qemu-firmware3.patch,
+8e1804f9-qemu-firmware4.patch, 8fcee478-qemu-firmware5.patch
+
+---

Old:

  07aaced4-Add-TAA-No.patch
  0a65cba4-news-fix.patch
  50d7465f-qemu-firmware1.patch
  57f9067c-qemu-firmware2.patch
  7c5264d2-qemu-firmware3.patch
  8e1804f9-qemu-firmware4.patch
  8fcee478-qemu-firmware5.patch
  f411b7ef6-Add-TSX-CTRL.patch
  libvirt-5.10.0.tar.xz
  libvirt-5.10.0.tar.xz.asc

New:

  libvirt-6.0.0.tar.xz
  libvirt-6.0.0.tar.xz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.P4jzfC/_old  2020-01-23 16:07:43.507522456 +0100
+++ /var/tmp/diff_new_pack.P4jzfC/_new  2020-01-23 16:07:43.511522458 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -33,7 +33,6 @@
 # Then the hypervisor drivers that run outside libvirtd, in libvirt.so
 %define with_openvz0%{!?_without_openvz:1}
 %define with_vmware0%{!?_without_vmware:1}
-%define with_phyp  0%{!?_without_phyp:0}
 %define with_esx   0%{!?_without_esx:1}
 %define with_hyperv0%{!?_without_hyperv:0}
 
@@ -98,11 +97,6 @@
 %define with_hyperv0
 %endif
 
-# Enable phyp driver for IBM Power systems
-%ifarch ppc64
-%define with_phyp  1
-%endif
-
 # Enable firewalld support in newer code bases
 %if 0%{?suse_version} >= 1500
 %define with_firewalld 1
@@ -191,7 +185,7 @@
 
 Name:   libvirt
 URL:http://libvirt.org/
-Version:5.10.0
+Version:6.0.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later
@@ -250,6 +244,7 @@
 BuildRequires:  libxslt
 BuildRequires:  perl
 BuildRequires:  python3
+BuildRequires:  python3-docutils
 BuildRequires:  readline-devel
 # rpcgen is needed since we have a patch touching remote_protocol.x
 BuildRequires:  rpcgen
@@ -343,14 +338,6 @@
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
 # Upstream patches
-Patch0: 0a65cba4-news-fix.patch
-Patch1: 07aaced4-Add-TAA-No.patch
-Patch2: f411b7ef6-Add-TSX-CTRL.patch
-Patch3: 50d7465f-qemu-firmware1.patch
-Patch4: 57f9067c-qemu-firmware2.patch
-Patch5: 7c5264d2-qemu-firmware3.patch
-Patch6: 8e1804f9-qemu-firmware4.patch
-Patch7: 8fcee478-qemu-firmware5.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
@@ -884,14 +871,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
 %patch100 -p1
 %patch101 -p1
 %patch150 -p1
@@ -940,11 +919,6 @@
 %else
 %define arg_vbox --without-vbox
 %endif
-%if %{with_phyp}
-%define arg_phyp --with-phyp
-%else
-%define arg_phyp --without-phyp
-%endif
 %if %{with_esx}
 %define arg_esx --with-esx
 %else
@@ -1061,7 +1035,6 @@
--with-sasl \
--with-polkit \
--with-libvirtd \
-   %{?arg_phyp} \
%{?arg_esx} \
%{?arg_hyperv} \
%{?arg_vmware} \
@@ -1855,7 +1828,6 @@
 %{_sbindir}/rclibvirt-guests
 
 %files libs -f %{_vpath_builddir}/%{name}.lang
-%doc AUTHORS NEWS README README.md COPYING COPYING.LESSER 
 %config(noreplace) %{_sysconfdir}/%{name}/libvirt.conf
 %config(noreplace) %{_sysconfdir}/%{name}/libvirt-admin.conf
 %{_libdir}/libvirt.so.*
@@ -1869,8 +1841,9 @@
 
 %{_datadir}/%{name}/schemas/basictypes.rng
 %{_datadir}/%{name}/schemas/capability.rng

commit fillup for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package fillup for openSUSE:Factory checked 
in at 2020-01-23 16:07:36

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


Package is "fillup"

Thu Jan 23 16:07:36 2020 rev:26 rq:764586 version:1.42

Changes:

--- /work/SRC/openSUSE:Factory/fillup/fillup.changes2017-11-30 
12:31:46.983607051 +0100
+++ /work/SRC/openSUSE:Factory/.fillup.new.26092/fillup.changes 2020-01-23 
16:07:38.839519690 +0100
@@ -1,0 +2,6 @@
+Wed Jan 15 09:38:33 UTC 2020 - Adam Majer 
+
+- fillup-fno-common.patch: fix compilation on Tumbleweed
+  (boo#1160871)
+
+---

New:

  fillup-fno-common.patch



Other differences:
--
++ fillup.spec ++
--- /var/tmp/diff_new_pack.1g2BjJ/_old  2020-01-23 16:07:40.455520648 +0100
+++ /var/tmp/diff_new_pack.1g2BjJ/_new  2020-01-23 16:07:40.455520648 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillup
 #
-# Copyright (c) 2017 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,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/
 #
 
 
@@ -25,7 +25,7 @@
 Version:1.42
 Release:0
 Summary:Tool for Merging Config Files
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Base
 Url:http://github.com/openSUSE/fillup
 Source: fillup-%{version}.tar.bz2
@@ -35,6 +35,7 @@
 Patch3: fillup-retval.dif
 Patch4: fillup-nodate.patch
 Patch5: fillup-1.42-cloexec.patch
+Patch6: fillup-fno-common.patch
 Provides:   aaa_base:/bin/fillup
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -52,6 +53,7 @@
 %patch3
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 make %{?_smp_mflags} compile COMPILE_OPTION=OPTIMIZE OPTISPLUS="%{optflags}"

++ fillup-fno-common.patch ++
Index: fillup-1.42/SRC/fillup_cfg.h
===
--- fillup-1.42.orig/SRC/fillup_cfg.h
+++ fillup-1.42/SRC/fillup_cfg.h
@@ -23,9 +23,9 @@
 
 /* VARIABLES 
-*/
 
-const char* cfg_delimiter;
-const char* cfg_commentMarker;
-const char* cfg_quotingMarker;
+extern const char* cfg_delimiter;
+extern const char* cfg_commentMarker;
+extern const char* cfg_quotingMarker;
 
 
/**/
 



commit python-libvirt-python for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-libvirt-python for 
openSUSE:Factory checked in at 2020-01-23 16:07:51

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


Package is "python-libvirt-python"

Thu Jan 23 16:07:51 2020 rev:30 rq:765097 version:6.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-libvirt-python/python-libvirt-python.changes  
2019-12-07 15:17:52.867774660 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-libvirt-python.new.26092/python-libvirt-python.changes
   2020-01-23 16:07:57.307530634 +0100
@@ -1,0 +2,9 @@
+Wed Jan 15 19:33:21 UTC 2020 - James Fehlig 
+
+- Update to 6.0.0
+  - Add all new APIs and constants in libvirt 6.0.0
+  - Revert commit b22e4f24 to retain python2 support a bit longer
+on SUSE
+revert-b22e4f24.patch
+
+---

Old:

  libvirt-python-5.10.0.tar.gz
  libvirt-python-5.10.0.tar.gz.asc

New:

  libvirt-python-6.0.0.tar.gz
  libvirt-python-6.0.0.tar.gz.asc
  revert-b22e4f24.patch



Other differences:
--
++ python-libvirt-python.spec ++
--- /var/tmp/diff_new_pack.SCbiZ1/_old  2020-01-23 16:07:58.215531172 +0100
+++ /var/tmp/diff_new_pack.SCbiZ1/_new  2020-01-23 16:07:58.219531175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-libvirt-python
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -20,7 +20,7 @@
 %define srcname libvirt-python
 Name:   python-libvirt-python
 URL:https://libvirt.org/
-Version:5.10.0
+Version:6.0.0
 Release:0
 Summary:Library providing a virtualization API
 License:LGPL-2.1-or-later
@@ -28,6 +28,7 @@
 Source0:%{srcname}-%{version}.tar.gz
 Source1:%{srcname}-%{version}.tar.gz.asc
 Source2:python-libvirt-python.keyring
+Patch0: revert-b22e4f24.patch
 BuildRequires:  fdupes
 BuildRequires:  libvirt-devel = %{version}
 BuildRequires:  python-rpm-macros
@@ -49,6 +50,7 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}
+%patch0 -p1
 
 # Unset execute bit for example scripts; it can introduce spurious
 # RPM dependencies, like /usr/bin/python which can pull in python2

++ libvirt-python-5.10.0.tar.gz -> libvirt-python-6.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.10.0/ChangeLog 
new/libvirt-python-6.0.0/ChangeLog
--- old/libvirt-python-5.10.0/ChangeLog 2019-12-02 20:45:48.0 +0100
+++ new/libvirt-python-6.0.0/ChangeLog  2020-01-15 16:22:50.0 +0100
@@ -1,3 +1,48 @@
+2020-01-03 Daniel P. Berrangé  
+
+Add overrides for network port UUID getter/lookup methods
+The generator creates broken code for all these methods.
+
+Reviewed-by: Fabiano Fidêncio 
+
+
+2020-01-03 Daniel P. Berrangé  
+
+fix class type instantiated when listing network ports
+Reviewed-by: Erik Skultety 
+
+
+2019-12-09 Andrea Bolognani  
+
+setup: Accept 'nosetests3' as nosetests binary
+This is the name used on Ubuntu.
+
+Reviewed-by: Daniel P. Berrangé 
+
+
+2019-12-06 Daniel P. Berrangé  
+
+Fix RPM deps for centos 7
+Reviewed-by: Andrea Bolognani 
+
+
+2019-12-04 Daniel P. Berrangé  
+
+Drop support for python 2
+python2 will be end of life by the time of the next
+libvirt release. All our supported build targets, including
+CentOS7, have a python3 build available.
+
+Reviewed-by: Michal Privoznik 
+
+
+2019-12-02 Daniel Veillard  
+
+Release of libvirt-python 5.10.0
+* setup.py: update for release
+
+
+
 2019-11-28 Pavel Hrdina  
 
 generator.py: add mapping for VIR_DOMAIN_QEMU_AGENT_COMMAND_*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libvirt-python-5.10.0/PKG-INFO 
new/libvirt-python-6.0.0/PKG-INFO
--- old/libvirt-python-5.10.0/PKG-INFO  2019-12-02 20:45:48.0 +0100
+++ new/libvirt-python-6.0.0/PKG-INFO   2020-01-15 16:22:50.0 +0100
@@ -1,13 +1,13 @@
 Metadata-Version: 1.1
 Name: libvirt-python
-Version: 5.10.0
+Version: 6.0.0
 Summary: The libvirt virtualization API python binding
 Home-page: http://www.libvirt.org
 Author: Libvirt Maintainers
 Author-email: libvir-l...@redhat.com
 License: LGPLv2+
 Description: The libvirt-python package provides a module that permits 
applications
-written in the Python 

commit runc for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2020-01-23 16:07:57

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


Package is "runc"

Thu Jan 23 16:07:57 2020 rev:26 rq:765105 version:1.0.0~rc9

Changes:

--- /work/SRC/openSUSE:Factory/runc/runc.changes2020-01-16 
18:19:51.960928151 +0100
+++ /work/SRC/openSUSE:Factory/.runc.new.26092/runc.changes 2020-01-23 
16:08:00.959532798 +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.NWPweF/_old  2020-01-23 16:08:02.743533855 +0100
+++ /var/tmp/diff_new_pack.NWPweF/_new  2020-01-23 16:08:02.771533872 +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() == 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 nghttp2 for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2020-01-23 16:08:08

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


Package is "nghttp2"

Thu Jan 23 16:08:08 2020 rev:61 rq:765254 version:1.40.0

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2019-09-04 
08:57:19.735081329 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new.26092/nghttp2.changes   
2020-01-23 16:08:12.807539819 +0100
@@ -1,0 +2,19 @@
+Tue Jan 14 18:01:52 UTC 2020 - Michał Rostecki 
+
+- Update to version 1.40.0
+  * lib: Add nghttp2_check_authority as public API
+  * lib: Fix the bug that stream is closed with wrong error code
+  * lib: Faster huffman encoding and decoding
+  * build: Avoid filename collision of static and dynamic lib
+  * build: Add new flag ENABLE_STATIC_CRT for Windows
+  * build: cmake: Support building nghttpx with systemd
+  * third-party: Update neverbleed to fix memory leak
+  * nghttpx: Fix bug that mruby is incorrectly shared between
+backends
+  * nghttpx: Reconnect h1 backend if it lost connection before
+sending headers
+  * nghttpx: Returns 408 if backend timed out before sending
+headers
+  * nghttpx: Fix request stal
+
+---

Old:

  nghttp2-1.39.2.tar.xz

New:

  nghttp2-1.40.0.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.vVhy0x/_old  2020-01-23 16:08:14.503540824 +0100
+++ /var/tmp/diff_new_pack.vVhy0x/_new  2020-01-23 16:08:14.507540827 +0100
@@ -29,7 +29,7 @@
 %bcond_with python
 %endif
 Name:   nghttp2%{psuffix}
-Version:1.39.2
+Version:1.40.0
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT

++ nghttp2-1.39.2.tar.xz -> nghttp2-1.40.0.tar.xz ++
 11311 lines of diff (skipped)




commit dwz for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package dwz for openSUSE:Factory checked in 
at 2020-01-23 16:08:00

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


Package is "dwz"

Thu Jan 23 16:08:00 2020 rev:11 rq:765149 version:0.13

Changes:

--- /work/SRC/openSUSE:Factory/dwz/dwz.changes  2019-12-07 15:12:01.675824394 
+0100
+++ /work/SRC/openSUSE:Factory/.dwz.new.26092/dwz.changes   2020-01-23 
16:08:06.363536001 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 06:30:58 UTC 2020 - Tom de Vries 
+
+- Fix reference from compilation unit to partial unit [swo#25398].
+  * dwz-fix-reference-from-pu-to-cu.patch
+
+---

New:

  dwz-fix-reference-from-pu-to-cu.patch



Other differences:
--
++ dwz.spec ++
--- /var/tmp/diff_new_pack.z9VyT7/_old  2020-01-23 16:08:07.455536648 +0100
+++ /var/tmp/diff_new_pack.z9VyT7/_new  2020-01-23 16:08:07.459536650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dwz
 #
-# 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
@@ -77,6 +77,7 @@
 Patch2: dwz-fix-die-no-multifile-propagation.patch
 Patch3: dwz-fix-assertion-off-cu_size-in-recompute_abbrevs.patch
 Patch4: dwz-fix-refd-NULL-assertion-in-write_die.patch
+Patch5: dwz-fix-reference-from-pu-to-cu.patch
 
 %if %{build_main}
 %description
@@ -109,6 +110,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}"

++ dwz-fix-reference-from-pu-to-cu.patch ++
Fix reference from PU to CU

[ Backport of master commit bce3238. ]

Consider the following situation:
- we have two duplicate chains: {A, B} and {C, D, E}
- each duplicate chain has a representant: A' and C'
- there's a pseudo-ref from Z to D, which is using one of the CU-local dwarf
  operators DW_OP_GNU_{{regval,deref,const}_type,convert,reinterpret} (which
  is summarized in the code by setting D->die_op_type_referenced).

Schematically this looks like this:
...
(A') d---> (A) --d--> (B)
|  |
r  r
|  |
v  v
(C') --d--> (C) --d--> (D) --d--> (E)
^
|
pr
|
   (Z)
...

Because the die D is referenced using a CU-local dwarf operator, the die is
kept in the CU (even though it's part of a duplicate chain), to keep the
pseudo-ref valid.  Also other CU-local refs to D keep pointing to D.

A situation however arises while writing out A' to a partial unit using A as
template, when we try to write out the reference to D, and arrive here in
in write_die with die == A', ref == A, refd == D and refdt == D:
...
  if (refdt->die_dup && refdt->die_op_type_referenced)
{
  if (cu == die_cu (refdt->die_dup))
refd = die_find_dup (refdt, refdt->die_dup, refd);
}
  else if (refdt->die_dup)
refd = die_find_dup (refdt, refdt->die_dup, refd);
...

The first if condition evaluates to true because D->die_dup == C' and
D->die_op_type_referenced == 1.

But the following (nested) if condition evalutes to false, because A' and C'
are not part of the same unit.

Consequently, refd remains D, and we get a reference from a die in a partial
unit (A') to a die in a compilation unit (D):
...
(A') d> (A) --d--> (B)
\|  |
 +---+   r  r
  \  |  |
   v v  v
(C') --d--> (C) --d--> (D) ---d--> (E)
^
|
pr
|
   (Z)
...

The behaviour that is triggered is one that is valid for writing out A, but is
incorrect because in fact we're writing out A' using A as template.  Note that
this problem would not have occurred if the pseudo-reference pointed to E
instead, in which case we would have had the expected reference from A' to C'.

Fix this by detecting that we're writing out A' (in other words,
cu->cu_kind == CU_PU), and skipping the die_op_type_referenced
handling in that case, resulting in a reference from A' to C'.

2020-01-16  Tom de Vries  

PR dwz/25398
* dwz.c (write_die): Skip die_op_type_referenced 

commit bash-completion for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2020-01-23 16:08:02

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


Package is "bash-completion"

Thu Jan 23 16:08:02 2020 rev:44 rq:765174 version:2.10

Changes:

--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2020-01-10 18:40:06.663484654 +0100
+++ 
/work/SRC/openSUSE:Factory/.bash-completion.new.26092/bash-completion.changes   
2020-01-23 16:08:07.659536768 +0100
@@ -1,0 +2,5 @@
+Fri Jan 17 09:56:00 UTC 2020 - Dr. Werner Fink 
+
+- Remove _adb as it seems to be broken anyway (boo#1161136) 
+
+---



Other differences:
--
++ bash-completion.spec ++
--- /var/tmp/diff_new_pack.JbaqxW/_old  2020-01-23 16:08:09.027537579 +0100
+++ /var/tmp/diff_new_pack.JbaqxW/_new  2020-01-23 16:08:09.027537579 +0100
@@ -147,6 +147,8 @@
 fi
 # shipping in devscripts now
 rm -vf %{buildroot}%{_datadir}/bash-completion/completions/bts
+# Seems to be broken (boo#1161136)
+rm -vf %{buildroot}%{_datadir}/bash-completion/completions/_adb
 %endif %build_core
 %if %build_doc
 pushd doc




commit ipset for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package ipset for openSUSE:Factory checked 
in at 2020-01-23 16:08:11

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


Package is "ipset"

Thu Jan 23 16:08:11 2020 rev:37 rq:765271 version:7.5

Changes:

--- /work/SRC/openSUSE:Factory/ipset/ipset.changes  2019-11-06 
15:16:13.853180785 +0100
+++ /work/SRC/openSUSE:Factory/.ipset.new.26092/ipset.changes   2020-01-23 
16:08:21.431544930 +0100
@@ -1,0 +2,9 @@
+Fri Jan 10 13:03:52 UTC 2020 - Jan Engelhardt 
+
+- Update to release 7.5
+  * netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO
+is present.
+  * netfilter: xt_set: Do not restrict --map-set to the
+mangle table.
+
+---

Old:

  ipset-7.4.tar.bz2

New:

  ipset-7.5.tar.bz2



Other differences:
--
++ ipset.spec ++
--- /var/tmp/diff_new_pack.mG9Nsn/_old  2020-01-23 16:08:22.935545821 +0100
+++ /var/tmp/diff_new_pack.mG9Nsn/_new  2020-01-23 16:08:22.939545823 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ipset
 #
-# 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,7 +25,7 @@
 %define ipset_build_kmp 0
 %endif
 Name:   ipset
-Version:7.4
+Version:7.5
 Release:0
 Summary:Netfilter ipset administration utility
 License:GPL-2.0-only

++ ipset-7.4.tar.bz2 -> ipset-7.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipset-7.4/ChangeLog new/ipset-7.5/ChangeLog
--- old/ipset-7.4/ChangeLog 2019-11-01 16:13:11.0 +0100
+++ new/ipset-7.5/ChangeLog 2020-01-09 20:28:32.0 +0100
@@ -1,3 +1,13 @@
+7.5
+  - configure.ac: Support building with old autoconf 2.63
+(Serhey Popovych)
+  - configure.ac: Build on kernels without skb->vlan_proto correctly
+(Serhey Popovych)
+  - configure.ac: Add cond_resched_rcu() checks (Serhey Popovych)
+  - configure.ac: Better match for ipv6_skip_exthdr() frag_offp
+arg presence (Serhey Popovych)
+  - Document explicitly that protocol is not stored in bitmap:port
+
 7.4
   - Fix compatibility support for netlink extended ACK and add
 synchronize_rcu_bh() checking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipset-7.4/Makefile.in new/ipset-7.5/Makefile.in
--- old/ipset-7.4/Makefile.in   2019-11-01 16:15:34.0 +0100
+++ new/ipset-7.5/Makefile.in   2020-01-09 20:30:11.0 +0100
@@ -314,6 +314,7 @@
 FGREP = @FGREP@
 GREP = @GREP@
 HAVE_CHECKENTRY_BOOL = @HAVE_CHECKENTRY_BOOL@
+HAVE_COND_RESCHED_RCU = @HAVE_COND_RESCHED_RCU@
 HAVE_ETHER_ADDR_COPY = @HAVE_ETHER_ADDR_COPY@
 HAVE_ETHER_ADDR_EQUAL = @HAVE_ETHER_ADDR_EQUAL@
 HAVE_EXPORT_H = @HAVE_EXPORT_H@
@@ -343,6 +344,7 @@
 HAVE_PASSING_EXTENDED_ACK_TO_CALLBACKS = 
@HAVE_PASSING_EXTENDED_ACK_TO_CALLBACKS@
 HAVE_PASSING_EXTENDED_ACK_TO_PARSERS = @HAVE_PASSING_EXTENDED_ACK_TO_PARSERS@
 HAVE_RBTREE_POSTORDER_FOR_EACH_ENTRY_SAFE = 
@HAVE_RBTREE_POSTORDER_FOR_EACH_ENTRY_SAFE@
+HAVE_SKB_IIF = @HAVE_SKB_IIF@
 HAVE_STATE_IN_XT_ACTION_PARAM = @HAVE_STATE_IN_XT_ACTION_PARAM@
 HAVE_STRSCPY = @HAVE_STRSCPY@
 HAVE_STRUCT_XT_ACTION_PARAM = @HAVE_STRUCT_XT_ACTION_PARAM@
@@ -353,6 +355,7 @@
 HAVE_TIMER_SETUP = @HAVE_TIMER_SETUP@
 HAVE_TYPEDEF_SCTP_SCTPHDR_T = @HAVE_TYPEDEF_SCTP_SCTPHDR_T@
 HAVE_USER_NS_IN_STRUCT_NET = @HAVE_USER_NS_IN_STRUCT_NET@
+HAVE_VLAN_PROTO_IN_SK_BUFF = @HAVE_VLAN_PROTO_IN_SK_BUFF@
 HAVE_VZALLOC = @HAVE_VZALLOC@
 HAVE_XT_FAMILY = @HAVE_XT_FAMILY@
 HAVE_XT_MTCHK_PARAM_STRUCT_NET = @HAVE_XT_MTCHK_PARAM_STRUCT_NET@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipset-7.4/configure new/ipset-7.5/configure
--- old/ipset-7.4/configure 2019-11-01 16:15:33.0 +0100
+++ new/ipset-7.5/configure 2020-01-09 20:30:10.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ipset 7.4.
+# Generated by GNU Autoconf 2.69 for ipset 7.5.
 #
 # Report bugs to .
 #
@@ -594,8 +594,8 @@
 # Identity of this package.
 PACKAGE_NAME='ipset'
 PACKAGE_TARNAME='ipset'
-PACKAGE_VERSION='7.4'
-PACKAGE_STRING='ipset 7.4'
+PACKAGE_VERSION='7.5'
+PACKAGE_STRING='ipset 7.5'
 PACKAGE_BUGREPORT='kad...@netfilter.org'
 PACKAGE_URL=''
 
@@ -654,6 +654,8 @@
 HAVE_XT_FAMILY
 HAVE_STATE_IN_XT_ACTION_PARAM
 HAVE_NET_IN_XT_ACTION_PARAM
+HAVE_SKB_IIF

commit libx86emu for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libx86emu for openSUSE:Factory 
checked in at 2020-01-23 16:08:18

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


Package is "libx86emu"

Thu Jan 23 16:08:18 2020 rev:29 rq:765278 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/libx86emu/libx86emu.changes  2019-08-24 
18:40:52.841789222 +0200
+++ /work/SRC/openSUSE:Factory/.libx86emu.new.26092/libx86emu.changes   
2020-01-23 16:08:26.415547883 +0100
@@ -1,0 +2,41 @@
+Fri Jan 17 12:32:27 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#17
+- Introduce LDFLAGS variable in Makefiles
+- test: Link with the development version of the library
+- test: Sort tests by name
+- Add Travis CI configuration file and a badge in the README
+- Travis CI integration
+- 2.6
+
+
+Fri Jan 17 12:28:09 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#22
+- decode: Prepare for SSE support
+- ops2: Add SSE instructions
+- ops2: Add packed SSE ops
+- Minimal SSE support
+
+
+Fri Jan 17 12:26:51 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#21
+- prim_ops: Fix compiler warning
+
+
+Fri Jan 17 12:24:59 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#24
+- ops2: Add cpuid support using a new handler
+- ops2: Introduce a callback function for MSR access
+- Push cpuid msr callback
+
+
+Thu Jan 16 15:45:23 UTC 2020 - wfe...@opensuse.org
+
+- merge gh#wfeldt/libx86emu#26
+- add '--32' option to demo program to start in 32-bit mode
+- 2.5
+
+

Old:

  libx86emu-2.4.tar.xz

New:

  libx86emu-2.6.tar.xz



Other differences:
--
++ libx86emu.spec ++
--- /var/tmp/diff_new_pack.Zxqosk/_old  2020-01-23 16:08:27.051548260 +0100
+++ /var/tmp/diff_new_pack.Zxqosk/_new  2020-01-23 16:08:27.051548260 +0100
@@ -22,7 +22,7 @@
 Summary:An x86 emulation library
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.4
+Version:2.6
 Release:0
 Source: %{name}-%{version}.tar.xz
 Url:https://github.com/wfeldt/libx86emu

++ libx86emu-2.4.tar.xz -> libx86emu-2.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.4/.travis.yml 
new/libx86emu-2.6/.travis.yml
--- old/libx86emu-2.4/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/libx86emu-2.6/.travis.yml   2020-01-17 13:32:27.0 +0100
@@ -0,0 +1,9 @@
+language: c
+
+before_install:
+- sudo apt-get update -qq
+- sudo apt-get install -qq nasm
+
+script:
+- make
+- make -C test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.4/Makefile new/libx86emu-2.6/Makefile
--- old/libx86emu-2.4/Makefile  2019-08-20 16:23:47.0 +0200
+++ new/libx86emu-2.6/Makefile  2020-01-17 13:32:27.0 +0100
@@ -13,6 +13,7 @@
 
 CC = gcc
 CFLAGS = -g -O2 -fPIC -fvisibility=hidden -fomit-frame-pointer -Wall
+LDFLAGS =
 
 LIBDIR = /usr/lib$(shell ldd /bin/sh | grep -q /lib64/ && echo 64)
 LIBX86 = libx86emu
@@ -42,7 +43,7 @@
install -m 644 -D include/x86emu.h $(DESTDIR)/usr/include/x86emu.h
 
 $(LIB_NAME): .depend $(OBJS)
-   $(CC) -shared -Wl,-soname,$(LIB_SONAME) $(OBJS) -o $(LIB_NAME)
+   $(CC) -shared -Wl,-soname,$(LIB_SONAME) $(OBJS) -o $(LIB_NAME) 
$(LDFLAGS)
@ln -snf $(LIB_NAME) $(LIB_SONAME)
@ln -snf $(LIB_SONAME) $(LIBX86).so
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libx86emu-2.4/README.md new/libx86emu-2.6/README.md
--- old/libx86emu-2.4/README.md 2019-08-20 16:23:47.0 +0200
+++ new/libx86emu-2.6/README.md 2020-01-17 13:32:27.0 +0100
@@ -1,5 +1,7 @@
 # x86 emulation library
 
+[![Build 
Status](https://travis-ci.org/wfeldt/libx86emu.svg?branch=master)](https://travis-ci.org/wfeldt/libx86emu)
+
 libx86emu is a small library to emulate x86 instructions. The focus here is 
not a complete emulation (go for qemu for this) but to cover enough for typical 
firmware blobs.
 
 At the moment 'regular' 32-bit instructions are covered together with basic 
protected mode support.
@@ -256,6 +258,54 @@
 
 Returns old function.
 
+### x86emu_set_cpuid_handler
+
+Execution hook
+
+x86emu_cpuid_handler_t x86emu_set_cpuid_handler(x86emu_t *emu, 

commit audit for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package audit for openSUSE:Factory checked 
in at 2020-01-23 16:07:45

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


Package is "audit"

Thu Jan 23 16:07:45 2020 rev:89 rq:765091 version:2.8.5

Changes:

--- /work/SRC/openSUSE:Factory/audit/audit-secondary.changes2019-06-26 
15:59:08.535234833 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new.26092/audit-secondary.changes 
2020-01-23 16:07:46.623524303 +0100
@@ -1,0 +2,43 @@
+Mon Jan 13 17:39:03 UTC 2020 - Tony Jones 
+
+- Update to version 2.6.5:
+  * Fix segfault on shutdown
+  * Fix hang on startup (#1587995)
+  * Add sleep to script to dump state so file is ready when needed
+  * Add auparse_normalizer support for SOFTWARE_UPDATE event
+  * Mark netlabel events as simple events so that get processed quicker
+  * When audispd is reconfiguring, only SIGHUP plugins with valid pid 
(#1614833)
+  * Add 30-ospp-v42.rules to meet new Common Criteria requirements
+  * Update lookup tables for the 4.18 kernel
+  * In aureport, fix segfault in file report
+  * Add auparse_normalizer support for labeled networking events
+  * Fix memory leak in audisp-remote plugin when using krb5 transport. 
(#1622194)
+  * Event aging is off by a second
+  * In ausearch/auparse, correct event ordering to process oldest first
+  * auparse_reset was not clearing everything it should
+  * Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events
+  * In ausearch/report, lightly parse selinux portion of USER_AVC events
+  * In ausearch/report, limit record size when malformed
+  * In auditd, fix extract_type function for network originating events
+  * In auditd, calculate right size and location for network originating events
+  * Treat all network originating events as VER2 so dispatcher doesn't format 
it
+  * In audisp-remote do an initial connection attempt (#1625156)
+  * In auditd, allow expression of space left as a percentage (#1650670)
+  * On PPC64LE systems, only allow 64 bit rules (#1462178)
+  * Make some parts of auditd state report optional based on config
+  * Fix ausearch when checkpointing a single file (Burn Alting)
+  * Fix scripting in 31-privileged.rules wrt filecap (#1662516)
+  * In ausearch, do not checkpt if stdin is input source
+  * In libev, remove __cold__ attribute for functions to allow proper hardening
+  * Add tests to configure.ac for openldap support
+  * Make systemd support files use /run rather than /var/run (Christian Hesse)
+  * Fix minor memory leak in auditd kerberos credentials code
+  * Fix auditd regression where keep_logs is limited by rotate_logs 2 file test
+  * In ausearch/report fix --end to use midnight time instead of now (#1671338)
+
+- Fix build errors when using gcc-10 no-common default (bsc#1160384)
+  New patch: audit-fno-common.patch
+
+- Refresh audit-allow-manual-stop.patch
+
+---
--- /work/SRC/openSUSE:Factory/audit/audit.changes  2019-06-26 
15:59:08.619234933 +0200
+++ /work/SRC/openSUSE:Factory/.audit.new.26092/audit.changes   2020-01-23 
16:07:47.391524758 +0100
@@ -1,0 +2,41 @@
+Mon Jan 13 17:39:03 UTC 2020 - Tony Jones 
+
+- Update to version 2.6.5:
+  * Fix segfault on shutdown
+  * Fix hang on startup (#1587995)
+  * Add sleep to script to dump state so file is ready when needed
+  * Add auparse_normalizer support for SOFTWARE_UPDATE event
+  * Mark netlabel events as simple events so that get processed quicker
+  * When audispd is reconfiguring, only SIGHUP plugins with valid pid 
(#1614833)
+  * Add 30-ospp-v42.rules to meet new Common Criteria requirements
+  * Update lookup tables for the 4.18 kernel
+  * In aureport, fix segfault in file report
+  * Add auparse_normalizer support for labeled networking events
+  * Fix memory leak in audisp-remote plugin when using krb5 transport. 
(#1622194)
+  * Event aging is off by a second
+  * In ausearch/auparse, correct event ordering to process oldest first
+  * auparse_reset was not clearing everything it should
+  * Add support for AUDIT_MAC_CALIPSO_ADD, AUDIT_MAC_CALIPSO_DEL events
+  * In ausearch/report, lightly parse selinux portion of USER_AVC events
+  * In ausearch/report, limit record size when malformed
+  * In auditd, fix extract_type function for network originating events
+  * In auditd, calculate right size and location for network originating events
+  * Treat all network originating events as VER2 so dispatcher doesn't format 
it
+  * In audisp-remote do an initial connection attempt (#1625156)
+  * In auditd, allow expression of space left as a percentage (#1650670)
+  * On PPC64LE systems, only allow 64 bit rules (#1462178)
+  * Make some parts of auditd state report optional based on config
+  * Fix 

commit perl-TimeDate for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package perl-TimeDate for openSUSE:Factory 
checked in at 2020-01-23 16:08:05

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


Package is "perl-TimeDate"

Thu Jan 23 16:08:05 2020 rev:31 rq:765206 version:2.31

Changes:

--- /work/SRC/openSUSE:Factory/perl-TimeDate/perl-TimeDate.changes  
2020-01-16 18:17:57.856863607 +0100
+++ /work/SRC/openSUSE:Factory/.perl-TimeDate.new.26092/perl-TimeDate.changes   
2020-01-23 16:08:10.127538231 +0100
@@ -1,0 +2,21 @@
+Fri Jan 17 10:33:12 UTC 2020 - Tina Müller 
+
+- Remove patch perl-TimeDate-getdate.patch (source was fixed)
+
+---
+Fri Jan 17 03:11:39 UTC 2020 -  
+
+- updated to 2.31
+   see /usr/share/doc/packages/perl-TimeDate/ChangeLog
+
+  2.31 -- Thu Jan 16 14:00:00 MT 2020
+  
+* Fix year 2020 bug from t/getdate.t [Prajith]
+* Fix warnings from t/date.t
+* Fix pod issue in lib/Date/Parse.pm
+* Fix for French language using English day suffixes in %o 
[mitchjacksontech]
+* RT#84075: Fix Date::Parse::str2time century issue. [perlpilot]
+* Adds Occitan language. [Quenty31]
+* Migrate GitHub repo and bugtracker to atoomic/perl-TimeDate
+
+---

Old:

  TimeDate-2.30.tar.gz
  perl-TimeDate-getdate.patch

New:

  TimeDate-2.31.tar.gz



Other differences:
--
++ perl-TimeDate.spec ++
--- /var/tmp/diff_new_pack.Bv2AQw/_old  2020-01-23 16:08:11.155538840 +0100
+++ /var/tmp/diff_new_pack.Bv2AQw/_new  2020-01-23 16:08:11.159538843 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-TimeDate
 #
-# Copyright (c) 2020 SUSE LLC
+# 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,16 +17,15 @@
 
 
 Name:   perl-TimeDate
-Version:2.30
+Version:2.31
 Release:0
 %define cpan_name TimeDate
 Summary:TimeDate Perl module
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-URL:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
-Patch0: perl-TimeDate-getdate.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -51,8 +50,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
-%patch0 -p1
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ TimeDate-2.30.tar.gz -> TimeDate-2.31.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/TimeDate-2.30/ChangeLog new/TimeDate-2.31/ChangeLog
--- old/TimeDate-2.30/ChangeLog 2013-02-18 20:31:27.0 +0100
+++ new/TimeDate-2.31/ChangeLog 2020-01-16 23:42:50.0 +0100
@@ -1,3 +1,13 @@
+2.31 -- Thu Jan 16 14:00:00 MT 2020
+
+  * Fix year 2020 bug from t/getdate.t [Prajith]
+  * Fix warnings from t/date.t
+  * Fix pod issue in lib/Date/Parse.pm
+  * Fix for French language using English day suffixes in %o [mitchjacksontech]
+  * RT#84075: Fix Date::Parse::str2time century issue. [perlpilot]
+  * Adds Occitan language. [Quenty31]
+  * Migrate GitHub repo and bugtracker to atoomic/perl-TimeDate
+
 2.30 -- Mon Feb 18 13:31:03 CST 2013
   * Syncing distribution version number with Date::Parse, not functional 
changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/TimeDate-2.30/MANIFEST new/TimeDate-2.31/MANIFEST
--- old/TimeDate-2.30/MANIFEST  2013-02-18 20:34:57.0 +0100
+++ new/TimeDate-2.31/MANIFEST  2020-01-16 23:45:49.0 +0100
@@ -21,6 +21,7 @@
 lib/Date/Language/Icelandic.pm
 lib/Date/Language/Italian.pm
 lib/Date/Language/Norwegian.pm
+lib/Date/Language/Occitan.pm
 lib/Date/Language/Oromo.pm
 lib/Date/Language/Romanian.pm
 lib/Date/Language/Russian.pm
@@ -36,6 +37,7 @@
 lib/Date/Language/Turkish.pm
 lib/Date/Parse.pm
 lib/Time/Zone.pm
+lib/TimeDate.pm
 Makefile.PL
 MANIFEST   This list of files
 README
@@ -46,4 +48,3 @@
 t/lang.t
 META.yml Module YAML 

commit messagelib for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2020-01-23 16:08:22

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


Package is "messagelib"

Thu Jan 23 16:08:22 2020 rev:55 rq:765321 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes2020-01-14 
21:08:33.962798495 +0100
+++ /work/SRC/openSUSE:Factory/.messagelib.new.26092/messagelib.changes 
2020-01-23 16:08:30.067550047 +0100
@@ -1,0 +2,7 @@
+Fri Jan 17 15:29:39 UTC 2020 - Luca Beltrame 
+
+- Add upstream patch to prevent attachments from being lost when
+  saving a message as a draft (kde#416369):
+  * 0001-Fix-Bug-416369-attachments-lost-draft-message.patch
+
+---

New:

  0001-Fix-Bug-416369-attachments-lost-draft-message.patch



Other differences:
--
++ messagelib.spec ++
--- /var/tmp/diff_new_pack.q63ScD/_old  2020-01-23 16:08:31.963551171 +0100
+++ /var/tmp/diff_new_pack.q63ScD/_new  2020-01-23 16:08:31.967551173 +0100
@@ -35,6 +35,8 @@
 # PATCH-FIX-UPSTREAM
 Patch0: 0001-Fix-Bug-387061-Large-messages-don-t-display-in-the-v.patch
 Patch1: 0002-Initialize-variable.patch
+# PATCH-FIX-UPSTREAM
+Patch2: 0001-Fix-Bug-416369-attachments-lost-draft-message.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kdepim-apps-libs-devel
 BuildRequires:  kf5-filesystem

++ 0001-Fix-Bug-416369-attachments-lost-draft-message.patch ++
>From c3828a873a75ed7f54465e7d6acf88e81720d46f Mon Sep 17 00:00:00 2001
From: Laurent Montel 
Date: Fri, 17 Jan 2020 14:08:51 +0100
Subject: [PATCH] Fix Bug 416369 - attachments lost draft message

FIXED: 5.13.2
BUG: 416369
---
 messagecomposer/src/attachment/attachmentmodel.cpp | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/messagecomposer/src/attachment/attachmentmodel.cpp 
b/messagecomposer/src/attachment/attachmentmodel.cpp
index f75ad003..360337ab 100644
--- a/messagecomposer/src/attachment/attachmentmodel.cpp
+++ b/messagecomposer/src/attachment/attachmentmodel.cpp
@@ -372,9 +372,11 @@ bool AttachmentModel::setData(const QModelIndex , 
const QVariant , i
 void AttachmentModel::addAttachment(const AttachmentPart::Ptr )
 {
 Q_ASSERT(!d->parts.contains(part));
-for (const AttachmentPart::Ptr  : qAsConst(d->parts)) {
-if (partElement->url() == part->url()) {
-return;
+if (!part->url().isEmpty()) {
+for (const AttachmentPart::Ptr  : qAsConst(d->parts)) {
+if (partElement->url() == part->url()) {
+return;
+}
 }
 }
 
-- 
2.24.1






commit nodejs10 for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package nodejs10 for openSUSE:Factory 
checked in at 2020-01-23 16:08:26

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


Package is "nodejs10"

Thu Jan 23 16:08:26 2020 rev:19 rq:765334 version:10.18.1

Changes:

--- /work/SRC/openSUSE:Factory/nodejs10/nodejs10.changes2020-01-01 
14:58:27.941936346 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs10.new.26092/nodejs10.changes 
2020-01-23 16:08:58.623566969 +0100
@@ -1,0 +2,13 @@
+Fri Jan 10 15:01:47 UTC 2020 - Adam Majer 
+
+- New upstream LTS version 10.18.1:
+  * http2: fix session memory accounting after pausing
+  * n-api: correct bug in napi_get_last_error
+  * tools: update tzdata to 2019c
+
+---
+Tue Jan  7 13:12:10 UTC 2020 - Guillaume GARDET 
+
+- Really disable LTO when required (nodejs < 12)
+
+---

Old:

  node-v10.18.0.tar.xz

New:

  node-v10.18.1.tar.xz



Other differences:
--
++ nodejs10.spec ++
--- /var/tmp/diff_new_pack.aQs5sL/_old  2020-01-23 16:09:02.335569169 +0100
+++ /var/tmp/diff_new_pack.aQs5sL/_new  2020-01-23 16:09:02.339569171 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs10
 #
-# 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
@@ -26,7 +26,7 @@
 ###
 
 Name:   nodejs10
-Version:10.18.0
+Version:10.18.1
 Release:0
 
 %define node_version_number 10
@@ -42,7 +42,16 @@
 %endif
 
 %bcond_withvalgrind_tests
+
+%if %{node_version_number} >= 12
 %bcond_without nodejs_lto
+%else
+%bcond_with nodejs_lto
+%endif
+
+%if !0%{?with nodejs_lto}
+%define _lto_cflags %{nil}
+%endif
 
 %if 0%{?suse_version} == 1110
 %define _libexecdir %{_exec_prefix}/lib
@@ -319,6 +328,12 @@
 %setup -q -n node-%{version}
 %endif
 
+%if %{node_version_number} == 6
+# Update NPM
+rm -r deps/npm
+tar Jxvf %{SOURCE10}
+%endif
+
 %if %{node_version_number} >= 10
 tar Jxvf %{SOURCE11}
 %endif # node_version_number
@@ -387,7 +402,7 @@
 
 ./configure \
 --prefix=%{_prefix} \
-%if 0%{?with nodejs_lto} && %{node_version_number} >= 12
+%if 0%{?with nodejs_lto}
 --enable-lto \
 %endif
 %if ! 0%{with intree_openssl}

++ SHASUMS256.txt ++
--- /var/tmp/diff_new_pack.aQs5sL/_old  2020-01-23 16:09:02.367569188 +0100
+++ /var/tmp/diff_new_pack.aQs5sL/_new  2020-01-23 16:09:02.367569188 +0100
@@ -1,36 +1,36 @@
-1e8604a930d732eef94362c8e5b204cb7272bbd14171582043ee8436caeb7fd4  
node-v10.18.0-aix-ppc64.tar.gz
-a7af53e3363e8ab654b97387bc7cf352dddb324562404c1d35fe10cba3f27e0f  
node-v10.18.0-darwin-x64.tar.gz
-5bb643fce1024aa6fc2031e6812f82548f0ba9107d5483ef1f7d863300ff9525  
node-v10.18.0-darwin-x64.tar.xz
-ac81511946bb3f7d41ef0ca010f234a221393242d87c77543e58f59ce9b355e0  
node-v10.18.0-headers.tar.gz
-af790b0f5281550fef68453ad89d918a51060798f248617dc7a637f9291b857d  
node-v10.18.0-headers.tar.xz
-3f9d6c5e7f5781518fb46e9f86081c03e97fb052ff397345be1acc658997174a  
node-v10.18.0-linux-arm64.tar.gz
-b2b34dd43ea3979890663afa270e09e09c219f046e39e8e439eeda2821cc9643  
node-v10.18.0-linux-arm64.tar.xz
-42433a115710e7b3b62a7b8fe0a9918742e5c50c9100dc38909bcd7b33eb4f58  
node-v10.18.0-linux-armv6l.tar.gz
-7acfdae8ed545c0b24f6d9de5053faf02dff5c7375f6132a4f629b3527657bc2  
node-v10.18.0-linux-armv6l.tar.xz
-4af4cde33af3d756e10a1aaa74054d75116840617911baa48ee0c9c44af0933c  
node-v10.18.0-linux-armv7l.tar.gz
-668f94a5c71d95bd6a3bb6c232de604896de146d896fa9e8fae988e53cd8c1fe  
node-v10.18.0-linux-armv7l.tar.xz
-b688c204140e2feac15d445262c8e9aff2234c8caddcfa0cf31c744f61f8c106  
node-v10.18.0-linux-ppc64le.tar.gz
-6e65a87c00efce2824c694caa5e0da44751a4fff8a7c226534cbee4445c84720  
node-v10.18.0-linux-ppc64le.tar.xz
-d2a80abd7cca59dac6bf0cd856f885571646e6b1ea0157e5f057ac852657d72b  
node-v10.18.0-linux-s390x.tar.gz
-4a66ff1212c64645971497c76df6a359bdb041095284a5b46044d663a9a31e68  
node-v10.18.0-linux-s390x.tar.xz
-78a46d1e1f6db68c0732981fc9a1fe8583eabb4e232f1ed742f7dedc5bed3ddd  
node-v10.18.0-linux-x64.tar.gz
-eac160acfc2c5b6fca021baa9943341fea50859f19c7ccbd56669b1fe04e691e  
node-v10.18.0-linux-x64.tar.xz
-dc7841a447d4aca4754941532667f30e920123d35f74d1b5aec2be5a15794e94  
node-v10.18.0.pkg
-3ef868fa55234d1b1cff520cfa83207e5343c88fbf44ac2499a173dae74aa0af  
node-v10.18.0-sunos-x64.tar.gz
-e8a956bf121057890aca07287ed8dcfa618fc235628367bcae0c214ba12a4550  

commit 000product for openSUSE:Leap:15.2

2020-01-23 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Leap:15.2 
checked in at 2020-01-23 15:20:49

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


Package is "000product"

Thu Jan 23 15:20:49 2020 rev:1377 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-x86_64.kiwi: same change
stub.kiwi: same change
++ unsorted.yml ++
--- /var/tmp/diff_new_pack.dYrFO9/_old  2020-01-23 15:20:51.838168133 +0100
+++ /var/tmp/diff_new_pack.dYrFO9/_new  2020-01-23 15:20:51.846168133 +0100
@@ -2740,6 +2740,7 @@
   - filezilla-lang 
   - fillets-ng 
   - fillets-ng-data 
+  - finalcut-bitmap-fonts 
   - finch 
   - finch-devel 
   - findbugs 
@@ -7604,6 +7605,7 @@
   - libblacs2_2_0_2-gnu-openmpi3-hpc-devel 
   - libblacs2_2_0_2-gnu-openmpi3-hpc-devel-static 
   - libbladeRF2 
+  - libbladeRF2-doc 
   - libblas3-32bit 
   - libbliss-0_73 
   - libblkid-devel 
@@ -17120,7 +17122,6 @@
   - python-libfwsi 
   - python-libgsignon 
   - python-libkdumpfile 
-  - python-libkolabxml1 
   - python-liblarch 
   - python-liblarch_gtk 
   - python-liblnk 
@@ -30622,7 +30623,6 @@
   - vocal-lang 
   - vodovod 
   - voikkospell 
-  - vokoscreen 
   - vokoscreenNG 
   - volk 
   - volk-devel 




commit 000product for openSUSE:Leap:15.2:ARM

2020-01-23 Thread root
Hello community,

here is the log from the commit of package 000product for 
openSUSE:Leap:15.2:ARM checked in at 2020-01-23 14:18:09

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


Package is "000product"

Thu Jan 23 14:18:09 2020 rev:81 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-dvd5-dvd-aarch64.kiwi: same change
openSUSE-ftp-ftp-aarch64.kiwi: same change
openSUSE-ftp-ftp-armv7hl.kiwi: same change
stub.kiwi: same change
++ unsorted.yml ++
--- /var/tmp/diff_new_pack.YZYCPY/_old  2020-01-23 14:18:12.064096342 +0100
+++ /var/tmp/diff_new_pack.YZYCPY/_new  2020-01-23 14:18:12.068096345 +0100
@@ -2641,6 +2641,7 @@
   - filezilla-lang 
   - fillets-ng 
   - fillets-ng-data 
+  - finalcut-bitmap-fonts 
   - finch 
   - finch-devel 
   - findbugs 
@@ -6874,6 +6875,7 @@
   - libblacs2_2_0_2-gnu-openmpi3-hpc-devel 
   - libblacs2_2_0_2-gnu-openmpi3-hpc-devel-static 
   - libbladeRF2 
+  - libbladeRF2-doc 
   - libbliss-0_73 
   - libblkid-devel 
   - libblkid-devel-static 
@@ -15178,7 +15180,6 @@
   - python-libfwsi 
   - python-libgsignon 
   - python-libkdumpfile 
-  - python-libkolabxml1 
   - python-liblarch 
   - python-liblarch_gtk 
   - python-liblnk 
@@ -28625,7 +28626,6 @@
   - vocal-lang 
   - vodovod 
   - voikkospell 
-  - vokoscreen 
   - vokoscreenNG 
   - volk 
   - volk-devel 




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

2020-01-23 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Leap:15.2:ARM checked in at 2020-01-23 14:18:07

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


Package is "000release-packages"

Thu Jan 23 14:18:07 2020 rev:73 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.bDpxui/_old  2020-01-23 14:18:08.936094616 +0100
+++ /var/tmp/diff_new_pack.bDpxui/_new  2020-01-23 14:18:08.940094617 +0100
@@ -10282,6 +10282,7 @@
 Provides: weakremover(libfilezilla-devel)
 Provides: weakremover(libfilezilla0)
 Provides: weakremover(libfinal-devel)
+Provides: weakremover(libfinal-examples)
 Provides: weakremover(libfinal0)
 Provides: weakremover(libfishsound-devel)
 Provides: weakremover(libfishsound1)




commit swaylock for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package swaylock for openSUSE:Factory 
checked in at 2020-01-23 15:55:04

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


Package is "swaylock"

Thu Jan 23 15:55:04 2020 rev:3 rq:766522 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/swaylock/swaylock.changes2019-05-24 
11:31:38.661402459 +0200
+++ /work/SRC/openSUSE:Factory/.swaylock.new.26092/swaylock.changes 
2020-01-23 15:55:14.711105649 +0100
@@ -1,0 +2,17 @@
+Thu Jan 23 08:56:15 UTC 2020 - Michael Vetter 
+
+- Update to 1.5:
+  * Add option to show indicator even if idle
+  * fish-completion: use the correct fallback directory
+  * Submit password by pressing Ctrl+m
+  * Fix indicator position
+  * Add option to adjust ring position via CLI arguments and the config file
+  * Add fixed font-size option for indicator
+  * Fix, clean up and sync docs and completions
+  * Bug fixes
+- Refresh swaylock-version.patch
+  See https://github.com/swaywm/swaylock/pull/128
+- Mark pam.d/swaylock a config file
+- Update fish path
+
+---

Old:

  1.4.tar.gz

New:

  1.5.tar.gz



Other differences:
--
++ swaylock.spec ++
--- /var/tmp/diff_new_pack.TkwAiK/_old  2020-01-23 15:55:16.767106759 +0100
+++ /var/tmp/diff_new_pack.TkwAiK/_new  2020-01-23 15:55:16.771106761 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swaylock
 #
-# 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,18 +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/
 #
 
 
 Name:   swaylock
-Version:1.4
+Version:1.5
 Release:0
 Summary:Screen locker for Wayland
 License:MIT
 Group:  System/GUI/Other
 URL:https://github.com/swaywm/swaylock
 Source0:https://github.com/swaywm/swaylock/archive/%{version}.tar.gz
+# https://github.com/swaywm/swaylock/pull/128
 Patch0: swaylock-version.patch
 BuildRequires:  meson >= 0.48.0
 BuildRequires:  pam-devel
@@ -84,7 +85,7 @@
 
 %files
 %{_bindir}/swaylock
-%{_sysconfdir}/pam.d/swaylock
+%config %{_sysconfdir}/pam.d/swaylock
 %{_mandir}/man1/swaylock.1%{?ext_man}
 
 %files bash-completion
@@ -93,7 +94,7 @@
 
 %files fish-completion
 %dir %{_datadir}/fish/
-%{_datadir}/fish/completions
+%{_datadir}/fish/vendor_completions.d/
 
 %files zsh-completion
 %dir %{_datadir}/zsh/

++ 1.4.tar.gz -> 1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swaylock-1.4/completions/bash/swaylock 
new/swaylock-1.5/completions/bash/swaylock
--- old/swaylock-1.4/completions/bash/swaylock  2019-04-29 16:37:47.0 
+0200
+++ new/swaylock-1.5/completions/bash/swaylock  2020-01-22 17:19:47.0 
+0100
@@ -6,25 +6,78 @@
   _get_comp_words_by_ref -n : cur prev
 
   short=(
--h
+-C
 -c
+-d
+-e
+-f
+-F
+-h
+-i
+-k
+-K
+-L
+-l
+-n
+-r
 -s
 -t
--v
--i
 -u
--f
+-v
   )
 
   long=(
---help
+--bs-hl-color
+--caps-lock-bs-hl-color
+--caps-lock-key-hl-color
 --color
+--config
+--daemonize
+--debug
+--disable-caps-lock-text
+--font
+--font-size
+--help
+--hide-keyboard-layout
+--ignore-empty-password
+--image
+--indicator-caps-lock
+--indicator-idle-visible
+--indicator-radius
+--indicator-thickness
+--inside-caps-lock-color
+--inside-clear-color
+--inside-color
+--inside-ver-color
+--inside-wrong-color
+--key-hl-color
+--layout-bg-color
+--layout-border-color
+--layout-text-color
+--line-caps-lock-color
+--line-clear-color
+--line-color
+--line-uses-inside
+--line-uses-ring
+--line-ver-color
+--line-wrong-color
+--no-unlock-indicator
+--ring-caps-lock-color
+--ring-clear-color
+--ring-color
+--ring-ver-color
+--ring-wrong-color
 --scaling
+--separator-color
+--show-failed-attempts
+--show-keyboard-layout
+--text-caps-lock-color
+--text-clear-color
+--text-color
+--text-ver-color
+--text-wrong-color
 --tiling
 --version
---image
---no-unlock-indicator
---daemonize

commit hawk-apiserver for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package hawk-apiserver for openSUSE:Factory 
checked in at 2020-01-23 15:55:08

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


Package is "hawk-apiserver"

Thu Jan 23 15:55:08 2020 rev:10 rq:766498 version:0.0.3

Changes:

--- /work/SRC/openSUSE:Factory/hawk-apiserver/hawk-apiserver.changes
2019-06-12 13:10:47.113037764 +0200
+++ /work/SRC/openSUSE:Factory/.hawk-apiserver.new.26092/hawk-apiserver.changes 
2020-01-23 15:55:20.267108650 +0100
@@ -1,0 +2,6 @@
+Tue Jan 21 21:45:55 UTC 2020 - Bjørn Lie 
+
+- Change explicit go1.9 BuildRequires to greater or 1.9 following
+  upstreams recommendations.
+
+---



Other differences:
--
++ hawk-apiserver.spec ++
--- /var/tmp/diff_new_pack.ZjTt3L/_old  2020-01-23 15:55:22.915110080 +0100
+++ /var/tmp/diff_new_pack.ZjTt3L/_new  2020-01-23 15:55:22.919110082 +0100
@@ -30,7 +30,7 @@
 BuildRequires:  libqb-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  xz
-BuildRequires:  golang(API) = 1.9
+BuildRequires:  golang(API) >= 1.9
 Requires:   pacemaker >= 1.1.16
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:s390




commit libqt5-qtdeclarative for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2020-01-23 15:55:00

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


Package is "libqt5-qtdeclarative"

Thu Jan 23 15:55:00 2020 rev:58 rq:766554 version:5.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2020-01-19 20:55:30.195989287 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.26092/libqt5-qtdeclarative.changes
 2020-01-23 15:55:10.783103527 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 09:45:26 UTC 2020 - Fabian Vogt 
+
+- Only force-enable the QML JIT for 32-bit x86
+
+---



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.yeJ1RA/_old  2020-01-23 15:55:12.359104378 +0100
+++ /var/tmp/diff_new_pack.yeJ1RA/_new  2020-01-23 15:55:12.363104381 +0100
@@ -143,7 +143,12 @@
 
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
+# Force-enable the JIT for 32-bit x86
+%ifarch %{ix86}
 qmake-qt5 .. -- -qml-jit
+%else
+qmake-qt5 ..
+%endif
 popd
 
 make %{?_smp_mflags} VERBOSE=1 -C %{_target_platform}




commit perl-ExtUtils-CBuilder for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package perl-ExtUtils-CBuilder for 
openSUSE:Factory checked in at 2020-01-23 15:55:06

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


Package is "perl-ExtUtils-CBuilder"

Thu Jan 23 15:55:06 2020 rev:2 rq:766508 version:0.280234

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder.changes
2019-07-11 13:15:19.086826054 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-CBuilder.new.26092/perl-ExtUtils-CBuilder.changes
 2020-01-23 15:55:17.315107055 +0100
@@ -1,0 +2,12 @@
+Wed Jan 22 03:07:25 UTC 2020 -  
+
+- updated to 0.280234
+   see /usr/share/doc/packages/perl-ExtUtils-CBuilder/Changes
+
+  0.280234 - 2020-01-21
+  
+Update:
+  
+- Updated standalone module from blead.
+
+---

Old:

  ExtUtils-CBuilder-0.280231.tar.gz

New:

  ExtUtils-CBuilder-0.280234.tar.gz



Other differences:
--
++ perl-ExtUtils-CBuilder.spec ++
--- /var/tmp/diff_new_pack.joF9zZ/_old  2020-01-23 15:55:19.007107969 +0100
+++ /var/tmp/diff_new_pack.joF9zZ/_new  2020-01-23 15:55:19.011107971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-ExtUtils-CBuilder
 #
-# 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-ExtUtils-CBuilder
-Version:0.280231
+Version:0.280234
 Release:0
 %define cpan_name ExtUtils-CBuilder
 Summary:Compile and link C code for Perl modules

++ ExtUtils-CBuilder-0.280231.tar.gz -> ExtUtils-CBuilder-0.280234.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280231/Changes 
new/ExtUtils-CBuilder-0.280234/Changes
--- old/ExtUtils-CBuilder-0.280231/Changes  2019-03-31 11:54:11.0 
+0200
+++ new/ExtUtils-CBuilder-0.280234/Changes  2020-01-21 11:58:45.0 
+0100
@@ -1,5 +1,11 @@
 Revision history for Perl extension ExtUtils::CBuilder.
 
+0.280234 - 2020-01-21
+
+  Update:
+
+  - Updated standalone module from blead.
+
 0.280231 - 2019-03-31
 
   Fixed:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280231/LICENSE 
new/ExtUtils-CBuilder-0.280234/LICENSE
--- old/ExtUtils-CBuilder-0.280231/LICENSE  2019-03-31 11:54:11.0 
+0200
+++ new/ExtUtils-CBuilder-0.280234/LICENSE  2020-01-21 11:58:45.0 
+0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2019 by Ken Williams.
+This software is copyright (c) 2020 by Ken 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 Ken Williams.
+This software is Copyright (c) 2020 by Ken Williams.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2019 by Ken Williams.
+This software is Copyright (c) 2020 by Ken Williams.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ExtUtils-CBuilder-0.280231/META.json 
new/ExtUtils-CBuilder-0.280234/META.json
--- old/ExtUtils-CBuilder-0.280231/META.json2019-03-31 11:54:11.0 
+0200
+++ new/ExtUtils-CBuilder-0.280234/META.json2020-01-21 11:58:45.0 
+0100
@@ -57,10 +57,10 @@
  "web" : "http://github.com/Perl-Toolchain-Gang/ExtUtils-CBuilder;
   }
},
-   "version" : "0.280231",
+   "version" : "0.280234",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.028001"
+ "version" : "5.030001"
   },
   "plugins" : [
  {
@@ -186,7 +186,7 @@
   "eumm_bundled" : 0
},
"Dist::Zilla::Role::ModuleMetadata" : {
-  "Module::Metadata" : "1.33",
+  "Module::Metadata" : "1.37",
   "version" : "0.006"
}
 },
@@ -211,7 +211,7 @@
  {
 "class" : "Dist::Zilla::Plugin::OurPkgVersion",
 "name" : "OurPkgVersion",
-"version" : "0.14"
+"version" : "0.21"
  },
  {
 "class" : "Dist::Zilla::Plugin::Prereqs",
@@ 

commit gambas3 for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package gambas3 for openSUSE:Factory checked 
in at 2020-01-23 15:55:13

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


Package is "gambas3"

Thu Jan 23 15:55:13 2020 rev:18 rq:766549 version:3.14.3

Changes:

--- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes  2019-10-31 
22:22:32.900097841 +0100
+++ /work/SRC/openSUSE:Factory/.gambas3.new.26092/gambas3.changes   
2020-01-23 15:55:27.627112625 +0100
@@ -1,0 +2,21 @@
+Wed Jan 22 19:21:27 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.14.3:
+  * Fix compilation with poppler >= 0.83. 
+- Changes from version 3.14.2:
+  * This release mainly includes a fix of the Message class that
+disturbs a lot of people.
+  * INTERPRETER: Fix Find() method on Float, Single, and Long
+arrays.
+  * GB.DB.POSTGRESQL: Compile with PostgreSQL 12.
+  * GB.GUI.BASE: Message: The ENTER key now selects the button
+having the focus, not the default one, so that message boxes
+behave the same with GTK+ and Qt.
+
+---
+Mon Jan 20 20:29:28 UTC 2020 - Bjørn Lie 
+
+- Drop pkgconfig(ORBit-2.0) BuildRequires: No longer needed, nor
+  used.
+
+---

Old:

  gambas-3.14.1.tar.bz2

New:

  gambas-3.14.3.tar.bz2



Other differences:
--
++ gambas3.spec ++
--- /var/tmp/diff_new_pack.eiCg3O/_old  2020-01-23 15:55:29.463113617 +0100
+++ /var/tmp/diff_new_pack.eiCg3O/_new  2020-01-23 15:55:29.463113617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gambas3
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012-2018 Lars Vogdt 
 #
 # All modifications and additions to the file contributed by third parties
@@ -37,12 +37,12 @@
 %endif
 %endif
 Name:   gambas3
-Version:3.14.1
+Version:3.14.3
 Release:0
 Summary:BASIC interpreter under Linux
 License:GPL-2.0-or-later
 Group:  Development/Tools/IDE
-Url:http://gambas.sourceforge.net/
+URL:http://gambas.sourceforge.net/
 Source0:
https://gitlab.com/gambas/gambas/-/archive/%{version}/gambas-%{version}.tar.bz2
 Source1:%{name}.desktop
 Source2:x-gambas.desktop
@@ -75,7 +75,6 @@
 BuildRequires:  unixODBC-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
-BuildRequires:  pkgconfig(ORBit-2.0)
 BuildRequires:  pkgconfig(SDL_gfx)
 BuildRequires:  pkgconfig(SDL_image)
 BuildRequires:  pkgconfig(SDL_mixer)

++ gambas-3.14.1.tar.bz2 -> gambas-3.14.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/gambas3/gambas-3.14.1.tar.bz2 
/work/SRC/openSUSE:Factory/.gambas3.new.26092/gambas-3.14.3.tar.bz2 differ: 
char 11, line 1




commit pam_passwdqc for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package pam_passwdqc for openSUSE:Factory 
checked in at 2020-01-23 15:55:15

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


Package is "pam_passwdqc"

Thu Jan 23 15:55:15 2020 rev:23 rq:766556 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/pam_passwdqc/pam_passwdqc.changes
2018-12-04 20:58:18.428588426 +0100
+++ /work/SRC/openSUSE:Factory/.pam_passwdqc.new.26092/pam_passwdqc.changes 
2020-01-23 15:55:30.151113988 +0100
@@ -1,0 +2,15 @@
+Wed Dec 25 18:59:18 UTC 2019 - Martin Hauke 
+
+- Verify source signature
+- Update to version 1.4.0
+  Changes since 1.3.2 to 1.4.0:
+  * Implemented i18n support in pam_passwdqc (off by default)
+  * Implemented audit support in pam_passwdqc (off by default)
+  Changes since 1.3.1 to 1.3.2:
+  * Compatibility for building with newer versions of glibc, where
+we now have to define _DEFAULT_SOURCE for our use of crypt(3).
+  * Clarified in the man pages that /etc/passwdqc.conf is not read
+unless this suggested file location is specified with the
+config= option.
+
+---

Old:

  passwdqc-1.3.1.tar.gz

New:

  passwdqc-1.4.0.tar.gz
  passwdqc-1.4.0.tar.gz.sign
  passwdqc.keyring



Other differences:
--
++ pam_passwdqc.spec ++
--- /var/tmp/diff_new_pack.H377eI/_old  2020-01-23 15:55:33.695115902 +0100
+++ /var/tmp/diff_new_pack.H377eI/_new  2020-01-23 15:55:33.699115904 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_passwdqc
 #
-# 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
@@ -22,13 +22,15 @@
 Requires:   pam
 Recommends: passwdqc
 Provides:   pam-modules:/%_lib/security/pam_passwdqc.so
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:Simple Password Strength Checking Module
 License:BSD-3-Clause
 Group:  System/Libraries
-Source0:www.openwall.com/passwdqc/passwdqc-%{version}.tar.gz
-Source1:baselibs.conf
+Source0:https://www.openwall.com/passwdqc/passwdqc-%{version}.tar.gz
+Source1:
https://www.openwall.com/passwdqc/passwdqc-%{version}.tar.gz.sign
+Source2:passwdqc.keyring
+Source3:baselibs.conf
 Source50:   dlopen.sh
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -70,7 +72,6 @@
 The pwqcheck program checks passphrase quality using the libpasswdqc library.
 The pwqgen program generates a random passphrase using the libpasswdqc library.
 
-
 %prep
 %setup -n passwdqc-%{version}
 

++ passwdqc-1.3.1.tar.gz -> passwdqc-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/passwdqc-1.3.1/INSTALL new/passwdqc-1.4.0/INSTALL
--- old/passwdqc-1.3.1/INSTALL  2016-07-20 22:55:40.0 +0200
+++ new/passwdqc-1.4.0/INSTALL  2019-12-25 18:09:02.0 +0100
@@ -10,6 +10,15 @@
 and two command-line programs) by simply running "make".  To install,
 run "make install".  To uninstall, run "make uninstall".
 
+On a system with the PAM framework built with i18n support enabled
+you may also build pam_passwdqc with i18n support by adding
+-DENABLE_NLS=1 to CPPFLAGS.  To compile translation files, run
+"make locales".  To install them, run "make install_locales".
+
+On a system with the PAM framework built with Linux audit support
+enabled you may also build pam_passwdqc with audit support by adding
+-DHAVE_LIBAUDIT=1 to CPPFLAGS.
+
 On a system without PAM, you may build everything but the PAM module
 with "make utils".  To install, run "make install_lib install_utils".
 To uninstall, run "make remove_lib remove_utils".
@@ -26,8 +35,8 @@
 Alternatively, on a Red Hat'ish Linux system and under an account
 configured to build RPM packages (perhaps with ~/.rpmmacros specifying
 the proper pathnames for %_topdir, %_tmppath, and %buildroot), you may
-build RPM packages by running "rpmbuild -tb passwdqc-1.3.1.tar.gz", then
-install the two binary subpackages with "rpm -Uvh passwdqc*-1.3.1*.rpm".
+build RPM packages by running "rpmbuild -tb passwdqc-1.4.0.tar.gz", then
+install the two binary subpackages with "rpm -Uvh passwdqc*-1.4.0*.rpm".
 This works due to the RPM spec file included in the tarball.
 
 Please refer to README and PLATFORMS for information on configuring your
@@ -37,4 +46,4 @@
 Please refer to the pwqcheck(1) and pwqgen(1) manual pages for
 information on using the command-line 

commit swayidle for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package swayidle for openSUSE:Factory 
checked in at 2020-01-23 15:55:02

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


Package is "swayidle"

Thu Jan 23 15:55:02 2020 rev:6 rq:766521 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/swayidle/swayidle.changes2019-12-23 
22:48:45.934096924 +0100
+++ /work/SRC/openSUSE:Factory/.swayidle.new.26092/swayidle.changes 
2020-01-23 15:55:13.159104811 +0100
@@ -1,0 +2,12 @@
+Thu Jan 23 08:51:39 UTC 2020 - Michael Vetter 
+
+- Update to 1.6:
+  * Add logind SetIdleHint event
+  * completion: use pkg-config to get install location for bash/fish
+  * fish-completion: use the correct fallback directory
+  * Update bash and fish completions with option -w
+  * Update zsh completions
+- Add swayidle-version.patch
+  See https://github.com/swaywm/swayidle/pull/53
+
+---

Old:

  1.5.tar.gz

New:

  1.6.tar.gz
  swayidle-version.patch



Other differences:
--
++ swayidle.spec ++
--- /var/tmp/diff_new_pack.2ZO33D/_old  2020-01-23 15:55:13.775105143 +0100
+++ /var/tmp/diff_new_pack.2ZO33D/_new  2020-01-23 15:55:13.775105143 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swayidle
 #
-# Copyright (c) 2019 SUSE LLC
+# 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,13 +17,15 @@
 
 
 Name:   swayidle
-Version:1.5
+Version:1.6
 Release:0
 Summary:Idle management daemon for Wayland
 License:MIT
 Group:  System/GUI/Other
 URL:https://github.com/swaywm/swayidle
 Source0:https://github.com/swaywm/swayidle/archive/%{version}.tar.gz
+# https://github.com/swaywm/swayidle/pull/53
+Patch0: swayidle-version.patch
 BuildRequires:  meson >= 0.48.0
 BuildRequires:  pkgconfig
 BuildRequires:  scdoc
@@ -67,6 +69,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -I/usr/include/wayland"
@@ -85,7 +88,7 @@
 
 %files fish-completion
 %dir %{_datadir}/fish/
-%{_datadir}/fish/completions/
+%{_datadir}/fish/vendor_completions.d/
 
 %files zsh-completion
 %{_datadir}/zsh/site-functions/

++ 1.5.tar.gz -> 1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swayidle-1.5/completions/bash/swayidle 
new/swayidle-1.6/completions/bash/swayidle
--- old/swayidle-1.5/completions/bash/swayidle  2019-07-11 16:18:46.0 
+0200
+++ new/swayidle-1.6/completions/bash/swayidle  2020-01-22 17:20:22.0 
+0100
@@ -15,6 +15,7 @@
   short=(
 -h
 -d
+-w
   )
 
   if [ "$prev" = timeout ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swayidle-1.5/completions/fish/swayidle.fish 
new/swayidle-1.6/completions/fish/swayidle.fish
--- old/swayidle-1.5/completions/fish/swayidle.fish 2019-07-11 
16:18:46.0 +0200
+++ new/swayidle-1.6/completions/fish/swayidle.fish 2020-01-22 
17:20:22.0 +0100
@@ -1,3 +1,4 @@
 # swayidle
 complete -c swayidle -s h --description 'show help'
 complete -c swayidle -s d --description 'debug'
+complete -c swayidle -s w --description 'wait for command to finish'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swayidle-1.5/completions/zsh/_swayidle 
new/swayidle-1.6/completions/zsh/_swayidle
--- old/swayidle-1.5/completions/zsh/_swayidle  2019-07-11 16:18:46.0 
+0200
+++ new/swayidle-1.6/completions/zsh/_swayidle  2020-01-22 17:20:22.0 
+0100
@@ -8,10 +8,11 @@
 local resume=('resume:Execute command when there is activity again')
 
 if (($#words <= 2)); then
+   _describe -t "events" 'swayidle' events
_arguments -C \
   '(-h --help)'{-h,--help}'[Show help message and 
quit]' \
-  '(-d)'-d'[Enable debug output]'
-   _describe -t "events" 'swayidle' events
+  '(-d)'-d'[Enable debug output]' \
+  '(-w)'-w'[Wait for command to finish executing 
before continuing]'
 
 elif  [[ "$words[-3]" == before-sleep || "$words[-3]" == resume ]]; then
_describe -t "events" 'swayidle' events
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/swayidle-1.5/main.c new/swayidle-1.6/main.c
--- old/swayidle-1.5/main.c 2019-07-11 16:18:46.0 +0200
+++ new/swayidle-1.6/main.c 2020-01-22 17:20:22.0 +0100

commit screengrab for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package screengrab for openSUSE:Factory 
checked in at 2020-01-23 15:54:51

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


Package is "screengrab"

Thu Jan 23 15:54:51 2020 rev:5 rq:766495 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/screengrab/screengrab.changes2019-03-01 
16:49:49.657744691 +0100
+++ /work/SRC/openSUSE:Factory/.screengrab.new.26092/screengrab.changes 
2020-01-23 15:55:01.651098595 +0100
@@ -1,0 +2,25 @@
+Thu Jan 23 08:31:15 UTC 2020 - Michael Vetter 
+
+- Update to 2.0.0:
+  * Improved translations
+  * Improved user experience (less noise with command line, better
+screen area instructions and better off-screen screenshots).
+  * Code update and clean-up, including the removal of the
+deprecated class QDesktopWidget.
+  * Bumped screengrab version to 2.0.0
+  * Updated translations
+  * Removed Qxt
+  * Fixed typo in function name
+  * Set min. Qt version to 5.10.0
+  * Removed upload module (#183)
+  * Removed QDesktopWidget
+  * Removed (duplicated) string casts definitions
+  * Deleted useless warning fixes #174
+  * Make CMakeLists.txt a bit more strict
+  * Updated QtXdg minimum required version
+  * Use the new QtXdg XdgMimeApps class
+  * Improved Screen Area instructions (#162)
+  * Don't use automatic string conversions
+  * Avoid char raw strings literals memory allocations
+
+---

Old:

  screengrab-1.101.tar.xz
  screengrab-1.101.tar.xz.asc

New:

  screengrab-2.0.0.tar.xz
  screengrab-2.0.0.tar.xz.asc



Other differences:
--
++ screengrab.spec ++
--- /var/tmp/diff_new_pack.tON9ye/_old  2020-01-23 15:55:02.775099202 +0100
+++ /var/tmp/diff_new_pack.tON9ye/_new  2020-01-23 15:55:02.775099202 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package screengrab
 #
-# 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,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:   screengrab
-Version:1.101
+Version:2.0.0
 Release:0
 Summary:Qt tool for creating screenshots
 License:GPL-2.0-only
@@ -30,15 +30,15 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5WindowSystem) >= 5.36.0
 BuildRequires:  cmake(Qt5LinguistTools)
-BuildRequires:  pkgconfig(Qt5Core) >= 5.7.1
+BuildRequires:  pkgconfig(Qt5Core) >= 5.10.0
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
-BuildRequires:  pkgconfig(Qt5Xdg)
+BuildRequires:  pkgconfig(Qt5Xdg) >= 3.4.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xcb)
@@ -78,6 +78,6 @@
 
 %files lang -f %{name}.lang
 %dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/translations
+%{_datadir}/%{name}/translations
 
 %changelog

++ screengrab-1.101.tar.xz -> screengrab-2.0.0.tar.xz ++
 21644 lines of diff (skipped)





commit netcdf for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2020-01-23 15:55:10

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


Package is "netcdf"

Thu Jan 23 15:55:10 2020 rev:53 rq:766524 version:4.7.3

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2019-12-11 
12:13:43.984535023 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new.26092/netcdf.changes 2020-01-23 
15:55:24.71050 +0100
@@ -1,0 +2,15 @@
+Wed Jan 22 09:49:02 UTC 2020 - Adrian Schröter 
+
+- Update to version 4.7.3:
+  * Library was modified so that rewriting the same attribute happens without
+deleting the attribute, to avoid a limit on how many times this may be
+done in HDF5.
+  * Now testing that endianness can only be set on atomic ints and floats.
+  * Fix for subtle error involving var and unlimited dim of the same name, but
+unrelated, in netCDF-4. See 
[https://github.com/Unidata/netcdf-c/issues/1496].
+  * Update for attribute documentation. See 
[https://github.com/Unidata/netcdf-c/issues/1512].
+  * Corrected assignment of anonymous (a.k.a. phony) dimensions in an HDF5 
file.
+  * Corrected an issue where protected memory was being written to with some 
pointer
+slight-of-hand.
+
+---

Old:

  netcdf-4.7.1.tar.gz

New:

  netcdf-c-4.7.3.tar.gz



Other differences:
--
++ netcdf.spec ++
--- /var/tmp/diff_new_pack.ryHUZN/_old  2020-01-23 15:55:25.943111715 +0100
+++ /var/tmp/diff_new_pack.ryHUZN/_new  2020-01-23 15:55:25.95720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -20,8 +20,8 @@
 
 %define _do_check 1
 
-%define ver 4.7.1
-%define _ver 4_7_1
+%define ver 4.7.3
+%define _ver 4_7_3
 %define pname netcdf
 %define sonum   15
 
@@ -317,7 +317,7 @@
 Version:%ver
 Release:0
 URL:https://www.unidata.ucar.edu/software/netcdf/
-Source: 
ftp://ftp.unidata.ucar.edu/pub/%{pname}/%{pname}-c-%{version}.tar.gz#/%{pname}-%{version}.tar.gz
+Source: 
ftp://ftp.unidata.ucar.edu/pub/%{pname}/%{pname}-c-%{version}.tar.gz
 Source1:nc-config.1.gz
 BuildRequires:  gawk
 BuildRequires:  libtool





commit shorewall for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2020-01-23 15:55:33

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


Package is "shorewall"

Thu Jan 23 15:55:33 2020 rev:109 rq:766579 version:5.2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2019-09-13 
15:00:06.953281806 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new.26092/shorewall.changes   
2020-01-23 15:55:54.159126955 +0100
@@ -1,0 +2,23 @@
+Thu Jan 23 07:27:41 UTC 2020 - Bruno Friedmann 
+
+- Update to bugfix minor 5.2.3.5
+  + A typo in the FTP documentation has been corrected.
+  + The recommended mss setting when using IPSec with ipcomp
+has been corrected.
+  + A number of incorrect links in the manpages have been
+corrected.
+  + The 'bypass' option is now allowed when specifying an
+NFQUEUE policy. Previously, specifying that option resulted
+in an error.
+  + Corrected IPv6 Address Range parsing.
+  + Previously, such ranges were required to be of the form
+[-] rather than the more standard form
+[]-[]. In the snat file (and in nat actions),
+the latter form was actually flagged as an error while in
+other contexts, it resulted in a less obvious error being
+raised.
+  + The manpages have been updated to refer to
+https://shorewall.org rather than http://www.shorewall.org.
+- Refresh spec file
+
+---

Old:

  shorewall-5.2.3.4.tar.bz2
  shorewall-core-5.2.3.4.tar.bz2
  shorewall-docs-html-5.2.3.4.tar.bz2
  shorewall-init-5.2.3.4.tar.bz2
  shorewall-lite-5.2.3.4.tar.bz2
  shorewall6-5.2.3.4.tar.bz2
  shorewall6-lite-5.2.3.4.tar.bz2

New:

  shorewall-5.2.3.5.tar.bz2
  shorewall-core-5.2.3.5.tar.bz2
  shorewall-docs-html-5.2.3.5.tar.bz2
  shorewall-init-5.2.3.5.tar.bz2
  shorewall-lite-5.2.3.5.tar.bz2
  shorewall6-5.2.3.5.tar.bz2
  shorewall6-lite-5.2.3.5.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.Mv6Ztw/_old  2020-01-23 15:55:56.643128297 +0100
+++ /var/tmp/diff_new_pack.Mv6Ztw/_new  2020-01-23 15:55:56.643128297 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package shorewall
 #
-# 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
@@ -24,7 +24,7 @@
   %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
 Name:   shorewall
-Version:5.2.3.4
+Version:5.2.3.5
 Release:0
 Summary:An iptables-based firewall for Linux systems
 License:GPL-2.0-only

++ shorewall-5.2.3.4.tar.bz2 -> shorewall-5.2.3.5.tar.bz2 ++
 3252 lines of diff (skipped)

++ shorewall-core-5.2.3.4.tar.bz2 -> shorewall-core-5.2.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.2.3.4/changelog.txt 
new/shorewall-core-5.2.3.5/changelog.txt
--- old/shorewall-core-5.2.3.4/changelog.txt2019-08-27 02:55:56.0 
+0200
+++ new/shorewall-core-5.2.3.5/changelog.txt2020-01-15 22:06:14.0 
+0100
@@ -1,3 +1,17 @@
+Changes in 5.2.3.5
+
+1)  Correct typo in FTP.xml.
+
+2)  Correct recommended mss with ipcomp.
+
+3)  Correct manpage links in documentation and manpages.
+
+4)  Allow the bypass option in an NFQUEUE policy.
+
+5)  Correct IPv6 Address Range parsing.
+
+6)  Correct documentation links.
+
 Changes in 5.2.3.4
 
 1)  Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.2.3.4/configure 
new/shorewall-core-5.2.3.5/configure
--- old/shorewall-core-5.2.3.4/configure2019-08-27 02:55:56.0 
+0200
+++ new/shorewall-core-5.2.3.5/configure2020-01-15 22:06:14.0 
+0100
@@ -28,7 +28,7 @@
 #
 # Build updates this
 #
-VERSION=5.2.3.4
+VERSION=5.2.3.5
 
 case "$BASH_VERSION" in
 [4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.2.3.4/configure.pl 
new/shorewall-core-5.2.3.5/configure.pl
--- old/shorewall-core-5.2.3.4/configure.pl 2019-08-27 02:55:56.0 
+0200
+++ new/shorewall-core-5.2.3.5/configure.pl 2020-01-15 22:06:14.0 
+0100
@@ -31,7 +31,7 @@
 # Build updates this
 #
 use constant {
-VERSION => '5.2.3.4'
+VERSION => '5.2.3.5'
 };
 
 my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-5.2.3.4/install.sh 

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

2020-01-23 Thread root
Hello community,

here is the log from the commit of package perl-Net-Whois-RIPE for 
openSUSE:Factory checked in at 2020-01-23 15:55:18

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


Package is "perl-Net-Whois-RIPE"

Thu Jan 23 15:55:18 2020 rev:33 rq:766558 version:2.007001

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-RIPE/perl-Net-Whois-RIPE.changes  
2020-01-17 16:07:46.064507616 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-RIPE.new.26092/perl-Net-Whois-RIPE.changes
   2020-01-23 15:55:35.871117077 +0100
@@ -1,0 +2,9 @@
+Thu Jan 23 03:11:07 UTC 2020 -  
+
+- updated to 2.007001
+   see /usr/share/doc/packages/perl-Net-Whois-RIPE/Changes
+
+  2.0070012020-01-16
+  - Minor improvement to fix Kwalitee issues (use strict, non 
ASCII characters in POD)
+
+---

Old:

  Net-Whois-RIPE-2.007.tar.gz

New:

  Net-Whois-RIPE-2.007001.tar.gz



Other differences:
--
++ perl-Net-Whois-RIPE.spec ++
--- /var/tmp/diff_new_pack.CaAm5G/_old  2020-01-23 15:55:37.571117996 +0100
+++ /var/tmp/diff_new_pack.CaAm5G/_new  2020-01-23 15:55:37.575117998 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-RIPE
-Version:2.007
+Version:2.007001
 Release:0
 %define cpan_name Net-Whois-RIPE
 Summary:Pure-Perl implementation of the RIPE Database client

++ Net-Whois-RIPE-2.007.tar.gz -> Net-Whois-RIPE-2.007001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007/Changes 
new/Net-Whois-RIPE-2.007001/Changes
--- old/Net-Whois-RIPE-2.007/Changes2020-01-16 12:05:05.0 +0100
+++ new/Net-Whois-RIPE-2.007001/Changes 2020-01-22 20:40:32.0 +0100
@@ -1,5 +1,8 @@
 Revision history for net-whois-ripe
 
+2.0070012020-01-16
+- Minor improvement to fix Kwalitee issues (use strict, non ASCII 
characters in POD)
+
 2.0070002020-01-16
 - Version BUMP to allow an upload on PAUSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007/META.json 
new/Net-Whois-RIPE-2.007001/META.json
--- old/Net-Whois-RIPE-2.007/META.json  2020-01-16 12:06:36.0 +0100
+++ new/Net-Whois-RIPE-2.007001/META.json   2020-01-22 20:40:42.0 
+0100
@@ -48,6 +48,6 @@
  "url" : "https://github.com/arhuman/Net-Whois-RIPE;
   }
},
-   "version" : 2.007,
+   "version" : 2.007001,
"x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007/META.yml 
new/Net-Whois-RIPE-2.007001/META.yml
--- old/Net-Whois-RIPE-2.007/META.yml   2020-01-16 12:06:36.0 +0100
+++ new/Net-Whois-RIPE-2.007001/META.yml2020-01-22 20:40:42.0 
+0100
@@ -25,5 +25,5 @@
 resources:
   bugtracker: https://github.com/arhuman/Net-Whois-RIPE/issues
   repository: https://github.com/arhuman/Net-Whois-RIPE
-version: 2.007
+version: 2.007001
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Net-Whois-RIPE-2.007/lib/Net/Whois/Object/AsBlock/AFRINIC.pm 
new/Net-Whois-RIPE-2.007001/lib/Net/Whois/Object/AsBlock/AFRINIC.pm
--- old/Net-Whois-RIPE-2.007/lib/Net/Whois/Object/AsBlock/AFRINIC.pm
2020-01-16 10:58:15.0 +0100
+++ new/Net-Whois-RIPE-2.007001/lib/Net/Whois/Object/AsBlock/AFRINIC.pm 
2020-01-22 18:10:43.0 +0100
@@ -1,5 +1,6 @@
 package Net::Whois::Object::AsBlock::AFRINIC;
 
+use strict;
 use base qw/Net::Whois::Object/;
 
 # whois -t as-block -h whois.afrinic.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Net-Whois-RIPE-2.007/lib/Net/Whois/Object/AsBlock/APNIC.pm 
new/Net-Whois-RIPE-2.007001/lib/Net/Whois/Object/AsBlock/APNIC.pm
--- old/Net-Whois-RIPE-2.007/lib/Net/Whois/Object/AsBlock/APNIC.pm  
2020-01-16 10:58:15.0 +0100
+++ new/Net-Whois-RIPE-2.007001/lib/Net/Whois/Object/AsBlock/APNIC.pm   
2020-01-22 18:10:47.0 +0100
@@ -1,5 +1,6 @@
 package Net::Whois::Object::AsBlock::APNIC;
 
+use strict;
 use base qw/Net::Whois::Object/;
 
 # whois -h whois.apnic.net -t as-block
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-RIPE-2.007/lib/Net/Whois/Object/AsBlock.pm 
new/Net-Whois-RIPE-2.007001/lib/Net/Whois/Object/AsBlock.pm
--- old/Net-Whois-RIPE-2.007/lib/Net/Whois/Object/AsBlock.pm2020-01-16 
10:58:15.0 +0100
+++ 

commit kiwi-images-wsl for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kiwi-images-wsl for openSUSE:Factory 
checked in at 2020-01-23 15:54:48

Comparing /work/SRC/openSUSE:Factory/kiwi-images-wsl (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092 (New)


Package is "kiwi-images-wsl"

Thu Jan 23 15:54:48 2020 rev:3 rq:766511 version:15.2

Changes:

--- /work/SRC/openSUSE:Factory/kiwi-images-wsl/kiwi-images-wsl.changes  
2020-01-20 22:55:14.523338837 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-images-wsl.new.26092/kiwi-images-wsl.changes   
2020-01-23 15:54:59.979097692 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 08:55:00 UTC 2020 - Guillaume GARDET 
+
+- Increase disk space as build requires a bit more than 4G
+
+---



Other differences:
--
++ _constraints ++
--- /var/tmp/diff_new_pack.NWT9ua/_old  2020-01-23 15:55:00.799098134 +0100
+++ /var/tmp/diff_new_pack.NWT9ua/_new  2020-01-23 15:55:00.799098134 +0100
@@ -4,7 +4,7 @@
  2
 
 
-  4
+  5
 
   
 




commit sway for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2020-01-23 15:54:59

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


Package is "sway"

Thu Jan 23 15:54:59 2020 rev:18 rq:766503 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/sway/sway.changes2019-08-27 
15:26:28.608687143 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new.26092/sway.changes 2020-01-23 
15:55:06.887101423 +0100
@@ -1,0 +2,14 @@
+Thu Jan 23 08:46:57 UTC 2020 - Michael Vetter 
+
+- Update to 1.4:
+  * Support for VNC via wayvnc. The wlroots RDP backend has been removed.
+  * Partial support for the MATE panel
+  * Configurable input latency controls, see max_render_time in
+sway(5) and sway-output(5)
+  * Keyboard grouping (useful for certain niche keyboard designs)
+  * Support for xdg-shell v6 unstable has been removed
+  * The recommended terminal emulator in the default configuration
+file is now alacritty.
+  * Bug fixes
+
+---

Old:

  sway-1.2.tar.gz

New:

  sway-1.4.tar.gz



Other differences:
--
++ sway.spec ++
--- /var/tmp/diff_new_pack.gt3cAI/_old  2020-01-23 15:55:10.243103235 +0100
+++ /var/tmp/diff_new_pack.gt3cAI/_new  2020-01-23 15:55:10.243103235 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sway
 #
-# 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,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:   sway
-Version:1.2
+Version:1.4
 Release:0
 Summary:Window manager for Wayland compatible with i3
 License:MIT

++ sway-1.2.tar.gz -> sway-1.4.tar.gz ++
 10300 lines of diff (skipped)





commit wine for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2020-01-23 15:54:35

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


Package is "wine"

Thu Jan 23 15:54:35 2020 rev:297 rq:766494 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2020-01-22 
22:43:38.808496351 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.26092/wine.changes 2020-01-23 
15:54:43.975089048 +0100
@@ -9,0 +10 @@
+- build the PE format modules with the MingW cross compiler.



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.Jq0jaY/_old  2020-01-23 15:54:46.607090469 +0100
+++ /var/tmp/diff_new_pack.Jq0jaY/_new  2020-01-23 15:54:46.611090471 +0100
@@ -92,6 +92,12 @@
 BuildRequires:  sane-backends-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
+%ifarch x86_64
+BuildRequires:  mingw64-cross-gcc
+%endif
+%ifarch %ix86
+BuildRequires:  mingw32-cross-gcc
+%endif
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -271,6 +277,7 @@
 echo "  +^/usr/bin/wine\$" >> %SOURCE7
 echo "  +^/usr/bin/wine-preloader\$" >> %SOURCE7
 echo "  +^/usr/lib/wine/fakedlls" >> %SOURCE7
+echo "  +^/usr/lib/wine/*" >> %SOURCE7
 grep SONAME_ config.log
 grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires 
\1/;'|sort -u >>%SOURCE7
 echo " recommends \"libpulse0-32bit\"" >> %SOURCE7
@@ -436,6 +443,22 @@
 %{_bindir}/wine64-preloader
 %endif
 %{_libdir}/wine/*.so
+%{_libdir}/wine/*.acm
+%{_libdir}/wine/*.com
+%{_libdir}/wine/*.cpl
+%{_libdir}/wine/*.dll
+%ifarch %ix86
+%{_libdir}/wine/*.dll16
+%{_libdir}/wine/*.drv16
+%{_libdir}/wine/*.exe16
+%{_libdir}/wine/*.mod16
+%{_libdir}/wine/*.vxd
+%endif
+%{_libdir}/wine/*.drv
+%{_libdir}/wine/*.exe
+%{_libdir}/wine/*.ocx
+%{_libdir}/wine/*.sys
+%{_libdir}/wine/*.tlb
 %{_libdir}/lib*.so.*
 %dir %{_libdir}/wine
 %dir %{_libdir}/wine/fakedlls

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.Jq0jaY/_old  2020-01-23 15:54:46.667090502 +0100
+++ /var/tmp/diff_new_pack.Jq0jaY/_new  2020-01-23 15:54:46.671090504 +0100
@@ -2,6 +2,20 @@
 wine
+^/usr/bin/wine$
+^/usr/bin/wine-preloader$
+   /usr/lib/wine/*.acm
+   /usr/lib/wine/*.com
+   /usr/lib/wine/*.cpl
+   /usr/lib/wine/*.dll
+   /usr/lib/wine/*.dll16
+   /usr/lib/wine/*.drv
+   /usr/lib/wine/*.drv16
+   /usr/lib/wine/*.exe
+   /usr/lib/wine/*.exe16
+   /usr/lib/wine/*.mod16
+   /usr/lib/wine/*.ocx
+   /usr/lib/wine/*.sys
+   /usr/lib/wine/*.tlb
+   /usr/lib/wine/*.vxd
requires "libX11.so.6"
requires "libXext.so.6"
requires "libXcursor.so.1"






commit aqbanking for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2020-01-23 15:54:44

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


Package is "aqbanking"

Thu Jan 23 15:54:44 2020 rev:80 rq:766501 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2020-01-17 
16:04:36.940418147 +0100
+++ /work/SRC/openSUSE:Factory/.aqbanking.new.26092/aqbanking.changes   
2020-01-23 15:54:53.483094183 +0100
@@ -1,0 +2,7 @@
+Wed Jan 22 09:15:32 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 6.0.1. Check the ChangeLog file for the list of changes.
+- Drop conditions for obsolete openSUSE versions.
+- Run spec-cleaner
+
+---

Old:

  aqbanking-5.99.45.tar.gz

New:

  aqbanking-6.0.1.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.PgnVNN/_old  2020-01-23 15:54:55.063095037 +0100
+++ /var/tmp/diff_new_pack.PgnVNN/_new  2020-01-23 15:54:55.063095037 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package aqbanking
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018 SUSE LINUX GmbH, Nürnberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,39 +13,30 @@
 # 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  cmake_config_version 6.0
 %define  build_ofx 1
-%definedevversion 5.99
-# disable EBICS plugin for older openSUSE versions due to problems linking
-# to xmlsec1-gcrypt:
-%if 0%{?suse_version} > 1320 || 0%{?leap_version} >= 420300
-%define  build_ebics 1
-%else
-%define  build_ebics 0
-%endif
 %define _name aqbanking
-%define  aq_plugindir   %{_libdir}/aqbanking/plugins/43
+%define  aq_plugindir   %{_libdir}/aqbanking/plugins/44
 %define  fronts_libdir  %{aq_plugindir}/frontends
 %define  imex_plugindir %{aq_plugindir}/imexporters
 %define  imex_datadir   %{_datadir}/%{_name}/imexporters
 %define  fronts_datadir %{_datadir}/%{_name}/frontends
 %define  qb_cfgmoddir   %{fronts_libdir}/qbanking/cfgmodules
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
-
 Name:   aqbanking
-Version:5.99.45
-%define _version %{version}
+Version:6.0.1
 Release:0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
-License:GPL-2.0 or GPL-3.0
+License:GPL-2.0-only OR GPL-3.0-only
 Group:  Productivity/Office/Finance
-Url:http://www.aquamaniac.de/aqbanking/
-Source: %{_name}-%{_version}.tar.gz
+URL:https://www.aquamaniac.de/aqbanking/
+Source: %{_name}-%{version}.tar.gz
 Source1:aqbanking6-handbook-20190221.pdf
-# Not available for beta:
+# 6.0.1 is not signed:
 #Source2:   %%{name}-%%{_version}.tar.gz.asc
 Source3:%{_name}.keyring
 BuildRequires:  cmake
@@ -55,21 +47,18 @@
 BuildRequires:  gwenhywfar-devel >= 5.0.0
 BuildRequires:  gwenhywfar-tools >= 5.0.0
 BuildRequires:  ktoblzcheck-devel >= 1.10
+BuildRequires:  libltdl-devel
 BuildRequires:  pkgconfig
+BuildRequires:  xmlsec1-gnutls-devel
+Recommends: %{name}-lang
 %if !0%{?sles_version}
 BuildRequires:  pkgconfig(gtk+-2.0)
 %else
 BuildRequires:  gtk2-devel
 %endif
-%if %build_ofx
+%if %{build_ofx}
 BuildRequires:  libofx-devel
 %endif
-%if %build_ebics
-BuildRequires:  libltdl-devel
-BuildRequires:  xmlsec1-gnutls-devel
-%endif
-Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 AqBanking is a generic online banking interface. It allows multiple
@@ -78,19 +67,17 @@
 
 %package devel
 Summary:Library for Online Banking Functions and Financial Data 
Import/Export
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   cmake
 Requires:   glibc-devel
 Requires:   gwenhywfar-devel >= 4.99.24
 Requires:   ktoblzcheck-devel
-%if %build_ofx
-Requires:   libofx-devel
-%endif
-%if %build_ebics
 Requires:   libltdl-devel
 Requires:   xmlsec1-gnutls-devel
+%if %{build_ofx}
+Requires:   libofx-devel
 %endif
 
 %description devel
@@ -111,11 +98,10 @@
 
 This package contains a handbook.
 
-%if %build_ofx
-
+%if %{build_ofx}
 %package ofx
 Summary:Library for Online Banking 

commit gramps for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2020-01-23 15:54:38

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


Package is "gramps"

Thu Jan 23 15:54:38 2020 rev:45 rq:766512 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Factory/gramps/gramps.changes2019-09-18 
13:14:28.396651612 +0200
+++ /work/SRC/openSUSE:Factory/.gramps.new.26092/gramps.changes 2020-01-23 
15:54:49.227091884 +0100
@@ -1,0 +2,59 @@
+Tue Jan 21 13:06:47 UTC 2020 - Sebastian Schubert 
+
+- Update to version 5.1.2:
+
+  + Narweb: several fixes
+  + WEBCAL: several fixes
+  + Update LDS Temple list
+  + Make GuiDestinationOption Folder Icon start in users directory
+  + Allow import file filter to accept case insensitive extensions
+  + Fix db to warn/prevent opening newer schema versions
+  + Fix Progen import dialog and progress meter for correct parent
+window
+  + Fix Progen import to correctly handle AKA surnames
+  + Fix ExportPkg so errors are not lost, and has progress bar for
+media
+  + Fix Export Assistant so error messages get correct parent
+window
+  + Fix GEDCOM import when family is missing; import created a
+missing note
+  + Fix Dashboard for adding Gramplet crash in Slovenian
+  + Update cs, ca, fr, uk, he, fi, hr, de, sv translation
+  + Update date parsing for czech locale
+  + Fix Spanish translation for dates
+  + fix private proxy tagref support. Add missing code for event,
+repository, source, citation and place
+  + [Tree doc Tex] fix "-" char on place name "-" can lead to
+confusion, generating text out of the box with PDF file format
+  + [Tree doc Tex] fix typo on custom size
+  + Fix duplicated "døde døde" Norwegion Translation for
+libnarrate
+  + Fix up Event Editors Place display for bidi text with Gramps ID
+  + Fix issues with RTL languages and LAT/LONG
+  + Fix GEDCOM export to avoid translated GrampsType strings
+  + Allow Tools with Notbook tabs to expand to fill the window
+  + Limit Age Stats gramplet settings to appropriate values.
+  + Fix the Preferences 'Age display precision' value getting lost
+  + Fix Window family tree title for non-ASCII chars on Windows
+  + Fix Preferences/Genealogical Symbols when only one font is
+present
+  + Fix various Entry fields so Undo/Redo works
+  + Fix tag colors on PedigreeView
+  + Fix Gramps -v error when Gtk is not present
+  + Fix for PedigreeView not reflecting changes to birthday or
+death
+  + ODF DOC - Fix improper escaping in odt output for TOC/Bookmark
+etc.
+  + Fix CLI parser to accept negative integers as valid
+  + Fix Descendant Tree report for HandleError when no parents on
+family
+  + Fix Reorder ID tool so subsequent db additions used next
+possible ID
+  + Upgrade export VCalendar to v2.0, so can export all utf8
+characters
+  + Fix Preferences so PageUp/PageDn doesn't stick on Dates tab
+  + Graphs: Escape for name, dates and places in graph reports with
+XML illegal characters
+  + Fix 'Go' menu direct object selection, goes to wrong place
+
+---

Old:

  gramps-5.1.1.tar.gz

New:

  gramps-5.1.2.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.PSTiDu/_old  2020-01-23 15:54:50.883092779 +0100
+++ /var/tmp/diff_new_pack.PSTiDu/_new  2020-01-23 15:54:50.887092781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gramps
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %global __requires_exclude 
typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)|typelib\\(GConf\\)
 Name:   gramps
-Version:5.1.1
+Version:5.1.2
 Release:0
 Summary:Genealogical Research Software
 License:GPL-2.0-or-later

++ gramps-5.1.1.tar.gz -> gramps-5.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/gramps/gramps-5.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.gramps.new.26092/gramps-5.1.2.tar.gz differ: char 
29, line 2




commit wlroots for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package wlroots for openSUSE:Factory checked 
in at 2020-01-23 15:54:55

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


Package is "wlroots"

Thu Jan 23 15:54:55 2020 rev:7 rq:766500 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/wlroots/wlroots.changes  2020-01-20 
22:55:49.895352445 +0100
+++ /work/SRC/openSUSE:Factory/.wlroots.new.26092/wlroots.changes   
2020-01-23 15:55:04.079099906 +0100
@@ -1,0 +2,8 @@
+Thu Jan 23 08:42:47 UTC 2020 - Michael Vetter 
+
+- Update to 0.10.0:
+  * The RDP backend has been removed entirely in favor of solutions
+like wayvnc
+  * Code cleanups and bug fixes
+
+---

Old:

  0.9.1.tar.gz

New:

  0.10.0.tar.gz



Other differences:
--
++ wlroots.spec ++
--- /var/tmp/diff_new_pack.IRkg5j/_old  2020-01-23 15:55:05.351100593 +0100
+++ /var/tmp/diff_new_pack.IRkg5j/_new  2020-01-23 15:55:05.351100593 +0100
@@ -23,7 +23,7 @@
 %bcond_without  xwayland
 %bcond_without  xcb_errors
 Name:   wlroots
-Version:0.9.1
+Version:0.10.0
 Release:0
 Summary:Modular Wayland compositor library
 License:MIT
@@ -74,16 +74,16 @@
 %package devel
 Summary:Modular Wayland compositor library
 Group:  Development/Libraries/C and C++
-Requires:   libwlroots4 = %{version}
+Requires:   libwlroots5 = %{version}
 
 %description devel
 Pluggable, composable modules for building a Wayland compositor.
 
-%package -n libwlroots4
+%package -n libwlroots5
 Summary:Modular Wayland compositor library
 Group:  System/Libraries
 
-%description -n libwlroots4
+%description -n libwlroots5
 Pluggable, composable modules for building a Wayland compositor.
 
 %prep
@@ -103,8 +103,8 @@
 %install
 %meson_install
 
-%post   -n libwlroots4 -p /sbin/ldconfig
-%postun -n libwlroots4 -p /sbin/ldconfig
+%post   -n libwlroots5 -p /sbin/ldconfig
+%postun -n libwlroots5 -p /sbin/ldconfig
 
 %files devel
 %license LICENSE
@@ -113,7 +113,7 @@
 %{_libdir}/pkgconfig/wlroots.pc
 %{_libdir}/libwlroots.so
 
-%files -n libwlroots4
+%files -n libwlroots5
 %{_libdir}/libwlroots.so.*
 
 %changelog

++ 0.9.1.tar.gz -> 0.10.0.tar.gz ++
 1929 lines of diff (skipped)




commit python-zope.component for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-zope.component for 
openSUSE:Factory checked in at 2020-01-23 16:11:06

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


Package is "python-zope.component"

Thu Jan 23 16:11:06 2020 rev:7 rq:766059 version:4.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.component/python-zope.component.changes  
2019-04-23 14:35:01.885429429 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.component.new.26092/python-zope.component.changes
   2020-01-23 16:12:46.275701874 +0100
@@ -1,0 +2,8 @@
+Tue Jan 21 11:24:19 UTC 2020 - Marketa Calabkova 
+
+- update to version 4.6
+  * Add support for Python 3.8.
+  * Drop support for Python 3.4.
+  * Fix tests on Python 2 following changes in ZODB 5.5.0.
+
+---

Old:

  zope.component-4.5.tar.gz

New:

  zope.component-4.6.tar.gz



Other differences:
--
++ python-zope.component.spec ++
--- /var/tmp/diff_new_pack.0gjbs4/_old  2020-01-23 16:12:47.215702431 +0100
+++ /var/tmp/diff_new_pack.0gjbs4/_new  2020-01-23 16:12:47.219702433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.component
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,12 +27,13 @@
 %bcond_with test
 %endif
 Name:   python-zope.component%{psuffix}
-Version:4.5
+Version:4.6
 Release:0
+
 Summary:Zope Component Architecture
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Url:http://www.python.org/pypi/zope.component
+URL:http://www.python.org/pypi/zope.component
 Source: 
https://files.pythonhosted.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ zope.component-4.5.tar.gz -> zope.component-4.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.5/.gitignore 
new/zope.component-4.6/.gitignore
--- old/zope.component-4.5/.gitignore   2018-10-10 13:24:16.0 +0200
+++ new/zope.component-4.6/.gitignore   1970-01-01 01:00:00.0 +0100
@@ -1,17 +0,0 @@
-*.pyc
-__pycache__
-bin
-develop-eggs
-eggs
-parts
-.installed.cfg
-*.egg-info
-docs/_build
-build
-.tox
-nosetests.xml
-coverage.xml
-.coverage
-dist/
-.eggs/
-htmlcov/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.5/.travis.yml 
new/zope.component-4.6/.travis.yml
--- old/zope.component-4.5/.travis.yml  2018-10-10 13:24:16.0 +0200
+++ new/zope.component-4.6/.travis.yml  2019-11-12 11:34:01.0 +0100
@@ -1,41 +1,37 @@
 language: python
-sudo: false
-matrix:
-  include:
-- python: 2.7
-  env: MINIMAL=1
+
 python:
   - 2.7
-  - 3.4
   - 3.5
   - 3.6
+  - 3.7
+  - 3.8
   - pypy
   - pypy3
 
-matrix:
+jobs:
   include:
-- python: "3.7"
-  dist: xenial
-  sudo: true
+- name: "Python: 2.7, minimal set of dependencies"
+  python: 2.7
+  env: MINIMAL=1
+
+install:
+  - pip install -U pip setuptools
+  - pip install -U coveralls coverage
+  - if [[ -n "$MINIMAL" ]]; then pip install -U -e ".[mintests]"; fi
+  - if [[ -z "$MINIMAL" ]]; then pip install -U -e ".[test,docs]"; fi
 
 script:
   - coverage run -m zope.testrunner --test-path=src
-  - if [[ -z "$MINIMAL" ]]; then sphinx-build  -b html
-d docs/_build/doctrees docs docs/_build/html; fi
-  - if [[ -z "$MINIMAL" ]]; then coverage run -a `which sphinx-build` -b 
doctest -d docs/_build/doctrees docs docs/_build/doctest; fi
+  - if [[ -z "$MINIMAL" ]]; then sphinx-build  -b html-d 
docs/_build/doctrees docs docs/_build/html; fi
+  - if [[ -z "$MINIMAL" ]]; then coverage run -a -m sphinx -b doctest -d 
docs/_build/doctrees docs docs/_build/doctest; fi
 
 after_success:
   - coveralls
+
 notifications:
   email: false
 
-install:
-  - pip install -U pip setuptools
-  - pip install -U coveralls coverage
-  - if [[ -n "$MINIMAL" ]]; then pip install -U -e ".[mintests]"; fi
-  - if [[ -z "$MINIMAL" ]]; then pip install -U -e ".[test,docs]"; fi
-
-
 cache: pip
-
 before_cache:
   - rm -f $HOME/.cache/pip/log/debug.log
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.component-4.5/CHANGES.rst 
new/zope.component-4.6/CHANGES.rst
--- old/zope.component-4.5/CHANGES.rst  2018-10-10 

commit python-zope.hookable for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-zope.hookable for 
openSUSE:Factory checked in at 2020-01-23 16:11:04

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


Package is "python-zope.hookable"

Thu Jan 23 16:11:04 2020 rev:7 rq:766058 version:5.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.hookable/python-zope.hookable.changes
2019-10-16 09:17:18.627154410 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.hookable.new.26092/python-zope.hookable.changes
 2020-01-23 16:12:45.119701189 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 11:19:26 UTC 2020 - Marketa Calabkova 
+
+- update to version 5.0.0
+  * Add support for Python 3.7 and 3.8.
+  * Drop support for Python 3.4.
+
+---

Old:

  zope.hookable-4.2.0.tar.gz

New:

  zope.hookable-5.0.0.tar.gz



Other differences:
--
++ python-zope.hookable.spec ++
--- /var/tmp/diff_new_pack.m25mpo/_old  2020-01-23 16:12:46.039701734 +0100
+++ /var/tmp/diff_new_pack.m25mpo/_new  2020-01-23 16:12:46.043701736 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.hookable
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zope.hookable
-Version:4.2.0
+Version:5.0.0
 Release:0
 Summary:Zope hookable
 License:ZPL-2.1

++ zope.hookable-4.2.0.tar.gz -> zope.hookable-5.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.hookable-4.2.0/.travis.yml 
new/zope.hookable-5.0.0/.travis.yml
--- old/zope.hookable-4.2.0/.travis.yml 2017-11-07 18:46:36.0 +0100
+++ new/zope.hookable-5.0.0/.travis.yml 2019-11-12 13:11:36.0 +0100
@@ -1,25 +1,101 @@
 language: python
-sudo: false
-matrix:
+env:
+  global:
+TWINE_USERNAME: zope.wheelbuilder
+TWINE_PASSWORD:
+  secure: 
"iHOASkMh4JGxVom8gVdIDmmj7VRa5j8vvdABphmyuO6ZH6Qyvu/dIJwzp5S5GKEn+SmwoB+MdKHdxtvVTmmryA5TqimYVd0zti+DeCdSU2N87W/dCpuvNUIL0dz+QeCzuQluipl0qjhkPPhR4GzwxLwxFZW1vJyQ7puGlbhjlkY="
+
+python:
+  - 2.7
+  - 3.5
+  - 3.6
+  - 3.7
+  - 3.8
+  - pypy
+  - pypy3
+
+jobs:
   include:
-- python: 2.7
-- python: 3.4
-- python: 3.5
-- python: 3.6
-- python: pypy
-- python: pypy3
-- python: 2.7
-  env:
-  - PURE_PYTHON=1
+- name: "Python: 2.7, pure (no C extensions)"
+  python: 2.7
+  env: PURE_PYTHON=1
+
+# manylinux wheel builds
+- name: 64-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+- name: 32-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_i686 PRE_CMD=linux32
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+# It's important to use 'macpython' builds to get the least
+# restrictive wheel tag. It's also important to avoid
+# 'homebrew 3' because it floats instead of being a specific version.
+- name: Python 2.7 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 2.7.17'
+- name: Python 3.5 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.5'
+- name: Python 3.6 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.6.0'
+- name: Python 3.7 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.7.0'
+
+before_install:
+  - |
+if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+  git clone https://github.com/MacPython/terryfy
+  source terryfy/travis_tools.sh
+  get_python_environment $TERRYFY_PYTHON venv
+fi
+
 install:
-- pip install -U pip setuptools
-- pip install -U coveralls coverage
-- pip install -U -e .[test,docs]
+  - pip install -U pip setuptools
+  - pip install -U coveralls coverage
+  - pip install -U -e .[test,docs]
+
 script:
-- coverage run setup.py test -q
-- coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs 
docs/_build/doctest
+  - python --version
+  - coverage run setup.py -q test
+  - coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs 
docs/_build/doctest
+  - python setup.py -q 

commit python-zope.security for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-zope.security for 
openSUSE:Factory checked in at 2020-01-23 16:10:57

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


Package is "python-zope.security"

Thu Jan 23 16:10:57 2020 rev:3 rq:766055 version:5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.security/python-zope.security.changes
2019-04-23 14:34:54.973424338 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.security.new.26092/python-zope.security.changes
 2020-01-23 16:12:40.999698747 +0100
@@ -1,0 +2,9 @@
+Tue Jan 21 10:48:01 UTC 2020 - Marketa Calabkova 
+
+- update to version 5.0
+  * Drop support for Python 3.4.
+  * Add support for Python 3.8.
+  * Properly declare dependency on zope.schema >= 4.2.0, introduced in 
zope.security 4.2.1.
+  * Fix dict item view iteration on PyPy3 7.x.
+
+---

Old:

  zope.security-4.3.1.tar.gz

New:

  zope.security-5.0.tar.gz



Other differences:
--
++ python-zope.security.spec ++
--- /var/tmp/diff_new_pack.4qYatX/_old  2020-01-23 16:12:42.243699484 +0100
+++ /var/tmp/diff_new_pack.4qYatX/_new  2020-01-23 16:12:42.243699484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.security
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,12 +27,12 @@
 %bcond_with test
 %endif
 Name:   python-zope.security%{psuffix}
-Version:4.3.1
+Version:5.0
 Release:0
 Summary:Zope Security Framework
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Url:http://www.python.org/pypi/zope.security
+URL:https://www.python.org/pypi/zope.security
 Source0:
https://files.pythonhosted.org/packages/source/z/zope.security/zope.security-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -47,13 +47,14 @@
 Requires:   python-zope.interface
 Requires:   python-zope.location
 Requires:   python-zope.proxy >= 4.3.0
-Requires:   python-zope.schema
+Requires:   python-zope.schema >= 4.2.0
 %if %{with test}
 BuildRequires:  %{python_module BTrees}
 BuildRequires:  %{python_module zope.component}
 BuildRequires:  %{python_module zope.configuration}
 BuildRequires:  %{python_module zope.location}
 BuildRequires:  %{python_module zope.proxy >= 4.3.0}
+BuildRequires:  %{python_module zope.schema >= 4.2.0}
 BuildRequires:  %{python_module zope.security = %{version}}
 BuildRequires:  %{python_module zope.testing}
 BuildRequires:  %{python_module zope.testrunner}
@@ -84,7 +85,6 @@
 
 %if !%{with test}
 %files %{python_files}
-%defattr(-,root,root)
 %license LICENSE.txt
 %doc README.rst
 %{python_sitearch}/*

++ zope.security-4.3.1.tar.gz -> zope.security-5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.security-4.3.1/.travis.yml 
new/zope.security-5.0/.travis.yml
--- old/zope.security-4.3.1/.travis.yml 2019-01-03 15:00:27.0 +0100
+++ new/zope.security-5.0/.travis.yml   2019-11-11 19:14:44.0 +0100
@@ -1,31 +1,116 @@
 language: python
-sudo: false
+
+env:
+  global:
+TWINE_USERNAME: zope.wheelbuilder
+TWINE_PASSWORD:
+  secure: 
"U6CeZtNEPDN3qKXfrLcvHFLrowqNWxmapXLWygZRxKgfR+ypowe1Y0a4kCBEBZKtysbY26MmIkrMV07tEMxny1yUWVCvRvUaQw0Ic3t5CM0R019zjVh9fQUTdWGCwri86Qj/OaeuPeMR0LCr6d9nMSun0GWSWhjOUhkTCdchfQw="
+
+python:
+  - 2.7
+  - 3.5
+  - 3.6
+  - 3.7
+  - 3.8
+  - pypy
+  - pypy3
+
 matrix:
   include:
-- python: 2.7
-- python: 3.4
-- python: 3.5
-- python: 3.6
-- python: 3.7
-  dist: xenial
-  sudo: true
-- python: pypy
-- python: pypy3
-- python: 2.7
-  env:
-  - PURE_PYTHON=1
-  - ZOPE_WATCH_CHECKERS=1
-- python: 3.4
+
+- name: "Python: 2.7, pure (no C extensions), with ZOPE_WATCH_CHECKERS 
enabled"
+  python: "2.7"
+  env: PURE_PYTHON=1 ZOPE_WATCH_CHECKERS=1
+
+- name: "Python: 3.7, with ZOPE_WATCH_CHECKERS enabled"
+  python: 3.7
   env: ZOPE_WATCH_CHECKERS=1
+
+- name: "Python: 3.7, pure (no C extensions)"
+  python: 3.7
+  env: PURE_PYTHON=1
+
+# manylinux wheel builds
+- name: 64-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+- name: 32-bit manylinux 

commit python-six for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-six for openSUSE:Factory 
checked in at 2020-01-23 16:10:54

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


Package is "python-six"

Thu Jan 23 16:10:54 2020 rev:35 rq:766053 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/python-six/python-six.changes2020-01-16 
18:13:19.768706304 +0100
+++ /work/SRC/openSUSE:Factory/.python-six.new.26092/python-six.changes 
2020-01-23 16:12:40.227698290 +0100
@@ -1,0 +2,11 @@
+Tue Jan 21 11:17:01 UTC 2020 - Ondřej Súkup 
+
+- update to 1.14.0
+ * Add `six.assertNotRegex`
+ * `six.moves._dummy_thread` now points to the `_thread` module on
+Python 3.9+. Python 3.7 and later requires threading and deprecated the
+`_dummy_thread` module
+ * Remove support for Python 2.6 and Python 3.2
+ * `six.wraps` now ignores missing attributes
+
+---

Old:

  six-1.13.0.tar.gz

New:

  six-1.14.0.tar.gz



Other differences:
--
++ python-six.spec ++
--- /var/tmp/diff_new_pack.IvZX4g/_old  2020-01-23 16:12:40.799698629 +0100
+++ /var/tmp/diff_new_pack.IvZX4g/_new  2020-01-23 16:12:40.803698631 +0100
@@ -27,7 +27,7 @@
 %bcond_with test
 %define psuffix %{nil}
 %endif
-Version:1.13.0
+Version:1.14.0
 Release:0
 Summary:Python 2 and 3 compatibility utilities
 License:MIT

++ six-1.13.0.tar.gz -> six-1.14.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/six-1.13.0/CHANGES new/six-1.14.0/CHANGES
--- old/six-1.13.0/CHANGES  2019-11-05 18:28:14.0 +0100
+++ new/six-1.14.0/CHANGES  2020-01-15 19:10:01.0 +0100
@@ -3,6 +3,20 @@
 
 This file lists the changes in each six version.
 
+1.14.0
+--
+
+- Issue #288, pull request #289: Add `six.assertNotRegex`.
+
+- Issue #317: `six.moves._dummy_thread` now points to the `_thread` module on
+  Python 3.9+. Python 3.7 and later requires threading and deprecated the
+  `_dummy_thread` module.
+
+- Issue #308, pull request #314: Remove support for Python 2.6 and Python 3.2.
+
+- Issue #250, issue #165, pull request #251: `six.wraps` now ignores missing
+  attributes. This follows the Python 3.2+ standard library behavior.
+
 1.13.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/six-1.13.0/LICENSE new/six-1.14.0/LICENSE
--- old/six-1.13.0/LICENSE  2019-11-05 18:28:14.0 +0100
+++ new/six-1.14.0/LICENSE  2020-01-15 19:10:01.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2019 Benjamin Peterson
+Copyright (c) 2010-2020 Benjamin Peterson
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/six-1.13.0/PKG-INFO new/six-1.14.0/PKG-INFO
--- old/six-1.13.0/PKG-INFO 2019-11-05 18:28:33.56800 +0100
+++ new/six-1.14.0/PKG-INFO 2020-01-15 19:10:19.026476400 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: six
-Version: 1.13.0
+Version: 1.14.0
 Summary: Python 2 and 3 compatibility utilities
 Home-page: https://github.com/benjaminp/six
 Author: Benjamin Peterson
@@ -27,7 +27,7 @@
 writing Python code that is compatible on both Python versions.  See 
the
 documentation for more information on what is provided.
 
-Six supports every Python version since 2.6.  It is contained in only 
one Python
+Six supports Python 2.7 and 3.3+.  It is contained in only one Python
 file, so it can be easily copied into your project. (The copyright and 
license
 notice must be retained.)
 
@@ -36,9 +36,6 @@
 Bugs can be reported to https://github.com/benjaminp/six.  The code 
can also
 be found there.
 
-For questions about six or porting in general, email the 
python-porting mailing
-list: https://mail.python.org/mailman/listinfo/python-porting
-
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Programming Language :: Python :: 2
@@ -47,4 +44,4 @@
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Topic :: Software Development :: Libraries
 Classifier: Topic :: Utilities
-Requires-Python: >=2.6, !=3.0.*, !=3.1.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/six-1.13.0/README.rst new/six-1.14.0/README.rst
--- old/six-1.13.0/README.rst   

commit python-zope.i18nmessageid for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2020-01-23 16:11:02

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


Package is "python-zope.i18nmessageid"

Thu Jan 23 16:11:02 2020 rev:7 rq:766057 version:5.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.i18nmessageid/python-zope.i18nmessageid.changes
  2019-10-16 09:17:16.363160245 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new.26092/python-zope.i18nmessageid.changes
   2020-01-23 16:12:44.335700724 +0100
@@ -1,0 +2,7 @@
+Tue Jan 21 11:12:38 UTC 2020 - Marketa Calabkova 
+
+- update to version 5.0.0
+  * Drop support for Python 3.4.
+  * Add support for Python 3.8.
+
+---

Old:

  zope.i18nmessageid-4.3.1.tar.gz

New:

  zope.i18nmessageid-5.0.0.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
--- /var/tmp/diff_new_pack.yNXOoU/_old  2020-01-23 16:12:44.879701046 +0100
+++ /var/tmp/diff_new_pack.yNXOoU/_new  2020-01-23 16:12:44.883701049 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.i18nmessageid
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-zope.i18nmessageid
-Version:4.3.1
+Version:5.0.0
 Release:0
 Summary:Zope Location
 License:ZPL-2.1

++ zope.i18nmessageid-4.3.1.tar.gz -> zope.i18nmessageid-5.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.i18nmessageid-4.3.1/.travis.yml 
new/zope.i18nmessageid-5.0.0/.travis.yml
--- old/zope.i18nmessageid-4.3.1/.travis.yml2018-10-19 21:57:42.0 
+0200
+++ new/zope.i18nmessageid-5.0.0/.travis.yml2019-11-12 13:12:08.0 
+0100
@@ -1,31 +1,100 @@
 language: python
-sudo: false
+
+env:
+  global:
+TWINE_USERNAME: zope.wheelbuilder
+TWINE_PASSWORD:
+  secure: 
"VQxFZo+4W6XAX94+kJY8dx90uKnmsJIBLPHruK5Xz2E7bFM3t7MlcFN5A0v90fB7BJUiKyQpO67R+wF3XIaqd7UDcI0NVcNihKkzkP8rE4CLsHIhjWU9lKuO0juXegv+0p8ztHV9anvSXN3WbaYk7elXiv4CXxpTeVBy77KK8gE="
+
 python:
   - 2.7
-  - 3.4
   - 3.5
   - 3.6
+  - 3.7
+  - 3.8
   - pypy
-matrix:
+  - pypy3
+
+jobs:
   include:
-- python: 3.7
-  dist: xenial
-  sudo: true
-script:
-  - coverage run -m zope.testrunner --test-path=src  --auto-color 
--auto-progress
 
-after_success:
-  - coveralls
-notifications:
-  email: false
+# manylinux wheel builds
+- name: 64-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+- name: 32-bit manylinux wheels (all Pythons)
+  services: docker
+  env: DOCKER_IMAGE=quay.io/pypa/manylinux2010_i686 PRE_CMD=linux32
+  install: docker pull $DOCKER_IMAGE
+  script: bash .manylinux.sh
+
+# It's important to use 'macpython' builds to get the least
+# restrictive wheel tag. It's also important to avoid
+# 'homebrew 3' because it floats instead of being a specific version.
+- name: Python 2.7 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 2.7.17'
+- name: Python 3.5 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.5'
+- name: Python 3.6 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.6.0'
+- name: Python 3.7 wheels for MacOS
+  os: osx
+  language: generic
+  env: TERRYFY_PYTHON='macpython 3.7.0'
+
+before_install:
+  - |
+if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+  git clone https://github.com/MacPython/terryfy
+  source terryfy/travis_tools.sh
+  get_python_environment $TERRYFY_PYTHON venv
+fi
 
 install:
   - pip install -U pip setuptools
   - pip install -U coveralls coverage zope.testrunner
   - pip install -U -e ".[test]"
 
+script:
+  - python --version
+  - coverage run -m zope.testrunner --test-path=src --auto-color 
--auto-progress
+  - python setup.py -q bdist_wheel
 
-cache: pip
+after_success:
+  - coveralls
+  - |
+if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
+  # macpython 3.5 doesn't support recent TLS protocols which causes twine
+  # upload to fail, so we use the system Python 

commit 000release-packages for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-01-23 16:12:31

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


Package is "000release-packages"

Thu Jan 23 16:12:31 2020 rev:417 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.roJTqM/_old  2020-01-23 16:12:48.695703308 +0100
+++ /var/tmp/diff_new_pack.roJTqM/_new  2020-01-23 16:12:48.695703308 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20200122)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20200123)
 #
 # 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:20200122
+Version:    20200123
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20200122-0
+Provides:   product(openSUSE-Addon-NonOss) = 20200123-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200122
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20200123
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20200122
+  20200123
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20200122
+  cpe:/o:opensuse:opensuse-addon-nonoss:20200123
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.roJTqM/_old  2020-01-23 16:12:48.707703315 +0100
+++ /var/tmp/diff_new_pack.roJTqM/_new  2020-01-23 16:12:48.711703317 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20200122
+Version:    20200123
 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) = 20200122-0
+Provides:   product(openSUSE-MicroOS) = 20200123-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200122
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200123
 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) = 20200122-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200123-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) = 20200122-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200123-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) = 20200122-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200123-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) = 20200122-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200123-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -167,11 +167,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20200122
+  20200123
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20200122
+  cpe:/o:opensuse:opensuse-microos:20200123
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.roJTqM/_old  2020-01-23 16:12:48.723703324 +0100
+++ /var/tmp/diff_new_pack.roJTqM/_new  2020-01-23 16:12:48.723703324 +010

commit wsl-appx for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package wsl-appx for openSUSE:Factory 
checked in at 2020-01-23 15:53:46

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


Package is "wsl-appx"

Thu Jan 23 15:53:46 2020 rev:1 rq:764233 version:1

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Factory/.wsl-appx.new.26092/wsl-appx.changes 
2020-01-23 15:53:50.603060221 +0100
@@ -0,0 +1,95 @@
+---
+Tue Jan 14 09:26:53 UTC 2020 - Ludwig Nussel 
+
+- wsl-launcher was renamed to WSL-DistroLauncher
+
+---
+Fri Nov 22 15:22:40 UTC 2019 - Ludwig Nussel 
+
+- store file with sha256sum of appx file. Otherwise build-compare would
+  consider build results unchanged that only affected eg the launcher.
+
+---
+Wed Nov  6 10:00:18 UTC 2019 - Ludwig Nussel 
+
+- use different approach to the version in order to match guidelines
+  
https://docs.microsoft.com/en-us/windows/uwp/publish/package-version-numbering
+
+---
+Tue Nov  5 15:43:56 UTC 2019 - Ludwig Nussel 
+
+- set publisher display name correctly to SUSE resp openSUSE
+- add compat cert requirement for OBS instances that don't
+  understand #needsappxsslcertforbuild
+
+---
+Thu Oct 24 12:57:44 UTC 2019 - Ludwig Nussel 
+
+- appx needs a differnt cert, therefore use #needsappxsslcertforbuild
+
+---
+Thu Oct 17 15:25:27 UTC 2019 - Ludwig Nussel 
+
+- use SLE branding on SLE
+
+---
+Thu Oct 17 11:27:58 UTC 2019 - Ludwig Nussel 
+
+- set publisher based on project SSL cert
+
+---
+Thu Oct 17 11:09:43 UTC 2019 - Ludwig Nussel 
+
+- include architecure in appx file name
+
+---
+Thu Oct 17 08:03:42 UTC 2019 - Ludwig Nussel 
+
+- add build number to appx file name
+
+---
+Thu Oct 10 08:46:24 UTC 2019 - Ludwig Nussel 
+
+- rename DistroLauncher.exe to distro specific name
+
+---
+Tue Oct  8 15:02:26 UTC 2019 - Ludwig Nussel 
+
+- try setting a more meaningful version in the appx file
+
+---
+Fri Oct  4 13:45:48 UTC 2019 - Ludwig Nussel 
+
+- actually compress install.tar.gz
+- don't needlessly package appx as rpm
+
+---
+Wed Oct  2 14:25:02 UTC 2019 - Ludwig Nussel 
+
+- produce package list and print appx size
+
+---
+Wed Oct  2 13:58:02 UTC 2019 - Ludwig Nussel 
+
+- also check /etc/os-release in case /usr/lib/os-release doesn't exist
+
+---
+Tue Oct  1 15:25:40 UTC 2019 - Ludwig Nussel 
+
+- adjust wsl image name
+- prepare for sle
+
+---
+Wed Sep 11 12:33:12 UTC 2019 - Ludwig Nussel 
+
+- add hack to set publisher for signing
+
+---
+Thu Aug  8 14:25:52 UTC 2019 - Ludwig Nussel 
+
+- auto adjust to distro version
+
+---
+Thu Oct 19 17:43:05 UTC 2017 - cbosdon...@suse.com
+
+- Initial OBS build

New:

  AppxManifest.xml
  openSUSE.tar.gz
  sle.tar.gz
  wsl-appx.changes
  wsl-appx.spec



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

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

# 

commit efl for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2020-01-23 15:54:11

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


Package is "efl"

Thu Jan 23 15:54:11 2020 rev:40 rq:766433 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2020-01-21 20:59:31.460825433 
+0100
+++ /work/SRC/openSUSE:Factory/.efl.new.26092/efl.changes   2020-01-23 
15:54:18.647075367 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 09:17:44 UTC 2020 - Andreas Schwab 
+
+- Use luajit only if available
+
+---



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.TalDCs/_old  2020-01-23 15:54:21.119076703 +0100
+++ /var/tmp/diff_new_pack.TalDCs/_new  2020-01-23 15:54:21.123076705 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package efl
 #
-# 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
@@ -36,7 +36,7 @@
 %else
 %define xine_present 1
 %endif
-%ifarch %ix86 x86_64 %{arml} ppc
+%ifarch %ix86 x86_64 aarch64 %{arml} ppc ppc64le
 %if !0%{?suse_version} || 0%{?is_opensuse}
 %define luajit_present 1
 %endif
@@ -110,7 +110,11 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libudev)
+%if 0%{?luajit_present}
 BuildRequires:  pkgconfig(luajit)
+%else
+BuildRequires:  pkgconfig(lua5.1)
+%endif
 BuildRequires:  pkgconfig(mount)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pixman-1)
@@ -136,7 +140,9 @@
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(zlib)
 Recommends: %{name}-lang
+%if 0%{?luajit_present}
 Recommends: elua = %{version}
+%endif
 Provides:   ecore = %{version}
 Obsoletes:  ecore < %{version}
 Provides:   edje-utils = %{version}
@@ -247,7 +253,11 @@
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   pkgconfig(libtiff-4)
 Requires:   pkgconfig(libudev)
+%if 0%{?luajit_present}
 Requires:   pkgconfig(luajit)
+%else
+Requires:   pkgconfig(lua5.1)
+%endif
 Requires:   pkgconfig(openssl)
 Requires:   pkgconfig(pixman-1)
 Requires:   pkgconfig(sdl)
@@ -739,6 +749,10 @@
 -Dwl=true \
 -Dopengl=es-egl \
 %endif
+%if !0%{?luajit_present}
+-Delua=false \
+-Dlua-interpreter=lua \
+%endif
 %if %{build_examples}
 -Dbuild-examples=true \
 %else
@@ -980,8 +994,10 @@
 %{_libdir}/libelput.so.*
 %endif
 
+%if 0%{?luajit_present}
 %files -n lib%{?mageia:%{?_bit}}elua%{sover}
 %{_libdir}/libelua.so.*
+%endif
 
 %files -n lib%{?mageia:%{?_bit}}eet%{sover}
 %{_libdir}/libeet.so.*
@@ -1063,7 +1079,9 @@
 %{_includedir}/eldbus-1/
 %{_includedir}/elementary-1
 %{_includedir}/elocation-1/
+%if 0%{?luajit_present}
 %{_includedir}/elua-1/
+%endif
 %{_includedir}/edje-1/
 %{_includedir}/eet-1/
 %{_includedir}/eeze-1/




commit kopano-python-services for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package kopano-python-services for 
openSUSE:Factory checked in at 2020-01-23 15:54:19

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


Package is "kopano-python-services"

Thu Jan 23 15:54:19 2020 rev:3 rq:766434 version:10.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/kopano-python-services/kopano-python-services.changes
2019-12-18 14:48:38.869947658 +0100
+++ 
/work/SRC/openSUSE:Factory/.kopano-python-services.new.26092/kopano-python-services.changes
 2020-01-23 15:54:22.107077237 +0100
@@ -1,0 +2,9 @@
+Wed Jan 22 22:46:14 UTC 2020 - Jan Engelhardt 
+
+- Update to release 10.0.1
+  * Sync up with kopanocore-10.0.1. No user visible changes to
+pytils.
+  * Drop kopano-dagent-pytils:/usr/sbin/kopano-autorespond.
+This program is already provided by the kopano-dagent package.
+
+---

Old:

  kopanocore-9.0.2.tar.xz

New:

  kopanocore-10.0.1.tar.xz



Other differences:
--
++ kopano-python-services.spec ++
--- /var/tmp/diff_new_pack.GfMpMx/_old  2020-01-23 15:54:24.591078578 +0100
+++ /var/tmp/diff_new_pack.GfMpMx/_new  2020-01-23 15:54:24.595078580 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kopano-python-services
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2019 Kopano B.V.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define version_unconverted 9.0.2
 
 Name:   kopano-python-services
-Version:9.0.2
+Version:10.0.1
 Release:0
 Summary:Python services for Kopano Groupware Core
 License:AGPL-3.0-only
@@ -32,8 +32,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  python3-devel >= 3.6
 BuildRequires:  python3-setuptools >= 3.6
 %if 0%{?suse_version}
@@ -200,6 +199,8 @@
 %fdupes %buildroot/%_prefix
 %endif
 
+# use sh version
+rm -f "$b/%_sbindir/kopano-autorespond"
 # some default dirs
 mkdir -p "$b/var/lib/kopano/autorespond" "$b/var/lib/kopano/spamd/spam"
 mkdir -p "$b/%_localstatedir/log/kopano"
@@ -326,7 +327,6 @@
 
 %files -n kopano-dagent-pytils
 %defattr(-,root,root)
-%_sbindir/kopano-autorespond
 %_sbindir/kopano-mr-accept
 %_sbindir/kopano-mr-process
 %_mandir/man*/kopano-autorespond.*

++ _service ++
--- /var/tmp/diff_new_pack.GfMpMx/_old  2020-01-23 15:54:24.623078595 +0100
+++ /var/tmp/diff_new_pack.GfMpMx/_new  2020-01-23 15:54:24.627078598 +0100
@@ -2,9 +2,9 @@

git
https://stash.kopano.io/scm/kc/kopanocore.git
-   kopanocore-9.0.2
-   kopanocore-9.0.2
-   9.0.2
+   kopanocore-10.0.1
+   kopanocore-10.0.1
+   10.0.1


*.tar

++ kopano-python-services.dsc ++
--- /var/tmp/diff_new_pack.GfMpMx/_old  2020-01-23 15:54:24.819078701 +0100
+++ /var/tmp/diff_new_pack.GfMpMx/_new  2020-01-23 15:54:24.819078701 +0100
@@ -1,7 +1,7 @@
 Format: 1.0
 Source: kopano-python-services
 Architecture: any all
-Version: 8.7.80.244.ba989f151-0
+Version: 10.0.1-0
 DEBTRANSFORM-RELEASE: 1
 Maintainer: Kopano Development 
 Homepage: https://kopano.com

++ kopanocore-9.0.2.tar.xz -> kopanocore-10.0.1.tar.xz ++
 29011 lines of diff (skipped)




commit python-jirafs for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-jirafs for openSUSE:Factory 
checked in at 2020-01-23 15:54:22

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


Package is "python-jirafs"

Thu Jan 23 15:54:22 2020 rev:3 rq:766439 version:2.0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-jirafs/python-jirafs.changes  
2020-01-06 15:24:41.076558417 +0100
+++ /work/SRC/openSUSE:Factory/.python-jirafs.new.26092/python-jirafs.changes   
2020-01-23 15:54:27.567080185 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 19:12:16 CET 2020 - Matej Cepl 
+
+- Update to 2.0.7: too many changes, and no good changelog
+
+---

Old:

  1.17.5.tar.gz

New:

  2.0.7.tar.gz



Other differences:
--
++ python-jirafs.spec ++
--- /var/tmp/diff_new_pack.q3cgxA/_old  2020-01-23 15:54:30.659081855 +0100
+++ /var/tmp/diff_new_pack.q3cgxA/_new  2020-01-23 15:54:30.663081858 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-jirafs
-Version:1.17.5
+Version:2.0.7
 Release:0
 Summary:Library for editing JIRA issues as local text files
 License:MIT
@@ -62,16 +62,14 @@
 
 %install
 %python_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # tests require running JIRA instance
 #%%python_exec -m unittest discover -v
 
 %files %{python_files}
-%python3_only %{_bindir}/jirafs
+%{_bindir}/jirafs
 %{python_sitelib}/*
 
 %changelog

++ 1.17.5.tar.gz -> 2.0.7.tar.gz ++
 9343 lines of diff (skipped)

++ capitalization.patch ++
--- /var/tmp/diff_new_pack.q3cgxA/_old  2020-01-23 15:54:30.735081896 +0100
+++ /var/tmp/diff_new_pack.q3cgxA/_new  2020-01-23 15:54:30.735081896 +0100
@@ -1,23 +1,11 @@
-Index: jirafs-1.17.3/requirements.txt
-===
 jirafs-1.17.3.orig/requirements.txt
-+++ jirafs-1.17.3/requirements.txt
-@@ -1,5 +1,5 @@
+--- a/requirements.txt
 b/requirements.txt
+@@ -1,7 +1,7 @@
  jira>=1.0.3
  six>=1.9.0
  blessings>=1.5.1,<2.0
 -prettytable>=0.7.2,<1.0
 +PrettyTable>=0.7.2,<1.0
  environmental-override>=0.1.2
-Index: jirafs-1.17.3/setup.py
-===
 jirafs-1.17.3.orig/setup.py
-+++ jirafs-1.17.3/setup.py
-@@ -27,6 +27,7 @@ except ImportError:
- if not req.startswith('-')
- and not req.startswith('#')
- ]
-+print(requirements)
- 
- 
- class Tox(TestCommand):
+ jinja2>=2.10.3,<3.0
+ watchdog>=0.9.0,<1.0.0




commit lxd for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package lxd for openSUSE:Factory checked in 
at 2020-01-23 15:54:25

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


Package is "lxd"

Thu Jan 23 15:54:25 2020 rev:8 rq:766444 version:3.19

Changes:

--- /work/SRC/openSUSE:Factory/lxd/lxd.changes  2019-12-12 23:19:36.810205673 
+0100
+++ /work/SRC/openSUSE:Factory/.lxd.new.26092/lxd.changes   2020-01-23 
15:54:34.871084130 +0100
@@ -1,0 +2,15 @@
+Fri Jan 17 05:17:53 UTC 2020 - Aleksa Sarai 
+
+- Update to LXD 3.19. The full upstream changelog is available from:
+  https://discuss.linuxcontainers.org/t/lxd-3-19-has-been-released/6529
+  boo#1161615
+  + Virtual machine support
+  + Reworked storage layer
+  + Routed networking mode
+  + Custom mount options for disk devices
+  + Interception of the mount system call
+  + Multi-architecture clustering
+  + ...
+- Rework package handling to fake Go module builds.
+
+---

Old:

  lxd-3.18.tar.gz
  lxd-3.18.tar.gz.asc

New:

  lxd-3.19.tar.gz
  lxd-3.19.tar.gz.asc



Other differences:
--
++ lxd.spec ++
--- /var/tmp/diff_new_pack.b3iMaM/_old  2020-01-23 15:54:36.739085139 +0100
+++ /var/tmp/diff_new_pack.b3iMaM/_new  2020-01-23 15:54:36.739085139 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxd
 #
-# 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
@@ -23,7 +23,7 @@
 %define import_path github.com/lxc/lxd
 
 Name:   lxd
-Version:3.18
+Version:3.19
 Release:0
 Summary:Container hypervisor based on LXC
 License:Apache-2.0
@@ -44,6 +44,7 @@
 BuildRequires:  libcap-devel
 BuildRequires:  patchelf
 BuildRequires:  pkg-config
+BuildRequires:  rsync
 BuildRequires:  golang(API) >= 1.10
 BuildRequires:  pkgconfig(lxc) >= 3.0.0
 # Needed to build the sqlite fork and dqlite.
@@ -96,6 +97,20 @@
 # Move _dist/src (which is LXD's variant of vendoring) to vendor/.
 mv -v _dist/src vendor
 
+# For some reason, some vendored packages have stored their vendored sources
+# within their source tree inside the vendor tree (?!). So we need to
+# workaround this, even though it's probably a bug in LXD packaging.
+for vendor in $(find vendor/* -type d -name vendor)
+do
+   rsync -a "$vendor/" vendor/
+   rm -rf "$vendor/"
+done
+
+# Create fake "go mod"-like import paths. This is going to be really fun to
+# maintain but it's unfortunately necessary because openSUSE doesn't have nice
+# "go mod" support in OBS...
+ln -s . vendor/github.com/cpuguy83/go-md2man/v2
+
 %build
 # Make sure any leftover go build caches are gone.
 go clean -cache
@@ -179,12 +194,11 @@
 do
binary="$(basename "$mainpkg")"
(
-   # We need to link against our dylib deps when dealing with lxd 
proper.
-   [ "$binary" == "lxd" ] && export \
-   BUILDTAGS="libsqlite3" \
+   # We need to link against our particular dylib deps.
+   export \
CGO_CFLAGS="-I $INSTALL_INCLUDEDIR" \
CGO_LDFLAGS="-L $INSTALL_LIBDIR" ||:
-   go build -buildmode=pie -tags "$BUILDTAGS" -o "bin/$binary" 
"$mainpkg"
+   go build -buildmode=pie -tags "libsqlite3" -o "bin/$binary" 
"$mainpkg"
)
 done
 
@@ -234,7 +248,7 @@
 # Switch to absolute DT_NEEDED for all dylibs we have as well as the main LXD
 # binary. We do this for all dylibs to make sure we don't end up with weird
 # chain-loading problems.
-for target in bin/lxd "$INSTALL_LIBDIR"/lib*.so
+for target in bin/* "$INSTALL_LIBDIR"/lib*.so
 do
# Drop RPATH in case it got included during builds.
patchelf --remove-rpath "$target"
@@ -256,6 +270,8 @@
 do
# Ensure that all our binaries are dynamic. boo#1138769
file "$bin" | grep 'dynamically linked'
+   # Check what they are linked against.
+   ldd "$bin"
 done
 popd
 

++ lxd-3.18.tar.gz -> lxd-3.19.tar.gz ++
/work/SRC/openSUSE:Factory/lxd/lxd-3.18.tar.gz 
/work/SRC/openSUSE:Factory/.lxd.new.26092/lxd-3.19.tar.gz differ: char 12, line 
1




commit calligra for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2020-01-23 15:53:51

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


Package is "calligra"

Thu Jan 23 15:53:51 2020 rev:74 rq:766232 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2019-08-24 
18:46:06.409759031 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new.26092/calligra.changes 
2020-01-23 15:53:54.831062504 +0100
@@ -1,0 +2,7 @@
+Wed Jan 22 08:07:18 UTC 2020 - wba...@tmo.at
+
+- Add patches to fix build with the latest poppler versions:
+  * Fix-build-with-poppler-0.82.patch
+  * Fix-build-with-poppler-0.83.patch
+
+---

New:

  Fix-build-with-poppler-0.82.patch
  Fix-build-with-poppler-0.83.patch



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.Av6bQP/_old  2020-01-23 15:53:58.423064445 +0100
+++ /var/tmp/diff_new_pack.Av6bQP/_new  2020-01-23 15:53:58.423064445 +0100
@@ -38,6 +38,9 @@
 Patch8: Fix-build-with-Qt-5_13.patch
 # PATCH-FIX-UPSTREAM
 Patch9: Guchar-to-unsigned-char.patch
+# PATCH-FIX-UPSTREAM
+Patch10:Fix-build-with-poppler-0.82.patch
+Patch11:Fix-build-with-poppler-0.83.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel

++ Fix-build-with-poppler-0.82.patch ++
>From bd580b5f3c935bcc4fa52e6413e714cdca9bf84f Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Mon, 20 Jan 2020 13:18:07 +0100
Subject: [PATCH] Fix build with poppler 0.82

Differential Revision: https://phabricator.kde.org/D26050
---
 filters/karbon/pdf/CMakeLists.txt   |  4 
 filters/karbon/pdf/SvgOutputDev.cpp | 12 +++-
 filters/karbon/pdf/SvgOutputDev.h   |  8 
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/filters/karbon/pdf/CMakeLists.txt 
b/filters/karbon/pdf/CMakeLists.txt
index 8f462b7b597..945eebbe676 100644
--- a/filters/karbon/pdf/CMakeLists.txt
+++ b/filters/karbon/pdf/CMakeLists.txt
@@ -6,6 +6,10 @@ if(Poppler_VERSION VERSION_LESS "0.72.0")
 add_definitions("-DHAVE_POPPLER_PRE_0_72")
 endif()
 
+if(Poppler_VERSION VERSION_LESS "0.82.0")
+add_definitions("-DHAVE_POPPLER_PRE_0_82")
+endif()
+
 set(pdf2svg_PART_SRCS PdfImportDebug.cpp PdfImport.cpp SvgOutputDev.cpp )
 
 add_library(calligra_filter_pdf2svg MODULE ${pdf2svg_PART_SRCS})
diff --git a/filters/karbon/pdf/SvgOutputDev.cpp 
b/filters/karbon/pdf/SvgOutputDev.cpp
index 6b5fd312f1a..3ebb2281bf3 100644
--- a/filters/karbon/pdf/SvgOutputDev.cpp
+++ b/filters/karbon/pdf/SvgOutputDev.cpp
@@ -417,7 +417,11 @@ void SvgOutputDev::drawString(GfxState * state, const 
GooString * s)
 #endif
 int len = s->getLength();
 CharCode code;
+#ifdef HAVE_POPPLER_PRE_0_82
 Unicode *u = nullptr;
+#else
+const Unicode *u = nullptr;
+#endif
 int uLen;
 double dx, dy, originX, originY;
 while (len > 0) {
@@ -494,9 +498,15 @@ void SvgOutputDev::drawString(GfxState * state, const 
GooString * s)
 *d->body << "" << endl;
 }
 
-void SvgOutputDev::drawImage(GfxState *state, Object *ref, Stream *str,
+#ifdef HAVE_POPPLER_PRE_0_82
+void SvgOutputDev::drawImage(GfxState *state, Object *ref, Stream *str,
  int width, int height, GfxImageColorMap *colorMap,
  bool /*interpolate*/, int *maskColors, bool 
inlineImg)
+#else
+void SvgOutputDev::drawImage(GfxState *state, Object *ref, Stream *str,
+ int width, int height, GfxImageColorMap *colorMap,
+ bool /*interpolate*/, const int *maskColors, bool 
inlineImg)
+#endif
 {
 ImageStream * imgStr = new ImageStream(str, width, 
colorMap->getNumPixelComps(), colorMap->getBits());
 imgStr->reset();
diff --git a/filters/karbon/pdf/SvgOutputDev.h 
b/filters/karbon/pdf/SvgOutputDev.h
index 0667d9b2312..2b0ea41e30c 100644
--- a/filters/karbon/pdf/SvgOutputDev.h
+++ b/filters/karbon/pdf/SvgOutputDev.h
@@ -59,10 +59,18 @@ public:
 void drawString(GfxState * state, const GooString * s) override;
 #endif
 
+#ifdef HAVE_POPPLER_PRE_0_82
 // images
 void drawImage(GfxState *state, Object *ref, Stream *str,
int width, int height, GfxImageColorMap *colorMap,
bool interpolate, int *maskColors, bool inlineImg) 
override;
+#else
+// images
+void drawImage(GfxState *state, Object *ref, Stream *str,
+   int width, int height, GfxImageColorMap *colorMap,
+   bool interpolate, const int *maskColors, bool 

commit cri-o for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package cri-o for openSUSE:Factory checked 
in at 2020-01-23 16:09:45

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


Package is "cri-o"

Thu Jan 23 16:09:45 2020 rev:43 rq:765788 version:1.16.1

Changes:

--- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes  2020-01-19 
20:54:18.787951777 +0100
+++ /work/SRC/openSUSE:Factory/.cri-o.new.26092/cri-o.changes   2020-01-23 
16:10:23.127617046 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 17:36:51 UTC 2020 - Sascha Grunert 
+
+- Fix invalid apparmor profile (bsc#1161179)
+
+---



Other differences:
--
++ crio.conf ++
--- /var/tmp/diff_new_pack.KwgaWi/_old  2020-01-23 16:10:24.971618138 +0100
+++ /var/tmp/diff_new_pack.KwgaWi/_new  2020-01-23 16:10:24.971618138 +0100
@@ -118,7 +118,7 @@
 
 # Used to change the name of the default AppArmor profile of CRI-O. The default
 # profile name is "crio-default-" followed by the version string of CRI-O.
-apparmor_profile = "crio-default-1.16.0"
+apparmor_profile = "crio-default-1.16.1"
 
 # Cgroup management implementation used for the runtime.
 cgroup_manager = "systemd"




commit ethtool for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2020-01-23 16:09:06

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


Package is "ethtool"

Thu Jan 23 16:09:06 2020 rev:60 rq:765772 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2019-11-07 
23:09:13.836044249 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new.26092/ethtool.changes   
2020-01-23 16:10:11.603610216 +0100
@@ -1,0 +2,10 @@
+Mon Jan 13 11:46:41 UTC 2020 - Michal Kubecek 
+
+- Update to new upstream release 5.4
+  * support Energy Detect Power Down
+  * Solarflare SFF-8079/8472 eeprom interpretation fixes
+  * fix compiler warnings with new gcc
+- drop "-Wno-unused-parameter" from CFLAGS, these warnings should
+  be gone now
+
+---

Old:

  ethtool-5.3.tar.sign
  ethtool-5.3.tar.xz

New:

  ethtool-5.4.tar.sign
  ethtool-5.4.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.t4ABmG/_old  2020-01-23 16:10:14.027611653 +0100
+++ /var/tmp/diff_new_pack.t4ABmG/_new  2020-01-23 16:10:14.031611656 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# 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:   ethtool
-Version:5.3
+Version:5.4
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
@@ -39,7 +39,7 @@
 %setup -q
 
 %build
-export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-unused-parameter -Wno-missing-field-initializers"
+export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-missing-field-initializers"
 %configure
 make %{?_smp_mflags}
 

++ ethtool-5.3.tar.xz -> ethtool-5.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.3/NEWS new/ethtool-5.4/NEWS
--- old/ethtool-5.3/NEWS2019-09-23 20:12:13.0 +0200
+++ new/ethtool-5.4/NEWS2020-01-10 19:32:58.0 +0100
@@ -1,3 +1,43 @@
+Version 5.4 - January 10, 2020
+
+   * Feature: ethtool: implement support for Energy Detect Power Down
+   * Fix: fix arithmetic on pointer to void is a GNU extension warning
+   * Fix: fix unused parameter warnings in do_version() and show_usage()
+   * Fix: fix unused parameter warning in find_option()
+   * Fix: fix unused parameter warning in dump_eeprom()
+   * Fix: fix unused parameter warning in altera_tse_dump_regs()
+   * Fix: fix unused parameter warning in sfc_dump_regs()
+   * Fix: fix unused parameter warning in print_simple_table()
+   * Fix: fix unused parameter warning in natsemi_dump_regs()
+   * Fix: fix unused parameter warning in netsemi_dump_eeprom()
+   * Fix: fix unused parameter warning in ixgbe_dump_regs()
+   * Fix: fix unused parameter warning in realtek_dump_regs()
+   * Fix: fix unused parameter warning in lan78xx_dump_regs()
+   * Fix: fix unused parameter warning in {skge, sky2}_dump_regs()
+   * Fix: fix unused parameter warning in dsa_dump_regs()
+   * Fix: fix unused parameter warning in vmxnet3_dump_regs()
+   * Fix: fix unused parameter warning in st_{mac100, gmac}_dump_regs()
+   * Fix: fix unused parameter warning in ixgbevf_dump_regs()
+   * Fix: fix unused parameter warning in fec_8xx_dump_regs()
+   * Fix: fix unused parameter warning in tg3_dump_{eeprom, regs}()
+   * Fix: fix unused parameter warning in vioc_dump_regs()
+   * Fix: fix unused parameter warning in e100_dump_regs()
+   * Fix: fix unused parameter warning in de2104[01]_dump_regs()
+   * Fix: fix unused parameter warning in igb_dump_regs()
+   * Fix: fix unused parameter warning in e1000_dump_regs()
+   * Fix: fix unused parameter warning in smsc911x_dump_regs()
+   * Fix: fix unused parameter warning in at76c50x_usb_dump_regs()
+   * Fix: fix unused parameter warning in fec_dump_regs()
+   * Fix: fix unused parameter warning in amd8111e_dump_regs()
+   * Fix: fix unused parameter warning in et131x_dump_regs()
+   * Fix: fix unused parameter warning in ibm_emac_dump_regs()
+   * Fix: fix unused parameter warning in ixgb_dump_regs()
+   * Fix: fix unused parameter warning in fjes_dump_regs()
+   * Fix: fix 

commit python-rpm-macros for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-rpm-macros for 
openSUSE:Factory checked in at 2020-01-23 16:08:53

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


Package is "python-rpm-macros"

Thu Jan 23 16:08:53 2020 rev:23 rq:766078 version:20200117.8e39013

Changes:

--- /work/SRC/openSUSE:Factory/python-rpm-macros/python-rpm-macros.changes  
2019-11-08 15:21:45.862743339 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-rpm-macros.new.26092/python-rpm-macros.changes
   2020-01-23 16:10:07.48760 +0100
@@ -1,0 +2,11 @@
+Mon Jan 20 18:35:19 UTC 2020 - Neal Gompa 
+
+- Add python-rpm-generators to express setuptools dependency for generator
+
+---
+Fri Jan 17 13:09:29 UTC 2020 - Neal Gompa 
+
+- Update to version 20200117.8e39013:
+  * Add macros related to the Python dist metadata dependency generator
+
+---

Old:

  python-rpm-macros-20191104.08e6493.tar.bz2

New:

  python-rpm-macros-20200117.8e39013.tar.bz2



Other differences:
--
++ python-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.i0UnEy/_old  2020-01-23 16:10:09.183608783 +0100
+++ /var/tmp/diff_new_pack.i0UnEy/_new  2020-01-23 16:10:09.183608783 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-rpm-macros
-Version:20191104.08e6493
+Version:20200117.8e39013
 Release:0
 Summary:RPM macros for building of Python modules
 License:WTFPL
@@ -27,6 +27,8 @@
 # Fedora compatibility
 Provides:   python2-rpm-macros
 Provides:   python3-rpm-macros
+# To keep user expectations reasonably sane
+Recommends: python-rpm-generators
 BuildArch:  noarch
 
 %description
@@ -34,6 +36,18 @@
 You should BuildRequire this package unless you are sure that you
 are only building for distros newer than Leap 42.2
 
+%package -n python-rpm-generators
+Summary:Dependency generator dependencies for Python RPMs
+Requires:   %{name} = %{version}-%{release}
+# Fedora compatibility
+Provides:   python3-rpm-generators
+# For the dep generator macros
+Requires:   python3-setuptools
+
+%description -n python-rpm-generators
+This package contains the dependencies for Python RPMs to generate
+dependencies automatically.
+
 %prep
 %setup -q
 %if 0%{?suse_version} < 1330
@@ -52,4 +66,7 @@
 %doc README.md
 %{_rpmconfigdir}/macros.d/macros.python_all
 
+%files -n python-rpm-generators
+# Nothing here for now...
+
 %changelog

++ _servicedata ++
--- /var/tmp/diff_new_pack.i0UnEy/_old  2020-01-23 16:10:09.215608802 +0100
+++ /var/tmp/diff_new_pack.i0UnEy/_new  2020-01-23 16:10:09.215608802 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/openSUSE/python-rpm-macros.git
-  da4c63c3f7e3d7d6899ea9698c928ba145ed2b19
\ No newline at end of file
+  8e390130273e5c31158c8c829970d378d62e74ae
\ No newline at end of file

++ python-rpm-macros-20191104.08e6493.tar.bz2 -> 
python-rpm-macros-20200117.8e39013.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rpm-macros-20191104.08e6493/README.md 
new/python-rpm-macros-20200117.8e39013/README.md
--- old/python-rpm-macros-20191104.08e6493/README.md2019-11-04 
10:53:17.0 +0100
+++ new/python-rpm-macros-20200117.8e39013/README.md2020-01-17 
13:31:41.0 +0100
@@ -77,6 +77,17 @@
 * __`%{python_module modname [= version]}`__ expands to `$flavor-modname [= 
version]` for every
 flavor. Intended as: `BuildRequires: %{python_module foo}`.
 
+* __`%{python_dist_name modname}`__. Given a standardized name (i.e. dist 
name, name on PyPI) of `modname`,
+it will convert it to a canonical format.
+
+* __`%{python2_dist modname}`__. Given a standardized name (i.e. dist name, 
name on PyPI) of `modname`,
+it will convert it to a canonical format, and evaluates to 
python2.Ydist(CANONICAL_NAME), which is useful
+when listing dependencies. Intended as `(Build)Requires: %{python2_dist foo}`.
+
+* __`%{python3_dist modname}`__. Given a standardized name (i.e. dist name, 
name on PyPI) of `modname`,
+it will convert it to a canonical format, and evaluates to 
python3.Ydist(CANONICAL_NAME), which is useful
+when listing dependencies. Intended as `(Build)Requires: %{python3_dist foo}`.
+
 * __`%python_flavor`__ expands to the `%pythons` entry that is currently being 
processed.  
 Does not apply in `%prep`, `%build`, `%install` and `%check` sections, except 
when evaluated
 as `%{$python_flavor}` in `%python_expand`.
@@ -133,6 +144,12 @@
 * __`%python_subpackages`__ expands to the 

commit apache2 for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2020-01-23 16:09:26

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


Package is "apache2"

Thu Jan 23 16:09:26 2020 rev:164 rq:765787 version:2.4.41

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2019-12-23 
22:42:06.309941642 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new.26092/apache2.changes   
2020-01-23 16:10:16.735613258 +0100
@@ -1,0 +2,5 @@
+Mon Jan 20 13:04:23 UTC 2020 - pgaj...@suse.com
+
+- apache2-devel now provides httpd-devel [bsc#1160100]
+
+---



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.xCOV8Z/_old  2020-01-23 16:10:20.899615725 +0100
+++ /var/tmp/diff_new_pack.xCOV8Z/_new  2020-01-23 16:10:20.903615728 +0100
@@ -292,6 +292,7 @@
 Requires:   apr-devel
 Requires:   apr-util-devel
 Requires:   gcc
+Provides:   httpd-devel = %{version}
 
 %description devel
 This package contains header files and include files that are needed







commit fuse-overlayfs for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package fuse-overlayfs for openSUSE:Factory 
checked in at 2020-01-23 16:08:48

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


Package is "fuse-overlayfs"

Thu Jan 23 16:08:48 2020 rev:6 rq:765715 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/fuse-overlayfs/fuse-overlayfs.changes
2020-01-12 23:17:44.978668904 +0100
+++ /work/SRC/openSUSE:Factory/.fuse-overlayfs.new.26092/fuse-overlayfs.changes 
2020-01-23 16:10:04.091605765 +0100
@@ -1,0 +2,17 @@
+Mon Jan 20 08:46:43 UTC 2020 - Sascha Grunert 
+
+- Update to v0.7.5
+  - do not expose internal xattrs through listxattr and getxattr
+
+---
+Fri Jan 17 10:38:18 UTC 2020 - Sascha Grunert 
+
+- Update to v0.7.4
+  - fix fallocate for deleted files.
+  - ignore O_DIRECT.  It causes issues with libfuse not using an
+aligned buffer, causing write(2) to fail with EINVAL.
+  - on copyup, do not copy the opaque xattr.
+  - fix a wrong lookup for whiteout files, that could happen on a
+double unlink.
+
+---

Old:

  fuse-overlayfs-0.7.3.tar.xz

New:

  fuse-overlayfs-0.7.5.tar.xz



Other differences:
--
++ fuse-overlayfs.spec ++
--- /var/tmp/diff_new_pack.emhvZS/_old  2020-01-23 16:10:05.459606576 +0100
+++ /var/tmp/diff_new_pack.emhvZS/_new  2020-01-23 16:10:05.459606576 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fuse-overlayfs
-Version:0.7.3
+Version:0.7.5
 Release:0
 Summary:FUSE implementation for overlayfs
 License:GPL-3.0-only

++ _service ++
--- /var/tmp/diff_new_pack.emhvZS/_old  2020-01-23 16:10:05.475606585 +0100
+++ /var/tmp/diff_new_pack.emhvZS/_new  2020-01-23 16:10:05.479606588 +0100
@@ -3,8 +3,8 @@
 https://github.com/containers/fuse-overlayfs.git
 git
 fuse-overlayfs
-0.7.3
-v0.7.3
+0.7.5
+v0.7.5
   
   
 fuse-overlayfs

++ fuse-overlayfs-0.7.3.tar.xz -> fuse-overlayfs-0.7.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.3/NEWS 
new/fuse-overlayfs-0.7.5/NEWS
--- old/fuse-overlayfs-0.7.3/NEWS   2020-01-09 12:06:17.0 +0100
+++ new/fuse-overlayfs-0.7.5/NEWS   2020-01-17 22:02:54.0 +0100
@@ -1,3 +1,15 @@
+* fuse-overlayfs-0.7.5
+
+- do not expose internal xattrs through listxattr and getxattr.
+
+* fuse-overlayfs-0.7.4
+
+- fix fallocate for deleted files.
+- ignore O_DIRECT.  It causes issues with libfuse not using an aligned buffer, 
causing
+  write(2) to fail with EINVAL.
+- on copyup, do not copy the opaque xattr.
+- fix a wrong lookup for whiteout files, that could happen on a double unlink.
+
 * fuse-overlayfs-0.7.3
 
 - fix build with -fno-common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.3/configure.ac 
new/fuse-overlayfs-0.7.5/configure.ac
--- old/fuse-overlayfs-0.7.3/configure.ac   2020-01-09 12:06:17.0 
+0100
+++ new/fuse-overlayfs-0.7.5/configure.ac   2020-01-17 22:02:54.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.69])
-AC_INIT([fuse-overlayfs], [0.7.3], [giuse...@scrivano.org])
+AC_INIT([fuse-overlayfs], [0.7.5], [giuse...@scrivano.org])
 AC_CONFIG_SRCDIR([main.c])
 AC_CONFIG_HEADERS([config.h])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fuse-overlayfs-0.7.3/main.c 
new/fuse-overlayfs-0.7.5/main.c
--- old/fuse-overlayfs-0.7.3/main.c 2020-01-09 12:06:17.0 +0100
+++ new/fuse-overlayfs-0.7.5/main.c 2020-01-17 22:02:54.0 +0100
@@ -456,6 +456,13 @@
   return false;
 }
 
+static bool
+can_access_xattr (const char *name)
+{
+  return !has_prefix (name, XATTR_PREFIX)   \
+&& !has_prefix (name, PRIVILEGED_XATTR_PREFIX);
+}
+
 static int
 set_fd_opaque (int fd)
 {
@@ -826,6 +833,15 @@
   bool needs_whiteout;
 
   needs_whiteout = (node->last_layer != get_upper_layer (lo)) && 
(node->parent && node->parent->last_layer != get_upper_layer (lo));
+  if (!needs_whiteout && node_dirp (node))
+{
+  ret = is_directory_opaque (get_upper_layer (lo), node->path);
+  if (ret < 0)
+return ret;
+  if (ret)
+needs_whiteout = true;
+}
+
   if (needs_whiteout)
 {
   /* If the atomic rename+mknod failed, then fallback into doing it in 
two steps.  */
@@ -2190,6 +2206,7 @@
   struct ovl_node *node;
   struct ovl_data *lo = ovl_data (req);
   cleanup_free char *buf = NULL;
+  

commit cloud-init for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2020-01-23 16:08:30

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


Package is "cloud-init"

Thu Jan 23 16:08:30 2020 rev:66 rq:765394 version:19.4

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2019-12-07 
15:17:07.035781150 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new.26092/cloud-init.changes 
2020-01-23 16:09:32.207586871 +0100
@@ -1,0 +2,202 @@
+Fri Jan 17 18:55:41 UTC 2020 - Robert Schweikert 
+
+- Add cloud-init-no-tempnet-oci.patch (bsc#1161132, bsc#1161133)
+  + Do not attempt to configure an ephemeral network on OCI. We
+boot off iSCSI and the network is up. Just read the data.
+
+---
+Tue Jan 14 15:14:52 UTC 2020 - Tomáš Chvátal 
+
+- Add patch to build properly with python 3.8:
+  * 0001-Make-tests-work-with-Python-3.8-139.patch
+
+---
+Thu Jan  9 18:56:26 UTC 2020 - Robert Schweikert 
+
+- Update to version 19.4
+  + Remove patches included upstream:
+- cloud-init-after-wicked.patch
+- cloud-init-noresolv-merge-no-dns-data.diff
+- cloud-init-renderer-detect.patch
+- cloud-init-trigger-udev.patch
+  + Removed patches merged with cloud-init-mix-static-dhcp.patch
+- cloud-init-proper-ipv6-setting.patch
+- cloud-init-static-net.patch
+  + Added cloud-init-mix-static-dhcp.patch (bsc#1157894)
+  + Forward port cloud-init-sysconf-path.patch
+  + doc: specify _ over - in cloud config modules
+  + [Joshua Powers] (LP: #1293254)
+  + tools: Detect python to use via env in migrate-lp-user-to-github
+  + [Adam Dobrawy]
+  + Partially revert "fix unlocking method on FreeBSD" (#116)
+  + tests: mock uid when running as root (#113)
+  + [Joshua Powers] (LP: #1856096)
+  + cloudinit/netinfo: remove unused getgateway (#111)
+  + docs: clear up apt config sections (#107) [Joshua Powers] (LP: #1832823)
+  + doc: add kernel command line option to user data (#105)
+  + [Joshua Powers] (LP: #1846524)
+  + config/cloud.cfg.d: update README [Joshua Powers] (LP: #1855006)
+  + azure: avoid re-running cloud-init when instance-id is byte-swapped
+  + (#84) [AOhassan]
+  + fix unlocking method on FreeBSD [Igor Galić] (LP: #1854594)
+  + debian: add reference to the manpages [Joshua Powers]
+  + ds_identify: if /sys is not available use dmidecode (#42)
+  + [Igor Galić] (LP: #1852442)
+  + docs: add cloud-id manpage [Joshua Powers]
+  + docs: add cloud-init-per manpage [Joshua Powers]
+  + docs: add cloud-init manpage [Joshua Powers]
+  + docs: add additional details to per-instance/once [Joshua Powers]
+  + Update doc-requirements.txt [Joshua Powers]
+  + doc-requirements: add missing dep [Joshua Powers]
+  + dhcp: Support RedHat dhcp rfc3442 lease format for option 121 (#76)
+  + [Eric Lafontaine] (LP: #1850642)
+  + network_state: handle empty v1 config (#45) (LP: #1852496)
+  + docs: Add document on how to report bugs [Joshua Powers]
+  + Add an Amazon distro in the redhat OS family [Frederick Lefebvre]
+  + removed a couple of "the"s [gaughen]
+  + docs: fix line length and remove highlighting [Joshua Powers]
+  + docs: Add security.md to readthedocs [Joshua Powers]
+  + Multiple file fix for AuthorizedKeysFile config (#60) [Eduardo Otubo]
+  + Revert "travis: only run CI on pull requests"
+  + doc: update links on README.md [Joshua Powers]
+  + doc: Updates to wording of README.md [Joshua Powers]
+  + Add security.md [Joshua Powers]
+  + setup.py: Amazon Linux sets libexec to /usr/libexec (#52)
+  + [Frederick Lefebvre]
+  + Fix linting failure in test_url_helper (#83) [Eric Lafontaine]
+  + url_helper: read_file_or_url should pass headers param into readurl
+  + (#66) (LP: #1854084)
+  + dmidecode: log result *after* stripping n [Igor Galić]
+  + cloud_tests: add azure platform support to integration tests
+  + [ahosmanmsft]
+  + set_passwords: support for FreeBSD (#46) [Igor Galić]
+  + tools: migrate-lp-user-to-github removes repo_dir if created (#35)
+  + Correct jumbled documentation for cc_set_hostname module (#64)
+  + [do3meli] (LP: #1853543)
+  + FreeBSD: fix for get_linux_distro() and lru_cache (#59)
+  + [Igor Galić] (LP: #1815030)
+  + ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
+  + tests: Fix cloudsigma tests when no dmidecode data is present. (#57)
+  + [Scott Moser]
+  + net: IPv6, accept_ra, slaac, stateless (#51)
+  + [Harald] (LP: #1806014, #1808647)
+  + docs: Update the configdrive datasource links (#44)
+  + [Joshua Powers] (LP: #1852461)
+  + distro: correctly set usr_lib_exec path for FreeBSD distro (#40)
+  + [Igor Galić] (LP: #1852491)
+  + azure: support 

commit python-reportlab for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package python-reportlab for 
openSUSE:Factory checked in at 2020-01-23 16:08:42

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


Package is "python-reportlab"

Thu Jan 23 16:08:42 2020 rev:24 rq:765507 version:3.5.34

Changes:

--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes
2019-11-24 23:50:31.948011992 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-reportlab.new.26092/python-reportlab.changes 
2020-01-23 16:10:01.111603999 +0100
@@ -1,0 +2,20 @@
+Sat Jan 18 09:46:57 CET 2020 - Matej Cepl 
+
+- Update to 3.5.34:
+  - change of the core repository (it is
+https://hg.reportlab.com/hg-public/reportlab, they stuck to
+Mercurial even when Bitbucket left it; issue reporting on the
+email list
+https://pairlist2.pair.net/mailman/listinfo/reportlab-users)
+  - attempted restriction of the reportlab.lib.color.toColor
+function; fix of CVE-2019-17626 (bsc#1154370;
+bt#rptlab/reportlab#199)
+  - fix bug in Pie3d reported by Eldon Ziegler 
+  - fix bug in background splitting in repeatRows cases
+  - small improvements to CandleSticks
+  - created NotSet validator (use in  CandleStickProperties)
+- add documentation
+- remove python38_build.patch, because it has been included
+  upstream
+
+---

Old:

  python38_build.patch
  reportlab-3.5.32.tar.gz

New:

  reportlab-3.5.34.tar.gz



Other differences:
--
++ python-reportlab.spec ++
--- /var/tmp/diff_new_pack.s2tt9M/_old  2020-01-23 16:10:02.631604900 +0100
+++ /var/tmp/diff_new_pack.s2tt9M/_new  2020-01-23 16:10:02.631604900 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reportlab
 #
-# 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 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-reportlab
-Version:3.5.32
+Version:3.5.34
 Release:0
 Summary:The Reportlab Toolkit
 License:BSD-3-Clause
@@ -27,8 +27,6 @@
 Source0:
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
 Source1:encryption.gif
 Patch0: reportlab-missing-includes.patch
-# https://bitbucket.org/rptlab/reportlab/pull-requests/60
-Patch1: python38_build.patch
 BuildRequires:  %{python_module Pillow >= 4.0.0}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -60,6 +58,9 @@
 export CFLAGS="%{optflags}"
 %python_build
 
+PYTHONPATH=$(readlink -f build/lib.linux-*/) \
+python3 docs/genAll.py
+
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
@@ -78,7 +79,7 @@
 
 %files %{python_files}
 %license LICENSE.txt
-%doc CHANGES.md README.txt
+%doc CHANGES.md README.txt docs/reportlab-userguide.pdf
 %{python_sitearch}/reportlab/
 %{python_sitearch}/reportlab-%{version}-py*.egg-info
 


++ reportlab-3.5.32.tar.gz -> reportlab-3.5.34.tar.gz ++
 3148 lines of diff (skipped)




commit bcache-tools for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package bcache-tools for openSUSE:Factory 
checked in at 2020-01-23 16:08:34

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


Package is "bcache-tools"

Thu Jan 23 16:08:34 2020 rev:11 rq:765450 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/bcache-tools/bcache-tools.changes
2019-08-27 10:18:11.571952328 +0200
+++ /work/SRC/openSUSE:Factory/.bcache-tools.new.26092/bcache-tools.changes 
2020-01-23 16:09:54.671600183 +0100
@@ -1,0 +2,8 @@
+Tue Jan 14 19:27:52 UTC 2020 - Jan Engelhardt 
+
+- Update to tag 1.1
+  * add blkdiscard for cache dev
+  * add 'label' field
+  * allow users to set label for device
+
+---

Old:

  bcache-tools-1.0.8+suse5.tar.xz

New:

  bcache-tools-1.1.tar.xz



Other differences:
--
++ bcache-tools.spec ++
--- /var/tmp/diff_new_pack.5nu212/_old  2020-01-23 16:09:57.111601629 +0100
+++ /var/tmp/diff_new_pack.5nu212/_new  2020-01-23 16:09:57.115601631 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bcache-tools
 #
-# 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,21 +17,20 @@
 
 
 Name:   bcache-tools
+Version:1.1
+Release:0
 Summary:Configuration utilities for bcache
 License:GPL-2.0-only
 Group:  System/Base
-Version:1.0.8+suse5
-Release:0
-Url:http://bcache.evilpiepirate.org/
+URL:http://bcache.evilpiepirate.org/
 
-#Git-Clone:http://evilpiepirate.org/git/bcache-tools.git
 Source: %name-%version.tar.xz
 Patch1: 1001-udev-do-not-rely-on-DRIVER-variable.patch
-BuildRequires:  libblkid-devel
-BuildRequires:  libsmartcols-devel
-BuildRequires:  libuuid-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
+BuildRequires:  pkgconfig(blkid)
+BuildRequires:  pkgconfig(smartcols)
+BuildRequires:  pkgconfig(uuid)
 
 %description
 This package contains utilities for configuring the bcache Module.

++ _service ++
--- /var/tmp/diff_new_pack.5nu212/_old  2020-01-23 16:09:57.135601643 +0100
+++ /var/tmp/diff_new_pack.5nu212/_new  2020-01-23 16:09:57.139601645 +0100
@@ -3,10 +3,9 @@
git

git://git.kernel.org/pub/scm/linux/kernel/git/colyli/bcache-tools
-   for-next
-   
-   a73679b22c333763597d39c72112ef5a53f55419
-   1.0.8+suse@TAG_OFFSET@
+   bcache-tools-1.1
+   bcache-tools-1.1
+   1.1


*.tar

++ bcache-tools-1.0.8+suse5.tar.xz -> bcache-tools-1.1.tar.xz ++
 2541 lines of diff (skipped)




commit 000update-repos for openSUSE:Leap:15.2

2020-01-23 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-23 21:03:07

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"

Thu Jan 23 21:03:07 2020 rev:491 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1579735305.packages.xz



Other differences:
--


























































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-01-23 Thread root
Hello community,

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

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


Package is "000update-repos"

Thu Jan 23 21:03:17 2020 rev:845 rq: version:unknown
Thu Jan 23 21:03:08 2020 rev:844 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1579735305.packages.xz
  factory:non-oss_2053.3.packages.xz



Other differences:
--























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 00Meta for openSUSE:Leap:15.2:Images

2020-01-23 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-23 21:45:46

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"

Thu Jan 23 21:45:46 2020 rev:269 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ version_totest ++
--- /var/tmp/diff_new_pack.LRI0YC/_old  2020-01-23 21:45:47.736529623 +0100
+++ /var/tmp/diff_new_pack.LRI0YC/_new  2020-01-23 21:45:47.736529623 +0100
@@ -1 +1 @@
-22.11
\ No newline at end of file
+22.12
\ No newline at end of file




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

2020-01-23 Thread root
Hello community,

here is the log from the commit of package 000update-repos for 
openSUSE:Leap:15.2:ARM checked in at 2020-01-23 21:03:13

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


Package is "000update-repos"

Thu Jan 23 21:03:13 2020 rev:64 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.2:arm_80.1.packages.xz



Other differences:
--









































































































































































































































































































































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

2020-01-23 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-23 21:03:37

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"

Thu Jan 23 21:03:37 2020 rev:81 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:ppc:update_1579736963.packages.xz



Other differences:
--








































































































































































































































commit 000update-repos for openSUSE:Factory

2020-01-23 Thread root
Hello community,

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

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


Package is "000update-repos"

Thu Jan 23 21:03:02 2020 rev:843 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20200121.packages.xz



Other differences:
--






















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































  1   2   >