commit python3-scipy for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-scipy for openSUSE:Factory 
checked in at 2015-01-25 21:15:03

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


Package is python3-scipy

Changes:

--- /work/SRC/openSUSE:Factory/python3-scipy/python3-scipy.changes  
2015-01-14 11:45:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-scipy.new/python3-scipy.changes 
2015-01-25 21:15:05.0 +0100
@@ -1,0 +2,10 @@
+Sun Jan 25 01:43:07 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 0.15.1:
+  * #4413: BUG: Tests too strict, f2py doesn't have to overwrite this array
+  * #4417: BLD: avoid using NPY_API_VERSION to check not using deprecated...
+  * #4418: Restore and deprecate scipy.linalg.calc_work
+
+---

Old:

  scipy-0.15.0.tar.gz

New:

  scipy-0.15.1.tar.gz



Other differences:
--
++ python3-scipy.spec ++
--- /var/tmp/diff_new_pack.oMtuKK/_old  2015-01-25 21:15:07.0 +0100
+++ /var/tmp/diff_new_pack.oMtuKK/_new  2015-01-25 21:15:07.0 +0100
@@ -19,7 +19,7 @@
 %define with_atlas 0
 
 Name:   python3-scipy
-Version:0.15.0
+Version:0.15.1
 Release:0
 Summary:Scientific Tools for Python
 License:BSD-3-Clause and LGPL-2.0+

++ scipy-0.15.0.tar.gz - scipy-0.15.1.tar.gz ++
/work/SRC/openSUSE:Factory/python3-scipy/scipy-0.15.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-scipy.new/scipy-0.15.1.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pyzmq for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pyzmq for openSUSE:Factory 
checked in at 2015-01-25 21:15:01

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


Package is python3-pyzmq

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyzmq/python3-pyzmq.changes  
2014-12-01 14:01:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyzmq.new/python3-pyzmq.changes 
2015-01-25 21:15:02.0 +0100
@@ -1,0 +2,14 @@
+Sun Jan 25 01:37:22 UTC 2015 - a...@gmx.de
+
+- update to version 14.5.0:
+  * use pickle.DEFAULT_PROTOCOL by default in send_pickle
+  * with the release of pip-6, OS X wheels are only marked as
+10.6-intel, indicating that they should be installable on any
+newer or single-arch Python.
+  * raise SSHException on failed check of host key
+  * fix method name in utils.wi32.allow_interrupt
+  * fork-related fixes in garbage collection thread
+  * add missing import in zmq.__init__, causing failure to import in
+some circumstances
+
+---

Old:

  pyzmq-14.4.1.tar.gz

New:

  pyzmq-14.5.0.tar.gz



Other differences:
--
++ python3-pyzmq.spec ++
--- /var/tmp/diff_new_pack.BfLQ0M/_old  2015-01-25 21:15:03.0 +0100
+++ /var/tmp/diff_new_pack.BfLQ0M/_new  2015-01-25 21:15:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyzmq
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyzmq
-Version:14.4.1
+Version:14.5.0
 Release:0
 Summary:Python bindings for 0MQ
 License:LGPL-3.0+

++ pyzmq-14.4.1.tar.gz - pyzmq-14.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-14.4.1/.travis.yml new/pyzmq-14.5.0/.travis.yml
--- old/pyzmq-14.4.1/.travis.yml2014-10-31 19:10:33.0 +0100
+++ new/pyzmq-14.5.0/.travis.yml2015-01-20 00:07:59.0 +0100
@@ -17,15 +17,15 @@
 before_install:
   - sudo add-apt-repository -y ppa:shnatsel/dnscrypt
   - sudo apt-get update
-  - if [[ $ZMQ != 'bundled' ]]; then sudo apt-get install -qq libzmq3-dev 
libsodium-dev; fi
-  - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then pip install -q cython 
--install-option='--no-cython-compile'; fi
-
-  - if [[ $ZMQ == 'master' ]]; then git clone --depth 1 
https://github.com/zeromq/libzmq; fi
-  - if [[ $ZMQ == 'master' ]]; then sh -c 'cd libzmq; sh autogen.sh; 
./configure; make -j; sudo make install; sudo ldconfig'; fi
-  - pip install -q --use-mirrors nose
+  - 'if [[ $ZMQ != bundled ]]; then sudo apt-get install -qq libzmq3-dev 
libsodium-dev; fi'
+  - 'if [[ $TRAVIS_PYTHON_VERSION != pypy ]]; then wget 
https://github.com/minrk/travis-wheels/archive/master.zip -O wheels.zip  
unzip wheels.zip; fi'
+  - 'if [[ $TRAVIS_PYTHON_VERSION != pypy ]]; then pip install -q -f 
travis-wheels-master/wheelhouse cython; fi'
+  - 'if [[ $ZMQ == master ]]; then wget 
https://github.com/zeromq/libzmq/archive/master.zip -O libzmq-master.zip  
unzip libzmq-master.zip; fi'
+  - 'if [[ $ZMQ == master ]]; then sh -c cd libzmq-master; sh autogen.sh; 
./configure; make -j; sudo make install; sudo ldconfig; fi'
+  - pip install -q nose
 
 install:
-  - if [[ $ZMQ == 'master' ]]; then export ZMQ=/usr/local; fi
+  - 'if [[ $ZMQ == master ]]; then export ZMQ=/usr/local; fi'
   - python setup.py build_ext --inplace --zmq=$ZMQ
 
 matrix:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-14.4.1/MANIFEST.in new/pyzmq-14.5.0/MANIFEST.in
--- old/pyzmq-14.4.1/MANIFEST.in2014-10-31 19:10:33.0 +0100
+++ new/pyzmq-14.5.0/MANIFEST.in2015-01-20 00:07:59.0 +0100
@@ -10,10 +10,10 @@
 include setupegg.py
 include zmqversion.py
 include tox.ini
-include tools
 include .travis.yml
 
 graft docs
+graft tools
 prune docs/build
 prune docs/gh-pages
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyzmq-14.4.1/PKG-INFO new/pyzmq-14.5.0/PKG-INFO
--- old/pyzmq-14.4.1/PKG-INFO   2014-10-31 19:10:50.0 +0100
+++ new/pyzmq-14.5.0/PKG-INFO   2015-01-20 00:08:24.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyzmq
-Version: 14.4.1
+Version: 14.5.0
 Summary: Python bindings for 0MQ
 Home-page: http://github.com/zeromq/pyzmq
 Author: Brian E. Granger, Min Ragan-Kelley
diff 

commit python3-SPARQLWrapper for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-SPARQLWrapper for 
openSUSE:Factory checked in at 2015-01-25 21:14:55

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


Package is python3-SPARQLWrapper

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-SPARQLWrapper/python3-SPARQLWrapper.changes  
2013-12-16 18:08:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-SPARQLWrapper.new/python3-SPARQLWrapper.changes
 2015-01-25 21:14:57.0 +0100
@@ -1,0 +2,42 @@
+Sun Jan 25 00:34:43 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * README.txt - README.md
+  * AUTHOR.txt - AUTHOR.md
+  * no more Changelog and Licence file in tar-bal, removed them from %files 
section
+
+- update to version 1.6.4:
+  * Fixed unicode problems on setup (issue #42)
+
+- changes from version 1.6.3:
+  * Fixed unicode problems with urllib in Python 3 (issue #35)
+  * Restored SPARQLWrapper2 class (issue #36)
+  * Enhanced warning for missing rdflib-jsonld (issue #38)
+  * Fixed build system (issue #39)
+
+- changes from version 1.6.2:
+  * Fixed query type detection with comments (issue #32)
+
+- changes from version 1.6.1:
+  * Added missing query types (issue #17)
+  * Added a new method to the API to select the request method to be
+fully SPARQL 1.1 Protocol compliant (issue #28)
+  * Improved the test suite coverage, including support to run the
+tests under Python 3.x (issues #20, #24 and #31)
+
+- changes from version 1.6.0:
+  * Returning raw response in case of unknown content type returned
+  * Fixed some issues with the last version of the SPARQL 1.1 Update
+Protocol
+  * setQuery() doesn't imply resetQuery() anymore
+  * Deprecated addCustomParameter(), addParameter() and
+clearParameter() come to provide all required functionality
+  * SPARQLWrapper, QueryResult, Value, Bindings (and classes inherited
+from them) are new-style classes now
+  * POST queries are accompanied by full set of parameters now
+  * Added rudimentary support for JSON-LD
+  * Added proper unit tests without dependencies of external endpoints
+  * Fixed Python 3 compatibility issues in SmartWrapper module
+
+---

Old:

  SPARQLWrapper-1.5.2.tar.gz

New:

  SPARQLWrapper-1.6.4.tar.gz



Other differences:
--
++ python3-SPARQLWrapper.spec ++
--- /var/tmp/diff_new_pack.6Cj34U/_old  2015-01-25 21:14:57.0 +0100
+++ /var/tmp/diff_new_pack.6Cj34U/_new  2015-01-25 21:14:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-SPARQLWrapper
 #
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SPARQLWrapper
-Version:1.5.2
+Version:1.6.4
 Release:0
 Summary:SPARQL Endpoint interface to Python
 License:W3C
@@ -40,7 +40,7 @@
 %prep
 %setup -q -n SPARQLWrapper-%{version}
 # fix end-of-line encoding
-sed -i 's/\r$//' README.txt
+sed -i 's/\r$//' README.md
 
 %build
 python3 setup.py build
@@ -50,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt LICENSE.txt AUTHORS.txt ChangeLog.txt
+%doc README.md AUTHORS.md
 %{python3_sitelib}/SPARQLWrapper/
 %{python3_sitelib}/SPARQLWrapper-%{version}-py*.egg-info
 

++ SPARQLWrapper-1.5.2.tar.gz - SPARQLWrapper-1.6.4.tar.gz ++
 2464 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-bpython for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-bpython for openSUSE:Factory 
checked in at 2015-01-25 21:14:59

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


Package is python3-bpython

Changes:

--- /work/SRC/openSUSE:Factory/python3-bpython/python3-bpython.changes  
2015-01-08 23:03:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-bpython.new/python3-bpython.changes 
2015-01-25 21:15:00.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan 25 01:04:05 UTC 2015 - a...@gmx.de
+
+- update to version 0.13.2:
+  * #424: Use new JSON API at bpaste.net.
+  * #430: Fixed SNI issues with new pastebin service on Mac OS X.
+  * #432: Fixed crash in bpython-curtsies in special circumstances if
+history file is empty. Thanks to Lisa van Gelder.
+
+---

Old:

  bpython-0.13.1.tar.gz

New:

  bpython-0.13.2.tar.gz



Other differences:
--
++ python3-bpython.spec ++
--- /var/tmp/diff_new_pack.mwwhoW/_old  2015-01-25 21:15:01.0 +0100
+++ /var/tmp/diff_new_pack.mwwhoW/_new  2015-01-25 21:15:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-bpython
-Version:0.13.1
+Version:0.13.2
 Release:0
 Url:http://www.bpython-interpreter.org
 Summary:Fancy Curses Interface to the Python Interactive Interpreter

++ bpython-0.13.1.tar.gz - bpython-0.13.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bpython-0.13.1/CHANGELOG new/bpython-0.13.2/CHANGELOG
--- old/bpython-0.13.1/CHANGELOG2014-07-16 22:09:10.0 +0200
+++ new/bpython-0.13.2/CHANGELOG2015-01-19 11:33:56.0 +0100
@@ -1,7 +1,17 @@
 Changelog
 =
 
-v0.13.1
+0.13.2
+---
+
+A bugfix release. The fixed bugs are:
+
+* #424: Use new JSON API at bpaste.net.
+* #430: Fixed SNI issues with new pastebin service on Mac OS X.
+* #432: Fixed crash in bpython-curtsies in special circumstances if history 
file
+  is empty. Thanks to Lisa van Gelder.
+
+0.13.1
 ---
 
 A bugfix release. The fixed bugs are:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bpython-0.13.1/PKG-INFO new/bpython-0.13.2/PKG-INFO
--- old/bpython-0.13.1/PKG-INFO 2014-07-16 22:17:31.0 +0200
+++ new/bpython-0.13.2/PKG-INFO 2015-01-19 11:36:35.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: bpython
-Version: 0.13.1
+Version: 0.13.2
 Summary: Fancy Interface to the Python Interpreter
 Home-page: http://www.bpython-interpreter.org/
 Author: Bob Farrell, Andreas Stuehrk et al.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bpython-0.13.1/README.rst 
new/bpython-0.13.2/README.rst
--- old/bpython-0.13.1/README.rst   1970-01-01 01:00:00.0 +0100
+++ new/bpython-0.13.2/README.rst   2015-01-19 11:34:09.0 +0100
@@ -0,0 +1,157 @@
+|ImageLink|_
+
+.. |ImageLink| image:: 
https://travis-ci.org/bpython/bpython.svg?branch=0.13-bugfix
+.. _ImageLink: https://travis-ci.org/bpython/bpython
+
+bpython - A fancy curses interface to the Python interactive interpreter
+
+
+Dependencies
+
+
+* Pygments (apt-get install python-pygments)
+* Sphinx != 1.1.2 (for the documentation only) (apt-get install python-sphinx)
+* mock (for the testsuite only)
+* babel (optional, for internationalization)
+
+bpython-curtsies
+
+``bpython-curtsies`` requires the following additional packages:
+
+* curtsies = 0.0.32
+* greenlet
+
+bpython-urwid
+-
+``bpython-urwid`` requires the following additional packages:
+
+* urwid
+
+Introduction
+
+A few people asked for stuff like syntax highlighting and autocomplete for the
+Python interactive interpreter.  IPython seems to offer this (plus you can get
+readline behaviour in the vanilla interpreter) but I tried IPython a couple of
+times. Perhaps I didn't really get it, but I get the feeling that the ideas
+behind IPython are pretty different to bpython. I didn't want to create a whole
+development environment; I simply wanted to provide a couple of neat features
+that already exist and turn them into something a little more interactive.
+
+The idea is to provide the user with all the features in-line, much like modern
+IDEs, but in a simple, lightweight package that can be run in a terminal
+window, so curses seemed like the best choice.  Sorry if you use Windows.
+
+bpython doesn't attempt to create anything new or groundbreaking, it simply
+brings together a few 

commit pacemaker for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2015-01-25 21:14:20

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2014-12-25 
23:20:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-01-25 
21:14:23.0 +0100
@@ -1,0 +2,49 @@
+Fri Jan 16 12:44:34 UTC 2015 - y...@suse.com
+
+- crm_standby: update accepted options to match documentation
+- cts: Fix bashisms in LSBDummy script
+- pengine: fixes pengine crash with orphaned remote node connection resource
+- PE: Do not aggregate children in a pending state into the 
started/stopped/etc lists
+- acl: Correctly implement the 'reference' acl directive
+- Upstream version cs: 03ec61210c82471161f6cf3366e8afc30d737d67
+
+---
+Mon Jan 12 11:05:14 UTC 2015 - y...@suse.com
+
+- pengine: imply stop in container node resources when host node is fenced
+- Build: Fix building if ncurses doesn't provide pkg-config files
+- xml: Do not change the ordering of properties when applying v1 cib diffs
+- xml: Do not prune leaves from v1 cib diffs that are being created with 
digests
+- Upstream version cs: 4109f1539a625bfa3e884d19ab2fc42d7a4daec4
+
+---
+Fri Jan  9 12:10:09 UTC 2015 - y...@suse.com
+
+- xml: add 'require-all' to xml schema for constraints
+- pengine: require-all feature for ordered clones
+- xml: Ensure ACLs are reapplied before calculating what a replace operation 
changed
+- cib: Ensure file-based backends treat '-o section' consistently with the 
native backend
+- crmd: resolves memory leak in crmd.
+- pacemakerd: resolves memory leak of xml structure in pacemakerd
+- ipc: use server enforced buffer during ipc client send
+- pengine: do not recording pending migrate_to ops for pacemaker remote
+- crmd: never stop recurring monitor ops for pcmk remote during incomplete 
migration
+- pengine: prefer migration target for remote node connections
+- pengine: properly handle ordering during remote connection partial migration
+- crmd: Ensure remote connection resources timeout properly during 
'migrate_from' action
+- crmd: gracefully handle remote node disconnects during op execution
+- pengine: Fence baremetal remote when recurring monitor op fails
+- crmd: Handle remote connection failures while executing ops on remote 
connection
+- remote: Treat recv msg timeout as a disconnect
+- pengine: properly recover remote-nodes when cluster-node proxy goes offline
+- systemd: Correctly handle long running stop actions
+- crm_resource: Include group members when calculating the next timeout
+- crm_resource: Ensure --restart sets/clears meta attributes
+- crm_resource: Clean up memory in --restart error paths
+- Build: Use a wrapper for realloc() which calls abort when we run out of 
memory
+- services: Prevent potential use-of-NULL
+- crm_resource: Memory leak in error paths
+- crmd: Mistake of the set of the variable.
+- Upstream version cs: d0139e9a00c32b9bc1d7d206d6210126045b49be
+
+---

Old:

  pacemaker-1.1.12.git20141118.7dd9022.tar.bz2

New:

  pacemaker-1.1.12.git20150116.03ec612.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.7fNo1Y/_old  2015-01-25 21:14:25.0 +0100
+++ /var/tmp/diff_new_pack.7fNo1Y/_new  2015-01-25 21:14:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pacemaker
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -99,7 +99,7 @@
 Summary:Scalable High-Availability cluster resource manager
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.1.12.git20141118.7dd9022
+Version:1.1.12.git20150116.03ec612
 Release:0
 #Release:%{pcmk_release}%{?dist}
 Url:http://www.clusterlabs.org

++ _service ++
--- /var/tmp/diff_new_pack.7fNo1Y/_old  2015-01-25 21:14:25.0 +0100
+++ /var/tmp/diff_new_pack.7fNo1Y/_new  2015-01-25 21:14:25.0 +0100
@@ -11,7 +11,7 @@
 param name=version1.1.12/param
 --
 param name=versionformat1.1.12.git%cd.%h/param
-param name=revision7dd90226e10035340d6707d9fd2b04f2e0141194/param
+param 

commit webkitgtk for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package webkitgtk for openSUSE:Factory 
checked in at 2015-01-25 21:14:28

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


Package is webkitgtk

Changes:

--- /work/SRC/openSUSE:Factory/webkitgtk/webkitgtk.changes  2014-10-31 
12:32:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.webkitgtk.new/webkitgtk.changes 2015-01-25 
21:14:30.0 +0100
@@ -1,0 +2,18 @@
+Sun Jan 11 13:00:30 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.4.8:
+  + Fix SSL connection issues with some websites after the POODLE
+vulnerability fix.
+  + Fix a crash when loading flash plugins.
+  + Fix build on GNU Hurd - Fix build on OS X.
+  + Fix documentation of webkit_print_operation_get_page_setup().
+  + Security fixes: CVE-2014-1344, CVE-2014-1384, CVE-2014-1385,
+CVE-2014-1386, CVE-2014-1387, CVE-2014-1388, CVE-2014-1389,
+CVE-2014-1390.
+- Add webkitgtk-compile-when-WK2-disabled.patch: Fix build when WK2
+  is disabled.
+- Pass autoreconf and enable libtool BuildRequires: Needed for
+  above patch since it touches the buildsystem.
+- Bugs fixed: boo#871792, boo#879607 and boo#879607.
+
+---
webkitgtk3.changes: same change

Old:

  webkitgtk-2.4.7.tar.xz

New:

  webkitgtk-2.4.8.tar.xz
  webkitgtk-compile-when-WK2-disabled.patch



Other differences:
--
++ webkitgtk.spec ++
--- /var/tmp/diff_new_pack.0WTsvX/_old  2015-01-25 21:14:31.0 +0100
+++ /var/tmp/diff_new_pack.0WTsvX/_new  2015-01-25 21:14:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package webkitgtk
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -47,7 +47,7 @@
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.4.7
+Version:2.4.8
 Release:0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
@@ -71,6 +71,8 @@
 Patch9: webkitgtk-protocall-endian-fix.patch
 # PATCH-FIX-UPSTREAM webkitgtk-ppc32.patch webkit#130837 dval...@suse.com --  
Webkit2 doesnt build on powerpc 32 bits 
 Patch10:webkitgtk-ppc32.patch  
+# PATCH-FIX-UPSTREAM webkitgtk-compile-when-WK2-disabled.patch webkit#140241 
zai...@opensuse.org -- Cannot compile 2.4.8 when WK2 is disabled
+Patch11:webkitgtk-compile-when-WK2-disabled.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  chrpath
@@ -81,8 +83,8 @@
 BuildRequires:  gtk-doc
 BuildRequires:  libicu-devel
 BuildRequires:  libjpeg-devel
-# Needed for patch2
-# BuildRequires:  libtool
+# Needed for patch2 and patch 11
+BuildRequires:  libtool
 BuildRequires:  perl
 BuildRequires:  python
 BuildRequires:  ruby
@@ -330,6 +332,7 @@
 %patch9 -p1
 %patch10 -p1
 %endif
+%patch11 -p1
 # FIXME: workaround needed in  1.7.90 to fix build
 mkdir -p DerivedSources/webkit
 mkdir -p DerivedSources/WebCore
@@ -355,6 +358,9 @@
 #Needed for patch2
 #autoreconf --verbose --install -I Source/autotools
 
+#Needed for patch11
+autoreconf --verbose --install
+
 # No debug builds We run out of about everything with -O2 -g (the .ar 
becomes  4.3GB)
 export CFLAGS= $RPM_OPT_FLAGS -g0
 export CXXFLAGS= $RPM_OPT_FLAGS -g0

++ webkitgtk3.spec ++
--- /var/tmp/diff_new_pack.0WTsvX/_old  2015-01-25 21:14:31.0 +0100
+++ /var/tmp/diff_new_pack.0WTsvX/_new  2015-01-25 21:14:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package webkitgtk3
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -47,7 +47,7 @@
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:2.4.7
+Version:2.4.8
 Release:0
 # FIXME: at some point, figure out a way to remove the hack where we use -g0 
to have successful builds
 # FIXME: get upstream to fix the conflict on gtk-doc docs between gtk2 and 
gtk3 versions
@@ -71,6 +71,8 @@
 Patch9: 

commit gnuplot for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2015-01-25 21:14:35

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


Package is gnuplot

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2014-11-05 
16:26:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2015-01-25 
21:14:38.0 +0100
@@ -1,0 +2,85 @@
+Wed Jan 21 07:29:58 UTC 2015 - bur...@net-b.de
+
+- Update to 5.0.0
+  * NEW new command set {xyz}tics {timedate|geographic|numeric} sets
+  axis-tictype
+  * NEW add the tictype keywords to
+  set format {axis} {time|geographic|numeric}
+  * NEW format modifier 't' in timedate mode indicates a time
+  rather than a date
+  * NEW grey out key entries when corresponding plot is toggled off
+  * NEW allow parenthesized expressions as call parameters
+  * NEW set margins left, right, top, bottom
+  * NEW set trange [theta_min:theta_max] filters input data in polar plots
+  * NEW set mouse zoomfactors xfact,yfact
+  * NEW New matrix keywords for text data: columnheaders and rowheaders
+  * NEW The dashtype property on any line can be seperately controlled
+  * NEW custom dashtypes
+  * NEW LFS support for datafiles
+  * NEW timecolumn(col,timeformat') now requires 2nd parameter, the format
+  * NEW 'set view map {scale}' allows resizing a 3D projection plot
+  * NEW 'nodraw' keyword to suppress lines (e.g. in style linespoints)
+  * NEW bold/italic text markup in enhanced text mode
+  * NEW bit-shifing binary operators  and 
+  * NEW stat calculates skewness, kurtosis, and standard errors
+  * NEW function plugins, e.g. 'import f(x) from plugins.so'
+  * NEW option to tabulate all input columns set table;
+  plot ... with table
+  * NEW smoothing option mcsplines for piecewise monotonic
+  cubic splines
+  * NEW 'history !N' reexecutes the command at history entry N.
+  * NEW 'set history {size N} {quiet|numbers} {full|trim} {default}'
+  * NEW piecewise functions via separate sampling ranges for each plot
+  element
+  * NEW function hsv2rgb(H,S,V) creates a 24-bit RGB value
+  * NEW plot title can be placed next to the plot line in
+  the graph proper
+  * NEW inline data can be stored for reuse in named data blocks
+  * NEW 'set print|table $datablock' to redirect output to a named
+  data block
+  * NEW hypertext labels can be displayed on mouse-over
+  * NEW geographic (Degrees Minutes Seconds) data axes
+  * NEW set arrow tag from start length len angle ang
+  * NEW arrow style keywords noborder and fixed
+  * NEW the high bits of RGB colors are treated as an alpha channel
+  * NEW 'set surface explicit' disables automatic generation of
+  a surface mesh
+  * NEW 'set link [x2|y2]' ties secondary axis range to the primary axis
+  * NEW 'set link x2 via f(x) inverse g(x)' introduces generic nonlinear
+  axes
+  * NEW linked axes can be used to place x2 and y2 labels on 3D plots
+  in map mode
+  * NEW 'set key opaque' works for 3D plots also
+  * NEW x11 terminal is aware of current and requested plot aspect ratio
+  * NEW x11 support for toggling plots on/off with left mouseclick on
+  the key
+  * NEW post term can use /FlateDecode to reduce the size of embedded
+  images
+  * NEW 'set fit quiet|results|brief|verbose' changes fit's verbosity
+  * NEW fit optionally stores final covariances to user variables
+  * NEW fit command takes errors of independent variables into account
+  * NEW 'set multiplot next/previous'
+  * NEW 'set contours; splot FOO with labels' places labels on the
+  contour lines
+  * NEW Additional levels of user-specified axis tics
+  * NEW complex math routines cerf, cdawson, erfi, faddeeva from
+  libcerf if present
+  * NEW i/v/V hotkeys to toggle all plots on the screen on/off
+  * NEW 'set mrtics' (minor tics on polar axis)
+  * NEW 'reset session'
+  * NEW call argument convention ARGC, ARG0 ARG1 ... ARGARGC
+  * NEW shell invocation gnuplot -c scriptfile ARG1 ARG2 ARG3
+  * NEW format %h is like %g but uses LaTeX or enhanced markup for the
+  exponent
+  * NEW LaTeX terminals use math mode for axis tic labels
+  * NEW Interrupt scripts or fits by pressing Ctrl-C in Windows console
+  mode gnuplot or Ctrl-Break in wgnuplot.
+  * NEW optional faster windows terminal variant using GDI+
+  * NEW plot option to skip N lines at start of an ascii data file
+  * NEW interactive color character art terminal caca 
+- Rediff gnuplot-4.6.0-fonts.diff, gnuplot-4.4.0-x11ovf.dif,
+  gnuplot-4.6.0.dif and gnuplot-4.6.0-demo.diff.
+- Remove gnuplot-4.6.0-backtick.diff as to-be-patched file no longer
+  exists.
+
+---

Old:

  gnuplot-4.6.0-backtick.diff
  gnuplot-4.6.6.tar.gz

New:

  

commit yelp for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package yelp for openSUSE:Factory checked in 
at 2015-01-25 21:13:51

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


Package is yelp

Changes:

--- /work/SRC/openSUSE:Factory/yelp/yelp.changes2014-10-15 
16:27:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yelp.new/yelp.changes   2015-01-25 
21:13:54.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 23 10:57:14 UTC 2015 - dims...@opensuse.org
+
+- Add yelp-use-theme-bookmark-icon.patch: use user-theme provided
+  icon for bookmarks (boo#913866).
+
+---

New:

  yelp-use-theme-bookmark-icon.patch



Other differences:
--
++ yelp.spec ++
--- /var/tmp/diff_new_pack.15bAjr/_old  2015-01-25 21:13:55.0 +0100
+++ /var/tmp/diff_new_pack.15bAjr/_new  2015-01-25 21:13:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yelp
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -28,6 +28,8 @@
 Patch0: yelp-2.13.5-use-susehelp.patch
 # PATCH-FEATURE-OPENSUSE yelp-lang-bundle.patch bnc#689979 vu...@opensuse.org 
-- Support help documents shipped in bundles
 Patch1: yelp-lang-bundle.patch
+# PATCH-FIX-UPSTREAM yelp-use-theme-bookmark-icon.patch boo#913866 bgo#734165 
dims...@opensuse.org -- Use user theme provided bookmark icon
+Patch2: yelp-use-theme-bookmark-icon.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
@@ -88,6 +90,7 @@
 # For now we prefer to be launched in yelp, even in a KDE session.
 #patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # needed by patch0

++ yelp-use-theme-bookmark-icon.patch ++
Index: yelp-3.14.1/libyelp/yelp-search-entry.c
===
--- yelp-3.14.1.orig/libyelp/yelp-search-entry.c
+++ yelp-3.14.1/libyelp/yelp-search-entry.c
@@ -416,7 +416,7 @@ cell_set_completion_bookmark_icon (GtkCe
 
 if (page_id  yelp_bookmarks_is_bookmarked (priv-bookmarks,
  priv-completion_uri, 
page_id))
-g_object_set (cell, icon-name, yelp-bookmark-remove-symbolic, 
NULL);
+g_object_set (cell, icon-name, user-bookmarks-symbolic, NULL);
 else
 g_object_set (cell, icon-name, NULL, NULL);
 
Index: yelp-3.14.1/src/yelp-window.c
===
--- yelp-3.14.1.orig/src/yelp-window.c
+++ yelp-3.14.1/src/yelp-window.c
@@ -394,7 +394,7 @@ window_construct (YelpWindow *window)
 gtk_widget_set_valign (button, GTK_ALIGN_CENTER);
 gtk_style_context_add_class (gtk_widget_get_style_context (button), 
image-button);
 gtk_button_set_image (GTK_BUTTON (button),
-  gtk_image_new_from_icon_name 
(yelp-bookmark-remove-symbolic,
+  gtk_image_new_from_icon_name 
(user-bookmarks-symbolic,
 GTK_ICON_SIZE_MENU));
 gtk_widget_set_tooltip_text (button, _(Bookmarks));
 gtk_header_bar_pack_end (GTK_HEADER_BAR (priv-header), button);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-vmware for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vmware for 
openSUSE:Factory checked in at 2015-01-25 21:13:45

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


Package is xf86-video-vmware

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-vmware/xf86-video-vmware.changes  
2014-10-15 16:20:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-vmware.new/xf86-video-vmware.changes 
2015-01-25 21:13:48.0 +0100
@@ -1,0 +2,55 @@
+Fri Jan 23 00:00:28 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 13.1.0:
+  + Adapt to GC client clip changes in server 1.17
+  + Fix xf86xv.h cannot be included without first including
+xorg-server.h
+  + Fix saa_check_poly_fill_rect_noreadback v2
+  + Fix saa_check_copy_window dirty region v3
+  + Revert vmware/saa: Disable the noreadback polyfillrect
+optimization
+  + Fix cursor problem with multimon
+  + Don't add puixmaps to the pixmap list if they're already
+on it.
+  + Fix overlay related compile breakage on earlier X servers
+  + Fix bootstrap related compile errors on earlier X servers
+  + Clear the PITCHLOCK register if available before modeset
+  + Fix out of bound array indexing
+  + Fix compilation issue on older X servers
+  + Fix uninitialized values in video commands
+  + Fix an error path segfault (fdo#80645)
+  + Fix auto colorkey fill usage
+  + Better error logging when handling cursors
+  + Don't move cursors without images
+  + Fix xwayland build on newer XA versions
+  + Add support for server managed fds
+  + Add support for XSERVER_PLATFORM_BUS
+  + Fix initial dirty region for pixmaps
+  + Set desired modes after xMir screen init
+  + Don't tell XA that we have a mask when we haven't
+  + Don't change backing-store of active scanout services
+  + Fix build without xatracker
+- Changes from version 13.0.1
+  + Fix compilation on newer X servers
+  + Always allocate shared hardware surfaces
+  + Require libdrm 2.4.38 to build XMir
+  + Block DMA to prime surfaces for now
+  + Enable direct dmas
+  + Add support for XWayland
+  + Add support for XMir v2
+  + Add an infrastructure to be able to run hosted under
+a compositor v2
+  + Fix compile breakage on XA version 1
+  + Really allow XA version 2
+  + Revert vmwgfx: Get rid of device-specific DMA code
+  + Support also XA version 1 v2
+  + Handle changes of DamageUnregister API in 1.14.99.2
+  + Implement textured video completely on top of XA
+  + Avoid HW operations when not master
+  + Update for XA API changes
++ Dropped (patches accepted upstream):
+  + U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch
+  + u_xf86xv.h-cannot-be-included-without-first-including-.patch
+  + xf86-video-vmware-13.0.2.tar.bz2
+
+---

Old:

  U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch
  u_xf86xv.h-cannot-be-included-without-first-including-.patch
  xf86-video-vmware-13.0.2.tar.bz2

New:

  xf86-video-vmware-13.1.0.tar.bz2



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.SQhPCk/_old  2015-01-25 21:13:49.0 +0100
+++ /var/tmp/diff_new_pack.SQhPCk/_new  2015-01-25 21:13:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-vmware
 #
-# 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,16 +17,14 @@
 
 
 Name:   xf86-video-vmware
-Version:13.0.2
+Version:13.1.0
 Release:0
 Summary:VMware SVGA video driver for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 #http://xorg.freedesktop.org/releases/individual/driver/
-Source0:%{name}-%{version}.tar.bz2
-Patch0: u_xf86xv.h-cannot-be-included-without-first-including-.patch
-Patch1: U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch
+Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 ExclusiveArch:  %ix86 x86_64
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -51,8 +49,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure

++ xf86-video-vmware-13.0.2.tar.bz2 - xf86-video-vmware-13.1.0.tar.bz2 
++
 9250 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit wicked for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2015-01-25 21:14:13

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


Package is wicked

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2014-12-21 
12:00:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2015-01-25 
21:14:20.0 +0100
@@ -1,0 +2,18 @@
+Fri Jan 23 13:05:39 UTC 2015 - m...@suse.de
+
+- version 0.6.15
+- nanny: use ifindex to reference workers in managed devices
+  and hold worker references when starting fsm (bsc#904061)
+- nanny: Always reference mdev's worker by ifindex (bsc#904061)
+- nanny: register discovered devices only when ready (bsc#904061)
+- events: query and update device name on events (bsc#904061)
+- udev: verify netdev index and update name at start, disable
+  ready handling if udev is not used, e.g. in LXC (bug#904061)
+- xml: don't require parent's control node in config (bsc#901517)
+- wireless: use string dict entry for WIRELESS_AP/bssid (bsc#911315)
+- extensions: fixed false errors from hostname update (bsc#910323)
+- tuntap: typo fix causing to not set IFF_NO_PI flag
+- fixed some memory leaks in client and dbus object code
+- doc/ChangeLog: do not omit merge commits which contain bug refs
+
+---

Old:

  wicked-0.6.14.tar.bz2

New:

  wicked-0.6.15.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.6Ax2pI/_old  2015-01-25 21:14:21.0 +0100
+++ /var/tmp/diff_new_pack.6Ax2pI/_new  2015-01-25 21:14:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wicked
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.14
+Version:0.6.15
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0

++ wicked-0.6.14.tar.bz2 - wicked-0.6.15.tar.bz2 ++
 6187 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mcelog for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package mcelog for openSUSE:Factory checked 
in at 2015-01-25 21:13:59

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


Package is mcelog

Changes:

--- /work/SRC/openSUSE:Factory/mcelog/mcelog.changes2014-11-24 
11:14:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mcelog.new/mcelog.changes   2015-01-25 
21:14:02.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 23 11:04:40 UTC 2015 - tr...@suse.de
+
+- Update to version 1.0.8
+- Remove patch which got integrated mainline:
+  0001-Continue-without-dmi-when-no-SMBIOS-or-SMBIOS-0x0-in.patch
+- Fix possible security issue, build service complained about:
+  missing-call-to-setgroups-before-setuid
+  Add fix_setgroups_missing_call.patch
+
+---

Old:

  0001-Continue-without-dmi-when-no-SMBIOS-or-SMBIOS-0x0-in.patch
  mcelog-1.0.1.tar.bz2

New:

  fix_setgroups_missing_call.patch
  mcelog-1.0.8.tar.bz2



Other differences:
--
++ mcelog.spec ++
--- /var/tmp/diff_new_pack.lzRXQz/_old  2015-01-25 21:14:04.0 +0100
+++ /var/tmp/diff_new_pack.lzRXQz/_new  2015-01-25 21:14:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mcelog
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -20,7 +20,7 @@
 Summary:Log Machine Check Events
 License:GPL-2.0
 Group:  System/Monitoring
-Version:1.0.1
+Version:1.0.8
 Release:0
 ExclusiveArch:  %{ix86} x86_64
 BuildRequires:  libesmtp-devel
@@ -43,8 +43,8 @@
 Patch8: patches/add-f14h-support.patch
 Patch9: patches/add-f15h-support.patch
 Patch10:patches/add-f16h-support.patch
-Patch11:0001-Continue-without-dmi-when-no-SMBIOS-or-SMBIOS-0x0-in.patch
-Patch12:mcelog-socket-path.patch
+Patch11:mcelog-socket-path.patch
+Patch12:fix_setgroups_missing_call.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %fillup_prereq
 Url:https://git.kernel.org/cgit/utils/cpu/mce/mcelog.git

++ email.patch ++
--- /var/tmp/diff_new_pack.lzRXQz/_old  2015-01-25 21:14:04.0 +0100
+++ /var/tmp/diff_new_pack.lzRXQz/_new  2015-01-25 21:14:04.0 +0100
@@ -7,18 +7,18 @@
  msg.c|8 ++
  6 files changed, 343 insertions(+), 2 deletions(-)
 
-Index: mcelog-1.0.1/Makefile
+Index: mcelog-1.0.8/Makefile
 ===
 mcelog-1.0.1.orig/Makefile
-+++ mcelog-1.0.1/Makefile
+--- mcelog-1.0.8.orig/Makefile 2014-12-20 19:35:05.0 +0100
 mcelog-1.0.8/Makefile  2015-01-22 14:55:13.323708502 +0100
 @@ -1,3 +1,4 @@
 +CONFIG_EMAIL := 1
  CFLAGS := -g -Os
  prefix := /usr
  etcprefix :=
-@@ -34,7 +35,8 @@ OBJ := p4.o k8.o mcelog.o dmi.o tsc.o co
+@@ -37,7 +38,8 @@
 client.o cache.o sysfs.o yellow.o page.o rbtree.o   \
-xeon75xx.o sandy-bridge.o ivy-bridge.o msr.o
+xeon75xx.o sandy-bridge.o ivy-bridge.o haswell.o msr.o bus.o unknown.o
  DISKDB_OBJ := diskdb.o dimm.o db.o
 -CLEAN := mcelog dmi tsc dbquery .depend .depend.X dbquery.o ${DISKDB_OBJ}
 +EMAIL_OBJ := email.o
@@ -26,7 +26,7 @@
  DOC := mce.pdf
  
  ADD_DEFINES :=
-@@ -46,6 +48,12 @@ OBJ += ${DISKDB_OBJ}
+@@ -49,6 +51,12 @@
  all: dbquery
  endif
  
@@ -39,10 +39,10 @@
  SRC := $(OBJ:.o=.c)
  
  mcelog: ${OBJ}
-Index: mcelog-1.0.1/email.c
+Index: mcelog-1.0.8/email.c
 ===
 /dev/null
-+++ mcelog-1.0.1/email.c
+--- /dev/null  1970-01-01 00:00:00.0 +
 mcelog-1.0.8/email.c   2015-01-22 14:55:13.327708502 +0100
 @@ -0,0 +1,199 @@
 +#include unistd.h
 +#include signal.h
@@ -243,10 +243,10 @@
 +  smtp_destroy_session (session);
 +  return 0;
 +}
-Index: mcelog-1.0.1/email.h
+Index: mcelog-1.0.8/email.h
 ===
 /dev/null
-+++ mcelog-1.0.1/email.h
+--- /dev/null  1970-01-01 00:00:00.0 +
 mcelog-1.0.8/email.h   2015-01-22 14:55:13.331708502 +0100
 @@ -0,0 +1,34 @@
 +#ifndef _MCELOG_EMAIL_H_
 +#define _MCELOG_EMAIL_H_
@@ -282,10 +282,10 @@
 +#endif
 +
 +#endif
-Index: mcelog-1.0.1/mcelog.c
+Index: mcelog-1.0.8/mcelog.c
 ===
 mcelog-1.0.1.orig/mcelog.c
-+++ mcelog-1.0.1/mcelog.c
+--- mcelog-1.0.8.orig/mcelog.c 2014-12-20 

commit kiwi for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2015-01-25 21:14:06

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2015-01-21 
21:56:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2015-01-25 
21:14:11.0 +0100
@@ -1,0 +2,34 @@
+Fri Jan 23 13:57:50 CET 2015 - m...@suse.de
+
+- v7.02.22 released
+  
+---
+Fri Jan 23 12:08:27 CET 2015 - m...@suse.de
+  
+- Don't use /mnt as mount point in a kiwi process
+  
+  It could cause conflicts if the building system has /mnt
+  mounted for some reasons. Especially if the image target
+  directory is set to /mnt kiwi failed because it over
+  mounted its own results
+  
+---
+Wed Jan 21 15:09:02 CET 2015 - m...@suse.de
+  
+- Update SLE12 JeOS template for ppc
+  
+  The description was missing firmware packages and did
+  not use grub2 as the bootloader which is the default
+  for sles12 on ppc
+  
+---
+Mon Jan 19 17:47:41 CET 2015 - magis...@suse.de
+  
+- Use symlink instead of copy for /etc/localtime.
+  
+---
+Mon Jan 19 11:55:09 CET 2015 - m...@suse.de
+  
+- Don't remove the docs from the RHEL JeOS templates
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.iHYIsC/_old  2015-01-25 21:14:12.0 +0100
+++ /var/tmp/diff_new_pack.iHYIsC/_new  2015-01-25 21:14:12.0 +0100
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:7.02.21
+Version:7.02.22
 Release:0
 Provides:   kiwi-image:lxc
 Provides:   kiwi-image:tbz

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2014-12-15 14:32:44.0 +0100
+++ new/kiwi/.revision  2014-12-15 14:32:44.0 +0100
@@ -1 +1 @@
-af91f28bc8b65a2c0f0070ddd1c2cd9176f7f2bf
+63fc5aa7fd1971ecdbea7c1882b62550fc13f30d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm2014-12-15 14:32:45.0 +0100
+++ new/kiwi/modules/KIWIBoot.pm2015-01-23 12:07:51.0 +0100
@@ -85,6 +85,7 @@
 my $knlink;
 my $tmpdir;
 my $loopdir;
+my $boot_mount_point;
 my $result;
 my $status;
 my $isxen;
@@ -198,27 +199,38 @@
 #==
 # create tmp dir for operations
 #--
-$tmpdir = KIWIQX::qxx (mktemp -qdt kiwiboot.XX); chomp $tmpdir;
+$tmpdir = KIWIQX::qxx (mktemp -qdt kiwiboot.XX);
+chomp $tmpdir;
 $result = $?  8;
 if ($result != 0) {
 $kiwi - error  (Couldn't create tmp dir: $tmpdir: $!);
 $kiwi - failed ();
 return;
 }
-$loopdir = KIWIQX::qxx (mktemp -qdt kiwiloop.XX); chomp $loopdir;
+$loopdir = KIWIQX::qxx (mktemp -qdt kiwiloop.XX);
+chomp $loopdir;
 $result  = $?  8;
 if ($result != 0) {
 $kiwi - error  (Couldn't create tmp dir: $loopdir: $!);
 $kiwi - failed ();
 return;
 }
+$boot_mount_point = KIWIQX::qxx (mktemp -qdt kiwiboot.XX);
+chomp $boot_mount_point;
+$result  = $?  8;
+if ($result != 0) {
+$kiwi - error  (Couldn't create tmp dir: $boot_mount_point: $!);
+$kiwi - failed ();
+return;
+}
 #==
 # Store object data (1)
 #--
 $this-{cleanupStack} = [];
 $this-{tmpdir}   = $tmpdir;
 $this-{loopdir}  = $loopdir;
-$this-{tmpdirs}  = [ $tmpdir, $loopdir ];
+$this-{bootmountpoint} = $boot_mount_point;
+$this-{tmpdirs}  = [ $tmpdir, $loopdir, $boot_mount_point ];
 $this-{haveTree} = $haveTree;
 $this-{kiwi} = $kiwi;
 $this-{bootsize} = 100;
@@ -5467,6 +5479,7 @@
 my $firmware = $this-{firmware};
 my $system   = $this-{system};
 my $haveTree = $this-{haveTree};
+my $mount= $this-{bootmountpoint};
 my $locator  = KIWILocator - instance();
 my $bootdev;

commit rygel for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2015-01-25 21:14:53

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


Package is rygel

Changes:

--- /work/SRC/openSUSE:Factory/rygel/rygel.changes  2014-11-18 
22:44:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2015-01-25 
21:14:54.0 +0100
@@ -1,0 +2,14 @@
+Sat Jan 24 18:39:34 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.24.3:
+  + Distribute git-version-gen so that distributions that
+re-configure the tarball will get a proper version.
+  + Core: Fix use of OCM flags.
+  + Simple media engine: Fix locking.
+  + GStreamer media engine: Fix Warning about removing the bus
+watch.
+  + MediaExport: Fix issue with removed files still showing up in
+browser.
+  + Bugs fixed: bgo#741953.
+
+---

Old:

  rygel-0.24.2.tar.xz

New:

  rygel-0.24.3.tar.xz



Other differences:
--
++ rygel.spec ++
--- /var/tmp/diff_new_pack.qp8I2K/_old  2015-01-25 21:14:55.0 +0100
+++ /var/tmp/diff_new_pack.qp8I2K/_new  2015-01-25 21:14:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rygel
-Version:0.24.2
+Version:0.24.3
 Release:0
 Summary:Home Media Solution for GNOME based on UPnP/DLNA
 License:LGPL-2.0+

++ rygel-0.24.2.tar.xz - rygel-0.24.3.tar.xz ++
 14332 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libsmi for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package libsmi for openSUSE:Factory checked 
in at 2015-01-25 21:14:47

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


Package is libsmi

Changes:

--- /work/SRC/openSUSE:Factory/libsmi/libsmi.changes2015-01-21 
21:53:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsmi.new/libsmi.changes   2015-01-25 
21:14:48.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 21 09:48:31 UTC 2015 - dims...@opensuse.org
+
+- Disable parallel build to reduce random build failures.
+
+---



Other differences:
--
++ libsmi.spec ++
--- /var/tmp/diff_new_pack.a5NNWU/_old  2015-01-25 21:14:49.0 +0100
+++ /var/tmp/diff_new_pack.a5NNWU/_new  2015-01-25 21:14:49.0 +0100
@@ -23,7 +23,7 @@
 Summary:A Library to Access SMI MIB Information
 License:MIT
 Group:  System/Libraries
-Source: 
ftp://ftp.ibr.cs.tu-bs.de/pub/local/%{name}/%{name}-%{version}.tar.gz
+Source: 
https://www.ibr.cs.tu-bs.de/projects/%{name}/download/%{name}-%{version}.tar.gz
 Patch0: libsmi-0.4.8-parser.patch
 Patch1: libsmi-0.4.8-gnu-source.patch
 Patch2: libsmi-CVE-2010-2891.patch
@@ -89,8 +89,8 @@
--with-pic --enable-smi \
   --enable-sming \
   --with-mibdir=%{_datadir}/mibs
-
-make %{?_smp_mflags}
+# Parallel build disabled
+make #%{?_smp_mflags}
 
 %install
 make install DESTDIR=%buildroot

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-input-wacom for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2015-01-25 21:14:41

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


Package is xf86-input-wacom

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2014-04-23 20:35:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2015-01-25 21:14:43.0 +0100
@@ -1,0 +2,24 @@
+Fri Jan 23 11:26:00 UTC 2015 - sndir...@suse.com
+
+- Update to release xf86-input-wacom-0.28.0
+- dropped upstream patches already in 0.28.0
+  * U_01-Remove-unused-code.patch
+  * U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch
+  * U_03-Fix-initial-device-type-detection.patch
+  * U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch
+  * U_05-Remove-duplicate-tool-type-detection.patch
+  * U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch
+- refreshed logging patches:
+  * n_01-Add-option-to-enable-logging.patch
+  * n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
+  * n_03-Log-PRESSURE-low-level-events.patch
+  * n_04-Log-BUTTON-HIGH-LEVEL-events.patch
+(factorX/factorY replaced by 1.0 due to upstream git commit 96eae07)
+
+---
+Mon Sep  8 10:17:51 UTC 2014 - e...@suse.com
+
+- readd isdv4-serial-inputattach and isdv4-serial-debugger
+  (bnc#895547)
+
+---

Old:

  U_01-Remove-unused-code.patch
  U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch
  U_03-Fix-initial-device-type-detection.patch
  U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch
  U_05-Remove-duplicate-tool-type-detection.patch
  U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch
  xf86-input-wacom-0.24.0.tar.bz2

New:

  xf86-input-wacom-0.28.0.tar.bz2



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.9UJ9lr/_old  2015-01-25 21:14:44.0 +0100
+++ /var/tmp/diff_new_pack.9UJ9lr/_new  2015-01-25 21:14:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-wacom
 #
-# 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
@@ -21,25 +21,16 @@
 %else
 %define _udevrulesdir /lib/udev/rules.d
 %endif
-  Only set for non-enterprise
-%if %{suse_version} != 1315
 %define install_serial 1
-%endif
 
 Name:   xf86-input-wacom
-Version:0.24.0
+Version:0.28.0
 Release:0
 Summary:Wacom input driver for the Xorg X server
 License:GPL-2.0+
 Group:  System/X11/Servers/XF86_4
 Url:
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom
 Source0:
http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/%{name}-%{version}.tar.bz2
-Patch1: U_01-Remove-unused-code.patch
-Patch2: 
U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch
-Patch3: U_03-Fix-initial-device-type-detection.patch
-Patch4: 
U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch
-Patch5: U_05-Remove-duplicate-tool-type-detection.patch
-Patch6: 
U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch
 Patch7: n_01-Add-option-to-enable-logging.patch
 Patch8: n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
 Patch9: n_03-Log-PRESSURE-low-level-events.patch
@@ -94,12 +85,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
@@ -148,8 +133,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog GPL README
-%{_udevrulesdir}/65-wacom.rules
-%{_unitdir}/wacom-inputattach@.service
+%{!?install_serial:%exclude} %{_udevrulesdir}/65-wacom.rules
+%{!?install_serial:%exclude} %{_unitdir}/wacom-inputattach@.service
 %config %{_sysconfdir}/X11/xorg.conf.d/50-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so

++ n_01-Add-option-to-enable-logging.patch ++
--- /var/tmp/diff_new_pack.9UJ9lr/_old  2015-01-25 21:14:44.0 +0100
+++ /var/tmp/diff_new_pack.9UJ9lr/_new  2015-01-25 21:14:44.0 +0100
@@ -29,11 +29,11 @@
  tools/xsetwacom.c  | 10 ++
  11 files changed, 177 insertions(+), 3 

commit gnome-themes-standard for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes-standard for 
openSUSE:Factory checked in at 2015-01-25 21:13:38

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


Package is gnome-themes-standard

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes  
2014-11-26 22:56:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes
 2015-01-25 21:13:41.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 23 10:21:06 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.14.2.3:
+  + HC: remove one more duplicate app icon.
+- Changes from version 3.14.2.2:
+  + Remove some HC app icons that already ship with apps.
+- Changes from version 3.14.2.1:
+  + Update gtk2 HC icons.
+
+---

Old:

  gnome-themes-standard-3.14.2.tar.xz

New:

  gnome-themes-standard-3.14.2.3.tar.xz



Other differences:
--
++ gnome-themes-standard.spec ++
--- /var/tmp/diff_new_pack.ZOEBaz/_old  2015-01-25 21:13:42.0 +0100
+++ /var/tmp/diff_new_pack.ZOEBaz/_new  2015-01-25 21:13:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes-standard
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-themes-standard
-Version:3.14.2
+Version:3.14.2.3
 Release:0
 Summary:Standard GNOME Themes
 License:LGPL-2.1+

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.ZOEBaz/_old  2015-01-25 21:13:42.0 +0100
+++ /var/tmp/diff_new_pack.ZOEBaz/_new  2015-01-25 21:13:42.0 +0100
@@ -1,2 +1 @@
 gtk2-theming-engine-adwaita
-gtk3-theming-engine-adwaita

++ gnome-themes-standard-3.14.2.tar.xz - 
gnome-themes-standard-3.14.2.3.tar.xz ++
 8202 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2015-01-25 21:13:25

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


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2015-01-21 
21:51:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2015-01-25 
21:13:27.0 +0100
@@ -1,0 +2,50 @@
+Thu Jan 22 23:01:01 UTC 2015 - f...@grueninger.de
+
+- Update to 3.1.1
+  Eclipse: Add org.eclipse.cdt.core.cnature to CXX projects (#15068)
+  get_test_property: clarify the documentation
+  set_tests_properties: fix documentation
+  tests: add tests for querying properties
+  Xcode: Sort targets deterministically and with ALL_BUILD first (#15346)
+  bootstrap: Fix syntax for Solaris 10 shell (#15317)
+  Help: Clarify MinGW v. MSYS Makefiles generators (#15319)
+  Ninja: Do not crash when CMAKE_LANG_COMPILE_OBJECT is empty (#15325)
+  Ninja: Generate rules only for languages compiled in a target (#15325)
+  Tests: Test using objects from a language enabled in a subdirectory 
(#15325)
+  Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)
+  Help: Clarify if(variable) documentation (#15335)
+  Help: Document CMAKE_FIND_PACKAGE_NAME variable
+  Xcode: Do not require code signing for compiler id (#15214)
+  Copyright.txt: Update year range to end in 2015
+  XL: Fix link flags for executables on Linux with XL compilers
+  QNX: Fix detection of QCC compiler id (#15349)
+  Xcode: Fix early termination on per-config source file error CMake 3.1.1
+  CPack: Fix PackageMaker internal versioning for OS X 10.10
+  Fix compilation with the Oracle / Sun compiler (#15318)
+  Help: Small fixes in CPackComponent documentation
+  FindRuby: fix selection of version x.0 (#15345)
+  CPack: Avoid crash on invalid CMake generator name (#15308)
+  FindRuby: Fix output check in _RUBY_CONFIG_VAR
+  find_package: Document CMAKE_FIND_PACKAGE_NAME variable
+  QtAutoUic: Restore source file AUTOUIC_OPTIONS settings
+  FindCUDA: Do not assume CMAKE_SYSTEM_PROCESSOR is set
+  cmake-mode.el: Fix extracting keyword at point in cmake-help
+  cmake-mode.el: Re-add explicit call to require thingatpt
+  FindIce: Port to work with CMP0054 NEW behavior
+  FindSDL: Allow if() to dereference SDL_INCLUDE_DIR for matching
+  FindQt: fix setting DESIRED_QT_VERSION if find_package(Qt VVV) was 
called
+  FindQt: fix variable name in error message
+  FindQt: explicitely mention that it cannot Qt5 or later
+  FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0
+  KWSys Terminal: Add xterm-termite to VT100 color support whitelist
+  Help: Document valid 14 value for CXX_STANDARD. (#15339)
+  get_target_property: discern empty from undefined properties (#15333)
+  QtAutoUic: Add a test for the regression in the parent commit.
+  cmMakefile: Rename a method to what it really does.
+  Features: Fix the COMPILE_FEATURES genex for unavailable features.
+  cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD 
(#15338)
+  Help: Link relevant documents for virtual override features (#15311)
+  Help: Add INTERFACE_LIBRARY to TYPE target property documentation
+  Help: Update cmake.org links to avoid redirects
+
+---
cmake.changes: same change

Old:

  cmake-3.1.0.tar.gz

New:

  cmake-3.1.1.tar.gz



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.L3I8X3/_old  2015-01-25 21:13:28.0 +0100
+++ /var/tmp/diff_new_pack.L3I8X3/_new  2015-01-25 21:13:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cmake-gui
-Version:3.1.0
+Version:3.1.1
 Release:0
 %define rversion %{version}
 Summary:CMake graphical user interface

cmake.spec: same change
++ cmake-3.1.0.tar.gz - cmake-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cmake-3.1.0/Auxiliary/cmake-indent.vim 
new/cmake-3.1.1/Auxiliary/cmake-indent.vim
--- old/cmake-3.1.0/Auxiliary/cmake-indent.vim  2014-12-15 21:07:43.0 
+0100
+++ new/cmake-3.1.1/Auxiliary/cmake-indent.vim  2015-01-21 15:10:25.0 
+0100
@@ -16,7 +16,7 @@
  Version:  $Revision$
 
  Licence:  The CMake license applies to this file. See
-   http://www.cmake.org/HTML/Copyright.html
+   http://www.cmake.org/licensing
This implies that distribution with Vim is 

commit pesign-obs-integration for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2015-01-25 21:13:19

Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old)
 and  /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New)


Package is pesign-obs-integration

Changes:

--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
2014-09-17 21:23:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
   2015-01-25 21:13:21.0 +0100
@@ -1,0 +2,10 @@
+Thu Jan 22 15:56:41 UTC 2015 - mma...@suse.cz
+
+- Add support for file verify flags (bnc#905420).
+
+---
+Thu Jan 22 15:55:26 UTC 2015 - mma...@suse.cz
+
+- Sort the parts of the repackage spec file for easier debugging.
+
+---
@@ -8 +18 @@
-Wed Sep  3 01:48:48 CEST 2014 - r...@suse.de
+Wed Sep  3 01:41:37 CEST 2014 - r...@suse.de



Other differences:
--
++ pesign-obs-integration.spec ++
--- /var/tmp/diff_new_pack.USvYi2/_old  2015-01-25 21:13:23.0 +0100
+++ /var/tmp/diff_new_pack.USvYi2/_new  2015-01-25 21:13:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pesign-obs-integration
 #
-# Copyright (c) 2014 SUSE LINUX Products 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

++ pesign-gen-repackage-spec ++
--- /var/tmp/diff_new_pack.USvYi2/_old  2015-01-25 21:13:23.0 +0100
+++ /var/tmp/diff_new_pack.USvYi2/_new  2015-01-25 21:13:23.0 +0100
@@ -152,7 +152,7 @@
$res{$tag} = query_single($rpm, $tag);
}
my @files;
-   my @list = query_array($rpm, qw(filenames fileflags filemodes 
fileusername filegroupname filesizes filemtimes filelinktos));
+   my @list = query_array($rpm, qw(filenames fileflags filemodes 
fileusername filegroupname filesizes filemtimes filelinktos fileverifyflags));
for my $file (@list) {
my $new = {
name   = $file-[0],
@@ -163,6 +163,7 @@
size   = $file-[5],
mtime  = $file-[6],
target = $file-[7],
+   verify = $file-[8],
};
push(@files, $new);
if ($new-{name} =~ /\.ko$/  S_ISREG($new-{mode})) {
@@ -264,7 +265,7 @@
print SPEC $tag:  . quote($p-{$tag}) . \n;
}
print SPEC BuildArch: noarch\n if $p-{arch} eq noarch;
-   for my $dep (keys(%dep2tag)) {
+   for my $dep (sort(keys(%dep2tag))) {
print_deps($dep, $p-{$dep});
}
if ($cert_subpackage  $p-{is_kmp}) {
@@ -273,7 +274,7 @@
print SPEC \%description -n $p-{name}\n;
print SPEC quote($p-{description}) . \n\n;
 
-   for my $script (keys(%script2tag)) {
+   for my $script (sort(keys(%script2tag))) {
next unless $p-{$script};
print SPEC \%$script -p $p-{$script}{interp} -n $p-{name};
print_script($script-$p-{name}, $p-{$script});
@@ -343,6 +344,18 @@
ghost = (1  6),
 );
 
+my %verifyflags = (
+   filedigest= (1  0),
+   size  = (1  1),
+   link  = (1  2),
+   user  = (1  3),
+   group = (1  4),
+   mtime = (1  5),
+   mode  = (1  6),
+   rdev  = (1  7),
+   caps  = (1  8),
+);
+
 sub print_files {
my $files = shift;
 
@@ -385,6 +398,15 @@
# perl core does not provide lutimes()/utimensat()
system(touch, -h, -d\@$f-{mtime}, $path);
}
+   my $verify_attrs = ;
+   for my $flag (sort(keys(%verifyflags))) {
+   if (!($f-{verify}  $verifyflags{$flag})) {
+   $verify_attrs .= $flag ;
+   }
+   }
+   if ($verify_attrs) {
+   $attrs .= %verify(not $verify_attrs) ;
+   }
 
print SPEC $attrs  . quote($f-{name}) . \n;
if (-e $path.sig) {
@@ -412,7 +434,7 @@
 my ($main_name, $main_ver, $main_rel, $nosrc) = ($1, $2, $3, $4);
 if (!exists($packages{$main_name})) {
# create an empty main package
-   my $first = (values(%packages))[0];
+   my $first = (sort(keys(%packages)))[0];
$packages{$main_name} = {
   

commit pidgin for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package pidgin for openSUSE:Factory checked 
in at 2015-01-25 21:13:06

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


Package is pidgin

Changes:

--- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes2014-11-26 
23:04:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes   2015-01-25 
21:13:08.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 20 10:04:54 UTC 2015 - tbehr...@suse.com
+
+- Remove pidgin-ssl-cache.patch: testing with the usual suspects in
+  irc land suggests this workaround is no longer necessary
+
+---

Old:

  pidgin-ssl-cache.patch



Other differences:
--
++ pidgin.spec ++
--- /var/tmp/diff_new_pack.5zhcaA/_old  2015-01-25 21:13:09.0 +0100
+++ /var/tmp/diff_new_pack.5zhcaA/_new  2015-01-25 21:13:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pidgin
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -33,8 +33,6 @@
 Patch3: %{name}-gnome-keyring.patch
 # PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vu...@opensuse.org -- Revert 
http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de
 as it breaks the build
 Patch4: %{name}-fix-perl-build.patch
-# PATCH-FIX-UPSTREAM pidgin-ssl-cache.patch pidgin.im#11568 tbehr...@suse.com 
--  Disable caching the SSL Session keys, as some (broken) IRC servers are not 
willing to re-use them upon a disconnect.
-Patch5: %{name}-ssl-cache.patch
 # PATCH-FIX-UPSTREAM pidgin-crash-missing-gst-registry.patch bnc#866455 
pidgin.im#16224 cxi...@suse.com -- Fix crash when GST registry cache file is 
missing.
 Patch6: pidgin-crash-missing-gst-registry.patch
 BuildRequires:  NetworkManager-devel
@@ -255,7 +253,6 @@
 %patch4 -p1
 
 %if 0%{?suse_version} = 1310
-%patch5
 %patch6 -p1
 %endif
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit samba for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2015-01-25 21:13:13

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2015-01-21 
21:56:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2015-01-25 
21:13:15.0 +0100
@@ -1,0 +2,19 @@
+Thu Jan 22 14:03:52 UTC 2015 - dd...@suse.com
+
+- Fix vfs_snapper DBus string handling; (bso#11055); (bnc#913238).
+
+---
+Thu Jan 22 12:40:18 UTC 2015 - lmue...@suse.com
+
+- Update to 4.1.16.
+  + dsdb-samldb: Check for extended access rights before we allow changes to
+userAccountControl; (bso#10993); CVE-2014-8143; (boo#914279).
+
+---
+Mon Jan 19 17:15:19 UTC 2015 - dd...@suse.com
+
+- Fix libsmbclient DFS referral handling.
+  + Reuse connections derived from DFS referrals; (bso#10123); (fate#316512).
+  + Set domain/workgroup based on authentication callback value; (bso#11059).
+
+---

Old:

  samba-4.1.15.tar.asc
  samba-4.1.15.tar.gz

New:

  samba-4.1.16.tar.asc
  samba-4.1.16.tar.gz



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.JlVNQI/_old  2015-01-25 21:13:18.0 +0100
+++ /var/tmp/diff_new_pack.JlVNQI/_new  2015-01-25 21:13:18.0 +0100
@@ -122,7 +122,7 @@
 BuildRequires:  systemd
 BuildRequires:  systemd-devel
 %endif
-%definesamba_ver 4.1.15
+%definesamba_ver 4.1.16
 %definesamba_ver_suffix %nil
 %if %{samba_ver_suffix} == 
 %define samba_source_location 
http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@@ -146,11 +146,11 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3346
+%define SOURCE_TIMESTAMP 3357
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0
-Version:4.1.15
+Version:4.1.16
 Release:0
 Url:http://www.samba.org/
 Provides:   samba-gplv3 = %{version}

++ patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/samba.org/6c9de0cd056afc0b478c02f1bdb0e06532388037 
new/patches/samba.org/6c9de0cd056afc0b478c02f1bdb0e06532388037
--- old/patches/samba.org/6c9de0cd056afc0b478c02f1bdb0e06532388037  
1970-01-01 01:00:00.0 +0100
+++ new/patches/samba.org/6c9de0cd056afc0b478c02f1bdb0e06532388037  
2015-01-22 16:52:26.0 +0100
@@ -0,0 +1,78 @@
+From 86ec42a062e19e4290ed8ecb02059b00893dbc87 Mon Sep 17 00:00:00 2001
+From: David Disseldorp dd...@samba.org
+Date: Fri, 16 Jan 2015 16:21:23 +0100
+Subject: [PATCH 1/2] libsmb: provide authinfo domain for DFS referral auth
+
+libsmbclient uses the smbc_init-smbc_get_auth_data_fn() provided
+workgroup/domain in initial connections, but then switches to the
+default smb.conf workgroup/domain when handling DFS referrals.
+
+Bug: https://bugzilla.samba.org/show_bug.cgi?id=11059
+
+Signed-off-by: David Disseldorp dd...@samba.org
+Reviewed-by: Jeremy Allison j...@samba.org
+(cherry picked from commit 6c9de0cd056afc0b478c02f1bdb0e06532388037)
+[dd...@samba.org: 4.1 rebase with cli_init_creds() call]
+---
+ source3/libsmb/clidfs.c | 13 +
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+diff --git source3/libsmb/clidfs.c source3/libsmb/clidfs.c
+index 840084f..574000a 100644
+--- source3/libsmb/clidfs.c
 source3/libsmb/clidfs.c
+@@ -111,6 +111,7 @@ static NTSTATUS do_connect(TALLOC_CTX *ctx,
+   char *newserver, *newshare;
+   const char *username;
+   const char *password;
++  const char *domain;
+   NTSTATUS status;
+   int flags = 0;
+ 
+@@ -184,11 +185,15 @@ static NTSTATUS do_connect(TALLOC_CTX *ctx,
+ 
+   username = get_cmdline_auth_info_username(auth_info);
+   password = get_cmdline_auth_info_password(auth_info);
++  domain = get_cmdline_auth_info_domain(auth_info);
++  if ((domain == NULL) || (domain[0] == '\0')) {
++  domain = lp_workgroup();
++  }
+ 
+   status = cli_session_setup(c, username,
+  password, strlen(password),
+  password, strlen(password),
+- lp_workgroup());
++ domain);
+   if (!NT_STATUS_IS_OK(status)) {
+   /* If a password was not supplied then
+* try again with a null username. */
+@@ -209,7 +214,7 @@ static NTSTATUS 

commit yast2-core for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2015-01-25 21:13:33

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


Package is yast2-core

Changes:

--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes2014-12-05 
21:03:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes   
2015-01-25 21:13:35.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan 22 19:10:06 UTC 2015 - lsle...@suse.cz
+
+- skip empty environment variables when activating the locale
+  settings, fixes inconsistent locale setting when started
+  via kdesu with unchecked Remember password option
+  (boo#914081)
+- 3.1.15
+
+---

Old:

  yast2-core-3.1.14.tar.bz2

New:

  yast2-core-3.1.15.tar.bz2



Other differences:
--
++ yast2-core.spec ++
--- /var/tmp/diff_new_pack.scdKsF/_old  2015-01-25 21:13:36.0 +0100
+++ /var/tmp/diff_new_pack.scdKsF/_new  2015-01-25 21:13:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-core
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-core-3.1.14.tar.bz2 - yast2-core-3.1.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.14/.yardopts 
new/yast2-core-3.1.15/.yardopts
--- old/yast2-core-3.1.14/.yardopts 2014-12-04 15:04:12.0 +0100
+++ new/yast2-core-3.1.15/.yardopts 1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
---markup markdown - **/*.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.14/README.md 
new/yast2-core-3.1.15/README.md
--- old/yast2-core-3.1.14/README.md 2014-12-04 15:04:12.0 +0100
+++ new/yast2-core-3.1.15/README.md 2015-01-23 10:29:12.0 +0100
@@ -3,27 +3,10 @@
 Travis:  [![Build 
Status](https://travis-ci.org/yast/yast-core.svg?branch=master)](https://travis-ci.org/yast/yast-core)
 Jenkins: [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-core-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-core-master/)
 
-The core part of [YaST](http://yast.github.io) provides component system, 
agent infrastructure and for backward compatibility implementation of YCP 
language.
-
-## Agents Infrastructure
-Agents are used to modify the underlaying system. Their most important feature 
is that it can be switched to different target which is heavily used during 
installation.
-Agents for target system are managed by SCR instance. Each agent is attached 
to its unique path. The path is special YaST data type(TODO link). An agent 
itself is defined
-by its scrconf file where is specified if some base together with its 
parameters that should be used or path to a binary if the agent is implemented 
by script.
-Agents that is implemented in script communicate via YCP protocol and have 
predefined methods. Agents using base just configure such base. The base are
-library that is registered also to SCR, but without path. It is usually 
parser, that allows easier reading and writing files. For example of such 
library see [system agent documentation](doc/systemagent.md).
-
-### Hints
-- Agents can be registered during runtime. See 
[SCR#RegisterAgent](http://www.rubydoc.info/github/yast/yast-ruby-bindings/Yast/SCR#RegisterAgent-class_method)
-- Ruby-bindings provide shortcut for constructing paths. See 
[Yast.path](http://www.rubydoc.info/github/yast/yast-ruby-bindings/Yast#path-instance_method)
-
-## Component System
-The core provides component system that allows language agnostic communication 
between various parts of YaST. Code written in ruby and perl use the respective 
ruby and perl bindings to attach to such system.
-There is also component written directly in C++ like libyui and package 
bindings.
-
-## YCP implementation
-Beside providing backward compatibility YCP is still needed as communication 
protocol in component system and for agents. It is also used in agents scrconf 
file to
-define agent and its path.
-
-## Further Information
-
-More information about YaST can be found on its 
[homepage](http://yast.github.io).
+The core part of [YaST](http://yast.github.io) 

commit vlc for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2015-01-25 21:15:37

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


Package is vlc

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2014-11-24 11:19:03.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2015-01-25 
21:15:39.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 22 15:03:10 UTC 2015 - dims...@opensuse.org
+
+- Add vlc-CVE-2014-9625.patch: Fix various buffer overflows and
+  null ptr dereferencing (boo#914268, CVE-2014-9625).
+
+---

New:

  vlc-CVE-2014-9625.patch



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.4SSjMh/_old  2015-01-25 21:15:40.0 +0100
+++ /var/tmp/diff_new_pack.4SSjMh/_new  2015-01-25 21:15:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vlc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -43,6 +43,8 @@
 Source: 
http://download.videolan.org/%{name}/%{version}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE vlc-2.1.5-fix-skins2-default-skin-creation.patch -- see 
description in patch header 
 Patch1: vlc-2.1.5-fix-skins2-default-skin-creation.patch
+# PATCH-FIX-UPSTREAM vlc-CVE-2014-9625.patch boo#914268 CVE-2014-9625 
dims...@opensuse.org -- Fix various buffer overflows and null ptr deref
+Patch2: vlc-CVE-2014-9625.patch
 Patch3: 0001-no-return-in-non-void.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
@@ -300,7 +302,9 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
+# We do not rely on contrib but make use of system libraries
 rm -rf contrib
 # fix builddate info
 # Remove build time references so build-compare can do its work

++ vlc-CVE-2014-9625.patch ++
From b915dc931fe886add566f208650e0ab225acbe3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= r...@remlab.net
Date: Wed, 30 Jul 2014 19:05:43 +0300
Subject: [PATCH 18/39] avformat: initialize probe data (fixes #11851)

(cherry picked from commit 49bd1c657d960ba107d9db8752f716139a938eee)
---
 modules/demux/avformat/demux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index 3bb1266..902ef01 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -106,7 +106,7 @@ int OpenDemux( vlc_object_t *p_this )
 {
 demux_t   *p_demux = (demux_t*)p_this;
 demux_sys_t   *p_sys;
-AVProbeData   pd;
+AVProbeData   pd = { };
 AVInputFormat *fmt = NULL;
 unsigned int  i;
 int64_t   i_start_time = -1;
-- 
2.2.1

From 74996ceefd63adf07e28ea80198200d74a164c9d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= r...@remlab.net
Date: Sat, 30 Aug 2014 16:41:53 +0300
Subject: [PATCH 27/39] decomp: fix heap overflow (fixes #12052)

---
 modules/stream_filter/decomp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_filter/decomp.c b/modules/stream_filter/decomp.c
index 5a12e87..16a4901 100644
--- a/modules/stream_filter/decomp.c
+++ b/modules/stream_filter/decomp.c
@@ -207,7 +207,7 @@ static int Read (stream_t *stream, void *buf, unsigned int 
buflen)
 p_sys-offset += length;
 
 if (buflen  0)
-length += Read (stream, ((char *)buf) + length, buflen - length);
+length += Read (stream, buf, buflen);
 return length;
 }
 assert ((buf != NULL) || (buflen == 0));
-- 
2.2.1

From 9ddfcbb6e5222871de9b2047c939cf1da1fdbe7b Mon Sep 17 00:00:00 2001
From: Fabian Yamaguchi fyam...@gwdg.de
Date: Sat, 6 Dec 2014 13:12:38 +0100
Subject: [PATCH 34/39] misc: update: fix buffer overflow in updater

On 32 bit builds, parsing of update status files with a size of
4294967295 or more lead to an integer truncation in a call to malloc
and a subsequent buffer overflow. This happened prior to checking the
files' signature. The commit fixes this by disallowing overly large
status files (above 65k in practice)

Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
(cherry picked from commit fbe2837bc80f155c001781041a54c58b5524fc14)
Signed-off-by: Jean-Baptiste Kempf j...@videolan.org
---
 src/misc/update.c | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/src/misc/update.c b/src/misc/update.c
index 600e900..32e8701 100644
--- 

commit python3-Mako for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package python3-Mako for openSUSE:Factory 
checked in at 2015-01-25 21:15:07

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


Package is python3-Mako

Changes:

--- /work/SRC/openSUSE:Factory/python3-Mako/python3-Mako.changes
2014-06-25 15:24:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Mako.new/python3-Mako.changes   
2015-01-25 21:15:09.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 25 04:20:18 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 1.0.1:
+  * [feature] Added support for Lingua, a translation extraction
+system as an alternative to Babel. Pull request courtesy Wichert
+Akkerman.
+  * [bug] [py3k] Modernized the examples/wsgi/run_wsgi.py file for
+Py3k. Pull requset courtesy Cody Taylor.ΒΆ
+
+---

Old:

  Mako-1.0.0.tar.gz

New:

  Mako-1.0.1.tar.gz



Other differences:
--
++ python3-Mako.spec ++
--- /var/tmp/diff_new_pack.LQ2ORc/_old  2015-01-25 21:15:10.0 +0100
+++ /var/tmp/diff_new_pack.LQ2ORc/_new  2015-01-25 21:15:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Mako
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Mako
-Version:1.0.0
+Version:1.0.1
 Release:0
 Url:http://www.makotemplates.org/
 Summary:A super-fast Python templating language
@@ -26,9 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/M/Mako/Mako-%{version}.tar.gz
 BuildRequires:  python3-MarkupSafe
 BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 Requires:   python3-Beaker = 1.1
 Requires:   python3-MarkupSafe
 BuildArch:  noarch

++ Mako-1.0.0.tar.gz - Mako-1.0.1.tar.gz ++
 3605 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit digikam for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2015-01-25 21:16:03

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


Package is digikam

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2015-01-22 
00:50:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2015-01-25 
21:16:04.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 24 15:44:27 UTC 2015 - adr...@suse.de
+
+- old libkgeomap package provides older lib with same so name, adding
+  an explizit requires
+
+---



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.I9YYgT/_old  2015-01-25 21:16:06.0 +0100
+++ /var/tmp/diff_new_pack.I9YYgT/_new  2015-01-25 21:16:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package digikam
 #
-# 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
@@ -95,6 +95,8 @@
 Requires:   kipi-plugins = %{version}
 Requires:   libqt4-sql-mysql
 Requires:   libqt4-sql-sqlite
+# libkgeomap package provides older lib with same so name.
+Requires:   libkgeomap2
 Recommends: %{name}-doc
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-scanner for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-scanner for openSUSE:Factory 
checked in at 2015-01-25 21:15:49

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


Package is yast2-scanner

Changes:

--- /work/SRC/openSUSE:Factory/yast2-scanner/yast2-scanner.changes  
2014-12-05 21:03:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-scanner.new/yast2-scanner.changes 
2015-01-25 21:15:51.0 +0100
@@ -1,0 +2,14 @@
+Thu Dec  5 17:27:36 CEST 2014 - jsm...@suse.de
+
+- setup_network_scanner_config.with_systemd_support is an
+  enhancement for /usr/lib/YaST2/bin/setup_network_scanner_config
+  that provides additional support for systemd (bnc#859353).
+
+---
+Thu Dec  5 16:45:07 CEST 2014 - jsm...@suse.de
+
+- use_fast_append_instead_of_slow_add.diff replaces
+  slow Builtins.add() with fast '' append operator
+  where needed to avoid hang up impression (bnc#877516).
+
+---



Other differences:
--
++ yast2-scanner.spec ++
--- /var/tmp/diff_new_pack.jxHUOk/_old  2015-01-25 21:15:52.0 +0100
+++ /var/tmp/diff_new_pack.jxHUOk/_new  2015-01-25 21:15:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-scanner
 #
-# Copyright (c) 2014 SUSE LINUX Products 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

++ yast2-scanner-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/package/yast2-scanner.changes 
new/yast2-scanner-3.1.2/package/yast2-scanner.changes
--- old/yast2-scanner-3.1.2/package/yast2-scanner.changes   2014-12-04 
13:34:15.0 +0100
+++ new/yast2-scanner-3.1.2/package/yast2-scanner.changes   2015-01-22 
09:38:12.0 +0100
@@ -1,4 +1,18 @@
 ---
+Thu Dec  5 17:27:36 CEST 2014 - jsm...@suse.de
+
+- setup_network_scanner_config.with_systemd_support is an
+  enhancement for /usr/lib/YaST2/bin/setup_network_scanner_config
+  that provides additional support for systemd (bnc#859353).
+
+---
+Thu Dec  5 16:45:07 CEST 2014 - jsm...@suse.de
+
+- use_fast_append_instead_of_slow_add.diff replaces
+  slow Builtins.add() with fast '' append operator
+  where needed to avoid hang up impression (bnc#877516).
+
+---
 Thu Dec  4 09:51:31 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-scanner-3.1.2/src/modules/Scanner.rb 
new/yast2-scanner-3.1.2/src/modules/Scanner.rb
--- old/yast2-scanner-3.1.2/src/modules/Scanner.rb  2014-12-04 
13:34:15.0 +0100
+++ new/yast2-scanner-3.1.2/src/modules/Scanner.rb  2015-01-22 
09:38:12.0 +0100
@@ -1794,20 +1794,14 @@
   end
   # Take the filter_string into account:
   if  == filter_string
-model_items = Builtins.add(
-  model_items,
-  Item(Id(database_index), model_string)
-)
+model_items  Item(Id(database_index), model_string)
   else
 # test whether the model_string matches to the filter_string:
 if Builtins.regexpmatch(
 Builtins.tolower(model_string),
 Builtins.tolower(filter_string)
   )
-  model_items = Builtins.add(
-model_items,
-Item(Id(database_index), model_string)
-  )
+  model_items  Item(Id(database_index), model_string)
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-scanner-3.1.2/tools/setup_network_scanner_config 
new/yast2-scanner-3.1.2/tools/setup_network_scanner_config
--- old/yast2-scanner-3.1.2/tools/setup_network_scanner_config  2014-12-04 
13:34:15.0 +0100
+++ new/yast2-scanner-3.1.2/tools/setup_network_scanner_config  2015-01-22 
09:38:12.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/bash
 
-# Johannes Meixner jsm...@suse.de, 2004, 2005, 2006, 2007, 2008, 2010
+# Johannes Meixner jsm...@suse.de, 2004, 2005, 2006, 2007, 2008, 2010, 2014
 #
 # Copyright (c) 2010 Novell, Inc.
 # All Rights 

commit yast2-printer for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-printer for openSUSE:Factory 
checked in at 2015-01-25 21:15:43

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


Package is yast2-printer

Changes:

--- /work/SRC/openSUSE:Factory/yast2-printer/yast2-printer.changes  
2014-12-05 21:02:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-printer.new/yast2-printer.changes 
2015-01-25 21:15:46.0 +0100
@@ -1,0 +2,94 @@
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- disable_legacy_items_and_add_beh_requirement.diff
+  disables legacy stuff for SLE12 (see comment#18 in bnc#871548
+  and for other legacy stuff see bnc#892395 and bnc#877520) and
+  furthermore it adds the cups-backends RPM as needed package
+  when using beh (beh = Backend Error Handler).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- restart_cupsd_when_driver_RPMs_changed.diff shows the
+  Restart locally running CUPS daemon user confirmation popup
+  because usually a change in printer driver RPMs (installation
+  or removal) changes print job processing which requires
+  a restart of cupsd (bnc#888782).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- In replace_network_test_with_echo.diff replace the therein new
+  string Server name must not be empty by the elsewhere existing
+  string Servername could not be empty. that exists already
+  in the list of translated strings so that its translation
+  is shown in non-English locales (bnc#887562).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- Added timeouts to cups_client_only.for_cups_since_version_1.6,
+  replace_network_test_with_echo.diff, test_remote_ipp.without_ping,
+  test_remote_lpd.without_ping, and test_remote_socket.without_ping
+  (i.e. all test that run echo -n '' /dev/tcp/$SERVER/$PORT)
+  so that those tests exit in any case after 2 seconds and do no
+  longer hang in possibly annoying long default system timeouts
+  in unfriendly network environments e.g. when a firewall
+  drops packages without any response (fate#312491).
+- Added /version=1.1 support to test_remote_ipp.without_ping
+  see the entry dated Tue Apr 29 15:00:04 CEST 2014 below
+  (bnc#868241).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- use_fast_append_instead_of_slow_add.diff replaces
+  slow Builtins.add() with fast '' append operator
+  where needed to avoid hang up impression (bnc#877516).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- test_remote_ipp.without_ping, test_remote_lpd.without_ping,
+  test_remote_novell.without_ping, test_remote_smb.without_ping,
+  and test_remote_socket.without_ping are replacements for
+  test_remote_ipp, test_remote_lpd, test_remote_novell,
+  test_remote_smb and test_remote_socket in /usr/lib/YaST2/bin/
+  that do no longer use 'ping' so that there is no need to
+  distinguish between IPv4 and IPv6 and there is no longer
+  a requirement for 'netcat' (fate#312491).
+- Adapted cups_client_only.for_cups_since_version_1.6 so that
+  it also does no longer use 'ping' or 'netcat' (fate#312491).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- cups_client_only.for_cups_since_version_1.6 is an enhancement
+  for /usr/lib/YaST2/bin/cups_client_only that provides additional
+  support when on a CUPS = 1.6 client system a CUPS = 1.5 server
+  should be used via ServerName name/version=1.1 (bnc#868241).
+- Enhanced modify_cupsd_conf.for_cups-browsed which now has
+  support when cups-browsed should poll CUPS = 1.5 servers
+  via BrowsePoll name/version=1.1 (bnc#868241).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- Enhanced modify_cupsd_conf.for_cups-browsed which now has
+  some basic support for what was BrowseAddress up to CUPS 1.5.4
+  via BrowseLocalProtocols settings for cups-browsed (bnc#868241).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- modify_cupsd_conf.for_cups-browsed is an enhancement
+  for /usr/lib/YaST2/bin/modify_cupsd_conf that provides
+  additional support for cups-browsed (bnc#868241).
+
+---
+Mon Jan 19 14:51:39 UTC 2015 - jsm...@suse.de
+
+- replace_network_test_with_echo.diff implements
+  IPv6 support for YaST printer module (fate#312491).

commit webkit2gtk3 for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2015-01-25 21:15:56

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


Package is webkit2gtk3

Changes:

--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2015-01-21 
21:54:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkit2gtk3.changes 
2015-01-25 21:15:57.0 +0100
@@ -1,0 +2,24 @@
+Fri Jan 23 19:16:29 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.6.5:
+  + Fix issue that caused some text to be inserted when trying to
+delete a word from the Twitter message box.
+  + GObject DOM bindings API now correctly returns NULL intead of
+empty strings to be able to differentiate between not present
+and present but empty.
+  + Do not resize the accelerating compositing window to the web
+size until accelerated compositing mode is activated.
+  + Use latin1 instead of UTF-8 for HTTP header values.
+  + Add SCHEDULING query support to HTTP media source element.
+  + Add application/x-mpegurl and video/flv to the list of
+supported mimetypes.
+  + Update NavigationItemProbes inspector icon.
+  + Fix the build with recent GStreamer.
+  + Fix the build on FreeBSD.
+  + Fix build on OS X.
+  + Fix the build on powerpc 32 bits.
+  + Fixed several crashes in WebCore and JavaScriptCore.
+  + Updated translations.
+- Drop webkitgtk-libatomic.patch: Fixed upstream.
+
+---

Old:

  webkitgtk-2.6.4.tar.xz
  webkitgtk-libatomic.patch

New:

  webkitgtk-2.6.5.tar.xz



Other differences:
--
++ webkit2gtk3.spec ++
--- /var/tmp/diff_new_pack.ZtTkVQ/_old  2015-01-25 21:15:59.0 +0100
+++ /var/tmp/diff_new_pack.ZtTkVQ/_new  2015-01-25 21:15:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package webkit2gtk3
 #
-# 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
@@ -26,7 +26,7 @@
 %define _pkgconfig_suffix gtk-3.0
 %define _name webkitgtk
 Name:   webkit2gtk3
-Version:2.6.4
+Version:2.6.5
 Release:0
 Summary:Library for rendering web content, GTK+ Port
 License:LGPL-2.0+ and BSD-3-Clause
@@ -36,8 +36,6 @@
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE webkitgtk-typelib-sharelib-link.patch 
dims...@opensuse.org -- Fixup the .gir file to contain the full library name 
for libjavascriptcore.
 Patch0: webkitgtk-typelib-sharelib-link.patch
-# PATCH-FIX-UPSTREAM webkitgtk-libatomic.patch webkit#130837 sch...@suse.de -- 
Check if libatomic is needed in order to use std::atomic
-Patch1: webkitgtk-libatomic.patch
 BuildRequires:  bison = 2.3
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -208,7 +206,6 @@
 %prep
 %setup -q -n webkitgtk-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 # Use linker flags to reduce memory consumption

++ webkitgtk-2.6.4.tar.xz - webkitgtk-2.6.5.tar.xz ++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.6.4.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new/webkitgtk-2.6.5.tar.xz differ: char 
26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit scilab for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2015-01-25 21:16:18

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


Package is scilab

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2014-10-05 
20:32:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2015-01-25 
21:16:20.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 24 09:58:24 UTC 2015 - badshah...@gmail.com
+
+- Add scilab-build-with-xmlgraphics-commons-2_0.patch to fix
+  compilation with xmlgraphics-commons = 2.0
+  (http://bugzilla.scilab.org/show_bug.cgi?id=13724).
+
+---

New:

  scilab-build-with-xmlgraphics-commons-2_0.patch



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.Rj49Pa/_old  2015-01-25 21:16:21.0 +0100
+++ /var/tmp/diff_new_pack.Rj49Pa/_new  2015-01-25 21:16:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scilab
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -42,6 +42,8 @@
 Patch3: scilab-fix-64bit-portability-issue.patch
 # PATCH-FIX-OPENSUSE scilab-special-jarnames.patch badshah...@gmail.com -- 
Adapt configure script for a few java library names peculiar to openSUSE
 Patch5: scilab-special-jarnames.patch
+# PATCH-FIX-UPSTREAM scilab-build-with-xmlgraphics-commons-2_0.patch 
badshah...@gmail.com -- Fix compilation with xmlgraphics-commons = 2.0
+Patch6: scilab-build-with-xmlgraphics-commons-2_0.patch
 # Dependencies are extracted from :
 # http://wiki.scilab.org/Dependencies of Scilab 5.X
 # Mandatory
@@ -268,6 +270,11 @@
 %patch2 -p1
 %patch3 -p1
 
+# Only Factory has xmlgraphics-commons  2.0
+%if 0%{?suse_version}  1320
+%patch6 -p1
+%endif
+
 # Fix Class-Path in manifest
 sed -i '/name=Class-Path/d' build.incl.xml
 sed -i '/name=Class-Path/d' modules/javasci/build.xml

++ scilab-build-with-xmlgraphics-commons-2_0.patch ++
http://bugzilla.scilab.org/show_bug.cgi?id=13724
Index: 
scilab-5.5.1/modules/graphic_export/src/java/org/scilab/modules/graphic_export/Export.java
===
--- 
scilab-5.5.1.orig/modules/graphic_export/src/java/org/scilab/modules/graphic_export/Export.java
+++ 
scilab-5.5.1/modules/graphic_export/src/java/org/scilab/modules/graphic_export/Export.java
@@ -832,7 +832,7 @@ public class Export {
 }
 
 @Override
-public int processShape(Shape s) throws IOException {
+public int processShape(Shape s, boolean b) throws 
IOException {
 if (s instanceof Ellipse2D.Double) {
 Ellipse2D.Double ell = (Ellipse2D.Double) s;
 if (ell.height == ell.width) {
@@ -855,10 +855,10 @@ public class Export {
 
buffer.append([).append(gen.formatDouble(coords[0])).append( 
).append(gen.formatDouble(coords[1]));
 it.next();
 } else {
-return super.processShape(s);
+return super.processShape(s,true);
 }
 } else {
-return super.processShape(s);
+return super.processShape(s,true);
 }
 
 for (; !it.isDone(); it.next()) {
@@ -866,7 +866,7 @@ public class Export {
 if (type == PathIterator.SEG_LINETO) {
 buffer.append( 
).append(gen.formatDouble(coords[0])).append( 
).append(gen.formatDouble(coords[1]));
 } else {
-return super.processShape(s);
+return super.processShape(s,true);
 }
 }
 buffer.append(] DP);
@@ -874,7 +874,7 @@ public class Export {
 return PathIterator.WIND_NON_ZERO;
 }
 
-return super.processShape(s);
+return super.processShape(s,true);
 }
 };
 g2d.setGraphicContext(new 

commit ibus for openSUSE:Factory

2015-01-25 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2015-01-25 21:16:09

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


Package is ibus

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2014-11-24 
11:14:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2015-01-25 
21:16:11.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 24 14:44:45 UTC 2015 - antoine.belv...@laposte.net
+
+- modify xim.d-ibus-121: remove obsolete 'PATH=$OLD_PATH' which
+  causes loss of the PATH variable when sourced
+
+---



Other differences:
--
++ xim.d-ibus-121 ++
--- /var/tmp/diff_new_pack.sf7rZX/_old  2015-01-25 21:16:12.0 +0100
+++ /var/tmp/diff_new_pack.sf7rZX/_new  2015-01-25 21:16:12.0 +0100
@@ -27,7 +27,6 @@
 # make sure G-S-D keyboard plugin is active
 echo ibus will be managed by GNOME.
 gsettings set org.gnome.settings-daemon.plugins.keyboard active true
-PATH=$OLD_PATH
 return 0
 ;;
 *)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org