commit installation-images for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2017-02-20 14:30:48

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


Package is "installation-images"

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2017-02-08 12:13:19.400393701 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2017-02-20 14:30:50.555972934 +0100
@@ -1,0 +2,17 @@
+Mon Feb 20 10:55:32 UTC 2017 - snw...@suse.com
+
+- adjust 'boot from harddisk' to also work on caasp systems (bsc#1025851)
+- 14.301
+
+---
+Wed Feb 15 14:35:45 UTC 2017 - snw...@suse.com
+
+- make yast selfupdate feature configurable via YAST_SELFUPDATE env variable
+- 14.300
+
+---
+Wed Feb 15 14:36:18 CET 2017 - snw...@suse.de
+
+- turn off YaST selfupdates for SLE12
+
+---

Old:

  installation-images-14.299.tar.xz

New:

  installation-images-14.301.tar.xz



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.u3eX05/_old  2017-02-20 14:30:51.407852727 +0100
+++ /var/tmp/diff_new_pack.u3eX05/_new  2017-02-20 14:30:51.411852162 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package installation-images
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,6 +59,7 @@
 %define branding_plymouth SLE
 %define branding_grub2SLE
 %define branding_gfxboot  SLE
+%define config_yast_selfupdate 0
 BuildRequires:  sle12-desktop-migration
 BuildRequires:  sles-release
 BuildRequires:  sles-release-DVD
@@ -422,7 +423,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.299
+Version:14.301
 Release:0
 Provides:   installation-images-%theme = %version-%release
 Source: %{name}-%{version}.tar.xz
@@ -493,6 +494,10 @@
 %if 0%{?config_bootmenu_no_upgrade}
 export BOOTMENU_NO_UPGRADE=1
 %endif
+# force selfupdate setting, if defined
+%if 0%{?config_yast_selfupdate:1}
+export YAST_SELFUPDATE=%{config_yast_selfupdate}
+%endif
 make THEMES=%theme
 %ifarch %ix86 x86_64
 %if %{with xen}

++ installation-images-14.299.tar.xz -> installation-images-14.301.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.299/VERSION 
new/installation-images-14.301/VERSION
--- old/installation-images-14.299/VERSION  2017-02-06 12:06:22.0 
+0100
+++ new/installation-images-14.301/VERSION  2017-02-20 11:53:12.0 
+0100
@@ -1 +1 @@
-14.299
+14.301
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.299/changelog 
new/installation-images-14.301/changelog
--- old/installation-images-14.299/changelog2017-02-06 12:06:22.0 
+0100
+++ new/installation-images-14.301/changelog2017-02-20 11:53:12.0 
+0100
@@ -1,3 +1,9 @@
+2017-02-20:14.301
+   - adjust 'boot from harddisk' to also work on caasp systems (bsc 
#1025851)
+
+2017-02-15:14.300
+   - make yast selfupdate feature configurable via YAST_SELFUPDATE env 
variable
+
 2017-02-06:14.299
- install tftp files to /srv/tftpboot
- drop obsolete telnet and remaining ncurses5 uses
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.299/data/boot/grub.cfg 
new/installation-images-14.301/data/boot/grub.cfg
--- old/installation-images-14.299/data/boot/grub.cfg   2017-02-06 
12:06:22.0 +0100
+++ new/installation-images-14.301/data/boot/grub.cfg   2017-02-20 
11:53:12.0 +0100
@@ -36,13 +36,14 @@
 
 default=1
 
+# look for an installed SUSE system and boot it
 menuentry "Boot from Hard Disk" --class opensuse --class gnu-linux --class gnu 
--class os {
   if search --no-floppy --file /efi/boot/fallback.efi --set ; then
-if [ -f /efi/opensuse/shim.efi ] ; then
-  chainloader /efi/opensuse/grub.efi
-elif [ -f /efi/sles/shim.efi ] ; then
-  chainloader /efi/sles/grub.efi
-fi
+for os in opensuse sles caasp ; do
+  if [ -f /efi/$os/grub.efi ] ; then
+chainloader /efi/$os/grub.efi
+  fi
+done
   fi
 }
 

commit i4l-base for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package i4l-base for openSUSE:Factory 
checked in at 2017-02-20 14:30:33

Comparing /work/SRC/openSUSE:Factory/i4l-base (Old)
 and  /work/SRC/openSUSE:Factory/.i4l-base.new (New)


Package is "i4l-base"

Changes:

--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes2015-09-19 
06:52:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2017-02-20 
14:30:34.314264761 +0100
@@ -1,0 +2,5 @@
+Sat Feb 18 10:30:30 UTC 2017 - ku...@suse.com
+
+- Remove insserv_cleanup macro since we require and use systemd
+
+---



Other differences:
--
++ i4l-base.spec ++
--- /var/tmp/diff_new_pack.diaELn/_old  2017-02-20 14:30:35.802054822 +0100
+++ /var/tmp/diff_new_pack.diaELn/_new  2017-02-20 14:30:35.806054257 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package i4l-base
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -519,9 +519,6 @@
 %preun
 %stop_on_removal isdn
 
-%postun
-%{insserv_cleanup}
-
 %postun -n libcapi20-2 -p /sbin/ldconfig
 
 %postun -n libcapi20-3 -p /sbin/ldconfig




commit gegl-unstable for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package gegl-unstable for openSUSE:Factory 
checked in at 2017-02-20 14:30:20

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


Package is "gegl-unstable"

Changes:

--- /work/SRC/openSUSE:Factory/gegl-unstable/gegl-unstable.changes  
2017-02-03 17:37:36.889434003 +0100
+++ /work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-unstable.changes 
2017-02-20 14:30:21.832026100 +0100
@@ -1,0 +2,31 @@
+Wed Feb  1 00:00:56 UTC 2017 - zai...@opensuse.org
+
+- Replace -devel for their pkgconfig() replacements aligning with
+  what configure checks for, and also version several of them:
+  + Replaced -devel packages: OpenEXR-devel, babl-devel,
+glib2-devel, libexiv2-devel, libjasper-devel, libpng-devel,
+librsvg-devel, lua-devel.
+  + Replacements: pkgconfig(OpenEXR), pkgconfig(babl),
+pkgconfig(exiv2), pkgconfig(gdk-pixbuf-2.0),
+pkgconfig(gio-2.0), pkgconfig(gio-unix-2.0),
+pkgconfig(gmodule-2.0), pkgconfig(gobject-2.0),
+pkgconfig(gthread-2.0), pkgconfig(jasper),
+pkgconfig(json-glib-1.0), pkgconfig(pango),
+pkgconfig(pangocairo), pkgconfig(libpng),
+pkgconfig(librsvg-2.0),  pkgconfig(lua).
+- Run spec-cleaner, modernize spec.
+- Add gobject-introspection-devel, pkgconfig, pkgconfig(lcms2):
+  Build support for introspection and lcms, pkgconfig comes from
+  spec-cleaner.
+- Add new subpackage typelib-1_0-Gegl-0_3: Package the new
+  introspection support.
+- Remove asciidoc, gd, gtk-doc, gtk2-devel, liberation-fonts: No
+  longer build gegl website support, gd and liberation-fonts makes
+  no sense, gtk-doc is currently broken.
+- Following removal of gtk-doc and passing --disable-doc to
+  configure, temporary disable gegl-0.3-docs subpackage.
+- Correct Group for devel subpackage.
+- Stop passing --disable-silent-rules to configure, we do debugging
+  locally.
+
+---



Other differences:
--
++ gegl-unstable.spec ++
--- /var/tmp/diff_new_pack.vSshhL/_old  2017-02-20 14:30:23.743756340 +0100
+++ /var/tmp/diff_new_pack.vSshhL/_new  2017-02-20 14:30:23.755754648 +0100
@@ -17,8 +17,9 @@
 
 
 %define debug_package_requires libgegl-0_3-0 = %{version}-%{release}
-Name:   gegl-unstable
 %define _name gegl
+
+Name:   gegl-unstable
 Version:0.3.10
 Release:0
 Summary:Generic Graphics Library
@@ -27,50 +28,52 @@
 Url:http://gegl.org/
 Source: %{_name}-%{version}.tar.xz
 BuildRequires:  ImageMagick
-BuildRequires:  OpenEXR-devel
 BuildRequires:  SDL-devel
-BuildRequires:  asciidoc
-BuildRequires:  babl-devel >= 0.1.14
 BuildRequires:  enscript
 BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  pkgconfig(json-glib-1.0)
-# multiple provides by gd and gd-tools
-BuildRequires:  gd
-BuildRequires:  glib2-devel >= 2.16.1
+BuildRequires:  gobject-introspection-devel >= 1.32.0
 BuildRequires:  graphviz-gd
-# Only for directory ownership:
-BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  lensfun-devel
-# Needed to build the doc, as Bitstream Vera Sans is the referenced font.
-BuildRequires:  liberation-fonts
-BuildRequires:  libexiv2-devel
-BuildRequires:  libjasper-devel >= 1.900.1
 BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  librsvg-devel
 BuildRequires:  libspiro-devel
 BuildRequires:  libstdc++-devel
-BuildRequires:  lua-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+# For umfpack
 BuildRequires:  ruby
+BuildRequires:  suitesparse-devel
+BuildRequires:  pkgconfig(OpenEXR)
+BuildRequires:  pkgconfig(babl) >= 0.1.14
+BuildRequires:  pkgconfig(exiv2)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.18.0
 BuildRequires:  pkgconfig(gexiv2)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(jasper) >= 1.900.1
+BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(lcms2) >= 2.2
 BuildRequires:  pkgconfig(libavcodec) >= 55.69.100
 BuildRequires:  pkgconfig(libavformat) >= 55.48.100
+BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libraw)
+BuildRequires:  pkgconfig(librsvg-2.0) >= 2.14.0
 BuildRequires:  pkgconfig(libswscale) >= 2.6.100
 BuildRequires:  pkgconfig(libtiff-4)
-BuildRequires:  pkgconfig(libv4l2)
+BuildRequires:  pkgconfig(libv4l2) >= 1.0.1
 BuildRequires:  pkgconfig(libwebp)
-BuildRequires:  pkgconfig(vapigen)
-# For umfpack
-BuildRequires:  suitesparse-devel
-BuildRoot:  

commit ffmpeg for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package ffmpeg for openSUSE:Factory checked 
in at 2017-02-20 14:30:08

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


Package is "ffmpeg"

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes2017-01-11 
11:52:45.423794342 +0100
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes   2017-02-20 
14:30:09.837718591 +0100
@@ -1,0 +2,17 @@
+Sat Feb 11 11:31:55 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.2.4
+  * lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlr
+  * lavf/mov.c: Avoid OOB in mov_read_udta_string()
+  * lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()
+
+---
+Tue Feb  7 13:47:05 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.2.3
+  * Maintenance release with bugfixes
+  * ffplay: fix sws_scale possible out of bounds array access
+- Drop version number from patch: ffmpeg-2.4.5-arm6l.patch ->
+  ffmpeg-arm6l.diff
+
+---

Old:

  ffmpeg-2.4.5-arm6l.patch
  ffmpeg-3.2.2.tar.xz
  ffmpeg-3.2.2.tar.xz.asc

New:

  ffmpeg-3.2.4.tar.xz
  ffmpeg-3.2.4.tar.xz.asc
  ffmpeg-arm6l.diff



Other differences:
--
++ ffmpeg.spec ++
--- /var/tmp/diff_new_pack.wOs0fC/_old  2017-02-20 14:30:11.753448267 +0100
+++ /var/tmp/diff_new_pack.wOs0fC/_new  2017-02-20 14:30:11.765446573 +0100
@@ -34,7 +34,7 @@
 %bcond_without webp
 
 Name:   ffmpeg
-Version:3.2.2
+Version:3.2.4
 Release:0
 Summary:Library for working with various multimedia formats
 License:LGPL-2.1+ and GPL-2.0+
@@ -50,7 +50,7 @@
 Source5:enable_encoders
 Source99:   baselibs.conf
 Patch1: ffmpeg-libcdio_cdda-pkgconfig.patch
-Patch2: ffmpeg-2.4.5-arm6l.patch
+Patch2: ffmpeg-arm6l.diff
 Patch3: ffmpeg-pkgconfig-version.patch
 Patch4: ffmpeg-new-coder-errors.diff
 Patch5: ffmpeg-codec-choice.diff

++ ffmpeg-3.2.2.tar.xz -> ffmpeg-3.2.4.tar.xz ++
/work/SRC/openSUSE:Factory/ffmpeg/ffmpeg-3.2.2.tar.xz 
/work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg-3.2.4.tar.xz differ: char 27, 
line 1

++ ffmpeg-arm6l.diff ++
---
 libavutil/arm/timer.h |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ffmpeg-3.0.1/libavutil/arm/timer.h
===
--- ffmpeg-3.0.1.orig/libavutil/arm/timer.h
+++ ffmpeg-3.0.1/libavutil/arm/timer.h
@@ -24,7 +24,7 @@
 #include 
 #include "config.h"
 
-#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
+#if HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_6ZK__)
 
 #define AV_READ_TIME read_time
 
++ ffmpeg-new-coder-errors.diff ++
--- /var/tmp/diff_new_pack.wOs0fC/_old  2017-02-20 14:30:12.045407069 +0100
+++ /var/tmp/diff_new_pack.wOs0fC/_new  2017-02-20 14:30:12.045407069 +0100
@@ -41,7 +41,7 @@
  /* identical to the same check in ffmpeg.c, needed because
 complex filter graphs are initialized earlier */
 -av_log(NULL, AV_LOG_ERROR, "Encoder (codec %s) not found for 
output stream #%d:%d\n",
-+av_log(NULL, AV_LOG_ERROR, "This build of ffmpeg_filter does not 
include a \"%s\" encoder needed for output stream #%d:%d.\n",
++av_log(NULL, AV_LOG_ERROR, "This build of ffmpeg does not include 
a \"%s\" encoder needed for output stream #%d:%d.\n",
   avcodec_get_name(ost->st->codecpar->codec_id), 
ost->file_index, ost->index);
  return AVERROR(EINVAL);
  }




commit postgresql-init for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package postgresql-init for openSUSE:Factory 
checked in at 2017-02-20 14:29:30

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


Package is "postgresql-init"

Changes:

--- /work/SRC/openSUSE:Factory/postgresql-init/postgresql-init.changes  
2016-10-10 16:19:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-init.new/postgresql-init.changes 
2017-02-20 14:29:31.279159518 +0100
@@ -1,0 +2,5 @@
+Sat Feb 18 07:33:25 CET 2017 - ku...@suse.de
+
+- Fix location of insserv cleanup call
+
+---



Other differences:
--
++ postgresql-init.spec ++
--- /var/tmp/diff_new_pack.MJY5iK/_old  2017-02-20 14:29:31.883074301 +0100
+++ /var/tmp/diff_new_pack.MJY5iK/_new  2017-02-20 14:29:31.887073736 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql-init
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -98,9 +98,10 @@
 %stop_on_removal postgresql
 
 %postun
-%insserv_cleanup
 %if %{with systemd}
 test -x /bin/systemctl && /bin/systemctl daemon-reload || :
+%else
+%insserv_cleanup
 %endif
 
 %files




commit wget for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package wget for openSUSE:Factory checked in 
at 2017-02-20 14:29:42

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


Package is "wget"

Changes:

--- /work/SRC/openSUSE:Factory/wget/wget.changes2017-02-08 
10:51:25.759459113 +0100
+++ /work/SRC/openSUSE:Factory/.wget.new/wget.changes   2017-02-20 
14:29:44.305321418 +0100
@@ -1,0 +2,12 @@
+Thu Feb 16 11:20:07 UTC 2017 - josef.moell...@suse.com
+
+- Update to wget-1.19.1, mainly bug fixes
+  * Add support for --retry-on-http-error
+  * tests/WgetTests.pm: Add --no-config to wget invocation
+  * Fix regression in .netrc auth in src/http.c
+  * Fix memory leak in src/iri.c
+  * Remove skipping libunistring with --disable-iri
+  * bootstrap.conf: Add gnulib module wcwidth
+  * Fix include/define clash with gnulib's unlink module
+
+---

Old:

  wget-1.19.tar.xz
  wget-1.19.tar.xz.sig

New:

  wget-1.19.1.tar.xz
  wget-1.19.1.tar.xz.sig



Other differences:
--
++ wget.spec ++
--- /var/tmp/diff_new_pack.rKfPKx/_old  2017-02-20 14:29:45.873100192 +0100
+++ /var/tmp/diff_new_pack.rKfPKx/_new  2017-02-20 14:29:45.881099063 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wget
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_withregression_tests
 Name:   wget
-Version:1.19
+Version:1.19.1
 Release:0
 Summary:A Tool for Mirroring FTP and HTTP Servers
 License:GPL-3.0+

++ wget-1.19.tar.xz -> wget-1.19.1.tar.xz ++
 91518 lines of diff (skipped)

++ wget-libproxy.patch ++
--- /var/tmp/diff_new_pack.rKfPKx/_old  2017-02-20 14:29:47.144920727 +0100
+++ /var/tmp/diff_new_pack.rKfPKx/_new  2017-02-20 14:29:47.144920727 +0100
@@ -1,7 +1,7 @@
-Index: wget-1.19/configure.ac
+Index: wget-1.19.1/configure.ac
 ===
 wget-1.19.orig/configure.ac
-+++ wget-1.19/configure.ac
+--- wget-1.19.1.orig/configure.ac
 wget-1.19.1/configure.ac
 @@ -506,6 +506,22 @@ AS_IF([test x"$with_metalink" != xno], [
])
  ])
@@ -25,23 +25,23 @@
  dnl **
  dnl Checks for IPv6
  dnl **
-Index: wget-1.19/src/Makefile.am
+Index: wget-1.19.1/src/Makefile.am
 ===
 wget-1.19.orig/src/Makefile.am
-+++ wget-1.19/src/Makefile.am
+--- wget-1.19.1.orig/src/Makefile.am
 wget-1.19.1/src/Makefile.am
 @@ -64,7 +64,7 @@ wget_SOURCES = connect.c convert.c cooki
  nodist_wget_SOURCES = version.c
  EXTRA_wget_SOURCES = iri.c
  LDADD = $(LIBOBJS) ../lib/libgnu.a $(GETADDRINFO_LIB) $(HOSTENT_LIB)\
 - $(INET_NTOP_LIB) $(LIBSOCKET) $(LIB_CLOCK_GETTIME) $(LIB_CRYPTO)\
 + $(INET_NTOP_LIB) $(LIBSOCKET) $(libproxy_LIBS) $(LIB_CLOCK_GETTIME) 
$(LIB_CRYPTO)\
-  $(LIB_NANOSLEEP) $(LIB_POSIX_SPAWN) $(LIB_SELECT) $(LTLIBICONV) $(LTLIBINTL)\
-  $(LTLIBTHREAD) $(LTLIBUNISTRING) $(SERVENT_LIB)
+  $(LIB_NANOSLEEP) $(LIB_POSIX_SPAWN) $(LIB_SELECT) $(LIBICONV) $(LIBINTL)\
+  $(LIBTHREAD) $(LIBUNISTRING) $(SERVENT_LIB)
  AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
-Index: wget-1.19/src/retr.c
+Index: wget-1.19.1/src/retr.c
 ===
 wget-1.19.orig/src/retr.c
-+++ wget-1.19/src/retr.c
+--- wget-1.19.1.orig/src/retr.c
 wget-1.19.1/src/retr.c
 @@ -58,6 +58,10 @@ as that of the covered work.  */
  #include "iri.h"
  #include "hsts.h"
@@ -59,12 +59,12 @@
if (!proxy || !*proxy)
 +#ifdef HAVE_LIBPROXY
 +  {
-+  pxProxyFactory *pf = px_proxy_factory_new();
-+  if (!pf)
-+  {
-+  debug_logprintf (_("Allocating memory for libproxy failed"));
-+  return NULL;
-+  }
++   pxProxyFactory *pf = px_proxy_factory_new();
++   if (!pf)
++   {
++ debug_logprintf (_("Allocating memory for libproxy failed"));
++ return NULL;
++   }
 +   int i;
 +   char direct[] = "direct://";
 +
@@ -72,21 +72,21 @@
 +   char **proxies = px_proxy_factory_get_proxies(pf, u->url);
 +   if (proxies[0])
 +   {
-+  char *check = NULL;
-+  asprintf( , "%s", proxies[0]);
-+ debug_logprintf (_("libproxy suggest to use '%s'\n"), check);
-+ 

commit dmraid for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2017-02-20 14:29:55

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


Package is "dmraid"

Changes:

--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes2015-12-18 
21:50:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes   2017-02-20 
14:29:56.287630617 +0100
@@ -1,0 +2,5 @@
+Sat Feb 18 05:26:58 UTC 2017 - ku...@suse.com
+
+- Remove obsolete insserv call
+
+---



Other differences:
--
++ dmraid.spec ++
--- /var/tmp/diff_new_pack.VsQGHd/_old  2017-02-20 14:29:57.223498558 +0100
+++ /var/tmp/diff_new_pack.VsQGHd/_new  2017-02-20 14:29:57.227497994 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmraid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -118,7 +118,6 @@
 rm -f $RPM_BUILD_ROOT/%_lib/libdmraid.a
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m644 %{SOURCE1} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/dmraid-activation.service
 install -d %{buildroot}%{_tmpfilesdir}
 echo 'd /run/lock/dmraid 0700 root root -' > 
%{buildroot}%{_tmpfilesdir}/dmraid.conf
@@ -146,8 +145,6 @@
 %service_del_postun dmraid-activation.service
 %{?regenerate_initrd_post}
 
-%{insserv_cleanup}
-
 %files
 %defattr(-, root, root)
 /sbin/dmraid




commit sssd for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2017-02-20 14:29:16

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


Package is "sssd"

Changes:

--- /work/SRC/openSUSE:Factory/sssd/sssd.changes2017-02-14 
00:37:59.938348761 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2017-02-20 
14:29:17.805060827 +0100
@@ -1,0 +2,5 @@
+Sat Feb 18 08:35:13 CET 2017 - ku...@suse.de
+
+- Remove obsolete insserv call
+
+---



Other differences:
--
++ sssd.spec ++
--- /var/tmp/diff_new_pack.lR5BYU/_old  2017-02-20 14:29:18.468967144 +0100
+++ /var/tmp/diff_new_pack.lR5BYU/_new  2017-02-20 14:29:18.472966580 +0100
@@ -463,7 +463,6 @@
 rm -f /var/lib/sss/db/*.ldb
 # del_postun includes a try-restart
 %service_del_postun sssd.service
-%insserv_cleanup
 
 %post   -n libipa_hbac0 -p /sbin/ldconfig
 %postun -n libipa_hbac0 -p /sbin/ldconfig





commit gnome-shell for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2017-02-20 14:29:04

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


Package is "gnome-shell"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2017-01-10 
10:36:15.352477784 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2017-02-20 14:29:04.990869021 +0100
@@ -1,0 +2,17 @@
+Fri Feb 17 10:44:27 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Work around portal failures by using a URL without HTPPS
+redirect (bgo#769940).
+  + Fix replacing of GNotifications (bgo#775149).
+  + Reload apps on .desktop file content changes (bgo#773636).
+  + Fix subsurfaces not showing up in previews (bgo#756715).
+  + Fix theme node transitions (bgo#778145).
+  + Don't allow type ahead at the login screen (bgo#766139).
+  + Misc. bug fixes: bgo#774643, bgo#774805, bgo#775507,
+bgo#776130, bgo#759793, bgo#745626.
+  + Updated translations.
+- Drop gnome-shell-bgo774805-guard-against-animations-that-dont-load.patch:
+  Fixed upstream.
+
+---

Old:

  gnome-shell-3.22.2.tar.xz
  gnome-shell-bgo774805-guard-against-animations-that-dont-load.patch

New:

  gnome-shell-3.22.3.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.7yBOIZ/_old  2017-02-20 14:29:05.894741476 +0100
+++ /var/tmp/diff_new_pack.7yBOIZ/_new  2017-02-20 14:29:05.894741476 +0100
@@ -19,7 +19,7 @@
 %global __requires_exclude typelib\\(Meta\\)
 
 Name:   gnome-shell
-Version:3.22.2
+Version:3.22.3
 Release:0
 Summary:GNOME Shell
 License:GPL-2.0+
@@ -56,8 +56,6 @@
 Patch11:gs-fate318433-prevent-same-account-multi-logins.patch
 # PATCH-FEATURE-SLE gnome-shell-sle-theme.patch dli...@suse.com -- Use sle 
theme avatar
 Patch12:gnome-shell-sle-theme.patch
-# PATCH-FIX-UPSTREAM 
gnome-shell-bgo774805-guard-against-animations-that-dont-load.patch bgo#774805 
feder...@suse.com -- Make the auth dialog work even if an animation can't be 
loaded
-Patch13:
gnome-shell-bgo774805-guard-against-animations-that-dont-load.patch
 ## NOTE: Keep SLE Classic pathes at bottom.
 # PATCH-FEATURE-SLE gs-sle-classic-ext.patch bnc#862615 cxi...@suse.com -- add 
SLE Classic support
 Patch1000:  gs-sle-classic-ext.patch
@@ -92,7 +90,7 @@
 BuildRequires:  pkgconfig(libcroco-0.6) >= 0.6.8
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.5.3
 BuildRequires:  pkgconfig(libgnome-menu-3.0) >= 3.5.3
-BuildRequires:  pkgconfig(libmutter) >= 3.22.1
+BuildRequires:  pkgconfig(libmutter) >= 3.22.3
 BuildRequires:  pkgconfig(libnm-glib)
 BuildRequires:  pkgconfig(libnm-gtk) >= 0.9.8
 BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
@@ -205,7 +203,6 @@
 %patch12 -p1
 %endif
 %endif
-%patch13 -p1
 %if !0%{?is_opensuse}
 %patch1000 -p1
 translation-update-upstream
@@ -289,8 +286,11 @@
 %defattr(-,root,root)
 %{_bindir}/gnome-shell-extension-tool
 %{_bindir}/gnome-shell-perf-tool
-%doc %{_datadir}/gtk-doc/html/st/
-%doc %{_datadir}/gtk-doc/html/shell/
+%dir %{_datadir}/gtk-doc/html
+%dir %{_datadir}/gtk-doc/html/st
+%dir %{_datadir}/gtk-doc/html/shell
+%{_datadir}/gtk-doc/html/st/
+%{_datadir}/gtk-doc/html/shell/
 
 %files browser-plugin
 %defattr(-,root,root)

++ gnome-shell-3.22.2.tar.xz -> gnome-shell-3.22.3.tar.xz ++
 13098 lines of diff (skipped)




commit grub2 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2017-02-20 14:28:16

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


Package is "grub2"

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2017-02-14 
00:38:51.791028161 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2017-02-20 
14:28:17.625552693 +0100
@@ -1,0 +2,37 @@
+Fri Feb 17 06:46:11 UTC 2017 - mch...@suse.com
+
+- grub2.spec: fix s390x file list.
+
+---
+Wed Feb 15 07:25:02 UTC 2017 - mch...@suse.com
+
+- Merge changes from SLE12
+- add grub2-emu-4-all.patch
+  * Build 'grub2-emu' wherever possible, to allow a better
+implementation of that feature.
+- add grub2-s390x-06-loadparm.patch,
+- add grub2-commands-introduce-read_file-subcommand.patch:
+  * allow s390x to telecontrol grub2.  (bsc#891946, bsc#892852)
+- add grub2-s390x-06-loadparm.patch:
+  * ignore case and fix transliteration of parameter.  (bsc#891946)
+- add grub2-s390x-07-add-image-param-for-zipl-setup.patch
+  * Add --image switch to force zipl update to specific kernel
+(bsc#928131)
+- add grub2-s390x-08-workaround-part-to-disk.patch
+  * Ignore partition tables on s390x. (bsc#935127)
+- add grub2-efi-chainload-harder.patch:
+  * allow XEN to be chain-loaded despite firmware flaws.  (bnc#887793)
+  * Do not use shim lock protocol for reading pe header, it won't be
+  available when secure boot disabled (bsc#943380)
+  * Make firmware flaw condition be more precisely detected and add
+  debug message for the case
+  * Check msdos header to find PE file header (bsc#954126)
+- grub2-s390x-04-grub2-install.patch:
+  * streamline boot to grub menu.  (bsc#898198)
+  * Force '/usr' to read-only before calling kexec. (bsc#932951)
+- grub2-once:
+  * add '--enum' option to enumerate boot-entries in a way
+actually understood by 'grub2'.  (bsc#892852, bsc#892811)
+  * Examine variables from grub environment in 'grub2-once'. (fate#319632)
+
+---

New:

  grub2-commands-introduce-read_file-subcommand.patch
  grub2-efi-chainload-harder.patch
  grub2-emu-4-all.patch
  grub2-s390x-06-loadparm.patch
  grub2-s390x-07-add-image-param-for-zipl-setup.patch
  grub2-s390x-08-workaround-part-to-disk.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.Vkz1sZ/_old  2017-02-20 14:28:19.665264871 +0100
+++ /var/tmp/diff_new_pack.Vkz1sZ/_new  2017-02-20 14:28:19.669264307 +0100
@@ -64,9 +64,14 @@
 # Modules code is dynamically loaded and collected from a _fixed_ path.
 %define _libdir %{_exec_prefix}/lib
 
+# Build grub2-emu everywhere (it may be "required" by 'grub2-once')
+%define emu 1
+
 %ifarch ppc ppc64 ppc64le
 %define grubcpu powerpc
 %define platform ieee1275
+# emu does not build here yet... :-(
+%define emu 0
 %endif
 
 %ifarch %{ix86} x86_64
@@ -84,15 +89,18 @@
 %define platform uboot
 %endif
 
+%ifarch aarch64
+%define grubcpu arm64
+%define platform efi
+%define only_efi 1
+%endif
+
 %define grubarch %{grubcpu}-%{platform}
 
 # build efi bootloader on some platforms only:
 %if ! 0%{?efi:1}
 %global efi %{ix86} x86_64 ia64 aarch64 %{arm}
 %endif
-%ifarch aarch64
-%define only_efi 1
-%endif
 
 %ifarch %{efi}
 %ifarch %{ix86}
@@ -118,6 +126,11 @@
 %define grubxenarch x86_64-xen
 %endif
 
+%if %{platform} == emu
+# force %{emu} to 1, e.g. for s390
+%define emu 1
+%endif
+
 %if 0%{?suse_version} == 1110
 %define only_efi %{nil}
 %define only_x86_64 %{nil}
@@ -187,6 +200,12 @@
 Patch71:grub2-menu-unrestricted.patch
 Patch72:grub2-mkconfig-arm.patch
 Patch74:grub2-accept-empty-module.patch
+Patch75:grub2-s390x-06-loadparm.patch
+Patch76:grub2-s390x-07-add-image-param-for-zipl-setup.patch
+Patch77:grub2-s390x-08-workaround-part-to-disk.patch
+Patch78:grub2-commands-introduce-read_file-subcommand.patch
+Patch79:grub2-efi-chainload-harder.patch
+Patch80:grub2-emu-4-all.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -280,6 +299,7 @@
 %description branding-upstream
 Upstream branding for GRUB2's graphical console
 
+%if ! 0%{?only_efi:1}
 %package %{grubarch}
 
 Summary:Bootloader with support for Linux, Multiboot and more
@@ -309,6 +329,8 @@
 file systems, computer architectures and hardware devices.  This subpackage
 provides support for %{platform} systems.
 
+%endif
+
 %ifarch %{efi}
 
 %package %{grubefiarch}
@@ -433,6 +455,12 @@
 %patch71 

commit dhcp for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2017-02-20 14:28:27

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


Package is "dhcp"

Changes:

--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes2016-12-01 
10:20:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2017-02-20 
14:28:28.540012563 +0100
@@ -1,0 +2,6 @@
+Fri Feb 10 22:49:38 CET 2017 - ku...@suse.de
+
+- Require insserv only if needed
+- Fix requires of client subpackage
+
+---



Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.9E2WSO/_old  2017-02-20 14:28:29.859826325 +0100
+++ /var/tmp/diff_new_pack.9E2WSO/_new  2017-02-20 14:28:29.863825760 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -130,24 +130,30 @@
 Group:  Productivity/Networking/Boot/Servers
 Requires:   dhcp = %{version}
 Requires:   net-tools
-PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/usr/sbin/useradd
+%if !%{with systemd}
+PreReq: %insserv_prereq
+%endif
+PreReq: %fillup_prereq /bin/cat /bin/mkdir /bin/cp /usr/sbin/useradd
 
 %package client
 Summary:ISC DHCP Client
 Group:  Productivity/Networking/Boot/Clients
 Requires:   /usr/bin/host
+Requires:   /usr/bin/touch
 Requires:   dhcp = %{version}
 Requires:   iproute2
 Requires:   iputils
 Requires:   net-tools
-PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
/bin/grep
 
 %package relay
 Summary:ISC DHCP Relay Agent
 Group:  Productivity/Networking/Boot/Servers
 Requires:   dhcp = %{version}
 Requires:   net-tools
-PreReq: %insserv_prereq %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
+%if !%{with systemd}
+PreReq: %insserv_prereq
+%endif
+PreReq: %fillup_prereq /bin/cat /bin/mkdir /bin/cp 
 
 %package devel
 Summary:Header Files and Libraries for dhcpctl API





commit ekiga for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2017-02-20 14:28:07

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


Package is "ekiga"

Changes:

--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes  2017-02-11 
01:35:16.826987818 +0100
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2017-02-20 
14:28:08.438849024 +0100
@@ -1,0 +2,8 @@
+Wed Feb 15 10:20:52 UTC 2017 - martin.wi...@suse.com
+
+- add ekiga-audiooutput-fallback-to-primary-device-if-secondary.patch
+  * fixes problem that ekiga uses SILENT as default for secondary
+  (ring) output unless explicitly configured by user
+  * Upstream bug report: bgo#17
+
+---

New:

  ekiga-audiooutput-fallback-to-primary-device-if-secondary.patch



Other differences:
--
++ ekiga.spec ++
--- /var/tmp/diff_new_pack.xRFPI4/_old  2017-02-20 14:28:09.234736716 +0100
+++ /var/tmp/diff_new_pack.xRFPI4/_new  2017-02-20 14:28:09.234736716 +0100
@@ -30,6 +30,7 @@
 Patch0: boost-configure.patch
 # PATCH-FIX-UPSTREAM ekiga-appdata.patch badshah...@gmail.com -- Add, 
translate and install appstream metainfo file taken from upstream git
 Patch1: ekiga-appdata.patch
+Patch2:
ekiga-audiooutput-fallback-to-primary-device-if-secondary.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_signals-devel
 %else
@@ -107,6 +108,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build

++ ekiga-audiooutput-fallback-to-primary-device-if-secondary.patch ++
>From 4cd44fcc9e4c6f230cefd397cb75f4b911ea0a11 Mon Sep 17 00:00:00 2001
From: Martin Wilck 
Date: Tue, 17 Jan 2017 19:22:39 +0100
Subject: [PATCH] audiooutput: fallback to primary device if secondary is not
 set

Ekiga already falls back to the primary audio output device
when the manager for the secondary device is NULL. But the
gmconf bridge will set the SILENT device if an empty setting for
the secondary device is encountered, which effectively mutes
ekiga's ring tone unless the user actively reconfigures the
secondary device. The primary device, if not set, defaults to
the first detected audio device on the system, which is a
more reasonable default than SILENT.

This patch changes the behavior for the secondary device such
that the primary device fallback is used for the secondary
device if no configuration is found.

Signed-off-by: Martin Wilck 
References: https://bugs.launchpad.net/ubuntu/+source/ekiga/+bug/558304
Upstream Submission: https://github.com/GNOME/ekiga/pull/2

---
 lib/engine/audiooutput/audiooutput-core.cpp  | 2 +-
 lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/lib/engine/audiooutput/audiooutput-core.cpp 
b/lib/engine/audiooutput/audiooutput-core.cpp
index 9c5348966..cd988493b 100644
--- a/lib/engine/audiooutput/audiooutput-core.cpp
+++ b/lib/engine/audiooutput/audiooutput-core.cpp
@@ -189,7 +189,7 @@ void AudioOutputCore::set_device(AudioOutputPS ps, const 
AudioOutputDevice & dev
 
   break;
 case secondary:
-if (device == current_device[primary])
+if (device == current_device[primary] || device.name == "")
 {
   current_manager[secondary] = NULL;
   current_device[secondary].type = "";
diff --git a/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp 
b/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp
index 104fab0c5..36b395b7a 100644
--- a/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp
+++ b/lib/engine/audiooutput/audiooutput-gmconf-bridge.cpp
@@ -134,9 +134,7 @@ void AudioOutputCoreConfBridge::on_property_changed 
(std::string key, GmConfEntr
  (device.source == "") ||
  (device.name   == "") ) {
   PTRACE(1, "AudioOutputCore\tTried to set malformed device");
-  device.type   = AUDIO_OUTPUT_FALLBACK_DEVICE_TYPE;
-  device.source = AUDIO_OUTPUT_FALLBACK_DEVICE_SOURCE;
-  device.name   = AUDIO_OUTPUT_FALLBACK_DEVICE_NAME;
+  device.name   = "";
 }
 audiooutput_core.set_device (secondary, device);
   }
-- 
2.11.0




commit mutter for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2017-02-20 14:28:49

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


Package is "mutter"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2016-12-04 
15:05:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2017-02-20 
14:28:50.716883205 +0100
@@ -1,0 +2,24 @@
+Thu Feb 16 23:02:12 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Fix switching between two finger- and edge scrolling on wayland
+(bgo#771744).
+  + Fix frequent freezes in multihead setups on wayland
+(bgo#774557).
+  + Preserve root window mask on XSelectionRequest (bgo#776128).
+  + Fix window menu placement with HiDPI (bgo#776055).
+  + Fix HiDPI detection on vertical monitor layouts (bgo#777687).
+  + Fix erroneous key event repeats (bgo#774989).
+  + Fix "ghost" cursors in multi-monitor setups (bgo#771056).
+  + Use eglGetPlatformDisplay (bgo#772422).
+  + Fix erratic raise_or_lower behavior (bgo#705200).
+  + Extend tablet device checks (bgo#773779).
+  + Set right scale for tablet tool cursors on HiDPI (bgo#778474).
+  + Allow edge-scrolling without 2fg-scroll capable devices
+(bgo#778554).
+  + Misc. bug fixes: bgo#771297, bgo#774135, bgo#775986,
+bgo#777691, bgo#777470, bgo#778262, bgo#776919.
+  + Updated translations.
+- Drop mutter-x11-meta.patch: Fixed upstream.
+
+---

Old:

  mutter-3.22.2.tar.xz
  mutter-x11-meta.patch

New:

  mutter-3.22.3.tar.xz



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.azU0yT/_old  2017-02-20 14:28:51.832725750 +0100
+++ /var/tmp/diff_new_pack.azU0yT/_new  2017-02-20 14:28:51.836725186 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mutter
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %global __provides_exclude_from ^%{_libdir}/mutter/.*.typelib$
 
 Name:   mutter
-Version:3.22.2
+Version:3.22.3
 Release:0
 Summary:Window and compositing manager based on Clutter
 License:GPL-2.0+
@@ -40,8 +40,6 @@
 Patch3: mutter-bsc984738-grab-display.patch
 # PATCH-FIX-UPSTREAM mutter-fix-startup.patch bgo#768531 zai...@opensuse.org 
-- Fix slow startup notification on wayland
 Patch6: mutter-fix-startup.patch
-# PATCH-FIX-UPSTREAM mutter-x11-meta.patch bgo#775337 bgo#771744 boo#1011356 
dims...@opensuse.org -- meta-input-settings-x11: Don't try setting unavailable 
scroll methods
-Patch7: mutter-x11-meta.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.9.5
 BuildRequires:  libSM-devel
@@ -141,7 +139,6 @@
 %patch3 -p1
 %endif
 %patch6 -p1
-%patch7 -p1
 
 %build
 %configure \

++ mutter-3.22.2.tar.xz -> mutter-3.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutter-3.22.2/NEWS new/mutter-3.22.3/NEWS
--- old/mutter-3.22.2/NEWS  2016-11-10 15:11:28.0 +0100
+++ new/mutter-3.22.3/NEWS  2017-02-16 18:11:49.0 +0100
@@ -1,3 +1,27 @@
+3.22.3
+==
+* Fix switching between two finger- and edge scrolling on wayland [Rui; 
#771744]
+* Fix frequent freezes in multihead setups on wayland [Rui; #774557]
+* Preserve root window mask on XSelectionRequest [Olivier; #776128]
+* Fix window menu placement with HiDPI [Jonas; #776055]
+* Fix HiDPI detection on vertical monitor layouts [Carlos; #777687]
+* Fix erroneous key event repeats [Rui; #774989]
+* Fix "ghost" cursors in multi-monitor setups [Jonas; #771056]
+* Use eglGetPlatformDisplay [Adam; #772422]
+* Fix erratic raise_or_lower behavior [Jose; #705200]
+* Extend tablet device checks [Carlos; #773779]
+* Set right scale for tablet tool cursors on HiDPI [Carlos; #778474]
+* Allow edge-scrolling without 2fg-scroll capable devices [Rui; #778554]
+* Misc. bug fixes [Jonas, Rui, Carlos, Peter; #771297, #774135, #775986,
+  #777691, #777470, #778262, #776919]
+
+Contributors:
+  Jonas Ã…dahl, Olivier Fourdan, Carlos Garnacho, Peter Hutterer, Adam Jackson,
+  Jose Marino, Rui Matos
+
+Translations:
+  Mandy Wang [zh_CN]
+
 3.22.2
 ==
 * Really fix framebuffer capture origin offset [Rui; #771502]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mutter-3.22.2/clutter/build/Makefile.in 

commit hplip for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2017-02-20 14:28:40

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


Package is "hplip"

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2016-12-01 
10:24:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2017-02-20 
14:28:42.614026591 +0100
@@ -1,0 +2,13 @@
+Thu Feb  9 17:20:28 UTC 2017 - mathias.hom...@opensuse.org
+
+- Version upgrade to 3.16.11:
+  * Added Support for the Following New Printers:
+- HP LaserJet M101-M106 Printer
+- HP LaserJet Pro M203-M206 Printer
+- HP LaserJet Pro MFP M227-M231 Printer
+- HP LaserJet Pro MFP M129-M134
+  * Added support for the following new Distro's:
+- OpenSuse 42.2
+- Fedora 25
+
+---

Old:

  hplip-3.16.10.tar.gz
  hplip-3.16.10.tar.gz.asc

New:

  hplip-3.16.11.tar.gz
  hplip-3.16.11.tar.gz.asc



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.GtCDJF/_old  2017-02-20 14:28:44.565751186 +0100
+++ /var/tmp/diff_new_pack.GtCDJF/_new  2017-02-20 14:28:44.573750056 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hplip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 %global _libexecdir %{_prefix}/lib
 %endif
 Name:   hplip
-Version:3.16.10
+Version:3.16.11
 Release:0
 Summary:HP's Printing, Scanning, and Faxing Software
 License:BSD-3-Clause and GPL-2.0+ and MIT


++ hplip-3.16.10.tar.gz -> hplip-3.16.11.tar.gz ++
/work/SRC/openSUSE:Factory/hplip/hplip-3.16.10.tar.gz 
/work/SRC/openSUSE:Factory/.hplip.new/hplip-3.16.11.tar.gz differ: char 5, line 
1





commit kiwi for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2017-02-20 14:26:52

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2017-02-08 
10:44:02.785188661 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2017-02-20 
14:26:54.649261465 +0100
@@ -1,0 +2,17 @@
+Wed Feb  8 10:57:02 CET 2017 - m...@suse.de
+
+- v7.04.27 released
+  
+---
+Fri Feb  3 14:13:23 CET 2017 - k...@opensuse.org
+  
+- Prevent quoted domain name
+  
+  We're getting domain name by parsion a lease file. Unfortunately in
+  lease file domain name is quoted, which breaks linux resolver.
+  
+  This commit gets domainname unquoted
+  
+  Signed-off-by: Dinar Valeev 
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.wJM9E4/_old  2017-02-20 14:26:56.005070146 +0100
+++ /var/tmp/diff_new_pack.wJM9E4/_new  2017-02-20 14:26:56.009069581 +0100
@@ -27,7 +27,7 @@
 Name:   kiwi
 License:GPL-2.0
 Group:  System/Management
-Version:7.04.26
+Version:7.04.27
 Provides:   kiwi-schema = 6.2
 Provides:   kiwi-image:aci
 Provides:   kiwi-image:lxc

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2016-04-18 16:58:06.610211984 +0200
+++ new/kiwi/.revision  2016-04-18 16:58:06.610211984 +0200
@@ -1 +1 @@
-b831b559f37240110eb20024aea61da485ec0f43
+d68dc14a0d9cd38a27d8f3cdd4a34011785fd261
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIGlobals.pm 
new/kiwi/modules/KIWIGlobals.pm
--- old/kiwi/modules/KIWIGlobals.pm 2017-01-26 11:53:53.714400169 +0100
+++ new/kiwi/modules/KIWIGlobals.pm 2017-02-08 10:56:56.554556321 +0100
@@ -2018,7 +2018,7 @@
 # Globals (generic)
 #--
 my %data;
-$data{Version} = "7.04.26";
+$data{Version} = "7.04.27";
 $data{Publisher}   = "SUSE LINUX GmbH";
 $data{Preparer}= "KIWI - http://opensuse.github.com/kiwi;;
 $data{ConfigName}  = "config.xml";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWILinuxRC.sh 
new/kiwi/modules/KIWILinuxRC.sh
--- old/kiwi/modules/KIWILinuxRC.sh 2017-01-26 11:53:38.026356618 +0100
+++ new/kiwi/modules/KIWILinuxRC.sh 2017-02-08 10:54:34.882157952 +0100
@@ -5117,8 +5117,8 @@
 awk '{print $3}' |tr -d ';'
 )
 export DOMAIN=$(
-cat $lease | grep 'domain-name' | grep -v 'domain-name-server' |\
-awk '{print $3}'| tr -d ';'
+cat $lease | grep -w 'domain-name '|\
+awk -F \" '{print $2}'
 )
 export DNSSERVERS=$(
 cat $lease | grep 'domain-name-servers'|\




commit libgudev for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package libgudev for openSUSE:Factory 
checked in at 2017-02-20 14:27:36

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


Package is "libgudev"

Changes:

--- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes2015-09-27 
14:31:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes   2017-02-20 
14:27:37.507213775 +0100
@@ -1,0 +2,12 @@
+Mon Feb 13 18:44:18 UTC 2017 - zai...@opensuse.org
+
+- Update to version 231:
+  + Fix a bug in the enumerator to ensure that client subsystems
+are implicitly matched.
+  + Require a newer GLib to simplify some code.
+- Add disabled pkgconfig(umockdev-1.0) BuildRequires, new
+  optional dependency, that is enabled by default upstream, but
+  unfortunatly not yet available in openSUSE.
+- Following the above: pass --disable-umockdev to configure.
+
+---

Old:

  libgudev-230.tar.xz

New:

  libgudev-231.tar.xz



Other differences:
--
++ libgudev.spec ++
--- /var/tmp/diff_new_pack.2cvcrg/_old  2017-02-20 14:27:37.999144359 +0100
+++ /var/tmp/diff_new_pack.2cvcrg/_new  2017-02-20 14:27:37.999144359 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgudev
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   libgudev
-Version:230
+Version:231
 Release:0 
 Summary:Library that provides GObject bindings for libudev
 License:LGPL-2.0+
@@ -27,11 +27,13 @@
 Source99:   baselibs.conf
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.22.0
-BuildRequires:  pkgconfig(gobject-2.0) >= 2.22.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.30.0
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk-doc) >= 1.18
-BuildRequires:  pkgconfig(libudev)
+BuildRequires:  pkgconfig(libudev) >= 199
+# FIXME - not yet in openSUSE
+#BuildRequires:  pkgconfig(umockdev-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -69,6 +71,7 @@
 %build
 %configure \
 --disable-static \
+--disable-umockdev \
 --enable-gtk-doc
 make %{?_smp_mflags} V=1
 

++ libgudev-230.tar.xz -> libgudev-231.tar.xz ++
 24538 lines of diff (skipped)




commit libksi for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package libksi for openSUSE:Factory checked 
in at 2017-02-20 14:27:51

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


Package is "libksi"

Changes:

--- /work/SRC/openSUSE:Factory/libksi/libksi.changes2016-01-05 
21:55:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libksi.new/libksi.changes   2017-02-20 
14:27:52.329122260 +0100
@@ -1,0 +2,5 @@
+Wed Feb 15 15:19:09 CET 2017 - n...@suse.de
+
+- This library is needed for latest rsyslog 8.24.0(fate#320546)
+
+---



Other differences:
--
++ libksi.spec ++
--- /var/tmp/diff_new_pack.DwcSTn/_old  2017-02-20 14:27:52.773059615 +0100
+++ /var/tmp/diff_new_pack.DwcSTn/_new  2017-02-20 14:27:52.773059615 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libksi
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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 strace for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2017-02-20 14:27:15

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


Package is "strace"

Changes:

--- /work/SRC/openSUSE:Factory/strace/strace.changes2016-12-26 
21:39:21.470930330 +0100
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes   2017-02-20 
14:27:17.470041219 +0100
@@ -1,0 +2,34 @@
+Wed Feb 15 10:10:27 UTC 2017 - sch...@linux-m68k.org
+
+- Update to strace 4.16
+  * Improvements
+* Implemented syscall return value injection (-e inject=SET:retval= 
option).
+* Implemented signal injection (-e inject=SET:signal= option).
+* Implemented decoding of SUID_DUMP_* constants in PR_[GS]ET_DUMPABLE.
+* Implemented decoding of all SG_* ioctl commands.
+* Implemented decoding of ustat syscall.
+* Implemented decoding of BPF_OBJ_PIN, BPF_OBJ_GET, BPF_PROG_ATTACH,
+  and BPF_PROG_DETACH commands of bpf syscall.
+* Enhanced decoding of sg_io_hdr and sg_io_v4 structures.
+* Enhanced decoding of get_robust_list, getrandom, io_submit, 
set_robust_list
+  syscalls.
+* Enhanced decoding of entities of kernel long type on x32 and mips n32 
ABIs.
+* Updated lists of IP_*, IPV6_*, and LOOP_* constants.
+* Updated lists of ioctl commands from Linux 4.10.
+* Added decoding of recently added syscalls on avr32, microblaze, ppc,
+  and ppc64.
+  * Bug fixes
+* Fixed pathmatch of oldselect syscall on 64-bit architectures.
+* Fixed decoding of mmap2 syscall on s390 when arguments are not available.
+* Fixed decoding of kexec_file_load, mprotect, pkey_mprotect, prctl, 
preadv*,
+  and pwritev* syscalls on x32.
+* Fixed printing of string arguments of getxattr and setxattr syscalls
+  when -s option is used to limit the printed string size.
+* Fixed decoding of ifconf, ifreq, and loop_info structures on non-native
+  personalities.
+* Fixed decoding of SG_* and LOOP_* ioctl commands.
+* Fixed build on mips with musl libc.
+* Fixed cross-building of ioctlsort.
+* Applied minor formatting fixes to the manual page.
+
+---

Old:

  strace-4.15.tar.xz
  strace-4.15.tar.xz.asc

New:

  strace-4.16.tar.xz
  strace-4.16.tar.xz.asc



Other differences:
--
++ strace.spec ++
--- /var/tmp/diff_new_pack.i5WgB5/_old  2017-02-20 14:27:18.185940198 +0100
+++ /var/tmp/diff_new_pack.i5WgB5/_new  2017-02-20 14:27:18.201937941 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   strace
-Version:4.15
+Version:4.16
 Release:0
 Summary:A utility to trace the system calls of a program
 License:BSD-3-Clause

++ strace-4.15.tar.xz -> strace-4.16.tar.xz ++
 44628 lines of diff (skipped)




commit ghc-irc-conduit for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package ghc-irc-conduit for openSUSE:Factory 
checked in at 2017-02-20 13:16:00

Comparing /work/SRC/openSUSE:Factory/ghc-irc-conduit (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-irc-conduit.new (New)


Package is "ghc-irc-conduit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-irc-conduit/ghc-irc-conduit.changes  
2017-02-13 07:48:21.408776627 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-irc-conduit.new/ghc-irc-conduit.changes 
2017-02-20 13:16:00.308780469 +0100
@@ -1,0 +2,20 @@
+Sun Jan  8 21:13:38 UTC 2017 - psim...@suse.com
+
+- Update to version 0.2.2.0 with cabal2obs.
+
+---
+Sun Oct 30 16:26:13 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.1.1 with cabal2obs.
+
+---
+Mon Sep 26 06:49:59 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.1.0 with cabal2obs.
+
+---
+Thu Sep 15 06:45:09 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.0 revision 0 with cabal2obs.
+
+---

Old:

  irc-conduit-0.1.2.0.tar.gz

New:

  irc-conduit-0.2.2.0.tar.gz



Other differences:
--
++ ghc-irc-conduit.spec ++
--- /var/tmp/diff_new_pack.v8LYo7/_old  2017-02-20 13:16:00.776714677 +0100
+++ /var/tmp/diff_new_pack.v8LYo7/_new  2017-02-20 13:16:00.776714677 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-irc-conduit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,15 +18,14 @@
 
 %global pkg_name irc-conduit
 Name:   ghc-%{pkg_name}
-Version:0.1.2.0
+Version:0.2.2.0
 Release:0
 Summary:Streaming IRC message library using conduits
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-async-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
@@ -35,6 +34,7 @@
 BuildRequires:  ghc-irc-ctcp-devel
 BuildRequires:  ghc-irc-devel
 BuildRequires:  ghc-network-conduit-tls-devel
+BuildRequires:  ghc-profunctors-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
@@ -42,7 +42,6 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-x509-validation-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 IRC messages consist of an optional identifying prefix, a command name, and a
@@ -71,15 +70,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ irc-conduit-0.1.2.0.tar.gz -> irc-conduit-0.2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/irc-conduit-0.1.2.0/Network/IRC/Conduit/Internal/Conduits.hs 
new/irc-conduit-0.2.2.0/Network/IRC/Conduit/Internal/Conduits.hs
--- old/irc-conduit-0.1.2.0/Network/IRC/Conduit/Internal/Conduits.hs
2014-09-05 19:53:38.0 +0200
+++ new/irc-conduit-0.2.2.0/Network/IRC/Conduit/Internal/Conduits.hs
1970-01-01 01:00:00.0 +0100
@@ -1,55 +0,0 @@
-{-# LANGUAGE ImpredicativeTypes #-}
-{-# LANGUAGE OverloadedStrings  #-}
-
--- |Internal helper conduits
-module Network.IRC.Conduit.Internal.Conduits where
-
-import Control.Arrow  ((&&&))
-import Control.Monad.IO.Class (MonadIO, liftIO)
-import Data.ByteString(ByteString, isSuffixOf, singleton)
-import Data.Conduit   (Conduit, await, yield)
-import Data.Monoid((<>))
-
-import qualified Data.ByteString as B
-
--- |Split up incoming bytestrings into new lines.
-chunked :: Monad m => Conduit ByteString m ByteString
-chunked = chunked' ""
-  where
-chunked' leftover = do
-  -- Wait for a value from upstream
-  val <- await
-
-  case val of
-Just val' ->
-  let
-carriage = fromIntegral $ fromEnum '\r'
-newline  = fromIntegral $ fromEnum '\n'
-
--- Split on '\n's, removing any stray '\r's (line endings
--- are usually '\r\n's, but this isn't certain).
-bytes= B.filter (/=carriage) $ 

commit php7 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2017-02-20 13:16:04

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


Package is "php7"

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2017-02-18 
03:18:51.870339516 +0100
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-02-20 
13:16:06.011978587 +0100
@@ -1,0 +2,6 @@
+Mon Feb 20 08:08:37 UTC 2017 - pgaj...@suse.com
+
+- updated to 7.1.2: Several bugs have been fixed.
+- deleted php7-getrandom-test.patch, upstreamed
+
+---

Old:

  php-7.1.1.tar.xz
  php-7.1.1.tar.xz.asc
  php7-getrandom-test.patch

New:

  php-7.1.2.tar.xz
  php-7.1.2.tar.xz.asc



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.erOoxk/_old  2017-02-20 13:16:07.423780085 +0100
+++ /var/tmp/diff_new_pack.erOoxk/_new  2017-02-20 13:16:07.439777836 +0100
@@ -46,7 +46,7 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php7
-Version:7.1.1
+Version:7.1.2
 Release:0
 Summary:PHP7 Core Files
 License:PHP-3.01
@@ -91,8 +91,6 @@
 Patch15:php7-fix_net-snmp_disable_MD5.patch
 # https://bugs.php.net/bug.php?id=70015
 Patch16:aarch64-mult.patch
-#https://bugs.php.net/bug.php?id=71200
-Patch17:php7-getrandom-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
@@ -1045,7 +1043,6 @@
 %patch14
 %patch15
 %patch16 -p1
-%patch17 -p1
 
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`


++ php-7.1.1.tar.xz -> php-7.1.2.tar.xz ++
/work/SRC/openSUSE:Factory/php7/php-7.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.php7.new/php-7.1.2.tar.xz differ: char 29, line 1





commit sysstat for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package sysstat for openSUSE:Factory checked 
in at 2017-02-20 13:15:25

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


Package is "sysstat"

Changes:

--- /work/SRC/openSUSE:Factory/sysstat/sysstat.changes  2016-05-29 
03:13:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysstat.new/sysstat.changes 2017-02-20 
13:15:26.529529823 +0100
@@ -1,0 +2,11 @@
+Sun Feb 19 10:21:16 UTC 2017 - tchva...@suse.com
+
+- Update to 11.4.3 release
+  * check the CHANGES file for detailed informations, too long
+- Refresh patches:
+  * sysstat-8.0.4-sysconfdir.diff
+  * sysstat-8.1.6-sa1sa2lock.diff
+- Remove patch that was converted to sed:
+  * sysstat-9.0.4-no-build-date.patch
+
+---

Old:

  sysstat-11.0.8.tar.xz
  sysstat-9.0.4-no-build-date.patch

New:

  sysstat-11.4.3.tar.xz



Other differences:
--
++ sysstat.spec ++
--- /var/tmp/diff_new_pack.8IUwTH/_old  2017-02-20 13:15:27.353413986 +0100
+++ /var/tmp/diff_new_pack.8IUwTH/_new  2017-02-20 13:15:27.357413424 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysstat
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   sysstat
-Version:11.0.8
+Version:11.4.3
 Release:0
 Summary:Sar and Iostat Commands for Linux
 License:GPL-2.0+
@@ -37,13 +37,8 @@
 # instead of /etc/sysconfig since the files do not match
 # the format used there (should be configure option)
 Patch3: sysstat-8.0.4-sysconfdir.diff
-# PATCH-FIX-OPENSUSE avoid build dates in generated files
-Patch4: sysstat-9.0.4-no-build-date.patch
 BuildRequires:  findutils
-%ifnarch s390 s390x
-BuildRequires:  libsensors4-devel
-%endif
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  sed
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  update-desktop-files
@@ -52,6 +47,9 @@
 Requires:   procmail
 Requires:   xz
 %{?systemd_requires}
+%ifnarch s390 s390x
+BuildRequires:  libsensors4-devel
+%endif
 
 %description
 Sar and Iostat commands for Linux. The sar command collects and reports
@@ -80,8 +78,9 @@
 %patch0
 %patch2
 %patch3
-%patch4
 cp %{SOURCE1} %{SOURCE2} %{SOURCE4} .
+# remove date and time from objects
+find ./ -name \*.c -exec sed -i -e 's: " compiled " __DATE__ " " __TIME__::g' 
{} \;
 
 %build
 export conf_dir="%{_sysconfdir}/sysstat"
@@ -90,8 +89,11 @@
 export LFLAGS="-L. -lsyscom"
 export history="60"
 %configure \
+   --disable-silent-rules \
--enable-nls \
--disable-man-group \
+   --enable-copy-only \
+   --disable-file-attr \
--enable-debug-info \
 %ifnarch s390 s390x
--enable-sensors \
@@ -101,7 +103,7 @@
 
 %install
 mkdir -p %{buildroot}%{_localstatedir}/log/sa %{buildroot}%{_sbindir}
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 install -D -m 0644 isag.desktop 
%{buildroot}%{_datadir}/applications/isag.desktop
 %suse_update_desktop_file isag
 cp contrib/isag/isag %{buildroot}%{_bindir}
@@ -139,7 +141,7 @@
 
 %files -f "%{name}.lang"
 %defattr(-,root,root)
-%doc CHANGES COPYING CREDITS FAQ README
+%doc CHANGES COPYING CREDITS FAQ README.md
 %{_mandir}/man1/*
 %{_mandir}/man5/*
 %{_mandir}/man8/*

++ sysstat-11.0.8.tar.xz -> sysstat-11.4.3.tar.xz ++
 45984 lines of diff (skipped)

++ sysstat-8.0.4-sysconfdir.diff ++
--- /var/tmp/diff_new_pack.8IUwTH/_old  2017-02-20 13:15:27.809349883 +0100
+++ /var/tmp/diff_new_pack.8IUwTH/_new  2017-02-20 13:15:27.809349883 +0100
@@ -2,7 +2,7 @@
 ===
 --- FAQ.orig
 +++ FAQ
-@@ -434,9 +434,9 @@ to verify that for yourself.
+@@ -444,9 +444,9 @@ to verify that for yourself.
  Nor do you have to be concerned about using up all your disk space.
  sar will use a few hundred kilobytes for a whole day's worth of data, and it
  normally only stores one week worth (this can be configured via the HISTORY
@@ -14,7 +14,7 @@
  configuration file.
  
  ~~~
-@@ -476,7 +476,7 @@ another file or create a new one. See al
+@@ -486,7 +486,7 @@ another file or create a new one. See al
  By default sar saves its data in the standard system activity data file,
  the /var/log/sa/saDD file, where DD is the current day in the month.
  To prevent sar from overwriting any existing files, just set the variable
@@ -23,18 +23,18 @@
  must be kept. When this variable 

commit conky for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package conky for openSUSE:Factory checked 
in at 2017-02-20 13:15:12

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


Package is "conky"

Changes:

--- /work/SRC/openSUSE:Factory/conky/conky.changes  2017-01-09 
10:47:51.202683702 +0100
+++ /work/SRC/openSUSE:Factory/.conky.new/conky.changes 2017-02-20 
13:15:13.355382070 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 13:16:57 UTC 2017 - o...@aepfle.de
+
+- Remove timestamp from binaries
+- add conky.timestamp.patch
+
+---

New:

  conky.timestamp.patch



Other differences:
--
++ conky.spec ++
--- /var/tmp/diff_new_pack.IzKpEC/_old  2017-02-20 13:15:14.155269608 +0100
+++ /var/tmp/diff_new_pack.IzKpEC/_new  2017-02-20 13:15:14.159269046 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package conky
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Patch1: conky-1.10.1-avoid-git.patch
 # our ncurses doesn't supply a .pc file
 Patch2: conky-1.10.4-ncurses.patch
+Patch3: conky.timestamp.patch
 BuildRequires:  alsa-devel
 BuildRequires:  cairo-devel
 BuildRequires:  cmake
@@ -131,6 +132,7 @@
 %patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 mkdir build && cd build

++ conky.timestamp.patch ++
--- a/cmake/Conky.cmake
+++ b/cmake/Conky.cmake
@@ -105,7 +105,7 @@ mark_as_advanced(APP_AWK APP_WC APP_DATE
 #BUILD_ARCH="$(uname -sr) ($(uname -m))"
 execute_process(COMMAND ${APP_DATE} RESULT_VARIABLE RETVAL OUTPUT_VARIABLE
BUILD_DATE OUTPUT_STRIP_TRAILING_WHITESPACE)
-execute_process(COMMAND ${APP_UNAME} -srm RESULT_VARIABLE RETVAL
+execute_process(COMMAND ${APP_UNAME} -sm RESULT_VARIABLE RETVAL
OUTPUT_VARIABLE BUILD_ARCH OUTPUT_STRIP_TRAILING_WHITESPACE)
 
 if(RELEASE)
--- a/src/llua.cc
+++ b/src/llua.cc
@@ -161,7 +161,7 @@ void llua_init(void)
free(old_path);
free(new_path);
 
-   lua_pushstring(lua_L, PACKAGE_NAME" " VERSION" compiled " BUILD_DATE" 
for " BUILD_ARCH);
+   lua_pushstring(lua_L, PACKAGE_NAME" " VERSION" compiled for " 
BUILD_ARCH);
lua_setglobal(lua_L, "conky_build_info");
 
lua_pushstring(lua_L, VERSION);



commit lyx for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2017-02-20 13:15:46

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


Package is "lyx"

Changes:

--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2017-02-03 17:49:39.439248108 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new/lyx.changes 2017-02-20 
13:15:47.910523675 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 15:06:07 UTC 2017 - mailaen...@opensuse.org
+
+- install appdata.xml for https://en.opensuse.org/openSUSE:AppStore
+- install bash completion
+- add missing desktop/icon update macros
+
+---



Other differences:
--
++ lyx.spec ++
--- /var/tmp/diff_new_pack.3j4pJ4/_old  2017-02-20 13:15:49.014368474 +0100
+++ /var/tmp/diff_new_pack.3j4pJ4/_new  2017-02-20 13:15:49.038365101 +0100
@@ -17,19 +17,37 @@
 
 
 Name:   lyx
+Version:2.2.2
+Release:0
+Summary:WYSIWYM (What You See Is What You Mean) document processor
+License:GPL-2.0+
+Group:  Productivity/Publishing/TeX/Frontends
+Url:http://www.lyx.org/
+Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
+Source1:lyxrc.dist
+Source2:lyx.keyring
+Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
 #!BuildIgnore: lyx
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bc
+BuildRequires:  enchant-devel
+BuildRequires:  fdupes
+BuildRequires:  file-devel
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  hunspell-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python
+BuildRequires:  update-desktop-files
+BuildRequires:  zlib-devel
+Requires:   ImageMagick
+Requires:   ghostscript
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_signals-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  enchant-devel
-BuildRequires:  fdupes
-BuildRequires:  file-devel
-BuildRequires:  hunspell-devel
 %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
@@ -44,22 +62,6 @@
 %else
 BuildRequires:  libqt4-devel
 %endif
-BuildRequires:  python
-BuildRequires:  update-desktop-files
-BuildRequires:  zlib-devel
-Version:2.2.2
-Release:0
-Summary:WYSIWYM (What You See Is What You Mean) document processor
-License:GPL-2.0+
-Group:  Productivity/Publishing/TeX/Frontends
-Url:http://www.lyx.org/
-Source: ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz
-Source1:lyxrc.dist
-Source2:lyx.keyring
-Source3:
ftp://ftp.lyx.org/pub/lyx/stable/2.2.x/lyx-%{version}.tar.xz.sig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   ImageMagick
-Requires:   ghostscript
 %if 0%{?suse_version} < 1230
 Requires:   texlive-latex
 Recommends: texlive-xetex
@@ -124,7 +126,6 @@
 LyX can check the LaTeX installation by opening the LaTeX Configuration
 document under "Help" on the menubar.
 
-
 %prep
 %setup -q
 
@@ -143,47 +144,64 @@
 
 %install
 TEXMF=%{_datadir}/texmf
-make install DESTDIR=$RPM_BUILD_ROOT TEXMF=$TEXMF
+make install DESTDIR=%{buildroot} TEXMF=$TEXMF
 
 # some defaults
-install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/lyx/lyxrc.dist
+install -p -m644 -D %{SOURCE1} %{buildroot}%{_datadir}/lyx/lyxrc.dist
 
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-pushd $RPM_BUILD_ROOT%{_datadir}/lyx/doc/
+mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
+pushd %{buildroot}%{_datadir}/lyx/doc/
 for i in *
 do
 ln -s %{_datadir}/lyx/doc/$i \
- $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
+ %{buildroot}/%{_defaultdocdir}/%{name}/
 done
 popd
+
 cp ANNOUNCE COPYING NEWS \
README README.localization RELEASE-NOTES UPGRADING \
-   $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
+   %{buildroot}/%{_defaultdocdir}/%{name}/
+
 mkdir -p $RPM_BUILD_ROOT$TEXMF/tex/latex
 ln -s %{_datadir}/lyx/tex $RPM_BUILD_ROOT$TEXMF/tex/latex/lyx
+
+install -p -D -m 0644 lib/appdata.xml 
%{buildroot}%{_datadir}/appdata/lyx.appdata.xml
+
+install -p -D -m 0644 lib/scripts/bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/lyx
+
 %suse_update_desktop_file lyx Office WordProcessor
-%fdupes -s $RPM_BUILD_ROOT
-%find_lang %name
 
-%files -f %name.lang
+%fdupes -s %{buildroot}%{_prefix}
+
+%find_lang %{name}
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
+%files -f %{name}.lang
 

commit cacti for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2017-02-20 13:15:55

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


Package is "cacti"

Changes:

--- /work/SRC/openSUSE:Factory/cacti/cacti.changes  2017-02-16 
17:01:06.985248166 +0100
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2017-02-20 
13:15:56.681290499 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 18:17:36 UTC 2017 - astie...@suse.com
+
+- cacti 1.0.3:
+  * Upgrade 0.8.8h to 1.0.0 fails to create poller_output_boost table
+  *  Added missing template import hash for 1.0.2
+
+---

Old:

  cacti-1.0.2.tar.gz

New:

  cacti-1.0.3.tar.gz



Other differences:
--
++ cacti.spec ++
--- /var/tmp/diff_new_pack.DCWXED/_old  2017-02-20 13:15:57.545169036 +0100
+++ /var/tmp/diff_new_pack.DCWXED/_new  2017-02-20 13:15:57.549168475 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Web Front-End to Monitor System Data via RRDtool
 License:GPL-2.0+

++ cacti-1.0.2.tar.gz -> cacti-1.0.3.tar.gz ++
/work/SRC/openSUSE:Factory/cacti/cacti-1.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new/cacti-1.0.3.tar.gz differ: char 5, line 1




commit trustedgrub2 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package trustedgrub2 for openSUSE:Factory 
checked in at 2017-02-20 13:15:19

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


Package is "trustedgrub2"

Changes:

--- /work/SRC/openSUSE:Factory/trustedgrub2/trustedgrub2.changes
2016-04-22 16:24:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.trustedgrub2.new/trustedgrub2.changes   
2017-02-20 13:15:20.706348547 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 05:59:19 UTC 2017 - mch...@suse.com
+
+- Fix build aginst glibc 2.25+
+ * 0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch 
+ * 0002-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch
+
+---

New:

  0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch
  0002-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch



Other differences:
--
++ trustedgrub2.spec ++
--- /var/tmp/diff_new_pack.DtoR7C/_old  2017-02-20 13:15:21.562228213 +0100
+++ /var/tmp/diff_new_pack.DtoR7C/_new  2017-02-20 13:15:21.574226527 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trustedgrub2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Source2:HOWTO.luks-keyfile
 Patch1: use-grub2-as-a-package-name.patch
 Patch2: grub2-linguas.sh-no-rsync.patch
+Patch3: 0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch
+Patch4: 0002-configure-fix-check-for-sys-sysmacros.h-under-glibc-.patch
 # Btrfs snapshot booting related patches
 Patch101:   grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:   grub2-btrfs-02-export-subvolume-envvars.patch
@@ -80,6 +82,8 @@
 %setup
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1

++ 0001-build-Use-AC_HEADER_MAJOR-to-find-device-macros.patch ++
>From 7a5b301e3adb8e054288518a325135a1883c1c6c Mon Sep 17 00:00:00 2001
From: Mike Gilbert 
Date: Tue, 19 Apr 2016 14:27:22 -0400
Subject: [PATCH] build: Use AC_HEADER_MAJOR to find device macros

Depending on the OS/libc, device macros are defined in different
headers. This change ensures we include the right one.

sys/types.h - BSD
sys/mkdev.h - Sun
sys/sysmacros.h - glibc (Linux)

glibc currently pulls sys/sysmacros.h into sys/types.h, but this may
change in a future release.

https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html
---
 configure.ac | 3 ++-
 grub-core/osdep/devmapper/getroot.c  | 6 ++
 grub-core/osdep/devmapper/hostdisk.c | 5 +
 grub-core/osdep/linux/getroot.c  | 6 ++
 grub-core/osdep/unix/getroot.c   | 4 +++-
 5 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 57e1713..9ddfc53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -388,7 +388,8 @@ fi
 
 # Check for functions and headers.
 AC_CHECK_FUNCS(posix_memalign memalign getextmntent)
-AC_CHECK_HEADERS(sys/param.h sys/mount.h sys/mnttab.h sys/mkdev.h limits.h)
+AC_CHECK_HEADERS(sys/param.h sys/mount.h sys/mnttab.h limits.h)
+AC_HEADER_MAJOR
 
 AC_CHECK_MEMBERS([struct statfs.f_fstypename],,,[$ac_includes_default
 #include 
diff --git a/grub-core/osdep/devmapper/getroot.c 
b/grub-core/osdep/devmapper/getroot.c
index 05eda50..72e5582 100644
--- a/grub-core/osdep/devmapper/getroot.c
+++ b/grub-core/osdep/devmapper/getroot.c
@@ -40,6 +40,12 @@
 #include 
 #endif
 
+#if defined(MAJOR_IN_MKDEV)
+#include 
+#elif defined(MAJOR_IN_SYSMACROS)
+#include 
+#endif
+
 #include 
 
 #include 
diff --git a/grub-core/osdep/devmapper/hostdisk.c 
b/grub-core/osdep/devmapper/hostdisk.c
index 19c1101..a697bcb 100644
--- a/grub-core/osdep/devmapper/hostdisk.c
+++ b/grub-core/osdep/devmapper/hostdisk.c
@@ -24,6 +24,11 @@
 #include 
 #include 
 
+#if defined(MAJOR_IN_MKDEV)
+#include 
+#elif defined(MAJOR_IN_SYSMACROS)
+#include 
+#endif
 
 #ifdef HAVE_DEVICE_MAPPER
 # include 
diff --git a/grub-core/osdep/linux/getroot.c b/grub-core/osdep/linux/getroot.c
index 10480b6..09e7e6e 100644
--- a/grub-core/osdep/linux/getroot.c
+++ b/grub-core/osdep/linux/getroot.c
@@ -35,6 +35,12 @@
 #include 
 #endif
 
+#if defined(MAJOR_IN_MKDEV)
+#include 
+#elif defined(MAJOR_IN_SYSMACROS)
+#include 
+#endif
+
 #include 
 #include  /* ioctl */
 #include 
diff --git a/grub-core/osdep/unix/getroot.c b/grub-core/osdep/unix/getroot.c
index 1079a91..4bf37b0 100644
--- 

commit DisplayCAL for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2017-02-20 13:15:41

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2017-01-10 
10:51:46.797192100 +0100
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2017-02-20 13:15:42.987215892 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 16:46:26 UTC 2017 - flor...@displaycal.net
+
+- Update to 3.2.4.0:
+  * Maintenance/bugfix release
+  * See README.html#changelog-3.2.4
+
+---

Old:

  DisplayCAL-3.2.3.0.tar.gz

New:

  DisplayCAL-3.2.4.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.G7VOyu/_old  2017-02-20 13:15:44.139053944 +0100
+++ /var/tmp/diff_new_pack.G7VOyu/_new  2017-02-20 13:15:44.143053382 +0100
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.2.3.0
+Version:3.2.4.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:https://displaycal.net/

++ DisplayCAL-3.2.3.0.tar.gz -> DisplayCAL-3.2.4.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.2.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.2.4.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.G7VOyu/_old  2017-02-20 13:15:44.339025828 +0100
+++ /var/tmp/diff_new_pack.G7VOyu/_new  2017-02-20 13:15:44.343025266 +0100
@@ -1,5 +1,5 @@
-displaycal (3.2.3.0-1) stable; urgency=low
+displaycal (3.2.4.0-1) stable; urgency=low
 
-  * Version 3.2.3.0
+  * Version 3.2.4.0
 
- -- Florian Höch   Wed, 04 Jan 2017 14:12:01 +
+ -- Florian Höch   Sun, 19 Feb 2017 16:46:26 +




commit ghostwriter for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package ghostwriter for openSUSE:Factory 
checked in at 2017-02-20 13:15:32

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


Package is "ghostwriter"

Changes:

--- /work/SRC/openSUSE:Factory/ghostwriter/ghostwriter.changes  2016-09-08 
17:39:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghostwriter.new/ghostwriter.changes 
2017-02-20 13:15:33.600535652 +0100
@@ -1,0 +2,6 @@
+Sun Feb 19 16:58:13 UTC 2017 - mplus...@suse.com
+
+- Split lang subpackage and generate/install translations
+- Suggest MultiMarkdown-5 as well
+
+---



Other differences:
--
++ ghostwriter.spec ++
--- /var/tmp/diff_new_pack.RgaA7u/_old  2017-02-20 13:15:34.080468174 +0100
+++ /var/tmp/diff_new_pack.RgaA7u/_new  2017-02-20 13:15:34.084467612 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostwriter
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source: 
https://github.com/wereturtle/ghostwriter/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Concurrent)
@@ -41,6 +42,8 @@
 Requires(post): update-desktop-files
 Requires(postun): hicolor-icon-theme
 Requires(postun): update-desktop-files
+Recommends: %{name}-lang
+Suggests:   MultiMarkdown-5
 Suggests:   cmark
 Suggests:   discount
 Suggests:   pandoc
@@ -51,16 +54,20 @@
 Gruber’s website at http://www.daringfireball.net. ghostwriter
 provides a relaxing, distraction-free writing environment.
 
+%lang_package
+
 %prep
 %setup -q
 
 %build
+lrelease-qt5 %{name}.pro
 %qmake5 PREFIX=%{_prefix}
 %make_jobs
 
 %install
 %qmake5_install
 %suse_update_desktop_file -r %{name} TextEditor
+%find_lang %{name} --with-qt
 
 %post
 %desktop_database_post
@@ -74,7 +81,6 @@
 %defattr(-,root,root)
 %doc README.md CREDITS.md COPYING
 %{_bindir}/ghostwriter
-%{_datadir}/ghostwriter
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/ghostwriter.appdata.xml
 %{_datadir}/applications/ghostwriter.desktop
@@ -82,4 +88,9 @@
 %{_mandir}/man1/ghostwriter.1%{ext_man}
 %{_datadir}/pixmaps/ghostwriter.xpm
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+%dir %{_datadir}/ghostwriter
+%dir %{_datadir}/ghostwriter/translations
+
 %changelog




commit icinga for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2017-02-20 13:15:07

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2017-01-10 
10:50:43.562105706 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2017-02-20 
13:15:08.396079328 +0100
@@ -1,0 +2,8 @@
+Fri Feb  3 10:06:10 UTC 2017 - thard...@suse.com
+
+- remove dedicated systemd scripts and use the default init scripts again 
because of issues
+  with the implementation. Ido2db crashed when the icinga service was 
restarted (bnc#1023400)
+- remove obsolete icinga-fix-systemd-services.patch
+- remove RHEL readme
+
+---

Old:

  icinga-exec-start-pre
  icinga-fix-systemd-services.patch
  icinga_sysvinit_compat
  ido2db-exec-start-pre



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.VcnZCf/_old  2017-02-20 13:15:10.183827978 +0100
+++ /var/tmp/diff_new_pack.VcnZCf/_new  2017-02-20 13:15:10.187827415 +0100
@@ -15,13 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%if 0%{?suse_version} >= 1230
-%define using_systemd 1
-%else
-%define using_sysvinit 1
-%endif
-
 Name:   icinga
 Version:1.14.0
 Release:0
@@ -47,12 +40,8 @@
 Source15:   mini_epn.8
 Source16:   log2ido.8
 Source17:   icinga-favicon.ico
-Source18:   icinga-exec-start-pre
-Source19:   ido2db-exec-start-pre
 # PATCH-FIX-OPENSUSE icinga-workaround-131-apache-conf-issue.patch
 Patch0: icinga-workaround-131-apache-conf-issue.patch
-# PATCH-FIX-OPENSUSE icinga-fix-systemd-services.patch
-Patch1: icinga-fix-systemd-services.patch
 # PATCH-FIX-UPSTREAM icinga-1.11.7-fix-bashisms.patch led...@gmail.com
 Patch2: icinga-1.11.7-fix-bashisms.patch
 Provides:   monitoring_daemon
@@ -61,9 +50,6 @@
 %if 0%{?suse_version} >= 1110
 BuildRequires:  fdupes
 %endif
-%if 0%{?suse_version} > 1310
-BuildRequires:  util-linux-systemd
-%endif
 BuildRequires:  freetype2-devel
 BuildRequires:  gd-devel > 1.8
 BuildRequires:  iputils
@@ -78,10 +64,6 @@
 BuildRequires:  openssl
 BuildRequires:  pcre-devel
 BuildRequires:  zlib-devel
-%if 0%{?using_systemd}
-BuildRequires:  systemd
-Source100:  icinga_sysvinit_compat
-%endif
 Requires:   net-tools
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq
@@ -97,9 +79,6 @@
 %{perl_requires}
 %endif
 %{?libperl_requires}
-%if 0%{?using_systemd}
-%{?systemd_requires}
-%endif
 Requires:   mailx
 Recommends: monitoring-tools
 Recommends: %{name}-plugins-eventhandlers
@@ -285,7 +264,6 @@
 %if 0%{?suse_version} == 1310
 %patch0 -p1
 %endif
-%patch1 -p1
 %patch2 -p1
 
 %build
@@ -354,11 +332,7 @@
 %install
 make \
 install-unstripped \
-%if 0%{?using_systemd}
-install-systemd \
-%else
 install-init \
-%endif
 install-commandmode \
 install-idoutils \
 install-config \
@@ -409,6 +383,8 @@
 
 # remove unnecessary files from www log directory
 rm "%{buildroot}/%{icinga_cgi_logdir}/"{.htaccess,index.htm}
+# remove unnecessary documentation
+rm README.RHEL
 
 # remove setuid from %%{icinga_cmd_filedir}
 chmod -s "%{buildroot}%{icinga_cmd_filedir}"
@@ -436,21 +412,13 @@
 # REST of special SUSE stuff here, if needed
 # init-scripts
 # remove the default init script as SUSE uses an adapted one
-%if 0%{?using_systemd}
-install -D -m0755 %{SOURCE100} %{buildroot}%{_sbindir}/rc%{name}
-ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcido2db
-install -D -m0755 %{SOURCE18} 
"%{buildroot}%{icinga_libdir}/icinga-exec-start-pre"
-install -D -m0755 %{SOURCE19} 
"%{buildroot}%{icinga_libdir}/ido2db-exec-start-pre"
-# remove systemd sysconfig file because we use our own
-rm "%{buildroot}%{_sysconfdir}/sysconfig/%{name}"
-%else
 ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
 ln -sf ../../%{_initrddir}/ido2db "%{buildroot}%{_sbindir}/rcido2db"
 install -D -m0755 %{SOURCE1} "%{buildroot}%{_initrddir}/%{name}"
 install -D -m0755 %{SOURCE2} "%{buildroot}%{_initrddir}/ido2db"
-%endif
 # sysconfig script
 install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
+
 # install cronjob (gzip' the logfiles)
 install -D -m 0640 %{SOURCE4} "%{buildroot}%{_sysconfdir}/cron.weekly/%{name}"
 %if 0%{?suse_version} >= 1110
@@ -477,9 +445,6 @@
 install -m644 %{SOURCE17} "%{buildroot}/%{icinga_datadir}/favicon.ico"
 
 %pre
-%if 0%{?using_systemd}
-%service_add_pre %{name}.service
-%endif
 # add icinga user and groups
 groupadd -r %{icinga_group} 

commit chrome-gnome-shell for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package chrome-gnome-shell for 
openSUSE:Factory checked in at 2017-02-20 13:14:39

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


Package is "chrome-gnome-shell"

Changes:

--- /work/SRC/openSUSE:Factory/chrome-gnome-shell/chrome-gnome-shell.changes
2017-02-07 12:09:55.418815302 +0100
+++ 
/work/SRC/openSUSE:Factory/.chrome-gnome-shell.new/chrome-gnome-shell.changes   
2017-02-20 13:14:40.555993483 +0100
@@ -1,0 +2,18 @@
+Sun Feb 12 20:30:33 UTC 2017 - zai...@opensuse.org
+
+- Update to version 8.1:
+  + Added check to make sure that "enabled-extensions" GNOME Shell
+setting does not contains duplicated values (bgo#777650).
+  + Fixed error that breaks update check if there was extension
+installed without "version" key in manifest.
+  + Fixed error that prevents error message to be shown when update
+check is failed.
+  + Fixed connector segfault on browser close.
+  + Fixed possible error in synchronization process that may delete
+some extensions.
+  + Updated translations.
+- Drop chrome-gnome-shell-commit-dca4a35.patch: Fixed upstream.
+- Use conditional to allow packaging for older versions of
+  openSUSE.
+
+---

Old:

  chrome-gnome-shell-8.tar.xz
  chrome-gnome-shell-commit-dca4a35.patch

New:

  chrome-gnome-shell-8.1.tar.xz



Other differences:
--
++ chrome-gnome-shell.spec ++
--- /var/tmp/diff_new_pack.0qO7kF/_old  2017-02-20 13:14:41.103916448 +0100
+++ /var/tmp/diff_new_pack.0qO7kF/_new  2017-02-20 13:14:41.115914762 +0100
@@ -17,15 +17,13 @@
 
 
 Name:   chrome-gnome-shell
-Version:8
+Version:8.1
 Release:0
 Summary:GNOME Shell integration for Chrome Extension compatible 
browsers
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Browsers
 Url:https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome
 Source: %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM chrome-gnome-shell-commit-dca4a35.patch 
gh#nE0sIghT/chrome-gnome-shell-mirror#27 duncansree...@gmail.com -- Do not use 
get_dbus_connection after GApplication was released.
-Patch1: chrome-gnome-shell-commit-dca4a35.patch
 BuildRequires:  cmake
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  jq
@@ -47,7 +45,6 @@
 
 %prep
 %setup -q
-%patch1 -p1 
 
 %build
 %cmake
@@ -68,7 +65,11 @@
 %config %{_sysconfdir}/chromium/
 %config %{_sysconfdir}/opt/chrome/
 %{_bindir}/chrome-gnome-shell
+%if 0%{?suse_version} < 1330
+%{python_sitelib}/chrome_gnome_shell-0.0.0-py2.7.egg-info
+%else
 %{python2_sitelib}/chrome_gnome_shell-0.0.0-py2.7.egg-info
+%endif
 %{_libdir}/mozilla/
 %{_datadir}/applications/org.gnome.ChromeGnomeShell.desktop
 %dir %{_datadir}/dbus-1

++ _service ++
--- /var/tmp/diff_new_pack.0qO7kF/_old  2017-02-20 13:14:41.147910263 +0100
+++ /var/tmp/diff_new_pack.0qO7kF/_new  2017-02-20 13:14:41.151909701 +0100
@@ -2,9 +2,9 @@
   
 git://git.gnome.org/chrome-gnome-shell
 git
-8
+8.1
 enable
-refs/tags/v8
+refs/tags/v8.1
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.0qO7kF/_old  2017-02-20 13:14:41.171906890 +0100
+++ /var/tmp/diff_new_pack.0qO7kF/_new  2017-02-20 13:14:41.175906327 +0100
@@ -1,4 +1,4 @@
 
 
 git://git.gnome.org/chrome-gnome-shell
-  dd8f3d4cd8df4234b9da14f43e028077895ad7ac
\ No newline at end of file
+  b929c4278de7e2d1707d4f92e13e75b725d95e88
\ No newline at end of file

++ chrome-gnome-shell-8.tar.xz -> chrome-gnome-shell-8.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8/CMakeLists.txt 
new/chrome-gnome-shell-8.1/CMakeLists.txt
--- old/chrome-gnome-shell-8/CMakeLists.txt 2017-01-04 09:33:03.0 
+0100
+++ new/chrome-gnome-shell-8.1/CMakeLists.txt   2017-02-12 20:25:24.0 
+0100
@@ -9,7 +9,7 @@
 endif(NOT DEFINED CMAKE_SIZEOF_VOID_P)
 
 # Variables
-set(PROJECT_VERSION "8")
+set(PROJECT_VERSION "8.1")
 
 set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
 set(ARCHIVE_FULL_NAME ${ARCHIVE_NAME}.tar.xz)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8/NEWS 
new/chrome-gnome-shell-8.1/NEWS
--- old/chrome-gnome-shell-8/NEWS   2017-01-04 09:33:03.0 +0100
+++ new/chrome-gnome-shell-8.1/NEWS 2017-02-12 20:25:24.0 +0100
@@ -1,3 +1,31 @@
+= 2017-02-12 chrome-gnome-shell 8.1 =
+
+== Changes ==
+ * Added check to make sure that "enabled-extensions" GNOME Shell 

commit gtk4 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package gtk4 for openSUSE:Factory checked in 
at 2017-02-20 13:14:30

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


Package is "gtk4"

Changes:

--- /work/SRC/openSUSE:Factory/gtk4/gtk4.changes2017-02-03 
17:42:07.859080834 +0100
+++ /work/SRC/openSUSE:Factory/.gtk4.new/gtk4.changes   2017-02-20 
13:14:32.877073079 +0100
@@ -1,0 +2,53 @@
+Mon Feb 13 22:42:54 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.89.4:
+  + API changes:
+- gtk_init and other init functions no longer take commandline
+  arguments.
+- Functions that are only useful with commandline arguments
+  have been dropped.
+- Widgets, except for toplevels, are now visible by default.
+- Style properties are no longer supported.
+  + Vulkan rendrerer: Implement more clipping.
+  + CSS: Specifying px for pixels is now required.
+  + Bugs fixed: bgo#358970, bgo#770112, bgo#773299, bgo#773686,
+bgo#775864, bgo#776225, bgo#777363, bgo#777547, bgo#778009.
+  + Updated translations.
+- Changes from version 3.89.3:
+  + GtkWidget now has API to navigate child widgets:
+- gtk_widget_get_{first,last}_child and
+  gtk_widget_get_{prev,next}_sibling.
+- A number of non-container widgets have been converted to use
+  child widgets internally: GtkSwitch, GtkSpinButton,
+  GtkActionBar.
+  + GtkAboutDialog can show a 'System' tab.
+  + GTK+ CSS now supports the filter: property and a
+-gtk-icon-filter function that replaces and generalizes
+-gtk-icon-effect.
+  + GtkInspector can now save render nodes for testing and
+debugging.
+  + More tests for render nodes have been added.
+  + GtkTreeView and cell renderers have been more completely
+converted to the snapshot() api.
+  + More widgets have been converted to snapshot(): GtkCalendar,
+GtkColorPlane.
+  + Vulkan renderer:
+- Combine draw calls when possible.
+- Handle (some) clipping on the GPU.
+- Handle linear gradients.
+- Handle opacity.
+- Support color transformations.
+- Handle borders.
+  + Wayland: Support the Vulkan renderer.
+  + X11: Call XInitThreads(), since this is needed with Mesa Vulkan
+drivers.
+  + Mir:
+- Implement window properties.
+- Track the focus window.
+- Connect to content-hub and use it for copy/paste.
+- Support modal windows.
+  + Bugs fixed: bgo#775732, bgo#775846, bgo#776524, bgo#776560,
+bgo#776604, bgo#776627, bgo#776807, bgo#776868, bgo#777176.
+  + Updated translations.
+
+---

Old:

  gtk+-3.89.2.tar.xz

New:

  gtk+-3.89.4.tar.xz



Other differences:
--
++ gtk4.spec ++
--- /var/tmp/diff_new_pack.DTu3Nq/_old  2017-02-20 13:14:34.008913951 +0100
+++ /var/tmp/diff_new_pack.DTu3Nq/_new  2017-02-20 13:14:34.016912826 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk4
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenebrger, Amsterdam, Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,7 +28,7 @@
 
 Name:   gtk4
 %define _name gtk+
-Version:3.89.2
+Version:3.89.4
 Release:0
 Summary:The GTK+ toolkit library (version 4)
 License:LGPL-2.1+
@@ -73,7 +73,7 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 %if %{build_wayland_backend}
-BuildRequires:  pkgconfig(wayland-client) >= 1.9.90
+BuildRequires:  pkgconfig(wayland-client) >= 1.9.91
 BuildRequires:  pkgconfig(wayland-cursor)
 BuildRequires:  pkgconfig(wayland-egl)
 BuildRequires:  pkgconfig(wayland-protocols) >= 1.7
@@ -308,9 +308,9 @@
 %package devel
 Summary:Development files for the GTK+ toolkit library v4
 Group:  Development/Libraries/X11
+Requires:   gettext-its-%{name} >= %{version}
 Requires:   libgtk-4-0 = %{version}
 Requires:   typelib-1_0-Gtk-4_0 = %{version}
-Requires:   gettext-its-%{name} >= %{version}
 Requires:   vulkan-devel
 %glib2_gsettings_schema_requires
 
@@ -323,8 +323,8 @@
 
 %package -n gettext-its-%{name}
 Summary:International Tag Set for GTK+ 4
-Group:  Development/Libraries/X11
 # The ITS is compatible between GTK3 and GTK4
+Group:  Development/Libraries/X11
 Provides:   gettext-its-gtk3 = %{version}
 Obsoletes:  gettext-its-gtk3 < %{version}
 

++ gtk+-3.89.2.tar.xz -> gtk+-3.89.4.tar.xz ++
/work/SRC/openSUSE:Factory/gtk4/gtk+-3.89.2.tar.xz 
/work/SRC/openSUSE:Factory/.gtk4.new/gtk+-3.89.4.tar.xz differ: char 26, line 1




commit hitori for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package hitori for openSUSE:Factory checked 
in at 2017-02-20 13:14:19

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


Package is "hitori"

Changes:

--- /work/SRC/openSUSE:Factory/hitori/hitori.changes2016-09-23 
11:38:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.hitori.new/hitori.changes   2017-02-20 
13:14:20.410825721 +0100
@@ -1,0 +2,11 @@
+Tue Feb 14 19:06:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.1:
+  + Port from intltool to gettext (this drops the intltool
+dependency).
+  + Add various build-time checks (this adds an optional build-time
+dependency on xmllint).
+  + Updated translations.
+- Drop intltool BuildRequires following upstreams port.
+
+---

Old:

  hitori-3.22.0.tar.xz

New:

  hitori-3.22.1.tar.xz



Other differences:
--
++ hitori.spec ++
--- /var/tmp/diff_new_pack.Ktktiv/_old  2017-02-20 13:14:20.934752062 +0100
+++ /var/tmp/diff_new_pack.Ktktiv/_new  2017-02-20 13:14:20.938751500 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hitori
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   hitori
-Version:3.22.0
+Version:3.22.1
 Release:0
 Summary:Original puzzle of Nikoli
 License:GPL-3.0+
@@ -25,7 +25,6 @@
 Url:https://live.gnome.org/Hitori
 Source: 
http://download.gnome.org/sources/hitori/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  intltool >= 0.35.0
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo) >= 1.4

++ hitori-3.22.0.tar.xz -> hitori-3.22.1.tar.xz ++
 26266 lines of diff (skipped)




commit grilo-plugins for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2017-02-20 13:14:47

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


Package is "grilo-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes  
2017-01-25 23:35:52.429383459 +0100
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2017-02-20 13:14:48.794835158 +0100
@@ -1,0 +2,11 @@
+Tue Feb 14 23:38:45 UTC 2017 - zai...@opensuse.org
+
+- Update to version 0.3.4:
+  + General: Add support for Meson build.
+  + Bugs fixed: bgo#775957, bgo#770959, bgo#777210, bgo#771446,
+bgo#771445, bgo#773702, bgo#775957, bgo#778596, bgo#775561,
+bgo#773310, bgo#776482, bgo#770806, bgo#774748.
+  + Updated translations.
+- Add gperf BuildRequires: New "optional" dependency.
+
+---

Old:

  grilo-plugins-0.3.3.tar.xz

New:

  grilo-plugins-0.3.4.tar.xz



Other differences:
--
++ grilo-plugins.spec ++
--- /var/tmp/diff_new_pack.e6LNis/_old  2017-02-20 13:14:49.238772744 +0100
+++ /var/tmp/diff_new_pack.e6LNis/_new  2017-02-20 13:14:49.242772181 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grilo-plugins
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %endif
 
 Name:   grilo-plugins
-Version:0.3.3
+Version:0.3.4
 Release:0
 Summary:Media discovering and browsing framework -- Media and Metadata 
Plugins
 License:LGPL-2.1+
@@ -34,6 +34,7 @@
 Url:https://live.gnome.org/Grilo
 Source: 
http://download.gnome.org/sources/grilo-plugins/0.3/%{name}-%{version}.tar.xz
 BuildRequires:  docbook_4
+BuildRequires:  gperf
 BuildRequires:  intltool >= 0.40.0
 BuildRequires:  itstool
 BuildRequires:  tracker-devel
@@ -48,7 +49,7 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gom-1.0) >= 0.3.2
 BuildRequires:  pkgconfig(grilo-0.3) >= 0.3.2
-BuildRequires:  pkgconfig(grilo-net-0.3) >= 0.3.2
+BuildRequires:  pkgconfig(grilo-net-0.3) >= 0.3.3
 BuildRequires:  pkgconfig(grilo-pls-0.3)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
@@ -98,8 +99,8 @@
 
 %package -n grilo-plugin-dleyna
 Summary:Media discovering and browsing framework -- dLeyna Plugin
-Group:  Productivity/Multimedia/Other
 # grilo-plugin-upnp was renamed to dleyna (based on the switch from libupnp to 
dleyna)
+Group:  Productivity/Multimedia/Other
 Obsoletes:  grilo-plugin-upnp < %{version}
 # the plugin interacts with dLeyna on dbus using com.intel.dleyna-server
 Requires:   dbus(com.intel.dleyna-server)

++ grilo-plugins-0.3.3.tar.xz -> grilo-plugins-0.3.4.tar.xz ++
 29615 lines of diff (skipped)




commit hawk2 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-02-20 13:14:14

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


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-12-08 
00:30:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-02-20 
13:14:15.795474593 +0100
@@ -1,0 +2,6 @@
+Mon Feb  6 13:39:30 UTC 2017 - kgronl...@suse.com
+
+- Always bundle gems for hawk 
+- Add 0001-Don-t-drop-any-gems-from-bundle.patch
+
+---

New:

  0001-Don-t-drop-any-gems-from-bundle.patch
  json-1.8.1.gem
  rake-10.1.0.gem
  rake-10.4.2.gem



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.GM1Lk9/_old  2017-02-20 13:14:16.803332898 +0100
+++ /var/tmp/diff_new_pack.GM1Lk9/_new  2017-02-20 13:14:16.807332336 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 %definepkg_group   System Environment/Daemons
 %endif
 
-#%%define bundle_gems 0
+%define bundle_gems 1
 
 %definegname   haclient
 %defineuname   hacluster
@@ -43,7 +43,12 @@
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
+Source10:   rake-10.4.2.gem
+Source11:   json-1.8.1.gem
+Source12:   rake-10.1.0.gem
 Source100:  hawk-rpmlintrc
+# PATCH-FIX-OPENSUSE: Don't drop any gems from bundle
+Patch1: 0001-Don-t-drop-any-gems-from-bundle.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
@@ -147,15 +152,20 @@
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
 export CFLAGS
+mkdir -p hawk/vendor/cache
+install -D -m0644 %{S:10} %{S:11} %{S:12} hawk/vendor/cache
 make WWW_BASE=%{www_base} INIT_STYLE=%{init_style} LIBDIR=%{_libdir} 
BINDIR=%{_bindir} SBINDIR=%{_sbindir} 
BUNDLE_GEMS=%{expand:%{?bundle_gems:true}%{!?bundle_gems:false}} 
RUBY_ABI=%{rb_ver}
 
 %install
 make WWW_BASE=%{www_base} INIT_STYLE=%{init_style} DESTDIR=%{buildroot} 
BUNDLE_GEMS=%{expand:%{?bundle_gems:true}%{!?bundle_gems:false}} install
+sed -i 's$#!/.*$#!/usr/bin/ruby.%{rb_default_ruby_suffix}$' 
%{buildroot}%{www_base}/hawk/bin/bundle
+
 # copy of GPL
 cp COPYING %{buildroot}%{www_base}/hawk/
 %if 0%{?bundle_gems}

++ 0001-Don-t-drop-any-gems-from-bundle.patch ++
>From 1b85e2dc8a64d11659e024988b714ee378910acf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= 
Date: Mon, 6 Feb 2017 15:06:38 +0100
Subject: [PATCH] Don't drop any gems from bundle

---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 1daca19..e337998 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ INIT_STYLE = suse
 BUNDLE_GEMS = false
 
 # This should be discoverable in a better way
-RUBY_ABI = 2.1.0
+RUBY_ABI = "$(echo "puts \"#{Gem.ruby_api_version}\"" | ruby)"
 
 # Set this never to 1, it's used only within vagrant for development
 WITHIN_VAGRANT = 0
@@ -53,8 +53,6 @@ all: scripts/hawk.$(INIT_STYLE) scripts/hawk.service 
scripts/hawk.service.bundle
export BUNDLE_WITHOUT="test" && \
# Generate Gemfile.lock \
bundle list && \
-   # Strip unwanted gems from Gemfile.lock \
-   sed -i -e '/\brdoc\b/d' -e '/\brake\b/d' -e '/\bjson\b/d' 
Gemfile.lock && \
# Finally package and install the gems \
bundle package && bundle install --local --deployment ; \
 fi ; \
-- 
2.10.1

++ hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2
 differ: char 160361, line 720




commit tcpflow for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package tcpflow for openSUSE:Factory checked 
in at 2017-02-20 13:13:56

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


Package is "tcpflow"

Changes:

--- /work/SRC/openSUSE:Factory/tcpflow/tcpflow.changes  2015-04-02 
16:04:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.tcpflow.new/tcpflow.changes 2017-02-20 
13:13:57.338069496 +0100
@@ -1,0 +2,5 @@
+Thu Feb  2 15:00:13 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ tcpflow.spec ++
--- /var/tmp/diff_new_pack.2gYkJq/_old  2017-02-20 13:13:57.881993027 +0100
+++ /var/tmp/diff_new_pack.2gYkJq/_new  2017-02-20 13:13:57.885992464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpflow
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sebastien Braun.
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,11 @@
 Url:http://afflib.org/software/tcpflow
 Source: 
http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
 
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libpcap-devel
 BuildRequires:  openssl-devel




commit fwbuilder for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package fwbuilder for openSUSE:Factory 
checked in at 2017-02-20 13:14:03

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


Package is "fwbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/fwbuilder/fwbuilder.changes  2017-01-23 
11:36:38.616228027 +0100
+++ /work/SRC/openSUSE:Factory/.fwbuilder.new/fwbuilder.changes 2017-02-20 
13:14:04.553055155 +0100
@@ -1,0 +2,33 @@
+Wed Feb  8 01:12:51 UTC 2017 - joop.boo...@opensuse.org
+
+- Removed item from change log that shouldn't have been
+  allowed via request 450449 it's not allowed to change 
+  and sertianly not insert changes in the changes file
+
+---
+Wed Feb  8 00:40:55 UTC 2017 - jeng...@inai.de
+
+- Fix linguistic issues in description
+
+---
+Tue Feb  7 23:56:41 UTC 2017 - joop.boo...@opensuse.org
+
+- Removed the service files as they are not compatible with opensuse
+  they will for instance break the network settings
+  As the script generated by fwbuilders includes iptables rules 
+  as wel as network interface settings 
+
+---
+Tue Feb  7 20:28:35 UTC 2017 - joop.boo...@opensuse.org
+
+- Use the Source link
+- Revert the source split as it's not prefered 
+
+---
+Mon Feb  6 13:48:49 UTC 2017 - ch...@computersalat.de
+
+- split package
+  * build fwbuilder-service independently from fwbuilder
+  * update changes file
+
+---
@@ -5,3 +38,18 @@
-  * fix compile error
-  * gh#9 fwbuilder crashes on iptables import
-  * Use Kernel Timezone in Time Module
+  * iptables:
+- Feature: fwbuilder now supports conntrack instead of state module for 
recent iptables
+- Feature: Add support for the iptables > 1.4.20 "-w" option
+- Bugfix: Fixed (potential) deadlock situation as sugested by 
https://github.com/antaflos
+- Bugfix: Proper handling of NAT chains
+- Feature: Add support for --kerneltz
+  * junos:
+- Bugfix: Generated new ids for the IP fragmentation service objects in 
the standard object database
+- Bugfix: Use correct comment symbol
+  * gui:
+- Bugfix: Don't delete object in locked group
+- Feature: Add new objects directly to the subfolder via context menu
+  * compiler:
+- Feature: Add support for MSYS2
+- Update OSX buildscript for newer XCode
+- Feature: Add support for GCC 6.X
+- Refactor: Gain more C++11 compatability
+- Feature: W32: Add support for MXE and provide Docker environment for 
cross compiling
@@ -32,22 +79,0 @@
-

-Tue Jun 21 13:50:01 UTC 2016 - ch...@computersalat.de
-
-- update to 5.3.6.1
-  * latest changes from May, 23rd 2016
-
-- Version 5.3.6
-  * Several bugfixes for Junos, including rollback on syntax error,
-correct netmask for host objects and ssh password prompt lock-up
-- Version 5.3.0
-  * Support for Junos Access lists
-  * Show release notes for previous releases
-- Version 5.2.0
-  * Search for objects by port number or ip addres
-  * View graphical diff and autocompile firewall when loading file
-  * Support for Cisco NXOS Access lists
-  * Added support for dummy objects in rules
-  * Port to Qt5
-  * New buildscript for OSX
-  * Added build instructions for Windows
-- remove obsolete fwbuilder-gcc47.patch

Old:

  fwbuilder-5.3.7.tar.gz
  fwbuilder.default
  fwbuilder.init
  fwbuilder.service

New:

  v5.3.7.tar.gz



Other differences:
--
++ fwbuilder.spec ++
--- /var/tmp/diff_new_pack.dKhQAX/_old  2017-02-20 13:14:05.692894906 +0100
+++ /var/tmp/diff_new_pack.dKhQAX/_new  2017-02-20 13:14:05.696894345 +0100
@@ -23,11 +23,7 @@
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.fwbuilder.org/
-#Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
-Source: %{name}-5.3.7.tar.gz
-Source10:   %{name}.default
-Source11:   %{name}.init
-Source12:   %{name}.service
+Source: 
https://github.com/fwbuilder/fwbuilder/archive/v%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -47,47 +43,15 @@
 Requires(postun): update-desktop-files
 %endif
 
-%if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
-%{?systemd_requires}
-%define has_systemd 1
-%endif
-
 %description
 Firewall Builder consists of a GUI and set of policy 

commit crmsh for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2017-02-20 13:13:51

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2017-01-23 
11:39:07.811068754 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2017-02-20 
13:13:52.710720042 +0100
@@ -1,0 +2,7 @@
+Tue Jan 31 15:50:51 UTC 2017 - kgronl...@suse.com
+
+- Update to version 3.0.0:
+  * give the op's hint when type tab after 'op'
+  * medium: bootstrap: Configure hawk iff package installed
+
+---

Old:

  crmsh-2.3.2+git.1483543612.cf853f8.tar.bz2

New:

  crmsh-3.0.0.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.dUkwgW/_old  2017-02-20 13:13:53.202650883 +0100
+++ /var/tmp/diff_new_pack.dUkwgW/_new  2017-02-20 13:13:53.202650883 +0100
@@ -38,7 +38,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.3.2+git.1483543612.cf853f8
+Version:3.0.0
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _service ++
--- /var/tmp/diff_new_pack.dUkwgW/_old  2017-02-20 13:13:53.238645823 +0100
+++ /var/tmp/diff_new_pack.dUkwgW/_new  2017-02-20 13:13:53.238645823 +0100
@@ -3,8 +3,8 @@
 git://github.com/ClusterLabs/crmsh.git
 git
 crmsh
-2.3.2+git.%ct.%h
-master
+3.0.0
+3.0.0
 enable
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.dUkwgW/_old  2017-02-20 13:13:53.278640200 +0100
+++ /var/tmp/diff_new_pack.dUkwgW/_new  2017-02-20 13:13:53.282639638 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  cf853f84636ccf8432b1cba6c64c4b782dcd3e90
\ No newline at end of file
+  7baa848d3adaaf5727a76c6e59348048b1b8e6d4
\ No newline at end of file

++ crmsh-2.3.2+git.1483543612.cf853f8.tar.bz2 -> crmsh-3.0.0.tar.bz2 ++
 5894 lines of diff (skipped)




commit bogofilter for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package bogofilter for openSUSE:Factory 
checked in at 2017-02-20 13:13:18

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


Package is "bogofilter"

Changes:

--- /work/SRC/openSUSE:Factory/bogofilter/bogofilter.changes2016-03-29 
09:51:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.bogofilter.new/bogofilter.changes   
2017-02-20 13:13:19.523385689 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 18:08:35 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package _docdir, fix build with rpm 4.13.
+
+---



Other differences:
--
++ bogofilter.spec ++
--- /var/tmp/diff_new_pack.RsIFOY/_old  2017-02-20 13:13:20.039313158 +0100
+++ /var/tmp/diff_new_pack.RsIFOY/_new  2017-02-20 13:13:20.043312596 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bogofilter
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -266,6 +266,7 @@
 %doc TODO bogofilter.cf.example
 %doc doc/README* doc/bogofilter-SA-* doc/*.html doc/integrating*
 %doc doc/programmer/ doc/rpm.notes.BerkeleyDB
+%doc %{_defaultdocdir}/bogofilter-doc/README.SUSE
 %{_mandir}/man1/bogofilter.1.*
 %{_mandir}/man1/bogolexer.1.*
 %{_mandir}/man1/bogoupgrade.1.*




commit pcre2 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package pcre2 for openSUSE:Factory checked 
in at 2017-02-20 13:13:30

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


Package is "pcre2"

Changes:

--- /work/SRC/openSUSE:Factory/pcre2/pcre2.changes  2016-08-05 
18:16:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcre2.new/pcre2.changes 2017-02-20 
13:13:31.825656187 +0100
@@ -1,0 +2,25 @@
+Thu Feb 16 21:25:42 UTC 2017 - astie...@suse.com
+
+- pcre2 10.23:
+  * major re-factoring of the pcre2_compile.c file
+  * Back references are now permitted in lookbehind assertions when
+there are no duplicated group numbers (that is, (?| has not
+been used), and, if the reference is by name, there is only one
+group of that name. The referenced group must, of course be of
+fixed length.
+  * \g{+} (e.g. \g{+2} ) is now supported. It is a "forward
+back reference" and can be useful in repetitions
+(compare \g{-} ). Perl does not recognize this syntax.
+  * pcre2grep now automatically expands its buffer up to a maximum
+set by --max-buffer-size.
+  * The -t option (grand total) has been added to pcre2grep.
+  * A new function called pcre2_code_copy_with_tables() exists to
+copy a compiled pattern along with a private copy of the
+character tables that is uses.
+
+---
+Tue Feb  7 16:19:22 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+---

Old:

  pcre2-10.22.tar.bz2
  pcre2-10.22.tar.bz2.sig

New:

  pcre2-10.23.tar.bz2
  pcre2-10.23.tar.bz2.sig



Other differences:
--
++ pcre2.spec ++
--- /var/tmp/diff_new_pack.wxQGXW/_old  2017-02-20 13:13:32.349582531 +0100
+++ /var/tmp/diff_new_pack.wxQGXW/_new  2017-02-20 13:13:32.349582531 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcre2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   pcre2
-Version:10.22
+Version:10.23
 Release:0
 Summary:A library for Perl-compatible regular expressions
 License:BSD-3-Clause
@@ -237,6 +237,7 @@
 %files doc
 %defattr(-,root,root)
 %doc doc/html doc/*.txt
+%doc %{_defaultdocdir}/pcre2-doc
 
 %files devel
 %defattr(-,root,root)

++ pcre2-10.22.tar.bz2 -> pcre2-10.23.tar.bz2 ++
 40540 lines of diff (skipped)




commit netcdf for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2017-02-20 13:13:06

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


Package is "netcdf"

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2016-08-10 
21:56:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes   2017-02-20 
13:13:07.389093540 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 12:40:18 UTC 2017 - dims...@opensuse.org
+
+- Explicitly BuildRequire m4
+
+---



Other differences:
--
++ netcdf.spec ++
--- /var/tmp/diff_new_pack.xBBLx4/_old  2017-02-20 13:13:07.981010216 +0100
+++ /var/tmp/diff_new_pack.xBBLx4/_new  2017-02-20 13:13:07.985009654 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -48,6 +48,7 @@
 BuildRequires:  libhdf
 BuildRequires:  libhdf5
 BuildRequires:  libhdf5_hl
+BuildRequires:  m4
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel >= 1.2.5
 %ifarch %ix86 x86_64 ppc ppc64 s390x armv7l
@@ -153,8 +154,8 @@
 
 %package -n %{libname}%{sonum}-openmpi
 Summary:Shared libraries for the NetCDF scientific data format
-Group:  Productivity/Scientific/Other
 # To avoid unresolvable errors due to multiple providers of the library
+Group:  Productivity/Scientific/Other
 Provides:   %{libname}-openmpi = %{version}
 Obsoletes:  %{libname}-openmpi < %{version}
 Requires:   libhdf-openmpi
@@ -172,8 +173,8 @@
 
 %package -n %{libname}%{sonum}-mvapich2
 Summary:Shared libraries for the NetCDF scientific data format
-Group:  Productivity/Scientific/Other
 # To avoid unresolvable errors due to multiple providers of the library
+Group:  Productivity/Scientific/Other
 Provides:   %{libname}-mvapich2 = %{version}
 Obsoletes:  %{libname}-mvapich2 < %{version}
 Requires:   libhdf-mvapich2





commit autoconf213 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package autoconf213 for openSUSE:Factory 
checked in at 2017-02-20 13:12:08

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


Package is "autoconf213"

Changes:

--- /work/SRC/openSUSE:Factory/autoconf213/autoconf213.changes  2015-02-16 
17:22:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoconf213.new/autoconf213.changes 
2017-02-20 13:12:09.277273766 +0100
@@ -1,0 +2,6 @@
+Thu Feb  9 12:16:15 UTC 2017 - dims...@opensuse.org
+
+- Explicitly BuildRequire m4: do not rely on the build system to
+  contain this dependency for us.
+
+---



Other differences:
--
++ autoconf213.spec ++
--- /var/tmp/diff_new_pack.fxmHRc/_old  2017-02-20 13:12:10.221140903 +0100
+++ /var/tmp/diff_new_pack.fxmHRc/_new  2017-02-20 13:12:10.225140339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoconf213
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,6 +18,7 @@
 
 Name:   autoconf213
 Url:http://www.gnu.org/software/autoconf
+BuildRequires:  m4 >= 1.1
 Requires:   gawk
 Requires:   m4 >= 1.1
 Requires:   mktemp




commit git for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2017-02-20 13:12:30

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


Package is "git"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2017-02-06 14:33:19.777589780 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2017-02-20 
13:12:31.542139637 +0100
@@ -1,0 +2,16 @@
+Thu Feb  9 19:12:11 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+---
+Fri Feb  3 09:05:22 UTC 2017 - astie...@suse.com
+
+- git 2.11.1:
+  * The default Travis-CI configuration specifies newer P4 and GitLFS.
+  * The character width table has been updated to match Unicode 9.0
+  * various fixes affecting multiple subcommands for correctness,
+bugs, and unexpected behavior.
+  * documentation updates
+  * git-svn updates
+
+---

Old:

  git-2.11.0.tar.sign
  git-2.11.0.tar.xz

New:

  git-2.11.1.tar.sign
  git-2.11.1.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.q0IZDa/_old  2017-02-20 13:12:32.266037737 +0100
+++ /var/tmp/diff_new_pack.q0IZDa/_new  2017-02-20 13:12:32.270037174 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.11.0
+Version:2.11.1
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0
@@ -459,6 +459,7 @@
 
 %files core -f bin-man-doc-files
 %defattr(-,root,root)
+%doc %{_docdir}/git-core/
 %{_datadir}/git-core/
 %dir %{gitexecdir}
 %dir %{gitexecdir}/mergetools

++ git-2.11.0.tar.xz -> git-2.11.1.tar.xz ++
 6460 lines of diff (skipped)





commit libnettle for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package libnettle for openSUSE:Factory 
checked in at 2017-02-20 13:12:45

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


Package is "libnettle"

Changes:

--- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes  2016-11-03 
12:57:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libnettle.new/libnettle.changes 2017-02-20 
13:12:46.476037437 +0100
@@ -1,0 +2,5 @@
+Thu Feb  9 14:05:03 UTC 2017 - dims...@opensuse.org
+
+- Explicitly BuildRequire m4
+
+---



Other differences:
--
++ libnettle.spec ++
--- /var/tmp/diff_new_pack.2eJWiC/_old  2017-02-20 13:12:47.127945670 +0100
+++ /var/tmp/diff_new_pack.2eJWiC/_new  2017-02-20 13:12:47.131945106 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnettle
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
 # PATCH-FIX-UPSTREAM respect cflags while building
 Patch0: nettle-respect-cflags.patch
 BuildRequires:  gmp-devel
+BuildRequires:  m4
 BuildRequires:  makeinfo
 BuildRequires:  pkgconfig
 Requires(post): %{install_info_prereq}






commit mariadb for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2017-02-20 13:11:48

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


Package is "mariadb"

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2017-02-03 
17:49:48.765933195 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2017-02-20 
13:11:54.375371422 +0100
@@ -1,0 +2,24 @@
+Fri Feb  3 18:02:42 UTC 2017 - kstreit...@suse.com
+
+- update to MariaDB 10.1.21
+  * notable changes:
+* Innodb updated to 5.6.35
+* Performance Schema updated to 5.6.35
+  * release notes and changelog:
+* https://mariadb.com/kb/en/mariadb/mariadb-10121-release-notes/
+* https://mariadb.com/kb/en/mariadb/mariadb-10121-changelog/
+  * fixes the following CVEs:
+CVE-2017-3318 [bsc#1020896], CVE-2017-3317 [bsc#1020894],
+CVE-2017-3312 [bsc#1020873], CVE-2017-3291 [bsc#1020884],
+CVE-2017-3265 [bsc#1020885], CVE-2017-3258 [bsc#1020875],
+CVE-2017-3257 [bsc#1020878], CVE-2017-3244 [bsc#1020877],
+CVE-2017-3243 [bsc#1020891], CVE-2017-3238 [bsc#1020882],
+CVE-2016-6664 [bsc#1008253]
+- add mariadb.te file to the filelist
+- add mysqld_safe_helper to the filelist
+- refresh mariadb-10.1.4-group.patch
+- add mariadb-10.1.20-incorrect_list_handling.patch to fix incorrect
+  linked list handling in mysql_prune_stmt_list() function that can
+  cause use-after-free error [bsc#1022428]
+
+---

Old:

  mariadb-10.1.20.tar.gz

New:

  mariadb-10.1.21.tar.gz



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.suxV9y/_old  2017-02-20 13:11:57.258965516 +0100
+++ /var/tmp/diff_new_pack.suxV9y/_new  2017-02-20 13:11:57.262964952 +0100
@@ -43,7 +43,7 @@
 %define with_cassandra 0
 %endif
 Name:   mariadb
-Version:10.1.20
+Version:10.1.21
 Release:0
 Summary:Server part of %{pretty_name}
 License:SUSE-GPL-2.0-with-FLOSS-exception
@@ -486,7 +486,7 @@
 # Generate various filelists
 filelist innochecksum my_print_defaults myisam_ftdump myisamchk myisamlog 
myisampack mysql_fix_extensions mysql_fix_privilege_tables mysql_ssl_rsa_setup 
mysql_install_db mysql_secure_installation mysql_upgrade mysqlbug mysqld 
mysqld_multi mysqld_safe mysqlbinlog mysqldumpslow mysqlmanager mroonga 
resolve_stack_dump resolveip {m,}aria_chk {m,}aria_dump_log {m,}aria_ftdump 
{m,}aria_pack {m,}aria_read_log xtstat tokuft_logprint tokuftdump >mysql.files
 
-filelist mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysql_config_editor >mysql-client.files
+filelist mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow 
mysql_config_editor mysqld_safe_helper >mysql-client.files
 # The dialog stuff is mariadb only
 if [ "`ls '%{buildroot}'%{_libdir}/mysql/plugin/dialog*.so 2> /dev/null`" ]; 
then
 echo '%%dir %%_libdir/mysql'   >> mysql-client.files
@@ -782,6 +782,7 @@
 %dir %{_datadir}/mysql/policy/selinux
 %{_datadir}/mysql/policy/selinux/README
 %{_datadir}/mysql/policy/selinux/mariadb-server.*
+%{_datadir}/mysql/policy/selinux/mariadb.te
 %dir %{_datadir}/mysql/systemd
 %{_datadir}/mysql/systemd/mariadb.service
 %{_datadir}/mysql/systemd/mariadb@.service

++ configuration-tweaks.tar.xz ++

++ mariadb-10.1.20.tar.gz -> mariadb-10.1.21.tar.gz ++
/work/SRC/openSUSE:Factory/mariadb/mariadb-10.1.20.tar.gz 
/work/SRC/openSUSE:Factory/.mariadb.new/mariadb-10.1.21.tar.gz differ: char 5, 
line 1

++ mysql-patches.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mysql-patches/mysql-patches/mariadb-10.1.20-incorrect_list_handling.patch 
new/mysql-patches/mysql-patches/mariadb-10.1.20-incorrect_list_handling.patch
--- 
old/mysql-patches/mysql-patches/mariadb-10.1.20-incorrect_list_handling.patch   
1970-01-01 01:00:00.0 +0100
+++ 
new/mysql-patches/mysql-patches/mariadb-10.1.20-incorrect_list_handling.patch   
2017-01-31 11:05:33.433560970 +0100
@@ -0,0 +1,77 @@
+PATCH-P1-FIX: Fix incorrect linked list handling
+
+More information can be found below.
+
+Maintainer: Kristyna Streitova 
+
+From 4797ea0b772d5f4c5889bc552424132806f46e93 Mon Sep 17 00:00:00 2001
+From: Nisha Gopalakrishnan 
+Date: Mon, 21 Jul 2014 21:21:15 +0530
+Subject: [PATCH] BUG#17512527: LIST HANDLING INCORRECT IN
+ MYSQL_PRUNE_STMT_LIST()
+
+Analysis:
+-
+Invalid memory access maybe observed when using prepared statements if:
+a) The mysql client connection is lost after statement preparation
+   is complete and
+b) 

commit docbook-xsl-stylesheets for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package docbook-xsl-stylesheets for 
openSUSE:Factory checked in at 2017-02-20 13:11:18

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


Package is "docbook-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
  2016-07-28 23:44:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-stylesheets.changes
 2017-02-20 13:11:19.300308671 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 16:40:58 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+---



Other differences:
--
++ docbook-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.dEQyl7/_old  2017-02-20 13:11:20.348161175 +0100
+++ /var/tmp/diff_new_pack.dEQyl7/_new  2017-02-20 13:11:20.352160612 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook-xsl-stylesheets
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,6 +128,7 @@
 %defattr(-, root, root)
 %config %{_sysconfdir}/xml/catalog.d/%{name}.xml
 %doc BUGS NEWS README RELEASE-NOTES.txt TODO
+%doc %{_docdir}/%{name}/
 %dir %{_datadir}/xml/docbook/stylesheet
 %dir %{_datadir}/xml/docbook/stylesheet/nwalsh
 %dir %{dbstyle_dir}/%{realversion}




commit p7zip for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package p7zip for openSUSE:Factory checked 
in at 2017-02-20 13:11:06

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


Package is "p7zip"

Changes:

--- /work/SRC/openSUSE:Factory/p7zip/p7zip.changes  2016-11-29 
12:48:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.p7zip.new/p7zip.changes 2017-02-20 
13:11:07.333993058 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 16:20:29 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
+
+---



Other differences:
--
++ p7zip.spec ++
--- /var/tmp/diff_new_pack.BIXJwl/_old  2017-02-20 13:11:07.865918184 +0100
+++ /var/tmp/diff_new_pack.BIXJwl/_new  2017-02-20 13:11:07.869917621 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package p7zip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -143,6 +143,7 @@
 
 %files
 %defattr(-,root,root)
+%doc %{_defaultdocdir}/%{name}
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/Codecs
 %{_libdir}/%{name}/[0-9a-z]*




commit kernel-source for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-02-20 13:10:29

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-02-18 03:17:12.444382414 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-02-20 13:10:30.759141290 +0100
@@ -1,0 +2,12 @@
+Sat Feb 18 18:59:27 CET 2017 - jsl...@suse.cz
+
+- Linux 4.9.11 (CVE-2017-5897 CVE-2017-5970 CVE-2017-5986
+  bnc#1012628 bsc#1023762 bsc#1024938 bsc#1025235).
+- Delete patches.fixes/ip6_gre-fix-ip6gre_err-invalid-reads.patch.
+- Delete
+  patches.fixes/ipv4-keep-skb-dst-around-in-presence-of-IP-options.patch.
+- Delete
+  patches.fixes/sctp-avoid-BUG_ON-on-sctp_wait_for_sndbuf.patch.
+- commit cf9c670
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.yNaBEs/_old  2017-02-20 13:10:36.134384683 +0100
+++ /var/tmp/diff_new_pack.yNaBEs/_new  2017-02-20 13:10:36.138384120 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define patchversion 4.9.10
+%define patchversion 4.9.11
 
 %include %_sourcedir/kernel-spec-macros
 
 Name:   dtb-aarch64
-Version:4.9.10
+Version:4.9.11
 %if 0%{?is_kotd}
-Release:.gffeeef5
+Release:.gcf9c670
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.yNaBEs/_old  2017-02-20 13:10:36.242369484 +0100
+++ /var/tmp/diff_new_pack.yNaBEs/_new  2017-02-20 13:10:36.246368920 +0100
@@ -18,7 +18,7 @@
 
 
 %define srcversion 4.9
-%define patchversion 4.9.10
+%define patchversion 4.9.11
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -58,9 +58,9 @@
 Summary:Kernel with 64kb PAGE_SIZE
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.9.10
+Version:4.9.11
 %if 0%{?is_kotd}
-Release:.gffeeef5
+Release:.gcf9c670
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.yNaBEs/_old  2017-02-20 13:10:36.366352032 +0100
+++ /var/tmp/diff_new_pack.yNaBEs/_new  2017-02-20 13:10:36.366352032 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.9.10
+%define patchversion 4.9.11
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -33,9 +33,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.9.10
+Version:4.9.11
 %if 0%{?is_kotd}
-Release:.gffeeef5
+Release:.gcf9c670
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.yNaBEs/_old  2017-02-20 13:10:36.394348092 +0100
+++ /var/tmp/diff_new_pack.yNaBEs/_new  2017-02-20 13:10:36.394348092 +0100
@@ -18,7 +18,7 @@
 
 
 %define srcversion 4.9
-%define patchversion 4.9.10
+%define patchversion 4.9.11
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -58,9 +58,9 @@
 Summary:Kernel for LPAE enabled systems
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.9.10
+Version:4.9.11
 %if 0%{?is_kotd}
-Release:.gffeeef5
+Release:.gcf9c670
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.yNaBEs/_old  2017-02-20 13:10:36.426343588 +0100
+++ /var/tmp/diff_new_pack.yNaBEs/_new  2017-02-20 13:10:36.426343588 +0100
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.9.10
+%define patchversion 4.9.11
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -51,9 +51,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.9.10
+Version:4.9.11
 %if 0%{?is_kotd}
-Release:.gffeeef5
+Release:.gcf9c670
 %else
 Release:0
 %endif

++ kernel-obs-qa.spec ++
--- /var/tmp/diff_new_pack.yNaBEs/_old  2017-02-20 13:10:36.450340210 +0100
+++