commit steam for openSUSE:Factory:NonFree

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package steam for openSUSE:Factory:NonFree 
checked in at 2016-06-26 23:52:39

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


Package is "steam"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/steam/steam.changes  2016-03-07 
13:30:07.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steam.new/steam.changes 2016-06-26 
23:52:44.0 +0200
@@ -1,0 +2,12 @@
+Mon Jun 13 13:27:54 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 1.0.0.52
+- add SteamVR (HTC Vive) support
+- add (Debian) changelog
+
+---
+Fri Apr 29 05:31:42 UTC 2016 - mailaen...@opensuse.org
+
+- don't strip the translation from .desktop file (fixes boo#974334)
+
+---

Old:

  steam_1.0.0.51.tar.gz

New:

  steam_1.0.0.52.tar.gz



Other differences:
--
++ steam.spec ++
--- /var/tmp/diff_new_pack.n7OEtQ/_old  2016-06-26 23:52:45.0 +0200
+++ /var/tmp/diff_new_pack.n7OEtQ/_new  2016-06-26 23:52:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package steam
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   steam
-Version:1.0.0.51
+Version:1.0.0.52
 Release:0
 Summary:Installer for Valve's digital software distribution service
 # "Limited Installation License"
@@ -119,6 +119,14 @@
 The Steam Controller features dual trackpads, HD haptic feedback, dual-stage
 triggers, back grip buttons, and fully-customizable control schemes.
 
+%packagevr
+Summary:Steam VR
+Group:  Hardware/Joystick
+Requires:   steam = %{version}
+
+%description vr
+A full-featured, 360° room-scale virtual reality experience.
+
 %prep
 %setup -q -n steam
 
@@ -131,9 +139,9 @@
 rm %{buildroot}%{_bindir}/steamdeps
 
 mkdir -p %{buildroot}%{_udevrulesdir}
-install -m644 lib/udev/rules.d/99-steam-controller-perms.rules 
%{buildroot}%{_udevrulesdir}
+cp lib/udev/rules.d/* %{buildroot}%{_udevrulesdir}
 
-%suse_update_desktop_file -r steam Game Amusement
+%suse_update_desktop_file -n -r steam Game Amusement
 
 dos2unix %{buildroot}%{_datadir}/doc/steam/steam_install_agreement.txt
 
@@ -155,6 +163,12 @@
 %postun controller
 %{?udev_rules_update:%udev_rules_update}
 
+%post vr
+%{?udev_rules_update:%udev_rules_update}
+
+%postun vr
+%{?udev_rules_update:%udev_rules_update}
+
 %files
 %defattr(-,root,root)
 %{_bindir}/steam
@@ -167,9 +181,13 @@
 %dir %{_datadir}/doc/steam
 %doc %{_datadir}/doc/steam/steam_install_agreement.txt
 %doc %{_datadir}/doc/steam/README
+%doc debian/changelog
 %{_mandir}/man6/steam.6.gz
 
 %files controller
 %{_udevrulesdir}/99-steam-controller-perms.rules
 
+%files vr
+%{_udevrulesdir}/99-HTC-Vive-perms.rules
+
 %changelog

++ steam_1.0.0.51.tar.gz -> steam_1.0.0.52.tar.gz ++
Files old/steam/bootstraplinux_ubuntu12_32.tar.xz and 
new/steam/bootstraplinux_ubuntu12_32.tar.xz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam/debian/changelog new/steam/debian/changelog
--- old/steam/debian/changelog  2015-11-17 21:13:14.0 +0100
+++ new/steam/debian/changelog  2016-03-29 22:07:26.0 +0200
@@ -1,3 +1,10 @@
+steam (1.0.0.52) precise; urgency=medium
+
+  * fix potential file overwrite vulnerability
+  * Add additional udev rules for HTC Vive 
+
+ -- John Vert   Tue, 29 Mar 2016 12:33:54 -0700
+
 steam (1.0.0.51) precise; urgency=medium
 
   * Add uinput rule for the Steam Controller.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules 
new/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules
--- old/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules  1970-01-01 
01:00:00.0 +0100
+++ new/steam/lib/udev/rules.d/99-HTC-Vive-perms.rules  2016-03-29 
22:07:26.0 +0200
@@ -0,0 +1,5 @@
+# HTC Vive HID Sensor naming and permissioning
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0bb4", 
ATTRS{idProduct}=="2c87", TAG+="uaccess"
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", 
ATTRS{idProduct}=="2101", TAG+="uaccess"
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="28de", 
ATTRS{idProduct}=="2000", TAG+="uaccess"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit mpv for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package mpv for openSUSE:Factory checked in 
at 2016-06-26 23:52:37

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


Package is "mpv"

Changes:

--- /work/SRC/openSUSE:Factory/mpv/mpv.changes  2016-04-14 13:07:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2016-06-26 
23:52:42.0 +0200
@@ -1,0 +2,136 @@
+Sat Jun 25 06:00:02 UTC 2016 - aloi...@gmx.com
+
+- Update to version 0.18.0
+  Build System Changes:
+  * build: Do not link to libGL for egl-drm
+  * build: also use the iconv check on FreeBSD
+  * build: don't install tests, only build them
+  * build: re-enable encoding mode by default
+  * vo_opengl: hwdec: remove build-dependency on dxva2 (#3150)
+  * wscript: make at least 1 OpenGL output mandatory
+  New features:
+  * csputils: add SMPTE ST2084 support
+  * demux_mkv: support Matroska webvtt (#3247)
+  * demux_playlist: read directories recursively
+  * stream_memory: add hex:// protocol
+  * vf_crop: support opaque hardware decoding formats
+  * vf_d3d11vpp: add a D3D11 video processor filter
+  * vo_opengl: D3D11VA + ANGLE interop
+  * vo_opengl: add an angle-es2 backend
+  * vo_opengl: angle: dynamically load ANGLE
+  * vo_opengl: d3d11egl: native NV12 sampling support
+  * vo_opengl: enable color management on GLES
+  * vo_opengl: implement HDR (SMPTE ST2084)
+  * vo_opengl: implement tone mapping algorithms
+  * vo_opengl: make PBOs work on GLES 3.x
+  * vo_opengl: support external user hooks, enhancing the 
+flexibility of user shaders
+  * vo_opengl: vdpau interop without RGB conversion
+  * wayland: implement HIDPI support
+  Removed features:
+  * vo_opengl: remove nnedi3 prescaler (replaced by user shaders)
+  * vo_opengl: remove prescaling framework with superxbr prescaler 
+(replaced by user shaders)
+  Added options and commands:
+  * Windows: make taskbar progress indication optional (#2535)
+  * af_lavcac3enc: make encoder configurable
+  * command: add playlist-pos-1 property (#2828)
+  * command: introduce hwdec-current and hwdec-interop properties.
+  * options: add --fit-border video option (currently Windows only)
+  * video: add --hwdec=auto-copy mode
+  * vo_opengl: always autoselect ANGLE as backend if available
+  * vo_opengl: expose performance timers as properties
+  * x11: add --x11-bypass-compositor=never
+  * x11: extend --x11-bypass-compositor with fs-only option (#2582)
+  Changed options and commands:
+  * command: allow setting panscan etc. properties if no video is 
+active
+  * command: don't seek immediately when setting a-b loop while 
+paused
+  * command: if only ab-loop-b is set, loop from start of file
+  * options: --geometry: center window position after applying 
+size (#2397)
+  * player: loop on end of file if ab-loop-b is unset
+  * sd_add: replace --sub-ass=no with --ass-style-override=strip
+  Removed options and commands:
+  * vo_opengl: remove non-working rgb/rgba FBO formats
+  Fixes and minor enhancements:
+  * TOOLS/zsh.pl: add .f4v extension in zsh completions
+  * TOOLS/zsh.pl: complete --audio-device
+  * Windows: center window on original window center on resize to 
+fit screen
+  * Windows: fix size calculations for window resize (#2935)
+  * Windows: fix wrong behavior with window-scale when window size 
+exceeds screen size
+  * Windows: make VOCTRL_SET_UNFS_WINDOW_SIZE resize the window 
+around its center (#3164)
+  * af_lavcac3enc: fix custom bitrates
+  * ao_alsa: add more workarounds for hardware with broken drivers 
+(e.g. ODROID-C2)
+  * ao_opensles: remove 32-bit audio formats (not supported by 
+Android)
+  * cocoa: fix actual display refresh rate retrieval
+  * cocoa: use displaylink without manually tracking the display 
+id (#2392)
+  * command: improve playlist* properties change notifications 
+(#3267)
+  * command: slightly nicer OSD list formatting
+  * compatibility with recent FFmpeg APIs
+  * d3d: fix hardware decoding of most MPEG2 things
+  * d3dva: move Intel_H264_NoFGT_ClearVideo to lower priority 
+(#3059)
+  * demux_mkv: better resync behavior for broken google-created 
+webms
+  * demux_mkv: fix seeking with files that miss the first index 
+entry
+  * demux_playlist: recognize m3u8 as playlist extension (#3154)
+  * input: fix parsing multiple input command prefixes
+  * lcms: don't warn/error on 3dlut cache misses
+  * lcms: improve black point handling (especially BT.1886)
+  * macOS: handle multiple dropped files on the window (#3076)
+  * player: always show the first frame in DS mode
+  * player: assume video forwards timestamps jumps only with some 
+formats (#3027)
+  * player: do not update OSD all the time when paused
+  * player: eagerly redraw OSD 

commit ubuntu-mate-artwork for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2016-06-26 23:52:34

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


Package is "ubuntu-mate-artwork"

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2016-05-30 09:58:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2016-06-26 23:52:36.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 25 07:24:10 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10.3 (changes since 16.10.1):
+  * Fix broken battery icon.
+  * Update community contributed wallpapers.
+
+---

Old:

  ubuntu-mate-artwork_16.10.1.tar.xz

New:

  ubuntu-mate-artwork_16.10.3.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.iISNig/_old  2016-06-26 23:52:41.0 +0200
+++ /var/tmp/diff_new_pack.iISNig/_new  2016-06-26 23:52:41.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   ubuntu-mate
 Name:   ubuntu-mate-artwork
-Version:16.10.1
+Version:16.10.3
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0

++ ubuntu-mate-artwork_16.10.1.tar.xz -> ubuntu-mate-artwork_16.10.3.tar.xz 
++
/work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork_16.10.1.tar.xz
 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork_16.10.3.tar.xz
 differ: char 26, line 1




commit qutim for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package qutim for openSUSE:Factory checked 
in at 2016-06-26 23:52:20

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


Package is "qutim"

Changes:

--- /work/SRC/openSUSE:Factory/qutim/qutim.changes  2016-03-17 
16:47:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.qutim.new/qutim.changes 2016-06-26 
23:52:22.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 24 03:10:10 UTC 2016 - i...@marguerite.su
+
+- add patch qutim-0.3.3-c11.patch
+  * fix boo#985383
+  * a space between string concatenation is mandatory
+
+---

New:

  qutim-0.3.3-c11.patch



Other differences:
--
++ qutim.spec ++
--- /var/tmp/diff_new_pack.1QSb4C/_old  2016-06-26 23:52:23.0 +0200
+++ /var/tmp/diff_new_pack.1QSb4C/_new  2016-06-26 23:52:23.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Networking/Instant Messenger
 Url:http://qutim.org/
 Source: http://qutim.org/dwnl/81/%{name}-%{version}.tar.xz
+#PATCH-FIX-UPSTREAM a space between string concatenation is mandatory
+Patch: qutim-0.3.3-c11.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -94,6 +96,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 LIBSUFFIX=$(echo "%{_lib}"|sed 's/^lib//')

++ qutim-0.3.3-c11.patch ++
Index: b/protocols/irc/src/irccommandalias.cpp
===
--- a/protocols/irc/src/irccommandalias.cpp
+++ b/protocols/irc/src/irccommandalias.cpp
@@ -148,7 +148,7 @@ QString IrcPingAlias::generate(IrcComman
 }
 
 #define ADD_BAN_CMD(MODE, TYPE, NAME, TITLE, ADDITIONALCMD) \
-   cmd = new IrcCommandAlias(NAME, "MODE %n +b "MODE ADDITIONALCMD, 
IrcCommandAlias::Participant); \
+   cmd = new IrcCommandAlias(NAME, "MODE %n +b " MODE ADDITIONALCMD, 
IrcCommandAlias::Participant); \
gen = new IrcActionGenerator(QIcon(), TITLE, cmd); \
gen->setType(TYPE); \
MenuController::addAction(gen, kickBanGroup);
@@ -172,7 +172,7 @@ QString IrcPingAlias::generate(IrcComman
REGISTER_CTCP_CMD(TITLE)
 
 #define ADD_MODE(MODE, PRIORITY, NAME, TITLE)\
-   cmd = new IrcCommandAlias(NAME, "MODE %n "MODE" %o", 
IrcCommandAlias::Participant);\
+   cmd = new IrcCommandAlias(NAME, "MODE %n " MODE " %o", 
IrcCommandAlias::Participant);\
gen = new IrcActionGenerator(QIcon(), TITLE, cmd);\
gen->setPriority(PRIORITY);\
MenuController::addAction(gen, modesGroup);\



commit cinnamon-control-center for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-control-center for 
openSUSE:Factory checked in at 2016-06-26 23:52:31

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


Package is "cinnamon-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-control-center/cinnamon-control-center.changes
  2016-04-28 17:01:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-control-center.new/cinnamon-control-center.changes
 2016-06-26 23:52:33.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 24 15:15:24 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.1:
+  * Avoid a compiler warning.
+  * Fix spelling mistakes.
+  * display/scrollarea.c: Fix monitor drag-and-drop alignment.
+Somewhere along the way either path_foreach_point/user_to_device
+is incorrect, or our monitor representations are being drawn
+shifted up in y, causing the mouse pointer change to occur in
+the wrong areas.
+
+---

Old:

  cinnamon-control-center-3.0.0.tar.gz

New:

  cinnamon-control-center-3.0.1.tar.gz



Other differences:
--
++ cinnamon-control-center.spec ++
--- /var/tmp/diff_new_pack.r7OK45/_old  2016-06-26 23:52:34.0 +0200
+++ /var/tmp/diff_new_pack.r7OK45/_new  2016-06-26 23:52:34.0 +0200
@@ -19,7 +19,7 @@
 %define soname  libcinnamon-control-center
 %define sover   1
 Name:   cinnamon-control-center
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Utilities to configure the Cinnamon desktop
 License:GPL-2.0 and GPL-3.0+ and MIT
@@ -32,7 +32,7 @@
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  systemd-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xsltproc
@@ -109,7 +109,7 @@
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   %{soname}%{sover} = %{version}
-Requires:   pkg-config
+Requires:   pkgconfig
 Requires:   pkgconfig(gtk+-3.0) >= 3.8.0
 
 %description devel

++ cinnamon-control-center-3.0.0.tar.gz -> 
cinnamon-control-center-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-control-center-3.0.0/configure.ac 
new/cinnamon-control-center-3.0.1/configure.ac
--- old/cinnamon-control-center-3.0.0/configure.ac  2016-04-23 
17:11:10.0 +0200
+++ new/cinnamon-control-center-3.0.1/configure.ac  2016-06-24 
11:09:50.0 +0200
@@ -1,4 +1,4 @@
-m4_define([cinnamon_control_center_version], 3.0.0)
+m4_define([cinnamon_control_center_version], 3.0.1)
 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.0.0/debian/changelog 
new/cinnamon-control-center-3.0.1/debian/changelog
--- old/cinnamon-control-center-3.0.0/debian/changelog  2016-04-23 
17:11:10.0 +0200
+++ new/cinnamon-control-center-3.0.1/debian/changelog  2016-06-24 
11:09:50.0 +0200
@@ -1,3 +1,18 @@
+cinnamon-control-center (3.0.1) sarah; urgency=medium
+
+  [ brownsr ]
+  * remove unused function
+  * avoid compiler warning
+  * remove unused variable
+
+  [ leigh123linux ]
+  * fix spelling mistakes
+
+  [ Michael Webster ]
+  * display/scrollarea.c: fix monitor drag-and-drop alignment. Somewhere along 
the way either path_foreach_point/user_to_device is incorrect, or our monitor 
representations are being drawn shifted up in y, causing the mouse pointer 
change to occur in the wrong areas.
+
+ -- Clement Lefebvre   Fri, 24 Jun 2016 10:07:23 +0100
+
 cinnamon-control-center (3.0.0) sarah; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cinnamon-control-center-3.0.0/panels/datetime/cc-timezone-map.c 
new/cinnamon-control-center-3.0.1/panels/datetime/cc-timezone-map.c
--- old/cinnamon-control-center-3.0.0/panels/datetime/cc-timezone-map.c 
2016-04-23 17:11:10.0 +0200
+++ new/cinnamon-control-center-3.0.1/panels/datetime/cc-timezone-map.c 
2016-06-24 11:09:50.0 +0200
@@ -77,8 +77,8 @@
 {-9.0, 128, 0, 0, 255 },
 {-8.0, 170, 0, 0, 255 },
 {-7.0, 212, 0, 0, 255 },
-{-6.0, 255, 0, 1, 255 }, // north
-{-6.0, 255, 0, 0, 255 }, // south
+{-6.0, 255, 0, 1, 255 }, /* north */

commit fflas-ffpack for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package fflas-ffpack for openSUSE:Factory 
checked in at 2016-06-26 23:52:23

Comparing /work/SRC/openSUSE:Factory/fflas-ffpack (Old)
 and  /work/SRC/openSUSE:Factory/.fflas-ffpack.new (New)


Package is "fflas-ffpack"

Changes:

--- /work/SRC/openSUSE:Factory/fflas-ffpack/fflas-ffpack.changes
2016-06-07 23:49:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.fflas-ffpack.new/fflas-ffpack.changes   
2016-06-26 23:52:25.0 +0200
@@ -1,0 +2,12 @@
+Fri Jun 17 09:38:25 UTC 2016 - jeng...@inai.de
+
+- Drop gone libatlas3-devel
+
+---
+Wed Jun  8 09:56:35 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2.2.1
+* fixes all remaining issues for the integration in SageMath
+* numerous minor fixes to the parallel code
+
+---

Old:

  v2.2.0.tar.gz

New:

  v2.2.1.tar.gz



Other differences:
--
++ fflas-ffpack.spec ++
--- /var/tmp/diff_new_pack.vzNG4J/_old  2016-06-26 23:52:27.0 +0200
+++ /var/tmp/diff_new_pack.vzNG4J/_new  2016-06-26 23:52:27.0 +0200
@@ -24,7 +24,7 @@
 
 Name:   fflas-ffpack
 %define lname  libfflas0
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Finite Field Linear Algebra Subroutines
 License:LGPL-2.1+
@@ -51,7 +51,6 @@
 %package devel
 Summary:Development files for FFLAS-FFPACK
 Group:  Development/Libraries/C and C++
-Requires:   libatlas3-devel
 
 %description devel
 The FFLAS-FFPACK library provides functionalities for dense linear

++ v2.2.0.tar.gz -> v2.2.1.tar.gz ++
 2691 lines of diff (skipped)




commit logwarn for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package logwarn for openSUSE:Factory checked 
in at 2016-06-26 23:52:27

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


Package is "logwarn"

Changes:

--- /work/SRC/openSUSE:Factory/logwarn/logwarn.changes  2016-06-20 
11:07:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.logwarn.new/logwarn.changes 2016-06-26 
23:52:29.0 +0200
@@ -1,0 +2,16 @@
+Fri Jun 24 14:27:12 UTC 2016 - archie.co...@gmail.com
+
+- Upgrade to release 1.0.14
+  + Fix bug where `-T' suppressed everything when used with `-p'
+  + Fix bug where `-T' would also count negative patterns
+  + Fix segfault parsing `-T' in certain cases
+
+---
+Mon Jun 20 20:54:04 UTC 2016 - archie.co...@gmail.com
+
+- Add 7eac274.patch
+  + Fixes bug where `-T' would also count negative patterns
+- Add 3a874b0.patch
+  + Fixes bug where `-T' suppressed everything when used with `-p'
+
+---

Old:

  logwarn-1.0.13.tar.gz

New:

  logwarn-1.0.14.tar.gz



Other differences:
--
++ logwarn.spec ++
--- /var/tmp/diff_new_pack.FZARV1/_old  2016-06-26 23:52:30.0 +0200
+++ /var/tmp/diff_new_pack.FZARV1/_new  2016-06-26 23:52:30.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   logwarn
-Version:1.0.13
+Version:1.0.14
 Release:0
 Summary:Utility for finding interesting messages in log files
 License:Apache-2.0

++ logwarn-1.0.13.tar.gz -> logwarn-1.0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logwarn-1.0.13/CHANGES new/logwarn-1.0.14/CHANGES
--- old/logwarn-1.0.13/CHANGES  2016-06-19 23:16:59.0 +0200
+++ new/logwarn-1.0.14/CHANGES  2016-06-24 16:23:10.0 +0200
@@ -1,4 +1,10 @@
 
+Version 1.0.14 Released June 24, 2016
+
+- Fix bug where `-T' suppressed everything when used with `-p'
+- Fix bug where `-T' would also count negative patterns
+- Fix segfault parsing `-T' in certain cases
+
 Version 1.0.13 Released June 19, 2016
 
 - Added `-T num/secs' for frequency filtering
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/logwarn-1.0.13/configure new/logwarn-1.0.14/configure
--- old/logwarn-1.0.13/configure2016-06-19 23:20:32.0 +0200
+++ new/logwarn-1.0.14/configure2016-06-24 16:24:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for logwarn Utility for finding interesting 
messages in log files 1.0.13.
+# Generated by GNU Autoconf 2.69 for logwarn Utility for finding interesting 
messages in log files 1.0.14.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='logwarn Utility for finding interesting messages in log files'
 PACKAGE_TARNAME='logwarn'
-PACKAGE_VERSION='1.0.13'
-PACKAGE_STRING='logwarn Utility for finding interesting messages in log files 
1.0.13'
+PACKAGE_VERSION='1.0.14'
+PACKAGE_STRING='logwarn Utility for finding interesting messages in log files 
1.0.14'
 PACKAGE_BUGREPORT='https://github.com/archiecobbs/logwarn/'
 PACKAGE_URL=''
 
@@ -1274,7 +1274,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures logwarn Utility for finding interesting messages in 
log files 1.0.13 to adapt to many kinds of systems.
+\`configure' configures logwarn Utility for finding interesting messages in 
log files 1.0.14 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1340,7 +1340,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of logwarn Utility for finding 
interesting messages in log files 1.0.13:";;
+ short | recursive ) echo "Configuration of logwarn Utility for finding 
interesting messages in log files 1.0.14:";;
esac
   cat <<\_ACEOF
 
@@ -1437,7 +1437,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-logwarn Utility for finding interesting messages in log files configure 1.0.13
+logwarn Utility for finding interesting messages in log files configure 1.0.14
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1693,7 +1693,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 

commit kdevplatform for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package kdevplatform for openSUSE:Factory 
checked in at 2016-06-26 23:52:16

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


Package is "kdevplatform"

Changes:

--- /work/SRC/openSUSE:Factory/kdevplatform/kdevplatform.changes
2016-02-22 08:57:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdevplatform.new/kdevplatform.changes   
2016-06-26 23:52:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 15:32:09 UTC 2016 - buschman...@opensuse.org
+
+- add fix-for-null-pointer-dereference-with-gcc6.patch to fix bug
+  kde#360707 on openSUSE Tumbleweed / GCC6 
+
+---

New:

  fix-for-null-pointer-dereference-with-gcc6.patch



Other differences:
--
++ kdevplatform.spec ++
--- /var/tmp/diff_new_pack.lxkvu6/_old  2016-06-26 23:52:18.0 +0200
+++ /var/tmp/diff_new_pack.lxkvu6/_new  2016-06-26 23:52:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevplatform
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Group:  Development/Tools/IDE
 Url:http://www.kdevelop.org
 Source0:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM fix-for-null-pointer-dereference-with-gcc6.patch 
kde#360707
+Patch1: fix-for-null-pointer-dereference-with-gcc6.patch
 BuildRequires:  boost-devel
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -49,6 +51,9 @@
 %lang_package
 %prep
 %setup -q
+%if 0%{?suse_version} > 1320
+%patch1 -p1
+%endif
 echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt
 echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt
 %if 0%{?suse_version} <= 1320 && !0%{?is_opensuse}

++ fix-for-null-pointer-dereference-with-gcc6.patch ++
From: Kevin Funk 
Date: Tue, 22 Mar 2016 12:05:21 +
Subject: Fix null-pointer dereference
References: kde#360707
Upstream: submitted

Fix null-pointer dereference

CCBUG: 360707
---


--- a/language/codecompletion/codecompletionitem.cpp
+++ b/language/codecompletion/codecompletionitem.cpp
@@ -59,8 +59,8 @@
 Q_ASSERT(m_parent == 0);
 
 m_parent = parent;
-CompletionTreeNode* node = parent->asNode();
-if( node ) {
+auto node = parent ? parent->asNode() : nullptr;
+if (node) {
   m_rowInParent = node->children.count();
 }
 }

--- a/language/duchain/declaration.cpp
+++ b/language/duchain/declaration.cpp
@@ -276,7 +276,7 @@
   ENSURE_CAN_WRITE
   DUCHAIN_D_DYNAMIC(Declaration);
 
-  d->m_type = type->indexed();
+  d->m_type = type ? type->indexed() : IndexedType();
 
   updateCodeModel();
 }

--- a/language/duchain/instantiationinformation.cpp
+++ b/language/duchain/instantiationinformation.cpp
@@ -61,7 +61,7 @@
 }
 
 void 
InstantiationInformation::addTemplateParameter(KDevelop::AbstractType::Ptr 
type) {
-  templateParametersList().append(type->indexed());
+  templateParametersList().append(IndexedType(type));
 }
 
 QString InstantiationInformation::toString(bool local) const {

--- a/language/duchain/repositories/typerepository.cpp
+++ b/language/duchain/repositories/typerepository.cpp
@@ -100,7 +100,7 @@
   return ();
 }
 
-uint TypeRepository::indexForType(AbstractType::Ptr input) {
+uint TypeRepository::indexForType(const AbstractType::Ptr input) {
   if(!input)
 return 0;
 

--- a/language/duchain/repositories/typerepository.h
+++ b/language/duchain/repositories/typerepository.h
@@ -29,7 +29,7 @@
 class TypeRepository
 {
 public:
-static uint indexForType(AbstractType::Ptr input);
+static uint indexForType(const AbstractType::Ptr input);
 static AbstractType::Ptr typeForIndex(uint index);
 static void increaseReferenceCount(uint index);
 static void decreaseReferenceCount(uint index);

--- a/language/duchain/topducontext.cpp
+++ b/language/duchain/topducontext.cpp
@@ -769,7 +769,6 @@
   m_predecessor = 0;
   }
 
-  //May also be called when this is zero.
   bool alreadyImporting(IndexedQualifiedIdentifier id) {
 ApplyAliasesBuddyInfo* current = this;
 while(current) {
@@ -852,7 +851,7 @@
 continue;
   }
 
-  if(buddy->alreadyImporting( importIdentifier ))
+  if(buddy && buddy->alreadyImporting( importIdentifier ))
 continue; //This import has already been applied to this search
 
   ApplyAliasesBuddyInfo info(1, buddy, importIdentifier);

commit kdevelop4 for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package kdevelop4 for openSUSE:Factory 
checked in at 2016-06-26 23:52:11

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


Package is "kdevelop4"

Changes:

--- /work/SRC/openSUSE:Factory/kdevelop4/kdevelop4.changes  2016-05-16 
12:04:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdevelop4.new/kdevelop4.changes 2016-06-26 
23:52:15.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 23 16:21:37 UTC 2016 - buschman...@opensuse.org
+
+- add fix-for-null-pointer-dereference-with-gcc6.patch to fix bug
+  kde#360707 on openSUSE Tumbleweed / GCC6 
+
+---

New:

  fix-for-null-pointer-dereference-with-gcc6.patch



Other differences:
--
++ kdevelop4.spec ++
--- /var/tmp/diff_new_pack.QBId8h/_old  2016-06-26 23:52:17.0 +0200
+++ /var/tmp/diff_new_pack.QBId8h/_new  2016-06-26 23:52:17.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.kdevelop.org
 Source0:
http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
 Source1:missing-translations.tar.xz
+# PATCH-FIX-UPSTREAM fix-for-null-pointer-dereference-with-gcc6.patch 
kde#360707
+Patch1: fix-for-null-pointer-dereference-with-gcc6.patch
 BuildRequires:  fdupes
 # SLE12 doesn't have kdebase4-workspace[-devel]
 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
@@ -97,6 +99,9 @@
 %lang_package
 %prep
 %setup -q -n kdevelop-%{version}
+%if 0%{?suse_version} > 1320
+%patch1 -p1
+%endif
 %if 0%{?suse_version} <= 1320 && !0%{?is_opensuse}
 # fix build with older cmake versions (i.e. on 13.2 and below) by
 # readding "cmake_policy(SET CMP0002 OLD)" to po/CMakeLists.txt

++ fix-for-null-pointer-dereference-with-gcc6.patch ++
From: Kevin Funk 
Date: Mon, 21 Mar 2016 23:39:02 +
Subject: Fix places with undefined behavior
References: kde#360707
Upstream: submitted


New API: IndexedType::IndexedType(const AbstractType::Ptr& type)

Places where we may call AbstractPtr::indexed with this being a nullptr.

Similar patches probably need to be applied to other language plugins

CCMAIL: kdevelop-de...@kde.org
CCBUG: 360707
---


--- a/languages/cpp/cppduchain/cppducontext.h
+++ b/languages/cpp/cppduchain/cppducontext.h
@@ -340,7 +340,9 @@
   DelayedType::Ptr delayed( new DelayedType() );
   delayed->setIdentifier( i );
   
-  res.type = Cpp::resolveDelayedTypes( 
delayed.cast(), this, source, basicFlags & 
KDevelop::DUContext::NoUndefinedTemplateParams ? 
DUContext::NoUndefinedTemplateParams : DUContext::NoSearchFlags )->indexed();
+  auto resolved = Cpp::resolveDelayedTypes( 
delayed.cast(), this,
+source, basicFlags & DUContext::NoUndefinedTemplateParams ? 
DUContext::NoUndefinedTemplateParams : DUContext::NoSearchFlags );
+  res.type = IndexedType(resolved);
   
   if( basicFlags & KDevelop::DUContext::NoUndefinedTemplateParams) 
{
 AbstractType::Ptr targetTypePtr = 
TypeUtils::unAliasedType(TypeUtils::targetType(res.type.abstractType(), 0));

--- a/languages/cpp/cppduchain/declarationbuilder.cpp
+++ b/languages/cpp/cppduchain/declarationbuilder.cpp
@@ -371,10 +371,10 @@
   foreach (Declaration* dec, declarations) {
 if (dec->isForwardDeclaration() || dec->isDefinition())
   continue;
-if (dec->abstractType()->indexed() == lastType()->indexed()) {
+if (IndexedType(dec->abstractType()) == IndexedType(lastType())) {
   //If this declaration is already assigned to a partial match, unassign it
   if (FunctionDefinition* oldDef = FunctionDefinition::definition(dec)) {
-if (oldDef->abstractType()->indexed() != 
dec->abstractType()->indexed())
+if (IndexedType(oldDef->abstractType()) != 
IndexedType(dec->abstractType()))
   oldDef->setDeclaration(0);
   }
   funDef->setDeclaration(dec);
@@ -1173,7 +1173,7 @@
   instance.virtualInheritance = (bool)node->virt;
 
   //TypeUtils::unAliasedType(
-  instance.baseClass = TypeUtils::unAliasedType(lastType())->indexed();
+  instance.baseClass = IndexedType(TypeUtils::unAliasedType(lastType()));
   if(currentClass->classType() == ClassDeclarationData::Struct)
 instance.access = KDevelop::Declaration::Public;
   else

--- a/languages/cpp/cppduchain/expressionparser.cpp
+++ b/languages/cpp/cppduchain/expressionparser.cpp
@@ -204,7 +204,7 @@
 
   DUChainReadLocker lock(DUChain::lock());
 
-  ret.type = v.lastType()->indexed();
+  ret.type = v.lastType() ? v.lastType()->indexed() : IndexedType();
   ret.isInstance = 

commit scilab for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2016-06-26 23:52:09

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


Package is "scilab"

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2016-04-28 
16:56:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2016-06-26 
23:52:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 11:05:01 UTC 2016 - o...@aepfle.de
+
+- Sources do not handle make -j N, remove _smp_mflags usage
+
+---



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.GFq3wE/_old  2016-06-26 23:52:13.0 +0200
+++ /var/tmp/diff_new_pack.GFq3wE/_new  2016-06-26 23:52:13.0 +0200
@@ -307,15 +307,15 @@
 --without-umfpack \
 --without-emf
 
-make %{?_smp_mflags}
+make
 
 export DISPLAY=%{X_display}
 Xvfb %{X_display} >& Xvfb.log &
 sleep 5
-make %{?_smp_mflags} doc
+make doc
 
 %install
-make %{?_smp_mflags} install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot}
 
 # Install .conf file so that ldconfig can find shared libs in non-std location
 mkdir -p %{buildroot}/%{_sysconfdir}/ld.so.conf.d




commit parted for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2016-06-26 23:51:46

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


Package is "parted"

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2016-05-29 
03:07:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2016-06-26 
23:51:49.0 +0200
@@ -1,0 +2,15 @@
+Sat Jun 18 07:08:01 UTC 2016 - jeng...@inai.de
+
+- install_info should run in %preun; otherwise the files to operate
+  are gone already.
+- Drop with-pic: only useful for static libs (which are not built)
+
+---
+Tue Jun 14 11:09:20 UTC 2016 - pu...@suse.com
+
+- Detect NVMe devices and fix the nvme partition naming scheme
+  (bsc#982169)
+  - libparted-Add-support-for-NVMe-devices.patch
+  - libparted-fix-nvme-partition-naming.patch
+
+---

New:

  libparted-Add-support-for-NVMe-devices.patch
  libparted-fix-nvme-partition-naming.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.IIiy4K/_old  2016-06-26 23:51:51.0 +0200
+++ /var/tmp/diff_new_pack.IIiy4K/_new  2016-06-26 23:51:51.0 +0200
@@ -59,6 +59,10 @@
 Patch32:libparted-Use-read-only-when-probing-devices-on-linu.patch
 Patch33:libparted-open-the-device-RO-and-lazily-switch-to-RW.patch
 Patch34:parted-implement-wipesignatures-option.patch
+
+# bsc#982169
+Patch35:libparted-Add-support-for-NVMe-devices.patch
+Patch36:libparted-fix-nvme-partition-naming.patch
 Patch100:   parted-fatresize-autoconf.patch
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel >= 1.02.33
@@ -85,7 +89,7 @@
 
 %package -n libparted0
 Summary:Library for manipulating partitions
-Group:  System/Filesystems
+Group:  System/Libraries
 
 %description -n libparted0
 Libparted is a library for creating, destroying, resizing, checking
@@ -136,14 +140,15 @@
 %patch32 -p1
 %patch33 -p1
 %patch34 -p1
+%patch35 -p1
+%patch36 -p1
 %patch100 -p1
 
 %build
 export CFLAGS="%{optflags} `ncursesw6-config --cflags`"
-export LDFLAGS="`ncursesw6-config --libs`"
+export LIBS="`ncursesw6-config --libs`"
 AUTOPOINT=true autoreconf --force --install
 %configure --disable-static\
-   --with-pic  \
--enable-device-mapper=yes  \
--enable-dynamic-loading=no \
--enable-selinux\
@@ -152,24 +157,18 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}%{_libdir}/*.la
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%post -n libparted0
-/sbin/ldconfig
-
-%postun -n libparted0
-/sbin/ldconfig
+%post -n libparted0 -p /sbin/ldconfig
+%postun -n libparted0 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)

++ libparted-Add-support-for-NVMe-devices.patch ++
>From 02bb5fe15b89b0a0ffd4019c9d04f16c0af29d46 Mon Sep 17 00:00:00 2001
From: Petr Uzel 
Date: Tue, 14 Jun 2016 10:41:18 +0200
Subject: [PATCH] Add support for NVMe devices

Recognize NVMe Devices, so "parted -s /dev/nvme0n1" now prints
"NVMe Device (nvme)" instead of "Model: Unknown (unknown)".

In order for a device to be recognized as NVMe, it has to
have a 'blkext' major number. But since this major can be
used also by other device types, we also check the device
path contains 'nvme' as a substring.

* NEWS: Mention the change
* include/parted/device.h.in(PedDeviceType): Add PED_DEVICE_NVME
* libparted/arch/linux.c(BLKEXT_MAJOR): New define.
* libparted/arch/linux.c(_is_blkext_major): New function.
* libparted/arch/linux.c(_device_probe_type): Recognize NVMe devices.
* libparted/arch/linux.c(linux_new): Handle NVMe devices.
* parted/parted.c(do_print): Add "nvme" to list of transports.
---
 include/parted/device.in.h |3 ++-
 libparted/arch/linux.c |   14 ++
 parted/parted.c|2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

Index: parted-3.2/include/parted/device.in.h
===
--- parted-3.2.orig/include/parted/device.in.h
+++ parted-3.2/include/parted/device.in.h
@@ -49,7 +49,8 @@ typedef enum {
 PED_DEVICE_VIRTBLK  = 15,
 PED_DEVICE_AOE  = 16,
 PED_DEVICE_MD   = 17,
-PED_DEVICE_LOOP = 18
+

commit linuxrc for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2016-06-26 23:51:37

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2016-05-23 
16:36:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2016-06-26 
23:51:38.0 +0200
@@ -1,0 +2,12 @@
+Wed Jun 22 14:40:18 UTC 2016 - snw...@suse.com
+
+- document XVideo option (bsc#974821)
+- 5.0.83
+
+---
+Tue Jun 14 08:25:25 UTC 2016 - snw...@suse.com
+
+- restore standard IO file descriptors when returning from external shell 
(bsc#983014)
+- 5.0.82
+
+---

Old:

  linuxrc-5.0.81.tar.xz

New:

  linuxrc-5.0.83.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.0HSgRg/_old  2016-06-26 23:51:39.0 +0200
+++ /var/tmp/diff_new_pack.0HSgRg/_new  2016-06-26 23:51:39.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.81
+Version:5.0.83
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.81.tar.xz -> linuxrc-5.0.83.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.81/VERSION new/linuxrc-5.0.83/VERSION
--- old/linuxrc-5.0.81/VERSION  2016-05-18 11:50:57.0 +0200
+++ new/linuxrc-5.0.83/VERSION  2016-06-22 16:37:25.0 +0200
@@ -1 +1 @@
-5.0.81
+5.0.83
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.81/changelog new/linuxrc-5.0.83/changelog
--- old/linuxrc-5.0.81/changelog2016-05-18 11:50:57.0 +0200
+++ new/linuxrc-5.0.83/changelog2016-06-22 16:37:25.0 +0200
@@ -1,3 +1,9 @@
+2016-06-22:5.0.83
+   - document XVideo option (bsc #974821)
+
+2016-06-14:5.0.82
+   - restore standard IO file descriptors when returning from external 
shell (bsc #983014)
+
 2016-05-18:5.0.81
- activate AutoUpgrade if Upgrade + AutoYaST are set (bsc #978252)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.81/dialog.c new/linuxrc-5.0.83/dialog.c
--- old/linuxrc-5.0.81/dialog.c 2016-05-18 11:50:57.0 +0200
+++ new/linuxrc-5.0.83/dialog.c 2016-06-22 16:37:25.0 +0200
@@ -1508,27 +1508,7 @@
}
   }
   else if(i == -74) {
-kbd_end(0);
-if(config.win) {
-  disp_cursor_on();
-}
-if(!config.linemode) {
-  printf("\033c");
-  if(config.utf8) printf("\033%%G");
-  fflush(stdout);
-}
-
-char *cmd = NULL;
-strprintf(, "exec %s 2>&1", config.debugshell ?: "/bin/sh");
-system(cmd);
-free(cmd);
-
-kbd_init(0);
-if(config.win) {
-  disp_cursor_off();
-  if(!config.linemode) disp_restore_screen();
-}
-
+util_run_debugshell();
   } else {
break;
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.81/linuxrc_yast_interface.txt 
new/linuxrc-5.0.83/linuxrc_yast_interface.txt
--- old/linuxrc-5.0.81/linuxrc_yast_interface.txt   2016-05-18 
11:50:57.0 +0200
+++ new/linuxrc-5.0.83/linuxrc_yast_interface.txt   2016-06-22 
16:37:25.0 +0200
@@ -303,6 +303,17 @@
 # 0: secure mode enabled
 Insecure: 0|1
 
+# xvideo option as passed at the boot prompt
+#
+# Option accepts a screen size ("1024x768") optionally followed by a
+# screen resolution in dpi ("1024x768,100").
+#
+# This is expected to only change the installer screen size and not to be
+# applied to the installed system.
+#
+# entry is missing if no xvideo option was used
+XVideo: %s
+
 *** Note ***
 
  There may be some more entries in install.inf but they are put there by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.81/settings.c 
new/linuxrc-5.0.83/settings.c
--- old/linuxrc-5.0.81/settings.c   2016-05-18 11:50:57.0 +0200
+++ new/linuxrc-5.0.83/settings.c   2016-06-22 16:37:25.0 +0200
@@ -587,26 +587,7 @@
break;
 
 case di_extras_shell:
-kbd_end(0);
-if(config.win) {
-  disp_cursor_on();
-}
-if(!config.linemode) {
-  printf("\033c");
-  if(config.utf8) 

commit python3-requests for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package python3-requests for 
openSUSE:Factory checked in at 2016-06-26 23:51:04

Comparing /work/SRC/openSUSE:Factory/python3-requests (Old)
 and  /work/SRC/openSUSE:Factory/.python3-requests.new (New)


Package is "python3-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python3-requests/python3-requests.changes
2016-05-17 17:12:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-requests.new/python3-requests.changes   
2016-06-26 23:51:05.0 +0200
@@ -1,0 +2,17 @@
+Fri Jun  3 05:51:33 UTC 2016 - jacobwin...@gmail.com
+
+- Update to 2.10.0:
+  * SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])
+  * Updated bundled urllib3 to 1.15.1.
+- Update to 2.9.2:
+  * Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict 
as its underlying datastore.
+  * Don't use redirect_cache if allow_redirects=False
+  * When passed objects that throw exceptions from tell(), send them via 
chunked transfer encoding instead of failing.
+  * Raise a ProxyError for proxy related connection issues.
+- Update spec file:
+  * Update urllib3 to newest version 1.15.1
+  * Remove reference to test file that no longer exists.
+- Update no-default-cacert.patch so that it applies.
+- Update requests-do-not-use-bundle.patch so that it applies.
+
+---

Old:

  requests-2.9.1.tar.gz

New:

  requests-2.10.0.tar.gz



Other differences:
--
++ python3-requests.spec ++
--- /var/tmp/diff_new_pack.GyrZSF/_old  2016-06-26 23:51:06.0 +0200
+++ /var/tmp/diff_new_pack.GyrZSF/_new  2016-06-26 23:51:06.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define urllib3_version 1.13.1
+%define urllib3_version 1.15.1
 
 Name:   python3-requests
-Version:2.9.1
+Version:2.10.0
 Release:0
 Summary:Awesome Python HTTP Library That's Actually Usable
 License:Apache-2.0
@@ -102,8 +102,6 @@
 if dist is None or not dist.location.startswith("%{_prefix}"):
 sys.exit(1)
 END
-# run built-in test suite
-python3 test_requests.py
 
 %files
 %defattr(-,root,root)

++ no-default-cacert.patch ++
--- /var/tmp/diff_new_pack.GyrZSF/_old  2016-06-26 23:51:06.0 +0200
+++ /var/tmp/diff_new_pack.GyrZSF/_new  2016-06-26 23:51:06.0 +0200
@@ -1,15 +1,13 @@
-Index: requests-2.9.1/MANIFEST.in
-===
 requests-2.9.1.orig/MANIFEST.in
-+++ requests-2.9.1/MANIFEST.in
+diff -rupN requests-2.10.0.orig/MANIFEST.in requests-2.10.0/MANIFEST.in
+--- requests-2.10.0.orig/MANIFEST.in   2015-09-18 17:53:51.0 -0400
 requests-2.10.0/MANIFEST.in2016-06-03 01:17:13.549030517 -0400
 @@ -1 +1 @@
 -include README.rst LICENSE NOTICE HISTORY.rst test_requests.py 
requirements.txt requests/cacert.pem
 +include README.rst LICENSE NOTICE HISTORY.rst test_requests.py 
requirements.txt
-Index: requests-2.9.1/requests/adapters.py
-===
 requests-2.9.1.orig/requests/adapters.py
-+++ requests-2.9.1/requests/adapters.py
-@@ -179,15 +179,13 @@ class HTTPAdapter(BaseAdapter):
+diff -rupN requests-2.10.0.orig/requests/adapters.py 
requests-2.10.0/requests/adapters.py
+--- requests-2.10.0.orig/requests/adapters.py  2016-04-29 18:03:18.0 
-0400
 requests-2.10.0/requests/adapters.py   2016-06-03 01:17:13.549030517 
-0400
+@@ -198,15 +198,13 @@ class HTTPAdapter(BaseAdapter):
  if verify is not True:
  cert_loc = verify
  
@@ -30,10 +28,9 @@
  conn.ca_certs = cert_loc
  else:
  conn.ca_cert_dir = cert_loc
-Index: requests-2.9.1/requests/certs.py
-===
 requests-2.9.1.orig/requests/certs.py
-+++ requests-2.9.1/requests/certs.py
+diff -rupN requests-2.10.0.orig/requests/certs.py 
requests-2.10.0/requests/certs.py
+--- requests-2.10.0.orig/requests/certs.py 2015-09-18 17:53:51.0 
-0400
 requests-2.10.0/requests/certs.py  2016-06-03 01:17:13.549030517 -0400
 @@ -18,8 +18,9 @@ try:
  except ImportError:
  def where():
@@ -46,11 +43,10 @@
  
  if __name__ == '__main__':
  print(where())
-Index: requests-2.9.1/setup.py
-===
 requests-2.9.1.orig/setup.py
-+++ requests-2.9.1/setup.py
-@@ -50,7 +50,7 @@ setup(
+diff -rupN requests-2.10.0.orig/setup.py requests-2.10.0/setup.py
+--- requests-2.10.0.orig/setup.py  2016-04-29 18:03:18.0 -0400
 requests-2.10.0/setup.py   2016-06-03 01:17:13.549030517 -0400
+@@ -68,7 

commit cmake for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2016-06-26 23:51:14

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2016-06-13 
21:48:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2016-06-26 
23:51:15.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 10 02:15:47 UTC 2016 - sfl...@suse.de
+
+- Fix missing bugtracker refs for bnc#947585 and bnc#953842
+
+---



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.dddqDl/_old  2016-06-26 23:51:16.0 +0200
+++ /var/tmp/diff_new_pack.dddqDl/_new  2016-06-26 23:51:16.0 +0200
@@ -25,6 +25,7 @@
 Url:http://www.cmake.org/
 Source0:http://www.cmake.org/files/v3.5/%{name}-%{version}.tar.gz
 Source1:cmake.macros
+# bnc#947585 - Let CMake produces automatic RPM provides
 Source3:cmake.attr
 Source4:cmake.prov
 Source5:http://www.cmake.org/files/v3.5/%{name}-%{version}-SHA-256.txt
@@ -54,6 +55,7 @@
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(liblzma)
 Requires:   make
+# bnc#953842 - A python file is shipped so require python base so it can be 
run.
 Requires:   python-base
 Recommends: cmake-mans
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






commit yast2-ntp-client for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2016-06-26 23:50:52

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


Package is "yast2-ntp-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2016-06-13 21:51:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2016-06-26 23:50:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 14 06:54:54 UTC 2016 - kanders...@suse.com
+
+- Fix handling of NTP records without comments (bsc#977610)
+- 3.1.26
+
+---

Old:

  yast2-ntp-client-3.1.25.tar.bz2

New:

  yast2-ntp-client-3.1.26.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.U9tMCW/_old  2016-06-26 23:50:55.0 +0200
+++ /var/tmp/diff_new_pack.U9tMCW/_new  2016-06-26 23:50:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:3.1.25
+Version:3.1.26
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+

++ yast2-ntp-client-3.1.25.tar.bz2 -> yast2-ntp-client-3.1.26.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.1.25/package/yast2-ntp-client.changes 
new/yast2-ntp-client-3.1.26/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-3.1.25/package/yast2-ntp-client.changes
2016-06-10 13:27:34.0 +0200
+++ new/yast2-ntp-client-3.1.26/package/yast2-ntp-client.changes
2016-06-14 10:02:34.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun 14 06:54:54 UTC 2016 - kanders...@suse.com
+
+- Fix handling of NTP records without comments (bsc#977610)
+- 3.1.26
+
+---
 Thu Jun  2 07:40:56 UTC 2016 - kanders...@suse.com
 
 - Fixed Ntp Test adding a workaround to return false in case given
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.1.25/package/yast2-ntp-client.spec 
new/yast2-ntp-client-3.1.26/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-3.1.25/package/yast2-ntp-client.spec   2016-06-10 
13:27:34.0 +0200
+++ new/yast2-ntp-client-3.1.26/package/yast2-ntp-client.spec   2016-06-14 
10:02:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:3.1.25
+Version:3.1.26
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-3.1.25/src/modules/NtpClient.rb 
new/yast2-ntp-client-3.1.26/src/modules/NtpClient.rb
--- old/yast2-ntp-client-3.1.25/src/modules/NtpClient.rb2016-06-10 
13:27:34.0 +0200
+++ new/yast2-ntp-client-3.1.26/src/modules/NtpClient.rb2016-06-14 
10:02:34.0 +0200
@@ -1158,11 +1158,11 @@
 
 def record_to_h(record)
   {
-"comment" => record["comment"],
+"comment" => record["comment"].to_s,
 "kind"=> "value",
 "name"=> record["type"] == "__clock" ? "server" : record["type"],
 "type"=> 0,
-"value"   => "#{record["address"]} #{record["options"]}"
+"value"   => "#{record["address"]} #{record["options"]}".strip
   }
 end
 
@@ -1170,11 +1170,11 @@
 # write
 def fugde_options_to_h(record)
   {
-"comment" => record["fudge_comment"],
+"comment" => record["fudge_comment"].to_s,
 "kind"=> "value",
 "name"=> "fudge",
 "type"=> 0,
-"value"   => "#{record["address"]} #{record["fudge_options"]}"
+"value"   => "#{record["address"]} #{record["fudge_options"]}".strip
   }
 end
 




commit libvpx for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2016-06-26 23:50:32

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


Package is "libvpx"

Changes:

--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes2016-03-29 
09:52:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvpx.new/libvpx.changes   2016-06-26 
23:50:34.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 14 06:18:52 UTC 2016 - adr...@suse.de
+
+- Update to current upstream version to fix CVE-2016-2464 (boo#984448)
+
+---

Old:

  libvpx-1.6.0~pre20160318.tar.xz

New:

  libvpx-1.6.0~pre20160610.tar.xz



Other differences:
--
++ libvpx.spec ++
--- /var/tmp/diff_new_pack.41KD7P/_old  2016-06-26 23:50:35.0 +0200
+++ /var/tmp/diff_new_pack.41KD7P/_new  2016-06-26 23:50:35.0 +0200
@@ -18,10 +18,10 @@
 
 %define soname 3
 
-%define version_unconverted 1.6.0~pre20160318
+%define version_unconverted 1.6.0~pre20160610
 
 Name:   libvpx
-Version:1.6.0~pre20160318
+Version:1.6.0~pre20160610
 Release:0
 Summary:VP8 codec library
 License:BSD-3-Clause and GPL-2.0+

++ libvpx-1.6.0~pre20160318.tar.xz -> libvpx-1.6.0~pre20160610.tar.xz ++
 60910 lines of diff (skipped)




commit vaapi-intel-driver for openSUSE:Factory

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package vaapi-intel-driver for 
openSUSE:Factory checked in at 2016-06-26 23:50:44

Comparing /work/SRC/openSUSE:Factory/vaapi-intel-driver (Old)
 and  /work/SRC/openSUSE:Factory/.vaapi-intel-driver.new (New)


Package is "vaapi-intel-driver"

Changes:

--- /work/SRC/openSUSE:Factory/vaapi-intel-driver/vaapi-intel-driver.changes
2016-04-17 22:16:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.vaapi-intel-driver.new/vaapi-intel-driver.changes   
2016-06-26 23:50:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun  7 06:05:26 UTC 2016 - e...@suse.com
+
+- Add baselibs.conf (boo#983331).
+
+---

New:

  baselibs.conf



Other differences:
--
++ vaapi-intel-driver.spec ++
--- /var/tmp/diff_new_pack.LVwA6r/_old  2016-06-26 23:50:47.0 +0200
+++ /var/tmp/diff_new_pack.LVwA6r/_new  2016-06-26 23:50:47.0 +0200
@@ -26,6 +26,7 @@
 Group:  System/Libraries
 Url:http://freedesktop.org/wiki/Software/vaapi
 Source0:
http://www.freedesktop.org/software/vaapi/releases/%{srcname}/%{srcname}-%{version}.tar.bz2
+Source1:baselibs.conf
 # Intel graphics hardware only available on these platforms
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  libtool

++ baselibs.conf ++
vaapi-intel-driver



commit patchinfo.4641 for openSUSE:13.1:Update

2016-06-26 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4641 for 
openSUSE:13.1:Update checked in at 2016-06-26 09:09:24

Comparing /work/SRC/openSUSE:13.1:Update/patchinfo.4641 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.patchinfo.4641.new (New)


Package is "patchinfo.4641"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  XRevan86
  VUL-0: CVE-2016-5301: libtorrent-rasterbar 
http_parser.cpp denial of service
  security
  moderate
  Security update for libtorrent-rasterbar
 This update for libtorrent-rasterbar fixes the following 
issues:

   - CVE-2016-5301: Crash on invalid input in http_parser could have allowed
 a remote attacker to perform a denial of service attack (boo#983228).

   In addition, the package was updated to 1.0.9 / 1.16.19, fixing various
   upstream bugs.