commit nfs-ganesha for openSUSE:Factory

2020-01-07 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/nfs-ganesha (Old)
 and  /work/SRC/openSUSE:Factory/.nfs-ganesha.new.6675 (New)


Package is "nfs-ganesha"

Tue Jan  7 23:50:39 2020 rev:8 rq:760717 version:3.1+git0.4de09d665

Changes:

--- /work/SRC/openSUSE:Factory/nfs-ganesha/nfs-ganesha.changes  2019-12-23 
22:39:17.713868501 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-ganesha.new.6675/nfs-ganesha.changes
2020-01-07 23:50:46.267950883 +0100
@@ -1,0 +2,10 @@
+Fri Jan  3 13:29:08 UTC 2020 - David Disseldorp 
+
+- Drop -DCMAKE_BUILD_TYPE=Release in favour of %cmake macro default.
+
+---
+Fri Jan  3 09:18:06 UTC 2020 - Martin Liška 
+
+- Use %cmake macros for build in order to respect $optflags.
+
+---



Other differences:
--
++ nfs-ganesha.spec ++
--- /var/tmp/diff_new_pack.Cta15m/_old  2020-01-07 23:50:46.799951159 +0100
+++ /var/tmp/diff_new_pack.Cta15m/_new  2020-01-07 23:50:46.799951159 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfs-ganesha
 #
-# 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
@@ -500,7 +500,7 @@
 export LC_ALL=en_US.UTF-8
 export LANG=en_US.UTF-8
 export LC_TYPE=en_US.UTF-8
-cmake .-DCMAKE_BUILD_TYPE=Release  \
+%cmake \
-DBUILD_CONFIG=rpmbuild \
-DUSE_FSAL_NULL=%{use_fsal_null}\
-DUSE_FSAL_MEM=%{use_fsal_mem}  \
@@ -531,7 +531,7 @@
-DALLOCATOR=jemalloc
 %endif
 
-make %{?_smp_mflags} || make %{?_smp_mflags} || make
+%cmake_build
 
 %install
 mkdir -p %{buildroot}%{_sysconfdir}/ganesha/
@@ -586,7 +586,7 @@
 install -m 755 scripts/init.d/nfs-ganesha.gpfs 
%{buildroot}%{_sysconfdir}/init.d/nfs-ganesha-gpfs
 %endif
 
-%make_install
+%cmake_install
 
 %if ( 0%{?suse_version} )
 %pre




commit talloc for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2020-01-07 23:50:29

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


Package is "talloc"

Tue Jan  7 23:50:29 2020 rev:36 rq:760690 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2019-10-25 
18:41:03.547836335 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new.6675/talloc.changes  2020-01-07 
23:50:44.079949748 +0100
@@ -1,0 +2,8 @@
+Tue Nov 26 17:24:56 CET 2019 - Matej Cepl 
+
+- Upgrade to 2.3.0.
+- Patches waf_upgrade.patch and waf_use_native_waf_timer.patch
+  are no needed anymore. They are subsumed by the upstream
+  tarball.
+
+---

Old:

  talloc-2.2.0.tar.asc
  talloc-2.2.0.tar.gz
  waf_upgrade.patch
  waf_use_native_waf_timer.patch

New:

  talloc-2.3.0.tar.asc
  talloc-2.3.0.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.DCSVLG/_old  2020-01-07 23:50:45.259950360 +0100
+++ /var/tmp/diff_new_pack.DCSVLG/_new  2020-01-07 23:50:45.259950360 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,8 +34,8 @@
 BuildRequires:  python3-devel
 #!BuildIgnore:  python
 %endif # build_man
-Url:http://talloc.samba.org/
-Version:2.2.0
+URL:http://talloc.samba.org/
+Version:2.3.0
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later
@@ -45,8 +45,6 @@
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
 # Originally from 
https://git.samba.org/samba.git/?p=samba.git;a=patch;h=aabdcc91513e242c4f191e170c890416d213
-Patch1: waf_upgrade.patch
-Patch2: waf_use_native_waf_timer.patch
 Source50:   talloc.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ talloc.spec ++
--- /var/tmp/diff_new_pack.DCSVLG/_old  2020-01-07 23:50:45.279950370 +0100
+++ /var/tmp/diff_new_pack.DCSVLG/_new  2020-01-07 23:50:45.279950370 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,8 +34,8 @@
 BuildRequires:  python3-devel
 #!BuildIgnore:  python
 %endif # build_man
-Url:http://talloc.samba.org/
-Version:2.2.0
+URL:http://talloc.samba.org/
+Version:2.3.0
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0-or-later
@@ -44,8 +44,6 @@
 Source1:https://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
 Source4:baselibs.conf
 Patch0: talloc-python3.5-fix-soabi_name.patch
-Patch1: waf_upgrade.patch
-Patch2: waf_use_native_waf_timer.patch
 Source50:   talloc.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ talloc-2.2.0.tar.gz -> talloc-2.3.0.tar.gz ++
 7860 lines of diff (skipped)

++ talloc-python3.5-fix-soabi_name.patch ++
--- /var/tmp/diff_new_pack.DCSVLG/_old  2020-01-07 23:50:45.447950458 +0100
+++ /var/tmp/diff_new_pack.DCSVLG/_new  2020-01-07 23:50:45.447950458 +0100
@@ -1,6 +1,6 @@
 a/buildtools/wafsamba/wafsamba.py  2015-11-06 08:28:25.0 -0500
-+++ b/buildtools/wafsamba/wafsamba.py  2016-03-07 14:28:58.412124485 -0500
-@@ -115,7 +115,7 @@
+--- a/buildtools/wafsamba/wafsamba.py
 b/buildtools/wafsamba/wafsamba.py
+@@ -108,7 +108,7 @@ def SAMBA_LIBRARY(bld, libname, source,
ldflags='',
external_library=False,
realname=None,





commit tevent for openSUSE:Factory

2020-01-07 Thread root
Hello community,

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

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


Package is "tevent"

Tue Jan  7 23:50:23 2020 rev:36 rq:760689 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/tevent/tevent.changes2019-10-14 
12:35:09.775694892 +0200
+++ /work/SRC/openSUSE:Factory/.tevent.new.6675/tevent.changes  2020-01-07 
23:50:28.783941807 +0100
@@ -1,0 +2,6 @@
+Tue Nov 26 21:52:29 CET 2019 - Matej Cepl 
+
+- Update to 0.10.1 ... make build with Python 3.8 working again
+  (new waf).
+
+---

Old:

  tevent-0.10.0.tar.asc
  tevent-0.10.0.tar.gz

New:

  tevent-0.10.1.tar.asc
  tevent-0.10.1.tar.gz



Other differences:
--
++ tevent-man.spec ++
--- /var/tmp/diff_new_pack.rhvWu4/_old  2020-01-07 23:50:29.767942318 +0100
+++ /var/tmp/diff_new_pack.rhvWu4/_new  2020-01-07 23:50:29.771942320 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tevent-man
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,8 +44,8 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Url:https://tevent.samba.org/
-Version:0.10.0
+URL:https://tevent.samba.org/
+Version:0.10.1
 Release:0
 Summary:An event system based on the talloc memory management library
 License:LGPL-3.0-or-later

++ tevent.spec ++
--- /var/tmp/diff_new_pack.rhvWu4/_old  2020-01-07 23:50:29.799942335 +0100
+++ /var/tmp/diff_new_pack.rhvWu4/_new  2020-01-07 23:50:29.799942335 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tevent-man
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,8 +44,8 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Url:https://tevent.samba.org/
-Version:0.10.0
+URL:https://tevent.samba.org/
+Version:0.10.1
 Release:0
 Summary:An event system based on the talloc memory management library
 License:LGPL-3.0-or-later

++ tevent-0.10.0.tar.gz -> tevent-0.10.1.tar.gz ++
 8626 lines of diff (skipped)





commit libKF5NetworkManagerQt for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package libKF5NetworkManagerQt for 
openSUSE:Factory checked in at 2020-01-07 23:50:48

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


Package is "libKF5NetworkManagerQt"

Tue Jan  7 23:50:48 2020 rev:73 rq:760857 version:5.65.0

Changes:

--- 
/work/SRC/openSUSE:Factory/libKF5NetworkManagerQt/libKF5NetworkManagerQt.changes
2019-12-18 14:44:24.141831146 +0100
+++ 
/work/SRC/openSUSE:Factory/.libKF5NetworkManagerQt.new.6675/libKF5NetworkManagerQt.changes
  2020-01-07 23:50:52.543954141 +0100
@@ -1,0 +2,6 @@
+Sat Jan  4 22:58:29 UTC 2020 - Fabian Vogt 
+
+- Add patch to fix compatibility with NM 1.22 (kde#415670):
+  * 0001-Sync-Utils-securityIsValid-with-NetworkManager.patch
+
+---

New:

  0001-Sync-Utils-securityIsValid-with-NetworkManager.patch



Other differences:
--
++ libKF5NetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.kWPJPz/_old  2020-01-07 23:50:53.135954448 +0100
+++ /var/tmp/diff_new_pack.kWPJPz/_new  2020-01-07 23:50:53.139954450 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libKF5NetworkManagerQt
 #
-# 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
@@ -37,6 +37,8 @@
 Source2:frameworks.keyring
 %endif
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Sync-Utils-securityIsValid-with-NetworkManager.patch
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
@@ -78,7 +80,7 @@
 settings which are used in DBus communication.
 
 %prep
-%setup -q -n networkmanager-qt-%{version}
+%autosetup -p1 -n networkmanager-qt-%{version}
 
 %build
   %cmake_kf5 -d build

++ 0001-Sync-Utils-securityIsValid-with-NetworkManager.patch ++
>From 271219d559e1cb1569650879cd02f24f88400d7a Mon Sep 17 00:00:00 2001
From: Jan Grulich 
Date: Thu, 2 Jan 2020 14:37:13 +0100
Subject: [PATCH] Sync Utils::securityIsValid with NetworkManager

BUG: 415670
---
 src/utils.cpp | 67 ---
 1 file changed, 37 insertions(+), 30 deletions(-)

diff --git a/src/utils.cpp b/src/utils.cpp
index 1e0c3a5..8c38e4a 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -167,7 +167,7 @@ bool 
NetworkManager::deviceSupportsApCiphers(NetworkManager::WirelessDevice::Cap
 return (havePair && haveGroup);
 }
 
-// Keep this in sync with 
NetworkManager/libnm-util/nm-utils.c:nm_utils_security_valid()
+// Keep this in sync with 
NetworkManager/libnm-core/nm-utils.c:nm_utils_security_valid()
 bool NetworkManager::securityIsValid(WirelessSecurityType type, 
NetworkManager::WirelessDevice::Capabilities interfaceCaps, bool haveAp, bool 
adhoc, NetworkManager::AccessPoint::Capabilities apCaps, 
NetworkManager::AccessPoint::WpaFlags apWpa, 
NetworkManager::AccessPoint::WpaFlags apRsn)
 {
 bool good = true;
@@ -184,6 +184,8 @@ bool NetworkManager::securityIsValid(WirelessSecurityType 
type, NetworkManager::
 if (interfaceCaps.testFlag(NetworkManager::WirelessDevice::Wep40) 
||
 
interfaceCaps.testFlag(NetworkManager::WirelessDevice::Wep104)) {
 return true;
+} else {
+return false;
 }
 }
 
@@ -205,7 +207,6 @@ bool NetworkManager::securityIsValid(WirelessSecurityType 
type, NetworkManager::
 // return true;
 // }
 // }
-return false;
 }
 
 switch (type) {
@@ -254,21 +255,15 @@ bool NetworkManager::securityIsValid(WirelessSecurityType 
type, NetworkManager::
 }
 break;
 case WpaPsk:
+if (adhoc) {
+return false;
+}
+
 if (!interfaceCaps.testFlag(NetworkManager::WirelessDevice::Wpa)) {
 return false;
 }
 if (haveAp) {
-/* Ad-Hoc WPA APs won't necessarily have the PSK flag set */
-if (adhoc) {
-if (apWpa.testFlag(NetworkManager::AccessPoint::GroupTkip) &&
-
interfaceCaps.testFlag(NetworkManager::WirelessDevice::Tkip)) {
-return true;
-}
-if (apWpa.testFlag(NetworkManager::AccessPoint::GroupCcmp) &&
-
interfaceCaps.testFlag(NetworkManager::WirelessDevice::Ccmp)) {
-return true;
-}
-} else if 
(apWpa.testFlag(NetworkManager::AccessPoint::KeyMgmtPs

commit 000update-repos for openSUSE:Factory

2020-01-07 Thread root
Hello community,

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

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


Package is "000update-repos"

Tue Jan  7 21:04:45 2020 rev:802 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory_20200105.packages.xz



Other differences:
--













































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000update-repos for openSUSE:Factory

2020-01-07 Thread root
Hello community,

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

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


Package is "000update-repos"

Tue Jan  7 21:04:50 2020 rev:803 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  factory:non-oss_1979.1.packages.xz



Other differences:
--














































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000product for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2020-01-07 10:44:19

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


Package is "000product"

Tue Jan  7 10:44:19 2020 rev:1983 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



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

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

++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.xZBiXl/_old  2020-01-07 10:44:22.057264543 +0100
+++ /var/tmp/diff_new_pack.xZBiXl/_new  2020-01-07 10:44:22.057264543 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20200105
+  20200106
   11
-  cpe:/o:opensuse:opensuse-microos:20200105,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20200106,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200105/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20200106/x86_64
   openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE
   /usr/share/kiwi/modules/plugins/openSUSE

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

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

++ openSUSE-dvd5-dvd-i586.kiwi ++
--- /var/tmp/diff_new_pack.xZBiXl/_old  2020-01-07 10:44:22.097264564 +0100
+++ /var/tmp/diff_new_pack.xZBiXl/_new  2020-01-07 10:44:22.097264564 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20200105
+  20200106
   11
-  cpe:/o:opensuse:opensuse:20200105,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20200106,openSUSE 
Tumbleweed
   cs da de el en en_GB en_US es fr hu it ja pl 
pt pt_BR ru zh zh_CN zh_TW 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20200105/i586
+  obs

commit 000release-packages for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2020-01-07 10:44:16

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


Package is "000release-packages"

Tue Jan  7 10:44:16 2020 rev:386 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



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

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.zLuqg6/_old  2020-01-07 10:44:18.313262656 +0100
+++ /var/tmp/diff_new_pack.zLuqg6/_new  2020-01-07 10:44:18.313262656 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20200105
+Version:20200106
 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) = 20200105-0
+Provides:   product(openSUSE-MicroOS) = 20200106-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200105
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20200106
 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) = 20200105-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200106-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) = 20200105-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200106-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) = 20200105-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200106-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) = 20200105-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20200106-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -167,11 +167,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20200105
+  20200106
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20200105
+  cpe:/o:opensuse:opensuse-microos:20200106
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.zLuqg6/_old  2020-01-07 10:44:18.329262664 +0100
+++ /var/tmp/diff_new_pack.zLuqg6/_new  2020-01-07 10:44:18.333262667 +0100
@@ -20,7 +

<    1   2