commit rfcdiff for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "rfcdiff"

Fri Feb  2 22:23:29 2018 rev:3 rq:572029 version:1.46

Changes:

--- /work/SRC/openSUSE:Factory/rfcdiff/rfcdiff.changes  2017-07-17 
09:09:39.640592719 +0200
+++ /work/SRC/openSUSE:Factory/.rfcdiff.new/rfcdiff.changes 2018-02-02 
22:23:38.842051777 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 13:37:54 UTC 2018 - astie...@suse.com
+
+- update to 1.46:
+  * navigate chunks without adding the navigation to history
+
+---

Old:

  rfcdiff-1.45.tgz

New:

  rfcdiff-1.46.tgz



Other differences:
--
++ rfcdiff.spec ++
--- /var/tmp/diff_new_pack.FHcBHs/_old  2018-02-02 22:23:39.466022650 +0100
+++ /var/tmp/diff_new_pack.FHcBHs/_new  2018-02-02 22:23:39.466022650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rfcdiff
 #
-# 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:   rfcdiff
-Version:1.45
+Version:1.46
 Release:0
 Summary:Draft Diff Tool
 License:GPL-2.0+
@@ -26,7 +26,6 @@
 Source: https://tools.ietf.org/tools/rfcdiff/%{name}-%{version}.tgz
 Source2:https://tools.ietf.org/tools/rfcdiff/distinfo
 BuildRequires:  txt2man
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -52,7 +51,6 @@
 install -p -m 0644 %{name}.1.gz %{buildroot}%{_mandir}/man1/
 
 %files
-%defattr(-,root,root)
 %doc changelog copyright
 %{_bindir}/*
 %{_mandir}/man*/*

++ distinfo ++
--- /var/tmp/diff_new_pack.FHcBHs/_old  2018-02-02 22:23:39.502020970 +0100
+++ /var/tmp/diff_new_pack.FHcBHs/_new  2018-02-02 22:23:39.502020970 +0100
@@ -25,3 +25,6 @@
 MD5 (archive/rfcdiff-1.45.tgz) = ff3b19963bf10790a5d2395d95a51e7c
 SHA256 (archive/rfcdiff-1.45.tgz) = 
82e449b7ee887074302b2050e41fc60d4b3bbec8c20e05ce2d7fab81b332771e
 SIZE (archive/rfcdiff-1.45.tgz) = 31117
+MD5 (archive/rfcdiff-1.46.tgz) = d68d5be427e8a375f2958784d4d6
+SHA256 (archive/rfcdiff-1.46.tgz) = 
f4ab321e88b3d76c550545d9adc19b665435929bd8e1d0ed41d4f65eb2f77bcb
+SIZE (archive/rfcdiff-1.46.tgz) = 31290

++ rfcdiff-1.45.tgz -> rfcdiff-1.46.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rfcdiff-1.45/Makefile new/rfcdiff-1.46/Makefile
--- old/rfcdiff-1.45/Makefile   2016-03-27 19:44:05.0 +0200
+++ new/rfcdiff-1.46/Makefile   2017-09-20 23:30:22.0 +0200
@@ -10,9 +10,10 @@
 # Inline the javascript code from ekr in the distribution binary
 $(tool): $(tool).base
python ekr/merge.py $(tool).base $(tool).js $(tool)
+   chmod +x $(tool)
 
 upload::
-   echo -e "\n\
+   echo "\n\
Hi,\n\
\n\
This is an automatic notification about a new $(tool) version, 
v$(version),\n\
@@ -28,4 +29,5 @@
Regards,\n\
\n\
Henrik\n\
-   " | mail -s "New $(tool) release: v$(version)" hen...@levkowetz.com -c 
hobbes1...@gmail.com
+   " | mail -s "New $(tool) release: v$(version)" hen...@levkowetz.com -c 
g...@amsl.com mlar...@amsl.com
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rfcdiff-1.45/changelog new/rfcdiff-1.46/changelog
--- old/rfcdiff-1.45/changelog  2016-03-27 19:36:44.0 +0200
+++ new/rfcdiff-1.46/changelog  2017-10-18 13:36:51.0 +0200
@@ -1,3 +1,12 @@
+rfcdiff (1.46)
+
+  * Tweaked the makefile to notify Glen and Matt on release of new versions.
+
+  * Added a tweak from e...@rtfm.com to navigate chunks without adding the
+navigation to history.
+
+ -- Henrik Levkowetz   18 Oct 2017 13:36:34 +0100
+
 rfcdiff (1.45)
 
   * Added javascript support for moving to next and previous diff chunk with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rfcdiff-1.45/control new/rfcdiff-1.46/control
--- old/rfcdiff-1.45/control2016-03-27 19:45:25.0 +0200
+++ new/rfcdiff-1.46/control2017-10-18 13:43:02.0 +0200
@@ -1,5 +1,5 @@
 Repository: rfcdiff
-Version: 1.45
+Version: 1.46
 Section: text
 Priority: optional
 Maintainer: Henrik Levkowetz 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rfcdiff-1.45/rfcdiff 

commit yast2-isns for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-isns for openSUSE:Factory 
checked in at 2018-02-02 22:23:32

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


Package is "yast2-isns"

Fri Feb  2 22:23:32 2018 rev:33 rq:572034 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-isns/yast2-isns.changes2016-06-07 
23:50:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-isns.new/yast2-isns.changes   
2018-02-02 22:23:39.670013129 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 08:24:23 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.0
+
+---

Old:

  yast2-isns-3.1.7.tar.bz2

New:

  yast2-isns-4.0.0.tar.bz2



Other differences:
--
++ yast2-isns.spec ++
--- /var/tmp/diff_new_pack.85GcUE/_old  2018-02-02 22:23:40.269985122 +0100
+++ /var/tmp/diff_new_pack.85GcUE/_new  2018-02-02 22:23:40.273984935 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-isns
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   yast2-isns
-Version:3.1.7
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2

++ yast2-isns-3.1.7.tar.bz2 -> yast2-isns-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-3.1.7/.travis.yml 
new/yast2-isns-4.0.0/.travis.yml
--- old/yast2-isns-3.1.7/.travis.yml2016-06-07 10:54:03.989980484 +0200
+++ new/yast2-isns-4.0.0/.travis.yml2018-02-02 15:02:55.0 +0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-isns-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-isns-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-isns-3.1.7/CONTRIBUTING.md 
new/yast2-isns-4.0.0/CONTRIBUTING.md
--- old/yast2-isns-3.1.7/CONTRIBUTING.md2016-06-07 10:54:04.001980484 
+0200
+++ new/yast2-isns-4.0.0/CONTRIBUTING.md2018-02-02 15:02:55.0 
+0100
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
 When creating a bug report, please follow our [bug reporting
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need 

commit yast2-tftp-server for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-tftp-server for 
openSUSE:Factory checked in at 2018-02-02 22:23:39

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


Package is "yast2-tftp-server"

Fri Feb  2 22:23:39 2018 rev:30 rq:572101 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-tftp-server/yast2-tftp-server.changes  
2016-06-13 21:55:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-tftp-server.new/yast2-tftp-server.changes 
2018-02-02 22:23:43.437837247 +0100
@@ -1,0 +2,7 @@
+Fri Feb  2 14:24:30 UTC 2018 - jreidin...@suse.com
+
+- switch from xinetd to systemd socket activation (fate#323373)
+- switch from SuSEFirewall to firewalld (fate#323460)
+- 4.0.0
+
+---

Old:

  yast2-tftp-server-3.1.3.tar.bz2

New:

  yast2-tftp-server-4.0.0.tar.bz2



Other differences:
--
++ yast2-tftp-server.spec ++
--- /var/tmp/diff_new_pack.OnMxhZ/_old  2018-02-02 22:23:44.453789823 +0100
+++ /var/tmp/diff_new_pack.OnMxhZ/_new  2018-02-02 22:23:44.457789636 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-tftp-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,26 @@
 
 
 Name:   yast2-tftp-server
-Version:3.1.3
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-BuildRequires:  perl-XML-Writer
+BuildRequires:  augeas-lenses
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  yast2-testsuite
-# SuSEfirewall2_* scripts merget into one in yast2-2.23.17
-BuildRequires:  yast2 >= 2.23.17
+# SuSEFirewall2 replace by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
+BuildRequires:  rubygem(%rb_default_ruby_abi:cfa)
+BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
+BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 
-# Wizard::SetDesktopTitleAndIcon
+# SuSEFirewall2 replace by firewalld (fate#323460)
+Requires:   augeas-lenses
 Requires:   lsof
-Requires:   yast2 >= 2.21.22
+Requires:   yast2 >= 4.0.39
+Requires:   rubygem(%rb_default_ruby_abi:cfa)
 
 BuildArch:  noarch
 
@@ -50,11 +54,13 @@
 %prep
 %setup -n %{name}-%{version}
 
+%check
+rake test:unit
+
 %build
-%yast_build
 
 %install
-%yast_install
+rake install DESTDIR="%{buildroot}"
 
 %files
 %defattr(-,root,root)
@@ -62,8 +68,8 @@
 %{yast_yncludedir}/tftp-server/*
 %{yast_clientdir}/tftp-server*.rb
 %{yast_moduledir}/TftpServer.*
+%{yast_libdir}/cfa
 %{yast_desktopdir}/tftp-server.desktop
-%{yast_scrconfdir}/etc_xinetd_d_tftp.scr
 %doc %{yast_docdir}
 
 %changelog

++ yast2-tftp-server-3.1.3.tar.bz2 -> yast2-tftp-server-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tftp-server-3.1.3/.travis.yml 
new/yast2-tftp-server-4.0.0/.travis.yml
--- old/yast2-tftp-server-3.1.3/.travis.yml 2016-06-09 13:20:08.811784095 
+0200
+++ new/yast2-tftp-server-4.0.0/.travis.yml 2018-02-02 18:19:19.0 
+0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-tftp-server-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-tftp-server-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-tftp-server-3.1.3/CONTRIBUTING.md 
new/yast2-tftp-server-4.0.0/CONTRIBUTING.md
--- old/yast2-tftp-server-3.1.3/CONTRIBUTING.md 2016-06-09 13:20:08.811784095 
+0200
+++ new/yast2-tftp-server-4.0.0/CONTRIBUTING.md 2018-02-02 18:19:19.0 
+0100
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow 

commit velum for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "velum"

Fri Feb  2 22:22:55 2018 rev:4 rq:572010 
version:3.0.0+dev+git_r636_348aa62ece758fd9933ade7f585ec04e8d8d32a4

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-02-01 
21:31:46.826359768 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-02-02 
22:23:26.734616949 +0100
@@ -1,0 +2,19 @@
+Fri Feb  2 11:59:45 UTC 2018 - containers-bugow...@suse.de
+
+- Commit b58ccc8 by Maximilian Meister mmeis...@suse.de
+ relax gems
+ 
+ Signed-off-by: Maximilian Meister 
+ 
+ Commit a02e6b9 by Maximilian Meister mmeis...@suse.de
+ use bundler dependency script from darix
+ 
+ also hardcode the native dependencies in the spec template as they likely
+ won't change that often
+ 
+ Signed-off-by: Maximilian Meister 
+
+- patch modifications:
+  + 1_nodev.gem.patch
+
+---

New:

  1_nodev.gem.patch



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.TjxSdz/_old  2018-02-02 22:23:27.322589503 +0100
+++ /var/tmp/diff_new_pack.TjxSdz/_new  2018-02-02 22:23:27.326589316 +0100
@@ -23,7 +23,7 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r633_b8e974fd577e29eb7be871a0cbb661bacb511dc7
+Version:3.0.0+dev+git_r636_348aa62ece758fd9933ade7f585ec04e8d8d32a4
 Release:0
 %define branch master
 Summary:Dashboard for CaasP
@@ -35,6 +35,8 @@
 
 Patch0: 0_set_default_salt_events_alter_time_column_value.rpm.patch
 
+Patch1: 1_nodev.gem.patch
+
 %define velumdir /srv/velum
 
 Requires:   ruby >= 2.1
@@ -54,129 +56,11 @@
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem bundler} >= 1.3.0
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-common-rails
 
-BuildRequires:  %{rubygem rake = 12.2.1}
-
-BuildRequires:  %{rubygem concurrent-ruby = 1.0.5}
-
-BuildRequires:  %{rubygem i18n = 0.9.1}
-
-BuildRequires:  %{rubygem minitest = 5.11.1}
-
-BuildRequires:  %{rubygem thread_safe = 0.3.6}
-
-BuildRequires:  %{rubygem tzinfo = 1.2.4}
-
-BuildRequires:  %{rubygem activesupport = 4.2.10}
-
-BuildRequires:  %{rubygem builder = 3.2.3}
-
-BuildRequires:  %{rubygem erubis = 2.7.0}
-
-BuildRequires:  %{rubygem mini_portile2 = 2.3.0}
-
-BuildRequires:  %{rubygem nokogiri = 1.8.1}
+# fixed gem dependent build requires
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
-
-BuildRequires:  %{rubygem rails-deprecated_sanitizer = 1.0.3}
-
-BuildRequires:  %{rubygem rails-dom-testing = 1.0.9}
-
-BuildRequires:  %{rubygem crass = 1.0.3}
-
-BuildRequires:  %{rubygem loofah = 2.1.1}
-
-BuildRequires:  %{rubygem rails-html-sanitizer = 1.0.3}
-
-BuildRequires:  %{rubygem actionview = 4.2.10}
-
-BuildRequires:  %{rubygem rack = 1.6.8}
-
-BuildRequires:  %{rubygem rack-test = 0.6.3}
-
-BuildRequires:  %{rubygem actionpack = 4.2.10}
-
-BuildRequires:  %{rubygem globalid = 0.4.1}
-
-BuildRequires:  %{rubygem activejob = 4.2.10}
-
-BuildRequires:  %{rubygem mini_mime = 1.0.0}
-
-BuildRequires:  %{rubygem mail = 2.7.0}
-
-BuildRequires:  %{rubygem actionmailer = 4.2.10}
-
-BuildRequires:  %{rubygem activemodel = 4.2.10}
-
-BuildRequires:  %{rubygem arel = 6.0.4}
-
-BuildRequires:  %{rubygem activerecord = 4.2.10}
-
-BuildRequires:  %{rubygem public_suffix = 3.0.1}
-
-BuildRequires:  %{rubygem addressable = 2.5.2}
-
-BuildRequires:  %{rubygem attr_required = 1.0.1}
-
-BuildRequires:  %{rubygem execjs = 2.7.0}
-
-BuildRequires:  %{rubygem autoprefixer-rails = 7.2.3}
-
-BuildRequires:  %{rubygem bcrypt = 3.1.11}
-
-BuildRequires:  %{rubygem bindata = 2.4.1}
-
-BuildRequires:  %{rubygem rb-fsevent = 0.10.2}
-
-BuildRequires:  %{rubygem ffi = 1.9.18}
-BuildRequires:  libffi-devel
-
-BuildRequires:  %{rubygem rb-inotify = 0.9.10}
-
-BuildRequires:  %{rubygem sass-listen = 4.0.0}
-
-BuildRequires:  %{rubygem sass = 3.5.3}
-
-BuildRequires:  %{rubygem bootstrap-sass = 3.3.7}
-
-BuildRequires:  %{rubygem orm_adapter = 0.5.0}
-
-BuildRequires:  %{rubygem thor = 0.20.0}
-
-BuildRequires:  %{rubygem railties = 4.2.10}
-
-BuildRequires:  %{rubygem responders = 2.4.0}
-
-BuildRequires:  %{rubygem warden = 1.2.7}
-
-BuildRequires:  %{rubygem devise = 4.4.0}
-
-BuildRequires:  %{rubygem net-ldap = 0.11}
-
-BuildRequires:  %{rubygem devise_ldap_authenticatable = 0.8.5}
-
-BuildRequires:  %{rubygem font-awesome-rails = 4.7.0.3}
-
-BuildRequires:  %{rubygem gravatar_image_tag = 1.2.0}
-
-BuildRequires:  %{rubygem httpclient = 2.8.3}
-

commit dmtcp for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "dmtcp"

Fri Feb  2 22:23:37 2018 rev:26 rq:572057 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes  2018-01-19 
11:51:27.576597408 +0100
+++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2018-02-02 
22:23:42.441883738 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 10:24:29 UTC 2018 - tchva...@suse.com
+
+- Add patch dmtcp-overflow.patch
+  * This is to not block post-build-checks and run all the scans
+on the resulting package
+
+---

New:

  dmtcp-overflow.patch



Other differences:
--
++ dmtcp.spec ++
--- /var/tmp/diff_new_pack.ATjBCn/_old  2018-02-02 22:23:43.277844716 +0100
+++ /var/tmp/diff_new_pack.ATjBCn/_new  2018-02-02 22:23:43.281844529 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmtcp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Kapil Arya
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,19 +23,13 @@
 Summary:Checkpoint/Restart functionality for Linux processes
 License:LGPL-3.0+
 Group:  System/Packages
-Url:https://github.com/%{name}
+Url:https://github.com/dmtcp/dmtcp
 Source0:https://github.com/%{name}/%{name}/archive/%{version}.tar.gz
-
+Patch0: dmtcp-overflow.patch
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
-BuildRequires:  python-base
-
-# Disable spurious destbufferoverflow warning.
-BuildRequires:  -post-build-checks
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+BuildRequires:  python2-base
 # This package is functional only on i386 and x86_64 architectures.
 ExclusiveArch:  %{ix86} x86_64
 
@@ -63,10 +57,12 @@
 
 %prep
 %setup -q
-sed -i -e 's,enable_option_checking=fatal,enable_option_checking=no,' configure
+%patch0 -p1
 
 %build
-%configure --docdir=%{_docdir}/%{name} --disable-option-checking
+%configure \
+--docdir=%{_docdir}/%{name} \
+--disable-option-checking
 make %{?_smp_mflags}
 
 %check
@@ -78,14 +74,13 @@
 sed -i -e's:\(runTest("syscall-tester"\):pass #\1:' test/autotest.py
 sed -i -e's:\(runTest("file\):pass #\1:' test/autotest.py
 sed -i -e's:\(runTest("posix-mq\):pass #\1:' test/autotest.py
-make AUTOTEST="--retry-once" check || :
+make %{?_smp_mflags} AUTOTEST="--retry-once" check || :
 %endif
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/dmtcp_*
 %{_bindir}/mtcp_restart
 %{_libdir}/%{name}
@@ -93,7 +88,6 @@
 %{_docdir}/%{name}
 
 %files -n dmtcp-devel
-%defattr(-,root,root,-)
 %{_includedir}/dmtcp.h
 
 %changelog

++ dmtcp-overflow.patch ++
Index: dmtcp-2.5.2/jalib/jsocket.cpp
===
--- dmtcp-2.5.2.orig/jalib/jsocket.cpp
+++ dmtcp-2.5.2/jalib/jsocket.cpp
@@ -175,7 +175,7 @@ bool jalib::JSocket::connect ( const  st
   struct sockaddr_storage addrbuf;
   memset ( ,0,sizeof ( addrbuf ) );
   JASSERT ( addrlen <= sizeof ( addrbuf ) ) ( addrlen ) ( sizeof ( addrbuf ) );
-  memcpy ( ,addr,addrlen );
+  memcpy ( ,addr,addrlen+1 );
   JWARNING ( addrlen == sizeof ( sockaddr_in ) ) ( addrlen )
   ( sizeof ( sockaddr_in ) ).Text ( "may not be correct socket type" );
   if (port != -1) {



commit icingaweb2-module-director for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package icingaweb2-module-director for 
openSUSE:Factory checked in at 2018-02-02 22:23:34

Comparing /work/SRC/openSUSE:Factory/icingaweb2-module-director (Old)
 and  /work/SRC/openSUSE:Factory/.icingaweb2-module-director.new (New)


Package is "icingaweb2-module-director"

Fri Feb  2 22:23:34 2018 rev:4 rq:572052 version:1.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/icingaweb2-module-director/icingaweb2-module-director.changes
2018-01-17 21:55:35.274865339 +0100
+++ 
/work/SRC/openSUSE:Factory/.icingaweb2-module-director.new/icingaweb2-module-director.changes
   2018-02-02 22:23:41.009950581 +0100
@@ -1,0 +2,13 @@
+Fri Jan 02 10:38:39 UTC 2018 - adamradovit...@hotmail.com
+
+- update to 1.4.3
+  * Fixed issues
+- You can find issues and feature requests related to this 
+  release on our roadmap
+  * User Interface
+- FIX: Pagination used to be broken for some tables (#1273)
+  * Automation
+- FIX: API calls changing only object relations and no "real"
+  property resulted in no change at all (#1315)
+
+---

Old:

  v1.4.2.tar.gz

New:

  v1.4.3.tar.gz



Other differences:
--
++ icingaweb2-module-director.spec ++
--- /var/tmp/diff_new_pack.SREBJt/_old  2018-02-02 22:23:41.841911745 +0100
+++ /var/tmp/diff_new_pack.SREBJt/_new  2018-02-02 22:23:41.845911558 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   icingaweb2-module-director
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Config module for Icinga Web 2
 License:GPL-2.0+

++ v1.4.2.tar.gz -> v1.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/icingaweb2-module-director-1.4.2/doc/82-Changelog.md 
new/icingaweb2-module-director-1.4.3/doc/82-Changelog.md
--- old/icingaweb2-module-director-1.4.2/doc/82-Changelog.md2017-11-10 
10:04:12.0 +0100
+++ new/icingaweb2-module-director-1.4.3/doc/82-Changelog.md2018-01-23 
10:18:26.0 +0100
@@ -4,6 +4,19 @@
 Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
 before switching to a new version.
 
+1.4.3
+-
+### Fixed issues
+* You can find issues and feature requests related to this release on our
+  
[roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/13?closed=1)
+
+### User Interface
+* FIX: Pagination used to be broken for some tables (#1273)
+
+### Automation
+* FIX: API calls changing only object relations and no "real" property resulted
+  in no change at all (#1315)
+
 1.4.2
 -
 ### Fixed issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icingaweb2-module-director-1.4.2/library/Director/Objects/IcingaObject.php 
new/icingaweb2-module-director-1.4.3/library/Director/Objects/IcingaObject.php
--- 
old/icingaweb2-module-director-1.4.2/library/Director/Objects/IcingaObject.php  
2017-11-10 10:04:12.0 +0100
+++ 
new/icingaweb2-module-director-1.4.3/library/Director/Objects/IcingaObject.php  
2018-01-23 10:18:26.0 +0100
@@ -512,7 +512,15 @@
 if (parent::hasBeenModified()) {
 return true;
 }
-$this->resolveUnresolvedRelatedProperties();
+
+if ($this->hasUnresolvedRelatedProperties()) {
+$this->resolveUnresolvedRelatedProperties();
+
+// Duplicates above code, but this makes it faster:
+if (parent::hasBeenModified()) {
+return true;
+}
+}
 
 if ($this->supportsCustomVars() && $this->vars !== null && 
$this->vars()->hasBeenModified()) {
 return true;
@@ -552,6 +560,11 @@
 return false;
 }
 
+protected function hasUnresolvedRelatedProperties()
+{
+return ! empty($this->unresolvedRelatedProperties);
+}
+
 protected function hasUnresolvedRelatedProperty($name)
 {
 return array_key_exists($name, $this->unresolvedRelatedProperties);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/icingaweb2-module-director-1.4.2/library/vendor/ipl/Data/SimpleQueryPaginationAdapter.php
 
new/icingaweb2-module-director-1.4.3/library/vendor/ipl/Data/SimpleQueryPaginationAdapter.php
--- 
old/icingaweb2-module-director-1.4.2/library/vendor/ipl/Data/SimpleQueryPaginationAdapter.php
   2017-11-10 10:04:12.0 +0100
+++ 
new/icingaweb2-module-director-1.4.3/library/vendor/ipl/Data/SimpleQueryPaginationAdapter.php
   2018-01-23 10:18:26.0 +0100
@@ -56,7 +56,7 @@
 
 public 

commit chromium for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2018-02-02 22:22:35

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


Package is "chromium"

Fri Feb  2 22:22:35 2018 rev:177 rq:571997 version:64.0.3282.140

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2018-01-30 
15:43:08.582136086 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2018-02-02 
22:23:13.659227303 +0100
@@ -1,0 +2,14 @@
+Fri Feb  2 11:16:23 UTC 2018 - tchva...@suse.com
+
+- Version update to 64.0.3282.140 bsc#1079021:
+  * Various asan fixes bsc#1078463 CVE-2018-6406
+
+---
+Fri Feb  2 10:43:48 UTC 2018 - dims...@opensuse.org
+
+- Eliminate build dependency on procps: we only used it to run
+  'free', in order to find out how much RAM we have available. We
+  can get this information directly from the kernel, from
+  /proc/meminfo.
+
+---

Old:

  chromium-64.0.3282.119.tar.xz

New:

  chromium-64.0.3282.140.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.h5mYiw/_old  2018-02-02 22:23:26.226640661 +0100
+++ /var/tmp/diff_new_pack.h5mYiw/_new  2018-02-02 22:23:26.230640474 +0100
@@ -41,7 +41,7 @@
 %bcond_with system_vpx
 %bcond_with clang
 Name:   chromium
-Version:64.0.3282.119
+Version:64.0.3282.140
 Release:0
 Summary:Google's open source browser project
 License:BSD-3-Clause AND LGPL-2.1+
@@ -105,7 +105,6 @@
 %endif
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
-BuildRequires:  procps
 BuildRequires:  python
 BuildRequires:  re2-devel
 BuildRequires:  snappy-devel
@@ -466,12 +465,12 @@
 # do not eat all memory
 ninjaproc="%{?jobs:%{jobs}}"
 echo "Available memory:"
-free
+cat /proc/meminfo
 echo "System limits:"
 ulimit -a
 if test -n "$ninjaproc" -a "$ninjaproc" -gt 1 ; then
-mem_per_process=1300
-max_mem=`LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p"`
+mem_per_process=130
+max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo)
 max_jobs="$(($max_mem / $mem_per_process))"
 test "$ninjaproc" -gt "$max_jobs" && ninjaproc="$max_jobs" && echo 
"Warning: Reducing number of jobs to $max_jobs because of memory limits"
 test "$ninjaproc" -le 0 && ninjaproc=1 && echo "Warning: Do not use the 
parallel build at all becuse of memory limits"

++ chromium-64.0.3282.119.tar.xz -> chromium-64.0.3282.140.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-64.0.3282.119.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-64.0.3282.140.tar.xz differ: 
char 27, line 2




commit python-boto for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2018-02-02 22:23:07

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


Package is "python-boto"

Fri Feb  2 22:23:07 2018 rev:43 rq:572017 version:2.48.0

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2017-08-23 
11:55:04.387527185 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2018-02-02 22:23:31.282404659 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 12:45:53 UTC 2018 - tchva...@suse.com
+
+- Drop the doc subpkg, docu is on the web anyway and it fails to
+  build
+
+---

Old:

  python-boto-doc.changes
  python-boto-doc.spec



Other differences:
--
++ python-boto.spec ++
--- /var/tmp/diff_new_pack.2rtpiO/_old  2018-02-02 22:23:32.218360970 +0100
+++ /var/tmp/diff_new_pack.2rtpiO/_new  2018-02-02 22:23:32.222360783 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-boto
 #
-# 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




commit jsmn for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "jsmn"

Fri Feb  2 22:23:24 2018 rev:3 rq:572026 version:20180125

Changes:

--- /work/SRC/openSUSE:Factory/jsmn/jsmn.changes2017-04-06 
11:01:04.012770320 +0200
+++ /work/SRC/openSUSE:Factory/.jsmn.new/jsmn.changes   2018-02-02 
22:23:36.726150547 +0100
@@ -1,0 +2,6 @@
+Fri Feb 02 13:32:07 UTC 2018 - astie...@suse.com
+
+- Update to version 20180125:
+  * developer visible changes only
+
+---

Old:

  jsmn-20161012.tar.xz

New:

  jsmn-20180125.tar.xz



Other differences:
--
++ jsmn.spec ++
--- /var/tmp/diff_new_pack.KqnwiH/_old  2018-02-02 22:23:37.474115632 +0100
+++ /var/tmp/diff_new_pack.KqnwiH/_new  2018-02-02 22:23:37.478115445 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jsmn
 #
-# 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:   jsmn
-Version:20161012
+Version:20180125
 Release:0
 Summary:Minimalistic JSON parser library in C
 License:MIT
@@ -26,7 +26,6 @@
 Source: %{name}-%{version}.tar.xz
 Source2:CMakeLists.txt
 BuildRequires:  cmake
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 jsmn (pronounced like ‘jasmine’) is a minimalistic JSON parser in C with a
@@ -67,13 +66,11 @@
 %postun -n libjsmn0 -p /sbin/ldconfig
 
 %files -n libjsmn0
-%defattr(-,root,root)
 %doc LICENSE README.md
 %{_libdir}/libjsmn.so.0
 %{_libdir}/libjsmn.so.0.0.0
 
 %files devel
-%defattr(-,root,root)
 %doc LICENSE README.md example/
 %{_includedir}/jsmn.h
 %{_libdir}/libjsmn.so

++ _servicedata ++
--- /var/tmp/diff_new_pack.KqnwiH/_old  2018-02-02 22:23:37.542112458 +0100
+++ /var/tmp/diff_new_pack.KqnwiH/_new  2018-02-02 22:23:37.546112272 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/zserge/jsmn.git
-  1682c32e9ae5990ddd0f0e907270a0f6dde5cbe9
\ No newline at end of file
+  f276e23a74f6a2f4342cf2094d99d869408512e9
\ No newline at end of file

++ jsmn-20161012.tar.xz -> jsmn-20180125.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsmn-20161012/.travis.yml 
new/jsmn-20180125/.travis.yml
--- old/jsmn-20161012/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/jsmn-20180125/.travis.yml   2018-01-25 21:49:10.0 +0100
@@ -0,0 +1,4 @@
+language: c
+sudo: false
+script:
+  - make test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsmn-20161012/README.md new/jsmn-20180125/README.md
--- old/jsmn-20161012/README.md 2016-10-12 11:09:07.0 +0200
+++ new/jsmn-20180125/README.md 2018-01-25 21:49:10.0 +0100
@@ -1,7 +1,8 @@
-
 JSMN
 
 
+[![Build 
Status](https://travis-ci.org/zserge/jsmn.svg?branch=master)](https://travis-ci.org/zserge/jsmn)
+
 jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C.  It can be
 easily integrated into resource-limited or embedded projects.
 
@@ -152,9 +153,9 @@
 * `JSMN_ERROR_NOMEM` - not enough tokens, JSON string is too large
 * `JSMN_ERROR_PART` - JSON string is too short, expecting more JSON data
 
-If you get `JSON_ERROR_NOMEM`, you can re-allocate more tokens and call
+If you get `JSMN_ERROR_NOMEM`, you can re-allocate more tokens and call
 `jsmn_parse` once more.  If you read json data from the stream, you can
-periodically call `jsmn_parse` and check if return value is `JSON_ERROR_PART`.
+periodically call `jsmn_parse` and check if return value is `JSMN_ERROR_PART`.
 You will get this error until you reach the end of JSON data.
 
 Other info
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsmn-20161012/test/tests.c 
new/jsmn-20180125/test/tests.c
--- old/jsmn-20161012/test/tests.c  2016-10-12 11:09:07.0 +0200
+++ new/jsmn-20180125/test/tests.c  2018-01-25 21:49:10.0 +0100
@@ -353,6 +353,14 @@
JSMN_PRIMITIVE, "Sep",
JSMN_PRIMITIVE, "Year",
JSMN_PRIMITIVE, "12"));
+
+   //nested {s don't cause a parse error.
+   js = "\"key {1\": 1234";
+   check(parse(js, 2, 2,
+ JSMN_STRING, "key {1", 1,
+   

commit iucode-tool for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/iucode-tool (Old)
 and  /work/SRC/openSUSE:Factory/.iucode-tool.new (New)


Package is "iucode-tool"

Fri Feb  2 22:23:17 2018 rev:6 rq:572024 version:2.3

Changes:

--- /work/SRC/openSUSE:Factory/iucode-tool/iucode-tool.changes  2017-10-27 
14:00:22.314960804 +0200
+++ /work/SRC/openSUSE:Factory/.iucode-tool.new/iucode-tool.changes 
2018-02-02 22:23:33.810286659 +0100
@@ -1,0 +2,19 @@
+Fri Feb  2 13:30:19 UTC 2018 - mplus...@suse.com
+
+- Update to version 2.3:
+  * Ready for release: v2.3
+  * update copyright dates to 2018
+  * iucode_tool(8): document changes to ucode filtering
+  * iucode_tool: support selecting by ucode revision
+  * iucode_tool: add function to parse signed 32-bit integers
+  * iucode_tool: optimize detection of base10 numeric names
+  * iucode_tool: better handle offline/non-continuous topology
+  * iucode_tool(8): document changes to --scan-system
+  * iucode_tool: select scan-system strategy change at runtime
+  * gitignore: rearrange, and ignore backup and vim swap files
+  * iucode_tool: move scan_system_processor() one layer down
+  * iucode_tool: do not scan-system while parsing
+  * iucode_tool: add two command-line parser helpers
+  * intel_microcode.h: document intel_ucode_status_t sources
+
+---

Old:

  iucode-tool-2.2.tar.xz

New:

  iucode-tool-2.3.tar.xz



Other differences:
--
++ iucode-tool.spec ++
--- /var/tmp/diff_new_pack.fTM8KJ/_old  2018-02-02 22:23:34.802240354 +0100
+++ /var/tmp/diff_new_pack.fTM8KJ/_new  2018-02-02 22:23:34.806240168 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iucode-tool
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   iucode-tool
-Version:2.2
+Version:2.3
 Release:0
 Summary:A program to manipulate Intel microcode update collections
 License:GPL-2.0
 Group:  System/Boot
-Url:https://gitlab.com/iucode-tool/iucode-tool
+URL:https://gitlab.com/iucode-tool/iucode-tool
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake

++ _service ++
--- /var/tmp/diff_new_pack.fTM8KJ/_old  2018-02-02 22:23:34.834238861 +0100
+++ /var/tmp/diff_new_pack.fTM8KJ/_new  2018-02-02 22:23:34.834238861 +0100
@@ -4,8 +4,8 @@
 git
 enable
 iucode-tool
-refs/tags/v2.2
-2.2
+refs/tags/v2.3
+2.3
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.fTM8KJ/_old  2018-02-02 22:23:34.854237928 +0100
+++ /var/tmp/diff_new_pack.fTM8KJ/_new  2018-02-02 22:23:34.854237928 +0100
@@ -1,4 +1,4 @@
 
 
 https://gitlab.com/iucode-tool/iucode-tool.git
-  3d05f5b913703893795fe04338285444b8e7ebe1
\ No newline at end of file
+  327f21f412183ef8f29e8b0c3c8c44d841c63fc9
\ No newline at end of file

++ iucode-tool-2.2.tar.xz -> iucode-tool-2.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iucode-tool-2.2/ChangeLog 
new/iucode-tool-2.3/ChangeLog
--- old/iucode-tool-2.2/ChangeLog   2017-08-28 16:40:04.0 +0200
+++ new/iucode-tool-2.3/ChangeLog   2018-01-28 16:00:44.0 +0100
@@ -1,3 +1,45 @@
+2018-01-28, iucode_tool v2.3
+
+  * iucode_tool(8): document changes to ucode filtering
+  * iucode_tool: support selecting by ucode revision
+Add a third (and optional) parameter to microcode selection filters, to
+select microcodes by revision.  The revision can be prefixed by the
+operators eq: (equal to), lt: (less than), or gt: (greater than).
+The revision numbering is signed, but in order to be more user friendly,
+since we display revisions as unsigned values in hex, we accept the
+range -INT32_MAX to +UINT32_MAX, and convert it to int32_t.
+  * iucode_tool: add function to parse signed 32-bit integers
+Add parse_s32e(), based on parse_u32().  It will be used to parse
+microcode revisions in the command line, so it has an extension
+that accepts something like 0xfffe as an alias for -2.
+  * iucode_tool: optimize detection of base10 numeric names
+  * iucode_tool: better handle offline/non-continuous topology
+  * iucode_tool(8): document changes to --scan-system
+  * iucode_tool: select scan-system strategy change at 

commit perl-SQL-Abstract for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package perl-SQL-Abstract for 
openSUSE:Factory checked in at 2018-02-02 22:23:13

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


Package is "perl-SQL-Abstract"

Fri Feb  2 22:23:13 2018 rev:13 rq:572022 version:1.85

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Abstract/perl-SQL-Abstract.changes  
2017-04-11 12:43:49.421949659 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SQL-Abstract.new/perl-SQL-Abstract.changes 
2018-02-02 22:23:32.802333710 +0100
@@ -1,0 +2,10 @@
+Wed Jan 31 12:46:25 UTC 2018 - co...@suse.com
+
+- updated to 1.85
+   see /usr/share/doc/packages/perl-SQL-Abstract/Changes
+
+  1.85 - 2018-01-27
+  - Restore perl version requirement missed in the Distar port
+  - Factor out the SET ... part of UPDATE for subclassability (GH#12)
+
+---

Old:

  SQL-Abstract-1.84.tar.gz

New:

  SQL-Abstract-1.85.tar.gz



Other differences:
--
++ perl-SQL-Abstract.spec ++
--- /var/tmp/diff_new_pack.PySH80/_old  2018-02-02 22:23:33.530299729 +0100
+++ /var/tmp/diff_new_pack.PySH80/_new  2018-02-02 22:23:33.534299541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Abstract
 #
-# 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:   perl-SQL-Abstract
-Version:1.84
+Version:1.85
 Release:0
 %define cpan_name SQL-Abstract
 Summary:Generate SQL from Perl data structures

++ SQL-Abstract-1.84.tar.gz -> SQL-Abstract-1.85.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.84/Changes 
new/SQL-Abstract-1.85/Changes
--- old/SQL-Abstract-1.84/Changes   2017-04-03 17:28:06.0 +0200
+++ new/SQL-Abstract-1.85/Changes   2018-01-27 12:10:35.0 +0100
@@ -1,5 +1,9 @@
 Revision history for SQL::Abstract
 
+1.85 - 2018-01-27
+- Restore perl version requirement missed in the Distar port
+- Factor out the SET ... part of UPDATE for subclassability (GH#12)
+
 1.84 - 2017-04-03
 - Restore 'dynamic_config => 0' missed in the Distar port
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.84/META.json 
new/SQL-Abstract-1.85/META.json
--- old/SQL-Abstract-1.84/META.json 2017-04-03 17:29:18.0 +0200
+++ new/SQL-Abstract-1.85/META.json 2018-01-27 12:15:01.0 +0100
@@ -33,7 +33,13 @@
  }
   },
   "develop" : {
- "requires" : {}
+ "requires" : {
+"Pod::Coverage" : "0.19",
+"Test::EOL" : "1.0",
+"Test::NoTabs" : "0.9",
+"Test::Pod" : "1.14",
+"Test::Pod::Coverage" : "1.04"
+ }
   },
   "runtime" : {
  "requires" : {
@@ -44,7 +50,8 @@
 "Moo" : "2.01",
 "Scalar::Util" : "0",
 "Sub::Quote" : "2.01",
-"Text::Balanced" : "2.00"
+"Text::Balanced" : "2.00",
+"perl" : "5.006"
  }
   },
   "test" : {
@@ -73,6 +80,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#dbix-class"
},
-   "version" : "1.84",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "1.85",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.84/META.yml 
new/SQL-Abstract-1.85/META.yml
--- old/SQL-Abstract-1.84/META.yml  2017-04-03 17:29:18.0 +0200
+++ new/SQL-Abstract-1.85/META.yml  2018-01-27 12:15:01.0 +0100
@@ -33,10 +33,11 @@
   Scalar::Util: '0'
   Sub::Quote: '2.01'
   Text::Balanced: '2.00'
+  perl: '5.006'
 resources:
   IRC: irc://irc.perl.org/#dbix-class
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=SQL-Abstract
   license: http://dev.perl.org/licenses/
   repository: https://github.com/dbsrgits/sql-abstract.git
-version: '1.84'
+version: '1.85'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Abstract-1.84/Makefile.PL 
new/SQL-Abstract-1.85/Makefile.PL
--- old/SQL-Abstract-1.84/Makefile.PL   2017-04-03 17:26:38.0 +0200
+++ new/SQL-Abstract-1.85/Makefile.PL   2017-04-14 15:36:07.0 +0200
@@ -34,10 +34,17 @@

commit sslscan for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "sslscan"

Fri Feb  2 22:23:05 2018 rev:5 rq:572014 version:1.11.10

Changes:

--- /work/SRC/openSUSE:Factory/sslscan/sslscan.changes  2017-12-29 
18:50:42.560346976 +0100
+++ /work/SRC/openSUSE:Factory/.sslscan.new/sslscan.changes 2018-02-02 
22:23:30.358447790 +0100
@@ -1,0 +2,10 @@
+Fri Feb  2 12:34:34 UTC 2018 - jweberho...@weberhofer.at
+
+- Simplified requirements
+
+---
+Thu Feb  1 16:46:03 UTC 2018 - jweberho...@weberhofer.at
+
+- Use openssl<1.1 for suse_version >= 1500
+
+---



Other differences:
--
++ sslscan.spec ++
--- /var/tmp/diff_new_pack.bJSZaK/_old  2018-02-02 22:23:31.126411941 +0100
+++ /var/tmp/diff_new_pack.bJSZaK/_new  2018-02-02 22:23:31.134411567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sslscan
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,8 @@
 Source: 
https://github.com/rbsec/sslscan/archive/%{version}-rbsec.tar.gz#/%{name}-%{version}-rbsec.tar.gz
 #Patches copied from Debian package
 Patch1: fedora-sslscan-patents.patch
-%if 0%{?suse_version} > 1500
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libssl) < 1.1.0
-%else
-BuildRequires:  pkgconfig(libssl)
-%endif
 %if 0%{?sle_version}
 %ifarch x86_64
 BuildRequires:  glibc-devel-32bit(x86-32)




commit lua-toluapp for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/lua-toluapp (Old)
 and  /work/SRC/openSUSE:Factory/.lua-toluapp.new (New)


Package is "lua-toluapp"

Fri Feb  2 22:23:01 2018 rev:5 rq:572012 version:1.0.93

Changes:

--- /work/SRC/openSUSE:Factory/lua-toluapp/lua-toluapp.changes  2017-10-31 
15:44:29.368709471 +0100
+++ /work/SRC/openSUSE:Factory/.lua-toluapp.new/lua-toluapp.changes 
2018-02-02 22:23:29.226500629 +0100
@@ -1,0 +2,6 @@
+Thu Jan 25 20:16:23 UTC 2018 - tchva...@suse.com
+
+- Fix build with py3 scons:
+  * toluapp-scons-py3.patch
+
+---

New:

  toluapp-scons-py3.patch



Other differences:
--
++ lua-toluapp.spec ++
--- /var/tmp/diff_new_pack.r7rlEl/_old  2018-02-02 22:23:30.150457499 +0100
+++ /var/tmp/diff_new_pack.r7rlEl/_new  2018-02-02 22:23:30.154457311 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lua-toluapp
 #
-# 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
@@ -40,6 +40,7 @@
 Patch1: toluapp-versioned-shared-lib.patch
 Patch2: toluapp-build-compare.patch
 Patch3: tolua++-1.0.93-lua52.patch
+Patch4: toluapp-scons-py3.patch
 BuildRequires:  %{flavor}-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -93,6 +94,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch4 -p1
 %if "%{flavor}" != "lua51"
 %patch3 -p1
 %endif
@@ -106,6 +108,7 @@
 LIBS = re.split(r"\s+", os.environ['LIBS'])
 prefix = "%{_prefix}"
 EOF
+cp config_linux.py config_posix.py
 
 CCFLAGS="%{optflags} -fPIC -I%{lua_incdir}" \
 LIBS="-llua -lm -ldl" \
@@ -114,7 +117,7 @@
 libdir="%{_libdir}" \
 shared=1 \
 lib bin \
--Q CCFLAGS="%{optflags} -I%{lua_incdir} -fPIC 
-DDATAPATH=\\\"%{lua_noarchdir}/%{name}\\\""
+-Q CCFLAGS="%{optflags} -I%{lua_incdir} -fPIC 
-DDATAPATH=\\\"%{lua_noarchdir}/%{name}\\\"" \
 
 %install
 CCFLAGS="%{optflags} -fPIC -I%{lua_incdir}" \
@@ -124,7 +127,7 @@
 libdir="%{buildroot}%{_libdir}" \
 shared=1 \
 install \
--Q CCFLAGS="%{optflags} -I%{lua_incdir} -fPIC 
-DDATAPATH=\\\"%{lua_noarchdir}/%{name}\\\""
+-Q CCFLAGS="%{optflags} -I%{lua_incdir} -fPIC 
-DDATAPATH=\\\"%{lua_noarchdir}/%{name}\\\"" \
 
 # pkgconfig file
 mkdir -p %{buildroot}%{_libdir}/pkgconfig

++ toluapp-scons-py3.patch ++
Index: toluapp-1.0.93/SConstruct
===
--- toluapp-1.0.93.orig/SConstruct
+++ toluapp-1.0.93/SConstruct
@@ -52,9 +52,9 @@ env['TOLUAPP_BOOTSTRAP'] = env['tolua_bi
 env['build_dev'] = int(env['build_dev'])
 
 ## detecting the install directory on win32
-if 'msvc' in env['TOOLS'] and not (env.has_key('prefix') or env['prefix']):
+if 'msvc' in env['TOOLS'] and not ('prefix' in env or env['prefix']):
 
-   if env['MSVS'].has_key('PLATFORMSDKDIR'):
+   if 'PLATFORMSDKDIR' in env['MSVS']:
env['prefix'] = env['MSVS']['PLATFORMSDKDIR']
 
 
@@ -68,7 +68,7 @@ def pkg_scan_dep(self, target, source):
## TODO: detectar si el archivo existe antes de abrirlo asi nomas
pkg = open(source, "rt")
 
-   for linea in pkg.xreadlines():
+   for linea in pkg:
dep = re.search("^[\t\w]*\$[cphl]file\s*\"([^\"]+)\"", linea)
if dep:
self.Depends(target, '#' + dep.groups()[0]);
@@ -91,7 +91,7 @@ def make_tolua_code(self, target, source
tolua = 'bin\\'+self['TOLUAPP_BOOTSTRAP']
else:
tolua = 'bin/'+self['TOLUAPP_BOOTSTRAP']
-   print("* tolua is ", tolua)
+   print(("* tolua is ", tolua))
else:
if use_own:
if 'msvc' in self['TOOLS']:



commit google-compute-engine for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Factory checked in at 2018-02-02 22:23:20

Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
 and  /work/SRC/openSUSE:Factory/.google-compute-engine.new (New)


Package is "google-compute-engine"

Fri Feb  2 22:23:20 2018 rev:6 rq:572025 version:20180129

Changes:

--- 
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes  
2017-12-08 12:59:53.800249085 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-compute-engine.new/google-compute-engine.changes
 2018-02-02 22:23:35.342215149 +0100
@@ -1,0 +2,11 @@
+Fri Feb  2 13:21:52 UTC 2018 - adrian.glaub...@suse.com
+
+- Update to version 20180129 (bsc#1078349, bsc#1079077)
+  + Improve rsyslog daemon reset when using the dhcp exit hook.
+  + The OS Login feature is generally available.
+  + Change the OS Login uid restriction to allow uid 1000.
+  + Close socket connections after requesting metadata.
+- From version 20171213
+  + Force IPv4 for Debian apt configs.
+
+---

Old:

  compute-image-packages-20171129.tar.gz

New:

  compute-image-packages-20180129.tar.gz



Other differences:
--
++ google-compute-engine.spec ++
--- /var/tmp/diff_new_pack.Qi4l9a/_old  2018-02-02 22:23:36.366167351 +0100
+++ /var/tmp/diff_new_pack.Qi4l9a/_new  2018-02-02 22:23:36.370167164 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package google-compute-engine
 #
-# 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,10 +16,10 @@
 #
 
 
-%define setup_version 2.7.2
+%define setup_version 2.7.5
 
 Name:   google-compute-engine
-Version:20171129
+Version:20180129
 Release:0
 Summary:GCE Instance Initialization
 License:Apache-2.0

++ compute-image-packages-20171129.tar.gz -> 
compute-image-packages-20180129.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compute-image-packages-20171129/LICENSE 
new/compute-image-packages-20180129/LICENSE
--- old/compute-image-packages-20171129/LICENSE 2017-11-29 20:17:58.0 
+0100
+++ new/compute-image-packages-20180129/LICENSE 2018-01-30 02:41:05.0 
+0100
@@ -186,7 +186,7 @@
   same "printed page" as the copyright notice for easier
   identification within third-party archives.
 
-   Copyright 2013 Google Inc.
+   Copyright [] [name of copyright owner]
 
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compute-image-packages-20171129/debian/changelog 
new/compute-image-packages-20180129/debian/changelog
--- old/compute-image-packages-20171129/debian/changelog2017-11-29 
20:17:58.0 +0100
+++ new/compute-image-packages-20180129/debian/changelog2018-01-30 
02:41:05.0 +0100
@@ -1,3 +1,27 @@
+google-compute-image-packages (2.7.5-1) stable; urgency=low
+
+  * Revert hostname setting change in Debian.
+
+ -- Google Cloud Team   Mon, 29 Jan 2018 12:00:00 -0700
+
+google-compute-image-packages (2.7.4-1) stable; urgency=low
+
+  * Fix hostname setting in Debian.
+
+ -- Google Cloud Team   Mon, 29 Jan 2018 12:00:00 -0700
+
+google-compute-image-packages (2.7.3-1) stable; urgency=low
+
+  * Improve hostname setting and correctly restart rsyslog.
+
+ -- Google Cloud Team   Thu, 25 Jan 2018 12:00:00 -0700
+
+google-compute-image-packages (2.7.2-2) stable; urgency=low
+
+  * Force IPv4 for apt.
+
+ -- Google Cloud Team   Wed, 13 Dec 2017 12:00:00 -0700
+
 google-compute-image-packages (2.7.2-1) stable; urgency=low
 
   * Generate SSH host keys when none are present.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compute-image-packages-20171129/debian/control 
new/compute-image-packages-20180129/debian/control
--- old/compute-image-packages-20171129/debian/control  2017-11-29 
20:17:58.0 +0100
+++ new/compute-image-packages-20180129/debian/control  2018-01-30 
02:41:05.0 +0100
@@ -28,6 +28,7 @@
  python-google-compute-engine (= ${source:Version}),
  python3-google-compute-engine (= ${source:Version}),
  chrony | ntp | time-daemon | systemd,
+ rsyslog,
  systemd
 

commit python-greenlet for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2018-02-02 22:23:26

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


Package is "python-greenlet"

Fri Feb  2 22:23:26 2018 rev:30 rq:572027 version:0.4.13

Changes:

--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2017-04-28 15:02:54.955275280 +0200
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes 
2018-02-02 22:23:37.782101256 +0100
@@ -1,0 +2,13 @@
+Fri Feb  2 13:34:46 UTC 2018 - tchva...@suse.com
+
+- Add patch to fix build on ppc64le to not clobber r2 register:
+  * greenlet-ppc64le.patch
+
+---
+Fri Feb  2 13:32:25 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.4.13:
+  * Support for Python 3.7
+  * Support for MinGW x64
+
+---

Old:

  greenlet-0.4.12.tar.gz

New:

  greenlet-0.4.13.tar.gz
  greenlet-ppc64le.patch



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.HzLsfx/_old  2018-02-02 22:23:38.378073436 +0100
+++ /var/tmp/diff_new_pack.HzLsfx/_new  2018-02-02 22:23:38.382073249 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-greenlet
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,23 +17,22 @@
 #
 
 
-%bcond_without test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-greenlet
-Version:0.4.12
+Version:0.4.13
 Release:0
-Url:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming
 License:MIT
 Group:  Development/Libraries/Python
+Url:http://pypi.python.org/pypi/greenlet
 Source0:
https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+Patch0: greenlet-ppc64le.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
 %python_subpackages
 
@@ -54,6 +53,7 @@
 
 %prep
 %setup -q -n greenlet-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
@@ -71,13 +71,11 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root)
 %doc AUTHORS NEWS README.rst LICENSE*
 %doc doc/_build/html/
 %{python_sitearch}/*
 
 %files  %{python_files devel}
-%defattr(-,root,root,-)
 %doc AUTHORS LICENSE*
 %{_includedir}/python%{python_version}*/greenlet/
 

++ greenlet-0.4.12.tar.gz -> greenlet-0.4.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.12/AUTHORS new/greenlet-0.4.13/AUTHORS
--- old/greenlet-0.4.12/AUTHORS 2016-12-11 00:52:06.0 +0100
+++ new/greenlet-0.4.13/AUTHORS 2018-01-29 07:12:52.0 +0100
@@ -22,6 +22,7 @@
 * Fredrik Fornwall
 * Gerd Woetzel
 * Giel van Schijndel
+* Gökhan Karabulut
 * Gustavo Niemeyer
 * Guy Rozendorn
 * Hye-Shik Chang
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.12/NEWS new/greenlet-0.4.13/NEWS
--- old/greenlet-0.4.12/NEWS2017-02-01 20:46:01.0 +0100
+++ new/greenlet-0.4.13/NEWS2018-01-31 22:12:21.0 +0100
@@ -1,3 +1,8 @@
+0.4.13
+==
+- Support for Python 3.7
+- Support for MinGW x64
+
 0.4.12
 ==
 - Stop using trashcan api
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/greenlet-0.4.12/PKG-INFO new/greenlet-0.4.13/PKG-INFO
--- old/greenlet-0.4.12/PKG-INFO2017-02-01 20:48:54.0 +0100
+++ new/greenlet-0.4.13/PKG-INFO2018-01-31 22:24:03.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: greenlet
-Version: 0.4.12
+Version: 0.4.13
 Summary: Lightweight in-process concurrent programming
 Home-page: https://github.com/python-greenlet/greenlet
 Author: Alexey Borzenkov
@@ -83,5 +83,6 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: 

commit endless-sky for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/endless-sky (Old)
 and  /work/SRC/openSUSE:Factory/.endless-sky.new (New)


Package is "endless-sky"

Fri Feb  2 22:22:23 2018 rev:2 rq:571984 version:0.9.6

Changes:

--- /work/SRC/openSUSE:Factory/endless-sky/endless-sky.changes  2017-01-25 
23:20:00.472886473 +0100
+++ /work/SRC/openSUSE:Factory/.endless-sky.new/endless-sky.changes 
2018-02-02 22:22:42.584677952 +0100
@@ -1,0 +2,11 @@
+Sat Jul 15 14:01:56 UTC 2017 - mailaen...@opensuse.org
+
+- Update to 0.9.6
+  * Fixed a depreciation bug causing random prices for outfits on some systems.
+  * Eliminated "death benefits." Depreciation is now the main way that 
plundering is balanced.
+  * Depreciation happens about 3 times slower than it did in 0.9.5.
+  * Coalition jobs now "repeat" instead of only being offered once.
+  * Fixed a bug where "surveillance" ships scan the player's ship over and 
over.
+  * Added images for all the Coalition and Heliarch outfits.
+
+---

Old:

  endless-sky-0.9.4.tar.gz

New:

  endless-sky-0.9.6.tar.gz



Other differences:
--
++ endless-sky.spec ++
--- /var/tmp/diff_new_pack.yQOCk0/_old  2018-02-02 22:22:44.972566471 +0100
+++ /var/tmp/diff_new_pack.yQOCk0/_new  2018-02-02 22:22:44.976566284 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package endless-sky
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   endless-sky
-Version:0.9.4
+Version:0.9.6
 Release:0
 Summary:Space exploration, trading, and combat game
 License:GPL-3.0 and CC-BY-SA-4.0 and CC-BY-SA-3.0 and CC-BY-3.0
@@ -37,6 +37,7 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(mad)
 BuildRequires:  pkgconfig(openal)
 BuildRequires:  pkgconfig(sdl2)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ endless-sky-0.9.4.tar.gz -> endless-sky-0.9.6.tar.gz ++
/work/SRC/openSUSE:Factory/endless-sky/endless-sky-0.9.4.tar.gz 
/work/SRC/openSUSE:Factory/.endless-sky.new/endless-sky-0.9.6.tar.gz differ: 
char 12, line 1




commit hugin for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "hugin"

Fri Feb  2 22:22:28 2018 rev:57 rq:571987 version:2017.0.0

Changes:

--- /work/SRC/openSUSE:Factory/hugin/hugin.changes  2017-12-29 
18:50:45.067626868 +0100
+++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2018-02-02 
22:22:45.240553960 +0100
@@ -1,0 +2,6 @@
+Thu Feb  1 09:37:01 UTC 2018 - dims...@opensuse.org
+
+- Pass -DPYTHON_EXECUTABLE=/usr/bin/python2 to CMake, ensuring we
+  use the python2 interpreter.
+
+---



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.is5gxt/_old  2018-02-02 22:22:46.108513438 +0100
+++ /var/tmp/diff_new_pack.is5gxt/_new  2018-02-02 22:22:46.112513251 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hugin
 #
-# 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
@@ -116,6 +116,7 @@
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
-DENABLE_LAPACK=ON BUILD_HSI=ON \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
..
 # parallel make kills our workers
 make VERBOSE=1 %{?_smp_mflags} -j1




commit patterns-caasp for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "patterns-caasp"

Fri Feb  2 22:22:30 2018 rev:23 rq:571995 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2018-02-01 21:29:13.481533919 +0100
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2018-02-02 22:22:46.236507463 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 12:13:55 CET 2018 - ku...@suse.de
+
+- Include more packages meanwhile accecpted in Factory
+- Remove flannel, now part of a container
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.2I6X3z/_old  2018-02-02 22:22:46.860478332 +0100
+++ /var/tmp/diff_new_pack.2I6X3z/_new  2018-02-02 22:22:46.864478145 +0100
@@ -62,6 +62,7 @@
 Requires:   ca-certificates
 Requires:   ca-certificates-mozilla
 Requires:   caasp-tools
+Requires:   chrony
 Requires:   cloud-init
 Requires:   cloud-init-config-caasp
 Requires:   coreutils
@@ -169,14 +170,14 @@
 Provides:   pattern-icon() = pattern-generic
 Provides:   pattern-order() = 1020
 Requires:   autofs
+Requires:   caasp-cli
 Requires:   ceph-common
-Requires:   chrony
 Requires:   etcd
 Requires:   etcdctl
-Requires:   flannel
 Requires:   kubernetes-client
 Requires:   kubernetes-master
 Requires:   kubernetes-node
+Requires:   kubernetes-salt
 Requires:   lvm2
 Requires:   ncurses-utils
 Requires:   nfs-client
@@ -188,9 +189,7 @@
 Requires:   screen
 Requires:   pattern() = basesystem
 %if 0%{?is_susecaasp}
-Requires:   caasp-cli
 Requires:   caasp-container-manifests
-Requires:   kubernetes-salt
 Requires:   supportutils-plugin-suse-caasp
 %endif
 




commit golang-github-jteeuwen-go-bindata for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package golang-github-jteeuwen-go-bindata 
for openSUSE:Factory checked in at 2018-02-02 22:22:15

Comparing /work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new 
(New)


Package is "golang-github-jteeuwen-go-bindata"

Fri Feb  2 22:22:15 2018 rev:4 rq:571975 version:3.0.7+git20151023.72.a0ff256

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-jteeuwen-go-bindata/golang-github-jteeuwen-go-bindata.changes
  2017-06-13 16:10:07.28962 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-jteeuwen-go-bindata.new/golang-github-jteeuwen-go-bindata.changes
 2018-02-02 22:22:15.461944197 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 16:57:58 CET 2018 - r...@suse.de
+
+- do not build on s390, only on s390x (no go on s390)
+
+---



Other differences:
--
++ golang-github-jteeuwen-go-bindata.spec ++
--- /var/tmp/diff_new_pack.bA2eL6/_old  2018-02-02 22:22:16.037917308 +0100
+++ /var/tmp/diff_new_pack.bA2eL6/_new  2018-02-02 22:22:16.037917308 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang-github-jteeuwen-go-bindata
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{go_provides}
 Provides:   golang(github.com/jteeuwen/go-bindata)
+ExcludeArch:s390
 
 %description
 This package converts any file into manageable Go source code. Useful for 
embedding binary data into a go program. The file data is optionally gzip 
compressed before being converted to a raw byte slice.




commit J7Z for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "J7Z"

Fri Feb  2 22:21:57 2018 rev:4 rq:571909 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/J7Z/J7Z.changes  2017-05-03 15:58:21.982262705 
+0200
+++ /work/SRC/openSUSE:Factory/.J7Z.new/J7Z.changes 2018-02-02 
22:21:59.682680862 +0100
@@ -1,0 +2,8 @@
+Fri Feb  2 06:44:22 UTC 2018 - fst...@suse.com
+
+- Added patch:
+  * J7Z-jdk10.patch
++ fix build with jdk10 preview or other jdk versions that
+  have the optional string appended to its version.
+
+---

New:

  J7Z-jdk10.patch



Other differences:
--
++ J7Z.spec ++
--- /var/tmp/diff_new_pack.BHxDdj/_old  2018-02-02 22:22:00.882624842 +0100
+++ /var/tmp/diff_new_pack.BHxDdj/_new  2018-02-02 22:22:00.886624655 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package J7Z
 #
-# 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
@@ -27,6 +27,7 @@
 Group:  Productivity/Archiving/Compression
 Url:http://j7z.xavion.name
 Source: 
https://downloads.sourceforge.net/project/k7z/J7Z%%20%%28All%%29/1.4.0/J7Z-1.4.0-src.tar.bz2
+Patch0: J7Z-jdk10.patch
 BuildRequires:  ImageMagick
 BuildRequires:  ant >= 1.8.0
 BuildRequires:  fdupes
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n J7Z
+%patch0 -p1
 sed -i -e 's|Qt;KDE;Utility;Archiving;Compression|Qt;KDE;Utility;Archiving|g' \
Linux/Desktop/Menu/J7Z.desktop
 

++ J7Z-jdk10.patch ++
--- J7Z/Linux/Build/Makefile2018-02-02 07:37:38.602000593 +0100
+++ J7Z/Linux/Build/Makefile2018-02-02 07:41:05.712654242 +0100
@@ -69,7 +69,7 @@
 # Java
 Java = $(shell which java 2> /dev/null)
 ifneq "$(Java)" ""
-   Java-Ver = $(shell $(Java) -version 2>&1 | awk 'NR==1{print $$3}' | sed 
-e 's/^"//' -e 's/"$$//' | cut -c 1-3)
+   Java-Ver = $(shell $(Java) -version 2>&1 | awk 'NR==1{print $$3}' | sed 
-e 's/^"//' -e 's/"$$//' -e 's/-/\ /g' | cut -c 1-3)
Java-Major := $(shell echo $(Java-Ver) | cut -f1 -d.)
Java-Minor := $(shell echo $(Java-Ver) | cut -f2 -d.)
Java-OK := $(shell [ $(Java-Major) -gt 1 -o \( $(Java-Major) -eq 1 -a 
$(Java-Minor) -ge 7 \) ] && echo true)
@@ -78,7 +78,7 @@
 # Java compiler
 JavaC = $(shell which javac 2> /dev/null)
 ifneq "$(JavaC)" ""
-   JavaC-Ver = $(shell $(JavaC) -version 2>&1 | awk 'NR==1{print $$2}' | 
sed -e 's/^"//' -e 's/"$$//' | cut -c 1-3)
+   JavaC-Ver = $(shell $(JavaC) -version 2>&1 | awk 'NR==1{print $$2}' | 
sed -e 's/^"//' -e 's/"$$//' -e 's/-/\ /g'  | cut -c 1-3)
 endif
 
 # Apache Ant



commit stunnel for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "stunnel"

Fri Feb  2 22:21:36 2018 rev:10 rq:571634 version:5.44

Changes:

--- /work/SRC/openSUSE:Factory/stunnel/stunnel.changes  2017-12-04 
12:16:17.888760282 +0100
+++ /work/SRC/openSUSE:Factory/.stunnel.new/stunnel.changes 2018-02-02 
22:21:39.203636938 +0100
@@ -1,0 +2,20 @@
+Wed Jan 24 00:16:02 UTC 2018 - avin...@opensuse.org
+
+- update to version 5.44
+  * Default accept address restored to INADDR_ANY
+  * Fix race condition in "make check"
+  * Fix removing the pid file after configuration reload
+- includes 5.43
+  * Allow for multiple "accept" ports per section
+  * Self-test framework (make check)
+  * Added config load before OpenSSL init
+  * OpenSSL 1.1.1-dev compilation fixes
+  * Fixed round-robin failover in the FORK threading model
+  * Fixed handling SSL_ERROR_ZERO_RETURN in SSL_shutdown()
+  * Minor fixes of the logging subsystem
+  * OpenSSL DLLs updated to version 1.0.2m
+- add new checking to build
+- rebase stunnel-listenqueue-option.patch
+- Cleanup with spec-cleaner
+
+---

Old:

  stunnel-5.42.tar.gz
  stunnel-5.42.tar.gz.asc

New:

  stunnel-5.44.tar.gz
  stunnel-5.44.tar.gz.asc



Other differences:
--
++ stunnel.spec ++
--- /var/tmp/diff_new_pack.7GsFAv/_old  2018-02-02 22:21:40.159592309 +0100
+++ /var/tmp/diff_new_pack.7GsFAv/_new  2018-02-02 22:21:40.163592122 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stunnel
 #
-# 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,19 +16,25 @@
 #
 
 
+%define VENDOR openSUSE
+%if 0%{?suse_version} >= 1210
+%define has_systemd 1
+BuildRequires:  systemd
+%{?systemd_requires}
+%else
+PreReq: %insserv_prereq
+%endif
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:   stunnel
-Version:5.42
+Version:5.44
 Release:0
 Summary:Universal SSL Tunnel
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.stunnel.org/
-PreReq: /usr/sbin/useradd fileutils textutils %fillup_prereq
 Source: https://www.stunnel.org/downloads/%{name}-%{version}.tar.gz
 Source1:https://www.stunnel.org/downloads/%{name}-%{version}.tar.gz.asc
 Source2:stunnel.keyring
@@ -38,21 +44,15 @@
 Source6:stunnel.conf
 Source7:stunnel.README
 Patch0: stunnel-listenqueue-option.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define VENDOR openSUSE
 BuildRequires:  libopenssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  tcpd-devel
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(libsystemd)
-
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
-%{?systemd_requires}
-%define has_systemd 1
-%else
-PreReq: %insserv_prereq
-%endif
+PreReq: %fillup_prereq
+PreReq: %{_sbindir}/useradd
+PreReq: fileutils
+PreReq: textutils
 
 %description
 The stunnel program is designed to work as an SSL encryption wrapper
@@ -76,47 +76,51 @@
 
 %prep
 %setup -q -n stunnel-%{version}
-%patch0 -p0
+%patch0 -p1
 chmod -x $RPM_BUILD_DIR/stunnel-%{version}/tools/ca.*
 chmod -x $RPM_BUILD_DIR/stunnel-%{version}/tools/importCA.*
 
 %build
 sed -i 's/-m 1770 -g nogroup//g' tools/Makefile.in
+%configure \
 %if 0%{?suse_version} == 1110
-  %configure --disable-static --disable-fips --bindir=%{_sbindir} 
-%else
-  %configure --disable-static --bindir=%{_sbindir} 
+   --disable-fips \
 %endif
+   --disable-static \
+   --bindir=%{_sbindir}
 make %{?_smp_mflags} LDADD="-pie -Wl,-z,defs,-z,relro"
 
+%check
+make %{?_smp_mflags} check
+
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 
-cp -p %{S:1} tools/stunnel.conf-sample.%VENDOR
-cp -p %{S:2} README.%VENDOR
-mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
-cp -p %{S:3} $RPM_BUILD_ROOT%{_fillupdir}/
-%if 0%{?has_systemd}
-install -D -m 0644 $RPM_SOURCE_DIR/stunnel.service 
$RPM_BUILD_ROOT/%_unitdir/stunnel.service
-ln -s service $RPM_BUILD_ROOT/usr/sbin/rcstunnel
-%else
-mkdir -p $RPM_BUILD_ROOT/etc/init.d/
-install -m 744 $RPM_SOURCE_DIR/stunnel.rc 

commit urlwatch for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "urlwatch"

Fri Feb  2 22:21:48 2018 rev:7 rq:571819 version:2.8

Changes:

--- /work/SRC/openSUSE:Factory/urlwatch/urlwatch.changes2017-01-15 
11:21:32.608953448 +0100
+++ /work/SRC/openSUSE:Factory/.urlwatch.new/urlwatch.changes   2018-02-02 
22:21:49.299165623 +0100
@@ -1,0 +2,9 @@
+Wed Jan 31 08:58:58 UTC 2018 - kbabi...@suse.com
+
+- Update to 2.8, please see 
+  
+  /usr/share/doc/packages/urlwatch/ChangeLog
+
+- Added python3-appdirs as dependency
+
+---

Old:

  urlwatch-2.6.tar.gz

New:

  urlwatch-2.8.tar.gz



Other differences:
--
++ urlwatch.spec ++
--- /var/tmp/diff_new_pack.DW3PiV/_old  2018-02-02 22:21:50.067129769 +0100
+++ /var/tmp/diff_new_pack.DW3PiV/_new  2018-02-02 22:21:50.071129583 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package urlwatch
 #
-# 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,18 +17,19 @@
 
 
 Name:   urlwatch
-Version:2.6
+Version:2.8
 Release:0
 Summary:A tool for monitoring webpages for updates
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Utilities
 Url:https://thp.io/2008/urlwatch/
-Source0:https://thp.io/2008/%{name}/%{name}-%{version}.tar.gz
+Source0:
https://github.com/thp/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  python-futures
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires:   python-keyring
 Requires:   python3-PyYAML
+Requires:   python3-appdirs
 Requires:   python3-minidb
 Requires:   python3-requests
 BuildArch:  noarch

++ urlwatch-2.6.tar.gz -> urlwatch-2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlwatch-2.6/.gitignore new/urlwatch-2.8/.gitignore
--- old/urlwatch-2.6/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/urlwatch-2.8/.gitignore 2018-01-28 20:48:05.0 +0100
@@ -0,0 +1,3 @@
+__pycache__
+.idea
+build
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlwatch-2.6/.travis.yml new/urlwatch-2.8/.travis.yml
--- old/urlwatch-2.6/.travis.yml1970-01-01 01:00:00.0 +0100
+++ new/urlwatch-2.8/.travis.yml2018-01-28 20:48:05.0 +0100
@@ -0,0 +1,9 @@
+language: python
+python:
+  - "3.4"
+  - "3.5"
+  - "3.6"
+  - "nightly"
+install:
+  - pip install pyyaml minidb requests keyring pycodestyle appdirs
+script: nosetests -v
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlwatch-2.6/COPYING new/urlwatch-2.8/COPYING
--- old/urlwatch-2.6/COPYING2016-01-20 09:44:10.0 +0100
+++ new/urlwatch-2.8/COPYING2018-01-28 20:48:05.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2016 Thomas Perl 
+Copyright (c) 2008-2018 Thomas Perl 
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urlwatch-2.6/ChangeLog new/urlwatch-2.8/ChangeLog
--- old/urlwatch-2.6/ChangeLog  2016-12-04 11:28:00.0 +0100
+++ new/urlwatch-2.8/ChangeLog  2018-01-28 20:48:05.0 +0100
@@ -203,3 +203,19 @@
* Issue #108: Fix creation of example files on first startup
* Issue #118: Fix match filters for missing keys
* Small fixes by: Jakub Wilk, Marc Urben, Adam Dobrawy and Louis Sautier
+
+2017-11-08 Thomas Perl 
+   * Issue #127: Fix error reporting
+   * ElementsByAttribute: look for matching tag in handle_endtag (by 
Gaetan Leurent)
+   * Paths: Add XDG_CONFIG_DIR support (by Jelle van der Waa)
+   * E-Mail: Fix encodings (by Seokjin Han), Allow 'user' parameter for 
SMTP (by Jay Sitter)
+   * HTTP: Option to avoid 304 responses, Content-Type header (by Vinicius 
Massuchetto)
+   * html2text: Configuration options (by Vinicius Massuchetto)
+   * Filtering: style (by gvandenbroucke), tag (by cmichi)
+   * New reporter: Telegram support (by gvandenbroucke)
+
+2018-01-28 Thomas Perl 
+   * Documentation: Mention appdirs (by e-dschungel)
+   * SMTP: 

commit rofi for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "rofi"

Fri Feb  2 22:22:11 2018 rev:12 rq:571947 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/rofi/rofi.changes2017-10-17 
01:52:39.098059002 +0200
+++ /work/SRC/openSUSE:Factory/.rofi.new/rofi.changes   2018-02-02 
22:22:12.654075285 +0100
@@ -1,0 +2,25 @@
+Thu Feb  1 22:35:57 UTC 2018 - avin...@opensuse.org
+
+- Update to version 1.5.0:
+  * New features
++ Specify matching field
++ Pass extra properties in script mode
++ Negated matching
+  * Backwards incompatible changes:
++ All Mouse buttons and scroll bindings Prompt colon have more
+  semantic names
+  * Changes
++ Prompt colon is now removed by default
++ In themes the '#' prefix before the element name is now
+  optional
+  * For full details, see:
+https://github.com/DaveDavenport/rofi/releases/tag/1.5.0
+- switch to xz tarball
+- rebase xdg-terminal.patch
+- add fix-shebangs.patch
+- spec file tidiness:
+  - use valid group for devel package
+  - remove unnecessary build dependencies
+  - remove explicit prefix for "devel" packages
+
+---

Old:

  rofi-1.4.2.tar.gz

New:

  fix-shebangs.patch
  rofi-1.5.0.tar.xz



Other differences:
--
++ rofi.spec ++
--- /var/tmp/diff_new_pack.lVj3Gw/_old  2018-02-02 22:22:13.242047834 +0100
+++ /var/tmp/diff_new_pack.lVj3Gw/_new  2018-02-02 22:22:13.242047834 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rofi
 #
-# 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,17 +17,17 @@
 
 
 Name:   rofi
-Version:1.4.2
+Version:1.5.0
 Release:0
 Summary:A window switcher, run dialog and dmenu replacement
 License:MIT
 Group:  System/GUI/Other
 Url:https://davedavenport.github.io/rofi/
-Source: 
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source: 
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Patch0: xdg-terminal.patch
+# PATCH-FIX-SUSE
+Patch1: fix-shebangs.patch
 # Required version 0.11 is not yet in TW BuildRequires:  check-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  cairo-devel
 BuildRequires:  cppcheck
@@ -50,16 +50,17 @@
 features, like a run dialog, SSH launcher and can act as a drop-in
 dmenu replacement.
 
-%package -n rofi-devel
+%package devel
 Summary:Development files for rofi
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 
-%description -n rofi-devel
+%description devel
 Development files and headers for rofi
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-check
@@ -77,9 +78,10 @@
 %{_datadir}/rofi/themes/
 %{_mandir}/man1/rofi.1%{ext_man}
 %{_mandir}/man1/rofi-sensible-terminal.1%{ext_man}
+%{_mandir}/man1/rofi-theme-selector.1%{ext_man}
 %{_mandir}/man5/rofi-theme.5%{ext_man}
 
-%files -n rofi-devel
+%files devel
 %{_includedir}/rofi/
 %{_libdir}/pkgconfig/rofi.pc
 

++ fix-shebangs.patch ++
--- a/script/rofi-sensible-terminal 2018-02-01 17:48:39.274567936 -0500
+++ b/script/rofi-sensible-terminal 2018-02-01 17:48:55.282178723 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 #
 # This code is released in public domain by Han Boetes 
 # Updated by Dave Davenport 
--- a/script/rofi-theme-selector2018-02-01 17:48:39.274567936 -0500
+++ b/script/rofi-theme-selector2018-02-01 17:49:06.673901751 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 #
 # This code is released in public domain by Dave Davenport 
 
 #
++ xdg-terminal.patch ++
--- /var/tmp/diff_new_pack.lVj3Gw/_old  2018-02-02 22:22:13.286045781 +0100
+++ /var/tmp/diff_new_pack.lVj3Gw/_new  2018-02-02 22:22:13.286045781 +0100
@@ -1,23 +1,22 @@
-diff -urEbwB rofi-1.4.1/config/config.c rofi-1.4.1.new/config/config.c
 rofi-1.4.1/config/config.c 2017-08-29 11:17:36.0 +0200
-+++ rofi-1.4.1.new/config/config.c 2017-09-27 10:29:54.090418286 +0200
-@@ -51,16 +51,16 @@
- .show_icons= FALSE,
+--- a/config/config.c  2017-08-29 11:17:36.0 +0200
 

commit mozjs38 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "mozjs38"

Fri Feb  2 22:22:07 2018 rev:7 rq:571946 version:38.2.1

Changes:

--- /work/SRC/openSUSE:Factory/mozjs38/mozjs38.changes  2017-03-01 
23:43:35.009729586 +0100
+++ /work/SRC/openSUSE:Factory/.mozjs38.new/mozjs38.changes 2018-02-02 
22:22:08.190283680 +0100
@@ -1,0 +2,7 @@
+Fri Feb  2 06:00:29 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Actually remove bundled zlib and use system zlib. Also fixes problems
+  when trying to use system zlib while mozjs38-devel is installed
+  (two zlib.h instances with conflicting definitions)
+
+---



Other differences:
--
++ mozjs38.spec ++
--- /var/tmp/diff_new_pack.jDV1pk/_old  2018-02-02 22:22:09.330230460 +0100
+++ /var/tmp/diff_new_pack.jDV1pk/_new  2018-02-02 22:22:09.338230086 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(zlib)
 BuildRequires:  python
 BuildRequires:  python-pip
 BuildRequires:  readline-devel
@@ -80,7 +81,7 @@
 %patch5 -p1
 
 # Remove zlib directory (to be sure using system version)
-rm -rf ../../modules/zlib
+rm -rf modules/zlib
 
 %build
 # no need to add build time to binaries
@@ -91,7 +92,8 @@
 #
 cd js/src
 autoconf-2.13
-%configure --disable-static --with-system-nspr --enable-threadsafe 
--enable-readline --enable-xterm-updates
+%configure --disable-static --with-system-nspr --with-system-zlib \
+   --enable-threadsafe --enable-readline --enable-xterm-updates
 %{__make} %{?_smp_mflags}
 
 %install




commit rubygem-base32 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "rubygem-base32"

Fri Feb  2 22:21:29 2018 rev:1 rq:570729 version:0.3.2

Changes:

New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-base32.new/rubygem-base32.changes   
2018-02-02 22:21:29.724079495 +0100
@@ -0,0 +1,5 @@
+---
+Mon Apr 27 15:30:25 UTC 2015 - fcaste...@suse.com
+
+- Created initial version of the package
+

New:

  base32-0.3.2.gem
  rubygem-base32.changes
  rubygem-base32.spec



Other differences:
--
++ rubygem-base32.spec ++
#
# spec file for package rubygem-base32
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   rubygem-base32
Version:0.3.2
Release:0
%define mod_name base32
%define mod_full_name %{mod_name}-%{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 5
BuildRequires:  %{ruby}
BuildRequires:  %{rubygem gem2rpm}
Url:https://github.com/stesla/base32
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary:Ruby extension for base32 encoding and decoding
License:MIT
Group:  Development/Languages/Ruby

%description
Ruby extension for base32 encoding and decoding.

%prep

%build

%install
%gem_install \
  --doc-files="CHANGELOG.md LICENSE README" \
  -f

%gem_packages

%changelog



commit kubernetes-salt for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "kubernetes-salt"

Fri Feb  2 22:22:13 2018 rev:2 rq:571950 version:3.0.0+git_r549_76bcd68

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes-salt/kubernetes-salt.changes  
2018-02-01 21:29:22.677103692 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes-salt.new/kubernetes-salt.changes 
2018-02-02 22:22:14.461990881 +0100
@@ -1,0 +2,36 @@
+Fri Feb  2 09:41:56 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 2eb40f1 by Jordi Massaguer Pla jmassaguer...@suse.de
+ replace sle12 for tumbleweed if the package is building in tumbleweed
+
+
+---
+Fri Feb  2 09:16:38 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 37e99c4 by Alvaro Saurin alvaro.sau...@gmail.com
+ Use the same code convention for ids in the orchestration as all the other
+ ids. Cleanup some files when updating CNI.
+
+
+---
+Thu Feb  1 15:53:55 UTC 2018 - containers-bugow...@suse.de
+
+- Commit cf53150 by Kiall Mac Innes ki...@macinnes.ie
+ No longer use machine-id's as node names
+ 
+ With CaaSP 3.0, we're introducing a requirement for machines to have
+ valid+unique hostnames in order to allow for the K8S CPIs to function
+ correctly.
+ 
+ This means our generated hostname is no longer needed, as our environment
+ requirements force operators to provision servers with unique hostnames.
+
+
+---
+Thu Feb  1 13:06:16 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 4ba7007 by Kiall Mac Innes ki...@macinnes.ie
+ Update dex binary name to caasp-dex
+
+
+---



Other differences:
--
++ kubernetes-salt.spec ++
--- /var/tmp/diff_new_pack.GqdEai/_old  2018-02-02 22:22:15.177957455 +0100
+++ /var/tmp/diff_new_pack.GqdEai/_new  2018-02-02 22:22:15.177957455 +0100
@@ -15,11 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
+  %define _base_image sles12
+%endif
+
+%if 0%{?suse_version} == 1500 && !0%{?is_opensuse}
+  %define _base_image sles15
+%endif
+
+%if 0%{?is_opensuse} && 0%{?suse_version} > 1500
+  %define _base_image tumbleweed
+%endif
+
 %{!?tmpfiles_create:%global tmpfiles_create systemd-tmpfiles --create}
 
 Name:   kubernetes-salt
 %define gitrepo salt
-Version:3.0.0+git_r542_d522c0a
+Version:3.0.0+git_r549_76bcd68
 Release:0
 BuildArch:  noarch
 Summary:Production-Grade Container Scheduling and Management
@@ -28,8 +41,8 @@
 Url:https://github.com/kubic-project/salt
 Source: master.tar.gz
 BuildRequires:  systemd-rpm-macros
-Requires:   salt
 Requires:   python-m2crypto
+Requires:   salt
 
 %description
 Salt scripts for deploying a Kubernetes cluster
@@ -44,6 +57,21 @@
 mkdir -p %{buildroot}%{_datadir}/salt/kubernetes
 cp -R %{_builddir}/%{gitrepo}-master/*  
%{buildroot}%{_datadir}/salt/kubernetes/
 
+# fix image name
+dir_name=%{buildroot}/%{_datadir}/salt/kubernetes
+files=$(grep "image:[ ]*sles12" $dir_name -r | cut -d: -f1 | uniq)
+files="$files $(grep "image:[ ]*'sles12" $dir_name -r | cut -d: -f1 | uniq)"
+
+for file in $files;do
+echo "DEBUG: Replacing sles12 by %{_base_image} in $file"
+if [ ! -f $file ];then
+echo "ERROR: File not found $file"
+exit -1
+fi
+sed -e "s%image:[ ]*sles12/\(.*\):%image: %{_base_image}/\1:%g" -i $file
+sed -e "s%image:[ ]*'sles12/\(.*\):%image: '%{_base_image}/\1:%g" -i $file
+done
+
 %files
 %defattr(-,root,root)
 %dir %{_datadir}/salt

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/salt-master/packaging/suse/make_spec.sh 
new/salt-master/packaging/suse/make_spec.sh
--- old/salt-master/packaging/suse/make_spec.sh 2018-01-31 14:11:12.0 
+0100
+++ new/salt-master/packaging/suse/make_spec.sh 2018-02-02 10:42:57.0 
+0100
@@ -38,6 +38,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
+  %define _base_image sles12
+%endif
+
+%if 0%{?suse_version} == 1500 && !0%{?is_opensuse}
+  %define _base_image sles15
+%endif
+
+%if 0%{?is_opensuse} && 0%{?suse_version} > 1500
+  %define _base_image tumbleweed
+%endif
+
 %{!?tmpfiles_create:%global tmpfiles_create systemd-tmpfiles --create}
 

commit etcd for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package etcd for openSUSE:Factory checked in 
at 2018-02-02 22:22:18

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


Package is "etcd"

Fri Feb  2 22:22:18 2018 rev:7 rq:571976 version:3.2.4

Changes:

--- /work/SRC/openSUSE:Factory/etcd/etcd.changes2017-11-30 
12:45:00.878740533 +0100
+++ /work/SRC/openSUSE:Factory/.etcd.new/etcd.changes   2018-02-02 
22:22:19.741744392 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 16:58:18 CET 2018 - r...@suse.de
+
+- do not build on s390, only on s390x (no go on s390)
+
+---



Other differences:
--
++ etcd.spec ++
--- /var/tmp/diff_new_pack.GroPYD/_old  2018-02-02 22:22:20.393713954 +0100
+++ /var/tmp/diff_new_pack.GroPYD/_new  2018-02-02 22:22:20.397713767 +0100
@@ -41,6 +41,7 @@
 ExcludeArch:%ix86
 Requires(post): %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:s390
 %{?systemd_requires}
 %{go_provides}
 # Make sure that the binary is not getting stripped.




commit kubernetes-dns for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package kubernetes-dns for openSUSE:Factory 
checked in at 2018-02-02 22:21:33

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


Package is "kubernetes-dns"

Fri Feb  2 22:21:33 2018 rev:1 rq:571483 version:1.14.1

Changes:

New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes-dns.new/kubernetes-dns.changes   
2018-02-02 22:21:34.147872968 +0100
@@ -0,0 +1,32 @@
+---
+Tue Sep  5 23:42:10 UTC 2017 - jeng...@inai.de
+
+- Remove %__-type macro indirections.
+
+---
+Wed Aug 16 15:02:20 UTC 2017 - kmacin...@suse.com
+
+- Require golang 1.8
+
+---
+Wed Aug 16 14:37:33 UTC 2017 - kmacin...@suse.com
+
+- Fixed changes and spec filename
+
+---
+Tue May 16 23:46:34 UTC 2017 - aishwarya.thanga...@suse.com
+
+- Copied the packages from OBS 
+  Downgraded the required version of go to be >=1.6 as SLES12 doesn't have go 
1.7
+
+---
+Tue May 16 22:23:45 UTC 2017 - slick...@gmail.com
+
+- Updated spec file to build kube-dns as well as dnsmasq-nanny
+  binaries in addition to the sidecar go binary
+
+---
+Tue May 16 20:53:39 UTC 2017 - slick...@gmail.com
+
+- Added initial commit for kube-dns and source code
+- Added spec file to build initial sidecar go binary

New:

  kubernetes-dns-1.14.1.tar.xz
  kubernetes-dns.changes
  kubernetes-dns.spec



Other differences:
--
++ kubernetes-dns.spec ++
# spec file for package kubernetes-dns
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define git_commit %{version}

Name:   kubernetes-dns
Version:1.14.1
Release:0
Summary:DNS for Kubernetes
License:Apache-2.0
Group:  Development/Languages/Other
Url:https://github.com/kubernetes/dns
Source: %{name}-%{version}.tar.xz
BuildRequires:  golang(API) = 1.8
BuildRequires:  xz
BuildRequires:  golang-packaging
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{go_nostrip}
%{go_provides}
Provides:  kube-dns = %{version}

%description
This is the package for Kubernetes DNS.

%prep
%setup -q -n %{name}-%{version}
%{goprep} k8s.io/dns

%build
export GOPATH="%{_builddir}/go:$GOPATH"
GOBIN=$PWD/bin go install -tags '' -ldflags ' -X 
k8s.io/dns/pkg/version.Version=%{version}' k8s.io/dns/...

%install
mkdir -p %{buildroot}%{_bindir}
install -m755 bin/sidecar %{buildroot}/%{_bindir}/sidecar
install -m755 bin/kube-dns %{buildroot}/%{_bindir}/kube-dns
install -m755 bin/dnsmasq-nanny %{buildroot}/%{_bindir}/dnsmasq-nanny

%files
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/sidecar
%{_bindir}/kube-dns
%{_bindir}/dnsmasq-nanny

%changelog



commit papirus-icon-theme for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package papirus-icon-theme for 
openSUSE:Factory checked in at 2018-02-02 22:21:43

Comparing /work/SRC/openSUSE:Factory/papirus-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.papirus-icon-theme.new (New)


Package is "papirus-icon-theme"

Fri Feb  2 22:21:43 2018 rev:2 rq:571815 version:20180201

Changes:

--- /work/SRC/openSUSE:Factory/papirus-icon-theme/papirus-icon-theme.changes
2018-01-22 16:20:57.595082361 +0100
+++ 
/work/SRC/openSUSE:Factory/.papirus-icon-theme.new/papirus-icon-theme.changes   
2018-02-02 22:21:45.211356464 +0100
@@ -1,0 +2,18 @@
+Thu Feb  1 19:52:11 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 20180201
+  * Added symlinks for Flatpak apps 
(gh#PapirusDevelopmentTeam/papirus-icon-theme#1062)
+* GIMP
+   * Glade
+   * gitg
+   * dconf-editor
+   * Android Studio
+  * Added some mime symlinks for archives
+  * Added microphone-sensitivity-none-symbolic symlink for Cinnamon
+(gh#PapirusDevelopmentTeam/papirus-icon-theme#1095)
+  * Changed symbolic mail icons 
(gh#PapirusDevelopmentTeam/papirus-icon-theme#1076)
+  * Fixed Ibus Pinyin (gh#PapirusDevelopmentTeam/papirus-icon-theme#1093)
+  * Fixed animation of VPN connection
+  * Redesign stars icons (bookmarks, bookmarks-missing, plasmagik, COH2)
+
+---

Old:

  papirus-icon-theme-20180116.tar.gz

New:

  papirus-icon-theme-20180201.tar.gz



Other differences:
--
++ papirus-icon-theme.spec ++
--- /var/tmp/diff_new_pack.eEl5VA/_old  2018-02-02 22:21:46.303305486 +0100
+++ /var/tmp/diff_new_pack.eEl5VA/_new  2018-02-02 22:21:46.303305486 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   papirus-icon-theme
-Version:20180116
+Version:20180201
 Release:0
 Summary:Papirus icon theme for Linux
 License:GPL-3.0

++ papirus-icon-theme-20180116.tar.gz -> papirus-icon-theme-20180201.tar.gz 
++
/work/SRC/openSUSE:Factory/papirus-icon-theme/papirus-icon-theme-20180116.tar.gz
 
/work/SRC/openSUSE:Factory/.papirus-icon-theme.new/papirus-icon-theme-20180201.tar.gz
 differ: char 14, line 1




commit flannel for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package flannel for openSUSE:Factory checked 
in at 2018-02-02 22:22:20

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


Package is "flannel"

Fri Feb  2 22:22:20 2018 rev:9 rq:571977 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/flannel/flannel.changes  2017-12-29 
18:51:29.930741851 +0100
+++ /work/SRC/openSUSE:Factory/.flannel.new/flannel.changes 2018-02-02 
22:22:20.593704617 +0100
@@ -1,0 +2,5 @@
+Thu Feb  1 16:58:22 CET 2018 - r...@suse.de
+
+- do not build on s390, only on s390x (no go on s390)
+
+---



Other differences:
--
++ flannel.spec ++
--- /var/tmp/diff_new_pack.yLUCHg/_old  2018-02-02 22:22:21.205676047 +0100
+++ /var/tmp/diff_new_pack.yLUCHg/_new  2018-02-02 22:22:21.209675860 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  golang(API) >= 1.8
 Requires(post): %fillup_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:s390
 %{go_nostrip}
 %{go_provides}
 %{?systemd_requires}




commit alacarte for openSUSE:Factory

2018-02-02 Thread root


binus7qeDO4cI.bin
Description: Binary data


commit freeciv for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "freeciv"

Fri Feb  2 22:21:53 2018 rev:5 rq:571833 version:2.5.10

Changes:

--- /work/SRC/openSUSE:Factory/freeciv/freeciv.changes  2017-09-19 
17:35:22.592446244 +0200
+++ /work/SRC/openSUSE:Factory/.freeciv.new/freeciv.changes 2018-02-02 
22:21:54.342930152 +0100
@@ -1,0 +2,7 @@
+Thu Feb  1 21:22:16 UTC 2018 - astie...@suse.com
+
+- Freeciv 2.5.10:
+  * fixes for failure and crashes in certain game situations
+  * Minor adjustment and fixes to rules, gameplay, AI, Client UI
+
+---

Old:

  freeciv-2.5.9.tar.bz2

New:

  freeciv-2.5.10.tar.bz2



Other differences:
--
++ freeciv.spec ++
--- /var/tmp/diff_new_pack.ypUh9K/_old  2018-02-02 22:21:56.290839212 +0100
+++ /var/tmp/diff_new_pack.ypUh9K/_new  2018-02-02 22:21:56.290839212 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freeciv
 #
-# 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:   freeciv
-Version:2.5.9
+Version:2.5.10
 Release:0
 Summary:Free Civilization Clone
 License:GPL-2.0+

++ freeciv-2.5.9.tar.bz2 -> freeciv-2.5.10.tar.bz2 ++
/work/SRC/openSUSE:Factory/freeciv/freeciv-2.5.9.tar.bz2 
/work/SRC/openSUSE:Factory/.freeciv.new/freeciv-2.5.10.tar.bz2 differ: char 11, 
line 1






commit yast2-squid for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-squid for openSUSE:Factory 
checked in at 2018-02-02 22:21:46

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


Package is "yast2-squid"

Fri Feb  2 22:21:46 2018 rev:46 rq:571818 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-squid/yast2-squid.changes  2017-10-17 
01:52:03.795712646 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-squid.new/yast2-squid.changes 
2018-02-02 22:21:47.411253760 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 16:11:50 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---

Old:

  yast2-squid-4.0.0.tar.bz2

New:

  yast2-squid-4.0.1.tar.bz2



Other differences:
--
++ yast2-squid.spec ++
--- /var/tmp/diff_new_pack.QxfrCR/_old  2018-02-02 22:21:48.203216788 +0100
+++ /var/tmp/diff_new_pack.QxfrCR/_new  2018-02-02 22:21:48.207216601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-squid
 #
-# 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,14 @@
 
 
 Name:   yast2-squid
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_regex-devel
@@ -35,7 +36,8 @@
 BuildRequires:  libtool
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite

++ yast2-squid-4.0.0.tar.bz2 -> yast2-squid-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-4.0.0/Dockerfile 
new/yast2-squid-4.0.1/Dockerfile
--- old/yast2-squid-4.0.0/Dockerfile2017-02-01 10:38:22.081942258 +0100
+++ new/yast2-squid-4.0.1/Dockerfile2018-02-01 21:36:57.0 +0100
@@ -1,6 +1,6 @@
 FROM yastdevel/ruby
 RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
-  boost-devel \
+  libboost_regex-devel \
   gcc-c++ \
   libtool \
   yast2-core-devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-4.0.0/package/yast2-squid.changes 
new/yast2-squid-4.0.1/package/yast2-squid.changes
--- old/yast2-squid-4.0.0/package/yast2-squid.changes   2017-10-13 
15:01:31.206995386 +0200
+++ new/yast2-squid-4.0.1/package/yast2-squid.changes   2018-02-01 
21:36:57.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Jan 29 16:11:50 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---
 Fri Oct 13 10:35:05 UTC 2017 - lsle...@suse.cz
 
 - Replace the generic "boost-devel" build dependency with more
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-4.0.0/package/yast2-squid.spec 
new/yast2-squid-4.0.1/package/yast2-squid.spec
--- old/yast2-squid-4.0.0/package/yast2-squid.spec  2017-10-13 
15:01:31.206995386 +0200
+++ new/yast2-squid-4.0.1/package/yast2-squid.spec  2018-02-01 
21:36:57.0 +0100
@@ -17,13 +17,14 @@
 
 
 Name:   yast2-squid
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_regex-devel
@@ -35,7 +36,8 @@
 BuildRequires:  libtool
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-4.0.0/src/modules/Squid.rb 
new/yast2-squid-4.0.1/src/modules/Squid.rb
--- 

commit tomoe-gtk for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "tomoe-gtk"

Fri Feb  2 22:22:01 2018 rev:15 rq:571914 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/tomoe-gtk/tomoe-gtk.changes  2011-09-23 
12:48:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomoe-gtk.new/tomoe-gtk.changes 2018-02-02 
22:22:02.718539132 +0100
@@ -1,0 +2,13 @@
+Fri Feb  2 08:41:10 UTC 2018 - fst...@suse.com
+
+- Removed patches:
+  * gucharmap.patch
++ Commented out, thus not needed for build
+  * fix-build.patch
++ Unnecessary and actually breaks build
+- Regenerate the build files with modern tools
+- Pass explicitely --without-python and remove python dependencies,
+  since the tomoe package does not build them either
+- Run spec-cleaner
+
+---

Old:

  fix-build.patch
  gucharmap.patch



Other differences:
--
++ tomoe-gtk.spec ++
--- /var/tmp/diff_new_pack.ydN5Wr/_old  2018-02-02 22:22:03.394507574 +0100
+++ /var/tmp/diff_new_pack.ydN5Wr/_new  2018-02-02 22:22:03.394507574 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package tomoe-gtk (Version 0.6.0)
+# spec file for package tomoe-gtk
 #
-# Copyright (c) 2009 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,44 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   tomoe-gtk
 Version:0.6.0
-Release:23
-BuildRequires:  gtk2-devel gucharmap-devel python python-cairo-devel 
python-gobject2-devel python-gtk-devel tomoe-devel update-desktop-files
-%if %suse_version >= 1030
-BuildRequires:  fdupes
-%endif
-# for /usr/share/gtk-doc
-BuildRequires:  gtk-doc
+Release:0
+Summary:TOMOE GTK+ library
 License:LGPL-2.1+
 Group:  System/I18n/Japanese
-AutoReqProv:on
-Requires:   libtomoe-gtk0 = %{version}
-Provides:   libtomoe-gtk-0.5.1
-Obsoletes:  libtomoe-gtk-0.5.1
 Url:http://sourceforge.net/projects/tomoe/
 Source0:
http://kent.dl.sourceforge.net/sourceforge/tomoe/tomoe-gtk-0.6.0.tar.bz2
-Patch0: fix-build.patch
-Patch1: gucharmap.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+# for /usr/share/gtk-doc
+BuildRequires:  gtk-doc
+BuildRequires:  gtk2-devel
+BuildRequires:  gucharmap-devel
+BuildRequires:  libtool
+BuildRequires:  tomoe-devel
+BuildRequires:  update-desktop-files
 Requires:   %{name}-lang = %{version}
-Summary:TOMOE GTK+ library
+Requires:   libtomoe-gtk0 = %{version}
+BuildRequires:  fdupes
 
 %description
 TOMOE GTK+ library
 
-
-
-Authors:
-
-Takuro Ashie 
-HIGUCHI Daisuke 
-
 %package -n libtomoe-gtk0
-License:LGPL-2.1+
 Summary:TOMOE GTK+ library
 Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
@@ -60,101 +48,66 @@
 %description -n libtomoe-gtk0
 TOMOE GTK+ library
 
-
-
-Authors:
-
-Takuro Ashie 
-HIGUCHI Daisuke 
-
 %package devel
-License:LGPL-2.1+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/GNOME
-Requires:   %{name} = %{version} tomoe-devel gucharmap-devel
-Provides:   libtomoe-gtk-devel-0.5.1
-Obsoletes:  libtomoe-gtk-devel-0.5.1
+Requires:   %{name} = %{version}
+Requires:   gucharmap-devel
+Requires:   tomoe-devel
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Takuro Ashie 
-HIGUCHI Daisuke 
-
 %package doc
-License:LGPL-2.1+
 Summary:TOMOE GTK+ library
 Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
-Provides:   libtomoe-gtk-doc-0.5.1
-Obsoletes:  libtomoe-gtk-doc-0.5.1
 
 %description doc
 TOMOE GTK+ library
 
-
-
-Authors:
-
-Takuro Ashie 
-HIGUCHI Daisuke 
-
 %lang_package
+
 %prep
 %setup -q
-%patch0 -p 1
-%if %suse_version > 1100
-#%patch1 -p 1
-%endif
 
 %build
-#autoreconf --force --install
-export CFLAGS="$RPM_OPT_FLAGS"
+./autogen.sh

commit openlibm for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "openlibm"

Fri Feb  2 22:21:27 2018 rev:6 rq:569342 version:0.5.5

Changes:

--- /work/SRC/openSUSE:Factory/openlibm/openlibm.changes2016-05-25 
21:28:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlibm.new/openlibm.changes   2018-02-02 
22:21:28.516135889 +0100
@@ -1,0 +2,11 @@
+Tue Jan 23 22:54:53 UTC 2018 - jeng...@inai.de
+
+- Trim bias from description. Fix SRPM group.
+
+---
+Sat Jan  6 17:15:33 UTC 2018 - matwey.korni...@gmail.com
+
+- Version 0.5.5
+- Fix build for armv6l armv7l aarch64
+
+---

Old:

  openlibm-0.5.0.tar.gz

New:

  openlibm-0.5.5.tar.gz



Other differences:
--
++ openlibm.spec ++
--- /var/tmp/diff_new_pack.37kK1r/_old  2018-02-02 22:21:29.180104891 +0100
+++ /var/tmp/diff_new_pack.37kK1r/_new  2018-02-02 22:21:29.184104704 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openlibm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,37 +17,32 @@
 
 
 Name:   openlibm
-Version:0.5.0
+Version:0.5.5
 Release:0
 %define so_ver  2
 %define libname lib%{name}%{so_ver}
-Summary:High quality system independent, open source libm
+Summary:Standalone C mathematical library
 License:BSD-2-Clause and MIT
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:https://github.com/JuliaLang/openlibm/
 Source0:
https://github.com/JuliaLang/openlibm/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExcludeArch:ppc aarch64 s390 s390x
+ExcludeArch:ppc s390 s390x
 
 %description
-OpenLIBM is an effort to have a high quality standalone LIBM library.
-It is meant to be used standalone in applications and programming language
-implementations.
-
-The OpenLIBM code derives from the FreeBSD msun implementation,
-which in turn derives from FDLIBM 5.3. As a result, it has a number of
-fixes and updates that have accumulated over the years in msun,
-and also optimized assembly versions of many functions.
+OpenLibm is an implementation of a standalone C mathematical library
+(libm). It can be used standalone in applications and programming
+language implementations.
 
 %package -n %{libname}
-Summary:High quality system independent, open source libm
+Summary:Standalone C mathematical library
 Group:  System/Libraries
 
 %description -n %{libname}
-OpenLIBM is an effort to have a high quality standalone LIBM library.
-It is meant to be used standalone in applications and programming language
-implementations.
+OpenLibm is an implementation of a standalone C mathematical library
+(libm). It can be used standalone in applications and programming
+language implementations.
 
 The OpenLIBM code derives from the FreeBSD msun implementation,
 which in turn derives from FDLIBM 5.3. As a result, it has a number of
@@ -55,19 +50,14 @@
 and also optimized assembly versions of many functions.
 
 %packagedevel
-Summary:High quality system independent, open source libm
+Summary:Development files for openlibm
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 
 %descriptiondevel
-OpenLIBM is an effort to have a high quality standalone LIBM library.
-It is meant to be used standalone in applications and programming language
-implementations.
-
-The OpenLIBM code derives from the FreeBSD msun implementation,
-which in turn derives from FDLIBM 5.3. As a result, it has a number of
-fixes and updates that have accumulated over the years in msun,
-and also optimized assembly versions of many functions.
+OpenLibm is an implementation of a standalone C mathematical library
+(libm). It can be used standalone in applications and programming
+language implementations.
 
 This package provides libraries and header files for developing applications
 that use OpenLIBM.
@@ -79,7 +69,10 @@
 make %{?_smp_mflags} \
  FFLAGS="%{optflags}" \
  CFLAGS="%{optflags}" \
- ARCH=%{_arch}
+%ifarch armv6hl
+ MARCH="armv6" \
+%endif
+ ARCH="%{_arch}"
 
 %install
 make install 

commit rdma-core for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2018-02-02 22:20:59

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


Package is "rdma-core"

Fri Feb  2 22:20:59 2018 rev:18 rq:571752 version:16.2

Changes:

--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes  2018-01-21 
15:48:33.215091361 +0100
+++ /work/SRC/openSUSE:Factory/.rdma-core.new/rdma-core.changes 2018-02-02 
22:21:01.341404550 +0100
@@ -1,0 +2,11 @@
+Thu Feb  1 14:32:48 UTC 2018 - nmoreychaisemar...@suse.com
+
+- Update to rdma-core v16.2 (bsc#1078819):
+  * Backport fixes:
+* iwpmd: fix double mutex unlock
+* libbnxt_re: Fix lat test failure in event mode
+* libbnxt_re: Update and sort device pci-id table
+* cbuild: Support distros that only ship python3
+* libbnxt_re: Display FW version using ibv_devinfo
+
+---

Old:

  rdma-core-16.1.0.9b91e2e52871.tar.gz

New:

  rdma-core-16.2.0.20197e29921a.tar.gz



Other differences:
--
++ rdma-core.spec ++
--- /var/tmp/diff_new_pack.I3m1xm/_old  2018-02-02 22:21:02.329358427 +0100
+++ /var/tmp/diff_new_pack.I3m1xm/_new  2018-02-02 22:21:02.58241 +0100
@@ -17,9 +17,9 @@
 
 
 %bcond_without  systemd
-%define git_ver .0.9b91e2e52871
+%define git_ver .0.20197e29921a
 Name:   rdma-core
-Version:16.1
+Version:16.2
 Release:0
 Summary:RDMA core userspace libraries and daemons
 License:GPL-2.0 or BSD-2-Clause

++ _service ++
--- /var/tmp/diff_new_pack.I3m1xm/_old  2018-02-02 22:21:02.365356747 +0100
+++ /var/tmp/diff_new_pack.I3m1xm/_new  2018-02-02 22:21:02.365356747 +0100
@@ -8,7 +8,7 @@
 @PARENT_TAG@.@TAG_OFFSET@.%h
 v(.*)
 \1
-9b91e2e5287160025f6fc0b555c8f0debfaf9b12
+20197e29921a558c2552665b52784fcfa1fd8982
suse/rdma-core.spec
   
   

++ rdma-core-16.1.0.9b91e2e52871.tar.gz -> 
rdma-core-16.2.0.20197e29921a.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rdma-core-16.1.0.9b91e2e52871/CMakeLists.txt 
new/rdma-core-16.2.0.20197e29921a/CMakeLists.txt
--- old/rdma-core-16.1.0.9b91e2e52871/CMakeLists.txt2018-01-04 
09:33:06.0 +0100
+++ new/rdma-core-16.2.0.20197e29921a/CMakeLists.txt2018-02-01 
09:38:44.0 +0100
@@ -48,7 +48,7 @@
 set(PACKAGE_NAME "RDMA")
 
 # See Documentation/versioning.md
-set(PACKAGE_VERSION "16.1")
+set(PACKAGE_VERSION "16.2")
 # 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.1.0.9b91e2e52871/buildlib/cbuild 
new/rdma-core-16.2.0.20197e29921a/buildlib/cbuild
--- old/rdma-core-16.1.0.9b91e2e52871/buildlib/cbuild   2018-01-04 
09:33:06.0 +0100
+++ new/rdma-core-16.2.0.20197e29921a/buildlib/cbuild   2018-02-01 
09:38:44.0 +0100
@@ -73,6 +73,7 @@
 self.lines = ["FROM %s"%(src)];
 
 class Environment(object):
+python_cmd = "python";
 aliases = set();
 use_make = False;
 proxy = True;
@@ -324,6 +325,9 @@
 name = "tumbleweed";
 specfile = "suse/rdma-core.spec";
 rpmbuild_options = [ "--without=curlmini" ];
+# tumbleweed no longer includes python2 in the base docker images, only 
python3,
+# use that instead.
+python_cmd = "python3";
 
 # -
 
@@ -458,17 +462,17 @@
 print >> F,"""
 import os,subprocess;
 with open("/etc/passwd","a") as F:
-   print >> F, {passwd!r};
+   F.write({passwd!r} + "\\n");
 with open("/etc/group","a") as F:
-   print >> F, {group!r};
+   F.write({group!r} + "\\n");
 os.setgid({gid:d});
 os.setuid({uid:d});
 
 # Get RPM to tell us the expected tar filename.
 for ln in 
subprocess.check_output(["rpmspec","-P",{tspec_file!r}]).splitlines():
-   if ln.startswith("Source:"):
-  tarfn = ln.strip().partition(' ')[2].strip();
-os.symlink({tarfn!r},os.path.join("SOURCES",tarfn));
+   if ln.startswith(b"Source:"):
+  tarfn = ln.strip().partition(b' ')[2].strip();
+os.symlink({tarfn!r},os.path.join(b"SOURCES",tarfn));
 """.format(passwd=":".join(str(I) for I in pwd.getpwuid(os.getuid())),
group=":".join(str(I) for I in grp.getgrgid(os.getgid())),
uid=os.getuid(),
@@ -489,7 +493,7 @@
 if args.run_shell:
 opts.append("/bin/bash");
 else:
-opts.extend(["python","go.py"]);
+opts.extend([env.python_cmd,"go.py"]);
 
 

commit net-snmp for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2018-02-02 22:21:04

Comparing /work/SRC/openSUSE:Factory/net-snmp (Old)
 and  /work/SRC/openSUSE:Factory/.net-snmp.new (New)


Package is "net-snmp"

Fri Feb  2 22:21:04 2018 rev:84 rq:571968 version:5.7.3

Changes:

--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes2017-12-21 
11:23:45.491889719 +0100
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2018-02-02 
22:21:06.785150408 +0100
@@ -1,0 +2,37 @@
+Thu Feb  1 23:15:44 UTC 2018 - jeng...@inai.de
+
+- Fix RPM group for shlib subpackage.
+
+---
+Wed Jan 24 14:07:16 UTC 2018 - tchva...@suse.com
+
+- Properly conditionalize the py2 build
+
+---
+Wed Jan 24 13:09:36 UTC 2018 - tchva...@suse.com
+
+- Add patch from Fedora to support natively systemd:
+  * net-snmp-5.7.2-systemd.patch
+- Drop the check phase as whole 90% of the tests fail it makes
+  more sense to run them somewhere localy
+
+---
+Mon Jan 22 12:24:33 UTC 2018 - tchva...@suse.com
+
+- Take systemd service files from fedora to replace sysV scripts
+- Also convert the sysconfig files to match fedora ones, they
+  get bit more terse but it works seamlessly with systemd
+
+---
+Fri Jan 19 17:36:38 UTC 2018 - tchva...@suse.com
+
+- Format with spec-cleaner
+- Drop sle11 support as it fails to build anyway for ages
+- Rename python packages to be python-%{name} with obsoletes
+  * Use new singlespec macros
+  * Add patch converting the py files to python3/2 compat mode
+net-snmp-python3.patch
+- Run full autoreconf instead of partial
+- Build with threads by building few targets first
+
+---

Old:

  net-snmp.sysconfig
  rc.snmpd
  rc.snmptrapd

New:

  net-snmp-5.7.2-systemd.patch
  net-snmp-python3.patch
  net-snmp-tmpfs.conf
  snmpd.service
  snmpd.sysconfig
  snmptrapd.service
  snmptrapd.sysconfig



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.AEDqol/_old  2018-02-02 22:21:08.373076275 +0100
+++ /var/tmp/diff_new_pack.AEDqol/_new  2018-02-02 22:21:08.377076088 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package net-snmp
 #
-# 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,58 +16,38 @@
 #
 
 
-#Compat macro for new _fillupdir macro introduced in Nov 2017
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define netsnmp_logfile %{_localstatedir}/log/net-snmpd.log
+%define netsnmp_agentx_socket_dir_fhs %{_rundir}/agentx
+%define netsnmp_agentx_socket_dir_rfc %{_localstatedir}/agentx
+# Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
-# compatibility for SLES11 <=SP1
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-
-%define pkg_name net-snmp
 %ifnarch s390 s390x
 %define netsnmp_with_sensors 1
 %endif
-%define netsnmp_check 1
-%define netsnmp_logfile /var/log/net-snmpd.log
-%if ! %{defined _rundir}
-%define _rundir %{_localstatedir}/run
-%endif
-%define netsnmp_agentx_socket_dir_fhs %{_rundir}/agentx
-%define netsnmp_agentx_socket_dir_rfc /var/agentx
-
+%define libname libsnmp30
+%bcond_without python2
 Name:   net-snmp
 Version:5.7.3
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  openssl-devel
-BuildRequires:  procps
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  rpm-devel
-BuildRequires:  tcpd-devel
-%if 0%{?netsnmp_with_sensors}
-BuildRequires:  libsensors4-devel
-%endif
-Requires:   logrotate
-Requires:   perl-SNMP = %{version}
-Requires:   perl-TermReadKey
-PreReq: %insserv_prereq %fillup_prereq /sbin/chkconfig
+Summary:SNMP Daemon
+License:BSD-3-Clause AND MIT
+Group:  Productivity/Networking/Other
 Url:

commit ruby2.5 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package ruby2.5 for openSUSE:Factory checked 
in at 2018-02-02 22:20:52

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


Package is "ruby2.5"

Fri Feb  2 22:20:52 2018 rev:10 rq:571736 version:2.5.0

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.5/ruby2.5.changes  2018-01-20 
11:24:55.945366484 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.5.new/ruby2.5.changes 2018-02-02 
22:20:53.765758221 +0100
@@ -1,0 +2,6 @@
+Thu Jan 25 15:30:42 UTC 2018 - mrueck...@suse.de
+
+- fix dump-versions.rb: it was picking up system rdoc versions on
+  some source dirs
+
+---



Other differences:
--
++ dump-versions.rb ++
--- /var/tmp/diff_new_pack.k16Ag6/_old  2018-02-02 22:20:54.853707430 +0100
+++ /var/tmp/diff_new_pack.k16Ag6/_new  2018-02-02 22:20:54.853707430 +0100
@@ -1,7 +1,13 @@
 #!/usr/bin/ruby
-dir = ARGV.first || './'
-$LOAD_PATH << File.join(dir,"lib")
-Dir[File.join(dir, '**/*.gemspec')].sort.each do |gemspec_path|
+dir = './'
+Dir.chdir(dir)
+unless File.exists? 'lib/rdoc.rb'
+  $stderr.puts "not an unpacked ruby tarball? no lib/rdoc.rb found."
+  exit 1
+end
+$:.unshift(File.join(dir,"lib"))
+require 'rdoc'
+Dir['**/*.gemspec'].sort.each do |gemspec_path|
   next if /(test|spec)\// =~ gemspec_path
   # $stderr.puts "Handling #{gemspec_path}"
   gemspec = Gem::Specification.load(gemspec_path)




commit gnu-efi for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package gnu-efi for openSUSE:Factory checked 
in at 2018-02-02 22:20:20

Comparing /work/SRC/openSUSE:Factory/gnu-efi (Old)
 and  /work/SRC/openSUSE:Factory/.gnu-efi.new (New)


Package is "gnu-efi"

Fri Feb  2 22:20:20 2018 rev:27 rq:571702 version:3.0.5

Changes:

--- /work/SRC/openSUSE:Factory/gnu-efi/gnu-efi.changes  2017-06-23 
09:16:39.132954543 +0200
+++ /work/SRC/openSUSE:Factory/.gnu-efi.new/gnu-efi.changes 2018-02-02 
22:20:22.435220892 +0100
@@ -1,0 +2,5 @@
+Sat Jan 27 16:55:32 UTC 2018 - guilla...@opensuse.org
+
+- Add gnu-efi-fix-armv7-detection.patch to fix ARM32 builds
+
+---

New:

  gnu-efi-fix-armv7-detection.patch



Other differences:
--
++ gnu-efi.spec ++
--- /var/tmp/diff_new_pack.MnTqEL/_old  2018-02-02 22:20:23.099189895 +0100
+++ /var/tmp/diff_new_pack.MnTqEL/_new  2018-02-02 22:20:23.099189895 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnu-efi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Patch1: gnu-efi-fix-switch-warning.patch
 Patch2: gnu-efi-ar-stable-order.patch
 Patch3: gnu-efi-fix-efi-pxe-base-code.patch
+Patch4: gnu-efi-fix-armv7-detection.patch
 BuildRequires:  kernel-source
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ia64 %ix86 x86_64 aarch64 %arm
@@ -42,6 +43,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p0
 
 %build
 ##

++ gnu-efi-fix-armv7-detection.patch ++
--- Make.defaults.orig  2018-02-01 10:32:41.616449383 +0100
+++ Make.defaults   2018-02-01 10:35:05.964876126 +0100
@@ -75,6 +75,10 @@ ifeq ($(ARCH),amd64)
   override ARCH := x86_64
 endif
 
+ifeq ($(ARCH),armv7hl)
+  override ARCH := arm
+endif
+
 #
 # Where to build the package
 #



commit konsole for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "konsole"

Fri Feb  2 22:20:14 2018 rev:90 rq:571654 version:17.12.1

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2018-01-17 
21:51:24.946574243 +0100
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2018-02-02 
22:20:15.599540016 +0100
@@ -1,0 +2,7 @@
+Thu Feb  1 08:57:19 UTC 2018 - wer...@suse.de
+
+- Temporary add patch konsole-D10064.id25855.diff which is based on
+  the Diff 25855 from https://phabricator.kde.org/D10064 for Support
+  of ECMA-48 REP (boo#1054448, bsc#1078565, and kde#384620)
+
+---

New:

  konsole-D10064.id25855.diff



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.6SLSHn/_old  2018-02-02 22:20:16.351504911 +0100
+++ /var/tmp/diff_new_pack.6SLSHn/_new  2018-02-02 22:20:16.355504724 +0100
@@ -37,6 +37,8 @@
 Source24:   utilities-terminal-su-48.png
 Source25:   utilities-terminal-su-64.png
 Source26:   utilities-terminal-su-128.png
+# PATCH-FIX-UPSTREAM https://phabricator.kde.org/D10064
+Patch0: konsole-D10064.id25855.diff
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel
 BuildRequires:  kcompletion-devel
@@ -106,6 +108,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
   %cmake_kf5 -d build

++ konsole-D10064.id25855.diff ++
Subject: Support ECMA-48 REP
From: Chih-Hsuan Yen
References: boo#1054448
References: bsc#1078565
References: kde#384620

Based on https://phabricator.kde.org/D10064

diff --git konsole-17.12.1/src/Screen.cpp konsole-17.12.1/src/Screen.cpp
--- konsole-17.12.1/src/Screen.cpp
+++ konsole-17.12.1/src/Screen.cpp
@@ -73,7 +73,8 @@ Screen::Screen(int lines, int columns):
 _effectiveForeground(CharacterColor()),
 _effectiveBackground(CharacterColor()),
 _effectiveRendition(DEFAULT_RENDITION),
-_lastPos(-1)
+_lastPos(-1),
+_lastDrawnChar(0)
 {
 _lineProperties.resize(_lines + 1);
 for (int i = 0; i < _lines + 1; i++)
@@ -223,6 +224,24 @@ void Screen::insertChars(int n)
 _screenLines[_cuY].resize(_columns);
 }
 
+void Screen::repeatChars(int n)
+{
+if (n == 0) {
+n = 1; // Default
+}
+
+// From ECMA-48 version 5, section 8.3.103:
+// "If the character preceding REP is a control function or part of a
+// control function, the effect of REP is not defined by this Standard."
+//
+// So, a "normal" program should always use REP immediately after a visible
+// character (those other than escape sequences). So, _lastDrawnChar can be
+// safely used.
+for (int i = 0; i < n; i++) {
+displayCharacter(_lastDrawnChar);
+}
+}
+
 void Screen::deleteLines(int n)
 {
 if (n == 0) n = 1; // Default
@@ -695,6 +714,8 @@ void Screen::displayCharacter(unsigned s
 currentChar.rendition = _effectiveRendition;
 currentChar.isRealCharacter = true;
 
+_lastDrawnChar = c;
+
 int i = 0;
 const int newCursorX = _cuX + w--;
 while (w != 0) {
diff --git konsole-17.12.1/src/Screen.h konsole-17.12.1/src/Screen.h
--- konsole-17.12.1/src/Screen.h
+++ konsole-17.12.1/src/Screen.h
@@ -203,6 +203,11 @@ public:
  */
 void insertChars(int n);
 /**
+ * Repeat the preceeding graphic character @n times, including SPACE.
+ * If @n is 0 then the character is repeated once.
+ */
+void repeatChars(int n);
+/**
  * Removes @p n lines beginning from the current cursor position.
  * The position of the cursor is not altered.
  * If @p n is 0 then one line is removed.
@@ -714,6 +719,9 @@ private:
 
 // last position where we added a character
 int _lastPos;
+
+// used in REP (repeating char)
+unsigned short _lastDrawnChar;
 };
 }
 
diff --git konsole-17.12.1/src/Vt102Emulation.cpp 
konsole-17.12.1/src/Vt102Emulation.cpp
--- konsole-17.12.1/src/Vt102Emulation.cpp
+++ konsole-17.12.1/src/Vt102Emulation.cpp
@@ -240,7 +240,7 @@ void Vt102Emulation::initTokenizer()
 for (i = 32; i < 256; ++i) {
 charClass[i] |= CHR;
 }
-for (s = (quint8 *)"@ABCDGHILMPSTXZcdfry"; *s != 0u; ++s) {
+for (s = (quint8 *)"@ABCDGHILMPSTXZbcdfry"; *s != 0u; ++s) {
 charClass[*s] |= CPN;
 }
 // resize = \e[8;;t
@@ -680,6 +680,7 @@ void Vt102Emulation::processToken(int to
 case TY_CSI_PN('T'  ) : _currentScreen->scrollDown   (p
 ); break;
 case TY_CSI_PN('X'  ) : _currentScreen->eraseChars   (p
 ); break;
 case TY_CSI_PN('Z'  ) : 

commit grub2 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "grub2"

Fri Feb  2 22:19:58 2018 rev:175 rq:571597 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2017-12-13 
11:56:00.559511479 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2018-02-02 
22:19:59.808277231 +0100
@@ -1,0 +2,10 @@
+Tue Jan 23 04:41:22 UTC 2018 - mch...@suse.com
+
+- Check if default entry need to be corrected for updated distributor version
+  and/or use fallback entry if default kernel entry removed (bsc#1065349)
+  * grub2-check-default.sh
+  * grub2-mkconfig-default-entry-correction.patch
+- Fix grub2-mkconfig warning when disk is LVM PV (bsc#1071239)
+  * grub2-getroot-scan-disk-pv.patch
+
+---

New:

  grub2-check-default.sh
  grub2-getroot-scan-disk-pv.patch
  grub2-mkconfig-default-entry-correction.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.XJhVrJ/_old  2018-02-02 22:20:03.152121123 +0100
+++ /var/tmp/diff_new_pack.XJhVrJ/_new  2018-02-02 22:20:03.156120937 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grub2
 #
-# 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
@@ -160,6 +160,7 @@
 Source16:   grub2-xen-pv-firmware.cfg
 # required hook for systemd-sleep (bsc#941758)
 Source17:   grub2-systemd-sleep.sh
+Source18:   grub2-check-default.sh
 Source1000: PATCH_POLICY
 Patch1: rename-grub-info-file-to-grub2.patch
 Patch2: grub2-linux.patch
@@ -213,6 +214,7 @@
 Patch83:grub2-efi-uga-64bit-fb.patch
 Patch84:grub2-s390x-09-improve-zipl-setup.patch
 Patch85:
grub2-install-remove-useless-check-PReP-partition-is-empty.patch
+Patch86:grub2-getroot-scan-disk-pv.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -273,6 +275,9 @@
 # UEFI HTTP and related network protocol support (FATE#320130)
 Patch420:   0001-add-support-for-UEFI-network-protocols.patch
 Patch421:   0002-AUDIT-0-http-boot-tracker-bug.patch
+# check if default entry need to be corrected for updated distributor version 
+# and/or use fallback entry if default kernel entry removed (bsc#1065349)
+Patch430:   grub2-mkconfig-default-entry-correction.patch
 
 Requires:   gettext-runtime
 %if 0%{?suse_version} >= 1140
@@ -487,6 +492,7 @@
 %patch83 -p1
 %patch84 -p1
 %patch85 -p1
+%patch86 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1
@@ -537,6 +543,7 @@
 %patch412 -p1
 %patch420 -p1
 %patch421 -p1
+%patch430 -p1
 # patches above may update the timestamp of grub.texi
 # and via build-aux/mdate-sh they end up in grub2.info, breaking build-compare
 [ -z "$SOURCE_DATE_EPOCH" ] ||\
@@ -795,6 +802,7 @@
 install -m 644 -D %{SOURCE15} $RPM_BUILD_ROOT%{_unitdir}/grub2-once.service
 install -m 755 -D %{SOURCE17} 
$RPM_BUILD_ROOT%{_libdir}/systemd/system-sleep/grub2.sleep
 %endif
+install -m 755 -D %{SOURCE18} $RPM_BUILD_ROOT%{_sbindir}/grub2-check-default
 
 R=$RPM_BUILD_ROOT
 %ifarch %{ix86} x86_64
@@ -1018,6 +1026,7 @@
 %{_sbindir}/%{name}-probe
 %{_sbindir}/%{name}-reboot
 %{_sbindir}/%{name}-set-default
+%{_sbindir}/%{name}-check-default
 %{_bindir}/%{name}-editenv
 %{_bindir}/%{name}-file
 %{_bindir}/%{name}-fstest


++ grub2-check-default.sh ++
#!/bin/sh

set -e

fallback_entry () {

  local saved=$1
  local FALLBACK_MATCH=`echo $saved | sed -e '/>/!d' -e '/>/s/>.*$//'`

  if [ -n "$FALLBACK_MATCH" ]; then
for i in $MENU_ENTRIES; do
  if expr match "$i" "^$FALLBACK_MATCH" >/dev/null ; then
echo "$i"
return 0
  fi
done
  fi
  return 0
}

run_command () {
  [ x"$DEBUG_RUN" = x1 ] && echo $@ || $@ 
}

debug_print () {
  [ x"$DEBUG_RUN" = x1 ] && echo $@ || true
}

case $1 in
-d|--debug)
  DEBUG_RUN=1
  ;;
esac

GRUB_EDITENV="/usr/bin/grub2-editenv"
GRUB_SET_DEFAULT="/usr/sbin/grub2-set-default"

SAVED_ENTRY=`${GRUB_EDITENV} list | sed -ne "/^saved_entry=/{s@\"\(.*\)\"@\1@;t 
1;s@'\(.*\)'@\1@;: 1;s@^[^=]\+=@@;p;b}"`

debug_print "SAVED_ENTRY=$SAVED_ENTRY"

[ -z "$SAVED_ENTRY" ] && exit 0

MENU_ENTRIES=`awk '
  BEGIN {
bracket = 0
  }
  {
patsplit($0, words, "([^[:blank:]]+)|(\"[^\"]+\")|('\''[^'\'']*'\'')", sep)

cmd = words[1]

commit dhcp for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "dhcp"

Fri Feb  2 22:20:07 2018 rev:106 rq:571637 version:4.3.5

Changes:

--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes2017-12-23 
12:16:38.135923448 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2018-02-02 
22:20:08.711861567 +0100
@@ -1,0 +2,13 @@
+Fri Jan 19 12:16:47 CET 2018 - n...@suse.de
+
+- Optimized if and when DNS client context and ports
+ are initted (bsc#1073935)
+ [+0022-Optimized-if-and-when-DNS-client-context-and-ports.patch]
+
+---
+Tue Jan 16 16:15:45 CET 2018 - n...@suse.de
+
+- Plugs a socket descriptor leak in OMAPI(bsc#1076119, CVE-2017-3144) 
+  [ +0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch]
+
+---

New:

  0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch
  0022-Optimized-if-and-when-DNS-client-context-and-ports.patch



Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.2HVa0g/_old  2018-02-02 22:20:12.467686227 +0100
+++ /var/tmp/diff_new_pack.2HVa0g/_new  2018-02-02 22:20:12.471686040 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# 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
@@ -113,6 +113,8 @@
 # PATCH-FIX-SLE dhcp-4.2.4-P1-interval bsc#947780
 Patch19:0019-dhcp-4.2.4-P1-interval.patch
 Patch20:0020-dhcp-4.x.x-fixed-improper-lease-duration-checking.patch
+Patch21:0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch
+Patch22:0022-Optimized-if-and-when-DNS-client-context-and-ports.patch
 ##
 PreReq: /bin/touch /sbin/chkconfig sysconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -249,6 +251,8 @@
 %patch18 -p1
 %patch19 -p1
 %patch20 -p1
+%patch21 -p1
+%patch22 -p1
 ##
 find . -type f -name \*.cat\* -exec rm -f {} \;
 dos2unix contrib/ms2isc/*

++ 0021-master-Plugs-a-socket-descriptor-leak-in-OMAPI.patch ++
>From 1a6b62fe17a42b00fa234d06b6dfde3d03451894 Mon Sep 17 00:00:00 2001
From: Thomas Markwalder 
Date: Thu, 7 Dec 2017 11:23:36 -0500
Subject: [PATCH] [master] Plugs a socket descriptor leak in OMAPI

Merges in rt46767.
---
 RELNOTES | 5 +
 omapip/buffer.c  | 9 +
 omapip/message.c | 2 +-
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/RELNOTES b/RELNOTES
index cf44b3e..d43e7b3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -919,6 +919,11 @@ by Eric Young (e...@cryptsoft.com).
   and our website for directions on bug submissions.
   [ISC-Bugs #24789]
 
+- Plugged a socket descriptor leak in OMAPI, that can occur when there is
+  data pending to be written to an OMAPI connection, when the connection
+  is closed by the reader.
+  [ISc-Bugs #46767]
+
Changes since 4.2.0 (new features)
 
 - If a client renews before 'dhcp-cache-threshold' percent of its lease
diff --git a/omapip/buffer.c b/omapip/buffer.c
index f7fdc32..809034d 100644
--- a/omapip/buffer.c
+++ b/omapip/buffer.c
@@ -566,6 +566,15 @@ isc_result_t omapi_connection_writer (omapi_object_t *h)
omapi_buffer_dereference (, MDL);
}
}
+
+   /* If we had data left to write when we're told to disconnect,
+   * we need recall disconnect, now that we're done writing.
+   * See rt46767. */
+   if (c->out_bytes == 0 && c->state == omapi_connection_disconnecting) {
+   omapi_disconnect (h, 1);
+   return ISC_R_SHUTTINGDOWN;
+   }
+
return ISC_R_SUCCESS;
 }
 
diff --git a/omapip/message.c b/omapip/message.c
index 59ccdc2..21bcfc3 100644
--- a/omapip/message.c
+++ b/omapip/message.c
@@ -339,7 +339,7 @@ isc_result_t omapi_message_unregister (omapi_object_t *mo)
 }
 
 #ifdef DEBUG_PROTOCOL
-static const char *omapi_message_op_name(int op) {
+const char *omapi_message_op_name(int op) {
switch (op) {
case OMAPI_OP_OPEN:return "OMAPI_OP_OPEN";
case OMAPI_OP_REFRESH: return "OMAPI_OP_REFRESH";
++ 0022-Optimized-if-and-when-DNS-client-context-and-ports.patch ++
>From df869de2b9f95f14ce4eca142afaf0f1fef29809 Mon Sep 17 00:00:00 2001
From: Nirmoy Das 
Date: Thu, 11 Jan 2018 10:20:59 +0100
Subject: [PATCH] modified for SLES

>From 

commit libreadline5 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "libreadline5"

Fri Feb  2 22:20:03 2018 rev:20 rq:571621 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/libreadline5/libreadline5.changes
2017-05-20 14:29:59.718881178 +0200
+++ /work/SRC/openSUSE:Factory/.libreadline5.new/libreadline5.changes   
2018-02-02 22:20:03.916085458 +0100
@@ -1,0 +2,11 @@
+Thu Feb  1 07:47:48 UTC 2018 - wer...@suse.de
+
+- Add check for %{ext_man} macro 
+
+---
+Wed Oct 18 05:57:51 UTC 2017 - jay...@gmail.com
+
+- Use %{ext_man} and explicitly remove %{_infodir}/dir before creating
+  package to allow builds on RHEL and derived Linux distributions
+
+---



Other differences:
--
++ libreadline5.spec ++
--- /var/tmp/diff_new_pack.352xpE/_old  2018-02-02 22:20:04.612052967 +0100
+++ /var/tmp/diff_new_pack.352xpE/_new  2018-02-02 22:20:04.616052780 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libreadline5
 #
-# 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
@@ -40,6 +40,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _incdir %{_includedir}
+%if !%{defined ext_man}
+%global ext_man.gz
+%endif
 
 %description
 The readline library is used by the Bourne Again Shell (bash, the
@@ -138,6 +141,7 @@
   rm -fv %{buildroot}%{_libdir}/libreadline.so.*
   rm -fv %{buildroot}%{_mandir}/man3/history.3*
   rm -fv %{buildroot}%{_infodir}/*.info*
+  rm -rfv %{buildroot}%{_infodir}/dir
 
 #
 # Make sure not to be broken
@@ -171,6 +175,6 @@
 %{_libdir}/readline5/libhistory.so
 %{_libdir}/readline5/libreadline.a
 %{_libdir}/readline5/libreadline.so
-%doc %{_mandir}/man3/readline5.3.gz
+%doc %{_mandir}/man3/readline5.3%{ext_man}
 
 %changelog




commit openssh for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "openssh"

Fri Feb  2 22:19:52 2018 rev:114 rq:571577 version:7.6p1

Changes:

--- /work/SRC/openSUSE:Factory/openssh/openssh-askpass-gnome.changes
2016-07-28 23:45:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh-askpass-gnome.changes   
2018-02-02 22:19:53.864554713 +0100
@@ -1,0 +2,11 @@
+Wed Jan 31 22:54:55 UTC 2018 - pce...@suse.com
+
+- .spec file cleanup
+
+---
+Fri Nov  3 12:27:18 UTC 2017 - pce...@suse.com
+
+- upgrade to 7.6p1
+  see main package changelog for details
+
+---
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2018-01-22 
15:56:42.935142459 +0100
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes 2018-02-02 
22:19:53.908552659 +0100
@@ -1,0 +2,11 @@
+Wed Jan 31 13:31:41 UTC 2018 - pce...@suse.com
+
+- Add missing crypto hardware enablement patches for IBM mainframes
+  (FATE#323902)
+
+---
+Wed Jan 24 21:42:35 UTC 2018 - pce...@suse.com
+
+- add missing part of systemd integration (unit type)
+
+---



Other differences:
--
++ openssh-askpass-gnome.spec ++
--- /var/tmp/diff_new_pack.F1pRlK/_old  2018-02-02 22:19:54.832509524 +0100
+++ /var/tmp/diff_new_pack.F1pRlK/_new  2018-02-02 22:19:54.836509338 +0100
@@ -16,26 +16,18 @@
 #
 
 
+%define _name openssh
 Name:   openssh-askpass-gnome
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  gtk2-devel
-BuildRequires:  krb5-devel
-BuildRequires:  openssh
-BuildRequires:  openssl-devel
-BuildRequires:  pam-devel
-BuildRequires:  tcpd-devel
-BuildRequires:  update-desktop-files
 Version:7.6p1
 Release:0
-Requires:   openssh = %{version}
+Requires:   %{_name} = %{version}
 Summary:A GNOME-Based Passphrase Dialog for OpenSSH
 License:BSD-2-Clause
 Group:  Productivity/Networking/SSH
 Url:http://www.openssh.com/
-%define _name openssh
-Source: 
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
-Source42:   
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
+Source: 
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{_name}-%{version}.tar.gz
+Source42:   
http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{_name}-%{version}.tar.gz.asc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ openssh-7.6p1-SUSE_patches.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SUSE_patches/openssh-7.6p1-seccomp_ioctl_s390_EP11.patch 
new/SUSE_patches/openssh-7.6p1-seccomp_ioctl_s390_EP11.patch
--- old/SUSE_patches/openssh-7.6p1-seccomp_ioctl_s390_EP11.patch
1970-01-01 01:00:00.0 +0100
+++ new/SUSE_patches/openssh-7.6p1-seccomp_ioctl_s390_EP11.patch
2018-01-30 00:18:17.0 +0100
@@ -0,0 +1,36 @@
+# HG changeset patch
+# Parent  a64f36149cef8579bcca3c9207219603d5d3da48
+Patch from IBM enabling use of EP11 hw crypto accelerator, submitted upstreams:
+
+From: Eduardo Barretto 
+To: openssh-unix-...@mindrot.org
+Subject: [PATCH 3/3] Enable specific ioctl call for EP11 crypto card (s390)
+Date: Tue,  9 May 2017 14:27:15 -0300
+
+The EP11 crypto card needs to make an ioctl call, which receives an
+specific argument. This crypto card is for s390 only.
+
+Signed-off-by: Eduardo Barretto 
+
+diff --git a/openssh-7.6p1/sandbox-seccomp-filter.c 
b/openssh-7.6p1/sandbox-seccomp-filter.c
+--- a/openssh-7.6p1/sandbox-seccomp-filter.c
 b/openssh-7.6p1/sandbox-seccomp-filter.c
+@@ -248,16 +248,18 @@ static const struct sock_filter preauth_
+   SC_ALLOW_ARG(__NR_socketcall, 0, SYS_SHUTDOWN),
+   SC_DENY(__NR_socketcall, EACCES),
+ #endif
+ #if defined(__NR_ioctl) && defined(__s390__)
+   /* Allow ioctls for ICA crypto card on s390 */
+   SC_ALLOW_ARG(__NR_ioctl, 1, Z90STAT_STATUS_MASK),
+   SC_ALLOW_ARG(__NR_ioctl, 1, ICARSAMODEXPO),
+   SC_ALLOW_ARG(__NR_ioctl, 1, ICARSACRT),
++  /* Allow ioctls for EP11 crypto card on s390 */
++  SC_ALLOW_ARG(__NR_ioctl, 1, ZSENDEP11CPRB),
+ #endif
+ #if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT)
+   /*
+* On Linux x32, the clock_gettime 

commit yast2-ntp-client for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2018-02-02 22:19:24

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


Package is "yast2-ntp-client"

Fri Feb  2 22:19:24 2018 rev:101 rq:572102 version:4.0.7

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2018-01-17 21:42:35.847334681 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2018-02-02 22:19:24.853909070 +0100
@@ -1,0 +2,8 @@
+Fri Feb  2 16:38:55 UTC 2018 - jreidin...@suse.com
+
+- set properly range for sync interval (bsc#1079117)
+- Mention proper configuration file when write failed (bsc#1079120)
+- validate pool address (bsc#1079120)
+- 4.0.7
+
+---

Old:

  yast2-ntp-client-4.0.6.tar.bz2

New:

  yast2-ntp-client-4.0.7.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.u7BfV8/_old  2018-02-02 22:19:25.365885168 +0100
+++ /var/tmp/diff_new_pack.u7BfV8/_new  2018-02-02 22:19:25.369884981 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ntp-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-ntp-client
-Version:4.0.6
+Version:4.0.7
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+

++ yast2-ntp-client-4.0.6.tar.bz2 -> yast2-ntp-client-4.0.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-4.0.6/package/yast2-ntp-client.changes 
new/yast2-ntp-client-4.0.7/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-4.0.6/package/yast2-ntp-client.changes 2017-12-13 
16:20:23.0 +0100
+++ new/yast2-ntp-client-4.0.7/package/yast2-ntp-client.changes 2018-02-02 
18:24:58.0 +0100
@@ -1,4 +1,12 @@
 ---
+Fri Feb  2 16:38:55 UTC 2018 - jreidin...@suse.com
+
+- set properly range for sync interval (bsc#1079117)
+- Mention proper configuration file when write failed (bsc#1079120)
+- validate pool address (bsc#1079120)
+- 4.0.7
+
+---
 Wed Dec 13 14:40:48 UTC 2017 - jreidin...@suse.com
 
 - Do minimal modification to default chrony.conf in autoyast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-4.0.6/package/yast2-ntp-client.spec 
new/yast2-ntp-client-4.0.7/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-4.0.6/package/yast2-ntp-client.spec2017-12-13 
16:20:23.0 +0100
+++ new/yast2-ntp-client-4.0.7/package/yast2-ntp-client.spec2018-02-02 
18:24:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:4.0.6
+Version:4.0.7
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-4.0.6/src/clients/ntp-client_proposal.rb 
new/yast2-ntp-client-4.0.7/src/clients/ntp-client_proposal.rb
--- old/yast2-ntp-client-4.0.6/src/clients/ntp-client_proposal.rb   
2017-12-13 16:20:23.0 +0100
+++ new/yast2-ntp-client-4.0.7/src/clients/ntp-client_proposal.rb   
2018-02-02 18:24:58.0 +0100
@@ -183,7 +183,7 @@
   end
 
   if NtpClient.config_has_been_read || NtpClient.ntp_selected
-Builtins.y2milestone("ntp_items will be filled from /etc/ntp.conf")
+Builtins.y2milestone("ntp_items will be filled from /etc/chrony.conf")
 # grr, GUNS means all of them are used and here we just pick one
 ntp_items = Builtins.maplist(NtpClient.GetUsedNtpServers) do |server|
   Item(Id(server), server)
@@ -193,7 +193,7 @@
   end
   if ntp_items == []
 Builtins.y2milestone(
-  "Nothing found in /etc/ntp.conf, proposing current timezone-based 
NTP server list"
+  "Nothing found in /etc/chrony.conf, proposing current timezone-based 
NTP server list"
 )
 time_zone_country = Timezone.GetCountryForTimezone(Timezone.timezone)
 ntp_items = NtpClient.GetNtpServersByCountry(time_zone_country, true)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit yast2-registration for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-registration for 
openSUSE:Factory checked in at 2018-02-02 22:19:31

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


Package is "yast2-registration"

Fri Feb  2 22:19:31 2018 rev:9 rq:572103 version:4.0.20

Changes:

--- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes
2018-01-28 00:38:36.083821840 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-registration.new/yast2-registration.changes   
2018-02-02 22:19:32.413556149 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 14:20:22 UTC 2018 - lsle...@suse.cz
+
+- Fixes for the SLE11 -> SLE15 offline migration (fate#323395)
+- 4.0.20
+
+---

Old:

  yast2-registration-4.0.19.tar.bz2

New:

  yast2-registration-4.0.20.tar.bz2



Other differences:
--
++ yast2-registration.spec ++
--- /var/tmp/diff_new_pack.5xPRAk/_old  2018-02-02 22:19:33.237517682 +0100
+++ /var/tmp/diff_new_pack.5xPRAk/_new  2018-02-02 22:19:33.241517496 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-registration
-Version:4.0.19
+Version:4.0.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-registration-4.0.19.tar.bz2 -> yast2-registration-4.0.20.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.19/package/yast2-registration.changes 
new/yast2-registration-4.0.20/package/yast2-registration.changes
--- old/yast2-registration-4.0.19/package/yast2-registration.changes
2018-01-26 18:02:02.0 +0100
+++ new/yast2-registration-4.0.20/package/yast2-registration.changes
2018-02-02 18:26:29.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb  2 14:20:22 UTC 2018 - lsle...@suse.cz
+
+- Fixes for the SLE11 -> SLE15 offline migration (fate#323395)
+- 4.0.20
+
+---
 Fri Jan 26 16:05:55 UTC 2018 - lsle...@suse.cz
 
 - Initial support for the SLE15 offline migration (fate#323163)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.19/package/yast2-registration.spec 
new/yast2-registration-4.0.20/package/yast2-registration.spec
--- old/yast2-registration-4.0.19/package/yast2-registration.spec   
2018-01-26 18:02:02.0 +0100
+++ new/yast2-registration-4.0.20/package/yast2-registration.spec   
2018-02-02 18:26:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-registration
-Version:4.0.19
+Version:4.0.20
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.19/src/lib/registration/clients/inst_migration_repos.rb
 
new/yast2-registration-4.0.20/src/lib/registration/clients/inst_migration_repos.rb
--- 
old/yast2-registration-4.0.19/src/lib/registration/clients/inst_migration_repos.rb
  2018-01-26 18:02:02.0 +0100
+++ 
new/yast2-registration-4.0.20/src/lib/registration/clients/inst_migration_repos.rb
  2018-02-02 18:26:29.0 +0100
@@ -42,23 +42,8 @@
 destdir = Yast::Installation.destdir || "/"
 return if destdir == "/"
 
-log.info("Setting SUSEConnect target directory: #{destdir}")
-SUSE::Connect::System.filesystem_root = destdir
-
-# copy the old config from the upgraded system to inst-sys
-# to correctly work in the SMT case
-# FIXME: this should not be needed, it should be possible to read
-# the config from the /mnt directly...
-target_path = SUSE::Connect::YaST::DEFAULT_CONFIG_FILE
-source_path = File.join(destdir, target_path)
-
-if File.exist?(source_path)
-  log.info("Copying #{source_path} -> #{target_path}")
-  ::FileUtils.cp(source_path, target_path)
-elsif File.exist?(target_path)
-  log.info("Removing #{target_path}...")
-  ::FileUtils.rm(target_path)
-end
+# copy the old NCC/SCC credentials to inst-sys
+SwMgmt.copy_old_credentials(destdir)
   end
 end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.0.19/src/lib/registration/registration.rb 
new/yast2-registration-4.0.20/src/lib/registration/registration.rb
--- old/yast2-registration-4.0.19/src/lib/registration/registration.rb  
2018-01-26 18:02:02.0 +0100
+++ 

commit yast2-nfs-server for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-nfs-server for 
openSUSE:Factory checked in at 2018-02-02 22:19:13

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


Package is "yast2-nfs-server"

Fri Feb  2 22:19:13 2018 rev:50 rq:572073 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes
2016-06-10 23:59:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-server.new/yast2-nfs-server.changes   
2018-02-02 22:19:14.698383177 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 15:16:24 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.0
+
+---

Old:

  yast2-nfs-server-3.1.9.tar.bz2

New:

  yast2-nfs-server-4.0.0.tar.bz2



Other differences:
--
++ yast2-nfs-server.spec ++
--- /var/tmp/diff_new_pack.ggSlGr/_old  2018-02-02 22:19:15.278356101 +0100
+++ /var/tmp/diff_new_pack.ggSlGr/_new  2018-02-02 22:19:15.282355915 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nfs-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,21 @@
 
 
 Name:   yast2-nfs-server
-Version:3.1.9
+Version:4.0.0
 Release:0
 Url:https://github.com/yast/yast-nfs-server
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# Changed implementation for checking if service is enabled 2.23.23 (affects 
testsuite)
+# SuSEFirewall2 replaced by firewalld (fate#323460)
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 2.23.23
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
-# Service::Find
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 Requires:   yast2-nfs-common
 Recommends: nfs-kernel-server
 

++ yast2-nfs-server-3.1.9.tar.bz2 -> yast2-nfs-server-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.9/.travis.yml 
new/yast2-nfs-server-4.0.0/.travis.yml
--- old/yast2-nfs-server-3.1.9/.travis.yml  2016-06-07 10:55:05.321980484 
+0200
+++ new/yast2-nfs-server-4.0.0/.travis.yml  2018-02-02 17:18:54.0 
+0100
@@ -1,16 +1,11 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g 
"yast-rake gettext"
+  - docker build -t yast-nfs-server-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-nfs-server-image yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.9/.yardopts 
new/yast2-nfs-server-4.0.0/.yardopts
--- old/yast2-nfs-server-3.1.9/.yardopts1970-01-01 01:00:00.0 
+0100
+++ new/yast2-nfs-server-4.0.0/.yardopts2018-02-02 17:18:54.0 
+0100
@@ -0,0 +1,7 @@
+--no-private
+--markup markdown
+--protected
+--readme README.md
+--output-dir ./doc/autodocs
+--files *.md
+src/**/*.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.9/CONTRIBUTING.md 
new/yast2-nfs-server-4.0.0/CONTRIBUTING.md
--- old/yast2-nfs-server-3.1.9/CONTRIBUTING.md  2016-06-07 10:55:05.329980484 
+0200
+++ new/yast2-nfs-server-4.0.0/CONTRIBUTING.md  2018-02-02 17:18:54.0 
+0100
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of 

commit yast2-mail for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2018-02-02 22:19:19

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


Package is "yast2-mail"

Fri Feb  2 22:19:19 2018 rev:85 rq:572094 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes2018-01-17 
21:42:04.532800442 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes   
2018-02-02 22:19:21.258076940 +0100
@@ -1,0 +2,6 @@
+Fri Feb  2 16:24:48 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---

Old:

  yast2-mail-4.0.0.tar.bz2

New:

  yast2-mail-4.0.1.tar.bz2



Other differences:
--
++ yast2-mail.spec ++
--- /var/tmp/diff_new_pack.ZquwFt/_old  2018-02-02 22:19:21.798051731 +0100
+++ /var/tmp/diff_new_pack.ZquwFt/_new  2018-02-02 22:19:21.798051731 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-mail
 #
-# 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-mail
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,10 +30,8 @@
 
 PreReq: %fillup_prereq
 
-# new firewall interface
-# Wizard::SetDesktopTitleAndIcon
-# cfg_mail.scr
-Requires:   yast2 >= 3.1.179
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 Requires:   yast2-ldap
 Requires:   yast2-users
 BuildArch:  noarch

++ yast2-mail-4.0.0.tar.bz2 -> yast2-mail-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.0/package/yast2-mail.changes 
new/yast2-mail-4.0.1/package/yast2-mail.changes
--- old/yast2-mail-4.0.0/package/yast2-mail.changes 2017-11-30 
11:34:41.0 +0100
+++ new/yast2-mail-4.0.1/package/yast2-mail.changes 2018-02-02 
17:55:10.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb  2 16:24:48 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---
 Thu Nov 30 06:38:15 UTC 2017 - rbr...@suse.com
 
 - Replace references to /var/adm/fillup-templates with new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.0/package/yast2-mail.spec 
new/yast2-mail-4.0.1/package/yast2-mail.spec
--- old/yast2-mail-4.0.0/package/yast2-mail.spec2017-11-30 
11:34:41.0 +0100
+++ new/yast2-mail-4.0.1/package/yast2-mail.spec2018-02-02 
17:55:10.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-mail
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,10 +29,8 @@
 
 PreReq: %fillup_prereq
 
-# new firewall interface
-# Wizard::SetDesktopTitleAndIcon
-# cfg_mail.scr
-Requires:   yast2 >= 3.1.179
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 Requires:   yast2-ldap
 Requires:   yast2-users
 BuildArch:  noarch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.0/src/include/mail/ui.rb 
new/yast2-mail-4.0.1/src/include/mail/ui.rb
--- old/yast2-mail-4.0.0/src/include/mail/ui.rb 2017-11-30 11:34:41.0 
+0100
+++ new/yast2-mail-4.0.1/src/include/mail/ui.rb 2018-02-02 17:55:10.0 
+0100
@@ -468,7 +468,7 @@
   widgets = [:listen_remote]
   # firewall widget using CWM
   fw_settings = {
-"services"=> ["service:smtp"],
+"services"=> ["smtp"],
 "display_details" => true
   }
   fw_cwm_widget = CWMFirewallInterfaces.CreateOpenFirewallWidget(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-4.0.0/src/modules/Mail.rb 
new/yast2-mail-4.0.1/src/modules/Mail.rb
--- old/yast2-mail-4.0.0/src/modules/Mail.rb2017-11-30 11:34:41.0 
+0100
+++ new/yast2-mail-4.0.1/src/modules/Mail.rb2018-02-02 17:55:10.0 
+0100
@@ -18,6 +18,7 @@
 # Input and output routines.
 #
 require "yast"
+require "y2firewall/firewalld"
 
 module Yast
   class MailClass < Module
@@ -34,8 +35,6 @@
   Yast.import 

commit yast2-country for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2018-02-02 22:18:23

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


Package is "yast2-country"

Fri Feb  2 22:18:23 2018 rev:190 rq:571042 version:4.0.19

Changes:

--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes  
2018-01-28 00:37:21.927276457 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new/yast2-country.changes 
2018-02-02 22:18:24.712716734 +0100
@@ -1,0 +2,13 @@
+Tue Jan 30 12:50:29 UTC 2018 - jreidin...@suse.com
+
+- Lnaguage: nicer handling of dbus timeout (bsc#1076804)
+- 4.0.19
+
+---
+Mon Jan 29 12:00:29 UTC 2018 - lsle...@suse.cz
+
+- Reimplemented package reset to require less memory
+  (related to bsc#1076768)
+- 4.0.18
+
+---

Old:

  yast2-country-4.0.17.tar.bz2

New:

  yast2-country-4.0.19.tar.bz2



Other differences:
--
++ yast2-country.spec ++
--- /var/tmp/diff_new_pack.4phDCy/_old  2018-02-02 22:18:25.336687605 +0100
+++ /var/tmp/diff_new_pack.4phDCy/_new  2018-02-02 22:18:25.340687418 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-country
-Version:4.0.17
+Version:4.0.19
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-country-4.0.17.tar.bz2 -> yast2-country-4.0.19.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-4.0.17/language/src/lib/y2country/language_dbus.rb 
new/yast2-country-4.0.19/language/src/lib/y2country/language_dbus.rb
--- old/yast2-country-4.0.17/language/src/lib/y2country/language_dbus.rb
2018-01-24 16:38:12.0 +0100
+++ new/yast2-country-4.0.19/language/src/lib/y2country/language_dbus.rb
2018-01-30 13:55:59.0 +0100
@@ -44,18 +44,23 @@
 return nil
   end
   localed_conf = {}
-  # https://www.freedesktop.org/wiki/Software/systemd/localed/
-  sysbus = DBus.system_bus
-  locale_service   = sysbus["org.freedesktop.locale1"]
-  locale_object= locale_service.object "/org/freedesktop/locale1"
-  # following line not necessary with ruby-dbus >= 0.13.0
-  locale_object.introspect # needed, 
https://github.com/mvidner/ruby-dbus/issues/28
-  locale_interface = locale_object["org.freedesktop.locale1"]
-  locales  = locale_interface["Locale"]
-  locales[0].split(',').each do | locale |
-parsed = locale.split('=', 2)
-key = parsed[0]
-localed_conf[key] = parsed[1]
+  begin
+# https://www.freedesktop.org/wiki/Software/systemd/localed/
+sysbus = DBus.system_bus
+locale_service   = sysbus["org.freedesktop.locale1"]
+locale_object= locale_service.object "/org/freedesktop/locale1"
+# following line not necessary with ruby-dbus >= 0.13.0
+locale_object.introspect # needed, 
https://github.com/mvidner/ruby-dbus/issues/28
+locale_interface = locale_object["org.freedesktop.locale1"]
+locales  = locale_interface["Locale"]
+locales[0].split(',').each do | locale |
+  parsed = locale.split('=', 2)
+  key = parsed[0]
+  localed_conf[key] = parsed[1]
+end
+  rescue => e
+log.error "Dbus reading failed with #{e.message}"
+return nil
   end
   log.info("Locale settings read from system: #{localed_conf}")
   localed_conf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-4.0.17/language/src/modules/Language.rb 
new/yast2-country-4.0.19/language/src/modules/Language.rb
--- old/yast2-country-4.0.17/language/src/modules/Language.rb   2018-01-24 
16:38:12.0 +0100
+++ new/yast2-country-4.0.19/language/src/modules/Language.rb   2018-01-30 
13:55:59.0 +0100
@@ -977,21 +977,12 @@
 
   Pkg.PkgSolve(true)
 
-  selected_packages = Pkg.ResolvableProperties("", :package, "")
-
-  Builtins.y2milestone("Unselecting already recommended packages")
-
-  # unselect them
-  Builtins.foreach(selected_packages) do |package|
-if Ops.get_symbol(package, "status", :unknown) == :selected
-  Builtins.y2milestone(
-"Unselecting package: %1",
-Ops.get_string(package, "name", "")
-  )
-  Pkg.PkgNeutral(Ops.get_string(package, "name", ""))
-end
-  end 
+  # package names only, without version
+  names_only = true
+  selected_packages = Pkg.GetPackages(:selected, names_only)
 

commit yast2-firewall for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "yast2-firewall"

Fri Feb  2 22:18:50 2018 rev:57 rq:571969 version:4.0.10

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2018-01-28 00:36:53.216613953 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2018-02-02 22:18:51.959444736 +0100
@@ -1,0 +2,9 @@
+Wed Jan 31 07:41:26 UTC 2018 - knut.anders...@suse.com
+
+- AutoYaST: (fate#323460)
+  * Try to import again during writing in case it was not completed
+  previously (ex: firewalld was not installed).
+  *  Enable or disable firewalld depending on the profile
+- 4.0.10
+
+---

Old:

  yast2-firewall-4.0.9.tar.bz2

New:

  yast2-firewall-4.0.10.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.JZyaT1/_old  2018-02-02 22:18:52.591415232 +0100
+++ /var/tmp/diff_new_pack.JZyaT1/_new  2018-02-02 22:18:52.595415045 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:4.0.9
+Version:4.0.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,13 +27,14 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
-# IP::CheckNetwork
-BuildRequires:  yast2 >= 4.0.12
+
+# Firewalld read?
+BuildRequires:  yast2 >= 4.0.45
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
 
-# FirewallD default zone & export support
-Requires:   yast2 >= 4.0.32
+# Firewalld read?
+Requires:   yast2 >= 4.0.45
 
 # ButtonBox widget
 Conflicts:  yast2-ycp-ui-bindings < 2.17.3

++ yast2-firewall-4.0.9.tar.bz2 -> yast2-firewall-4.0.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.9/README.md 
new/yast2-firewall-4.0.10/README.md
--- old/yast2-firewall-4.0.9/README.md  2018-01-19 10:28:54.0 +0100
+++ new/yast2-firewall-4.0.10/README.md 2018-02-02 11:16:34.0 +0100
@@ -5,12 +5,25 @@
 [![Travis 
Build](https://travis-ci.org/yast/yast-firewall.svg?branch=master)](https://travis-ci.org/yast/yast-firewall)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-firewall-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-firewall-master/)
 
-This repository contains basic set of shared libraries and so-called SCR agents
-used for reading and writing configuration files and some even for executing
-commands on the system.
 
-Shared functionality is in another repository:
-https://github.com/yast/yast-yast2/tree/master/library/network
+Since the adoption of `firewalld` this repository contains just some useful
+clients and libraries for installation and autoinstallation.
+
+The YaST Firewall GUI has been replaced by firewalld-config (a Gtk application)
+and the text mode interface is not supported by now.
+
+An **API** to configure `Firewalld` is available in this repository:
+
+https://github.com/yast/yast-yast2/tree/master/library/network/src/lib/y2firewall
+
+## How to add / open services in YaST modules.
+
+For modules that just need to open a custom or predefined port in firewalld
+the
+[CWMFirewallInterfaces](https://github.com/yast/yast-yast2/tree/master/library/network/src/modules/CWMFirewallInterfaces.rb)
+module has been adapted to work properly with the new **API.** 
+
+For more documentation refer to this [link](doc/firewalld_services.md)
 
 ## Links ##
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-4.0.9/doc/firewalld_services.md 
new/yast2-firewall-4.0.10/doc/firewalld_services.md
--- old/yast2-firewall-4.0.9/doc/firewalld_services.md  1970-01-01 
01:00:00.0 +0100
+++ new/yast2-firewall-4.0.10/doc/firewalld_services.md 2018-02-02 
11:16:34.0 +0100
@@ -0,0 +1,83 @@
+
+
+## Open / Modify Firewall Services
+
+A [firewalld 
service](http://www.firewalld.org/documentation/man-pages/firewalld.service.html)
 defines a set of ports, protocols and destination addresses simplyfying the 
process of allow/open them in a specific zone.
+
+In `YaST`, the 
[CWMFirewallInterfaces](https://github.com/yast/yast-yast2/tree/master/library/network/src/modules/CWMFirewallInterfaces.rb)
 module provides a widget definition for manipulating the enablement of 
services in zones through a selection of interfaces (each interface belongs to 

commit libstorage-ng for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package libstorage-ng for openSUSE:Factory 
checked in at 2018-02-02 22:18:30

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


Package is "libstorage-ng"

Fri Feb  2 22:18:30 2018 rev:4 rq:571044 version:3.3.145

Changes:

--- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes  
2018-01-28 00:38:09.697051081 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage-ng.new/libstorage-ng.changes 
2018-02-02 22:18:32.168368672 +0100
@@ -1,0 +2,45 @@
+Tue Jan 30 12:51:10 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#439
+- start rpcbind before doing NFS mounts
+- cleanup
+- added integration-test
+- 3.3.145
+
+
+Tue Jan 30 12:42:04 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Arabic)
+
+
+Tue Jan 30 10:01:09 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#438
+- extended documentation
+- 3.3.144
+
+
+Tue Jan 30 09:15:51 UTC 2018 - aschn...@suse.de
+
+- merge gh#openSUSE/libstorage-ng#437
+- distinguish between mounted and unounted in supports_shrink/grow
+- 3.3.143
+
+
+Tue Jan 30 09:03:35 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Korean)
+
+
+Mon Jan 29 14:44:48 UTC 2018 - mvid...@suse.cz
+
+- Fixed an Arabic format string typo
+- 3.3.142
+
+
+Sun Jan 28 14:05:16 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Translated using Weblate (Arabic)
+- 3.3.141
+
+

Old:

  libstorage-ng-3.3.140.tar.xz

New:

  libstorage-ng-3.3.145.tar.xz



Other differences:
--
++ libstorage-ng.spec ++
--- /var/tmp/diff_new_pack.H5t4Iq/_old  2018-02-02 22:18:32.780340102 +0100
+++ /var/tmp/diff_new_pack.H5t4Iq/_new  2018-02-02 22:18:32.784339915 +0100
@@ -18,7 +18,7 @@
 
 %define libname %{name}1
 Name:   libstorage-ng
-Version:3.3.140
+Version:3.3.145
 Release:0
 Summary:Library for storage management
 License:GPL-2.0

++ libstorage-ng-3.3.140.tar.xz -> libstorage-ng-3.3.145.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.140/VERSION 
new/libstorage-ng-3.3.145/VERSION
--- old/libstorage-ng-3.3.140/VERSION   2018-01-26 12:08:48.0 +0100
+++ new/libstorage-ng-3.3.145/VERSION   2018-01-30 13:51:10.0 +0100
@@ -1 +1 @@
-3.3.140
+3.3.145
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-ng-3.3.140/doc/resize.md 
new/libstorage-ng-3.3.145/doc/resize.md
--- old/libstorage-ng-3.3.140/doc/resize.md 2018-01-26 12:08:48.0 
+0100
+++ new/libstorage-ng-3.3.145/doc/resize.md 2018-01-30 13:51:10.0 
+0100
@@ -54,19 +54,26 @@
 Filesystems
 ---
 
-- ext2/3/4: shrink and grow.
+- ext2/3/4: Shrink (unmounted) and grow (mounted and unmounted). See
+  resize2fs(8).
 
-- btrfs: shrink and grow.
+- btrfs: Shrink (mounted) and grow (mounted). See btrfs-filesystem(8).
 
-- XFS: grow
+- XFS: Grow (mounted). See xfs_growfs(8).
 
-- reiserfs: shrink and grow
+- reiserfs: Shrink (unmounted) and grow (mounted and unmounted). See
+  resize_reiserfs(8).
 
-- NTFS: shrink and grow.
+- NTFS: Shrink (unmounted) and grow (unmounted). See ntfsresize(8).
 
-- VFAT: shrink and grow.
+- VFAT: Unsupported due to bugs.
 
-- swap: shrink and grow (only via recreate, involves data loss).
+- swap: Shrink (unmounted) and grow (unmounted). This is done via recreate,
+  thus involves complete data loss.
+
+- ISO9660: Unsupported.
+
+- UDF: Unsupported.
 
 
 Using Resize Functionality
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-ng-3.3.140/integration-tests/filesystems/space-info-mounted.py 
new/libstorage-ng-3.3.145/integration-tests/filesystems/space-info-mounted.py
--- 
old/libstorage-ng-3.3.140/integration-tests/filesystems/space-info-mounted.py   
1970-01-01 01:00:00.0 +0100
+++ 
new/libstorage-ng-3.3.145/integration-tests/filesystems/space-info-mounted.py   
2018-01-30 13:51:10.0 +0100
@@ -0,0 +1,34 @@
+#!/usr/bin/python3
+
+# requirements: something mounted at /test
+
+
+from sys import exit
+from storage import *

commit yast2-packager for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-02-02 22:19:04

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


Package is "yast2-packager"

Fri Feb  2 22:19:04 2018 rev:341 rq:572051 version:4.0.35

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2018-01-28 00:38:16.808719781 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2018-02-02 22:19:05.786799211 +0100
@@ -1,0 +2,29 @@
+Fri Feb  2 11:56:09 UTC 2018 - igonzalezs...@suse.com
+
+- InstProductLicense client provides the current language when
+  asking for the product's license to the yast2.rpm API
+ (related to bsc#1079045).
+- 4.0.35
+
+---
+Thu Feb  1 19:36:15 UTC 2018 - lsle...@suse.cz
+
+- Remove also the release_notes_fetchers/base.rb file
+  (related to fate#323163)
+- 4.0.34
+
+---
+Thu Feb  1 08:41:35 UTC 2018 - lsle...@suse.cz
+
+- Move some Y2Packager files to yast2 package to avoid circular
+  dependency (related to fate#323163)
+- 4.0.33
+
+---
+Mon Jan 29 07:59:43 UTC 2018 - lsle...@suse.cz
+
+- Reimplemented package reset to require less memory
+  (related to bsc#1076768)
+- 4.0.33
+
+---

Old:

  yast2-packager-4.0.32.tar.bz2

New:

  yast2-packager-4.0.35.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.KKjp9O/_old  2018-02-02 22:19:06.430769148 +0100
+++ /var/tmp/diff_new_pack.KKjp9O/_new  2018-02-02 22:19:06.430769148 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:4.0.32
+Version:4.0.35
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,8 +33,8 @@
 # New Y2Storage::StorageManager API
 BuildRequires:  yast2-storage-ng >= 0.1.32
 
-# Optional resolvables support in PackagesProposal
-BuildRequires:  yast2 >= 3.2.7
+# Mandatory language in Product#license and Product#license?
+BuildRequires:  yast2 >= 4.0.49
 
 # needed for icon for desktop file, it is verified at the end of build
 BuildRequires:  yast2_theme
@@ -51,8 +51,8 @@
 # Pkg::CompareVersions
 Requires:   yast2-pkg-bindings >= 4.0.1
 
-# Yast::AutoinstData.autoyast_second_stage_error
-Requires:   yast2 >= 4.0.27
+# Mandatory language in Product#license and Product#license?
+Requires:   yast2 >= 4.0.49
 
 # unzipping license file
 Requires:   unzip

++ yast2-packager-4.0.32.tar.bz2 -> yast2-packager-4.0.35.tar.bz2 ++
 3120 lines of diff (skipped)




commit yast2-storage-ng for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-storage-ng for 
openSUSE:Factory checked in at 2018-02-02 22:18:40

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


Package is "yast2-storage-ng"

Fri Feb  2 22:18:40 2018 rev:4 rq:571651 version:4.0.82

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2018-01-28 00:37:43.210284980 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new/yast2-storage-ng.changes   
2018-02-02 22:18:41.883915107 +0100
@@ -1,0 +2,52 @@
+Wed Jan 31 16:06:25 UTC 2018 - shundham...@suse.com
+
+- Handle arbitrary mount options for /etc/fstab properly
+  (bsc#1066076)
+- 4.0.82
+
+---
+Wed Jan 31 14:53:57 UTC 2018 - jlo...@suse.com
+
+- Partitioner: list all LVM thin volumes to delete when an LVM thin
+  pool is going to be deleted.
+- Partitioner: show warning when an LVM thin pool is overcommitted
+  after resizing.
+- Part of fate#318196.
+- 4.0.81
+
+---
+Wed Jan 31 11:53:57 UTC 2018 - igonzalezs...@suse.com
+
+- AutoYaST: try to shrink new partitions/logical volumes
+  proportionally when there is not enough space (bsc#1078418).
+- 4.0.80
+
+---
+Wed Jan 31 09:25:07 UTC 2018 - an...@suse.com
+
+- Partitioner: initial support for NFS (part of fate#318196)
+- Partitioner: removed useless tmpfs option
+- 4.0.79
+
+---
+Tue Jan 30 12:00:27 UTC 2018 - jlo...@suse.com
+
+- Partitioner: allow to create LVM thin pools and volumes.
+- Fix transactions of devicegraphs.
+- Part of fate#318196.
+- 4.0.78
+
+---
+Tue Jan 30 11:24:28 UTC 2018 - jlo...@suse.com
+
+- Partitioner: improve error message when trying to remove an used
+  physical volume.
+
+---
+Thu Jan 25 16:00:29 UTC 2018 - shundham...@suse.com
+
+- Add default mount options for /etc/fstab for ext2/3/4 and vfat
+  (bsc#1066076)
+- 4.0.77
+
+---

Old:

  yast2-storage-ng-4.0.76.tar.bz2

New:

  yast2-storage-ng-4.0.82.tar.bz2



Other differences:
--
++ yast2-storage-ng.spec ++
--- /var/tmp/diff_new_pack.yMFDdG/_old  2018-02-02 22:18:42.571882989 +0100
+++ /var/tmp/diff_new_pack.yMFDdG/_new  2018-02-02 22:18:42.575882803 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage-ng
-Version:4.0.76
+Version:4.0.82
 Release:0
 BuildArch:  noarch
 

++ yast2-storage-ng-4.0.76.tar.bz2 -> yast2-storage-ng-4.0.82.tar.bz2 ++
 7048 lines of diff (skipped)




commit yast2-installation for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2018-02-02 22:19:09

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


Package is "yast2-installation"

Fri Feb  2 22:19:09 2018 rev:393 rq:572070 version:4.0.30

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2018-01-28 00:38:29.740117365 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2018-02-02 22:19:09.814611175 +0100
@@ -1,0 +2,27 @@
+Fri Feb  2 15:26:05 UTC 2018 - jreidin...@suse.com
+
+- do not crash if no role is selected (bsc#1078809)
+- 4.0.30
+
+---
+Fri Feb  2 12:49:34 UTC 2018 - igonzalezs...@suse.com
+
+- Provides the current language when asking for the product's
+  release notes to the yast2.rpm API (related to bsc#1079045).
+- 4.0.29
+
+---
+Wed Jan 31 13:09:51 CET 2018 - sch...@suse.de
+
+- Do not enable xvnc.socket for second installation stage.
+  Xvnc will be started by a direct call in vnc.sh. (bnc#1077236)
+- 4.0.28
+
+---
+Tue Jan 30 09:30:26 UTC 2018 - lsle...@suse.cz
+
+- Reimplemented finding package upgrades to require less memory
+  (related to bsc#1076768)
+- 4.0.27
+
+---

Old:

  yast2-installation-4.0.26.tar.bz2

New:

  yast2-installation-4.0.30.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.ZClcpE/_old  2018-02-02 22:19:10.506578870 +0100
+++ /var/tmp/diff_new_pack.ZClcpE/_new  2018-02-02 22:19:10.510578683 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:4.0.26
+Version:4.0.30
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,8 +41,8 @@
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake)
 
-# Yast::AutoinstData.autoyast_second_stage_error
-BuildRequires:  yast2 >= 4.0.27
+# Mandatory language in Product#release_notes
+BuildRequires:  yast2 >= 4.0.49
 # Yast::Packages.check_remote_installation_packages
 BuildRequires:  yast2-packager >= 4.0.9
 
@@ -50,8 +50,8 @@
 BuildRequires:  yast2-storage-ng >= 4.0.43
 Requires:   yast2-storage-ng >= 4.0.43
 
-# Yast::AutoinstData.autoyast_second_stage_error
-Requires:   yast2 >= 4.0.27
+# Mandatory language in Product#release_notes
+Requires:   yast2 >= 4.0.49
 
 # Language::GetLanguageItems and other API
 # Language::Set (handles downloading the translation extensions)

++ yast2-installation-4.0.26.tar.bz2 -> yast2-installation-4.0.30.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.26/package/yast2-installation.changes 
new/yast2-installation-4.0.30/package/yast2-installation.changes
--- old/yast2-installation-4.0.26/package/yast2-installation.changes
2018-01-26 15:08:01.0 +0100
+++ new/yast2-installation-4.0.30/package/yast2-installation.changes
2018-02-02 17:05:49.0 +0100
@@ -1,4 +1,31 @@
 ---
+Fri Feb  2 15:26:05 UTC 2018 - jreidin...@suse.com
+
+- do not crash if no role is selected (bsc#1078809)
+- 4.0.30
+
+---
+Fri Feb  2 12:49:34 UTC 2018 - igonzalezs...@suse.com
+
+- Provides the current language when asking for the product's
+  release notes to the yast2.rpm API (related to bsc#1079045).
+- 4.0.29
+
+---
+Wed Jan 31 13:09:51 CET 2018 - sch...@suse.de
+
+- Do not enable xvnc.socket for second installation stage.
+  Xvnc will be started by a direct call in vnc.sh. (bnc#1077236)
+- 4.0.28
+
+---
+Tue Jan 30 09:30:26 UTC 2018 - lsle...@suse.cz
+
+- Reimplemented finding package upgrades to require less memory
+  (related to bsc#1076768)
+- 4.0.27
+
+---
 Fri Jan 26 11:19:05 UTC 2018 - jreidin...@suse.com
 
 - Start performing real installation with as much memory as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.0.26/package/yast2-installation.spec 
new/yast2-installation-4.0.30/package/yast2-installation.spec
--- old/yast2-installation-4.0.26/package/yast2-installation.spec   
2018-01-26 

commit yast2-bootloader for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2018-02-02 22:18:18

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


Package is "yast2-bootloader"

Fri Feb  2 22:18:18 2018 rev:250 rq:570915 version:4.0.14

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2018-01-17 21:44:11.830841902 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2018-02-02 22:18:19.768947531 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 11:22:10 UTC 2018 - jreidin...@suse.com
+
+- fix crash when clicking link in proposal (bsc#1078227)
+- 4.0.14
+
+---

Old:

  yast2-bootloader-4.0.13.tar.bz2

New:

  yast2-bootloader-4.0.14.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.M9icPX/_old  2018-02-02 22:18:20.524912239 +0100
+++ /var/tmp/diff_new_pack.M9icPX/_new  2018-02-02 22:18:20.532911866 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.0.13
+Version:4.0.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-4.0.13.tar.bz2 -> yast2-bootloader-4.0.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.13/package/yast2-bootloader.changes 
new/yast2-bootloader-4.0.14/package/yast2-bootloader.changes
--- old/yast2-bootloader-4.0.13/package/yast2-bootloader.changes
2018-01-16 18:14:01.0 +0100
+++ new/yast2-bootloader-4.0.14/package/yast2-bootloader.changes
2018-01-30 12:37:25.0 +0100
@@ -1,4 +1,10 @@
 ---
+Tue Jan 30 11:22:10 UTC 2018 - jreidin...@suse.com
+
+- fix crash when clicking link in proposal (bsc#1078227)
+- 4.0.14
+
+---
 Tue Jan 16 16:51:54 UTC 2018 - jreidin...@suse.com
 
 - fix crash for getting partition to activate when stage1 device
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.13/package/yast2-bootloader.spec 
new/yast2-bootloader-4.0.14/package/yast2-bootloader.spec
--- old/yast2-bootloader-4.0.13/package/yast2-bootloader.spec   2018-01-16 
18:14:01.0 +0100
+++ new/yast2-bootloader-4.0.14/package/yast2-bootloader.spec   2018-01-30 
12:37:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:4.0.13
+Version:4.0.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.13/src/lib/bootloader/proposal_client.rb 
new/yast2-bootloader-4.0.14/src/lib/bootloader/proposal_client.rb
--- old/yast2-bootloader-4.0.13/src/lib/bootloader/proposal_client.rb   
2018-01-16 18:14:01.0 +0100
+++ new/yast2-bootloader-4.0.14/src/lib/bootloader/proposal_client.rb   
2018-01-30 12:37:25.0 +0100
@@ -221,11 +221,12 @@
 
 def single_click_action(option, value)
   stage1 = ::Bootloader::BootloaderFactory.current.stage1
-  locations = stage1.available_locations
-  device = locations[option.to_sym] or raise "invalid option #{option}"
-  log.info "single_click_action #{option} #{value.inspect} #{device}"
+  devices = option.to_sym == :mbr ? stage1.boot_disk_names : 
stage1.boot_partition_names
+  log.info "single_click_action #{option} #{value.inspect} #{devices}"
 
-  value ? stage1.add_udev_device(device) : stage1.remove_device(device)
+  devices.each do |device|
+value ? stage1.add_udev_device(device) : stage1.remove_device(device)
+  end
 
   Yast::Bootloader.proposed_cfg_changed = true
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-4.0.13/test/bootloader_proposal_client_test.rb 
new/yast2-bootloader-4.0.14/test/bootloader_proposal_client_test.rb
--- old/yast2-bootloader-4.0.13/test/bootloader_proposal_client_test.rb 
2018-01-16 18:14:01.0 +0100
+++ new/yast2-bootloader-4.0.14/test/bootloader_proposal_client_test.rb 
2018-01-30 12:37:25.0 +0100
@@ -7,16 +7,6 @@
 
 describe Bootloader::ProposalClient do
   before do
-allow_any_instance_of(::Bootloader::Stage1).to(
-  receive(:available_locations)
-  .and_return(
-mbr:  "/dev/sda",
-boot: "/dev/sda1"
-  )
-)
-
-allow_any_instance_of(::Bootloader::Stage1).to 

commit yast2-nfs-client for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2018-02-02 22:19:00

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


Package is "yast2-nfs-client"

Fri Feb  2 22:19:00 2018 rev:69 rq:572033 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2018-01-17 21:41:51.317419024 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2018-02-02 22:19:00.899027395 +0100
@@ -1,0 +2,6 @@
+Thu Feb  1 20:39:37 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---
@@ -4 +10 @@
-- Fix teststuite once SuSEFirewall2 is being replaced by Firewalld
+- Fix teststuite once SuSEFirewall2 is being replaced by firewalld

Old:

  yast2-nfs-client-4.0.0.tar.bz2

New:

  yast2-nfs-client-4.0.1.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.XQvZ5d/_old  2018-02-02 22:19:01.423002933 +0100
+++ /var/tmp/diff_new_pack.XQvZ5d/_new  2018-02-02 22:19:01.427002747 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-nfs-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-nfs-client
-Version:4.0.0
+Version:4.0.1
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 
@@ -28,14 +28,13 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 3.1.27
 BuildRequires:  yast2-testsuite
-# Don't use Info function to check enable state (bnc#807507)
-BuildRequires:  yast2 >= 2.23.23
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  rubygem(rspec)
 # path_matching (RSpec argument matcher)
 BuildRequires:  yast2-ruby-bindings >= 3.1.31
-#ag_showexports moved to yast2 base
-# introduces extended IPv6 support.
-Requires:   yast2 >= 2.23.6
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 #idmapd_conf agent
 Requires:   yast2-nfs-common >= 2.24.0
 # showmount, #150382, #286300

++ yast2-nfs-client-4.0.0.tar.bz2 -> yast2-nfs-client-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-4.0.0/package/yast2-nfs-client.changes 
new/yast2-nfs-client-4.0.1/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-4.0.0/package/yast2-nfs-client.changes 2017-11-07 
16:44:07.628457392 +0100
+++ new/yast2-nfs-client-4.0.1/package/yast2-nfs-client.changes 2018-02-02 
14:53:26.0 +0100
@@ -1,7 +1,13 @@
 ---
+Thu Feb  1 20:39:37 UTC 2018 - knut.anders...@suse.com
+
+- Replace SuSEFirewall2 by firewalld (fate#323460)
+- 4.0.1
+
+---
 Fri Nov  3 18:20:20 UTC 2017 - knut.anders...@suse.com
 
-- Fix teststuite once SuSEFirewall2 is being replaced by Firewalld
+- Fix teststuite once SuSEFirewall2 is being replaced by firewalld
   (fate#323460)
 - 4.0.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-4.0.0/package/yast2-nfs-client.spec 
new/yast2-nfs-client-4.0.1/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-4.0.0/package/yast2-nfs-client.spec2017-11-07 
16:44:07.628457392 +0100
+++ new/yast2-nfs-client-4.0.1/package/yast2-nfs-client.spec2018-02-02 
14:53:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:4.0.0
+Version:4.0.1
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 
@@ -28,14 +28,13 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 3.1.27
 BuildRequires:  yast2-testsuite
-# Don't use Info function to check enable state (bnc#807507)
-BuildRequires:  yast2 >= 2.23.23
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  rubygem(rspec)
 # path_matching (RSpec argument matcher)
 BuildRequires:  yast2-ruby-bindings >= 3.1.31
-#ag_showexports moved to yast2 base
-# introduces extended IPv6 support.
-Requires:   yast2 >= 2.23.6
+# SuSEFirewall2 replaced by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 #idmapd_conf agent
 Requires:   yast2-nfs-common >= 

commit autoyast2 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2018-02-02 22:18:45

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


Package is "autoyast2"

Fri Feb  2 22:18:45 2018 rev:231 rq:571704 version:4.0.28

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2018-01-28 
00:37:28.202984101 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2018-02-02 
22:18:46.783686363 +0100
@@ -1,0 +2,30 @@
+Thu Feb  1 12:59:08 CET 2018 - sch...@suse.de
+
+- Report packages which cannot be select for installation
+  (except those packages not included in the AutoYaST profile)
+  (bnc#1077292)
+- 4.0.28
+
+---
+Wed Jan 31 13:04:57 UTC 2018 - lsle...@suse.cz
+
+- Speed optimization for the previous fix, the "clone_system"
+  client spent several minutes processing the packages
+  (related to bsc#1077882)
+- 4.0.27
+
+---
+Mon Jan 29 14:58:35 UTC 2018 - lsle...@suse.cz
+
+- Avoid using Pkg.ResolvableProperties("", :package, "") calls
+  which require too much memory (bsc#1077882)
+- 4.0.26
+
+---
+Fri Jan 26 12:58:17 CET 2018 - sch...@suse.de
+
+- Reporting packages which cannot be selected for installation.
+  (bnc#1077292)
+- 4.0.25
+
+---

Old:

  autoyast2-4.0.24.tar.bz2

New:

  autoyast2-4.0.28.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.gk9kNC/_old  2018-02-02 22:18:47.527651631 +0100
+++ /var/tmp/diff_new_pack.gk9kNC/_new  2018-02-02 22:18:47.531651445 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.24
+Version:4.0.28
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -119,8 +119,8 @@
 # storage-ng based version
 Requires:   yast2-update >= 3.3.0
 Requires:   yast2-xml
-# pkgGpgCheck callback
-Requires:   yast2-pkg-bindings >= 3.1.31
+# "transact_by" key in PkgPropertiesAll()
+Requires:   yast2-pkg-bindings >= 4.0.7
 # Y2Storage::AutoinstIssues containing section information
 BuildRequires:  yast2-storage-ng >= 4.0.15
 Provides:   yast2-trans-autoinst

++ autoyast2-4.0.24.tar.bz2 -> autoyast2-4.0.28.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.24/package/autoyast2.changes 
new/autoyast2-4.0.28/package/autoyast2.changes
--- old/autoyast2-4.0.24/package/autoyast2.changes  2018-01-24 
16:46:07.0 +0100
+++ new/autoyast2-4.0.28/package/autoyast2.changes  2018-02-01 
15:05:23.0 +0100
@@ -1,4 +1,34 @@
 ---
+Thu Feb  1 12:59:08 CET 2018 - sch...@suse.de
+
+- Report packages which cannot be select for installation
+  (except those packages not included in the AutoYaST profile)
+  (bnc#1077292)
+- 4.0.28
+
+---
+Wed Jan 31 13:04:57 UTC 2018 - lsle...@suse.cz
+
+- Speed optimization for the previous fix, the "clone_system"
+  client spent several minutes processing the packages
+  (related to bsc#1077882)
+- 4.0.27
+
+---
+Mon Jan 29 14:58:35 UTC 2018 - lsle...@suse.cz
+
+- Avoid using Pkg.ResolvableProperties("", :package, "") calls
+  which require too much memory (bsc#1077882)
+- 4.0.26
+
+---
+Fri Jan 26 12:58:17 CET 2018 - sch...@suse.de
+
+- Reporting packages which cannot be selected for installation.
+  (bnc#1077292)
+- 4.0.25
+
+---
 Wed Jan 24 16:20:01 CET 2018 - sch...@suse.de
 
 - Selecting evaluated/given product for installation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.0.24/package/autoyast2.spec 
new/autoyast2-4.0.28/package/autoyast2.spec
--- old/autoyast2-4.0.24/package/autoyast2.spec 2018-01-24 16:46:07.0 
+0100
+++ new/autoyast2-4.0.28/package/autoyast2.spec 2018-02-01 15:05:23.0 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   autoyast2
-Version:4.0.24
+Version:4.0.28
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -119,8 +119,8 @@
 # storage-ng based version
 Requires:   yast2-update >= 3.3.0
 Requires:   yast2-xml
-# pkgGpgCheck callback
-Requires:   

commit yast2 for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "yast2"

Fri Feb  2 22:18:55 2018 rev:416 rq:572018 version:4.0.49

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2018-01-28 
00:38:23.816393325 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2018-02-02 
22:18:55.847263234 +0100
@@ -1,0 +2,69 @@
+Fri Feb  2 11:25:21 UTC 2018 - igonzalezs...@suse.com
+
+- Y2Packager::Product does not depend on Yast::Language module
+  anymore (related to bsc#1079045)
+- 4.0.49
+
+---
+Thu Feb  1 11:36:31 UTC 2018 - igonzalezs...@suse.com
+
+- Replace idnconv with simpleidn library (related to bsc#1071552).
+- Move some Y2Packager classes from yast2-packager here to
+  fix the package build.
+- 4.0.48
+
+---
+Thu Feb  1 10:36:26 UTC 2018 - knut.anders...@suse.com
+
+- Firewalld: Cache modifications for performance improvements.
+  (fate#323460)
+- 4.0.47
+
+---
+Thu Feb  1 08:09:28 UTC 2018 - lsle...@suse.cz
+
+- Move some Y2Packager classes from yast2-packager here to avoid
+  circular dependency (related to fate#323163)
+- 4.0.46
+
+---
+Wed Jan 31 13:54:12 UTC 2018 - knut.anders...@suse.com
+
+- Firewalld API: Cache whether the configuration has been read
+  (fate#323460)
+- 4.0.45
+
+---
+Tue Jan 30 11:06:59 UTC 2018 - knut.anders...@suse.com
+
+- Installation::AutoClient: modified packages default and improved
+  documentation (fate#323460 bsc#1077987)
+- 4.0.44
+
+---
+Tue Jan 30 06:45:17 UTC 2018 - an...@suse.com
+
+- Fixed a bug causing pages of all CWM::TreePager to be rendered
+  twice on every page switch (bsc#1078212)
+- 4.0.43
+
+---
+Mon Jan 29 17:11:19 UTC 2018 - knut.anders...@suse.com
+
+- Firewalld API: reload and complete reload return true in offline
+  mode (fate#323460)
+- 4.0.42
+
+---
+Mon Jan 29 14:11:59 UTC 2018 - knut.anders...@suse.com
+
+- Fixed logging typo (fate#1076513)
+- 4.0.41
+
+---
+Fri Jan 26 14:25:07 UTC 2018 - lsle...@suse.cz
+
+- Improved base product detection at upgrade (fate#1076513)
+- 4.0.40
+
+---

Old:

  yast2-4.0.39.tar.bz2

New:

  yast2-4.0.49.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.MyDbuD/_old  2018-02-02 22:18:56.483233544 +0100
+++ /var/tmp/diff_new_pack.MyDbuD/_new  2018-02-02 22:18:56.483233544 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:4.0.39
+Version:4.0.49
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0
@@ -39,6 +39,8 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:cheetah)
 # For running RSpec tests during build
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
+# For converting to/from punycode strings
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:simpleidn)
 # Needed already in build time
 BuildRequires:  yast2-core >= 2.18.12
 BuildRequires:  yast2-devtools >= 3.1.10
@@ -65,8 +67,10 @@
 # for defining abstract methods in libraries
 Requires:   rubygem(%{rb_default_ruby_abi}:abstract_method)
 # for file access using augeas
-Requires:   sysconfig >= 0.80.0
 Requires:   rubygem(%{rb_default_ruby_abi}:cfa)
+# For converting to/from punycode strings
+Requires:   sysconfig >= 0.80.0
+Requires:   rubygem(%{rb_default_ruby_abi}:simpleidn)
 # for running scripts
 Requires:   rubygem(%{rb_default_ruby_abi}:cheetah)
 # ag_ini section_private
@@ -94,15 +98,8 @@
 # moved cfg_mail.scr
 Conflicts:  yast2-mail < 3.1.7
 # Older packager use removed API
-Conflicts:  yast2-packager < 3.1.34
+Conflicts:  yast2-packager < 4.0.33
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# for Punycode.rb (bnc#651893) - the idnconv tool is located in
-# different packages (SLE12/Leap-42.1: bind-utils, TW/Factory: idnkit)
-%if 0%{?suse_version} >= 1330
-Requires:   idnkit
-%else
-Requires:   bind-utils
-%endif
 Obsoletes:  yast2-devel-doc
 # for the PackageExtractor class, just make sure they are present,
 # these should be 

commit yast2-pkg-bindings for openSUSE:Factory

2018-02-02 Thread root
Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2018-02-02 22:18:35

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


Package is "yast2-pkg-bindings"

Fri Feb  2 22:18:35 2018 rev:196 rq:571402 version:4.0.7

Changes:

--- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes
2018-01-28 00:37:06.316003714 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes   
2018-02-02 22:18:36.876148892 +0100
@@ -1,0 +2,7 @@
+Wed Jan 31 12:51:57 UTC 2018 - lsle...@suse.cz
+
+- Added "transact_by" key to the PkgPropertiesAll call
+  (improvement for bsc#1077882)
+- 4.0.7
+
+---

Old:

  yast2-pkg-bindings-4.0.6.tar.bz2

New:

  yast2-pkg-bindings-4.0.7.tar.bz2



Other differences:
--
++ yast2-pkg-bindings-devel-doc.spec ++
--- /var/tmp/diff_new_pack.zkHGF1/_old  2018-02-02 22:18:37.452122002 +0100
+++ /var/tmp/diff_new_pack.zkHGF1/_new  2018-02-02 22:18:37.456121816 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pkg-bindings-devel-doc
-Version:4.0.6
+Version:4.0.7
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-pkg-bindings-%{version}.tar.bz2

++ yast2-pkg-bindings.spec ++
--- /var/tmp/diff_new_pack.zkHGF1/_old  2018-02-02 22:18:37.480120695 +0100
+++ /var/tmp/diff_new_pack.zkHGF1/_new  2018-02-02 22:18:37.484120509 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pkg-bindings
-Version:4.0.6
+Version:4.0.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-pkg-bindings-4.0.6.tar.bz2 -> yast2-pkg-bindings-4.0.7.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.0.6/package/yast2-pkg-bindings-devel-doc.spec 
new/yast2-pkg-bindings-4.0.7/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-4.0.6/package/yast2-pkg-bindings-devel-doc.spec  
2018-01-24 13:04:59.0 +0100
+++ new/yast2-pkg-bindings-4.0.7/package/yast2-pkg-bindings-devel-doc.spec  
2018-01-31 14:50:17.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-pkg-bindings-devel-doc
-Version:4.0.6
+Version:4.0.7
 Release:0
 License:GPL-2.0
 Group:  Documentation/HTML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.0.6/package/yast2-pkg-bindings.changes 
new/yast2-pkg-bindings-4.0.7/package/yast2-pkg-bindings.changes
--- old/yast2-pkg-bindings-4.0.6/package/yast2-pkg-bindings.changes 
2018-01-24 13:04:59.0 +0100
+++ new/yast2-pkg-bindings-4.0.7/package/yast2-pkg-bindings.changes 
2018-01-31 14:50:17.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Jan 31 12:51:57 UTC 2018 - lsle...@suse.cz
+
+- Added "transact_by" key to the PkgPropertiesAll call
+  (improvement for bsc#1077882)
+- 4.0.7
+
+---
 Wed Jan 24 11:52:55 UTC 2018 - lsle...@suse.cz
 
 - Log more details in PkgQueryProvides call
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-4.0.6/package/yast2-pkg-bindings.spec 
new/yast2-pkg-bindings-4.0.7/package/yast2-pkg-bindings.spec
--- old/yast2-pkg-bindings-4.0.6/package/yast2-pkg-bindings.spec
2018-01-24 13:04:59.0 +0100
+++ new/yast2-pkg-bindings-4.0.7/package/yast2-pkg-bindings.spec
2018-01-31 14:50:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pkg-bindings
-Version:4.0.6
+Version:4.0.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pkg-bindings-4.0.6/src/Package.cc 
new/yast2-pkg-bindings-4.0.7/src/Package.cc
--- old/yast2-pkg-bindings-4.0.6/src/Package.cc 2018-01-24 13:04:59.0 
+0100
+++ new/yast2-pkg-bindings-4.0.7/src/Package.cc 2018-01-31 14:50:17.0 
+0100
@@ -921,6 +921,7 @@
 data->add( YCPString("status"), YCPSymbol(status));
 
 data->add(YCPString("on_system_by_user"), 
YCPBoolean(item.satSolvable().onSystemByUser()));
+data->add(YCPString("transact_by"), 
YCPSymbol(TransactToString(item.status().getTransactByValue(;
 
 data->add( YCPString("location"), YCPString( 
pkg->location().filename().basename() ) );
 data->add( YCPString("path"), YCPString( 

commit aaa_base for openSUSE:Factory

2018-02-02 Thread root
Hello community,

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

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


Package is "aaa_base"

Fri Feb  2 22:17:55 2018 rev:443 rq:570930 version:84.87+git20180130.ae1f262

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2017-12-12 
21:18:40.070887327 +0100
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2018-02-02 
22:17:57.641980513 +0100
@@ -1,0 +2,16 @@
+Tue Jan 30 13:26:42 CET 2018 - ku...@suse.de
+
+- Update to version 84.87+git20180130.ae1f262:
+  * Really remove /usr/sbin/Check, obsolete since 8 years
+  * Remove ChangeSymlinks, 90% are obsolete, the rest is dangerous
+  * Remove 14 year old outdated documentation and dummy scripts for 
+Java
+
+---
+Tue Jan 30 12:01:41 CET 2018 - ku...@suse.de
+
+- Update to version 84.87+git20180130.36ea161:
+  * Remove obsolete/outdated manual pages (route.conf.5,init.d.7,
+quick_halt.8)
+
+---

Old:

  aaa_base-84.87+git20171201.65000be.tar.xz

New:

  aaa_base-84.87+git20180130.ae1f262.tar.xz



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.ceNN91/_old  2018-02-02 22:17:58.433943541 +0100
+++ /var/tmp/diff_new_pack.ceNN91/_new  2018-02-02 22:17:58.437943353 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aaa_base
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %endif
 
 Name:   aaa_base
-Version:84.87+git20171201.65000be
+Version:84.87+git20180130.ae1f262
 Release:0
 Url:https://github.com/openSUSE/aaa_base
 Provides:   aaa_skel = %{version}-%{release}
@@ -206,16 +206,13 @@
 /usr/sbin/service
 /sbin/smart_agetty
 /usr/sbin/smart_agetty
-/usr/bin/ChangeSymlinks
 /usr/bin/filesize
 /usr/bin/mkinfodir
 /usr/bin/old
 /usr/bin/rpmlocate
 /usr/bin/safe-rm
 /usr/bin/safe-rmdir
-/usr/bin/setJava
 /usr/lib/restricted/bin/hostname
-/usr/sbin/Check
 /usr/sbin/sysconf_addword
 /usr/share/man/man1/smart_agetty.1*
 /usr/share/man/man5/defaultdomain.5*
@@ -241,7 +238,6 @@
 /etc/cron.daily/suse.de-cron-local
 /etc/skel/.emacs
 /etc/skel/.inputrc
-/etc/java/README
 %config /etc/profile.d/complete.bash
 %config /etc/profile.d/alias.ash
 /etc/profile.d/alias.bash
@@ -249,11 +245,7 @@
 /etc/profile.d/ls.tcsh
 /etc/profile.d/ls.bash
 /etc/profile.d/ls.zsh
-/usr/sbin/setDefaultJava
-/usr/share/man/man7/init.d.7*
-/usr/share/man/man5/route.conf.5*
 /usr/share/man/man8/resolv+.8*
-/usr/share/man/man8/quick_halt.8*
 
 %files malloccheck
 %defattr(-,root,root)

++ _servicedata ++
--- /var/tmp/diff_new_pack.ceNN91/_old  2018-02-02 22:17:58.525939246 +0100
+++ /var/tmp/diff_new_pack.ceNN91/_new  2018-02-02 22:17:58.529939058 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/openSUSE/aaa_base.git
-  65000be48da7de3e715eec3134cc6d43e0c484c6
\ No newline at end of file
+  ae1f2624f86386f0a1cc6b28ff0a86218ad0bc0a
\ No newline at end of file

++ aaa_base-84.87+git20171201.65000be.tar.xz -> 
aaa_base-84.87+git20180130.ae1f262.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20171201.65000be/files/etc/java/README 
new/aaa_base-84.87+git20180130.ae1f262/files/etc/java/README
--- old/aaa_base-84.87+git20171201.65000be/files/etc/java/README
2017-12-01 14:01:41.0 +0100
+++ new/aaa_base-84.87+git20180130.ae1f262/files/etc/java/README
1970-01-01 01:00:00.0 +0100
@@ -1,178 +0,0 @@
-Dear customer,
-
-The SUSE Linux distribution contains several versions of development
-kits for developing and running java applications and several versions 
-of runtime environments only for running java applications.
-
-To be able to run java applications which need different versions of
-runtime environment or development kit, you may install several
-versions at the same time. One of these development kits or runtime
-environments is always the default while the other versions can be used
-to develop or run particular applications.
-
-Note: In the next text JDK stands for java development kit and JRE for
-  java runtime environment.
-
-
-
-The directory /etc/java contains configuration files for all installed
-JDKs and JREs.
-
-These configuration files are used by the