commit postgresql94 for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package postgresql94 for openSUSE:Factory 
checked in at 2019-12-31 10:27:51

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


Package is "postgresql94"

Tue Dec 31 10:27:51 2019 rev:20 rq:759917 version:9.4.25

Changes:

--- /work/SRC/openSUSE:Factory/postgresql94/postgresql94.changes
2019-09-05 12:30:27.679618644 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql94.new.6675/postgresql94.changes  
2019-12-31 10:27:55.718938036 +0100
@@ -1,0 +2,18 @@
+Sun Dec 29 17:09:52 UTC 2019 - Lars Vogdt 
+
+- use and package sha256 checksum file for source
+
+---
+Fri Dec 20 15:04:43 UTC 2019 - Marcus Rueckert 
+
+- update to 9.4.25:
+  https://www.postgresql.org/about/news/1994/
+  https://www.postgresql.org/docs/9.4/release-9-4-25.html
+
+---
+Tue Oct 22 17:11:59 UTC 2019 - Marcus Rueckert 
+
+- add requires to the devel package for the libs that are returned
+  by pg_config --libs
+
+---

Old:

  postgresql-9.4.24.tar.bz2

New:

  postgresql-9.4.25.tar.bz2
  postgresql-9.4.25.tar.bz2.sha256



Other differences:
--
++ postgresql94.spec ++
--- /var/tmp/diff_new_pack.7jFeoH/_old  2019-12-31 10:27:57.850939019 +0100
+++ /var/tmp/diff_new_pack.7jFeoH/_new  2019-12-31 10:27:57.890939038 +0100
@@ -71,10 +71,11 @@
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.4.24
+Version:9.4.25
 Release:0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
+Source1:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
 Source3:postgresql-README.SUSE
 Source17:   postgresql-rpmlintrc
 Patch1: postgresql-conf.patch
@@ -163,6 +164,14 @@
 Conflicts:  postgresql-devel-exclusive < %majorversion
 Provides:   postgresql-server-devel-exclusive = %pgmajor
 Conflicts:  postgresql-server-devel-exclusive < %pgmajor
+# all libs returned from pg_config --libs
+Requires:   openssl-devel
+Requires:   zlib-devel
+%if 0%{?suse_version} == 1110
+Requires:   krb5-devel
+%else
+Requires:   pkgconfig(krb5)
+%endif
 
 %description -n %pgname-devel
 PostgreSQL is an advanced object-relational database management system

++ postgresql-9.4.24.tar.bz2 -> postgresql-9.4.25.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql94/postgresql-9.4.24.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql94.new.6675/postgresql-9.4.25.tar.bz2 
differ: char 11, line 1

++ postgresql-9.4.25.tar.bz2.sha256 ++
cb98afaef4748de76c13202c14198e3e4717adde49fd9c90fdc81da877520928  
postgresql-9.4.25.tar.bz2



commit python-limnoria for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package python-limnoria for openSUSE:Factory 
checked in at 2019-12-31 10:28:21

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


Package is "python-limnoria"

Tue Dec 31 10:28:21 2019 rev:10 rq:760088 version:2019.12.21

Changes:

--- /work/SRC/openSUSE:Factory/python-limnoria/python-limnoria.changes  
2019-11-27 13:53:27.728364122 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-limnoria.new.6675/python-limnoria.changes
2019-12-31 10:28:32.482954992 +0100
@@ -1,0 +2,34 @@
+Mon Dec 30 21:57:04 UTC 2019 - Lars Vogdt 
+
+- Update to version 2019-12-21:
+  + Add config supybot.reply.format.list.maximumItems to limit the size o… 
+  + Add fallback if getting supybot.language from registry cache failed.
+  + All plugins: set Limnoria contributors as maintainer
+  + Better formatting in supybot.Author if some fields are missing
+  + Get locale name on startup from registry cache instead of parsing con…
+  + Make getLocaleFromRegistryCache reload existing locales. 
+  + Math: Fix test on Pypy.
+  + Math: Display a nicer error in case of MemoryError. 
+  + MoobotFactoids: Fix support of commands sent in private. 
+  + Nicer error message in getChannel/makeChannelFilename when channel is…
+  + Plugin: support showing __maintainer__ field in the 'author' command
+  + Plugin: accept author name in 'contributors' command
+  + QuoteGrabs: fix SyntaxWarning (#1391) 
+  + Remove dead code from Group that belongs in Value.
+  + Request msgid capability.
+  + RSS: Register feed config in config.py instead of plugin.py. 
+  + Scheduler: Use assertRegexp instead of assertNotRegexp in tests.
+  + Scheduler: Use default timeout for assertResponse.
+  + Scheduler: Use mocking to make tests faster.
+  + Services: Fix typo in doInvite() (#1394)
+  + Update core fr translation.
+  + Update supybot-plugin-doc to work with current version of the registry. 
+  + Web: Lower log level when title could not be found.
+  + Web: Remove leading space if the prefix is empty.
+  + Web: Add early returns on exception when snarfing titles. 
+  + src/callbacks.py: use network-specific values. 
+  + test: Don't overwrite the main Schedule in the driver list.
+  + test: Mock calls to time.sleep()
+  + test: choose a random free port for tests using the HTTP server
+
+---

Old:

  master-2019-11-09.tar.gz

New:

  _service
  master-2019-12-21.tar.gz



Other differences:
--
++ python-limnoria.spec ++
--- /var/tmp/diff_new_pack.s3vkl7/_old  2019-12-31 10:28:33.190955319 +0100
+++ /var/tmp/diff_new_pack.s3vkl7/_new  2019-12-31 10:28:33.190955319 +0100
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define appname limnoria
-%define srcver 2019-11-09
+%define srcver 2019-12-21
 Name:   python-limnoria
-Version:2019.11.09
+Version:2019.12.21
 Release:0
 Summary:A modified version of Supybot (an IRC bot and framework)
 License:BSD-3-Clause

++ _service ++

  
github.com
https
/ProgVal/Limnoria/archive/master-2019-12-21.tar.gz
  


++ master-2019-11-09.tar.gz -> master-2019-12-21.tar.gz ++
 5591 lines of diff (skipped)




commit phpMyAdmin for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2019-12-31 10:28:12

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


Package is "phpMyAdmin"

Tue Dec 31 10:28:12 2019 rev:161 rq:760059 version:4.9.3

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2019-11-25 
11:25:50.950089148 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new.6675/phpMyAdmin.changes  
2019-12-31 10:28:19.334948928 +0100
@@ -1,0 +2,13 @@
+Mon Dec 30 15:41:02 UTC 2019 - ec...@opensuse.org
+
+- phpMyAdmin 4.9.3
+  * Several PHP notices and warnings including "Undefined index 
+table_create_time," a notice about error_reporting() being 
+disabled for security reasons, and several Undefined Index 
+errors.
+  * Support CloudFront-Forwarded-Proto header for Amazon CloudFront
+proxy
+  * Early compatibility with development versions of PHP 8
+  * Fix replication actions (start, stop, etc)
+
+---

Old:

  phpMyAdmin-4.9.2-all-languages.tar.xz
  phpMyAdmin-4.9.2-all-languages.tar.xz.asc

New:

  phpMyAdmin-4.9.3-all-languages.tar.xz
  phpMyAdmin-4.9.3-all-languages.tar.xz.asc



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.ElDGdL/_old  2019-12-31 10:28:19.978949225 +0100
+++ /var/tmp/diff_new_pack.ElDGdL/_new  2019-12-31 10:28:19.982949227 +0100
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:   phpMyAdmin
-Version:4.9.2
+Version:4.9.3
 Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0-or-later

++ phpMyAdmin-4.9.2-all-languages.tar.xz -> 
phpMyAdmin-4.9.3-all-languages.tar.xz ++
 3562 lines of diff (skipped)





commit rdesktop for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package rdesktop for openSUSE:Factory 
checked in at 2019-12-31 10:28:18

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


Package is "rdesktop"

Tue Dec 31 10:28:18 2019 rev:43 rq:760072 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/rdesktop/rdesktop.changes2019-12-21 
12:34:59.623466305 +0100
+++ /work/SRC/openSUSE:Factory/.rdesktop.new.6675/rdesktop.changes  
2019-12-31 10:28:23.070950651 +0100
@@ -1,0 +2,6 @@
+Mon Dec 30 18:37:34 UTC 2019 - ch...@computersalat.de
+
+- fix for boo#1158593
+  * fix python shebang, use any python (2 or 3)
+
+---



Other differences:
--
++ rdesktop.spec ++
--- /var/tmp/diff_new_pack.8j50fD/_old  2019-12-31 10:28:23.830951001 +0100
+++ /var/tmp/diff_new_pack.8j50fD/_new  2019-12-31 10:28:23.830951001 +0100
@@ -57,7 +57,7 @@
 %prep
 %setup -q
 %patch0
-%patch3 -p1
+%patch3
 %patch4 -p1
 
 ## rpmlint

++ rdesktop-Fix-keymap-script.patch ++
--- /var/tmp/diff_new_pack.8j50fD/_old  2019-12-31 10:28:23.846951009 +0100
+++ /var/tmp/diff_new_pack.8j50fD/_new  2019-12-31 10:28:23.846951009 +0100
@@ -1,10 +1,10 @@
-Index: rdesktop-1.8.3/keymaps/convert-map
+Index: keymaps/convert-map
 ===
 rdesktop-1.8.3.orig/keymaps/convert-map
-+++ rdesktop-1.8.3/keymaps/convert-map
+--- keymaps/convert-map.orig
 keymaps/convert-map
 @@ -1,4 +1,5 @@
 -#!/usr/bin/env python2
-+#!/usr/bin/python2
++#!/usr/bin/python
 +# -*- coding: utf-8 -*-
  # -*-Python-*-
  #




commit postgrey for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package postgrey for openSUSE:Factory 
checked in at 2019-12-31 10:28:19

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


Package is "postgrey"

Tue Dec 31 10:28:19 2019 rev:36 rq:760081 version:1.37

Changes:

--- /work/SRC/openSUSE:Factory/postgrey/postgrey.changes2017-11-24 
10:56:11.540511814 +0100
+++ /work/SRC/openSUSE:Factory/.postgrey.new.6675/postgrey.changes  
2019-12-31 10:28:28.486953149 +0100
@@ -1,0 +2,9 @@
+Mon Dec 30 20:44:45 UTC 2019 - ch...@computersalat.de
+
+- fix for boo#1115454
+  * rename  postgrey_daily_greylist.crontab
+to  postgrey_daily_greylist.sh
+  * add postgrey_daily_greylist.service
+and postgrey_daily_greylist.timer
+
+---

Old:

  postgrey_daily_greylist.crontab

New:

  postgrey_daily_greylist.service
  postgrey_daily_greylist.sh
  postgrey_daily_greylist.timer



Other differences:
--
++ postgrey.spec ++
--- /var/tmp/diff_new_pack.psBhB6/_old  2019-12-31 10:28:31.866954708 +0100
+++ /var/tmp/diff_new_pack.psBhB6/_new  2019-12-31 10:28:31.866954708 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgrey
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,17 +25,19 @@
 Version:1.37
 Release:0
 Summary:Postfix greylisting policy server
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Email/Utilities
-Url:http://postgrey.schweikert.ch/
+URL:http://postgrey.schweikert.ch/
 Source0:http://postgrey.schweikert.ch/pub/%{name}-%{version}.tar.gz
 Source1:%{name}.init
 Source2:%{name}.sysconfig
 Source3:%{name}.README.SUSE
-Source4:%{name}_daily_greylist.crontab
 # 
http://hg.schweikert.ch/dispatch.fcgi/postgrey-1.x/raw-file/ca06ef218498/postgrey_clients_dump
 Source5:postgrey_clients_dump
 Source6:%{name}.service
+Source7:%{name}_daily_greylist.service
+Source8:%{name}_daily_greylist.timer
+Source9:%{name}_daily_greylist.sh
 # PATCH-FIX-OPENSUSE -- Adapt default config and documentation to pathnames 
for openSUSE
 # /etc/postfix => /etc/postgrey
 # /var/spool/postfix/postgrey => /var/lib/postgrey
@@ -88,6 +90,10 @@
 %setup -q
 test -d examples || mkdir examples
 cp %{SOURCE5} examples/
+test -d timer || mkdir timer
+cp -a %{SOURCE7} timer/
+cp -a %{SOURCE8} timer/
+cp -a %{SOURCE9} timer/
 %patch0
 %patch1
 %patch2
@@ -129,8 +135,6 @@
 install -d %{buildroot}/%{_localstatedir}/lib/%{name}
 # directory for socket
 install -d -m 0775 %{buildroot}/%{_localstatedir}/spool/postfix/%{name}
-# some helper tools
-install -m 0644 %{SOURCE4} .
 
 %pre
 getent passwd %{name} >/dev/null || useradd -r -g nogroup -d 
%{_localstatedir}/lib/%{name} -s /sbin/nologin -c "Postgrey Daemon" %{name}
@@ -163,6 +167,8 @@
 
 %files
 %defattr(-,root,root)
+%doc Changes COPYING README README.SUSE
+%doc examples timer
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/whitelist_recipients
 %config(noreplace) %{_sysconfdir}/%{name}/whitelist_clients
@@ -174,7 +180,6 @@
 %{_fillupdir}/sysconfig.%{name}
 %dir %attr(0770,postgrey,postfix) %{_localstatedir}/spool/postfix/%{name}
 %doc %{_mandir}/man?/*
-%doc Changes COPYING README README.SUSE examples %{name}_daily_greylist.crontab
 %if 0%{?suse_version} > 1210
 %{_unitdir}/%{name}.service
 %else

++ postgrey_daily_greylist.service ++
[Unit]
Description=searches for relevant entries in mail log, generates a daily report 
from this data, and sends them in a (human) readable to specified user

[Service]
Type=oneshot
ExecStart=/bin/bash /usr/lib/postgrey/postgrey_daily_greylist
++ postgrey_daily_greylist.sh ++
#!/bin/bash
#
# (c) Copyright Klaus Singvogel, 2008
# All rights reserved.
#
# This script searches for relevant entries in mail log, generates
# a daily report from this data, and sends them in a (human) readable
# to specified user
#
# suggested to use with cron, before the logfiles got rotated by
# logrotate mechanism (otherwise bzcat/zcat has to be used)
# reference to variable DAILY_TIME in /etc/sysconfig/cron when

commit postgresql96 for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package postgresql96 for openSUSE:Factory 
checked in at 2019-12-31 10:27:55

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


Package is "postgresql96"

Tue Dec 31 10:27:55 2019 rev:19 rq:759918 version:9.6.16

Changes:

--- /work/SRC/openSUSE:Factory/postgresql96/postgresql96.changes
2019-09-05 12:29:59.983624068 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql96.new.6675/postgresql96.changes  
2019-12-31 10:28:03.106941443 +0100
@@ -1,0 +2,18 @@
+Sun Dec 29 17:11:56 UTC 2019 - Lars Vogdt 
+
+- use and package the sha256 checksum for for source
+
+---
+Fri Dec 20 15:02:14 UTC 2019 - Marcus Rueckert 
+
+- update to 9.6.16:
+  https://www.postgresql.org/about/news/1994/
+  https://www.postgresql.org/docs/9.6/release-9-6-16.html
+
+---
+Tue Oct 22 17:02:45 UTC 2019 - Marcus Rueckert 
+
+- add requires to the devel package for the libs that are returned
+  by pg_config --libs
+
+---

Old:

  postgresql-9.6.15.tar.bz2

New:

  postgresql-9.6.16.tar.bz2
  postgresql-9.6.16.tar.bz2.sha256



Other differences:
--
++ postgresql96.spec ++
--- /var/tmp/diff_new_pack.oAFg9Y/_old  2019-12-31 10:28:04.250941971 +0100
+++ /var/tmp/diff_new_pack.oAFg9Y/_new  2019-12-31 10:28:04.250941971 +0100
@@ -80,10 +80,11 @@
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.6.15
+Version:9.6.16
 Release:0
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
-Source1:baselibs.conf
+Source1:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
+Source2:baselibs.conf
 Source3:postgresql-README.SUSE
 Source17:   postgresql-rpmlintrc
 Patch1: postgresql-conf.patch
@@ -171,6 +172,14 @@
 Conflicts:  postgresql-devel-exclusive < %majorversion
 Provides:   postgresql-server-devel-exclusive = %pgmajor
 Conflicts:  postgresql-server-devel-exclusive < %pgmajor
+# all libs returned from pg_config --libs
+Requires:   openssl-devel
+Requires:   zlib-devel
+%if 0%{?suse_version} == 1110
+Requires:   krb5-devel
+%else
+Requires:   pkgconfig(krb5)
+%endif
 
 %description devel
 PostgreSQL is an advanced object-relational database management system

++ postgresql-9.6.15.tar.bz2 -> postgresql-9.6.16.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.15.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql96.new.6675/postgresql-9.6.16.tar.bz2 
differ: char 11, line 1

++ postgresql-9.6.16.tar.bz2.sha256 ++
5c6cba9cc0df70ba2b128c4a87d0babfce7c0e2b888f70a9c8485745f66b22e7  
postgresql-9.6.16.tar.bz2



commit gvfs for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2019-12-31 10:27:57

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


Package is "gvfs"

Tue Dec 31 10:27:57 2019 rev:164 rq:760143 version:1.42.2

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2019-12-30 
12:34:30.131793935 +0100
+++ /work/SRC/openSUSE:Factory/.gvfs.new.6675/gvfs.changes  2019-12-31 
10:28:04.462942069 +0100
@@ -5 +5 @@
-  systtemd.pc to find the right unit-directories.
+  systemd.pc to find the right unit-directories.



Other differences:
--



commit postgresql10 for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package postgresql10 for openSUSE:Factory 
checked in at 2019-12-31 10:27:44

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


Package is "postgresql10"

Tue Dec 31 10:27:44 2019 rev:14 rq:759916 version:10.11

Changes:

--- /work/SRC/openSUSE:Factory/postgresql10/postgresql10.changes
2019-09-05 12:29:50.871625853 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql10.new.6675/postgresql10.changes  
2019-12-31 10:27:51.806936232 +0100
@@ -1,0 +2,18 @@
+Sun Dec 29 17:08:10 UTC 2019 - Lars Vogdt 
+
+- use (and package) sha256 checksum file for source
+
+---
+Fri Dec 20 15:00:27 UTC 2019 - Marcus Rueckert 
+
+- update to 10.11:
+  https://www.postgresql.org/about/news/1994/
+  https://www.postgresql.org/docs/10/release-10-11.html
+
+---
+Tue Oct 22 17:00:55 UTC 2019 - Marcus Rueckert 
+
+- add requires to the devel package for the libs that are returned
+  by pg_config --libs
+
+---

Old:

  postgresql-10.10.tar.bz2

New:

  postgresql-10.11.tar.bz2
  postgresql-10.11.tar.bz2.sha256



Other differences:
--
++ postgresql10.spec ++
--- /var/tmp/diff_new_pack.U1izCM/_old  2019-12-31 10:27:53.082936820 +0100
+++ /var/tmp/diff_new_pack.U1izCM/_new  2019-12-31 10:27:53.082936820 +0100
@@ -96,10 +96,11 @@
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:10.10
+Version:10.11
 Release:0
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
-Source1:baselibs.conf
+Source1:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
+Source2:baselibs.conf
 Source3:postgresql-README.SUSE
 Source17:   postgresql-rpmlintrc
 Patch1: postgresql-conf.patch
@@ -187,6 +188,14 @@
 Conflicts:  postgresql-devel-exclusive < %pgmajor
 Provides:   postgresql-server-devel-exclusive = %pgmajor
 Conflicts:  postgresql-server-devel-exclusive < %pgmajor
+# all libs returned from pg_config --libs
+Requires:   openssl-devel
+Requires:   zlib-devel
+%if 0%{?suse_version} == 1110
+Requires:   krb5-devel
+%else
+Requires:   pkgconfig(krb5)
+%endif
 
 %description devel
 PostgreSQL is an advanced object-relational database management system

++ postgresql-10.10.tar.bz2 -> postgresql-10.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql10/postgresql-10.10.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql10.new.6675/postgresql-10.11.tar.bz2 
differ: char 11, line 1

++ postgresql-10.11.tar.bz2.sha256 ++
0d5d14ff6b075655f4421038fbde3a5d7b418c26a249a187a4175600d7aecc09  
postgresql-10.11.tar.bz2



commit mailgraph for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package mailgraph for openSUSE:Factory 
checked in at 2019-12-31 10:28:26

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


Package is "mailgraph"

Tue Dec 31 10:28:26 2019 rev:6 rq:760090 version:1.14

Changes:

--- /work/SRC/openSUSE:Factory/mailgraph/mailgraph.changes  2019-08-09 
16:54:44.529449169 +0200
+++ /work/SRC/openSUSE:Factory/.mailgraph.new.6675/mailgraph.changes
2019-12-31 10:28:37.158957148 +0100
@@ -1,0 +2,12 @@
+Mon Dec 30 22:21:33 UTC 2019 - ch...@computersalat.de
+
+- fix for boo#1138214
+  * fix filling of empty sysconfig vars
+- MAILGRAPH_LOG_TYPE="syslog"
+- MAILGRAPH_LOG_FILE="/var/log/mail"
+  * remove '-d' option from MAILGRAPH_OPTS
+- MAILGRAPH_OPTS=" -v"
+- fix sysconfig file
+  * for systemd there needs to be a [SPACE] before first option
+
+---



Other differences:
--
++ mailgraph.spec ++
--- /var/tmp/diff_new_pack.phedfL/_old  2019-12-31 10:28:41.058958948 +0100
+++ /var/tmp/diff_new_pack.phedfL/_new  2019-12-31 10:28:41.106958969 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mailgraph
 #
-# 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
@@ -31,7 +31,7 @@
 Summary:RRDtool frontend for Mail statistics
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Diagnostic
-Url:http://mailgraph.schweikert.ch/
+URL:http://mailgraph.schweikert.ch/
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.init
 Source2:%{name}.service
@@ -113,6 +113,12 @@
 %endif
 
 %pre
+if [[ -f %{_sysconfdir}/sysconfig/%{name} ]]; then
+  sed -i -e 's#^MAILGRAPH_OPTS=" -d -v"$#MAILGRAPH_OPTS=" -v"#'\
+-e 's#^MAILGRAPH_LOG_TYPE=""$#MAILGRAPH_LOG_TYPE="syslog"#'\
+-e 's#^MAILGRAPH_LOG_FILE=""#MAILGRAPH_LOG_FILE="/var/log/mail"#'\
+%{_sysconfdir}/sysconfig/%{name}
+fi
 %if 0%{?has_systemd}
 %service_add_pre %{name}.service
 %endif
@@ -129,7 +135,7 @@
 %service_add_post %{name}.service
 %{fillup_only mailgraph}
 %else
-%{fillup_and_insserv -f mailgraph}
+%{fillup_and_insserv mailgraph}
 install -d %{_localstatedir}/run/%{name}
 %endif
 

++ mailgraph.sysconfig ++
--- /var/tmp/diff_new_pack.phedfL/_old  2019-12-31 10:28:42.286959514 +0100
+++ /var/tmp/diff_new_pack.phedfL/_new  2019-12-31 10:28:42.298959519 +0100
@@ -16,9 +16,8 @@
 ##  --rbl-is-spam  count rbl rejects as spam
 ##  --virbl-is-virus   count virbl rejects as viruses
 #
-## for systemd there needs to be a [SPACE] before first option
-#
-MAILGRAPH_OPTS="-v"
+## !!! for systemd there needs to be a [SPACE] before first option !!!
+MAILGRAPH_OPTS=" -v"
 
 ## Type:string
 ## Default: "/var/run/mailgraph.pid"





commit python-pytest-shutil for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package python-pytest-shutil for 
openSUSE:Factory checked in at 2019-12-31 10:28:04

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


Package is "python-pytest-shutil"

Tue Dec 31 10:28:04 2019 rev:4 rq:759815 version:1.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-shutil/python-pytest-shutil.changes
2019-06-18 14:45:23.817734218 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-shutil.new.6675/python-pytest-shutil.changes
  2019-12-31 10:28:17.718948183 +0100
@@ -1,0 +2,5 @@
+Sat Dec 28 18:31:07 UTC 2019 - Ondřej Súkup 
+
+- fix python-path/python-path.py requires 
+
+---



Other differences:
--
++ python-pytest-shutil.spec ++
--- /var/tmp/diff_new_pack.GLsSUp/_old  2019-12-31 10:28:18.390948493 +0100
+++ /var/tmp/diff_new_pack.GLsSUp/_new  2019-12-31 10:28:18.394948494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-shutil
 #
-# 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
@@ -56,6 +56,7 @@
 %prep
 %setup -q -n pytest-shutil-%{version}
 sed -i '/contextlib2/d' setup.py
+sed -i '/path.\py/d' setup.py
 
 %build
 %python_build




commit 000product for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-12-31 10:29:03

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


Package is "000product"

Tue Dec 31 10:29:03 2019 rev:1954 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.product ++
--- /var/tmp/diff_new_pack.LuiDJz/_old  2019-12-31 10:29:04.834969913 +0100
+++ /var/tmp/diff_new_pack.LuiDJz/_new  2019-12-31 10:29:04.838969915 +0100
@@ -4,7 +4,7 @@
 
   openSUSE
   openSUSE
-  20191230
+  20191231
   0
 
   openSUSE




commit latte-dock for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package latte-dock for openSUSE:Factory 
checked in at 2019-12-31 10:28:31

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


Package is "latte-dock"

Tue Dec 31 10:28:31 2019 rev:18 rq:760094 version:0.9.6

Changes:

--- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes2019-12-12 
23:20:15.742202180 +0100
+++ /work/SRC/openSUSE:Factory/.latte-dock.new.6675/latte-dock.changes  
2019-12-31 10:28:42.946959818 +0100
@@ -1,0 +2,37 @@
+Mon Dec 30 20:37:19 UTC 2019 - wba...@tmo.at
+
+- Update to 0.9.6
+  * Qt5.14 - restore properly the dragged tasks to normal mode
+(kde#415333)
+  * Qt5.14 - release properly the edit mode animation state
+(kde#412940)
+  * Do not wait for dock to show in order to activate based on
+position global shortcuts. The new approach is smart enough in
+order to identify applets with popups in order to wait for them
+to slide-in first. (kde#415417)
+  * Dynamic touching of views enabled isBusy state for them only
+when they are really touching. If one of them is hidden from
+its visibility mode then isBusy states should not be applied
+(kde#415347)
+  * Wayland: fix crash from unavailable windows
+  * Set a minimum length of screen edge activation area to 25% of
+the entire screen length this view is attached at.
+  * Fix crash from unloading views by disconnecting their sensitive
+signals early in the chain
+  * Show proper tooltip for installed indicators in Effects page
+  * Update panelshadows to latest plasma code
+  * Improve behavior of the AutomaticItemSizer
+  * Improve publish tasks geometries code
+  * Accept only left click as valid action when clicking neutral
+areas of applets, that is areas that even though the visually
+belong to the applet, the applet does not have any access to
+it.
+  * Do not require a window to intersect with the view in order to
+be considered maximized
+  * Consider windows as maximized only when both MaxHorizontally
+and MaxVertically are both applied
+  * Remove various deprecated code
+- Add Fixed-compile-with-qt-5.9.patch to fix build with Qt 5.9
+  (kde#415715)
+
+---

Old:

  latte-dock-0.9.5.tar.xz

New:

  Fixed-compile-with-qt-5.9.patch
  latte-dock-0.9.6.tar.xz



Other differences:
--
++ latte-dock.spec ++
--- /var/tmp/diff_new_pack.wQlq1d/_old  2019-12-31 10:28:43.634960135 +0100
+++ /var/tmp/diff_new_pack.wQlq1d/_new  2019-12-31 10:28:43.634960135 +0100
@@ -19,13 +19,15 @@
 
 %define kf5_version 5.38.0
 Name:   latte-dock
-Version:0.9.5
+Version:0.9.6
 Release:0
 Summary:Task manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:https://phabricator.kde.org/source/latte-dock/
 Source: 
https://download.kde.org/stable/latte-dock/latte-dock-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch:  Fixed-compile-with-qt-5.9.patch
 BuildRequires:  fdupes
 BuildRequires:  libSM-devel
 BuildRequires:  pkgconfig
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 %if 0%{?suse_version} <= 1315

++ Fixed-compile-with-qt-5.9.patch ++
>From ca8aadf1a9ad721865537183bfed66bb7d9c2b6f Mon Sep 17 00:00:00 2001
From: Michail Vourlakos 
Date: Mon, 30 Dec 2019 23:52:58 +0200
Subject: fixed compile with qt 5.9

FIXED-IN:0.9.7
BUG:415715
---
 app/view/panelshadows.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/view/panelshadows.cpp b/app/view/panelshadows.cpp
index 011505c..7221c8a 100644
--- a/app/view/panelshadows.cpp
+++ b/app/view/panelshadows.cpp
@@ -262,7 +262,7 @@ Qt::HANDLE PanelShadows::Private::createPixmap(const 
QPixmap& source)
 _connection, XCB_IMAGE_FORMAT_Z_PIXMAP, pixmap, _gc,
 image.width(), image.height(), 0, 0,
 0, 32,
-image.sizeInBytes(), image.constBits());
+image.byteCount(), image.constBits());
 
 return (Qt::HANDLE)pixmap;
 
-- 
cgit v1.1

++ latte-dock-0.9.5.tar.xz -> latte-dock-0.9.6.tar.xz ++
 9545 lines of diff (skipped)




commit postgresql95 for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package postgresql95 for openSUSE:Factory 
checked in at 2019-12-31 10:27:57

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


Package is "postgresql95"

Tue Dec 31 10:27:57 2019 rev:19 rq:759919 version:9.5.20

Changes:

--- /work/SRC/openSUSE:Factory/postgresql95/postgresql95.changes
2019-09-05 12:30:16.779620778 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql95.new.6675/postgresql95.changes  
2019-12-31 10:28:08.334943855 +0100
@@ -1,0 +2,18 @@
+Sun Dec 29 17:14:22 UTC 2019 - Lars Vogdt 
+
+- use and package sha256 checksum file for source
+
+---
+Fri Dec 20 15:03:29 UTC 2019 - Marcus Rueckert 
+
+- update to 9.5.20:
+  https://www.postgresql.org/about/news/1994/
+  https://www.postgresql.org/docs/9.5/release-9-5-20.html
+
+---
+Tue Oct 22 17:10:40 UTC 2019 - Marcus Rueckert 
+
+- add requires to the devel package for the libs that are returned
+  by pg_config --libs
+
+---

Old:

  postgresql-9.5.19.tar.bz2

New:

  postgresql-9.5.20.tar.bz2
  postgresql-9.5.20.tar.bz2.sha256



Other differences:
--
++ postgresql95.spec ++
--- /var/tmp/diff_new_pack.VNJD1w/_old  2019-12-31 10:28:10.370944794 +0100
+++ /var/tmp/diff_new_pack.VNJD1w/_new  2019-12-31 10:28:10.374944795 +0100
@@ -71,10 +71,11 @@
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.5.19
+Version:9.5.20
 Release:0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
+Source1:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2.sha256
 Source3:postgresql-README.SUSE
 Source17:   postgresql-rpmlintrc
 Patch1: postgresql-conf.patch
@@ -162,6 +163,14 @@
 Conflicts:  postgresql-devel-exclusive < %majorversion
 Provides:   postgresql-server-devel-exclusive = %pgmajor
 Conflicts:  postgresql-server-devel-exclusive < %pgmajor
+# all libs returned from pg_config --libs
+Requires:   openssl-devel
+Requires:   zlib-devel
+%if 0%{?suse_version} == 1110
+Requires:   krb5-devel
+%else
+Requires:   pkgconfig(krb5)
+%endif
 
 %description -n %pgname-devel
 PostgreSQL is an advanced object-relational database management system

++ postgresql-9.5.19.tar.bz2 -> postgresql-9.5.20.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql95/postgresql-9.5.19.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql95.new.6675/postgresql-9.5.20.tar.bz2 
differ: char 11, line 1

++ postgresql-9.5.20.tar.bz2.sha256 ++
925751b375cf975bebbe79753fbcb5fe85d7a62abe516d4c56861a6b877dde0d  
postgresql-9.5.20.tar.bz2



commit 000product for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-12-31 10:29:01

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


Package is "000product"

Tue Dec 31 10:29:01 2019 rev:1953 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.dngZr8/_old  2019-12-31 10:29:03.282969197 +0100
+++ /var/tmp/diff_new_pack.dngZr8/_new  2019-12-31 10:29:03.286969199 +0100
@@ -4,7 +4,7 @@
  
 openSUSE
 openSUSE-Addon-NonOss
-20191230
+    20191231
 0 
 openSUSE NonOSS Addon
 non oss addon




commit 000product for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-12-31 10:29:04

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


Package is "000product"

Tue Dec 31 10:29:04 2019 rev:1955 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.u4jeb6/_old  2019-12-31 10:29:07.986971367 +0100
+++ /var/tmp/diff_new_pack.u4jeb6/_new  2019-12-31 10:29:07.990971369 +0100
@@ -6,7 +6,7 @@
   openSUSE-MicroOS
   openSUSE-MicroOS-release
   
-  20191230
+  20191231
   
   0
   openSUSE-MicroOS




commit 000release-packages for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-12-31 11:12:14

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


Package is "000release-packages"

Tue Dec 31 11:12:14 2019 rev:375 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.TFzLlS/_old  2019-12-31 11:12:16.436239269 +0100
+++ /var/tmp/diff_new_pack.TFzLlS/_new  2019-12-31 11:12:16.436239269 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package openSUSE-Addon-NonOss-release (Version 20191230)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20191231)
 #
 # Copyright (c) 2019 openSUSE.
 #
@@ -16,16 +16,16 @@
 Name:   openSUSE-Addon-NonOss-release
 %define product openSUSE-Addon-NonOss
 Summary:openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version:20191230
+Version:    20191231
 Release:0
 License:BSD-3-Clause
 Group:  System/Fhs
 
 Provides:   %name-%version
 Provides:   product() = openSUSE-Addon-NonOss
-Provides:   product(openSUSE-Addon-NonOss) = 20191230-0
+Provides:   product(openSUSE-Addon-NonOss) = 20191231-0
 Provides:   product-label() = non%20oss%20addon
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20191230
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20191231
 
 
 AutoReqProv:on
@@ -49,10 +49,10 @@
 
   openSUSE
   openSUSE-Addon-NonOss
-  20191230
+  20191231
   0
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-addon-nonoss:20191230
+  cpe:/o:opensuse:opensuse-addon-nonoss:20191231
   
 
 

++ openSUSE-MicroOS-release.spec ++
--- /var/tmp/diff_new_pack.TFzLlS/_old  2019-12-31 11:12:16.452239275 +0100
+++ /var/tmp/diff_new_pack.TFzLlS/_new  2019-12-31 11:12:16.452239275 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-MicroOS-release
-Version:20191230
+Version:    20191231
 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) = 20191230-0
+Provides:   product(openSUSE-MicroOS) = 20191231-0
 Provides:   product-label() = openSUSE%20MicroOS
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20191230
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20191231
 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) = 20191230-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20191231-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) = 20191230-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20191231-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) = 20191230-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20191231-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) = 20191230-0
+Provides:   product_flavor(openSUSE-MicroOS) = 20191231-0
 Summary:openSUSE MicroOS%{?betaversion: %{betaversion}}
 
 %description appliance-kubic
@@ -167,11 +167,11 @@
 
   openSUSE
   openSUSE-MicroOS
-  20191230
+  20191231
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-microos:20191230
+  cpe:/o:opensuse:opensuse-microos:20191231
   openSUSE-MicroOS
   
 

++ openSUSE-release.spec ++
--- /var/tmp/diff_new_pack.TFzLlS/_old  2019-12-31 11:12:16.468239282 +0100
+++ /var/tmp/diff_new_pack.TFzLlS/_new  2019-12-31 11:12:16.468239282 +010

commit 000product for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-12-31 11:12:17

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


Package is "000product"

Tue Dec 31 11:12:17 2019 rev:1956 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.M4B9fD/_old  2019-12-31 11:12:22.456241701 +0100
+++ /var/tmp/diff_new_pack.M4B9fD/_new  2019-12-31 11:12:22.456241701 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -36,11 +36,11 @@
   true
   -x -2
   openSUSE
-  20191230
+  20191231
   11
-  cpe:/o:opensuse:opensuse-addon-nonoss:20191230,openSUSE NonOSS 
Addon
+  cpe:/o:opensuse:opensuse-addon-nonoss:20191231,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/20191230/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20191230/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20191231/i586
 
obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/20191231/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.M4B9fD/_old  2019-12-31 11:12:22.468241706 +0100
+++ /var/tmp/diff_new_pack.M4B9fD/_new  2019-12-31 11:12:22.468241706 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20191230
+  20191231
   11
-  cpe:/o:opensuse:opensuse-microos:20191230,openSUSE 
MicroOS
+  cpe:/o:opensuse:opensuse-microos:20191231,openSUSE 
MicroOS
   en_US 
-  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191230/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191231/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.M4B9fD/_old  2019-12-31 11:12:22.488241714 +0100
+++ /var/tmp/diff_new_pack.M4B9fD/_new  2019-12-31 11:12:22.488241714 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20191230
+  20191231
   11
-  cpe:/o:opensuse:opensuse:20191230,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20191231,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/20191230/i586
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191231/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.M4B9fD/_old  2019-12-31 11:12:22.500241719 +0100
+++ /var/tmp/diff_new_pack.M4B9fD/_new  2019-12-31 11:12:22.500241719 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,11 +35,11 @@
   true
   -x -2
   openSUSE
-  20191230
+  20191231
   11
-  cpe:/o:opensuse:opensuse:20191230,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20191231,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/20191230/x86_64
+  obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191231/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.M4B9fD/_old  2019-12-31 11:12:22.512241724 +0100
+++ /var/tmp/diff_new_pack.M4B9fD/_new  2019-12-31 11:12:22.512241724 +0100
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,11 +32,11 @@
   true
   -x -2
   openSUSE
-  20191230
+  20191231
   11
-  cpe:/o:opensuse:opensuse:20191230,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20191231,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/201

commit xfce4-terminal for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package xfce4-terminal for openSUSE:Factory 
checked in at 2019-12-31 15:49:12

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


Package is "xfce4-terminal"

Tue Dec 31 15:49:12 2019 rev:24 rq:760166 version:0.8.9.1

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-terminal/xfce4-terminal.changes
2019-10-27 13:41:50.945327409 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-terminal.new.6675/xfce4-terminal.changes  
2019-12-31 15:49:13.936355843 +0100
@@ -1,0 +2,35 @@
+Fri Dec 27 19:41:40 UTC 2019 - Maurizio Galli 
+
+- Update to version 0.8.9.1
+  - Fix "Open terminal here" functionality that was broken in release
+0.8.9 (bxo#16307)
+- Changes in version 0.8.9
+  - Respect the "Working Directory" setting when opening initial window
+(the current directory was used instead). (bxo#16292)
+  - Disable "Paste" actions in read-only mode
+  - Point session manager to desktop file. (bxo#16121)
+  - Resolve G_TYPE_INSTANCE_GET_PRIVATE deprecation warning
+  - Allow to use  shortcuts when menu mnemonics are disabled.
+(bxo#15989)
+  - Fix 'Menubar starts shown when set to hidden in properties' 
+(bxo#15979)
+  - Fix invalid geometry on Wayland.
+  - Fix size increase when the menu is used on Wayland (bxo#13938)
+  - Avoid passing null pointer to g_warning()
+  - Replace GLib threading functions with their GDK counterparts
+  - Fix setting a font via the command line (bxo#15869)
+  - Properly apply zoom factor when creating new tab (bxo#15785)
+  - Add icons to "Cancel" and "Paste" buttons
+  - Fix background color changing when changing focus if "Vary the
+background color for each tab" is enabled (bxo#15740)
+  - Revert "Save accelerators map on exit".(bxo#16058)
+  - Allow to unset window urgency hint even if "Visual bell" is disabled
+(bxo#15729)
+  - Unmaximize drop-down window when hiding it. (bxo#15681)
+  - Allow to use --maximize with drop-down windows
+  - Search dialog: Make opacity scale unfocusable. This prevents the text
+entry from losing focus when the opacity scale is used.
+  - Fix closing tabs with middle click. (bxo#15687)
+  - Translation updates
+
+---

Old:

  xfce4-terminal-0.8.8.tar.bz2

New:

  xfce4-terminal-0.8.9.1.tar.bz2



Other differences:
--
++ xfce4-terminal.spec ++
--- /var/tmp/diff_new_pack.iD2A0i/_old  2019-12-31 15:49:14.440356148 +0100
+++ /var/tmp/diff_new_pack.iD2A0i/_new  2019-12-31 15:49:14.440356148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-terminal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2012 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %bcond_with git
 Name:   xfce4-terminal
-Version:0.8.8
+Version:0.8.9.1
 Release:0
 Summary:Terminal Emulator for the Xfce Desktop Environment
 License:GPL-2.0-or-later

++ xfce4-terminal-0.8.8.tar.bz2 -> xfce4-terminal-0.8.9.1.tar.bz2 ++
 4604 lines of diff (skipped)




commit python-tld for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package python-tld for openSUSE:Factory 
checked in at 2019-12-31 15:49:09

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


Package is "python-tld"

Tue Dec 31 15:49:09 2019 rev:9 rq:760159 version:0.11.9

Changes:

--- /work/SRC/openSUSE:Factory/python-tld/python-tld.changes2019-12-04 
14:20:07.370425125 +0100
+++ /work/SRC/openSUSE:Factory/.python-tld.new.6675/python-tld.changes  
2019-12-31 15:49:11.772354532 +0100
@@ -1,0 +2,55 @@
+Tue Dec 24 10:03:46 UTC 2019 - Sebastian Wagner 
+
+- update to version 0.11.9:
+ - Adding test TLDs list to the package.
+- switch back to pypi file.
+
+---
+Sun Dec 15 22:01:42 UTC 2019 - Sebastian Wagner 
+
+- Switch to github tarball because of missing test files.
+
+---
+Sun Dec 15 09:22:45 UTC 2019 - Sebastian Wagner 
+
+- update to version 0.11.8:
+ - Minor fixes in setup.py.
+- update to version 0.11.7
+ - There have been no code changes since 0.11.2. The only change is that
+   support for Python 2.7 and 3.5 has been added.
+ - Added support for Python 2.7.
+- update to version 0.11.6:
+ - Targeted releases for all supported Python versions.
+- update to version 0.11.5:
+ - Targeted releases for all supported Python versions.
+- update to version 0.11.4:
+ - Changed order of the releases (Python 3.6 and up come first, then Python 
3.5).
+ - Make all distributions except Python 3.5 universal.
+- update to version 0.11.3:
+ - Added missing resources to the Python 3.5 release.
+- update to version 0.11.2:
+ - Bring back Python 3.5 support.
+- update to version 0.11.1:
+ - Minor speed ups.
+ - More on adding typing.
+- update to version 0.11:
+ - Since introduction of parser classes, usage of
+   ``NAMES_SOURCE_URL`` and ``NAMES_LOCAL_PATH`` of the ``tld.conf``
+   module is deprecated. Also, ``tld_names_local_path``
+   and ``tld_names_source_url`` arguments are deprecated as well.
+   If you want to customise things, implement your own parser (inherit from
+   ``BaseTLDSourceParser``).
+ - Drop support for Python versions prior to 3.6.
+ - Clean-up dependencies.
+ - Introduce parsers.
+ - Drop ``tld_names_source_url`` and ``tld_names_local_path`` introduced
+   in the previous release.
+ - Minor speed-ups (including tests).
+- update to version 0.10:
+ - This is the last release to support Python 2.
+ - Make it possible to provide a custom path to the TLD names file.
+ - Make it possible to free up some resources occupied due to loading custom
+   tld names by calling the ``reset_tld_names`` function
+   with ``tld_names_local_path`` parameter.
+
+---

Old:

  tld-0.9.8.tar.gz

New:

  tld-0.11.9.tar.gz



Other differences:
--
++ python-tld.spec ++
--- /var/tmp/diff_new_pack.VF1PKl/_old  2019-12-31 15:49:12.512354980 +0100
+++ /var/tmp/diff_new_pack.VF1PKl/_new  2019-12-31 15:49:12.516354982 +0100
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-tld
-Version:0.9.8
+Version:0.11.9
 Release:0
 Summary:URL top level domain (TLD) extraction module
 License:MPL-1.1 OR GPL-2.0-only OR LGPL-2.1-only
@@ -49,8 +50,9 @@
 
 %prep
 %setup -q -n tld-%{version}
-#sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' src/tld/bin/update-tld-names
 %patch0 -p1
+# https://github.com/barseghyanartur/tld/issues/75
+chmod -x src/tld/res/old/effective_tld_names-2015-07-19.dat.txt
 
 %build
 %python_build
@@ -58,7 +60,6 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
-%{python_expand chmod -x 
%{buildroot}%{$python_sitelib}/tld/res/old/effective_tld_names-2015-07-19.dat.txt}
 
 %check
 %python_exec setup.py test

++ tld-0.9.8.tar.gz -> tld-0.11.9.tar.gz ++
 97320 lines of diff (skipped)




commit galculator for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package galculator for openSUSE:Factory 
checked in at 2019-12-31 15:49:08

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


Package is "galculator"

Tue Dec 31 15:49:08 2019 rev:24 rq:760160 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/galculator/galculator.changes2018-01-01 
22:36:05.478752283 +0100
+++ /work/SRC/openSUSE:Factory/.galculator.new.6675/galculator.changes  
2019-12-31 15:49:08.832352750 +0100
@@ -1,0 +2,6 @@
+Sun Dec 29 23:01:00 UTC 2019 - Maurizio Galli 
+
+- Removed Provide and obsolete mate-calc. Galculator is NOT a replacement 
+  for mate-calc which is its own project.
+
+---



Other differences:
--
++ galculator.spec ++
--- /var/tmp/diff_new_pack.mEMNAA/_old  2019-12-31 15:49:09.320353046 +0100
+++ /var/tmp/diff_new_pack.mEMNAA/_new  2019-12-31 15:49:09.324353048 +0100
@@ -31,8 +31,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends: %{name}-lang
-Provides:   mate-calc = %{version}
-Obsoletes:  mate-calc < %{version}
+
 
 %description
 galculator is a GTK 3 based calculator with ordinary notation/reverse




commit xfce4-branding-openSUSE for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package xfce4-branding-openSUSE for 
openSUSE:Factory checked in at 2019-12-31 15:49:12

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


Package is "xfce4-branding-openSUSE"

Tue Dec 31 15:49:12 2019 rev:77 rq:760165 version:4.14+20191230

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-branding-openSUSE/xfce4-branding-openSUSE.changes
  2019-12-07 15:09:30.755845767 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-branding-openSUSE.new.6675/xfce4-branding-openSUSE.changes
2019-12-31 15:49:12.856355188 +0100
@@ -1,0 +2,6 @@
+Sun Dec 29 23:32:30 UTC 2019 - maurizio.ga...@gmail.com
+
+- Update to version 4.14+20191230:
+  * Set default cursor to Adwaita
+
+---

Old:

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

New:

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



Other differences:
--
++ xfce4-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.KI9gvT/_old  2019-12-31 15:49:13.644355666 +0100
+++ /var/tmp/diff_new_pack.KI9gvT/_new  2019-12-31 15:49:13.648355668 +0100
@@ -33,7 +33,7 @@
 %define thunar_volman_version   %(rpm -q --queryformat '%%{VERSION}' 
thunar-volman)
 
 Name:   xfce4-branding-openSUSE
-Version:4.14+20191207
+Version:4.14+20191230
 Release:0
 Summary:openSUSE Branding of the Xfce Desktop Environment
 License:CC-BY-SA-3.0 AND GPL-2.0-or-later

++ _servicedata ++
--- /var/tmp/diff_new_pack.KI9gvT/_old  2019-12-31 15:49:13.680355688 +0100
+++ /var/tmp/diff_new_pack.KI9gvT/_new  2019-12-31 15:49:13.680355688 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/xfce4-branding-openSUSE.git
-  b96a14aeba011701a4db7646be27054b30a6b2fc
\ No newline at end of file
+  9c42d6bdb31cd56296dbdbbf0f4106b76b77
\ No newline at end of file

++ xfce4-branding-openSUSE-4.14+20191207.tar.xz -> 
xfce4-branding-openSUSE-4.14+20191230.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-branding-openSUSE-4.14+20191207/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
 
new/xfce4-branding-openSUSE-4.14+20191230/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
--- 
old/xfce4-branding-openSUSE-4.14+20191207/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
   2019-12-06 20:37:18.0 +0100
+++ 
new/xfce4-branding-openSUSE-4.14+20191230/base/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
   2019-12-30 00:25:08.0 +0100
@@ -40,7 +40,7 @@
 
 
 
-
+
 
 
   

++ xfce4-branding-openSUSE.obsinfo ++
--- /var/tmp/diff_new_pack.KI9gvT/_old  2019-12-31 15:49:13.764355739 +0100
+++ /var/tmp/diff_new_pack.KI9gvT/_new  2019-12-31 15:49:13.764355739 +0100
@@ -1,5 +1,5 @@
 name: xfce4-branding-openSUSE
-version: 4.14+20191207
-mtime: 1575661038
-commit: b96a14aeba011701a4db7646be27054b30a6b2fc
+version: 4.14+20191230
+mtime: 1577661908
+commit: 9c42d6bdb31cd56296dbdbbf0f4106b76b77
 




commit 000product for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2019-12-31 18:09:04

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


Package is "000product"

Tue Dec 31 18:09:04 2019 rev:1957 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
++ dvd.group ++
--- /var/tmp/diff_new_pack.K58Nu5/_old  2019-12-31 18:09:09.780754621 +0100
+++ /var/tmp/diff_new_pack.K58Nu5/_new  2019-12-31 18:09:09.780754621 +0100
@@ -3200,8 +3200,8 @@
  
  
  
- 
- 
+ 
+ 
  
  
  

++ unsorted.yml ++
--- /var/tmp/diff_new_pack.K58Nu5/_old  2019-12-31 18:09:09.856754659 +0100
+++ /var/tmp/diff_new_pack.K58Nu5/_new  2019-12-31 18:09:09.856754659 +0100
@@ -12941,6 +12941,7 @@
   - malaga-suomi 
   - mame: [x86_64] 
   - mame-data 
+  - mame-mess: [x86_64] 
   - mame-tools 
   - manaplus 
   - manaplus-lang 
@@ -19734,7 +19735,6 @@
   - python2-tinyrpc 
   - python2-titlecase 
   - python2-tkreadonly 
-  - python2-tld 
   - python2-tldextract 
   - python2-tmx 
   - python2-toml 




commit 000release-packages for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000release-packages for 
openSUSE:Factory checked in at 2019-12-31 18:08:58

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


Package is "000release-packages"

Tue Dec 31 18:08:58 2019 rev:376 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
openSUSE-MicroOS-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++ weakremovers.inc ++
--- /var/tmp/diff_new_pack.yv7R3L/_old  2019-12-31 18:09:03.456751458 +0100
+++ /var/tmp/diff_new_pack.yv7R3L/_new  2019-12-31 18:09:03.460751460 +0100
@@ -15644,7 +15644,6 @@
 Provides: weakremover(lxqt-admin-lang)
 Provides: weakremover(mailsync)
 Provides: weakremover(mame-arcade)
-Provides: weakremover(mame-mess)
 Provides: weakremover(mango-doc)
 Provides: weakremover(markdown-unlit)
 Provides: weakremover(markmywords)
@@ -17187,6 +17186,7 @@
 Provides: weakremover(python2-threevis)
 Provides: weakremover(python2-thriftpy)
 Provides: weakremover(python2-tinycss2)
+Provides: weakremover(python2-tld)
 Provides: weakremover(python2-trello)
 Provides: weakremover(python2-txacme)
 Provides: weakremover(python2-units)
@@ -22092,6 +22092,7 @@
 Provides: weakremover(lmms)
 Provides: weakremover(lmms-devel)
 Provides: weakremover(mame)
+Provides: weakremover(mame-mess)
 Provides: weakremover(nodejs12)
 Provides: weakremover(nodejs12-devel)
 Provides: weakremover(npm12)




commit 000update-repos for openSUSE:Factory

2019-12-31 Thread root
Hello community,

here is the log from the commit of package 000update-repos for openSUSE:Factory 
checked in at 2019-12-31 21:04:30

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


Package is "000update-repos"

Tue Dec 31 21:04:30 2019 rev:792 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  15.1:update_1577752473.packages.xz



Other differences:
--



































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































commit 000release-packages for openSUSE:Factory

2019-12-31 Thread root
Hello community,

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

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


Package is "000release-packages"

Wed Jan  1 01:07:12 2020 rev:377 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ openSUSE-Addon-NonOss-release.spec ++
--- /var/tmp/diff_new_pack.wiaBhX/_old  2020-01-01 01:07:20.092525469 +0100
+++ /var/tmp/diff_new_pack.wiaBhX/_new  2020-01-01 01:07:20.096525471 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openSUSE-Addon-NonOss-release (Version 20191231)
 #
-# Copyright (c) 2019 openSUSE.
+# Copyright (c) 2020 openSUSE.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

openSUSE-release.spec: same change
stub.spec: same change