commit xorg-x11-server for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2015-04-03 14:33:08

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


Package is xorg-x11-server

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2015-02-27 11:08:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2015-04-03 14:33:10.0 +0200
@@ -1,0 +2,6 @@
+Mon Mar 30 11:22:28 UTC 2015 - m...@suse.com
+
+- U_os-XDMCP-options-like-query-etc-should-imply-listen.patch
+  * Enable listening on tcp when using -query. (bnc#924914)
+
+---

New:

  U_os-XDMCP-options-like-query-etc-should-imply-listen.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.L3cQwP/_old  2015-04-03 14:33:11.0 +0200
+++ /var/tmp/diff_new_pack.L3cQwP/_new  2015-04-03 14:33:11.0 +0200
@@ -165,6 +165,7 @@
 Patch113:   u_symbols-Fix-sdksyms.sh-to-cope-with-gcc5.patch
 Patch114:   u_ad-hoc-fix-for-mmap-s-truncated-offset-parameter-on-.patch
 Patch115:   N_Force-swcursor-for-KMS-drivers-without-hw-cursor-sup.patch
+Patch116:   U_os-XDMCP-options-like-query-etc-should-imply-listen.patch
 
 Patch1000:  n_xserver-optimus-autoconfig-hack.patch
 
@@ -255,6 +256,7 @@
 %patch113 -p1
 %patch114 -p1
 %patch115 -p1
+%patch116 -p1
 
 %patch1000 -p1
 

++ U_os-XDMCP-options-like-query-etc-should-imply-listen.patch ++
Git-commit: 491cf02e191e70c5ce24c19da880bb79bebfc03c
Author: Jon TURNEY jon.tur...@dronecode.org.uk
Subject: os: XDMCP options like -query etc. should imply -listen tcp
Patch-Mainline: Upstream
Signed-off-by: Michal Srb m...@suse.com

In X server 1.17, the default configuration is now -nolisten tcp.  In this
configuration, XDMCP options don't work usefully, as the X server is not
listening on the port for the display that it tells the display manager to
connect to.

Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
Reviewed-by: Colin Harrison colin.harri...@virgin.net
---
 os/xdmcp.c | 17 +
 1 file changed, 17 insertions(+)

diff --git a/os/xdmcp.c b/os/xdmcp.c
index b6e97c9..bc5a707 100644
--- a/os/xdmcp.c
+++ b/os/xdmcp.c
@@ -48,6 +48,11 @@
 #include netdir.h
 #endif
 
+#define XSERV_t
+#define TRANS_SERVER
+#define TRANS_REOPEN
+#include X11/Xtrans/Xtrans.h
+
 #ifdef XDMCP
 #undef REQUEST
 
@@ -242,6 +247,14 @@ XdmcpUseMsg(void)
 ErrorF(-displayID display-id  manufacturer display ID for request\n);
 }
 
+static void
+XdmcpDefaultListen(void)
+{
+/* Even when configured --disable-listen-tcp, we should listen on tcp in
+   XDMCP modes */
+_XSERVTransListen(tcp);
+}
+
 int
 XdmcpOptions(int argc, char **argv, int i)
 {
@@ -249,11 +262,13 @@ XdmcpOptions(int argc, char **argv, int i)
 get_manager_by_name(argc, argv, i++);
 XDM_INIT_STATE = XDM_QUERY;
 AccessUsingXdmcp();
+XdmcpDefaultListen();
 return i + 1;
 }
 if (strcmp(argv[i], -broadcast) == 0) {
 XDM_INIT_STATE = XDM_BROADCAST;
 AccessUsingXdmcp();
+XdmcpDefaultListen();
 return i + 1;
 }
 #if defined(IPv6)  defined(AF_INET6)
@@ -261,6 +276,7 @@ XdmcpOptions(int argc, char **argv, int i)
 i = get_mcast_options(argc, argv, ++i);
 XDM_INIT_STATE = XDM_MULTICAST;
 AccessUsingXdmcp();
+XdmcpDefaultListen();
 return i + 1;
 }
 #endif
@@ -268,6 +284,7 @@ XdmcpOptions(int argc, char **argv, int i)
 get_manager_by_name(argc, argv, i++);
 XDM_INIT_STATE = XDM_INDIRECT;
 AccessUsingXdmcp();
+XdmcpDefaultListen();
 return i + 1;
 }
 if (strcmp(argv[i], -port) == 0) {
-- 
2.3.3




commit librsvg for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package librsvg for openSUSE:Factory checked 
in at 2015-04-03 14:33:50

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


Package is librsvg

Changes:

--- /work/SRC/openSUSE:Factory/librsvg/librsvg.changes  2015-03-03 
11:13:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.librsvg.new/librsvg.changes 2015-04-03 
14:33:51.0 +0200
@@ -1,0 +2,9 @@
+Fri Mar 27 09:22:06 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.40.9:
+  + bgo#738367: V/v/H/h commands in path elements were not working.
+  + bgo#605875: Gaussian-blurred objects were sometimes missing.
+  + bgo#710163: Use _wfullpath() on Windows when canonicalizing
+filenames.
+
+---

Old:

  librsvg-2.40.8.tar.xz

New:

  librsvg-2.40.9.tar.xz



Other differences:
--
++ librsvg.spec ++
--- /var/tmp/diff_new_pack.ZO2Tc0/_old  2015-04-03 14:33:52.0 +0200
+++ /var/tmp/diff_new_pack.ZO2Tc0/_new  2015-04-03 14:33:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   librsvg
-Version:2.40.8
+Version:2.40.9
 Release:0
 Summary:A Library for Rendering SVG Data
 License:LGPL-2.0+ and GPL-2.0+

++ librsvg-2.40.8.tar.xz - librsvg-2.40.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librsvg-2.40.8/ChangeLog new/librsvg-2.40.9/ChangeLog
--- old/librsvg-2.40.8/ChangeLog2015-02-27 17:37:39.0 +0100
+++ new/librsvg-2.40.9/ChangeLog2015-03-27 00:50:34.0 +0100
@@ -1,3 +1,94 @@
+commit 19bb11837877538382cd11f7243f9875e082268f
+Author: Federico Mena Quintero feder...@gnome.org
+Date:   Wed Mar 25 19:47:09 2015 -0600
+
+Update NEWS
+
+ NEWS | 8 
+ 1 file changed, 8 insertions(+)
+
+commit 22a90daef0813f1cf2ac70a15266a8b820145b3c
+Author: Federico Mena Quintero feder...@gnome.org
+Date:   Wed Mar 25 19:44:31 2015 -0600
+
+Bump version
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 28694c791067f0321ae21d44734b1ef88b45d742
+Author: LRN lrn1...@gmail.com
+Date:   Tue Mar 24 18:14:23 2015 -0600
+
+bgo#710163 - Use _wfullpath() on Windows instead of _fullpath()
+
+ rsvg-base.c | 32 ++--
+ 1 file changed, 26 insertions(+), 6 deletions(-)
+
+commit 7fc95d9571c7d25e548a590aae482f9707f290d2
+Author: Federico Mena Quintero feder...@gnome.org
+Date:   Tue Mar 24 15:25:19 2015 -0600
+
+Gaussian blur: clip the blurred image to the filter effects region
+
+ rsvg-filter.c | 29 -
+ 1 file changed, 24 insertions(+), 5 deletions(-)
+
+commit 054807726db76558728e7a7513aabc4698b3dc95
+Author: Federico Mena Quintero feder...@gnome.org
+Date:   Fri Mar 13 12:23:11 2015 -0600
+
+bgo#605875 - Gaussian blurred objects are sometimes missing
+
+This replaces the blurring machinery with a real gaussian blur for small 
radiuses,
+and fixes box blurs for large radiuses.
+
+Based on a patch by Eduard Braun.
+
+ rsvg-filter.c | 598 --
+ 1 file changed, 494 insertions(+), 104 deletions(-)
+
+commit 86589fb2046d0d8996ed024c3036f3c0ed48d695
+Author: Federico Mena Quintero feder...@gnome.org
+Date:   Tue Mar 10 17:48:12 2015 -0600
+
+Add test for bgo#605875 - Incorrect rendering of feGaussianBlur
+
+This test image comes from
+
https://commons.wikimedia.org/wiki/File:Kaliningrad_Oblast_Coat_of_Arms_2006.svg
+The topmost jewel in the center of the crown was not getting
+rendered at all.
+
+ tests/bugs/605875-ref.png | Bin 0 - 156652 bytes
+ tests/bugs/605875.svg | 681 ++
+ tests/rsvg-test.txt   |   1 +
+ 3 files changed, 682 insertions(+)
+
+commit 9628f3da0023bfd3e919e2bfb4c2dc10ad45d9ab
+Author: Andrea Griffini agr...@tin.it
+Date:   Fri Mar 13 12:36:24 2015 -0600
+
+bgo#738367 - Fix handling of V/v/H/h commands in path
+
+These were not setting one of the x/y components for the reflection point
+to be used in smooth curves.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=738367
+
+ rsvg-path.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit f8d37dfb240f0ecb90a91ce534829ec7ac279071
+Author: Federico Mena Quintero feder...@gnome.org
+Date:   Fri Mar 13 12:44:53 2015 -0600
+
+Add test for bgo#738367 - incorrect handling of V/v/H/h commands in path
+
+ tests/bugs/738367-ref.png | Bin 0 - 4184 bytes
+ tests/bugs/738367.svg |   7 +++
+ tests/rsvg-test.txt   |   1 +
+ 3 files changed, 8 insertions(+)
+
 commit 

commit gnome-terminal for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2015-04-03 14:34:11

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


Package is gnome-terminal

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2015-03-30 19:23:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2015-04-03 14:34:12.0 +0200
@@ -1,0 +2,8 @@
+Thu Mar 26 13:45:49 UTC 2015 - zai...@opensuse.org
+
+- Add gnome-terminal-dark-theme.patch: Allow gnome-terminal to have
+  dark theme preferance.
+- Add libtool BuildRequires and call autoreconf as the above patch
+  touches the buildsystem.
+
+---

New:

  gnome-terminal-dark-theme.patch



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.s4ziYm/_old  2015-04-03 14:34:12.0 +0200
+++ /var/tmp/diff_new_pack.s4ziYm/_new  2015-04-03 14:34:12.0 +0200
@@ -28,11 +28,15 @@
 BuildRequires:  fdupes
 # PATCH-FEATURE-OPENSUSE gnome-terminal-transparency.patch 
dimms...@opensuse.org -- Allow gnome-terminal to have transparent windows
 Patch100:   gnome-terminal-transparency.patch
-# PATCH-FEATURE-OPENSSUE 
gnome-terminal-transparency-fix-for-broken-themes.patch dims...@opensuse.org -- 
Ensure the window is always painted
+# PATCH-FEATURE-OPENSUSE 
gnome-terminal-transparency-fix-for-broken-themes.patch dims...@opensuse.org -- 
Ensure the window is always painted
 Patch101:   gnome-terminal-transparency-fix-for-broken-themes.patch
 # Needed for search provider. It should not be needed in my opionion, we have 
to take this up with upstream, or just provide search provider interface 
definition file as source.
+# PATCH-FEATURE-OPENSUSE gnome-terminal-dark-theme.patch zai...@opensuse.org 
-- Allow gnome-terminal to have dark theme preferance.
+Patch102:   gnome-terminal-dark-theme.patch
 BuildRequires:  gnome-shell
 BuildRequires:  intltool = 0.50.0
+# Needed for patch 102
+BuildRequires:  libtool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
@@ -85,9 +89,12 @@
 %setup -q
 %patch100 -p1
 %patch101 -p1
+%patch102 -p1
 translation-update-upstream
 
 %build
+# Needed for patch102
+autoreconf -fiv
 %configure \
 --disable-static \
 --with-gtk=3.0 \

++ gnome-terminal-dark-theme.patch ++
From 7da7309d203e51fb03c002f87a9a6ddd8ee67978 Mon Sep 17 00:00:00 2001
From: Debarshi Ray debars...@gnome.org
Date: Tue, 17 Feb 2015 13:22:11 +0100
Subject: [PATCH 1/2] Revert prefs: Remove dark theme pref

This reverts commit 5f6c514a8840a5d1b87a8c399defee3b5052ec18.
---
 src/org.gnome.Terminal.gschema.xml |  5 +
 src/preferences.ui | 16 
 src/terminal-app.c |  4 
 src/terminal-prefs.c   |  9 -
 src/terminal-schemas.h |  1 +
 5 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/src/org.gnome.Terminal.gschema.xml 
b/src/org.gnome.Terminal.gschema.xml
index 051bdc4..95c5405 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -656,6 +656,11 @@
   summaryWhether to show the menubar in new windows/summary
 /key
 
+key name=dark-theme type=b
+  defaultfalse/default
+  summaryWhether to use a dark theme variant/summary
+/key
+
 key name=new-terminal-mode enum=org.gnome.Terminal.NewTerminalMode
   default'window'/default
   summaryWhether to open new terminals as windows or tabs/summary
diff --git a/src/preferences.ui b/src/preferences.ui
index f64a11b..df82508 100644
--- a/src/preferences.ui
+++ b/src/preferences.ui
@@ -139,6 +139,22 @@
   /packing
 /child
 child
+  object class=GtkCheckButton id=dark-theme-checkbutton
+property name=label translatable=yesUse _dark theme 
variant/property
+property name=visibleTrue/property
+property name=can_focusTrue/property
+property name=receives_defaultFalse/property
+property name=use_underlineTrue/property
+property name=xalign0/property
+property name=draw_indicatorTrue/property
+  /object
+  packing
+property name=expandFalse/property
+property name=fillTrue/property
+property name=position3/property
+  /packing
+/child
+child
   

commit scap-workbench for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package scap-workbench for openSUSE:Factory 
checked in at 2015-04-03 14:34:50

Comparing /work/SRC/openSUSE:Factory/scap-workbench (Old)
 and  /work/SRC/openSUSE:Factory/.scap-workbench.new (New)


Package is scap-workbench

Changes:

--- /work/SRC/openSUSE:Factory/scap-workbench/scap-workbench.changes
2015-02-14 13:56:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.scap-workbench.new/scap-workbench.changes   
2015-04-03 14:34:51.0 +0200
@@ -1,0 +2,9 @@
+Thu Mar 26 06:31:08 UTC 2015 - meiss...@suse.com
+
+- updated to 1.1.0
+  Shiny new major release of SCAP Workbench. A lot of UX improvements
+  and many new exciting features including a much better SCAP Security
+  Guide integration. Downstreams are now encouraged to depend on
+  scap-security-guide.
+
+---

Old:

  scap-workbench-1.0.3.tar.bz2

New:

  scap-workbench-1.1.0.tar.bz2



Other differences:
--
++ scap-workbench.spec ++
--- /var/tmp/diff_new_pack.uxClrK/_old  2015-04-03 14:34:51.0 +0200
+++ /var/tmp/diff_new_pack.uxClrK/_new  2015-04-03 14:34:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scap-workbench
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   scap-workbench
-Version:1.0.3
+Version:1.1.0
 Release:0
 Summary:A SCAP scanner and SCAP content editor
 License:GPL-3.0
@@ -89,7 +89,7 @@
 
 %files
 %defattr(-,root,root,0755)
-%doc README COPYING
+%doc README.md COPYING
 %{_bindir}/%{name}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%name.appdata.xml

++ scap-workbench-1.0.3.tar.bz2 - scap-workbench-1.1.0.tar.bz2 ++
 8153 lines of diff (skipped)




commit notification-daemon for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package notification-daemon for 
openSUSE:Factory checked in at 2015-04-03 14:33:44

Comparing /work/SRC/openSUSE:Factory/notification-daemon (Old)
 and  /work/SRC/openSUSE:Factory/.notification-daemon.new (New)


Package is notification-daemon

Changes:

--- /work/SRC/openSUSE:Factory/notification-daemon/notification-daemon.changes  
2015-03-30 19:15:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.notification-daemon.new/notification-daemon.changes 
2015-04-03 14:33:45.0 +0200
@@ -1,0 +2,7 @@
+Thu Mar 26 20:27:45 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Free memory returned by g_find_program_in_path.
+  + Updated translations.
+
+---

Old:

  notification-daemon-3.15.2.tar.xz

New:

  notification-daemon-3.16.0.tar.xz



Other differences:
--
++ notification-daemon.spec ++
--- /var/tmp/diff_new_pack.fNB7aI/_old  2015-04-03 14:33:46.0 +0200
+++ /var/tmp/diff_new_pack.fNB7aI/_new  2015-04-03 14:33:46.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   notification-daemon
-Version:3.15.2
+Version:3.16.0
 Release:0
 Summary:Notification Daemon
 License:GPL-2.0+
 Group:  System/Daemons
 Url:http://www.galago-project.org/
-Source: 
http://download.gnome.org/sources/notification-daemon/3.15/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/notification-daemon/3.16/%{name}-%{version}.tar.xz
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files

++ notification-daemon-3.15.2.tar.xz - notification-daemon-3.16.0.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notification-daemon-3.15.2/NEWS 
new/notification-daemon-3.16.0/NEWS
--- old/notification-daemon-3.15.2/NEWS 2014-11-29 14:32:07.0 +0100
+++ new/notification-daemon-3.16.0/NEWS 2015-03-26 15:50:26.0 +0100
@@ -1,3 +1,9 @@
+Version 3.16.0
+==
+- Free memory returned by g_find_program_in_path. (Dmitry Shachnev)
+- Updated translations:
+  Samir Ribic (bs).
+
 Version 3.15.2
 ==
 - Fix few deprecation warnings. (Alberts Muktupāvels)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notification-daemon-3.15.2/aclocal.m4 
new/notification-daemon-3.16.0/aclocal.m4
--- old/notification-daemon-3.15.2/aclocal.m4   2014-11-29 14:32:54.0 
+0100
+++ new/notification-daemon-3.16.0/aclocal.m4   2015-03-26 15:51:47.0 
+0100
@@ -739,7 +739,7 @@
 
 # gnome-compiler-flags.m4
 #
-# serial 2
+# serial 4
 #
 
 dnl GNOME_COMPILE_WARNINGS
@@ -751,7 +751,7 @@
 dnl Additional warning/error flags can be passed as an optional second 
argument.
 dnl
 dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar])
-AC_DEFUN([GNOME_COMPILE_WARNINGS],[
+AU_DEFUN([GNOME_COMPILE_WARNINGS],[
 dnl **
 dnl More compiler warnings
 dnl **
@@ -788,6 +788,7 @@
 -Werror=format-security \
 -Werror=format=2 \
 -Werror=missing-include-dirs \
+-Werror=return-type \
 
 
 dnl Additional warning or error flags provided by the module author to
@@ -858,11 +859,14 @@
 
 WARN_CFLAGS=$tested_warning_flags $complCFLAGS
 AC_SUBST(WARN_CFLAGS)
-])
+],
+[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and
+eliminate use of --enable-iso-c.
+See: 
http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]])
 
 dnl For C++, do basically the same thing.
 
-AC_DEFUN([GNOME_CXX_WARNINGS],[
+AU_DEFUN([GNOME_CXX_WARNINGS],[
   AC_ARG_ENABLE(cxx-warnings,
 AS_HELP_STRING([--enable-cxx-warnings=@:@no/minimum/yes@:@]
[Turn on compiler warnings.]),,
@@ -913,7 +917,10 @@
 
   WARN_CXXFLAGS=$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS
   AC_SUBST(WARN_CXXFLAGS)
-])
+],
+[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and
+eliminate use of --enable-iso-cxx.
+See: 
http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]])
 
 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notification-daemon-3.15.2/configure 
new/notification-daemon-3.16.0/configure
--- old/notification-daemon-3.15.2/configure2014-11-29 14:32:54.0 
+0100
+++ new/notification-daemon-3.16.0/configure2015-03-26 15:51:48.0 
+0100

commit webkit2gtk3 for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2015-04-03 14:33:26

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


Package is webkit2gtk3

Changes:

--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2015-03-30 
19:27:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 
2015-04-03 14:33:27.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 26 12:44:51 UTC 2015 - dims...@opensuse.org
+
+- Change webkit2gtk-4_0-injected-bundles Recommends to Requires:
+  apps fail to load webkit if the bunldes are not available.
+
+---



Other differences:
--
++ webkit2gtk3.spec ++
--- /var/tmp/diff_new_pack.tI7RNJ/_old  2015-04-03 14:33:28.0 +0200
+++ /var/tmp/diff_new_pack.tI7RNJ/_new  2015-04-03 14:33:28.0 +0200
@@ -86,8 +86,8 @@
 Group:  System/Libraries
 Provides:   %{_pkgname_no_slpp} = %{version}
 Recommends: %{_pkgname_no_slpp}-lang = %{version}
-# Recommend the injected bundles
-Recommends: webkit2gtk-4_0-injected-bundles
+# Require the injected bundles. The bundles are dlopen()ed
+Requires:   webkit2gtk-4_0-injected-bundles
 
 %description -n libwebkit2gtk%{_wk2sover}
 WebKit is a web content engine, derived from KHTML and KJS from KDE,




commit gnome-settings-daemon for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2015-04-03 14:33:35

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


Package is gnome-settings-daemon

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
2015-03-30 19:25:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2015-04-03 14:33:36.0 +0200
@@ -1,0 +2,30 @@
+Thu Mar 26 15:23:44 UTC 2015 - dims...@opensuse.org
+
+- Drop systemd build condition and pkgconfig(libsystemd-login)
+  BuildRequires: this hasn't been a dependency since version 3.8.
+
+---
+Thu Mar 26 15:17:53 UTC 2015 - dims...@opensuse.org
+
+- Change RPM group of -devel package to
+  Development/Languages/C and C++.
+
+---
+Thu Mar 26 15:06:02 UTC 2015 - dims...@opensuse.org
+
+- No longer pass --enable-systemd, --enable-gconf-bridge and
+  --with-pnpids to configure: those parameters are not available
+  anymore.
+
+---
+Thu Mar 26 13:53:51 UTC 2015 - dims...@opensuse.org
+
+- Change from simple %defines to %bcond_with/without, as this
+  allows to be set in prjconf without the need to patch the .spec
+  files.
+  + with_systemd, with_wacom, with_wayland, with_smartcard have
+been replaced with their equivalent %bcond_with, resp.
+%bcond_without, based on the value that was originally set,
+resulting in no change for the build.
+
+---



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.rwBH6B/_old  2015-04-03 14:33:37.0 +0200
+++ /var/tmp/diff_new_pack.rwBH6B/_new  2015-04-03 14:33:37.0 +0200
@@ -16,22 +16,19 @@
 #
 
 
-# We cannot enable systemd support right now, as it is exclusive and means we
-# lose ConsoleKit support (bad for sysvinit)
-%define with_systemd 1
+# Allow to disable wayland components
+%bcond_without wayland
 
-# Smart-Card support is disabled in version 3.7.3
-%define with_smartcard 1
+# Smart-Card support was not available from version 3.7.3 to 3.9.5; allow to 
easily disable it
+%bcond_without smartcard
 
-# Wacom input support
+# Wacom input support is not available on all platforms
 %ifarch s390 s390x
-%define with_wacom 0
+%bcond_with wacom
 %else
-%define with_wacom 1
+%bcond_without wacom
 %endif
 
-%define with_wayland 1
-
 Name:   gnome-settings-daemon
 Version:3.16.0
 Release:0
@@ -75,10 +72,7 @@
 BuildRequires:  pkgconfig(libpulse) = 2.0
 BuildRequires:  pkgconfig(libpulse-mainloop-glib) = 2.0
 BuildRequires:  pkgconfig(librsvg-2.0) = 2.36.2
-%if %{with_systemd}
-BuildRequires:  pkgconfig(libsystemd-login)
-%endif
-%if %{with_wacom}
+%if %{with wacom}
 BuildRequires:  pkgconfig(libwacom) = 0.7
 BuildRequires:  pkgconfig(xorg-wacom)
 %endif
@@ -112,7 +106,7 @@
 
 %package devel
 Summary:Development package for the GNOME settings daemon
-Group:  System/GUI/GNOME
+Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 
 %description devel
@@ -136,17 +130,12 @@
 %build
 autoreconf -f -i
 %configure\
-%if %{with_systemd}
---enable-systemd \
-%endif
-%if %{with_wayland}
+%if %{with wayland}
 --enable-wayland \
 %else
 --disable-wayland \
 %endif
---enable-gconf-bridge \
 --disable-static \
---with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids \
 --libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
 %{nil}
 # work around a racing condition in plugins/common, which does not always 
build properly using parallel build
@@ -184,7 +173,7 @@
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-printer
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-test-*
 # From patch2
-#%{_libexecdir}/novell-sysconfig-proxy-helper
+#%%{_libexecdir}/novell-sysconfig-proxy-helper
 %dir %{_libdir}/gnome-settings-daemon-3.0/
 %{_libdir}/gnome-settings-daemon-3.0/libgsd.so
 %{_libdir}/gnome-settings-daemon-3.0/*.gnome-settings-plugin
@@ -204,7 +193,7 @@
 %{_libdir}/gnome-settings-daemon-3.0/librfkill.so
 %{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
 %{_libdir}/gnome-settings-daemon-3.0/libsharing.so
-%if %{with_smartcard}
+%if %{with smartcard}
 %{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
 %endif
 %{_libdir}/gnome-settings-daemon-3.0/libsound.so
@@ -224,7 +213,7 @@
 

commit libwacom for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2015-04-03 14:33:57

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


Package is libwacom

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2015-01-30 
20:31:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2015-04-03 
14:33:58.0 +0200
@@ -1,0 +2,15 @@
+Fri Mar 27 16:07:47 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.12:
+  + Added libwacom_stylus_has_wheel() for relative wheel detection.
+  + Added libwacom_stylus_get_axes() for a list of supported axes.
+  + New devices:
+- Cintiq 27QHD, Cintiq 27QHD Touch.
+- DTU-1031X.
+- Intuos Pen Medium.
+  + Reworked udev rules:
+- be more restrictive when to set ID_INPUT_TOUCHPAD.
+- unset ID_INPUT_JOYSTICK on tablet devices.
+- tag the Pad device as ID_INPUT_TABLET_PAD.
+
+---

Old:

  libwacom-0.11.tar.bz2

New:

  libwacom-0.12.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.ckcbap/_old  2015-04-03 14:33:59.0 +0200
+++ /var/tmp/diff_new_pack.ckcbap/_new  2015-04-03 14:33:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.11
+Version:0.12
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.11.tar.bz2 - libwacom-0.12.tar.bz2 ++
 3392 lines of diff (skipped)




commit kexec-tools for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2015-04-03 14:33:20

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


Package is kexec-tools

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2015-02-16 
17:31:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2015-04-03 14:33:21.0 +0200
@@ -1,0 +2,11 @@
+Sun Mar 29 01:53:16 UTC 2015 - crrodrig...@opensuse.org
+
+- kexec tools are included in the default initrd, we need 
+  to regenerate if this package changes.
+
+---
+Fri Mar 20 15:19:45 UTC 2015 - sch...@linux-m68k.org
+
+- Enable building on m68k
+
+---



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.8a5DWF/_old  2015-04-03 14:33:22.0 +0200
+++ /var/tmp/diff_new_pack.8a5DWF/_new  2015-04-03 14:33:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kexec-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -50,7 +50,7 @@
 %ifarch x86_64
 BuildRequires:  xen-devel
 %endif
-ExclusiveArch:  ppc64le aarch64 %ix86 x86_64 ia64 ppc ppc64 s390 s390x %arm sh 
mips mipsel
+ExclusiveArch:  ppc64le aarch64 %ix86 x86_64 ia64 ppc ppc64 s390 s390x %arm sh 
mips mipsel m68k
 
 %description
 Kexec is a user space utility for loading another kernel and asking the
@@ -103,6 +103,7 @@
 
 %post
 %service_add_post kexec-load.service
+%{?regenerate_initrd_post}
 
 %postun
 %service_del_postun kexec-load.service
@@ -113,6 +114,9 @@
 %preun
 %service_del_preun kexec-load.service
 
+%posttrans
+%{?regenerate_initrd_posttrans}
+
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING News TODO doc




commit hawk for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package hawk for openSUSE:Factory checked in 
at 2015-04-03 14:34:46

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


Package is hawk

Changes:

--- /work/SRC/openSUSE:Factory/hawk/hawk.changes2015-03-18 
13:07:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk.new/hawk.changes   2015-04-03 
14:34:47.0 +0200
@@ -1,0 +2,54 @@
+Thu Apr 02 06:05:17 UTC 2015 - kgronl...@suse.com
+
+- Update to version 0.7.0+git.1427954675.b847dc9:
+  + GUI: Fix error display css
+  + GUI: Redirect to new after creating, add link to edit created resource 
(bsc#921762)
+  + Wizard: Add sbd_device as explicit parameter (bsc#924407)
+  + Wizard: Remove cmirrord from cLVM wizard (bsc#924414)
+  + Wizard: Fix check for CIB write access (bsc#924429)
+
+---
+Wed Mar 25 13:51:08 UTC 2015 - kgronl...@suse.com
+
+- Depend strictly on supported versions of rubygems 
+
+---
+Wed Mar 25 10:19:31 UTC 2015 - kgronl...@suse.com
+
+- Depend on exact tilt version required (1.4) 
+
+---
+Thu Mar 19 13:12:14 UTC 2015 - kgronl...@suse.com
+
+- Add build dependency on git 
+
+---
+Thu Mar 19 09:02:38 UTC 2015 - kgronl...@suse.com
+
+- Update to version 0.7.0+git.1426755371.189d4a2:
+  + Rely on hawk to pull in production dependencies
+  + Reorder dependency install to avoid tilt trap
+  + Rails 4: Fix use of @errors hash vs. array
+
+---
+Wed Mar 18 12:58:59 UTC 2015 - kgronl...@suse.com
+
+- Update to version 0.7.0+git.1426677126.2ef8f08:
+  + Vagrant: Increase development worker:thread count to 2:2
+  + Build: Update rpm/hawk.spec
+
+---
+Wed Mar 18 11:10:54 UTC 2015 - kgronl...@suse.com
+
+- Make dependency on tilt = 1.4,  2.0
+
+---
+Tue Mar 17 15:26:48 UTC 2015 - kgronl...@suse.com
+
+- Update to version 0.7.0+git.1426603924.3cb835b:
+  + Vagrant: Reduce number of workers in dev mode
+  + Misc: Reduce number of server workers/threads
+  + Chef: Fix spelling
+  + Vagrant: retain insecure key
+
+---

Old:

  hawk-0.7.0+git.1426595507.808c2cc.tar.bz2

New:

  _servicedata
  hawk-0.7.0+git.1427954675.b847dc9.tar.bz2



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.lMAHda/_old  2015-04-03 14:34:48.0 +0200
+++ /var/tmp/diff_new_pack.lMAHda/_new  2015-04-03 14:34:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:0.7.0+git.1426595507.808c2cc
+Version:0.7.0+git.1427954675.b847dc9
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -71,30 +71,31 @@
 %endif
 
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) = 3.5
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext) = 0.9
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext) = 3.1
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails) = 1.2
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma) = 2.11
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext:0.9)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3.1)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1.2)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma:2.11)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:quiet_assets)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails) = 4.2
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:rake) = 10.4
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring) = 1.3
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:sprockets) = 2.12
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt) = 1.4
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console) = 2.0
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails:4.2)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:rake:10.4)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring:1.3)
+BuildRequires:  

commit sqlitebrowser for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package sqlitebrowser for openSUSE:Factory 
checked in at 2015-04-03 14:34:42

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


Package is sqlitebrowser

Changes:

--- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes  
2014-03-04 13:59:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new/sqlitebrowser.changes 
2015-04-03 14:34:43.0 +0200
@@ -1,0 +2,78 @@
+Thu Apr  2 07:09:42 UTC 2015 - mplus...@suse.com
+
+- Update licensing information
+
+---
+Thu Mar 26 14:04:19 UTC 2015 - stephan.ba...@suse.com
+
+- Update to version 3.5.1 from 3.4.0
+  Upstream changes for 3.5.1:
+
+  Bug fixes
+
+  - Default Location field can't be changed in v3.5.0 on OSX - #197
+  - Crash when a table name is empty - #194
+  - CSV Import bug - final row being missed - #193
+  - Attach database when main is encrypted - #174
+  - Failure to delete some SQLite entries (.s3db) - #172
+
+  Important upstream changes for 3.5.0:
+  One of the major improvements in this release, is support for encrypted
+  databases. This is done using the SQLCipher encryption library.
+
+  Enhancements
+
+  - I18N - Simplified Chinese language support - #138
+  - Add tooltip for all table items - #139
+  - Remember CSV export options - #149
+  - Distinguish Save and Save As when saving SQL files in the Execute SQL tab
+- #152
+  - Add two buttons to navigate to the head and the tail - #169
+  - Support Indices without sorting - #176
+
+  Enhancements with progress, though more still needs to be done
+
+  - Open Encrypted Database - #12
+  - Add full support for tables without rowid - #51
+  - NULL field values are not highlighted - #163
+  - Ability to change language - #182 #187
+
+  Bug fixes
+
+  - Foreign Key in Edit Create Table - #109
+  - CSV export bug - Fields aren't automatically quoted when separator
+character is present in the data - #144
+  - [feature request]Execute SQL: clear output if query returns nothing -
+- #151
+  - Export to SQL INT Datatype Expression - #156
+  - Crash when opening db without rowid and composite primary key - #159
+  - Database Structure view: wrong parsing of CHECK constraints - #179
+  - tests: fix QCoreApplication parameters #185
+
+---
+Mon Dec  8 10:51:35 UTC 2014 - l...@linux-schulserver.de
+
+- update to 3.4.0
+  + CSV file import and export code has been extensively modified
+for better RFC compatibility
+  + support for custom collation sequences. This lets people use
+SQLite3 databases copied from their Android phone or tablet.
+  + several fixes in our SQL grammar parser 
+  + Make adding new rows less confusing by showing automatically
+generated data by default values, triggers or the PK right after
+the new row is added
+  + Edit Table dialog: Add option for adding a unique constraint to columns
+  + UI improvements: Show line numbers in the SQL log
+  + Add a database schema pane (can be torn off)
+  + Added a Russian translation, fixed German translation
+  + new Project files feature, for saving metadata about your SQLite
+Database files
+  + New: Plotting, a quick and dirty way to draw graphs from your 
+table data
+  + Bi-licensed under MPLv2 and GPLv3 
+- adapt package license string for the bi-license
+- use cmake now instead of old qmake
+- let make install the sqlitebrowser binary
+- build-require hicolor-icon-theme for the directory ownership
+
+---

Old:

  sqlitebrowser-sqlb-3.0.2.tar.bz2

New:

  sqlitebrowser-sqlitebrowser-0ddf048.tar.gz



Other differences:
--
++ sqlitebrowser.spec ++
--- /var/tmp/diff_new_pack.uQW2zb/_old  2015-04-03 14:34:43.0 +0200
+++ /var/tmp/diff_new_pack.uQW2zb/_new  2015-04-03 14:34:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlitebrowser
 #
-# Copyright (c) 2012-2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sqlitebrowser
-Version:3.0.2
-Release:1
-License:GPL-3.0+
+Version:3.5.1
+Release:0
 Summary:Create, design and edit SQLite Databases
-Url:https://github.com/rp-/sqlitebrowser/
+License:GPL-3.0+ or 

commit gcab for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package gcab for openSUSE:Factory checked in 
at 2015-04-03 14:34:18

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


Package is gcab

Changes:

--- /work/SRC/openSUSE:Factory/gcab/gcab.changes2015-03-27 
09:38:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gcab.new/gcab.changes   2015-04-03 
14:34:20.0 +0200
@@ -1,0 +2,12 @@
+Mon Mar 30 15:16:56 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.6:
+  + Fix for the AFL-detected crashes.
+  + Add file information getters (get_attributes(), get_date(),
+get_size()).
+  + gcab learned --list-details to list files with those
+informations.
+  + Fix the file date when creating cab.
+  + Build-sys fixes.
+
+---

Old:

  gcab-0.5.tar.xz

New:

  gcab-0.6.tar.xz



Other differences:
--
++ gcab.spec ++
--- /var/tmp/diff_new_pack.4ZQs5e/_old  2015-04-03 14:34:20.0 +0200
+++ /var/tmp/diff_new_pack.4ZQs5e/_new  2015-04-03 14:34:20.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gcab
-Version:0.5
+Version:0.6
 Release:0
 Summary:Cabinet file library and tool
 License:LGPL-2.1+
 Group:  Productivity/Archiving/Compression
 Url:http://ftp.gnome.org/pub/GNOME/sources/gcab
-Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/gcab/0.5/gcab-0.5.tar.xz
+Source: 
http://ftp.acc.umu.se/pub/GNOME/sources/gcab/%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gcab-checksum.patch bgo#746580 sch...@linux-m68k.org -- 
Fix checksum computation
 Patch:  gcab-checksum.patch
 BuildRequires:  gobject-introspection = 0.9.4

++ gcab-0.5.tar.xz - gcab-0.6.tar.xz ++
 3290 lines of diff (skipped)




commit python3-bpython for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package python3-bpython for openSUSE:Factory 
checked in at 2015-04-03 14:34:31

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


Package is python3-bpython

Changes:

--- /work/SRC/openSUSE:Factory/python3-bpython/python3-bpython.changes  
2015-01-25 21:15:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bpython.new/python3-bpython.changes 
2015-04-03 14:34:33.0 +0200
@@ -1,0 +2,94 @@
+Tue Mar  3 16:48:13 UTC 2015 - a...@gmx.de
+
+- update to version 0.14.1:
+
+* #483: Fixed jedi exceptions handling.
+* #486: Fixed Python 3.3 compatibility.
+* #489: Create history file with mode 0600.
+* #491: Fix issues with file name completion.
+* #494: Fix six version requirement.
+* Fix conditional dependencies for SNI support in Python versions before 2.7.7.
+
+---
+Tue Feb 17 19:33:08 UTC 2015 - a...@gmx.de
+
+- specfile
+  * added dependcies greentlet, six, jedi, curtsies
+  * no more binary bpython-curtsies, bpython-gtk
+  * new binary bpython-curses, bpbd
+  * updated %doc: removed ROADMAP, TODO, added AUTHORS
+  * added new files bpython.png, bpython.appdata.xml
+  * add ifdef for 13.1 in %files section for %{_datadir}/appdata
+
+- update to version 0.14:
+  * This release contains major changes to the frontends:
+- curtsies is the new default frontend.
+- The old curses frontend is available as bpython-curses.
+- The GTK+ frontend has been removed.
+  * New features:
+- #194: Syntax-highlighted tracebacks. Thanks to Miriam Lauter.
+- #234: Copy to system clipboard.
+- #285: Re-evaluate session and reimport modules.
+- #313: Warn when undo may take cause extended delay, and prompt to undo
+  multiple lines.
+- #322: Watch imported modules for changes and re-evaluate on changes.
+- #328: bpython history not re-evaluated to edit a previous line of a 
multiline
+  statement.
+- #334: readline command Meta-. for yank last argument. Thanks to Susan
+  Steinman and Steph Samson.
+- #338: bpython help with F1.
+- #354: Edit config file from within bpython.
+- #382: Partial support for pasting in text with blank lines.
+- #410: Startup banner that shows Python and bpython version
+- #426: Experimental mutliline autocompletion.
+- fish style last history completion with Arrow Right. Thanks to Nicholas
+  Sweeting.
+- fish style automatic reverse history search with Arrow Up.
+  Thanks to Nicholas Sweeting.
+- Incremental forward and reverse search.
+- All readline keys which kill/cut text correctly copy text for paste
+  with Ctrl-y or Meta-y.
+- French translation.
+- Removal links for bpaste pastebins are now displayed.
+- More informative error messages when source cannot be found for an 
object.
+  Thanks to Liudmila Nikolaeva and Miriam Lauter.
+- Message displayed if history in scrollback buffer is inconsistent with
+  output from last re-evaluation of bpython session. Thanks to Susan 
Steinman.
+- Adjust logging level with -L or -LL.
+- String literal attribute completion.
+  * Fixes:
+- #254: Use ASCII characters if Unicode box characters are not supported 
by the
+  terminal.
+- #284: __file__ is in scope after module run with bpython -i. Thanks to
+  Lindsey Raymond.
+- #347: Fixed crash on unsafe autocompletion.
+- #349: Fixed writing newlines to stderr.
+- #363: Fixed banner crashing bpython-urwid. Thanks to Luca Barbato.
+- #366, #367: Fixed help() support in curtsies.
+- #369: Interactive sessions inherit compiler directives from files run 
with -i
+  interactive flag.
+- #370, #401, #440, #448, #468, #472: Fixed various display issues in 
curtsies.
+- #391: Fixed crash when using Meta-backspace. Thanks to Tony Wang.
+- #438, #450: bpython-curtsies startup behavior fixed. Errors
+  during startup are reported instead of crashing.
+- #447: Fixed behavior of duplicate keybindings. Thanks to Keyan 
Pishdadian.
+- #458: Fixed dictionary key completion crash in Python 2.6. Thanks to Mary
+  Mokuolu.
+- Documentation fixes from Lindsey Raymond.
+- Fixed filename completion.
+- Fixed various Unicode issues in curtsies.
+- Fixed and re-enabled dictionary key completion in curtsies.
+
+The commandline option --type / -t has been renamed to --paste / -p.
+Python 2.6, 2.7, 3.3 and newer are supported. Support for 2.5 has been 
dropped.
+Furthermore, it is no longer necessary to run 2to3 on the source code.
+This release brings a lot more code coverage, a new contributing guide,
+and most of the code now conforms to PEP-8.
+  

commit libzypp-plugin-appdata for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libzypp-plugin-appdata for 
openSUSE:Factory checked in at 2015-04-03 14:34:24

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


Package is libzypp-plugin-appdata

Changes:

--- 
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2015-03-18 13:02:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
   2015-04-03 14:34:25.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr  2 13:38:08 UTC 2015 - dims...@opensuse.org
+
+- InstallAppdata.sh: pass --nonet to appstream-util when
+  validating appstream.xml.gz.
+
+---
+Tue Mar 31 13:41:00 UTC 2015 - dims...@opensuse.org
+
+- InstallAppdata.sh: only install AppStream metadata, that
+  validates.
+
+---
+Fri Mar 20 12:55:38 UTC 2015 - dims...@opensuse.org
+
+- Re-enable the actual libzypp plugin in place of shipping a static
+  version of appstream metadata (last updated for 13.2). We can do
+  this, as Tumbleweed now produces valid metadata. 3rd party repos
+  are not yet able to produce valid metadata it seems.
+
+---

Old:

  openSUSE-13.2-icons.tar.gz
  openSUSE-13.2.xml.gz



Other differences:
--
++ libzypp-plugin-appdata.spec ++
--- /var/tmp/diff_new_pack.mBUwoE/_old  2015-04-03 14:34:28.0 +0200
+++ /var/tmp/diff_new_pack.mBUwoE/_new  2015-04-03 14:34:28.0 +0200
@@ -19,7 +19,6 @@
 Name:   libzypp-plugin-appdata
 Version:1.0.1
 Release:0
-%define gs_plugin_api 7
 Summary:Extend libzypp to handle AppStream metadata
 License:MIT
 Group:  System/Libraries
@@ -27,13 +26,11 @@
 Source0:openSUSE-appstream-1.0.tar.xz
 Source1:openSUSE-appstream-process
 Source2:InstallAppdata.sh
-Source10:   openSUSE-13.2.xml.gz
-Source11:   openSUSE-13.2-icons.tar.gz
 BuildArch:  noarch
 BuildRequires:  appstream-glib = 0.2.4
 BuildRequires:  fdupes
-# Requires appstream-glib = 0.2.4 for appstream-util install-basename
-Requires:   appstream-glib = 0.2.4
+# appstream-glib = 0.3.6 is the first to correctly to appstream-util 
uninstall in /var/cache
+Requires:   appstream-glib  0.3.5
 # appdata hook was introduced in libzypp 14.29.4
 Requires:   libzypp = 14.29.4
 
@@ -79,28 +76,15 @@
 done
 
 # Install AppData zypp plugin - temporarily disabled in favor of static 
AppStream metadata
-#%%install -Dm 0755 %%{S:1} 
%%{buildroot}%%{_prefix}/lib/zypp/plugins/appdata/$(basename %%{S:1})
-DESTDIR=%{buildroot} appstream-util install %{S:10} %{S:11}
-# marker, that we do no longer have to be aggressive in cleaning up remaining 
metadata in pre
-touch %{buildroot}%{_datadir}/app-info/.zypp_plugin-1.0.1
-
-# Link the few icons that are installed with different names
-%fdupes %{buildroot}%{_datadir}/app-info/icons
-
-%pre
-# In case we come from an old version of the plugin, we ensure to clean out 
any dynamic cache
-if [ ! -f %{_datadir}/app-info/.zypp_plugin-1.0.1 ]; then
-  rm -rf %{_datadir}/app-info/
-fi
+install -Dm 0755 %{S:2} 
%{buildroot}%{_prefix}/lib/zypp/plugins/appdata/$(basename %{S:2})
 
 %files
 %defattr(-,root,root)
 # zypp plugin triggering AppData update on repo refresh
-#dir %{_prefix}/lib/zypp
-#dir %{_prefix}/lib/zypp/plugins
-#dir %{_prefix}/lib/zypp/plugins/appdata/
-#{_prefix}/lib/zypp/plugins/appdata/InstallAppdata.sh
-%{_datadir}/app-info/
+%dir %{_prefix}/lib/zypp
+%dir %{_prefix}/lib/zypp/plugins
+%dir %{_prefix}/lib/zypp/plugins/appdata/
+%{_prefix}/lib/zypp/plugins/appdata/InstallAppdata.sh
 
 %files -n openSUSE-appstream-process
 %defattr(-,root,root)

++ InstallAppdata.sh ++
--- /var/tmp/diff_new_pack.mBUwoE/_old  2015-04-03 14:34:28.0 +0200
+++ /var/tmp/diff_new_pack.mBUwoE/_new  2015-04-03 14:34:28.0 +0200
@@ -26,7 +26,7 @@
 YAST2=/suse/setup/descr
 
 # Cleanup existing appdata found on the system
-for list in $(find /var/cache/app-info/xmls/*.xml.gz); do
+for list in $(find /var/cache/app-info/xmls/*.xml.gz 2 /dev/null); do
appdata=$(basename ${list} .xml.gz)
appstream-util uninstall ${appdata} 21  /dev/null
 done
@@ -34,18 +34,22 @@
 # Install new appdata files
 while ([ $1 = -R ]); do
   case $4 in
- rpm-md)
- appstream-util install-origin $2 $6$RPMMD/*appdata.xml.gz 
$6$RPMMD/*app-icons.tar.gz 21  /dev/null
- ;;
- yast2)
- appstream-util install-origin $2 

commit xtrabackup for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2015-04-03 14:34:53

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


Package is xtrabackup

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2015-03-09 
10:09:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2015-04-03 14:34:54.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr  2 17:41:08 UTC 2015 - astie...@suse.com
+
+- Percona XtraBackup 2.2.10:
+  * Decrypting backup with the wrong key would make the backup
+unusable and unrecoverable.
+  * XtraDB Changed Page Tracking wasn't working with innobackupex.
+  * Fixed Percona XtraBackup assertion caused by dirty pages
+remaining in the buffer pool after the log was fully applied.
+  * Backup will not be prepared and innobackupex will stop with an
+error if the transaction log file is corrupted and it wasn't
+applied to the intended LSN. Previously this was a warning.
+  * New status log-applied is introduced for backup prepared with
+--redo-only to avoid making the backup unusable by preparing
+full or incremental backup without --redo-only and then
+applying next incremental on top of it. Incremental backup now
+can be applied only to backup in log-applied state, but not to
+full-prepared as it was earlier.
+
+---

Old:

  percona-xtrabackup-2.2.9-nodoc.tar.xz

New:

  percona-xtrabackup-2.2.10-nodoc.tar.xz



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.EeCZ7m/_old  2015-04-03 14:34:55.0 +0200
+++ /var/tmp/diff_new_pack.EeCZ7m/_new  2015-04-03 14:34:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtrabackup
-Version:2.2.9
+Version:2.2.10
 Release:0
 Summary:Online backup for MySQL / InnoDB
 License:GPL-2.0

++ percona-xtrabackup-2.2.9-nodoc.tar.xz - 
percona-xtrabackup-2.2.10-nodoc.tar.xz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.2.9-nodoc.tar.xz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.2.10-nodoc.tar.xz
 differ: char 26, line 1




commit cabextract for openSUSE:Factory

2015-04-03 Thread h_root


bin0p4oPvRrcq.bin
Description: Binary data


commit appstream-glib for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package appstream-glib for openSUSE:Factory 
checked in at 2015-04-03 14:34:03

Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old)
 and  /work/SRC/openSUSE:Factory/.appstream-glib.new (New)


Package is appstream-glib

Changes:

--- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes
2015-03-25 21:03:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes   
2015-04-03 14:34:05.0 +0200
@@ -1,0 +2,36 @@
+Mon Mar 30 14:15:04 UTC 2015 - opensuse-packag...@opensuse.org
+
+- Update to version 0.3.6:
+  + trivial: post release version bump.
+  + trivial: Make the UTF-8 test actually match the comment.
+  + Also subsume application licenses.
+  + Do not fail due to style warnings when using relaxed
+validation.
+  + Add --batch-output to be able to disable the progress panel
+when building.
+  + configure.ac: gcab is a hard requirement.
+  + Remove the gtk3 dep from libappstream-glib.
+  + configure.ac: fix typo.
+  + Use the correct image URL for HiDPI screenshots.
+  + Allow uninstalling AppStream files from /var/cache.
+  + Use the upstream screenshot when we are using appstream-builder
+--no-net.
+  + Make the AppStream builder support optional.
+  + Assume the INF DriverVer is UTC.
+  + Always upscale screenshots if they are too small.
+  + Teach asb_utils_write_archive() how to write other archive
+formats.
+  + Put all the screenshots in a file rather than just writing to
+the upload path.
+  + If the API version is unspecified when building use the latest
+released version.
+  + Add the source-only tags when outputting AppData files.
+  + Add a 'replace-screenshots' command to appstream-util.
+  + Update the checksums for the gcab-generated firmware.
+  + Do not trust the result of FcConfigAppFontAddFile().
+  + Release version 0.3.6.
+- Drop appstream-glib-uninstall-var-cache.patch: fixed upstream.
+- Add appstream-glib-cairo-link.patch: link the font plugin to
+  cairo and gtk3.
+
+---

Old:

  appstream-glib-0.3.5.tar.xz
  appstream-glib-uninstall-var-cache.patch

New:

  appstream-glib-0.3.6.tar.xz
  appstream-glib-cairo-link.patch



Other differences:
--
++ appstream-glib.spec ++
--- /var/tmp/diff_new_pack.i9gvdp/_old  2015-04-03 14:34:06.0 +0200
+++ /var/tmp/diff_new_pack.i9gvdp/_new  2015-04-03 14:34:06.0 +0200
@@ -20,7 +20,7 @@
 %define _build_from_vcs 1
 
 Name:   appstream-glib
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:AppStream Abstraction Library
 License:LGPL-2.1+
@@ -29,15 +29,15 @@
 #Source: 
http://people.freedesktop.org/~hughsient/appstream-glib/releases/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.xz
 Patch0: 0001-Add-yast2-branding-openSUSE-if-an-app-depends-on-yas.patch
-# PATCH-FIX-UPSTREAM appstream-glib-uninstall-var-cache.patch 
gh#hughsie/appstream-glib#42 dims...@opensuse.org -- Also uninstall appdata 
from /var/cache
-Patch1: appstream-glib-uninstall-var-cache.patch
+# PATCH-FIX-UPSTREAM appstream-glib-cairo-link.patch dims...@opensuse.org -- 
Link the font plugin to GTK3
+Patch1: appstream-glib-cairo-link.patch
 %if %{_build_from_vcs}
 BuildRequires:  gnome-common
 %else
 # We still need some part to build the man pages
 BuildRequires:  xsltproc
 %endif
-BuildRequires:  gcab
+BuildRequires:  gcab = 0.6
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool = 0.40.0
 BuildRequires:  libyaml-devel

++ _service ++
--- /var/tmp/diff_new_pack.i9gvdp/_old  2015-04-03 14:34:06.0 +0200
+++ /var/tmp/diff_new_pack.i9gvdp/_new  2015-04-03 14:34:06.0 +0200
@@ -2,9 +2,9 @@
   service name=tar_scm mode=disabled
 param name=urlhttps://github.com/hughsie/appstream-glib.git/param
 param name=scmgit/param
-param name=versionformat0.3.5/param
+param name=versionformat0.3.6/param
 param name=changesgenerateenable/param
-param name=revisionrefs/tags/appstream_glib_0_3_5/param
+param name=revisionrefs/tags/appstream_glib_0_3_6/param
   /service
   service name=recompress mode=disabled
 param name=file*.tar/param

++ _servicedata ++
--- /var/tmp/diff_new_pack.i9gvdp/_old  2015-04-03 14:34:06.0 +0200
+++ /var/tmp/diff_new_pack.i9gvdp/_new  2015-04-03 14:34:06.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param 
name=urlhttps://github.com/hughsie/appstream-glib.git/param
-  param 
name=changesrevisiond080dd5c862e20559b1ac1529e2d3c96d7b50069/param/service/servicedata
\ No newline at end 

commit redis for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2015-04-03 14:34:44

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


Package is redis

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2015-02-13 
08:35:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2015-04-03 
14:34:46.0 +0200
@@ -1,0 +2,81 @@
+Thu Apr  2 11:07:42 UTC 2015 - mrueck...@suse.de
+
+- update to 3.0.0
+   What's new in Redis 3.0 compared to Redis 2.8?
+
+  * Redis Cluster: a distributed implementation of a subset of Redis.
+  * New embedded string object encoding resulting in less cache
+misses. Big speed gain under certain work loads.
+  * AOF child - parent final data transmission to minimize latency
+due to last write during AOF rewrites.
+  * Much improved LRU approximation algorithm for keys eviction.
+  * WAIT command to block waiting for a write to be transmitted
+to the specified number of slaves.
+  * MIGRATE connection caching. Much faster keys migraitons.
+  * MIGARTE new options COPY and REPLACE.
+  * CLIENT PAUSE command: stop processing client requests for a
+specified amount of time.
+  * BITCOUNT performance improvements.
+  * CONFIG SET accepts memory values in different units (for
+example you can use CONFIG SET maxmemory 1gb).
+  * Redis log format slightly changed reporting in each line the
+role of the instance (master/slave) or if it's a saving child
+log.
+  * INCR performance improvements.
+
+   Refactoring changes (no new features nor bug fixes)
+
+  * Blocking operations full refactoring (blocked.c)
+  * Client output buffer memory tracking refactored.
+
+  for all the details see
+/usr/share/doc/packages/redis/00-RELEASENOTES
+- refreshed redis-enable-bactrace-on-x86-and-ia64-only.patch to
+  apply cleanly
+
+---
+Wed Apr  1 16:31:16 UTC 2015 - mrueck...@suse.de
+
+- make sure we do not daemonize
+
+---
+Wed Apr  1 15:57:59 UTC 2015 - mrueck...@suse.de
+
+- finished systemd support
+
+---
+Mon Mar 30 19:16:52 UTC 2015 - mrueck...@suse.de
+
+- update to 2.8.19
+  - Don't log admin commands in MONITOR. (antirez)
+  - List of commands flagged as admin commands modified. (antirez)
+  - Lua cmsgpack lib updated to latest version. (antirez)
+  - Add symlink to redis-sentinel during make install (Rhommel
+Lamas)
+  - SORT: Don't sort Set elements if not needed. (antirez)
+  - Fix zero-ordering SORT when called against lists (Matt
+Stancliff)
+  - Update redis_init_script.tpl (Ben Dowling)
+  - FIXED redis-benchmark's idle mode.With idle mode shouldn't
+create write event (zhanghailei)
+  - zipmap.c: update comments above (Sun He)
+  - replaced // comments  #2150 (Deepak Verma)
+  - redis-benchmark AUTH command to be discarded after the first
+send #2150 (azure provisioned user)
+  - sds.c: Correct two spelling mistakes in comments (Sun He)
+  - sds.c/sdscatvprintf: set va_end to finish va_list cpy (Sun He)
+  - sds.c: Correct some comments (Sun He)
+  - Update whatisdoing.sh (Serghei Iakovlev)
+  - Include stropts only if __sun is defined. (antirez)
+  - Fix implicit declaration of ioctl on Solaris (Jan-Erik Rediger)
+  - Silence _BSD_SOURCE warnings in glibc 2.20 and forward (Johan
+Bergström)
+  - Mark whatisdoing.sh as deprecated in top-comment. (antirez)
+  - getting pid fixes (Serghei Iakovlev)
+  - sparkline.c: AddSample skip Empty label (Sun He)
+  - sparkline.c: mov label-ini into the AddSample Function (Sun He)
+  - Only ignore sigpipe in interactive mode (Jan-Erik Rediger)
+  - Simplify lua_cmsgpack macro and fix build on old Linux distros.
+(antirez)
+
+---

Old:

  redis-2.8.18.tar.gz
  redis.sysconfig

New:

  README.SUSE
  redis-3.0.0.tar.gz
  redis.target
  redis.tmpfiles.d
  redis@.service



Other differences:
--
++ redis.spec ++
--- /var/tmp/diff_new_pack.mqlPZC/_old  2015-04-03 14:34:47.0 +0200
+++ /var/tmp/diff_new_pack.mqlPZC/_new  2015-04-03 14:34:47.0 +0200
@@ -15,13 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?suse_version}  1230
+%bcond_without systemd
+%else
+%bcond_withsystemd
+%endif
 
 %define _data_dir   %{_localstatedir}/lib/%{name}
 %define _log_dir%{_localstatedir}/log/%{name}
 %define _conf_dir   %{_sysconfdir}/%{name}
 
 Name:   redis
-Version:2.8.18
+Version:3.0.0
 

commit xapian-bindings for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2015-04-03 14:34:48

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


Package is xapian-bindings

Changes:

--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2015-03-12 16:39:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes 
2015-04-03 14:34:49.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 10:41:05 UTC 2015 - dmuel...@suse.com
+
+- make building of csharp bindings optional for architectures
+  that do not provide mono
+
+---



Other differences:
--
++ xapian-bindings.spec ++
--- /var/tmp/diff_new_pack.ahXozw/_old  2015-04-03 14:34:49.0 +0200
+++ /var/tmp/diff_new_pack.ahXozw/_new  2015-04-03 14:34:49.0 +0200
@@ -17,6 +17,7 @@
 
 
 %define php_extension_dir %(php-config --extension-dir)
+%bcond_with mono
 
 Name:   xapian-bindings
 Version:1.2.20
@@ -32,7 +33,9 @@
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
+%if %{with mono}
 BuildRequires:  mono-devel
+%endif
 BuildRequires:  php5-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -91,6 +94,7 @@
 indexing and search facilities to applications. This package provides the
 files needed for developing TCL scripts which use Xapian.
 
+%if %{with mono}
 %package -n xapian-csharp
 Summary:Files needed for developing C# applications which use Xapian
 Group:  Development/Languages/Mono
@@ -101,7 +105,7 @@
 offers a highly adaptable toolkit that allows developers to easily add advanced
 indexing and search facilities to applications. This package provides the
 files needed for developing C# applications which use Xapian.
-
+%endif
 
 %prep
 %setup -q
@@ -113,7 +117,11 @@
 --with-php\
 --with-ruby   \
 --with-tcl\
+%if %{without mono}
+--without-csharp \
+%else
 --with-csharp \
+%endif
 --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags}
 
@@ -156,6 +164,7 @@
 %doc %{_defaultdocdir}/%{name}/tcl8/
 %{_libdir}/tcl/xapian%{version}/
 
+%if %{with mono}
 %files -n xapian-csharp
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
@@ -166,5 +175,6 @@
 %{_libdir}/mono/XapianSharp/
 %dir %{_libdir}/mono/gac/
 %{_libdir}/mono/gac/XapianSharp/
+%endif
 
 %changelog






commit libdvdread for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libdvdread for openSUSE:Factory 
checked in at 2015-04-03 14:32:16

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


Package is libdvdread

Changes:

--- /work/SRC/openSUSE:Factory/libdvdread/libdvdread.changes2015-02-06 
10:48:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdread.new/libdvdread.changes   
2015-04-03 14:32:17.0 +0200
@@ -1,0 +2,8 @@
+Sat Mar 28 17:47:08 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.3:
+ * Cache IFO and BUP files (only for ImageFiles) in order to reduce
+   the number of read/seek access
+ * Fix compilation warnings for OS/2
+
+---

Old:

  libdvdread-5.0.2.tar.bz2

New:

  libdvdread-5.0.3.tar.bz2



Other differences:
--
++ libdvdread.spec ++
--- /var/tmp/diff_new_pack.ztoK4b/_old  2015-04-03 14:32:18.0 +0200
+++ /var/tmp/diff_new_pack.ztoK4b/_new  2015-04-03 14:32:18.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.2
+Version:5.0.3
 Release:0
 Source0:
http://download.videolan.org/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf

++ libdvdread-5.0.2.tar.bz2 - libdvdread-5.0.3.tar.bz2 ++
 2503 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.2/ChangeLog new/libdvdread-5.0.3/ChangeLog
--- old/libdvdread-5.0.2/ChangeLog  2015-01-28 17:20:32.0 +0100
+++ new/libdvdread-5.0.3/ChangeLog  2015-03-25 14:58:27.0 +0100
@@ -1,3 +1,43 @@
+commit 2b8f60f0c4efd85f17116a5443851d4bb4a288b7
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Wed Mar 25 14:55:05 2015 +0100
+
+Update NEWS for 5.0.3
+
+commit 107ca98775df1eb953881acd8df5471e8bcc88cd
+Author: Jean-Baptiste Kempf j...@videolan.org
+Date:   Wed Mar 25 14:32:38 2015 +0100
+
+Update dvd_reader version too
+
+commit a76a31f0f909200a96eecffe6ea3292f3aa2374f
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Fri Mar 13 17:03:13 2015 +0100
+
+Update NEWS for 5.0.3
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit 85b6663a59290f1cda175690daaf89eb433430bc
+Author: Thomas Guillem tho...@gllm.fr
+Date:   Fri Mar 13 17:03:12 2015 +0100
+
+dvd_reader: cache IFO and BUP files (only for images files)
+
+It reduces the number of read/seek accesses
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
+commit af446d463a15fb08f95f8b84bfc89af395b6e1bc
+Author: KO Myung-Hun kom...@gmail.com
+Date:   Thu Jan 29 17:29:03 2015 +0900
+
+ifo_types.h: fix 'warning: `gcc_struct' attribute directive ignored'
+
+gcc_struct has been supported since gcc 3.4.
+
+Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
+
 commit 574b886b733e8737e8cf17d9330049289e837ac3
 Author: Jean-Baptiste Kempf j...@videolan.org
 Date:   Wed Jan 28 17:17:32 2015 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.2/NEWS new/libdvdread-5.0.3/NEWS
--- old/libdvdread-5.0.2/NEWS   2015-01-27 16:37:08.0 +0100
+++ new/libdvdread-5.0.3/NEWS   2015-03-25 14:55:03.0 +0100
@@ -1,3 +1,8 @@
+libdvdread (5.0.3)
+ * Cache IFO and BUP files (only for ImageFiles) in order to reduce the number
+   of read/seek access
+ * Fix compilation warnings for OS/2
+
 libdvdread (5.0.2)
  * Add DVDOpenStream to open a dvd from a set of callbacks
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libdvdread-5.0.2/compile new/libdvdread-5.0.3/compile
--- old/libdvdread-5.0.2/compile2015-01-03 01:17:26.0 +0100
+++ new/libdvdread-5.0.3/compile2015-03-14 19:08:09.0 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# 

commit vaapi-intel-driver for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package vaapi-intel-driver for 
openSUSE:Factory checked in at 2015-04-03 14:32:38

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
2015-02-12 10:19:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.vaapi-intel-driver.new/vaapi-intel-driver.changes   
2015-04-03 14:32:39.0 +0200
@@ -1,0 +2,18 @@
+Sun Mar 29 15:26:15 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.5.1:
+  + Fix forward reference requirement for Bob deinterlacing.
+  + Fix a lot of potential rendering issues on GEN8+.
+  + Fix scaling of NV12 surfaces when no output_region is set.
+  + Fix the broken attribute setting of i965_GetConfigAttrib.
+  + Fix the GetConfigAttributes() for JPEGBaseline profile.
+  + Fix the wrong overlap setting for VC-1 decoding on GEN6+.
+  + Fix VP8 decoding issue on GEN8+, HW needs 1 extra byte for each
+partition.
+  + Fix JPEG encoding issue.
+  + Add support for aub dump.
+  + Enhance STD on GEN8+.
+  + Implement max width and height in QuerySurfaceAttributes.
+  + Add new SKL PCI ids.
+
+---

Old:

  libva-intel-driver-1.5.0.tar.bz2

New:

  libva-intel-driver-1.5.1.tar.bz2



Other differences:
--
++ vaapi-intel-driver.spec ++
--- /var/tmp/diff_new_pack.YGZQrI/_old  2015-04-03 14:32:40.0 +0200
+++ /var/tmp/diff_new_pack.YGZQrI/_new  2015-04-03 14:32:40.0 +0200
@@ -19,7 +19,7 @@
 %define srcname libva-intel-driver
 
 Name:   vaapi-intel-driver
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Intel Driver for Video Acceleration (VA) API for Linux
 License:MIT and EPL-1.0

++ libva-intel-driver-1.5.0.tar.bz2 - libva-intel-driver-1.5.1.tar.bz2 
++
 35273 lines of diff (skipped)




commit spice-gtk for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2015-04-03 14:32:23

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


Package is spice-gtk

Changes:

--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes  2014-12-21 
12:01:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2015-04-03 
14:32:25.0 +0200
@@ -1,0 +2,23 @@
+Thu Mar 26 22:47:43 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.28:
+  + webdav improvements:
+- No longer spawn a server thread
+- No longer use local TCP sockets  port
+- Provides read-only mode with SpiceSession:share-dir-ro
+- Requires libphodav-2.0 glib-2.0 = 2.43.90 libsoup-2.4 =
+  2.49.91
+  + Drop gstreamer 0.10 in favour of 1.0
+  + Add spice+unix://path connection support
+  + Accept URI with empty parameters value, such as
+spice://localhost?port=5900tls-port=
+  + Fixed lz4 support
+  + Silence some harmless warnings
+  + Misc API documentation improvements
+  + Switch-host migration fixes
+  + Learn to build --without-gtk
+  + Bugs and regressions fixes
+- Add pkgconfig(liblz4) BuildRequires and pass --enable-lz4 to
+  configure.
+
+---

Old:

  spice-gtk-0.27.tar.bz2

New:

  spice-gtk-0.28.tar.bz2



Other differences:
--
++ spice-gtk.spec ++
--- /var/tmp/diff_new_pack.7cxg07/_old  2015-04-03 14:32:25.0 +0200
+++ /var/tmp/diff_new_pack.7cxg07/_new  2015-04-03 14:32:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-gtk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   spice-gtk
-Version:0.27
+Version:0.28
 Release:0
 # FIXME: /usr/bin/spice-client-glib-usb-acl-helper should be installed u+s, 
see bnc#744251.
 Summary:Gtk client and libraries for SPICE remote desktop servers
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(cairo) = 1.2.0
 BuildRequires:  pkgconfig(celt051) = 0.5.1.1
 BuildRequires:  pkgconfig(gio-2.0) = 2.10.0
-BuildRequires:  pkgconfig(glib-2.0) = 2.22
+BuildRequires:  pkgconfig(glib-2.0) = 2.43.90
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gthread-2.0) = 2.0.0
@@ -46,8 +46,9 @@
 BuildRequires:  pkgconfig(gtk+-3.0) = 2.91.3
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libcacard) = 0.1.2
+BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
-BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libsoup-2.4) = 2.49.91
 BuildRequires:  pkgconfig(libusb-1.0) = 1.0.9
 BuildRequires:  pkgconfig(libusbredirhost) = 0.4.2
 BuildRequires:  pkgconfig(libusbredirparser-0.5) = 0.4
@@ -170,6 +171,7 @@
  --disable-dependency-tracking \
  --disable-static \
  --with-gtk=2.0 \
+ --enable-lz4 \
  --disable-silent-rules
 make %{?_smp_mflags}
 
@@ -177,6 +179,7 @@
 %configure \
 --disable-static \
 --enable-vala \
+--enable-lz4 \
 --disable-silent-rules
 make %{?_smp_mflags}
 

++ spice-gtk-0.27.tar.bz2 - spice-gtk-0.28.tar.bz2 ++
 12496 lines of diff (skipped)




commit libva for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libva for openSUSE:Factory checked 
in at 2015-04-03 14:32:31

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


Package is libva

Changes:

--- /work/SRC/openSUSE:Factory/libva/libva.changes  2015-02-12 
10:19:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.libva.new/libva.changes 2015-04-03 
14:32:31.0 +0200
@@ -1,0 +2,8 @@
+Mon Mar 30 09:17:19 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.5.1
+  * API: correct the comment for num_token_partitions in struct
+_VAEncPictureParameterBufferVP8
+  * VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault 
+
+---

Old:

  libva-1.5.0.tar.bz2

New:

  libva-1.5.1.tar.bz2



Other differences:
--
++ libva.spec ++
--- /var/tmp/diff_new_pack.axmjVY/_old  2015-04-03 14:32:32.0 +0200
+++ /var/tmp/diff_new_pack.axmjVY/_new  2015-04-03 14:32:32.0 +0200
@@ -25,7 +25,7 @@
 %endif
 
 Name:   libva
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Video Acceleration (VA) API for Linux
 License:MIT

++ libva-1.5.0.tar.bz2 - libva-1.5.1.tar.bz2 ++
 11843 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libva-1.5.0/NEWS new/libva-1.5.1/NEWS
--- old/libva-1.5.0/NEWS2014-12-29 05:02:56.0 +0100
+++ new/libva-1.5.1/NEWS2015-03-20 04:02:41.0 +0100
@@ -1,5 +1,9 @@
-libva NEWS -- summary of user visible changes.  2014-12-28
-Copyright (C) 2009-2014 Intel Corporation
+libva NEWS -- summary of user visible changes.  2015-03-20
+Copyright (C) 2009-2015 Intel Corporation
+
+Version 1.5.1 - 20.Mar.2015
+* API: correct the comment for num_token_partitions in struct  
_VAEncPictureParameterBufferVP8
+* VA/x11: fix double Unlocks/SyncHandle to avoid segmentation fault
 
 Version 1.5.0 - 28.Dec.2014
 * API: add support for HEVC decoding
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libva-1.5.0/compile new/libva-1.5.1/compile
--- old/libva-1.5.0/compile 2014-12-24 09:15:53.0 +0100
+++ new/libva-1.5.1/compile 2014-12-14 15:54:26.0 +0100
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2012-01-04.17; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
+# Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -78,53 +79,6 @@
   esac
 }
 
-# func_cl_dashL linkdir
-# Make cl look for libraries in LINKDIR
-func_cl_dashL ()
-{
-  func_file_conv $1
-  if test -z $lib_path; then
-lib_path=$file
-  else
-lib_path=$lib_path;$file
-  fi
-  linker_opts=$linker_opts -LIBPATH:$file
-}
-
-# func_cl_dashl library
-# Do a library search-path lookup for cl
-func_cl_dashl ()
-{
-  lib=$1
-  found=no
-  save_IFS=$IFS
-  IFS=';'
-  for dir in $lib_path $LIB
-  do
-IFS=$save_IFS
-if $shared  test -f $dir/$lib.dll.lib; then
-  found=yes
-  lib=$dir/$lib.dll.lib
-  break
-fi
-if test -f $dir/$lib.lib; then
-  found=yes
-  lib=$dir/$lib.lib
-  break
-fi
-if test -f $dir/lib$lib.a; then
-  found=yes
-  lib=$dir/lib$lib.a
-  break
-fi
-  done
-  IFS=$save_IFS
-
-  if test $found != yes; then
-lib=$lib.lib
-  fi
-}
-
 # func_cl_wrapper cl arg...
 # Adjust compile command to suit cl
 func_cl_wrapper ()
@@ -155,34 +109,43 @@
  ;;
  esac
  ;;
-   -I)
- eat=1
- func_file_conv $2 mingw
- set x $@ -I$file
- shift
- ;;
-I*)
  func_file_conv ${1#-I} mingw
  set x $@ -I$file
  shift
  ;;
-   -l)
- eat=1
- func_cl_dashl $2
- set x $@ $lib
- shift
- ;;
-l*)
- func_cl_dashl ${1#-l}
- set x $@ $lib
+ lib=${1#-l}
+ found=no
+ 

commit curl for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2015-04-03 14:31:59

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


Package is curl

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2015-03-01 
14:58:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2015-04-03 
14:32:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Mar 24 12:49:35 UTC 2015 - lnus...@suse.de
+
+- don't hardcode /etc/ssl/certs. Use openssl's default instead
+  (curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff)
+
+---

New:

  curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.mAckb6/_old  2015-04-03 14:32:01.0 +0200
+++ /var/tmp/diff_new_pack.mAckb6/_new  2015-04-03 14:32:01.0 +0200
@@ -33,6 +33,8 @@
 Patch0: libcurl-ocloexec.patch
 Patch1: dont-mess-with-rpmoptflags.diff
 Patch3: curl-secure-getenv.patch
+# PATCH-FIX-OPENSUSE lnus...@suse.de -- use openssl's built in verify path as 
fallback
+Patch4: curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
 BuildRequires:  lzma
@@ -94,6 +96,7 @@
 %patch0
 %patch1
 %patch3
+%patch4 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS
@@ -112,7 +115,8 @@
--enable-ipv6 \
 %if %{with openssl}
--with-ssl \
-   --with-ca-path=%{_sysconfdir}/ssl/certs/ \
+   --without-ca-path \
+   --without-ca-bundle \
 %else
--without-ssl \
 %if %{with mozilla_nss}

++ curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff ++
From 9af60d2d52d9635ba4498d3a42abd85c7c2140db Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Tue, 24 Mar 2015 13:25:17 +0100
Subject: [PATCH] use openssl's built in verify path as fallback

Trying to verify a peer without any having any root CA certificates
registered won't work. So use openssl's built in default as
fallback.

https://github.com/bagder/curl/pull/175
---
 lib/vtls/openssl.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index 3f93e22..34abd64 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -2012,6 +2012,10 @@ static CURLcode ossl_connect_step1(struct connectdata 
*conn, int sockindex)
   none,
   data-set.str[STRING_SSL_CAPATH] ? data-set.str[STRING_SSL_CAPATH]:
   none);
+  } else if (data-set.ssl.verifypeer) {
+  /* verfying the peer without any CA certificates won't
+ work so use openssl's built in default as fallback */
+  SSL_CTX_set_default_verify_paths(connssl-ctx);
   }
 
   if(data-set.str[STRING_SSL_CRLFILE]) {
-- 
2.3.3






commit wireless-regdb for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package wireless-regdb for openSUSE:Factory 
checked in at 2015-04-03 14:32:07

Comparing /work/SRC/openSUSE:Factory/wireless-regdb (Old)
 and  /work/SRC/openSUSE:Factory/.wireless-regdb.new (New)


Package is wireless-regdb

Changes:

--- /work/SRC/openSUSE:Factory/wireless-regdb/wireless-regdb.changes
2014-11-26 10:32:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireless-regdb.new/wireless-regdb.changes   
2015-04-03 14:32:08.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 28 23:23:51 UTC 2015 - mplus...@suse.com
+
+- Update to 2015.01.30
+
+---

Old:

  wireless-regdb-2014.10.07.tar.xz

New:

  wireless-regdb-2015.01.30.tar.xz



Other differences:
--
++ wireless-regdb.spec ++
--- /var/tmp/diff_new_pack.YX7Ssl/_old  2015-04-03 14:32:09.0 +0200
+++ /var/tmp/diff_new_pack.YX7Ssl/_new  2015-04-03 14:32:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wireless-regdb
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   wireless-regdb
-Version:2014.10.07
+Version:2015.01.30
 Release:0
 Summary:802.11 regulatory domain database
 License:ISC
@@ -37,14 +37,14 @@
 %build
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%dir %{_prefix}/lib/crda
-%dir %{_prefix}/lib/crda/pubkeys
-%{_prefix}/lib/crda/regulatory.bin
-%{_prefix}/lib/crda/pubkeys/*pem
+%dir %{_libexecdir}/crda
+%dir %{_libexecdir}/crda/pubkeys
+%{_libexecdir}/crda/regulatory.bin
+%{_libexecdir}/crda/pubkeys/*pem
 %{_mandir}/man5/regulatory.bin.5.gz
 
 %changelog

++ wireless-regdb-2014.10.07.tar.xz - wireless-regdb-2015.01.30.tar.xz 
++
 1692 lines of diff (skipped)




commit libevdev for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package libevdev for openSUSE:Factory 
checked in at 2015-04-03 14:32:59

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


Package is libevdev

Changes:

--- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes2015-01-09 
01:11:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libevdev.new/libevdev.changes   2015-04-03 
14:33:00.0 +0200
@@ -1,0 +2,29 @@
+Sat Mar 28 16:52:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 1.4:
+  * libevdev_uinput_destroy: don't close non-open FD
+  * include: update to 3.18 header
+  * tools: print the formula to calculate resolutions
+  * Shut up clang compiler warnings
+  * tools: fix clang compiler warning
+  * tools: note that the mouse frequency measured is the
+highest frequency
+  * configure: rename BUILD_TESTS to ENABLE_RUNTIME_TESTS
+  * test: always build the build-tests
+  * tools: add a tool to change kernel devices
+  * test: use -std=c89 instead of c90 for the build test
+  * cosmetic: fix a couple of duplicate/missing empty lines
+  * Use memcpy/memmove instead of loop operations
+
+---
+Tue Feb 10 07:48:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 1.3.2:
+  * A new tool has been added to help measure the physical
+resolution of a mouse device. This tool can (and should) be
+used to create udev hwdb entries for systemd's 70-mouse.hwdb
+  * Other changes include documentation and tests fixes
+- Changes since 1.3.1:
+  * INPUT_PROP_POINTINGSTICK is now parsed correctly.
+
+---

Old:

  libevdev-1.3.tar.xz

New:

  libevdev-1.4.tar.xz



Other differences:
--
++ libevdev.spec ++
--- /var/tmp/diff_new_pack.E0S97I/_old  2015-04-03 14:33:00.0 +0200
+++ /var/tmp/diff_new_pack.E0S97I/_new  2015-04-03 14:33:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libevdev
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 Name:   libevdev
 %define sonum  2
-Version:1.3
+Version:1.4
 Release:0
 Summary:A wrapper library for evdev devices
 License:MIT
@@ -112,6 +112,8 @@
 %files tools
 %defattr(-,root,root)
 %doc COPYING
+%{_bindir}/mouse-dpi-tool
+%{_bindir}/libevdev-tweak-device
 %{_bindir}/touchpad-edge-detector
 
 %changelog

++ libevdev-1.3.tar.xz - libevdev-1.4.tar.xz ++
 27428 lines of diff (skipped)




commit Mesa for openSUSE:Factory

2015-04-03 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2015-04-03 14:32:45

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2015-03-19 
20:28:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2015-04-03 
14:32:46.0 +0200
@@ -1,0 +2,28 @@
+Sun Mar 29 13:55:46 UTC 2015 - mimi...@gmail.com
+
+- Update to  10.5.2
+ + fdo#88534 - include/c11/threads_posix.h PTHREAD_MUTEX_RECURSIVE_NP not 
defined
+ + fdo#89328 - python required to build Mesa release tarballs
+ + fdo#89530 - FTBFS in loader: missing fstat
+ + fdo#89590 - Crash in glLinkProgram with shaders with multiple constant 
arrays
+ + fdo#89680 - Hard link exist in Mesa 10.5.1 sources
+ + glsl: Generate link error for non-matching gl_FragCoord redeclarations
+ + docs: Add sha256 sums for the 10.5.1 release
+ + automake: add missing egl files to the tarball
+ + st/egl: don't ship the dri2.c link at the tarball
+ + loader: include sys/stat.h for non-sysfs builds
+ + auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
+ + cherry-ignore: add commit non applicable for 10.5
+ + c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
+ + i965: Set nr_params to the number of uniform components in the VS/GS path.
+ + freedreno/a3xx: use the same layer size for all slices
+ + freedreno: fix slice pitch calculations
+ + radeonsi: increase coords array size for 
radeon_llvm_emit_prepare_cube_coords
+ + glx: Handle out-of-sequence swap completion events correctly. (v2)
+ + mapi: Make private copies of name strings provided by client.
+ + freedreno: update generated headers
+ + glsl: optimize (0 cmp x + y) into (-x cmp y).
+ + glsl: fix names in lower_constant_arrays_to_uniforms
+ + clover: Return 0 as storage size for local kernel args that are not set v2
+
+---

Old:

  mesa-10.5.1.tar.xz

New:

  mesa-10.5.2.tar.xz



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.BN0Z6R/_old  2015-04-03 14:32:47.0 +0200
+++ /var/tmp/diff_new_pack.BN0Z6R/_new  2015-04-03 14:32:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package Mesa
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define glamor 1
 %define _name_archive mesa
-%define _version 10.5.1
+%define _version 10.5.2
 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
 %define gallium_loader 1
 %else
@@ -37,7 +37,7 @@
 %define with_nine 1
 %endif
 Name:   Mesa
-Version:10.5.1
+Version:10.5.2
 Release:0
 Summary:System for rendering interactive 3-D graphics
 License:MIT

++ mesa-10.5.1.tar.xz - mesa-10.5.2.tar.xz ++
/work/SRC/openSUSE:Factory/Mesa/mesa-10.5.1.tar.xz 
/work/SRC/openSUSE:Factory/.Mesa.new/mesa-10.5.2.tar.xz differ: char 27, line 1