commit dmd for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package dmd for openSUSE:Factory checked in 
at 2018-04-11 14:03:06

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


Package is "dmd"

Wed Apr 11 14:03:06 2018 rev:13 rq:595363 version:2.079.0

Changes:

--- /work/SRC/openSUSE:Factory/dmd/dmd.changes  2018-04-01 17:27:39.493061858 
+0200
+++ /work/SRC/openSUSE:Factory/.dmd.new/dmd.changes 2018-04-11 
14:05:04.484117105 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 18:44:15 UTC 2018 - matthias.elias...@gmail.com
+
+- Enable auto_bootstrap for Tumbleweed to get successful builds
+- Run spec-cleaner
+
+---



Other differences:
--
++ dmd.spec ++
--- /var/tmp/diff_new_pack.2Z5Jyf/_old  2018-04-11 14:05:06.716036280 +0200
+++ /var/tmp/diff_new_pack.2Z5Jyf/_new  2018-04-11 14:05:06.720036134 +0200
@@ -21,7 +21,7 @@
 %if 0%{?sle_version} == 15 && 0%{?is_opensuse}
 %define auto_bootstrap 1
 %else
-%define auto_bootstrap 0
+%define auto_bootstrap 1
 %endif
 Name:   dmd
 Version:2.079.0
@@ -29,7 +29,7 @@
 Summary:D Programming Language 2.0
 License:BSL-1.0
 Group:  Development/Languages/Other
-Url:http://dlang.org/
+URL:http://dlang.org/
 Source: 
https://github.com/D-Programming-Language/dmd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:
https://github.com/D-Programming-Language/druntime/archive/v%{version}.tar.gz#/druntime-%{version}.tar.gz
 Source2:
https://github.com/D-Programming-Language/phobos/archive/v%{version}.tar.gz#/phobos-%{version}.tar.gz
@@ -42,6 +42,8 @@
 BuildRequires:  git
 BuildRequires:  xz
 Recommends: phobos-devel
+# Bootstrap is only possible with x86*
+ExclusiveArch:  %{ix86} x86_64
 %ifarch i586
 #!BuildIgnore:  gcc-PIE
 %endif
@@ -49,8 +51,6 @@
 BuildRequires:  dmd
 BuildRequires:  phobos-devel-static
 %endif
-# Bootstrap is only possible with x86*
-ExclusiveArch:  %ix86 x86_64
 
 %description
 The D programming language is an object-oriented, imperative,




commit libindi for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2018-04-11 14:04:03

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


Package is "libindi"

Wed Apr 11 14:04:03 2018 rev:32 rq:595528 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2018-01-19 
11:52:47.508829846 +0100
+++ /work/SRC/openSUSE:Factory/.libindi.new/libindi.changes 2018-04-11 
14:05:34.951009294 +0200
@@ -1,0 +2,37 @@
+Wed Apr 11 07:13:52 UTC 2018 - wba...@tmo.at
+
+- Update to version 1.7.0:
+  * Updated QHY SDK.
+  * FLI drivers are now based on libusb rather than legacy kernel
+driver.
+  * New driver for CEM120 mount.
+  * New driver for Explore Scientific PMC8.
+  * Several memory leaks were fixed.
+  * Added support for background flushing for FLI CCDs.
+  * Added preliminary support for CCD rapid captures on the
+millisecond range.
+  * SX CCD driver updated to support ICX453 & M25C.
+  * SX AO driver updated to emply INDI serial connection plugin.
+  * Fix timing issue with GPhoto making it stuck in busy state
+after initial capture.
+  * ASI driver enhancements. Video format recall fix.
+  * MaxDomeII driver refactored and updated.
+  * Several fixes for Gemini Integra driver.
+  * Polling period for most drivers is now customizable.
+  * GPhoto driver supported Abort exposure. Subframing fixes.
+  * GPS driver can set system time from GPS source.
+  * Astrophyics Experimental Driver with multi-parking support.
+  * Numerous OnStep driver fixes and updates.
+  * SkySensor2000 Pulse guiding support.
+  * Prevent sandbox ACCESS_VIOLATION on Gentoo
+  * Celestron driver refactoring and support for high-precision
+formats.
+  * Fixed script execution in scripting gateways
+  * Fix flags for Cygwin.
+  * Fix non-standard POSIX C functions.
+  * Replace deprecated usleep with nanosleep.
+  * CCD & Telescope simulator updated so that can be used
+effectively in any combination with physical devices.
+- Mark license files as %license instead of %doc
+
+---

Old:

  libindi_1.6.2.tar.gz

New:

  libindi_1.7.0.tar.gz



Other differences:
--
++ libindi.spec ++
--- /var/tmp/diff_new_pack.QE8Stx/_old  2018-04-11 14:05:36.014970595 +0200
+++ /var/tmp/diff_new_pack.QE8Stx/_new  2018-04-11 14:05:36.014970595 +0200
@@ -20,7 +20,7 @@
 %define _udevdir %(pkg-config --variable udevdir udev)
 
 Name:   libindi
-Version:1.6.2
+Version:1.7.0
 Release:0
 Summary:Instrument Neutral Distributed Interface
 License:GPL-2.0+ and LGPL-2.1+
@@ -123,14 +123,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING.* COPYRIGHT ChangeLog LICENSE NEWS README TODO
+%license COPYING.* COPYRIGHT LICENSE
+%doc AUTHORS ChangeLog NEWS README TODO
 %{_datadir}/indi/
 %{_bindir}/indi*
 %{_udevdir}/rules.d/*.rules
 
 %files devel
 %defattr(-,root,root,-)
-%doc COPYING.GPL COPYING.LGPL LICENSE
+%license COPYING.GPL COPYING.LGPL LICENSE
 %{_includedir}/libindi/
 %{_libdir}/pkgconfig/libindi.pc
 %{_libdir}/libindi*.so
@@ -138,7 +139,7 @@
 
 %files plugins
 %defattr(-,root,root,-)
-%doc COPYING.GPL COPYING.LGPL LICENSE
+%license COPYING.GPL COPYING.LGPL LICENSE
 %{_libdir}/indi/
 
 %files -n libindiAlignmentDriver%{so_ver}

++ libindi_1.6.2.tar.gz -> libindi_1.7.0.tar.gz ++
 43114 lines of diff (skipped)




commit cri-o for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package cri-o for openSUSE:Factory checked 
in at 2018-04-11 14:03:40

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


Package is "cri-o"

Wed Apr 11 14:03:40 2018 rev:7 rq:595521 version:1.9.11

Changes:

--- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes  2018-03-16 
10:45:20.452170052 +0100
+++ /work/SRC/openSUSE:Factory/.cri-o.new/cri-o.changes 2018-04-11 
14:05:29.307214570 +0200
@@ -1,0 +2,14 @@
+Wed Apr 11 06:44:34 UTC 2018 - vrothb...@suse.com
+
+- Update cri-o to v1.9.11:
+  * oci: avoid race on container stop
+  * server/sandbox_stop: Pass context through StopAllPodSandboxes
+  * conmon: Add container ID to syslog
+  * Add logging support for base condition in debug
+  * Simplify filter block
+  * Specifying a filter with no filtering expressions is now idempotent
+  * Add methods for listing and fetching container stats
+  * Implement the stats for the image_fs_info command
+  * Return error for container exec
+
+---

Old:

  cri-o-1.9.10.tar.xz

New:

  cri-o-1.9.11.tar.xz



Other differences:
--
++ cri-o.spec ++
--- /var/tmp/diff_new_pack.541LYB/_old  2018-04-11 14:05:31.247144011 +0200
+++ /var/tmp/diff_new_pack.541LYB/_new  2018-04-11 14:05:31.247144011 +0200
@@ -31,7 +31,7 @@
 %definename_source2 sysconfig.crio
 %definename_source3 crio.conf
 Name:   cri-o
-Version:1.9.10
+Version:1.9.11
 Release:0
 Summary:OCI-based implementation of Kubernetes Container Runtime 
Interface
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.541LYB/_old  2018-04-11 14:05:31.287142556 +0200
+++ /var/tmp/diff_new_pack.541LYB/_new  2018-04-11 14:05:31.287142556 +0200
@@ -2,8 +2,8 @@
 
 https://github.com/kubernetes-incubator/cri-o
 git
-1.9.10
-v1.9.10
+1.9.11
+v1.9.11
 
 
 cri-o-*.tar

++ cri-o-1.9.10.tar.xz -> cri-o-1.9.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cri-o-1.9.10/cmd/crio/main.go 
new/cri-o-1.9.11/cmd/crio/main.go
--- old/cri-o-1.9.10/cmd/crio/main.go   2018-03-12 17:46:45.0 +0100
+++ new/cri-o-1.9.11/cmd/crio/main.go   2018-04-09 20:22:42.0 +0200
@@ -164,11 +164,12 @@
continue
}
*signalled = true
+   ctx := context.Background()
gserver.GracefulStop()
-   hserver.Shutdown(context.Background())
+   hserver.Shutdown(ctx)
sserver.StopStreamServer()
sserver.StopExitMonitor()
-   if err := sserver.Shutdown(); err != nil {
+   if err := sserver.Shutdown(ctx); err != nil {
logrus.Warnf("error shutting down main service 
%v", err)
}
return
@@ -408,6 +409,7 @@
}
 
app.Action = func(c *cli.Context) error {
+   ctx := context.Background()
if c.GlobalBool("profile") {
profilePort := c.GlobalInt("profile-port")
profileEndpoint := fmt.Sprintf("localhost:%v", 
profilePort)
@@ -454,7 +456,7 @@
 
s := grpc.NewServer()
 
-   service, err := server.New(config)
+   service, err := server.New(ctx, config)
if err != nil {
logrus.Fatal(err)
}
@@ -522,7 +524,7 @@
case <-serverCloseCh:
}
 
-   service.Shutdown()
+   service.Shutdown(ctx)
 
<-streamServerCloseCh
logrus.Debug("closed stream server")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cri-o-1.9.10/conmon/conmon.c 
new/cri-o-1.9.11/conmon/conmon.c
--- old/cri-o-1.9.10/conmon/conmon.c2018-03-12 17:46:45.0 +0100
+++ new/cri-o-1.9.11/conmon/conmon.c2018-04-09 20:22:42.0 +0200
@@ -28,32 +28,6 @@
 
 #include "cmsg.h"
 
-#define pexit(fmt, ...)
  \
-   do {
 \
-   fprintf(stderr, "[conmon:e]: " fmt " %m\n", ##__VA_ARGS__); 
 \
-   syslog(LOG_ERR, "conmon : " fmt ": %m\n", 
##__VA_ARGS__); \
-   exit(EXIT_FAILURE); 
 \
-   } while (0)
-
-#define nexit(fmt, ...)  

commit dovecot23 for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package dovecot23 for openSUSE:Factory 
checked in at 2018-04-11 14:03:30

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


Package is "dovecot23"

Wed Apr 11 14:03:30 2018 rev:6 rq:595501 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/dovecot23/dovecot23.changes  2018-03-29 
11:57:11.866936561 +0200
+++ /work/SRC/openSUSE:Factory/.dovecot23.new/dovecot23.changes 2018-04-11 
14:05:22.507461895 +0200
@@ -1,0 +2,7 @@
+Tue Apr 10 15:46:04 UTC 2018 - vark...@suse.com
+
+- bnc#1088911 - dovecot23 can not build ond s390
+  add: 35497604d80090a02619024aeec069b32568e4b4.diff
+  add: 5522b8b3d3ed1a99c3b63bb120216af0bd427403.diff
+
+---

New:

  35497604d80090a02619024aeec069b32568e4b4.diff
  5522b8b3d3ed1a99c3b63bb120216af0bd427403.diff



Other differences:
--
++ dovecot23.spec ++
--- /var/tmp/diff_new_pack.n7H6iQ/_old  2018-04-11 14:05:23.751416648 +0200
+++ /var/tmp/diff_new_pack.n7H6iQ/_new  2018-04-11 14:05:23.751416648 +0200
@@ -133,6 +133,8 @@
 Source9:dovecot-2.3-pigeonhole.configfiles
 Patch:  dovecot-2.3.0-dont_use_etc_ssl_certs.patch
 Patch1: dovecot-2.3.0-better_ssl_defaults.patch
+Patch2: 35497604d80090a02619024aeec069b32568e4b4.diff
+Patch3: 5522b8b3d3ed1a99c3b63bb120216af0bd427403.diff
 Summary:IMAP and POP3 Server Written Primarily with Security in Mind
 License:BSD-3-Clause AND LGPL-2.1-or-later AND MIT
 Group:  Productivity/Networking/Email/Servers
@@ -312,6 +314,8 @@
 %setup -q -n %{pkg_name}-%{dovecot_version} -a 1
 %patch -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 gzip -9v ChangeLog
 # Fix plugins dir.
 sed -i 's|#mail_plugin_dir = /usr/lib/dovecot|mail_plugin_dir = 
%{_libdir}/dovecot/modules|' doc/example-config/conf.d/10-mail.conf

++ 35497604d80090a02619024aeec069b32568e4b4.diff ++
diff --git a/src/lib/murmurhash3.c b/src/lib/murmurhash3.c
index 45dcc22fd1..6f6133bd5c 100644
--- a/src/lib/murmurhash3.c
+++ b/src/lib/murmurhash3.c
@@ -23,7 +23,7 @@
 
 static inline uint32_t getblock32(const uint32_t *p, int i)
 {
-  return p[i];
+  return le32_to_cpu(p[i]);
 }
 
 //-
@@ -94,6 +94,8 @@ void murmurhash3_32 (const void *key, size_t len, uint32_t 
seed,
 
   h1 = fmix32(h1);
 
+  h1 = cpu32_to_be(h1);
+
   memcpy(out, , sizeof(h1));
 }
 
@@ -103,7 +105,7 @@ void murmurhash3_32 (const void *key, size_t len, uint32_t 
seed,
 
 static inline uint64_t getblock64(const uint64_t *p, int i)
 {
-  return p[i];
+  return le64_to_cpu(p[i]);
 }
 
 static inline uint64_t fmix64(uint64_t k)
@@ -206,6 +208,9 @@ void murmurhash3_128(const void *key, size_t len, uint32_t 
seed,
   h1 += h2;
   h2 += h1;
 
+  h1 = cpu64_to_be(h1);
+  h2 = cpu64_to_be(h2);
+
   memcpy(out, , sizeof(h1));
   memcpy(out+sizeof(h1), , sizeof(h2));
 }
@@ -323,6 +328,11 @@ void murmurhash3_128(const void *key, size_t len, uint32_t 
seed,
   h1 += h2; h1 += h3; h1 += h4;
   h2 += h1; h3 += h1; h4 += h1;
 
+  h1 = cpu32_to_be(h1);
+  h2 = cpu32_to_be(h2);
+  h3 = cpu32_to_be(h3);
+  h4 = cpu32_to_be(h4);
+
   memcpy(out, , sizeof(h1));
   memcpy(out+sizeof(h1), , sizeof(h2));
   memcpy(out+sizeof(h1)*2, , sizeof(h3));
diff --git a/src/lib/test-murmurhash3.c b/src/lib/test-murmurhash3.c
index 9da3d28e3c..2a60d9840b 100644
--- a/src/lib/test-murmurhash3.c
+++ b/src/lib/test-murmurhash3.c
@@ -7,7 +7,7 @@ struct murmur3_test_vectors {
const char *input;
size_t len;
uint32_t seed;
-   uint32_t result[4]; /* fits all results */
+   uint8_t result[MURMURHASH3_128_RESULTBYTES]; /* fits all results */
 };
 
 static void test_murmurhash3_algorithm(const char *name,
@@ -30,23 +30,23 @@ static void test_murmurhash3_algorithm(const char *name,
 static void test_murmurhash3_32(void)
 {
struct murmur3_test_vectors vectors[] = {
-   { "", 0, 0, { 0, 0, 0, 0}},
-   { "", 0, 0x1, { 0x514E28B7, 0, 0, 0 }},
-   { "", 0, 0x, { 0x81F16F39, 0, 0, 0 }},
-   { "\0\0\0\0", 4, 0, { 0x2362F9DE, 0, 0, 0 }},
-   { "", 4, 0x9747b28c, { 0x5A97808A, 0, 0, 0 }},
-   { "aaa", 3, 0x9747b28c, { 0x283E0130, 0, 0, 0 }},
-   { "aa", 2, 0x9747b28c, { 0x5D211726, 0, 0, 0 }},
-   { "a", 1, 0x9747b28c, { 0x7FA09EA6, 0, 0, 0 }},
-   { "abcd", 4, 0x9747b28c, { 0xF0478627, 0, 0, 0 }},
-   { "abc", 3, 0x9747b28c, { 0xC84A62DD, 0, 0, 0 }},
-   { "ab", 2, 0x9747b28c, { 0x74875592, 0, 0, 0 }},
-   { "Hello, 

commit Botan for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package Botan for openSUSE:Factory checked 
in at 2018-04-11 14:03:56

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


Package is "Botan"

Wed Apr 11 14:03:56 2018 rev:49 rq:595522 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/Botan/Botan.changes  2018-04-06 
17:47:41.975494258 +0200
+++ /work/SRC/openSUSE:Factory/.Botan.new/Botan.changes 2018-04-11 
14:05:33.755052793 +0200
@@ -1,0 +2,26 @@
+Tue Apr 10 15:07:00 UTC 2018 - daniel.molken...@suse.com
+
+- Update to Botan 2.6
+
+  * CVE-2018-9860 Fix a bug decrypting TLS CBC ciphertexts which could for a
+malformed ciphertext cause the decryptor to read and HMAC an additional 64K
+bytes of data which is not part of the record. This could cause a crash if
+the read went into unmapped memory. No information leak or out of bounds
+write occurs.
+
+  * Add support for OAEP labels (GH #1508)
+
+  * RSA signing is about 15% faster (GH #1523) and RSA verification is about 
50% faster.
+
+  * Add exponent blinding to RSA (GH #1523)
+
+  * Add Cipher_Mode::create and AEAD_Mode::create (GH #1527)
+
+  * Fix bug in TLS server introduced in 2.5 which caused connection to fail if
+the client offered any signature algorithm not known to the server (for
+example RSA/SHA-224).
+
+  * Fix a bug in inline asm that would with GCC 7.3 cause incorrect
+computations and an infinite loop during the tests. (GH #1524 #1529)
+
+---

Old:

  Botan-2.5.0.tgz
  Botan-2.5.0.tgz.asc

New:

  Botan-2.6.0.tgz
  Botan-2.6.0.tgz.asc



Other differences:
--
++ Botan.spec ++
--- /var/tmp/diff_new_pack.2yCyeg/_old  2018-04-11 14:05:34.787015259 +0200
+++ /var/tmp/diff_new_pack.2yCyeg/_new  2018-04-11 14:05:34.787015259 +0200
@@ -19,7 +19,7 @@
 %define version_suffix 2-5
 %define short_version 2
 Name:   Botan
-Version:2.5.0
+Version:2.6.0
 Release:0
 Summary:A C++ Crypto Library
 License:BSD-2-Clause

++ Botan-2.5.0.tgz -> Botan-2.6.0.tgz ++
/work/SRC/openSUSE:Factory/Botan/Botan-2.5.0.tgz 
/work/SRC/openSUSE:Factory/.Botan.new/Botan-2.6.0.tgz differ: char 5, line 1





commit podman for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package podman for openSUSE:Factory checked 
in at 2018-04-11 14:03:27

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


Package is "podman"

Wed Apr 11 14:03:27 2018 rev:6 rq:595494 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/podman/podman.changes2018-03-28 
10:33:33.880334301 +0200
+++ /work/SRC/openSUSE:Factory/.podman.new/podman.changes   2018-04-11 
14:05:15.727708494 +0200
@@ -1,0 +2,39 @@
+Mon Apr  9 07:48:52 UTC 2018 - pa...@suse.com
+
+- Update podman to v0.4.1:
+  * Remove image via storage if a buildah container is associated
+  * Add hooks support to podman
+  * Run images with no names
+  * Prevent a potential race when stopping containers
+  * Only allocate tty when -t
+  * Add conmon-pidfile flag to bash completions/manpages
+  * --entrypoint= should delete existing entrypoint
+  * Do not require Init() before Start()
+  * Ensure dependencies are running before initializing containers
+  * Add container dependencies to Inspect output
+  * Vendor in latest containers/image
+  * Change errorf to warnf in warning removing ctr storage
+
+---
+Thu Apr  5 06:40:07 UTC 2018 - asa...@suse.com
+
+- Split out podman's basic CNI configuration to podman-cni-config, to avoid
+  breaking Kubernetes clusters due to misconfigured networking. On openSUSE we
+  still install this configuration so things "just work" there.
+
+---
+Tue Apr  3 05:41:54 UTC 2018 - vrothb...@suse.com
+
+- Update podman to v0.3.5:
+  * Allow sha256: prefix for input
+  * Add secrets patch to podman
+  * Only start containers that are not running in pod start
+  * Check for duplicate names when generating new container and pod names.
+  * podman: new option --conmon-pidfile=
+  * Remove dependency on kubernetes
+  * Vendor in lots of kubernetes stuff to shrink image size
+  * cmd/podman/run.go: Error nicely when no image found
+  * Update containers/storage to pick up overlay driver fix
+  * First tag, untag THEN reload the image
+
+---

Old:

  podman-0.3.4.tar.xz

New:

  podman-0.4.1.tar.xz



Other differences:
--
++ podman.spec ++
--- /var/tmp/diff_new_pack.oaAuQz/_old  2018-04-11 14:05:16.931664702 +0200
+++ /var/tmp/diff_new_pack.oaAuQz/_new  2018-04-11 14:05:16.931664702 +0200
@@ -22,7 +22,7 @@
 %define with_libostree 1
 %endif
 Name:   podman
-Version:0.3.4
+Version:0.4.1
 Release:0
 Summary:Debugging tool for pods and images
 License:Apache-2.0
@@ -53,6 +53,7 @@
 Requires:   libcontainers-image
 Requires:   libcontainers-storage
 Requires:   runc >= 1.0.0~rc4
+Recommends: %{name}-cni-config = %{version}
 %{go_nostrip}
 %if 0%{?with_libostree}
 BuildRequires:  libostree-devel
@@ -71,6 +72,21 @@
 %prep
 %setup -q
 
+%package cni-config
+Summary:Basic CNI configuration for podman
+Group:  System/Management
+Requires:   %{name} = %{version}
+# Our Kubernetes configuration uses a different CNI setup, and if we included
+# this (basic) CNI setup in that configuration it can break networking for all
+# of the containers. So we only allow installing this on non-Kubic setups.
+Conflicts:  kubernetes-kubelet
+BuildArch:  noarch
+
+%description cni-config
+A "basic" CNI configuration for podman that makes networking usable for basic
+setups. In more complicated setups, users are recommended to write their own
+CNI configurations.
+
 %build
 # We can't use symlinks here because go-list gets confused by symlinks, so we
 # have to copy the source to $HOME/go and then use that as the GOPATH.
@@ -124,11 +140,13 @@
 # Manpages
 %{_mandir}/man1/podman-*
 # Configs
-%config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
 %config(noreplace) %{_sysconfdir}/containers/libpod.conf
 %dir %{_datadir}/containers
 %{_datadir}/containers/libpod.conf
 # Completion
 %config %{_sysconfdir}/bash_completion.d/podman
 
+%files cni-config
+%config %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
+
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.oaAuQz/_old  2018-04-11 14:05:16.967663393 +0200
+++ /var/tmp/diff_new_pack.oaAuQz/_new  2018-04-11 14:05:16.967663393 +0200
@@ -4,8 +4,8 @@
 https://github.com/projectatomic/libpod.git
 git
 podman
-0.3.4
-v0.3.4
+0.4.1
+v0.4.1
 
 
 

++ podman-0.3.4.tar.xz -> podman-0.4.1.tar.xz ++
 1142910 lines of diff (skipped)




commit 000product for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-04-11 14:04:27

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


Package is "000product"

Wed Apr 11 14:04:27 2018 rev:85 rq: version:unknown
Wed Apr 11 14:04:19 2018 rev:84 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.SXMcNc/_old  2018-04-11 14:05:38.886866140 +0200
+++ /var/tmp/diff_new_pack.SXMcNc/_new  2018-04-11 14:05:38.890865994 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180410
+  20180411
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180410,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180411,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.SXMcNc/_old  2018-04-11 14:05:38.914865121 +0200
+++ /var/tmp/diff_new_pack.SXMcNc/_new  2018-04-11 14:05:38.914865121 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180410
+Version:    20180411
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180410-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180411-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180410
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180411
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180410-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180411-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180410
+  20180411
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180410
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180411
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.SXMcNc/_old  2018-04-11 14:05:38.934864394 +0200
+++ /var/tmp/diff_new_pack.SXMcNc/_new  2018-04-11 14:05:38.938864249 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180410
+  20180411
   11
-  cpe:/o:opensuse:opensuse:20180410,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180411,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.SXMcNc/_old  2018-04-11 14:05:39.018861339 +0200
+++ /var/tmp/diff_new_pack.SXMcNc/_new  2018-04-11 14:05:39.022861194 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180410-i586-x86_64
+  openSUSE-20180411-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180410
+  20180411
   11
-  cpe:/o:opensuse:opensuse:20180410,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180411,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb

commit pugixml for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package pugixml for openSUSE:Factory checked 
in at 2018-04-11 14:03:18

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


Package is "pugixml"

Wed Apr 11 14:03:18 2018 rev:6 rq:595417 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/pugixml/pugixml.changes  2017-02-18 
03:19:56.293240210 +0100
+++ /work/SRC/openSUSE:Factory/.pugixml.new/pugixml.changes 2018-04-11 
14:05:09.203945785 +0200
@@ -1,0 +2,31 @@
+Tue Apr 10 19:06:38 UTC 2018 - bjo...@schramke-online.de
+
+- Update to version 1.9
+  * Specification changes
++ xml_document::load(const char*) (deprecated in 1.5) now has 
+  deprecated attribute; use xml_document::load_string instead
++ xml_node::select_single_node (deprecated in 1.5) now has 
+  deprecated attribute; use xml_node::select_node instead 
+  * New features
++ Add move semantics support for xml_document and improve 
+  move semantics support for other objects
++ CMake build now exports include directories
++ CMake build with BUILD_SHARED_LIBS=ON now uses dllexport 
+  attribute for MSVC
+  * XPath improvements
++ Rework parser/evaluator to not rely on exceptional control 
+  flow; longjmp is no longer used when exceptions are disabled
++ Improve error messages for certain invalid expressions such 
+  as .[1] or (1
++ Minor performance improvements
+  * Compatibility improvements
++ Fix Texas Instruments compiler warnings
++ Fix compilation issues with limits.h for some versions of gcc
++ Fix compilation issues with Clang/C2
++ Fix implicit fallthrough warnings in gcc 7
++ Fix unknown attribute directive warnings in gcc 8
++ Fix cray++ compiler errors
++ Fix unsigned integer overflow errors with -fsanitize=integer
++ Fix undefined behavior sanitizer issues in compact mode
+
+---

Old:

  pugixml-1.8.tar.gz

New:

  pugixml-1.9.tar.gz



Other differences:
--
++ pugixml.spec ++
--- /var/tmp/diff_new_pack.AsK9RV/_old  2018-04-11 14:05:10.435900975 +0200
+++ /var/tmp/diff_new_pack.AsK9RV/_new  2018-04-11 14:05:10.439900829 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pugixml
 #
-# 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 _libname libpugixml1
 Name:   pugixml
-Version:1.8
+Version:1.9
 Release:0
 Summary:Light-weight C++ XML Processing Library
 License:MIT

++ pugixml-1.8.tar.gz -> pugixml-1.9.tar.gz ++
 4820 lines of diff (skipped)




commit trinity for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2018-04-11 14:02:54

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


Package is "trinity"

Wed Apr 11 14:02:54 2018 rev:51 rq:595312 version:1.9+git.20180402

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2018-03-11 
15:26:09.673256693 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2018-04-11 
14:05:01.440227099 +0200
@@ -1,0 +2,13 @@
+Tue Apr 10 12:29:57 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.9+git.20180402:
+  * Fix pthread undefined references
+  * short-circuit log handle discovery if logging disabled
+  * mlock: move MLOCK_ONFAULT to compat.h
+  * memfd: fix build with glibc 2.27
+- Drop no longer needed patches:
+  * memfd-do-not-redefine-memfd_create.patch
+  * mlock-move-MLOCK_ONFAULT-to-compat.h.patch
+- Run spec-cleaner
+
+---

Old:

  memfd-do-not-redefine-memfd_create.patch
  mlock-move-MLOCK_ONFAULT-to-compat.h.patch
  trinity-1.9+git.20180228.tar.xz

New:

  trinity-1.9+git.20180402.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.o9CGDZ/_old  2018-04-11 14:05:02.392192698 +0200
+++ /var/tmp/diff_new_pack.o9CGDZ/_new  2018-04-11 14:05:02.392192698 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define version_unconverted 1.9+git.20180228
+%define version_unconverted 1.9+git.20180402
 Name:   trinity
-Version:1.9+git.20180228
+Version:1.9+git.20180402
 Release:0
 Summary:A Linux System call fuzz tester
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Tools/Other
-Url:http://codemonkey.org.uk/projects/trinity/
+URL:http://codemonkey.org.uk/projects/trinity/
 Source0:%{name}-%{version}.tar.xz
-Patch0: memfd-do-not-redefine-memfd_create.patch
-Patch1: mlock-move-MLOCK_ONFAULT-to-compat.h.patch
 ExcludeArch:%ix86 %arm
 
 %description
@@ -37,8 +35,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -52,9 +48,9 @@
   %{buildroot}%{_mandir}/man1/trinity.1
 
 %files
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %{_bindir}/trinity
-%{_mandir}/man1/trinity.1%{ext_man}
+%{_mandir}/man1/trinity.1%{?ext_man}
 
 %changelog

++ _servicedata ++
--- /var/tmp/diff_new_pack.o9CGDZ/_old  2018-04-11 14:05:02.444190819 +0200
+++ /var/tmp/diff_new_pack.o9CGDZ/_new  2018-04-11 14:05:02.448190675 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/kernelslacker/trinity
-  c07cd60f942e2b4b96bd9a401d3129760a6ac308
\ No newline at end of file
+  43e56140a547c82aacbcfbb77f36ba2dd211a938
\ No newline at end of file

++ trinity-1.9+git.20180228.tar.xz -> trinity-1.9+git.20180402.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.9+git.20180228/configure 
new/trinity-1.9+git.20180402/configure
--- old/trinity-1.9+git.20180228/configure  2018-03-01 05:54:30.0 
+0100
+++ new/trinity-1.9+git.20180402/configure  2018-04-02 19:56:53.0 
+0200
@@ -289,6 +289,29 @@
 fi
 
 
#
+# Does glibc provide memfd_create() syscall wrapper
+#
+echo -n "[*] Checking if glibc provides memfd_create.. "
+rm -f "$TMP" || exit 1
+
+cat >"$TMP.c" << EOF
+#include 
+
+void main()
+{
+   memfd_create();
+}
+EOF
+
+${CC} ${CFLAGS} "$TMP.c" -o "$TMP" &>"$TMP.log"
+if [ ! -x "$TMP" ]; then
+   echo $RED "[NO]" $COL_RESET
+else
+   echo $GREEN "[YES]" $COL_RESET
+   echo "#define USE_MEMFD_CREATE 1" >> $CONFIGH
+fi
+
+#
 
 check_header linux/caif/caif_socket.h USE_CAIF
 check_header linux/fsmap.h USE_FSMAP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.9+git.20180228/fds/memfd.c 
new/trinity-1.9+git.20180402/fds/memfd.c
--- old/trinity-1.9+git.20180228/fds/memfd.c2018-03-01 05:54:30.0 
+0100
+++ new/trinity-1.9+git.20180402/fds/memfd.c2018-04-02 19:56:53.0 
+0200
@@ -5,6 +5,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "fd.h"
 #include "memfd.h"
@@ -16,6 +17,7 @@
 #include "trinity.h"
 #include "udp.h"
 
+#ifndef USE_MEMFD_CREATE
 static int memfd_create(__unused__ const char *uname, __unused__ unsigned int 
flag)
 {
 #ifdef SYS_memfd_create
@@ -24,6 +26,7 @@
return -ENOSYS;
 #endif
 }
+#endif
 

commit memcached for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package memcached for openSUSE:Factory 
checked in at 2018-04-11 14:02:48

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


Package is "memcached"

Wed Apr 11 14:02:48 2018 rev:37 rq:595209 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/memcached/memcached.changes  2018-03-11 
15:24:17.789270449 +0100
+++ /work/SRC/openSUSE:Factory/.memcached.new/memcached.changes 2018-04-11 
14:04:55.952425409 +0200
@@ -1,0 +2,7 @@
+Thu Apr  5 00:15:11 UTC 2018 - sfl...@suse.de
+
+- Home directory shouldn't be world readable bsc#1077718
+- Mention that this stream isn't affected by bsc#1085209, 
+  CVE-2018-1000127 to make the checker bots happy.
+
+---



Other differences:
--
++ memcached.spec ++
--- /var/tmp/diff_new_pack.ZnaEyG/_old  2018-04-11 14:04:57.024386672 +0200
+++ /var/tmp/diff_new_pack.ZnaEyG/_new  2018-04-11 14:04:57.028386527 +0200
@@ -101,7 +101,7 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -D  -m 0755 scripts/memcached-tool 
%{buildroot}%{_sbindir}/memcached-tool
-install -Dd -m 0755 %{buildroot}%{_localstatedir}/lib/%{name}
+install -Dd -m 0751 %{buildroot}%{_localstatedir}/lib/%{name}
 install -D  -m 0644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 %if  0%{?suse_version} > 1210
 ln -s  %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
@@ -154,7 +154,7 @@
 %{_sysconfdir}/init.d/%{name}
 %endif
 %{_fillupdir}/sysconfig.%{name}
-%dir %attr(755,root,root) %{_localstatedir}/lib/%{name}
+%dir %attr(751,root,root) %{_localstatedir}/lib/%{name}
 
 %files devel
 %defattr(-,root,root)




commit kubernetes-salt for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package kubernetes-salt for openSUSE:Factory 
checked in at 2018-04-11 14:02:25

Comparing /work/SRC/openSUSE:Factory/kubernetes-salt (Old)
 and  /work/SRC/openSUSE:Factory/.kubernetes-salt.new (New)


Package is "kubernetes-salt"

Wed Apr 11 14:02:25 2018 rev:11 rq:595182 version:3.0.0+git_r680_7a3c61f

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-salt/kubernetes-salt.changes  
2018-04-05 15:33:21.936415765 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes-salt.new/kubernetes-salt.changes 
2018-04-11 14:04:47.600727213 +0200
@@ -1,0 +2,96 @@
+Tue Apr 10 11:15:39 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 0ef0581 by Alvaro Saurin alvaro.sau...@gmail.com
+ * Do some code cleanups in caasp_etcd.py by using
+ the same logic for getting etcd replacements as
+ for getting additional etcd servers when bootstrapping.
+ * Move most of the removal logic to a caasp_nodes.py
+ Python module, as Jinja is not a proper language...
+ * Add the corresponding unit tests for this new
+ Python code.
+ * Do not be so strict when finding a replacement: if
+ the replacement is not valid for a k8s master, do not
+ make it unsuitable for etcd too.
+ * Use some basic k8s master replacement finder.
+ * Try to use some common logging functions
+ * Refactor out the grains.get code to a new
+ caasp_grains.py module (as it is shared by several
+ custom modules)
+ 
+ See https://trello.com/c/O7daOErL
+ 
+ feature#node_removal
+
+
+---
+Tue Apr 10 07:54:00 UTC 2018 - containers-bugow...@suse.de
+
+- Commit c189bca by Alvaro Saurin alvaro.sau...@gmail.com
+ Try to resist to transient node failures on updates
+ 
+ See https://trello.com/c/irviWd1m
+ 
+ feature#update_on_node_failures
+
+
+---
+Mon Apr  9 08:55:51 UTC 2018 - containers-bugow...@suse.de
+
+- Commit caa100b by Alvaro Saurin alvaro.sau...@gmail.com
+ Change the meaning of some grains:
+ * removal_in_progress -> node_removal_in_progress (only for
+ the node that is being removed)
+ * addition_in_progress -> node_addition_in_progress (only for
+ the node that is being added)
+ * removal_in_progress: cluster-wide grain for marking that a
+ removal is being done. This should avoid conflicts with the etc-hosts-update
+ orchestration...
+ 
+ https://bugzilla.suse.com/show_bug.cgi?id=1087108
+ 
+ bsc#1087108
+
+
+---
+Fri Apr  6 07:57:48 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 3a529ab by Alvaro Saurin alvaro.sau...@gmail.com
+ Reject keys of removed nodes instead of just deleting them.
+ 
+ https://bugzilla.suse.com/show_bug.cgi?id=1087062
+ 
+ bsc#1087062
+
+
+---
+Thu Apr  5 08:41:48 UTC 2018 - containers-bugow...@suse.de
+
+- Commit ae4018a by Rafael Fernández López eresli...@ereslibre.es
+ Force drain when trying to drain a node
+ 
+ When trying to drain a node we can get an error if the kubelet is running a
+ pod created by local manifests (manifests living in the local filesystem):
+ 
+ ``` caasp-admin:~ # kubectl drain --ignore-daemonsets caasp-worker-1 node
+ "caasp-worker-1" cordoned error: unable to drain node "caasp-worker-1",
+ aborting command...
+ 
+ There are pending nodes to be drained:
+ caasp-worker-1 error: pods not managed by ReplicationController, ReplicaSet,
+ Job, DaemonSet or StatefulSet (use --force to override):
+ haproxy-caasp-worker-1
+ ```
+ 
+ As opposed to:
+ 
+ ``` caasp-admin:~ # kubectl drain --force --ignore-daemonsets caasp-worker-1
+ node "caasp-worker-1" already cordoned WARNING: Deleting pods not managed by
+ ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet:
+ haproxy-caasp-worker-1; Ignoring DaemonSet-managed pods: kube-flannel-vklfc
+ node "caasp-worker-1" drained
+ ```
+ 
+ Related: bsc#1085980
+
+
+---



Other differences:
--
++ kubernetes-salt.spec ++
--- /var/tmp/diff_new_pack.mnk9KE/_old  2018-04-11 14:04:48.356699895 +0200
+++ /var/tmp/diff_new_pack.mnk9KE/_new  2018-04-11 14:04:48.360699749 +0200
@@ -32,7 +32,7 @@
 
 Name:   kubernetes-salt
 %define gitrepo salt
-Version:3.0.0+git_r670_185e941
+Version:3.0.0+git_r680_7a3c61f
 Release:0
 BuildArch:  noarch
 Summary:Production-Grade Container Scheduling and Management

++ master.tar.gz ++
 2235 lines of diff (skipped)




commit krita for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-04-11 14:02:04

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


Package is "krita"

Wed Apr 11 14:02:04 2018 rev:21 rq:595181 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-03-26 
13:13:55.945899642 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-04-11 
14:04:34.953184261 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 12:39:53 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Disable VC on non-x86* to fix builds
+
+---



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.TOqOqz/_old  2018-04-11 14:04:42.048927839 +0200
+++ /var/tmp/diff_new_pack.TOqOqz/_new  2018-04-11 14:04:42.052927695 +0200
@@ -18,11 +18,18 @@
 
 %bcond_without lang
 
+# Enable VC only on x86*
+%ifarch %ix86 x86_64
+%bcond_without vc
+%else
+%bcond_with vc
+%endif
+
 Name:   krita
 Version:4.0.0
 Release:0
 Summary:Digital Painting Application
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.krita.org/
 Source0:
http://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.gz
@@ -31,7 +38,9 @@
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenColorIO-devel
 BuildRequires:  OpenEXR-devel
+%if %{with vc}
 BuildRequires:  Vc-devel-static
+%endif
 %if 0%{?suse_version} < 1320
 BuildRequires:  boost_1_61-devel
 %else
@@ -67,8 +76,8 @@
 BuildRequires:  openjpeg-devel
 BuildRequires:  perl
 BuildRequires:  python3-devel
-BuildRequires:  python3-sip
 BuildRequires:  python3-qt5-devel
+BuildRequires:  python3-sip
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)




commit velum for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-04-11 14:02:38

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


Package is "velum"

Wed Apr 11 14:02:38 2018 rev:19 rq:595184 
version:3.0.0+dev+git_r717_cf9fe3cc189a6efc1b972ff3e7a724202bb75f7b

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-04-05 
15:33:25.740278286 +0200
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-04-11 
14:04:53.144526877 +0200
@@ -1,0 +2,88 @@
+Mon Apr  9 18:30:36 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 349e38b by James Mason jma...@suse.com
+ Add cursor: pointer to .instance-type-box
+ 
+ re: https://github.com/kubic-project/velum/pull/488#issuecomment-378876002
+ re:
+ https://github.com/kubic-project/velum/pull/449#pullrequestreview-101140932
+ 
+ Commit 47044f0 by James Mason jma...@suse.com
+ PubCloud#Azure Add a help link for authentication inputs
+ 
+ Commit 5b175f3 by James Mason jma...@suse.com
+ PubCloud#UI Resize input fields on public cloud bootstrap
+ 
+ ... based on actual browser testing
+ 
+ Commit c1e842c by James Mason jma...@suse.com
+ PubCloud#Azure Add an input when bootrapping on Azure
+ 
+ The storage_account attribute was discovered to be required, not optional.
+
+
+---
+Mon Apr  9 11:58:32 UTC 2018 - containers-bugow...@suse.de
+
+- Commit ee7e6f1 by Vítor Avelino cont...@vitoravelino.me
+ Fixed # of masters warning when adding a new master
+ 
+ This patch fixes the warning that was being shown when the user selected a
+ new master node to be added and it wasn't breaking the odd number constraint.
+ Before this, the current assigned masters were not being considered to
+ show/not show the warning.
+ 
+ Now the warning will only be shown if the number of masters to be added
+ breaks the constraint as it's expected to be.
+ 
+ bsc#1087267
+ 
+ Signed-off-by: Vítor Avelino 
+
+
+---
+Fri Apr  6 08:49:08 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 6171165 by Vítor Avelino cont...@vitoravelino.me
+ Fixed # of masters warning when removing worker
+ 
+ This patch fixes the warning modal that was being shown when the cluster was
+ in an unsupported configuration (even # masters) and user was trying to
+ remove a normal worker node. This scenario should trigger that warning modal.
+ 
+ bsc#1087123
+ 
+ Signed-off-by: Vítor Avelino 
+
+
+---
+Fri Apr  6 08:45:44 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 03c5c49 by Vítor Avelino cont...@vitoravelino.me
+ Hide CPI panel when no cloud framework
+ 
+ When no cloud:framework pillar is set, it means that CaaSP is not running in
+ a cloud environment. So it doesn't make sense to show that option in that
+ scenario.
+ 
+ feature#cpi
+ 
+ Signed-off-by: Vítor Avelino 
+
+
+---
+Thu Apr  5 08:06:35 UTC 2018 - containers-bugow...@suse.de
+
+- Commit ff412c6 by James Mason jma...@suse.com
+ Correct rubocop target ruby version
+ 
+ Rubcop only considers major.minor:
+ https://github.com/bbatsov/rubocop/issues/2663
+ 
+ Commit 81f7409 by James Mason jma...@suse.com
+ Update preferred ruby dev version to match SLE12 release
+ 
+ 2.1.2 -> 2.1.9
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.P3Vg1t/_old  2018-04-11 14:04:54.288485538 +0200
+++ /var/tmp/diff_new_pack.P3Vg1t/_new  2018-04-11 14:04:54.288485538 +0200
@@ -23,7 +23,7 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r703_df2128664b7874c6a1ace8bd622484e95db32af9
+Version:3.0.0+dev+git_r717_cf9fe3cc189a6efc1b972ff3e7a724202bb75f7b
 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 
df2128664b7874c6a1ace8bd622484e95db32af9 from branch master on date Wed, 04 Apr 
2018 09:32:21 +
+This package has been built with commit 
cf9fe3cc189a6efc1b972ff3e7a724202bb75f7b from branch master on date Mon, 09 Apr 
2018 18:29:58 +
 
 %prep
 %setup -q -n velum-%{branch}

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/.rubocop.yml 
new/velum-master/.rubocop.yml
--- 

commit gnucash-docs for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:Factory 
checked in at 2018-04-11 14:01:44

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


Package is "gnucash-docs"

Wed Apr 11 14:01:44 2018 rev:40 rq:595177 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs.changes
2018-03-14 19:36:06.467446510 +0100
+++ /work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs.changes   
2018-04-11 14:04:13.429962068 +0200
@@ -1,0 +2,27 @@
+Fri Apr  6 19:06:39 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.0:
+  + Correct field format in python-import-fields.
+  + Clarify that creating a postponed SX will use the original
+date.
+  + Remove 'Remainder To' from loan assistant page 2.
+  + Update partial date entry documentation based on new default
+behaviour.
+  + Fix chm mapfile target and cleanfiles. The mapfile target would
+fail if the directory was already built, apparently not
+recognizing that its target was complete.
+  + Cleanfiles was missing several build targets.
+  + New Transaction Report section in Guide.
+  + Replace some screenshots with new ones reflecting Gtk3.
+  + Bugs fixed: bgo#122895, bgo#634181, bgo#608098, bgo#760407,
+bgo#762088.
+  + Updated translations.
+- Changes from version 2.6.20:
+  + Link the referenced 'Simple Transaction Example' in
+Transactions 'Opening Balances'.
+  + Add a link from '8.5.1. Loan Specifications' to '8.3.
+Calculations' SX:XRO.
+  + Add Preference Online Quotes.
+  + Bugs fixed: bgo#793844, bgo#770132, bgo#770132, bgo#792756.
+
+---

Old:

  gnucash-docs-2.6.19.tar.gz

New:

  gnucash-docs-3.0.tar.gz



Other differences:
--
++ gnucash-docs.spec ++
--- /var/tmp/diff_new_pack.Nw5EGT/_old  2018-04-11 14:04:17.565812605 +0200
+++ /var/tmp/diff_new_pack.Nw5EGT/_new  2018-04-11 14:04:17.565812605 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnucash-docs
-Version:2.6.19
+Version:3.0
 Release:0
 Summary:Documentation Module for GnuCash
 License:GFDL-1.1-only AND GPL-2.0-or-later

++ gnucash-docs-2.6.19.tar.gz -> gnucash-docs-3.0.tar.gz ++
/work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs-2.6.19.tar.gz 
/work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs-3.0.tar.gz differ: 
char 5, line 1




commit powerpc-utils for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory 
checked in at 2018-04-11 14:01:51

Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old)
 and  /work/SRC/openSUSE:Factory/.powerpc-utils.new (New)


Package is "powerpc-utils"

Wed Apr 11 14:01:51 2018 rev:90 rq:595180 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes  
2018-04-06 17:45:27.164365544 +0200
+++ /work/SRC/openSUSE:Factory/.powerpc-utils.new/powerpc-utils.changes 
2018-04-11 14:04:25.413529003 +0200
@@ -4 +4 @@
-- Fix build failure
+- Fix build failure (bsc#1088577)



Other differences:
--



commit falkon for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package falkon for openSUSE:Factory checked 
in at 2018-04-11 14:01:28

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


Package is "falkon"

Wed Apr 11 14:01:28 2018 rev:2 rq:595163 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/falkon/falkon.changes2018-03-20 
21:59:15.340067779 +0100
+++ /work/SRC/openSUSE:Factory/.falkon.new/falkon.changes   2018-04-11 
14:03:55.950593754 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 10:16:17 UTC 2018 - wba...@tmo.at
+
+- Require libQt5Sql5-sqlite, without it Falkon doesn't even start
+  (boo#1067547)
+
+---



Other differences:
--
++ falkon.spec ++
--- /var/tmp/diff_new_pack.tpRFPJ/_old  2018-04-11 14:03:57.386541859 +0200
+++ /var/tmp/diff_new_pack.tpRFPJ/_new  2018-04-11 14:03:57.390541715 +0200
@@ -62,6 +62,8 @@
 BuildRequires:  pkgconfig(xcb-atom)
 BuildRequires:  update-desktop-files
 Recommends: %{name}-lang
+# it doesn't start without it (boo#1067547)
+Requires:   libQt5Sql5-sqlite
 Provides:   qupzilla = %{version}
 Obsoletes:  qupzilla < %{version}
 # qupzilla-qt5 was last seen in openSUSE Leap 42.1.






commit rubygem-font-awesome-rails for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-font-awesome-rails for 
openSUSE:Factory checked in at 2018-04-11 14:01:35

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


Package is "rubygem-font-awesome-rails"

Wed Apr 11 14:01:35 2018 rev:3 rq:595170 version:4.7.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-font-awesome-rails/rubygem-font-awesome-rails.changes
2018-01-13 21:47:51.861468201 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-font-awesome-rails.new/rubygem-font-awesome-rails.changes
   2018-04-11 14:04:01.914378227 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 09:45:06 UTC 2018 - enava...@suse.com
+
+- updated to version 4.7.0.4:
+  - added Rails 5.2 support
+
+---

Old:

  font-awesome-rails-4.7.0.3.gem

New:

  font-awesome-rails-4.7.0.4.gem



Other differences:
--
++ rubygem-font-awesome-rails.spec ++
--- /var/tmp/diff_new_pack.FMDBZS/_old  2018-04-11 14:04:03.190332116 +0200
+++ /var/tmp/diff_new_pack.FMDBZS/_new  2018-04-11 14:04:03.194331971 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-font-awesome-rails
-Version:4.7.0.3
+Version:4.7.0.4
 Release:0
 %define mod_name font-awesome-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -36,12 +36,13 @@
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:an asset gemification of the font-awesome icon font library
-License:MIT and OFL-1.1
+License:MIT AND OFL-1.1
 Group:  Development/Languages/Ruby
 
 %description
 font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
 Rails engine for use with the asset pipeline.
+
 %prep
 
 %build

++ font-awesome-rails-4.7.0.3.gem -> font-awesome-rails-4.7.0.4.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/font-awesome-rails/version.rb 
new/lib/font-awesome-rails/version.rb
--- old/lib/font-awesome-rails/version.rb   2018-01-09 20:12:29.0 
+0100
+++ new/lib/font-awesome-rails/version.rb   2018-04-10 02:45:38.0 
+0200
@@ -1,6 +1,6 @@
 module FontAwesome
   module Rails
 FA_VERSION = "4.7.0"
-VERSION = "4.7.0.3"
+VERSION = "4.7.0.4"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-01-09 20:12:29.0 +0100
+++ new/metadata2018-04-10 02:45:38.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: font-awesome-rails
 version: !ruby/object:Gem::Version
-  version: 4.7.0.3
+  version: 4.7.0.4
 platform: ruby
 authors:
 - bokmann
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-01-09 00:00:00.0 Z
+date: 2018-04-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties
@@ -19,7 +19,7 @@
 version: '3.2'
 - - "<"
   - !ruby/object:Gem::Version
-version: '5.2'
+version: '6.0'
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@
 version: '3.2'
 - - "<"
   - !ruby/object:Gem::Version
-version: '5.2'
+version: '6.0'
 - !ruby/object:Gem::Dependency
   name: activesupport
   requirement: !ruby/object:Gem::Requirement
@@ -116,7 +116,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.7.0
+rubygems_version: 2.7.6
 signing_key: 
 specification_version: 4
 summary: an asset gemification of the font-awesome icon font library




commit yast2-iscsi-lio-server for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2018-04-11 14:01:23

Comparing /work/SRC/openSUSE:Factory/yast2-iscsi-lio-server (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new (New)


Package is "yast2-iscsi-lio-server"

Wed Apr 11 14:01:23 2018 rev:27 rq:595158 version:4.0.8

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
2018-03-28 10:33:40.144109014 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
   2018-04-11 14:03:47.446901073 +0200
@@ -1,0 +2,8 @@
+Tue Apr 10 08:58:28 UTC 2018 - lszhu@localhost
+
+- bsc#1088677
+  A better UI layout for IP selection combox and port input field
+  in AddTarget Page.
+-4.08
+
+---

Old:

  yast2-iscsi-lio-server-4.0.7.tar.bz2

New:

  yast2-iscsi-lio-server-4.0.8.tar.bz2



Other differences:
--
++ yast2-iscsi-lio-server.spec ++
--- /var/tmp/diff_new_pack.fKB9D8/_old  2018-04-11 14:03:49.874813329 +0200
+++ /var/tmp/diff_new_pack.fKB9D8/_new  2018-04-11 14:03:49.878813185 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.7
+Version:4.0.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,7 @@
 Requires:   yast2-ruby-bindings >= 1.0.0
 
 Summary:Configuration of iSCSI LIO target
-License:GPL-2.0-only
+License:GPL-2.0
 Group:  System/YaST
 
 %description

++ yast2-iscsi-lio-server-4.0.7.tar.bz2 -> 
yast2-iscsi-lio-server-4.0.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.7/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-4.0.8/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-4.0.7/package/yast2-iscsi-lio-server.changes 
2018-03-26 15:58:20.0 +0200
+++ new/yast2-iscsi-lio-server-4.0.8/package/yast2-iscsi-lio-server.changes 
2018-04-10 11:51:24.0 +0200
@@ -1,4 +1,12 @@
 ---
+Tue Apr 10 08:58:28 UTC 2018 - lszhu@localhost
+
+- bsc#1088677
+  A better UI layout for IP selection combox and port input field
+  in AddTarget Page.
+-4.08
+
+---
 Mon Mar 26 13:22:53 UTC 2018 - c...@suse.com
 
 - Added missing textdomain that breaks generating POT file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.7/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-4.0.8/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-4.0.7/package/yast2-iscsi-lio-server.spec
2018-03-26 15:58:20.0 +0200
+++ new/yast2-iscsi-lio-server-4.0.8/package/yast2-iscsi-lio-server.spec
2018-04-10 11:51:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.7
+Version:4.0.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.7/src/include/iscsi-lio-server/UI_dialogs.rb 
new/yast2-iscsi-lio-server-4.0.8/src/include/iscsi-lio-server/UI_dialogs.rb
--- old/yast2-iscsi-lio-server-4.0.7/src/include/iscsi-lio-server/UI_dialogs.rb 
2018-03-26 15:58:20.0 +0200
+++ new/yast2-iscsi-lio-server-4.0.8/src/include/iscsi-lio-server/UI_dialogs.rb 
2018-04-10 11:51:24.0 +0200
@@ -2094,15 +2094,10 @@
 HSpacing(15),
 ),
 HBox(
-HSpacing(17),
-Left(
-HBox(
-@IP_selsection_box,
-@target_port_num_field,
-HSpacing(100),
-)
-),
-HSpacing(20),
+HSpacing(15),
+@IP_selsection_box,
+@target_port_num_field,
+HSpacing(15),
 ),
 VBox(
 HBox(




commit kdeconnect-kde for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package kdeconnect-kde for openSUSE:Factory 
checked in at 2018-04-11 14:01:18

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


Package is "kdeconnect-kde"

Wed Apr 11 14:01:18 2018 rev:9 rq:595150 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/kdeconnect-kde/kdeconnect-kde.changes
2018-02-22 15:02:35.841677253 +0100
+++ /work/SRC/openSUSE:Factory/.kdeconnect-kde.new/kdeconnect-kde.changes   
2018-04-11 14:03:40.191163295 +0200
@@ -1,0 +2,16 @@
+Mon Apr  9 12:40:29 UTC 2018 - kamika...@opensuse.org
+
+- Update to 1.3.0
+  * Fixed frequent crash when receiving notifications
+  * Fixed MPRIS player entries never being deleted
+  * Added a Gnome Files (Nautilus) extension to send files from the
+context menu
+  * Added handling of "tel:" links with KDE Connect
+  * Support sending album art in MPRIS plugin
+  * Allow sharing more than one file from the CI (eg: --share *.mp3)
+- Remove patches, now upstream:
+  * 0001-Fix-null-dereference.patch
+- Modified wording in Description to match that KDE Connect
+  runs under any Linux desktop (see upstream README.md file)
+
+---

Old:

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

New:

  kdeconnect-kde-1.3.0.tar.xz
  kdeconnect-kde-1.3.0.tar.xz.sig



Other differences:
--
++ kdeconnect-kde.spec ++
--- /var/tmp/diff_new_pack.h4fgaM/_old  2018-04-11 14:03:41.331122096 +0200
+++ /var/tmp/diff_new_pack.h4fgaM/_new  2018-04-11 14:03:41.331122096 +0200
@@ -17,18 +17,16 @@
 
 
 Name:   kdeconnect-kde
-Version:1.2.1
+Version:1.3.0
 Release:0
-Summary:KDE Android integration
+Summary:Integrate Android with Linux desktops
 License:GPL-2.0+
 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
+Url:https://community.kde.org/KDEConnect
+Source: 
https://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{version}.tar.xz
+Source1:
https://download.kde.org/stable/kdeconnect/%{version}/src/%{name}-%{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
@@ -58,22 +56,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Integrate Android with the KDE Desktop.
+Integrate Android with Linux desktops.
 
 Current feature list:
 - Clipboard share: copy from or to your desktop
-- Notifications sync (4.3+): Read your Android notifications from KDE
+- Notifications sync (4.3+): Read your Android notifications
 - Multimedia remote control: Use your phone as a remote control
-- WiFi connection: no usb wire or bluetooth needed
+- WiFi connection: no USB wire or Bluetooth needed
 - RSA Encryption: your information is safe
 
 Please note you will need to install KDE Connect on Android for this app to 
work:
-https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp
+https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp or
+https://f-droid.org/en/packages/org.kde.kdeconnect_tp/
 
 %{lang_package}
 %prep
-%setup -q -n %{name}-v%{version}
-%patch0 -p1
+%setup -q -n %{name}-%{version}
 
 %build
 %cmake_kf5 -d build
@@ -101,8 +99,10 @@
 %defattr(-,root,root)
 %doc COPYING README*
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%dir %{_datadir}/nautilus-python
 %dir %{_libexecdir}/firewalld
 %dir %{_libexecdir}/firewalld/services
+%{_datadir}/nautilus-python/extensions/
 %{_libexecdir}/firewalld/services/%{name}.xml
 %{_kf5_libdir}/libkdeconnect*.so.*
 %{_kf5_plugindir}/

++ kdeconnect-kde-v1.2.1.tar.xz -> kdeconnect-kde-1.3.0.tar.xz ++
 30491 lines of diff (skipped)




commit mkdud for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package mkdud for openSUSE:Factory checked 
in at 2018-04-11 14:01:07

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


Package is "mkdud"

Wed Apr 11 14:01:07 2018 rev:20 rq:595135 version:1.32

Changes:

--- /work/SRC/openSUSE:Factory/mkdud/mkdud.changes  2018-03-22 
12:11:49.215257830 +0100
+++ /work/SRC/openSUSE:Factory/.mkdud.new/mkdud.changes 2018-04-11 
14:03:27.507621682 +0200
@@ -1,0 +2,8 @@
+Tue Apr 10 08:20:24 UTC 2018 - wfe...@opensuse.org
+
+- merge gh#openSUSE/mkdud#12
+- adjust mkdud to work around a problem when updating coreutils
+  (bsc#1087901)
+- 1.32
+
+

Old:

  mkdud-1.31.tar.xz

New:

  mkdud-1.32.tar.xz



Other differences:
--
++ mkdud.spec ++
--- /var/tmp/diff_new_pack.42ZQ54/_old  2018-04-11 14:03:28.335591758 +0200
+++ /var/tmp/diff_new_pack.42ZQ54/_new  2018-04-11 14:03:28.335591758 +0200
@@ -23,7 +23,7 @@
 Summary:Create driver update from rpms
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:1.31
+Version:1.32
 Release:0
 Source: %{name}-%{version}.tar.xz
 Url:https://github.com/wfeldt/mkdud

++ mkdud-1.31.tar.xz -> mkdud-1.32.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.31/VERSION new/mkdud-1.32/VERSION
--- old/mkdud-1.31/VERSION  2018-03-21 16:11:00.0 +0100
+++ new/mkdud-1.32/VERSION  2018-04-10 10:20:24.0 +0200
@@ -1 +1 @@
-1.31
+1.32
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.31/changelog new/mkdud-1.32/changelog
--- old/mkdud-1.31/changelog2018-03-21 16:11:00.0 +0100
+++ new/mkdud-1.32/changelog2018-04-10 10:20:24.0 +0200
@@ -1,3 +1,7 @@
+2018-04-06:1.32
+   - merge pr gh#openSUSE/mkdud#12
+   - adjust mkdud to work around a problem when updating coreutils (bsc 
#1087901)
+
 2018-03-21:1.31
- merge pr gh#openSUSE/mkdud#11
- adjust CaaSP support (bsc #1085261)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.31/mkdud new/mkdud-1.32/mkdud
--- old/mkdud-1.31/mkdud2018-03-21 16:11:00.0 +0100
+++ new/mkdud-1.32/mkdud2018-04-10 10:20:24.0 +0200
@@ -119,6 +119,7 @@
 sub get_obs_key;
 sub repack_as_rpm;
 sub sign_rpm;
+sub create_adddir;
 
 my %config;
 my $opt_create;
@@ -129,7 +130,6 @@
 my @opt_name;
 my @opt_exec;
 my $opt_no_docs = 1;
-my $opt_force;
 my $opt_save_temp;
 my %opt_install;
 my @opt_config;
@@ -144,6 +144,10 @@
 my $opt_application;
 my $opt_volume;
 my $opt_obs_keys;
+my $opt_fix_yast = 1;
+my $opt_fix_usr_src = 1;
+my $opt_fix_dist = 1;
+my $opt_fix_adddir = 1;
 
 # global variables
 my $dud;
@@ -186,14 +190,18 @@
   'exec|x=s' => \@opt_exec,
   'config=s' => \@opt_config,
   'condition=s'  => \@opt_condition,
-  'may-replace-yast' => \$opt_force,
+  'may-replace-yast' => sub { $opt_fix_yast = 0 },
   'no-docs'  => \$opt_no_docs,
   'keep-docs'=> sub { $opt_no_docs = 0 },
   'detached-sign'=> \$opt_sign,
   'sign' => sub { $opt_sign = 1; $opt_sign_direct = 1 },
   'sign-key=s'   => \$opt_sign_key,
   'obs-keys' => \$opt_obs_keys,
-  'force'=> \$opt_force,
+  'force'=> sub { $opt_fix_yast = $opt_fix_usr_src = $opt_fix_dist 
= $opt_fix_adddir = 0 },
+  'fix-yast!'=> \$opt_fix_yast,
+  'fix-usr-src!' => \$opt_fix_usr_src,
+  'fix-dist!'=> \$opt_fix_dist,
+  'fix-adddir!'  => \$opt_fix_adddir,
   'format=s' => \$opt_format,
   'prefix=i' => \$opt_dud_prefix,
   'volume=s' => \$opt_volume,
@@ -297,11 +305,11 @@
 
 for (@dists) {
   if(!/^((leap|kubic|casp|caasp)?\d+\.\d+|tw|sle[sd]\d+)$/) {
-if($opt_force) {
-  print STDERR "Warning: using unsupported dist \"$_\"\n";
+if(!$opt_fix_dist) {
+  print STDERR "***  Note: using unsupported dist \"$_\"\n";
 }
 else {
-  die "Error: unsupported dist \"$_\" (e.g. sle12, tw; use --help for 
supported dists, --force to override)\n";
+  die "Error: unsupported dist \"$_\" (e.g. sle15, tw; use --help for 
supported dists, --no-fix-dist to override)\n";
 }
   }
 }
@@ -430,11 +438,13 @@
   --no-docs Don't include package documentation in 
unpacked instsys tree
 (to save space). This is the default setting.
   --keep-docs   Include package 

commit nginx for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2018-04-11 14:01:10

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


Package is "nginx"

Wed Apr 11 14:01:10 2018 rev:22 rq:595142 version:1.13.11

Changes:

--- /work/SRC/openSUSE:Factory/nginx/nginx.changes  2018-03-29 
11:57:32.542190193 +0200
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2018-04-11 
14:03:29.519548970 +0200
@@ -1,0 +2,24 @@
+Tue Apr 10 07:40:27 UTC 2018 - astie...@suse.com
+
+- update to 1.13.11:
+  * the "proxy_protocol" parameter of the "listen" directive now
+supports the PROXY protocol version 2
+  * bugfix in the "http_404", "http_500", etc. parameters of the
+"proxy_next_upstream" directive
+- includes changes from 1.13.10:
+  * the "set" parameter of the "include" SSI directive now allows
+writing arbitrary responses to a variable; the
+"subrequest_output_buffer_size" directive defines maximum
+response size
+  * now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, to
+avoid timeouts being incorrectly triggered on system time changes
+  * add the "escape=none" parameter of the "log_format" directive
+  * add the $ssl_preread_alpn_protocols variable in the
+ngx_stream_ssl_preread_module.
+  * add the ngx_http_grpc_module.
+  * fix memory allocation error handling in the "geo" directive.
+  * when using variables in the "auth_basic_user_file" directive
+a null character may have appeared in logs
+- Use %license (bsc#1082318)
+
+---

Old:

  nginx-1.13.9.tar.gz
  nginx-1.13.9.tar.gz.asc

New:

  nginx-1.13.11.tar.gz
  nginx-1.13.11.tar.gz.asc



Other differences:
--
++ nginx.spec ++
--- /var/tmp/diff_new_pack.XGw510/_old  2018-04-11 14:03:30.479514276 +0200
+++ /var/tmp/diff_new_pack.XGw510/_new  2018-04-11 14:03:30.479514276 +0200
@@ -70,7 +70,7 @@
 %define ngx_doc_dir%{_datadir}/doc/packages/%{name}
 #
 Name:   nginx
-Version:1.13.9
+Version:1.13.11
 Release:0
 %define ngx_fancyindex_version 0.4.2
 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}
@@ -404,6 +404,7 @@
 %{_datadir}/nginx/
 
 %files -n vim-plugin-nginx
+%license LICENSE
 %dir %{vim_data_dir}/ftdetect/
 %{vim_data_dir}/ftdetect/nginx.vim
 %{vim_data_dir}/ftplugin/nginx.vim

++ nginx-1.13.9.tar.gz -> nginx-1.13.11.tar.gz ++
 7421 lines of diff (skipped)





commit pasystray for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package pasystray for openSUSE:Factory 
checked in at 2018-04-11 14:01:14

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


Package is "pasystray"

Wed Apr 11 14:01:14 2018 rev:4 rq:595149 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/pasystray/pasystray.changes  2017-11-30 
12:45:39.761327011 +0100
+++ /work/SRC/openSUSE:Factory/.pasystray.new/pasystray.changes 2018-04-11 
14:03:35.695325775 +0200
@@ -1,0 +2,11 @@
+Tue Apr 10 09:13:03 UTC 2018 - mplus...@suse.com
+
+- Update dependencies
+
+---
+Tue Apr 10 06:16:09 UTC 2018 - p...@cervinka.net
+
+- Add pulseaudio as dependency (boo#1084813) 
+- Apply spec-cleaner
+
+---



Other differences:
--
++ pasystray.spec ++
--- /var/tmp/diff_new_pack.M3PEQN/_old  2018-04-11 14:03:36.603292961 +0200
+++ /var/tmp/diff_new_pack.M3PEQN/_new  2018-04-11 14:03:36.607292816 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pasystray
 #
-# 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
@@ -25,15 +25,16 @@
 Version:0.6.0
 Release:0
 Summary:PulseAudio system tray
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/GUI/Other
-Url:https://github.com/christophgysin/pasystray
+URL:https://github.com/christophgysin/pasystray
 Source: 
https://github.com/christophgysin/pasystray/archive/pasystray-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM fix-memory-leak.patch boo#1070195
 Patch0: fix-memory-leak.patch
 BuildRequires:  automake
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(appindicator3-0.1)
 BuildRequires:  pkgconfig(avahi-glib)
 BuildRequires:  pkgconfig(avahi-ui)
 BuildRequires:  pkgconfig(avahi-ui-gtk3)
@@ -49,6 +50,7 @@
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(libpulse-simple)
+Requires:   pulseaudio
 Suggests:   paman
 Suggests:   paprefs
 Suggests:   pavucontrol
@@ -78,13 +80,14 @@
 %suse_update_desktop_file  -u -r 
%{buildroot}%{_sysconfdir}/xdg/autostart/pasystray.desktop AudioVideo Mixer
 
 %files
-%doc AUTHORS LICENSE README.md TODO
+%license LICENSE
+%doc AUTHORS README.md TODO
 %dir %{_datadir}/pasystray
 %{_sysconfdir}/xdg/autostart/pasystray.desktop
 %{_bindir}/pasystray
 %{_datadir}/applications/pasystray.desktop
 %{_datadir}/icons/hicolor/scalable/apps/pasystray.svg
-%{_mandir}/man1/pasystray.1%{ext_man}
+%{_mandir}/man1/pasystray.1%{?ext_man}
 %{_datadir}/pasystray/pasystray.glade
 %{_datadir}/pixmaps/pasystray.png
 




commit python-pyotherside for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-pyotherside for 
openSUSE:Factory checked in at 2018-04-11 14:01:00

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


Package is "python-pyotherside"

Wed Apr 11 14:01:00 2018 rev:2 rq:595134 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pyotherside/python-pyotherside.changes
2018-01-30 15:43:01.254478178 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyotherside.new/python-pyotherside.changes   
2018-04-11 14:03:24.887716367 +0200
@@ -1,0 +2,5 @@
+Tue Apr 10 08:10:33 UTC 2018 - t.gru...@katodev.de
+
+- disable qtquicktests (debug files) 
+
+---



Other differences:
--
++ python-pyotherside.spec ++
--- /var/tmp/diff_new_pack.lInABA/_old  2018-04-11 14:03:25.915679216 +0200
+++ /var/tmp/diff_new_pack.lInABA/_new  2018-04-11 14:03:25.915679216 +0200
@@ -48,6 +48,8 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}
+# disable qtquicktests
+sed -i 's| qtquicktests||' pyotherside.pro
 
 %build
 qmake-qt5 PYTHON_CONFIG=python%{py_ver}-config CONFIG+="nosilent c++11" 
QMAKE_CXXFLAGS="%{optflags} -fvisibility=hidden -fvisibility-inlines-hidden"
@@ -66,10 +68,5 @@
 %dir %{_libqt5_archdatadir}/qml/io/
 %dir %{_libqt5_archdatadir}/qml/io/thp/
 %{_libqt5_archdatadir}/qml/io/thp/pyotherside
-%exclude %{_prefix}/tests/qtquicktests/qtquicktests
-%if ( 0%{?sle_version} == 15 || 0%{?sle_version} == 120300 ) && 
0%{?is_opensuse} 
-%exclude %{_prefix}/lib/debug/usr/tests/qtquicktests/*
-%exclude %{_prefix}/lib/debug/.build-id/*/*
-%endif
 
 %changelog




commit ghostwriter for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package ghostwriter for openSUSE:Factory 
checked in at 2018-04-11 14:00:53

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


Package is "ghostwriter"

Wed Apr 11 14:00:53 2018 rev:8 rq:595108 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/ghostwriter/ghostwriter.changes  2017-11-07 
09:57:57.002407107 +0100
+++ /work/SRC/openSUSE:Factory/.ghostwriter.new/ghostwriter.changes 
2018-04-11 14:03:17.839971079 +0200
@@ -1,0 +2,88 @@
+Mon Apr  9 15:17:14 UTC 2018 - seb95.s...@gmail.com
+
+- New upstream release, update to version 1.6.1 
+  * Worked around an issue with Qt version 5.10 that causes the
+  application to occasionally crash when reloading the currently
+  opened document or when opening a new document due to the text
+  cursor not being set to the beginning of the document before
+  clearing the editor and loading the new document.
+
+---
+Mon Apr  9 12:03:01 UTC 2018 - mplus...@suse.com
+
+- Run spec-cleaner
+- Drop not needed scriplets
+
+---
+Sun Apr 8 22:18:35 UTC 2018 - seb95.s...@gmail.com
+
+- Update to version 1.6.0
+   * HTML live preview is now in a split pane view rather than in a
+   separate window.
+   * New options were added to hide HUD windows while typing, in full
+   screen mode, or in live preview mode.
+   * A new button was added to the status bar and a new shortcut was
+   added to the View menu in the menu bar to toggle hiding/showing the
+   open HUDs.
+   * Github's cmark-gfm can now be detected and used as a Markdown
+   processor.
+   * Block quotes and code blocks now have an inobtrusive background
+   color to differentiate them.
+   * Buttons have been added to the status for existing features.
+   * HUD windows and scrollbars can be stylized to have square or
+   rounded corners in the Settings, and are no longer theme dependent.
+   * New "Typewriter" focus mode was added by @hirschenberger.
+   * The style sheet and Markdown processor to use with the HTML live
+   preview can now be selected in their own dialog box accessible both
+   from the status bar at the bottom of the window and from the menu bar
+   in the Settings menu.
+   * The "Copy HTML" button has been moved to the "status bar" at the
+   bottom of the main window.
+   * The "Copy HTML" button / menu bar option can copy just the selected
+   Markdown text as HTML (using the currently selected Markdown
+   processor). It will still copy the entire Markdown text document and
+   convert it to HTML in the system clipboard if no text is selected.
+   * Themes now support options for emphasis color and block text color.
+   Note that emphasis color will also affect the color of headings, and
+   block text color will affect the color of block quotes and code blocks.
+   * Issue #302: ghostwriter will now look for default Qt 
+   translations on the standard Qt translations path 
+   (for standard buttons/text). These default Qt translations 
+   have been included in the Windows installer translations 
+   folder and portable Windows Zip, and will be loaded automatically
+   based on the currently selected application language.
+   * Some tweaks have been made to the parsing/highlighting of
+   emphasized text to handle nested emphasis cases better. As part
+   of this effort, ghostwriter uses a Qt 5-specific regular
+   expression class that is not available in Qt 4. As such,
+   ghostwriter can no longer be built with Qt and must be built with
+   Qt 5.
+   * Issue #272: Fixed issue with Focus mode where inserting
+   matching characters around a selection was causing the application
+   to crash.
+   * Issue #260: Added compatability with Pandoc version 2 and
+   MultiMarkdown version 6.
+   * Fixed issue where HTML preview scrolls to the top if the new
+   HTML from a modified document matches the old HTML, even if the
+   markup used in the source document did change.
+   * Fixed issue where current word is not live spell checked if the
+   user switches the text cursor to a different line.
+   * Fixed issue where prompt to reload a file that has been modified
+   externally was being displayed multiple times per file change. This
+   seems to have been triggered by some editors like Sublime Text that
+   perform multiple file saves for a single file modification.
+   * Issue #228: Selected text can now be dragged and dropped to a
+   different location within the editor.
+   * Fixed issue where if setext heading markup line is selected and
+   deleted with the cursor position beginning at the end of the previous
+   line, the heading is not removed from the Outline HUD.
+   * Fixed issue where 

commit shotwell for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2018-04-11 14:00:50

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


Package is "shotwell"

Wed Apr 11 14:00:50 2018 rev:80 rq:595107 version:0.28.2

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2018-03-28 
10:32:32.714534195 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2018-04-11 
14:03:11.628195580 +0200
@@ -1,0 +2,11 @@
+Mon Apr  9 19:45:13 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.28.2:
+  + Fix saved search dialog on Gtk 3.18.
+  + Fix crash when editing images with alpha channel.
+  + Fix logging in to Piwigo when password contains &.
+  + Bugs fixed: bgo#718742, bgo#794673.
+- Drop update-desktop-files BuildRequires and stop passing
+  suse_update_desktop_file macro: No longer needed.
+
+---

Old:

  shotwell-0.28.1.tar.xz

New:

  shotwell-0.28.2.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.WBwY2o/_old  2018-04-11 14:03:13.052144116 +0200
+++ /var/tmp/diff_new_pack.WBwY2o/_new  2018-04-11 14:03:13.052144116 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   shotwell
-Version:0.28.1
+Version:0.28.2
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1-or-later
@@ -33,7 +33,6 @@
 BuildRequires:  libraw-devel-static
 BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.28.0
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(atk)
@@ -86,8 +85,6 @@
 
 %fdupes %{buildroot}%{_datadir}
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file shotwell
-%suse_update_desktop_file shotwell-viewer
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig

++ shotwell-0.28.1.tar.xz -> shotwell-0.28.2.tar.xz ++
 5180 lines of diff (skipped)




commit rubygem-crass for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-crass for openSUSE:Factory 
checked in at 2018-04-11 14:00:43

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


Package is "rubygem-crass"

Wed Apr 11 14:00:43 2018 rev:3 rq:595029 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-crass/rubygem-crass.changes  
2017-12-08 12:58:10.719971874 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-crass.new/rubygem-crass.changes 
2018-04-11 14:03:03.940473426 +0200
@@ -1,0 +2,11 @@
+Mon Apr  9 14:52:00 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.0.4
+ see installed HISTORY.md
+
+  1.0.4 (2018-04-08)
+  --
+  
+  * Fixed whitespace warnings. (#7 - @yahonda)
+
+---

Old:

  crass-1.0.3.gem

New:

  crass-1.0.4.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-crass.spec ++
--- /var/tmp/diff_new_pack.myadyU/_old  2018-04-11 14:03:06.464382208 +0200
+++ /var/tmp/diff_new_pack.myadyU/_new  2018-04-11 14:03:06.468382063 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-crass
 #
-# 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,17 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-crass
-Version:1.0.3
+Version:1.0.4
 Release:0
 %define mod_name crass
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 1.9.2}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rgrove/crass/
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:CSS parser based on the CSS Syntax Level 3 spec
 License:MIT
 Group:  Development/Languages/Ruby

++ crass-1.0.3.gem -> crass-1.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-11-13 23:27:11.0 +0100
+++ new/.travis.yml 2018-04-08 22:32:03.0 +0200
@@ -1,7 +1,8 @@
 language: ruby
 rvm:
   - 1.9.3
-  - 2.2.8
-  - 2.3.5
-  - 2.4.2
+  - 2.2.9
+  - 2.3.6
+  - 2.4.3
+  - 2.5.0
   - ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2017-11-13 23:27:11.0 +0100
+++ new/HISTORY.md  2018-04-08 22:32:03.0 +0200
@@ -1,6 +1,12 @@
 Crass Change History
 
 
+1.0.4 (2018-04-08)
+--
+
+* Fixed whitespace warnings. (#7 - @yahonda)
+
+
 1.0.3 (2017-11-13)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-11-13 23:27:11.0 +0100
+++ new/Rakefile2018-04-08 22:32:03.0 +0200
@@ -5,12 +5,13 @@
 
 Rake::TestTask.new
 task :default => [:test]
+task :test => :set_rubyopts
+
+task :set_rubyopts do
+  ENV['RUBYOPT'] ||= ""
+  ENV['RUBYOPT'] += " -w"
 
-task :test => :set_frozen_string_literal_option
-task :set_frozen_string_literal_option do
   if RUBY_ENGINE == "ruby" && RUBY_VERSION >= "2.3"
-warn "NOTE: Testing support for frozen string literals"
-ENV['RUBYOPT'] ||= ""
 ENV['RUBYOPT'] += " --enable-frozen-string-literal 
--debug=frozen-string-literal"
   end
 end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/crass/parser.rb new/lib/crass/parser.rb
--- old/lib/crass/parser.rb 2017-11-13 23:27:11.0 +0100
+++ new/lib/crass/parser.rb 2018-04-08 22:32:03.0 +0200
@@ -402,25 +402,25 @@
 case token[:node]
   # Non-standard. Spec says to discard comments and whitespace, but we
   # keep them so we can serialize faithfully.
-  when :comment, :whitespace
-rules << token
+when :comment, :whitespace
+  rules << token
 
-  when :cdc, :cdo
- 

commit python-rtslib-fb for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-rtslib-fb for 
openSUSE:Factory checked in at 2018-04-11 14:00:35

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


Package is "python-rtslib-fb"

Wed Apr 11 14:00:35 2018 rev:16 rq:595002 version:2.1.67

Changes:

--- /work/SRC/openSUSE:Factory/python-rtslib-fb/python-rtslib-fb.changes
2018-02-27 16:58:12.647493716 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib-fb.new/python-rtslib-fb.changes   
2018-04-11 14:02:53.36711 +0200
@@ -1,0 +2,20 @@
+Mon Apr 09 21:41:01 UTC 2018 - ldun...@suse.com
+
+- Update to version 2.1.fb67:
+  * Add missing dependency on six in setup.py
+  * Display a more meaningful error when targetcli cannot change "dbroot"
+  * Raise an error about failing to change the dbroot value only if the 
directory does not exist
+  * More compatibility syntax for legacy distros
+  * Remove hba-only directories in clear_existing()
+  * Correct name for Xen pvscsi
+  * version 2.1.fb65
+  * Fix unqualified reference to pyudev.Device
+  * version 2.1.fb66
+  * create: remove stale hba-only dir
+  * version 2.1.fb67
+- This replaced rtslib-fb-2.1.fb64.tar.xz with
+  rtslib-fb-2.1.fb67.tar.xz, and it also removed
+  the patch correct-name-for-xen-pvscsi.patch,
+  since it is already in the updated tarball
+
+---

Old:

  correct-name-for-xen-pvscsi.patch
  rtslib-fb-2.1.fb64.tar.xz

New:

  rtslib-fb-2.1.fb67.tar.xz



Other differences:
--
++ python-rtslib-fb.spec ++
--- /var/tmp/diff_new_pack.Lozx8U/_old  2018-04-11 14:02:55.280786403 +0200
+++ /var/tmp/diff_new_pack.Lozx8U/_new  2018-04-11 14:02:55.280786403 +0200
@@ -17,18 +17,17 @@
 
 
 %define oname rtslib-fb
-%define realver 2.1.fb64
+%define realver 2.1.fb67
 %define dbdir %{_sysconfdir}/target
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{oname}
-Version:2.1.64
+Version:2.1.67
 Release:0%{?dist}
 Summary:API for Linux kernel SCSI target (aka LIO)
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://github.com/open-iscsi/rtslib-fb.git
 Source: %{oname}-%{realver}.tar.xz
-Patch1: correct-name-for-xen-pvscsi.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pyudev}
 BuildRequires:  %{python_module setuptools}
@@ -50,7 +49,6 @@
 
 %prep
 %setup -q -n %{oname}-%{realver}
-%patch1 -p1
 
 %build
 %python_build

++ _service ++
--- /var/tmp/diff_new_pack.Lozx8U/_old  2018-04-11 14:02:55.316785102 +0200
+++ /var/tmp/diff_new_pack.Lozx8U/_new  2018-04-11 14:02:55.320784957 +0200
@@ -4,8 +4,8 @@
 https://github.com/open-iscsi/rtslib-fb.git
 
 rtslib-fb
-2.1.fb64
-v2.1.fb64
+2.1.fb67
+v2.1.fb67
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.Lozx8U/_old  2018-04-11 14:02:55.340784235 +0200
+++ /var/tmp/diff_new_pack.Lozx8U/_new  2018-04-11 14:02:55.340784235 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/open-iscsi/rtslib-fb.git
-  737496e24ede21effc807a553cebe88ed5660a2b
\ No newline at end of file
+  a46e6bf9ea0f83acdff1761a11c502ea5863945f
\ No newline at end of file

++ rtslib-fb-2.1.fb64.tar.xz -> rtslib-fb-2.1.fb67.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rtslib-fb-2.1.fb64/rtslib/fabric.py 
new/rtslib-fb-2.1.fb67/rtslib/fabric.py
--- old/rtslib-fb-2.1.fb64/rtslib/fabric.py 2017-08-15 23:28:33.0 
+0200
+++ new/rtslib-fb-2.1.fb67/rtslib/fabric.py 2018-02-12 18:34:38.0 
+0100
@@ -118,8 +118,8 @@
 from .target import Target
 from .utils import _get_auth_attr, _set_auth_attr
 
-version_attributes = {"lio_version", "version"}
-discovery_auth_attributes = {"discovery_auth"}
+version_attributes = set(["lio_version", "version"])
+discovery_auth_attributes = set(["discovery_auth"])
 target_names_excludes = version_attributes | discovery_auth_attributes
 
 
@@ -440,7 +440,7 @@
 
 class XenPvScsiFabricModule(_BaseFabricModule):
 def __init__(self):
-super(XenPvScsiFabricModule, self).__init__('xen_pvscsi')
+super(XenPvScsiFabricModule, self).__init__('xen-pvscsi')
 self._path = "%s/%s" % (self.configfs_dir, 'xen-pvscsi')
 self.features = ("nexus", "tpgts")
 self.wwn_types = ('naa',)
@@ -469,7 +469,7 @@
 "tcm_fc": FCoEFabricModule,
 #"usb_gadget": USBGadgetFabricModule, # very rare, don't show
 "vhost": VhostFabricModule,
-"xen_pvscsi": XenPvScsiFabricModule,
+

commit adobe-sourceserifpro-fonts for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package adobe-sourceserifpro-fonts for 
openSUSE:Factory checked in at 2018-04-11 14:00:21

Comparing /work/SRC/openSUSE:Factory/adobe-sourceserifpro-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.adobe-sourceserifpro-fonts.new (New)


Package is "adobe-sourceserifpro-fonts"

Wed Apr 11 14:00:21 2018 rev:3 rq:594978 version:2.000

Changes:

--- 
/work/SRC/openSUSE:Factory/adobe-sourceserifpro-fonts/adobe-sourceserifpro-fonts.changes
2014-05-29 08:44:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.adobe-sourceserifpro-fonts.new/adobe-sourceserifpro-fonts.changes
   2018-04-11 14:02:48.601027825 +0200
@@ -1,0 +2,15 @@
+Mon Apr  9 13:14:56 UTC 2018 - corne...@solcon.nl
+
+- Update to 2.000
+  * Changes 1.017:
++ Add ExtraLight, Light and Black weights.
++ Semibold and Bold were made heavier.
++ Lcommaaccent and lcommaaccent were added (missing in first release).
+  * Changes 2.000:
++ Increase character set to Adobe Latin 4.
++ Add Greek (AG-1) & Cyrillic (AC-2) writing systems.
++ Add Small Caps for all of the above.
++ Add superiors for Latin capitals.
+- Update url to github.com
+
+---

Old:

  SourceSerifPro_FontsOnly-1.014.zip

New:

  source-serif-pro-2.000R.tar.gz



Other differences:
--
++ adobe-sourceserifpro-fonts.spec ++
--- /var/tmp/diff_new_pack.zVBFzu/_old  2018-04-11 14:02:50.952942821 +0200
+++ /var/tmp/diff_new_pack.zVBFzu/_new  2018-04-11 14:02:50.956942676 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adobe-sourceserifpro-fonts
 #
-# 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
@@ -19,15 +19,14 @@
 Name:   adobe-sourceserifpro-fonts
 %define _name SourceSerifPro
 # Thre is no real version number, so we use the zip files release date.
-Version:1.014
+Version:2.000
 Release:0
 Summary:A set of OpenType fonts designed for user interfaces
 License:OFL-1.1
 Group:  System/X11/Fonts
-Url:http://sourceforge.net/projects/sourceserifpro.adobe/
-Source: 
http://downloads.sourceforge.net/sourceserifpro.adobe/%{_name}_FontsOnly-%{version}.zip
+Url:https://github.com/adobe-fonts/source-serif-pro
+Source: 
https://github.com/adobe-fonts/source-serif-pro/archive/%{version}R.tar.gz#/source-serif-pro-%{version}R.tar.gz
 BuildRequires:  fontpackages-devel
-BuildRequires:  unzip
 %reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -40,7 +39,7 @@
 # Fix line endings
 sed -i 's/\r$//g' LICENSE.txt
 # fix spurious-executable-perm
-chmod -x *.html LICENSE.txt
+chmod -x README.md LICENSE.txt
 
 %build
 
@@ -53,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE.txt *.html
+%doc LICENSE.txt *.md
 %dir %{_ttfontsdir}
 %{_ttfontsdir}/*
 




commit ykpers for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package ykpers for openSUSE:Factory checked 
in at 2018-04-11 14:00:13

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


Package is "ykpers"

Wed Apr 11 14:00:13 2018 rev:5 rq:594943 version:1.18.1

Changes:

--- /work/SRC/openSUSE:Factory/ykpers/ykpers.changes2017-04-20 
20:59:00.931530769 +0200
+++ /work/SRC/openSUSE:Factory/.ykpers.new/ykpers.changes   2018-04-11 
14:02:39.857343844 +0200
@@ -1,0 +2,10 @@
+Sun Apr  8 21:15:59 UTC 2018 - w...@rosenauer.org
+
+- updated to 1.18.1 (released 2018-01-16)
+  - Support reading accesscode and private ID from stdin.
+  - Parse optional arguments correctly.
+  - Documentation fixes.
+  - Fix for ykinfo modhex serial output when it ends with c.
+  - Treat all firmware versions as supported.
+
+---

Old:

  ykpers-1.18.0.tar.gz
  ykpers-1.18.0.tar.gz.sig

New:

  ykpers-1.18.1.tar.gz
  ykpers-1.18.1.tar.gz.sig



Other differences:
--
++ ykpers.spec ++
--- /var/tmp/diff_new_pack.pCFx9D/_old  2018-04-11 14:02:43.157224577 +0200
+++ /var/tmp/diff_new_pack.pCFx9D/_new  2018-04-11 14:02:43.161224433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ykpers
 #
-# 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,7 +17,7 @@
 
 
 Name:   ykpers
-Version:1.18.0
+Version:1.18.1
 Release:0
 Summary:Provides a reference implementation for configuration of 
YubiKeys
 License:BSD-2-Clause
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(udev)
 
 %description
-Yubico's YubiKey can be re-programmed. This project's purpose is to provide a 
reference implementation for configuration of YubiKey's. 
+Yubico's YubiKey can be re-programmed. This project's purpose is to provide a 
reference implementation for configuration of YubiKeys.
 
 %package-n libykpers-1-1
 Summary:Provides a reference implementation for configuration of 
YubiKeys

++ ykpers-1.18.0.tar.gz -> ykpers-1.18.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ykpers-1.18.0/ChangeLog new/ykpers-1.18.1/ChangeLog
--- old/ykpers-1.18.0/ChangeLog 2017-01-27 11:57:22.0 +0100
+++ new/ykpers-1.18.1/ChangeLog 2018-01-16 12:14:40.0 +0100
@@ -1,3 +1,97 @@
+2018-01-16  Klas Lindfors 
+
+   * NEWS: NEWS for 1.18.1
+
+2018-01-16  Klas Lindfors 
+
+   * tests/test_yk_utilities.c, ykcore/ykcore.c: treat all firmware
+   versions as supported due to backwards compatibility etc it doesn't 
really make sense to
+   continually update a list of known firmware versions
+
+2018-01-16  Klas Lindfors 
+
+   * : commit 152aec812c73349647f2225d9723649bb498e4f0 Author: Robert
+   Giles  Date:   Fri Jan 12 16:31:53
+   2018 -0600
+
+2017-12-11  Klas Lindfors 
+
+   * README: typo: it's -> its reported at
+   https://github.com/Yubico/developers.yubico.com/issues/91
+
+2017-10-24  Klas Lindfors 
+
+   * : commit 69b2a1da08054590b64c9891a88b38babdd9ccc9 Author: Klas
+   Lindfors  Date:   Tue Oct 24 08:47:58 2017 +0200
+
+2017-10-22  Patrick C. F. Ernzer 
+
+   * README: DNF is the default package manager since Fedora 22.
+
+2017-05-17  Dag Heyman 
+
+   * : commit 55d3dee55b29eb7af6fd20731f2c60cc3d150301 Author: Dag
+   Heyman  Date:   Wed May 17 10:53:45 2017 +0200
+
+2017-05-17  Klas Lindfors 
+
+   * : commit 3fc99635ea567d729da84b9dab5c09b54046497d Author:
+   Alexandre  Date:   Tue May 16 19:33:09 2017 +0200
+
+2017-04-24  Klas Lindfors 
+
+   * ykpers-args.c: warnings fixup
+
+2017-04-20  Klas Lindfors 
+
+   * ykpersonalize.1.adoc: more updates to manual to mark values as
+   optional
+
+2017-04-20  Klas Lindfors 
+
+   * ykpers-args.c: update help output for optional arguments
+
+2017-04-20  Klas Lindfors 
+
+   * ykpersonalize.1.adoc: Add a few words to manpage about stdin
+   prompting
+
+2017-04-20  Klas Lindfors 
+
+   * tests/test_args_to_config.c, ykpers-args.c, ykpers-args.h,
+   ykpersonalize.c: move all key handling to ykpers-args and support h:
+   and 

commit rubygem-loofah for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-loofah for openSUSE:Factory 
checked in at 2018-04-11 14:00:04

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


Package is "rubygem-loofah"

Wed Apr 11 14:00:04 2018 rev:8 rq:594900 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-loofah/rubygem-loofah.changes
2018-03-26 13:07:08.316556279 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-loofah.new/rubygem-loofah.changes   
2018-04-11 14:02:21.466008566 +0200
@@ -7,0 +8 @@
+  fix bsc#1086598
@@ -14,0 +16 @@
+  fix bsc#1085967



Other differences:
--



commit limesuite for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package limesuite for openSUSE:Factory 
checked in at 2018-04-11 13:59:52

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


Package is "limesuite"

Wed Apr 11 13:59:52 2018 rev:3 rq:594892 version:18.04.0

Changes:

--- /work/SRC/openSUSE:Factory/limesuite/limesuite.changes  2017-12-21 
11:29:05.108305451 +0100
+++ /work/SRC/openSUSE:Factory/.limesuite.new/limesuite.changes 2018-04-11 
14:02:12.358337752 +0200
@@ -1,0 +2,54 @@
+Mon Apr  9 14:02:26 UTC 2018 - mplus...@suse.com
+
+- Cleanup with spec-cleaner
+
+---
+Fri Apr  6 12:43:21 UTC 2018 - mar...@gmx.de
+
+- Update to version 18.04.0
+  * Fixed Tx filter calibration
+  * Fixed FPGA PLL configuration when B channel is disabled
+  * Fixed non-working controls in LimeSuiteGUI 'TRX Gain' tab
+  * Changed CGEN VCO tune algorithm
+  * LimeSDR-USB v1.4 updated to r2.16 gateware
+- Add patch:
+  * limesuite-fix-cmake-path.patch
+
+- Update to version 18.03.0
+  SoapyLMS changes:
+  * Do not tune NCO when LO is within tuning range
+  * Filter BW reported to match filtersCalibration
+  * Function implementations changed to use same code as LMS API
+  
+  LimeSuiteGUI changes:
+  * Added log levels
+  * Added additional controls to SPI panel
+  * Reduced number of programming modes in Programming panel
+  
+  LimeSuite library changes:
+  * Added LimeSDR-Mini programming
+  * Changed default settings for LimeSDR-Mini
+  * Updated calibrations
+  * Add phase alignment for dual channel configuration
+  * Updated FPGA PLL configuration
+  * Fix B channel only streaming
+  * Fixed LMS7002M::GetPathRFE for LNAH case
+  * Fixed CGEN not tuning to 484-487 MHz
+  
+  LMS API changes:
+  * LMS_Open() can no longer succeed without connecting to hardware
+  * LMS_Disconnect() and LMS_IsOpen() are now deprecated because of above 
change
+  * Changed firmware/gateware programming functions
+  * Changed lms_dev_info_t structure
+  * LMS_SetLOFrequency() now attempts to set different frequencies for A/B 
channels using NCO
+  * Fix Rx NCO direction flip (downconvert flag used to set Rx NCO to 
upconvert)
+  * Disabling LPF is now same as setting it to maximum bandwidth
+  * Extented gain range for LMS_SetGaindB()
+  
+  Other changes:
+  * Reduce SIMD flags when packaging for x86
+  * LimeSDR-USB v1.4 updated to r2.15 gateware
+  * LimeSDR-Mini v1.1 updated to r1.24 gateware
+- Add limesuite-fix-cmake-path.patch
+
+---
@@ -4 +58 @@
-- Update to version 
+- Update to version 17.12.0

Old:

  limesuite-17.12.0.tar.xz

New:

  limesuite-18.04.0.tar.xz
  limesuite-fix-cmake-path.patch



Other differences:
--
++ limesuite.spec ++
--- /var/tmp/diff_new_pack.wqj2j5/_old  2018-04-11 14:02:13.482297128 +0200
+++ /var/tmp/diff_new_pack.wqj2j5/_new  2018-04-11 14:02:13.486296983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package limesuite
 #
-# 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
@@ -17,19 +17,19 @@
 #
 
 
-%define sover 17_12-1
+%define sover 18_04-1
 %define libname libLimeSuite%{sover}
 %define soapy_modver 0.6
-
 Name:   limesuite
-Version:17.12.0
+Version:18.04.0
 Release:0
 Summary:Collection of software supporting LMS7-based hardware
 License:Apache-2.0
 Group:  Productivity/Hamradio/Other
-Url:https://myriadrf.org/projects/lime-suite/
+URL:https://myriadrf.org/projects/lime-suite/
 #Git-Clone: https://github.com/myriadrf/LimeSuite.git
 Source: 
https://github.com/myriadrf/LimeSuite/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
+Patch0: limesuite-fix-cmake-path.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gnuplot
@@ -84,6 +84,7 @@
 
 %prep
 %setup -q -n LimeSuite-%{version}
+%patch0 -p1
 
 # HACK: set udev permissions to 666
 sed -i 's|MODE="660"|MODE="666"|g' udev-rules/64-limesuite.rules
@@ -100,7 +101,7 @@
   -DENABLE_SIMD_FLAGS="none" \
 %endif
   -DLIME_SUITE_EXTVER=release
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -114,28 +115,26 @@
 %udev_rules_update
 
 %files
-%defattr(-,root,root)
-%doc Changelog.txt COPYING README.md
+%license COPYING
+%doc Changelog.txt README.md
 %{_bindir}/LimeUtil
 %{_bindir}/LimeSuiteGUI
 %dir %{_datadir}/Lime
 %{_datadir}/Lime/Desktop
 
 %files udev
-%defattr(-,root,root)
 

commit python-djvulibre for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-djvulibre for 
openSUSE:Factory checked in at 2018-04-11 14:00:17

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


Package is "python-djvulibre"

Wed Apr 11 14:00:17 2018 rev:15 rq:594952 version:0.8

Changes:

--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes
2016-08-15 10:31:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-djvulibre.new/python-djvulibre.changes   
2018-04-11 14:02:44.801165161 +0200
@@ -1,0 +2,7 @@
+Mon Apr  9 17:38:04 UTC 2018 - lazy.k...@opensuse.org
+
+- Convert to singlespec.
+- Disable run tests because of a Ghostscript bug.
+- Move examples to the -doc subpackage.
+
+---



Other differences:
--
++ python-djvulibre.spec ++
--- /var/tmp/diff_new_pack.bUFFHs/_old  2018-04-11 14:02:45.769130176 +0200
+++ /var/tmp/diff_new_pack.bUFFHs/_new  2018-04-11 14:02:45.769130176 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-djvulibre
 #
-# 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
@@ -16,39 +16,45 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-djvulibre
 Version:0.8
 Release:0
 Summary:Python Support for the DjVu Image Format
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Libraries/Python
-Url:http://jwilk.net/software/python-djvulibre
+URL:http://jwilk.net/software/python-djvulibre
 Source0:
https://files.pythonhosted.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz
 Source1:
https://files.pythonhosted.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
+BuildRequires:  %{python_module Cython >= 0.19}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module devel >= 2.6}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
 BuildRequires:  pkgconfig
-BuildRequires:  python-Cython >= 0.19
-BuildRequires:  python-Sphinx
-BuildRequires:  python-devel >= 2.6
+BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(ddjvuapi) >= 3.5.21
 # Required for tests.
+BuildRequires:  %{python_module nose}
 BuildRequires:  djvulibre
-BuildRequires:  python-nose
+#
 Requires:   djvulibre >= 3.5.21
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+%python_subpackages
 
 %description
 python-djvulibre is a set of Python bindings for the DjVuLibre library,
 an open source implementation of DjVu.
 
-%package doc
+%package -n %{name}-doc
 Summary:Python Support for the DjVu Image Format (Documentation)
 Group:  Documentation/HTML
 BuildArch:  noarch
 
-%description doc
+%description -n %{name}-doc
 python-djvulibre is a set of Python bindings for the DjVuLibre library,
 an open source implementation of DjVu.
 
@@ -60,34 +66,25 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-python setup.py build
-python setup.py build_sphinx
+%python_build
+%python_build build_sphinx
 
 %install
-python setup.py install \
---root=%{buildroot} \
---prefix=%{_prefix}
-install -dm 0755 %{buildroot}%{_defaultdocdir}/%{name}-doc/_images/
-install -dm 0755 %{buildroot}%{_defaultdocdir}/%{name}-doc/_static/
-install -m 0644 build/sphinx/html/{*.html,*.js} \
-%{buildroot}%{_defaultdocdir}/%{name}-doc/
-install -m 0644 build/sphinx/html/_images/* \
-%{buildroot}%{_defaultdocdir}/%{name}-doc/_images/
-install -m 0644 build/sphinx/html/_static/* \
-%{buildroot}%{_defaultdocdir}/%{name}-doc/_static/
-
-%check
-cd tests/
-ln -sf %{buildroot}%{python_sitearch}/djvu/ djvu
-python -m nose --verbose
-
-%files
-%defattr(-,root,root,-)
-%doc doc/{changelog,COPYING,credits.txt} examples/
+%python_install
+rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv
+%fdupes %{buildroot}%{_prefix}
+
+# %%check
+# cd tests/
+# ln -sf %%{buildroot}%%{python_sitearch}/djvu/ djvu
+# %%python_exec -m nose --verbose
+
+%files %{python_files}
+%license doc/COPYING
+%doc doc/changelog doc/credits.txt
 %{python_sitearch}/*
 
-%files doc
-%defattr(-,root,root,-)
-%doc %{_defaultdocdir}/%{name}-doc/
+%files -n %{name}-doc
+%doc build/sphinx/html/ examples/
 
 %changelog





commit rmt-server for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package rmt-server for openSUSE:Factory 
checked in at 2018-04-11 13:59:56

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


Package is "rmt-server"

Wed Apr 11 13:59:56 2018 rev:7 rq:594894 version:0.0.5

Changes:

--- /work/SRC/openSUSE:Factory/rmt-server/rmt-server.changes2018-03-02 
21:11:24.817576271 +0100
+++ /work/SRC/openSUSE:Factory/.rmt-server.new/rmt-server.changes   
2018-04-11 14:02:16.474188989 +0200
@@ -1,0 +2,40 @@
+Mon Apr  9 14:40:39 UTC 2018 - tmunta...@suse.com
+
+- Only enable free modules in migrations for SLE 15
+  https://github.com/SUSE/rmt/pull/132 
+
+---
+Mon Apr  9 09:58:02 UTC 2018 - ikapelyuk...@suse.com
+
+- version 0.0.5
+- Allow access to the API only via HTTPS, add directories to store SSL
+  keys & certificates, add clientSetup4RMT.sh script
+  https://github.com/SUSE/rmt/pull/122
+
+---
+Fri Apr  6 13:45:21 UTC 2018 - hschm...@suse.com
+
+- Add the offline migration endpoint for upgrading major SLES versions.
+  https://github.com/SUSE/rmt/pull/121
+- Use the recommended systemd service type ("simple" instead of
+  "forking").
+  https://github.com/SUSE/rmt/pull/129
+- Don't create a local licenses directory if the repo has no licenses.
+  Closes bsc#1087707.
+  https://github.com/SUSE/rmt/pull/126
+- Don't allow duplicate activations to exist in the DB.
+  https://github.com/SUSE/rmt/pull/119
+
+---
+Fri Mar 23 10:51:14 UTC 2018 - hschm...@suse.com
+
+- Version 0.0.4
+- Fix nginx config to point to correct root location
+  See: https://github.com/SUSE/rmt/issues/113
+- Add message to help output about collecting feedback from users
+- Only allow one activation to exist for a given system-service
+  combination.
+- Update loofah and rails-html-sanitizer gems due to CVEs.
+- Add proper foreign key constraints where applicable.
+
+---

Old:

  rmt-server-0.0.3.tar.bz2
  rmt-server.conf

New:

  nginx-http.conf
  nginx-https.conf
  rmt-server-0.0.5.tar.bz2



Other differences:
--
++ rmt-server.spec ++
--- /var/tmp/diff_new_pack.eOOeYo/_old  2018-04-11 14:02:18.59811 +0200
+++ /var/tmp/diff_new_pack.eOOeYo/_new  2018-04-11 14:02:18.602112078 +0200
@@ -27,20 +27,20 @@
 %define rmt_group   nginx
 
 Name:   rmt-server
-Version:0.0.3
+Version:0.0.5
 Release:0
 Summary:Repository mirroring tool and registration proxy for SCC
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Web/Proxy
 Url:https://software.opensuse.org/package/rmt
-# Does not build for i586 and s390 and is not supported on that architectures
+# Does not build for i586 and s390 and is not supported on those architectures
 ExcludeArch:%ix86 s390
 
 Source0:%{name}-%{version}.tar.bz2
 Source1:rmt-server-rpmlintrc
 Source2:rmt.conf
 Source3:rmt.8.gz
-Source4:rmt-server.conf
+Source4:nginx-http.conf
 Source5:rmt-server-mirror.service
 Source6:rmt-server-mirror.timer
 Source7:rmt-server-sync.service
@@ -50,6 +50,7 @@
 Source11:   rmt-migration.service
 Source12:   rmt-server-sync-sles12.timer
 Source13:   rmt-server-mirror-sles12.timer
+Source14:   nginx-https.conf
 
 Patch0: use-ruby-2.5-in-rmt-cli.patch
 Patch1: use-ruby-2.5-in-rails.patch
@@ -103,15 +104,15 @@
 mkdir -p %{buildroot}%{lib_dir}
 mkdir -p %{buildroot}%{app_dir}
 
-mv log %{buildroot}%{data_dir}
 mv tmp %{buildroot}%{data_dir}
-mv public %{buildroot}%{data_dir}
+mkdir %{buildroot}%{data_dir}/public
+mv public/repo %{buildroot}%{data_dir}/public/
 mv vendor %{buildroot}%{lib_dir}
+mv ssl %{buildroot}%{app_dir}
 
 cp -ar . %{buildroot}%{app_dir}
-ln -s %{data_dir}/log %{buildroot}%{app_dir}/log
 ln -s %{data_dir}/tmp %{buildroot}%{app_dir}/tmp
-ln -s %{data_dir}/public %{buildroot}%{app_dir}/public
+ln -s %{data_dir}/public/repo %{buildroot}%{app_dir}/public/repo
 mkdir -p %{buildroot}%{_bindir}
 ln -s %{app_dir}/bin/rmt-cli %{buildroot}%{_bindir}
 install -D -m 644 %_sourcedir/rmt.8.gz %{buildroot}%_mandir/man8/rmt.8.gz
@@ -142,7 +143,8 @@
 mv %{_builddir}/rmt.conf %{buildroot}%{_sysconfdir}/rmt.conf
 
 # nginx
-install -D -m 644 %{SOURCE4} 
%{buildroot}%{_sysconfdir}/nginx/vhosts.d/rmt-server.conf
+install -D -m 644 %{SOURCE4} 
%{buildroot}%{_sysconfdir}/nginx/vhosts.d/rmt-server-http.conf
+install -D -m 644 

commit cni for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package cni for openSUSE:Factory checked in 
at 2018-04-11 13:59:38

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


Package is "cni"

Wed Apr 11 13:59:38 2018 rev:3 rq:594872 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/cni/cni.changes  2018-02-06 16:49:01.600426269 
+0100
+++ /work/SRC/openSUSE:Factory/.cni.new/cni.changes 2018-04-11 
14:02:00.298773637 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 11:32:32 UTC 2018 - jmassaguer...@suse.com
+
+- Remove creating subvolumes. This should be in another package 
(kubernetes-kubelet) 
+
+---



Other differences:
--
++ cni.spec ++
--- /var/tmp/diff_new_pack.tMf7qn/_old  2018-04-11 14:02:01.186741542 +0200
+++ /var/tmp/diff_new_pack.tMf7qn/_new  2018-04-11 14:02:01.186741542 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cni
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define cni_etc_dir  %{_sysconfdir}/cni
 %define cni_bin_dir  %{_libexecdir}/cni
 %define cni_doc_dir  %{_docdir}/cni
@@ -28,9 +29,6 @@
 Url:https://github.com/containernetworking/cni
 Source: %{name}-%{version}.tar.xz
 Source1:99-loopback.conf
-%if 0%{?is_susecaasp}
-Requires(post): snapper
-%endif
 BuildRequires:  golang-packaging
 BuildRequires:  shadow
 BuildRequires:  systemd-rpm-macros
@@ -79,13 +77,6 @@
 %post
 %{fillup_only -n %{name}}
 
-# create a (writable) state dir for plugins
-%if 0%{?is_susecaasp}
-test -e /var/lib/cni || /usr/sbin/mksubvolume /var/lib/cni
-%else
-mkdir -p /var/lib/cni
-%endif
-
 %files
 %defattr(-,root,root)
 %doc CONTRIBUTING.md README.md LICENSE DCO




commit docker-kubic for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package docker-kubic for openSUSE:Factory 
checked in at 2018-04-11 13:59:41

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


Package is "docker-kubic"

Wed Apr 11 13:59:41 2018 rev:6 rq:594873 version:17.09.1_ce

Changes:

--- /work/SRC/openSUSE:Factory/docker-kubic/docker-kubic.changes
2018-04-05 15:32:15.274825056 +0200
+++ /work/SRC/openSUSE:Factory/.docker-kubic.new/docker-kubic.changes   
2018-04-11 14:02:03.906643232 +0200
@@ -5,0 +6 @@
+  fix bsc#1084533



Other differences:
--



commit lttng-modules for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package lttng-modules for openSUSE:Factory 
checked in at 2018-04-11 14:00:07

Comparing /work/SRC/openSUSE:Factory/lttng-modules (Old)
 and  /work/SRC/openSUSE:Factory/.lttng-modules.new (New)


Package is "lttng-modules"

Wed Apr 11 14:00:07 2018 rev:5 rq:594912 version:2.10.5

Changes:

--- /work/SRC/openSUSE:Factory/lttng-modules/lttng-modules.changes  
2018-02-06 16:49:09.240068797 +0100
+++ /work/SRC/openSUSE:Factory/.lttng-modules.new/lttng-modules.changes 
2018-04-11 14:02:27.497790556 +0200
@@ -1,0 +2,8 @@
+Sun Apr  8 15:47:49 UTC 2018 - sor.ale...@meowr.ru
+
+- Rebase btrfs-constify-tracepoint-arguments.patch.
+- Add
+  lttng-modules-2.10.5-update-instrumentation-for-linux-4.16.patch:
+  Update instrumentation on Linux 4.16 (commits 562860a, 9cf057f).
+
+---

New:

  lttng-modules-2.10.5-update-instrumentation-for-linux-4.16.patch



Other differences:
--
++ lttng-modules.spec ++
--- /var/tmp/diff_new_pack.DRhVY9/_old  2018-04-11 14:02:30.757672733 +0200
+++ /var/tmp/diff_new_pack.DRhVY9/_new  2018-04-11 14:02:30.761672589 +0200
@@ -26,7 +26,7 @@
 Version:2.10.5
 Release:0
 Summary:Licensing information for package lttng-modules
-License:GPL-2.0 AND LGPL-2.1 AND MIT
+License:GPL-2.0-only AND LGPL-2.1-only AND MIT
 Group:  System/Kernel
 Url:https://lttng.org/
 Source: 
https://lttng.org/files/lttng-modules/%{name}-%{version}.tar.bz2
@@ -36,6 +36,8 @@
 Source4:Module.supported
 # PATCH-FIX-SLE btrfs-constify-tracepoint-arguments.patch bsc#1044912 
to...@suse.de
 Patch0: btrfs-constify-tracepoint-arguments.patch
+# PATCH-FIX-UPSTREAM 
lttng-modules-2.10.5-update-instrumentation-for-linux-4.16.patch -- Update 
instrumentation on Linux 4.16 (commits 562860a, 9cf057f).
+Patch1: 
lttng-modules-2.10.5-update-instrumentation-for-linux-4.16.patch
 BuildRequires:  kernel-devel
 BuildRequires:  kernel-source
 BuildRequires:  kernel-syms
@@ -60,9 +62,10 @@
 
 %prep
 %setup -q
-%if (0%{?suse_version} < 1320 || 0%{?suse_version} > 1320) && !0%{?is_opensuse}
+%if (0%{?suse_version} < 1320 || 0%{?suse_version} >= 1500) && 
!0%{?is_opensuse}
 %patch0 -p1
 %endif
+%patch1 -p1
 
 set -- *
 mkdir source

++ btrfs-constify-tracepoint-arguments.patch ++
--- /var/tmp/diff_new_pack.DRhVY9/_old  2018-04-11 14:02:30.805670998 +0200
+++ /var/tmp/diff_new_pack.DRhVY9/_new  2018-04-11 14:02:30.809670854 +0200
@@ -11,7 +11,7 @@
 
 --- a/instrumentation/events/lttng-module/btrfs.h
 +++ b/instrumentation/events/lttng-module/btrfs.h
-@@ -86,7 +86,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(btrfs__i
+@@ -87,7 +87,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE(btrfs__i
  #else
  LTTNG_TRACEPOINT_EVENT(btrfs_transaction_commit,
  
@@ -20,7 +20,7 @@
  
TP_ARGS(root),
  
-@@ -98,7 +98,7 @@ LTTNG_TRACEPOINT_EVENT(btrfs_transaction
+@@ -99,7 +99,7 @@ LTTNG_TRACEPOINT_EVENT(btrfs_transaction
  
  LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__inode,
  
@@ -29,7 +29,7 @@
  
TP_ARGS(inode),
  
-@@ -116,21 +116,21 @@ LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__inod
+@@ -117,21 +117,21 @@ LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__inod
  
  LTTNG_TRACEPOINT_EVENT_INSTANCE(btrfs__inode, btrfs_inode_new,
  
@@ -54,7 +54,7 @@
  
TP_ARGS(inode)
  )
-@@ -163,8 +163,8 @@ LTTNG_TRACEPOINT_EVENT(btrfs_get_extent,
+@@ -164,8 +164,8 @@ LTTNG_TRACEPOINT_EVENT(btrfs_get_extent,
  
  LTTNG_TRACEPOINT_EVENT(btrfs_get_extent,
  
@@ -65,7 +65,7 @@
  
TP_ARGS(root, inode, map),
  
-@@ -276,7 +276,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__orde
+@@ -298,7 +298,7 @@ LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__orde
  #elif (LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0))
  LTTNG_TRACEPOINT_EVENT_CLASS(btrfs__ordered_extent,
  
@@ -74,7 +74,7 @@
  
TP_ARGS(inode, ordered),
  
-@@ -420,36 +420,36 @@ LTTNG_TRACEPOINT_EVENT(btrfs_sync_file,
+@@ -464,36 +464,36 @@ LTTNG_TRACEPOINT_EVENT(btrfs_sync_file,
  #else
  LTTNG_TRACEPOINT_EVENT_INSTANCE(btrfs__ordered_extent, 
btrfs_ordered_extent_add,
  
@@ -117,7 +117,7 @@
  
TP_ARGS(page, inode, wbc),
  
-@@ -479,15 +479,15 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(btrf
+@@ -523,15 +523,15 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(btrf
  
btrfs__extent_writepage,
  
@@ -136,7 +136,7 @@
  
TP_ARGS(page, start, end, uptodate),
  
-@@ -504,7 +504,7 @@ LTTNG_TRACEPOINT_EVENT(btrfs_writepage_e
+@@ -548,7 +548,7 @@ LTTNG_TRACEPOINT_EVENT(btrfs_writepage_e
  
  LTTNG_TRACEPOINT_EVENT(btrfs_sync_file,
  
@@ -145,7 +145,7 @@
  
TP_ARGS(file, datasync),
  
-@@ -532,7 +532,7 @@ LTTNG_TRACEPOINT_EVENT(btrfs_sync_fs,
+@@ -577,7 +577,7 @@ 

commit remmina for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package remmina for openSUSE:Factory checked 
in at 2018-04-11 13:59:46

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


Package is "remmina"

Wed Apr 11 13:59:46 2018 rev:24 rq:594891 version:1.2.0~rcgit.29

Changes:

--- /work/SRC/openSUSE:Factory/remmina/remmina.changes  2018-04-05 
15:33:52.727302932 +0200
+++ /work/SRC/openSUSE:Factory/.remmina.new/remmina.changes 2018-04-11 
14:02:06.858536538 +0200
@@ -1,0 +2,13 @@
+Mon Apr  9 08:23:01 UTC 2018 - jweberho...@weberhofer.at
+
+- Upgraded to 1.2.0-rcgit.28
+  * Update Czech translation #1555 (AsciiWolf)
+  * Switch back to x11 GTK backend under Wayland #1554 (giox069)
+  * TCP_USER_TIMEOUT is in milliseconds #1553 (antenore)
+  * Disable VNCI plugin #1550 (giox069)
+  * Fix typo #1549 (mfvescovi)
+  * Missing secret plugin handling #1548 (giox069)
+  * Fixes for rcgit-28 #1547 (antenore)
+
+
+---
@@ -14 +27 @@
-- Upgraded to 1.2.0.-rcgit.28
+- Upgraded to 1.2.0-rcgit.28

Old:

  Remmina-1.2.0-rcgit.28.tar.gz

New:

  Remmina-1.2.0-rcgit.29.tar.gz



Other differences:
--
++ remmina.spec ++
--- /var/tmp/diff_new_pack.PgMsMp/_old  2018-04-11 14:02:07.958496781 +0200
+++ /var/tmp/diff_new_pack.PgMsMp/_new  2018-04-11 14:02:07.958496781 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define realver 1.2.0-rcgit.28
+%define realver 1.2.0-rcgit.29
 %bcond_with nx
 Name:   remmina
-Version:1.2.0~rcgit.28
+Version:1.2.0~rcgit.29
 Release:0
 Summary:Versatile Remote Desktop Client
 License:GPL-2.0-or-later

++ Remmina-1.2.0-rcgit.28.tar.gz -> Remmina-1.2.0-rcgit.29.tar.gz ++
 2709 lines of diff (skipped)




commit xfce4-settings for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package xfce4-settings for openSUSE:Factory 
checked in at 2018-04-11 13:59:34

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


Package is "xfce4-settings"

Wed Apr 11 13:59:34 2018 rev:38 rq:594832 version:4.12.3

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-settings/xfce4-settings.changes
2018-03-07 10:33:49.104338117 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-settings.new/xfce4-settings.changes   
2018-04-11 14:01:51.875078110 +0200
@@ -1,0 +2,14 @@
+Sat Mar 24 11:02:40 UTC 2018 - seife+...@b1-systems.com
+
+- update to version 4.12.3:
+  * Improvements for multimonitor support:
+- Visualize all three display configuration states
+- Visually note if two displays overlap (mirrored) but are not
+  cloned
+- Always draw active display last so it's on top
+- Fix: Correctly position monitors in extended mode
+- Fix: Race condition with monitor connect and disconnect
+- Fix: Segfault on monitor reconnect
+  * Translation updates
+
+---

Old:

  xfce4-settings-4.12.2.tar.bz2

New:

  xfce4-settings-4.12.3.tar.bz2



Other differences:
--
++ xfce4-settings.spec ++
--- /var/tmp/diff_new_pack.17nzaH/_old  2018-04-11 14:01:52.751046448 +0200
+++ /var/tmp/diff_new_pack.17nzaH/_new  2018-04-11 14:01:52.755046303 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-settings
 #
-# 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,10 +17,10 @@
 
 
 Name:   xfce4-settings
-Version:4.12.2
+Version:4.12.3
 Release:0
 Summary:Tools for Managing Xfce Settings
-License:GPL-2.0 and GPL-2.0+
+License:GPL-2.0-only AND GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Url:http://docs.xfce.org/xfce/xfce4-settings/start
 Source: 
http://archive.xfce.org/src/xfce/xfce4-settings/4.12/%{name}-%{version}.tar.bz2
@@ -112,6 +112,7 @@
 
 %find_lang %{name} %{?no_lang_C}
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -119,6 +120,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)

++ xfce4-settings-4.12.2.tar.bz2 -> xfce4-settings-4.12.3.tar.bz2 ++
 18715 lines of diff (skipped)




commit u-boot for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2018-04-11 13:58:52

Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and  /work/SRC/openSUSE:Factory/.u-boot.new (New)


Package is "u-boot"

Wed Apr 11 13:58:52 2018 rev:96 rq:594812 version:2018.03

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2018-04-05 15:36:54.688724141 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2018-04-11 14:00:51.341266191 +0200
@@ -1,0 +2,8 @@
+Mon Apr  9 09:09:00 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Workaround to boot on Chromebook (snow)
+- Patch queue updated from git://github.com/openSUSE/u-boot.git 
tumbleweed-2018.03
+* Patches added:
+  0011-Temp-workaround-for-Chromebook-snow.patch
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xboneblack.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-clearfog.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-dragonboard410c.changes: same change
u-boot-evb-rk3399.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-firefly-rk3399.changes: same change
u-boot-geekbox.changes: same change
u-boot-highbank.changes: same change
u-boot-hikey.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-lamobor1.changes: same change
u-boot-ls1012afrdmqspi.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mvebudb-88f3720.changes: same change
u-boot-mvebudbarmada8k.changes: same change
u-boot-mvebuespressobin-88f3720.changes: same change
u-boot-mvebumcbin-88f8040.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-nanopia64.changes: same change
u-boot-nanopineo.changes: same change
u-boot-nanopineoair.changes: same change
u-boot-odroid-c2.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-orangepipc2.changes: same change
u-boot-p2371-2180.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-pine64plus.changes: same change
u-boot-qemu-ppce500.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
u-boot-rpi3.changes: same change
u-boot-rpi332b.changes: same change
u-boot-sinovoipbpim2plus.changes: same change
u-boot-snow.changes: same change
u-boot-socfpgade0nanosoc.changes: same change
u-boot-spring.changes: same change
u-boot-tinker-rk3288.changes: same change
u-boot-turrisomnia.changes: same change
u-boot-udoo.changes: same change
u-boot-udooneo.changes: same change
u-boot-xilinxzynqmpzcu102rev10.changes: same change
u-boot.changes: same change

New:

  0011-Temp-workaround-for-Chromebook-snow.patch



Other differences:
--
++ u-boot-a10-olinuxino-lime.spec ++
--- /var/tmp/diff_new_pack.vpxKuU/_old  2018-04-11 14:01:45.027325623 +0200
+++ /var/tmp/diff_new_pack.vpxKuU/_new  2018-04-11 14:01:45.027325623 +0200
@@ -38,7 +38,7 @@
 Version:2018.03
 Release:0
 Summary:The U-Boot firmware for the a10-olinuxino-lime platform
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Boot
 Url:http://www.denx.de/wiki/U-Boot
 Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2
@@ -56,6 +56,7 @@
 Patch0008:  0008-efi_loader-Fix-network-DP-with-DM_E.patch
 Patch0009:  0009-rpi-Allow-to-boot-without-serial.patch
 Patch0010:  0010-mmc-use-core-clock-frequency-in-bcm.patch
+Patch0011:  0011-Temp-workaround-for-Chromebook-snow.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0
 BuildRequires:  arm-trusted-firmware-pine64
@@ -110,6 +111,7 @@
 %patch0008 -p1
 %patch0009 -p1
 %patch0010 -p1
+%patch0011 -p1
 
 %build
 export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes 
| tail -n 1 | cut -d- -f1 )" +%s)

u-boot-a13-olinuxino.spec: same change
u-boot-a13-olinuxinom.spec: same change

commit perl-Selenium-Remote-Driver for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package perl-Selenium-Remote-Driver for 
openSUSE:Factory checked in at 2018-04-11 13:58:46

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


Package is "perl-Selenium-Remote-Driver"

Wed Apr 11 13:58:46 2018 rev:10 rq:594793 version:1.27

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver/perl-Selenium-Remote-Driver.changes
  2018-02-27 16:57:58.719996943 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new/perl-Selenium-Remote-Driver.changes
 2018-04-11 14:00:47.745396174 +0200
@@ -1,0 +2,12 @@
+Mon Mar 26 05:56:25 UTC 2018 - co...@suse.com
+
+- updated to 1.27
+   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
+
+  1.27   03-25-2018 TEODESIAN
+  [BUG FIXES]
+  - Fix incorrect passing of capabilities to geckodriver which caused 
exceptions on instantiaion.
+  - Fix issue where  elements could not be submitted.
+  - Allow bypass of JSONWire emulation in 
Selenium::Remote::WebElement::get_attribute().
+
+---

Old:

  Selenium-Remote-Driver-1.26.tar.gz

New:

  Selenium-Remote-Driver-1.27.tar.gz



Other differences:
--
++ perl-Selenium-Remote-Driver.spec ++
--- /var/tmp/diff_new_pack.MwXiGk/_old  2018-04-11 14:00:49.469333857 +0200
+++ /var/tmp/diff_new_pack.MwXiGk/_new  2018-04-11 14:00:49.47713 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Selenium-Remote-Driver
-Version:1.26
+Version:1.27
 Release:0
 %define cpan_name Selenium-Remote-Driver
 Summary:Perl Client for Selenium Remote Driver
@@ -119,7 +119,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes ide-plugin.js README README.md TAGS
+%doc at Changes ide-plugin.js README README.md TAGS
 %license LICENSE
 
 %changelog

++ Selenium-Remote-Driver-1.26.tar.gz -> Selenium-Remote-Driver-1.27.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.26/Changes 
new/Selenium-Remote-Driver-1.27/Changes
--- old/Selenium-Remote-Driver-1.26/Changes 2018-02-19 16:46:46.0 
+0100
+++ new/Selenium-Remote-Driver-1.27/Changes 2018-03-25 20:20:46.0 
+0200
@@ -1,5 +1,11 @@
 Revision history for Selenium-Remote-Driver
 
+1.27   03-25-2018 TEODESIAN
+[BUG FIXES]
+- Fix incorrect passing of capabilities to geckodriver which caused 
exceptions on instantiaion.
+- Fix issue where  elements could not be submitted.
+- Allow bypass of JSONWire emulation in 
Selenium::Remote::WebElement::get_attribute().
+
 1.26   02-19-2018 TEODESIAN
 [BUG FIXES]
 - Fix issue where only  elements and not  elements could 
be submit()ted.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.26/MANIFEST 
new/Selenium-Remote-Driver-1.27/MANIFEST
--- old/Selenium-Remote-Driver-1.26/MANIFEST2018-02-19 16:46:46.0 
+0100
+++ new/Selenium-Remote-Driver-1.27/MANIFEST2018-03-25 20:20:46.0 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.006.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
 Changes
 INSTALL.md
 LICENSE
@@ -9,6 +9,8 @@
 README
 README.md
 TAGS
+at/chrome.test
+at/firefox.test
 at/legacy.test
 at/other.html
 at/sanity-chrome.test
@@ -83,6 +85,7 @@
 t/author-mojibake.t
 t/author-no-tabs.t
 t/author-pod-coverage.t
+t/author-pod-linkcheck.t
 t/author-pod-syntax.t
 t/author-portability.t
 t/author-synopsis.t
@@ -107,7 +110,6 @@
 t/release-kwalitee.t
 t/release-meta-json.t
 t/release-minimum-version.t
-t/release-pod-linkcheck.t
 t/release-unused-vars.t
 t/uploadTest
 t/www/404.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.26/META.json 
new/Selenium-Remote-Driver-1.27/META.json
--- old/Selenium-Remote-Driver-1.26/META.json   2018-02-19 16:46:46.0 
+0100
+++ new/Selenium-Remote-Driver-1.27/META.json   2018-03-25 20:20:46.0 
+0200
@@ -9,7 +9,7 @@
   "Mark Stosberg "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150001",
+   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "apache_2_0"
],
@@ -31,6 +31,7 @@
 "Test::CPAN::Meta::JSON" : "0.16",
 "Test::EOL" : "0",
 "Test::Kwalitee" 

commit c-toxcore for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package c-toxcore for openSUSE:Factory 
checked in at 2018-04-11 13:58:28

Comparing /work/SRC/openSUSE:Factory/c-toxcore (Old)
 and  /work/SRC/openSUSE:Factory/.c-toxcore.new (New)


Package is "c-toxcore"

Wed Apr 11 13:58:28 2018 rev:2 rq:594686 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/c-toxcore/c-toxcore.changes  2018-04-01 
17:27:56.496446439 +0200
+++ /work/SRC/openSUSE:Factory/.c-toxcore.new/c-toxcore.changes 2018-04-11 
14:00:21.194355958 +0200
@@ -1,0 +2,5 @@
+Sun Apr  8 23:06:20 UTC 2018 - ec...@opensuse.org
+
+- fix build failure for Leap 42.3
+
+---



Other differences:
--
++ c-toxcore.spec ++
--- /var/tmp/diff_new_pack.dQlxlr/_old  2018-04-11 14:00:21.982327474 +0200
+++ /var/tmp/diff_new_pack.dQlxlr/_new  2018-04-11 14:00:21.986327329 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package c-toxcore
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Markus Kolb, Innsbruck, Austria.
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,7 +25,7 @@
 Summary:Secure decentralized instant messaging application
 License:GPL-3.0
 Group:  Productivity/Networking/Instant Messenger
-URL:https://tox.chat/
+Url:https://tox.chat/
 Source0:
https://github.com/TokTok/c-toxcore/archive/v%{version}.tar.gz#./%{name}-%{version}.tar.gz
 Source1:%{name}.tmpfiles.d
 Source2:
https://github.com/TokTok/c-toxcore/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
@@ -39,6 +39,7 @@
 BuildRequires:  libvpx-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(systemd)
+Requires(pre):  shadow
 %{?systemd_requires}
 
 %description
@@ -107,7 +108,6 @@
 --disable-static
 make %{?_smp_mflags}
 
-
 %install
 %make_install
 





commit nvmetcli for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package nvmetcli for openSUSE:Factory 
checked in at 2018-04-11 13:58:40

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


Package is "nvmetcli"

Wed Apr 11 13:58:40 2018 rev:8 rq:594772 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/nvmetcli/nvmetcli.changes2018-01-24 
15:31:03.368813854 +0100
+++ /work/SRC/openSUSE:Factory/.nvmetcli.new/nvmetcli.changes   2018-04-11 
14:00:37.893752294 +0200
@@ -1,0 +2,10 @@
+Sun Apr  8 20:36:58 UTC 2018 - ldun...@suse.com
+
+- Convert to Python3-only siglespec (bsc#1082208)
+  * Update the SPEC file, using singlespec format, but
+telling the macros to ignore Python2
+  * Tell the scripts to use Python3 instead of python,
+adding patch:
+- nvmetcli-update-python-to-python3.patch
+
+---

New:

  nvmetcli-update-python-to-python3.patch



Other differences:
--
++ nvmetcli.spec ++
--- /var/tmp/diff_new_pack.eZ03v3/_old  2018-04-11 14:00:39.621689832 +0200
+++ /var/tmp/diff_new_pack.eZ03v3/_new  2018-04-11 14:00:39.625689687 +0200
@@ -16,6 +16,10 @@
 #
 
 
+# python2 version of this no longer needed
+%define skip_python2 1
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   nvmetcli
 Version:0.6
 Release:1%{?dist}
@@ -24,8 +28,10 @@
 Group:  System/Management
 Url:http://git.infradead.org/users/hch/nvmetcli.git
 Source: nvmetcli-v%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Patch1: %{name}-update-python-to-python3.patch
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:   python-configshell-fb
 Requires:   python-kmod
 Requires(post): systemd
@@ -34,6 +40,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
+%python_subpackages
+
 %description
 This package contains the command line interface to the NVMe over
 Fabrics target in the Linux kernel. It allows configuring the NVMe
@@ -42,12 +50,13 @@
 
 %prep
 %setup -q -n nvmetcli-v%{version}
+%patch1 -p1
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --skip-build --root=%{buildroot} --prefix=usr
+%python_install
 mkdir -p %{buildroot}%{_sysconfdir}/nvmet
 mkdir -p %{buildroot}%{_prefix}/sbin
 install -m 755 nvmetcli %{buildroot}%{_sbindir}/nvmetcli

++ nvmetcli-update-python-to-python3.patch ++
From: Lee Duncan 
Date: Sun Apr  8 13:35:35 PDT 2018
Subject: [PATCH] use python3 instead of python

For ensuring this package uses python3 instead of
"python", it is better to patch the two places
where this is needed, rather than try to get
the SPEC file RPM macros to do the work, without
munging the package name.

--- 
diff -aurp nvmetcli-v0.6.orig/nvmetcli nvmetcli-v0.6/nvmetcli
--- nvmetcli-v0.6.orig/nvmetcli 2018-01-22 10:45:05.0 -0800
+++ nvmetcli-v0.6/nvmetcli  2018-03-30 12:20:36.875255323 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 '''
 Frontend to access to the NVMe target configfs hierarchy
diff -aurp nvmetcli-v0.6.orig/setup.py nvmetcli-v0.6/setup.py
--- nvmetcli-v0.6.orig/setup.py 2018-01-22 10:45:05.0 -0800
+++ nvmetcli-v0.6/setup.py  2018-03-30 12:20:30.215047092 -0700
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 '''
 This file is part of ConfigShell.
 Copyright (c) 2011-2013 by Datera, Inc



commit qtile for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package qtile for openSUSE:Factory checked 
in at 2018-04-11 13:58:32

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


Package is "qtile"

Wed Apr 11 13:58:32 2018 rev:5 rq:594769 version:0.11.1+20180406.68ddde55

Changes:

--- /work/SRC/openSUSE:Factory/qtile/qtile.changes  2018-03-14 
19:38:23.514578760 +0100
+++ /work/SRC/openSUSE:Factory/.qtile.new/qtile.changes 2018-04-11 
14:00:26.018181581 +0200
@@ -1,0 +2,12 @@
+Fri Apr 06 12:54:55 UTC 2018 - p...@cervinka.net
+
+- Update to version 0.11.1+20180406.68ddde55:
+  * Fix up the docs build, improve some widget docs
+  * Bugfix for wallpaper when user use custom wallpaper_command
+  * Add mypy checks
+  * Remove ignored flake8 errors
+  * Volume runs command on right click
+  * Fix for Tile layout where master windows are reversed on reset
+  * Fix mistakes in example
+
+---

Old:

  qtile-0.11.1+20180305.e741d3fe.tar.xz

New:

  qtile-0.11.1+20180406.68ddde55.tar.xz



Other differences:
--
++ qtile.spec ++
--- /var/tmp/diff_new_pack.JRNCsh/_old  2018-04-11 14:00:27.266136469 +0200
+++ /var/tmp/diff_new_pack.JRNCsh/_new  2018-04-11 14:00:27.270136324 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   qtile
-Version:0.11.1+20180305.e741d3fe
+Version:0.11.1+20180406.68ddde55
 Release:0
 Summary:A pure-Python tiling window manager
 # All MIT except for: libqtile/widget/pacman.py:GPL (v3 or later)

++ _servicedata ++
--- /var/tmp/diff_new_pack.JRNCsh/_old  2018-04-11 14:00:27.326134300 +0200
+++ /var/tmp/diff_new_pack.JRNCsh/_new  2018-04-11 14:00:27.326134300 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/qtile/qtile.git
-  e741d3feba2d6d3466a36870b138c8360214600e
\ No newline at end of file
+  68ddde553f7ba8c0a92a0dec1bff131270afbaf9
\ No newline at end of file

++ qtile-0.11.1+20180305.e741d3fe.tar.xz -> 
qtile-0.11.1+20180406.68ddde55.tar.xz ++
 1829 lines of diff (skipped)




commit gpxsee for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2018-04-11 13:58:23

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


Package is "gpxsee"

Wed Apr 11 13:58:23 2018 rev:24 rq:594678 version:5.6

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2018-03-20 
22:01:30.695194431 +0100
+++ /work/SRC/openSUSE:Factory/.gpxsee.new/gpxsee.changes   2018-04-11 
14:00:17.406492887 +0200
@@ -1,0 +2,7 @@
+Sun Apr  8 21:12:19 CEST 2018 - tu...@cbox.cz
+
+- Update to version 5.6
+  * Added WMS support.
+  * Several minor bugfixes and improvements (mostly WMTS).
+
+---

Old:

  GPXSee-5.5.tar.gz

New:

  GPXSee-5.6.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.vNRZ8s/_old  2018-04-11 14:00:18.994435485 +0200
+++ /var/tmp/diff_new_pack.vNRZ8s/_new  2018-04-11 14:00:18.998435339 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:5.5
+Version:5.6
 Release:1
 Summary:GPS log files visualizing and analyzing tool
 License:GPL-3.0

++ GPXSee-5.5.tar.gz -> GPXSee-5.6.tar.gz ++
 10867 lines of diff (skipped)

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.vNRZ8s/_old  2018-04-11 14:00:19.230426953 +0200
+++ /var/tmp/diff_new_pack.vNRZ8s/_new  2018-04-11 14:00:19.234426809 +0200
@@ -1,5 +1,5 @@
 pkgname=gpxsee
-pkgver=5.5
+pkgver=5.6
 pkgrel=1
 pkgdesc='GPX viewer and analyzer'
 arch=('i686' 'x86_64')

++ debian.changelog ++
--- /var/tmp/diff_new_pack.vNRZ8s/_old  2018-04-11 14:00:19.262425796 +0200
+++ /var/tmp/diff_new_pack.vNRZ8s/_new  2018-04-11 14:00:19.266425652 +0200
@@ -1,3 +1,10 @@
+gpxsee (5.6) stable; urgency=low
+
+  * Added WMS support.
+  * Several minor bugfixes and improvements (mostly WMTS).
+
+ -- Martin Tuma   Sun, 08 Apr 2018 21:18:43 +0200
+
 gpxsee (5.5) stable; urgency=high
 
   * Fixed deadlocks caused by infinite HTTP timeout.

++ gpxsee.dsc ++
--- /var/tmp/diff_new_pack.vNRZ8s/_old  2018-04-11 14:00:19.354422471 +0200
+++ /var/tmp/diff_new_pack.vNRZ8s/_new  2018-04-11 14:00:19.358422326 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: gpxsee
-Version: 5.5
+Version: 5.6
 Binary: gpxsee
 Maintainer: Martin Tuma 
 Architecture: any
 Build-Depends: debhelper (>= 9), qtbase5-dev, qtbase5-dev-tools, qt5-qmake, 
qttools5-dev-tools, libqt5opengl5-dev
 Files:
-  0 GPXSee-5.5.tar.gz
+  0 GPXSee-5.6.tar.gz




commit elisa for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package elisa for openSUSE:Factory checked 
in at 2018-04-11 13:58:15

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


Package is "elisa"

Wed Apr 11 13:58:15 2018 rev:2 rq:594674 version:0.1

Changes:

--- /work/SRC/openSUSE:Factory/elisa/elisa.changes  2018-02-10 
17:57:35.261390920 +0100
+++ /work/SRC/openSUSE:Factory/.elisa.new/elisa.changes 2018-04-11 
14:00:07.838838755 +0200
@@ -1,0 +2,9 @@
+Sun Apr  8 07:59:07 UTC 2018 - wba...@tmo.at
+
+- Update to 0.1
+  * First stable release
+- Update build requirements
+- Add necessary runtime requirements
+- Mark license files as %license instead of %doc
+
+---

Old:

  elisa-0.0.81.tar.xz

New:

  elisa-0.1.tar.xz



Other differences:
--
++ elisa.spec ++
--- /var/tmp/diff_new_pack.e4lVnE/_old  2018-04-11 14:00:09.202789449 +0200
+++ /var/tmp/diff_new_pack.e4lVnE/_new  2018-04-11 14:00:09.206789304 +0200
@@ -18,29 +18,30 @@
 
 %bcond_without lang
 Name:   elisa
-Version:0.0.81
+Version:0.1
 Release:0
 Summary:Music player and collection organizer
 License:LGPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
 URL:https://community.kde.org/Elisa
-Source: 
https://download.kde.org/unstable/%{name}/%{version}/%{name}-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  cmake
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  cmake(KF5Baloo) >= 5.32.0
-BuildRequires:  cmake(KF5Config) >= 5.32.0
-BuildRequires:  cmake(KF5ConfigWidgets) >= 5.32.0
-BuildRequires:  cmake(KF5CoreAddons) >= 5.32.0
-BuildRequires:  cmake(KF5Crash) >= 5.32.0
-BuildRequires:  cmake(KF5DBusAddons) >= 5.32.0
-BuildRequires:  cmake(KF5Declarative) >= 5.32.0
-BuildRequires:  cmake(KF5DocTools) >= 5.39.0
-BuildRequires:  cmake(KF5FileMetaData) >= 5.32.0
-BuildRequires:  cmake(KF5I18n) >= 5.32.0
-BuildRequires:  cmake(KF5KCMUtils) >= 5.32.0
-BuildRequires:  cmake(KF5Package) >= 5.32.0
-BuildRequires:  cmake(KF5XmlGui) >= 5.32.0
+BuildRequires:  cmake(KF5Baloo) >= 5.41.0
+BuildRequires:  cmake(KF5Config) >= 5.41.0
+BuildRequires:  cmake(KF5ConfigWidgets) >= 5.41.0
+BuildRequires:  cmake(KF5CoreAddons) >= 5.41.0
+BuildRequires:  cmake(KF5Crash) >= 5.41.0
+BuildRequires:  cmake(KF5DBusAddons) >= 5.41.0
+BuildRequires:  cmake(KF5Declarative) >= 5.41.0
+BuildRequires:  cmake(KF5DocTools) >= 5.41.0
+BuildRequires:  cmake(KF5FileMetaData) >= 5.41.0
+BuildRequires:  cmake(KF5I18n) >= 5.41.0
+BuildRequires:  cmake(KF5KCMUtils) >= 5.41.0
+BuildRequires:  cmake(KF5Package) >= 5.41.0
+BuildRequires:  cmake(KF5XmlGui) >= 5.41.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.9.0
 BuildRequires:  pkgconfig(Qt5Core) >= 5.9.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.9.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.9.0
@@ -52,6 +53,9 @@
 BuildRequires:  pkgconfig(Qt5Svg) >= 5.9.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.9.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.9.0
+Requires:   kdeclarative-components >= 5.41.0
+Requires:   libqt5-qtquickcontrols >= 5.9.0
+Requires:   libqt5-qtquickcontrols2 >= 5.9.0
 
 %if %{with lang}
 Recommends: %{name}-lang
@@ -85,7 +89,8 @@
   %suse_update_desktop_file -r org.kde.elisa Qt KDE AudioVideo Audio Player
 
 %files
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %doc %lang(en) %{_kf5_htmldir}/en/elisa/
 %{_kf5_bindir}/elisa
 %{_kf5_applicationsdir}/org.kde.elisa.desktop

++ elisa-0.0.81.tar.xz -> elisa-0.1.tar.xz ++
 30778 lines of diff (skipped)




commit python-SQLAlchemy for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2018-04-11 13:58:06

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


Package is "python-SQLAlchemy"

Wed Apr 11 13:58:06 2018 rev:49 rq:594667 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes  
2018-03-09 10:44:46.07575 +0100
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2018-04-11 13:59:55.755275579 +0200
@@ -1,0 +2,55 @@
+Sun Apr  1 22:17:46 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * run spec-cleaner
+
+- update to version 1.2.6:
+  * orm
++ [orm] [bug] Fixed bug where using Mutable.associate_with() or
+  Mutable.as_mutable() in conjunction with a class that has non-
+  primary mappers set up with alternatively-named attributes would
+  produce an attribute error. Since non-primary mappers are not
+  used for persistence, the mutable extension now excludes
+  non-primary mappers from its instrumentation steps.  References:
+  #4215
+  * engine
++ [engine] [bug] Fixed bug in connection pool where a connection
+  could be present in the pool without all of its “connect” event
+  handlers called, if a previous “connect” handler threw an
+  exception; note that the dialects themselves have connect
+  handlers that emit SQL, such as those which set transaction
+  isolation, which can fail if the database is in a non-available
+  state, but still allows a connection. The connection is now
+  invalidated first if any of the connect handlers fail.
+  References: #4225
+  * sql
++ [sql] [bug] Fixed a regression that occurred from the previous
+  fix to #4204 in version 1.2.5, where a CTE that refers to itself
+  after the CTE.alias() method has been called would not refer to
+  iself correctly.  References: #4204
+  * postgresql
++ [postgresql] [feature] Added support for “PARTITION BY” in
+  Postgresql table definitions, using
+  “postgresql_partition_by”. Pull request courtesy Vsevolod
+  Solovyov.
+  * mssql
++ [mssql] [bug] Adjusted the SQL Server version detection for
+  pyodbc to only allow for numeric tokens, filtering out
+  non-integers, since the dialect does tuple- numeric comparisons
+  with this value. This is normally true for all known SQL Server
+  / pyodbc drivers in any case.  References: #4227
+  * oracle
++ [oracle] [bug] The minimum cx_Oracle version supported is 5.2
+  (June 2015). Previously, the dialect asserted against version
+  5.0 but as of 1.2.2 we are using some symbols that did not
+  appear until 5.2.  References: #4211
+  * misc
++ [bug] [declarative] Removed a warning that would be emitted when
+  calling upon __table_args__, __mapper_args__ as named with a
+  @declared_attr method, when called from a non-mapped declarative
+  mixin. Calling these directly is documented as the approach to
+  use when one is overidding one of these methods on a mapped
+  class. The warning still emits for regular attribute names.
+  References: #4221
+
+---

Old:

  SQLAlchemy-1.2.5.tar.gz

New:

  SQLAlchemy-1.2.6.tar.gz



Other differences:
--
++ python-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.UYubXQ/_old  2018-04-11 13:59:56.591245357 +0200
+++ /var/tmp/diff_new_pack.UYubXQ/_new  2018-04-11 13:59:56.591245357 +0200
@@ -16,27 +16,25 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
+%bcond_without tests
 Name:   python-SQLAlchemy
-Version:1.2.5
+Version:1.2.6
 Release:0
-Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library
 License:MIT
 Group:  Development/Languages/Python
+Url:http://www.sqlalchemy.org
 Source: 
https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 # Test requirements:
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 #BuildRequires:  python-pysqlite
 %ifpython2
 Obsoletes:  %{oldpython}-sqlalchemy < %{version}
@@ -88,13 

commit matomo for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package matomo for openSUSE:Factory checked 
in at 2018-04-11 13:57:55

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


Package is "matomo"

Wed Apr 11 13:57:55 2018 rev:2 rq:594656 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/matomo/matomo.changes2018-02-12 
10:15:48.924207040 +0100
+++ /work/SRC/openSUSE:Factory/.matomo.new/matomo.changes   2018-04-11 
13:58:04.319304344 +0200
@@ -1,0 +2,9 @@
+Sun Apr  8 12:46:15 UTC 2018 - ec...@opensuse.org
+
+- update to 3.4.0
+  - `piwik` font is deprecated and will be removed in Matomo 4.0. 
+ Please use new `matomo` font instead
+  - New APIs
+  See https://matomo.org/changelog/matomo-3-4-0/
+
+---



Other differences:
--
++ matomo.spec ++
--- /var/tmp/diff_new_pack.DPmygr/_old  2018-04-11 13:59:31.704145052 +0200
+++ /var/tmp/diff_new_pack.DPmygr/_new  2018-04-11 13:59:31.708144908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package matomo
 #
-# 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
@@ -35,7 +35,7 @@
 %endif
 
 Name:   matomo
-Version:3.3.0
+Version:3.4.0
 Release:0
 Summary:Web analytics platform
 License:GPL-2.0
@@ -59,12 +59,12 @@
 BuildRequires: unzip
 Requires:   apache2
 Requires:   cron
-Requires:   mod_php_any >= 5.5.9
 Requires:   mariadb
-Requires:   php-json
-Requires:   php-mysql
+Requires:   mod_php_any >= 5.5.9
 Requires:   php-curl
 Requires:   php-gd
+Requires:   php-json
+Requires:   php-mysql
 Recommends: php-geoip
 Recommends: apache2-mod_geoip
 

++ piwik.zip ++
Binary files /var/tmp/diff_new_pack.DPmygr/_old and 
/var/tmp/diff_new_pack.DPmygr/_new differ




commit gajim for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2018-04-11 13:57:41

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


Package is "gajim"

Wed Apr 11 13:57:41 2018 rev:19 rq:594645 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/gajim/gajim.changes  2018-04-02 
22:49:55.708315147 +0200
+++ /work/SRC/openSUSE:Factory/.gajim.new/gajim.changes 2018-04-11 
13:57:47.503912326 +0200
@@ -1,0 +2,6 @@
+Sun Apr  8 11:54:24 UTC 2018 - d...@stellardeath.org
+
+- Add the python3-axolotl package to recommends to make OMEMO work
+  out of the box.
+
+---



Other differences:
--
++ gajim.spec ++
--- /var/tmp/diff_new_pack.V3qeK3/_old  2018-04-11 13:57:48.527875303 +0200
+++ /var/tmp/diff_new_pack.V3qeK3/_new  2018-04-11 13:57:48.527875303 +0200
@@ -44,6 +44,8 @@
 Requires:   python3-pycurl
 Requires:   python3-xml
 Recommends: %{name}-lang
+# OMEMO support.
+Recommends: python3-axolotl
 # Correct JID parsing.
 Recommends: python3-precis-i18n
 # End-to-end encryption.




commit chromium for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2018-04-11 13:57:11

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


Package is "chromium"

Wed Apr 11 13:57:11 2018 rev:183 rq:594640 version:65.0.3325.181

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2018-03-22 
12:11:17.676388224 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2018-04-11 
13:57:24.480744781 +0200
@@ -1,0 +2,12 @@
+Sun Apr  8 10:49:06 UTC 2018 - tchva...@suse.com
+
+- Add vaapi patches:
+  * chromium-vaapi-init.patch
+  * chromium-vaapi.patch
+
+---
+Fri Apr  6 12:54:24 UTC 2018 - tchva...@suse.com
+
+- Use memory-constraints package to limit threads as needed
+
+---

New:

  chromium-vaapi-init.patch
  chromium-vaapi.patch



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.GljNlv/_old  2018-04-11 13:57:33.836406503 +0200
+++ /var/tmp/diff_new_pack.GljNlv/_new  2018-04-11 13:57:33.840406358 +0200
@@ -40,7 +40,7 @@
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1-or-later
 Group:  Productivity/Networking/Web/Browsers
-Url:http://code.google.com/p/chromium/
+URL:http://code.google.com/p/chromium/
 Source0:
http://commondatastorage.googleapis.com/chromium-browser-official/%{rname}-%{version}.tar.xz
 # Toolchain definitions
 Source1:BUILD.gn
@@ -69,6 +69,10 @@
 Patch14:chromium-buildname.patch
 Patch17:chromium-non-void-return.patch
 Patch18:chromium-drm.patch
+# Google seem not too keen on merging this but GPU accel is quite important
+#  https://chromium-review.googlesource.com/c/chromium/src/+/532294
+Patch100:   chromium-vaapi-init.patch
+Patch101:   chromium-vaapi.patch
 # GN buildsystem related patches
 Patch200:   chromium-last-commit-position-r0.patch
 Patch201:   fix-gn-bootstrap.diff
@@ -92,6 +96,7 @@
 BuildRequires:  libjpeg-devel >= 8.1
 BuildRequires:  libpng-devel
 BuildRequires:  libva-devel
+BuildRequires:  memory-constraints
 BuildRequires:  ncurses-devel
 BuildRequires:  ninja >= 1.7.2
 BuildRequires:  pam-devel
@@ -117,9 +122,6 @@
 BuildRequires:  pkgconfig(gnome-keyring-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-%if %{with system_harfbuzz}
-BuildRequires:  pkgconfig(harfbuzz) >= 1.7.0
-%endif
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(imlib2)
 BuildRequires:  pkgconfig(jack)
@@ -191,6 +193,9 @@
 Obsoletes:  chromium-ffmpegsumo
 # no 32bit supported and it takes ages to build
 ExcludeArch:%{arm} aarch64 i586 ppc ppc64 ppc64le
+%if %{with system_harfbuzz}
+BuildRequires:  pkgconfig(harfbuzz) >= 1.7.0
+%endif
 %if 0%{?suse_version} >= 1330
 BuildRequires:  nodejs8
 %else
@@ -258,6 +263,10 @@
 %patch17 -p1
 %patch18 -p1
 
+# vaapi
+%patch100 -p1
+%patch101 -p1
+
 # Copy the toolchain settings
 mkdir toolchain
 cp %{SOURCE1} toolchain/BUILD.gn
@@ -459,18 +468,7 @@
 %endif
 %endif
 # do not eat all memory
-ninjaproc="%{?jobs:%{jobs}}"
-echo "Available memory:"
-cat /proc/meminfo
-echo "System limits:"
-ulimit -a
-if test -n "$ninjaproc" -a "$ninjaproc" -gt 1 ; then
-mem_per_process=160
-max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo)
-max_jobs="$(($max_mem / $mem_per_process))"
-test "$ninjaproc" -gt "$max_jobs" && ninjaproc="$max_jobs" && echo 
"Warning: Reducing number of jobs to $max_jobs because of memory limits"
-test "$ninjaproc" -le 0 && ninjaproc=1 && echo "Warning: Do not use the 
parallel build at all becuse of memory limits"
-fi
+%limit_build -m 1600
 
 # Set system libraries to be used
 gn_system_libraries=(
@@ -580,7 +578,7 @@
 #  https://bugs.chromium.org/p/chromium/issues/detail?id=642016
 out/Release/gn gen --args="${myconf_gn}" out/Release
 
-ninja -v -j $ninjaproc -C out/Release chrome chrome_sandbox chromedriver
+ninja -v %{?_smp_mflags} -C out/Release chrome chrome_sandbox chromedriver
 
 %install
 mkdir -p %{buildroot}%{_libdir}/chromium
@@ -664,7 +662,8 @@
 
 %files
 %verify(not mode) %{_libexecdir}/chrome_sandbox
-%doc AUTHORS LICENSE
+%license LICENSE
+%doc AUTHORS
 %config %{_sysconfdir}/chromium
 %config(noreplace) %{_sysconfdir}/default/chromium
 %dir %{_datadir}/gnome-control-center

++ chromium-vaapi-init.patch ++
>From 281edc278272f0650fc190c8539d443ac59157bc Mon Sep 17 00:00:00 2001
From: Daniel Charles 
Date: Thu, 08 Feb 2018 02:36:51 +
Subject: [PATCH] vaapi 

commit python-CommonMark for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-CommonMark for 
openSUSE:Factory checked in at 2018-04-11 13:56:59

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


Package is "python-CommonMark"

Wed Apr 11 13:56:59 2018 rev:5 rq:594620 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/python-CommonMark/python-CommonMark.changes  
2017-10-31 15:43:46.122277185 +0100
+++ /work/SRC/openSUSE:Factory/.python-CommonMark.new/python-CommonMark.changes 
2018-04-11 13:57:05.473432054 +0200
@@ -1,0 +2,9 @@
+Sat Apr  7 21:30:12 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.7.5:
+  * Fixed smart dashes bug in Python 3 (from @alvra)
+
+---

Old:

  CommonMark-0.7.4.tar.gz

New:

  CommonMark-0.7.5.tar.gz



Other differences:
--
++ python-CommonMark.spec ++
--- /var/tmp/diff_new_pack.kIqPfL/_old  2018-04-11 13:57:06.705387509 +0200
+++ /var/tmp/diff_new_pack.kIqPfL/_new  2018-04-11 13:57:06.709387364 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-CommonMark
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-CommonMark
-Version:0.7.4
+Version:0.7.5
 Release:0
 Summary:Python parser for the CommonMark Markdown spec
 License:BSD-3-Clause
@@ -32,7 +32,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-future
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %ifpython2
 Obsoletes:  %{oldpython}-commonmark < %{version}
@@ -42,7 +41,6 @@
 Provides:   python3-commonmark = %{version}
 Obsoletes:  python3-commonmark < %{version}
 %endif
-
 %python_subpackages
 
 %description
@@ -94,18 +92,18 @@
 # python setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/CommonMark/
 %{python_sitelib}/CommonMark-%{version}-py*.egg-info
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
-%doc spec.txt LICENSE
+%license LICENSE
+%doc spec.txt
 
 %files -n cmark-python
-%defattr(-,root,root,-)
-%doc spec.txt LICENSE
+%license LICENSE
+%doc spec.txt
 %{_bindir}/cmark
 
 %changelog

++ CommonMark-0.7.4.tar.gz -> CommonMark-0.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CommonMark-0.7.4/CommonMark/inlines.py 
new/CommonMark-0.7.5/CommonMark/inlines.py
--- old/CommonMark-0.7.4/CommonMark/inlines.py  2017-08-05 19:23:13.0 
+0200
+++ new/CommonMark-0.7.5/CommonMark/inlines.py  2018-03-13 18:29:11.0 
+0100
@@ -1,4 +1,4 @@
-from __future__ import absolute_import, unicode_literals
+from __future__ import absolute_import, unicode_literals, division
 
 import re
 import sys
@@ -105,19 +105,19 @@
 em_count = 0
 if len(chars) % 3 == 0:
 # If divisible by 3, use all em dashes
-em_count = len(chars) / 3
+em_count = len(chars) // 3
 elif len(chars) % 2 == 0:
 # If divisble by 2, use all en dashes
-en_count = len(chars) / 2
+en_count = len(chars) // 2
 elif len(chars) % 3 == 2:
 # if 2 extra dashes, use en dashfor last 2;
 # em dashes for rest
 en_count = 1
-em_count = (len(chars) - 2) / 3
+em_count = (len(chars) - 2) // 3
 else:
 # Use en dashes for last 4 hyphens; em dashes for rest
 en_count = 2
-em_count = (len(chars) - 4) / 3
+em_count = (len(chars) - 4) // 3
 return ('\u2014' * em_count) + ('\u2013' * en_count)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CommonMark-0.7.4/CommonMark/main.py 
new/CommonMark-0.7.5/CommonMark/main.py
--- old/CommonMark-0.7.4/CommonMark/main.py 2017-08-05 18:33:33.0 
+0200
+++ new/CommonMark-0.7.5/CommonMark/main.py 2018-03-13 18:29:11.0 
+0100
@@ -1,5 +1,5 @@
 # 2014 - Bibek Kafle & Roland Shoemaker
-# 2015-2016 - Nik Nyby
+# 2015-2017 - Nik Nyby
 # Port of @jgm's commonmark.js implementation of the CommonMark spec.
 
 # Basic usage:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CommonMark-0.7.4/CommonMark/tests/unit_tests.py 

commit python-pytest-xdist for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-pytest-xdist for 
openSUSE:Factory checked in at 2018-04-11 13:57:08

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


Package is "python-pytest-xdist"

Wed Apr 11 13:57:08 2018 rev:6 rq:594621 version:1.22.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-xdist/python-pytest-xdist.changes  
2018-02-25 11:47:19.879801817 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-xdist.new/python-pytest-xdist.changes 
2018-04-11 13:57:11.157226536 +0200
@@ -1,0 +2,7 @@
+Sat Apr  7 21:29:41 UTC 2018 - a...@gmx.de
+
+- update to version 1.22.2:
+  * Add backward compatibility for slaveoutput attribute to
+WorkerController instances. (#285)
+
+---

Old:

  pytest-xdist-1.22.1.tar.gz

New:

  pytest-xdist-1.22.2.tar.gz



Other differences:
--
++ python-pytest-xdist.spec ++
--- /var/tmp/diff_new_pack.SqVDws/_old  2018-04-11 13:57:12.585174903 +0200
+++ /var/tmp/diff_new_pack.SqVDws/_new  2018-04-11 13:57:12.585174903 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-xdist
-Version:1.22.1
+Version:1.22.2
 Release:0
 Summary:Distributed testing and loop-on-failing for py.test
 License:MIT

++ pytest-xdist-1.22.1.tar.gz -> pytest-xdist-1.22.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xdist-1.22.1/CHANGELOG.rst 
new/pytest-xdist-1.22.2/CHANGELOG.rst
--- old/pytest-xdist-1.22.1/CHANGELOG.rst   2018-02-19 23:02:22.0 
+0100
+++ new/pytest-xdist-1.22.2/CHANGELOG.rst   2018-02-27 11:10:58.0 
+0100
@@ -1,3 +1,14 @@
+pytest-xdist 1.22.2 (2018-02-26)
+
+
+Bug Fixes
+-
+
+- Add backward compatibility for ``slaveoutput`` attribute to
+  ``WorkerController`` instances. (`#285
+  `_)
+
+
 pytest-xdist 1.22.1 (2018-02-19)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xdist-1.22.1/PKG-INFO 
new/pytest-xdist-1.22.2/PKG-INFO
--- old/pytest-xdist-1.22.1/PKG-INFO2018-02-19 23:02:47.0 +0100
+++ new/pytest-xdist-1.22.2/PKG-INFO2018-02-27 11:11:26.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytest-xdist
-Version: 1.22.1
+Version: 1.22.2
 Summary: py.test xdist plugin for distributed testing and loop-on-failing modes
 Home-page: https://github.com/pytest-dev/pytest-xdist
 Author: holger krekel and contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xdist-1.22.1/pytest_xdist.egg-info/PKG-INFO 
new/pytest-xdist-1.22.2/pytest_xdist.egg-info/PKG-INFO
--- old/pytest-xdist-1.22.1/pytest_xdist.egg-info/PKG-INFO  2018-02-19 
23:02:47.0 +0100
+++ new/pytest-xdist-1.22.2/pytest_xdist.egg-info/PKG-INFO  2018-02-27 
11:11:26.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: pytest-xdist
-Version: 1.22.1
+Version: 1.22.2
 Summary: py.test xdist plugin for distributed testing and loop-on-failing modes
 Home-page: https://github.com/pytest-dev/pytest-xdist
 Author: holger krekel and contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xdist-1.22.1/xdist/_version.py 
new/pytest-xdist-1.22.2/xdist/_version.py
--- old/pytest-xdist-1.22.1/xdist/_version.py   2018-02-19 23:02:46.0 
+0100
+++ new/pytest-xdist-1.22.2/xdist/_version.py   2018-02-27 11:11:26.0 
+0100
@@ -1,4 +1,4 @@
 # coding: utf-8
 # file generated by setuptools_scm
 # don't change, don't track in version control
-version = '1.22.1'
+version = '1.22.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xdist-1.22.1/xdist/workermanage.py 
new/pytest-xdist-1.22.2/xdist/workermanage.py
--- old/pytest-xdist-1.22.1/xdist/workermanage.py   2018-02-19 
23:02:22.0 +0100
+++ new/pytest-xdist-1.22.2/xdist/workermanage.py   2018-02-27 
11:10:58.0 +0100
@@ -307,7 +307,7 @@
 self.notify_inproc(eventname, node=self, **kwargs)
 elif eventname == "workerfinished":
 self._down = True
-self.workeroutput = kwargs['workeroutput']
+self.workeroutput = self.slaveoutput = kwargs['workeroutput']
 self.notify_inproc("workerfinished", node=self)
 elif eventname in 

commit hdf5 for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2018-04-11 13:56:48

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


Package is "hdf5"

Wed Apr 11 13:56:48 2018 rev:44 rq:594566 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2018-04-04 
11:07:55.226599352 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2018-04-11 
13:56:52.925885763 +0200
@@ -1,0 +2,7 @@
+Sat Apr  7 22:31:05 UTC 2018 - e...@suse.com
+
+- Only build one examples package for all flavors, do not
+  include dependencies as these would be flavor specific
+  (bsc#1088547).
+
+---



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.wVS49C/_old  2018-04-11 13:56:53.949848737 +0200
+++ /var/tmp/diff_new_pack.wVS49C/_new  2018-04-11 13:56:53.953848592 +0200
@@ -412,12 +412,6 @@
 %package -n %{pname}-examples
 Summary:Examples for %{name}
 Group:  Documentation/Other
-Requires:   %{libname -l _cpp -s %{sonum_CXX}} = %{version}
-Requires:   %{libname -l _fortran -s %{sonum_F}} = %{version}
-Requires:   %{libname -l _hl -s %{sonum_HL}} = %{version}
-Requires:   %{libname -l _hl_cpp -s %{sonum_HL_CXX}} = %{version}
-Requires:   %{libname -l hl_fortran -s %{sonum_HL_F}} = %{version}
-Requires:   %{libname -s %{sonum}} = %{version}
 
 %description -n %{pname}-examples
 HDF5 is a data model, library, and file format for storing and
@@ -560,11 +554,9 @@
 
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%if %{without mpi}
+%if %{without mpi} && %{without hpc}
 find %{buildroot}%{_datadir}/hdf5_examples -type f \
  | grep -v ".sh$" | xargs chmod 644
-
- %if %{without hpc}
 # rpm macro for version checking
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cat > %{buildroot}%{_sysconfdir}/rpm/macros.hdf5 <

commit calc for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package calc for openSUSE:Factory checked in 
at 2018-04-11 13:56:42

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


Package is "calc"

Wed Apr 11 13:56:42 2018 rev:15 rq:594242 version:2.12.6.7

Changes:

--- /work/SRC/openSUSE:Factory/calc/calc.changes2018-01-20 
11:27:28.338240509 +0100
+++ /work/SRC/openSUSE:Factory/.calc.new/calc.changes   2018-04-11 
13:56:44.990172716 +0200
@@ -1,0 +2,12 @@
+Thu Mar 29 13:34:22 UTC 2018 - d...@opensuse.org
+
+- update to 2.12.6.7
+   + various fixes and improvements (e.g. inputbuffer length)
+
+---
+Tue Jan 30 13:26:53 UTC 2018 - d...@opensuse.org
+
+- update to 2.12.6.5
+- drop upstreamed calc-qmath-sequence-point.patch
+
+---

Old:

  calc-2.12.6.4.tar.bz2
  calc-qmath-sequence-point.patch
  what-is-calc

New:

  calc-2.12.6.7.tar.bz2



Other differences:
--
++ calc.spec ++
--- /var/tmp/diff_new_pack.bofElC/_old  2018-04-11 13:56:45.718146392 +0200
+++ /var/tmp/diff_new_pack.bofElC/_new  2018-04-11 13:56:45.722146247 +0200
@@ -19,7 +19,7 @@
 %define soname 2
 %define libname libcalc%{soname}
 Name:   calc
-Version:2.12.6.4
+Version:2.12.6.7
 Release:0
 Summary:C-style arbitrary precision calculator
 License:LGPL-2.1
@@ -29,10 +29,6 @@
 Source1:http://www.isthe.com/chongo/src/calc/checksum.sha-256
 Source2:README.openSUSE
 Source3:calc-rpmlintrc
-Source10:   http://www.isthe.com/chongo/src/calc/what-is-calc
-# patch to replace a macro possibly dereferencing an undefined value
-# by an inline-function
-Patch0: %{name}-qmath-sequence-point.patch
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel >= 5.5
 BuildRequires:  readline-devel >= 5.1
@@ -76,10 +72,8 @@
 sed 's/[[:space:]]\+/  /' | sha256sum -c - || exit 23;
 )
 %setup -q
-%patch0 -p1
 
 cp "%{SOURCE2}" .
-cp "%{SOURCE10}" what-is-calc.txt
 
 sed -i '/${CC} ${LIBCUSTCALC_SHLIB} ${CUSTCALC_OBJ}/a\
 \tln -s $@ libcustcalc.so
@@ -120,6 +114,7 @@
 README.FIRST README.md README.openSUSE \
 custom/CUSTOM_CAL custom/HOW_TO_ADD \
 %{buildroot}%{_docdir}/%{name}/
+
 # create symlinks to the help-dir for the help command, e.g. "help bugs"
 ln -sf %{_docdir}/%{name}/COPYING \
 %{buildroot}%{_datadir}/%{name}/help/COPYING
@@ -138,6 +133,10 @@
 ln -sf %{_docdir}/%{name}/HOW_TO_ADD \
 %{buildroot}%{_datadir}/%{name}/help/new_custom
 
+# add symlink to intro to docdir
+ln -sf %{_datadir}/%{name}/help/intro \
+%{buildroot}%{_docdir}/%{name}/what-is-calc.txt
+
 %fdupes %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
@@ -152,7 +151,7 @@
 %{_bindir}/%{name}
 %{_datadir}/%{name}
 %doc %{_mandir}/man1/%{name}.1.gz
-%doc what-is-calc.txt
+%doc %{_docdir}/%{name}/what-is-calc.txt
 
 %files -n %{libname}
 %defattr(-,root,root)

++ calc-2.12.6.4.tar.bz2 -> calc-2.12.6.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/calc-2.12.6.4/CHANGES new/calc-2.12.6.7/CHANGES
--- old/calc-2.12.6.4/CHANGES   2018-01-15 02:10:16.0 +0100
+++ new/calc-2.12.6.7/CHANGES   2018-03-04 20:04:51.0 +0100
@@ -1,4 +1,44 @@
-The following are the changes from calc version 2.12.6.1 to date:
+The following are the changes from calc version 2.12.6.6 to date:
+
+For historical purposes, in lucas.cal, gen_v1(1, n) always returns 4.
+
+Fixed some compiler warnings, thanks to a report by Mike
+.
+
+Added work around for a gcc warning bug, thanks to a report by Mike
+.
+
+Fixed errors in various help files such as:
+
+   mat randbit seed srandom types
+
+Removed the MAXSTRING symbol because it was no longer used by calc.
+
+Increased HIST_SIZE (depth of the history stack) from 10k to 32k.
+
+Increased TTYSIZE (reallocation size for terminal buffers) from 100 to 
8191.
+
+Increased MAXDEPTH (maximum depth of input stack) from 10 to 255.
+
+Increased interactive input buffer size from 1024 to 256k.  This has the
+effect of increasing the maximum length of an input line from a tty.
+This helps with an interactive bug that was reported by Ruslan Kabatsayev
+(b7 dot 10110111 at gmail dot com).
+
+
+The following are the changes from calc version 2.12.6.4 to 2.12.6.5:
+
+Fixed warning about undefined operations involving the qlink(q)
+macro by replacing that macro with an inline-function.  Thanks goes
+to David Haller  for this fix.
+
+NOTE for Windows 10 users: Pavel Nemec 
+reported that calc version 

commit dunelegacy for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package dunelegacy for openSUSE:Factory 
checked in at 2018-04-11 13:56:45

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


Package is "dunelegacy"

Wed Apr 11 13:56:45 2018 rev:3 rq:594551 version:0.96.4

Changes:

--- /work/SRC/openSUSE:Factory/dunelegacy/dunelegacy.changes2017-07-19 
12:22:02.383632893 +0200
+++ /work/SRC/openSUSE:Factory/.dunelegacy.new/dunelegacy.changes   
2018-04-11 13:56:46.858105172 +0200
@@ -1,0 +2,7 @@
+Sat Apr  7 18:21:47 UTC 2018 - wba...@tmo.at
+
+- Add fix-build-with-SDL_mixer-2.0.2.patch to fix build with
+  SDL2_mixer 2.0.2 where MIX_INIT_FLUIDSYNTH has been renamed to
+  MIX_INIT_MID
+
+---

New:

  fix-build-with-SDL_mixer-2.0.2.patch



Other differences:
--
++ dunelegacy.spec ++
--- /var/tmp/diff_new_pack.9ec7a0/_old  2018-04-11 13:56:47.694074943 +0200
+++ /var/tmp/diff_new_pack.9ec7a0/_new  2018-04-11 13:56:47.694074943 +0200
@@ -28,6 +28,8 @@
 Source8:%{name}.appdata.xml
 # PATCH-FEATURE-UPSTREAM https://sourceforge.net/p/dunelegacy/patches/7/
 Source9:%{name}.6
+# PATCH-FIX-OPENSUSE fix-build-with-SDL_mixer-2.0.2.patch wba...@tmo.at -- fix 
build with SDL2_mixer 2.0.2 where MIX_INIT_FLUIDSYNTH has been renamed to 
MIX_INIT_MID
+Patch:  fix-build-with-SDL_mixer-2.0.2.patch
 BuildRequires:  cppunit-devel
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q
+%patch -p1
 dos2unix ToDo.txt
 
 %build

++ fix-build-with-SDL_mixer-2.0.2.patch ++
diff -ur dunelegacy-0.96.4.orig/src/FileClasses/music/DirectoryPlayer.cpp 
dunelegacy-0.96.4/src/FileClasses/music/DirectoryPlayer.cpp
--- dunelegacy-0.96.4.orig/src/FileClasses/music/DirectoryPlayer.cpp
2016-11-20 15:57:02.0 +0100
+++ dunelegacy-0.96.4/src/FileClasses/music/DirectoryPlayer.cpp 2018-04-07 
20:18:15.596685772 +0200
@@ -61,7 +61,7 @@
 
 music = nullptr;
 
-Mix_Init(MIX_INIT_FLUIDSYNTH | MIX_INIT_FLAC | MIX_INIT_MP3 | 
MIX_INIT_OGG);
+Mix_Init(MIX_INIT_MID | MIX_INIT_FLAC | MIX_INIT_MP3 | MIX_INIT_OGG);
 }
 
 DirectoryPlayer::~DirectoryPlayer() {
diff -ur dunelegacy-0.96.4.orig/src/FileClasses/music/XMIPlayer.cpp 
dunelegacy-0.96.4/src/FileClasses/music/XMIPlayer.cpp
--- dunelegacy-0.96.4.orig/src/FileClasses/music/XMIPlayer.cpp  2016-11-18 
00:06:11.0 +0100
+++ dunelegacy-0.96.4/src/FileClasses/music/XMIPlayer.cpp   2018-04-07 
20:18:15.568685771 +0200
@@ -32,7 +32,7 @@
 XMIPlayer::XMIPlayer() : MusicPlayer(settings.audio.playMusic, 
settings.audio.musicVolume) {
 music = nullptr;
 
-if((Mix_Init(MIX_INIT_FLUIDSYNTH) & MIX_INIT_FLUIDSYNTH) == 0) {
+if((Mix_Init(MIX_INIT_MID) & MIX_INIT_MID) == 0) {
 SDL_Log("XMIPlayer: Failed to init required midi support: %s", 
SDL_GetError());
 }
 }



commit meld for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2018-04-11 13:56:31

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


Package is "meld"

Wed Apr 11 13:56:31 2018 rev:66 rq:592380 version:3.19.0

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2018-03-24 
16:14:43.260923073 +0100
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2018-04-11 
13:56:34.802541101 +0200
@@ -1,0 +2,42 @@
+Wed Mar 28 03:42:15 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.19.0:
+  + Features:
+- Add new per-pane status bar with selectors for syntax
+  highlighting and text encoding;
+- Allow text encoding to be chosen from file selectors;
+- Add new go-to-line action and UI;
+- Folder comparison now explicitly indicates symlinks in the
+  tree, and shows the symlink target;
+- Inline highlighting now draws whitespace in any changes it
+  covers;
+- Navigating between changes in file comparison now briefly
+  animates the outline, to make it easier to keep track of the
+  focus in busy comparisons.
+  + Fixes:
+- Handle file deletion where we can't move to trash (e.g.,
+  network mounts);
+- Keybindings for notebook switching work again;
+- Threading fixes for more responsive highlighting and better
+  exit handling;
+- Memory and file handle leakage for closed comparisons;
+- Make the --auto-compare and multiple --diff command line
+  options work again;
+- Avoid a race condition that made the "Resolve conflict"
+  prompt unreliable;
+- Invalid-iter crash when refreshing version control view;
+- Make non-existent files writable by default;
+  + Bugs/issues fixed: bgo#589366, bgo#783989, bgo#785313,
+bgo#785630, bgo#786629, bgo#786867, bgo#787256, bgo#788455,
+bgo#788487, bgo#790335, bgo#791173, glgo#GNOME/meld#46,
+glgo#GNOME/meld#97, glgo#GNOME/meld#133, glgo#GNOME/meld#146,
+glgo#GNOME/meld#151, glgo#GNOME/meld#152, glgo#GNOME/meld#158,
+glgo#GNOME/meld#159, glgo#GNOME/meld#161, glgo#GNOME/meld#165.
+  + Updated translations.
+- Conditionalize shared-mime-info BuildRequires, glib2_gsettings_\
+  schema_requires macro, and desktop_database_*, mime_database_*,
+  glib2_gsettings_schema_* and icon_theme_cache_* post/postun
+  scriptlets: only distribution releases where RPM 4.13 is not
+  present still use them.
+
+---

Old:

  meld-3.18.0.tar.xz

New:

  meld-3.19.0.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.4LWQPf/_old  2018-04-11 13:56:35.274524034 +0200
+++ /var/tmp/diff_new_pack.4LWQPf/_new  2018-04-11 13:56:35.278523889 +0200
@@ -17,18 +17,16 @@
 
 
 Name:   meld
-Version:3.18.0
+Version:3.19.0
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0-or-later
 Group:  Development/Tools/Other
 URL:http://meldmerge.org/
-Source: 
https://download.gnome.org/sources/meld/3.18/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/meld/3.19/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE meld-nodocs.patch dims...@opensuse.org -- We do not want 
COPYING and NEWS installed like this
 Patch0: meld-nodocs.patch
 BuildRequires:  fdupes
-# Needed for glib2_gsettings_schema macros
-BuildRequires:  glib2-devel
 # Needed for typelib() Requires
 BuildRequires:  gobject-introspection-devel
 # Needed for highcolor macros
@@ -37,8 +35,6 @@
 BuildRequires:  itstool
 BuildRequires:  libxml2-tools
 BuildRequires:  python3 >= 3.3
-# Needed for shared-mime-info macros
-BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 # needed for VCS diffs
@@ -49,15 +45,21 @@
 # Suggest various vcs that meld can handle
 Suggests:   bzr
 Suggests:   cvs
-# Not in Factory, but still in OBS
-Suggests:   darcs
 Suggests:   fossil
-Suggests:   git-core
+Suggests:   git
 Suggests:   mercurial
-Suggests:   monotone
 Suggests:   subversion
+# Not in Factory, but still in OBS
+Suggests:   darcs
+Suggests:   monotone
 Suggests:   tla
+#
 BuildArch:  noarch
+%if 0%{?suse_version} < 1330
+# Needed for shared-mime-info macros
+BuildRequires:  shared-mime-info
+%glib2_gsettings_schema_requires
+%endif
 
 %description
 Meld is a visual diff and merge tool. Two or three files can be
@@ -85,6 +87,7 @@
 %suse_update_desktop_file meld IDE
 %fdupes %{buildroot}%{_datadir}
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 

commit solid for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package solid for openSUSE:Factory checked 
in at 2018-04-11 13:49:37

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


Package is "solid"

Wed Apr 11 13:49:37 2018 rev:55 rq:594855 version:5.44.0

Changes:

--- /work/SRC/openSUSE:Factory/solid/solid.changes  2018-03-20 
21:48:57.118328807 +0100
+++ /work/SRC/openSUSE:Factory/.solid.new/solid.changes 2018-04-11 
13:49:48.353242744 +0200
@@ -1,0 +2,16 @@
+Mon Apr  9 09:28:01 UTC 2018 - wba...@tmo.at
+
+- Add UDisks-Correct-handling-of-removable-file-systems.patch to
+  fix problems with mounting removable devices introduced by the
+  previous fix for Auto-mount (kde#391706, kde#389479)
+
+---
+Sat Apr  7 11:36:59 UTC 2018 - fab...@ritter-vogt.de
+
+- Add udisks2 recommends
+- Use %license
+- Remove unnecessary ldconfig calls for -imports
+- Remove unnecessary %requires_ge
+- Clean .spec file
+
+---

New:

  UDisks-Correct-handling-of-removable-file-systems.patch



Other differences:
--
++ solid.spec ++
--- /var/tmp/diff_new_pack.XagJje/_old  2018-04-11 13:49:50.009182830 +0200
+++ /var/tmp/diff_new_pack.XagJje/_new  2018-04-11 13:49:50.009182830 +0200
@@ -44,7 +44,8 @@
 Url:http://www.kde.org
 Source: 
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM
+Patch:  UDisks-Correct-handling-of-removable-file-systems.patch
 
 %description
 Solid is a device integration framework.  It provides a way of querying and
@@ -54,16 +55,11 @@
 Summary:KDE Desktop hardware abstraction
 Group:  System/GUI/KDE
 Obsoletes:  libKF5Solid4
-%if %{with lang}
 Recommends: %lname-lang = %{version}
-%endif
 Recommends: %{name}-tools = %{version}
 Recommends: %{name}-imports = %{version}
+Recommends: udisks2
 Recommends: media-player-info
-%requires_ge libQt5Core5
-%requires_ge libQt5DBus5
-%requires_ge libQt5Widgets5
-%requires_ge libQt5Xml5
 
 %description -n %lname
 Solid is a device integration framework.  It provides a way of querying and
@@ -81,7 +77,6 @@
 %package imports
 Summary:KDE Desktop hardware abstraction
 Group:  System/GUI/KDE
-%requires_ge libQtQuick5
 
 %description imports
 Solid is a device integration framework.  It provides a way of querying and
@@ -101,8 +96,10 @@
 Development files.
 
 %lang_package -n %lname
+
 %prep
 %setup -q
+%patch -p1
 
 %build
   %cmake_kf5 -d build -- -DWITH_NEW_SOLID_JOB=ON -DWITH_NEW_POWER_ASYNC_API=ON 
-DWITH_NEW_POWER_ASYNC_FREEDESKTOP=ON 
-Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
@@ -120,32 +117,24 @@
 
 %postun -n %lname -p /sbin/ldconfig
 
-%post imports -p /sbin/ldconfig
-
-%postun imports -p /sbin/ldconfig
-
 %if %{with lang}
 %files -n %lname-lang -f %{name}5.lang
 %endif
 
 %files -n %lname
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_libdir}/libKF5Solid.so.*
 
 %files tools
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_bindir}/solid-hardware5
 %{_kf5_bindir}/solid-power
 
 %files imports
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_qmldir}/
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Solid.so
 %{_kf5_libdir}/cmake/KF5Solid/
 %{_kf5_includedir}/

++ UDisks-Correct-handling-of-removable-file-systems.patch ++
>From 122a6cd8989a4bd3096fddea908a1c2b223be62a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Sun, 8 Apr 2018 22:12:10 +0200
Subject: [UDisks] Correct handling of removable file systems

Summary:
Filesystems which have no fstab entry have an empty filepath (aka
mountpoint), but these should be mountable nevertheless.
The StorageAccess.ignored flag should only be used as a hint if a
device (filesystem) should create a device item in e.g Dolphin.

BUG: 391706
CCBUG: 389479

Reviewers: ngraham, broulik

Reviewed By: ngraham

Subscribers: #frameworks

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D12051
---
 src/solid/devices/backends/udisks2/udisksstorageaccess.cpp | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp 
b/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp
index dd8f76f..7db2263 100644
--- a/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp
+++ b/src/solid/devices/backends/udisks2/udisksstorageaccess.cpp
@@ -111,10 +111,10 @@ bool 

commit kernel-source for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2018-04-11 13:48:44

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Wed Apr 11 13:48:44 2018 rev:419 rq:594771 version:4.16.1

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2018-04-06 17:44:17.350886631 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2018-04-11 13:48:46.179492413 +0200
@@ -1,0 +2,61 @@
+Mon Apr  9 08:15:40 CEST 2018 - jsl...@suse.cz
+
+- Linux 4.16.1 (bnc#1012628).
+- signal: Correct the offset of si_pkey and si_lower in struct
+  siginfo on m68k (bnc#1012628).
+- Fix slab name "biovec-(1<<(21-12))" (bnc#1012628).
+- vt: change SGR 21 to follow the standards (bnc#1012628).
+- Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix
+  touchpad (bnc#1012628).
+- Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
+  (bnc#1012628).
+- Input: ALPS - fix TrackStick detection on Thinkpad L570 and
+  Latitude 7370 (bnc#1012628).
+- Revert "base: arch_topology: fix section mismatch build
+  warnings" (bnc#1012628).
+- staging: comedi: ni_mio_common: ack ai fifo error interrupts
+  (bnc#1012628).
+- siox: fix possible buffer overflow in device_add_store
+  (bnc#1012628).
+- Btrfs: fix unexpected cow in run_delalloc_nocow (bnc#1012628).
+- Bluetooth: hci_bcm: Add 6 new ACPI HIDs (bnc#1012628).
+- crypto: x86/cast5-avx - fix ECB encryption when long sg follows
+  short one (bnc#1012628).
+- crypto: arm,arm64 - Fix random regeneration of S_shipped
+  (bnc#1012628).
+- crypto: ccp - return an actual key size from RSA max_size
+  callback (bnc#1012628).
+- crypto: caam - Fix null dereference at error path (bnc#1012628).
+- crypto: ahash - Fix early termination in hash walk
+  (bnc#1012628).
+- crypto: talitos - fix IPsec cipher in length (bnc#1012628).
+- crypto: testmgr - Fix incorrect values in PKCS#1 test vector
+  (bnc#1012628).
+- crypto: inside-secure - fix clock management (bnc#1012628).
+- crypto: talitos - don't persistently map req_ctx->hw_context
+  and req_ctx->buf (bnc#1012628).
+- crypto: ccp - Fill the result buffer only on digest, finup,
+  and final ops (bnc#1012628).
+- crypto: lrw - Free rctx->ext with kzfree (bnc#1012628).
+- parport_pc: Add support for WCH CH382L PCI-E single parallel
+  port card (bnc#1012628).
+- media: usbtv: prevent double free in error case (bnc#1012628).
+- /dev/mem: Avoid overwriting "err" in read_mem() (bnc#1012628).
+- mei: remove dev_err message on an unsupported ioctl
+  (bnc#1012628).
+- serial: 8250: Add Nuvoton NPCM UART (bnc#1012628).
+- USB: serial: cp210x: add ELDAT Easywave RX09 id (bnc#1012628).
+- USB: serial: ftdi_sio: add support for Harman
+  FirmwareHubEmulator (bnc#1012628).
+- USB: serial: ftdi_sio: add RT Systems VX-8 cable (bnc#1012628).
+- bitmap: fix memset optimization on big-endian systems
+  (bnc#1012628).
+- commit 4bf9d1e
+
+---
+Fri Apr  6 10:06:22 CEST 2018 - ag...@suse.de
+
+- armv6hl: Disable uacces with memcpy (boo#1080435)
+- commit 2592f12
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-kvmsmall.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change
kernel-zfcpdump.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.FeRCwD/_old  2018-04-11 13:48:56.915103945 +0200
+++ /var/tmp/diff_new_pack.FeRCwD/_new  2018-04-11 13:48:56.915103945 +0200
@@ -17,7 +17,7 @@
 
 
 %define srcversion 4.16
-%define patchversion 4.16.0
+%define patchversion 4.16.1
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -29,9 +29,9 @@
 %(chmod +x 
%_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license})
 
 Name:   dtb-aarch64
-Version:4.16.0
+Version:4.16.1
 %if 0%{?is_kotd}
-Release:.ge16f96d
+Release:.gfc6541a
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change

commit dbus-1 for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2018-04-11 13:47:54

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


Package is "dbus-1"

Wed Apr 11 13:47:54 2018 rev:151 rq:594690 version:1.12.6

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2018-03-19 
23:32:40.125711259 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2018-04-11 
13:47:57.953237560 +0200
@@ -1,0 +2,29 @@
+Fri Mar 23 10:40:43 UTC 2018 - sfl...@suse.de
+
+- Update to 1.12.6
+  * Changelog for 1.12.6
+  • Increase system dbus-daemon's RLIMIT_NOFILE rlimit before it drops
+privileges, because it won't have permission afterwards. This fixes a
+regression in dbus 1.10.18 and 1.11.0 which made the standard system 
bus
+more susceptible to deliberate or accidental denial of service.
+(fdo#105165, David King)
+  * Changelog for 1.12.4
+  • When iterating the DBusConnection while blocking on a pending call,
+don't wait for I/O if that pending call already has a result; and make
+sure that whether it has a result is propagated in a thread-safe way.
+This prevents certain multi-threaded calling patterns from blocking
+until their timeout even when they should have succeeded sooner.
+(fdo#102839; Manish Narang, Michael Searle)
+  • Report the correct error if OOM is reached while trying to listen
+on a TCP socket (fdo#89104, Simon McVittie)
+  • Fix assertion failures in recovery from OOM while setting up a
+DBusServer (fdo#89104, Simon McVittie)
+  • Add a missing space to a warning message (fdo#103729, Thomas Zajic)
+  • Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir
+(fdo#104265, Benedikt Heine)
+  • On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't
+exist, create it before trying to create 
${localstatedir}/dbus/machine-id
+(fdo#104577, Chris Lesiak)
+  • Fix escaping in dbus-api-design document (fdo#104925, Philip Withnall)
+
+---
dbus-1.changes: same change

Old:

  dbus-1.12.2.tar.gz

New:

  dbus-1.12.6.tar.gz



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.cwD3dP/_old  2018-04-11 13:47:59.897167214 +0200
+++ /var/tmp/diff_new_pack.cwD3dP/_new  2018-04-11 13:47:59.901167069 +0200
@@ -23,12 +23,12 @@
 %endif
 %bcond_without selinux
 Name:   dbus-1-x11
-Version:1.12.2
+Version:1.12.6
 Release:0
 Summary:D-Bus Message Bus System
 License:GPL-2.0-or-later OR AFL-2.1
 Group:  System/Daemons
-URL:http://dbus.freedesktop.org/
+Url:http://dbus.freedesktop.org/
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz
 Source2:dbus-1.desktop
 Source3:dbus_at_console.ck

++ dbus-1.spec ++
--- /var/tmp/diff_new_pack.cwD3dP/_old  2018-04-11 13:47:59.925166201 +0200
+++ /var/tmp/diff_new_pack.cwD3dP/_new  2018-04-11 13:47:59.929166055 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1
 #
-# 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
@@ -26,10 +26,10 @@
 %endif
 %bcond_without selinux
 Name:   dbus-1
-Version:1.12.2
+Version:1.12.6
 Release:0
 Summary:D-Bus Message Bus System
-License:GPL-2.0+ or AFL-2.1
+License:GPL-2.0-or-later OR AFL-2.1
 Group:  System/Daemons
 Url:http://dbus.freedesktop.org/
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz

++ dbus-1.12.2.tar.gz -> dbus-1.12.6.tar.gz ++
 3966 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dbus-1.12.2/NEWS new/dbus-1.12.6/NEWS
--- old/dbus-1.12.2/NEWS2017-11-13 14:35:40.0 +0100
+++ new/dbus-1.12.6/NEWS2018-03-01 18:41:37.0 +0100
@@ -1,3 +1,47 @@
+dbus 1.12.6 (2018-03-01)
+
+
+The “just the one swan, actually” release.
+
+Fixes:
+
+• Increase system 

commit python-scipy for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2018-04-11 13:48:13

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


Package is "python-scipy"

Wed Apr 11 13:48:13 2018 rev:28 rq:594763 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes
2018-02-15 13:22:31.226483856 +0100
+++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes   
2018-04-11 13:48:17.632525417 +0200
@@ -1,0 +2,42 @@
+Sun Apr  1 22:41:09 UTC 2018 - a...@gmx.de
+
+- update to version 1.0.1:
+  * Issues closed for 1.0.1
++ #7493: ndimage.morphology functions are broken with numpy 1.13.0
++ #8118: minimize_cobyla broken if disp=True passed
++ #8142: scipy-v1.0.0 pdist with metric=`minkowski` raises
+   `ValueError:...
++ #8173: scipy.stats.ortho_group produces all negative
+   determinants...
++ #8207: gaussian_filter seg faults on float16 numpy arrays
++ #8234: scipy.optimize.linprog interior-point presolve bug with
+   trivial...
++ #8243: Make csgraph importable again via from scipy.sparse
+   import*
++ #8320: scipy.root segfaults with optimizer 'lm'
+  * Pull requests for 1.0.1
++ #8068: BUG: fix numpy deprecation test failures
++ #8082: BUG: fix solve_lyapunov import
++ #8144: MRG: Fix for cobyla
++ #8150: MAINT: resolve UPDATEIFCOPY deprecation errors
++ #8156: BUG: missing check on minkowski w kwarg
++ #8187: BUG: Sign of elements in random orthogonal 2D matrices in
+   "ortho_group_gen"...
++ #8197: CI: uninstall oclint
++ #8215: Fixes Numpy datatype compatibility issues
++ #8237: BUG: optimize: fix bug when variables fixed by bounds are
+   inconsistent...
++ #8248: BUG: declare "gfk" variable before call of terminate() in
+   newton-cg
++ #8280: REV: reintroduce csgraph import in scipy.sparse
++ #8322: MAINT: prevent scipy.optimize.root segfault closes #8320
++ #8334: TST: stats: don't use exact equality check for hdmedian
+   test
++ #8477: BUG: signal/signaltools: fix wrong refcounting in
+   PyArray_OrderFilterND
++ #8530: BUG: linalg: Fixed typo in flapack.pyf.src.
++ #8566: CI: Temporarily pin Cython version to 0.27.3
++ #8573: Backports for 1.0.1
++ #8581: Fix Cython 0.28 build break of qhull.pyx
+
+---

Old:

  scipy-1.0.0.tar.gz

New:

  scipy-1.0.1.tar.gz



Other differences:
--
++ python-scipy.spec ++
--- /var/tmp/diff_new_pack.vBfGQn/_old  2018-04-11 13:48:20.156434085 +0200
+++ /var/tmp/diff_new_pack.vBfGQn/_new  2018-04-11 13:48:20.160433939 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %if 0%{?is_opensuse} == 0
   %bcond_with openblas
 %else
@@ -33,19 +34,21 @@
 %endif
   %endif
 %endif
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-scipy
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Scientific Tools for Python
-License:BSD-3-Clause and LGPL-2.0+
+License:BSD-3-Clause AND LGPL-2.0-or-later
 Group:  Development/Libraries/Python
 Url:http://www.scipy.org
 Source0:
https://files.pythonhosted.org/packages/source/s/scipy/scipy-%{version}.tar.gz
 Source100:  python-scipy-rpmlintrc
 # PATCH-FIX-OPENSUSE - no_implicit_decl.patch - Fix implicit-pointer-decl 
warnings and implicit-fortify-decl error
 Patch0: no_implicit_decl.patch
+BuildRequires:  %{python_module Cython >= 0.19}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module numpy-devel >= 1.5.1}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  blas-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel
@@ -53,17 +56,13 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
 BuildRequires:  lapacke-devel
+BuildRequires:  python-rpm-macros
 BuildRequires:  suitesparse-devel-static
 BuildRequires:  swig
+Requires:   python-numpy >= 1.5.1
 %if %{with openblas}
 BuildRequires:  openblas-devel
 %endif
-BuildRequires:  %{python_module Cython >= 0.19}
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel >= 1.5.1}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-Requires:   python-numpy >= 1.5.1
 %python_subpackages
 
 %description
@@ -80,17 +79,17 @@
 %prep
 %setup -q -n scipy-%{version}
 %patch0 -p1
-find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \;
+find . -type f -name "*.py" -exec sed -i 

commit fwupdate for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package fwupdate for openSUSE:Factory 
checked in at 2018-04-11 13:48:00

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


Package is "fwupdate"

Wed Apr 11 13:48:00 2018 rev:7 rq:594696 version:9+git21.gcd8f7d7

Changes:

--- /work/SRC/openSUSE:Factory/fwupdate/fwupdate.changes2017-12-19 
10:46:11.400969405 +0100
+++ /work/SRC/openSUSE:Factory/.fwupdate.new/fwupdate.changes   2018-04-11 
13:48:07.244901316 +0200
@@ -1,0 +2,5 @@
+Mon Apr  9 03:37:59 UTC 2018 - g...@suse.com
+
+- Require shim only for x86_64 (bsc#1088434)
+
+---



Other differences:
--
++ fwupdate.spec ++
--- /var/tmp/diff_new_pack.ucbrIj/_old  2018-04-11 13:48:08.396859630 +0200
+++ /var/tmp/diff_new_pack.ucbrIj/_new  2018-04-11 13:48:08.396859630 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fwupdate
 #
-# 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,7 +29,7 @@
 Version:9+git21.gcd8f7d7
 Release:0
 Summary:Tools to manage UEFI firmware updates
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Base
 Url:https://github.com/rhinstaller/fwupdate
 Source: %{name}-%{version}.tar.bz2
@@ -51,7 +51,9 @@
 Requires:   %{name}-efi
 Requires:   efibootmgr
 Requires:   libfwup1 = %{version}-%{release}
+%ifarch x86_64
 Requires:   shim
+%endif
 %{?systemd_requires}
 ExclusiveArch:  x86_64 %{ix86} aarch64
 
@@ -86,7 +88,9 @@
 %package efi
 Summary:UEFI binaries used by libfwup
 Group:  System/Base
+%ifarch x86_64
 Requires:   shim
+%endif
 
 %description efi
 UEFI binaries used by libfwup to update the firmware.




commit ibus for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2018-04-11 13:47:47

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


Package is "ibus"

Wed Apr 11 13:47:47 2018 rev:83 rq:594689 version:1.5.18

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2018-03-12 
12:03:55.884206953 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2018-04-11 
13:47:48.753570481 +0200
@@ -25,0 +26,19 @@
+Mon Jan  8 11:43:48 UTC 2018 - tchva...@suse.com
+
+- Do not condition sources they all need to be present in src rpm
+- Add conditionals for python2 and python3
+- Use full url for github downloads instead of handmade tarball
+- Use make_install macro
+- Apply py3 enablement patches everywhere, no effect on py2 code
+- Drop python3 split spec file as it is not needed and use only
+  python3
+  * As there are no dependent packages on python-ibus directly
+people should repoint their scripts to the python3 variant
+  * Makefiles do not allow building both at once so stick only
+with py3 as we are disabling python2 slowly anyway
+- Drop 12.2 KDE icons as the codestreams are long out of support
+- Drop the kde4 icons too as we are plasma5 based now and enable
+  appindicator integration for plasma5 conditionaly under KDE
+  condition
+
+---

Old:

  kde-12.2.tar.gz
  kde.tar.gz
  python3-ibus.changes
  python3-ibus.spec



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.mZJvOR/_old  2018-04-11 13:47:49.741534728 +0200
+++ /var/tmp/diff_new_pack.mZJvOR/_new  2018-04-11 13:47:49.741534728 +0200
@@ -16,9 +16,6 @@
 #
 
 
-%define gtk_binary_version %(pkg-config  --variable=gtk_binary_version 
gtk+-2.0)
-# temporary disable, 'coz ibus is not python3 ready
-%define with_python3 0
 %if 0%{?is_opensuse}
 %define with_wayland 1
 %define with_kde 1
@@ -28,23 +25,17 @@
 %define with_kde 0
 %define with_emoji 0
 %endif
-
 Name:   ibus
 Version:1.5.18
 Release:0
 Summary:Intelligent Input Bus for Linux OS
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/I18n/Chinese
 Url:https://github.com/ibus/
 Source: 
https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
-#Source: %{name}-%{version}.tar.gz
 Source2:README.SUSE
 Source3:xim.ibus.suse.template
 Source4:xim.d-ibus-121
-%if %{with_kde}
-Source5:kde.tar.gz
-Source6:kde-12.2.tar.gz
-%endif
 Source7:macros.ibus
 Source10:   ibus-autostart
 Source11:   ibus-autostart.desktop
@@ -76,7 +67,6 @@
 # Disable ibus engines preload in GNOME for These works are handled by 
gnome-shell.
 Patch12:ibus-disable-engines-preload-in-GNOME.patch
 BuildRequires:  dbus-1-glib-devel
-BuildRequires:  dbus-1-python-devel >= 0.83.0
 BuildRequires:  dconf-devel >= 0.7.5
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
@@ -89,72 +79,50 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  libnotify-devel >= 0.7
 BuildRequires:  libtool
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python3-dbus-python-devel
 BuildRequires:  python3-devel
+BuildRequires:  python3-gobject2-devel
 BuildRequires:  unicode-ucd
+BuildRequires:  update-desktop-files
+# copy_deep method is supported since 0.31.1
+BuildRequires:  vala >= 0.31.1
+BuildRequires:  x11-tools
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libnotify)
-# directory ownership {
-%if %{with_kde}
-BuildRequires:  oxygen-icon-theme
-BuildRequires:  oxygen-icon-theme-scalable
-%endif
-BuildRequires:  x11-tools
-# }
-BuildRequires:  pkg-config
-%if %{with_python3}
-BuildRequires:  python3
-BuildRequires:  python3-gobject2-devel
-Requires:   python3-gobject2
-%if 0%{suse_version} > 1320
-Requires:   python3-gobject-Gdk
-%endif
-%else
-BuildRequires:  python
-BuildRequires:  python-gobject-devel
-Requires:   python-gobject
-%if 0%{suse_version} > 1320
-Requires:   python2-gobject-Gdk
-%endif
-%endif
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(vapigen)
-%if %{with_wayland}
-BuildRequires:  pkgconfig(wayland-client) >= 1.2.0
-%endif
-%if %{with_emoji}
-BuildRequires:  nodejs-emojione
-BuildRequires:  unicode-emoji
-BuildRequires:  pkgconfig(cldr-emoji-annotation)
-%endif
 BuildRequires:  pkgconfig(xkbcommon)
-# copy_deep method is supported since 0.31.1
-BuildRequires:  vala >= 0.31.1
-Requires:   dbus-1-python
 Requires:   dconf
 Requires:   iso-codes
 Requires:   libibus-1_0-5 = %{version}
+Requires:   

commit ncurses for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2018-04-11 13:46:59

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


Package is "ncurses"

Wed Apr 11 13:46:59 2018 rev:145 rq:593751 version:6.1

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2018-03-30 
11:54:53.020939825 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2018-04-11 
13:47:01.515280032 +0200
@@ -1,0 +2,22 @@
+Wed Apr  4 12:22:26 UTC 2018 - wer...@suse.de
+
+- Add version requirement for packages terminfo and terminfo-base
+  to avoid trouble with old ncurses tools and libraries 
+
+---
+Tue Apr  3 09:30:14 UTC 2018 - wer...@suse.de
+
+- Add ncurses patch 6.1-20180331
+  + improve terminfo write/read by modifying the fourth item of the
+extended header to denote the number of valid strings in the extended
+string table (prompted by a comment in unibilium's sources).
+
+---
+Thu Mar 29 11:30:00 UTC 2018 - wer...@suse.de
+
+- Add ncurses patch 6.1-20180324
+  + amend Scaled256() macro in test/picsmap.c to cover the full range
+0..1000 (report by Roger Pau Monne).
+  + add some checks in tracemunch for undefined variables.
+
+---



Other differences:
--
++ ncurses.spec ++
--- /var/tmp/diff_new_pack.qnXXNm/_old  2018-04-11 13:47:02.427247026 +0200
+++ /var/tmp/diff_new_pack.qnXXNm/_new  2018-04-11 13:47:02.431246881 +0200
@@ -112,6 +112,7 @@
 Summary:A terminal descriptions database
 License:MIT
 Group:  System/Base
+Requires:   ncurses >= %{version}
 Recommends: terminfo-screeen = %{version}
 Provides:   ncurses:%{_datadir}/tabset
 
@@ -184,6 +185,7 @@
 Summary:A terminal descriptions database
 License:SUSE-Public-Domain
 Group:  System/Base
+Requires:   terminfo-base = %{version}
 
 %description -n terminfo
 This is the terminfo reference database, maintained in the ncurses

++ ncurses-6.1-patches.tar.bz2 ++
 3026 lines of diff (skipped)

++ ncurses-6.1.dif ++
--- /var/tmp/diff_new_pack.qnXXNm/_old  2018-04-11 13:47:02.611240367 +0200
+++ /var/tmp/diff_new_pack.qnXXNm/_new  2018-04-11 13:47:02.611240367 +0200
@@ -22,7 +22,7 @@
  20 files changed, 248 insertions(+), 81 deletions(-)
 
 --- aclocal.m4
-+++ aclocal.m4 2018-03-05 07:53:48.984265229 +
 aclocal.m4 2018-04-03 09:30:51.952306743 +
 @@ -580,7 +580,7 @@ AC_MSG_CHECKING([for size of bool])
  AC_CACHE_VAL(cf_cv_type_of_bool,[
rm -f cf_test.out
@@ -151,7 +151,7 @@
  esac
  done
 --- configure
-+++ configure  2018-03-05 07:53:48.988265152 +
 configure  2018-04-03 09:30:51.956306670 +
 @@ -5972,7 +5972,7 @@ case $cf_cv_system_name in
fi
;;
@@ -288,7 +288,7 @@
# the next lines are needed for linking libtic over libncurses
TINFO_NAME=${LIB_NAME}
 --- include/curses.h.in
-+++ include/curses.h.in2018-03-05 07:53:48.992265076 +
 include/curses.h.in2018-04-03 09:30:51.956306670 +
 @@ -177,6 +177,9 @@ typedef @cf_cv_typeof_chtype@ chtype;
  typedef @cf_cv_typeof_mmask_t@ mmask_t;
  #endif
@@ -300,7 +300,7 @@
   * We need FILE, etc.  Include this before checking any feature symbols.
   */
 --- include/termcap.h.in
-+++ include/termcap.h.in   2018-03-05 07:53:48.992265076 +
 include/termcap.h.in   2018-04-03 09:30:51.956306670 +
 @@ -46,6 +46,8 @@ extern "C"
  {
  #endif /* __cplusplus */
@@ -311,7 +311,7 @@
  
  #undef  NCURSES_CONST 
 --- include/tic.h
-+++ include/tic.h  2018-03-05 07:53:48.992265076 +
 include/tic.h  2018-04-03 09:30:51.956306670 +
 @@ -221,12 +221,12 @@ struct alias
   */
  
@@ -328,7 +328,7 @@
  #define CANCELLED_STRING  (char *)(-1)
  
 --- man/man_db.renames
-+++ man/man_db.renames 2018-03-05 07:53:48.992265076 +
 man/man_db.renames 2018-04-03 09:30:51.956306670 +
 @@ -163,6 +163,7 @@ term.7 term.7
  term_variables.3x terminfo_variables.3ncurses
  terminfo.5terminfo.5
@@ -346,7 +346,7 @@
  #
  getty.1   getty.8
 --- man/ncurses.3x
-+++ man/ncurses.3x 2018-03-05 07:53:48.992265076 +
 man/ncurses.3x 2018-04-03 09:30:51.956306670 +
 @@ -138,6 +138,10 @@ after the shell environment variable \fB
  [See \fBterminfo\fR(\*n) for further details.]
  .SS Datatypes
@@ -359,7 +359,7 @@
  called \fIwindows\fR, which can be thought of as two-dimensional
  

commit sed for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package sed for openSUSE:Factory checked in 
at 2018-04-11 13:46:49

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


Package is "sed"

Wed Apr 11 13:46:49 2018 rev:29 rq:593414 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/sed/sed.changes  2018-03-07 10:27:51.285245028 
+0100
+++ /work/SRC/openSUSE:Factory/.sed.new/sed.changes 2018-04-11 
13:46:51.463643816 +0200
@@ -1,0 +2,16 @@
+Sun Apr  1 11:59:30 UTC 2018 - astie...@suse.com
+
+- GNU sed 4.5:
+  * sed now fails when matching very long input lines (>2GB).
+Before, sed would silently ignore the regex without indicating
+an error
+  * sed no longer rejects comments and closing braces after y///
+commands
+  * sed -E --posix no longer ignores special meaning of '+','?','|'
+  * sed -i now creates selinux context based on the context of the
+symlink instead of the symlink target
+sed -i --follow-symlinks remains unchanged.
+  * sed now treats the sequence '\x5c' (ASCII 92, backslash) as
+literal backslash character, not as an escape prefix character
+
+---

Old:

  sed-4.4.tar.xz
  sed-4.4.tar.xz.sig

New:

  sed-4.5.tar.xz
  sed-4.5.tar.xz.sig



Other differences:
--
++ sed.spec ++
--- /var/tmp/diff_new_pack.MfOXbm/_old  2018-04-11 13:46:52.107620510 +0200
+++ /var/tmp/diff_new_pack.MfOXbm/_new  2018-04-11 13:46:52.111620365 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sed
-Version:4.4
+Version:4.5
 Release:0
 Summary:A Stream-Oriented Non-Interactive Text Editor
 License:GPL-3.0+
@@ -56,7 +56,7 @@
 %if %{do_profiling}
   make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" V=1
   make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_generate}" check
-  make clean
+  make %{?_smp_mflags} clean
   make %{?_smp_mflags} CFLAGS="$CFLAGS %{cflags_profile_feedback}" V=1
 %else
   make %{?_smp_mflags} V=1
@@ -82,7 +82,6 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 
 %files
-%defattr(-, root, root)
 %license COPYING*
 %doc AUTHORS BUGS NEWS README* THANKS
 /bin/sed
@@ -91,6 +90,5 @@
 %{_infodir}/sed.info*%{ext_info}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ sed-4.4.tar.xz -> sed-4.5.tar.xz ++
 89649 lines of diff (skipped)





commit linux-glibc-devel for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2018-04-11 13:46:39

Comparing /work/SRC/openSUSE:Factory/linux-glibc-devel (Old)
 and  /work/SRC/openSUSE:Factory/.linux-glibc-devel.new (New)


Package is "linux-glibc-devel"

Wed Apr 11 13:46:39 2018 rev:61 rq:592911 version:4.16

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2018-02-03 15:37:14.780101446 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2018-04-11 13:46:46.675817097 +0200
@@ -1,0 +2,5 @@
+Sun Apr  1 22:25:52 UTC 2018 - sch...@suse.de
+
+- Update to kernel headers 4.16
+
+---

Old:

  linux-glibc-devel-4.15.tar.xz

New:

  linux-glibc-devel-4.16.tar.xz



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.CJLvNS/_old  2018-04-11 13:46:47.531786118 +0200
+++ /var/tmp/diff_new_pack.CJLvNS/_new  2018-04-11 13:46:47.535785973 +0200
@@ -18,10 +18,10 @@
 
 Name:   linux-glibc-devel
 Summary:Linux headers for userspace development
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Libraries/C and C++
 BuildArch:  noarch
-Version:4.15
+Version:4.16
 Release:0
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ install_all.sh ++
--- /var/tmp/diff_new_pack.CJLvNS/_old  2018-04-11 13:46:47.555785249 +0200
+++ /var/tmp/diff_new_pack.CJLvNS/_new  2018-04-11 13:46:47.555785249 +0200
@@ -27,8 +27,6 @@
 tar -xf $1
 pushd linux-${kernel_dir}
 cp Makefile $header_dir
-# header export for unicore32 in 2.6.39 is broken, disable it
-sed -i -e 's/cris/cris\|unicore32/' scripts/headers.sh
 /usr/bin/make O="$header_dir" headers_install_all
 # kvm.h and aout.h are only installed if SRCARCH is an architecture
 # that has support for them. As the package is noarch we need to make
@@ -38,26 +36,30 @@
 pushd "$header_dir"
 for asm in \
alpha \
-   avr32 \
+   arc \
blackfin \
+   c6x \
cris \
frv \
h8300 \
+   hexagon \
m32r \
-   m68knommu \
-   mips \
+   metag \
+   microblaze \
mn10300 \
+   nios2 \
+   openrisc \
+   score \
sh \
-   sh64 \
-   v850 \
+   tile \
+   unicore32 \
xtensa \
-unicore32 \
 ; do
-   rm -rf usr/include/asm-$asm
+   rm -rf usr/include/arch-$asm
 done
-rm Makefile
-find -type f -name "..install.cmd" -print0 | xargs -0 --no-run-if-empty rm
-find -type f -name ".install" -print0 | xargs -0 --no-run-if-empty rm
+rm Makefile .cache.mk
+find -type f -name "..install.cmd" -exec rm {} +
+find -type f -name ".install" -exec rm {} +
 #---
 #Fri Sep  5 10:43:49 CEST 2008 - m...@suse.de
 

++ linux-glibc-devel-4.15.tar.xz -> linux-glibc-devel-4.16.tar.xz ++
 41651 lines of diff (skipped)




commit python-Django for openSUSE:Factory

2018-04-11 Thread root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2018-04-11 13:47:22

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


Package is "python-Django"

Wed Apr 11 13:47:22 2018 rev:38 rq:594522 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2018-03-26 11:52:20.522023700 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2018-04-11 13:47:26.386379932 +0200
@@ -1,0 +2,34 @@
+Sat Apr  7 19:21:18 UTC 2018 - tbecht...@suse.com
+
+- update to version 2.0.4:
+  * Fixed #29265 -- Removed the suggestion to hardcode static URLs.
+  * Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains 
a non-UUID where one is expected.
+  * Fixed #29195 -- Fixed Exists.output_field resolution on single-valued 
queries.
+  * Fixed links to Sphinx docs.
+  * Fixed typo in docs/releases/2.0.4.txt.
+  * Clarified docs about ISO 8601 week numbering.
+  * Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget 
map's SRID.
+  * Added CVE-2018-7536,7 to the security release archive.
+  * Fixed #29221 -- Corrected admin's autocomplete widget to add a space after 
custom classes.
+  * Fixed #29273 -- Prevented initial selection of empty choice in multiple 
choice widgets.
+  * Added a pagination example to ListView docs.
+  * Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
+  * isorted import statements in tutorial example.
+  * Fixed #29192 -- Corrected docs regarding overriding fields from abstract 
base classes.
+  * Refs #11278 -- Clarified RelatedManager differences between reverse 
one-to-many and many-to-many relations.
+  * Added stub release notes for 1.11.12.
+  * Fixed #29165 -- Clarified how to load initial data with migrations.
+  * Fixed #29213 -- Fixed autocomplete widget's translations for 
zh-hans/zh-hant.
+  * Reverted "Expanded docs for AbstractBaseUser.has_usable_password()."
+  * Fixed typo in docs/releases/2.0.4/1.11.12.txt.
+  * Bumped version for 2.0.4 release.
+  * Fixed #29250 -- Added 'django_version' context to startapp/project docs.
+  * Added release date for 2.0.4 and 1.11.12.
+  * Post-release version bump.
+  * Clarified a sentence in docs/topics/i18n/translation.txt.
+  * Fixed #29229 -- Fixed column mismatch crash when combining two annotated 
values_list() querysets with union(), difference(), or intersection().
+  * Added stub release notes for 2.0.4.
+  * Fixed a couple mistakes in docs/ref/forms/widgets.txt.
+  * Fixed #28655 -- Added more examples for customizing widgets in a form.
+
+---

Old:

  Django-2.0.3.tar.gz
  Django-2.0.3.tar.gz.asc

New:

  Django-2.0.4.tar.gz
  Django-2.0.4.tar.gz.asc



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.cAX2iR/_old  2018-04-11 13:47:27.078354889 +0200
+++ /var/tmp/diff_new_pack.cAX2iR/_new  2018-04-11 13:47:27.082354745 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-Django
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-2.0.3.tar.gz -> Django-2.0.4.tar.gz ++
/work/SRC/openSUSE:Factory/python-Django/Django-2.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new/Django-2.0.4.tar.gz differ: char 
5, line 1

++ Django-2.0.3.tar.gz.asc -> Django-2.0.4.tar.gz.asc ++
--- /work/SRC/openSUSE:Factory/python-Django/Django-2.0.3.tar.gz.asc
2018-03-26 11:52:20.030041450 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-2.0.4.tar.gz.asc   
2018-04-11 13:47:26.358380945 +0200
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 2.0.3, released March 6, 2018.
+tarball and wheel files of Django 2.0.4, released April 2, 2018.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =
 
-https://www.djangoproject.com/m/releases/2.0/Django-2.0.3-py3-none-any.whl
-https://www.djangoproject.com/m/releases/2.0/Django-2.0.3.tar.gz
+https://www.djangoproject.com/m/releases/2.0/Django-2.0.4.tar.gz
+https://www.djangoproject.com/m/releases/2.0/Django-2.0.4-py3-none-any.whl
 
 MD5 checksums
 =
 
-84742d3266ae1a2c02326b1e3036c7b5  Django-2.0.3-py3-none-any.whl
-ef1a31d367cfe0a26af351c7ebbe