commit sdcc for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package sdcc for openSUSE:Factory checked in 
at 2018-02-03 15:42:55

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


Package is "sdcc"

Sat Feb  3 15:42:55 2018 rev:12 rq:572217 version:3.6.0

Changes:

--- /work/SRC/openSUSE:Factory/sdcc/sdcc.changes2017-02-07 
12:02:19.459324813 +0100
+++ /work/SRC/openSUSE:Factory/.sdcc.new/sdcc.changes   2018-02-03 
15:42:58.624041376 +0100
@@ -1,0 +2,12 @@
+Sat Feb  3 02:10:45 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Add explicit BuildRequires: for footnote.sty
+- Remove handling of obsolete distribution versions
+- Cleanup spec, remove code necessary for older sdcc versions
+- Drop dvipdfm and latex2html BuildRequires:, these are not really
+  used
+- Add 0001-Doc-Disable-fallback-to-dvipdfm-remove-non-pdftex-ta.patch
+  * do not build dvi file, but use pdflatex to build references (.aux)
+  * use PDF version 1.5 instead of 1.3, reduces sdccman.pdf size by 40%
+
+---

New:

  0001-Doc-Disable-fallback-to-dvipdfm-remove-non-pdftex-ta.patch



Other differences:
--
++ sdcc.spec ++
--- /var/tmp/diff_new_pack.MsxXHw/_old  2018-02-03 15:42:59.444003079 +0100
+++ /var/tmp/diff_new_pack.MsxXHw/_new  2018-02-03 15:42:59.444003079 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sdcc
 #
-# 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,9 +25,10 @@
 Url:http://sdcc.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+Patch0: 0001-Doc-Disable-fallback-to-dvipdfm-remove-non-pdftex-ta.patch
 Patch2: sdcc_enable_additional_target_libs.patch
 BuildRequires:  bison
-%if 0%{?suse_version} > 1325
+%if 0%{?suse_version} >= 1500
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
@@ -43,23 +44,19 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  python-devel
 # documentation
-%if 0%{?suse_version} >= 1220
-BuildRequires:  latex2html
 BuildRequires:  lyx
 BuildRequires:  makeinfo
 BuildRequires:  texlive-babel-english
 %if 0%{?suse_version} > 1320
-BuildRequires:  texlive-xetex-bin
+BuildRequires:  texlive-makeindex-bin
 %endif
-BuildRequires:  texlive-dvipdfmx
+BuildRequires:  texlive-epstopdf
 BuildRequires:  texlive-fancyhdr
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-makeindex
 BuildRequires:  texlive-ulem
-%endif
+BuildRequires:  tex(footnote.sty)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(post): %install_info_prereq
-Requires(preun): %install_info_prereq
 
 %description
 SDCC is a C compiler for 8051 class and similar microcontrollers.
@@ -70,9 +67,7 @@
 %packagedoc
 Summary:Documentation for the SDCC C compiler
 Group:  Documentation/HTML
-%if 0%{?suse_version} >= 1140
 BuildArch:  noarch
-%endif
 
 %descriptiondoc
 SDCC is a C compiler for 8051 class and similar microcontrollers.
@@ -99,9 +94,16 @@
 %prep
 %setup -q
 rm support/regression/tests/bug3304184.c
+# remove non-free libraries, see doc/README.txt: Licenses
+find device/non-free/ \( -iname \*.h -o -iname \*.c -o -iname \*.S \) -delete
+%patch0 -p1
 %patch2 -p1
+sed -i '1 s@.*@#!/usr/bin/python2@' support/scripts/as2gbmap.py
 
 %build
+# Force configure to ignore missing, but unused TeX binaries
+export LATEX2HTML=/usr/bin/true
+export DVIPDFM=/usr/bin/true
 CFLAGS="%{optflags} -fno-strict-aliasing" \
 %configure \
 --docdir=%{_docdir}/sdcc \
@@ -122,29 +124,30 @@
 mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp
 mv %{buildroot}%{_bindir}/*.el %{buildroot}%{_datadir}/emacs/site-lisp
 
-#remove useless file
+# remove useless file
 rm %{buildroot}%{_docdir}/%{name}/INSTALL.txt
 
-#remove strange suff (installed by mistake?)
-rm -rf %{buildroot}%{_includedir}
-rm -rf %{buildroot}%{_libdir}
-
-# remove non-free libraries, see doc/README.txt: Licenses
-rm -rf %{buildroot}%{_datadir}/%{name}/non-free/
+# remove strange stuff (installed by mistake?)
+rm -rf %{buildroot}%{_datadir}/%{name}/lib/src/pic1{4,6}/.checkdevices
+rm -rf %{buildroot}%{_datadir}/%{name}/lib/src/pic1{4,6}/aclocal.m4
+rm -rf %{buildroot}%{_datadir}/%{name}/lib/src/pic1{4,6}/stamp-h1
+rm -rf %{buildroot}%{_datadir}/%{name}/lib/src/pic1{4,6}/libsdcc/.dirstamp
+
+# remove built libraries from source folder
+find %{buildroot}%{_datadir}/%{name}/lib/src/pic16/ -iname \*lib*.a -delete
+find 

commit libqt5-creator for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2018-02-03 15:42:48

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


Package is "libqt5-creator"

Sat Feb  3 15:42:48 2018 rev:49 rq:572202 version:4.5.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2018-01-19 11:50:31.327248941 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2018-02-03 15:42:55.076207081 +0100
@@ -1,0 +2,7 @@
+Sat Feb  3 01:48:05 UTC 2018 - wba...@tmo.at
+
+- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a
+  change to the default compiler flags in openSUSE:Leap:42.3:Update
+  (boo#1077345)
+
+---



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.thd7xE/_old  2018-02-03 15:42:56.208154212 +0100
+++ /var/tmp/diff_new_pack.thd7xE/_new  2018-02-03 15:42:56.208154212 +0100
@@ -44,7 +44,11 @@
 BuildRequires:  libqt5-qtx11extras-devel >= %{qt5_version}
 %if 0%{?suse_version} < 1330
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} <= 120200
 BuildRequires:  gcc6-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
 %endif
 # Enable the clangcodemodel plugin on openSUSE TW, which has LLVM >= 3.9.
 %ifarch %arm %ix86 x86_64
@@ -107,7 +111,11 @@
 makeopts=""
 %if 0%{?suse_version} < 1330
 # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+%if 0%{?sle_version} <= 120200
 makeopts="$makeopts CC=gcc-6 CXX=g++-6"
+%else
+makeopts="$makeopts CC=gcc-7 CXX=g++-7"
+%endif
 %endif
 
 %qmake5 $opts




commit canna-yubin for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package canna-yubin for openSUSE:Factory 
checked in at 2018-02-03 15:42:52

Comparing /work/SRC/openSUSE:Factory/canna-yubin (Old)
 and  /work/SRC/openSUSE:Factory/.canna-yubin.new (New)


Package is "canna-yubin"

Sat Feb  3 15:42:52 2018 rev:23 rq:572210 version:0.3.1.20180131.0

Changes:

--- /work/SRC/openSUSE:Factory/canna-yubin/canna-yubin.changes  2017-05-20 
10:15:24.197132387 +0200
+++ /work/SRC/openSUSE:Factory/.canna-yubin.new/canna-yubin.changes 
2018-02-03 15:42:56.996117410 +0100
@@ -1,0 +2,6 @@
+Sat Feb  3 05:59:24 UTC 2018 - bkbin...@rinku.zaq.ne.jp
+
+- Updated upstream version to 0.3.1.20180131.0:
+  + Updated data to 2018-01-31 ver.
+
+---

Old:

  canna-yubin-0.3.1.20170428.0.tar.xz

New:

  canna-yubin-0.3.1.20180131.0.tar.xz



Other differences:
--
++ canna-yubin.spec ++
--- /var/tmp/diff_new_pack.mjhmAL/_old  2018-02-03 15:42:57.652086772 +0100
+++ /var/tmp/diff_new_pack.mjhmAL/_new  2018-02-03 15:42:57.656086585 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package canna-yubin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Name:   canna-yubin
 BuildRequires:  canna
 PreReq: /usr/sbin/useradd
-Version:0.3.1.20170428.0
+Version:0.3.1.20180131.0
 Release:0
 Url:https://osdn.net/projects/canna-yubin/
 Source0:https://osdn.net/dl/%{name}/%{name}-%{version}.tar.xz

++ canna-yubin-0.3.1.20170428.0.tar.xz -> 
canna-yubin-0.3.1.20180131.0.tar.xz ++
 5137 lines of diff (skipped)




commit openSUSE-release-tools for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-02-03 15:42:42

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


Package is "openSUSE-release-tools"

Sat Feb  3 15:42:42 2018 rev:49 rq:572199 version:20180203.cd1fa5d

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-02-01 21:29:46.811974523 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-02-03 15:42:52.892309082 +0100
@@ -1,0 +2,6 @@
+Sat Feb 03 06:38:49 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180203.cd1fa5d:
+  * CreatePackageDescr: ignore debuginfo.build deps for i-i-debuginfodeps* 
packages
+
+---

Old:

  openSUSE-release-tools-20180201.10fd5ae.obscpio

New:

  openSUSE-release-tools-20180203.cd1fa5d.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.5E5hgE/_old  2018-02-03 15:42:53.544278631 +0100
+++ /var/tmp/diff_new_pack.5E5hgE/_new  2018-02-03 15:42:53.548278444 +0100
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180201.10fd5ae
+Version:    20180203.cd1fa5d
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.5E5hgE/_old  2018-02-03 15:42:53.604275828 +0100
+++ /var/tmp/diff_new_pack.5E5hgE/_new  2018-02-03 15:42:53.604275828 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-93502e851a4b9765af5cde93c7c0568c85b73f9c
+9e653bf29d37c29758462942785e7cde20251ed0
   
 

++ openSUSE-release-tools-20180201.10fd5ae.obscpio -> 
openSUSE-release-tools-20180203.cd1fa5d.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180201.10fd5ae/CreatePackageDescr.pm 
new/openSUSE-release-tools-20180203.cd1fa5d/CreatePackageDescr.pm
--- old/openSUSE-release-tools-20180201.10fd5ae/CreatePackageDescr.pm   
2018-02-01 12:13:51.0 +0100
+++ new/openSUSE-release-tools-20180203.cd1fa5d/CreatePackageDescr.pm   
2018-02-03 07:32:49.0 +0100
@@ -127,10 +127,7 @@
 && $prv eq "/usr/bin/mplayer" );
 next if ( $prv eq "this-is-only-for-build-envs" );
 next
-  if ( $name eq "installation-images-debuginfodeps"
-&& $prv =~ m/debuginfo.build/ );
-next
-  if ( $name eq "installation-images-debuginfodeps-openSUSE"
+  if ( $name =~ "^installation-images-debuginfodeps.*"
 && $prv =~ m/debuginfo.build/ );
 $out .= "$prv\n";
 }

++ openSUSE-release-tools.obsinfo ++
--- /var/tmp/diff_new_pack.5E5hgE/_old  2018-02-03 15:42:54.364240334 +0100
+++ /var/tmp/diff_new_pack.5E5hgE/_new  2018-02-03 15:42:54.364240334 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20180201.10fd5ae
-mtime: 1517483631
-commit: 10fd5ae48269e01202e522765ac95d95ba9a6ad0
+version: 20180203.cd1fa5d
+mtime: 1517639569
+commit: cd1fa5db15f01317f9a1c9893380e17d42122fc0
 




commit c++-gtk-utils for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2018-02-03 15:42:34

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


Package is "c++-gtk-utils"

Sat Feb  3 15:42:34 2018 rev:30 rq:572100 version:2.2.15

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2016-12-01 10:28:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2018-02-03 15:42:36.837058957 +0100
@@ -1,0 +2,10 @@
+Sun Jan  7 23:33:01 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.2.15:
+  + Use streambuffers not streams when testing fdstream and gstream
+with char16_t and char32_t character types.
+  + Update documentation.
+- Pass --docdir to configure to correct the documentation's
+  destination folder.
+
+---

Old:

  c++-gtk-utils-2.2.14.1.tar.gz

New:

  c++-gtk-utils-2.2.15.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.5BDzaY/_old  2018-02-03 15:42:37.729017297 +0100
+++ /var/tmp/diff_new_pack.5BDzaY/_new  2018-02-03 15:42:37.745016550 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package c++-gtk-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define soname 2_2-0
 
 Name:   c++-gtk-utils
-Version:2.2.14.1
+Version:2.2.15
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
@@ -73,13 +73,13 @@
 cp -a configure-gtk2 configure
 cp -a configure-gtk2.ac configure.ac
 %endif
-%configure --disable-static
-make %{?_smp_mflags}
+%configure \
+--disable-static \
+--docdir=%{_docdir}/%{name}
+make %{?_smp_flags}
 
 %install
-%makeinstall
-# Fix docdir as we'll package them as rpm docs
-rm -r %{buildroot}%{_datadir}/doc/%{name}/
+%make_install
 # Clean up
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
@@ -89,14 +89,14 @@
 
 %files -n libcxx-gtk-utils-%{_gtk}-%{soname}
 %defattr(-,root,root,-)
+%doc COPYING NEWS
 %{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so.*
 
 %files -n libcxx-gtk-utils-%{_gtk}-devel
 %defattr(-,root,root,-)
-%doc BUGS ChangeLog COPYING NEWS PORTING-TO-2.2 README
-%doc docs/html/*.html
+%doc ChangeLog
+%doc %{_docdir}/%{name}
 %{_includedir}/c++-gtk-utils-%{_gtk}-2.2/
 %{_libdir}/libcxx-gtk-utils-%{_gtk}-2.2.so
 %{_libdir}/pkgconfig/c++-gtk-utils-%{_gtk}-2.2.pc
-
 %changelog

++ c++-gtk-utils-2.2.14.1.tar.gz -> c++-gtk-utils-2.2.15.tar.gz ++
 56233 lines of diff (skipped)




commit yast2-ftp-server for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package yast2-ftp-server for 
openSUSE:Factory checked in at 2018-02-03 15:42:40

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


Package is "yast2-ftp-server"

Sat Feb  3 15:42:40 2018 rev:55 rq:572171 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ftp-server/yast2-ftp-server.changes
2017-07-12 19:35:34.464006486 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ftp-server.new/yast2-ftp-server.changes   
2018-02-03 15:42:51.972352049 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 19:35:29 UTC 2018 - knut.anders...@suse.com
+
+- SuSEFirewall2 replaced by firewalld (fate#323460)
+- 4.0.0
+
+---

Old:

  yast2-ftp-server-3.3.0.tar.bz2

New:

  yast2-ftp-server-4.0.0.tar.bz2



Other differences:
--
++ yast2-ftp-server.spec ++
--- /var/tmp/diff_new_pack.mEF72t/_old  2018-02-03 15:42:52.568324213 +0100
+++ /var/tmp/diff_new_pack.mEF72t/_new  2018-02-03 15:42:52.572324027 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ftp-server
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,18 @@
 
 
 Name:   yast2-ftp-server
-Version:3.3.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replace by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 Requires:   yast2-inetd
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2
+# SuSEFirewall2 replace by firewalld (fate#323460)
+BuildRequires:  yast2 >= 4.0.39
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)

++ yast2-ftp-server-3.3.0.tar.bz2 -> yast2-ftp-server-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.3.0/README.md 
new/yast2-ftp-server-4.0.0/README.md
--- old/yast2-ftp-server-3.3.0/README.md2017-07-11 09:41:46.309229744 
+0200
+++ new/yast2-ftp-server-4.0.0/README.md2018-02-02 07:49:54.0 
+0100
@@ -2,4 +2,4 @@
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-ftp-server.svg?branch=master)](https://travis-ci.org/yast/yast-ftp-server)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-ftp-server-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-ftp-server-master/)
-
+[![Coverage 
Status](https://img.shields.io/coveralls/yast/yast-ftp-server/master.svg)](https://coveralls.io/github/yast/yast-ftp-server?branch=master)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ftp-server-3.3.0/package/yast2-ftp-server.changes 
new/yast2-ftp-server-4.0.0/package/yast2-ftp-server.changes
--- old/yast2-ftp-server-3.3.0/package/yast2-ftp-server.changes 2017-07-11 
09:41:46.313229744 +0200
+++ new/yast2-ftp-server-4.0.0/package/yast2-ftp-server.changes 2018-02-02 
07:49:54.0 +0100
@@ -1,4 +1,10 @@
 ---
+Mon Jan 29 19:35:29 UTC 2018 - knut.anders...@suse.com
+
+- SuSEFirewall2 replaced by firewalld (fate#323460)
+- 4.0.0
+
+---
 Mon Jul 10 14:20:16 CEST 2017 - sch...@suse.de
 
 - Added missing StartDaemon flag to internal data structure in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ftp-server-3.3.0/package/yast2-ftp-server.spec 
new/yast2-ftp-server-4.0.0/package/yast2-ftp-server.spec
--- old/yast2-ftp-server-3.3.0/package/yast2-ftp-server.spec2017-07-11 
09:41:46.313229744 +0200
+++ new/yast2-ftp-server-4.0.0/package/yast2-ftp-server.spec2018-02-02 
07:49:54.0 +0100
@@ -17,17 +17,18 @@
 
 
 Name:   yast2-ftp-server
-Version:3.3.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# SuSEFirewall2 replace by firewalld (fate#323460)
+Requires:   yast2 >= 4.0.39
 Requires:   yast2-inetd
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2
+# SuSEFirewall2 replace by firewalld (fate#323460)

commit gtk4 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gtk4 for openSUSE:Factory checked in 
at 2018-02-03 15:42:37

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


Package is "gtk4"

Sat Feb  3 15:42:37 2018 rev:10 rq:572146 version:3.93.0

Changes:

--- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes2017-12-31 
01:14:06.467318377 +0100
+++ /work/SRC/openSUSE:Factory/.gtk4.new/gtk4.changes   2018-02-03 
15:42:48.564511215 +0100
@@ -6,0 +7,40 @@
+Wed Dec 27 22:35:20 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.93.0:
+  + GdkScreen has been removed. All screen-related APIs have
+equivalents in GdkDisplay.
+  + GdkVisual has been removed.
+  + GdkDeviceManager has been replaced by GdkSeat.
+  + Clipboard handling has been moved from GTK to GDK, and has been
+modernized to provide an extensible, asynchronous, stream-based
+API.
+  + The GdkCursor API has been modernized.
+  + Settings and window-state changes have been converted from
+events to signals on GdkDisplay and GdkWindow, respectively.
+  + GdkEvent has been converted to an opaque GObject.
+  + The GL renderer in GSK has been substantially completed, and is
+now on par with the Vulkan renderer.
+  + The use of GdkPixbuf in APIs has been reduced, and the
+GskTexture object has been moved to GDK as GdkTexture, to take
+its place.
+  + The handling of icon sizes has been changed.
+  + Bugs fixed: bgo#668590, bgo#773299, bgo#775279, bgo#777072,
+bgo#779009, bgo#779862, bgo#783995, bgo#784314, bgo#785176,
+bgo#785210, bgo#786123, bgo#787089, bgo#787128, bgo#787142,
+bgo#787665, bgo#788841, bgo#788898, bgo#789054, bgo#789134,
+bgo#789149, bgo#789160, bgo#789163, bgo#789198, bgo#789213,
+bgo#789327, bgo#789357, bgo#789678, bgo#789733, bgo#789777,
+bgo#789870, bgo#790029, bgo#790031, bgo#790171, bgo#790201,
+bgo#790287, bgo#790489, bgo#790920, bgo#790963, bgo#791062,
+bgo#791176, bgo#791281, bgo#791363, bgo#791549, bgo#791650,
+bgo#791926, bgo#791927.
+  + Updated translations.
+- Drop gtk4-return-nonvoid.patch: fixed upstream.
+- Add cairo-gobject, gobject-2.0, pangocairo, xrender and
+  graphene-gobject-1.0 pkgconfig modules BuildRequires complying
+  with meson checks. Note that all of these modules were being
+  pulled and used already since the spec file had some depedencies
+  on other modules that come from the same devel package as these
+  ones.
+
+---
@@ -10,11 +50,10 @@
-  + Drop autotools support. Meson 0.42.1 is now required
-  + Implement most of CSS3 font-variant
-  + Add an Emoji chooser to GtkEntry
-  + Add new input hints for Emoji input
-  + Remaining widgets have been ported to GtkSnapshot
-  + GtkLabel and GtkEntry have been ported to use GSK
-  + Add a way for GtkOverlay to blur behind children. This is has a
-demo in gtk4-demo
-  + Add support for native file choosers on older OS X versions
-  + Add support for libcloudproviders in GtkPlacesSidebar
-  + Non-windowed widgets are now allowed to have a size of 0x0
+  + Drop autotools support. Meson 0.42.1 is now required.
+  + Implement most of CSS3 font-variant.
+  + Add an Emoji chooser to GtkEntry.
+  + Add new input hints for Emoji input.
+  + Remaining widgets have been ported to GtkSnapshot.
+  + GtkLabel and GtkEntry have been ported to use GSK.
+  + Add a way for GtkOverlay to blur behind children. This has a
+demo in gtk4-demo.
+  + Add support for libcloudproviders in GtkPlacesSidebar.
+  + Non-windowed widgets are now allowed to have a size of 0x0.
@@ -23,8 +62,9 @@
-_GTK_EDGE_CONSTRAINTS property
-  + Input handling changes
-- GdkEvent has new accessors for fields
-- Traditional event signals (eg ::key-press-event) are now emitted from
-  an event controller
-- Most widgets inside gtk have stopped using traditional event signals
-- GDK_SEAT_CAPABILITY_ALL_POINTING now includes touch events
-  + Scrollbars allow middle-click to jump to a position again
+_GTK_EDGE_CONSTRAINTS property.
+  + Input handling changes:
+- GdkEvent has new accessors for fields;
+- Traditional event signals (eg ::key-press-event) are now
+  emitted from an event controller;
+- Most widgets inside gtk have stopped using traditional event
+  signals;
+- GDK_SEAT_CAPABILITY_ALL_POINTING now includes touch events.
+  + Scrollbars allow middle-click to jump to a position again.
@@ -295 +334,0 @@
-

Old:

  gtk+-3.92.1.tar.xz
  gtk4-return-nonvoid.patch

New:

  gtk+-3.93.0.tar.xz



Other differences:
--
++ gtk4.spec ++
--- /var/tmp/diff_new_pack.BS2a5J/_old  2018-02-03 15:42:49.684458907 

commit gnumeric for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2018-02-03 15:42:26

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


Package is "gnumeric"

Sat Feb  3 15:42:26 2018 rev:109 rq:572071 version:1.12.38

Changes:

--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes2018-01-19 
11:51:47.795644355 +0100
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2018-02-03 
15:42:29.333409423 +0100
@@ -1,0 +2,6 @@
+Wed Jan 24 13:04:08 UTC 2018 - pgaj...@suse.com
+
+- Recommen liberation-fonts instead of liberation2-fonts,
+  liberation2-fonts is dead (bsc#1077375, rh#856239).
+
+---



Other differences:
--
++ gnumeric.spec ++
--- /var/tmp/diff_new_pack.XmYaSY/_old  2018-02-03 15:42:30.425358422 +0100
+++ /var/tmp/diff_new_pack.XmYaSY/_new  2018-02-03 15:42:30.429358236 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnumeric
 #
-# 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
@@ -55,7 +55,7 @@
 Recommends: %{name}-doc
 Recommends: %{name}-lang
 Recommends: ghostscript-fonts-std
-Recommends: liberation2-fonts
+Recommends: liberation-fonts
 # gnumeric uses a ghelp: URI to launch the help application. Let's recommend 
to have an app that can handle it (bnc#719679)
 Recommends: mimehandler(x-scheme-handler/ghelp)
 Provides:   gnumeric2 = %{version}




commit libsigc++3 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libsigc++3 for openSUSE:Factory 
checked in at 2018-02-03 15:42:30

Comparing /work/SRC/openSUSE:Factory/libsigc++3 (Old)
 and  /work/SRC/openSUSE:Factory/.libsigc++3.new (New)


Package is "libsigc++3"

Sat Feb  3 15:42:30 2018 rev:10 rq:572088 version:2.99.10

Changes:

--- /work/SRC/openSUSE:Factory/libsigc++3/libsigc++3.changes2017-08-16 
16:15:27.778650857 +0200
+++ /work/SRC/openSUSE:Factory/.libsigc++3.new/libsigc++3.changes   
2018-02-03 15:42:33.761202618 +0100
@@ -1,0 +2,9 @@
+Thu Jan 11 01:37:44 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.99.10:
+  + slot_base::set_parent(): Create a dummy slot_rep if necessary
+(bgo#167714).
+- Adopt the use of %make_build macro rather than raw make command,
+  following the best practices.
+
+---

Old:

  libsigc++-2.99.9.tar.xz

New:

  libsigc++-2.99.10.tar.xz



Other differences:
--
++ libsigc++3.spec ++
--- /var/tmp/diff_new_pack.VrL3Zh/_old  2018-02-03 15:42:34.321176464 +0100
+++ /var/tmp/diff_new_pack.VrL3Zh/_new  2018-02-03 15:42:34.325176277 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigc++3
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
-Name:   libsigc++3
 %define _name libsigc++
-Version:2.99.9
+
+Name:   libsigc++3
+Version:2.99.10
 Release:0
 Summary:Typesafe Signal Framework for C++
 License:LGPL-3.0+
@@ -71,11 +72,11 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
 
 %check
 export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
@@ -88,18 +89,19 @@
 
 %files -n libsigc-3_0-0
 %defattr (-, root, root)
-%doc COPYING
+%license COPYING
+%doc NEWS README
 %{_libdir}/libsigc-3.0.so.*
 
 %files devel
 %defattr (-, root, root)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog
+%doc %{_datadir}/doc/%{_name}-3.0
 %{_libdir}/libsigc-3.0.so
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/sigc++-3.0
 %{_includedir}/sigc++-3.0/
 %{_datadir}/devhelp/books/%{_name}-3.0
-%doc %{_datadir}/doc/%{_name}-3.0
 # Avoid BuildRequires on devhelp
 %dir %{_datadir}/devhelp
 %dir %{_datadir}/devhelp/books

++ libsigc++-2.99.9.tar.xz -> libsigc++-2.99.10.tar.xz ++
 22117 lines of diff (skipped)




commit perl-Mojo-Pg for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-Pg for openSUSE:Factory 
checked in at 2018-02-03 15:42:23

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


Package is "perl-Mojo-Pg"

Sat Feb  3 15:42:23 2018 rev:11 rq:571366 version:4.08

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojo-Pg/perl-Mojo-Pg.changes
2018-01-26 13:39:08.326305707 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojo-Pg.new/perl-Mojo-Pg.changes   
2018-02-03 15:42:25.601583722 +0100
@@ -1,0 +2,35 @@
+Wed Jan 31 12:44:52 UTC 2018 - co...@suse.com
+
+- updated to 4.08
+   see /usr/share/doc/packages/perl-Mojo-Pg/Changes
+
+  4.08  2018-01-29
+- Improved on_conflict option of insert and insert_p methods in
+  Mojo::Pg::Database with a shortcut for simple conflict targets.
+  
+  4.07  2018-01-28
+- Added support for "JOIN" to select and select_p methods in
+  Mojo::Pg::Database.
+- Added support for field aliases to select and select_p methods in
+  Mojo::Pg::Database.
+- Added support for having option to select and select_p methods in
+  Mojo::Pg::Database.
+- Improved on_conflict option of insert and insert_p methods in
+  Mojo::Pg::Database with shortcuts for "ON CONFLICT DO UPDATE SET" and
+  "ON CONFLICT DO NOTHING".
+- Improved for option of select and select_p methods in Mojo::Pg::Database
+  with a shortcut for "FOR UPDATE".
+  
+  4.06  2018-01-27
+- Added support for on_conflict option to insert and insert_p methods in
+  Mojo::Pg::Database.
+- Updated SQL::Abstract requirement to 1.84.
+- Improved error messages generated by SQL::Abstract::Pg to be compatible 
with
+  SQL::Abstract.
+  
+  4.05  2018-01-26
+- Added support for for, group_by, limit, offset and order_by options to
+  select and select_p methods in Mojo::Pg::Database.
+- Added module SQL::Abstract::Pg.
+
+---

Old:

  Mojo-Pg-4.04.tar.gz

New:

  Mojo-Pg-4.08.tar.gz



Other differences:
--
++ perl-Mojo-Pg.spec ++
--- /var/tmp/diff_new_pack.Moz5JA/_old  2018-02-03 15:42:26.129559063 +0100
+++ /var/tmp/diff_new_pack.Moz5JA/_new  2018-02-03 15:42:26.133558876 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojo-Pg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-Pg
-Version:4.04
+Version:4.08
 Release:0
 %define cpan_name Mojo-Pg
 Summary:Mojolicious ♥ PostgreSQL
@@ -32,10 +32,10 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(DBD::Pg) >= 3.005001
 BuildRequires:  perl(Mojolicious) >= 7.53
-BuildRequires:  perl(SQL::Abstract) >= 1.81
+BuildRequires:  perl(SQL::Abstract) >= 1.85
 Requires:   perl(DBD::Pg) >= 3.005001
 Requires:   perl(Mojolicious) >= 7.53
-Requires:   perl(SQL::Abstract) >= 1.81
+Requires:   perl(SQL::Abstract) >= 1.85
 %{perl_requires}
 
 %description

++ Mojo-Pg-4.04.tar.gz -> Mojo-Pg-4.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-Pg-4.04/Changes new/Mojo-Pg-4.08/Changes
--- old/Mojo-Pg-4.04/Changes2017-12-16 16:24:58.0 +0100
+++ new/Mojo-Pg-4.08/Changes2018-01-29 18:59:30.0 +0100
@@ -1,4 +1,33 @@
 
+4.08  2018-01-29
+  - Improved on_conflict option of insert and insert_p methods in
+Mojo::Pg::Database with a shortcut for simple conflict targets.
+
+4.07  2018-01-28
+  - Added support for "JOIN" to select and select_p methods in
+Mojo::Pg::Database.
+  - Added support for field aliases to select and select_p methods in
+Mojo::Pg::Database.
+  - Added support for having option to select and select_p methods in
+Mojo::Pg::Database.
+  - Improved on_conflict option of insert and insert_p methods in
+Mojo::Pg::Database with shortcuts for "ON CONFLICT DO UPDATE SET" and
+"ON CONFLICT DO NOTHING".
+  - Improved for option of select and select_p methods in Mojo::Pg::Database
+with a shortcut for "FOR UPDATE".
+
+4.06  2018-01-27
+  - Added support for on_conflict option to insert and insert_p methods in
+Mojo::Pg::Database.
+  - Updated SQL::Abstract requirement to 1.84.
+  - Improved error messages generated by SQL::Abstract::Pg to be compatible 
with
+SQL::Abstract.
+
+4.05  2018-01-26
+  - Added support for for, group_by, limit, offset and order_by options to
+select and select_p methods 

commit xkeyboard-config for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package xkeyboard-config for 
openSUSE:Factory checked in at 2018-02-03 15:41:53

Comparing /work/SRC/openSUSE:Factory/xkeyboard-config (Old)
 and  /work/SRC/openSUSE:Factory/.xkeyboard-config.new (New)


Package is "xkeyboard-config"

Sat Feb  3 15:41:53 2018 rev:84 rq:572000 version:2.23.1

Changes:

--- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes
2017-11-23 09:35:07.456851640 +0100
+++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes   
2018-02-03 15:41:54.863019406 +0100
@@ -1,0 +2,29 @@
+Fri Feb  2 11:20:56 UTC 2018 - sndir...@suse.com
+
+- U_Fix-typo-in-Polish-symbols-file.patch
+  * fixes broken polish symbols file (fdo#104904)
+
+---
+Thu Feb  1 13:12:26 UTC 2018 - sndir...@suse.com
+
+- Update to version 2.23.1
+  * Fixing the build 
+
+---
+Wed Jan 31 13:18:45 UTC 2018 - sndir...@suse.com
+
+- Update to version 2.23
+  * Added it(intl), it(scn) and us(scn)
+  * Minor fidvorak adjustment
+  * Typo fixed
+  * Refreshed the default Arabic keyboard layout
+  * more robust comment handling
+  * replace 'ʼ' (0x10002bc) with '՚' (0x100055a) in armenian layout
+  * Add polish layout for use glagolica script
+  * Use default compose key with Finnish keyboard
+  * incomplete Finnish fix patch
+  * Prerelease translation sync
+  * Added International Phonetic Alphabet
+- supersedes U_xkeyboard-config_fix-typo-hungarian.patch
+
+---

Old:

  U_xkeyboard-config_fix-typo-hungarian.patch
  xkeyboard-config-2.22.tar.bz2

New:

  U_Fix-typo-in-Polish-symbols-file.patch
  xkeyboard-config-2.23.1.tar.bz2



Other differences:
--
++ xkeyboard-config.spec ++
--- /var/tmp/diff_new_pack.Y8vVZp/_old  2018-02-03 15:41:55.490990076 +0100
+++ /var/tmp/diff_new_pack.Y8vVZp/_new  2018-02-03 15:41:55.494989889 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xkeyboard-config
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 
 
 Name:   xkeyboard-config
-Version:2.22
+Version:2.23.1
 Release:0
 Summary:The X Keyboard Extension
 License:GPL-2.0+ and LGPL-2.1+ and MIT and CDDL-1.0
 Group:  System/X11/Utilities
 Url:http://www.freedesktop.org/Software/XKeyboardConfig
 Source: 
http://xorg.freedesktop.org/archive/individual/data/%{name}/%{name}-%{version}.tar.bz2
-Patch0: U_xkeyboard-config_fix-typo-hungarian.patch
 Patch100:   n_suse-ctrl-alt-bksp-terminate.patch
 # PATCH-FIX-OPENSUSE disable-2xalt_2xctrl-toggle.diff fdo#4927 -- This is just 
a workaround until fdo#4927 is fixed
 Patch109:   n_disable-2xalt_2xctrl-toggle.diff
+Patch110:   U_Fix-typo-in-Polish-symbols-file.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -53,9 +53,9 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 %patch100 -p1
 %patch109 -p1
+%patch110 -p1
 
 %build
 %configure \

++ U_Fix-typo-in-Polish-symbols-file.patch ++
>From 9a5cecf64ffc427a6a5a7c9a061992c32e5b8a4f Mon Sep 17 00:00:00 2001
From: Gunnar Hjalmarsson 
Date: Thu, 1 Feb 2018 15:37:46 +0100
Subject: [PATCH] Fix typo in Polish symbols file

https://bugs.freedesktop.org/show_bug.cgi?id=104904
---
 symbols/pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/symbols/pl b/symbols/pl
index 52e7959..800cb85 100644
--- a/symbols/pl
+++ b/symbols/pl
@@ -497,7 +497,6 @@ partial alphanumeric_keys
include "sun_vndr/pl(sun_type6)"
 };
 
---
 //Glagolica
 partial alphanumeric_keys
 xkb_symbols "glagolica"
-- 
2.13.6

++ xkeyboard-config-2.22.tar.bz2 -> xkeyboard-config-2.23.1.tar.bz2 ++
 67308 lines of diff (skipped)




commit openmpi2 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package openmpi2 for openSUSE:Factory 
checked in at 2018-02-03 15:41:47

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


Package is "openmpi2"

Sat Feb  3 15:41:47 2018 rev:12 rq:571423 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/openmpi2/openmpi2.changes2018-01-19 
11:49:43.093522792 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi2.new/openmpi2.changes   2018-02-03 
15:41:49.075289730 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 20:12:31 UTC 2018 - e...@suse.com
+
+- Use macro in mpivars.(c)sh to be independent of changes to the module
+  setup for the compiler (boo#1078364).
+
+---



Other differences:
--
++ openmpi2.spec ++
--- /var/tmp/diff_new_pack.JRnYZn/_old  2018-02-03 15:41:50.095242092 +0100
+++ /var/tmp/diff_new_pack.JRnYZn/_new  2018-02-03 15:41:50.099241905 +0100
@@ -529,9 +529,13 @@
 family "MPI"
 EOF
 cat <  %{buildroot}/%{mpi_bindir}/mpivars.sh
-module load %{hpc_compiler_family}/%{hpc_cf_full_version} 
%{hpc_mpi_family}/%{version}
+%hpc_setup_compiler
+module load %{hpc_mpi_family}%{?pack_suff}/%{version}
 EOF
-ln -s mpivars.sh %{buildroot}/%{mpi_bindir}/mpivars.csh
+sed -e "s/export/setenv/" -e "s/=/ /" \
+%{buildroot}/%{mpi_bindir}/mpivars.sh > \
+%{buildroot}/%{mpi_bindir}/mpivars.csh
+mkdir -p %{buildroot}%{_sysconfdir}/rpm
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 




commit openmpi for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2018-02-03 15:41:41

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


Package is "openmpi"

Sat Feb  3 15:41:41 2018 rev:72 rq:571422 version:1.10.7

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi.changes  2018-01-19 
11:49:37.109804889 +0100
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi.changes 2018-02-03 
15:41:43.431553330 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 19:50:52 UTC 2018 - e...@suse.com
+
+- Use macro in mpivars.(c)sh to be independent of changes to the module 
+  setup for the compiler (boo#1078364).
+
+---



Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.kcrQhr/_old  2018-02-03 15:41:44.423506999 +0100
+++ /var/tmp/diff_new_pack.kcrQhr/_new  2018-02-03 15:41:44.427506812 +0100
@@ -499,9 +499,12 @@
 family "MPI"
 EOF
 cat <  %{buildroot}/%{mpi_bindir}/mpivars.sh
-module load %{hpc_compiler_family}/%{hpc_cf_full_version} 
%{hpc_mpi_family}/%{version}
+%hpc_setup_compiler
+module load %{hpc_mpi_family}/%{version}
 EOF
-ln -s mpivars.sh %{buildroot}/%{mpi_bindir}/mpivars.csh
+sed -e "s/export/setenv/" -e "s/=/ /" \
+%{buildroot}/%{mpi_bindir}/mpivars.sh > \
+%{buildroot}/%{mpi_bindir}/mpivars.csh
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
 




commit corosync for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2018-02-03 15:41:04

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


Package is "corosync"

Sat Feb  3 15:41:04 2018 rev:53 rq:571271 version:2.4.3

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2018-01-16 
09:33:30.822559884 +0100
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2018-02-03 
15:41:07.369237681 +0100
@@ -1,0 +2,16 @@
+Wed Jan 31 05:59:06 UTC 2018 - b...@suse.com
+
+- corosync exposes itself for a self-crash under rare circumstance(bsc#1078412)
+Added: 0013-logging-Make-blackbox-configurable.patch
+   0014-logging-Close-before-and-open-blackbox-after-fork.patch
+
+Modified: remove unncessary git commit messages
+   0001-coroapi-Use-size_t-for-private_data_size.patch
+   0002-fix-ifdown-udp.patch
+   0005-do-not-convert-empty-uid-gid-to-0.patch
+   0008-wd-fix-snprintf-warnings.patch
+   0010-qdevice-mv-free-str-after-port-validation.patch
+   0011-libcpg-Fix-issue-with-partial-big-packet-assembly.patch
+   0012-totemudp-u-Drop-truncated-packets-on-receive.patch
+
+---

New:

  0013-logging-Make-blackbox-configurable.patch
  0014-logging-Close-before-and-open-blackbox-after-fork.patch



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.SRqLuH/_old  2018-02-03 15:41:08.541182943 +0100
+++ /var/tmp/diff_new_pack.SRqLuH/_new  2018-02-03 15:41:08.557182196 +0100
@@ -74,6 +74,8 @@
 Patch17:0010-qdevice-mv-free-str-after-port-validation.patch
 Patch18:0011-libcpg-Fix-issue-with-partial-big-packet-assembly.patch
 Patch19:0012-totemudp-u-Drop-truncated-packets-on-receive.patch
+Patch20:0013-logging-Make-blackbox-configurable.patch
+Patch21:0014-logging-Close-before-and-open-blackbox-after-fork.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # openais is indeed gone and should be uninstalled. Yes, we do not
@@ -158,6 +160,8 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
+%patch21 -p1
 
 %build
 %if %{with runautogen}

++ 0001-coroapi-Use-size_t-for-private_data_size.patch ++
--- /var/tmp/diff_new_pack.SRqLuH/_old  2018-02-03 15:41:08.645178086 +0100
+++ /var/tmp/diff_new_pack.SRqLuH/_new  2018-02-03 15:41:08.645178086 +0100
@@ -1,19 +1,3 @@
-From afd97d788494007462b95a237161310af4c6e233 Mon Sep 17 00:00:00 2001
-From: Michael Jones 
-Date: Thu, 25 May 2017 13:29:19 -0500
-Subject: [PATCH 6/6] coroapi: Use size_t for private_data_size
-
-Unsigned int and size_t represent two different concepts.
-
-Same problem was present in ipc_glue.
-
-Signed-off-by: Michael Jones 
-Reviewed-by: Jan Friesse 

- exec/ipc_glue.c| 2 +-
- include/corosync/coroapi.h | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
 diff --git a/exec/ipc_glue.c b/exec/ipc_glue.c
 index d0a25d98..8b34d495 100644
 --- a/exec/ipc_glue.c

++ 0002-fix-ifdown-udp.patch ++
--- /var/tmp/diff_new_pack.SRqLuH/_old  2018-02-03 15:41:08.661177338 +0100
+++ /var/tmp/diff_new_pack.SRqLuH/_new  2018-02-03 15:41:08.661177338 +0100
@@ -1,22 +1,3 @@
-From 790794bc1f654fd1b4c8c2904c8d5c60374b99c1 Mon Sep 17 00:00:00 2001
-From: Jan Friesse 
-Date: Mon, 31 Jul 2017 18:05:18 +0200
-Subject: [PATCH] totemudp: Add local loop support for unicast msgs
-
-This patch intends to solve long time ifdown corosync problem. Idea is
-to use multicast local socket also for sending unicast messages.
-Together with testing what is current bind state it's possible to keep
-pretending existence of old IP address instead of rebinding to localhost
-what breaks a lot things badly.
-
-Heavilly based on Yu, Zou  work. Also big thanks
-to Bin Liu  for testing and bringing some ideas.
-
-Signed-off-by: Jan Friesse 

- exec/totemudp.c | 215 +---
- 1 file changed, 128 insertions(+), 87 deletions(-)
-
 diff --git a/exec/totemudp.c b/exec/totemudp.c
 index 31d05704..47830e4b 100644
 --- a/exec/totemudp.c

++ 0005-do-not-convert-empty-uid-gid-to-0.patch ++
--- /var/tmp/diff_new_pack.SRqLuH/_old  2018-02-03 15:41:08.701175470 +0100
+++ /var/tmp/diff_new_pack.SRqLuH/_new  2018-02-03 15:41:08.701175470 +0100
@@ -1,12 +1,3 @@
-From a7a13690db8fc7508177138265c6930fa11ade3e Mon Sep 17 00:00:00 2001
-From: Bin Liu 
-Date: Tue, 21 Nov 2017 11:03:10 +0800

commit nodejs8 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package nodejs8 for openSUSE:Factory checked 
in at 2018-02-03 15:41:10

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


Package is "nodejs8"

Sat Feb  3 15:41:10 2018 rev:13 rq:571325 version:8.9.4

Changes:

--- /work/SRC/openSUSE:Factory/nodejs8/nodejs8.changes  2018-01-17 
21:59:48.834987869 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs8.new/nodejs8.changes 2018-02-03 
15:41:10.745080006 +0100
@@ -1,0 +2,6 @@
+Tue Jan 30 18:10:06 CET 2018 - r...@suse.de
+
+- even on recent codestreams there is no binutils gold on s390
+  only on s390x
+
+---



Other differences:
--
++ nodejs8.spec ++
--- /var/tmp/diff_new_pack.FJI3zl/_old  2018-02-03 15:41:11.725034235 +0100
+++ /var/tmp/diff_new_pack.FJI3zl/_new  2018-02-03 15:41:11.729034049 +0100
@@ -70,13 +70,17 @@
 %endif # aarch64
 
 # No binutils_gold on all versions of SLE 12 and Leap 42 (s390x).
-%ifarch s390x s390
+%ifarch s390x
 %if 0%{?suse_version} > 1320
 %bcond_without binutils_gold
 %else
 %bcond_withbinutils_gold
 %endif
-%endif # s390x s390
+%endif # s390x
+
+%ifarch s390
+%bcond_withbinutils_gold
+%endif
 
 %ifnarch aarch64 s390x s390
 %bcond_without binutils_gold






commit bluez for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2018-02-03 15:40:31

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


Package is "bluez"

Sat Feb  3 15:40:31 2018 rev:152 rq:572111 version:5.48

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2018-01-16 
09:39:40.581255774 +0100
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2018-02-03 
15:40:33.514818920 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 16:05:52 UTC 2018 - norm...@linux.vnet.ibm.com
+
+- Add disable_some_obex_tests.patch bypass boo#1078285 for PowerPC
+
+---

New:

  disable_some_obex_tests.patch



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.5kKl0I/_old  2018-02-03 15:40:34.778759885 +0100
+++ /var/tmp/diff_new_pack.5kKl0I/_new  2018-02-03 15:40:34.782759698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluez
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -36,6 +36,8 @@
 Patch4: bluez-5.45-disable-broken-tests.diff
 # PATCH-FIX-UPSTREAM: obexd not compiled with -fpie -- seife+...@b1-systems.com
 Patch5: 0001-obexd-use-AM_LDFLAGS-for-linking.patch
+# disable tests for bypass boo#1078285
+Patch6: disable_some_obex_tests.patch
 BuildRequires:  automake
 BuildRequires:  flex
 BuildRequires:  libtool
@@ -140,6 +142,9 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%ifarch ppc ppc64 ppc64le
+%patch6 -p1
+%endif
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/
 # FIXME: Change the dbus service to be a real service, not systemd launched

++ disable_some_obex_tests.patch ++
From: Michel Normand 
Subject: disable some obex tests
Date: Tue, 30 Jan 2018 17:01:45 +0100

disable some obex tests as transient failures
reported by bug
https://bugzilla.suse.com/show_bug.cgi?id=1078285

Signed-off-by: Michel Normand 
---
 Makefile.am |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: bluez-5.48/Makefile.am
===
--- bluez-5.48.orig/Makefile.am
+++ bluez-5.48/Makefile.am
@@ -363,8 +363,8 @@ unit_test_gdbus_client_SOURCES = unit/te
 unit_test_gdbus_client_LDADD = gdbus/libgdbus-internal.la \
src/libshared-glib.la @GLIB_LIBS@ @DBUS_LIBS@
 
-unit_tests += unit/test-gobex-header unit/test-gobex-packet unit/test-gobex \
-   unit/test-gobex-transfer unit/test-gobex-apparam
+unit_tests += unit/test-gobex-header unit/test-gobex-packet \
+   unit/test-gobex-apparam
 
 unit_test_gobex_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
unit/test-gobex.c



commit systemtap for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2018-02-03 15:40:43

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


Package is "systemtap"

Sat Feb  3 15:40:43 2018 rev:98 rq:572162 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2017-11-23 
09:36:18.742250740 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes
2018-02-03 15:40:44.558303110 +0100
@@ -1,0 +2,5 @@
+Fri Feb  2 23:31:59 UTC 2018 - to...@suse.com
+
+- Fix python3 build failures
+
+---



Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.3v4B50/_old  2018-02-03 15:40:45.622253416 +0100
+++ /var/tmp/diff_new_pack.3v4B50/_new  2018-02-03 15:40:45.622253416 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemtap-docs
 #
-# 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 @@
 Patch1: systemtap-docdir-fix.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 # for documents
 BuildRequires:  fop
 BuildRequires:  gcc-c++
@@ -64,7 +66,7 @@
 find testsuite examples -name "*.stp" | xargs -n1 sed -i -e 's, /bin/env, 
%{_bindir}/env,'
 find testsuite examples -type f | xargs chmod 644
 autoreconf -fi
-%configure --docdir=%{_docdir}/systemtap --disable-nls
+%configure --docdir=%{_docdir}/systemtap --disable-nls --with-python3 
 make %{?_smp_mflags}
 
 %install
@@ -73,6 +75,7 @@
 cp README AUTHORS NEWS %{buildroot}%{_docdir}/systemtap/
 # remove binaries and runtime stuff
 rm -rf %{buildroot}%{_bindir}
+rm -rf %{buildroot}%{_libdir}
 rm -rf %{buildroot}%{_libexecdir}
 rm -rf %{buildroot}%{_datadir}/systemtap
 rm -rf %{buildroot}%{_includedir}

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.3v4B50/_old  2018-02-03 15:40:45.666251361 +0100
+++ /var/tmp/diff_new_pack.3v4B50/_new  2018-02-03 15:40:45.674250987 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemtap
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed






commit gc for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gc for openSUSE:Factory checked in 
at 2018-02-03 15:41:29

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


Package is "gc"

Sat Feb  3 15:41:29 2018 rev:34 rq:571365 version:7.6.4

Changes:

--- /work/SRC/openSUSE:Factory/gc/gc.changes2016-02-16 09:26:52.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gc.new/gc.changes   2018-02-03 
15:41:31.076130409 +0100
@@ -1,0 +2,13 @@
+Tue Jan 30 00:23:41 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 7.6.4
+  * Also enable the TSX workaround for i386 (Linux)
+  * Relax mark_mutex attribute needed to disable elision (Linux/x64)
+  * Process all PT_LOAD segments before PT_GNU_RELRO segments (Glibc)
+  * Add API function to calculate total memory in use by all GC blocks
+  * Add API function to set/modify GC log file descriptor (Unix)
+  * Add alt-stack registration support
+  * Implement the finalization extension API
+  * Implement thread suspend/resume API (Linux threads only)
+
+---

Old:

  gc-7.4.2.tar.gz

New:

  gc-7.6.4.tar.gz



Other differences:
--
++ gc.spec ++
--- /var/tmp/diff_new_pack.W6QEEl/_old  2018-02-03 15:41:31.788097155 +0100
+++ /var/tmp/diff_new_pack.W6QEEl/_new  2018-02-03 15:41:31.792096969 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gc
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gc
-Version:7.4.2
+Version:7.6.4
 Release:0
 Summary:A garbage collector for C and C++
 License:BSD-3-Clause
@@ -43,8 +43,8 @@
 
 %package -n libgc1
 Summary:A garbage collector for C and C++
-Group:  System/Libraries
 # bug437293
+Group:  System/Libraries
 %ifarch ppc64
 Obsoletes:  boehm-gc-64bit
 %endif
@@ -83,10 +83,9 @@
 
 # see bugzilla.redhat.com/689877
 CPPFLAGS="-DUSE_GET_STACKBASE_FOR_MAIN"; export CPPFLAGS
-CXXFLAGS="$RPM_OPT_FLAGS -std=gnu++98"; export CXXFLAGS
+CXXFLAGS="%optflags -std=gnu++98"; export CXXFLAGS
 
-%configure --disable-static \
---with-pic \
+%configure --disable-static --docdir="%_docdir/%name" \
 --with-gnu-ld  \
 --enable-cplusplus \
 --enable-large-config   \
@@ -100,6 +99,7 @@
 %install
 %make_install
 rm -Rf "%buildroot/%_datadir/gc" "%buildroot/%_libdir"/*.la
+rm -f "%buildroot/%_docdir/%name"/README.{Mac,OS2,win32}
 
 %check
 %if !0%{?qemu_user_space_build}
@@ -112,13 +112,12 @@
 
 %files -n libgc1
 %defattr(-, root, root)
-%doc README.QUICK doc/README.*
 %_libdir/libcord.so.1*
 %_libdir/libgc*.so.1*
 
 %files devel
 %defattr(-, root, root)
-%doc doc/[a-z]*
+%_docdir/%name/
 %_libdir/libcord.so
 %_libdir/libgc*.so
 %_libdir/pkgconfig/bdw-gc.pc

++ gc-7.4.2.tar.gz -> gc-7.6.4.tar.gz ++
 34924 lines of diff (skipped)




commit vim for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2018-02-03 15:41:23

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


Package is "vim"

Sat Feb  3 15:41:23 2018 rev:203 rq:571350 version:8.0.1442

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-01-25 12:36:03.919199114 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2018-02-03 
15:41:24.996414372 +0100
@@ -1,0 +2,20 @@
+Wed Jan 31 10:49:07 UTC 2018 - idon...@suse.com
+
+- Updated to revision 1442, fixes the following problems
+  * Crash when calling term_start() with empty argument.
+  * Crash when term_start() fails.
+  * MS-Windows: vimtutor fails if %TMP% has special chars.
+  * After ":copen" can't get the window-ID of the quickfix
+window. (FalacerSelene)
+  * Illegal memory access after undo. (Dominique Pelle)
+  * GTK: :promtfind does not put focus on text input. (Adam Novak)
+  * Memory leak in test_arabic.
+  * Not enough information about what Python version may work.
+  * Pkg-config doesn't work with cross compiling.
+  * Filetype detection test not updated for change.
+  * If cscope fails a search Vim may hang.
+  * Terminal window: some vterm responses are delayed.
+  * Using ":undo 0" leaves undo in wrong state.
+  * Using pointer before it is set. 
+
+---

Old:

  vim-8.0.1428.tar.gz

New:

  vim-8.0.1442.tar.gz



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.d8xvwW/_old  2018-02-03 15:41:26.424347678 +0100
+++ /var/tmp/diff_new_pack.d8xvwW/_new  2018-02-03 15:41:26.424347678 +0100
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.0
-%define patchlevel  1428
+%define patchlevel  1442
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim80
 %define site_runtimepath %{_datadir}/vim/site


++ vim-8.0.1428.tar.gz -> vim-8.0.1442.tar.gz ++
/work/SRC/openSUSE:Factory/vim/vim-8.0.1428.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/vim-8.0.1442.tar.gz differ: char 13, line 1




commit AppStream for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package AppStream for openSUSE:Factory 
checked in at 2018-02-03 15:40:26

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


Package is "AppStream"

Sat Feb  3 15:40:26 2018 rev:8 rq:572099 version:0.11.8

Changes:

--- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes  2017-07-07 
10:15:53.635692501 +0200
+++ /work/SRC/openSUSE:Factory/.AppStream.new/AppStream.changes 2018-02-03 
15:40:27.083119326 +0100
@@ -1,0 +2,133 @@
+Mon Jan 29 15:38:08 UTC 2018 - alarr...@suse.com
+
+- Now the appstream cache is refreshed in %post. The update to 0.11.8
+  plus the refresh fixes kde#389531.
+
+- Headers are now installed to /usr/include/appstream instead of 
+  /usr/inlude/AppStream
+
+- New package AppStream-doc with the html documentation for AppStream
+
+- Use meson to build instead of cmake
+
+- Update to version 0.11.8:
+
+  Features:
+   * validator: Emit a hint in case a discouraged AppStream ID style is used 
(Matthias Klumpp)
+   * l10n: Renamed Norwegian Bokmål language file (Matthias Klumpp)
+
+  Specification:
+   * docs: Add quickstart instructions for intltool (David Steele)
+   * spec: Discourage use of hyphens and digit-started segments for IDs 
(Matthias Klumpp)
+
+  Bugfixes:
+   * qt: Export the AppStreamQt target (Aleix Pol)
+   * Various string improvements (Allan Nordhøy)
+   * validator: Don't make HEAD requests for URL checks, fetch first byte 
instead (Matthias Klumpp)
+   * Enforce a non-broken version of gobject-introspection (Matthias Klumpp)
+   * Ensure LINGUAS update is only run explicitly (Matthias Klumpp)
+   * Fix a minor memory and fd leak (Matthias Klumpp)
+
+- Update to version 0.11.7:
+
+  Notes:
+   * The appstreamcli validation commands now use curl if it is available to 
check all
+ URLs in the metadata for existence.
+ If you don't want this behavior, pass "--nonet" to appstreamcli. There 
might also
+ be false positives (one is known with the KDE bugtracker) that need to be 
investigated,
+ so feedback on this new feature is welcome.
+  
+  Features:
+   * validator: Check all urls for validity (Matthias Klumpp)
+   * validator: Check web-application components for missing tags (Matthias 
Klumpp)
+   * Add API to retrieve the AppStream library version (Matthias Klumpp)
+   * apt: Allow fetching 128x128@2 HiDPI icons (Rico Tzschichholz)
+  
+  Specification:
+   * Add the "url" launchable type (Dimitrios Christidis)
+   * spec: Clarify some icon details in the collection data (Marius Vollmer)
+   * spec: Allow  tags in generic components (Marius Vollmer)
+   * spec: Specify the web-application component type (Matthias Klumpp)
+  
+  Bugfixes:
+   * Fix endless loop when validating screenshots (Matthias Klumpp)
+   * ascli: Show a list of component-types when --help is passed to 
new-template (Matthias Klumpp)
+   * validator: Drop the wget fallback, making missing curl only an info 
(Matthias Klumpp)
+   * meson: Properly define header-file in gir (Rico Tzschichholz)
+
+- Update to version 0.11.6:
+
+  Features:
+   * Improve screenshot validation (Matthias Klumpp)
+   * Allow to disable introspection (Matthias Klumpp)
+  
+  Bugfixes:
+   * Revert back to the old build option names (Matthias Klumpp)
+   * Apply maintainer flags equally to C++ and C (Matthias Klumpp)
+   * Explicitly set C/C++ standard versions (Matthias Klumpp)
+   * vapi: Include the right header (Matthias Klumpp)
+   * xml: Correctly write screenshots tag again (Matthias Klumpp)
+   * Do not cache a screenshot that doesn't have images (Matthias Klumpp)
+   * xml: Support legacy screenshot tags again (Matthias Klumpp)
+  
+- Update to version 0.11.5:
+
+  Features:
+   * Restructure build feature flags (Matthias Klumpp)
+   * Allow disabling API documentation build (Matthias Klumpp)
+  
+  Bugfixes:
+   * qt: Don't check bitness when finding AppStreamQt (Matthias Klumpp)
+  
+- Update to version 0.11.4:
+
+  Notes:
+   * This release switches the build system from CMake to Meson. You will need
+ Meson (>= 0.42) in order to build AppStream. Please test for any 
regressions.
+  
+  Features:
+   * Implement Meson support (Matthias Klumpp)
+   * meson: Make build with sanitizers (partially) work again (Matthias Klumpp)
+   * meson: Add helper script for building documentation (Matthias Klumpp)
+   * docs: Always rebuild documentation on-demand (Matthias Klumpp)
+   * Update README for Meson (Matthias Klumpp)
+   * Implement cockpit-manifest launchable type (Matthias Klumpp)
+   * validator: Actually validate the type property of "launchable" tags 
(Matthias Klumpp)
+   * Allow to search the pool for components that provide a launchable 
(Matthias Klumpp)
+   * qt: Add new function to search components by launchable 

commit libpng12 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libpng12 for openSUSE:Factory 
checked in at 2018-02-03 15:41:17

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


Package is "libpng12"

Sat Feb  3 15:41:17 2018 rev:36 rq:571332 version:1.2.57

Changes:

--- /work/SRC/openSUSE:Factory/libpng12/libpng12.changes2017-01-10 
10:37:23.490856160 +0100
+++ /work/SRC/openSUSE:Factory/.libpng12.new/libpng12.changes   2018-02-03 
15:41:19.304680214 +0100
@@ -1,0 +2,10 @@
+Wed Jan 31 10:00:41 UTC 2018 - pgaj...@suse.com
+
+- check with -j1, be explicit
+
+---
+Tue Jan 30 21:58:19 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group and grammar issues.
+
+---



Other differences:
--
++ libpng12.spec ++
--- /var/tmp/diff_new_pack.C4ZcOW/_old  2018-02-03 15:41:19.864654060 +0100
+++ /var/tmp/diff_new_pack.C4ZcOW/_new  2018-02-03 15:41:19.868653873 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpng12
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 Release:0
 Summary:Library for the Portable Network Graphics Format (PNG)
 License:Zlib
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Source: 
http://downloads.sourceforge.net/project/libpng/%{name}/%{version}/libpng-%{version}.tar.xz
 Source2:baselibs.conf
 Patch0: libpng-1.2.51-CVE-2013-7353.patch
@@ -53,7 +53,7 @@
 Provides:   libpng = %{version}-%{release}
 
 %package devel
-Summary:Development Tools for applications which will use the Libpng
+Summary:Development tools for applications which will use libpng
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   glibc-devel
@@ -67,7 +67,7 @@
 #
 
 %package compat-devel
-Summary:Development Tools for applications which will use the Libpng
+Summary:Development tools for applications which will use libpng
 Group:  Development/Libraries/C and C++
 Requires:   libpng%{branch}-devel = %{version}
 Provides:   libpng-devel = %{version}
@@ -112,7 +112,7 @@
 make %{?_smp_mflags}
 
 %check
-make check
+make -j1 check
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT 




commit Mesa for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2018-02-03 15:40:37

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


Package is "Mesa"

Sat Feb  3 15:40:37 2018 rev:313 rq:572112 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes2018-01-30 
15:39:17.164940091 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa-drivers.changes   2018-02-03 
15:40:38.686577362 +0100
@@ -1,0 +2,21 @@
+Fri Feb  2 13:52:41 UTC 2018 - sndir...@suse.com
+
+- Update to 18.0.0-rc3
+  * includes significant improvements for OpenGL and Vulkan support
+and performance.
+- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
+
+---
+Wed Jan 31 14:58:07 UTC 2018 - m...@suse.com
+
+- Remove dependency on clang-devel-static. (bnc#1065464)
+  * It was removed, clang-devel now again provides everything
+necessary as shared libraries.
+
+---
+Tue Jan 30 14:42:52 UTC 2018 - m...@suse.com
+
+- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
+  mirrors the requirement of the normal packages. (bnc#1078261)
+
+---
Mesa.changes: same change

Old:

  U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
  mesa-17.3.3.tar.xz
  mesa-17.3.3.tar.xz.sig

New:

  mesa-18.0.0-rc3.tar.xz
  mesa-18.0.0-rc3.tar.xz.sig



Other differences:
--
++ Mesa-drivers.spec ++
--- /var/tmp/diff_new_pack.FE4EBF/_old  2018-02-03 15:40:40.326500765 +0100
+++ /var/tmp/diff_new_pack.FE4EBF/_new  2018-02-03 15:40:40.326500765 +0100
@@ -43,7 +43,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 17.3.3
+%define _version 18.0.0-rc3
 %define with_opencl 0
 %define with_vulkan 0
 %define with_llvm 0
@@ -108,7 +108,7 @@
 %endif
 
 Name:   Mesa-drivers
-Version:17.3.3
+Version:18.0.0
 Release:0
 Summary:System for rendering 3-D graphics
 License:MIT
@@ -141,7 +141,6 @@
 Patch32:archlinux_glvnd-fix-gl-dot-pc.patch
 # Upstream
 Patch43:u_mesa-python3-only.patch
-Patch44:U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
 Patch45:n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch
 
 BuildRequires:  autoconf >= 2.60
@@ -228,7 +227,6 @@
 
 %if 0%{with_opencl}
 BuildRequires:  clang-devel
-BuildRequires:  clang-devel-static
 BuildRequires:  libclc
 %endif
 
@@ -751,7 +749,6 @@
 %endif
 
 %patch43 -p1
-%patch44 -p1
 %patch45 -p1
 
 # Remove requires to libglvnd/libglvnd-devel from baselibs.conf when

Mesa.spec: same change

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.FE4EBF/_old  2018-02-03 15:40:40.586488622 +0100
+++ /var/tmp/diff_new_pack.FE4EBF/_new  2018-02-03 15:40:40.590488435 +0100
@@ -9,6 +9,9 @@
provides "Mesa-libIndirectGL1- = "
obsoletes "Mesa-libIndirectGL1- < "
requires "libglvnd- >= 0.1.0"
+   requires "Mesa-dri- = "
+   requires "Mesa-gallium- = "
+
 Mesa-devel
#We need Mesa-!, do not put requires -Mesa-.
requires "Mesa- = "




commit libzypp for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2018-02-03 15:40:10

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


Package is "libzypp"

Sat Feb  3 15:40:10 2018 rev:395 rq:572058 version:17.1.2

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2018-01-19 
11:45:55.216267607 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2018-02-03 
15:40:11.987824386 +0100
@@ -1,0 +2,7 @@
+Fri Feb  2 16:07:08 CET 2018 - m...@suse.de
+
+- Fix crash when installing broken rpm packages (bsc#1078284)
+- Testcase: Minor fix writing update testcases
+- version 17.1.2 (0)
+
+---

Old:

  libzypp-17.1.1.tar.bz2

New:

  libzypp-17.1.2.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.GNwsH1/_old  2018-02-03 15:40:13.003776934 +0100
+++ /var/tmp/diff_new_pack.GNwsH1/_new  2018-02-03 15:40:13.019776187 +0100
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:17.1.1
+Version:17.1.2
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-17.1.1.tar.bz2 -> libzypp-17.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.1.1/VERSION.cmake 
new/libzypp-17.1.2/VERSION.cmake
--- old/libzypp-17.1.1/VERSION.cmake2018-01-15 17:04:28.0 +0100
+++ new/libzypp-17.1.2/VERSION.cmake2018-02-02 16:09:57.0 +0100
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "17")
 SET(LIBZYPP_COMPATMINOR "0")
 SET(LIBZYPP_MINOR "1")
-SET(LIBZYPP_PATCH "1")
+SET(LIBZYPP_PATCH "2")
 #
-# LAST RELEASED: 17.1.1 (0)
+# LAST RELEASED: 17.1.2 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.1.1/package/libzypp.changes 
new/libzypp-17.1.2/package/libzypp.changes
--- old/libzypp-17.1.1/package/libzypp.changes  2018-01-15 17:04:28.0 
+0100
+++ new/libzypp-17.1.2/package/libzypp.changes  2018-02-02 16:09:57.0 
+0100
@@ -1,4 +1,11 @@
 ---
+Fri Feb  2 16:07:08 CET 2018 - m...@suse.de
+
+- Fix crash when installing broken rpm packages (bsc#1078284)
+- Testcase: Minor fix writing update testcases
+- version 17.1.2 (0)
+
+---
 Mon Jan 15 17:01:33 CET 2018 - m...@suse.de
 
 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-17.1.1/po/ar.po new/libzypp-17.1.2/po/ar.po
--- old/libzypp-17.1.1/po/ar.po 2017-12-18 08:16:09.0 +0100
+++ new/libzypp-17.1.2/po/ar.po 2018-01-30 23:01:07.0 +0100
@@ -13,8 +13,8 @@
 "Project-Id-Version: YaST (@memory@)\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2017-12-01 07:26+0100\n"
-"PO-Revision-Date: 2017-12-18 07:15+\n"
-"Last-Translator: mohammad alhargan \n"
+"PO-Revision-Date: 2018-01-30 22:00+\n"
+"Last-Translator: George Yacoub \n"
 "Language-Team: Arabic "
 "\n"
 "Language: ar\n"
@@ -23,7 +23,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Weblate 2.17.1\n"
+"X-Generator: Weblate 2.18\n"
 "X-Language-English: Arabic\n"
 "X-Language-Local: Arabic*\n"
 
@@ -729,7 +729,7 @@
 #. :MCO:492:
 #: zypp/CountryCode.cc:295
 msgid "Moldova"
-msgstr "مولدافا"
+msgstr "مولدوفا"
 
 #. :MDA:498:
 #: zypp/CountryCode.cc:296
@@ -1285,7 +1285,7 @@
 
 #: zypp/Dep.cc:99
 msgid "Conflicts"
-msgstr "يتعارض"
+msgstr "تعارضات"
 
 #: zypp/Dep.cc:100
 msgid "Obsoletes"
@@ -1310,7 +1310,7 @@
 #: zypp/ExternalProgram.cc:261
 #, c-format, boost-format
 msgid "Can't open pty (%s)."
-msgstr "تعذر فتح pty (%s)."
+msgstr "تعذر فتح pty (‏%s)."
 
 #: zypp/ExternalProgram.cc:272
 #, c-format, boost-format
@@ -1320,17 +1320,19 @@
 #: zypp/ExternalProgram.cc:353
 #, c-format, boost-format
 msgid "Can't chroot to '%s' (%s)."
-msgstr "لا يمكن إجراء chroot لتغيير الدليل الجذر إلى '%s' (%s)."
+msgstr "لا يمكن تغيير الجذر الافتراضي إلى '%s' (‏%s)."
 
 #: zypp/ExternalProgram.cc:363
 #, c-format, boost-format
 msgid "Can't chdir to '%s' inside chroot '%s' (%s)."
-msgstr "لا يمكن إجراء chdir إلى '%s' داخل chroot تغيير الدليل 

commit libmd for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libmd for openSUSE:Factory checked 
in at 2018-02-03 15:40:21

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


Package is "libmd"

Sat Feb  3 15:40:21 2018 rev:3 rq:572060 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/libmd/libmd.changes  2016-07-27 
16:12:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmd.new/libmd.changes 2018-02-03 
15:40:22.867316234 +0100
@@ -1,0 +2,17 @@
+Fri Feb  2 13:36:21 UTC 2018 - mplus...@suse.com
+
+- Update to version 1.0.0:
+  * build: Drop GCC specific compiler flag -include
+  * build: Detect version script linker support at configure time
+  * build: Use an export symbols file if there is no version script
+support
+  * build: Do not override the default DEPENDENCIES for libmd
+  * Stop using non-portable 
+  * Remove unused __RCSID macro usage
+  * Remove unused NEWS file
+  * Stop using non-portable 
+  * build: Add -no-undefined libtool flag
+  * build: Stop checking for malloc() and memset()
+  * build: Switch to AC_C_BIGENDIAN defining WORD_BIGENDIAN
+
+---

Old:

  libmd-0.0.0.tar.xz
  libmd-0.0.0.tar.xz.asc

New:

  libmd-1.0.0.tar.xz
  libmd-1.0.0.tar.xz.asc



Other differences:
--
++ libmd.spec ++
--- /var/tmp/diff_new_pack.eCKvkd/_old  2018-02-03 15:40:23.927266728 +0100
+++ /var/tmp/diff_new_pack.eCKvkd/_new  2018-02-03 15:40:23.931266541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,16 @@
 
 %define sover0
 Name:   libmd
-Version:0.0.0
+Version:1.0.0
 Release:0
 Summary:Message digest functions from BSD systems
-License:BSD-2-Clause or BSD-3-Clause or ISC or SUSE-Public-Domain
+License:BSD-2-Clause OR BSD-3-Clause OR ISC OR SUSE-Public-Domain
 Group:  Development/Languages/C and C++
-Url:https://www.hadrons.org/software/libmd/
+URL:https://www.hadrons.org/software/libmd/
 Source0:
https://archive.hadrons.org/software/libmd/libmd-%{version}.tar.xz
 Source1:
https://archive.hadrons.org/software/libmd/libmd-%{version}.tar.xz.asc
 Source2:%{name}.keyring
 BuildRequires:  pkgconfig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The libmd library provides a few message digest ("hash") functions, as
@@ -78,12 +77,10 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
 %doc COPYING
 %{_libdir}/%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %doc ChangeLog COPYING README
 %{_includedir}/*
 %{_libdir}/%{name}.so

++ libmd-0.0.0.tar.xz -> libmd-1.0.0.tar.xz ++
 3099 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmd-0.0.0/.dist-version new/libmd-1.0.0/.dist-version
--- old/libmd-0.0.0/.dist-version   2016-02-10 17:23:24.0 +0100
+++ new/libmd-1.0.0/.dist-version   2018-01-13 23:03:14.0 +0100
@@ -1 +1 @@
-0.0.0
+1.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libmd-0.0.0/ChangeLog new/libmd-1.0.0/ChangeLog
--- old/libmd-0.0.0/ChangeLog   2016-02-10 17:23:24.0 +0100
+++ new/libmd-1.0.0/ChangeLog   2018-01-13 23:03:14.0 +0100
@@ -1,3 +1,209 @@
+commit c657abc165177183f453437e578832d146103d61
+Author: Guillem Jover 
+Date:   Sat Jan 13 16:29:02 2018 +0100
+
+Release libmd 1.0.0
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 397964a117b7e17fc1abf336f2719ba932fb3a67
+Author: Guillem Jover 
+Date:   Sat Jan 13 16:32:33 2018 +0100
+
+Remove unused NEWS file
+
+ NEWS | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit cc6881c6d7be37279090d5fccb60bcb27bef918e
+Author: Guillem Jover 
+Date:   Mon Jun 5 

commit gnome-documents for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-documents for openSUSE:Factory 
checked in at 2018-02-03 15:39:36

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


Package is "gnome-documents"

Sat Feb  3 15:39:36 2018 rev:54 rq:572092 version:3.26.2

Changes:

--- /work/SRC/openSUSE:Factory/gnome-documents/gnome-documents.changes  
2017-10-06 10:59:56.489179164 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-documents.new/gnome-documents.changes 
2018-02-03 15:39:37.869417974 +0100
@@ -1,0 +2,9 @@
+Fri Feb  2 10:36:38 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.2:
+  + Use 'var' for symbols that are exported.
+  + Use the standard dialect of String.prototype.replace.
+  + Explicitly specify the Gepub API version.
+  + Updated translations.
+
+---

Old:

  gnome-documents-3.26.1.tar.xz

New:

  gnome-documents-3.26.2.tar.xz



Other differences:
--
++ gnome-documents.spec ++
--- /var/tmp/diff_new_pack.Lfcc1O/_old  2018-02-03 15:39:38.449390884 +0100
+++ /var/tmp/diff_new_pack.Lfcc1O/_new  2018-02-03 15:39:38.453390697 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-documents
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-documents
-Version:3.26.1
+Version:3.26.2
 Release:0
 Summary:Document Manager for GNOME
 License:GPL-2.0+

++ gnome-documents-3.26.1.tar.xz -> gnome-documents-3.26.2.tar.xz ++
 5243 lines of diff (skipped)




commit gegl-unstable for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gegl-unstable for openSUSE:Factory 
checked in at 2018-02-03 15:39:46

Comparing /work/SRC/openSUSE:Factory/gegl-unstable (Old)
 and  /work/SRC/openSUSE:Factory/.gegl-unstable.new (New)


Package is "gegl-unstable"

Sat Feb  3 15:39:46 2018 rev:15 rq:572145 version:0.3.28

Changes:

--- /work/SRC/openSUSE:Factory/gegl-unstable/gegl-unstable.changes  
2018-01-09 14:36:08.239790855 +0100
+++ /work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-unstable.changes 
2018-02-03 15:39:48.388926632 +0100
@@ -1,0 +2,27 @@
+Fri Jan 26 18:26:31 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 0.3.28:
+  + Core: A new GeglStats object, which provides realtime
+statistics/profiling for use in UIs. Automatically
+copy-on-write clone input buffers for auto-threading of
+operations.
+  + Buffer:
+- Many significant optimizations as well as a correctness
+  improvement, mipmap scaling and rendering is now done
+  correctly in linear space, thus GIMP will not only produce
+  the right results but also avoid gamma errors in thumbnails
+  and viewport.
+- Among the signifcant performance boosters are per
+  buffer-instance tile queues, adaptive sampler pre-fetch
+  caching and dedicated code paths for fetching columns of
+  pixels. Along with many multi-threadedness improvements due
+  to more significant testing.
+  + Operations:
+- Mipmap tuning and performance improvements to gaussian blur
+  added dedicated code paths for nearest sampler in transform
+  ops.
+- More generic RGBE file handling.
+- ff-load: permit decoding audio files as well as video files.
+- Various code cleanups.
+
+---

Old:

  gegl-0.3.26.tar.xz

New:

  gegl-0.3.28.tar.xz



Other differences:
--
++ gegl-unstable.spec ++
--- /var/tmp/diff_new_pack.QtkmJP/_old  2018-02-03 15:39:49.388879927 +0100
+++ /var/tmp/diff_new_pack.QtkmJP/_new  2018-02-03 15:39:49.392879740 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gegl-unstable
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define _name gegl
 
 Name:   gegl-unstable
-Version:0.3.26
+Version:0.3.28
 Release:0
 Summary:Generic Graphics Library
 License:GPL-3.0+ AND LGPL-3.0+
@@ -44,7 +44,7 @@
 BuildRequires:  ruby
 BuildRequires:  suitesparse-devel
 BuildRequires:  pkgconfig(OpenEXR)
-BuildRequires:  pkgconfig(babl) >= 0.1.38
+BuildRequires:  pkgconfig(babl) >= 0.1.42
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.18.0
 BuildRequires:  pkgconfig(gexiv2)

++ _service ++
--- /var/tmp/diff_new_pack.QtkmJP/_old  2018-02-03 15:39:49.424878245 +0100
+++ /var/tmp/diff_new_pack.QtkmJP/_new  2018-02-03 15:39:49.424878245 +0100
@@ -2,9 +2,9 @@
   
 git://git.gnome.org/gegl
 git
-0.3.26
+0.3.28
 enable
-refs/tags/GEGL_0_3_26
+refs/tags/GEGL_0_3_28
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.QtkmJP/_old  2018-02-03 15:39:49.444877311 +0100
+++ /var/tmp/diff_new_pack.QtkmJP/_new  2018-02-03 15:39:49.452876937 +0100
@@ -1,4 +1,4 @@
 
 
 git://git.gnome.org/gegl
-  6352c9328dc92c75dafe94a56ff1e6636a8a4563
\ No newline at end of file
+  773d3a74a603b2213af760d7038397bb710bde61
\ No newline at end of file

++ gegl-0.3.26.tar.xz -> gegl-0.3.28.tar.xz ++
/work/SRC/openSUSE:Factory/gegl-unstable/gegl-0.3.26.tar.xz 
/work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-0.3.28.tar.xz differ: char 
26, line 1




commit wicked for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2018-02-03 15:40:15

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


Package is "wicked"

Sat Feb  3 15:40:15 2018 rev:66 rq:572059 version:0.6.44

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2017-12-29 
00:01:31.248805368 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2018-02-03 
15:40:17.363573299 +0100
@@ -1,0 +2,15 @@
+Fri Feb  2 15:26:32 UTC 2018 - m...@suse.de
+
+- version 0.6.44
+- dhcp4: use rfc4361 client-id as new default for ethernet on sle15
+  (fate#323576). It can be also enabled/disabled in wicked-config(5).
+- client: fixed broken wicked arp utility command (bsc#1078245)
+- cleanup: add mising/explicit designated field initializers
+- pkgconfig: fix to request libnl3 instead of libnl1
+- dbus: add missing DBUS_ERROR_FAILED type to a dbus_set_error call
+  and enforce formatting input as string when an extension did not
+  returned any error message.
+- Removed patch included in the source archive
+  [- 0001-wickedd-explicitly-unbind-slaves-on-deletion.patch]
+
+---

Old:

  0001-wickedd-explicitly-unbind-slaves-on-deletion.patch
  wicked-0.6.43.tar.bz2

New:

  wicked-0.6.44.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.mJDR1I/_old  2018-02-03 15:40:18.471521551 +0100
+++ /var/tmp/diff_new_pack.mJDR1I/_new  2018-02-03 15:40:18.475521364 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wicked
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.43
+Version:0.6.44
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0
@@ -26,7 +26,6 @@
 Url:https://github.com/openSUSE/wicked
 Source0:%{name}-%{version}.tar.bz2
 Source1:wicked-rpmlintrc
-Patch1: 0001-wickedd-explicitly-unbind-slaves-on-deletion.patch
 #
 # Upstream First - openSUSE Build Service Policy:
 #
@@ -42,6 +41,11 @@
 BuildRequires:  make
 Requires(pre):  libwicked-0-6 = %{version}
 
+%if 0%{?suse_version} >= 1500
+%bcond_without  rfc4361_cid
+%else
+%bcond_with rfc4361_cid
+%endif
 %if 0%{?suse_version} >= 1230
 %bcond_without  systemd
 %bcond_with dbusstart
@@ -173,7 +177,6 @@
 
 %prep
 %setup
-%patch1 -p1
 
 %build
 test -x ./configure || autoreconf --force --install
@@ -184,6 +187,9 @@
--with-storedir=%{wicked_storedir}\
--with-compat=suse  \
--with-fillup-templatesdir=%{_fillupdir}\
+%if %{without rfc4361_cid}
+   --disable-dhcp4-rfc4361-cid \
+%endif
 %if %{without use_nanny}
--disable-nanny-use \
 %endif

++ wicked-0.6.43.tar.bz2 -> wicked-0.6.44.tar.bz2 ++
 1634 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/wicked-0.6.43/ChangeLog new/wicked-0.6.44/ChangeLog
--- old/wicked-0.6.43/ChangeLog 2017-12-16 02:14:21.0 +0100
+++ new/wicked-0.6.44/ChangeLog 2018-02-02 16:30:40.0 +0100
@@ -1,9 +1,179 @@
-commit 91cdc7565cdc8ff46ef932e327df33aecf62e3a4
+commit 7e5b861c3160adb0437f31ec08950bed52ea808f
 Author: Marius Tomaschewski 
-Date:   Sat Dec 16 02:13:01 2017 +0100
+Date:   Fri Feb 2 16:27:00 2018 +0100
+
+version 0.6.44
+
+commit 3b1fed44b5f49153098f843e3bea92ae227a397b
+Author: Marius Tomaschewski 
+Date:   Thu Feb 1 15:01:28 2018 +0100
+
+spec: conditionally disable dhcp4 rfc4361 client-id
+
+Disable for sles12 and leap42 to preserve defaults,
+where it needs to be enabled via wicked-config(5).
+
+commit 74e117a2797f49d53647d6f8b75c7392f8fd2dfc
+Author: Marius Tomaschewski 
+Date:   Thu Feb 1 14:30:48 2018 +0100
+
+dhcp4: enable rfc4361 client-id for DHCPv4
+
+Enabled DHCPv4 to use the rfc4361 client-id on ethernet interfaces.
+When disabled via the --disable-dhcp4-rfc4361-cid configure option,
+ethernet type 

commit librsvg for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package librsvg for openSUSE:Factory checked 
in at 2018-02-03 15:39:52

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


Package is "librsvg"

Sat Feb  3 15:39:52 2018 rev:79 rq:572147 version:2.42.2

Changes:

--- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes  2018-01-16 
09:29:31.333764896 +0100
+++ /work/SRC/openSUSE:Factory/.librsvg.new/librsvg.changes 2018-02-03 
15:39:53.988665082 +0100
@@ -1,0 +2,32 @@
+Fri Feb  2 09:16:12 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.42.2:
+  + Don't crash when feConvolveMatrix doesn't specify orderx/ordery
+attributes (glgo#librsvg#193).
+  + Parse stroke-dasharray property correctly. This code is in Rust
+now; yay! (glgo#librsvg#136).
+  + Don't render markers if they are zero-sized, per the spec.
+  + Performance: eliminate a bunch of string copies during parsing.
+  + Update rust-cssparser to 0.23.
+
+---
+Tue Jan 23 21:41:14 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.42.1:
+  + Parse the transform attribute in a faster/simpler way. We now
+use rust-cssparser instead of lalrpop.  This is especially
+noticeable on SVGs with lots of "transform" attributes
+(glgo#librsvg#182).
+  + Don't crash when setting a gradient on a zero-sized object
+(glgo#librsvg#187).
+  + Inherit attributes in the  element properly
+(glgo#librsvg#181).
+  + rsvg-convert - fix error reporting when reading from stdin
+(glgo#librsvg#160).
+  + Fix detection of image type in "data:" URIs when they don't
+specify a MIME type (glgo#librsvg#152).
+  + More stringent parsing of path data; better tests
+(glgo#librsvg#133).
+  + Fix typos and links in the .md files.
+
+---

Old:

  librsvg-2.42.0.tar.xz

New:

  librsvg-2.42.2.tar.xz



Other differences:
--
++ librsvg.spec ++
--- /var/tmp/diff_new_pack.7ZDGm2/_old  2018-02-03 15:39:54.804626970 +0100
+++ /var/tmp/diff_new_pack.7ZDGm2/_new  2018-02-03 15:39:54.808626784 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   librsvg
-Version:2.42.0
+Version:2.42.2
 Release:0
 Summary:A Library for Rendering SVG Data
 License:LGPL-2.0+ AND GPL-2.0+
@@ -140,9 +140,6 @@
 %autosetup
 
 %build
-# Temporary flag until upstream confirm the rpmlint executable-stack warning is
-# just a false positive, or further actions is taken, see 
glgo#GNOME/librsvg#177
-export LDFLAGS="-Wl,-z,noexecstack"
 %configure\
 --disable-static\
 --enable-introspection\

++ librsvg-2.42.0.tar.xz -> librsvg-2.42.2.tar.xz ++
 742791 lines of diff (skipped)




commit gnome-online-accounts for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-online-accounts for 
openSUSE:Factory checked in at 2018-02-03 15:39:41

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


Package is "gnome-online-accounts"

Sat Feb  3 15:39:41 2018 rev:71 rq:572129 version:3.26.2

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-online-accounts/gnome-online-accounts.changes  
2017-12-19 10:46:32.423954536 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-online-accounts.new/gnome-online-accounts.changes
 2018-02-03 15:39:42.525200513 +0100
@@ -1,0 +2,9 @@
+Fri Feb  2 11:43:41 UTC 2018 - bjorn@gmail.com
+
+- Don't enable Media Server option. It is an experimental untested
+  feature that was only used in GNOME Photos and the GNOME Photos
+  maintainer recommended we disable it, so stop passing
+  --enable-media-server to configure, pass --disable-media-server
+  instead.
+
+---



Other differences:
--
++ gnome-online-accounts.spec ++
--- /var/tmp/diff_new_pack.06088U/_old  2018-02-03 15:39:43.341162401 +0100
+++ /var/tmp/diff_new_pack.06088U/_new  2018-02-03 15:39:43.345162214 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-online-accounts
 #
-# 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
@@ -112,7 +112,7 @@
 --enable-google \
 --enable-imap-smtp \
 --enable-kerberos \
---enable-media-server \
+--disable-media-server \
 --enable-owncloud \
 --enable-pocket \
 --enable-telepathy \




commit glib2 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package glib2 for openSUSE:Factory checked 
in at 2018-02-03 15:38:57

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


Package is "glib2"

Sat Feb  3 15:38:57 2018 rev:194 rq:572084 version:2.54.3

Changes:

--- /work/SRC/openSUSE:Factory/glib2/glib2.changes  2017-12-16 
20:45:39.055908554 +0100
+++ /work/SRC/openSUSE:Factory/.glib2.new/glib2.changes 2018-02-03 
15:39:00.343170745 +0100
@@ -1,0 +2,14 @@
+Wed Jan 31 21:34:18 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.54.3:
+  + Bugs fixed: bgo#691436, bgo#761102, bgo#776147, bgo#779182,
+bgo#782057, bgo#785113, bgo#788990, bgo#789637, bgo#789894,
+bgo#790030, bgo#790093, bgo#790126, bgo#790829, bgo#790934,
+bgo#791235, bgo#791267, bgo#791296, bgo#791325, bgo#791334,
+bgo#791337, bgo#791720, bgo#791744, bgo#791754, bgo#791906.
+  + Updated translations.
+- Drop glib2-gtester-report-py3.patch: Fixed upstream.
+- Add glib2-gmain-partial-revert.patch: gmain: Partial revert of
+  recent wakeup changes to gmain.c (bgo#761102).
+
+---

Old:

  glib-2.54.2.tar.xz
  glib2-gtester-report-py3.patch

New:

  glib-2.54.3.tar.xz
  glib2-gmain-partial-revert.patch



Other differences:
--
++ glib2.spec ++
--- /var/tmp/diff_new_pack.tgOHFg/_old  2018-02-03 15:39:01.351123666 +0100
+++ /var/tmp/diff_new_pack.tgOHFg/_new  2018-02-03 15:39:01.355123479 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package glib2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define with_systemtap 0
 %define _name glib
 Name:   glib2
-Version:2.54.2
+Version:2.54.3
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:General-Purpose Utility Library
@@ -51,10 +51,10 @@
 Patch14:glib2-dbus-socket-path.patch
 # PATCH-FIX-OPENSUSE glib2-gdbus-codegen-version.patch  o...@aepfle.de -- 
Remove version string from files generated by gdbus-codegen
 Patch16:glib2-gdbus-codegen-version.patch
-# PATCH-FIX-UPSTREAM glib2-gtester-report-py3.patch bgo#791298 boo#1071378 
dims...@opensuse.org -- gtester-reporter fails to run with python3
-Patch17:glib2-gtester-report-py3.patch
 # PATCH-FIX-UPSTREAM glib2-gsettings-overrides-per-session.patch bgo#746592 
bsc#1070090 xw...@suse.com -- gsettings default value can be overridden 
depending on session
 Patch18:glib2-gsettings-overrides-per-session.patch
+# PATCH-FIX-UPSTREAM glib2-gmain-partial-revert.patch bgo#761102 
bjorn@gmail.com -- gmain: Partial revert of recent wakeup changes to gmain.c
+Patch19:glib2-gmain-partial-revert.patch
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -221,7 +221,7 @@
 
 %package -n libgio-fam
 Summary:GIO module to use FAM
-# we need gio-querymodules in %post/%postun
+# we need gio-querymodules in %%post/%%postun
 Group:  System/Libraries
 Requires(post): %{name}-tools
 Requires(postun): %{name}-tools
@@ -269,8 +269,8 @@
 %patch13 -p1
 %patch14 -p1
 %patch16 -p1
-%patch17 -p1
 %patch18 -p1
+%patch19 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE5} .
 cp -a %{SOURCE4} gnome_defaults.conf
 if ! test -f %{_datadir}/aclocal/gtk-doc.m4 ; then

++ glib-2.54.2.tar.xz -> glib-2.54.3.tar.xz ++
/work/SRC/openSUSE:Factory/glib2/glib-2.54.2.tar.xz 
/work/SRC/openSUSE:Factory/.glib2.new/glib-2.54.3.tar.xz differ: char 26, line 1

++ glib2-gmain-partial-revert.patch ++
>From 94b38beff1347ec4a733199f7a7abdacaa958678 Mon Sep 17 00:00:00 2001
From: Philip Withnall 
Date: Wed, 17 Jan 2018 11:38:50 +
Subject: gmain: Partial revert of recent wakeup changes to gmain.c
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts the following commits (but keeps the other recent changes
to gmain.c):
 • e4ee3079c Do not wake up main loop if change is from same thread
 • 208702404 main: Create a helper function for "owner wakeup" optimization
 • 0c0469b56 gmain: Signal wakeups if context has never been acquired as well
 • 9ba95e25b gmain: only signal GWakeup right before or during a blocking poll

Some combination of them is causing problems with LibreOffice and/or
WebKit, and the safest thing to do at the moment is revert them all
until we work out what’s going on. The previous revert 

commit gnome-logs for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-logs for openSUSE:Factory 
checked in at 2018-02-03 15:39:21

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


Package is "gnome-logs"

Sat Feb  3 15:39:21 2018 rev:26 rq:572089 version:3.26.3

Changes:

--- /work/SRC/openSUSE:Factory/gnome-logs/gnome-logs.changes2018-01-02 
16:34:15.523061127 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes   
2018-02-03 15:39:23.466090721 +0100
@@ -1,0 +2,8 @@
+Fri Feb  2 09:22:04 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.3:
+  + Avoid using hard-coded colors.
+  + Updated translations.
+- Drop gnome-logs-nb-translations.patch: Fixed upstream.
+
+---

Old:

  gnome-logs-3.26.2.tar.xz
  gnome-logs-nb-translations.patch

New:

  gnome-logs-3.26.3.tar.xz



Other differences:
--
++ gnome-logs.spec ++
--- /var/tmp/diff_new_pack.PYMF7Q/_old  2018-02-03 15:39:24.102061016 +0100
+++ /var/tmp/diff_new_pack.PYMF7Q/_new  2018-02-03 15:39:24.106060829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-logs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,15 +18,14 @@
 
 
 Name:   gnome-logs
-Version:3.26.2
+Version:3.26.3
 Release:0
 Summary:GNOME System Log Viewer
 License:GPL-3.0+
 Group:  System/X11/Utilities
 Url:https://wiki.gnome.org/Design/Apps/SystemLog
 Source0:
http://download.gnome.org/sources/gnome-logs/3.26/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnome-logs-nb-translations.patch zai...@opensuse.org -- 
Update Norwegian Bokmål translations
-Patch0: gnome-logs-nb-translations.patch
+
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.0
@@ -59,8 +58,8 @@
 %doc ChangeLog README COPYING
 %doc %{_datadir}/help/C/gnome-logs/
 %{_bindir}/%{name}
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.Logs.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.Logs.appdata.xml
 %{_datadir}/applications/org.gnome.Logs.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.Logs.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Logs.gschema.xml

++ gnome-logs-3.26.2.tar.xz -> gnome-logs-3.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.26.2/ChangeLog 
new/gnome-logs-3.26.3/ChangeLog
--- old/gnome-logs-3.26.2/ChangeLog 2017-10-30 09:01:11.0 +0100
+++ new/gnome-logs-3.26.3/ChangeLog 2018-02-02 08:13:46.0 +0100
@@ -1,6 +1,45 @@
+commit 1df63ff21b9ae51171e897ad2006cd03985cf244
+Author: Jonathan Kang 
+Date:   Fri Feb 2 15:05:32 2018 +0800
+
+update NEWS for 3.26.3 release
+
+M  NEWS
+M  configure.ac
+
+commit c4d29e4c0294962e7cbc43ba37d0ea7a23dfd01d
+Author: Jakub Steiner 
+Date:  Wed Jan 31 10:58:26 2018 +0100
+
+theme: avoid using hard-coded colors
+
+ Use share operations instead of hardcoded colors to make it work
+ on Adwaita-dark.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=792152
+
+M  data/gl-style.css
+
+commit 9a95ba2a939d55a1799a7a759b38c760dc98b85c
+Author: Kjartan Maraas 
+Date:  Wed Nov 8 19:52:01 2017 +0100
+
+Updated Norwegian bokmål translation.
+
+M  po/nb.po
+
+commit 0306fcee341a86c448174e1e7c3b2da8315e5763
+Author: Jonathan Kang 
+Date:  Mon Oct 30 16:01:55 2017 +0800
+
+update NEWS for 3.26.2 release
+
+M  NEWS
+M  configure.ac
+
 commit 339695b35963f60cbebe93396ddfacfcf2af416f
 Author: Pawan Chitrakar 
-Date:   Fri Oct 6 06:38:47 2017 +
+Date:  Fri Oct 6 06:38:47 2017 +
 
 Update Nepali translation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.26.2/INSTALL 
new/gnome-logs-3.26.3/INSTALL
--- old/gnome-logs-3.26.2/INSTALL   2017-10-30 09:00:32.0 +0100
+++ new/gnome-logs-3.26.3/INSTALL   2018-02-02 08:13:22.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
+   Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any 

commit gnome-builder for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2018-02-03 15:39:31

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


Package is "gnome-builder"

Sat Feb  3 15:39:31 2018 rev:28 rq:572091 version:3.26.4

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2018-01-25 12:38:11.725232648 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2018-02-03 15:39:32.905649819 +0100
@@ -1,0 +2,20 @@
+Fri Feb  2 10:31:45 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.4:
+  + A number of correctness and memory leaks were fixed in the
+semantic highlighter, project tree, clang, rustup, vala-pack,
+code-index, config manager and configs, and git.
+  + The meson plugin now uses "meson" "introspect" instead of the
+legacy "mesonintrospect" utility.
+  + Fixes for deprecated API usage in Gtk+.
+  + Block selection has been fixed in the terminal plugin.
+  + Postbuild support in configurations was fixed to no longer
+run prebuild commands a second time.
+  + The flatpak plugin now passes --command to build-finish. This
+fixes an issue where the wrong binary would get activated when
+exporting a project.
+  + Fixes for -Wincompatible-pointer-type changes from recently
+upstreamed type propagation in g_object_ref().
+  + Updated translations.
+
+---

Old:

  gnome-builder-3.26.3.tar.xz

New:

  gnome-builder-3.26.4.tar.xz



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.2NqiN0/_old  2018-02-03 15:39:33.597617500 +0100
+++ /var/tmp/diff_new_pack.2NqiN0/_new  2018-02-03 15:39:33.601617313 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-builder
-Version:3.26.3
+Version:3.26.4
 Release:0
 Summary:A toolsmith for GNOME-based applications
 License:GPL-3.0+ AND GPL-2.0+ AND LGPL-3.0+ AND LGPL-2.1+ AND 
CC-BY-SA-3.0
@@ -46,7 +46,7 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.21.2
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(jsonrpc-glib-1.0) >= 3.26.1
-BuildRequires:  pkgconfig(libdazzle-1.0) >= 3.26.2
+BuildRequires:  pkgconfig(libdazzle-1.0) >= 3.26.3
 BuildRequires:  pkgconfig(libdevhelp-3.0) >= 3.25.1
 BuildRequires:  pkgconfig(libgit2-glib-1.0) >= 0.23.7
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.21.0

++ gnome-builder-3.26.3.tar.xz -> gnome-builder-3.26.4.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-builder/gnome-builder-3.26.3.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder-3.26.4.tar.xz 
differ: char 26, line 1




commit gmime for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gmime for openSUSE:Factory checked 
in at 2018-02-03 15:39:15

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


Package is "gmime"

Sat Feb  3 15:39:15 2018 rev:64 rq:572087 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/gmime/gmime.changes  2017-12-06 
08:50:58.889694731 +0100
+++ /work/SRC/openSUSE:Factory/.gmime.new/gmime.changes 2018-02-03 
15:39:18.498322755 +0100
@@ -1,0 +2,6 @@
+Thu Dec 21 01:35:40 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.2.0:
+  + No news available.
+
+---

Old:

  gmime-3.0.5.tar.xz

New:

  gmime-3.2.0.tar.xz



Other differences:
--
++ gmime.spec ++
--- /var/tmp/diff_new_pack.thu9ma/_old  2018-02-03 15:39:19.290285763 +0100
+++ /var/tmp/diff_new_pack.thu9ma/_new  2018-02-03 15:39:19.298285390 +0100
@@ -24,13 +24,13 @@
 %define so_ver 3_0
 
 Name:   gmime
-Version:3.0.5
+Version:3.2.0
 Release:0
 Summary:MIME Parser and Utility Library
 License:LGPL-2.1+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://spruce.sourceforge.net/gmime/
-Source: 
http://download.gnome.org/sources/gmime/3.0/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gmime/3.2/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel >= 1.30.0
 BuildRequires:  gpgme-devel
@@ -102,11 +102,11 @@
 %files devel
 %defattr (-, root, root)
 %doc AUTHORS PORTING README TODO
+%doc %{_datadir}/gtk-doc/html/gmime-3.2/
 %{_datadir}/gir-1.0/GMime-%{base_ver}.gir
 %{_includedir}/gmime-%{base_ver}
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/gmime-%{base_ver}.pc
-%{_datadir}/gtk-doc/html/gmime-%{base_ver}/
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gmime-3.0.deps
 %{_datadir}/vala/vapi/gmime-3.0.vapi

++ gmime-3.0.5.tar.xz -> gmime-3.2.0.tar.xz ++
 28937 lines of diff (skipped)




commit mutter for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2018-02-03 15:39:07

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


Package is "mutter"

Sat Feb  3 15:39:07 2018 rev:121 rq:572086 version:3.26.2+20180127.d32d358a6

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2018-01-16 
09:25:56.699806774 +0100
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2018-02-03 
15:39:12.206616627 +0100
@@ -1,0 +2,16 @@
+Wed Jan 31 23:20:46 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.2+20180127.d32d358a6:
+  + monitor: Set MINIMUM_LOGICAL_HEIGHT to 480.
+  + Don't attempt to get monitor geometry on non-existent monitors.
+  + wayland:
+- Shortcuts inhibitor requires a window.
+- Ensure wl_shell_surfaces are set reactive.
+- Only send full sequences of touch events to clients.
+  + input-settings/x11: Fix tap-and-drag libinput property name
+  + clutter/evdev: Ignore unknown touch points
+  + Revert "window: Raise and lower tile match in tandem"
+  + Updated translations.
+- Update _service url to new gitlab home.
+
+---

Old:

  mutter-3.26.2+20171231.0bd1d7cf0.tar.xz

New:

  mutter-3.26.2+20180127.d32d358a6.tar.xz



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.KLcRBC/_old  2018-02-03 15:39:13.110574405 +0100
+++ /var/tmp/diff_new_pack.KLcRBC/_new  2018-02-03 15:39:13.114574219 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   mutter
-Version:3.26.2+20171231.0bd1d7cf0
+Version:3.26.2+20180127.d32d358a6
 Release:0
 Summary:Window and compositing manager based on Clutter
 License:GPL-2.0+
 Group:  System/GUI/GNOME
-URL:https://www.gnome.org
+Url:https://www.gnome.org
 #Source0:   
https://download.gnome.org/sources/mutter/3.26/%%{name}-%%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 

++ _service ++
--- /var/tmp/diff_new_pack.KLcRBC/_old  2018-02-03 15:39:13.178571229 +0100
+++ /var/tmp/diff_new_pack.KLcRBC/_new  2018-02-03 15:39:13.182571042 +0100
@@ -1,6 +1,6 @@
 
   
-git://git.gnome.org/mutter
+https://gitlab.gnome.org/GNOME/mutter.git
 git
 gnome-3-26
 3.26.2+%cd.%h

++ _servicedata ++
--- /var/tmp/diff_new_pack.KLcRBC/_old  2018-02-03 15:39:13.206569922 +0100
+++ /var/tmp/diff_new_pack.KLcRBC/_new  2018-02-03 15:39:13.210569735 +0100
@@ -1,4 +1,6 @@
 
 
 git://git.gnome.org/mutter
-  0bd1d7cf09be046d6a698fde88540bfb8cbc78e7
\ No newline at end of file
+  0bd1d7cf09be046d6a698fde88540bfb8cbc78e7
+https://gitlab.gnome.org/GNOME/mutter.git
+  d32d358a6946fa560b038aeedd3483e34a882769
\ No newline at end of file

++ mutter-3.26.2+20171231.0bd1d7cf0.tar.xz -> 
mutter-3.26.2+20180127.d32d358a6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mutter-3.26.2+20171231.0bd1d7cf0/clutter/clutter/evdev/clutter-device-manager-evdev.c
 
new/mutter-3.26.2+20180127.d32d358a6/clutter/clutter/evdev/clutter-device-manager-evdev.c
--- 
old/mutter-3.26.2+20171231.0bd1d7cf0/clutter/clutter/evdev/clutter-device-manager-evdev.c
   2017-12-31 11:40:29.0 +0100
+++ 
new/mutter-3.26.2+20180127.d32d358a6/clutter/clutter/evdev/clutter-device-manager-evdev.c
   2018-01-27 09:01:38.0 +0100
@@ -1459,6 +1459,8 @@
 slot = libinput_event_touch_get_slot (touch_event);
 time_us = libinput_event_touch_get_time_usec (touch_event);
 touch_state = clutter_seat_evdev_get_touch (seat, slot);
+if (!touch_state)
+  break;
 
 notify_touch_event (device, CLUTTER_TOUCH_END, time_us, slot,
touch_state->coords.x, touch_state->coords.y);
@@ -1497,6 +1499,9 @@
 stage_height);
 
 touch_state = clutter_seat_evdev_get_touch (seat, slot);
+if (!touch_state)
+  break;
+
 touch_state->coords.x = x;
 touch_state->coords.y = y;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutter-3.26.2+20171231.0bd1d7cf0/po/hu.po 
new/mutter-3.26.2+20180127.d32d358a6/po/hu.po
--- old/mutter-3.26.2+20171231.0bd1d7cf0/po/hu.po   2017-12-31 
11:40:29.0 +0100
+++ new/mutter-3.26.2+20180127.d32d358a6/po/hu.po   2018-01-27 
09:01:38.0 +0100
@@ -1,19 +1,19 @@
-# Hungarian translation of mutter.
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 

commit gnome-shell for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2018-02-03 15:39:02

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


Package is "gnome-shell"

Sat Feb  3 15:39:02 2018 rev:146 rq:572085 version:3.26.2+20180130.0d9c74212

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2018-01-16 
09:26:47.461431859 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2018-02-03 15:39:03.775010451 +0100
@@ -1,0 +2,19 @@
+Wed Jan 31 23:14:56 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.2+20180130.0d9c74212:
+  + padOsd: Ensure to pick pad devices only.
+  + network: Fix visibility of VPN section.
+  + dnd: Declare restore location variables.
+  + appDisplay: don't try to close the popup menu that is already
+destroyed.
+  + background: don't leak wall clock when background changes.
+  + dateMenu:
+- Fix possible crash with unknown locations.
+- Ignore malformed world-clocks settings.
+  + dash: Do not shadow ClutterActor's destroy().
+  + Updated translations.
+- Update _service url to new gitlab home.
+- Drop gnome-shell-network-fix-visibility-VPN.patch: Fixed
+  upstream.
+
+---

Old:

  gnome-shell-3.26.2+20171218.15b1810a6.tar.xz
  gnome-shell-network-fix-visibility-VPN.patch

New:

  gnome-shell-3.26.2+20180130.0d9c74212.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.EHzZvK/_old  2018-02-03 15:39:04.706966921 +0100
+++ /var/tmp/diff_new_pack.EHzZvK/_new  2018-02-03 15:39:04.710966733 +0100
@@ -18,7 +18,7 @@
 
 %global __requires_exclude typelib\\(Meta\\)
 Name:   gnome-shell
-Version:3.26.2+20171218.15b1810a6
+Version:3.26.2+20180130.0d9c74212
 Release:0
 Summary:GNOME Shell
 License:GPL-2.0+
@@ -41,8 +41,6 @@
 Patch3: gnome-shell-Avoid-loginDialog-grab-focus-when-locked.patch
 # PATCH-FIX-UPSTREAM gnome-shell-osk-dont-popup-when-not-needed.patch 
bgo#788188 badshah...@gmail.com -- Stop the on-screen keyboard from showing up 
when touchscreen use doesn't activate a text field; patch taken from upstream 
bug report
 Patch4: gnome-shell-osk-dont-popup-when-not-needed.patch
-# PATCH-FIX-UPSTREAM gnome-shell-network-fix-visibility-VPN.patch bgo#787845 
zai...@opensuse.org -- network: Fix visibility of VPN section
-Patch5: gnome-shell-network-fix-visibility-VPN.patch
 
 ## NOTE: Keep SLE-only patches at bottom (starting on 1000).
 # PATCH-FEATURE-SLE gnome-shell-gdm-login-applet.patch fate#314545 
dli...@suse.com -- Add an applet on login UI to display suse icon, product 
name, hostname.
@@ -181,7 +179,6 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %if !0%{?is_opensuse}
 %patch1001 -p1

++ _service ++
--- /var/tmp/diff_new_pack.EHzZvK/_old  2018-02-03 15:39:04.774963745 +0100
+++ /var/tmp/diff_new_pack.EHzZvK/_new  2018-02-03 15:39:04.774963745 +0100
@@ -1,7 +1,7 @@
 
 
   
-git://git.gnome.org/gnome-shell
+https://gitlab.gnome.org/GNOME/gnome-shell.git
 git
 gnome-3-26
 3.26.2+%cd.%h

++ _servicedata ++
--- /var/tmp/diff_new_pack.EHzZvK/_old  2018-02-03 15:39:04.810962064 +0100
+++ /var/tmp/diff_new_pack.EHzZvK/_new  2018-02-03 15:39:04.810962064 +0100
@@ -1,4 +1,6 @@
 
 
 git://git.gnome.org/gnome-shell
-  15b1810a615ec34f375395f4b93bef3eee04b85e
\ No newline at end of file
+  15b1810a615ec34f375395f4b93bef3eee04b85e
+https://gitlab.gnome.org/GNOME/gnome-shell.git
+  0d9c742127f4a79416478b46a9fa5273701d92e3
\ No newline at end of file

++ gnome-shell-3.26.2+20171218.15b1810a6.tar.xz -> 
gnome-shell-3.26.2+20180130.0d9c74212.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-3.26.2+20171218.15b1810a6/js/ui/appDisplay.js 
new/gnome-shell-3.26.2+20180130.0d9c74212/js/ui/appDisplay.js
--- old/gnome-shell-3.26.2+20171218.15b1810a6/js/ui/appDisplay.js   
2017-12-18 18:28:02.0 +0100
+++ new/gnome-shell-3.26.2+20180130.0d9c74212/js/ui/appDisplay.js   
2018-01-30 16:43:34.0 +0100
@@ -1872,11 +1872,14 @@
 this.actor.add_style_class_name('app-well-menu');
 
 // Chain our visibility and lifecycle to that of the source
-source.actor.connect('notify::mapped', Lang.bind(this, function () {
+this._sourceMappedId = source.actor.connect('notify::mapped', () => {
 if (!source.actor.mapped)
 this.close();
-}));
-

commit libdazzle for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libdazzle for openSUSE:Factory 
checked in at 2018-02-03 15:39:26

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


Package is "libdazzle"

Sat Feb  3 15:39:26 2018 rev:5 rq:572090 version:3.26.3

Changes:

--- /work/SRC/openSUSE:Factory/libdazzle/libdazzle.changes  2018-01-25 
12:38:07.901411161 +0100
+++ /work/SRC/openSUSE:Factory/.libdazzle.new/libdazzle.changes 2018-02-03 
15:39:27.749890634 +0100
@@ -1,0 +2,17 @@
+Fri Feb  2 10:28:51 UTC 2018 - bjorn@gmail.com
+
+- Update to vresion 3.26.3:
+  + A number of fixes to DzlSignalGroup to be more re-entrant safe
+and handle disposal cycles better.
+  + DzlPreferences is more aggressive about protecting against
+widget disposal.
+  + A static inline dzl_clear_signal_handler() was backported for
+use in other backports from master.
+  + A number of protections were added to DzlDirectoryReaper to
+protect against potentially following through symlinks.
+  + Max age in DzlDirectoryReaper was changed to always ensure a
+positive value for use in date comparisons.
+  + A leak of GFile instances in the directory reaper was fixed.
+- Drop unused base define.
+
+---

Old:

  libdazzle-3.26.2.tar.xz

New:

  libdazzle-3.26.3.tar.xz



Other differences:
--
++ libdazzle.spec ++
--- /var/tmp/diff_new_pack.KeSs2R/_old  2018-02-03 15:39:28.429858874 +0100
+++ /var/tmp/diff_new_pack.KeSs2R/_new  2018-02-03 15:39:28.433858688 +0100
@@ -16,9 +16,8 @@
 #
 
 
-%define base 3.25
 Name:   libdazzle
-Version:3.26.2
+Version:3.26.3
 Release:0
 Summary:Collection of fancy features for GLib and Gtk+
 License:GPL-3.0+ AND LGPL-2.1+

++ libdazzle-3.26.2.tar.xz -> libdazzle-3.26.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdazzle-3.26.2/NEWS new/libdazzle-3.26.3/NEWS
--- old/libdazzle-3.26.2/NEWS   2018-01-11 02:10:36.0 +0100
+++ new/libdazzle-3.26.3/NEWS   2018-02-01 00:00:27.0 +0100
@@ -1,4 +1,24 @@
 ==
+Version 3.26.3
+==
+
+Changes in this release:
+
+ • A number of fixes to DzlSignalGroup to be more re-entrant safe
+   and handle disposal cycles better.
+ • DzlPreferences is more aggressive about protecting against
+   widget disposal.
+ • A static inline dzl_clear_signal_handler() was backported for
+   use in other backports from master.
+ • A number of protections were added to DzlDirectoryReaper to
+   protect against potentially following through symlinks.
+ • Max age in DzlDirectoryReaper was changed to always ensure
+   a positive value for use in date comparisons.
+ • A leak of GFile instances in the directory reaper was fixed.
+
+It's recommended that all distributions update to this release.
+
+==
 Version 3.26.2
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdazzle-3.26.2/meson.build 
new/libdazzle-3.26.3/meson.build
--- old/libdazzle-3.26.2/meson.build2018-01-11 02:10:36.0 +0100
+++ new/libdazzle-3.26.3/meson.build2018-02-01 00:00:27.0 +0100
@@ -1,5 +1,5 @@
 project('libdazzle', 'c',
-  version: '3.26.2',
+  version: '3.26.3',
   license: 'GPLv3+',
 meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 
'c_std=gnu11' ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdazzle-3.26.2/src/bindings/dzl-signal-group.c 
new/libdazzle-3.26.3/src/bindings/dzl-signal-group.c
--- old/libdazzle-3.26.2/src/bindings/dzl-signal-group.c2018-01-11 
02:10:36.0 +0100
+++ new/libdazzle-3.26.3/src/bindings/dzl-signal-group.c2018-02-01 
00:00:27.0 +0100
@@ -52,10 +52,12 @@
 {
   GObject parent_instance;
 
-  GObject*target;
+  GWeakReftarget_ref;
   GPtrArray  *handlers;
   GType   target_type;
   gsize   block_count;
+
+  guint   has_bound_at_least_once : 1;
 };
 
 struct _DzlSignalGroupClass
@@ -71,7 +73,6 @@
   DzlSignalGroup *group;
   gulong  handler_id;
   GClosure   *closure;
-  GObject*object;
   guint   signal_id;
   GQuark  signal_detail;
   guint   connect_after : 1;
@@ -120,71 +121,64 @@
 }
 
 static void
-dzl_signal_group__target_weak_notify (gpointer  data,
-  GObject  *where_object_was)
+dzl_signal_group_gc_handlers (DzlSignalGroup *self)
 {
-  DzlSignalGroup *self = data;
-  gsize i;
-
   g_assert 

commit gnome-power-manager for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-power-manager for 
openSUSE:Factory checked in at 2018-02-03 15:38:52

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


Package is "gnome-power-manager"

Sat Feb  3 15:38:52 2018 rev:121 rq:572083 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-power-manager/gnome-power-manager.changes  
2017-09-13 21:39:42.087123853 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-power-manager.new/gnome-power-manager.changes 
2018-02-03 15:38:53.623484609 +0100
@@ -1,0 +2,20 @@
+Tue Jan 30 16:03:39 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.0:
+  + trivial: Remove the build-api helper script.
+  + Remove po/Makevars.
+  + build: Install appstream metadata to non-deprecated location.
+  + Updated translations.
+- Drop gnome-patch-translation BuildRequires: We do not have any
+  patches, so not needed.
+- Drop gnome-applets-brightness and gnome-applets-inhibit-powersave
+  Obsoletes: No current openSUSE or SUSE have ever provided them.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Drop update-desktop-files BuildRequires and stop using
+  suse_update_desktop_file macro, no longer needed.
+- Pass enable-tests=false to meson, ensure we do not build the
+  tests.
+- Do minor spec cleanup.
+
+---

Old:

  gnome-power-manager-3.25.90.tar.xz

New:

  gnome-power-manager-3.26.0.tar.xz



Other differences:
--
++ gnome-power-manager.spec ++
--- /var/tmp/diff_new_pack.sZAUIj/_old  2018-02-03 15:38:54.139460509 +0100
+++ /var/tmp/diff_new_pack.sZAUIj/_new  2018-02-03 15:38:54.151459948 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-power-manager
 #
-# 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,31 +17,29 @@
 
 
 Name:   gnome-power-manager
-Version:3.25.90
+Version:3.26.0
 Release:0
 Summary:Power Management for GNOME
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://projects.gnome.org/gnome-power-manager/
-Source: 
http://download.gnome.org/sources/gnome-power-manager/3.25/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gnome-power-manager/3.26/%{name}-%{version}.tar.xz
+
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
-BuildRequires:  gnome-patch-translation
 BuildRequires:  libupower-glib-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gdk-3.0) >= 2.91.7
 BuildRequires:  pkgconfig(glib-2.0) >= 2.45.8
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.8
 Requires:   gnome-session-core
 Requires:   upower
 Recommends: %{name}-lang
-# The -brightness and -inhibit-powersave applets are no longer provided in 
2.91+
-Obsoletes:  gnome-applets-brightness < %{version}
-Obsoletes:  gnome-applets-inhibit-powersave < %{version}
 %glib2_gsettings_schema_requires
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 GNOME Power Manager is a GNOME session daemon that acts as a policy
@@ -51,29 +49,32 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
-%meson
+%meson \
+   -D enable-tests=false \
+   %{nil}
 %meson_build
 
 %install
 %meson_install
-%suse_update_desktop_file org.gnome.PowerStats
+
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
 %files
-%defattr (-, root, root)
-%doc AUTHORS COPYING
+%license COPYING
 %{_bindir}/gnome-power-statistics
 %{_datadir}/applications/org.gnome.PowerStats.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.power-manager.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/*
 %{_mandir}/man1/gnome-power-statistics.*
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/org.gnome.PowerStats.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.PowerStats.appdata.xml
 
 %files lang -f %{name}.lang
 

++ gnome-power-manager-3.25.90.tar.xz -> gnome-power-manager-3.26.0.tar.xz 
++
 2415 lines of diff (skipped)




commit vala for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2018-02-03 15:38:46

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


Package is "vala"

Sat Feb  3 15:38:46 2018 rev:80 rq:572082 version:0.38.6

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2018-01-26 
13:35:27.848603320 +0100
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2018-02-03 
15:38:47.955749338 +0100
@@ -1,0 +2,23 @@
+Wed Jan 31 10:54:35 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.38.6:
+  + Various bug fixes:
+- girparser:
+  . Set NoAccessorMethod for non-readable and construct-only
+properties.
+  . Ignore conflicting closure/destroy indexes.
+  . Don't accept methods as property-accessor which throw
+errors (bgo#792998).
+- codegen:
+  . Infer error parameter from abstract/virtual base methods
+(bgo#614294).
+  . Fix return-type for cancelled async creation methods of
+classes (bgo#792942).
+- vala: Variadic constructors without a real first parameter
+  are not allowed.
+- libvaladoc: Keep bootstrap-support with valac >= 0.16.1.
+  + Bindings:
+- gstreamer-1.0: Update from 1.13+ git master.
+- gtk+-4.0: Only override type of "event" parameters.
+
+---

Old:

  vala-0.38.5.tar.xz

New:

  vala-0.38.6.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Ze4T9O/_old  2018-02-03 15:38:48.563720941 +0100
+++ /var/tmp/diff_new_pack.Ze4T9O/_new  2018-02-03 15:38:48.567720754 +0100
@@ -23,7 +23,7 @@
 # decimal separator, hoping they will not get to the idea to create a 0.100 
release.
 %define vala_priority 36
 Name:   vala
-Version:0.38.5
+Version:0.38.6
 Release:0
 Summary:Programming language for GNOME
 License:LGPL-2.0

++ vala-0.38.5.tar.xz -> vala-0.38.6.tar.xz ++
 10772 lines of diff (skipped)




commit gnome-color-manager for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gnome-color-manager for 
openSUSE:Factory checked in at 2018-02-03 15:38:37

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


Package is "gnome-color-manager"

Sat Feb  3 15:38:37 2018 rev:60 rq:572080 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/gnome-color-manager/gnome-color-manager.changes  
2017-09-13 21:49:42.842601397 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-color-manager.new/gnome-color-manager.changes 
2018-02-03 15:38:37.420241433 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 19:48:52 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Add 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch:
+  data files where looked up in the wrong directory
+
+---

New:

  0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch



Other differences:
--
++ gnome-color-manager.spec ++
--- /var/tmp/diff_new_pack.4dTE6k/_old  2018-02-03 15:38:38.208204629 +0100
+++ /var/tmp/diff_new_pack.4dTE6k/_new  2018-02-03 15:38:38.212204442 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-color-manager
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,6 +27,8 @@
 Source: 
http://download.gnome.org/sources/gnome-color-manager/3.26/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-color-manager-meson.patch bgo#786424 
dims...@opensuse.org -- Do not hardcode directory names
 Patch0: gnome-color-manager-meson.patch
+# PATCH-FIX-UPSTREAM 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch 
bgo#791158
+Patch1: 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch
 BuildRequires:  docbook-utils
 BuildRequires:  gcc-c++
 BuildRequires:  libtiff-devel
@@ -64,6 +66,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 
 %build

++ 0001-build-Set-PKGDATADIR-to-gnome-color-manager.patch ++
>From 635ee49b83db46d2623826928cfa5202bdf1402a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= 
Date: Mon, 29 Jan 2018 20:45:01 +0100
Subject: [PATCH] build: Set PKGDATADIR to gnome-color-manager

It was set to gnome-software, which made any of the gcm-*
tools unable to find any of its data files.

https://bugzilla.gnome.org/show_bug.cgi?id=791158
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 3fd0963..d304ed1 100644
--- a/meson.build
+++ b/meson.build
@@ -85,7 +85,7 @@ prefixed_localedir = join_paths(get_option('prefix'), 
get_option('localedir'))
 prefixed_libexecdir = join_paths(get_option('prefix'), 
get_option('libexecdir'))
 prefixed_mandir = join_paths(get_option('prefix'), get_option('mandir'))
 prefixed_datadir = join_paths(get_option('prefix'), get_option('datadir'))
-prefixed_pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), 
'gnome-software')
+prefixed_pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), 
'gnome-color-manager')
 
 libgio = dependency('gio-2.0', version : '>= 2.25.9')
 libgtk = dependency('gtk+-3.0', version : '>= 2.91.0')
-- 
2.16.1




commit gjs for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2018-02-03 15:38:41

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


Package is "gjs"

Sat Feb  3 15:38:41 2018 rev:70 rq:572081 version:1.50.4

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2017-11-03 19:07:10.565741783 
+0100
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2018-02-03 
15:38:42.671996133 +0100
@@ -1,0 +2,20 @@
+Tue Jan 30 21:25:23 UTC 2018 - bjorn@gmail.com
+
+- Update to version 1.50.4:
+  + Gnome Shell crash with places-status extension when you plug an
+USB device (glgo#gjs#33 and glgo#gjs#38).
+- Changes from version 1.50.3:
+  + GJS will now log a warning when a GObject is accessed in
+Javascript code after the underlying object has been freed in
+C. (This used to work most of the time, but crash
+unpredictably.) We now prevent this situation which, is usually
+by caused a memory management bug in the underlying C library.
+  + Closed bugs and merge requests:
+- Add checks for GObjects that have been finalized
+  (glgo#gjs#21, glgo#gjs#23, glgo#gjs#25, glgo#gjs#28,
+  glgo#gjs#33).
+- Test "Cairo context has methods when created from a C
+  function" fails (glgo#gjs#27, glgo#gjs#35).
+- Various fixes from the master branch for rare crashes.
+
+---
@@ -6,2 +26,2 @@
-* tweener: Fix a couple of warnings.
-* legacy: Allow ES6 classes to inherit from abstract Lang.Class
+- tweener: Fix a couple of warnings.
+- legacy: Allow ES6 classes to inherit from abstract Lang.Class

Old:

  gjs-1.50.2.tar.xz

New:

  gjs-1.50.4.tar.xz



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.NFt5fx/_old  2018-02-03 15:38:43.363963812 +0100
+++ /var/tmp/diff_new_pack.NFt5fx/_new  2018-02-03 15:38:43.367963626 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gjs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gjs
-Version:1.50.2
+Version:1.50.4
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:JavaScript bindings based on gobject-introspection and Mozilla

++ gjs-1.50.2.tar.xz -> gjs-1.50.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gjs-1.50.2/Makefile-test.am 
new/gjs-1.50.4/Makefile-test.am
--- old/gjs-1.50.2/Makefile-test.am 2017-10-31 16:57:13.0 +0100
+++ new/gjs-1.50.4/Makefile-test.am 2018-01-27 23:32:25.0 +0100
@@ -228,6 +228,7 @@
installed-tests/js/testGIMarshalling.js \
installed-tests/js/testGLib.js  \
installed-tests/js/testGObjectClass.js  \
+   installed-tests/js/testGObjectDestructionAccess.js  \
installed-tests/js/testGObjectInterface.js  \
installed-tests/js/testGTypeClass.js\
installed-tests/js/testGio.js   \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gjs-1.50.2/Makefile.in new/gjs-1.50.4/Makefile.in
--- old/gjs-1.50.2/Makefile.in  2017-10-31 17:02:13.0 +0100
+++ new/gjs-1.50.4/Makefile.in  2018-01-27 23:49:42.0 +0100
@@ -91,8 +91,8 @@
$(srcdir)/gjs-1.0.pc.in $(top_srcdir)/win32/config.h.win32.in \
depcomp $(dist_gjsjs_DATA) \
$(nobase_gjs_public_include_HEADERS) $(noinst_HEADERS) COPYING \
-   compile config.guess config.sub install-sh missing ltmain.sh \
-   tap-driver.sh
+   compile config.guess config.rpath config.sub install-sh \
+   missing ltmain.sh tap-driver.sh
 @ENABLE_GTK_TRUE@am__append_1 = $(GJS_GTK_CFLAGS)
 @ENABLE_GTK_TRUE@am__append_2 = $(GJS_GTK_LIBS)
 @ENABLE_GTK_TRUE@am__append_3 = $(gjs_gtk_private_srcs)
@@ -620,6 +620,7 @@
installed-tests/js/testGIMarshalling.js \
installed-tests/js/testGLib.js \
installed-tests/js/testGObjectClass.js \
+   installed-tests/js/testGObjectDestructionAccess.js \
installed-tests/js/testGObjectInterface.js \
installed-tests/js/testGTypeClass.js \
installed-tests/js/testGio.js \
@@ -1300,6 +1301,7 @@
installed-tests/js/testGIMarshalling.js \
installed-tests/js/testGLib.js 

commit libchamplain for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2018-02-03 15:38:31

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


Package is "libchamplain"

Sat Feb  3 15:38:31 2018 rev:51 rq:572079 version:0.12.16

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2017-09-13 21:43:25.571680813 +0200
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2018-02-03 15:38:32.564468238 +0100
@@ -1,0 +2,12 @@
+Sun Jan 28 23:43:23 UTC 2018 - bjorn@gmail.com
+
+- Add
+  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch:
+  Fix wrapping in champlain_view_x_to_longitude. Previous
+  implementation assumed that after using x_to_wrap_x further
+  wrapping would be needed only if x + priv->viewport_x >= width.
+- Do minor spec cleanup, use autosetup, make_build and make_install
+  macros, drop obsolete and unused BUILD_FROM_VCS conditional
+  gnome-common and gtk-doc BuildRequires and autogen.sh call.
+
+---

New:

  libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.znrHyJ/_old  2018-02-03 15:38:33.324432742 +0100
+++ /var/tmp/diff_new_pack.znrHyJ/_new  2018-02-03 15:38:33.328432555 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libchamplain
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,9 @@
 Group:  Development/Libraries/GNOME
 Url:http://projects.gnome.org/libchamplain/
 Source0:
http://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 
libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch 
bjorn@gmail.com -- Fix wrapping in champlain_view_x_to_longitude.
+Patch0: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch
+
 BuildRequires:  clutter-devel >= 1.12
 BuildRequires:  clutter-gtk-devel
 BuildRequires:  fdupes
@@ -35,10 +38,6 @@
 BuildRequires:  memphis-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala
-%if 0%{?BUILD_FROM_VCS}
-BuildRequires:  gnome-common
-BuildRequires:  gtk-doc
-%endif
 
 %description
 Libchamplain is a C library providing a ClutterActor to display maps. It
@@ -83,40 +82,33 @@
 OpenAerialMap and Maps for free.
 
 %prep
-%setup -q
-
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
-%endif
+%autosetup -p1
 
 %build
 %configure \
 --disable-static \
---enable-vala
-make %{?_smp_mflags} V=1
+--enable-vala \
+%{nil}
+%make_build
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 
 %post -n libchamplain-0_12-0 -p /sbin/ldconfig
-
 %postun -n libchamplain-0_12-0 -p /sbin/ldconfig
 
 %files -n libchamplain-0_12-0
-%defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING NEWS
 %{_libdir}/libchamplain-0.12.so.*
 %{_libdir}/libchamplain-gtk-0.12.so.*
 
 %files -n typelib-1_0-Champlain-0_12
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Champlain-0.12.typelib
 %{_libdir}/girepository-1.0/GtkChamplain-0.12.typelib
 
 %files devel
-%defattr(-, root, root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/champlain-0.12.pc
 %{_libdir}/pkgconfig/champlain-gtk-0.12.pc

++ libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch ++
>From 122d872eddec278d3b21aa6088ee2d57981e7da8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= 
Date: Wed, 20 Dec 2017 00:00:00 +
Subject: Fix wrapping in champlain_view_x_to_longitude.

Previous implementation assumed that after using x_to_wrap_x further
wrapping would be needed only if x + priv->viewport_x >= width.
Unfortunately, this is not the case when priv->viewport_x is negative
and whole x + priv->viewport_x ends up negative.
---
 champlain/champlain-view.c | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index 784d644..154b5eb 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -2471,18 +2471,17 @@ champlain_view_x_to_longitude (ChamplainView *view,
 
   g_return_val_if_fail (CHAMPLAIN_IS_VIEW (view), 0.0);
 
+  x += priv->viewport_x;
+
   if (priv->hwrap)
 {
   gdouble width = get_map_width (view);
   x = x_to_wrap_x (x, width);
-
-   

commit libgexiv2 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

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

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


Package is "libgexiv2"

Sat Feb  3 15:38:22 2018 rev:30 rq:572075 version:0.10.6

Changes:

--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes  2017-07-24 
12:31:16.767201101 +0200
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2018-02-03 
15:38:23.376897375 +0100
@@ -1,0 +2,16 @@
+Tue Jan 23 12:36:13 UTC 2018 - tchva...@suse.com
+
+- Allow to enable/disable building of python2/python3 bindings via
+  build conditions to accomodate potential python2-less products:
+  + BuildRequire python-rpm-macros: helper macros from the
+python-singlespec initiative. Even though the package can't be
+built completley with singlespec due to the additional
+libraries, we can still make good use of the helpers.
+  + Replace python-devel and python3-devel BuildRequires with
+python_module devel.
+  + Replace python-gobject and python3-gobject BuildRequires with
+python_module gobjecta.
+- Run test suite in %check section.
+- Correct URL to point to https://wiki.gnome.org/Projects/gexiv2.
+
+---



Other differences:
--
++ libgexiv2.spec ++
--- /var/tmp/diff_new_pack.mgJ5Hw/_old  2018-02-03 15:38:24.116862812 +0100
+++ /var/tmp/diff_new_pack.mgJ5Hw/_new  2018-02-03 15:38:24.120862625 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgexiv2
 #
-# 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,27 +17,28 @@
 
 
 %define tarname gexiv2
-
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
+%bcond_without python3
 Name:   libgexiv2
 Version:0.10.6
 Release:0
 Summary:A GObject-based Exiv2 wrapper
 License:GPL-2.0+
 Group:  Development/Libraries/C and C++
-Url:https://wiki.gnome.org/Apps/Shotwell
+Url:https://wiki.gnome.org/Projects/gexiv2
 Source: 
http://ftp.gnome.org/pub/gnome/sources/gexiv2/0.10/%{tarname}-%{version}.tar.xz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module gobject}
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection
 BuildRequires:  libtool
-BuildRequires:  python-devel
-BuildRequires:  python-gobject
-BuildRequires:  python3-devel
-BuildRequires:  python3-gobject
+BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(exiv2)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(vapigen)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
@@ -101,24 +102,23 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall LIB=%{_lib}
-%__rm %{buildroot}%{_libdir}/libgexiv2.*a
+%make_install LIB=%{_lib}
+rm %{buildroot}%{_libdir}/libgexiv2.*a
 
-%post -n libgexiv2-2 -p /sbin/ldconfig
+%check
+make %{?_smp_mflags} check
 
+%post -n libgexiv2-2 -p /sbin/ldconfig
 %postun -n libgexiv2-2 -p /sbin/ldconfig
 
 %files -n libgexiv2-2
-%defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README THANKS
 %{_libdir}/libgexiv2.so.*
 
 %files -n typelib-1_0-GExiv2-0_10
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GExiv2-0.10.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_datadir}/gir-1.0/GExiv2-0.10.gir
 %doc %{_datadir}/gtk-doc/html/gexiv2/
 %{_includedir}/gexiv2/
@@ -128,12 +128,14 @@
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gexiv2.vapi
 
+%if %{with python2}
 %files -n python-gexiv2
-%defattr(-,root,root)
 %{python_sitearch}/*
+%endif
 
+%if %{with python3}
 %files -n python3-gexiv2
-%defattr(-,root,root)
 %{python3_sitearch}/*
+%endif
 
 %changelog




commit ceph for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2018-02-03 15:37:39

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


Package is "ceph"

Sat Feb  3 15:37:39 2018 rev:26 rq:570620 version:13.0.0.5171+g4d4101fe78

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2017-12-12 
21:15:41.735496331 +0100
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes  2018-02-03 
15:37:45.590662316 +0100
@@ -1,0 +2,38 @@
+Mon Jan 29 13:46:41 UTC 2018 - ncut...@suse.com
+
+- Update to version 13.0.0-5171-g4d4101fe78:
+  + spec file:
+* change version number format
+* define _defined_if_python2_absent if, and only if, building without
+  python2 bcond
+
+---
+Fri Jan 26 19:03:21 UTC 2018 - ncut...@suse.com
+
+- Update to version 13.0.0-5169-g26918cdcc9:
+  + rebase to latest upstream master, including spec file changes:
+* eliminate Python 2 dependencies (bsc#1076403)
+  N.B.: this has the consequence that we no longer build or ship
+  Python 2 versions of the Python bindings for librados, librbd,
+  libcephfs and librgw
+* drop lowmem_builder bcond and rewrite associated code to be 
distro-agnostic
+* move distro-conditional BuildRequires to appropriate section
+* use more recent toolchain on RHEL 7
+* ceph-base: put runtime dependencies in alphabetical order
+* correct Group for python bindings subpackages
+* move ceph-volume to ceph-osd and adjust systemd macros accordingly
+* ceph-osd subpackage now requires lvm2 for ceph-volume
+* ceph-test: peg version of ceph-common dependency
+* drop deprecated scripts rcceph and ceph-crush-location
+* fix permissions of rbd resource agent 
+
+---
+Mon Nov 27 13:49:47 UTC 2017 - ncut...@suse.com
+
+- ceph-rpmlintrc: add lines to quash RPMLINT warnings
+  + ceph-base.x86_64: E: devel-file-in-non-devel-package (Badness: 50) 
/usr/lib64/ceph/crypto/libceph_crypto_isal.so
+  + librados2.x86_64: E: devel-file-in-non-devel-package (Badness: 50) 
/usr/lib64/ceph/libceph-common.so
+  + ceph-base.x86_64: E: devel-file-in-non-devel-package (Badness: 50) 
/usr/lib64/libos_tp.so
+  + ceph-base.x86_64: E: devel-file-in-non-devel-package (Badness: 50) 
/usr/lib64/libosd_tp.so
+
+---
ceph.changes: same change

Old:

  ceph-13.0.0-3535-g8b10d08c04.tar.bz2

New:

  ceph-13.0.0-5171-g4d4101fe78.tar.bz2



Other differences:
--
++ ceph-test.spec ++
--- /var/tmp/diff_new_pack.WChgcG/_old  2018-02-03 15:37:47.650566101 +0100
+++ /var/tmp/diff_new_pack.WChgcG/_new  2018-02-03 15:37:47.654565915 +0100
@@ -21,18 +21,16 @@
 %bcond_without tcmalloc
 %endif
 %if 0%{?fedora} || 0%{?rhel}
-%bcond_without lttng
 %bcond_without selinux
 %bcond_without ceph_test_package
 %bcond_without cephfs_java
-%bcond_with lowmem_builder
+%bcond_without lttng
 %global _remote_tarball_prefix https://download.ceph.com/tarballs/
 %endif
 %if 0%{?suse_version}
 %bcond_with selinux
 %bcond_without ceph_test_package
 %bcond_with cephfs_java
-%bcond_without lowmem_builder
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
 %global _fillupdir /var/adm/fillup-templates
@@ -47,6 +45,14 @@
 %endif
 %endif
 %endif
+%if 0%{?suse_version} >= 1500
+%bcond_with python2
+%else
+%bcond_without python2
+%endif
+%if 0%{without python2}
+%global _defined_if_python2_absent 1
+%endif
 
 %if %{with selinux}
 # get selinux policy version
@@ -56,6 +62,9 @@
 %{!?_udevrulesdir: %global _udevrulesdir /lib/udev/rules.d}
 %{!?tmpfiles_create: %global tmpfiles_create systemd-tmpfiles --create}
 %{!?python3_pkgversion: %global python3_pkgversion 3}
+# define _python_buildid macro which will expand to the empty string when
+# building with python2
+%global _python_buildid %{?_defined_if_python2_absent:%{python3_pkgversion}}
 
 # unify libexec for all targets
 %global _libexecdir %{_exec_prefix}/lib
@@ -67,8 +76,8 @@
 # main package definition
 
#
 Name: ceph-test
-Version: 13.0.0
-Release: 3535.g8b10d08c04%{?dist}
+Version: 13.0.0.5171+g4d4101fe78
+Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2
 %endif
@@ -83,7 +92,7 @@
 Group: System/Filesystems
 %endif
 URL: http://ceph.com/
-Source0: %{?_remote_tarball_prefix}ceph-13.0.0-3535-g8b10d08c04.tar.bz2
+Source0: %{?_remote_tarball_prefix}ceph-13.0.0-5171-g4d4101fe78.tar.bz2
 %if 0%{?suse_version}
 Source96: checkin.sh
 Source97: README-checkin.txt

commit libqt5-qtbase for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2018-02-03 15:38:02

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


Package is "libqt5-qtbase"

Sat Feb  3 15:38:02 2018 rev:73 rq:572065 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2018-01-02 16:32:55.053895202 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2018-02-03 15:38:04.249790773 +0100
@@ -1,0 +2,47 @@
+Fri Feb  2 08:10:28 UTC 2018 - alarr...@suse.com
+
+- Add 0001-QSimpleDrag-Fix-mouse-release-coords-for-delayed-eve.patch
+  to fix a bug causing the wrong desktop icon to look hovered
+  after dragging an icon on the desktop in plasma (QTBUG-66103).
+
+---
+Fri Jan 26 11:21:54 UTC 2018 - alarr...@suse.com
+
+- Moved 0001-Avoid-providing-bad-pixelDeltas-on-X11.patch to use a patch
+  number in the 1000-1999 range  since it was approved in the 5.9 branch
+  upstream.
+
+---
+Fri Jan 26 10:08:04 UTC 2018 - alarr...@suse.com
+
+- Add 0001-Avoid-providing-bad-pixelDeltas-on-X11.patch to avoid using
+  the hardcoded resolution that libinput is giving as a real pixel
+  delta (QTBUG-59261).
+
+---
+Tue Jan 25 10:13:15 UTC 2018 - alarr...@suse.com
+
+- Add patches to fix the custom page size handling in the print dialog as
+  well as other printer issues (QTBUG-58733, boo#994809):
+  * 0002-CUPS-Use-default-cups-job-priority-instead-of-50.patch
+  * 0003-QPageSetupWidget-setPrinter-Use-printdevice-default-paper-size.patch
+  * 0004-Fix-custom-page-size-handling-in-the-Unix-print-dial.patch
+  * 0005-CUPS-Refactor-the-code-a-bit.patch
+  * 0006-Refactor-QPPDOptionsModel-a-bit.patch
+  * 0007-CUPS-Fix-advanced-options-cancel-of-the-print-properties-dialog.patch
+  * 0008-CUPS-Fix-conflict-handling.patch
+  * 0009-CUPS-Use-printer-job-sheets-as-default-instead-of-none-none.patch
+  * 
0010-CUPS-Use-printer-job-billing-as-default-instead-of-the-empty-string.patch
+  * 0011-CUPS-Use-printer-job-hold-until-as-default-instead-of-the-nohold.patch
+  * 0012-Unix-Fix-usability-of-the-print-properties-dialog.patch
+  * 0013-cups-Dont-show-InstallableOptions-in-the-advanced-properties-tab.patch
+  * 0014-CUPS-Enable-printing-arbitrary-pages-and-page-ranges.patch
+  * 
0015-CUPS-Dont-show-choices-that-conflict-with-the-printer-installed-options.patch
+  * 0016-CUPS-Rework-set-clearCupsOption-API.patch
+  * 0017-Cups-Print-Dialog-Change-the-message-box-titles-to-C.patch
+  * 0018-Fix-build-due-to-missing-QDebug-include.patch
+
+- Dropped 0001-Fix-custom-page-size-handling-in-the-Unix-print-dial.patch
+  which is now included in the previous patchset with order 0004.
+
+---

Old:

  0001-Fix-custom-page-size-handling-in-the-Unix-print-dial.patch

New:

  0001-Avoid-providing-bad-pixelDeltas-on-X11.patch
  0001-QSimpleDrag-Fix-mouse-release-coords-for-delayed-eve.patch
  0002-CUPS-Use-default-cups-job-priority-instead-of-50.patch
  0003-QPageSetupWidget-setPrinter-Use-printdevice-default-paper-size.patch
  0004-Fix-custom-page-size-handling-in-the-Unix-print-dial.patch
  0005-CUPS-Refactor-the-code-a-bit.patch
  0006-Refactor-QPPDOptionsModel-a-bit.patch
  0007-CUPS-Fix-advanced-options-cancel-of-the-print-properties-dialog.patch
  0008-CUPS-Fix-conflict-handling.patch
  0009-CUPS-Use-printer-job-sheets-as-default-instead-of-none-none.patch
  0010-CUPS-Use-printer-job-billing-as-default-instead-of-the-empty-string.patch
  0011-CUPS-Use-printer-job-hold-until-as-default-instead-of-the-nohold.patch
  0012-Unix-Fix-usability-of-the-print-properties-dialog.patch
  0013-cups-Dont-show-InstallableOptions-in-the-advanced-properties-tab.patch
  0014-CUPS-Enable-printing-arbitrary-pages-and-page-ranges.patch
  
0015-CUPS-Dont-show-choices-that-conflict-with-the-printer-installed-options.patch
  0016-CUPS-Rework-set-clearCupsOption-API.patch
  0017-Cups-Print-Dialog-Change-the-message-box-titles-to-C.patch
  0018-Fix-build-due-to-missing-QDebug-include.patch



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.zfUq9n/_old  2018-02-03 15:38:06.249697361 +0100
+++ /var/tmp/diff_new_pack.zfUq9n/_new  2018-02-03 15:38:06.253697174 +0100
@@ -67,6 +67,8 @@
 Patch17:qapplication-emit-palettechanged.patch
 # patches 1000- 2000 and above from upstream 5.10 branch #
 Patch1000:  

commit evince for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2018-02-03 15:38:27

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


Package is "evince"

Sat Feb  3 15:38:27 2018 rev:131 rq:572078 version:3.26.0+20180128.1bd86963

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2018-01-16 
09:28:00.290024504 +0100
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2018-02-03 
15:38:28.692649085 +0100
@@ -1,0 +2,6 @@
+Sun Jan 28 23:07:32 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.26.0+20180128.1bd86963:
+  + shell: Fix media-player keys not working.
+
+---

Old:

  evince-3.26.0+20171120.3955d480.tar.xz

New:

  evince-3.26.0+20180128.1bd86963.tar.xz



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.XD0pMQ/_old  2018-02-03 15:38:29.280621621 +0100
+++ /var/tmp/diff_new_pack.XD0pMQ/_new  2018-02-03 15:38:29.284621434 +0100
@@ -20,7 +20,7 @@
 %define pluginAPI 4
 
 Name:   evince
-Version:3.26.0+20171120.3955d480
+Version:3.26.0+20180128.1bd86963
 Release:0
 Summary:GNOME Document Viewer
 License:GPL-2.0+

++ _servicedata ++
--- /var/tmp/diff_new_pack.XD0pMQ/_old  2018-02-03 15:38:29.332619193 +0100
+++ /var/tmp/diff_new_pack.XD0pMQ/_new  2018-02-03 15:38:29.332619193 +0100
@@ -1,4 +1,4 @@
 
 
 git://git.gnome.org/evince
-  3955d4805df2409e98ad2396f29af27d6fa2b4f2
\ No newline at end of file
+  1bd869630f96e83ae1d748eb551ee70d213dc1f4
\ No newline at end of file

++ evince-3.26.0+20171120.3955d480.tar.xz -> 
evince-3.26.0+20180128.1bd86963.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evince-3.26.0+20171120.3955d480/shell/ev-media-player-keys.c 
new/evince-3.26.0+20180128.1bd86963/shell/ev-media-player-keys.c
--- old/evince-3.26.0+20171120.3955d480/shell/ev-media-player-keys.c
2017-11-20 03:17:19.0 +0100
+++ new/evince-3.26.0+20180128.1bd86963/shell/ev-media-player-keys.c
2018-01-28 16:28:58.0 +0100
@@ -135,9 +135,6 @@
 {
 const char *application, *key;
 
-if (g_strcmp0 (sender_name, SD_NAME) != 0)
-return;
-
 if (g_strcmp0 (signal_name, "MediaPlayerKeyPressed") != 0)
 return;
 




commit llvm5 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package llvm5 for openSUSE:Factory checked 
in at 2018-02-03 15:37:54

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


Package is "llvm5"

Sat Feb  3 15:37:54 2018 rev:6 rq:571410 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/llvm5/llvm5.changes  2018-01-26 
13:57:55.829655298 +0100
+++ /work/SRC/openSUSE:Factory/.llvm5.new/llvm5.changes 2018-02-03 
15:37:54.946225330 +0100
@@ -1,0 +2,20 @@
+Wed Jan 31 08:48:48 UTC 2018 - m...@suse.com
+
+- Cleanup %ifarch conditions, remove targets unintentionally added
+  to s390/s390x. (bnc#1078436)
+
+---
+Tue Jan 30 09:24:22 UTC 2018 - m...@suse.com
+
+- Limit the amount of parallel link jobs, but no longer limit
+  compile jobs. This should prevent running out of memory during
+  linking while not longer slowing down compilation.
+- Remove build dependency on procps
+
+---
+Mon Jan 29 12:17:55 UTC 2018 - m...@suse.com
+
+- Reduce disk size requirement to 30GB in _constraints. We no
+  longer need that much since we stopped building static libraries.
+
+---



Other differences:
--
++ llvm5.spec ++
--- /var/tmp/diff_new_pack.ELoTp3/_old  2018-02-03 15:37:56.898134159 +0100
+++ /var/tmp/diff_new_pack.ELoTp3/_new  2018-02-03 15:37:56.898134159 +0100
@@ -107,7 +107,6 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  ninja
 BuildRequires:  pkgconfig
-BuildRequires:  procps
 BuildRequires:  python3
 BuildRequires:  pkgconfig(libedit)
 BuildRequires:  pkgconfig(zlib)
@@ -575,32 +574,35 @@
 %ifarch armv7hl
 flags+=" -mfloat-abi=hard -march=armv7-a -mtune=cortex-a15 -mfpu=vfpv3-d16"
 %endif
-%ifarch %{ix86} x86_64
+
+# By default build everything
 TARGETS_TO_BUILD="all"
-%else
 %ifarch s390 s390x
 # No graphics cards on System z
 TARGETS_TO_BUILD="host;BPF"
 %endif
 %ifarch %arm
+# TODO: Document why those.
 TARGETS_TO_BUILD="host;ARM;AMDGPU;BPF;NVPTX"
-%else
-TARGETS_TO_BUILD="host;AMDGPU;BPF;NVPTX"
 %endif
+%ifarch ppc64 ppc64le
+# TODO: Document why those.
+TARGETS_TO_BUILD="host;AMDGPU;BPF;NVPTX"
 %endif
 
 # do not eat all memory
-ninjaproc="%{?jobs:%{jobs}}"
+max_link_jobs="%{?jobs:%{jobs}}"
+max_compile_jobs="%{?jobs:%{jobs}}"
 echo "Available memory:"
-free
+cat /proc/meminfo
 echo "System limits:"
 ulimit -a
-if test -n "$ninjaproc" -a "$ninjaproc" -gt 1 ; then
-mem_per_process=2000
-max_mem=`LANG=C free -t -m | sed -n "s|^Mem: *\([0-9]*\).*$|\1|p"`
+if test -n "$max_link_jobs" -a "$max_link_jobs" -gt 1 ; then
+mem_per_process=200
+max_mem=$(awk '/MemTotal/ { print $2 }' /proc/meminfo)
 max_jobs="$(($max_mem / $mem_per_process))"
-test "$ninjaproc" -gt "$max_jobs" && ninjaproc="$max_jobs" && echo 
"Warning: Reducing number of jobs to $max_jobs because of memory limits"
-test "$ninjaproc" -le 0 && ninjaproc=1 && echo "Warning: Do not use the 
parallel build at all becuse of memory limits"
+test "$max_link_jobs" -gt "$max_jobs" && max_link_jobs="$max_jobs" && echo 
"Warning: Reducing number of link jobs to $max_jobs because of memory limits"
+test "$max_link_jobs" -le 0 && max_link_jobs=1 && echo "Warning: Not 
linking in parallel at all becuse of memory limits"
 fi
 
 %if 0%{?sle_version} && 0%{?sle_version} <= 13
@@ -618,6 +620,8 @@
 -DLLVM_LINK_LLVM_DYLIB:BOOL=OFF \
 -DCMAKE_C_FLAGS="$flags" \
 -DCMAKE_CXX_FLAGS="$flags" \
+-DLLVM_PARALLEL_COMPILE_JOBS="$max_compile_jobs" \
+-DLLVM_PARALLEL_LINK_JOBS="$max_link_jobs" \
 -DENABLE_LINKER_BUILD_ID=ON \
 -DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON \
 -DLLVM_BUILD_TOOLS:BOOL=OFF \
@@ -639,7 +643,7 @@
 -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-keep-memory" \
 -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-keep-memory" \
 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
-ninja -v -j $ninjaproc clang
+ninja -v %{?_smp_mflags} clang
 cd ..
 
 # Remove files that won't be needed anymore.
@@ -666,6 +670,8 @@
 -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
 -DCMAKE_C_FLAGS="$flags" \
 -DCMAKE_CXX_FLAGS="$flags" \
+-DLLVM_PARALLEL_COMPILE_JOBS="$max_compile_jobs" \
+-DLLVM_PARALLEL_LINK_JOBS="$max_link_jobs" \
 %ifarch %arm s390 %{ix86}
 -DCMAKE_C_FLAGS_RELWITHDEBINFO="-O2 -g1 -DNDEBUG" \
 -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="-O2 -g1 -DNDEBUG" \
@@ -697,7 +703,7 @@
 -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--build-id=sha1" \
 -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--build-id=sha1" \
 -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
-ninja -v -j 

commit ncurses for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2018-02-03 15:37:47

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


Package is "ncurses"

Sat Feb  3 15:37:47 2018 rev:141 rq:570861 version:6.1

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2018-01-20 
11:22:45.739453843 +0100
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2018-02-03 
15:37:50.318441488 +0100
@@ -1,0 +2,88 @@
+Tue Jan 30 07:51:09 UTC 2018 - wer...@suse.de
+
+- Correct include path for wide chraracter header files for ABI 6.1 
+
+---
+Mon Jan 29 10:48:07 UTC 2018 - wer...@suse.de
+
+- Update to ncurses 6.1 (patch 20180127)
+  + updated release notes
+  + amend a warning message from tic which should have flagged misuse
+of "XT" capability in "screen" terminal description.
+  > terminfo changes:
+  + trim "XT" from screen entry, add comments to explain why it was
+not suitable -TD
+  + modify iterm to use xterm+sl-twm building block -TD
+  + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
+konsole's removal in 2008 -TD
+  + expanded the history section of konsole to explain its flawed
+imitation of xterm's keyboard -TD
+  + use xterm+x11mouse in screen.* entries because screen does not yet
+support xterm's 1006 mode -TD
+  + add nsterm-build400 for macOS 10.13 -TD
+  + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
+  + update vte to vte-2017 -TD
+  + add ecma+strikeout to vte-2017 -TD
+  + add iterm2-direct -TD
+  + updated teraterm, added teraterm-256color -TD
+  + add mlterm-direct -TD
+  + add descriptions for ANSI building-blocks -TD
+- Modify patch ncurses-5.9-ibm327x.dif
+- Rename patch ncurses-6.0.dif to new name ncurses-6.1.dif
+- Modify patch ncurses-6.1.dif
+
+---
+Mon Jan 22 11:02:30 UTC 2018 - wer...@suse.de
+
+- Add ncurses patch 20180121 pre-release 6.1
+  > terminfo changes:
+  + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
+blocks from xterm #331 -TD
+  + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
+#331 -TD
+  + modify xterm+256color and xterm+256setaf to use correct number of
+color pairs, for ncurses 6.1 -TD
+  + add rs1 capability to xterm-256color -TD
+  + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
+match xterm #272, reflecting packager's changes -TD
+  + remove "boolean" Se, Ss from st-0.7 -TD
+  + add konsole-direct and st-direct -TD
+  + remove unsupported "Tc" capability from st-0.7; use st-direct if
+direct-colors are wanted -TD
+  + add vte-direct -TD
+  + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
+Pierre Carru)
+  + use xterm+sm+1006 in xterm-new, vte-2014 -TD
+  + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
+mode does not work with those programs.  konsole is debatable -TD
+  + add "termite" entry (report by Markus Pfeiffer) -TD
+  > merge branch begun April 2, 2017 which provides these features:
+  + support read/write new binary-format for terminfo which stores
+numeric capabilities as a signed 32-bit integer.  The test programs
+such as picsmap, ncurses were created or updated during 2017 to use
+this feature.
+  + the new format is written by the wide-character configuration of
+tic when it finds a numeric capability larger than 32767.
+  + other applications such as infocmp built with the wide-character
+ncurses library work as expected.
+  + applications built with the "narrow" (8-bit) configuration will
+read the new format, but will limit those extended values to 32767.
+  + in either wide/narrow configuration, the structure defined in
+term.h still uses signed 16-bit values.
+  + because it is incompatible with the legacy (mid-1980s) binary format,
+a new magic value is provided for the "file" program.
+  + the term.5 manual page is updated to describe this new format.
+  + the limit on file-size for compiled terminfo is increased in the
+wide-character configuration to 32768.
+- Add ncurses patch 20180120
+  + build-fix in picsmap.c for stdint.h existence.
+  + add --disable-stripping option to configure scripts.
+  + modify ncurses-examples to install test-scripts in the data directory.
+  + work around tool-breakage in Debian 9 and later by invoking
+gprconfig to specify the C compiler to be used by gnatmake,
+and conditionally suppressing Library_Options line for static
+libraries.
+  + bump the compat level for test-packages to 7, i.e., Debian 5.
+- Add tack patch 1.08-20170818
+

commit fltk for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package fltk for openSUSE:Factory checked in 
at 2018-02-03 15:37:33

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


Package is "fltk"

Sat Feb  3 15:37:33 2018 rev:40 rq:570580 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/fltk/fltk.changes2017-08-12 
19:41:47.337884246 +0200
+++ /work/SRC/openSUSE:Factory/.fltk.new/fltk.changes   2018-02-03 
15:37:34.991157408 +0100
@@ -1,0 +2,5 @@
+Mon Jan 29 12:20:23 UTC 2018 - pgaj...@suse.com
+
+- added xcursor dependency [bsc#1077881]
+
+---



Other differences:
--
++ fltk.spec ++
--- /var/tmp/diff_new_pack.607ymL/_old  2018-02-03 15:37:35.743122284 +0100
+++ /var/tmp/diff_new_pack.607ymL/_new  2018-02-03 15:37:35.747122097 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fltk
 #
-# 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
@@ -37,6 +37,7 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xft)
 BuildRequires:  pkgconfig(xinerama)




commit gstreamer-plugins-ugly for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2018-02-03 15:37:27

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


Package is "gstreamer-plugins-ugly"

Sat Feb  3 15:37:27 2018 rev:47 rq:570558 version:1.12.4

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2017-12-21 11:27:12.849779096 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
   2018-02-03 15:37:28.583456704 +0100
@@ -1,0 +2,6 @@
+Tue Jan 23 18:49:26 UTC 2018 - bjorn@gmail.com
+
+- Add gst-ugly-amrnwbdec-fixes.patch: Fixes for amr plugins, only
+  built on third party.
+
+---

New:

  gst-ugly-amrnwbdec-fixes.patch



Other differences:
--
++ gstreamer-plugins-ugly.spec ++
--- /var/tmp/diff_new_pack.16yKNV/_old  2018-02-03 15:37:29.431417097 +0100
+++ /var/tmp/diff_new_pack.16yKNV/_new  2018-02-03 15:37:29.443416536 +0100
@@ -32,6 +32,9 @@
 Url:http://gstreamer.freedesktop.org/
 Source: 
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{_name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gst-ugly-amrnwbdec-fixes.patch bjorn@gmail.com -- 
Fixes for amr plugins, only built on third party
+Patch0: gst-ugly-amrnwbdec-fixes.patch
+
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  liba52-devel
@@ -123,6 +126,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 export PYTHON=/usr/bin/python3

++ gst-ugly-amrnwbdec-fixes.patch ++
>From 6f2c1259b3ed66944ffeb48096a9c04677682480 Mon Sep 17 00:00:00 2001
From: Edward Hervey 
Date: Wed, 3 Jan 2018 16:02:08 +0100
Subject: amrwbdec: Don't use g_return_*_if_fail() on data parsing

Those functions can be disabled. Instead just use the (existing)
function.

CID #1427093
---
 ext/amrwbdec/amrwbdec.c | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/ext/amrwbdec/amrwbdec.c b/ext/amrwbdec/amrwbdec.c
index f90b7b7..cf05d95 100644
--- a/ext/amrwbdec/amrwbdec.c
+++ b/ext/amrwbdec/amrwbdec.c
@@ -172,14 +172,12 @@ gst_amrwbdec_parse (GstAudioDecoder * dec, GstAdapter * 
adapter,
   gint block, mode;
 
   size = gst_adapter_available (adapter);
-  g_return_val_if_fail (size > 0, GST_FLOW_ERROR);
+  if (size < 1)
+return GST_FLOW_ERROR;
 
   gst_audio_decoder_get_parse_state (dec, , );
 
   /* need to peek data to get the size */
-  if (size < 1)
-return GST_FLOW_ERROR;
-
   gst_adapter_copy (adapter, header, 0, 1);
   mode = (header[0] >> 3) & 0x0F;
   block = block_size[mode];
-- 
cgit v1.1


>From d7f845f05bb2ed59f7434d11b70e2a694f246b59 Mon Sep 17 00:00:00 2001
From: Edward Hervey 
Date: Wed, 3 Jan 2018 16:02:08 +0100
Subject: amrnbdec: Don't use g_return_*_if_fail() on data parsing

Those functions can be disabled. Instead just use the (existing)
function.

CID #1427121
---
 ext/amrnb/amrnbdec.c | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/ext/amrnb/amrnbdec.c b/ext/amrnb/amrnbdec.c
index 653f1c5..8f2c422 100644
--- a/ext/amrnb/amrnbdec.c
+++ b/ext/amrnb/amrnbdec.c
@@ -241,14 +241,12 @@ gst_amrnbdec_parse (GstAudioDecoder * dec, GstAdapter * 
adapter,
   gint block, mode;
 
   size = gst_adapter_available (adapter);
-  g_return_val_if_fail (size > 0, GST_FLOW_ERROR);
+  if (size < 1)
+return GST_FLOW_ERROR;
 
   gst_audio_decoder_get_parse_state (dec, , );
 
   /* need to peek data to get the size */
-  if (size < 1)
-return GST_FLOW_ERROR;
-
   gst_adapter_copy (adapter, head, 0, 1);
 
   /* get size */
-- 
cgit v1.1



commit suse-xsl-stylesheets for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2018-02-03 15:37:18

Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)


Package is "suse-xsl-stylesheets"

Sat Feb  3 15:37:18 2018 rev:40 rq:570553 version:2.0.8

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2017-10-17 01:49:34.810692363 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2018-02-03 15:37:19.567877813 +0100
@@ -0,0 +1,5 @@
+---
+Mon Jan 29 11:17:00 UTC 2018 - skn...@suse.com
+
+Project/Spec File:
+* Remove liberation2-fonts package from requirements (bsc#1077375)



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.sD6VLf/_old  2018-02-03 15:37:20.235846613 +0100
+++ /var/tmp/diff_new_pack.sD6VLf/_new  2018-02-03 15:37:20.235846613 +0100
@@ -91,13 +91,7 @@
 # Proprietary Western:
 Recommends: agfa-fonts
 # Fallback for proprietary Western:
-# (openSUSE provides liberation2-fonts, while SLE 12 is currently stuck on v1.)
-# bsc#1044521
-%if ( 0%{?is_opensuse} && 0%{?sle_version} > 120200 ) || 0%{suse_version} > 
1320
-Requires:   liberation2-fonts
-%else
 Requires:   liberation-fonts
-%endif
 
 # Japanese:
 Requires:   sazanami-fonts




commit rsync for openSUSE:Factory

2018-02-03 Thread root
Hello community,

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

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


Package is "rsync"

Sat Feb  3 15:37:23 2018 rev:66 rq:570557 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2018-01-20 
11:19:58.715262357 +0100
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2018-02-03 
15:37:24.295656983 +0100
@@ -1,0 +2,56 @@
+Mon Jan 29 11:03:42 UTC 2018 - pmonrealgonza...@suse.com
+
+- Update to version 3.1.3 [bsc#1076503]:
+  Protocol: 31 (unchanged)
+
+- SECURITY FIXES:
+  * Fixed a buffer overrun in the protocol's handling of xattr names and
+ensure that the received name is null terminated.
+  * Fix an issue with --protect-args where the user could specify the arg
+in the protected-arg list and short-circuit some of the arg-sanitizing
+code.
+
+- BUG FIXES:
+  * Don't output about a new backup dir without appropriate info verbosity.
+  * Fixed some issues with the sort functions in support/rsyncstats script.
+  * Added a way to specify daemon config lists (e.g. users, groups, etc)
+  * that contain spaces (see "auth users" in the latest rsyncd.conf manpage).
+  * If a backup fails (e.g. full disk) rsync exits with an error.
+  * Fixed a problem with a doubled --fuzzy option combined with --link-dest.
+  * Avoid invalid output in the summary if either the start or end time had
+an error.
+  * We don't allow a popt alias to affect the --daemon or --server options.
+  * Fix daemon exclude code to disallow attribute changes in addition to
+disallowing transfers.
+  * Don't force nanoseconds to match if a non-transferred, non-checksummed
+file only passed the quick-check w/o comparing nanosecods.
+
+- ENHANCEMENTS:
+  * Added the ability for rsync to compare nanosecond times in its
+file-check
+comparisons, and added support nanosecond times on Mac OS X.
+  * Added a short-option (-@) for --modify-window.
+  * Added the --checksum-choice=NAME[,NAME] option to choose the checksum
+algorithms.
+  * Added hashing of xattr names (with using -X) to improve the handling of
+files with large numbers of xattrs.
+  * Added a way to filter xattr names using include/exclude/filter rules
+(see the --xattrs option in the manpage for details).
+  * Added "daemon chroot|uid|gid" to the daemon config (in addition to the
+old chroot|uid|gid settings that affect the daemon's transfer process).
+  * Added "syslog tag" to the daemon configuration.
+  * Some manpage improvements.
+
+- DEVELOPER RELATED:
+  * Tweak the "make" output when yodl isn't around to create the man pages.
+  * Changed an obsolete autoconf compile macro.
+  * Support newer yodl versions when converting man pages.
+
+- Dropped patches fixed upstream:
+  * rsync-CVE-2017-16548.patch
+  * rsync-3.1.2-CVE-2018-5764.patch
+
+- Refreshed patches:
+  * rsync-send_error_to_sender.patch
+
+---

Old:

  rsync-3.1.2-CVE-2018-5764.patch
  rsync-3.1.2.tar.gz
  rsync-3.1.2.tar.gz.asc
  rsync-CVE-2017-16548.patch
  rsync-patches-3.1.2.tar.gz
  rsync-patches-3.1.2.tar.gz.asc

New:

  rsync-3.1.3.tar.gz
  rsync-3.1.3.tar.gz.asc
  rsync-patches-3.1.3.tar.gz
  rsync-patches-3.1.3.tar.gz.asc



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.eI6cJM/_old  2018-02-03 15:37:25.019623167 +0100
+++ /var/tmp/diff_new_pack.eI6cJM/_new  2018-02-03 15:37:25.019623167 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rsync
-Version:3.1.2
+Version:3.1.3
 Release:0
 Summary:Versatile tool for fast incremental file transfer
 License:GPL-3.0+
@@ -40,13 +40,9 @@
 #PATCH-FIX-SUSE boo#922710 slp
 Patch1: rsync-add_back_use_slp_directive.patch
 Patch2: rsync-both-compressions.patch
-#PATCH-FIX-UPSTREAM CVE-2017-16548 bsc#1066644 Missing trailing '\0' check 
could lead to remote DoS
-Patch3: rsync-CVE-2017-16548.patch
 #PATCH-FIX-UPSTREAM bcs#1062063 rsync doesn't stop on errors
 Patch4: rsync-send_error_to_sender.patch
 Patch5: rsync-avoid-uploading-after-error.patch
-#PATCH-FIX-UPSTREAM bcs#1076503 CVE-2018-5764 parse_arguments function does 
not prevent multiple --protect-arg
-Patch6: rsync-3.1.2-CVE-2018-5764.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libacl-devel
@@ -80,10 +76,8 @@
 patch -p1 < patches/time-limit.diff
 %patch0 -p1
 %patch2 -p1
-%patch3 -p1
 %patch4
 %patch5
-%patch6 -p1
 
 %build
 autoreconf -fiv

++ rsync-3.1.2.tar.gz -> rsync-3.1.3.tar.gz ++
 5546 lines of diff (skipped)


commit linux-glibc-devel for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package linux-glibc-devel for 
openSUSE:Factory checked in at 2018-02-03 15:37:13

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


Package is "linux-glibc-devel"

Sat Feb  3 15:37:13 2018 rev:60 rq:570504 version:4.15

Changes:

--- /work/SRC/openSUSE:Factory/linux-glibc-devel/linux-glibc-devel.changes  
2017-11-17 10:37:13.782736612 +0100
+++ /work/SRC/openSUSE:Factory/.linux-glibc-devel.new/linux-glibc-devel.changes 
2018-02-03 15:37:14.780101446 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 10:17:33 UTC 2018 - sch...@suse.de
+
+- Update to kernel headers 4.15
+- Add support for riscv
+
+---

Old:

  linux-glibc-devel-4.14.tar.xz

New:

  linux-glibc-devel-4.15.tar.xz



Other differences:
--
++ linux-glibc-devel.spec ++
--- /var/tmp/diff_new_pack.ggylOD/_old  2018-02-03 15:37:15.500067817 +0100
+++ /var/tmp/diff_new_pack.ggylOD/_new  2018-02-03 15:37:15.500067817 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linux-glibc-devel
 #
-# 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 @@
 License:GPL-2.0
 Group:  Development/Libraries/C and C++
 BuildArch:  noarch
-Version:4.14
+Version:4.15
 Release:0
 Url:http://www.kernel.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -134,6 +134,7 @@
sparc*)  asm_link=sparc  ;;
aarch64) asm_link=arm64  ;;
m68k)asm_link=m68k   ;;
+   riscv*)  asm_link=riscv  ;;
*)   asm_link=x86  ;;
 esac
 if test -L usr/include/asm
@@ -167,6 +168,7 @@
sparc*)  asm_link=sparc  ;;
aarch64) asm_link=arm64  ;;
m68k)asm_link=m68k   ;;
+   riscv*)  asm_link=riscv  ;;
*)   asm_link=x86  ;;
 esac
 ln -sfn arch-$asm_link/asm usr/include/asm

++ linux-glibc-devel-4.14.tar.xz -> linux-glibc-devel-4.15.tar.xz ++
 5784 lines of diff (skipped)




commit python-Cython for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-02-03 15:36:57

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


Package is "python-Cython"

Sat Feb  3 15:36:57 2018 rev:34 rq:570447 version:0.27.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2017-10-13 14:07:04.975986227 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes 
2018-02-03 15:37:01.356728440 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 00:23:49 UTC 2018 - mimi...@gmail.com
+
+-  update to 0.27.3
+- see CHANGES.txt for details
+
+---
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2017-10-05 11:49:26.795438840 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2018-02-03 15:37:02.432678183 +0100
@@ -1,0 +2,6 @@
+Mon Jan 29 00:23:03 UTC 2018 - mimi...@gmail.com
+
+- update to 0.27.3
+- big list of changes since 0.26.1 please see CHANGES.txt
+
+---

Old:

  Cython-0.26.1.tar.gz

New:

  Cython-0.27.3.tar.gz



Other differences:
--
++ python-Cython-doc.spec ++
--- /var/tmp/diff_new_pack.dVMmAs/_old  2018-02-03 15:37:03.544626245 +0100
+++ /var/tmp/diff_new_pack.dVMmAs/_new  2018-02-03 15:37:03.544626245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython-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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %ifarch x86_64
 %bcond_without  test
 %else
@@ -23,7 +24,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Cython-doc
-Version:0.26.1
+Version:0.27.3
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -35,8 +36,8 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
 %if %{with test}
-BuildRequires:  gcc-c++
 BuildRequires:  %{python_module Cython = %{version}}
+BuildRequires:  gcc-c++
 %endif
 BuildArch:  noarch
 

++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.dVMmAs/_old  2018-02-03 15:37:03.572624937 +0100
+++ /var/tmp/diff_new_pack.dVMmAs/_new  2018-02-03 15:37:03.572624937 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# 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
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-Cython
-Version:0.26.1
+Version:0.27.3
 Release:0
 Url:http://www.cython.org
 Summary:The Cython compiler for writing C extensions for the Python 
language
@@ -87,7 +88,6 @@
 %python_uninstall_alternative cython
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE.txt
 %else

++ Cython-0.26.1.tar.gz -> Cython-0.27.3.tar.gz ++
 22660 lines of diff (skipped)




commit gdm for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2018-02-03 15:36:32

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


Package is "gdm"

Sat Feb  3 15:36:32 2018 rev:204 rq:571343 version:3.26.2.1

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2018-01-24 15:25:16.741026156 
+0100
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2018-02-03 
15:36:39.629743292 +0100
@@ -1,0 +2,13 @@
+Wed Jan 31 10:03:25 UTC 2018 - yfji...@suse.com
+
+- Add back translation-update-upstream as BuildRequires since 
+  SLE still needs it.
+
+---
+Tue Jan 30 07:48:01 UTC 2018 - yfji...@suse.com
+
+- Update gdm-disable-wayland-on-unsupported-chipsets.patch: examine
+  filename argument in gdm_settings_desktop_backend_new instead of
+  examining GDM_RUNTIME_CONF (bsc#1078030).
+
+---



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.DlxCUn/_old  2018-02-03 15:36:40.513702004 +0100
+++ /var/tmp/diff_new_pack.DlxCUn/_new  2018-02-03 15:36:40.513702004 +0100
@@ -84,6 +84,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pwdutils
 BuildRequires:  tcpd-devel
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-server
 BuildRequires:  xorg-x11-server-extra

++ gdm-disable-wayland-on-unsupported-chipsets.patch ++
--- /var/tmp/diff_new_pack.DlxCUn/_old  2018-02-03 15:36:40.597698080 +0100
+++ /var/tmp/diff_new_pack.DlxCUn/_new  2018-02-03 15:36:40.597698080 +0100
@@ -168,7 +168,7 @@
  GObject *object;
  
 -object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND, NULL);
-+if (!g_file_test (GDM_RUNTIME_CONF, G_FILE_TEST_IS_REGULAR))
++if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR))
 +return NULL;
  
 +object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND,




commit lvm2 for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2018-02-03 15:37:06

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


Package is "lvm2"

Sat Feb  3 15:37:06 2018 rev:114 rq:570450 version:2.02.177

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/device-mapper.changes   2018-01-16 
09:39:54.748592628 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/device-mapper.changes  2018-02-03 
15:37:07.644434746 +0100
@@ -1,0 +2,7 @@
+Tue Jan 16 11:53:36 UTC 2018 - z...@suse.com
+
+- clvmd: try to refresh device cache on the first failure
+  (bsc#978055, bsc#1076042)
+ + bug-978055_clvmd-try-to-refresh-device-cache-on-the-first-failu.patch 
+
+---
lvm2-clvm.changes: same change
lvm2.changes: same change

New:

  bug-978055_clvmd-try-to-refresh-device-cache-on-the-first-failu.patch



Other differences:
--
++ lvm2-clvm.spec ++
--- /var/tmp/diff_new_pack.1gPOpo/_old  2018-02-03 15:37:08.560391963 +0100
+++ /var/tmp/diff_new_pack.1gPOpo/_new  2018-02-03 15:37:08.564391776 +0100
@@ -61,6 +61,9 @@
 Patch2001:  
bug-1012973_simplify-special-case-for-md-in-69-dm-lvm-metadata.patch
 ### COMMON-PATCH-END ###
 
+# Patches for clvmd and cmirrord
+Patch3001:  
bug-978055_clvmd-try-to-refresh-device-cache-on-the-first-failu.patch
+
 %description
 A daemon for using LVM2 Logival Volumes in a clustered environment.
 
@@ -76,6 +79,8 @@
 %patch2001 -p1
 ### COMMON-PREP-END ###
 
+%patch3001 -p1
+
 %build
 extra_opts="
 --enable-applib


++ bug-978055_clvmd-try-to-refresh-device-cache-on-the-first-failu.patch 
++
>From 4f0681b1a296d88ac1dbdb26e46afed3285ad1bf Mon Sep 17 00:00:00 2001
From: Eric Ren 
Date: Tue, 23 May 2017 15:09:46 +0800
Subject: [PATCH 09/10] clvmd: try to refresh device cache on the first failure

1. The original problem
$ sudo lvchange -ay testvg/testlv
Error locking on node 1302cf30: Volume group for uuid not found:
qBKu65bSxfRq7gUf91NZuH4epLza4ifDieQJFd2to2WruVi5Brn7DxxsEgi5Zodw

2. This problem can be easily replicated
a. Make clvmd running in cluster environment;
b. Assume you have created LV "testlv" in local VG 'testvg' on
   a MD device 'md0';
c. Make sure 'md0' is stopped, and not in the device cache by
   executing 'clvmd -R' or 'pvscan';
d. Assemble 'md0' by issuing 'mdadm --assemble --scan --name md0';
e. To activate 'testlv', you will see the 'Error locking' problem.

3. Analysis
a. After step 2.d, 'pvscan --cache ...' is triggered by udev rules,
   notifying 'md0' is ready. But, pvscan exits very early because
   lvmetad is not being used, thus doesn't go through the lock manager.
   Therefore, clvmd isn't aware of this udev events. The device cache
   hasn't 'md0'.

b. In step 2.e, the client, 'lvchange -ay testvg/testlv' cmd, can find
   'testlv' correctly in the client metadata, because the device list
   is gathered by call chain:
   
lvm_run_command()->init_filters()->persistent_filter_load()->dev_cache_scan().
   Then, it asks clvmd for "Locking VG V_testvg CR", which just drops
   the metadata in clmvd by call chain: do_lock_vg()->lvmcache_drop_metadata(),
   but the device cache is *not* refreshed.

c. Finally, clvmd fails to find the lvid in activation path:
do_lock_lv()->do_activate_lv()->lv_info_by_lvid()

Apparently, the metadata DB is not complete without a complete device
cache in clvmd. However, upstream say the pvscan tool intends to be
only used with lvmetad, suggesting me not hacking there. So, we'd
better fix this issue within clvmd code.

Sometimes, the device cache in clvmd could be out of date.
"clvmd -R" is invented for this issue. However, to run
"clvmd -R" manually is not convenient, because it's hard
to predict when device change would happen.

This patch gives another try after refreshing the device
cache. In normal, it doesn't cause any side-effect. In
case of the issue above, it's worth a retry.

Signed-off-by: Eric Ren 
---
 daemons/clvmd/lvm-functions.c | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/daemons/clvmd/lvm-functions.c b/daemons/clvmd/lvm-functions.c
index 2446fd1..dcd3f9b 100644
--- a/daemons/clvmd/lvm-functions.c
+++ b/daemons/clvmd/lvm-functions.c
@@ -509,11 +509,14 @@ const char *do_lock_query(char *resource)
 int do_lock_lv(unsigned char command, unsigned char lock_flags, char *resource)
 {
int status = 0;
+   int do_refresh = 0;
 
DEBUGLOG("do_lock_lv: resource '%s', cmd = %s, flags = %s, 
critical_section = %d\n",
 resource, decode_locking_cmd(command), 
decode_flags(lock_flags), critical_section());
 
-   if 

commit SUSEConnect for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package SUSEConnect for openSUSE:Factory 
checked in at 2018-02-03 15:36:24

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


Package is "SUSEConnect"

Sat Feb  3 15:36:24 2018 rev:8 rq:571116 version:0.3.7

Changes:

--- /work/SRC/openSUSE:Factory/SUSEConnect/SUSEConnect.changes  2018-01-24 
15:24:55.238031942 +0100
+++ /work/SRC/openSUSE:Factory/.SUSEConnect.new/SUSEConnect.changes 
2018-02-03 15:36:25.358409900 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 14:27:51 UTC 2018 - fschuel...@suse.com
+
+- Repackage gem 
+
+---



Other differences:
--
++ suse-connect-0.3.7.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/suse/connect/cli.rb new/lib/suse/connect/cli.rb
--- old/lib/suse/connect/cli.rb 2018-01-18 15:59:05.0 +0100
+++ new/lib/suse/connect/cli.rb 2018-01-30 15:28:44.0 +0100
@@ -114,8 +114,6 @@
 '//. You can find these 
values by calling: ' \
 '\'SUSEConnect --list-extensions\'. ')
   identifier, version, arch = opt.split('/')
-  require 'byebug'
-  byebug
   @options[:product] = Remote::Product.new(identifier: identifier, 
version: version, arch: arch)
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/suse/connect/remote/product.rb 
new/lib/suse/connect/remote/product.rb
--- old/lib/suse/connect/remote/product.rb  2018-01-18 15:59:05.0 
+0100
+++ new/lib/suse/connect/remote/product.rb  2018-01-30 15:28:44.0 
+0100
@@ -24,6 +24,8 @@
 }
   end
 
+  # This method is needed to compute the distro_target when 
/etc/products.d/baseproduct
+  # does not exist. This happens e.g. when creating a rootfs from scratch.
   def distro_target
 version = self.version.scan(/\d+/)[0]
 identifier = self.identifier.downcase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2018-01-18 15:59:05.0 +0100
+++ new/metadata2018-01-30 15:28:44.0 +0100
@@ -8,7 +8,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-01-18 00:00:00.0 Z
+date: 2018-01-30 00:00:00.0 Z
 dependencies: []
 description: This package provides a command line tool and rubygem library for 
connecting
   a client system to the SUSE Customer Center. It will connect the system to 
your
@@ -83,7 +83,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.5.1
+rubygems_version: 2.2.2
 signing_key: 
 specification_version: 4
 summary: SUSE Connect utility to register a system with the SUSE Customer 
Center




commit liborcus for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2018-02-03 15:36:28

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


Package is "liborcus"

Sat Feb  3 15:36:28 2018 rev:23 rq:571125 version:0.13.2

Changes:

--- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes2018-01-09 
14:50:44.278708570 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2018-02-03 
15:36:29.634210179 +0100
@@ -1,0 +2,7 @@
+Tue Jan 30 14:57:03 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.13.2:
+  * Various small fixes
+  * Improvements in Excel 2003 XML import iflter
+
+---

Old:

  liborcus-0.13.1.tar.xz

New:

  liborcus-0.13.2.tar.xz



Other differences:
--
++ liborcus.spec ++
--- /var/tmp/diff_new_pack.hLbh4a/_old  2018-02-03 15:36:30.522168703 +0100
+++ /var/tmp/diff_new_pack.hLbh4a/_new  2018-02-03 15:36:30.526168516 +0100
@@ -18,7 +18,7 @@
 
 %define libname liborcus-0_13-0
 Name:   liborcus
-Version:0.13.1
+Version:0.13.2
 Release:0
 Summary:Spreadsheet file processing library
 License:MPL-2.0

++ liborcus-0.13.1.tar.xz -> liborcus-0.13.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liborcus-0.13.1/ChangeLog 
new/liborcus-0.13.2/ChangeLog
--- old/liborcus-0.13.1/ChangeLog   2017-11-16 01:56:52.0 +0100
+++ new/liborcus-0.13.2/ChangeLog   2018-01-27 03:08:17.0 +0100
@@ -1,3 +1,88 @@
+2018-01-26  Kohei Yoshida    
[dadc490ce903a9ccd9688f25af5e848b78bf8f23]
+
+   Revert "fix automake warning"
+
+   This reverts commit e4e1e3eb41755a4520a22b904a638da0770836f1.
+
+2018-01-26  Kohei Yoshida    
[d26cfd097e33f2ab05182bc63a54599667d1fc34]
+
+   Up the version to 0.13.2.
+
+
+2018-01-25  Kohei Yoshida    
[cc8bb3cc0318a639b300a49984fa98644655a14e]
+
+   xls-xml: import cell borders.
+
+   We'll just map these cell borders to xlsx's cell border styles.
+
+   (cherry picked from commit 83f7fb42f5280f1732dfb135e3aa41adc29f29b2)
+
+2018-01-24  Kohei Yoshida    
[bd048dcf365b0b16fe5d188915ea30f2040d8828]
+
+   xlsx: pick up diagonal borders.
+
+   (cherry picked from commit 6f4ff977fb912f389cb5f066c136f758e8431f78)
+
+2018-01-23  Kohei Yoshida    
[e0b65787e3bb1b264002a183790265cdadde7312]
+
+   xlsx: fix exception being thrown when diagonal element is encountered.
+
+   (cherry picked from commit b5d3809c70ef7531e2891d8ac0b04873a4573480)
+
+2018-01-23  David Tardon    
[679a6229d4838f0a162c5c9938d5bc1c1cfbaa9b]
+
+   fix build failure in Rawhide
+
+   (cherry picked from commit 658e77a9fc43853cb25a9511e01772dd1bef3c36)
+
+2018-01-23  David Tardon    
[e4e1e3eb41755a4520a22b904a638da0770836f1]
+
+   fix automake warning
+
+   (cherry picked from commit 719ab1789710a32c034f85b826025c71808a5eb5)
+
+2018-01-13  Kohei Yoshida    
[491ba8e21c639842fa82d93950062ef638e87103]
+
+   xls-xml: pick up text alignment properties.
+
+   (cherry picked from commit caece95470f4ba5cf4aaca513f493d6a94b4dfa7)
+
+2018-01-10  Kohei Yoshida    
[804eec72736d51aae15d5a1a823f6f3332c1118e]
+
+   xlsx: pick up justified and distributed alignment types as well.
+
+   (cherry picked from commit a138b970085b2ff1f43888d39f1e891f46c7e2b1)
+
+2018-01-04  Kohei Yoshida    
[19a2294a2d89adf0a83363452c7d4c6546ada118]
+
+   xls-xml: alpha value must be 255 for being fully opaque.
+
+   (cherry picked from commit 62e49b9297c4c3417524d960bd0cd3e4fa4f9885)
+
+2018-01-04  Kohei Yoshida    
[68089a402044c7e5e127f9fbaeccda0af56d1808]
+
+   xls-xml: pick up solid fill colors.
+
+   (cherry picked from commit f3c8707042914b1c771dd643983d773f9fcf217b)
+
+2017-12-30  Kohei Yoshida    
[1dac2d68e5993d1e3f64a6f047e761db4074f36f]
+
+   Pick up row height properties.
+
+   (cherry picked from commit 0b9323fc39e4f4cc0f7b063f55fd8443feedf21c)
+
+2017-12-30  Kohei Yoshida    
[76438dea4b8315041a988aac0b0aabd45205675d]
+
+   Pick up column width properties.
+
+   (cherry picked from commit 057d65f7db30f58fca880aa2952d9536e5d2a5ac)
+
+2017-11-27  Caolán McNamara    
[25f6ad315418ba5beab70e7fd53c7cde6b519998]
+
+   Silence an assert.
+
+   (cherry 

commit apr for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package apr for openSUSE:Factory checked in 
at 2018-02-03 15:36:06

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


Package is "apr"

Sat Feb  3 15:36:06 2018 rev:5 rq:570933 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/apr/apr.changes  2017-11-11 14:15:12.124884815 
+0100
+++ /work/SRC/openSUSE:Factory/.apr.new/apr.changes 2018-02-03 
15:36:09.143167309 +0100
@@ -1,0 +2,5 @@
+Tue Jan 23 12:26:11 UTC 2018 - norm...@linux.vnet.ibm.com
+
+- ignore PowerPC transient test failures
+
+---



Other differences:
--
++ apr.spec ++
--- /var/tmp/diff_new_pack.OLrXBf/_old  2018-02-03 15:36:09.823135547 +0100
+++ /var/tmp/diff_new_pack.OLrXBf/_new  2018-02-03 15:36:09.823135547 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package apr
 #
-# 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
@@ -128,8 +128,12 @@
 
 %check
 %if ! 0%{?qemu_user_space_build}
+%ifarch ppc ppc64 ppc64le
+make check -j1 || { echo "ignore PowerPC transient test failures"; exit 0; }
+%else
 make check -j1
 %endif
+%endif
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig





commit NetworkManager for openSUSE:Factory

2018-02-03 Thread root
Hello community,

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

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


Package is "NetworkManager"

Sat Feb  3 15:36:01 2018 rev:177 rq:570925 version:1.10.2

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2018-01-26 13:59:05.170417849 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2018-02-03 15:36:02.815462874 +0100
@@ -1,0 +2,75 @@
+Fri Jan 26 20:29:32 UTC 2018 - bjorn@gmail.com
+
+- Replace sysconfig with sysconfig-netconfig BuildRequires and
+  Requires, this is what we in reality need.
+
+---
+Thu Jan 25 01:10:02 UTC 2018 - dims...@opensuse.org
+
+- Update to version 1.10.2:
+  + Added support for 'onlink' IPv4 routes attribute.
+  + Wait longer for the carrier to come up after a MTU change.
+  + Implemented abstraction for team connections that exposes team
+configuration items as distinct properties.
+  + Added basic support for tc queueing disciplines and filters.
+  + Introduced an Update2() D-Bus method to update connection
+settings with more flexibility.
+  + Many bug fixes and improvements.
+- Changes from version 1.10.0:
+  + NetworkManager includes now basic OpenVSwitch support, good
+enough to be capable of setting up simple OpenVSwitch
+configurations.
+  + Added support for activating PPP connections on non-Ethernet
+interfaces.
+  + It is now possible to authenticate to a Wi-Fi network using WPS
+(Wi-Fi Protected Setup).
+  + Implemented support for Wi-Fi PMF (Protected Management Frames,
+802.11w), which can be configured via the wifi-sec.pmf
+property.
+  + Now the maximum rate of wireless access points supporting
+802.11 is properly calculated and exposed on D-Bus.
+  + Background scanning is now disabled for non-WPA-Enterprise
+Wi-Fi networks.
+  + Added support for the Bluetooth NAP (Network Access Point)
+profile.
+  + Added support for disabling connectivity checking via the D-Bus
+interface.
+  + The internal DHCP client now understands the domain-search
+option.
+  + Bridge connections support the group-forward-mask property.
+  + NetworkManager can now configure multiple IPv6 default routes
+received through RA and each gets configured with the announced
+preference.
+  + It is possible to specify the routing table for each static
+route.
+  + Support specifying a explicit routing table for any
+non-static-route, including routes from DHCP, device-routes,
+IPv6 autoconf.
+  + Device are left configured when a user sets them as unmanaged
+by NetworkManager.
+  + New connection.auth-retry property to configure how often
+authentication is prompted before failing the configuration.
+  + The platform code that handles synchronization with kernel
+status via netlink has been reworked and is more efficient.
+  + Allowed the update of connections that have an associated
+ifcfg-rh routing rules file.
+  + Non-UTF8 properties are now escaped when they are exported on
+D-Bus.
+  + NetworkManager-wait-online.service now starts
+NetworkManager.service if needed.
+  + The MAC address for bond connections can be changed in nmtui.
+  + Fixed dependency problems when setting the MTU of VLAN and
+ master devices.
+  + The systemd-resolved DNS plugin properly handles the DNS
+priority setting.
+  + Fixed setting a DHCP timeout greater than 60 seconds
+(dhclient).
+  + Fixed some memory leaks.
+  + Many other bug fixes and improvements.
+- Rebase networkmanager-obs-net.patch and
+  nm-dont-overwrite-resolv-conf.patch.
+- Drop nm-disconnect-proxy-signals.patch and
+  nm-vpn-remote-connection-disconnect-signals.patch: Fixed
+  upstream.
+
+---

Old:

  NetworkManager-1.8.6.tar.xz

New:

  NetworkManager-1.10.2.tar.xz



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.jLYX6H/_old  2018-02-03 15:36:03.523429805 +0100
+++ /var/tmp/diff_new_pack.jLYX6H/_new  2018-02-03 15:36:03.527429618 +0100
@@ -23,14 +23,14 @@
 %define _udevdir %(pkg-config --variable udevdir udev)
 
 Name:   NetworkManager
-Version:1.8.6
+Version:1.10.2
 Release:0
 Summary:Network Link Manager and User Applications
 License:GPL-2.0+
 Group:  Productivity/Networking/System
 Url:http://www.gnome.org/projects/NetworkManager/
+Source0:

commit ibus for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2018-02-03 15:35:35

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


Package is "ibus"

Sat Feb  3 15:35:35 2018 rev:81 rq:570643 version:1.5.17

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2018-01-29 
14:56:41.316677666 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2018-02-03 
15:35:36.460693904 +0100
@@ -1,0 +2,6 @@
+Thu Jan 25 06:27:27 UTC 2018 - qz...@suse.com
+
+- Change xim.d-ibus-121: Unset LC_CTYPE to make LANG variable 
+  can change system locale successful(boo#1076854).
+
+---



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.xRHWba/_old  2018-02-03 15:35:37.724634865 +0100
+++ /var/tmp/diff_new_pack.xRHWba/_new  2018-02-03 15:35:37.724634865 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus
 #
-# 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

python3-ibus.spec: same change
++ xim.d-ibus-121 ++
--- /var/tmp/diff_new_pack.xRHWba/_old  2018-02-03 15:35:37.936624963 +0100
+++ /var/tmp/diff_new_pack.xRHWba/_new  2018-02-03 15:35:37.936624963 +0100
@@ -42,7 +42,6 @@
 echo "libreoffice-gnome is not found. For better IBus support, please 
install libreoffice-gnome"
 fi
 
-export LC_CTYPE=$LANG
 export XMODIFIERS="@im=ibus"
 export GTK_IM_MODULE=ibus
 export QT_IM_SWITCHER=imsw-multi




commit procps for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package procps for openSUSE:Factory checked 
in at 2018-02-03 15:35:50

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


Package is "procps"

Sat Feb  3 15:35:50 2018 rev:108 rq:570891 version:3.3.12

Changes:

--- /work/SRC/openSUSE:Factory/procps/procps.changes2018-01-07 
17:20:47.174926171 +0100
+++ /work/SRC/openSUSE:Factory/.procps.new/procps.changes   2018-02-03 
15:35:52.343951997 +0100
@@ -1,0 +2,12 @@
+Tue Jan 30 09:39:14 UTC 2018 - wer...@suse.de
+
+- Remove patch procps-ng-3.3.12-sysctl-iobuf-write.patch (bsc#1077746)
+- Add patches
+   0001-Preload-sysctl-lines-even-if-longer-than-stdio-buffe.patch
+   0002-Add-flexible-buffered-I-O-based-on-fopencookie-3.patch
+   0003-Use-new-standard-I-O-for-reading-writing-sysctl-valu.patch
+  from my project https://gitlab.com/bitstreamout/procps/tree/procio 
+  which implements a flexible buffer for reading and writing values
+  below /proc/sys (bsc#1039941)
+
+---

Old:

  procps-ng-3.3.12-sysctl-iobuf-write.patch

New:

  0001-Preload-sysctl-lines-even-if-longer-than-stdio-buffe.patch
  0002-Add-flexible-buffered-I-O-based-on-fopencookie-3.patch
  0003-Use-new-standard-I-O-for-reading-writing-sysctl-valu.patch



Other differences:
--
++ procps.spec ++
--- /var/tmp/diff_new_pack.qTaRUK/_old  2018-02-03 15:35:53.419901739 +0100
+++ /var/tmp/diff_new_pack.qTaRUK/_new  2018-02-03 15:35:53.423901552 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package procps
 #
-# 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,11 @@
 # PATCH-FIX-SUSE -- Ignore EIO on reading unset value of e.g. 
/proc/sys/net/ipv6/conf/all/stable_secret
 Patch36:procps-ng-3.3.12-stable_secret.patch
 # PATCH-ENHANCE-SUSE -- Use increased buffer on writing 
/proc/sys/net/ipv4/ip_local_reserved_ports
-Patch37:procps-ng-3.3.12-sysctl-iobuf-write.patch
+#Patch37:procps-ng-3.3.12-sysctl-iobuf-write.patch
+Patch37:0001-Preload-sysctl-lines-even-if-longer-than-stdio-buffe.patch
+Patch38:0002-Add-flexible-buffered-I-O-based-on-fopencookie-3.patch
+Patch39:0003-Use-new-standard-I-O-for-reading-writing-sysctl-valu.patch
+
 BuildRequires:  automake
 BuildRequires:  dejagnu
 BuildRequires:  libselinux-devel
@@ -155,7 +159,9 @@
 %patch34
 %patch35
 %patch36
-%patch37
+%patch37 -b .0001
+%patch38 -b .0002
+%patch39 -b .0003
 
 %build
 #
@@ -395,6 +401,7 @@
 %{_includedir}/proc/alloc.h
 %{_includedir}/proc/devname.h
 %{_includedir}/proc/escape.h
+%{_includedir}/proc/procio.h
 %{_includedir}/proc/procps.h
 %{_includedir}/proc/pwcache.h
 %{_includedir}/proc/readproc.h
@@ -406,6 +413,7 @@
 %{_includedir}/proc/whattime.h
 %{_libdir}/libprocps.so
 %{_libdir}/pkgconfig/libprocps.pc
+%{_mandir}/man3/procio.3%{ext_man}
 %{_mandir}/man3/openproc.3%{ext_man}
 %{_mandir}/man3/readproc.3%{ext_man}
 %{_mandir}/man3/readproctab.3%{ext_man}

++ 0001-Preload-sysctl-lines-even-if-longer-than-stdio-buffe.patch ++
>From 702a464040bef969db7483d3cc122dfeec653d6f Mon Sep 17 00:00:00 2001
From: Werner Fink 
Date: Thu, 18 Jan 2018 11:06:55 +0100
Subject: [PATCH 1/3] Preload sysctl lines even if longer than stdio buffer

by using getline(3) to use a dynamically increased buffer
if required by the input found in sysctl configuration files.

Signed-off-by: Werner Fink 
---
 sysctl.c | 31 ---
 1 file changed, 24 insertions(+), 7 deletions(-)

diff --git sysctl.c sysctl.c
index 7c05243..42162f5 100644
--- sysctl.c
+++ sysctl.c
@@ -511,18 +511,21 @@ static int pattern_match(const char *string, const char 
*pat)
  */
 static int Preload(const char *restrict const filename)
 {
-   char oneline[LINELEN];
-   char buffer[LINELEN];
+   char *oneline;
FILE *fp;
char *t;
int n = 0;
int rc = 0;
+   size_t blen = LINELEN;
+   ssize_t rlen;
char *name, *value;
glob_t globbuf;
int globerr;
int globflg;
int j;
 
+   oneline = xmalloc(blen);
+
globflg = GLOB_NOCHECK;
 #ifdef GLOB_BRACE
globflg |= GLOB_BRACE;
@@ -544,13 +547,19 @@ static int Preload(const char *restrict const filename)
? stdin : fopen(globbuf.gl_pathv[j], "r");
if (!fp) {
xwarn(_("cannot open \"%s\""), globbuf.gl_pathv[j]);
-  

commit libcaca for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2018-02-03 15:35:56

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


Package is "libcaca"

Sat Feb  3 15:35:56 2018 rev:40 rq:570917 version:0.99.beta19.git20171003

Changes:

--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2018-01-26 
13:37:41.130378182 +0100
+++ /work/SRC/openSUSE:Factory/.libcaca.new/libcaca.changes 2018-02-03 
15:35:56.971735833 +0100
@@ -1,0 +2,9 @@
+Tue Jan 30 11:03:56 UTC 2018 - davejpla...@gmail.com
+
+- Deleted _service and use spec file to download git version.
+- Shorten version field to joliet usable length.
+- Change python headers to allow bindings to build normally with
+  python3.
+- Use %license for license document.
+
+---

Old:

  _service
  libcaca-0.99.beta19+git20171002.da28e96.tar.xz

New:

  libcaca-0.99.beta19.git20171003.tar.gz



Other differences:
--
++ libcaca.spec ++
--- /var/tmp/diff_new_pack.YwAxj8/_old  2018-02-03 15:35:57.567707996 +0100
+++ /var/tmp/diff_new_pack.YwAxj8/_new  2018-02-03 15:35:57.567707996 +0100
@@ -16,16 +16,17 @@
 #
 
 
+#
+%define _rev da28e9684ef445ac8d42745644336b8a75c01855
+
 Name:   libcaca
-Version:0.99.beta19+git20171002.da28e96
+Version:0.99.beta19.git20171003
 Release:0
 Summary:Library for Colour ASCII Art, text mode graphics
 License:WTFPL
 Group:  Development/Languages/C and C++
 Url:http://caca.zoy.org/
-# Git: https://github.com/cacalabs/libcaca
-#Source0:http://caca.zoy.org/files/libcaca/%{name}-%{version}.tar.gz
-Source0:%{name}-%{version}.tar.xz
+Source0:
https://github.com/cacalabs/%{name}/archive/%{_rev}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch1: libcaca-0.99-texbuild.patch
 Patch2: libcaca-X11_test.patch
@@ -127,7 +128,7 @@
 drawing, triangle filling and sprite blitting.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_rev}
 %patch2
 %patch4
 %patch5
@@ -137,6 +138,10 @@
 %patch10 -p1
 RUBY="ruby-`echo %{rb_ver} | sed 's|\.[^\.]*$||'`"
 find . -type f -exec sed -i "s|ruby-1.9|$RUBY|" \{\} \;
+pushd python
+#Change python script headers to python3
+for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
+popd
 
 %build
 autoreconf -fvi
@@ -155,25 +160,15 @@
 --enable-conio=no \
 --enable-plugins \
 --enable-java=no \
---enable-python=no
+--enable-python
 make %{?_smp_mflags} V=1
 
-pushd python
-export LD_LIBRARY_PATH=$PWD/../caca/.libs/:$LD_LIBRARY_PATH
-export LANG=en_US.UTF-8
-python3 setup.py build
-popd
-
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-pushd python
-export LD_LIBRARY_PATH=$PWD/../caca/.libs/:$LD_LIBRARY_PATH
-export LANG=en_US.UTF-8
-python3 setup.py install -O1 --skip-build --force --root %{buildroot} --prefix 
%{_prefix}
-popd
 %fdupes -s %{buildroot}%{_mandir}/
+%fdupes -s %{buildroot}%{python3_sitelib}
 
 %post -n libcaca0 -p /sbin/ldconfig
 %postun -n libcaca0 -p /sbin/ldconfig
@@ -181,7 +176,8 @@
 %postun -n libcaca0-plugins -p /sbin/ldconfig
 
 %files -n libcaca0
-%doc AUTHORS ChangeLog COPYING NEWS NOTES README THANKS
+%doc AUTHORS ChangeLog NEWS NOTES README THANKS
+%license COPYING
 %{_libdir}/*.so.*
 
 %files devel




commit python-pyudev for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package python-pyudev for openSUSE:Factory 
checked in at 2018-02-03 15:35:45

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


Package is "python-pyudev"

Sat Feb  3 15:35:45 2018 rev:19 rq:570868 version:0.21.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyudev/python-pyudev.changes  
2018-01-26 13:37:33.938714074 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyudev.new/python-pyudev.changes 
2018-02-03 15:35:46.560222154 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 08:07:41 UTC 2018 - mimi...@gmail.com
+
+- fix Requires and BuiildRequires
+
+---



Other differences:
--
++ python-pyudev.spec ++
--- /var/tmp/diff_new_pack.ItMZgh/_old  2018-02-03 15:35:47.096197119 +0100
+++ /var/tmp/diff_new_pack.ItMZgh/_new  2018-02-03 15:35:47.096197119 +0100
@@ -36,13 +36,10 @@
 BuildRequires:  %{python_module docutils}
 BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module py}
 %endif
+Requires:   libudev1
 Requires:   python-six
-Requires:   udev
-Requires:   pkgconfig(libudev)
 %ifpython2
 # pyudev was last used in KDE:Unstable:Playground (pyudev-0.8)
 Provides:   pyudev = %{version}




commit bash for openSUSE:Factory

2018-02-03 Thread root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2018-02-03 15:35:40

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


Package is "bash"

Sat Feb  3 15:35:40 2018 rev:142 rq:570849 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2018-01-29 
14:55:00.209401332 +0100
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2018-02-03 
15:35:42.160427669 +0100
@@ -1,0 +2,22 @@
+Tue Jan 30 01:42:43 UTC 2018 - avin...@opensuse.org
+
+- Add patches 13-18 to bash-4.4-patches.tar.bz2
+  * 13: If a here-document contains a command substitution, the
+command substitution can get access to the file descriptor used
+to write the here-document.
+  * 14: Under some circumstances, functions that return via the
+`return' builtin do not clean up memory they allocated to keep
+track of FIFOs.
+  * 15: Process substitution can leak internal quoting to the
+parser in the invoked subshell.
+  * 16: Bash can perform trap processing while reading command
+substitution output instead of waiting until the command
+completes.
+  * 17: There is a memory leak when `read -e' is used to read a
+line using readline.
+  * 18: Under certain circumstances (e.g., reading from /dev/zero),
+read(2) will not return -1 even when interrupted by a signal.
+The read builtin needs to check for signals in this case.
+- partial cleanup with spec-cleaner
+
+---



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.lKskwj/_old  2018-02-03 15:35:43.540363212 +0100
+++ /var/tmp/diff_new_pack.lKskwj/_new  2018-02-03 15:35:43.544363026 +0100
@@ -96,7 +96,6 @@
 Patch48:bash-4.3-extra-import-func.patch
 # PATCH-EXTEND-SUSE Allow root to clean file system if filled up
 Patch49:bash-4.3-pathtemp.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir /etc
 %global _incdir %{_includedir}
 %global _ldldir /%{_lib}/bash
@@ -561,9 +560,9 @@
 
 %install
 pushd ../readline-%{rl_vers}%{rextend}
-  make install htmldir=%{_defaultdocdir}/readline \
-  installdir=%{_defaultdocdir}/readline/examples 
DESTDIR=%{buildroot}
-  make install-shared libdir=/%{_lib} linkagedir=%{_libdir} 
DESTDIR=%{buildroot}
+  %make_install htmldir=%{_defaultdocdir}/readline \
+  installdir=%{_defaultdocdir}/readline/examples
+  %make_install install-shared libdir=/%{_lib} linkagedir=%{_libdir}
   rm -rf %{buildroot}%{_defaultdocdir}/bash
   mkdir -p %{buildroot}%{_defaultdocdir}/bash
   chmod 0755 %{buildroot}/%{_lib}/libhistory.so.%{rl_vers}
@@ -575,7 +574,7 @@
   ln -sf /%{_lib}/libhistory.so.%{rl_vers}  
%{buildroot}/%{_libdir}/libhistory.so
   ln -sf /%{_lib}/libreadline.so.%{rl_vers} 
%{buildroot}/%{_libdir}/libreadline.so
 popd
-  make install DESTDIR=%{buildroot}
+  %make_install
   make -C examples/loadables/ install-supported DESTDIR=%{buildroot} 
libdir=/%{_lib}
   rm -rf %{buildroot}%{_libdir}/bash
   rm -rf %{buildroot}/%{_lib}/pkgconfig

++ bash-4.4-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.4-patches/bash44-006 
new/bash-4.4-patches/bash44-006
--- old/bash-4.4-patches/bash44-006 2017-01-19 20:32:41.0 +0100
+++ new/bash-4.4-patches/bash44-006 2018-01-30 08:17:05.715017954 +0100
@@ -15,7 +15,7 @@
 
 Patch (apply with `patch -p0'):
 
-*** ../bash-4.4-patched/builtins/pushd.def 2016-01-25 13:31:49.0 
-0500
+*** builtins/pushd.def 2016-01-25 13:31:49.0 -0500
 --- builtins/pushd.def 2016-10-28 10:46:49.0 -0400
 ***
 *** 366,370 
@@ -42,7 +42,7 @@
 +  }
 free (pushd_directory_list[i]);
 directory_list_offset--;
-*** ../bash-4.4/patchlevel.h   2016-06-22 14:51:03.0 -0400
+*** patchlevel.h   2016-06-22 14:51:03.0 -0400
 --- patchlevel.h   2016-10-01 11:01:28.0 -0400
 ***
 *** 26,30 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.4-patches/bash44-007 
new/bash-4.4-patches/bash44-007
--- old/bash-4.4-patches/bash44-007 2017-01-19 20:32:54.0 +0100
+++ new/bash-4.4-patches/bash44-007 2018-01-30 08:17:05.759017112 +0100
@@ -16,7 +16,7 @@
 
 Patch (apply with `patch -p0'):
 
-*** ../bash-4.4-patched/bashline.c 2016-08-05 21:44:05.0 -0400
+*** bashline.c 2016-08-05 21:44:05.0 -0400
 --- bashline.c 2017-01-19 13:15:51.0 -0500
 ***
 *** 143,147 
@@ -121,7 +121,7 @@
 !   wl =