commit yast2-caasp for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package yast2-caasp for openSUSE:Factory 
checked in at 2018-01-30 17:40:49

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


Package is "yast2-caasp"

Tue Jan 30 17:40:49 2018 rev:5 rq:571157 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-caasp/yast2-caasp.changes  2018-01-17 
21:42:28.607673553 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-caasp.new/yast2-caasp.changes 
2018-01-30 17:40:50.408103669 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 10:36:58 UTC 2018 - igonzalezs...@suse.com
+
+- Handle product features overlay in a proper way (bsc#1077038).
+- 4.0.4
+
+---

Old:

  yast2-caasp-4.0.3.tar.bz2

New:

  yast2-caasp-4.0.4.tar.bz2



Other differences:
--
++ yast2-caasp.spec ++
--- /var/tmp/diff_new_pack.6w33qI/_old  2018-01-30 17:40:51.048073844 +0100
+++ /var/tmp/diff_new_pack.6w33qI/_new  2018-01-30 17:40:51.048073844 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-caasp
 #
-# 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:   yast2-caasp
-Version:4.0.3
+Version:4.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-caasp-4.0.3.tar.bz2 -> yast2-caasp-4.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-caasp-4.0.3/package/yast2-caasp.changes 
new/yast2-caasp-4.0.4/package/yast2-caasp.changes
--- old/yast2-caasp-4.0.3/package/yast2-caasp.changes   2017-12-12 
14:43:00.0 +0100
+++ new/yast2-caasp-4.0.4/package/yast2-caasp.changes   2018-01-30 
17:33:18.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 30 10:36:58 UTC 2018 - igonzalezs...@suse.com
+
+- Handle product features overlay in a proper way (bsc#1077038).
+- 4.0.4
+
+---
 Tue Dec 12 13:16:49 UTC 2017 - jreidin...@suse.com
 
 - Use chrony instead of ntp (FATE#323432)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-caasp-4.0.3/package/yast2-caasp.spec 
new/yast2-caasp-4.0.4/package/yast2-caasp.spec
--- old/yast2-caasp-4.0.3/package/yast2-caasp.spec  2017-12-12 
14:43:00.0 +0100
+++ new/yast2-caasp-4.0.4/package/yast2-caasp.spec  2018-01-30 
17:33:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-caasp
-Version:4.0.3
+Version:4.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-caasp-4.0.3/src/lib/y2caasp/widgets/system_role.rb 
new/yast2-caasp-4.0.4/src/lib/y2caasp/widgets/system_role.rb
--- old/yast2-caasp-4.0.3/src/lib/y2caasp/widgets/system_role.rb
2017-12-12 14:43:00.0 +0100
+++ new/yast2-caasp-4.0.4/src/lib/y2caasp/widgets/system_role.rb
2018-01-30 17:33:18.0 +0100
@@ -26,6 +26,7 @@
 require "y2caasp/widgets/ntp_server"
 
 Yast.import "ProductControl"
+Yast.import "ProductFeatures"
 Yast.import "IP"
 Yast.import "Hostname"
 
@@ -130,6 +131,7 @@
 log.info "Applying system role '#{value}'"
 role = ::Installation::SystemRole.select(value)
 
+Yast::ProductFeatures.ClearOverlay
 role.overlay_features
 role.adapt_services
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-caasp-4.0.3/test/lib/widgets/system_role_test.rb 
new/yast2-caasp-4.0.4/test/lib/widgets/system_role_test.rb
--- old/yast2-caasp-4.0.3/test/lib/widgets/system_role_test.rb  2017-12-12 
14:43:00.0 +0100
+++ new/yast2-caasp-4.0.4/test/lib/widgets/system_role_test.rb  2018-01-30 
17:33:18.0 +0100
@@ -95,6 +95,7 @@
 end
 
 it "overlays role features" do
+  expect(Yast::ProductFeatures).to receive(:ClearOverlay)
   expect(test_role).to receive(:overlay_features)
   widget.store
 end




commit libzio for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package libzio for openSUSE:Factory checked 
in at 2018-01-30 16:13:52

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


Package is "libzio"

Tue Jan 30 16:13:52 2018 rev:43 rq:568485 version:1.06

Changes:

--- /work/SRC/openSUSE:Factory/libzio/libzio.changes2018-01-16 
09:27:27.731547787 +0100
+++ /work/SRC/openSUSE:Factory/.libzio.new/libzio.changes   2018-01-30 
16:13:53.343879058 +0100
@@ -4,2 +4,2 @@
-- Add changes from Jerrell Watts which has kindly provided
-  his changes for lzma/xz support with large I/O buffers
+- Version 1.06: Add changes from Jerrell Watts which has kindly
+  provided his changes for lzma/xz support with large I/O buffers



Other differences:
--



commit cloud-init for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2018-01-30 15:46:07

Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and  /work/SRC/openSUSE:Factory/.cloud-init.new (New)


Package is "cloud-init"

Tue Jan 30 15:46:07 2018 rev:46 rq:571062 version:17.2

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2018-01-25 
12:41:03.489213778 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2018-01-30 15:46:09.961668525 +0100
@@ -1,0 +2,28 @@
+Tue Jan 30 13:20:57 UTC 2018 - dmuel...@suse.com
+
+- drop dependency on boto (only used in examples, and
+  should really be ported to botocore/boto3 instead)
+
+---
+Mon Jan 29 18:35:49 UTC 2018 - rjsch...@suse.com
+
+- Update to version 17.2 (boo#1069635, bsc#1072811)
+  + Add cloud-init-skip-ovf-tests.patch
+  + Add cloud-init-no-python-linux-dist.patch
+  + Add 0001-switch-to-using-iproute2-tools.patch
+  + Add 0001-Support-chrony-configuration-lp-1731619.patch
+  + Add 0002-Disable-method-deprecation-warning-for-pylint.patch
+  + Add 0003-Distro-dependent-chrony-config-file.patch
+  + removed cloud-init-add-variant-cloudcfg.patch replaced by
+cloud-init-no-python-linux-dist.patch
+  + removed zypp_add_repos.diff included upstream
+  + removed zypp_add_repo_test.patch included upstream
+  + removed cloud-init-hosts-template.patch included upstream
+  + removed cloud-init-more-tasks.patch included upstream
+  + removed cloud-init-final-no-apt.patch included upstream
+  + removed cloud-init-ntp-conf-suse.patch included upstream
+  + removed cloud-init-break-cycle-local-service.patch included upstream
+  + removed cloud-init-reproduce-build.patch included upstream
+  + For the complete changelog see https://launchpad.net/cloud-init/trunk/17.2
+
+---

Old:

  cloud-init-17.1.tar.gz
  cloud-init-add-variant-cloudcfg.patch
  cloud-init-break-cycle-local-service.patch
  cloud-init-final-no-apt.patch
  cloud-init-hosts-template.patch
  cloud-init-more-tasks.patch
  cloud-init-ntp-conf-suse.patch
  cloud-init-reproduce-build.patch
  zypp_add_repo_test.patch
  zypp_add_repos.diff

New:

  0001-Support-chrony-configuration-lp-1731619.patch
  0001-switch-to-using-iproute2-tools.patch
  0002-Disable-method-deprecation-warning-for-pylint.patch
  0003-Distro-dependent-chrony-config-file.patch
  cloud-init-17.2.tar.gz
  cloud-init-no-python-linux-dist.patch
  cloud-init-skip-ovf-tests.patch



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.QsTuoM/_old  2018-01-30 15:46:10.841627445 +0100
+++ /var/tmp/diff_new_pack.QsTuoM/_new  2018-01-30 15:46:10.845627259 +0100
@@ -18,7 +18,7 @@
 %global configver 0.7
 
 Name:   cloud-init
-Version:17.1
+Version:17.2
 Release:0
 License:GPL-3.0 and AGPL-3.0
 Summary:Cloud node initialization tool
@@ -26,34 +26,35 @@
 Group:  System/Management
 Source0:%{name}-%{version}.tar.gz
 Source1:rsyslog-cloud-init.cfg
-# Remove Patch 4 & 5 for next source updated, included upstream
-Patch4: zypp_add_repos.diff
-Patch5: zypp_add_repo_test.patch
-# Remove Patch 6 for next source updated, included upstream (bsc#1064594)
-Patch6: cloud-init-hosts-template.patch
-# FIXME cloud-init-ntp-conf-suse.patch proposed for upstream merge (lp#1726572)
-Patch7: cloud-init-ntp-conf-suse.patch
+
 # FIXME cloud-init-translate-netconf-ipv4-keep-gw (bsc#1064854)
 # proposed for upstream merge (lp#1732966)
 Patch8: cloud-init-translate-netconf-ipv4-keep-gw.patch
-# FIXME cloud-init-break-cycle-local-service.patch
-Patch9: cloud-init-break-cycle-local-service.patch
 Patch10:cloud-init-no-user-lock-if-already-locked.patch
 Patch12:fix-default-systemd-unit-dir.patch
-# Remove Patch 13 for next source updated, included upstream
-Patch13:cloud-init-more-tasks.patch
 # python2 disables SIGPIPE, causing broken pipe errors in shell scripts 
(bsc#903449)
 Patch20:cloud-init-python2-sigpipe.patch
 Patch27:cloud-init-sysconfig-netpathfix.patch
 Patch29:datasourceLocalDisk.patch
 Patch34:cloud-init-tests-set-exec.patch
-Patch35:cloud-init-final-no-apt.patch
 # FIXME cloud-init-resize-ro-btrfs.patch
 # proposed for upstream merge (lp#1734787)
 Patch36:cloud-init-resize-ro-btrfs.patch
-# FIXME cloud-init-reproduce-build.patch, expecting upstream merge
-Patch37:cloud-init-reproduce-build.patch
-Patch38:   cloud-init-add-variant-cloudcfg.patch
+# FIXME chrony support 

commit velum for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-01-30 15:46:04

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


Package is "velum"

Tue Jan 30 15:46:04 2018 rev:2 rq:571059 
version:3.0.0+dev+git_r629_307ef40804ab6fb6da4f650dace1b49846d37605

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-01-29 
15:00:51.245000846 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-01-30 
15:46:06.169845539 +0100
@@ -1,0 +2,19 @@
+Tue Jan 30 13:35:40 UTC 2018 - containers-bugow...@suse.de
+
+- Commit ab33601 by Rafael Fernández López eresli...@ereslibre.es
+ Install `bundler` after `bundle clean`.
+ 
+ `bundle clean` also removes stale executables under `bin`. It is fine that
+ bundler thinks that `bundler` executable is stale, but it's not, we are just
+ installing it as a separate gem, so do that at the end of the spec, after we
+ have executed `bundle clean`.
+
+
+---
+Mon Jan 29 20:13:38 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 461cbf8 by Rafael Fernández López eresli...@ereslibre.es
+ Add `assets` group that will only be loaded when we are compiling the assets
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.mwgfrZ/_old  2018-01-30 15:46:06.857813423 +0100
+++ /var/tmp/diff_new_pack.mwgfrZ/_new  2018-01-30 15:46:06.857813423 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package velum
 #
-# Copyright (c) 2018 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   velum
 
 # When you release a new version, set Version and branch accordingly.
@@ -22,19 +23,18 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r625_12fea6362f44ad192e38171fbe1538d07afcac3f
+Version:3.0.0+dev+git_r629_307ef40804ab6fb6da4f650dace1b49846d37605
+Release:0
 %define branch master
-Release:0.0.1
-License:Apache-2.0
 Summary:Dashboard for CaasP
+License:Apache-2.0
+Group:  System/Management
 Url:https://github.com/kubic-project/velum
 Source: %{branch}.tar.gz
 Source2:velum-rpmlintrc
 
 Patch0: 0_set_default_salt_events_alter_time_column_value.rpm.patch
 
-
-Group:  System/Management
 %define velumdir /srv/velum
 
 Requires:   ruby >= 2.1
@@ -52,9 +52,8 @@
 
 %define rb_build_versions %{rb_default_ruby}
 BuildRequires:  %{rubydevel}
-BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem bundler} >= 1.3.0
-
+BuildRequires:  %{rubygem gem2rpm}
 
 BuildRequires:  %{rubygem rake = 12.2.1}
 
@@ -77,7 +76,8 @@
 BuildRequires:  %{rubygem mini_portile2 = 2.3.0}
 
 BuildRequires:  %{rubygem nokogiri = 1.8.1}
-BuildRequires: libxml2-devel libxslt-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  libxslt-devel
 
 BuildRequires:  %{rubygem rails-deprecated_sanitizer = 1.0.3}
 
@@ -218,40 +218,44 @@
 
 BuildRequires:  %{rubygem uglifier = 4.1.3}
 
-
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
12fea6362f44ad192e38171fbe1538d07afcac3f from branch master on date Mon, 29 Jan 
2018 08:59:20 +
+This package has been built with commit 
307ef40804ab6fb6da4f650dace1b49846d37605 from branch master on date Tue, 30 Jan 
2018 13:35:01 +
 
 %prep
 %setup -q -n velum-%{branch}
 
 %patch0 -p1
 
-
 %build
 
 install -d vendor/cache
 cp %{_libdir}/ruby/gems/%{rb_ver}/cache/*.gem vendor/cache
 
-# install bundler
-gem install --no-rdoc --no-ri --install-dir vendor/bundle/ruby/%{rb_ver}/ 
vendor/cache/bundler-*.gem
+export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 
 # deploy gems
-export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 bundle install --retry=3 --local --deployment --without development test
 
-VELUM_SECRETS_DIR=%{buildroot}%{velumdir}/tmp RAILS_ENV=production bundle exec 
rake assets:precompile
+VELUM_SECRETS_DIR=%{buildroot}%{velumdir}/tmp RAILS_ENV=production 
INCLUDE_ASSETS_GROUP=yes bundle exec rake assets:precompile
 # fix permissions of generated assets
 # this is necessary to make them linkable by fdupes later
 for ext in woff woff2 eot ttf svg; do
   find . -name "*.$ext" -exec chmod -R 755 {} \;
 done
 
+# 

commit python-azure-mgmt-scheduler for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-scheduler for 
openSUSE:Factory checked in at 2018-01-30 15:46:02

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


Package is "python-azure-mgmt-scheduler"

Tue Jan 30 15:46:02 2018 rev:2 rq:571041 version:1.1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-scheduler/python-azure-mgmt-scheduler.changes
  2017-10-11 23:00:11.231967567 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-scheduler.new/python-azure-mgmt-scheduler.changes
 2018-01-30 15:46:02.290026662 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:04:36 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-scheduler.spec ++
--- /var/tmp/diff_new_pack.pKUXz4/_old  2018-01-30 15:46:02.85521 +0100
+++ /var/tmp/diff_new_pack.pKUXz4/_new  2018-01-30 15:46:02.854000335 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-scheduler
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/scheduler
 %{python_sitelib}/azure_mgmt_scheduler-*.egg-info
 





commit python-azure-mgmt-media for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-media for 
openSUSE:Factory checked in at 2018-01-30 15:45:44

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


Package is "python-azure-mgmt-media"

Tue Jan 30 15:45:44 2018 rev:2 rq:571037 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-media/python-azure-mgmt-media.changes
  2017-10-11 22:59:23.650052895 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-media.new/python-azure-mgmt-media.changes
 2018-01-30 15:45:46.914744434 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 11:49:13 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-media.spec ++
--- /var/tmp/diff_new_pack.dCDVjF/_old  2018-01-30 15:45:48.698661155 +0100
+++ /var/tmp/diff_new_pack.dCDVjF/_new  2018-01-30 15:45:48.702660968 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-media
 #
-# 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
@@ -74,7 +74,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/media
 %{python_sitelib}/tests
 %{python_sitelib}/azure_mgmt_media-*.egg-info





commit python-azure-mgmt-recoveryservicesbackup for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package 
python-azure-mgmt-recoveryservicesbackup for openSUSE:Factory checked in at 
2018-01-30 15:45:57

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


Package is "python-azure-mgmt-recoveryservicesbackup"

Tue Jan 30 15:45:57 2018 rev:2 rq:571040 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-recoveryservicesbackup/python-azure-mgmt-recoveryservicesbackup.changes
2017-10-11 22:59:53.912726303 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-recoveryservicesbackup.new/python-azure-mgmt-recoveryservicesbackup.changes
   2018-01-30 15:46:00.182125067 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 11:57:26 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-recoveryservicesbackup.spec ++
--- /var/tmp/diff_new_pack.OzVCFt/_old  2018-01-30 15:46:00.778097245 +0100
+++ /var/tmp/diff_new_pack.OzVCFt/_new  2018-01-30 15:46:00.782097058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-recoveryservicesbackup
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/recoveryservicesbackup
 %{python_sitelib}/azure_mgmt_recoveryservicesbackup-*.egg-info
 





commit python-azure-mgmt-powerbiembedded for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-powerbiembedded 
for openSUSE:Factory checked in at 2018-01-30 15:45:54

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


Package is "python-azure-mgmt-powerbiembedded"

Tue Jan 30 15:45:54 2018 rev:2 rq:571039 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-powerbiembedded/python-azure-mgmt-powerbiembedded.changes
  2017-10-11 22:59:39.941338401 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-powerbiembedded.new/python-azure-mgmt-powerbiembedded.changes
 2018-01-30 15:45:55.638337187 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 11:54:28 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-powerbiembedded.spec ++
--- /var/tmp/diff_new_pack.quWT7p/_old  2018-01-30 15:45:56.286306937 +0100
+++ /var/tmp/diff_new_pack.quWT7p/_new  2018-01-30 15:45:56.286306937 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-powerbiembedded
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/powerbiembedded
 %{python_sitelib}/azure_mgmt_powerbiembedded-*.egg-info
 





commit python-azure-mgmt-notificationhubs for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-notificationhubs 
for openSUSE:Factory checked in at 2018-01-30 15:45:50

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


Package is "python-azure-mgmt-notificationhubs"

Tue Jan 30 15:45:50 2018 rev:2 rq:571038 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-notificationhubs/python-azure-mgmt-notificationhubs.changes
2017-10-11 22:59:35.717523647 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-notificationhubs.new/python-azure-mgmt-notificationhubs.changes
   2018-01-30 15:45:51.910511214 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 11:52:52 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-notificationhubs.spec ++
--- /var/tmp/diff_new_pack.lG3E1M/_old  2018-01-30 15:45:52.598479097 +0100
+++ /var/tmp/diff_new_pack.lG3E1M/_new  2018-01-30 15:45:52.602478911 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-notificationhubs
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/notificationhubs
 %{python_sitelib}/azure_mgmt_notificationhubs-*.egg-info
 





commit offlineimap for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2018-01-30 15:45:05

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


Package is "offlineimap"

Tue Jan 30 15:45:05 2018 rev:44 rq:570887 version:7.1.5

Changes:

--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2017-12-12 
21:22:28.963837697 +0100
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2018-01-30 15:45:12.256362417 +0100
@@ -1,0 +2,9 @@
+Tue Jan 30 09:13:51 UTC 2018 - mimi...@gmail.com
+
+- update to 7.1.5
+* folder: IMAP: improve search logging
+* no UIDPLUS: improve logging on failures.
+* maxage: don't consider negative UIDs when computing min UID
+* Add missing space to output string.
+
+---

Old:

  offlineimap-7.1.4.tar.gz

New:

  offlineimap-7.1.5.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.vQPpko/_old  2018-01-30 15:45:12.824335902 +0100
+++ /var/tmp/diff_new_pack.vQPpko/_new  2018-01-30 15:45:12.824335902 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package offlineimap
 #
-# 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:   offlineimap
-Version:7.1.4
+Version:7.1.5
 Release:0
 Summary:IMAP/Maildir Synchronization Tool
 License:GPL-2.0+

++ offlineimap-7.1.4.tar.gz -> offlineimap-7.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.1.4/.github/PULL_REQUEST_TEMPLATE.md 
new/offlineimap-7.1.5/.github/PULL_REQUEST_TEMPLATE.md
--- old/offlineimap-7.1.4/.github/PULL_REQUEST_TEMPLATE.md  2017-10-29 
15:23:29.0 +0100
+++ new/offlineimap-7.1.5/.github/PULL_REQUEST_TEMPLATE.md  2018-01-13 
13:55:23.0 +0100
@@ -1,14 +1,4 @@
-> This v1.0 template stands in `.github/`.
-
-### Peer reviews
-
-Trick to [fetch the pull
-request](https://help.github.com/articles/checking-out-pull-requests-locally):
-there is a (read-only) `refs/pull/` namespace.
-
-``` bash
-git fetch OFFICIAL_REPOSITORY_NAME pull/PULL_ID/head:LOCAL_BRANCH_NAME
-```
+> This v1.1 template stands in `.github/`.
 
 ### This PR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.1.4/Changelog.md 
new/offlineimap-7.1.5/Changelog.md
--- old/offlineimap-7.1.4/Changelog.md  2017-10-29 15:23:29.0 +0100
+++ new/offlineimap-7.1.5/Changelog.md  2018-01-13 13:55:23.0 +0100
@@ -15,6 +15,43 @@
 * The following excerpt is only usefull when rendered in the website.
 {:toc}
 
+### OfflineIMAP v7.1.5 (2018-01-13)
+
+ Notes
+
+This minor release fixes a bug about maxage failing to upload some emails. 
Also,
+this introduces the snapcraft.yaml to package offlineimap with this packaging
+system.
+
+This release was tested by:
+
+- Nicolas Sebrecht
+- Remi Locherer
+
+
+ Authors
+
+- Nicolas Sebrecht (4)
+- Evan Dandrea (1)
+- John Ferlito (1)
+
+
+ Features
+
+- Initial commit of snapcraft.yaml. [Evan Dandrea]
+
+ Fixes
+
+- maxage: don't consider negative UIDs when computing min UID. [Nicolas 
Sebrecht]
+- Add missing space to output string. [John Ferlito]
+
+ Changes
+
+- folder: IMAP: improve search logging. [Nicolas Sebrecht]
+- no UIDPLUS: improve logging on failures. [Nicolas Sebrecht]
+- github: remove the trick to download the PR. [Nicolas Sebrecht]
+
+
 ### OfflineIMAP v7.1.4 (2017-10-29)
 
  Notes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/offlineimap-7.1.4/offlineimap/__init__.py 
new/offlineimap-7.1.5/offlineimap/__init__.py
--- old/offlineimap-7.1.4/offlineimap/__init__.py   2017-10-29 
15:23:29.0 +0100
+++ new/offlineimap-7.1.5/offlineimap/__init__.py   2018-01-13 
13:55:23.0 +0100
@@ -2,8 +2,8 @@
 
 __productname__ = 'OfflineIMAP'
 # Expecting trailing "-rcN" or "" for stable releases.
-__version__ = "7.1.4"
-__copyright__   = "Copyright 2002-2017 John Goerzen & contributors"
+__version__ = "7.1.5"
+__copyright__   = "Copyright 2002-2018 John Goerzen & contributors"
 __author__  = "John Goerzen"
 __author_email__= "offlineimap-proj...@lists.alioth.debian.org"
 __description__ = "Disconnected Universal IMAP Mail Synchronization/Reader 
Support"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-azure-mgmt-logic for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-logic for 
openSUSE:Factory checked in at 2018-01-30 15:45:41

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


Package is "python-azure-mgmt-logic"

Tue Jan 30 15:45:41 2018 rev:2 rq:571036 version:2.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-logic/python-azure-mgmt-logic.changes
  2017-10-11 22:59:20.826176742 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-logic.new/python-azure-mgmt-logic.changes
 2018-01-30 15:45:41.758985123 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 11:46:01 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-logic.spec ++
--- /var/tmp/diff_new_pack.8XvS5M/_old  2018-01-30 15:45:42.554947965 +0100
+++ /var/tmp/diff_new_pack.8XvS5M/_new  2018-01-30 15:45:42.554947965 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-logic
 #
-# 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
@@ -69,7 +69,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/logic
 %{python_sitelib}/azure_mgmt_logic-*.egg-info
 





commit python-azure-mgmt-web for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-web for 
openSUSE:Factory checked in at 2018-01-30 15:45:28

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


Package is "python-azure-mgmt-web"

Tue Jan 30 15:45:28 2018 rev:2 rq:571032 version:0.34.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-web/python-azure-mgmt-web.changes  
2017-10-11 23:00:38.610768120 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new/python-azure-mgmt-web.changes
 2018-01-30 15:45:30.091529804 +0100
@@ -1,0 +2,13 @@
+Fri Jan 19 14:37:41 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.34.1
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+- Refresh patches for new version
+  + amw_drop-compatible-releases-operator.patch
+- Update Summary and Description from upstream
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-web-0.32.0.zip

New:

  azure-mgmt-web-0.34.1.zip



Other differences:
--
++ python-azure-mgmt-web.spec ++
--- /var/tmp/diff_new_pack.q0kGoj/_old  2018-01-30 15:45:30.867493578 +0100
+++ /var/tmp/diff_new_pack.q0kGoj/_new  2018-01-30 15:45:30.895492271 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-web
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-web
-Version:0.32.0
+Version:0.34.1
 Release:0
-Summary:Microsoft Azure Web Apps Resource Management Client Library
+Summary:Microsoft Azure Web Apps Management Client Library
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/Azure/azure-sdk-for-python
@@ -34,11 +34,11 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg
 Requires:   python-azure-nspkg
 Requires:   python-msrestazure < 1.0.0
-Requires:   python-msrestazure >= 0.4.7
+Requires:   python-msrestazure >= 0.4.11
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -46,12 +46,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Web Apps Resource Management Client Library.
+This is the Microsoft Azure Web Apps Management Client Library.
 
 Azure Resource Manager (ARM) is the next generation of management APIs that
 replace the old Azure Service Management (ASM).
 
-This package has been tested with Python 2.7, 3.3, 3.4 and 3.5.
+This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
 
 %prep
 %setup -q -n azure-mgmt-web-%{version}
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/web
 %{python_sitelib}/azure_mgmt_web-*.egg-info
 

++ amw_drop-compatible-releases-operator.patch ++
--- /var/tmp/diff_new_pack.q0kGoj/_old  2018-01-30 15:45:30.951489657 +0100
+++ /var/tmp/diff_new_pack.q0kGoj/_new  2018-01-30 15:45:30.951489657 +0100
@@ -1,14 +1,14 @@
-diff -Nru azure-mgmt-web-0.32.0.orig/setup.py azure-mgmt-web-0.32.0/setup.py
 azure-mgmt-web-0.32.0.orig/setup.py2017-04-26 23:22:26.0 
+0200
-+++ azure-mgmt-web-0.32.0/setup.py 2017-06-12 16:08:09.177446822 +0200
-@@ -69,8 +69,8 @@
+diff -Nru azure-mgmt-web-0.34.1.orig/setup.py azure-mgmt-web-0.34.1/setup.py
+--- azure-mgmt-web-0.34.1.orig/setup.py2017-10-25 00:09:20.0 
+0200
 azure-mgmt-web-0.34.1/setup.py 2018-01-19 15:36:10.859440629 +0100
+@@ -78,8 +78,8 @@
  zip_safe=False,
- packages=find_packages(),
+ packages=find_packages(exclude=["tests"]),
  install_requires=[
--'msrestazure~=0.4.7',
--'azure-common~=1.1.5',
-+'msrestazure>=0.4.7',
-+'azure-common>=1.1.5',
+-'msrestazure~=0.4.11',
+-'azure-common~=1.1',
++'msrestazure>=0.4.11',
++'azure-common>=1.1',
  ],
  cmdclass=cmdclass
  )




commit python-azure-mgmt-keyvault for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-keyvault for 
openSUSE:Factory checked in at 2018-01-30 15:45:37

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


Package is "python-azure-mgmt-keyvault"

Tue Jan 30 15:45:37 2018 rev:2 rq:571035 version:0.40.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-keyvault/python-azure-mgmt-keyvault.changes
2017-10-11 22:59:17.730312518 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-keyvault.new/python-azure-mgmt-keyvault.changes
   2018-01-30 15:45:38.451139546 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 11:43:16 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-keyvault.spec ++
--- /var/tmp/diff_new_pack.Rq6k71/_old  2018-01-30 15:45:39.319099026 +0100
+++ /var/tmp/diff_new_pack.Rq6k71/_new  2018-01-30 15:45:39.319099026 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-keyvault
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/keyvault
 %{python_sitelib}/azure_mgmt_keyvault-*.egg-info
 





commit python-azure-mgmt-storage for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-storage for 
openSUSE:Factory checked in at 2018-01-30 15:45:33

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


Package is "python-azure-mgmt-storage"

Tue Jan 30 15:45:33 2018 rev:2 rq:571034 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-storage/python-azure-mgmt-storage.changes
  2017-10-11 23:00:33.926973315 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storage.new/python-azure-mgmt-storage.changes
 2018-01-30 15:45:34.959302558 +0100
@@ -1,0 +2,9 @@
+Fri Jan 19 14:19:54 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.5.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+---

Old:

  azure-mgmt-storage-1.4.0.zip

New:

  azure-mgmt-storage-1.5.0.zip



Other differences:
--
++ python-azure-mgmt-storage.spec ++
--- /var/tmp/diff_new_pack.73upJZ/_old  2018-01-30 15:45:35.931257184 +0100
+++ /var/tmp/diff_new_pack.73upJZ/_new  2018-01-30 15:45:35.939256810 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-storage
 #
-# 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-mgmt-storage
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Microsoft Azure Storage Management Client Library
 License:MIT
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/storage
 %{python_sitelib}/azure_mgmt_storage-*.egg-info
 




commit python-azure-mgmt-trafficmanager for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-trafficmanager for 
openSUSE:Factory checked in at 2018-01-30 15:45:30

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


Package is "python-azure-mgmt-trafficmanager"

Tue Jan 30 15:45:30 2018 rev:2 rq:571033 version:0.40.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-trafficmanager/python-azure-mgmt-trafficmanager.changes
2017-10-11 23:00:34.790935465 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-trafficmanager.new/python-azure-mgmt-trafficmanager.changes
   2018-01-30 15:45:31.663456420 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:14:29 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-mgmt-trafficmanager.spec ++
--- /var/tmp/diff_new_pack.c0vUUF/_old  2018-01-30 15:45:32.479418328 +0100
+++ /var/tmp/diff_new_pack.c0vUUF/_new  2018-01-30 15:45:32.483418141 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-trafficmanager
 #
-# 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
@@ -72,7 +72,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/mgmt/trafficmanager
 %{python_sitelib}/azure_mgmt_trafficmanager-*.egg-info
 





commit python-azure-monitor for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-monitor for 
openSUSE:Factory checked in at 2018-01-30 15:45:25

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


Package is "python-azure-monitor"

Tue Jan 30 15:45:25 2018 rev:2 rq:571030 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-monitor/python-azure-monitor.changes
2017-10-11 23:00:45.878449726 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-monitor.new/python-azure-monitor.changes
   2018-01-30 15:45:26.799683479 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:17:24 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-monitor.spec ++
--- /var/tmp/diff_new_pack.5zZvK2/_old  2018-01-30 15:45:27.803636611 +0100
+++ /var/tmp/diff_new_pack.5zZvK2/_new  2018-01-30 15:45:27.807636424 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-monitor
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -68,7 +68,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/monitor
 %{python_sitelib}/azure_monitor-*.egg-info
 





commit python-azure-servicebus for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2018-01-30 15:45:23

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


Package is "python-azure-servicebus"

Tue Jan 30 15:45:23 2018 rev:2 rq:571028 version:0.21.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2017-10-11 23:00:55.994006565 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new/python-azure-servicebus.changes
 2018-01-30 15:45:24.363797195 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:34:33 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.YWk51X/_old  2018-01-30 15:45:25.447746593 +0100
+++ /var/tmp/diff_new_pack.YWk51X/_new  2018-01-30 15:45:25.451746405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicebus
 #
-# 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
@@ -61,7 +61,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/servicebus
 %{python_sitelib}/azure_servicebus-*.egg-info
 





commit openSUSE-release-tools for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-01-30 15:44:32

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


Package is "openSUSE-release-tools"

Tue Jan 30 15:44:32 2018 rev:46 rq:570853 version:20180130.40c4c14

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-01-29 15:00:25.582199851 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-01-30 15:44:39.597887046 +0100
@@ -1,0 +2,14 @@
+Tue Jan 30 07:39:21 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180130.40c4c14:
+  * status: fallback to request_age() even if no comment.
+
+---
+Tue Jan 30 03:32:08 UTC 2018 - jbe...@suse.com
+
+- Update to version 20180129.5a472eb:
+  * osclib/core: request_age() return delta and handle Request object.
+  * create_test_dvds: do not lock vim-data
+  * fcc_submitter: skip revoked request
+
+---

Old:

  openSUSE-release-tools-20180126.574cfe8.obscpio

New:

  openSUSE-release-tools-20180130.40c4c14.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.wpBZrz/_old  2018-01-30 15:44:40.329852876 +0100
+++ /var/tmp/diff_new_pack.wpBZrz/_new  2018-01-30 15:44:40.333852689 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180126.574cfe8
+Version:20180130.40c4c14
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.wpBZrz/_old  2018-01-30 15:44:40.381850448 +0100
+++ /var/tmp/diff_new_pack.wpBZrz/_new  2018-01-30 15:44:40.381850448 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-574cfe8e1245e98922150a574df1a27dbc9c98af
+40c4c14db52af9b7fac403aa0ee3f0c62980d86f
   
 

++ openSUSE-release-tools-20180126.574cfe8.obscpio -> 
openSUSE-release-tools-20180130.40c4c14.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180126.574cfe8/create_test_Factory_dvd-1.testcase 
new/openSUSE-release-tools-20180130.40c4c14/create_test_Factory_dvd-1.testcase
--- 
old/openSUSE-release-tools-20180126.574cfe8/create_test_Factory_dvd-1.testcase  
2018-01-26 21:49:32.0 +0100
+++ 
new/openSUSE-release-tools-20180130.40c4c14/create_test_Factory_dvd-1.testcase  
2018-01-30 08:34:06.0 +0100
@@ -49,5 +49,4 @@
 job lock name patterns-base-x11_opt
 job lock name readline-doc
 job lock name SuSEfirewall2
-job lock name vim-data
 job lock name gettext-runtime-mini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180126.574cfe8/devel-project.py 
new/openSUSE-release-tools-20180130.40c4c14/devel-project.py
--- old/openSUSE-release-tools-20180126.574cfe8/devel-project.py
2018-01-26 21:49:32.0 +0100
+++ new/openSUSE-release-tools-20180130.40c4c14/devel-project.py
2018-01-30 08:34:06.0 +0100
@@ -109,7 +109,7 @@
 withfullhistory=True)
 for request in requests:
 action = request.actions[0]
-age = request_age(request)
+age = request_age(request).days
 if age < args.min_age:
 continue
 
@@ -134,7 +134,7 @@
 if action.type != 'submit':
 continue
 
-age = request_age(request)
+age = request_age(request).days
 if age < args.min_age:
 continue
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180126.574cfe8/fcc_submitter.py 
new/openSUSE-release-tools-20180130.40c4c14/fcc_submitter.py
--- old/openSUSE-release-tools-20180126.574cfe8/fcc_submitter.py
2018-01-26 21:49:32.0 +0100
+++ new/openSUSE-release-tools-20180130.40c4c14/fcc_submitter.py
2018-01-30 08:34:06.0 +0100
@@ -173,7 +173,7 @@
 return packages
 
 def get_request_list(self, package):
-return osc.core.get_request_list(self.apiurl, self.to_prj, package, 
req_state=('new', 'review', 'declined'))
+return osc.core.get_request_list(self.apiurl, self.to_prj, package, 

commit yast2-dns-server for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package yast2-dns-server for 
openSUSE:Factory checked in at 2018-01-30 15:45:13

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


Package is "yast2-dns-server"

Tue Jan 30 15:45:13 2018 rev:71 rq:570931 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-dns-server/yast2-dns-server.changes
2017-11-07 10:04:32.900043822 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-dns-server.new/yast2-dns-server.changes   
2018-01-30 15:45:15.236223305 +0100
@@ -1,0 +2,6 @@
+Thu Jan 25 15:26:18 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---

Old:

  yast2-dns-server-4.0.0.tar.bz2

New:

  yast2-dns-server-4.0.1.tar.bz2



Other differences:
--
++ yast2-dns-server.spec ++
--- /var/tmp/diff_new_pack.wPiW7e/_old  2018-01-30 15:45:15.924191188 +0100
+++ /var/tmp/diff_new_pack.wPiW7e/_new  2018-01-30 15:45:15.928191001 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-dns-server
 #
-# 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:   yast2-dns-server
-Version:4.0.0
+Version:4.0.1
 Release:0
 Url:https://github.com/yast/yast-dns-server
 
@@ -33,8 +33,8 @@
 BuildRequires:  yast2-testsuite
 BuildRequires:  rubygem(rspec)
 
-# UI::ServiceStatus
-BuildRequires:  yast2 >= 3.1.161
+# SuSEFirewall2 replaced by firewalld
+BuildRequires:  yast2 >= 4.0.39
 Requires:   /usr/bin/host
 Requires:   perl-gettext
 # Exporter Data::Dumper
@@ -55,8 +55,8 @@
 # FATE #303386: Network setup tools
 Requires:   yast2-sysconfig
 
-# UI::ServiceStatus
-Requires:   yast2 >= 3.1.161
+# SuSEFirewall2 replaced by firewalld
+Requires:   yast2 >= 4.0.39
 
 BuildArch:  noarch
 

++ yast2-dns-server-4.0.0.tar.bz2 -> yast2-dns-server-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dns-server-4.0.0/package/yast2-dns-server.changes 
new/yast2-dns-server-4.0.1/package/yast2-dns-server.changes
--- old/yast2-dns-server-4.0.0/package/yast2-dns-server.changes 2017-11-06 
13:54:00.675894661 +0100
+++ new/yast2-dns-server-4.0.1/package/yast2-dns-server.changes 2018-01-30 
13:37:03.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan 25 15:26:18 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---
 Mon Nov  6 11:55:43 UTC 2017 - knut.anders...@suse.com
 
 - Fix teststuite once SuSEFirewall2 is being replaced by Firewalld
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-4.0.0/package/yast2-dns-server.spec 
new/yast2-dns-server-4.0.1/package/yast2-dns-server.spec
--- old/yast2-dns-server-4.0.0/package/yast2-dns-server.spec2017-11-06 
13:54:00.675894661 +0100
+++ new/yast2-dns-server-4.0.1/package/yast2-dns-server.spec2018-01-30 
13:37:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-dns-server
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-dns-server
-Version:4.0.0
+Version:4.0.1
 Release:0
 Url:https://github.com/yast/yast-dns-server
 
@@ -25,16 +25,16 @@
 Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  perl-XML-Writer
-BuildRequires:  rubygem(rspec)
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ldap >= 3.1.4
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite
+BuildRequires:  rubygem(rspec)
 
-# UI::ServiceStatus
-BuildRequires:  yast2 >= 3.1.161
+# SuSEFirewall2 replaced by firewalld
+BuildRequires:  yast2 >= 4.0.39
 Requires:   /usr/bin/host
 Requires:   perl-gettext
 # Exporter Data::Dumper
@@ -55,8 +55,8 @@
 # FATE #303386: Network setup tools
 Requires:   yast2-sysconfig
 
-# UI::ServiceStatus
-Requires:   yast2 >= 3.1.161
+# SuSEFirewall2 replaced by firewalld

commit nagvis for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package nagvis for openSUSE:Factory checked 
in at 2018-01-30 15:44:53

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


Package is "nagvis"

Tue Jan 30 15:44:53 2018 rev:4 rq:570879 version:1.9.5

Changes:

--- /work/SRC/openSUSE:Factory/nagvis/nagvis.changes2017-12-08 
21:48:36.095937328 +0100
+++ /work/SRC/openSUSE:Factory/.nagvis.new/nagvis.changes   2018-01-30 
15:44:58.976982351 +0100
@@ -1,0 +2,15 @@
+Tue Jan 30 08:37:57 UTC 2018 - ec...@opensuse.org
+
+- update to 1.9.5
+  Frontend:
+  * FIX: Fixed wrong hostname label in service hover menus
+  * FIX: Fixed repeated zoom of background image on state updates
+  * FIX: Fixed errors when saving viewport as new map
+  * FIX: Fixed rare issue when cloning just added objects
+  * FIX: Fixed broken worldmap when using relative objects
+  * FIX: Fixed displaying wrong backend option "-b" in summary output
+  * FIX: Don't display "update backend configuration" confirm in quiet mode
+  * FIX: Don't fail updating map configurations when no maps are defined
+  * FIX: Don't register demo rotation when using the "-o" option
+
+---

Old:

  nagvis-1.9.4.tar.gz

New:

  nagvis-1.9.5.tar.gz



Other differences:
--
++ nagvis.spec ++
--- /var/tmp/diff_new_pack.9eVnhB/_old  2018-01-30 15:44:59.736946873 +0100
+++ /var/tmp/diff_new_pack.9eVnhB/_new  2018-01-30 15:44:59.740946686 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nagvis
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2015 Lars Vogdt 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   nagvis
-Version:1.9.4
+Version:1.9.5
 Release:0
 Summary:Visualization addon for Nagios
 License:GPL-2.0

++ nagvis-1.9.4.tar.gz -> nagvis-1.9.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nagvis-1.9.4/ChangeLog new/nagvis-1.9.5/ChangeLog
--- old/nagvis-1.9.4/ChangeLog  2017-10-25 16:41:31.0 +0200
+++ new/nagvis-1.9.5/ChangeLog  2018-01-07 12:54:02.0 +0100
@@ -1,3 +1,19 @@
+1.9.5
+Frontend:
+  * FIX: Fixed wrong hostname label in service hover menus
+  * FIX: Fixed repeated zoom of background image on state updates
+
+Worldmap:
+  * FIX: Fixed errors when saving viewport as new map
+  * FIX: Fixed rare issue when cloning just added objects
+  * FIX: Fixed broken worldmap when using relative objects
+
+Installer:
+  * FIX: Fixed displaying wrong backend option "-b" in summary output
+  * FIX: Don't display "update backend configuration" confirm in quiet mode
+  * FIX: Don't fail updating map configurations when no maps are defined
+  * FIX: Don't register demo rotation when using the "-o" option
+
 1.9.4
 Core:
   * List of hover menu childs (e.g. services in host object hover) can now be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nagvis-1.9.4/etc/conf.d/demo.ini.php 
new/nagvis-1.9.5/etc/conf.d/demo.ini.php
--- old/nagvis-1.9.4/etc/conf.d/demo.ini.php2017-10-25 16:41:31.0 
+0200
+++ new/nagvis-1.9.5/etc/conf.d/demo.ini.php2018-01-07 12:54:02.0 
+0100
@@ -3,9 +3,17 @@
 ; viewing this file from web.
 ; DON'T REMOVE IT!
 
-; This file defines a backend instance of the Test backend
+; This file defines the rotation object for default maps. This
+; can be removed when you are not interested in demo maps rotation.
+
+; This file also defines a backend instance of the Test backend
 ; which is used by some demo maps. This can be removed when
 ; you are not interested in the demo maps.
 
+
+[rotation_demo]
+maps="demo-germany,demo-ham-racks,demo-load,demo-muc-srv1,demo-geomap,demo-automap"
+interval=15
+
 [backend_demo]
 backendtype=Test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nagvis-1.9.4/etc/nagvis.ini.php-sample 
new/nagvis-1.9.5/etc/nagvis.ini.php-sample
--- old/nagvis-1.9.4/etc/nagvis.ini.php-sample  2017-10-25 16:41:31.0 
+0200
+++ new/nagvis-1.9.5/etc/nagvis.ini.php-sample  2018-01-07 12:54:02.0 
+0100
@@ -441,15 +441,15 @@
 ; 
 
 ; in this example the browser switches between the maps demo and demo2 every 15
-; seconds, the rotation is enabled by url: index.php?rotation=demo
-[rotation_demo]
+; seconds, the rotation is enabled by url: index.php?rotation=example
+;[rotation_example]
 ; These steps are rotated. The 

commit python-azure-servicemanagement-legacy for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package 
python-azure-servicemanagement-legacy for openSUSE:Factory checked in at 
2018-01-30 15:45:18

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


Package is "python-azure-servicemanagement-legacy"

Tue Jan 30 15:45:18 2018 rev:2 rq:571026 version:0.20.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicemanagement-legacy/python-azure-servicemanagement-legacy.changes
  2017-10-11 23:01:02.625716030 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicemanagement-legacy.new/python-azure-servicemanagement-legacy.changes
 2018-01-30 15:45:19.352031164 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:36:29 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-servicemanagement-legacy.spec ++
--- /var/tmp/diff_new_pack.LARsJh/_old  2018-01-30 15:45:19.868007076 +0100
+++ /var/tmp/diff_new_pack.LARsJh/_new  2018-01-30 15:45:19.872006889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicemanagement-legacy
 #
-# 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
@@ -63,7 +63,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/servicemanagement
 %{python_sitelib}/azure_servicemanagement_legacy-*.egg-info
 





commit python-azure-servicefabric for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-servicefabric for 
openSUSE:Factory checked in at 2018-01-30 15:45:20

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


Package is "python-azure-servicefabric"

Tue Jan 30 15:45:20 2018 rev:2 rq:571027 version:6.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicefabric/python-azure-servicefabric.changes
2017-10-11 23:00:57.981919475 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicefabric.new/python-azure-servicefabric.changes
   2018-01-30 15:45:21.399935560 +0100
@@ -1,0 +2,9 @@
+Mon Jan 22 11:18:23 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 6.0.2
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+---

Old:

  azure-servicefabric-6.0.1.zip

New:

  azure-servicefabric-6.0.2.zip



Other differences:
--
++ python-azure-servicefabric.spec ++
--- /var/tmp/diff_new_pack.OPoqXV/_old  2018-01-30 15:45:22.139901015 +0100
+++ /var/tmp/diff_new_pack.OPoqXV/_new  2018-01-30 15:45:22.143900829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicefabric
 #
-# 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 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-servicefabric
-Version:6.0.1
+Version:6.0.2
 Release:0
 Summary:Microsoft Azure Service Fabric Client Library
 License:MIT
@@ -68,7 +68,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/servicefabric
 %{python_sitelib}/azure_servicefabric-*.egg-info
 




commit lzma-sdk for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package lzma-sdk for openSUSE:Factory 
checked in at 2018-01-30 15:45:09

Comparing /work/SRC/openSUSE:Factory/lzma-sdk (Old)
 and  /work/SRC/openSUSE:Factory/.lzma-sdk.new (New)


Package is "lzma-sdk"

Tue Jan 30 15:45:09 2018 rev:3 rq:570911 version:18.01

Changes:

--- /work/SRC/openSUSE:Factory/lzma-sdk/lzma-sdk.changes2018-01-10 
23:35:09.960029027 +0100
+++ /work/SRC/openSUSE:Factory/.lzma-sdk.new/lzma-sdk.changes   2018-01-30 
15:45:13.108322644 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 20:45:47 UTC 2018 - aloi...@gmx.com
+
+- Update to version 18.01
+  * Some changes in LZMA2/xz multithreading code for compressing.
+Some bugs were fixed.
+
+---

Old:

  lzma1701.7z

New:

  lzma1801.7z



Other differences:
--
++ lzma-sdk.spec ++
--- /var/tmp/diff_new_pack.SlIQNw/_old  2018-01-30 15:45:13.900285672 +0100
+++ /var/tmp/diff_new_pack.SlIQNw/_new  2018-01-30 15:45:13.904285485 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define _sver   1701
-%define _maver  17
+%define _sver   1801
+%define _maver  18
 %define _miver  01
 Name:   lzma-sdk
-Version:17.01
+Version:18.01
 Release:0
 Summary:An implementation of LZMA compression
 # Actually the site says "Public Domain". See license file.
@@ -37,7 +37,6 @@
 BuildRequires:  libtool
 BuildRequires:  p7zip
 BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 LZMA SDK provides documentation, samples, header files, libraries,




commit python-azure-batch for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-batch for 
openSUSE:Factory checked in at 2018-01-30 15:45:15

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


Package is "python-azure-batch"

Tue Jan 30 15:45:15 2018 rev:2 rq:571021 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-batch/python-azure-batch.changes
2017-10-11 22:57:42.562486237 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-batch.new/python-azure-batch.changes   
2018-01-30 15:45:17.192131996 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 12:31:42 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-batch.spec ++
--- /var/tmp/diff_new_pack.CvWrzD/_old  2018-01-30 15:45:18.112089049 +0100
+++ /var/tmp/diff_new_pack.CvWrzD/_new  2018-01-30 15:45:18.116088862 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-batch
 #
-# 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
@@ -65,7 +65,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/batch
 %{python_sitelib}/azure_batch-*.egg-info
 





commit gsequencer for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2018-01-30 15:44:48

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


Package is "gsequencer"

Tue Jan 30 15:44:48 2018 rev:7 rq:570873 version:1.4.15

Changes:

--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes2018-01-23 
13:53:37.931812449 +0100
+++ /work/SRC/openSUSE:Factory/.gsequencer.new/gsequencer.changes   
2018-01-30 15:44:52.485285410 +0100
@@ -1,0 +2,12 @@
+Mon Jan 29 20:16:53 UTC 2018 - jkraehem...@gmail.com
+
+- Removed libpulse-mainloop-glib0 because it is already provided.
+
+---
+Sun Jan 28 11:56:08 UTC 2018 - jkraehem...@gmail.com
+
+- New upstream v1.4.15 replaced pa_main_loop_new() by
+  pa_glib_main_loop_new().
+- Added libpulse-mainloop-glib0 dependency to spec.
+
+---

Old:

  gsequencer-1.4.14.tar.gz

New:

  gsequencer-1.4.15.tar.gz



Other differences:
--
++ gsequencer.spec ++
--- /var/tmp/diff_new_pack.kVliiy/_old  2018-01-30 15:44:54.113209412 +0100
+++ /var/tmp/diff_new_pack.kVliiy/_new  2018-01-30 15:44:54.117209225 +0100
@@ -18,7 +18,7 @@
 %define libagssonumber 1
 %define libgsequencersonumber 0
 Name:   gsequencer
-Version:1.4.14
+Version:1.4.15
 Release:0
 Summary:Audio processing engine
 License:GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3

++ gsequencer-1.4.14.tar.gz -> gsequencer-1.4.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsequencer-1.4.14/ChangeLog 
new/gsequencer-1.4.15/ChangeLog
--- old/gsequencer-1.4.14/ChangeLog 2018-01-22 13:24:48.0 +0100
+++ new/gsequencer-1.4.15/ChangeLog 2018-01-26 03:22:44.0 +0100
@@ -1,3 +1,9 @@
+ags (1.4.15)
+
+   [ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
+   * replaced pa_mainloop_new() by pa_glib_main_loop_new()
+   * minor changes
+
 ags (1.4.14)
 
[ Joël Krähemann (Maintainer of Advanced Gtk+ Sequencer) ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gsequencer-1.4.14/ags/X/ags_xorg_application_context.c 
new/gsequencer-1.4.15/ags/X/ags_xorg_application_context.c
--- old/gsequencer-1.4.14/ags/X/ags_xorg_application_context.c  2018-01-19 
16:12:03.0 +0100
+++ new/gsequencer-1.4.15/ags/X/ags_xorg_application_context.c  2018-01-26 
03:22:44.0 +0100
@@ -1692,7 +1692,7 @@
   if(has_pulse){
 ags_pulse_server_connect_client(pulse_server);
 
-ags_pulse_server_start_poll(pulse_server);
+//ags_pulse_server_start_poll(pulse_server);
   }
 
   if(has_jack){
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsequencer-1.4.14/ags/audio/pulse/ags_pulse_client.c 
new/gsequencer-1.4.15/ags/audio/pulse/ags_pulse_client.c
--- old/gsequencer-1.4.14/ags/audio/pulse/ags_pulse_client.c2017-12-21 
01:30:44.0 +0100
+++ new/gsequencer-1.4.15/ags/audio/pulse/ags_pulse_client.c2018-01-26 
03:22:44.0 +0100
@@ -19,18 +19,7 @@
 
 #include 
 
-#include 
-
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-#include 
-
-#include 
-#include 
+#include 
 
 #include 
 #include 
@@ -666,6 +655,7 @@
 pa_context_set_state_callback(pulse_client->context,
  ags_pulse_client_state_callback,
  pulse_client);
+#if 0
 ready = FALSE;
 
 while(!ready){
@@ -682,6 +672,7 @@
   }
 }
 #endif
+#endif
   }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsequencer-1.4.14/ags/audio/pulse/ags_pulse_devout.c 
new/gsequencer-1.4.15/ags/audio/pulse/ags_pulse_devout.c
--- old/gsequencer-1.4.14/ags/audio/pulse/ags_pulse_devout.c2017-12-21 
01:30:44.0 +0100
+++ new/gsequencer-1.4.15/ags/audio/pulse/ags_pulse_devout.c2018-01-26 
03:22:44.0 +0100
@@ -19,16 +19,7 @@
 
 #include 
 
-#include 
-
-#include 
-#include 
-#include 
-#include 
-#include 
-
-#include 
-#include 
+#include 
 
 #include 
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsequencer-1.4.14/ags/audio/pulse/ags_pulse_port.c 
new/gsequencer-1.4.15/ags/audio/pulse/ags_pulse_port.c
--- old/gsequencer-1.4.14/ags/audio/pulse/ags_pulse_port.c  2018-01-19 
16:12:03.0 +0100
+++ new/gsequencer-1.4.15/ags/audio/pulse/ags_pulse_port.c  2018-01-26 
03:22:44.0 +0100
@@ -930,7 +930,7 @@
   }
 
   

commit vagrant for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package vagrant for openSUSE:Factory checked 
in at 2018-01-30 15:44:45

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


Package is "vagrant"

Tue Jan 30 15:44:45 2018 rev:7 rq:570871 version:1.9.7

Changes:

--- /work/SRC/openSUSE:Factory/vagrant/vagrant.changes  2017-11-07 
10:00:15.261391172 +0100
+++ /work/SRC/openSUSE:Factory/.vagrant.new/vagrant.changes 2018-01-30 
15:44:46.413568862 +0100
@@ -1,0 +2,11 @@
+Tue Jan 30 08:17:11 UTC 2018 - robert.munte...@gmail.com
+
+- No longer hardcode the ruby version, it was enough to lock down
+  the rubygem versions 
+
+---
+Sat Jan 27 20:58:00 UTC 2018 - robert.munte...@gmail.com
+
+- Explicitly build against ruby 2.5 for now 
+
+---



Other differences:
--
++ vagrant.spec ++
--- /var/tmp/diff_new_pack.YZ3Fqn/_old  2018-01-30 15:44:47.129535438 +0100
+++ /var/tmp/diff_new_pack.YZ3Fqn/_new  2018-01-30 15:44:47.129535438 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vagrant
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Laurent Bigonville , License GPL-2.0+
 #
 # All modifications and additions to the file contributed by third parties
@@ -55,7 +55,6 @@
 Patch25:0025-do-not-abuse-relative-paths-in-docker-plugin.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# force only one ruby version
 %define rb_build_versions %rb_default_ruby
 %define rb_build_abi %rb_default_ruby_abi
 #
@@ -65,10 +64,10 @@
 BuildRequires:  %{rubygem crack }
 # Prevent have choice for rubygem(ruby:2.2.0:erubis)
 BuildRequires:  %{rubygem erubis >= 2.7}
-BuildRequires:  %{rubygem fake_ftp}
+BuildRequires:  %{rubygem fake_ftp < 0.3}
 BuildRequires:  %{rubygem hashicorp-checkpoint}
 BuildRequires:  %{rubygem i18n <= 0.8 }
-BuildRequires:  %{rubygem listen}
+BuildRequires:  %{rubygem listen >= 3.1.5}
 BuildRequires:  %{rubygem log4r}
 # Prevent have choice for rubygem(ruby:2.2.0:net-scp)
 BuildRequires:  %{rubygem net-scp >= 1.2}




commit kmymoney for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory 
checked in at 2018-01-30 15:44:41

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


Package is "kmymoney"

Tue Jan 30 15:44:41 2018 rev:56 rq:570864 version:4.8.1.1

Changes:

--- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes2018-01-19 
11:51:43.267857776 +0100
+++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes   2018-01-30 
15:44:43.173720112 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 17:32:18 UTC 2018 - wba...@tmo.at
+
+- Add fix-build-with-libalkimia-7.0.patch to make it build with the
+  latest libalkimia (kde#387350)
+
+---

New:

  fix-build-with-libalkimia-7.0.patch



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.Hxw9KO/_old  2018-01-30 15:44:44.309667081 +0100
+++ /var/tmp/diff_new_pack.Hxw9KO/_new  2018-01-30 15:44:44.317666707 +0100
@@ -28,6 +28,8 @@
 Patch:  aqbanking-5.1-backward-compatibility.patch
 # PATCH-FIX-UPSTREAM
 Patch1: fix-sepa-plugin.patch
+# PATCH-FIX-UPSTREAM
+Patch2: fix-build-with-libalkimia-7.0.patch
 BuildRequires:  aqbanking-devel
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -92,6 +94,7 @@
 %patch -p1
 %endif
 %patch1 -p1
+%patch2 -p1
 
 %build
 %cmake_kde4 -d build

++ fix-build-with-libalkimia-7.0.patch ++
>From 05003dca6990dd6463eb7fab168b26baa56dec1f Mon Sep 17 00:00:00 2001
From: Ralf Habacker 
Date: Mon, 27 Nov 2017 11:30:51 +0100
Subject: Fix 'Link error with libalkimia 7.0'

The build system expects alkimia library to be specified in
LIBALKIMIA_LIBRARIES, which is not provided by libalkimia > 5.0.

BUG:387350
FIXED-IN:4.8.2
---
 CMakeLists.txt | 4 
 1 file changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3585de4..535cf2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,6 +124,10 @@ if (NOT LIBALKIMIA_LIBRARIES AND LIBALKIMIA_LIBRARY)
   find_package(GMP REQUIRED)
   set(LIBALKIMIA_LIBRARIES ${GMP_LIBRARIES} ${LIBALKIMIA_LIBRARY} )
 endif()
+# make sure LIBALKIMIA_LIBRARIES is set
+if(${LibAlkimia_FOUND} AND NOT LIBALKIMIA_LIBRARIES)
+  set(LIBALKIMIA_LIBRARIES Alkimia::alkimia)
+endif()
 # make sure we have the matching version of LibAlkimia (not too new)
 if(${LibAlkimia_FOUND})
 if (DEFINED ${LibAlkimia_VERSION})
-- 
cgit v0.11.2




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

2018-01-30 Thread root
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2018-01-30 15:44:37

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


Package is "yast2-iscsi-lio-server"

Tue Jan 30 15:44:37 2018 rev:21 rq:570856 version:4.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
2018-01-17 21:58:43.362056731 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
   2018-01-30 15:44:41.277808620 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 11:52:12 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---

Old:

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

New:

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



Other differences:
--
++ yast2-iscsi-lio-server.spec ++
--- /var/tmp/diff_new_pack.Mw7Mzm/_old  2018-01-30 15:44:41.837782479 +0100
+++ /var/tmp/diff_new_pack.Mw7Mzm/_new  2018-01-30 15:44:41.837782479 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,10 +32,8 @@
 Requires:   python-rtslib-fb
 Requires:   targetcli-fb
 
-# network needs Wizard::OpenCancelOKDialog()
-#  function from yast2-2.18.2
-# Wizard::SetDesktopTitleAndIcon()
-Requires:   yast2 >= 2.21.22
+#Replace SuSEFirewall2 by firewalld
+Requires:   yast2 >= 4.0.39
 
 BuildArch:  noarch
 

++ yast2-iscsi-lio-server-4.0.0.tar.bz2 -> 
yast2-iscsi-lio-server-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.0/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-4.0.1/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-4.0.0/package/yast2-iscsi-lio-server.changes 
2018-01-16 03:49:18.0 +0100
+++ new/yast2-iscsi-lio-server-4.0.1/package/yast2-iscsi-lio-server.changes 
2018-01-30 08:45:53.0 +0100
@@ -1,9 +1,15 @@
 ---
+Fri Jan 26 11:52:12 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---
 Wed Dec 13 09:40:01 UTC 2017 - ls...@suse.com
 
 - fate#319238 [yas2-iscsi-lio-server] refactor code to use
   targetcli-fb instead of lio-utils.
-- 4.0.0 
+- 4.0.0
 
 ---
 Tue May 16 10:09:07 UTC 2017 - ls...@suse.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.0/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-4.0.1/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-4.0.0/package/yast2-iscsi-lio-server.spec
2018-01-16 03:49:18.0 +0100
+++ new/yast2-iscsi-lio-server-4.0.1/package/yast2-iscsi-lio-server.spec
2018-01-30 08:45:53.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,10 +32,8 @@
 Requires:   python-rtslib-fb
 Requires:   targetcli-fb
 
-# network needs Wizard::OpenCancelOKDialog()
-#  function from yast2-2.18.2
-# Wizard::SetDesktopTitleAndIcon()
-Requires:   yast2 >= 2.21.22
+#Replace SuSEFirewall2 by firewalld
+Requires:   yast2 >= 4.0.39
 
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-4.0.0/src/include/iscsi-lio-server/UI_dialogs.rb 
new/yast2-iscsi-lio-server-4.0.1/src/include/iscsi-lio-server/UI_dialogs.rb
--- old/yast2-iscsi-lio-server-4.0.0/src/include/iscsi-lio-server/UI_dialogs.rb 
2018-01-16 03:49:18.0 +0100
+++ new/yast2-iscsi-lio-server-4.0.1/src/include/iscsi-lio-server/UI_dialogs.rb 
2018-01-30 08:45:53.0 +0100
@@ -14,7 +14,6 @@
 Yast.import 'Popup'
 Yast.import 'Wizard'
 Yast.import 'CWMFirewallInterfaces'
-Yast.import 'SuSEFirewall'
 Yast.import 'Service'
 Yast.import 'CWMServiceStart'
 Yast.import 'UI'
@@ -415,7 +414,7 @@
   @service = Yast::SystemdService.find("sshd.service")
   @service_status = ::UI::ServiceStatus.new(@service, reload_flag: true, 
reload_flag_label: :restart)
   @firewall_widget = ::CWM::WrapperWidget.new(
-  

commit gnuhealth-client for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package gnuhealth-client for 
openSUSE:Factory checked in at 2018-01-30 15:44:03

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


Package is "gnuhealth-client"

Tue Jan 30 15:44:03 2018 rev:2 rq:570778 version:3.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes
2018-01-06 18:55:43.708895231 +0100
+++ /work/SRC/openSUSE:Factory/.gnuhealth-client.new/gnuhealth-client.changes   
2018-01-30 15:44:16.634959055 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 09:22:30 UTC 2018 - tchva...@suse.com
+
+- Add emptly build phase to silence rpmlint
+- Drop python-rsvg require, the code does not include it
+
+---



Other differences:
--
++ gnuhealth-client.spec ++
--- /var/tmp/diff_new_pack.54v6sh/_old  2018-01-30 15:44:17.130935901 +0100
+++ /var/tmp/diff_new_pack.54v6sh/_new  2018-01-30 15:44:17.134935714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuhealth-client
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015-2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,9 +16,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define majorver 3.2
 Name:   gnuhealth-client
-
 Version:%{majorver}.5
 Release:0
 Summary:The client of the GNU Health Hospital system
@@ -36,7 +36,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-gtk
 BuildRequires:  python-python-dateutil
-BuildRequires:  python-rsvg
 BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 BuildRequires:  update-desktop-files
@@ -51,27 +50,28 @@
 Requires:   python-gtk
 Requires:   python-opencv
 Requires:   python-pytz
-Requires:   python-rsvg
 Requires:   python-setuptools
 Requires:   python-simplejson
 Requires:   python-xml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 #install Tryton or GNU Health Client
 Conflicts:  tryton
+BuildArch:  noarch
 
 %description
 The client of the GNU Health Hospital application
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
-cp %{S:2} .
+cp %{SOURCE2} .
 
 pwd
 cd %{name}/plugins/
 tar --strip-components 1 -xzvf %{SOURCE1}
 
+%build
+:
+
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
@@ -94,7 +94,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %doc COPYRIGHT COPYING COPYRIGHT Changelog




commit geekodoc for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package geekodoc for openSUSE:Factory 
checked in at 2018-01-30 15:44:40

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


Package is "geekodoc"

Tue Jan 30 15:44:40 2018 rev:5 rq:570858 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/geekodoc/geekodoc.changes2017-10-26 
18:46:20.962447736 +0200
+++ /work/SRC/openSUSE:Factory/.geekodoc.new/geekodoc.changes   2018-01-30 
15:44:42.045772769 +0100
@@ -1,0 +2,17 @@
+Tue Jan 30 07:23:22 UTC 2018 - thomas.schrai...@suse.com
+
+Release 1.0.1
+https://github.com/openSUSE/geekodoc/releases/tag/v1.0.1
+
+* Geekodoc
+  * Forbid xml:id on row and entry (#37)
+  * Allow affiliation inside author (#36)
+  * Forbid xml:id on remark (#32)
+  * Inconsistency between informalfigure and informaltable (#35)
+  * Allow sections (#34)
+
+* Novdoc
+  no changes
+
+
+---

Old:

  geekodoc-1.0.0.tar.gz

New:

  geekodoc-1.0.1.tar.gz



Other differences:
--
++ geekodoc.spec ++
--- /var/tmp/diff_new_pack.R4GOvN/_old  2018-01-30 15:44:42.705741959 +0100
+++ /var/tmp/diff_new_pack.R4GOvN/_new  2018-01-30 15:44:42.713741585 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geekodoc
 #
-# 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:   geekodoc
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:DocBook based RNG Schema for SUSE Documentation
 License:GPL-3.0

++ geekodoc-1.0.0.tar.gz -> geekodoc-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geekodoc-1.0.0/README.md new/geekodoc-1.0.1/README.md
--- old/geekodoc-1.0.0/README.md2017-10-26 11:23:32.0 +0200
+++ new/geekodoc-1.0.1/README.md2018-01-29 16:37:21.0 +0100
@@ -44,7 +44,7 @@
 1. Add the repository:
 
```
-   $ sudo zypper ar 
http://download.opensuse.org/repositories/home:/thomas-schraitle/openSUSE_Leap_42.1/home:thomas-schraitle.repo
+   $ sudo zypper ar 
https://download.opensuse.org/repositories/devel:/languages:/python/openSUSE_Leap_42.3/devel:languages:python.repo
```
 
 2. Install it:
@@ -114,3 +114,16 @@
$ trang geekodoc5-flat.rng geekodoc5-flat.rnc
```
 
+## Supporting Vim
+
+To work with RELAX NG and vim, you need a `.vim` file. This file
+is generated from the flat RNG schema.
+
+To extract all relevant information for Vim, use the `rng2vim` tool
+from https://github.com/jhradilek/rng2vim.
+
+```
+$ rng2vim geekodoc5-flat.rng geekodoc
+```
+
+The file `geekodoc.vim` can be used with vim.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geekodoc-1.0.0/geekodoc/rng/ChangeLog 
new/geekodoc-1.0.1/geekodoc/rng/ChangeLog
--- old/geekodoc-1.0.0/geekodoc/rng/ChangeLog   2017-10-26 11:23:32.0 
+0200
+++ new/geekodoc-1.0.1/geekodoc/rng/ChangeLog   2018-01-29 16:37:21.0 
+0100
@@ -1,4 +1,20 @@
 ---
+Mon Jan 29 16:32:00 UTC 2018 - t...@opensuse.org
+
+Created 1.0.1
+https://github.com/openSUSE/geekodoc/releases/tag/v1.0.1
+
+* Geekodoc
+  * Forbid xml:id on row and entry (#37)
+  * Allow affiliation inside author (#36)
+  * Forbid xml:id on remark (#32)
+  * Inconsistency between informalfigure and informaltable (#35)
+  * Allow sections (#34)
+
+* Novdoc
+  no changes
+
+---
 Thu Oct 26 11:20:00 UTC 2017 - t...@opensuse.org
 
 Created 1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/geekodoc-1.0.0/geekodoc/rng/geekodoc5-flat.rnc 
new/geekodoc-1.0.1/geekodoc/rng/geekodoc5-flat.rnc
--- old/geekodoc-1.0.0/geekodoc/rng/geekodoc5-flat.rnc  2017-10-26 
11:23:32.0 +0200
+++ new/geekodoc-1.0.1/geekodoc/rng/geekodoc5-flat.rnc  2018-01-29 
16:37:21.0 +0100
@@ -18,7 +18,7 @@
 s:ns [ uri = "http://docbook.org/ns/docbook; prefix = "db" ]
 s:ns [ uri = "http://www.w3.org/1999/xlink; prefix = "xlink" ]
 # Constants
-suse.schema.version = "5.1-subset GeekoDoc-1.0.0"
+suse.schema.version = "5.1-subset GeekoDoc-1.0.1"
 #
 div {
   div {
@@ -72,7 +72,7 @@
   db.xi.href.attribute =
 
 ## reference to your included source (absence of this attribute
-## means the same than href=""
+## means the same as href=""
 attribute href {
 

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

2018-01-30 Thread root
Hello community,

here is the log from the commit of package perl-Selenium-Remote-Driver for 
openSUSE:Factory checked in at 2018-01-30 15:44:30

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


Package is "perl-Selenium-Remote-Driver"

Tue Jan 30 15:44:30 2018 rev:7 rq:570839 version:1.23

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver/perl-Selenium-Remote-Driver.changes
  2018-01-24 15:29:42.952574887 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new/perl-Selenium-Remote-Driver.changes
 2018-01-30 15:44:37.853968460 +0100
@@ -1,0 +2,22 @@
+Tue Jan 30 05:59:42 UTC 2018 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
+
+  1.23   01-29-2018 TEODESIAN
+  [BUG FIXES]
+  - Fix issue on legacy chrome/driver with get/set window pos by 
forcing fallback to JSONWire methods.
+
+---
+Mon Jan 29 20:18:27 UTC 2018 - co...@suse.com
+
+- updated to 1.22
+   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
+
+  1.22   01-25-2018 TEODESIAN
+  [BUG FIXES]
+  - Fix issue where is_enabled() polyfill on WD3 servers was checking 
the wrong attribute.
+  - Fix issue where Firefox/Chrome capabilities were not correctly 
passed
+  - Make some JS polyfill failures non-fatal
+
+---

Old:

  Selenium-Remote-Driver-1.21.tar.gz

New:

  Selenium-Remote-Driver-1.23.tar.gz



Other differences:
--
++ perl-Selenium-Remote-Driver.spec ++
--- /var/tmp/diff_new_pack.ftsTGP/_old  2018-01-30 15:44:38.725927753 +0100
+++ /var/tmp/diff_new_pack.ftsTGP/_new  2018-01-30 15:44:38.729927567 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Selenium-Remote-Driver
-Version:1.21
+Version:1.23
 Release:0
 %define cpan_name Selenium-Remote-Driver
 Summary:Perl Client for Selenium Remote Driver

++ Selenium-Remote-Driver-1.21.tar.gz -> Selenium-Remote-Driver-1.23.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.21/Changes 
new/Selenium-Remote-Driver-1.23/Changes
--- old/Selenium-Remote-Driver-1.21/Changes 2018-01-20 03:21:00.0 
+0100
+++ new/Selenium-Remote-Driver-1.23/Changes 2018-01-30 02:47:10.0 
+0100
@@ -1,5 +1,15 @@
 Revision history for Selenium-Remote-Driver
 
+1.23   01-29-2018 TEODESIAN
+[BUG FIXES]
+- Fix issue on legacy chrome/driver with get/set window pos by forcing 
fallback to JSONWire methods.
+
+1.22   01-25-2018 TEODESIAN
+[BUG FIXES]
+- Fix issue where is_enabled() polyfill on WD3 servers was checking 
the wrong attribute.
+- Fix issue where Firefox/Chrome capabilities were not correctly passed
+- Make some JS polyfill failures non-fatal
+
 1.21   01-19-2018 TEODESIAN
 [NEW MAINTAINER]
 - George S. Baugh (@teodesian on github, TEODESIAN on CPAN) is now the 
maintainer.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Selenium-Remote-Driver-1.21/META.json 
new/Selenium-Remote-Driver-1.23/META.json
--- old/Selenium-Remote-Driver-1.21/META.json   2018-01-20 03:21:00.0 
+0100
+++ new/Selenium-Remote-Driver-1.23/META.json   2018-01-30 02:47:10.0 
+0100
@@ -107,123 +107,123 @@
"provides" : {
   "Selenium::ActionChains" : {
  "file" : "lib/Selenium/ActionChains.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::CanStartBinary" : {
  "file" : "lib/Selenium/CanStartBinary.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::CanStartBinary::FindBinary" : {
  "file" : "lib/Selenium/CanStartBinary/FindBinary.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::CanStartBinary::ProbePort" : {
  "file" : "lib/Selenium/CanStartBinary/ProbePort.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::Chrome" : {
  "file" : "lib/Selenium/Chrome.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::Firefox" : {
  "file" : "lib/Selenium/Firefox.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::Firefox::Binary" : {
  "file" : "lib/Selenium/Firefox/Binary.pm",
- "version" : "1.21"
+ "version" : "1.23"
   },
   "Selenium::Firefox::Profile" 

commit hackrf for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package hackrf for openSUSE:Factory checked 
in at 2018-01-30 15:43:43

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


Package is "hackrf"

Tue Jan 30 15:43:43 2018 rev:2 rq:570631 version:2018.01.1

Changes:

--- /work/SRC/openSUSE:Factory/hackrf/hackrf.changes2017-11-08 
15:10:32.369159087 +0100
+++ /work/SRC/openSUSE:Factory/.hackrf.new/hackrf.changes   2018-01-30 
15:44:05.723468453 +0100
@@ -1,0 +2,8 @@
+Mon Jan 29 13:22:57 UTC 2018 - mar...@gmx.de
+
+- Update to version 2017.01.01
+  * This is a firmware maintenance release that improves
+reliability of HackRF One when booting from the DFU bootloader.
+- Run spec-cleaner
+
+---

Old:

  hackrf-2017.02.1.tar.xz

New:

  hackrf-2018.01.1.tar.xz



Other differences:
--
++ hackrf.spec ++
--- /var/tmp/diff_new_pack.8s49ic/_old  2018-01-30 15:44:07.367391707 +0100
+++ /var/tmp/diff_new_pack.8s49ic/_new  2018-01-30 15:44:07.375391334 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hackrf
 #
-# 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 libname lib%{name}%{sover}
 %define hackrf_group  hackrf
 Name:   hackrf
-Version:2017.02.1
+Version:2018.01.1
 Release:0
 Summary:Support programs for the open source SDR hardware
 License:GPL-2.0
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(udev)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tools for HackRF, an open source hardware project to build a Software
@@ -106,7 +105,6 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc ../COPYING ../RELEASENOTES ../Readme.md ../TRADEMARK
 %{_bindir}/hackrf_cpldjtag
 %{_bindir}/hackrf_debug
@@ -116,21 +114,17 @@
 %{_bindir}/hackrf_transfer
 
 %files -n %{libname}
-%defattr(-,root,root)
 %{_libdir}/libhackrf.so.%{sover}*
 
 %files udev
-%defattr(-,root,root)
 %{_udevrulesdir}/53-hackrf.rules
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libhackrf.so
 %{_includedir}/libhackrf
 %{_libdir}/pkgconfig/libhackrf.pc
 
 %files firmware
-%defattr(-,root,root)
 %dir %{_datadir}/hackrf
 %{_datadir}/hackrf/firmware
 

++ hackrf-2017.02.1.tar.xz -> hackrf-2018.01.1.tar.xz ++
/work/SRC/openSUSE:Factory/hackrf/hackrf-2017.02.1.tar.xz 
/work/SRC/openSUSE:Factory/.hackrf.new/hackrf-2018.01.1.tar.xz differ: char 25, 
line 1




commit lyx for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2018-01-30 15:44:09

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


Package is "lyx"

Tue Jan 30 15:44:09 2018 rev:85 rq:570784 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-05-17 17:20:10.525664641 
+0200
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2018-01-30 
15:44:28.842389159 +0100
@@ -1,0 +2,14 @@
+Mon Jan 29 20:56:16 UTC 2018 - corne...@solcon.nl
+
+- Update to 2.3..0rc2:
+  This is a major feature release, with as major features:
+  * biblatex support
+  * improved quotation marks handling
+  * for more see: https://wiki.lyx.org/LyX/NewInLyX23
+- Make texlive-biber and texlive-bibtex8 recommends (because of
+  added biblatex support)
+- Clean up spec file: remove all references to older versions.
+  Because of the required automake version only Tumbleweed and 15
+  are supported.
+
+---

Old:

  lyx-2.2.3.tar.xz
  lyx-2.2.3.tar.xz.sig

New:

  lyx-2.3.0rc2.tar.xz
  lyx-2.3.0rc2.tar.xz.sig



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.hKD60k/_old  2018-01-30 15:44:29.642351814 +0100
+++ /var/tmp/diff_new_pack.hKD60k/_new  2018-01-30 15:44:29.646351627 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lyx
 #
-# 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 @@
 
 
 Name:   lyx
-Version:2.2.3
+Version:2.3.0
 Release:0
+%define rversion 2.3.0rc2
 Summary:WYSIWYM (What You See Is What You Mean) document processor
 License:GPL-2.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
+Source: 
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz
 Source1:lyxrc.dist
 Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
+Source3:
ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0rc2/lyx-%{rversion}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -43,12 +44,7 @@
 Requires:   ImageMagick
 Requires:   ghostscript
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1325
 BuildRequires:  libboost_signals-devel
-%else
-BuildRequires:  boost-devel
-%endif
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
@@ -59,14 +55,6 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
-%else
-BuildRequires:  libqt4-devel
-%endif
-%if 0%{?suse_version} < 1230
-Requires:   texlive-latex
-Recommends: texlive-xetex
-Recommends: xindy
-%else
 # Goal is to require/recommends (roughly) everything that is supported in the 
GUI of LyX
 # LyX can supoort everything of LaTeX in the preamble, but not everything is 
supported in the GUI
 # I have ingored extra fonts and document classes
@@ -74,6 +62,8 @@
 Recommends: texlive-algorithms
 Recommends: texlive-arabi
 Recommends: texlive-bezos
+Recommends: texlive-biber
+Recommends: texlive-bibtex8
 Recommends: texlive-bibtopic
 Recommends: texlive-braille
 Recommends: texlive-collection-fontsrecommended
@@ -110,11 +100,6 @@
 Recommends: texlive-picinpar
 Recommends: texlive-shapepar
 Recommends: texlive-sidecap
-# Only suggest biblatex/biber, because only the engine (biber) is supported in 
the GUI,
-# not biblatex itself (the only one that can use biber)
-Suggests:   texlive-biber
-Suggests:   texlive-bibtex8
-%endif
 
 %description
 LyX is a document processor that encourages an approach to writing
@@ -127,15 +112,14 @@
 document under "Help" on the menubar.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{rversion}
 
 %build
 #./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
+--enable-build-type=rel \
 --enable-qt5 \
-%endif
 --without-included-boost \
 --without-aspell \
 --with-hunspell \





commit gap for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package gap for openSUSE:Factory checked in 
at 2018-01-30 15:44:24

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


Package is "gap"

Tue Jan 30 15:44:24 2018 rev:3 rq:570791 version:4.8.9

Changes:

--- /work/SRC/openSUSE:Factory/gap/gap.changes  2018-01-23 13:47:44.860306360 
+0100
+++ /work/SRC/openSUSE:Factory/.gap.new/gap.changes 2018-01-30 
15:44:33.410175915 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 10:07:10 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to not include build time (boo#1047218)
+- Drop config.log that differed for each build
+
+---

New:

  reproducible.patch



Other differences:
--
++ gap.spec ++
--- /var/tmp/diff_new_pack.L2FFDN/_old  2018-01-30 15:44:35.298087780 +0100
+++ /var/tmp/diff_new_pack.L2FFDN/_new  2018-01-30 15:44:35.302087593 +0100
@@ -29,6 +29,7 @@
 Source3:%name-rpmlintrc
 Patch1: gap-final-dir.diff
 Patch2: gap-multiarch.diff
+Patch3: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -343,6 +344,7 @@
 %prep
 %setup -qn gap4r8
 %patch -P 1 -P 2 -p1
+%patch3 -p1
 
 %build
 rm -f bin/*.bat
@@ -427,7 +429,7 @@
 # Throw out autogenerated objects, but keep source (3rd-party pkgs make use of 
it).
 mkdir -p "$b/%gapdir";
 cp -a . "$b/%gapdir";
-rm -Rf "$b/%gapdir"/{autom4*,cnf,configu*,.hgignore,.travis.yml}
+rm -Rf 
"$b/%gapdir"/{autom4*,cnf,configu*,.hgignore,.travis.yml,config.log,bin/*/config.log}
 
 # RPM extras
 mkdir -p "$b/%_prefix/lib/rpm/macros.d"


++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2018-01-26
Subject: allow to override build date

to make package build reproducible

code was rewritten upstream

Index: gap4r8/cnf/mkversionheader.sh
===
--- gap4r8.orig/cnf/mkversionheader.sh
+++ gap4r8/cnf/mkversionheader.sh
@@ -10,7 +10,7 @@ if command -v git >/dev/null 2>&1 ; then
 GAP_BUILD_VERSION=`git describe --tags --dirty || echo`
   fi
 fi
-GAP_BUILD_DATE=`date +"%Y-%m-%d %H:%M:%S (%Z)"`
+GAP_BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+"%Y-%m-%d %H:%M:%S (%Z)"`
 
 # Generate the file
 cat > "$TMP" <

commit sigrok-firmware-fx2lafw for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package sigrok-firmware-fx2lafw for 
openSUSE:Factory checked in at 2018-01-30 15:44:19

Comparing /work/SRC/openSUSE:Factory/sigrok-firmware-fx2lafw (Old)
 and  /work/SRC/openSUSE:Factory/.sigrok-firmware-fx2lafw.new (New)


Package is "sigrok-firmware-fx2lafw"

Tue Jan 30 15:44:19 2018 rev:4 rq:570790 version:0.1.6

Changes:

--- 
/work/SRC/openSUSE:Factory/sigrok-firmware-fx2lafw/sigrok-firmware-fx2lafw.changes
  2017-07-21 22:45:08.008832795 +0200
+++ 
/work/SRC/openSUSE:Factory/.sigrok-firmware-fx2lafw.new/sigrok-firmware-fx2lafw.changes
 2018-01-30 15:44:32.346225585 +0100
@@ -1,0 +2,15 @@
+Sun Jan 28 18:28:32 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Update to version 0.1.6, upstream changes:
+ * Fix an issue with FX2 based logic analyzers that could cause non-working
+   and/or prematurely aborted acquisitions (bug #655).
+ * FX2 based logic analyzers will now toggle pin PA1 during acquisition,
+   and keep it high while idle. On fx2grok-tiny and fx2grok-flat devices
+   there's a LED connected to PA1. Thus, those devices will visually indicate
+   whether a firmware has been uploaded (LED will light up and stay like that
+   while the device is idle). During any acquisition the LED will blink.
+ * Refactor the oscilloscope code to avoid duplication (bug #984).
+ * Fix a 'make distclean' error.
+ * Fix a compiler warning with recent sdcc versions (e.g. v3.6.9).
+
+---

Old:

  sigrok-firmware-fx2lafw-0.1.5.tar.gz

New:

  sigrok-firmware-fx2lafw-0.1.6.tar.gz



Other differences:
--
++ sigrok-firmware-fx2lafw.spec ++
--- /var/tmp/diff_new_pack.vYEGlF/_old  2018-01-30 15:44:32.958197015 +0100
+++ /var/tmp/diff_new_pack.vYEGlF/_new  2018-01-30 15:44:32.962196829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sigrok-firmware-fx2lafw
 #
-# 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
@@ -21,7 +21,7 @@
 Group:  Hardware/Other
 
 Name:   sigrok-firmware-fx2lafw
-Version:0.1.5
+Version:0.1.6
 Release:0
 BuildArch:  noarch
 Url:http://sigrok.org

++ sigrok-firmware-fx2lafw-0.1.5.tar.gz -> 
sigrok-firmware-fx2lafw-0.1.6.tar.gz ++
 4689 lines of diff (skipped)




commit supportutils for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package supportutils for openSUSE:Factory 
checked in at 2018-01-30 15:44:16

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


Package is "supportutils"

Tue Jan 30 15:44:16 2018 rev:6 rq:570789 version:3.1

Changes:

--- /work/SRC/openSUSE:Factory/supportutils/supportutils.changes
2018-01-28 20:33:32.878540414 +0100
+++ /work/SRC/openSUSE:Factory/.supportutils.new/supportutils.changes   
2018-01-30 15:44:30.610306626 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 22:44:52 UTC 2018 - jason.rec...@suse.com
+
+- Includes X without display issue (bsc#1077813)
+- Fixes for Infiniband (bsc#1071294)
+- Using chrony for NTP (bsc#1077818)
+
+---



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  2018-01-26 18:25:27.973315708 
+0100
+++ new/supportutils-3.1/bin/supportconfig  2018-01-29 23:45:44.588258134 
+0100
@@ -1,7 +1,7 @@
 #!/bin/bash
 
-SVER='3.1-4.2'
-SDATE='2018 01 26'
+SVER='3.1-4.5'
+SDATE='2018 01 29'
 
 ##
 #  supportconfig - Gathers system troubleshooting information for SUSE Support
@@ -2214,6 +2214,61 @@
echolog Skipped
fi
;;
+   15*)
+   if rpm_verify $OF chrony
+   then
+   NTP_DAEMON=1
+   NTP_CRON=''
+   CONFFILE="/etc/chrony.conf"
+   log_cmd $OF "systemctl status chronyd.service"
+   FILES="$CONFFILE /etc/chrony.keys"
+   conf_files $OF $FILES
+   if log_cmd $OF "chronyc sources -v"
+   then
+   log_cmd $OF "chronyc sourcestats -v"
+   log_cmd $OF "chronyc tracking"
+   log_cmd $OF "chronyc activity"
+   else
+   NTP_DAEMON=0
+   fi
+   if [[ -d /etc/cron.d ]]; then
+   NTP_CRON=$(grep -i chronyd /etc/cron.d/* | cut 
-d\: -f1)
+   if [[ -n $NTP_CRON ]]; then
+   conf_files $OF $NTP_CRON
+   NTP_CRON=$(basename $NTP_CRON)
+   fi
+   fi
+   log_cmd $OF "timedatectl"
+   IPADDRS=$(egrep "^pool |^peer |^server " $CONFFILE | 
awk '{print $2}' | sort | uniq)
+   for IPADDR in $IPADDRS
+   do
+   ping_addr $OF 'NTP Server' $IPADDR
+   done
+   if [ -f $CONFFILE ]; then
+   log_write $OF 
"#___#"
+   log_write $OF "#[ Files Included in 
$CONFFILE ]#"
+   log_write $OF
+   for KEYNAME in driftfile
+   do
+   FILES=$(grep ^${KEYNAME} $CONFFILE | 
awk '{print $2}')
+   conf_files $OF $FILES
+   done
+   KEYNAME=logdir
+   LOGDIR=$(grep ^${KEYNAME} $CONFFILE | awk 
'{print $2}')
+   [[ -z "$LOGDIR" ]] && LOGDIR='/var/log/chrony/'
+   FILES=$(find -L $LOGDIR -type f)
+   test $ADD_OPTION_LOGS -gt 0 && log_files $OF 0 
$FILES || log_files $OF $VAR_OPTION_LINE_COUNT $FILES
+   FILES="/var/log/messages"
+   test $ADD_OPTION_LOGS -gt 0 && grep_log_files 
chrony $OF 0 $FILES || grep_log_files chrony $OF $VAR_OPTION_LINE_COUNT $FILES
+   if [[ -n $NTP_CRON ]]; then
+   test $ADD_OPTION_LOGS -gt 0 && 
grep_log_files $NTP_CRON $OF 0 $FILES || grep_log_files $NTP_CRON $OF 
$VAR_OPTION_LINE_COUNT $FILES
+   fi
+   fi
+   echolog Done
+   else
+   echolog Skipped
+   fi
+   ;;
   

commit easy-rsa for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package easy-rsa for openSUSE:Factory 
checked in at 2018-01-30 15:44:13

Comparing /work/SRC/openSUSE:Factory/easy-rsa (Old)
 and  /work/SRC/openSUSE:Factory/.easy-rsa.new (New)


Package is "easy-rsa"

Tue Jan 30 15:44:13 2018 rev:8 rq:570787 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes2017-10-26 
18:44:14.496350296 +0200
+++ /work/SRC/openSUSE:Factory/.easy-rsa.new/easy-rsa.changes   2018-01-30 
15:44:29.838342664 +0100
@@ -1,0 +2,8 @@
+Sun Jan 28 19:05:46 UTC 2018 - seroto...@gmail.com
+
+- Upgrade to version 3.0.4
+  * Remove use of egrep (#154)
+  * Finally(?) fix the subjectAltName issues (really fixes #168)
+- Improve RPM description
+
+---

Old:

  EasyRSA-3.0.3.tgz
  EasyRSA-3.0.3.tgz.sig

New:

  EasyRSA-3.0.4.tgz
  EasyRSA-3.0.4.tgz.sig



Other differences:
--
++ easy-rsa.spec ++
--- /var/tmp/diff_new_pack.hj9Ekj/_old  2018-01-30 15:44:30.342319136 +0100
+++ /var/tmp/diff_new_pack.hj9Ekj/_new  2018-01-30 15:44:30.346318950 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package easy-rsa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Stefan Jakobs.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   easy-rsa
-Version:3.0.3
+Version:3.0.4
 Release:0
 Summary:CLI utility to build and manage a PKI CA
 License:GPL-2.0
@@ -33,9 +33,9 @@
 BuildArch:  noarch
 
 %description
-easy-rsa is a CLI utility to build and manage a PKI CA. In laymen's terms,
-this means to create a root certificate authority, and request and sign
-certificates, including sub-CAs and certificate revokation lists (CRL).
+easy-rsa is a CLI utility to build and manage a Public Key Infrastructure
+(PKI). Once the Certificate Authority (CA) is created, you can request and sign
+certificates, including sub-CAs, and create Certificate Revokation Lists (CRL).
 
 %prep
 %setup -q -n EasyRSA-%{version}
@@ -47,7 +47,7 @@
 install -dm0755 %{buildroot}/%{_sysconfdir}/easy-rsa/
 install -dm0755 %{buildroot}/%{_sysconfdir}/easy-rsa/x509-types
 install -Dm0644 vars.example %{buildroot}/%{_sysconfdir}/easy-rsa/
-install -Dm0644 openssl-1.0.cnf 
%{buildroot}/%{_sysconfdir}/easy-rsa/openssl-1.0.cnf
+install -Dm0644 openssl-easyrsa.cnf %{buildroot}/%{_sysconfdir}/easy-rsa/
 install -Dm0644 x509-types/* %{buildroot}/%{_sysconfdir}/easy-rsa/x509-types/
 install -Dm0755 easyrsa %{buildroot}/%{_bindir}/easyrsa
 

++ EasyRSA-3.0.3.tgz -> EasyRSA-3.0.4.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EasyRSA-3.0.3/ChangeLog new/EasyRSA-3.0.4/ChangeLog
--- old/EasyRSA-3.0.3/ChangeLog 2015-09-03 01:54:57.0 +0200
+++ new/EasyRSA-3.0.4/ChangeLog 2018-01-21 16:37:25.0 +0100
@@ -1,5 +1,27 @@
 Easy-RSA 3 ChangeLog
 
+3.0.4 (TBD)
+* Remove use of egrep (#154)
+* Integrate with Travis-CI (#165)
+* Remove "local" from variable assignment (#165)
+* Other changes related to Travis-CI fixes
+   * Assign values to variables defined previously w/local
+* Finally(?) fix the subjectAltName issues I presented earlier (really
+fixes #168 
+
+3.0.3 (2017-08-22)
+* Include mktemp windows binary
+* copy CSR extensions into signed certificate
+
+
+3.0.2 (2017-08-21)
+* add missing windows binaries
+
+
+3.0.1 (2015-10-25)
+* correct some packaging errors
+
+
 3.0.0 (2015-09-07)
 
 * cab4a07 Fix typo: Hellman
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/EasyRSA-3.0.3/README.md new/EasyRSA-3.0.4/README.md
--- old/EasyRSA-3.0.3/README.md 1970-01-01 01:00:00.0 +0100
+++ new/EasyRSA-3.0.4/README.md 2018-01-21 16:37:25.0 +0100
@@ -0,0 +1,52 @@
+# Overview
+
+easy-rsa is a CLI utility to build and manage a PKI CA. In laymen's terms,
+this means to create a root certificate authority, and request and sign 
+certificates, including sub-CAs and certificate revocation lists (CRL).
+
+# Downloads
+
+If you are looking for release downloads, please see the releases section on
+GitHub. Releases are also available as source checkouts using named tags.
+
+# Documentation
+
+For 3.x project documentation and usage, see the 
[README.quickstart.md](README.quickstart.md) file or
+the more detailed docs under the doc/ directory. The .md files are in Markdown
+format and can be converted to html files as desired for release packages, or
+read as-is in plaintext.
+
+# Getting help using easy-rsa
+

commit zimg for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zimg for openSUSE:Factory checked in 
at 2018-01-30 15:43:54

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


Package is "zimg"

Tue Jan 30 15:43:54 2018 rev:24 rq:570773 version:2.7.2

Changes:

--- /work/SRC/openSUSE:Factory/zimg/zimg.changes2018-01-16 
09:42:52.868255182 +0100
+++ /work/SRC/openSUSE:Factory/.zimg.new/zimg.changes   2018-01-30 
15:44:13.515104704 +0100
@@ -1,0 +2,9 @@
+Mon Jan 29 20:40:37 UTC 2018 - 9+suse@cirno.systems
+
+- Update to 2.7.2
+  * graph: fix image corruption in certain conversions
+(introduced in 2.7)
+  * resize: fix AVX-512 horizontal resize with certain widths
+(introduced in 2.6)
+
+---

Old:

  release-2.7.1.tar.gz

New:

  release-2.7.2.tar.gz



Other differences:
--
++ zimg.spec ++
--- /var/tmp/diff_new_pack.la8WaX/_old  2018-01-30 15:44:14.351065677 +0100
+++ /var/tmp/diff_new_pack.la8WaX/_new  2018-01-30 15:44:14.351065677 +0100
@@ -18,7 +18,7 @@
 
 %define sover 2
 Name:   zimg
-Version:2.7.1
+Version:2.7.2
 Release:0
 Summary:Scaling, colorspace conversion, and dithering library
 License:WTFPL

++ release-2.7.1.tar.gz -> release-2.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zimg-release-2.7.1/ChangeLog 
new/zimg-release-2.7.2/ChangeLog
--- old/zimg-release-2.7.1/ChangeLog2018-01-14 00:39:46.0 +0100
+++ new/zimg-release-2.7.2/ChangeLog2018-01-20 03:58:48.0 +0100
@@ -1,3 +1,7 @@
+2.7.2
+graph: fix image corruption in certain conversions (introduced in 2.7)
+resize: fix AVX-512 horizontal resize with certain widths (introduced in 2.6)
+
 2.7.1
 colorspace: fix incorrect ST.428 primaries (introduced in 2.7)
 colorspace: preserve BTB/WTW when approximate_gamma is set
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zimg-release-2.7.1/configure.ac 
new/zimg-release-2.7.2/configure.ac
--- old/zimg-release-2.7.1/configure.ac 2018-01-14 00:39:46.0 +0100
+++ new/zimg-release-2.7.2/configure.ac 2018-01-20 03:58:48.0 +0100
@@ -1,4 +1,4 @@
-AC_INIT([zimg], [2.7.1], [https://github.com/sekrit-twc/zimg/pulls], [zimg], 
[https://github.com/sekrit-twc/zimg])
+AC_INIT([zimg], [2.7.2], [https://github.com/sekrit-twc/zimg/pulls], [zimg], 
[https://github.com/sekrit-twc/zimg])
 AC_CONFIG_MACRO_DIR([m4])
 
 : ${CFLAGS=""}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zimg-release-2.7.1/src/zimg/api/zimg.cpp 
new/zimg-release-2.7.2/src/zimg/api/zimg.cpp
--- old/zimg-release-2.7.1/src/zimg/api/zimg.cpp2018-01-14 
00:39:46.0 +0100
+++ new/zimg-release-2.7.2/src/zimg/api/zimg.cpp2018-01-20 
03:58:48.0 +0100
@@ -36,7 +36,7 @@
 thread_local zimg_error_code_e g_last_error = ZIMG_ERROR_SUCCESS;
 thread_local std::string g_last_error_msg;
 
-constexpr unsigned VERSION_INFO[] = { 2, 7, 1 };
+constexpr unsigned VERSION_INFO[] = { 2, 7, 2 };
 
 
 template 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zimg-release-2.7.1/src/zimg/graph/filtergraph.cpp 
new/zimg-release-2.7.2/src/zimg/graph/filtergraph.cpp
--- old/zimg-release-2.7.1/src/zimg/graph/filtergraph.cpp   2018-01-14 
00:39:46.0 +0100
+++ new/zimg-release-2.7.2/src/zimg/graph/filtergraph.cpp   2018-01-20 
03:58:48.0 +0100
@@ -123,6 +123,7 @@
 
 struct SimulationState {
unsigned pos;
+   unsigned cache_pos;
unsigned lines;
bool hit;
 };
@@ -297,8 +298,10 @@
m_cache_id = id;
}
 
-   void update_cache_state(SimulationState *state, unsigned n) const
+   void update_cache_state(SimulationState *state, unsigned first, 
unsigned last) const
{
+   unsigned n = std::max(state[get_cache_id()].cache_pos, last) - 
first;
+
if (n > state[get_cache_id()].lines) {
unsigned height = get_image_attributes().height;
unsigned mask = select_zimg_buffer_mask(n);
@@ -308,6 +311,8 @@
else
state[get_cache_id()].lines = mask + 1;
}
+
+   state[get_cache_id()].cache_pos = 
std::max(state[get_cache_id()].cache_pos, last);
}
 
void init_cache_context(ExecutionState::node_cache_state *ctx) const
@@ -430,7 +435,7 @@
 
state[get_id()].pos = pos;
state[get_id()].hit = true;
-   

commit rosegarden for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package rosegarden for openSUSE:Factory 
checked in at 2018-01-30 15:43:52

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


Package is "rosegarden"

Tue Jan 30 15:43:52 2018 rev:31 rq:570645 version:17.12

Changes:

--- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes2018-01-20 
11:28:07.684400406 +0100
+++ /work/SRC/openSUSE:Factory/.rosegarden.new/rosegarden.changes   
2018-01-30 15:44:12.303161283 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 14:35:23 UTC 2018 - sndir...@suse.com
+
+- removed unneeded 'BuildRequires: xorg-x11-util-devel' (bsc#1077489)
+
+---



Other differences:
--
++ rosegarden.spec ++
--- /var/tmp/diff_new_pack.0JXnBL/_old  2018-01-30 15:44:13.091124497 +0100
+++ /var/tmp/diff_new_pack.0JXnBL/_new  2018-01-30 15:44:13.095124311 +0100
@@ -56,7 +56,6 @@
 #BuildRequires:  pkgconfig(libxml++-2.6)
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-util-devel
 BuildRequires:  pkgconfig(libxml-2.0)
 Requires:   dssi
 Requires:   xsynth-dssi




commit tryton for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package tryton for openSUSE:Factory checked 
in at 2018-01-30 15:44:06

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


Package is "tryton"

Tue Jan 30 15:44:06 2018 rev:14 rq:570779 version:4.2.9

Changes:

--- /work/SRC/openSUSE:Factory/tryton/tryton.changes2017-12-14 
11:01:41.635418739 +0100
+++ /work/SRC/openSUSE:Factory/.tryton.new/tryton.changes   2018-01-30 
15:44:17.338926191 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 09:19:28 UTC 2018 - tchva...@suse.com
+
+- Do not pull in python-gnome-desktop package
+- Add null build phase to make rpmlint happy
+
+---



Other differences:
--
++ tryton.spec ++
--- /var/tmp/diff_new_pack.Lr76Rt/_old  2018-01-30 15:44:18.150888285 +0100
+++ /var/tmp/diff_new_pack.Lr76Rt/_new  2018-01-30 15:44:18.154888098 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tryton
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015-2016 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -36,7 +36,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-gtk
 BuildRequires:  python-python-dateutil
-BuildRequires:  python-rsvg
 BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson
 BuildRequires:  update-desktop-files
@@ -51,11 +50,9 @@
 Requires:   python-gtk
 Requires:   python-opencv
 Requires:   python-pytz
-Requires:   python-rsvg
 Requires:   python-setuptools
 Requires:   python-simplejson
 Requires:   python-xml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -72,8 +69,10 @@
 cd %{name}/plugins/
 tar --strip-components 1 -xzvf %{SOURCE1}
 
-%install
+%build
+:
 
+%install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 # menu-entry
@@ -95,7 +94,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %doc COPYRIGHT LICENSE README CHANGELOG




commit whois for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2018-01-30 15:43:47

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


Package is "whois"

Tue Jan 30 15:43:47 2018 rev:67 rq:570634 version:5.3.0

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2018-01-13 
21:47:00.715852567 +0100
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2018-01-30 
15:44:09.183306932 +0100
@@ -1,0 +2,8 @@
+Mon Jan 29 13:08:43 UTC 2018 - astie...@suse.com
+
+- whois 5.3.0:
+  * Implement querying for ip6.arpa domains
+  * Updat the .pr TLD servers
+  * Update the list of new gTLDs
+
+---

Old:

  whois_5.2.20.tar.xz

New:

  whois_5.3.0.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.iZdjy5/_old  2018-01-30 15:44:10.043266785 +0100
+++ /var/tmp/diff_new_pack.iZdjy5/_new  2018-01-30 15:44:10.047266598 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   whois
-Version:5.2.20
+Version:5.3.0
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+

++ whois.asc ++
--- /var/tmp/diff_new_pack.iZdjy5/_old  2018-01-30 15:44:10.087264731 +0100
+++ /var/tmp/diff_new_pack.iZdjy5/_new  2018-01-30 15:44:10.091264544 +0100
@@ -5,7 +5,7 @@
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.2.20
+Version: 5.3.0
 Maintainer: Marco d'Itri 
 Standards-Version: 4.1.2
 Vcs-Browser: https://github.com/rfc1036/whois
@@ -14,23 +14,23 @@
 Package-List:
  whois deb net standard arch=any
 Checksums-Sha1:
- a8f233158282fd99652b0db18dcef59578da69e4 82336 whois_5.2.20.tar.xz
+ d560013dc360134e34071e0f2c46b86b546b82af 82728 whois_5.3.0.tar.xz
 Checksums-Sha256:
- 6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009 82336 
whois_5.2.20.tar.xz
+ 4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723 82728 
whois_5.3.0.tar.xz
 Files:
- fb2ef193fb8a1f7c29271ee15e14c752 82336 whois_5.2.20.tar.xz
+ 2355e5f4d9b91d4ec5ab608c1ea37a9e 82728 whois_5.3.0.tar.xz
 
 -BEGIN PGP SIGNATURE-
 
-iQGzBAEBCgAdFiEEGBsIcS5ipP0URKfyK/WlwSLE96QFAlpDBPgACgkQK/WlwSLE
-96Safwv/Z+xTVxZAPxKlXSiU5BPhokSH7/8Gq1wsSqM7ducvpfcC6rnK6HZ1rsDf
-ohMD/wXDRttRe6YkubpTDhIKyHsOsIp6G1nuZ90jTKvs6pXZS8LcWFsU1vvWyW08
-jYvRCct28rQykkPKCkgtM8EvmRzMGj3lfVxt+ma1nYnislKrgOoficbLTn09TBK6
-768oC9fgrClGMRoOpKrmqnAcBcbEKzLROCZzDxPZX2kIL1UH7NYRDyAROo9P29Gy
-nA5t/h7u/3iJkwWaASqW5qNwaiAyEFjNlTxTlRXfuJxPL1P9k8DlQJ/fALav1H1B
-Q8IM8aS8gWe56fSVbktNDxfmqfKoGLPWAFFZOtDpWOjr4EYSh8fmGVoCA9PejFwN
-GnnUwc1FOM+tF+PQroQnFTx99m5JkOUcF52sVtiYgIZQlzulEOACnQamO9PXpmDj
-zKQQVuYdRegpCQJu3KfMgQe1d654O/j58XQZXFzOaWuiSOpc/Vf0lRGE0MfblVHc
-Swj734ss
-=bb8h
+iQGzBAEBCgAdFiEEGBsIcS5ipP0URKfyK/WlwSLE96QFAlpj3eUACgkQK/WlwSLE
+96QERgwAsN9vFqrHI34jyPF6wFqxMQ8mgOS+/qGF8W/0HVqXPNike1pQptam6wlj
+wvSFV0I0EdpfDsLYVgSPfo1EjLarqoCIy/yhX+RWVz/MfBhEhlHiKD0YOm9Y8ZsT
+Ni5GMR1wHotakUELg7Pm10EjVMvy8+ezz1KxAYPQoMfVdFRuN6tV83ik4B5AdZIz
+UM3obUy6UBYvlKQUYDP4qhA+9hJ+lkJ2kI7HV3MLI9LrdVyiAVVjWdAIzwubjeHg
+QmMkeP8W9XE8cZ0VkyIcCYJ5/n1mxF+0QfjvNcjJlC/iI2YKAQZqpkKnXTRZdmMv
+IaAxFOT/OfA1aTF4hx1m4yfPtnRtSU2rAqZu1UkKskjxz4gUT5swJyXGp0xWdEFc
+xkYmhgiHjiOqpM46JGSdHLPd5jSyYeT/rSIC+77ZdtmRKbzLy3RPDPmInw30CDG9
+WlwilBa/0RHIDlDeWZ60voIlbtTpjjzEeHZy6it5pNQaLeHbZ2H/ujzLxlU/aEgh
+j3CB/fe5
+=c3HB
 -END PGP SIGNATURE-


++ whois_5.2.20.tar.xz -> whois_5.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.2.20/Makefile new/whois-5.3.0/Makefile
--- old/whois-5.2.20/Makefile   2017-12-27 03:09:58.0 +0100
+++ new/whois-5.3.0/Makefile2018-01-21 01:23:45.0 +0100
@@ -33,6 +33,11 @@
 DEFS += -DLOCALEDIR=\"$(BASEDIR)$(prefix)/share/locale\"
 endif
 
+# libidn support has been autodetected since 5.2.18
+ifdef HAVE_LIBIDN
+$(error Please fix your build system to stop defining HAVE_LIBIDN!)
+endif
+
 ifeq ($(shell $(PKG_CONFIG) --exists 'libidn2 >= 2.0.3' || echo NO),)
 whois_LDADD += $(shell $(PKG_CONFIG) --libs libidn2)
 DEFS += -DHAVE_LIBIDN2 $(shell $(PKG_CONFIG) --cflags libidn2)
@@ -102,13 +107,8 @@
 
 ##
 afl:
-   $(MAKE) whois \
-   CC=afl-gcc AFL_HARDEN=1 \
-   HAVE_LIBIDN=1 HAVE_ICONV=1 DEFS=-DAFL_MODE=1
-
-afl2:
-   $(MAKE) whois \
-   HAVE_LIBIDN=1 HAVE_ICONV=1 DEFS=-DAFL_MODE=1
+   -rm -f Makefile.depend
+   DEFS=-DAFL_MODE=1 AFL_HARDEN=1 $(MAKE) whois CC=afl-gcc HAVE_ICONV=1
 
 afl-run:
nice afl-fuzz -i ../afl_in -o ../afl_out -- ./whois
diff -urN '--exclude=CVS' 

commit openCOLLADA for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package openCOLLADA for openSUSE:Factory 
checked in at 2018-01-30 15:43:35

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


Package is "openCOLLADA"

Tue Jan 30 15:43:35 2018 rev:27 rq:570622 version:1.6.62

Changes:

--- /work/SRC/openSUSE:Factory/openCOLLADA/openCOLLADA.changes  2017-06-16 
10:53:46.404029632 +0200
+++ /work/SRC/openSUSE:Factory/.openCOLLADA.new/openCOLLADA.changes 
2018-01-30 15:43:43.820490985 +0100
@@ -1,0 +2,17 @@
+Mon Jan 29 13:14:01 UTC 2018 - davejpla...@gmail.com
+
+- Update to version 1.6.62, removed incorporated
+  openCOLLADA-signed-char.patch.
+- Upstream changes:
+  *Add signed char keyword
+  *Expose COLLADASaxFWL::Loader string ID -> UniqueId map
+  *Export "Force to sleep" attribute.
+  *Consistent use of std::abs
+
+---
+Sun Jan 28 09:13:48 UTC 2018 - davejpla...@gmail.com
+
+- Remove conflicts with old libOpenCOLLADA0 to allow parallel
+  installation of different so versions.
+
+---

Old:

  OpenCOLLADA-1.6.51.tar.gz
  openCOLLADA-signed-char.patch

New:

  OpenCOLLADA-1.6.62.tar.gz



Other differences:
--
++ openCOLLADA.spec ++
--- /var/tmp/diff_new_pack.8Klm0O/_old  2018-01-30 15:43:44.968437394 +0100
+++ /var/tmp/diff_new_pack.8Klm0O/_new  2018-01-30 15:43:44.980436834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openCOLLADA
 #
-# 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
@@ -23,7 +23,7 @@
 %global upname OpenCOLLADA
 %global libname libopenCOLLADA
 Name:   openCOLLADA
-Version:1.6.51
+Version:1.6.62
 Release:0
 #1_%%{shortcommit}
 Summary:Collada 3D import and export libraries
@@ -40,7 +40,7 @@
 # PATCH-FIX-UPSTREAM link to required libraries
 # fixed in 1.6.51 Patch2: opencollada-no-undefined.patch
 # PATCH-FIX-UPSTREAM openCOLLADA-signed-char.patch 
gh#KhronosGroup/OpenCOLLADA#439 dims...@opensuse.org -- Use signed char; 'char' 
by itself depends on arch implementation
-Patch3: openCOLLADA-signed-char.patch
+#included openCOLLADA-signed-char.patch
 # PATCH-FIX-OPENSUSE openCOLLADA-no-daevalidator.patch davejpla...@gmail.com - 
Don't build DAEvalidator app.
 Patch4: openCOLLADA-no-daevalidator.patch
 BuildRequires:  cmake
@@ -69,7 +69,6 @@
 %package -n libftoa%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libftoa%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -79,7 +78,6 @@
 %package -n libbuffer%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libbuffer%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -89,7 +87,6 @@
 %package -n libGeneratedSaxParser%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libGeneratedSaxParser%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -102,7 +99,6 @@
 %package -n libMathMLSolver%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libMathMLSolver%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -112,7 +108,6 @@
 %package -n libOpenCOLLADABaseUtils%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libOpenCOLLADABaseUtils%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -125,7 +120,6 @@
 %package -n libOpenCOLLADAFramework%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libOpenCOLLADAFramework%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -137,7 +131,6 @@
 %package -n libOpenCOLLADASaxFrameworkLoader%{sfx}
 Summary:Collada 3D import and export libraries
 Group:  System/Libraries
-Conflicts:  libOpenCOLLADA0
 
 %description -n libOpenCOLLADASaxFrameworkLoader%{sfx}
 COLLADA is a XML schema that enables digital asset exchange within
@@ -151,7 +144,6 @@
 %package 

commit chromium for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2018-01-30 15:43:06

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


Package is "chromium"

Tue Jan 30 15:43:06 2018 rev:176 rq:570606 version:64.0.3282.119

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2018-01-28 
20:32:58.016168886 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2018-01-30 
15:43:08.582136086 +0100
@@ -1,0 +2,10 @@
+Mon Jan 29 13:07:38 UTC 2018 - tchva...@suse.com
+
+- Fix default page to not point to 404
+
+---
+Mon Jan 29 12:36:31 UTC 2018 - tchva...@suse.com
+
+- Install swiftshader objects too as they are needed
+
+---



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.6tIbUx/_old  2018-01-30 15:43:20.561576825 +0100
+++ /var/tmp/diff_new_pack.6tIbUx/_new  2018-01-30 15:43:20.565576638 +0100
@@ -583,9 +583,7 @@
 
 %install
 mkdir -p %{buildroot}%{_libdir}/chromium
-%ifarch x86_64
 mkdir -p %{buildroot}%{_libexecdir}/
-%endif
 mkdir -p %{buildroot}%{_bindir}
 install -m 755 %{SOURCE100} %{buildroot}%{_bindir}/chromium
 
@@ -608,6 +606,9 @@
 cp -a icudtl.dat %{buildroot}%{_libdir}/chromium/
 %endif
 
+mkdir -p %{buildroot}%{_libdir}/chromium/swiftshader
+cp -a swiftshader/*.so %{buildroot}%{_libdir}/chromium/swiftshader/
+
 # chromedriver
 cp -a chromedriver %{buildroot}%{_libdir}/chromium/
 
@@ -668,6 +669,8 @@
 %dir %{_datadir}/gnome-control-center
 %dir %{_datadir}/gnome-control-center/default-apps
 %{_libdir}/chromium/
+%dir %{_libdir}/chromium/swiftshader/
+%{_libdir}/chromium/swiftshader/*.so
 %{_datadir}/applications/*.desktop
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/chromium-browser.appdata.xml

++ master_preferences ++
--- /var/tmp/diff_new_pack.6tIbUx/_old  2018-01-30 15:43:20.729568982 +0100
+++ /var/tmp/diff_new_pack.6tIbUx/_new  2018-01-30 15:43:20.729568982 +0100
@@ -23,7 +23,7 @@
   },
   "first_run_tabs": [
  "https://www.opensuse.org/searchPage/;,
- "http://tools.google.com/chrome/intl/en/welcome.html;
+ "https://www.google.com/chrome/browser/welcome.html;
   ],
   "homepage": "https://www.opensuse.org/searchPage/;,
   "homepage_is_newtabpage": false




commit gstreamer-plugins-libav for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-01-30 15:43:01

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


Package is "gstreamer-plugins-libav"

Tue Jan 30 15:43:01 2018 rev:7 rq:570559 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2017-12-20 10:40:18.145084662 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-01-30 15:43:01.774453903 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 17:09:48 UTC 2018 - bjorn@gmail.com
+
+- Add conditional libavcodec.so(unrestricted) Requires, pull in the
+  full codecpack when installing package from third party repos who
+  build libavcodec.
+
+---



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.V9qAxN/_old  2018-01-30 15:43:02.386425333 +0100
+++ /var/tmp/diff_new_pack.V9qAxN/_new  2018-01-30 15:43:02.386425333 +0100
@@ -45,6 +45,9 @@
 Requires:   gstreamer >= %{version}
 Enhances:   gstreamer
 Supplements:packageand(%{name}:gstreamer)
+%if 0%{?BUILD_ORIG}
+Requires:   %(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libavcodec.so))(unrestricted)
+%endif
 
 %description
 GStreamer is a streaming media framework, based on graphs of filters which




commit digikam for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2018-01-30 15:42:54

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


Package is "digikam"

Tue Jan 30 15:42:54 2018 rev:167 rq:570509 version:5.8.0

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2018-01-19 
11:54:16.244647811 +0100
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2018-01-30 
15:42:56.186714767 +0100
@@ -1,0 +2,9 @@
+Thu Jan 18 23:17:51 UTC 2018 - nico.kru...@gmail.com
+
+- Add digikam-5.8.0.fix-db-migration-0001.patch (adapted to 5.8.0),
+  digikam-5.8.0.fix-db-migration-0002.patch,
+  digikam-5.8.0.fix-db-migration-0003.patch, and
+  digikam-5.8.0.fix-db-migration-0004.patch to fix MySQL DB
+  migration issues (kde#388824, kde#388867, kde#388977)
+
+---

New:

  digikam-5.8.0.fix-db-migration-0001.patch
  digikam-5.8.0.fix-db-migration-0002.patch
  digikam-5.8.0.fix-db-migration-0003.patch
  digikam-5.8.0.fix-db-migration-0004.patch



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.3AnAdP/_old  2018-01-30 15:43:00.006536439 +0100
+++ /var/tmp/diff_new_pack.3AnAdP/_new  2018-01-30 15:43:00.006536439 +0100
@@ -34,6 +34,14 @@
 Patch3: fix-italian-docs-with-older-kdoctools.patch
 # PATCH-FIX-UPSTREAM
 Patch4: fix-font-size-in-tooltips.patch
+# PATCH-FIX-UPSTREAM digikam-5.8.0.fix-db-migration-0001.patch -- fix MySQL DB 
migration issues (kde#388824, kde#388867, kde#388977)
+Patch5: digikam-5.8.0.fix-db-migration-0001.patch
+# PATCH-FIX-UPSTREAM
+Patch6: digikam-5.8.0.fix-db-migration-0002.patch
+# PATCH-FIX-UPSTREAM
+Patch7: digikam-5.8.0.fix-db-migration-0003.patch
+# PATCH-FIX-UPSTREAM
+Patch8: digikam-5.8.0.fix-db-migration-0004.patch
 #This pulls in QWebEngine, which is not available on ppc64
 %ifarch %ix86 x86_64 %arm aarch64 mips mips64
 BuildRequires:  akonadi-contact-devel
@@ -185,6 +193,14 @@
 %endif
 %patch4 -p1
 
+# DB migration fixes
+cd core
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+cd ..
+
 # 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')
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')

++ digikam-5.8.0.fix-db-migration-0001.patch ++
>From 5893fde69518d70904d2b96e13800c7432b4e4c4 Mon Sep 17 00:00:00 2001
From: Maik Qualmann 
Date: Mon, 15 Jan 2018 20:24:41 +0100
Subject: fix schema update from V7/8 to V9 with temporary tables BUGS: 388977
 BUGS: 388867 BUGS: 388824 FIXED-IN: 5.9.0

---
 data/database/dbconfig.xml.cmake.in | 154 +---
 2 files changed, 124 insertions(+), 30 deletions(-)

diff --git a/data/database/dbconfig.xml.cmake.in 
b/data/database/dbconfig.xml.cmake.in
index a315361..2c5008f 100644
--- a/data/database/dbconfig.xml.cmake.in
+++ b/data/database/dbconfig.xml.cmake.in
@@ -1992,8 +1992,6 @@
 END IF;
 END;
 
-SET SESSION 
OLD_ALTER_TABLE=1;
-SET SESSION 
FOREIGN_KEY_CHECKS=0;
 DROP TRIGGER IF EXISTS 
delete_image;
 DROP TRIGGER IF EXISTS 
delete_tag;
 DROP TRIGGER IF EXISTS 
move_tagstree;
@@ -2064,85 +2062,181 @@
 ALTER TABLE TagProperties MODIFY 
COLUMN value LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci;
 ALTER TABLE ImageTagProperties MODIFY 
COLUMN property TEXT CHARACTER SET utf8 COLLATE utf8_general_ci;
 ALTER TABLE ImageTagProperties MODIFY 
COLUMN value LONGTEXT CHARACTER SET utf8 COLLATE utf8_general_ci;
-ALTER IGNORE TABLE AlbumRoots
+
+RENAME TABLE AlbumRoots TO 
AlbumRoots_old;
+CREATE TABLE AlbumRoots LIKE 
AlbumRoots_old;
+ALTER TABLE AlbumRoots
 ADD UNIQUE (identifier(127), 
specificPath(128)),
 ENGINE InnoDB;
-ALTER IGNORE TABLE Albums
+INSERT IGNORE INTO AlbumRoots SELECT * 
FROM AlbumRoots_old;
+
+RENAME TABLE Albums TO 
Albums_old;
+CREATE TABLE Albums LIKE 
Albums_old;
+ALTER TABLE Albums
 ADD CONSTRAINT Albums_AlbumRoots 
FOREIGN KEY (albumRoot) REFERENCES AlbumRoots (id) ON DELETE CASCADE ON UPDATE 
CASCADE,
 ADD UNIQUE (albumRoot, 
relativePath(255)),
 

commit gap-digraphs for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package gap-digraphs for openSUSE:Factory 
checked in at 2018-01-30 15:43:04

Comparing /work/SRC/openSUSE:Factory/gap-digraphs (Old)
 and  /work/SRC/openSUSE:Factory/.gap-digraphs.new (New)


Package is "gap-digraphs"

Tue Jan 30 15:43:04 2018 rev:4 rq:570570 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/gap-digraphs/gap-digraphs.changes
2018-01-28 20:33:43.926024368 +0100
+++ /work/SRC/openSUSE:Factory/.gap-digraphs.new/gap-digraphs.changes   
2018-01-30 15:43:05.278290326 +0100
@@ -1,0 +2,14 @@
+Fri Jan 26 19:47:36 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Remove all transient build artifacts (e.g. config.log) to make
+  build reproducible
+- delete remaining sources and test assets
+
+---
+Fri Jan 26 18:15:27 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Add 0001-Drop-bad-include-of-x86intrin.h.patch
+  Remove unnecessary include of x86intrin.h, breaks compilation on
+  anything but x86.
+
+---

New:

  0001-Drop-bad-include-of-x86intrin.h.patch



Other differences:
--
++ gap-digraphs.spec ++
--- /var/tmp/diff_new_pack.0o4fY5/_old  2018-01-30 15:43:05.874262503 +0100
+++ /var/tmp/diff_new_pack.0o4fY5/_new  2018-01-30 15:43:05.878262316 +0100
@@ -26,7 +26,7 @@
 
 Source: 
https://www.gap-system.org/pub/gap/gap4/tar.bz2/packages/digraphs-%version.tar.bz2
 Patch1: digraphs-no-native.diff
-# Source contains a modified copy of bliss-0.73, so we cannot reuse bliss-devel
+Patch2: 0001-Drop-bad-include-of-x86intrin.h.patch
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gap-devel
@@ -42,7 +42,8 @@
 Suggests:   gap-gapdoc >= 1.5.1
 Suggests:   gap-grape >= 4.5
 Suggests:   gap-nautytracesinterface >= 0.2
-ExclusiveArch:  %ix86 x86_64
+# Source contains a modified copy of bliss-0.73, so we cannot reuse bliss-devel
+Provides:   bundled(bliss) = 0.73
 
 %description
 The Digraphs package is a GAP package containing methods for digraphs
@@ -50,7 +51,7 @@
 
 %prep
 %setup -qn digraphs-%version
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 autoreconf -fi
@@ -60,7 +61,11 @@
 
 %install
 find . -type f -name .dirstamp -print -delete
-rm -Rf autom4te.cache src m4 tst
+# delete tests and assets
+rm -Rf tst data/symmetric-closure.ds6.gz data/test-1.d6
+# delete sources and build artifacts, user is not expected to rebuild in 
distribution tree
+rm -Rf autom4te.cache src cnf config* m4 autogen.sh aclocal.m4 *.la Makefile*
+
 %gappkg_simple_install
 %fdupes %buildroot/%_prefix
 find %buildroot

++ 0001-Drop-bad-include-of-x86intrin.h.patch ++
>From 0ffdc3c3455a485768467a3f755ccaaa13f4f9b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Fri, 26 Jan 2018 19:14:51 +0100
Subject: [PATCH] Drop bad include of x86intrin.h
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Trying to include it does break compilation on anything but x86, and even
on x86 it is completely unnecessary, as builtins are "just there".

Signed-off-by: Stefan Brüns 
---
 src/homos.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/homos.h b/src/homos.h
index cdac4d1..e370fc8 100644
--- a/src/homos.h
+++ b/src/homos.h
@@ -15,7 +15,6 @@
 #include 
 #include 
 #include 
-#include 
 
 #include "bliss-0.73/bliss_C.h"
 #include "src/schreier-sims.h"
-- 
2.16.1




commit laszip for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package laszip for openSUSE:Factory checked 
in at 2018-01-30 15:42:45

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


Package is "laszip"

Tue Jan 30 15:42:45 2018 rev:3 rq:570380 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/laszip/laszip.changes2016-07-14 
09:44:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.laszip.new/laszip.changes   2018-01-30 
15:42:47.283130434 +0100
@@ -1,0 +2,19 @@
+Wed Jan 24 07:15:06 UTC 2018 - br...@ioda-net.ch
+
+- Packaging :
+  + Remove -test package and %check section, tests are no more
+autoincluded by upstream
+  + Adjust FLAGS laszip need -ldl, and be sure %optflags are used
+  + Create new liblas_api package
+  + Fix list of file
+  + Use %license if possible
+  + move to cmake build following upstream
+  + Added 0bf1c60.patch fixing .so loading
+
+- Update to 3.1.1 version. 
+  + sover change from 6 to 3
+  + 3.1.0 introduce support for LAZ 1.4
+  + New "dll" API replace previous API
+  + See all changes in Changelog
+
+---

Old:

  laszip-src-2.2.0.tar.bz2
  lgpl-2.1.txt

New:

  0bf1c60.patch
  laszip-src-3.1.1.tar.gz
  laszip-src-3.1.1.tar.gz.md5



Other differences:
--
++ laszip.spec ++
--- /var/tmp/diff_new_pack.3zbery/_old  2018-01-30 15:42:47.963098690 +0100
+++ /var/tmp/diff_new_pack.3zbery/_new  2018-01-30 15:42:47.971098316 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package laszip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann 
(tigerfoot)
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,16 +17,21 @@
 #
 
 
+#
+%define sover 3
+
 Name:   laszip
-Version:2.2.0
+Version:3.1.1
 Release:0
 Summary:Compression library supporting ASPRS LAS format data
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://www.laszip.org/
-Source0:
https://github.com/LASzip/LASzip/releases/download/v%{version}/laszip-src-%{version}.tar.bz2
-# Upstream issue pull request Update COPYING #10 on 2014-08-21
-Source2:lgpl-2.1.txt
+Source0:
https://github.com/LASzip/LASzip/releases/download/%{version}/laszip-src-%{version}.tar.gz
+Source1:
https://github.com/LASzip/LASzip/releases/download/%{version}/laszip-src-%{version}.tar.gz.md5
+# Upstream [PATCH] Load .so dll on non-apple
+Patch0: https://github.com/LASzip/LASzip/commit/0bf1c60.patch
+BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,11 +44,11 @@
 data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage 
of
 LASzip to read and write compressed data.
 
-%package test
-Summary:Test for %{name}
-Group:  Development/Libraries/C and C++
+%package -n lib%{name}%{sover}
+Summary:Library files for %{name}
+Group:  System/Libraries
 
-%description test
+%description -n lib%{name}%{sover}
 A free product of rapidlasso GmbH - quickly turns bulky LAS files into
 compact LAZ files without information loss. LASzip is a compression library 
that
 was developed by Martin Isenburg for compressing ASPRS LAS format data in his
@@ -52,27 +57,23 @@
 data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage 
of
 LASzip to read and write compressed data.
 
-This package contain only the laszippertest tool
+This package contain only the dynamic build.
 
-%package -n lib%{name}6
-Summary:Library files for %{name}
+%package -n lib%{name}_api%{sover}
+Summary:API library files for lib%{name}
+# Packager comment are we sure this api can live alone ?
+#Requires:   lib%%{name}%%{sover} = %%{version}
 Group:  System/Libraries
 
-%description -n lib%{name}6
-A free product of rapidlasso GmbH - quickly turns bulky LAS files into
-compact LAZ files without information loss. LASzip is a compression library 
that
-was developed by Martin Isenburg for compressing ASPRS LAS format data in his
-LAStools. It has been provided as an LGPL-licensed stand-alone software library
-to allow other softwares that handle LAS data to read and write 
LASzip-compressed
-data. The BSD-licensed libLAS and the LGPL-licensed LASlib can take advantage 
of
-LASzip to read and write compressed data.
-
+%description -n lib%{name}_api%{sover}
+API library for %{name}
 This package contain only the dynamic build.
 
 %package devel
 Summary:Development files for 

commit kopano-webapp for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package kopano-webapp for openSUSE:Factory 
checked in at 2018-01-30 15:42:43

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


Package is "kopano-webapp"

Tue Jan 30 15:42:43 2018 rev:6 rq:570231 version:3.4.4

Changes:

--- /work/SRC/openSUSE:Factory/kopano-webapp/kopano-webapp.changes  
2018-01-10 23:37:05.990584923 +0100
+++ /work/SRC/openSUSE:Factory/.kopano-webapp.new/kopano-webapp.changes 
2018-01-30 15:42:46.131184213 +0100
@@ -1,0 +2,23 @@
+Mon Jan 22 23:10:06 UTC 2018 - bo...@opensuse.org
+
+- Suggesting php-opcache (speeds up WebApp quite some)
+
+---
+Sat Jan 20 14:19:21 UTC 2018 - bo...@opensuse.org
+
+- Update to 3.4.4 final, improvements:
+  * KW-1098 Indicate in which calendar an appointment will be 
+created
+  * KW-2060 Make setdefaultsignature python 3 compatible
+  * KW-2204 Webapp opens the public store on every request
+  * KW-2205 Webapp lazy load settings
+  * KW-2218 Reduce timeout delay for showing suggestions
+  * KW- Add jenkinsfile for running tests in webapp repository
+  * KW-2230 Ship basic apparmor profiles
+- Bugfixes:
+  * KW-2091 Distribution list not shown as suggested recipient
+  * KW-2257 Uncaught type error after upgrade to webapp 3.4.3
+- Full changelog: 
+  https://documentation.kopano.io/kopano_changelog/webapp.html
+
+---

Old:

  kopano-webapp-3.4.3.tar.xz

New:

  kopano-webapp-3.4.4.tar.xz



Other differences:
--
++ kopano-webapp.spec ++
--- /var/tmp/diff_new_pack.tNXimO/_old  2018-01-30 15:42:47.007143318 +0100
+++ /var/tmp/diff_new_pack.tNXimO/_new  2018-01-30 15:42:47.011143132 +0100
@@ -20,7 +20,7 @@
 %define langdir %{_datadir}/%{name}/server/language
 %define plugindir %{_datadir}/%{name}/plugins
 Name:   kopano-webapp
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Improved WebApp for Kopano
 License:AGPL-3.0
@@ -36,6 +36,7 @@
 Requires:   php-mapi
 Requires:   php-openssl
 Requires:   php-zlib
+Suggests:   php-opcache
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %if 0%{?suse_version}
@@ -61,7 +62,7 @@
 Provides translations to the package %{name}.
 
 %package contactfax
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Contact fax plugin for kopano-webapp
 Group:  Productivity/Networking/Email/Clients
@@ -71,7 +72,7 @@
 field of the email.
 
 %package folderwidgets
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Folder widgets plugin for kopano-webapp
 Group:  Productivity/Networking/Email/Clients
@@ -81,7 +82,7 @@
 default folders for a user.
 
 %package gmaps
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Google Maps plugin for kopano-webapp
 Group:  Productivity/Networking/Email/Clients
@@ -90,7 +91,7 @@
 Shows contact address on Google Maps.
 
 %package pimfolder
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Plugin for kopano-webapp to quickly move mail into another 
folder
 Group:  Productivity/Networking/Email/Clients
@@ -99,7 +100,7 @@
 Kopano PIM plugin, allows you to set-up a folder quickly moving your mail to 
another folder; like "Archive" in GTD
 
 %package quickitems
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Quick Items plugin for kopano-webapp
 Group:  Productivity/Networking/Email/Clients
@@ -109,7 +110,7 @@
 Tasks and Notes.
 
 %package titlecounter
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Title counter plugin for kopano-webapp
 Group:  Productivity/Networking/Email/Clients
@@ -118,7 +119,7 @@
 Plugin to show number of unread messages in the window title.
 
 %package webappmanual
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Manual plugin for kopano-webapp
 Group:  Productivity/Networking/Email/Clients
@@ -127,7 +128,7 @@
 Plugin with manual for Kopano WebApp
 
 %package zdeveloper
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:Developer plugin for kopano-webapp
 Group:  Development/Tools/Debuggers

++ _service ++
--- /var/tmp/diff_new_pack.tNXimO/_old  2018-01-30 15:42:47.039141825 +0100
+++ /var/tmp/diff_new_pack.tNXimO/_new  2018-01-30 15:42:47.039141825 +0100
@@ -2,10 +2,10 @@

git

commit zathura-plugin-ps for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zathura-plugin-ps for 
openSUSE:Factory checked in at 2018-01-30 15:42:38

Comparing /work/SRC/openSUSE:Factory/zathura-plugin-ps (Old)
 and  /work/SRC/openSUSE:Factory/.zathura-plugin-ps.new (New)


Package is "zathura-plugin-ps"

Tue Jan 30 15:42:38 2018 rev:4 rq:569898 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/zathura-plugin-ps/zathura-plugin-ps.changes  
2017-05-29 22:19:40.667751761 +0200
+++ /work/SRC/openSUSE:Factory/.zathura-plugin-ps.new/zathura-plugin-ps.changes 
2018-01-30 15:42:38.495540686 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 14:22:56 UTC 2018 - mimi...@gmail.com
+
+- update to 0.2.5 
+* adapt to new plugin interface
+
+---

Old:

  zathura-ps-0.2.4.tar.gz

New:

  zathura-ps-0.2.5.tar.gz



Other differences:
--
++ zathura-plugin-ps.spec ++
--- /var/tmp/diff_new_pack.qWFnHS/_old  2018-01-30 15:42:39.715483732 +0100
+++ /var/tmp/diff_new_pack.qWFnHS/_new  2018-01-30 15:42:39.719483545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura-plugin-ps
 #
-# 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
@@ -18,19 +18,19 @@
 
 %define realname zathura-ps
 Name:   zathura-plugin-ps
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:PS support for zathura via libspectre
 License:Zlib
 Group:  Productivity/Office/Other
 Url:https://pwmt.org/projects/%{realname}/
 Source: 
https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(girara-gtk3)
 BuildRequires:  pkgconfig(libspectre)
 BuildRequires:  pkgconfig(zathura)
 Requires:   zathura
 Provides:   zathura-ps-plugin
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The zathura-ps plugin adds PostScript support to zathura by using the 
libspectre library.
@@ -47,11 +47,9 @@
 find %{buildroot} -name "*.desktop" -delete -print
 
 %post -n %{name} -p /sbin/ldconfig
-
 %postun -n %{name} -p /sbin/ldconfig
 
 %files -n %{name}
-%defattr(-,root,root)
 %doc AUTHORS LICENSE
 %dir %{_libdir}/zathura
 %{_libdir}/zathura/ps.so

++ zathura-ps-0.2.4.tar.gz -> zathura-ps-0.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-ps-0.2.4/Makefile 
new/zathura-ps-0.2.5/Makefile
--- old/zathura-ps-0.2.4/Makefile   2017-01-11 22:12:17.0 +0100
+++ new/zathura-ps-0.2.5/Makefile   2017-12-21 14:21:17.0 +0100
@@ -10,12 +10,6 @@
 OBJECTS  = ${SOURCE:.c=.o}
 DOBJECTS = ${SOURCE:.c=.do}
 
-ifneq "$(WITH_CAIRO)" "0"
-CPPFLAGS += -DHAVE_CAIRO
-INCS += $(CAIRO_INC)
-LIBS += $(CAIRO_LIB)
-endif
-
 CPPFLAGS += "-DVERSION_MAJOR=${VERSION_MAJOR}"
 CPPFLAGS += "-DVERSION_MINOR=${VERSION_MINOR}"
 CPPFLAGS += "-DVERSION_REV=${VERSION_REV}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-ps-0.2.4/config.mk 
new/zathura-ps-0.2.5/config.mk
--- old/zathura-ps-0.2.4/config.mk  2017-01-11 22:12:17.0 +0100
+++ new/zathura-ps-0.2.5/config.mk  2017-12-21 14:21:17.0 +0100
@@ -2,11 +2,11 @@
 
 VERSION_MAJOR = 0
 VERSION_MINOR = 2
-VERSION_REV = 4
+VERSION_REV = 5
 VERSION = ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}
 
 # minimum required zathura version
-ZATHURA_MIN_VERSION = 0.2.0
+ZATHURA_MIN_VERSION = 0.3.8
 ZATHURA_VERSION_CHECK ?= $(shell pkg-config 
--atleast-version=$(ZATHURA_MIN_VERSION) zathura; echo $$?)
 ZATHURA_GTK_VERSION ?= $(shell pkg-config --variable=GTK_VERSION zathura)
 
@@ -34,8 +34,8 @@
 PLUGINDIR = ${LIBDIR}/zathura
 endif
 
-INCS = ${GLIB_INC} ${SPECTRE_INC} ${GIRARA_INC} ${ZATHURA_INC}
-LIBS = ${GLIB_LIB} ${SPECTRE_LIB} ${GIRARA_LIB}
+INCS = ${GLIB_INC} ${SPECTRE_INC} ${GIRARA_INC} ${CAIRO_INC} ${ZATHURA_INC}
+LIBS = ${GLIB_LIB} ${SPECTRE_LIB} ${GIRARA_LIB} ${CAIRO_LIB}
 
 # compiler flags
 CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS)
@@ -46,9 +46,6 @@
 # debug
 DFLAGS ?= -g
 
-# build with cairo support?
-WITH_CAIRO ?= 1
-
 # compiler
 CC ?= gcc
 LD ?= ld
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-ps-0.2.4/document.c 
new/zathura-ps-0.2.5/document.c
--- old/zathura-ps-0.2.4/document.c 2017-01-11 22:12:17.0 +0100
+++ new/zathura-ps-0.2.5/document.c 2017-12-21 14:21:17.0 +0100
@@ -47,8 +47,9 @@
 }
 
 

commit zathura-plugin-pdf-poppler for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zathura-plugin-pdf-poppler for 
openSUSE:Factory checked in at 2018-01-30 15:42:34

Comparing /work/SRC/openSUSE:Factory/zathura-plugin-pdf-poppler (Old)
 and  /work/SRC/openSUSE:Factory/.zathura-plugin-pdf-poppler.new (New)


Package is "zathura-plugin-pdf-poppler"

Tue Jan 30 15:42:34 2018 rev:5 rq:569897 version:0.2.8

Changes:

--- 
/work/SRC/openSUSE:Factory/zathura-plugin-pdf-poppler/zathura-plugin-pdf-poppler.changes
2017-05-29 22:19:32.364924143 +0200
+++ 
/work/SRC/openSUSE:Factory/.zathura-plugin-pdf-poppler.new/zathura-plugin-pdf-poppler.changes
   2018-01-30 15:42:35.571677187 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 14:25:49 UTC 2018 - mimi...@gmail.com
+
+- update to 0.2.8
+* adapt to new plugin interface
+
+---

Old:

  zathura-pdf-poppler-0.2.7.tar.gz

New:

  zathura-pdf-poppler-0.2.8.tar.gz



Other differences:
--
++ zathura-plugin-pdf-poppler.spec ++
--- /var/tmp/diff_new_pack.d0C37z/_old  2018-01-30 15:42:36.151650111 +0100
+++ /var/tmp/diff_new_pack.d0C37z/_new  2018-01-30 15:42:36.155649925 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura-plugin-pdf-poppler
 #
-# 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,20 +18,20 @@
 
 %define realname zathura-pdf-poppler
 Name:   zathura-plugin-pdf-poppler
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:PDF support for zathura via poppler
 License:Zlib
 Group:  Productivity/Office/Other
 Url:https://pwmt.org/projects/%{realname}/
 Source: 
https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(girara-gtk3)
 BuildRequires:  pkgconfig(poppler-glib)
 BuildRequires:  pkgconfig(zathura)
 Requires:   zathura
 Provides:   zathura-pdf-poppler-plugin
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The zathura-pdf-poppler plugin adds PDF support to zathura by using the 
poppler rendering engine.
@@ -44,14 +44,13 @@
 make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
 
 %install
-%make_install LIBDIR=%{_libdir} SFLAGs=""
+%make_install APPDATAPREFIX=%{_datadir}/appdata LIBDIR=%{_libdir} SFLAGs=""
 find %{buildroot} -name '*.desktop' -delete -print
 
 %post -n %{name} -p /sbin/ldconfig
 %postun -n %{name} -p /sbin/ldconfig
 
 %files -n %{name}
-%defattr(-,root,root)
 %doc AUTHORS LICENSE
 %dir %{_libdir}/zathura
 %{_libdir}/zathura/pdf.so

++ zathura-pdf-poppler-0.2.7.tar.gz -> zathura-pdf-poppler-0.2.8.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-pdf-poppler-0.2.7/attachments.c 
new/zathura-pdf-poppler-0.2.8/attachments.c
--- old/zathura-pdf-poppler-0.2.7/attachments.c 2017-01-11 22:30:07.0 
+0100
+++ new/zathura-pdf-poppler-0.2.8/attachments.c 2017-12-21 14:20:53.0 
+0100
@@ -5,15 +5,16 @@
 #include "plugin.h"
 
 girara_list_t*
-pdf_document_attachments_get(zathura_document_t* document, PopplerDocument* 
poppler_document, zathura_error_t* error)
+pdf_document_attachments_get(zathura_document_t* document, void* data, 
zathura_error_t* error)
 {
-  if (document == NULL || poppler_document == NULL) {
+  if (document == NULL || data == NULL) {
 if (error != NULL) {
   *error = ZATHURA_ERROR_INVALID_ARGUMENTS;
 }
 return NULL;
   }
 
+  PopplerDocument* poppler_document = data;
   if (poppler_document_has_attachments(poppler_document) == FALSE) {
 girara_warning("PDF file has no attachments");
 if (error != NULL) {
@@ -22,8 +23,7 @@
 return NULL;
   }
 
-  girara_list_t* res = girara_sorted_list_new2((girara_compare_function_t) 
g_strcmp0,
-  (girara_free_function_t) g_free);
+  girara_list_t* res = girara_sorted_list_new2((girara_compare_function_t) 
g_strcmp0, g_free);
   if (res == NULL) {
 if (error != NULL) {
   *error = ZATHURA_ERROR_OUT_OF_MEMORY;
@@ -42,12 +42,13 @@
 
 zathura_error_t
 pdf_document_attachment_save(zathura_document_t* document,
-PopplerDocument* poppler_document, const char* attachmentname, const char* 
file)
+void* data, const char* attachmentname, const char* file)
 {
-  if (document == NULL || poppler_document == NULL) {
+  if (document == NULL || data == NULL) {
 return ZATHURA_ERROR_INVALID_ARGUMENTS;
   }
 
+  PopplerDocument* poppler_document = data;
   if 

commit zathura-plugin-djvu for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zathura-plugin-djvu for 
openSUSE:Factory checked in at 2018-01-30 15:42:32

Comparing /work/SRC/openSUSE:Factory/zathura-plugin-djvu (Old)
 and  /work/SRC/openSUSE:Factory/.zathura-plugin-djvu.new (New)


Package is "zathura-plugin-djvu"

Tue Jan 30 15:42:32 2018 rev:3 rq:569896 version:0.2.6

Changes:

--- /work/SRC/openSUSE:Factory/zathura-plugin-djvu/zathura-plugin-djvu.changes  
2016-02-24 14:26:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.zathura-plugin-djvu.new/zathura-plugin-djvu.changes 
2018-01-30 15:42:32.847804353 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 14:32:25 UTC 2018 - mimi...@gmail.com
+
+- update to 0.2.6 
+* adapt to new plugin interface
+
+---

Old:

  zathura-djvu-0.2.5.tar.gz

New:

  zathura-djvu-0.2.6.tar.gz



Other differences:
--
++ zathura-plugin-djvu.spec ++
--- /var/tmp/diff_new_pack.IwvBpN/_old  2018-01-30 15:42:33.395778770 +0100
+++ /var/tmp/diff_new_pack.IwvBpN/_new  2018-01-30 15:42:33.395778770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura-plugin-djvu
 #
-# 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
@@ -18,19 +18,19 @@
 
 %define realname zathura-djvu
 Name:   zathura-plugin-djvu
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Adds DjVu support to zathura by using the djvulibre library
 License:Zlib
 Group:  Productivity/Office/Other
 Url:http://pwmt.org/projects/zathura/plugins/zathura-djvu/
 Source: 
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ddjvuapi)
 BuildRequires:  pkgconfig(girara-gtk3)
 BuildRequires:  pkgconfig(zathura)
 Requires:   zathura
 Provides:   zathura-djvu-plugin
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The zathura-djvu plugin adds DjVu support to zathura by using the djvulibre 
library.
@@ -47,11 +47,9 @@
 find %{buildroot} -name '*.desktop' -delete -print
 
 %post -n %{name} -p /sbin/ldconfig
-
 %postun -n %{name} -p /sbin/ldconfig
 
 %files -n %{name}
-%defattr(-,root,root)
 %doc AUTHORS LICENSE
 %dir %{_libdir}/zathura
 %{_libdir}/zathura/djvu.so

++ zathura-djvu-0.2.5.tar.gz -> zathura-djvu-0.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-djvu-0.2.5/LICENSE 
new/zathura-djvu-0.2.6/LICENSE
--- old/zathura-djvu-0.2.5/LICENSE  2015-12-22 23:47:18.0 +0100
+++ new/zathura-djvu-0.2.6/LICENSE  2017-01-11 22:09:55.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2012 pwmt.org
+Copyright (c) 2010-2017 pwmt.org
 
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-djvu-0.2.5/Makefile 
new/zathura-djvu-0.2.6/Makefile
--- old/zathura-djvu-0.2.5/Makefile 2015-12-22 23:47:18.0 +0100
+++ new/zathura-djvu-0.2.6/Makefile 2017-01-11 22:09:55.0 +0100
@@ -5,8 +5,8 @@
 
 PROJECT  = zathura-djvu
 PLUGIN   = djvu
-SOURCE   = $(shell find . -iname "*.c")
-HEADER   = $(shell find . -iname "*.h")
+SOURCE   = $(sort $(wildcard *.c))
+HEADER   = $(sort $(wildcard *.h))
 OBJECTS  = ${SOURCE:.c=.o}
 DOBJECTS = ${SOURCE:.c=.do}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-djvu-0.2.5/config.mk 
new/zathura-djvu-0.2.6/config.mk
--- old/zathura-djvu-0.2.5/config.mk2015-12-22 23:47:18.0 +0100
+++ new/zathura-djvu-0.2.6/config.mk2017-01-11 22:09:55.0 +0100
@@ -2,7 +2,7 @@
 
 VERSION_MAJOR = 0
 VERSION_MINOR = 2
-VERSION_REV = 5
+VERSION_REV = 6
 VERSION = ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}
 
 # minimum required zathura version
@@ -43,6 +43,9 @@
 # compiler flags
 CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length -Wextra 
$(INCS)
 
+# linker flags
+LDFLAGS += -fPIC
+
 # debug
 DFLAGS ?= -g
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-djvu-0.2.5/djvu.h 
new/zathura-djvu-0.2.6/djvu.h
--- old/zathura-djvu-0.2.5/djvu.h   2015-12-22 23:47:18.0 +0100
+++ new/zathura-djvu-0.2.6/djvu.h   2017-01-11 22:09:55.0 +0100
@@ -24,7 +24,7 @@
  * Open a DjVU document
  *
  * @param 

commit zathura-plugin-cb for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zathura-plugin-cb for 
openSUSE:Factory checked in at 2018-01-30 15:42:30

Comparing /work/SRC/openSUSE:Factory/zathura-plugin-cb (Old)
 and  /work/SRC/openSUSE:Factory/.zathura-plugin-cb.new (New)


Package is "zathura-plugin-cb"

Tue Jan 30 15:42:30 2018 rev:3 rq:569895 version:0.1.6

Changes:

--- /work/SRC/openSUSE:Factory/zathura-plugin-cb/zathura-plugin-cb.changes  
2016-02-24 14:26:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.zathura-plugin-cb.new/zathura-plugin-cb.changes 
2018-01-30 15:42:32.179835537 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 14:30:51 UTC 2018 - mimi...@gmail.com
+
+- update to 0.1.6
+* adapt to new plugin interface
+
+---

Old:

  zathura-cb-0.1.5.tar.gz

New:

  zathura-cb-0.1.6.tar.gz



Other differences:
--
++ zathura-plugin-cb.spec ++
--- /var/tmp/diff_new_pack.YjcPQM/_old  2018-01-30 15:42:32.691811636 +0100
+++ /var/tmp/diff_new_pack.YjcPQM/_new  2018-01-30 15:42:32.695811448 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura-plugin-cb
 #
-# 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
@@ -18,19 +18,19 @@
 
 %define realname zathura-cb
 Name:   zathura-plugin-cb
-Version:0.1.5
+Version:0.1.6
 Release:0
 Summary:Adds comic book support to zathura
 License:Zlib
 Group:  Productivity/Office/Other
 Url:http://pwmt.org/projects/zathura/plugins/zathura-cb/
 Source: 
http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(girara-gtk3)
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(zathura)
 Requires:   zathura
 Provides:   zathura-cb-plugin
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The zathura-cb plugin adds comic book support to zathura.
@@ -47,11 +47,9 @@
 find %{buildroot} -name '*.desktop' -delete -print
 
 %post -n %{name} -p /sbin/ldconfig
-
 %postun -n %{name} -p /sbin/ldconfig
 
 %files -n %{name}
-%defattr(-,root,root)
 %doc AUTHORS LICENSE
 %dir %{_libdir}/zathura
 %{_libdir}/zathura/cb.so

++ zathura-cb-0.1.5.tar.gz -> zathura-cb-0.1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-cb-0.1.5/LICENSE new/zathura-cb-0.1.6/LICENSE
--- old/zathura-cb-0.1.5/LICENSE2015-12-22 23:44:56.0 +0100
+++ new/zathura-cb-0.1.6/LICENSE2017-01-11 22:34:41.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2013 pwmt.org
+Copyright (c) 2012-2017 pwmt.org
 
 This software is provided 'as-is', without any express or implied
 warranty. In no event will the authors be held liable for any damages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-cb-0.1.5/Makefile 
new/zathura-cb-0.1.6/Makefile
--- old/zathura-cb-0.1.5/Makefile   2015-12-22 23:44:56.0 +0100
+++ new/zathura-cb-0.1.6/Makefile   2017-01-11 22:34:41.0 +0100
@@ -5,8 +5,8 @@
 
 PROJECT  = zathura-cb
 PLUGIN   = cb
-SOURCE   = $(wildcard *.c)
-HEADER   = $(wildcard *.h)
+SOURCE   = $(sort $(wildcard *.c))
+HEADER   = $(sort $(wildcard *.h))
 OBJECTS  = ${SOURCE:.c=.o}
 DOBJECTS = ${SOURCE:.c=.do}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-cb-0.1.5/config.mk 
new/zathura-cb-0.1.6/config.mk
--- old/zathura-cb-0.1.5/config.mk  2015-12-22 23:44:56.0 +0100
+++ new/zathura-cb-0.1.6/config.mk  2017-01-11 22:34:41.0 +0100
@@ -2,7 +2,7 @@
 
 VERSION_MAJOR = 0
 VERSION_MINOR = 1
-VERSION_REV = 5
+VERSION_REV = 6
 VERSION = ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}
 
 # minimum required zathura version
@@ -42,9 +42,12 @@
 PLUGINDIR = ${LIBDIR}/zathura
 endif
 
-# flags
+# compiler flags
 CFLAGS += -std=c11 -fPIC -pedantic -Wall -Wno-format-zero-length $(INCS)
 
+# linker flags
+LDFLAGS += -fPIC
+
 # debug
 DFLAGS ?= -g
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-cb-0.1.5/plugin.h 
new/zathura-cb-0.1.6/plugin.h
--- old/zathura-cb-0.1.5/plugin.h   2015-12-22 23:44:56.0 +0100
+++ new/zathura-cb-0.1.6/plugin.h   2017-01-11 22:34:41.0 +0100
@@ -18,7 +18,7 @@
  * Opens a new document
  *
  * @param document The document
- * @return ZATHURA_ERROR_OK if no error occured
+ * @return ZATHURA_ERROR_OK 

commit kstars for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2018-01-30 15:42:23

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


Package is "kstars"

Tue Jan 30 15:42:23 2018 rev:91 rq:569866 version:2.9.1

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2018-01-19 
11:52:01.610993164 +0100
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2018-01-30 
15:42:27.852037582 +0100
@@ -1,0 +2,16 @@
+Sat Jan 20 16:43:31 UTC 2018 - wba...@tmo.at
+
+- Update to 2.9.1
+  * 
http://knro.blogspot.co.at/2018/01/kstars-291-is-off-to-fantastic-start-in.html
+  * Easier to set Park Position
+  * Additional PHD 2 Support
+  * Drift Graphics Updates
+  * New 3D Star Profile and Data Visualization Tool
+  * Bugfixes and other improvements
+- Add fix-build-with-gcc48.patch to make it build with gcc 4.8 on
+  Leap 42
+- Build with Qt5DataVisualization (new in Qt 5.7) on Tumbleweed and
+  Leap 15 to enable the new "3D Star Profile and Data Visualization
+  Tool"
+
+---

Old:

  kstars-2.8.9.tar.xz

New:

  fix-build-with-gcc48.patch
  kstars-2.9.1.tar.xz



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.0mXNwf/_old  2018-01-30 15:42:30.135930957 +0100
+++ /var/tmp/diff_new_pack.0mXNwf/_new  2018-01-30 15:42:30.135930957 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kstars
 #
-# 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 lang
 
 Name:   kstars
-Version:2.8.9
+Version:2.9.1
 Release:0
 Summary:Desktop Planetarium
 # Note for legal: the Apache licensed files in the tarball are for the
@@ -32,6 +32,8 @@
 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
+# PATCH-FIX-UPSTREAM
+Patch1: fix-build-with-gcc48.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  cfitsio-devel
 BuildRequires:  eigen3-devel
@@ -59,6 +61,9 @@
 BuildRequires:  xplanet
 BuildRequires:  cmake(KF5NotifyConfig)
 BuildRequires:  pkgconfig(Qt5Concurrent)
+%if 0%{?suse_version} > 1320
+BuildRequires:  pkgconfig(Qt5DataVisualization)
+%endif
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
@@ -86,6 +91,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %ifarch ppc ppc64
@@ -98,7 +104,22 @@
 %kf5_makeinstall -C build
 %if %{with lang}
   %find_lang %{name} --with-man --all-name
+  %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120300
   %kf5_find_htmldocs
+  %else
+  # %%kf5_find_htmldocs is only defined since Leap 42.3
+  CURDIR=`pwd`
+  pushd %{buildroot}%{_kf5_htmldir}
+  for i in *; do
+if ! [ -d "/usr/share/locale/${i}" ]; then
+echo "Removing unsupported translation %{_kf5_htmldir}/${i}"
+rm -rf "$i"
+elif [ "$i" != "en" ]; then
+echo "%doc %lang($i) %{_kf5_htmldir}/${i}" >> $CURDIR/%{name}.lang
+fi
+  done
+  popd
+  %endif
 %endif
 
 # Remove static library

++ fix-build-with-gcc48.patch ++
>From 8f798a5750e6028a4dfa74a481593e01b055bcf3 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Wed, 24 Jan 2018 19:45:15 +0100
Subject: [PATCH] Fix build with gcc 4.8

When building current kstars with gcc 4.8, the build fails with errors
like this:
error: no matching function for call to
'ProfileWizard::connect(QPointer&, void
(QProgressDialog::*)(),
ProfileWizard::detectStellarMate()::__lambda220)'

See also https://bugreports.qt.io/browse/QTBUG-48988

This patch fixes it, similar as in other applications, e.g.
https://cgit.kde.org/kdevelop.git/commit/?h=5.2=6d5bdbba0a04d7180bda1f6bb47acb386575a561

Differential Revision: https://phabricator.kde.org/D10086
---
 kstars/ekos/align/offlineastrometryparser.cpp | 2 +-
 kstars/ekos/profilewizard.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kstars/ekos/align/offlineastrometryparser.cpp 
b/kstars/ekos/align/offlineastrometryparser.cpp
index 93e1edc9b..61651da42 100644
--- a/kstars/ekos/align/offlineastrometryparser.cpp
+++ b/kstars/ekos/align/offlineastrometryparser.cpp
@@ -280,7 +280,7 @@ bool OfflineAstrometryParser::startSovler(const QString 
, const 

commit zathura for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2018-01-30 15:42:27

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


Package is "zathura"

Tue Jan 30 15:42:27 2018 rev:8 rq:569894 version:0.3.8

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2017-02-09 
11:15:32.587686384 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2018-01-30 
15:42:31.299876619 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 14:13:33 UTC 2018 - mimi...@gmail.com
+
+- update to 0.3.8
+* Fix memory leaks
+* Rework plugin initialization
+
+---

Old:

  zathura-0.3.7.tar.gz

New:

  zathura-0.3.8.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.wErPF6/_old  2018-01-30 15:42:31.883849356 +0100
+++ /var/tmp/diff_new_pack.wErPF6/_new  2018-01-30 15:42:31.883849356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# 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:   zathura
-Version:0.3.7
+Version:0.3.8
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib
@@ -25,30 +25,28 @@
 Url:http://pwmt.org/projects/zathura/
 Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.4
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.8
 BuildRequires:  pkgconfig(sqlite3)
-%if 0%{?suse_version} >= 1330
-BuildRequires:  pkgconfig(synctex)
-%endif
-Requires(post): update-desktop-files
-Requires(postun): update-desktop-files
 Recommends: %{name}-lang
 Recommends: zathura-pdf-poppler-plugin
 Suggests:   zathura-cb-plugin
 Suggests:   zathura-djvu-plugin
 Suggests:   zathura-ps-plugin
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(synctex)
+%endif
 
 %description
 zathura is a highly customizable and functional document viewer. It provides
 a minimalistic and space saving interface as well as an easy usage that mainly
 focuses on keyboard interaction.
 
+
 %package devel
 Summary:Development files for zathura
 Group:  Development/Libraries/GNOME
-Requires:   %{name} == %{version}
+Requires:   %{name} = %{version}
 
 %description devel
 Development and Header files for package zathura
@@ -64,33 +62,24 @@
 make WITH_SQLITE=1 %{?_smp_mflags} COLOR=0 VERBOSE=1 SFLAGS=""
 
 %install
-%make_install LIBDIR=%{_libdir} COLOR=0 SFLAGS=""
+%make_install LIBDIR=%{_libdir} APPDATAPREFIX=%{_datadir}/appdata COLOR=0 
SFLAGS=""
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
-%defattr(-,root,root)
 %doc README LICENSE AUTHORS
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml
-%{_mandir}/man1/%{name}.1.*
-%{_mandir}/man5/%{name}rc.5.*
+%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man5/%{name}rc.5%{ext_man}
 
 %files devel
-%defattr (-,root,root,-)
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ zathura-0.3.7.tar.gz -> zathura-0.3.8.tar.gz ++
 14600 lines of diff (skipped)




commit girara for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package girara for openSUSE:Factory checked 
in at 2018-01-30 15:42:25

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


Package is "girara"

Tue Jan 30 15:42:25 2018 rev:7 rq:569893 version:0.2.8

Changes:

--- /work/SRC/openSUSE:Factory/girara/girara.changes2017-02-09 
11:15:42.338309070 +0100
+++ /work/SRC/openSUSE:Factory/.girara.new/girara.changes   2018-01-30 
15:42:30.343921248 +0100
@@ -1,0 +2,11 @@
+Fri Jan 26 13:45:23 UTC 2018 - mimi...@gmail.com
+
+- update to 0.2.7
+- respect optflags
+- spec-cleaned
+* Adopt CSS to newer GTK+ 3 releases
+* Remove obsolete features
+* Update translations
+* Various fixes and improvments
+
+---

Old:

  girara-0.2.7.tar.gz

New:

  girara-0.2.8.tar.gz



Other differences:
--
++ girara.spec ++
--- /var/tmp/diff_new_pack.HJJzFO/_old  2018-01-30 15:42:30.903895105 +0100
+++ /var/tmp/diff_new_pack.HJJzFO/_new  2018-01-30 15:42:30.907894918 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girara
 #
-# 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,9 +17,9 @@
 
 
 %define libname libgirara-gtk3
-%define so_ver  2
+%define so_ver  3
 Name:   girara
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:Graphical user interface library
 License:Zlib
@@ -27,10 +27,12 @@
 Url:http://pwmt.org/projects/girara
 Source0:
http://pwmt.org/projects/girara/download/%{name}-%{version}.tar.gz
 BuildRequires:  gettext
+BuildRequires:  libxml2-tools
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libnotify)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 girara is a library that implements a user interface that focuses on
@@ -72,28 +74,27 @@
 %setup -q
 
 %build
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags} COLOR=0 VERBOSE=1
 
 %install
 make install \
DESTDIR=%{buildroot} \
LIBDIR=%{_libdir} \
-   COLOR=0
+   COLOR=0 \
+VERBOSE=1
 
 %find_lang %{libname}-%{so_ver}
 find %{buildroot} -name '*.*a' -delete -print
 
 %post -n %{libname}-%{so_ver} -p /sbin/ldconfig
-
 %postun-n %{libname}-%{so_ver} -p /sbin/ldconfig
 
 %files -n %{libname}-%{so_ver} -f %{libname}-%{so_ver}.lang
-%defattr(-,root,root)
 %doc LICENSE README
 %{_libdir}/libgirara-gtk3.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libgirara-gtk3.so
 %{_includedir}/girara
 %{_libdir}/pkgconfig/girara-gtk3.pc

++ girara-0.2.7.tar.gz -> girara-0.2.8.tar.gz ++
 5035 lines of diff (skipped)




commit javapackages-tools for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package javapackages-tools for 
openSUSE:Factory checked in at 2018-01-30 15:41:50

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


Package is "javapackages-tools"

Tue Jan 30 15:41:50 2018 rev:15 rq:570501 version:5.0.0+git20180104.9367c8f6

Changes:

--- 
/work/SRC/openSUSE:Factory/javapackages-tools/javapackages-tools-extras.changes 
2017-05-31 13:32:26.337553435 +0200
+++ 
/work/SRC/openSUSE:Factory/.javapackages-tools.new/javapackages-tools-extras.changes
2018-01-30 15:41:51.437737609 +0100
@@ -1,0 +2,19 @@
+Mon Jan 22 09:31:20 UTC 2018 - tchva...@suse.com
+
+- Update to version 5.0.0+git20180104.9367c8f6:
+  * [java-functions] Avoid colons in jar names
+  * Workaround for SCL enable scripts not working with -e
+  * Second argument to pom_xpath_inject is mandatory
+  * [mvn_artifact] Provide more helpful error messages
+  * Fix traceback on corrupt zipfile
+  * [test] Add reproducer for rhbz#1481005
+  * [spec] Fix default JRE path
+  * [readme] Fix typo
+  * Add initial content to README.md (#21)
+  * Decouple JAVA_HOME setting from java command alternatives
+- Rebase patches:
+  * python-optional.patch
+  * suse-use-libdir.patch
+- Drop merged patch fix-abs2rel.patch
+
+---
javapackages-tools.changes: same change

Old:

  fix-abs2rel.patch
  javapackages-4.7.0+git20170331.ef4057e7.tar.xz

New:

  javapackages-5.0.0+git20180104.9367c8f6.tar.xz



Other differences:
--
++ javapackages-tools-extras.spec ++
--- /var/tmp/diff_new_pack.xQfWou/_old  2018-01-30 15:41:52.677679721 +0100
+++ /var/tmp/diff_new_pack.xQfWou/_new  2018-01-30 15:41:52.681679535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package javapackages-tools-extras
 #
-# 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 @@
 
 %bcond_without python
 Name:   javapackages-tools-extras
-Version:4.7.0+git20170331.ef4057e7
+Version:5.0.0+git20180104.9367c8f6
 Release:0
 Summary:Macros and scripts for Java packaging support
 License:BSD-3-Clause
@@ -31,8 +31,6 @@
 Patch0: suse-use-libdir.patch
 #PATCH-FIX-SUSE: allow building without python to reduce depgraph
 Patch1: python-optional.patch
-#PATCH-FIX-UPSTREAM: use proper expansion for shebang
-Patch2: fix-abs2rel.patch
 BuildRequires:  asciidoc
 BuildRequires:  fdupes
 BuildRequires:  rpm
@@ -111,7 +109,7 @@
 %build
 %configure \
 %if %{with python}
---pyinterpreter=/usr/bin/python3
+--pyinterpreter=%{_bindir}/python3
 %else
 --pyinterpreter=%{nil}
 %endif
@@ -144,6 +142,7 @@
 %{_bindir}/shade-jar
 %{_sysconfdir}/java/font.properties
 %{_sysconfdir}/java/java.conf
+%{_sysconfdir}/java/eclipse.conf
 %{_datadir}/java-utils/java-functions
 %{_datadir}/java-utils/java-wrapper
 %{_datadir}/java-utils/scl-enable
@@ -171,26 +170,20 @@
 
 %if !%{with python}
 %files -f files-common
-%defattr(-,root,root,-)
 %doc LICENSE
 %else
 %files -n javapackages-local -f files-local
-%defattr(-,root,root,-)
 %dir %{_datadir}/java-utils
 
 %files -n maven-local -f files-maven
-%defattr(-,root,root,-)
 
 %files -n gradle-local -f files-gradle
-%defattr(-,root,root)
 %dir %{_datadir}/gradle-local
 
 %files -n ivy-local -f files-ivy
-%defattr(-,root,root,-)
 %dir %{_sysconfdir}/ant.d
 
 %files -n python3-javapackages
-%defattr(-,root,root,-)
 %doc LICENSE
 %{python3_sitelib}/javapackages*
 %endif

++ javapackages-tools.spec ++
--- /var/tmp/diff_new_pack.xQfWou/_old  2018-01-30 15:41:52.697678787 +0100
+++ /var/tmp/diff_new_pack.xQfWou/_new  2018-01-30 15:41:52.701678601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package javapackages-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
@@ -18,7 +18,7 @@
 
 %bcond_with python
 Name:   javapackages-tools
-Version:4.7.0+git20170331.ef4057e7
+Version:5.0.0+git20180104.9367c8f6
 Release:0
 Summary:Macros and scripts for Java packaging support
 License:BSD-3-Clause
@@ -31,8 +31,6 @@
 Patch0: suse-use-libdir.patch
 #PATCH-FIX-SUSE: allow building without python to reduce depgraph
 Patch1: python-optional.patch

commit python-sip for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2018-01-30 15:41:30

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


Package is "python-sip"

Tue Jan 30 15:41:30 2018 rev:96 rq:570865 version:4.19.7

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2017-11-30 
12:35:02.372501984 +0100
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2018-01-30 15:41:31.294678008 +0100
@@ -1,0 +2,32 @@
+Fri Jan 26 08:33:38 UTC 2018 - aloi...@gmx.com
+
+- Update to version v4.19.7
+  * The %Docstring directive can now include automatically
+generated signature descriptions using the "signature" option.
+  * typedefs can now have %Docstring directives.
+  * Bug fixes.
+  version v4.19.6
+  * Bug fixes.
+  version v4.19.5
+  * Bug fixes.
+  version v4.19.4
+  * Added support for C++11 scoped enums implemented as Python
+enums.
+  * Added enableoverflowchecking() to the sip module.
+  * Added sipEnableOverflowChecking() to the C API.
+  * Added sipTypeIsScopedEnum() to the C API.
+  * Added sipConvertToBool() to the C API.
+  * Added sipConvertToEnum() to the C API.
+  * Deprecated sipCanConvertToEnum() in the C API.
+  * Added sipLong_AsChar(), sipLong_AsSignedChar() and
+sipLong_AsUnsignedChar() to the C API.
+  * Added sipLong_AsShort() and sipLong_AsUnsignedShort() to the C
+API.
+  * Added sipLong_AsInt() and sipLong_AsUnsignedInt() to the C API.
+  * Added sipLong_AsLong() and sipLong_AsUnsignedLong() to the C
+API.
+  * Added sipLong_AsLongLong() and sipLong_AsUnsignedLongLong() to
+the C API.
+  * Bug fixes.
+
+---

Old:

  sip-4.19.3.tar.gz

New:

  sip-4.19.7.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.PMpoGI/_old  2018-01-30 15:41:33.630568954 +0100
+++ /var/tmp/diff_new_pack.PMpoGI/_new  2018-01-30 15:41:33.634568767 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# 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,17 +16,17 @@
 #
 
 
-%define python_sip_api 12.2
+%define python_sip_api 12.3
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-sip
-Version:4.19.3
+Version:4.19.7
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP
 Group:  Development/Libraries/Python
-Url:http://www.riverbankcomputing.com/software/sip/introa
-Source0:sip-%{version}.tar.gz
+Url:https://www.riverbankcomputing.com/software/sip/introa
+Source0:
https://sourceforge.net/projects/pyqt/files/sip/sip-%{version}/sip-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE disable-rpaths.diff -- Disable rpaths
 Patch0: disable-rpaths.diff
 BuildRequires:  %{python_module devel}

++ sip-4.19.3.tar.gz -> sip-4.19.7.tar.gz ++
 20960 lines of diff (skipped)




commit python-qt5 for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-qt5 for openSUSE:Factory 
checked in at 2018-01-30 15:41:17

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


Package is "python-qt5"

Tue Jan 30 15:41:17 2018 rev:25 rq:570829 version:5.10

Changes:

--- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes2017-10-29 
20:23:53.100396760 +0100
+++ /work/SRC/openSUSE:Factory/.python-qt5.new/python-qt5.changes   
2018-01-30 15:41:20.159197880 +0100
@@ -1,0 +2,18 @@
+Fri Jan 26 08:49:11 UTC 2018 - aloi...@gmx.com
+
+- Update to version v5.10
+  * Added support for Qt v5.10.0.
+  * Added the QtNetworkAuth module.
+  version v5.9.2
+  * Added support for Qt v5.9.3.
+  * Added the QtAndroidExtras module.
+  version v5.9.1
+  * Added support for Qt v5.9.2.
+  * Added the --allow-sip-warnings option to configure.py.
+  * Removed the unimplemented -name option to pyrcc5.
+  * SIP v4.19.4 is required.
+
+- Dropped configure_py_Fix_handling_of_disabled_features.patch
+  (merged upstream)
+
+---

Old:

  PyQt5_gpl-5.9.tar.gz
  configure_py_Fix_handling_of_disabled_features.patch

New:

  PyQt5_gpl-5.10.tar.gz



Other differences:
--
++ python-qt5.spec ++
--- /var/tmp/diff_new_pack.av7tHP/_old  2018-01-30 15:41:22.327096669 +0100
+++ /var/tmp/diff_new_pack.av7tHP/_new  2018-01-30 15:41:22.331096482 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qt5
 #
-# 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,18 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-qt5
-Version:5.9
+Version:5.10
 Release:0
 Summary:PyQt - python bindings for Qt 5
 License:SUSE-GPL-2.0-with-FLOSS-exception or GPL-3.0 or SUSE-NonFree
 Group:  Development/Libraries/Python
-Url:http://www.riverbankcomputing.com/software/pyqt/intro
-Source: PyQt5_gpl-%{version}.tar.gz
+Url:https://www.riverbankcomputing.com/software/pyqt/intro
+Source: 
https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE - disable-rpaths.diff - Disable RPATH when building PyQt5.
 Patch1: disable-rpaths.diff
-# PATCH-FIX-UPSTREAM - configure_py_Fix_handling_of_disabled_features.patch
-Patch2: configure_py_Fix_handling_of_disabled_features.patch
 BuildRequires:  pkgconfig(Qt5Bluetooth)
 BuildRequires:  pkgconfig(Qt5Designer)
 BuildRequires:  pkgconfig(Qt5Help)
@@ -59,7 +57,7 @@
 %endif
 %endif
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module sip-devel >= 4.19.3}
+BuildRequires:  %{python_module sip-devel >= 4.19.4}
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-python-devel
 BuildRequires:  dbus-1-python3-devel
@@ -133,7 +131,7 @@
 %endif
 Requires:   python-devel
 Requires:   python-qt5-utils
-Requires:   python-sip-devel >= 4.19.1
+Requires:   python-sip-devel >= 4.19.4
 Recommends: python-qscintilla-qt5
 Provides:   python-PyQt5-devel = %{version}
 Requires(post): update-alternatives
@@ -177,7 +175,6 @@
 %prep
 %setup -q -n PyQt5_gpl-%{version}
 %patch1
-%patch2 -p1
 # Fix wrong-script-interpreter
 find examples -name "*.py" -exec sed -i "s|^#!/usr/bin/env 
python$|#!%__python3|" {} \;
 

++ PyQt5_gpl-5.9.tar.gz -> PyQt5_gpl-5.10.tar.gz ++
 16747 lines of diff (skipped)




commit babl for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package babl for openSUSE:Factory checked in 
at 2018-01-30 15:41:25

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


Package is "babl"

Tue Jan 30 15:41:25 2018 rev:37 rq:570833 version:0.1.42

Changes:

--- /work/SRC/openSUSE:Factory/babl/babl.changes2018-01-25 
12:38:49.867451990 +0100
+++ /work/SRC/openSUSE:Factory/.babl.new/babl.changes   2018-01-30 
15:41:27.090874267 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 18:41:35 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.1.42:
+  + Fully initialize fishes when loading from cache.
+
+---

Old:

  babl-0.1.40.tar.bz2

New:

  babl-0.1.42.tar.bz2



Other differences:
--
++ babl.spec ++
--- /var/tmp/diff_new_pack.rYCMSJ/_old  2018-01-30 15:41:27.854838600 +0100
+++ /var/tmp/diff_new_pack.rYCMSJ/_new  2018-01-30 15:41:27.858838413 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   babl
-Version:0.1.40
+Version:0.1.42
 Release:0
 Summary:Dynamic Pixel Format Translation Library
 License:LGPL-3.0+

++ babl-0.1.40.tar.bz2 -> babl-0.1.42.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babl-0.1.40/INSTALL new/babl-0.1.42/INSTALL
--- old/babl-0.1.40/INSTALL 2018-01-17 04:02:27.0 +0100
+++ new/babl-0.1.42/INSTALL 2018-01-23 16:09:43.0 +0100
@@ -1,5 +1,5 @@
 
-babl 0.1.40
+babl 0.1.42
 
 Dynamic; any to any, pixel format conversion library.
 
@@ -12,10 +12,10 @@
 installation (or a variation on this theme):
 
  
- foo$ wget ftp://ftp.gtk.org/pub/babl/0.1/babl-0.1.40.tar.bz2
- foo$ tar jxf babl-0.1.40.tar.gz
- foo$ cd babl-0.1.40
- foo/babl-0.1.40$ ./configure && make && sudo make install
+ foo$ wget ftp://ftp.gtk.org/pub/babl/0.1/babl-0.1.42.tar.bz2
+ foo$ tar jxf babl-0.1.42.tar.gz
+ foo$ cd babl-0.1.42
+ foo/babl-0.1.42$ ./configure && make && sudo make install
  
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babl-0.1.40/NEWS new/babl-0.1.42/NEWS
--- old/babl-0.1.40/NEWS2018-01-17 04:01:41.0 +0100
+++ new/babl-0.1.42/NEWS2018-01-23 16:09:16.0 +0100
@@ -4,6 +4,9 @@
   -->
 
 
+2018-01-23 babl-0.1.42  
+Fully initialize fishes when loading from cache. 
+
 2018-01-16 babl-0.1.40  
 Added format "CIE XYZ alpha" color model and formats.
 New API babl_process_rows for reduced overhead in some scenarios; though bigger
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babl-0.1.40/README new/babl-0.1.42/README
--- old/babl-0.1.40/README  2018-01-17 04:02:53.0 +0100
+++ new/babl-0.1.42/README  2018-01-23 16:10:07.0 +0100
@@ -1,4 +1,4 @@
-Babl-0.1.40
+Babl-0.1.42
 
 Contents
 
@@ -64,6 +64,8 @@
 release is done a babl release is most often put out just prior to the
 GEGL release.
 
+2018-01-23 babl-0.1.42
+Fully initialize fishes when loading from cache.
 2018-01-16 babl-0.1.40
 Added format "CIE XYZ alpha" color model and formats. New API
 babl_process_rows for reduced overhead in some scenarios; though
@@ -2280,4 +2282,4 @@
 Ell
 fast paths
 
-/babl-0.1.40
+/babl-0.1.42
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babl-0.1.40/babl/babl-cache.c 
new/babl-0.1.42/babl/babl-cache.c
--- old/babl-0.1.40/babl/babl-cache.c   2018-01-15 14:19:29.0 +0100
+++ new/babl-0.1.42/babl/babl-cache.c   2018-01-20 18:43:31.0 +0100
@@ -289,6 +289,8 @@
 babl->fish.source   = from_format;
 babl->fish.destination  = to_format;
 babl->fish_path.conversion_list = babl_list_init_with_size (10);
+_babl_fish_prepare_bpp (babl);
+_babl_fish_rig_dispatch (babl);
 
 token2 = strtok_r ([1], seps2, );
 while( token2 != NULL )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/babl-0.1.40/babl/babl-fish-path.c 
new/babl-0.1.42/babl/babl-fish-path.c
--- old/babl-0.1.40/babl/babl-fish-path.c   2018-01-17 03:59:09.0 
+0100
+++ new/babl-0.1.42/babl/babl-fish-path.c   2018-01-20 

commit mono-core for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2018-01-30 15:40:55

Comparing /work/SRC/openSUSE:Factory/mono-core (Old)
 and  /work/SRC/openSUSE:Factory/.mono-core.new (New)


Package is "mono-core"

Tue Jan 30 15:40:55 2018 rev:115 rq:570206 version:5.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2017-11-21 
15:27:14.948350294 +0100
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2018-01-30 
15:41:01.412073114 +0100
@@ -1,0 +2,6 @@
+Fri Jan 26 00:00:00 UTC 2018 - fwdsbs.to.1...@xoxy.net
+- Update to version 5.4.1.7 (Service Release)
+- Bugfixes:
+  * bxc#59956 - [llvm][bitcode] [FAIL] UniqueIdTest.Ctor_Id 
(System.Runtime.Serialization tests)
+
+---

Old:

  mono-5.4.1.6.tar.bz2

New:

  mono-5.4.1.7.tar.bz2



Other differences:
--
++ mono-core.spec ++
--- /var/tmp/diff_new_pack.B3rzIF/_old  2018-01-30 15:41:08.127759583 +0100
+++ /var/tmp/diff_new_pack.B3rzIF/_new  2018-01-30 15:41:08.131759396 +0100
@@ -38,7 +38,7 @@
 %define roslyn no
 %endif
 
-%define version_suffix 6
+%define version_suffix 7
 
 Name:   mono-core
 Version:5.4.1

++ mono-5.4.1.6.tar.bz2 -> mono-5.4.1.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/mono-core/mono-5.4.1.6.tar.bz2 
/work/SRC/openSUSE:Factory/.mono-core.new/mono-5.4.1.7.tar.bz2 differ: char 11, 
line 1




commit libwmf for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package libwmf for openSUSE:Factory checked 
in at 2018-01-30 15:40:30

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


Package is "libwmf"

Tue Jan 30 15:40:30 2018 rev:33 rq:570705 version:0.2.8.4

Changes:

--- /work/SRC/openSUSE:Factory/libwmf/libwmf.changes2017-06-30 
18:37:59.986946151 +0200
+++ /work/SRC/openSUSE:Factory/.libwmf.new/libwmf.changes   2018-01-30 
15:40:31.273480180 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 11:57:03 UTC 2018 - sndir...@suse.com
+
+- removed unneeded 'BuildRequires: xorg-x11-util-devel' (bsc#1077489)
+
+---



Other differences:
--
++ libwmf.spec ++
--- /var/tmp/diff_new_pack.7wD8cM/_old  2018-01-30 15:40:32.153439098 +0100
+++ /var/tmp/diff_new_pack.7wD8cM/_new  2018-01-30 15:40:32.153439098 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwmf
 #
-# 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
@@ -44,7 +44,6 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-proto-devel
-BuildRequires:  xorg-x11-util-devel
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xt)
 Provides:   mswordvw:%{_bindir}/wmftopng
@@ -58,8 +57,8 @@
 
 %package tools
 Summary:Utilities for Displaying and Converting Metafile Images
-Group:  Productivity/Graphics/Other
 # Prov/Obs added on 2011-11-22 (post openSUSE 12.1)
+Group:  Productivity/Graphics/Other
 Provides:   libwmf = %{version}-%{release}
 Provides:   wmf-utils = %{version}-%{release}
 Obsoletes:  libwmf < %{version}-%{release}




commit texlive for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2018-01-30 15:39:56

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


Package is "texlive"

Tue Jan 30 15:39:56 2018 rev:44 rq:570644 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2018-01-13 
21:37:09.783392691 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2018-01-30 
15:40:01.942849535 +0100
@@ -1,0 +2,10 @@
+Mon Jan 29 14:41:24 UTC 2018 - sndir...@suse.com
+
+- removed unneeded 'BuildRequires: xorg-x11-util-devel' (bsc#1077489)
+
+---
+Mon Jan 29 09:20:27 UTC 2018 - wer...@suse.de
+
+- For Leap 42.3 build without biber as the perl version does not fit 
+
+---



Other differences:
--
++ texlive.spec ++
--- /var/tmp/diff_new_pack.Yi5kJR/_old  2018-01-30 15:40:04.810715643 +0100
+++ /var/tmp/diff_new_pack.Yi5kJR/_new  2018-01-30 15:40:04.814715456 +0100
@@ -19,7 +19,7 @@
 %define texlive_version  2017
 %define texlive_previous 2016
 %define texlive_release  20170520
-%define texlive_noarch   133
+%define texlive_noarch   136
 %define texlive_source   texlive-20170520-source
 
 %define __perl_requires%{nil}
@@ -62,14 +62,12 @@
 #  architectures can be supported (in theory) and the final
 #  perl dump binary is smaller
 #
-%globalwith_buildbiber 1
-%bcond_withbuildbiber
+%bcond_without buildbiber
 
 #
 # lcdf-typetools -- is also available as the package lcdf-typetools
 #  and therefore we may only require this external package
-%globalwith_lcdf_typetools 1
-%bcond_withlcdf_typetools
+%bcond_without lcdf_typetools
 
 Name:   texlive
 Version:%{texlive_version}.%{texlive_release}
@@ -156,9 +154,7 @@
 BuildRequires:  libpaper-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpoppler-devel
-%if 0%{suse_version} > 1230
 BuildRequires:  libsigsegv-devel
-%endif
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  mpfr-devel
@@ -173,7 +169,6 @@
 BuildRequires:  unzip
 BuildRequires:  xaw3d-devel
 BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-util-devel
 BuildRequires:  xz
 BuildRequires:  zip
 BuildRequires:  zlib-devel
@@ -215,9 +210,6 @@
 BuildRequires:  perl(List::MoreUtils::XS)
 BuildRequires:  perl(Log::Log4perl)
 BuildRequires:  perl(Module::Build)
-%if 0%{suse_version} <= 1230
-BuildRequires:  perl(PAR::Packer)
-%endif
 BuildRequires:  perl(Package::DeprecationManager)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Readonly::XS)
@@ -3686,76 +3678,6 @@
LANG=en_US.UTF-8 \
BIBER_DEV_TESTS=1 \
./Build test
-
-%if 0%{suse_version} <= 1230
-   pushd blib
-
-   (cat > biber.files)<<-'EOF'
-   ../data/biber-tool.conf;lib/Biber/biber-tool.conf
-   ../data/schemata/config.rnc;lib/Biber/config.rnc
-   ../data/schemata/config.rng;lib/Biber/config.rng
-   ../data/schemata/bcf.rnc;lib/Biber/bcf.rnc
-   ../data/schemata/bcf.rng;lib/Biber/bcf.rng
-   ../data/schemata/biblatexml.rnc;lib/Biber/biblatexml.rnc
-   ../data/schemata/biblatexml.rng;lib/Biber/biblatexml.rng
-   ../lib/Biber/LaTeX/recode_data.xml;lib/Biber/LaTeX/recode_data.xml
-   ../data/bcf.xsl;lib/Biber/bcf.xsl
-   ../data/latinkeys.txt;lib/Unicode/Collate/latinkeys.txt
-   %{perl_privlib}/Unicode/Collate/Locale;lib/Unicode/Collate/Locale
-   %{perl_privlib}/Unicode/Collate/CJK;lib/Unicode/Collate/CJK
-   
%{perl_privlib}/Unicode/Collate/allkeys.txt;lib/Unicode/Collate/allkeys.txt
-   %{perl_privlib}/Unicode/Collate/keys.txt;lib/Unicode/Collate/keys.txt
-   %{perl_privlib}/PerlIO;lib/PerlIO
-   %{perl_archlib}/auto/PerlIO;lib/auto/PerlIO
-   
%{perl_vendorlib}/Business/ISBN/RangeMessage.xml;lib/Business/ISBN/RangeMessage.xml
-   EOF
-   LD_LIBRARY_PATH=/%{_lib}:%{_libdir} \
-   PAR_VERBATIM=1  \
-   pp -I lib --dependent   \
-   --compress=7\
-   --module=deprecate  \
-   --module=Biber::Input::file::bibtex \
-   --module=Biber::Input::file::biblatexml \
-   --module=Biber::Input::file::ris\
-   --module=Biber::Input::file::zoterordfxml   \
-   --module=Biber::Input::file::endnotexml \
-   --module=Biber::Output::bibtex  \
-   --module=Biber::Output::biblatexml  \
- 

commit mozjs52 for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package mozjs52 for openSUSE:Factory checked 
in at 2018-01-30 15:39:37

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


Package is "mozjs52"

Tue Jan 30 15:39:37 2018 rev:5 rq:570635 version:52.6.0

Changes:

--- /work/SRC/openSUSE:Factory/mozjs52/mozjs52.changes  2017-12-06 
08:52:37.718076676 +0100
+++ /work/SRC/openSUSE:Factory/.mozjs52.new/mozjs52.changes 2018-01-30 
15:39:46.471571843 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 12:08:10 UTC 2018 - bjorn@gmail.com
+
+- Update to 52.6.0
+- Drop fix-64bit-archs.patch and bmo1379539.patch, fixed upstream
+- Update Source url.
+
+---

Old:

  bmo1379539.patch
  firefox-52.3.0-source.tar.xz
  fix-64bit-archs.patch

New:

  firefox-52.6.0esr.source.tar.xz



Other differences:
--
++ mozjs52.spec ++
--- /var/tmp/diff_new_pack.ZfkPvl/_old  2018-01-30 15:39:53.647236832 +0100
+++ /var/tmp/diff_new_pack.ZfkPvl/_new  2018-01-30 15:39:53.651236646 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozjs52
 #
-# 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,22 +18,19 @@
 
 %globalmajor 52
 Name:   mozjs%{major}
-Version:52.3.0
+Version:52.6.0
 Release:0%{?dist}
 Summary:JavaScript interpreter and libraries
 License:MPL-2.0
 Group:  Development/Libraries/Other
 Url:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/52
-Source0:firefox-%{version}-source.tar.xz
-#Source0:
https://download.gnome.org/teams/releng/tarballs-needing-help/mozjs/mozjs-52.2.1gnome1.tar.gz
+Source0:
https://ftp.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz
 Source1:LICENSE.txt
 # This should be removed when bmo#1322212 and bmo#1264836 are resolved:
 # Missing ICU big-endian data file in firefox source:
 Source2:icudt58b.dat.xz
 
-Patch0: fix-64bit-archs.patch
 Patch1: bmo1176787.patch
-Patch2: bmo1379539.patch
 Patch3: mozilla-s390-bigendian.patch
 Patch4: xulrunner-24.0-s390-inlines.patch
 BuildRequires:  autoconf213
@@ -74,12 +71,10 @@
 you will need to install %{name}-devel.
 
 %prep
-%setup -q -n mozilla
+%setup -q -n firefox-%{version}esr
 pushd js/src
-%patch0 -p1
 popd
 %patch1 -p1
-%patch2 -p1
 %ifarch s390x
 %patch3 -p1
 %patch4 -p1





commit makedumpfile for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2018-01-30 15:39:26

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


Package is "makedumpfile"

Tue Jan 30 15:39:26 2018 rev:65 rq:570629 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes
2018-01-16 09:32:17.369996555 +0100
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new/makedumpfile.changes   
2018-01-30 15:39:27.364463901 +0100
@@ -1,0 +2,28 @@
+Mon Jan 29 14:01:03 UTC 2018 - ptesa...@suse.com
+
+- makedumpfile-always-use-bigger-SECTION_MAP_MASK.patch: Always use
+  bigger SECTION_MAP_MASK (bsc#1066811, bsc#1067703).
+
+---
+Mon Jan 29 13:49:43 UTC 2018 - ptesa...@suse.com
+
+- Update to 1.6.3
+  * Support kernels up to 4.14.8 (bsc#1068864).
+  * 86_64: handle renamed init_level4_pgt -> init_top_pgt
+  * Fix SECTION_MAP_MASK for kernel >= v.13
+  * book3s/ppc64: Lower the max real address to 53 bits for
+kernels >= v4.11
+  * Support symbol __cpu_online_mask
+  * ppc64: update hash page table geometry
+- Drop upstreamed patches:
+  * makedumpfile-Fix-SECTION_MAP_MASK-for-kernel-v.13.patch
+  * makedumpfile-handle-renamed-init_level4_pgt-init_top_pgt.patch
+  * makedumpfile-ppc64-update-hash-page-table-geometry.patch
+  * makedumpfile-book3s-ppc64-Lower-the-max-real-address-to-53-bits.patch
+  * makedumpfile-__cpu_online_mask-symbol.patch
+  * makedumpfile-vtop4_x86_64_pagetable.patch
+  * makedumpfile-fix-KASLR-for-sadump.patch
+  * makedumpfile-fix-KASLR-for-sadump-while-kdump.patch
+  * makedumpfile-support-4.12.patch
+
+---

Old:

  makedumpfile-1.6.2.tar.gz
  makedumpfile-Fix-SECTION_MAP_MASK-for-kernel-v.13.patch
  makedumpfile-__cpu_online_mask-symbol.patch
  makedumpfile-book3s-ppc64-Lower-the-max-real-address-to-53-bits.patch
  makedumpfile-fix-KASLR-for-sadump-while-kdump.patch
  makedumpfile-fix-KASLR-for-sadump.patch
  makedumpfile-handle-renamed-init_level4_pgt-init_top_pgt.patch
  makedumpfile-ppc64-update-hash-page-table-geometry.patch
  makedumpfile-vtop4_x86_64_pagetable.patch

New:

  makedumpfile-1.6.3.tar.gz
  makedumpfile-always-use-bigger-SECTION_MAP_MASK.patch



Other differences:
--
++ makedumpfile.spec ++
--- /var/tmp/diff_new_pack.UvDSG1/_old  2018-01-30 15:39:27.940437011 +0100
+++ /var/tmp/diff_new_pack.UvDSG1/_new  2018-01-30 15:39:27.944436824 +0100
@@ -29,7 +29,7 @@
 %endif
 
 Name:   makedumpfile
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:Partial kernel dump
 License:GPL-2.0
@@ -38,15 +38,8 @@
 Source: 
https://sourceforge.net/projects/makedumpfile/files/makedumpfile/%{version}/%{name}-%{version}.tar.gz
 Source99:   %{name}-rpmlintrc
 Patch0: %{name}-coptflags.diff
-Patch1: %{name}-Fix-SECTION_MAP_MASK-for-kernel-v.13.patch
-Patch2: %{name}-override-libtinfo.patch
-Patch3: %{name}-handle-renamed-init_level4_pgt-init_top_pgt.patch
-Patch4: %{name}-ppc64-update-hash-page-table-geometry.patch
-Patch5: 
%{name}-book3s-ppc64-Lower-the-max-real-address-to-53-bits.patch
-Patch6: %{name}-__cpu_online_mask-symbol.patch
-Patch7: %{name}-vtop4_x86_64_pagetable.patch
-Patch8: %{name}-fix-KASLR-for-sadump.patch
-Patch9: %{name}-fix-KASLR-for-sadump-while-kdump.patch
+Patch1: %{name}-override-libtinfo.patch
+Patch2: %{name}-always-use-bigger-SECTION_MAP_MASK.patch
 BuildRequires:  libdw-devel
 BuildRequires:  libebl-devel
 BuildRequires:  libelf-devel
@@ -77,13 +70,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
 %if %{have_snappy}

++ makedumpfile-1.6.2.tar.gz -> makedumpfile-1.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/makedumpfile-1.6.2/Makefile 
new/makedumpfile-1.6.3/Makefile
--- old/makedumpfile-1.6.2/Makefile 2017-07-26 09:49:08.0 +0200
+++ new/makedumpfile-1.6.3/Makefile 2018-01-26 02:30:25.0 +0100
@@ -1,7 +1,7 @@
 # makedumpfile
 
-VERSION=1.6.2
-DATE=27 Jul 2017
+VERSION=1.6.3
+DATE=29 Jun 2018
 
 # Honour the environment variable CC
 ifeq ($(strip $CC),)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/makedumpfile-1.6.2/README 
new/makedumpfile-1.6.3/README
--- old/makedumpfile-1.6.2/README   2017-07-26 09:49:08.0 +0200
+++ new/makedumpfile-1.6.3/README   

commit wireless-tools for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package wireless-tools for openSUSE:Factory 
checked in at 2018-01-30 15:39:21

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


Package is "wireless-tools"

Tue Jan 30 15:39:21 2018 rev:48 rq:570627 version:30.pre9

Changes:

--- /work/SRC/openSUSE:Factory/wireless-tools/wireless-tools.changes
2014-11-24 11:10:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireless-tools.new/wireless-tools.changes   
2018-01-30 15:39:23.568641119 +0100
@@ -1,0 +2,13 @@
+Mon Jan 22 11:25:21 UTC 2018 - p.sei...@linuxmail.org
+
+- improved install scripts (using install instead of mv and using $UID:
+ * install_acx100_firmware
+ * install_intersil_firmware
+- updated URL in install_acx100_firmware script (bnc#1004577)
+- improved spec file
+ * removed obsolete openSUSE Versions checks
+ * replaced bash variables with macros
+ * removed obsolete tags and macros
+ * cleaned spec file with spec-cleaner
+
+---



Other differences:
--
++ wireless-tools.spec ++
--- /var/tmp/diff_new_pack.vThdzh/_old  2018-01-30 15:39:24.420601343 +0100
+++ /var/tmp/diff_new_pack.vThdzh/_new  2018-01-30 15:39:24.424601156 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wireless-tools
 #
-# 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
@@ -16,23 +16,16 @@
 #
 
 
+%define _udevdir %(pkg-config --variable=udevdir udev)
+
 Name:   wireless-tools
+Version:30.pre9
+Release:0
 Summary:Tools for a wireless LAN
 License:GPL-2.0
 Group:  Hardware/Wifi
-%if %suse_version > 1220
-%define _udevdir %(pkg-config --variable=udevdir udev)
-%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
-%else
-%define _udevdir /lib/udev
-%define_udevrulesdir %{_udevdir}/rules.d
-%endif
-Version:30.pre9
-Release:0
 Url:http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
 Source: 
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.%{version}.tar.gz
-Patch:  wireless_tools.dif
-Patch1: lwepgen-as-needed.patch
 Source2:suse-files.tar.gz
 Source4:ipw2200.modprobe
 Source5:prism54.modprobe
@@ -40,16 +33,12 @@
 Source8:iwlwifi-led.sh
 Source9:99-iwlwifi-led.rules
 Source10:   iwl3945.modprobe
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch0: wireless_tools.dif
+Patch1: lwepgen-as-needed.patch
 BuildRequires:  openssl-devel
-%if %suse_version > 1220
+Requires:   libiw = %{version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
-%else
-BuildRequires:  udev
-%endif
-
-Requires:   libiw = %{version}
 
 %package -n libiw30
 Summary:Tools for a wireless LAN
@@ -58,7 +47,7 @@
 
 %package -n libiw-devel
 Summary:Tools for a wireless LAN
-Group:  Hardware/Wifi
+Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libiw30 = %{version}
 
@@ -67,66 +56,46 @@
 wireless extensions. The wireless extension is an interface that allows
 you to set wireless LAN specific parameters and get specific stats.
 
-
-
-Authors:
-
-Jean Tourrilhes 
-
 %description -n libiw30
 This package contains the wireless tools, used to manipulate the
 wireless extensions. The wireless extension is an interface that allows
 you to set wireless LAN specific parameters and get specific stats.
 
-
-
-Authors:
-
-Jean Tourrilhes 
-
 %description -n libiw-devel
 This package contains the wireless tools, used to manipulate the
 wireless extensions. The wireless extension is an interface that allows
 you to set wireless LAN specific parameters and get specific stats.
 
-
-
-Authors:
-
-Jean Tourrilhes 
-
 %prep
-%setup6 -q -T -b 6 -n lwepgen
+%setup -q -T -b 6 -n lwepgen
 %setup -q -n wireless_tools.30
-%patch
+%patch0
 pushd ../lwepgen
 %patch1
 popd
 
 %build
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" -C ../lwepgen
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+make %{?_smp_mflags} CFLAGS="%{optflags}" -C ../lwepgen
 
 %install
-mkdir -p %{buildroot}/%{_sbindir}
-mkdir -p %{buildroot}/sbin
-make   INSTALL_DIR="${RPM_BUILD_ROOT}/%{_sbindir}" \
-   

commit p7zip for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory checked 
in at 2018-01-30 15:39:31

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


Package is "p7zip"

Tue Jan 30 15:39:31 2018 rev:37 rq:570632 version:16.02

Changes:

--- /work/SRC/openSUSE:Factory/p7zip/p7zip.changes  2017-08-17 
11:43:22.464050207 +0200
+++ /work/SRC/openSUSE:Factory/.p7zip.new/p7zip.changes 2018-01-30 
15:39:32.276234584 +0100
@@ -1,0 +2,9 @@
+Mon Jan 29 11:22:30 UTC 2018 - kstreit...@suse.com
+
+- remove CPP/7zip/Compress/Rar* files from the tar archive as they
+  have incompatible license [bnc#1077978]
+  * also remove DOC/unRarLicense.txt
+  * add p7zip_16.02_norar.patch to adjust makefile according to it
+  * remove no longer used Codecs
+
+---

Old:

  p7zip_16.02_src_all.tar.bz2

New:

  p7zip_16.02_norar.patch
  p7zip_16.02_src_all-norar.tar.bz2



Other differences:
--
++ p7zip.spec ++
--- /var/tmp/diff_new_pack.BpEy55/_old  2018-01-30 15:39:33.172192754 +0100
+++ /var/tmp/diff_new_pack.BpEy55/_new  2018-01-30 15:39:33.176192568 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package p7zip
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,19 @@
 License:LGPL-2.1+
 Group:  Productivity/Archiving/Compression
 Url:http://p7zip.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/project/p7zip/p7zip/%{version}/p7zip_%{version}_src_all.tar.bz2
+# Update note: RAR sources need to be removed from the package because of the 
incompatibe licence
+# Run the following commands after each package update to remove them
+# export VERSION=16.02
+# wget 
http://downloads.sourceforge.net/project/p7zip/p7zip/${VERSION}/p7zip_${VERSION}_src_all.tar.bz2
+# tar xjvf p7zip_${VERSION}_src_all.tar.bz2
+# rm -rf p7zip_${VERSION}/CPP/7zip/Compress/Rar*
+# rm -rf p7zip_${VERSION}/DOC/unRarLicense.txt
+# tar cjvf p7zip_${VERSION}_src_all-norar.tar.bz2 p7zip_${VERSION}
+# rm -rf p7zip_${VERSION}_src_all.tar.bz2
+Source: p7zip_%{version}_src_all-norar.tar.bz2
 Patch1: CVE-2016-9296.patch
+# PATCH-FIX-SUSE bnc#1077978 kstreit...@suse.com -- adjust makefile not to use 
CPP/7zip/Compress/Rar* files
+Patch2: p7zip_16.02_norar.patch
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with buildgui}
@@ -69,6 +80,7 @@
 %prep
 %setup -q -n %{name}_%{version}
 %patch1 -p1
+%patch2 -p1
 
 %ifarch x86_64
 cp makefile.linux_amd64_asm makefile.machine
@@ -145,7 +157,6 @@
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/Codecs
 %{_libdir}/%{name}/[0-9a-z]*
-%{_libdir}/%{name}/Codecs/*
 %{_bindir}/7z
 %{_bindir}/7za
 %doc ChangeLog DOC/*.txt

++ p7zip_16.02_norar.patch ++
Index: p7zip_16.02/makefile
===
--- p7zip_16.02.orig/makefile
+++ p7zip_16.02/makefile
@@ -31,7 +31,6 @@ depend:
$(MAKE) -C CPP/7zip/UI/Client7z   depend
$(MAKE) -C CPP/7zip/UI/Consoledepend
$(MAKE) -C CPP/7zip/Bundles/Format7zFree  depend
-   $(MAKE) -C CPP/7zip/Compress/Rar  depend
$(MAKE) -C CPP/7zip/UI/GUIdepend
$(MAKE) -C CPP/7zip/UI/FileManagerdepend
 
@@ -42,7 +41,6 @@ sfx: common
 common7z:common
$(MKDIR) bin/Codecs
$(MAKE) -C CPP/7zip/Bundles/Format7zFree all
-   $(MAKE) -C CPP/7zip/Compress/Rar all
 
 lzham:common
$(MKDIR) bin/Codecs
@@ -67,7 +65,6 @@ clean_C:
$(MAKE) -C CPP/7zip/UI/FileManager   clean
$(MAKE) -C CPP/7zip/UI/GUI   clean
$(MAKE) -C CPP/7zip/Bundles/Format7zFree clean
-   $(MAKE) -C CPP/7zip/Compress/Rar clean
$(MAKE) -C CPP/7zip/Compress/Lzham   clean
$(MAKE) -C CPP/7zip/Bundles/LzmaCon  clean2
$(MAKE) -C CPP/7zip/Bundles/AloneGCOVclean



commit Mesa for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2018-01-30 15:39:14

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


Package is "Mesa"

Tue Jan 30 15:39:14 2018 rev:312 rq:570623 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes2018-01-26 
13:34:08.936289177 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa-drivers.changes   2018-01-30 
15:39:17.164940091 +0100
@@ -1,0 +2,12 @@
+Mon Jan 29 10:43:04 UTC 2018 - m...@suse.com
+
+- Disable AMDGPU GFX9/Vega with LLVM < 6.0.0.
+  * n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
+  * While it is supported since LLVM 5.0.0, it was not working
+correctly (bnc#1075901). Since we do not have the resources to
+determine which fixes should be backported and LLVM 6 will be
+released relatively soon, disable the support until then. Users
+with the card will have working desktop using software
+rendering just like they did with LLVM 4.
+
+---
Mesa.changes: same change

New:

  n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch



Other differences:
--
++ Mesa-drivers.spec ++
--- /var/tmp/diff_new_pack.mg0lH7/_old  2018-01-30 15:39:18.568874545 +0100
+++ /var/tmp/diff_new_pack.mg0lH7/_new  2018-01-30 15:39:18.572874358 +0100
@@ -142,6 +142,7 @@
 # Upstream
 Patch43:u_mesa-python3-only.patch
 Patch44:U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
+Patch45:n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
 
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -751,6 +752,7 @@
 
 %patch43 -p1
 %patch44 -p1
+%patch45 -p1
 
 # Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
 # disabling libglvnd build; ugly ...

Mesa.spec: same change


++ n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch ++
>From 63a73495438d621b8de24fa031a6af938bbf4ff4 Mon Sep 17 00:00:00 2001
From: Michal Srb 
Date: Mon, 29 Jan 2018 11:38:28 +0100
Subject: [PATCH] Disable AMDGPU GFX9/Vega on LLVM < 6.0.0.

Upstream advertises support since LLVM 5.0.0, but it does not work properly:
https://bugzilla.opensuse.org/show_bug.cgi?id=1075901
---
 src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c | 13 ++---
 src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c | 13 ++---
 2 files changed, 20 insertions(+), 6 deletions(-)

Index: mesa-17.3.3/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c
===
--- mesa-17.3.3.orig/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c
+++ mesa-17.3.3/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c
@@ -46,9 +46,16 @@ do_winsys_init(struct radv_amdgpu_winsys
if (!ac_query_gpu_info(fd, ws->dev, >info, >amdinfo))
return false;
 
-   /* LLVM 5.0 is required for GFX9. */
-   if (ws->info.chip_class >= GFX9 && HAVE_LLVM < 0x0500) {
-   fprintf(stderr, "amdgpu: LLVM 5.0 is required, got LLVM 
%i.%i\n",
+   /* LLVM 6.0 is required for GFX9. */
+/*
+   Upstream version of Mesa allows GFX9 since LLVM 5.0, but it does 
not work correctly:
+ https://bugzilla.opensuse.org/show_bug.cgi?id=1075901
+   The issues are fixed in LLVM 6. We have decided to disable GFX9 
support with LLVM 5
+   and wait for LLVM 6.
+ -- Michal Srb m...@suse.com, 2018-01-29
+*/
+   if (ws->info.chip_class >= GFX9 && HAVE_LLVM < 0x0600) {
+   fprintf(stderr, "amdgpu: LLVM 6.0 is required, got LLVM 
%i.%i\n",
HAVE_LLVM >> 8, HAVE_LLVM & 255);
return false;
}
Index: mesa-17.3.3/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c
===
--- mesa-17.3.3.orig/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c
+++ mesa-17.3.3/src/gallium/winsys/amdgpu/drm/amdgpu_winsys.c
@@ -58,9 +58,16 @@ static bool do_winsys_init(struct amdgpu
if (!ac_query_gpu_info(fd, ws->dev, >info, >amdinfo))
   goto fail;
 
-   /* LLVM 5.0 is required for GFX9. */
-   if (ws->info.chip_class >= GFX9 && HAVE_LLVM < 0x0500) {
-  fprintf(stderr, "amdgpu: LLVM 5.0 is required, got LLVM %i.%i\n",
+   /* LLVM 6.0 is required for GFX9. */
+   /*
+  Upstream version of Mesa allows GFX9 since LLVM 5.0, but it does not 
work correctly:
+https://bugzilla.opensuse.org/show_bug.cgi?id=1075901
+  The issues are fixed in LLVM 6. We have decided to disable GFX9 support 
with LLVM 5
+  and wait for LLVM 6.
+-- Michal Srb m...@suse.com, 2018-01-29
+   */
+   if 

commit python-kiwi for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2018-01-30 15:38:52

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


Package is "python-kiwi"

Tue Jan 30 15:38:52 2018 rev:17 rq:570609 version:9.12.6

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2018-01-16 
09:36:27.046314690 +0100
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 
2018-01-30 15:38:55.953930381 +0100
@@ -1,0 +2,299 @@
+Mon Jan 29 12:16:55 CET 2018 - m...@suse.de
+
+- Bump version: 9.12.5 → 9.12.6
+  
+---
+Sat Jan 27 11:14:48 CET 2018 - m...@suse.de
+  
+- Fixed kiwi dracut config for the final system
+  
+  Once the image has been deployed on the target and the
+  system is up and running some of the kiwi dracut modules
+  used for deployment are no longer needed and should not be
+  taken into account when another dracut call happens on the
+  system.
+  
+---
+Fri Jan 26 10:28:53 CET 2018 - m...@suse.de
+  
+- Bump version: 9.12.4 → 9.12.5
+  
+---
+Fri Jan 26 10:18:58 CET 2018 - m...@suse.de
+  
+- Make sure there are no busy devices on reboot
+  
+  If the dracut kiwi-repart module skips the repartition step
+  because the disk was already repartitioned it leaves devices
+  in busy state which leads to a rescue shell at the system
+  mount stage
+  
+---
+Thu Jan 25 16:48:30 CET 2018 - dcass...@suse.com
+  
+- uboot-setup-panda.tgz was readded by mistake as boot hooks are no longer 
needed
+  
+---
+Thu Jan 25 15:32:53 CET 2018 - dcass...@suse.com
+  
+- Adding opensuse ports repository
+  
+---
+Thu Jan 25 14:04:36 CET 2018 - m...@suse.de
+  
+- Bump version: 9.12.3 → 9.12.4
+  
+---
+Thu Jan 25 14:02:31 CET 2018 - m...@suse.de
+  
+- Don't lookup zImage symlink
+  
+  Due to the workaround to lookup the gzip compressed variant
+  of a zImage to find its version, it's required to find the
+  full name of the zImage in order to rematch the gzip variant.
+  Looking at the zImage link will make this to fail because
+  there is no vmlinux link
+  
+---
+Thu Jan 25 13:54:03 CET 2018 - m...@suse.de
+  
+- Bump version: 9.12.2 → 9.12.3
+  
+---
+Thu Jan 25 11:59:36 CET 2018 - m...@suse.de
+  
+- Fixed kernel version check for zImage
+  
+  kernels build as zImage contains the decompressor code
+  as part of the kernel image and could be therefore
+  compressed by any possible compression algorithm.
+  In this case we assume/hope that there is also a
+  standard gz compressed vmlinux version of the kernel
+  available and check this one instead of the zImage
+  variant. Fixes #587
+  
+---
+Thu Jan 25 11:34:58 CET 2018 - m...@suse.de
+  
+- Bump version: 9.12.1 → 9.12.2
+  
+---
+Wed Jan 24 19:40:50 CET 2018 - dcass...@suse.com
+
+- Update the man pages
+  
+---
+Wed Jan 24 17:18:51 CET 2018 - m...@suse.de
+  
+- Fixed installation image builder
+  
+  Use get_boot_names from BootImage instance to ask for
+  the name of the initrd instead of constructing this
+  information from static values. The name of the initrd
+  is different per distro and toolkit
+  
+---
+Wed Jan 24 16:57:27 CET 2018 - m...@suse.de
+  
+- Provide a get_boot_names method in boot classes
+  
+  The naming schema for an initrd file name depends on the
+  boot image type as well as on the underlaying initrd
+  creation toolkit. In order to encapsulate that in a clear
+  interface the code to know about the correct names has
+  been moved into the classes which are responsible for
+  it and out of the builder/disk class
+  
+---
+Wed Jan 24 15:00:06 CET 2018 - rjsch...@suse.com
+  
+- Image name generation for GCE images
+  + Fix the name generation for GCE images. The implementation assumed that
+GCE images are of a type that use a kiwi generated initrd, looking for
+image name components based on the boot attribute in the type element.
+This 

commit systemd for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2018-01-30 15:38:43

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


Package is "systemd"

Tue Jan 30 15:38:43 2018 rev:269 rq:570497 version:234

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2018-01-17 
21:43:55.951585177 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2018-01-30 15:38:49.710221886 +0100
@@ -1,0 +2,36 @@
+Mon Jan 29 09:52:50 UTC 2018 - f...@suse.com
+
+- Do not optionally remove /usr/lib/systemd/system/tmp.mnt anymore 
(bsc#1071224)
+
+  This was done to make sure that tmpfs wouldn't be used for /tmp by
+  defaut in case the dir layout created by the installer did not
+  create a customized tmp.mount.
+
+  But it had the bad side effect to break "rpm -V systemd" and updates
+  of systemd via delta-RPMs.
+
+  Now instead of removing tmp.mount unit file, we mask it (still only
+  if no other tmp.mount would override the default one). It's the
+  official way to disable tmpfs on /tmp after all.
+
+  Since we cannot rely on the presence of fstab during package
+  installations, we introduced a service which is run once on the
+  first boot and which figures out if tmpfs would be used. If so it
+  masks the unit.
+
+  We also handle the upgrade path and make sure to preserve admin's
+  settings (if any).
+
+  Another advantage of this is that we will only need to remove the
+  introduced service the day when tmpfs will be the default for SUSE
+  distros.
+
+---
+Fri Jan 26 14:40:38 UTC 2018 - f...@suse.com
+
+- Import commit 83067827cc891ddc90def200fdbe725917ec9fa3
+
+  3d60486f7 core/timer: Prevent timer looping when unit cannot start 
(bsc#1068588)
+  460bd0cd6 Revert "handle SYSTEMCTL_OPTIONS environment variable" 
(fate#323393)
+
+---
systemd.changes: same change

New:

  suse-disable-tmpfs-for-tmp.service



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.TQ1F25/_old  2018-01-30 15:38:51.754126461 +0100
+++ /var/tmp/diff_new_pack.TQ1F25/_new  2018-01-30 15:38:51.754126461 +0100
@@ -148,6 +148,7 @@
 Source11:   after-local.service
 Source12:   systemd-sysv-install
 Source14:   kbd-model-map.legacy
+Source15:   suse-disable-tmpfs-for-tmp.service
 
 Source100:  scripts-systemd-fix-machines-btrfs-subvol.sh
 Source101:  scripts-systemd-upgrade-from-pre-210.sh
@@ -513,11 +514,10 @@
 # customized for openSUSE distros.
 install -m0644 %{S:2} %{buildroot}%{_sysconfdir}/pam.d/
 
-# We keep a copy of tmp.mount because it may be removed if not used
-# (see %post): we want to be sure tmpfs won't be used for /tmp by
-# default on Suse distros.
-rm %{buildroot}/%{_prefix}/lib/systemd/system/local-fs.target.wants/tmp.mount
-cp %{buildroot}/%{_prefix}/lib/systemd/system/tmp.mount 
%{buildroot}/%{_datadir}/systemd/
+# Install the service which will disable/mask tmpfs for /tmp (if
+# needed) on first boot.
+install -m0644 -D %{S:15} 
%{buildroot}/%{_prefix}/lib/systemd/system/suse-disable-tmpfs-for-tmp.service
+ln -s ../suse-disable-tmpfs-for-tmp.service 
%{buildroot}/%{_prefix}/lib/systemd/system/sysinit.target.wants/
 
 # don't enable wall ask password service, it spams every console (bnc#747783)
 rm 
%{buildroot}%{_prefix}/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
@@ -648,12 +648,19 @@
 
 %find_lang systemd
 
+# Build of installation images uses a hard coded list of packages with
+# a %pre that needs to be run during the build. systemd is one of them
+# so keep the section even if it's empty.
 %pre
-# Build of installation images uses an hard coded list of some
-# packages with a %pre that needs to be run during the
-# build. Unfortunately, systemd in one of them. To make thing simpler
-# we use a %pre section even if it is not needed.
-exit 0
+if [ $1 -gt 1 ] ; then
+# Check if tmp.mount has been restored by either the admin or
+# was added at package installation. In both cases do nothing
+# and prevent the service to be executed during %post for the
+# former case.
+if test -e %{_unitdir}/tmp.mount; then
+touch %{_unitdir}/.disable-tmpfs-for-tmp~done
+fi
+fi
 
 %post
 # Make /etc/machine-id an empty file during package installation. On
@@ -695,16 +702,6 @@
 %endif
 fi >/dev/null
 
-# Keep tmp.mount if it's been enabled explicitly by the user otherwise
-# make sure it wont be activated since it's the default for Suse
-# distros. This unit can be pulled 

commit libvirt for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2018-01-30 15:38:35

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


Package is "libvirt"

Tue Jan 30 15:38:35 2018 rev:249 rq:569998 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2018-01-25 
12:35:22.841116755 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2018-01-30 
15:38:46.922352045 +0100
@@ -1,0 +2,17 @@
+Fri Jan 26 15:44:30 UTC 2018 - jfeh...@suse.com
+
+- qemu: Support setting OEM strings in SMBIOS
+  68eed56b-conf-smbios-oem-strings.patch,
+  76977061-qemu-smbios-oem-strings.patch
+  FATE#323624
+- libxl: resume lock process after failed migration
+  0c710a37-libxl-resume-lock-on-mig-failure.patch
+  bsc#1076861
+
+---
+Thu Jan 25 16:46:32 UTC 2018 - jfeh...@suse.com
+
+- qemu hook: Change shebang to /usr/bin/python3
+- spec: Require python lxml in daemon-hooks subpackage
+
+---

New:

  0c710a37-libxl-resume-lock-on-mig-failure.patch
  68eed56b-conf-smbios-oem-strings.patch
  76977061-qemu-smbios-oem-strings.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.4yMlxE/_old  2018-01-30 15:38:48.818263530 +0100
+++ /var/tmp/diff_new_pack.4yMlxE/_new  2018-01-30 15:38:48.822263342 +0100
@@ -237,7 +237,6 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
 BuildRequires:  python
-BuildRequires:  python-xml
 BuildRequires:  readline-devel
 # perl XPath is needed since we have a patch touching files that cause
 # hvsupport.html to be regenerated
@@ -320,6 +319,9 @@
 # Upstream patches
 Patch0: 72adaf2f-revert-qemu-monitor-error-report.patch
 Patch1: 71d56a39-nodedev-fix-parse-PCI-address.patch
+Patch2: 68eed56b-conf-smbios-oem-strings.patch
+Patch3: 76977061-qemu-smbios-oem-strings.patch
+Patch4: 0c710a37-libxl-resume-lock-on-mig-failure.patch
 # Patches pending upstream review
 Patch100:   libxl-dom-reset.patch
 Patch101:   network-don-t-use-dhcp-authoritative-on-static-netwo.patch
@@ -416,6 +418,7 @@
 Group:  Development/Libraries/C and C++
 
 Requires:   %{name}-daemon = %{version}-%{release}
+Requires:   python3-lxml
 
 %description daemon-hooks
 Default hook scripts for the libvirt daemon
@@ -906,6 +909,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %patch100 -p1
 %patch101 -p1
 %patch150 -p1

++ 0c710a37-libxl-resume-lock-on-mig-failure.patch ++
commit 0c710a37ea265dc7dfa0ebcebf1e21e4c6b2ea21
Author: Jim Fehlig 
Date:   Wed Jan 24 14:23:04 2018 -0700

libxl: resume lock process after failed migration

During migration, the lock process is paused in the perform phase
but not resumed if there is a subsequent failure, leaving the locked
resource unprotected.

The perform phase itself can fail, in which case the lock process
should be resumed before returning from perform. The finish phase
could also fail on the destination host, in which case the migration
is canceled in the confirm phase and the VM is resumed. The lock
process needs to be resumed there as well.

Signed-off-by: Jim Fehlig 

Index: libvirt-4.0.0/src/libxl/libxl_migration.c
===
--- libvirt-4.0.0.orig/src/libxl/libxl_migration.c
+++ libvirt-4.0.0/src/libxl/libxl_migration.c
@@ -1238,6 +1238,12 @@ libxlDomainMigrationPerform(libxlDriverP
 ret = libxlDoMigrateSend(driver, vm, flags, sockfd);
 virObjectLock(vm);
 
+if (ret < 0)
+virDomainLockProcessResume(driver->lockManager,
+   "xen:///system",
+   vm,
+   priv->lockState);
+
  cleanup:
 VIR_FORCE_CLOSE(sockfd);
 virURIFree(uri);
@@ -1349,10 +1355,16 @@ libxlDomainMigrationConfirm(libxlDriverP
 int cancelled)
 {
 libxlDriverConfigPtr cfg = libxlDriverConfigGet(driver);
+libxlDomainObjPrivatePtr priv = vm->privateData;
 virObjectEventPtr event = NULL;
 int ret = -1;
 
 if (cancelled) {
+/* Resume lock process that was paused in MigrationPerform */
+virDomainLockProcessResume(driver->lockManager,
+   "xen:///system",
+   vm,
+   priv->lockState);
 if (libxl_domain_resume(cfg->ctx, vm->def->id, 1, 0) == 0) {
 ret = 0;

commit rsyslog for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2018-01-30 15:38:27

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


Package is "rsyslog"

Tue Jan 30 15:38:27 2018 rev:135 rq:569988 version:8.32.0

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2018-01-21 
15:47:07.175128766 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2018-01-30 
15:38:40.562648966 +0100
@@ -1,0 +2,14 @@
+Fri Jan 26 14:47:16 UTC 2018 - astie...@suse.com
+
+- rsyslog 8.32.0
+  * libfastjson 0.99.8 required
+  * libczmq >= 3.0.2 is now required for omczmq
+  * libcurl is now needed for rsyslog core
+  * rsyslogd: add capability to specify that no pid file shall be written
+  * core improvements and bug fixes
+  * RainerScript improvements and bug fixes
+  * build fixes, including gcc7 fixes
+drop 0001-imgssapi-fix-compiler-warnings.patch
+  * various bug fixes in multiple modules
+
+---

Old:

  0001-imgssapi-fix-compiler-warnings.patch
  rsyslog-8.30.0.tar.gz
  rsyslog-doc-8.30.0.tar.gz

New:

  rsyslog-8.32.0.tar.gz
  rsyslog-doc-8.32.0.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.Uynha4/_old  2018-01-30 15:38:42.434561571 +0100
+++ /var/tmp/diff_new_pack.Uynha4/_new  2018-01-30 15:38:42.442561197 +0100
@@ -25,7 +25,7 @@
 Summary:The enhanced syslogd for Linux and Unix
 License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:8.30.0
+Version:8.32.0
 Release:0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -112,6 +112,7 @@
 BuildRequires:  libtool
 #
 BuildRequires:  bison
+BuildRequires:  curl-devel
 BuildRequires:  flex
 BuildRequires:  openssl-devel >= 0.9.7
 BuildRequires:  pcre-devel
@@ -129,9 +130,6 @@
 %else
 BuildRequires:  liblogging-devel
 %endif
-%if %{with elasticsearch}
-BuildRequires:  curl-devel
-%endif
 %if %{with omhttpfs}
 BuildRequires:  curl-devel >= 7.0.0
 %endif
@@ -149,7 +147,7 @@
 # TODO: PKG_CHECK_MODULES(LIBMONGO_CLIENT, libmongo-client >= 0.1.4)
 %endif
 %if %{with zeromq}
-BuildRequires:  czmq-devel >= 1.1.0
+BuildRequires:  czmq-devel >= 3.0.2
 %endif
 %if %{with gssapi}
 BuildRequires:  krb5-devel
@@ -200,7 +198,7 @@
 # but json check is unconditional
 %if %{with pkgconfig}
 BuildRequires:  pkgconfig(libestr) >= 0.1.9
-BuildRequires:  pkgconfig(libfastjson) >= 0.99.7
+BuildRequires:  pkgconfig(libfastjson) >= 0.99.8
 BuildRequires:  pkgconfig(uuid) >= 2.21.0
 %else
 BuildRequires:  libestr-devel
@@ -233,7 +231,6 @@
 
 # PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodrig...@opensuse.org Customize 
upstream systemd unit for openSUSE needs.
 Patch0: rsyslog-unit.patch
-Patch1: 0001-imgssapi-fix-compiler-warnings.patch
 
 # this is a dirty hack since % dir does only work for the specified directory 
and nothing above
 # but I want to be able to switch this to /etc/apparmor.d once the profiles 
received more testing
@@ -550,7 +547,6 @@
 %prep
 %setup -q -a 14
 %patch0 -p1
-%patch1 -p1
 #
 %if %{with systemd}
 for file in rsyslog-service-prepare; do

++ rsyslog-8.30.0.tar.gz -> rsyslog-8.32.0.tar.gz ++
 50864 lines of diff (skipped)

++ rsyslog-doc-8.30.0.tar.gz -> rsyslog-doc-8.32.0.tar.gz ++
 125916 lines of diff (skipped)




commit multipath-tools for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2018-01-30 15:37:44

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


Package is "multipath-tools"

Tue Jan 30 15:37:44 2018 rev:96 rq:569882 version:0.7.3+31+suse.6804bb73f72d

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2018-01-23 13:46:18.736329622 +0100
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2018-01-30 15:37:47.553123882 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 13:52:10 UTC 2018 - mwi...@suse.com
+
+- Update to version 0.7.3+31+suse.6804bb73f72d:
+  * libmultipath: hwtable: no_path_retry="queue" for NetApp NVMe
+  (bsc#1073319)
+
+---

Old:

  multipath-tools-0.7.3+30+suse.6b5ed839.tar.xz

New:

  multipath-tools-0.7.3+31+suse.6804bb73f72d.tar.xz



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.8nFeRJ/_old  2018-01-30 15:37:48.201093629 +0100
+++ /var/tmp/diff_new_pack.8nFeRJ/_new  2018-01-30 15:37:48.205093442 +0100
@@ -97,7 +97,7 @@
 
 Name:   multipath-tools
 Url:http://christophe.varoqui.free.fr/
-Version:0.7.3+30+suse.6b5ed839
+Version:0.7.3+31+suse.6804bb73f72d
 Release:0
 Summary:Tools to Manage Multipathed Devices with the device-mapper
 License:GPL-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.8nFeRJ/_old  2018-01-30 15:37:48.249091388 +0100
+++ /var/tmp/diff_new_pack.8nFeRJ/_new  2018-01-30 15:37:48.249091388 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/openSUSE/multipath-tools.git
-  6b5ed8398a5d3b35cdf674d8256d9390a632b763
\ No newline at end of file
+  6804bb73f72dae11bd90b7cfdf22fa77a865ab80
\ No newline at end of file

++ multipath-tools-0.7.3+30+suse.6b5ed839.tar.xz -> 
multipath-tools-0.7.3+31+suse.6804bb73f72d.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/multipath-tools-0.7.3+30+suse.6b5ed839/libmultipath/hwtable.c 
new/multipath-tools-0.7.3+31+suse.6804bb73f72d/libmultipath/hwtable.c
--- old/multipath-tools-0.7.3+30+suse.6b5ed839/libmultipath/hwtable.c   
2018-01-19 19:08:38.0 +0100
+++ new/multipath-tools-0.7.3+31+suse.6804bb73f72d/libmultipath/hwtable.c   
2018-01-23 17:40:39.0 +0100
@@ -680,16 +680,17 @@
.no_path_retry = 24,
},
/*
-* NetApp NVMe-FC namespace devices: MULTIBUS preferred
+* NetApp NVMe-FC namespace devices: MULTIBUS, queueing preferred
 *
 * The table is searched backwards, so place this after generic NVMe
 */
{
.vendor= "NVME",
-   .product   = "(NetApp |)ONTAP Controller",
+   .product   = "^NetApp ONTAP Controller",
.uid_attribute = "ID_WWN",
.checker_name  = NONE,
.pgpolicy  = MULTIBUS,
+   .no_path_retry = NO_PATH_RETRY_QUEUE,
.retain_hwhandler = RETAIN_HWHANDLER_OFF,
},
/*




commit systemd-presets-branding-openSUSE for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package systemd-presets-branding-openSUSE 
for openSUSE:Factory checked in at 2018-01-30 15:38:18

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


Package is "systemd-presets-branding-openSUSE"

Tue Jan 30 15:38:18 2018 rev:53 rq:569982 version:12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/systemd-presets-branding-openSUSE/systemd-presets-branding-openSUSE.changes
  2018-01-20 11:25:01.273117395 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-presets-branding-openSUSE.new/systemd-presets-branding-openSUSE.changes
 2018-01-30 15:38:21.123556537 +0100
@@ -6,0 +7,6 @@
+Mon Jan  1 11:27:23 UTC 2018 - w...@rosenauer.org
+
+- enable pcscd socket activation by default to support smartcards
+  out of the box (boo#1063983)
+
+---



Other differences:
--
++ default-SUSE.preset ++
--- /var/tmp/diff_new_pack.vvjFyp/_old  2018-01-30 15:38:21.655531701 +0100
+++ /var/tmp/diff_new_pack.vvjFyp/_new  2018-01-30 15:38:21.655531701 +0100
@@ -44,3 +44,4 @@
 enable vmblock-fuse.service
 enable vmtoolsd.service
 enable xencommons.service
+enable pcscd.socket




commit parted for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2018-01-30 15:38:04

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


Package is "parted"

Tue Jan 30 15:38:04 2018 rev:123 rq:569979 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2017-12-31 
00:42:53.831942466 +0100
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2018-01-30 
15:38:07.116210514 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 15:22:20 UTC 2018 - sparscha...@suse.de
+
+- libparted: dasd: Use BLKRRPART only when needed (bsc#1065197,
+  bsc#1067435)
+  - add: libparted-use-BLKRRPART-only-when-needed.patch
+
+---

New:

  libparted-use-BLKRRPART-only-when-needed.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.Y6k5Fz/_old  2018-01-30 15:38:08.464147581 +0100
+++ /var/tmp/diff_new_pack.Y6k5Fz/_new  2018-01-30 15:38:08.468147394 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parted
 #
-# 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
@@ -85,6 +85,7 @@
 Patch57:parted-escape-printed-device-path.patch
 Patch58:parted-add-ignore-busy-option.patch
 Patch59:parted-fix-resizepart-and-rm-command.patch
+Patch60:libparted-use-BLKRRPART-only-when-needed.patch
 # Fatresize
 Patch100:   parted-fatresize-autoconf.patch
 Patch101:   fatresize-fix-getting-dev-name.patch
@@ -194,6 +195,7 @@
 %patch57 -p1
 %patch58 -p1
 %patch59 -p1
+%patch60 -p1
 %patch100 -p1
 %patch101 -p1
 %patch150 -p1

++ libparted-use-BLKRRPART-only-when-needed.patch ++
From: Sebastian Parschauer 
Date: Thu, 25 Jan 2018 17:06:00 +0100
Subject: libparted: dasd: Use BLKRRPART only when needed
References: bsc#1065197, bsc#1067435
Patch-mainline: no, upstream dropped proper DASD support

The BLKRRPART ioctl is required due to limitations of the DASD
disk layout. We use it always for those devices right now but when
adding or removing a partition at the end, then it is enough to use
the BLKPG* ioctls. The problem with BLKRRPART occurs when one of the
first partitions is busy. BLKRRPART touches all partitions and the
parted command fails in this case.
So detect that situation and use BLKRRPART only when needed instead.

Signed-off-by: Sebastian Parschauer 
---
 include/parted/disk.in.h |  1 +
 libparted/arch/linux.c   | 13 +++--
 libparted/disk.c | 15 +--
 3 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/include/parted/disk.in.h b/include/parted/disk.in.h
index b42e7cf..ac57d68 100644
--- a/include/parted/disk.in.h
+++ b/include/parted/disk.in.h
@@ -195,6 +195,7 @@ struct _PedDisk {
 int update_mode;/**< mode without free/metadata
partitions, for easier
update */
+int needs_blkrrpart;/* special cases on DASDs */
 };
 
 struct _PedDiskOps {
diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
index 461c095..d7d37e7 100644
--- a/libparted/arch/linux.c
+++ b/libparted/arch/linux.c
@@ -3264,14 +3264,15 @@ static int
 linux_disk_commit (PedDisk* disk)
 {
 if (disk->dev->type != PED_DEVICE_FILE) {
-/* The ioctl() command BLKPG_ADD_PARTITION does not notify
- * the devfs system; consequently, /proc/partitions will not
- * be up to date, and the proper links in /dev are not
- * created.  Therefore, if using DevFS, we must get the kernel
- * to re-read and grok the partition table.
+/* If adding or removing partitions not at the end, then the
+ * ioctl() command BLKPG_ADD_PARTITION does not notify the
+ * devfs system; consequently, /proc/partitions will not be up
+ * to date, and the proper links in /dev are not created.
+ * Therefore, if using DevFS, we must get the kernel to re-read
+ * and grok the partition table.
  */
 /* Work around kernel dasd problem so we really do BLKRRPART */
-   if (disk->dev->type == PED_DEVICE_DASD)
+   if (disk->dev->type == PED_DEVICE_DASD && disk->needs_blkrrpart)
   return _kernel_reread_part_table(disk->dev);
 
   

commit zziplib for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zziplib for openSUSE:Factory checked 
in at 2018-01-30 15:38:10

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


Package is "zziplib"

Tue Jan 30 15:38:10 2018 rev:25 rq:569981 version:0.13.67

Changes:

--- /work/SRC/openSUSE:Factory/zziplib/zziplib.changes  2017-11-10 
14:41:38.098275409 +0100
+++ /work/SRC/openSUSE:Factory/.zziplib.new/zziplib.changes 2018-01-30 
15:38:12.243971109 +0100
@@ -1,0 +2,28 @@
+Tue Jan 23 20:18:19 UTC 2018 - tchva...@suse.com
+
+- Drop tests as they fail completely anyway, not finding lib needing
+  zip command, this should allow us to kill python dependency
+- Also drop docs subdir avoiding python dependency for it
+  * The generated xmls were used for mans too but we shipped those
+only in devel pkg and as such we will live without them
+
+---
+Tue Jan 23 20:03:01 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.13.67:
+  * Various fixes found by fuzzing
+  * Merged bellow patches
+- Remove merged patches:
+  * zziplib-CVE-2017-5974.patch
+  * zziplib-CVE-2017-5975.patch
+  * zziplib-CVE-2017-5976.patch
+  * zziplib-CVE-2017-5978.patch
+  * zziplib-CVE-2017-5979.patch
+  * zziplib-CVE-2017-5981.patch
+- Switch to github tarball as upstream seem no longer pull it to
+  sourceforge
+- Remove no longer applying patch zziplib-unzipcat-NULL-name.patch
+  * The sourcecode was quite changed for this to work this way
+anymore, lets hope this is fixed too
+
+---

Old:

  zziplib-0.13.62.tar.bz2
  zziplib-CVE-2017-5974.patch
  zziplib-CVE-2017-5975.patch
  zziplib-CVE-2017-5976.patch
  zziplib-CVE-2017-5978.patch
  zziplib-CVE-2017-5979.patch
  zziplib-CVE-2017-5981.patch
  zziplib-unzipcat-NULL-name.patch

New:

  v0.13.67.tar.gz



Other differences:
--
++ zziplib.spec ++
--- /var/tmp/diff_new_pack.rEAbbX/_old  2018-01-30 15:38:13.291922181 +0100
+++ /var/tmp/diff_new_pack.rEAbbX/_new  2018-01-30 15:38:13.291922181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zziplib
 #
-# 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,32 +18,23 @@
 
 %define lname  libzzip-0-13
 Name:   zziplib
-Version:0.13.62
+Version:0.13.67
 Release:0
 Summary:Free Zip Compression Library with an Easy-to-Use API
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://zziplib.sourceforge.net
-Source0:
http://prdownloads.sourceforge.net/zziplib/%{name}-%{version}.tar.bz2
+Source0:https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz
 Source2:baselibs.conf
 Patch0: zziplib-0.13.62.patch
 Patch1: zziplib-0.13.62-wronglinking.patch
 Patch2: zziplib-largefile.patch
-Patch3: zziplib-CVE-2017-5974.patch
-Patch4: zziplib-CVE-2017-5975.patch
-Patch5: zziplib-CVE-2017-5976.patch
-Patch6: zziplib-CVE-2017-5978.patch
-Patch7: zziplib-CVE-2017-5979.patch
-Patch8: zziplib-unzipcat-NULL-name.patch
-Patch9: zziplib-CVE-2017-5981.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xmlto
-BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(zlib)
 
 %description
@@ -75,13 +66,8 @@
 %patch0
 %patch1
 %patch2
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
+# do not bother with html docs saving us python2 dependency
+sed -i -e 's:docs ::g' Makefile.am
 
 %build
 autoreconf -fiv
@@ -94,31 +80,25 @@
 
 %install
 %make_install
-# Fix wrong encoding
-dos2unix docs/README.MSVC6
-dos2unix docs/sdocbook.css
 rm -f docs/Make* docs/zziplib-manpages.ar
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
-%check
-make %{?_smp_mflags} check || exit 0
-
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
+%license COPYING.LIB
 %{_libdir}/libzzip*.so.*
 
 %files devel
-%doc docs/README* docs/* ChangeLog README TODO
+%doc docs/README* ChangeLog README TODO
 %{_bindir}/unzzip*
 %{_bindir}/zz*
 %{_bindir}/unzip-mem
 %{_libdir}/libzzip*.so
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc
-%{_mandir}/man3/*
 %{_datadir}/aclocal/*.m4
 
 %changelog




commit kbd for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2018-01-30 15:37:59

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


Package is "kbd"

Tue Jan 30 15:37:59 2018 rev:87 rq:569978 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2017-12-10 18:14:33.875426402 
+0100
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes 2018-01-30 
15:38:01.728462058 +0100
@@ -1,0 +2,14 @@
+Fri Jan 12 17:39:18 CET 2018 - sbra...@suse.com
+
+- Move initial NumLock handling from systemd back to kbd:
+  * Add kbdsettings service written by Thomas Blume (boo#1010880,
+kbdsettings, kbdsettings.service, numlockbios.c,
+update sysconfig.console and sysconfig.keyboard).
+  * Exclude numlockbios support for non x86 platforms
+(kbdsettings-nox86.patch).
+- Drop references to KEYTABLE and COMPOSETABLE (boo#1010880#c32,
+  boo#1010880#c54,  sysconfig.keyboard.del, README.SUSE,
+  drop kbd.fillup).
+- Fix paths in kbd.pl.
+
+---

Old:

  kbd.fillup

New:

  kbdsettings
  kbdsettings-nox86.patch
  kbdsettings.service
  numlockbios.c



Other differences:
--
++ kbd.spec ++
--- /var/tmp/diff_new_pack.jN1Fxc/_old  2018-01-30 15:38:03.152395578 +0100
+++ /var/tmp/diff_new_pack.jN1Fxc/_new  2018-01-30 15:38:03.156395391 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kbd
 #
-# 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,7 +35,6 @@
 Source2:suse-add.tar.bz2
 Source3:README.SUSE
 Source4:vlock.pamd
-Source5:kbd.fillup
 Source8:sysconfig.console
 Source9:sysconfig.keyboard
 Source11:   fbtest.c
@@ -43,6 +42,9 @@
 Source13:   guess_encoding.pl
 Source14:   kbd.pl
 Source15:   cz-map.patch
+Source20:   kbdsettings
+Source21:   kbdsettings.service
+Source22:   numlockbios.c
 Source42:   convert-kbd-mac.sed
 Source43:   repack_kbd.sh
 Source44:   xml2lst.pl
@@ -61,6 +63,8 @@
 # Patch13: adds xkb and legacy keymaps subdirs to loadkyes search path
 # (openSUSE FATE#318355, sle FATE#318426)
 Patch13:kbd-1.15.5-loadkeys-search-path.patch
+# PATCH-FEATURE-OPENSUSE kbdsettings-nox86.patch sbra...@suse.cz -- Disable 
"bios" option for NumLock settings on non x86 platforms.
+Patch14:kbdsettings-nox86.patch
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  check-devel
@@ -102,8 +106,13 @@
 %prep
 %setup -q -a 1 -a 2 -n kbd-%{version}
 
+cp -fp %{SOURCE8} .
+cp -fp %{SOURCE9} .
 cp -fp %{SOURCE44} .
 cp -fp %{SOURCE45} .
+cp -fp %{SOURCE20} .
+cp -fp %{SOURCE21} .
+cp -fp %{SOURCE22} .
 %patch0 -p1
 %patch2
 %patch3
@@ -116,6 +125,9 @@
 %patch11
 %patch12 -p1
 %patch13 -p1
+%ifnarch %{ix86} x86_64
+%patch14 -p0
+%endif
 
 %build
 for i in `find data/keymaps/mac -type f` ; do
@@ -141,6 +153,9 @@
--enable-optional-progs
 make %{?_smp_mflags}
 gcc %{optflags} -o fbtest   $RPM_SOURCE_DIR/fbtest.c
+%ifarch %{ix86} x86_64
+gcc %{optflags} -o numlockbios $RPM_SOURCE_DIR/numlockbios.c
+%endif
 # fix lat2-16.psfu (bnc#340579)
 font=data/consolefonts/lat2a-16.psfu
 ./src/psfxtable -i $font -it  data/unimaps/lat2u.uni \
@@ -241,9 +256,8 @@
 )
 FILLUP_DIR=%{buildroot}%{_fillupdir}
 mkdir -p $FILLUP_DIR
-install -m 644 %{SOURCE8} $FILLUP_DIR/sysconfig.console
-install -m 644 %{SOURCE9} $FILLUP_DIR/sysconfig.keyboard
-cat %{SOURCE5} >> $FILLUP_DIR/sysconfig.keyboard
+install -m 644 sysconfig.console $FILLUP_DIR/sysconfig.console
+install -m 644 sysconfig.keyboard $FILLUP_DIR/sysconfig.keyboard
 %ifnarch %{ix86} x86_64
rm -f %{buildroot}%{_mandir}/man8/resizecons.8*
 %endif
@@ -252,6 +266,10 @@
 rm -f %{buildroot}%{_mandir}/man8/setkeycodes.8*
 %endif
 install -m 755 fbtest%{buildroot}%{_sbindir}
+%ifarch %{ix86} x86_64
+install -d %{buildroot}%{_libexecdir}/%{name}
+install -m 755 numlockbios %{buildroot}%{_libexecdir}/%{name}
+%endif
 install -d %{buildroot}%{_sysconfdir}/pam.d
 install -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pam.d/vlock
 install -m 644 %{SOURCE12} %{buildroot}%{_mandir}/man8/
@@ -341,14 +359,32 @@
 sh ./genmap4systemd.sh %{buildroot}%{kbd}/keymaps/xkb \
   > %{buildroot}%{_datadir}/systemd/kbd-model-map.xkb-generated
 
+install -m0755 kbdsettings %{buildroot}%{_sbindir}/
+install -d %{buildroot}%{_prefix}/lib/systemd/system
+install -m0644 kbdsettings.service %{buildroot}%{_prefix}/lib/systemd/system
+
 %find_lang %{name}
 
+%pre

commit w3m for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package w3m for openSUSE:Factory checked in 
at 2018-01-30 15:36:56

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


Package is "w3m"

Tue Jan 30 15:36:56 2018 rev:45 rq:569803 version:0.5.3+git20180125

Changes:

--- /work/SRC/openSUSE:Factory/w3m/w3m.changes  2016-12-02 16:36:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.w3m.new/w3m.changes 2018-01-30 
15:37:21.222353227 +0100
@@ -1,0 +2,17 @@
+Thu Jan 25 10:26:25 UTC 2018 - thomas.bl...@suse.com
+
+- add git ChangeLog to /usr/share/doc/w3m/
+
+- update to version 0.5.3+git20180125
+  addressed security issue:
+ CVE-2018-6196: w3m: an infinite recursion flaw in HTMLlineproc0 
+   because the feed_table_block_tag function in table.c does not 
+   prevent a negative indent value allows for (bsc#1077559)
+ CVE-2018-6197: w3m: NULL pointer dereference flaw in formUpdateBuffer 
+   in form.c (bsc#1077568)
+ CVE-2018-6198: w3m: does not properly handle temporary files when 
+   the ~/.w3m directory is unwritable, which allows a local attacker 
to 
+   craft a symlink attack to overwrite arbitrary files (bsc#1077572)
+  other changes, bugfixes see: /usr/share/doc/w3m/ChangeLog
+
+---

Old:

  w3m-0.5.3.git20161120.tar.xz

New:

  w3m-0.5.3+git20180125.tar.xz



Other differences:
--
++ w3m.spec ++
--- /var/tmp/diff_new_pack.ArXK56/_old  2018-01-30 15:37:21.862323348 +0100
+++ /var/tmp/diff_new_pack.ArXK56/_new  2018-01-30 15:37:21.866323161 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package w3m
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   w3m
 Url:http://w3m.sourceforge.net/
-Version:0.5.3.git20161120
+Version:0.5.3+git20180125
 Release:0
 Summary:A text-based WWW browser
 License:ISC
@@ -124,6 +124,7 @@
 /usr/bin/w3m
 /usr/bin/w3mman
 %doc doc/*
+%doc ChangeLog
 %_mandir/de/man1/w3m*
 %_libdir/w3m
 %exclude %_libdir/w3m/w3mimgdisplay

++ _service ++
--- /var/tmp/diff_new_pack.ArXK56/_old  2018-01-30 15:37:21.910321106 +0100
+++ /var/tmp/diff_new_pack.ArXK56/_new  2018-01-30 15:37:21.910321106 +0100
@@ -4,7 +4,7 @@
 https://github.com/tblume/w3m.git
 
 w3m
-0.5.3.git20161120
+0.5.3+git20180125
 master
 
 




commit patterns-kde for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package patterns-kde for openSUSE:Factory 
checked in at 2018-01-30 15:37:32

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


Package is "patterns-kde"

Tue Jan 30 15:37:32 2018 rev:13 rq:569873 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-kde/patterns-kde.changes
2018-01-18 11:59:09.260801814 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-kde.new/patterns-kde.changes   
2018-01-30 15:37:35.417690466 +0100
@@ -1,0 +2,10 @@
+Fri Jan 26 13:55:59 UTC 2018 - fab...@ritter-vogt.de
+
+- Recommend plasma5-session-wayland to install it by default
+
+---
+Tue Jan 16 11:00:47 UTC 2018 - fab...@ritter-vogt.de
+
+- Don't recommend kde-gtk-config5, replaced by supplements
+
+---



Other differences:
--
++ patterns-kde.spec ++
--- /var/tmp/diff_new_pack.Ug7Ea1/_old  2018-01-30 15:37:36.065660214 +0100
+++ /var/tmp/diff_new_pack.Ug7Ea1/_new  2018-01-30 15:37:36.069660027 +0100
@@ -529,11 +529,11 @@
 Recommends: plasma5-pa
 Recommends: plasma5-pk-updates
 Recommends: plasma5-addons
+Recommends: plasma5-session-wayland
 Recommends: keditbookmarks
 Recommends: konsole
 Recommends: kdenetwork4-filesharing
 Recommends: pinentry-qt5
-Recommends: kde-gtk-config5
 Recommends: yast2-control-center-qt
 # we want useful bug reports
 Recommends: gdb




commit kexec-tools for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2018-01-30 15:37:38

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


Package is "kexec-tools"

Tue Jan 30 15:37:38 2018 rev:123 rq:569880 version:2.0.16

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2018-01-13 
21:35:23.132363539 +0100
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2018-01-30 15:37:39.737488781 +0100
@@ -1,0 +2,61 @@
+Fri Jan 19 12:59:56 UTC 2018 - tchva...@suse.com
+
+- Create compat link for rckexec-loader systemd service
+- Convert the asciidoc file to normal man in order to drop asciidoc dep
+  * python2 only obsoletion and upstream has only raw manpages too
+- Properly state all post/postun dependencies (systemd, suse-module-tools)
+- There is no reason for exclusive arch if we state all archs
+- Bump to version 2.0.16
+  Changelog: 
http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.14..v2.0.16
+- Remove support for older products to trivialize spec file
+- Make sure to not pull python2 via asciidoc
+- Drop merged patch 0001-kexec-tools-2.0.14.git.patch
+- Drop all patches from upstream git:
+  * 0002-ppc64-Reduce-number-of-ELF-LOAD-segments.patch
+  * 0003-kexec-Increase-the-upper-limit-for-RAM-segments.patch
+  * 0004-alpha-add-missing-__NR_kexec_load-definition.patch
+  * 0005-kexec-implemented-XEN-KEXEC-STATUS-to-determine-if-a.patch
+  * 0006-kexec-Remove-redundant-space-from-help-message.patch
+  * 0007-purgatory-Add-purgatory.map-and-purgatory.ro.sym-to-.patch
+  * 0008-kexec-Add-option-to-get-crash-kernel-region-size.patch
+  * 0009-crashdump-arm-Add-get_crash_kernel_load_range-functi.patch
+  * 0010-crashdump-arm64-Add-get_crash_kernel_load_range-func.patch
+  * 0011-crashdump-cris-Add-get_crash_kernel_load_range-funct.patch
+  * 0012-crashdump-ia64-Add-get_crash_kernel_load_range-funct.patch
+  * 0013-crashdump-m68k-Add-get_crash_kernel_load_range-funct.patch
+  * 0014-crashdump-mips-Add-get_crash_kernel_load_range-funct.patch
+  * 0015-crashdump-ppc-Add-get_crash_kernel_load_range-functi.patch
+  * 0016-crashdump-ppc64-Add-get_crash_kernel_load_range-func.patch
+  * 0017-crashdump-s390-Add-get_crash_kernel_load_range-funct.patch
+  * 0018-crashdump-sh-Add-get_crash_kernel_load_range-functio.patch
+  * 0019-gitignore-add-two-generated-files-in-purgatory.patch
+  * 0020-Only-print-debug-message-when-failed-to-serach-for-k.patch
+  * 0021-build_mem_phdrs-check-if-p_paddr-is-invalid.patch
+  * 0022-uImage-fix-realloc-pointer-confusion.patch
+  * 0023-uImage-Fix-uImage_load-for-little-endian-machines.patch
+  * 0024-uImage-Add-new-IH_ARCH_xxx-definitions.patch
+  * 0025-uImage-use-char-instead-of-unsigned-char-for-uImage_.patch
+  * 0026-uImage-use-char-instead-of-unsigned-char-for-uImage_.patch
+  * 0027-arm64-add-uImage-support.patch
+  * 0028-vmcore-dmesg-Define-_GNU_SOURCE.patch
+  * 0029-Don-t-use-L-width-specifier-with-integer-values.patch
+  * 0030-x86-x86_64-Fix-format-warning-with-die.patch
+  * 0031-ppc-Fix-format-warning-with-die.patch
+  * 0032-crashdump-Remove-stray-get_crashkernel_region-declar.patch
+  * 0033-x86-Support-large-number-of-memory-ranges.patch
+  * 0034-Fix-broken-Xen-support-in-configure.ac.patch
+  * 0035-kexec-extend-the-semantics-of-kexec_iomem_for_each_l.patch
+  * 0036-kexec-generalize-and-rename-get_kernel_stext_sym.patch
+  * 0037-arm64-identify-PHYS_OFFSET-correctly.patch
+  * 0038-arm64-change-return-values-on-error-to-negative.patch
+  * 0039-arm64-kdump-identify-memory-regions.patch
+  * 0040-arm64-kdump-add-elf-core-header-segment.patch
+  * 0041-arm64-kdump-set-up-kernel-image-segment.patch
+  * 0042-arm64-kdump-set-up-other-segments.patch
+  * 0043-arm64-kdump-add-DT-properties-to-crash-dump-kernel-s.patch
+  * 0044-arm64-kdump-Add-support-for-binary-image-files.patch
+  * 0045-Handle-additional-e820-memmap-type-strings.patch
+  * 0046-powerpc-fix-command-line-overflow-error.patch
+  * 0047-fix-how-RMA-top-is-deduced.patch
+
+---

Old:

  0001-kexec-tools-2.0.14.git.patch
  0002-ppc64-Reduce-number-of-ELF-LOAD-segments.patch
  0003-kexec-Increase-the-upper-limit-for-RAM-segments.patch
  0004-alpha-add-missing-__NR_kexec_load-definition.patch
  0005-kexec-implemented-XEN-KEXEC-STATUS-to-determine-if-a.patch
  0006-kexec-Remove-redundant-space-from-help-message.patch
  0007-purgatory-Add-purgatory.map-and-purgatory.ro.sym-to-.patch
  0008-kexec-Add-option-to-get-crash-kernel-region-size.patch
  0009-crashdump-arm-Add-get_crash_kernel_load_range-functi.patch
  0010-crashdump-arm64-Add-get_crash_kernel_load_range-func.patch
  

commit java-10-openjdk for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package java-10-openjdk for openSUSE:Factory 
checked in at 2018-01-30 15:37:21

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


Package is "java-10-openjdk"

Tue Jan 30 15:37:21 2018 rev:10 rq:569865 version:10.0.0.0~41

Changes:

--- /work/SRC/openSUSE:Factory/java-10-openjdk/java-10-openjdk.changes  
2018-01-26 13:36:51.112714305 +0100
+++ /work/SRC/openSUSE:Factory/.java-10-openjdk.new/java-10-openjdk.changes 
2018-01-30 15:37:31.381878893 +0100
@@ -1,0 +2,46 @@
+Fri Jan 26 06:48:11 UTC 2018 - fst...@suse.com
+
+- Update to tag jdk-10+41
+  * Fixes:
++ S8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, 
+  but no configure flag
++ S8191839: ModuleElement.DirectiveVisitor :: visit() method 
+  behavior is deviating from the spec
++ S8192004: InspectedFrame.materializeVirtualObjects only 
+  updates locals with new objects
++ S8194135: The content in textArea can not be pasted after 
+  clicking "Copy" button.
++ S8194229: tools/jmod/JmodTest.jtr fails when no privilege to 
+  create sym link on windows
++ S8194307: KeyStore#getInstance with custom LoadStoreParameter 
+  succeeds with invalid password
++ S8194869: [TESTBUG][aix, s390] Adapt tests to platforms.
++ S8194982: 2 Null pointer dereference defect groups related to 
+  ProjNode::is_uncommon_trap_if_pattern()
++ S8194989: 2 Null pointer dereference defect groups caused by 
+  Dependencies::DepValue::as_klass()
++ S8194991: Null pointer dereference caused by 
+  c2v_getNextStackFrame
++ S8194992: Null pointer dereference in MultiNode::proj_out 
+  related to loopexit()
++ S8195478: sun/text/resources/LocaleDataTest.java fails with 
+  java.lang.Exception
++ S8195615: libsplashscreen linux ppc64le build error after 
+  libpng update
++ S8195685: AArch64: AArch64 cannot build with JDK-8174962
++ S8195823: Buffers given to response body subscribers should 
+  not contain unprocessed HTTP data
+- Modified patch:
+  * JDK-8194739-zero.patch
++ Version that is commited to the jdk10 repository
+  * jdk10-gcc6.patch
++ Rediff to changed context
+- Removed patch:
+  * JDK-8195685-aarch64.patch
++ Integrated upstream
+- Added patch:
+  * JDK-8196136-aarch64.patch
++ S8196136: AArch64: Correct register use in patch for
+  JDK-8195685
+
+---

Old:

  860326263d1f.tar.bz2
  JDK-8195685-aarch64.patch

New:

  3eae36c6baa5.tar.bz2
  JDK-8196136-aarch64.patch



Other differences:
--
++ java-10-openjdk.spec ++
--- /var/tmp/diff_new_pack.7wzbJT/_old  2018-01-30 15:37:35.025708767 +0100
+++ /var/tmp/diff_new_pack.7wzbJT/_new  2018-01-30 15:37:35.029708581 +0100
@@ -33,10 +33,10 @@
 %global updatever   0
 %global patchver0
 %global datever 2018-03-20
-%global buildver40
+%global buildver41
 %global hg_project  jdk
 %global hg_repository   jdk10
-%global hg_revision 860326263d1f
+%global hg_revision 3eae36c6baa5
 %global icedtea_sound_version 1.0.1
 %global java_atk_wrapper_version 0.33.2
 # priority must be 6 digits in total
@@ -176,7 +176,7 @@
 #
 Patch200:   ppc_stack_overflow_fix.patch
 Patch201:   JDK-8194739-zero.patch
-Patch202:   JDK-8195685-aarch64.patch
+Patch202:   JDK-8196136-aarch64.patch
 #
 Patch300:   java-10-openjdk-linuxfilestore.patch
 Patch301:   bootcycle_jobs.patch

++ 860326263d1f.tar.bz2 -> 3eae36c6baa5.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-10-openjdk/860326263d1f.tar.bz2 
/work/SRC/openSUSE:Factory/.java-10-openjdk.new/3eae36c6baa5.tar.bz2 differ: 
char 11, line 1

++ JDK-8194739-zero.patch ++
--- /var/tmp/diff_new_pack.7wzbJT/_old  2018-01-30 15:37:35.089705779 +0100
+++ /var/tmp/diff_new_pack.7wzbJT/_new  2018-01-30 15:37:35.089705779 +0100
@@ -1,5 +1,28 @@
 jdk10/src/hotspot/share/interpreter/bytecodeInterpreter.cpp
2018-01-18 00:25:18.0 +0100
-+++ jdk10/src/hotspot/share/interpreter/bytecodeInterpreter.cpp
2018-01-22 15:10:47.561677173 +0100
+
+# HG changeset patch
+# User aph
+# Date 1516634342 0
+# Node ID 69d1a15904857fb6dc9c34fde48db62a82f1368a
+# Parent  d47392528c658d904ce76075130c75d64fda3ceb
+8194739: Zero port of 8174962: Better interface invocations
+Reviewed-by: adinn, coleenp
+
+diff -r d47392528c65 -r 69d1a1590485 
src/hotspot/cpu/zero/methodHandles_zero.cpp
+--- a/src/hotspot/cpu/zero/methodHandles_zero.cpp  Tue Dec 19 17:31:53 
2017 -0500
 b/src/hotspot/cpu/zero/methodHandles_zero.cpp  Mon Jan 22 15:19:02 

commit publicsuffix for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package publicsuffix for openSUSE:Factory 
checked in at 2018-01-30 15:37:07

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


Package is "publicsuffix"

Tue Jan 30 15:37:07 2018 rev:34 rq:569837 version:20180125

Changes:

--- /work/SRC/openSUSE:Factory/publicsuffix/publicsuffix.changes
2018-01-16 09:24:38.931445190 +0100
+++ /work/SRC/openSUSE:Factory/.publicsuffix.new/publicsuffix.changes   
2018-01-30 15:37:22.258304860 +0100
@@ -1,0 +2,8 @@
+Fri Jan 26 10:51:32 UTC 2018 - astie...@suse.com
+
+- Update to version 20180125:
+  * .br updated - 12 new 2nd level city domains
+  * Update .ke suffixes to include second-level domains
+  * Remove myfusion.cloud domain
+
+---

Old:

  publicsuffix-20171228.tar.xz

New:

  publicsuffix-20180125.tar.xz



Other differences:
--
++ publicsuffix.spec ++
--- /var/tmp/diff_new_pack.mFAG1g/_old  2018-01-30 15:37:23.846230722 +0100
+++ /var/tmp/diff_new_pack.mFAG1g/_new  2018-01-30 15:37:23.850230535 +0100
@@ -18,12 +18,12 @@
 
 
 Name:   publicsuffix
-Version:20171228
+Version:20180125
 Release:0
 Summary:Cross-vendor public domain suffix database
 License:MPL-2.0
 Group:  Productivity/Networking/Other
-URL:https://publicsuffix.org/
+Url:https://publicsuffix.org/
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  psl-make-dafsa
 BuildRequires:  python3

++ _servicedata ++
--- /var/tmp/diff_new_pack.mFAG1g/_old  2018-01-30 15:37:23.894228481 +0100
+++ /var/tmp/diff_new_pack.mFAG1g/_new  2018-01-30 15:37:23.898228293 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/publicsuffix/list.git
-  fcd8cc60e0768c09da701f59522de352a2fc9ccb
\ No newline at end of file
+  0f3b07d9aab6d6c9fe74990af98316468d40f488
\ No newline at end of file

++ publicsuffix-20171228.tar.xz -> publicsuffix-20180125.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/publicsuffix-20171228/.travis.yml 
new/publicsuffix-20180125/.travis.yml
--- old/publicsuffix-20171228/.travis.yml   2017-12-28 16:26:50.0 
+0100
+++ new/publicsuffix-20180125/.travis.yml   2018-01-25 10:22:16.0 
+0100
@@ -12,11 +12,9 @@
 - autopoint
 - libtool
 - gettext
-- libidn11
 - libidn11-dev
 - libidn2-0
 - libidn2-0-dev
-- libicu48
 - libicu-dev
 - libunistring0
 - libunistring-dev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/publicsuffix-20171228/public_suffix_list.dat 
new/publicsuffix-20180125/public_suffix_list.dat
--- old/publicsuffix-20171228/public_suffix_list.dat2017-12-28 
16:26:50.0 +0100
+++ new/publicsuffix-20180125/public_suffix_list.dat2018-01-25 
10:22:16.0 +0100
@@ -432,12 +432,14 @@
 // br : http://registro.br/dominio/categoria.html
 // Submitted by registry 
 br
+9guacu.br
 abc.br
 adm.br
 adv.br
 agr.br
 aju.br
 am.br
+anani.br
 aparecida.br
 arq.br
 art.br
@@ -450,6 +452,7 @@
 bmd.br
 boavista.br
 bsb.br
+campinagrande.br
 campinas.br
 caxias.br
 cim.br
@@ -460,6 +463,7 @@
 coop.br
 cri.br
 cuiaba.br
+curitiba.br
 def.br
 ecn.br
 eco.br
@@ -477,6 +481,7 @@
 fnd.br
 fortal.br
 fot.br
+foz.br
 fst.br
 g12.br
 ggf.br
@@ -525,6 +530,8 @@
 londrina.br
 macapa.br
 maceio.br
+manaus.br
+maringa.br
 mat.br
 med.br
 mil.br
@@ -554,8 +561,13 @@
 ribeirao.br
 rio.br
 riobranco.br
+riopreto.br
 salvador.br
 sampa.br
+santamaria.br
+santoandre.br
+saobernardo.br
+saogonca.br
 sjc.br
 slg.br
 slz.br
@@ -3525,8 +3537,17 @@
 yamanakako.yamanashi.jp
 yamanashi.yamanashi.jp
 
-// ke : 
http://www.kenic.or.ke/index.php?option=com_content=view=117=145
-*.ke
+// ke : http://www.kenic.or.ke/index.php/en/ke-domains/ke-domains
+ke
+ac.ke
+co.ke
+go.ke
+info.ke
+me.ke
+mobi.ke
+ne.ke
+or.ke
+sc.ke
 
 // kg : http://www.domain.kg/dmn_n.html
 kg
@@ -11545,10 +11566,6 @@
 freebox-os.fr
 freeboxos.fr
 
-// Fusion Intranet : https://www.fusion-intranet.com
-// Submitted by Matthias Burtscher 
-myfusion.cloud
-
 // Futureweb OG : http://www.futureweb.at
 // Submitted by Andreas Schnederle-Wagner 
 *.futurecms.at




commit kdump for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2018-01-30 15:37:15

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


Package is "kdump"

Tue Jan 30 15:37:15 2018 rev:92 rq:569861 version:0.8.16

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2018-01-16 
09:32:57.692109982 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2018-01-30 
15:37:25.282163680 +0100
@@ -1,0 +2,18 @@
+Fri Jan 26 13:03:47 UTC 2018 - ptesa...@suse.com
+
+- kdump-fix-m_threads-missing-initialization.patch: Fix m_threads
+  missing initialization (bsc#1047609).
+
+---
+Tue Jan 16 13:35:49 UTC 2018 - ptesa...@suse.com
+
+- kdump-try-both-kexec_load-and-kexec_file_load.patch: Try both
+  kexec_load(2) and kexec_file_load(2) (bsc#951144).
+
+---
+Tue Jan 16 13:32:25 UTC 2018 - ptesa...@suse.com
+
+- kdump-kdump_echo-and-kdump_logger-helpers.patch: load.sh:
+  introduce kdump_echo and kdump_logger helpers (bsc#951144).
+
+---

New:

  kdump-fix-m_threads-missing-initialization.patch
  kdump-kdump_echo-and-kdump_logger-helpers.patch
  kdump-try-both-kexec_load-and-kexec_file_load.patch



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.w5zrSa/_old  2018-01-30 15:37:26.714096825 +0100
+++ /var/tmp/diff_new_pack.w5zrSa/_new  2018-01-30 15:37:26.718096638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdump
 #
-# 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
@@ -76,6 +76,9 @@
 Patch27:%{name}-Limit-kdump-cpus-to-number-provided-by-config.patch
 Patch28:%{name}-Don-t-split-by-default.patch
 Patch29:%{name}-fillupdir-fixes.patch
+Patch30:%{name}-kdump_echo-and-kdump_logger-helpers.patch
+Patch31:%{name}-try-both-kexec_load-and-kexec_file_load.patch
+Patch32:%{name}-fix-m_threads-missing-initialization.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -167,6 +170,9 @@
 %if 0%{?suse_version} >= 1330
 %patch29 -p1
 %endif
+%patch30 -p1
+%patch31 -p1
+%patch32 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ kdump-fix-m_threads-missing-initialization.patch ++
From: Lance Wang 
Date: Fri, 19 Jan 2018 16:05:42 +0800
Subject: Fix m_threads missing initialization
References: bsc#1047609
Upstream: merged
Git-commit: 0905910da2eaa856a0e8bf26bbe6b5e4e9dc0788

kdumptool randomly outputs value for --num-threads.
So an error like following happened:

makedumpfile --num-threads 5223023572093018873 -d 31 -l /proc/vmcore.

Signed-off-by: Lance Wang 
---
 kdumptool/savedump.cc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kdumptool/savedump.cc
+++ b/kdumptool/savedump.cc
@@ -61,7 +61,7 @@ using std::ifstream;
 SaveDump::SaveDump()
 throw ()
 : m_dump(DEFAULT_DUMP), m_transfer(NULL), m_usedDirectSave(false),
-  m_useMakedumpfile(false), m_split(0), m_nomail(false)
+  m_useMakedumpfile(false), m_split(0), m_threads(0), m_nomail(false)
 {
 Debug::debug()->trace("SaveDump::SaveDump()");
 
++ kdump-kdump_echo-and-kdump_logger-helpers.patch ++
From: Lance Wang 
Date: Tue, 16 Jan 2018 13:37:37 +0100
Subject: load.sh: introduce kdump_echo and kdump_logger helpers
References: bsc#951144
Upstream: merged
Git-commit: b76b8fccbac6a7d2340d0452a6ba86530f588bfa

Instead of checking the verbosity flags every time, check them once
and provide an appropriate function definition.

Signed-off-by: Lance Wang 
---
 init/load.sh |   34 +++---
 1 file changed, 23 insertions(+), 11 deletions(-)

--- a/init/load.sh
+++ b/init/load.sh
@@ -163,9 +163,7 @@ function load_kdump_kexec()
 KEXEC_CALL="$KEXEC -p $kdump_kernel --append=\"$kdump_commandline\""
 KEXEC_CALL="$KEXEC_CALL --initrd=$kdump_initrd $kexec_options"
 
-if [ $((${KDUMP_VERBOSE:-0} & 4)) -gt 0 ] ; then
-echo "Loading kdump kernel: $KEXEC_CALL"
-fi
+kdump_echo "Loading kdump kernel: $KEXEC_CALL"
 
 local output
 output=$(eval "$KEXEC_CALL" 2>&1)
@@ -179,14 +177,10 @@ function load_kdump_kexec()
 # would be supressed (bnc#374185)
 echo -n "$output"
 
-if [ $((${KDUMP_VERBOSE:-0} & 1)) -gt 0 ] ; then
-if [ $result -eq 0 ] ; then
-

commit MozillaThunderbird for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2018-01-30 15:36:27

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


Package is "MozillaThunderbird"

Tue Jan 30 15:36:27 2018 rev:188 rq:569795 version:52.6

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2018-01-01 22:04:16.880020104 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2018-01-30 15:36:40.696245347 +0100
@@ -1,0 +2,35 @@
+Wed Jan 24 11:40:38 UTC 2018 - w...@rosenauer.org
+
+- update to Thunderbird 52.6 (bsc#1077291)
+  * Searching message bodies of messages in local folders, including
+filter and quick filter operations, not working reliably: Content
+not found in base64-encode message parts, non-ASCII text not found
+and false positives found.
+  * Defective messages (without at least one expected header) not shown
+in IMAP folders but shown on mobile devices
+  * Calendar: Unintended task deletion if numlock is enabled
+  * Mozilla platform security fixes
+  MFSA 2018-04
+  * CVE-2018-5095 (bmo#1418447)
+Integer overflow in Skia library during edge builder allocation
+  * CVE-2018-5096 (bmo#1418922)
+Use-after-free while editing form elements
+  * CVE-2018-5097 (bmo#1387427)
+Use-after-free when source document is manipulated during XSLT
+  * CVE-2018-5098 (bmo#1399400)
+Use-after-free while manipulating form input elements
+  * CVE-2018-5099 (bmo#1416878)
+Use-after-free with widget listener
+  * CVE-2018-5102 (bmo#1419363)
+Use-after-free in HTML media elements
+  * CVE-2018-5103 (bmo#1423159)
+Use-after-free during mouse event handling
+  * CVE-2018-5104 (bmo#1425000)
+Use-after-free during font face manipulation
+  * CVE-2018-5117 (bmo#1395508)
+URL spoofing with right-to-left text aligned left-to-right
+  * CVE-2018-5089
+Memory safety bugs fixed in Firefox 58 and Firefox ESR 52.6
+- dropped obsolete mozilla-ucontext.patch
+
+---
@@ -6,2 +41,6 @@
-vulnerabilities detected by the "Cure53" audit (MFSA 2017-30)
-  * CVE-2017-7846 (bmo#1411716, bsc#1074043)
+vulnerabilities detected by the "Cure53" audit
+  MFSA 2017-30
+  * CVE-2017-7845 (bmo#1402372)
+Buffer overflow when drawing and validating elements with ANGLE
+library using Direct 3D 9
+  * CVE-2017-7846 (bmo#1411716)
@@ -9 +48 @@
-  * CVE-2017-7847 (bmo#1411708, bsc#1074044)
+  * CVE-2017-7847 (bmo#1411708)
@@ -11 +50 @@
-  * CVE-2017-7848 (bmo#1411699, bsc#1074045)
+  * CVE-2017-7848 (bmo#1411699)
@@ -13 +52 @@
-  * CVE-2017-7829 (bmo#1423432, bsc#1074046)
+  * CVE-2017-7829 (bmo#1423432)

Old:

  l10n-52.5.2.tar.xz
  mozilla-ucontext.patch
  thunderbird-52.5.2-source.tar.xz

New:

  l10n-52.6.tar.xz
  thunderbird-52.6-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.lmgEhm/_old  2018-01-30 15:37:20.646380119 +0100
+++ /var/tmp/diff_new_pack.lmgEhm/_new  2018-01-30 15:37:20.646380119 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-#   2006-2017 Wolfgang Rosenauer 
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+#   2006-2018 Wolfgang Rosenauer 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 #
 
 
-%define mainversion 52.5.2
+%define mainversion 52.6
 %define update_channel release
-%define releasedate 20171222
+%define releasedate 20180124
 
 %bcond_without mozilla_tb_kde4
 %bcond_withmozilla_tb_valgrind
@@ -109,7 +109,6 @@
 Patch4: mozilla-develdirs.patch
 Patch5: mozilla-no-stdcxx-check.patch
 Patch6: mozilla-aarch64-startup-crash.patch
-Patch7: mozilla-ucontext.patch
 # Thunderbird/mail
 Patch20:tb-ssldap.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -203,7 +202,6 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 popd
 # comm-central patches
 %patch20 -p1

++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.lmgEhm/_old  2018-01-30 15:37:20.746375450 +0100
+++ /var/tmp/diff_new_pack.lmgEhm/_new  2018-01-30 15:37:20.750375263 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr52"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_52_5_2_RELEASE"
-VERSION="52.5.2"
+RELEASE_TAG="THUNDERBIRD_52_6_0_RELEASE"
+VERSION="52.6"