commit kubic-locale-archive for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package kubic-locale-archive for 
openSUSE:Factory checked in at 2018-03-02 08:50:32

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


Package is "kubic-locale-archive"

Fri Mar  2 08:50:32 2018 rev:3 rq:581917 version:MACRO

Changes:

--- 
/work/SRC/openSUSE:Factory/kubic-locale-archive/kubic-locale-archive.changes
2018-01-22 16:21:20.134028155 +0100
+++ 
/work/SRC/openSUSE:Factory/.kubic-locale-archive.new/kubic-locale-archive.changes
   2018-03-02 08:50:36.505610976 +0100
@@ -1,0 +2,6 @@
+Thu Mar  1 18:11:34 UTC 2018 - dims...@opensuse.org
+
+- Handle glibc installing LICENSES to /usr/share/licenses (new
+  location, when using %license) or /usr/share/doc (%doc).
+
+---



Other differences:
--
++ kubic-locale-archive.spec ++
--- /var/tmp/diff_new_pack.nCio9X/_old  2018-03-02 08:50:37.805563855 +0100
+++ /var/tmp/diff_new_pack.nCio9X/_new  2018-03-02 08:50:37.805563855 +0100
@@ -33,6 +33,11 @@
 english as locale.
 
 %prep
+if [ -f %{_defaultlicensedir}/glibc/LICENSES ]; then
+  cp %{_defaultlicensedir}/glibc/LICENSES .
+else
+  cp %{_docdir}/glibc/LICENSES .
+fi
 
 %build
 
@@ -40,11 +45,9 @@
 mkdir -p %{buildroot}%{_prefix}/lib/locale
 localedef -i en_US -f UTF-8 en_US.UTF-8 --archive --prefix=%{buildroot}
 localedef -i C -f UTF-8 C.UTF-8 --archive --prefix=%{buildroot}
-mkdir -p %{buildroot}%{_docdir}/%{name}
-cp -a %{_docdir}/glibc/LICENSES %{buildroot}%{_docdir}/%{name}/
 
 %files
-%doc %{_docdir}/%{name}
+%license LICENSES
 %{_prefix}/lib/locale/locale-archive
 
 %changelog




commit rubygem-rails-i18n for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package rubygem-rails-i18n for 
openSUSE:Factory checked in at 2018-03-01 12:08:28

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


Package is "rubygem-rails-i18n"

Thu Mar  1 12:08:28 2018 rev:25 rq:581467 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-i18n/rubygem-rails-i18n.changes
2018-02-18 11:45:13.595435785 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rails-i18n.new/rubygem-rails-i18n.changes   
2018-03-01 12:08:36.524375191 +0100
@@ -1,0 +2,9 @@
+Tue Feb 27 05:30:39 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.1
+ see installed CHANGELOG.md
+
+  ## 5.1.1 (2018-02-26)
+  - Fix #767 (New Chinese pluralization rules break stuff)
+
+---

Old:

  rails-i18n-5.1.0.gem

New:

  rails-i18n-5.1.1.gem



Other differences:
--
++ rubygem-rails-i18n.spec ++
--- /var/tmp/diff_new_pack.L2dRoh/_old  2018-03-01 12:08:37.404343599 +0100
+++ /var/tmp/diff_new_pack.L2dRoh/_new  2018-03-01 12:08:37.408343455 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rails-i18n
-Version:5.1.0
+Version:5.1.1
 Release:0
 %define mod_name rails-i18n
 %define mod_full_name %{mod_name}-%{version}

++ rails-i18n-5.1.0.gem -> rails-i18n-5.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-14 14:08:53.0 +0100
+++ new/CHANGELOG.md2018-02-26 09:36:39.0 +0100
@@ -1,3 +1,6 @@
+## 5.1.1 (2018-02-26)
+- Fix #767 (New Chinese pluralization rules break stuff)
+
 ## 5.1.0 (2018-02-14)
 - Add following locales:
   - Spanish (Nicaragua) (es-NI)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-02-14 14:08:53.0 +0100
+++ new/README.md   2018-02-26 09:36:39.0 +0100
@@ -10,18 +10,18 @@
 
 Add to your Gemfile:
 
-gem 'rails-i18n', '~> 5.0.0' # For 5.0.x and 5.1.x
-gem 'rails-i18n', '~> 4.0.0' # For 4.0.x
-gem 'rails-i18n', '~> 3.0.0' # For 3.x
+gem 'rails-i18n', '~> 5.1' # For 5.0.x, 5.1.x and 5.2.x
+gem 'rails-i18n', '~> 4.0' # For 4.0.x
+gem 'rails-i18n', '~> 3.0' # For 3.x
 gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'master' # For 
5.x
 gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-4-x' # 
For 4.x
 gem 'rails-i18n', github: 'svenfuchs/rails-i18n', branch: 'rails-3-x' # 
For 3.x
 
 or run this command:
 
-gem install rails-i18n -v '~> 5.0.0' # For 5.0.x and 5.1.x
-gem install rails-i18n -v '~> 4.0.0' # For 4.0.x
-gem install rails-i18n -v '~> 3.0.0' # For 3.x
+gem install rails-i18n -v '~> 5.1' # For  For 5.0.x, 5.1.x and 5.2.x
+gem install rails-i18n -v '~> 4.0' # For 4.0.x
+gem install rails-i18n -v '~> 3.0' # For 3.x
 
 Note that your rails version must be 3.0 or higher if you want to install 
`rails-i18n` as a gem. For rails 2.x, install it manually as described below.
 
@@ -157,6 +157,7 @@
 
 * [devise-i18n](https://github.com/tigrish/devise-i18n)
 * [will-paginate-i18n](https://github.com/tigrish/will-paginate-i18n)
+* [kaminari-i18n](https://github.com/tigrish/kaminari-i18n)
 * 
[i18n-country-translation](https://github.com/onomojo/i18n-country-translations)
 for translations of country names
 * [i18n-spec](https://github.com/tigrish/i18n-spec) for RSpec matchers to test 
your locale files
 * [iso](https://github.com/tigrish/iso) for the list of valid language/region 
codes and their translations
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-02-14 14:08:53.0 +0100
+++ new/metadata2018-02-26 09:36:39.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: rails-i18n
 version: !ruby/object:Gem::Version
-  version: 5.1.0
+  version: 5.1.1
 platform: ruby
 authors:
 - Rails I18n Group
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-14 00:00:00.0 Z
+date: 2018-02-26 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: i18n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rails/locale/zh-CN.yml new/rails/locale/zh-CN.yml
--- old/rails/locale/zh-CN.yml  2018-02-14 14:08:53.0 +0100
+++ new/rails/locale/zh-CN.yml  2018-02-26 09:36:39.0 +0100
@@ -62,43 +62,19 @@
 - :day
  

commit velum for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-03-01 12:08:39

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


Package is "velum"

Thu Mar  1 12:08:39 2018 rev:10 rq:581543 
version:3.0.0+dev+git_r661_5c6b6e3523e7ef1bf74aad6c4121e4720ac72c8c

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-02-27 
17:00:12.847150694 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-03-01 
12:08:44.064104501 +0100
@@ -1,0 +2,14 @@
+Thu Mar  1 08:40:08 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 1003acb by Rafael Fernández López eresli...@ereslibre.es
+ Rename "Retry cluster upgrade" to "Retry cluster update".
+ 
+ I didn't refactor down the line because ultimately we cannot have an enum
+ with a :update status (rails will complain, so at least the enum on the
+ Orchestration model would need to be called :upgrade).
+ 
+ For that reason, keep everything as it is (call internally `upgrade`, but
+ just show "Retry cluster update" on the button label).
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.G3GM1u/_old  2018-03-01 12:08:45.560050794 +0100
+++ /var/tmp/diff_new_pack.G3GM1u/_new  2018-03-01 12:08:45.560050794 +0100
@@ -23,7 +23,7 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r659_6ac641fcbeac276b2a74c5797714694a5f9e21df
+Version:3.0.0+dev+git_r661_5c6b6e3523e7ef1bf74aad6c4121e4720ac72c8c
 Release:0
 %define branch master
 Summary:Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
6ac641fcbeac276b2a74c5797714694a5f9e21df from branch master on date Tue, 27 Feb 
2018 09:05:58 +
+This package has been built with commit 
5c6b6e3523e7ef1bf74aad6c4121e4720ac72c8c from branch master on date Thu, 01 Mar 
2018 08:39:29 +
 
 %prep
 %setup -q -n velum-%{branch}

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/app/views/dashboard/index.html.slim 
new/velum-master/app/views/dashboard/index.html.slim
--- old/velum-master/app/views/dashboard/index.html.slim2018-02-27 
10:05:48.0 +0100
+++ new/velum-master/app/views/dashboard/index.html.slim2018-03-01 
09:39:02.0 +0100
@@ -55,7 +55,7 @@
 
   = link_to orchestrations_upgrade_path, method: :post, id: 
"retry-cluster-upgrade", class: "hidden btn btn-sm btn-primary pull-right" do
 i.fa.fa-refresh.fa-fw
-| Retry cluster upgrade
+| Retry cluster update
 
 .panel-body
   .row.nodes-loading




commit kadu for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package kadu for openSUSE:Factory checked in 
at 2018-03-01 12:08:12

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


Package is "kadu"

Thu Mar  1 12:08:12 2018 rev:28 rq:581268 version:4.3

Changes:

--- /work/SRC/openSUSE:Factory/kadu/kadu.changes2018-01-13 
21:40:32.793933344 +0100
+++ /work/SRC/openSUSE:Factory/.kadu.new/kadu.changes   2018-03-01 
12:08:16.125107534 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 20:04:29 UTC 2018 - fi...@opensuse.org
+
+- Add pkgconfig(Qt5Sql) to BuildRequires to fix build issue.
+
+---



Other differences:
--
++ kadu.spec ++
--- /var/tmp/diff_new_pack.QQx9pD/_old  2018-03-01 12:08:16.985076661 +0100
+++ /var/tmp/diff_new_pack.QQx9pD/_new  2018-03-01 12:08:16.985076661 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package kadu
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2017 Mariusz Fik .
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2018 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Release:0
 # Choosing GPL-3.0+ because of presence and usage of numerous GPL-3.0 files
 Summary:Gadu-Gadu and Jabber/XMPP protocol Instant Messenger
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Instant Messenger
 Url:http://www.kadu.im/
 Source0:http://download.kadu.im/stable/%{name}-%{version}.tar.bz2
@@ -66,6 +66,7 @@
 BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.2
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2
 BuildRequires:  pkgconfig(Qt5Script) >= 5.2
+BuildRequires:  pkgconfig(Qt5Sql) >= 5.2
 BuildRequires:  pkgconfig(Qt5WebKit) >= 5.2
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2
@@ -111,7 +112,7 @@
 
 %packagedevel
 Summary:Gadu-Gadu and Jabber/XMPP protocol Instant Messenger
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
@@ -166,7 +167,7 @@
 
 %packageemoticons_gg6_compatible
 Summary:Emoticons theme compatybility witch Gadu-Gadu 6
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Instant Messenger
 Requires:   %{name} = %{version}
 
@@ -175,7 +176,7 @@
 
 %packageemoticons_gg10_compatible
 Summary:Emoticons theme compatybility witch Gadu-Gadu 10
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Instant Messenger
 Requires:   %{name} = %{version}
 




commit moreutils for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package moreutils for openSUSE:Factory 
checked in at 2018-03-01 12:08:16

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


Package is "moreutils"

Thu Mar  1 12:08:16 2018 rev:4 rq:581384 version:0.62

Changes:

--- /work/SRC/openSUSE:Factory/moreutils/moreutils.changes  2017-05-22 
18:09:46.682610385 +0200
+++ /work/SRC/openSUSE:Factory/.moreutils.new/moreutils.changes 2018-03-01 
12:08:19.280994238 +0100
@@ -1,0 +2,20 @@
+Wed Feb 28 19:00:11 UTC 2018 - aloi...@gmx.com
+
+- Update to version 0.62
+  * ts: Add -m option to use monotonic clock.
+Thanks, Ben Leinweber
+  * ts: Added %.T format like %T but with hi-res.
+Thanks, Matt Koscica
+  * pee: Ignore SIGPIPE and write errors caused by the command
+not consuming all its input. Closes: #697052
+Thanks, Ole Jørgen Brønner
+  * chronic: document return value semantics of -e option.
+Closes: #867167
+Thanks, Daniel Shahaf
+  * vidir: reword man page to more explicit mention 'file' args.
+Closes: #885221
+Thanks, Daniel Shahaf
+  * pee: Don't buffer input, bringing behavior into line with tee.
+Thanks, Sauerbeck Tilman
+
+---

Old:

  moreutils-0.61.tar.gz

New:

  moreutils-0.62.tar.gz



Other differences:
--
++ moreutils.spec ++
--- /var/tmp/diff_new_pack.ezrbxq/_old  2018-03-01 12:08:21.004932350 +0100
+++ /var/tmp/diff_new_pack.ezrbxq/_new  2018-03-01 12:08:21.004932350 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package moreutils
 #
-# 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,11 +17,11 @@
 
 
 Name:   moreutils
-Version:0.61
+Version:0.62
 Release:0
 Summary:Additional Unix Utilities
 License:GPL-2.0+ and GPL-2.0 and MIT
-Group:  System/Management
+Group:  Productivity/File utilities
 Url:https://joeyh.name/code/moreutils/
 Source: 
https://git.joeyh.name/index.cgi/moreutils.git/snapshot/%{name}-%{version}.tar.gz
 BuildRequires:  docbook-xsl-stylesheets
@@ -56,7 +56,7 @@
 
 %package parallel
 Summary:Additional unix utility - parallel command
-Group:  Applications/System
+Group:  Productivity/File utilities
 Requires:   %{name} = %{version}-%{release}
 Conflicts:  gnu_parallel
 

++ moreutils-0.61.tar.gz -> moreutils-0.62.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/moreutils-0.61/Makefile new/moreutils-0.62/Makefile
--- old/moreutils-0.61/Makefile 2017-04-19 16:31:30.0 +0200
+++ new/moreutils-0.62/Makefile 2017-12-31 17:02:11.0 +0100
@@ -16,7 +16,8 @@
 all: $(BINS) $(MANS)
 
 clean:
-   rm -f $(BINS) $(MANS) dump.c errnos.h errno.o
+   rm -f $(BINS) $(MANS) dump.c errnos.h errno.o \
+   is_utf8/*.o is_utf8/isutf8
 
 isutf8: is_utf8/*.c is_utf8/*.h
$(MAKE) -C is_utf8/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/moreutils-0.61/chronic new/moreutils-0.62/chronic
--- old/moreutils-0.61/chronic  2017-04-19 16:31:30.0 +0200
+++ new/moreutils-0.62/chronic  2017-12-31 17:02:11.0 +0100
@@ -36,6 +36,9 @@
 Stderr triggering. Triggers output when stderr output length is non-zero.
 Without -e chronic needs non-zero return value to trigger output.
 
+In this mode, chronic's return value will be C<2> if the command's return
+value is C<0> but the command printed to stderr.
+
 =back
 
 =head1 AUTHOR
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/moreutils-0.61/debian/changelog 
new/moreutils-0.62/debian/changelog
--- old/moreutils-0.61/debian/changelog 2017-04-19 16:31:30.0 +0200
+++ new/moreutils-0.62/debian/changelog 2017-12-31 17:02:11.0 +0100
@@ -1,3 +1,22 @@
+moreutils (0.62) unstable; urgency=medium
+
+  * ts: Add -m option to use monotonic clock.
+Thanks, Ben Leinweber
+  * ts: Added %.T format like %T but with hi-res.
+Thanks, Matt Koscica
+  * pee: Ignore SIGPIPE and write errors caused by the command not
+consuming all its input. Closes: #697052
+Thanks, Ole Jørgen Brønner
+  * chronic: document return value semantics of -e option. Closes: #867167
+Thanks, Daniel Shahaf
+  * vidir: reword man page to more explicit mention 'file' args.
+Closes: #885221
+Thanks, Daniel Shahaf
+  * pee: 

commit restic for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package restic for openSUSE:Factory checked 
in at 2018-03-01 12:08:20

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


Package is "restic"

Thu Mar  1 12:08:20 2018 rev:2 rq:581452 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/restic/restic.changes2018-01-22 
16:10:14.797151770 +0100
+++ /work/SRC/openSUSE:Factory/.restic.new/restic.changes   2018-03-01 
12:08:24.336812734 +0100
@@ -1,0 +2,7 @@
+Thu Mar  1 01:11:07 UTC 2018 - asa...@suse.com
+
+- Update to 0.8.3.
+  https://github.com/restic/restic/releases/tag/v0.8.3
+  See installed /usr/share/doc/packages/restic/CHANGELOG.md
+
+---

Old:

  restic-0.8.1.tar.gz
  restic-0.8.1.tar.gz.asc

New:

  restic-0.8.3.tar.gz
  restic-0.8.3.tar.gz.asc



Other differences:
--
++ restic.spec ++
--- /var/tmp/diff_new_pack.YRP3uW/_old  2018-03-01 12:08:26.820723561 +0100
+++ /var/tmp/diff_new_pack.YRP3uW/_new  2018-03-01 12:08:26.824723418 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package restic
 #
-# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,23 @@
 #
 # nodebuginfo
 
+
 %define import_path github.com/restic/restic
 
 Name:   restic
-Version:0.8.1
+Version:0.8.3
 Release:0
-License:BSD-2-Clause
 Summary:Fast, secure, efficient backup program
-Url:https://restic.net/
+License:BSD-2-Clause
 Group:  Productivity/Archiving/Backup
+Url:https://restic.net/
 Source0:
https://github.com/restic/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/restic/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 # PATCH-FIX-OPENSUSE: Revert to using pre-1.8 Go APIs so we can build on Leap 
42.x.
 Patch1: restic-switch-to-pre-1.8-sort.Stable-API.patch
-BuildRequires:  golang(API) >= 1.6
 BuildRequires:  golang-packaging
+BuildRequires:  golang(API) >= 1.6
 
 %description
 restic is a backup program that is fast, efficient and secure.
@@ -63,3 +64,5 @@
 %doc doc/
 %{_bindir}/restic
 %{_mandir}/man1/restic*.1*
+
+%changelog

++ restic-0.8.1.tar.gz -> restic-0.8.3.tar.gz ++
/work/SRC/openSUSE:Factory/restic/restic-0.8.1.tar.gz 
/work/SRC/openSUSE:Factory/.restic.new/restic-0.8.3.tar.gz differ: char 13, 
line 1




commit python-jupyter_notebook for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-03-01 12:07:59

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


Package is "python-jupyter_notebook"

Thu Mar  1 12:07:59 2018 rev:10 rq:581067 version:5.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2018-02-16 21:44:18.631870537 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2018-03-01 12:08:02.665590714 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 17:43:33 UTC 2018 - toddrme2...@gmail.com
+
+- Package directory needed by jupyterlab
+
+---



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.AidWKA/_old  2018-03-01 12:08:03.489561135 +0100
+++ /var/tmp/diff_new_pack.AidWKA/_new  2018-03-01 12:08:03.489561135 +0100
@@ -72,8 +72,9 @@
 
 # These directories are used for extensions
 mkdir -p %{buildroot}%{_datadir}/jupyter/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter/jupyter_notebook_config.d/
 mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbconfig/notebook.d/
-mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbextensions/
 
 # Install icons
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
@@ -99,9 +100,10 @@
 %python3_only %{_bindir}/jupyter-serverextension
 %python3_only %{_datadir}/icons/hicolor/*/apps/JupyterNotebook.*
 %dir %{_datadir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/jupyter_notebook_config.d//
 %dir %{_sysconfdir}/jupyter/nbconfig/
 %dir %{_sysconfdir}/jupyter/nbconfig/notebook.d/
-%dir %{_sysconfdir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/nbextensions/
 %{python_sitelib}/*
 
 %files %{python_files latex}




commit lazarus for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package lazarus for openSUSE:Factory checked 
in at 2018-03-01 12:08:03

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


Package is "lazarus"

Thu Mar  1 12:08:03 2018 rev:4 rq:581089 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/lazarus/lazarus.changes  2018-01-09 
14:52:38.105372071 +0100
+++ /work/SRC/openSUSE:Factory/.lazarus.new/lazarus.changes 2018-03-01 
12:08:11.137286592 +0100
@@ -1,0 +2,7 @@
+Wed Feb 28 16:01:00 UTC 2018 - aloi...@gmx.com
+
+- Update to version 1.8.2
+  This is a bug fix release. For complete list of changes see
+  http://wiki.lazarus.freepascal.org/Lazarus_1.8.0_release_notes
+
+---

Old:

  lazarus-1.8.0.tar.gz

New:

  lazarus-1.8.2.tar.gz



Other differences:
--
++ lazarus.spec ++
--- /var/tmp/diff_new_pack.6pkND2/_old  2018-03-01 12:08:13.405205177 +0100
+++ /var/tmp/diff_new_pack.6pkND2/_new  2018-03-01 12:08:13.405205177 +0100
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:   lazarus
-Version:1.8.0
+Version:1.8.2
 Release:0
 # Please note that the LGPL is modified and this is not multi-licensed, but 
each component has a separate license chosen.
 Summary:FreePascal RAD IDE and Component Library

++ lazarus-1.8.0.tar.gz -> lazarus-1.8.2.tar.gz ++
/work/SRC/openSUSE:Factory/lazarus/lazarus-1.8.0.tar.gz 
/work/SRC/openSUSE:Factory/.lazarus.new/lazarus-1.8.2.tar.gz differ: char 5, 
line 1

++ lazarus.appdata.xml ++
--- /var/tmp/diff_new_pack.6pkND2/_old  2018-03-01 12:08:13.453203453 +0100
+++ /var/tmp/diff_new_pack.6pkND2/_new  2018-03-01 12:08:13.453203453 +0100
@@ -1,5 +1,6 @@
 
 
+
 
lazarus.desktop
CC0-1.0




commit owncloud-client for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package owncloud-client for openSUSE:Factory 
checked in at 2018-03-01 12:08:08

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


Package is "owncloud-client"

Thu Mar  1 12:08:08 2018 rev:10 rq:581166 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/owncloud-client/owncloud-client.changes  
2018-01-19 11:52:33.769477413 +0100
+++ /work/SRC/openSUSE:Factory/.owncloud-client.new/owncloud-client.changes 
2018-03-01 12:08:13.869188520 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 10:58:38 UTC 2018 - klaas.frei...@suse.com
+
+- Add explicit BuildRequires on Qt5Sql to fix TW build. 
+
+---



Other differences:
--
++ owncloud-client.spec ++
--- /var/tmp/diff_new_pack.soRPsr/_old  2018-03-01 12:08:14.757156642 +0100
+++ /var/tmp/diff_new_pack.soRPsr/_new  2018-03-01 12:08:14.761156499 +0100
@@ -58,6 +58,7 @@
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Sql)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 




commit glibmm2_4 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package glibmm2_4 for openSUSE:Factory 
checked in at 2018-03-01 12:07:14

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


Package is "glibmm2_4"

Thu Mar  1 12:07:14 2018 rev:5 rq:580879 version:2.52.1

Changes:

--- /work/SRC/openSUSE:Factory/glibmm2_4/glibmm2_4.changes  2017-09-15 
21:06:17.809896027 +0200
+++ /work/SRC/openSUSE:Factory/.glibmm2_4.new/glibmm2_4.changes 2018-03-01 
12:07:15.647278479 +0100
@@ -1,0 +2,10 @@
+Wed Feb 28 08:30:00 UTC 2018 - dims...@opensuse.org
+
+- Package COPYING as %license instead of %doc.
+
+---
+Tue Feb 27 09:11:55 UTC 2018 - sch...@suse.de
+
+- Add gcc8.patch: add missing address operator.
+
+---

New:

  gcc8.patch



Other differences:
--
++ glibmm2_4.spec ++
--- /var/tmp/diff_new_pack.96PIbq/_old  2018-03-01 12:07:16.275255939 +0100
+++ /var/tmp/diff_new_pack.96PIbq/_new  2018-03-01 12:07:16.275255939 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glibmm2_4
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,25 +18,26 @@
 
 # Update baselibs.conf when changing this
 %define so_ver -2_4-1
-
-Name:   glibmm2_4
 %define _name glibmm
+Name:   glibmm2_4
 Version:2.52.1
 Release:0
 Summary:C++ Interface for Glib
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Url:http://www.gtkmm.org/
 Source0:
http://download.gnome.org/sources/glibmm/2.52/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gcc8.patch sch...@suse.de -- Add missing address 
operator, fixes build wity GCC 8.
+Patch0: gcc8.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.49.7
 BuildRequires:  pkgconfig(gmodule-2.0) >= 2.49.7
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.49.7
 BuildRequires:  pkgconfig(sigc++-2.0) >= 2.9.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Glibmm is the official C++ interface for the popular cross-platform
@@ -44,7 +45,6 @@
 C++ and makes it possible for gtkmm to wrap GObject-based APIs.
 
 %package -n libglibmm%{so_ver}
-
 Summary:C++ Interface for Glib
 Group:  System/Libraries
 Provides:   glibmm2 = %{version}
@@ -58,7 +58,6 @@
 C++ and makes it possible for gtkmm to wrap GObject-based APIs.
 
 %package -n libgiomm%{so_ver}
-
 Summary:C++ Interface for Gio
 Group:  System/Libraries
 
@@ -87,6 +86,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -94,29 +94,24 @@
 
 %install
 %make_install
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}
 
 %post -n libglibmm%{so_ver} -p /sbin/ldconfig
-
 %postun -n libglibmm%{so_ver} -p /sbin/ldconfig
-
 %post -n libgiomm%{so_ver} -p /sbin/ldconfig
-
 %postun -n libgiomm%{so_ver} -p /sbin/ldconfig
 
 %files -n libglibmm%{so_ver}
-%defattr (-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/libglibmm-2.4.so.*
 %{_libdir}/libglibmm_generate_extra_defs-2.4.so.*
 
 %files -n libgiomm%{so_ver}
-%defattr (-, root, root)
 %{_libdir}/libgiomm-2.4.so.*
 
 %files devel
-%defattr (-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*

++ gcc8.patch ++
Index: glibmm-2.52.1/glib/glibmm/threads.h
===
--- glibmm-2.52.1.orig/glib/glibmm/threads.h
+++ glibmm-2.52.1/glib/glibmm/threads.h
@@ -657,7 +657,7 @@ public:
*/
   inline void replace(T* data);
 
-  GPrivate* gobj() { return gobject_; }
+  GPrivate* gobj() { return _; }
 
 private:
   GPrivate gobject_;



commit urh for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package urh for openSUSE:Factory checked in 
at 2018-03-01 12:07:52

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


Package is "urh"

Thu Mar  1 12:07:52 2018 rev:9 rq:581022 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/urh/urh.changes  2018-01-20 11:28:27.291483430 
+0100
+++ /work/SRC/openSUSE:Factory/.urh.new/urh.changes 2018-03-01 
12:07:57.965759429 +0100
@@ -1,0 +2,17 @@
+Wed Feb 28 16:18:35 UTC 2018 - mar...@gmx.de
+
+- Update to version 2.0.0
+  * Add Simulator mode
+  * Performance and stability improvements:
+- improve accuracy when sending messages with short pauses
+- improve accuracy of protocol sniffer
+- allow setting lower frequencies for HackRF (#396)
+- consider latest changes of LimeSuite API (#397)
+- add timestamp to protocol sniffer output (#392)
+- improve performance of modulations
+- improve performance of filtering in analysis
+- improve performance when starting sending
+- improve send accuracy of HackRF
+- improve performance when filtering messages in Analysis
+
+---

Old:

  urh-1.9.2.tar.gz

New:

  urh-2.0.0.tar.gz



Other differences:
--
++ urh.spec ++
--- /var/tmp/diff_new_pack.BJe9gc/_old  2018-03-01 12:07:58.949724107 +0100
+++ /var/tmp/diff_new_pack.BJe9gc/_new  2018-03-01 12:07:58.949724107 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   urh
-Version:1.9.2
+Version:2.0.0
 Release:0
 Summary:Tool for investigating unknown wireless protocols
-License:Apache-2.0 AND GPL-2.0
+License:Apache-2.0 AND GPL-2.0-only
 Group:  Productivity/Hamradio/Other
 Url:https://github.com/jopohl/urh
 Source: 
https://github.com/jopohl/urh/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ urh-1.9.2.tar.gz -> urh-2.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/urh/urh-1.9.2.tar.gz 
/work/SRC/openSUSE:Factory/.urh.new/urh-2.0.0.tar.gz differ: char 20, line 1




commit netdiscover for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package netdiscover for openSUSE:Factory 
checked in at 2018-03-01 12:07:46

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


Package is "netdiscover"

Thu Mar  1 12:07:46 2018 rev:2 rq:580981 version:0.3_beta7

Changes:

--- /work/SRC/openSUSE:Factory/netdiscover/netdiscover.changes  2017-08-24 
18:41:46.103240332 +0200
+++ /work/SRC/openSUSE:Factory/.netdiscover.new/netdiscover.changes 
2018-03-01 12:07:48.482099866 +0100
@@ -1,0 +2,7 @@
+Wed Feb 28 14:25:58 UTC 2018 - mplus...@suse.com
+
+- Run spec-cleaner:
+  * Use spdx-3.0
+  * Mark license as such
+
+---



Other differences:
--
++ netdiscover.spec ++
--- /var/tmp/diff_new_pack.CbOEzT/_old  2018-03-01 12:07:49.918048320 +0100
+++ /var/tmp/diff_new_pack.CbOEzT/_new  2018-03-01 12:07:49.922048177 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netdiscover
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Version:0.3_beta7
 Release:0
 Summary:A network address discovering/monitoring tool
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Other
 Url:https://sourceforge.net/projects/netdiscover/?source=directory
 Source0:
https://sourceforge.net/projects/netdiscover/files/netdiscover/%{pkgver}-LINUXONLY/netdiscover-%{pkgver}-LINUXONLY.tar.gz
@@ -67,7 +67,8 @@
 rm -rf %{buildroot}%{_datadir}/doc
 
 %files
-%doc ChangeLog COPYING README AUTHORS NEWS TODO
+%license COPYING
+%doc ChangeLog README AUTHORS NEWS TODO
 %{_sbindir}/netdiscover
 %{_mandir}/man8/netdiscover.8%{ext_man}
 




commit libcontainers-image for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libcontainers-image for 
openSUSE:Factory checked in at 2018-03-01 12:07:55

Comparing /work/SRC/openSUSE:Factory/libcontainers-image (Old)
 and  /work/SRC/openSUSE:Factory/.libcontainers-image.new (New)


Package is "libcontainers-image"

Thu Mar  1 12:07:55 2018 rev:2 rq:581031 version:0+git1145

Changes:

--- /work/SRC/openSUSE:Factory/libcontainers-image/libcontainers-image.changes  
2018-02-19 13:00:24.919272813 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-image.new/libcontainers-image.changes 
2018-03-01 12:07:59.157716640 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 16:46:43 UTC 2018 - jmassaguer...@suse.com
+
+- Fix requirement in go-md2man. 
+
+---



Other differences:
--
++ libcontainers-image.spec ++
--- /var/tmp/diff_new_pack.0cPnmL/_old  2018-03-01 12:07:59.721696394 +0100
+++ /var/tmp/diff_new_pack.0cPnmL/_new  2018-03-01 12:07:59.721696394 +0100
@@ -26,10 +26,10 @@
 Summary:Configuration files, and manpages from 
github.com/containers/image
 License:Apache-2.0
 Group:  System/Management
-URL:https://%{project}
+Url:https://%{project}
 Source0:%{name}-git.%{commit}.tar.xz
 Source1:default.yaml
-BuildRequires:  go-md2man
+BuildRequires:  go-go-md2man
 BuildRequires:  libcontainers-common
 Requires:   libcontainers-common
 





commit libcontainers-storage for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libcontainers-storage for 
openSUSE:Factory checked in at 2018-03-01 12:07:57

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


Package is "libcontainers-storage"

Thu Mar  1 12:07:57 2018 rev:3 rq:581032 version:0+git26204

Changes:

--- 
/work/SRC/openSUSE:Factory/libcontainers-storage/libcontainers-storage.changes  
2018-02-20 17:59:50.124181977 +0100
+++ 
/work/SRC/openSUSE:Factory/.libcontainers-storage.new/libcontainers-storage.changes
 2018-03-01 12:07:59.857691512 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 16:49:09 UTC 2018 - jmassaguer...@suse.com
+
+- Fix requirement for go-md2man. 
+
+---



Other differences:
--
++ libcontainers-storage.spec ++
--- /var/tmp/diff_new_pack.cMH4De/_old  2018-03-01 12:08:00.325674713 +0100
+++ /var/tmp/diff_new_pack.cMH4De/_new  2018-03-01 12:08:00.329674569 +0100
@@ -26,16 +26,16 @@
 Summary:Configuration files, manpages and tools from 
github.com/containers/storage
 License:Apache-2.0
 Group:  System/Management
-URL:https://%{project}
+Url:https://%{project}
 Source0:%{name}-git.%{commit}.tar.xz
 Source1:storage.conf
 BuildRequires:  device-mapper-devel
-BuildRequires:  go-md2man
-BuildRequires:  golang(API) >= 1.7
+BuildRequires:  go-go-md2man
 BuildRequires:  golang-packaging
 BuildRequires:  libbtrfs-devel
 BuildRequires:  libcontainers-common
 BuildRequires:  make
+BuildRequires:  golang(API) >= 1.7
 Requires:   libcontainers-common
 # disable stripping of binaries
 %{go_nostrip}




commit uwsgi for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2018-03-01 12:07:39

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


Package is "uwsgi"

Thu Mar  1 12:07:39 2018 rev:25 rq:580881 version:2.0.16

Changes:

--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes  2017-12-14 
10:55:54.096195926 +0100
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2018-03-01 
12:07:40.206396934 +0100
@@ -1,0 +2,45 @@
+Tue Feb 27 11:53:27 UTC 2018 - bjorn@gmail.com
+
+- Update License tag to SPDX 3 version:
+  Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0.
+
+---
+Sun Feb 18 18:51:03 UTC 2018 - mich...@stroeder.com
+
+- removed obsolete reproducible.patch
+- Update to 2.0.16:
+  * [CVE-2018-6758] Stack-based buffer overflow in
+core/utils.c:uwsgi_expand_path()
+  * Backported early_post_jail plugin hook (Bjørnar Ness)
+  * Fixed ipv6 suupport for http-socket (James Brown)
+  * Enable execinfo on DragonFly BSD (Aaron LI)
+  * Fix inet_ntop buffer size (Orivej Desh)
+  * Add worker running time metrics (Serge/yasek)
+  * Backported safe-pidfile, safe-pidfile2 (Nate Coraor)
+  * Stop using libxml2 by default on osx
+  * Fixed uwsgi_kvlist_parse signature
+  * Backport http range fixes from master (Curtis Maloney, Sokolov Yura)
+  * relicensed mod_proxy_uwsgi to Apache 2.0
+  * logging: Add ${millis} support to json encode
+  * plugins/router_xmldir: fixup invalid locale check (Riccardo Magliocchetti)
+  * Add ssl-verify-depth flag to set the max Client CA chain length (Paul 
Tagliamonte)
+  * Allow to override build date (Bernhard M. Wiedemann)
+  * Python 3 plugin: improved thread names handling (Jyrki Muukkonen, Mark 
Meyer)
+  * Added uwsgi_resolve_ip for redis host (ahmbas)
+  * plugins/gevent: Fix signal handlers (Maslov Alexander)
+  * Write x509 DER to the uwsgi buffer (Paul Tagliamonte)
+  * plugin/http: Fix compilation (Melvyn Sopacua)
+  * Fixed emperor throttling system (Jeremy Hiatt)
+  * Fix application loading without Plack after excluding “.” from @INC in new 
Perl versions (Anton Petrusevich)
+  * Fix MULE MSG QUEUE IS FULL message hint (Eugene Tataurov)
+  * Build System: support k_minor has a _xxx suffix (TOGO Li)
+  * Fixed drop-after-* options (Robert DeRose)
+  * Add mule_send_msg success indicator (Josh Tiras)
+  * Properly check item size in uwsgi_queue_push (Josh Tiras)
+  * FastRouter / HTTP Router can now have a ‘fallback’ key configured
+  * HTTP Router now supports post-buffer, just like FastRouter
+  * Fix handling of env in embedded dict in Python plugin (could cause 
segfaults in single thread mode)
+  * Add support for Brotli (.br) with –static-gzip
+  * Back-ported HTTP/1.1 support (–http11-socket) from 2.1
+
+---

Old:

  reproducible.patch
  uwsgi-2.0.15.tar.gz

New:

  uwsgi-2.0.16.tar.gz



Other differences:
--
++ uwsgi.spec ++
--- /var/tmp/diff_new_pack.NUciP0/_old  2018-03-01 12:07:41.234360034 +0100
+++ /var/tmp/diff_new_pack.NUciP0/_new  2018-03-01 12:07:41.238359891 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uwsgi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   uwsgi
-Version:2.0.15
+Version:2.0.16
 Release:0
 Summary:Application Container Server for Networked/Clustered Web 
Applications
-License:GPL-2.0-with-GCC-exception
+License:Apache-2.0 AND GPL-2.0-only WITH GCC-exception-2.0
 Group:  Productivity/Networking/Web/Servers
 Url:https://uwsgi-docs.readthedocs.io/en/latest/
 Source: http://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz
@@ -40,8 +40,6 @@
 Patch2: uwsgi-1.9.13-objc_gc-no-fobjc-gc.patch
 # PATCH-FIX-OPENSUSE uwsgi-1.9.11-systemd_logger-old_systemd.patch - Older 
systemd in 12.2 does not implicity include syslog.h
 Patch3: uwsgi-1.9.11-systemd_logger-old_systemd.patch
-# PATCH-FIX-UPSTREAM reproducible.patch 
https://github.com/unbit/uwsgi/pull/1561
-Patch4: reproducible.patch
 %define apache_branch %(rpm -q --qf %%{version} apache2 | grep -E -o 
"2\\.[0-9]+")
 %if "%{apache_branch}" == "2.4"
   %define apxs %{_bindir}/apxs2
@@ -435,7 +433,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 # Generate a config that builds all plugins except for examples and stuff we
 # can't satisfy 

commit aytests-tests for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package aytests-tests for openSUSE:Factory 
checked in at 2018-03-01 12:07:44

Comparing /work/SRC/openSUSE:Factory/aytests-tests (Old)
 and  /work/SRC/openSUSE:Factory/.aytests-tests.new (New)


Package is "aytests-tests"

Thu Mar  1 12:07:44 2018 rev:4 rq:580953 version:1.2.28

Changes:

--- /work/SRC/openSUSE:Factory/aytests-tests/aytests-tests.changes  
2018-01-17 21:59:54.326730461 +0100
+++ /work/SRC/openSUSE:Factory/.aytests-tests.new/aytests-tests.changes 
2018-03-01 12:07:45.338212721 +0100
@@ -1,0 +2,85 @@
+Wed Feb 28 12:39:39 UTC 2018 - riafa...@suse.com
+
+- Adjust lvm ay test for ntp and firewall changes
+- 1.2.28
+
+---
+Wed Feb 22 12:17:07 UTC 2018 - riafa...@suse.com
+
+- Adjust tftp test for chrony
+- 1.2.27
+
+---
+Thu Feb 22 09:58:17 UTC 2018 - igonzalezs...@suse.com
+
+- Test whether AutoYaST is able to determine the proper filesystem
+  type when is missing in the profile (bsc#1075203).
+- 1.2.26
+
+---
+Wed Feb 14 09:56:18 UTC 2018 - knut.anders...@suse.com
+
+- Sort services check for SuSEFirewall2 profiles
+- 1.2.25
+
+---
+Tue Feb  6 14:17:25 CET 2018 - sch...@suse.de
+
+- Adapted sles_network_without_hosts, sles_mini_network,
+  sles_insserv, storage_ng_automated_lvm,
+  storage_ng_automated_partitioning, storage_ng_lvm,
+  storage_ng_minimal, storage_ng_plain_partitions,
+  storage_ng_raid to SLES15.
+- 1.2.24
+
+---
+Mon Feb  5 13:29:23 CET 2018 - sch...@suse.de
+
+- Corrected path of jenkins_tests.
+- 1.2.23
+
+---
+Mon Feb  5 12:39:36 CET 2018 - sch...@suse.de
+
+- Added file jenkins_tests which contains the name of test cases.
+  These tests will be run continuously on the jenkins nodes.
+- 1.2.22
+
+---
+Mon Feb  5 11:04:23 CET 2018 - sch...@suse.de
+
+- Adapting sles_network to SLES15.
+- 1.2.21
+
+---
+Wed Jan 31 15:19:29 UTC 2018 - igonzalezs...@suse.com
+
+- Test if partitions and logical volumes are shrinked when needed
+  (bsc#1078418).
+- 1.2.20
+
+---
+Wed Jan 31 09:02:34 CET 2018 - sch...@suse.de
+
+- sles_network: Disabling pam_nologin while installing an image.
+- 1.2.19
+
+---
+Tue Jan 30 10:43:24 CET 2018 - sch...@suse.de
+
+- Adapting to SLES15.
+- 1.2.18
+
+---
+Mon Jan 22 17:09:14 CET 2018 - sch...@suse.de
+
+- Disabling pam_nologin while installing an image.
+- 1.2.17
+
+---
+Wed Jan 17 17:11:29 UTC 2018 - knut.anders...@suse.com
+
+- Fixed SuSEFirewall2 based profile (fate#323460)
+- 1.2.16
+
+---

Old:

  aytests-tests-1.2.15.tar.bz2

New:

  aytests-tests-1.2.28.tar.bz2



Other differences:
--
++ aytests-tests.spec ++
--- /var/tmp/diff_new_pack.yGDneh/_old  2018-03-01 12:07:45.998189031 +0100
+++ /var/tmp/diff_new_pack.yGDneh/_new  2018-03-01 12:07:46.00217 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   aytests-tests
-Version:1.2.15
+Version:1.2.28
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ aytests-tests-1.2.15.tar.bz2 -> aytests-tests-1.2.28.tar.bz2 ++
 4465 lines of diff (skipped)




commit rubygem-ffi for openSUSE:Factory

2018-03-01 Thread root


bin69dBFWQRYw.bin
Description: Binary data


commit libguestfs for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2018-03-01 12:07:41

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


Package is "libguestfs"

Thu Mar  1 12:07:41 2018 rev:61 rq:580951 version:1.38.0

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2018-02-23 
15:32:23.420902968 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2018-03-01 12:07:41.802339646 +0100
@@ -1,0 +2,13 @@
+Tue Feb 27 13:14:35 UTC 2018 - cbosdon...@suse.com
+
+- Remove unneeded createrepo build dependency (bsc#1082689)
+- builder-repository: fix SLES short id computation
+  Patch added:
+0a55098f-builder-repository-fix-compute_short_id-for-sles-X.0.patch
+- Fix handling of Latin-1 encoding in rpmdb (bsc#1075803)
+  Patches added:
+0001-Introduce-a-wrapper-around-xmlParseURI.patch
+0002-common-extract-UTF-8-conversion-function.patch
+0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
+
+---

New:

  0001-Introduce-a-wrapper-around-xmlParseURI.patch
  0002-common-extract-UTF-8-conversion-function.patch
  0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
  0a55098f-builder-repository-fix-compute_short_id-for-sles-X.0.patch



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.JfUvgA/_old  2018-03-01 12:07:42.838302459 +0100
+++ /var/tmp/diff_new_pack.JfUvgA/_new  2018-03-01 12:07:42.842302316 +0100
@@ -97,7 +97,6 @@
 %if %{with perl_bindings}
 BuildRequires:  perl(Module::Build)
 %endif
-BuildRequires:  createrepo
 BuildRequires:  db48-utils
 BuildRequires:  dhcp-client
 BuildRequires:  pcre-devel
@@ -140,9 +139,16 @@
 Url:http://libguestfs.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Compatibility package for guestfs-tools
+# Upstream patches
 License:GPL-2.0
 Group:  System/Filesystems
 Patch0: d0e5a819-python-Fix-missing-additional-backslashes.patch 
+Patch1: 
0a55098f-builder-repository-fix-compute_short_id-for-sles-X.0.patch
+# Pending upstram review
+Patch50:0001-Introduce-a-wrapper-around-xmlParseURI.patch
+Patch51:0002-common-extract-UTF-8-conversion-function.patch
+Patch52:0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
+# Our patches
 Patch100:   appliance.patch
 
 Source0:
http://download.libguestfs.org/1.38-stable/libguestfs-%{version}.tar.gz
@@ -554,6 +560,10 @@
 : _ignore_exclusive_arch '%{?_ignore_exclusive_arch}'
 %setup -q -a 789653
 %patch0 -p1
+%patch1 -p1
+%patch50 -p1
+%patch51 -p1
+%patch52 -p1
 %patch100 -p1
 
 %build

++ 0001-Introduce-a-wrapper-around-xmlParseURI.patch ++
>From 66dbffd38377abeb64144990421e52293613840a Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" 
Date: Thu, 15 Feb 2018 15:55:35 +
Subject: [PATCH 1/3] Introduce a wrapper around xmlParseURI.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

We only use xmlParseURI to parse our own "homebrew" URIs, for example
the ones used by guestfish --add or virt-v2v.  Unfortunately
xmlParseURI cannot handle URIs with spaces or other non-RFC-compliant
characters so simple commands like these fail:

  $ guestfish -a 'ssh://example.com/virtual machine.img'
  guestfish: --add: could not parse URI 'ssh://example.com/virtual machine.img'

  $ guestfish -a 'ssh://example.com/バーチャルマシン.img'
  guestfish: --add: could not parse URI 'ssh://example.com/バーチャルマシン.img'

This is a usability problem.  However since these are not expected to
be generic RFC-compliant URIs we can perform the required
percent-escaping ourselves instead of demanding that the user does
this.

Note that the wrapper function should not be used on real URLs or
libvirt URLs.
---
 common/mlxml/Makefile.am |   1 +
 common/mlxml/xml-c.c |  45 +--
 common/mlxml/xml.ml  |   1 +
 common/mlxml/xml.mli |   4 +
 common/options/uri.c |   5 +-
 common/utils/Makefile.am |   2 +
 common/utils/libxml2-utils.c | 178 +++
 common/utils/libxml2-utils.h |  27 +++
 v2v/input_vmx.ml |   8 +-
 v2v/virt-v2v.pod |   5 +-
 10 files changed, 258 insertions(+), 18 deletions(-)
 create mode 100644 common/utils/libxml2-utils.c
 create mode 100644 common/utils/libxml2-utils.h

diff --git a/common/mlxml/Makefile.am b/common/mlxml/Makefile.am
index 083c7a64b..739b58ae4 100644
--- a/common/mlxml/Makefile.am
+++ b/common/mlxml/Makefile.am
@@ -53,6 +53,7 @@ 

commit rubygem-jekyll for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package rubygem-jekyll for openSUSE:Factory 
checked in at 2018-03-01 12:07:35

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


Package is "rubygem-jekyll"

Thu Mar  1 12:07:35 2018 rev:7 rq:580867 version:3.7.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jekyll/rubygem-jekyll.changes
2018-02-12 10:15:01.645910756 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jekyll.new/rubygem-jekyll.changes   
2018-03-01 12:07:35.434568223 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 05:29:56 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 3.7.3
+  no changelog found
+
+---

Old:

  jekyll-3.7.2.gem

New:

  jekyll-3.7.3.gem



Other differences:
--
++ rubygem-jekyll.spec ++
--- /var/tmp/diff_new_pack.7nX9zg/_old  2018-03-01 12:07:36.102544245 +0100
+++ /var/tmp/diff_new_pack.7nX9zg/_new  2018-03-01 12:07:36.102544245 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-jekyll
-Version:3.7.2
+Version:3.7.3
 Release:0
 %define mod_name jekyll
 %define mod_full_name %{mod_name}-%{version}

++ jekyll-3.7.2.gem -> jekyll-3.7.3.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jekyll/utils.rb new/lib/jekyll/utils.rb
--- old/lib/jekyll/utils.rb 2018-01-25 19:34:49.0 +0100
+++ new/lib/jekyll/utils.rb 2018-02-25 17:41:50.0 +0100
@@ -203,7 +203,10 @@
   end
 
   # Drop accent marks from latin characters. Everything else turns to ?
-  string = ::I18n.transliterate(string) if mode == "latin"
+  if mode == "latin"
+I18n.config.available_locales = :en if 
I18n.config.available_locales.empty?
+string = I18n.transliterate(string)
+  end
 
   slug = replace_character_sequence_with_hyphen(string, :mode => mode)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jekyll/version.rb new/lib/jekyll/version.rb
--- old/lib/jekyll/version.rb   2018-01-25 19:34:49.0 +0100
+++ new/lib/jekyll/version.rb   2018-02-25 17:41:50.0 +0100
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Jekyll
-  VERSION = "3.7.2".freeze
+  VERSION = "3.7.3".freeze
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/jekyll.rb new/lib/jekyll.rb
--- old/lib/jekyll.rb   2018-01-25 19:34:49.0 +0100
+++ new/lib/jekyll.rb   2018-02-25 17:41:50.0 +0100
@@ -35,7 +35,6 @@
 require "i18n"
 
 SafeYAML::OPTIONS[:suppress_warnings] = true
-I18n.config.available_locales = :en
 
 module Jekyll
   # internal requires
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-01-25 19:34:49.0 +0100
+++ new/metadata2018-02-25 17:41:50.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: jekyll
 version: !ruby/object:Gem::Version
-  version: 3.7.2
+  version: 3.7.3
 platform: ruby
 authors:
 - Tom Preston-Werner
 autorequire: 
 bindir: exe
 cert_chain: []
-date: 2018-01-25 00:00:00.0 Z
+date: 2018-02-25 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: addressable




commit neomutt for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2018-03-01 12:07:49

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


Package is "neomutt"

Thu Mar  1 12:07:49 2018 rev:3 rq:581015 version:20180223

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2018-02-26 
23:24:33.823603420 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new/neomutt.changes 2018-03-01 
12:07:51.705984139 +0100
@@ -1,0 +2,6 @@
+Wed Feb 28 00:00:00 CET 2018 - dste...@suse.cz
+
+- spec cleanup
+- move manual.txt from neomutt-doc as it's bound to F1 key
+
+---



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.sVrVlb/_old  2018-03-01 12:07:52.353960878 +0100
+++ /var/tmp/diff_new_pack.sVrVlb/_new  2018-03-01 12:07:52.357960735 +0100
@@ -20,7 +20,7 @@
 Version:20180223
 Release:0
 Summary:A command line mail reader based on Mutt
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Email/Clients
 Url:https://www.neomutt.org
 Source: 
https://github.com/neomutt/neomutt/archive/%{name}-%{version}.tar.gz
@@ -72,7 +72,7 @@
 %setup -q -n neomutt-%{name}-%{version}
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 ./configure--prefix=%{_prefix} \
--docdir=%{_docdir}/neomutt \
--with-mailpath=%{_localstatedir}/mail  \
@@ -109,17 +109,23 @@
 %{_mandir}/man1/smime_keys_neomutt.1%{ext_man}
 %{_mandir}/man5/mbox_neomutt.5%{ext_man}
 %{_mandir}/man5/mmdf_neomutt.5%{ext_man}
+# this file is used from the default /etc/neomuttrc and moved from neomutt-doc
+%dir %{_docdir}/neomutt
+%doc %{_docdir}/neomutt/manual.txt
 
 %files doc
 %dir %{_docdir}/neomutt
-%{_docdir}/neomutt/*
 %doc %{_docdir}/%{name}/COPYRIGHT
 %doc %{_docdir}/%{name}/README*
 %doc %{_docdir}/%{name}/ChangeLog.md
 %doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md
-%doc %{_docdir}/%{name}/LICENSE.md
+%dir %{_docdir}/%{name}/
 %doc %{_docdir}/%{name}/*.html
-%doc %{_docdir}/%{name}/*.txt
+#%doc %{_docdir}/%{name}/*.txt
+%doc %{_docdir}/neomutt/INSTALL
+%doc %{_docdir}/neomutt/PGP-Notes.txt
+%doc %{_docdir}/neomutt/mime.types
+%doc %{_docdir}/neomutt/smime-notes.txt
 %dir %doc %{_docdir}/%{name}/colorschemes/
 %doc %{_docdir}/%{name}/colorschemes/*.neomuttrc
 %dir %doc %{_docdir}/%{name}/keybase/
@@ -140,6 +146,7 @@
 %dir %doc %{_docdir}/%{name}/lua/
 %doc %{_docdir}/%{name}/lua/test_lua-api_runner.neomuttrc
 %doc %{_docdir}/%{name}/lua/test_lua-api_spec.lua
+%doc %{_docdir}/neomutt/LICENSE.md
 
 %files lang -f %{name}.lang
 




commit c-ares for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package c-ares for openSUSE:Factory checked 
in at 2018-03-01 12:06:58

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


Package is "c-ares"

Thu Mar  1 12:06:58 2018 rev:2 rq:580631 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/c-ares/c-ares.changes2018-02-20 
17:58:30.195058699 +0100
+++ /work/SRC/openSUSE:Factory/.c-ares.new/c-ares.changes   2018-03-01 
12:06:59.375862506 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 13:34:46 UTC 2018 - jeng...@inai.de
+
+- Remove ineffective --with-pic.
+
+---



Other differences:
--
++ c-ares.spec ++
--- /var/tmp/diff_new_pack.d7nHvf/_old  2018-03-01 12:06:59.979840828 +0100
+++ /var/tmp/diff_new_pack.d7nHvf/_new  2018-03-01 12:06:59.983840685 +0100
@@ -77,8 +77,7 @@
--enable-symbol-hiding \
--enable-nonblocking \
--enable-shared \
-   --disable-static \
-   --with-pic
+   --disable-static
 make %{?_smp_mflags}
 
 %install





commit multipath-tools for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2018-03-01 12:07:09

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


Package is "multipath-tools"

Thu Mar  1 12:07:09 2018 rev:100 rq:580808 version:0.7.3+53+suse.140f4937e9e7

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2018-02-25 11:33:10.554631456 +0100
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2018-03-01 12:07:12.083406399 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 12:53:28 UTC 2018 - mwi...@suse.com
+
+- Update to version 0.7.3+53+suse.140f4937e9e7:
+  * libmultipath: fix wrong output of "multipath -t" (bsc#1082835)
+
+---

Old:

  multipath-tools-0.7.3+52+suse.08a969b7fce0.tar.xz

New:

  multipath-tools-0.7.3+53+suse.140f4937e9e7.tar.xz



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.UZSNEB/_old  2018-03-01 12:07:12.707384002 +0100
+++ /var/tmp/diff_new_pack.UZSNEB/_new  2018-03-01 12:07:12.711383859 +0100
@@ -97,7 +97,7 @@
 
 Name:   multipath-tools
 Url:http://christophe.varoqui.free.fr/
-Version:0.7.3+52+suse.08a969b7fce0
+Version:0.7.3+53+suse.140f4937e9e7
 Release:0
 Summary:Tools to Manage Multipathed Devices with the device-mapper
 License:GPL-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.UZSNEB/_old  2018-03-01 12:07:12.759382136 +0100
+++ /var/tmp/diff_new_pack.UZSNEB/_new  2018-03-01 12:07:12.759382136 +0100
@@ -1,6 +1,6 @@
 
 
 https://github.com/openSUSE/multipath-tools.git
-  08a969b7fce0db769b63bdbfead2a452dc417d58
+  140f4937e9e7b0c6fa68cf4f34fad6f5bc868706
 https://github.com/mwilck/multipath-tools.git
   08a969b7fce0db769b63bdbfead2a452dc417d58
\ No newline at end of file

++ multipath-tools-0.7.3+52+suse.08a969b7fce0.tar.xz -> 
multipath-tools-0.7.3+53+suse.140f4937e9e7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/multipath-tools-0.7.3+52+suse.08a969b7fce0/libmultipath/dict.c 
new/multipath-tools-0.7.3+53+suse.140f4937e9e7/libmultipath/dict.c
--- old/multipath-tools-0.7.3+52+suse.08a969b7fce0/libmultipath/dict.c  
2018-02-22 16:46:56.0 +0100
+++ new/multipath-tools-0.7.3+53+suse.140f4937e9e7/libmultipath/dict.c  
2018-02-26 13:47:43.0 +0100
@@ -345,7 +345,7 @@
 declare_def_snprint(checker_timeout, print_nonzero)
 
 declare_def_handler(flush_on_last_del, set_yes_no_undef)
-declare_def_snprint_defint(flush_on_last_del, print_yes_no_undef, YNU_NO)
+declare_def_snprint_defint(flush_on_last_del, print_yes_no_undef, 
DEFAULT_FLUSH)
 declare_ovr_handler(flush_on_last_del, set_yes_no_undef)
 declare_ovr_snprint(flush_on_last_del, print_yes_no_undef)
 declare_hw_handler(flush_on_last_del, set_yes_no_undef)
@@ -354,7 +354,8 @@
 declare_mp_snprint(flush_on_last_del, print_yes_no_undef)
 
 declare_def_handler(user_friendly_names, set_yes_no_undef)
-declare_def_snprint_defint(user_friendly_names, print_yes_no_undef, YNU_NO)
+declare_def_snprint_defint(user_friendly_names, print_yes_no_undef,
+  DEFAULT_USER_FRIENDLY_NAMES)
 declare_ovr_handler(user_friendly_names, set_yes_no_undef)
 declare_ovr_snprint(user_friendly_names, print_yes_no_undef)
 declare_hw_handler(user_friendly_names, set_yes_no_undef)
@@ -372,21 +373,24 @@
 declare_def_snprint(prkeys_file, print_str)
 
 declare_def_handler(retain_hwhandler, set_yes_no_undef)
-declare_def_snprint_defint(retain_hwhandler, print_yes_no_undef, YNU_NO)
+declare_def_snprint_defint(retain_hwhandler, print_yes_no_undef,
+  DEFAULT_RETAIN_HWHANDLER)
 declare_ovr_handler(retain_hwhandler, set_yes_no_undef)
 declare_ovr_snprint(retain_hwhandler, print_yes_no_undef)
 declare_hw_handler(retain_hwhandler, set_yes_no_undef)
 declare_hw_snprint(retain_hwhandler, print_yes_no_undef)
 
 declare_def_handler(detect_prio, set_yes_no_undef)
-declare_def_snprint_defint(detect_prio, print_yes_no_undef, YNU_NO)
+declare_def_snprint_defint(detect_prio, print_yes_no_undef,
+  DEFAULT_DETECT_PRIO)
 declare_ovr_handler(detect_prio, set_yes_no_undef)
 declare_ovr_snprint(detect_prio, print_yes_no_undef)
 declare_hw_handler(detect_prio, set_yes_no_undef)
 declare_hw_snprint(detect_prio, print_yes_no_undef)
 
 declare_def_handler(detect_checker, set_yes_no_undef)
-declare_def_snprint_defint(detect_checker, print_yes_no_undef, YNU_NO)
+declare_def_snprint_defint(detect_checker, 

commit rubygem-atomic for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package rubygem-atomic for openSUSE:Factory 
checked in at 2018-03-01 12:07:31

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


Package is "rubygem-atomic"

Thu Mar  1 12:07:31 2018 rev:12 rq:580865 version:1.1.100

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-atomic/rubygem-atomic.changes
2015-02-11 16:45:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-atomic.new/rubygem-atomic.changes   
2018-03-01 12:07:32.774663702 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 05:28:27 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.1.100
+  no changelog found
+
+---

Old:

  atomic-1.1.99.gem

New:

  atomic-1.1.100.gem



Other differences:
--
++ rubygem-atomic.spec ++
--- /var/tmp/diff_new_pack.jkytxJ/_old  2018-03-01 12:07:33.414640729 +0100
+++ /var/tmp/diff_new_pack.jkytxJ/_new  2018-03-01 12:07:33.418640586 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-atomic
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-atomic
-Version:1.1.99
+Version:1.1.100
 Release:0
 %define mod_name atomic
 %define mod_full_name %{mod_name}-%{version}
@@ -32,8 +32,8 @@
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
-Url:http://github.com/ruby-concurrency/ruby-atomic
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Url:http://github.com/ruby-concurrency/atomic
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An atomic reference implementation for JRuby, Rubinius, and MRI
 License:Apache-2.0

++ atomic-1.1.99.gem -> atomic-1.1.100.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-01-26 23:04:26.0 +0100
+++ new/README.md   2018-02-25 19:31:41.0 +0100
@@ -7,7 +7,7 @@
 # Deprecated!
 
 *This gem has been deprecated in lieu of [Concurrent 
Ruby](http://www.concurrent-ruby.com).
-This gem will be retained in GitHUb and Rubygems.org indefinitely but no new 
development
+This gem will be retained in GitHub and Rubygems.org indefinitely but no new 
development
 will occur, including updates to support new versions of Ruby, JRuby, and 
Java. All users
 of this gem are encouraged to update their projects to use `concurrent-ruby` 
instead.*
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/atomic.gemspec new/atomic.gemspec
--- old/atomic.gemspec  2015-01-26 23:04:26.0 +0100
+++ new/atomic.gemspec  2018-02-25 19:31:41.0 +0100
@@ -4,13 +4,13 @@
 
 Gem::Specification.new do |s|
   s.name = %q{atomic}
-  s.version = "1.1.99"
+  s.version = "1.1.100"
   s.authors = ["Charles Oliver Nutter", "MenTaLguY", "Sokolov Yura"]
   s.date = Time.now.strftime('%Y-%m-%d')
   s.summary = "An atomic reference implementation for JRuby, Rubinius, and MRI"
   s.description = s.summary
   s.email = ["head...@headius.com", "men...@rydia.net", 
"funny.fal...@gmail.com"]
-  s.homepage = "http://github.com/ruby-concurrency/ruby-atomic;
+  s.homepage = "http://github.com/ruby-concurrency/atomic;
   s.require_paths = ["lib"]
   s.licenses = ["Apache-2.0"]
   s.test_files = Dir["test/test*.rb"]
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-01-26 23:04:26.0 +0100
+++ new/metadata2018-02-25 19:31:41.0 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: atomic
 version: !ruby/object:Gem::Version
-  version: 1.1.99
+  version: 1.1.100
 platform: ruby
 authors:
 - Charles Oliver Nutter
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-01-26 00:00:00.0 Z
+date: 2018-02-25 00:00:00.0 Z
 dependencies: []
 description: An atomic reference implementation for JRuby, Rubinius, and MRI
 email:
@@ -48,7 +48,7 @@
 - lib/atomic/rbx.rb
 - lib/atomic/ruby.rb
 - test/test_atomic.rb
-homepage: http://github.com/ruby-concurrency/ruby-atomic
+homepage: http://github.com/ruby-concurrency/atomic
 licenses:
 - Apache-2.0
 metadata: {}
@@ -69,7 +69,7 

commit libsmbios for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libsmbios for openSUSE:Factory 
checked in at 2018-03-01 12:06:47

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


Package is "libsmbios"

Thu Mar  1 12:06:47 2018 rev:41 rq:580537 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/libsmbios/libsmbios.changes  2017-11-25 
08:40:14.079557464 +0100
+++ /work/SRC/openSUSE:Factory/.libsmbios.new/libsmbios.changes 2018-03-01 
12:06:51.144157955 +0100
@@ -1,0 +2,7 @@
+Fri Feb 23 15:36:12 UTC 2018 - josef.moell...@suse.com
+
+- Package was ported to python3 by upstream, no functional changes,
+  no api changes.
+  [bsc#1076409]
+
+---

Old:

  v2.3.3.tar.gz

New:

  libsmbios-2.3.3.tar.bz2
  libsmbios.rpmlintrc



Other differences:
--
++ libsmbios.spec ++
--- /var/tmp/diff_new_pack.E7WQWH/_old  2018-03-01 12:06:51.824133550 +0100
+++ /var/tmp/diff_new_pack.E7WQWH/_new  2018-03-01 12:06:51.824133550 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmbios
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -27,40 +27,62 @@
 
 %define release_name libsmbios
 %define other_name   libsmbios2
-# %%if 0%%{?suse_version}
-# %%define release_name libsmbios2
-# %%define other_name   libsmbios
-# %%endif
+%if 0%{?suse_version}
+%define release_name libsmbios2
+%define other_name   libsmbios
+%endif
 
-%{!?build_python:   %define build_python 1}
-%{?_with_python:%define build_python 1}
+%{!?build_python:   %global build_python 1}
+%{?_with_python:%global build_python 1}
 %{?_without_python: %undefine build_python}
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+# %%define debug_package %%{nil}
 
 # run_unit_tests not defined by default as cppunit
 # not available in OS on several major OS
 %{?_without_unit_tests: %undefine run_unit_tests}
 %{?_with_unit_tests:%define run_unit_tests 1}
 
-%{!?as_needed: %define as_needed 1}
+%{!?as_needed: %global as_needed 1}
 %{?_without_as_needed: %undefine as_needed}
-%{?_with_as_needed:%define as_needed 1}
-
-# some distros already have fdupes macro. If not, we just set it to something 
innocuous
-%{?!fdupes: %define fdupes /usr/sbin/hardlink -c -v}
+%{?_with_as_needed:%global as_needed 1}
 
 %define cppunit_BR cppunit-devel
 %define pkgconfig_BR pkgconfig
 %define ctypes_BR python-ctypes
-%define fdupes_BR hardlink
 %define valgrind_BR valgrind
+# Some variable definitions so that we can be compatible between SUSE Build 
service and Fedora build system
+# SUSE: fedora_version  suse_version rhel_version centos_version sles_version
+# Fedora: fedora dist fc8 fc9
+
+# suse/sles
+%if 0%{?suse_version}
+%if 0%{?suse_version} < 1000
+%define valgrind_BR %{nil}
+# sles 9 doesnt have as_needed
+%undefine as_needed
+%endif
+%if 0%{?suse_version} >= 1020
+# suse never added python-ctypes provides to python 2.5 :(
+%define ctypes_BR %{nil}
+%endif
+%endif
 
-# suse never added python-ctypes provides to python 2.5 :(
-%define ctypes_BR %{nil}
-%define fdupes_BR fdupes
+# rhel (should work on OBS and EPEL)
+%if 0%{?rhel}
+%if 0%{?rhel} < 4
+# dont yet have rhel3 valgrind
+%define valgrind_BR %{nil}
+# no python-ctypes for python <= 2.2
+%undefine build_python
+# rhel3 doesnt have -as-needed
+%undefine as_needed
+%endif
+%endif
 
 %define python_devel_BR %{nil}
 %if 0%{?build_python}
-%define python_devel_BR python-devel
+%define python_devel_BR %{pythons}
 # per fedora and suse python packaging guidelines
 # suse: will define py_sitedir for us
 # fedora: use the !? code below to define when it isnt already
@@ -74,26 +96,26 @@
 %endif
 
 # if unit tests are disabled, get rid of a few BuildRequires
-%{!?run_unit_tests: %define cppunit_BR %{nil}}
-%{!?run_unit_tests: %define valgrind_BR %{nil}}
+%{!?run_unit_tests: %global cppunit_BR %{nil}}
+%{!?run_unit_tests: %global valgrind_BR %{nil}}
 
 Name:   %{release_name}
-Version:2.3.3
-Release:3%{?dist}
-Summary:Libsmbios C/C++ shared libraries
+Version:%{release_version}
+Release:3.1%{?dist}
+Summary:Libsmbios C shared libraries
 License:GPL-2.0+ or OSL-2.1
-Group:  System Environment/Libraries
-Url:https://github.com/dell/libsmbios
-Source: https://github.com/dell/libsmbios/archive/v%{version}.tar.gz

commit os-prober for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package os-prober for openSUSE:Factory 
checked in at 2018-03-01 12:06:53

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


Package is "os-prober"

Thu Mar  1 12:06:53 2018 rev:44 rq:580557 version:1.74

Changes:

--- /work/SRC/openSUSE:Factory/os-prober/os-prober.changes  2018-02-25 
11:32:54.611210405 +0100
+++ /work/SRC/openSUSE:Factory/.os-prober.new/os-prober.changes 2018-03-01 
12:06:54.884023726 +0100
@@ -1,0 +2,7 @@
+Mon Feb 26 07:34:02 UTC 2018 - mch...@suse.com
+
+- Use blkid to bailout udevinfo for db not imported in chroot
+  environment (bsc#1076779)
+  * os-prober-05efi-blkid.patch
+
+---

New:

  os-prober-05efi-blkid.patch



Other differences:
--
++ os-prober.spec ++
--- /var/tmp/diff_new_pack.jC1xS0/_old  2018-03-01 12:06:55.528000613 +0100
+++ /var/tmp/diff_new_pack.jC1xS0/_new  2018-03-01 12:06:55.532000470 +0100
@@ -64,6 +64,8 @@
 Patch23:os-prober-linux-distro-avoid-expensive-ld-file-test.patch
 # PATCH-FIX-OPENSUSE: Leap does not recognize Tumbleweed any more (bsc#997465)
 Patch24:os-prober-linux-distro-parse-os-release.patch
+# PATCH-FIX-OPENSUSE: Windows 10 is not listed in the grub menu (bsc#1076779)
+Patch25:os-prober-05efi-blkid.patch
 Requires:   /bin/grep
 Requires:   /bin/sed
 Requires:   /sbin/modprobe
@@ -106,6 +108,7 @@
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1
+%patch25 -p1
 find . -name \*.orig -delete
 
 %build

++ os-prober-05efi-blkid.patch ++
Index: os-prober/os-probes/mounted/x86/05efi
===
--- os-prober.orig/os-probes/mounted/x86/05efi
+++ os-prober/os-probes/mounted/x86/05efi
@@ -46,6 +46,13 @@ if type udevinfo > /dev/null 2>&1; then
fi
fi
 
+   # udev may not work in chroot as its db may not be there, bailout that 
by blkid (bsc#1076779)
+   if [ -z "$ID_PART_ENTRY_TYPE" -a -z "$ID_PART_ENTRY_SCHEME" ] &&
+   type blkid > /dev/null 2>&1; then
+   debug "fallback to blkid"
+   eval "$(blkid -p -o udev "$partition" | grep -E 
'^(ID_PART_ENTRY_(TYPE|SCHEME))=')"
+   fi
+
debug "$partition partition scheme is $ID_PART_ENTRY_SCHEME"
debug "$partition partition type is $ID_PART_ENTRY_TYPE"
 



commit procps for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2018-03-01 12:06:43

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


Package is "procps"

Thu Mar  1 12:06:43 2018 rev:109 rq:580529 version:3.3.12

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2018-02-03 
15:35:52.343951997 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2018-03-01 
12:06:44.968379609 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:44 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ procps.spec ++
--- /var/tmp/diff_new_pack.XN3W9z/_old  2018-03-01 12:06:46.104338840 +0100
+++ /var/tmp/diff_new_pack.XN3W9z/_new  2018-03-01 12:06:46.108338695 +0100
@@ -338,7 +338,8 @@
 
 %files
 %defattr (-,root,root,755)
-%doc NEWS COPYING COPYING.LIB Documentation/bugs.md Documentation/FAQ
+%license COPYING COPYING.LIB
+%doc NEWS Documentation/bugs.md Documentation/FAQ
 %if 0%{?suse_version} < 1230
 %config %{_initddir}/boot.sysctl
 %endif




commit qpdf for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory checked in 
at 2018-03-01 12:06:36

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


Package is "qpdf"

Thu Mar  1 12:06:36 2018 rev:34 rq:580506 version:8.0.0

Changes:

--- /work/SRC/openSUSE:Factory/qpdf/qpdf.changes2018-02-06 
16:46:30.151512931 +0100
+++ /work/SRC/openSUSE:Factory/.qpdf.new/qpdf.changes   2018-03-01 
12:06:43.932416791 +0100
@@ -1,0 +2,17 @@
+Tue Feb 27 08:36:48 UTC 2018 - idon...@suse.com
+
+- Update to version 8.0.0
+  * QPDFObjectHandle::getUTF8Val now properly treats non-Unicode
+strings as encoded with PDF Doc Encoding.
+  * Add the option --coalesce-contents can be used to combine
+content streams of a page whose contents are an array of
+streams into a single stream.
+  * Add function qpdf_check_pdf to the C API. This function does
+basic checking that is a subset of what qpdf --check performs.
+  * Major enhancements to the lexical layer of qpdf. For a complete
+list of enhancements, please refer to the ChangeLog file.
+  * New API for working with PDF content streams at a lexical level.
+The new class QPDFObjectHandle::TokenFilter allows the developer
+to provide token handlers.
+
+---

Old:

  qpdf-7.1.1.tar.gz
  qpdf-7.1.1.tar.gz.asc

New:

  qpdf-8.0.0.tar.gz
  qpdf-8.0.0.tar.gz.asc



Other differences:
--
++ qpdf.spec ++
--- /var/tmp/diff_new_pack.vlBsBF/_old  2018-03-01 12:06:44.748387505 +0100
+++ /var/tmp/diff_new_pack.vlBsBF/_new  2018-03-01 12:06:44.756387218 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%define so_version 18
+%define so_version 21
 Name:   qpdf
-Version:7.1.1
+Version:8.0.0
 Release:0
 Summary:Command-line tools and library for transforming PDF files
 License:Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:http://qpdf.sourceforge.net/
-Source: 
https://kent.dl.sourceforge.net/project/qpdf/qpdf/%{version}/qpdf-%{version}.tar.gz
-Source1:
https://kent.dl.sourceforge.net/project/qpdf/qpdf/%{version}/qpdf-%{version}.tar.gz.asc
+Source: 
https://github.com/qpdf/qpdf/releases/download/release-qpdf-%{version}/qpdf-%{version}.tar.gz
+Source1:
https://github.com/qpdf/qpdf/releases/download/release-qpdf-%{version}/qpdf-%{version}.tar.gz.asc
 Source2:qpdf.keyring
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg8-devel

++ qpdf-7.1.1.tar.gz -> qpdf-8.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/qpdf/qpdf-7.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.qpdf.new/qpdf-8.0.0.tar.gz differ: char 5, line 1





commit npth for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package npth for openSUSE:Factory checked in 
at 2018-03-01 12:06:27

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


Package is "npth"

Thu Mar  1 12:06:27 2018 rev:14 rq:580497 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/npth/npth.changes2017-06-10 
17:50:45.665859767 +0200
+++ /work/SRC/openSUSE:Factory/.npth.new/npth.changes   2018-03-01 
12:06:30.244908033 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:42 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ npth.spec ++
--- /var/tmp/diff_new_pack.jMnq2h/_old  2018-03-01 12:06:31.196873867 +0100
+++ /var/tmp/diff_new_pack.jMnq2h/_new  2018-03-01 12:06:31.200873724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package npth
 #
-# 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
@@ -82,12 +82,14 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc COPYING.LIB AUTHORS NEWS ChangeLog README
+%license COPYING.LIB
+%doc AUTHORS NEWS ChangeLog README
 %_libdir/libnpth.so.0*
 
 %files devel
 %defattr(-,root,root)
-%doc COPYING.LIB AUTHORS NEWS ChangeLog README
+%license COPYING.LIB
+%doc AUTHORS NEWS ChangeLog README
 %_bindir/npth-config
 %_includedir/npth.h
 %_libdir/libnpth.so





commit uriparser for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package uriparser for openSUSE:Factory 
checked in at 2018-03-01 12:06:22

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


Package is "uriparser"

Thu Mar  1 12:06:22 2018 rev:2 rq:580496 version:0.8.5

Changes:

--- /work/SRC/openSUSE:Factory/uriparser/uriparser.changes  2018-02-22 
14:59:22.784622640 +0100
+++ /work/SRC/openSUSE:Factory/.uriparser.new/uriparser.changes 2018-03-01 
12:06:23.933134555 +0100
@@ -1,0 +2,8 @@
+Mon Feb 26 08:32:38 UTC 2018 - adam.ma...@suse.de
+
+- Fix License - the source code contains LGPL licensed test suite.
+  The library itself is licensed under BSD license. Use SPDX v3
+- Test suite requires cpptest, which we don't have at the moment.
+- spec-cleaner cleanup.
+
+---



Other differences:
--
++ uriparser.spec ++
--- /var/tmp/diff_new_pack.IGh8ZF/_old  2018-03-01 12:06:24.573111586 +0100
+++ /var/tmp/diff_new_pack.IGh8ZF/_new  2018-03-01 12:06:24.577111443 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package liburiparser1
+# spec file for package uriparser
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -15,12 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%bcond_with cpptest
+
 %define so_ver 1
 Name:   uriparser
 Version:0.8.5
 Release:0
 Summary:A strictly RFC 3986 compliant URI parsing library
-License:BSD-3-Clause
+License:BSD-3-Clause AND LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Url:https://uriparser.github.io
 Source: 
https://github.com/uriparser/uriparser/archive/%{name}-%{version}.tar.gz
@@ -29,8 +32,11 @@
 BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+%if %{with cpptest}
+BuildRequires:  cpptest-devel > 1.1.0
+%endif
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libxdot)
 Provides:   uriparse = %{version}-%{release}
 Obsoletes:  uriparse < %{version}-%{release}
@@ -53,10 +59,10 @@
 
 %package devel
 Summary:Development files for a URI parsing library
-License:BSD-3-Clause and LGPL-2.1
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Requires:   liburiparser%{so_ver} = %{version}
 Requires:   glibc-devel
+Requires:   liburiparser%{so_ver} = %{version}
 Provides:   liburiparser-devel = %{version}-%{release}
 Obsoletes:  liburiparser-devel < %{version}-%{release}
 
@@ -76,36 +82,37 @@
 
 %build
 autoreconf -fiv
-%configure --disable-static --disable-test --docdir=%{_docdir}/%{name}-devel
+%configure \
+--disable-static \
+%if %{without cpptest}
+--disable-test \
+%endif
+--docdir=%{_docdir}/%{name}-devel
 make %{?_smp_mflags}
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 # Currently documentation is useless - revisit at later date
 rm -rf %{buildroot}%{_docdir}/%{name}-devel/html
 
 %check
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
-make check
+make %{?_smp_mflags} check
 unset MALLOC_CHECK_ MALLOC_PERTURB_
 
 %post -n liburiparser%{so_ver} -p /sbin/ldconfig
-
 %postun -n liburiparser%{so_ver} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %license COPYING
 %{_bindir}/uriparse
 
 %files -n liburiparser%{so_ver}
-%defattr(-,root,root)
 %{_libdir}/liburiparser.so.%{so_ver}
 %{_libdir}/liburiparser.so.%{so_ver}.*
 
 %files devel
-%defattr(-,root,root)
 %license COPYING
 %doc ChangeLog README.md THANKS TODO.txt GOALS.txt AUTHORS
 %dir %{_includedir}/%{name}




commit libmicrohttpd for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2018-03-01 12:06:18

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


Package is "libmicrohttpd"

Thu Mar  1 12:06:18 2018 rev:30 rq:580334 version:0.9.59

Changes:

--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes  
2017-12-06 08:54:46.001380482 +0100
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2018-03-01 12:06:20.253266618 +0100
@@ -1,0 +2,18 @@
+Mon Feb 26 19:05:14 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.9.59:
+  * Fix masking operation.
+  * Fix deadlock when failing to prepare chunked response
+  * Fix __clang_major__ related warnings for non-clang compilers.
+  * Fixed tests on platforms with huge number of CPUs.
+  * Doxygen configuration was updated.
+  * Various doxygen fixes.
+
+- Update to version 0.9.58:
+  * Fixed HTTPS tests on modern platforms.
+  * Minor documentation installation fixes.
+  * Tolerate AF_UNIX when trying to determine our binding port
+from socket.  Use `sockaddr_storage` instead of trying to
+guess the sockaddr type before calling getsockname().
+
+---

Old:

  libmicrohttpd-0.9.57.tar.gz
  libmicrohttpd-0.9.57.tar.gz.sig

New:

  libmicrohttpd-0.9.59.tar.gz
  libmicrohttpd-0.9.59.tar.gz.sig



Other differences:
--
++ libmicrohttpd.spec ++
--- /var/tmp/diff_new_pack.F33cKo/_old  2018-03-01 12:06:20.989240206 +0100
+++ /var/tmp/diff_new_pack.F33cKo/_new  2018-03-01 12:06:20.993240062 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmicrohttpd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010,2011,2012  Stephan Kleine
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,12 +20,12 @@
 %global sover   12
 %global libname %{name}%{sover}
 Name:   libmicrohttpd
-Version:0.9.57
+Version:0.9.59
 Release:0
 Summary:Small Embeddable HTTP Server Library
 # Some internal tests are licenced as GPL-3.0+ - they are only used in
 # check phase and not shipped further
-License:LGPL-2.1+ AND GPL-3.0+
+License:LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:  Productivity/Networking/Web/Servers
 Url:https://www.gnu.org/software/libmicrohttpd/
 Source0:https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
@@ -71,7 +71,7 @@
 
 %package -n %{libname}
 Summary:Small embeddable http server library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
 
 %description -n %{libname}
@@ -79,7 +79,7 @@
 
 %package devel
 Summary:Small Embeddable HTTP Server Library
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   pkgconfig
@@ -110,6 +110,7 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
+rm -f %{buildroot}%{_infodir}/%{name}_performance_data.png
 
 %check
 # Paralel execution of tests fail

++ libmicrohttpd-0.9.57.tar.gz -> libmicrohttpd-0.9.59.tar.gz ++
 24735 lines of diff (skipped)





commit nghttp2 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2018-03-01 12:06:07

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


Package is "nghttp2"

Thu Mar  1 12:06:07 2018 rev:50 rq:580194 version:1.29.0

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2018-01-16 
09:24:29.647879523 +0100
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2018-03-01 
12:06:08.685681750 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:41 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.4gcVG8/_old  2018-03-01 12:06:09.245661654 +0100
+++ /var/tmp/diff_new_pack.4gcVG8/_new  2018-03-01 12:06:09.249661511 +0100
@@ -172,11 +172,11 @@
 %{_datadir}/%{name}/
 
 %files -n %{soname}-%{sover}
-%doc COPYING
+%license COPYING
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files -n %{soname_asio}%{sover_asio}
-%doc COPYING
+%license COPYING
 %{_libdir}/%{soname_asio}.so.%{sover_asio}*
 
 %files -n python3-%{name}




commit libffi for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libffi for openSUSE:Factory checked 
in at 2018-03-01 12:06:02

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


Package is "libffi"

Thu Mar  1 12:06:02 2018 rev:5 rq:580187 version:3.2.1.git259

Changes:

--- /work/SRC/openSUSE:Factory/libffi/libffi.changes2017-09-25 
13:52:36.192350735 +0200
+++ /work/SRC/openSUSE:Factory/.libffi.new/libffi.changes   2018-03-01 
12:06:04.717824144 +0100
@@ -1,0 +2,10 @@
+Thu Feb 22 15:10:35 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---
+Tue Feb 20 09:55:15 UTC 2018 - sch...@suse.de
+
+- Remove aarch64-struct-by-value.patch, needs to be fixed in python.
+
+---

Old:

  aarch64-struct-by-value.patch



Other differences:
--
++ libffi.spec ++
--- /var/tmp/diff_new_pack.VwWJuS/_old  2018-03-01 12:06:05.233805627 +0100
+++ /var/tmp/diff_new_pack.VwWJuS/_new  2018-03-01 12:06:05.237805484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libffi
 #
-# 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,7 +28,6 @@
 Source: %name-%version.tar.xz
 Source99:   baselibs.conf
 Patch:  libffi-include-location.patch
-Patch1: aarch64-struct-by-value.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -81,7 +80,6 @@
 %prep
 %setup -q
 %patch -p1
-%patch1 -p1
 
 %build
 ./autogen.sh
@@ -104,7 +102,6 @@
 %{_prefix}/include/ffi.h
 %{_prefix}/include/ffitarget.h
 %{_libdir}/pkgconfig/libffi.pc
-%doc LICENSE
 %doc %{_mandir}/man3/ffi.3.gz
 %doc %{_mandir}/man3/ffi_call.3.gz
 %doc %{_mandir}/man3/ffi_prep_cif.3.gz
@@ -113,6 +110,7 @@
 
 %files -n libffi%{libffi_sover}
 %defattr(-,root,root)
+%license LICENSE
 %{_libdir}/libffi.so.%{libffi_sover}*
 
 %changelog




commit libnettle for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2018-03-01 12:05:57

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


Package is "libnettle"

Thu Mar  1 12:05:57 2018 rev:29 rq:580136 version:3.4

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2017-11-23 
09:36:49.881114619 +0100
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2018-03-01 
12:05:59.238020793 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:37 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.JhXWmC/_old  2018-03-01 12:06:00.557973426 +0100
+++ /var/tmp/diff_new_pack.JhXWmC/_new  2018-03-01 12:06:00.561973282 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnettle
 #
-# 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
@@ -119,7 +119,8 @@
 make check %{?_smp_mflags}
 
 %files -n libnettle%{soname}
-%doc AUTHORS ChangeLog COPYING* NEWS README TODO
+%license COPYING*
+%doc AUTHORS ChangeLog NEWS README TODO
 %{_libdir}/libnettle.so.%{soname}
 %{_libdir}/libnettle.so.%{soname}.*
 






commit libgcrypt for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libgcrypt for openSUSE:Factory 
checked in at 2018-03-01 12:05:46

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


Package is "libgcrypt"

Thu Mar  1 12:05:46 2018 rev:69 rq:580133 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes  2017-12-29 
18:48:44.050383732 +0100
+++ /work/SRC/openSUSE:Factory/.libgcrypt.new/libgcrypt.changes 2018-03-01 
12:05:47.542440493 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:36 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ libgcrypt.spec ++
--- /var/tmp/diff_new_pack.n2xShS/_old  2018-03-01 12:05:48.934390544 +0100
+++ /var/tmp/diff_new_pack.n2xShS/_new  2018-03-01 12:05:48.934390544 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgcrypt
 #
-# 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
@@ -213,7 +213,7 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz
 
 %files -n %{libsoname}
-%doc COPYING.LIB
+%license COPYING.LIB
 %{_libdir}/%{name}.so.*
 
 %files -n %{libsoname}-hmac
@@ -222,7 +222,8 @@
 %endif # %if 0%{?build_hmac256}
 
 %files devel
-%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO
+%license COPYING COPYING.LIB
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
 %{_infodir}/gcrypt.info%{ext_info}
 %{_bindir}/dumpsexp
 %{_bindir}/mpicalc





commit augeas for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package augeas for openSUSE:Factory checked 
in at 2018-03-01 12:05:41

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


Package is "augeas"

Thu Mar  1 12:05:41 2018 rev:45 rq:580130 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/augeas/augeas.changes2017-11-03 
16:21:54.710627346 +0100
+++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes   2018-03-01 
12:05:42.438623641 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:29 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ augeas.spec ++
--- /var/tmp/diff_new_pack.1sghl6/_old  2018-03-01 12:05:43.646580295 +0100
+++ /var/tmp/diff_new_pack.1sghl6/_new  2018-03-01 12:05:43.650580151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package augeas
 #
-# 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
@@ -127,7 +127,8 @@
 %{_bindir}/fadot
 %{_bindir}/dump
 %{_mandir}/man1/*
-%doc AUTHORS COPYING NEWS
+%license COPYING
+%doc AUTHORS NEWS
 
 %files -n %{libname}
 %defattr(-,root,root,-)






commit libidn for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "libidn"

Thu Mar  1 12:05:51 2018 rev:49 rq:580134 version:1.33

Changes:

--- /work/SRC/openSUSE:Factory/libidn/libidn.changes2017-04-17 
10:21:53.683742485 +0200
+++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes   2018-03-01 
12:05:54.902176389 +0100
@@ -1,0 +2,5 @@
+Thu Feb 22 15:10:36 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ libidn.spec ++
--- /var/tmp/diff_new_pack.oIlScW/_old  2018-03-01 12:05:55.770145241 +0100
+++ /var/tmp/diff_new_pack.oIlScW/_new  2018-03-01 12:05:55.774145097 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libidn
 #
-# 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
@@ -137,7 +137,7 @@
 %defattr(-,root,root)
 %dir %{_datadir}/emacs
 %dir %{_datadir}/emacs/site-lisp
-%doc AUTHORS COPYING* ChangeLog FAQ NEWS README THANKS TODO
+%doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
 %{_infodir}/libidn*
 %{_bindir}/idn
 %{_mandir}/man1/idn.1%{ext_man}
@@ -146,6 +146,7 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
+%license COPYING*
 %{_libdir}/libidn.so.11*
 
 %files devel






commit fcitx for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2018-03-01 12:05:07

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


Package is "fcitx"

Thu Mar  1 12:05:07 2018 rev:59 rq:580602 version:4.2.9.5

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2017-12-04 
10:00:20.944830026 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2018-03-01 
12:05:09.403809015 +0100
@@ -1,0 +2,8 @@
+Tue Feb 27 09:34:05 UTC 2018 - dims...@opensuse.org
+
+- Add pkgconfig(xkbfile) BuildRequires: in the past, this used to
+  be pulled in by libqt4, but since our own code depends on it, and
+  not Qt4, it is our own duty to request our build dependencies.
+- Package COPYING is %license, not as %doc.
+
+---



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.OzCAYj/_old  2018-03-01 12:05:10.303776724 +0100
+++ /var/tmp/diff_new_pack.OzCAYj/_new  2018-03-01 12:05:10.303776724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx
 #
-# 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
@@ -22,7 +22,7 @@
 Version:4.2.9.5
 Release:0
 Summary:Flexible Context-aware Input Tool with eXtension
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/I18n/Chinese
 Url:http://code.google.com/p/fcitx
 Source: 
http://download.fcitx-im.org/fcitx/%{name}-%{version}_dict.tar.xz
@@ -59,6 +59,7 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(lua)
 BuildRequires:  pkgconfig(xkbcommon) >= 0.5.0
+BuildRequires:  pkgconfig(xkbfile)
 Requires:   %{name}-gtk2 = %{version}-%{release}
 Requires:   %{name}-gtk3 = %{version}-%{release}
 Requires:   %{name}-qt4 = %{version}-%{release}
@@ -361,7 +362,6 @@
 cp -r %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
 cp -r AUTHORS %{buildroot}%{_docdir}/%{name}/
 cp -r ChangeLog %{buildroot}%{_docdir}/%{name}/
-cp -r COPYING %{buildroot}%{_docdir}/%{name}/
 
 # create autostart
 mkdir -p %{buildroot}%{_sysconfdir}/X11/xim.d/
@@ -424,6 +424,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}-autostart
 %{_bindir}/%{name}-configtool




commit kdebase4-workspace for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2018-03-01 12:05:14

Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)


Package is "kdebase4-workspace"

Thu Mar  1 12:05:14 2018 rev:334 rq:580610 version:4.11.22

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2018-01-09 14:47:00.469202286 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2018-03-01 12:05:19.047462988 +0100
@@ -1,0 +2,11 @@
+Tue Feb 27 12:05:57 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+---
+Tue Feb 27 08:27:12 UTC 2018 - fab...@ritter-vogt.de
+
+- Add explicit BuildReq: pkgconfig(xkbcommon-x11), (xkbfile),
+  (xcomposite), (xdmcp) and (xft)
+
+---



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.HPU0fT/_old  2018-03-01 12:05:20.367415626 +0100
+++ /var/tmp/diff_new_pack.HPU0fT/_new  2018-03-01 12:05:20.371415482 +0100
@@ -25,7 +25,7 @@
 Version:4.11.22
 Release:0
 Summary:The KDE Workspace Components
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
 BuildRequires:  fdupes
@@ -59,7 +59,11 @@
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(xcb-keysyms)
-# Unlock this when we get weston in Factory
+BuildRequires:  pkgconfig(xcomposite)
+BuildRequires:  pkgconfig(xdmcp)
+BuildRequires:  pkgconfig(xft)
+BuildRequires:  pkgconfig(xkbcommon-x11)
+BuildRequires:  pkgconfig(xkbfile)
 # SLE12 doesn't provide wayland-egl
 %if 0%{?suse_version} > 1230 && 0%{?is_opensuse}
 BuildRequires:  wayland-devel
@@ -481,7 +485,8 @@
 
 %files -n kdm -f filelists/kdm
 %defattr(-,root,root)
-%doc COPYING COPYING.DOC README
+%license COPYING COPYING.DOC
+%doc README
 %config %{_kde4_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf
 %config %{_kde4_sysconfdir}/logrotate.d/kdm
 %dir %{_dminitdir}
@@ -499,14 +504,15 @@
 
 %files -n kdm-branding-upstream
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %config(noreplace) %{_kde4_configdir}/kdm/backgroundrc
 %{_kde4_appsdir}/kdm/pics
 %{_fillupdir}/sysconfig.displaymanager-kdm
 
 %files -n kwin -f filelists/kwin
 %defattr(-,root,root)
-%doc COPYING COPYING.DOC README kwin/clients/aurorae/theme-description
+%license COPYING COPYING.DOC
+%doc README kwin/clients/aurorae/theme-description
 %dir %{_kde4_servicesdir}/kwin
 %{_kde4_appsdir}/kwin/cubecap.png
 %{_kde4_appsdir}/kwin/titlebar_decor.png
@@ -522,7 +528,8 @@
 
 %files liboxygenstyle
 %defattr(-,root,root)
-%doc COPYING COPYING.DOC README
+%license COPYING COPYING.DOC
+%doc README
 %dir %{_kde4_modulesdir}/plugins/styles
 %{_kde4_bindir}/oxygen-demo
 %{_kde4_bindir}/oxygen-settings
@@ -544,7 +551,8 @@
 
 %files devel -f filelists/devel
 %defattr(-,root,root)
-%doc COPYING COPYING.DOC README
+%license COPYING COPYING.DOC
+%doc README
 %{_kde4_appsdir}/cmake
 %{_kde4_datadir}/dbus-1/interfaces/
 %{_kde4_includedir}/*
@@ -574,7 +582,8 @@
 
 %files addons -f filelists/systemsettings
 %defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %{_kde4_modulesdir}/kcm*.so
 %{_kde4_modulesdir}/kded_appmenu.so
 %{_kde4_modulesdir}/kded_freespacenotifier.so
@@ -671,7 +680,8 @@
 
 %files -n krandr
 %defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %{_kde4_applicationsdir}/krandrtray.desktop
 %{_kde4_bindir}/krandrstartup
 %{_kde4_bindir}/krandrtray
@@ -683,7 +693,8 @@
 %files -f filelists/exclude
 %defattr(-,root,root)
 #positives
-%doc COPYING COPYING.DOC README
+%license COPYING COPYING.DOC
+%doc README
 %doc %lang(en) %{_kde4_htmldir}/en/
 %attr(-, root, shadow) %{_kde4_libexecdir}/kcheckpass
 %config %{_kde4_sysconfdir}/dbus-1/system.d/org.kde.*
@@ -864,13 +875,15 @@
 
 %files -n oxygen4-cursors
 %defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %{_kde4_iconsdir}/Oxygen_*/
 %{_kde4_iconsdir}/KDE_Classic/
 
 %files libs
 %defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %{_kde4_libdir}/libkdecorations.so.*
 %{_kde4_libdir}/libkephal.so.*
 %{_kde4_libdir}/libkfontinst.so.*






commit openssl-1_1 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package openssl-1_1 for openSUSE:Factory 
checked in at 2018-03-01 12:05:23

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


Package is "openssl-1_1"

Thu Mar  1 12:05:23 2018 rev:1 rq:580922 version:1.1.0g

Changes:

New Changes file:

--- /dev/null   2018-03-01 08:56:54.644963210 +0100
+++ /work/SRC/openSUSE:Factory/.openssl-1_1.new/openssl-1_1.changes 
2018-03-01 12:05:25.379235790 +0100
@@ -0,0 +1,2626 @@
+---
+Tue Feb 27 20:13:14 UTC 2018 - dims...@opensuse.org
+
+- Move the libopenssl1_1_0-32bit obsoletes in baselibs.conf to the
+  new libopenssl1_1-32bit: it does not belong to the devel
+  package.
+
+---
+Fri Feb 16 12:01:50 UTC 2018 - vci...@suse.com
+
+- Renamed from openssl-1_1_0 (bsc#1081335)
+  * All the minor versions of the 1.1.x openssl branch have the same
+sonum and keep ABI compatibility
+  * obsolete the 1_1_0 packages
+- update baselibs.conf with the new version names
+
+---
+Thu Feb 15 15:47:07 UTC 2018 - tchva...@suse.com
+
+- Remove bit obsolete syntax
+- Use %license macro
+
+---
+Mon Jan 22 15:29:33 UTC 2018 - sch...@suse.de
+
+- Don't disable afalgeng on aarch64
+
+---
+Tue Jan  9 17:37:39 UTC 2018 - vci...@suse.com
+
+- Add support for s390x CPACF enhancements (fate#321518)
+  patches taken from https://github.com/openssl/openssl/pull/2859:
+  * 0002-crypto-modes-asm-ghash-s390x.pl-fix-gcm_gmult_4bit-K.patch
+  * 0004-s390x-assembly-pack-add-OPENSSL_s390xcap-environment.patch
+  * 0005-s390x-assembly-pack-add-OPENSSL_s390xcap-man-page.patch
+  * 0006-s390x-assembly-pack-extended-s390x-capability-vector.patch
+  * 0007-crypto-evp-e_aes.c-add-foundations-for-extended-s390.patch
+  * 0008-s390x-assembly-pack-extended-s390x-capability-vector.patch
+  * 0009-crypto-aes-asm-aes-s390x.pl-add-KMA-code-path.patch
+  * 0010-doc-man3-OPENSSL_s390xcap.pod-update-KMA.patch
+  * 0011-crypto-aes-asm-aes-s390x.pl-add-CFI-annotations-KMA-.patch
+  * 0012-s390x-assembly-pack-add-KMA-code-path-for-aes-gcm.patch
+  * 0013-crypto-aes-asm-aes-s390x.pl-add-CFI-annotations-KMA-.patch
+
+---
+Tue Nov 28 09:54:38 UTC 2017 - dims...@opensuse.org
+
+- Do not filter pkgconfig() provides/requires.
+
+---
+Tue Nov 28 08:24:53 UTC 2017 - dims...@opensuse.org
+
+- Obsolete openssl-1_0_0 by openssl-1_1_0: this is required for a
+  clean upgrade path as an aid to zypp (boo#1070003).
+
+---
+Thu Nov  2 19:56:54 UTC 2017 - vci...@suse.com
+
+- Update to 1.1.0g
+  OpenSSL Security Advisory [02 Nov 2017]
+  * bn_sqrx8x_internal carry bug on x86_64
+(CVE-2017-3736) (bsc#1066242)
+  * Malformed X.509 IPAddressFamily could cause OOB read
+(CVE-2017-3735) (bsc#1056058)
+- drop 0001-Fix-a-TLSProxy-race-condition.patch (upstream)
+- refresh 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch
+
+---
+Fri Sep  1 11:33:46 UTC 2017 - vci...@suse.com
+
+- update DEFAULT_SUSE cipher list (bsc#1055825)
+  * add CHACHA20-POLY1305
+  * add ECDSA ciphers
+  * remove 3DES
+- modified openssl-1.0.1e-add-suse-default-cipher.patch
+
+---
+Tue Aug 15 08:48:59 UTC 2017 - meiss...@suse.com
+
+- do not require openssl1_1_0-targettype in devel-targettype, as it
+  is not built (it has no libraries)
+
+---
+Mon Aug  7 23:29:33 UTC 2017 - jeng...@inai.de
+
+- The description is supposed to describe the package, not the
+  development process or history. (Synchronize with the
+  already-updates descriptions in openssl-1_0_0.)
+- Update historic copypasted boilerplate summaries
+  ("include files mandatory for development")
+
+---
+Thu Aug  3 07:04:30 UTC 2017 - tchva...@suse.com
+
+- Disable the verbosity of the tests as we expose yet another race
+  condition in that
+
+---
+Tue Jul 18 11:06:41 UTC 2017 - vci...@suse.com
+
+- Fix a race condition in tests to make the package build reliably
+  * https://github.com/openssl/openssl/issues/3562
+  * 0001-Fix-a-TLSProxy-race-condition.patch
+

commit openssl for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "openssl"

Thu Mar  1 12:04:40 2018 rev:143 rq:578326 version:1.1.0g

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2017-11-26 
10:34:46.383267118 +0100
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2018-03-01 
12:04:43.732730080 +0100
@@ -1,0 +2,7 @@
+Fri Feb 16 11:55:28 UTC 2018 - vci...@suse.com
+
+- change the sonum to 1.1, as all the minor versions keep ABI
+  compatibility (bsc#1081335)
+- update baselibs.conf
+
+---



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.5gKwWg/_old  2018-03-01 12:04:44.500702527 +0100
+++ /var/tmp/diff_new_pack.5gKwWg/_new  2018-03-01 12:04:44.500702527 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define _sonum  1_1_0
+%define _sonum  1_1
 Name:   openssl
 Version:1.1.0g
 Release:0

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.5gKwWg/_old  2018-03-01 12:04:44.552700661 +0100
+++ /var/tmp/diff_new_pack.5gKwWg/_new  2018-03-01 12:04:44.552700661 +0100
@@ -1,6 +1,8 @@
 openssl
-  requires "openssl-1_0_0- = "
+  requires "openssl-1_1- = "
+  obsoletes "openssl-1_1_0-"
 libopenssl-devel
   requires "openssl- = "
-  requires "libopenssl1_0_0- = "
-  requires "libopenssl-1_0_0-devel- = "
+  requires "libopenssl1_1- = "
+  requires "libopenssl-1_1-devel- = "
+  obsoletes "libopenssl-1_1_0-devel-"




commit libqt4 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "libqt4"

Thu Mar  1 12:04:46 2018 rev:226 rq:580072 version:4.8.7

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2017-12-05 
01:25:12.560260147 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2018-03-01 12:04:48.836546963 +0100
@@ -1,0 +2,35 @@
+Thu Feb 15 18:39:18 UTC 2018 - crrodrig...@opensuse.org
+
+- Do not use xorg-x11-devel metapackage, instead use individual
+  libraries.
+- libqt4-devel Requires have been adjusted to require all X11
+  libs which were used for build, none of them are actually 
+  required but remain there in order not to break hundreds 
+  of packages that may have counted on xorg-x11-devel being
+  pulled.
+
+---
+Tue Dec 26 12:42:05 UTC 2017 - fab...@ritter-vogt.de
+
+- Change fix-build-icu59.patch to build qlocale_icu.cpp with
+  -std=c++11 to support ICU60 headers
+
+---
+Wed Dec  6 16:56:06 UTC 2017 - fab...@ritter-vogt.de
+
+- Add proper patch headers to:
+  * no-ssl3.patch
+  * qt4-openssl-1.1.0pre-3.patch
+- Remove patch, not needed:
+  * qt-everywhere-opensource-src-4.8.7-gcc7.patch
+
+---
+Tue Dec  5 01:45:40 CET 2017 - r...@suse.de
+
+- add patches from mageia to fix build with openssl-1.1
+- add no-ssl3.patch
+- add qt4-openssl-1.1.0pre-3.patch
+- add qt-everywhere-opensource-src-4.8.7-openssl.patch
+- add qt-everywhere-opensource-src-4.8.7-gcc7.patch
+
+---
libqt4-sql-plugins.changes: same change
--- /work/SRC/openSUSE:Factory/libqt4/libqt4.changes2018-01-09 
14:48:08.414016437 +0100
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4.changes   2018-03-01 
12:04:49.036539788 +0100
@@ -1,0 +2,21 @@
+Mon Feb 26 09:12:04 UTC 2018 - fab...@ritter-vogt.de
+
+- Actually clean up openssl BuildReq: use pkgconfig(openssl)
+
+---
+Wed Feb 21 09:36:31 UTC 2018 - vci...@suse.com
+
+- Clean up openssl BuildRequires
+
+---
+Thu Feb 15 18:39:18 UTC 2018 - crrodrig...@opensuse.org
+
+- Do not use xorg-x11-devel metapackage, instead use individual
+  libraries.
+- libqt4-devel Requires have been adjusted to require all X11
+  libs which were used for build, none of them are actually 
+  required but remain there in order not to break hundreds 
+  of packages that may have counted on xorg-x11-devel being
+  pulled.
+
+---



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.fR0OkA/_old  2018-03-01 12:04:55.116321651 +0100
+++ /var/tmp/diff_new_pack.fR0OkA/_new  2018-03-01 12:04:55.120321508 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt4-devel-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,17 +24,17 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libjpeg-devel
+BuildRequires:  pkgconfig(gl)
 %if 0%{?suse_version} >= 1330
 BuildRequires:  libnsl-devel
 %endif
 BuildRequires:  libpng-devel
 BuildRequires:  sqlite3-devel
-BuildRequires:  pkgconfig(gl)
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Summary:Qt documentation
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 OR GPL-3.0-only
 Group:  Documentation/HTML
 Url:http://qt.digia.com/
 # COMMON-VERSION-BEGIN
@@ -45,6 +45,7 @@
 Release:0
 # COMMON-VERSION-END
 # COMMON-VERSION-END
+BuildRequires:  libQtWebKit-devel >= %{version}
 BuildRequires:  libqt4-devel >= %{version}
 Requires:   libqt4 = %{version}
 Requires:   libqt4-devel-doc-data = %{version}
@@ -128,6 +129,12 @@
 Patch170:   fix-build-icu59.patch
 # PATCH-FIX-UPSTREAM fix bolder fonts in qt4 apps [boo#956357] [QTBUG#27301]
 Patch171:   fix-medium-font.diff
+# PATCH-FIX-OPENSUSE no-ssl3.patch
+Patch200:   no-ssl3.patch
+# PATCH-FIX-OPENSUSE qt4-openssl-1.1.0pre-3.patch
+Patch201:   qt4-openssl-1.1.0pre-3.patch
+# PATCH-FIX-OPENSUSE 

commit runc for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2018-03-01 12:03:37

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


Package is "runc"

Thu Mar  1 12:03:37 2018 rev:16 rq:580741 version:1.0.0~rc5

Changes:

--- /work/SRC/openSUSE:Factory/runc/runc.changes2017-08-24 
18:22:29.722144284 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new/runc.changes   2018-03-01 
12:03:44.466856240 +0100
@@ -1,0 +2,8 @@
+Tue Feb 27 17:18:32 UTC 2018 - asa...@suse.com
+
+- Upgrade to runc v1.0.0~rc5. Upstream changelog is available from
+  https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc5
+- Remove patch now merged upstream.
+  - bsc1053532-0001-makefile-drop-usage-of-install.patch
+
+---

Old:

  bsc1053532-0001-makefile-drop-usage-of-install.patch
  runc-1.0.0-rc4.tar.xz
  runc-1.0.0-rc4.tar.xz.asc

New:

  runc-1.0.0-rc5.tar.xz
  runc-1.0.0-rc5.tar.xz.asc



Other differences:
--
++ runc.spec ++
--- /var/tmp/diff_new_pack.AzWb4c/_old  2018-03-01 12:03:45.542817644 +0100
+++ /var/tmp/diff_new_pack.AzWb4c/_new  2018-03-01 12:03:45.546817500 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package runc
 #
-# 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
@@ -22,7 +22,7 @@
 %define git_version %{nil}
 
 %define go_tool go
-%define _version 1.0.0-rc4
+%define _version 1.0.0-rc5
 %define project github.com/opencontainers/runc
 
 # enable libseccomp for sle >= sle12sp2
@@ -39,7 +39,7 @@
 %endif
 
 Name:   runc
-Version:1.0.0~rc4
+Version:1.0.0~rc5
 Release:0
 Summary:Tool for spawning and running OCI containers
 License:Apache-2.0
@@ -57,8 +57,6 @@
 BuildRequires:  libseccomp-devel
 %endif
 BuildRequires:  libselinux-devel
-# SUSE-FIX-UPSTREAM: Backport of 
https://github.com/opencontainers/runc/pull/1555. bsc#1053532
-Patch100:   bsc1053532-0001-makefile-drop-usage-of-install.patch
 Recommends: criu
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -87,8 +85,6 @@
 
 %prep
 %setup -q -n %{name}-%{_version}
-# bsc#1053532
-%patch100 -p1
 
 %build
 # Do not use symlinks. If you want to run the unit tests for this package at

++ _service ++
--- /var/tmp/diff_new_pack.AzWb4c/_old  2018-03-01 12:03:45.578816353 +0100
+++ /var/tmp/diff_new_pack.AzWb4c/_new  2018-03-01 12:03:45.582816209 +0100
@@ -2,13 +2,13 @@
   
 https
github.com
-   opencontainers/runc/releases/download/v1.0.0-rc4/runc.tar.xz
-   runc-1.0.0-rc4.tar.xz
+   opencontainers/runc/releases/download/v1.0.0-rc5/runc.tar.xz
+   runc-1.0.0-rc5.tar.xz
   
   
 https
github.com
-   opencontainers/runc/releases/download/v1.0.0-rc4/runc.tar.xz.asc
-   runc-1.0.0-rc4.tar.xz.asc
+   opencontainers/runc/releases/download/v1.0.0-rc5/runc.tar.xz.asc
+   runc-1.0.0-rc5.tar.xz.asc
   
 

++ runc-1.0.0-rc4.tar.xz -> runc-1.0.0-rc5.tar.xz ++
 48265 lines of diff (skipped)




commit libmpeg2 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libmpeg2 for openSUSE:Factory 
checked in at 2018-03-01 12:03:46

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


Package is "libmpeg2"

Thu Mar  1 12:03:46 2018 rev:2 rq:580752 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/libmpeg2/libmpeg2.changes2018-02-20 
17:58:22.955319309 +0100
+++ /work/SRC/openSUSE:Factory/.libmpeg2.new/libmpeg2.changes   2018-03-01 
12:03:50.054655795 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 10:56:58 UTC 2018 - bjorn@gmail.com
+
+- Do a minor spec clean.
+
+---



Other differences:
--
++ libmpeg2.spec ++
--- /var/tmp/diff_new_pack.3svY4z/_old  2018-03-01 12:03:51.098618345 +0100
+++ /var/tmp/diff_new_pack.3svY4z/_new  2018-03-01 12:03:51.098618345 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmpeg2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Summary:MPEG-2 Video Stream Decoder
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-URL:http://libmpeg2.sourceforge.net/
+Url:http://libmpeg2.sourceforge.net/
 Source: 
http://libmpeg2.sourceforge.net/files/libmpeg2-%{version}.tar.gz
 Source99:   baselibs.conf
 
@@ -33,11 +33,11 @@
 Patch1: libmpeg2-0.5.1-arm-private-symbols.patch
 Patch2: libmpeg2-0.5.1-global-symbol-test.patch
 
-BuildRequires:  pkgconfig(sdl)
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(sdl)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xv)
-BuildRequires:  pkgconfig
 
 %description
 libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.




commit mjpegtools for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "mjpegtools"

Thu Mar  1 12:04:03 2018 rev:50 rq:580789 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/mjpegtools/mjpegtools.changes2018-02-25 
11:34:36.983493135 +0100
+++ /work/SRC/openSUSE:Factory/.mjpegtools.new/mjpegtools.changes   
2018-03-01 12:04:08.409997327 +0100
@@ -1,0 +2,14 @@
+Tue Feb 27 09:56:24 UTC 2018 - bjorn@gmail.com
+
+- Split libmjpegutils-2_0-0 to follow openSUSE recommended
+  guidelines for libs:
+  + liblavfile-2_0-0
+  + liblavjpeg-2_0-0
+  + liblavplay-2_0-0
+  + liblavrec-2_0-0
+  + libmplex2-2_0-0
+  + libmpeg2encpp-2_0-0
+- Run spec-cleaner, modernize spec slightly.
+- Drop libmpeg2encpp-2_0-0 Obsoletes, package is added back.
+
+---



Other differences:
--
++ mjpegtools.spec ++
--- /var/tmp/diff_new_pack.4nquqx/_old  2018-03-01 12:04:09.213968485 +0100
+++ /var/tmp/diff_new_pack.4nquqx/_new  2018-03-01 12:04:09.217968342 +0100
@@ -20,7 +20,7 @@
 Version:2.0.0
 Release:0
 Summary:MJPEG Video Capture and Processing Tools
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://mjpeg.sourceforge.net/
 Source: 
http://sourceforge.net/projects/mjpeg/files/mjpegtools/%{version}/mjpegtools-%{version}.tar.gz
@@ -40,7 +40,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(SDL_gfx)
 BuildRequires:  pkgconfig(libdv)
 BuildRequires:  pkgconfig(libpng) >= 1.4
@@ -63,7 +63,6 @@
 %package -n libmjpegutils-2_0-0
 Summary:MJPEG Video Capture and Processing Tools
 Group:  System/Libraries
-Obsoletes:  libmpeg2encpp-2_0-0
 
 %description -n libmjpegutils-2_0-0
 The mjpegtools allow for capture, playback, processing, and simple
@@ -72,10 +71,82 @@
 zoran-driver package), but the processing tools can be used with MJPEG
 data from other sources as well.
 
+%package -n liblavfile-2_0-0
+Summary:MJPEG Video Capture and Processing Tools
+Group:  System/Libraries
+
+%description -n liblavfile-2_0-0
+The mjpegtools allow for capture, playback, processing, and simple
+editing of MJPEG AV data. The hardware I/O applications are intended
+for use with Zoran MJPEG framegrabber-based hardware (see the
+zoran-driver package), but the processing tools can be used with MJPEG
+data from other sources as well.
+
+%package -n liblavjpeg-2_0-0
+Summary:MJPEG Video Capture and Processing Tools
+Group:  System/Libraries
+
+%description -n liblavjpeg-2_0-0
+The mjpegtools allow for capture, playback, processing, and simple
+editing of MJPEG AV data. The hardware I/O applications are intended
+for use with Zoran MJPEG framegrabber-based hardware (see the
+zoran-driver package), but the processing tools can be used with MJPEG
+data from other sources as well.
+
+%package -n liblavplay-2_0-0
+Summary:MJPEG Video Capture and Processing Tools
+Group:  System/Libraries
+
+%description -n liblavplay-2_0-0
+The mjpegtools allow for capture, playback, processing, and simple
+editing of MJPEG AV data. The hardware I/O applications are intended
+for use with Zoran MJPEG framegrabber-based hardware (see the
+zoran-driver package), but the processing tools can be used with MJPEG
+data from other sources as well.
+
+%package -n liblavrec-2_0-0
+Summary:MJPEG Video Capture and Processing Tools
+Group:  System/Libraries
+
+%description -n liblavrec-2_0-0
+The mjpegtools allow for capture, playback, processing, and simple
+editing of MJPEG AV data. The hardware I/O applications are intended
+for use with Zoran MJPEG framegrabber-based hardware (see the
+zoran-driver package), but the processing tools can be used with MJPEG
+data from other sources as well.
+
+%package -n libmplex2-2_0-0
+Summary:MJPEG Video Capture and Processing Tools
+Group:  System/Libraries
+
+%description -n libmplex2-2_0-0
+The mjpegtools allow for capture, playback, processing, and simple
+editing of MJPEG AV data. The hardware I/O applications are intended
+for use with Zoran MJPEG framegrabber-based hardware (see the
+zoran-driver package), but the processing tools can be used with MJPEG
+data from other sources as well.
+
+%package -n libmpeg2encpp-2_0-0
+Summary:MJPEG Video Capture and Processing Tools
+Group:  

commit mariadb for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2018-03-01 12:03:59

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


Package is "mariadb"

Thu Mar  1 12:03:59 2018 rev:68 rq:580780 version:10.2.13

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-02-25 
11:32:35.663898445 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2018-03-01 
12:04:01.218255323 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 14:13:50 UTC 2018 - rsalev...@suse.com
+
+- add mariadb-10.2.14-xtrabackup-v2.patch (bsc#1083087)
+
+---

New:

  mariadb-10.2.14-xtrabackup-v2.patch



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.p9f6gv/_old  2018-03-01 12:04:03.302180565 +0100
+++ /var/tmp/diff_new_pack.p9f6gv/_new  2018-03-01 12:04:03.306180422 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mariadb
 #
-# 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
@@ -54,7 +54,7 @@
 Summary:Server part of MariaDB
 License:SUSE-GPL-2.0-with-FLOSS-exception
 Group:  Productivity/Databases/Servers
-URL:https://www.mariadb.org
+Url:https://www.mariadb.org
 Source: 
https://downloads.mariadb.org/f/mariadb-%{version}/source/mariadb-%{version}.tar.gz
 Source1:%{name}-%{version}.tar.gz.sig
 Source2:%{name}.keyring
@@ -81,6 +81,7 @@
 Patch10:mariadb-10.2.3-mysql_install_db-mariadb_dirs.patch
 Patch11:mariadb-10.2.9-galera_cnf.patch
 Patch12:mariadb-10.2.10-disable_openssl_compatibility_check.patch
+Patch13:mariadb-10.2.14-xtrabackup-v2.patch
 BuildRequires:  bison
 BuildRequires:  cmake
 BuildRequires:  dos2unix
@@ -137,8 +138,8 @@
 Conflicts:  otherproviders(mysql-debug)
 Conflicts:  otherproviders(mysql-server)
 # Compatibility with Fedora/CentOS
-Provides:   mysql-server = %{version}
 Provides:   mariadb-server = %{version}
+Provides:   mysql-server = %{version}
 # Compatibility with old version
 Provides:   %{name}-debug-version = %{version}
 Obsoletes:  %{name}-debug-version < %{version}
@@ -227,8 +228,8 @@
 Requires:   %{name} = %{version}
 # galera-3 is not in openSUSE:Factory now
 #Requires:   galera-3 >= 25.3.18
-Requires:   lsof
 Requires:   iproute2
+Requires:   lsof
 Requires:   rsync
 Requires:   socat
 Requires:   which
@@ -315,8 +316,8 @@
 Conflicts:  otherproviders(mysql-tools)
 # make sure this package is installed when updating from 10.2 and older
 Provides:   mysql-client:%{_bindir}/perror
-Provides:   mysql:%{_bindir}/mysqlhotcopy
 Provides:   mysql-tools = %{version}
+Provides:   mysql:%{_bindir}/mysqlhotcopy
 Obsoletes:  mysql-tools < %{version}
 Provides:   %{extra_provides}-tools = %{version}
 Obsoletes:  %{extra_provides}-tools < %{version}
@@ -340,6 +341,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 cp %{_sourcedir}/suse-test-run .
 


++ mariadb-10.2.14-xtrabackup-v2.patch ++
>From 4e6dab94d0931eafba502f5a91da29a54e75bb33 Mon Sep 17 00:00:00 2001
From: Daniel Black 
Date: Wed, 21 Feb 2018 19:38:57 +0530
Subject: [PATCH] MDEV-10.1.31 does not join an existing cluster with SST
 xtrabackup-v2

Analysis:- The problem  is the change in the implementation of wait_for_listen
in wsrep_sst_xtrabackup-v2.sh. The new script uses lsof which will always
exit with an error code if it can't find all the items, and because the
script has the -e option set in the hashbang line (#!/bin/bash -ue), the
script will abort right after running lsof if lsof can't find even a single
item among all the items listed in its arguments. This will happen even if
socat is running and listening, because it can't find nc. The loop in
wait_for_listen will therefore always quit after one iteration without
writing the "ready" line to signal the parent.

Solution:- We will or the lsof with true.

Patch Credit :Daniel Black and David Wang
---
 scripts/wsrep_sst_xtrabackup-v2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/wsrep_sst_xtrabackup-v2.sh 
b/scripts/wsrep_sst_xtrabackup-v2.sh
index 64dd182e2f2f..9104daf19bc3 100644
--- a/scripts/wsrep_sst_xtrabackup-v2.sh
+++ b/scripts/wsrep_sst_xtrabackup-v2.sh
@@ -644,7 +644,7 @@ wait_for_listen()
 
 for i in {1..300}
 do
-LSOF_OUT=$(lsof 

commit openssl-1_0_0 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package openssl-1_0_0 for openSUSE:Factory 
checked in at 2018-03-01 12:04:27

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


Package is "openssl-1_0_0"

Thu Mar  1 12:04:27 2018 rev:13 rq:577051 version:1.0.2n

Changes:

--- /work/SRC/openSUSE:Factory/openssl-1_0_0/openssl-1_0_0.changes  
2017-12-09 20:26:57.151079410 +0100
+++ /work/SRC/openSUSE:Factory/.openssl-1_0_0.new/openssl-1_0_0.changes 
2018-03-01 12:04:29.169252579 +0100
@@ -1,0 +2,6 @@
+Thu Feb 15 15:47:07 UTC 2018 - tchva...@suse.com
+
+- Remove bit obsolete syntax
+- Use %license macro
+
+---



Other differences:
--
++ openssl-1_0_0.spec ++
--- /var/tmp/diff_new_pack.CGyCbX/_old  2018-03-01 12:04:31.237178389 +0100
+++ /var/tmp/diff_new_pack.CGyCbX/_new  2018-03-01 12:04:31.241178245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openssl-1_0_0
 #
-# 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
@@ -95,7 +95,7 @@
 BuildRequires:  ed
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(zlib)
-Conflicts:  otherproviders(ssl)
+Conflicts:  ssl
 Provides:   ssl
 
 %description
@@ -139,7 +139,7 @@
 # we need to have around only the exact version we are able to operate with
 Conflicts:  libopenssl-devel < %{version}
 Conflicts:  libopenssl-devel > %{version}
-Conflicts:  otherproviders(ssl-devel)
+Conflicts:  ssl-devel
 Provides:   ssl-devel
 
 %description -n libopenssl-1_0_0-devel
@@ -160,7 +160,7 @@
 Summary:Additional Package Documentation
 License:OpenSSL
 Group:  Productivity/Networking/Security
-Conflicts:  otherproviders(openssl-doc)
+Conflicts:  openssl-doc
 Provides:   openssl-doc = %{version}
 Obsoletes:  openssl-doc < %{version}
 BuildArch:  noarch
@@ -387,13 +387,14 @@
 %postun -n libopenssl1_0_0-steam -p /sbin/ldconfig
 
 %files -n libopenssl1_0_0
+%license LICENSE
 %{_libdir}/libssl.so.%{num_version}
 %{_libdir}/libcrypto.so.%{num_version}
 %dir %{_libdir}/engines-1.0
 %{_libdir}/engines-1.0
 
 %files -n libopenssl1_0_0-steam
-%doc LICENSE
+%license LICENSE
 %dir %{steamprefix}
 %dir %{steamlibdir}
 /%{steamlibdir}/libssl.so.%{num_version}
@@ -421,7 +422,7 @@
 
 %files -f filelist
 %doc CHANGE* INSTAL*
-%doc LICENSE NEWS README README.SUSE README-FIPS.txt
+%doc NEWS README README.SUSE README-FIPS.txt
 %dir %{ssletcdir}
 %config (noreplace) %{ssletcdir}/openssl.cnf
 %attr(700,root,root) %{ssletcdir}/private






commit libcdio for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libcdio for openSUSE:Factory checked 
in at 2018-03-01 12:03:53

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


Package is "libcdio"

Thu Mar  1 12:03:53 2018 rev:42 rq:580772 version:0.94

Changes:

--- /work/SRC/openSUSE:Factory/libcdio/libcdio.changes  2017-11-07 
09:56:42.797100026 +0100
+++ /work/SRC/openSUSE:Factory/.libcdio.new/libcdio.changes 2018-03-01 
12:03:54.986478877 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 17:09:35 CET 2018 - sbra...@suse.com
+
+- Fix double free vulnerability (bsc#1082877, CVE-2017-18201,
+  CVE-2017-18201.patch).
+
+---

New:

  CVE-2017-18201.patch



Other differences:
--
++ cdio-utils.spec ++
--- /var/tmp/diff_new_pack.bqP7sy/_old  2018-03-01 12:03:55.602456780 +0100
+++ /var/tmp/diff_new_pack.bqP7sy/_new  2018-03-01 12:03:55.606456637 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdio-utils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ libcdio.spec ++
--- /var/tmp/diff_new_pack.bqP7sy/_old  2018-03-01 12:03:55.634455632 +0100
+++ /var/tmp/diff_new_pack.bqP7sy/_new  2018-03-01 12:03:55.638455488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdio
 #
-# 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,8 @@
 Source3:baselibs.conf
 # PATCH-FIX-UPSTREAM 0001-Savannah-Bug-49907.patch 
https://savannah.gnu.org/bugs/index.php?49907
 Patch0: 0001-Savannah-Bug-49907.patch
+# PATCH-FIX-SECURITY CVE-2017-18201.patch bsc1082877 CVE-2017-18201 
sbra...@suse.com -- Fix double free vulnerability.
+Patch1: CVE-2017-18201.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
@@ -110,6 +112,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %define buildir ${PWD}
 

++ CVE-2017-18201.patch ++
>From f6f9c48fb40b8a1e8218799724b0b61a7161eb1d Mon Sep 17 00:00:00 2001
From: "R. Bernstein" 
Date: Fri, 22 Dec 2017 16:06:57 -0500
Subject: [PATCH] Fix double free courtesy of Chris Clayton

---
 lib/driver/_cdio_generic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/driver/_cdio_generic.c b/lib/driver/_cdio_generic.c
index d40ac0d9..ae820d25 100644
--- a/lib/driver/_cdio_generic.c
+++ b/lib/driver/_cdio_generic.c
@@ -296,7 +296,6 @@ get_cdtext_generic (void *p_user_data)
 
   if(len <= 0 || 0 != cdtext_data_init (p_env->cdtext, _cdtext_data[4], 
len)) {
 p_env->b_cdtext_error = true;
-cdtext_destroy (p_env->cdtext);
 free(p_env->cdtext);
 p_env->cdtext = NULL;
   }
-- 
2.16.2






commit python-Sphinx for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package python-Sphinx for openSUSE:Factory 
checked in at 2018-03-01 12:03:28

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


Package is "python-Sphinx"

Thu Mar  1 12:03:28 2018 rev:47 rq:580665 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Sphinx/python-Sphinx.changes  
2018-02-27 16:56:20.523544978 +0100
+++ /work/SRC/openSUSE:Factory/.python-Sphinx.new/python-Sphinx.changes 
2018-03-01 12:03:33.199260422 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 14:09:37 UTC 2018 - apla...@suse.com
+
+- Recommends only on SUSE 
+
+---



Other differences:
--
++ python-Sphinx.spec ++
--- /var/tmp/diff_new_pack.AQm3iu/_old  2018-03-01 12:03:34.087228570 +0100
+++ /var/tmp/diff_new_pack.AQm3iu/_new  2018-03-01 12:03:34.087228570 +0100
@@ -50,9 +50,11 @@
 Requires:   python-sphinx_rtd_theme
 Requires:   python-sphinxcontrib
 Requires:   python-sphinxcontrib-websupport
+%if 0%{?suse_version} >= 1000
 Recommends: python-SQLAlchemy >= 0.9
 Recommends: python-Whoosh >= 2.0
 Recommends: %{name}-doc-man
+%endif
 %ifpython2
 Requires:   python-enum34
 Requires:   python-typing




commit python-setuptools for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2018-03-01 12:03:14

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


Package is "python-setuptools"

Thu Mar  1 12:03:14 2018 rev:37 rq:580663 version:38.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes  
2018-02-08 14:09:32.812343138 +0100
+++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 
2018-03-01 12:03:18.735779223 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 14:25:08 UTC 2018 - apla...@suse.com
+
+- Recommends only for SUSE 
+
+---



Other differences:
--
++ python-setuptools.spec ++
--- /var/tmp/diff_new_pack.TM9YpA/_old  2018-03-01 12:03:20.527714948 +0100
+++ /var/tmp/diff_new_pack.TM9YpA/_new  2018-03-01 12:03:20.527714948 +0100
@@ -44,7 +44,9 @@
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+%if 0%{?suse_version} >= 1000
 Recommends: ca-certificates-mozilla
+%endif
 BuildArch:  noarch
 # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute
 # obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again





commit vlc for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2018-03-01 12:02:08

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


Package is "vlc"

Thu Mar  1 12:02:08 2018 rev:79 rq:580609 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2018-02-19 12:59:03.358214265 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2018-03-01 
12:02:10.542224995 +0100
@@ -1,0 +2,16 @@
+Sat Feb 24 13:02:40 UTC 2018 - bjorn@gmail.com
+
+- Add conditional pkgconfig(x265) BuildRequires and pass
+  conditional --enable-x265 or --disable-x265, package resulting
+  plugin in vlc-codecs subpackage (boo#1081608).
+- Add conditional pkgconfig(fdk-aac) BuildRequires and pass
+  conditional --enable-fdkaac or --disable-fdkaac, package
+  resulting plugin in vlc-codecs subpackage.
+
+---
+Thu Feb 22 17:14:17 UTC 2018 - dims...@opensuse.org
+
+- Move libmpeg2 dependency/plugin out of the BUILD_ORIG condition,
+  as openSUSE now contains/ships the library.
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.5OiOgz/_old  2018-03-01 12:02:12.026171778 +0100
+++ /var/tmp/diff_new_pack.5OiOgz/_new  2018-03-01 12:02:12.030171635 +0100
@@ -120,6 +120,7 @@
 BuildRequires:  pkgconfig(libbluray) >= 0.3.0
 BuildRequires:  pkgconfig(libgme)
 BuildRequires:  pkgconfig(libmodplug) >= 0.8.4
+BuildRequires:  pkgconfig(libmpeg2) > 0.3.2
 BuildRequires:  pkgconfig(libmtp) >= 1.0.0
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libpulse) >= 1.0
@@ -194,11 +195,12 @@
 BuildRequires:  faad2-devel
 BuildRequires:  libfaac-devel
 BuildRequires:  libxvidcore-devel
+BuildRequires:  pkgconfig(fdk-aac)
 BuildRequires:  pkgconfig(libdca) >= 0.0.5
-BuildRequires:  pkgconfig(libmpeg2) > 0.3.2
 BuildRequires:  pkgconfig(libpostproc)
 BuildRequires:  pkgconfig(vdpau) >= 0.6
 BuildRequires:  pkgconfig(x264) >= 0.8.6
+BuildRequires:  pkgconfig(x265)
 %endif
 
 %description
@@ -291,7 +293,7 @@
 %package codecs
 Summary:Additional codecs for the VLC media player
 # We require the unrestricted libavcodec - same ABI version we linked
-# FIXME: Use %requires_eq macro instead
+# FIXME: Use %%requires_eq macro instead
 Group:  Productivity/Multimedia/Video/Players
 Requires:   %{name}-noX = %{version}
 Requires:   %(rpm --qf "%%{name}" -qf $(readlink -f 
%{_libdir}/libavcodec.so))(unrestricted)
@@ -357,6 +359,7 @@
--enable-libass  \
--enable-libcddb \
--enable-mad \
+   --enable-libmpeg2\
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
--enable-opencv  \
 %endif
@@ -368,15 +371,17 @@
--disable-swscale\
 %endif
 %if 0%{?BUILD_ORIG}
-   --enable-libmpeg2\
--enable-postproc\
--enable-faad\
+   --enable-fdkaac  \
--enable-dca \
+   --enable-x265\
 %else
-   --disable-libmpeg2   \
--disable-postproc   \
--disable-faad   \
+   --disable-fdkaac \
--disable-dca\
+   --disable-x265   \
 %endif
--enable-avcodec \
--enable-lirc\
@@ -396,7 +401,6 @@
--enable-v4l2\
--enable-vcd \
--enable-vorbis  \
-   --disable-x265   \
--enable-xcb \
 %if %{with opengles}
   --enable-gles2\
@@ -766,6 +770,7 @@
 %{_libdir}/vlc/plugins/codec/libjpeg_plugin.so
 %{_libdir}/vlc/plugins/codec/libg711_plugin.so
 %{_libdir}/vlc/plugins/codec/libkate_plugin.so
+%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so
 %{_libdir}/vlc/plugins/codec/liblpcm_plugin.so
 %{_libdir}/vlc/plugins/codec/libopus_plugin.so
 %{_libdir}/vlc/plugins/codec/libpng_plugin.so
@@ -1002,9 +1007,10 @@
 %if 0%{?BUILD_ORIG}
 %files codecs
 %{_libdir}/vlc/plugins/codec/libfaad_plugin.so
-%{_libdir}/vlc/plugins/codec/liblibmpeg2_plugin.so
-%{_libdir}/vlc/plugins/codec/libx264_plugin.so
+%{_libdir}/vlc/plugins/codec/libfdkaac_plugin.so
 %{_libdir}/vlc/plugins/codec/libdca_plugin.so
+%{_libdir}/vlc/plugins/codec/libx264_plugin.so
+%{_libdir}/vlc/plugins/codec/libx265_plugin.so
 
 %{_libdir}/vlc/libvlc_vdpau.so.0
 %{_libdir}/vlc/libvlc_vdpau.so.0.0.0




commit go for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2018-03-01 12:02:43

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


Package is "go"

Thu Mar  1 12:02:43 2018 rev:86 rq:580997 version:1.9.4

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2018-02-10 17:53:46.749663017 
+0100
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2018-03-01 
12:02:44.577004398 +0100
@@ -1,0 +2,11 @@
+Wed Feb 28 10:30:54 UTC 2018 - jmassaguer...@suse.com
+
+- Update to 1.9.4 
+  fix bsc#1080006 (CVE-2018-6574)
+
+---
+Sat Feb 24 18:51:44 UTC 2018 - jmassaguer...@suse.com
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+---



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.myp6I0/_old  2018-03-01 12:02:45.056987183 +0100
+++ /var/tmp/diff_new_pack.myp6I0/_new  2018-03-01 12:02:45.056987183 +0100
@@ -22,7 +22,7 @@
 %define short_version 1.9
 
 Name:   go
-Version:1.9.2
+Version:1.9.4
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:A compiled, garbage-collected, concurrent programming language
@@ -60,7 +60,7 @@
 Group:  Development/Languages/Other
 Url:https://compiler-rt.llvm.org/
 Requires:   go = %{version}
-Supplements:go
+Supplements:go = %{version}
 ExclusiveArch:  %{tsan_arch}
 Requires:   go%{short_version}-race
 




commit unicode-ucd for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package unicode-ucd for openSUSE:Factory 
checked in at 2018-03-01 12:02:54

Comparing /work/SRC/openSUSE:Factory/unicode-ucd (Old)
 and  /work/SRC/openSUSE:Factory/.unicode-ucd.new (New)


Package is "unicode-ucd"

Thu Mar  1 12:02:54 2018 rev:3 rq:581461 version:10.0.0

Changes:

--- /work/SRC/openSUSE:Factory/unicode-ucd/unicode-ucd.changes  2017-06-23 
09:14:56.531451822 +0200
+++ /work/SRC/openSUSE:Factory/.unicode-ucd.new/unicode-ucd.changes 
2018-03-01 12:02:55.804601712 +0100
@@ -1,0 +2,10 @@
+Wed Feb 28 16:40:38 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Mon Feb 26 11:38:25 UTC 2018 - dims...@opensuse.org
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+---



Other differences:
--
++ unicode-ucd.spec ++
--- /var/tmp/diff_new_pack.WTYdwg/_old  2018-03-01 12:02:56.968559964 +0100
+++ /var/tmp/diff_new_pack.WTYdwg/_new  2018-03-01 12:02:56.972559821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package unicode-ucd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,14 @@
 Release:0
 Summary:Unicode Character Database
 License:Unicode-TOU
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines;
 Group:  System/I18n
-Url:http://www.unicode.org/ucd/
+URL:http://www.unicode.org/ucd/
 Source0:http://www.unicode.org/Public/zipped/%{version}/UCD.zip
 # http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects 
to:
 Source1:http://www.unicode.org/copyright.html
 Source2:http://www.unicode.org/Public/zipped/%{version}/Unihan.zip
 BuildRequires:  unzip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -42,6 +42,7 @@
 %package unihan
 Summary:Unicode Han Database
 # for the license and dirs
+# FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines;
 Group:  System/I18n
 Requires:   %{name} = %{version}-%{release}
 
@@ -65,14 +66,12 @@
 cp -p %{SOURCE1} .
 
 %files
-%defattr(-,root,root)
-%doc copyright.html
+%license copyright.html
 %dir %{unicodedir}
 %{ucddir}
 %exclude %{ucddir}/Unihan.zip
 
 %files unihan
-%defattr(-,root,root)
 %{ucddir}/Unihan.zip
 
 %changelog






commit libpsl for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libpsl for openSUSE:Factory checked 
in at 2018-03-01 12:02:29

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


Package is "libpsl"

Thu Mar  1 12:02:29 2018 rev:17 rq:580652 version:0.20.1

Changes:

--- /work/SRC/openSUSE:Factory/libpsl/libpsl.changes2018-02-27 
16:56:44.938662809 +0100
+++ /work/SRC/openSUSE:Factory/.libpsl.new/libpsl.changes   2018-03-01 
12:02:31.685466745 +0100
@@ -1,0 +2,8 @@
+Tue Feb 27 15:50:37 UTC 2018 - astie...@suse.com
+
+- update to 0.20.1:
+  * Fix issue introduced with PSL_TYPE_NO_STAR_RULE in V0.20.0
+  * Fix SO_VERSION to 8:0:3
+  * Improve unit tests
+
+---
--- /work/SRC/openSUSE:Factory/libpsl/psl-make-dafsa.changes2018-02-25 
11:34:47.883097377 +0100
+++ /work/SRC/openSUSE:Factory/.libpsl.new/psl-make-dafsa.changes   
2018-03-01 12:02:31.717465598 +0100
@@ -1,0 +2,11 @@
+Tue Feb 27 15:50:37 UTC 2018 - astie...@suse.com
+
+- update to 0.20.1:
+  * no changes for psl-make-dafsa 
+
+---
+Thu Feb 22 15:14:07 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---

Old:

  libpsl-0.20.0.tar.gz

New:

  libpsl-0.20.1.tar.gz



Other differences:
--
++ libpsl.spec ++
--- /var/tmp/diff_new_pack.h19Ksf/_old  2018-03-01 12:02:32.505437338 +0100
+++ /var/tmp/diff_new_pack.h19Ksf/_new  2018-03-01 12:02:32.509437195 +0100
@@ -17,9 +17,9 @@
 #
 
 
-%define somajor 6
+%define somajor 5
 Name:   libpsl
-Version:0.20.0
+Version:0.20.1
 Release:0
 Summary:C library for the Publix Suffix List
 License:MIT AND MPL-2.0 AND BSD-3-Clause

++ psl-make-dafsa.spec ++
--- /var/tmp/diff_new_pack.h19Ksf/_old  2018-03-01 12:02:32.525436621 +0100
+++ /var/tmp/diff_new_pack.h19Ksf/_new  2018-03-01 12:02:32.525436621 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   psl-make-dafsa
-Version:0.20.0
+Version:0.20.1
 Release:0
 Summary:Create a binary DAFSA from a Public Suffix List
 License:BSD-3-Clause

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.h19Ksf/_old  2018-03-01 12:02:32.557435473 +0100
+++ /var/tmp/diff_new_pack.h19Ksf/_new  2018-03-01 12:02:32.561435330 +0100
@@ -1 +1 @@
-libpsl6
+libpsl5

++ libpsl-0.20.0.tar.gz -> libpsl-0.20.1.tar.gz ++
/work/SRC/openSUSE:Factory/libpsl/libpsl-0.20.0.tar.gz 
/work/SRC/openSUSE:Factory/.libpsl.new/libpsl-0.20.1.tar.gz differ: char 5, 
line 1




commit go1.9 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package go1.9 for openSUSE:Factory checked 
in at 2018-03-01 12:02:35

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


Package is "go1.9"

Thu Mar  1 12:02:35 2018 rev:2 rq:580995 version:1.9.4

Changes:

--- /work/SRC/openSUSE:Factory/go1.9/go1.9.changes  2018-02-10 
17:53:45.145721079 +0100
+++ /work/SRC/openSUSE:Factory/.go1.9.new/go1.9.changes 2018-03-01 
12:02:40.489151008 +0100
@@ -1,0 +2,23 @@
+Wed Feb 28 10:47:34 UTC 2018 - jmassaguer...@suse.com
+
+- update to go1.9.4
+
+ * go1.9.2 (released 2017/10/25) includes fixes to the compiler,
+   linker, runtime, documentation, go command, and the crypto/x509,
+   database/sql, log, and net/smtp packages. It includes a fix to a bug
+   introduced in Go 1.9.1 that broke go get of non-Git repositories
+   under certain conditions.
+
+ * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime,
+   and the database/sql, math/big, net/http, and net/url packages.
+
+ * go1.9.4 (released 2018/02/07) includes a security fix to “go get”:
+  CVE-2018-6574 (bsc#1080006)
+
+
+---
+Sat Feb 24 18:52:41 UTC 2018 - jmassaguer...@suse.com
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+---

Old:

  go1.9.2.src.tar.gz

New:

  go1.9.4.src.tar.gz



Other differences:
--
++ go1.9.spec ++
--- /var/tmp/diff_new_pack.8pxiEV/_old  2018-03-01 12:02:41.825103094 +0100
+++ /var/tmp/diff_new_pack.8pxiEV/_new  2018-03-01 12:02:41.829102951 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package go
+# spec file for package go1.9
 #
-# 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
@@ -77,7 +77,7 @@
 %endif
 
 Name:   go1.9
-Version:1.9.2
+Version:1.9.4
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -127,7 +127,7 @@
 %endif
 BuildRequires:  fdupes
 BuildRequires:  systemd
-Recommends: go-doc = %{version}
+Recommends: %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.
 BuildRequires:  gcc-c++
@@ -161,7 +161,7 @@
 Summary:Go documentation
 License:BSD-3-Clause
 Group:  Documentation/Other
-Requires:   go = %{version}
+Requires:   %{name} = %{version}
 Provides:   go-doc = %{version}
 
 %description doc
@@ -171,11 +171,11 @@
 # boo#1052528
 %package race
 Summary:Go runtime race detector
-License:NCSA or MIT
+License:NCSA OR MIT
 Group:  Development/Languages/Other
 Url:https://compiler-rt.llvm.org/
-Requires:   go = %{version}
-Supplements:go
+Requires:   %{name} = %{version}
+Supplements:%{name} = %{version}
 ExclusiveArch:  %{tsan_arch}
 
 %description race

++ _service ++
--- /var/tmp/diff_new_pack.8pxiEV/_old  2018-03-01 12:02:41.885100943 +0100
+++ /var/tmp/diff_new_pack.8pxiEV/_new  2018-03-01 12:02:41.885100943 +0100
@@ -7,6 +7,9 @@
 g%H
 68e1532492f9b3fce0e9024f3c31411105965b11
   
+  
+enable
+  
   
 compiler-rt-*.tar
 xz

++ go1.9.2.src.tar.gz -> go1.9.4.src.tar.gz ++
/work/SRC/openSUSE:Factory/go1.9/go1.9.2.src.tar.gz 
/work/SRC/openSUSE:Factory/.go1.9.new/go1.9.4.src.tar.gz differ: char 12, line 1




commit Mesa for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2018-03-01 12:02:48

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


Package is "Mesa"

Thu Mar  1 12:02:48 2018 rev:317 rq:581007 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes2018-02-25 
12:21:25.841573388 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa-drivers.changes   2018-03-01 
12:02:50.176803558 +0100
@@ -1,0 +2,25 @@
+Wed Feb 28 14:57:00 UTC 2018 - sndir...@suse.com
+
+- removed more unneeded buildrequires: libudev, openssl, bison, 
+  flex (boo#1082312)
+
+---
+Tue Feb 27 18:17:53 UTC 2018 - sndir...@suse.com
+
+- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
+  which is no longer needed due to changed LLVM build (boo#1082307)
+
+---
+Tue Feb 27 09:58:06 UTC 2018 - sndir...@suse.com
+
+- merge content of new rpmlintrc into existing Mesa-rpmlintrc file
+
+---
+Fri Feb 23 13:36:23 UTC 2018 - sndir...@suse.com
+
+- no longer run ldconfig for the follwing backend (ICD) drivers,
+  since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan;
+  required adding a rpmlintrc file with appropriate rules
+  (boo#1082316)
+
+---
Mesa.changes: same change

Old:

  u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch



Other differences:
--
++ Mesa-drivers.spec ++
--- /var/tmp/diff_new_pack.7AEOhb/_old  2018-03-01 12:02:52.868707011 +0100
+++ /var/tmp/diff_new_pack.7AEOhb/_new  2018-03-01 12:02:52.872706868 +0100
@@ -133,7 +133,6 @@
 Source7:Mesa.keyring
 # to be upstreamed
 Patch11:u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
-Patch12:u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
 # never to be upstreamed
 Patch18:n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # currently needed for libglvnd support
@@ -146,9 +145,7 @@
 
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
-BuildRequires:  bison
 BuildRequires:  fdupes
-BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  imake
 BuildRequires:  libtool
@@ -168,9 +165,7 @@
 BuildRequires:  pkgconfig(libglvnd) >= 0.1.0
 %endif
 BuildRequires:  pkgconfig(libkms) >= 1.0.0
-BuildRequires:  pkgconfig(libudev) > 151
 BuildRequires:  pkgconfig(libva)
-BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(presentproto)
 BuildRequires:  pkgconfig(vdpau) >= 1.1
 BuildRequires:  pkgconfig(x11)
@@ -747,7 +742,6 @@
 ### order to figure out whether the issue is still reproducable and
 ### hence a fix is required
 #%patch11 -p1
-%patch12 -p1
 %patch18 -p1
 
 %if 0%{?libglvnd}
@@ -941,26 +935,6 @@
 
 %postun -n libxatracker2 -p /sbin/ldconfig
 
-%post   -n libXvMC_nouveau -p /sbin/ldconfig
-
-%postun -n libXvMC_nouveau -p /sbin/ldconfig
-
-%post   -n libXvMC_r600 -p /sbin/ldconfig
-
-%postun -n libXvMC_r600 -p /sbin/ldconfig
-
-%post   -n libvdpau_r300 -p /sbin/ldconfig
-
-%postun -n libvdpau_r300 -p /sbin/ldconfig
-
-%post   -n libvdpau_r600 -p /sbin/ldconfig
-
-%postun -n libvdpau_r600 -p /sbin/ldconfig
-
-%post   -n libvdpau_radeonsi -p /sbin/ldconfig
-
-%postun -n libvdpau_radeonsi -p /sbin/ldconfig
-
 %post   libglapi0 -p /sbin/ldconfig
 
 %postun libglapi0 -p /sbin/ldconfig
@@ -973,18 +947,6 @@
 
 %postun -n Mesa-libd3d -p /sbin/ldconfig
 
-%post   -n Mesa-libOpenCL -p /sbin/ldconfig
-
-%postun -n Mesa-libOpenCL -p /sbin/ldconfig
-
-%post -n Mesa-libva -p /sbin/ldconfig
-
-%postun -n Mesa-libva -p /sbin/ldconfig
-
-%post -n libvulkan_intel -p /sbin/ldconfig
-
-%postun -n libvulkan_intel -p /sbin/ldconfig
-
 %if !%{drivers}
 %files
 %defattr(-,root,root)

++ Mesa.spec ++
--- /var/tmp/diff_new_pack.7AEOhb/_old  2018-03-01 12:02:52.896706007 +0100
+++ /var/tmp/diff_new_pack.7AEOhb/_new  2018-03-01 12:02:52.900705863 +0100
@@ -132,7 +132,6 @@
 Source7:Mesa.keyring
 # to be upstreamed
 Patch11:u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
-Patch12:u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
 # never to be upstreamed
 Patch18:n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
 # currently needed for libglvnd support
@@ -145,9 +144,7 @@
 
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
-BuildRequires:  bison
 BuildRequires:  fdupes
-BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  imake
 BuildRequires:  libtool
@@ -167,9 +164,7 @@
 

commit xen for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "xen"

Thu Mar  1 12:02:20 2018 rev:243 rq:580646 version:4.10.0_13

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2018-02-18 11:38:14.490480633 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2018-03-01 
12:02:21.481832679 +0100
@@ -1,0 +2,36 @@
+Mon Feb 12 13:26:38 MST 2018 - carn...@suse.com
+
+- bsc#1080635 - VUL-0: xen: DoS via non-preemptable L3/L4 pagetable
+  freeing (XSA-252)
+  xsa252.patch
+- bsc#1080662 - VUL-0: xen: grant table v2 -> v1 transition may
+  crash Xen (XSA-255)
+  xsa255-1.patch
+  xsa255-2.patch
+- bsc#1080634 - VUL-0: xen: x86 PVH guest without LAPIC may DoS the
+  host (XSA-256)
+  xsa256.patch
+
+---
+Fri Feb  9 12:59:12 UTC 2018 - oher...@suse.de
+
+- Remove stale systemd presets code for 13.2 and older
+
+---
+Fri Feb  9 12:31:33 UTC 2018 - oher...@suse.de
+
+- fate#324965 - add script, udev rule and systemd service to watch
+  for vcpu online/offline events in a HVM domU
+  They are triggered via xl vcpu-set domU N
+
+---
+Fri Feb  9 10:23:15 UTC 2018 - oher...@suse.de
+
+- Replace hardcoded xen with Name tag when refering to subpkgs
+
+---
+Fri Feb  9 10:19:49 UTC 2018 - oher...@suse.de
+
+- Make sure tools and tools-domU require libs from the very same build
+
+---

New:

  xsa252.patch
  xsa255-1.patch
  xsa255-2.patch
  xsa256.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.BKiFK0/_old  2018-03-01 12:02:27.993599148 +0100
+++ /var/tmp/diff_new_pack.BKiFK0/_new  2018-03-01 12:02:27.997599005 +0100
@@ -14,10 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 # needssslcertforbuild
 
+
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir /var/adm/fillup-templates
@@ -60,10 +59,6 @@
 %define with_gcc47 0
 %define with_gcc48 0
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-%define include_systemd_preset 0
-%if 0%{?suse_version} <= 1320 && 0%{?sle_version} < 120300
-%define include_systemd_preset 1
-%endif
 %systemd_requires
 BuildRequires:  systemd-devel
 %define with_systemd_modules_load %{_prefix}/lib/modules-load.d
@@ -131,7 +126,7 @@
 BuildRequires:  pesign-obs-integration
 %endif
 
-Version:4.10.0_12
+Version:4.10.0_13
 Release:0
 Summary:Xen Virtualization: Hypervisor (aka VMM aka Microkernel)
 License:GPL-2.0
@@ -211,6 +206,10 @@
 Patch43:5a6b36cd-9-x86-issue-speculation-barrier.patch
 Patch44:5a6b36cd-A-x86-offer-Indirect-Branch-Controls-to-guests.patch
 Patch45:5a6b36cd-B-x86-clear-SPEC_CTRL-while-idle.patch
+Patch252:   xsa252.patch
+Patch25501: xsa255-1.patch
+Patch25502: xsa255-2.patch
+Patch256:   xsa256.patch
 # Our platform specific patches
 Patch400:   xen-destdir.patch
 Patch401:   vif-bridge-no-iptables.patch
@@ -308,11 +307,11 @@
 %ifarch %arm aarch64
 Requires:   qemu-arm
 %endif
+Requires:   %{name}-libs = %{version}-%{release}
 Requires:   multipath-tools
 Requires:   python3
 Requires:   python3-curses
 Requires:   qemu-seabios
-Requires:   xen-libs = %{version}
 # subpackage existed in 10.3
 Provides:   xen-tools-ioemu = %{version}
 Obsoletes:  xen-tools-ioemu < %{version}
@@ -340,7 +339,8 @@
 %package tools-domU
 Summary:Xen Virtualization: Control tools for domain U
 Group:  System/Kernel
-Conflicts:  xen-tools
+Conflicts:  %{name}-tools
+Requires:   %{name}-libs = %{version}-%{release}
 
 %description tools-domU
 Xen is a virtual machine monitor for x86 that supports execution of
@@ -359,8 +359,8 @@
 %package devel
 Summary:Xen Virtualization: Headers and libraries for development
 Group:  System/Kernel
+Requires:   %{name}-libs = %{version}
 Requires:   libuuid-devel
-Requires:   xen-libs = %{version}
 
 %description devel
 Xen is a virtual machine monitor for x86 that supports execution of
@@ -445,6 +445,10 @@
 %patch43 -p1
 %patch44 -p1
 %patch45 -p1
+%patch252 -p1
+%patch25501 -p1
+%patch25502 -p1
+%patch256 -p1
 # Our platform specific patches
 %patch400 -p1
 %patch401 -p1
@@ -609,8 +613,77 @@
mv -v $i 

commit liborcus for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2018-03-01 12:02:14

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


Package is "liborcus"

Thu Mar  1 12:02:14 2018 rev:25 rq:580615 version:0.13.4

Changes:

--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes2018-02-22 
14:59:41.639944258 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2018-03-01 
12:02:18.529938541 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 13:54:19 UTC 2018 - tchva...@suse.com
+
+- Version updat eto 0.13.4:
+  * Various false positive fixes in detection of xml files
+
+---

Old:

  liborcus-0.13.3.tar.xz

New:

  liborcus-0.13.4.tar.xz



Other differences:
--
++ liborcus.spec ++
--- /var/tmp/diff_new_pack.92eaiY/_old  2018-03-01 12:02:19.109917742 +0100
+++ /var/tmp/diff_new_pack.92eaiY/_new  2018-03-01 12:02:19.113917598 +0100
@@ -18,7 +18,7 @@
 
 %define libname liborcus-0_13-0
 Name:   liborcus
-Version:0.13.3
+Version:0.13.4
 Release:0
 Summary:Spreadsheet file processing library
 License:MPL-2.0

++ liborcus-0.13.3.tar.xz -> liborcus-0.13.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liborcus-0.13.3/ChangeLog 
new/liborcus-0.13.4/ChangeLog
--- old/liborcus-0.13.3/ChangeLog   2018-02-15 02:36:56.0 +0100
+++ new/liborcus-0.13.4/ChangeLog   2018-02-27 00:23:20.0 +0100
@@ -1,3 +1,24 @@
+2018-02-26  Kohei Yoshida    
[ef2e27538e335583ef3ff85c4bc4f512efc72eb5]
+
+   Up the version to 0.13.4.
+
+
+2018-02-21  Markus Mohrhard    
[13af2fbab2cac1020d6bb840833c0e0efc231bff]
+
+   protect the self-closing xml element code against self-closing root 
elements
+
+   Found by Antti Levomäki and Christian Jalio from Forcepoint.
+
+   (cherry picked from commit 12e5d89cbd7101c61fbdf063322203a1590a0ef5)
+
+2018-02-19  Kohei Yoshida    
[b8848ef7fc6a7d89e3f872574e36cbbab82275b0]
+
+   xls-xml: Gracefully handle formula cells without cached results.
+
+   This fixes #51.
+
+   (cherry picked from commit 32a1b05ffc6edd7d528b6760dab9035252329ab0)
+
 2018-02-14  Kohei Yoshida    
[7ca73a7c83504a30a1d2a27f57a86451100f]
 
Up the version to 0.13.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liborcus-0.13.3/configure 
new/liborcus-0.13.4/configure
--- old/liborcus-0.13.3/configure   2018-02-15 02:35:40.0 +0100
+++ new/liborcus-0.13.4/configure   2018-02-27 00:21:57.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for liborcus 0.13.3.
+# Generated by GNU Autoconf 2.69 for liborcus 0.13.4.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='liborcus'
 PACKAGE_TARNAME='liborcus'
-PACKAGE_VERSION='0.13.3'
-PACKAGE_STRING='liborcus 0.13.3'
+PACKAGE_VERSION='0.13.4'
+PACKAGE_STRING='liborcus 0.13.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1420,7 +1420,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures liborcus 0.13.3 to adapt to many kinds of systems.
+\`configure' configures liborcus 0.13.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1491,7 +1491,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of liborcus 0.13.3:";;
+ short | recursive ) echo "Configuration of liborcus 0.13.4:";;
esac
   cat <<\_ACEOF
 
@@ -1642,7 +1642,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-liborcus configure 0.13.3
+liborcus configure 0.13.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2291,7 +2291,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by liborcus $as_me 0.13.3, which was
+It was created by liborcus $as_me 0.13.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3158,7 +3158,7 @@
 
 # Define the identity of the package.
  PACKAGE='liborcus'
- VERSION='0.13.3'
+ VERSION='0.13.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ 

commit zsh for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "zsh"

Thu Mar  1 12:02:03 2018 rev:80 rq:580596 version:5.4.2

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2017-03-10 20:44:30.555870519 
+0100
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2018-03-01 
12:02:07.302341181 +0100
@@ -1,0 +2,16 @@
+Tue Feb 27 12:21:43 UTC 2018 - kbabi...@suse.com
+
+- Updated to 5.4.2
+  * The 'exec' and 'command' precommand modifiers, and options to
+them, are now parsed after parameter expansion.
+  * Functions executed by ZLE widgets no longer have their standard
+input closed, but redirected from /dev/null instead.
+  * There is an option WARN_NESTED_VAR, a companion to the existing
+WARN_CREATE_GLOBAL that causes a warning if a function updates a
+variable from an enclosing scope without using typeset -g.
+  * zmodload now has an option -s to be silent on a failure to find
+a module but still print other errors.
+- Dropped patch merged upstream:
+  * fix-patchutils-completion.patch
+
+---

Old:

  fix-patchutils-completion.patch
  zsh-5.3.1.tar.xz
  zsh-5.3.1.tar.xz.asc

New:

  zsh-5.4.2.tar.gz
  zsh-5.4.2.tar.gz.asc



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.14UsKF/_old  2018-03-01 12:02:08.234307759 +0100
+++ /var/tmp/diff_new_pack.14UsKF/_new  2018-03-01 12:02:08.238307616 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zsh
 #
-# 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,14 +17,14 @@
 
 
 Name:   zsh
-Version:5.3.1
+Version:5.4.2
 Release:0%{?dist}
 Summary:Shell with comprehensive completion
 License:MIT
 Group:  System/Shells
 Url:http://www.zsh.org
-Source0:http://www.zsh.org/pub/zsh-%{version}.tar.xz
-Source1:http://www.zsh.org/pub/zsh-%{version}.tar.xz.asc
+Source0:http://www.zsh.org/pub/zsh-%{version}.tar.gz
+Source1:http://www.zsh.org/pub/zsh-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 Source3:zshrc
 Source4:zshenv
@@ -40,7 +40,6 @@
 Patch1: trim-unneeded-completions.patch
 # PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc 
completion
 Patch2: zsh-osc-completion.patch
-Patch3: fix-patchutils-completion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  groff
 %if 0%{?suse_version}
@@ -100,7 +99,6 @@
 %patch1 -p1
 %endif
 %patch2 -p1
-%patch3 -p1
 
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl





commit go1.7 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package go1.7 for openSUSE:Factory checked 
in at 2018-03-01 12:01:49

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


Package is "go1.7"

Thu Mar  1 12:01:49 2018 rev:9 rq:580588 version:1.7.5

Changes:

--- /work/SRC/openSUSE:Factory/go1.7/go1.7.changes  2018-01-20 
11:22:21.248598797 +0100
+++ /work/SRC/openSUSE:Factory/.go1.7.new/go1.7.changes 2018-03-01 
12:01:53.882822407 +0100
@@ -1,0 +2,5 @@
+Sat Feb 24 18:53:26 UTC 2018 - jmassaguer...@suse.com
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+---



Other differences:
--
++ go1.7.spec ++
--- /var/tmp/diff_new_pack.MMHayC/_old  2018-03-01 12:01:55.198775216 +0100
+++ /var/tmp/diff_new_pack.MMHayC/_new  2018-03-01 12:01:55.202775074 +0100
@@ -137,7 +137,7 @@
 %endif
 %if 0%{?suse_version} >= 1100
 BuildRequires:  fdupes
-Recommends: go-doc = %{version}
+Recommends: %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.
 BuildRequires:  gcc-c++
@@ -177,7 +177,7 @@
 Summary:Go documentation
 License:BSD-3-Clause
 Group:  Documentation/Other
-Requires:   go = %{version}
+Requires:   %{name} = %{version}
 Provides:   go-doc = %{version}
 
 %description doc
@@ -187,11 +187,11 @@
 # boo#1052528
 %package race
 Summary:Go runtime race detector
-License:NCSA or MIT
+License:NCSA OR MIT
 Group:  Development/Languages/Other
 Url:https://compiler-rt.llvm.org/
-Requires:   go = %{version}
-Supplements:go
+Requires:   %{name} = %{version}
+Supplements:%{name} = %{version}
 ExclusiveArch:  %{tsan_arch}
 
 %description race




commit python-Babel for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "python-Babel"

Thu Mar  1 12:01:43 2018 rev:23 rq:580584 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes
2017-10-13 14:06:04.310654038 +0200
+++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes   
2018-03-01 12:01:45.719115148 +0100
@@ -1,0 +2,7 @@
+Tue Feb 27 12:28:43 UTC 2018 - apla...@suse.com
+
+- Export TZ and LC_ALL before running the tests.  Without this
+  python-Babel is not able to see the TZ variable, and produce
+  a `local` LOCALTZ
+
+---



Other differences:
--
++ python-Babel-doc.spec ++
--- /var/tmp/diff_new_pack.uPUROI/_old  2018-03-01 12:01:46.503087036 +0100
+++ /var/tmp/diff_new_pack.uPUROI/_new  2018-03-01 12:01:46.503087036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Babel-doc
 #
-# 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

++ python-Babel.spec ++
--- /var/tmp/diff_new_pack.uPUROI/_old  2018-03-01 12:01:46.519086462 +0100
+++ /var/tmp/diff_new_pack.uPUROI/_new  2018-03-01 12:01:46.523086319 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Babel
 #
-# 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
@@ -66,7 +66,9 @@
 %python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
 %check
-TZ=UTC LC_ALL=C %python_exec %{_bindir}/py.test tests
+export TZ=UTC
+export LC_ALL=C
+%python_exec %{_bindir}/py.test tests
 
 %pre
 # Since /usr/bin/pybabel became ghosted to be used with update-alternatives, 
we have to get rid




commit go1.8 for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package go1.8 for openSUSE:Factory checked 
in at 2018-03-01 12:01:57

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


Package is "go1.8"

Thu Mar  1 12:01:57 2018 rev:5 rq:580589 version:1.8.5

Changes:

--- /work/SRC/openSUSE:Factory/go1.8/go1.8.changes  2017-11-03 
16:33:11.873980928 +0100
+++ /work/SRC/openSUSE:Factory/.go1.8.new/go1.8.changes 2018-03-01 
12:01:59.018638238 +0100
@@ -1,0 +2,5 @@
+Sat Feb 24 18:53:05 UTC 2018 - jmassaguer...@suse.com
+
+- fix bsc#1082409: Review dependencies (requires, recommends and supports) 
+
+---



Other differences:
--
++ go1.8.spec ++
--- /var/tmp/diff_new_pack.g9dOA7/_old  2018-03-01 12:02:00.278593056 +0100
+++ /var/tmp/diff_new_pack.g9dOA7/_new  2018-03-01 12:02:00.278593056 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go1.8
 #
-# 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
@@ -133,7 +133,7 @@
 %endif
 BuildRequires:  fdupes
 BuildRequires:  systemd
-Recommends: go-doc = %{version}
+Recommends: %{name}-doc = %{version}
 %ifarch %{tsan_arch}
 # Needed to compile compiler-rt/TSAN.
 BuildRequires:  gcc-c++
@@ -167,7 +167,7 @@
 Summary:Go documentation
 License:BSD-3-Clause
 Group:  Documentation/Other
-Requires:   go = %{version}
+Requires:   %{name} = %{version}
 Provides:   go-doc = %{version}
 
 %description doc
@@ -177,11 +177,11 @@
 # boo#1052528
 %package race
 Summary:Go runtime race detector
-License:NCSA or MIT
+License:NCSA OR MIT
 Group:  Development/Languages/Other
 Url:https://compiler-rt.llvm.org/
-Requires:   go = %{version}
-Supplements:go
+Requires:   %{name} = %{version}
+Supplements:%{name} = %{version}
 ExclusiveArch:  %{tsan_arch}
 
 %description race




commit kdump for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "kdump"

Thu Mar  1 12:01:37 2018 rev:95 rq:580574 version:0.8.16

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2018-02-25 
11:34:59.378679984 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2018-03-01 
12:01:38.479374750 +0100
@@ -1,0 +2,12 @@
+Tue Feb 27 10:26:57 UTC 2018 - ptesa...@suse.com
+
+- kdump-no-crashkernel-in-Xen-PV-DomU.patch: Do not reserve
+  crashkernel on Xen PV DomU (bsc#989792).
+
+---
+Tue Feb 27 09:06:17 UTC 2018 - ptesa...@suse.com
+
+- kdump-nokaslr.patch: Add 'nokaslr' to the kdump kernel command
+  line (bsc#1075937).
+
+---

New:

  kdump-no-crashkernel-in-Xen-PV-DomU.patch
  kdump-nokaslr.patch



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.7trmeh/_old  2018-03-01 12:01:39.959321683 +0100
+++ /var/tmp/diff_new_pack.7trmeh/_new  2018-03-01 12:01:39.963321540 +0100
@@ -88,6 +88,8 @@
 Patch39:%{name}-calibrate-do-not-add-KDUMP_PHYS_LOAD-to-RAM.patch 
 Patch40:%{name}-bootloader-filter-out-KDUMPTOOL_FLAGS.patch 
 Patch41:%{name}-always-kexec_load-if-kexec_file_load-fails.patch
+Patch42:%{name}-nokaslr.patch
+Patch43:%{name}-no-crashkernel-in-Xen-PV-DomU.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -191,6 +193,8 @@
 %patch39 -p1
 %patch40 -p1
 %patch41 -p1
+%patch42 -p1
+%patch43 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ kdump-no-crashkernel-in-Xen-PV-DomU.patch ++
From: Petr Tesarik 
Date: Tue, 27 Feb 2018 11:21:31 +0100
Subject: Do not reserve crashkernel on Xen PV DomU
References: bsc#989792
Upstream: merged
Git-commit: 17b818de6320cb908f26612303d8981bf1467605

When a Xen PV DomU crashes, it canot kexec a panic kernel, because
the kexec code is not paravirtualized. Do not try to reserve any
crashkernel memory on such systems.

Signed-off-by: Petr Tesarik 
---
 kdumptool/calibrate.cc |  112 +
 1 file changed, 112 insertions(+)

--- a/kdumptool/calibrate.cc
+++ b/kdumptool/calibrate.cc
@@ -290,6 +290,102 @@ unsigned long SystemCPU::count(const cha
 }
 
 //}}}
+//{{{ HyperInfo 

+
+class HyperInfo {
+
+public:
+/**
+ * Initialize a new HyperInfo object.
+ *
+ * @param[in] procdir Mount point for procfs
+ * @param[in] sysdir  Mount point for sysfs
+ */
+HyperInfo(const char *procdir = "/proc", const char *sysdir = "/sys");
+
+protected:
+std::string m_type, m_guest_type, m_guest_variant;
+
+private:
+/**
+ * Read a file under a base directory into a string.
+ */
+void read_str(std::string , const FilePath ,
+  const char *attr);
+
+public:
+/**
+ * Get hypervisor type.
+ */
+const std::string& type(void) const
+{ return m_type; }
+
+/**
+ * Get hypervisor guest type.
+ */
+const std::string& guest_type(void) const
+{ return m_guest_type; }
+
+/**
+ * Get hypervisor guest variant (Dom0 or DomU).
+ */
+const std::string& guest_variant(void) const
+{ return m_guest_variant; }
+};
+
+// 
-
+HyperInfo::HyperInfo(const char *procdir, const char *sysdir)
+{
+FilePath basedir(sysdir);
+basedir.appendPath("hypervisor");
+
+read_str(m_type, basedir, "type");
+read_str(m_guest_type, basedir, "guest_type");
+
+if (m_type == "xen") {
+std::string caps;
+std::string::size_type pos, next, len;
+
+basedir = procdir;
+basedir.appendPath("xen");
+read_str(caps, basedir, "capabilities");
+
+m_guest_variant = "DomU";
+pos = 0;
+while (pos != std::string::npos) {
+len = next = caps.find(',', pos);
+if (next != std::string::npos) {
+++next;
+len -= pos;
+}
+if (caps.compare(pos, len, "control_d") == 0) {
+m_guest_variant = "Dom0";
+break;
+}
+pos = next;
+}
+}
+}
+
+// 
-
+void 

commit perl-libwww-perl for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package perl-libwww-perl for 
openSUSE:Factory checked in at 2018-03-01 12:01:30

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


Package is "perl-libwww-perl"

Thu Mar  1 12:01:30 2018 rev:55 rq:580564 version:6.33

Changes:

--- /work/SRC/openSUSE:Factory/perl-libwww-perl/perl-libwww-perl.changes
2018-02-22 14:57:11.797335620 +0100
+++ /work/SRC/openSUSE:Factory/.perl-libwww-perl.new/perl-libwww-perl.changes   
2018-03-01 12:01:33.447555178 +0100
@@ -1,0 +2,11 @@
+Tue Feb 27 07:13:38 UTC 2018 - co...@suse.com
+
+- updated to 6.33
+   see /usr/share/doc/packages/perl-libwww-perl/Changes
+
+  6.33  2018-02-27 03:51:36Z
+  - Fix send_te change from previous release, which was breaking
+LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
+Bell)
+
+---

Old:

  libwww-perl-6.32.tar.gz

New:

  libwww-perl-6.33.tar.gz



Other differences:
--
++ perl-libwww-perl.spec ++
--- /var/tmp/diff_new_pack.o1tq2O/_old  2018-03-01 12:01:34.127530797 +0100
+++ /var/tmp/diff_new_pack.o1tq2O/_new  2018-03-01 12:01:34.131530653 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-libwww-perl
-Version:6.32
+Version:6.33
 Release:0
 %define cpan_name libwww-perl
 Summary:The World-Wide Web library for Perl

++ libwww-perl-6.32.tar.gz -> libwww-perl-6.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.32/Changes new/libwww-perl-6.33/Changes
--- old/libwww-perl-6.32/Changes2018-02-20 20:39:27.0 +0100
+++ new/libwww-perl-6.33/Changes2018-02-27 04:51:39.0 +0100
@@ -1,5 +1,10 @@
 Change history for libwww-perl
 
+6.33  2018-02-27 03:51:36Z
+- Fix send_te change from previous release, which was breaking
+  LWP::Parallel::UserAgent and Test::Override::UserAgent (GH #281) (Doug
+  Bell)
+
 6.32  2018-02-20 19:39:20Z
 - Suggest LWP::ConsoleLogger as an alternative to the deprecated 
LWP::Debug (GH#278) (Olaf Alders)
 - add send_te configuration to disable sending the TE header (GH#126) 
(Doug Bell)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libwww-perl-6.32/META.json 
new/libwww-perl-6.33/META.json
--- old/libwww-perl-6.32/META.json  2018-02-20 20:39:27.0 +0100
+++ new/libwww-perl-6.33/META.json  2018-02-27 04:51:39.0 +0100
@@ -111,96 +111,96 @@
"provides" : {
   "LWP" : {
  "file" : "lib/LWP.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Authen::Basic" : {
  "file" : "lib/LWP/Authen/Basic.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Authen::Digest" : {
  "file" : "lib/LWP/Authen/Digest.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Authen::Ntlm" : {
  "file" : "lib/LWP/Authen/Ntlm.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::ConnCache" : {
  "file" : "lib/LWP/ConnCache.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Debug" : {
  "file" : "lib/LWP/Debug.pm",
- "version" : "6.32",
+ "version" : "6.33",
  "x_deprecated" : 1
   },
   "LWP::Debug::TraceHTTP" : {
  "file" : "lib/LWP/Debug/TraceHTTP.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::DebugFile" : {
  "file" : "lib/LWP/DebugFile.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::MemberMixin" : {
  "file" : "lib/LWP/MemberMixin.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Protocol" : {
  "file" : "lib/LWP/Protocol.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Protocol::cpan" : {
  "file" : "lib/LWP/Protocol/cpan.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Protocol::data" : {
  "file" : "lib/LWP/Protocol/data.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Protocol::file" : {
  "file" : "lib/LWP/Protocol/file.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Protocol::ftp" : {
  "file" : "lib/LWP/Protocol/ftp.pm",
- "version" : "6.32"
+ "version" : "6.33"
   },
   "LWP::Protocol::gopher" : {
  "file" : 

commit icewm for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package icewm for openSUSE:Factory checked 
in at 2018-03-01 12:01:14

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


Package is "icewm"

Thu Mar  1 12:01:14 2018 rev:56 rq:580526 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/icewm/icewm.changes  2018-01-19 
11:47:11.640663661 +0100
+++ /work/SRC/openSUSE:Factory/.icewm.new/icewm.changes 2018-03-01 
12:01:16.276170876 +0100
@@ -1,0 +2,8 @@
+Tue Feb 27 03:04:05 UTC 2018 - qzh...@suse.com
+
+- Add icewm-use-iproute2-ss-instead-of-netstat.patch:
+  Because netstat is not available by default, so call "ss" instead 
+  of "netstat", and make the "clock" command work on icewm
+  ( bsc#1079627 ).
+
+---

New:

  icewm-use-iproute2-ss-instead-of-netstat.patch



Other differences:
--
++ icewm.spec ++
--- /var/tmp/diff_new_pack.p2p340/_old  2018-03-01 12:01:16.884149077 +0100
+++ /var/tmp/diff_new_pack.p2p340/_new  2018-03-01 12:01:16.888148934 +0100
@@ -31,6 +31,8 @@
 Patch1: icewm-susemenu.patch
 # PATCH-FIX-OPENSUSE icewm-desktop-nodisplay.patch qk...@suse.com -- Set 
NoDisplay for icewm.desktop
 Patch2: icewm-desktop-nodisplay.patch
+# PATCH-FIX-UPSTREAM icewm-use-iproute2-ss-instead-of-netstat.patch 
qzh...@suse.com -- Use ss instead of netstat
+Patch3: icewm-use-iproute2-ss-instead-of-netstat.patch
 Patch99:icewm-preferences.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -66,6 +68,7 @@
 Recommends: icewm-lang = %{version}
 # For locking you need xscreensaver
 Recommends: xscreensaver
+Recommends: xclock
 %if !0%{?is_opensuse}
 Recommends: polkit-gnome
 %endif
@@ -138,6 +141,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # Do not require needlessly new gettext.
 sed -i 's/0.19.6/0.18.3/g' configure.ac
 

++ icewm-use-iproute2-ss-instead-of-netstat.patch ++
diff --git a/src/default.h b/src/default.h
index a5e9a52..acc671a 100644
--- a/src/default.h
+++ b/src/default.h
@@ -200,8 +200,12 @@ XIV(int, taskBarNetDelay,   500)
 XSV(const char *, cpuCommand,   "xterm -name top -title 
Process\\ Status -e top")
 XSV(const char *, cpuClassHint, "top.XTerm")
 XIV(bool, cpuCombine,   true)
-XSV(const char *, netCommand,   "xterm -name netstat -title 
'Network Status' -e netstat -c")
 XSV(const char *, netClassHint, "netstat.XTerm")
+#ifdef __linux__
+XSV(const char *, netCommand,   "xterm -name netstat -title 
'Network Status' -e sh -c 'which ss > /dev/null && watch -t ss -putsw || 
netstat -c'")
+#else
+XSV(const char *, netCommand,   "xterm -name netstat -title 
'Network Status' -e netstat -c")
+#endif
 XSV(const char *, netDevice,"eth0 wlan0")
 XSV(const char *, addressBarCommand,0)
 #ifdef CONFIG_I18N



commit git for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2018-03-01 12:01:26

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


Package is "git"

Thu Mar  1 12:01:26 2018 rev:215 rq:580554 version:2.16.2

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2018-02-23 15:28:47.172716020 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2018-03-01 
12:01:27.823756829 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 23:38:08 UTC 2018 - sch...@linux-m68k.org
+
+- Move %{?systemd_requires} to daemon subpackage
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.0dZ3Ib/_old  2018-03-01 12:01:28.799721835 +0100
+++ /var/tmp/diff_new_pack.0dZ3Ib/_new  2018-03-01 12:01:28.803721691 +0100
@@ -91,7 +91,6 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
 BuildRequires:  xz
-%{?systemd_requires}
 Requires:   git-core = %{version}
 Recommends: git-svn git-cvs git-email gitk git-gui
 Suggests:   git-daemon git-web
@@ -227,6 +226,7 @@
 Group:  Development/Tools/Version Control
 Requires:   git-core = %{version}
 PreReq: /usr/sbin/useradd %fillup_prereq
+%{?systemd_requires}
 
 %description daemon
 A really simple TCP git daemon. In the default configuration it allows






commit guile for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "guile"

Thu Mar  1 11:59:52 2018 rev:53 rq:580993 version:2.0.14

Changes:

--- /work/SRC/openSUSE:Factory/guile/guile.changes  2017-09-15 
23:05:23.479501641 +0200
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2018-03-01 
12:00:20.478180999 +0100
@@ -1,0 +2,21 @@
+Wed Feb 28 14:51:38 UTC 2018 - tchva...@suse.com
+
+- Add back the require on gc-devel as it is still needed for the
+  non .pc using packages (eg autotools)
+
+---
+Wed Feb 28 12:37:54 UTC 2018 - tchva...@suse.com
+
+- Add patch from Fedora not to link to libgc in all consumer libs:
+  * guile-2.0.14-gc_pkgconfig_private.patch
+- Add _constraints file to ensure we can build properly
+
+---
+Wed Feb 28 12:35:01 UTC 2018 - tchva...@suse.com
+
+- Format with spec-cleaner
+- Fix build with new glibc 2.27 bsc#1079837:
+  * guile-disable-int-tests.patch
+- Use %license macro to install license
+
+---

New:

  _constraints
  guile-2.0.14-gc_pkgconfig_private.patch
  guile-disable-int-tests.patch



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.y6A3bZ/_old  2018-03-01 12:00:21.698136985 +0100
+++ /var/tmp/diff_new_pack.y6A3bZ/_new  2018-03-01 12:00:21.698136985 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile
 #
-# 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,25 +28,27 @@
 Version:%{guilevers}.14
 Release:0
 Summary:GNU's Ubiquitous Intelligent Language for Extension
-License:GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
+License:GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:  Development/Languages/Scheme
-Url:https://www.gnu.org/software/guile/
+URL:https://www.gnu.org/software/guile/
 Source0:https://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.xz
 Source1:https://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.xz.sig
 Source2:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=guile=1#/%{name}.keyring
 Source3:guile-rpmlintrc
 # suse specific
-Patch1: %{name}-64bit.patch
-Patch2: %{name}-1.6.10-mktemp.patch
-Patch3: %{name}-threads-test.patch
-Patch4: %{name}-net-db-test.patch
-BuildRequires:  gc-devel
+Patch1: guile-64bit.patch
+Patch2: guile-1.6.10-mktemp.patch
+Patch3: guile-threads-test.patch
+Patch4: guile-net-db-test.patch
+Patch5: guile-2.0.14-gc_pkgconfig_private.patch
+Patch6: guile-disable-int-tests.patch
 BuildRequires:  gmp-devel
 BuildRequires:  libffi-devel
 BuildRequires:  libltdl-devel
 BuildRequires:  libunistring-devel
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
+BuildRequires:  pkgconfig(bdw-gc)
 Requires(pre):  fileutils
 Requires(pre):  sh-utils
 
@@ -57,7 +59,7 @@
 
 %package -n libguile-%{gsuff}
 Summary:GNU's Ubiquitous Intelligent Language for Extension
-License:GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
+License:GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:  Development/Languages/Scheme
 Requires:   %{name}-modules-%{guilemaj}_%{guilemin} >= %{version}
 # workaround for bnc#948804
@@ -71,7 +73,7 @@
 
 %package modules-%{guilemaj}_%{guilemin}
 Summary:GNU's Ubiquitous Intelligent Language for Extension
-License:GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
+License:GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:  Development/Languages/Scheme
 
 %description modules-%{guilemaj}_%{guilemin}
@@ -82,7 +84,7 @@
 
 %package -n libguilereadline-%{greadsuff}
 Summary:GNU's Ubiquitous Intelligent Language for Extension
-License:GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
+License:GFDL-1.3-only AND GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:  Development/Languages/Scheme
 
 %description -n libguilereadline-%{greadsuff}
@@ -93,9 +95,8 @@
 
 %package devel
 Summary:GNU's Ubiquitous Intelligent Language for Extension
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Development/Languages/Scheme
-Requires:   gc-devel
 Requires:   

commit gnome-autoar for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2018-03-01 12:01:02

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


Package is "gnome-autoar"

Thu Mar  1 12:01:02 2018 rev:4 rq:580516 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2017-03-22 23:15:13.873692613 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2018-03-01 12:01:03.648623628 +0100
@@ -1,0 +2,9 @@
+Mon Feb 26 10:36:29 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.2.3:
+  + Use proper extracted name for xz archives.
+  + Fix decompressing files with legacy encoding file names.
+- Run spec-cleaner, modernize spec, use autosetup and make_build
+  macros.
+
+---

Old:

  gnome-autoar-0.2.2.tar.xz

New:

  gnome-autoar-0.2.3.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.XVmKuw/_old  2018-03-01 12:01:04.200603837 +0100
+++ /var/tmp/diff_new_pack.XVmKuw/_new  2018-03-01 12:01:04.200603837 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-autoar
 #
-# 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:   gnome-autoar
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Automatic archives creating and extracting library
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/gnome-autoar
 Source: 
https://download.gnome.org/sources/gnome-autoar/0.2/%{name}-%{version}.tar.xz
+
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
@@ -32,7 +33,6 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
 BuildRequires:  pkgconfig(libarchive) >= 3.2.0
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gnome-autoar provides functions, widgets, and gschemas for GNOME applications 
which want
@@ -86,16 +86,17 @@
 This package brings files required to develop against gnome-autoar
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure \
 --disable-static \
---enable-gtk
-make %{?_smp_mflags}
+   --enable-gtk \
+   %{nil}
+%make_build
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libgnome-autoar-0-0 -p /sbin/ldconfig
@@ -104,7 +105,6 @@
 %postun -n libgnome-autoar-gtk-0-0 -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/gnome-autoar-0/
 %{_libdir}/libgnome-autoar-0.so
 %{_libdir}/libgnome-autoar-gtk-0.so
@@ -118,21 +118,17 @@
 %{_datadir}/vala/vapi/gnome-autoar-gtk-0.vapi
 
 %files -n typelib-1_0-GnomeAutoar-0_1
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib
 
 %files -n typelib-1_0-GnomeAutoarGtk-0_1
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GnomeAutoarGtk-0.1.typelib
 
 %files -n libgnome-autoar-0-0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libgnome-autoar-0.so.0
 %{_libdir}/libgnome-autoar-0.so.0.0.0
 
 %files -n libgnome-autoar-gtk-0-0
-%defattr(-,root,root)
 %{_libdir}/libgnome-autoar-gtk-0.so.0
 %{_libdir}/libgnome-autoar-gtk-0.so.0.0.0
 

++ gnome-autoar-0.2.2.tar.xz -> gnome-autoar-0.2.3.tar.xz ++
 4288 lines of diff (skipped)




commit python-kiwi for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package python-kiwi for openSUSE:Factory 
checked in at 2018-03-01 12:00:51

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


Package is "python-kiwi"

Thu Mar  1 12:00:51 2018 rev:21 rq:580511 version:9.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwi/python-kiwi.changes  2018-02-21 
14:10:26.960397973 +0100
+++ /work/SRC/openSUSE:Factory/.python-kiwi.new/python-kiwi.changes 
2018-03-01 12:00:59.736764616 +0100
@@ -1,0 +2,109 @@
+Mon Feb 26 17:46:55 CET 2018 - m...@suse.de
+
+- Bump version: 9.13.0 → 9.13.1
+  
+---
+Mon Feb 26 17:30:15 CET 2018 - m...@suse.de
+  
+- Only delete sub path if not empty
+  
+---
+Mon Feb 26 17:29:30 CET 2018 - m...@suse.de
+  
+- Fixed package lists for azure and ec2 build tests
+  
+---
+Mon Feb 26 16:34:45 CET 2018 - m...@suse.de
+  
+- Reference commit for bugzilla
+  
+  With regards to the changes done in Issue #637 this commit
+  just creates a reference to a related bug bsc#1082163
+  
+---
+Fri Feb 23 16:00:06 CET 2018 - m...@suse.de
+  
+- Cleanup config functions shell coding
+  
+---
+Fri Feb 23 11:37:58 CET 2018 - m...@suse.de
+  
+- Delete obsolete/unused methods
+  
+---
+Fri Feb 23 11:37:43 CET 2018 - m...@suse.de
+  
+- Add functions.sh to shellcheck
+  
+---
+Fri Feb 23 10:09:11 CET 2018 - m...@suse.de
+  
+- Added doc page how to setup yast on firstboot
+  
+---
+Thu Feb 22 14:42:30 CET 2018 - m...@suse.de
+  
+- Allow arch attribute for profiles specification
+  
+  A profile could be relevant for only a specific architecture.
+  There was no way to express that in the XML description. With
+  the change in this commit a specification like the following
+  is possible:
+  
+  
+  
+  
+  
+  Profile A is only usable on the aarch64 architecture, whereas
+  profile B would be usable on all architectures.
+  
+  * Selecting an arch specific profile from the commandline via
+the --profile option on a system which is not of that architecture
+will result in an error message.
+
+  * Using the import="true" attribute in the  definition
+for an arch specific profile will cause the import of that
+profile only on that architecture and silently ignore the
+import on any other architecture
+
+This Fixes #637
+
+---
+Thu Feb 22 09:54:04 CET 2018 - m...@suse.de
+
+- Update build-test descriptions for Kanku
+  
+  As part of the buildservice there is now also a CI system called Kanku
+  which allows for image boot/run tests. The only requirement on the image
+  level which is missing in our build test descriptions is the setup of
+  the serial console. This patch updates those image descriptions which
+  could be tested by kanku to provide a serial console at boot time.
+  
+  The plan is that our build-test images automatically gets boot tested
+  by the Kanku CI. This should include boot, console-login, reboot,
+  console login, shutdown. The required job description to do this
+  needs to be worked out together with the Kanku team
+  
+---
+Tue Feb 20 17:57:18 CET 2018 - dcass...@suse.com
+  
+- Adding publisher attribute for ISOs
+  
+  This commit adds the 'publisher' attribute in type only for
+  ISO image type. It sets the publisher name of the resulting ISO.
+  
+  Fixes #630
+  
+---
+Tue Feb 20 14:56:11 CET 2018 - m...@suse.de
+  
+- Fixed yum vs. yum-deprecated binary lookup
+  
+  When using the yum package manager it could be either provided
+  as yum or yum-deprecated binary. Because of this the search
+  method to find the binary needs to know the context from which
+  the call is performed. This could be either the host system
+  or the created image root. This Fixes #624
+  
+---
@@ -4,0 +114,14 @@
+  
+---
+Fri Feb 16 11:24:41 CET 2018 - ag...@suse.de
+  
+- Do not emit linuxefi/initrdefi on non-x86 platforms
+  
+  Grub wants to have linuxefi/initrdefi commands to execute Linux via the UEFI
+  calling convention 

commit bind for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "bind"

Thu Mar  1 12:01:19 2018 rev:133 rq:580553 version:9.11.2

Changes:

--- /work/SRC/openSUSE:Factory/bind/bind.changes2018-02-18 
11:39:25.307938537 +0100
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2018-03-01 
12:01:22.895933521 +0100
@@ -1,0 +2,8 @@
+Mon Feb 26 19:26:17 UTC 2018 - sweet_...@gmx.de
+
+- build with --enable-filter- to make it possible to use
+  config option "filter--on-v4 yes". Useful to workaround
+  broken websites like netflix which block traffic from certain
+  IPv6 tunnel providers.
+
+---



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.EO8gSP/_old  2018-03-01 12:01:23.995894082 +0100
+++ /var/tmp/diff_new_pack.EO8gSP/_new  2018-03-01 12:01:23.995894082 +0100
@@ -355,6 +355,7 @@
--with-gssapi=yes \
--disable-isc-spnego \
--enable-fixed-rrset \
+   --enable-filter- \
 %if %{with_systemd}
 --with-systemd \
 %endif






commit perl-XML-SAX for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package perl-XML-SAX for openSUSE:Factory 
checked in at 2018-03-01 12:00:42

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


Package is "perl-XML-SAX"

Thu Mar  1 12:00:42 2018 rev:23 rq:579898 version:1.00

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-SAX/perl-XML-SAX.changes
2013-04-17 08:04:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-SAX.new/perl-XML-SAX.changes   
2018-03-01 12:00:47.125219621 +0100
@@ -1,0 +2,10 @@
+Fri Feb 16 07:20:19 UTC 2018 - co...@suse.com
+
+- updated to 1.00
+   see /usr/share/doc/packages/perl-XML-SAX/Changes
+
+  1.00  15 Feb 2018  Grant McLean
+  - Add makefile dependency to fix order of build steps RT#62289 (patch 
from
+Ed J)
+  
+---

Old:

  XML-SAX-0.99.tar.gz

New:

  XML-SAX-1.00.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-SAX.spec ++
--- /var/tmp/diff_new_pack.6aJTSw/_old  2018-03-01 12:00:48.273178205 +0100
+++ /var/tmp/diff_new_pack.6aJTSw/_new  2018-03-01 12:00:48.281177916 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-SAX
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,59 +17,50 @@
 
 
 Name:   perl-XML-SAX
-Version:0.99
+Version:1.00
 Release:0
-Summary:XML::SAX Perl Module
-License:GPL-1.0+ or Artistic-1.0
+%define cpan_name XML-SAX
+Summary:Simple API for XML
+License:GPL-1.0-or-later OR Artistic-1.0
 Group:  Development/Libraries/Perl
-Url:http://www.cpan.org/modules/by-module/XML/
-Source: 
http://www.cpan.org/modules/by-module/XML/XML-SAX-%{version}.tar.gz
+Url:http://search.cpan.org/dist/XML-SAX/
+Source0:
https://cpan.metacpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: perl-XML-SAX-0.96-utf8.diff
-BuildRequires:  perl-XML-NamespaceSupport
-BuildRequires:  perl-macros
-BuildRequires:  perl(XML::SAX::Base)
-BuildRequires:  pkgconfig(libxml-2.0)
-Requires:   perl-XML-NamespaceSupport
-Requires:   perl(XML::SAX::Base)
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(XML::NamespaceSupport) >= 0.03
+BuildRequires:  perl(XML::SAX::Base) >= 1.05
+Requires:   perl(XML::NamespaceSupport) >= 0.03
+Requires:   perl(XML::SAX::Base) >= 1.05
 %{perl_requires}
 
 %description
-XML::SAX consists of several framework classes for using and building
-Perl SAX2 XML parsers, filters, and drivers. It is designed around the
-need to be able to "plug in" different SAX parsers to an application
-without requiring programmer intervention. Those of you familiar with
-the DBI will be right at home. Some of the designs come from the Java
-JAXP specification (SAX part), only without the javaness.
+XML::SAX is a SAX parser access API for Perl. It includes classes and APIs
+required for implementing SAX drivers, along with a factory class for
+returning any SAX parser installed on the user's system.
 
 %prep
-%setup -q -n XML-SAX-%{version}
-%patch0
+%setup -q -n %{cpan_name}-%{version}
+%patch0 -p0
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-make DESTDIR=%{buildroot} install_vendor
-cat << EOF > %{buildroot}/%{perl_vendorlib}/XML/SAX/ParserDetails.ini
-[XML::SAX::PurePerl]
-http://xml.org/sax/features/namespaces = 1
-EOF
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-,root,root)
-%doc Changes LICENSE README
-%doc %{_mandir}/man3/*
-%{perl_vendorlib}/XML
-%config(noreplace) %{perl_vendorlib}/XML/SAX/ParserDetails.ini
-%{perl_vendorarch}/auto/XML
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes README
+%license LICENSE
 
 %changelog

++ XML-SAX-0.99.tar.gz -> XML-SAX-1.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-SAX-0.99/Changes new/XML-SAX-1.00/Changes
--- old/XML-SAX-0.99/Changes2009-10-10 23:16:30.0 +0200
+++ new/XML-SAX-1.00/Changes2018-02-15 10:43:49.0 +0100
@@ -1,5 +1,13 @@
 Revision history for Perl extension XML::SAX.
 
+1.00  15 Feb 2018  Grant 

commit sssd for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2018-03-01 12:01:07

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


Package is "sssd"

Thu Mar  1 12:01:07 2018 rev:86 rq:580522 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2017-12-08 
21:47:30.406763042 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2018-03-01 
12:01:09.476414679 +0100
@@ -1,0 +2,11 @@
+Tue Feb 27 09:24:46 UTC 2018 - h...@suse.com
+
+- Remove package descriptions for the python 2 packages that are
+  no longer distributed:
+  * python-ipa_hbac
+  * python-sss-murmur
+  * python-sss_nss_idmap
+  * python-sssd-config
+- Correct python version dependency of tools package. (bsc#1082108)
+
+---



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.7TYHwi/_old  2018-03-01 12:01:11.452343833 +0100
+++ /var/tmp/diff_new_pack.7TYHwi/_new  2018-03-01 12:01:11.452343833 +0100
@@ -173,7 +173,6 @@
 Group:  System/Management
 Requires:   python3-sssd-config = %version
 Requires:   sssd = %version
-%py_requires
 
 %description tools
 The packages contains commandline tools for managing users and groups using
@@ -321,73 +320,41 @@
 %description -n libsss_sudo
 A utility library to allow communication between sudo and SSSD.
 
-%package -n python-ipa_hbac
-Summary:Python bindings for the FreeIPA HBAC Evaluator library
-License:LGPL-3.0+
-Group:  Development/Libraries/Python
-
-%description -n python-ipa_hbac
-The python-ipa_hbac package contains the bindings so that libipa_hbac
-can be used by Python applications.
-
 %package -n python3-ipa_hbac
 Summary:Python bindings for the FreeIPA HBAC Evaluator library
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   python3
 
 %description -n python3-ipa_hbac
 The python-ipa_hbac package contains the bindings so that libipa_hbac
 can be used by Python applications.
 
-%package -n python-sss-murmur
-Summary:Python2 bindings for SSSD Murmur hash function
-License:LGPL-3.0+
-Group:  Development/Libraries/Python
-
-%description -n python-sss-murmur
-This subpackage provides the python2 module for calculating the
-Murmur hash version 3.
-
 %package -n python3-sss-murmur
 Summary:Python3 bindings for SSSD Murmur hash function
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   python3
 
 %description -n python3-sss-murmur
 This subpackage provides the python3 module for calculating the
 Murmur hash version 3.
 
-%package -n python-sss_nss_idmap
-Summary:Python bindings for libsss_nss_idmap
-License:LGPL-3.0+
-Group:  Development/Libraries/Python
-
-%description -n python-sss_nss_idmap
-The libsss_nss_idmap-python contains the bindings so that
-libsss_nss_idmap can be used by Python applications.
-
 %package -n python3-sss_nss_idmap
 Summary:Python bindings for libsss_nss_idmap
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   python3
 
 %description -n python3-sss_nss_idmap
 The libsss_nss_idmap-python contains the bindings so that
 libsss_nss_idmap can be used by Python applications.
 
-%package -n python-sssd-config
-Summary:Python API for configuring sssd
-License:GPL-3.0+ and LGPL-3.0+
-Group:  Development/Libraries/Python
-
-%description -n python-sssd-config
-Provide python module to access and manage configuration of the System 
-Security Services Daemon (sssd).
-
 %package -n python3-sssd-config
 Summary:Python API for configuring sssd
 License:GPL-3.0+ and LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   python3
 
 %description -n python3-sssd-config
 Provide python module to access and manage configuration of the System 





commit glibc for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2018-03-01 11:59:33

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


Package is "glibc"

Thu Mar  1 11:59:33 2018 rev:219 rq:580520 version:2.27

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2018-01-28 
00:36:33.929512447 +0100
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2018-03-01 
11:59:43.267523479 +0100
@@ -1,0 +2,107 @@
+Thu Feb 22 15:10:32 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---
+Wed Feb 14 12:00:49 UTC 2018 - sch...@suse.de
+
+- Add systemtap-headers to BuildRequires
+- Add --enable-systemtap to configure arguments (fate#324969, bsc#1073636)
+
+---
+Tue Feb 13 10:27:32 UTC 2018 - sch...@suse.de
+
+- riscv-readelflib.patch: Fix parsing flags in ELF64 files on riscv
+
+---
+Mon Feb  5 08:49:13 UTC 2018 - sch...@suse.de
+
+- Update to glibc 2.27
+  * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin, cosf,
+sinf, sincosf and tan with FMA
+  * Optimized x86-64 trunc and truncf for processors with SSE4.1
+  * Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and
+sincosf
+  * In order to support faster and safer process termination the malloc API
+family of functions will no longer print a failure address and stack
+backtrace after detecting heap corruption
+  * The abort function terminates the process immediately, without flushing
+stdio streams
+  * On platforms where long double has the IEEE binary128 format (aarch64,
+alpha, mips64, riscv, s390 and sparc), the math library now implements
+_Float128 interfaces for that type, as defined by ISO/IEC TS 18661-3:2015
+These are the same interfaces added in version 2.26 for some platforms 
where
+this format is supported but is not the format of long double
+  * On platforms with support for _Float64x (aarch64, alpha, i386, ia64,
+mips64, powerpc64le, riscv, s390, sparc and x86_64), the math library now
+implements interfaces for that type, as defined by ISO/IEC TS
+18661-3:2015
+  * The math library now implements interfaces for the _Float32, _Float64 and
+_Float32x types, as defined by ISO/IEC TS 18661-3:2015
+  * glibc now implements the memfd_create and mlock2 functions on Linux
+  * Support for memory protection keys was added
+  * The copy_file_range function was added
+  * The ldconfig utility now processes `include' directives using the C/POSIX
+collation ordering
+  * Support for two grammatical forms of month names has been added
+  * Support for the RISC-V ISA running on Linux has been added
+  * Statically compiled applications attempting to load locales compiled for 
the
+GNU C Library version 2.27 will fail and fall back to the builtin C/POSIX
+locale
+  * Support for statically linked applications which call dlopen is deprecated
+and will be removed in a future version of glibc
+  * Support for old programs which use internal stdio data structures and
+functions is deprecated
+  * On GNU/Linux, the obsolete Linux constant PTRACE_SEIZE_DEVEL is no longer
+defined by 
+  * libm no longer supports SVID error handling (calling a user-provided
+matherr function on error) or the _LIB_VERSION variable to control error
+handling
+  * The libm functions pow10, pow10f and pow10l are no longer supported for
+new programs
+  * The mcontext_t type is no longer the same as struct sigcontext
+  * The add-ons mechanism for building additional packages at the same time as
+glibc has been removed
+  * The res_hnok, res_dnok, res_mailok and res_ownok functions now check that
+the specified string can be parsed as a domain name
+  * In the malloc_info output, the  element may contain another 
+element, "subheaps", which contains the number of sub-heaps
+  * In the malloc_info output, the  element may contain another 
+element, "subheaps", which contains the number of sub-heaps
+  * The nonstandard header files  and <_G_config.h> are deprecated
+and will be removed in a future release
+  * CVE-2018-6485, CVE-2018-6551: The posix_memalign and memalign
+functions, when called with an object size near the value of SIZE_MAX,
+would return a pointer to a buffer which is too small, instead of NULL
+(bsc#1079036)
+- Support for Sun RPC is no longer available, use libtirpc instead
+- glibc-nodate.patch, powerpc-elision-enable-envvar.patch,
+  s390-elision-enable-envvar.patch, resolv-context-leak.patch,
+  dl-runtime-resolve-opt-avx512f.patch, libpthread-compat-wrappers.patch,
+  

commit rpcsvc-proto for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package rpcsvc-proto for openSUSE:Factory 
checked in at 2018-03-01 11:59:27

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


Package is "rpcsvc-proto"

Thu Mar  1 11:59:27 2018 rev:3 rq:579434 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rpcsvc-proto/rpcsvc-proto.changes
2017-11-30 12:40:26.812704690 +0100
+++ /work/SRC/openSUSE:Factory/.rpcsvc-proto.new/rpcsvc-proto.changes   
2018-03-01 11:59:31.223957981 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 10:26:29 UTC 2018 - ku...@suse.com
+
+- Use %license instead of %doc [bsc#1082318]
+
+---
+Mon Jan 15 15:52:34 CET 2018 - ku...@suse.de
+
+- Update to version 1.3.1
+  - fix autogen.sh script
+- Revert renames to tirpc, make it directly useable. glibc no
+  longer contains this files.
+
+---

Old:

  rpcsvc-proto-1.3.tar.bz2

New:

  rpcsvc-proto-1.3.1.tar.bz2



Other differences:
--
++ rpcsvc-proto.spec ++
--- /var/tmp/diff_new_pack.ijighB/_old  2018-03-01 11:59:31.919932873 +0100
+++ /var/tmp/diff_new_pack.ijighB/_new  2018-03-01 11:59:31.919932873 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpcsvc-proto
 #
-# 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,14 +17,13 @@
 
 
 Name:   rpcsvc-proto
-Version:1.3
+Version:1.3.1
 Release:0
 Summary:RPC protocol definitions
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://github.com/thkukuk/rpcsvc-proto
 Source: %{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The rpcsvc-proto package includes several rpcsvc header files
@@ -54,25 +53,20 @@
 %setup -q
 
 %build
-%configure --includedir=%{_includedir}/tirpc
+%configure
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-# Rename temporary to avoid conflict with glibc for easier migration
-mv %{buildroot}%{_bindir}/rpcgen %{buildroot}%{_bindir}/rpcgen-tirpc
-mv %{buildroot}%{_mandir}/man1/rpcgen.1 
%{buildroot}%{_mandir}/man1/rpcgen-tirpc.1
+%make_install
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING
-%dir %{_includedir}/tirpc
-%dir %{_includedir}/tirpc/rpcsvc
-%{_includedir}/tirpc/rpcsvc/*
+%license COPYING
+%dir %{_includedir}/rpcsvc
+%{_includedir}/rpcsvc/*
 
 %files -n rpcgen
-%defattr(-,root,root)
-%{_bindir}/rpcgen-tirpc
-%{_mandir}/man1/rpcgen-tirpc.1*
+%license COPYING
+%{_bindir}/rpcgen
+%{_mandir}/man1/rpcgen.1*
 
 %changelog

++ rpcsvc-proto-1.3.tar.bz2 -> rpcsvc-proto-1.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcsvc-proto-1.3/NEWS new/rpcsvc-proto-1.3.1/NEWS
--- old/rpcsvc-proto-1.3/NEWS   2017-11-24 10:14:06.0 +0100
+++ new/rpcsvc-proto-1.3.1/NEWS 2018-01-10 09:44:06.0 +0100
@@ -1,8 +1,11 @@
 rpcsvc-proto NEWS -- history of user-visible changes.
 
-Copyright (C) 2016,2017 Thorsten Kukuk
+Copyright (C) 2016-2018 Thorsten Kukuk
 
-Please send bug reports, questions and suggestions to .
+Please use https://github.com/thkukuk/rpcsvc-proto/issues for bug reports.
+
+Version 1.3.1
+* Fix autogen.sh
 
 Version 1.3
 * Only use BSD-3 Clause code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpcsvc-proto-1.3/configure 
new/rpcsvc-proto-1.3.1/configure
--- old/rpcsvc-proto-1.3/configure  2017-11-24 10:12:41.0 +0100
+++ new/rpcsvc-proto-1.3.1/configure2018-01-10 09:47:56.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for rpcsvc-proto 1.3.
+# Generated by GNU Autoconf 2.69 for rpcsvc-proto 1.3.1.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='rpcsvc-proto'
 PACKAGE_TARNAME='rpcsvc-proto'
-PACKAGE_VERSION='1.3'
-PACKAGE_STRING='rpcsvc-proto 1.3'
+PACKAGE_VERSION='1.3.1'
+PACKAGE_STRING='rpcsvc-proto 1.3.1'
 PACKAGE_BUGREPORT='ku...@thkukuk.de'
 PACKAGE_URL=''
 
@@ -1267,7 +1267,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures rpcsvc-proto 1.3 to adapt to many kinds of systems.
+\`configure' 

commit libtirpc for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libtirpc for openSUSE:Factory 
checked in at 2018-03-01 11:59:44

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


Package is "libtirpc"

Thu Mar  1 11:59:44 2018 rev:47 rq:580532 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/libtirpc/libtirpc.changes2017-12-06 
08:46:57.826520478 +0100
+++ /work/SRC/openSUSE:Factory/.libtirpc.new/libtirpc.changes   2018-03-01 
11:59:49.555296631 +0100
@@ -1,0 +2,10 @@
+Thu Feb 22 15:10:39 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---
+Mon Jan 15 16:59:02 CET 2018 - ku...@suse.de
+
+- Move /usr/include/tirpc to /usr/include
+
+---



Other differences:
--
++ libtirpc.spec ++
--- /var/tmp/diff_new_pack.FAOnL3/_old  2018-03-01 11:59:50.331268635 +0100
+++ /var/tmp/diff_new_pack.FAOnL3/_new  2018-03-01 11:59:50.335268492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libtirpc
 #
-# 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
@@ -119,6 +119,10 @@
 ln -sv /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) 
%{buildroot}%{_libdir}/%{name}.so
 rm -v %{buildroot}/%{_lib}/%{name}.{la,so}
 mv -v %{buildroot}/%{_lib}/pkgconfig %{buildroot}/%{_libdir}
+# Move RPC headers from tirpc subdirectory into main directory,
+# they are now default
+mv -v %{buildroot}%{_includedir}/tirpc/* %{buildroot}%{_includedir}
+rmdir %{buildroot}%{_includedir}/tirpc
 
 %post -n libtirpc3 -p /sbin/ldconfig
 
@@ -126,7 +130,7 @@
 
 %files -n libtirpc3
 %defattr(-,root,root)
-%doc COPYING COPYING.GPLv2
+%license COPYING COPYING.GPLv2
 /%{_lib}/libtirpc.so.3*
 
 %files netconfig
@@ -137,8 +141,7 @@
 %files devel
 %defattr(-,root,root)
 %{_libdir}/libtirpc.so
-%dir /usr/include/tirpc/
-/usr/include/tirpc/*
+/usr/include/*
 /usr/%{_lib}/pkgconfig/*
 %{_mandir}/man3/*
 




commit kbuild for openSUSE:Factory

2018-03-01 Thread root
Hello community,

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

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


Package is "kbuild"

Thu Mar  1 11:59:14 2018 rev:36 rq:578503 version:0.1.9998svn3110

Changes:

--- /work/SRC/openSUSE:Factory/kbuild/kbuild.changes2017-10-25 
17:45:44.280437008 +0200
+++ /work/SRC/openSUSE:Factory/.kbuild.new/kbuild.changes   2018-03-01 
11:59:17.404456554 +0100
@@ -1,0 +2,11 @@
+Tue Feb 20 16:26:24 UTC 2018 - sch...@suse.de
+
+- glob-lstat.patch: Do not assume glibc glob internals
+- glob-interface.patch: Support GLIBC glob interface version 2
+
+---
+Tue Feb 20 10:01:52 UTC 2018 - dmuel...@suse.com
+
+- add use-alloca.patch (bsc#1079838)
+
+---

New:

  glob-interface.patch
  glob-lstat.patch
  use-alloca.patch



Other differences:
--
++ kbuild.spec ++
--- /var/tmp/diff_new_pack.aGJTU0/_old  2018-03-01 11:59:19.640375888 +0100
+++ /var/tmp/diff_new_pack.aGJTU0/_new  2018-03-01 11:59:19.644375743 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kbuild
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 BuildRequires:  libacl-devel
 BuildRequires:  makeinfo
 Summary:Framework for writing simple makefiles for complex tasks
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Building
 %define _svnrev 3110
 Version:0.1.9998svn%{_svnrev}
@@ -42,6 +42,9 @@
 Patch9: ppc64le.patch
 Patch10:aarch64.patch
 Patch11:kbuild-gcc7.patch
+Patch12:use-alloca.patch
+Patch13:glob-lstat.patch
+Patch14:glob-interface.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,6 +72,9 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12
+%patch13 -p1
+%patch14 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++ glob-interface.patch ++
Index: kbuild-0.1.9998svn3110/src/kmk/configure.in
===
--- kbuild-0.1.9998svn3110.orig/src/kmk/configure.in
+++ kbuild-0.1.9998svn3110/src/kmk/configure.in
@@ -360,10 +360,9 @@ AC_CACHE_VAL(make_cv_sys_gnu_glob, [
 #include 
 #include 
 
-#define GLOB_INTERFACE_VERSION 1
 #if !defined _LIBC && defined __GNU_LIBRARY__ && __GNU_LIBRARY__ > 1
 # include 
-# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION
+# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2
gnu glob
 # endif
 #endif
++ glob-lstat.patch ++
>From 193f1e81edd6b1b56b0eb0ff8aa4b41c7b4257b4 Mon Sep 17 00:00:00 2001
From: Paul Eggert 
Date: Sun, 24 Sep 2017 09:12:58 -0400
Subject: [PATCH] glob: Do not assume glibc glob internals.

It has been proposed that glibc glob start using gl_lstat,
which the API allows it to do.  GNU 'make' should not get in
the way of this.  See:
https://sourceware.org/ml/libc-alpha/2017-09/msg00409.html

* dir.c (local_lstat): New function, like local_stat.
(dir_setup_glob): Use it to initialize gl_lstat too, as the API
requires.
---
 dir.c | 29 +++--
 1 file changed, 27 insertions(+), 2 deletions(-)

Index: kbuild-0.1.9998svn3110/src/kmk/dir.c
===
--- kbuild-0.1.9998svn3110.orig/src/kmk/dir.c
+++ kbuild-0.1.9998svn3110/src/kmk/dir.c
@@ -1465,6 +1465,32 @@ static int dir_exists_p (const char *dir
 }
 #endif
 
+/* Similarly for lstat.  */
+#if !defined(lstat) && !defined(WINDOWS32) || defined(VMS)
+# ifndef VMS
+#  ifndef HAVE_SYS_STAT_H
+int lstat (const char *path, struct stat *sbuf);
+#  endif
+# else
+/* We are done with the fake lstat.  Go back to the real lstat */
+#   ifdef lstat
+# undef lstat
+#   endif
+# endif
+# define local_lstat lstat
+#elif defined(WINDOWS32)
+/* Windows doesn't support lstat().  */
+# define local_lstat local_stat
+#else
+static int
+local_lstat (const char *path, struct stat *buf)
+{
+  int e;
+  EINTRLOOP (e, lstat (path, buf));
+  return e;
+}
+#endif
+
 void
 dir_setup_glob (glob_t *gl)
 {
@@ -1472,15 +1498,11 @@ dir_setup_glob (glob_t *gl)
   gl->gl_readdir = read_dirstream;
   gl->gl_closedir = ansi_free;
   gl->gl_stat = local_stat;
-#ifdef __EMX__ /* The FreeBSD implementation actually uses gl_lstat!! */
-  gl->gl_lstat = local_stat;
-#endif
+  

commit libnsl for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package libnsl for openSUSE:Factory checked 
in at 2018-03-01 11:59:21

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


Package is "libnsl"

Thu Mar  1 11:59:21 2018 rev:7 rq:579340 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libnsl/libnsl.changes2017-11-17 
10:35:44.518003844 +0100
+++ /work/SRC/openSUSE:Factory/.libnsl.new/libnsl.changes   2018-03-01 
11:59:24.120214267 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 10:12:14 UTC 2018 - ku...@suse.com
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ libnsl.spec ++
--- /var/tmp/diff_new_pack.teSDJa/_old  2018-03-01 11:59:24.756191322 +0100
+++ /var/tmp/diff_new_pack.teSDJa/_new  2018-03-01 11:59:24.756191322 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnsl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 Version:1.2.0
 Release:0
 Summary:Network Support Library (NIS/NIS+)
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  System/Libraries
-URL:http://github.com/thkukuk/libnsl
+Url:http://github.com/thkukuk/libnsl
 Source: %{name}-%{version}.tar.bz2
 Source1:baselibs.conf
 BuildRequires:  autoconf
@@ -83,7 +83,7 @@
 %postun -n libnsl2 -p /sbin/ldconfig
 
 %files -n libnsl2
-%doc COPYING
+%license COPYING
 %{_libdir}/libnsl.so.2*
 
 %files devel