commit libqt5-qt3d for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libqt5-qt3d for openSUSE:Factory 
checked in at 2018-02-22 15:03:59

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


Package is "libqt5-qt3d"

Thu Feb 22 15:03:59 2018 rev:12 rq:578999 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qt3d/libqt5-qt3d.changes  2017-12-23 
12:12:28.692086151 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qt3d.new/libqt5-qt3d.changes 
2018-02-22 15:04:03.546514853 +0100
@@ -1,0 +2,10 @@
+Thu Feb 22 08:06:32 UTC 2018 - m...@suse.com
+
+- Drop fix-assimp-bigendian-lvalue.diff (bsc#1082225)
+  * The fix was part of assimp lib 3.3.1 already and Qt 5.10 has been updated
+to assimp lib 3.3.1, thus we don't need that patch anymore. 
+- Add use-Assimp-namespace-to-fix-build-for-big-endian.patch
+  * Use Assimp namespace to fix build for big-endian architectures
+https://github.com/assimp/assimp/pull/986
+
+---

Old:

  fix-assimp-bigendian-lvalue.diff

New:

  use-Assimp-namespace-to-fix-build-for-big-endian.patch



Other differences:
--
++ libqt5-qt3d.spec ++
--- /var/tmp/diff_new_pack.3d4Nve/_old  2018-02-22 15:04:05.514443474 +0100
+++ /var/tmp/diff_new_pack.3d4Nve/_new  2018-02-22 15:04:05.518443329 +0100
@@ -33,7 +33,7 @@
 %define tar_version qt3d-everywhere-src-5.10.0
 Source: 
https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz
 Source1:baselibs.conf
-Patch0: fix-assimp-bigendian-lvalue.diff
+Patch0: use-Assimp-namespace-to-fix-build-for-big-endian.patch
 BuildRequires:  fdupes
 BuildRequires:  libQt5Bootstrap-devel-static >= %{version}
 BuildRequires:  libQt5Concurrent-devel >= %{version}
@@ -58,9 +58,7 @@
 
 %prep
 %setup -q -n %{tar_version}
-%ifarch s390 s390x
 %patch0 -p1
-%endif
 
 %package -n %libname
 Summary:Qt 5 3D Addon

++ use-Assimp-namespace-to-fix-build-for-big-endian.patch ++
>From 50a2e80e96caf458b7a70d4dcc1003ab0441b6c2 Mon Sep 17 00:00:00 2001
From: Daniel Knezevic 
Date: Thu, 18 Aug 2016 10:51:20 +0200
Subject: [PATCH] Use Assimp namespace to fix build for big-endian
 architectures

---
 src/3rdparty/assimp/code/glTFAsset.inl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/3rdparty/assimp/code/glTFAsset.inl 
b/src/3rdparty/assimp/code/glTFAsset.inl
index d52c825c..470246c9 100644
--- a/src/3rdparty/assimp/code/glTFAsset.inl
+++ b/src/3rdparty/assimp/code/glTFAsset.inl
@@ -40,6 +40,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE.
 
 #include "StringUtils.h"
 
+using namespace Assimp;
+
 namespace glTF {
 
 namespace {
-- 
2.16.1




commit sqliteman for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package sqliteman for openSUSE:Factory 
checked in at 2018-02-22 15:03:42

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


Package is "sqliteman"

Thu Feb 22 15:03:42 2018 rev:3 rq:578959 version:1.2.2

Changes:

--- /work/SRC/openSUSE:Factory/sqliteman/sqliteman.changes  2017-05-10 
20:50:34.418372282 +0200
+++ /work/SRC/openSUSE:Factory/.sqliteman.new/sqliteman.changes 2018-02-22 
15:03:47.671090670 +0100
@@ -1,0 +2,13 @@
+Thu Feb 22 10:23:35 UTC 2018 - jeng...@inai.de
+
+- Ensure neutrality of description.
+
+---
+Wed Feb 21 21:25:03 UTC 2018 - aloi...@gmx.com
+
+- Added sqliteman-1.2.2-qt5.patch and switched build to Qt5
+
+- Dropped sqliteman-fix-qscintilla-find.patch (no longer
+   necessary)
+
+---

Old:

  sqliteman-fix-qscintilla-find.patch

New:

  sqliteman-1.2.2-qt5.patch



Other differences:
--
++ sqliteman.spec ++
--- /var/tmp/diff_new_pack.ILBpfk/_old  2018-02-22 15:03:48.687053819 +0100
+++ /var/tmp/diff_new_pack.ILBpfk/_new  2018-02-22 15:03:48.695053528 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sqliteman
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007 Petr Vanek
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,39 +20,32 @@
 Name:   sqliteman
 Version:1.2.2
 Release:0
-Summary:Lightweigth but powerful Sqlite3 manager
-License:GPL-2.0+ and LGPL-2.0+
+Summary:An Sqlite3 manager
+License:GPL-2.0+ AND LGPL-2.0+
 Group:  Productivity/Databases/Tools
 Url:http://sqliteman.yarpen.cz/
 Source0:
http://download.sourceforge.net/%{name}/%{version}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM: detect our name of qscintilla qt4 library
-Patch0: sqliteman-fix-qscintilla-find.patch
+# PATCH-FIX-UPSTREAM sqliteman-1.2.2-qt5.patch courtesy of gentoo team -- 
aloi...@gmx.com
+Patch1: sqliteman-1.2.2-qt5.patch
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  libqt4-sql-sqlite
+BuildRequires:  libqscintilla-qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(QtCore) >= 4.2.0
-BuildRequires:  pkgconfig(QtDBus) >= 4.2.0
-BuildRequires:  pkgconfig(QtGui) >= 4.2.0
-BuildRequires:  pkgconfig(QtSql) >= 4.2.0
-BuildRequires:  pkgconfig(QtXml) >= 4.2.0
-Requires:   libqt4-sql-sqlite
-%if 0%{?suse_version} > 1315
-BuildRequires:  libqscintilla_qt4-devel
-%else
-BuildRequires:  libqscintilla-devel
-%endif
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Sql)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+Requires:   libQt5Sql5-sqlite
 
 %description
-The best developer's and/or admin's GUI tool for Sqlite3
-in the world. No joking here (or just a bit only) - it
-contains the most complette feature set of all tools available
+Sqliteman is a graphical frontend for querying and editing SQLite3 databases.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch1 -p1
 rm -rf %{name}/qscintilla2
 
 %build
@@ -65,8 +58,8 @@
 %fdupes %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc COPYING README AUTHORS
+%doc README AUTHORS
+%license COPYING
 %dir %{_datadir}/sqliteman
 %{_bindir}/*
 %{_datadir}/applications/*

++ sqliteman-1.2.2-qt5.patch ++
>From 62eab3c77e0eab212b5f358e2682bb77deff8702 Mon Sep 17 00:00:00 2001
From: Jouni Kosonen 
Date: Sat, 21 Oct 2017 17:58:44 +0300
Subject: [PATCH] dev-db/sqliteman: Depend on x11-libs/qscintilla[qt5]

Gentoo-bug: 634982
Closes: https://github.com/gentoo/gentoo/pull/6002
---

Index: sqliteman-1.2.2/CMakeLists.txt
===
--- sqliteman-1.2.2.orig/CMakeLists.txt
+++ sqliteman-1.2.2/CMakeLists.txt
@@ -100,29 +100,8 @@ SET(CMAKE_CXX_FLAGS_RELEASE "-O2 ${CXX_W
 SET(CMAKE_C_FLAGS_RELEASE "-O2 ${CXX_WARNINGS}")
 
 
-SET (QT_MT_REQUIRED true)
-SET (QT_MIN_VERSION "4.2.0")
-SET( QT_USE_QTSQL TRUE )
-SET( QT_USE_QTXML TRUE )
-FIND_PACKAGE( Qt4 REQUIRED )
-MESSAGE(STATUS Qt4 version: 
${QT_VERSION_MAJOR}.${QT_VERSION_MINOR}.${QT_VERSION_PATCH})
-# suggest Qt upgrade
-if (QT_VERSION_MINOR LESS 3)
-MESSAGE(STATUS "")
-MESSAGE(STATUS "__ BIG FAT WARNING! ___")
-MESSAGE(STATUS "Your Qt version seems older than it should be.")
-MESSAGE(STATUS "Althought 

commit tuned for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package tuned for openSUSE:Factory checked 
in at 2018-02-22 15:03:49

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


Package is "tuned"

Thu Feb 22 15:03:49 2018 rev:15 rq:578964 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/tuned/tuned.changes  2017-11-17 
11:00:33.751495831 +0100
+++ /work/SRC/openSUSE:Factory/.tuned.new/tuned.changes 2018-02-22 
15:03:52.658909755 +0100
@@ -1,0 +2,9 @@
+Fri Feb 16 09:07:59 UTC 2018 - dims...@opensuse.org
+
+- Own %{_sysconfdir}/dbus-1/system.d and %{_sysconfdir}/dbus-1: in
+  the past systemd happened to install things there and 'own' the
+  directory for us, but that was just a coincidence.
+- Replace systemd BuildRequires with pkgconfig(systemd), allowing
+  OBS to pick systemd-mini for the build.
+
+---



Other differences:
--
++ tuned.spec ++
--- /var/tmp/diff_new_pack.q2yN0b/_old  2018-02-22 15:03:54.894828655 +0100
+++ /var/tmp/diff_new_pack.q2yN0b/_new  2018-02-22 15:03:54.898828510 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tuned
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,7 +43,7 @@
 BuildRequires:  bash-completion
 BuildRequires:  desktop-file-utils
 BuildRequires:  python
-BuildRequires:  systemd
+BuildRequires:  pkgconfig(systemd)
 Requires:   %{_bindir}/cpupower
 Requires:   dbus-1-python
 Requires:   ethtool
@@ -223,6 +223,8 @@
 %config(noreplace) %{_sysconfdir}/tuned/cpu-partitioning-variables.conf
 %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline
+%dir %{_sysconfdir}/dbus-1
+%dir %{_sysconfdir}/dbus-1/system.d
 %config %{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf
 %{_sysconfdir}/grub.d
 %{_tmpfilesdir}/tuned.conf




commit keepalived for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2018-02-22 15:03:34

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


Package is "keepalived"

Thu Feb 22 15:03:34 2018 rev:21 rq:578944 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes2018-01-22 
16:22:25.110989062 +0100
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes   
2018-02-22 15:03:38.587420084 +0100
@@ -1,0 +2,66 @@
+Thu Feb 22 10:07:17 UTC 2018 - dmuel...@suse.com
+
+- add linux-4.15.patch
+
+---
+Wed Feb 21 14:52:29 UTC 2018 - dmuel...@suse.com
+
+- update to 1.4.1:
+* Improve and fix use of getopt_long().
+  We musn't use a long option val of 1, since getopt_long() can return
+  that value.
+  getopt_long() also returns longindex == 0 when there is no matching
+  long option, and there needs to be careful checking if there is an
+  error to work out whether a long or short option was used, which is
+  needed for meaningful error messages.
+* Write assert() messages to syslog.
+  assert()s are nasty things, but at least let's get the benefit of
+  them, and write the messages to syslog, rather than losing them down
+  stderr.
+* Enable sorry server at startup if quorum down due to alpha mode
+  If alpha mode is configured on sufficient checkers so that a
+  virtual server doesn't have a quorum, we need to add the sorry
+  server at startup, otherwise it won't be added until a quorum has
+  been achieved and subsequently lost again. In the case where some
+  of the checkers remain in the down state at startup, this would have
+  meant that the sorry server never got added.
+* For virtual servers, ensure quorum <= number of real servers
+  If the quorum were gigher than the number of real servers, the
+  quorum for the real server to come up could never be achieved, so
+  if the quorum is greater than the number of real servers, reduce it
+  to the number of real servers.
+* Fix some SNMP keepalived checker integer types and default values.
+  Some virtual server and real server values were being sent to SNMP
+  with a signed type whereas the value is unsigned, so set the type
+  field correctly.
+  Some virtual server and real server values that apply to checkers
+  are set to nonsense default values in order to determine if a
+  value has been specified. Handle these values when reporting them
+  to SNMP replying with 0 rather than a nonsense value.
+* Fix some MALLOC/FREE issues with notify FIFOs.
+*  Add instance_name/config_id to alert emails' subjects if configured.
+  If multiple instances of keepalived are running, either different
+  instance_names and/or config_ids, it is useful to know which
+  keepalived instance the email relates to.
+* Ensure that email body string isn't unterminated.
+  Using strncpy() needs to ensure that there is a nul termination byte,
+  so this commits adds always writing a nul byte to the end of the buffer.
+* Remove duplicate fault notification.
+* Fix problem with scripts found via PATH with a '/' in parameters.
+  Recent discussions on issue #101 led to discovering that if an
+  executable without a fully qualified name was specified as a script
+  and there was a '/' character in the parameters, then the path
+  resolution would not work.
+* Send SNMP traps when go from backup to fault due to sync group.
+  Commit 020a9ab added executing notify_fault for vrrp instances
+  transitioning from backup to fault state due to another instance
+  in the sync group going to fault state. This commit adds sending
+  SNMP traps in the same circumstance.
+* Revert "Add instance_name/config_id to alert emails' subjects if
+  configured". This should be handled by setting router_id
+* Add config option to send smtp-alerts to file rather than send emails
+  This is useful for debugging purposes.
+* Add additional entry to Travis-CI build matrix.
+* Fix segfault if no sorry server configured for a virtual server.
+
+---

Old:

  keepalived-1.4.0.tar.gz

New:

  keepalived-1.4.1.tar.gz
  linux-4.15.patch



Other differences:
--
++ keepalived.spec ++
--- /var/tmp/diff_new_pack.yYoZsP/_old  2018-02-22 15:03:41.099329038 +0100
+++ /var/tmp/diff_new_pack.yYoZsP/_new  2018-02-22 15:03:41.103328894 +0100
@@ -30,15 +30,17 @@
 %bcond_with json
 
 Name: 

commit mariadb-connector-odbc for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package mariadb-connector-odbc for 
openSUSE:Factory checked in at 2018-02-22 15:03:48

Comparing /work/SRC/openSUSE:Factory/mariadb-connector-odbc (Old)
 and  /work/SRC/openSUSE:Factory/.mariadb-connector-odbc.new (New)


Package is "mariadb-connector-odbc"

Thu Feb 22 15:03:48 2018 rev:5 rq:578961 version:3.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/mariadb-connector-odbc/mariadb-connector-odbc.changes
2018-01-16 09:43:06.247628919 +0100
+++ 
/work/SRC/openSUSE:Factory/.mariadb-connector-odbc.new/mariadb-connector-odbc.changes
   2018-02-22 15:03:48.959043953 +0100
@@ -1,0 +2,9 @@
+Thu Feb 22 09:28:58 UTC 2018 - adam.ma...@suse.de
+
+- New upsream version 3.0.3
+  * fixes core dump when procedure returned more than 1 result set
+  * result SQLStatistics were ordered using the wrong columns.
+  * fetch would fail if an unbound column contained NULL
+- libreoffice_fixes.patch: upstreamed
+
+---

Old:

  libreoffice_fixes.patch
  mariadb-connector-odbc-3.0.2-ga-src.tar.gz
  mariadb-connector-odbc-3.0.2-ga-src.tar.gz.asc

New:

  mariadb-connector-odbc-3.0.3-ga-src.tar.gz
  mariadb-connector-odbc-3.0.3-ga-src.tar.gz.asc



Other differences:
--
++ mariadb-connector-odbc.spec ++
--- /var/tmp/diff_new_pack.FTIRHf/_old  2018-02-22 15:03:50.310994916 +0100
+++ /var/tmp/diff_new_pack.FTIRHf/_new  2018-02-22 15:03:50.314994771 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mariadb-connector-odbc
-Version:3.0.2
+Version:3.0.3
 Release:0
 Summary:MariaDB ODBC Connector
 License:LGPL-2.1+
@@ -29,7 +29,6 @@
 Source2:README
 Source3:sample_odbc.ini
 Source4:mariadb-connector-odbc-rpmlintrc
-Patch1: libreoffice_fixes.patch
 Patch3: missing_includes.patch
 Patch5: package_name.patch
 Patch6: DSN_names.patch
@@ -49,7 +48,6 @@
 
 %prep
 %setup -q -n mariadb-connector-odbc-%{version}-ga-src
-%patch1 -p1
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1

++ mariadb-connector-odbc-3.0.2-ga-src.tar.gz -> 
mariadb-connector-odbc-3.0.3-ga-src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mariadb-connector-odbc-3.0.2-ga-src/.idea/vcs.xml 
new/mariadb-connector-odbc-3.0.3-ga-src/.idea/vcs.xml
--- old/mariadb-connector-odbc-3.0.2-ga-src/.idea/vcs.xml   1970-01-01 
01:00:00.0 +0100
+++ new/mariadb-connector-odbc-3.0.3-ga-src/.idea/vcs.xml   2018-02-06 
23:04:00.0 +0100
@@ -0,0 +1,6 @@
+
+
+  
+
+  
+
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mariadb-connector-odbc-3.0.2-ga-src/.travis/docker-compose.yml 
new/mariadb-connector-odbc-3.0.3-ga-src/.travis/docker-compose.yml
--- old/mariadb-connector-odbc-3.0.2-ga-src/.travis/docker-compose.yml  
1970-01-01 01:00:00.0 +0100
+++ new/mariadb-connector-odbc-3.0.3-ga-src/.travis/docker-compose.yml  
2018-02-06 23:04:00.0 +0100
@@ -0,0 +1,13 @@
+version: '2'
+services:
+  db:
+image: $DB
+command: --character-set-server=utf8mb4 
--collation-server=utf8mb4_unicode_ci --ssl-ca=/etc/sslcert/ca.crt 
--ssl-cert=/etc/sslcert/server.crt --ssl-key=/etc/sslcert/server.key 
--bind-address=0.0.0.0
+ports:
+  - 3305:3306
+volumes:
+  - $SSLCERT:/etc/sslcert
+  - $ENTRYPOINT:/docker-entrypoint-initdb.d
+environment:
+  MYSQL_DATABASE: odbc_test
+  MYSQL_ALLOW_EMPTY_PASSWORD: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mariadb-connector-odbc-3.0.2-ga-src/.travis/gen-ssl.sh 
new/mariadb-connector-odbc-3.0.3-ga-src/.travis/gen-ssl.sh
--- old/mariadb-connector-odbc-3.0.2-ga-src/.travis/gen-ssl.sh  1970-01-01 
01:00:00.0 +0100
+++ new/mariadb-connector-odbc-3.0.3-ga-src/.travis/gen-ssl.sh  2018-02-06 
23:04:00.0 +0100
@@ -0,0 +1,134 @@
+#!/bin/bash
+set -e
+
+log () {
+  echo "$@" 1>&2
+}
+
+print_error () {
+  echo "$@" 1>&2
+  exit 1
+}
+
+print_usage () {
+  print_error "Usage: gen-ssl-cert-key  "
+}
+
+gen_cert_subject () {
+  local fqdn="$1"
+  [[ "${fqdn}" != "" ]] || print_error "FQDN cannot be blank"
+  echo 
"/C=/ST=/O=/localityName=/CN=${fqdn}/organizationalUnitName=/emailAddress=/"
+}
+
+main () {
+  local fqdn="$1"
+  local sslDir="$2"
+  [[ "${fqdn}" != "" ]] || print_usage
+  [[ -d "${sslDir}" ]] || print_error "Directory does not exist: ${sslDir}"
+
+  local caCertFile="${sslDir}/ca.crt"
+  local caKeyFile="${sslDir}/ca.key"
+  local certFile="${sslDir}/server.crt"
+  local keyFile="${sslDir}/server.key"
+  local csrFile=$(mktemp)
+  

commit psqlODBC for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package psqlODBC for openSUSE:Factory 
checked in at 2018-02-22 15:03:53

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


Package is "psqlODBC"

Thu Feb 22 15:03:53 2018 rev:21 rq:578965 version:10.01.

Changes:

--- /work/SRC/openSUSE:Factory/psqlODBC/psqlODBC.changes2017-12-12 
21:23:07.213991200 +0100
+++ /work/SRC/openSUSE:Factory/.psqlODBC.new/psqlODBC.changes   2018-02-22 
15:03:56.830758437 +0100
@@ -1,0 +2,11 @@
+Wed Feb 21 15:02:12 UTC 2018 - mvet...@suse.com
+
+- bsc#1062860 / fate#324501: For adding packaging to SLE15
+- Update to version 10.01.:
+  * Review the handling of @@IDENTITY when a column's default is 
nextval(a_sequence) but the column isn't a serial. Unfortunately the function 
pg_get_serial_sequence() doesn't work for sequences which aren't serial type.
+  * Add add an option -NoPDB to buildInstallers.ps1. The switch option can be 
specified so as to exclude PDB files from the installers.
+  * Fix a bug in pgdebug_realloc().
+  * Free any data at exec params before the statement is executed again or the 
next set of parameters is processed. If not, then there will be a memory leak 
when the next SQLParamData/SQLPutData is called.
+  * Review the level of MYLOG, QLOG. Divide *level 1(detail)* log into *level 
1(tuple level)* log and *level 2(detail)* log. 
+
+---

Old:

  psqlodbc-10.00..tar.gz

New:

  psqlodbc-10.01..tar.gz



Other differences:
--
++ psqlODBC.spec ++
--- /var/tmp/diff_new_pack.Np8wpI/_old  2018-02-22 15:03:59.342667328 +0100
+++ /var/tmp/diff_new_pack.Np8wpI/_new  2018-02-22 15:03:59.346667183 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package psqlODBC
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 Summary:ODBC Driver for PostgreSQL
 License:LGPL-2.1+
 Group:  Productivity/Databases/Clients
-Version:10.00.
+Version:10.01.
 Release:0
 Source0:
https://ftp.postgresql.org/pub/odbc/versions/src/%tarname-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ psqlodbc-10.00..tar.gz -> psqlodbc-10.01..tar.gz ++
 2570 lines of diff (skipped)




commit rubygem-bunny for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2018-02-22 15:03:38

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


Package is "rubygem-bunny"

Thu Feb 22 15:03:38 2018 rev:41 rq:578953 version:2.9.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes  
2018-01-17 21:59:11.648730864 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2018-02-22 15:03:43.587238797 +0100
@@ -1,0 +2,13 @@
+Thu Feb 22 05:28:28 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.9.2
+ see installed ChangeLog.md
+
+---
+Tue Jan 16 15:21:30 UTC 2018 - enava...@suse.com
+
+- Update to version 2.9.1
+
+  * Changelog not found.
+
+---

Old:

  bunny-2.9.0.gem

New:

  bunny-2.9.2.gem



Other differences:
--
++ rubygem-bunny.spec ++
--- /var/tmp/diff_new_pack.lcikxZ/_old  2018-02-22 15:03:45.687162629 +0100
+++ /var/tmp/diff_new_pack.lcikxZ/_new  2018-02-22 15:03:45.687162629 +0100
@@ -24,16 +24,10 @@
 #
 
 Name:   rubygem-bunny
-Version:2.9.0
+Version:2.9.2
 Release:0
 %define mod_name bunny
 %define mod_full_name %{mod_name}-%{version}
-# MANUAL
-%if 0%{?suse_version} && 0%{?suse_version} < 1330
-%define rb_build_versions ruby22
-%define rb_default_ruby_abi ruby:2.2.0
-%endif
-# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.2}
 BuildRequires:  %{rubygem gem2rpm}
@@ -51,13 +45,12 @@
 %description
 Easy to use, feature complete Ruby client for RabbitMQ 3.3 and later versions.
 
+%prep
 %gem_unpack
 %patch0 -p1
 find -type f -print0 | xargs -0 touch -r %{S:0}
 %gem_build
 
-%prep
-
 %build
 
 %install

++ bunny-2.9.0.gem -> bunny-2.9.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2018-01-08 13:09:43.0 +0100
+++ new/ChangeLog.md2018-02-22 01:59:39.0 +0100
@@ -1,3 +1,17 @@
+## Changes between Bunny 2.9.1 and 2.9.2 (unreleased)
+
+No changes yet.
+
+
+## Changes between Bunny 2.9.0 and 2.9.1 (Jan 11th, 2018)
+
+### Default CA Certificate Paths are Respected Again
+
+GitHub issue: [#539](https://github.com/ruby-amqp/bunny/issues/539).
+
+Contributed by Carl Hörberg.
+
+
 ## Changes between Bunny 2.8.0 and 2.9.0 (Jan 8th, 2018)
 
 ### Ruby 2.2 Requirement
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-01-08 13:09:43.0 +0100
+++ new/README.md   2018-02-22 01:59:39.0 +0100
@@ -63,11 +63,18 @@
 Bunny `1.4.x` and earlier supports RabbitMQ 2.x and 3.x.
 
 
-## Project Maturity
+## Change Log
 
 Bunny is a mature library (started in early 2009) with
 a stable public API.
 
+Change logs per release series:
+
+ * [master](https://github.com/ruby-amqp/bunny/blob/master/ChangeLog.md)
+ * [2.9.x](https://github.com/ruby-amqp/bunny/blob/2.9.x-stable/ChangeLog.md)
+ * [2.8.x](https://github.com/ruby-amqp/bunny/blob/2.8.x-stable/ChangeLog.md)
+
+
 
 ## Installation & Bundler Dependency
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bunny.gemspec new/bunny.gemspec
--- old/bunny.gemspec   2018-01-08 13:09:43.0 +0100
+++ new/bunny.gemspec   2018-02-22 01:59:39.0 +0100
@@ -24,7 +24,7 @@
   s.email = ["michael.s.klis...@gmail.com"]
 
   # Dependencies
-  s.add_dependency "amq-protocol", ">= 2.2.0"
+  s.add_dependency "amq-protocol", "~> 2.3.0"
 
   # Files.
   s.has_rdoc = true
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/bunny/transport.rb new/lib/bunny/transport.rb
--- old/lib/bunny/transport.rb  2018-01-08 13:09:43.0 +0100
+++ new/lib/bunny/transport.rb  2018-02-22 01:59:40.0 +0100
@@ -341,7 +341,7 @@
 end
 
 def prepare_tls_context(opts)
-  if (opts[:verify_ssl] || opts[:verify_peer] || opts[:verify]).nil?
+  if opts.values_at(:verify_ssl, :verify_peer, :verify).all?(&:nil?)
 opts[:verify_peer] = true
   end
 
@@ -353,7 +353,8 @@
   @tls_key   = tls_key_from(opts)
   @tls_certificate_store = opts[:tls_certificate_store]
 
-  @tls_ca_certificates   = tls_ca_certificates_paths_from(opts) || 
default_tls_certificates
+  @tls_ca_certificates   = tls_ca_certificates_paths_from(opts)
+  

commit velum for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-02-22 15:03:31

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


Package is "velum"

Thu Feb 22 15:03:31 2018 rev:7 rq:578943 
version:3.0.0+dev+git_r650_4eb2d26dfbef4dd92b3b4685f1704ed8787d5732

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-02-18 
11:42:51.856523989 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-02-22 
15:03:34.463568486 +0100
@@ -1,0 +2,9 @@
+Thu Feb 22 09:58:32 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 4eb2d26 by James Mason jma...@suse.com
+ Add user interface for public cloud bootstrapping
+ 
+ new file:   app/assets/stylesheets/pages/instance_type.scss
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.RjePRA/_old  2018-02-22 15:03:35.919516113 +0100
+++ /var/tmp/diff_new_pack.RjePRA/_new  2018-02-22 15:03:35.923515970 +0100
@@ -23,7 +23,7 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r646_67806291a2f2903835f76b154b3e1b4811873011
+Version:3.0.0+dev+git_r650_4eb2d26dfbef4dd92b3b4685f1704ed8787d5732
 Release:0
 %define branch master
 Summary:Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
67806291a2f2903835f76b154b3e1b4811873011 from branch master on date Thu, 15 Feb 
2018 15:53:13 +
+This package has been built with commit 
4eb2d26dfbef4dd92b3b4685f1704ed8787d5732 from branch master on date Thu, 22 Feb 
2018 09:57:53 +
 
 %prep
 %setup -q -n velum-%{branch}

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/app/assets/javascripts/application.js 
new/velum-master/app/assets/javascripts/application.js
--- old/velum-master/app/assets/javascripts/application.js  2018-02-15 
16:53:11.0 +0100
+++ new/velum-master/app/assets/javascripts/application.js  2018-02-22 
10:57:04.0 +0100
@@ -13,6 +13,7 @@
 //= require jquery
 //= require jquery_ujs
 //= require bootstrap.min
+//= require bootstrap-slider.min
 //
 //= require_tree ./dashboard
 //= require_tree ./setup
@@ -21,4 +22,4 @@
 
 $('body').on('click', '[disabled]', function(e) {
   e.preventDefault();
-});
\ No newline at end of file
+});
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/velum-master/app/assets/javascripts/cloud/bootstrap.js 
new/velum-master/app/assets/javascripts/cloud/bootstrap.js
--- old/velum-master/app/assets/javascripts/cloud/bootstrap.js  1970-01-01 
01:00:00.0 +0100
+++ new/velum-master/app/assets/javascripts/cloud/bootstrap.js  2018-02-22 
10:57:04.0 +0100
@@ -0,0 +1,65 @@
+$(function() {
+  // 
https://stackoverflow.com/questions/10420352/converting-file-size-in-bytes-to-human-readable-string
+  // https://creativecommons.org/licenses/by-sa/4.0/
+  function humanFileSize(bytes, si) {
+  var thresh = si ? 1000 : 1024;
+  if(Math.abs(bytes) < thresh) {
+  return bytes + ' B';
+  }
+  var units = si
+  ? ['kB','MB','GB','TB','PB','EB','ZB','YB']
+  : ['KiB','MiB','GiB','TiB','PiB','EiB','ZiB','YiB'];
+  var u = -1;
+  do {
+  bytes /= thresh;
+  ++u;
+  } while(Math.abs(bytes) >= thresh && u < units.length - 1);
+  return bytes.toFixed(1)+' '+units[u];
+  }
+
+  function calcClusterVcpus() {
+  vcpusPerVm = $('.instance-type-description .vcpu-count').data('vcpus');
+  vmCount = clusterSize.getValue();
+  $('#cluster-cpu-count').html(vcpusPerVm * vmCount);
+  }
+
+  function calcClusterRam() {
+  bytesPerVm = $('.instance-type-description .ram-size').data('bytes');
+  siUnits = $('.instance-type-description .ram-size').data('si');
+  vmCount = clusterSize.getValue();
+  totalBytes = bytesPerVm * vmCount;
+  $('#cluster-ram-size').attr('data-bytes', totalBytes);
+  $('#cluster-ram-size').html(humanFileSize(totalBytes, siUnits))
+  }
+
+  var updateClusterSize = function() {
+  calcClusterVcpus();
+  calcClusterRam();
+  }
+
+  var clusterSize = $('#cloud_cluster_instance_count').slider()
+.on('slide change', updateClusterSize).data('slider');
+
+  $('input[name="cloud_cluster[instance_type]"]').click(function() {
+  definition = $(this).siblings('.definition').html();
+  $('.instance-type-description').html(definition);
+  ramSize = $('.instance-type-description 

commit rubygem-docile-1_1 for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-docile-1_1 for 
openSUSE:Factory checked in at 2018-02-22 15:03:25

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


Package is "rubygem-docile-1_1"

Thu Feb 22 15:03:25 2018 rev:2 rq:578942 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-docile-1_1/rubygem-docile-1_1.changes
2018-02-18 11:42:00.494367779 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-docile-1_1.new/rubygem-docile-1_1.changes   
2018-02-22 15:03:31.407678412 +0100
@@ -1,0 +2,5 @@
+Wed Feb 14 20:12:25 UTC 2018 - jeng...@inai.de
+
+- Replace useless summary
+
+---



Other differences:
--
++ rubygem-docile-1_1.spec ++
--- /var/tmp/diff_new_pack.NUNvQT/_old  2018-02-22 15:03:32.947623017 +0100
+++ /var/tmp/diff_new_pack.NUNvQT/_new  2018-02-22 15:03:32.947623017 +0100
@@ -30,13 +30,13 @@
 %define mod_full_name %{mod_name}-%{version}
 %define mod_version_suffix -1_1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  ruby-macros >= 5
 Url:https://ms-ati.github.io/docile/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Docile keeps your Ruby DSLs tame and well-behaved
+Summary:Ruby gem to treat Ruby objects as a domain-specific language
 License:MIT
 Group:  Development/Languages/Ruby
 

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.NUNvQT/_old  2018-02-22 15:03:32.983621722 +0100
+++ /var/tmp/diff_new_pack.NUNvQT/_new  2018-02-22 15:03:32.983621722 +0100
@@ -1,6 +1,6 @@
 # ---
 # ## used by gem2rpm
-# :summary: this is a custom summary
+:summary: Ruby gem to treat Ruby objects as a domain-specific language
 # ## used by gem2rpm
 # :description: |-
 #   this is a custom description




commit rubygem-docile for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-docile for openSUSE:Factory 
checked in at 2018-02-22 15:03:21

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


Package is "rubygem-docile"

Thu Feb 22 15:03:21 2018 rev:8 rq:578941 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-docile/rubygem-docile.changes
2018-02-10 17:59:59.720161466 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-docile.new/rubygem-docile.changes   
2018-02-22 15:03:25.567888479 +0100
@@ -1,0 +2,5 @@
+Wed Feb 14 20:12:25 UTC 2018 - jeng...@inai.de
+
+- Replace useless summary
+
+---



Other differences:
--
++ rubygem-docile.spec ++
--- /var/tmp/diff_new_pack.9c1X7R/_old  2018-02-22 15:03:26.859842005 +0100
+++ /var/tmp/diff_new_pack.9c1X7R/_new  2018-02-22 15:03:26.863841861 +0100
@@ -35,7 +35,7 @@
 Url:https://ms-ati.github.io/docile/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Docile keeps your Ruby DSLs tame and well-behaved
+Summary:Ruby gem to treat Ruby objects as a domain-specific language
 License:MIT
 Group:  Development/Languages/Ruby
 

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.9c1X7R/_old  2018-02-22 15:03:26.895840710 +0100
+++ /var/tmp/diff_new_pack.9c1X7R/_new  2018-02-22 15:03:26.895840710 +0100
@@ -1,6 +1,6 @@
 # ---
 # ## used by gem2rpm
-# :summary: this is a custom summary
+:summary: Ruby gem to treat Ruby objects as a domain-specific language
 # ## used by gem2rpm
 # :description: |-
 #   this is a custom description




commit rubygem-sinatra for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-sinatra for openSUSE:Factory 
checked in at 2018-02-22 15:03:11

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


Package is "rubygem-sinatra"

Thu Feb 22 15:03:11 2018 rev:5 rq:578937 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sinatra/rubygem-sinatra.changes  
2017-06-08 15:00:26.260747061 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sinatra.new/rubygem-sinatra.changes 
2018-02-22 15:03:13.208333076 +0100
@@ -1,0 +2,6 @@
+Wed Feb 21 15:33:26 UTC 2018 - thard...@suse.com
+
+- update to version 2.0.1 
+ see installed CHANGELOG.md
+
+---

Old:

  sinatra-2.0.0.gem

New:

  sinatra-2.0.1.gem



Other differences:
--
++ rubygem-sinatra.spec ++
--- /var/tmp/diff_new_pack.bw5alv/_old  2018-02-22 15:03:14.688279839 +0100
+++ /var/tmp/diff_new_pack.bw5alv/_new  2018-02-22 15:03:14.692279695 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sinatra
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-sinatra
-Version:2.0.0
+Version:2.0.1
 Release:0
 %define mod_name sinatra
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:http://www.sinatrarb.com/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Classy web-development dressed in a DSL
 License:MIT

++ sinatra-2.0.0.gem -> sinatra-2.0.1.gem ++
 4265 lines of diff (skipped)




commit lonote for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package lonote for openSUSE:Factory checked 
in at 2018-02-22 15:03:13

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


Package is "lonote"

Thu Feb 22 15:03:13 2018 rev:9 rq:578940 version:3.2.13

Changes:

--- /work/SRC/openSUSE:Factory/lonote/lonote.changes2014-05-17 
21:43:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.lonote.new/lonote.changes   2018-02-22 
15:03:19.672100561 +0100
@@ -1,0 +2,43 @@
+Wed Feb 21 22:02:03 UTC 2018 - aloi...@gmx.com
+
+- Update to version 3.2.13
+  * Fixed: hotkey ``a`` malfunction in bookshelf modal.
+  * Fixed: hotkey ``a``, ``q``, ``z`` in bookshelf menu also send
+the character to the editor.
+  version 3.2.12
+  * Fixed: Cannot convert ``.lobook`` files in python 3.4.
+  * Enhanced: Minor enhance tab navigation.
+  version 3.2.11
+  * Updated & Fix: ``bottlepy`` 0.12.5 -> 0.12.7. Fix python 3.4
+book upload error.
+  * Updated: ``whoosh`` 2.5.5 -> 2.5.7, ``mako`` 0.8.1 -> 1.0.0,
+``bootstrap`` 3.1.1 -> 3.2.0
+  version 3.2.10
+  * Fixed: Change "#" in resource file name are not allow.
+  * Fixed: Using LoNote between python 3.3 and python 3.4 platform
+will not crash by indexing anymore.
+  * Fixed: Delete some section which sid are non-ascii may cause
+encode problem (in window platform).
+  version 3.2.9
+  * Changed: Rewrite ``lonote.less`` -> ``lonote.scss`` by sass_\ .
+  * Changed: Minor improve the search hint trigger.
+  * Enhanced: Add some buttons in "search hint popover" for quick
+insert search tags.
+  * Fixed: Increase waiting time for browser starting trigger from
+20sec to 2min.
+  * New: Add appdata file for the `new freedesktop standard`_ .
+  version 3.2.8
+  * **HOT FIX:** Deal the memory cache un-sync problem.
+  * Changed: Auto focus to search bar when search dialog be shown.
+  * Changed: Rewrite ``lonote.css`` by lesscss_ & make
+``lonote.css`` can work with most bootstrap theme.
+  * Enhanced: Auto update the search index when LoNote started.
+  * Enhanced: Add a button for update the index manually.
+  * Enhanced: Add a ``custom.css`` file for global style configure.
+  * Updated: bootstrap 3.1.0 -> 3.1.1
+
+- New URL
+
+- Drop Qt dependencies as the interface is purely HTML5 now
+
+---

Old:

  lonote-3.2.7.zip

New:

  lonote-3.2.13.tar.gz



Other differences:
--
++ lonote.spec ++
--- /var/tmp/diff_new_pack.HppyBw/_old  2018-02-22 15:03:22.412002002 +0100
+++ /var/tmp/diff_new_pack.HppyBw/_new  2018-02-22 15:03:22.416001858 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lonote
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,32 +17,34 @@
 
 
 Name:   lonote
-Version:3.2.7
+Version:3.2.13
 Release:0
-Summary:A personal note-taking application by Python3-qt4
-License:GPL-3.0 and Apache-2.0
+Summary:A personal note-taking application
+License:GPL-3.0 AND Apache-2.0
 Group:  Productivity/Office/Organizers
-Url:http://code.google.com/p/lonote
-Source0:%{name}-%{version}.zip
+Url:https://bitbucket.org/civalin/lonote
+Source0:
https://bitbucket.org/civalin/lonote/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python3-devel
-BuildRequires:  python3-qt4-devel
 BuildRequires:  update-desktop-files
-BuildRequires: unzip
 Requires:   python3-dbm
-Requires:   python3-qt4
 Requires:   python3-xml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Lonote is a personal note-taking application by Python3-qt4.
+Lonote is a personal note-taking application based on python3
+and modern browsers.
 It features in well interact UI, minimal design, structural notes,
 auto reloading, archiving and versioning.
 
 %prep
-%setup -q
+%setup -q -c -T
+tar xzf %{SOURCE0} --strip-components=1
+
 sed -i "s|#!/usr/bin/python3||" lonotelib/diff_match_patch.py # Fix 
non-executable script
+sed -i '/^#!\/usr\/bin\/env/d' lonotelib/bottle.py
+chmod -x server/static/diff-match-patch/diff_match_patch.js \
+ server/static/glyphicons/fonts/glyphiconshalflings-regular.svg
 
 %build
 python3 setup.py build
@@ -74,6 +76,7 @@
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/lonote.*
 %{_datadir}/%{name}/
+%{_datadir}/appdata/%{name}.appdata.xml
 

commit openbabel for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package openbabel for openSUSE:Factory 
checked in at 2018-02-22 15:03:03

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


Package is "openbabel"

Thu Feb 22 15:03:03 2018 rev:33 rq:578929 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/openbabel/openbabel.changes  2018-02-20 
17:56:13.727972324 +0100
+++ /work/SRC/openSUSE:Factory/.openbabel.new/openbabel.changes 2018-02-22 
15:03:05.576607606 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 22:01:13 UTC 2018 - wba...@tmo.at
+
+- Provide/Obsolete libopenbabel-devel for compatibility
+
+---



Other differences:
--
++ openbabel.spec ++
--- /var/tmp/diff_new_pack.zvKlaB/_old  2018-02-22 15:03:07.864525305 +0100
+++ /var/tmp/diff_new_pack.zvKlaB/_new  2018-02-22 15:03:07.864525305 +0100
@@ -80,6 +80,8 @@
 Group:  Development/Libraries/C and C++
 Requires:   libopenbabel5 = %{version}
 Requires:   zlib-devel
+Provides:   libopenbabel-devel = %{version}
+Obsoletes:  libopenbabel-devel < %{version}
 
 %description devel
 Open Babel is a chemical toolbox understanding many formats of




commit switcheroo-control for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package switcheroo-control for 
openSUSE:Factory checked in at 2018-02-22 15:03:05

Comparing /work/SRC/openSUSE:Factory/switcheroo-control (Old)
 and  /work/SRC/openSUSE:Factory/.switcheroo-control.new (New)


Package is "switcheroo-control"

Thu Feb 22 15:03:05 2018 rev:3 rq:578930 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/switcheroo-control/switcheroo-control.changes
2017-09-29 11:56:18.554994634 +0200
+++ 
/work/SRC/openSUSE:Factory/.switcheroo-control.new/switcheroo-control.changes   
2018-02-22 15:03:08.228512211 +0100
@@ -1,0 +2,11 @@
+Tue Feb 20 23:23:27 UTC 2018 - luc1...@linuxmail.org
+
+- Add systemd-rpm-macros BuildRequires and service_add_*
+  pre/post/preun/postun scriptlets for switcheroo-control.service
+  to comply with openSUSE's Guidelines.
+- Pass --with-systemdsystemunitdir=%{_unitdir} parameter to
+  configure to correct the systemd unit file's location.
+- Adopt the use of %make_install macro rather than raw make
+  command, following the best practices.
+
+---



Other differences:
--
++ switcheroo-control.spec ++
--- /var/tmp/diff_new_pack.zFTLGZ/_old  2018-02-22 15:03:10.496430629 +0100
+++ /var/tmp/diff_new_pack.zFTLGZ/_new  2018-02-22 15:03:10.496430629 +0100
@@ -26,9 +26,9 @@
 Source0:
https://github.com/hadess/switcheroo-control/releases/download/1.2/%{name}-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
 BuildRequires:  gtk-doc
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -46,16 +46,32 @@
 %setup -q
 
 %build
-%configure --enable-gtk-doc
+%configure \
+--with-systemdsystemunitdir=%{_unitdir} \
+--enable-gtk-doc
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
+
+%pre
+%service_add_pre switcheroo-control.service
+
+%post
+%service_add_post switcheroo-control.service
+
+%preun
+%service_del_preun switcheroo-control.service
+
+%postun
+%service_del_postun switcheroo-control.service
 
 %files
 %defattr(-,root,root)
-%doc NEWS README.md COPYING
+%license COPYING
+%doc NEWS README
 %{_sbindir}/switcheroo-control
+%{_unitdir}/switcheroo-control.service
 # Own dirs to avoid depending on dbus while building.
 %dir %{_sysconfdir}/dbus-1
 %dir %{_sysconfdir}/dbus-1/system.d
@@ -63,6 +79,6 @@
 
 %files doc
 %defattr(-,root,root)
-%{_datadir}/gtk-doc/html/%{name}/
+%doc %{_datadir}/gtk-doc/html/%{name}/
 
 %changelog




commit qiv for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package qiv for openSUSE:Factory checked in 
at 2018-02-22 15:03:07

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


Package is "qiv"

Thu Feb 22 15:03:07 2018 rev:23 rq:578931 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/qiv/qiv.changes  2015-02-27 10:59:44.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qiv.new/qiv.changes 2018-02-22 
15:03:11.268402860 +0100
@@ -1,0 +2,32 @@
+Sun Feb 18 18:22:15 UTC 2018 - avin...@opensuse.org
+
+- update to version 2.3.2:
+  * fix: window sometimes recentered, when moved around with mouse
+  * fix Makefile for cross-compiling: Make pkg-config substitutable
+  * add specfile to build rpm for CentOS
+  * add option --trashbin to use trash bin instead of .qiv-trash
+when deleting images
+  * add ability (and options) to display JPEG comments
+  * more sophisticated exiftool call in qiv-command example
+  * fix inconsistent fixed-zoom behaviour
+  * Don't try to rotate if file is not an image
+  * get rid of some more XID collisions
+  * Fix occasionally erratic behaviour of qiv statusbar
+  * Fix xpm autodetection with libmagic
+  * Fix small artefacts in pictures which might happen when running
+remote over slow link
+  * update image after it is exposed in window mode
+  * fix broken "-no-filter" option libmagic filter now works on
+symlinks
+  * fix linking order in "make debug", did not work in some newer
+gcc versions
+  * turn on EXIF autorotation by default
+  * Add option to sort files by modification time.
+  * In case of "watch" option, check image only every 1/10 sec,
+instead of every 200us. This was way too short for devices like
+RasPi etc.
+  * Leave jumping mode on invalid input and process input key as if
+it was entered in non jumping mode
+- cleanup with spec-cleaner
+
+---

Old:

  qiv-2.3.1.tgz

New:

  qiv-2.3.2.tgz



Other differences:
--
++ qiv.spec ++
--- /var/tmp/diff_new_pack.MaJYN1/_old  2018-02-22 15:03:12.916343580 +0100
+++ /var/tmp/diff_new_pack.MaJYN1/_new  2018-02-22 15:03:12.920343436 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qiv
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   qiv
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:Probably the fastest and simplest image viewer on the planet
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Url:http://spiegl.de/qiv/
-Source0:http://spiegl.de/qiv/download/qiv-%{version}.tgz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://spiegl.de/qiv/
+Source0:https://spiegl.de/qiv/download/qiv-%{version}.tgz
 BuildRequires:  file-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  imlib2-devel
@@ -72,8 +71,6 @@
 
 * jump to image number x, jump forward/backward x images
 
-
-
 %prep
 %setup -q
 sed -i 's/-O2/$(RPM_OPT_FLAGS)/' Makefile
@@ -85,20 +82,16 @@
 make %{?_smp_mflags}
 
 %install
-install -Dpm 755 qiv $RPM_BUILD_ROOT%{_bindir}/qiv
-install -Dpm 644 qiv.1 $RPM_BUILD_ROOT%{_mandir}/man1/qiv.1
-install -Dpm 0644 qiv.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/qiv.png
-install -Dpm 0644 qiv.desktop 
$RPM_BUILD_ROOT%{_datadir}/applications/qiv.desktop
+install -Dpm 755 qiv %{buildroot}%{_bindir}/qiv
+install -Dpm 644 qiv.1 %{buildroot}%{_mandir}/man1/qiv.1
+install -Dpm 0644 qiv.png %{buildroot}%{_datadir}/pixmaps/qiv.png
+install -Dpm 0644 qiv.desktop %{buildroot}%{_datadir}/applications/qiv.desktop
 %suse_update_desktop_file qiv
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc README README.COPYING README.TODO contrib
 %{_bindir}/qiv
-%{_mandir}/man1/qiv.1*
+%{_mandir}/man1/qiv.1%{ext_man}
 %{_datadir}/pixmaps/qiv.png
 %{_datadir}/applications/qiv.desktop
 

++ qiv-2.3.1.tgz -> qiv-2.3.2.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qiv-2.3.1/Changelog new/qiv-2.3.2/Changelog
--- old/qiv-2.3.1/Changelog 2013-12-20 01:50:37.0 +0100
+++ new/qiv-2.3.2/Changelog 2017-11-03 19:27:27.0 +0100
@@ -21,7 +21,7 @@
   al: Adrian Lopez
   yf: Y Furuhashi 
   wd: Wayne Davison   
-  js: Johannes Stezenbach 
+  js: Johannes Stezenbach 

commit haas-proxy for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package haas-proxy for openSUSE:Factory 
checked in at 2018-02-22 15:02:57

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


Package is "haas-proxy"

Thu Feb 22 15:02:57 2018 rev:2 rq:578923 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/haas-proxy/haas-proxy.changes2018-01-13 
21:47:46.825702969 +0100
+++ /work/SRC/openSUSE:Factory/.haas-proxy.new/haas-proxy.changes   
2018-02-22 15:03:01.336760124 +0100
@@ -1,0 +2,14 @@
+Wed Feb 21 19:42:06 UTC 2018 - michal.hruse...@opensuse.org
+
+- update to version 1.6
+  * disable direct-tcpip traceback logs
+  * device token validation
+
+---
+Sat Jan 20 06:10:56 UTC 2018 - michal.hruse...@opensuse.org
+
+- update to version 1.4
+  * support for load balanced honeypots
+- switch to python3
+
+---

Old:

  haas-proxy-1.3.tar.gz

New:

  haas-proxy-1.6.tar.gz



Other differences:
--
++ haas-proxy.spec ++
--- /var/tmp/diff_new_pack.hkRTCf/_old  2018-02-22 15:03:03.572679693 +0100
+++ /var/tmp/diff_new_pack.hkRTCf/_new  2018-02-22 15:03:03.576679549 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package haas-proxy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,26 @@
 #
 
 
+%define hash 23f35089b0cccbdf2b4557f9bf6bab4b0bbdac57
 Name:   haas-proxy
-Version:1.3
+Version:1.6
 Release:0
 Summary:Man in the middle proxy for honeypot as a service
 License:GPL-2.0
 Group:  Productivity/Networking/Security
-Url:https://haas.nic.cz
-%define hash c0363816618651bd6bc061321d2d7cf38e49e6f9
+URL:https://haas.nic.cz
 Source0:
https://gitlab.labs.nic.cz/haas/proxy/raw/%{hash}/release/%{name}-%{version}.tar.gz
 Source1:haas-proxy.service
 Source2:haas-sysconfig
-BuildRequires:  python
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python3
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  systemd-rpm-macros
-Requires:   python-base
-Requires:   python-Twisted
-Requires:   python-pycrypto
-Requires:   python2-service_identity
+Requires:   python3-Twisted
+Requires:   python3-base
+Requires:   python3-cachetools
+Requires:   python3-pycrypto
+Requires:   python3-service_identity
 Requires:   sshpass
 BuildArch:  noarch
 %{?systemd_requires}
@@ -48,10 +49,10 @@
 %setup -q
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -Dm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/haas-proxy
 rm -rf %{buildroot}%{_sysconfdir}/init.d
 install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/haas-proxy.service
@@ -73,7 +74,7 @@
 
 %files
 %config(noreplace) %{_sysconfdir}/haas-proxy
-%{python_sitelib}/*
+%{python3_sitelib}/*
 %{_sbindir}/rchaas-proxy
 %{_unitdir}/haas-proxy.service
 

++ haas-proxy-1.3.tar.gz -> haas-proxy-1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haas-proxy-1.3/PKG-INFO new/haas-proxy-1.6/PKG-INFO
--- old/haas-proxy-1.3/PKG-INFO 2018-01-08 15:02:14.0 +0100
+++ new/haas-proxy-1.6/PKG-INFO 2018-02-20 11:07:41.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: haas-proxy
-Version: 1.3
+Version: 1.6
 Summary: Honeypot proxy is tool for redirectiong SSH session from local 
computer to server of HaaS with additional information.
 Home-page: https://haas.nic.cz
 Author: CZ.NIC Labs
 Author-email: h...@nic.cz
 License: GPLv2
+Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Programming Language :: Python :: 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/haas-proxy-1.3/README.md new/haas-proxy-1.6/README.md
--- old/haas-proxy-1.3/README.md1970-01-01 01:00:00.0 +0100
+++ new/haas-proxy-1.6/README.md2017-06-16 14:24:32.0 +0200
@@ -0,0 +1,17 @@
+# Honeypot Proxy
+
+Honeypot proxy is tool for redirectiong SSH session from local computer
+to server of HaaS with additional information.
+
+More information on https://haas.nic.cz
+
+## Development
+
+To prepare your dev envrionment run 

commit python-pymod2pkg for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package python-pymod2pkg for 
openSUSE:Factory checked in at 2018-02-22 15:02:21

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


Package is "python-pymod2pkg"

Thu Feb 22 15:02:21 2018 rev:12 rq:578802 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pymod2pkg/python-pymod2pkg.changes
2018-02-09 15:46:16.442131799 +0100
+++ /work/SRC/openSUSE:Factory/.python-pymod2pkg.new/python-pymod2pkg.changes   
2018-02-22 15:02:24.666079276 +0100
@@ -1,0 +2,7 @@
+Fri Feb  9 10:00:45 UTC 2018 - cloud-de...@suse.de
+
+- update to version 0.13.1
+  - Fix the name for freezer-web-ui
+  - Add RDO mapping for APScheduler
+
+---

Old:

  pymod2pkg-0.13.0.tar.gz

New:

  pymod2pkg-0.13.1.tar.gz



Other differences:
--
++ python-pymod2pkg.spec ++
--- /var/tmp/diff_new_pack.IZfTid/_old  2018-02-22 15:02:26.062029059 +0100
+++ /var/tmp/diff_new_pack.IZfTid/_new  2018-02-22 15:02:26.070028771 +0100
@@ -18,7 +18,7 @@
 
 %global sname pymod2pkg
 Name:   python-pymod2pkg
-Version:0.13.0
+Version:0.13.1
 Release:0
 Summary:OpenStack Packaging - python module name to package name map
 License:Apache-2.0

++ pymod2pkg-0.13.0.tar.gz -> pymod2pkg-0.13.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.13.0/ChangeLog 
new/pymod2pkg-0.13.1/ChangeLog
--- old/pymod2pkg-0.13.0/ChangeLog  2018-02-07 17:10:56.0 +0100
+++ new/pymod2pkg-0.13.1/ChangeLog  2018-02-09 04:26:41.0 +0100
@@ -1,6 +1,12 @@
 CHANGES
 ===
 
+0.13.1
+--
+
+* Add RDO mapping for APScheduler
+* Fix the name for freezer-web-ui
+
 0.13.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.13.0/PKG-INFO 
new/pymod2pkg-0.13.1/PKG-INFO
--- old/pymod2pkg-0.13.0/PKG-INFO   2018-02-07 17:10:57.0 +0100
+++ new/pymod2pkg-0.13.1/PKG-INFO   2018-02-09 04:26:42.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymod2pkg
-Version: 0.13.0
+Version: 0.13.1
 Summary: python module name to package name map
 Home-page: https://docs.openstack.org/pymod2pkg/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.13.0/pymod2pkg/__init__.py 
new/pymod2pkg-0.13.1/pymod2pkg/__init__.py
--- old/pymod2pkg-0.13.0/pymod2pkg/__init__.py  2018-02-07 17:08:31.0 
+0100
+++ new/pymod2pkg-0.13.1/pymod2pkg/__init__.py  2018-02-09 04:24:14.0 
+0100
@@ -150,6 +150,8 @@
 # This demonstrates per-dist filter
 # SingleRule('sphinx', 'python-sphinx',
 #   distmap={'epel-6': 'python-sphinx10'}),
+SingleRule('APScheduler', 'python-APScheduler',
+   py3pkg='python3-APScheduler'),
 SingleRule('Babel', 'python-babel', py3pkg='python3-babel'),
 SingleRule('bandit', 'bandit'),
 SingleRule('distribute', 'python-setuptools', py3pkg='python3-setuptools'),
@@ -272,7 +274,7 @@
 SingleRule('devel', 'python-devel', py3pkg='python3-devel'),
 # ui components
 SingleRule('designate-dashboard', 'openstack-horizon-plugin-designate-ui'),
-SingleRule('freezer-ui', 'openstack-horizon-plugin-freezer-ui'),
+SingleRule('freezer-web-ui', 'openstack-horizon-plugin-freezer-ui'),
 SingleRule('group-based-policy-ui', 'openstack-horizon-plugin-gbp-ui'),
 SingleRule('horizon', 'openstack-dashboard'),
 SingleRule('ironic-ui', 'openstack-horizon-plugin-ironic-ui'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.13.0/pymod2pkg.egg-info/PKG-INFO 
new/pymod2pkg-0.13.1/pymod2pkg.egg-info/PKG-INFO
--- old/pymod2pkg-0.13.0/pymod2pkg.egg-info/PKG-INFO2018-02-07 
17:10:56.0 +0100
+++ new/pymod2pkg-0.13.1/pymod2pkg.egg-info/PKG-INFO2018-02-09 
04:26:41.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymod2pkg
-Version: 0.13.0
+Version: 0.13.1
 Summary: python module name to package name map
 Home-page: https://docs.openstack.org/pymod2pkg/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.13.0/pymod2pkg.egg-info/pbr.json 
new/pymod2pkg-0.13.1/pymod2pkg.egg-info/pbr.json
--- old/pymod2pkg-0.13.0/pymod2pkg.egg-info/pbr.json2018-02-07 
17:10:56.0 +0100
+++ new/pymod2pkg-0.13.1/pymod2pkg.egg-info/pbr.json2018-02-09 
04:26:41.0 +0100
@@ -1 +1 @@
-{"git_version": "956c6a3", "is_release": true}

commit howl for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package howl for openSUSE:Factory checked in 
at 2018-02-22 15:02:17

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


Package is "howl"

Thu Feb 22 15:02:17 2018 rev:3 rq:578801 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/howl/howl.changes2017-07-26 
13:04:55.901172594 +0200
+++ /work/SRC/openSUSE:Factory/.howl.new/howl.changes   2018-02-22 
15:02:21.602189495 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 16:49:22 UTC 2018 - tchva...@suse.com
+
+- Install properly to /usr not /usr/local
+- Drop post/postun that is empty on 15+
+- Mark license as %license
+- Package bundles lpeg and luajit
+
+---
+Sun Feb 18 20:39:28 UTC 2018 - avin...@opensuse.org
+
+- Update to 0.5.3
+  * workaround for a Gtk issue with scrollbars.
+- includes 0.5.2:
+  * Fixed a bug manifesting in a SIGSEGV on OpenBSD.
+
+---

Old:

  howl-0.5.1.tgz

New:

  howl-0.5.3.tgz



Other differences:
--
++ howl.spec ++
--- /var/tmp/diff_new_pack.Y7uF70/_old  2018-02-22 15:02:23.122134817 +0100
+++ /var/tmp/diff_new_pack.Y7uF70/_new  2018-02-22 15:02:23.122134817 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package howl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   howl
-Version:0.5.1
+Version:0.5.3
 Release:0
 Summary:Editor with keyboard-centric minimalistic interface
 License:MIT
 Group:  Productivity/Text/Editors
-Url:http://howl.io/
+Url:https://howl.io/
 Source: 
https://github.com/howl-editor/howl/releases/download/%{version}/%{name}-%{version}.tgz
 Patch0: howl-respect-cflags.patch
 BuildRequires:  fdupes
@@ -43,13 +43,13 @@
 %patch0 -p1
 
 %build
-export CFLAGS="%optflags"
+export CFLAGS="%{optflags}"
 cd src
 make %{?_smp_mflags}
 
 %install
 pushd src
-make PREFIX=%{_prefix} DESTDIR=%{buildroot} install
+%make_install PREFIX=%{_prefix}
 popd
 
 cp -R share/ %{buildroot}%{_prefix}/
@@ -58,22 +58,14 @@
 
 %fdupes %{buildroot}%{_prefix}
 
-%post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-
 %files
-%doc LICENSE.md
+%license LICENSE.md
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/howl
+%{_datadir}/%{name}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
-%{_bindir}/howl
-%{_bindir}/howl-spec
+%{_bindir}/%{name}
+%{_bindir}/%{name}-spec
 
 %changelog

++ howl-0.5.1.tgz -> howl-0.5.3.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/howl-0.5.1/Changelog.md new/howl-0.5.3/Changelog.md
--- old/howl-0.5.1/Changelog.md 2017-07-06 09:30:40.0 +0200
+++ new/howl-0.5.3/Changelog.md 2017-11-07 10:34:17.0 +0100
@@ -2,6 +2,14 @@
 
 ## Unreleased (in master)
 
+## 0.5.3 (2017-11-07)
+
+Added a workaround for a Gtk issue with scrollbars.
+
+## 0.5.2 (2017-10-06)
+
+Fixed a bug manifesting in a SIGSEGV on OpenBSD.
+
 ## 0.5.1 (2017-07-06)
 
 - Corrected version number given by `--version` flag
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/howl-0.5.1/lib/aullar/buffer.moon 
new/howl-0.5.3/lib/aullar/buffer.moon
--- old/howl-0.5.1/lib/aullar/buffer.moon   2017-07-06 09:30:40.0 
+0200
+++ new/howl-0.5.3/lib/aullar/buffer.moon   2017-11-07 10:34:17.0 
+0100
@@ -18,6 +18,9 @@
   start_offset = offset
   was_eol = false
 
+  if offset >= end_offset
+return offset, 0, false
+
   byte = base[offset]
   while byte != 10 and byte != 13 and offset < end_offset
 offset += 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/howl-0.5.1/lib/aullar/view.moon 
new/howl-0.5.3/lib/aullar/view.moon
--- old/howl-0.5.1/lib/aullar/view.moon 2017-07-06 09:30:40.0 +0200
+++ new/howl-0.5.3/lib/aullar/view.moon 2017-11-07 10:34:17.0 +0100
@@ -4,6 +4,7 @@
 ffi = require 'ffi'
 bit = require 'bit'
 ffi_cast = ffi.cast
+callbacks = require 'ljglibs.callbacks'
 
 Gdk = require 'ljglibs.gdk'
 Gtk = require 'ljglibs.gtk'
@@ -21,7 +22,8 @@
 {:define_class} = require 'aullar.util'
 {:parse_key_event} = require 'ljglibs.util'
 {:max, :min, :floor} = math
-
+cast_arg = callbacks.cast_arg
+C = 

commit python-curtsies for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package python-curtsies for openSUSE:Factory 
checked in at 2018-02-22 15:02:43

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


Package is "python-curtsies"

Thu Feb 22 15:02:43 2018 rev:3 rq:578897 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-curtsies/python-curtsies.changes  
2017-09-05 15:15:40.137452346 +0200
+++ /work/SRC/openSUSE:Factory/.python-curtsies.new/python-curtsies.changes 
2018-02-22 15:02:46.437296097 +0100
@@ -1,0 +2,23 @@
+Tue Feb 20 19:32:54 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * update url
+  * require typing module for older python versions
+
+- update to version 0.3.0:
+  * Change name of "dark" color to "black"
+  * Drop support for Python 2.6 and 3.3
+  * New FmtStr method width_aware_splitlines which cuts up a FmtStr in
+linear time
+
+- changes from version 0.2.12:
+  * fix accidentally quadratic width_aware_slice behavior (fixes
+bpython #729) This bug causes bpython to hang on large
+output. Thanks Ben Wiederhake!
+  * Allow curtsies to be run on non-main threads (useful for bpython
+#555) This should allow bpython to be run in a variety of
+situations like Django's runserver
+  * Add function keys for some keyboard/terminal setups
+
+---

Old:

  curtsies-0.2.11.tar.gz

New:

  curtsies-0.3.0.tar.gz



Other differences:
--
++ python-curtsies.spec ++
--- /var/tmp/diff_new_pack.OiEeDn/_old  2018-02-22 15:02:47.505257680 +0100
+++ /var/tmp/diff_new_pack.OiEeDn/_new  2018-02-22 15:02:47.509257536 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-curtsies
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-curtsies
-Version:0.2.11
+Version:0.3.0
 Release:0
 Summary:Curses-like terminal wrapper, with colored strings!
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/thomasballinger/curtsies
+Url:https://github.com/bpython/curtsies
 Source: 
https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz
 BuildRequires:  %{python_module blessings}
 BuildRequires:  %{python_module devel}
@@ -33,7 +33,22 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python2-typing
+# do not require python3-typing for python >= 3.5
+%if 0%{?suse_version} <= 1320
+BuildRequires:  python3-typing
+%endif
+
 Requires:   python-blessings
+%ifpython2
+Requires:   python-typing
+%endif
+%ifpython3
+%if %{python3_version_nodots} < 35
+Requires:   python-typing
+%endif
+%endif
+
 BuildArch:  noarch
 
 %python_subpackages

++ curtsies-0.2.11.tar.gz -> curtsies-0.3.0.tar.gz ++
 1853 lines of diff (skipped)




commit python-plotly for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package python-plotly for openSUSE:Factory 
checked in at 2018-02-22 15:02:38

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


Package is "python-plotly"

Thu Feb 22 15:02:38 2018 rev:8 rq:578896 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-plotly/python-plotly.changes  
2018-02-14 09:45:34.497038143 +0100
+++ /work/SRC/openSUSE:Factory/.python-plotly.new/python-plotly.changes 
2018-02-22 15:02:42.593434372 +0100
@@ -1,0 +2,22 @@
+Thu Feb 22 04:17:56 UTC 2018 - a...@gmx.de
+
+- update to version 2.4.1:
+  * Fixed
++ The required shapefiles to generate the choropleths via
+  plotly.figure_factory.create_choropleth are now shipped in the
+  package data.
+
+---
+Mon Feb 19 17:15:11 UTC 2018 - a...@gmx.de
+
+- update to version 2.4.0:
+  * Added
++ County Choropleth figure factory. Call
+  help(plotly.figure_factory.create_choropleth) for examples and
+  how to get started making choropleths of US counties with the
+  Python API.
+  Note: import plotly.figure_factory as ff is broken and 2.4.0
+  must be yanked ASAP. Efforts to fix this version are currently
+  underway.
+
+---

Old:

  plotly-2.3.0.tar.gz

New:

  plotly-2.4.1.tar.gz



Other differences:
--
++ python-plotly.spec ++
--- /var/tmp/diff_new_pack.HjWI69/_old  2018-02-22 15:02:45.021347033 +0100
+++ /var/tmp/diff_new_pack.HjWI69/_new  2018-02-22 15:02:45.025346888 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-plotly
-Version:2.3.0
+Version:2.4.1
 Release:0
 Summary:Library for collaborative, interactive, publication-quality 
graphs
 License:MIT

++ plotly-2.3.0.tar.gz -> plotly-2.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-plotly/plotly-2.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-plotly.new/plotly-2.4.1.tar.gz differ: char 
5, line 1




commit cri-o for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package cri-o for openSUSE:Factory checked 
in at 2018-02-22 15:02:23

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


Package is "cri-o"

Thu Feb 22 15:02:23 2018 rev:2 rq:578812 version:1.9.6

Changes:

--- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes  2018-02-19 
13:01:12.385560974 +0100
+++ /work/SRC/openSUSE:Factory/.cri-o.new/cri-o.changes 2018-02-22 
15:02:27.553975389 +0100
@@ -1,0 +2,13 @@
+Tue Feb 20 15:27:01 UTC 2018 - vrothb...@suse.com
+
+- Update cri-o to v1.9.6:
+  * vendor: update c/image to handle text/plain from registries
+Fixes cases where text/plain s1 schemes are mistakenly converted
+to MIME.
+
+---
+Sun Feb 18 12:42:18 UTC 2018 - jeng...@inai.de
+
+- Let description say what the package really does.
+
+---

Old:

  cri-o-1.9.5.tar.xz

New:

  cri-o-1.9.6.tar.xz



Other differences:
--
++ cri-o.spec ++
--- /var/tmp/diff_new_pack.CweUQO/_old  2018-02-22 15:02:28.821929776 +0100
+++ /var/tmp/diff_new_pack.CweUQO/_new  2018-02-22 15:02:28.825929632 +0100
@@ -27,12 +27,12 @@
 %definename_source3 crio
 %definename_source4 crio.conf
 Name:   cri-o
-Version:1.9.5
+Version:1.9.6
 Release:0
 Summary:OCI-based implementation of Kubernetes Container Runtime 
Interface
 License:Apache-2.0
 Group:  System/Management
-URL:https://github.com/kubernetes-incubator/cri-o
+Url:https://github.com/kubernetes-incubator/cri-o
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name_source1}
 Source2:%{name_source2}
@@ -45,13 +45,13 @@
 BuildRequires:  glib2-devel-static
 BuildRequires:  glibc-devel-static
 BuildRequires:  go-go-md2man
-BuildRequires:  golang(API) >= 1.7
 BuildRequires:  golang-packaging
 BuildRequires:  libapparmor-devel
 BuildRequires:  libassuan-devel
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libgpgme-devel
 BuildRequires:  libseccomp-devel
+BuildRequires:  golang(API) >= 1.7
 Requires:   libcontainers-common
 Requires:   libcontainers-image
 Requires:   libcontainers-storage
@@ -63,7 +63,7 @@
 %endif
 
 %description
-CRI-O is meant to provide an integration path between OCI conformant runtimes
+CRI-O provides an integration path between OCI conformant runtimes
 and the kubelet. Specifically, it implements the Kubelet Container Runtime
 Interface (CRI) using OCI conformant runtimes. The scope of CRI-O is tied to
 the scope of the CRI.

++ _service ++
--- /var/tmp/diff_new_pack.CweUQO/_old  2018-02-22 15:02:28.865928194 +0100
+++ /var/tmp/diff_new_pack.CweUQO/_new  2018-02-22 15:02:28.869928050 +0100
@@ -2,8 +2,8 @@
 
 https://github.com/kubernetes-incubator/cri-o
 git
-1.9.5
-v1.9.5
+1.9.6
+v1.9.6
 
 
 cri-o-*.tar

++ cri-o-1.9.5.tar.xz -> cri-o-1.9.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cri-o-1.9.5/Makefile new/cri-o-1.9.6/Makefile
--- old/cri-o-1.9.5/Makefile2018-02-15 18:55:25.0 +0100
+++ new/cri-o-1.9.6/Makefile2018-02-20 10:50:14.0 +0100
@@ -113,7 +113,7 @@
docker run -e STORAGE_OPTIONS="--storage-driver=vfs" -e TESTFLAGS -e 
TRAVIS -t --privileged --rm -v ${CURDIR}:/go/src/${PROJECT} ${CRIO_IMAGE} make 
localintegration
 
 testunit:
-   $(GO) test -tags "$(BUILDTAGS)" -cover $(PACKAGES)
+   $(GO) test -tags "$(BUILDTAGS) containers_image_ostree_stub" -cover 
$(PACKAGES)
 
 localintegration: clean binaries test-binaries
./test/test_runner.sh ${TESTFLAGS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cri-o-1.9.5/vendor/github.com/containers/image/copy/manifest.go 
new/cri-o-1.9.6/vendor/github.com/containers/image/copy/manifest.go
--- old/cri-o-1.9.5/vendor/github.com/containers/image/copy/manifest.go 
2018-02-15 18:55:25.0 +0100
+++ new/cri-o-1.9.6/vendor/github.com/containers/image/copy/manifest.go 
2018-02-20 10:50:14.0 +0100
@@ -46,6 +46,11 @@
if err != nil { // This should have been cached?!
return "", nil, errors.Wrap(err, "Error reading manifest")
}
+   normalizedSrcType := manifest.NormalizedMIMEType(srcType)
+   if srcType != normalizedSrcType {
+   logrus.Debugf("Source manifest MIME type %s, treating it as 
%s", srcType, normalizedSrcType)
+   srcType = normalizedSrcType
+   }
 
if forceManifestMIMEType != "" {
destSupportedManifestMIMETypes = 

commit rubygem-rack-oauth2 for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-rack-oauth2 for 
openSUSE:Factory checked in at 2018-02-22 15:02:36

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


Package is "rubygem-rack-oauth2"

Thu Feb 22 15:02:36 2018 rev:4 rq:578891 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-oauth2/rubygem-rack-oauth2.changes  
2018-02-18 11:45:03.555796196 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rack-oauth2.new/rubygem-rack-oauth2.changes 
2018-02-22 15:02:37.489617971 +0100
@@ -1,0 +2,6 @@
+Tue Feb 20 05:30:21 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.8.1
+  no changelog found
+
+---

Old:

  rack-oauth2-1.8.0.gem

New:

  rack-oauth2-1.8.1.gem



Other differences:
--
++ rubygem-rack-oauth2.spec ++
--- /var/tmp/diff_new_pack.SJT1Hq/_old  2018-02-22 15:02:38.861568618 +0100
+++ /var/tmp/diff_new_pack.SJT1Hq/_new  2018-02-22 15:02:38.865568474 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rack-oauth2
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define mod_name rack-oauth2
 %define mod_full_name %{mod_name}-%{version}

++ rack-oauth2-1.8.0.gem -> rack-oauth2-1.8.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2018-02-14 10:30:10.0 +0100
+++ new/VERSION 2018-02-20 05:43:39.0 +0100
@@ -1 +1 @@
-1.8.0
+1.8.1
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rack/oauth2/client.rb 
new/lib/rack/oauth2/client.rb
--- old/lib/rack/oauth2/client.rb   2018-02-14 10:30:10.0 +0100
+++ new/lib/rack/oauth2/client.rb   2018-02-20 05:43:39.0 +0100
@@ -80,11 +80,20 @@
 params[:scope] = Array(options.delete(:scope)).join(' ') if 
options[:scope].present?
 params.merge! options
 
-if client_auth_method == :basic
+case client_auth_method
+when :basic
   cred = ["#{identifier}:#{secret}"].pack('m').tr("\n", '')
   headers.merge!(
 'Authorization' => "Basic #{cred}"
   )
+when :jwt_bearer
+  params.merge!(
+client_assertion_type: URN::ClientAssertionType::JWT_BEARER
+  )
+when :saml2_bearer
+  params.merge!(
+client_assertion_type: URN::ClientAssertionType::SAML2_BEARER
+  )
 else
   params.merge!(
 client_id: identifier,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-14 10:30:10.0 +0100
+++ new/metadata2018-02-20 05:43:39.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rack-oauth2
 version: !ruby/object:Gem::Version
-  version: 1.8.0
+  version: 1.8.1
 platform: ruby
 authors:
 - nov matake
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-14 00:00:00.0 Z
+date: 2018-02-20 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rack
@@ -287,7 +287,7 @@
   version: 1.3.6
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.11
+rubygems_version: 2.6.13
 signing_key: 
 specification_version: 4
 summary: OAuth 2.0 Server & Client Library - Both Bearer and MAC token type 
are supported




commit cri-tools for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package cri-tools for openSUSE:Factory 
checked in at 2018-02-22 15:02:27

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


Package is "cri-tools"

Thu Feb 22 15:02:27 2018 rev:2 rq:578828 version:1.0.0alpha+git360

Changes:

--- /work/SRC/openSUSE:Factory/cri-tools/cri-tools.changes  2018-02-19 
13:00:31.407038835 +0100
+++ /work/SRC/openSUSE:Factory/.cri-tools.new/cri-tools.changes 2018-02-22 
15:02:34.121739124 +0100
@@ -1,0 +2,6 @@
+Wed Feb 14 20:01:00 UTC 2018 - jeng...@inai.de
+
+- Description shall say what the software does now, not in the
+  future.
+
+---



Other differences:
--
++ cri-tools.spec ++
--- /var/tmp/diff_new_pack.Xb64lI/_old  2018-02-22 15:02:34.989707901 +0100
+++ /var/tmp/diff_new_pack.Xb64lI/_new  2018-02-22 15:02:34.993707757 +0100
@@ -35,7 +35,7 @@
 %{go_nostrip}
 
 %description
-cri-tools aims to provide a series of debugging and validation tools for
+cri-tools provides a series of debugging and validation tools for
 Kubelet CRI, which includes:
 - crictl: CLI for kubelet CRI
 - critest: validation test suites for kubelet CRI




commit opae for openSUSE:Factory

2018-02-22 Thread root
Hello community,

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

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


Package is "opae"

Thu Feb 22 15:02:53 2018 rev:4 rq:578907 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/opae/opae.changes2018-01-24 
15:28:44.447311212 +0100
+++ /work/SRC/openSUSE:Factory/.opae.new/opae.changes   2018-02-22 
15:02:57.176909764 +0100
@@ -1,0 +2,6 @@
+Thu Feb 22 08:26:44 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update opae-missing-shebang.patch to use /usr/bin/python3
+  instead of /usr/bin/python (bsc#1082133).
+
+---



Other differences:
--
++ opae-missing-shebang.patch ++
--- /var/tmp/diff_new_pack.QLGI0g/_old  2018-02-22 15:02:58.352867462 +0100
+++ /var/tmp/diff_new_pack.QLGI0g/_new  2018-02-22 15:02:58.352867462 +0100
@@ -1,4 +1,4 @@
-commit 1d576fa247bc6f14c7c385cdcceacfc3b6fc6af8
+commit 49a92efc7886143286157cd0f68f2f634dc1a721
 Author: Nicolas Morey-Chaisemartin 
 Date:   Wed Sep 6 10:06:23 2017 +0200
 
@@ -7,27 +7,27 @@
 Signed-off-by: Nicolas Morey-Chaisemartin 
 
 diff --git ase/scripts/generate_ase_environment.py 
ase/scripts/generate_ase_environment.py
-index d57c5bb9ca94..cfaafb73a077 100755
+index d57c5bb9ca94..b7b9dabf04c3 100755
 --- ase/scripts/generate_ase_environment.py
 +++ ase/scripts/generate_ase_environment.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2013-2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git ase/scripts/ipc_clean.py ase/scripts/ipc_clean.py
-index 2ca3f985afb5..f0cb6f67f385 100755
+index 2ca3f985afb5..85f653a992a8 100755
 --- ase/scripts/ipc_clean.py
 +++ ase/scripts/ipc_clean.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2013-2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git cmake/modules/packaging.cmake cmake/modules/packaging.cmake
-index bd8dacbdaac9..5ba69d2a5902 100644
+index bd8dacbdaac9..5316221eabcb 100644
 --- cmake/modules/packaging.cmake
 +++ cmake/modules/packaging.cmake
 @@ -83,7 +83,7 @@ macro(CREATE_PYTHONE_EXE EXE_NAME)
@@ -35,189 +35,189 @@
  set(ZIP_STR 
  "zip -qr ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME}.zip ${PYTHON_SRC}")  
 
 -set(ECHO_STR "echo '#!/usr/bin/env python ' | 
-+set(ECHO_STR "echo '#!/usr/bin/python ' | 
++set(ECHO_STR "echo '#!/usr/bin/python3 ' | 
  cat - ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME}.zip > ${PACKAGER_BIN}")
 
  execute_process(COMMAND sh -c ${ZIP_STR} 
 diff --git platforms/scripts/afu_platform_config 
platforms/scripts/afu_platform_config
-index 4f037f271ef9..29ddf45b75e9 100755
+index 4f037f271ef9..034e012cd900 100755
 --- platforms/scripts/afu_platform_config
 +++ platforms/scripts/afu_platform_config
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  
  #
  # Copyright (c) 2017, Intel Corporation
 diff --git platforms/scripts/rtl_src_config platforms/scripts/rtl_src_config
-index 86257e0ec8d0..5d14c6b65856 100755
+index 86257e0ec8d0..e8015bb645a0 100755
 --- platforms/scripts/rtl_src_config
 +++ platforms/scripts/rtl_src_config
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  
  #
  # Consume a file with a list of source files, include paths and preprocessor
 diff --git tools/fpgabist/bist_common.py tools/fpgabist/bist_common.py
-index a6edcb3cd48a..09ce1ddb1483 100644
+index a6edcb3cd48a..c6e2e90b7c12 100644
 --- tools/fpgabist/bist_common.py
 +++ tools/fpgabist/bist_common.py
 @@ -1,3 +1,4 @@
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgabist/bist_dma.py tools/fpgabist/bist_dma.py
-index 34f5e1c8062d..d1f585915abf 100644
+index 34f5e1c8062d..24d093323c10 100644
 --- tools/fpgabist/bist_dma.py
 +++ tools/fpgabist/bist_dma.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  # Copyright(c) 2017, Intel Corporation
  #
  # Redistribution  and  use  in source  and  binary  forms,  with  or  without
 diff --git tools/fpgabist/bist_nlb3.py tools/fpgabist/bist_nlb3.py
-index 255c680394f3..439779407226 100644
+index 255c680394f3..735b29568127 100644
 --- tools/fpgabist/bist_nlb3.py
 +++ tools/fpgabist/bist_nlb3.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python

commit gnote for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2018-02-22 15:02:50

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


Package is "gnote"

Thu Feb 22 15:02:50 2018 rev:57 rq:578906 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2018-02-14 
09:45:58.196174452 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2018-02-22 
15:02:53.317048613 +0100
@@ -6 +6 @@
-  ( bgo#792859 ).
+  ( bsc#1075335, bgo#792859 ).



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.Da0JsX/_old  2018-02-22 15:02:55.064985736 +0100
+++ /var/tmp/diff_new_pack.Da0JsX/_new  2018-02-22 15:02:55.064985736 +0100
@@ -25,7 +25,7 @@
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
 Source: 
http://download.gnome.org/sources/gnote/3.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM shortkey-ctrl-o-alt-w.patch bgo#792859 qzh...@suse.com -- 
When left-click the note tree view, shortkey should be enable.
+# PATCH-FIX-UPSTREAM shortkey-ctrl-o-alt-w.patch bsc#1075335 bgo#792859 
qzh...@suse.com -- When left-click the note tree view, shortkey should be 
enable.
 Patch0: shortkey-ctrl-o-alt-w.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_test-devel




commit icedtea-web for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2018-02-22 15:02:09

Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old)
 and  /work/SRC/openSUSE:Factory/.icedtea-web.new (New)


Package is "icedtea-web"

Thu Feb 22 15:02:09 2018 rev:25 rq:578794 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2017-12-19 
10:56:57.057800820 +0100
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2018-02-22 15:02:17.226346910 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 09:02:25 UTC 2018 - fst...@suse.com
+
+- Disable the native plugin for SLE from version 15 (fate#323976)
+
+---



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.7QnBB5/_old  2018-02-22 15:02:18.226310938 +0100
+++ /var/tmp/diff_new_pack.7QnBB5/_new  2018-02-22 15:02:18.230310794 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icedtea-web
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,11 @@
 #
 
 
+%if !0%{?is_opensuse} && 0%{?sle_version} >= 15
+%global build_native_plugin 0
+%else
 %global build_native_plugin 1
+%endif
 %global build_docs 1
 %define javadir %{_jvmdir}/java
 %define jredir  %{_jvmdir}/jre
@@ -64,16 +68,16 @@
 Suggests:   %{name}-javadoc
 # bnc#737105/FATE#313084/bsc#929464
 Supplements:java >= 1.8.0
-Provides:   java-plugin = 1.8.0
+Obsoletes:  java-1_6_0-openjdk-plugin < %{version}-%{release}
+Obsoletes:  java-1_7_0-openjdk-plugin < %{version}-%{release}
+Obsoletes:  java-1_8_0-openjdk-plugin < %{version}-%{release}
+Obsoletes:  java-1_9_0-openjdk-plugin < %{version}-%{release}
 Obsoletes:  java-plugin < 1.8.0
 Provides:   java-1_6_0-openjdk-plugin = %{version}-%{release}
-Obsoletes:  java-1_6_0-openjdk-plugin < %{version}-%{release}
 Provides:   java-1_7_0-openjdk-plugin = %{version}-%{release}
-Obsoletes:  java-1_7_0-openjdk-plugin < %{version}-%{release}
 Provides:   java-1_8_0-openjdk-plugin = %{version}-%{release}
-Obsoletes:  java-1_8_0-openjdk-plugin < %{version}-%{release}
 Provides:   java-1_9_0-openjdk-plugin = %{version}-%{release}
-Obsoletes:  java-1_9_0-openjdk-plugin < %{version}-%{release}
+Provides:   java-plugin = 1.8.0
 %if %{build_native_plugin}
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel




commit openSUSE-release-tools for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-02-22 15:02:46

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


Package is "openSUSE-release-tools"

Thu Feb 22 15:02:46 2018 rev:60 rq:578905 version:20180222.009712a

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-02-21 14:13:23.310047263 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-02-22 15:02:50.377154370 +0100
@@ -1,0 +2,22 @@
+Thu Feb 22 08:31:28 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180222.009712a:
+  * ttm: Follow package name changes of Tumbleweed live media
+
+---
+Wed Feb 21 09:46:51 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180221.355c0b4:
+  * Revert "staging: add exceptions for new 000* product files"
+
+---
+Wed Feb 21 02:54:26 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180220.f56ccb8:
+  * pkglistgen: solv_cache_update(): support update repo and 4 way merge.
+  * pkglistgen: do_dump_solv(): support update repos.
+  * pkglistgen: solv_merge(): allow array of solv files to merge.
+  * pkglistgen: solv_merge(): skip when inputs are older than merged.
+  * osclib/conf: leap: set download-baseurl-update.
+
+---

Old:

  openSUSE-release-tools-20180220.945bf4f.obscpio

New:

  openSUSE-release-tools-20180222.009712a.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.4QvFFb/_old  2018-02-22 15:02:52.321084441 +0100
+++ /var/tmp/diff_new_pack.4QvFFb/_new  2018-02-22 15:02:52.325084297 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180220.945bf4f
+Version:20180222.009712a
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.4QvFFb/_old  2018-02-22 15:02:52.361083002 +0100
+++ /var/tmp/diff_new_pack.4QvFFb/_new  2018-02-22 15:02:52.365082858 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-945bf4f58ff7c66e006cb5d756e252a59bc2ede8
+009712aa8ac50cefc009fe2ead726dd87d8292f4
   
 

++ openSUSE-release-tools-20180220.945bf4f.obscpio -> 
openSUSE-release-tools-20180222.009712a.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180220.945bf4f/osclib/conf.py 
new/openSUSE-release-tools-20180222.009712a/osclib/conf.py
--- old/openSUSE-release-tools-20180220.945bf4f/osclib/conf.py  2018-02-20 
21:54:36.0 +0100
+++ new/openSUSE-release-tools-20180222.009712a/osclib/conf.py  2018-02-22 
09:24:37.0 +0100
@@ -70,6 +70,7 @@
 'delreq-review': None,
 'main-repo': 'standard',
 'download-baseurl': 
'http://download.opensuse.org/distribution/leap/%(version)s/',
+'download-baseurl-update': 
'http://download.opensuse.org/update/leap/%(version)s/',
 # check_source.py
 # review-team optionally added by leaper.py.
 'repo-checker': 'repo-checker',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180220.945bf4f/osclib/freeze_command.py 
new/openSUSE-release-tools-20180222.009712a/osclib/freeze_command.py
--- old/openSUSE-release-tools-20180220.945bf4f/osclib/freeze_command.py
2018-02-20 21:54:36.0 +0100
+++ new/openSUSE-release-tools-20180222.009712a/osclib/freeze_command.py
2018-02-22 09:24:37.0 +0100
@@ -257,8 +257,6 @@
 # If the package is an internal one (e.g _product)
 if package.startswith('_'):
 return None
-if package.startswith('000'):
-return None
 
 # Ignore packages with an origing (i.e. with an origin
 # different from the current project)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180220.945bf4f/osclib/stagingapi.py 
new/openSUSE-release-tools-20180222.009712a/osclib/stagingapi.py
--- old/openSUSE-release-tools-20180220.945bf4f/osclib/stagingapi.py
2018-02-20 21:54:36.0 +0100
+++ 

commit kdeconnect-kde for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package kdeconnect-kde for openSUSE:Factory 
checked in at 2018-02-22 15:02:34

Comparing /work/SRC/openSUSE:Factory/kdeconnect-kde (Old)
 and  /work/SRC/openSUSE:Factory/.kdeconnect-kde.new (New)


Package is "kdeconnect-kde"

Thu Feb 22 15:02:34 2018 rev:8 rq:578840 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/kdeconnect-kde/kdeconnect-kde.changes
2018-02-01 21:30:17.146555314 +0100
+++ /work/SRC/openSUSE:Factory/.kdeconnect-kde.new/kdeconnect-kde.changes   
2018-02-22 15:02:35.841677253 +0100
@@ -1,0 +2,7 @@
+Tue Feb 20 15:47:11 UTC 2018 - alarr...@suse.com
+
+- Add 0001-Fix-null-dereference.patch to fix a null dereference. 
+
+- Add signature file kdeconnect-kde-v1.2.1.tar.xz.sig
+
+---

New:

  0001-Fix-null-dereference.patch
  kdeconnect-kde-v1.2.1.tar.xz.sig



Other differences:
--
++ kdeconnect-kde.spec ++
--- /var/tmp/diff_new_pack.NrIzFy/_old  2018-02-22 15:02:36.913638691 +0100
+++ /var/tmp/diff_new_pack.NrIzFy/_new  2018-02-22 15:02:36.913638691 +0100
@@ -24,8 +24,11 @@
 Group:  Productivity/Networking/Other
 Url:
https://projects.kde.org/projects/playground/base/kdeconnect-kde
 Source: 
http://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-v%{version}.tar.xz
+Source1:
https://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-v%{version}.tar.xz.sig
 Source100:  kdeconnect-kde.SuSEfirewall
 Source101:  kdeconnect-kde-firewalld.xml
+# PATCH-FIX-UPSTREAM 0001-Fix-null-dereference.patch
+Patch0: 0001-Fix-null-dereference.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.9
 BuildRequires:  kf5-filesystem
@@ -70,6 +73,7 @@
 %{lang_package}
 %prep
 %setup -q -n %{name}-v%{version}
+%patch0 -p1
 
 %build
 %cmake_kf5 -d build

++ 0001-Fix-null-dereference.patch ++
>From 6495e8dc538610fb679df0f1522243103a3a1789 Mon Sep 17 00:00:00 2001
From: Aleix Pol 
Date: Tue, 30 Jan 2018 17:43:58 +0100
Subject: On my system the notification is null

It may be a bug, but we better not crash anyway
---
 plugins/notifications/notificationsdbusinterface.cpp | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/plugins/notifications/notificationsdbusinterface.cpp 
b/plugins/notifications/notificationsdbusinterface.cpp
index 47e54a3..c0505c6 100644
--- a/plugins/notifications/notificationsdbusinterface.cpp
+++ b/plugins/notifications/notificationsdbusinterface.cpp
@@ -91,8 +91,11 @@ void NotificationsDbusInterface::processPackage(const 
NetworkPackage& np)
 });
 }
 } else {
-QString pubId = m_internalIdToPublicId[id];
-Notification* noti = m_notifications[pubId];
+QString pubId = m_internalIdToPublicId.value(id);
+Notification* noti = m_notifications.value(pubId);
+if (!noti)
+return;
+
 noti->update(np);
 
 if (noti->isReady()) {
-- 
cgit v0.11.2




commit garlic for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package garlic for openSUSE:Factory checked 
in at 2018-02-22 15:01:28

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


Package is "garlic"

Thu Feb 22 15:01:28 2018 rev:20 rq:578718 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/garlic/garlic.changes2014-10-11 
19:28:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.garlic.new/garlic.changes   2018-02-22 
15:01:36.095826549 +0100
@@ -1,0 +2,5 @@
+Mon Feb 19 20:21:27 UTC 2018 - crrodrig...@opensuse.org
+
+- BuildRequire pkgconfig(x11) not xorg-x11-devel 
+
+---



Other differences:
--
++ garlic.spec ++
--- /var/tmp/diff_new_pack.wpN8ro/_old  2018-02-22 15:01:37.823764386 +0100
+++ /var/tmp/diff_new_pack.wpN8ro/_new  2018-02-22 15:01:37.827764242 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package garlic
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,8 +32,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 %define _xorg7libs %_lib
 %define _xorg7libs32 lib
 %define _xorg7bin bin





commit wxMaxima for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2018-02-22 15:01:42

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


Package is "wxMaxima"

Thu Feb 22 15:01:42 2018 rev:26 rq:578725 version:18.02.0

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2017-10-28 
14:22:19.942130598 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2018-02-22 
15:01:45.135501349 +0100
@@ -1,0 +2,33 @@
+Wed Feb 21 14:02:10 UTC 2018 - badshah...@gmail.com
+
+- Update to version 18.02.0:
+  * More tooltips
+  * A menu containing the most important commands for lists.
+  * TableOfContents: A right-click menu item that allows to toggle
+display of section numbers
+  * The size of images can now be restricted to any amount of
+centimeters.
+  * On a few operating systems: The network indicator icon now
+knows how much CPU power maxima uses.
+  * Autocompletion now suggests the names of built-in packages for
+load(), batch(), and batchload().
+  * Autocompletion now suggests the names of built-in demos for
+demo().
+  * wxMaxima can now handle requests to display raw lisp elements.
+  * A drop-down box for changing cell styles
+  * If an input cell is hidden and has no output it now is no more
+displayed as a blank vertical space.
+  * wxMaxima no more requires the icon files, tooltips and
+autocompletion files to be shipped as separate files, which
+makes creating a ready-to-install package of wxMaxima easier
+and less error-prone.
+  * Autosave is now enabled by default on new installs.
+  * Big code cleanups.
+  * Many bugfixes
+  * Many performance improvements
+  * Dropped the autotools as the cmake build of wxMaxima is way
+more powerful.
+- Drop unnecessary post[un] scriptlets for openSUSE >= 1500: these
+  are automatically handled by rpm file-triggers.
+
+---

Old:

  Version-17.10.1.tar.gz

New:

  Version-18.02.0.tar.gz



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.nxlduf/_old  2018-02-22 15:01:48.487380767 +0100
+++ /var/tmp/diff_new_pack.nxlduf/_new  2018-02-22 15:01:48.491380623 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define tarname wxmaxima
 Name:   wxMaxima
-Version:17.10.1
+Version:18.02.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -87,15 +87,19 @@
 %find_lang %{name}
 
 %post
+%if 0%{?suse_version} < 1500
 %desktop_database_post
 %icon_theme_cache_post
 %mime_database_post
+%endif
 %install_info --info-dir=%{_infodir} %{_infodir}/wxmaxima.info%{ext_info}
 
 %postun
+%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun
 %mime_database_postun
+%endif
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/wxmaxima.info%{ext_info}
 
 %files -f %{name}.lang

++ Version-17.10.1.tar.gz -> Version-18.02.0.tar.gz ++
/work/SRC/openSUSE:Factory/wxMaxima/Version-17.10.1.tar.gz 
/work/SRC/openSUSE:Factory/.wxMaxima.new/Version-18.02.0.tar.gz differ: char 
13, line 1




commit patterns-caasp for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2018-02-22 15:02:00

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


Package is "patterns-caasp"

Thu Feb 22 15:02:00 2018 rev:26 rq:578785 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2018-02-07 18:42:38.120749811 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2018-02-22 15:02:04.662798869 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 15:42:58 UTC 2018 - rbr...@suse.com
+
+- Include caasp-container-manifests in Kubic 
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.KMISbC/_old  2018-02-22 15:02:05.766759155 +0100
+++ /var/tmp/diff_new_pack.KMISbC/_new  2018-02-22 15:02:05.770759011 +0100
@@ -173,6 +173,7 @@
 Provides:   pattern-order() = 1020
 Requires:   autofs
 Requires:   caasp-cli
+Requires:   caasp-container-manifests
 Requires:   ceph-common
 Requires:   etcd
 Requires:   etcdctl
@@ -191,7 +192,6 @@
 Requires:   screen
 Requires:   pattern() = basesystem
 %if 0%{?is_susecaasp}
-Requires:   caasp-container-manifests
 Requires:   supportutils-plugin-suse-caasp
 %endif
 




commit armadillo for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2018-02-22 15:01:50

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


Package is "armadillo"

Thu Feb 22 15:01:50 2018 rev:119 rq:578731 version:8.400.0

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2018-01-13 
21:47:27.266614807 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2018-02-22 
15:01:54.871151115 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 14:53:47 UTC 2018 - badshah...@gmail.com
+
+- Update to version 8.400.0:
+  + Faster handling of sparse matrices by repmat()
+  + Faster loading of CSV files
+  + Expanded kron() to handle sparse matrices
+  + Expanded index_min() and index_max() to handle cubes
+  + Expanded randi(), randu(), randn(), randg() to output single
+scalars
+  + Added submatrix & subcube iterators
+  + Added normcdf()
+  + Added mvnrnd()
+  + Added chi2rnd()
+  + Added wishrnd() and iwishrnd()
+
+---

Old:

  armadillo-8.300.3.tar.xz

New:

  armadillo-8.400.0.tar.xz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.MYvXCO/_old  2018-02-22 15:01:56.775082622 +0100
+++ /var/tmp/diff_new_pack.MYvXCO/_new  2018-02-22 15:01:56.775082622 +0100
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo8
 Name:   armadillo
-Version:8.300.3
+Version:8.400.0
 Release:0
 Summary:C++ matrix library with interfaces to LAPACK and ATLAS
 License:Apache-2.0

++ armadillo-8.300.3.tar.xz -> armadillo-8.400.0.tar.xz ++
 11368 lines of diff (skipped)




commit ansible for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2018-02-22 15:01:38

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


Package is "ansible"

Thu Feb 22 15:01:38 2018 rev:33 rq:578720 version:2.4.3.0

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2018-02-06 
16:51:23.325791519 +0100
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2018-02-22 
15:01:41.499632148 +0100
@@ -1,0 +2,6 @@
+Fri Feb 16 07:54:43 UTC 2018 - tbecht...@suse.com
+
+- Add python-passlib as Requires (bsc#1080682)
+  passlib is needed for the "vars_prompt" feature of ansible
+
+---



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.CVjpWz/_old  2018-02-22 15:01:42.911581354 +0100
+++ /var/tmp/diff_new_pack.CVjpWz/_new  2018-02-22 15:01:42.911581354 +0100
@@ -54,6 +54,7 @@
 Requires:   python-Jinja2
 Requires:   python-PyYAML
 Requires:   python-paramiko
+Requires:   python-passlib
 Requires:   python-pycrypto >= 2.6
 %endif
 %endif




commit roundcubemail for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2018-02-22 15:01:32

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


Package is "roundcubemail"

Thu Feb 22 15:01:32 2018 rev:49 rq:578719 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2018-02-06 16:49:59.865699916 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2018-02-22 15:01:38.891725967 +0100
@@ -1,0 +2,5 @@
+Fri Feb 16 08:06:57 UTC 2018 - ec...@opensuse.org
+
+- fix rights for enigma plugin
+
+---



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.ZHDRd9/_old  2018-02-22 15:01:40.527667114 +0100
+++ /var/tmp/diff_new_pack.ZHDRd9/_new  2018-02-22 15:01:40.531666970 +0100
@@ -296,5 +296,7 @@
 %{_datadir}/php%{php_major_version}/Roundcube/
 %attr(-, wwwrun, root) %{_localstatedir}/log/%{name}
 %attr(-, wwwrun, root) %{_localstatedir}/lib/%{name}
+# RW need for PGP plugin
+%attr(0700, wwwrun, root) %dir %{roundcubepath}/plugins/enigma/home
 
 %changelog


++ roundcubemail-httpd.conf ++
--- /var/tmp/diff_new_pack.ZHDRd9/_old  2018-02-22 15:01:40.619663804 +0100
+++ /var/tmp/diff_new_pack.ZHDRd9/_new  2018-02-22 15:01:40.623663660 +0100
@@ -36,11 +36,33 @@
 Allow from all
 
 
-# WARNING: For PHP 7 the module name in the line below need to be modified!
 
 php_flagdisplay_errors  Off
 php_flaglog_errors  On
 #php_value   error_log   logs/errors
+
+php_value   upload_max_filesize 5M
+php_value   post_max_size   6M
+php_value   memory_limit64M
+
+php_flagregister_globalsOff
+php_flagzlib.output_compression Off
+php_flagmagic_quotes_gpcOff
+php_flagmagic_quotes_runtimeOff
+php_flagsuhosin.session.encrypt Off
+
+#php_value   session.cookie_path /
+#php_value   session.hash_function   sha256
+php_flagsession.auto_start  Off
+php_value   session.gc_maxlifetime  21600
+php_value   session.gc_divisor  500
+php_value   session.gc_probability  1
+
+
+
+php_flagdisplay_errors  Off
+php_flaglog_errors  On
+#php_value   error_log   logs/errors
 
 php_value   upload_max_filesize 5M
 php_value   post_max_size   6M





commit clamav for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2018-02-22 15:01:15

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


Package is "clamav"

Thu Feb 22 15:01:15 2018 rev:92 rq:578702 version:0.99.3

Changes:

--- /work/SRC/openSUSE:Factory/clamav/clamav.changes2018-02-14 
10:52:46.283201713 +0100
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes   2018-02-22 
15:01:18.744450764 +0100
@@ -1,0 +2,7 @@
+Wed Feb 14 12:21:39 UTC 2018 - m...@suse.com
+
+- bsc#1045490, CVE-2012-6706: VMSF_DELTA filter in libclamunrar
+  allows arbitrary memory write (clamav-CVE-2012-6706.patch).
+- Buildrequire curl-devel to enable clamsubmit.
+
+---

New:

  clamav-CVE-2012-6706.patch



Other differences:
--
++ clamav.spec ++
--- /var/tmp/diff_new_pack.sm1hcT/_old  2018-02-22 15:01:20.120401264 +0100
+++ /var/tmp/diff_new_pack.sm1hcT/_new  2018-02-22 15:01:20.124401120 +0100
@@ -33,6 +33,7 @@
 BuildRequires:  automake
 BuildRequires:  check-devel
 BuildRequires:  libbz2-devel
+BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
@@ -62,6 +63,7 @@
 Patch3: clamav-gcc47.patch
 Patch4: clamav-disable-timestamps.patch
 Patch5: clamav-fix_newer_zlib.patch
+Patch6: clamav-CVE-2012-6706.patch
 BuildRequires:  systemd
 BuildRequires:  systemd-rpm-macros
 %systemd_requires
@@ -102,6 +104,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6
 
 %build
 CFLAGS="-fstack-protector"

++ clamav-CVE-2012-6706.patch ++
--- libclamunrar/unrarvm.c.orig
+++ libclamunrar/unrarvm.c
@@ -26,6 +26,13 @@
 #include "libclamunrar/unrarvm.h"
 #include "libclamunrar/unrarcmd.h"
 
+/*
+ * Limit maximum number of channels in RAR3 delta filter to some
+ * reasonable value to prevent too slow processing of corrupt archives
+ * with invalid channels number.
+ */
+#define MAX3_UNPACK_CHANNELS 1024
+
 #ifdef RAR_HIGH_DEBUG
 #define rar_dbgmsg printf
 #else
@@ -340,8 +347,8 @@ static void filter_itanium_setbits(unsig
 static void execute_standard_filter(rarvm_data_t *rarvm_data, 
rarvm_standard_filters_t filter_type)
 {
unsigned char *data, cmp_byte2, cur_byte, *src_data, *dest_data;
-   int i, j, data_size, channels, src_pos, dest_pos, border, width, PosR;
-   int op_type, cur_channel, byte_count, start_pos, pa, pb, pc;
+   int i, j, op_type, cur_channel, byte_count, start_pos, pa, pb, pc;
+   unsigned int data_size, channels, src_pos, dest_pos, border, width, 
PosR;
unsigned int file_offset, cur_pos, predicted;
int32_t offset, addr;
const int file_size=0x100;
@@ -426,7 +433,7 @@ static void execute_standard_filter(rarv
border = data_size*2;

SET_VALUE(FALSE, _data->mem[VM_GLOBALMEMADDR+0x20], 
data_size);
-   if ((unsigned int)data_size >= VM_GLOBALMEMADDR/2) {
+   if ((unsigned int)data_size >= VM_GLOBALMEMADDR/2 || channels > 
MAX3_UNPACK_CHANNELS) {
break;
}
for (cur_channel=0 ; cur_channel < channels ; cur_channel++) {




commit nginx for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2018-02-22 15:01:21

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


Package is "nginx"

Thu Feb 22 15:01:21 2018 rev:20 rq:578706 version:1.13.9

Changes:

--- /work/SRC/openSUSE:Factory/nginx/nginx.changes  2018-02-07 
18:43:08.343334727 +0100
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2018-02-22 
15:01:29.188075054 +0100
@@ -1,0 +2,61 @@
+Wed Feb 21 13:32:25 UTC 2018 - mrueck...@suse.de
+
+- update rmtp module to 1.2.1
+  - just commenting all places where we fallthrough conditionals
+
+---
+Wed Feb 21 13:30:07 UTC 2018 - mrueck...@suse.de
+
+- update headers more to 0.33
+  - feature: add wildcard match support for
+more_clear_input_headers.
+
+---
+Wed Feb 21 13:27:54 UTC 2018 - mrueck...@suse.de
+
+- update fancyindex module to 0.4.2
+  This release contains an important fix which can cause Nginx to
+  crash when a directory contains zero-sized (empty) files. This
+  bug has been present in all previous releases, and all users are
+  strongly encouraged to update to version 0.4.2.
+
+  https://github.com/aperezdc/ngx-fancyindex/releases/tag/v0.4.2
+
+---
+Wed Feb 21 13:23:44 UTC 2018 - mrueck...@suse.de
+
+- changes from 1.13.9
+  - Feature: HTTP/2 server push support; the "http2_push" and
+"http2_push_preload" directives.
+  - Bugfix: "header already sent" alerts might appear in logs when
+using cache; the bug had appeared in 1.9.13.
+  - Bugfix: a segmentation fault might occur in a worker process if
+the "ssl_verify_client" directive was used and no SSL
+certificate was specified in a virtual server.
+  - Bugfix: in the ngx_http_v2_module.
+  - Bugfix: in the ngx_http_dav_module.
+- updates from 1.13.8
+  - Feature: now nginx automatically preserves the CAP_NET_RAW
+capability in worker processes when using the "transparent"
+parameter of the "proxy_bind", "fastcgi_bind",
+"memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
+  - Feature: improved CPU cache line size detection. Thanks to
+Debayan Ghosh.
+  - Feature: new directives in vim syntax highlighting scripts.
+Thanks to Gena Makhomed.
+  - Bugfix: binary upgrade refused to work if nginx was re-parented
+to a process with PID different from 1 after its parent process
+has finished.
+  - Bugfix: the ngx_http_autoindex_module incorrectly handled
+requests with bodies.
+  - Bugfix: in the "proxy_limit_rate" directive when used with the
+"keepalive" directive.
+  - Bugfix: some parts of a response might be buffered when using
+"proxy_buffering off" if the client connection used SSL.
+Thanks to Patryk Lesiewicz.
+  - Bugfix: in the "proxy_cache_background_update" directive.
+  - Bugfix: it was not possible to start a parameter with a
+variable in the "${name}" form with the name in curly brackets
+without enclosing the parameter into single or double quotes.
+
+---

Old:

  headers-more-nginx-module-0.32.tar.gz
  nginx-1.13.7.tar.gz
  nginx-1.13.7.tar.gz.asc
  nginx-rtmp-module-1.2.0.tar.gz
  ngx-fancyindex-0.4.1.tar.gz

New:

  headers-more-nginx-module-0.33.tar.gz
  nginx-1.13.9.tar.gz
  nginx-1.13.9.tar.gz.asc
  nginx-rtmp-module-1.2.1.tar.gz
  ngx-fancyindex-0.4.2.tar.gz



Other differences:
--
++ nginx.spec ++
--- /var/tmp/diff_new_pack.wVPlq1/_old  2018-02-22 15:01:31.827980083 +0100
+++ /var/tmp/diff_new_pack.wVPlq1/_new  2018-02-22 15:01:31.831979939 +0100
@@ -18,6 +18,7 @@
 
 %bcond_withcpp_test
 %bcond_withgoogle_perftools
+
 %if 0%{?is_opensuse}
 %bcond_without extra_modules
 %else
@@ -69,18 +70,18 @@
 %define ngx_doc_dir%{_datadir}/doc/packages/%{name}
 #
 Name:   nginx
-Version:1.13.7
+Version:1.13.9
 Release:0
-%define ngx_fancyindex_version 0.4.1
+%define ngx_fancyindex_version 0.4.2
 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}
 
-%define headers_more_nginx_version 0.32
+%define headers_more_nginx_version 0.33
 %define headers_more_nginx_module_path 
headers-more-nginx-module-%{headers_more_nginx_version}
 
 %define nginx_upstream_check_version 0.3.0
 %define nginx_upstream_check_module_path 
nginx_upstream_check_module-%{nginx_upstream_check_version}
 
-%define nginx_rtmp_version 1.2.0
+%define nginx_rtmp_version 1.2.1
 %define nginx_rtmp_module_path nginx-rtmp-module-%{nginx_rtmp_version}
 
 

commit iotop for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package iotop for openSUSE:Factory checked 
in at 2018-02-22 15:01:09

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


Package is "iotop"

Thu Feb 22 15:01:09 2018 rev:25 rq:578695 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/iotop/iotop.changes  2015-03-18 
13:07:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.iotop.new/iotop.changes 2018-02-22 
15:01:12.972658407 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 11:15:11 UTC 2018 - mvet...@suse.com
+
+- bsc#1081915: Port to python3:
+  * Add iotop-0.6-python3_build.patch: Upstream commit to fix
+python build by replacing itervalues() with values(). ID is
+99c8d7cedce81f17b851954d94bfa73787300599
+  * Add iotop-0.6-python3-header.patch: Replace header to use
+python3
+- Add iotop-0.6-noendcurses.patch: to prevent problems when closing
+  terminal while running iotop (rh#1035503)
+- Run spec-cleaner:
+  * Remove py_requires
+  * Use man macro
+- Drop condition around noarch
+
+---

New:

  iotop-0.6-noendcurses.patch
  iotop-0.6-python3-header.patch
  iotop-0.6-python3_build.patch



Other differences:
--
++ iotop.spec ++
--- /var/tmp/diff_new_pack.JxOprb/_old  2018-02-22 15:01:13.996621569 +0100
+++ /var/tmp/diff_new_pack.JxOprb/_new  2018-02-22 15:01:14.000621425 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iotop
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,20 +21,19 @@
 Version:0.6
 Release:0
 Summary:Top Like UI to Show Per-Process I/O Going on
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Monitoring
 Url:http://guichaz.free.fr/iotop/
 Source0:http://guichaz.free.fr/iotop/files/iotop-%{version}.tar.bz2
 Source1:http://guichaz.free.fr/iotop/files/iotop-%{version}.tar.bz2.asc
 Source2:%{name}.keyring
+Patch0: iotop-0.6-python3_build.patch
+Patch1: iotop-0.6-python3-header.patch
+Patch2: iotop-0.6-noendcurses.patch
 BuildRequires:  fdupes
-BuildRequires:  python-devel >= 2.7
-Requires:   python-curses
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%py_requires
-%if 0%{?suse_version} >= 1120
+BuildRequires:  python3-devel
+Requires:   python3-curses
 BuildArch:  noarch
-%endif
 
 %description
 Linux has always been able to show how much I/O was going on (the bi
@@ -45,19 +44,22 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
+python3 setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot}
 %fdupes -s %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc COPYING NEWS THANKS
+%license COPYING
+%doc NEWS THANKS
 %{_sbindir}/iotop
-%{_mandir}/man8/iotop.8.gz
+%{_mandir}/man8/iotop.8%{ext_man}
 %{python_sitelib}/*
 
 %changelog

++ iotop-0.6-noendcurses.patch ++
diff -up iotop-0.6/iotop/ui.py.noendcurses iotop-0.6/iotop/ui.py
--- iotop-0.6/iotop/ui.py.noendcurses   2014-12-03 17:50:38.941430261 +0100
+++ iotop-0.6/iotop/ui.py   2014-12-03 17:51:40.108064465 +0100
@@ -520,6 +525,17 @@ Please do not file bugs on iotop about t
 sys.exit(1)
 else:
 raise
+except curses.error as e:
+stre = str(e)
+if stre.find('ERR')>=0 and (
+stre.find('nocbreak()')>=0 or stre.find('endwin()')>=0
+):
+pass
+# endwin and nocbreak can cause error (and raise hard to catch 
+# exception) if iotop was running in the terminal and that 
+# terminal got closed while iotop was still running
+else:
+raise
 
 #
 # Profiling
++ iotop-0.6-python3-header.patch ++
diff -urEbwB iotop-0.6/iotop.py iotop-0.6.new/iotop.py
--- iotop-0.6/iotop.py  2013-05-27 00:44:18.0 +0200
+++ iotop-0.6.new/iotop.py  2018-02-21 12:25:08.136286156 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # iotop: Display I/O usage of processes in a top like UI
 # Copyright (c) 2007, 2008 Guillaume Chazarain 
 # GPL version 2 or later
diff -urEbwB iotop-0.6/sbin/iotop iotop-0.6.new/sbin/iotop
--- iotop-0.6/sbin/iotop2013-05-27 00:44:18.0 +0200
+++ iotop-0.6.new/sbin/iotop2018-02-21 12:25:13.924345875 +0100
@@ -1,4 +1,4 @@

commit caasp-tools for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package caasp-tools for openSUSE:Factory 
checked in at 2018-02-22 15:01:08

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


Package is "caasp-tools"

Thu Feb 22 15:01:08 2018 rev:15 rq:578630 version:0.27

Changes:

--- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes  2018-02-01 
21:31:46.130392326 +0100
+++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes 
2018-02-22 15:01:09.988765754 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 11:05:54 CET 2018 - ku...@suse.de
+
+- Add new hardware and apparmor pattern [bsc#1081620].
+
+---



Other differences:
--
++ caasp-tools.spec ++
--- /var/tmp/diff_new_pack.LFLTm0/_old  2018-02-22 15:01:11.556709346 +0100
+++ /var/tmp/diff_new_pack.LFLTm0/_new  2018-02-22 15:01:11.560709203 +0100
@@ -20,7 +20,7 @@
 Version:0.27
 Release:0
 Summary:Files and Scripts for SUSE CaaS Platform
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 Source0:MicroOS-tools-%{version}.tar.bz2
 Source1:create_autoyast_profile.pl

++ create_autoyast_profile.pl ++
--- /var/tmp/diff_new_pack.LFLTm0/_old  2018-02-22 15:01:11.668705317 +0100
+++ /var/tmp/diff_new_pack.LFLTm0/_new  2018-02-22 15:01:11.668705317 +0100
@@ -250,8 +250,8 @@
 
 
   SUSE-MicroOS
-
-
+  SUSE-MicroOS-hardware
+  SUSE-MicroOS-apparmor
   SUSE-CaaSP-Stack
 
   




commit perl-Code-DRY for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package perl-Code-DRY for openSUSE:Factory 
checked in at 2018-02-22 15:01:13

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


Package is "perl-Code-DRY"

Thu Feb 22 15:01:13 2018 rev:2 rq:578701 version:0.03

Changes:

--- /work/SRC/openSUSE:Factory/perl-Code-DRY/perl-Code-DRY.changes  
2018-02-21 14:11:33.657996082 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Code-DRY.new/perl-Code-DRY.changes 
2018-02-22 15:01:15.120581135 +0100
@@ -1,0 +2,5 @@
+Mon Feb 19 11:33:42 UTC 2018 - jeng...@inai.de
+
+- Compact description.
+
+---



Other differences:
--
++ perl-Code-DRY.spec ++
--- /var/tmp/diff_new_pack.vwdNhR/_old  2018-02-22 15:01:16.084546456 +0100
+++ /var/tmp/diff_new_pack.vwdNhR/_new  2018-02-22 15:01:16.088546312 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Code-DRY
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,101 +31,20 @@
 %{perl_requires}
 
 %description
-The module's main purpose is to report repeated text fragments (typically
-Perl code) that could be considered for isolation and/or abstraction in
-order to reduce multiple copies of the same code (aka cut and paste code).
+The module reports repeated text fragments (typically Perl code) that
+could be considered for isolation and/or abstraction in order to
+reduce multiple copies of the same code (a.k.a. cut and paste code).
 
 Code duplicates may occur in the same line, file or directory.
 
-The ad hoc approach to compare every item against every other item leads to
-computing times growing exponentially with the amount of code, which is not
-useful for anything but the smallest code bases.
-
-So a efficient data structure is needed.
-
-This module can create the suffix array and the longest common prefix array
-for a string of 8-bit characters. These data structures can be used to
-search for repetitions of substrings in O(n) time.
-
-The current strategy is to concatenate code from all files into one string
-and then use the suffix array and its companion, the longest-common-prefix
-(lcp) array on this string.
-
-Example:
-Instead of real Perl code I use the string 'mississippi' for
-simplicity. A *suffix* is a partial string of an input string, which
-ends at the end of the input string. A *prefix* is a partial string of
-an input string, which starts at the start of the input string. The
-*suffix array* of a string is a list of offsets (each one for a
-suffix), which is sorted lexicographically by suffix:
-
-#  offset suffix
-
-0  10:i
-1   7:ippi
-2   4:issippi
-3   1:ississippi
-4   0:mississippi
-5   9:pi
-6   8:ppi
-7   6:sippi
-8   3:sissippi
-9   5:ssippi
-10  2:ssissippi
-
-The other structure needed is the *longest common prefix array* (lcp).
-It contains the maximal length of the prefixes for this entry shared
-with the previous entry from the suffix array. For this example it
-looks like this:
-
-#  offset lcp  (common prefixes shown in ())
-=
-0  10:0()
-1   7:1(i)
-2   4:1(i)
-3   1:4(issi) overlap!
-3 3(iss)  corrected non overlapping prefixes
-4   0:0()
-5   9:0()
-6   8:1(p)
-7   6:0()
-8   3:2(si)
-9   5:1(s)
-10  2:3(ssi)
-
-The standard lcp array may contain overlapping prefixes, but for our
-purposes we need only non overlapping prefixes lengths. The same
-overlap may occur for prefixes that extend from the end of one source
-file to the start of the next file when we use concatenated content of
-source files. The limiting with respect to internal overlaps and file
-crossing prefix lengths is done by two respective functions afterwards.
-
-If we sort the so obtained lcp values in descending order we get
-
-#  offset lcp  (prefix shown in ())
-===
-3   1:3(iss) now corrected to non overlapping prefixes
-10  2:3(ssi)
-8   3:2(si)
-1   7:1(i)
-2   4:1(i)
-6   8:  

commit msitools for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2018-02-22 15:00:59

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


Package is "msitools"

Thu Feb 22 15:00:59 2018 rev:2 rq:578262 version:0.97

Changes:

--- /work/SRC/openSUSE:Factory/msitools/msitools.changes2017-03-09 
02:01:01.659345915 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new/msitools.changes   2018-02-22 
15:01:02.397038871 +0100
@@ -1,0 +2,94 @@
+Sun Feb 18 12:36:50 UTC 2018 - jeng...@inai.de
+
+- Update summaries, and let description say what it does now,
+  not in the future.
+
+---
+Fri Feb 16 12:14:31 UTC 2018 - aloi...@gmx.com
+
+- Update to version v0.97
+  * fix potential crash in read_properties
+  * fix double-frees in libmsi_summary_info_finalize
+  * wixl-heat: escape $ in filename, bgo#756904
+  * correctly parse dates, bgo#752860
+  * msiextract: fix extracting to SourceDir, bgo#773935
+  * wix updates: glib2, jasper, adwaita
+  * translation updates, build-sys fixes
+  version 0.96
+  * Add libvirt-glib.wxi
+  * Update nettle to 3.2.1
+  * Fix implicit declaration of mkdir in the testdatabase
+  * Disable -Wbad-function-cast (build-sys)
+  * Removed unneeded workaround (build-sys)
+  * Remove non-existent libvirt-glib translations
+  * Fix translations's path for libvirt-glib
+  * Add adwaita-icon-theme.wxi
+  * Add pcre.wxi
+  * Add pcre as glib2 dependency
+  * Remove virt-host-validade (libvirt.wxi)
+  * Update libspice-client-gtk dll version
+  * Add support to external cab handling (msiextract)
+  * Update adwaita and glib for f25
+  * Update git.mk
+  * Fix "make -j"
+  * Update gstreamer1 to 1.10.0
+  * Update gstreamer1-plugins-bad-free to 1.10.0
+  * Drop spice-gtk.wxi (spice-gtk2)
+  * Updade nettle to 3.3
+  * Remove libidn's locale data
+  * Translations
+  version 0.95
+  * Add libepoxy.wxi
+  * Update gtk3.wxi
+  * Update libcacad.wxi
+  * Update nss.wxi
+  * Update nspr.wxi
+  * Update pango.wxi
+  * Update gnutls.wxi
+  * Update nettle.wxi
+  * Update libvirt.wxi
+  * Update fontconfig.wxi
+  * Add bzip2.wxi
+  * Update freetype.wxi
+  * Update gstreamer1.wxi
+  * Update gstreamer1-plugins-base.wxi
+  * Update gstreamer1-plugins-bad-free.wxi
+  * Translations
+  version 0.94
+  * Add support for Signature table
+  * Add support for scheduling AppSearch
+  * Add support for MsiFileHash table
+  * Update libpng wxi
+  * Add winpthreads wxi
+  * Update libvirt wxi
+  * Add opus wxi
+  * Add spice-glib wxi
+  * Update libffi wxi
+  * Update glib2 wxi
+  * Update libsoup wxi
+  * Add sqlite
+  * Update nettle wxi
+  * Update gtk2 wxi
+  * Update libgcrypt wxi
+  * Add option to make packages win64-aware
+  * Treat EDITTIME property as filetime in parse_prop
+  * Add gtk3 wxi
+  * Add spice-gtk3 wxi
+  * Add gtk-vnc2 wxi
+  * Add rest wxi
+  * Add libgovirt wxi
+  * Add gstreamer1 exi
+  * Add gstreamer1-plugins-base wxi
+  * Add gstreamer1-plugins-good wxi
+  * Add gstreamer1-plugins-bad-free wxi
+  * Update spice-glib wxi
+  * Update gcc wxi
+  * Fix wix close tag when no component groups are specified
+(wixl-heat)
+  * Build clean-ups
+  * Misc bug fixes
+  * Translations
+
+- Spec cleanup
+
+---

Old:

  msitools-0.93.tar.xz

New:

  msitools-0.97.tar.xz



Other differences:
--
++ msitools.spec ++
--- /var/tmp/diff_new_pack.tbt2YM/_old  2018-02-22 15:01:03.680992680 +0100
+++ /var/tmp/diff_new_pack.tbt2YM/_new  2018-02-22 15:01:03.684992535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msitools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   msitools
-Version:0.93
+Version:0.97
 Release:0
 Summary:Tools to inspect and build Windows Installer (.MSI) files
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Archiving/Compression
 Url:https://wiki.gnome.org/msitools
-Source: 
http://download.gnome.org/sources/msitools/0.93/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/msitools/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -47,7 +47,7 @@
 
 %package -n libmsi0
 Summary:Library to inspect and build Windows Installer (.MSI) files
-License:

commit rubygem-ruby-libvirt for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rubygem-ruby-libvirt for 
openSUSE:Factory checked in at 2018-02-22 15:01:05

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


Package is "rubygem-ruby-libvirt"

Thu Feb 22 15:01:05 2018 rev:3 rq:578573 version:0.7.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-ruby-libvirt/rubygem-ruby-libvirt.changes
2016-10-10 16:23:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby-libvirt.new/rubygem-ruby-libvirt.changes
   2018-02-22 15:01:08.228829069 +0100
@@ -1,0 +2,11 @@
+Mon Feb 19 05:31:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 0.7.1
+ see installed NEWS
+
+  2018-02-18 0.7.1
+* Fix a bad bug in block_resize (Marius Rieder)
+* Fix up some problems pointed out by clang
+* Fix up the tests for small semantic differences in how libvirt works
+
+---

Old:

  ruby-libvirt-0.7.0.gem

New:

  ruby-libvirt-0.7.1.gem



Other differences:
--
++ rubygem-ruby-libvirt.spec ++
--- /var/tmp/diff_new_pack.4Gg7Qf/_old  2018-02-22 15:01:09.580780431 +0100
+++ /var/tmp/diff_new_pack.4Gg7Qf/_new  2018-02-22 15:01:09.584780288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ruby-libvirt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-ruby-libvirt
-Version:0.7.0
+Version:0.7.1
 Release:0
 %define mod_name ruby-libvirt
 %define mod_full_name %{mod_name}-%{version}
@@ -38,11 +38,11 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 Url:http://libvirt.org/ruby/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-ruby-libvirt-rpmlintrc
 Source2:gem2rpm.yml
 Summary:Ruby bindings for LIBVIRT
-License:LGPL-2.0
+License:LGPL-2.0-only
 Group:  Development/Languages/Ruby
 
 %description

++ ruby-libvirt-0.7.0.gem -> ruby-libvirt-0.7.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NEWS new/NEWS
--- old/NEWS2016-09-23 00:07:00.0 +0200
+++ new/NEWS2018-02-18 14:18:03.0 +0100
@@ -1,3 +1,8 @@
+2018-02-18 0.7.1
+  * Fix a bad bug in block_resize (Marius Rieder)
+  * Fix up some problems pointed out by clang
+  * Fix up the tests for small semantic differences in how libvirt works
+
 2016-09-22 0.7.0
   * Fix network lease API to allow arguments that libvirt allows
   * Implement VIRT_STORAGE_POOL_CREATE flags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-09-23 00:07:00.0 +0200
+++ new/Rakefile2018-02-18 14:18:03.0 +0100
@@ -21,7 +21,7 @@
 require 'rbconfig'
 
 PKG_NAME='ruby-libvirt'
-PKG_VERSION='0.7.0'
+PKG_VERSION='0.7.1'
 
 EXT_CONF='ext/libvirt/extconf.rb'
 MAKEFILE="ext/libvirt/Makefile"
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/libvirt/_libvirt.c new/ext/libvirt/_libvirt.c
--- old/ext/libvirt/_libvirt.c  2016-09-23 00:07:00.0 +0200
+++ new/ext/libvirt/_libvirt.c  2018-02-18 14:18:03.0 +0100
@@ -660,7 +660,7 @@
 static VALUE libvirt_domain_lxc_enter_security_label(int argc, VALUE *argv,
  VALUE 
RUBY_LIBVIRT_UNUSED(c))
 {
-VALUE model, label, flags, result, modiv, doiiv, labiv;
+VALUE model = RUBY_Qnil, label = RUBY_Qnil, flags = RUBY_Qnil, result, 
modiv, doiiv, labiv;
 virSecurityModel mod;
 char *modstr, *doistr, *labstr;
 virSecurityLabel lab, oldlab;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/libvirt/common.h new/ext/libvirt/common.h
--- old/ext/libvirt/common.h2016-09-23 00:07:00.0 +0200
+++ new/ext/libvirt/common.h2018-02-18 14:18:03.0 +0100
@@ -123,7 +123,7 @@
 
 #define ruby_libvirt_generate_call_list_all(type, argc, argv, listfunc, 
object, val, newfunc, freefunc) \
 do {\
-VALUE flags;\
+VALUE flags = RUBY_Qnil;

commit dump1090 for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package dump1090 for openSUSE:Factory 
checked in at 2018-02-22 15:00:53

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


Package is "dump1090"

Thu Feb 22 15:00:53 2018 rev:2 rq:578260 version:1.14+git.20180110

Changes:

--- /work/SRC/openSUSE:Factory/dump1090/dump1090.changes2017-05-24 
16:46:39.529888148 +0200
+++ /work/SRC/openSUSE:Factory/.dump1090.new/dump1090.changes   2018-02-22 
15:00:58.953162766 +0100
@@ -1,0 +2,6 @@
+Sat Feb 17 14:22:16 UTC 2018 - mar...@gmx.de
+
+- Switch to mutability's fork
+- Run tests during build
+
+---

Old:

  dump1090-0.0.0+git.20141031.tar.xz

New:

  dump1090-1.14+git.20180110.tar.xz



Other differences:
--
++ dump1090.spec ++
--- /var/tmp/diff_new_pack.x2mI3n/_old  2018-02-22 15:01:01.677064772 +0100
+++ /var/tmp/diff_new_pack.x2mI3n/_new  2018-02-22 15:01:01.677064772 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dump1090
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,14 @@
 
 
 Name:   dump1090
-Version:0.0.0+git.20141031
+Version:1.14+git.20180110
 Release:0
 Summary:An ADS-B Mode S decoder for RTLSDR devices (MalcolmRobb's fork)
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Hamradio/Other
 Url:https://github.com/MalcolmRobb/dump1090
 Source: %{name}-%{version}.tar.xz
+BuildRequires:  git-core
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(librtlsdr)
 BuildRequires:  pkgconfig(libusb-1.0)
@@ -37,7 +38,7 @@
 %setup -q
 
 %build
-make CC="cc %{optflags}" %{?_smp_mflags}
+make CC="cc %{optflags} -Wno-format-truncation" %{?_smp_mflags}
 
 %install
 install -D -p -m 0755 dump1090 \
@@ -45,8 +46,10 @@
 install -D -p -m 0755 view1090 \
   %{buildroot}/%{_bindir}/view1090
 
+%check
+make test %{?_smp_mflags}
+
 %files
-%defattr(-,root,root)
 %doc README.md
 %{_bindir}/dump1090
 %{_bindir}/view1090

++ _service ++
--- /var/tmp/diff_new_pack.x2mI3n/_old  2018-02-22 15:01:01.709063621 +0100
+++ /var/tmp/diff_new_pack.x2mI3n/_new  2018-02-22 15:01:01.709063621 +0100
@@ -1,11 +1,12 @@
 
   
-https://github.com/MalcolmRobb/dump1090.git
+https://github.com/mutability/dump1090.git
 master
 git
+yes
 enable
 dump1090
-0.0.0+git.%cd
+1.14+git.%cd
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.x2mI3n/_old  2018-02-22 15:01:01.729062901 +0100
+++ /var/tmp/diff_new_pack.x2mI3n/_new  2018-02-22 15:01:01.729062901 +0100
@@ -2,4 +2,6 @@
   
 https://github.com/MalcolmRobb/dump1090.git
   bff92c4ad772a0a8d433f788d39dae97e00e4dbe
-
\ No newline at end of file
+
+https://github.com/mutability/dump1090.git
+  cc53c90837520bcf1764ce051c794d1c7f8de084
\ No newline at end of file

++ dump1090-0.0.0+git.20141031.tar.xz -> dump1090-1.14+git.20180110.tar.xz 
++
/work/SRC/openSUSE:Factory/dump1090/dump1090-0.0.0+git.20141031.tar.xz 
/work/SRC/openSUSE:Factory/.dump1090.new/dump1090-1.14+git.20180110.tar.xz 
differ: char 26, line 1




commit inspectrum for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package inspectrum for openSUSE:Factory 
checked in at 2018-02-22 15:00:49

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


Package is "inspectrum"

Thu Feb 22 15:00:49 2018 rev:2 rq:578259 version:0.2.1.git1518712461.78b6e38

Changes:

--- /work/SRC/openSUSE:Factory/inspectrum/inspectrum.changes2017-11-23 
09:42:42.684242336 +0100
+++ /work/SRC/openSUSE:Factory/.inspectrum.new/inspectrum.changes   
2018-02-22 15:00:53.721350986 +0100
@@ -1,0 +2,20 @@
+Sun Feb 18 10:34:17 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.2.1.git1518712461.78b6e38:
+  * Use the correct unit for symbol rate
+  * Enforce minimum export decimation of 1
+  * Don't try to draw an empty traceplot
+
+---
+Tue Nov 28 19:57:24 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.2.git1511892427.0e86f24:
+  * added QMessageBox dialog on failure to open file
+  * support win32 application (graphical no console)
+  * replace off_t with size_t to match system pointer size
+  * Remove mmap dependencies with QFile
+  * move new definitions and mman include into msvc specific if/else
+  * changes to build under msvc and fftw find package
+  * added missing include for std::bind usage
+
+---

Old:

  inspectrum-0.2.git1509919460.75b5bc6.tar.xz

New:

  inspectrum-0.2.1.git1518712461.78b6e38.tar.xz



Other differences:
--
++ inspectrum.spec ++
--- /var/tmp/diff_new_pack.RgdqTt/_old  2018-02-22 15:00:55.241296305 +0100
+++ /var/tmp/diff_new_pack.RgdqTt/_new  2018-02-22 15:00:55.245296161 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package inspectrum
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,13 +16,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   inspectrum
-Version:0.2.git1509919460.75b5bc6
+Version:0.2.1.git1518712461.78b6e38
 Release:0
 Summary:A tool for analysing captured signals from SDRs
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Hamradio/Other
-URL:https://github.com/miek/inspectrum
+Url:https://github.com/miek/inspectrum
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  cmake

++ _service ++
--- /var/tmp/diff_new_pack.RgdqTt/_old  2018-02-22 15:00:55.273295154 +0100
+++ /var/tmp/diff_new_pack.RgdqTt/_new  2018-02-22 15:00:55.277295010 +0100
@@ -5,7 +5,7 @@
 master
 .git
 git%ct.%h
-0.2
+0.2.1
 yes
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.RgdqTt/_old  2018-02-22 15:00:55.301294146 +0100
+++ /var/tmp/diff_new_pack.RgdqTt/_new  2018-02-22 15:00:55.301294146 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/miek/inspectrum
-  e31be08f046efe38ddc85bf9e62b033d4a03f854
\ No newline at end of file
+  78b6e38aac7692819b172e481b61e541c493c218
\ No newline at end of file




commit wavemon for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package wavemon for openSUSE:Factory checked 
in at 2018-02-22 15:00:46

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


Package is "wavemon"

Thu Feb 22 15:00:46 2018 rev:24 rq:577960 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/wavemon/wavemon.changes  2017-05-24 
16:51:46.382681108 +0200
+++ /work/SRC/openSUSE:Factory/.wavemon.new/wavemon.changes 2018-02-22 
15:00:47.937559064 +0100
@@ -1,0 +2,19 @@
+Sun Feb 18 16:16:37 UTC 2018 - mar...@gmx.de
+
+- Remove patch:
+  * reproducible.patch (fixed upstream)
+- Update to version 0.8.2
+  * Fixes
+- Info Screen:
+  + do not warn about missing data if driver returns 0
+signal value (#44),
+  + present retry/drop rate also as percentage (#38),
+  + remove outdated WEP encryption key information (#8);
+- Scan Screen:
+  + revise and improve access to thread data (#42).
+  * Miscellaneous
+- build process now sorts input files for reproducible builds
+- miscellaneous fixes, such as typos, email information
+- code clean-up
+
+---

Old:

  reproducible.patch
  wavemon-0.8.1.tar.gz

New:

  wavemon-0.8.2.tar.gz



Other differences:
--
++ wavemon.spec ++
--- /var/tmp/diff_new_pack.hHe2HF/_old  2018-02-22 15:00:49.065518484 +0100
+++ /var/tmp/diff_new_pack.hHe2HF/_new  2018-02-22 15:00:49.065518484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wavemon
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   wavemon
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:An ncurses monitoring application for wireless network devices
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Diagnostic
 Url:https://github.com/uoaerg/wavemon
 Source: 
https://github.com/uoaerg/wavemon/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM bmwiedemann https://github.com/uoaerg/wavemon/pull/35
-Patch0: reproducible.patch
 BuildRequires:  libcap-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
@@ -42,7 +40,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 if [ -n "$SOURCE_DATE_EPOCH" ] ; then

++ wavemon-0.8.1.tar.gz -> wavemon-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wavemon-0.8.1/Makefile.in 
new/wavemon-0.8.2/Makefile.in
--- old/wavemon-0.8.1/Makefile.in   2016-12-15 20:21:36.0 +0100
+++ new/wavemon-0.8.2/Makefile.in   2018-02-18 01:23:56.0 +0100
@@ -20,7 +20,7 @@
 
 MAIN   = @PACKAGE_NAME@.c
 HEADERS= $(wildcard *.h)
-PURESRC= $(filter-out $(MAIN),$(wildcard *.c))
+PURESRC= $(filter-out $(MAIN),$(sort $(wildcard *.c)))
 OBJS   = $(PURESRC:.c=.o)
 DOCS   = README.md NEWS THANKS AUTHORS COPYING ChangeLog
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wavemon-0.8.1/about_scr.c 
new/wavemon-0.8.2/about_scr.c
--- old/wavemon-0.8.1/about_scr.c   2016-12-15 20:21:36.0 +0100
+++ new/wavemon-0.8.2/about_scr.c   2018-02-18 01:23:56.0 +0100
@@ -29,9 +29,6 @@
"original by jan morgenstern ",
"distributed under the GNU general public license v3",
"",
-   "please send suggestions and bug reports to ",
-   PACKAGE_BUGREPORT,
-   "",
PACKAGE_URL
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wavemon-0.8.1/configure new/wavemon-0.8.2/configure
--- old/wavemon-0.8.1/configure 2016-12-15 20:21:36.0 +0100
+++ new/wavemon-0.8.2/configure 2018-02-18 01:23:56.0 +0100
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for wavemon 0.8.0.
+# Generated by GNU Autoconf 2.69 for wavemon 0.8.2.
 #
-# Report bugs to .
+# Report bugs to .
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,10 +267,10 @@
 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
 $as_echo "$0: Please tell bug-autoc...@gnu.org and
-$0: ger...@erg.abdn.ac.uk about your system, including any
-$0: error possibly output before this message. Then install

commit perl-Mouse for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package perl-Mouse for openSUSE:Factory 
checked in at 2018-02-22 15:00:38

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


Package is "perl-Mouse"

Thu Feb 22 15:00:38 2018 rev:23 rq:577950 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mouse/perl-Mouse.changes2018-01-24 
15:30:08.307389043 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mouse.new/perl-Mouse.changes   
2018-02-22 15:00:43.185730016 +0100
@@ -1,0 +2,6 @@
+Sun Feb 18 06:44:31 UTC 2018 - co...@suse.com
+
+- updated to 2.5.2
+   see /usr/share/doc/packages/perl-Mouse/Changes
+
+---

Old:

  Mouse-v2.5.1.tar.gz

New:

  Mouse-v2.5.2.tar.gz



Other differences:
--
++ perl-Mouse.spec ++
--- /var/tmp/diff_new_pack.oDNC8D/_old  2018-02-22 15:00:44.217692891 +0100
+++ /var/tmp/diff_new_pack.oDNC8D/_new  2018-02-22 15:00:44.221692746 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Mouse
-Version:2.5.1
+Version:2.5.2
 Release:0
 %define cpan_name Mouse
 Summary:Moose minus the antlers
-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/Mouse/
 Source0:
https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-v%{version}.tar.gz

++ Mouse-v2.5.1.tar.gz -> Mouse-v2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-v2.5.1/Changes new/Mouse-v2.5.2/Changes
--- old/Mouse-v2.5.1/Changes2018-01-07 15:35:29.0 +0100
+++ new/Mouse-v2.5.2/Changes2018-02-17 02:48:54.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Mouse
 
+v2.5.2 2018-02-17T01:47:32Z
+- Skip t/900_mouse_bugs/016_issue17_memleak.t under 5.10.0
+
 v2.5.1 2018-01-07T14:34:19Z
 - use PERL_UNUSED_RESULT (#83)
 - Apply several minor patches, especially for packaging (#84)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-v2.5.1/META.json new/Mouse-v2.5.2/META.json
--- old/Mouse-v2.5.1/META.json  2018-01-07 15:35:29.0 +0100
+++ new/Mouse-v2.5.2/META.json  2018-02-17 02:48:54.0 +0100
@@ -82,7 +82,7 @@
"provides" : {
   "Mouse" : {
  "file" : "lib/Mouse.pm",
- "version" : "v2.5.1"
+ "version" : "v2.5.2"
   },
   "Mouse::Exporter" : {
  "file" : "lib/Mouse/Exporter.pm"
@@ -137,18 +137,18 @@
   },
   "Mouse::Role" : {
  "file" : "lib/Mouse/Role.pm",
- "version" : "v2.5.1"
+ "version" : "v2.5.2"
   },
   "Mouse::Spec" : {
  "file" : "lib/Mouse/Spec.pm",
- "version" : "v2.5.1"
+ "version" : "v2.5.2"
   },
   "Mouse::TypeRegistry" : {
  "file" : "lib/Mouse/TypeRegistry.pm"
   },
   "Mouse::Util" : {
  "file" : "lib/Mouse/Util.pm",
- "version" : "v2.5.1"
+ "version" : "v2.5.2"
   },
   "Mouse::Util::MetaRole" : {
  "file" : "lib/Mouse/Util/MetaRole.pm"
@@ -180,7 +180,7 @@
  "web" : "https://github.com/gfx/p5-Mouse;
   }
},
-   "version" : "v2.5.1",
+   "version" : "v2.5.2",
"x_contributors" : [
   "Aleksandr Matveev ",
   "Alex Solovey ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mouse-v2.5.1/META.yml new/Mouse-v2.5.2/META.yml
--- old/Mouse-v2.5.1/META.yml   2018-01-07 15:35:30.0 +0100
+++ new/Mouse-v2.5.2/META.yml   2018-02-17 02:48:55.0 +0100
@@ -39,7 +39,7 @@
 provides:
   Mouse:
 file: lib/Mouse.pm
-version: v2.5.1
+version: v2.5.2
   Mouse::Exporter:
 file: lib/Mouse/Exporter.pm
   Mouse::Meta::Attribute:
@@ -76,15 +76,15 @@
 file: lib/Mouse/PurePerl.pm
   Mouse::Role:
 file: lib/Mouse/Role.pm
-version: v2.5.1
+version: v2.5.2
   Mouse::Spec:
 file: lib/Mouse/Spec.pm
-version: v2.5.1
+version: v2.5.2
   Mouse::TypeRegistry:
 file: lib/Mouse/TypeRegistry.pm
   Mouse::Util:
 file: lib/Mouse/Util.pm
-version: v2.5.1
+version: v2.5.2
   Mouse::Util::MetaRole:
 file: lib/Mouse/Util/MetaRole.pm
   Mouse::Util::TypeConstraints:
@@ -105,7 +105,7 @@
   bugtracker: https://github.com/gfx/p5-Mouse/issues
   homepage: https://github.com/gfx/p5-Mouse
   repository: git://github.com/gfx/p5-Mouse.git
-version: v2.5.1
+version: v2.5.2
 x_contributors:
   - 'Aleksandr Matveev '
   - 'Alex Solovey '
diff -urN 

commit perl-Moose for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2018-02-22 15:00:43

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


Package is "perl-Moose"

Thu Feb 22 15:00:43 2018 rev:40 rq:577952 version:2.2010

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2018-01-09 
14:51:11.985409577 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes   
2018-02-22 15:00:45.961630150 +0100
@@ -1,0 +2,13 @@
+Sat Feb 17 06:42:05 UTC 2018 - co...@suse.com
+
+- updated to 2.2010
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.2010   2018-02-16
+  
+[OTHER]
+  
+- A performance improvement with operator overloads has been made by making
+  use of a new Devel::OverloadInfo interface (thanks, ilmari!)
+
+---

Old:

  Moose-2.2009.tar.gz

New:

  Moose-2.2010.tar.gz



Other differences:
--
++ perl-Moose.spec ++
--- /var/tmp/diff_new_pack.g3njYA/_old  2018-02-22 15:00:47.105588995 +0100
+++ /var/tmp/diff_new_pack.g3njYA/_new  2018-02-22 15:00:47.109588851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   perl-Moose
-Version:2.2009
+Version:2.2010
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Moose
 Summary:Postmodern Object System for Perl 5
-License:GPL-1.0+ or Artistic-1.0
+License:GPL-1.0-or-later OR Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Moose/
 Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
@@ -37,7 +37,7 @@
 BuildRequires:  perl(Class::Load::XS) >= 0.01
 BuildRequires:  perl(Data::OptList) >= 0.107
 BuildRequires:  perl(Devel::GlobalDestruction)
-BuildRequires:  perl(Devel::OverloadInfo) >= 0.004
+BuildRequires:  perl(Devel::OverloadInfo) >= 0.005
 BuildRequires:  perl(Devel::StackTrace) >= 2.03
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Eval::Closure) >= 0.04
@@ -65,7 +65,7 @@
 Requires:   perl(Class::Load::XS) >= 0.01
 Requires:   perl(Data::OptList) >= 0.107
 Requires:   perl(Devel::GlobalDestruction)
-Requires:   perl(Devel::OverloadInfo) >= 0.004
+Requires:   perl(Devel::OverloadInfo) >= 0.005
 Requires:   perl(Devel::StackTrace) >= 2.03
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Eval::Closure) >= 0.04

++ Moose-2.2009.tar.gz -> Moose-2.2010.tar.gz ++
 9500 lines of diff (skipped)




commit petsc for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package petsc for openSUSE:Factory checked 
in at 2018-02-22 15:00:23

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


Package is "petsc"

Thu Feb 22 15:00:23 2018 rev:7 rq:574865 version:3.7.6

Changes:

--- /work/SRC/openSUSE:Factory/petsc/petsc.changes  2018-02-06 
16:50:29.412316248 +0100
+++ /work/SRC/openSUSE:Factory/.petsc.new/petsc.changes 2018-02-22 
15:00:24.310409085 +0100
@@ -1,0 +2,13 @@
+Fri Feb  9 20:14:15 UTC 2018 - e...@suse.com
+
+- Since the OpenBLAS build was fixed, reenable scalapack
+  on s390 (bsc#1079513).
+- Add support for openmpi2 for HPC (FATE#325089).
+- Fix build on ppc64le (bsc#1080380).
+
+---
+Fri Feb  9 15:00:10 UTC 2018 - cg...@suse.com
+
+- Fix summary in module files (bnc#1080259)
+
+---



Other differences:
--
++ petsc.spec ++
--- /var/tmp/diff_new_pack.OxtJKr/_old  2018-02-22 15:00:25.802355410 +0100
+++ /var/tmp/diff_new_pack.OxtJKr/_new  2018-02-22 15:00:25.806355266 +0100
@@ -66,6 +66,15 @@
 %{bcond_without hpc}
 %endif
 
+%if "%flavor" == "gnu-openmpi2-hpc"
+%{?DisOMPI2}
+%define mpi_family openmpi
+%define compiler_family gnu
+%undefine c_f_ver
+%define mpi_vers 2
+%{bcond_without hpc}
+%endif
+
 %if "%flavor" == "gnu-mvapich2-hpc"
 %define mpi_family mvapich2
 %define compiler_family gnu
@@ -112,10 +121,6 @@
 %{bcond_without hpc}
 %endif
 
-%ifarch s390
-%{?with_hpc:ExclusiveArch:  do_not_build}
-%endif
-
 %if %{without hpc}
 %if 0%{!?package_name:1}
 %define package_name() %{pname}%{?with_mpi:-%{mpi_family}}
@@ -297,11 +302,14 @@
 %hpc_setup
 module load phdf5 scalapack openblas
 %endif
+%ifarch ppc64le
+export ARCHCFLAGS=-fPIC
+%endif
 
 ./config/configure.py \
-   --CFLAGS="$RPM_OPT_FLAGS" \
-   --FFLAGS="$RPM_OPT_FLAGS" \
-   --CXXFLAGS="$RPM_OPT_FLAGS" \
+   --CFLAGS="$RPM_OPT_FLAGS $ARCHCFLAGS" \
+   --FFLAGS="$RPM_OPT_FLAGS $ARCHCFLAGS" \
+   --CXXFLAGS="$RPM_OPT_FLAGS $ARCHCFLAGS" \
--prefix=%{p_prefix} \
 --with-clanguage=C++ \
 --with-c-support \
@@ -419,7 +427,7 @@
 module-whatis "Name: %{pname} built with %{compiler_family} compiler and 
%{mpi_family} MPI"
 module-whatis "Version: %{version}"
 module-whatis "Category: runtime library"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "%{url}"
 
 set version %{version}

++ _multibuild ++
--- /var/tmp/diff_new_pack.OxtJKr/_old  2018-02-22 15:00:25.834354259 +0100
+++ /var/tmp/diff_new_pack.OxtJKr/_new  2018-02-22 15:00:25.838354115 +0100
@@ -2,6 +2,7 @@
   serial
   
   gnu-openmpi-hpc
+  gnu-openmpi2-hpc
   gnu-openmpi3-hpc
   gnu-mvapich2-hpc
   gnu-mpich-hpc




commit netcdf-fortran for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package netcdf-fortran for openSUSE:Factory 
checked in at 2018-02-22 15:00:21

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


Package is "netcdf-fortran"

Thu Feb 22 15:00:21 2018 rev:5 rq:574864 version:4.4.4

Changes:

--- /work/SRC/openSUSE:Factory/netcdf-fortran/netcdf-fortran.changes
2018-02-06 16:47:01.398050812 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf-fortran.new/netcdf-fortran.changes   
2018-02-22 15:00:23.118451968 +0100
@@ -1,0 +2,10 @@
+Fri Feb  9 20:13:15 UTC 2018 - e...@suse.com
+
+- Add support for openmpi2 for HPC (FATE#325089).
+
+---
+Fri Feb  9 15:26:02 UTC 2018 - e...@suse.com
+
+- Fix summary in module files (bnc#1080259).
+
+---



Other differences:
--
++ netcdf-fortran.spec ++
--- /var/tmp/diff_new_pack.KNczQg/_old  2018-02-22 15:00:23.886424339 +0100
+++ /var/tmp/diff_new_pack.KNczQg/_new  2018-02-22 15:00:23.886424339 +0100
@@ -51,6 +51,14 @@
 %{bcond_without mpi}
 %endif
 
+%if "%flavor" == "gnu-openmpi2-hpc"
+%{?DisOMPI2}
+%global compiler_family gnu
+%global mpi_flavor openmpi
+%global mpi_ver 2
+%{bcond_without mpi}
+%endif
+
 %if "%flavor" == "gnu-mvapich2-hpc"
 %global compiler_family gnu
 %global mpi_flavor mvapich2
@@ -290,7 +298,7 @@
 module-whatis "Name: %{hpc_upcase %pname} built with %{compiler_family} 
toolchain %{mpi_flavor: and %{mpi_flavor}}"
 module-whatis "Version: %{version}"
 module-whatis "Category: runtime library"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "%{url}"
 
 # Require generic netcdf

++ _multibuild ++
--- /var/tmp/diff_new_pack.KNczQg/_old  2018-02-22 15:00:23.926422900 +0100
+++ /var/tmp/diff_new_pack.KNczQg/_new  2018-02-22 15:00:23.926422900 +0100
@@ -1,5 +1,6 @@
 
   gnu-openmpi-hpc
+  gnu-openmpi2-hpc
   gnu-openmpi3-hpc
   gnu-mpich-hpc
   




commit perl-Perl-Tidy for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package perl-Perl-Tidy for openSUSE:Factory 
checked in at 2018-02-22 15:00:32

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


Package is "perl-Perl-Tidy"

Thu Feb 22 15:00:32 2018 rev:20 rq:577948 version:20180219

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Tidy/perl-Perl-Tidy.changes
2018-01-24 15:30:25.958563504 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Tidy.new/perl-Perl-Tidy.changes   
2018-02-22 15:00:32.734106029 +0100
@@ -1,0 +2,29 @@
+Mon Feb 19 06:54:36 UTC 2018 - co...@suse.com
+
+- updated to 20180219
+   see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES
+
+2018 02 19
+- RT #79947, cuddled-else generalization. A new flag -cb provides
+  'cuddled-else' type formatting for an arbitrary type of block chain. 
The
+  default is try-catch-finally, but this can be modified with the 
+  parameter -cbl. 
+  
+- Fixed RT #124298: add space after ! operator without breaking !! 
secret 
+  operator
+  
+- RT #123749: numerous minor improvements to the -wn flag were made.  
+  
+- Fixed a problem with convergence tests in which iterations were 
stopping 
+  prematurely. 
+  
+- Here doc targets for <<~ type here-docs may now have leading 
whitespace.
+  
+- Fixed RT #124354. The '-indent-only' flag was not working correctly 
in the 
+  previous release. A bug in version 20180101 caused extra blank lines 
+  to be output.
+  
+- Issue RT #124114. Some improvements were made in vertical alignment
+  involving 'fat commas'.
+
+---

Old:

  Perl-Tidy-20180101.tar.gz

New:

  Perl-Tidy-20180219.tar.gz



Other differences:
--
++ perl-Perl-Tidy.spec ++
--- /var/tmp/diff_new_pack.RLD4ex/_old  2018-02-22 15:00:33.910063722 +0100
+++ /var/tmp/diff_new_pack.RLD4ex/_new  2018-02-22 15:00:33.914063578 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   perl-Perl-Tidy
-Version:20180101
+Version:20180219
 Release:0
 #Upstream:  This package is free software; you can redistribute it and/or 
modify it under the terms of the "GNU General Public License". Please refer to 
the file "COPYING" for details.
 %define cpan_name Perl-Tidy
 Summary:Parses and beautifies perl source
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Perl-Tidy/
 Source0:
https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/%{cpan_name}-%{version}.tar.gz

++ Perl-Tidy-20180101.tar.gz -> Perl-Tidy-20180219.tar.gz ++
 14360 lines of diff (skipped)




commit stress-ng for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2018-02-22 15:00:26

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


Package is "stress-ng"

Thu Feb 22 15:00:26 2018 rev:33 rq:577380 version:0.09.16

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2018-02-06 
16:47:35.848438787 +0100
+++ /work/SRC/openSUSE:Factory/.stress-ng.new/stress-ng.changes 2018-02-22 
15:00:29.698215250 +0100
@@ -1,0 +2,17 @@
+Fri Feb 16 17:17:20 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.09.16
+  * Makefile: bump version
+  * Silence a build warning on %d for g_pgrp, cast to int
+  * Use the new is_dot_filename() helper
+  * Add is_dot_filename helper function to check for "." or ".." filenames
+  * stress-filename: clean up temporary files on forced termination
+  * stress-handle: catch any SIGKILL signals and report back
+  * stress-filename: catch any SIGKILL signals and report back
+  * Print process ID in [ ] braces
+  * Add debug to inform us when stress-ng kills process group with SIGKILL
+  * Makefile: make build output less noisy and cluttered
+  * helper: add in compiler major minor info
+  * stress-vecmath: don't built with clang less than version 5.0
+
+---

Old:

  stress-ng-0.09.15.tar.xz

New:

  stress-ng-0.09.16.tar.xz



Other differences:
--
++ stress-ng.spec ++
--- /var/tmp/diff_new_pack.FUAX5J/_old  2018-02-22 15:00:30.878172799 +0100
+++ /var/tmp/diff_new_pack.FUAX5J/_new  2018-02-22 15:00:30.886172511 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   stress-ng
-Version:0.09.15
+Version:0.09.16
 Release:0
 Summary:Tool to load and stress a computer
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Benchmark
 Url:http://kernel.ubuntu.com/~cking/stress-ng/
 Source: 
http://kernel.ubuntu.com/~cking/tarballs/%{name}/%{name}-%{version}.tar.xz

++ stress-ng-0.09.15.tar.xz -> stress-ng-0.09.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.15/Makefile 
new/stress-ng-0.09.16/Makefile
--- old/stress-ng-0.09.15/Makefile  2018-02-03 16:21:38.0 +0100
+++ new/stress-ng-0.09.16/Makefile  2018-02-15 18:41:52.0 +0100
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.09.15
+VERSION=0.09.16
 #
 # Codename "portable pressure producer"
 #
@@ -307,11 +307,16 @@
 .o: stress-ng.h Makefile
 
 .c.o: stress-ng.h Makefile $(SRC)
-   @echo $(CC) $(CFLAGS) -c -o $@ $<
+   @echo "CC $<"
@$(CC) $(CFLAGS) -c -o $@ $<
 
-stress-ng: $(OBJS)
-   $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@
+stress-ng: info $(OBJS)
+   @echo "LD $@"
+   @$(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@
+
+.PHONY: info
+info:
+   @echo "CFLAGS: $(CFLAGS)"
 
 #
 #  generate apparmor data using minimal core utils tools from apparmor
@@ -326,7 +331,8 @@
sed '$$ s/.$$//' >> apparmor-data.c
@echo "};" >> apparmor-data.c
@echo "const size_t g_apparmor_data_len = sizeof(g_apparmor_data);" >> 
apparmor-data.c
-   $(CC) -c apparmor-data.c -o apparmor-data.o
+   @echo "CC $<"
+   @$(CC) -c apparmor-data.c -o apparmor-data.o
@rm -rf apparmor-data.c
 
 #
@@ -340,11 +346,11 @@
 
 perf.o: perf.c perf-event.c
@gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print 
"#define _SNG_" $$1 " (1)"'} > perf-event.h
-   @echo $(CC) $(CFLAGS) -c -o $@ $<
+   @echo CC $<
@$(CC) $(CFLAGS) -c -o $@ $<
 
 stress-vecmath.o: stress-vecmath.c
-   @echo $(CC) $(CFLAGS) -fno-builtin -c -o $@ $<
+   @echo CC $<
@$(CC) $(CFLAGS) -fno-builtin -c -o $@ $<
@touch stress-ng.c
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.09.15/helper.c 
new/stress-ng-0.09.16/helper.c
--- old/stress-ng-0.09.15/helper.c  2018-02-03 16:21:38.0 +0100
+++ new/stress-ng-0.09.16/helper.c  2018-02-15 18:41:52.0 +0100
@@ -1054,6 +1054,9 @@
 #endif
 }
 
+#define XSTRINGIFY(s) STRINGIFY(s)
+#define STRINGIFY(s) #s
+
 /*
  *  stress_not_implemented()
  * report that a stressor is not implemented
@@ -1061,17 +1064,24 @@
  */
 int stress_not_implemented(const args_t *args)
 {
+#if defined(__clang_major__) && defined(__clang_minor__)
+   static char cc[] = " (clang " XSTRINGIFY(__clang_major__) "." 
XSTRINGIFY(__clang_minor__) ")";
+#elif defined(__GNUC__) 

commit libreoffice for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2018-02-22 14:59:49

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


Package is "libreoffice"

Thu Feb 22 14:59:49 2018 rev:147 rq:578364 version:6.0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2018-02-15 
13:24:08.118964029 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2018-02-22 14:59:51.571586939 +0100
@@ -1,0 +2,12 @@
+Tue Feb 20 14:03:07 UTC 2018 - tchva...@suse.com
+
+- Add patch to build properly with orcus-0.13.3:
+  * orcus-0.13.3.patch
+
+---
+Sat Feb 17 11:19:03 UTC 2018 - adam.ma...@suse.de
+
+- boost_string_fixes.patch: Boost in Leap 42.3 and SLE-12 is lacking
+  some functionality found in newer versions. Workaround the problem.
+
+---

New:

  boost_string_fixes.patch
  orcus-0.13.3.patch



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.6b4RAm/_old  2018-02-22 15:00:00.935250056 +0100
+++ /var/tmp/diff_new_pack.6b4RAm/_new  2018-02-22 15:00:00.935250056 +0100
@@ -91,6 +91,8 @@
 Patch3: mediawiki-no-broken-help.diff
 Patch4: kde5-configure-checks.patch
 Patch5: 0001-Use-PYTHON_FOR_BUILD-instead-of-calling-python-direc.patch
+Patch6: orcus-0.13.3.patch
+Patch500:   boost_string_fixes.patch
 # try to save space by using hardlinks
 Patch990:   install-with-hardlinks.diff
 BuildRequires:  %{name}-share-linker
@@ -873,14 +875,17 @@
 
 %prep
 %setup -q -b1 -b2
-# The rename of the configdir is needed only on older than factory for compat
 %if 0%{?suse_version} < 1330
+# The rename of the configdir is needed only on older than factory for compat
 %patch1
-%endif
+# fixes to satisfy old boost versions
+%patch500 -p1
+%endif # Leap 42/SLE-12
 %patch2
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %patch990 -p1
 
 # Disable some of the failing tests (some are random)








++ boost_string_fixes.patch ++
Author: Adam Majer 
Date: Sat Feb 17 12:13:32 CET 2018

Old boost seems to be missing some boost::optional functionality.
This patch is a simple fix for a few problem spots. If this
problem gets larger, it may need a more generic solution instead.


Index: libreoffice-6.0.1.1/sw/source/core/txtnode/txatbase.cxx
===
--- libreoffice-6.0.1.1.orig/sw/source/core/txtnode/txatbase.cxx
+++ libreoffice-6.0.1.1/sw/source/core/txtnode/txatbase.cxx
@@ -100,21 +100,21 @@ void SwTextAttr::dumpAsXml(xmlTextWriter
 {
 pWhich = "character format";
 if (SwCharFormat* pCharFormat = GetCharFormat().GetCharFormat())
-oValue = "name: " + OUStringToOString(pCharFormat->GetName(), 
RTL_TEXTENCODING_UTF8);
+*oValue = OString("name: " + 
OUStringToOString(pCharFormat->GetName(), RTL_TEXTENCODING_UTF8));
 break;
 }
 case RES_TXTATR_INETFMT:
 {
 pWhich = "inet format";
 const SwFormatINetFormat& rFormat = GetINetFormat();
-oValue = "url: " + rFormat.GetValue().toUtf8();
+*oValue = OString("url: " + rFormat.GetValue().toUtf8());
 break;
 }
 case RES_TXTATR_CJK_RUBY:
 {
 pWhich = "ruby";
 const SwFormatRuby& rFormat = GetRuby();
-oValue = "rubytext: " + rFormat.GetText().toUtf8();
+*oValue = OString("rubytext: " + rFormat.GetText().toUtf8());
 break;
 }
 case RES_TXTATR_META:
++ orcus-0.13.3.patch ++
>From 20945a9a4de6684010fd5b3603595e6da543807d Mon Sep 17 00:00:00 2001
From: Kohei Yoshida 
Date: Wed, 31 Jan 2018 21:27:44 -0500
Subject: Correctly import solid fill color.

In orcus, a solid fill type uses the foreground color only and ignores
the background color.  Also, let's not use the alpha component as it
would cause the color to not get rendered at all.

Some patches are applied against liborcus in order to adjust the ODF
styles import code for this change.  These changes will be incorporated
in 0.13.3.

Change-Id: I9e8c243cc6a7f366de2393e7b7ecf77366f5f9ea
Reviewed-on: https://gerrit.libreoffice.org/49071
Reviewed-by: Kohei Yoshida 
Tested-by: Kohei Yoshida 
---
 ...-of-0-means-fully-transparent.-I-m-sure-2.patch | 50 ++
 ...osed-to-use-the-foreground-color-for-soli.patch | 49 +
 

commit liborcus for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2018-02-22 14:59:37

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


Package is "liborcus"

Thu Feb 22 14:59:37 2018 rev:24 rq:576922 version:0.13.3

Changes:

--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes2018-02-03 
15:36:29.634210179 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2018-02-22 
14:59:41.639944258 +0100
@@ -1,0 +2,7 @@
+Thu Feb 15 08:11:00 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.13.3:
+  * Various improvements in 2003 XML imports
+- Rename name-python3 to python3-name to match other python modules
+
+---

Old:

  liborcus-0.13.2.tar.xz

New:

  liborcus-0.13.3.tar.xz



Other differences:
--
++ liborcus.spec ++
--- /var/tmp/diff_new_pack.R163kM/_old  2018-02-22 14:59:42.407916628 +0100
+++ /var/tmp/diff_new_pack.R163kM/_new  2018-02-22 14:59:42.407916628 +0100
@@ -18,7 +18,7 @@
 
 %define libname liborcus-0_13-0
 Name:   liborcus
-Version:0.13.2
+Version:0.13.3
 Release:0
 Summary:Spreadsheet file processing library
 License:MPL-2.0
@@ -73,11 +73,13 @@
 %description tools
 Tools to work with various xml streams.
 
-%package python3
+%package -n python3-%{name}
 Summary:Python bindings for liborcus
+# Renamed in 15.0
 Group:  Productivity/Publishing/Word
+Provides:   %{name}-python3 = %{version}
 
-%description python3
+%description -n python3-%{name}
 Python 3 bindings for %{name}.
 
 %prep
@@ -103,6 +105,7 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
+%license LICENSE
 %{_libdir}/*.so.*
 
 %files devel
@@ -113,7 +116,7 @@
 %files tools
 %{_bindir}/*
 
-%files python3
+%files -n python3-%{name}
 %dir %{python3_sitelib}/orcus/
 %{python3_sitelib}/orcus/__init__.py
 %{python3_sitelib}/orcus/json.py

++ liborcus-0.13.2.tar.xz -> liborcus-0.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liborcus-0.13.2/ChangeLog 
new/liborcus-0.13.3/ChangeLog
--- old/liborcus-0.13.2/ChangeLog   2018-01-27 03:08:17.0 +0100
+++ new/liborcus-0.13.3/ChangeLog   2018-02-15 02:36:56.0 +0100
@@ -1,9 +1,55 @@
-2018-01-26  Kohei Yoshida    
[dadc490ce903a9ccd9688f25af5e848b78bf8f23]
+2018-02-14  Kohei Yoshida    
[7ca73a7c83504a30a1d2a27f57a86451100f]
+
+   Up the version to 0.13.3.
+
+
+2018-02-13  Kohei Yoshida    
[66bbbd42f5d135b7e7dd57eaa7fdf6fd69c664df]
+
+   xls-xml: Import hidden row and column flags.
+
+   (cherry picked from commit 95420c1a1e8c082bb5953b2a49f0d56eef0e5f7e)
+
+2018-02-08  Kohei Yoshida    
[0798d81a4c771b69b4b8eade396c88ffb5416b04]
+
+   xlsx: Remove carriage returns from multi-line strings.
+
+   Let's try to consistently only use linefeed characters for multi-
+   line strings.
+
+   (cherry picked from commit 0412bd269983825e5019a8a12267b54f51117aba)
+
+2018-02-08  Kohei Yoshida    
[0a4e8c44fc8229818191c6b9b46e4de079d0ca3b]
+
+   xls-xml: Pick up border colors.
+
+   (cherry picked from commit e065d26dabafea465ec49e7d79775e62014ac0db)
+
+2018-02-07  Kohei Yoshida    
[9662fce62ce77f87a4a8ba61f4507ec08e705b57]
+
+   xlsx: Let's not forget to apply color for diagonal borders too.
+
+   (cherry picked from commit c392ea15000b331bb6580b09c1045fd14b449b46)
+
+2018-01-31  Kohei Yoshida    
[473526e1ca3a7117e2daf977e1b82a0a3977fc84]
+
+   We are supposed to use the foreground color for solid fill.
+
+   (cherry picked from commit f821995022df8dd1e580dd22cf131584b2b1ac4f)
+
+2018-01-31  Kohei Yoshida    
[98d2b3377da71b713a37f9004acff3c02c22ce2b]
+
+   Alpha value of 0 means fully transparent. I'm sure 255 was intended.
+
+   (cherry picked from commit f7953a814d6a43205791b6cc01c528ef5d4b1ce3)
+
+2018-01-26  Kohei Yoshida    
[5aba1df254cf4e052ad013d4b8ac886e274b74fa]
 
Revert "fix automake warning"
 
This reverts commit e4e1e3eb41755a4520a22b904a638da0770836f1.
 
+   This fixes the breakage on 'make distcheck'.
+
 2018-01-26  Kohei Yoshida    
[d26cfd097e33f2ab05182bc63a54599667d1fc34]
 
Up the version to 0.13.2.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liborcus-0.13.2/configure 

commit libixion for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2018-02-22 14:59:44

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


Package is "libixion"

Thu Feb 22 14:59:44 2018 rev:13 rq:576923 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2018-01-09 
14:47:53.538713912 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2018-02-22 
14:59:45.583802366 +0100
@@ -1,0 +2,6 @@
+Thu Feb 15 08:19:15 UTC 2018 - tchva...@suse.com
+
+- Rename python3 package to match up naming conventions
+- Install license file
+
+---



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.L470iC/_old  2018-02-22 14:59:46.551767541 +0100
+++ /var/tmp/diff_new_pack.L470iC/_new  2018-02-22 14:59:46.555767397 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -68,12 +68,14 @@
 %description tools
 Tools to use ixion parser and interpreter from cli.
 
-%package python3
+%package -n python3-%{name}
 Summary:Python bindings for libixion
 Group:  Productivity/Publishing/Word
 Obsoletes:  %{name}-python
+# Renamed in 15.0
+Provides:   %{name}-python3 = %{version}
 
-%description python3
+%description -n python3-%{name}
 Python 3 bindings for %{name}.
 
 %prep
@@ -97,6 +99,7 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
+%license LICENSE
 %{_libdir}/*.so.*
 
 %files devel
@@ -107,7 +110,7 @@
 %files tools
 %{_bindir}/*
 
-%files python3
+%files -n python3-%{name}
 %{python3_sitearch}/ixion.so
 
 %changelog




commit libmad for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libmad for openSUSE:Factory checked 
in at 2018-02-22 14:58:46

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


Package is "libmad"

Thu Feb 22 14:58:46 2018 rev:3 rq:578712 version:0.15.1b

Changes:

--- /work/SRC/openSUSE:Factory/libmad/libmad.changes2017-09-12 
19:37:56.530297750 +0200
+++ /work/SRC/openSUSE:Factory/.libmad.new/libmad.changes   2018-02-22 
14:58:47.629887473 +0100
@@ -1,0 +2,6 @@
+Wed Feb 21 13:57:11 UTC 2018 - idon...@suse.com
+
+- Add frame_length.diff from Debian to fix CVE-2017-8374
+  bsc#1036967
+
+---

New:

  frame_length.diff



Other differences:
--
++ libmad.spec ++
--- /var/tmp/diff_new_pack.0yFU5M/_old  2018-02-22 14:58:48.545854518 +0100
+++ /var/tmp/diff_new_pack.0yFU5M/_new  2018-02-22 14:58:48.549854374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmad
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define sover   0
 %define libname %{name}%{sover}
 Name:   libmad
@@ -32,6 +33,7 @@
 Patch3: Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff
 Patch4: libmad.thumb.diff
 Patch5: libmad-0.15.1b-ppc.patch
+Patch6: frame_length.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -82,6 +84,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 # new autoconf does not support deprecated declare (10 years in deprecation)
 sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac

++ frame_length.diff ++
; You can calculate where the next frame will start depending on things
; like the bitrate. See mad_header_decode().  It seems that when decoding
; the frame you can go past that boundary.  This attempts to catch those cases,
; but might not catch all of them.
; For more info see http://bugs.debian.org/508133
Index: libmad-0.15.1b/layer12.c
===
--- libmad-0.15.1b.orig/layer12.c   2008-12-23 21:38:07.0 +0100
+++ libmad-0.15.1b/layer12.c2008-12-23 21:38:12.0 +0100
@@ -134,6 +134,12 @@
   for (sb = 0; sb < bound; ++sb) {
 for (ch = 0; ch < nch; ++ch) {
   nb = mad_bit_read(>ptr, 4);
+   if (mad_bit_nextbyte(>ptr) > stream->next_frame)
+   {
+   stream->error = MAD_ERROR_LOSTSYNC;
+   stream->sync = 0;
+   return -1;
+   }
 
   if (nb == 15) {
stream->error = MAD_ERROR_BADBITALLOC;
@@ -146,6 +152,12 @@
 
   for (sb = bound; sb < 32; ++sb) {
 nb = mad_bit_read(>ptr, 4);
+   if (mad_bit_nextbyte(>ptr) > stream->next_frame)
+   {
+   stream->error = MAD_ERROR_LOSTSYNC;
+   stream->sync = 0;
+   return -1;
+   }
 
 if (nb == 15) {
   stream->error = MAD_ERROR_BADBITALLOC;
@@ -162,6 +174,12 @@
 for (ch = 0; ch < nch; ++ch) {
   if (allocation[ch][sb]) {
scalefactor[ch][sb] = mad_bit_read(>ptr, 6);
+   if (mad_bit_nextbyte(>ptr) > stream->next_frame)
+   {
+   stream->error = MAD_ERROR_LOSTSYNC;
+   stream->sync = 0;
+   return -1;
+   }
 
 # if defined(OPT_STRICT)
/*
@@ -187,6 +205,12 @@
frame->sbsample[ch][s][sb] = nb ?
  mad_f_mul(I_sample(>ptr, nb),
sf_table[scalefactor[ch][sb]]) : 0;
+   if (mad_bit_nextbyte(>ptr) > stream->next_frame)
+   {
+   stream->error = MAD_ERROR_LOSTSYNC;
+   stream->sync = 0;
+   return -1;
+   }
   }
 }
 
@@ -195,6 +219,12 @@
mad_fixed_t sample;
 
sample = I_sample(>ptr, nb);
+   if (mad_bit_nextbyte(>ptr) > stream->next_frame)
+   {
+   stream->error = MAD_ERROR_LOSTSYNC;
+   stream->sync = 0;
+   return -1;
+   }
 
for (ch = 0; ch < nch; ++ch) {
  frame->sbsample[ch][s][sb] =
@@ -403,7 +433,15 @@
 nbal = bitalloc_table[offsets[sb]].nbal;
 
 for (ch = 0; ch < nch; ++ch)
+{
   allocation[ch][sb] = mad_bit_read(>ptr, nbal);
+   if (mad_bit_nextbyte(>ptr) > stream->next_frame)
+   {
+   stream->error = MAD_ERROR_LOSTSYNC;
+   stream->sync = 0;
+   return -1;
+   }
+}
   }
 
   for (sb = bound; sb 

commit product-builder for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package product-builder for openSUSE:Factory 
checked in at 2018-02-22 14:58:30

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


Package is "product-builder"

Thu Feb 22 14:58:30 2018 rev:16 rq:578647 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/product-builder/product-builder.changes  
2018-01-20 11:22:58.122874911 +0100
+++ /work/SRC/openSUSE:Factory/.product-builder.new/product-builder.changes 
2018-02-22 14:58:33.642390740 +0100
@@ -1,0 +2,6 @@
+Fri Feb 16 12:26:43 UTC 2018 - adr...@suse.de
+
+- 1.0.4
+  * Fix ChangeLog file generation
+
+---

Old:

  product-builder-1.0.3.obscpio

New:

  product-builder-1.0.4.obscpio



Other differences:
--
++ product-builder.spec ++
--- /var/tmp/diff_new_pack.hgjKHS/_old  2018-02-22 14:58:34.654354330 +0100
+++ /var/tmp/diff_new_pack.hgjKHS/_new  2018-02-22 14:58:34.658354186 +0100
@@ -23,7 +23,7 @@
 Name:   product-builder
 Conflicts:  kiwi
 Conflicts:  kiwi-instsource
-Version:1.0.3
+Version:1.0.4
 Release:0
 Provides:   kiwi-schema = 6.2
 Source: product-builder-%version.tar.xz

++ _service ++
--- /var/tmp/diff_new_pack.hgjKHS/_old  2018-02-22 14:58:34.686353179 +0100
+++ /var/tmp/diff_new_pack.hgjKHS/_new  2018-02-22 14:58:34.690353035 +0100
@@ -1,8 +1,8 @@
 
   
 https://github.com/openSUSE/product-builder.git
-1.0.3
-1.0.3
+1.0.4
+1.0.4
 git
   
   

++ product-builder-1.0.3.obscpio -> product-builder-1.0.4.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/product-builder-1.0.3/modules/KIWICollect.pm 
new/product-builder-1.0.4/modules/KIWICollect.pm
--- old/product-builder-1.0.3/modules/KIWICollect.pm2018-01-19 
14:10:26.0 +0100
+++ new/product-builder-1.0.4/modules/KIWICollect.pm2018-02-21 
10:32:04.0 +0100
@@ -2115,6 +2115,8 @@
 $this->logMsg('E', $msg);
 return;
 }
+# we have no suse/ subdir anymore
+$ENV{'ROOT_ON_CD'} = ".";
 my @data = qx($mk_cl $this->{m_basesubdir}->{'1'});
 my $res = $? >> 8;
 if($res == 0) {

++ product-builder.obsinfo ++
--- /var/tmp/diff_new_pack.hgjKHS/_old  2018-02-22 14:58:34.830347998 +0100
+++ /var/tmp/diff_new_pack.hgjKHS/_new  2018-02-22 14:58:34.834347854 +0100
@@ -1,5 +1,5 @@
 name: product-builder
-version: 1.0.3
-mtime: 1516367265
-commit: e9250d03ed780aa8403437c445d0233edd90b135
+version: 1.0.4
+mtime: 1519205524
+commit: 93ea979a3c247bb99c66e775c8c851e08a3bb26c
 




commit xdm for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2018-02-22 14:58:51

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


Package is "xdm"

Thu Feb 22 14:58:51 2018 rev:66 rq:578726 version:1.1.11

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2018-02-12 10:10:02.428693787 
+0100
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2018-02-22 
14:58:52.809701106 +0100
@@ -1,0 +2,10 @@
+Wed Feb 21 13:52:09 UTC 2018 - sndir...@suse.com
+
+- switch from SUSEfirewall2 to firewalld:
+  /etc/sysconfig/SuSEfirewall2.d/services/xdmcp -->
+  /usr/lib/firewalld/services/x11.xml; only handle Xserver TCP/UDP
+  ports 6000-6063; XDMCP port 177 will be handled by firewalld
+  package itself and pushed upstream by firewalld maintainers
+  (boo#1082033)
+
+---



Other differences:
--
++ xdm.spec ++
--- /var/tmp/diff_new_pack.G9NHBn/_old  2018-02-22 14:58:53.589673044 +0100
+++ /var/tmp/diff_new_pack.G9NHBn/_new  2018-02-22 14:58:53.593672900 +0100
@@ -67,6 +67,9 @@
 BuildRequires:  pkgconfig(xpm)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtrans)
+%if 0%{?suse_version} > 1320
+BuildRequires:  firewall-macros
+%endif
 Requires:   /sbin/pidof
 Requires:   logrotate
 Requires:   sessreg
@@ -145,6 +148,16 @@
 pushd %{buildroot}
 # SuSE default XDM configuration
 tar xf %{SOURCE1}
+%if 0%{?suse_version} > 1320
+rmetc/sysconfig/SuSEfirewall2.d/services/xdmcp
+rmdir etc/sysconfig/SuSEfirewall2.d/services
+rmdir etc/sysconfig/SuSEfirewall2.d
+rmdir etc/sysconfig
+%else
+rmusr/lib/firewalld/services/x11.xml
+rmdir usr/lib/firewalld/services
+rmdir usr/lib/firewalld
+%endif
 %if 0%{?suse_version} >= 1330
 patch -p1 < %{PATCH2}
 %endif
@@ -218,6 +231,9 @@
 %{_sbindir}/update-alternatives --install 
%{_libexecdir}/X11/displaymanagers/default-displaymanager \
   default-displaymanager %{_libexecdir}/X11/displaymanagers/xdm 10
 %endif
+%if 0%{?suse_version} > 1320
+%firewalld_reload
+%endif
 
 %pre
 %if !0%{?suse_version} < 1315
@@ -264,7 +280,13 @@
 %endif
 %config %{_sysconfdir}/X11/xdm/
 %dir %{_sysconfdir}/X11/xdm/scripts
+%if 0%{?suse_version} > 1320
+%dir %{_libexecdir}/firewalld
+%dir %{_libexecdir}/firewalld/services
+%{_libexecdir}/firewalld/services/x11.xml
+%else
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/xdmcp
+%endif
 %if 0%{?suse_version} < 1315
 %{_sysconfdir}/init.d/xdm
 %exclude %{_libexecdir}/X11/display-manager

++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usr/lib/firewalld/services/x11.xml 
new/usr/lib/firewalld/services/x11.xml
--- old/usr/lib/firewalld/services/x11.xml  1970-01-01 01:00:00.0 
+0100
+++ new/usr/lib/firewalld/services/x11.xml  2018-02-21 14:35:47.387523000 
+0100
@@ -0,0 +1,2 @@
+
+




commit unixODBC for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package unixODBC for openSUSE:Factory 
checked in at 2018-02-22 14:58:41

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


Package is "unixODBC"

Thu Feb 22 14:58:41 2018 rev:33 rq:578709 version:2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/unixODBC/unixODBC.changes2017-06-30 
18:38:43.156874048 +0200
+++ /work/SRC/openSUSE:Factory/.unixODBC.new/unixODBC.changes   2018-02-22 
14:58:42.750063048 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 13:34:18 UTC 2018 - mvet...@suse.com
+
+- bsc#1062860: Don't install postgres example driver
+  psqlODBC package should be used instead of the example driver
+  provided by unixODBC (libodbcpsql.*). It is unmaintained.
+
+---



Other differences:
--
++ unixODBC.spec ++
--- /var/tmp/diff_new_pack.tXP8Ev/_old  2018-02-22 14:58:43.638031099 +0100
+++ /var/tmp/diff_new_pack.tXP8Ev/_new  2018-02-22 14:58:43.638031099 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unixODBC
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -91,6 +91,9 @@
 rm -f "%{buildroot}/%{_libdir}"/libmimerS.*
 rm -f %{buildroot}/%{_libdir}/*.la
 
+# bsc#1062860: we want psqlODBC instead of this unmaintained example driver
+rm -f "%{buildroot}/%{_libdir}"/unixODBC/libodbcpsql.*
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig




commit libid3tag for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libid3tag for openSUSE:Factory 
checked in at 2018-02-22 14:58:36

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


Package is "libid3tag"

Thu Feb 22 14:58:36 2018 rev:25 rq:578699 version:0.15.1b

Changes:

--- /work/SRC/openSUSE:Factory/libid3tag/libid3tag.changes  2017-10-21 
20:20:31.246526612 +0200
+++ /work/SRC/openSUSE:Factory/.libid3tag.new/libid3tag.changes 2018-02-22 
14:58:39.198190844 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 10:59:28 UTC 2018 - kbabi...@suse.com
+
+- Added libid3tag-utf16.patch: Fixed id3_utf16_deserialize() in utf16.c,
+  which previously misparsed ID3v2 tags encoded in UTF-16 with an odd
+  number of bytes, triggering an endless loop allocating memory until
+  OOM leading to DoS. (CVE-2004-2779 bsc#1081959 CVE-2017-11551
+  bsc#1081961)
+
+- Added libid3tag-unknown-encoding.patch: Fixed the handling of unknown
+  encodings when parsing ID3 tags. (CVE-2017-11550 bsc#1081962
+  CVE-2008-2109 bsc#387731)
+
+- Removed libid3tag-0.15.1b-fix_overflow.patch, since it is handled
+  differently by libid3tag-utf16.patch already.
+
+---

Old:

  libid3tag-0.15.1b-fix_overflow.patch

New:

  libid3tag-unknown-encoding.patch
  libid3tag-utf16.patch



Other differences:
--
++ libid3tag.spec ++
--- /var/tmp/diff_new_pack.0a51iK/_old  2018-02-22 14:58:39.926164651 +0100
+++ /var/tmp/diff_new_pack.0a51iK/_new  2018-02-22 14:58:39.926164651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libid3tag
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,10 +31,11 @@
 Patch2: libid3tag-0.15.1b-mb.diff
 Patch3: libid3tag-automake-fix.dif
 Patch4: libid3tag-optflags.patch
-Patch5: libid3tag-0.15.1b-fix_overflow.patch
-Patch6: libid3tag-visibility.patch
+Patch5: libid3tag-visibility.patch
 # PATCH-FIX-UPSTREAM fix-build-with-gperf-3.1.diff alarr...@suse.com -- Fix 
build with gperf 3.1
-Patch7: fix-build-with-gperf-3.1.diff
+Patch6: fix-build-with-gperf-3.1.diff
+Patch7: libid3tag-utf16.patch
+Patch8: libid3tag-unknown-encoding.patch
 BuildRequires:  gperf
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -74,10 +75,11 @@
 %patch3
 %patch4
 %patch5
-%patch6
 %if 0%{?suse_version} > 1320
-%patch7 -p1
+%patch6 -p1
 %endif
+%patch7 -p1
+%patch8 -p1
 
 %build
 autoreconf -fiv

++ libid3tag-unknown-encoding.patch ++
References: 
https://sources.debian.org/src/libid3tag/0.15.1b-13/debian/patches/11_unknown_encoding.dpatch/
From: Karol Babioch 
Date: Wed Feb 21 13:23:47 CET 2018
Upstream: dead
Subject: Fix unknown encoding when parsing ID3 tags

Fixes the handling of unknown encodings when parsing ID3 tags. (CVE-2017-11550 
bsc#1081962 CVE-2008-2109 bsc#387731)

---
 compat.gperf |3 +++
 parse.c  |4 
 2 files changed, 7 insertions(+)

Index: libid3tag-0.15.1b/compat.gperf
===
--- libid3tag-0.15.1b.orig/compat.gperf
+++ libid3tag-0.15.1b/compat.gperf
@@ -241,6 +241,9 @@ int id3_compat_fixup(struct id3_tag *tag
 encoding = id3_parse_uint(, 1);
 string   = id3_parse_string(, end - data, encoding, 0);
 
+if (!string)
+   continue;
+
 if (id3_ucs4_length(string) < 4) {
   free(string);
   continue;
Index: libid3tag-0.15.1b/parse.c
===
--- libid3tag-0.15.1b.orig/parse.c
+++ libid3tag-0.15.1b/parse.c
@@ -165,6 +165,10 @@ id3_ucs4_t *id3_parse_string(id3_byte_t
   case ID3_FIELD_TEXTENCODING_UTF_8:
 ucs4 = id3_utf8_deserialize(ptr, length);
 break;
+
+  default:
+/* FIXME: Unknown encoding! Print warning? */
+return NULL;
   }
 
   if (ucs4 && !full) {
++ libid3tag-utf16.patch ++
From: Karol Babioch 
Date: Tue Feb 20 17:52:15 CET 2018
Upstream: dead
References: 
https://sources.debian.org/patches/libid3tag/0.15.1b-13/10_utf16.dpatch/
Subject: Fixes utf16 handling in case of an odd number of bytes

Fixes id3_utf16_deserialize() in utf16.c, which previously misparsed ID3v2 tags
encoded in UTF-16 with an odd number of bytes, triggering an endless loop
allocating memory until OOM leading to DoS. (CVE-2004-2779 bsc#1081959
CVE-2017-11551 bsc#1081961)

---
 utf16.c |   13 +
 1 file changed, 13 insertions(+)

Index: 

commit java-10-openjdk for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package java-10-openjdk for openSUSE:Factory 
checked in at 2018-02-22 14:58:10

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


Package is "java-10-openjdk"

Thu Feb 22 14:58:10 2018 rev:12 rq:578622 version:10.0.0.0~44

Changes:

--- /work/SRC/openSUSE:Factory/java-10-openjdk/java-10-openjdk.changes  
2018-02-13 10:25:53.136698573 +0100
+++ /work/SRC/openSUSE:Factory/.java-10-openjdk.new/java-10-openjdk.changes 
2018-02-22 14:58:17.742962805 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 06:12:40 UTC 2018 - fst...@suse.com
+
+- Update to tag jdk-10+44
+  * Fixes:
++ S8196383: JDK 10 L10n resource file update - msgdrop 20
++ S8196602: Change HeapRegionClosure to comply to naming
+  conventions
++ S8196883: G1RemSet::refine_card_concurrently doesn't need to
+  check for cards in collection set
++ S8197493: [Backout] JDK-8196602 Change HeapRegionClosure to
+  comply to naming conventions
++ S8197968: [Backout] JDK-8196883
+  G1RemSet::refine_card_concurrently doesn't need to check for
+  cards in collection set
+
+---

Old:

  107413b070b9.tar.bz2

New:

  663f20fc5109.tar.bz2



Other differences:
--
++ java-10-openjdk.spec ++
--- /var/tmp/diff_new_pack.ipJFRz/_old  2018-02-22 14:58:20.634858754 +0100
+++ /var/tmp/diff_new_pack.ipJFRz/_new  2018-02-22 14:58:20.638858610 +0100
@@ -33,10 +33,10 @@
 %global updatever   0
 %global patchver0
 %global datever 2018-03-20
-%global buildver43
+%global buildver44
 %global hg_project  jdk
 %global hg_repository   jdk10
-%global hg_revision 107413b070b9
+%global hg_revision 663f20fc5109
 %global icedtea_sound_version 1.0.1
 %global java_atk_wrapper_version 0.33.2
 # priority must be 6 digits in total

++ 107413b070b9.tar.bz2 -> 663f20fc5109.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-10-openjdk/107413b070b9.tar.bz2 
/work/SRC/openSUSE:Factory/.java-10-openjdk.new/663f20fc5109.tar.bz2 differ: 
char 11, line 1




commit cups-filters for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package cups-filters for openSUSE:Factory 
checked in at 2018-02-22 14:58:19

Comparing /work/SRC/openSUSE:Factory/cups-filters (Old)
 and  /work/SRC/openSUSE:Factory/.cups-filters.new (New)


Package is "cups-filters"

Thu Feb 22 14:58:19 2018 rev:30 rq:578634 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes
2018-01-24 15:25:34.932175284 +0100
+++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes   
2018-02-22 14:58:22.390795575 +0100
@@ -1,0 +2,16 @@
+Wed Feb 21 10:12:31 CET 2018 - jsm...@suse.de
+
+- Version upgrade to 1.20.0:
+  * Mainly enhancements and fixes for the PPD generator.
+  * For detailed info see the NEWS file.
+- fix_upstream_bug_1421.patch is the upstream fix for
+  https://bugs.linuxfoundation.org/show_bug.cgi?id=1421
+- Use 'BuildRequires python3-cups' only if suse_version >= 1330
+  (cf. "Do not require python-cups but rather python3-cups" below)
+  which means after any SLE12 service pack and after any Leap 42.x
+  i.e. for Tumbleweed, Leap 15.x, and the upcoming SLE15 and later
+  otherwise still use 'BuildRequires python-cups' to make it build
+  and usable again not only on some newest systems according to
+  https://en.opensuse.org/openSUSE:How_to_contribute_to_the_Printing_project
+
+---
@@ -4 +20 @@
-- Update to 1.19.0:
+- Version upgrade to 1.19.0:

Old:

  cups-filters-1.19.0.tar.xz

New:

  cups-filters-1.20.0.tar.xz
  fix_upstream_bug_1421.patch



Other differences:
--
++ cups-filters.spec ++
--- /var/tmp/diff_new_pack.gmOEWu/_old  2018-02-22 14:58:23.294763050 +0100
+++ /var/tmp/diff_new_pack.gmOEWu/_new  2018-02-22 14:58:23.294763050 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cups-filters
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,9 +17,9 @@
 
 
 Summary:OpenPrinting CUPS filters, backends, and cups-browsed
-# See also 
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format
 License:GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT
 Group:  Hardware/Printing
+# See also 
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_as_standard_print_job_format
 Url:
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
@@ -37,9 +37,16 @@
 #   and also run: zypper vcmp 'next version' 'current version'
 # e.g. zypper vcmp '1.0.49' '1.0.49.20140326' -> 1.0.49 is older than 
1.0.49.20140326
 #  and zypper vcmp '1.0.50' '1.0.49.20140326' -> 1.0.50 is newer than 
1.0.49.20140326
-Version:1.19.0
+Version:1.20.0
 Release:0
 Source0:
http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
+# Upstream fix for https://bugs.linuxfoundation.org/show_bug.cgi?id=1421
+# in 
https://github.com/OpenPrinting/cups-filters/commit/6db3b08d3b20332b1525b8dd1a47950381b8f637
+# dowloaded via
+# wget -O fix_upstream_bug_1421.patch 
https://github.com/OpenPrinting/cups-filters/commit/6db3b08d3b20332b1525b8dd1a47950381b8f637.patch
+# and then removed the changes of the NEWS file from that patch because
+# the NEWS changes do not apply on the sources of the pristine 1.20.0 release:
+Patch100:   fix_upstream_bug_1421.patch
 # Since cups-filters version 1.0.42 foomatic-rip is also provided by 
cups-filters.
 # The foomatic-rip version that is provided by cups-filters is not specified 
in the cups-filters sources
 # but on http://www.openprinting.org/download/foomatic/ the 
foomatic-filters-4.0-current.tar.gz
@@ -76,7 +83,14 @@
 # braille embossers
 BuildRequires:  liblouis-devel
 # Make sure we get postscriptdriver tags.
+# suse_version >= 1330 means "after any SLE12 service pack and after any Leap 
42.x"
+# see https://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
+# and cf. cups.spec where the same test is used:
+%if 0%{?suse_version} >= 1330
 BuildRequires:  python3-cups
+%else
+BuildRequires:  python-cups
+%endif
 # cups-browsed
 # "BuildRequires libavahi-devel" is insufficient
 # (build fails at configure "checking for AVAHI_GLIB")
@@ -205,6 +219,9 @@
 
 %prep
 %setup -q
+# Upstream fix for https://bugs.linuxfoundation.org/show_bug.cgi?id=1421
+# in 

commit gstreamer-plugins-ugly for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2018-02-22 14:58:25

Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
 and  /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)


Package is "gstreamer-plugins-ugly"

Thu Feb 22 14:58:25 2018 rev:48 rq:578646 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2018-02-03 15:37:28.583456704 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2018-02-22 14:58:27.570609204 +0100
@@ -1,0 +2,14 @@
+Wed Feb 21 10:52:12 UTC 2018 - tchva...@suse.com
+
+- Run over with spec-cleaner
+- Remove conditions around package definition, this makes
+  source_validator happy as orig-addons are not built in openSUSE
+  yet they are mentioned in baselibs.conf
+
+---
+Tue Feb 20 09:19:36 UTC 2018 - bjorn@gmail.com
+
+- Move pkgconfig(libmpeg2) BuildRequires and resulting plugin out
+  of conditional build, since it is now available in openSUSE.
+
+---



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.iqvLNp/_old  2018-02-22 14:58:28.226585602 +0100
+++ /var/tmp/diff_new_pack.iqvLNp/_new  2018-02-22 14:58:28.230585457 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-ugly
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,8 @@
 # Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
 # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched 
build plus original as addon.
 %define _experimental 0
-
+# Get minimum gstreamer and gstreamer-plugins-base required versions from 
configure.ac
+%define gstreamer_plugins_ugly_req %(xzgrep --text "^GST.*_REQ" %{SOURCE0} | 
sort -u | sed 's/GST_REQ=/gstreamer >= /;s/GSTPB_REQ=/gstreamer-plugins-base >= 
/' | tr '\\n' ' ')
 Name:   gstreamer-plugins-ugly
 Version:1.12.4
 Release:0
@@ -34,7 +35,6 @@
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM gst-ugly-amrnwbdec-fixes.patch bjorn@gmail.com -- 
Fixes for amr plugins, only built on third party
 Patch0: gst-ugly-amrnwbdec-fixes.patch
-
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  liba52-devel
@@ -49,20 +49,18 @@
 BuildRequires:  pkgconfig(gmodule-no-export-2.0)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.12.0
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.12.0
+BuildRequires:  pkgconfig(libmpeg2) >= 0.5.1
 BuildRequires:  pkgconfig(libmpg123) >= 1.3
 BuildRequires:  pkgconfig(twolame) >= 0.3.10
+Requires:   %{gstreamer_plugins_ugly_req}
+Recommends: %{name}-lang
+Enhances:   gstreamer
+# Generic name, never used in SUSE:
+Provides:   gst-plugins-ugly = %{version}
 %if 0%{?BUILD_ORIG}
-BuildRequires:  pkgconfig(libmpeg2) >= 0.5.1
 BuildRequires:  pkgconfig(opencore-amrwb) >= 0.1.3
 BuildRequires:  pkgconfig(x264) >= 0.120
 %endif
-# Get minimum gstreamer and gstreamer-plugins-base required versions from 
configure.ac
-%define gstreamer_plugins_ugly_req %(xzgrep --text "^GST.*_REQ" %{S:0} | sort 
-u | sed 's/GST_REQ=/gstreamer >= /;s/GSTPB_REQ=/gstreamer-plugins-base >= /' | 
tr '\\n' ' ')
-Requires:   %gstreamer_plugins_ugly_req
-Recommends: %{name}-lang
-Enhances:   gstreamer
-# Generic name, never used in SuSE:
-Provides:   gst-plugins-ugly = %{version}
 %if 0%{?BUILD_ORIG}
 %if 0%{?BUILD_ORIG_ADDON}
 Provides:   patched_subset
@@ -86,9 +84,6 @@
 - the license of the library is not LGPL
 - there are possible licensing issues with the code.
 
-%if 0%{?BUILD_ORIG}
-%if 0%{?BUILD_ORIG_ADDON}
-
 %package orig-addon
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 Group:  Productivity/Multimedia/Other
@@ -106,9 +101,6 @@
 This package contains well-written plug-ins that can't be shipped in
 openSUSE because of patent problems.
 
-%endif
-%endif
-
 %package doc
 Summary:GStreamer Streaming-Media Framework Plug-Ins
 Group:  Development/Libraries/C and C++
@@ -129,7 +121,7 @@
 %patch0 -p1
 
 %build
-export PYTHON=/usr/bin/python3
+export PYTHON=%{_bindir}/python3
 %configure \
 %if ! 0%{?BUILD_ORIG}
--with-package-name='openSUSE gstreamer-plugins-ugly package' \
@@ -157,6 +149,7 @@
 %{_libdir}/gstreamer-%{gst_branch}/libgstdvdread.so
 

commit libzypp for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2018-02-22 14:57:59

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


Package is "libzypp"

Thu Feb 22 14:57:59 2018 rev:396 rq:578616 version:17.1.3

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2018-02-03 
15:40:11.987824386 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2018-02-22 
14:58:01.887533294 +0100
@@ -1,0 +2,10 @@
+Tue Feb 20 18:03:24 CET 2018 - m...@suse.de
+
+- RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
+- Replace libexpat with libxml
+- Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
+  compiler flag (fixes #84)
+- BuildRequire gpg2 as testcases need it (fixes #84)
+- version 17.1.3 (0)
+
+---

Old:

  libzypp-17.1.2.tar.bz2

New:

  libzypp-17.1.3.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.sj7FTn/_old  2018-02-22 14:58:02.791500769 +0100
+++ /var/tmp/diff_new_pack.sj7FTn/_new  2018-02-22 14:58:02.795500625 +0100
@@ -16,10 +16,8 @@
 #
 
 
-%define force_gcc_46 0
-
 Name:   libzypp
-Version:17.1.2
+Version:17.1.3
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management
@@ -61,12 +59,7 @@
 %endif
 BuildRequires:  dejagnu
 BuildRequires:  doxygen
-%if 0%{?force_gcc_46}
-BuildRequires:  gcc46
-BuildRequires:  gcc46-c++
-%else
 BuildRequires:  gcc-c++ >= 4.6
-%endif
 BuildRequires:  gettext-devel
 BuildRequires:  graphviz
 BuildRequires:  libxml2-devel
@@ -92,12 +85,6 @@
 # required for testsuite, webrick
 BuildRequires:  ruby
 
-%if 0%{?suse_version}
-BuildRequires:  libexpat-devel
-%else
-BuildRequires:  expat-devel
-%endif
-
 Requires:   rpm
 
 %if 0%{?suse_version}
@@ -116,8 +103,10 @@
 %endif
 
 %if 0%{?suse_version}
+BuildRequires:  gpg2
 Requires:   gpg2
 %else
+BuildRequires:  gnupg2
 Requires:   gnupg2
 %endif
 
@@ -201,10 +190,6 @@
 %build
 mkdir build
 cd build
-%if 0%{?force_gcc_46}
-export CC=gcc-4.6
-export CXX=g++-4.6
-%endif
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
 unset EXTRA_CMAKE_OPTIONS
@@ -223,15 +208,7 @@
 make %{?_smp_mflags} VERBOSE=1
 make -C doc/autodoc %{?_smp_mflags}
 make -C po %{?_smp_mflags} translations
-
-%if 0%{?run_testsuite}
-  make -C tests %{?_smp_mflags}
-  pushd tests
-  LD_LIBRARY_PATH=$PWD/../zypp:$LD_LIBRARY_PATH ctest .
-  popd
-%endif
-
-#make check
+make -C tests %{?_smp_mflags}
 
 %install
 rm -rf "$RPM_BUILD_ROOT"
@@ -270,6 +247,11 @@
 cd ..
 %{find_lang} zypp
 
+%check
+pushd build/tests
+LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:${LD_LIBRARY_PATH} ctest .
+popd
+
 %post
 /sbin/ldconfig
 if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi

++ libzypp-17.1.2.tar.bz2 -> libzypp-17.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.1.2/CMakeLists.txt 
new/libzypp-17.1.3/CMakeLists.txt
--- old/libzypp-17.1.2/CMakeLists.txt   2017-10-10 12:48:09.0 +0200
+++ new/libzypp-17.1.3/CMakeLists.txt   2018-02-15 16:17:00.0 +0100
@@ -52,8 +52,8 @@
 CHECK_C_COMPILER_FLAG("-Werror=format-security" CC_FORMAT_SECURITY)
 CHECK_CXX_COMPILER_FLAG("-Werror=format-security" CXX_FORMAT_SECURITY)
 
-SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-strict-aliasing -fPIC -g 
-rdynamic -Wall -Wl,-as-needed" )
-SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing -fPIC -g 
-rdynamic -Wall -Wl,-as-needed" )
+SET( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-strict-aliasing -fPIC -g 
-rdynamic -Wall -Wl,-as-needed -Wp,-D_GLIBCXX_ASSERTIONS" )
+SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-strict-aliasing -fPIC -g 
-rdynamic -Wall -Wl,-as-needed -Wp,-D_GLIBCXX_ASSERTIONS" )
 
 SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 
-fvisibility-inlines-hidden -Woverloaded-virtual -Wnon-virtual-dtor" )
 
@@ -163,9 +163,6 @@
   INCLUDE_DIRECTORIES( ${LibSolv_INCLUDE_DIRS} )
 ENDIF()
 
-# libsolv uses expat and has open references to it:
-FIND_PACKAGE(EXPAT REQUIRED)
-
 FIND_PACKAGE(OpenSSL REQUIRED)
 
 FIND_PACKAGE(Udev)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.1.2/VERSION.cmake 
new/libzypp-17.1.3/VERSION.cmake
--- old/libzypp-17.1.2/VERSION.cmake2018-02-02 16:09:57.0 +0100
+++ new/libzypp-17.1.3/VERSION.cmake2018-02-20 18:06:17.0 +0100
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "17")
 SET(LIBZYPP_COMPATMINOR "0")
 SET(LIBZYPP_MINOR "1")
-SET(LIBZYPP_PATCH 

commit perl-libwww-perl for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package perl-libwww-perl for 
openSUSE:Factory checked in at 2018-02-22 14:57:11

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


Package is "perl-libwww-perl"

Thu Feb 22 14:57:11 2018 rev:54 rq:578811 version:6.32

Changes:

--- /work/SRC/openSUSE:Factory/perl-libwww-perl/perl-libwww-perl.changes
2017-12-13 11:56:55.764846485 +0100
+++ /work/SRC/openSUSE:Factory/.perl-libwww-perl.new/perl-libwww-perl.changes   
2018-02-22 14:57:11.797335620 +0100
@@ -1,0 +2,11 @@
+Wed Feb 21 07:17:36 UTC 2018 - co...@suse.com
+
+- updated to 6.32
+   see /usr/share/doc/packages/perl-libwww-perl/Changes
+
+  6.32  2018-02-20 19:39:20Z
+  - Suggest LWP::ConsoleLogger as an alternative to the deprecated 
LWP::Debug (GH#278) (Olaf Alders)
+  - add send_te configuration to disable sending the TE header (GH#126) 
(Doug Bell)
+  - Added a developer feature to the http.t tests. (GH#257) (colinnewell)
+
+---

Old:

  libwww-perl-6.31.tar.gz

New:

  libwww-perl-6.32.tar.gz



Other differences:
--
++ perl-libwww-perl.spec ++
--- /var/tmp/diff_new_pack.Z6p0Lb/_old  2018-02-22 14:57:12.645305109 +0100
+++ /var/tmp/diff_new_pack.Z6p0Lb/_new  2018-02-22 14:57:12.645305109 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-libwww-perl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-libwww-perl
-Version:6.31
+Version:6.32
 Release:0
 %define cpan_name libwww-perl
 Summary:The World-Wide Web library 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/libwww-perl/
-Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libwww-perl-6.31.tar.gz -> libwww-perl-6.32.tar.gz ++
 2318 lines of diff (skipped)




commit spamassassin for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory 
checked in at 2018-02-22 14:57:31

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


Package is "spamassassin"

Thu Feb 22 14:57:31 2018 rev:74 rq:578829 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/spamassassin/spamassassin.changes
2018-01-25 12:35:36.81713 +0100
+++ /work/SRC/openSUSE:Factory/.spamassassin.new/spamassassin.changes   
2018-02-22 14:57:32.924575419 +0100
@@ -1,0 +2,6 @@
+Mon Feb 19 17:19:18 UTC 2018 - vark...@suse.com
+
+- bsc#1069831 Running sa-update from spamassassin gives warning about 
deprecated regex
+  o add deprecated-regex.patch
+
+---

New:

  deprecated-regex.patch



Other differences:
--
++ spamassassin.spec ++
--- /var/tmp/diff_new_pack.2v3Xe0/_old  2018-02-22 14:57:34.536517419 +0100
+++ /var/tmp/diff_new_pack.2v3Xe0/_new  2018-02-22 14:57:34.540517275 +0100
@@ -62,6 +62,8 @@
 Patch13:0001-Fix-bug-7367-Don-t-assume-cwd-.-is-in-INC-it-may-be-.patch
 # PATCH-FIX-UPSTREAM https://bz.apache.org/SpamAssassin/attachment.cgi?id=5314
 Patch14:DNS-resolver-recursion-desired-not-set.patch
+# PATCH-FIX-UPSTREAM https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7404
+Patch15:deprecated-regex.patch 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 PreReq: %fillup_prereq
@@ -181,6 +183,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p2
 
 %build
 if [ -e t/data/whitelists/winxpnews.com ]; then

++ deprecated-regex.patch ++
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm2017/04/11 
18:34:11 1791009
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm2017/04/11 
18:37:20 1791010
@@ -896,16 +896,16 @@
 $str .= shift @{$ary};
   }
   undef $ary;
-  chomp ($str); $str .= " [...]\n";
 
   # in case the last line was huge, trim it back to around 200 chars
   local $1;
-  $str =~ s/^(.{,200}).*$/$1/gs;
+  $str =~ s/^(.{200}).+$/$1 [...]/gm;
+  chomp ($str); $str .= "\n";
 
   # now, some tidy-ups that make things look a bit prettier
-  $str =~ s/-Original Message-.*$//gs;
+  $str =~ s/-Original Message-.*$//gm;
   $str =~ s/This is a multi-part message in MIME format\.//gs;
-  $str =~ s/[-_\*\.]{10,}//gs;
+  $str =~ s/[-_*.]{10,}//gs;
   $str =~ s/\s+/ /gs;
 
   # add "Content preview:" ourselves, so that the text aligns




commit python-virtualenv for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package python-virtualenv for 
openSUSE:Factory checked in at 2018-02-22 14:58:04

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


Package is "python-virtualenv"

Thu Feb 22 14:58:04 2018 rev:31 rq:578617 version:15.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes  
2017-04-19 18:04:04.811093483 +0200
+++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 
2018-02-22 14:58:04.883425500 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 08:13:12 UTC 2018 - tbecht...@suse.com
+
+- Add missing Requires for python (bsc#1081707)
+
+---



Other differences:
--
++ python-virtualenv.spec ++
--- /var/tmp/diff_new_pack.MVmqWn/_old  2018-02-22 14:58:05.547401609 +0100
+++ /var/tmp/diff_new_pack.MVmqWn/_new  2018-02-22 14:58:05.551401465 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
+Requires:   python
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch




commit virtualbox for openSUSE:Factory

2018-02-22 Thread root
Hello community,

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

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


Package is "virtualbox"

Thu Feb 22 14:57:22 2018 rev:157 rq:578824 version:5.2.6

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2018-02-18 
11:40:53.020789910 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2018-02-22 14:57:23.528913493 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 17:44:07 UTC 2018 - larry.fin...@lwfinger.net
+
+- Modify virtualbox-vnc to require libvncserver0 (bsc#1081856).
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.GtyLjL/_old  2018-02-22 14:57:27.284778350 +0100
+++ /var/tmp/diff_new_pack.GtyLjL/_new  2018-02-22 14:57:27.288778206 +0100
@@ -373,6 +373,7 @@
 Summary:VNC desktop sharing
 Group:  System/Emulators/PC
 Requires:   %{name} = %{version}
+Requires:   libvncserver0
 
 %description vnc
 Virtual Network Computing (VNC) is a graphical desktop sharing system that 
uses the Remote Frame Buffer





commit libvirt for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2018-02-22 14:57:36

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


Package is "libvirt"

Thu Feb 22 14:57:36 2018 rev:251 rq:578846 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2018-02-13 
10:27:05.794080712 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2018-02-22 
14:57:39.792328307 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 23:32:55 UTC 2018 - jfeh...@suse.com
+
+- libxl: add support for specifying clock offset and adjustment
+  c391e07e-libxl-clock-settings.patch
+  bsc#1082161
+
+---

New:

  c391e07e-libxl-clock-settings.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.qjasQj/_old  2018-02-22 14:57:42.500230872 +0100
+++ /var/tmp/diff_new_pack.qjasQj/_new  2018-02-22 14:57:42.504230728 +0100
@@ -325,6 +325,7 @@
 Patch5: 6b3d716e-keycodemap-py3.patch
 Patch6: 
759b4d1b-virlog-determine-the-hostname-on-startup-CVE-2018-67.patch
 Patch7: c2dc6698-fix-deadlock-obtaining-hostname.patch
+Patch8: c391e07e-libxl-clock-settings.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
@@ -924,6 +925,7 @@
 popd
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 %patch100 -p1
 %patch101 -p1
 %patch150 -p1

++ c391e07e-libxl-clock-settings.patch ++
commit c391e07eb08d713474ae8998cfd859e1827a4b2d
Author: Jim Fehlig 
Date:   Tue Feb 20 16:51:27 2018 -0700

libxl: add support for specifying clock offset and adjustment

libxl supports setting the domain real time clock to local time or
UTC via the localtime field of libxl_domain_build_info. Adjustment
of the clock is also supported via the rtc_timeoffset field. The
libvirt libxl driver has never supported these settings, instead
relying on libxl's default of a UTC real time clock with adjustment
set to 0.

There is at least one user that would like the ability to change
the defaults

https://www.redhat.com/archives/libvirt-users/2018-February/msg00059.html

Add support for specifying a local time clock and for specifying an
adjustment for both local time and UTC clocks. Add a test case to
verify the XML to libxl_domain_config conversion.

Local time clock and clock adjustment is already supported by the
XML <-> xl.cfg converter. What is missing is an explicit test for
the conversion. There are plenty of existing tests that all use UTC
with 0 adjustment. Hijack test-fullvirt-tsc-timer to test a local
time clock with 1 hour adjustment.

Signed-off-by: Jim Fehlig 
Reviewed-by: Daniel P. Berrangé 

Index: libvirt-4.0.0/src/libxl/libxl_conf.c
===
--- libvirt-4.0.0.orig/src/libxl/libxl_conf.c
+++ libvirt-4.0.0/src/libxl/libxl_conf.c
@@ -274,6 +274,7 @@ libxlMakeDomBuildInfo(virDomainDefPtr de
   virCapsPtr caps,
   libxl_domain_config *d_config)
 {
+virDomainClockDef clock = def->clock;
 libxl_domain_build_info *b_info = _config->b_info;
 int hvm = def->os.type == VIR_DOMAIN_OSTYPE_HVM;
 size_t i;
@@ -293,10 +294,38 @@ libxlMakeDomBuildInfo(virDomainDefPtr de
 for (i = 0; i < virDomainDefGetVcpus(def); i++)
 libxl_bitmap_set((_info->avail_vcpus), i);
 
-for (i = 0; i < def->clock.ntimers; i++) {
-switch ((virDomainTimerNameType) def->clock.timers[i]->name) {
+switch ((virDomainClockOffsetType) clock.offset) {
+case VIR_DOMAIN_CLOCK_OFFSET_VARIABLE:
+if (clock.data.variable.basis == VIR_DOMAIN_CLOCK_BASIS_LOCALTIME)
+libxl_defbool_set(_info->localtime, true);
+b_info->rtc_timeoffset = clock.data.variable.adjustment;
+break;
+
+case VIR_DOMAIN_CLOCK_OFFSET_LOCALTIME:
+libxl_defbool_set(_info->localtime, true);
+break;
+
+/* Nothing to do since UTC is the default in libxl */
+case VIR_DOMAIN_CLOCK_OFFSET_UTC:
+break;
+
+case VIR_DOMAIN_CLOCK_OFFSET_TIMEZONE:
+virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
+   _("unsupported clock offset '%s'"),
+   virDomainClockOffsetTypeToString(clock.offset));
+return -1;
+
+case VIR_DOMAIN_CLOCK_OFFSET_LAST:
+default:
+virReportError(VIR_ERR_CONFIG_UNSUPPORTED,
+   _("unexpected clock offset 

commit libdrm for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2018-02-22 14:57:15

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


Package is "libdrm"

Thu Feb 22 14:57:15 2018 rev:134 rq:578816 version:2.4.90

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2018-01-16 
09:34:24.612043186 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2018-02-22 
14:57:18.765084906 +0100
@@ -1,0 +2,86 @@
+Wed Feb 21 18:06:08 UTC 2018 - emil.l.veli...@gmail.com
+
+- Remove unneeded defattr stanza
+
+---
+Wed Feb 21 18:03:18 UTC 2018 - emil.l.veli...@gmail.com
+
+- Remove pthread-stubs dependency
+
+---
+Wed Feb 21 17:56:06 UTC 2018 - emil.l.veli...@gmail.com
+
+- Remove unneeded autotool dependencies
+
+---
+Sat Feb 17 18:14:22 UTC 2018 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.4.90:
+   + Add meson build system
+   + always define HAVE_FREEDRENO_KGSL
+   + always define HAVE_CAIRO
+   + always define HAVE_VALGRIND
+   + amdgpu: Update deadlock test to not assert on ECANCELED
+   + amdgpu: Fix segfault in deadlock test.
+   + amdgpu: fix 32bit VA manager max address
+   + amdgpu: use the high VA range if possible v2
+   + amdgpu: fix high VA mask
+   + amdgpu: fix inefficient vamgr algorithm
+   + amdgpu: clean up non list code path for vamgr v2
+   + amdgpu: add amdgpu_query_sw_info for querying high bits of 32-bit address 
space
+   + amdgpu: Don't print error message if parse_one_line returned -EAGAIN
+   + amdgpu: Don't dereference device_handle after amdgpu_device_deinitialize
+   + amdgpu: Symlink .editorconfig to tests/amdgpu
+   + amdgpu: Disable deadlock test suite by default for SI ASICs
+   + amdgpu: Disable VM test suite by default for SI ASICs
+   + amdgpu: Add amdgpu_query_sw_info to amdgpu-symbol-check
+   + amdgpu: fix not to add amdgpu.ids when building without amdgpu
+   + android: Move gralloc handle struct to libdrm
+   + android: Add version variable to gralloc_handle_t
+   + android: Mark gralloc_handle_t magic variable as const
+   + android: Remove member name from gralloc_handle_t
+   + android: Change gralloc_handle_t members to be fixed width
+   + autotools: Include meson.build files in tarball
+   + configure: remove unused HAVE_CUNIT define
+   + configure: remove unused HAVE_INSTALL_TESTS define
+   + configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and 
HAVE_LIB_ATOMIC_OPS
+   + drm: Fix 32-bit drmSyncobjWait.
+   + exynos/tests: use #ifdef for never-defined token
+   + fix return value for syncobj wait
+   + freedreno: clamp priority based on # of rings
+   + headers: sync up amdgpu_drm.h with drm-next
+   + intel: Add more Coffeelake PCI IDs
+   + meson: fix the install path of amdgpu.ids
+   + meson: set proper pkg-config version for libdrm_freedreno
+   + meson: set the minimum version correctly
+   + meson: fix libdrm_nouveau pkgconfig include directories
+   + meson: include headers in root directory in ext_libdrm
+   + meson: cleanup whitespace
+   + meson: add missing HAVE_RADEON
+   + meson: sort HAVE_* defines
+   + meson,configure: remove unused HAVE_OMAP define
+   + meson,configure: remove unused HAVE_TEGRA define
+   + meson,configure: remove unused HAVE_FREEDRENO define
+   + meson,configure: remove unused HAVE_ETNAVIV define
+   + meson,configure: always define 
HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON}
+   + meson,configure: turn undefined preprocessor tokens warnings into errors
+   + meson,configure: add warning when using undefined preprocessor tokens
+   + modetest: Fix to check return value of asprintf()
+   + remove unnecessary double-semicolon
+   + README: Add note about meson
+   + test/amdgpu: fix compiler warnings
+   + tests/amdgpu: add bo eviction test
+   + tests/amdgpu: add missing config.h include
+   + tests/amdgpu: add parentheses to make operation priority explicit
+   + tests/amdgpu: drop unused variables
+   + tests/amdgpu: execute write linear on all the available rings
+   + tests/amdgpu: execute const fill on all the available rings
+   + tests/amdgpu: execute copy linear on all the available rings
+   + tests/etnaviv: drop unused `return 0`
+   + tests/util: fix signed/unsigned comparisons
+   + tests/util: drop unused parameters
+   + xf86drmHash: remove always-false #if guards
+   + xf86atomic: fix -Wundef warning
+- Remove upstreamed patch U_intel-Add-more-Coffeelake-PCI-IDs.patch
+
+---

Old:

  U_intel-Add-more-Coffeelake-PCI-IDs.patch
  libdrm-2.4.89.tar.bz2

New:

 

commit rsyslog for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2018-02-22 14:57:01

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


Package is "rsyslog"

Thu Feb 22 14:57:01 2018 rev:136 rq:578780 version:8.32.0

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2018-01-30 
15:38:40.562648966 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2018-02-22 
14:57:03.385638295 +0100
@@ -1,0 +2,5 @@
+Mon Feb 19 09:16:20 UTC 2018 - thomas.bl...@suse.com
+
+- fix includes for apparmor profile (bsc#1080238)
+
+---



Other differences:
--
++ usr.sbin.rsyslogd ++
--- /var/tmp/diff_new_pack.ZnLPdx/_old  2018-02-22 14:57:04.78958 +0100
+++ /var/tmp/diff_new_pack.ZnLPdx/_new  2018-02-22 14:57:04.78958 +0100
@@ -42,8 +42,7 @@
   /{var/,}run/systemd/journal/syslog w,
 
   # include rules for rsyslog-module-* packages
-  # change that to  once it is moved to /etc/apparmor.d
-  #include "/etc/apparmor/profiles/extras/rsyslog.d"
+  #include "/usr/share/apparmor/extra-profiles/rsyslog.d"
   
   # for logging via TLS (rsyslog-module-gtls)
   # keys/certificates need to be located under /etc/rsyslog.d or permissions 
need to be adjusted here




commit createrepo for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package createrepo for openSUSE:Factory 
checked in at 2018-02-22 14:57:06

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


Package is "createrepo"

Thu Feb 22 14:57:06 2018 rev:47 rq:578786 version:0.10.4

Changes:

--- /work/SRC/openSUSE:Factory/createrepo/createrepo.changes2016-03-29 
09:51:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.createrepo.new/createrepo.changes   
2018-02-22 14:57:07.057506172 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 17:15:40 CET 2018 - m...@suse.de
+
+- make createrepo et al an alternative, so that createrepo_c
+  can be installed and configured as substitute [bnc#1075670]
+- also provide createrepo-implementation
+
+---



Other differences:
--
++ createrepo.spec ++
--- /var/tmp/diff_new_pack.RQiE3o/_old  2018-02-22 14:57:08.453455941 +0100
+++ /var/tmp/diff_new_pack.RQiE3o/_new  2018-02-22 14:57:08.453455941 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package createrepo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,9 @@
 Requires:   rpm-python
 Requires:   yum-common >= 3.2.25
 Requires:   yum-metadata-parser
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+Provides:   createrepo-implentation
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,6 +70,37 @@
 mv $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/createrepo 
$RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/createrepo.sh
 for i in genpkgmetadata.py mergerepo mergerepo.py modifyrepo modifyrepo.py ; 
do rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/$i ; done
 
+mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/alternatives
+for i in createrepo mergerepo modifyrepo ; do
+  mv $RPM_BUILD_ROOT/%{_bindir}/$i $RPM_BUILD_ROOT/%{_bindir}/${i}_yum
+  ln -s %{_bindir}/${i}_yum $RPM_BUILD_ROOT/%{_sysconfdir}/alternatives/$i
+  ln -s %{_sysconfdir}/alternatives/$i $RPM_BUILD_ROOT/%{_bindir}/$i
+done
+for i in mergerepo modifyrepo ; do
+  mv $RPM_BUILD_ROOT/%{_mandir}/man1/$i.1 
$RPM_BUILD_ROOT/%{_mandir}/man1/${i}_yum.1
+  ln -s %{_mandir}/man1/${i}_yum.1.gz 
$RPM_BUILD_ROOT/%{_sysconfdir}/alternatives/$i.1.gz
+  ln -s %{_sysconfdir}/alternatives/$i.1.gz 
$RPM_BUILD_ROOT/%{_mandir}/man1/$i.1.gz
+done
+for i in createrepo ; do
+  mv $RPM_BUILD_ROOT/%{_mandir}/man8/$i.8 
$RPM_BUILD_ROOT/%{_mandir}/man8/${i}_yum.8
+  ln -s %{_mandir}/man8/${i}_yum.8.gz 
$RPM_BUILD_ROOT/%{_sysconfdir}/alternatives/$i.8.gz
+  ln -s %{_sysconfdir}/alternatives/$i.8.gz 
$RPM_BUILD_ROOT/%{_mandir}/man8/$i.8.gz
+done
+
+%post
+update-alternatives \
+  --install %{_bindir}/createrepo createrepo %{_bindir}/createrepo_yum 15 \
+  --slave %{_bindir}/mergerepo mergerepo %{_bindir}/mergerepo_yum \
+  --slave %{_bindir}/modifyrepo modifyrepo %{_bindir}/modifyrepo_yum \
+  --slave %{_mandir}/man8/createrepo.8.gz createrepo.8.gz 
%{_mandir}/man8/createrepo_yum.8.gz \
+  --slave %{_mandir}/man1/mergerepo.1.gz mergerepo.1.gz 
%{_mandir}/man1/mergerepo_yum.1.gz \
+  --slave %{_mandir}/man1/modifyrepo.1.gz modifyrepo.1.gz 
%{_mandir}/man1/modifyrepo_yum.1.gz
+
+%postun
+if test ! -f %{_bindir}/createrepo_yum ; then
+  update-alternatives --remove createrepo %{_bindir}/createrepo_yum
+fi
+
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING COPYING.lib README
@@ -75,5 +109,6 @@
 %config %{_sysconfdir}/bash_completion.d/createrepo.sh
 %{_datadir}/%{name}/
 %{python_sitearch}/*
+%ghost %{_sysconfdir}/alternatives/*
 
 %changelog




commit evolution for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2018-02-22 14:56:55

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


Package is "evolution"

Thu Feb 22 14:56:55 2018 rev:206 rq:578742 version:3.26.5

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2018-02-07 
18:38:49.035479120 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2018-02-22 
14:56:58.289821656 +0100
@@ -1,0 +2,6 @@
+Wed Feb 21 13:56:00 UTC 2018 - fcro...@suse.com
+
+- Remove BuildRequires on pkgconfig(libgtkhtml-4.0): evolution only
+  relies on webkit2gtk3.
+
+---



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.Znxh99/_old  2018-02-22 14:56:59.281785962 +0100
+++ /var/tmp/diff_new_pack.Znxh99/_new  2018-02-22 14:56:59.285785818 +0100
@@ -81,7 +81,6 @@
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libedataserver-1.2) >= %{_version}
 BuildRequires:  pkgconfig(libgdata) >= 0.10
-BuildRequires:  pkgconfig(libgtkhtml-4.0) >= 4.5.2
 BuildRequires:  pkgconfig(libnotify) >= 0.7
 BuildRequires:  pkgconfig(libpst) >= 0.6.54
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42