commit python-six for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package python-six for openSUSE:Factory 
checked in at 2015-01-27 09:08:25

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


Package is python-six

Changes:

--- /work/SRC/openSUSE:Factory/python-six/python-six.changes2014-09-17 
21:23:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-six.new/python-six.changes   
2015-01-27 09:08:27.0 +0100
@@ -1,0 +2,18 @@
+Sat Jan 24 13:45:42 UTC 2015 - mailaen...@opensuse.org
+
+- update to version 1.9.0
+  - Issue #106: Support the `flush` parameter to `six.print_`.
+  - Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
+decorator.
+  - Pull request #57 and issue #50: Add several compatibility methods for
+unittest assertions that were renamed between Python 2 and 3.
+  - Issue #105 and pull request #58: Ensure `six.wraps` respects the
+*updated* and *assigned* arguments.
+  - Issue #102: Add `raise_from` to abstract out Python 3's raise from
+syntax.
+  - Issue #97: Optimize `six.iterbytes` on Python 2.
+  - Issue #98: Fix `six.moves` race condition in multi-threaded code.
+  - Pull request #51: Add `six.view(keys|values|itmes)`, which provide
+dictionary views on Python 2.7+.
+
+---

Old:

  six-1.8.0.tar.gz

New:

  six-1.9.0.tar.gz



Other differences:
--
++ python-six.spec ++
--- /var/tmp/diff_new_pack.UH4Snc/_old  2015-01-27 09:08:28.0 +0100
+++ /var/tmp/diff_new_pack.UH4Snc/_new  2015-01-27 09:08:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-six
 #
-# 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:   python-six
-Version:1.8.0
+Version:1.9.0
 Release:0
 Url:http://pypi.python.org/pypi/six/
 Summary:Python 2 and 3 compatibility utilities

++ six-1.8.0.tar.gz - six-1.9.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/six-1.8.0/CHANGES new/six-1.9.0/CHANGES
--- old/six-1.8.0/CHANGES   2014-09-11 23:42:45.0 +0200
+++ new/six-1.9.0/CHANGES   2015-01-02 17:34:00.0 +0100
@@ -3,38 +3,61 @@
 
 This file lists the changes in each six version.
 
+1.9.0
+-
+
+- Issue #106: Support the `flush` parameter to `six.print_`.
+
+- Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
+  decorator.
+
+- Pull request #57 and issue #50: Add several compatibility methods for 
unittest
+  assertions that were renamed between Python 2 and 3.
+
+- Issue #105 and pull request #58: Ensure `six.wraps` respects the *updated* 
and
+  *assigned* arguments.
+
+- Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax.
+
+- Issue #97: Optimize `six.iterbytes` on Python 2.
+
+- Issue #98: Fix `six.moves` race condition in multi-threaded code.
+
+- Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary
+  views on Python 2.7+.
+
 1.8.0
 -
 
-- Issue #90: Add six.moves.shlex_quote.
+- Issue #90: Add `six.moves.shlex_quote`.
 
-- Issue #59: Add six.moves.intern.
+- Issue #59: Add `six.moves.intern`.
 
-- Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).
+- Add `six.urllib.parse.uses_(fragment|netloc|params|query|relative)`.
 
-- Issue #88: Fix add_metaclass when the class has __slots__ containing
-  __weakref__ or __dict__.
+- Issue #88: Fix add_metaclass when the class has `__slots__` containing
+  `__weakref__` or `__dict__`.
 
 - Issue #89: Make six use absolute imports.
 
-- Issue #85: Always accept *updated* and *assigned* arguments for wraps().
+- Issue #85: Always accept *updated* and *assigned* arguments for `wraps()`.
 
-- Issue #86: In reraise(), instantiate the exception if the second argument is
-  None.
+- Issue #86: In `reraise()`, instantiate the exception if the second argument 
is
+  `None`.
 
-- Pull request #45: Add six.moves.email_mime_nonmultipart.
+- Pull request #45: Add `six.moves.email_mime_nonmultipart`.
 
-- Issue #81: Add six.urllib.request.splittag mapping.
+- Issue #81: Add `six.urllib.request.splittag` mapping.
 
-- Issue #80: Add six.urllib.request.splituser mapping.
+- Issue #80: Add `six.urllib.request.splituser` mapping.
 
 1.7.3
 -
 
 - Issue #77: Fix import six on Python 3.4 with a custom loader.
 
-- Issue #74: six.moves.xmlrpc_server should map to 

commit Mesa for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2015-01-27 09:08:41

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2015-01-22 
21:48:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2015-01-27 
09:08:43.0 +0100
@@ -1,0 +2,24 @@
+Sun Jan 25 12:13:06 UTC 2015 - mimi...@gmail.com
+
+- Version bump to 10.4.3 (bugfix release):
+  * Bug 80568 - [gen4] GPU Crash During Google Chrome Operation
+  * Bug 85367 - [gen4] GPU hang in glmark-es2
+  * Bug 85696 - r600g+nine: Bioshock shader failure after 
7b1c0cbc90d456384b0950ad21faa3c61a6b43ff
+  * Bug 88219 - include/c11/threads_posix.h:197: undefined reference to 
`pthread_mutex_lock'
+  * mesa: Fix clamping to -1.0 in snorm_to_float
+  * glsl: Link glsl_test with pthreads library.
+  * i965: Respect the no_8 flag on Gen6, not just Gen7+.
+  * i965: Work around mysterious Gen4 GPU hangs with minimal state changes. 
+
+---
+Fri Jan 16 12:08:42 UTC 2015 - tchva...@suse.com
+
+- Clean up with the spec-cleaner
+- Drop obsolete obsoletes comming from fix for sle10
+- Reduce llvm_r600 conditional as it is equal to ifarch x86 x86_64
+- Put vdpau_radeon and vdpau_nouveau under same case as they have
+  same requisites
+- Fix empty post/postun warning
+- Various other rpmlint issues silenced.
+
+---

Old:

  MesaLib-10.4.2.tar.bz2

New:

  MesaLib-10.4.3.tar.bz2



Other differences:
--
++ Mesa.spec ++
 794 lines (skipped)
 between /work/SRC/openSUSE:Factory/Mesa/Mesa.spec
 and /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.spec

++ MesaLib-10.4.2.tar.bz2 - MesaLib-10.4.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/Mesa/MesaLib-10.4.2.tar.bz2 
/work/SRC/openSUSE:Factory/.Mesa.new/MesaLib-10.4.3.tar.bz2 differ: char 11, 
line 1

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



commit libgphoto2 for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-01-27 09:08:47

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


Package is libgphoto2

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-01-22 
21:48:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-01-27 09:08:49.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 18:22:27 UTC 2015 - meiss...@suse.com
+
+- remove all the .la files, improves startup time.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.VfXYn1/_old  2015-01-27 09:08:50.0 +0100
+++ /var/tmp/diff_new_pack.VfXYn1/_new  2015-01-27 09:08:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# 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
@@ -128,6 +128,12 @@
 # skip-check-libtool-deps
 export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
 %makeinstall
+
+# .la files are not needed
+rm $RPM_BUILD_ROOT/%_libdir/*.la
+rm $RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/*.la
+rm $RPM_BUILD_ROOT/%_libdir/libgphoto2_port/0.12.0/*.la
+
 %{find_lang} libgphoto2-%{major}
 %{find_lang} libgphoto2_port-12
 cat libgphoto2-%{major}.lang libgphoto2_port-12.lang  libgphoto2-all.lang



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



commit python3-setuptools for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2015-01-27 09:08:34

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


Package is python3-setuptools

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2015-01-21 21:54:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2015-01-27 09:08:36.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 25 17:22:09 UTC 2015 - a...@gmx.de
+
+- update to version 12.0.4:
+  * Issue #335: Fix script header generation on Windows.
+
+---

Old:

  setuptools-12.0.3.tar.gz

New:

  setuptools-12.0.4.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.p43UGp/_old  2015-01-27 09:08:37.0 +0100
+++ /var/tmp/diff_new_pack.p43UGp/_new  2015-01-27 09:08:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:12.0.3
+Version:12.0.4
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-12.0.3.tar.gz - setuptools-12.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.0.3/CHANGES.txt 
new/setuptools-12.0.4/CHANGES.txt
--- old/setuptools-12.0.3/CHANGES.txt   2015-01-19 02:48:13.0 +0100
+++ new/setuptools-12.0.4/CHANGES.txt   2015-01-21 04:05:52.0 +0100
@@ -3,6 +3,12 @@
 ===
 
 --
+12.0.4
+--
+
+* Issue #335: Fix script header generation on Windows.
+
+--
 12.0.3
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.0.3/PKG-INFO 
new/setuptools-12.0.4/PKG-INFO
--- old/setuptools-12.0.3/PKG-INFO  2015-01-19 02:48:36.0 +0100
+++ new/setuptools-12.0.4/PKG-INFO  2015-01-21 04:10:37.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 12.0.3
+Version: 12.0.4
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://bitbucket.org/pypa/setuptools
 Author: Python Packaging Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.0.3/ez_setup.py 
new/setuptools-12.0.4/ez_setup.py
--- old/setuptools-12.0.3/ez_setup.py   2015-01-19 02:43:32.0 +0100
+++ new/setuptools-12.0.4/ez_setup.py   2015-01-19 02:49:13.0 +0100
@@ -36,7 +36,7 @@
 except ImportError:
 USER_SITE = None
 
-DEFAULT_VERSION = 12.0.3
+DEFAULT_VERSION = 12.0.4
 DEFAULT_URL = https://pypi.python.org/packages/source/s/setuptools/;
 
 def _python_cmd(*args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.0.3/setup.cfg 
new/setuptools-12.0.4/setup.cfg
--- old/setuptools-12.0.3/setup.cfg 2015-01-19 02:48:36.0 +0100
+++ new/setuptools-12.0.4/setup.cfg 2015-01-21 04:10:37.0 +0100
@@ -1,7 +1,7 @@
 [egg_info]
 tag_build = 
-tag_date = 0
 tag_svn_revision = 0
+tag_date = 0
 
 [aliases]
 release = egg_info -RDb ''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-12.0.3/setuptools/command/easy_install.py 
new/setuptools-12.0.4/setuptools/command/easy_install.py
--- old/setuptools-12.0.3/setuptools/command/easy_install.py2015-01-19 
02:21:47.0 +0100
+++ new/setuptools-12.0.4/setuptools/command/easy_install.py2015-01-21 
03:46:27.0 +0100
@@ -37,6 +37,7 @@
 import contextlib
 import subprocess
 import shlex
+import io
 
 from setuptools import Command
 from setuptools.sandbox import run_setup
@@ -1801,9 +1802,8 @@
 def is_sh(executable):
 Determine if the specified executable is a .sh (contains a #! line)
 try:
-fp = open(executable)
-magic = fp.read(2)
-fp.close()
+with io.open(executable, encoding='latin-1') as fp:
+magic = fp.read(2)
 except (OSError, IOError):
 return executable
 return magic == '#!'
@@ -1845,25 +1845,14 @@
 
 
 def fix_jython_executable(executable, options):
-if sys.platform.startswith('java') and is_sh(executable):
-# Workaround for Jython is not needed on Linux systems.
-import java
-
-if java.lang.System.getProperty(os.name) == Linux:
-return executable
-
-# Workaround Jython's sys.executable being a .sh (an invalid
-# shebang line interpreter)
-  

commit flash-player for openSUSE:13.1:NonFree:Update

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:13.1:NonFree:Update checked in at 2015-01-27 09:48:16

Comparing /work/SRC/openSUSE:13.1:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:13.1:NonFree:Update/.flash-player.new (New)


Package is flash-player

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.N0gPoi/_old  2015-01-27 09:48:18.0 +0100
+++ /var/tmp/diff_new_pack.N0gPoi/_new  2015-01-27 09:48:18.0 +0100
@@ -1 +1 @@
-link package='flash-player.3446' cicount='copy' /
+link package='flash-player.3461' cicount='copy' /

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



commit yast2 for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2015-01-27 10:50:42

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


Package is yast2

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2015-01-21 
21:56:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2015-01-27 
10:50:44.0 +0100
@@ -1,0 +2,21 @@
+Thu Jan 22 13:21:45 UTC 2015 - jsr...@suse.cz
+
+- added handling of new created configuration files (bsc#860856)
+- 3.1.118
+
+---
+Wed Jan 21 15:50:26 UTC 2015 - c...@suse.com
+
+- Removed icons from all kinds of popups (bnc#875201)
+- 3.1.117
+
+---
+Tue Jan 20 09:55:48 UTC 2015 - jreidin...@suse.com
+
+- remove unused module for tracking config history in svn
+- remove unused module for writing to system log that is obsolete
+  by systemd
+- remove never used feature to lock proposal by administrator
+- improve the most horrible nesting of blocks in code
+
+---

Old:

  yast2-3.1.116.tar.bz2

New:

  yast2-3.1.118.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.HZOEdA/_old  2015-01-27 10:50:45.0 +0100
+++ /var/tmp/diff_new_pack.HZOEdA/_new  2015-01-27 10:50:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.116
+Version:3.1.118
 Release:0
 Url:https://github.com/yast/yast-yast2
 

++ yast2-3.1.116.tar.bz2 - yast2-3.1.118.tar.bz2 ++
 1960 lines of diff (skipped)

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



commit yast2-installation for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-01-27 10:50:48

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-01-08 23:05:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-01-27 10:50:50.0 +0100
@@ -1,0 +2,22 @@
+Mon Jan 26 16:09:01 UTC 2015 - jreidin...@suse.com
+
+- fix typo causing error in installation ( catched by openQA ) 
+
+---
+Mon Jan 26 10:21:19 UTC 2015 - jreidin...@suse.com
+
+- Properly install new Proposal* libs to fix installation
+
+---
+Tue Jan 13 12:27:52 UTC 2015 - jreidin...@suse.com
+
+- Refactored inst_proposal into Installation::ProposalRunner and
+  Installation::ProposalStore.
+- 3.1.127
+
+---
+Tue Jan 13 12:27:40 UTC 2015 - jsr...@suse.cz
+
+- fixed progress bar during (live) image installation (bsc#854378)
+
+---

Old:

  yast2-installation-3.1.126.tar.bz2

New:

  yast2-installation-3.1.127.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.kP1TE9/_old  2015-01-27 10:50:51.0 +0100
+++ /var/tmp/diff_new_pack.kP1TE9/_new  2015-01-27 10:50:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.126
+Version:3.1.127
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.126.tar.bz2 - yast2-installation-3.1.127.tar.bz2 
++
 8938 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-pycurl for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package python3-pycurl for openSUSE:Factory 
checked in at 2015-01-27 09:09:30

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


Package is python3-pycurl

Changes:

--- /work/SRC/openSUSE:Factory/python3-pycurl/python3-pycurl.changes
2014-08-05 13:00:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pycurl.new/python3-pycurl.changes   
2015-01-27 09:09:35.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan 25 16:53:20 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 7.19.5.1:
+  * This release primarily fixes build breakage against libcurl 7.19.4
+through 7.21.1, such as versions shipped with CentOS.
+
+---

Old:

  pycurl-7.19.5.tar.gz

New:

  pycurl-7.19.5.1.tar.gz



Other differences:
--
++ python3-pycurl.spec ++
--- /var/tmp/diff_new_pack.De3Dxx/_old  2015-01-27 09:09:35.0 +0100
+++ /var/tmp/diff_new_pack.De3Dxx/_new  2015-01-27 09:09:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pycurl
 #
-# 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-pycurl
-Version:7.19.5
+Version:7.19.5.1
 Release:0
 Summary:PycURL -- cURL library module
 License:LGPL-2.1+ and MIT
@@ -25,7 +25,7 @@
 Url:http://pycurl.sourceforge.net/
 Source: 
https://pypi.python.org/packages/source/p/pycurl/pycurl-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM remove __DATE__ and __TIME__
-Patch0: pycurl-%{version}-no-runtime-curlvercheck.patch
+Patch0: pycurl-7.19.5-no-runtime-curlvercheck.patch
 BuildRequires:  libcurl-devel = 7.19.0
 BuildRequires:  openssl-devel
 BuildRequires:  python3-2to3

++ pycurl-7.19.5.tar.gz - pycurl-7.19.5.1.tar.gz ++
 5464 lines of diff (skipped)

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



commit mutt for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

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

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


Package is mutt

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2014-12-16 
14:47:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2015-01-27 
09:09:25.0 +0100
@@ -1,0 +2,16 @@
+Mon Jan 26 16:22:08 UTC 2015 - wer...@suse.de
+
+- Update to mutt version 1.5.23 which is a security bugfix release
+  as well as add support for TLS 1.1/1.2
+- Remove the patches automake-1.12.patch,
+  mutt-1.5.20-gpgme_set_locale.patch, and mutt-CVE-2014-0467.patch
+- Replace the patches
+  patch-1.5.23.rr.compressed.bz2 with patch-1.5.21.rr.compressed.1.bz2
+  mutt-1.5.21.sidebar.20120829.patch with patch-1.5.23.sidebar.20140412.patch
+  patch-1.5.5.1.nt.xtitles.3.ab.1 with patch-1.5.23.xtitles.patch
+  mutt-1.5.21.dif with mutt-1.5.23.dif
+- Modify the patches aw.listreply.diff, bug-676388-largefile.patch,
+  and bsc907453-CVE-2014-9116-jessie.patch
+- Build with PIE
+
+---

Old:

  automake-1.12.patch
  mutt-1.5.20-gpgme_set_locale.patch
  mutt-1.5.21-cariage-return.path
  mutt-1.5.21-patches.tar.bz2
  mutt-1.5.21.dif
  mutt-1.5.21.sidebar.20120829.patch
  mutt-1.5.21.tar.bz2
  mutt-CVE-2014-0467.patch
  patch-1.5.21.rr.compressed.1.bz2
  patch-1.5.5.1.nt.xtitles.3.ab.1

New:

  mutt-1.5.23-cariage-return.path
  mutt-1.5.23-patches.tar.bz2
  mutt-1.5.23.dif
  mutt-1.5.23.tar.gz
  patch-1.5.23.rr.compressed.bz2
  patch-1.5.23.sidebar.20140412.patch
  patch-1.5.23.xtitles.patch



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.qN4w5s/_old  2015-01-27 09:09:27.0 +0100
+++ /var/tmp/diff_new_pack.qN4w5s/_new  2015-01-27 09:09:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mutt
 #
-# 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
@@ -57,6 +57,7 @@
 Provides:   muttssl
 Obsoletes:  muttssl
 Recommends: smtp_daemon
+Recommends: urlview
 Recommends: w3m
 %if 0%{?suse_version}  1130
 Requires(post):   shared-mime-info
@@ -65,13 +66,13 @@
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
 #Requires:desktop-data-SuSE
-Version:1.5.21
+Version:1.5.23
 Release:33.2
 Summary:Mail Program
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
 # ftp://ftp.mutt.org/mutt/devel/
-Source0:%name-%version.tar.bz2
+Source0:https://bitbucket.org/mutt/mutt/downloads/%name-%version.tar.gz
 Source1:Signature_conversion
 Source2:README.alternates
 Source3:mutt.png
@@ -83,28 +84,24 @@
 Source9:mutt.mailcap
 Patch:  %name-%version.dif
 # http://www.spinnaker.de/mutt/compressed/
-Patch1: patch-%version.rr.compressed.1.bz2
+Patch1: patch-%version.rr.compressed.bz2
 Patch2: %name-1.5.9i-pgpewrap.diff
 Patch3: %name-1.5.20-sendgroupreplyto.diff
 Patch4: %name-1.5.15-wrapcolumn.diff
-Patch5: patch-1.5.5.1.nt.xtitles.3.ab.1
+Patch5: patch-1.5.23.xtitles.patch
 # http://lunar-linux.org/mutt-sidebar
-Patch6: mutt-1.5.21.sidebar.20120829.patch
+Patch6: patch-1.5.23.sidebar.20140412.patch
 Patch7: mutt-1.5.21-opennfs.dif
-Patch8: mutt-1.5.20-gpgme_set_locale.patch
 Patch9: bug-676388-largefile.patch
 Patch10:mutt-1.5.21-tinfo.dif
 # http://www.wolfermann.org/mutt.html
 Patch11:aw.listreply.diff
 Patch12:patch-1.5.21.vk.pgp_verbose_mime
-Patch13:automake-1.12.patch
 Patch14:nion.sidebar-color.diff
 # PATCH-FIX-OPENSUSE: bnc#813498 - mutt crashes in fgetwc in 
text_enriched_handler
 Patch15:widechar.sidebar.dif
 # PATCH-FIX-OPENSUSE: Be able to read signed/encrypted messsages even with CRLF
-Patch16:mutt-1.5.21-cariage-return.path
-# PATCH-FIX-SUSE: bnc#868115 - CVE-2014-0467: mutt: crash due to malicious 
email
-Patch17:mutt-CVE-2014-0467.patch
+Patch16:mutt-1.5.23-cariage-return.path
 # PATCH-FIX-OPENSUSE bnc#899712 - fallback mailcap for e.g text/html
 Patch18:mutt-1.5.21-mailcap.diff
 # PATCH-FIX-SUSE: bsc#907453 - CVE-2014-9116: mutt: heap-based buffer overflow 
in mutt_substrdup()
@@ -132,16 +129,13 @@
 %patch5 -p1 -b .xtitles
 %patch6 -p1 -b 

commit mksusecd for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

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

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


Package is mksusecd

Changes:

--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes2015-01-22 
00:58:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2015-01-27 
09:09:16.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 26 16:39:23 CET 2015 - snw...@suse.com
+
+- update git2log script
+- 1.9
+
+---

Old:

  mksusecd-1.8.tar.xz

New:

  mksusecd-1.9.tar.xz



Other differences:
--
++ mksusecd.spec ++
--- /var/tmp/diff_new_pack.SdwnhA/_old  2015-01-27 09:09:17.0 +0100
+++ /var/tmp/diff_new_pack.SdwnhA/_new  2015-01-27 09:09:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mksusecd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Steffen Winterfeldt
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,7 +28,7 @@
 Summary:Create SUSE Linux installation ISOs
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:1.8
+Version:1.9
 Release:0
 Source: %{name}-%{version}.tar.xz
 Url:https://github.com/wfeldt/mksusecd

++ mksusecd-1.8.tar.xz - mksusecd-1.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.8/Makefile new/mksusecd-1.9/Makefile
--- old/mksusecd-1.8/Makefile   2014-11-28 15:05:27.0 +0100
+++ new/mksusecd-1.9/Makefile   2015-01-26 16:38:29.0 +0100
@@ -1,13 +1,14 @@
 GIT2LOG:= $(shell if [ -x ./git2log ] ; then echo ./git2log --update ; 
else echo true ; fi)
 GITDEPS:= $(shell [ -d .git ]  echo .git/HEAD .git/refs/heads 
.git/refs/tags)
 VERSION:= $(shell $(GIT2LOG) --version VERSION ; cat VERSION)
-BRANCH := $(shell git branch | perl -ne 'print $$_ if s/^\*\s*//')
+BRANCH := $(shell [ -d .git ]  git branch | perl -ne 'print $$_ if 
s/^\*\s*//')
 PREFIX := mksusecd-$(VERSION)
 BINDIR  = /usr/bin
 
 all:archive
 
 archive: changelog
+   @if [ ! -d .git ] ; then echo no git repo ; false ; fi
mkdir -p package
git archive --prefix=$(PREFIX)/ $(BRANCH)  package/$(PREFIX).tar
tar -r -f package/$(PREFIX).tar --mode=0664 --owner=root --group=root 
--mtime=`git show -s --format=%ci` --transform='s:^:$(PREFIX)/:' VERSION 
changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.8/VERSION new/mksusecd-1.9/VERSION
--- old/mksusecd-1.8/VERSION2014-11-28 15:05:27.0 +0100
+++ new/mksusecd-1.9/VERSION2015-01-26 16:38:29.0 +0100
@@ -1 +1 @@
-1.8
+1.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.8/changelog new/mksusecd-1.9/changelog
--- old/mksusecd-1.8/changelog  2014-11-28 15:05:27.0 +0100
+++ new/mksusecd-1.9/changelog  2015-01-26 16:38:29.0 +0100
@@ -1,3 +1,6 @@
+2015-01-26:3c5a69e03348f72cd2fd350f7f7d0fe94820ce9b-1.9
+   - update git2log script
+
 2014-11-28:1.8
- add support for grub2 el-torito setups
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.8/git2log new/mksusecd-1.9/git2log
--- old/mksusecd-1.8/git2log2014-11-28 15:05:27.0 +0100
+++ new/mksusecd-1.9/git2log2015-01-26 16:38:29.0 +0100
@@ -1,5 +1,7 @@
 #! /usr/bin/perl
 
+use strict;
+
 use Getopt::Long;
 
 use Data::Dumper;
@@ -8,27 +10,43 @@
 $Data::Dumper::Indent = 1;
 
 sub usage;
+sub get_branch_tags;
+sub get_branch;
+sub get_parent_branch;
+sub get_version;
 
 usage 0 if !@ARGV;
 
-@deps = qw ( .git/HEAD .git/refs/heads .git/refs/tags );
+my @deps = qw ( .git/HEAD .git/refs/heads .git/refs/tags );
+
+my $branch;
+my $current_version;
+my @tags;
+my @all_tags;
+
+my $opt_log;
+my $opt_version;
+my $opt_branch;
+my $opt_update;
+my $opt_file;
 
 GetOptions(
   'help'  = sub { usage 0 },
   'version'   = \$opt_version,
+  'branch'= \$opt_branch,
   'update'= \$opt_update,
   'log|changelog' = \$opt_log,
 ) || usage 1;
 
-usage 1 if @ARGV  1 || !($opt_log || $opt_version);
+usage 1 if @ARGV  1 || !($opt_log || $opt_version || $opt_branch);
 $opt_file = @ARGV ? shift : '-';
 
 die no git repo\n unless -d .git;
 
 if($opt_update  $opt_file ne '-'  -f($opt_file)) {
-  $ok = 1;
+  my $ok = 1;
 
-  $t = (stat $opt_file)[9];
+  my $t 

commit percona-toolkit for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package percona-toolkit for openSUSE:Factory 
checked in at 2015-01-27 09:09:27

Comparing /work/SRC/openSUSE:Factory/percona-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.percona-toolkit.new (New)


Package is percona-toolkit

Changes:

--- /work/SRC/openSUSE:Factory/percona-toolkit/percona-toolkit.changes  
2014-11-24 11:08:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.percona-toolkit.new/percona-toolkit.changes 
2015-01-27 09:09:32.0 +0100
@@ -1,0 +2,32 @@
+Mon Jan 26 21:30:53 UTC 2015 - andreas.stie...@gmx.de
+
+- Percona Toolkit 2.2.13:
+  * Feature lp#1391240: pt-kill added query fingerprint hash to
+output
+  * Fixed lp#1402668: pt-mysql-summary fails on cluster in
+  Donor/Desynced status 
+  * Fixed lp#1396870: pt-online-schema-change CTRL+C leaves
+  terminal in inconsistent state 
+  * Fixed lp#1396868: pt-online-schema-change --ask-pass option
+  error
+  * Fixed lp#1266869: pt-stalk fails to start if $HOME environment
+  variable is not set 
+  * Fixed lp#1019479: pt-table-checksum does not work with sql_mode
+  ONLY_FULL_GROUP_BY
+  * Fixed lp#1394934: pt-table-checksum error in debug mode
+  * Fixed lp#1321297: pt-table-checksum reports diffs on timestamp
+  columns in 5.5 vs 5.6 
+  * Fixed lp#1399789: pt-table-checksum fails to find pxc nodes
+  when wsrep_node_incoming_address is set to
+  AUTO
+  * Fixed lp#1388870: pt-table-checksum has some errors with
+  different time zones
+  * Fixed lp#1408375: vulnerable to MITM attack which would allow
+  exfiltration of MySQL configuration
+  information via --version-check
+  * Fixed lp#1404298: missing MySQL5.7 test files for
+  pt-table-checksum
+  * Fixed lp#1403900: added sandbox and fixed sakila test db for
+  5.7
+
+---

Old:

  percona-toolkit-2.2.12.tar.gz

New:

  percona-toolkit-2.2.13.tar.gz



Other differences:
--
++ percona-toolkit.spec ++
--- /var/tmp/diff_new_pack.eYT9mh/_old  2015-01-27 09:09:33.0 +0100
+++ /var/tmp/diff_new_pack.eYT9mh/_new  2015-01-27 09:09:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package percona-toolkit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   percona-toolkit
-Version:2.2.12
+Version:2.2.13
 Release:0
 Summary:Advanced MySQL and system command-line tools
 License:GPL-2.0

++ percona-toolkit-2.2.12.tar.gz - percona-toolkit-2.2.13.tar.gz ++
 2464 lines of diff (skipped)

++ percona-toolkit-2.2.x-disable-default-version-check.patch ++
--- /var/tmp/diff_new_pack.eYT9mh/_old  2015-01-27 09:09:34.0 +0100
+++ /var/tmp/diff_new_pack.eYT9mh/_new  2015-01-27 09:09:34.0 +0100
@@ -40,11 +40,11 @@
  bin/pt-variable-advisor  |2 --
  18 files changed, 36 deletions(-)
 
-Index: percona-toolkit-2.2.12/bin/pt-archiver
+Index: percona-toolkit-2.2.13/bin/pt-archiver
 ===
 percona-toolkit-2.2.12.orig/bin/pt-archiver2014-11-11 
13:36:49.0 +
-+++ percona-toolkit-2.2.12/bin/pt-archiver 2014-11-17 22:24:54.0 
+
-@@ -7476,8 +7476,6 @@ Show version and exit.
+--- percona-toolkit-2.2.13.orig/bin/pt-archiver2015-01-23 
11:29:58.0 +0100
 percona-toolkit-2.2.13/bin/pt-archiver 2015-01-26 22:30:10.0 
+0100
+@@ -7483,8 +7483,6 @@ Show version and exit.
  
  =item --[no]version-check
  
@@ -53,11 +53,11 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard check for updates automatically feature, with two
-Index: percona-toolkit-2.2.12/bin/pt-config-diff
+Index: percona-toolkit-2.2.13/bin/pt-config-diff
 ===
 percona-toolkit-2.2.12.orig/bin/pt-config-diff 2014-11-11 
13:36:49.0 +
-+++ percona-toolkit-2.2.12/bin/pt-config-diff  2014-11-17 22:24:54.0 
+
-@@ -5582,8 +5582,6 @@ Show version and exit.
+--- percona-toolkit-2.2.13.orig/bin/pt-config-diff 2015-01-23 
11:29:58.0 +0100
 

commit flash-player for openSUSE:Factory:NonFree

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:Factory:NonFree checked in at 2015-01-27 09:09:35

Comparing /work/SRC/openSUSE:Factory:NonFree/flash-player (Old)
 and  /work/SRC/openSUSE:Factory:NonFree/.flash-player.new (New)


Package is flash-player

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/flash-player/flash-player.changes
2015-01-22 21:50:30.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.flash-player.new/flash-player.changes   
2015-01-27 09:09:38.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 26 15:57:09 UTC 2015 - sbra...@suse.com
+
+- Security update to 11.2.202.440 (bsc#914463):
+  * APSA15-01, CVE-2015-0311
+- Update of flashplayer (executable binary) for i386 is not
+  available. Disabled!
+
+---

Old:

  install_flash_player_11.2.202.438_linux.i386.tar.gz
  install_flash_player_11.2.202.438_linux.x86_64.tar.gz

New:

  install_flash_player_11.2.202.440_linux.i386.tar.gz
  install_flash_player_11.2.202.440_linux.x86_64.tar.gz



Other differences:
--
++ flash-player.spec ++
--- /var/tmp/diff_new_pack.3Lb5Hb/_old  2015-01-27 09:09:41.0 +0100
+++ /var/tmp/diff_new_pack.3Lb5Hb/_new  2015-01-27 09:09:41.0 +0100
@@ -19,7 +19,7 @@
 %define build_standalone 1
 
 Name:   flash-player
-Version:11.2.202.438
+Version:11.2.202.440
 Release:0
 Summary:Adobe Flash Plugin and Standalone Player
 License:SUSE-NonFree
@@ -27,7 +27,7 @@
 Url:http://get.adobe.com/flashplayer/
 %ifarch %ix86
 Source0:install_flash_player_%{version}_linux.i386.tar.gz
-Source1:flashplayer_%{version}_sa.i386.tar.gz
+Source1:flashplayer_11.2.202.438_sa.i386.tar.gz
 %endif
 %ifarch x86_64
 Source0:install_flash_player_%{version}_linux.x86_64.tar.gz
@@ -50,15 +50,15 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-# flash player dynamically opens that one and segfaults if not available 
(2008-11-12)
-%ifarch %ix86
-Requires:   libasound.so.2
-Requires:   libcurl.so.4
-%endif
-%ifarch x86_64
-Requires:   libasound.so.2()(64bit)
-Requires:   libcurl.so.4()(64bit)
-%endif
+## flash player dynamically opens that one and segfaults if not available 
(2008-11-12)
+#%ifarch %ix86
+#Requires:   libasound.so.2
+#Requires:   libcurl.so.4
+#%endif
+#%ifarch x86_64
+#Requires:   libasound.so.2()(64bit)
+#Requires:   libcurl.so.4()(64bit)
+#%endif
 Provides:   flash-plugin = %{version}
 %if 0%{?suse_version} = 1110
 # flash 10 does not need libflashsupport and using it can cause device 
conflicts
@@ -150,7 +150,7 @@
 
 %if %build_standalone
 %if 0%{?suse_version}  1030
-%ifarch %ix86
+%ifarch none
 if test -f install_flash_player_linux_sa/flashplayer ; then
install -Dpm 0755 install_flash_player_linux_sa/flashplayer 
%{buildroot}%{_bindir}/flashplayer
 else
@@ -175,7 +175,7 @@
 if ! grep -q '^flags.*sse2' /proc/cpuinfo ; then
rm %{_libdir}/browser-plugins/libflashplayer.so
 %if 0%{?suse_version}  1030
-%ifarch %ix86
+%ifarch none
rm %{_bindir}/flashplayer
 %endif
 %endif
@@ -194,7 +194,7 @@
 %endif
 %if %build_standalone
 %if 0%{?suse_version}  1030
-%ifarch %ix86
+%ifarch none
 %{_bindir}/flashplayer
 %{_datadir}/applications/flashplayer.desktop
 %{_datadir}/pixmaps/flashplayer.png


++ install_flash_player_11.2.202.438_linux.i386.tar.gz - 
install_flash_player_11.2.202.440_linux.i386.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.438_linux.i386.tar.gz
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.440_linux.i386.tar.gz
 differ: char 5, line 1

++ install_flash_player_11.2.202.438_linux.x86_64.tar.gz - 
install_flash_player_11.2.202.440_linux.x86_64.tar.gz ++
/work/SRC/openSUSE:Factory:NonFree/flash-player/install_flash_player_11.2.202.438_linux.x86_64.tar.gz
 
/work/SRC/openSUSE:Factory:NonFree/.flash-player.new/install_flash_player_11.2.202.440_linux.x86_64.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 mkdud for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package mkdud for openSUSE:Factory checked 
in at 2015-01-27 09:09:18

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


Package is mkdud

Changes:

--- /work/SRC/openSUSE:Factory/mkdud/mkdud.changes  2015-01-22 
00:58:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkdud.new/mkdud.changes 2015-01-27 
09:09:21.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan 26 16:41:08 CET 2015 - snw...@suse.com
+
+- fix git2log script
+- 1.13
+
+---
+Mon Jan 26 16:23:15 CET 2015 - snw...@suse.com
+
+- updated git2log script
+- 1.12
+
+---
+Mon Jan 26 16:20:32 CET 2015 - snw...@suse.com
+
+- Fix typo
+- 1.11
+
+---

Old:

  mkdud-1.10.tar.xz

New:

  mkdud-1.13.tar.xz



Other differences:
--
++ mkdud.spec ++
--- /var/tmp/diff_new_pack.MtN7xp/_old  2015-01-27 09:09:21.0 +0100
+++ /var/tmp/diff_new_pack.MtN7xp/_new  2015-01-27 09:09:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkdud
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Steffen Winterfeldt
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
 Summary:Create driver update from rpms
 License:GPL-3.0+
 Group:  Hardware/Other
-Version:1.10
+Version:1.13
 Release:0
 Source: %{name}-%{version}.tar.xz
 Url:https://github.com/wfeldt/mkdud

++ mkdud-1.10.tar.xz - mkdud-1.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.10/Makefile new/mkdud-1.13/Makefile
--- old/mkdud-1.10/Makefile 2014-10-13 15:35:15.0 +0200
+++ new/mkdud-1.13/Makefile 2015-01-26 16:35:56.0 +0100
@@ -1,13 +1,14 @@
 GIT2LOG:= $(shell if [ -x ./git2log ] ; then echo ./git2log --update ; 
else echo true ; fi)
 GITDEPS:= $(shell [ -d .git ]  echo .git/HEAD .git/refs/heads 
.git/refs/tags)
 VERSION:= $(shell $(GIT2LOG) --version VERSION ; cat VERSION)
-BRANCH := $(shell git branch | perl -ne 'print $$_ if s/^\*\s*//')
+BRANCH := $(shell [ -d .git ]  git branch | perl -ne 'print $$_ if 
s/^\*\s*//')
 PREFIX := mkdud-$(VERSION)
 BINDIR   = /usr/bin
 
 all:archive
 
 archive: changelog
+   @if [ ! -d .git ] ; then echo no git repo ; false ; fi
mkdir -p package
git archive --prefix=$(PREFIX)/ $(BRANCH)  package/$(PREFIX).tar
tar -r -f package/$(PREFIX).tar --mode=0664 --owner=root --group=root 
--mtime=`git show -s --format=%ci` --transform='s:^:$(PREFIX)/:' VERSION 
changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.10/README new/mkdud-1.13/README
--- old/mkdud-1.10/README   2014-10-13 15:35:15.0 +0200
+++ new/mkdud-1.13/README   2015-01-26 16:35:56.0 +0100
@@ -28,7 +28,7 @@
 preferred.
 
 Method (b) has the advantage that the old packages are never installed and
-used and conficts and dependencies are automatically resolved (think of
+used and conflicts and dependencies are automatically resolved (think of
 different kernel flavors).
 
 This script supports both ways.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.10/VERSION new/mkdud-1.13/VERSION
--- old/mkdud-1.10/VERSION  2014-10-13 15:35:15.0 +0200
+++ new/mkdud-1.13/VERSION  2015-01-26 16:35:56.0 +0100
@@ -1 +1 @@
-1.10
+1.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.10/changelog new/mkdud-1.13/changelog
--- old/mkdud-1.10/changelog2014-10-13 15:35:15.0 +0200
+++ new/mkdud-1.13/changelog2015-01-26 16:35:56.0 +0100
@@ -1,3 +1,12 @@
+2015-01-26:8bc57e17bc620def784a8130c98d349054c6823d-1.13
+   - fix git2log script
+
+2015-01-26:1.12
+   - updated git2log script
+
+2015-01-20:1.11
+   - Fix typo
+
 2014-10-13:1.10
- added 'archive' Makefile target
- updated git2log script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkdud-1.10/git2log new/mkdud-1.13/git2log
--- old/mkdud-1.10/git2log  2014-10-13 15:35:15.0 +0200
+++ new/mkdud-1.13/git2log  2015-01-26 16:35:56.0 +0100
@@ -1,5 +1,7 @@
 #! /usr/bin/perl
 
+use strict;
+
 use Getopt::Long;
 
 use Data::Dumper;
@@ 

commit xf86-video-nouveau for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-nouveau for 
openSUSE:Factory checked in at 2015-01-27 09:09:05

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


Package is xf86-video-nouveau

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-nouveau/xf86-video-nouveau.changes
2014-09-07 11:08:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-nouveau.new/xf86-video-nouveau.changes   
2015-01-27 09:09:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 03:33:43 UTC 2015 - afaer...@suse.de
+
+- Enable arm and aarch64 builds (for Tegra K1 and later)
+
+---



Other differences:
--
++ xf86-video-nouveau.spec ++
--- /var/tmp/diff_new_pack.Y4WQUk/_old  2015-01-27 09:09:08.0 +0100
+++ /var/tmp/diff_new_pack.Y4WQUk/_new  2015-01-27 09:09:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-nouveau
 #
-# 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
@@ -34,7 +34,7 @@
 Supplements:xorg-x11-server
 Provides:   xorg-x11-driver-video-nouveau  = %{version}
 Obsoletes:  xorg-x11-driver-video-nouveau   %{version}
-ExclusiveArch:  %ix86 x86_64 ppc ppc64
+ExclusiveArch:  %ix86 x86_64 ppc ppc64 %arm aarch64
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://xorg.freedesktop.org/archive/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: N_xf86-video-nouveau_nva3-noaccel-info.patch

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



commit php5 for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2015-01-27 09:08:57

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


Package is php5

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2015-01-09 
01:11:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2015-01-27 
09:09:00.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan 26 08:52:12 UTC 2015 - pgaj...@suse.com
+
+- update to 5.6.5: This release fixes several bugs as well as 
+  CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232.
+- removed patches:
+  * php-CVE-2014-9426.patch
+  * php-CVE-2014-9427.patch
+  * php-CVE-2015-0231.patch
+
+---
+Wed Jan 21 11:14:46 UTC 2015 - pgaj...@suse.com
+
+- added php-CVE-2015-0231.patch [bnc#910659]
+
+---

Old:

  php-5.6.4.tar.xz
  php-5.6.4.tar.xz.asc
  php-CVE-2014-9426.patch
  php-CVE-2014-9427.patch

New:

  php-5.6.5.tar.xz
  php-5.6.5.tar.xz.asc



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.1kLtwv/_old  2015-01-27 09:09:02.0 +0100
+++ /var/tmp/diff_new_pack.1kLtwv/_new  2015-01-27 09:09:02.0 +0100
@@ -107,7 +107,7 @@
 %define apache2_includedir %(%{apxs2} -q INCLUDEDIR)
 %define apache2_serverroot %(%{apxs2} -q PREFIX)
 %define need_libxml2_hack  %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h;then echo 1; else echo 
0; fi; else echo 0; fi)
-Version:5.6.4
+Version:5.6.5
 Release:0
 Provides:   php
 Provides:   php-api = %{apiver}
@@ -178,8 +178,6 @@
 Patch17:php5-per-mod-log.patch
 Patch18:php5-apache24-updates.patch
 Patch19:php5-crypto-checks.patch
-Patch20:php-CVE-2014-9426.patch
-Patch21:php-CVE-2014-9427.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -1328,8 +1326,6 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
-%patch20
-%patch21
 # Safety check for API version change.
 vapi=`sed -n '/#define PHP_API_VERSION/{s/.* //;p}' main/php.h`
 if test x${vapi} != x%{apiver}; then

++ php-5.6.4.tar.xz - php-5.6.5.tar.xz ++
/work/SRC/openSUSE:Factory/php5/php-5.6.4.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.5.tar.xz differ: char 27, line 1


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



commit qupzilla for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package qupzilla for openSUSE:Factory 
checked in at 2015-01-27 09:09:24

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


Package is qupzilla

Changes:

--- /work/SRC/openSUSE:Factory/qupzilla/qupzilla-qt5.changes2014-12-16 
14:48:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.qupzilla.new/qupzilla-qt5.changes   
2015-01-27 09:09:28.0 +0100
@@ -1,0 +2,16 @@
+Mon Jan 26 17:45:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.8.6:
+  * added TabManager and FlashCookieManager plugins
+  * added CTRL+L shortcut to clear download list in download manager
+  * allow closing Download Manager and Browsing Library with Ctrl+W
+  * revert option to disable SSLv3, it is now correctly handled by Qt
+  * fix issue with tabs with empty url were removed from session
+  * fix zoom shortcuts with +/-/0 on numeric block
+  * fix hiding iframes that have completely blocked contents in AdBlock
+  * fix showing navigation bar when typing into locationbar in fullscreen
+  * fix visual issues with FTP listing with RTL layouts
+  * fix removing profiles from preferences
+  * fix crash when moving bookmarks on FreeBSD
+
+---
qupzilla.changes: same change

Old:

  QupZilla-1.8.5.tar.xz

New:

  QupZilla-1.8.6.tar.xz



Other differences:
--
++ qupzilla-qt5.spec ++
--- /var/tmp/diff_new_pack.ieoMoK/_old  2015-01-27 09:09:29.0 +0100
+++ /var/tmp/diff_new_pack.ieoMoK/_new  2015-01-27 09:09:29.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package qupzilla-qt5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2014 Mariusz Fik fi...@opensuse.org
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2015 Mariusz Fik fi...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 %bcond_without qt5
 Name:   qupzilla-qt5
-Version:1.8.5
+Version:1.8.6
 Release:0
 Summary:A very fast open source browser based on WebKit core
 License:GPL-3.0+
@@ -159,8 +159,10 @@
 %{_libdir}/qupzilla/libAutoScroll.so
 %{_libdir}/qupzilla/libMouseGestures.so
 %{_libdir}/qupzilla/libGreaseMonkey.so
+%{_libdir}/qupzilla/libFlashCookieManager.so
 %{_libdir}/qupzilla/libPIM.so
 %{_libdir}/qupzilla/libStatusBarIcons.so
+%{_libdir}/qupzilla/libTabManager.so
 %{_datadir}/appdata/
 %{_datadir}/applications/qupzilla.desktop
 %{_datadir}/pixmaps/qupzilla.png

++ qupzilla.spec ++
--- /var/tmp/diff_new_pack.ieoMoK/_old  2015-01-27 09:09:29.0 +0100
+++ /var/tmp/diff_new_pack.ieoMoK/_new  2015-01-27 09:09:29.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package qupzilla
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2014 Mariusz Fik fi...@opensuse.org
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2015 Mariusz Fik fi...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 
 %bcond_with qt5
 Name:   qupzilla
-Version:1.8.5
+Version:1.8.6
 Release:0
 Summary:A very fast open source browser based on WebKit core
 License:GPL-3.0+
@@ -159,8 +159,10 @@
 %{_libdir}/qupzilla/libAutoScroll.so
 %{_libdir}/qupzilla/libMouseGestures.so
 %{_libdir}/qupzilla/libGreaseMonkey.so
+%{_libdir}/qupzilla/libFlashCookieManager.so
 %{_libdir}/qupzilla/libPIM.so
 %{_libdir}/qupzilla/libStatusBarIcons.so
+%{_libdir}/qupzilla/libTabManager.so
 %{_datadir}/appdata/
 %{_datadir}/applications/qupzilla.desktop
 %{_datadir}/pixmaps/qupzilla.png

++ QupZilla-1.8.5.tar.xz - QupZilla-1.8.6.tar.xz ++
 121789 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-msgpack-python for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package python3-msgpack-python for 
openSUSE:Factory checked in at 2015-01-27 09:09:32

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


Package is python3-msgpack-python

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-msgpack-python/python3-msgpack-python.changes
2015-01-10 23:05:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-msgpack-python.new/python3-msgpack-python.changes
   2015-01-27 09:09:36.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan 25 17:19:18 UTC 2015 - a...@gmx.de
+
+- update to version 0.4.5:
+  * Fix test failure on pytest 2.3. (by @ktdreyer)
+  * Fix typos in ChangeLog. (Thanks to @dmick)
+  * Improve README.rst (by @msabramo)
+
+---

Old:

  msgpack-python-0.4.4.tar.gz

New:

  msgpack-python-0.4.5.tar.gz



Other differences:
--
++ python3-msgpack-python.spec ++
--- /var/tmp/diff_new_pack.6sDiNs/_old  2015-01-27 09:09:37.0 +0100
+++ /var/tmp/diff_new_pack.6sDiNs/_new  2015-01-27 09:09:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-msgpack-python
-Version:0.4.4
+Version:0.4.5
 Release:0
 Summary:MessagePack (de)serializer
 License:Apache-2.0

++ msgpack-python-0.4.4.tar.gz - msgpack-python-0.4.5.tar.gz ++
 13325 lines of diff (skipped)

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



commit yast2-ruby-bindings for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2015-01-27 12:36:19

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


Package is yast2-ruby-bindings

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2014-10-25 08:33:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2015-01-27 12:36:22.0 +0100
@@ -1,0 +2,12 @@
+Thu Jan 22 14:56:52 UTC 2015 - jreidin...@suse.com
+
+- enhance usability of Yast::Term class
+- 3.1.27
+
+---
+Thu Jan 22 11:46:58 UTC 2015 - an...@suse.com
+
+- Added some RSpec helpers to easy the development of tests
+- 3.1.26
+
+---

Old:

  yast2-ruby-bindings-3.1.25.tar.bz2

New:

  yast2-ruby-bindings-3.1.27.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.lXpJRL/_old  2015-01-27 12:36:22.0 +0100
+++ /var/tmp/diff_new_pack.lXpJRL/_new  2015-01-27 12:36:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ruby-bindings
 #
-# 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-ruby-bindings
-Version:3.1.25
+Version:3.1.27
 Release:0
 Url:https://github.com/yast/yast-ruby-bindings
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,12 +28,17 @@
 BuildRequires:  gcc-c++
 BuildRequires:  yast2-core-devel
 BuildRequires:  yast2-devtools = 3.1.10
-# libzypp-devel is missing .la requires
-BuildRequires:  ruby-devel
+%if 0%{suse_version} == 1310
+BuildRequires:  rubygem-fast_gettext
+BuildRequires:  rubygem-rspec
+Requires:   rubygem-fast_gettext
+%else
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
-Requires:   yast2-core = 2.24.0
 Requires:   rubygem(%{rb_default_ruby_abi}:fast_gettext)
+%endif
+BuildRequires:  ruby-devel
+Requires:   yast2-core = 2.24.0
 BuildRequires:  yast2-core-devel = 2.24.0
 Requires:   yast2-ycp-ui-bindings   = 2.21.9
 BuildRequires:  yast2-ycp-ui-bindings-devel = 2.21.9

++ yast2-ruby-bindings-3.1.25.tar.bz2 - yast2-ruby-bindings-3.1.27.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.25/.travis.yml 
new/yast2-ruby-bindings-3.1.27/.travis.yml
--- old/yast2-ruby-bindings-3.1.25/.travis.yml  2014-10-20 14:05:09.0 
+0200
+++ new/yast2-ruby-bindings-3.1.27/.travis.yml  2015-01-26 17:45:12.0 
+0100
@@ -2,14 +2,12 @@
 compiler:
 - gcc
 before_install:
-- curl 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key
 | sudo apt-key add -
-- echo deb 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./ 
| sudo tee -a /etc/apt/sources.list
-- sudo apt-get update -q
-- sudo apt-get install --no-install-recommends -y docbook-xsl xsltproc 
yast2-core-dev yast2-devtools libxcrypt-dev cmake yast2-ycp-ui-bindings-dev 
ruby2.1 ruby2.1-dev ruby-rspec ruby-fast-gettext
-- sudo apt-get --reinstall install language-pack-en language-pack-cs
 # disable rvm, use system Ruby
 - rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p docbook-xsl xsltproc yast2-core-dev 
yast2-devtools libxcrypt-dev cmake yast2-ycp-ui-bindings-dev ruby2.1 
ruby2.1-dev rake ruby-fast-gettext language-pack-en language-pack-cs -g 
yast-rake rspec:2.14.1
 script:
+- rake check:syntax
 # TODO FIXME: hack for Travis build, cmake includes 
/usr/include/ruby-2.1.0/x86_64-linux-gnu
 # instead of /usr/include/x86_64-linux-gnu/ruby-2.1.0
 - export CXXFLAGS=-I/usr/include/x86_64-linux-gnu/ruby-2.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.25/README.md 
new/yast2-ruby-bindings-3.1.27/README.md
--- old/yast2-ruby-bindings-3.1.25/README.md2014-10-20 14:05:09.0 
+0200
+++ new/yast2-ruby-bindings-3.1.27/README.md2015-01-26 17:45:12.0 
+0100
@@ -3,82 +3,88 @@
 Travis:  [![Build 

commit liblrdf for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package liblrdf for openSUSE:Factory checked 
in at 2015-01-27 12:36:08

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


Package is liblrdf

Changes:

--- /work/SRC/openSUSE:Factory/liblrdf/liblrdf.changes  2011-11-21 
15:46:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblrdf.new/liblrdf.changes 2015-01-27 
12:36:09.0 +0100
@@ -1,0 +2,11 @@
+Mon Jan 26 14:34:32 UTC 2015 - idon...@suse.com
+
+- Add baselibs.conf as source file
+- Run spec-cleaner
+
+---
+Wed Jan 21 10:20:43 UTC 2015 - o...@aepfle.de
+
+- BuildRequire libraptor-devel = 0.9.11
+
+---



Other differences:
--
++ liblrdf.spec ++
--- /var/tmp/diff_new_pack.5Z91ZA/_old  2015-01-27 12:36:10.0 +0100
+++ /var/tmp/diff_new_pack.5Z91ZA/_new  2015-01-27 12:36:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblrdf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   liblrdf
-BuildRequires:  ladspa-devel libraptor-devel libtool libxml2-devel pkgconfig
-Summary:A library to Manipulate RDF Files for LADSPA Plug-Ins
 Version:0.4.0
-Release:134
+Release:0
+Summary:A library to Manipulate RDF Files for LADSPA Plug-Ins
 License:GPL-2.0+
 Group:  System/Libraries
+Url:http://liblrdf.sf.net
 Source: %{name}-%{version}.tar.bz2
+Source99:   baselibs.conf
 Patch1: liblrdf-symbol-conflict.diff
 Patch2: raptor2-compat.diff
-Url:http://liblrdf.sf.net
+BuildRequires:  ladspa-devel
+BuildRequires:  libraptor-devel = 0.9.11
+BuildRequires:  libtool
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,16 +41,9 @@
 It can read RDF, XLM, and N3 files and export N3 files. Ot also has a
 light taxonomic inference capability.
 
-
-
-Authors:
-
-Steve Harris st...@plugin.org.uk
-
 %package -n liblrdf2
-License:GPL-2.0+
-Group:  System/Libraries
 Summary:A library to Manipulate RDF Files for LADSPA Plug-Ins
+Group:  System/Libraries
 Provides:   %{name} = %{version}
 Obsoletes:  %{name}  %{version}
 
@@ -58,51 +54,36 @@
 It can read RDF, XLM, and N3 files and export N3 files. Ot also has a
 light taxonomic inference capability.
 
-
-
-Authors:
-
-Steve Harris st...@plugin.org.uk
-
 %package devel
-License:GPL-2.0+
 Summary:Development package for the liblrdf library
 Group:  Development/Libraries/C and C++
-Requires:   liblrdf2 = %{version} libraptor-devel
+Requires:   liblrdf2 = %{version}
+Requires:   libraptor-devel
 
 %description devel
 This package contains the files needed to compile programs that use the
 liblrdf library.
 
-
-
-Authors:
-
-Steve Harris st...@plugin.org.uk
-
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p0
+%patch2
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=%{optflags}
 # Required because of patch2 that updates configure.ac
 ./autogen.sh
 %configure --disable-static --with-pic
-make
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 make -C examples distclean
 
 %post -n liblrdf2 -p /sbin/ldconfig
 
 %postun -n liblrdf2 -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -n liblrdf2
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README

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



commit libprelude for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package libprelude for openSUSE:Factory 
checked in at 2015-01-27 12:36:26

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


Package is libprelude

Changes:

--- /work/SRC/openSUSE:Factory/libprelude/libprelude.changes2013-07-09 
20:54:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libprelude.new/libprelude.changes   
2015-01-27 12:36:29.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 13:16:17 UTC 2015 - dims...@opensuse.org
+
+- Add libprelude-swig-3.0.patch: Fix build with swig 3.0.
+
+---

New:

  libprelude-swig-3.0.patch



Other differences:
--
++ libprelude.spec ++
--- /var/tmp/diff_new_pack.sL5Go0/_old  2015-01-27 12:36:30.0 +0100
+++ /var/tmp/diff_new_pack.sL5Go0/_new  2015-01-27 12:36:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libprelude
 #
-# 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
@@ -141,6 +141,8 @@
 Patch6: libprelude-ruby1.9.patch
 # PATCH-FIX-UPSTREAM libprelude-fsf-address.patch 
[https://dev.prelude-ids.com/issues/516]
 Patch7: libprelude-fsf-address.patch
+# PATCH-FIX-UPSTREAM libprelude-swig-3.0.patch -- Fix build with swig 3.0
+Patch8: libprelude-swig-3.0.patch
 
 %description
 Libprelude is a library that guarantees secure connections between all sensors
@@ -239,6 +241,7 @@
 %patch6 -p1
 %endif
 %patch7 -p1
+%patch8 -p1
 
 %build
 %configure--disable-static \

++ libprelude-swig-3.0.patch ++
Index: libprelude-1.0.1/bindings/lua/libpreludecpp-lua.i
===
--- libprelude-1.0.1.orig/bindings/lua/libpreludecpp-lua.i
+++ libprelude-1.0.1/bindings/lua/libpreludecpp-lua.i
@@ -21,12 +21,12 @@
 *
 */
 
-# Exception map
+/* Exception map */
 %typemap(throws) Prelude::PreludeError %{
 SWIG_exception(SWIG_RuntimeError, $1.what());
 %};
 
-# Lua overloading fixes
+/* Lua overloading fixes */
 %ignore IDMEFCriteria(std::string const );
 %ignore IDMEFValue(int8_t);
 %ignore IDMEFValue(uint8_t);
@@ -59,7 +59,7 @@
 %ignore Set(char const *, float);
 %ignore Set(char const *, std::string);
 
-# Conversion not allowed
+/* Conversion not allowed */
 %ignore *::operator =;
 
 %ignore *::operator int() const;
Index: libprelude-1.0.1/bindings/perl/libpreludecpp-perl.i
===
--- libprelude-1.0.1.orig/bindings/perl/libpreludecpp-perl.i
+++ libprelude-1.0.1/bindings/perl/libpreludecpp-perl.i
@@ -21,13 +21,13 @@
 *
 */
 
-# Exception map
+/* Exception map */
 %typemap(throws) Prelude::PreludeError %{
 SWIG_exception(SWIG_RuntimeError, $1.what());
 %};
 
 
-# Conversion not allowed
+/* Conversion not allowed */
 %ignore *::operator =;
 %ignore *::operator int() const;
 %ignore *::operator long() const;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit NetworkManager for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2015-01-27 12:36:13

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


Package is NetworkManager

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2015-01-10 23:06:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2015-01-27 12:36:15.0 +0100
@@ -1,0 +2,59 @@
+Sun Jan 25 23:35:54 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.9.10.1:
+  + Kernel 'cache' routes (such as those added by IPv6 operations)
+are ignored, preventing unwanted CPU usage.
+  + Vala bindings for libnm-glib async methods have been added.
+  + Some interactions with external OpenVPN daemon default routes
+have been fixed.
+  + Fixed usage of libnm-glib connectivity checking from
+garbage-collected languages.
+  + An unusual delay acquiring a DHCP lease with dhcpcd has been
+fixed.
+  + A libnm-glib crash has been fixed when multiple NMClients are
+created.
+  + A failure to pass certificate blobs to wpa_supplicant has been
+fixed.
+  + A failure to send the inner private key password to
+wpa_supplicant has been fixed.
+  + nmcli now returns earlier when activating master interfaces.
+  + nmtui password fields now correctly display the password.
+  + The IPv6 hop limit is no longer mistakenly set to 0 in some
+cases.
+  + Some DHCPv6 failures are no longer fatal.
+  + Handling of DHCP 'nak' and 'expire' states has been fixed in
+some cases.
+  + WiFi band locking has been fixed.
+  + Support for Bluetooth DUN with Bluez5 has returned.
+  + Non-local users can now control networking after
+authenticating with PolicyKit.
+  + Externally added routes no longer have their metrics
+overwritten.
+  + Some child interfaces (eg VPN or WWAN) are no longer
+deconfigured when recognized.
+  + Support for the PrimaryConnection D-Bus property has been
+backported.
+  + IPv6 RDNSS/DNSSL forced expiration is now handled properly.
+  + An invalid route to the DHCP server is no longer added in some
+configurations.
+  + A crash when external master/slave changes were made has been
+fixed.
+  + Various nmtui bugs for slaves, WiFi, and IP address buttons
+have been fixed.
+  + DHCP no longer fails due to SIGPIPE when the systemd journal
+is restarted.
+  + Unmanaged slaves are now updated correctly when they
+disappear.
+  + Cooperation with external team interfaces has been fixed.
+  + Bridge STP property ranges are now properly checked.
+  + Manager state is now properly updated on resume.
+  + Slave interfaces are no longer released on exit.
+  + Static IPv6 configuration is now added before SLAAC is
+started.
+  + Allow shared connections to be started without a carrier.
+  + A crash when disconnecting older Nokia phones has been fixed.
+- Drop patches incorporated upstream:
+  + 0001-core-don-t-auto-launch-logind-bgo-741572.patch.
+  + NetworkManager-dhcpv6.patch.
+
+---

Old:

  0001-core-don-t-auto-launch-logind-bgo-741572.patch
  NetworkManager-0.9.10.0.tar.xz
  NetworkManager-dhcpv6.patch

New:

  NetworkManager-0.9.10.1.tar.xz



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.1M9BW6/_old  2015-01-27 12:36:16.0 +0100
+++ /var/tmp/diff_new_pack.1M9BW6/_new  2015-01-27 12:36:16.0 +0100
@@ -22,7 +22,7 @@
 
 Name:   NetworkManager
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:0.9.10.0
+Version:0.9.10.1
 Release:0
 Summary:Network Link Manager and User Applications
 License:GPL-2.0+
@@ -42,10 +42,6 @@
 Patch5: nm-probe-radius-server-cert.patch
 # PATCH-FIX-OPENSUSE NetworkManager-geoclue-interaction.patch 
dims...@opensuse.org -- Allow the user srvGeoClue to query NetworkManager on 
the dbus
 Patch6: NetworkManager-geoclue-interaction.patch
-# PATCH-FIX-UPSTREAM 0001-core-don-t-auto-launch-logind-bgo-741572.patch 
boo#905639 bgo#741572 arvidj...@gmail.com -- Prevent logind autostart and 
deadlock on system boot
-Patch7: 0001-core-don-t-auto-launch-logind-bgo-741572.patch
-# PATCH-FIX-UPSTREAM NetworkManager-dhcpv6.patch boo#912315 
sfal...@opensuse.org -- dhcp: let dhclient handle requesting the 'server-id' 
option
-Patch8: NetworkManager-dhcpv6.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
@@ -199,8 +195,6 @@
 #patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
-%patch8 -p1
 
 

commit NetworkManager-openvpn for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2015-01-27 12:36:25

Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new (New)


Package is NetworkManager-openvpn

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2014-07-24 00:21:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new/NetworkManager-openvpn.changes
   2015-01-27 12:36:26.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 23 18:54:37 UTC 2015 - tampak...@opensuse.org
+
+- Make NetworkManager-openvpn-frontend a recommended dependency, as
+  it can work fine on systems without any DE installed.
+
+---



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.g4Yrnj/_old  2015-01-27 12:36:27.0 +0100
+++ /var/tmp/diff_new_pack.g4Yrnj/_new  2015-01-27 12:36:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-openvpn
 #
-# 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
@@ -38,7 +38,7 @@
 BuildRequires:  pkgconfig(libnm-gtk) = 0.9.9.0
 BuildRequires:  pkgconfig(libnm-util) = 0.9.8
 BuildRequires:  pkgconfig(libsecret-unstable)
-Requires:   %{name}-frontend
+Recommends: %{name}-frontend
 Requires:   NetworkManager = 0.9.8
 Requires:   openvpn
 Recommends: %{name}-lang


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



commit os-prober for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package os-prober for openSUSE:Factory 
checked in at 2015-01-27 12:35:25

Comparing /work/SRC/openSUSE:Factory/os-prober (Old)
 and  /work/SRC/openSUSE:Factory/.os-prober.new (New)


Package is os-prober

Changes:

--- /work/SRC/openSUSE:Factory/os-prober/os-prober.changes  2014-12-21 
12:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.os-prober.new/os-prober.changes 2015-01-27 
12:35:27.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 26 09:35:55 UTC 2015 - mch...@suse.com
+
+- add os-prober-grep-for-windows-bcd-file.patch
+  * fix os-prober misinterprets Windows 8 to be Vista (bsc#910654)
+
+---

New:

  os-prober-grep-for-windows-bcd-file.patch



Other differences:
--
++ os-prober.spec ++
--- /var/tmp/diff_new_pack.F4wR25/_old  2015-01-27 12:35:28.0 +0100
+++ /var/tmp/diff_new_pack.F4wR25/_new  2015-01-27 12:35:28.0 +0100
@@ -54,6 +54,8 @@
 Patch14:os-prober-skip-part-on-multipath.patch
 # PATCH-FIX-SLE: fix os-prober: dmraid is called without a device list for 
every partition (bnc#883453)
 Patch15:os-prober-call-dmraid-once.patch
+# PATCH-FIX-OPENSUSE: fix os-prober misinterprets Windows 8 to be Vista 
(bsc#910654)
+Patch16:os-prober-grep-for-windows-bcd-file.patch
 Requires:   /bin/grep
 Requires:   /bin/sed
 Requires:   /sbin/modprobe
@@ -90,6 +92,7 @@
 %patch13 -p1
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 find . -name \*.orig -delete
 
 %build

++ os-prober-grep-for-windows-bcd-file.patch ++
Index: os-prober/os-probes/mounted/x86/20microsoft
===
--- os-prober.orig/os-probes/mounted/x86/20microsoft
+++ os-prober/os-probes/mounted/x86/20microsoft
@@ -31,19 +31,19 @@ if item_in_dir -q bootmgr $2; then
for boot in $(item_in_dir boot $2); do
bcd=$(item_in_dir bcd $2/$boot)
if [ -n $bcd ]; then
-   if grep -qs W.i.n.d.o.w.s. .8 $2/$boot/$bcd; then
+   if grep -qs --text W.i.n.d.o.w.s. .8 $2/$boot/$bcd; 
then
long=Windows 8 (loader)
-   elif grep -qs W.i.n.d.o.w.s. .7 $2/$boot/$bcd; then
+   elif grep -qs --text W.i.n.d.o.w.s. .7 
$2/$boot/$bcd; then
long=Windows 7 (loader)
-   elif grep -qs W.i.n.d.o.w.s. .V.i.s.t.a 
$2/$boot/$bcd; then
+   elif grep -qs --text W.i.n.d.o.w.s. .V.i.s.t.a 
$2/$boot/$bcd; then
long=Windows Vista (loader)
-   elif grep -qs W.i.n.d.o.w.s. .S.e.r.v.e.r. .2.0.0.8. 
.R.2. $2/$boot/$bcd; then
+   elif grep -qs --text W.i.n.d.o.w.s. .S.e.r.v.e.r. 
.2.0.0.8. .R.2. $2/$boot/$bcd; then
long=Windows Server 2008 R2 (loader)
-   elif grep -qs W.i.n.d.o.w.s. .S.e.r.v.e.r. .2.0.0.8. 
$2/$boot/$bcd; then
+   elif grep -qs --text W.i.n.d.o.w.s. .S.e.r.v.e.r. 
.2.0.0.8. $2/$boot/$bcd; then
long=Windows Server 2008 (loader)
-   elif grep -qs W.i.n.d.o.w.s. .R.e.c.o.v.e.r.y. 
.E.n.v.i.r.o.n.m.e.n.t $2/$boot/$bcd; then
+   elif grep -qs --text W.i.n.d.o.w.s. .R.e.c.o.v.e.r.y. 
.E.n.v.i.r.o.n.m.e.n.t $2/$boot/$bcd; then
long=Windows Recovery Environment (loader)
-   elif grep -qs W.i.n.d.o.w.s. .S.e.t.u.p 
$2/$boot/$bcd; then
+   elif grep -qs --text W.i.n.d.o.w.s. .S.e.t.u.p 
$2/$boot/$bcd; then
long=Windows Recovery Environment (loader)
else
long=Windows Vista (loader)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-music for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package gnome-music for openSUSE:Factory 
checked in at 2015-01-27 12:35:31

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


Package is gnome-music

Changes:

--- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes  2014-11-18 
22:48:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-music.new/gnome-music.changes 
2015-01-27 12:35:34.0 +0100
@@ -1,0 +2,14 @@
+Mon Jan 26 10:57:32 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3.1:
+  + Fixed an important bug on startup.
+  + Tags in search entries are now visible.
+  + Bugs fixed: bgo#743484.
+  + Updated translations.
+- Changes from version 3.14.3:
+  + Bugs fixed: bgo#740330, bgo#740524, bgo#731639, bgo#729459,
+bgo#740490, bgo#731613, bgo#726459, bgo#733686, bgo#742123,
+bgo#743042, bgo#729376.
+  + Updated translations.
+
+---

Old:

  gnome-music-3.14.2.tar.xz

New:

  gnome-music-3.14.3.1.tar.xz



Other differences:
--
++ gnome-music.spec ++
--- /var/tmp/diff_new_pack.ZJUmEV/_old  2015-01-27 12:35:35.0 +0100
+++ /var/tmp/diff_new_pack.ZJUmEV/_new  2015-01-27 12:35:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-music
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-music
-Version:3.14.2
+Version:3.14.3.1
 Release:0
 Summary:Music Player for GNOME
 License:SUSE-GPL-2.0-with-plugin-exception and LGPL-2.1+

++ gnome-music-3.14.2.tar.xz - gnome-music-3.14.3.1.tar.xz ++
 2183 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-music-3.14.2/AUTHORS new/gnome-music-3.14.3.1/AUTHORS
--- old/gnome-music-3.14.2/AUTHORS  2014-11-12 21:58:05.0 +0100
+++ new/gnome-music-3.14.3.1/AUTHORS2015-01-26 11:37:21.0 +0100
@@ -61,6 +61,7 @@
 Daniel Mustieles dnaiel.mustie...@gmail.com
 Daniel Șerbănescu cyber19ri...@gmail.com
 Daniel Șerbănescu daniel [at] serbanescu [dot] dk
+Daniel Șerbănescu dan...@serbanescu.dk
 Dawid Loubser dawid.loub...@ibi.co.za
 Dimitris Spingos dmtr...@gmail.com
 Dirgita dirgitadev...@yahoo.co.id
@@ -131,11 +132,13 @@
 ngoswami ngosw...@redhat.com
 Nilamdyuti Goswami ngosw...@redhat.com
 Olav Vitters o...@vitters.nl
+Pacho Ramos pachoram...@gmail.com
 Patrik Novotný patrik.novo...@gmx.com
 Pau Iranzo pau...@gmail.com
 Paul martin codemob...@gmail.com
 Pawan Chitrakar chaut...@gmail.com
 Paweł Żołnowski pa...@zolnowski.name
+Pedro Albuquerque palbuquerqu...@gmail.com
 Piotr Drąg piotrd...@gmail.com
 Praveen Illa mail2...@gmail.com
 Priit Laes pl...@plaes.org
@@ -146,6 +149,7 @@
 Rowan Lewis m...@rowanlewis.com
 royaniva royan...@outlook.com
 Rūdolfs Mazurs rudol...@src.gnome.org
+Sagar Ghuge ghuge...@gmail.com
 Sai Suman Prayaga suman.sa...@gmail.com
 Sai suman.sa...@gmail.com
 Seán de Búrca leftmost...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gnome-music-3.14.2/NEWS new/gnome-music-3.14.3.1/NEWS
--- old/gnome-music-3.14.2/NEWS 2014-11-12 21:53:11.0 +0100
+++ new/gnome-music-3.14.3.1/NEWS   2015-01-26 11:36:27.0 +0100
@@ -1,3 +1,32 @@
+Overview of changes in 3.14.3.1
+=
+
+* Fixed an important bug on startup
+* Tags in search entries are now visible
+
+* Bugs fixed:
+ 743484 gnome-music-3.14.3 doesn't detect music directory properly
+
+* Updated translations and help files
+
+Overview of changes in 3.14.3
+=
+
+* Bugs fixed:
+ 740330 Album view - music icons are badly rendered
+ 740524 Missing license headers in playlists.py and searchbar.py
+ 731639 The pictures have different proportions, influencing the effect of 
alignment
+ 729459 under Artists, tracks in the same album are very far apart from each 
other
+ 740490 Music 

commit libdvdnav for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package libdvdnav for openSUSE:Factory 
checked in at 2015-01-27 12:35:55

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


Package is libdvdnav

Changes:

--- /work/SRC/openSUSE:Factory/libdvdnav/libdvdnav.changes  2014-12-21 
12:00:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvdnav.new/libdvdnav.changes 2015-01-27 
12:35:57.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 26 12:24:34 UTC 2015 - joerg.loren...@ki.tng.de
+
+- Update to version 5.0.2:
+  + fixed 2 wrong asserts (lp#1236939, lp#570790)
+  + fixed 2 crashes (in dvdnav_get_position and dvdnav_get_position
+   _in_title)
+
+---

Old:

  libdvdnav-5.0.1.tar.bz2

New:

  libdvdnav-5.0.2.tar.bz2



Other differences:
--
++ libdvdnav.spec ++
--- /var/tmp/diff_new_pack.ETYUMH/_old  2015-01-27 12:35:58.0 +0100
+++ /var/tmp/diff_new_pack.ETYUMH/_new  2015-01-27 12:35:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvdnav
 #
-# 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
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Other
 Url:http://www.mplayerhq.hu/
-Version:5.0.1
+Version:5.0.2
 Release:0
 Source0:
http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
 Source1000: baselibs.conf

++ libdvdnav-5.0.1.tar.bz2 - libdvdnav-5.0.2.tar.bz2 ++
 19598 lines of diff (skipped)

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



commit libgpod for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package libgpod for openSUSE:Factory checked 
in at 2015-01-27 12:36:02

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


Package is libgpod

Changes:

--- /work/SRC/openSUSE:Factory/libgpod/libgpod.changes  2013-12-23 
22:16:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgpod.new/libgpod.changes 2015-01-27 
12:36:04.0 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 14:06:45 UTC 2015 - dims...@opensuse.org
+
+- Add libgpod-swig-3.0.patch: Fix build with SWIG 3.0.
+
+---

New:

  libgpod-swig-3.0.patch



Other differences:
--
++ libgpod.spec ++
--- /var/tmp/diff_new_pack.ZaH7y4/_old  2015-01-27 12:36:05.0 +0100
+++ /var/tmp/diff_new_pack.ZaH7y4/_new  2015-01-27 12:36:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgpod
 #
-# 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
@@ -29,6 +29,7 @@
 Group:  System/Libraries
 Source: 
http://downloads.sourceforge.net/project/gtkpod/libgpod/libgpod-0.8/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch0: libgpod-swig-3.0.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
@@ -142,6 +143,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-silent-rules \

++ libgpod-swig-3.0.patch ++
Index: libgpod-0.8.3/bindings/python/gpod.i.in
===
--- libgpod-0.8.3.orig/bindings/python/gpod.i.in
+++ libgpod-0.8.3/bindings/python/gpod.i.in
@@ -298,9 +298,10 @@ PyObject* sw_get_photo(GList *list, gint
 %include gpod_doc.i
 %include @top_builddir@/config.h
 
-# be nicer to decode these utf8 strings into Unicode objects in the C
-# layer. Here we are leaving it to the Python side, and just giving
-# them utf8 encoded Strings.
+/* be nicer to decode these utf8 strings into Unicode objects in the C
+ * layer. Here we are leaving it to the Python side, and just giving
+ * them utf8 encoded Strings.
+ */
 typedef char gchar;
 
 %typemap(in) time_t {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit PackageKit for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2015-01-27 12:35:42

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


Package is PackageKit

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2014-12-19 
09:38:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2015-01-27 12:35:45.0 +0100
@@ -1,0 +2,28 @@
+Sat Jan 24 21:33:05 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.4:
+  + New Features:
+- Add 'quit' command to pkcon.
+- Add the install and remove commands to the packagekit-direct
+  test tool
+  + Libraries: Add PK_INFO_ENUM_UNAVAILABLE.
+  + Bugfixes:
+- Actually inhibit logind when the transaction can't be
+  cancelled.
+- Allow pk_backend_job_set_allow_cancel() after ErrorCode has
+  been set/
+- Do not attempt to run command-not-found for anything prefixed
+  with '.'.
+- Don't use PkBackendSpawn helpers in compiled backends.
+- Fix a hard-to-debug crash when cancelling a task that has
+  never been run.
+- Make pk_backend_job_call_vfunc() threadsafe.
+- Make pk_backend_repo_list_changed() threadsafe.
+- Make the network detection code simpler.
+- Really remove the timer GSource when quitting the daemon.
+- Recreate the download location if it does not already exist.
+  + Backend enhancements/fixes: alpm, aptcc, dummy, hif and urpmi.
+- PK is newly published with a digital signature: add .keyring and
+  .asc file to sources.
+
+---

Old:

  PackageKit-1.0.3.tar.xz

New:

  PackageKit-1.0.4.tar.xz
  PackageKit-1.0.4.tar.xz.asc
  PackageKit.keyring



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.b5gBSN/_old  2015-01-27 12:35:46.0 +0100
+++ /var/tmp/diff_new_pack.b5gBSN/_new  2015-01-27 12:35:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit
 #
-# 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
@@ -21,15 +21,16 @@
 %define with_offline_updates 1
 
 Name:   PackageKit
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Simple software installation management software
 License:GPL-2.0+
 Group:  System/Daemons
 Url:http://packagekit.org/
-# We currently have a locally created dist file.. 0.9.6 won't ever be released
-Source: 
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
+Source0:
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
+Source1:
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz.asc
 Source2:baselibs.conf
+Source99:   PackageKit.keyring
 # PATCH-FEATURE-OPENSUSE 
0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch 
vu...@opensuse.org -- Change the configuration of the cron script to a 
sysconfig-like config
 Patch1: 0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch
 # PATCH-FIX-UPSTREAM PackageKit-dbus-location.patch bnc#829944 
dims...@opensuse.org -- Look for dbus socket in /run instead of /var/run. Sent 
to upstream.

++ PackageKit-1.0.3.tar.xz - PackageKit-1.0.4.tar.xz ++
 23774 lines of diff (skipped)

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



commit harfbuzz for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2015-01-27 12:35:37

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


Package is harfbuzz

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2014-11-26 
22:57:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2015-01-27 
12:35:39.0 +0100
@@ -1,0 +2,24 @@
+Sun Jan 25 08:33:49 UTC 2015 - vu...@opensuse.org
+
+- Update to version 0.9.38:
+  + Fix minor out-of-bounds access in Indic shaper.
+  + Change New Tai Lue shaping engine from South-East Asian to
+default, reflecting change in Unicode encoding model.
+  + Add hb-shape --font-size.  Can take up to two numbers for
+separate x / y size.
+  + Fix CoreText and FreeType scale issues with negative scales.
+  + Reject blobs larger than 2GB. This might break some icu-le-hb
+clients that need security fixes. See:
+http://www.icu-project.org/trac/ticket/11450
+  + Avoid accessing font tables during face destruction, in case
+rogue clients released face data already.
+  + Fix up gobject-introspection a bit.
+  + Misc fixes.
+  + API additions:
+hb_ft_face_create_referenced()
+hb_ft_font_create_referenced()
+- Changes from version 0.9.37:
+  + Fix out-of-bounds access in Context lookup format 3.
+  + Indic: Allow ZWJ/ZWNJ before syllable modifiers.
+
+---

Old:

  harfbuzz-0.9.36.tar.bz2

New:

  harfbuzz-0.9.38.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.SLxL9K/_old  2015-01-27 12:35:40.0 +0100
+++ /var/tmp/diff_new_pack.SLxL9K/_new  2015-01-27 12:35:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package harfbuzz
 #
-# 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:   harfbuzz
-Version:0.9.36
+Version:0.9.38
 Release:0
 Summary:An OpenType text shaping engine
 License:MIT
@@ -28,7 +28,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo) = 1.8.0
 BuildRequires:  pkgconfig(cairo-ft)
-BuildRequires:  pkgconfig(freetype2) = 2.3.8
+BuildRequires:  pkgconfig(freetype2) = 12.0.6
 BuildRequires:  pkgconfig(glib-2.0) = 2.16
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(graphite2)

++ harfbuzz-0.9.36.tar.bz2 - harfbuzz-0.9.38.tar.bz2 ++
 9460 lines of diff (skipped)

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



commit openconnect for openSUSE:Factory

2015-01-27 Thread h_root
Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2015-01-27 12:35:49

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


Package is openconnect

Changes:

--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2015-01-20 
12:26:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes 
2015-01-27 12:35:51.0 +0100
@@ -1,0 +2,10 @@
+Mon Jan 26 13:22:04 UTC 2015 - idon...@suse.com
+
+- Update to Version 7.04
+  * Change default behaviour to enable only stateless compression.
+  * Add --compression argument and openconnect_set_compression_mode().
+  * Add support for LZS compression
+  * Add support for LZ4 compression
+- Add liblz4-devel dependency for LZ4 compression support.
+
+---

Old:

  openconnect-7.03.tar.gz

New:

  openconnect-7.04.tar.gz



Other differences:
--
++ openconnect.spec ++
--- /var/tmp/diff_new_pack.UIQE75/_old  2015-01-27 12:35:52.0 +0100
+++ /var/tmp/diff_new_pack.UIQE75/_new  2015-01-27 12:35:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openconnect
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   openconnect
-Version:7.03
+Version:7.04
 Release:0
 Summary:Open client for Cisco AnyConnect VPN
 License:LGPL-2.1+
@@ -25,6 +25,7 @@
 Url:http://www.infradead.org/openconnect.html
 Source0:ftp://ftp.infradead.org/pub/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  libgnutls-devel
+BuildRequires:  liblz4-devel
 BuildRequires:  libproxy-devel
 BuildRequires:  libtomcrypt-devel
 BuildRequires:  pkg-config

++ openconnect-7.03.tar.gz - openconnect-7.04.tar.gz ++
 50785 lines of diff (skipped)

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