commit gcc7 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "gcc7"

Sun Mar  4 11:48:34 2018 rev:13 rq:581734 version:7.3.1+r258025

Changes:

--- /work/SRC/openSUSE:Factory/gcc7/cross-aarch64-gcc7.changes  2018-01-29 
14:55:09.156983310 +0100
+++ /work/SRC/openSUSE:Factory/.gcc7.new/cross-aarch64-gcc7.changes 
2018-03-04 11:48:41.226635577 +0100
@@ -1,0 +2,27 @@
+Thu Mar  1 13:03:25 UTC 2018 - rguent...@suse.com
+
+- Fix nvptx offload target compiler install so GCC can pick up
+  required files.  Split out the newlib part into cross-nvptx-newlib7-devel
+  and avoid conflicts with GCC 8 variant via Provides/Conflicts
+  of cross-nvptx-newlib-devel.
+
+---
+Tue Feb 27 08:37:14 UTC 2018 - mli...@suse.cz
+
+-  Update to gcc-7-branch head (r258025).
+
+---
+Mon Feb 26 09:02:16 UTC 2018 - rguent...@suse.com
+
+- Update to gcc-7-branch head (r257981).
+- Add conflicts to non-bootstrap variant for cross packages to silence
+  repo-checker.
+- Amend gcc48-remove-mpfr-2.4.0-requirement.patch to fix build on SLE11.
+
+---
+Thu Feb  1 09:26:51 UTC 2018 - rguent...@suse.com
+
+- Use %{?_smp_mflags} everywhere.
+- Update _constraints to bump physicalmemory and general simplification.
+
+---
cross-arm-gcc7.changes: same change
cross-avr-gcc7-bootstrap.changes: same change
cross-avr-gcc7.changes: same change
cross-epiphany-gcc7-bootstrap.changes: same change
cross-epiphany-gcc7.changes: same change
cross-hppa-gcc7.changes: same change
cross-i386-gcc7.changes: same change
cross-m68k-gcc7.changes: same change
cross-mips-gcc7.changes: same change
cross-nvptx-gcc7.changes: same change
cross-ppc64-gcc7.changes: same change
cross-ppc64le-gcc7.changes: same change
cross-rx-gcc7-bootstrap.changes: same change
cross-rx-gcc7.changes: same change
cross-s390x-gcc7.changes: same change
cross-sparc-gcc7.changes: same change
cross-sparc64-gcc7.changes: same change
cross-x86_64-gcc7.changes: same change
gcc7-testresults.changes: same change
gcc7.changes: same change

Old:

  gcc-7.3.0+r257042.tar.xz

New:

  gcc-7.3.1+r258025.tar.xz



Other differences:
--
++ cross-aarch64-gcc7.spec ++
--- /var/tmp/diff_new_pack.0wJaqe/_old  2018-03-04 11:48:47.050424594 +0100
+++ /var/tmp/diff_new_pack.0wJaqe/_new  2018-03-04 11:48:47.050424594 +0100
@@ -131,6 +131,7 @@
 %endif
 %if %{cross_arch} == "nvptx"
 BuildRequires:  nvptx-tools
+Requires:   cross-nvptx-newlib-devel >= %{version}-%{release}
 Requires:   nvptx-tools
 ExclusiveArch:  x86_64
 %define nvptx_newlib 1
@@ -151,6 +152,12 @@
 Provides:   %{gcc_target_arch}-gcc
 Conflicts:  %selfconflict %{gcc_target_arch}-gcc
 %endif
+%if 0%{?gcc_libc_bootstrap:1}
+# The -bootstrap packages file-conflict with the non-bootstrap variants.
+# Even if we don't actually (want to) distribute the bootstrap variants
+# the following avoids repo-checker spamming us endlessly.
+Conflicts:  cross-%{cross_arch}-gcc7
+%endif
 #!BuildIgnore: gcc-PIE
 BuildRequires:  update-alternatives
 Requires(post): update-alternatives
@@ -159,7 +166,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:7.3.0+r257042
+Version:7.3.1+r258025
 Release:0
 %define gcc_version %(echo %version | sed 's/+.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1)
@@ -316,22 +323,6 @@
 languages=$languages,go
 %endif
 
-J=%{?jobs:%jobs}
-if test -z "$J"; then
-  J=$(getconf _NPROCESSORS_CONF)
-  JL=$(($J * 2))
-else
-  test 1 -gt "$J" && J=1
-  JL=$(($(getconf _NPROCESSORS_CONF)*2))
-fi
-if test "$J" == "0"; then
-  J=1
-fi
-if test "$JL" == "0"; then
-  JL=1
-fi
-PARALLEL="-j$J -l$JL"
-
 # In general we want to ship release checking enabled compilers
 # which is the default for released compilers
 #ENABLE_CHECKING="--enable-checking=yes"
@@ -561,9 +552,9 @@
--host=%{GCCDIST}
 
 %if 0%{!?gcc_icecream:1} && 0%{!?gcc_libc_bootstrap:1}
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 %else
-make %{?jobs:-j%jobs} all-host
+make %{?_smp_mflags} all-host
 %endif
 
 %if 0%{?gcc_icecream:%gcc_icecream}
@@ -575,6 +566,17 @@
 This package contains the icecream environment for the GNU C Compiler
 %endif
 
+%if 0%{?nvptx_newlib:1}
+%package -n cross-nvptx-newlib7-devel
+Summary:newlib for the nvptx offload target
+Group:  Developm

commit yast2-apparmor for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "yast2-apparmor"

Sun Mar  4 11:49:04 2018 rev:67 rq:580592 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-apparmor/yast2-apparmor.changes
2017-12-10 18:14:44.502920208 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-apparmor.new/yast2-apparmor.changes   
2018-03-04 11:49:09.885597330 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 12:27:40 UTC 2018 - jreidin...@suse.com
+
+- fix more translation issues (bsc#1083015)
+- 4.0.4
+
+---

Old:

  yast2-apparmor-4.0.3.tar.bz2

New:

  yast2-apparmor-4.0.4.tar.bz2



Other differences:
--
++ yast2-apparmor.spec ++
--- /var/tmp/diff_new_pack.fQWgaD/_old  2018-03-04 11:49:10.445577043 +0100
+++ /var/tmp/diff_new_pack.fQWgaD/_new  2018-03-04 11:49:10.445577043 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-apparmor
 #
-# 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-apparmor
-Version:4.0.3
+Version:4.0.4
 Release:0
 Summary:YaST2 - Plugins for AppArmor Profile Management
 License:GPL-2.0

++ yast2-apparmor-4.0.3.tar.bz2 -> yast2-apparmor-4.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.3/package/yast2-apparmor.changes 
new/yast2-apparmor-4.0.4/package/yast2-apparmor.changes
--- old/yast2-apparmor-4.0.3/package/yast2-apparmor.changes 2017-12-07 
14:45:54.0 +0100
+++ new/yast2-apparmor-4.0.4/package/yast2-apparmor.changes 2018-02-27 
13:48:45.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 27 12:27:40 UTC 2018 - jreidin...@suse.com
+
+- fix more translation issues (bsc#1083015)
+- 4.0.4
+
+---
 Thu Dec  7 13:33:06 UTC 2017 - igonzalezs...@suse.com
 
 - Fix translation issues (bsc#1071756)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.3/package/yast2-apparmor.spec 
new/yast2-apparmor-4.0.4/package/yast2-apparmor.spec
--- old/yast2-apparmor-4.0.3/package/yast2-apparmor.spec2017-12-07 
14:45:54.0 +0100
+++ new/yast2-apparmor-4.0.4/package/yast2-apparmor.spec2018-02-27 
13:48:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-apparmor
-Version:4.0.3
+Version:4.0.4
 Release:0
 Summary:YaST2 - Plugins for AppArmor Profile Management
 Url:https://github.com/yast/yast-apparmor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-apparmor-4.0.3/src/lib/apparmor/apparmor_ui_dialog.rb 
new/yast2-apparmor-4.0.4/src/lib/apparmor/apparmor_ui_dialog.rb
--- old/yast2-apparmor-4.0.3/src/lib/apparmor/apparmor_ui_dialog.rb 
2017-12-07 14:45:54.0 +0100
+++ new/yast2-apparmor-4.0.4/src/lib/apparmor/apparmor_ui_dialog.rb 
2018-02-27 13:48:45.0 +0100
@@ -141,6 +141,7 @@
 include Yast::I18n
 include Yast::Logger
 def initialize(hm)
+  textdomain "apparmor"
   log.info "Hash map #{hm}"
   @map = {}
   @map['dialog'] = 'getfile'
@@ -243,6 +244,7 @@
 include Yast::Logger
 AA_JSON = 2.12
 def initialize(hm)
+  textdomain "apparmor"
   log.info "Hash map #{hm}"
   @json_version = hm['data'].to_f
 end
@@ -259,6 +261,7 @@
 include Yast::Logger
 include Yast::I18n
 def initialize(command)
+  textdomain "apparmor"
   Yast::Report.Error(_('Error: cmd is not defined')) if command.empty?
   @cmd = command
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-apparmor-4.0.3/src/lib/apparmor/logprof.rb 
new/yast2-apparmor-4.0.4/src/lib/apparmor/logprof.rb
--- old/yast2-apparmor-4.0.3/src/lib/apparmor/logprof.rb2017-12-07 
14:45:54.0 +0100
+++ new/yast2-apparmor-4.0.4/src/lib/apparmor/logprof.rb2018-02-27 
13:48:45.0 +0100
@@ -11,6 +11,7 @@
   # the appropriate dialogs for the yast UI
   class LogProf < AAProgram
 def initialize(logfile = '')
+  textdomain "apparmor"
   @logfile = logfile
   c

commit yast2-firewall for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2018-03-04 11:49:12

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


Package is "yast2-firewall"

Sun Mar  4 11:49:12 2018 rev:62 rq:580599 version:4.0.17

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2018-02-24 16:36:12.424300156 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2018-03-04 11:49:16.917342588 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 13:08:22 UTC 2018 - jreidin...@suse.com
+
+- Added textdomain for translation (bnc#1083015)
+- 4.0.17
+
+---

Old:

  yast2-firewall-4.0.16.tar.bz2

New:

  yast2-firewall-4.0.17.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.c1ZzmF/_old  2018-03-04 11:49:17.709313896 +0100
+++ /var/tmp/diff_new_pack.c1ZzmF/_new  2018-03-04 11:49:17.713313751 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:4.0.16
+Version:4.0.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firewall-4.0.16.tar.bz2 -> yast2-firewall-4.0.17.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.16/package/yast2-firewall.changes 
new/yast2-firewall-4.0.17/package/yast2-firewall.changes
--- old/yast2-firewall-4.0.16/package/yast2-firewall.changes2018-02-23 
12:09:25.0 +0100
+++ new/yast2-firewall-4.0.17/package/yast2-firewall.changes2018-02-27 
14:11:28.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 27 13:08:22 UTC 2018 - jreidin...@suse.com
+
+- Added textdomain for translation (bnc#1083015)
+- 4.0.17
+
+---
 Fri Feb 23 11:32:25 CET 2018 - sch...@suse.de
 
 - Added textdomain for translation (bnc#1081458)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.16/package/yast2-firewall.spec 
new/yast2-firewall-4.0.17/package/yast2-firewall.spec
--- old/yast2-firewall-4.0.16/package/yast2-firewall.spec   2018-02-23 
12:09:25.0 +0100
+++ new/yast2-firewall-4.0.17/package/yast2-firewall.spec   2018-02-27 
14:11:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:4.0.16
+Version:4.0.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firewall-4.0.16/src/lib/y2firewall/importer_strategies/suse_firewall.rb
 
new/yast2-firewall-4.0.17/src/lib/y2firewall/importer_strategies/suse_firewall.rb
--- 
old/yast2-firewall-4.0.16/src/lib/y2firewall/importer_strategies/suse_firewall.rb
   2018-02-23 12:09:25.0 +0100
+++ 
new/yast2-firewall-4.0.17/src/lib/y2firewall/importer_strategies/suse_firewall.rb
   2018-02-27 14:11:28.0 +0100
@@ -89,6 +89,7 @@
   #
   # @param [Hash] AutoYaST profile firewall's section
   def initialize(profile)
+textdomain "firewall"
 @profile = profile
   end
 




commit yast2-perl-bindings for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-perl-bindings for 
openSUSE:Factory checked in at 2018-03-04 11:49:36

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


Package is "yast2-perl-bindings"

Sun Mar  4 11:49:36 2018 rev:42 rq:580627 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-perl-bindings/yast2-perl-bindings.changes  
2017-12-01 17:17:41.498649385 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-perl-bindings.new/yast2-perl-bindings.changes 
2018-03-04 11:49:40.568485771 +0100
@@ -1,0 +2,7 @@
+Tue Feb 27 09:54:50 UTC 2018 - gso...@suse.com
+
+- Added warning to inform user that YAPI is deprecated and should
+  not be used by any external program (fate#323734).
+- 4.0.1
+
+---

Old:

  yast2-perl-bindings-4.0.0.tar.bz2

New:

  yast2-perl-bindings-4.0.1.tar.bz2



Other differences:
--
++ yast2-perl-bindings.spec ++
--- /var/tmp/diff_new_pack.Tqv0AL/_old  2018-03-04 11:49:41.176463746 +0100
+++ /var/tmp/diff_new_pack.Tqv0AL/_new  2018-03-04 11:49:41.176463746 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-perl-bindings
 #
-# 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-perl-bindings
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-perl-bindings-4.0.0.tar.bz2 -> yast2-perl-bindings-4.0.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.changes 
new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.changes
--- old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.changes   
2017-11-30 10:48:15.0 +0100
+++ new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.changes   
2018-02-27 15:19:46.0 +0100
@@ -1,4 +1,11 @@
 ---
+Tue Feb 27 09:54:50 UTC 2018 - gso...@suse.com
+
+- Added warning to inform user that YAPI is deprecated and should
+  not be used by any external program (fate#323734).
+- 4.0.1
+
+---
 Thu Nov 30 09:40:36 UTC 2017 - lsle...@suse.cz
 
 - Fixed build failure caused by a jemalloc warning printed on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.spec 
new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.spec
--- old/yast2-perl-bindings-4.0.0/package/yast2-perl-bindings.spec  
2017-11-30 10:48:15.0 +0100
+++ new/yast2-perl-bindings-4.0.1/package/yast2-perl-bindings.spec  
2018-02-27 15:19:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-perl-bindings
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-perl-bindings-4.0.0/src/YaPI.pm.in 
new/yast2-perl-bindings-4.0.1/src/YaPI.pm.in
--- old/yast2-perl-bindings-4.0.0/src/YaPI.pm.in2017-11-30 
10:48:15.0 +0100
+++ new/yast2-perl-bindings-4.0.1/src/YaPI.pm.in2018-02-27 
15:19:46.0 +0100
@@ -26,6 +26,9 @@
 use YaST::YCP;
 use ycp;
 
+# FATE#323734
+y2warning("YaPI is deprecated, do not use it anymore! It will be removed 
soon.");
+
 use Locale::gettext ("!textdomain");
 use POSIX (); # Needed for setlocale()
 




commit yast2-services-manager for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2018-03-04 11:50:10

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


Package is "yast2-services-manager"

Sun Mar  4 11:50:10 2018 rev:39 rq:580962 version:4.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2018-02-13 10:23:37.917570428 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
   2018-03-04 11:50:15.44722 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 09:45:41 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.3
+
+---

Old:

  yast2-services-manager-4.0.2.tar.bz2

New:

  yast2-services-manager-4.0.3.tar.bz2



Other differences:
--
++ yast2-services-manager.spec ++
--- /var/tmp/diff_new_pack.SsCdYm/_old  2018-03-04 11:50:16.231193821 +0100
+++ /var/tmp/diff_new_pack.SsCdYm/_new  2018-03-04 11:50:16.243193386 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:4.0.2
+Version:4.0.3
 Release:0
 BuildArch:  noarch
 
@@ -32,8 +32,8 @@
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   ruby
-# ServicesManager library
-Requires:   yast2 >= 4.0.5
+# Firewalld interfaces helpers
+Requires:   yast2 >= 4.0.51
 Requires:   yast2-ruby-bindings >= 1.2.0
 # need new enough installation for its inst clients
 Conflicts:  yast2-installation < 3.1.32
@@ -44,8 +44,8 @@
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-ruby-bindings >= 1.2.0
-# ServicesManager library
-BuildRequires:  yast2 >= 4.0.5
+# Firewalld interfaces helpers
+BuildRequires:  yast2 >= 4.0.51
 # Support for 'data' directory in rake install task
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake) >= 0.1.7

++ yast2-services-manager-4.0.2.tar.bz2 -> 
yast2-services-manager-4.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.0.2/package/yast2-services-manager.changes 
new/yast2-services-manager-4.0.3/package/yast2-services-manager.changes
--- old/yast2-services-manager-4.0.2/package/yast2-services-manager.changes 
2018-02-12 10:40:24.0 +0100
+++ new/yast2-services-manager-4.0.3/package/yast2-services-manager.changes 
2018-02-28 14:28:18.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Feb 12 09:45:41 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.3
+
+---
 Mon Feb 12 08:47:13 UTC 2018 - jreidin...@suse.com
 
 - Drop xinetd service protected for xvnc as it now uses service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.0.2/package/yast2-services-manager.spec 
new/yast2-services-manager-4.0.3/package/yast2-services-manager.spec
--- old/yast2-services-manager-4.0.2/package/yast2-services-manager.spec
2018-02-12 10:40:24.0 +0100
+++ new/yast2-services-manager-4.0.3/package/yast2-services-manager.spec
2018-02-28 14:28:18.0 +0100
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:4.0.2
+Version:4.0.3
 Release:0
 BuildArch:  noarch
 
@@ -32,8 +32,8 @@
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   ruby
-# ServicesManager library
-Requires:   yast2 >= 4.0.5
+# Firewalld interfaces helpers
+Requires:   yast2 >= 4.0.51
 Requires:   yast2-ruby-bindings >= 1.2.0
 # need new enough installation for its inst clients
 Conflicts:  yast2-installation < 3.1.32
@@ -44,8 +44,8 @@
 BuildRequires:  ruby
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-ruby-bindings >= 1.2.0
-# ServicesManager library
-BuildRequires:  yast2 >= 4.0.5
+# Firewalld interfaces helpers
+BuildRequires:  yast2 >= 4.0.51
 # Support for 'data' directory in rake install task
 BuildRequires:  rubygem(yast-rake) >= 0.1.7
 BuildRequires:  rubygem(rspec)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-4.0.2/src/clients/services_proposal.rb 
new/yast2-services-manager-4.0.3/src/clients/services_proposal.rb
--- old/yast2-services-manager-4.0

commit yast2-users for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "yast2-users"

Sun Mar  4 11:49:19 2018 rev:207 rq:580617 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2017-12-01 
17:17:23.207306981 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2018-03-04 11:49:25.941015683 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 13:49:22 UTC 2018 - jreidin...@suse.com
+
+- fix generating pot files (bsc#1083015)
+- 4.0.2
+
+---

Old:

  yast2-users-4.0.1.tar.bz2

New:

  yast2-users-4.0.2.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.BIjGi0/_old  2018-03-04 11:49:27.008976994 +0100
+++ /var/tmp/diff_new_pack.BIjGi0/_new  2018-03-04 11:49:27.012976849 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-users
 #
-# 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-users
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-4.0.1.tar.bz2 -> yast2-users-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.0.1/package/yast2-users.changes 
new/yast2-users-4.0.2/package/yast2-users.changes
--- old/yast2-users-4.0.1/package/yast2-users.changes   2017-11-29 
10:33:52.779339725 +0100
+++ new/yast2-users-4.0.2/package/yast2-users.changes   2018-02-27 
14:54:29.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 27 13:49:22 UTC 2018 - jreidin...@suse.com
+
+- fix generating pot files (bsc#1083015)
+- 4.0.2
+
+---
 Tue Nov 28 08:14:48 UTC 2017 - knut.anders...@suse.com
 
 - AutoYaST: Write and export SSH authorized keys also for root user
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.0.1/package/yast2-users.spec 
new/yast2-users-4.0.2/package/yast2-users.spec
--- old/yast2-users-4.0.1/package/yast2-users.spec  2017-11-29 
10:33:52.779339725 +0100
+++ new/yast2-users-4.0.2/package/yast2-users.spec  2018-02-27 
14:54:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-4.0.1/src/modules/SSHAuthorizedKeys.rb 
new/yast2-users-4.0.2/src/modules/SSHAuthorizedKeys.rb
--- old/yast2-users-4.0.1/src/modules/SSHAuthorizedKeys.rb  2017-11-29 
10:33:52.787339725 +0100
+++ new/yast2-users-4.0.2/src/modules/SSHAuthorizedKeys.rb  2018-02-27 
14:54:29.0 +0100
@@ -32,6 +32,7 @@
 attr_reader :keyring
 
 def main
+  textdomain "users"
   reset
 end
 




commit libyui-ncurses for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package libyui-ncurses for openSUSE:Factory 
checked in at 2018-03-04 11:49:43

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


Package is "libyui-ncurses"

Sun Mar  4 11:49:43 2018 rev:38 rq:580930 version:2.50.1

Changes:

--- /work/SRC/openSUSE:Factory/libyui-ncurses/libyui-ncurses.changes
2018-01-10 23:28:51.741778634 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-ncurses.new/libyui-ncurses.changes   
2018-03-04 11:49:47.948218425 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 13:13:04 UTC 2018 - jreidin...@suse.com
+
+- fix translations for advanced help text (bsc#1083015)
+- 2.50.1
+
+---

Old:

  libyui-ncurses-2.50.0.tar.bz2

New:

  libyui-ncurses-2.50.1.tar.bz2



Other differences:
--
++ libyui-ncurses-doc.spec ++
--- /var/tmp/diff_new_pack.CIc2iK/_old  2018-03-04 11:49:48.484199008 +0100
+++ /var/tmp/diff_new_pack.CIc2iK/_new  2018-03-04 11:49:48.484199008 +0100
@@ -20,7 +20,7 @@
 %define so_version 8
 
 Name:   %{parent}-doc
-Version:2.50.0
+Version:2.50.1
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 

++ libyui-ncurses.spec ++
--- /var/tmp/diff_new_pack.CIc2iK/_old  2018-03-04 11:49:48.508198139 +0100
+++ /var/tmp/diff_new_pack.CIc2iK/_new  2018-03-04 11:49:48.508198139 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses
-Version:2.50.0
+Version:2.50.1
 Release:0
 Source: %{name}-%{version}.tar.bz2
 

++ libyui-ncurses-2.50.0.tar.bz2 -> libyui-ncurses-2.50.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.50.0/VERSION.cmake 
new/libyui-ncurses-2.50.1/VERSION.cmake
--- old/libyui-ncurses-2.50.0/VERSION.cmake 2018-01-04 17:36:40.0 
+0100
+++ new/libyui-ncurses-2.50.1/VERSION.cmake 2018-02-28 12:37:38.0 
+0100
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "50" )
-SET( VERSION_PATCH "0" )
+SET( VERSION_PATCH "1" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-ncurses-2.50.0/package/libyui-ncurses-doc.spec 
new/libyui-ncurses-2.50.1/package/libyui-ncurses-doc.spec
--- old/libyui-ncurses-2.50.0/package/libyui-ncurses-doc.spec   2018-01-04 
17:36:40.0 +0100
+++ new/libyui-ncurses-2.50.1/package/libyui-ncurses-doc.spec   2018-02-28 
12:37:38.0 +0100
@@ -19,7 +19,7 @@
 %define so_version 8
 
 Name:   %{parent}-doc
-Version:2.50.0
+Version:2.50.1
 Release:0
 Source: %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.50.0/package/libyui-ncurses.changes 
new/libyui-ncurses-2.50.1/package/libyui-ncurses.changes
--- old/libyui-ncurses-2.50.0/package/libyui-ncurses.changes2018-01-04 
17:36:40.0 +0100
+++ new/libyui-ncurses-2.50.1/package/libyui-ncurses.changes2018-02-28 
12:37:38.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 27 13:13:04 UTC 2018 - jreidin...@suse.com
+
+- fix translations for advanced help text (bsc#1083015)
+- 2.50.1
+
+---
 Thu Jan  4 16:22:29 UTC 2018 - shundham...@suse.com
 
 - Removed is_linetouched() function that clashes with a macro of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.50.0/package/libyui-ncurses.spec 
new/libyui-ncurses-2.50.1/package/libyui-ncurses.spec
--- old/libyui-ncurses-2.50.0/package/libyui-ncurses.spec   2018-01-04 
17:36:40.0 +0100
+++ new/libyui-ncurses-2.50.1/package/libyui-ncurses.spec   2018-02-28 
12:37:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-ncurses
-Version:2.50.0
+Version:2.50.1
 Release:0
 Source: %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-ncurses-2.50.0/src/NCAskForDirectory.cc 
new/libyui-ncurses-2.50.1/src/NCAskForDirectory.cc
--- old/libyui-ncurses-2.50.0/src/NCAskForDirectory.cc  2018-01-04 
17:36:40.0 +0100
+++ new/libyui-ncurses-2.50.1/src/NCAskForDirectory.cc  2018-02-28 
12:37:38.0 +0100
@@ -39,7 +39,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 /*
   Textdomain "ncurse

commit yast2 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "yast2"

Sun Mar  4 11:49:50 2018 rev:420 rq:580958 version:4.0.56

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2018-02-24 
16:36:15.792178938 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2018-03-04 
11:49:58.743827332 +0100
@@ -1,0 +2,15 @@
+Wed Feb 28 13:03:21 UTC 2018 - an...@suse.com
+
+- Fixed a typo and the list item marker in the firewall widget
+  (bsc#1083058).
+- 4.0.55
+
+---
+Tue Feb 27 15:19:25 CET 2018 - sch...@suse.de
+
+- NIS configuration fails while executing firewall-offline-cmd.
+  Fix: Ensure that the firewalld configuration is read before
+  writing. (bnc#1082827)
+- 4.0.55
+
+---

Old:

  yast2-4.0.54.tar.bz2

New:

  yast2-4.0.56.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.NtuVZr/_old  2018-03-04 11:49:59.375804438 +0100
+++ /var/tmp/diff_new_pack.NtuVZr/_new  2018-03-04 11:49:59.379804293 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:4.0.54
+Version:4.0.56
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-4.0.54.tar.bz2 -> yast2-4.0.56.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.0.54/library/cwm/examples/replace_point_with_nested_custom.rb 
new/yast2-4.0.56/library/cwm/examples/replace_point_with_nested_custom.rb
--- old/yast2-4.0.54/library/cwm/examples/replace_point_with_nested_custom.rb   
2018-02-23 12:11:35.0 +0100
+++ new/yast2-4.0.56/library/cwm/examples/replace_point_with_nested_custom.rb   
2018-02-28 14:20:36.0 +0100
@@ -82,6 +82,7 @@
 class GenerateButton < CWM::PushButton
   def initialize(lucky_number_widget)
 @lucky_number_widget = lucky_number_widget
+textdomain "example"
   end
 
   def label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.0.54/library/cwm/examples/replace_point_with_nested_replace_point.rb
 
new/yast2-4.0.56/library/cwm/examples/replace_point_with_nested_replace_point.rb
--- 
old/yast2-4.0.54/library/cwm/examples/replace_point_with_nested_replace_point.rb
2018-02-23 12:11:35.0 +0100
+++ 
new/yast2-4.0.56/library/cwm/examples/replace_point_with_nested_replace_point.rb
2018-02-28 14:20:36.0 +0100
@@ -72,6 +72,7 @@
   def initialize
 @minimum = 0
 @maximum = 1000
+textdomain "example"
   end
 
   def label
@@ -86,6 +87,7 @@
 class GenerateButton < CWM::PushButton
   def initialize(lucky_number_widget)
 @lucky_number_widget = lucky_number_widget
+textdomain "example"
   end
 
   def label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.0.54/library/network/src/lib/y2firewall/firewalld.rb 
new/yast2-4.0.56/library/network/src/lib/y2firewall/firewalld.rb
--- old/yast2-4.0.54/library/network/src/lib/y2firewall/firewalld.rb
2018-02-23 12:11:35.0 +0100
+++ new/yast2-4.0.56/library/network/src/lib/y2firewall/firewalld.rb
2018-02-28 14:20:36.0 +0100
@@ -142,6 +142,7 @@
 # Apply the changes to the modified zones and sets the logging option
 def write_only
   return false unless installed?
+  read unless read?
   zones.each { |z| z.apply_changes! if z.modified? }
   api.log_denied_packets = log_denied_packets if log_denied_packets != 
api.log_denied_packets
   api.default_zone   = default_zone if default_zone != api.default_zone
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-4.0.54/library/network/src/modules/CWMFirewallInterfaces.rb 
new/yast2-4.0.56/library/network/src/modules/CWMFirewallInterfaces.rb
--- old/yast2-4.0.54/library/network/src/modules/CWMFirewallInterfaces.rb   
2018-02-23 12:11:35.0 +0100
+++ new/yast2-4.0.56/library/network/src/modules/CWMFirewallInterfaces.rb   
2018-02-28 14:20:36.0 +0100
@@ -1055,9 +1055,13 @@
   services_list =
 services.map do |service|
   if !firewalld.api.service_supported?(service)
-HBox(HSpacing(2), Left(Label(_("* %{service} (Not available)") % { 
service: service })))
+# TRANSLATORS: do not modify '%{service}', it will be replaced 
with service name.
+# TRANSLATORS: item in a list, '-' is used as marker. Feel free to 
change

commit yast2-nfs-client for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2018-03-04 11:49:28

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


Package is "yast2-nfs-client"

Sun Mar  4 11:49:28 2018 rev:71 rq:580626 version:4.0.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2018-02-24 16:36:41.759244334 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2018-03-04 11:49:32.236787605 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 13:36:26 UTC 2018 - knut.anders...@suse.com
+
+- Fix a missing definition of firewalld method (bsc#1082919)
+- 4.0.3
+
+---

Old:

  yast2-nfs-client-4.0.2.tar.bz2

New:

  yast2-nfs-client-4.0.3.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.n0bETH/_old  2018-03-04 11:49:32.844765580 +0100
+++ /var/tmp/diff_new_pack.n0bETH/_new  2018-03-04 11:49:32.844765580 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:4.0.2
+Version:4.0.3
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 

++ yast2-nfs-client-4.0.2.tar.bz2 -> yast2-nfs-client-4.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.changes 
new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.changes 2018-02-23 
18:02:10.0 +0100
+++ new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.changes 2018-02-27 
15:19:17.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Feb 27 13:36:26 UTC 2018 - knut.anders...@suse.com
+
+- Fix a missing definition of firewalld method (bsc#1082919)
+- 4.0.3
+
+---
 Fri Feb 23 16:20:23 UTC 2018 - lsle...@suse.cz
 
 - During installation do not check whether the portmapper package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.spec 
new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-4.0.2/package/yast2-nfs-client.spec2018-02-23 
18:02:10.0 +0100
+++ new/yast2-nfs-client-4.0.3/package/yast2-nfs-client.spec2018-02-27 
15:19:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:4.0.2
+Version:4.0.3
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-4.0.2/src/include/nfs/ui.rb 
new/yast2-nfs-client-4.0.3/src/include/nfs/ui.rb
--- old/yast2-nfs-client-4.0.2/src/include/nfs/ui.rb2018-02-23 
18:02:10.0 +0100
+++ new/yast2-nfs-client-4.0.3/src/include/nfs/ui.rb2018-02-27 
15:19:17.0 +0100
@@ -326,7 +326,7 @@
 # Translators: 1st part of error message
 error_msg = _("No NFS server has been found on your network.")
 
-if firewalld.running?
+if Y2Firewall::Firewalld.instance.running?
   # Translators: 2nd part of error message (1st one is 'No nfs 
servers have been found ...)
   error_msg = Ops.add(
 error_msg,




commit yast2-samba-client for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-samba-client for 
openSUSE:Factory checked in at 2018-03-04 11:50:00

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


Package is "yast2-samba-client"

Sun Mar  4 11:50:00 2018 rev:93 rq:580960 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-client/yast2-samba-client.changes
2017-06-17 10:18:00.121962624 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-client.new/yast2-samba-client.changes   
2018-03-04 11:50:07.043526661 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 17:03:31 UTC 2018 - knut.anders...@suse.com
+
+- SuSEFirewall2 replaced by firewalld (fate#323460)
+- 4.0.0
+
+---

Old:

  yast2-samba-client-3.1.19.tar.bz2

New:

  yast2-samba-client-4.0.0.tar.bz2



Other differences:
--
++ yast2-samba-client.spec ++
--- /var/tmp/diff_new_pack.Fwza0Q/_old  2018-03-04 11:50:07.891495941 +0100
+++ /var/tmp/diff_new_pack.Fwza0Q/_new  2018-03-04 11:50:07.895495796 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-client
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:3.1.19
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,9 +35,8 @@
 # new Pam.ycp API
 Requires:   yast2-pam >= 2.14.0
 
-# .etc.ssh.sshd_config
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 
 BuildArch:  noarch
 

++ yast2-samba-client-3.1.19.tar.bz2 -> yast2-samba-client-4.0.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-3.1.19/package/yast2-samba-client.changes 
new/yast2-samba-client-4.0.0/package/yast2-samba-client.changes
--- old/yast2-samba-client-3.1.19/package/yast2-samba-client.changes
2017-06-12 18:56:01.270130359 +0200
+++ new/yast2-samba-client-4.0.0/package/yast2-samba-client.changes 
2018-02-05 12:30:04.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb  2 17:03:31 UTC 2018 - knut.anders...@suse.com
+
+- SuSEFirewall2 replaced by firewalld (fate#323460)
+- 4.0.0
+
+---
 Fri May 26 09:37:23 UTC 2017 - nopo...@suse.com
 
 - Enable yast to create temporary smb.conf based on existing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-client-3.1.19/package/yast2-samba-client.spec 
new/yast2-samba-client-4.0.0/package/yast2-samba-client.spec
--- old/yast2-samba-client-3.1.19/package/yast2-samba-client.spec   
2017-06-12 18:56:01.270130359 +0200
+++ new/yast2-samba-client-4.0.0/package/yast2-samba-client.spec
2018-02-05 12:30:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-client
-Version:3.1.19
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,9 +33,8 @@
 # new Pam.ycp API
 Requires:   yast2-pam >= 2.14.0
 
-# .etc.ssh.sshd_config
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 
 BuildArchitectures:noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-client-3.1.19/src/modules/Samba.rb 
new/yast2-samba-client-4.0.0/src/modules/Samba.rb
--- old/yast2-samba-client-3.1.19/src/modules/Samba.rb  2017-06-12 
18:56:01.270130359 +0200
+++ new/yast2-samba-client-4.0.0/src/modules/Samba.rb   2018-02-05 
12:30:04.0 +0100
@@ -29,6 +29,7 @@
 # Representation of the configuration of samba-client.
 # Input and output routines.
 require "yast"
+require "y2firewall/firewalld"
 
 module Yast
   class SambaClass < Module
@@ -52,7 +53,6 @@
   Yast.import "SambaNmbLookup"
   Yast.import "String"
   Yast.import "Summary"
-  Yast.import "SuSEFirewall"
   Yast.import "OSRelease"
 
 
@@ -143,6 +143,10 @@
   @network_setup = NetworkConfig.Export
 end
 
+def firewalld
+  Y2Firewall::Firewalld.instance
+end
+
 def PAMMountModified
   @pam_mount_volumes_orig == nil && @pam_mount_volumes != [] ||
 @pam_mount_vol

commit libstorage-ng for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "libstorage-ng"

Sun Mar  4 11:50:18 2018 rev:11 rq:580998 version:3.3.182

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-02-24 16:36:33.091556298 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-03-04 11:50:18.559109488 +0100
@@ -1,0 +2,67 @@
+Wed Feb 28 15:06:35 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#482
+- added check for existence of devicegraphs
+- 3.3.182
+
+
+Wed Feb 28 13:17:26 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#481
+- always allow to activate multipath (see bsc#1082542)
+- 3.3.181
+
+
+Wed Feb 28 09:02:19 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#480
+- log time in several formats to ease debugging
+- 3.3.180
+
+
+Tue Feb 27 09:48:49 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#479
+- recalculate size of volume group when setting extent size
+  (bsc#1079579)
+- added unit tests
+- coding style
+- added documentation
+- 3.3.179
+
+
+Tue Feb 27 09:17:32 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#478
+- generate dot files with more information
+- 3.3.178
+
+
+Tue Feb 27 08:49:12 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#477
+- added callbacks to handle errors during activation (bsc#1057426
+  and others)
+- updated pot file
+- improved integration test
+- 3.3.177
+
+
+Sun Feb 25 10:54:36 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Swedish)
+- 3.3.176
+
+
+Sun Feb 25 10:54:36 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Swedish)
+- 3.3.175
+
+
+Sat Feb 24 23:21:16 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Swedish)
+- 3.3.174
+
+

Old:

  libstorage-ng-3.3.173.tar.xz

New:

  libstorage-ng-3.3.182.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.Bx0G8w/_old  2018-03-04 11:50:19.155087898 +0100
+++ /var/tmp/diff_new_pack.Bx0G8w/_new  2018-03-04 11:50:19.155087898 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.173
+Version:3.3.182
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.173.tar.xz -> libstorage-ng-3.3.182.tar.xz ++
 2345 lines of diff (skipped)




commit yast2-control-center for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-control-center for 
openSUSE:Factory checked in at 2018-03-04 11:50:48

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


Package is "yast2-control-center"

Sun Mar  4 11:50:48 2018 rev:70 rq:581925 version:4.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2018-02-24 16:35:50.045105640 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
   2018-03-04 11:50:48.230034614 +0100
@@ -1,0 +2,7 @@
+Fri Mar  2 08:04:29 UTC 2018 - jreidin...@suse.com
+
+- Use yast2-control-center as replacement for dropped
+  yast2-control-center-gnome (bsc#1081788)
+- 4.0.2
+
+---

Old:

  yast2-control-center-4.0.1.tar.bz2

New:

  yast2-control-center-4.0.2.tar.bz2



Other differences:
--
++ yast2-control-center.spec ++
--- /var/tmp/diff_new_pack.OoqYLw/_old  2018-03-04 11:50:48.690017950 +0100
+++ /var/tmp/diff_new_pack.OoqYLw/_new  2018-03-04 11:50:48.690017950 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-control-center
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,10 @@
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 
+# control-center-gnome is dropped and this one should be used instead
+Obsoletes:  yast2-control-center-gnome < %{version}
+Provides:   yast2-control-center-gnome = %{version}
+
 Requires:   yast2_theme
 
 %if 0%{?force_gcc_46}

++ yast2-control-center-4.0.1.tar.bz2 -> yast2-control-center-4.0.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-4.0.1/package/yast2-control-center.changes 
new/yast2-control-center-4.0.2/package/yast2-control-center.changes
--- old/yast2-control-center-4.0.1/package/yast2-control-center.changes 
2018-02-21 18:18:06.0 +0100
+++ new/yast2-control-center-4.0.2/package/yast2-control-center.changes 
2018-03-02 09:44:19.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Mar  2 08:04:29 UTC 2018 - jreidin...@suse.com
+
+- Use yast2-control-center as replacement for dropped
+  yast2-control-center-gnome (bsc#1081788)
+- 4.0.2
+
+---
 Wed Feb 21 16:30:37 UTC 2018 - le...@protonmail.com
 
 - Fixes to way icons are displayed (boo#1081517)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-control-center-4.0.1/package/yast2-control-center.spec 
new/yast2-control-center-4.0.2/package/yast2-control-center.spec
--- old/yast2-control-center-4.0.1/package/yast2-control-center.spec
2018-02-21 18:18:06.0 +0100
+++ new/yast2-control-center-4.0.2/package/yast2-control-center.spec
2018-03-02 09:44:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-control-center
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,10 @@
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 
+# control-center-gnome is dropped and this one should be used instead
+Obsoletes:  yast2-control-center-gnome < %{version}
+Provides:   yast2-control-center-gnome = %{version}
+
 Requires:   yast2_theme
 
 %if 0%{?force_gcc_46}




commit yast2-installation for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-03-04 11:50:36

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


Package is "yast2-installation"

Sun Mar  4 11:50:36 2018 rev:397 rq:581740 version:4.0.36

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2018-02-14 09:18:07.100843590 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2018-03-04 11:50:39.526349917 +0100
@@ -1,0 +2,23 @@
+Thu Mar  1 14:48:45 UTC 2018 - shundham...@suse.com
+
+- Pass args to parent class constructor (bsc#1083500)
+- 4.0.36
+
+---
+Tue Feb 27 12:23:03 UTC 2018 - jreidin...@suse.com
+
+- fix marking texts for translation (bsc#1081361, bsc#1083015)
+- 4.0.35
+
+---
+Tue Feb 27 01:41:17 UTC 2018 - an...@suse.com
+
+- More gentle handling of aborts caused by hardware probing errors
+  (bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776,
+  bsc#1070459 and some others).
+- Re-enable the old fix for bsc#298049 (abort button during ongoing
+  hardware probing).
+- Cleanup of dead code
+- 4.0.34
+
+---

Old:

  yast2-installation-4.0.33.tar.bz2

New:

  yast2-installation-4.0.36.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.MqQ4lD/_old  2018-03-04 11:50:40.106328906 +0100
+++ /var/tmp/diff_new_pack.MqQ4lD/_new  2018-03-04 11:50:40.110328761 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:4.0.33
+Version:4.0.36
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -46,9 +46,9 @@
 # Yast::Packages.check_remote_installation_packages
 BuildRequires:  yast2-packager >= 4.0.9
 
-# Y2Storage::StorageManager#activate accepts an argument
-BuildRequires:  yast2-storage-ng >= 4.0.43
-Requires:   yast2-storage-ng >= 4.0.43
+# Y2Storage::StorageManager#activate and #probe as boolean
+BuildRequires:  yast2-storage-ng >= 4.0.114
+Requires:   yast2-storage-ng >= 4.0.114
 
 # Mandatory language in Product#release_notes
 Requires:   yast2 >= 4.0.49
@@ -66,11 +66,6 @@
 # Yast::Packages.check_remote_installation_packages
 Requires:   yast2-packager >= 4.0.9
 
-# FIXME: some code present in this package still depends on the old 
yast2-storage
-# and will break without this dependency. That's acceptable at this point of 
the
-# migration to storage-ng. See installer-hacks.md in the yast-storage-ng repo.
-# Requires:  yast2-storage >= 2.24.1
-
 # use in startup scripts
 Requires:   initviocons
 

++ yast2-installation-4.0.33.tar.bz2 -> yast2-installation-4.0.36.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.33/package/yast2-installation.changes 
new/yast2-installation-4.0.36/package/yast2-installation.changes
--- old/yast2-installation-4.0.33/package/yast2-installation.changes
2018-02-13 14:06:44.0 +0100
+++ new/yast2-installation-4.0.36/package/yast2-installation.changes
2018-03-01 16:08:50.0 +0100
@@ -1,4 +1,27 @@
 ---
+Thu Mar  1 14:48:45 UTC 2018 - shundham...@suse.com
+
+- Pass args to parent class constructor (bsc#1083500)
+- 4.0.36
+
+---
+Tue Feb 27 12:23:03 UTC 2018 - jreidin...@suse.com
+
+- fix marking texts for translation (bsc#1081361, bsc#1083015)
+- 4.0.35
+
+---
+Tue Feb 27 01:41:17 UTC 2018 - an...@suse.com
+
+- More gentle handling of aborts caused by hardware probing errors
+  (bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776,
+  bsc#1070459 and some others).
+- Re-enable the old fix for bsc#298049 (abort button during ongoing
+  hardware probing).
+- Cleanup of dead code
+- 4.0.34
+
+---
 Tue Feb 13 12:53:44 UTC 2018 - jreidin...@suse.com
 
 - Ensure previous role selection is cleared when doing desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.33/package/yast2-installation.spec 
new/yast2-installation-4.0.36/package/yast2-installation.spec
--- old/yast2-installation-4.0.33/package/yast2-installation.spec   
2018-02-13 14:06:44.0 +0100
+++ new/yast2-installa

commit yast2-samba-server for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2018-03-04 11:50:31

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


Package is "yast2-samba-server"

Sun Mar  4 11:50:31 2018 rev:77 rq:581728 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2017-09-23 21:32:02.724729261 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2018-03-04 11:50:33.002586250 +0100
@@ -1,0 +2,12 @@
+Thu Mar  1 12:40:05 UTC 2018 - knut.anders...@suse.com
+
+- Use firewalld samba service definition (bsc#1083456)
+- 4.0.1
+
+---
+Mon Feb  5 10:06:46 UTC 2018 - knut.anders...@suse.com
+
+- SuSEFirewall2 replaced by firewalld (fate#323460)
+- 4.0.0
+
+---

Old:

  yast2-samba-server-3.2.2.tar.bz2

New:

  yast2-samba-server-4.0.1.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.sc0T0x/_old  2018-03-04 11:50:33.590564950 +0100
+++ /var/tmp/diff_new_pack.sc0T0x/_new  2018-03-04 11:50:33.590564950 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-samba-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-samba-server
-Version:3.2.2
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,7 +31,8 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  samba-client
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 3.1.53
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ldap
 BuildRequires:  yast2-perl-bindings
@@ -40,8 +41,8 @@
 BuildRequires:  yast2-users
 
 Requires:   perl-Crypt-SmbHash
-# Service.Active
-Requires:   yast2 >= 3.1.53
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 Requires:   yast2-ldap >= 3.1.2
 Requires:   yast2-network
 Requires:   yast2-perl-bindings

++ yast2-samba-server-3.2.2.tar.bz2 -> yast2-samba-server-4.0.1.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.2.2/package/yast2-samba-server.changes 
new/yast2-samba-server-4.0.1/package/yast2-samba-server.changes
--- old/yast2-samba-server-3.2.2/package/yast2-samba-server.changes 
2017-09-22 04:06:51.176440424 +0200
+++ new/yast2-samba-server-4.0.1/package/yast2-samba-server.changes 
2018-03-01 15:29:45.0 +0100
@@ -1,4 +1,16 @@
 ---
+Thu Mar  1 12:40:05 UTC 2018 - knut.anders...@suse.com
+
+- Use firewalld samba service definition (bsc#1083456)
+- 4.0.1
+
+---
+Mon Feb  5 10:06:46 UTC 2018 - knut.anders...@suse.com
+
+- SuSEFirewall2 replaced by firewalld (fate#323460)
+- 4.0.0
+
+---
 Wed Jul 26 07:23:28 UTC 2017 - scabr...@suse.com
 
 - Drop NT style PDC/BDC configuration wizard (fate#323806)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.2.2/package/yast2-samba-server.spec 
new/yast2-samba-server-4.0.1/package/yast2-samba-server.spec
--- old/yast2-samba-server-3.2.2/package/yast2-samba-server.spec
2017-09-22 04:06:51.176440424 +0200
+++ new/yast2-samba-server-4.0.1/package/yast2-samba-server.spec
2018-03-01 15:29:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.2.2
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,8 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  samba-client
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 3.1.53
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ldap
 BuildRequires:  yast2-perl-bindings
@@ -42,8 +43,8 @@
 BuildRequires:  yast2-users
 
 Requires:  perl-Crypt-SmbHash
-# Service.Active
-Requires:  yast2 >= 3.1.53
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+R

commit autoyast2 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "autoyast2"

Sun Mar  4 11:50:43 2018 rev:236 rq:581837 version:4.0.36

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2018-02-24 
16:36:28.779711490 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-03-04 
11:50:45.550131697 +0100
@@ -1,0 +2,27 @@
+Wed Feb 28 14:34:54 CET 2018 - aschn...@suse.com
+
+- adapted to new activate callbacks in libstorage-ng (see
+  bsc#1082542)
+- 4.0.36
+
+---
+Tue Feb 27 12:36:59 UTC 2018 - jreidin...@suse.com
+
+- Add missing textdomains to create proper potfiles (bsc#1083015)
+- 4.0.35
+
+---
+Tue Feb 27 11:35:37 UTC 2018 - an...@suse.com
+
+- Manage errors during hardware activation in the same way than
+  normal installation - asking the user and trying to continue if
+  the question times out (related to bsc#1079061).
+- 4.0.34
+
+---
+Mon Feb 26 16:11:01 CET 2018 - sch...@suse.de
+
+- Upgrade: Speedup PKG call (bnc#1074082)
+- 4.0.33
+
+---

Old:

  autoyast2-4.0.32.tar.bz2

New:

  autoyast2-4.0.36.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.GadG5G/_old  2018-03-04 11:50:46.122110976 +0100
+++ /var/tmp/diff_new_pack.GadG5G/_new  2018-03-04 11:50:46.126110831 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.32
+Version:4.0.36
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,8 +47,8 @@
 BuildRequires:  yast2-transfer
 BuildRequires:  yast2-update >= 3.3.0
 BuildRequires:  yast2-xml
-# Y2Storage::AutoinstProfile::SkipListValue#to_hash
-BuildRequires:  yast2-storage-ng >= 4.0.23
+# ActivateCallbacks::multipath signature
+BuildRequires:  yast2-storage-ng >= 4.0.116
 
 # %%{_unitdir} macro definition is in a separate package since 13.1
 %if 0%{?suse_version} >= 1310

++ autoyast2-4.0.32.tar.bz2 -> autoyast2-4.0.36.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.32/package/autoyast2.changes 
new/autoyast2-4.0.36/package/autoyast2.changes
--- old/autoyast2-4.0.32/package/autoyast2.changes  2018-02-23 
14:47:14.0 +0100
+++ new/autoyast2-4.0.36/package/autoyast2.changes  2018-02-28 
15:06:00.0 +0100
@@ -1,4 +1,31 @@
 ---
+Wed Feb 28 14:34:54 CET 2018 - aschn...@suse.com
+
+- adapted to new activate callbacks in libstorage-ng (see
+  bsc#1082542)
+- 4.0.36
+
+---
+Tue Feb 27 12:36:59 UTC 2018 - jreidin...@suse.com
+
+- Add missing textdomains to create proper potfiles (bsc#1083015)
+- 4.0.35
+
+---
+Tue Feb 27 11:35:37 UTC 2018 - an...@suse.com
+
+- Manage errors during hardware activation in the same way than
+  normal installation - asking the user and trying to continue if
+  the question times out (related to bsc#1079061).
+- 4.0.34
+
+---
+Mon Feb 26 16:11:01 CET 2018 - sch...@suse.de
+
+- Upgrade: Speedup PKG call (bnc#1074082)
+- 4.0.33
+
+---
 Fri Feb 23 13:15:50 UTC 2018 - igonzalezs...@suse.com
 
 - Remove calls to the old yast2-storage layer (bsc#1071978)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.32/package/autoyast2.spec 
new/autoyast2-4.0.36/package/autoyast2.spec
--- old/autoyast2-4.0.32/package/autoyast2.spec 2018-02-23 14:47:14.0 
+0100
+++ new/autoyast2-4.0.36/package/autoyast2.spec 2018-02-28 15:06:00.0 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.32
+Version:4.0.36
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,8 +47,8 @@
 BuildRequires:  yast2-update >= 3.3.0
 BuildRequires:  yast2-slp
 BuildRequires:  yast2-country
-# Y2Storage::AutoinstProfile::SkipListValue#to_hash
-BuildRequires:  yast2-storage-ng >= 4.0.23
+# ActivateCallbacks::multipath signature
+BuildRequires:  yast2-storage-ng >= 4.0.116
 
 # %%{_unitdir} macro definition is in a separate package since 13.1
 %if 0%{?s

commit yast2-packager for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-03-04 11:50:53

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


Package is "yast2-packager"

Sun Mar  4 11:50:53 2018 rev:345 rq:581996 version:4.0.45

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2018-02-24 16:36:01.024710454 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2018-03-04 11:50:55.685764520 +0100
@@ -1,0 +2,31 @@
+Fri Mar  2 13:38:40 UTC 2018 - lsle...@suse.cz
+
+- Updated repository selection label to be more understandable
+  (bsc#1081508)
+- 4.0.45
+
+---
+Tue Feb 27 10:37:41 UTC 2018 - lsle...@suse.cz
+
+- Added product merge: SLE11/12 HA GEO has been merged to SLE15 HA
+  (bsc#1069705)
+- Added a missing textdomain in a file (bsc#1083015)
+- Unified text domains to "packager"
+- 4.0.44
+
+---
+Tue Feb 27 08:36:20 UTC 2018 - lsle...@suse.cz
+
+- Added Live Patching product rename (bsc#1074154)
+- 4.0.43
+
+---
+Mon Feb 26 12:05:46 UTC 2018 - lsle...@suse.cz
+
+- Fixed installing packages needed for accessing the installation
+  repositories (e.g. "nfs-client" for "nfs://" repositories),
+  additionally evaluate also the add-on repositories, not just the
+  base product repository (bsc#1063980)
+- 4.0.42
+
+---

Old:

  yast2-packager-4.0.41.tar.bz2

New:

  yast2-packager-4.0.45.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.U2l4GT/_old  2018-03-04 11:50:56.177746698 +0100
+++ /var/tmp/diff_new_pack.U2l4GT/_new  2018-03-04 11:50:56.177746698 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.41
+Version:4.0.45
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-4.0.41.tar.bz2 -> yast2-packager-4.0.45.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.41/package/yast2-packager.changes 
new/yast2-packager-4.0.45/package/yast2-packager.changes
--- old/yast2-packager-4.0.41/package/yast2-packager.changes2018-02-23 
07:55:07.0 +0100
+++ new/yast2-packager-4.0.45/package/yast2-packager.changes2018-03-02 
14:45:57.0 +0100
@@ -1,4 +1,35 @@
 ---
+Fri Mar  2 13:38:40 UTC 2018 - lsle...@suse.cz
+
+- Updated repository selection label to be more understandable
+  (bsc#1081508)
+- 4.0.45
+
+---
+Tue Feb 27 10:37:41 UTC 2018 - lsle...@suse.cz
+
+- Added product merge: SLE11/12 HA GEO has been merged to SLE15 HA
+  (bsc#1069705)
+- Added a missing textdomain in a file (bsc#1083015)
+- Unified text domains to "packager"
+- 4.0.44
+
+---
+Tue Feb 27 08:36:20 UTC 2018 - lsle...@suse.cz
+
+- Added Live Patching product rename (bsc#1074154)
+- 4.0.43
+
+---
+Mon Feb 26 12:05:46 UTC 2018 - lsle...@suse.cz
+
+- Fixed installing packages needed for accessing the installation
+  repositories (e.g. "nfs-client" for "nfs://" repositories),
+  additionally evaluate also the add-on repositories, not just the
+  base product repository (bsc#1063980)
+- 4.0.42
+
+---
 Thu Feb 22 17:17:31 CET 2018 - sch...@suse.de
 
 - Added textdomain in order to activate translation (bnc#1081365).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.41/package/yast2-packager.spec 
new/yast2-packager-4.0.45/package/yast2-packager.spec
--- old/yast2-packager-4.0.41/package/yast2-packager.spec   2018-02-23 
07:55:07.0 +0100
+++ new/yast2-packager-4.0.45/package/yast2-packager.spec   2018-03-02 
14:45:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.41
+Version:4.0.45
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-4.0.41/src/clients/inst_productsources.rb 
new/yast2-packager-4.0.45/src/clients/inst_productsources.rb
--- old/yast2-packager-4.0.41/src/clients/inst_productsources.

commit yast2-devtools for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2018-03-04 11:50:24

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


Package is "yast2-devtools"

Sun Mar  4 11:50:24 2018 rev:93 rq:581529 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes
2018-01-17 21:41:57.717119468 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes   
2018-03-04 11:50:27.994767666 +0100
@@ -1,0 +2,22 @@
+Thu Mar  1 07:41:49 UTC 2018 - lsle...@suse.cz
+
+- Fixed generating translations from XML (*.glade) files
+  (related to bsc#1083015)
+- 4.0.4
+
+---
+Tue Feb 27 14:52:17 UTC 2018 - jreidin...@suse.com
+
+- Prevent missing translatable string with missing textdomain by
+  making it fatal error, so it can be catched in travis or jenkins
+  (bsc#1083015)
+- 4.0.3
+
+---
+Tue Feb 27 07:52:27 UTC 2018 - lsle...@suse.cz
+
+- Fixed regular expression used for finding translatable messages
+  in the source files (bsc#1082969)
+- 4.0.2
+
+---

Old:

  yast2-devtools-4.0.1.tar.bz2

New:

  yast2-devtools-4.0.4.tar.bz2



Other differences:
--
++ yast2-devtools.spec ++
--- /var/tmp/diff_new_pack.QOqGfp/_old  2018-03-04 11:50:28.986731731 +0100
+++ /var/tmp/diff_new_pack.QOqGfp/_new  2018-03-04 11:50:28.986731731 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-devtools
 #
-# 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-devtools
-Version:4.0.1
+Version:4.0.4
 Release:0
 Url:http://github.com/yast/yast-devtools
 

++ yast2-devtools-4.0.1.tar.bz2 -> yast2-devtools-4.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-4.0.1/build-tools/scripts/gettextdomains 
new/yast2-devtools-4.0.4/build-tools/scripts/gettextdomains
--- old/yast2-devtools-4.0.1/build-tools/scripts/gettextdomains 2017-11-29 
20:02:28.0 +0100
+++ new/yast2-devtools-4.0.4/build-tools/scripts/gettextdomains 2018-03-01 
09:11:37.0 +0100
@@ -10,7 +10,8 @@
 function get_domains_and_err()
 {
 if [ -z "$1" ]; then
-echo `basename $0`": argument missing"
+echo `basename $0`": argument missing" >&2
+exit 1
 fi
 SRCDIR=$1
 
@@ -24,22 +25,29 @@
 -o -name "*.cc"  \
 -o -name "*.cpp" \
 -o -name "*.erb" \
+-o -name "*.glade" \
 -o -name "*.rb"  `
 
 if test "$?" != "0"; then
-echo "Error: check-pot terminated unexpected."
+echo "Error: check-pot terminated unexpected." >&2
 exit 1
 fi
 
 for F in $SRCFILES; do
 # strip comments from the files and match [_]_( "..." )
-# 1. perl: strip one-line-comments
-# 2. perl: match for _( "...") and __("..." ) (multiline too)
+# 1. perl: strip one-line-comments, except ruby "string 
#{interpolation}"
+# 2. perl: match for _( "...") and __("..." ) (multiline too),
+#  or "" used in XML (*.glade) files
+# NOTE: be less strict here, if e.g. a gettext call is in a trailing 
comment:
+# "foo" # _("not translated")
+# then it will be ignored by the extractor later, we can only get a 
false
+# warning about a missing text domain in the file. That's more 
acceptable
+# then a completely missing translation because of too strict comment 
filtering.
# problems left:
# - false matches of comments inside strings
# - uncaught _( at line beginning
-MATCH=`perl -n -e 'print "$ARGV: $_" if not /(\/\/|#)/' $F | \
-   perl -n -e 'print "$_" if 
/[^[:alnum:]_"<](_|__|gettext)\(/../\)/'`
+MATCH=`perl -n -e 'print "$ARGV: $_" if not /(^\s*\/\/|^\s*#[^\{])/' 
$F | \
+   perl -n -e 'print "$_" if 
/|[^[:alnum:]_"<](_|__|gettext)\(/../\)/'`
 if [ -n "$MATCH" ]; then
 TR_FILES="$F $TR_FILES" ;
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-4.0.1/build-

commit yast2-storage-ng for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-03-04 11:51:05

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


Package is "yast2-storage-ng"

Sun Mar  4 11:51:05 2018 rev:10 rq:582011 version:4.0.122

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-02-24 16:36:36.711426013 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-03-04 11:51:08.177312518 +0100
@@ -1,0 +2,90 @@
+Fri Mar  2 13:52:37 UTC 2018 - igonzalezs...@suse.com
+
+- AutoYaST: support to export LVM volume group and MD RAIDs
+  (bsc#1081331).
+
+---
+Fri Mar  2 11:59:29 UTC 2018 - an...@suse.com
+
+- New PReP partitions proposed by the Guided Setup are now always
+  primary (bsc#1082468).
+- 4.0.122
+
+---
+Fri Mar  2 10:28:49 UTC 2018 - snw...@suse.com
+
+- ensure proper hierarchy when creating btrfs subvolumes (bsc#1078732)
+- 4.0.121
+
+---
+Thu Mar  1 15:20:35 UTC 2018 - shundham...@suse.com
+
+- Use default swap priority, not 42 (bsc#1066077)
+- 4.0.120
+
+---
+Thu Mar  1 14:48:34 UTC 2018 - jreidin...@suse.com
+
+- Do not crash for separate /boot which does not exists yet
+  (bsc#1078774
+- 4.0.119
+
+---
+Thu Mar  1 08:17:01 UTC 2018 - jlo...@suse.com
+
+- Partitioner: allow to clone a disk (part of fate#318196).
+- 4.0.118
+
+---
+Wed Feb 28 15:39:15 UTC 2018 - an...@suse.com
+
+- More reliable parsing for the hwinfo output (bsc#1082536).
+- Better documentation and tests for activate callbacks.
+- 4.0.117
+
+---
+Wed Feb 28 14:26:21 CET 2018 - aschn...@suse.com
+
+- adapted to new activate callbacks in libstorage-ng (see
+  bsc#1082542)
+- 4.0.116
+
+---
+Tue Feb 27 09:47:17 UTC 2018 - igonzalezs...@suse.com
+
+- Keep encryption when adding a device to a LVM volume group
+  (bsc#1077750).
+- 4.0.115
+
+---
+Tue Feb 27 01:22:48 UTC 2018 - an...@suse.com
+
+- Improved handling of libstorage-ng errors (bsc#1070459,
+  bsc#1079228, bsc#1079817, bsc#1063059, bsc#1080554, bsc#1076776,
+  bsc#1070459 and some others).
+- 4.0.114
+
+---
+Mon Feb 26 16:11:12 UTC 2018 - shundham...@suse.com
+
+- Use format(), not Ruby variable expansion for translated messages
+  (bsc#1081454)
+- 4.0.113
+
+---
+Mon Feb 26 14:54:59 UTC 2018 - an...@suse.com
+
+- Partitioner: ensure a valid password is provided when encrypting
+  a device (bsc#1065079).
+- Increase to 8 characters the minimum size to consider an
+  encryption password to be valid (same limit than yast2-storage).
+- 4.0.112
+
+---
+Fri Feb 23 14:57:51 UTC 2018 - jreidin...@suse.com
+
+- Do not allow to encrypt too small partition (bsc#1065071)
+- Check size for separate /boot
+- 4.0.111
+
+---

Old:

  yast2-storage-ng-4.0.110.tar.bz2

New:

  yast2-storage-ng-4.0.122.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.zd0M0L/_old  2018-03-04 11:51:08.693293948 +0100
+++ /var/tmp/diff_new_pack.zd0M0L/_new  2018-03-04 11:51:08.701293660 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.110
+Version:4.0.122
 Release:0
 BuildArch:  noarch
 
@@ -27,12 +27,12 @@
 # Yast2::FsSnapshots.configure_on_install=
 Requires:   yast2 >= 4.0.24
 Requires:   yast2-ruby-bindings
-# Storage::probe(const ProbeCallbacks*)
-Requires:   libstorage-ng-ruby >= 3.3.171
+# ActivateCallbacks::multipath signature
+Requires:   libstorage-ng-ruby >= 3.3.181
 
 BuildRequires:  update-desktop-files
-# Storage::probe(const ProbeCallbacks*)
-BuildRequires:  libstorage-ng-ruby >= 3.3.171
+# ActivateCallbacks::multipath signature
+BuildRequires:  libstorage-ng-ruby >= 3.3.181
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-ruby-bindings
 # yast2-xml dependency is added by yast2 but ignored in the

++ yast2-storage-ng-4

commit yast2-network for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2018-03-04 11:50:58

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


Package is "yast2-network"

Sun Mar  4 11:50:58 2018 rev:380 rq:582001 version:4.0.19

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2018-02-24 16:36:20.228019283 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2018-03-04 11:51:02.773507758 +0100
@@ -1,0 +2,21 @@
+Thu Mar  1 13:58:27 UTC 2018 - knut.anders...@suse.com
+
+- save_network client copies wicked dhcp files from inst-sys into
+  the target using the same dhcp id when rebooting after
+  installation. (bsc#1082832)
+- 4.0.19
+
+---
+Thu Mar  1 13:56:21 UTC 2018 - lsle...@suse.cz
+
+- Fixed a random build failure (introduced by the previous fix for
+  bsc#1083015)
+- 4.0.18
+
+---
+Tue Feb 27 14:38:55 UTC 2018 - jreidin...@suse.com
+
+- add missing textdomains (bsc#1083015)
+- 4.0.17
+
+---

Old:

  yast2-network-4.0.16.tar.bz2

New:

  yast2-network-4.0.19.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.T1DRGQ/_old  2018-03-04 11:51:03.357486603 +0100
+++ /var/tmp/diff_new_pack.T1DRGQ/_new  2018-03-04 11:51:03.361486458 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.0.16
+Version:4.0.19
 Release:0
 BuildArch:  noarch
 

++ yast2-network-4.0.16.tar.bz2 -> yast2-network-4.0.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.0.16/package/yast2-network.changes 
new/yast2-network-4.0.19/package/yast2-network.changes
--- old/yast2-network-4.0.16/package/yast2-network.changes  2018-02-23 
12:45:48.0 +0100
+++ new/yast2-network-4.0.19/package/yast2-network.changes  2018-03-02 
15:21:01.0 +0100
@@ -1,4 +1,25 @@
 ---
+Thu Mar  1 13:58:27 UTC 2018 - knut.anders...@suse.com
+
+- save_network client copies wicked dhcp files from inst-sys into
+  the target using the same dhcp id when rebooting after
+  installation. (bsc#1082832)
+- 4.0.19
+
+---
+Thu Mar  1 13:56:21 UTC 2018 - lsle...@suse.cz
+
+- Fixed a random build failure (introduced by the previous fix for
+  bsc#1083015)
+- 4.0.18
+
+---
+Tue Feb 27 14:38:55 UTC 2018 - jreidin...@suse.com
+
+- add missing textdomains (bsc#1083015)
+- 4.0.17
+
+---
 Fri Feb 23 11:27:58 UTC 2018 - knut.anders...@suse.com
 
 - Really translate firewalld zones (bsc#1082246)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-4.0.16/package/yast2-network.spec 
new/yast2-network-4.0.19/package/yast2-network.spec
--- old/yast2-network-4.0.16/package/yast2-network.spec 2018-02-23 
12:45:48.0 +0100
+++ new/yast2-network-4.0.19/package/yast2-network.spec 2018-03-02 
15:21:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:4.0.16
+Version:4.0.19
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-4.0.16/src/lib/network/clients/save_network.rb 
new/yast2-network-4.0.19/src/lib/network/clients/save_network.rb
--- old/yast2-network-4.0.16/src/lib/network/clients/save_network.rb
2018-02-23 12:45:48.0 +0100
+++ new/yast2-network-4.0.19/src/lib/network/clients/save_network.rb
2018-03-02 15:21:01.0 +0100
@@ -31,6 +31,8 @@
   nil
 end
 
+  private
+
 def adjust_for_network_disks(file)
   # storage-ng
   # Check if installation is targeted to a remote destination.
@@ -191,25 +193,7 @@
   # but definitely not looking well ;-)
   NetworkAutoYast.instance.create_udevs if Mode.autoinst
 
-  # Copy DHCP client cache so that we can request the same IP (#43974).
-  WFM.Execute(
-path(".local.bash"),
-Builtins.sformat(
-  "mkdir -p '%2%1'; /bin/cp -p %1/dhcpcd-*.cache '%2%1'",
-  "/var/lib/dhcpcd",
-  String.Quote(Installation.destdir)
-)
-  )
-  # Copy DHCPv6 (DHCP for IPv6) client cache.
-  WFM.Execute(
-path(".local.b

commit inst-source-utils for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package inst-source-utils for 
openSUSE:Factory checked in at 2018-03-04 11:51:26

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


Package is "inst-source-utils"

Sun Mar  4 11:51:26 2018 rev:60 rq:580882 version:2018.2.16

Changes:

--- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes  
2017-08-06 11:30:58.275784146 +0200
+++ /work/SRC/openSUSE:Factory/.inst-source-utils.new/inst-source-utils.changes 
2018-03-04 11:51:30.752500010 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 15:17:48 CET 2018 - r...@suse.de
+
+- mk_changelog: do not use localtime call for min_date
+  (bnc#1081766)
+
+---



Other differences:
--
++ inst-source-utils.spec ++
--- /var/tmp/diff_new_pack.9IpnGP/_old  2018-03-04 11:51:33.016418528 +0100
+++ /var/tmp/diff_new_pack.9IpnGP/_new  2018-03-04 11:51:33.024418240 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package inst-source-utils
 #
-# 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 @@
 Summary:Utilities for creating customized installation sources
 License:GPL-2.0+
 Group:  System/YaST
-Version:2016.7.26
+Version:2018.2.16
 Release:0
 Url:http://en.opensuse.org/Inst-source-utils
 BuildArch:  noarch

++ inst-source-utils.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/inst-source-utils/usr/bin/mk_changelog 
new/inst-source-utils/usr/bin/mk_changelog
--- old/inst-source-utils/usr/bin/mk_changelog  2016-07-26 12:03:01.0 
+0200
+++ new/inst-source-utils/usr/bin/mk_changelog  2018-02-27 15:23:02.42923 
+0100
@@ -35,8 +35,7 @@
 use RPMQ;
 
 # current date minus two years
-#my $min_date = timelocal(0,0,0,localtime->mday,localtime->mon , 
localtime->year+1898 );
-my $min_date = localtime(time - 2*365*24*3600);
+my $min_date = time - 2*365*24*3600;
 my %month_to_num = 
(Jan=>0,Feb=>1,Mar=>2,Apr=>3,May=>4,Jun=>5,Jul=>6,Aug=>7,Sep=>8,Oct=>9,Nov=>10,Dec=>11);
 my $delimiter = 
"--";
 my $actual = 0;




commit cargo for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "cargo"

Sun Mar  4 11:52:09 2018 rev:17 rq:580947 version:0.24.0

Changes:

--- /work/SRC/openSUSE:Factory/cargo/cargo.changes  2018-02-23 
15:28:06.726177271 +0100
+++ /work/SRC/openSUSE:Factory/.cargo.new/cargo.changes 2018-03-04 
11:52:10.275077508 +0100
@@ -1,0 +2,6 @@
+Wed Feb 28 10:34:14 UTC 2018 - mman...@outlook.de
+
+- adapt cargo bootstrap version to 0.25.0
+- adapt rustc bootstrap version to 1.24.0
+
+---



Other differences:
--
++ cargo.spec ++
--- /var/tmp/diff_new_pack.wt4mW1/_old  2018-03-04 11:52:12.339003222 +0100
+++ /var/tmp/diff_new_pack.wt4mW1/_new  2018-03-04 11:52:12.339003222 +0100
@@ -19,9 +19,9 @@
 #
 
 
-%global bootstrap_version 0.24.0
-%global bootstrap_rustc_version 1.23.0
-%global current_rustc_version 1.23.0
+%global bootstrap_version 0.25.0
+%global bootstrap_rustc_version 1.24.0
+%global current_rustc_version 1.24.0
 %bcond_with cargo_bootstrap
 
 %global rust_arch %{_arch}




commit apparmor-rpm-macros for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package apparmor-rpm-macros for 
openSUSE:Factory checked in at 2018-03-04 11:52:18

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


Package is "apparmor-rpm-macros"

Sun Mar  4 11:52:18 2018 rev:4 rq:580982 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/apparmor-rpm-macros/apparmor-rpm-macros.changes  
2017-08-28 15:19:26.129584728 +0200
+++ 
/work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new/apparmor-rpm-macros.changes 
2018-03-04 11:52:20.022726662 +0100
@@ -1,0 +2,8 @@
+Wed Feb 28 06:37:37 UTC 2018 - tbecht...@suse.com
+
+- Check if apparmor is active before reloading a profile (bsc#1083226)
+  Otherwise a package using the %apparmor_reload macro in %post
+  automatically enables the profile even if apparmor itself is
+  not active.
+
+---



Other differences:
--
++ apparmor-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.zBJsqm/_old  2018-03-04 11:52:20.790699020 +0100
+++ /var/tmp/diff_new_pack.zBJsqm/_new  2018-03-04 11:52:20.790699020 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apparmor-rpm-macros
 #
-# 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 @@
 Version:1.0
 Release:0
 Summary:RPM macros used to setup apparmor profiles
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Tools/Other
 Url:https://bugs.launchpad.net/apparmor
 Source: macros.apparmor

++ macros.apparmor ++
--- /var/tmp/diff_new_pack.zBJsqm/_old  2018-03-04 11:52:20.846697005 +0100
+++ /var/tmp/diff_new_pack.zBJsqm/_new  2018-03-04 11:52:20.846697005 +0100
@@ -1,5 +1,7 @@
 %apparmor_reload()\
if [ "$YAST_IS_RUNNING" != "instsys" ]; then\
-   /sbin/apparmor_parser -r -T -W %{?*} &> /dev/null || :\
+   if /usr/bin/systemctl is-active --quiet apparmor.service; then\
+   /sbin/apparmor_parser -r -T -W %{?*} &> /dev/null || :\
+   fi\
fi\
 %{nil}




commit rdma-core for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2018-03-04 11:52:01

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


Package is "rdma-core"

Sun Mar  4 11:52:01 2018 rev:19 rq:580927 version:16.3

Changes:

--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes  2018-02-02 
22:21:01.341404550 +0100
+++ /work/SRC/openSUSE:Factory/.rdma-core.new/rdma-core.changes 2018-03-04 
11:52:07.883163599 +0100
@@ -1,0 +2,9 @@
+Wed Feb 21 10:16:15 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update to rdma-core v16.3:
+ * Backport fixes:
+   * vmw_pvrdma: Drop the extraneous align_next_power2 for sges
+   * vmw_pvrdma: Fix SRQN returned to library
+   * mlx5: Add missing include file in mlx5dv.h
+
+---

Old:

  rdma-core-16.2.0.20197e29921a.tar.gz

New:

  rdma-core-16.3.0.e77f84e38251.tar.gz



Other differences:
--
++ rdma-core.spec ++
--- /var/tmp/diff_new_pack.lRb2Jc/_old  2018-03-04 11:52:09.567102990 +0100
+++ /var/tmp/diff_new_pack.lRb2Jc/_new  2018-03-04 11:52:09.571102846 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without  systemd
-%define git_ver .0.20197e29921a
+%define git_ver .0.e77f84e38251
 Name:   rdma-core
-Version:16.2
+Version:16.3
 Release:0
 Summary:RDMA core userspace libraries and daemons
 License:GPL-2.0 or BSD-2-Clause

++ _service ++
--- /var/tmp/diff_new_pack.lRb2Jc/_old  2018-03-04 11:52:09.603101694 +0100
+++ /var/tmp/diff_new_pack.lRb2Jc/_new  2018-03-04 11:52:09.603101694 +0100
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-20197e29921a558c2552665b52784fcfa1fd8982
+e77f84e38251a7e8541688dffae93890eed45ed0
suse/rdma-core.spec
   
   

++ rdma-core-16.2.0.20197e29921a.tar.gz -> 
rdma-core-16.3.0.e77f84e38251.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rdma-core-16.2.0.20197e29921a/CMakeLists.txt 
new/rdma-core-16.3.0.e77f84e38251/CMakeLists.txt
--- old/rdma-core-16.2.0.20197e29921a/CMakeLists.txt2018-02-01 
09:38:44.0 +0100
+++ new/rdma-core-16.3.0.e77f84e38251/CMakeLists.txt2018-02-21 
08:56:00.0 +0100
@@ -48,7 +48,7 @@
 set(PACKAGE_NAME "RDMA")
 
 # See Documentation/versioning.md
-set(PACKAGE_VERSION "16.2")
+set(PACKAGE_VERSION "16.3")
 # When this is changed the values in these files need changing too:
 #   debian/libibverbs1.symbols
 #   libibverbs/libibverbs.map
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rdma-core-16.2.0.20197e29921a/debian/changelog 
new/rdma-core-16.3.0.e77f84e38251/debian/changelog
--- old/rdma-core-16.2.0.20197e29921a/debian/changelog  2018-02-01 
09:38:44.0 +0100
+++ new/rdma-core-16.3.0.e77f84e38251/debian/changelog  2018-02-21 
08:56:00.0 +0100
@@ -1,3 +1,9 @@
+rdma-core (16.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Nicolas Morey-Chaisemartin   Wed, 21 Feb 2018 
08:56:00 +0100
+
 rdma-core (16.2-1) unstable; urgency=low
 
   * New upstream release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rdma-core-16.2.0.20197e29921a/providers/mlx5/mlx5dv.h 
new/rdma-core-16.3.0.e77f84e38251/providers/mlx5/mlx5dv.h
--- old/rdma-core-16.2.0.20197e29921a/providers/mlx5/mlx5dv.h   2018-02-01 
09:38:44.0 +0100
+++ new/rdma-core-16.3.0.e77f84e38251/providers/mlx5/mlx5dv.h   2018-02-21 
08:56:00.0 +0100
@@ -35,6 +35,7 @@
 
 #include 
 #include  /* For the __be64 type */
+#include 
 #include 
 #if defined(__SSE3__)
 #include 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rdma-core-16.2.0.20197e29921a/providers/vmw_pvrdma/qp.c 
new/rdma-core-16.3.0.e77f84e38251/providers/vmw_pvrdma/qp.c
--- old/rdma-core-16.2.0.20197e29921a/providers/vmw_pvrdma/qp.c 2018-02-01 
09:38:44.0 +0100
+++ new/rdma-core-16.3.0.e77f84e38251/providers/vmw_pvrdma/qp.c 2018-02-21 
08:56:00.0 +0100
@@ -108,12 +108,12 @@
 {
struct pvrdma_device *dev = to_vdev(pd->context->device);
struct user_pvrdma_create_srq cmd;
-   struct ibv_create_srq_resp resp;
+   struct user_pvrdma_create_srq_resp resp;
struct pvrdma_srq *srq;
int ret;
 
attr->attr.max_wr = align_next_power2(max_t(uint32_t, 1U, 
attr->attr.max_wr));
-   attr->attr.max_sge = align_next_power2(max_t(uint32_t, 1U, 
attr->attr.max_sge));
+   attr->attr.max_sge = max_t(uint32_t, 1U, attr->attr.max_sge);
 
srq = malloc(sizeof(*srq));
if (

commit ImageMagick for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "ImageMagick"

Sun Mar  4 11:51:38 2018 rev:157 rq:580889 version:7.0.7.24

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2018-02-25 
12:21:20.513766357 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2018-03-04 11:51:47.879883565 +0100
@@ -1,0 +2,13 @@
+Wed Feb 28 09:19:13 UTC 2018 - pgaj...@suse.com
+
+- update to 7.0.7-24
+  * Do not refer to page in OptimizeLayerFrames (reference
+https://github.com/ImageMagick/ImageMagick/pull/987).
+  * PerlMagick unit tests pass again.
+  * Fixed numerous use of uninitialized values, integer overflow,
+memory exceeded, and timeouts (credit to OSS Fuzz).
+- removed upstreamed
+  - ImageMagick-write.t-PICT-signature.patch
+  - ImageMagick-montage.t-directory-exception.patch
+
+---

Old:

  ImageMagick-7.0.7-23.tar.bz2
  ImageMagick-7.0.7-23.tar.bz2.asc
  ImageMagick-montage.t-directory-exception.patch
  ImageMagick-write.t-PICT-signature.patch

New:

  ImageMagick-7.0.7-24.tar.bz2
  ImageMagick-7.0.7-24.tar.bz2.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.Ajoenj/_old  2018-03-04 11:51:49.179836777 +0100
+++ /var/tmp/diff_new_pack.Ajoenj/_new  2018-03-04 11:51:49.183836633 +0100
@@ -18,7 +18,7 @@
 
 %define maj   7
 %define mfr_version   %{maj}.0.7
-%define mfr_revision  23
+%define mfr_revision  24
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   5
@@ -48,10 +48,6 @@
 #%%ifarch s390x s390 ppc64 ppc
 Patch3: ImageMagick-s390-disable-tests.patch
 #%%endif
-# https://github.com/ImageMagick/ImageMagick/issues/992
-Patch4: ImageMagick-montage.t-directory-exception.patch
-# https://github.com/ImageMagick/ImageMagick/issues/994
-Patch5: ImageMagick-write.t-PICT-signature.patch
 BuildRequires:  chrpath
 BuildRequires:  dcraw
 %if 0%{?suse_version} >= 1315
@@ -301,8 +297,6 @@
 %ifarch s390x s390 ppc ppc64
 %patch3 -p1
 %endif
-%patch4 -p1
-%patch5 -p1
 
 %build
 # make library binary package parallel installable

++ ImageMagick-7.0.7-23.tar.bz2 -> ImageMagick-7.0.7-24.tar.bz2 ++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.7-23.tar.bz2 
/work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-7.0.7-24.tar.bz2 
differ: char 11, line 1





commit alsa for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "alsa"

Sun Mar  4 11:53:04 2018 rev:182 rq:581357 version:1.1.5

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2018-01-21 
15:46:42.952265430 +0100
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2018-03-04 
11:53:07.389021773 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 22:33:05 CET 2018 - ti...@suse.de
+
+- Add UCM profile for Baytrail CR with RT5460 (bsc#1083195)
+
+---

New:

  bytcr-rt5640-HiFi.conf
  bytcr-rt5640.conf



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.dOi11u/_old  2018-03-04 11:53:08.384985923 +0100
+++ /var/tmp/diff_new_pack.dOi11u/_new  2018-03-04 11:53:08.384985923 +0100
@@ -29,7 +29,7 @@
 Version:1.1.5
 Release:0
 Summary:Advanced Linux Sound Architecture
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Url:http://www.alsa-project.org/
 Source: 
ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
@@ -59,6 +59,8 @@
 # rest suse fixes
 Source101:  chtcx2072x.conf
 Source102:  chtcx2072x-HiFi.conf
+Source103:  bytcr-rt5640.conf
+Source104:  bytcr-rt5640-HiFi.conf
 BuildRequires:  doxygen
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -85,7 +87,7 @@
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libasound2 = %{version}
@@ -99,7 +101,7 @@
 
 %package docs
 Summary:Additional Package Documentation
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Documentation/Other
 %if 0%{?suse_version} > 1110
 BuildArch:  noarch
@@ -111,7 +113,7 @@
 
 %package -n libasound2
 Summary:Advanced Linux Sound Architecture Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 Provides:   alsa-lib
 
@@ -149,6 +151,9 @@
 mkdir -p %{buildroot}%{_datadir}/alsa/ucm/chtcx2072x
 install -c -m 0644 %{S:101} 
%{buildroot}%{_datadir}/alsa/ucm/chtcx2072x/chtcx2072x.conf
 install -c -m 0644 %{S:102} 
%{buildroot}%{_datadir}/alsa/ucm/chtcx2072x/HiFi.conf
+mkdir -p %{buildroot}%{_datadir}/alsa/ucm/bytcr-rt5640
+install -c -m 0644 %{S:103} 
%{buildroot}%{_datadir}/alsa/ucm/bytcr-rt5640/bytcr-rt5640.conf
+install -c -m 0644 %{S:104} 
%{buildroot}%{_datadir}/alsa/ucm/bytcr-rt5640/HiFi.conf
 # clean up unneeded files
 rm -f %{buildroot}%{_libdir}/*.*a
 # rm -f %{buildroot}%{_libdir}/alsa-lib/smixer/*.*a



++ bytcr-rt5640-HiFi.conf ++
# Use case Configuration for bytcr-rt5640

SectionVerb {

EnableSequence [
cdev "hw:bytcrrt5640"

# media mixer settings
#   compress
cset "name='media0_in Gain 0 Switch' on"
cset "name='media0_in Gain 0 Volume' 0"

#   normal
cset "name='media1_in Gain 0 Switch' on"
cset "name='media1_in Gain 0 Volume' 0"
#   swm loopback
cset "name='media2_in Gain 0 Switch' off"
cset "name='media2_in Gain 0 Volume' 0%"
#   deep buffer
cset "name='media3_in Gain 0 Switch' on"
cset "name='media3_in Gain 0 Volume' 0"

cset "name='media0_out mix 0 media0_in Switch' on"
cset "name='media0_out mix 0 media1_in Switch' on"
cset "name='media0_out mix 0 media2_in Switch' off"
cset "name='media0_out mix 0 media3_in Switch' on"

cset "name='media1_out mix 0 media0_in Switch' off"
cset "name='media1_out mix 0 media1_in Switch' off"
cset "name='media1_out mix 0 media2_in Switch' off"
cset "name='media1_out mix 0 media3_in Switch' off"

cset "name='pcm0_in Gain 0 Switch' on"
cset "name='pcm0_in Gain 0 Volume' 0"

cset "name='pcm1_in Gain 0 Switch' off"
cset "name='pcm1_in Gain 0 Volume' 0%"

# codec0_out settings (used if ssp2 is connected to aif1)
cset "name='codec_out0 mix 0 codec_in0 Switch' off"
cset "name='codec_out0 mix 0 codec_in1 Switch' off"
cset "name='codec_out0 mix 0 media_loop1_in Switch' off"
cset "name

commit libepoxy for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "libepoxy"

Sun Mar  4 11:52:23 2018 rev:10 rq:581003 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libepoxy/libepoxy.changes2018-01-16 
09:40:00.432326582 +0100
+++ /work/SRC/openSUSE:Factory/.libepoxy.new/libepoxy.changes   2018-03-04 
11:52:26.286501209 +0100
@@ -1,0 +2,18 @@
+Wed Feb 28 13:45:02 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.5.0:
+  + Bump the Meson dependency to 0.44.1.
+  + Include Xlib.h in the tests that use X11 API.
+  + Update the GL registry to OpenGL 4.6.
+  + Add gl and egl private dependencies in the pkg-config file.
+  + Allow building Epoxy without X11 support.
+  + Rename the Meson configuration options to be more idiomatic.
+  + New API:
+- epoxy_set_resolver_failure_handler().
+- epoxy_glsl_version().
+- epoxy_extension_in_string().
+- Do a minor spec cleanup, use autosetup macro.
+- Pass docs=false, glx=yes, egl=yes and x11=true to meson, ensure
+  we build the features we want.
+
+---

Old:

  libepoxy-1.4.3.tar.gz

New:

  libepoxy-1.5.0.tar.gz



Other differences:
--
++ libepoxy.spec ++
--- /var/tmp/diff_new_pack.Qrrc2p/_old  2018-03-04 11:52:26.810482349 +0100
+++ /var/tmp/diff_new_pack.Qrrc2p/_new  2018-03-04 11:52:26.814482205 +0100
@@ -18,7 +18,7 @@
 
 Name:   libepoxy
 %define sonum  0
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:OpenGL function pointer management library
 License:MIT
@@ -26,7 +26,8 @@
 Url:https://github.com/anholt/libepoxy
 Source0:
https://github.com/anholt/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-BuildRequires:  meson >= 0.39.1
+
+BuildRequires:  meson >= 0.44.1
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  pkgconfig(egl)
@@ -35,7 +36,6 @@
 BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Epoxy is a library for handling OpenGL function pointer management for you.
@@ -76,10 +76,15 @@
 Development files.
 
 %prep
-%setup -q
+%autosetup
 
 %build
-%{meson}
+%{meson} \
+   -D docs=false \
+   -D glx=yes \
+   -D egl=yes \
+   -D x11=true \
+   %{nil}
 %{meson_build}
 
 %install
@@ -87,16 +92,13 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n %{name}%{sonum} -p /sbin/ldconfig
-
 %postun -n %{name}%{sonum} -p /sbin/ldconfig
 
 %files -n %{name}%{sonum}
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libepoxy.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc README.md
 %{_libdir}/libepoxy.so
 %{_libdir}/pkgconfig/epoxy.pc

++ libepoxy-1.4.3.tar.gz -> libepoxy-1.5.0.tar.gz ++
 13287 lines of diff (skipped)




commit geoclue2 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "geoclue2"

Sun Mar  4 11:52:59 2018 rev:27 rq:581156 version:2.4.7

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2017-06-07 
09:50:54.620949791 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2018-03-04 
11:53:00.517269116 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:26:22 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ geoclue2.spec ++
--- /var/tmp/diff_new_pack.A4FOET/_old  2018-03-04 11:53:01.229243489 +0100
+++ /var/tmp/diff_new_pack.A4FOET/_new  2018-03-04 11:53:01.233243345 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geoclue2
 #
-# 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,15 +21,15 @@
 Version:2.4.7
 Release:0
 Summary:GeoLocation Framework
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://people.freedesktop.org/~zeenix/releases/
+URL:http://people.freedesktop.org/~zeenix/releases/
 Source: 
http://www.freedesktop.org/software/geoclue/releases/2.4/%{_name}-%{version}.tar.xz
 Source1:srvGeoClue.conf
 Source99:   geoclue2-rpmlintrc
 BuildRequires:  gtk-doc
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  sysuser-tools
 BuildRequires:  perl(XML::Parser)
@@ -43,13 +43,12 @@
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42
 BuildRequires:  pkgconfig(mm-glib) >= 1.0
 BuildRequires:  pkgconfig(systemd)
-# we require shadow for useradd
-Requires(pre):  shadow
 # This daemon runs as srvGeoClue
 Requires:   user(srvGeoClue)
+# we require shadow for useradd
+Requires(pre):  shadow
 # Virtual provides for the dbus service
 Provides:   dbus(org.freedesktop.GeoClue2) = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
 %description
@@ -97,7 +96,7 @@
 %sysusers_generate_pre %{SOURCE1} srvGeoClue
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 install -d %{buildroot}%{_localstatedir}/lib/srvGeoClue
 mkdir -p %{buildroot}%{_sysusersdir}
 install -m 644 %{SOURCE1} 
%{buildroot}%{_sysusersdir}/system-user-srvGeoClue.conf
@@ -108,14 +107,12 @@
 # note: do not use systemd macros for geoclue2.service, they are not meant for 
dbus unit files.
 
 %pre -n system-user-srvGeoClue -f srvGeoClue.pre
-
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 # Not split per SLPP as the interface to the underlying daemon is
 # too strict to allow parallel installations
 %{_libdir}/libgeoclue-2.so.*
@@ -139,17 +136,15 @@
 %{_unitdir}/geoclue.service
 
 %files -n system-user-srvGeoClue
-%defattr(-,root,root)
 %attr(0700,srvGeoClue,root) %{_localstatedir}/lib/srvGeoClue
 %{_sysusersdir}/system-user-srvGeoClue.conf
 
 %files -n typelib-1_0-Geoclue-2_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Geoclue-2.0.typelib
 
 %files devel
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %{_includedir}/libgeoclue-2.0/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/geoclue-2.0.pc




commit xorg-cf-files for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package xorg-cf-files for openSUSE:Factory 
checked in at 2018-03-04 11:52:28

Comparing /work/SRC/openSUSE:Factory/xorg-cf-files (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-cf-files.new (New)


Package is "xorg-cf-files"

Sun Mar  4 11:52:28 2018 rev:11 rq:581006 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/xorg-cf-files/xorg-cf-files.changes  
2016-01-05 09:40:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-cf-files.new/xorg-cf-files.changes 
2018-03-04 11:52:31.410316786 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 13:11:08 UTC 2018 - sch...@suse.de
+
+- u_riscv.patch: Add support for riscv64
+
+---

New:

  u_riscv.patch



Other differences:
--
++ xorg-cf-files.spec ++
--- /var/tmp/diff_new_pack.ZY6GaR/_old  2018-03-04 11:52:31.866300374 +0100
+++ /var/tmp/diff_new_pack.ZY6GaR/_new  2018-03-04 11:52:31.870300230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-cf-files
 #
-# 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
@@ -24,6 +24,7 @@
 Group:  Development/Tools/Building
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
+Patch0: u_riscv.patch
 BuildRequires:  font-util >= 1.1
 BuildRequires:  pkgconfig(xorg-macros) >= 1.4
 Requires:   gccmakedep
@@ -51,13 +52,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 cat > host.def << EOF
 #define ConfigDir %_configdir
 #define XAppLoadDir /usr/share/X11/app-defaults
 #define UseSeparateConfDir NO
 #define ManPath /usr/share/man
-%ifarch ppc64 s390x x86_64 sparc64
+%ifarch ppc64 s390x x86_64 sparc64 riscv64
 #define ModuleDir /usr/lib64/xorg/modules
 %else
 #define ModuleDir /usr/lib/xorg/modules
@@ -104,6 +106,10 @@
 # define HaveLib64NO
 #endif
 #endif
+#ifdef  RiscV64Architecture
+#undef  DefaultGcc2RiscV64Opt
+#define DefaultGcc2RiscV64Opt   $RPM_OPT_FLAGS -fno-strict-aliasing
+#endif
 EOF
 
 %build

++ u_riscv.patch ++
Author: Andreas Schwab 
Subject: Add support for riscv64
Patch-Mainline: To be upstreamed

Index: xorg-cf-files-1.0.6/Imake.cf
===
--- xorg-cf-files-1.0.6.orig/Imake.cf
+++ xorg-cf-files-1.0.6/Imake.cf
@@ -1037,6 +1037,11 @@ XCOMM Keep cpp from replacing path eleme
 #   define AArch64Architecture
 #   undef __aarch64__
 # endif
+# if defined(__riscv) && __riscv_xlen == 64
+#   define RiscV64Architecture
+#   undef __riscv
+#   undef __riscv_xlen
+# endif
 #endif /* linux || __GLIBC__ */
 
 #if (defined(__Lynx__) || defined(Lynx)) && (defined(i386) || 
defined(__i386__) || defined(__x86__) || defined(__powerpc__) || 
defined(__sparc__) || defined(sparc))
Index: xorg-cf-files-1.0.6/linux.cf
===
--- xorg-cf-files-1.0.6.orig/linux.cf
+++ xorg-cf-files-1.0.6/linux.cf
@@ -578,7 +578,7 @@ InstallNamedTargetNoClobber(install,file
 #define MkdirHierCmd   mkdir -p
 
 #ifndef HaveLib64
-# if defined (AMD64Architecture) || defined (s390xArchitecture) || defined 
(Ppc64Architecture) || defined (AArch64Architecture)
+# if defined (AMD64Architecture) || defined (s390xArchitecture) || defined 
(Ppc64Architecture) || defined (AArch64Architecture) || 
defined(RiscV64Architecture)
 #  define HaveLib64YES
 # else
 #  define HaveLib64NO
@@ -994,6 +994,15 @@ InstallNamedTargetNoClobber(install,file
 # define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
 #endif /* AArch64Architecture */
 
+#ifdef RiscV64Architecture
+# ifndef OptimizedCDebugFlags
+#  define OptimizedCDebugFlags DefaultGcc2RiscV64Opt
+# endif
+# define LinuxMachineDefines   -D__riscv -D__riscv_xlen=64
+# define ServerOSDefines   XFree86ServerOSDefines -DDDXTIME
+# define ServerExtraDefines-DGCCUSESGAS XFree86ServerDefines -D_XSERVER64
+#endif /* RiscV64Architecture */
+
 #ifndef StandardDefines
 # ifdef __linux__
 #  define StandardDefines  -Dlinux LinuxMachineDefines LinuxSourceDefines
Index: xorg-cf-files-1.0.6/xfree86.cf
===
--- xorg-cf-files-1.0.6.orig/xfree86.cf
+++ xorg-cf-files-1.0.6/xfree86.cf
@@ -2052,6 +2052,12 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japane
 # endif
 #endif
 
+#if HasGcc2 && defined(RiscV64Architecture)
+# ifndef DefaultGcc2RiscV64Opt
+#  define DefaultGcc2RiscV64Opt -O2 GccAliasingArgs
+# endif
+#endif
+
 #ifndef Defa

commit samba for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "samba"

Sun Mar  4 11:52:41 2018 rev:230 rq:581033 version:4.7.5+git.37.6d30796c515

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2018-02-25 
11:32:15.620626297 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2018-03-04 
11:52:49.197676554 +0100
@@ -1,0 +2,11 @@
+Mon Feb 26 22:09:49 UTC 2018 - aap...@suse.com
+
+- Disable python until full python3 port is done; (bsc#1082139);
+  + Remove package samba-python
+  + Remove package libsamba-policy0
+  + Remove package libsamba-policy-devel
+  + Remove library libsamba-python-samba4.so from samba-libs package
+  + Remove library libsamba-net-samba4.so from samba-libs package
+  + Remove smbtorture binary and manpage
+
+---



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.76s9OS/_old  2018-03-04 11:52:51.213603994 +0100
+++ /var/tmp/diff_new_pack.76s9OS/_new  2018-03-04 11:52:51.221603706 +0100
@@ -23,6 +23,21 @@
 
 %{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
 
+%if 0%{?sle_version} >= 15 && !0%{?is_opensuse}
+# SLE15 dropped python2 (bsc#1082139)
+# disabling all python things until full python3 port is done
+# this removes:
+# - package samba-python
+# - package libsamba-policy0
+# - package libsamba-policy-devel
+# - file libsamba-python-samba4.so from pkg samba-libs
+# - file libsamba-net-samba4.sofrom pkg samba-libs
+# - bin & manpage of smbtorturefrom pkg samba-test
+%define with_python 0
+%else
+%define with_python 1
+%endif
+
 %if 0%{?suse_version} > 1140 && 0%{?suse_version} != 1315
 %define build_ctdb_pmda 1
 %endif
@@ -330,6 +345,7 @@
 Source Timestamp: %{SOURCE_TIMESTAMP}
 Branch: %{BRANCH}
 
+%if %{with_python}
 
 %package python
 Summary:Samba Python libraries
@@ -348,6 +364,7 @@
 Source Timestamp: %{SOURCE_TIMESTAMP}
 Branch: %{BRANCH}
 
+%endif
 
 %package test
 Summary:Testing tools for Samba servers and clients
@@ -728,6 +745,7 @@
 Branch: %{BRANCH}
 
 
+%if %{with_python}
 %package -n libsamba-policy0
 Summary:Active Directory Group Policy library
 License:GPL-3.0+
@@ -752,6 +770,7 @@
 Source Timestamp: %{SOURCE_TIMESTAMP}
 Branch: %{BRANCH}
 
+%endif
 
 %package -n libsamba-util0
 Summary:Samba utility function library
@@ -1113,6 +1132,9 @@
 %if ! %{with_dc}
--without-ad-dc \
 %endif
+%if ! %{with_python}
+   --disable-python
+%endif

--bundled-libraries=NONE,socket_wrapper,cmocka,${bundled_libraries_extra} \
 "
 ./configure ${CONFIGURE_OPTIONS}
@@ -1542,8 +1564,10 @@
 %postun -n libsamba-hostconfig0 -p /sbin/ldconfig
 %post   -n libsamba-passdb0 -p /sbin/ldconfig
 %postun -n libsamba-passdb0 -p /sbin/ldconfig
+%if %{with_python}
 %post   -n libsamba-policy0 -p /sbin/ldconfig
 %postun -n libsamba-policy0 -p /sbin/ldconfig
+%endif
 %post   -n libsamba-util0 -p /sbin/ldconfig
 %postun -n libsamba-util0 -p /sbin/ldconfig
 %post   -n libsamdb0 -p /sbin/ldconfig
@@ -1952,11 +1976,13 @@
 %{_libdir}/samba/libsamba-cluster-support-samba4.so
 %{_libdir}/samba/libsamba-debug-samba4.so
 %{_libdir}/samba/libsamba-modules-samba4.so
-%{_libdir}/samba/libsamba-net-samba4.so
 %{_libdir}/samba/libsamba-security-samba4.so
 %{_libdir}/samba/libsamba-sockets-samba4.so
 %{_libdir}/samba/libsamba3-util-samba4.so
+%if %{with_python}
 %{_libdir}/samba/libsamba-python-samba4.so
+%{_libdir}/samba/libsamba-net-samba4.so
+%endif
 %{_libdir}/samba/libsamdb-common-samba4.so
 %{_libdir}/samba/libsecrets3-samba4.so
 %{_libdir}/samba/libserver-id-db-samba4.so
@@ -2002,9 +2028,13 @@
 %exclude %dir %{perl_vendorlib}/Parse/Yapp
 %exclude %{perl_vendorlib}/Parse/Yapp/Driver.pm
 
+%if %{with_python}
 %files python
 %defattr(-,root,root)
 %{python_sitearch}/*
+%else
+%exclude %{python_sitearch}/samba/third_party/*
+%endif
 
 %files test
 %defattr(-,root,root)
@@ -2012,13 +2042,15 @@
 %{_bindir}/locktest
 %{_bindir}/masktest
 %{_bindir}/ndrdump
+%if %{with_python}
 %{_bindir}/smbtorture
+%{_mandir}/man1/smbtorture.1.*
+%endif
 %{_bindir}/vfstest
 %{_mandir}/man1/gentest.1.*
 %{_mandir}/man1/locktest.1.*
 %{_mandir}/man1/masktest.1.*
 %{_mandir}/man1/ndrdump.1.*
-%{_mandir}/man1/smbtorture.1.*
 %{_mandir}/man1/vfstest.1.*
 
 %files winbind -f filelist-samba-winbind
@@ -2339,6 +2371,8 @@
 %_includedir/samba-4.0/passdb.h
 %_libdir/libsamba-passdb.so
 
+%if %{with_python}
+
 %files -n libsamba-policy0
 %defattr(-,root,root)
 %_libdir/libsamba-policy.so.0*
@@ -2350,

commit createrepo_c for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "createrepo_c"

Sun Mar  4 11:52:34 2018 rev:5 rq:581016 version:0.10.0.git20170131.04828e6

Changes:

--- /work/SRC/openSUSE:Factory/createrepo_c/createrepo_c.changes
2017-03-12 20:04:47.351056704 +0100
+++ /work/SRC/openSUSE:Factory/.createrepo_c.new/createrepo_c.changes   
2018-03-04 11:52:38.562059370 +0100
@@ -1,0 +2,22 @@
+Wed Feb 21 15:58:06 UTC 2018 - fschrei...@suse.com
+
+- [bnc#1075670] changed to provide createrepo as update-alternative
+  because createrepo_c will replace createrepo because of switch to
+  python3
+- also provide createrepo-implementation
+
+---
+Tue Feb 13 11:53:58 UTC 2018 - tchva...@suse.com
+
+- Disable tests on SLE12 due to the python-nose requirements
+
+---
+Mon Jan 22 11:58:46 UTC 2018 - tchva...@suse.com
+
+- Switch to singlespec buidling of python bindings
+- Make sure to use cmake macros to have it easier to gork what is
+  happending by overriding %__builddir
+- Sort out with spec-cleaner
+- Fix embedding of date and time to documentation
+
+---



Other differences:
--
++ createrepo_c.spec ++
--- /var/tmp/diff_new_pack.UzkHm5/_old  2018-03-04 11:52:39.210036047 +0100
+++ /var/tmp/diff_new_pack.UzkHm5/_new  2018-03-04 11:52:39.218035759 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package createrepo_c
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015-2017 Neal Gompa .
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,41 +17,44 @@
 #
 
 
-# Enable Python bindings selectively
-%if (0%{?suse_version} == 1315 && 0%{?is_opensuse}) || 0%{?leap_version} || 
0%{?suse_version} >= 1330
-# Python bindings are enabled for openSUSE Leap and Tumbleweed
-%bcond_without python
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%if 0%{?is_opensuse} || 0%{?suse_version} >= 1330
 %bcond_without python3
+%bcond_without tests
 %else
-# Python bindings are disabled for older SUSE
-%bcond_with python
+%define skip_python3 1
+%bcond_with tests
 %bcond_with python3
 %endif
-
-# Enable enhanced DeltaRPM support
-%bcond_with drpm
-
 %define major 0
 %define libname lib%{name}%{major}
 %define devname lib%{name}-devel
-
 %define version_unconverted 0.10.0.git20170131.04828e6
-
+# prevent provides from nonstandard paths:
+%global __provides_exclude 
^(%{python_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so)$
+# Enable Python bindings selectively
+%bcond_without python2
+# Enable enhanced DeltaRPM support
+%bcond_with drpm
 Name:   createrepo_c
-Summary:Creates a common metadata repository
-License:GPL-2.0+
-Group:  System/Packages
 Version:0.10.0.git20170131.04828e6
 Release:0
+Summary:Creates a common metadata repository
+License:GPL-2.0-or-later
+Group:  System/Packages
 Url:https://github.com/rpm-software-management/createrepo_c
 Source0:%{name}-%{version}.tar.gz
-
-BuildRequires:  bash-completion
-
-%if 0%{?suse_version} >= 1330
-BuildRequires:  bash-completion-devel
+%if 0%{?is_opensuse} || 0%{?suse_version} >= 1330
+BuildRequires:  %{python_module devel}
+%else 
+%if %{with python2}
+BuildRequires:  python-devel
 %endif
-
+%if %{with python3}
+BuildRequires:  python3-devel
+%endif
+%endif
+BuildRequires:  bash-completion
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -63,16 +66,18 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  lzma-devel
 BuildRequires:  openssl-devel
+%if 0%{?is_opensuse} || 0%{?suse_version} >= 1330
+BuildRequires:  python-rpm-macros
+%endif
 BuildRequires:  rpm-devel >= 4.9.0
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel
-%if %{with python}
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-%if %{with python3}
-BuildRequires:  python3-devel
-BuildRequires:  python3-nose
+Requires:   %{libname} = %{version}-%{release}
+%if %{with tests}
+BuildRequires:  %{python_module nose}
 %endif
+%if 0%{?suse_version} >= 1330
+BuildRequires:  bash-completion-devel
 %endif
 %if %{with drpm}
 BuildRequires:  drpm-devel
@@ -80,6 +85,11 @@
 
 Requires:   %{libname} = %{version}-%{release}
 
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+
+Provides:   createrepo

commit libvirt-glib for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package libvirt-glib for openSUSE:Factory 
checked in at 2018-03-04 11:53:10

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


Package is "libvirt-glib"

Sun Mar  4 11:53:10 2018 rev:30 rq:581444 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-glib/libvirt-glib.changes
2016-11-17 12:23:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-glib.new/libvirt-glib.changes   
2018-03-04 11:53:14.384769963 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:38 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libvirt-glib.spec ++
--- /var/tmp/diff_new_pack.99oWsI/_old  2018-03-04 11:53:15.740721157 +0100
+++ /var/tmp/diff_new_pack.99oWsI/_new  2018-03-04 11:53:15.740721157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt-glib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,13 +21,14 @@
 Version:1.0.0
 Release:0
 Summary:GLib and GObject mapping of libvirt
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
-Url:http://libvirt.org
+URL:http://libvirt.org
 Source0:http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz
 Source1:http://libvirt.org/sources/glib/%{name}-%{version}.tar.gz.asc
 BuildRequires:  intltool >= 0.35.0
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.10.0
@@ -35,7 +36,6 @@
 BuildRequires:  pkgconfig(gthread-2.0) >= 2.36.0
 BuildRequires:  pkgconfig(libvirt) >= 0.10.2
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.0.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libvirt is a C toolkit to interact with the virtualization capabilities
@@ -128,7 +128,7 @@
 %configure --disable-static
 # Parallel build causes random failures
 #make %{?_smp_mflags}
-make
+make %{?_smp_mflags}
 
 %install
 %make_install
@@ -136,30 +136,25 @@
 %find_lang %{name}
 
 %post -n libvirt-glib-1_0-0 -p /sbin/ldconfig
-
 %postun -n libvirt-glib-1_0-0 -p /sbin/ldconfig
 
 %files -n libvirt-glib-1_0-0 -f %{name}.lang
-%defattr(-, root, root)
-%doc COPYING README ChangeLog
+%license COPYING
+%doc README ChangeLog
 %{_libdir}/libvirt-gconfig-1.0.so.*
 %{_libdir}/libvirt-glib-1.0.so.*
 %{_libdir}/libvirt-gobject-1.0.so.*
 
 %files -n typelib-1_0-LibvirtGConfig-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LibvirtGConfig-1.0.typelib
 
 %files -n typelib-1_0-LibvirtGLib-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LibvirtGLib-1.0.typelib
 
 %files -n typelib-1_0-LibvirtGObject-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/LibvirtGObject-1.0.typelib
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/libvirt-gconfig-1.0.so
 %{_libdir}/libvirt-glib-1.0.so
 %{_libdir}/libvirt-gobject-1.0.so





commit java-10-openjdk for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package java-10-openjdk for openSUSE:Factory 
checked in at 2018-03-04 11:53:40

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


Package is "java-10-openjdk"

Sun Mar  4 11:53:40 2018 rev:13 rq:581916 version:10.0.0.0~45

Changes:

--- /work/SRC/openSUSE:Factory/java-10-openjdk/java-10-openjdk.changes  
2018-02-22 14:58:17.742962805 +0100
+++ /work/SRC/openSUSE:Factory/.java-10-openjdk.new/java-10-openjdk.changes 
2018-03-04 11:53:49.823494342 +0100
@@ -1,0 +2,14 @@
+Fri Mar  2 07:20:39 UTC 2018 - fst...@suse.com
+
+- Modified patch:
+  * system-pcsclite.patch
++ Fix merge error in the patch
+
+---
+Wed Feb 28 16:46:19 UTC 2018 - fst...@suse.com
+
+- Update to tag jdk-10+45
+  * Fixes:
++ S8198658: Docs still point to JDK 9 docs
+
+---

Old:

  663f20fc5109.tar.bz2

New:

  4f96cf952e71.tar.bz2



Other differences:
--
++ java-10-openjdk.spec ++
--- /var/tmp/diff_new_pack.jaA6ed/_old  2018-03-04 11:53:52.679391541 +0100
+++ /var/tmp/diff_new_pack.jaA6ed/_new  2018-03-04 11:53:52.683391397 +0100
@@ -33,10 +33,10 @@
 %global updatever   0
 %global patchver0
 %global datever 2018-03-20
-%global buildver44
+%global buildver45
 %global hg_project  jdk
 %global hg_repository   jdk10
-%global hg_revision 663f20fc5109
+%global hg_revision 4f96cf952e71
 %global icedtea_sound_version 1.0.1
 %global java_atk_wrapper_version 0.33.2
 # priority must be 6 digits in total
@@ -122,7 +122,7 @@
 Version:
%{featurever}.%{interimver}.%{updatever}.%{patchver}~%{buildver}
 Release:0
 Summary:OpenJDK 10 Runtime Environment
-License:Apache-1.1 AND Apache-2.0 AND GPL-1.0+ AND GPL-2.0 AND 
GPL-2.0-with-classpath-exception AND LGPL-2.0 AND MPL-1.0 AND MPL-1.1 AND 
SUSE-Public-Domain AND W3C
+License:Apache-1.1 AND Apache-2.0 AND GPL-1.0-or-later AND 
GPL-2.0-only AND GPL-2.0-with-classpath-exception AND LGPL-2.0-only AND MPL-1.0 
AND MPL-1.1 AND SUSE-Public-Domain AND W3C
 Group:  Development/Languages/Java
 Url:http://openjdk.java.net/
 # Sources from upstream OpenJDK10 project.

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

++ system-pcsclite.patch ++
--- /var/tmp/diff_new_pack.jaA6ed/_old  2018-03-04 11:53:52.947381895 +0100
+++ /var/tmp/diff_new_pack.jaA6ed/_new  2018-03-04 11:53:52.947381895 +0100
@@ -98,17 +98,15 @@
  
  /*
   * Throws a Java Exception by name
-@@ -75,7 +77,9 @@
+@@ -75,6 +77,7 @@
  throwByName(env, "java/io/IOException", msg);
  }
  
 +#ifndef USE_SYSTEM_LIBPCSCLITE
  void *findFunction(JNIEnv *env, void *hModule, char *functionName) {
-+return NULL;
  void *fAddress = dlsym(hModule, functionName);
  if (fAddress == NULL) {
- char errorMessage[256];
-@@ -85,9 +89,11 @@
+@@ -85,9 +88,11 @@
  }
  return fAddress;
  }
@@ -120,7 +118,7 @@
  const char *libName = (*env)->GetStringUTFChars(env, jLibName, NULL);
  if (libName == NULL) {
  throwNullPointerException(env, "PCSC library name is null");
-@@ -141,4 +147,5 @@
+@@ -141,4 +146,5 @@
  #else
  scardControl  = (FPTR_SCardControl) findFunction(env, 
hModule, "SCardControl132");
  #endif // __APPLE__




commit pulseaudio for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "pulseaudio"

Sun Mar  4 11:53:20 2018 rev:149 rq:581684 version:11.1

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2018-02-18 
11:37:19.540453122 +0100
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2018-03-04 11:53:30.684183268 +0100
@@ -1,0 +2,15 @@
+Thu Mar  1 10:53:15 CET 2018 - ti...@suse.de
+
+- Fix the crash with Intel LPE HDMI audio (bsc#1083195):
+  0001-alsa-fix-infinite-loop-with-Intel-HDMI-LPE.patch
+  0002-alsa-mixer-add-hw_device_index-to-pa_alsa_mapping.patch
+  0003-alsa-mixer-autodetect-the-HDMI-jack-PCM-device.patch
+  0004-alsa-mixer-autodetect-the-ELD-device.patch
+
+---
+Wed Feb 28 17:23:25 CET 2018 - ti...@suse.de
+
+- Abort PA process at session exit properly (bsc#1052437):
+  pa-set-exit-idle-time-to-0-when-we-detect-a-session.patch
+
+---

New:

  0001-alsa-fix-infinite-loop-with-Intel-HDMI-LPE.patch
  0002-alsa-mixer-add-hw_device_index-to-pa_alsa_mapping.patch
  0003-alsa-mixer-autodetect-the-HDMI-jack-PCM-device.patch
  0004-alsa-mixer-autodetect-the-ELD-device.patch
  pa-set-exit-idle-time-to-0-when-we-detect-a-session.patch



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.N3VitO/_old  2018-03-04 11:53:31.424156633 +0100
+++ /var/tmp/diff_new_pack.N3VitO/_new  2018-03-04 11:53:31.428156489 +0100
@@ -51,6 +51,12 @@
 Patch2: pulseaudio-wrong-memset.patch
 # PATCH-FIX-UPSTREAM pulseaudio-glibc2.27.patch boo#1081023 fdo#104733 
dims...@opensuse.org -- Fix build with glibc 2.27
 Patch3: pulseaudio-glibc2.27.patch
+Patch4: pa-set-exit-idle-time-to-0-when-we-detect-a-session.patch
+# upstream fixes for crash with Intel LPE HDMI audio
+Patch5: 0001-alsa-fix-infinite-loop-with-Intel-HDMI-LPE.patch
+Patch6: 0002-alsa-mixer-add-hw_device_index-to-pa_alsa_mapping.patch
+Patch7: 0003-alsa-mixer-autodetect-the-HDMI-jack-PCM-device.patch
+Patch8: 0004-alsa-mixer-autodetect-the-ELD-device.patch
 BuildRequires:  alsa-devel >= 1.0.19
 # require only minimal bluez, if we are on bluez 5 we will determine in build 
phase
 BuildRequires:  bluez-devel >= 4.99
@@ -330,6 +336,11 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 ./bootstrap.sh

++ 0001-alsa-fix-infinite-loop-with-Intel-HDMI-LPE.patch ++
>From 94fc586c011537536cfb434376354699357af785 Mon Sep 17 00:00:00 2001
From: Tanu Kaskinen 
Date: Thu, 28 Dec 2017 12:09:17 +0200
Subject: [PATCH] alsa: fix infinite loop with Intel HDMI LPE

The Intel HDMI LPE driver works in a peculiar way when the HDMI cable is
not plugged in: any written audio is immediately discarded and underrun
is reported. That resulted in an infinite loop, because PulseAudio tried
to keep the buffer filled, which was futile since the written audio was
immediately consumed/discarded.

This patch adds special handling for the LPE driver: if the active port
of the sink is unavailable, the sink suspends itself. A new suspend
cause is added: PA_SUSPEND_UNAVAILABLE.

BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=100488
---
 src/modules/alsa/alsa-mixer.h   |1 +
 src/modules/alsa/alsa-sink.c|   22 ++
 src/modules/alsa/module-alsa-card.c |   34 ++
 src/pulsecore/core.h|1 +
 4 files changed, 58 insertions(+)

--- a/src/modules/alsa/alsa-mixer.h
+++ b/src/modules/alsa/alsa-mixer.h
@@ -364,6 +364,7 @@ int pa_alsa_set_mixer_rtpoll(struct pa_a
 struct pa_alsa_port_data {
 pa_alsa_path *path;
 pa_alsa_setting *setting;
+bool suspend_when_unavailable;
 };
 
 void pa_alsa_add_ports(void *sink_or_source_new_data, pa_alsa_path_set *ps, 
pa_card *card);
--- a/src/modules/alsa/alsa-sink.c
+++ b/src/modules/alsa/alsa-sink.c
@@ -1513,6 +1513,11 @@ static int sink_set_port_cb(pa_sink *s,
 s->set_volume(s);
 }
 
+if (data->suspend_when_unavailable && p->available == PA_AVAILABLE_NO)
+pa_sink_suspend(s, true, PA_SUSPEND_UNAVAILABLE);
+else
+pa_sink_suspend(s, false, PA_SUSPEND_UNAVAILABLE);
+
 return 0;
 }
 
@@ -2455,6 +2460,23 @@ pa_sink *pa_alsa_sink_new(pa_module *m,
 if (profile_set)
 pa_alsa_profile_set_free(profile_set);
 
+/* Suspend if necessary. FIXME: It would be better to start suspended, but
+ *

commit tigervnc for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "tigervnc"

Sun Mar  4 11:53:31 2018 rev:48 rq:581689 version:1.8.0

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2017-12-22 
12:17:18.114635866 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2018-03-04 
11:53:31.744145115 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 12:19:52 UTC 2018 - m...@suse.com
+
+- Replace SuSEFirewall2 by firewalld. (bnc#1081952)
+
+---

Old:

  vnc-httpd.firewall
  vnc-server.firewall

New:

  tigervnc-https.firewalld
  tigervnc.firewalld
  vnc-httpd.susefirewall
  vnc-server.susefirewall



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.5tpvsU/_old  2018-03-04 11:53:32.588114736 +0100
+++ /var/tmp/diff_new_pack.5tpvsU/_new  2018-03-04 11:53:32.592114592 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tigervnc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,12 @@
 
 %define _unitdir %{_prefix}/lib/systemd/system
 
+%if 0%{?suse_version} >= 1500
+%define use_firewalld 1
+%else
+%define use_firewalld 0
+%endif
+
 Name:   tigervnc
 Version:1.8.0
 Release:0
@@ -106,8 +112,8 @@
 Group:  System/X11/Servers/XF86_4
 Source1:https://github.com/TigerVNC/tigervnc/archive/v%{version}.tar.gz
 Source4:10-libvnc.conf
-Source5:vnc-server.firewall
-Source6:vnc-httpd.firewall
+Source5:vnc-server.susefirewall
+Source6:vnc-httpd.susefirewall
 Source7:vnc.reg
 Source8:vncpasswd.arg
 Source9:vnc.pam
@@ -118,6 +124,8 @@
 Source14:   xvnc.socket
 Source15:   xvnc-novnc.service
 Source16:   xvnc-novnc.socket
+Source17:   tigervnc.firewalld
+Source18:   tigervnc-https.firewalld
 
 Patch1: tigervnc-newfbsize.patch
 Patch2: tigervnc-clean-pressed-key-on-exit.patch
@@ -290,8 +298,15 @@
 %ifnarch s390x
 install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/10-libvnc.conf
 %endif
-install -D -m 644 %{SOURCE5} 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/vnc-server
-install -D -m 644 %{SOURCE6} 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/vnc-httpd
+
+%if %{use_firewalld}
+install -D -m 644 %{SOURCE17} 
$RPM_BUILD_ROOT%{_libexecdir}/firewalld/services/tigervnc.xml
+install -D -m 644 %{SOURCE18} 
$RPM_BUILD_ROOT%{_libexecdir}/firewalld/services/tigervnc-https.xml
+%else
+install -D -m 644 %{SOURCE5} 
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-server
+install -D -m 644 %{SOURCE6} 
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd
+%endif
+
 install -D -m 644 %{SOURCE7} $RPM_BUILD_ROOT/etc/slp.reg.d/vnc.reg
 install -D -m 755 %{SOURCE8} $RPM_BUILD_ROOT%{_bindir}/vncpasswd.arg
 install -D -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc/pam.d/vnc
@@ -435,8 +450,15 @@
 
 %exclude /var/lib/xkb/compiled/README.compiled
 
+%if %{use_firewalld}
+%dir %{_libexecdir}/firewalld
+%dir %{_libexecdir}/firewalld/services
+%{_libexecdir}/firewalld/services/tigervnc.xml
+%{_libexecdir}/firewalld/services/tigervnc-https.xml
+%else
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-server
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd
+%endif
 
 %ifnarch s390 s390x
 %config(noreplace) /etc/X11/xorg.conf.d/10-libvnc.conf

++ tigervnc-https.firewalld ++


  VNC over HTTPS
  The xvnc-novnc servers a web-based VNC viewer over HTTPS. Allows 
accessing VNC using any modern browser. It displays VNC display 
:1.
  


++ tigervnc.firewalld ++


  VNC display :1
  VNC is protocol for remote desktop. The TigerVNC service and the 
vncmanager service use VNC display number :1.
  


++ vnc-httpd.susefirewall ++
## Name: VNC mini-HTTP server
## Description: Opens the VNC HTTP ports so that browsers can connect.

TCP="5800:5899"
++ vnc-server.susefirewall ++
## Name: VNC
## Description: Opens VNC server ports so that viewers can connect.

TCP="5900:5999"



commit libqt4 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "libqt4"

Sun Mar  4 11:54:16 2018 rev:227 rq:581812 version:4.8.7

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2018-03-01 
12:04:48.836546963 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2018-03-04 11:54:19.542424576 +0100
@@ -1,0 +2,6 @@
+Thu Mar  1 17:55:12 UTC 2018 - fab...@ritter-vogt.de
+
+- Restore Qt4 WebKit removal
+- Remove pre_checkin.sh, it only breaks stuff
+
+---
libqt4.changes: same change

Old:

  pre_checkin.sh



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.z2KfYc/_old  2018-03-04 11:54:23.814270804 +0100
+++ /var/tmp/diff_new_pack.z2KfYc/_new  2018-03-04 11:54:23.818270660 +0100
@@ -45,7 +45,6 @@
 Release:0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
-BuildRequires:  libQtWebKit-devel >= %{version}
 BuildRequires:  libqt4-devel >= %{version}
 Requires:   libqt4 = %{version}
 Requires:   libqt4-devel-doc-data = %{version}
@@ -252,7 +251,7 @@
 platform=""
 %endif
 echo yes | ./configure %common_options $platform \
-   -webkit -xmlpatterns -no-sql-sqlite -no-sql-sqlite2 -no-sql-mysql
+   -no-webkit -xmlpatterns -no-sql-sqlite -no-sql-sqlite2 -no-sql-mysql
 %check_config
 
 # Simply use the binaries from the -devel package instead of building it again
@@ -260,10 +259,6 @@
 ( while read file; do test -e bin/$file || ln -s %{_bindir}/$file bin/ ; 
done )
 rpm -ql libqt4-devel | grep %{_libdir}/lib | sed 's#%{_libdir}/##' | \
 ( while read file; do test -e lib/$file || ln -s %{_libdir}/$file lib/ ; 
done )
-rpm -ql libQtWebKit-devel | grep %{_bindir}/ | sed 's#%{_bindir}/##' | \
-( while read file; do test -e bin/$file || ln -s %{_bindir}/$file bin/ ; 
done )
-rpm -ql libQtWebKit-devel | grep %{_libdir}/lib | sed 's#%{_libdir}/##' | \
-( while read file; do test -e lib/$file || ln -s %{_libdir}/$file lib/ ; 
done )
 
 make %{?_smp_mflags} -C tools/assistant
 make %{?_smp_mflags} -C demos
@@ -276,9 +271,7 @@
 make INSTALL_ROOT=%{buildroot} -C demos install
 make INSTALL_ROOT=%{buildroot} -C examples install
 mv %{buildroot}/%{_libdir}/qt4/examples/painting/svgviewer/svgviewer 
%{buildroot}/%{_bindir}
-mv %{buildroot}/%{_libdir}/qt4/demos/browser/browser 
%{buildroot}/%{_bindir}/qt4-browser
 ln -s %{_bindir}/svgviewer 
%{buildroot}/%{_libdir}/qt4/examples/painting/svgviewer/svgviewer
-ln -s %{_bindir}/qt4-browser %{buildroot}/%{_libdir}/qt4/demos/browser/browser
 
 # htmldocs are not generated - why?
 for d in docimages qchdocs htmldocs ; do
@@ -348,7 +341,6 @@
 
 %files -n qt4-x11-tools
 %defattr(-,root,root,755)
-%{_bindir}/qt4-browser
 %{_bindir}/svgviewer
 
 %files data

libqt4.spec: same change






commit Mesa for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

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


Package is "Mesa"

Sun Mar  4 11:54:06 2018 rev:318 rq:581791 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes2018-03-01 
12:02:50.176803558 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa-drivers.changes   2018-03-04 
11:54:11.890700011 +0100
@@ -1,0 +2,15 @@
+Thu Mar  1 15:47:35 UTC 2018 - sndir...@suse.com
+
+- replaced u_r600-egd_tables.py-added-support-for-python-3.patch
+  with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch 
+  and enabled it again; removed again n_egd_tables_h.patch (boo#1082303)
+
+---
+Thu Mar  1 13:29:46 UTC 2018 - sndir...@suse.com
+
+- added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch
+  * use pregenerated egd_tables.h (via python2) instead of trying
+to generate it during buildtime with python3 using an apparently
+broken patch (boo#1082303)
+
+---
Mesa.changes: same change

Old:

  u_r600-egd_tables.py-added-support-for-python-3.patch

New:

  u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch



Other differences:
--
++ Mesa-drivers.spec ++
--- /var/tmp/diff_new_pack.0nr3up/_old  2018-03-04 11:54:13.998624133 +0100
+++ /var/tmp/diff_new_pack.0nr3up/_new  2018-03-04 11:54:14.002623989 +0100
@@ -139,7 +139,7 @@
 Patch31:archlinux_0001-Fix-linkage-against-shared-glapi.patch
 Patch32:archlinux_glvnd-fix-gl-dot-pc.patch
 # Upstream
-Patch43:u_r600-egd_tables.py-added-support-for-python-3.patch
+Patch43:u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch
 Patch45:n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
 Patch46:u_glsl-linker-error.patch
 

Mesa.spec: same change


++ u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch ++
>From 62f6252476505bf556d1ad9e7c58cf7c1c6e510c Mon Sep 17 00:00:00 2001
From: Stefan Dirsch 
Date: Thu, 1 Mar 2018 16:38:37 +0100
Subject: [PATCH] r600/egd_tables.py: make the script python 2+3 compatible

Patch by "Tomas Chvatal"  with modifications
by "Michal Srb"  to not break python 2.

https://bugzilla.suse.com/show_bug.cgi?id=1082303

v2:
- no longer try to encode a unicode
- make use of 'from __future__ import print_function', so semantics
  of print statements in python2 are closer to print functions in python3

https://lists.freedesktop.org/archives/mesa-dev/2018-February/187056.html

Signed-off-by: Stefan Dirsch 
Reviewed-by: Tomas Chvatal 
Reviewed-by: Dylan Baker 
---
 src/gallium/drivers/r600/egd_tables.py | 53 +-
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/src/gallium/drivers/r600/egd_tables.py 
b/src/gallium/drivers/r600/egd_tables.py
index d7b78c7fb1..4796456330 100644
--- a/src/gallium/drivers/r600/egd_tables.py
+++ b/src/gallium/drivers/r600/egd_tables.py
@@ -1,3 +1,4 @@
+from __future__ import print_function
 
 CopyRight = '''
 /*
@@ -60,7 +61,7 @@ class StringTable:
 """
 fragments = [
 '"%s\\0" /* %s */' % (
-te[0].encode('string_escape'),
+te[0],
 ', '.join(str(idx) for idx in te[2])
 )
 for te in self.table
@@ -217,10 +218,10 @@ def write_tables(regs, packets):
 strings = StringTable()
 strings_offsets = IntTable("int")
 
-print '/* This file is autogenerated by egd_tables.py from evergreend.h. 
Do not edit directly. */'
-print
-print CopyRight.strip()
-print '''
+print('/* This file is autogenerated by egd_tables.py from evergreend.h. 
Do not edit directly. */')
+print('')
+print(CopyRight.strip())
+print('''
 #ifndef EG_TABLES_H
 #define EG_TABLES_H
 
@@ -242,20 +243,20 @@ struct eg_packet3 {
 unsigned name_offset;
 unsigned op;
 };
-'''
+''')
 
-print 'static const struct eg_packet3 packet3_table[] = {'
+print('static const struct eg_packet3 packet3_table[] = {')
 for pkt in packets:
-print '\t{%s, %s},' % (strings.add(pkt[5:]), pkt)
-print '};'
-print
+print('\t{%s, %s},' % (strings.add(pkt[5:]), pkt))
+print('};')
+print('')
 
-print 'static const struct eg_field egd_fields_table[] = {'
+print('static const struct eg_field egd_fields_table[] = {')
 
 fields_idx = 0
 for reg in regs:
 if len(reg.fields) and reg.own_fields:
-print '\t/* %s */' % (fields_idx)
+  

commit libqt5-qtbase for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2018-03-04 11:54:46

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


Package is "libqt5-qtbase"

Sun Mar  4 11:54:46 2018 rev:77 rq:581853 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2018-02-28 19:59:40.474601151 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2018-03-04 11:54:51.033291000 +0100
@@ -1,0 +2,8 @@
+Thu Mar  1 12:14:13 UTC 2018 - alarr...@suse.com
+
+- Rework 0001-Add-remote-print-queue-support.patch so now the remote
+  print queue discovery is disabled by default and is only enabled when
+  the QT_ENABLE_PRINTER_DISCOVERY environment variable is set
+  (QT_DISABLE_PRINTER_DISCOVERY is no longer used).
+
+---



Other differences:
--
++ 0001-Add-remote-print-queue-support.patch ++
--- /var/tmp/diff_new_pack.Z9ZIa0/_old  2018-03-04 11:54:52.717230382 +0100
+++ /var/tmp/diff_new_pack.Z9ZIa0/_new  2018-03-04 11:54:52.721230238 +0100
@@ -5,12 +5,12 @@
 
 Cups servers which announce themselves on avahi will be shown in
 the printer dialog. This adds a delay the first time the print dialog
-is opened in order to search for print queues . If you don't have any
-network printer queue and you find the delay too annoying, it can be
-disabled by setting the QT_DISABLE_PRINTER_DISCOVERY environment variable
-to 1
+is opened in order to search for print queues . Because of this delay,
+the remote print queue discovery is disabled by default and can be enabled
+by setting the QT_ENABLE_PRINTER_DISCOVERY environment variable to 1.
 
-Change-Id: Ib70715d331e8f380a3c9039011bb8521986652aa
+The commit to Qt (which enabled the discovery by default) has 
+a Change-Id: Ib70715d331e8f380a3c9039011bb8521986652aa
 ---
  src/plugins/printsupport/cups/qcupsprintengine.cpp | 35 +++-
  .../printsupport/cups/qcupsprintersupport.cpp  | 95 --
@@ -39,7 +39,7 @@
 +bool fallbackToLocal = false;
 +cups_dest_t *cupsDest = NULL;
 +
-+if (qEnvironmentVariableIsSet("QT_DISABLE_PRINTER_DISCOVERY")) {
++if (!qEnvironmentVariableIsSet("QT_ENABLE_PRINTER_DISCOVERY")) {
 +fallbackToLocal = true;
 +} else {
 +cupsDest = cupsGetDest(printerName.toLocal8Bit(), NULL, 
QCupsPrinterSupport::cupsPrintersCount(), QCupsPrinterSupport::cupsPrinters());
@@ -128,8 +128,8 @@
 -int count = cupsGetDests(&dests);
 -list.reserve(count);
 -for (int i = 0; i < count; ++i) {
-+bool disablePrinterDiscovery = 
qEnvironmentVariableIsSet("QT_DISABLE_PRINTER_DISCOVERY");
-+if (disablePrinterDiscovery) {
++bool enablePrinterDiscovery = 
qEnvironmentVariableIsSet("QT_ENABLE_PRINTER_DISCOVERY");
++if (!enablePrinterDiscovery) {
 +qt_cups_num_printers = cupsGetDests(&dests);
 +} else {
 +if (qt_cups_num_printers == 0)
@@ -146,7 +146,7 @@
  list.append(printerId);
  }
 -cupsFreeDests(count, dests);
-+if (disablePrinterDiscovery) {
++if (!enablePrinterDiscovery) {
 +cupsFreeDests(qt_cups_num_printers, dests);
 +}
 +
@@ -160,8 +160,8 @@
 -int count = cupsGetDests(&dests);
 -for (int i = 0; i < count; ++i) {
 +
-+bool disablePrinterDiscovery = 
qEnvironmentVariableIsSet("QT_DISABLE_PRINTER_DISCOVERY");
-+if (disablePrinterDiscovery) {
++bool enablePrinterDiscovery = 
qEnvironmentVariableIsSet("QT_ENABLE_PRINTER_DISCOVERY");
++if (!enablePrinterDiscovery) {
 +qt_cups_num_printers = cupsGetDests(&dests);
 +} else {
 +if (qt_cups_num_printers == 0)
@@ -179,7 +179,7 @@
  }
  }
 -cupsFreeDests(count, dests);
-+if (disablePrinterDiscovery) {
++if (!enablePrinterDiscovery) {
 +cupsFreeDests(qt_cups_num_printers, dests);
 +}
  return printerId;
@@ -250,12 +250,12 @@
  m_cupsDest = 0;
  }
  
-+bool disablePrinterDiscovery = 
qEnvironmentVariableIsSet("QT_DISABLE_PRINTER_DISCOVERY");
++bool enablePrinterDiscovery = 
qEnvironmentVariableIsSet("QT_ENABLE_PRINTER_DISCOVERY");
 +
  // Get the print instance and PPD file
 -m_cupsDest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, m_cupsName, 
m_cupsInstance);
 +
-+if (disablePrinterDiscovery) {
++if (!enablePrinterDiscovery) {
 +m_cupsDest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, m_cupsName, 
m_cupsInstance);
 +} else {
 +cups_dest_t *cupsDest = cupsGetDest( m_cupsName,
@@ -270,7 +270,7 @@
 +http_t *http = NULL;
 +const char *ppdFile = NULL;
 +
-+  

commit libqt5-qtwebkit for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2018-03-04 11:54:38

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


Package is "libqt5-qtwebkit"

Sun Mar  4 11:54:38 2018 rev:47 rq:581851 version:5.212~alpha2

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2018-02-28 19:59:47.086361911 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2018-03-04 11:54:42.781588039 +0100
@@ -1,0 +2,8 @@
+Thu Mar  1 13:54:27 UTC 2018 - wba...@tmo.at
+
+- Add upstream patches to fix broken layout of plain-text mails in
+  Trojita (boo#1083451):
+  * Trigger-layout-after-resizing-the-FrameView.patch
+  * run-adjustViewSize-after-relayout.patch
+
+---

New:

  Trigger-layout-after-resizing-the-FrameView.patch
  run-adjustViewSize-after-relayout.patch



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.Zyz7jp/_old  2018-03-04 11:54:44.685519502 +0100
+++ /var/tmp/diff_new_pack.Zyz7jp/_new  2018-03-04 11:54:44.689519358 +0100
@@ -56,6 +56,9 @@
 Patch102: fix-build-with-cmake-3.10.diff
 Patch103: fix-nullTerminatedWCharToString-loses-last-character.patch
 Patch104: 
fix-nullptr-crash-in-QWebPage-selectedHtml-when-selectedRange.patch
+# PATCH-FIX-UPSTREAM https://github.com/annulen/webkit/issues/511
+Patch105: Trigger-layout-after-resizing-the-FrameView.patch
+Patch106: run-adjustViewSize-after-relayout.patch
 
 # openSUSE Leap 42.x defaults to GCC 4
 %if 0%{?suse_version} == 1315
@@ -149,6 +152,8 @@
 %patch102 -p1
 %patch103 -p1
 %patch104 -p1
+%patch105 -p1
+%patch106 -p1
 
 %package -n %libname
 Summary:Qt 5 WebKit Widget library

++ Trigger-layout-after-resizing-the-FrameView.patch ++
>From 6faf11215e1af27d35e921ae669aa0251a01a1ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= 
Date: Wed, 13 Nov 2013 18:13:36 +0100
Subject: [PATCH] Trigger layout after resizing the FrameView.

There are problems with QGLWidget based web plugins due to the fact
that WebKit forces us to relayout during paint events, which in turn
might resize widgets, causing the shared backing store's QImages to
be corrupted and hence causing crashed.

This patch triggers a layout upon resizing the FrameView, which reduces
the likely hood of resizing plugins during a subsequent paintEvent.

Task-number: QTBUG-34277
Change-Id: Id35c72a3cc68ac6633a74fba0669c2d8fbfabc88
Reviewed-by: Allan Sandfeld Jensen 
---
 Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp 
b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
index e6145b6ffb82..941d8df603d9 100644
--- a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
+++ b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
@@ -962,6 +962,9 @@ void QWebFrameAdapter::setViewportSize(const QSize& size)
 ASSERT(view);
 view->resize(size);
 view->adjustViewSize();
+
+if (view->needsLayout())
+view->layout();
 }
 
 
++ run-adjustViewSize-after-relayout.patch ++
>From 76420459a13d9440b41864c93cb4ebb404bdab55 Mon Sep 17 00:00:00 2001
From: Konstantin Tokarev 
Date: Thu, 12 Oct 2017 20:15:15 +0300
Subject: [PATCH] Fix for 451c5a10: run adjustViewSize() after relayout

Additional note for 451c5a10 + this:

Since r162515 resize of FrameView that does not have scrollbars (or use
overlay scrollbars) does not lead to automatic re-layout. In Trojita
contentsSize() is called immediately after QWebPage::setViewportSize(),
returning wrong result.

Change-Id: I543b22d7bbe1514333007e5f99b97a7c12c19c1a
---
 Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp 
b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
index 941d8df603d9..df28e9f21f2c 100644
--- a/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
+++ b/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp
@@ -961,10 +961,9 @@ void QWebFrameAdapter::setViewportSize(const QSize& size)
 FrameView* view = frame->view();
 ASSERT(view);
 view->resize(size);
-view->adjustViewSize();
-
 if (view->needsLayout())
 view->layout();
+view->adjustViewSize();
 }
 
 



commit installation-images for openSUSE:Factory

2018-03-04 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is "installation-images"

Sun Mar  4 11:55:14 2018 rev:38 rq:579045 version:14.359

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2018-02-13 10:24:46.495099645 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2018-03-04 11:55:22.396162002 +0100
@@ -0,0 +1,6 @@
+---
+Thu Feb 22 16:05:30 CET 2018 - snw...@suse.de
+
+- build skelcd-installer-net subpackage containing the network
+  install setup (bsc#1063789)
+



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.QyUTmj/_old  2018-03-04 11:55:25.344055883 +0100
+++ /var/tmp/diff_new_pack.QyUTmj/_new  2018-03-04 11:55:25.348055739 +0100
@@ -38,6 +38,11 @@
 %if "%flavor" == "openSUSE"
 %if 0%{?is_opensuse}
 %define theme openSUSE
+%if 0%{?sle_version}
+%define net_repo http://download.opensuse.org/distribution/leap/15.0/repo/oss
+%else
+%define net_repo http://download.opensuse.org/tumbleweed/repo/oss
+%endif
 %endif
 %endif
 
@@ -552,6 +557,18 @@
 needed on the first product dvds to start an installation.
 
 
+%package -n skelcd-installer-net-%{theme}
+Provides:   skelcd-installer = %version-%release
+Conflicts:  otherproviders(skelcd-installer)
+AutoReqProv:off
+Summary:installer and related files needed on network medium
+Group:  Metapackages
+
+%description -n skelcd-installer-net-%{theme}
+This package contains kernel, initrd and installation images
+needed on the network install medium to start an installation.
+
+
 %package -n installation-images-debuginfodeps-%{theme}
 Provides:   installation-images-debuginfodeps = %version-%release
 Conflicts:  otherproviders(installation-images-debuginfodeps)
@@ -635,9 +652,30 @@
 echo '%ghost' /usr/lib/install-initrd/branding >>install-initrd.files
 echo '%dir' /usr/lib/install-initrd >>install-initrd.files
 echo /usr/sbin/mkinstallinitrd >>install-initrd.files
+# cd1
 mkdir -p %{buildroot}/usr/lib/skelcd/CD1
 cp -a %{buildroot}/srv/tftpboot/*/* %{buildroot}/usr/lib/skelcd/CD1
+rm -f %{buildroot}/usr/lib/skelcd/CD1/boot/*/rpmlist
+rm -f %{buildroot}/usr/lib/skelcd/CD1/boot/*/mkbootdisk
 rm -rf %{buildroot}/usr/lib/skelcd/CD1/{README,net}
+# net
+cp -a %{buildroot}/usr/lib/skelcd/CD1 %{buildroot}/usr/lib/skelcd/NET
+rm -f %{buildroot}/usr/lib/skelcd/NET/boot/*/*.rpm
+rm -f 
%{buildroot}/usr/lib/skelcd/NET/boot/*/{bind,common,config,control.xml,efi,gdb,libstoragemgmt,rescue,root}
+if [ -n "%{net_repo}" ] ; then
+  CPU=%{_target_cpu}
+  [ "$CPU" = i586 ] && CPU=i386
+  RD=%{buildroot}/usr/lib/skelcd/NET/boot/$CPU/initrd
+  if [ ! -f $RD ] ; then
+RD=%{buildroot}/usr/lib/skelcd/NET/boot/$CPU/loader/initrd
+  fi
+  if [ -f $RD ] ; then
+mkdir -p tmp_xxx/etc/linuxrc.d
+echo defaultrepo=%{net_repo} > tmp_xxx/etc/linuxrc.d/10_repo
+( cd tmp_xxx ; find etc | cpio -o -H newc ) | xz --check=crc32 -c >> $RD
+rm -rf tmp_xxx
+  fi
+fi
 
 %post -n install-initrd-%{theme}
 /bin/ln -snf %theme /usr/lib/install-initrd/branding 2>/dev/null || true
@@ -666,6 +704,13 @@
 %endif
 /usr/lib/skelcd/CD1
 
+%files -n skelcd-installer-net-%{theme}
+%defattr(-,root,root)
+%if 0%{?skelcd_compat}
+%dir /usr/lib/skelcd
+%endif
+/usr/lib/skelcd/NET
+
 %files -n installation-images-debuginfodeps-%{theme}
 %defattr(-,root,root)
 /usr/share/debuginfodeps




commit powerline for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package powerline for openSUSE:Factory 
checked in at 2018-03-04 12:49:34

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


Package is "powerline"

Sun Mar  4 12:49:34 2018 rev:4 rq:580898 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/powerline/powerline.changes  2017-05-10 
20:53:37.276568979 +0200
+++ /work/SRC/openSUSE:Factory/.powerline.new/powerline.changes 2018-03-04 
12:49:39.338037524 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 09:42:56 UTC 2018 - a...@cryptomilk.org
+
+- Fix powerline requiring both python2 and python3 
+
+---



Other differences:
--
++ powerline.spec ++
--- /var/tmp/diff_new_pack.OHUgLQ/_old  2018-03-04 12:49:40.014012889 +0100
+++ /var/tmp/diff_new_pack.OHUgLQ/_new  2018-03-04 12:49:40.018012743 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package powerline
 #
-# 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
@@ -106,6 +106,11 @@
 %prep
 %setup -q
 
+%if 0%{?suse_version} >= 1330
+# Change shebang in all relevant files in this directory and all subdirectories
+find -type f -exec sed -i '1s=^#!/usr/bin/\(python\|env 
python\)[23]\?=#!%{__python3}=' {} +
+%endif
+
 %build
 
 %install




commit gnome-initial-setup for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package gnome-initial-setup for 
openSUSE:Factory checked in at 2018-03-04 12:49:31

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


Package is "gnome-initial-setup"

Sun Mar  4 12:49:31 2018 rev:22 rq:580878 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-initial-setup/gnome-initial-setup.changes  
2017-11-15 16:59:30.896265067 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-initial-setup.new/gnome-initial-setup.changes 
2018-03-04 12:49:31.870309685 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 15:41:14 CET 2018 - sbra...@suse.com
+
+- Add missing lang package Recommends (bsc#1038022).
+
+---



Other differences:
--
++ gnome-initial-setup.spec ++
--- /var/tmp/diff_new_pack.1BcfuI/_old  2018-03-04 12:49:32.374291317 +0100
+++ /var/tmp/diff_new_pack.1BcfuI/_new  2018-03-04 12:49:32.378291171 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-initial-setup
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -64,6 +64,7 @@
 %if 0%{?is_opensuse}
 Requires:   gnome-getting-started-docs
 %endif
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit dpdk for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2018-03-04 12:49:40

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


Package is "dpdk"

Sun Mar  4 12:49:40 2018 rev:25 rq:580903 version:17.11.1

Changes:

--- /work/SRC/openSUSE:Factory/dpdk/dpdk-thunderx.changes   2018-01-17 
21:58:57.881376173 +0100
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk-thunderx.changes  2018-03-04 
12:49:48.581700642 +0100
@@ -1,0 +2,62 @@
+Wed Feb 28 07:02:13 UTC 2018 - marco.varl...@suse.de
+
+- The vm_power example does not work for ppc64le since it uses the
+  IXGBE PMD driver which is not available for that platform(bsc#1082154):
+  * Disable CONFIG_RTE_LIBRTE_POWER for the sample application;
+  * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver;
+
+---
+Tue Feb 27 14:45:25 UTC 2018 - marco.varl...@suse.de
+
+- Upgraded to latest stable release 17.11.1 (LTS): some of the fixes include:
+  * location changes of the GPL and LGPL licenses;
+  * net/mlx4:
+- fix drop flow resources leak
+  * net/bnxt:
+- double increment of idx during Tx ring alloc
+- group info usage
+- check for ether type
+- size of Tx ring in HW
+- number of pools for RSS
+- return code in MAC address set
+- link speed setting with autoneg off
+  * net/nfp:
+- MTU settings
+- jumbo settings
+- CRC strip check behaviour
+  * net/sfc:
+- multicast address list copy memory leak
+- DMA memory leak after kvarg processing failure
+- fix label name to be consistent
+  * net/i40e:
+- VLAN offload setting issue
+- FDIR input set conflict
+- FDIR rule confiliction issue
+- setting MAC address of VF
+- flow director Rx resource defect
+- warn when writing global registers
+- multiple driver support
+- interrupt conflict with multi-driver
+- Rx interrupt
+- check multi-driver option parsing
+- flow director filter
+  * net/qede:
+- enable LRO over tunnels
+- reject config with no Rx queue
+- check tunnel L3 header
+- tunnel header size in Tx BD configuration
+- VF LRO tunnel configuration
+  * net/mlx5:
+- Tx checksum offloads
+- un-supported RSS hash fields use
+- device operation type
+- pedantic compilation
+- fix pedantic compilation
+- flow item validation
+- flow RSS configuration
+- UAR remapping on non configured queues
+- secondary process verification
+- port stop by verify flows are still present
+- flow priority on queue action
+
+---
dpdk.changes: same change

Old:

  dpdk-17.11.tar.xz

New:

  dpdk-17.11.1.tar.xz



Other differences:
--
++ dpdk-thunderx.spec ++
--- /var/tmp/diff_new_pack.8AbWHN/_old  2018-03-04 12:49:49.917651954 +0100
+++ /var/tmp/diff_new_pack.8AbWHN/_new  2018-03-04 12:49:49.921651808 +0100
@@ -48,10 +48,10 @@
 # Do NOT edit this auto generated file! Edit dpdk.spec instead
 # and run 'pre_checkin.sh' before committing
 Name:   dpdk-thunderx
-Version:17.11
+Version:17.11.1
 Release:0
 Summary:Set of libraries and drivers for fast packet processing 
(thunderx)
-License:BSD-3-Clause and GPL-2.0 and LGPL-2.1
+License:BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
 Group:  System/Libraries
 Url:http://dpdk.org
 Source: http://fast.dpdk.org/rel/dpdk-%{version}.tar.xz
@@ -157,7 +157,7 @@
 
 %prep
 # can't use %{name} because of dpdk-thunderx
-%setup -q -n dpdk-%{version}
+%setup -q -n dpdk-stable-%{version}
 %patch1 -p1 -z .enic
 
 # This fixes CROSS compilation (broken) in the mk file for ThunderX
@@ -204,6 +204,8 @@
%endif
%ifarch ppc64le
setconf CONFIG_RTE_LIBRTE_PMD_RING n $1
+   setconf CONFIG_RTE_LIBRTE_IXGBE_PMD n $1
+   setconf CONFIG_RTE_LIBRTE_POWER n $1
%endif
 }
 # In case dpdk-devel is installed, we should ignore its hints about the SDK 
directories

++ dpdk.spec ++
--- /var/tmp/diff_new_pack.8AbWHN/_old  2018-03-04 12:49:49.953650643 +0100
+++ /var/tmp/diff_new_pack.8AbWHN/_new  2018-03-04 12:49:49.953650643 +0100
@@ -46,10 +46,10 @@
 %define lname libdpdk-17_11-0
 
 Name:   dpdk
-Version:17.11
+Version:17.11.1
 Release:0
 Summary:Set of libraries and drivers for fast packet processing
-License:BSD-3-Clause and GPL-2.0 and LGPL-2.1
+License:BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only
 Group:  System/Libraries
 Url:http://dpdk.org
 Source: http://fast

commit scilab for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2018-03-04 12:49:48

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


Package is "scilab"

Sun Mar  4 12:49:48 2018 rev:23 rq:580961 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2018-02-14 
10:51:55.821017984 +0100
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2018-03-04 
12:50:17.172658673 +0100
@@ -1,0 +2,52 @@
+Thu Feb 22 13:26:14 UTC 2018 - badshah...@gmail.com
+
+- Enforce java 9 for building, as there are runtime error when
+  java 10 is used
+- Add scilab-xcos-java9.patch: Fix xcos compilation against
+  openjdk-java 9; enable building xcos during configure.
+- Add scilab-java9-ClassLoader.patch: Hack frontloading of all
+  necessary jar classpaths by passing them to _JAVA_OPTIONS since
+  dynamic classpath loading doesn not work any more; see
+  
http://mailinglists.scilab.org/Scilab-GUI-and-adv-cli-fail-to-launch-with-java-9-td4037645.html
+- Enable documentation; building fixed due to above patch.
+- Add scilab-bin-correct-java9-path.patch
+- Drop scilab-batik-1.8.patch
+
+---
+Fri Feb 16 16:47:27 UTC 2018 - badshah...@gmail.com
+
+- Update to version 6.0.1:
+  * Long list of changes, see
+https://help.scilab.org/docs/6.0.1/en_US/CHANGES.html
+- Update BuildRequires and Requires: eigen3-devel [only
+  BuildRequires], ecj, java-devel >= 9, lucene* >= 6.0. 
+- Add scilab-launch-from-xterm.patch: Modify Exec key for .desktop
+  file so that scilab is launched via xterm; this is needed
+  because of upstream's negligence:
+  http://bugzilla.scilab.org/show_bug.cgi?id=14682.
+- Disable documentation module: does not build with java >= 9; see
+  http://bugzilla.scilab.org/show_bug.cgi?id=15328.
+  Workaround: Use
+  https://help.scilab.org/docs/6.0.1/en_US/index.html.
+- Add scilab-openjdk9-no-javah.patch: configure
+  should not error out when javah is not found, instead should
+  simply use javac -h. See
+  http://bugzilla.scilab.org/show_bug.cgi?id=15328.
+- Exclude nullpotent post[un] scriptlets for main package: these
+  are instead hndled by rpm file-triggers.
+- Add scilab-no-return-in-non-void.patch: Fix non-void functions
+  to return some trivial values.
+- Add scilab-hdf5-function-return-compatibility.patch: Make
+  function writeDoubleComplexMatrix6's definition and
+  implementation return same data type.
+- Minor rebase of carried over patches.
+- Drop patches incorporated upstream:
+  * scilab-0002-always-use-dynamic-stack.patch
+  * scilab-allow-batik-1.9.patch
+  * scilab-build-with-fop-2_1.patch
+  * scilab-gcc7-nullptr-fix.patch
+  * scilab-build-with-xmlgraphics-commons-2_0.patch
+  * scilab-ocaml.patch
+  * scilab-openjdk9-support.patch.
+ 
+---

Old:

  scilab-0002-always-use-dynamic-stack.patch
  scilab-5.5.2-src.tar.gz
  scilab-batik-1.8.patch
  scilab-build-with-fop-2_1.patch
  scilab-build-with-xmlgraphics-commons-2_0.patch
  scilab-gcc7-nullptr-fix.patch
  scilab-ocaml.patch
  scilab-openjdk9-support.patch

New:

  scilab-6.0.1-src.tar.gz
  scilab-bin-correct-java9-path.patch
  scilab-hdf5-function-return-compatibility.patch
  scilab-java9-ClassLoader.patch
  scilab-launch-from-xterm.patch
  scilab-no-return-in-non-void.patch
  scilab-openjdk9-no-javah.patch
  scilab-xcos-java9.patch



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.tgqsqS/_old  2018-03-04 12:50:19.800562903 +0100
+++ /var/tmp/diff_new_pack.tgqsqS/_new  2018-03-04 12:50:19.804562757 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define sover 5
+%define sover 6
 %define soname lib%{name}%{sover}
 #%define beta_version 5.5.0-beta-1
 
@@ -24,7 +24,7 @@
 Summary:High Level Programming Language/Numerical Analysis Software
 License:CECILL-2.0 and BSD-3-Clause
 Group:  Productivity/Scientific/Math
-Version:5.5.2
+Version:6.0.1
 Release:0
 Url:http://www.scilab.org
 # FOR STABLE RELEASE
@@ -35,43 +35,43 @@
 
 # Bug 767102 - help() should suggest scilab-doc
 Patch1: %{name}-0001-Use-pkcon-to-install-doc-package.patch
-# Bug 64307 - Use dynamic stack on 32-bit to avoid miscompilation
-# http://bugzilla.scilab.org/show_bug.cgi?id=12625
-Patch2: %{name}-0002-always-use-dynamic-stack.patch
 # PATCH-FIX-UPSTREAM scilab-fix-64bit-portability-issue.patch 
badshah...@gmail.com -- Fix compiler warnings w.r.t 64bit portability
 Patch3: scilab-fix-64bit-portability-issue.patch
-# PATCH-FIX-UPSTREAM scilab-ocaml.patch o...@aepfle.de -- Fix build wit

commit perl-DBIx-Class-InflateColumn-FS for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package perl-DBIx-Class-InflateColumn-FS for 
openSUSE:Factory checked in at 2018-03-04 12:50:20

Comparing /work/SRC/openSUSE:Factory/perl-DBIx-Class-InflateColumn-FS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-DBIx-Class-InflateColumn-FS.new (New)


Package is "perl-DBIx-Class-InflateColumn-FS"

Sun Mar  4 12:50:20 2018 rev:2 rq:581533 version:0.01007

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-InflateColumn-FS/perl-DBIx-Class-InflateColumn-FS.changes
2015-01-14 11:44:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-InflateColumn-FS.new/perl-DBIx-Class-InflateColumn-FS.changes
   2018-03-04 12:50:26.748309704 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 08:18:55 UTC 2018 - opens...@dstoecker.de
+
+- fix build on newer systems, add explicit Module::Install requirement
+
+---



Other differences:
--
++ perl-DBIx-Class-InflateColumn-FS.spec ++
--- /var/tmp/diff_new_pack.LTwEbT/_old  2018-03-04 12:50:27.656276615 +0100
+++ /var/tmp/diff_new_pack.LTwEbT/_new  2018-03-04 12:50:27.664276323 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-InflateColumn-FS
 #
-# 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
@@ -33,6 +33,7 @@
 BuildRequires:  perl(DBICx::TestDatabase)
 BuildRequires:  perl(DBIx::Class) >= 0.08
 BuildRequires:  perl(DBIx::Class::UUIDColumns) >= 0.02005
+BuildRequires:  perl(Module::Install)
 BuildRequires:  perl(Path::Class)
 Requires:   perl(DBD::SQLite) >= 1.12
 Requires:   perl(DBICx::TestDatabase)




commit dleyna-server for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package dleyna-server for openSUSE:Factory 
checked in at 2018-03-04 12:49:58

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


Package is "dleyna-server"

Sun Mar  4 12:49:58 2018 rev:6 rq:581040 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/dleyna-server/dleyna-server.changes  
2018-02-18 11:42:57.324327706 +0100
+++ /work/SRC/openSUSE:Factory/.dleyna-server.new/dleyna-server.changes 
2018-03-04 12:50:21.552499057 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:24:49 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ dleyna-server.spec ++
--- /var/tmp/diff_new_pack.JtXNOH/_old  2018-03-04 12:50:22.644459262 +0100
+++ /var/tmp/diff_new_pack.JtXNOH/_new  2018-03-04 12:50:22.652458970 +0100
@@ -21,11 +21,10 @@
 Version:0.6.0
 Release:0
 Summary:Discover and browse Digital Media Servers
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  System/Libraries
-Url:http://01.org/dleyna
+URL:http://01.org/dleyna
 Source: 
https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_2.gz
-
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dleyna-core-1.0) >= 0.6.0





commit uchardet for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package uchardet for openSUSE:Factory 
checked in at 2018-03-04 12:50:18

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


Package is "uchardet"

Sun Mar  4 12:50:18 2018 rev:2 rq:581460 version:0.0.6

Changes:

--- /work/SRC/openSUSE:Factory/uchardet/uchardet.changes2017-02-24 
02:54:43.409907554 +0100
+++ /work/SRC/openSUSE:Factory/.uchardet.new/uchardet.changes   2018-03-04 
12:50:25.160367574 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 20:22:45 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ uchardet.spec ++
--- /var/tmp/diff_new_pack.oQQWU7/_old  2018-03-04 12:50:25.852342356 +0100
+++ /var/tmp/diff_new_pack.oQQWU7/_new  2018-03-04 12:50:25.852342356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uchardet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define major   0
 
+%define major   0
 Name:   uchardet
 Version:0.0.6
 Release:0
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Universal Charset Detection Library
-Url:https://www.freedesktop.org/wiki/Software/uchardet/
+License:MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
 Group:  Productivity/Text/Utilities
+URL:https://www.freedesktop.org/wiki/Software/uchardet/
 Source0:
https://www.freedesktop.org/software/%{name}/releases/%{name}-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 uchardet is a C language binding of the original C++ implementation of
@@ -93,9 +92,10 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_bindir}/%{name}
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 
 %files -n libuchardet%{major}
 %defattr(-,root,root,-)
@@ -103,7 +103,8 @@
 
 %files -n libuchardet-devel
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING
+%license COPYING
+%doc AUTHORS
 %{_includedir}/%{name}
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc




commit geany for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package geany for openSUSE:Factory checked 
in at 2018-03-04 12:50:48

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


Package is "geany"

Sun Mar  4 12:50:48 2018 rev:32 rq:581648 version:1.33

Changes:

--- /work/SRC/openSUSE:Factory/geany/geany.changes  2018-01-01 
22:30:42.618546088 +0100
+++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2018-03-04 
12:50:52.735362663 +0100
@@ -1,0 +2,20 @@
+Wed Feb 28 13:45:36 UTC 2018 - badshah...@gmail.com
+
+- Update to version 1.33:
+  + Bug fixes: Fix the symbols tree hierarchy when several tags
+have the same name (gh#geany/geany#1598).
+  + Interface:
+- Add a tooltip showing the full path on menu items
+  representing documents (gh#geany/geany#1706).
+- Add a note for applying the indent settings in the project
+  preferences (gh#geany/geany#1650).
+- Enable popup menu on sidebar and message window notebooks
+  (gh#geany/geany#1726).
+- Show status message on attempt to execute empty context
+  action (gh#geany/geany#1642).
+- GTK3 theming improvements and documentation
+  (gh#geany/geany#1382).
+  + Filetypes: CSS: Update Grid properties (gh#geany/geany#1705).
+  * Updated translations.
+
+---

Old:

  geany-1.32.tar.bz2

New:

  geany-1.33.tar.bz2



Other differences:
--
++ geany.spec ++
--- /var/tmp/diff_new_pack.GvKLN1/_old  2018-03-04 12:50:53.271343130 +0100
+++ /var/tmp/diff_new_pack.GvKLN1/_new  2018-03-04 12:50:53.275342984 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geany
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   geany
-Version:1.32
+Version:1.33
 Release:0
 Summary:GTK-based integrated development environment
 License:GPL-2.0+
 Group:  Development/Tools/IDE
 Url:https://geany.org
-Source0:https://download.geany.org/%{name}-%{version}.tar.bz2
+Source0:http://download.geany.org/%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM geany-appstream.patch gh#geany/geany#1142 
badshah...@gmail.com -- Downstream created appstream file, submitted upstream
 Patch0: geany-appstream.patch

++ geany-1.32.tar.bz2 -> geany-1.33.tar.bz2 ++
 80457 lines of diff (skipped)




commit rarian for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package rarian for openSUSE:Factory checked 
in at 2018-03-04 12:50:39

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


Package is "rarian"

Sun Mar  4 12:50:39 2018 rev:42 rq:581640 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Factory/rarian/rarian.changes2017-09-19 
16:20:37.910709692 +0200
+++ /work/SRC/openSUSE:Factory/.rarian.new/rarian.changes   2018-03-04 
12:50:42.531734509 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:36:54 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+---



Other differences:
--
++ rarian.spec ++
--- /var/tmp/diff_new_pack.xX7m8d/_old  2018-03-04 12:50:43.403702732 +0100
+++ /var/tmp/diff_new_pack.xX7m8d/_new  2018-03-04 12:50:43.407702586 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rarian
 #
-# 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 @@
 Version:0.8.1
 Release:0
 Summary:Document cataloging system
-License:GPL-2.0+ AND LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Url:ftp://ftp.gnome.org/pub/gnome/sources/rarian/
 Source0:
http://download.gnome.org/sources/rarian/0.8/%{name}-%{version}.tar.bz2
@@ -62,7 +62,7 @@
 
 %package scrollkeeper-compat
 Summary:Rarian is designed to be a replacement for scrollkeeper
-License:GPL-2.0+ AND LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires(post): update-alternatives
@@ -76,7 +76,7 @@
 
 %package devel
 Summary:Development files for rarian
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
@@ -147,7 +147,6 @@
   ln -s -f %{_sysconfdir}/alternatives/$target %{buildroot}%{_bindir}/$target
 done
 
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 %post scrollkeeper-compat
@@ -189,7 +188,8 @@
 fi
 
 %files
-%doc COPYING README NEWS
+%license COPYING
+%doc README NEWS
 %{_bindir}/*
 %{_libdir}/lib*.so.*
 %{_datadir}/*




commit osm-gps-map for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package osm-gps-map for openSUSE:Factory 
checked in at 2018-03-04 12:50:12

Comparing /work/SRC/openSUSE:Factory/osm-gps-map (Old)
 and  /work/SRC/openSUSE:Factory/.osm-gps-map.new (New)


Package is "osm-gps-map"

Sun Mar  4 12:50:12 2018 rev:5 rq:581364 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/osm-gps-map/osm-gps-map.changes  2016-01-13 
22:45:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.osm-gps-map.new/osm-gps-map.changes 
2018-03-04 12:50:23.720420051 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:38:08 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ osm-gps-map.spec ++
--- /var/tmp/diff_new_pack.lKLjPS/_old  2018-03-04 12:50:24.340397457 +0100
+++ /var/tmp/diff_new_pack.lKLjPS/_new  2018-03-04 12:50:24.344397311 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osm-gps-map
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,15 +21,15 @@
 Version:1.1.0
 Release:0
 Summary:A Gtk+ Widget for Displaying OpenStreetMap tiles
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Other
-Url:http://nzjrs.github.io/osm-gps-map/
+URL:http://nzjrs.github.io/osm-gps-map/
 Source: 
https://github.com/nzjrs/osm-gps-map/releases/download/1.1.0/%{name}-%{version}.tar.gz
 BuildRequires:  gnome-common
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A Gtk+ widget (and Python bindings) that when given GPS co-ordinates, draws a 
GPS track,
@@ -87,25 +87,22 @@
 
 %install
 %make_install
-find %{buildroot} -type f -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 # We package those files as %%doc, resulting in a different location
 rm -rf %{buildroot}%{_datadir}/doc/%{name}
 
 %post -n libosmgpsmap-1_0-1 -p /sbin/ldconfig
-
 %postun -n libosmgpsmap-1_0-1 -p /sbin/ldconfig
 
 %files -n libosmgpsmap-1_0-1
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog README COPYING NEWS
+%license COPYING
+%doc AUTHORS ChangeLog README NEWS
 %{_libdir}/libosmgpsmap-1.0.so.*
 
 %files -n typelib-1_0-OsmGpsMap-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/OsmGpsMap-1.0.typelib
 
 %files -n libosmgpsmap-devel
-%defattr(-,root,root)
 %{_includedir}/osmgpsmap-1.0/
 %{_datadir}/gir-1.0/OsmGpsMap-1.0.gir
 %{_libdir}/libosmgpsmap-1.0.so




commit retro-gtk for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package retro-gtk for openSUSE:Factory 
checked in at 2018-03-04 12:50:44

Comparing /work/SRC/openSUSE:Factory/retro-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.retro-gtk.new (New)


Package is "retro-gtk"

Sun Mar  4 12:50:44 2018 rev:6 rq:581642 version:0.13.2

Changes:

--- /work/SRC/openSUSE:Factory/retro-gtk/retro-gtk.changes  2017-10-06 
10:59:15.651353579 +0200
+++ /work/SRC/openSUSE:Factory/.retro-gtk.new/retro-gtk.changes 2018-03-04 
12:50:48.283524898 +0100
@@ -1,0 +2,60 @@
+Mon Feb 26 11:47:03 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+---
+Mon Nov 13 03:55:44 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 0.13.2:
+  + Port the build system to Meson, requiring version 0.43.0 and
+drop the Autotools.
+  + Drop retro_core_remove_controller(), to remove a controller
+instead set it to NULL.
+  + Make retro_core_poll_controllers(),
+retro_core_get_controller_input_state() and
+retro_core_get_controller_capabilities() private as they are
+meant to be used by the Libretro core and not the end users.
+  + Add:
+- retro_core_set_default_controller() to set controllers to be
+  used by default when there is no controller with the
+  requested capability in the requested port.
+- retro_core_view_set_as_default_controller() to easily set the
+  controllers of a RetroCoreView as the default controllers of
+  a RetroCore. retro-demo now uses these.
+- retro_controller_has_capability() to easily check if a
+  controller has the given RetroControllerType capability.
+- Add RetroInput to encapsulate the inputs used in an input
+  state query. It is used in retro_controller_get_input_state()
+  and retro_core_view_get_input_state().
+- Add a count enumeration value to RetroControllerType and the
+  various controller code enumerations.
+  + Replace gboolean by bool in get_variable_update() to avoid
+crashes.
+  + Better check the creation of the PuleAudio sound output to
+avoid crashes.
+- Replace configure, make, make_install macros by meson,
+  meson_build and meson_install macros following upstream port to
+  Meson Build System.
+- Rename library from libretro-gtk0 to libretro-gtk-0_14 since
+  upstream dropped libretro-gtk.so and replaced libretro-gtk.so.0
+  by libretro-gtk-0.14.so
+- Drop intltool BuildRequires: it's not needed since retro-gtk do
+  not use translations.
+- Add %namever and %libver macros to facilitate updatings.
+
+---
+Mon Oct 16 06:27:24 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 0.13.1:
+  + This version ports retro-gtk from Vala to C and simnplifies the
+API a lot. It comes with lots of API breaks, so many that it
+would be simpler to list what remained similar to the 0.12
+branch than what changed.
+  + The API will keep changing during the 0.14 development cycle,
+but it is hoped to lead to less API breaks after that.
+- Replace BuildRequires vala with BuildRequires pkgconfig(vapigen)
+  as retro-gtk is now a C library compiling a VAPI.
+- Rename subpackage typelib-1_0-Retro-0_12 to
+  typelib-1_0-Retro-0_14 following upstream changes.
+
+---

Old:

  retro-gtk-0.12.1.tar.xz

New:

  retro-gtk-0.13.2.tar.xz



Other differences:
--
++ retro-gtk.spec ++
--- /var/tmp/diff_new_pack.Nlvrme/_old  2018-03-04 12:50:48.747507989 +0100
+++ /var/tmp/diff_new_pack.Nlvrme/_new  2018-03-04 12:50:48.751507844 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package retro-gtk
 #
-# 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,18 +16,20 @@
 #
 
 
+# Use of library versioning and name versioning macros to facilitate updatings
+%define namever 0_14
+%define libver  0.14
 Name:   retro-gtk
-Version:0.12.1
+Version:0.13.2
 Release:0
 Summary:Toolkit to write Gtk+3-based frontends to libretro
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/retro-gtk
-Source: 
http://download.gnome.org/sources/retro-gtk/0.12/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/retro-gtk/0.13/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel >= 0.6.7
-Bui

commit perl-File-Unpack for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package perl-File-Unpack for 
openSUSE:Factory checked in at 2018-03-04 12:50:27

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


Package is "perl-File-Unpack"

Sun Mar  4 12:50:27 2018 rev:2 rq:581537 version:0.70

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Unpack/perl-File-Unpack.changes
2017-09-04 12:39:05.488137835 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Unpack.new/perl-File-Unpack.changes   
2018-03-04 12:50:28.992227929 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 08:32:23 UTC 2018 - adam.ma...@suse.de
+
+- use mkisofs to supply `isoinfo` program instead of genisoimage
+
+---



Other differences:
--
++ perl-File-Unpack.spec ++
--- /var/tmp/diff_new_pack.5nmIRE/_old  2018-03-04 12:50:29.972192216 +0100
+++ /var/tmp/diff_new_pack.5nmIRE/_new  2018-03-04 12:50:29.992191486 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Unpack
 #
-# 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
@@ -114,7 +114,11 @@
 BuildRequires:  bzip2
 BuildRequires:  cabextract
 BuildRequires:  cpio
+%if 0%{?suse_version} >= 1500
+BuildRequires:  mkisofs
+%else
 BuildRequires:  genisoimage
+%endif
 BuildRequires:  gzip
 BuildRequires:  p7zip
 BuildRequires:  rpm
@@ -125,7 +129,11 @@
 Requires:   bzip2
 Requires:   cabextract
 Requires:   cpio
+%if 0%{?suse_version} >= 1500
+Requires:   mkisofs
+%else
 Requires:   genisoimage
+%endif
 Requires:   gzip
 Requires:   p7zip
 Requires:   rpm




commit gstreamer-plugins-libav for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-libav for 
openSUSE:Factory checked in at 2018-03-04 12:50:52

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


Package is "gstreamer-plugins-libav"

Sun Mar  4 12:50:52 2018 rev:8 rq:581660 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
  2018-01-30 15:43:01.774453903 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new/gstreamer-plugins-libav.changes
 2018-03-04 12:50:59.243125504 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:31:46 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ gstreamer-plugins-libav.spec ++
--- /var/tmp/diff_new_pack.BQ8cUZ/_old  2018-03-04 12:51:00.223089793 +0100
+++ /var/tmp/diff_new_pack.BQ8cUZ/_new  2018-03-04 12:51:00.227089647 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-libav
 #
-# 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,9 +21,9 @@
 Version:1.12.4
 Release:0
 Summary:A ffmpeg/libav plugin for GStreamer
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Other
-Url:http://gstreamer.freedesktop.org/
+URL:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-%{version}.tar.xz
 Source1000: baselibs.conf
 BuildRequires:  pkgconfig
@@ -46,6 +46,7 @@
 Enhances:   gstreamer
 Supplements:packageand(%{name}:gstreamer)
 %if 0%{?BUILD_ORIG}
+# Depend on the full build of the same libavcodec.so.N we built against
 Requires:   %(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libavcodec.so))(unrestricted)
 %endif
 
@@ -89,10 +90,10 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
-%doc COPYING
+%license COPYING
 %{_libdir}/gstreamer-%{gst_branch}/libgstlibav.so
 
 %files doc




commit qqwing for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package qqwing for openSUSE:Factory checked 
in at 2018-03-04 12:50:29

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


Package is "qqwing"

Sun Mar  4 12:50:29 2018 rev:5 rq:581541 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/qqwing/qqwing.changes2015-09-08 
17:44:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.qqwing.new/qqwing.changes   2018-03-04 
12:50:31.008154462 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:39:02 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+---



Other differences:
--
++ qqwing.spec ++
--- /var/tmp/diff_new_pack.txypKJ/_old  2018-03-04 12:50:32.264108691 +0100
+++ /var/tmp/diff_new_pack.txypKJ/_new  2018-03-04 12:50:32.268108545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qqwing
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,15 +21,14 @@
 Version:1.3.4
 Release:0
 Summary:Sudoku solver and generator
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Amusements/Games/Logic
 Url:http://ostermiller.org/qqwing/
 Source: http://ostermiller.org/qqwing/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE qqwing-help-compiler.patch dims...@opensuse.org -- Help 
gcc to realize that this is all options for the switch statement
 Patch0: qqwing-help-compiler.patch
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 QQwing is a Sudoku puzzle generator and solver. It offers the following 
features.
@@ -77,25 +76,22 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libqqwing2 -p /sbin/ldconfig
-
 %postun -n libqqwing2 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %{_bindir}/qqwing
 %{_mandir}/man1/qqwing.1%{?ext_man}
 
 %files -n libqqwing2
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %{_libdir}/libqqwing.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/qqwing.hpp
 %{_libdir}/libqqwing.so
 %{_libdir}/pkgconfig/qqwing.pc




commit gramps for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package gramps for openSUSE:Factory checked 
in at 2018-03-04 12:51:04

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


Package is "gramps"

Sun Mar  4 12:51:04 2018 rev:38 rq:581785 version:4.2.8

Changes:

--- /work/SRC/openSUSE:Factory/gramps/gramps.changes2017-08-21 
11:38:15.491916949 +0200
+++ /work/SRC/openSUSE:Factory/.gramps.new/gramps.changes   2018-03-04 
12:51:07.810813281 +0100
@@ -1,0 +2,61 @@
+Wed Feb 28 19:23:14 UTC 2018 - dims...@opensuse.org
+
+- Add python3-gobject-Gdk: missed dependency (boo#1082469).
+
+---
+Wed Feb 28 16:31:13 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Sat Feb 10 11:40:15 UTC 2018 - schubert@gmail.com
+
+- Updated to version 4.2.8:
+  + Fix Geography views for bad 'dbstate.is_open()' test.
+- Changes from version 4.2.7:
+  + Fix Export View to CSV when Unicode characters are present.
+  + Fix several intl date displayers for missing parameter.
+  + DescendantTree report; fix crashes and Title spacing.
+  + Fix Book XML handler to deal with unusual characters in Book
+name.
+  + Add support for new genealogy tree report category.
+  + Fix Media Preview Gramplet for closed db.
+  + Suport FTM 2017 Gedcom tags on import.
+  + Fix Person, Family Sidebar Filters to add custom Event types.
+  + Fix QuestionDialog display for html like characters in title.
+  + Fix FamilyRelationshpType _DATAMAP order to correspond with
+values.
+  + Fix Gedcom import for illegal Gedcom Family Attributes.
+  + Fix Gedcom export for bad Hebrew Months.
+  + Change INSTALL to replace 'python' with 'python3 for script
+invokes.
+  + Fix CSV importer for place event name using gramps_id.
+  + Fix Geography view 'Find' when db is closed.
+  + Fix interactive search for exception on click then down arrow.
+  + Create where_is utility to locate a binary in the standard
+places.
+  + Fix relationship Graph so Unicode chars on Multiple pages
+works.
+  + Update authors file.
+  + Fix Gedcom import for "1 MARR Y" issue.
+  + Fix Export Web Family Tree for errors on file write.
+  + Fix Citation Editor to Tab out of Confidence ComboBox.
+  + Reset the dependencies on the new meta-module.
+  + Use online modules.
+  + Consolidate Python2 and Python3 meta-modules.
+  + Use None as the foreground colour for untagged rows in list
+views.
+  + Fix shading colour in relationship view for dark themes.
+  + Fix link colour for dark themes.
+  + Fix default foreground colour in list views for dark themes.
+  + Fix Undo; crashes due to race in Gtk.
+  + Gedcom import with OBJE/FORM URL on event.
+  + EOFError [Ran out of input] in Clipboard.
+  + Cannot drag & drop textual value via clipboard.
+  + Fix 'DbBsddbRead' object has no attribute
+'_Callback__callback_map'.
+  + Reports - Narrated Web Site Failure.
+  + Fix link path in gramps-launcher compile instructions.
+  + Update translations.
+
+---

Old:

  gramps-4.2.6.tar.gz

New:

  gramps-4.2.8.tar.gz



Other differences:
--
++ gramps.spec ++
--- /var/tmp/diff_new_pack.yoVeOt/_old  2018-03-04 12:51:09.562749436 +0100
+++ /var/tmp/diff_new_pack.yoVeOt/_new  2018-03-04 12:51:09.562749436 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gramps
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,38 +18,37 @@
 
 
 %global __requires_exclude typelib\\(GtkosxApplication\\)|typelib\\(Gtkspell\\)
-
 Name:   gramps
-Version:4.2.6
+Version:4.2.8
 Release:0
 Summary:Genealogical Research Software
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Other
-Url:http://www.gramps-project.org/
+URL:http://www.gramps-project.org/
 Source: 
https://github.com/gramps-project/gramps/archive/v%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE gramps-no-translations-check.patch boo#941490 
dims...@opensuse.org -- Do not warn on missing translations
 Patch0: gramps-no-translations-check.patch
 Patch1: webcal.py.diff
 BuildRequires:  fdupes
-BuildRequires:  intltool
-BuildRequires:  python3
 # Needed for typelib() - Requires.
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-th

commit opa-ff for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package opa-ff for openSUSE:Factory checked 
in at 2018-03-04 12:51:11

Comparing /work/SRC/openSUSE:Factory/opa-ff (Old)
 and  /work/SRC/openSUSE:Factory/.opa-ff.new (New)


Package is "opa-ff"

Sun Mar  4 12:51:11 2018 rev:7 rq:581792 version:10.6.0

Changes:

--- /work/SRC/openSUSE:Factory/opa-ff/opa-ff.changes2017-11-21 
15:35:59.145353176 +0100
+++ /work/SRC/openSUSE:Factory/.opa-ff.new/opa-ff.changes   2018-03-04 
12:51:13.946589682 +0100
@@ -1,0 +2,6 @@
+Thu Mar  1 16:33:18 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Cleanup install section
+- Install and package missing libopamgt (bsc#1083499)
+
+---



Other differences:
--
++ opa-ff.spec ++
--- /var/tmp/diff_new_pack.rDevp9/_old  2018-03-04 12:51:14.814558051 +0100
+++ /var/tmp/diff_new_pack.rDevp9/_new  2018-03-04 12:51:14.818557905 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-ff
 #
-# 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,6 +17,8 @@
 
 
 %define git_ver .0.131.0.3ca3fd5
+%define opamgt_major 0
+%define opasadb_major 1_0_0
 
 %define pseudo_opt %{_prefix}/lib/opa-ff/
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
@@ -68,11 +70,11 @@
 %description -n opa-fastfabric
 Contains tools for managing fabric on a managment node.
 
-%package -n libopasadb1_0_0
+%package -n libopasadb%{opasadb_major}
 Summary:OmniPath Subnet Administrator database library
 Group:  System/Libraries
 
-%description -n libopasadb1_0_0
+%description -n libopasadb%{opasadb_major}
 This is to be filled out more concisely later.
 
 %package -n opa-address-resolution
@@ -86,7 +88,7 @@
 %package -n opa-address-resolution-devel
 Summary:Development files for the OmniPath Address Resolution manager
 Group:  Development/Libraries/C and C++
-Requires:   libopasadb1_0_0 = %{version}
+Requires:   libopasadb%{opasadb_major} = %{version}
 Requires:   opa-address-resolution = %{version}
 Requires:   opa-basic-tools
 
@@ -94,6 +96,22 @@
 This package contains the include files and libraries
 required to develop programs for the opa-address-resolution package.
 
+%package -n libopamgt%{opamgt_major}
+Summary:Omni-Path management API library
+Group:  System/Libraries
+
+%description -n libopamgt%{opamgt_major}
+This package contains the library necessary to build applications that 
interface with an Omni-Path FM.
+
+
+%package -n libopamgt-devel
+Summary:Omni-Path library development headers
+Group:  Development/Libraries/C and C++
+Requires:   libopamgt%{opamgt_major}
+
+%description -n libopamgt-devel
+This package contains the necessary headers for opamgt development.
+
 %prep
 %setup -q -n  %{name}-%{version}%{git_ver}
 %patch1
@@ -109,51 +127,19 @@
 fi
 
 %install
-%define basic_tools_sbin opacapture opagetvf opagetvf_env opahfirev 
opapacketcapture opaportinfo oparesolvehfiport opasaquery opashowmc opasmaquery 
opainfo opafabricinfo
-%define basic_tools_sbin_sym opapmaquery opaportconfig
-
-%define basic_tools_opt setup_self_ssh usemem opaipcalc
-
-%define basic_mans opacapture.1 opaconfig.1 opahfirev.1 opapmaquery.1 
opaportconfig.1 opaportinfo.1 oparesolvehfiport.1 opasaquery.1 opashowmc.1 
opasmaquery.1
-
-%define ff_tools_opt opaswquery opaswconfigure opaswfwconfigure opaswfwupdate 
opaswfwverify opaswping opaswreset
-
-%define ff_tools_exp basic.exp chassis.exp chassis_configure.exp 
chassis_fmconfig.exp chassis_fmcontrol.exp chassis_fmgetconfig.exp 
chassis_getconfig.exp chassis_reboot.exp chassis_fmgetsecurityfiles.exp 
chassis_fmsecurityfiles.exp chassis_upgrade.exp common_funcs.exp 
configipoib.exp extmng.exp ff_function.exp ib.exp opa_to_xml.exp ibtools.exp 
install.exp ipoibping.exp load.exp mpi.exp mpiperf.exp mpiperfdeviation.exp 
network.exp proc_mgr.exp reboot.exp sacache.exp sm_control.exp 
switch_capture.exp switch_configure.exp switch_dump.exp switch_fwverify.exp 
switch_getconfig.exp switch_hwvpd.exp switch_info.exp switch_ping.exp 
switch_reboot.exp switch_upgrade.exp target.exp tools.exp upgrade.exp tclIndex 
tcl_proc comm12 front
-
-%define ff_tools_sbin opacabletest opacheckload opaextracterror opaextractlink 
opaextractperf opaextractstat opaextractstat2 opafindgood opafirmware 
opagenchassis opagenesmchassis opagenswitches opalinkanalysis opareport 
opareports opasorthosts opatop opaxlattopology opaxlattopology_cust 
opaxmlextract opaxmlfilter opaxmlgenerate opaxml

commit python-django-formtools for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-django-formtools for 
openSUSE:Factory checked in at 2018-03-04 12:51:14

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


Package is "python-django-formtools"

Sun Mar  4 12:51:14 2018 rev:2 rq:581795 version:2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django-formtools/python-django-formtools.changes
  2017-06-29 15:07:09.616531181 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-formtools.new/python-django-formtools.changes
 2018-03-04 12:51:15.526532105 +0100
@@ -1,0 +2,10 @@
+Thu Mar  1 16:47:17 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 2.1
+  * Added testing for Django 1.11 (no code changes were required).
+  * Added support for Django 2.0.
+  * Dropped testing for Python 3.3 (now end-of-life) on Django 1.8.
+- Fix unit tests
+- Implement singlespec version
+
+---

Old:

  django-formtools-2.0.tar.gz

New:

  django-formtools-2.1.tar.gz



Other differences:
--
++ python-django-formtools.spec ++
--- /var/tmp/diff_new_pack.wB4NPn/_old  2018-03-04 12:51:17.054476425 +0100
+++ /var/tmp/diff_new_pack.wB4NPn/_new  2018-03-04 12:51:17.054476425 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-formtools
 #
-# 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
@@ -13,22 +13,31 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%bcond_without tests
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-django-formtools
-Version:2.0
+Version:2.1
 Release:0
-License:BSD-3-Clause
 Summary:A set of high-level abstractions for Django forms
-Url:https://django-formtools.readthedocs.io/en/latest/
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/django/django-formtools
 Source: 
https://files.pythonhosted.org/packages/source/d/django-formtools/django-formtools-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-Django >= 1.8
+BuildRequires:  %{python_module Django >= 1.8}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  %{python_module isort}
+%endif
 Requires:   python-Django >= 1.8
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%python_subpackages
 
 %description
 Django's "formtools" is a set of high-level abstractions for Django forms.
@@ -38,14 +47,20 @@
 %setup -q -n django-formtools-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+
+%if %{with tests}
 %check
-python setup.py test
+export DJANGO_SETTINGS_MODULE=tests.settings
+export PYTHONPATH=`pwd`
+%python_expand %{_bindir}/django-admin.py-%{$python_bin_suffix} test tests 
--pythonpath=`pwd` 
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS.rst LICENSE README.rst
 %{python_sitelib}/*

++ django-formtools-2.0.tar.gz -> django-formtools-2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-formtools-2.0/PKG-INFO 
new/django-formtools-2.1/PKG-INFO
--- old/django-formtools-2.0/PKG-INFO   2017-01-07 22:01:36.0 +0100
+++ new/django-formtools-2.1/PKG-INFO   2017-10-04 20:05:58.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: django-formtools
-Version: 2.0
+Version: 2.1
 Summary: A set of high-level abstractions for Django forms
 Home-page: https://django-formtools.readthedocs.io/en/latest/
 Author: Django Software Foundation
@@ -44,6 +44,8 @@
 Classifier: Framework :: Django :: 1.8
 Classifier: Framework :: Django :: 1.9
 Classifier: Framework :: Django :: 1.10
+Classifier: Framework :: Django :: 1.11
+Classifier: Framework :: Django :: 2.0
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
@@ -51,7 +53,7 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classi

commit gstreamer-transcoder for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package gstreamer-transcoder for 
openSUSE:Factory checked in at 2018-03-04 12:50:58

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


Package is "gstreamer-transcoder"

Sun Mar  4 12:50:58 2018 rev:8 rq:581661 version:1.12.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-transcoder/gstreamer-transcoder.changes
2018-01-02 16:34:58.096863935 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-transcoder.new/gstreamer-transcoder.changes
   2018-03-04 12:51:01.423046063 +0100
@@ -1,0 +2,5 @@
+Thu Mar  1 11:22:48 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner.
+
+---



Other differences:
--
++ gstreamer-transcoder.spec ++
--- /var/tmp/diff_new_pack.peYIuz/_old  2018-03-04 12:51:02.327013121 +0100
+++ /var/tmp/diff_new_pack.peYIuz/_new  2018-03-04 12:51:02.351012247 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-transcoder
 #
-# 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,14 +16,14 @@
 #
 
 
-Name:   gstreamer-transcoder
 %define _name   gst-transcoder
+Name:   gstreamer-transcoder
 Version:1.12.2
 Release:0
 Summary:GStreamer Transcoding API
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  Productivity/Multimedia/Other
-Url:https://github.com/pitivi/gst-transcoder
+URL:https://github.com/pitivi/gst-transcoder
 Source: 
https://github.com/pitivi/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -31,7 +31,6 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GStreamer Transcoding API.
@@ -55,10 +54,10 @@
 Summary:Development files for the GStreamer Transcoding API
 Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
-Requires:   libgsttranscoder-1_0-0 = %{version}
-Requires:   typelib-1_0-GstTranscoder-1_0 = %{version}
 # Needed due to gh#pitivi/gst-transcoder#4
 Requires:   gstreamer-devel
+Requires:   libgsttranscoder-1_0-0 = %{version}
+Requires:   typelib-1_0-GstTranscoder-1_0 = %{version}
 
 %description devel
 This subpackage contains the header files needed to build applications
@@ -79,7 +78,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_bindir}/gst-transcoder-1.0
 %{_libdir}/gstreamer-1.0/libgsttranscode.so
 %{_datadir}/gstreamer-1.0/encoding-profiles/




commit weston for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package weston for openSUSE:Factory checked 
in at 2018-03-04 12:51:38

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


Package is "weston"

Sun Mar  4 12:51:38 2018 rev:16 rq:582112 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/weston/weston.changes2017-09-15 
22:31:08.70087 +0200
+++ /work/SRC/openSUSE:Factory/.weston.new/weston.changes   2018-03-04 
12:51:39.721650405 +0100
@@ -1,0 +2,10 @@
+Tue Feb 27 14:41:38 UTC 2018 - emil.l.veli...@gmail.com
+
+- Remove unneeded dependencies, update existing version checks
+
+---
+Tue Feb 27 14:15:43 UTC 2018 - emil.l.veli...@gmail.com
+
+- Remove no longer present libinput configure toggle
+
+---



Other differences:
--
++ weston.spec ++
--- /var/tmp/diff_new_pack.Rn7HqP/_old  2018-03-04 12:51:40.857609009 +0100
+++ /var/tmp/diff_new_pack.Rn7HqP/_new  2018-03-04 12:51:40.861608863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package weston
 #
-# 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
@@ -33,14 +33,11 @@
 Patch1: 0001-build-honor-results-obtained-by-pkg-config-libinput.patch
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  automake >= 1.11
-BuildRequires:  libexpat-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool >= 2.2
-BuildRequires:  libvpx-devel
 BuildRequires:  libxml2-tools
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
-BuildRequires:  rsvg-view
 BuildRequires:  xkeyboard-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
@@ -51,29 +48,29 @@
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(freerdp2)
 BuildRequires:  pkgconfig(gbm)
-BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glesv2)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.30
-BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libinput) >= 0.8.0
 BuildRequires:  pkgconfig(libsystemd) >= 209
 BuildRequires:  pkgconfig(libudev) >= 136
 BuildRequires:  pkgconfig(libwebp)
+# mtdev isn't really required - the configure check was fixed after the 3.0 
release
 BuildRequires:  pkgconfig(mtdev) >= 1.1.0
 BuildRequires:  pkgconfig(pixman-1) >= 0.25.2
-BuildRequires:  pkgconfig(poppler-glib)
-BuildRequires:  pkgconfig(wayland-client) >= 1.10.0
+BuildRequires:  pkgconfig(wayland-client) >= 1.12.0
 BuildRequires:  pkgconfig(wayland-egl)
-BuildRequires:  pkgconfig(wayland-protocols) >= 1.0
+BuildRequires:  pkgconfig(wayland-protocols) >= 1.8
 BuildRequires:  pkgconfig(wayland-scanner)
-BuildRequires:  pkgconfig(wayland-server) >= 1.10.0
+BuildRequires:  pkgconfig(wayland-server) >= 1.12.0
 BuildRequires:  pkgconfig(xcb)
+BuildRequires:  pkgconfig(xcb-composite)
+BuildRequires:  pkgconfig(xcb-shm)
 BuildRequires:  pkgconfig(xcb-xfixes)
+BuildRequires:  pkgconfig(xcb-xkb) >= 1.9
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xkbcommon) >= 0.3.0
+Requires:   vpx-tools
 Requires:   xkeyboard-config
 
 %description
@@ -142,7 +139,7 @@
 # Ensure people will use pkgconfig to locate headers.
 # Implicit enable-libunwind would make the tests run endlessly on i586.
 %configure --disable-static --includedir="%_includedir/%name" \
-   --disable-setuid-install --disable-libinput-backend \
+   --disable-setuid-install \
--disable-libunwind
 make %{?_smp_mflags}
 





commit transfig for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package transfig for openSUSE:Factory 
checked in at 2018-03-04 12:51:24

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


Package is "transfig"

Sun Mar  4 12:51:24 2018 rev:37 rq:582071 version:3.2.6a

Changes:

--- /work/SRC/openSUSE:Factory/transfig/transfig.changes2017-12-19 
10:50:02.429816665 +0100
+++ /work/SRC/openSUSE:Factory/.transfig.new/transfig.changes   2018-03-04 
12:51:30.177998186 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 15:40:14 UTC 2018 - crrodrig...@opensuse.org
+
+- Change xorg-x11-devel --> pkgconfig(xpm)
+- buildrequire default libpng.
+
+---



Other differences:
--
++ transfig.spec ++
--- /var/tmp/diff_new_pack.SiUT0t/_old  2018-03-04 12:51:31.245959267 +0100
+++ /var/tmp/diff_new_pack.SiUT0t/_new  2018-03-04 12:51:31.249959122 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package transfig
 #
-# 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,14 +35,8 @@
 BuildRequires:  tex(times.sty)
 BuildRequires:  tex(xmpmulti.sty)
 %endif
-%if 0%{?suse_version} > 1120
-BuildRequires:  libpng12-compat-devel
-BuildRequires:  libpng12-devel
-%else
 BuildRequires:  libpng-devel
-%endif
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(xpm)
 #  www.xfig.org is dead
 Url:http://mcj.sourceforge.net/
 Provides:   fig2dev




commit fetchmail for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory 
checked in at 2018-03-04 12:51:30

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


Package is "fetchmail"

Sun Mar  4 12:51:30 2018 rev:72 rq:582073 version:6.3.26

Changes:

--- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes  2017-11-24 
10:56:56.502869719 +0100
+++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2018-03-04 
12:51:35.333810302 +0100
@@ -1,0 +2,7 @@
+Fri Mar  2 19:32:52 UTC 2018 - pmonrealgonza...@suse.com
+
+- By default, the status messages are redirected to 
+  /var/log/fetchmail. The syslog option or no-logging are also
+  available. (bsc#1033081)
+
+---



Other differences:
--
++ fetchmail.spec ++
--- /var/tmp/diff_new_pack.wYXrwW/_old  2018-03-04 12:51:36.541766283 +0100
+++ /var/tmp/diff_new_pack.wYXrwW/_new  2018-03-04 12:51:36.545766137 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fetchmail
 #
-# 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


++ fetchmail.exec ++
--- /var/tmp/diff_new_pack.wYXrwW/_old  2018-03-04 12:51:36.685761035 +0100
+++ /var/tmp/diff_new_pack.wYXrwW/_new  2018-03-04 12:51:36.709760161 +0100
@@ -17,10 +17,12 @@
 [ "`whoami`" = "fetchmail" -a -z "$FETCHMAILHOME" ] && \
 export FETCHMAILHOME=/var/lib/fetchmail
 
-if [ "$FETCHMAIL_DEFAULT_LOGFILE" = "syslog" -o "$FETCHMAIL_DEFAULT_LOGFILE" = 
"" ]; then
-OPTS="$OPTS --syslog"
-else
-OPTS="$OPTS -L $FETCHMAIL_DEFAULT_LOGFILE"
+if [ ! -z "$FETCHMAIL_DEFAULT_LOGFILE" ] ; then
+if [ "$FETCHMAIL_DEFAULT_LOGFILE" = "syslog" ]; then
+OPTS="$OPTS --syslog"
+else
+OPTS="$OPTS -L $FETCHMAIL_DEFAULT_LOGFILE"
+fi
 fi
 
 exec /usr/bin/fetchmail $OPTS $FETCHMAIL_EXPERT_OPTIONS \

++ sysconfig.fetchmail ++
--- /var/tmp/diff_new_pack.wYXrwW/_old  2018-03-04 12:51:36.845755205 +0100
+++ /var/tmp/diff_new_pack.wYXrwW/_new  2018-03-04 12:51:36.849755059 +0100
@@ -28,14 +28,14 @@
 FETCHMAIL_SILENT="no"
 
 ## Type:string
-## Default: "syslog"
-## Options: "syslog", "/path/to/file"
+## Default: "/var/log/fetchmail"
+## Options: "/path/to/file", "syslog", ""
 #
 # This option allows to redirect status messages in daemon mode to the
-# specified log file or syslog(3) system if available. If empty, status
-# messages are redirected syslog.
+# specified log file or syslog(3) system if available. If empty, omits
+# any logging options.
 #
-FETCHMAIL_DEFAULT_LOGFILE="syslog"
+FETCHMAIL_DEFAULT_LOGFILE="/var/log/fetchmail"
 
 ## Type:string
 ## Default: ""




commit lifecycle-data for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package lifecycle-data for openSUSE:Factory 
checked in at 2018-03-04 12:50:50

Comparing /work/SRC/openSUSE:Factory/lifecycle-data (Old)
 and  /work/SRC/openSUSE:Factory/.lifecycle-data.new (New)


Package is "lifecycle-data"

Sun Mar  4 12:50:50 2018 rev:5 rq:581649 version:1

Changes:

--- /work/SRC/openSUSE:Factory/lifecycle-data/lifecycle-data.changes
2017-08-16 16:11:46.177756563 +0200
+++ /work/SRC/openSUSE:Factory/.lifecycle-data.new/lifecycle-data.changes   
2018-03-04 12:50:57.603185267 +0100
@@ -1,0 +2,6 @@
+Fri Feb 23 11:50:53 UTC 2018 - astie...@suse.com
+
+- boo#1082532: note PostgreSQL EOL dates based 
+  https://www.postgresql.org/support/versioning/
+
+---



Other differences:
--
++ lifecycle-data.spec ++
--- /var/tmp/diff_new_pack.rPjDu5/_old  2018-03-04 12:50:58.955135999 +0100
+++ /var/tmp/diff_new_pack.rPjDu5/_new  2018-03-04 12:50:58.959135854 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lifecycle-data
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,6 @@
 Group:  System/Management
 Url:http://www.suse.com/lifecycle
 Source: openSUSE.lifecycle
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -48,7 +47,6 @@
 install -m 644 %{SOURCE0} 
%{buildroot}%{_datadir}/lifecycle/data/openSUSE.lifecycle
 
 %files openSUSE
-%defattr(-,root,root)
 %dir %{_datadir}/lifecycle
 %dir %{_datadir}/lifecycle/data
 %{_datadir}/lifecycle/data/openSUSE.lifecycle

++ openSUSE.lifecycle ++
--- /var/tmp/diff_new_pack.rPjDu5/_old  2018-03-04 12:50:58.991134688 +0100
+++ /var/tmp/diff_new_pack.rPjDu5/_new  2018-03-04 12:50:58.991134688 +0100
@@ -22,3 +22,35 @@
 lxdm,*,2017-06-30
 uClibc,*,2017-08-02
 uClibc-devel,*,2017-08-02
+postgresql93,*,2018-09-30
+postgresql93-contrib,*,2018-09-30
+postgresql93-docs,*,2018-09-30
+postgresql93-plperl,*,2018-09-30
+postgresql93-plpython,*,2018-09-30
+postgresql93-pltcl,*,2018-09-30
+postgresql93-server,*,2018-09-30
+postgresql93-test,*,2018-09-30
+postgresql94,*,2019-12-31
+postgresql94-contrib,*,2018-09-20
+postgresql94-docs,*,2018-09-20
+postgresql94-plperl,*,2018-09-20
+postgresql94-plpython,*,2018-09-20
+postgresql94-pltcl,*,2018-09-20
+postgresql94-server,*,2018-09-20
+postgresql94-test,*,2018-09-20
+postgresql95,*,2021-01-31
+postgresql95-contrib,*,2021-01-31
+postgresql95-docs,*,2021-01-31
+postgresql95-plperl,*,2021-01-31
+postgresql95-plpython,*,2021-01-31
+postgresql95-pltcl,*,2021-01-31
+postgresql95-server,*,2021-01-31
+postgresql95-test,*,2021-01-31
+postgresql96,*,2021-09-30
+postgresql96-contrib,*,2021-09-30
+postgresql96-docs,*,2021-09-30
+postgresql96-plperl,*,2021-09-30
+postgresql96-plpython,*,2021-09-30
+postgresql96-pltcl,*,2021-09-30
+postgresql96-server,*,2021-09-30
+postgresql96-test,*,2021-09-30




commit kinput2 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package kinput2 for openSUSE:Factory checked 
in at 2018-03-04 12:51:35

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


Package is "kinput2"

Sun Mar  4 12:51:35 2018 rev:25 rq:582075 version:v3.1

Changes:

--- /work/SRC/openSUSE:Factory/kinput2/kinput2.changes  2014-10-29 
21:10:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kinput2.new/kinput2.changes 2018-03-04 
12:51:37.557729260 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 18:59:15 UTC 2018 - crrodrig...@opensuse.org
+
+- Replace xorg-x11-devel buildrequires by pkgconfig(x11),
+  pkgconfig(xaw7), pkgconfig(xmu), pkgconfig(xt)
+
+---



Other differences:
--
++ kinput2.spec ++
--- /var/tmp/diff_new_pack.PBzKMe/_old  2018-03-04 12:51:38.889680722 +0100
+++ /var/tmp/diff_new_pack.PBzKMe/_new  2018-03-04 12:51:38.893680576 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kinput2
 #
-# 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
@@ -46,8 +46,12 @@
 # rename to getLine
 Patch16:kinput2-v3.1-getline.patch
 BuildRequires:  canna-devel
-BuildRequires:  fwnndev
-BuildRequires:  xorg-x11-devel
+BuildRequires:  fwnn-devel
+BuildRequires:  imake
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xaw7)
+BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xt)
 # Own /etc/X11/xim.d
 BuildRequires:  x11-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit mosquitto for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package mosquitto for openSUSE:Factory 
checked in at 2018-03-04 12:51:57

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


Package is "mosquitto"

Sun Mar  4 12:51:57 2018 rev:4 rq:582184 version:1.4.15

Changes:

--- /work/SRC/openSUSE:Factory/mosquitto/mosquitto.changes  2017-10-09 
19:40:50.323051990 +0200
+++ /work/SRC/openSUSE:Factory/.mosquitto.new/mosquitto.changes 2018-03-04 
12:52:40.003453739 +0100
@@ -1,0 +2,45 @@
+Thu Mar  1 14:37:54 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.4.15
+  Security:
+  * Fix CVE-2017-7652. If a SIGHUP is sent to the broker when there are no more
+file descriptors, then opening the configuration file will fail and 
security
+settings will be set back to their default values.
+  * Fix CVE-2017-7651. Unauthenticated clients can cause excessive memory use 
by
+setting "remaining length" to be a large value. This is now mitigated by
+limiting the size of remaining length to valid values. A "memory_limit"
+configuration option has also been added to allow the overall memory used 
by
+the broker to be limited.
+  
+  Broker:
+  * Use constant time memcmp for password comparisons.
+  * Fix incorrect PSK key being used if it had leading zeroes.
+  * Fix memory leak if a client provided a username/password for a listener 
with
+use_identity_as_username configured.
+  * Fix use_identity_as_username not working on websockets clients.
+  * Don't crash if an auth plugin returns MOSQ_ERR_AUTH for a username check on
+a websockets client. Closes #490.
+  * Fix 08-ssl-bridge.py test when using async dns lookups. Closes #507.
+  * Lines in the config file are no longer limited to 1024 characters long.
+Closes #652.
+  * Fix $SYS counters of messages and bytes sent when message is sent over
+a Websockets. Closes #250.
+  * Fix upgrade_outgoing_qos for retained message. Closes #534.
+  * Fix CONNACK message not being sent for unauthorised connect on websockets.
+Closes #8.
+  
+  Client library:
+  * Fix incorrect PSK key being used if it had leading zeroes.
+  * Initialise "result" variable as soon as possible in
+mosquitto_topic_matches_sub. Closes #654.
+  * No need to close socket again if setting non-blocking failed. Closes #649.
+  * Fix mosquitto_topic_matches_sub() not correctly matching foo/bar against
+foo/+/#. Closes #670.
+  
+  Clients:
+  * Correctly handle empty files with "mosquitto_pub -l". Closes #676.
+  
+  Build:
+  * Don't run TLS-PSK tests if TLS-PSK disabled at compile time. Closes #636.
+
+---

Old:

  mosquitto-1.4.14.tar.gz

New:

  mosquitto-1.4.15.tar.gz



Other differences:
--
++ mosquitto.spec ++
--- /var/tmp/diff_new_pack.lwriaj/_old  2018-03-04 12:52:40.791425026 +0100
+++ /var/tmp/diff_new_pack.lwriaj/_new  2018-03-04 12:52:40.791425026 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mosquitto
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %bcond_without  websockets
 
 Name:   mosquitto
-Version:1.4.14
+Version:1.4.15
 Release:0
 Summary:A MQTT v3.1/v3.1.1 Broker
 License:EPL-1.0

++ mosquitto-1.4.14.tar.gz -> mosquitto-1.4.15.tar.gz ++
 2588 lines of diff (skipped)




commit python-click-plugins for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-click-plugins for 
openSUSE:Factory checked in at 2018-03-04 12:52:08

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


Package is "python-click-plugins"

Sun Mar  4 12:52:08 2018 rev:2 rq:582254 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-click-plugins/python-click-plugins.changes
2017-07-11 08:25:16.588262102 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-plugins.new/python-click-plugins.changes
   2018-03-04 12:52:48.863130902 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:34:32 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module for Requires
+
+---



Other differences:
--
++ python-click-plugins.spec ++
--- /var/tmp/diff_new_pack.cVa3Dm/_old  2018-03-04 12:52:49.675101315 +0100
+++ /var/tmp/diff_new_pack.cVa3Dm/_new  2018-03-04 12:52:49.675101315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-plugins
 #
-# 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
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,19 +21,19 @@
 Name:   python-click-plugins
 Version:1.0.3
 Release:0
-License:BSD-3-Clause
 Summary:An extension for click to register CLI commands via setuptools 
entry-points
-Url:https://github.com/click-contrib/click-plugins
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/click-contrib/click-plugins
 Source: 
https://files.pythonhosted.org/packages/source/c/click-plugins/click-plugins-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module click >= 3.0}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:   %{python_module click >= 3.0}
+Requires:   python-click >= 3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit os-autoinst for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2018-03-04 12:51:41

Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and  /work/SRC/openSUSE:Factory/.os-autoinst.new (New)


Package is "os-autoinst"

Sun Mar  4 12:51:41 2018 rev:15 rq:582128 version:4.5.1519457089.09762e3e

Changes:

--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2018-02-20 
17:59:14.281471988 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new/os-autoinst.changes 
2018-03-04 12:52:12.428458556 +0100
@@ -1,0 +2,8 @@
+Sat Mar 03 05:28:15 UTC 2018 - ok...@suse.com
+
+- Update to version 4.5.1519457089.09762e3e:
+  * testapi: Refactor script_output into distribution.pm and fix race (#926)
+  * Use a fixed version of perltidy (#927)
+  * Avoid broken perltidy in cpanfile
+
+---

Old:

  os-autoinst-4.5.1518780731.3ca7dc34.tar.xz

New:

  os-autoinst-4.5.1519457089.09762e3e.tar.xz



Other differences:
--
++ os-autoinst.spec ++
--- /var/tmp/diff_new_pack.tGGv5x/_old  2018-03-04 12:52:14.072398651 +0100
+++ /var/tmp/diff_new_pack.tGGv5x/_new  2018-03-04 12:52:14.076398505 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   os-autoinst
-Version:4.5.1518780731.3ca7dc34
+Version:4.5.1519457089.09762e3e
 Release:0
 Summary:OS-level test automation
 License:GPL-2.0+

++ os-autoinst-4.5.1518780731.3ca7dc34.tar.xz -> 
os-autoinst-4.5.1519457089.09762e3e.tar.xz ++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.5.1518780731.3ca7dc34.tar.xz
 
/work/SRC/openSUSE:Factory/.os-autoinst.new/os-autoinst-4.5.1519457089.09762e3e.tar.xz
 differ: char 26, line 1




commit rubygem-mixlib-log for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package rubygem-mixlib-log for 
openSUSE:Factory checked in at 2018-03-04 12:51:52

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


Package is "rubygem-mixlib-log"

Sun Mar  4 12:51:52 2018 rev:8 rq:582164 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mixlib-log/rubygem-mixlib-log.changes
2016-08-17 12:04:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-log.new/rubygem-mixlib-log.changes   
2018-03-04 12:52:34.519653564 +0100
@@ -1,0 +2,12 @@
+Thu Mar  1 05:30:19 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.1
+  no changelog found
+
+---
+Wed Feb 28 05:30:57 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 2.0.0
+  no changelog found
+
+---

Old:

  mixlib-log-1.7.1.gem

New:

  mixlib-log-2.0.1.gem



Other differences:
--
++ rubygem-mixlib-log.spec ++
--- /var/tmp/diff_new_pack.WjFIX7/_old  2018-03-04 12:52:35.051634178 +0100
+++ /var/tmp/diff_new_pack.WjFIX7/_new  2018-03-04 12:52:35.055634033 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mixlib-log
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,16 +24,16 @@
 #
 
 Name:   rubygem-mixlib-log
-Version:1.7.1
+Version:2.0.1
 Release:0
 %define mod_name mixlib-log
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.2}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://www.chef.io
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:A gem that provides a simple mixin for log functionality
 License:Apache-2.0

++ mixlib-log-1.7.1.gem -> mixlib-log-2.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-08-12 20:44:41.0 +0200
+++ new/Gemfile 2018-02-28 16:56:16.0 +0100
@@ -5,5 +5,4 @@
 group :development do
   gem "rdoc"
   gem "bundler"
-  gem "rack", "< 2.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-08-12 20:44:41.0 +0200
+++ new/README.md   2018-02-28 16:56:16.0 +0100
@@ -22,7 +22,7 @@
 Log.fatal('wewt')
 ```
 
-By default, `Mixlib::Logger` logs to STDOUT. To alter this, you should call 
+Log.init+, passing any arguments to the standard Ruby Logger. For example:
+By default, `Mixlib::Logger` logs to STDOUT. To alter this, you should call 
`Log.init`, passing any arguments to the standard Ruby Logger. For example:
 
 ```ruby
 Log.init('/tmp/logfile')  # log to /tmp/logfile   
@@ -31,7 +31,11 @@
 
 Enjoy!
 
-## LICENSE:
+## Contributing
+
+For information on contributing to this project see 

+
+## License
 
 - Copyright:: Copyright (c) 2008-2016 Chef Software, Inc.
 - License:: Apache License, Version 2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-08-12 20:44:41.0 +0200
+++ new/Rakefile2018-02-28 16:56:16.0 +0100
@@ -7,7 +7,7 @@
   spec.pattern = "spec/**/*_spec.rb"
 end
 
-task :default => :spec
+task default: [:style, :spec, :features]
 
 # For rubygems-test
 task :test => :spec
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/mixlib/log/child.rb new/lib/mixlib/log/child.rb
--- old/lib/mixlib/log/child.rb 1970-01-01 01:00:00.0 +0100
+++ new/lib/mixlib/log/child.rb 2018-02-28 16:56:16.0 +0100
@@ -0,0 +1,61 @@
+#
+# Copyright:: Copyright (c) 2018 Chef Software, Inc.
+# License:: Apache License, Version 2.0
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to

commit openclonk for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package openclonk for openSUSE:Factory 
checked in at 2018-03-04 12:52:02

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


Package is "openclonk"

Sun Mar  4 12:52:02 2018 rev:2 rq:582200 version:7.0

Changes:

--- /work/SRC/openSUSE:Factory/openclonk/openclonk.changes  2017-01-25 
23:16:53.897021218 +0100
+++ /work/SRC/openSUSE:Factory/.openclonk.new/openclonk.changes 2018-03-04 
12:52:42.371367454 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 19:13:39 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove pkgconfig(libpng12) from buildrequires, indirectly
+  pulled libpng16 was used instead, change it to default libpng.
+
+---



Other differences:
--
++ openclonk.spec ++
--- /var/tmp/diff_new_pack.eeqmyc/_old  2018-03-04 12:52:44.275298077 +0100
+++ /var/tmp/diff_new_pack.eeqmyc/_new  2018-03-04 12:52:44.295297349 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openclonk
 #
-# 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
@@ -20,7 +20,7 @@
 Version:7.0
 Release:0
 Summary:Fast-paced 2D genre mix
-License:ISC and CC-BY-3.0
+License:ISC AND CC-BY-3.0
 Group:  Amusements/Games/Action/Other
 Url:http://www.openclonk.org/
 Source: 
http://www.openclonk.org/builds/release/%{version}/%{name}-%{version}-src.tar.bz2
@@ -47,7 +47,7 @@
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
-BuildRequires:  pkgconfig(libpng12)
+BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libupnp)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(sdl)




commit openQA for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2018-03-04 12:51:47

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


Package is "openQA"

Sun Mar  4 12:51:47 2018 rev:13 rq:582130 version:4.5.1519929327.f726adcc

Changes:

--- /work/SRC/openSUSE:Factory/openQA/openQA.changes2018-02-20 
17:59:16.437394394 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new/openQA.changes   2018-03-04 
12:52:20.776154368 +0100
@@ -1,0 +2,17 @@
+Sat Mar 03 05:29:00 UTC 2018 - co...@suse.com
+
+- Update to version 4.5.1519929327.f726adcc:
+  * Enable wrapping cells in overview table (#1591)
+  * Perltidy
+  * Protect during collected unsubscription
+  * Prevent to determine job status from collected event when timout expires
+  * Remove check backend timer
+  * Fix check_backend detection
+  * cpanfile: require at least Mojo::IOLoop::ReadWriteProcess 0.19
+  * Adapt jobs tests - we are not dying anymore
+  * Don't fear the (sub)reaper
+  * Add AMQP doc
+  * Lock tidy version
+  * Make prove verbose
+
+---

Old:

  openQA-4.5.1519128406.810fb68b.tar.xz

New:

  openQA-4.5.1519929327.f726adcc.tar.xz



Other differences:
--
++ openQA.spec ++
--- /var/tmp/diff_new_pack.m948Lj/_old  2018-03-04 12:52:22.248100731 +0100
+++ /var/tmp/diff_new_pack.m948Lj/_new  2018-03-04 12:52:22.248100731 +0100
@@ -36,7 +36,7 @@
 # runtime requirements that also the testsuite needs
 %define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) 
perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) 
perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) 
perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) 
perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) 
perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) 
perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) 
perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) 
perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) 
perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) 
perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess)
 Name:   openQA
-Version:4.5.1519128406.810fb68b
+Version:4.5.1519929327.f726adcc
 Release:0
 Summary:The openQA web-frontend, scheduler and tools
 License:GPL-2.0+


++ openQA-4.5.1519128406.810fb68b.tar.xz -> 
openQA-4.5.1519929327.f726adcc.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openQA-4.5.1519128406.810fb68b/Makefile 
new/openQA-4.5.1519929327.f726adcc/Makefile
--- old/openQA-4.5.1519128406.810fb68b/Makefile 2018-02-20 13:06:46.0 
+0100
+++ new/openQA-4.5.1519929327.f726adcc/Makefile 2018-03-01 19:35:27.0 
+0100
@@ -1,4 +1,4 @@
-PROVE_ARGS ?= -r
+PROVE_ARGS ?= -r -v
 
 .PHONY: all
 all:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openQA-4.5.1519128406.810fb68b/assets/stylesheets/overview.scss 
new/openQA-4.5.1519929327.f726adcc/assets/stylesheets/overview.scss
--- old/openQA-4.5.1519128406.810fb68b/assets/stylesheets/overview.scss 
2018-02-20 13:06:46.0 +0100
+++ new/openQA-4.5.1519929327.f726adcc/assets/stylesheets/overview.scss 
2018-03-01 19:35:27.0 +0100
@@ -12,10 +12,6 @@
 
 .table.overview {
 table-layout: fixed;
-
-td {
-white-space: nowrap;
-}
 }
 
 #summary .badge {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openQA-4.5.1519128406.810fb68b/cpanfile 
new/openQA-4.5.1519929327.f726adcc/cpanfile
--- old/openQA-4.5.1519128406.810fb68b/cpanfile 2018-02-20 13:06:46.0 
+0100
+++ new/openQA-4.5.1519929327.f726adcc/cpanfile 2018-03-01 19:35:27.0 
+0100
@@ -48,7 +48,7 @@
 requires 'Mojo::Base';
 requires 'Mojo::ByteStream';
 requires 'Mojo::IOLoop';
-requires 'Mojo::IOLoop::ReadWriteProcess';
+requires 'Mojo::IOLoop::ReadWriteProcess', '0.19';
 requires 'Mojo::JSON';
 requires 'Mojo::RabbitMQ::Client';
 requires 'Mojo::URL';
@@ -91,7 +91,7 @@
 
 on 'test' => sub {
   requires 'Perl::Critic';
-  requires 'Perl::Tidy', '>= 20171214';
+  requires 'Perl::Tidy', '>= 20180101, != 20180219';
   requires 'Selenium::Remote::Driver', '>= 1.23';
   requires 'Test::Compile';
   requires 'Test::Fatal';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openQA-4.5.1519128406.810fb68b/docs/Installing.asciidoc 
new/openQA-4.5.1519929327.f726adcc

commit synergy for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package synergy for openSUSE:Factory checked 
in at 2018-03-04 12:52:13

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


Package is "synergy"

Sun Mar  4 12:52:13 2018 rev:19 rq:582290 version:1.8.8

Changes:

--- /work/SRC/openSUSE:Factory/synergy/synergy.changes  2018-02-27 
17:00:10.835223388 +0100
+++ /work/SRC/openSUSE:Factory/.synergy.new/synergy.changes 2018-03-04 
12:52:51.531033687 +0100
@@ -1,0 +2,6 @@
+Sat Feb 24 21:23:39 UTC 2018 - robert.munte...@gmail.com
+
+- Add add-support-for-latin-s-and-t-with-comma-below.patch,
+  submitted upstream at https://github.com/symless/synergy-core/pull/6261 
+
+---

New:

  add-support-for-latin-s-and-t-with-comma-below.patch



Other differences:
--
++ synergy.spec ++
--- /var/tmp/diff_new_pack.5D3Cto/_old  2018-03-04 12:52:52.319004975 +0100
+++ /var/tmp/diff_new_pack.5D3Cto/_new  2018-03-04 12:52:52.323004829 +0100
@@ -22,7 +22,7 @@
 Summary:Mouse, keyboard and clipboard sharing utility
 License:GPL-2.0+
 Group:  System/X11/Utilities
-URL:http://synergy-project.org/
+Url:http://synergy-project.org/
 Source0:
https://github.com/symless/synergy/archive/v%{version}-stable.tar.gz
 Source1:synergy-firewall-services
 Source2:qsynergy.desktop
@@ -30,6 +30,8 @@
 Source4:synergys.socket
 Source5:synergys.service
 Patch1: 0001-OpenSSL-1.1.0-build-fix.patch
+# PATCH-FIX-UPSTREAM add-support-for-latin-s-and-t-with-comma-below.patch
+Patch2: add-support-for-latin-s-and-t-with-comma-below.patch
 # patches from Gentoo (taken from Mageia)
 Patch11:synergy-1.5.0-pthread.patch
 Patch14:synergy-1.5.0-disable-version-check.patch
@@ -82,6 +84,7 @@
 %prep
 %setup -q -n %{name}-%{version}-stable
 %patch1 -p1
+%patch2 -p1
 %patch11 -p1
 %patch14 -p1
 cp %{SOURCE2} .

++ add-support-for-latin-s-and-t-with-comma-below.patch ++
>From dfb8d1501062b229c10bdc30a9fda2098e349519 Mon Sep 17 00:00:00 2001
From: Robert Munteanu 
Date: Sat, 24 Feb 2018 23:13:43 +0200
Subject: [PATCH] Add support for latin 's' and 't' with comma below

These codes were not supported at all, presumably due to being introduced
only in Unicode 3.0.
---
 src/lib/platform/XWindowsUtil.cpp | 4 
 1 file changed, 4 insertions(+)

diff --git a/src/lib/platform/XWindowsUtil.cpp 
b/src/lib/platform/XWindowsUtil.cpp
index f9dd93f19..41c695263 100644
--- a/src/lib/platform/XWindowsUtil.cpp
+++ b/src/lib/platform/XWindowsUtil.cpp
@@ -933,6 +933,10 @@ struct codepair {
 { XK_oe,  0x0153 }, /* LATIN SMALL LIGATURE OE */
 { XK_Ydiaeresis,  0x0178 }, /* LATIN CAPITAL LETTER Y WITH 
DIAERESIS */
 { XK_EuroSign,0x20ac }, /* EURO SIGN */
+{ 0x1000218,  0x0218},  /* LATIN CAPITAL LETTER S WITH 
COMMA BELOW */
+{ 0x1000219,  0x0219},  /* LATIN SMALL LETTER S WITH COMMA 
BELOW */
+{ 0x100021a,  0x021a},  /* LATIN CAPITAL LETTER T WITH 
COMMA BELOW */
+{ 0x100021b,  0x021b},  /* LATIN CAPITAL LETTER T WITH 
COMMA BELOW */
 
 /* combining dead keys */
 { XK_dead_abovedot,   0x0307 }, /* COMBINING DOT ABOVE */




commit python-geoip2 for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-geoip2 for openSUSE:Factory 
checked in at 2018-03-04 12:52:10

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


Package is "python-geoip2"

Sun Mar  4 12:52:10 2018 rev:3 rq:582255 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-geoip2/python-geoip2.changes  
2017-11-04 19:30:42.198020889 +0100
+++ /work/SRC/openSUSE:Factory/.python-geoip2.new/python-geoip2.changes 
2018-03-04 12:52:50.559069104 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:36:30 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module for Requires
+
+---



Other differences:
--
++ python-geoip2.spec ++
--- /var/tmp/diff_new_pack.M1UafT/_old  2018-03-04 12:52:51.379039226 +0100
+++ /var/tmp/diff_new_pack.M1UafT/_new  2018-03-04 12:52:51.383039080 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-geoip2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,8 +29,8 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-Requires:   %{python_module maxminddb >= 1.2.1}
-Requires:   %{python_module requests >= 2.9}
+Requires:   python-maxminddb >= 1.2.1
+Requires:   python-requests >= 2.9
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module maxminddb >= 1.2.1}




commit python-toro for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-toro for openSUSE:Factory 
checked in at 2018-03-04 12:52:43

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


Package is "python-toro"

Sun Mar  4 12:52:43 2018 rev:2 rq:582331 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-toro/python-toro.changes  2017-08-28 
15:17:46.407598074 +0200
+++ /work/SRC/openSUSE:Factory/.python-toro.new/python-toro.changes 
2018-03-04 12:53:10.538341092 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:42:56 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module for Requires
+
+---



Other differences:
--
++ python-toro.spec ++
--- /var/tmp/diff_new_pack.2RpYIn/_old  2018-03-04 12:53:11.678299554 +0100
+++ /var/tmp/diff_new_pack.2RpYIn/_new  2018-03-04 12:53:11.678299554 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-toro
 #
-# 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
@@ -34,7 +34,7 @@
 %if %{with test}
 BuildRequires:  %{python_module certifi}
 %endif
-Requires:   %{python_module tornado >= 3}
+Requires:   python-tornado >= 3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit haproxy for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2018-03-04 12:52:48

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


Package is "haproxy"

Sun Mar  4 12:52:48 2018 rev:56 rq:582332 version:1.8.4

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2018-02-09 
15:51:23.679098193 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2018-03-04 
12:53:11.858292996 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 16:37:25 UTC 2018 - kgronl...@suse.com
+
+- Ensure haproxy home directory is not world readable (bsc#1077716) 
+
+---



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.fJ8MAE/_old  2018-03-04 12:53:12.466270842 +0100
+++ /var/tmp/diff_new_pack.fJ8MAE/_new  2018-03-04 12:53:12.470270696 +0100
@@ -163,7 +163,7 @@
 %{__ln_s} -f %{_sysconfdir}/init.d/%{pkg_name} 
%{buildroot}%{_sbindir}/rc%{pkg_name}
 %endif
 
-install -d -m 0755  %{buildroot}%{pkg_home}
+install -d -m 0750  %{buildroot}%{pkg_home}
 install -D -m 0644 examples/haproxy.vim 
%{buildroot}%{vim_data_dir}/syntax/%{pkg_name}.vim
 install -D -m 0644 doc/%{pkg_name}.1
%{buildroot}%{_mandir}/man1/%{pkg_name}.1
 %if %{with apparmor}




commit python-zict for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-zict for openSUSE:Factory 
checked in at 2018-03-04 12:52:34

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


Package is "python-zict"

Sun Mar  4 12:52:34 2018 rev:2 rq:582329 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-zict/python-zict.changes  2018-02-27 
16:59:59.271641199 +0100
+++ /work/SRC/openSUSE:Factory/.python-zict.new/python-zict.changes 
2018-03-04 12:53:04.122574870 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:20:21 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module in requires
+
+---



Other differences:
--
++ python-zict.spec ++
--- /var/tmp/diff_new_pack.fxHDY2/_old  2018-03-04 12:53:05.566522256 +0100
+++ /var/tmp/diff_new_pack.fxHDY2/_new  2018-03-04 12:53:05.570522110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zict
 #
-# 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
@@ -34,7 +34,7 @@
 BuildRequires:  %{python_module HeapDict}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:   %{python_module HeapDict}
+Requires:   python-HeapDict
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit zopfli for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package zopfli for openSUSE:Factory checked 
in at 2018-03-04 12:52:51

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


Package is "zopfli"

Sun Mar  4 12:52:51 2018 rev:8 rq:582335 version:1.0.1+git.20170707

Changes:

--- /work/SRC/openSUSE:Factory/zopfli/zopfli.changes2018-02-21 
14:12:43.911466105 +0100
+++ /work/SRC/openSUSE:Factory/.zopfli.new/zopfli.changes   2018-03-04 
12:53:12.670263409 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 11:23:37 UTC 2018 - o...@aepfle.de
+
+- Escape options for date(1) in spec file
+
+---



Other differences:
--
++ zopfli.spec ++
--- /var/tmp/diff_new_pack.wh4bn4/_old  2018-03-04 12:53:13.262241839 +0100
+++ /var/tmp/diff_new_pack.wh4bn4/_new  2018-03-04 12:53:13.262241839 +0100
@@ -72,7 +72,7 @@
 %build
 make CFLAGS="%{optflags}" %{?_smp_mflags} libzopfli libzopflipng zopfli 
zopflipng
 # help2man since 1.47.1 respects SOURCE_DATE_EPOCH
-export SOURCE_DATE_EPOCH=`echo %{version} | sed -e 's/.*git\.//' | date 
-f/dev/stdin +%s`
+export SOURCE_DATE_EPOCH=`echo %{version} | sed -e 's/.*git\.//' | date 
-f/dev/stdin +%%s`
 help2man --help-option="-h" --version-string=%{version} --no-info 
--no-discard-stderr ./%{name} > %{name}.1
 help2man --help-option="-h" --version-string=%{version} --no-info 
--no-discard-stderr ./%{pngname} > %{pngname}.1
 




commit nftables for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package nftables for openSUSE:Factory 
checked in at 2018-03-04 12:52:22

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


Package is "nftables"

Sun Mar  4 12:52:22 2018 rev:11 rq:582292 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/nftables/nftables.changes2018-02-05 
10:53:25.851128894 +0100
+++ /work/SRC/openSUSE:Factory/.nftables.new/nftables.changes   2018-03-04 
12:52:57.066831971 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 22:59:01 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 0.8.3
+  * raw payload support to match headers that do not yet have
+received a mnemonic.
+
+---

Old:

  nftables-0.8.2.tar.bz2
  nftables-0.8.2.tar.bz2.sig

New:

  nftables-0.8.3.tar.bz2
  nftables-0.8.3.tar.bz2.sig



Other differences:
--
++ nftables.spec ++
--- /var/tmp/diff_new_pack.Sx4kJ9/_old  2018-03-04 12:52:59.438745542 +0100
+++ /var/tmp/diff_new_pack.Sx4kJ9/_new  2018-03-04 12:52:59.442745396 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   nftables
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Userspace utility to access the nf_tables packet filter
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Security
 Url:http://netfilter.org/projects/nftables/
 
@@ -41,15 +41,15 @@
 BuildRequires:  pkgconfig(xtables) >= 1.6.0
 
 %description
-nf_tables is the new firewalling infrastructure in the Linux kernel,
-intended to replace ip_tables, ip6_tables, arp_tables and ebtables in
-the long term. nftables is the corresponsing userspace frontend,
-replacing their respective userspace utilities.
+nf_tables is a new firewalling mechanism in the Linux kernel, running
+independently of, and thus parallel to, ip_tables, ip6_tables,
+arp_tables and ebtables. nftables is the corresponsing userspace
+frontend.
 
 nftables features native support for sets and dictionaries of
 arbitrary types, support for many different protocols, meta data
-types, connection tracking, NAT, logging, atomic incremental and full
-ruleset updates.
+types, connection tracking, NAT setup, logging, atomic incremental
+and full ruleset updates.
 
 %prep
 %setup -q
@@ -72,7 +72,6 @@
 
 %files
 %defattr(-,root,root)
-%config %_sysconfdir/nftables
 %_sbindir/nft
 %_mandir/man8/nft*
 %doc COPYING

++ nftables-0.8.2.tar.bz2 -> nftables-0.8.3.tar.bz2 ++
 25145 lines of diff (skipped)




commit python-nose_warnings_filters for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-nose_warnings_filters for 
openSUSE:Factory checked in at 2018-03-04 12:52:39

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


Package is "python-nose_warnings_filters"

Sun Mar  4 12:52:39 2018 rev:2 rq:582330 version:0.1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-nose_warnings_filters/python-nose_warnings_filters.changes
2017-04-14 13:34:50.939745452 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nose_warnings_filters.new/python-nose_warnings_filters.changes
   2018-03-04 12:53:09.138392104 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:39:09 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module for Requires
+
+---



Other differences:
--
++ python-nose_warnings_filters.spec ++
--- /var/tmp/diff_new_pack.McNUxl/_old  2018-03-04 12:53:10.042359165 +0100
+++ /var/tmp/diff_new_pack.McNUxl/_new  2018-03-04 12:53:10.046359019 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nose_warnings_filters
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   %{python_module nose}
+Requires:   python-nose
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 




commit python-autoupgrade-ng for openSUSE:Factory

2018-03-04 Thread root
Hello community,

here is the log from the commit of package python-autoupgrade-ng for 
openSUSE:Factory checked in at 2018-03-04 12:52:30

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


Package is "python-autoupgrade-ng"

Sun Mar  4 12:52:30 2018 rev:2 rq:582328 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-autoupgrade-ng/python-autoupgrade-ng.changes  
2017-06-29 15:02:55.760422564 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-autoupgrade-ng.new/python-autoupgrade-ng.changes
 2018-03-04 12:53:01.306677477 +0100
@@ -1,0 +2,7 @@
+Sat Mar  3 18:33:13 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * don't use python_module for Requires
+
+---



Other differences:
--
++ python-autoupgrade-ng.spec ++
--- /var/tmp/diff_new_pack.THIx6o/_old  2018-03-04 12:53:02.106648327 +0100
+++ /var/tmp/diff_new_pack.THIx6o/_new  2018-03-04 12:53:02.110648182 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-autoupgrade-ng
 #
-# 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
@@ -13,23 +13,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-autoupgrade-ng
 Version:0.3.0
 Release:0
-License:MIT
 Summary:Automatic upgrade of PyPI packages
-Url:https://github.com/vuolter/autoupgrade
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/vuolter/autoupgrade
 Source: 
https://files.pythonhosted.org/packages/source/a/autoupgrade-ng/autoupgrade-ng-%{version}.zip
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  unzip
 BuildRequires:  dos2unix
-Requires:   %{python_module pip}
+BuildRequires:  python-rpm-macros
+BuildRequires:  unzip
+Requires:   python-pip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch