commit yast2-storage-ng for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-01-19 13:54:06

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


Package is "yast2-storage-ng"

Fri Jan 19 13:54:06 2018 rev:2 rq:567684 version:4.0.70

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-01-17 22:04:05.682949393 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-01-19 13:54:08.129651254 +0100
@@ -1,0 +2,7 @@
+Fri Jan 19 09:41:52 UTC 2018 - an...@suse.com
+
+- Correctly open the expert partitioner when called from the
+  Kubic/CaaSP summary screen (bsc#1076732)
+- 4.0.70
+
+---

Old:

  yast2-storage-ng-4.0.69.tar.bz2

New:

  yast2-storage-ng-4.0.70.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.XHP174/_old  2018-01-19 13:54:08.877616027 +0100
+++ /var/tmp/diff_new_pack.XHP174/_new  2018-01-19 13:54:08.881615838 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.69
+Version:4.0.70
 Release:0
 BuildArch:  noarch
 

++ yast2-storage-ng-4.0.69.tar.bz2 -> yast2-storage-ng-4.0.70.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.0.69/package/yast2-storage-ng.changes 
new/yast2-storage-ng-4.0.70/package/yast2-storage-ng.changes
--- old/yast2-storage-ng-4.0.69/package/yast2-storage-ng.changes
2018-01-16 10:01:02.0 +0100
+++ new/yast2-storage-ng-4.0.70/package/yast2-storage-ng.changes
2018-01-19 11:07:17.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Jan 19 09:41:52 UTC 2018 - an...@suse.com
+
+- Correctly open the expert partitioner when called from the
+  Kubic/CaaSP summary screen (bsc#1076732)
+- 4.0.70
+
+---
 Mon Jan 15 14:22:32 UTC 2018 - jlo...@suse.com
 
 - Added sanity checks for partitioning setup.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.0.69/package/yast2-storage-ng.spec 
new/yast2-storage-ng-4.0.70/package/yast2-storage-ng.spec
--- old/yast2-storage-ng-4.0.69/package/yast2-storage-ng.spec   2018-01-16 
10:01:02.0 +0100
+++ new/yast2-storage-ng-4.0.70/package/yast2-storage-ng.spec   2018-01-19 
11:07:17.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:  yast2-storage-ng
-Version:4.0.69
+Version:4.0.70
 Release:   0
 BuildArch: noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.0.69/src/lib/y2storage/clients/partitions_proposal.rb 
new/yast2-storage-ng-4.0.70/src/lib/y2storage/clients/partitions_proposal.rb
--- 
old/yast2-storage-ng-4.0.69/src/lib/y2storage/clients/partitions_proposal.rb
2018-01-16 10:01:02.0 +0100
+++ 
new/yast2-storage-ng-4.0.70/src/lib/y2storage/clients/partitions_proposal.rb
2018-01-19 11:07:17.0 +0100
@@ -66,7 +66,9 @@
   def ask_user(param)
 event = param["chosen_id"]
 
-if event == description["id"]
+# Also run the expert partitioner as default option if no id was
+# specified by the caller (bsc#1076732)
+if event == description["id"] || event.nil?
   result = expert_partitioner
   result = { next: :again, back: :back, abort: :finish }[result]
 elsif actions_presenter.can_handle?(event)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-ng-4.0.69/test/y2storage/clients/partitions_proposal_test.rb 
new/yast2-storage-ng-4.0.70/test/y2storage/clients/partitions_proposal_test.rb
--- 
old/yast2-storage-ng-4.0.69/test/y2storage/clients/partitions_proposal_test.rb  
2018-01-16 10:01:02.0 +0100
+++ 
new/yast2-storage-ng-4.0.70/test/y2storage/clients/partitions_proposal_test.rb  
2018-01-19 11:07:17.0 +0100
@@ -215,9 +215,7 @@
   end
 
   describe "#ask_user" do
-context "when 'chosen_id' is equal to the description id" do
-  let(:param) { { "chosen_id" => subject.description["id"] } }
-
+RSpec.shared_context "run expert partitioner" do
   before do
 allow(Y2Partitioner::Dialogs::Main).to 
receive(:new).and_return(expert_dialog)
 allow(expert_dialog).to receive(:run).and_return(result)
@@ -275,6 +273,19 @@
   end
 end
 
+context "when 'chosen_id' is equal to the 

commit libcloudproviders for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libcloudproviders for 
openSUSE:Factory checked in at 2018-01-19 11:54:10

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


Package is "libcloudproviders"

Fri Jan 19 11:54:10 2018 rev:2 rq:567446 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/libcloudproviders/libcloudproviders.changes  
2017-09-13 22:37:35.202352892 +0200
+++ /work/SRC/openSUSE:Factory/.libcloudproviders.new/libcloudproviders.changes 
2018-01-19 11:54:52.854922549 +0100
@@ -1,0 +2,25 @@
+Thu Dec 28 02:22:42 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 0.2.5:
+  + Fix leftovers of the daemon service breaking the build.
+- Changes from version 0.2.4:
+  + Remove libcloudproviders.service since a daemon won't be used
+anymore.
+- Changes from version 0.2.3:
+  + No news provided.
+- Changes from version 0.2.2:
+  + No news provided.
+- Changes from version 0.2.1:
+  + No news provided.
+- Changes from version 0.2.0:
+  + Use proper DBus.
+  + Use proper class prefixes.
+  + Remove daemon, since it's not necessary.
+  + Remove manager, since it can be simplified.
+- Update Url to https://gitlab.gnome.org/External/libcloudproviders
+  since this is the current libcloudproviders' GitLab project page.
+- Drop unneeded libcloudproviders Requires tag for the shared
+  library package once the main package has been removed,
+  following upstream's changes.
+
+---

Old:

  libcloudproviders-0.1.1.tar.xz

New:

  libcloudproviders-0.2.5.tar.xz



Other differences:
--
++ libcloudproviders.spec ++
--- /var/tmp/diff_new_pack.s5hxNV/_old  2018-01-19 11:54:53.374898045 +0100
+++ /var/tmp/diff_new_pack.s5hxNV/_new  2018-01-19 11:54:53.378897856 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libcloudproviders
-Version:0.1.1
+Version:0.2.5
 Release:0
 Summary:Library/Client to integrate cloud storage providers
 License:LGPL-3.0+
 Group:  System/GUI/GNOME
-Url:https://gitlab.gnome.org/GNOME/libcloudproviders
-Source: 
https://gitlab.gnome.org/External/libcloudproviders/uploads/c56694c41c40edbefccd94fdd8aa18e0/libcloudproviders-0.1.1.tar.xz
+Url:https://gitlab.gnome.org/External/libcloudproviders
+Source: 
https://gitlab.gnome.org/External/libcloudproviders/uploads/32bb0a808c397d55b6d72c61540c0171/libcloudproviders-0.2.5.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.40.0
@@ -34,15 +34,16 @@
 BuildRequires:  pkgconfig(systemd)
 
 %description
-Cross desktop library for desktop integration of cloud storage providers and 
sync tools.
+Cross desktop library for desktop integration of cloud storage
+providers and sync tools.
 
 %package -n libcloudproviders0
 Summary:Library to integrate cloud storage providers
 Group:  System/Libraries
-Requires:   %{name} >= %{version}
 
 %description -n libcloudproviders0
-Cross desktop library for desktop integration of cloud storage providers and 
sync tools.
+Cross desktop library for desktop integration of cloud storage
+providers and sync tools.
 
 %package devel
 Summary:Development files for %{name}
@@ -57,38 +58,27 @@
 %setup -q
 
 %build
-%{meson} \
-  -D enable-gtk-doc=true
-%{meson_build}
+%meson \
+-Denable-gtk-doc=true
+%meson_build
 
 %install
-%{meson_install}
+%meson_install
 
 %check
-%{meson_test}
-
-%preun
-%systemd_user_preun libcloudproviders.service
-
-%post
-%systemd_user_post libcloudproviders.service
+%meson_test
 
 %post   -n libcloudproviders0 -p /sbin/ldconfig
 %postun -n libcloudproviders0 -p /sbin/ldconfig
 
-%files
+%files -n libcloudproviders0
+%defattr(-, root, root)
 %license LICENSE
 %doc CHANGELOG README.md
-%dir %{_datadir}/cloud-providers
-%{_datadir}/cloud-providers/org.freedesktop.CloudProviderServerExample.ini
-%{_datadir}/dbus-1/services/org.freedesktop.CloudProviderServerExample.service
-%{_libexecdir}/cloudproviderd
-%{_userunitdir}/libcloudproviders.service
-
-%files -n libcloudproviders0
 %{_libdir}/libcloudproviders.so.*
 
 %files devel
+%defattr(-, root, root)
 %{_datadir}/gtk-doc/html/%{name}/
 %{_includedir}/cloudproviders/
 %{_libdir}/libcloudproviders.so

++ libcloudproviders-0.1.1.tar.xz -> libcloudproviders-0.2.5.tar.xz ++
 6456 lines of diff (skipped)




commit poedit for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-01-19 11:54:15

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


Package is "poedit"

Fri Jan 19 11:54:15 2018 rev:42 rq:567461 version:2.0.6

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2017-12-12 
21:24:31.853905274 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2018-01-19 
11:54:53.682883532 +0100
@@ -1,0 +2,7 @@
+Thu Jan 18 15:17:46 UTC 2018 - astie...@suse.com
+
+- PoEdit 2.0.6:
+  * Fix hanging with certain rare (non-UTF8, non-ASCII msgids) 
+PO files
+
+---

Old:

  poedit-2.0.5.tar.gz

New:

  poedit-2.0.6.tar.gz



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.NYeRk8/_old  2018-01-19 11:54:54.378850735 +0100
+++ /var/tmp/diff_new_pack.NYeRk8/_new  2018-01-19 11:54:54.382850547 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package poedit
 #
-# 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 @@
 %bcond_without language_detection
 %bcond_without crowdin_integration
 Name:   poedit
-Version:2.0.5
+Version:2.0.6
 Release:0
 Summary:Gettext Catalog Editing Tool
 License:MIT

++ poedit-2.0.5.tar.gz -> poedit-2.0.6.tar.gz ++
 3893 lines of diff (skipped)




commit ibmtss for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package ibmtss for openSUSE:Factory checked 
in at 2018-01-19 11:53:58

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


Package is "ibmtss"

Fri Jan 19 11:53:58 2018 rev:7 rq:567293 version:1045

Changes:

--- /work/SRC/openSUSE:Factory/ibmtss/ibmtss.changes2017-11-22 
11:22:14.245755248 +0100
+++ /work/SRC/openSUSE:Factory/.ibmtss.new/ibmtss.changes   2018-01-19 
11:54:48.503127623 +0100
@@ -1,0 +2,5 @@
+Thu Jan 18 08:34:51 UTC 2018 - msucha...@suse.com
+
+- Enable test on BE
+
+---



Other differences:
--
++ ibmtss.spec ++
--- /var/tmp/diff_new_pack.wf3ELu/_old  2018-01-19 11:54:49.559077862 +0100
+++ /var/tmp/diff_new_pack.wf3ELu/_new  2018-01-19 11:54:49.563077674 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibmtss
 #
-# 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
@@ -30,13 +30,8 @@
 Patch:  makefile.patch
 Source1:%{name}
 Source2:%{name}.1
-BuildRequires:  libopenssl-devel
-%ifnarch s390x s390 ppc64 ppc
 BuildRequires:  ibmswtpm2
-%define test 1
-%else
-%define test ""
-%endif
+BuildRequires:  libopenssl-devel
 Recommends: %{name}-base = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -70,11 +65,11 @@
 
 %build
 cd utils
-[ -n "%{test}" ] && { %{_libexecdir}/%{suite}/tpm_server & tpm_server="$!" ; }
+%{_libexecdir}/%{suite}/tpm_server & tpm_server="$!"
 CCFLAGS="%{optflags}" make LNAFLAGS="-Wl,-rpath,%{_libexecdir}/%{suite}" 
%{?_smp_mflags}
 testfailed=0
-[ -n "%{test}" ] && { TPM_INTERFACE_TYPE=socsim LD_LIBRARY_PATH=. ./reg.sh || 
testfailed=$? ; }
-[ -n "%{test}" ] && kill "$tpm_server" || :
+TPM_INTERFACE_TYPE=socsim LD_LIBRARY_PATH=. ./reg.sh || testfailed=$?
+kill "$tpm_server" || :
 [ "$testfailed" -eq 0 ]
 
 %install




commit tor for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2018-01-19 11:53:55

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


Package is "tor"

Fri Jan 19 11:53:55 2018 rev:62 rq:567207 version:0.3.2.9

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2017-12-18 08:57:25.104851086 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2018-01-19 
11:54:42.447412994 +0100
@@ -1,0 +2,9 @@
+Wed Jan 10 21:33:45 UTC 2018 - astie...@suse.com
+
+- tor 0.3.2.9:
+  * new onion service design (v3), not default
+  * new circuit scheduler algorithm for improved performance
+  * directory authority updates
+  * many other updates and improvements
+
+---

Old:

  tor-0.3.1.9.tar.gz
  tor-0.3.1.9.tar.gz.asc

New:

  tor-0.3.2.9.tar.gz
  tor-0.3.2.9.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.AtCYr3/_old  2018-01-19 11:54:44.595311776 +0100
+++ /var/tmp/diff_new_pack.AtCYr3/_new  2018-01-19 11:54:44.595311776 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tor
 #
-# 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
@@ -20,7 +20,7 @@
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 Name:   tor
-Version:0.3.1.9
+Version:0.3.2.9
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause

++ tor-0.3.1.9.tar.gz -> tor-0.3.2.9.tar.gz ++
 154680 lines of diff (skipped)





commit tre for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package tre for openSUSE:Factory checked in 
at 2018-01-19 11:54:05

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


Package is "tre"

Fri Jan 19 11:54:05 2018 rev:14 rq:567305 version:0.8.0_git201402282055

Changes:

--- /work/SRC/openSUSE:Factory/tre/tre.changes  2014-05-09 06:59:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tre.new/tre.changes 2018-01-19 
11:54:51.770973628 +0100
@@ -1,0 +2,7 @@
+Tue Jan 16 16:08:41 UTC 2018 - kbabi...@suse.com
+
+- CVE-2016-8859.patch: Fix multiple integer overflows which allowed
+  attackers to cause memory corruption via a large number of (1) states or
+  (2) tags, which triggered an out-of-bounds write (bnc#1005483)
+
+---

New:

  CVE-2016-8859.patch



Other differences:
--
++ tre.spec ++
--- /var/tmp/diff_new_pack.8kesgd/_old  2018-01-19 11:54:52.658931784 +0100
+++ /var/tmp/diff_new_pack.8kesgd/_new  2018-01-19 11:54:52.662931595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tre
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
 # Update the python build to fix wrong include and lib paths.
 # See https://github.com/laurikari/tre/pull/19.
 Patch1: %{name}-chicken.patch
+Patch2: CVE-2016-8859.patch
 BuildRequires:  gettext-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -94,6 +95,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1 -b .chicken
+%patch2 -p1
 ./utils/autogen.sh
 
 %build

++ CVE-2016-8859.patch ++
>From c3edc06d1e1360f3570db9155d6b318ae0d0f0f7 Mon Sep 17 00:00:00 2001
From: Rich Felker 
Date: Thu, 6 Oct 2016 18:34:58 -0400
Subject: fix missing integer overflow checks in regexec buffer size
 computations

most of the possible overflows were already ruled out in practice by
regcomp having already succeeded performing larger allocations.
however at least the num_states*num_tags multiplication can clearly
overflow in practice. for safety, check them all, and use the proper
type, size_t, rather than int.

also improve comments, use calloc in place of malloc+memset, and
remove bogus casts.
---
 src/regex/regexec.c | 23 ++-
 1 file changed, 18 insertions(+), 5 deletions(-)

Note: patch was modified to apply to tre, parts were taken from
https://github.com/laurikari/tre/issues/37

--- a/lib/tre-match-parallel.c
+++ b/lib/tre-match-parallel.c
@@ -59,6 +59,7 @@ char *alloca ();
 #ifdef HAVE_MALLOC_H
 #include 
 #endif /* HAVE_MALLOC_H */
+#include 
 
 #include "tre-internal.h"
 #include "tre-match-utils.h"
@@ -150,11 +151,24 @@ tre_tnfa_run_parallel(const tre_tnfa_t *
 
   /* Allocate memory for temporary data required for matching. This needs to
  be done for every matching operation to be thread safe.  This allocates
- everything in a single large block from the stack frame using alloca()
- or with malloc() if alloca is unavailable. */
+ everything in a single large block with calloc(). */
   {
-int tbytes, rbytes, pbytes, xbytes, total_bytes;
+size_t tbytes, rbytes, pbytes, xbytes, total_bytes;
 char *tmp_buf;
+
+/* Ensure that tbytes and xbytes*num_states cannot overflow, and that
+ * they don't contribute more than 1/8 of SIZE_MAX to total_bytes. */
+if (num_tags > SIZE_MAX/(8 * sizeof(int) * tnfa->num_states))
+  return REG_BADPAT;
+
+/* Likewise check rbytes. */
+if (tnfa->num_states+1 > SIZE_MAX/(8 * sizeof(*reach_next)))
+  return REG_BADPAT;
+
+/* Likewise check pbytes. */
+if (tnfa->num_states > SIZE_MAX/(8 * sizeof(*reach_pos)))
+  return REG_BADPAT;
+
 /* Compute the length of the block we need. */
 tbytes = sizeof(*tmp_tags) * num_tags;
 rbytes = sizeof(*reach_next) * (tnfa->num_states + 1);
@@ -168,11 +182,11 @@ tre_tnfa_run_parallel(const tre_tnfa_t *
 #ifdef TRE_USE_ALLOCA
 buf = alloca(total_bytes);
 #else /* !TRE_USE_ALLOCA */
-buf = xmalloc((unsigned)total_bytes);
+buf = xmalloc(total_bytes);
 #endif /* !TRE_USE_ALLOCA */
 if (buf == NULL)
   return REG_ESPACE;
-memset(buf, 0, (size_t)total_bytes);
+memset(buf, 0, total_bytes);
 
 /* Get the various pointers within tmp_buf (properly aligned). */
 tmp_tags = (void *)buf;



commit datovka for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package datovka for openSUSE:Factory checked 
in at 2018-01-19 11:53:48

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


Package is "datovka"

Fri Jan 19 11:53:48 2018 rev:26 rq:566985 version:4.10.1

Changes:

--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2017-12-02 
13:12:02.943360088 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes 2018-01-19 
11:54:10.196932818 +0100
@@ -1,0 +2,8 @@
+Wed Jan 17 18:09:12 UTC 2018 - tchva...@suse.com
+
+- Update to 4.10.1:
+  * Few small fixes
+  * MSI installer tweaks
+- Refresh patch datovka-fix-pro.patch
+
+---

Old:

  datovka-4.10.0.tar.xz
  datovka-4.10.0.tar.xz.sha256

New:

  datovka-4.10.1.tar.xz
  datovka-4.10.1.tar.xz.sha256



Other differences:
--
++ datovka.spec ++
--- /var/tmp/diff_new_pack.IGN4S1/_old  2018-01-19 11:54:11.272882112 +0100
+++ /var/tmp/diff_new_pack.IGN4S1/_new  2018-01-19 11:54:11.276881924 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   datovka
-Version:4.10.0
+Version:4.10.1
 Release:0
 Summary:Library to access Czech eGov system "Datove schranky"
 License:GPL-3.0+

++ datovka-4.10.0.tar.xz -> datovka-4.10.1.tar.xz ++
 6011 lines of diff (skipped)

++ datovka-4.10.0.tar.xz.sha256 -> datovka-4.10.1.tar.xz.sha256 ++
--- /work/SRC/openSUSE:Factory/datovka/datovka-4.10.0.tar.xz.sha256 
2017-12-02 13:12:02.919360962 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka-4.10.1.tar.xz.sha256
2018-01-19 11:54:07.217073249 +0100
@@ -1 +1 @@
-14441e1cc2feffc0fbeda8408aef4f784b1bc937ad3e044b136fc4395c6bc5bd
+66b5800783b65e746715fedb375462c714e4c54e36152371b9ab65a70cdc0d4f

++ datovka-fix-pro.patch ++
--- /var/tmp/diff_new_pack.IGN4S1/_old  2018-01-19 11:54:11.804857042 +0100
+++ /var/tmp/diff_new_pack.IGN4S1/_new  2018-01-19 11:54:11.804857042 +0100
@@ -2,17 +2,19 @@
  datovka.pro |   26 --
  1 file changed, 8 insertions(+), 18 deletions(-)
 
 a/datovka.pro
-+++ b/datovka.pro
-@@ -31,7 +31,6 @@ win32 {
- sufficientQtVersion(5, 3, 3, 2)
+Index: datovka-4.10.1/datovka.pro
+===
+--- datovka-4.10.1.orig/datovka.pro
 datovka-4.10.1/datovka.pro
+@@ -32,7 +32,6 @@ win32 {
+ sufficientQtVersion(5, 3, 4, 1)
  
  DEFINES += \
 -  DEBUG=1 \
VERSION=\\\"$${VERSION}\\\"
  
  unix:!macx {
-@@ -82,11 +81,6 @@ unix:!macx {
+@@ -83,11 +82,6 @@ unix:!macx {
localisation.files += locale/datovka_cs.qm \
locale/datovka_en.qm
  
@@ -24,7 +26,7 @@
DEFINES += DATADIR=\\\"$$DATADIR\\\" \
PKGDATADIR=\\\"$$PKGDATADIR\\\" \
LOCALE_INST_DIR="\"\\\"$${LOCALE_INST_DIR}\\\"\"" \
-@@ -104,17 +98,20 @@ unix:!macx {
+@@ -105,17 +99,20 @@ unix:!macx {
icon64 \
icon128 \
icon256 \
@@ -49,7 +51,7 @@
  INCLUDEPATH += \
src
  
-@@ -193,15 +190,8 @@ macx {
+@@ -194,15 +191,8 @@ macx {
locale/datovka_en.qm
localisation.files += locale/qtbase_cs.qm
  




commit digikam for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2018-01-19 11:53:49

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


Package is "digikam"

Fri Jan 19 11:53:49 2018 rev:166 rq:567200 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2018-01-17 
21:58:35.178440320 +0100
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2018-01-19 
11:54:16.244647811 +0100
@@ -1,0 +2,7 @@
+Wed Jan 17 18:50:08 UTC 2018 - wba...@tmo.at
+
+- Add fix-font-size-in-tooltips.patch to make tooltips respect the
+  configured font size (kde#337243)
+- Remove some no longer respected cmake options
+
+---

New:

  fix-font-size-in-tooltips.patch



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.v5K16f/_old  2018-01-19 11:54:21.076420109 +0100
+++ /var/tmp/diff_new_pack.v5K16f/_new  2018-01-19 11:54:21.076420109 +0100
@@ -32,6 +32,8 @@
 Patch2: 0002-Revert-replace-obsolete-qSort-function.patch
 # PATCH-FIX-OPENSUSE fix-italian-docs-with-older-kdoctools.patch -- fix build 
with the old kdoctools in Leap 42.2 that misses two necessary entities for 
italian
 Patch3: fix-italian-docs-with-older-kdoctools.patch
+# PATCH-FIX-UPSTREAM
+Patch4: fix-font-size-in-tooltips.patch
 #This pulls in QWebEngine, which is not available on ppc64
 %ifarch %ix86 x86_64 %arm aarch64 mips mips64
 BuildRequires:  akonadi-contact-devel
@@ -181,6 +183,7 @@
 %patch3 -p1
 %endif
 %endif
+%patch4 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
@@ -200,7 +203,7 @@
 EXTRA_FLAGS="-DENABLE_LCMS2=ON"
 %endif
 
-%cmake_kf5 -d build -- -DKFACE_EXTERNAL_FINDOPENCV:BOOL=TRUE 
-DENABLE_APPSTYLES=ON -DENABLE_MYSQLSUPPORT=on -DENABLE_KINOTIFY=ON 
-DENABLE_OPENCV3=ON -DENABLE_MEDIAPLAYER=ON
+%cmake_kf5 -d build -- -DENABLE_APPSTYLES=ON -DENABLE_MYSQLSUPPORT=on 
-DENABLE_OPENCV3=ON -DENABLE_MEDIAPLAYER=ON
 
 %make_jobs VERBOSE=1
 

++ fix-font-size-in-tooltips.patch ++
>From cdc4659165008995bc60d6ac6fabe482928b8aef Mon Sep 17 00:00:00 2001
From: Maik Qualmann 
Date: Wed, 17 Jan 2018 19:09:06 +0100
Subject: fix font size in the tooltips BUGS: 337243 FIXED-IN: 5.9.0

---
 NEWS   |  3 ++-
 libs/widgets/itemview/ditemtooltip.cpp | 41 ++
 2 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/core/libs/widgets/itemview/ditemtooltip.cpp 
b/core/libs/widgets/itemview/ditemtooltip.cpp
index c375c53..ab932a7 100644
--- a/core/libs/widgets/itemview/ditemtooltip.cpp
+++ b/core/libs/widgets/itemview/ditemtooltip.cpp
@@ -52,33 +52,46 @@ namespace Digikam
 DToolTipStyleSheet::DToolTipStyleSheet(const QFont& font)
 : maxStringLength(30)
 {
-unavailable = i18n("unavailable");
+unavailable  = i18n("unavailable");
+
+QString fontSize = (font.pointSize() == -1) ? 
QString::fromUtf8("font-size: %1px;").arg(font.pixelSize())
+: 
QString::fromUtf8("font-size: %1pt;").arg(font.pointSize());
 
 tipHeader   = QLatin1String("");
 tipFooter   = QLatin1String("");
 
 headBeg = QString::fromLatin1(""
-  "")
+  "")
   .arg(qApp->palette().color(QPalette::Base).name())
   .arg(qApp->palette().color(QPalette::Text).name())
-  .arg(font.family());
-headEnd = QLatin1String("");
+  .arg(font.family())
+  .arg(fontSize);
+
+headEnd = QLatin1String("");
 
-cellBeg = QString::fromLatin1("")
+cellBeg = QString::fromLatin1("")
   .arg(qApp->palette().color(QPalette::ToolTipText).name())
-  .arg(font.family());
-cellMid = QString::fromLatin1("")
+  .arg(font.family())
+  .arg(fontSize);
+
+cellMid = QString::fromLatin1("")
   .arg(qApp->palette().color(QPalette::ToolTipText).name())
-  .arg(font.family());
-cellEnd = QLatin1String("");
+  .arg(font.family())
+  .arg(fontSize);
 
-cellSpecBeg = QString::fromLatin1("")
+cellEnd = QLatin1String("");
+
+cellSpecBeg = QString::fromLatin1("")
   .arg(qApp->palette().color(QPalette::ToolTipText).name())
-  .arg(font.family());
-cellSpecMid = QString::fromLatin1("")
+  

commit adminer for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2018-01-19 11:53:53

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


Package is "adminer"

Fri Jan 19 11:53:53 2018 rev:10 rq:567202 version:4.4.0

Changes:

--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-10-29 
20:24:29.123083994 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes 2018-01-19 
11:54:23.832290236 +0100
@@ -1,0 +2,101 @@
+Wed Jan 17 21:53:50 UTC 2018 - ji...@boombatower.com
+
+- s/or/OR/ in License.
+- Update to version 4.4.0:
+  * Release 4.4.0
+  * Allow sending multiple CSP headers
+  * Use __construct for constructor
+  * Set session cache limiter only without session.auto_start (bug #586)
+  * Add missing newline
+  * Require specifying credentials in login-sqlite plugin
+  * Avoid count(null)
+  * Disallow PHP 5.3 in Travis
+  * Disallow connecting to privileged ports (thanks to hyp3rlinx)
+  * Rate limit password-less login attempts from the same IP address (thanks 
to hyp3rlinx)
+  * Use HTTPS
+  * Use HTTPS in doc_link()
+  * Do not set '' for empty enum
+  * Fix select function onchange
+  * Clone all event handlers in cloneNode()
+  * Use border-collapse to prevent unnecessary wrapping in Chrome
+  * Fix whitespace
+  * Fix selectCount() in information_schema
+  * Fix SQL command toggle
+  * Disallow scripts without nonce
+  * Fix wrapping in Create table
+  * Use script_src for 

commit python-matplotlib for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2018-01-19 11:53:19

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


Package is "python-matplotlib"

Fri Jan 19 11:53:19 2018 rev:57 rq:566559 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2017-11-09 13:58:02.038598448 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2018-01-19 11:53:51.761801614 +0100
@@ -1,0 +2,29 @@
+Wed Jan 17 07:16:06 UTC 2018 - th...@gmx.de
+
+- dependency changed to python-six >= 1.10
+  (see "site-packages/matplotlib/__init__.py", line 187)
+
+---
+Sat Dec 16 23:02:44 UTC 2017 - a...@gmx.de
+
+- update to version 2.1.1:
+  * The first and only planned bug-fix release for the 2.1 series.
+  * This release include many bug and documentation fixes.  Highlights
+are:
++ change default logscale behavior to clip
++ fixed webagg import errors
++ tweaks to polar ticks
++ fixed exception when guessing afm family names
++ update manifest to include all doc files
++ improve masked array handling in pcolormesh
++ fix segfault from reading invalid png
++ fix blocking_input
++ fix bug resulting in huge multi-page pdf files
++ make `show` in nbagg take args as other backends do
++ several fixes to OSX backend
++ restore positional arg handling on Figure.legend
++ fix bugs in interactive navigation
++ fix issues when panning with invalid limits
++ fix bug with fully masked arrays passed to imshow
+
+---

Old:

  matplotlib-2.1.0.tar.gz

New:

  matplotlib-2.1.1.tar.gz



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.kLV1Mk/_old  2018-01-19 11:53:53.077739597 +0100
+++ /var/tmp/diff_new_pack.kLV1Mk/_new  2018-01-19 11:53:53.085739220 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-matplotlib
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Plotting Library for Python
 License:SUSE-Matplotlib
@@ -49,7 +49,7 @@
 BuildRequires:  %{python_module pyparsing >= 1.5.6}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six >= 1.3}
+BuildRequires:  %{python_module six >= 1.10}
 # needed for testing
 %if %{with tests}
 BuildRequires:  %{python_module mock}
@@ -99,7 +99,7 @@
 Requires:   python-pyparsing >= 1.5.6
 Requires:   python-python-dateutil >= 1.1
 Requires:   python-pytz
-Requires:   python-six >= 1.3
+Requires:   python-six >= 1.10
 %ifpython2
 Requires:   python-functools32
 Requires:   python-subprocess32

++ matplotlib-2.1.0.tar.gz -> matplotlib-2.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-2.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.1.1.tar.gz 
differ: char 5, line 1




commit gnustep-base for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package gnustep-base for openSUSE:Factory 
checked in at 2018-01-19 11:53:25

Comparing /work/SRC/openSUSE:Factory/gnustep-base (Old)
 and  /work/SRC/openSUSE:Factory/.gnustep-base.new (New)


Package is "gnustep-base"

Fri Jan 19 11:53:25 2018 rev:6 rq:566568 version:1.25.1

Changes:

--- /work/SRC/openSUSE:Factory/gnustep-base/gnustep-base.changes
2017-09-11 16:23:35.086013056 +0200
+++ /work/SRC/openSUSE:Factory/.gnustep-base.new/gnustep-base.changes   
2018-01-19 11:53:53.485720370 +0100
@@ -1,0 +2,16 @@
+Sun Dec 31 20:36:40 UTC 2017 - fredkie...@gmx.de
+
+- update to 1.25.1
+ o Unicode fixes for characters outside the base plane
+ o Stubs for some new OSX methods
+ o Various new OSX compatibility macro and type definitions
+ o NSFileManager fixes and tweaks to match OSX implementation
+ o NSDistributedLock bugfix for pre-existing lock directories
+ o Alternative sort algorithms selectable at runtime
+ o Compatibility-related changes for environments not supporting weak
+   symbols
+ o Other more minor bugfixes and cleanups.
+ o As usual, this release also contains an update to include the most
+   recent international timezone data.
+
+---

Old:

  gnustep-base-1.25.0.tar.gz
  gnustep-base-1.25.0.tar.gz.sig

New:

  gnustep-base-1.25.1.tar.gz
  gnustep-base-1.25.1.tar.gz.sig



Other differences:
--
++ gnustep-base.spec ++
--- /var/tmp/diff_new_pack.Zh34W7/_old  2018-01-19 11:53:54.125690210 +0100
+++ /var/tmp/diff_new_pack.Zh34W7/_new  2018-01-19 11:53:54.125690210 +0100
@@ -21,7 +21,7 @@
 Summary:GNUstep Base library package
 License:LGPL-2.1+ and GPL-3.0+
 Group:  System/GUI/Other
-Version:1.25.0
+Version:1.25.1
 Release:0
 Url:http://www.gnustep.org/
 Source: 
ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz

++ gnustep-base-1.25.0.tar.gz -> gnustep-base-1.25.1.tar.gz ++
 10097 lines of diff (skipped)




commit supportutils for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package supportutils for openSUSE:Factory 
checked in at 2018-01-19 11:52:54

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


Package is "supportutils"

Fri Jan 19 11:52:54 2018 rev:2 rq:563938 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes
2018-01-09 14:51:29.228601161 +0100
+++ /work/SRC/openSUSE:Factory/.supportutils.new/supportutils.changes   
2018-01-19 11:53:04.160045051 +0100
@@ -1,0 +2,8 @@
+Fri Jan  5 20:15:49 UTC 2018 - jason.rec...@suse.com
+
+- Replaced route with ip route (bsc#1070379)
+- Added systemd-delta to systemd.txt (bsc#1071924)
+- Changed repos -u to repos -d (bsc#1071926)
+- Added rdma-core for infiniband (bsc#1071294)
+
+---



Other differences:
--
++ supportutils-3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1/bin/supportconfig 
new/supportutils-3.1/bin/supportconfig
--- old/supportutils-3.1/bin/supportconfig  2017-12-19 19:19:35.886448636 
+0100
+++ new/supportutils-3.1/bin/supportconfig  2018-01-05 21:08:03.523175957 
+0100
@@ -1,11 +1,11 @@
 #!/bin/bash
 
-SVER='3.1-2'
-SDATE='2017 12 19'
+SVER='3.1-3'
+SDATE='2018 01 05'
 
 ##
 #  supportconfig - Gathers system troubleshooting information for SUSE Support
-#  Copyright (C) 2001-2017 SUSE LLC
+#  Copyright (C) 2001-2018 SUSE LLC
 #
 #  Creates a tar ball to attach to the SR or send to support. Collects
 #  comprehensive system information for troubleshooting and reducing resolution
@@ -779,7 +779,7 @@
TIMEOUT=0
if [ $SLES_VER -ge 110 ] && rpm_verify $OF zypper; then
log_cmd $OF 'date'
-   for CMDOPT in services 'repos -u' patch-check patches 
list-patches products '--xml products'
+   for CMDOPT in services 'repos -d' patch-check patches 
list-patches products '--xml products'
do
if [ $TIMEOUT -ge 10 ]; then
log_write $OF "#==[ Command 
]==#"
@@ -1143,6 +1143,7 @@
log_cmd $OF 'systemd-analyze --no-pager blame'
log_cmd $OF 'systemd-cgtop --batch --iterations=1'
log_cmd $OF 'systemd-cgls --no-pager --all --full'
+   log_cmd $OF 'systemd-delta --no-pager'
FILES=''
[[ -d /etc/systemd ]] && FILES=$(find -L /etc/systemd -maxdepth 1 -type 
f)
log_cmd $OF 'systemctl --no-pager show'
@@ -1177,7 +1178,7 @@
log_cmd $OF 'docker info'
log_cmd $OF 'docker images'
log_cmd $OF 'docker ps --all'
-   log_cmd $OF 'zypper --non-interactive --no-gpg-checks repos'
+   log_cmd $OF 'zypper --non-interactive --no-gpg-checks repos -d'
FILES='/etc/sysconfig/docker'
conf_files $OF $FILES
if rpm_verify $OF ruby2.1-rubygem-sle2docker
@@ -1678,7 +1679,7 @@
ping_addr $OF 'Local Interface' $IPADDR "${NS}"
done
 
-   IPADDR=$(${NS}route -n | awk '$1 == "0.0.0.0" {print $2}')
+   IPADDR=$(${NS}ip route list | awk '$1 == "default" {print $3}')
ping_addr $OF 'Default Route' $IPADDR "${NS}"
 
if [ -z "${NS}" ] ; then
@@ -3814,7 +3815,7 @@
fi
;;
12*)
-   if rpm_verify $OF rdma; then
+   if rpm_verify $OF rdma-core; then
log_cmd $OF "systemctl status rdma.service"
conf_files $OF "/etc/rdma/* /etc/infiniband/*"
log_cmd $OF 'lspci -b'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/supportutils-3.1/spec/supportutils.changes 
new/supportutils-3.1/spec/supportutils.changes
--- old/supportutils-3.1/spec/supportutils.changes  2017-12-19 
19:20:06.126723408 +0100
+++ new/supportutils-3.1/spec/supportutils.changes  2018-01-05 
21:16:20.020753443 +0100
@@ -1,4 +1,12 @@
 ---
+Fri Jan  5 20:15:49 UTC 2018 - jason.rec...@suse.com
+
+- Replaced route with ip route (bsc#1070379)
+- Added systemd-delta to systemd.txt (bsc#1071924)
+- Changed repos -u to repos -d (bsc#1071926)
+- Added rdma-core for infiniband (bsc#1071294)
+
+---
 Tue Dec 19 18:19:56 UTC 2017 - jason.rec...@suse.com
 
 - Branding updates fate#324067




commit go1.4 for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package go1.4 for openSUSE:Factory checked 
in at 2018-01-19 11:53:07

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


Package is "go1.4"

Fri Jan 19 11:53:07 2018 rev:5 rq:566415 version:1.4.3

Changes:

--- /work/SRC/openSUSE:Factory/go1.4/go1.4.changes  2017-10-23 
16:53:41.207575694 +0200
+++ /work/SRC/openSUSE:Factory/.go1.4.new/go1.4.changes 2018-01-19 
11:53:19.603317205 +0100
@@ -34,0 +35,16 @@
+Thu Aug 31 18:46:47 UTC 2017 - th...@suse.de
+
+- add fix-sanitizer-build-against-latest-glibc.patch which fixes
+  the sanitizer built against certain glibc versions
+
+---
+Wed Aug  9 07:45:47 UTC 2017 - asa...@suse.com
+
+- go-race: add compiler-rt TSAN binary, necessary for the race detector builds
+  to work. This requires building compiler-rt from source (becuase upstream Go
+  stores precompiled binaries in the tree, and we cannot use them). In
+  addition, a %check was added purely to ensure that we don't install the wrong
+  version of compiler-rt. boo#1052528
+- go-rpmlintrc: add some entries to address the .syso additions.
+
+---

New:

  _service
  compiler-rt-r215000.tar.xz
  fix-sanitizer-build-against-latest-glibc.patch



Other differences:
--
++ go1.4.spec ++
--- /var/tmp/diff_new_pack.6MMYah/_old  2018-01-19 11:53:20.547272717 +0100
+++ /var/tmp/diff_new_pack.6MMYah/_new  2018-01-19 11:53:20.555272340 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.4
 #
-# 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
@@ -14,6 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# nodebuginfo
 
 
 %define with_gccgo 1
@@ -22,6 +23,16 @@
 %define with_gccgo 0
 %endif
 
+# By default we don't include tsan. It's only supported on amd64.
+%define tsan_arch x86_64
+
+# Go has precompiled versions of LLVM's compiler-rt inside their source code.
+# We cannot ship pre-compiled binaries so we have to recompile said source,
+# however they vendor specific commits from upstream. This value comes from
+# src/runtime/race/README (and we verify that it matches in check).
+# See boo#1052528 for more details.
+%define tsan_commit 215000
+
 Name:   go1.4
 Version:1.4.3
 Release:0
@@ -35,6 +46,8 @@
 Source3:macros.go
 Source5:README.SUSE
 Source6:go1.4.gdbinit
+# We have to compile TSAN ourselves. boo#1052528
+Source100:  compiler-rt-r%{tsan_commit}.tar.xz
 # PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std 
libs)
 Patch1: go-build-dont-reinstall-stdlibs.patch
 # PATCH-FIX-OPENSUSE re-enable build binary only packages (we are binary 
distro)
@@ -60,12 +73,18 @@
 Patch11:
net-smtp-fix-PlainAuth-to-refuse-to-send-passwords-to-non-TLS-servers.patch
 # PATCH-FIX-UPSTREAM cmd/go: reject update of VCS inside VCS
 Patch12:cmd-go-reject-update-of-VCS-inside-VCS.patch
+# PATCH-FIX-UPSTREAM (compiler-rt): Fix sanitizer build against latest glibc
+Patch100:   fix-sanitizer-build-against-latest-glibc.patch
 BuildRequires:  rpm
 # for go1.4.gdbinit, directory ownership
 BuildRequires:  gdb
 %if %{with_gccgo}
 Requires:   gcc
 %endif
+%ifarch %{tsan_arch}
+# Needed to compile compiler-rt/TSAN.
+BuildRequires:  gcc-c++
+%endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Provides:   go = %{version}
@@ -96,13 +115,36 @@
 
 %package doc
 Summary:Go documentation
+License:BSD-3-Clause
 Group:  Documentation/Other
 Requires:   %{name} = %{version}
 
 %description doc
 Go examples and documentation.
 
+%ifarch %{tsan_arch}
+# boo#1052528
+%package race
+Summary:Go runtime race detector
+License:NCSA or MIT
+Group:  Development/Languages/Other
+Url:https://compiler-rt.llvm.org/
+Requires:   go = %{version}
+Supplements:go
+ExclusiveArch:  %{tsan_arch}
+
+%description race
+Go runtime race detector libraries. Install this package if you wish to use the
+-race option, in order to detect race conditions present in your Go programs.
+%endif
+
 %prep
+%ifarch %{tsan_arch}
+# compiler-rt
+%setup -q -T -b 100 -n compiler-rt-r%{tsan_commit}
+%patch100 -p1
+%endif
+# go
 %setup -q -n go
 %patch1 -p1
 %patch2 -p1
@@ -136,6 +178,20 @@
 %endif
 
 %build
+# Remove the pre-included .sysos, to avoid shipping 

commit kopano for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package kopano for openSUSE:Factory checked 
in at 2018-01-19 11:52:58

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


Package is "kopano"

Fri Jan 19 11:52:58 2018 rev:10 rq:564029 version:8.4.91.14

Changes:

--- /work/SRC/openSUSE:Factory/kopano/kopano.changes2017-12-05 
01:30:09.097487048 +0100
+++ /work/SRC/openSUSE:Factory/.kopano.new/kopano.changes   2018-01-19 
11:53:08.195854841 +0100
@@ -1,0 +2,35 @@
+Sat Jan  6 00:06:11 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream tag 8.4.91
+  * Enhancements:
+  * server: new "server_listen" directive replacing "server_bind"
+  * server: stronger keep-alive
+  * server: further general performance improvements
+  * server: update PR_LOCAL_COMMIT_MAX on hard-deletes
+  * server: speed up contact and search folder querying
+  * server: skip some unnecessary attachment accesses
+  * spooler: introduce indexed_headers config directive
+  * search: pass "limit_results" to xapian to improve performance
+  * search: optionally index draft folders
+  * unixplugin: support multiple non_login_shells
+  * unixplugin: add /sbin/nologin as a non_login_shell (new
+installs only)
+  * gateway: RFC 6154 support
+  * kopano-spamd: new program
+  * icalmapi: support URL, NICKNAME, PRODID in vcards
+  * Fixes:
+  * gateway: generate envelope using inetmapi if not present yet
+  * spooler: only evaluate rules that are explicitly enabled
+using PR_RULE_STATE
+  * Changes:
+  * /etc/kopano is no longer prepopulated, create .cfg manually
+if you need to override anything
+  * server: remove support for upgrading databases older than ZCP
+7.2
+  * gateway: use threaded mode for reduced memory usage on
+many-user systems (new installs only)
+  * gateway: the "imap_store_rfc822" config directive is removed
+  * server: the "counter_reset" config directive is removed
+  * spooler: the "always_send_utf8" config directive is removed
+
+---

Old:

  0001-build-fix-build-error-w.r.t.-gettimeofday.patch
  kopanocore-8.4.4.0.tar.xz

New:

  debian.python3-kopano.install
  debian.python3-mapi.install
  kopanocore-8.4.91.14.tar.xz



Other differences:
--
++ kopano.spec ++
 876 lines (skipped)
 between /work/SRC/openSUSE:Factory/kopano/kopano.spec
 and /work/SRC/openSUSE:Factory/.kopano.new/kopano.spec

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.BSF9dI/_old  2018-01-19 11:53:11.211712702 +0100
+++ /var/tmp/diff_new_pack.BSF9dI/_new  2018-01-19 11:53:11.215712514 +0100
@@ -1,5 +1,5 @@
 pkgname=kopano
-pkgver=8.4.4.0
+pkgver=8.4.91.14
 pkgrel=0
 pkgdesc='Kopano'
 arch=('x86_64')

++ _service ++
--- /var/tmp/diff_new_pack.BSF9dI/_old  2018-01-19 11:53:11.235711571 +0100
+++ /var/tmp/diff_new_pack.BSF9dI/_new  2018-01-19 11:53:11.235711571 +0100
@@ -2,10 +2,9 @@

git
https://stash.kopano.io/scm/kc/kopanocore.git
-   kc-8.4.x
-   kopanocore
-   kopanocore-8.4.4
-   8.4.4.@TAG_OFFSET@
+   kc-8.5.x
+   kopanocore-8.4.91
+   8.4.91.@TAG_OFFSET@


*.tar

++ build.collax ++
--- /var/tmp/diff_new_pack.BSF9dI/_old  2018-01-19 11:53:11.251710817 +0100
+++ /var/tmp/diff_new_pack.BSF9dI/_new  2018-01-19 11:53:11.255710629 +0100
@@ -2,7 +2,7 @@
 
 set -x
 source=kopanocore
-version=8.4.4.0
+version=8.4.91.14
 revnum=0
 build=0
 
@@ -12,9 +12,7 @@
--docdir=/usr/share/kopano
--mandir=/usr/share/man
--infodir=/usr/share/info
-   --with-distro=cbs4
--disable-debug
-   --disable-static
--with-searchscripts-prefix=/usr/share/kopano/searchscripts
--with-userscript-prefix=/etc/kopano/userscripts
--with-quotatemplate-prefix=/etc/kopano/quotamail

++ debian.changelog ++
--- /var/tmp/diff_new_pack.BSF9dI/_old  2018-01-19 11:53:11.271709874 +0100
+++ /var/tmp/diff_new_pack.BSF9dI/_new  2018-01-19 11:53:11.275709686 +0100
@@ -1,4 +1,4 @@
-kopano (8.4.4.0-0) unstable; urgency=low
+kopano (8.4.91.14-0) unstable; urgency=low
 
   * Current release.
 

++ debian.control ++
--- /var/tmp/diff_new_pack.BSF9dI/_old  2018-01-19 11:53:11.311707990 +0100
+++ /var/tmp/diff_new_pack.BSF9dI/_new  2018-01-19 11:53:11.311707990 +0100
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Kopano Development 
 Build-Depends: debhelper (>= 4.0.0), binutils (>= 2.12.90.0.9), devscripts,
- autotools-dev, g++, automake (>= 1:1.9) | automake1.9, autoconf (>= 2.59),
+ autotools-dev, g++ (>= 4.8), 

commit go1.6 for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package go1.6 for openSUSE:Factory checked 
in at 2018-01-19 11:53:11

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


Package is "go1.6"

Fri Jan 19 11:53:11 2018 rev:5 rq:566416 version:1.6.4

Changes:

--- /work/SRC/openSUSE:Factory/go1.6/go1.6.changes  2017-10-23 
16:53:39.951634473 +0200
+++ /work/SRC/openSUSE:Factory/.go1.6.new/go1.6.changes 2018-01-19 
11:53:24.963064602 +0100
@@ -41,0 +42,16 @@
+Thu Aug 31 18:46:47 UTC 2017 - th...@suse.de
+
+- add fix-sanitizer-build-against-latest-glibc.patch which fixes
+  the sanitizer built against certain glibc versions
+
+---
+Wed Aug  9 07:45:47 UTC 2017 - asa...@suse.com
+
+- go-race: add compiler-rt TSAN binary, necessary for the race detector builds
+  to work. This requires building compiler-rt from source (becuase upstream Go
+  stores precompiled binaries in the tree, and we cannot use them). In
+  addition, a %check was added purely to ensure that we don't install the wrong
+  version of compiler-rt. boo#1052528
+- go-rpmlintrc: add some entries to address the .syso additions.
+
+---

New:

  _service
  compiler-rt-g389d49d4943780efbfcd2a434f4462b6d0f23c44.tar.xz
  fix-sanitizer-build-against-latest-glibc.patch



Other differences:
--
++ go1.6.spec ++
--- /var/tmp/diff_new_pack.pCltwK/_old  2018-01-19 11:53:25.959017663 +0100
+++ /var/tmp/diff_new_pack.pCltwK/_new  2018-01-19 11:53:25.959017663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.6
 #
-# 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
@@ -14,6 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# nodebuginfo
 
 
 # The fallback boostrap method via go1.4 does not work for Factory because
@@ -58,6 +59,16 @@
 %define with_shared 0
 %endif
 
+# By default we don't include tsan. It's only supported on amd64.
+%define tsan_arch x86_64
+
+# Go has precompiled versions of LLVM's compiler-rt inside their source code.
+# We cannot ship pre-compiled binaries so we have to recompile said source,
+# however they vendor specific commits from upstream. This value comes from
+# src/runtime/race/README (and we verify that it matches in check).
+# See boo#1052528 for more details.
+%define tsan_commit 389d49d4943780efbfcd2a434f4462b6d0f23c44
+
 %define _name go
 
 Name:   go1.6
@@ -72,6 +83,8 @@
 Source2:go.sh
 Source4:README.SUSE
 Source6:go.gdbinit
+# We have to compile TSAN ourselves. boo#1052528
+Source100:  compiler-rt-g%{tsan_commit}.tar.xz
 # PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std 
libs)
 Patch1: go-1.5-build-dont-reinstall-stdlibs.patch
 # PATCH-FIX-OPENSUSE re-enable build binary only packages (we are binary 
distro)
@@ -104,6 +117,8 @@
 Patch13:
net-smtp-fix-PlainAuth-to-refuse-to-send-passwords-to-non-TLS-servers.patch
 # PATCH-FIX-UPSTREAM cmd/go: reject update of VCS inside VCS
 Patch14:cmd-go-reject-update-of-VCS-inside-VCS.patch
+# PATCH-FIX-UPSTREAM (compiler-rt): Fix sanitizer build against latest glibc
+Patch100:   fix-sanitizer-build-against-latest-glibc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # boostrap
 %if %{with_gccgo}
@@ -121,6 +136,10 @@
 %if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
 Recommends: go-doc = %{version}
+%ifarch %{tsan_arch}
+# Needed to compile compiler-rt/TSAN.
+BuildRequires:  gcc-c++
+%endif
 #BNC#818502 debug edit tool of rpm fails on i586 builds
 %if 0%{?suse_version} > 1230
 BuildRequires:  rpm >= 4.11.1
@@ -151,6 +170,7 @@
 
 %package doc
 Summary:Go documentation
+License:BSD-3-Clause
 Group:  Documentation/Other
 Requires:   go = %{version}
 Provides:   go-doc = %{version}
@@ -158,7 +178,29 @@
 %description doc
 Go examples and documentation.
 
+%ifarch %{tsan_arch}
+# boo#1052528
+%package race
+Summary:Go runtime race detector
+License:NCSA or MIT
+Group:  Development/Languages/Other
+Url:https://compiler-rt.llvm.org/
+Requires:   go = %{version}
+Supplements:go
+ExclusiveArch:  %{tsan_arch}
+
+%description race
+Go runtime race detector libraries. Install this package if you wish to use the
+-race option, in order to detect race conditions present in your Go programs.
+%endif
+
 %prep
+%ifarch %{tsan_arch}
+# 

commit yast2-firstboot for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2018-01-19 11:53:04

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


Package is "yast2-firstboot"

Fri Jan 19 11:53:04 2018 rev:69 rq:566223 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-08-25 09:57:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2018-01-19 11:53:15.639504020 +0100
@@ -1,0 +2,21 @@
+Tue Jan 16 09:12:23 CET 2018 - sch...@suse.de
+
+- Do not initialize firstboot in AutoYaST upgrade mode.
+  (Additial fix for bnc#1075744)
+- 4.0.2
+
+---
+Thu Nov 30 17:47:59 UTC 2017 - knut.anders...@suse.com
+
+- Bring back HostnameDialog adding it into firstboot_hostname once
+  it was removed from yast2-network (bsc#1028371, bsc#1070388).
+- 4.0.1
+
+---
+Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468).
+- 4.0.0
+
+---

Old:

  yast2-firstboot-3.1.17.tar.bz2

New:

  yast2-firstboot-4.0.2.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.HXEMGY/_old  2018-01-19 11:53:16.119481398 +0100
+++ /var/tmp/diff_new_pack.HXEMGY/_new  2018-01-19 11:53:16.123481210 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.17
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -90,7 +90,7 @@
 %{yast_moduledir}/Firstboot.*
 %dir %{yast_scrconfdir}
 %{yast_scrconfdir}/*.scr
-/var/adm/fillup-templates/sysconfig.firstboot
+%{_fillupdir}/sysconfig.firstboot
 /usr/share/firstboot
 %doc %{yast_docdir}
 %doc COPYING

++ yast2-firstboot-3.1.17.tar.bz2 -> yast2-firstboot-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.17/.travis.yml 
new/yast2-firstboot-4.0.2/.travis.yml
--- old/yast2-firstboot-3.1.17/.travis.yml  2016-08-24 14:00:13.026225476 
+0200
+++ new/yast2-firstboot-4.0.2/.travis.yml   2018-01-16 09:53:29.0 
+0100
@@ -1,16 +1,14 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
-script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
+  - docker build -t yast-firstboot-image .
+  # list the installed packages (just for easier debugging)
+  - docker run --rm -it yast-firstboot-image rpm -qa | sort
 
+script:
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-firstboot-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.17/Dockerfile 
new/yast2-firstboot-4.0.2/Dockerfile
--- old/yast2-firstboot-3.1.17/Dockerfile   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-4.0.2/Dockerfile2018-01-16 09:53:29.0 
+0100
@@ -0,0 +1,5 @@
+FROM yastdevel/ruby
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  docbook-xsl-stylesheets
+COPY . /usr/src/app
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.17/package/yast2-firstboot.changes 
new/yast2-firstboot-4.0.2/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.17/package/yast2-firstboot.changes  2016-08-24 
14:00:13.090225476 +0200
+++ new/yast2-firstboot-4.0.2/package/yast2-firstboot.changes   2018-01-16 
09:53:29.0 +0100
@@ -1,4 +1,25 @@
 ---
+Tue Jan 16 

commit cargo-vendor for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package cargo-vendor for openSUSE:Factory 
checked in at 2018-01-19 11:53:15

Comparing /work/SRC/openSUSE:Factory/cargo-vendor (Old)
 and  /work/SRC/openSUSE:Factory/.cargo-vendor.new (New)


Package is "cargo-vendor"

Fri Jan 19 11:53:15 2018 rev:4 rq:566505 version:0.1.13

Changes:

--- /work/SRC/openSUSE:Factory/cargo-vendor/cargo-vendor.changes
2017-10-28 14:21:55.163036479 +0200
+++ /work/SRC/openSUSE:Factory/.cargo-vendor.new/cargo-vendor.changes   
2018-01-19 11:53:27.326953193 +0100
@@ -1,0 +2,6 @@
+Tue Jan 16 08:24:25 UTC 2018 - mman...@outlook.de
+
+- Update to 0.1.13
+  + no changelog provided
+
+---

Old:

  cargo-vendor-0.1.12.tar.gz

New:

  cargo-vendor-0.1.13.tar.gz



Other differences:
--
++ cargo-vendor.spec ++
--- /var/tmp/diff_new_pack.kl9Vrg/_old  2018-01-19 11:53:32.146726041 +0100
+++ /var/tmp/diff_new_pack.kl9Vrg/_new  2018-01-19 11:53:32.146726041 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   cargo-vendor
-Version:0.1.12
+Version:0.1.13
 Release:0
 Summary:A Cargo subcommand to vendor Rust dependencies
 License:MIT or Apache-2.0

++ cargo-vendor-0.1.12.tar.gz -> cargo-vendor-0.1.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cargo-vendor-0.1.12/.travis.yml 
new/cargo-vendor-0.1.13/.travis.yml
--- old/cargo-vendor-0.1.12/.travis.yml 2017-09-09 20:01:39.0 +0200
+++ new/cargo-vendor-0.1.13/.travis.yml 2017-11-06 17:35:52.0 +0100
@@ -36,16 +36,24 @@
 
 before_deploy:
   - name="cargo-vendor-$TRAVIS_TAG-$TARGET"
+  - depsname="cargo-vendor-src-$TRAVIS_TAG"
   - mkdir $name
   - cp target/$TARGET/release/cargo-vendor $name/
   - cp README.md LICENSE-MIT LICENSE-APACHE $name/
   - tar czvf $name.tar.gz $name
+  - mkdir $depsname
+  - git archive HEAD | tar -x -C $depsname
+  - PATH="./target/$TARGET/release:$PATH" cargo vendor
+  - mv vendor $depsname/
+  - tar czvf $depsname.tar.gz $depsname
 
 deploy:
   api_key:
 secure: 
"feOj0C6YpcKzCZ5mvQi9H/OlHAPnk1FnDKP6+j1vDby+BoTe6Pzv2L068am4BzB3udU7ZwNfeBuZiGQE0LskLIMtc7TpcWyEr7nPfxbzIRYvR4dRKOoBoQdaS0TzkEm+lDQH/3ybyTipbnAiEAZtAgThh2u55tVmNg3PZAQnxlbkcPCTCTh296gcxfcvL3Espzrv7YhFJGjOKmMzTWQxZKNPdrwXhwUbRUziTlKeDypMmlxB3NpjCsewyT0O6ceLZBW0AnmftmS3MI0ZFC9DCDmHhG8Q88ndEjVzDZ0CozKY4aFKju6CG5sYYLqpgC70N138oWi4iGRLHY+M7MyuRt6EHRhuvkY/3GjhhLthCDQX/j0SfH9y4cNFB4kRx0zOBXiq1gb0q8ZZ2MH/WAptBnnDGzMiZrvdfM8rL7ptCApLDKrOEIPwh9vqKaqko1UDidh3Kz+YMb2Q5l0Ludc4nJdMEcnO9wpqPnR5IH2a91e2edRJ9wcOeva/FU7FoB6COAjIjm163VuH/uv/OT9X7M416iNHrIdxzvMxDLqUpfUlLVbHOrX4mta4GwMQPVZNX7ez6OBtripwRnSDRjDHVZcaQiRuANvzvfWHEPh6UmSMUdDXJZSoK5L6gQPjDUNWbtOU5pu0LWV/6V2ukjxi6uOhmfYTO9vjrr5EOhNe7hY="
   file_glob: true
-  file: cargo-vendor-$TRAVIS_TAG-$TARGET.tar.gz
+  file:
+- cargo-vendor-$TRAVIS_TAG-$TARGET.tar.gz
+- cargo-vendor-src-$TRAVIS_TAG.tar.gz
   on:
 condition: $DEPLOY = 1
 tags: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cargo-vendor-0.1.12/Cargo.lock 
new/cargo-vendor-0.1.13/Cargo.lock
--- old/cargo-vendor-0.1.12/Cargo.lock  2017-09-09 20:01:39.0 +0200
+++ new/cargo-vendor-0.1.13/Cargo.lock  2017-11-06 17:35:52.0 +0100
@@ -1,15 +1,3 @@
-[root]
-name = "cargo-vendor"
-version = "0.1.12"
-dependencies = [
- "cargo 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
 [[package]]
 name = "advapi32-sys"
 version = "0.2.0"
@@ -24,16 +12,17 @@
 version = "0.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index;
 dependencies = [
- "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "atty"
-version = "0.2.2"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index;
 dependencies = [
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
+ "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "winapi 0.2.8 

commit libindi for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2018-01-19 11:52:22

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


Package is "libindi"

Fri Jan 19 11:52:22 2018 rev:31 rq:563237 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2017-09-28 
12:33:58.819408420 +0200
+++ /work/SRC/openSUSE:Factory/.libindi.new/libindi.changes 2018-01-19 
11:52:47.508829846 +0100
@@ -1,0 +2,54 @@
+Tue Jan  9 14:17:53 UTC 2018 - wba...@tmo.at
+
+- Update to version 1.6.2:
+  * Another quick release to fix missing cmake_modules directory
+and a joystick driver crash fix.
+  From version 1.6.1:
+  * This is a bugfix patch release that resolves problems with INDI
+version in INDI API.
+  From version 1.6.0:
+  * INDI Base Client is now supported on Windows, MacOS, and Linux.
+  * Added 10Micron Mount support.
+  * Added spectrum support and libDSPAU.
+  * Added NexDome support.
+  * Added Pyxis Rotator support.
+  * Added Pegasus Focuser support.
+  * Added MBox Weather box support.
+  * Added SnapCap dust cap and flat panel support.
+  * Added Sesto-Senso focuser support.
+  * Added USB_DewPoint support.
+  * Added GPS-NMEA sources support.
+  * Added Gemini Telescope Design Integra85 Focusing Rotator WIP
+support.
+  * Added Lunatico's Armadillo and Platypus support.
+  * Video Streaming support for MacOS.
+  * Video Recording with libtheora (Optional).
+  * Video Streaming with MJPEG encoder.
+  * IOptron fixes and improvements.
+  * More NextstarEvo improvements.
+  * Dedicated Guider Simulator.
+  * QHY & ASI updated to latest SDK.
+  * Apogee fixes for MacOS.
+  * INova fixes and improvements. Updated SDK.
+  * QHY, Apogee, DSI builds for MacOS.
+  * EQMod Horizon fixes.
+  * Skywatcher Alt-Az Mount & Syncscan fixes and improvements
+including guide support.
+  * StarSense support in Celestron Driver.
+  * Improvements to mount parking & unparking.
+  * New experimental Astrophysics Driver.
+  * Support for Losmandy UDP protocol.
+  * Fixed Dome slaving slew and tracking.
+  * Added Radio Antenna Simulator.
+  * New INDI Rotator Interface.
+  * UDEV rule to disable automount of DSLR cameras.
+  * Sky Quality Meter simulator.
+  * Improvements to INDI GPS drivers.
+  * TCFS Fixes.
+  * SkySensorPC2000 fixes.
+  * Fixed WatchDog behavior in case of unavailable dome.
+  * Improved Continuous Integration support with Travis & CircleCI
+using Docker.
+- Drop cmake_modules.tar.gz, no longer necessary
+
+---

Old:

  cmake_modules.tar.gz
  libindi_1.5.0.tar.gz

New:

  libindi_1.6.2.tar.gz



Other differences:
--
++ libindi.spec ++
--- /var/tmp/diff_new_pack.PTcaIX/_old  2018-01-19 11:52:48.652775929 +0100
+++ /var/tmp/diff_new_pack.PTcaIX/_new  2018-01-19 11:52:48.656775741 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libindi
 #
-# 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
@@ -20,15 +20,13 @@
 %define _udevdir %(pkg-config --variable udevdir udev)
 
 Name:   libindi
-Version:1.5.0
+Version:1.6.2
 Release:0
 Summary:Instrument Neutral Distributed Interface
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Scientific/Astronomy
 Url:http://www.indilib.org/
 Source0:
https://github.com/indilib/indi/releases/download/v%{version}/%{name}_%{version}.tar.gz
-# required cmake modules that are missing in libindi_1.5.0.tar.gz
-Source1:cmake_modules.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  gsl-devel
@@ -96,7 +94,7 @@
 completely dynamic GUI based on the services provided by the device.
 
 %prep
-%setup -q -n %{name} -a1
+%setup -q -n %{name}
 
 %build
 mkdir build

++ libindi_1.5.0.tar.gz -> libindi_1.6.2.tar.gz ++
 62421 lines of diff (skipped)




commit sca-appliance-broker for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package sca-appliance-broker for 
openSUSE:Factory checked in at 2018-01-19 11:52:28

Comparing /work/SRC/openSUSE:Factory/sca-appliance-broker (Old)
 and  /work/SRC/openSUSE:Factory/.sca-appliance-broker.new (New)


Package is "sca-appliance-broker"

Fri Jan 19 11:52:28 2018 rev:2 rq:563424 version:1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/sca-appliance-broker/sca-appliance-broker.changes
2018-01-09 14:51:31.128512088 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-appliance-broker.new/sca-appliance-broker.changes
   2018-01-19 11:52:53.248559322 +0100
@@ -1,0 +2,10 @@
+Wed Jan  3 19:31:11 UTC 2018 - jason.rec...@suse.com
+
+- Removed additional /usr/bin/[ references
+
+---
+Tue Jan  2 20:01:57 UTC 2018 - jason.rec...@suse.com
+
+- Removed references to /usr/bin/[
+
+---



Other differences:
--
++ sca-appliance-broker-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sca-appliance-broker-1.3/bin/scadb 
new/sca-appliance-broker-1.3/bin/scadb
--- old/sca-appliance-broker-1.3/bin/scadb  2015-07-17 00:26:19.796481073 
+0200
+++ new/sca-appliance-broker-1.3/bin/scadb  2018-01-03 20:30:01.584446016 
+0100
@@ -1,5 +1,34 @@
 #!/bin/bash
-SVER="1.0.22"
+
+SVER='1.0.24'
+
+##
+#  scadb - Supportconfig Analysis Database Tool
+#  Copyright (c) 2018 SUSE LLC
+#
+# Description:  Manages the SCA Database
+# Runs on:  Broker Server
+# Modified: 2018 Jan 03
+
+##
+#
+#  This program is free software; you can redistribute it and/or modify
+#  it under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; version 2 of the License.
+#
+#  This program is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with this program; if not, see .
+#
+#  Authors/Contributors:
+# Jason Record (jason.rec...@suse.com)
+#
+##
+
 ALL="arch agents workers"
 CONF='/etc/sca/sdbroker.conf'
 DEFAULT_LIMIT=30
@@ -175,10 +204,10 @@
case $2 in
reset)
ARCHIVE_ID=$3
-   if [ -n "$ARCHIVE_ID" ]; then
+   if [[ -n "$ARCHIVE_ID" ]]; then
echo "Resetting archive $ARCHIVE_ID to be reanalyzed"
mysql $DB_CONNECT -e "UPDATE Archives SET 
ArchiveEvent=NOW(), ArchiveMessage='Admin Reanalysis Request', 
ArchiveState='New', RetryCount=0, AssignedAgentID=NULL, AssignedWorkerID=NULL, 
ReportDate=NULL, ReportTime=NULL WHERE ArchiveID=$ARCHIVE_ID"
-   if [ $? -eq 0 ]; then
+   if [[ $? -eq 0 ]]; then
echo "Removing any previous analysis results"
mysql $DB_CONNECT -e "DELETE FROM Results WHERE 
ResultsArchiveID=$ARCHIVE_ID"
fi
@@ -190,7 +219,7 @@
;;
done)
ARCHIVE_ID=$3
-   if [ -n "$ARCHIVE_ID" ]; then
+   if [[ -n "$ARCHIVE_ID" ]]; then
echo "Marking archive $ARCHIVE_ID to be complete"
mysql $DB_CONNECT -e "UPDATE Archives SET 
ArchiveEvent=NOW(), ArchiveMessage='Admin Marked Done', ArchiveState='Done', 
RetryCount=0 WHERE ArchiveID=$ARCHIVE_ID"
else
@@ -201,10 +230,10 @@
;;
ignore)
ARCHIVE_ID=$3
-   if [ -n "$ARCHIVE_ID" ]; then
+   if [[ -n "$ARCHIVE_ID" ]]; then
echo "Marking archive $ARCHIVE_ID to be ignored"
mysql $DB_CONNECT -e "UPDATE Archives SET 
ArchiveEvent=NOW(), ArchiveMessage='Admin Ignore Request', 
ArchiveState='Error', RetryCount=0, AssignedAgentID=NULL, 
AssignedWorkerID=NULL, ReportDate=NULL, ReportTime=NULL WHERE 
ArchiveID=$ARCHIVE_ID"
-   if [ $? -eq 0 ]; then
+   if [[ $? -eq 0 ]]; then
echo "Removing any assigned worker threads"
mysql $DB_CONNECT -e "UPDATE AgentWorkers SET 
ArchiveAssigned=NULL WHERE 

commit gpredict for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package gpredict for openSUSE:Factory 
checked in at 2018-01-19 11:52:32

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


Package is "gpredict"

Fri Jan 19 11:52:32 2018 rev:3 rq:563616 version:2.2

Changes:

--- /work/SRC/openSUSE:Factory/gpredict/gpredict.changes2017-08-24 
18:55:41.853552343 +0200
+++ /work/SRC/openSUSE:Factory/.gpredict.new/gpredict.changes   2018-01-19 
11:52:57.808344414 +0100
@@ -1,0 +2,12 @@
+Thu Jan 11 14:28:38 UTC 2018 - mplus...@suse.com
+
+- Drop _services
+- Do not run post scriplets on Tumbleweed where they are not needed
+
+---
+Thu Jan 11 08:24:10 UTC 2018 - a...@mizerski.pl
+
+- update to 2.2
+  * details in NEWS file
+
+---

Old:

  _service
  _servicedata
  gpredict-1.4~git.20170714.tar.xz

New:

  gpredict-2.2.tar.bz2



Other differences:
--
++ gpredict.spec ++
--- /var/tmp/diff_new_pack.gVl3dR/_old  2018-01-19 11:52:59.052285785 +0100
+++ /var/tmp/diff_new_pack.gVl3dR/_new  2018-01-19 11:52:59.056285597 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpredict
 #
-# 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,36 +17,34 @@
 
 
 Name:   gpredict
-Version:1.4~git.20170714
+Version:2.2
 Release:0
-Summary:Realtime satellite tracking program for GNOME
+Summary:Realtime satellite tracking and orbit prediction application
 License:GPL-2.0
 Group:  Productivity/Hamradio/Other
-Url:http://gpredict.oz9aec.net/
-#Git-Clone: https://github.com/csete/gpredict.git
-Source: %{name}-%{version}.tar.xz
-BuildRequires:  autoconf
-BuildRequires:  automake
+URL:http://gpredict.oz9aec.net/
+Source: 
https://github.com/csete/gpredict/releases/download/v%{version}/gpredict-%{version}.tar.bz2
 BuildRequires:  fdupes
-BuildRequires:  gettext
-BuildRequires:  git-core
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  libtool
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(goocanvas)
-BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(goocanvas-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libcurl) >= 7.19
+BuildRequires:  pkgconfig(libgps)
 Requires(post): hicolor-icon-theme
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme
 Requires(postun): update-desktop-files
 Recommends: %{name}-lang
+Recommends: hamlib
 
 %description
 Gpredict is a real-time satellite tracking and orbit prediction
-application. It can track an unlimited number of satellites and display
+application. It can track a large number of satellites and display
 their position and other data in lists, tables, maps, and polar plots
 (radar view). Gpredict can also predict the time of future passes for a
 satellite, and provide you with detailed information about each pass.
@@ -57,9 +55,9 @@
 %setup -q
 
 %build
-./autogen.sh
-%configure
-make V=99 %{?_smp_mflags}
+%configure \
+--disable-silent-rules
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -67,6 +65,7 @@
 %suse_update_desktop_file -c gpredict Gpredict "Satellite tracking program" 
gpredict gpredict-icon "Network;HamRadio"
 %fdupes -s %{buildroot}
 
+%if 0%{?suse_version} < 1330
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -74,8 +73,10 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
+%doc AUTHORS COPYING ChangeLog NEWS README
 %{_bindir}/gpredict
 %{_datadir}/applications/gpredict.desktop
 %{_datadir}/gpredict/

++ gpredict-1.4~git.20170714.tar.xz -> gpredict-2.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/gpredict/gpredict-1.4~git.20170714.tar.xz 
/work/SRC/openSUSE:Factory/.gpredict.new/gpredict-2.2.tar.bz2 differ: char 1, 
line 1




commit tint2 for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package tint2 for openSUSE:Factory checked 
in at 2018-01-19 11:52:30

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


Package is "tint2"

Fri Jan 19 11:52:30 2018 rev:13 rq:563608 version:16.1

Changes:

--- /work/SRC/openSUSE:Factory/tint2/tint2.changes  2017-11-08 
15:13:50.317932921 +0100
+++ /work/SRC/openSUSE:Factory/.tint2.new/tint2.changes 2018-01-19 
11:52:54.796486366 +0100
@@ -1,0 +2,14 @@
+Thu Jan 11 13:40:49 UTC 2018 - mvet...@suse.com
+
+- Update to 16.1:
+  * Executor: updated tooltip documentation (issue #676)
+  * Systray: warn on duplicate config option systray_name_filter (issue #652)
+  * Taskbar: thumbnail support in tooltips
+  * Taskbar: `taskbar_distribute_size = 1` now playes well with `task_align = 
center` and
+`task_align = right` (issue #6
+  * Fixed several use-after-free errors in the timer code
+  * Task, Button, Executor: add a bit of slack in the pango text layout,
+to avoid wrapping due to rounding errors
+- Add ifdef around post/postun
+
+---

Old:

  tint2-15.3.tar.gz

New:

  tint2-16.1.tar.gz



Other differences:
--
++ tint2.spec ++
--- /var/tmp/diff_new_pack.iiKu2z/_old  2018-01-19 11:52:55.296462802 +0100
+++ /var/tmp/diff_new_pack.iiKu2z/_new  2018-01-19 11:52:55.296462802 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tint2
 #
-# 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:   tint2
-Version:15.3
+Version:16.1
 Release:0
 Summary:A lightweight X11 desktop panel and task manager
 License:GPL-2.0
@@ -50,7 +50,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-v%{version}-d8770ed590b6a8af6345a1a6644e111a62ce3755/
+%setup -q -n %{name}-v%{version}-8242b494bc0351d42a76450618e22494c9cbb7ff
 
 %build
 %cmake -DENABLE_EXAMPLES=ON -DDOCDIR=%{_docdir}/%{name}
@@ -81,6 +81,7 @@
 
 %find_lang tint2conf
 
+%if 0%{?suse_version} > 1130
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -88,6 +89,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
 %defattr(-,root,root)

++ tint2-15.3.tar.gz -> tint2-16.1.tar.gz ++
 22060 lines of diff (skipped)





commit openttd-opengfx for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package openttd-opengfx for openSUSE:Factory 
checked in at 2018-01-19 11:52:12

Comparing /work/SRC/openSUSE:Factory/openttd-opengfx (Old)
 and  /work/SRC/openSUSE:Factory/.openttd-opengfx.new (New)


Package is "openttd-opengfx"

Fri Jan 19 11:52:12 2018 rev:14 rq:561249 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/openttd-opengfx/openttd-opengfx.changes  
2015-06-08 08:30:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.openttd-opengfx.new/openttd-opengfx.changes 
2018-01-19 11:52:31.865567150 +0100
@@ -1,0 +2,20 @@
+Tue Jan  2 17:38:25 UTC 2018 - zai...@opensuse.org
+
+- Update to version 0.5.4:
+  * Updated translations.
+- Changes from version 0.5.3:
+  * Fix: [Makefile] Missing Makefile target bundle_zsrc.
+  * Fix: REPO_DATE was set to current date instead of commit date.
+  * Fix #7669: Make unix2dos an optional build requirement.
+  * Cleanup: Merge musa.ini into bananas.ini.
+  * Cleanup: Remove pointless link from GRF description. OpenTTD
+can display readmes directly meanwhile.
+  * Cleanup: [Makefile] BUNDLE_FILES is set by the regular Makefile
+just fine already.
+  * Cleanup: [Makefile] OBG descriptions are generated from lang
+files meanwhile.
+  * Cleanup: Make use of sprites/graphics_source_lists (again?).
+  * Cleanup: hgignore.
+  * Updated translations.
+
+---

Old:

  opengfx-0.5.2-source.tar.xz

New:

  opengfx-0.5.4-source.tar.xz



Other differences:
--
++ openttd-opengfx.spec ++
--- /var/tmp/diff_new_pack.18LPYk/_old  2018-01-19 11:52:32.613531897 +0100
+++ /var/tmp/diff_new_pack.18LPYk/_new  2018-01-19 11:52:32.617531707 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openttd-opengfx
-Version:0.5.2
+Version:0.5.4
 Release:0
 Summary:Default baseset graphics for OpenTTD
 License:GPL-2.0

++ opengfx-0.5.2-source.tar.xz -> opengfx-0.5.4-source.tar.xz ++
/work/SRC/openSUSE:Factory/openttd-opengfx/opengfx-0.5.2-source.tar.xz 
/work/SRC/openSUSE:Factory/.openttd-opengfx.new/opengfx-0.5.4-source.tar.xz 
differ: char 26, line 1




commit vtk for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2018-01-19 11:52:47

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


Package is "vtk"

Fri Jan 19 11:52:47 2018 rev:32 rq:563920 version:8.1.0

Changes:

--- /work/SRC/openSUSE:Factory/vtk/vtk.changes  2017-12-08 12:59:16.413599321 
+0100
+++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes 2018-01-19 
11:53:02.308132334 +0100
@@ -1,0 +2,33 @@
+Fri Jan 12 13:43:49 UTC 2018 - badshah...@gmail.com
+
+- Drop vtk-Rinterface-uintptr_t.patch as the related plugin has
+  been retired.
+
+---
+Wed Jan 10 12:34:03 UTC 2018 - badshah...@gmail.com
+
+- Drop vtk-compat_gl: Building against OpenGL1 has now been
+  deprecated with version 8.1.0, and the examples don't build
+  against it already; so, drop all specfile and related
+  modifications catering to OpenGL1 bindings.
+
+---
+Thu Dec 28 11:22:29 UTC 2017 - badshah...@gmail.com
+
+- Update to version 8.1.0:
+  * Full release notes at https://blog.kitware.com/vtk-8-1-0/.
+- Turn OFF building against system libharu, since libharu
+  upstream seems dead, while vtk's included libharu has new
+  features essential for building vtk 8.1. Drop BuildRequires on
+  libharu.
+- Does not build against java 10, so ensure at most java 9 is
+  used by using appropriate versioning for java-devel
+  BuildRequires.
+- Drop cmake options no longer used for build.
+- Drop VERBOSE=1 for make: it makes the compilation too verbose
+  making brp checks for code warnings too slow to execute; this
+  reduces build time by nearly half.
+- Enforce Qt4 for openSUSE <= 1320 explicitly because Qt5 is now
+  the default option.
+
+---

Old:

  VTK-8.0.1.tar.gz
  pre_checkin.sh
  vtk-Rinterface-uintptr_t.patch
  vtk-compat_gl.changes
  vtk-compat_gl.spec

New:

  VTK-8.1.0.tar.gz



Other differences:
--
++ vtk.spec ++
--- /var/tmp/diff_new_pack.UXfdUi/_old  2018-01-19 11:53:03.452078419 +0100
+++ /var/tmp/diff_new_pack.UXfdUi/_new  2018-01-19 11:53:03.456078230 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package vtk-compat_gl
+# spec file for package vtk
 #
-# 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
@@ -20,21 +20,12 @@
 %define pkgname vtk
 %define vtklib lib%{pkgname}1
 %define vtkcompatlib libvtkcompat_gl1
-
-%if %{compat_gl}
-%define shlib %{vtkcompatlib}
-%else
 %define shlib %{vtklib}
-%endif
 
-%if %{compat_gl}
-Name:   vtk-compat_gl
-%else
 Name:   vtk
-%endif
-Version:8.0.1
+Version:8.1.0
 Release:0
-%define series 8.0
+%define series 8.1
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
 # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@@ -48,8 +39,6 @@
 Source1:vtk-rpmlintrc
 # PATCH-FIX-UPSTREAM vtk-fix-file-contains-date-time.patch 
badshah...@gmail.com -- Fix file containing DATE and TIME
 Patch1: vtk-fix-file-contains-date-time.patch
-# PATCH-FIX-UPSTREAM vtk-Rinterface-uintptr_t.patch boo#985386 
badshah...@gmail.com -- Fix issues with uintptr_t redefinition by defining the 
HAVE_UINTPTR_T macro using cmake functions to avoid redefinition of uintptr_t, 
which is already defined in stdint.h called earlier; patch sent upstream
-Patch2: vtk-Rinterface-uintptr_t.patch
 # PATCH-FIX-OPENSUSE 0001-Allow-compilation-on-GLES-platforms.patch VTK issue 
#17113 stefan.bru...@rwth-aachen.de -- Fix building with Qt GLES builds
 Patch3: 0001-Allow-compilation-on-GLES-platforms.patch
 BuildRequires:  Mesa-libGL-devel
@@ -65,11 +54,10 @@
 BuildRequires:  gnuplot
 BuildRequires:  graphviz
 BuildRequires:  hdf5-devel
-BuildRequires:  java-devel
+BuildRequires:  java-devel <= 9
 BuildRequires:  libX11-devel
 BuildRequires:  libXt-devel
 BuildRequires:  libexpat-devel
-BuildRequires:  libharu-devel
 BuildRequires:  libiodbc-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblz4-devel >= 1.7.3
@@ -125,11 +113,7 @@
 %package -n %{shlib}
 Summary:The Visualization Toolkit - A high level 3D visualization 
library
 Group:  System/Libraries
-%if %{compat_gl}
-Conflicts:  %{vtklib}
-%else
 Conflicts:  %{vtkcompatlib}
-%endif
 
 %description -n %{shlib}
 VTK is a software system for image processing, 

commit redis for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2018-01-19 11:53:02

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


Package is "redis"

Fri Jan 19 11:53:02 2018 rev:37 rq:566188 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2018-01-06 
18:48:54.316027805 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2018-01-19 
11:53:14.715547566 +0100
@@ -13,0 +14 @@
+  * Buffer overflows occurring reading redis.conf CVE-2017-15047 (bsc#1061967)



Other differences:
--
++ redis.spec ++
--- /var/tmp/diff_new_pack.wPAaeP/_old  2018-01-19 11:53:15.327518723 +0100
+++ /var/tmp/diff_new_pack.wPAaeP/_new  2018-01-19 11:53:15.327518723 +0100
@@ -12,9 +12,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _data_dir   %{_localstatedir}/lib/%{name}
 %define _log_dir%{_localstatedir}/log/%{name}
 %define _conf_dir   %{_sysconfdir}/%{name}
@@ -24,7 +25,7 @@
 Summary:Persistent key-value database
 License:BSD-3-Clause
 Group:  Productivity/Databases/Servers
-URL:https://redis.io
+Url:https://redis.io
 Source0:http://download.redis.io/releases/redis-%{version}.tar.gz
 Source1:%{name}.logrotate
 Source2:%{name}.target




commit owncloud-client for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2018-01-19 11:52:18

Comparing /work/SRC/openSUSE:Factory/owncloud-client (Old)
 and  /work/SRC/openSUSE:Factory/.owncloud-client.new (New)


Package is "owncloud-client"

Fri Jan 19 11:52:18 2018 rev:9 rq:561305 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2017-10-23 16:53:15.220791897 +0200
+++ /work/SRC/openSUSE:Factory/.owncloud-client.new/owncloud-client.changes 
2018-01-19 11:52:33.769477413 +0100
@@ -1,0 +2,37 @@
+Mon Jan  1 21:03:19 UTC 2018 - frei...@owncloud.com
+
+- Removed superflous patch force_qdbus_tray_workaround.patch 
+
+---
+Mon Jan  1 19:50:51 UTC 2018 - frei...@owncloud.com
+
+- Bring back the doc macro to mark the documentation files.
+  Fix building by utilizing the exclude macro. 
+
+---
+Fri Dec 29 11:41:41 UTC 2017 - frei...@owncloud.com
+
+- Fixed documentation installation by avoiding the %doc macro. 
+
+---
+Thu Dec 28 21:15:16 UTC 2017 - frei...@owncloud.com
+
+- Added rpath.diff: Fix the rpath to the private libs of owncloud
+  Fixed documentation file list issue  
+
+---
+Wed Dec 27 11:58:22 UTC 2017 - frei...@owncloud.com
+
+- Feedback from review:
+  * Use %{buildroot} instead of ${RPM_BUILD_ROOT}
+  * Leave license- and few other readme files with the main package
+
+---
+Mon Dec 25 11:34:37 UTC 2017 - frei...@owncloud.com
+
+- Update to version 2.4.0 with lots of fixes and additions.
+  Detailed changelog:
+  https://raw.githubusercontent.com/owncloud/client/master/ChangeLog
+- Drop force_qdbus_tray_workaround.patch: Problem fixed upstream. 
+
+---

Old:

  force_qdbus_tray_workaround.patch
  owncloudclient_os-2.3.3.tar.xz

New:

  owncloudclient_os-2.4.0.tar.xz
  rpath.diff



Other differences:
--
++ owncloud-client.spec ++
--- /var/tmp/diff_new_pack.GFJLWa/_old  2018-01-19 11:52:37.081321317 +0100
+++ /var/tmp/diff_new_pack.GFJLWa/_new  2018-01-19 11:52:37.085321128 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package owncloud-client
 #
-# 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 @@
 
 Name:   owncloud-client
 
-Version:2.3.3
+Version:2.4.0
 Release:0
 
 Summary:The ownCloud synchronization client
@@ -28,8 +28,8 @@
 Source0:owncloudclient_os-%{version}.tar.xz
 Source1:101-sync-inotify.conf
 Source2:README.source
-# PATCH-FIX-UPSTREAM fix tray behaviour (only Leap 42.2)
-Patch0: force_qdbus_tray_workaround.patch
+# PATCH-FIX-UPSTREAM rpath.diff Fix rpath 
+Patch0: rpath.diff
 
 %define cmake_args -DSYSCONF_INSTALL_DIR=%{_sysconfdir}
 
@@ -199,18 +199,14 @@
 
 %prep
 %setup -q -n owncloudclient-%{version}
-%if 0%{?is_opensuse} && 0%{?suse_version} == 1315 && 0%{?sle_version} == 120200
-# openSUSE_Leap_42.2 only, 
https://github.com/owncloud/client/issues/5960#issuecomment-322406761
+
 %patch0 -p1
-%endif
 
 %build
 echo suse_version   0%{?suse_version}
 
-mkdir build
-pushd build
 # http://www.cmake.org/Wiki/CMake_RPATH_handling#Default_RPATH_settings
-cmake .. -DWITH_DOC=TRUE \
+%cmake .. -DWITH_DOC=TRUE \
   -DKDE_INSTALL_USE_QT_SYS_PATHS=1 \
   -DCMAKE_C_FLAGS:STRING="%{optflags}" \
   -DCMAKE_CXX_FLAGS:STRING="%{optflags}" \
@@ -235,31 +231,33 @@
 env LD_RUN_PATH=%{_libdir}/owncloud:%{_libdir}/owncloud make %{?_smp_mflags} 
VERBOSE=1
 
 make doc
-popd
+make doc-man
 
 %install
-pushd build
-%make_install
+%cmake_install
 
-mkdir -p ${RPM_BUILD_ROOT}%{_docdir}/%{name}
-mv ${RPM_BUILD_ROOT}/usr/share/doc/client/* ${RPM_BUILD_ROOT}%{_docdir}/%{name}
-rmdir ${RPM_BUILD_ROOT}/usr/share/doc/client
-rm ${RPM_BUILD_ROOT}%{_docdir}/%{name}/html/unthemed/.buildinfo
-mv ${RPM_BUILD_ROOT}%{_docdir}/%{name}/html/unthemed/* 
${RPM_BUILD_ROOT}%{_docdir}/%{name}/html/
-rmdir ${RPM_BUILD_ROOT}%{_docdir}/%{name}/html/unthemed
-popd
+mkdir -p %{buildroot}%{_docdir}/%{name}
+mv %{buildroot}/usr/share/doc/client/owncloud-client/* 
%{buildroot}%{_docdir}/%{name}
+rmdir %{buildroot}/usr/share/doc/client/owncloud-client
+rmdir %{buildroot}/usr/share/doc/client
+rm 

commit sca-appliance-agent for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package sca-appliance-agent for 
openSUSE:Factory checked in at 2018-01-19 11:52:26

Comparing /work/SRC/openSUSE:Factory/sca-appliance-agent (Old)
 and  /work/SRC/openSUSE:Factory/.sca-appliance-agent.new (New)


Package is "sca-appliance-agent"

Fri Jan 19 11:52:26 2018 rev:2 rq:563423 version:1.3

Changes:

--- /work/SRC/openSUSE:Factory/sca-appliance-agent/sca-appliance-agent.changes  
2018-01-09 14:51:28.508634915 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-appliance-agent.new/sca-appliance-agent.changes 
2018-01-19 11:52:51.776628697 +0100
@@ -1,0 +2,5 @@
+Wed Jan  3 17:53:05 UTC 2018 - jason.rec...@suse.com
+
+- Removed /usr/bin/[ dependence
+
+---



Other differences:
--
++ sca-appliance-agent-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sca-appliance-agent-1.3/bin/sdagent 
new/sca-appliance-agent-1.3/bin/sdagent
--- old/sca-appliance-agent-1.3/bin/sdagent 2015-07-17 00:26:16.588448576 
+0200
+++ new/sca-appliance-agent-1.3/bin/sdagent 2018-01-03 18:34:14.919040585 
+0100
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-SVER=1.0.7
+SVER='1.0.8'
 
 ##
 # sdagent - SCA Agent Manager
-# Copyright (c) 2014 SUSE LLC
+# Copyright (c) 2014-2018 SUSE LLC
 #
 # Description:  Starts agent threads for new and retry archives
 # Runs on:  Agent Server
-# Modified: 2014 Jun 26
+# Modified: 2018 Jan 03
 ##
 #
 #  This program is free software; you can redistribute it and/or modify
@@ -24,7 +24,7 @@
 #  along with this program; if not, see .
 #
 #  Authors/Contributors:
-# Jason Record (jrec...@suse.com)
+# Jason Record (jason.rec...@suse.com)
 #
 ##
 
@@ -52,7 +52,7 @@
 }
 
 showHelp() {
-   [ -n "$1" ] && { echo "$1"; echo; }
+   [[ -n "$1" ]] && { echo "$1"; echo; }
echo "Usage: $CURRENT_SCRIPT [OPTIONS]"
echo "Description:"
echo "  Assigns new supportconfig archives for analysis."
@@ -77,10 +77,10 @@
*) SYSTEM_LOGGER=1; CURRENT_LOGLEVEL=$LOGLEVEL_MIN ;;
esac
shift
-   if [ $LOGLEVEL -ge $CURRENT_LOGLEVEL ]; then
-   if [ $SYSTEM_LOGGER -gt 0 ]; then
-   [ -n "$2" ] && logger -p "user.${FACLEVEL}" 
"${CURRENT_SCRIPT}[$$]: [$1] $2" || logger -p "user.${FACLEVEL}" 
"${CURRENT_SCRIPT}[$$]: $1"
-   if [ $LOGLEVEL -gt $LOGLEVEL_SILENT ]; then
+   if [[ $LOGLEVEL -ge $CURRENT_LOGLEVEL ]]; then
+   if [[ $SYSTEM_LOGGER -gt 0 ]]; then
+   [[ -n "$2" ]] && logger -p "user.${FACLEVEL}" 
"${CURRENT_SCRIPT}[$$]: [$1] $2" || logger -p "user.${FACLEVEL}" 
"${CURRENT_SCRIPT}[$$]: $1"
+   if [[ $LOGLEVEL -gt $LOGLEVEL_SILENT ]]; then
printf "%-15s %s\n" "$1" "$2"
fi
else
@@ -111,7 +111,7 @@
# returns 0 NO_ACCESS, 1 INACTIVE, 2 ACTIVE
CHECK_AGENT_STATE=$(mysql -NB $DB_CONNECT -e "SELECT AgentState FROM 
Agents WHERE AgentID=$AGENT_ID")
RCODE=$?
-   if [ $RCODE -gt 0 ]; then
+   if [[ $RCODE -gt 0 ]]; then
msg normal DB "ERROR Cannot access administrative database 
$DB_NAME on localhost"
RCODE=$AGENT_NOACCESS
else
@@ -131,14 +131,14 @@
mysql $DB_CONNECT -e "LOCK TABLES Archives WRITE" #Establish MUTEX
ARCHIDS=$(mysql -BN $DB_CONNECT -e "SELECT ArchiveID FROM Archives 
WHERE ArchiveState='New' ORDER BY ArchiveEvent DESC LIMIT $LIMIT")
msg debug ARCHIDS "$ARCHIDS"
-   if [ -n "$ARCHIDS" ]; then
+   if [[ -n "$ARCHIDS" ]]; then
mysql $DB_CONNECT -e "UPDATE Archives SET 
ArchiveState='Assigned', ArchiveEvent=NOW(), AssignedAgentID=$AGENT_ID WHERE 
ArchiveID IN (${ARCHIDS//[[:space:]]/,})"
mysql $DB_CONNECT -e "UNLOCK TABLES"
for ARCHIVE_ID in $ARCHIDS
do
msg debug 'SQL AGENT_ID' "Agent ID '$AGENT_ID' assigned 
to Archive ID '$ARCHIVE_ID'"
WORKER_ID=$(mysql -BN $DB_CONNECT -e "SELECT WorkerID 
FROM AgentWorkers WHERE WorkersAgentID='$AGENT_ID' AND ArchiveAssigned IS NULL 
LIMIT 1")
-   if [ -n "$WORKER_ID" ]; then
+   if [[ -n "$WORKER_ID" ]]; then
msg debug 'SQL WORKER_ID' "Assigned Agent 
Worker ID: $WORKER_ID"
 

commit deutex for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package deutex for openSUSE:Factory checked 
in at 2018-01-19 11:52:21

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


Package is "deutex"

Fri Jan 19 11:52:21 2018 rev:7 rq:562642 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/deutex/deutex.changes2017-07-08 
12:35:53.213865617 +0200
+++ /work/SRC/openSUSE:Factory/.deutex.new/deutex.changes   2018-01-19 
11:52:43.265029864 +0100
@@ -1,0 +2,76 @@
+Tue Jan  9 00:09:12 UTC 2018 - avin...@opensuse.org
+
+- update to 5.1.1
+  * Fixed: texture name array: the maximum possible string size is
+now supported.
+  * Fixed: some warnings and errors with old versions of pkg-config
+and gcc 
+  * Fixed: Aliasing errors (caused crashes on some architectures,
+such as sparc64)
+  * Can now build WADs with an arbitrary number of lumps. A warning
+is emitted when more than 4046 are included (vanilla Doom limit).
+- remove 0001-increase-array-size-for-char-tname-variable-51.patch
+  * upstreamed in 7024dd74a33780ef2dbdf614f4e52526cc3ab457
+- remove 0001-Fix-strict-aliasing-violations.patch
+  * upstreamed in 85d821dd3c145be1a998ca2a704930caaad73030
+- remove deutex-proto.diff
+  * upstreamed in 07bd0a5083fc15db20bee9056511bd3e10dd1362
+- remove deutex-nolimit.diff
+  * fixed in f8b1336bbcb7bc387d3e856cc7c9f75697cd0f0b
+- remove deprecated BuildRoot option
+
+---
+Mon Jan  1 18:18:37 UTC 2018 - jeng...@inai.de
+
+- Add 0001-increase-array-size-for-char-tname-variable-51.patch,
+  0001-Fix-strict-aliasing-violations.patch
+- Explain some changelog entries better.
+
+---
+Mon Jan  1 07:58:11 UTC 2018 - avin...@opensuse.org
+
+- update to 5.1.0
+  * The -overwrite option now works.
+  * Levels are extracted/inserted in a way to preserve GL nodes.
+  * Inserting pictures with a height of 1 pixel no longer causes
+a malloc error, and allows the operation of rebuilding a
+Doom 1 or 2 IWAD.
+  * Texture lump file names can now be overridden.
+  * Support reading and writing sprite offsets based on PNG
+"grAb" chunks (cf. grabpng package) in a manner compatible
+with SLADE and ZDoom. wadinfo.txt overrides these offsets
+unless -pngoffsets is used.
+- includes 5.0.0
+  * Removed DeuSF program mode.
+  * Removed command line options used by WinTex.
+  * Removed MS-DOS and OS/2 support code.
+  * Removed the "-man" option from deutex.
+  * Removed incomplete Rise of the Triad support.
+  * PNG support added. This is the default extraction format now.
+  * Sun Audio (.au) and Creative .voc sound file format support
+has been removed. RIFF WAVE is the only supported format.
+  * Full sound lumps from the WAD are always extracted (-fullsnd
+option).
+  * MIDI files can be included just by being named *.mid, and are
+extracted to the same file name extension.
+  * Log file support has been removed, in favor of the user doing
+a shell redirection (e.g. with > or 2>) instead.
+  * Arch-vile sprites are now extracted and inserted using
+literal names for sprites with the '[' and ']' characters in
+names (were illegal in DOS), and sprite names with '\' are
+now altered to use '^' on-disk, matching the ZDoom PK3
+standard.
+  * Graphics with a height > 128 and < 256 are now inserted into
+Doom WAD files correctly.
+  * UDMF (Universal Doom Map Format) support.
+- remove patches obsoleted by upstream cleanup and refactoring
+  * deutex-automake.diff
+  * deutex-braces.diff
+  * deutex-init-stdfp.diff
+- check_types removed (b76fafa6fee9a64929e7b1087ac36ea3ce39e27d)
+  * deutex-soundbuf.diff
+- rebase deutex-proto.diff
+- rebase deutex-nolimit.diff
+- renumber patches
+
+---
@@ -35 +110,0 @@
-

Old:

  deutex-4.4.902.tar.gz
  deutex-automake.diff
  deutex-braces.diff
  deutex-init-stdfp.diff
  deutex-nolimit.diff
  deutex-proto.diff
  deutex-soundbuf.diff

New:

  deutex-5.1.1.tar.xz
  deutex-5.1.1.tar.xz.sig



Other differences:
--
++ deutex.spec ++
--- /var/tmp/diff_new_pack.NxtP45/_old  2018-01-19 11:52:44.640965014 +0100
+++ /var/tmp/diff_new_pack.NxtP45/_new  2018-01-19 11:52:44.644964825 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package deutex
 #
-# 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,60 +17,45 @@
 
 
 Name:  

commit hedgewars for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package hedgewars for openSUSE:Factory 
checked in at 2018-01-19 11:52:01

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


Package is "hedgewars"

Fri Jan 19 11:52:01 2018 rev:4 rq:561248 version:0.9.23

Changes:

--- /work/SRC/openSUSE:Factory/hedgewars/hedgewars.changes  2017-12-04 
10:01:36.386091815 +0100
+++ /work/SRC/openSUSE:Factory/.hedgewars.new/hedgewars.changes 2018-01-19 
11:52:22.354015459 +0100
@@ -1,0 +2,404 @@
+Tue Dec  5 09:41:31 UTC 2017 - p.sei...@linuxmail.org
+- package changes:
+ * version update to 0.9.23
+ * replaced SDL with SDL2
+
+- Code changes:
+Legend: 
++ features
+* bugfixes
+
+HIGHLIGHTS:
+ + Battalion style
+ + Fort mode is now a map type instead of a scheme setting
+ + Fort mode now works with more than 2 teams
+ + New weapon: rubber duck
+ + New theme, map, 3 forts, 3 missions, some hats and graves
+ + WxW style allows you to select one of many wall sets
+ + Complete HedgeEditor overhaul
+ + Greatly improved script parameter support for many styles
+ + Improves stats screen of most styles and missions
+ + Various improvements for almost all styles
+ + AI hedgehogs can now use Bee, Vamprism, and Time Box
+ + Campaign page now shows your progress
+ + Improved turn timer
+ + Improved randomization options in team and multiplayer pages
+ + Improved theme customization support
+ + Various Lua API additions
+ * Fix cursor often jumping around after clicking
+ * A huge amount of bugfixes for both campaigns, the missions and styles
+ * Video recording functionality is restored
+
+Content:
+ + New game-style/mode: Battalion (see https://hedgewars.org/wiki/Battalion )
+ + New theme: Beach
+ + New theme music for Jungle and Fruit themes
+ + Change SD theme music for Halloween and Hoggywood (old tracks)
+ + Completely new Cheese map; replaces the old one
+ + New forts: Lonely_Island, Octopus, Olympic, Snail
+ + Many new random hedgehog and team names
+ + Add hats: barrelhider, bishop, jester, leprechaun, pirate_eyepatch, 
tf_scout, zoo_octopus
+ + Add hair-less variants of old hats: beefeaterhat, lambdahat, nursehat, 
pirate_bandana, pirate_hat, poke_ash_hat, RamboClean, sf_vega_hat, 
sf_guile_hat, simple_red, simple_yellow, simple_green, thugclean
+ * Remove hat: tf_scount (this was a duplicate of tf_demoman)
+ * Add graves: Clover, Old_Apple, pi, Simple_reversed, TV, Whisky, 
Ying_and_Yang
+ * Redo flags: cm_pentagram, cm_soviet, armenia, ireland, nepal, suisse, 
sweden, turkey
+
+Game engine (weapons):
+ + New weapon: rubber duck
+ + Freezer can now freeze sticky mines (they get disabled and fall into the 
water)
+ + Keep rope / parachute / flying saucer selected when destroyed and secondary 
ammo selected
+ * Gameplay fix: Hammer damage is now rounded down. This means it will cause 
NO DAMAGE to a hedgehog with less than 3 hp.
+ * Fixed air strikes drops being off-center
+ * Fixed hedgehogs getting hurt while firing deagle / sniper rifle bullet in 
certain situations
+ * Fixed mine, sticky mine, seduction, resurrector not working correctly 
across wrap world edge
+ * Fixed teleportation being able to teleport in land if you clicked across 
the wrap or bounce world edge
+ * Fixed turn not ending when sticky mine was trapped on rubberband
+ * Rope is now destroyed when attempting to shoot it through wrap or bouncy 
world edge
+ * Fixed possible to move rope angle below 0° while having secondary weapon 
selected
+ * Fixed molotov cocktails bouncing vertically off rubber
+ * Fixed sniper rifle disabling laser sight utility after using
+ * Fixed RC planes being able to collect frozen crates
+ * Fixed cake taking over 200 seconds to explode when its stuck and can't move
+ * Fixed Birdy descending into water when hog took damage or died before it 
got picked up
+ * Fixed player being able to switch to dying hog
+ * Various other fixes
+
+Game engine (gameplay):
+ + Fort Mode will now work with more than 2 teams
+ + Divided Teams mode will now work with more than 2 teams (Hint: you probably 
want to set world edges to "wrap" in such games)
+ + Frozen hedgehogs can no longer be poisoned
+ + AI hedgehogs can now use Bee, Vampirism and Time Box
+ + Improved hedgehog spawns on maps that lack land mass or free space
+ + Hogs no longer spawn on icy terrain
+ + Temporarily suspend Heavy Wind mode while turn timer is not running
+ + Engine supports now really gigantic maps
+ * Fixed cursor often jumping back to screen center when putting target 
location while moving cursor
+ * Fixed team getting infinite ammo when stockpiling >= 100 ammo (max. finite 
ammo is now limited to 99)
+ * Fixed failure to collect crate across wrap world edge
+ * Remove buggy “/finish” chat command
+ * Fix key controls not working in ammo menu: 

commit libharu for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libharu for openSUSE:Factory checked 
in at 2018-01-19 11:51:01

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


Package is "libharu"

Fri Jan 19 11:51:01 2018 rev:8 rq:560502 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libharu/libharu.changes  2015-12-16 
17:42:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libharu.new/libharu.changes 2018-01-19 
11:51:34.732260113 +0100
@@ -1,0 +2,39 @@
+Fri Dec 29 00:35:47 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from descriptions.
+  Drop double "support" word from feature list.
+
+---
+Wed Dec 27 19:44:53 UTC 2017 - badshah...@gmail.com
+
+- Update to version 2.3.0:
+  * Added support for 3dMeasures of subtype PD3 and 3DC,
+projection annotations, ExData and javascript attached to a
+U3D model.
+  * Added support for 1- and 2-byte UTF8 codes.
+  * Added full PDF/A1-b support.
+  * Added support for CCITT compression for B/W images.
+  * Add support for TwoPageLeft and TwoPageRight layouts.
+  * Const-ified arrays used in the sources.
+  * Fixed build with libpng 1.5.0
+  * Fixed bug in HPDF_GetContents() - isize variable was not
+initialized. 
+  * Fixed possible endless loop in PNG handling code.
+  * Fixed several issues based on the warnings generated by
+clang-analyzer.
+  * Fixed quite a number of warnings.
+  * Added 'd' postfix to debug build, fixed wrong filename.
+  * Fixed HPDF_Text_Rect() not to split words in some obscure
+cases.
+- Switch to cmake-based build; add BuildRequires: cmake. 
+- Drop patches incorporated upstream:
+  * libharu-2.2.1-png15.patch
+  * libharu-2.2.1-png16.patch
+- Add libharu-cmake.patch to fix installation locations when
+  using cmake-based build.
+- Add libharu-link-libm.patch to add -libm to linker flag when
+  building using cmake.
+- Add libharu-cmake.patch to fix install locations when building
+  using cmake.
+
+---

Old:

  libharu-2.2.1-png15.patch
  libharu-2.2.1-png16.patch
  libharu-2.2.1.tar.bz2

New:

  RELEASE_2_3_0.tar.gz
  libharu-cmake.patch
  libharu-link-libm.patch



Other differences:
--
++ libharu.spec ++
--- /var/tmp/diff_new_pack.fj6t9Q/_old  2018-01-19 11:51:35.312232775 +0100
+++ /var/tmp/diff_new_pack.fj6t9Q/_new  2018-01-19 11:51:35.316232586 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libharu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,59 +16,59 @@
 #
 
 
+%define relver 2_3_0
 Name:   libharu
-Version:2.2.1
+Version:2.3.0
 Release:0
-%define lname  libhpdf-2_2_1
-Summary:Cross platform library for generating PDF files
+%define lname  libhpdf%{relver}
+Summary:Library for generating PDF files
 License:Zlib
 Group:  Productivity/Office/Other
 Url:http://libharu.org
-Source0:http://libharu.org/files/%{name}-%{version}.tar.bz2
+Source0:
https://github.com/libharu/libharu/archive/RELEASE_%{relver}.tar.gz
+# PATCH-FIX-UPSTREAM libharu-link-libm.patch gh#libharu/libharu#158 
badshah...@opensuse.org -- Add libm to linker argument to fix build failures
+Patch0: libharu-link-libm.patch
+# PATCH-FIX-UPSTREAM libharu-cmake.patch badshah...@opensuse.org -- Fix 
installation locations when using cmake-based build; patch taken from Fedora
+Patch1: libharu-cmake.patch
 Source1:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM libharu-2.2.1-png15.patch -- fix build with libpng 1.5.0, 
commit e5bf8b01f6
-Patch0: libharu-2.2.1-png15.patch
-# PATCH-FIX-UPSTREAM libharu-2.2.1-png16.patch -- fix build with libpng 1.6.1, 
sent to t...@daylessday.org
-Patch1: libharu-2.2.1-png16.patch
+BuildRequires:  cmake
 BuildRequires:  libpng-devel
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-libHaru is a free, cross platform, open source library for generating PDF 
files.
+libHaru is a library for generating PDF files.
 It supports the following features:
 - Generating PDF files with lines, text, images.
 - Outline, text annotation, link annotation.
 - Compressing document with deflate-decode.
-- Embedding PNG, Jpeg images.
+- Embedding PNG, JPEG images.
 - Embedding Type1 font and TrueType font.
 - Creating encrypted PDF files.
 - Using various character sets (ISO8859-1~16, 

commit gnumeric for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2018-01-19 11:51:19

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


Package is "gnumeric"

Fri Jan 19 11:51:19 2018 rev:108 rq:560746 version:1.12.38

Changes:

--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes2017-12-14 
10:55:11.830236283 +0100
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2018-01-19 
11:51:47.795644355 +0100
@@ -1,0 +2,14 @@
+Fri Dec 29 20:52:16 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.38:
+  + Avoid large stack use here and there.
+  + Test suite improvements.
+  + Improve sylk writer.  Don't ask.
+  + Teach ssdiff about column/row sizes.
+  + Teach ssdiff about defined names.
+  + Fix a few ssdiff crashes.
+  + Fix crash on text import.
+- Use plain make call again, fix build for old versions of
+  openSUSE.
+
+---

Old:

  gnumeric-1.12.37.tar.xz

New:

  gnumeric-1.12.38.tar.xz



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.8gvd7V/_old  2018-01-19 11:51:49.091583270 +0100
+++ /var/tmp/diff_new_pack.8gvd7V/_new  2018-01-19 11:51:49.091583270 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnumeric
-Version:1.12.37
+Version:1.12.38
 Release:0
 Summary:Spreadsheet Application
 License:GPL-2.0 or GPL-3.0
@@ -46,7 +46,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.8.7
 BuildRequires:  pkgconfig(libgda-5.0) >= 5.0.0
 BuildRequires:  pkgconfig(libgda-ui-5.0) >= 5.0.0
-BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.28
+BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.10.38
 BuildRequires:  pkgconfig(libgsf-1) >= 1.14.33
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.12
 BuildRequires:  pkgconfig(pango) >= 1.24.0
@@ -151,7 +151,7 @@
 %configure\
--disable-static
 #  --enable-pdfdocs
-%make_build
+make %{?_smp_mflags}
 
 %install
 %make_install

++ gnumeric-1.12.37.tar.xz -> gnumeric-1.12.38.tar.xz ++
/work/SRC/openSUSE:Factory/gnumeric/gnumeric-1.12.37.tar.xz 
/work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric-1.12.38.tar.xz differ: char 
27, line 1




commit googletest for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package googletest for openSUSE:Factory 
checked in at 2018-01-19 11:51:16

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


Package is "googletest"

Fri Jan 19 11:51:16 2018 rev:9 rq:560658 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/googletest/googletest.changes2015-08-23 
17:39:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.googletest.new/googletest.changes   
2018-01-19 11:51:45.231765205 +0100
@@ -1,0 +2,50 @@
+Sat Dec 30 00:13:00 CET 2017 - ti...@suse.de
+
+- Fix the source (and put the download URL as a comment) for
+  matching with the actual tarball file name.
+
+---
+Sat Dec 16 18:55:22 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 1.8.0:
+  * Update the value of GTEST_DIR to reflect the googletest dir.
+  * Change the GTestDir marco value to reflect the new dir of
+googletest.
+  * Read Bazel's $XML_OUTPUT_FILE environment variable
+  * Restructure:
+- Test so each scenario is independent.
+- $XML_OUTPUT_FILE logic
+  * Fixes:
+- Error C2440 'return' in gmock_test
+  (gh#google/googletest#775).
+- Tests that return object which implement operator bool.
+- Operator precedence in GTEST_TEST_BOOLEAN_ with expressions
+  that implement operator bool.
+- env_var_test to ignore XML_OUTPUT_FILE if already set.
+- Link that's returned when running tests
+  (gh#google/googletest#714).
+- Rework package turning it into a source package essencially, once
+  its original intention is to provide source files for a testing
+  framework, a pure development package itself. Aligning with
+  upstream ease our job and avoid unexpected bugs.
+- Drop libgtest0 and googletest-devel subpackages bringing gtest
+  subpackage instead and obsoleting the previous ones, following
+  the above change.
+- Provide googlemock together with googletest now that upstream
+  officially brought this project under gloogle's wings.
+- Replace autoconf and automake BuildRequires by cmake and switch
+  configure, make and make_install macros by cmake, cmake_jobs and
+  cmake_install. Autotools are deprecated and cmake is recommended
+  by upstream.
+- Drop libtool BuildRequires and autoreconf call. With the adoption
+  of cmake it's no longer need anymore.
+- Drop googletest-enable-make-install.patch. No longer needed once
+  make install is not used anymore.
+- Add googletest-fix-cmake-libdir-install.patch for enabling the
+  use of /usr/lib(64) instead of /usr/local/lib(64), once
+  upstream's CMakeLists doesn't provide flexibility in this regard.
+- Add googletest-rpmlintrc file to filter warnings about
+  devel-file-in-non-devel-package, shlib-policy-missing-suffix and
+  obsolete-not-provided as the package is a devel one itself now.
+
+---

Old:

  googletest-enable-make-install.patch
  release-1.7.0.tar.gz

New:

  googletest-fix-cmake-libdir-install.patch
  googletest-release-1.8.0.tar.gz
  googletest-rpmlintrc



Other differences:
--
++ googletest.spec ++
--- /var/tmp/diff_new_pack.G2uOFV/_old  2018-01-19 11:51:45.819737491 +0100
+++ /var/tmp/diff_new_pack.G2uOFV/_new  2018-01-19 11:51:45.819737491 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package googletest
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,23 +16,24 @@
 #
 
 
-%define libname libgtest0
+%define _name   googlemock
+
 Name:   googletest
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:Google C++ Testing Framework
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:https://github.com/google/googletest
-Source0:
https://github.com/google/googletest/archive/release-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM marguer...@opensuse.org Google thinks `make install`
-#is dangerous, but I don't think so.
-Patch0: googletest-enable-make-install.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+# download URL: 
https://github.com/google/googletest/archive/release-%{version}.tar.gz
+Source0:%{name}-release-%{version}.tar.gz
+Source1:googletest-rpmlintrc
+# PATCH-FIX-UPSTREAM googletest-fix-cmake-libdir-install.patch 
luc1...@linuxmail.org -- enable the use of /usr/lib(64) instead of 
/usr/local/lib(64).
+Patch0: 

commit frogr for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package frogr for openSUSE:Factory checked 
in at 2018-01-19 11:51:25

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


Package is "frogr"

Fri Jan 19 11:51:25 2018 rev:24 rq:560751 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/frogr/frogr.changes  2017-05-29 
22:19:21.994388492 +0200
+++ /work/SRC/openSUSE:Factory/.frogr.new/frogr.changes 2018-01-19 
11:51:49.503563851 +0100
@@ -1,0 +2,24 @@
+Sat Dec 30 09:53:05 UTC 2017 - jeng...@inai.de
+
+- Update homepage URL.
+
+---
+Thu Dec 28 09:42:33 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.4:
+  + Migrated to the meson and ninja, removed all the autotools
+files.
+  + Fixed integration with GNOME Software (appstream data).
+  + Fixed errors loading images from certain cameras / phones
+(bgo#768639, bgo#678241).
+  + Raised versions for GTK+ (to 3.16) and JSON-GLib (to 1.2), for
+g_autoptr.
+  + Updated translations.
+- Switch to meson buildsystem following upstream port: Add meson
+  BuildRequires and use meson macros and pass explicit options to
+  meson, ensure we build the features we want.
+- Conditionalize handling of desktop_database_post(un) and
+  icon_theme_cache_post(un) in post(un) to only apply for old
+  versions of openSUSE.
+
+---

Old:

  frogr-1.3.tar.xz

New:

  frogr-1.4.tar.xz



Other differences:
--
++ frogr.spec ++
--- /var/tmp/diff_new_pack.M6RVVR/_old  2018-01-19 11:51:50.031538965 +0100
+++ /var/tmp/diff_new_pack.M6RVVR/_new  2018-01-19 11:51:50.031538965 +0100
@@ -17,45 +17,51 @@
 
 
 Name:   frogr
-Version:1.3
+Version:1.4
 Release:0
 Summary:Tool to Manage Flickr Accounts
 License:GPL-3.0
 Group:  Productivity/Graphics/Other
-Url:https://live.gnome.org/Frogr
-Source: 
http://download.gnome.org/sources/frogr/1.3/%{name}-%{version}.tar.xz
+Url:https://wiki.gnome.org/Apps/Frogr
+Source: 
http://download.gnome.org/sources/frogr/1.4/%{name}-%{version}.tar.xz
+
 BuildRequires:  libgcrypt-devel >= 1.5.0
+BuildRequires:  meson
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
 BuildRequires:  pkgconfig(gstreamer-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
-BuildRequires:  pkgconfig(json-glib-1.0) >= 0.12
-BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16
+BuildRequires:  pkgconfig(json-glib-1.0) >= 1.2
+BuildRequires:  pkgconfig(libexif) >= 0.6.14
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.34
-BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.8
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Frogr is a small application for the GNOME desktop that allows users to
+Frogr is a application for the GNOME desktop that allows users to
 manage their accounts in the Flickr image hosting website. It supports
 all the basic Flickr features, including uploading pictures, adding
 descriptions, setting tags and managing sets and groups pools.
 
 %lang_package
+
 %prep
-%setup -q
+%autosetup
 
 %build
-%configure
-make %{?_smp_mflags}
+%meson \
+   -D enable-header-bar=true \
+   -D enable-video=true \
+   %{nil}
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file org.gnome.frogr Viewer
 
+%if 0%{?suse_version} < 1500
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -63,17 +69,16 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README THANKS
+%doc COPYING NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/org.gnome.frogr.appdata.xml
 %{_datadir}/applications/org.gnome.%{name}.desktop
 %{_datadir}/%{name}/
-%{_datadir}/pixmaps/frogr.xpm
 %{_datadir}/icons/hicolor/*/apps/org.gnome.frogr*.*
 %{_mandir}/man1/frogr.1%{ext_man}
 

++ frogr-1.3.tar.xz -> frogr-1.4.tar.xz ++
 72225 lines of diff (skipped)




commit libheimdal for openSUSE:Factory

2018-01-19 Thread root
Hello community,

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

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


Package is "libheimdal"

Fri Jan 19 11:51:04 2018 rev:7 rq:560559 version:7.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libheimdal/libheimdal.changes2017-12-08 
13:02:09.299355476 +0100
+++ /work/SRC/openSUSE:Factory/.libheimdal.new/libheimdal.changes   
2018-01-19 11:51:38.680074026 +0100
@@ -1,0 +2,22 @@
+Fri Dec 29 13:16:21 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to version 7.5.0
+  - Security
+- Fix CVE-2017-17439, which is a remote denial of service
+  vulnerability:
+  In Heimdal 7.1 through 7.4, remote unauthenticated attackers
+  are able to crash the KDC by sending a crafted UDP packet
+  containing empty data fields for client name or realm.
+  - Bug fixes
+- Handle long input lines when reloading database dumps.
+- In pre-forked mode (default on Unix), correctly clear the
+  process ids of exited children, allowing new child processes
+  to replace the old.
+- Fixed incorrect KDC response when no-cross realm TGT exists,
+  allowing client requests to fail quickly rather than time
+  out after trying to get a correct answer from each KDC.
+- Fixed heimdal-patched.diff.
+- Removed Avoid_NULL_structure_pointer_member_dereference.patch,
+  fixed upstream.
+
+---

Old:

  Avoid_NULL_structure_pointer_member_dereference.patch
  heimdal-7.4.0-patched.tar.bz2

New:

  heimdal-7.5.0-patched.tar.bz2



Other differences:
--
++ libheimdal.spec ++
--- /var/tmp/diff_new_pack.fE7uqJ/_old  2018-01-19 11:51:39.660027835 +0100
+++ /var/tmp/diff_new_pack.fE7uqJ/_new  2018-01-19 11:51:39.664027647 +0100
@@ -20,7 +20,7 @@
 Summary:The Heimdal implementation of the Kerberos 5 protocol
 License:BSD-3-Clause
 Group:  Productivity/Networking/Security
-Version:7.4.0
+Version:7.5.0
 Release:0
 Url:http://www.h5l.org
 # patched source can be created with script heimdal-patch-source.sh:
@@ -28,7 +28,6 @@
 Source0:heimdal-%{version}-patched.tar.bz2
 Source2:heimdal-patch-source.sh
 Patch0: heimdal-patched.diff
-Patch1: Avoid_NULL_structure_pointer_member_dereference.patch
 %if 0%{?sles_version} == 11
 BuildRequires:  libcom_err-devel
 BuildRequires:  sqlite3-devel
@@ -99,7 +98,6 @@
 %prep
 %setup -q -n heimdal-%{version}
 %patch0 -p1
-%patch1 -p0
 
 %build
 autoreconf -fi

++ heimdal-7.4.0-patched.tar.bz2 -> heimdal-7.5.0-patched.tar.bz2 ++
/work/SRC/openSUSE:Factory/libheimdal/heimdal-7.4.0-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.libheimdal.new/heimdal-7.5.0-patched.tar.bz2 
differ: char 11, line 1

++ heimdal-patched.diff ++
--- /var/tmp/diff_new_pack.fE7uqJ/_old  2018-01-19 11:51:39.712025384 +0100
+++ /var/tmp/diff_new_pack.fE7uqJ/_new  2018-01-19 11:51:39.716025196 +0100
@@ -4,7 +4,7 @@
 @@ -3,7 +3,6 @@
  AC_PREREQ(2.62)
  test -z "$CFLAGS" && CFLAGS="-g"
- AC_INIT([Heimdal],[7.4.0],[https://github.com/heimdal/heimdal/issues])
+ AC_INIT([Heimdal],[7.5.0],[https://github.com/heimdal/heimdal/issues])
 -AC_CONFIG_SRCDIR([kuser/kinit.c])
  AC_CONFIG_HEADERS(include/config.h)
  AC_CONFIG_MACRO_DIR([cf])




commit kmymoney for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2018-01-19 11:51:11

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


Package is "kmymoney"

Fri Jan 19 11:51:11 2018 rev:55 rq:560617 version:4.8.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes2017-08-28 
15:18:53.134221468 +0200
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2018-01-19 
11:51:43.267857776 +0100
@@ -1,0 +2,49 @@
+Fri Dec 29 20:24:04 UTC 2017 - wba...@tmo.at
+
+- Add fix-sepa-plugin.patch to fix the installation of the SEPA
+  plugin so that it can actually be loaded (kde#386547)
+
+---
+Wed Dec 27 07:48:09 UTC 2017 - wba...@tmo.at
+
+- Update to 4.8.1.1
+  * Improvements to data import, including:
++ Improved payee matching
++ Avoid crash if you provide an invalid name for the import
+  file
++ Resolved numerous issues with importing QIF and CSV files
++ Removed some restrictions on the type of account to which
+  data can be imported
++ Allowed OFX import to use Client UID, required by some banks
+  * Improvements to the database back end
++ Avoid a crash if the database is not present restoring from
+  hibernation
++ Corrected SQL syntax issues causing errors
+  * The user is now notified if changing a memo in a transaction
+would make it different from the memo in the other split of the
+transaction (such as in a transfer)
+  * Added a setting to configure location of optional log file for
+imported data
+  * Removed restriction on configuring VAT assignments for certain
+types of accounts
+  * Eliminated false positive errors from Consistency Check
+  * Several improvements to importing and exporting templates
+  * Eliminated several causes of crashes
+- Drop patches that have been merged upstream:
+  * kmymoney-4.8.0-fix-csv-import-account-type.patch
+  * fix-build.patch
+  * fix-build-with-cmake-3.9.patch
+- Rebase aqbanking-5.1-backward-compatibility.patch
+- Drop BuildIgnore again, no longer necessary as libqt4 uses
+  OpenSSL 1.1 now in Tumbleweed
+- No longer necessary to change the file permissions of the appdata
+  file, this has been fixed upstream
+- Adjust package summary and description (for KDE4 -> by KDE)
+
+---
+Mon Dec 11 12:59:34 UTC 2017 - wba...@tmo.at
+
+- BuildIgnore libopenssl-1_0_0-devel to avoid an openssl conflict
+  and fix the build on Tumbleweed
+
+---

Old:

  fix-build-with-cmake-3.9.patch
  fix-build.patch
  kmymoney-4.8.0-fix-csv-import-account-type.patch
  kmymoney-4.8.0.tar.xz

New:

  fix-sepa-plugin.patch
  kmymoney-4.8.1.1.tar.xz



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.OuwGVp/_old  2018-01-19 11:51:44.655792355 +0100
+++ /var/tmp/diff_new_pack.OuwGVp/_new  2018-01-19 11:51:44.655792355 +0100
@@ -17,21 +17,17 @@
 
 
 Name:   kmymoney
-Version:4.8.0
+Version:4.8.1.1
 Release:0
-Summary:A Personal Finance Manager for KDE 4
+Summary:A Personal Finance Manager by KDE
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Finance
 Url:http://www.kmymoney.org/
 Source0:
http://download.kde.org/stable/kmymoney/%{version}/src/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM kmymoney-4.8.0-fix-csv-import-account-type.patch 
kde#364425
-Patch1: kmymoney-4.8.0-fix-csv-import-account-type.patch
-# PATCH-FIX-UPSTREAM fix-build.patch -- fix build with latest cmake in Factory
-Patch2: fix-build.patch
 # PATCH-FIX-OPENSUSE aqbanking-5.1-backward-compatibility.patch boo#1042760 -- 
allow to build the kbanking plugin on Leap 42
-Patch3: aqbanking-5.1-backward-compatibility.patch
-# PATCH-FIX-UPSTREAM fix-build-with-cmake-3.9.patch kde#383351 -- fix build 
with latest cmake in Factory
-Patch4: fix-build-with-cmake-3.9.patch
+Patch:  aqbanking-5.1-backward-compatibility.patch
+# PATCH-FIX-UPSTREAM
+Patch1: fix-sepa-plugin.patch
 BuildRequires:  aqbanking-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -67,7 +63,7 @@
 Requires(postun): shared-mime-info
 
 %description
-KMyMoney is a Personal Finance Manager for KDE4. It operates
+KMyMoney is a Personal Finance Manager by KDE. It operates
 similar to Quicken, supports various account types, categorization
 of expenses, multiple currencies, online banking support via QIF,
 OFX and HBCI, budgeting and a rich set of 

commit dmtcp for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory checked 
in at 2018-01-19 11:50:55

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


Package is "dmtcp"

Fri Jan 19 11:50:55 2018 rev:25 rq:560483 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes  2017-01-25 
23:35:41.371049632 +0100
+++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2018-01-19 
11:51:27.576597408 +0100
@@ -1,0 +2,63 @@
+Wed Dec 27 13:17:07 UTC 2017 - ka...@ccs.neu.edu
+
+- Disabled some troublesome tests.
+- Updated to 2.5.2.
+  Release notes for 2.5.2:
+  
+  * All fixes in Release DMTCP-2.4.9 are incorporated in this release.
+  * An incompatibility of DMTCP with Open MPI 1.10 when using orterun (mpirun)
+was discovered. This does not affect recent versions, such as Open MPI 2.x.
+  * In some rare cases, open files were not properly restored due to
+a use-after-free bug. This is now fixed.
+  * In some rare cases, one process had created a SysV shared memory object,
+and a different process was assigned to restore it on restart. This
+was not handled correctly, and is now fixed.
+  * Correctly restore CPU affinities of threads
+  * Virtualized SysV shared memory keys to avoid race condition on restart
+  * Fixed logic for checking if relative path to file was a duplicate
+of another existing path
+  * The NSCD area for name service caching daemon was not handled correctly
+in CentOS 6.8 and later correctly. Fixed now.
+  * The Linux sched.h include file for scheduling of cores was added to
+satisfy some older Linux distros that needed it for compiling DMTCP.
+  * Fixed a regression in which --enable-debug (for verbose debug logs)
+was not being properly written.
+  * The DMTCP coordinator was displaying a spurious warning, "Failed to find
+coordinator IP address", because it did not check for a canoncial hostname.
+  * A related issue prevented DMTCP from working properly on some
+SUSE/openSUSE distros.
+
+  Release notes for 2.5.1:
+  
+  This release mostly provides added robustness.  Two notable items of
+  added functionality are:
+   i. DMTCP_RESTART_PAUSE and DMTCP_RESTART_PAUSE0 environment variables
+  for easier debugging upon initial restart
+   ii. The --debug-logs flag was added to dmtcp_launch/dmtcp_restart.
+   One can now turn on logging individually for separate plugins,
+   instead of only turning it on globally.
+  
+  An incompatibility of DMTCP with Open MPI 1.10 when using orterun (mpirun)
+  was discovered.  This may also affect some other versions of Open MPI 1.10.
+  This bug will be fixed in a future release.
+  
+  * Fixed an issue when starting multiple DMTCP coordinators on same host
+at approximately the same time
+  * Fixed issue with PBS scheduler for HPC
+  * Fixed issue when restarting on a different host with a larger
+limit on the number of open file descriptors
+  * dmtcp_launch/dmtcp_restart now accept '--debug-logs' flag to specify
+which DMTCP plugins should produce logging information
+(It used to be all or nothing.)
+  * Improved robustness for IB (InfiniBand) plugin
+  * Fixed DMTCP_RESTART_PAUSE and DMTCP_RESTART_PAUSE0 environment variables
+ for debugging upon restart
+  * The brk() call was failing on restart on Debian due to overly strict assert
+  * dmtcp_launch was hanging on some RHEL5 and RHEL6 due to deadlock with
+  libc low-level locks.  Fixed now.
+  * Updated tls_pid_offset in DMTCP to handle newer GLIBc (versions > 2.24)
+  * Fixed launch of 32-bit binary when forking/execing from a 64-bit executable
+  * Fixed issue that can affect a parent holding a malloc-lock while forking
+  * Fixed issue when a user thread calls 'dmtcp_get_coord_ckpt_dir()'
+
+---

Old:

  2.5.0.tar.gz

New:

  2.5.2.tar.gz



Other differences:
--
++ dmtcp.spec ++
--- /var/tmp/diff_new_pack.A8YukL/_old  2018-01-19 11:51:28.484554610 +0100
+++ /var/tmp/diff_new_pack.A8YukL/_new  2018-01-19 11:51:28.484554610 +0100
@@ -18,24 +18,30 @@
 
 
 Name:   dmtcp
-Version:2.5.0
+Version:2.5.2
 Release:0
 Summary:Checkpoint/Restart functionality for Linux processes
 License:LGPL-3.0+
 Group:  System/Packages
 Url:https://github.com/%{name}
 Source0:https://github.com/%{name}/%{name}/archive/%{version}.tar.gz
+
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
 BuildRequires:  python-base
+
+# Disable spurious destbufferoverflow warning.
+BuildRequires:  

commit kstars for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2018-01-19 11:51:47

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


Package is "kstars"

Fri Jan 19 11:51:47 2018 rev:90 rq:560976 version:2.8.9

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2017-11-17 
10:52:35.49302 +0100
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2018-01-19 
11:52:01.610993164 +0100
@@ -1,0 +2,10 @@
+Wed Dec 20 17:42:00 UTC 2017 - wba...@tmo.at
+
+- Update to 2.8.9
+  * kstars is released independently from KDE Applications now
+  * Lots of changes since 2.7.10 that was shipped with KDE Applications
+17.08.3, please see http://knro.blogspot.co.at/ or the
+included ChangeLog file (in /usr/share/doc/packages/kstars/)
+for details
+
+---

Old:

  kstars-17.08.3.tar.xz

New:

  kstars-2.8.9.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.vmNeUD/_old  2018-01-19 11:52:03.230916810 +0100
+++ /var/tmp/diff_new_pack.vmNeUD/_new  2018-01-19 11:52:03.234916621 +0100
@@ -19,11 +19,8 @@
 %bcond_without lang
 
 Name:   kstars
-Version:17.08.3
+Version:2.8.9
 Release:0
-%define kf5_version 5.26.0
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:Desktop Planetarium
 # Note for legal: the Apache licensed files in the tarball are for the
 # Android version - they're neither built nor installed
@@ -32,7 +29,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Astronomy
 Url:http://edu.kde.org/kstars/
-Source0:%{name}-%{version}.tar.xz
+Source0:
https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE -- disable_downloading_into_system_dirs.patch -- do not 
allow saving runtime files into system dirs.
 Patch0: disable_downloading_into_system_dirs.patch
 BuildRequires:  Mesa-devel
@@ -73,8 +70,6 @@
 BuildRequires:  pkgconfig(Qt5Xml)
 Recommends: libindi
 Recommends: xplanet
-Obsoletes:  %{name}5 < %{version}
-Provides:   %{name}5 = %{version}
 %if %{with lang}
 Recommends: %{name}-lang
 %endif

++ disable_downloading_into_system_dirs.patch ++
--- /var/tmp/diff_new_pack.vmNeUD/_old  2018-01-19 11:52:03.254915678 +0100
+++ /var/tmp/diff_new_pack.vmNeUD/_new  2018-01-19 11:52:03.254915678 +0100
@@ -2,11 +2,11 @@
 index e1a7d73..111d1da 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -389,7 +389,7 @@ install(FILES org.kde.kstars.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
- 
+@@ -376,7 +376,7 @@ install(FILES org.kde.kstars.appdata.xml DESTINATION 
${KDE_INSTALL_METAINFODIR})
  feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
  
--IF (NOT BUILD_KSTARS_LITE)
+ # Only build k5auth for Linux
+-if (NOT BUILD_KSTARS_LITE AND ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
 +IF (FALSE)
  # This helper file is generated to download astrometry.net index files.
  add_executable(kauth_kstars_helper kstars/auxiliary/downloadhelper.cpp  
${helper_mocs})
@@ -15,27 +15,27 @@
 index 35e474b..2899906 100644
 --- a/kstars/ekos/align/opsastrometryindexfiles.cpp
 +++ b/kstars/ekos/align/opsastrometryindexfiles.cpp
-@@ -274,22 +274,7 @@ void OpsAstrometryIndexFiles::downloadIndexFile(QString 
URL, QString fileN, QChe
- }
- else
- {
+@@ -368,22 +368,7 @@ void OpsAstrometryIndexFiles::downloadIndexFile(QString 
URL, QString fileN, QChe
+ }
+ else
+ {
 -#ifdef Q_OS_OSX
--KMessageBox::error(0, i18n("Astrometry Folder Permissions 
Error"));
+-KMessageBox::error(0, i18n("Astrometry Folder Permissions 
Error"));
 -#else
--KAuth::Action 
action(QStringLiteral("org.kde.kf5auth.kstars.saveindexfile"));
--
action.setHelperId(QStringLiteral("org.kde.kf5auth.kstars"));
--action.setArguments(QVariantMap({ { "filename", 
indexFileN }, { "contents", responseData } }));
--KAuth::ExecuteJob *job = action.execute();
--if (!job->exec())
--{
--QMessageBox::information(
--this, "Error",
--QString("KAuth returned an error code: %1 
%2").arg(job->error()).arg(job->errorString()));
--slotUpdate();
--return;
--}
+-  

commit python-jupyter_ipykernel for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-jupyter_ipykernel for 
openSUSE:Factory checked in at 2018-01-19 11:51:38

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


Package is "python-jupyter_ipykernel"

Fri Jan 19 11:51:38 2018 rev:6 rq:560873 version:4.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_ipykernel/python-jupyter_ipykernel-doc.changes
2017-10-03 23:17:02.504472874 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipykernel.new/python-jupyter_ipykernel-doc.changes
   2018-01-19 11:51:53.483376261 +0100
@@ -1,0 +2,13 @@
+Thu Dec 21 18:45:08 UTC 2017 - a...@gmx.de
+
+- update to version 4.7.0:
+  * Add event loop integration for :mod:`asyncio`.
+  * Use the new IPython completer API.
+  * Add support for displaying GIF images (mimetype image/gif).
+  * Allow the kernel to be interrupted without killing the Qt console.
+  * Fix is_complete response with cell magics.
+  * Clean up encoding of bytes objects.
+  * Clean up help links to use https and improve display titles.
+  * Clean up ioloop handling in preparation for tornado 5.
+
+---
python-jupyter_ipykernel.changes: same change

Old:

  ipykernel-4.6.1.tar.gz

New:

  ipykernel-4.7.0.tar.gz



Other differences:
--
++ python-jupyter_ipykernel-doc.spec ++
--- /var/tmp/diff_new_pack.bOnv3I/_old  2018-01-19 11:51:54.559325545 +0100
+++ /var/tmp/diff_new_pack.bOnv3I/_new  2018-01-19 11:51:54.563325357 +0100
@@ -22,20 +22,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_ipykernel-doc
-Version:4.6.1
+Version:4.7.0
 Release:0
 Summary:Documentation for python-jupyter_ipykernel
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
+BuildRequires:  %{python_module jupyter_ipykernel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module jupyter_ipykernel}
 %if %{with tests}
 # Test Requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module nose_warnings_filters}
+BuildRequires:  %{python_module nose}
 # Python 2.7 test requirements
 BuildRequires:  python-mock
 %endif

++ python-jupyter_ipykernel.spec ++
--- /var/tmp/diff_new_pack.bOnv3I/_old  2018-01-19 11:51:54.587324226 +0100
+++ /var/tmp/diff_new_pack.bOnv3I/_new  2018-01-19 11:51:54.587324226 +0100
@@ -18,22 +18,22 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_ipykernel
-Version:4.6.1
+Version:4.7.0
 Release:0
 Summary:IPython Kernel for Jupyter
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-%{version}.tar.gz
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module jupyter_client}
 BuildRequires:  %{python_module jupyter_ipython >= 4.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module tornado >= 4.0}
 BuildRequires:  %{python_module traitlets >= 4.1.0}
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  python-rpm-macros
 Requires:   python-jupyter_client
 Requires:   python-jupyter_ipython >= 4.0.0
 Requires:   python-tornado >= 4.0

++ ipykernel-4.6.1.tar.gz -> ipykernel-4.7.0.tar.gz ++
 2740 lines of diff (skipped)




commit ack for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package ack for openSUSE:Factory checked in 
at 2018-01-19 11:50:59

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


Package is "ack"

Fri Jan 19 11:50:59 2018 rev:22 rq:560494 version:2.22

Changes:

--- /work/SRC/openSUSE:Factory/ack/ack.changes  2017-03-31 15:10:02.263717003 
+0200
+++ /work/SRC/openSUSE:Factory/.ack.new/ack.changes 2018-01-19 
11:51:32.396370218 +0100
@@ -1,0 +2,15 @@
+Fri Dec 29 04:40:33 UTC 2017 - avin...@opensuse.org
+
+- ack 2.22:
+  * Avoid a fatal error that sometimes occured if a file was
+unreadable.
+  * support for Kotlin
+  * Sped up file type detection for certain files.
+- includes 2.20:
+  * When using submodules, .git directory will be a file.
+This is now ignored by default.
+  * Changed construction in the docs that Ubuntu flagged as a
+misspelling.
+- cleanup with spec-cleaner
+
+---

Old:

  ack-2.18.tar.gz

New:

  ack-2.22.tar.gz



Other differences:
--
++ ack.spec ++
--- /var/tmp/diff_new_pack.QTxcK8/_old  2018-01-19 11:51:32.920345520 +0100
+++ /var/tmp/diff_new_pack.QTxcK8/_new  2018-01-19 11:51:32.920345520 +0100
@@ -24,12 +24,12 @@
 %endif
 %{!?perl_make_install:  %global perl_make_install make DESTDIR=%{buildroot} 
install_vendor}
 Name:   ack
-Version:2.18
+Version:2.22
 Release:0
 Summary:Grep-Like Text Finder
 License:Artistic-2.0
 Group:  Productivity/Text/Utilities
-Url:http://beyondgrep.com/
+URL:http://beyondgrep.com/
 Source: 
http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-%{version}.tar.gz
 Patch1: ack-ignore-osc.patch
 Patch3: ack-add_spec.patch
@@ -39,7 +39,6 @@
 Requires:   perl
 Requires:   perl-App-Ack = %{version}-%{release}
 Requires:   perl-base = %{perl_version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if %{run_tests}
 BuildRequires:  perl(File::Temp) >= 0.19
@@ -96,13 +95,11 @@
 %endif
 
 %files
-%defattr(-,root,root)
 %doc rpmdoc_ack/*
 %{_bindir}/ack
 %{_mandir}/man1/ack.1%{ext_man}
 
 %files -n perl-App-Ack
-%defattr(-,root,root)
 %doc Changes README.md LICENSE.md
 %dir %{perl_vendorlib}/App
 %{perl_vendorlib}/App/Ack.pm

++ ack-2.18.tar.gz -> ack-2.22.tar.gz ++
 6406 lines of diff (skipped)




commit moinmoin-wiki for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package moinmoin-wiki for openSUSE:Factory 
checked in at 2018-01-19 11:50:22

Comparing /work/SRC/openSUSE:Factory/moinmoin-wiki (Old)
 and  /work/SRC/openSUSE:Factory/.moinmoin-wiki.new (New)


Package is "moinmoin-wiki"

Fri Jan 19 11:50:22 2018 rev:4 rq:560032 version:1.9.9

Changes:

--- /work/SRC/openSUSE:Factory/moinmoin-wiki/moinmoin-wiki.changes  
2017-09-20 17:13:49.775938105 +0200
+++ /work/SRC/openSUSE:Factory/.moinmoin-wiki.new/moinmoin-wiki.changes 
2018-01-19 11:50:27.915409778 +0100
@@ -1,0 +2,16 @@
+Tue Dec 26 16:01:34 UTC 2017 - jeng...@inai.de
+
+- Trim filler wording from description.
+
+---
+Mon Dec 18 21:10:35 UTC 2017 - seroto...@gmail.com
+
+- Upgrade to version 1.9.9:
+  + added raw#199.patch as specified by upstream
+- Remove obsolete Java drawing Applets from package
+  + removed anywikidraw-java8.patch
+  + removed anywikidraw-java9.patch
+  + removed anywikidraw.patch
+  + removed twikidraw-java9.patch
+
+---

Old:

  anywikidraw-java8.patch
  anywikidraw-java9.patch
  anywikidraw.patch
  moin-1.9.8.tar.gz
  twikidraw-java9.patch

New:

  moin-1.9.9.tar.gz
  raw#199.patch



Other differences:
--
++ moinmoin-wiki.spec ++
--- /var/tmp/diff_new_pack.WFmn5C/_old  2018-01-19 11:50:30.923267984 +0100
+++ /var/tmp/diff_new_pack.WFmn5C/_new  2018-01-19 11:50:30.923267984 +0100
@@ -22,9 +22,9 @@
 BuildArch:  noarch
 %endif
 Name:   moinmoin-wiki
-Version:1.9.8
+Version:1.9.9
 Release:0
-Summary:Fully-featured wiki engine written in Python
+Summary:Wiki engine written in Python
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
 Url:http://moinmo.in/MoinMoinWiki
@@ -33,52 +33,44 @@
 Source2:moin-apache22.conf
 Source3:moin-apache24.conf
 Source4:mkwiki.moin
+# NB: the AnyWikiDraw applet is no longer included in openSUSE package
 Source80:   Re:_Proprietary_code_in_AnyWikiDraw.mbox
 Source90:   README.SUSE
 Source91:   moin.1
 Source92:   mkwiki.moin.8
 Source99:   moinmoin-wiki.rpmlintrc
-Patch0: anywikidraw.patch
-Patch1: anywikidraw-java8.patch
-Patch2: anywikidraw-java9.patch
-Patch3: twikidraw-java9.patch
-BuildRequires:  ant >= 1.5.4
+Patch0: 
https://bitbucket.org/thomaswaldmann/moin-1.9/commits/561b7a9c2bd91b61d26cd8a5f39aa36bf5c6159e/raw#199.patch
 BuildRequires:  apache2
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
-BuildRequires:  java-devel >= 1.5
+%if 0%{?sle_version} < 120300
 BuildRequires:  python-devel >= 2.5
+%else
+BuildRequires:  python2-devel >= 2.5
+%endif
 Requires:   apache2-mod_wsgi
-Requires:   python-xml
+Requires:   python2-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  python-moin < 1.9.8-50.0
-Provides:   python-moin = 1.9.8-50.0
+Provides:   python-moin = %{version}
 
 %description
-MoinMoin is an advanced, easy to use and extensible wiki engine with a large
-community of users. Said in a few words, it is about collaboration on easily
-editable web pages. All wiki data is stored in plain files - no database is
-required. MoinMoin is implemented in Python.
+MoinMoin is an extensible wiki engine. It focuss on collaboration on
+editable web pages. All wiki data is stored in plain files - no
+database is required. MoinMoin is implemented in Python.
 
 This package configures MoinMoin to serve wiki pages via the Apache web server.
 
 %prep
 %setup -q -n moin-%{version}
+%patch0 -p1
 
 # Always use python2
 grep -rl "#!/usr/bin/env python" . | xargs -L 1 --verbose sed -i -e 
"s|#!/usr/bin/env python|#!/usr/bin/python2|g"
 sed -i -e "s|#!/usr/bin/python|#!/usr/bin/python2|g" wiki/server/moin.fcgi
 
-# remove pre-built JARs
+# remove pre-built applet JARs
 find . -type f -name "*.jar" -print -delete
-# prepare rebuild of TWikiDraw applet
-%patch3
-# prepare rebuild of AnyWikiDraw applet JAR
-cd contrib/AnyWikiDraw
-tar -xjf src.tar.bz
-%patch0
-%patch1
-%patch2
 
 %build
 
@@ -91,17 +83,9 @@
 dos2unix 
MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/connector.cgi
 dos2unix 
MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/upload.cgi
 
-(cd contrib/TWikiDrawPlugin; ant)
-ln contrib/TWikiDrawPlugin/build/twikidraw.jar 
MoinMoin/web/static/htdocs/applets/TWikiDrawPlugin/twikidraw.jar
-
-(cd contrib/AnyWikiDraw/AnyWikiDraw; ant -f build-for-moinmoin.xml applet.jar)
-ln contrib/AnyWikiDraw/AnyWikiDraw/dist/AnyWikiDraw\ 

commit libqt5-creator for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2018-01-19 11:50:28

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


Package is "libqt5-creator"

Fri Jan 19 11:50:28 2018 rev:48 rq:560254 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2017-09-25 14:00:00.121891165 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2018-01-19 11:50:31.327248941 +0100
@@ -1,0 +2,23 @@
+Wed Dec 27 12:59:26 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality of descriptions.
+
+---
+Wed Dec 20 18:17:47 UTC 2017 - fab...@ritter-vogt.de
+
+- Recommend libqt5-qtdoc-qch instead of libqt5-qtdoc
+- Remove %defattr from %files
+- Remove BuildRoot
+
+---
+Sat Dec  9 21:04:51 UTC 2017 - christo...@krop.fr
+
+- Update to 4.5.0
+  * Added `Edit` > `Advanced` > `Sort Selected Lines`
+  * Progress report while parsing projects
+  * CMake : new options to handle variables
+  * Full changelog available on
+
https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/dist/changes-4.5.0.md?h=4.5
+  * Require the exact QtDesignerComponents library.
+
+---
@@ -1089 +,0 @@
-

Old:

  qt-creator-opensource-src-4.4.0.tar.xz

New:

  qt-creator-opensource-src-4.5.0.tar.xz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.1GpAtX/_old  2018-01-19 11:50:53.034225672 +0100
+++ /var/tmp/diff_new_pack.1GpAtX/_new  2018-01-19 11:50:53.038225484 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libqt5-creator
-Version:4.4.0
+Version:4.5.0
 Release:0
-Summary:Lightweight IDE
+Summary:Integrated Development Environment targeting Qt apps
 License:SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  Development/Tools/IDE
 Url:https://www.qt.io/ide/
-%define major_ver 4.4
+%define major_ver 4.5
 %define rname qt-creator
 %define qt5_version 5.6.0
 Source: 
http://download.qt.io/official_releases/qtcreator/%{major_ver}/%{version}/qt-creator-opensource-src-%{version}.tar.xz
@@ -57,7 +57,7 @@
 Provides:   qt-creator = %{version}
 Obsoletes:  qt-creator < %{version}
 Recommends: libqt5-qtbase-common-devel
-Recommends: libqt5-qtdoc
+Recommends: libqt5-qtdoc-qch
 Recommends: libqt5-qtbase-devel
 Recommends: libqt5-qtdeclarative-devel
 Recommends: libqt5-qtquick1-devel
@@ -68,13 +68,12 @@
 # Make sure to rebuild against latest Qt5 (using the last package in chain - 
libQt5Designer5)
 # Explicitly require libQt5Script5 (needed by plugins). Qt Creator crashes 
with old versions on project load.
 %requires_eq libQt5Designer5
+%requires_eq libQt5DesignerComponents5
 %requires_eq libQt5Script5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Qt Creator is a new, lightweight, cross-platform integrated development
-environment (IDE) designed to make development with the Qt application
-framework even faster and easier.
+Qt Creator is an integrated development environment (IDE) designed to
+facilitate development with the Qt application framework.
 
 %package plugin-devel
 Summary:Qt Creator Plugin Development Files
@@ -150,7 +149,6 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc *GPL*
 %{_bindir}/*
 %{_libdir}/qtcreator/
@@ -164,7 +162,6 @@
 %{_datadir}/metainfo/org.qt-project.qtcreator.appdata.xml
 
 %files plugin-devel
-%defattr(-,root,root)
 %{_datadir}/qtcreator-devel/
 %{_sysconfdir}/profile.d/qtcreator-devel.*
 

++ qt-creator-opensource-src-4.4.0.tar.xz -> 
qt-creator-opensource-src-4.5.0.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-4.4.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new/qt-creator-opensource-src-4.5.0.tar.xz
 differ: char 26, line 1




commit openmpi2 for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2018-01-19 11:49:41

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


Package is "openmpi2"

Fri Jan 19 11:49:41 2018 rev:11 rq:566631 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes2017-12-13 
11:56:41.829519202 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi2.new/openmpi2.changes   2018-01-19 
11:49:43.093522792 +0100
@@ -1,0 +2,8 @@
+Wed Jan 17 09:55:44 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
+- Fix library package requires - use HPC macro (boo#1074890)
+- Fix rpm macro file.
+- Only build openmpi2-config for the standard flavor
+
+---



Other differences:
--
++ openmpi2.spec ++
--- /var/tmp/diff_new_pack.sy1rVG/_old  2018-01-19 11:49:43.989480554 +0100
+++ /var/tmp/diff_new_pack.sy1rVG/_new  2018-01-19 11:49:43.993480364 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmpi2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
 # University Research and Technology
 # Corporation.  All rights reserved.
@@ -80,9 +80,9 @@
 %undefine c_f_ver
 %endif
 
-%if "%flavor" == "gnu6-hpc"
+%if "%flavor" == "gnu7-hpc"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %endif
 
 %if "%flavor" == "gnu-hpc-testsuite"
@@ -91,9 +91,9 @@
 %define testsuite 1
 %endif
 
-%if "%flavor" == "gnu6-hpc-testsuite"
+%if "%flavor" == "gnu7-hpc-testsuite"
 %define compiler_family gnu
-%define c_f_ver 6
+%define c_f_ver 7
 %define testsuite 1
 %endif
 
@@ -170,7 +170,7 @@
 %if 0%{!?testsuite:1}
 Requires:   lib%{package_name} = %{version}
 %endif
-Requires:   lua-lmod
+%hpc_requires
 %endif
 
 %ifarch %{ix86} x86_64
@@ -328,6 +328,7 @@
 the dynamic library and headers.
 %endif
 
+%if %{without hpc}
 %package-n %{pname}%{m_f_ver}-config
 Summary:Runtime configuration files for openMPI %{?with_hpc:HPC} 
version %{version}
 Group:  Development/Libraries/Parallel
@@ -342,6 +343,7 @@
 such as latency or throughput.
 
 This RPM contains the configuration files for OpenMPI runtime (Version 1 or 2).
+%endif
 
 %if %{with hpc}
 %{hpc_master_package -L -a}
@@ -533,6 +535,11 @@
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 
+# Drop the files that should go into %{pname}-config as we only package them
+# in the non HPC build
+rm -f %{buildroot}%{_sysconfdir}/openmpi-default-hostfile
+rm -f %{buildroot}%{_sysconfdir}/openmpi-mca-params.conf
+rm -f %{buildroot}%{_sysconfdir}/openmpi-totalview.tcl
 %endif
 
 %if %{without hpc}
@@ -669,10 +676,12 @@
 %{mpi_libdir}/openmpi/*.a
 %endif
 
+%if %{without hpc}
 %files -n %{pname}%{m_f_ver}-config
 %config %{_sysconfdir}/openmpi-default-hostfile
 %config %{_sysconfdir}/openmpi-mca-params.conf
 %{_sysconfdir}/openmpi-totalview.tcl
+%endif
 
 %endif # !?testsuite
 

++ macros.hpc-openmpi ++
--- /var/tmp/diff_new_pack.sy1rVG/_old  2018-01-19 11:49:44.057477348 +0100
+++ /var/tmp/diff_new_pack.sy1rVG/_new  2018-01-19 11:49:44.061477159 +0100
@@ -4,7 +4,17 @@
 
 %hpc_openmpi_init(V:) \
  %{-V: %define _mf_ver %{-V*}} \
- %{expand: %%global hpc_openmpi_dep_version %%{?_mf_ver}%%{!_mf_ver:2}}; \
+ %{expand: %%global hpc_openmpi_dep_version %%{?_mf_ver}%%{?!_mf_ver:2}} \
  %{expand: %%global hpc_openmpi_dir openmpi%{hpc_openmpi_dep_version}} \
  %{expand: %%global hpc_openmpi_pack_version %{hpc_openmpi_dep_version}}
 
+# We may have to add a version here.
+%hpc_setup_openmpi \
+ module load openmpi
+
+%hpc_openmpi_requires \
+Requires:  
libopenmpi%{hpc_openmpi_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc
+
+%hpc_openmpi_requires_devel \
+Requires:  
openmpi%{hpc_openmpi_dep_version}-%{compiler_family}%{hpc_cf_pack_version}-hpc-devel
+




commit goffice for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2018-01-19 11:50:06

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


Package is "goffice"

Fri Jan 19 11:50:06 2018 rev:92 rq:561238 version:0.10.38

Changes:

--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2017-12-05 
01:30:40.228356099 +0100
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes 2018-01-19 
11:50:08.000348606 +0100
@@ -1,0 +2,14 @@
+Sun Dec 31 01:52:19 UTC 2017 - jeng...@inai.de
+
+- --with-pic has no effect with --disable-static, so drop it.
+
+---
+Fri Dec 29 20:55:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.10.38:
+  + Avoid a few dubious uses of deprecated gtk+ functions.
+  + Reduce number of compiler warnings.
+- Use plain make call again, fix build for old versions of
+  openSUSE.
+
+---

Old:

  goffice-0.10.37.tar.xz

New:

  goffice-0.10.38.tar.xz



Other differences:
--
++ goffice.spec ++
--- /var/tmp/diff_new_pack.vW2uyo/_old  2018-01-19 11:50:08.716314854 +0100
+++ /var/tmp/diff_new_pack.vW2uyo/_new  2018-01-19 11:50:08.720314665 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   goffice
-Version:0.10.37
+Version:0.10.38
 Release:0
 Summary:GLib/GTK+ Set of Document-Centric Objects and Utilities
 License:GPL-2.0 or GPL-3.0
@@ -110,9 +110,8 @@
 %build
 %configure \
 --disable-static\
---with-pic\
 --enable-introspection
-%make_build
+make %{?_smp_mflags}
 
 %install
 %make_install

++ goffice-0.10.37.tar.xz -> goffice-0.10.38.tar.xz ++
 7818 lines of diff (skipped)




commit urh for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2018-01-19 11:50:10

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


Package is "urh"

Fri Jan 19 11:50:10 2018 rev:7 rq:558520 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2017-12-06 08:59:11.991643765 
+0100
+++ /work/SRC/openSUSE:Factory/.urh.new/urh.changes 2018-01-19 
11:50:16.091967151 +0100
@@ -1,0 +2,21 @@
+Tue Dec 19 08:12:18 UTC 2017 - guilla...@opensuse.org
+
+- Add more required runtime deps:
+  * python3-pyzmq
+  * python3-qt5
+
+---
+Mon Dec 18 19:52:23 UTC 2017 - mar...@gmx.de
+
+- Update to version 1.9.1
+  * hotfix release that fixes an error with HackRF receiving
+
+---
+Sun Dec 17 14:17:06 UTC 2017 - mar...@gmx.de
+
+- Update to version 1.9.0
+  * added native support for SDRplay
+  * improved performance for continuous send mode
+  * added collapsable comboboxes to device dialog
+
+---

Old:

  urh-1.8.17.tar.gz

New:

  urh-1.9.1.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.gVyjA8/_old  2018-01-19 11:50:18.099872495 +0100
+++ /var/tmp/diff_new_pack.gVyjA8/_new  2018-01-19 11:50:18.099872495 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   urh
-Version:1.8.17
+Version:1.9.1
 Release:0
 Summary:Tool for investigating unknown wireless protocols
 License:Apache-2.0 AND GPL-2.0
@@ -42,6 +42,8 @@
 Requires:   hicolor-icon-theme
 Requires:   python3-numpy
 Requires:   python3-psutil
+Requires:   python3-pyzmq
+Requires:   python3-qt5
 Requires(post): hicolor-icon-theme
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme

++ urh-1.8.17.tar.gz -> urh-1.9.1.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-1.8.17.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new/urh-1.9.1.tar.gz differ: char 12, line 1




commit openmpi for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2018-01-19 11:49:35

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


Package is "openmpi"

Fri Jan 19 11:49:35 2018 rev:71 rq:566629 version:1.10.7

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2018-01-16 
09:30:31.810935365 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2018-01-19 
11:49:37.109804889 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 09:49:13 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Only build openmpi-config in the standard flavor
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.n3hqOb/_old  2018-01-19 11:49:37.885768308 +0100
+++ /var/tmp/diff_new_pack.n3hqOb/_new  2018-01-19 11:49:37.889768118 +0100
@@ -272,6 +272,7 @@
 the dynamic library and headers.
 %endif
 
+%if %{without hpc}
 %package-n %{pname}-config
 Summary:Runtime configuration files for openMPI %{?with_hpc:HPC} 
version %{version}
 Group:  Development/Libraries/Parallel
@@ -286,6 +287,7 @@
 such as latency or throughput.
 
 This RPM contains the configuration files for OpenMPI runtime (Version 1 or 2).
+%endif
 
 %if %{with hpc}
 %{hpc_master_package -L -a}
@@ -503,6 +505,11 @@
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 
+# Drop the files that should go into %{pname}-config as we only package them
+# in the non HPC build
+rm -f %{buildroot}%{_sysconfdir}/openmpi-default-hostfile
+rm -f %{buildroot}%{_sysconfdir}/openmpi-mca-params.conf
+rm -f %{buildroot}%{_sysconfdir}/openmpi-totalview.tcl
 %endif
 
 %if %{without hpc}
@@ -724,10 +731,12 @@
 %{mpi_libdir}/openmpi/*.a
 %endif
 
+%if %{without hpc}
 %files -n %{pname}-config
 %config %{_sysconfdir}/openmpi-default-hostfile
 %config %{_sysconfdir}/openmpi-mca-params.conf
 %{_sysconfdir}/openmpi-totalview.tcl
+%endif
 
 %endif # !?testsuite
 




commit yast2-online-update-configuration for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package yast2-online-update-configuration 
for openSUSE:Factory checked in at 2018-01-19 11:50:08

Comparing /work/SRC/openSUSE:Factory/yast2-online-update-configuration (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new 
(New)


Package is "yast2-online-update-configuration"

Fri Jan 19 11:50:08 2018 rev:23 rq:547074 version:4.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-online-update-configuration/yast2-online-update-configuration.changes
  2017-07-04 09:11:35.204548239 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-online-update-configuration.new/yast2-online-update-configuration.changes
 2018-01-19 11:50:09.732266960 +0100
@@ -1,0 +2,7 @@
+Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468).
+- 4.0.0
+
+---

Old:

  yast2-online-update-configuration-3.1.6.tar.bz2

New:

  yast2-online-update-configuration-4.0.0.tar.bz2



Other differences:
--
++ yast2-online-update-configuration.spec ++
--- /var/tmp/diff_new_pack.5tSN6B/_old  2018-01-19 11:50:10.272241504 +0100
+++ /var/tmp/diff_new_pack.5tSN6B/_new  2018-01-19 11:50:10.276241315 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-online-update-configuration
-Version:3.1.6
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -76,6 +76,6 @@
 # agent
 %{yast_scrconfdir}/cfg_automatic_online_update.scr
 # fillup
-/var/adm/fillup-templates/sysconfig.automatic_online_update-yast2-online-update-configuration
+%{_fillupdir}/sysconfig.automatic_online_update-yast2-online-update-configuration
 
 %changelog

++ yast2-online-update-configuration-3.1.6.tar.bz2 -> 
yast2-online-update-configuration-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.6/doc/autodocs/Makefile 
new/yast2-online-update-configuration-4.0.0/doc/autodocs/Makefile
--- old/yast2-online-update-configuration-3.1.6/doc/autodocs/Makefile   
2017-07-03 14:38:01.869621607 +0200
+++ new/yast2-online-update-configuration-4.0.0/doc/autodocs/Makefile   
2017-12-01 12:19:11.0 +0100
@@ -157,7 +157,7 @@
 dvidir = ${docdir}
 exec_prefix = ${prefix}
 execcompdir = ${prefix}/lib/YaST2
-fillupdir = /var/adm/fillup-templates
+fillupdir = /usr/share/fillup-templates
 host = x86_64-suse-linux-gnu
 host_alias = 
 host_cpu = x86_64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.changes
 
new/yast2-online-update-configuration-4.0.0/package/yast2-online-update-configuration.changes
--- 
old/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.changes
   2017-07-03 14:38:01.869621607 +0200
+++ 
new/yast2-online-update-configuration-4.0.0/package/yast2-online-update-configuration.changes
   2017-12-01 12:19:11.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new
+  %_fillupdir macro (boo#1069468).
+- 4.0.0
+
+---
 Fri Jun 30 11:30:17 UTC 2017 - lsle...@suse.cz
 
 - Install the patches for all selected categories (not just the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.spec
 
new/yast2-online-update-configuration-4.0.0/package/yast2-online-update-configuration.spec
--- 
old/yast2-online-update-configuration-3.1.6/package/yast2-online-update-configuration.spec
  2017-07-03 14:38:01.869621607 +0200
+++ 
new/yast2-online-update-configuration-4.0.0/package/yast2-online-update-configuration.spec
  2017-12-01 12:19:11.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   yast2-online-update-configuration
-Version:3.1.6
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -74,4 +73,4 @@
 # agent
 %{yast_scrconfdir}/cfg_automatic_online_update.scr
 # fillup
-/var/adm/fillup-templates/sysconfig.automatic_online_update-yast2-online-update-configuration
+%{_fillupdir}/sysconfig.automatic_online_update-yast2-online-update-configuration




commit polkit-default-privs for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory checked in at 2018-01-19 11:49:28

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


Package is "polkit-default-privs"

Fri Jan 19 11:49:28 2018 rev:138 rq:566621 version:13.2

Changes:

--- 
/work/SRC/openSUSE:Factory/polkit-default-privs/polkit-default-privs.changes
2017-12-21 11:26:48.150983391 +0100
+++ 
/work/SRC/openSUSE:Factory/.polkit-default-privs.new/polkit-default-privs.changes
   2018-01-19 11:49:29.642156949 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 13:47:31 UTC 2018 - krah...@suse.com
+
+- polkit-default-privs: adding new udisks2 rules (bsc#1073216)
+
+---



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.YoA9D3/_old  2018-01-19 11:49:30.234129040 +0100
+++ /var/tmp/diff_new_pack.YoA9D3/_new  2018-01-19 11:49:30.234129040 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit-default-privs
 #
-# 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

++ polkit-default-privs-13.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.restrictive 
new/polkit-default-privs-13.2/polkit-default-privs.restrictive
--- old/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2017-12-18 15:22:59.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.restrictive  
2018-01-16 14:38:54.0 +0100
@@ -204,6 +204,15 @@
 org.freedesktop.udisks2.eject-media-other-seat  auth_admin
 org.freedesktop.udisks2.modify-device-other-seatauth_admin
 
+# bsc#1073216
+org.freedesktop.udisks2.bcache.manage-bcache
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.btrfs.manage-btrfs  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.filesystem-take-ownership   
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.lvm2.manage-lvm 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.manage-led  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.zram.manage-zram
auth_admin:auth_admin:auth_admin_keep
+
+
 #
 # upower
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/polkit-default-privs-13.2/polkit-default-privs.standard 
new/polkit-default-privs-13.2/polkit-default-privs.standard
--- old/polkit-default-privs-13.2/polkit-default-privs.standard 2017-12-18 
15:22:59.0 +0100
+++ new/polkit-default-privs-13.2/polkit-default-privs.standard 2018-01-16 
14:38:54.0 +0100
@@ -216,6 +216,15 @@
 org.freedesktop.udisks2.ata-standby
auth_admin:auth_admin:auth_admin_keep
 org.freedesktop.udisks2.cancel-job 
auth_admin:auth_admin:auth_admin_keep
 
+# bsc#1073216
+org.freedesktop.udisks2.bcache.manage-bcache
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.btrfs.manage-btrfs  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.filesystem-take-ownership   
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.lvm2.manage-lvm 
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.manage-led  
auth_admin:auth_admin:auth_admin_keep
+org.freedesktop.udisks2.zram.manage-zram
auth_admin:auth_admin:auth_admin_keep
+
+
 #
 # upower
 #




commit vim for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2018-01-19 11:49:47

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


Package is "vim"

Fri Jan 19 11:49:47 2018 rev:201 rq:566638 version:8.0.1428

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-01-16 09:32:34.541193157 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2018-01-19 
11:49:48.965245977 +0100
@@ -1,0 +2,8 @@
+Wed Jan 17 11:18:07 UTC 2018 - tchva...@suse.com
+
+- Sort with spec-cleaner
+- Add conditional to build with python2 in order to build with py3
+  only enviroment
+- Convert dependencies to pkgconfig style
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.oDHCG6/_old  2018-01-19 11:49:50.969151506 +0100
+++ /var/tmp/diff_new_pack.oDHCG6/_new  2018-01-19 11:49:50.969151506 +0100
@@ -22,6 +22,7 @@
 %define VIM_SUBDIR vim80
 %define site_runtimepath %{_datadir}/vim/site
 %define make make VIMRCLOC=%{_sysconfdir} 
VIMRUNTIMEDIR=%{_datadir}/vim/current MAKE="make -e" %{?_smp_mflags}
+%bcond_without python2
 Name:   vim
 Version:%{pkg_version}.%{patchlevel_compact}
 Release:0
@@ -65,24 +66,26 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
 BuildRequires:  gpm-devel
-BuildRequires:  gtk3-devel
 BuildRequires:  krb5-mini
 BuildRequires:  libacl-devel
-BuildRequires:  lua-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  pkgconfig
+%if %{with python2}
 BuildRequires:  python2-devel
-BuildRequires:  python3-devel
+%endif
 # Needed to convert svg to png
 BuildRequires:  rsvg-view
 BuildRequires:  ruby-devel
 BuildRequires:  update-desktop-files
-PreReq: fileutils
-PreReq: sh-utils
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(lua)
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(xt)
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends: vim-data = %{version}-%{release}
+Conflicts:  vim-base < 8.0
 Provides:   vi
 Provides:   vim-base = %{version}-%{release}
 Provides:   vim-enhanced = %{version}-%{release}
@@ -91,12 +94,7 @@
 Obsoletes:  vim-enhanced < %{version}-%{release}
 Obsoletes:  vim-python < %{version}-%{release}
 Provides:   vim_client
-Conflicts:  vim-base < 8.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?libperl_requires}
-%if 0%{?suse_version} > 1200
-BuildRequires:  pkgconfig(xt)
-%endif
 
 %description
 Vim (Vi IMproved) is an almost compatible version of the UNIX editor
@@ -123,6 +121,7 @@
 Requires:   vim-data = %{version}-%{release}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+Conflicts:  gvim < 8.0
 Provides:   gvim-base = %{version}-%{release}
 Provides:   gvim-enhanced = %{version}-%{release}
 Obsoletes:  gvim-base < %{version}-%{release}
@@ -130,7 +129,6 @@
 Provides:   gvim_client
 Provides:   vi
 Provides:   vim_client
-Conflicts:  gvim < 8.0
 
 %description -n gvim
 Package gvim contains the largest set of features of vim, which is
@@ -189,10 +187,15 @@
 --with-global-runtime=%{site_runtimepath} \
 --enable-luainterp=dynamic \
 --enable-perlinterp=yes \
---enable-pythoninterp=dynamic \
 --enable-python3interp=dynamic \
 --enable-rubyinterp=dynamic"
 
+%if %{with python2}
+COMMON_OPTIONS="${COMMON_OPTIONS} --enable-pythoninterp=yes"
+%else
+COMMON_OPTIONS="${COMMON_OPTIONS} --enable-pythoninterp=no"
+%endif
+
 export GUI_OPTIONS="\
 --disable-icon-cache-update \
 --enable-xim \
@@ -210,7 +213,7 @@
 cp src/vim vim-nox11
 
 # build gvim
-make distclean
+make %{?_smp_mflags} distclean
 %configure ${COMMON_OPTIONS} ${GUI_OPTIONS}
 sed -i -e 's|define HAVE_DATE_TIME 1|undef HAVE_DATE_TIME|' src/auto/config.h
 make %{?_smp_mflags}
@@ -220,7 +223,7 @@
 gcc %{optflags} %{SOURCE13} -o vitmp
 
 %install
-%makeinstall STRIP=:
+%make_install STRIP=:
 # create icon directory to have the icons installed and convert them to all 
hicolor expected sizes.
 for size in %{_datadir}/icons/hicolor/*[0-9]x[0-9]*; do
   SIZE=$(echo $size | awk -Fx {'print $2}')
@@ -342,10 +345,10 @@
 trap "printf '\e[r'" EXIT
 # Look for "TEST FAILURE" in the build log
 %ifarch ppc ppc64 ppc64le
-LC_ALL=en_US.UTF-8 make test || { echo "Ignore transient errors for PowerPC. 
boo#1072651"; }
+LC_ALL=en_US.UTF-8 make -j1 test || { echo "Ignore transient errors for 
PowerPC. boo#1072651"; }
 %else
-make test
-LC_ALL=en_US.UTF-8 make test
+make -j1 test
+LC_ALL=en_US.UTF-8 make -j1 test
 %endif
 
 %post
@@ -367,7 +370,6 @@
 

commit python-hypothesis for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2018-01-19 11:49:09

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


Package is "python-hypothesis"

Fri Jan 19 11:49:09 2018 rev:15 rq:566981 version:3.44.16

Changes:

--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes  
2018-01-09 14:36:32.766640363 +0100
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2018-01-19 11:49:09.247118484 +0100
@@ -1,0 +2,64 @@
+Wed Jan 17 15:46:40 UTC 2018 - tchva...@suse.com
+
+- Condition py2 only dependencies so we do not pull them on py3
+  only scenario
+
+---
+Wed Jan 17 03:55:40 UTC 2018 - a...@gmx.de
+
+- update to version 3.44.16:
+  * This release improves test case reduction for recursive data
+structures. Hypothesis now guarantees that whenever a strategy
+calls itself recursively (usually this will happen because you are
+using deferred()), any recursive call may replace the top level
+value. e.g. given a tree structure, Hypothesis will always try
+replacing it with a subtree.
+  * Additionally this introduces a new heuristic that may in some
+circumstances significantly speed up test case reduction -
+Hypothesis should be better at immediately replacing elements
+drawn inside another strategy with their minimal possible value.
+
+- changes from version 3.44.15:
+  * from_type() can now resolve recursive types such as binary trees
+(issue #1004). Detection of non-type arguments has also improved,
+leading to better error messages in many cases involving forward
+references.
+
+- changes from version 3.44.14 :
+  * This release fixes a bug in the shrinker that prevented the
+optimisations in 3.44.6 from working in some cases. It would not
+have worked correctly when filtered examples were nested
+(e.g. with a set of integers in some range).
+  * This would not have resulted in any correctness problems, but
+shrinking may have been slower than it otherwise could be.
+
+- changes from version 3.44.13:
+  * This release changes the average bit length of values drawn from
+integers() to be much smaller. Additionally it changes the
+shrinking order so that now size is considered before sign -
+e.g. -1 will be preferred to +10.
+  * The new internal format for integers required some changes to the
+minimizer to make work well, so you may also see some improvements
+to example quality in unrelated areas.
+
+- changes from version 3.44.12:
+  * This changes Hypothesis’s internal implementation of weighted
+sampling. This will affect example distribution and quality, but
+you shouldn’t see any other effects.
+
+- changes from version 3.44.11 :
+  * This is a change to some internals around how Hypothesis handles
+avoiding generating duplicate examples and seeking out novel
+regions of the search space.
+  * You are unlikely to see much difference as a result of it, but it
+fixes a bug where an internal assertion could theoretically be
+triggered and has some minor effects on the distribution of
+examples so could potentially find bugs that have previously been
+missed.
+
+- changes from version 3.44.10:
+  * This patch avoids creating debug statements when debugging is
+disabled. Profiling suggests this is a 5-10% performance
+improvement (issue #1040).
+
+---

Old:

  3.44.9.tar.gz

New:

  3.44.16.tar.gz



Other differences:
--
++ python-hypothesis.spec ++
--- /var/tmp/diff_new_pack.2JoCKX/_old  2018-01-19 11:49:09.823091329 +0100
+++ /var/tmp/diff_new_pack.2JoCKX/_new  2018-01-19 11:49:09.827091141 +0100
@@ -22,8 +22,9 @@
 %else
 %define oldpython python
 %endif
+%bcond_without python2
 Name:   python-hypothesis
-Version:3.44.9
+Version:3.44.16
 Release:0
 Summary:A library for property based testing
 License:MPL-2.0
@@ -43,8 +44,6 @@
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-enum34
-BuildRequires:  python-ipaddress
 BuildRequires:  python-rpm-macros
 Requires:   python-attrs
 Requires:   python-coverage
@@ -55,6 +54,10 @@
 Recommends: python-pytest >= 2.8.0
 Recommends: python-pytz
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-enum34
+BuildRequires:  python-ipaddress
+%endif
 %ifpython2
 Requires:   %{oldpython}-enum34
 %endif

++ 

commit resource-agents for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2018-01-19 11:48:44

Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and  /work/SRC/openSUSE:Factory/.resource-agents.new (New)


Package is "resource-agents"

Fri Jan 19 11:48:44 2018 rev:81 rq:566867 version:4.1.0+git59.a0452207

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2018-01-16 09:33:45.681864650 +0100
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2018-01-19 11:48:50.795988398 +0100
@@ -1,0 +2,11 @@
+Wed Jan 17 15:51:22 UTC 2018 - kgronl...@suse.com
+
+- Drop python requirement (bsc#1076413)
+  * 0001-Drop-python-from-build-system-since-nothing-uses-it.patch 
+
+---
+Wed Jan 17 15:45:47 UTC 2018 - kgronl...@suse.com
+
+- Use python3 (bsc#1076413) 
+
+---

New:

  0001-Drop-python-from-build-system-since-nothing-uses-it.patch



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.1xJ5LT/_old  2018-01-19 11:48:51.311964071 +0100
+++ /var/tmp/diff_new_pack.1xJ5LT/_new  2018-01-19 11:48:51.311964071 +0100
@@ -37,6 +37,8 @@
 Patch4: 0004-Revert-Low-build-Move-binaries-in-usr-lib-heartbeat-.patch
 # PATCH-FIX-OPENSUSE: Revert ocf_log: use same log format at pacemaker
 Patch6: 0006-Revert-ocf_log-use-same-log-format-as-pacemaker.patch
+# PATCH-FIX-UPSTREAM: Drop python from build system since nothing uses it 
(bsc#1076413)
+Patch7: 0001-Drop-python-from-build-system-since-nothing-uses-it.patch
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -47,7 +49,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(python)
 Obsoletes:  heartbeat-resources
 Provides:   %{name}-devel = %{version}
 Provides:   heartbeat-resources
@@ -108,6 +109,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 autoreconf -fvi
@@ -127,10 +129,8 @@
 %make_install
 mkdir -p %{buildroot}%{_sysconfdir}/ha.d/resource.d
 ln -s service %{buildroot}/%{_sbindir}/rcldirectord
-# Dont package static libs or compiled python
+# Dont package static libs
 find %{buildroot} -type f -name "*.la" -delete -print
-find %{buildroot} -name '*.pyc' -type f -print0 | xargs -0 rm -f
-find %{buildroot} -name '*.pyo' -type f -print0 | xargs -0 rm -f
 # Unset execute permissions from things that shouln't have it
 find %{buildroot} -name 'ocf-*'  -type f -print0 | xargs -0 chmod a-x
 find %{buildroot} -name '*.dtd'  -type f -print0 | xargs -0 chmod a-x

++ 0001-Drop-python-from-build-system-since-nothing-uses-it.patch ++
>From 0a4a95b6e525ae867aa989b8448b8d2459116f4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= 
Date: Wed, 17 Jan 2018 16:48:54 +0100
Subject: [PATCH] Drop python from build system since nothing uses it

There's no need to require python when it isn't actually used.
---
 configure.ac  | 1 -
 heartbeat/ocf-binaries.in | 1 -
 resource-agents.spec.in   | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6302fe75..faa3db97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,7 +470,6 @@ dnl ===
 PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin"
 export PATH
 
-AM_PATH_PYTHON
 AC_CHECK_PROGS(MAKE, gmake make)
 AC_PATH_PROGS(SSH, ssh, /usr/bin/ssh)
 AC_PATH_PROGS(SCP, scp, /usr/bin/scp)
diff --git a/heartbeat/ocf-binaries.in b/heartbeat/ocf-binaries.in
index cbf70dbd..db9912e7 100644
--- a/heartbeat/ocf-binaries.in
+++ b/heartbeat/ocf-binaries.in
@@ -33,7 +33,6 @@ export PATH
 : ${MSGFMT:=msgfmt}
 : ${NETSTAT:=netstat}
 : ${PERL:=perl}
-: ${PYTHON:=python}
 : ${RAIDSTART:=raidstart}
 : ${RAIDSTOP:=raidstop}
 : ${ROUTE:=route}
diff --git a/resource-agents.spec.in b/resource-agents.spec.in
index bb90fd30..8fe63a06 100644
--- a/resource-agents.spec.in
+++ b/resource-agents.spec.in
@@ -56,7 +56,7 @@ BuildRoot: %(mktemp -ud 
%{_tmppath}/%{name}-%{version}-%{release}-XX)
 
 # Build dependencies
 BuildRequires: automake autoconf pkgconfig
-BuildRequires: perl python-devel
+BuildRequires: perl
 BuildRequires: libxslt glib2-devel
 BuildRequires: which
 
-- 
2.15.1




commit console-setup for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package console-setup for openSUSE:Factory 
checked in at 2018-01-19 11:47:48

Comparing /work/SRC/openSUSE:Factory/console-setup (Old)
 and  /work/SRC/openSUSE:Factory/.console-setup.new (New)


Package is "console-setup"

Fri Jan 19 11:47:48 2018 rev:5 rq:566625 version:1.134

Changes:

--- /work/SRC/openSUSE:Factory/console-setup/console-setup.changes  
2017-10-02 16:43:28.416785358 +0200
+++ /work/SRC/openSUSE:Factory/.console-setup.new/console-setup.changes 
2018-01-19 11:48:42.684370842 +0100
@@ -1,0 +2,6 @@
+Fri Jan  5 06:40:43 UTC 2018 - bwiedem...@suse.com
+
+- Add console-setup-1.134-reproducible.patch to make package build
+  reproducible (boo#1062303)
+
+---

New:

  console-setup-1.134-reproducible.patch



Other differences:
--
++ console-setup.spec ++
--- /var/tmp/diff_new_pack.GNZi6A/_old  2018-01-19 11:48:43.260343687 +0100
+++ /var/tmp/diff_new_pack.GNZi6A/_new  2018-01-19 11:48:43.264343498 +0100
@@ -30,6 +30,8 @@
 Patch1: console-setup-1.76-fsf-address.patch
 # Backport fix from 1.143
 Patch2: console-setup-1.134-perl526.patch
+# PATCH-FIX-UPSTREAM in 1.174
+Patch3: console-setup-1.134-reproducible.patch
 
 BuildRequires:  perl
 BuildRequires:  perl(encoding)
@@ -49,6 +51,7 @@
 %patch0 -p1 -b .paths
 %patch1 -p1 -b .fsf-address
 %patch2 -p1 -b .perl526
+%patch3 -p1 -b .reproducible
 
 %build
 make build-linux

++ console-setup-1.134-reproducible.patch ++
Date: 2018-01-05
By: Bernhard M. Wiedemann 

PATCH-FIX-UPSTREAM in 1.174

dont add timestamps to .gz headers

generate reproducible random output for missing glyphs

Index: console-setup-1.134/Fonts/Makefile
===
--- console-setup-1.134.orig/Fonts/Makefile
+++ console-setup-1.134/Fonts/Makefile
@@ -7,7 +7,7 @@ build-any:
 
 
 %.gz : %
-   gzip -9 <$< >$@
+   gzip -n9 <$< >$@
 
 # All available non-legacy font faces
 FACES = Fixed13 Fixed14 Fixed15 Fixed16 \
Index: console-setup-1.134/Fonts/bdf2psf
===
--- console-setup-1.134.orig/Fonts/bdf2psf
+++ console-setup-1.134/Fonts/bdf2psf
@@ -21,6 +21,8 @@
 
 use warnings 'all';
 use strict;
+srand(0);
+
 
 #
 



commit postgresql for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package postgresql for openSUSE:Factory 
checked in at 2018-01-19 11:49:03

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


Package is "postgresql"

Fri Jan 19 11:49:03 2018 rev:52 rq:566886 version:10

Changes:

--- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes2017-12-15 
14:01:53.222749209 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes   
2018-01-19 11:49:04.715332142 +0100
@@ -1,0 +2,7 @@
+Wed Jan 17 16:48:57 UTC 2018 - m...@suse.com
+
+- postgresql-script: /etc/sysconfig/language is deprecated, use the
+  locale that was inherited from systemd instead for initializing
+  a new database instance (boo#1074988).
+
+---



Other differences:
--
++ postgresql-script ++
--- /var/tmp/diff_new_pack.n5wDSL/_old  2018-01-19 11:49:05.315303856 +0100
+++ /var/tmp/diff_new_pack.n5wDSL/_new  2018-01-19 11:49:05.319303667 +0100
@@ -43,13 +43,11 @@
 case "$1" in
 start)
if [ ! -f $DATADIR/PG_VERSION ]; then
-   LANG_SYSCONFIG=/etc/sysconfig/language
-   test -f "$LANG_SYSCONFIG" && . $LANG_SYSCONFIG
-   LANG=${POSTGRES_LANG:-$RC_LANG}
+   LANG=${POSTGRES_LANG:-$LANG}
 V=$(printf "%02d%02d" $(echo $VERSION|awk -F. '{print $1, $2}'))
install -d -m 700 ${DATADIR} &&
echo "Initializing PostgreSQL $VERSION at location ${DATADIR}"
-   /usr/bin/initdb --locale=$LANG --auth=ident $DATADIR &> initlog || {
+   /usr/bin/initdb --auth=ident $DATADIR &> initlog || {
echo "Initialisation failed. See $PWD/initlog ."
exit 1
}




commit java-9-openjdk for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package java-9-openjdk for openSUSE:Factory 
checked in at 2018-01-19 11:47:41

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


Package is "java-9-openjdk"

Fri Jan 19 11:47:41 2018 rev:18 rq:566598 version:9.0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/java-9-openjdk/java-9-openjdk.changes
2017-12-10 18:13:13.955233049 +0100
+++ /work/SRC/openSUSE:Factory/.java-9-openjdk.new/java-9-openjdk.changes   
2018-01-19 11:48:21.305378837 +0100
@@ -1,0 +2,160 @@
+Wed Jan 17 09:01:50 UTC 2018 - fst...@suse.com
+
+- OpenJDK 9.0.4 (January 2018 CPU) - bsc#1076366
+  * Security fixes:
++ S8172525, CVE-2018-2579: Improve key keying case
++ S8174962, CVE-2018-2582: Better interface invocations
++ S8178449, CVE-2018-2588: Improve LDAP logins
++ S8182125, CVE-2018-2599: Improve reliability of DNS lookups
++ S8182387, CVE-2018-2603: Improve PKCS usage
++ S8182601, CVE-2018-2602: Improve usage messages
++ S8185292, CVE-2018-2618: Stricter key generation
++ S8185325, CVE-2018-2641: Improve GTK initialization
++ S8186212, CVE-2018-2629: Improve GSS handling
++ S8186600, CVE-2018-2634: Improve property negotiations
++ S8186606, CVE-2018-2633: Improve LDAP lookup robustness
++ S8186998, CVE-2018-2637: Improve JMX supportive features
++ S8189284, CVE-2018-2663: More refactoring for deserialization
+  cases
++ S8190289, CVE-2018-2677: More refactoring for client
+  deserialization cases
++ S8191142, CVE-2018-2678: More refactoring for naming
+  deserialization cases
+  * Security-In-Depth fixes:
++ S8160104: CORBA communication improvements
++ S8174756: Extra validation for public keys
++ S8175932: Improve host instance supports
++ S8176450: Revise default document styling
++ S8178458: Better use of certificates in LDAP
++ S8178466: Better RSA parameters
++ S8179533: Cleaner print job handling
++ S8179990: Cleaner palette entry handling
++ S8180011: Cleaner native graphics device handling
++ S8180015: Cleaner AWT robot handling
++ S8180020: Improve SymbolHashMap entry handling
++ S8180869: Cleaner image file reading handling
++ S8180877: More deeply colored ICC spaces
++ S8181664: Improve JVM UTF String handling
++ S8181670: Improve implementation of keystores
++ S8186080: Transform XML interfaces
++ S8186867: Improve native glyph layouts
+  * Fixes:
++ S8139653: Freetype bundled on macosx, but not correctly
+  linked
++ S8140436: Negotiated Finite Field Diffie-Hellman Ephemeral
+  Parameters for TLS
++ S8148421: Transport Layer Security (TLS) Session Hash and
+  Extended Master Secret Extension
++ S8159377: JMX Connections need white-list filters
++ S8163237: Restrict the use of EXPORT cipher suites
++ S8163958: Improved garbage collection
++ S8165543: Better window framing
++ S8169026: Handle smartcard clean up better
++ S8169080: Improve documentation examples for crypto
+  applications
++ S8169209: Improved image post-processing steps
++ S8169392: Additional jar validation steps
++ S8169966: Larger AWT menus
++ S8170218: Improved Font Metrics
++ S8170966: Right parenthesis issue
++ S8171252: Improve exception checking
++ S8171261: Stability fixes for lcms
++ S8171539: Better script accessibility for JavaScript
++ S8172204: Better Thread Pool execution
++ S8172461: Service Registration Lifecycle
++ S8172465: Better handling of channel groups
++ S8172469: Transform Transformer Exceptions
++ S8173697: Less Active Activations
++ S8173770: Image conversion improvements
++ S8174098: Better image fetching
++ S8174105: Better naming attribution
++ S8174109: Better queuing priorities
++ S8174113: Better sourcing of code
++ S8174770: Check registry registration location
++ S8174873: Improved certificate procesing
++ S8174966: Unreferenced references
++ S8175106: Higher quality DSA operations
++ S8175110: Higher quality ECDSA operations
++ S8175940: More certificate subject checking
++ S8176055: JMX diagnostic improvements
++ S8176067: Proper directory lookup processing
++ S8176731: JCK tests in api/javax_xml/transform/ spec
+  conformance started failing after 8172469
++ S8176751: Better URL connections
++ S8176760: Better handling of PKCS8 material
++ S8177549: Typo in Vector.java
++ S8178135: Additional elliptic curve support
++ S8178714: PKIX validator nameConstraints check failing after
+  change 8175940
++ S8178728: Check the AlgorithmParameters in algorithm
+  constraints
++ S8178794: krb5 client should ignore 

commit libxcb for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libxcb for openSUSE:Factory checked 
in at 2018-01-19 11:48:13

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


Package is "libxcb"

Fri Jan 19 11:48:13 2018 rev:24 rq:566633 version:1.12

Changes:

--- /work/SRC/openSUSE:Factory/libxcb/libxcb.changes2018-01-16 
09:26:13.771008089 +0100
+++ /work/SRC/openSUSE:Factory/.libxcb.new/libxcb.changes   2018-01-19 
11:48:44.212298804 +0100
@@ -1,0 +2,9 @@
+Wed Jan 17 11:22:29 UTC 2018 - tchva...@suse.com
+
+- Really conditionalize the python3 option to allow us building
+  without any python2 present
+  * u_build_python3.patch
+- Convert to pkgconfig style deps
+- Format bit with spec-cleaner
+
+---

New:

  u_build_python3.patch



Other differences:
--
++ libxcb.spec ++
--- /var/tmp/diff_new_pack.8rZcnd/_old  2018-01-19 11:48:45.892219599 +0100
+++ /var/tmp/diff_new_pack.8rZcnd/_new  2018-01-19 11:48:45.896219410 +0100
@@ -16,21 +16,19 @@
 #
 
 
-%if %suse_version >= 1500
-%define have_python2 0
+%define lname   libxcb1
+%if 0%{?suse_version} >= 1500
+%bcond_with python2
 %else
-%define have_python2 1
+%bcond_without python2
 %endif
-
 Name:   libxcb
-%define lname   libxcb1
 Version:1.12
 Release:0
 Summary:X11 core protocol C library
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://xcb.freedesktop.org/
-
 #Git-Clone:git://anongit.freedesktop.org/xcb/libxcb
 #Git-Web:  http://cgit.freedesktop.org/xcb/libxcb/
 #DL-URL:   http://xcb.freedesktop.org/dist/
@@ -39,28 +37,25 @@
 Patch1: bug-262309_xcb-xauthlocalhostname.diff
 Patch2: 
n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch
 Patch3: U_add-support-for-eventstruct.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch4: u_build_python3.patch
 BuildRequires:  autoconf >= 2.57
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python-base >= 2.6
-BuildRequires:  python-xml
+BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(check) >= 0.9.4
 BuildRequires:  pkgconfig(pthread-stubs)
 BuildRequires:  pkgconfig(xau) >= 0.99.2
 BuildRequires:  pkgconfig(xcb-proto) >= 1.12
 BuildRequires:  pkgconfig(xorg-macros) >= 1.18
-#optional#BuildRequires:   pkgconfig(xdmcp)
-%if 0%{?suse_version} >= 1210
-BuildRequires:  xsltproc
-%else
-BuildRequires:  libxslt
-%endif
-%if %{have_python2}
+%if %{with python2}
+BuildRequires:  python-base >= 2.6
 BuildRequires:  python-xcb-proto-devel >= 7.6_1.12
+BuildRequires:  python-xml
 %else
+BuildRequires:  python3-base
 BuildRequires:  python3-xcb-proto-devel >= 7.6_1.12
+BuildRequires:  python3-xml
 %endif
 
 %description
@@ -70,10 +65,9 @@
 
 %package -n libxcb1
 Summary:X11 core protocol C library
-# O/P added for 12.2
 Group:  System/Libraries
-Provides:   xorg-x11-libxcb = 7.6_%version-%release
-Obsoletes:  xorg-x11-libxcb < 7.6_%version-%release
+Provides:   xorg-x11-libxcb = 7.6_%{version}-%{release}
+Obsoletes:  xorg-x11-libxcb < 7.6_%{version}-%{release}
 
 %description -n libxcb1
 The X protocol C-language Binding (XCB) is a replacement for Xlib
@@ -346,32 +340,32 @@
 %package devel
 Summary:Development files for the X11 protocol C library
 Group:  Development/Libraries/C and C++
-Requires:   libxcb-composite0 = %version
-Requires:   libxcb-damage0 = %version
-Requires:   libxcb-dpms0 = %version
-Requires:   libxcb-dri2-0 = %version
-Requires:   libxcb-dri3-0 = %version
-Requires:   libxcb-glx0 = %version
-Requires:   libxcb-present0 = %version
-Requires:   libxcb-randr0 = %version
-Requires:   libxcb-record0 = %version
-Requires:   libxcb-render0 = %version
-Requires:   libxcb-res0 = %version
-Requires:   libxcb-screensaver0 = %version
-Requires:   libxcb-shape0 = %version
-Requires:   libxcb-shm0 = %version
-Requires:   libxcb-sync1 = %version
-Requires:   libxcb-xf86dri0 = %version
-Requires:   libxcb-xfixes0 = %version
-Requires:   libxcb-xinerama0 = %version
-Requires:   libxcb-xinput0 = %version
-Requires:   libxcb-xkb1 = %version
-Requires:   libxcb-xtest0 = %version
-Requires:   libxcb-xv0 = %version
-Requires:   libxcb-xvmc0 = %version
+Requires:   libxcb-composite0 = %{version}
+Requires:   libxcb-damage0 = %{version}
+Requires:   libxcb-dpms0 = %{version}
+Requires:   libxcb-dri2-0 = %{version}
+Requires:   libxcb-dri3-0 = %{version}
+Requires:   libxcb-glx0 

commit xcb-proto for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package xcb-proto for openSUSE:Factory 
checked in at 2018-01-19 11:48:01

Comparing /work/SRC/openSUSE:Factory/xcb-proto (Old)
 and  /work/SRC/openSUSE:Factory/.xcb-proto.new (New)


Package is "xcb-proto"

Fri Jan 19 11:48:01 2018 rev:11 rq:566632 version:7.6_1.12

Changes:

--- /work/SRC/openSUSE:Factory/xcb-proto/xcb-proto.changes  2018-01-16 
09:26:07.691292532 +0100
+++ /work/SRC/openSUSE:Factory/.xcb-proto.new/xcb-proto.changes 2018-01-19 
11:48:43.484333126 +0100
@@ -1,0 +2,9 @@
+Wed Jan 17 13:05:11 UTC 2018 - tchva...@suse.com
+
+- Tweak the python conditions to pick between py2 and py3 only
+  do not bother with "both at once" scenario
+- Apply patches to make sure we really work with python3:
+  * U_python-whitespace.patch
+  * U_python3-compat.patch
+
+---

New:

  U_python-whitespace.patch
  U_python3-compat.patch



Other differences:
--
++ xcb-proto.spec ++
--- /var/tmp/diff_new_pack.dZCPhM/_old  2018-01-19 11:48:43.992309176 +0100
+++ /var/tmp/diff_new_pack.dZCPhM/_new  2018-01-19 11:48:43.996308988 +0100
@@ -16,13 +16,12 @@
 #
 
 
-%if %suse_version >= 1500
-%define have_python2 0
+%define dirsuffix 1.12
+%if 0%{?suse_version} >= 1500
+%bcond_with python2
 %else
-%define have_python2 1
+%bcond_without python2
 %endif
-
-%define dirsuffix 1.12
 Name:   xcb-proto
 Version:7.6_%{dirsuffix}
 Release:0
@@ -30,21 +29,23 @@
 License:X11
 Group:  Development/Libraries/X11
 Url:http://xorg.freedesktop.org/
-#Git-Clone:git://anongit.freedesktop.org/xorg/proto/xcb-proto
-#Git-Web:  http://cgit.freedesktop.org/xorg/proto/xcb-proto/
+#Git-Web:  https://cgit.freedesktop.org/xcb/proto
 Source: 
http://xorg.freedesktop.org/archive/individual/xcb/%{name}-%{dirsuffix}.tar.bz2
 Patch1: U_xinput-typedef-for-event_type_base.patch
 Patch2: U_add-support-for-eventstruct.patch
 Patch3: U_SendExtensionEvent-uses-eventstruct.patch
+Patch4: U_python-whitespace.patch
+Patch5: U_python3-compat.patch
 BuildRequires:  autoconf >= 2.57
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-%if %{have_python2}
+%if %{with python2}
 BuildRequires:  python2-base
-%endif
+%else
 BuildRequires:  python3-base
+%endif
 
 %description
 The XCB protocol headers for X11 development. xcb-proto provides the
@@ -54,16 +55,19 @@
 %package devel
 Summary:The X11 Protocol: X Protocol C Bindings
 Group:  Development/Libraries/X11
-Requires:   python3-xcb-proto-devel = %{version}
 Provides:   xorg-x11-proto-devel = 7.6
 Obsoletes:  xorg-x11-proto-devel <= 7.6
+%if %{with python2}
+Requires:   python2-xcb-proto-devel = %{version}
+%else
+Requires:   python3-xcb-proto-devel = %{version}
+%endif
 
 %description devel
 The XCB protocol headers for X11 development. xcb-proto provides the
 XML-XCB protocol descriptions that libxcb uses to generate the majority of
 its code and API.
 
-%if %{have_python2}
 %package -n python2-xcb-proto-devel
 Summary:Python libraries mandatory for XML-XCB Development
 Group:  Development/Libraries/X11
@@ -76,7 +80,6 @@
 Language-independent Python libraries that used to parse an XML description
 and create objects used by Python code generators in individual language
 bindings.
-%endif
 
 %package -n python3-xcb-proto-devel
 Summary:Python libraries mandatory for XML-XCB Development
@@ -89,43 +92,35 @@
 
 %prep
 %setup -q -n %{name}-%{dirsuffix}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autopatch -p1
 
 %build
 autoreconf -fiv
-# In order to build both python2 and python3 version we need to run
-# configure and install twice
-
-%if %{have_python2}
+%if %{with python2}
 export PYTHON="python2"
-%configure
-make %{?_smp_mflags}
-%make_install
-%endif
-
+%else
 export PYTHON="python3"
+%endif
 %configure
 make %{?_smp_mflags}
-%make_install
 
 %install
-%fdupes -s %{buildroot}/%{_prefix}
+%make_install
+%fdupes %{buildroot}/%{_prefix}
 
 %files devel
 %dir %{_datadir}/xcb
 %doc %{_datadir}/xcb/*
 %{_libdir}/pkgconfig/*.pc
 
-%if %{have_python2}
+%if %{with python2}
 %files -n python2-xcb-proto-devel
 %doc COPYING
 %{python_sitelib}/xcbgen/
-%endif
-
+%else
 %files -n python3-xcb-proto-devel
-%doc COPYING
+%license COPYING
 %{python3_sitelib}/xcbgen/
+%endif
 
 %changelog

++ U_python-whitespace.patch ++
>From ea7a3ac6c658164690e0febb55f4467cb9e0bcac Mon Sep 17 00:00:00 2001
From: Thomas Klausner 
Date: Thu, 19 May 2016 17:30:04 +0200
Subject: Make whitespace use consistent.

At least 

commit python-pyflakes for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-pyflakes for openSUSE:Factory 
checked in at 2018-01-19 11:48:36

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


Package is "python-pyflakes"

Fri Jan 19 11:48:36 2018 rev:21 rq:566730 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyflakes/python-pyflakes.changes  
2017-11-04 10:24:37.121082844 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyflakes.new/python-pyflakes.changes 
2018-01-19 11:48:50.176017628 +0100
@@ -1,0 +2,6 @@
+Wed Jan 17 02:11:04 UTC 2018 - toddrme2...@gmail.com
+
+- Implement tests
+- Fix source and URL
+
+---



Other differences:
--
++ python-pyflakes.spec ++
--- /var/tmp/diff_new_pack.i6ttEE/_old  2018-01-19 11:48:50.619996695 +0100
+++ /var/tmp/diff_new_pack.i6ttEE/_new  2018-01-19 11:48:50.619996695 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyflakes
 #
-# 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,16 +17,17 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-pyflakes
 Version:1.6.0
 Release:0
-Url:https://launchpad.net/pyflakes
+Url:https://github.com/PyCQA/pyflakes
 Summary:Passive checker of Python programs
 License:MIT
 Group:  Development/Languages/Python
-Source: pyflakes-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source: 
https://files.pythonhosted.org/packages/source/p/pyflakes/pyflakes-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # the pkg_resources module is required at runtime
 Requires:   python-setuptools
@@ -49,8 +50,14 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/pyflakes/
 %python_clone -a %{buildroot}%{_bindir}/pyflakes
 
+%if %{with test}
+%check
+%python_exec setup.py test
+%endif
+
 %post
 %python_install_alternative pyflakes
 




commit seahorse for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2018-01-19 11:48:30

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


Package is "seahorse"

Fri Jan 19 11:48:30 2018 rev:102 rq:566729 version:3.20.0

Changes:

--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes2016-06-03 
16:32:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.seahorse.new/seahorse.changes   2018-01-19 
11:48:48.472097964 +0100
@@ -1,0 +2,9 @@
+Mon Jan 15 21:28:58 UTC 2018 - mgo...@suse.com
+
+- Add seahorse-gpg-ignore-key-considered.patch: ignore new
+  key_considered line (bgo#779607).
+- Add seahorse-new-gnupg.patch: Mark gnupg 2.2.x as supported, so
+  that our builds enable gpg again (bsc#1075928).
+- Drop seahorse-allow-deprecated.patch: seahorse builds without it.
+
+---

Old:

  seahorse-allow-deprecated.patch

New:

  seahorse-gpg-ignore-key-considered.patch
  seahorse-new-gnupg.patch



Other differences:
--
++ seahorse.spec ++
--- /var/tmp/diff_new_pack.Y6NSyu/_old  2018-01-19 11:48:49.004072882 +0100
+++ /var/tmp/diff_new_pack.Y6NSyu/_new  2018-01-19 11:48:49.004072882 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package seahorse
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,10 @@
 Group:  Productivity/Security
 Url:http://projects.gnome.org/seahorse/
 Source: 
http://download.gnome.org/sources/seahorse/3.20/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM seahorse-allow-deprecated.patch dims...@opensuse.org -- 
Allow the usage of deprecated GTK+ symbols
-Patch0: seahorse-allow-deprecated.patch
+# PATCH-FIX-UPSTREAM seahorse-gpg-ignore-key-considered.patch bgo#778607 
mgo...@suse.com -- ignore key_considered line introduced in gpg 2.1.13.
+Patch0: seahorse-gpg-ignore-key-considered.patch
+# PATCH-FIX-UPSTREAM seahorse-new-gnupg.patch bsc#1075928 mgo...@suse.com -- 
mark gnupg 2.2.x as supported.
+Patch1: seahorse-new-gnupg.patch
 BuildRequires:  fdupes
 BuildRequires:  gpg2
 BuildRequires:  gpgme-devel
@@ -44,6 +46,9 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libsecret-unstable) >= 0.16
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.33.92
+# needed for patch1/patch2
+BuildRequires:  autoconf
+BuildRequires:  automake
 Recommends: %{name}-lang
 Obsoletes:  %{name}-devel < %{version}
 # We dropped seahorse-plugins in 12.1
@@ -69,6 +74,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build

++ seahorse-gpg-ignore-key-considered.patch ++
>From cdfc5b297d7420e47b9c973e8b8cb1b0fb576421 Mon Sep 17 00:00:00 2001
From: Tobias Mueller 
Date: Tue, 14 Feb 2017 22:05:19 +0100
Subject: [PATCH] gpg: Ignore KEY_CONSIDERED line introduced in gpg 2.1.13

gpg 2.1.13 introduced a new status line, KEY_CONSIDERED:
https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000390.html
gpgme 1.7.0 supported it:
https://lists.gnupg.org/pipermail/gnupg-commits/2016-May/012130.html

The line seems innocent in the sense that it tells you what keys GnuPG
looked at without doing anything.  We can probably safely ignore that
line, as we ignore many other lines already.

https://bugzilla.gnome.org/show_bug.cgi?id=778607

Signed-off-by: Stef Walter 
 * Fixed this so it compiles
---
 configure.ac| 2 +-
 pgp/seahorse-gpgme-key-op.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0f748e3d..fc4493c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ GTK_REQ=3.4.0
 GTK_MAX=GTK_VERSION_3_4
 
 GNUPG_ACCEPTED="2.0.12 2.1.4"
-GPGME_REQUIRED=1.0.0
+GPGME_REQUIRED=1.7.0
 LIBSECRET_REQUIRED=0.16
 AVAHI_GLIB_REQUIRED=0.6
 
diff --git a/pgp/seahorse-gpgme-key-op.c b/pgp/seahorse-gpgme-key-op.c
index a765033b..3f81850d 100644
--- a/pgp/seahorse-gpgme-key-op.c
+++ b/pgp/seahorse-gpgme-key-op.c
@@ -330,7 +330,8 @@ seahorse_gpgme_key_op_edit (gpointer data, 
gpgme_status_code_t status,
status == GPGME_STATUS_BAD_PASSPHRASE || status == 
GPGME_STATUS_USERID_HINT ||
status == GPGME_STATUS_SIGEXPIRED || status == 
GPGME_STATUS_KEYEXPIRED ||
status == GPGME_STATUS_PROGRESS || status == 
GPGME_STATUS_KEY_CREATED ||
-   status == GPGME_STATUS_ALREADY_SIGNED || status == 
GPGME_STATUS_MISSING_PASSPHRASE) 
+   

commit empathy for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2018-01-19 11:48:22

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


Package is "empathy"

Fri Jan 19 11:48:22 2018 rev:102 rq:566728 version:3.12.14

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2017-12-04 
12:15:39.774144132 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2018-01-19 
11:48:47.528142469 +0100
@@ -1,0 +2,6 @@
+Sun Jan 14 19:28:36 UTC 2018 - zai...@opensuse.org
+
+- Add empathy-fix-gettext-domain.patch: gschema: Fix
+  gettext-domain, patch from upstream stable branch.
+
+---

New:

  empathy-fix-gettext-domain.patch



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.6Vtk2I/_old  2018-01-19 11:48:48.272107393 +0100
+++ /var/tmp/diff_new_pack.6Vtk2I/_new  2018-01-19 11:48:48.276107204 +0100
@@ -28,6 +28,9 @@
 Url:http://live.gnome.org/Empathy
 Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM empathy-fix-gettext-domain.patch zai...@opensuse.org -- 
gschema: Fix gettext-domain
+Patch0: empathy-fix-gettext-domain.patch
+
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  python3-base
@@ -120,7 +123,7 @@
 
 %lang_package
 %prep
-%setup -q
+%autosetup -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ empathy-fix-gettext-domain.patch ++
>From 208cd9ef0d4410b9b59761c8faf76ceca8a708a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Dr=C4=85g?= 
Date: Sat, 30 Sep 2017 16:00:40 +0200
Subject: gschema: Fix gettext-domain

---
 data/org.gnome.Empathy.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/org.gnome.Empathy.gschema.xml 
b/data/org.gnome.Empathy.gschema.xml
index 2d91c32..9002507 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -1,5 +1,5 @@
 
-
+
 
   
 
-- 
cgit v0.12



commit libmspack for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libmspack for openSUSE:Factory 
checked in at 2018-01-19 11:47:31

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


Package is "libmspack"

Fri Jan 19 11:47:31 2018 rev:25 rq:566588 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/libmspack/libmspack.changes  2015-03-05 
18:15:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspack.new/libmspack.changes 2018-01-19 
11:47:34.079605585 +0100
@@ -1,0 +2,34 @@
+Tue Jan 16 21:40:41 UTC 2018 - jeng...@inai.de
+
+- Correct SRPM group.
+
+---
+Tue Jan 16 19:07:45 UTC 2018 - mar...@gmx.de
+
+- Fix typo
+
+---
+Mon Jan 15 14:27:41 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.6
+   * read_spaninfo(): a CHM file can have no ResetTable and have a
+   negative length in SpanInfo, which then feeds a negative output 
+   length to lzxd_init(), which then sets frame_size to a value of
+   your choosing, the lower 32 bits of output length, larger than 
+   LZX_FRAME_SIZE. If the first LZX block is uncompressed, this
+   writes data beyond the end of the window.
+   This issue was raised by ClamAV as CVE-2017-6419.
+
+   * lzxd_init(), lzxd_set_output_length(), mszipd_init(): due to the 
+   issue mentioned above, these functions now reject negative lengths
+
+   * cabd_read_string(): add missing error check on result of read().
+   If an mspack_system implementation returns an error, it's
+   interpreted as a huge positive integer, which leads to reading
+   past the end of the stack-based buffer.
+   This issue was raised by ClamAV as CVE-2017-11423
+
+- Add subpackage for helper tools
+- Run spec-cleaner
+
+---

Old:

  libmspack-0.5alpha.tar.gz

New:

  libmspack-0.6alpha.tar.gz



Other differences:
--
++ libmspack.spec ++
--- /var/tmp/diff_new_pack.ELCx5l/_old  2018-01-19 11:47:35.219551834 +0100
+++ /var/tmp/diff_new_pack.ELCx5l/_new  2018-01-19 11:47:35.219551834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspack
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,18 @@
 #
 
 
-Name:   libmspack
-Version:0.5
-Release:0
 # "alpha" in the version string just says that it is an alpha version.
 %define _version %{version}alpha
+Name:   libmspack
+Version:0.6
+Release:0
 Summary:Library That Implements Different Microsoft Compressions
 License:LGPL-2.1
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.cabextract.org.uk/libmspack/
-# Warning, OBS download service does not work at http://www.cabextract.org.uk/
-#Source:
http://www.cabextract.org.uk/libmspack/%{name}-%{_version}.tar.gz
-Source: %{name}-%{_version}.tar.gz
+Source: 
http://www.cabextract.org.uk/libmspack/%{name}-%{_version}.tar.gz
 Source2:baselibs.conf
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description
 The purpose of libmspack is to provide both compression and
@@ -39,8 +36,8 @@
 
 %package -n libmspack0
 Summary:Library That Implements Different Microsoft Compressions
-Group:  System/Libraries
 # OpenSUSE <= 10.3, SLES <= 10:
+Group:  System/Libraries
 Provides:   libmspack = %{version}-%{release}
 Obsoletes:  libmspack < %{version}-%{release}
 
@@ -58,6 +55,22 @@
 The libmspack-devel package contains the header files and static
 libraries necessary for developing programs using libmspack.
 
+%package -n mspack-tools
+Summary:Library That Implements Different Microsoft Compressions
+Group:  System/Libraries
+
+%description -n mspack-tools
+The purpose of libmspack is to provide both compression and
+decompression of some loosely related file formats used by Microsoft.
+Currently the most common formats are implemented.
+
+This subpacke provides useful programs that make use of libmspack.
+ * cabrip - Extracts any CAB files embedded in another file.
+ * chmextract - Extracts all files in a CHM file to disk.
+ * msexpand   - Expands an SZDD or KWAJ file.
+ * oabextract - Extracts an Exchange Offline Address Book (.LZX) file.
+
+
 %prep
 %setup -q -n %{name}-%{_version}
 
@@ -67,20 +80,23 @@
 make 

commit icewm for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package icewm for openSUSE:Factory checked 
in at 2018-01-19 11:47:10

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


Package is "icewm"

Fri Jan 19 11:47:10 2018 rev:55 rq:566560 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/icewm/icewm.changes  2017-12-29 
18:47:43.455786758 +0100
+++ /work/SRC/openSUSE:Factory/.icewm.new/icewm.changes 2018-01-19 
11:47:11.640663661 +0100
@@ -1,0 +2,5 @@
+Wed Jan 17 05:59:02 UTC 2018 - qzh...@suse.com
+
+- Change the recommend xlockmore to xscreensaver( bsc#1074932 ).
+
+---



Other differences:
--
++ icewm.spec ++
--- /var/tmp/diff_new_pack.c9pMsJ/_old  2018-01-19 11:47:12.300632541 +0100
+++ /var/tmp/diff_new_pack.c9pMsJ/_new  2018-01-19 11:47:12.300632541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icewm
 #
-# 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
@@ -64,8 +64,8 @@
 # If you have the choice, prefer the big one.
 Recommends: icewm-default
 Recommends: icewm-lang = %{version}
-# For locking you need xlockmore
-Recommends: xlockmore
+# For locking you need xscreensaver
+Recommends: xscreensaver
 %if !0%{?is_opensuse}
 Recommends: polkit-gnome
 %endif




commit python-Faker for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-Faker for openSUSE:Factory 
checked in at 2018-01-19 11:47:15

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


Package is "python-Faker"

Fri Jan 19 11:47:15 2018 rev:6 rq:566561 version:0.8.10

Changes:

--- /work/SRC/openSUSE:Factory/python-Faker/python-Faker.changes
2018-01-10 23:32:27.407656812 +0100
+++ /work/SRC/openSUSE:Factory/.python-Faker.new/python-Faker.changes   
2018-01-19 11:47:19.684284372 +0100
@@ -1,0 +2,20 @@
+Wed Jan 17 04:08:11 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.8.10:
+  * Pass python_requires argument to setuptools. Thanks @jdufresne.
+  * Remove some words from en_US lorem ipsum provider. Thanks @Pomax.
+
+- changes from version 0.8.9:
+  * Remove support for Python 3.3. Thanks @jdufresne.
+  * Allow past dates within a second. Thanks @DanEEstar.
+  * Added phone number formatting to en_GB localisation to ensure no
+genuine phone numbers are generated. Thanks @TheSapper.
+  * Added en_GB localisation for SSN (UK National Insurance
+Number). Thanks @TheSapper.
+  * Added ro_RO person Provider. Thanks @vasilesmartup.
+  * Added domain argument to email provider. Thanks @lcd1232.
+
+---

Old:

  Faker-0.8.8.tar.gz

New:

  Faker-0.8.10.tar.gz



Other differences:
--
++ python-Faker.spec ++
--- /var/tmp/diff_new_pack.FeJlk3/_old  2018-01-19 11:47:20.616240426 +0100
+++ /var/tmp/diff_new_pack.FeJlk3/_new  2018-01-19 11:47:20.620240238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Faker
 #
-# 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
@@ -20,7 +20,7 @@
 %define oldpython python
 %bcond_with test
 Name:   python-Faker
-Version:0.8.8
+Version:0.8.10
 Release:0
 Summary:Faker is a Python package that generates fake data
 License:MIT

++ Faker-0.8.8.tar.gz -> Faker-0.8.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-0.8.8/CHANGELOG.rst 
new/Faker-0.8.10/CHANGELOG.rst
--- old/Faker-0.8.8/CHANGELOG.rst   2017-12-19 16:56:38.0 +0100
+++ new/Faker-0.8.10/CHANGELOG.rst  2018-01-16 17:07:03.0 +0100
@@ -1,7 +1,23 @@
-
 Changelog
 =
 
+`0.8.10 - 16-January-2018 
`__
+---
+
+* Pass ``python_requires`` argument to ``setuptools``. Thanks @jdufresne.
+* Remove some words from ``en_US`` lorem ipsum provider. Thanks @Pomax.
+
+`0.8.9 - 12-January-2018 
`__
+-
+
+* Remove support for Python 3.3. Thanks @jdufresne.
+* Allow past dates within a second. Thanks @DanEEstar.
+* Added phone number formatting to ``en_GB`` localisation to ensure no genuine 
phone numbers are generated. Thanks @TheSapper.
+* Added ``en_GB`` localisation for SSN (UK National Insurance Number). Thanks 
@TheSapper.
+* Added ``ro_RO`` person Provider. Thanks @vasilesmartup.
+* Added ``domain`` argument to ``email`` provider. Thanks @lcd1232.
+
+
 `0.8.8 - 19-December-2017 
`__
 
--
 
@@ -437,4 +453,3 @@
 -
 
 * First release
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Faker-0.8.8/Faker.egg-info/PKG-INFO 
new/Faker-0.8.10/Faker.egg-info/PKG-INFO
--- old/Faker-0.8.8/Faker.egg-info/PKG-INFO 2017-12-19 16:59:28.0 
+0100
+++ new/Faker-0.8.10/Faker.egg-info/PKG-INFO2018-01-16 17:08:00.0 
+0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: Faker
-Version: 0.8.8
+Version: 0.8.10
 Summary: Faker is a Python package that generates fake data for you.
 Home-page: https://github.com/joke2k/faker
 Author: joke2k
@@ -162,6 +162,7 @@
 -  `pl\_PL 
`__ - Polish
 -  `pt\_BR 
`__ - Portuguese 
(Brazil)
 -  `pt\_PT 
`__ - 

commit spirv-tools for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package spirv-tools for openSUSE:Factory 
checked in at 2018-01-19 11:46:46

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


Package is "spirv-tools"

Fri Jan 19 11:46:46 2018 rev:6 rq:566499 version:2017.0.g103

Changes:

--- /work/SRC/openSUSE:Factory/spirv-tools/spirv-tools.changes  2017-11-29 
10:52:24.705190472 +0100
+++ /work/SRC/openSUSE:Factory/.spirv-tools.new/spirv-tools.changes 
2018-01-19 11:46:47.673793822 +0100
@@ -1,0 +2,7 @@
+Thu Jan  4 15:47:38 UTC 2018 - tchva...@suse.com
+
+- Make sure to build just with python3
+- Remove needles buildroot variable and default defattrs
+- Use autopatch to apply patches
+
+---



Other differences:
--
++ spirv-tools.spec ++
--- /var/tmp/diff_new_pack.JQIq2Y/_old  2018-01-19 11:46:48.265765907 +0100
+++ /var/tmp/diff_new_pack.JQIq2Y/_new  2018-01-19 11:46:48.265765907 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spirv-tools
 #
-# 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
@@ -35,9 +35,8 @@
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  gcc-c++
-BuildRequires:  python
-BuildRequires:  python-xml
-BuildRequires:  python3
+BuildRequires:  python3-base
+BuildRequires:  python3-xml
 BuildRequires:  spirv-headers >= 1.2
 
 %description
@@ -67,33 +66,29 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%autopatch -p1
 
 %build
 %cmake -D"SPIRV-Headers_SOURCE_DIR=%_prefix" -DSPIRV_BUILD_COMPRESSION=BOOL:ON
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
 %cmake_install
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %_bindir/spirv-*
 %doc LICENSE
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libSPIRV-Tools.so.*
 %_libdir/libSPIRV-Tools-comp.so.*
 %_libdir/libSPIRV-Tools-link.so.*
 %_libdir/libSPIRV-Tools-opt.so.*
 
 %files devel
-%defattr(-,root,root)
 %_libdir/libSPIRV-Tools.so
 %_libdir/libSPIRV-Tools-comp.so
 %_libdir/libSPIRV-Tools-link.so




commit python-decorator for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-decorator for 
openSUSE:Factory checked in at 2018-01-19 11:47:23

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


Package is "python-decorator"

Fri Jan 19 11:47:23 2018 rev:16 rq:566562 version:4.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-decorator/python-decorator.changes
2017-08-14 12:37:43.867286425 +0200
+++ /work/SRC/openSUSE:Factory/.python-decorator.new/python-decorator.changes   
2018-01-19 11:47:23.212118022 +0100
@@ -1,0 +2,15 @@
+Wed Jan 17 04:02:48 UTC 2018 - a...@gmx.de
+
+- specfile:
+  - updated copyright year
+
+- updated to version 4.2.1:
+  * Fixed a regression breaking IPython reported by
+https://github.com/spapini .
+
+- changes from version 4.2.0 :
+  * Added a facility to define families of decorators (aka decorators
+with arguments) as requested by several users. Accepted a pylint
+patch by David Allouche.
+
+---

Old:

  decorator-4.1.2.tar.gz

New:

  decorator-4.2.1.tar.gz



Other differences:
--
++ python-decorator.spec ++
--- /var/tmp/diff_new_pack.zQSyxx/_old  2018-01-19 11:47:23.724093880 +0100
+++ /var/tmp/diff_new_pack.zQSyxx/_new  2018-01-19 11:47:23.728093692 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-decorator
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,12 @@
 #
 
 
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-decorator
-Version:4.1.2
+Version:4.2.1
 Release:0
 Url:http://pypi.python.org/pypi/decorator
 Summary:Better living through Python with decorators

++ decorator-4.1.2.tar.gz -> decorator-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/decorator-4.1.2/CHANGES.md 
new/decorator-4.2.1/CHANGES.md
--- old/decorator-4.1.2/CHANGES.md  2017-07-23 17:25:15.0 +0200
+++ new/decorator-4.2.1/CHANGES.md  2018-01-14 11:01:55.0 +0100
@@ -3,17 +3,27 @@
 
 ## Unreleased
 
+## 4.2.1 (2018-01-14)
+
+Fixed a regression breaking IPython and discovered by 
https://github.com/spapini
+
+## 4.2.0 (2018-01-14)
+
+Added a facility to define families of decorators (aka decorators with
+arguments) as requested by several users. Accepted a pylint patch by
+David Allouche.
+
 ## 4.1.2 (2017-07-23)
 
 Made it possible to define decorators converting coroutines into regular
 functions, as requested by Itaï Ben Yaacov.
 
-## 4.1.1 (2017-06-16)
+## 4.1.1 (2017-07-16)
 
 Changed the documentation build system to sphinx and uploaded the docs
 on readthedocs.org.
 
-## 4.1.0 (2017-06-15)
+## 4.1.0 (2017-07-15)
 
 Support for Python 3.5 coroutines defined with `async def`, thanks to
 Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/decorator-4.1.2/PKG-INFO new/decorator-4.2.1/PKG-INFO
--- old/decorator-4.1.2/PKG-INFO2017-07-23 17:25:19.0 +0200
+++ new/decorator-4.2.1/PKG-INFO2018-01-14 11:12:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: decorator
-Version: 4.1.2
+Version: 4.2.1
 Summary: Better living through Python with decorators
 Home-page: https://github.com/micheles/decorator
 Author: Michele Simionato
@@ -61,8 +61,8 @@
 Documentation
 ---
 
-The documentation has been moved to 
http://decorator.readthedocs.io/en/stable/
-You can download a PDF version of it from 
http://media.readthedocs.org/pdf/decorator/stable/decorator.pdf
+The documentation has been moved to 
http://decorator.readthedocs.io/en/latest/
+You can download a PDF version of it from 
http://media.readthedocs.org/pdf/decorator/latest/decorator.pdf
 
 Keywords: decorators generic utility
 Platform: All
@@ -72,6 +72,15 @@
 Classifier: Natural Language :: English
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2

commit apparmor for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2018-01-19 11:46:35

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


Package is "apparmor"

Fri Jan 19 11:46:35 2018 rev:111 rq:566495 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2018-01-07 
17:21:46.476146568 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2018-01-19 
11:46:40.494132388 +0100
@@ -1,0 +2,6 @@
+Thu Jan 11 18:14:47 CET 2018 - ku...@suse.de
+
+- add disable-cache-on-ro-fs.diff - disable write cache if filesystem is
+  read-only and don't bail out (bsc#1069906, bsc#1074429)
+
+---

New:

  disable-cache-on-ro-fs.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.Tw6jHL/_old  2018-01-19 11:46:42.746026198 +0100
+++ /var/tmp/diff_new_pack.Tw6jHL/_new  2018-01-19 11:46:42.746026198 +0100
@@ -70,6 +70,9 @@
 # make cache write failures a warning instead of an error - (patch from 
https://gitlab.com/apparmor/apparmor/merge_requests/49 2018-01-04)
 Patch9: parser-write-cache-warn-only.diff
 
+# Disable write cache if filesystem is read-only, don't abort
+Patch10:disable-cache-on-ro-fs.diff
+
 PreReq: sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define apparmor_bin_prefix /lib/apparmor
@@ -172,7 +175,7 @@
 
 %package -n perl-apparmor
 Summary:Perl interface for libapparmor functions
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Development/Libraries/Perl
 Requires:   libapparmor1 = %{version}
 Requires:   perl = %{perl_version}
@@ -189,7 +192,7 @@
 
 %package -n python-apparmor
 Summary:Python 2 interface for libapparmor functions
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Development/Libraries/Python
 BuildRequires:  python
 Requires:   libapparmor1 = %{version}
@@ -208,7 +211,7 @@
 
 %package -n python3-apparmor
 Summary:Python 3 interface for libapparmor functions
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Development/Libraries/Python
 Requires:   libapparmor1 = %{version}
 Requires:   python = %{py3_ver}
@@ -225,7 +228,7 @@
 
 %package -n ruby-apparmor
 Summary:Ruby interface for libapparmor functions
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Development/Languages/Ruby
 Requires:   libapparmor1 = %{version}
 Requires:   ruby = %(rpm -q --qf '%%{version}' ruby)
@@ -240,7 +243,7 @@
 
 %package abstractions
 Summary:AppArmor abstractions and directory structure
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Productivity/Security
 Requires:   apparmor-parser(CAP_SYSLOG)
 BuildArch:  noarch
@@ -259,7 +262,7 @@
 
 %package profiles
 Summary:AppArmor profiles that are loaded into the apparmor kernel 
module
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Productivity/Security
 Requires:   apparmor-abstractions >= %{version}
 Requires:   apparmor-parser(CAP_SYSLOG)
@@ -278,7 +281,7 @@
 
 %package utils
 Summary:AppArmor User-Level Utilities Useful for Creating AppArmor 
Profiles
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Productivity/Security
 Requires:   libapparmor1 = %{version}
 # some of the tools are still perl-based (aa-decode and aa-notify)
@@ -307,7 +310,7 @@
 
 %package -n tomcat_apparmor
 Summary:Tomcat 6 plugin for AppArmor change_hat
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  System/Libraries
 Requires:   libapparmor1 = %{version}
 Requires:   tomcat6
@@ -325,7 +328,7 @@
 
 %package -n pam_apparmor
 Summary:PAM module for AppArmor change_hat
-License:GPL-2.0 and LGPL-2.1+
+License:GPL-2.0 AND LGPL-2.1+
 Group:  Productivity/Security
 BuildRequires:  pam-devel
 PreReq: pam
@@ -359,6 +362,7 @@
 %patch7
 %patch8 -p1
 %patch9 -p1
+%patch10 -p0
 
 %build
 export SUSE_ASNEEDED=0



++ disable-cache-on-ro-fs.diff ++
--- parser/parser_main.c
+++ parser/parser_main.c2018/01/11 16:52:00
@@ -1124,7 +1124,7 @@
retval = aa_policy_cache_new(_cache, features,
 AT_FDCWD, cacheloc, max_caches);
if (retval) {
-   if (errno != ENOENT && errno 

commit cargo for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package cargo for openSUSE:Factory checked 
in at 2018-01-19 11:46:51

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


Package is "cargo"

Fri Jan 19 11:46:51 2018 rev:15 rq:566503 version:0.24.0

Changes:

--- /work/SRC/openSUSE:Factory/cargo/cargo.changes  2018-01-16 
09:36:21.854557605 +0100
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2018-01-19 
11:46:52.445568805 +0100
@@ -1,0 +2,5 @@
+Tue Jan 16 10:21:56 UTC 2018 - mman...@outlook.de
+
+- adapt cargo bootstrap version to 0.24
+
+---



Other differences:
--
++ cargo.spec ++
--- /var/tmp/diff_new_pack.KD4zI1/_old  2018-01-19 11:46:53.237531460 +0100
+++ /var/tmp/diff_new_pack.KD4zI1/_new  2018-01-19 11:46:53.241531272 +0100
@@ -18,8 +18,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%global bootstrap_version 0.23.0
+%global bootstrap_version 0.24.0
 %global bootstrap_rustc_version 1.23.0
 %global current_rustc_version 1.23.0
 %bcond_with cargo_bootstrap




commit libssh2_org for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libssh2_org for openSUSE:Factory 
checked in at 2018-01-19 11:46:23

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


Package is "libssh2_org"

Fri Jan 19 11:46:23 2018 rev:36 rq:566491 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/libssh2_org/libssh2_org.changes  2017-07-04 
09:08:26.691056731 +0200
+++ /work/SRC/openSUSE:Factory/.libssh2_org.new/libssh2_org.changes 
2018-01-19 11:46:24.350893657 +0100
@@ -1,0 +2,6 @@
+Tue Jan 16 18:51:36 UTC 2018 - dims...@opensuse.org
+
+- Drop openssh BuildRequires: this is only used for one of the
+  minor self-tests.
+
+---



Other differences:
--
++ libssh2_org.spec ++
--- /var/tmp/diff_new_pack.tMkLBs/_old  2018-01-19 11:46:24.982863854 +0100
+++ /var/tmp/diff_new_pack.tMkLBs/_new  2018-01-19 11:46:24.986863666 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libssh2_org
 #
-# 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
@@ -32,7 +32,6 @@
 BuildRequires:  groff
 BuildRequires:  libtool
 BuildRequires:  man
-BuildRequires:  openssh
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(zlib)





commit python-Django for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2018-01-19 11:46:11

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


Package is "python-Django"

Fri Jan 19 11:46:11 2018 rev:35 rq:558342 version:2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2017-12-15 13:59:35.341405324 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2018-01-19 11:46:13.471406712 +0100
@@ -1,0 +2,12 @@
+Tue Dec 12 21:12:18 UTC 2017 - mimi...@gmail.com
+
+- update to 2.0
+  * drop python 2 support
+  * Simplified URL routing syntax
+  * Mobile-friendly contrib.admin
+  * Window expressions
+  * Removed support for bytestrings in some places
+  * Dropped support for Oracle 11.2
+- Please read Release Notes - 
https://docs.djangoproject.com/en/2.0/releases/2.0/
+ 
+---

Old:

  Django-1.11.8.tar.gz
  Django-1.11.8.tar.gz.asc

New:

  Django-2.0.tar.gz
  Django-2.0.tar.gz.asc



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.9pmS2r/_old  2018-01-19 11:46:14.427361630 +0100
+++ /var/tmp/diff_new_pack.9pmS2r/_new  2018-01-19 11:46:14.431361442 +0100
@@ -17,15 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define oldpython python
+%define skip_python2 1
 Name:   python-Django
-Version:1.11.8
+Version:2.0
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://www.djangoproject.com
-Source: 
https://www.djangoproject.com/m/releases/1.11/Django-%{version}.tar.gz
+Source: 
https://www.djangoproject.com/m/releases/2.0/Django-%{version}.tar.gz
 Source1:
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt#/Django-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source99:   python-Django-rpmlintrc
@@ -38,18 +38,10 @@
 Requires:   python-setuptools
 Requires:   python-xml
 Recommends: python-bcrypt
-%ifpython2
-Obsoletes:  %{oldpython}-django < %{version}
-Provides:   %{oldpython}-django = %{version}
-Obsoletes:  %{oldpython}-South < %{version}
-Provides:   %{oldpython}-South = %{version}
-%endif
-%ifpython3
 Provides:   python3-django = %{version}
 Obsoletes:  python3-django < %{version}
 Provides:   python3-South = %{version}
 Obsoletes:  python3-South < %{version}
-%endif
 Requires(post):   update-alternatives
 Requires(preun):  update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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

++ Django-1.11.8.tar.gz.asc -> Django-2.0.tar.gz.asc ++
--- /work/SRC/openSUSE:Factory/python-Django/Django-1.11.8.tar.gz.asc   
2017-12-15 13:59:35.281408220 +0100
+++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-2.0.tar.gz.asc 
2018-01-19 11:46:13.055426328 +0100
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.11.8, released December 2, 2017.
+tarball and wheel files of Django 2.0, released December 2, 2017.
 
 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/1.11/Django-1.11.8-py2.py3-none-any.whl
-https://www.djangoproject.com/m/releases/1.11/Django-1.11.8.tar.gz
+https://www.djangoproject.com/m/releases/2.0/Django-2.0.tar.gz
+https://www.djangoproject.com/m/releases/2.0/Django-2.0-py3-none-any.whl
 
 MD5 checksums
 =
 
-0f6557754e9347aeccf0f379b15a1264  Django-1.11.8-py2.py3-none-any.whl
-e8b68d44b87a3de36e13547ec2722af2  Django-1.11.8.tar.gz
+d1afff8f277842a915852b2113671938  Django-2.0.tar.gz
+da2fdc3901e8751aa7835f49fb6246b2  Django-2.0-py3-none-any.whl
 
 SHA1 checksums
 ==
 
-821a5141eee6b898e54ae4d8646ef8ee5f09a5a4  Django-1.11.8-py2.py3-none-any.whl
-185f29e3b613205b4ea97add7003dbefc120cde7  Django-1.11.8.tar.gz
+629dc4e1252f39b0fbc7924c6e8b404d13b4b3bd  Django-2.0.tar.gz
+ed7e0293cc344357b56c51054a311ab9129367ec  Django-2.0-py3-none-any.whl
 
 SHA256 checksums
 
 
-fad46f44f6f4de66aacaa92e7753dbc4fe3ae834aa2daffaca0bf16c64798186  
Django-1.11.8-py2.py3-none-any.whl

commit libzypp for openSUSE:Factory

2018-01-19 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2018-01-19 11:45:52

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


Package is "libzypp"

Fri Jan 19 11:45:52 2018 rev:394 rq:566239 version:17.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2017-12-12 
21:18:52.638280646 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2018-01-19 
11:45:55.216267607 +0100
@@ -1,0 +2,13 @@
+Mon Jan 15 17:01:33 CET 2018 - m...@suse.de
+
+- Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
+- version 17.1.1 (0)
+
+---
+Thu Jan  4 17:49:06 CET 2018 - m...@suse.de
+
+- plugin: don't reject header values containing a ':' (bsc#1074687)
+- Locks: Don't store duplicate locks (bsc#969569)
+- version 17.1.0 (0)
+
+---

Old:

  libzypp-17.0.5.tar.bz2

New:

  libzypp-17.1.1.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.k08Ajq/_old  2018-01-19 11:45:56.008230258 +0100
+++ /var/tmp/diff_new_pack.k08Ajq/_new  2018-01-19 11:45:56.012230069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# 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 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:17.0.5
+Version:17.1.1
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management
@@ -32,7 +32,7 @@
 Obsoletes:  yast2-packagemanager
 
 # Features we provide (update doc/autoinclude/FeatureTest.doc):
-Provides:   libzypp(plugin) = 0
+Provides:   libzypp(plugin) = 0.1
 Provides:   libzypp(plugin:appdata) = 0
 Provides:   libzypp(plugin:commit) = 1
 Provides:   libzypp(plugin:services) = 1

++ libzypp-17.0.5.tar.bz2 -> libzypp-17.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.0.5/VERSION.cmake 
new/libzypp-17.1.1/VERSION.cmake
--- old/libzypp-17.0.5/VERSION.cmake2017-12-06 13:31:06.0 +0100
+++ new/libzypp-17.1.1/VERSION.cmake2018-01-15 17:04:28.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "17")
 SET(LIBZYPP_COMPATMINOR "0")
-SET(LIBZYPP_MINOR "0")
-SET(LIBZYPP_PATCH "5")
+SET(LIBZYPP_MINOR "1")
+SET(LIBZYPP_PATCH "1")
 #
-# LAST RELEASED: 17.0.5 (0)
+# LAST RELEASED: 17.1.1 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.0.5/doc/autoinclude/FeatureTest.doc 
new/libzypp-17.1.1/doc/autoinclude/FeatureTest.doc
--- old/libzypp-17.0.5/doc/autoinclude/FeatureTest.doc  2017-11-22 
10:41:04.0 +0100
+++ new/libzypp-17.1.1/doc/autoinclude/FeatureTest.doc  2018-01-04 
19:26:11.0 +0100
@@ -25,6 +25,8 @@
   
 version 0
 General ability to provide and handle plugins.
+version 0.1
+Bugfix: don't reject header values containing a ':'.
   
 
   plugin:commit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.0.5/libzypp.spec.cmake 
new/libzypp-17.1.1/libzypp.spec.cmake
--- old/libzypp-17.0.5/libzypp.spec.cmake   2017-12-04 11:11:06.0 
+0100
+++ new/libzypp-17.1.1/libzypp.spec.cmake   2018-01-04 19:26:11.0 
+0100
@@ -32,7 +32,7 @@
 Obsoletes:  yast2-packagemanager
 
 # Features we provide (update doc/autoinclude/FeatureTest.doc):
-Provides:   libzypp(plugin) = 0
+Provides:   libzypp(plugin) = 0.1
 Provides:   libzypp(plugin:appdata) = 0
 Provides:   libzypp(plugin:commit) = 1
 Provides:   libzypp(plugin:services) = 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.0.5/package/libzypp.changes 
new/libzypp-17.1.1/package/libzypp.changes
--- old/libzypp-17.0.5/package/libzypp.changes  2017-12-06 13:31:06.0 
+0100
+++ new/libzypp-17.1.1/package/libzypp.changes  2018-01-15 17:04:28.0 
+0100
@@ -1,4 +1,17 @@
 ---
+Mon Jan 15 17:01:33 CET 2018 - m...@suse.de
+
+- Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
+- version 17.1.1 (0)
+
+---
+Thu