commit python3-pyparsing for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-pyparsing for 
openSUSE:Factory checked in at 2015-11-05 11:35:37

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


Package is "python3-pyparsing"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyparsing/python3-pyparsing.changes  
2014-12-03 22:49:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyparsing.new/python3-pyparsing.changes 
2015-11-05 11:35:38.0 +0100
@@ -0,0 +1,47 @@
+---
+Thu Oct 29 15:20:35 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.0.5:
+  * (&$(@#&$(@  Some "print" statements snuck into pyparsing
+v2.0.4, breaking Python 3 compatibility! Fixed. Reported by
+jenshn, thanks!
+
+- changes from Version 2.0.4:
+  * Added ParserElement.addCondition, to simplify adding parse actions
+that act primarily as filters. If the given condition evaluates
+False, pyparsing will raise a ParseException. The condition should
+be a method with the same method signature as a parse action, but
+should return a boolean. Suggested by Victor Porton, nice idea
+Victor, thanks!
+  * Slight mod to srange to accept unicode literals for the input
+string, such as "[а-яА-Я]" instead of
+"[\u0430-\u044f\u0410-\u042f]". Thanks to Alexandr Suchkov for the
+patch!
+  * Enhanced implementation of replaceWith.
+  * Fixed enhanced ParseResults.dump() method when the results
+consists only of an unnamed array of sub-structure
+results. Reported by Robin Siebler, thanks for your patience and
+persistence, Robin!
+  * Fixed bug in fourFn.py example code, where pi and e were defined
+using CaselessLiteral instead of CaselessKeyword. This was not a
+problem until adding a new function 'exp', and the leading 'e' of
+'exp' was accidentally parsed as the mathematical constant
+'e'. Nice catch, Tom Grydeland - thanks!
+  * Adopt new-fangled Python features, like decorators and ternary
+expressions, per suggestions from Williamzjc - thanks William! (Oh
+yeah, I'm not supporting Python 2.3 with this code any more...)
+Plus, some additional code fixes/cleanup - thanks again!
+  * Added ParserElement.runTests, a little test bench for quickly
+running an expression against a list of sample input
+strings. Basically, I got tired of writing the same test code over
+and over, and finally added it as a test point method on
+ParserElement.
+  * Added withClass helper method, a simplified version of
+withAttribute for the common but annoying case when defining a
+filter on a div's class - made difficult because 'class' is a
+Python reserved word.
+
+---

Old:

  pyparsing-2.0.3.tar.gz

New:

  pyparsing-2.0.5.tar.gz



Other differences:
--
++ python3-pyparsing.spec ++
--- /var/tmp/diff_new_pack.zLHolq/_old  2015-11-05 11:35:39.0 +0100
+++ /var/tmp/diff_new_pack.zLHolq/_new  2015-11-05 11:35:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyparsing
 #
-# 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:   python3-pyparsing
-Version:2.0.3
+Version:2.0.5
 Release:0
 Url:http://pyparsing.wikispaces.com/
 Summary:Grammar Parser Library for Python

++ pyparsing-2.0.3.tar.gz -> pyparsing-2.0.5.tar.gz ++
 67509 lines of diff (skipped)




commit epymc for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package epymc for openSUSE:Factory checked 
in at 2015-11-05 11:35:35

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


Package is "epymc"

Changes:

--- /work/SRC/openSUSE:Factory/epymc/epymc.changes  2015-08-27 
08:55:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.epymc.new/epymc.changes 2015-11-05 
11:35:36.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 24 13:34:45 UTC 2015 - sleep_wal...@opensuse.org
+
+- require python-efl for run
+
+---



Other differences:
--
++ epymc.spec ++
--- /var/tmp/diff_new_pack.RUD5eB/_old  2015-11-05 11:35:37.0 +0100
+++ /var/tmp/diff_new_pack.RUD5eB/_new  2015-11-05 11:35:37.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package epour
+# spec file for package epymc
 #
-# 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
@@ -24,16 +24,17 @@
 Group:  Productivity/Multimedia/Video/Players
 Url:   https://github.com/DaveMDS/epymc
 Source0:%{name}-%{version}.tar.gz
-BuildArchitectures: noarch
-BuildRequires: python-efl
+BuildArch:  noarch
 BuildRequires: efl-devel
-BuildRequires: python-distutils-extra
 BuildRequires: intltool
-buildroot:  %{_tmppath}/%{name}-1.1.0-build
+BuildRequires:  python-distutils-extra
+BuildRequires:  python-efl
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %endif
+Requires:   python-efl
 
 %description
 




commit dolphin for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package dolphin for openSUSE:Factory checked 
in at 2015-11-05 11:35:08

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


Package is "dolphin"

Changes:

--- /work/SRC/openSUSE:Factory/dolphin/dolphin.changes  2015-10-25 
15:11:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.dolphin.new/dolphin.changes 2015-11-05 
11:35:10.0 +0100
@@ -1,0 +2,6 @@
+Sun Oct 25 14:02:05 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added allow-home-directories-with-non-local-file-paths.patch
+  (boo#950883, kde#352743, kde#353550)
+
+---

New:

  allow-home-directories-with-non-local-file-paths.patch



Other differences:
--
++ dolphin.spec ++
--- /var/tmp/diff_new_pack.pp27vt/_old  2015-11-05 11:35:11.0 +0100
+++ /var/tmp/diff_new_pack.pp27vt/_new  2015-11-05 11:35:11.0 +0100
@@ -26,9 +26,10 @@
 Source: dolphin-%{version}.tar.xz
 Source1:dolphinsu.desktop
 Patch0: dolphin-go_up.diff
-BuildRequires:  baloo5-widgets-devel
+# PATCH-FIX-UPSTREAM allow-home-directories-with-non-local-file-paths.patch
+Patch1: allow-home-directories-with-non-local-file-paths.patch
 BuildRequires:  baloo5-devel
-BuildRequires:  kfilemetadata5-devel
+BuildRequires:  baloo5-widgets-devel
 BuildRequires:  extra-cmake-modules >= 1.6.0
 BuildRequires:  kactivities5-devel >= 5.7.0
 BuildRequires:  kbookmarks-devel >= 5.7.0
@@ -38,6 +39,7 @@
 BuildRequires:  kcoreaddons-devel >= 5.7.0
 BuildRequires:  kdbusaddons-devel >= 5.7.0
 BuildRequires:  kdoctools-devel >= 5.7.0
+BuildRequires:  kfilemetadata5-devel
 BuildRequires:  ki18n-devel >= 5.7.0
 BuildRequires:  kiconthemes-devel >= 5.7.0
 BuildRequires:  kinit-devel >= 5.7.0
@@ -93,6 +95,7 @@
 %prep
 %setup -q -n dolphin-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build
@@ -139,7 +142,6 @@
 %{_datadir}/dbus-1/interfaces/org.freedesktop.FileManager1.xml
 %{_datadir}/dbus-1/services/org.kde.dolphin.FileManager1.service
 
-
 %files -n dolphin-part
 %defattr(-,root,root)
 %doc COPYING* README

++ allow-home-directories-with-non-local-file-paths.patch ++
From: Emmanuel Pescosta 
Date: Sat, 10 Oct 2015 13:09:48 +
Subject: Allow home directories with non-local file paths.
X-Git-Url: 
http://quickgit.kde.org/?p=dolphin.git=commitdiff=5dd5eaf08da4b7d11e53c90096c2ea0e6a19e840
---
Allow home directories with non-local file paths.

Paths like file:/home/me work now instead of showing
an error message.

BUG: 352743
BUG: 353550
FIXED-IN: 15.08.3
REVIEW: 125586
---


--- a/src/dolphinmainwindow.cpp
+++ b/src/dolphinmainwindow.cpp
@@ -21,6 +21,7 @@
 
 #include "dolphinmainwindow.h"
 
+#include "global.h"
 #include "dolphindockwidget.h"
 #include "dolphincontextmenu.h"
 #include "dolphinnewfilemenu.h"
@@ -639,7 +640,7 @@
 {
 // The default case (left button pressed) is handled in goHome().
 if (buttons == Qt::MiddleButton) {
-openNewTab(GeneralSettings::self()->homeUrl());
+openNewTab(Dolphin::homeUrl());
 }
 }
 

--- a/src/dolphinviewcontainer.cpp
+++ b/src/dolphinviewcontainer.cpp
@@ -39,6 +39,7 @@
 #ifdef KActivities_FOUND
 #endif
 
+#include "global.h"
 #include "dolphin_generalsettings.h"
 #include "filterbar/filterbar.h"
 #include "search/dolphinsearchbox.h"
@@ -77,7 +78,7 @@
 const GeneralSettings* settings = GeneralSettings::self();
 m_urlNavigator->setUrlEditable(settings->editableUrl());
 m_urlNavigator->setShowFullPath(settings->showFullPath());
-m_urlNavigator->setHomeUrl(QUrl::fromLocalFile(settings->homeUrl()));
+m_urlNavigator->setHomeUrl(Dolphin::homeUrl());
 KUrlComboBox* editor = m_urlNavigator->editor();
 
editor->setCompletionMode(KCompletion::CompletionMode(settings->urlCompletionMode()));
 
@@ -304,7 +305,7 @@
 // settings of the URL navigator and the filterbar.
 m_urlNavigator->setUrlEditable(GeneralSettings::editableUrl());
 m_urlNavigator->setShowFullPath(GeneralSettings::showFullPath());
-
m_urlNavigator->setHomeUrl(QUrl::fromLocalFile(GeneralSettings::homeUrl()));
+m_urlNavigator->setHomeUrl(Dolphin::homeUrl());
 setFilterBarVisible(GeneralSettings::filterBar());
 }
 
@@ -340,7 +341,7 @@
 // started with a search-URL, the home URL is used as fallback.
 QUrl url = m_searchBox->searchPath();
 if (url.isEmpty() || !url.isValid() || isSearchUrl(url)) {
-url = QUrl::fromLocalFile(GeneralSettings::self()->homeUrl());
+url = Dolphin::homeUrl();
 }
 m_urlNavigator->setLocationUrl(url);
 }


commit python3-bottle for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-bottle for openSUSE:Factory 
checked in at 2015-11-05 11:35:20

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


Package is "python3-bottle"

Changes:

--- /work/SRC/openSUSE:Factory/python3-bottle/python3-bottle.changes
2015-01-12 09:49:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bottle.new/python3-bottle.changes   
2015-11-05 11:35:21.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  1 17:44:53 UTC 2015 - a...@gmx.de
+
+- update to version 0.12.9:
+  * Fix #720 : Allow unicode keys in ConfigDict.
+  * Prevent syntax errors when line-wrapping comprehensions
+
+---

Old:

  bottle-0.12.8.tar.gz

New:

  bottle-0.12.9.tar.gz



Other differences:
--
++ python3-bottle.spec ++
--- /var/tmp/diff_new_pack.shbGLi/_old  2015-11-05 11:35:22.0 +0100
+++ /var/tmp/diff_new_pack.shbGLi/_new  2015-11-05 11:35:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-bottle
 #
-# 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:   python3-bottle
-Version:0.12.8
+Version:0.12.9
 Release:0
 Url:http://bottlepy.org/
 Summary:Fast and simple WSGI-framework for small web-applications

++ bottle-0.12.8.tar.gz -> bottle-0.12.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.12.8/PKG-INFO new/bottle-0.12.9/PKG-INFO
--- old/bottle-0.12.8/PKG-INFO  2014-12-28 17:52:33.0 +0100
+++ new/bottle-0.12.9/PKG-INFO  2015-10-24 20:03:38.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: bottle
-Version: 0.12.8
+Version: 0.12.9
 Summary: Fast and simple WSGI-framework for small web-applications.
 Home-page: http://bottlepy.org/
 Author: Marcel Hellkamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bottle-0.12.8/bottle.py new/bottle-0.12.9/bottle.py
--- old/bottle-0.12.8/bottle.py 2014-12-28 17:49:14.0 +0100
+++ new/bottle-0.12.9/bottle.py 2015-10-24 20:00:11.0 +0200
@@ -16,7 +16,7 @@
 from __future__ import with_statement
 
 __author__ = 'Marcel Hellkamp'
-__version__ = '0.12.8'
+__version__ = '0.12.9'
 __license__ = 'MIT'
 
 # The gevent server adapter needs to patch some modules before they are 
imported
@@ -2107,7 +2107,7 @@
 if not isinstance(source, dict):
 raise TypeError('Source is not a dict (r)' % type(key))
 for key, value in source.items():
-if not isinstance(key, str):
+if not isinstance(key, basestring):
 raise TypeError('Key is not a string (%r)' % type(key))
 full_key = prefix + '.' + key if prefix else key
 if isinstance(value, dict):
@@ -2123,7 +2123,7 @@
 namespace. Apart from that it works just as the usual 
dict.update().
 Example: ``update('some.namespace', key='value')`` '''
 prefix = ''
-if a and isinstance(a[0], str):
+if a and isinstance(a[0], basestring):
 prefix = a[0].strip('.') + '.'
 a = a[1:]
 for key, value in dict(*a, **ka).items():
@@ -2135,7 +2135,7 @@
 return self[key]
 
 def __setitem__(self, key, value):
-if not isinstance(key, str):
+if not isinstance(key, basestring):
 raise TypeError('Key has type %r (not a string)' % type(key))
 
 value = self.meta_get(key, 'filter', lambda x: x)(value)
@@ -3415,15 +3415,19 @@
 _re_inl = _re_tok.replace('|\\n','') # We re-use this string pattern later
 # 2: Comments (until end of line, but not the newline itself)
 _re_tok += '|(#.*)'
-# 3,4: Keywords that start or continue a python block (only start of line)
+# 3,4: Open and close grouping tokens
+_re_tok += '|([\[\{\(])'
+_re_tok += '|([\]\}\)])'
+# 5,6: Keywords that start or continue a python block (only start of line)
 _re_tok += '|^([ \\t]*(?:if|for|while|with|try|def|class)\\b)' \
'|^([ \\t]*(?:elif|else|except|finally)\\b)'
-# 5: Our special 'end' keyword (but only if it stands alone)
+# 7: Our special 'end' keyword (but only if it stands alone)
 _re_tok += '|((?:^|;)[ \\t]*end[ \\t]*(?=(?:%(block_close)s[ 
\\t]*)?\\r?$|;|#))'
-# 6: A customizable 

commit nghttp2 for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2015-11-05 11:35:25

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


Package is "nghttp2"

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2015-09-30 
05:52:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-11-05 
11:35:26.0 +0100
@@ -1,0 +2,43 @@
+Sat Oct 31 10:21:56 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.4.0:
+  * lib: Don't always expect dynamic table size update.
+  * lib: Shrink to the minimum table size seen in local SETTINGS.
+  * lib: Add new error code NGHTTP2_ERR_PAUSE to send_data_callback.
+  * lib: Avoid excessive WINDOW_UPDATE queuing.
+  * lib: Return fatal error if flooding is detected to close
+session immediately.
+  * lib: Return type of nghttp2_submit_trailer is int.
+  * lib: Don't send WINDOW_UPDATE with 0 increment.
+  * lib: Fix bug that headers in CONTINUATION were ignored after
+HEADERS with padding.
+  * package: Use -fvisibility=hidden for internal functions.
+  * package: Show more information in configure summary.
+  * package: Add PIDFile directive to systemd service.
+  * package: Fix daemon upgrade when running under systemd.
+  * app: Compile with BoringSSL.
+  * nghttp: Allow multiple -c option occurrence, and take min and
+last value.
+  * nghttpd: Fix leak when server failed to listen to given port.
+  * nghttpx: Add TLS dynamic record size behaviour command line
+options.
+  * nghttpx: Reduce default timeouts for read sockets to 1m.
+  * nghttpx: Fix bug that PUT is replaced with POST.
+  * nghttpx: Change mruby script handling.
+  * nghttpx: Added support for RFC 7413 (TCP Fast Open) on nghttpx
+proxy listening connections.
+  * nghttpx: Add neverbleed support.
+  * h2load: Don't DOS our server!
+  * h2load: Use duration syntax for timeouts.
+  * h2load: Support subsecond rate period.
+  * h2load: Simplify rate mode.
+  * h2load: Add option for user-definable rate period.
+  * h2load: Reuse SSL/TLS session.
+  * h2load: Reconnect server on connection: close.
+  * h2load: Don't exit in the case of no ALPN protocol overlap.
+  * integration: Update go's http2 package URI.
+- Add missing baselibs.conf.
+- Add nghttp2-1.4.0-fix-tests.patch from commit 4825009.
+- Small spec cleanup.
+
+---

Old:

  nghttp2-1.3.4.tar.xz

New:

  baselibs.conf
  nghttp2-1.4.0-fix-tests.patch
  nghttp2-1.4.0.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.N7fUXk/_old  2015-11-05 11:35:27.0 +0100
+++ /var/tmp/diff_new_pack.N7fUXk/_new  2015-11-05 11:35:27.0 +0100
@@ -16,18 +16,23 @@
 #
 
 
-%define lib_name lib%{name}-14
-%define lib_name_asio lib%{name}_asio1
+%define soname  libnghttp2
+%define sover   14
+%define soname_asio libnghttp2_asio
+%define sover_asio 1
 Name:   nghttp2
-Version:1.3.4
+Version:1.4.0
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://nghttp2.org/
-#Git-Clone:git://github.com/tatsuhiro-t/nghttp2
 Source: 
https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
-Patch1: nghttp2-remove-python-build.patch
+Source1:baselibs.conf
+# PATCH-FIX-OPENSUSE nghttp2-remove-python-build.patch
+Patch0: %{name}-remove-python-build.patch
+# PATCH-FIX-UPSTREAM nghttp2-1.4.0-fix-tests.patch kdu...@redhat.com -- Tests: 
fix broken linkage with --disable-static (commit 4825009).
+Patch1: %{name}-1.4.0-fix-tests.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -44,148 +49,154 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-This is an implementation of Hypertext Transfer Protocol version 2 in C.
+This is an implementation of Hypertext Transfer Protocol version 2.
 
-The framing layer of HTTP/2 is implemented as a form of reusable C library.
-On top of that, we have implemented HTTP/2 client, server and proxy.
-We have also developed load test and benchmarking tool for HTTP/2 and SPDY.
+The framing layer of HTTP/2 is implemented as a form of reusable C
+library. On top of that, we have implemented HTTP/2 client, server
+and proxy. We have also developed load test and benchmarking tool
+for HTTP/2.
 
 HPACK encoder and decoder are available as public API.
 

commit youtube-dl for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-11-05 11:35:51

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-10-20 
00:08:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-11-05 11:35:53.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 26 20:55:38 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.10.24
+* Support age restricted channels in youtube
+
+---

Old:

  youtube-dl-2015.10.09.tar.gz
  youtube-dl-2015.10.09.tar.gz.sig

New:

  youtube-dl-2015.10.24.tar.gz
  youtube-dl-2015.10.24.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.qDlP9r/_old  2015-11-05 11:35:54.0 +0100
+++ /var/tmp/diff_new_pack.qDlP9r/_new  2015-11-05 11:35:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.10.09
+Version:2015.10.24
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.10.09.tar.gz -> youtube-dl-2015.10.24.tar.gz ++
 3377 lines of diff (skipped)




commit release-notes-openSUSE for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package release-notes-openSUSE for 
openSUSE:Factory checked in at 2015-11-05 11:35:48

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


Package is "release-notes-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/release-notes-openSUSE/release-notes-openSUSE.changes
2015-10-20 00:09:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.release-notes-openSUSE.new/release-notes-openSUSE.changes
   2015-11-05 11:35:48.0 +0100
@@ -1,0 +2,28 @@
+Wed Oct 28 14:25:56 UTC 2015 - k...@suse.de
+
+- 42.1.20151028:
+- Changed entries: Warn about minimal install not having
+  yast or susefirewall (bsc#951866).
+
+---
+Tue Oct 27 11:14:55 UTC 2015 - k...@suse.de
+
+- 42.1.20151027:
+- New entries: CUPS (bsc#951596); Warn about minimal install not having
+  yast or susefirewall (bsc#951866).
+- Removed entries: grep update (bsc#932494); openSUSE Leap as Guest in
+  VirtualBox (bsc#952019).
+
+---
+Fri Oct 23 10:44:14 UTC 2015 - k...@suse.de
+
+- 42.1.20151023 (bsc#950877):
+- Updating some texts and translations.
+
+---
+Thu Oct 22 13:15:26 UTC 2015 - k...@suse.de
+
+- 42.1.20151022 (bsc#950877):
+- New entries: openSUSE Leap as Guest in VirtualBox (bsc#950877).
+
+---

Old:

  release-notes-openSUSE-42.1.20151012.tar.bz2

New:

  release-notes-openSUSE-42.1.20151028.tar.bz2



Other differences:
--
++ release-notes-openSUSE.spec ++
--- /var/tmp/diff_new_pack.RvtuqL/_old  2015-11-05 11:35:49.0 +0100
+++ /var/tmp/diff_new_pack.RvtuqL/_new  2015-11-05 11:35:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   release-notes-openSUSE
-Version:42.1.20151012
+Version:42.1.20151028
 Release:0
 Summary:Release Notes for openSUSE
 License:GFDL-1.3

++ release-notes-openSUSE-42.1.20151012.tar.bz2 -> 
release-notes-openSUSE-42.1.20151028.tar.bz2 ++
 29040 lines of diff (skipped)




commit subversion for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2015-11-05 11:35:49

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


Package is "subversion"

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2015-09-30 
05:51:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2015-11-05 11:35:51.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 28 13:27:17 UTC 2015 - astie...@suse.com
+
+- Fix copy-and-paste error in Supplements for GNOME keyring
+  integration
+
+---



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.VNItYP/_old  2015-11-05 11:35:52.0 +0100
+++ /var/tmp/diff_new_pack.VNItYP/_new  2015-11-05 11:35:52.0 +0100
@@ -211,7 +211,7 @@
 Summary:GNOME keyring sypport for Subversion
 Group:  Development/Tools/Version Control
 Requires:   %{name} = %{version}
-Supplements:packageand(libreoffice:gnome-session)
+Supplements:packageand(subversion:gnome-session)
 
 %description -n libsvn_auth_gnome_keyring-1-0
 Provides GNOME keyring support for Subversion






commit rubygem-power_assert for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-power_assert for 
openSUSE:Factory checked in at 2015-11-05 11:35:57

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


Package is "rubygem-power_assert"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-power_assert/rubygem-power_assert.changes
2015-07-20 11:22:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-power_assert.new/rubygem-power_assert.changes
   2015-11-05 11:36:01.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 31 05:31:11 UTC 2015 - co...@suse.com
+
+- updated to version 0.2.5
+  no changelog found
+
+---

Old:

  power_assert-0.2.4.gem

New:

  power_assert-0.2.5.gem



Other differences:
--
++ rubygem-power_assert.spec ++
--- /var/tmp/diff_new_pack.smd0Zb/_old  2015-11-05 11:36:02.0 +0100
+++ /var/tmp/diff_new_pack.smd0Zb/_new  2015-11-05 11:36:02.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-power_assert
-Version:0.2.4
+Version:0.2.5
 Release:0
 %define mod_name power_assert
 %define mod_full_name %{mod_name}-%{version}

++ power_assert-0.2.4.gem -> power_assert-0.2.5.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/enable_tracepoint_events.rb 
new/lib/power_assert/enable_tracepoint_events.rb
--- old/lib/power_assert/enable_tracepoint_events.rb2015-07-18 
15:30:43.0 +0200
+++ new/lib/power_assert/enable_tracepoint_events.rb2015-10-30 
13:09:25.0 +0100
@@ -1,29 +1,28 @@
 if defined? RubyVM
-  basic_classes = [
-Fixnum, Float, String, Array, Hash, Bignum, Symbol, Time, Regexp
-  ]
-
-  basic_operators = [
-:+, :-, :*, :/, :%, :==, :===, :<, :<=, :<<, :[], :[]=,
-:length, :size, :empty?, :succ, :>, :>=, :!, :!=, :=~, :freeze
-  ]
-
-  # set redefined flag
-  basic_classes.each do |klass|
-basic_operators.each do |bop|
-  if klass.public_method_defined?(bop)
-klass.ancestors.find {|i| i.instance_methods(false).index(bop) 
}.module_eval do
-  public bop
-end
-  end
-end
-  end
-
-  # bypass check_cfunc
   verbose = $VERBOSE
   begin
 $VERBOSE = nil
 module PowerAssert
+  # set redefined flag
+  basic_classes = [
+Fixnum, Float, String, Array, Hash, Bignum, Symbol, Time, Regexp
+  ]
+
+  basic_operators = [
+:+, :-, :*, :/, :%, :==, :===, :<, :<=, :<<, :[], :[]=,
+:length, :size, :empty?, :succ, :>, :>=, :!, :!=, :=~, :freeze
+  ]
+
+  basic_classes.each do |klass|
+basic_operators.each do |bop|
+  refine(klass) do
+define_method(bop) {}
+  end
+end
+  end
+
+
+  # bypass check_cfunc
   refine BasicObject do
 def !
 end
@@ -36,11 +35,6 @@
 def ==
 end
   end
-
-  refine Symbol do
-def ==
-end
-  end
 end
   ensure
 $VERBOSE = verbose
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert/version.rb 
new/lib/power_assert/version.rb
--- old/lib/power_assert/version.rb 2015-07-18 15:30:43.0 +0200
+++ new/lib/power_assert/version.rb 2015-10-30 13:09:25.0 +0100
@@ -1,3 +1,3 @@
 module PowerAssert
-  VERSION = "0.2.4"
+  VERSION = "0.2.5"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/power_assert.rb new/lib/power_assert.rb
--- old/lib/power_assert.rb 2015-07-18 15:30:43.0 +0200
+++ new/lib/power_assert.rb 2015-10-30 13:09:25.0 +0100
@@ -168,16 +168,16 @@
 return line
   end
   fmt = (0..vals[0].column).map {|i| vals.find {|v| v.column == i } ? 
"%<#{i}>s" : ' '  }.join
-  ret = []
-  ret << line.chomp
-  ret << sprintf(fmt, vals.each_with_object({}) {|v, h| 
h[v.column.to_s.to_sym] = '|' }).chomp
+  lines = []
+  lines << line.chomp
+  lines << sprintf(fmt, vals.each_with_object({}) {|v, h| 
h[v.column.to_s.to_sym] = '|' }).chomp
   vals.each do |i|
 inspected_vals = vals.each_with_object({}) do |j, h|
   h[j.column.to_s.to_sym] = [SafeInspectable.new(i.value).inspect, 
'|', ' '][i.column <=> j.column]
 end
-ret << encoding_safe_rstrip(sprintf(fmt, inspected_vals))
+lines << encoding_safe_rstrip(sprintf(fmt, inspected_vals))
   end
-  ret.join("\n")
+  lines.join("\n")
 end
 
 def set_column(methods, return_values)
diff -urN 

commit bleachbit for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2015-11-05 11:35:54

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


Package is "bleachbit"

Changes:

--- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes  2014-12-16 
14:48:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2015-11-05 
11:35:58.0 +0100
@@ -1,0 +2,22 @@
+Sun Nov  1 12:41:54 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8
+  * In Preferences, there is a new option "Confirm before delete" 
+that disables the confirmation.
+  * When BleachBit starts, the window is centered.
+  * The tool "Shred Settings and Quit" in the File menu is fixed.
+  * Added cleaning for Opera passwords.
+  * Shrink storage size of BleachBit icon.
+  * Add descriptions to many cleaners).
+  * Add a new command line option --debug-log that logs debug messages
+to a file.
+  * Replace hard-coded localizations cleaning system with CleanerML entries.
+  * Whitelist /tmp/fsa for FSArchiver.
+  * Suppress GTK+ warning in console.
+  * Add packages for Debian 8, Fedora 21, and Ubuntu 15.04.
+  * Remove packages for Fedora 19 and Ubuntu 13.10.
+  * In CleanerML, a cleaner description can have a translation hint.
+  * Set up Travis CI for better testing.
+  * Improve unit tests.
+
+---

Old:

  bleachbit-1.6.tar.bz2

New:

  bleachbit-1.8.tar.bz2



Other differences:
--
++ bleachbit.spec ++
--- /var/tmp/diff_new_pack.QToQLF/_old  2015-11-05 11:35:59.0 +0100
+++ /var/tmp/diff_new_pack.QToQLF/_new  2015-11-05 11:35:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bleachbit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 8/2011 by open-slx GmbH 
 # Copyright (c) 2010 - 7/2011 by Sascha Manns 
 #
@@ -19,7 +19,7 @@
 
 
 Name:   bleachbit
-Version:1.6
+Version:1.8
 Release:0
 Summary:Remove unnecessary files, free space, and maintain privacy
 License:GPL-3.0
@@ -85,7 +85,7 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}-root.desktop
 %{_datadir}/pixmaps/%{name}.png
-%doc COPYING README doc/*
+%doc COPYING README.md doc/*
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ bleachbit-1.6.tar.bz2 -> bleachbit-1.8.tar.bz2 ++
 35926 lines of diff (skipped)




commit dtv-scan-tables for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package dtv-scan-tables for openSUSE:Factory 
checked in at 2015-11-05 11:35:55

Comparing /work/SRC/openSUSE:Factory/dtv-scan-tables (Old)
 and  /work/SRC/openSUSE:Factory/.dtv-scan-tables.new (New)


Package is "dtv-scan-tables"

Changes:

--- /work/SRC/openSUSE:Factory/dtv-scan-tables/dtv-scan-tables.changes  
2015-04-10 09:52:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.dtv-scan-tables.new/dtv-scan-tables.changes 
2015-11-05 11:36:00.0 +0100
@@ -1,0 +2,5 @@
+Wed Oct 28 19:54:20 UTC 2015 - seife+...@b1-systems.com
+
+- fix build against Leap in vdr project
+
+---



Other differences:
--
++ dtv-scan-tables.spec ++
--- /var/tmp/diff_new_pack.KfX4xi/_old  2015-11-05 11:36:01.0 +0100
+++ /var/tmp/diff_new_pack.KfX4xi/_new  2015-11-05 11:36:01.0 +0100
@@ -24,7 +24,7 @@
 Group:  Hardware/TV
 Url:http://linuxtv.org/
 Source0:%{name}-%{version}.tar.xz
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
 BuildRequires:  dvb-utils
 %else
 BuildRequires:  v4l-utils




commit python3-openpyxl for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-openpyxl for 
openSUSE:Factory checked in at 2015-11-05 11:35:43

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


Package is "python3-openpyxl"

Changes:

--- /work/SRC/openSUSE:Factory/python3-openpyxl/python3-openpyxl.changes
2015-06-23 11:57:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-openpyxl.new/python3-openpyxl.changes   
2015-11-05 11:35:44.0 +0100
@@ -1,0 +2,50 @@
+Thu Oct 29 15:28:52 UTC 2015 - a...@gmx.de
+
+- update to version 2.3.0:
+  * Support the creation of chartsheets
+  * #532 Problems when cells have no style in read-only mode.
+  * PR 79 Make PlotArea editable in charts
+  * Use graphicalProperties as the alias for spPr
+  * #488 Support hashValue attribute for sheetProtection
+  * #493 Warn that unsupported extensions will be dropped
+  * #494 Cells with exponentials causes a ValueError
+  * #497 Scatter charts are broken
+  * #499 Inconsistent conversion of localised datetimes
+  * #500 Adding images leads to unreadable files
+  * #509 Improve handling of sheet names
+  * #515 Non-ascii titles have bad repr
+  * #516 Ignore unassigned worksheets
+  * Worksheets are now iterable by row.
+  * Assign individual cell styles only if they are explicitly set.
+  * Shift to using (row, column) indexing for cells. Cells will at some point 
lose coordinates.
+  * New implementation of conditional formatting. Databars now partially 
preserved.
+  * et_xmlfile is now a standalone library.
+  * Complete rewrite of chart package
+  * Include a tokenizer for fomulae to be able to adjust cell references in 
them. PR 63
+  * Read-only and write-only worksheets renamed.
+  * Write-only workbooks support charts and images.
+  * PR76 Prevent comment images from conflicting with VBA
+  * #81 Support stacked bar charts
+  * #88 Charts break hyperlinks
+  * #97 Pie and combination charts
+  * #99 Quote worksheet names in chart references
+  * #150 Support additional chart options
+  * #172 Support surface charts
+  * #381 Preserve named styles
+  * #470 Adding more than 10 worksheets with the same name leads to
+duplicates sheet names and an invalid file
+
+- changes from version 2.2.6
+  * #502 Unexpected keyword "mergeCell"
+  * #503 tostring missing in dump_worksheet
+  * #506 Non-ASCII formulae cannot be parsed
+  * #508 Cannot save files with coloured tabs
+  * Regex for ignoring named ranges is wrong (character class instead
+of prefix)
+
+- changes from version 2.2.5:
+  * #463 Unexpected keyword "mergeCell"
+  * #484 Unusual dimensions breaks read-only mode
+  * #485 Move return out of loop
+
+---

Old:

  openpyxl-2.2.4.tar.gz

New:

  openpyxl-2.3.0.tar.gz



Other differences:
--
++ python3-openpyxl.spec ++
--- /var/tmp/diff_new_pack.N7l3PL/_old  2015-11-05 11:35:45.0 +0100
+++ /var/tmp/diff_new_pack.N7l3PL/_new  2015-11-05 11:35:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-openpyxl
-Version:2.2.4
+Version:2.3.0
 Release:0
 Summary:A Python library to read/write Excel 2007 xlsx/xlsm files
 License:MIT and Python-2.0

++ openpyxl-2.2.4.tar.gz -> openpyxl-2.3.0.tar.gz ++
 19581 lines of diff (skipped)




commit python3-twine for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-twine for openSUSE:Factory 
checked in at 2015-11-05 11:35:40

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


Package is "python3-twine"

Changes:

--- /work/SRC/openSUSE:Factory/python3-twine/python3-twine.changes  
2015-10-14 16:44:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-twine.new/python3-twine.changes 
2015-11-05 11:35:42.0 +0100
@@ -1,0 +2,9 @@
+Thu Oct 29 15:19:50 UTC 2015 - a...@gmx.de
+
+- update to version 1.6.4:
+  * :bug:`145` Paths with hyphens in them break the Wheel regular
+expression.
+  * :bug:`146` Exception while accessing the respository key when
+raising a redirect exception.
+
+---

Old:

  twine-1.6.3.tar.gz

New:

  twine-1.6.4.tar.gz



Other differences:
--
++ python3-twine.spec ++
--- /var/tmp/diff_new_pack.T5UmQU/_old  2015-11-05 11:35:43.0 +0100
+++ /var/tmp/diff_new_pack.T5UmQU/_new  2015-11-05 11:35:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-twine
-Version:1.6.3
+Version:1.6.4
 Release:0
 Summary:Collection of utilities for interacting with PyPI
 License:Apache-2.0

++ twine-1.6.3.tar.gz -> twine-1.6.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.3/PKG-INFO new/twine-1.6.4/PKG-INFO
--- old/twine-1.6.3/PKG-INFO2015-10-05 14:42:57.0 +0200
+++ new/twine-1.6.4/PKG-INFO2015-10-28 04:10:17.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: twine
-Version: 1.6.3
+Version: 1.6.4
 Summary: Collection of utilities for interacting with PyPI
 Home-page: https://github.com/pypa/twine
 Author: Donald Stufft and individual contributors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.3/docs/changelog.rst 
new/twine-1.6.4/docs/changelog.rst
--- old/twine-1.6.3/docs/changelog.rst  2015-10-05 05:26:58.0 +0200
+++ new/twine-1.6.4/docs/changelog.rst  2015-10-28 04:09:50.0 +0100
@@ -4,6 +4,13 @@
 Changelog
 =
 
+* :release:`1.6.4 <2015-10-27>`
+
+  * :bug:`145` Paths with hyphens in them break the Wheel regular expression.
+
+  * :bug:`146` Exception while accessing the ``respository`` key when raising
+a redirect exception.
+
 * :release:`1.6.3 <2015-10-05>`
 
   * :bug:`137`, :bug:`140` Uploading signatures was broken due to the pull
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.3/setup.cfg new/twine-1.6.4/setup.cfg
--- old/twine-1.6.3/setup.cfg   2015-10-05 14:42:57.0 +0200
+++ new/twine-1.6.4/setup.cfg   2015-10-28 04:10:17.0 +0100
@@ -15,7 +15,7 @@
argparse; python_version == '2.6'
 
 [egg_info]
-tag_svn_revision = 0
-tag_date = 0
 tag_build = 
+tag_date = 0
+tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.3/tests/test_wheel.py 
new/twine-1.6.4/tests/test_wheel.py
--- old/twine-1.6.3/tests/test_wheel.py 1970-01-01 01:00:00.0 +0100
+++ new/twine-1.6.4/tests/test_wheel.py 2015-10-28 04:09:50.0 +0100
@@ -0,0 +1,30 @@
+# Copyright 2015 Ian Cordasco
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+from __future__ import unicode_literals
+
+from twine import wheel
+
+import pytest
+
+
+@pytest.fixture(params=[
+'tests/fixtures/twine-1.5.0-py2.py3-none-any.whl',
+'tests/alt-fixtures/twine-1.5.0-py2.py3-none-any.whl'
+])
+def example_wheel(request):
+return wheel.Wheel(request.param)
+
+
+def test_version_parsing(example_wheel):
+assert example_wheel.py_version == 'py2.py3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/twine-1.6.3/twine/__init__.py 
new/twine-1.6.4/twine/__init__.py
--- old/twine-1.6.3/twine/__init__.py   2015-10-05 05:26:58.0 +0200
+++ new/twine-1.6.4/twine/__init__.py   2015-10-28 04:09:50.0 +0100
@@ -23,7 +23,7 @@
 __summary__ = "Collection of utilities for interacting with PyPI"
 

commit python3-setuptools for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2015-11-05 11:35:30

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


Package is "python3-setuptools"

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2015-10-24 10:22:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2015-11-05 11:35:31.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov  2 04:53:14 UTC 2015 - a...@gmx.de
+
+- update to version 18.5:
+  * In preparation for dropping support for Python 3.2, a warning is now
+logged when pkg_resources is imported on Python 3.2 or earlier
+Python 3 versions.
+  * `Add support for python_platform_implementation environment marker
+`_.
+  * `Fix dictionary mutation during iteration
+`_.
+
+---

Old:

  setuptools-18.4.tar.gz

New:

  setuptools-18.5.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.azkJ4i/_old  2015-11-05 11:35:32.0 +0100
+++ /var/tmp/diff_new_pack.azkJ4i/_new  2015-11-05 11:35:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:18.4
+Version:18.5
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-18.4.tar.gz -> setuptools-18.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-18.4/CHANGES.txt 
new/setuptools-18.5/CHANGES.txt
--- old/setuptools-18.4/CHANGES.txt 2015-10-11 02:43:14.0 +0200
+++ new/setuptools-18.5/CHANGES.txt 2015-11-02 01:18:54.0 +0100
@@ -3,6 +3,18 @@
 ===
 
 
+18.5
+
+
+* In preparation for dropping support for Python 3.2, a warning is
+  now logged when pkg_resources is imported on Python 3.2 or earlier
+  Python 3 versions.
+* `Add support for python_platform_implementation environment marker
+  `_.
+* `Fix dictionary mutation during iteration
+  `_.
+
+
 18.4
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-18.4/PKG-INFO new/setuptools-18.5/PKG-INFO
--- old/setuptools-18.4/PKG-INFO2015-10-11 03:04:13.0 +0200
+++ new/setuptools-18.5/PKG-INFO2015-11-02 01:19:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 18.4
+Version: 18.5
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://bitbucket.org/pypa/setuptools
 Author: Python Packaging Authority
@@ -253,8 +253,6 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.1
-Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-18.4/ez_setup.py 
new/setuptools-18.5/ez_setup.py
--- old/setuptools-18.4/ez_setup.py 2015-10-11 03:04:05.0 +0200
+++ new/setuptools-18.5/ez_setup.py 2015-10-11 03:14:27.0 +0200
@@ -30,7 +30,7 @@
 except ImportError:
 USER_SITE = None
 
-DEFAULT_VERSION = "18.4"
+DEFAULT_VERSION = "18.5"
 DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/;
 DEFAULT_SAVE_DIR = os.curdir
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-18.4/pkg_resources/__init__.py 
new/setuptools-18.5/pkg_resources/__init__.py
--- old/setuptools-18.4/pkg_resources/__init__.py   2015-09-27 
13:26:55.0 +0200
+++ new/setuptools-18.5/pkg_resources/__init__.py   2015-11-01 
18:12:10.0 +0100
@@ -95,6 +95,13 @@
 import packaging.specifiers
 
 
+if (3, 0) < sys.version_info < (3, 3):
+msg = (
+"Support for Python 3.0-3.2 has been dropped. Future versions "
+"will fail here."
+)
+warnings.warn(msg)
+
 # declare some globals that will be defined later to
 # satisfy the linters.
 require = None
@@ -1403,6 +1410,7 @@
 'python_version': lambda: 

commit keepassx for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package keepassx for openSUSE:Factory 
checked in at 2015-11-05 11:35:46

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


Package is "keepassx"

Changes:

--- /work/SRC/openSUSE:Factory/keepassx/keepassx.changes2015-08-01 
11:38:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.keepassx.new/keepassx.changes   2015-11-05 
11:35:47.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov  4 06:32:43 UTC 2015 - mich...@stroeder.com
+
+- Update to version 2.0-beta2:
+  * Fix crash when locking with search UI open [#309]
+  * Fix file locking on Mac OS X [#327]
+  * Set default extension when saving a database [#79, #308]
+
+---

Old:

  keepassx-2.0-beta1.tar.gz

New:

  keepassx-2.0-beta2.tar.gz



Other differences:
--
++ keepassx.spec ++
--- /var/tmp/diff_new_pack.oJlIYa/_old  2015-11-05 11:35:48.0 +0100
+++ /var/tmp/diff_new_pack.oJlIYa/_new  2015-11-05 11:35:48.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   keepassx
-Version:2.0~beta1
+Version:2.0~beta2
 Release:0
 Summary:Cross Platform Password Manager
 License:GPL-2.0 and LGPL-2.1 and LGPL-3.0+
 Group:  Productivity/Security
 Url:http://www.keepassx.org/
-Source: 
http://www.keepassx.org/dev/attachments/download/100/keepassx-2.0-beta1.tar.gz
+Source: 
https://www.keepassx.org/dev/attachments/download/115/keepassx-2.0-beta2.tar.gz
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  libgcrypt-devel
@@ -42,7 +42,7 @@
 encryption algorithms currently known (AES and Twofish).
 
 %prep
-%setup -q -n keepassx-2.0-beta1
+%setup -q -n keepassx-2.0-beta2
 
 %build
 mkdir -p build

++ keepassx-2.0-beta1.tar.gz -> keepassx-2.0-beta2.tar.gz ++
 5157 lines of diff (skipped)




commit qmmp for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2015-11-05 11:35:52

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


Package is "qmmp"

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2015-10-24 
10:30:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2015-11-05 
11:35:55.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov  4 12:02:04 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.0.1 (changes since 0.9.3):
+  * Switch to Qt5.
+  * Add Xfce icon theme support.
+  * Add test for supported OpenGL implementation while using cmake.
+  * Remove ffmpeg_legacy plugin.
+  * Remove legacy udisks plugin.
+  * Remove support of taglib versions less than 1.8.
+- Switch to Qt5.
+
+---

Old:

  qmmp-0.9.3.tar.bz2

New:

  qmmp-1.0.1.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.8N1gUJ/_old  2015-11-05 11:35:56.0 +0100
+++ /var/tmp/diff_new_pack.8N1gUJ/_new  2015-11-05 11:35:56.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define sover   0
+%define sover   1
 %bcond_with restricted
 Name:   qmmp
-Version:0.9.3
+Version:1.0.1
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0+
@@ -36,12 +36,14 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libmpcdec-devel
-BuildRequires:  pkgconfig(QtCore)
-BuildRequires:  pkgconfig(QtDBus)
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QtNetwork)
-BuildRequires:  pkgconfig(QtOpenGL)
-BuildRequires:  pkgconfig(QtXml)
+BuildRequires:  libqt5-qttools-devel >= 5.4
+BuildRequires:  pkgconfig(Qt5Core) >= 5.4
+BuildRequires:  pkgconfig(Qt5DBus) >= 5.4
+BuildRequires:  pkgconfig(Qt5Network) >= 5.4
+BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.4
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.4
+BuildRequires:  pkgconfig(Qt5Xml) >= 5.4
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(enca) >= 1.9
 BuildRequires:  pkgconfig(flac)
@@ -71,7 +73,7 @@
 Requires:   %{name}(%{sover})(Input)
 Requires:   %{name}(%{sover})(Output)
 Requires:   %{name}(%{sover})(Ui)
-%if %{with rectricted}
+%if %{with restricted}
 BuildRequires:  libfaad-devel
 BuildRequires:  pkgconfig(mad)
 %endif
@@ -135,28 +137,20 @@
 %patch1 -p1
 
 %build
-mkdir build
-pushd build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
-cmake \
-  -DCMAKE_BUILD_TYPE=Release  \
-  -DCMAKE_VERBOSE_MAKEFILE=ON \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix}   \
+%cmake \
+  -DCMAKE_MODULE_LINKER_FLAGS=""  \
   -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
   -DLIB_DIR=%{_lib}   \
-  -DUSE_HAL=OFF   \
-  -DUSE_OSS=OFF   \
-  -DUSE_OSS4=OFF  \
 %if %{without restricted}
   -DUSE_MPLAYER=OFF   \
 %endif
-  ..
+  -DUSE_HAL=OFF   \
+  -DUSE_OSS=OFF   \
+  -DUSE_OSS4=OFF
 make %{?_smp_mflags}
-popd
 
 %install
-%make_install -C build
+%cmake_install
 
 %post
 %icon_theme_cache_post

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.8N1gUJ/_old  2015-11-05 11:35:56.0 +0100
+++ /var/tmp/diff_new_pack.8N1gUJ/_new  2015-11-05 11:35:56.0 +0100
@@ -1 +1 @@
-libqmmp0
+libqmmp1

++ qmmp-0.9.3.tar.bz2 -> qmmp-1.0.1.tar.bz2 ++
 65894 lines of diff (skipped)




commit vm-install for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2015-11-05 11:35:58

Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and  /work/SRC/openSUSE:Factory/.vm-install.new (New)


Package is "vm-install"

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2015-10-08 
08:25:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2015-11-05 11:36:02.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 28 14:53:20 MDT 2015 - carn...@suse.com
+
+- bsc#952235 - Error after closing vm window during installation.
+- Version 0.8.47
+
+---

Old:

  vm-install-0.8.46.tar.bz2

New:

  vm-install-0.8.47.tar.bz2



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.Z70uPF/_old  2015-11-05 11:36:03.0 +0100
+++ /var/tmp/diff_new_pack.Z70uPF/_new  2015-11-05 11:36:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vm-install
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   vm-install
 %if %suse_version <= 1230
 %define with_vminstall_as_default_installer 1
@@ -27,12 +26,12 @@
 %endif
 # For directory ownership:
 BuildRequires:  yast2
-Version:0.8.46
+Version:0.8.47
 Release:0
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 License:GPL-2.0
 Group:  System/Emulators/PC
-Source0:%{name}-0.8.46.tar.bz2
+Source0:%{name}-0.8.47.tar.bz2
 Source1:vm-install.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   dbus-1-python

++ vm-install-0.8.46.tar.bz2 -> vm-install-0.8.47.tar.bz2 ++
 36574 lines of diff (skipped)




commit zeromq for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2015-11-05 11:36:01

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


Package is "zeromq"

Changes:

--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes2015-10-17 
16:39:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes   2015-11-05 
11:36:06.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 09:36:36 UTC 2015 - idon...@suse.com
+
+- Add libsodium-init.patch to handle sodium_init() error.
+
+---

New:

  libsodium-init.patch



Other differences:
--
++ zeromq.spec ++
--- /var/tmp/diff_new_pack.34WQhY/_old  2015-11-05 11:36:07.0 +0100
+++ /var/tmp/diff_new_pack.34WQhY/_new  2015-11-05 11:36:07.0 +0100
@@ -28,6 +28,7 @@
 Group:  Productivity/Networking/Web/Servers
 Url:http://www.zeromq.org/
 Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
+Patch1: libsodium-init.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -109,6 +110,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++ libsodium-init.patch ++
Index: zeromq-4.1.3/src/curve_client.cpp
===
--- zeromq-4.1.3.orig/src/curve_client.cpp
+++ zeromq-4.1.3/src/curve_client.cpp
@@ -57,8 +57,7 @@ zmq::curve_client_t::curve_client_t (con
 unsigned char tmpbytes[4];
 randombytes(tmpbytes, 4);
 #else
-// todo check return code
-sodium_init();
+zmq_assert (sodium_init() != -1);
 #endif
 
 //  Generate short-term key pair
Index: zeromq-4.1.3/src/curve_server.cpp
===
--- zeromq-4.1.3.orig/src/curve_server.cpp
+++ zeromq-4.1.3/src/curve_server.cpp
@@ -60,8 +60,7 @@ zmq::curve_server_t::curve_server_t (ses
 unsigned char tmpbytes[4];
 randombytes(tmpbytes, 4);
 #else
-// todo check return code
-sodium_init();
+zmq_assert (sodium_init() != -1);
 #endif
 
 //  Generate short-term key pair



commit libvirt for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2015-11-05 11:35:59

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2015-10-20 
00:05:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2015-11-05 
11:36:04.0 +0100
@@ -1,0 +2,22 @@
+Wed Nov  4 20:05:21 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- Detect path of qemu-bridge-helper during %configure
+  - add qemu-tools as BuildRequires for suse_version > 1130
+  - add upstream patch 703ec1b7-qemu-bridge-helper-fix.patch
+
+---
+Wed Nov  4 14:52:41 UTC 2015 - jfeh...@suse.com
+
+- Update to libvirt 1.2.21
+  - Many incremental improvements and bug fixes, see
+http://libvirt.org/news.html
+  - Dropped patches:
+disable-virCgroupGetPercpuStats-test.patch
+
+---
+Mon Nov  2 21:14:10 UTC 2015 - jfeh...@suse.com
+
+- spec: some minor wireshark fixups. Essentially a backport of
+  commit 7c8250d7.
+
+---

Old:

  disable-virCgroupGetPercpuStats-test.patch
  libvirt-1.2.20.tar.gz
  libvirt-1.2.20.tar.gz.asc

New:

  703ec1b7-qemu-bridge-helper-fix.patch
  libvirt-1.2.21.tar.gz
  libvirt-1.2.21.tar.gz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.awbTqS/_old  2015-11-05 11:36:06.0 +0100
+++ /var/tmp/diff_new_pack.awbTqS/_new  2015-11-05 11:36:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# 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
@@ -240,7 +240,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.2.20
+Version:1.2.21
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -436,6 +436,13 @@
 %if %{with_wireshark}
 BuildRequires:  wireshark-devel
 %endif
+%if %{with_qemu}
+%if 0%{?suse_version} > 1130
+# BuildRequire qemu-tools so configure can detect qemu-bridge-helper
+# path. Ignore SLE11, which predates the qemu-tools package.
+BuildRequires:  qemu-tools
+%endif
+%endif
 
 %global systemd_version %(pkg-config --modversion systemd)
 
@@ -446,6 +453,7 @@
 Source4:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
+Patch0: 703ec1b7-qemu-bridge-helper-fix.patch
 # Patches pending upstream review
 # Need to go upstream
 Patch150:   xen-pv-cdrom.patch
@@ -462,11 +470,9 @@
 Patch205:   support-managed-pci-xen-driver.patch
 Patch206:   systemd-service-xen.patch
 Patch207:   xen-sxpr-disk-type.patch
-# Disable failing virCgroupGetPercpuStats unit test
-Patch208:   disable-virCgroupGetPercpuStats-test.patch
-Patch209:   apparmor-no-mount.patch
-Patch210:   qemu-apparmor-screenshot.patch
-Patch211:   libvirt-suse-netcontrol.patch
+Patch208:   apparmor-no-mount.patch
+Patch209:   qemu-apparmor-screenshot.patch
+Patch210:   libvirt-suse-netcontrol.patch
 # SocketUser and SocketGroup settings were added to systemd.socket in
 # version 214.  Patch the setting away in earlier systemd
 %if 0%{systemd_version} < 214
@@ -964,16 +970,18 @@
 %if %{with_wireshark}
 
 %package -n wireshark-plugin-libvirt
-Summary:Wireshark plugin for Libvirt RPC protocol
+Summary:Wireshark plugin for libvirt RPC protocol
 Group:  Productivity/Networking/Diagnostic
+Requires:   %{name}-client = %{version}-%{release}
 Requires:   wireshark
 
 %description -n wireshark-plugin-libvirt
-Provides a dissector for the libvirt RPC protocol to help debugging it.
+Wireshark dissector plugin for better analysis of libvirt RPC traffic.
 %endif
 
 %prep
 %setup -q
+%patch0 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
@@ -990,7 +998,6 @@
 %patch208 -p1
 %patch209 -p1
 %patch210 -p1
-%patch211 -p1
 %if 0%{systemd_version} < 214
 %patch300 -p1
 %endif
@@ -1217,6 +1224,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %if %{with_wireshark}
 rm -f $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.la
+mv $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/*/libvirt.so \
+   $RPM_BUILD_ROOT%{_libdir}/wireshark/plugins/libvirt.so
 %endif
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f 

commit bin86 for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package bin86 for openSUSE:Factory checked 
in at 2015-11-05 11:35:15

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


Package is "bin86"

Changes:

--- /work/SRC/openSUSE:Factory/bin86/bin86.changes  2015-03-30 
19:10:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.bin86.new/bin86.changes 2015-11-05 
11:35:17.0 +0100
@@ -1,0 +2,15 @@
+Sun Nov  1 14:05:47 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.1621
+  * The changelog has not been updated for this version and previous
+ones
+
+---
+Sun Nov  1 12:28:18 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.16.20
+  * The changelog has not been updated for this version and previous
+ones
+- Update dev86-0.16.17.dif > dev86-0.16.20.dif
+
+---

Old:

  Dev86src-0.16.17.tar.gz
  dev86-0.16.17.dif

New:

  Dev86src-0.16.21.tar.gz
  dev86-0.16.20.dif



Other differences:
--
++ bin86.spec ++
--- /var/tmp/diff_new_pack.JlqRx2/_old  2015-11-05 11:35:18.0 +0100
+++ /var/tmp/diff_new_pack.JlqRx2/_new  2015-11-05 11:35:18.0 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   bin86
-Version:0.16.17
+Version:0.16.21
 Release:0
 Summary:An 8086 Assembler and Linker
 License:GPL-2.0+
 Group:  Development/Languages/Other
 Url:http://v3.sk/~lkundrak/dev86/
-Source0:http://v3.sk/~lkundrak/dev86/archive/Dev86src-%{version}.tar.gz
+Source0:http://v3.sk/~lkundrak/dev86/Dev86src-%{version}.tar.gz
 Source1:bin86-rpmlintrc
-Patch0: dev86-%{version}.dif
+Patch0: dev86-0.16.20.dif
 Patch2: dev86-noelks.patch
 Patch3: dev86-x86_64.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Dev86src-0.16.17.tar.gz -> Dev86src-0.16.21.tar.gz ++
 5934 lines of diff (skipped)

++ dev86-0.16.17.dif -> dev86-0.16.20.dif ++
--- /work/SRC/openSUSE:Factory/bin86/dev86-0.16.17.dif  2011-09-23 
01:52:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.bin86.new/dev86-0.16.20.dif 2015-11-05 
11:35:17.0 +0100
@@ -2,15 +2,15 @@
 ===
 --- Makefile.orig  2011-01-31 14:05:24.200314716 +0100
 +++ Makefile   2011-01-31 14:05:43.854324546 +0100
-@@ -18,7 +18,7 @@ LIBDIR=  $(PREFIX)/lib/bcc
+@@ -18,7 +18,7 @@
  INCLDIR= $(PREFIX)/lib/bcc
  ASLDDIR= $(BINDIR)
  MANDIR=$(PREFIX)/man
 -CFLAGS=  -O
 +CFLAGS=  -O2 -fno-strength-reduce
+ IFDEFNAME= ifdef
  
  # Some makes take the last of a list as the default ...
- all: make.fil
 Index: ar/ar.c
 ===
 --- ar/ar.c.orig   2011-01-31 14:05:24.200314716 +0100
@@ -53,20 +53,6 @@
 char ** prefix;
 char * saved_cmd;
  
-@@ -1308,10 +1312,10 @@ void reset_prefix_path()
- 
-   for(d=s=ptr; d && *s; s=d)
-   {
--#ifdef MAXPATHLEN
-- char buf[MAXPATHLEN];
-+#ifdef PATH_MAX
-+ char buf[PATH_MAX];
- #else
-- char buf[1024];
-+ char buf[MAXPATHLEN];
- #endif
- 
-free(temp);
 Index: bcc/dbprintf.c
 ===
 --- bcc/dbprintf.c.orig2011-01-31 14:05:24.200314716 +0100
@@ -83,8 +69,8 @@
 ===
 --- bootblocks/Makefile.orig   2011-01-31 14:05:24.200314716 +0100
 +++ bootblocks/Makefile2011-01-31 14:05:43.856314460 +0100
-@@ -38,7 +38,7 @@ BOOTBLOCKS=sysboot.v noboot.v skip.v msd
- EXTRAS=minix.h zimage.s minix_elks.c lsys.c boot_win.c
+@@ -42,7 +42,7 @@
+freedosboot.zip freedos.h
  
  install: makeboot
 -  install -m 755 -s makeboot $(DIST)$(PREFIX)/bin/makeboot
@@ -137,9 +123,9 @@
  /* Copyright (C) 1994 Bruce Evans */
  
 +#include 
+ #include "syshead.h"
  #include "const.h"
  #include "obj.h"
- #include "type.h"
 Index: makefile.in
 ===
 --- makefile.in.orig   2011-01-31 14:05:24.201314489 +0100
@@ -166,16 +152,3 @@
  char zname[2];
  char segm[1];
  char pad1[1];
-Index: libc/i386sys/Makefile
-===
 libc/i386sys/Makefile.orig 2005-01-04 00:00:39.0 +0100
-+++ libc/i386sys/Makefile  2011-01-31 14:06:01.595174380 +0100
-@@ -12,7 +12,7 @@ DSRC=dirent.c
- DOBJ=opendir.o closedir.o readdir.o
- 
- ifeq ($(LIB_CPU)-$(LIB_OS),i386-ELKS)
--OBJ=$(LOBJ3) $(LOBJ) $(EOBJ) $(DOBJ) setjmp3.o
-+OBJ=$(LOBJ) 

commit iprutils for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package iprutils for openSUSE:Factory 
checked in at 2015-11-06 00:01:19

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


Package is "iprutils"

Changes:

--- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes2015-08-05 
19:13:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes   2015-11-06 
00:01:21.0 +0100
@@ -1,0 +2,27 @@
+Tue Oct 27 16:18:56 UTC 2015 - dval...@suse.com
+
+- Update to 2.4.9
+ - Add support for sync cache managed array write cache on supported adapters
+ - Add supportconfig plugin
+ - Misc build cleanups and fixes
+ - Microcode download UI enhancements
+ - Add new show-ucode-levels to list all microcode levels for all ipr devices
+ - Add support to change rebuild rate from ncurses
+
+- Don't enable sosreport by default (iprutils.nososreport.patch)
+- Drop python from BuildRequires
+- Spec file cleanup
+- Specify explicitly systemd unitdir, upstream is buggy here.
+
+---
+Fri Oct 23 21:12:07 UTC 2015 - dval...@suse.com
+
+- Build only for Power architectures. IPR adapters are mainly 
+  presented there. 
+
+---
+Thu Oct 22 11:29:02 UTC 2015 - dval...@suse.com
+
+- Don't package sos report plugin (bsc#951575) 
+
+---

Old:

  iprutils-2.4.8.tar.gz

New:

  iprutils-2.4.9.tar.gz
  iprutils.nososreport.patch



Other differences:
--
++ iprutils.spec ++
--- /var/tmp/diff_new_pack.qFyXgk/_old  2015-11-06 00:01:23.0 +0100
+++ /var/tmp/diff_new_pack.qFyXgk/_new  2015-11-06 00:01:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iprutils
 #
-# 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
@@ -19,7 +19,7 @@
 Name:   iprutils
 # NOTE: package's changelog is hidden in % changelog section
 # in file iprutils/spec/iprutils.spec
-Version:2.4.8
+Version:2.4.9
 Release:0
 Summary:Utilities for the IBM Power Linux RAID Adapters
 License:CPL-1.0
@@ -30,12 +30,12 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  pciutils-devel
 BuildRequires:  pkg-config
-BuildRequires:  python
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: iprutils.fix_ncurses_cflags_var.patch
-ExclusiveArch:  %ix86 x86_64 ia64 ppc ppc64 ppc64le %arm
+Patch1: iprutils.nososreport.patch
+ExclusiveArch:  ppc ppc64 ppc64le
 %systemd_requires
 
 %description
@@ -45,25 +45,19 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CPPFLAGS="$(ncurses5-config --cflags)"
 export LDFLAGS="$(ncurses5-config --libs)"
-%configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static
+%configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static 
--with-systemd=%{_unitdir}
 make
 
 %install
 make DESTDIR=%{buildroot} install
-install -d $RPM_BUILD_ROOT/%{_unitdir}
-cp ./systemd/iprinit.service $RPM_BUILD_ROOT/%{_unitdir}/iprinit.service
-cp ./systemd/iprdump.service $RPM_BUILD_ROOT/%{_unitdir}/iprdump.service
-cp ./systemd/iprupdate.service $RPM_BUILD_ROOT/%{_unitdir}/iprupdate.service
 ln -s /sbin/service %{buildroot}/usr/sbin/rciprdump
 ln -s /sbin/service %{buildroot}/usr/sbin/rciprinit
 ln -s /sbin/service %{buildroot}/usr/sbin/rciprupdate
-# get rid of .in files
-rm -rf %{buildroot}/%{_datadir}/iprutils
-rm -f %{buildroot}/%{_sysconfdir}/ha.d/resource.d/*.in
 
 %pre
 %service_add_pre iprdump.service
@@ -94,8 +88,6 @@
 %{_sbindir}/iprinit
 %{_sbindir}/iprdbg
 %{_sbindir}/iprsos
-%{python_sitelib}/sos
-%{python_sitelib}/sos/plugins/*
 %{_mandir}/man8/*
 %{_sysconfdir}/ha.d
 %{_sysconfdir}/ha.d/resource.d

++ iprutils-2.4.8.tar.gz -> iprutils-2.4.9.tar.gz ++
 2957 lines of diff (skipped)

++ iprutils.fix_ncurses_cflags_var.patch ++
--- /var/tmp/diff_new_pack.qFyXgk/_old  2015-11-06 00:01:23.0 +0100
+++ /var/tmp/diff_new_pack.qFyXgk/_new  2015-11-06 00:01:23.0 +0100
@@ -1,10 +1,10 @@
 fetch all flags returned by command
 
-Index: iprutils-2.4.8/configure
+Index: iprutils-2.4.9/configure
 ===
 iprutils-2.4.8.orig/configure
-+++ iprutils-2.4.8/configure
-@@ -11395,8 +11395,8 @@ $as_echo "$am_cv_python_pyexecdir" >&6;
+--- 

commit gmp for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2015-11-06 00:01:27

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


Package is "gmp"

Changes:

--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2015-03-05 18:17:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gmp.new/gmp.changes 2015-11-06 
00:01:28.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov  2 08:57:09 UTC 2015 - rguent...@suse.com
+
+- Update to GMP 6.1.0 release.
+  * New C++ functions gcd and lcm for mpz_class
+  * New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap
+  * New public mpq_cmp_z function, to efficiently compare rationals with
+integers
+  * Support for more 32-bit arm processors
+  * Support for AVX-less modern x86 CPUs
+  * Speedups and bugfixes
+- Includes gmp-6.0.0-ppc64-gcd.diff, now removed
+- Update gmp keyring
+
+---

Old:

  gmp-6.0.0-ppc64-gcd.diff
  gmp-6.0.0a.tar.bz2
  gmp-6.0.0a.tar.bz2.sig

New:

  gmp-6.1.0.tar.bz2
  gmp-6.1.0.tar.bz2.sig



Other differences:
--
++ gmp.spec ++
--- /var/tmp/diff_new_pack.KSKit9/_old  2015-11-06 00:01:30.0 +0100
+++ /var/tmp/diff_new_pack.KSKit9/_new  2015-11-06 00:01:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gmp
-Version:6.0.0a
+Version:6.1.0
 Release:0
 Summary:The GNU MP Library
 License:GPL-3.0+ and LGPL-3.0+
@@ -28,7 +28,6 @@
 Source2:%{name}.keyring
 Source3:baselibs.conf
 Patch0: gmp-noexec.diff
-Patch1: gmp-6.0.0-ppc64-gcd.diff
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -65,10 +64,8 @@
 huge numbers (integer and floating point).
 
 %prep
-# version is 6.0.0a but source contains directory 6.0.0 
-%setup -q -n %{name}-6.0.0
+%setup -q
 %patch0
-%patch1 -p1
 
 %build
 # Do not use %%configure here, that will break build on SLE11 because

++ gmp-6.0.0a.tar.bz2 -> gmp-6.1.0.tar.bz2 ++
 77513 lines of diff (skipped)

++ gmp.keyring ++
 1956 lines (skipped)
 between gmp.keyring
 and /work/SRC/openSUSE:Factory/.gmp.new/gmp.keyring




commit less for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package less for openSUSE:Factory checked in 
at 2015-11-06 00:10:33

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


Package is "less"

Changes:

--- /work/SRC/openSUSE:Factory/less/less.changes2015-07-14 
17:20:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.less.new/less.changes   2015-11-06 
00:10:35.0 +0100
@@ -1,0 +2,33 @@
+Sun Nov  1 17:38:36 UTC 2015 - astie...@suse.com
+
+- less 481:
+  * Don't overwrite history file; just append to it. This behaves
+better when multiple sessions are running less simultaneously
+and using the same history file.
+  * New command ESC-G goes to end of currently buffered data in a
+pipe.
+  * Disable history feature when compiled with LESSHISTFILE set to
+"-".
+  * In more-compatible mode, make the -p option apply to every file
+ opened, not just the first one.
+  * In more-compatible mode, change the -e option to work like -E,
+not -EF.
+  * Treat multiple CRs before LF are like one CR (all the CRs are
+hidden).
+  * Allow "extra" string in lesskey file to append to a multi-char
+command (like a search pattern), without executing the command.
+  * Ignore -u/-U setting while viewing help file, so that underline
+and bold chars are displayed correctly.
+  * Improve detection of "binary" files in UTF-8 mode.
+  * Fix bug with ++ commands.
+  * Fix bug where prompt was sometimes not displayed with +G.
+  * Fix possible memory corruption
+  * Fix bugs and improve performance in ampersand filtering.
+  * Allow %% escape sequence in LESSOPEN variable.
+  * Automate construction of Unicode tables from Unicode database. 
+- add keyring and verify source signature
+- drop upstream patches:
+  * less-458-out_of_bounds_read.patch
+  * less-fix_crash_in_hilite_line.patch
+
+---

Old:

  less-458-out_of_bounds_read.patch
  less-458.tar.gz
  less-fix_crash_in_hilite_line.patch

New:

  less-481.tar.gz
  less-481.tar.gz.sig
  less.keyring



Other differences:
--
++ less.spec ++
--- /var/tmp/diff_new_pack.UC0lxI/_old  2015-11-06 00:10:37.0 +0100
+++ /var/tmp/diff_new_pack.UC0lxI/_new  2015-11-06 00:10:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   less
-Version:458
+Version:481
 Release:0
 Summary:Text File Browser and Pager Similar to more
 License:GPL-3.0+ or BSD-2-Clause
@@ -28,16 +28,14 @@
 Source2:lessopen.sh
 Source3:lessclose.sh
 Source4:lesskey.src
+Source5:
http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz.sig
+Source6:
http://www.greenwoodsoftware.com/less/pubkey.asc#/%{name}.keyring
 Patch22:%{name}-429-strict_aliasing.patch
 Patch24:%{name}-429-terminate.patch
 Patch25:%{name}-429-widechars.patch
 Patch26:%{name}-429-shell.patch
 Patch27:%{name}-429-save_line_position.patch
 Patch28:%{name}-429-more.patch
-# PATCH-FIX-UPSTREAM bnc#921719 kstreit...@suse.com -- security fix of an out 
of bound read access in the UTF-8
-Patch29:less-458-out_of_bounds_read.patch
-# PATCH-FIX-UPSTREAM fix crash in nomatch search
-Patch30:less-fix_crash_in_hilite_line.patch
 BuildRequires:  automake
 BuildRequires:  ncurses-devel
 Requires:   file
@@ -57,8 +55,6 @@
 %patch26
 %patch27
 %patch28
-%patch29 -p1
-%patch30 -p1
 #
 # the ./configure script is not writable for the normal user
 # rather fix permissions for all files
@@ -68,7 +64,7 @@
 
 %build
 autoreconf -fiv
-export CFLAGS="$RPM_OPT_FLAGS -fPIE"
+export CFLAGS="%{optflags} -fPIE"
 export LDFLAGS="-pie"
 %configure --with-pic
 #
@@ -94,7 +90,7 @@
 %files
 %defattr(-, root, root)
 %doc LICENSE COPYING NEWS README.SUSE
-%doc %{_mandir}/*/*
+%{_mandir}/*/*
 %config %{_sysconfdir}/*
 %{_bindir}/*
 

++ less-429-shell.patch ++
--- /var/tmp/diff_new_pack.UC0lxI/_old  2015-11-06 00:10:37.0 +0100
+++ /var/tmp/diff_new_pack.UC0lxI/_new  2015-11-06 00:10:37.0 +0100
@@ -1,8 +1,8 @@
 Index: filename.c
 ===
 filename.c.orig2009-07-06 22:52:23.0 +0200
-+++ filename.c 2009-07-10 10:23:12.0 +0200
-@@ -577,7 +577,7 @@ shellcmd(cmd)
+--- filename.c.orig
 filename.c
+@@ -585,7 +585,7 @@ shellcmd(cmd)
  #if HAVE_SHELL
char *shell;
  
@@ -13,9 +13,9 @@
char *scmd;
 Index: less.hlp
 ===
 less.hlp.orig  2009-07-10 10:23:07.0 +0200
-+++ less.hlp   2009-07-10 10:23:12.0 +0200
-@@ 

commit pulseaudio for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2015-11-06 00:10:47

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


Package is "pulseaudio"

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2015-10-25 
15:10:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2015-11-06 00:10:49.0 +0100
@@ -1,0 +2,18 @@
+Mon Nov  2 20:54:13 UTC 2015 - meiss...@suse.com
+
+- add libpulse-devel to baselibs.conf for use of 32bit biarch
+  wine builds on x86_64
+
+---
+Fri Oct 30 13:22:54 UTC 2015 - ohole...@suse.com
+
+- Update to 7.1
+ + Fix a crasher when using srbchannel
+ + Fix a build system typo that caused symlinks to turn up in /
+ + Make Xonar cards work better
+ + Other minor  bug fixes and improvements
+- remove 0003-alsa-mixer-Add-Dock-Line-Out-jack-handling-to-analog.patch
+- remove 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch
+- remove pstream-Fix-use-after-free-in-srb_callback.patch
+
+---

Old:

  0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch
  0003-alsa-mixer-Add-Dock-Line-Out-jack-handling-to-analog.patch
  pstream-Fix-use-after-free-in-srb_callback.patch
  pulseaudio-7.0.tar.xz

New:

  pulseaudio-7.1.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.YBCnZy/_old  2015-11-06 00:10:50.0 +0100
+++ /var/tmp/diff_new_pack.YBCnZy/_new  2015-11-06 00:10:50.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define drvver  7.0
+%define drvver  7.1
 %define soname  0
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
@@ -27,7 +27,7 @@
 %define _bluez5used 0%(echo "%{_bluezVersion}" | grep -q '^5' && echo 1)
 %define _bashcompletionsdir %{_datadir}/bash-completion/completions
 Name:   pulseaudio
-Version:7.0
+Version:7.1
 Release:0
 Summary:A Networked Sound Server
 License:GPL-2.0+ and LGPL-2.1+
@@ -46,12 +46,6 @@
 # PATCH-FIX-SUSE disable-srbchannel.patch boo#950487 Disable srbchannel as a 
workaround for crashes on KDE
 # XXX note this patch isn't used for now, kept just for workaround in future
 Patch3: disable-srbchannel.patch
-# PATCH-FIX-UPSTREAM pstream-Fix-use-after-free-in-srb_callback.patch 
boo#950487
-Patch4: pstream-Fix-use-after-free-in-srb_callback.patch
-# PATCH-FIX-UPSTREAM 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch 
boo#934850
-Patch102:   0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch
-# PATCH-FIX-UPSTREAM 
0003-alsa-mixer-Add-Dock-Line-Out-jack-handling-to-analog.patch boo#948979
-Patch103:   0003-alsa-mixer-Add-Dock-Line-Out-jack-handling-to-analog.patch
 # PATCH-FIX-UPSTREAM 
0004-module-alsa-card-Report-available-ports-before-unava.patch boo#948979
 Patch104:   0004-module-alsa-card-Report-available-ports-before-unava.patch
 BuildRequires:  alsa-devel >= 1.0.19
@@ -336,9 +330,6 @@
 %if 0
 %patch3 -p1
 %endif
-%patch4 -p1
-%patch102 -p1
-%patch103 -p1
 %patch104 -p1
 
 %build

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.YBCnZy/_old  2015-11-06 00:10:51.0 +0100
+++ /var/tmp/diff_new_pack.YBCnZy/_new  2015-11-06 00:10:51.0 +0100
@@ -2,3 +2,4 @@
   obsoletes "pulseaudio-libs- <= "
   provides "pulseaudio-libs- = "
 libpulse-mainloop-glib0
+libpulse-devel

++ pulseaudio-7.0.tar.xz -> pulseaudio-7.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulseaudio-7.0/.tarball-version 
new/pulseaudio-7.1/.tarball-version
--- old/pulseaudio-7.0/.tarball-version 2015-09-24 05:27:27.0 +0200
+++ new/pulseaudio-7.1/.tarball-version 2015-10-30 13:51:03.0 +0100
@@ -1 +1 @@
-7.0
+7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulseaudio-7.0/.version new/pulseaudio-7.1/.version
--- old/pulseaudio-7.0/.version 2015-09-24 05:27:27.0 +0200
+++ new/pulseaudio-7.1/.version 2015-10-30 13:51:03.0 +0100
@@ -1 +1 @@
-7.0
+7.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pulseaudio-7.0/Makefile.in 
new/pulseaudio-7.1/Makefile.in
--- old/pulseaudio-7.0/Makefile.in  2015-09-24 05:15:11.0 +0200
+++ new/pulseaudio-7.1/Makefile.in  2015-10-30 13:27:06.0 +0100
@@ -239,7 +239,7 @@
$(top_srcdir)/build-aux/missing \
$(top_srcdir)/src/pulse/version.h.in ABOUT-NLS NEWS README \

commit gjs for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2015-11-06 00:10:39

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


Package is "gjs"

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2015-03-30 19:14:24.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2015-11-06 
00:10:40.0 +0100
@@ -1,0 +2,18 @@
+Mon Nov  2 08:51:08 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.44.0:
+  + Add Lang.Interface and GObject.Interface (bgo#751343,
+bgo#752984).
+  + Support callbacks with (transfer full) return types
+(bgo#750286).
+  + Add binding for setlocale() (bgo#753072).
+  + Improve support to generate code coverage reports (bgo#743009,
+bgo#743007, bgo#742362, bgo#742535, bgo#742797, bgo#742466,
+bgo#751732).
+  + Report errors from JS property getters/setters (bgo#730101).
+  + Fix crash when garbage collection triggers while inside an init
+function (bgo#742517).
+  + Port to CallReceiver/CallArgs (bgo#742249).
+  + Misc bug fixes (bgo#736979, bgo#753072, bgo#750688).
+
+---

Old:

  gjs-1.43.3.tar.xz

New:

  gjs-1.44.0.tar.xz



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.ghV9or/_old  2015-11-06 00:10:41.0 +0100
+++ /var/tmp/diff_new_pack.ghV9or/_new  2015-11-06 00:10:41.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   gjs
-Version:1.43.3
+Version:1.44.0
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:JavaScript bindings based on gobject-introspection and Mozilla
 License:MIT
 Group:  Development/Libraries/GNOME
 Url:http://live.gnome.org/Gjs
-Source: 
http://download.gnome.org/sources/gjs/1.43/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gjs/1.44/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  readline-devel

++ gjs-1.43.3.tar.xz -> gjs-1.44.0.tar.xz ++
 33186 lines of diff (skipped)




commit libxkbcommon for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package libxkbcommon for openSUSE:Factory 
checked in at 2015-11-06 00:10:24

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


Package is "libxkbcommon"

Changes:

--- /work/SRC/openSUSE:Factory/libxkbcommon/libxkbcommon.changes
2014-11-13 09:16:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxkbcommon.new/libxkbcommon.changes   
2015-11-06 00:10:25.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov  2 10:39:38 UTC 2015 - m...@suse.com
+
+- Requires xkeyboard-config, bsc#952403
+  * libxkbcommon should brings xkeyboard-config together always as
+libxkbcommon does not distribute xkb data itself, and especially
+requires xkeyboard-config for any rely on libxkbcommon in the
+minimal system.
+
+---



Other differences:
--
++ libxkbcommon.spec ++
--- /var/tmp/diff_new_pack.Me2iWe/_old  2015-11-06 00:10:26.0 +0100
+++ /var/tmp/diff_new_pack.Me2iWe/_new  2015-11-06 00:10:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxkbcommon
 #
-# 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
@@ -54,6 +54,7 @@
 %package -n libxkbcommon0
 Summary:Library for handling xkb descriptions
 Group:  System/Libraries
+Requires:   xkeyboard-config
 
 %description -n libxkbcommon0
 xkbcommon is a keymap handling library, which can parse XKB




commit rear for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package rear for openSUSE:Factory checked in 
at 2015-11-06 00:04:10

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


Package is "rear"

Changes:

--- /work/SRC/openSUSE:Factory/rear/rear.changes2015-10-28 
17:30:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes   2015-11-06 
00:04:22.0 +0100
@@ -1,0 +2,18 @@
+Tue Nov  3 15:00:49 CET 2015 - jsm...@suse.de
+
+- Create a separate directory /usr/share/rear/conf/examples/ for
+  example config files, see https://github.com/rear/rear/pull/681
+  and install the SUSE example config files there - i.e.:
+  /usr/share/rear/conf/examples/SLE11-ext3-example.conf
+  /usr/share/rear/conf/examples/SLE12-btrfs-example.conf
+  /usr/share/rear/conf/examples/SLE12-SP1-btrfs-example.conf
+
+---
+Wed Oct 28 15:27:59 CET 2015 - jsm...@suse.de
+
+- rear1172a-gpt_sync_mbr.patch adds support for the
+  SUSE specific gpt_sync_mbr partitioning
+  see https://github.com/rear/rear/issues/544
+  (bsc#950610).
+
+---

New:

  rear1172a-gpt_sync_mbr.patch



Other differences:
--
++ rear.spec ++
--- /var/tmp/diff_new_pack.mOu1xK/_old  2015-11-06 00:04:24.0 +0100
+++ /var/tmp/diff_new_pack.mOu1xK/_new  2015-11-06 00:04:24.0 +0100
@@ -62,6 +62,10 @@
 # and https://bugzilla.suse.com/show_bug.cgi?id=946006
 # and https://fate.suse.com/318701
 Patch121:   SLE12-SP1-btrfs.patch
+# Patch200 rear1172a-gpt_sync_mbr.patch adds support for the SUSE specific 
gpt_sync_mbr partitioning
+# see https://github.com/rear/rear/issues/544
+# and https://bugzilla.suse.com/show_bug.cgi?id=950610
+Patch200:   rear1172a-gpt_sync_mbr.patch
 # Rear contains only bash scripts plus documentation so that on first glance 
it could be "BuildArch: noarch"
 # but actually it is not "noarch" because it only works on those architectures 
that are explicitly supported.
 # Of course the rear bash scripts can be installed on any architecture just as 
any binaries can be installed on any architecture.
@@ -244,6 +248,10 @@
 # and https://bugzilla.suse.com/show_bug.cgi?id=946006
 # and https://fate.suse.com/318701
 %patch121 -p1
+# Patch200 rear1172a-gpt_sync_mbr.patch adds support for the SUSE specific 
gpt_sync_mbr partitioning
+# see https://github.com/rear/rear/issues/544
+# and https://bugzilla.suse.com/show_bug.cgi?id=950610
+%patch200 -p1
 # Add a specific os.conf to not depend on LSB dependencies
 # (otherwise it calls "lsb_release" in /usr/share/rear/lib/config-functions.sh)
 # for the suse_version values see the listing at
@@ -291,15 +299,18 @@
 
 %install
 make install DESTDIR="%{buildroot}"
+# Create a separate directory /usr/share/rear/conf/examples/ for example 
config files
+# see https://github.com/rear/rear/pull/681
+mkdir %{buildroot}%{_datadir}/rear/conf/examples/
 # Source11 SLE11-ext3-example.conf is a working example for SLE11 with default 
ext3 filesystem
-# that gets installed as /usr/share/rear/conf/SLE11-ext3-example.conf
-install -m 644 %{SOURCE11} 
%{buildroot}%{_datadir}/rear/conf/SLE11-ext3-example.conf
+# that gets installed as /usr/share/rear/conf/examples/SLE11-ext3-example.conf
+install -m 644 %{SOURCE11} 
%{buildroot}%{_datadir}/rear/conf/examples/SLE11-ext3-example.conf
 # Source12 SLE12-btrfs-example.conf is a working example for SLE12 with 
default btrfs subvolumes
-# that gets installed as /usr/share/rear/conf/SLE12-btrfs-example.conf
-install -m 644 %{SOURCE12} 
%{buildroot}%{_datadir}/rear/conf/SLE12-btrfs-example.conf
+# that gets installed as /usr/share/rear/conf/examples/SLE12-btrfs-example.conf
+install -m 644 %{SOURCE12} 
%{buildroot}%{_datadir}/rear/conf/examples/SLE12-btrfs-example.conf
 # Source121 SLE12-SP1-btrfs-example.conf is a working example for SLE12-SP1 
with default btrfs subvolumes
-# that gets installed as /usr/share/rear/conf/SLE12-SP1-btrfs-example.conf
-install -m 644 %{SOURCE121} 
%{buildroot}%{_datadir}/rear/conf/SLE12-SP1-btrfs-example.conf
+# that gets installed as 
/usr/share/rear/conf/examples/SLE12-SP1-btrfs-example.conf
+install -m 644 %{SOURCE121} 
%{buildroot}%{_datadir}/rear/conf/examples/SLE12-SP1-btrfs-example.conf
 
 %files
 %defattr(-,root,root,-)

++ rear1172a-gpt_sync_mbr.patch ++
diff -rp -U8 
rear-1.17.2.SLE12-SP1-btrfs/usr/share/rear/layout/prepare/GNU/Linux/10_include_partition_code.sh
 
rear-1.17.2.SLE12-SP1-btrfs.gpt_sync_mbr/usr/share/rear/layout/prepare/GNU/Linux/10_include_partition_code.sh
--- 
rear-1.17.2.SLE12-SP1-btrfs/usr/share/rear/layout/prepare/GNU/Linux/10_include_partition_code.sh

commit sbd for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2015-11-06 00:04:12

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


Package is "sbd"

Changes:

--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2014-08-25 11:05:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.sbd.new/sbd.changes 2015-11-06 
00:04:24.0 +0100
@@ -1,0 +2,12 @@
+Thu Oct 15 14:34:21 UTC 2015 - y...@suse.com
+
+- pacemaker: Prevent potential segfault caused by use-of-NULL on checking node 
state (bsc#950415)
+  * bug-950415_sbd-pacemaker-segfault.patch
+
+---
+Fri Sep  5 08:17:05 UTC 2014 -  l...@suse.com
+
+- Update to version 1.2.1.git.1409904429.39dee2a:
+  + Medium: adjust timeout for s390(x) to be compatible with vmwatchdog 
(bnc#895103)
+
+---

Old:

  sbd-1.2.1.git.1408100832.f0a4a63.tar.xz

New:

  bug-950415_sbd-pacemaker-segfault.patch
  sbd-1.2.1.git.1409904429.39dee2a.tar.xz



Other differences:
--
++ sbd.spec ++
--- /var/tmp/diff_new_pack.f8AQEP/_old  2015-11-06 00:04:25.0 +0100
+++ /var/tmp/diff_new_pack.f8AQEP/_new  2015-11-06 00:04:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sbd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Lars Marowsky-Bree
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,13 +21,14 @@
 Summary:Storage-based death
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
-Version:1.2.1.git.1408100832.f0a4a63
+Version:1.2.1.git.1409904429.39dee2a
 Release:0
 Url:https://github.com/l-mb/sbd
 Source: %{name}-%{version}.tar.xz
 Patch1: add-explicit-libs.patch
 Patch2: sbd-configure-libcoroipcc.patch
 Patch3: sbd-pacemaker.patch
+Patch4: bug-950415_sbd-pacemaker-segfault.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -60,6 +61,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 ###
 
 %build

++ _servicedata ++
--- /var/tmp/diff_new_pack.f8AQEP/_old  2015-11-06 00:04:25.0 +0100
+++ /var/tmp/diff_new_pack.f8AQEP/_new  2015-11-06 00:04:25.0 +0100
@@ -1,5 +1,5 @@
 
   
 https://github.com/l-mb/sbd.git
-  f0a4a63ca5
+  39dee2ac89
 
\ No newline at end of file

++ bug-950415_sbd-pacemaker-segfault.patch ++
diff --git a/src/sbd-pacemaker.c b/src/sbd-pacemaker.c
index 1ca412c..dce2a03 100644
--- a/src/sbd-pacemaker.c
+++ b/src/sbd-pacemaker.c
@@ -313,12 +313,12 @@ compute_status(pe_working_set_t * data_set)
 
node_t *node = pe_find_node(data_set->nodes, local_uname);
 
-   if (node->details->unclean) {
+   if (node && node->details && node->details->unclean) {
LOGONCE(4, LOG_WARNING, "Node state: UNCLEAN");
-   } else if (node->details->pending) {
+   } else if (node && node->details && node->details->pending) {
LOGONCE(5, LOG_WARNING, "Node state: pending");
healthy = 2;
-   } else if (node->details->online) {
+   } else if (node && node->details && node->details->online) {
LOGONCE(6, LOG_INFO, "Node state: online");
healthy = 1;
} else {
++ sbd-1.2.1.git.1408100832.f0a4a63.tar.xz -> 
sbd-1.2.1.git.1409904429.39dee2a.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.2.1.git.1408100832.f0a4a63/src/sbd-common.c 
new/sbd-1.2.1.git.1409904429.39dee2a/src/sbd-common.c
--- old/sbd-1.2.1.git.1408100832.f0a4a63/src/sbd-common.c   2014-08-15 
16:16:48.0 +0200
+++ new/sbd-1.2.1.git.1409904429.39dee2a/src/sbd-common.c   2015-11-04 
14:48:11.0 +0100
@@ -23,11 +23,16 @@
 static charsbd_version  = 0x02;
 
 /* Tunable defaults: */
+#if  defined(__s390__) || defined(__s390x__)
+unsigned long  timeout_watchdog= 15;
+inttimeout_msgwait = 30;
+#else
 unsigned long  timeout_watchdog= 5;
+inttimeout_msgwait = 10;
+#endif
 unsigned long  timeout_watchdog_warn   = 3;
 inttimeout_allocate= 2;
 inttimeout_loop= 1;
-inttimeout_msgwait = 10;
 inttimeout_io  = 3;
 inttimeout_startup = 120;
 




commit gnome-calendar for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2015-11-06 00:04:17

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


Package is "gnome-calendar"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes
2015-10-26 12:48:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new/gnome-calendar.changes   
2015-11-06 00:04:30.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 13:04:25 UTC 2015 - zai...@opensuse.org
+
+- Add gnome-calendar-symbolic-icon.patch: Add symbolic icon.
+
+---

New:

  gnome-calendar-symbolic-icon.patch



Other differences:
--
++ gnome-calendar.spec ++
--- /var/tmp/diff_new_pack.nySC5v/_old  2015-11-06 00:04:31.0 +0100
+++ /var/tmp/diff_new_pack.nySC5v/_new  2015-11-06 00:04:31.0 +0100
@@ -24,7 +24,11 @@
 Group:  Productivity/Office/Organizers
 Url:https://wiki.gnome.org/Design/Apps/Calendar
 Source: 
http://download.gnome.org/sources/gnome-calendar/3.18/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-calendar-symbolic-icon.patch zai...@opensuse.org -- 
Add a symbolic icon.
+Patch0: gnome-calendar-symbolic-icon.patch
 BuildRequires:  desktop-file-utils
+# Only needed for patch0
+BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0) >= 2.43.2
@@ -53,8 +57,11 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -84,7 +91,7 @@
 %{_datadir}/dbus-1/services/org.gnome.Calendar.service
 %{_datadir}/glib-2.0/schemas/org.gnome.calendar.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.calendar.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/*.png
+%{_datadir}/icons/hicolor/*/apps/*.*
 
 %files -n gnome-shell-search-provider-gnome-calendar
 %defattr(-,root,root)

++ gnome-calendar-symbolic-icon.patch ++
From 0ab11b8e283a0ca1a0689d43173d66081079c349 Mon Sep 17 00:00:00 2001
From: Jakub Steiner 
Date: Wed, 23 Sep 2015 18:14:18 +0200
Subject: icons: provide app symbolic

- provide a symbolic variant of the app icon, mainly
  for the HighContrast theme (and shell's top bar).
---
 data/icons/Makefile.am |  1 +
 ...color_apps_symbolic_gnome-calendar-symbolic.svg | 28 ++
 2 files changed, 29 insertions(+)
 create mode 100644 data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg

diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 58ecca8..210acf6 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -12,6 +12,7 @@ public_icons = \
hicolor_apps_48x48_gnome-calendar.png \
hicolor_apps_256x256_gnome-calendar.png \
hicolor_apps_512x512_gnome-calendar.png \
+  hicolor_apps_symbolic_gnome-calendar-symbolic.svg \
$(NULL)
 
 noinst_DATA = \
diff --git a/data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg 
b/data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg
new file mode 100644
index 000..09ae6af
--- /dev/null
+++ b/data/icons/hicolor_apps_symbolic_gnome-calendar-symbolic.svg
@@ -0,0 +1,28 @@
+
+
+
+
+  
+
+  
+image/svg+xml
+
+Gnome Symbolic Icon Theme
+  
+
+  
+  
+
+  
+  Gnome Symbolic Icon Theme
+  
+
+  
+
+  
+  
+
+
+
+  
+
-- 
cgit v0.11.2




commit hawk2 for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-11-06 00:04:15

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


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-10-30 
13:44:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-11-06 
00:04:26.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 04 06:52:41 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1446573432.048f37e:
+  + Cib: Handle multiple nest levels in mini (bsc#953417)
+  + Location: Fix rule_elem typo (bsc#953419)
+  + Fix RecordNotFound error
+
+---

Old:

  hawk2-1.0.1+git.1446137442.d9c6c0e.tar.bz2

New:

  hawk2-1.0.1+git.1446573432.048f37e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.RMxjrf/_old  2015-11-06 00:04:27.0 +0100
+++ /var/tmp/diff_new_pack.RMxjrf/_new  2015-11-06 00:04:27.0 +0100
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1446137442.d9c6c0e
+Version:1.0.1+git.1446573432.048f37e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.RMxjrf/_old  2015-11-06 00:04:27.0 +0100
+++ /var/tmp/diff_new_pack.RMxjrf/_new  2015-11-06 00:04:27.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  d9c6c0e97fafeb9b9071ed2a10fd88652f7a8c93
\ No newline at end of file
+  048f37edd1560af1dbaa399333000e553059603c
\ No newline at end of file

++ hawk2-1.0.1+git.1446137442.d9c6c0e.tar.bz2 -> 
hawk2-1.0.1+git.1446573432.048f37e.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-1.0.1+git.1446137442.d9c6c0e/AUTHORS 
new/hawk2-1.0.1+git.1446573432.048f37e/AUTHORS
--- old/hawk2-1.0.1+git.1446137442.d9c6c0e/AUTHORS  2015-10-30 
10:38:16.0 +0100
+++ new/hawk2-1.0.1+git.1446573432.048f37e/AUTHORS  2015-11-04 
07:52:32.0 +0100
@@ -1,4 +1,7 @@
-Kristoffer Gronlund 
+Jan Sperling 
+Kristoffer Grönlund 
 Manuele Carlini 
 Thomas Boerger 
+Thomas Hutterer 
 Tim Serong 
+Tobias D. Oestreicher 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/models/cib.rb 
new/hawk2-1.0.1+git.1446573432.048f37e/hawk/app/models/cib.rb
--- old/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/models/cib.rb   
2015-10-30 10:38:16.0 +0100
+++ new/hawk2-1.0.1+git.1446573432.048f37e/hawk/app/models/cib.rb   
2015-11-04 07:52:32.0 +0100
@@ -92,6 +92,23 @@
 meta.status == :offline
   end
 
+  def node_state_of_resource(rsc)
+nodestate = {}
+rsc[:instances].each do |_, attrs|
+  [:master, :slave, :started, :failed, :pending].each do |rstate|
+if attrs[rstate]
+  attrs[rstate].each do |n|
+nodestate[n[:node]] = rstate
+  end
+end
+  end
+end if rsc.key? :instances
+rsc[:children].each do |child|
+  nodestate = nodestate.merge(node_state_of_resource(child))
+end if rsc.key? :children
+nodestate
+  end
+
   def status(minimal = false)
 {
   meta: meta.to_h,
@@ -104,28 +121,7 @@
 result[:tickets] = {}
 
 resources.each do |rsc|
-  key = rsc[:id]
-  result[:resources][key] ||= {}
-  rsc[:instances].each do |_, attrs|
-[:master, :slave, :started, :failed, :pending].each do |rstate|
-  if attrs[rstate]
-attrs[rstate].each do |n|
-  result[:resources][key][n[:node]] = rstate
-end
-  end
-end
-  end if rsc.key? :instances
-  rsc[:children].each do |child|
-child[:instances].each do |_, attrs|
-  [:master, :slave, :started, :failed, :pending].each do |rstate|
-if attrs[rstate]
-  attrs[rstate].each do |n|
-result[:resources][key][n[:node]] = rstate
-  end
-end
-  end
-end if child.key? :instances
-  end if rsc.key? :children
+  result[:resources][rsc[:id]] = node_state_of_resource(rsc)
 end
 
 current_nodes.each do 

commit python3-pyside for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python3-pyside for openSUSE:Factory 
checked in at 2015-11-06 00:04:19

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


Package is "python3-pyside"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyside/python3-pyside.changes
2015-11-02 12:54:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyside.new/python3-pyside.changes   
2015-11-06 00:04:31.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  2 17:10:51 UTC 2015 - r...@fthiessen.de
+
+- Update to 1.2.4:
+  * PYSIDE-164: Fix possible deadlock on signal connect/emit
+  * New release of pyside-Shiboken
+
+---

Old:

  pyside-qt4.8+1.2.2.tar.bz2

New:

  pyside-1.2.4.tar.gz



Other differences:
--
++ python3-pyside.spec ++
--- /var/tmp/diff_new_pack.7VZk7x/_old  2015-11-06 00:04:32.0 +0100
+++ /var/tmp/diff_new_pack.7VZk7x/_new  2015-11-06 00:04:32.0 +0100
@@ -17,20 +17,17 @@
 
 
 %define tarname   pyside
+%define pynamePySide
+%define pyver_mod2 %(python3 -c "import sys; 
sys.stdout.write(sys.version[:3].replace('.','')+sys.abiflags)")
 Name:   python3-%{tarname}
-Version:1.2.2
+Version:1.2.4
 Release:0
 %define majorver   %(echo "%{version}" | sed 's/\\.[0-9]*$//')
-%define libprefix lib%{tarname}-%{majorver}
-%define pynamePySide
-%define pyver_mod2 %(python3 -c "import sys; 
sys.stdout.write(sys.version[:3].replace('.','')+sys.abiflags)")
-%define qtver 4.8
-%define rversion  qt%{qtver}+%{version}
 Summary:PySide - python bindings for Qt
 License:LGPL-2.1+
 Group:  Development/Languages/Python
 Url:http://qt-project.org/wiki/PySide
-Source0:
http://download.qt-project.org/official_releases/pyside/%{tarname}-%{rversion}.tar.bz2
+Source0:
https://github.com/PySide/%{pyname}/archive/%{version}/%{tarname}-%{version}.tar.gz
 # PATCH-FIX pyside-fix-include-dir-qtgui r...@fthiessen.de -- fixes include 
directory for QtGui component.
 # Reported upstream: https://bugreports.qt.io/browse/PYSIDE-283
 Patch0: pyside-fix-include-dir-qtgui.patch
@@ -39,12 +36,13 @@
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz-devel
 BuildRequires:  libQtWebKit-devel
-BuildRequires:  libqt4-devel >= %{qtver}
+BuildRequires:  libqt4-devel >= 4.8
 BuildRequires:  libshiboken-python3-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  phonon-devel
 BuildRequires:  python3-devel
 BuildRequires:  python3-pyside-shiboken
+%define libprefix lib%{tarname}-%{majorver}
 
 %description
 The PySide project provides LGPL-licensed Python bindings for the Qt
@@ -71,7 +69,7 @@
 applications.
 
 %prep
-%setup -q -n %{tarname}-%{rversion}
+%setup -q -n %{pyname}-%{version}
 %patch0 -p1
 
 %build
@@ -85,15 +83,16 @@
 
 %install
 cd build
-%makeinstall DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %fdupes %{buildroot}
 
 %post   -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc COPYING ChangeLog
+%doc COPYING
 %{_libdir}/%{libprefix}.cpython-%{pyver_mod2}.so.*
 %{python3_sitearch}/%{pyname}-%{majorver}/
 %{python3_sitearch}/%{pyname}/




commit python-jedi for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2015-11-06 00:04:23

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


Package is "python-jedi"

Changes:

--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2015-05-10 
10:46:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes 
2015-11-06 00:04:33.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  5 10:32:32 UTC 2015 - toddrme2...@gmail.com
+
+- Fix tests
+
+---



Other differences:
--
++ python-jedi.spec ++
--- /var/tmp/diff_new_pack.Z232nI/_old  2015-11-06 00:04:34.0 +0100
+++ /var/tmp/diff_new_pack.Z232nI/_new  2015-11-06 00:04:34.0 +0100
@@ -64,7 +64,8 @@
 %check
 # we don't care about the speed, just that it works
 # skip failing import tests on 0.9.0
-py.test -k "not test_speed" --ignore=test/test_integration_import.py
+# skip broken doctests on 0.9.0
+py.test -p "no:doctest" -k "not test_speed" 
--ignore=test/test_integration_import.py 
--ignore=test/test_evaluate/test_extension.py
 
 %files
 %defattr(-,root,root,-)




commit c_count for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package c_count for openSUSE:Factory checked 
in at 2015-11-06 00:04:21

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


Package is "c_count"

Changes:

--- /work/SRC/openSUSE:Factory/c_count/c_count.changes  2015-08-07 
00:24:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.c_count.new/c_count.changes 2015-11-06 
00:04:32.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  5 08:18:46 UTC 2015 - mplus...@suse.com
+
+- Update to 7.17
+  * fix breakage in configure script from 7.16
+  * updated configure macros
+
+---

Old:

  c_count-7.16.tgz
  c_count-7.16.tgz.asc

New:

  c_count-7.17.tgz
  c_count-7.17.tgz.asc



Other differences:
--
++ c_count.spec ++
--- /var/tmp/diff_new_pack.DQdViq/_old  2015-11-06 00:04:33.0 +0100
+++ /var/tmp/diff_new_pack.DQdViq/_new  2015-11-06 00:04:33.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   c_count
-Version:7.16
+Version:7.17
 Release:0
 Summary:Source Code Measure Counter for C/C++/Java
 License:MIT
@@ -43,7 +43,6 @@
 autoreconf -fiv
 %configure \
 --enable-warnings
-
 make %{?_smp_mflags}
 
 %install

++ c_count-7.16.tgz -> c_count-7.17.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.16/CHANGES new/c_count-7.17/CHANGES
--- old/c_count-7.16/CHANGES2015-07-06 01:51:08.0 +0200
+++ new/c_count-7.17/CHANGES2015-09-25 02:43:30.0 +0200
@@ -1,4 +1,9 @@
--- $Id: CHANGES,v 7.30 2015/07/05 23:51:08 tom Exp $
+-- $Id: CHANGES,v 7.31 2015/09/25 00:43:30 tom Exp $
+
+2015/09/24 (c_count 7.17)
+   + fix breakage in configure script from 7.16 (report by Somchai Smythe).
+
+   + updated configure macros
 
 2015/07/05 (c_count 7.16)
+ add configure option --with-man2html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.16/MANIFEST new/c_count-7.17/MANIFEST
--- old/c_count-7.16/MANIFEST   2015-07-06 01:52:32.0 +0200
+++ new/c_count-7.17/MANIFEST   2015-09-25 02:20:25.0 +0200
@@ -1,4 +1,4 @@
-MANIFEST for c_count-7.16, version v7_16
+MANIFEST for c_count-7.17, version v7_17
 

 MANIFESTthis file
 CHANGES extracted change-log from c_count.c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/c_count-7.16/aclocal.m4 new/c_count-7.17/aclocal.m4
--- old/c_count-7.16/aclocal.m4 2015-07-06 02:04:29.0 +0200
+++ new/c_count-7.17/aclocal.m4 2015-09-25 02:18:02.0 +0200
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 7.15 2015/07/06 00:04:29 tom Exp $
+dnl $Id: aclocal.m4,v 7.16 2015/09/25 00:18:02 tom Exp $
 dnl Process this file with autoconf to produce a configure script.
 dnl
 dnl See also
@@ -1005,7 +1005,7 @@
 fi
 ])dnl
 dnl ---
-dnl CF_WITH_MAN2HTML version: 4 updated: 2015/05/03 19:10:48
+dnl CF_WITH_MAN2HTML version: 5 updated: 2015/08/20 04:51:36
 dnl 
 dnl Check for man2html and groff.  Optionally prefer man2html over groff.
 dnl Generate a shell script which hides the differences between the two.
@@ -1041,7 +1041,7 @@
 
 MAN2HTML_TEMP="man2html.tmp"
cat >$MAN2HTML_TEMP <>$MAN2HTML_TEMP <$MAN2HTML_TEMP <>$MAN2HTML_TEMP &5
+{ echo "$as_me:4610: creating $CONFIG_STATUS" >&5
 echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >$CONFIG_STATUS <<_ACEOF
 #! $SHELL
@@ -4729,6 +4730,9 @@
 Configuration headers:
 $config_headers
 
+Configuration commands:
+$config_commands
+
 Report bugs to ."
 EOF
 
@@ -4779,7 +4783,7 @@
 echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
 # Conflict between --help and --header
-{ { echo "$as_me:4782: error: ambiguous option: $1
+{ { echo "$as_me:4786: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -4798,7 +4802,7 @@
 ac_need_defaults=false;;
 
   # This is an error.
-  -*) { { echo "$as_me:4801: error: unrecognized option: $1
+  

commit kernel-source for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2015-11-06 00:04:03

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2015-11-02 12:54:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2015-11-06 00:04:04.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov  2 16:34:24 CET 2015 - jsl...@suse.cz
+
+- rpm/kernel-binary.spec.in: sync with master
+- commit 7b374a4
+
+---
+Mon Nov  2 15:00:23 CET 2015 - je...@suse.com
+
+- Update to 4.3-final.
+  - 1 patch eliminated.
+- commit e20b856
+
+---
@@ -12 +25 @@
-- commit ef2823b
+- commit 1b5a73d
@@ -47,0 +61,2 @@
+- config: arm: Enable ADS7846 touchscreen driver
+  This SPI connected chip is common on RPi TFT displays.
@@ -70,0 +86,2 @@
+- [media] media/vivid-osd: fix info leak in ioctl (CVE-2015-7884,
+  bnc#951626).
@@ -75 +92 @@
-- commit 8031e24
+- commit f554650
@@ -85,0 +103,14 @@
+Thu Oct 22 08:34:29 CEST 2015 - jbeul...@suse.com
+
+- supported.conf: Add pv-ops Xen drivers, 8250-base, and xhci-pci.
+- commit ff3f596
+
+---
+Wed Oct 21 15:55:58 CEST 2015 - guillaume.gar...@free.fr
+
+- config: arm: Enable CONFIG_PPS_CLIENT_GPIO
+  Set CONFIG_PPS_CLIENT_GPIO=m for all ARM configs to be able to use GPS
+  with PPS line connected to a GPIO, as a high-precision time reference.
+- commit f01eb6a
+
+---
@@ -98,0 +130,22 @@
+Tue Oct 20 20:33:33 CEST 2015 - ti...@suse.de
+
+- Disable leftover CONFIG_FW_LOADER_USER_HELPER_FALLBACK in armv7hl/* 
(boo#951260)
+- commit 007f6ba
+
+---
+Tue Oct 20 20:32:31 CEST 2015 - ti...@suse.de
+
+- [media] c8sectpfe: Remove select on
+  CONFIG_FW_LOADER_USER_HELPER_FALLBACK (boo#951260).
+- drm/sti: Remove select of CONFIG_FW_LOADER_USER_HELPER_FALLBACK
+  (boo#951260).
+- commit 23d5c78
+
+---
+Tue Oct 20 17:19:55 CEST 2015 - ti...@suse.de
+
+- Disable CONFIG_RT_GROUP_SCHED (boo#950955)
+  Even people originally demanded suggest to drop it now...
+- commit 58efde7
+
+---
@@ -111,0 +165,21 @@
+Mon Oct 19 19:25:24 CEST 2015 - je...@suse.com
+
+- config: Re-enable DEBUG_INFO on ec2 flavors.
+  It was disabled in commit a104accda85, but is enabled explicitly in the
+  spec file.  The options that depend on it must be in the config file for
+  the build to succeed.
+- commit 4415ce9
+
+---
+Mon Oct 19 19:00:18 CEST 2015 - je...@suse.com
+
+- Update to 4.3-rc6.
+- commit d6b2a93
+
+---
+Fri Oct 16 16:34:28 CEST 2015 - mma...@suse.com
+
+- Delete unused rpm/config-subst.
+- commit 01841f4
+
+---
@@ -144,0 +219,21 @@
+Thu Oct 15 16:28:49 CEST 2015 - jbeul...@suse.com
+
+- Update Xen patches to 4.3-rc5 and c/s 1293.
+- netback: coalesce (guest) RX SKBs as needed (bsc#919154).
+- config.conf: Re-enable Xen and PV configs.
+- Update config files.
+- commit a104acc
+
+---
+Wed Oct 14 21:30:18 CEST 2015 - matwey.korni...@gmail.com
+
+- config: armv7hl: Enable new OMAP serial driver
+- commit 54af7c7
+
+---
+Mon Oct 12 16:01:33 CEST 2015 - je...@suse.com
+
+- Update to 4.3-rc5.
+- commit 36c0ed4
+
+---
@@ -151,0 +247,36 @@
+Mon Oct  5 13:40:15 CEST 2015 - dmuel...@suse.com
+
+- Update config files.
+  Disable CONFIG_LEDS_BCM6328 and CONFIG_LEDS_BCM6358, as those
+  are MIPS and unlikely to exist on an ARM board.
+- commit efc53bd
+
+---
+Mon Oct  5 05:22:22 CEST 2015 - je...@suse.com
+
+- Update to 4.3-rc4.
+- commit 48d7e75
+
+---
+Sun Oct  4 21:19:16 CEST 2015 - matwey.korni...@gmail.com
+
+- config: armv7hl: Sync vanilla with default
+  Let vanilla follow changes made in default.
+- commit 00ad273
+
+---
+Sun Oct  4 20:06:44 CEST 2015 - afaer...@suse.de
+
+- config: armv7hl: Disable all msm8916/apq8016 options
+  They 

commit acpica for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package acpica for openSUSE:Factory checked 
in at 2015-11-06 00:03:45

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


Package is "acpica"

Changes:

--- /work/SRC/openSUSE:Factory/acpica/acpica.changes2015-08-19 
13:41:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.acpica.new/acpica.changes   2015-11-06 
00:03:46.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 16:49:28 UTC 2015 - jsl...@suse.com
+
+- add support for kernel 4.3+ (boo#953599)
+
+---



Other differences:
--
++ acpica.spec ++
--- /var/tmp/diff_new_pack.vlW65g/_old  2015-11-06 00:03:47.0 +0100
+++ /var/tmp/diff_new_pack.vlW65g/_new  2015-11-06 00:03:47.0 +0100
@@ -78,6 +78,9 @@
 make -C wmidump CFLAGS="%{optflags}"
 make OPT_CFLAGS="%{optflags}" HOST="_LINUX"
 cd acpidump-%{dmp_ver}/tools/power/acpi
+if [ -f tools/acpidump/Makefile ]; then # 4.3+
+   cd tools/acpidump/
+fi
 make EXTRA_CFLAGS="%{optflags}" prefix=/usr libdir=%{_libdir} all
 
 %install
@@ -95,6 +98,9 @@
 # Latest acpidump is coming from kernel and not from acpica sources now.
 rm -rf "%{buildroot}"/usr/bin/acpidump
 cd acpidump-%{dmp_ver}/tools/power/acpi
+if [ -f tools/acpidump/Makefile ]; then # 4.3+
+   cd tools/acpidump/
+fi
 export WERROR=0
 make V=1 EXTRA_CFLAGS="%{optflags}" mandir=%{_mandir} prefix=/usr 
libdir=%{_libdir} DESTDIR=%{buildroot} install install-man
 




commit ibus-pinyin for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package ibus-pinyin for openSUSE:Factory 
checked in at 2015-11-06 00:04:08

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


Package is "ibus-pinyin"

Changes:

--- /work/SRC/openSUSE:Factory/ibus-pinyin/ibus-pinyin.changes  2014-05-02 
13:56:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-pinyin.new/ibus-pinyin.changes 
2015-11-06 00:04:21.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov  4 11:57:26 UTC 2015 - sch...@suse.de
+
+- Wlogical-not-parentheses.patch: fix -Wlogical-not-parentheses warning
+
+---

New:

  Wlogical-not-parentheses.patch



Other differences:
--
++ ibus-pinyin.spec ++
--- /var/tmp/diff_new_pack.NHQIqf/_old  2015-11-06 00:04:22.0 +0100
+++ /var/tmp/diff_new_pack.NHQIqf/_new  2015-11-06 00:04:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-pinyin
 #
-# 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
@@ -29,6 +29,8 @@
 Patch1: ibus-pinyin-support-set-content-type-method.patch
 # PATCH-FIX-FEDORA ibus-pinyin-fixes-lua-compile.patch fcro...@suse.com -- fix 
build with lua 5.2
 Patch2: ibus-pinyin-fixes-lua-compile.patch
+# PATCH-FIX-UPSTREAM Fix -Wlogical-not-parentheses warning
+Patch3: Wlogical-not-parentheses.patch
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
@@ -58,6 +60,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure --disable-static \

++ Wlogical-not-parentheses.patch ++
>From 2574beed11360a6b14cd09f75986fbde3e1cf84f Mon Sep 17 00:00:00 2001
From: Andreas Schwab 
Date: Wed, 4 Nov 2015 12:51:44 +0100
Subject: [PATCH] Fix -Wlogical-not-parentheses warning

---
 src/PYExtEditor.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PYExtEditor.cc b/src/PYExtEditor.cc
index 7b5d0e6..6e42d4c 100644
--- a/src/PYExtEditor.cc
+++ b/src/PYExtEditor.cc
@@ -494,7 +494,7 @@ ExtEditor::updateStateFromInput (void)
 return FALSE;
 }
 
-if ( ! 'i' == m_text[0] ) {
+if (m_text[0] != 'i') {
 g_warning ("i is expected in m_text string.\n");
 return FALSE;
 }
-- 
2.6.2




commit installation-images-openSUSE for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-11-06 00:03:52

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


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2015-11-04 15:30:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-11-06 00:03:53.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov  5 13:11:17 UTC 2015 - snw...@suse.com
+
+- adjust module config
+- 14.206
+
+---
+Fri Oct 30 12:22:55 UTC 2015 - dval...@suse.com
+
+- Require iprutils only for Power 64 bit architectures 
+
+---

Old:

  installation-images-14.205.tar.xz

New:

  installation-images-14.206.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.XQgbdc/_old  2015-11-06 00:03:54.0 +0100
+++ /var/tmp/diff_new_pack.XQgbdc/_new  2015-11-06 00:03:54.0 +0100
@@ -284,7 +284,7 @@
 %endif
 %endif
 %ifnarch s390 s390x
-%ifnarch aarch64
+%ifarch ppc64 ppc64le
 BuildRequires:  iprutils
 %endif
 BuildRequires:  kbd
@@ -375,7 +375,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.205
+Version:14.206
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.205.tar.xz -> installation-images-14.206.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.205/VERSION 
new/installation-images-14.206/VERSION
--- old/installation-images-14.205/VERSION  2015-10-29 15:48:59.0 
+0100
+++ new/installation-images-14.206/VERSION  2015-11-05 15:10:00.0 
+0100
@@ -1 +1 @@
-14.205
+14.206
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.205/changelog 
new/installation-images-14.206/changelog
--- old/installation-images-14.205/changelog2015-10-29 15:48:59.0 
+0100
+++ new/installation-images-14.206/changelog2015-11-05 15:10:00.0 
+0100
@@ -1,3 +1,6 @@
+2015-11-05:14.206
+   - adjust module config
+
 2015-10-29:14.205
- include systemd-detect-virt (bsc #952397)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.205/etc/module.config 
new/installation-images-14.206/etc/module.config
--- old/installation-images-14.205/etc/module.config2015-10-29 
15:48:59.0 +0100
+++ new/installation-images-14.206/etc/module.config2015-11-05 
15:10:00.0 +0100
@@ -158,6 +158,8 @@
 vringh
 geneve
 
+fjes
+
 kernel/drivers/infiniband/.*
 
 kernel/drivers/hv/.*
@@ -653,4 +655,5 @@
 veth
 vmlogrdr
 vmwatchdog
+vrf
 




commit ModemManager for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2015-11-06 00:10:01

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


Package is "ModemManager"

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2015-09-03 18:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2015-11-06 00:10:02.0 +0100
@@ -1,0 +2,32 @@
+Mon Nov  2 09:16:42 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.4.12:
+  + MBM:
+- Implemented GPS support for Ericsson modems.
+- Enabled GPS port for H5321gw and HS2350.
+   + Telit:
+ - Added udev rules for HE910/UE910/UL865.
+ - Implemented dynamic port identification.
+   + QMI:
+ - Expose IP config details in bearer object even if DHCP is
+   requested.
+ - Retrieve MM_MODEM_3GPP_FACILITY_SIM.
+   + MBIM: CDMA capabilities disabled by default (not yet
+ supported).
+   + libmm-glib:
+ - If empty path (/) given, no SIM object will be created.
+ - Added missing introspection annotations to disconnect().
+   + Core:
+ - Don't check the cache when explicitly asking for required
+   unlocks.
+ - Initialize SMS messaging support also in the secondary port.
+ - New +CGMR parser which covers the Telit HE910 specific
+   format.
+ - New AT-based generic implementation for the Time interface.
+ - Fix reporting DENIED state in 3GPP modems.
+   + Policy: remove rule which was preventing us from receiving
+ signals.
+   + Blacklist: ignored MediaTek preloader.
+   + Misc. other minor fixes
+
+---

Old:

  ModemManager-1.4.10.tar.xz

New:

  ModemManager-1.4.12.tar.xz



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.ew1z5L/_old  2015-11-06 00:10:03.0 +0100
+++ /var/tmp/diff_new_pack.ew1z5L/_new  2015-11-06 00:10:03.0 +0100
@@ -18,7 +18,7 @@
 
 %define _udevdir %(pkg-config --variable udevdir udev)
 Name:   ModemManager
-Version:1.4.10
+Version:1.4.12
 Release:0
 Summary:DBus interface for modem handling
 License:GPL-2.0+ and GPL-3.0+

++ ModemManager-1.4.10.tar.xz -> ModemManager-1.4.12.tar.xz ++
 29234 lines of diff (skipped)




commit gnome-session for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2015-11-06 00:09:47

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


Package is "gnome-session"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2015-10-28 17:28:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2015-11-06 00:09:48.0 +0100
@@ -1,0 +2,7 @@
+Fri Oct 30 23:15:17 UTC 2015 - zai...@opensuse.org
+
+- Drop pkgconfig(gconf-2.0) BuildRequires and pass --disable-gconf
+  to configure to be sure it's not enabled during build. It was
+  only present to support gconf-based autostart.
+
+---



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.CfuYZ3/_old  2015-11-06 00:09:49.0 +0100
+++ /var/tmp/diff_new_pack.CfuYZ3/_new  2015-11-06 00:09:49.0 +0100
@@ -38,8 +38,6 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.76
-# Support gconf-based autostart
-BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.35.0
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.35.0
@@ -124,7 +122,9 @@
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh
-%configure --enable-systemd
+%configure \
+--enable-systemd \
+--disable-gconf
 %__make %{?jobs:-j%jobs} V=1
 
 %install




commit libcroco for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package libcroco for openSUSE:Factory 
checked in at 2015-11-06 00:09:55

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


Package is "libcroco"

Changes:

--- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes2013-05-16 
16:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes   2015-11-06 
00:09:56.0 +0100
@@ -1,0 +2,9 @@
+Sat Oct 31 18:19:04 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.6.9:
+  + Added Visual Studio projects.
+  + Lots of warnings fixed.
+  + Improve build system.
+  + Misc bug fixes.
+
+---

Old:

  libcroco-0.6.8.tar.xz

New:

  libcroco-0.6.9.tar.xz



Other differences:
--
++ libcroco.spec ++
--- /var/tmp/diff_new_pack.BNj6VR/_old  2015-11-06 00:09:57.0 +0100
+++ /var/tmp/diff_new_pack.BNj6VR/_new  2015-11-06 00:09:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcroco
 #
-# Copyright (c) 2012 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:   libcroco
-Version:0.6.8
+Version:0.6.9
 Release:0
 Summary:CSS2 Parser Library
 License:LGPL-2.1

++ libcroco-0.6.8.tar.xz -> libcroco-0.6.9.tar.xz ++
 89405 lines of diff (skipped)




commit gnome-keyring for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2015-11-06 00:09:35

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


Package is "gnome-keyring"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes  
2015-10-28 17:29:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2015-11-06 00:09:37.0 +0100
@@ -1,0 +2,12 @@
+Sat Oct 31 00:09:15 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.3:
+  + Fix regression looking up secrets in non-default keyring
+(bgo#756865).
+  + Fix manpage typos (bgo#756812).
+  + Updated translations.
+- Drop
+  gnome-keyring-dbus-handle-alias-paths-in-lookup_collection.patch:
+  Fixed upstream.
+
+---
@@ -7 +19 @@
-  also silence a bit of logspam (bgo756865).
+  also silence a bit of logspam (bgo#756865).

Old:

  gnome-keyring-3.18.2.tar.xz
  gnome-keyring-dbus-handle-alias-paths-in-lookup_collection.patch

New:

  gnome-keyring-3.18.3.tar.xz



Other differences:
--
++ gnome-keyring.spec ++
--- /var/tmp/diff_new_pack.TZVcZS/_old  2015-11-06 00:09:38.0 +0100
+++ /var/tmp/diff_new_pack.TZVcZS/_new  2015-11-06 00:09:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-keyring
-Version:3.18.2
+Version:3.18.3
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Keyring
@@ -27,8 +27,6 @@
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE gnome-keyring-pam-auth-prompt-password.patch bnc466732 
bgo560488 vu...@novell.com -- Make the pam module prompt the password in auth, 
so we can use pam-config. This is a workaround until bnc#477488 is implemented.
 Patch0: gnome-keyring-pam-auth-prompt-password.patch
-# PATCH-FIX-UPSTREAM 
gnome-keyring-dbus-handle-alias-paths-in-lookup_collection.patch bgo#756865 
zai...@opensuse.org -- Fix firefox passwordmanager when used with non-default 
keyring. Patch from upstream git.
-Patch1: 
gnome-keyring-dbus-handle-alias-paths-in-lookup_collection.patch
 BuildRequires:  ca-certificates
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -114,7 +112,6 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure\

++ gnome-keyring-3.18.2.tar.xz -> gnome-keyring-3.18.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.18.2/ChangeLog 
new/gnome-keyring-3.18.3/ChangeLog
--- old/gnome-keyring-3.18.2/ChangeLog  2015-10-20 15:07:25.0 +0200
+++ new/gnome-keyring-3.18.3/ChangeLog  2015-10-26 21:28:18.0 +0100
@@ -1,5 +1,46 @@
 # Generate automatically. Do not edit.
 
+commit 11260bd25da002a825665f91e18670087caa6a98
+Author: Stef Walter 
+Date:   2015-10-26
+
+Bump version number
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 603884fb5842fc2cc6098e4aac107b11d094adaf
+Author: Aurimas Černius 
+Date:   2015-10-25
+
+Lithuanian translation fixes
+
+ po/lt.po | 314 +++
+ 1 file changed, 174 insertions(+), 140 deletions(-)
+
+commit 2f5e4db43492c8c15577ca18081d06d1bf38ae60
+Author: Dmitry Shachnev 
+Date:   2015-10-21
+
+dbus: Correctly handle alias paths in lookup_collection
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756865
+
+ daemon/dbus/gkd-secret-objects.c | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+commit a4b6f789a7b53315e6824d29bd5f858b37144800
+Author: Anders Jonsson 
+Date:   2015-10-22
+
+daemon: Fix manpage typos
+
+https://bugzilla.gnome.org/show_bug.cgi?id=756812
+
+ docs/gnome-keyring-daemon.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
 commit 9c8c48f62ecb76adad23fba886497c4b69a58c3d
 Author: Stef Walter 
 Date:   2015-10-20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-keyring-3.18.2/NEWS 
new/gnome-keyring-3.18.3/NEWS
--- old/gnome-keyring-3.18.2/NEWS   2015-10-20 15:06:11.0 +0200
+++ new/gnome-keyring-3.18.3/NEWS   2015-10-26 17:45:31.0 +0100
@@ -1,3 +1,8 @@
+Changes in version 3.18.3 are:
+ * Fix regression looking up secrets in default keyring [#756865]
+ * Updated translations
+ * Fix manpage typos [#756812]
+
 Changes in version 3.18.2 are:
  * Fix regression in ported GDBus prompting [#756032]
  * Other minor fixes
diff -urN 

commit apache2 for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-11-06 00:09:23

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


Package is "apache2"

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-10-26 
12:47:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-11-06 
00:09:24.0 +0100
@@ -1,0 +2,18 @@
+Mon Oct 26 09:34:28 UTC 2015 - pgaj...@suse.com
+
+- do not build mod_http2 for older distros than 13.2 for now (nghttp2 
+  does not build there)
+
+---
+Mon Oct 26 09:14:29 UTC 2015 - pgaj...@suse.com
+
+- Include directives really into /etc/apache2/sysconfig.d/include.conf,
+  fix from Erik Wegner [bsc#951901]
+
+---
+Wed Oct 21 07:35:30 UTC 2015 - pgaj...@suse.com
+
+- gensslcert: CN now defaults to `hostname -f` [bnc#949766] 
+  (internal), fix help [bnc#949771] (internal)
+
+---



Other differences:
--
++ apache2.spec ++
--- /var/tmp/diff_new_pack.UWHmYq/_old  2015-11-06 00:09:26.0 +0100
+++ /var/tmp/diff_new_pack.UWHmYq/_new  2015-11-06 00:09:26.0 +0100
@@ -167,7 +167,9 @@
 BuildRequires:  pkgconfig(libsystemd-daemon)
 BuildRequires:  pkgconfig(systemd)
 %endif
+%if 0%{?suse_version} >= 1320
 BuildRequires:  pkgconfig(libnghttp2) >= 1.0.0
+%endif
 
 %description
 This version of httpd is a major release of the 2.4 stable branch,
@@ -874,7 +876,9 @@
 %{_libdir}/%{name}-prefork/mod_filter.so
 %{_libdir}/%{name}-prefork/mod_headers.so
 %{_libdir}/%{name}-prefork/mod_heartmonitor.so
+%if 0%{?suse_version} >= 1320
 %{_libdir}/%{name}-prefork/mod_http2.so
+%endif
 %{_libdir}/%{name}-prefork/mod_imagemap.so
 %{_libdir}/%{name}-prefork/mod_include.so
 %{_libdir}/%{name}-prefork/mod_info.so
@@ -995,7 +999,9 @@
 %{_libdir}/%{name}-worker/mod_filter.so
 %{_libdir}/%{name}-worker/mod_headers.so
 %{_libdir}/%{name}-worker/mod_heartmonitor.so
+%if 0%{?suse_version} >= 1320
 %{_libdir}/%{name}-worker/mod_http2.so
+%endif
 %{_libdir}/%{name}-worker/mod_imagemap.so
 %{_libdir}/%{name}-worker/mod_include.so
 %{_libdir}/%{name}-worker/mod_info.so
@@ -1115,7 +1121,9 @@
 %{_libdir}/%{name}-event/mod_file_cache.so
 %{_libdir}/%{name}-event/mod_filter.so
 %{_libdir}/%{name}-event/mod_headers.so
+%if 0%{?suse_version} >= 1320
 %{_libdir}/%{name}-event/mod_http2.so
+%endif
 %{_libdir}/%{name}-event/mod_heartmonitor.so
 %{_libdir}/%{name}-event/mod_imagemap.so
 %{_libdir}/%{name}-event/mod_include.so




++ gensslcert ++
--- /var/tmp/diff_new_pack.UWHmYq/_old  2015-11-06 00:09:27.0 +0100
+++ /var/tmp/diff_new_pack.UWHmYq/_new  2015-11-06 00:09:27.0 +0100
@@ -23,7 +23,7 @@
-l  city$L
-o  organisation"$O"
-u  organisational unit "$U"
-   -n  fully qualified domain name $CN (\$FQHOSTNAME)
+   -n  fully qualified domain name $CN (hostname -f)
-e  email address of webmaster  webmaster@$CN
-y  days server cert is valid for   $srvdays
-Y  days CA cert is valid for   $CAdays
@@ -40,7 +40,7 @@
 
 r=$ROOT
 . $r/etc/sysconfig/network/config
-FQHOSTNAME=`cat /etc/HOSTNAME`
+FQHOSTNAME=`hostname -f`
 
 # defaults
   comment="mod_ssl server certificate"

++ start_apache2 ++
--- /var/tmp/diff_new_pack.UWHmYq/_old  2015-11-06 00:09:27.0 +0100
+++ /var/tmp/diff_new_pack.UWHmYq/_new  2015-11-06 00:09:27.0 +0100
@@ -95,11 +95,19 @@
 fi
 # APACHE_CONF_INCLUDE_FILES -> include.conf
 for file in $APACHE_CONF_INCLUDE_FILES; do
-echo "Include $file" >> include.conf
+test ${file:0:1} = / || file=/etc/apache2/$file
+if [ ! -e $file ]; then
+  continue
+fi
+echo "Include $file" >> ${sysconfd_dir}/include.conf
 done
 # APACHE_CONF_INCLUDE_DIRS -> include.conf
 for dir in $APACHE_CONF_INCLUDE_DIRS; do
-echo "Include $dir" >> include.conf
+test ${dir:0:1} = / || dir=/etc/apache2/$dir
+if [ ! -e $dir ]; then
+  continue
+fi
+echo "Include $dir" >> ${sysconfd_dir}/include.conf
 done
 # APACHE_SERVERADMIN -> global.conf
 if [ -n "$APACHE_SERVERADMIN" ]; then




commit tftp for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package tftp for openSUSE:Factory checked in 
at 2015-11-06 00:10:17

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


Package is "tftp"

Changes:

--- /work/SRC/openSUSE:Factory/tftp/tftp.changes2015-09-24 
07:17:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.tftp.new/tftp.changes   2015-11-06 
00:10:18.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  2 12:36:26 UTC 2015 - vci...@suse.com
+
+- add a sysconfig file to allow passing parameters to the service
+  (requested in bsc#951591)
+  * added tftp.sysconfig
+
+---

New:

  tftp.sysconfig



Other differences:
--
++ tftp.spec ++
--- /var/tmp/diff_new_pack.96azK9/_old  2015-11-06 00:10:19.0 +0100
+++ /var/tmp/diff_new_pack.96azK9/_new  2015-11-06 00:10:19.0 +0100
@@ -30,6 +30,7 @@
 Source2:tftp.fw
 Source3:tftp.service
 Source4:tftp.socket
+Source5:tftp.sysconfig
 Patch0: tftp-hpa-0.43_include_sys_params.patch
 Patch1: tftp-hpa-0.46_colon_check.patch
 Patch4: tftp-hpa-0.49-fortify-strcpy-crash.patch
@@ -91,6 +92,7 @@
 # Install systemd unit / socket (As an alternativ to xinetd activation)
 install -d %{buildroot}%{_unitdir}
 install -m 0644 %{S:3} %{S:4} %{buildroot}%{_unitdir}
+install -D -m 0644 %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.tftp
 
 %pre
 # This group/user is shared with atftp, so please
@@ -105,6 +107,7 @@
 
 %post
 %service_add_post %{name}.service %{name}.socket
+%{fillup_only -n tftp}
 
 %preun
 %service_del_preun %{name}.service %{name}.socket
@@ -128,5 +131,6 @@
 %config(noreplace) %{_sysconfdir}/xinetd.d/tftp
 %config %{_fwdefdir}/tftp
 %dir %attr(0750,tftp,tftp) /srv/tftpboot
+%{_localstatedir}/adm/fillup-templates/sysconfig.tftp
 
 %changelog

++ tftp.service ++
--- /var/tmp/diff_new_pack.96azK9/_old  2015-11-06 00:10:19.0 +0100
+++ /var/tmp/diff_new_pack.96azK9/_new  2015-11-06 00:10:19.0 +0100
@@ -4,6 +4,7 @@
 After=network.target
 
 [Service]
-ExecStart=/usr/sbin/in.tftpd -u tftp -s /srv/tftpboot
+EnvironmentFile=/etc/sysconfig/tftp
+ExecStart=/usr/sbin/in.tftpd -u $TFTP_USER -s $TFTP_DIRECTORY $TFTP_OPTIONS
 StandardInput=socket
 PrivateDevices=yes

++ tftp.sysconfig ++
## Description: TFTP Configuration
## Type:string
## Default: "tftp"
#
#  daemon user (tftp)
#
TFTP_USER="tftp"

## Type:string
## Default: ""
##
## INFO:
#
# tftp options
#
TFTP_OPTIONS=""

## Type:string
## Default: "/srv/tftpboot"
## was "/tftpboot" but
## "/tftpboot" is not allowed anymore in FHS 2.2.
#
#  TFTP directory must be a world readable/writable directory.
#  By default /srv/tftpboot is assumed.
#
TFTP_DIRECTORY="/srv/tftpboot"



commit gnome-terminal for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2015-11-06 00:09:42

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-10-25 19:10:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2015-11-06 00:09:43.0 +0100
@@ -1,0 +2,7 @@
+Fri Oct 30 22:37:54 UTC 2015 - zai...@opensuse.org
+
+- Drop gconf2 Requires(pre), and pass --disable-migration to
+  configure. We do not expect any holdouts to migrate any longer.
+- Stop running autoreconf as patches are already disabled.
+
+---



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.mz369O/_old  2015-11-06 00:09:44.0 +0100
+++ /var/tmp/diff_new_pack.mz369O/_new  2015-11-06 00:09:44.0 +0100
@@ -57,7 +57,6 @@
 Obsoletes:  gnome-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  filesystem
-Requires(pre):  gconf2
 
 %description
 This package provides the GNOME terminal emulator application.
@@ -94,9 +93,10 @@
 
 %build
 # Needed for patch102
-autoreconf -fiv
+#autoreconf -fiv
 %configure \
 --disable-static \
+--disable-migration \
 --with-gtk=3.0 \
 --with-nautilus-extension
 make %{?_smp_mflags}
@@ -127,7 +127,6 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/gnome-terminal.appdata.xml
 %{_datadir}/applications/gnome-terminal.desktop
-%{_libexecdir}/gnome-terminal-migration
 %{_libexecdir}/gnome-terminal-server
 %{_datadir}/dbus-1/services/org.gnome.Terminal.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml




commit gsound for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package gsound for openSUSE:Factory checked 
in at 2015-11-06 00:10:08

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


Package is "gsound"

Changes:

--- /work/SRC/openSUSE:Factory/gsound/gsound.changes2015-03-05 
18:16:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.gsound.new/gsound.changes   2015-11-06 
00:10:09.0 +0100
@@ -1,0 +2,13 @@
+Mon Nov  2 09:54:30 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.0.2:
+  + build:
+- Fix ChangeLog generation.
+- Use (much) more strict warning flags.
+- Fix configure.ac slightly.
+- Don't use deprecated gnome-autogen.sh.
+- Remove unnecessary Vala dependency on libcanberra.
+  + admin: Fix typos in README.md.
+  + docs: document the object struct.
+
+---

Old:

  gsound-1.0.1.tar.xz

New:

  gsound-1.0.2.tar.xz



Other differences:
--
++ gsound.spec ++
--- /var/tmp/diff_new_pack.nzWVnl/_old  2015-11-06 00:10:10.0 +0100
+++ /var/tmp/diff_new_pack.nzWVnl/_new  2015-11-06 00:10:10.0 +0100
@@ -19,7 +19,7 @@
 
 %define soname lib%{name}0
 Name:   gsound
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:A small library for playing system sounds
 License:LGPL-2.1
@@ -113,3 +113,4 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/GSound-1.0.typelib
 
+%changelog

++ gsound-1.0.1.tar.xz -> gsound-1.0.2.tar.xz ++
 26656 lines of diff (skipped)




commit xf86-input-synaptics for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2015-11-06 00:09:29

Comparing /work/SRC/openSUSE:Factory/xf86-input-synaptics (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-synaptics.new (New)


Package is "xf86-input-synaptics"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2015-08-21 07:36:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2015-11-06 00:09:30.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov  2 10:32:29 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.8.3
+  * With Gabriele's fix, the order of fingers on the touchpad doesn't
+matter for two-finger scrolling. Previously, only one of the
+fingers would trigger scroll events. See 
+https://bugs.freedesktop.org/show_bug.cgi?id=92622
+
+---

Old:

  xf86-input-synaptics-1.8.2.tar.bz2

New:

  xf86-input-synaptics-1.8.3.tar.bz2



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.aflNXt/_old  2015-11-06 00:09:31.0 +0100
+++ /var/tmp/diff_new_pack.aflNXt/_new  2015-11-06 00:09:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-synaptics
-Version:1.8.2
+Version:1.8.3
 Release:0
 Summary:Synaptics touchpad input driver for the Xorg X server
 License:MIT

++ xf86-input-synaptics-1.8.2.tar.bz2 -> xf86-input-synaptics-1.8.3.tar.bz2 
++
 6019 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/xf86-input-synaptics-1.8.2/ChangeLog 
new/xf86-input-synaptics-1.8.3/ChangeLog
--- old/xf86-input-synaptics-1.8.2/ChangeLog2015-03-27 02:28:21.0 
+0100
+++ new/xf86-input-synaptics-1.8.3/ChangeLog2015-11-01 22:54:00.0 
+0100
@@ -1,3 +1,22 @@
+commit af7d8a15278a968d919bf539628281bf713f747b
+Author: Peter Hutterer 
+Date:   Thu Oct 29 12:10:09 2015 +1000
+
+synaptics 1.8.3
+
+Signed-off-by: Peter Hutterer 
+
+commit 3e7508ac087028f8f8e116f5279dad1ebcdc58e6
+Author: Gabriele Mazzotta 
+Date:   Thu Aug 14 20:03:42 2014 +0200
+
+Use cumulative relative touch movements while scrolling
+
+Signed-off-by: Gabriele Mazzotta 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+(cherry picked from commit ec0901e5f81d9cad6cc8bbdcb5ea075009c13de5)
+
 commit 6f8d4bac14ac8f3fd2714f0a8a9e37c5136a4013
 Author: Peter Hutterer 
 Date:   Fri Mar 27 11:26:55 2015 +1000
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/xf86-input-synaptics-1.8.2/configure.ac 
new/xf86-input-synaptics-1.8.3/configure.ac
--- old/xf86-input-synaptics-1.8.2/configure.ac 2015-03-27 02:26:52.0 
+0100
+++ new/xf86-input-synaptics-1.8.3/configure.ac 2015-10-29 03:10:05.0 
+0100
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-input-synaptics],
-[1.8.2],
+[1.8.3],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 [xf86-input-synaptics])
 AC_CONFIG_SRCDIR([Makefile.am])
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/xf86-input-synaptics-1.8.2/src/eventcomm.c 
new/xf86-input-synaptics-1.8.3/src/eventcomm.c
--- old/xf86-input-synaptics-1.8.2/src/eventcomm.c  2015-03-27 
02:23:53.0 +0100
+++ new/xf86-input-synaptics-1.8.3/src/eventcomm.c  2015-10-28 
05:20:36.0 +0100
@@ -697,9 +697,11 @@
 
 SynapticsResetTouchHwState(hw, FALSE);
 
-/* Reset cumulative values if buttons were not previously pressed,
- * or no finger was previously present. */
-if ((!hw->left && !hw->right && !hw->middle) || hw->z < 

commit postgresql92-libs for openSUSE:13.1:Update

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package postgresql92-libs for 
openSUSE:13.1:Update checked in at 2015-11-05 14:30:59

Comparing /work/SRC/openSUSE:13.1:Update/postgresql92-libs (Old)
 and  /work/SRC/openSUSE:13.1:Update/.postgresql92-libs.new (New)


Package is "postgresql92-libs"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ISVpqp/_old  2015-11-05 14:31:00.0 +0100
+++ /var/tmp/diff_new_pack.ISVpqp/_new  2015-11-05 14:31:00.0 +0100
@@ -1 +1 @@
-
+




commit wpa_supplicant for openSUSE:13.1:Update

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package wpa_supplicant for 
openSUSE:13.1:Update checked in at 2015-11-05 14:30:11

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


Package is "wpa_supplicant"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.AFS4VX/_old  2015-11-05 14:30:12.0 +0100
+++ /var/tmp/diff_new_pack.AFS4VX/_new  2015-11-05 14:30:12.0 +0100
@@ -1 +1 @@
-
+




commit postgresql92 for openSUSE:13.1:Update

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package postgresql92 for 
openSUSE:13.1:Update checked in at 2015-11-05 14:31:04

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


Package is "postgresql92"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1lvQcx/_old  2015-11-05 14:31:05.0 +0100
+++ /var/tmp/diff_new_pack.1lvQcx/_new  2015-11-05 14:31:05.0 +0100
@@ -1 +1 @@
-
+