commit gource for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package gource for openSUSE:Factory checked 
in at 2017-11-19 11:16:55

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


Package is "gource"

Sun Nov 19 11:16:55 2017 rev:10 rq:542900 version:0.47

Changes:

--- /work/SRC/openSUSE:Factory/gource/gource.changes2017-07-17 
09:10:55.781868392 +0200
+++ /work/SRC/openSUSE:Factory/.gource.new/gource.changes   2017-11-19 
11:17:10.642748636 +0100
@@ -1,0 +2,19 @@
+Fri Nov 17 12:49:25 UTC 2017 - astie...@suse.com
+
+- gource 0.47:
+  * Fix low mouse movement speed with some mice while repositioning
+camera
+- includes changes from 0.46:
+  * Add --screen option
+- includes changes from 0.45:
+  * Add --window-position XxY option
+  * Add --frameless option
+  * Add --file-show-filter REGEX option
+  * Add --filename-time and filename-colour options
+  * Improve handling of very low seconds-per-day values
+  * Fix crash when SVN log lacks author information
+  * Additional git log command validation
+  * Allow lower case hex colours in custom logs
+  * Now requires SDL 2 to build
+
+---

Old:

  gource-0.44.tar.gz

New:

  gource-0.47.tar.gz



Other differences:
--
++ gource.spec ++
--- /var/tmp/diff_new_pack.Hrmv7G/_old  2017-11-19 11:17:11.342723206 +0100
+++ /var/tmp/diff_new_pack.Hrmv7G/_new  2017-11-19 11:17:11.346723060 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gource
-Version:0.44
+Version:0.47
 Release:0
 Summary:Software version control visualization tool
 License:GPL-3.0+
@@ -29,22 +29,17 @@
 BuildRequires:  glm-devel >= 0.9.3
 BuildRequires:  pkgconfig
 BuildRequires:  tinyxml-devel
+BuildRequires:  pkgconfig(SDL2_image) >= 2.0
 BuildRequires:  pkgconfig(freetype2) >= 9.0.3
 BuildRequires:  pkgconfig(libpcre)
 BuildRequires:  pkgconfig(libpng) >= 1.2
+BuildRequires:  pkgconfig(sdl2) >= 2.0
 Requires:   freefont
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_filesystem-devel
 %else
 BuildRequires:  boost-devel >= 1.46
 %endif
-%if 0%{?suse_version} >= 1310
-BuildRequires:  pkgconfig(SDL2_image) >= 2.0
-BuildRequires:  pkgconfig(sdl2) >= 2.0
-%else
-BuildRequires:  pkgconfig(SDL_image) >= 1.2
-BuildRequires:  pkgconfig(sdl) >= 1.2
-%endif
 
 %description
 Gource is a software version control visualization tool.

++ gource-0.44.tar.gz -> gource-0.47.tar.gz ++
 3103 lines of diff (skipped)




commit upx for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package upx for openSUSE:Factory checked in 
at 2017-11-19 11:16:46

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


Package is "upx"

Sun Nov 19 11:16:46 2017 rev:12 rq:542899 version:3.94

Changes:

--- /work/SRC/openSUSE:Factory/upx/upx.changes  2017-10-09 19:48:34.318658772 
+0200
+++ /work/SRC/openSUSE:Factory/.upx.new/upx.changes 2017-11-19 
11:16:54.923319718 +0100
@@ -1,0 +2,6 @@
+Sat Nov 18 09:56:22 UTC 2017 - jeng...@inai.de
+
+- Add 0001-Mach-o-defend-against-bad-crafted-input.patch
+  [CVE-2017-16869] [boo#1068681]
+
+---

New:

  0001-Mach-o-defend-against-bad-crafted-input.patch



Other differences:
--
++ upx.spec ++
--- /var/tmp/diff_new_pack.Bj5NMn/_old  2017-11-19 11:16:56.171274381 +0100
+++ /var/tmp/diff_new_pack.Bj5NMn/_new  2017-11-19 11:16:56.171274381 +0100
@@ -35,6 +35,7 @@
 Patch2: lzma-x-endian.patch
 Patch3: 0001-Protect-against-bad-crafted-input.patch
 Patch4: 0002-Protect-against-bad-crafted-input.patch
+Patch5: 0001-Mach-o-defend-against-bad-crafted-input.patch
 
 %description
 UPX is a free, portable, extendable, high-performance executable packer
@@ -53,6 +54,7 @@
 popd
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # BSD-4 clause licensed file, remove just in case bnc#753791
 rm src/stub/src/i386-dos32.djgpp2-stubify.asm

++ 0001-Mach-o-defend-against-bad-crafted-input.patch ++
>From 6eafa552bb4bf2303fbadf1f65e7d99919d476c6 Mon Sep 17 00:00:00 2001
From: John Reiser 
X-From: did conflict resolution for applying to 3.94.0, 
Date: Wed, 15 Nov 2017 13:38:54 -0800
Subject: [PATCH] Mach-o defend against bad crafted input

https://github.com/upx/upx/issues/146
modified:   p_mach.cpp
---
 src/p_mach.cpp |   17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

Index: upx-3.94-src/src/p_mach.cpp
===
--- upx-3.94-src.orig/src/p_mach.cpp
+++ upx-3.94-src/src/p_mach.cpp
@@ -1835,6 +1835,12 @@ bool PackMachBase::canPack()
 return false;
 my_cpusubtype = mhdri.cpusubtype;
 
+unsigned int szx = mhdri.sizeofcmds;
+unsigned headway = file_size - sizeof(mhdri);
+if (headway < szx) {
+char buf[32]; snprintf(buf, sizeof(buf), "bad sizeofcmds %u", szx);
+throwCantPack(buf);
+}
 rawmseg = (Mach_segment_command *)new char[(unsigned) mhdri.sizeofcmds];
 fi->readx(rawmseg, mhdri.sizeofcmds);
 
@@ -1843,11 +1849,18 @@ bool PackMachBase::canPack()
 unsigned char const *ptr = (unsigned char const *)rawmseg;
 for (unsigned j= 0; j < ncmds; ++j) {
 Mach_segment_command const *segptr = (Mach_segment_command const *)ptr;
+if (headway < ((Mach_command const *)ptr)->cmdsize) {
+char buf[64]; snprintf(buf, sizeof(buf),
+"bad Mach_command[%d]{%#x, %#x}", j,
+(unsigned)segptr->cmd, (unsigned)((Mach_command const 
*)ptr)->cmdsize);
+throwCantPack(buf);
+}
+headway -= ((Mach_command const *)ptr)->cmdsize;
 if (lc_seg == segptr->cmd) {
 msegcmd[j] = *segptr;
 }
 else {
-memcpy([j], ptr, 2*sizeof(unsigned)); // cmd and size
+memcpy([j], ptr, 2*sizeof(unsigned)); // cmd and cmdsize
 }
 switch (((Mach_uuid_command const *)ptr)->cmd) {
 default: break;
@@ -1872,7 +1885,7 @@ bool PackMachBase::canPack()
 prev_init_address =
 ((Mach_routines_command const *)ptr)->init_address;
 }
-ptr += (unsigned) ((const Mach_segment_command *)ptr)->cmdsize;
+ptr += (unsigned) ((Mach_command const *)ptr)->cmdsize;
 }
 if (Mach_header::MH_DYLIB==my_filetype && 0==o_routines_cmd) {
 infoWarning("missing -init function");



commit nano for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2017-11-19 11:16:19

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


Package is "nano"

Sun Nov 19 11:16:19 2017 rev:62 rq:542897 version:2.9.0

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2017-08-30 
16:23:40.845459116 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2017-11-19 
11:16:45.763652485 +0100
@@ -1,0 +2,19 @@
+Sat Nov 18 15:55:45 UTC 2017 - astie...@suse.com
+
+- GNU nano 2.9.0:
+  * introduce the ability to record and replay keystrokes:
+(M-: to start and stop recording, M-; to play the macro back)
+  * make ^Q and ^S do something useful by default
+   (^Q starts a backward search, and ^S saves the current file)
+  * change ^W to start always a forward search,
+  * show the number of open buffers (when more than one) in the title bar
+  * no longer ask to press Enter when there are errors in an rc file
+  * retire the options '--quiet' and 'set quiet' and 'set backwards'
+  * make indenting and unindenting undoable
+  * look in $XDG_CONFIG_HOME for a nanorc file
+  * look in $XDG_DATA_HOME for the history files
+  * add a history stack for executed commands (^R^X)
+  * do not overwrite the position-history file of another nano
+  * fix a score of tiny bugs
+
+---

Old:

  nano-2.8.7.tar.xz
  nano-2.8.7.tar.xz.asc

New:

  nano-2.9.0.tar.xz
  nano-2.9.0.tar.xz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.Hdli3r/_old  2017-11-19 11:16:46.939609762 +0100
+++ /var/tmp/diff_new_pack.Hdli3r/_new  2017-11-19 11:16:46.943609618 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 2.8
+%define _version 2.9
 Name:   nano
-Version:2.8.7
+Version:2.9.0
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.8.7.tar.xz -> nano-2.9.0.tar.xz ++
 110936 lines of diff (skipped)





commit dcmtk for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package dcmtk for openSUSE:Factory checked 
in at 2017-11-19 11:16:04

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


Package is "dcmtk"

Sun Nov 19 11:16:04 2017 rev:15 rq:542850 version:3.6.2

Changes:

--- /work/SRC/openSUSE:Factory/dcmtk/dcmtk.changes  2017-11-18 
00:20:44.812308598 +0100
+++ /work/SRC/openSUSE:Factory/.dcmtk.new/dcmtk.changes 2017-11-19 
11:16:05.205125940 +0100
@@ -1,0 +2,5 @@
+Sat Nov 18 21:53:17 UTC 2017 - christo...@krop.fr
+
+- Fix dcmtk-fix-DCMTKTargets.cmake.patch
+
+---



Other differences:
--
++ dcmtk-fix-DCMTKTargets.cmake.patch ++
--- /var/tmp/diff_new_pack.r6qz5k/_old  2017-11-19 11:16:05.881101383 +0100
+++ /var/tmp/diff_new_pack.r6qz5k/_new  2017-11-19 11:16:05.881101383 +0100
@@ -1,5 +1,7 @@
 dcmtk-3.6.2.orig/CMake/GenerateCMakeExports.cmake  2017-11-17 
08:38:26.571546846 +0100
-+++ dcmtk-3.6.2/CMake/GenerateCMakeExports.cmake   2017-11-17 
08:40:31.720374074 +0100
+diff --git a/CMake/GenerateCMakeExports.cmake 
b/CMake/GenerateCMakeExports.cmake
+index e231e58..6237c43 100644
+--- a/CMake/GenerateCMakeExports.cmake
 b/CMake/GenerateCMakeExports.cmake
 @@ -15,8 +15,9 @@
  # DCMTKConfig.cmake will contain options used to build this DCMTK package
  
@@ -12,3 +14,16 @@
  
  # Get and store libraries to DCMTKTargets.cmake within the build's main dir
  GET_PROPERTY(DCMTK_LIBRARY_TARGETS GLOBAL PROPERTY DCMTK_LIBRARY_TARGETS)
+diff --git a/CMake/dcmtkMacros.cmake b/CMake/dcmtkMacros.cmake
+index 2ce1ff1..a73a4bf 100644
+--- a/CMake/dcmtkMacros.cmake
 b/CMake/dcmtkMacros.cmake
+@@ -59,7 +59,7 @@ MACRO(DCMTK_ADD_EXECUTABLE PROGRAM)
+ 
+ # declare installation files, also export DCMTKTargets.cmake
+ INSTALL(TARGETS ${PROGRAM}
+-EXPORT DCMTKTargets
++# EXPORT DCMTKTargets
+ COMPONENT bin
+ DESTINATION ${DCMTK_INSTALL_BINDIR})
+ ENDIF(BUILD_APPS)




commit mate-polkit for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package mate-polkit for openSUSE:Factory 
checked in at 2017-11-19 11:15:12

Comparing /work/SRC/openSUSE:Factory/mate-polkit (Old)
 and  /work/SRC/openSUSE:Factory/.mate-polkit.new (New)


Package is "mate-polkit"

Sun Nov 19 11:15:12 2017 rev:13 rq:542806 version:1.18.2

Changes:

--- /work/SRC/openSUSE:Factory/mate-polkit/mate-polkit.changes  2017-05-10 
20:53:12.896009383 +0200
+++ /work/SRC/openSUSE:Factory/.mate-polkit.new/mate-polkit.changes 
2017-11-19 11:15:30.686379954 +0100
@@ -1,0 +2,7 @@
+Sat Nov 18 15:00:20 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.2:
+  * Fix reshow/hide icon with statusnotifier.
+  * Update translations.
+
+---

Old:

  mate-polkit-1.18.1.tar.xz

New:

  mate-polkit-1.18.2.tar.xz



Other differences:
--
++ mate-polkit.spec ++
--- /var/tmp/diff_new_pack.8WWgsm/_old  2017-11-19 11:15:33.210288266 +0100
+++ /var/tmp/diff_new_pack.8WWgsm/_new  2017-11-19 11:15:33.214288121 +0100
@@ -22,7 +22,7 @@
 %define _name   polkit-mate-1
 %define _version 1.18
 Name:   mate-polkit
-Version:1.18.1
+Version:1.18.2
 Release:0
 Summary:MATE authentification agent for polkit
 License:LGPL-2.0+
@@ -96,28 +96,23 @@
 %postun -n %{soname}-%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
 %dir %{_libexecdir}/polkit-mate/
 %{_libexecdir}/polkit-mate/polkit-mate-authentication-agent-1
 
 %files -n %{typelib}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/PolkitGtkMate-1.0.typelib
 
 %files -n %{soname}-%{sover}
-%defattr(-,root,root)
 %{_libdir}/%{soname}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/polkit-gtk-mate-1/
 %{_libdir}/%{soname}.so
 %{_libdir}/pkgconfig/polkit-gtk-mate-1.pc
 %{_datadir}/gir-1.0/PolkitGtkMate-1.0.gir
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ mate-polkit-1.18.1.tar.xz -> mate-polkit-1.18.2.tar.xz ++
 18511 lines of diff (skipped)




commit vidcutter for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package vidcutter for openSUSE:Factory 
checked in at 2017-11-19 11:15:34

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


Package is "vidcutter"

Sun Nov 19 11:15:34 2017 rev:5 rq:542828 version:5.0.0

Changes:

--- /work/SRC/openSUSE:Factory/vidcutter/vidcutter.changes  2017-10-23 
16:52:37.446559758 +0200
+++ /work/SRC/openSUSE:Factory/.vidcutter.new/vidcutter.changes 2017-11-19 
11:15:38.902081492 +0100
@@ -1,0 +2,43 @@
+Fri Nov 17 10:07:06 UTC 2017 - aloi...@gmx.com
+
+- Update to version 5.0.0
+  * SmartCut feature introduced for frame accurate cuts; beginning
+and end clip segments are reencoded and joined with middle
+segment for each clip defined in the Clip Index along source
+video's defined keyframes
+  * SmartCut enabled via app settings as well as toggle button on
+the main interface. SmartCut can take up to 2 mins vs a few
+seconds so use it only if frame accuracy is a requirement
+  * new progress bars on clips in timeline to visualise video
+processing in more accurate and modern way
+  * thumbnail generation accuracy fixed so thumbnails generated
+accurately match frame with timecode placement
+  * new "View keyframes" button option available under Video Info
+which displays the source video's defined keyframes which are
+utilised by the new SmartCut feature
+  * improvements made to standard quick cutting to make them as
+frame accurate as can be given the source's media codec and
+container
+  * improvements to stream mapping to help ensure all source
+media's streams (video, audio, text/subtitles) are included
+in the target video produced. only if problems are found
+during the cut/join process will this be abandoned and FFmpeg
+then allowed to make its usual "best choice" in choosing the
+best streams for you
+  * single app instance code added along with a settings option to
+force all file manager associated tasks to the single already
+loaded instance of VidCutter
+  * .vcp registered as "VidCutter Project file" for Linux and
+ Windows installations
+  * more debugging information available for the console or
+"--debug" command-line argument
+  * new verbose logging option added to settings for even more
+verbose logging in the application log file, console window
+and debug command-line output if running with the "--debug"
+argument (Linux only)
+  * new app icon; hopefully this one sticks :-)
+  * countless more improvements and fixes that aren't worth
+documenting but available in the freely available commit logs
+if you're interested
+
+---

Old:

  vidcutter-4.0.5.tar.gz

New:

  vidcutter-5.0.0.tar.gz



Other differences:
--
++ vidcutter.spec ++
--- /var/tmp/diff_new_pack.Bh7YPa/_old  2017-11-19 11:15:40.910008548 +0100
+++ /var/tmp/diff_new_pack.Bh7YPa/_new  2017-11-19 11:15:40.914008402 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   vidcutter
-Version:4.0.5
+Version:5.0.0
 Release:0
 Summary:Video cutter and joiner
 License:GPL-3.0+
@@ -28,6 +28,7 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  mpv-devel
+BuildRequires:  python3-Cython
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires:   ffmpeg
@@ -47,18 +48,10 @@
 %prep
 %setup -q
 # remove shebang
-export _filelist="
-about __init__ libs/mpvwidget libs/notifications libs/taskbarprogress 
libs/videoservice
-libs/widgets __main__ settings updater videoconsole videocutter videoinfo 
videolist
-videoslider videostyle videotoolbar"
-
-for f in $_filelist; do
-sed -i -e "1d" vidcutter/${f}.py
+for f in $(find ./vidcutter -name "*.py"); do
+   sed '0,/^#!/{//d;}' -i ${f}
 done
 
-# fix version in egg-info
-sed -i "/^__version__/s/'.*'/'%{version}'/" vidcutter/__init__.py
-
 %build
 python3 setup.py build
 
@@ -81,6 +74,7 @@
 %{_bindir}/%{name}
 %{python3_sitearch}/%{name}-%{version}-py*.egg-info/
 %{python3_sitearch}/%{name}/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/16x16/apps/%{name}.png
 %{_datadir}/icons/hicolor/22x22/apps/%{name}.png

++ vidcutter-4.0.5.tar.gz -> vidcutter-5.0.0.tar.gz ++
/work/SRC/openSUSE:Factory/vidcutter/vidcutter-4.0.5.tar.gz 
/work/SRC/openSUSE:Factory/.vidcutter.new/vidcutter-5.0.0.tar.gz differ: char 
13, line 1




commit backintime for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package backintime for openSUSE:Factory 
checked in at 2017-11-19 11:15:49

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


Package is "backintime"

Sun Nov 19 11:15:49 2017 rev:18 rq:542840 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/backintime/backintime.changes2017-05-17 
10:55:42.391412480 +0200
+++ /work/SRC/openSUSE:Factory/.backintime.new/backintime.changes   
2017-11-19 11:16:02.205234923 +0100
@@ -1,0 +2,9 @@
+Sat Nov 18 20:14:39 UTC 2017 - tejas.gurusw...@opensuse.org
+
+- Update to upstream version 1.1.24
+  * fix critical bug: shell injection in notify-send 
(https://github.com/bit-team/backintime/issues/834)
+  * fix bug: stat free space for snapshot folder instead of backintime folder 
(https://github.com/bit-team/backintime/issues/733)
+  * backport bug fix: backintime root crontab doesn't run; missinng line-feed 
0x0A on last line (https://github.com/bit-team/backintime/issues/781)
+  * backport bug fix: can't open files with spaces in name 
(https://github.com/bit-team/backintime/issues/552)
+
+---

Old:

  backintime-1.1.20.tar.gz

New:

  backintime-1.1.24.tar.gz



Other differences:
--
++ backintime.spec ++
--- /var/tmp/diff_new_pack.gmI90F/_old  2017-11-19 11:16:03.685181158 +0100
+++ /var/tmp/diff_new_pack.gmI90F/_new  2017-11-19 11:16:03.689181012 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   backintime
-Version:1.1.20
+Version:1.1.24
 Release:0
 Summary:Back In Time is a simple backup tool for Linux, inspired by 
"flyback project"
 License:GPL-2.0+

++ backintime-1.1.20.tar.gz -> backintime-1.1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.1.20/CHANGES 
new/backintime-1.1.24/CHANGES
--- old/backintime-1.1.20/CHANGES   2017-04-09 21:09:18.0 +0200
+++ new/backintime-1.1.24/CHANGES   2017-11-07 21:36:43.0 +0100
@@ -1,5 +1,13 @@
 Back In Time
 
+Version 1.1.24
+* fix critical bug: shell injection in notify-send 
(https://github.com/bit-team/backintime/issues/834)
+
+Version 1.1.22
+* fix bug: stat free space for snapshot folder instead of backintime folder 
(https://github.com/bit-team/backintime/issues/733)
+* backport bug fix: backintime root crontab doesn't run; missinng line-feed 
0x0A on last line (https://github.com/bit-team/backintime/issues/781)
+* backport bug fix: can't open files with spaces in name 
(https://github.com/bit-team/backintime/issues/552)
+
 Version 1.1.20
 * backport bug fix: polkit CheckAuthorization: race condition in privilege 
authorization (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7572)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.1.20/VERSION 
new/backintime-1.1.24/VERSION
--- old/backintime-1.1.20/VERSION   2017-04-09 21:09:18.0 +0200
+++ new/backintime-1.1.24/VERSION   2017-11-07 21:36:43.0 +0100
@@ -1 +1 @@
-1.1.20
+1.1.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.1.20/common/config.py 
new/backintime-1.1.24/common/config.py
--- old/backintime-1.1.20/common/config.py  2017-04-09 21:09:18.0 
+0200
+++ new/backintime-1.1.24/common/config.py  2017-11-07 21:36:43.0 
+0100
@@ -46,7 +46,7 @@
 
 class Config( configfile.ConfigFileWithProfiles ):
 APP_NAME = 'Back In Time'
-VERSION = '1.1.20'
+VERSION = '1.1.24'
 COPYRIGHT = 'Copyright (C) 2008-2017 Oprea Dan, Bart de Koning, Richard 
Bailey, Germar Reitze'
 CONFIG_VERSION = 5
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.1.20/common/man/C/backintime-askpass.1 
new/backintime-1.1.24/common/man/C/backintime-askpass.1
--- old/backintime-1.1.20/common/man/C/backintime-askpass.1 2017-04-09 
21:09:18.0 +0200
+++ new/backintime-1.1.24/common/man/C/backintime-askpass.1 2017-11-07 
21:36:43.0 +0100
@@ -1,4 +1,4 @@
-.TH backintime-askpass 1 "Jan 2015" "version 1.1.20" "USER COMMANDS"
+.TH backintime-askpass 1 "Jan 2015" "version 1.1.24" "USER COMMANDS"
 .SH NAME
 backintime-askpass \- a simple backup tool for Linux.
 .PP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/backintime-1.1.20/common/man/C/backintime-config.1 
new/backintime-1.1.24/common/man/C/backintime-config.1
--- old/backintime-1.1.20/common/man/C/backintime-config.1  2017-04-09 
21:09:18.0 +0200
+++ 

commit numix-gtk-theme for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package numix-gtk-theme for openSUSE:Factory 
checked in at 2017-11-19 11:15:39

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


Package is "numix-gtk-theme"

Sun Nov 19 11:15:39 2017 rev:14 rq:542830 version:2.6.7

Changes:

--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes  
2017-01-04 19:30:16.968627250 +0100
+++ /work/SRC/openSUSE:Factory/.numix-gtk-theme.new/numix-gtk-theme.changes 
2017-11-19 11:15:49.145709357 +0100
@@ -1,0 +2,7 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 2.6.7:
+  * See /usr/share/doc/packages/metatheme-numix-common/CHANGES
+- Rebase numix-gtk-theme-light-menubars.patch.
+
+---
@@ -19 +26 @@
-(gh#numixproject/numix-gtk-theme##619).
+(gh#numixproject/numix-gtk-theme#619).

Old:

  numix-gtk-theme-2.6.6.tar.gz

New:

  numix-gtk-theme-2.6.7.tar.gz



Other differences:
--
++ numix-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.RNZnON/_old  2017-11-19 11:15:50.041676808 +0100
+++ /var/tmp/diff_new_pack.RNZnON/_new  2017-11-19 11:15:50.045676663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package numix-gtk-theme
 #
-# 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
@@ -19,7 +19,7 @@
 %define _theme  Numix
 %define _name   numix
 Name:   numix-gtk-theme
-Version:2.6.6
+Version:2.6.7
 Release:0
 Summary:Numix GTK+ theme for MATE, Cinnamon, GNOME, and Xfce
 License:GPL-3.0+
@@ -87,12 +87,11 @@
 ln -s . src
 %endif
 %patch0 -p1
-chmod a-x CREDITS LICENSE README.md
 
 %build
-if [ -r Makefile ]; then
-make %{?_smp_mflags} V=1
-fi
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse}) || 0%{?sle_version} >= 120200
+make %{?_smp_mflags} V=1
+%endif
 
 %install
 %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse}) || 0%{?sle_version} >= 120200
@@ -103,6 +102,7 @@
 ls -d */ | while read dir; do
 cp -a "$dir" "%{buildroot}%{_datadir}/themes/%{_theme}/$dir"
 done
+find %{buildroot} -type f -name "*.orig" -delete -print
 %endif
 # Changed to a symlink in numix-gtk-theme 2.6.4, breaks update from older 
versions.
 ls -d %{buildroot}%{_datadir}/themes/Numix/gtk-3.*/assets | while read dir; do
@@ -118,20 +118,17 @@
 %fdupes %{buildroot}%{_datadir}/
 
 %files -n metatheme-%{_name}-common
-%defattr(-,root,root)
-%doc CREDITS LICENSE README.md
+%doc CHANGES CREDITS LICENSE README.md
 %{_datadir}/themes/%{_theme}/
 %exclude %{_datadir}/themes/%{_theme}/gtk-2.*/
 %exclude %{_datadir}/themes/%{_theme}/gtk-3.*/
 
 %files -n gtk2-metatheme-%{_name}
-%defattr(-,root,root)
-%doc CREDITS LICENSE README.md
+%doc CHANGES CREDITS LICENSE README.md
 %{_datadir}/themes/%{_theme}/gtk-2.*/
 
 %files -n gtk3-metatheme-%{_name}
-%defattr(-,root,root)
-%doc CREDITS LICENSE README.md
+%doc CHANGES CREDITS LICENSE README.md
 %{_datadir}/themes/%{_theme}/gtk-3.*/
 
 %changelog

++ numix-gtk-theme-2.6.6.tar.gz -> numix-gtk-theme-2.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/numix-gtk-theme-2.6.6/.github/CODE_OF_CONDUCT.md 
new/numix-gtk-theme-2.6.7/.github/CODE_OF_CONDUCT.md
--- old/numix-gtk-theme-2.6.6/.github/CODE_OF_CONDUCT.md2016-11-14 
23:22:29.0 +0100
+++ new/numix-gtk-theme-2.6.7/.github/CODE_OF_CONDUCT.md1970-01-01 
01:00:00.0 +0100
@@ -1,24 +0,0 @@
-# Contributor Code of Conduct
-
-As contributors and maintainers of this project, and in the interest of 
fostering an open and welcoming community, we pledge to respect all people who 
contribute through reporting issues, posting feature requests, updating 
documentation, submitting pull requests or patches, and other activities.
-
-We are committed to making participation in this project a harassment-free 
experience for everyone, regardless of level of experience, gender, gender 
identity and expression, sexual orientation, disability, personal appearance, 
body size, race, ethnicity, age, religion, or nationality.
-
-Examples of unacceptable behavior by participants include:
-
-- The use of sexualized language or imagery
-- Personal attacks
-- Trolling or insulting/derogatory comments
-- Public or private harassment
-- Publishing other's private information, such as physical or electronic 
addresses, without explicit permission
-- 

commit mate-panel for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2017-11-19 11:14:54

Comparing /work/SRC/openSUSE:Factory/mate-panel (Old)
 and  /work/SRC/openSUSE:Factory/.mate-panel.new (New)


Package is "mate-panel"

Sun Nov 19 11:14:54 2017 rev:25 rq:542800 version:1.18.6

Changes:

--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes2017-11-14 
12:54:05.689811432 +0100
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes   
2017-11-19 11:15:16.246904514 +0100
@@ -1,0 +2,10 @@
+Sat Nov 18 15:00:20 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.6:
+  * status-notifier: Hide the mate-polkit icon if passive.
+  * wncklet: Disconnect signal handlers on destroy.
+  * Stop segfaults, warnings on removing in-process switcher,
+window-list.
+  * clock: Disconnect signal handlers on destroy.
+
+---

Old:

  mate-panel-1.18.5.tar.xz

New:

  mate-panel-1.18.6.tar.xz



Other differences:
--
++ mate-panel.spec ++
--- /var/tmp/diff_new_pack.m8Lzkk/_old  2017-11-19 11:15:19.198797278 +0100
+++ /var/tmp/diff_new_pack.m8Lzkk/_new  2017-11-19 11:15:19.202797132 +0100
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-MatePanelApplet-4_0
 %define _version 1.18
 Name:   mate-panel
-Version:1.18.5
+Version:1.18.6
 Release:0
 Summary:MATE Desktop Panel
 License:GPL-2.0+

++ mate-panel-1.18.5.tar.xz -> mate-panel-1.18.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-panel-1.18.5/ChangeLog 
new/mate-panel-1.18.6/ChangeLog
--- old/mate-panel-1.18.5/ChangeLog 2017-11-07 21:49:16.0 +0100
+++ new/mate-panel-1.18.6/ChangeLog 2017-11-18 09:48:09.0 +0100
@@ -1,3 +1,57 @@
+commit 8adc487f8cd67d4f2d968ff91a340ffd1856529a
+Author: raveit65 
+Date:   Sat Nov 18 09:39:21 2017 +0100
+
+release 1.18.6
+
+ NEWS | 8 
+ configure.ac | 2 +-
+ 2 files changed, 9 insertions(+), 1 deletion(-)
+
+commit 8dcfb668c104cf86097dcc6cd27f3a8024d4c22e
+Author: lukefromdc 
+Date:   Thu Oct 12 01:25:56 2017 -0400
+
+status-notifier: hide mate-polkit icon if passive
+This needs to be special cased, and requires a change in mate-polkit to 
work
+
+ applets/notification_area/status-notifier/sn-item-v0.c | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit 86c64efc423448dfb3d069ba3b701bdae6c7db10
+Author: lukefromdc 
+Date:   Wed Jul 26 01:56:46 2017 -0400
+
+wncklet: disconnect signal handlers on destroy
+
+Stop segfaults, warnings on removing in-process switcher, window-list
+Fixes window list, workspace switcher. Window menu and show desktop no 
warnings or segfaults on removal when built in process
+
+(squashed 9f43dd5c7c37b84960d06a98a4738ee40d8bfd50 + 
2b17f4f461cff056ab0f4687a9ac673a16933f7c for 1.18 branch)
+
+ applets/wncklet/window-list.c| 26 --
+ applets/wncklet/workspace-switcher.c | 22 --
+ 2 files changed, 28 insertions(+), 20 deletions(-)
+
+commit eb94be26360b597c157b52a25a42e834655a8dc2
+Author: monsta 
+Date:   Tue Nov 14 11:26:19 2017 +0300
+
+clock: disconnect one more signal handler on destroy
+
+ applets/clock/clock.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit cab29c45f111b96b347d0b6e3c2f5bc302a700f4
+Author: lukefromdc 
+Date:   Tue Aug 22 23:33:39 2017 -0400
+
+clock:disconnect signal handlers on destroy
+Don't just check for the clock's existance and return if it has been 
destroyed, disconnect them entirely when the clock is destroyed
+
+ applets/clock/clock.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
 commit 30c628a93210d221cebb065a3e403a8c3c41812b
 Author: raveit65 
 Date:   Tue Nov 7 21:46:57 2017 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-panel-1.18.5/NEWS new/mate-panel-1.18.6/NEWS
--- old/mate-panel-1.18.5/NEWS  2017-11-07 21:46:20.0 +0100
+++ new/mate-panel-1.18.6/NEWS  2017-11-18 09:38:54.0 +0100
@@ -1,3 +1,11 @@
+### mate-panel 1.18.6
+
+  * status-notifier: hide mate-polkit icon if passive
+  * wncklet: disconnect signal handlers on destroy
+  * Stop segfaults, warnings on removing in-process switcher, window-list
+  * clock: disconnect one more signal handler on destroy
+  * clock:disconnect signal handlers on destroy
+
 ### mate-panel 1.18.5
 
   * Apply position fix on popup to GTK 3.20 and earlier
diff -urN '--exclude=CVS' 

commit xournal for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package xournal for openSUSE:Factory checked 
in at 2017-11-19 11:15:27

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


Package is "xournal"

Sun Nov 19 11:15:27 2017 rev:32 rq:542825 version:0.4.8.2016

Changes:

--- /work/SRC/openSUSE:Factory/xournal/xournal.changes  2017-10-02 
16:54:50.185063235 +0200
+++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2017-11-19 
11:15:34.210251939 +0100
@@ -1,0 +2,5 @@
+Sat Nov 11 16:15:54 UTC 2017 - badshah...@gmail.com
+
+- Switch BuildRequires to pkgconfig based ones wherever possible.
+
+---



Other differences:
--
++ xournal.spec ++
--- /var/tmp/diff_new_pack.4pWU08/_old  2017-11-19 11:15:35.014222732 +0100
+++ /var/tmp/diff_new_pack.4pWU08/_new  2017-11-19 11:15:35.018222587 +0100
@@ -33,13 +33,14 @@
 Patch3: xournal-fix-strokes-on-Lenovo-active-pen.patch
 BuildRequires:  automake >= 1.11.2
 BuildRequires:  fdupes
-BuildRequires:  gtk2-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  inkscape
 BuildRequires:  intltool
-BuildRequires:  libgnomecanvas-devel
-BuildRequires:  libpoppler-glib-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libgnomecanvas-2.0)
+BuildRequires:  pkgconfig(pangoft2)
+BuildRequires:  pkgconfig(poppler-glib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit mypy for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package mypy for openSUSE:Factory checked in 
at 2017-11-19 11:14:23

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


Package is "mypy"

Sun Nov 19 11:14:23 2017 rev:3 rq:542779 version:0.550

Changes:

--- /work/SRC/openSUSE:Factory/mypy/mypy.changes2017-10-29 
20:25:22.869125300 +0100
+++ /work/SRC/openSUSE:Factory/.mypy.new/mypy.changes   2017-11-19 
11:15:02.111418026 +0100
@@ -1,0 +2,15 @@
+Sat Nov 11 10:20:44 UTC 2017 - sebix+novell@sebix.at
+
+- fix build for distributions with python 3.4
+
+---
+Fri Nov 10 21:01:21 UTC 2017 - sebix+novell@sebix.at
+
+- update to 0.550:
+ * Running mypy now requires Python 3.4 or higher.
+   However Python 3.3 is still valid for the target
+   of the analysis (i.e. the `--python-version` flag).
+ * Split `--disallow-any` flag into `separate boolean flags `.
+ * The `--old-html-report` flag was removed.
+
+---

Old:

  mypy-0.540.tar.gz

New:

  mypy-0.550.tar.gz



Other differences:
--
++ mypy.spec ++
--- /var/tmp/diff_new_pack.N1tIjz/_old  2017-11-19 11:15:05.527293935 +0100
+++ /var/tmp/diff_new_pack.N1tIjz/_new  2017-11-19 11:15:05.531293789 +0100
@@ -17,10 +17,13 @@
 
 
 %define skip_python2 1
+%if %python3_version_nodots < 34
+%define skip_python3 1
+%endif
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   mypy
-Version:0.540
+Version:0.550
 Release:0
 Summary:Optional static typing for Python
 License:MIT
@@ -60,6 +63,7 @@
 
 %files %{python_files}
 %{python_sitelib}/*
+%{_bindir}/dmypy
 %{_bindir}/mypy
 %{_bindir}/stubgen
 %{_libexecdir}/mypy

++ mypy-0.540.tar.gz -> mypy-0.550.tar.gz ++
 9741 lines of diff (skipped)




commit ntpsec for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package ntpsec for openSUSE:Factory checked 
in at 2017-11-19 11:13:53

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


Package is "ntpsec"

Sun Nov 19 11:13:53 2017 rev:5 rq:542768 version:0.9.7+git20171109.2d88a7d84

Changes:

--- /work/SRC/openSUSE:Factory/ntpsec/ntpsec.changes2017-10-03 
23:17:58.196635081 +0200
+++ /work/SRC/openSUSE:Factory/.ntpsec.new/ntpsec.changes   2017-11-19 
11:14:34.432424803 +0100
@@ -1,0 +2,72 @@
+Sat Nov 11 07:38:37 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.9.7+git20171109.2d88a7d84:
+  * Remove two unnecessary functions.
+  * Changed MIB system to use seperate read/write callbacks
+  * Boolification.
+  * Nuke ifdefs for O_NONBLOCK and O_NOCTTY
+  * Drop use of pthread_addr
+  * Fixes instructions for disabling Apple NTP.
+  * Added MIB coverage
+  * Address GitLab issue #407: ntpdig/ntptime fails against some servers
+  * Removed obsolete MIB tree-list converters
+  * Changed ntpsnmpd to use the new MIB tree system
+  * Added walkMIBTree generator to replace previous MIB tree handlers
+  * Squelch a compiler warning.
+  * Address GitLab issue #406: ntpd build fails: ...
+  * Bump the minor version number.
+  * New syntax: unpeer clock  [unit ]
+  * In the config parser, factor out type/unit lookup into 
addr_from_typeunit()...
+  * No point in removing individual generic-driver modes...
+  * endian.h does not suffice, as there are no 64-bit primitives.
+  * Dead-code removal.
+  * Move some TOSO items that didn't land pre-1.0.
+  * Remove obsolete TODO items.
+  * De-dummyified several OIDs
+  * Added option to put a space between the value and unit in unitify()
+  * Typos in comments
+  * Some pep8/pyflakes cleanup
+  * First Mode 6 - SNMP contact
+  * Removed redundant, and non-coherent getNextOID() function from getOID()
+  * Added and used sendErrorPacket() method
+  * Added AgentX sessionID error check and response
+  * Added slots for agentx write callbacks
+  * Cleaned up and updated comments
+  * Expanded error checking for SNMP
+  * branch change
+  * Python 3 fix for test error
+  * Changed error handling in decode_packet to return remaining data
+  * Documentation fix
+  * Added doc files for ntpsnmpd
+  * Added ntpsnmpd in prototype state.
+  * Fully split SNMP uint32 vs int32 handlers
+  * Correct SNMP INTEGER value to be signed
+  * Changed new tests to only use assertEqual
+  * Added >= and <= comparison functions to OID class
+  * MIB tree/lists now have callback fields
+  * pep8/pyflakes fixes
+  * MIB tree/flat conversion functions now use OIDs instead of tuples
+  * PEP8: W291 trailing whitespace
+  * Move humanlogtime() to msyslog.c since it's only used there
+  * Added list conversion for Python 3 compatability
+  * Added MIB tree flattening and inflation functions
+  * Removed unused function humantime()
+  * In devel, turn release into a script generator.
+  * update NEWS file for new work
+  * version 1.0.0
+  * Fixes for release machinery.
+  * Removed temp debugging statement, changed constants to be 32-bit safe
+  * Added temporary debugging message to test_util (re:bug #404)
+  * Fixed test_summary to properly test last_sync field.
+  * Fixed test bug on Cent 6 32bit, also SyncPacket formatting typo
+  * Remove s historical remnant in the documentation.
+  * Added documentation and fixes for float tests
+  * Restored missing decimal fix, changed relevant tests to be float aware
+  * Restored previously removed tests, fixed math problem.
+  * Removed unnecessary tests that failed
+  * Banish GCC 6 warnings.
+  * Updated comments to document sys.stdout.encoding being fake news
+  * Possible fix for ntpq unicode issue
+- Rename python subpackage to python2
+
+---

Old:

  ntpsec-0.9.7+git20171002.c79bc6271.tar.xz

New:

  ntpsec-0.9.7+git20171109.2d88a7d84.tar.xz



Other differences:
--
++ ntpsec.spec ++
--- /var/tmp/diff_new_pack.7EMG50/_old  2017-11-19 11:14:42.820118988 +0100
+++ /var/tmp/diff_new_pack.7EMG50/_new  2017-11-19 11:14:42.824118842 +0100
@@ -23,10 +23,10 @@
 %bcond_with libbsd
 %endif
 Name:   ntpsec
-Version:0.9.7+git20171002.c79bc6271
+Version:0.9.7+git20171109.2d88a7d84
 Release:0
 Summary:Improved implementation of Network Time Protocol
-License:BSD-2-Clause and NTP and BSD-3-Clause and MIT
+License:BSD-2-Clause AND NTP AND BSD-3-Clause AND MIT
 Group:  System/Base
 Url:https://www.ntpsec.org/
 Source0:ntpsec-%{version}.tar.xz
@@ -49,7 +49,7 @@
 BuildRequires:  pps-tools-devel
 BuildRequires:  

commit cinnamon for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2017-11-19 11:13:21

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


Package is "cinnamon"

Sun Nov 19 11:13:21 2017 rev:22 rq:542733 version:3.6.3

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes2017-11-14 
12:57:09.575085779 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2017-11-19 
11:13:29.906777427 +0100
@@ -1,0 +2,33 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.3:
+  * Show-desktop: Disable peek-at-desktop by default.
+  * menu applet: Recalculate applications list box height when the
+menu's allocation changes.
+  * Applets: When setting an icon, make sure it's actually an
+St.Icon. Some applets (such as the keyboard applet) set
+_applet_icon to something other than an St.Icon, so it causes
+an error when trying to set the icon using one of the api
+functions. This was causing the keyboard applet not to show in
+the panel edit mode after a keyboard layout was added and
+removed.
+  * applet settings: Fix panel switch buttons not being hidden when
+there is only one panel.
+  * Add Adwaita-dark thumbnails.
+  * extension settings: Scan the system directory for extensions.
+  * Initialise applet position to avoid drag and drop errors in
+edit mode occasionally the null applet position was being
+carried through to the writing of the new applet causing 
+apparent drop failures, and to the disappearance of the
+highlighted drop box. Much visible weirdness with a very simple
+solution.
+  * workspace switcher: Fix an undeclared variable warning.
+  * applet settings: Improve the logic for highlighting the panel.
+The panel is now only highlighted when there is more than one
+panel, and it's better about selecting and highlighting the
+correct panel when one is added or removed.
+  * Fixed spacing. Add a missing semicolon.
+  * popupMenu: Prevent a warning of this._triangle.
+  * Clock applet: Respect a 12h/24h choice in the vertical mode.
+
+---

Old:

  Cinnamon-3.6.2.tar.gz

New:

  Cinnamon-3.6.3.tar.gz



Other differences:
--
++ cinnamon.spec ++
--- /var/tmp/diff_new_pack.U2pug4/_old  2017-11-19 11:13:31.130732801 +0100
+++ /var/tmp/diff_new_pack.U2pug4/_new  2017-11-19 11:13:31.130732801 +0100
@@ -21,7 +21,7 @@
 %define _name   Cinnamon
 %define _version 3.6.0
 Name:   cinnamon
-Version:3.6.2
+Version:3.6.3
 Release:0
 Summary:GNU/Linux Desktop featuring a traditional layout
 License:GPL-2.0+ AND LGPL-2.1

++ Cinnamon-3.6.2.tar.gz -> Cinnamon-3.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.6.2/configure.ac 
new/Cinnamon-3.6.3/configure.ac
--- old/Cinnamon-3.6.2/configure.ac 2017-11-11 18:20:15.0 +0100
+++ new/Cinnamon-3.6.3/configure.ac 2017-11-17 11:48:58.0 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([cinnamon],[3.6.2],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
+AC_INIT([cinnamon],[3.6.3],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/cinnamon-global.c])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.6.2/debian/changelog 
new/Cinnamon-3.6.3/debian/changelog
--- old/Cinnamon-3.6.2/debian/changelog 2017-11-11 18:20:15.0 +0100
+++ new/Cinnamon-3.6.3/debian/changelog 2017-11-17 11:48:58.0 +0100
@@ -1,3 +1,39 @@
+cinnamon (3.6.3) sylvia; urgency=medium
+
+  [ Clement Lefebvre ]
+  * Show-desktop: Disable peek-at-desktop by default
+
+  [ Michael Webster ]
+  * menu applet: recalculate applications list box height when the menu's 
allocation changes.
+
+  [ Stephen Collins ]
+  * Applets: when setting an icon, make sure it's actually an St.Icon. Some 
applets (such as the keyboard applet) set _applet_icon to something other than 
an St.Icon, so it causes an error when trying to set the icon using one of the 
api functions. This was causing the keyboard applet not to show in panel edit 
mode after a keyboard layout was added and removed. (#7008)
+  * applet settings: fix panel switch buttons not being hidden when there is 
only one panel (#7023)
+
+  [ Bernhard Landauer ]
+  * add Adwaita-dark thumbnails (#7015)
+
+  [ Stephen Collins ]
+  * extesion settings: scan system folder for extensions. While we don't ship 
with any extensions, other distros may choose to do 

commit cinnamon-control-center for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package cinnamon-control-center for 
openSUSE:Factory checked in at 2017-11-19 11:13:06

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


Package is "cinnamon-control-center"

Sun Nov 19 11:13:06 2017 rev:9 rq:542732 version:3.6.3

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
  2017-11-15 16:56:56.217930923 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
 2017-11-19 11:13:17.791219167 +0100
@@ -1,0 +2,6 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.3:
+  * online-accounts: Tweak the layout just a bit.
+
+---

Old:

  cinnamon-control-center-3.6.2.tar.gz

New:

  cinnamon-control-center-3.6.3.tar.gz



Other differences:
--
++ cinnamon-control-center.spec ++
--- /var/tmp/diff_new_pack.M6D0pa/_old  2017-11-19 11:13:21.471084997 +0100
+++ /var/tmp/diff_new_pack.M6D0pa/_new  2017-11-19 11:13:21.471084997 +0100
@@ -19,7 +19,7 @@
 %define soname  libcinnamon-control-center
 %define sover   1
 Name:   cinnamon-control-center
-Version:3.6.2
+Version:3.6.3
 Release:0
 Summary:Utilities to configure the Cinnamon desktop
 License:GPL-2.0 AND GPL-3.0+ AND MIT

++ cinnamon-control-center-3.6.2.tar.gz -> 
cinnamon-control-center-3.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-control-center-3.6.2/configure.ac 
new/cinnamon-control-center-3.6.3/configure.ac
--- old/cinnamon-control-center-3.6.2/configure.ac  2017-11-12 
11:32:14.0 +0100
+++ new/cinnamon-control-center-3.6.3/configure.ac  2017-11-17 
11:54:58.0 +0100
@@ -1,4 +1,4 @@
-m4_define([cinnamon_control_center_version], 3.6.2)
+m4_define([cinnamon_control_center_version], 3.6.3)
 AC_INIT([cinnamon-control-center], [cinnamon_control_center_version],
 [https://github.com/linuxmint/cinnamon-control-center/issues])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-control-center-3.6.2/debian/changelog 
new/cinnamon-control-center-3.6.3/debian/changelog
--- old/cinnamon-control-center-3.6.2/debian/changelog  2017-11-12 
11:32:14.0 +0100
+++ new/cinnamon-control-center-3.6.3/debian/changelog  2017-11-17 
11:54:58.0 +0100
@@ -1,3 +1,10 @@
+cinnamon-control-center (3.6.3) sylvia; urgency=medium
+
+  [ JosephMcc ]
+  * online-accounts: Tweak the layout just a bit (#185)
+
+ -- Clement Lefebvre   Fri, 17 Nov 2017 10:14:19 +
+
 cinnamon-control-center (3.6.2) sylvia; urgency=medium
 
   * l10n: Fix GOA desktop file missing proper l10n
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-control-center-3.6.2/panels/online-accounts/online-accounts.ui 
new/cinnamon-control-center-3.6.3/panels/online-accounts/online-accounts.ui
--- old/cinnamon-control-center-3.6.2/panels/online-accounts/online-accounts.ui 
2017-11-12 11:32:14.0 +0100
+++ new/cinnamon-control-center-3.6.3/panels/online-accounts/online-accounts.ui 
2017-11-17 11:54:58.0 +0100
@@ -68,7 +68,8 @@
 True
 True
 never
-500
+never
+True
 
   
 True
@@ -76,39 +77,9 @@
 18
 18
 vertical
-32
-32
-32
+0
 22
 True
-300
-
-
-
-  
-True
-True
-  
-  
-0
-0
-  
-
-
-
-  
-True
-True
-  
-  
-0
-2
-  
-
-
 
   
 True
@@ -116,7 +87,6 @@
 12
 vertical
 True
-300
 
   
 True




commit tumbleweed-cli for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package tumbleweed-cli for openSUSE:Factory 
checked in at 2017-11-19 11:13:33

Comparing /work/SRC/openSUSE:Factory/tumbleweed-cli (Old)
 and  /work/SRC/openSUSE:Factory/.tumbleweed-cli.new (New)


Package is "tumbleweed-cli"

Sun Nov 19 11:13:33 2017 rev:2 rq:542739 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/tumbleweed-cli/tumbleweed-cli.changes
2017-07-08 12:33:06.665357313 +0200
+++ /work/SRC/openSUSE:Factory/.tumbleweed-cli.new/tumbleweed-cli.changes   
2017-11-19 11:13:54.397884471 +0100
@@ -1,0 +2,31 @@
+Sat Nov 18 02:50:31 UTC 2017 - ji...@boombatower.com
+
+- Update to version 0.2.0:
+  * Update URL to point at S3 hosting location in lieu of openSUSE host.
+  * switch(): validate version against list.
+  * Add README.md covering installation and common usage.
+  * Include target in status help description.
+  * uninit(): remove $VAR_FILE as well.
+  * Rename history file to match new variable name format.
+  * Rename config() to variable() since more appropriate.
+  * Rework to utilize libzypp(repovarexpand) = 1 variable support.
+  * status(): for correctness call target() instead of config().
+  * init(): prevent double initialization.
+  * init(): history_init() before config() since it appends to history.
+  * Sort command in processing case.
+  * Complete rework switch and revert for new config paradigm.
+  * Use a better argument format for switch documentation.
+  * Expose history command.
+  * Provide tumbleweed_prompt().
+  * Rework update/upgrade command processing.
+  * Add target to status and own command.
+  * Rename version command to installed, but provide version alias.
+  * Drop list-repos command.
+  * Repurpose revert as uninit.
+  * Update target URL to production value.
+  * Implement basis for config based version updates.
+  * Provide tumbleweed_sudo() and utilize in tumbleweed_revert().
+  * Add COPYING.
+- Add explicit requirement on libzypp(repovarexpand) >= 1.
+
+---

Old:

  tumbleweed-cli-0.1.0.tar.xz

New:

  tumbleweed-cli-0.2.0.tar.xz



Other differences:
--
++ tumbleweed-cli.spec ++
--- /var/tmp/diff_new_pack.psUvUC/_old  2017-11-19 11:14:00.529660904 +0100
+++ /var/tmp/diff_new_pack.psUvUC/_new  2017-11-19 11:14:00.533660759 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbleweed-cli
 #
-# 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:   tumbleweed-cli
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:Command line interface for interacting with tumbleweed 
snapshots
 License:GPL-2.0
@@ -31,6 +31,7 @@
 Requires:   grep
 Requires:   sudo
 Requires:   zypper
+Requires:   libzypp(repovarexpand) >= 1
 
 %description
 tumbleweed-cli provides a command line interface for interacting with 
tumbleweed

++ _service ++
--- /var/tmp/diff_new_pack.psUvUC/_old  2017-11-19 11:14:00.565659592 +0100
+++ /var/tmp/diff_new_pack.psUvUC/_new  2017-11-19 11:14:00.565659592 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/0.1.0
+refs/tags/0.2.0
 https://github.com/boombatower/tumbleweed-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.psUvUC/_old  2017-11-19 11:14:00.589658717 +0100
+++ /var/tmp/diff_new_pack.psUvUC/_new  2017-11-19 11:14:00.589658717 +0100
@@ -1,6 +1,6 @@
 
   
 https://github.com/boombatower/tumbleweed-cli.git
-30d5d08fa1cd28ead79c9241042922bf2b16fb92
+46bfa0ba8c8b690d1f19d003cc112b6d560926dd
   
 

++ tumbleweed-cli-0.1.0.tar.xz -> tumbleweed-cli-0.2.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbleweed-cli-0.1.0/COPYING 
new/tumbleweed-cli-0.2.0/COPYING
--- old/tumbleweed-cli-0.1.0/COPYING1970-01-01 01:00:00.0 +0100
+++ new/tumbleweed-cli-0.2.0/COPYING2017-11-18 04:10:58.0 +0100
@@ -0,0 +1,345 @@
+Note that the only valid version of the GPL as far as the tumbleweed-cli
+is concerned is _this_ particular version of the license (ie v2, not
+v2.2 or v3.x or whatever), unless explicitly otherwise stated.
+
+
+
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc., 
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is 

commit nemo for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2017-11-19 11:12:52

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


Package is "nemo"

Sun Nov 19 11:12:52 2017 rev:20 rq:542730 version:3.6.3

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2017-11-13 
14:06:18.665337155 +0100
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2017-11-19 
11:12:57.555956959 +0100
@@ -1,0 +2,10 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 3.6.3:
+  * nemo-desktop-manager.c: Account for scale factor when using
+cinnamon- supplied monitor info. Cinnamon runs at a scale
+factor of 1 always, and things are scaled internally.
+  * dnd: Make sure to clear any source_fs pointers after dnd
+operations.
+
+---

Old:

  nemo-3.6.2.tar.gz

New:

  nemo-3.6.3.tar.gz



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.rRBrPi/_old  2017-11-19 11:12:58.371927208 +0100
+++ /var/tmp/diff_new_pack.rRBrPi/_new  2017-11-19 11:12:58.375927062 +0100
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.6.2
+Version:3.6.3
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0+

++ nemo-3.6.2.tar.gz -> nemo-3.6.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.2/configure.ac new/nemo-3.6.3/configure.ac
--- old/nemo-3.6.2/configure.ac 2017-10-24 13:26:17.0 +0200
+++ new/nemo-3.6.3/configure.ac 2017-11-17 11:52:45.0 +0100
@@ -19,7 +19,7 @@
 m4_define(nemo_extension_current,  5)
 m4_define(nemo_extension_revision, 0)
 
-AC_INIT(nemo, 3.6.2, https://github.com/linuxmint/nemo)
+AC_INIT(nemo, 3.6.3, https://github.com/linuxmint/nemo)
 
 dnl ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.2/debian/changelog 
new/nemo-3.6.3/debian/changelog
--- old/nemo-3.6.2/debian/changelog 2017-10-24 13:26:17.0 +0200
+++ new/nemo-3.6.3/debian/changelog 2017-11-17 11:52:45.0 +0100
@@ -1,3 +1,11 @@
+nemo (3.6.3) sylvia; urgency=medium
+
+  [ Michael Webster ]
+  * nemo-desktop-manager.c: Account for scale factor when using cinnamon- 
supplied monitor info.  Cinnamon runs at a scale factor of 1 always, and things 
are scaled internally.
+  * dnd: Make sure to clear any source_fs pointers after dnd operations.
+
+ -- Clement Lefebvre   Fri, 27 Oct 2017 11:03:15 +0100
+
 nemo (3.6.2) sylvia; urgency=medium
 
   [ Leigh Scott ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.2/libnemo-private/nemo-desktop-utils.c 
new/nemo-3.6.3/libnemo-private/nemo-desktop-utils.c
--- old/nemo-3.6.2/libnemo-private/nemo-desktop-utils.c 2017-10-24 
13:26:17.0 +0200
+++ new/nemo-3.6.3/libnemo-private/nemo-desktop-utils.c 2017-11-17 
11:52:45.0 +0100
@@ -162,4 +162,22 @@
 return FALSE;
 }
 
+gint
+nemo_desktop_utils_get_scale_factor (void)
+{
+guint scale;
+GValue value = G_VALUE_INIT;
+
+ensure_screen ();
+
+g_value_init (, G_TYPE_UINT);
+
+if (gdk_screen_get_setting (default_screen, "gdk-window-scaling-factor", 
)) {
+scale = g_value_get_uint ();
+} else {
+scale = 1;
+}
+
+return (gint) scale;
+}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.2/libnemo-private/nemo-desktop-utils.h 
new/nemo-3.6.3/libnemo-private/nemo-desktop-utils.h
--- old/nemo-3.6.2/libnemo-private/nemo-desktop-utils.h 2017-10-24 
13:26:17.0 +0200
+++ new/nemo-3.6.3/libnemo-private/nemo-desktop-utils.h 2017-11-17 
11:52:45.0 +0100
@@ -33,6 +33,7 @@
 gint nemo_desktop_utils_get_monitor_for_widget (GtkWidget *widget);
 gint nemo_desktop_utils_get_num_monitors (void);
 gboolean nemo_desktop_utils_get_monitor_cloned (gint monitor, gint x_primary);
+gint nemo_desktop_utils_get_scale_factor (void);
 
 G_END_DECLS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.6.2/libnemo-private/nemo-dnd.c 
new/nemo-3.6.3/libnemo-private/nemo-dnd.c
--- old/nemo-3.6.2/libnemo-private/nemo-dnd.c   2017-10-24 13:26:17.0 
+0200
+++ new/nemo-3.6.3/libnemo-private/nemo-dnd.c   2017-11-17 11:52:45.0 
+0100
@@ -395,10 +395,6 @@
 
 result = FALSE;
 
-if (target_file != NULL && source_fs_for_desktop != NULL) {
-
-

commit xed for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2017-11-19 11:12:29

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


Package is "xed"

Sun Nov 19 11:12:29 2017 rev:16 rq:542729 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/xed/xed.changes  2017-11-16 14:03:00.681283317 
+0100
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes 2017-11-19 
11:12:52.456142902 +0100
@@ -1,0 +2,6 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.6.2:
+  * xed-status-combo-box: Simplify the widget heirarchy.
+
+---

Old:

  xed-1.6.1.tar.gz

New:

  xed-1.6.2.tar.gz



Other differences:
--
++ xed.spec ++
--- /var/tmp/diff_new_pack.MvKirU/_old  2017-11-19 11:12:53.696097692 +0100
+++ /var/tmp/diff_new_pack.MvKirU/_new  2017-11-19 11:12:53.700097547 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xed
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:A text editor with highlighting
 License:GPL-2.0+

++ xed-1.6.1.tar.gz -> xed-1.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.6.1/configure.ac new/xed-1.6.2/configure.ac
--- old/xed-1.6.1/configure.ac  2017-11-15 14:11:47.0 +0100
+++ new/xed-1.6.2/configure.ac  2017-11-17 11:42:50.0 +0100
@@ -4,7 +4,7 @@
 
 m4_define(xed_major_version, 1)
 m4_define(xed_minor_version, 6)
-m4_define(xed_micro_version, 1)
+m4_define(xed_micro_version, 2)
 m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
 
 AC_INIT([xed], [xed_version],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.6.1/debian/changelog 
new/xed-1.6.2/debian/changelog
--- old/xed-1.6.1/debian/changelog  2017-11-15 14:11:47.0 +0100
+++ new/xed-1.6.2/debian/changelog  2017-11-17 11:42:50.0 +0100
@@ -1,3 +1,10 @@
+xed (1.6.2) sylvia; urgency=medium
+
+  [ JosephMcc ]
+  * xed-status-combo-box: Simplify the widget heirarchy (#185)
+
+ -- Clement Lefebvre   Fri, 17 Nov 2017 10:42:21 +
+
 xed (1.6.1) sylvia; urgency=medium
 
   * l10n: Fix localization in TextSize plugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xed-1.6.1/xed/xed-status-combo-box.c 
new/xed-1.6.2/xed/xed-status-combo-box.c
--- old/xed-1.6.1/xed/xed-status-combo-box.c2017-11-15 14:11:47.0 
+0100
+++ new/xed-1.6.2/xed/xed-status-combo-box.c2017-11-17 11:42:50.0 
+0100
@@ -30,7 +30,6 @@
 
 struct _XedStatusComboBoxPrivate
 {
-GtkWidget *frame;
 GtkWidget *button;
 GtkWidget *hbox;
 GtkWidget *label;
@@ -284,23 +283,6 @@
 }
 
 static void
-set_shadow_type (XedStatusComboBox *combo)
-{
-GtkStyleContext *context;
-GtkShadowType shadow_type;
-GtkWidget *statusbar;
-
-/* This is a hack needed to use the shadow type of a statusbar */
-statusbar = gtk_statusbar_new ();
-context = gtk_widget_get_style_context (statusbar);
-
-gtk_style_context_get_style (context, "shadow-type", _type, NULL);
-gtk_frame_set_shadow_type (GTK_FRAME (combo->priv->frame), shadow_type);
-
-gtk_widget_destroy (statusbar);
-}
-
-static void
 xed_status_combo_box_init (XedStatusComboBox *self)
 {
 GtkStyleContext *context;
@@ -309,20 +291,14 @@
 
 gtk_event_box_set_visible_window (GTK_EVENT_BOX (self), TRUE);
 
-self->priv->frame = gtk_frame_new (NULL);
-gtk_widget_show (self->priv->frame);
-
 self->priv->button = gtk_toggle_button_new ();
 gtk_button_set_relief (GTK_BUTTON (self->priv->button), GTK_RELIEF_NONE);
 gtk_widget_show (self->priv->button);
 
-set_shadow_type (self);
-
 self->priv->hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 3);
 gtk_widget_show (self->priv->hbox);
 
-gtk_container_add (GTK_CONTAINER (self), self->priv->frame);
-gtk_container_add (GTK_CONTAINER (self->priv->frame), self->priv->button);
+gtk_container_add (GTK_CONTAINER (self), self->priv->button);
 gtk_container_add (GTK_CONTAINER (self->priv->button), self->priv->hbox);
 
 self->priv->label = gtk_label_new ("");
@@ -361,10 +337,6 @@
 gtk_style_context_add_provider (context,
 GTK_STYLE_PROVIDER 
(XED_STATUS_COMBO_BOX_GET_CLASS (self)->priv->css),
 GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
-context = gtk_widget_get_style_context (GTK_WIDGET (self->priv->frame));
-gtk_style_context_add_provider (context,
-

commit slick-greeter for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package slick-greeter for openSUSE:Factory 
checked in at 2017-11-19 11:12:58

Comparing /work/SRC/openSUSE:Factory/slick-greeter (Old)
 and  /work/SRC/openSUSE:Factory/.slick-greeter.new (New)


Package is "slick-greeter"

Sun Nov 19 11:12:58 2017 rev:7 rq:542731 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/slick-greeter/slick-greeter.changes  
2017-11-10 14:56:19.938389622 +0100
+++ /work/SRC/openSUSE:Factory/.slick-greeter.new/slick-greeter.changes 
2017-11-19 11:13:03.407743598 +0100
@@ -1,0 +2,6 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.1.1:
+  * Settings: Reset config keys to default if not in config file.
+
+---

Old:

  slick-greeter-1.1.0.tar.gz

New:

  slick-greeter-1.1.1.tar.gz



Other differences:
--
++ slick-greeter.spec ++
--- /var/tmp/diff_new_pack.R9lFcS/_old  2017-11-19 11:13:04.295711223 +0100
+++ /var/tmp/diff_new_pack.R9lFcS/_new  2017-11-19 11:13:04.299711077 +0100
@@ -18,7 +18,7 @@
 
 %define _name   lightdm-slick-greeter
 Name:   slick-greeter
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:The slick-looking login screen application
 License:GPL-3.0 AND CC-BY-SA-3.0

++ slick-greeter-1.1.0.tar.gz -> slick-greeter-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.1.0/configure.ac 
new/slick-greeter-1.1.1/configure.ac
--- old/slick-greeter-1.1.0/configure.ac2017-11-03 22:30:18.0 
+0100
+++ new/slick-greeter-1.1.1/configure.ac2017-11-17 12:06:31.0 
+0100
@@ -2,7 +2,7 @@
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(slick-greeter, 1.1.0)
+AC_INIT(slick-greeter, 1.1.1)
 AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign subdir-objects])
 AM_PROG_CC_C_O
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.1.0/debian/changelog 
new/slick-greeter-1.1.1/debian/changelog
--- old/slick-greeter-1.1.0/debian/changelog2017-11-03 22:30:18.0 
+0100
+++ new/slick-greeter-1.1.1/debian/changelog2017-11-17 12:06:31.0 
+0100
@@ -1,3 +1,10 @@
+slick-greeter (1.1.1) sylvia; urgency=medium
+
+  [ Björn Esser ]
+  * Settings: Reset config keys to default if not in config file (#79)
+
+ -- Clement Lefebvre   Fri, 17 Nov 2017 11:06:00 +
+
 slick-greeter (1.1.0) sylvia; urgency=medium
 
   * l10n: Update translations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/slick-greeter-1.1.0/src/settings.vala 
new/slick-greeter-1.1.1/src/settings.vala
--- old/slick-greeter-1.1.0/src/settings.vala   2017-11-03 22:30:18.0 
+0100
+++ new/slick-greeter-1.1.1/src/settings.vala   2017-11-17 12:06:31.0 
+0100
@@ -107,108 +107,122 @@
 {
 try {
 var path = "/etc/lightdm/slick-greeter.conf";
+var gsettings = new Settings (SCHEMA);
+var keyfile = new KeyFile ();
+
 if (FileUtils.test (path, FileTest.EXISTS))
 {
-var gsettings = new Settings (SCHEMA);
-var keyfile = new KeyFile ();
 keyfile.load_from_file (path, KeyFileFlags.NONE);
+}
 
-if (keyfile.has_group (GROUP_NAME)) {
+var string_keys = new List ();
+string_keys.append (KEY_BACKGROUND);
+string_keys.append (KEY_BACKGROUND_COLOR);
+string_keys.append (KEY_LOGO);
+string_keys.append (KEY_OTHER_MONITORS_LOGO);
+string_keys.append (KEY_THEME_NAME);
+string_keys.append (KEY_ICON_THEME_NAME);
+string_keys.append (KEY_FONT_NAME);
+string_keys.append (KEY_PLAY_READY_SOUND);
+string_keys.append (KEY_XFT_HINTSTYLE);
+string_keys.append (KEY_XFT_RGBA);
+string_keys.append (KEY_ENABLE_HIDPI);
+
+var bool_keys = new List ();
+bool_keys.append (KEY_DRAW_USER_BACKGROUNDS);
+bool_keys.append (KEY_DRAW_GRID);
+bool_keys.append (KEY_SHOW_HOSTNAME);
+bool_keys.append (KEY_SHOW_POWER);
+bool_keys.append (KEY_SHOW_A11Y);
+bool_keys.append (KEY_SHOW_CLOCK);
+bool_keys.append (KEY_SHOW_KEYBOARD);
+bool_keys.append (KEY_SHOW_QUIT);
+bool_keys.append (KEY_XFT_ANTIALIAS);
+bool_keys.append (KEY_ACTIVATE_NUMLOCK);
+
+var int_keys = new List ();
+

commit tea for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package tea for openSUSE:Factory checked in 
at 2017-11-19 11:12:22

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


Package is "tea"

Sun Nov 19 11:12:22 2017 rev:3 rq:542728 version:44.1.0

Changes:

--- /work/SRC/openSUSE:Factory/tea/tea.changes  2017-09-26 21:17:41.702790977 
+0200
+++ /work/SRC/openSUSE:Factory/.tea.new/tea.changes 2017-11-19 
11:12:29.840967472 +0100
@@ -1,0 +2,7 @@
+Sat Nov 18 00:00:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 44.1.0:
+  * User loaded external fonts, causes a segfault on Qt 5.6.
+- Restore usage of /usr/share/metainfo/, zypper checks there now.
+
+---

Old:

  tea-44.0.0.tar.bz2

New:

  tea-44.1.0.tar.bz2



Other differences:
--
++ tea.spec ++
--- /var/tmp/diff_new_pack.tzUyik/_old  2017-11-19 11:12:33.636829071 +0100
+++ /var/tmp/diff_new_pack.tzUyik/_new  2017-11-19 11:12:33.640828925 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   tea
-Version:44.0.0
+Version:44.1.0
 Release:0
 Summary:Qt-based text editor with image viewer
 License:GPL-3.0+
@@ -60,8 +60,13 @@
 
 install -Dpm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 install -Dpm 0644 icons/%{name}-icon-v3-01.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+%if 0%{?suse_version} > 1320
+install -Dpm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/metainfo/%{name}.appdata.xml
+%else
 install -Dpm 0644 %{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+%endif
 
+%if 0%{?suse_version} <= 1320
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -69,14 +74,19 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS* README TODO
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}*.png
+%if 0%{?suse_version} > 1320
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/%{name}.appdata.xml
+%else
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
+%endif
 
 %changelog

++ tea-44.0.0.tar.bz2 -> tea-44.1.0.tar.bz2 ++
 4195 lines of diff (skipped)




commit firewalld for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package firewalld for openSUSE:Factory 
checked in at 2017-11-19 11:11:22

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


Package is "firewalld"

Sun Nov 19 11:11:22 2017 rev:21 rq:542569 version:0.4.4.6

Changes:

--- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes  2017-11-14 
14:45:06.242644367 +0100
+++ /work/SRC/openSUSE:Factory/.firewalld.new/firewalld.changes 2017-11-19 
11:11:30.263139750 +0100
@@ -1,0 +2,44 @@
+Thu Nov 16 08:41:27 UTC 2017 - mchand...@suse.de
+
+- Add combined upstream patch to support SUSE ifcfg network files.
+  * 0001-suse-ifcfg-files.patch (gh#firewalld/firewalld#262, fate#323460)
+
+---
+Wed Nov 15 12:36:09 UTC 2017 - mchand...@suse.de
+
+- Update to version 0.4.4.6
+  * firewall.core.fw_config: Fix check for icmp builtin name
+  * config.services: docker-swarm: fix incorrect attribute
+  * xmlschema/service.xsd: Fix protocol looking for name instead of value
+  * Add docker swarm service (gh#firewalld/firewalld#230)
+  * Adding FirewallD redis service (gh#firewalld/firewalld#248)
+  * Adding firewalld zabbix server and agent services 
(gh#firewalld/firewalld#221)
+  * firewall-offline-cmd: Don't require root for help output
+  * doc: firewall-cmd: Document --query-* options return codes
+  * firewall-cmd: Use colors only if output is a TTY
+  * core: Log unsupported ICMP types as informational only
+  * add bgp service to predefined services edit to config/Makefile.am
+  * Add git service
+  * Add kprop service
+  * minidlna definitions (gh#firewalld/firewalld#236)
+  * SpiderOak ONE listens on port 21327 and 21328
+  * autogen.sh: Allow skipping configure via NOCONFIGURE env var
+  * Add missing ports to RH-Satellite-6 service
+  * Reload nf_conntrack sysctls after the module is loaded
+  * Add NFSv3 service.
+  * config/Makefile.am: Add murmur service (a95eed1)
+  * add new service IRC
+  * firewall.core.prog: Simplify runProg output: Combine stderr and stdout
+  * firewall.core.fw: Fix possible dict size change in for loop
+  * firewall.core.fw: Use new firewalld git repo in firewalld organization
+  * config/firewall-config.appdata.xml.in: Use new firewalld git repo in 
firewalld organization
+  * firewall.core.fw_zone: Rich-rule ICMP type: Error only for conflicting 
family
+  * firewall.core.rich: Add checks for Rich_Source validation
+  * Handle also IPv6 with the zone masquerade flag
+  * Add IPv6 support for forward-ports in zones
+  * firewall.command: Enable parse_forward_port to work with IPv6 adresses
+  * firewall.core.fw_zone: Fix IPv6 address in rich rule forward ports
+  * add Murmur (Mumble server) service
+- spec file fixes to avoid rpmlint warnings about duplicate files.
+ 
+---

Old:

  firewalld-0.4.4.5.tar.gz

New:

  0001-suse-ifcfg-files.patch
  firewalld-0.4.4.6.tar.gz



Other differences:
--
++ firewalld.spec ++
--- /var/tmp/diff_new_pack.cOFvrD/_old  2017-11-19 11:11:31.371099352 +0100
+++ /var/tmp/diff_new_pack.cOFvrD/_new  2017-11-19 11:11:31.371099352 +0100
@@ -17,13 +17,16 @@
 
 
 Name:   firewalld
-Version:0.4.4.5
+Version:0.4.4.6
 Release:0
 Summary:A firewall daemon with D-Bus interface providing a dynamic 
firewall
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.firewalld.org
-Source: 
https://github.com/t-woerner/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM: 0001-suse-ifcfg-files.patch. Combined patch to support 
ifcfg files on SUSE based on
+# https://github.com/firewalld/firewalld/pull/262
+Patch:  0001-suse-ifcfg-files.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  desktop-file-utils
@@ -32,12 +35,12 @@
 # even though it is probably unlikely for paths to change in the future
 BuildRequires:  ebtables
 BuildRequires:  gettext
-BuildRequires:  ipset
-BuildRequires:  iptables
 BuildRequires:  glib2-devel
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  ipset
+BuildRequires:  iptables
 BuildRequires:  libxslt-tools
 BuildRequires:  python3-devel
 BuildRequires:  systemd-rpm-macros
@@ -87,13 +90,15 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 export PYTHON="python3"
 ./autogen.sh
 %configure \
   --enable-sysconfig \
-  --enable-rpmmacros
+  --enable-rpmmacros \
+  

commit gpsd for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package gpsd for openSUSE:Factory checked in 
at 2017-11-19 11:10:22

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


Package is "gpsd"

Sun Nov 19 11:10:22 2017 rev:44 rq:542188 version:3.16

Changes:

--- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes2017-04-11 
12:42:45.414993620 +0200
+++ /work/SRC/openSUSE:Factory/.gpsd.new/gpsd.changes   2017-11-19 
11:10:26.173476565 +0100
@@ -1,0 +2,5 @@
+Mon Nov 13 13:12:40 UTC 2017 - mplus...@suse.com
+
+- Rename python subpackage to python2
+
+---



Other differences:
--
++ gpsd.spec ++
--- /var/tmp/diff_new_pack.R23HHF/_old  2017-11-19 11:10:27.505428000 +0100
+++ /var/tmp/diff_new_pack.R23HHF/_new  2017-11-19 11:10:27.509427854 +0100
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(libusb-1.0)
-BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(udev)
 Requires:   udev
 Requires(pre):  %fillup_prereq
@@ -108,13 +108,14 @@
 This package provides the shared Qt library for gpsd and other GPS aware
 applications.
 
-%package -n python-gpsd
+%package -n python2-gpsd
 Summary:Client libraries in C and Python for talking to a running gpsd 
or GPS
 Group:  Development/Libraries/Python
+Provides:   python-gpsd = %{version}-%{release}
+Obsoletes:  python-gpsd < %{version}-%{release}
 Requires:   %{name} = %{version}
-%py_requires
 
-%description -n python-gpsd
+%description -n python2-gpsd
 This package provides python modules and tools for the gpsd shared libraries.
 You will need to have gpsd installed for it to work.
 
@@ -252,7 +253,7 @@
 %{_libdir}/pkgconfig/libgps*.pc
 %{_libdir}/pkgconfig/Qgpsmm.pc
 
-%files -n python-gpsd
+%files -n python2-gpsd
 %defattr(-,root,root)
 %{python_sitearch}/gps/
 






commit expat for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2017-11-19 11:10:58

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


Package is "expat"

Sun Nov 19 11:10:58 2017 rev:53 rq:542219 version:2.2.5

Changes:

--- /work/SRC/openSUSE:Factory/expat/expat.changes  2017-10-10 
11:40:52.685024781 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2017-11-19 
11:11:09.115910810 +0100
@@ -1,0 +2,104 @@
+Thu Nov 16 10:22:18 UTC 2017 - jeng...@inai.de
+
+- Expand description of expat-devel.
+
+---
+Thu Nov 16 09:04:25 UTC 2017 - mplus...@suse.com
+
+- Do not generate manpages from docbook
+- Temporarily disable profiling due to bug in build system
+
+---
+Wed Nov  8 20:01:31 UTC 2017 - aavind...@gmail.com
+
+- Version update to 2.2.5 Tue October 31 2017
+  * Bug fixes:
+- If the parser runs out of memory, make sure its internal
+  state reflects the memory it actually has, not the memory
+  it wanted to have.
+- The default handler wasn't being called when it should for
+  a SYSTEM or PUBLIC doctype if an entity declaration handler
+  was registered.
+- Fix a case of mistakenly reported parsing success where
+  XML_StopParser was called from an element handler
+- Function XML_ErrorString was returning NULL rather than
+  a message for code XML_ERROR_INVALID_ARGUMENT
+  introduced with release 2.2.1
+  * Other changes:
+- Add argument -N adding notation declarations
+- various compiler-specific fixes
+- Improve docbook2x-man detection
+- drop expat-docbook.patch
+  * fixed in 0f5186c7b8e503c669e332d944712de010b265f3
+- switch to github for release tarballs and website
+
+---
+Thu Oct 26 09:53:50 UTC 2017 - pmonrealgonza...@suse.com
+
+- Version update to 2.2.4 Sat August 19 2017
+  * Bug fixes:
+#115  Fix copying of partial characters for UTF-8 input
+  * Other changes:
+#109  Fix "make check" for non-x86 architectures that default
+to unsigned type char (-128..127 rather than 0..255)
+#109  coverage.sh: Cover -funsigned-char
+Autotools: Introduce --without-xmlwf argument
+ #65  Autotools: Replace handwritten Makefile with GNU Automake
+ #43  CMake: Auto-detect high quality entropy extractors, add new
+option USE_libbsd=ON to use arc4random_buf of libbsd
+ #74  CMake: Add -fno-strict-aliasing only where supported
+#114  CMake: Always honor manually set BUILD_* options
+#114  CMake: Compile man page if docbook2x-man is available, only
+#117  Include file tests/xmltest.log.expected in source tarball
+(required for "make run-xmltest")
+#111  Fix some typos in documentation
+Version info bumped from 7:5:6 to 7:6:6
+
+- Release 2.2.3 Wed August 2 2017
+  *  Bug fixes:
+ #85  Fix a dangling pointer issue related to realloc
+  * Other changes:
+ #91  Linux: Allow getrandom to fail if nonblocking pool has not
+yet been initialized and read /dev/urandom then, instead.
+  This is in line with what recent Python does.
+ #86  Check that a UTF-16 encoding in an XML declaration has the
+right endianness
+#4 #5 #7  Recover correctly when some reallocations fail
+  Repair "./configure && make" for systems without any
+provider of high quality entropy
+and try reading /dev/urandom on those
+  Ensure that user-defined character encodings have converter
+functions when they are needed
+  Fix mis-leading description of argument -c in xmlwf.1
+  Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__)
+for CloudABI
+#100  Fix use of SIPHASH_MAIN in siphash.h
+ #23  Test suite: Fix memory leaks
+Version info bumped from 7:4:6 to 7:5:6
+
+- Release 2.2.2 Wed July 12 2017
+  * Security fixes:
+ #43  Protect against compilation without any source of high
+quality entropy enabled, e.g. with CMake build system;
+  * [MOX-006] Fix non-NULL parser parameter validation in XML_Parse;
+resulted in NULL dereference, previously;
+  * Bug fixes:
+ #69  Fix improper use of unsigned long long integer literals
+  * Other changes:
+ #73  Start requiring a C99 compiler
+ #49  Fix "==" Bashism in configure script
+ #58  Address compile warnings
+ #68  Fix "./buildconf.sh && ./configure" for some versions
+of Dash for /bin/sh
+ #72  CMake: Ease use of Expat in context of a parent project
+with multiple CMakeLists.txt files

commit xcb-proto for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package xcb-proto for openSUSE:Factory 
checked in at 2017-11-19 11:10:30

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


Package is "xcb-proto"

Sun Nov 19 11:10:30 2017 rev:8 rq:542206 version:7.6_1.12

Changes:

--- /work/SRC/openSUSE:Factory/xcb-proto/xcb-proto.changes  2017-11-04 
19:28:19.611230856 +0100
+++ /work/SRC/openSUSE:Factory/.xcb-proto.new/xcb-proto.changes 2017-11-19 
11:10:35.597132961 +0100
@@ -1,0 +2,7 @@
+Thu Nov 16 10:09:19 UTC 2017 - dims...@opensuse.org
+
+- Shrink dep-chain: we only need a python interpreter, not the
+  entire devel suite. Replace python[23]-devel BuildRequires with
+  python[23]-base.
+
+---



Other differences:
--
++ xcb-proto.spec ++
--- /var/tmp/diff_new_pack.OA6Rn1/_old  2017-11-19 11:10:38.185038602 +0100
+++ /var/tmp/diff_new_pack.OA6Rn1/_new  2017-11-19 11:10:38.189038456 +0100
@@ -31,8 +31,8 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
-BuildRequires:  python2-devel
-BuildRequires:  python3-devel
+BuildRequires:  python2-base
+BuildRequires:  python3-base
 
 %description
 The XCB protocol headers for X11 development. xcb-proto provides the




commit GeoIP for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package GeoIP for openSUSE:Factory checked 
in at 2017-11-19 11:11:14

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


Package is "GeoIP"

Sun Nov 19 11:11:14 2017 rev:32 rq:542228 version:1.6.11

Changes:

--- /work/SRC/openSUSE:Factory/GeoIP/GeoIP.changes  2016-06-19 
10:49:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.GeoIP.new/GeoIP.changes 2017-11-19 
11:11:14.371719175 +0100
@@ -1,0 +2,15 @@
+Thu Nov 16 10:09:53 UTC 2017 - jeng...@inai.de
+
+- Rectify RPM groups.
+  Remove pointless --with-pic since there are no static libs.
+
+---
+Thu Nov 16 09:46:12 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.6.11:
+  * Fix use of a NULL pointer when opening a corrupt database with
+GeoIP_open
+  * GeoIP_database_info now returns the full version string rather
+than incorrectly truncating it.
+
+---

Old:

  GeoIP-1.6.9.tar.gz

New:

  GeoIP-1.6.11.tar.gz



Other differences:
--
++ GeoIP.spec ++
--- /var/tmp/diff_new_pack.IqXCEs/_old  2017-11-19 11:11:15.039694819 +0100
+++ /var/tmp/diff_new_pack.IqXCEs/_new  2017-11-19 11:11:15.039694819 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package GeoIP
 #
-# 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:   GeoIP
-Version:1.6.9
+Version:1.6.11
 Release:0
 Summary:Library to find the country that any IP address originates from
 License:LGPL-2.1+
@@ -32,11 +32,8 @@
 Source6:geoip-asn-csv-to-dat.cpp
 Source7:v4-to-v6-layout.pl
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
+BuildRequires:  pkgconfig
 Recommends: curl
-%endif
 
 %description
 GeoIP is a C library that enables the user to find the country that any
@@ -49,26 +46,21 @@
 automically each month.
 
 %package data
-Summary:Free GeoLite country-data for GeoIP
+Summary:GeoLite country data for GeoIP
 License:CC-BY-SA-3.0
-Group:  Development/Libraries/C and C++
-%if 0%{?suse_version} >= 1310
+Group:  Productivity/Networking/Other
 BuildArch:  noarch
-%endif
 
 %description data
 This package includes GeoLite data created by MaxMind, available from
-http://www.maxmind.com/
+http://www.maxmind.com
 
 %package -n lib%{name}1
 Summary:Shared libraries of the GeoIP C API
 License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
+Group:  System/Libraries
 Requires:   %{name}-data
-# for the data file
-%if 0%{?suse_version}
 Recommends: GeoIP
-%endif
 
 %description -n lib%{name}1
 GeoIP is a C library that enables the user to find the country that any
@@ -109,8 +101,7 @@
 
 %build
 %configure \
-  --disable-static \
-  --with-pic
+  --disable-static
 
 sed -i -e '/-DGEOIPDATADIR/s,\$(pkgdatadir),%{_localstatedir}/lib/GeoIP,' 
libGeoIP/Makefile{.am,.in,}
 sed -i -e 's,\$(pkgdatadir),%{_localstatedir}/lib/GeoIP,' 
man/Makefile{.am,.in,}
@@ -118,18 +109,18 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 install -d %{buildroot}%{_localstatedir}/lib/GeoIP 
%{buildroot}%{_prefix}/lib/geoip/
 install data/* %{buildroot}%{_localstatedir}/lib/GeoIP/
 #
-g++ %{optflags} -I %{buildroot}%{_includedir} -L %{buildroot}%{_libdir} -o 
%{buildroot}%{_prefix}/lib/geoip/geoip-generator %{S:5} -lGeoIP
-g++ %{optflags} -I %{buildroot}%{_includedir} -L %{buildroot}%{_libdir} -o 
%{buildroot}%{_prefix}/lib/geoip/geoip-generator-asn %{S:6} -lGeoIP
-install -m 0755 %{S:7} %{buildroot}%{_prefix}/lib/geoip/
+g++ %{optflags} -I %{buildroot}%{_includedir} -L %{buildroot}%{_libdir} -o 
%{buildroot}%{_prefix}/lib/geoip/geoip-generator %{SOURCE5} -lGeoIP
+g++ %{optflags} -I %{buildroot}%{_includedir} -L %{buildroot}%{_libdir} -o 
%{buildroot}%{_prefix}/lib/geoip/geoip-generator-asn %{SOURCE6} -lGeoIP
+install -m 0755 %{SOURCE7} %{buildroot}%{_prefix}/lib/geoip/
 # do not ship these
 rm %{buildroot}%{_libdir}/libGeoIP.la
 # install fetcher
-install -D -m 0755 %{SOURCE3} %{buildroot}%{_sbindir}/geoip-fetch
+install -Dpm 0755 %{SOURCE3} %{buildroot}%{_sbindir}/geoip-fetch
 
 %if 0%{?suse_version} < 1300
 # Reset files that will be packaged as %%ghost (needed for old rpm)
@@ -146,11 +137,9 @@
 %endif
 
 

commit git for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2017-11-19 11:10:40

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


Package is "git"

Sun Nov 19 11:10:40 2017 rev:208 rq:542209 version:2.15.0

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2017-11-14 14:44:30.015960806 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2017-11-19 
11:10:45.932756106 +0100
@@ -1,0 +2,8 @@
+Thu Nov  9 18:46:12 UTC 2017 - jmate...@suse.com
+
+- split off p4 to a subpackage (bsc#1067502)
+- do not buildrequire asciidoc (dependent on Python 2) when
+  not building docs
+- switch to Python 3 for tests
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.W9uQya/_old  2017-11-19 11:10:48.908647600 +0100
+++ /var/tmp/diff_new_pack.W9uQya/_new  2017-11-19 11:10:48.912647454 +0100
@@ -25,6 +25,8 @@
 %bcond_with git_gnome_keyring 
 %endif
 
+%bcond_without docs
+
 Name:   git
 Version:2.15.0
 Release:0
@@ -57,7 +59,9 @@
 Patch9: git-gui-tclIndex.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  apache2
+%if %{with docs}
 BuildRequires:  asciidoc
+%endif
 BuildRequires:  curl
 BuildRequires:  fdupes
 BuildRequires:  gpg2
@@ -72,7 +76,7 @@
 %endif
 BuildRequires:  pcre2-devel
 BuildRequires:  perl-Error
-BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  sgml-skel
 BuildRequires:  tcsh
 BuildRequires:  update-desktop-files
@@ -177,6 +181,16 @@
 Tools for importing GNU Arch repositories to the GIT version control
 system.
 
+%package p4
+Summary:Git tools for importing Perforce repositories
+Group:  Development/Tools/Version Control
+Requires:   git-core = %{version}
+Requires:   python2-base
+
+%description p4
+Tools for importing Perforce repositories to the GIT version control
+system.
+
 %package email
 Summary:Git tools for sending email
 Group:  Development/Tools/Version Control
@@ -265,6 +279,7 @@
 %if 0%{?suse_version} > 1320
DC_SHA1_EXTERNAL=YesPlease \
 %endif
+   PYTHON_PATH=%{_bindir}/python3 \
USE_LIBPCRE2=YesPlease \
V=1 \
prefix=%{_prefix} mandir=%{_mandir} \
@@ -305,9 +320,9 @@
 ###
 ./.make -C contrib/subtree install
 %{!?_without_docs: ./.make -C contrib/subtree install-doc}
-(find $RPM_BUILD_ROOT%{_bindir} -type f -o -type l | grep -vE 
"archimport|svn|cvs|email|gitk|git-daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)   
> bin-man-doc-files
-(find $RPM_BUILD_ROOT%{gitexecdir} ! -type d | grep -vE 
"archimport|svn|cvs|email|gitk|git-daemon|gui" | sed -e s@^$RPM_BUILD_ROOT@@)   
>> bin-man-doc-files
-(find $RPM_BUILD_ROOT%{_mandir} -type f | grep -vE 
"archimport|svn|git-cvs|email|gitk|git-daemon|gui" | sed -e 
s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
+(find $RPM_BUILD_ROOT%{_bindir} -type f -o -type l | grep -vE 
"archimport|p4|svn|cvs|email|gitk|git-daemon|gui" | sed -e 
s@^$RPM_BUILD_ROOT@@)   > bin-man-doc-files
+(find $RPM_BUILD_ROOT%{gitexecdir} ! -type d | grep -vE 
"archimport|p4|svn|cvs|email|gitk|git-daemon|gui" | sed -e 
s@^$RPM_BUILD_ROOT@@)   >> bin-man-doc-files
+(find $RPM_BUILD_ROOT%{_mandir} -type f | grep -vE 
"archimport|p4|svn|git-cvs|email|gitk|git-daemon|gui" | sed -e 
s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
 ( pushd perl
   perl Makefile.PL
   make -f perl.mak DESTDIR=%{buildroot}  install_vendor
@@ -417,6 +432,12 @@
 %{gitexecdir}/git-archimport
 %{!?_without_docs: %{_mandir}/man1/git-archimport.1*}
 
+%files p4
+%defattr(-,root,root)
+%{gitexecdir}/git-p4
+%{gitexecdir}/mergetools/p4merge
+%{!?_without_docs: %{_mandir}/man1/git-p4.1*}
+
 %files email
 %defattr(-,root,root)
 %{gitexecdir}/*email*






commit python-coverage for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2017-11-19 11:09:42

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


Package is "python-coverage"

Sun Nov 19 11:09:42 2017 rev:32 rq:542485 version:4.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2017-11-11 14:18:11.846297646 +0100
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 
2017-11-19 11:10:05.798219488 +0100
@@ -1,0 +2,6 @@
+Thu Nov  9 19:10:43 UTC 2017 - jmate...@suse.com
+
+- test presence of python2 (not just if it is skipped; two different
+  things now, unfortunately)
+
+---



Other differences:
--
++ python-coverage.spec ++
--- /var/tmp/diff_new_pack.yy4QkV/_old  2017-11-19 11:10:07.618153129 +0100
+++ /var/tmp/diff_new_pack.yy4QkV/_new  2017-11-19 11:10:07.622152984 +0100
@@ -54,10 +54,10 @@
 %install
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/coverage
-%if ! 0%{?skip_python2}
+%if 0%{?have_python2} && ! 0%{?skip_python2}
 ln -sf coverage-%{python2_version} %{buildroot}%{_bindir}/coverage2
 %endif
-%if ! 0%{?skip_python3}
+%if 0%{?have_python3} && ! 0%{?skip_python3}
 ln -sf coverage-%{python3_version} %{buildroot}%{_bindir}/coverage3
 %endif
 




commit lzop for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package lzop for openSUSE:Factory checked in 
at 2017-11-19 11:09:13

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


Package is "lzop"

Sun Nov 19 11:09:13 2017 rev:10 rq:542230 version:1.04

Changes:

--- /work/SRC/openSUSE:Factory/lzop/lzop.changes2017-11-14 
14:25:39.533156100 +0100
+++ /work/SRC/openSUSE:Factory/.lzop.new/lzop.changes   2017-11-19 
11:09:24.211735823 +0100
@@ -1,0 +2,5 @@
+Mon Nov 13 22:01:34 UTC 2017 - jeng...@inai.de
+
+- Remove bias from descriptions.
+
+---



Other differences:
--
++ lzop.spec ++
--- /var/tmp/diff_new_pack.RKjqOL/_old  2017-11-19 11:09:24.707717739 +0100
+++ /var/tmp/diff_new_pack.RKjqOL/_new  2017-11-19 11:09:24.707717739 +0100
@@ -19,7 +19,7 @@
 Name:   lzop
 Version:1.04
 Release:0
-Summary:The fastest compressor and decompressor around
+Summary:Dictionary-based LZ-type compressor favoring speed
 License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
 Url:http://www.lzop.org
@@ -29,8 +29,8 @@
 BuildRequires:  lzo-devel
 
 %description
-lzop is a file compressor similar to gzip. Its main advantages over gzip
-are much higher compression and decompression speed at the cost
+lzop is a general-purpose file compressor similar to gzip.
+It favors higher compression and decompression speed at the cost
 of compression ratio.
 
 lzop was designed with the following goals in mind:




commit pciutils-ids for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory 
checked in at 2017-11-19 11:08:59

Comparing /work/SRC/openSUSE:Factory/pciutils-ids (Old)
 and  /work/SRC/openSUSE:Factory/.pciutils-ids.new (New)


Package is "pciutils-ids"

Sun Nov 19 11:08:59 2017 rev:304 rq:542224 version:20171021

Changes:

--- /work/SRC/openSUSE:Factory/pciutils-ids/pciutils-ids.changes
2017-10-28 14:20:40.865752791 +0200
+++ /work/SRC/openSUSE:Factory/.pciutils-ids.new/pciutils-ids.changes   
2017-11-19 11:09:22.619793869 +0100
@@ -1,0 +2,5 @@
+Thu Nov  9 10:43:40 UTC 2017 - jzelazk...@suse.com
+
+- Update to 20171021
+
+---

Old:

  pciutils-ids-20171018.tar.xz

New:

  pciutils-ids-20171021.tar.xz



Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.rjWxjx/_old  2017-11-19 11:09:23.243771117 +0100
+++ /var/tmp/diff_new_pack.rjWxjx/_new  2017-11-19 11:09:23.243771117 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pciutils-ids
-Version:20171018
+Version:20171021
 Release:0
 Summary:PCI utilities's pci.ids database
 License:GPL-2.0+

++ pciutils-ids-20171018.tar.xz -> pciutils-ids-20171021.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pciutils-ids-20171018/pci.ids 
new/pciutils-ids-20171021/pci.ids
--- old/pciutils-ids-20171018/pci.ids   2017-10-18 03:15:07.0 +0200
+++ new/pciutils-ids-20171021/pci.ids   2017-10-21 03:15:07.0 +0200
@@ -1,8 +1,8 @@
 #
 #  List of PCI ID's
 #
-#  Version: 2017.10.18
-#  Date:2017-10-18 03:15:02
+#  Version: 2017.10.21
+#  Date:2017-10-21 03:15:01
 #
 #  Maintained by Albert Pool, Martin Mares, and other volunteers from
 #  the PCI ID Project at http://pci-ids.ucw.cz/.
@@ -1598,6 +1598,7 @@
103c 8006  FirePro M4170
17aa 3643  Radeon R7 A360
6605  Opal PRO [Radeon R7 M260]
+   103c 2259  FirePro M4150
6606  Mars XTX [Radeon HD 8790M]
1028 0684  FirePro W4170M
6607  Mars LE [Radeon HD 8530M / R5 M240]
@@ -4040,10 +4041,13 @@
1438  Liverpool Processor Root Port
1439  Family 16h Processor Functions 5:1
1450  Family 17h (Models 00h-0fh) Root Complex
+   1451  Family 17h (Models 00h-0fh) I/O Memory Management Unit
1452  Family 17h (Models 00h-0fh) PCIe Dummy Host Bridge
1454  Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B
+   1456  Family 17h (Models 00h-0fh) Platform Security Processor
+   1457  Family 17h (Models 00h-0fh) HD Audio Controller
145b  Zeppelin Non-Transparent Bridge
-   145c  USB3 Host Controller
+   145c  Family 17h (Models 00h-0fh) USB 3.0 Host Controller
145f  USB 3.0 Host controller
1460  Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0
1461  Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1
@@ -4137,7 +4141,9 @@
43a1  Hudson PCI to PCI bridge (PCIE port 1)
43a2  Hudson PCI to PCI bridge (PCIE port 2)
43a3  Hudson PCI to PCI bridge (PCIE port 3)
-   43bb  USB 3.1 XHCI Controller
+   43b4  300 Series Chipset PCIe Port
+   43b7  300 Series Chipset SATA Controller
+   43bb  300 Series Chipset USB 3.1 xHCI Controller
7006  AMD-751 [Irongate] System Controller
7007  AMD-751 [Irongate] AGP Bridge
700a  AMD-IGR4 AGP Host to PCI Bridge
@@ -10826,7 +10832,7 @@
13fb  GM204GLM [Quadro M5500]
1401  GM206 [GeForce GTX 960]
1402  GM206 [GeForce GTX 950]
-   1406  GM206 [GeForce GTX 960]
+   1406  GM206 [GeForce GTX 960 OEM]
1407  GM206 [GeForce GTX 750 v2]
1427  GM206M [GeForce GTX 965M]
1430  GM206GL [Quadro M2000]
@@ -19173,12 +19179,14 @@
7016  AP470 48-Channel TTL Level Digital Input/Output Module
7017  AP323 16-bit, 20 or 40 Channel Analog Input Module
7018  AP408: 32-Channel Digital I/O Module
+   7019  AP341 14-bit, 16-Channel Simultaneous Conversion Analog Input 
Module
701a  AP220-16 12-Bit, 16-Channel Analog Output Module
701b  AP231-16 16-Bit, 16-Channel Analog Output Module
7021  APA7-201 Reconfigurable Artix-7 FPGA module 48 TTL channels
7022  APA7-202 Reconfigurable Artix-7 FPGA module 24 RS485 channels
7023  APA7-203 Reconfigurable Artix-7 FPGA module 24 TTL & 12 RS485 
channels
7024  APA7-204 Reconfigurable Artix-7 FPGA module 24 LVDS channels
+   7027  AP418 16-Channel High Voltage Digital Input/Output Module
7042  

commit konversation for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2017-11-19 11:09:26

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


Package is "konversation"

Sun Nov 19 11:09:26 2017 rev:53 rq:542472 version:1.7.4

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2017-11-16 14:42:33.803298449 +0100
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2017-11-19 11:09:42.855056044 +0100
@@ -1,0 +2,10 @@
+Wed Nov 15 09:09:33 UTC 2017 - wba...@tmo.at
+
+- Update to 1.7.4:
+  * Fixed a bug causing the size of a custom chat text view font
+set via the configuration dialog to be ignored. A font size
+modification done via the Enlarge/Decrease Font Size actions
+is now applied on top of the configured size (or the system
+default font size, respectively).
+
+---

Old:

  konversation-1.7.3.tar.xz

New:

  konversation-1.7.4.tar.xz



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.znaLmj/_old  2017-11-19 11:09:43.707024980 +0100
+++ /var/tmp/diff_new_pack.znaLmj/_new  2017-11-19 11:09:43.707024980 +0100
@@ -19,7 +19,7 @@
 %define kf5_version 5.25.0
 
 Name:   konversation
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:A graphical IRC client by KDE
 License:GPL-2.0+

++ konversation-1.7.3.tar.xz -> konversation-1.7.4.tar.xz ++
 2231 lines of diff (skipped)




commit ceph for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package ceph for openSUSE:Factory checked in 
at 2017-11-19 11:09:19

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


Package is "ceph"

Sun Nov 19 11:09:19 2017 rev:24 rq:542252 
version:12.2.1+git.1510221942.af9ea5e715

Changes:

--- /work/SRC/openSUSE:Factory/ceph/ceph-test.changes   2017-11-10 
14:38:09.305821966 +0100
+++ /work/SRC/openSUSE:Factory/.ceph.new/ceph-test.changes  2017-11-19 
11:09:36.227297708 +0100
@@ -1,0 +2,22 @@
+Thu Nov 09 12:00:20 UTC 2017 - ncut...@suse.com
+
+- Update to version 12.2.1+git.1510221942.af9ea5e715:
+  + bsc#1066502
+* mon/osd_metadata: sync osd_metadata table
+* mon/OSDMonitor: tidy prefix definitions
+* mon: implement MDSMonitor::get_store_prefixes
+* mon/mgr: sync mgr_command_descs table and mgr_metadata table
+* mon/MgrMonitor: populate on-disk cmd descs if empty on upgrade
+* mon/MgrMonitor: read cmd descs if empty on update_from_paxos()
+  + bsc#1067088
+* osd: make the PG's SORTBITWISE assert a more generous shutdown
+  + bsc#1066182
+* rgw: ListBucketIndexesCR spawns entries_index after listing metadata
+* rgw: fix error handling in ListBucketIndexesCR
+* rgw: RGWDataSyncControlCR retries on all errors
+  + RGW fixes:
+* test/rgw: add test_multipart_object_sync
+* cls/rgw: increment header version to avoid overwriting bilog entries
+* rgw: disable dynamic resharding in multisite environment
+
+---
ceph.changes: same change

Old:

  ceph-12.2.1+git.1509128342.9347aa6662.tar.bz2

New:

  ceph-12.2.1+git.1510221942.af9ea5e715.tar.bz2



Other differences:
--
++ ceph-test.spec ++
--- /var/tmp/diff_new_pack.853de0/_old  2017-11-19 11:09:41.239114965 +0100
+++ /var/tmp/diff_new_pack.853de0/_new  2017-11-19 11:09:41.239114965 +0100
@@ -68,7 +68,7 @@
 # main package definition
 
#
 Name: ceph-test
-Version: 12.2.1+git.1509128342.9347aa6662
+Version: 12.2.1+git.1510221942.af9ea5e715
 Release: 0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2

++ ceph.spec ++
--- /var/tmp/diff_new_pack.853de0/_old  2017-11-19 11:09:41.267113945 +0100
+++ /var/tmp/diff_new_pack.853de0/_new  2017-11-19 11:09:41.267113945 +0100
@@ -68,7 +68,7 @@
 # main package definition
 
#
 Name:  ceph
-Version:   12.2.1+git.1509128342.9347aa6662
+Version:   12.2.1+git.1510221942.af9ea5e715
 Release:   0%{?dist}
 %if 0%{?fedora} || 0%{?rhel}
 Epoch: 2

++ _servicedata ++
--- /var/tmp/diff_new_pack.853de0/_old  2017-11-19 11:09:41.339111320 +0100
+++ /var/tmp/diff_new_pack.853de0/_new  2017-11-19 11:09:41.34374 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/SUSE/ceph.git
-  9347aa6662313f7891a148553250cf7440d14d38
\ No newline at end of file
+  af9ea5e71523250936836ac9ded7019b8c8eeab2
\ No newline at end of file

++ ceph-12.2.1+git.1509128342.9347aa6662.tar.bz2 -> 
ceph-12.2.1+git.1510221942.af9ea5e715.tar.bz2 ++
/work/SRC/openSUSE:Factory/ceph/ceph-12.2.1+git.1509128342.9347aa6662.tar.bz2 
/work/SRC/openSUSE:Factory/.ceph.new/ceph-12.2.1+git.1510221942.af9ea5e715.tar.bz2
 differ: char 11, line 1




commit libftdi1 for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package libftdi1 for openSUSE:Factory 
checked in at 2017-11-19 11:09:08

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


Package is "libftdi1"

Sun Nov 19 11:09:08 2017 rev:16 rq:542226 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/libftdi1/libftdi1.changes2017-07-21 
22:35:49.311644789 +0200
+++ /work/SRC/openSUSE:Factory/.libftdi1.new/libftdi1.changes   2017-11-19 
11:09:23.515761200 +0100
@@ -1,0 +2,19 @@
+Tue Nov  7 13:39:39 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.4:
+  * New ftdi_usb_open_bus_addr() open function
+  * Use BM/R series baud rate computation for FT230X
+  * ftdi_get_error_string() now returns const char*
+  * C++ API: Ability to open devices with empty descriptor strings
+  * C++ API: Fix enumerations for buffer purge and modem controls
+  * small build fixes and improvements in the python examples
+  * ftdi_eeprom / eeprom handling:
++ New API function: ftdi_eeprom_get_strings()
++ Fix USE_SERIAL handling for 230X type chips
++ Make ftdi_read_eeprom_location() endianness independent
++ Fix flashing of FT245R
+- Build python3 version of bindings on Factory
+- Rename python bindings subpackage to match singlespec conventions
+- Run spec-cleaner
+
+---

Old:

  libftdi1-1.3.tar.bz2

New:

  libftdi1-1.4.tar.bz2



Other differences:
--
++ libftdi1.spec ++
--- /var/tmp/diff_new_pack.EGWF7N/_old  2017-11-19 11:09:23.951745303 +0100
+++ /var/tmp/diff_new_pack.EGWF7N/_new  2017-11-19 11:09:23.955745158 +0100
@@ -18,30 +18,30 @@
 
 %define sover -2
 %define libname %{name}%{sover}
-
 Name:   libftdi1
-Version:1.3
+Version:1.4
 Release:0
 Summary:Library to program and control the FTDI USB controller
-License:LGPL-2.1+ and GPL-2.0-with-classpath-exception
+License:LGPL-2.1+ AND GPL-2.0-with-classpath-exception
 Group:  Hardware/Other
 Url:http://www.intra2net.com/en/developer/libftdi
 Source: 
http://www.intra2net.com/en/developer/libftdi/download/libftdi1-%{version}.tar.bz2
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libconfuse-devel
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pkgconfig
+BuildRequires:  swig
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+BuildRequires:  python3-devel
+BuildRequires:  python3-xml
+%else
+BuildRequires:  boost-devel
 BuildRequires:  python-devel
 BuildRequires:  python-xml
-BuildRequires:  swig
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%endif
 
 %description
 Library to program and control the FTDI USB controller.
@@ -55,18 +55,29 @@
 Library to program and control the FTDI USB controller.
 This library is used by many programs accessing FTDI USB-to-RS232 converters.
 
+%if 0%{?suse_version} > 1325
+%package -n python3-%{name}
+Summary:Python 3 binding for libftdi1
+Group:  Development/Languages/Python
 
-%package binding-python
-Summary:Python binding for libftdi
+%description -n python3-%{name}
+Library to program and control the FTDI USB controller.
+This library is used by many programs accessing FTDI USB-to-RS232 converters.
+
+This package provides the python binding for libftdi.
+%else
+%package -n python2-%{name}
+Summary:Python 2 binding for libftdi1
 Group:  Development/Languages/Python
-Requires:   %{libname} = %{version}
-Requires:   swig
+Provides:   binding-python = %{version}
+Obsoletes:  binding-python < %{version}
 
-%description binding-python
+%description -n python2-%{name}
 Library to program and control the FTDI USB controller.
 This library is used by many programs accessing FTDI USB-to-RS232 converters.
 
 This package provides the python binding for libftdi.
+%endif
 
 %package devel
 Summary:Header files and static libraries for libftdi
@@ -83,7 +94,7 @@
 
 %build
 %cmake
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -98,18 +109,22 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %doc AUTHORS COPYING* LICENSE README
 %{_libdir}/libftdi*.so.*
 
-%files binding-python
-%defattr(-,root,root)
+%if 0%{?suse_version} > 1325
+%files -n python3-%{name}
+%doc python/examples/*.py
+%{python3_sitearch}/_ftdi1.so
+%{python3_sitearch}/ftdi1.py
+%else
+%files -n python2-%{name}
 %doc python/examples/*.py
 %{python_sitearch}/_ftdi1.so
 %{python_sitearch}/ftdi1.py

commit opencv for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2017-11-19 11:08:51

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


Package is "opencv"

Sun Nov 19 11:08:51 2017 rev:68 rq:541269 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv.changes2017-07-25 
11:35:35.601037204 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes   2017-11-19 
11:09:18.851931255 +0100
@@ -1,0 +2,38 @@
+Mon Nov 13 09:21:35 UTC 2017 - mplus...@suse.com
+
+- Update licensing information
+
+---
+Wed Nov  8 11:21:42 UTC 2017 - ec...@opensuse.org
+
+- change requires of python-numpy-devel to build in Leap and
+  to not break factory in future
+
+---
+Sat Nov  4 10:42:02 UTC 2017 - ec...@opensuse.org
+
+- fix build error/unresolvable for Leap 42.2 and 42.3
+
+---
+Fri Nov  3 08:34:20 UTC 2017 - mplus...@suse.com
+
+- Update to version 3.3.1:
+  * Lots of various bugfixes
+- Update source url
+
+---
+Thu Nov  2 15:06:21 UTC 2017 - mplus...@suse.com
+
+- Rename python subpackage to python2
+- Do not explicitly require python-base for python subpackages
+
+---
+Mon Oct  9 05:06:36 UTC 2017 - kah0...@gmail.com
+
+- Update to 3.3
+- Dropped obsolete patches
+   * opencv-gcc6-fix-pch-support-PR8345.patch
+* opencv-gles.patch 
+- Updated opencv-build-compare.patch
+
+---

Old:

  3.2.0.tar.gz
  opencv-gcc6-fix-pch-support-PR8345.patch
  opencv-gles.patch

New:

  opencv-3.3.1.tar.gz



Other differences:
--
++ opencv.spec ++
--- /var/tmp/diff_new_pack.v0Ae3K/_old  2017-11-19 11:09:20.931855416 +0100
+++ /var/tmp/diff_new_pack.v0Ae3K/_new  2017-11-19 11:09:20.935855270 +0100
@@ -17,27 +17,24 @@
 
 
 %define libname lib%{name}
-%define soname 3_2
+%define soname 3_3
 # disabled by default as many fail
 %bcond_with tests
 %bcond_without qt5
 %bcond_without ffmpeg
 Name:   opencv
-Version:3.2.0
+Version:3.3.1
 Release:0
 Summary:Collection of algorithms for computer vision
-License:BSD-3-Clause
+# GPL-2.9 AND Apache-2.0 files are in 3rdparty/ittnotify which is not build
+License:BSD-3-Clause AND GPL-2.0 AND Apache-2.0
 Group:  Development/Libraries/C and C++
 Url:http://opencv.org/
-Source0:https://github.com/Itseez/opencv/archive/%{version}.tar.gz
+Source0:
https://github.com/opencv/opencv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # This is the FACE module from the opencv_contrib package. Packaged separately 
to prevent too much usntable modules
 Source1:opencv_contrib_face-3.1.0.tar.bz2
-# PATCH-FIX-UPSTREAM opencv-gles.patch -- Make sure 
PERSPECTIVE_CORRECTION_HINT is validated first
-Patch1: opencv-gles.patch
 # PATCH-FIX-OPENSUSE opencv-build-compare.patch -- avoid republish if some 
random external version number changes
 Patch8: opencv-build-compare.patch
-# PATCH-FIX-UPSTREAM opencv-gcc6-fix-pch-support-PR8345.patch -- fix PCH 
support on GCC 6.x
-Patch10:opencv-gcc6-fix-pch-support-PR8345.patch
 # PATCH-FIX-OPENSUSE 0001-Do-not-include-glx.h-when-using-GLES.patch -- Fix 
build error on 32bit ARM, due to incompatible pointer types
 Patch11:0001-Do-not-include-glx.h-when-using-GLES.patch
 BuildRequires:  cmake
@@ -47,7 +44,11 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  openblas-devel
 BuildRequires:  pkgconfig
+%if 0%{?suse_version} > 1325
+BuildRequires:  python2-numpy-devel
+%else
 BuildRequires:  python-numpy-devel
+%endif
 BuildRequires:  python3-numpy-devel
 BuildRequires:  tbb-devel
 BuildRequires:  unzip
@@ -95,6 +96,7 @@
 
 %package -n %{libname}%{soname}
 Summary:Libraries to use OpenCV computer vision
+License:BSD-3-Clause
 Group:  System/Libraries
 
 %description -n %{libname}%{soname}
@@ -104,6 +106,7 @@
 
 %package devel
 Summary:Development files for using the OpenCV library
+License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Requires:   %{libname}%{soname} = %{version}
 Requires:   %{name} = %{version}
@@ -121,20 +124,22 @@
 documentation. It should be installed if you want to develop programs that will
 use the OpenCV library.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python 2 bindings for 

commit zypp-plugin for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package zypp-plugin for openSUSE:Factory 
checked in at 2017-11-19 11:09:32

Comparing /work/SRC/openSUSE:Factory/zypp-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.zypp-plugin.new (New)


Package is "zypp-plugin"

Sun Nov 19 11:09:32 2017 rev:12 rq:542473 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/zypp-plugin/zypp-plugin.changes  2017-10-28 
14:21:18.628372163 +0200
+++ /work/SRC/openSUSE:Factory/.zypp-plugin.new/zypp-plugin.changes 
2017-11-19 11:09:56.074574032 +0100
@@ -1,0 +2,6 @@
+Thu Nov  9 17:46:45 CET 2017 - m...@suse.de
+
+- Don't use a shebang in the module
+- version 0.6.2
+
+---

Old:

  zypp-plugin-0.6.1.tar.bz2

New:

  zypp-plugin-0.6.2.tar.bz2



Other differences:
--
++ zypp-plugin.spec ++
--- /var/tmp/diff_new_pack.p9FFao/_old  2017-11-19 11:10:01.722368102 +0100
+++ /var/tmp/diff_new_pack.p9FFao/_new  2017-11-19 11:10:01.726367956 +0100
@@ -21,7 +21,7 @@
 %endif
 
 Name:   zypp-plugin
-Version:0.6.1
+Version:0.6.2
 Release:0
 Url:https://gitorious.org/opensuse/zypp-plugin
 Summary:Helper that makes writing ZYpp plugins easier

++ zypp-plugin-0.6.1.tar.bz2 -> zypp-plugin-0.6.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.changes 
new/zypp-plugin/package/zypp-plugin.changes
--- old/zypp-plugin/package/zypp-plugin.changes 2017-10-26 17:24:36.0 
+0200
+++ new/zypp-plugin/package/zypp-plugin.changes 2017-11-09 17:48:00.0 
+0100
@@ -1,4 +1,10 @@
 ---
+Thu Nov  9 17:46:45 CET 2017 - m...@suse.de
+
+- Don't use a shebang in the module
+- version 0.6.2
+
+---
 Thu Oct 26 17:14:59 CEST 2017 - m...@suse.de
 
 - Let zypp-plugin-python provide python2-zypp-plugin to be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-plugin/package/zypp-plugin.spec 
new/zypp-plugin/package/zypp-plugin.spec
--- old/zypp-plugin/package/zypp-plugin.spec2017-10-26 17:24:36.0 
+0200
+++ new/zypp-plugin/package/zypp-plugin.spec2017-11-09 17:48:00.0 
+0100
@@ -20,7 +20,7 @@
 %endif
 
 Name:   zypp-plugin
-Version:0.6.1
+Version:0.6.2
 Release:0
 Url:https://gitorious.org/opensuse/zypp-plugin
 Summary:Helper that makes writing ZYpp plugins easier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zypp-plugin/python/zypp_plugin.py 
new/zypp-plugin/python/zypp_plugin.py
--- old/zypp-plugin/python/zypp_plugin.py   2017-10-26 17:24:36.0 
+0200
+++ new/zypp-plugin/python/zypp_plugin.py   2017-11-09 17:48:00.0 
+0100
@@ -1,5 +1,3 @@
-#! /usr/bin/python
-#
 # Copyright (c) 2010 Novell, Inc.
 # All Rights Reserved.
 #




commit ruby2.5 for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package ruby2.5 for openSUSE:Factory checked 
in at 2017-11-19 11:07:51

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


Package is "ruby2.5"

Sun Nov 19 11:07:51 2017 rev:5 rq:542653 version:2.5.0~svn.60813

Changes:

--- /work/SRC/openSUSE:Factory/ruby2.5/ruby2.5.changes  2017-11-11 
14:18:52.644802349 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.5.new/ruby2.5.changes 2017-11-19 
11:08:05.618601540 +0100
@@ -1,0 +2,18 @@
+Fri Nov 17 11:19:29 UTC 2017 - mrueck...@suse.de
+
+- update to 60813
+  see installed /usr/share/doc/packages/ruby2.5/ChangeLog
+
+---
+Wed Nov 15 11:11:11 UTC 2017 - mrueck...@suse.de
+
+- update to 60739
+  see installed /usr/share/doc/packages/ruby2.5/ChangeLog
+
+---
+Wed Nov 15 11:03:36 UTC 2017 - mrueck...@suse.de
+
+- make the whole u-a handling less error prone by having the list
+  in variable ua-binaries
+
+---



Other differences:
--
++ ruby2.5.spec ++
--- /var/tmp/diff_new_pack.h6NPt6/_old  2017-11-19 11:08:13.666308097 +0100
+++ /var/tmp/diff_new_pack.h6NPt6/_new  2017-11-19 11:08:13.666308097 +0100
@@ -25,7 +25,7 @@
 
 
 %define patch_level p0
-Version:2.5.0~svn.596232
+Version:2.5.0~svn.60813
 Release:0
 # make the exported API version explicit
 %define api_version 2.5.0
@@ -53,6 +53,7 @@
 %define is_default_ruby 1
 %endif
 
+%define ua_binaries rake rdoc ri bundler bundle
 # keep in sync with macro file!
 #
 # from valgrind.spec
@@ -159,10 +160,10 @@
 
 %package -n %{libname}
 Summary:Dynamic runtime library for Ruby
-Group:  System/Libraries
 # Both ruby and ruby-stdlib now depend explicitly on libruby by version,
 # however it was not always the case, so the conflicts statements below
 # are needed to handle updates.
+Group:  System/Libraries
 Conflicts:  %{name} < %{version}-%{release}
 Conflicts:  %{name}-stdlib < %{version}-%{release}
 
@@ -212,10 +213,10 @@
 %gen_embedded_provides4 minitest 5 10 3
 %gen_embedded_provides4 net-telnet 0 1 1
 %gen_embedded_provides4 power_assert 1 1 1
-%gen_embedded_provides4 rake 12 2 1
+%gen_embedded_provides4 rake 12 3 0
 %gen_embedded_provides4 test-unit 3 2 6
 %gen_embedded_provides4 xmlrpc 0 3 0
-%gen_embedded_provides4 bundler 1 15 4
+%gen_embedded_provides4 bundler 1 16 0
 %gen_embedded_provides4 cmath 0 0 1
 %gen_embedded_provides4 csv 0 1 0
 %gen_embedded_provides4 fileutils 0 7 2
@@ -377,7 +378,7 @@
   done
   ln -s lib%{rb_soname}.so %{buildroot}%{_libdir}/libruby.so
 %endif
-for bin in rake rdoc ri bundler bundle; do
+for bin in %{ua_binaries}; do
   # dummy
   mv %{buildroot}%_bindir/${bin}%{rb_binary_suffix} 
%{buildroot}%_bindir/$bin.ruby%{rb_binary_suffix}
   #
@@ -391,7 +392,7 @@
 chmod -vR go-w,go+rX %{buildroot}%{_libdir}/ruby
 
 %post
-for bin in rake rdoc ri; do
+for bin in %{ua_binaries}; do
   /usr/sbin/update-alternatives --install \
 %{_bindir}/$bin $bin %{_bindir}/$bin.ruby%{rb_binary_suffix} 3
   /usr/sbin/update-alternatives --install \
@@ -400,7 +401,7 @@
 
 %preun
 if [ "$1" = 0 ] ; then
-  for bin in rake rdoc ri; do
+  for bin in %{ua_binaries}; do
 /usr/sbin/update-alternatives --remove $bin 
%{_bindir}/$bin.ruby%{rb_binary_suffix}
 /usr/sbin/update-alternatives --remove $bin%{rb_binary_suffix} 
%{_bindir}/$bin.ruby%{rb_binary_suffix}
   done

++ snapshot.tar.gz ++
/work/SRC/openSUSE:Factory/ruby2.5/snapshot.tar.gz 
/work/SRC/openSUSE:Factory/.ruby2.5.new/snapshot.tar.gz differ: char 5, line 1




commit nghttp2 for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2017-11-19 11:07:15

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


Package is "nghttp2"

Sun Nov 19 11:07:15 2017 rev:47 rq:542107 version:1.27.0

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2017-10-28 
14:20:51.485364525 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2017-11-19 
11:07:22.784163420 +0100
@@ -1,0 +2,5 @@
+Wed Nov  8 16:54:59 UTC 2017 - mplus...@suse.com
+
+- Drop forgotten python2 build dependency
+
+---



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.jaBQsT/_old  2017-11-19 11:07:25.368069202 +0100
+++ /var/tmp/diff_new_pack.jaBQsT/_new  2017-11-19 11:07:25.368069202 +0100
@@ -50,7 +50,6 @@
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(zlib)
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_system-devel




commit python-M2Crypto for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2017-11-19 11:07:32

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


Package is "python-M2Crypto"

Sun Nov 19 11:07:32 2017 rev:25 rq:542124 version:0.27.0

Changes:

--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2017-10-27 13:47:31.554987459 +0200
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes 
2017-11-19 11:07:34.631731419 +0100
@@ -1,0 +2,5 @@
+Wed Nov  8 18:13:06 UTC 2017 - jmate...@suse.com
+
+- use generic way to require python-typing now that python3 provides it
+
+---



Other differences:
--
++ python-M2Crypto.spec ++
--- /var/tmp/diff_new_pack.T9CsSY/_old  2017-11-19 11:07:35.687692915 +0100
+++ /var/tmp/diff_new_pack.T9CsSY/_new  2017-11-19 11:07:35.687692915 +0100
@@ -36,6 +36,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module typing}
 BuildRequires:  fdupes
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
@@ -46,15 +47,7 @@
 %else
 BuildRequires:  swig
 %endif
-%if 0%{?suse_version} <= 1320
-BuildRequires:  %{python_module typing}
 Requires:   python-typing
-%else
-BuildRequires:  python2-typing
-%endif
-%ifpython2 && 0%{?suse_version} > 1320
-Requires:   python2-typing
-%endif
 %ifpython2
 Provides:   %{oldpython}-m2crypto = %{version}
 Obsoletes:  %{oldpython}-m2crypto < %{version}




commit build for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2017-11-19 11:07:39

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


Package is "build"

Sun Nov 19 11:07:39 2017 rev:110 rq:542595 version:20171117

Changes:

--- /work/SRC/openSUSE:Factory/build/build.changes  2017-11-14 
14:02:01.828867536 +0100
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2017-11-19 
11:07:43.527407054 +0100
@@ -1,0 +2,5 @@
+Fri Nov 17 09:36:04 UTC 2017 - adr...@suse.de
+
+- prepare for suse_version 1550 in factory (by Dominique)
+
+---

Old:

  obs-build-20171027.tar.gz

New:

  obs-build-20171117.tar.gz



Other differences:
--
++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.6VYvLA/_old  2017-11-19 11:07:46.087313712 +0100
+++ /var/tmp/diff_new_pack.6VYvLA/_new  2017-11-19 11:07:46.087313712 +0100
@@ -20,7 +20,7 @@
 Summary:Tools to generate base lib packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:20171027
+Version:20171117
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs

++ build.spec ++
--- /var/tmp/diff_new_pack.6VYvLA/_old  2017-11-19 11:07:46.115312691 +0100
+++ /var/tmp/diff_new_pack.6VYvLA/_new  2017-11-19 11:07:46.119312545 +0100
@@ -22,7 +22,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:20171027
+Version:20171117
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -149,7 +149,7 @@
 # this is SUSE Leap 15 and higher
 ln -s sl${SLE_V:0:2}.${SLE_V:3:1}.conf default.conf
 %endif
-%if !0%{?sle_version} && ( 0%{?suse_version} <= 1310 || 0%{?suse_version} == 
1320 || 0%{?suse_version} == 1330 )
+%if !0%{?sle_version} && ( 0%{?suse_version} <= 1310 || 0%{?suse_version} == 
1320 || 0%{?suse_version} == 1330 || 0%{?suse_version} == 1550 )
 # this is old openSUSE releases and Factory
 ln -s sl${SUSE_V:0:2}.${SUSE_V:2:1}.conf default.conf
 %endif

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.6VYvLA/_old  2017-11-19 11:07:46.155311232 +0100
+++ /var/tmp/diff_new_pack.6VYvLA/_new  2017-11-19 11:07:46.155311232 +0100
@@ -1,5 +1,5 @@
 pkgname=build
-pkgver=20171027
+pkgver=20171117
 pkgrel=0
 pkgdesc="Build packages in sandbox"
 arch=('i686' 'x86_64')

++ build.dsc ++
--- /var/tmp/diff_new_pack.6VYvLA/_old  2017-11-19 11:07:46.195309774 +0100
+++ /var/tmp/diff_new_pack.6VYvLA/_new  2017-11-19 11:07:46.199309628 +0100
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 20171027
+Version: 20171117
 Binary: build
 Maintainer: Adrian Schroeter 
 Architecture: all

++ debian.changelog ++
--- /var/tmp/diff_new_pack.6VYvLA/_old  2017-11-19 11:07:46.227308607 +0100
+++ /var/tmp/diff_new_pack.6VYvLA/_new  2017-11-19 11:07:46.227308607 +0100
@@ -1,4 +1,4 @@
-build (20171027) unstable; urgency=low
+build (20171117) unstable; urgency=low
 
   * Update to current git trunk
 - add sles11sp2 build config and adapt autodetection

++ obs-build-20171027.tar.gz -> obs-build-20171117.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20171027/configs/sl13.3.conf 
new/obs-build-20171117/configs/sl13.3.conf
--- old/obs-build-20171027/configs/sl13.3.conf  2017-10-27 14:57:55.0 
+0200
+++ new/obs-build-20171117/configs/sl13.3.conf  2017-11-17 10:32:47.0 
+0100
@@ -54,9 +54,6 @@
 
 Required: rpm-build
 
-# needed for su's default config - perhaps we should use a simplified form?
-Support: pam-modules
-
 # the basic stuff
 Support: perl build-mkbaselibs
 Support: brp-check-suse post-build-checks rpmlint-Factory
@@ -329,7 +326,6 @@
 Ignore: libgcj46,libstdc++46-devel
 Ignore: libgcj47,libstdc++47-devel
 Ignore: pwdutils:openslp
-Ignore: pam-modules:resmgr
 Ignore: rpm:suse-build-key,build-key
 Ignore: bind-utils:bind-libs
 Ignore: alsa:dialog,pciutils
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-20171027/configs/sl15.5.conf 
new/obs-build-20171117/configs/sl15.5.conf
--- old/obs-build-20171027/configs/sl15.5.conf  1970-01-01 01:00:00.0 
+0100
+++ new/obs-build-20171117/configs/sl15.5.conf  2017-11-17 10:32:47.0 
+0100
@@ -0,0 +1,784 @@
+%define gcc_version 5
+
+Substitute: kiwi-packagemanager:instsource kiwi-desc-isoboot-requires 
kiwi-instsource kiwi-instsource-plugins-openSUSE-13-2
+Substitute: kiwi-setup:image kiwi 

commit rubygem-gem2rpm for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2017-11-19 11:07:03

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


Package is "rubygem-gem2rpm"

Sun Nov 19 11:07:03 2017 rev:24 rq:542106 version:0.10.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2017-09-15 21:02:30.793764878 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2017-11-19 11:07:04.092844970 +0100
@@ -1,0 +2,5 @@
+Wed Nov  8 18:07:59 UTC 2017 - mrueck...@suse.de
+
+- disable 2.2 on suse_version 1315
+
+---



Other differences:
--
++ rubygem-gem2rpm.spec ++
--- /var/tmp/diff_new_pack.fWnaEl/_old  2017-11-19 11:07:05.448795527 +0100
+++ /var/tmp/diff_new_pack.fWnaEl/_new  2017-11-19 11:07:05.452795382 +0100
@@ -21,7 +21,9 @@
 %bcond_with ruby19
 %bcond_with ruby20
 %bcond_with ruby21
+%if ! (0%{?suse_version} == 1315)
 %bcond_with ruby22
+%endif
 %bcond_with ruby23
 %bcond_with ruby24
 %bcond_with ruby25




commit autofs for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2017-11-19 11:06:35

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


Package is "autofs"

Sun Nov 19 11:06:35 2017 rev:113 rq:542069 version:5.1.3

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2017-10-23 
16:41:42.737200070 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2017-11-19 
11:06:38.541776654 +0100
@@ -1,0 +2,6 @@
+Sun Nov 12 09:51:06 CET 2017 - ku...@suse.de
+
+- Add build require for rpcgen (preparation for removing it from
+  glibc)
+
+---



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.zKGoTs/_old  2017-11-19 11:06:39.433744129 +0100
+++ /var/tmp/diff_new_pack.zKGoTs/_new  2017-11-19 11:06:39.433744129 +0100
@@ -51,6 +51,9 @@
 BuildRequires:  nfs-client
 BuildRequires:  openldap2-devel
 BuildRequires:  pkg-config
+%if 0%{?suse_version} >= 1330
+BuildRequires:  rpcgen
+%endif
 BuildRequires:  xz
 %if %{with_sssd}
 BuildRequires:  sssd






commit php7 for openSUSE:Factory

2017-11-19 Thread root
Hello community,

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

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


Package is "php7"

Sun Nov 19 11:06:20 2017 rev:26 rq:542035 version:7.1.11

Changes:

--- /work/SRC/openSUSE:Factory/php7/php7.changes2017-11-02 
10:23:09.954793696 +0100
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2017-11-19 
11:06:24.198299671 +0100
@@ -1,0 +2,5 @@
+Wed Nov  1 16:06:00 UTC 2017 - bluemer.m...@gmail.com
+
+- Add php-cli as provides to php7
+
+---



Other differences:
--
++ php7.spec ++
--- /var/tmp/diff_new_pack.BFhDsS/_old  2017-11-19 11:06:25.722244102 +0100
+++ /var/tmp/diff_new_pack.BFhDsS/_new  2017-11-19 11:06:25.726243956 +0100
@@ -154,6 +154,7 @@
 ## Provides
 Provides:   php = %{version}
 Provides:   php-api = %{apiver}
+Provides:   php-cli = %{version}
 Provides:   php-zend-abi = %{zendver}
 Provides:   php(api) = %{apiver}
 Provides:   php(zend-abi) = %{zendver}







commit yast2-ycp-ui-bindings for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2017-11-19 11:06:55

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


Package is "yast2-ycp-ui-bindings"

Sun Nov 19 11:06:55 2017 rev:71 rq:542098 version:4.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2017-04-12 17:10:24.276623052 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2017-11-19 11:07:00.844963399 +0100
@@ -1,0 +2,7 @@
+Wed Nov 15 17:31:59 CET 2017 - shundham...@suse.de
+
+- Fixed segfault when comparing YCPValueWidgetIDs with
+  YStringWidgetIDs (fate#324098)
+- 4.0.0
+
+---

Old:

  yast2-ycp-ui-bindings-3.2.0.tar.bz2

New:

  yast2-ycp-ui-bindings-4.0.0.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.8LoiSb/_old  2017-11-19 11:07:01.336945459 +0100
+++ /var/tmp/diff_new_pack.8LoiSb/_new  2017-11-19 11:07:01.340945314 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ycp-ui-bindings-3.2.0.tar.bz2 -> 
yast2-ycp-ui-bindings-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.2.0/README.md 
new/yast2-ycp-ui-bindings-4.0.0/README.md
--- old/yast2-ycp-ui-bindings-3.2.0/README.md   2017-04-10 14:06:12.716990458 
+0200
+++ new/yast2-ycp-ui-bindings-4.0.0/README.md   2017-11-15 18:30:27.429202615 
+0100
@@ -3,4 +3,6 @@
 Travis:  [![Build 
Status](https://travis-ci.org/yast/yast-ycp-ui-bindings.svg?branch=master)](https://travis-ci.org/yast/yast-ycp-ui-bindings)
 Jenkins: [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-ycp-ui-bindings-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-ycp-ui-bindings-master/)
 
+### Online Documentation
 
+The latest documentation is generated online 
[here](https://yast-ui-bindings.surge.sh/).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ycp-ui-bindings-3.2.0/package/yast2-ycp-ui-bindings.changes 
new/yast2-ycp-ui-bindings-4.0.0/package/yast2-ycp-ui-bindings.changes
--- old/yast2-ycp-ui-bindings-3.2.0/package/yast2-ycp-ui-bindings.changes   
2017-04-10 14:06:12.852990458 +0200
+++ new/yast2-ycp-ui-bindings-4.0.0/package/yast2-ycp-ui-bindings.changes   
2017-11-15 18:30:27.545202615 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Nov 15 17:31:59 CET 2017 - shundham...@suse.de
+
+- Fixed segfault when comparing YCPValueWidgetIDs with
+  YStringWidgetIDs (fate#324098)
+- 4.0.0
+
+---
 Mon Apr 10 10:31:28 UTC 2017 - jreidin...@suse.com
 
 - added built-in SetApplicationTitle for setting application title
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ycp-ui-bindings-3.2.0/package/yast2-ycp-ui-bindings.spec 
new/yast2-ycp-ui-bindings-4.0.0/package/yast2-ycp-ui-bindings.spec
--- old/yast2-ycp-ui-bindings-3.2.0/package/yast2-ycp-ui-bindings.spec  
2017-04-10 14:06:12.852990458 +0200
+++ new/yast2-ycp-ui-bindings-4.0.0/package/yast2-ycp-ui-bindings.spec  
2017-11-15 18:30:27.545202615 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.2.0/src/YCPValueWidgetID.cc 
new/yast2-ycp-ui-bindings-4.0.0/src/YCPValueWidgetID.cc
--- old/yast2-ycp-ui-bindings-3.2.0/src/YCPValueWidgetID.cc 2017-04-10 
14:06:12.864990458 +0200
+++ new/yast2-ycp-ui-bindings-4.0.0/src/YCPValueWidgetID.cc 2017-11-15 
18:30:27.561202615 +0100
@@ -44,7 +44,7 @@
 YCPValueWidgetID * otherYCPValueID =
dynamic_cast (otherID);
 
-if ( otherID )
+if ( otherYCPValueID )
return _value->equal( otherYCPValueID->value() );
 
 if ( _value->isString() || _value->isSymbol() )
@@ -52,14 +52,17 @@
YStringWidgetID * otherStringID =
dynamic_cast (otherID);
 
-   if ( _value->isString() )
-   {
-   return _value->asString()->value() == otherStringID->value();
-   }
-   else // _value->isSymbol()
-   {
-   return 

commit perl-DBD-mysql for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory 
checked in at 2017-11-19 11:06:28

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


Package is "perl-DBD-mysql"

Sun Nov 19 11:06:28 2017 rev:49 rq:542062 version:4.043

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-mysql/perl-DBD-mysql.changes
2017-08-19 10:55:05.143724257 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new/perl-DBD-mysql.changes   
2017-11-19 11:06:29.594102920 +0100
@@ -1,0 +2,7 @@
+Tue Nov 14 17:12:32 UTC 2017 - pmonrealgonza...@suse.com
+
+- Fixed build with libmariadb [bsc#1067882]
+- Added patch:
+  * perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch
+
+---

New:

  perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch



Other differences:
--
++ perl-DBD-mysql.spec ++
--- /var/tmp/diff_new_pack.KIyAMW/_old  2017-11-19 11:06:30.170081917 +0100
+++ /var/tmp/diff_new_pack.KIyAMW/_new  2017-11-19 11:06:30.170081917 +0100
@@ -28,6 +28,8 @@
 Source1:cpanspec.yml
 # PATCH-FIX-UPSTREAM CVE-2017-10788 bsc#1047095 pmonrealgonza...@suse.com - 
DoS or possibly RCE through use-after-free
 Patch1: perl-DBD-mysql-4.043-CVE-2017-10788.patch
+# bsc#1067882 perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch
+Patch2: perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -52,6 +54,7 @@
 %setup -q -n %{cpan_name}-%{version}
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ perl-DBD-mysql-4.043-Fix-build-failures-for-MariaDB.patch ++
diff --git a/dbdimp.c b/dbdimp.c
index 9b8b313..fa628b0 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -1979,6 +1979,9 @@ MYSQL *mysql_dr_connect(
 
 if (result)
 {
+#if MYSQL_VERSION_ID >= 50013
+   my_bool reconnect=1;
+#endif
 #if MYSQL_VERSION_ID >=SERVER_PREPARE_VERSION
   /* connection succeeded. */
   /* imp_dbh == NULL when mysql_dr_connect() is called from mysql.xs
@@ -1997,7 +2000,11 @@ MYSQL *mysql_dr_connect(
 we turn off Mysql's auto reconnect and handle re-connecting ourselves
 so that we can keep track of when this happens.
   */
+#if MYSQL_VERSION_ID >= 50013
+  mysql_options(result, MYSQL_OPT_RECONNECT, );
+#else
   result->reconnect=0;
+#endif
 }
 else {
   /* 
diff --git a/dbdimp.h b/dbdimp.h
index 935256e..3a5fcaa 100644
--- a/dbdimp.h
+++ b/dbdimp.h
@@ -20,6 +20,7 @@
 #include   /* installed by the DBI module*/
 #include   /* Comes with MySQL-devel */
 #include   /* Comes MySQL */
+#include   /* For MYSQL_VERSION_ID */
 
 #include  /* Comes with MySQL-devel */
 



commit gdb for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package gdb for openSUSE:Factory checked in 
at 2017-11-19 11:06:10

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


Package is "gdb"

Sun Nov 19 11:06:10 2017 rev:118 rq:542017 version:8.0.1

Changes:

--- /work/SRC/openSUSE:Factory/gdb/gdb.changes  2017-11-14 14:07:16.657381926 
+0100
+++ /work/SRC/openSUSE:Factory/.gdb.new/gdb.changes 2017-11-19 
11:06:15.210627396 +0100
@@ -1,0 +2,6 @@
+Wed Nov 15 08:54:04 UTC 2017 - sch...@suse.de
+
+- Support --without=testsuite and disable testsuite for qemu-linux-user
+  builds
+
+---



Other differences:
--
++ gdb.spec ++
--- /var/tmp/diff_new_pack.h5MenL/_old  2017-11-19 11:06:19.61849 +0100
+++ /var/tmp/diff_new_pack.h5MenL/_new  2017-11-19 11:06:19.626466378 +0100
@@ -17,7 +17,10 @@
 #
 
 
-%define _with_testsuite 1
+%if 0%{?qemu_user_space_build}
+%global _without_testsuite 1
+%endif
+%bcond_without testsuite
 
 Summary:A GNU source-level debugger for C, C++, Fortran and other 
languages
 License:GPL-3.0+ and GPL-3.0-with-GCC-exception and LGPL-2.1+ and 
LGPL-3.0+
@@ -328,7 +331,7 @@
 ExclusiveArch:  noarch i386 x86_64 ppc ppc64 ia64 s390 s390x
 %endif # 0%{?el5:1}
 
-%if 0%{?_with_testsuite:1}
+%if %{with testsuite}
 
 # Ensure the devel libraries are installed for both multilib arches.
 %global bits_local %{?_isa}
@@ -384,7 +387,7 @@
 BuildRequires:  glibc-devel-static
 %endif
 
-%endif # 0%{?_with_testsuite:1}
+%endif # %{with testsuite}
 
 %ifarch ia64
 BuildRequires:  libunwind-devel
@@ -868,7 +871,7 @@
 # Initially we're in the %{gdb_src} directory.
 cd %{gdb_build}
 
-%if 0%{!?_with_testsuite:1}
+%if %{without testsuite}
 echo TESTSUITE DISABLED=
 %else
 echo TESTING=
@@ -1133,7 +1136,7 @@
 %endif
 %endif
 
-%if 0%{?_with_testsuite:1}
+%if %{with testsuite}
 %files testresults
 %defattr(-,root,root)
 %doc %{gdb_build}/gdb/gdb-*.sum




commit kernel-firmware for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2017-11-19 11:06:42

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


Package is "kernel-firmware"

Sun Nov 19 11:06:42 2017 rev:91 rq:542096 version:20171009

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2017-10-21 20:21:02.109081396 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2017-11-19 11:06:55.717150377 +0100
@@ -1,0 +2,21 @@
+Wed Nov 15 14:30:48 CET 2017 - ti...@suse.de
+
+- Update Intel WiFi firmwares:
+  the files are still not included in linux-firmware.git, hence
+  applied individually.
+  * For security updates (CVE-2017-13080 CVE-2017-13081 bsc#1066295)
+  * For new chipset models (FATE#322675)
+  iwlwifi-3160-17.ucode
+  iwlwifi-3168-29.ucode
+  iwlwifi-7260-17.ucode
+  iwlwifi-7265-17.ucode
+  iwlwifi-7265D-29.ucode
+  iwlwifi-8000C-31.ucode
+  iwlwifi-8000C-34.ucode
+  iwlwifi-8265-31.ucode
+  iwlwifi-8265-34.ucode
+  iwlwifi-9000-pu-b0-jf-b0-33.ucode
+  iwlwifi-9260-th-b0-jf-b0-33.ucode
+  WHENCE-iwlwifi-update.patch
+
+---

New:

  WHENCE-iwlwifi-update.patch
  iwlwifi-3160-17.ucode
  iwlwifi-3168-29.ucode
  iwlwifi-7260-17.ucode
  iwlwifi-7265-17.ucode
  iwlwifi-7265D-29.ucode
  iwlwifi-8000C-31.ucode
  iwlwifi-8000C-34.ucode
  iwlwifi-8265-31.ucode
  iwlwifi-8265-34.ucode
  iwlwifi-9000-pu-b0-jf-b0-33.ucode
  iwlwifi-9260-th-b0-jf-b0-33.ucode



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.k0tzz6/_old  2017-11-19 11:06:57.269093788 +0100
+++ /var/tmp/diff_new_pack.k0tzz6/_new  2017-11-19 11:06:57.273093642 +0100
@@ -38,6 +38,19 @@
 Source9:ql2700_fw.bin
 Source10:   ql8300_fw.bin
 Source99:   %{name}-rpmlintrc
+# Intel WiFi updates that still not landed to linux-firmware.git
+Source100:  iwlwifi-3160-17.ucode
+Source101:  iwlwifi-3168-29.ucode
+Source102:  iwlwifi-7260-17.ucode
+Source103:  iwlwifi-7265-17.ucode
+Source104:  iwlwifi-7265D-29.ucode
+Source105:  iwlwifi-8000C-31.ucode
+Source106:  iwlwifi-8000C-34.ucode
+Source107:  iwlwifi-8265-31.ucode
+Source108:  iwlwifi-8265-34.ucode
+Source109:  iwlwifi-9000-pu-b0-jf-b0-33.ucode
+Source110:  iwlwifi-9260-th-b0-jf-b0-33.ucode
+Patch100:   WHENCE-iwlwifi-update.patch
 BuildRequires:  fdupes
 BuildRequires:  suse-module-tools
 Requires(post): coreutils
@@ -92,6 +105,18 @@
 %prep
 %setup -q
 cp %{SOURCE2} %{SOURCE8} %{SOURCE9} %{SOURCE10} .
+cp %{SOURCE100} .
+cp %{SOURCE101} .
+cp %{SOURCE102} .
+cp %{SOURCE103} .
+cp %{SOURCE104} .
+cp %{SOURCE105} .
+cp %{SOURCE106} .
+cp %{SOURCE107} .
+cp %{SOURCE108} .
+cp %{SOURCE109} .
+cp %{SOURCE110} .
+%patch100 -p1
 
 %build
 # nothing to do

++ WHENCE-iwlwifi-update.patch ++
diff --git a/WHENCE b/WHENCE
index b2dc6a10abb2..61104ef37017 100644
--- a/WHENCE
+++ b/WHENCE
@@ -861,7 +861,7 @@ File: iwlwifi-7260-16.ucode
 Version 16.242414.0
 
 File: iwlwifi-7260-17.ucode
-Version 17.459231.0
+Version 17.608620.0
 
 File: iwlwifi-3160-7.ucode
 Version: 22.1.7.0
@@ -885,7 +885,7 @@ File: iwlwifi-3160-16.ucode
 Version 16.242414.0
 
 File: iwlwifi-3160-17.ucode
-Version 17.459231.0
+Version 17.608620.0
 
 File: iwlwifi-7265-8.ucode
 Version: 22.24.8.0
@@ -906,7 +906,7 @@ File: iwlwifi-7265-16.ucode
 Version 16.242414.0
 
 File: iwlwifi-7265-17.ucode
-Version 17.459231.0
+Version 17.608620.0
 
 File: iwlwifi-7265D-10.ucode
 Version: 23.15.10.0
@@ -933,7 +933,7 @@ File: iwlwifi-7265D-27.ucode
 Version 27.541033.0
 
 File: iwlwifi-7265D-29.ucode
-Version 29.541020.0
+Version 29.610311.0
 
 File: iwlwifi-3168-21.ucode
 Version 21.302800.0
@@ -945,7 +945,7 @@ File: iwlwifi-3168-27.ucode
 Version 27.541033.0
 
 File: iwlwifi-3168-29.ucode
-Version 29.541020.0
+Version 29.610311.0
 
 File: iwlwifi-8000C-13.ucode
 Version: 25.30.13.0
@@ -963,7 +963,10 @@ File: iwlwifi-8000C-27.ucode
 Version 27.541033.0
 
 File: iwlwifi-8000C-31.ucode
-Version 31.532993.0
+Version 31.560484.0
+
+File: iwlwifi-8000C-34.ucode
+Version 34.610288.0
 
 File: iwlwifi-8265-21.ucode
 Version 21.302800.0
@@ -975,7 +978,16 @@ File: iwlwifi-8265-27.ucode
 Version 27.541033.0
 
 File: iwlwifi-8265-31.ucode
-Version 31.532993.0
+Version 31.560484.0
+
+File iwlwifi-8265-34.ucode
+Version 34.610288.0
+
+File: iwlwifi-9260-th-b0-jf-b0-33.ucode
+Version: 33.610294.0
+
+File: iwlwifi-9000-pu-b0-jf-b0-33.ucode
+Version: 33.610294.0
 
 Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
 







commit python-pytest for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2017-11-19 11:05:58

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


Package is "python-pytest"

Sun Nov 19 11:05:58 2017 rev:28 rq:542013 version:3.2.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest-doc.changes  
2017-11-02 10:24:11.772540542 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest-doc.changes 
2017-11-19 11:06:06.542943454 +0100
@@ -1,0 +2,32 @@
+Wed Nov 15 12:18:45 UTC 2017 - mimi...@gmail.com
+
+- update to 3.2.5
+* don't limit py<1.5
+
+---
+Wed Nov 15 07:04:29 UTC 2017 - a...@gmx.de
+
+- update to version 3.2.4:
+  * Bug Fixes
++ Fix the bug where running with --pyargs will result in items
+  with empty parent.nodeid if run from a different root
+  directory. (#2775)
++ Fix issue with @pytest.parametrize if argnames was specified as
+  keyword arguments. (#2819)
++ Strip whitespace from marker names when reading them from INI
+  config. (#2856)
++ Show full context of doctest source in the pytest output, if the
+  line number of failed example in the docstring is < 9. (#2882)
+  * Improved Documentation
++ Introduce a dedicated section about conftest.py. (#1505)
++ Explicitly mention xpass in the documentation of xfail. (#1997)
++ Append example for pytest.param in the example/parametrize
+  document. (#2658)
++ Clarify language of proposal for fixtures parameters (#2893)
++ List python 3.6 in the documented supported versions in the
+  getting started document. (#2903)
++ Clarify the documentation of available fixture scopes. (#538)
++ Add documentation about the python -m pytest invocation adding
+  the current directory to sys.path. (#911)
+
+---
python-pytest.changes: same change

Old:

  pytest-3.2.3.tar.gz

New:

  pytest-3.2.5.tar.gz



Other differences:
--
++ python-pytest-doc.spec ++
--- /var/tmp/diff_new_pack.H0A0CZ/_old  2017-11-19 11:06:07.266917055 +0100
+++ /var/tmp/diff_new_pack.H0A0CZ/_new  2017-11-19 11:06:07.270916909 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-doc
-Version:3.2.3
+Version:3.2.5
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT

python-pytest.spec: same change
++ pytest-3.2.3.tar.gz -> pytest-3.2.5.tar.gz ++
 3780 lines of diff (skipped)




commit grub2 for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2017-11-19 11:05:27

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


Package is "grub2"

Sun Nov 19 11:05:27 2017 rev:172 rq:541952 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2017-11-10 
14:42:36.792153766 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2017-11-19 
11:05:32.600181146 +0100
@@ -1,0 +2,9 @@
+Tue Nov 14 09:02:19 UTC 2017 - mch...@suse.com
+
+- 0001-add-support-for-UEFI-network-protocols.patch:
+  * Workaround http data access in firmware
+  * Fix DNS device path parsing for efinet device
+  * Relaxed UEFI Protocol requirement
+  * Support Intel OPA (Omni-Path Architecture) PXE Boot (bsc#1015589)
+
+---



Other differences:
--
++ 0001-add-support-for-UEFI-network-protocols.patch ++
 1160 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/grub2/0001-add-support-for-UEFI-network-protocols.patch
 and 
/work/SRC/openSUSE:Factory/.grub2.new/0001-add-support-for-UEFI-network-protocols.patch






commit python-py for openSUSE:Factory

2017-11-19 Thread root
Hello community,

here is the log from the commit of package python-py for openSUSE:Factory 
checked in at 2017-11-19 11:05:49

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


Package is "python-py"

Sun Nov 19 11:05:49 2017 rev:26 rq:541996 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-py/python-py-doc.changes  2017-07-04 
11:57:21.206157948 +0200
+++ /work/SRC/openSUSE:Factory/.python-py.new/python-py-doc.changes 
2017-11-19 11:05:54.243391945 +0100
@@ -1,0 +2,18 @@
+Wed Nov 15 07:06:05 UTC 2017 - a...@gmx.de
+
+- update to version 1.5.0:
+  * python 2.6 and 3.3 are no longer supported
+  * deprecate py.std and remove all internal uses
+  * fix #73 turn py.error into an actual module
+  * path join to / no longer produces leading double slashes
+  * fix #82 - remove unsupportable aliases
+  * fix python37 compatibility of path.sysfind on windows by correctly
+replacing vars
+  * turn iniconfig and apipkg into vendored packages and ease
+de-vendoring for distributions
+  * fix #68 remove invalid py.test.ensuretemp references
+  * fix #25 - deprecate path.listdir(sort=callable)
+  * add TerminalWriter.chars_on_current_line read-only property that
+tracks how many characters have been written to the current line.
+
+---
python-py.changes: same change

Old:

  py-1.4.34.tar.gz

New:

  py-1.5.0.tar.gz



Other differences:
--
++ python-py-doc.spec ++
--- /var/tmp/diff_new_pack.GARYL6/_old  2017-11-19 11:05:55.191357378 +0100
+++ /var/tmp/diff_new_pack.GARYL6/_new  2017-11-19 11:05:55.195357232 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-py-doc
-Version:1.4.34
+Version:1.5.0
 Release:0
 Summary:Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:MIT

python-py.spec: same change
++ py-1.4.34.tar.gz -> py-1.5.0.tar.gz ++
 42347 lines of diff (skipped)