commit python3-pytest-cov for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2015-01-03 22:00:57

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


Package is python3-pytest-cov

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2014-07-31 21:51:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2015-01-03 22:01:02.0 +0100
@@ -1,0 +2,21 @@
+Wed Dec 31 20:05:58 UTC 2014 - a...@gmx.de
+
+- specfile: updated url
+
+- update to version 1.8.1:
+  * do not run `assert True` in tests
+  * run tests with pypy3
+  * use tryfirst marker in load_initial_conftests
+  * pin coverage dependency
+  * naming convention in coverage changed at version 4.0a0
+
+- changes from version 1.8.0:
+  * add support to disable output
+  * increase required dependencies
+  * run coverage manually if test is in a new process
+  * prevent error if --looponfail is set
+  * set py dependency to 1.4.21 or greater
+  * Added test for --boxed.
+  * Set cov-core dependency to 1.13.0
+
+---

Old:

  pytest-cov-1.7.0.tar.gz

New:

  pytest-cov-1.8.1.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.kgxCWP/_old  2015-01-03 22:01:03.0 +0100
+++ /var/tmp/diff_new_pack.kgxCWP/_new  2015-01-03 22:01:03.0 +0100
@@ -13,25 +13,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-pytest-cov
-Version:1.7.0
+Version:1.8.1
 Release:0
-License:MIT
 Summary:Pytest plugin for coverage reporting
-Url:http://bitbucket.org/memedough/pytest-cov/overview
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/schlamar/pytest-cov
 Source: 
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-cov-core = 1.12
+BuildRequires:  python3-devel
 BuildRequires:  python3-pytest = 2.2.3
+BuildRequires:  python3-setuptools
 # Test requirements:
 BuildRequires:  python3-py
 BuildRequires:  python3-virtualenv
-Requires:   python3-pytest = 2.2.3
 Requires:   python3-cov-core = 1.12
+Requires:   python3-pytest = 2.2.3
 BuildArch:  noarch
 
 %description

++ pytest-cov-1.7.0.tar.gz - pytest-cov-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/PKG-INFO 
new/pytest-cov-1.8.1/PKG-INFO
--- old/pytest-cov-1.7.0/PKG-INFO   2014-06-12 20:24:03.0 +0200
+++ new/pytest-cov-1.8.1/PKG-INFO   2014-11-06 22:40:33.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-cov
-Version: 1.7.0
+Version: 1.8.1
 Summary: py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing
 Home-page: https://github.com/schlamar/pytest-cov
 Author: Marc Schlaich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/pytest_cov.egg-info/PKG-INFO 
new/pytest-cov-1.8.1/pytest_cov.egg-info/PKG-INFO
--- old/pytest-cov-1.7.0/pytest_cov.egg-info/PKG-INFO   2014-06-12 
20:24:03.0 +0200
+++ new/pytest-cov-1.8.1/pytest_cov.egg-info/PKG-INFO   2014-11-06 
22:40:33.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-cov
-Version: 1.7.0
+Version: 1.8.1
 Summary: py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing
 Home-page: https://github.com/schlamar/pytest-cov
 Author: Marc Schlaich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/pytest_cov.egg-info/requires.txt 
new/pytest-cov-1.8.1/pytest_cov.egg-info/requires.txt
--- old/pytest-cov-1.7.0/pytest_cov.egg-info/requires.txt   2014-06-12 
20:24:03.0 +0200
+++ new/pytest-cov-1.8.1/pytest_cov.egg-info/requires.txt   2014-11-06 
22:40:33.0 +0100
@@ -1,2 +1,4 @@
-pytest=2.5.2
-cov-core=1.12
\ No newline at end of file
+py=1.4.22
+pytest=2.6.0
+coverage=3.7.1,4.0a1
+cov-core=1.14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/pytest_cov.py 
new/pytest-cov-1.8.1/pytest_cov.py
--- old/pytest-cov-1.7.0/pytest_cov.py  2014-04-26 

commit python3-pytest for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest for openSUSE:Factory 
checked in at 2015-01-03 22:00:59

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


Package is python3-pytest

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest/python3-pytest.changes
2014-11-18 22:45:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pytest.new/python3-pytest.changes   
2015-01-03 22:01:03.0 +0100
@@ -1,0 +2,17 @@
+Wed Dec 31 20:03:54 UTC 2014 - a...@gmx.de
+
+- update to version 2.6.4:
+  * Improve assertion failure reporting on iterables, by using ndiff and
+pprint.
+  * removed outdated japanese docs from source tree.
+  * docs for pytest_addhooks hook.  Thanks Bruno Oliveira.
+  * updated plugin index docs.  Thanks Bruno Oliveira.
+  * fix issue557: with -k we only allow the old style - for negation
+at the beginning of strings and even that is deprecated.  Use not 
instead.
+This should allow to pick parametrized tests where - appeared in the 
parameter.
+  * fix issue604: Escape % character in the assertion message.
+  * fix issue620: add explanation in the --genscript target about what
+the binary blob means. Thanks Dinu Gherman.
+  * fix issue614: fixed pastebin support.
+
+---

Old:

  pytest-2.6.3.tar.gz

New:

  pytest-2.6.4.tar.gz



Other differences:
--
++ python3-pytest.spec ++
--- /var/tmp/diff_new_pack.XbhrDE/_old  2015-01-03 22:01:04.0 +0100
+++ /var/tmp/diff_new_pack.XbhrDE/_new  2015-01-03 22:01:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytest
-Version:2.6.3
+Version:2.6.4
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT

++ pytest-2.6.3.tar.gz - pytest-2.6.4.tar.gz ++
 13511 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-astroid for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-astroid for openSUSE:Factory 
checked in at 2015-01-03 22:01:04

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


Package is python3-astroid

Changes:

--- /work/SRC/openSUSE:Factory/python3-astroid/python3-astroid.changes  
2014-07-11 06:46:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-astroid.new/python3-astroid.changes 
2015-01-03 22:01:09.0 +0100
@@ -1,0 +2,92 @@
+Wed Dec 31 20:34:06 UTC 2014 - a...@gmx.de
+
+- specfile:
+  * added setuptools requirement
+
+- update to version 1.3.2:
+  * Fixed a crash with invalid subscript index.
+  * Implement proper base class semantics for Python 3, where
+every class derives from object.
+  * Allow more fine-grained control over C extension loading
+in the manager.
+
+- changes from version 1.3.1:
+  * Fixed a crash issue with the pytest brain module.
+
+- changes from version 1.3.0:
+  * Fix a maximum recursion error occured during the inference,
+where statements with the same name weren't filtered properly.
+Closes pylint issue #295.
+  * Check that EmptyNode has an underlying object in
+EmptyNode.has_underlying_object.
+  * Simplify the understanding of enum members.
+  * Fix an infinite loop with decorator call chain inference,
+where the decorator returns itself. Closes issue #50.
+  * Various speed improvements. Patch by Alex Munroe.
+  * Add pytest brain plugin. Patch by Robbie Coomber.
+  * Support for Python versions  2.7 has been dropped, and the
+source has been made compatible with Python 2 and 3. Running
+2to3 on installation for Python 3 is not needed anymore.
+  * astroid now depends on six.
+  * modutils._module_file opens __init__.py in binary mode.
+Closes issues #51 and #13.
+  * Only C extensions from trusted sources (the standard library)
+are loaded into the examining Python process to build an AST
+from the live module.
+  * Path names on case-insensitive filesystems are now properly
+handled. This fixes the stdlib detection code on Windows.
+  * Metaclass-generating functions like six.with_metaclass
+are now supported via some explicit detection code.
+  * astroid.register_module_extender has been added to generalize
+the support for module extenders as used by many brain plugins.
+  * brain plugins can now register hooks to handle failed imports,
+as done by the gobject-introspection plugin.
+  * The modules have been moved to a separate package directory,
+`setup.py develop` now works correctly.
+
+- changes from version 1.2.1:
+  * Fix a crash occurred when inferring decorator call chain.
+Closes issue #42.
+  * Set the parent of vararg and kwarg nodes when inferring them.
+Closes issue #43.
+  * namedtuple inference knows about '_fields' attribute.
+  * enum members knows about the methods from the enum class.
+  * Name inference will lookup in the parent function
+of the current scope, in case searching in the current scope
+fails.
+  * Inference of the functional form of the enums takes into
+consideration the various inputs that enums accepts.
+  * The inference engine handles binary operations (add, mul etc.)
+between instances.
+  * Fix an infinite loop in the inference, by returning a copy
+of instance attributes, when calling 'instance_attr'.
+Closes issue #34 (patch by Emile Anclin).
+  * Don't crash when trying to infer unbound object.__new__ call.
+Closes issue #11.
+
+- changes from version   1.2.0:
+  * Function nodes can detect decorator call chain and see if they are
+decorated with builtin descriptors (`classmethod` and `staticmethod`).
+  * infer_call_result called on a subtype of the builtin type will now
+return a new `Class` rather than an `Instance`.
+  * `Class.metaclass()` now handles module-level __metaclass__ declaration
+ on python 2, and no longer looks at the __metaclass__ class attribute on
+ python 3.
+  * Function nodes can detect if they are decorated with subclasses
+of builtin descriptors when determining their type
+(`classmethod` and `staticmethod`).
+  * Add `slots` method to `Class` nodes, for retrieving
+the list of valid slots it defines.
+  * Expose function annotation to astroid: `Arguments` node
+exposes 'varargannotation', 'kwargannotation' and 'annotations'
+attributes, while `Function` node has the 'returns' attribute.
+  * Backported most of the logilab.common.modutils module there, as
+most things there are for pylint/astroid only and we want to be
+able to fix them without requiring a new logilab.common release
+  * Fix names grabed using wildcard import in absolute import mode
+(ie with absolute_import activated from the 

commit freetds for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package freetds for openSUSE:Factory checked 
in at 2015-01-03 22:02:11

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


Package is freetds

Changes:

--- /work/SRC/openSUSE:Factory/freetds/freetds.changes  2012-02-10 
17:13:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-01-03 
22:02:13.0 +0100
@@ -1,0 +2,13 @@
+Sat Dec  6 09:15:17 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 0.91.103
+* fix memleak when using REALM option in freetds.conf
+* ODBC driver did not return parameters as rows
+- freetds-devel had a dangling symlink due to lack of Require on
+  libtdsodbc0
+- Shlib packaging guideline: put libct and libsybdb in separate
+  subpackages.
+- Improve description for the different API libraries.
+- Do not ignore output from odbcinst or ldconfig.
+
+---

Old:

  freetds-0.91.tar.bz2

New:

  freetds-0.91.103.tar.gz



Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.ZmLwoB/_old  2015-01-03 22:02:14.0 +0100
+++ /var/tmp/diff_new_pack.ZmLwoB/_new  2015-01-03 22:02:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetds
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,69 +17,95 @@
 
 
 Name:   freetds
-Version:0.91
+Version:0.91.103
 Release:0
-%define dirver  0.91
-%define filever 0.91
-Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
+Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
 Group:  Productivity/Databases/Clients
-Url:http://www.freetds.org/
-Source: %{name}-%{filever}.tar.bz2
+Url:http://freetds.org/
+
+#Git-Web:  https://gitorious.org/freetds
+#Git-Clone:git://gitorious.org/freetds/freetds
+Source: ftp://ftp.freetds.org/pub/freetds/stable/%name-%version.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  unixODBC
 BuildRequires:  unixODBC-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %if 0%{?suse_version}
 Requires:   glibc-locale
 %endif
 
 %description
-FreeTDS is a project to document and implement the TDS (Tabular DataStream)
+FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
 protocol. TDS is used by Sybase and Microsoft for client to database server
 communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
 and ODBC.
 
-%package -n libfreetds
-Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
+%package config
+Summary:A free re-implementation of the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+
-Group:  System/Libraries
+Group:  Productivity/Databases/Clients
+Obsoletes:  libfreetds
 Provides:   %{name} = %{version}
+Provides:   libfreetds
 Obsoletes:  %{name}  %{version}
 
-%description -n libfreetds
-FreeTDS is a project to document and implement the TDS (Tabular DataStream)
+%description config
+FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
 protocol. TDS is used by Sybase and Microsoft for client to database server
-communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
-and ODBC.
+communications.
+
+This subpackage contains default configuration files and documentation for
+them.
 
 %package   tools
-Summary:Applications for working with the TDS (Tabular DataStream) 
protocol
+Summary:Applications for working with the TDS (Tabular Data Stream) 
protocol
 License:LGPL-2.1+ and GPL-2.0+
-Group:  Development/Libraries/C and C++
-Requires:   libfreetds = %version
+Group:  Productivity/Databases/Clients
 
 %description tools
-FreeTDS is a project to document and implement the TDS (Tabular DataStream)
+FreeTDS is a project to document and implement the TDS (Tabular Data Stream)
 protocol. TDS is used by Sybase and Microsoft for client to database server
 communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib,
 and ODBC.
 
-This package provides application to allow users to make use of the protocol
+This package provides application to allow users to make use of the protocol.
 
 %package   devel
 

commit apache2 for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-01-03 22:02:13

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


Package is apache2

Changes:

--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2014-12-30 
00:49:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes 2015-01-03 
22:02:16.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 29 15:12:51 UTC 2014 - pgaj...@suse.com
+
+- fix IfModule directive around SSLSessionCache [bnc#842377c#11]
+
+---



Other differences:
--

++ apache2-ssl-global.conf ++
--- /var/tmp/diff_new_pack.C0knxR/_old  2015-01-03 22:02:18.0 +0100
+++ /var/tmp/diff_new_pack.C0knxR/_new  2015-01-03 22:02:18.0 +0100
@@ -42,11 +42,11 @@
#   Note that on most platforms shared memory segments are not allowed 
to be on 
#   network-mounted drives, so in that case you need to use the dbm 
method.
#SSLSessionCachenone
-   #IfModule socache_dbm
+   #IfModule mod_socache_dbm.c
#SSLSessionCache dbm:/var/lib/apache2/ssl_scache
#/IfModule
 
-IfModule socache_shmcb
+IfModule mod_socache_shmcb.c
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
 /IfModule
 



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



commit libatomic_ops for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package libatomic_ops for openSUSE:Factory 
checked in at 2015-01-03 22:00:43

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


Package is libatomic_ops

Changes:

--- /work/SRC/openSUSE:Factory/libatomic_ops/libatomic_ops.changes  
2014-05-17 06:43:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libatomic_ops.new/libatomic_ops.changes 
2015-01-03 22:00:47.0 +0100
@@ -1,0 +2,55 @@
+Mon Jul 21 08:44:50 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 7.4.2
+* Add and/or/xor entries to list_atomic (tests).
+* Add char/short/int/AO_double_t and dd_acquire cases to list_atomic (tests).
+* Add double_store pthread-based implementation and tests.
+* Add generalized CAS primitives of char/short/int size.
+* Add generalized atomic and/or/xor operations for char/short/int types.
+* Add generalized fetch_and_add_acquire/release (for ARMv6+).
+* Add generic implementation of double_load primitives.
+* Add load/store primitives generalization based on CAS.
+* Add lock-based implementation of char/short/int_fetch_compare_and_swap.
+* Add missing double_compare_and_swap to generalization.
+* Add missing generalization of no-barrier CAS in template.
+* Always use 'mfence' for nop_full if target CPU supports SSE2 (gcc/x86).
+* Cast away volatile on dereference in CAS-based generalization primitives.
+* Define AO_int_X operations for ARM and avr32.
+* Define double-wide ordered loads/stores for x86.
+* Define int_and/or/xor primitives in ao_t_is_int header.
+* Define nop_full as compiler barrier for pre-ARMv6 single-core case.
+* Do not include standard_ao_double_t.h where double-CAS is unimplemented.
+* Do not report absence of meaningless nop, load and store in test_atomic.
+* Eliminate 'missing initializer' warning for AO_stack_t value initializer.
+* Eliminate arithmetic shifts in double-CAS (gcc/arm, msftc/x86).
+* Enable generalization of all variants of CAS via fetch_compare_and_swap.
+* Implement and/or/xor, AO_double_load for ARM.
+* Implement atomic store using direct write by default on ARMv6+.
+* Implement char/short/int-wide primitives using GCC built-in atomic/sync.
+* Implement char/short_fetch_and_add, char/short_load for ARMv6+ (GCC).
+* Implement char/short_store primitives at aligned addresses for ARM.
+* Implement double_load/store based on guaranteed x86 access atomicity.
+* Implement double_store for ARMv7 using LDREXD/STREXD.
+* Implement load/store via simple LDR/STR for ARMv6+ (msftc).
+* Implement nop_full/write using 'dmb' instruction if available (gcc/arm).
+* Minimize gcc/generic-arithm template by factoring out barriers.
+* Move 'unsigned' keyword to XCTYPE in generalize-small template.
+* Move definitions of ordered loads/stores to inner separate headers.
+* Move gcc-generic AO_t-wide primitives to generic-small/arithm headers.
+* Move generalized arithmetical primitives to 'generalize-arithm' template.
+* Optimize AO_spin manually to minimize compiler influence on its duration.
+* Remove X_aligned_atomic_load_store headers and template.
+* Remove duplicate AO_spin and AO_pause definition in atomic_ops_stack.
+* Remove gcc/x86_64.h eliminating code duplication of gcc/x86.h.
+* Remove nested AO_USE_PTHREAD_DEFS macro check in atomic_ops.h (gcc/arm).
+* Remove redundant 'cc' clobber for LDREXD instruction (gcc/arm).
+* Remove store_full from msftc/arm.h in favor of generalized primitive.
+* Reorder AO_double_t union elements for AO_DOUBLE_T_INITIALIZER portability.
+* Replace atomic_load_store.template with atomic_load and atomic_store ones.
+* Support AArch64 (64-bit ARM) target (GCC).
+* Support ARMv8 target (gcc/arm).
+* Use __atomic GCC built-in to implement generic double-wide CAS.
+* Use built-in __sync CAS for double-CAS if AO_USE_SYNC_CAS_BUILTIN for x86.
+- Drop libatomic_ops-aarch64.patch (no longer needed)
+
+---

Old:

  libatomic_ops-7.2e.tar.gz
  libatomic_ops-aarch64.patch

New:

  libatomic_ops-7.4.2.tar.gz



Other differences:
--
++ libatomic_ops.spec ++
--- /var/tmp/diff_new_pack.oS5yhs/_old  2015-01-03 22:00:48.0 +0100
+++ /var/tmp/diff_new_pack.oS5yhs/_new  2015-01-03 22:00:48.0 +0100
@@ -17,17 +17,19 @@
 
 
 Name:   libatomic_ops
-Version:7.2e
+Version:7.4.2
 Release:0
 Summary:A portable library for atomic memory operations
 License:GPL-2.0+ and MIT
 Group:  Development/Languages/C and C++
 Url:http://www.hpl.hp.com/research/linux/atomic_ops/
-Source: 

commit calcurse for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package calcurse for openSUSE:Factory 
checked in at 2015-01-03 22:00:50

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


Package is calcurse

Changes:

--- /work/SRC/openSUSE:Factory/calcurse/calcurse.changes2013-04-23 
15:05:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.calcurse.new/calcurse.changes   2015-01-03 
22:00:52.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 25 14:39:30 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 3.2.1
+  + Load todo items on startup
+  + Do not highlight items on inactive windows.
+- TODO file doesn't exist anymore; remove it from %doc list
+- Add COPYING file to %doc list
+
+---

Old:

  calcurse-3.1.4.tar.gz

New:

  calcurse-3.2.1.tar.gz



Other differences:
--
++ calcurse.spec ++
--- /var/tmp/diff_new_pack.AZyHth/_old  2015-01-03 22:00:53.0 +0100
+++ /var/tmp/diff_new_pack.AZyHth/_new  2015-01-03 22:00:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package calcurse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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:   calcurse
-Version:3.1.4
+Version:3.2.1
 Release:0
 Summary:Text-based Organizer
 License:BSD-2-Clause
@@ -71,11 +71,11 @@
 
 %find_lang %{name}
 
-%__chmod 0644 AUTHORS NEWS README TODO
+%__chmod 0644 AUTHORS COPYING NEWS README
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS COPYING NEWS README
 %doc doc/manual.html
 %{_bindir}/calcurse
 %{_bindir}/calcurse-upgrade

++ calcurse-3.1.4.tar.gz - calcurse-3.2.1.tar.gz ++
 47989 lines of diff (skipped)

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



commit bzip2 for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package bzip2 for openSUSE:Factory checked 
in at 2015-01-03 22:00:41

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


Package is bzip2

Changes:

--- /work/SRC/openSUSE:Factory/bzip2/bzip2.changes  2014-12-23 
12:31:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.bzip2.new/bzip2.changes 2015-01-03 
22:00:45.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec 29 16:48:23 UTC 2014 - tchva...@suse.com
+
+- Cleanup a bit.
+- Remove the profiling stuff as it should not be used nowdays.
+  At least even factory builds without it.
+- Provide libbz2.so.1.0 as other distros do, so we can run tiny
+  things like steam.
+- Respect cflags again, borked by previous commit.
+
+---



Other differences:
--
++ bzip2.spec ++
--- /var/tmp/diff_new_pack.uTeT59/_old  2015-01-03 22:00:46.0 +0100
+++ /var/tmp/diff_new_pack.uTeT59/_new  2015-01-03 22:00:46.0 +0100
@@ -16,37 +16,34 @@
 #
 
 
+%define libname libbz2-1
 Name:   bzip2
 Version:1.0.6
 Release:0
-Url:http://www.bzip.org/
 Summary:A Program for Compressing Files
 License:BSD-3-Clause
 Group:  Productivity/Archiving/Compression
+Url:http://www.bzip.org/
 Source: http://www.bzip.org/1.0.6/bzip2-%{version}.tar.gz
 Source1:bznew.gz
 Source2:bznew.1.gz
 Source3:baselibs.conf
 Source100:  bzip2-rpmlintrc
 # PATCH-FEATURE-OPENSUSE bzip2-1.0.6-autoconfiscated.patch sbra...@suse.cz -- 
Convert to a standard autoconf based package.
-Patch:  
http://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6-autoconfiscated.patch
+Patch0: 
http://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6-autoconfiscated.patch
 Patch1: bzip2-1.0.6-fix-bashisms.patch
 Patch3: bzip2-faster.patch
 Patch5: bzip2-unsafe_strcpy.patch
 Patch6: bzip2-point-to-doc-pkg.patch
 Patch7: bzip2-ocloexec.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf = 2.57
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 # The following is a kludge to get updating bzip2 to after the split work
-PreReq: libbz2-1
-# bug437293
-%ifarch ppc64
-Obsoletes:  bzip2-64bit
-%endif
+PreReq: %{libname}
 Provides:   bzip = %{version}
 Obsoletes:  bzip  %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The bzip2 program is a very powerful program for compressing files.
@@ -54,80 +51,61 @@
 %package doc
 Summary:The bzip2 program and Library Documentation
 Group:  Productivity/Archiving/Compression
-%if 0%{?suse_version} = 1120
 BuildArch:  noarch
-%endif
 
 %description doc
 The bzip2 program and library documentation.
 
-%package -n libbz2-1
+%package -n %{libname}
 Summary:The bzip2 runtime library
 Group:  System/Libraries
 
-%description -n libbz2-1
+%description -n %{libname}
 The bzip2 runtime library
 
 %package -n libbz2-devel
 Summary:The bzip2 runtime library development files
 Group:  Development/Libraries/C and C++
+Requires:   %{libname} = %{version}
 Requires:   glibc-devel
-Requires:   libbz2-1 = %{version}
 
 %description -n libbz2-devel
 The bzip2 runtime library development files.
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 %patch3
 %patch5
 %patch6 -p1
 %patch7
+autoreconf -fiv
 
 %build
-profile_bzip2()
-{
-tmpfile=$(mktemp)
-trap rm -f $tmpfile $tmpfile.bz2 EXIT
-tar -cjf $tmpfile.bz2 /usr/src || true
-   # time ./bzip2 $tmpfile
-time ./bzip2 -d  $tmpfile.bz2  /dev/null
-}
-autoreconf -fiv
-%if %{do_profiling}
-export CFLAGS=$RPM_OPT_FLAGS %{cflags_profile_generate}
-%endif
-export CFLAGS=$CFLAGS -fPIE
-%configure --with-pic --disable-static
-%if %{do_profiling}
-make %{?_smp_mflags} LDFLAGS=-pie
-profile_bzip2
-mkdir .libs.save
-mv .libs/*.gcda .libs.save/
-make clean
-mv .libs.save .libs
-export CFLAGS=$RPM_OPT_FLAGS %{cflags_profile_feedback}
-export CFLAGS=$CFLAGS -fPIE
+export CFLAGS=%{optflags} -fPIE
 %configure --with-pic --disable-static
-%endif
 make %{?_smp_mflags} LDFLAGS=-pie
 
 %install
-%makeinstall pkgconfigdir=%{_libdir}/pkgconfig
+make DESTDIR=%{buildroot} install %{?_smp_mflags} 
pkgconfigdir=%{_libdir}/pkgconfig
 gzip -9 manual.ps
 gzip -dc %{SOURCE1}  bznew
-install -D -m 755 bznew $RPM_BUILD_ROOT%{_bindir}/bznew
-install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
-rm -vf %{buildroot}%{_libdir}/*.la
+install -D -m 755 bznew %{buildroot}%{_bindir}/bznew
+install -m 644 %{SOURCE2} 

commit clamav for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package clamav for openSUSE:Factory checked 
in at 2015-01-03 22:01:06

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


Package is clamav

Changes:

--- /work/SRC/openSUSE:Factory/clamav/clamav.changes2014-11-28 
08:44:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.clamav.new/clamav.changes   2015-01-03 
22:01:24.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan  1 21:34:01 UTC 2015 - meiss...@suse.com
+
+- build with PIE 
+
+---



Other differences:
--
++ clamav.spec ++
--- /var/tmp/diff_new_pack.GvnLSl/_old  2015-01-03 22:01:26.0 +0100
+++ /var/tmp/diff_new_pack.GvnLSl/_new  2015-01-03 22:01:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clamav
 #
-# 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
@@ -96,8 +96,9 @@
 CFLAGS=-fstack-protector
 CXXFLAGS=-fstack-protector
 %endif
-export CFLAGS=%optflags $CFLAGS
-export CXXFLAGS=%optflags $CXXFLAGS
+export CFLAGS=%optflags $CFLAGS -fPIE
+export CXXFLAGS=%optflags $CXXFLAGS -fPIE
+export LDFLAGS=-pie
 %if 0%{?suse_version} == 0910
 # SLES9 needs this macro to enable the quarantine feature in libmilter
 CFLAGS=$CFLAGS -D_FFR_QUARANTINE -D_FFR_SMFI_OPENSOCKET



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



commit bwidget for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package bwidget for openSUSE:Factory checked 
in at 2015-01-03 22:01:11

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


Package is bwidget

Changes:

--- /work/SRC/openSUSE:Factory/bwidget/bwidget.changes  2012-09-14 
12:21:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.bwidget.new/bwidget.changes 2015-01-03 
22:01:29.0 +0100
@@ -1,0 +2,37 @@
+Wed Dec 24 18:18:05 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.8
+  + widget.tcl: Widget::which errors when option not present.
+Ticket [397db23424]
+  + widget.tcl: Don't invoke unqualified upvar in callers
+scope. Ticket [046fa04231]
+  + widget.tcl: Don't double creation of temporary widget for
+  + default values retrieval. Use result of _get_tkwidget_options
+instead. Ticket [393b67ab19]
+  + widget.tcl: New procedure Widget::which (as in [namespace which]),
+that returns the fully qualified name for a widget option or
+widget variable. Ticket [a8705e5fd9]
+  + widget.tcl: Remove unneeded upvar. Ticket [43f93e0a97]  
+  + widget.tcl et al: remove apparently unused procedure
+Widget::syncoptions and all calls. Ticket [3c2b8eafc6]
+  + scrollframe.tcl: Make -constrainedwidth 1 and
+-constrainedheight 1 work together. Ticket [2fa44401d5]
+  + widget.tcl: Remove temporary widget. Ticket [6cd041bcc1]
+  + combobox.tcl: Themed ComboBox color specifications
+are honored. Ticket [6c6704e40f]
+  + combobox.tcl: Fails in themed mode with unknown
+option -bg. Patch solves this but listbox items
+are white on white when -foreground is specified.
+Ticket [6632134ce9]
+  + listbox.tcl: Update on option -deltay added.
+Set x0 to 2 to make highlight work and look nice for
+listbox with image.
+Take image into account to show selection.
+Ticket [ff1787af9c]
+  + scrollw.tcl: Raise scrolled window if it is below in
+the window hierarchy. Ticket [ff1787af9c]
+  + dynhelp.tcl: Sometimes the tooltip does not occur under
+gnome/metacity on ubuntu. Ticket [a588d2f800]
+- Add Url to project home
+
+---

Old:

  bwidget-1.9.6.tar.gz

New:

  bwidget-1.9.8.tar.gz



Other differences:
--
++ bwidget.spec ++
--- /var/tmp/diff_new_pack.8Osyui/_old  2015-01-03 22:01:30.0 +0100
+++ /var/tmp/diff_new_pack.8Osyui/_new  2015-01-03 22:01:30.0 +0100
@@ -19,9 +19,10 @@
 Name:   bwidget
 BuildRequires:  dos2unix
 BuildRequires:  tcl
-Version:1.9.6
+Version:1.9.8
 Release:0
 Summary:A Set of Megawidgets for Tcl/Tk
+Url:http://sourceforge.net/projects/tcllib/
 License:BSD-3-Clause
 Group:  Development/Libraries/Tcl
 BuildArch:  noarch

++ bwidget-1.9.6.tar.gz - bwidget-1.9.8.tar.gz ++
 3073 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-transaction for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2015-01-03 22:01:03

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


Package is python3-transaction

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2013-06-21 19:09:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2015-01-03 22:01:07.0 +0100
@@ -1,0 +2,16 @@
+Wed Dec 31 20:25:48 UTC 2014 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * changes and readme file are now .rst
+
+- update to version 1.4.3:
+  * Added support for Python 3.4.
+
+- version 1.4.2 was skipped
+
+- changes from version 1.4.1:
+  * Document that values returned by sortKey must be strings, in order to 
guarantee total ordering.
+  * Fix occasional RuntimeError: dictionary changed size during iteration 
errors in transaction.weakset on Python 3.
+
+---

Old:

  transaction-1.4.0.tar.gz

New:

  transaction-1.4.3.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.751Rm8/_old  2015-01-03 22:01:08.0 +0100
+++ /var/tmp/diff_new_pack.751Rm8/_new  2015-01-03 22:01:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-transaction
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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-transaction
-Version:1.4.0
+Version:1.4.3
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1
@@ -52,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.txt
+%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt PKG-INFO README.rst
 %{python3_sitelib}/*
 
 %changelog

++ transaction-1.4.0.tar.gz - transaction-1.4.3.tar.gz ++
 12441 lines of diff (skipped)

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



commit tuxpaint-stamps for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package tuxpaint-stamps for openSUSE:Factory 
checked in at 2015-01-03 22:01:05

Comparing /work/SRC/openSUSE:Factory/tuxpaint-stamps (Old)
 and  /work/SRC/openSUSE:Factory/.tuxpaint-stamps.new (New)


Package is tuxpaint-stamps

Changes:

--- /work/SRC/openSUSE:Factory/tuxpaint-stamps/tuxpaint-stamps.changes  
2013-03-08 09:54:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.tuxpaint-stamps.new/tuxpaint-stamps.changes 
2015-01-03 22:01:20.0 +0100
@@ -1,0 +2,9 @@
+Fri Dec 26 01:35:11 UTC 2014 - l...@linux-schulserver.de
+
+- update to 2014.08.23:
+  + a lot of new stamps and sounds from all over the world
+  Please refer to /usr/share/doc/packages/tuxpaint-stamps/CHANGES.txt
+  for a detailed list and contributors
+- remove tuxpaint-stamps-2009.06.28-Makefile.patch
+
+---

Old:

  tuxpaint-stamps-2009.06.28-Makefile.patch
  tuxpaint-stamps-2009.06.28.tar.bz2

New:

  tuxpaint-stamps-2014.08.23.tar.bz2



Other differences:
--
++ tuxpaint-stamps.spec ++
--- /var/tmp/diff_new_pack.AMOEpX/_old  2015-01-03 22:01:24.0 +0100
+++ /var/tmp/diff_new_pack.AMOEpX/_new  2015-01-03 22:01:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tuxpaint-stamps
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tuxpaint-stamps
 Summary:Rubber stamps collection for Tux Paint
-Version:2009.06.28
-Release:1
 License:GPL-2.0+
 Group:  Productivity/Graphics/Bitmap Editors
+Version:2014.08.23
+Release:0
 Url:http://www.tuxpaint.org/
 Source0:%{name}-%{version}.tar.bz2
-Patch1: tuxpaint-stamps-2009.06.28-Makefile.patch
 BuildArch:  noarch
 %if 0%{?suse_version}  1020
 BuildRequires:  fdupes
@@ -369,13 +369,10 @@
 
 %prep
 %setup -q
-%patch1 -p0
 
 %build
 
 %install
-rm -rf %{buildroot}
-mkdir %{buildroot}
 make DATA_PREFIX=%{buildroot}/%{_datadir}/tuxpaint/ install-all
 %if 0%{?suse_version}  1020
 %fdupes %{buildroot}

++ tuxpaint-stamps-2009.06.28.tar.bz2 - tuxpaint-stamps-2014.08.23.tar.bz2 
++
/work/SRC/openSUSE:Factory/tuxpaint-stamps/tuxpaint-stamps-2009.06.28.tar.bz2 
/work/SRC/openSUSE:Factory/.tuxpaint-stamps.new/tuxpaint-stamps-2014.08.23.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 python3-virtualenv for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-virtualenv for 
openSUSE:Factory checked in at 2015-01-03 22:01:01

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


Package is python3-virtualenv

Changes:

--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2014-11-18 22:45:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes   
2015-01-03 22:01:05.0 +0100
@@ -1,0 +2,31 @@
+Wed Dec 31 20:28:38 UTC 2014 - a...@gmx.de
+
+- update to version 12.0.4:
+  * Revert the fix to -p on Debian based pythons as it was broken in other
+situations.
+  * Revert several sys.path changes new in 12.0 which were breaking virtualenv.
+
+- changes from version 12.0.3:
+  * Fix an issue where Debian based Pythons would fail when using -p with the
+host Python.
+  * Upgrade pip to 6.0.3
+
+- changes from version 12.0.2:
+  * Upgraded pip to 6.0.2
+
+- changes from version 12.0.1:
+  * Upgraded pip to 6.0.1
+
+- changes from version 12.0 :
+  * **PROCESS** Version numbers are now simply X.Y where the leading `1
+has been dropped.
+  * Split up documentation into structured pages
+  * Now using pytest framework
+  * Correct sys.path ordering for debian, issue #461
+  * Correctly throws error on older Pythons, issue #619
+  * Allow for empty $PATH, pull #601
+  * Don't set prompt if $env:VIRTUAL_ENV_DISABLE_PROMPT is set for Powershell
+  * Updated setuptools to 7.0
+
+
+---

Old:

  virtualenv-1.11.6.tar.gz

New:

  virtualenv-12.0.4.tar.gz



Other differences:
--
++ python3-virtualenv.spec ++
--- /var/tmp/diff_new_pack.RQLg6K/_old  2015-01-03 22:01:06.0 +0100
+++ /var/tmp/diff_new_pack.RQLg6K/_new  2015-01-03 22:01:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-virtualenv
-Version:1.11.6
+Version:12.0.4
 Release:0
 Url:http://www.virtualenv.org/
 Summary:Virtual Python Environment builder

++ virtualenv-1.11.6.tar.gz - virtualenv-12.0.4.tar.gz ++
 4070 lines of diff (skipped)

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



commit kdebase4-workspace for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2015-01-03 22:02:09

Comparing /work/SRC/openSUSE:Factory/kdebase4-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-workspace.new (New)


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2014-11-19 20:27:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2015-01-03 22:02:11.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 17 13:14:22 UTC 2014 - wba...@tmo.at
+
+- Added kdm-fix-input-focus.patch: fixes keyboard input in kdm's
+  dialogs (boo#772344, kde#338018)
+
+---

New:

  kdm-fix-input-focus.patch



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.wntGEy/_old  2015-01-03 22:02:12.0 +0100
+++ /var/tmp/diff_new_pack.wntGEy/_new  2015-01-03 22:02:12.0 +0100
@@ -104,6 +104,8 @@
 # Patch is based on the changes within GDM to detect running plymouth
 # and issue a quit to the plymouth daemon
 Patch15:kdm_plymouth.patch
+# PATCH-FIX-OPENSUSE kdm-fix-input-focus.patch wba...@tmo.at -- Fixes keyboard 
input in kdm's dialogs (boo#772344, kde#338018)
+Patch16:kdm-fix-input-focus.patch
 ## Workspace patches
 # PATCH-FIX-OPENSUSE startkde.diff -- Injects branded startupconfigkeys to 
users $KDEHOME, and adds %datadir/kde4/env
 # to list of read enviroments
@@ -373,6 +375,7 @@
 %patch13
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 ## Workspace patches
 %patch50
 %patch51

++ kdm-fix-input-focus.patch ++
diff --git a/kdm/kfrontend/kfdialog.cpp b/kdm/kfrontend/kfdialog.cpp
index 3f6fa84..f6751a4 100644
--- a/kdm/kfrontend/kfdialog.cpp
+++ b/kdm/kfrontend/kfdialog.cpp
@@ -149,7 +149,7 @@ FDialog::exec()
 if (_grabInput)
 fakeFocusIn(winId());
 else
-activateWindow();
+XSetInputFocus(QX11Info::display(), winId(), RevertToParent, 
CurrentTime);
 QWidget *previous = current;
 current = this;
 inherited::exec();
@@ -158,7 +158,7 @@ FDialog::exec()
 if (_grabInput)
 fakeFocusIn(current-winId());
 else
-current-activateWindow();
+XSetInputFocus(QX11Info::display(), current-winId(), 
RevertToParent, CurrentTime);
 } else {
 if (_grabInput)
 unsecureInputs(QX11Info::display());


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



commit python-optcomplete for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-optcomplete for 
openSUSE:Factory checked in at 2015-01-03 22:00:52

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


Package is python-optcomplete

Changes:

--- /work/SRC/openSUSE:Factory/python-optcomplete/python-optcomplete.changes
2011-12-12 17:03:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-optcomplete.new/python-optcomplete.changes   
2015-01-03 22:00:54.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 28 15:07:00 UTC 2014 - Led led...@gmail.com
+
+- remove unneeded shebang in scripts
+- add patches:
+  + optcomplete-1.2-devel-fix-shebang.patch
+
+---

New:

  optcomplete-1.2-devel-fix-shebang.patch



Other differences:
--
++ python-optcomplete.spec ++
--- /var/tmp/diff_new_pack.fJKNR1/_old  2015-01-03 22:00:54.0 +0100
+++ /var/tmp/diff_new_pack.fJKNR1/_new  2015-01-03 22:00:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-optcomplete
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 @@
 Version:%{_version}
 Release:0
 Source0:%{modname}-%{unmangled_version}.tar.bz2
+Patch1: optcomplete-1.2-devel-fix-shebang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
 BuildArch:  noarch
@@ -57,6 +58,7 @@
 
 %prep
 %setup -n %{modname}-%{unmangled_version}
+%patch1 -p1
 
 %build
 python setup.py build

++ optcomplete-1.2-devel-fix-shebang.patch ++
diff -Ndur optcomplete-1.2-devel/etc/bashrc 
optcomplete-1.2-devel-fix-shebang/etc/bashrc
--- optcomplete-1.2-devel/etc/bashrc2008-09-09 00:36:38.0 +0300
+++ optcomplete-1.2-devel-fix-shebang/etc/bashrc2014-12-28 
16:32:00.315730576 +0200
@@ -1,4 +1,3 @@
-#!/bin/sh
 #
 # $Id: bashrc,v 1.5 2004/01/28 05:30:12 blais Exp $
 # $Source: /home/blais/repos/cvsroot/optcomplete/etc/bashrc,v $
diff -Ndur optcomplete-1.2-devel/etc/optcomplete.bash 
optcomplete-1.2-devel-fix-shebang/etc/optcomplete.bash
--- optcomplete-1.2-devel/etc/optcomplete.bash  2008-09-09 00:36:38.0 
+0300
+++ optcomplete-1.2-devel-fix-shebang/etc/optcomplete.bash  2014-12-28 
16:31:39.033730546 +0200
@@ -1,4 +1,3 @@
-#!/bin/sh
 # optcomplete harness for bash shell. You then need to tell 
 # bash to invoke this shell function with a command like 
 # this::
diff -Ndur optcomplete-1.2-devel/etc/optcomplete.zsh 
optcomplete-1.2-devel-fix-shebang/etc/optcomplete.zsh
--- optcomplete-1.2-devel/etc/optcomplete.zsh   2008-09-09 00:36:38.0 
+0300
+++ optcomplete-1.2-devel-fix-shebang/etc/optcomplete.zsh   2014-12-28 
16:31:42.190730551 +0200
@@ -1,4 +1,3 @@
-#!/bin/sh
 # optcomplete harness for zsh shell. You then need to tell 
 # zsh to invoke this shell function with a command like 
 # this::
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit meld for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2015-01-03 22:00:49

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


Package is meld

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2014-12-23 
11:49:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2015-01-03 
22:00:50.0 +0100
@@ -1,0 +2,14 @@
+Tue Dec 30 11:57:36 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.3:
+  + Fix inconsistent file chooser when cancelling file selection.
+  + UTF-8 encode patches created from the patch dialog.
+  + Fix text-wrapping reset caused by the commit dialog.
+  + Fix text background display on certain themes.
+  + Fix for launching Meld with certain Git environment variables.
+  + Add GTK's settings.ini file for font blurriness fix on Windows.
+  + Updated translations.
+- Drop meld-Dont-pass-git-env-vars.patch and
+  meld-Repaint-TextView-background.patch: Fixed upstream.
+
+---

Old:

  meld-3.12.2.tar.xz
  meld-Dont-pass-git-env-vars.patch
  meld-Repaint-TextView-background.patch

New:

  meld-3.12.3.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.5oTqUT/_old  2015-01-03 22:00:51.0 +0100
+++ /var/tmp/diff_new_pack.5oTqUT/_new  2015-01-03 22:00:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:3.12.2
+Version:3.12.3
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+
@@ -26,10 +26,6 @@
 Source: 
http://download.gnome.org/sources/meld/3.12/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE meld-nodocs.patch dims...@opensuse.org -- We do not want 
COPYING and NEWS installed like this
 Patch0: meld-nodocs.patch
-# PATCH-FIX-UPSTREAM meld-Dont-pass-git-env-vars.patch zai...@opensuse.org 
bgo#741142 -- Don't pass git environment vars on to children, patch from 
upstream git
-Patch1: meld-Dont-pass-git-env-vars.patch
-# PATCH-FIX-UPSTREAM meld-Repaint-TextView-background.patch 
zai...@opensuse.org bgo#741287 boo#909824 -- Repaint TextView background for 
modified CSS. Patch from upstream git
-Patch2: meld-Repaint-TextView-background.patch
 BuildRequires:  fdupes
 # Needed for glib2_gsettings_schema macros
 BuildRequires:  glib2-devel
@@ -76,8 +72,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 translation-update-upstream
 
 %build

++ meld-3.12.2.tar.xz - meld-3.12.3.tar.xz ++
 2431 lines of diff (skipped)

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



commit xz for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package xz for openSUSE:Factory checked in 
at 2015-01-03 22:00:40

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


Package is xz

Changes:

--- /work/SRC/openSUSE:Factory/xz/xz.changes2014-12-23 12:31:25.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xz.new/xz.changes   2015-01-03 
22:00:42.0 +0100
@@ -1,0 +2,35 @@
+Thu Dec 25 20:23:28 UTC 2014 - andreas.stie...@gmx.de
+
+- xz 5.2.0:
+  * liblzma:
+- Added support for multi-threaded compression
+- Made the uses of lzma_allocator const correct.
+- Added lzma_block_uncomp_encode() to create uncompressed
+  .xz Blocks using LZMA2 uncompressed chunks.
+- Added support for LZMA_IGNORE_CHECK.
+- A few speed optimizations were made.
+- Added support for symbol versioning. It is enabled by default
+  on GNU/Linux, other GNU-based systems, and FreeBSD.
+  * xz:
+- Fixed a race condition in the signal handling
+- Multi-threaded decompression can be enabled with the
+  --threads (-T) option.
+- New command line options in xz: --single-stream,
+  --block-size=SIZE, --block-list=SIZES,
+  --flush-timeout=TIMEOUT, and --ignore-check.
+- xz -lvv now shows the minimum xz version that is required to
+   decompress the file. Currently it is 5.0.0 for all supported
+  .xz files except files with empty LZMA2 streams require 5.0.2.
+  * xzdiff and xzgrep now support .lzo files if lzop is installed.
+The .tzo suffix is also recognized as a shorthand for .tar.lzo.
+
+---
+Thu Dec 25 20:17:06 UTC 2014 - andreas.stie...@gmx.de
+
+- xz 5.0.8:
+  * Fixed an old bug in xzgrep that affected OpenBSD and probably
+a few other operating systems too.
+  * Updated French and German translations.
+  * Minor build system update
+
+---

Old:

  xz-5.0.7.tar.gz
  xz-5.0.7.tar.gz.sig

New:

  xz-5.2.0.tar.gz
  xz-5.2.0.tar.gz.sig



Other differences:
--
++ xz.spec ++
--- /var/tmp/diff_new_pack.w0QKRq/_old  2015-01-03 22:00:44.0 +0100
+++ /var/tmp/diff_new_pack.w0QKRq/_new  2015-01-03 22:00:44.0 +0100
@@ -32,7 +32,7 @@
 %define do_profiling 0
 %endif
 Name:   xz
-Version:5.0.7
+Version:5.2.0
 Release:0
 Summary:A Program for Compressing Files
 License:LGPL-2.1+ and GPL-2.0+

++ xz-5.0.7.tar.gz - xz-5.2.0.tar.gz ++
 29954 lines of diff (skipped)

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



commit julia for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2015-01-03 22:00:53

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


Package is julia

Changes:

--- /work/SRC/openSUSE:Factory/julia/julia.changes  2014-12-23 
11:49:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia.changes 2015-01-03 
22:00:56.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec 29 02:29:15 UTC 2014 - roni...@gmail.com
+
+- Update to version 0.3.4
+  * Bugfix release, no changelog available
+
+- Set USE_SYSTEM_LIBM=0
+  * If USE_SYSTEM_LIBM is set to 1, then julia will not use 
+openlibm.
+
+- Set MARCH=pentium4 (32 bits) / MARCH=core2 (64 bits)
+
+- Add libarpack2 to the dependency list
+
+- Remove upstreamed julia-upstream-9221.patch
+
+---

Old:

  julia-0.3.3.tar.gz
  julia-upstream-9221.patch
  libuv-a12eb33.tar.gz

New:

  julia-0.3.4.tar.gz
  libuv-abcbb0c.tar.gz



Other differences:
--
++ julia.spec ++
--- /var/tmp/diff_new_pack.w2ShhJ/_old  2015-01-03 22:00:57.0 +0100
+++ /var/tmp/diff_new_pack.w2ShhJ/_new  2015-01-03 22:00:57.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   julia
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define rmath_ver 226598f
-%define libuv_ver a12eb33
+%define libuv_ver abcbb0c
 Summary:High-level, high-performance dynamic programming language
 License:MIT and GPL-2.0+
 Group:  Development/Languages/Other
@@ -30,8 +30,6 @@
 # external sources
 Source10:   libuv-%{libuv_ver}.tar.gz
 Source11:   Rmath-%{rmath_ver}.tar.gz
-# PATCH-FIX-UPSTREAM julia-upstream-9221.patch Temporary fix for the upstream 
issue #8690
-Patch0: julia-upstream-9221.patch
 BuildRequires:  arpack-ng-devel
 BuildRequires:  blas-devel
 BuildRequires:  dSFMT-devel
@@ -64,6 +62,7 @@
 Requires:   ncurses
 Requires:   readline
 # Julia uses dlopen
+Requires:   libarpack2
 Requires:   libblas3
 Requires:   libfftw3_threads3
 Requires:   liblapack3
@@ -76,6 +75,7 @@
 Recommends: openspecfun-devel
 Recommends: pcre-devel
 Recommends: suitesparse-devel
+Recommends: arpack-ng-devel
 
 %description
 Julia is a high-level, high-performance dynamic programming language for
@@ -122,9 +122,6 @@
 # remove .gitignore
 find . -name .git* -exec rm {} \;
 
-# Apply the patch to temporarily fix the upstream issue #8690
-%patch0 -p1
-
 cd deps
 tar xzf %{SOURCE10}
 tar xzf %{SOURCE11}
@@ -134,15 +131,20 @@
 %build
 
 %ifarch x86_64
-%define julia_cpu_target core2
+%define julia_march core2
 %else
-%define julia_cpu_target i386
+%define julia_march pentium4
 %endif
 
-make %{?_smp_mflags} JULIA_CPU_TARGET=%{julia_cpu_target} %{juliabuildopts}
+make %{?_smp_mflags} MARCH=%{julia_march} \
+ prefix=%{_prefix} \
+ libdir=%{_libdir} \
+ sysconfdir=%{_sysconfdir} \
+ %{juliabuildopts}
 
 %install
 make install DESTDIR=%{buildroot} \
+ MARCH=%{julia_march} \
  prefix=%{_prefix} \
  libdir=%{_libdir} \
  sysconfdir=%{_sysconfdir} \
@@ -194,6 +196,7 @@
 %defattr(-,root,root)
 %{_bindir}/julia-debug
 %{_datadir}/julia/test/
+%{_datadir}/julia/build_sysimg.jl
 %{_includedir}/julia/
 %{_libdir}/libjulia.so
 %{_libdir}/julia/libjulia-debug.so


++ _service ++
--- /var/tmp/diff_new_pack.w2ShhJ/_old  2015-01-03 22:00:57.0 +0100
+++ /var/tmp/diff_new_pack.w2ShhJ/_new  2015-01-03 22:00:57.0 +0100
@@ -9,10 +9,10 @@
 param name=urlhttps://github.com/JuliaLang/libuv.git/param
 param name=scmgit/param
 param name=versionformat%h/param
-param name=revisiona12eb33/param
+param name=revisionabcbb0c/param
   /service
   service name=recompress mode=disabled
 param name=file*.tar/param
 param name=compressiongz/param
   /service
-/services
\ No newline at end of file
+/services

++ julia-0.3.3.tar.gz - julia-0.3.4.tar.gz ++
 4854 lines of diff (skipped)

++ juliabuildopts ++
--- /var/tmp/diff_new_pack.w2ShhJ/_old  2015-01-03 22:00:58.0 +0100
+++ /var/tmp/diff_new_pack.w2ShhJ/_new  2015-01-03 22:00:58.0 +0100
@@ -2,7 +2,7 @@
 USE_SYSTEM_LIBUNWIND=1 \
 USE_SYSTEM_READLINE=1 \
 USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
+USE_SYSTEM_LIBM=0 \
 USE_SYSTEM_OPENLIBM=1 \
 USE_SYSTEM_OPENSPECFUN=1 \
 USE_SYSTEM_DSFMT=1 \
@@ -28,4 +28,4 @@
 LLVM_LLC=llc \
 LLVM_CONFIG=/usr/bin/llvm-config \
 VERBOSE=1 \
-USECLANG=1
\ No newline at end of file
+USECLANG=1

++ libuv-a12eb33.tar.gz - libuv-abcbb0c.tar.gz ++
diff -urN 

commit gst-rtsp-server for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package gst-rtsp-server for openSUSE:Factory 
checked in at 2015-01-03 22:00:55

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


Package is gst-rtsp-server

Changes:

--- /work/SRC/openSUSE:Factory/gst-rtsp-server/gst-rtsp-server.changes  
2014-11-15 12:16:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.gst-rtsp-server.new/gst-rtsp-server.changes 
2015-01-03 22:01:00.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 26 11:15:05 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.4.5:
+  + rtsp-stream: leaks srtp decoder when leaving rtpbin
+(bgo#739481).
+
+---

Old:

  gst-rtsp-server-1.4.4.tar.xz

New:

  gst-rtsp-server-1.4.5.tar.xz



Other differences:
--
++ gst-rtsp-server.spec ++
--- /var/tmp/diff_new_pack.4E4HLV/_old  2015-01-03 22:01:01.0 +0100
+++ /var/tmp/diff_new_pack.4E4HLV/_new  2015-01-03 22:01:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gst-rtsp-server
-Version:1.4.4
+Version:1.4.5
 Release:0
 Summary:GStreamer based RTSP server library
 License:LGPL-2.0+

++ gst-rtsp-server-1.4.4.tar.xz - gst-rtsp-server-1.4.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.4.4/ChangeLog 
new/gst-rtsp-server-1.4.5/ChangeLog
--- old/gst-rtsp-server-1.4.4/ChangeLog 2014-11-06 13:10:34.0 +0100
+++ new/gst-rtsp-server-1.4.5/ChangeLog 2014-12-18 12:18:59.0 +0100
@@ -1,9 +1,26 @@
+=== release 1.4.5 ===
+
+2014-12-18  Sebastian Dröge sl...@coaxion.net
+
+   * configure.ac:
+ releasing 1.4.5
+
+2014-10-31 23:01:53 -0700  Aleix Conchillo Flaqué al...@oblong.com
+
+   * gst/rtsp-server/rtsp-stream.c:
+ rtsp-stream: unref srtp decoder when leaving bin
+ https://bugzilla.gnome.org/show_bug.cgi?id=739481
+
 === release 1.4.4 ===
 
-2014-11-06  Sebastian Dröge sl...@coaxion.net
+2014-11-06 13:18:04 +0100  Sebastian Dröge sebast...@centricular.com
 
+   * ChangeLog:
+   * NEWS:
+   * RELEASE:
* configure.ac:
- releasing 1.4.4
+   * gst-rtsp-server.doap:
+ Release 1.4.4
 
 2014-10-29 21:01:39 -0700  Aleix Conchillo Flaqué al...@oblong.com
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.4.4/Makefile.in 
new/gst-rtsp-server-1.4.5/Makefile.in
--- old/gst-rtsp-server-1.4.4/Makefile.in   2014-11-06 11:37:22.0 
+0100
+++ new/gst-rtsp-server-1.4.5/Makefile.in   2014-12-18 11:40:50.0 
+0100
@@ -94,8 +94,8 @@
ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in $(srcdir)/gst-rtsp.spec.in COPYING \
-   COPYING.LIB TODO compile config.guess config.sub install-sh \
-   missing ltmain.sh
+   COPYING.LIB TODO compile config.guess config.sub depcomp \
+   install-sh missing ltmain.sh
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.4.4/NEWS 
new/gst-rtsp-server-1.4.5/NEWS
--- old/gst-rtsp-server-1.4.4/NEWS  2014-11-06 13:11:47.0 +0100
+++ new/gst-rtsp-server-1.4.5/NEWS  2014-12-18 12:19:33.0 +0100
@@ -1,2 +1,2 @@
-This is GStreamer RTSP Server 1.4.4
+This is GStreamer RTSP Server 1.4.5
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.4.4/RELEASE 
new/gst-rtsp-server-1.4.5/RELEASE
--- old/gst-rtsp-server-1.4.4/RELEASE   2014-11-06 13:11:43.0 +0100
+++ new/gst-rtsp-server-1.4.5/RELEASE   2014-12-18 12:19:28.0 +0100
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer RTSP Server Library 1.4.4
+Release notes for GStreamer RTSP Server Library 1.4.5
 
 The GStreamer team is pleased to announce a bugfix release of the stable
 1.4 release series. The 1.4 release series is adding new features on top
@@ -28,7 +28,7 @@
 
 Bugs fixed in this release
  
-  * 739383 : rtsp-client: few mikey related memory leaks
+  * 739481 : rtsp-stream: leaks srtp decoder when leaving rtpbin
 
  Download 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-rtsp-server-1.4.4/configure 
new/gst-rtsp-server-1.4.5/configure
--- old/gst-rtsp-server-1.4.4/configure 2014-11-06 11:37:21.0 +0100
+++ new/gst-rtsp-server-1.4.5/configure 2014-12-18 

commit rpmrebuild for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package rpmrebuild for openSUSE:Factory 
checked in at 2015-01-03 22:00:54

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


Package is rpmrebuild

Changes:

--- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes2013-12-06 
09:48:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmrebuild.new/rpmrebuild.changes   
2015-01-03 22:00:58.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 28 14:00:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in demofiles.sh script
+- add patches:
+  * rpmrebuild-fix-bashisms.patch
+
+---

New:

  rpmrebuild-fix-bashisms.patch



Other differences:
--
++ rpmrebuild.spec ++
--- /var/tmp/diff_new_pack.pPXHWE/_old  2015-01-03 22:00:59.0 +0100
+++ /var/tmp/diff_new_pack.pPXHWE/_new  2015-01-03 22:00:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmrebuild
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 @@
 Source2:%{name}.keyring
 Patch1: gpl-license.patch
 Patch2: gpl-COPYRIGHT-address.patch
+Patch3: rpmrebuild-fix-bashisms.patch
 %if 0%{?suse_version} = 1230
 BuildRequires:  gpg-offline
 %endif
@@ -52,6 +53,7 @@
 %setup -q -c
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make %{?_smp_mflags}


++ rpmrebuild-fix-bashisms.patch ++
diff -Ndur rpmrebuild/plugins/demofiles.sh 
rpmrebuild-fix-bashisms/plugins/demofiles.sh
--- rpmrebuild/plugins/demofiles.sh 2008-04-03 09:27:39.0 +0300
+++ rpmrebuild-fix-bashisms/plugins/demofiles.sh2014-12-28 
15:58:30.290727796 +0200
@@ -25,11 +25,11 @@
 # with a file plugin
 version=1.0
 ###
-function msg () {
+msg() {
echo 2 $*
 }
 ###
-function syntaxe () {
+syntaxe() {
msg this plugin just show how to modifiy files
msg it must be called with --change-files option
msg -h|--help : this help
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit canna for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package canna for openSUSE:Factory checked 
in at 2015-01-03 22:01:12

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


Package is canna

Changes:

--- /work/SRC/openSUSE:Factory/canna/canna.changes  2014-11-11 
09:59:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.canna.new/canna.changes 2015-01-03 
22:01:30.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan  2 11:12:46 UTC 2015 - ft...@geeko.jp
+
+- Fix boo#910933 Canna cannot start
+  + roll back the fix for bnc#878691
+  + use wnn user instead of canna
+  + fix the command line options in canna.service
+  + use /bin/rm instead of cannakill in canna.service 
+
+---



Other differences:
--
++ canna.spec ++
--- /var/tmp/diff_new_pack.mZhZ7u/_old  2015-01-03 22:01:32.0 +0100
+++ /var/tmp/diff_new_pack.mZhZ7u/_new  2015-01-03 22:01:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package canna
 #
-# 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
@@ -205,8 +205,8 @@
 install -m 755 $RPM_SOURCE_DIR/rccanna $RPM_BUILD_ROOT/etc/init.d/canna
 ln -s ../../etc/init.d/canna $RPM_BUILD_ROOT/usr/sbin/rccanna
 %else
-install -m 755 $RPM_SOURCE_DIR/canna.service 
$RPM_BUILD_ROOT/%{_unitdir}/canna.service
-install -m 755 $RPM_SOURCE_DIR/canna-tmpfiles.conf 
$RPM_BUILD_ROOT/usr/lib/tmpfiles.d/canna-tmpfiles.conf
+install -m 644 $RPM_SOURCE_DIR/canna.service 
$RPM_BUILD_ROOT/%{_unitdir}/canna.service
+install -m 644 $RPM_SOURCE_DIR/canna-tmpfiles.conf 
$RPM_BUILD_ROOT/usr/lib/tmpfiles.d/canna-tmpfiles.conf
 %endif
 install -m 644 $RPM_SOURCE_DIR/hosts.canna %{?buildroot}/etc/hosts.canna
 # Remove all cannakill manpages because we've disabled it in
@@ -216,8 +216,6 @@
 
 %pre -n canna
 /usr/sbin/useradd -r -o -g bin -u 66 -s /bin/false -c Wnn System Account -d 
/var/lib/wnn wnn 2 /dev/null || :
-/usr/sbin/groupadd -r canna || :
-/usr/sbin/useradd -r -g canna -d /usr/lib/canna -s /sbin/nologin -c 'Canna 
Service User' canna ||:
 %if %suse_version = 1230
 %service_add_post canna.service
 %endif

++ canna-tmpfiles.conf ++
--- /var/tmp/diff_new_pack.mZhZ7u/_old  2015-01-03 22:01:32.0 +0100
+++ /var/tmp/diff_new_pack.mZhZ7u/_new  2015-01-03 22:01:32.0 +0100
@@ -1 +1 @@
-d /var/run/.iroha_unix 0755 canna canna -
+d /tmp/.iroha_unix 0755 root root -

++ canna.service ++
--- /var/tmp/diff_new_pack.mZhZ7u/_old  2015-01-03 22:01:32.0 +0100
+++ /var/tmp/diff_new_pack.mZhZ7u/_new  2015-01-03 22:01:32.0 +0100
@@ -2,10 +2,10 @@
 Description=Canna Japanese Conversion Engine
 
 [Service]
-User=canna
 Type=forking
-ExecStart=/usr/sbin/cannaserver -syslog
-ExecStop=/usr/sbin/cannakill
+ExecPre=/bin/rm -rf /tmp/.iroha_unix
+ExecStart=/usr/sbin/cannaserver -s -u wnn -r /var/lib/canna
+ExecStopPost=/bin/rm -rf /tmp/.iroha_unix
 
 [Install]
 WantedBy=multi-user.target

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



commit man-pages-fr for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package man-pages-fr for openSUSE:Factory 
checked in at 2015-01-03 22:01:08

Comparing /work/SRC/openSUSE:Factory/man-pages-fr (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages-fr.new (New)


Package is man-pages-fr

Changes:

--- /work/SRC/openSUSE:Factory/man-pages-fr/man-pages-fr.changes
2014-11-04 17:31:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages-fr.new/man-pages-fr.changes   
2015-01-03 22:01:26.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 25 00:01:23 UTC 2014 - antoine.belv...@laposte.net
+
+- Update to 3.70-1 from project Perkamon (unique active project
+  since… 2010)
+
+---

Old:

  get_version_number.sh
  man-pages-fr-3.03.0.tar.bz2
  man-pages-fr.spec.in

New:

  man-pages-fr-3.70-1.tar.xz



Other differences:
--
++ man-pages-fr.spec ++
--- /var/tmp/diff_new_pack.ksuVkI/_old  2015-01-03 22:01:27.0 +0100
+++ /var/tmp/diff_new_pack.ksuVkI/_new  2015-01-03 22:01:27.0 +0100
@@ -16,15 +16,18 @@
 #
 
 
+# Source file has sometimes a revision number (major.minor-revision).
+# If not, replace by the nil macro
+%define revision -1
+
 Name:   man-pages-fr
-Version:3.03.0
+Version:3.70
 Release:0
-%define shortver %(echo %{version} | sed -e s@\\..\\$@@)
 Summary:LDP man Pages (French)
 License:GPL-2.0 and GPL-2.0+ and BSD-3-Clause and GFDL-1.1 and GFDL-1.2
 Group:  Documentation/Man
-Url:http://manpagesfr.free.fr/
-Source: http://manpagesfr.free.fr/download/%name-%version.tar.bz2
+Url:http://traduc.org/
+Source: 
http://perkamon.alioth.debian.org/archives/%{version}/man-pages-fr-%{version}%{revision}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -33,29 +36,21 @@
 that they are normally older than the English versions.  For reference,
 you should use the English versions.
 
-
-
-Authors:
-
-Christophe Blaess c...@club-internet.fr
-
 %prep
-%setup -q
+%setup -q -n fr
+
+%build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/man/fr
-for i in lpq lpr lprm ; do
- rm -fv man1/$i.1*
-done
-for i in man? ; do
-  mkdir -p $RPM_BUILD_ROOT/usr/share/man/fr/$i
-  install -m 644 $i/* $RPM_BUILD_ROOT/usr/share/man/fr/$i
+mkdir -p %{buildroot}%{_mandir}/fr
+for section in man? ; do
+  mkdir -p %{buildroot}%{_mandir}/fr/$section
+  install -m 644 $section/* %{buildroot}%{_mandir}/fr/$section
 done
 %find_lang %{name} --with-man --all-name
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc LISEZ_MOI changements
-#%doc liste_sect*
+%doc README.fr
 
 %changelog

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



commit cardpeek for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package cardpeek for openSUSE:Factory 
checked in at 2015-01-03 22:01:09

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


Package is cardpeek

Changes:

--- /work/SRC/openSUSE:Factory/cardpeek/cardpeek.changes2014-02-28 
16:25:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.cardpeek.new/cardpeek.changes   2015-01-03 
22:01:28.0 +0100
@@ -1,0 +2,14 @@
+Thu Dec 25 15:13:02 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 0.8.3
+  + Added initial OpenPGP card support
+  + Added clipboard copy in text format (with ctrl-c)
+  + Added compatibility with FreeBSD
+  + Added optional block signature computation to tachogrpah cards 
+  + Added Gironde/Grenoble Calypso French network data
+  + Introduce experimental online secure script update, with RSA signature
+  + Updated documentation
+  + Minor change in XML cardpeek format
+  + Many bugfixes and improvements
+
+---

Old:

  cardpeek-0.8.2.tar.gz

New:

  cardpeek-0.8.3.tar.gz



Other differences:
--
++ cardpeek.spec ++
--- /var/tmp/diff_new_pack.ir42LT/_old  2015-01-03 22:01:29.0 +0100
+++ /var/tmp/diff_new_pack.ir42LT/_new  2015-01-03 22:01:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cardpeek
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Tool To Read Contents of ISO7816 Smart Cards (Credit Cards, 
GSM SIM etc
 License:GPL-3.0
@@ -63,20 +63,13 @@
 %install
 %make_install
 
-%clean
-rm -rf %{buildroot}
-
 %post
-%if 0%{?suse_version}  1130
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
-%if 0%{?suse_version}  1130
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)

++ cardpeek-0.8.2.tar.gz - cardpeek-0.8.3.tar.gz ++
 15550 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-Pygments for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-Pygments for 
openSUSE:Factory checked in at 2015-01-03 22:01:14

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


Package is python3-Pygments

Changes:

--- /work/SRC/openSUSE:Factory/python3-Pygments/python3-Pygments.changes
2014-05-09 06:58:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Pygments.new/python3-Pygments.changes   
2015-01-03 22:01:34.0 +0100
@@ -1,0 +2,139 @@
+Thu Jan  1 19:53:27 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * changed coyright year
+  * updated path to man-page in tar-ball (docs-doc)
+  * updated path: docs/build - doc/_build
+
+---
+Thu Dec 18 18:05:51 UTC 2014 - a...@gmx.de
+
+- update to version 2.0.1:
+  * Fix an encoding issue when using ``pygmentize`` with the ``-o`` option.
+
+- changes from version 2.0:
+  * Default lexer encoding is now guess, i.e. UTF-8 / Locale /
+Latin1 is tried in that order.
+  * Major update to Swift lexer (PR#410).
+  * Multiple fixes to lexer guessing in conflicting cases
+  * recognize HTML5 by doctype
+  * recognize XML by XML declaration
+  * don't recognize C/C++ as SystemVerilog
+  * Simplified regexes and builtin lists.
+
+- changes from version 2.0rc1:
+  * Dropped Python 2.4 and 2.5 compatibility.  This is in favor of 
single-source
+compatibility between Python 2.6, 2.7 and 3.3+.
+  * New website and documentation based on Sphinx (finally!)
+  * Lexers added:
+* APL (#969)
+* Agda and Literate Agda (PR#203)
+* Alloy (PR#355)
+* AmbientTalk
+* BlitzBasic (PR#197)
+* ChaiScript (PR#24)
+* Chapel (PR#256)
+* Cirru (PR#275)
+* Clay (PR#184)
+* ColdFusion CFC (PR#283)
+* Cryptol and Literate Cryptol (PR#344)
+* Cypher (PR#257)
+* Docker config files
+* EBNF (PR#193)
+* Eiffel (PR#273)
+* GAP (PR#311)
+* Golo (PR#309)
+* Handlebars (PR#186)
+* Hy (PR#238)
+* Idris and Literate Idris (PR#210)
+* Igor Pro (PR#172)
+* Inform 6/7 (PR#281)
+* Intel objdump (PR#279)
+* Isabelle (PR#386)
+* Jasmin (PR#349)
+* JSON-LD (PR#289)
+* Kal (PR#233)
+* Lean (PR#399)
+* LSL (PR#296)
+* Limbo (PR#291)
+* Liquid (#977)
+* MQL (PR#285)
+* MaskJS (PR#280)
+* Mozilla preprocessors
+* Mathematica (PR#245)
+* NesC (PR#166)
+* Nit (PR#375)
+* Nix (PR#267)
+* Pan
+* Pawn (PR#211)
+* Perl 6 (PR#181)
+* Pig (PR#304)
+* Pike (PR#237)
+* QBasic (PR#182)
+* Red (PR#341)
+* ResourceBundle (#1038)
+* Rexx (PR#199)
+* Rql (PR#251)
+* Rsl
+* SPARQL (PR#78)
+* Slim (PR#366)
+* Swift (PR#371)
+* Swig (PR#168)
+* TADS 3 (PR#407)
+* Todo.txt todo lists
+* Twig (PR#404)
+  * Added a helper to optimize regular expressions that match one of many
+literal words; this can save 20% and more lexing time with lexers that
+highlight many keywords or builtins.
+  * New styles: xcode and igor, similar to the default highlighting of
+the respective IDEs.
+  * The command-line pygmentize tool now tries a little harder to find the
+correct encoding for files and the terminal (#979).
+  * Added inencoding option for lexers to override encoding analogous
+to outencoding (#800).
+  * Added line-by-line streaming mode for pygmentize with the -s option.
+(PR#165)  Only fully works for lexers that have no constructs spanning
+lines!
+  * Added an envname option to the LaTeX formatter to select a replacement
+verbatim environment (PR#235).
+  * Updated the Makefile lexer to yield a little more useful highlighting.
+  * Lexer aliases passed to ``get_lexer_by_name()`` are now case-insensitive.
+  * File name matching in lexers and formatters will now use a regex cache
+for speed (PR#205).
+  * Pygments will now recognize vim modelines when guessing the lexer for
+a file based on content (PR#118).
+  * Major restructure of the ``pygments.lexers`` module namespace.  There are 
now
+many more modules with less lexers per module.  Old modules are still 
around
+and re-export the lexers they previously contained.
+  * The NameHighlightFilter now works with any Name.* token type (#790).
+  * Python 3 lexer: add new exceptions from PEP 3151.
+  * Opa lexer: add new keywords (PR#170).
+  * Julia lexer: add keywords and underscore-separated number
+literals (PR#176).
+  * Lasso lexer: fix method highlighting, update builtins. Fix
+guessing so that plain XML isn't always taken as Lasso (PR#163).
+  * Objective C/C++ lexers: allow @ prefixing any expression (#871).
+  * Ruby lexer: fix lexing of Name::Space tokens (#860) and of symbols
+in 

commit aqbanking for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package aqbanking for openSUSE:Factory 
checked in at 2015-01-03 22:01:19

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


Package is aqbanking

Changes:

--- /work/SRC/openSUSE:Factory/aqbanking/aqbanking.changes  2014-12-21 
12:04:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.aqbanking.new/aqbanking.changes 2015-01-03 
22:01:41.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan  3 11:59:05 UTC 2015 - jcnen...@gmail.com
+
+- Update to 5.5.1
+  + SEPA transactions mostly working now
+  + stable version
+
+---

Old:

  aqbanking-5.5.0.2-git.tar.gz

New:

  aqbanking-5.5.1.tar.gz



Other differences:
--
++ aqbanking.spec ++
--- /var/tmp/diff_new_pack.41MDUI/_old  2015-01-03 22:01:42.0 +0100
+++ /var/tmp/diff_new_pack.41MDUI/_new  2015-01-03 22:01:42.0 +0100
@@ -26,13 +26,13 @@
 %define  q4b_cfgmoddir  %{fronts_libdir}/q4banking/cfgmodules
 
 Name:   aqbanking
-Version:5.5.0.2
+Version:5.5.1
 Release:0
 Summary:Library for Online Banking Functions and Financial Data Import 
and Export
 License:GPL-2.0 or GPL-3.0
 Group:  Productivity/Office/Finance
 Url:http://www.aquamaniac.de/aqbanking/
-Source: %{name}-%{version}-git.tar.gz
+Source: %{name}-%{version}.tar.gz
 Source1:aqbanking4-handbook-20091231.pdf
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -117,7 +117,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{version}-git
+%setup -q
 
 %build
 BACKEND_LIST=aqhbci aqnone

++ aqbanking-5.5.0.2-git.tar.gz - aqbanking-5.5.1.tar.gz ++
 2967 lines of diff (skipped)

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



commit gwenhywfar for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2015-01-03 22:01:18

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


Package is gwenhywfar

Changes:

--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes2014-04-26 
10:02:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes   
2015-01-03 22:01:39.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan  3 11:41:27 UTC 2015 - jcnen...@gmail.com
+
+- Update to version 4.13.0
+  + Some bugfixes, stable version
+
+---

Old:

  gwenhywfar-4.12.0beta.tar.gz

New:

  gwenhywfar-4.13.0.tar.gz



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.w5LOrh/_old  2015-01-03 22:01:40.0 +0100
+++ /var/tmp/diff_new_pack.w5LOrh/_new  2015-01-03 22:01:40.0 +0100
@@ -17,8 +17,9 @@
 
 
 %definelibversion  60
+%define devversion 4.13
 Name:   gwenhywfar
-Version:4.12.0beta
+Version:4.13.0
 Release:0
 Summary:Multiplatform helper library for other libraries
 License:GPL-2.0+ and LGPL-2.1+
@@ -264,6 +265,9 @@
 %{_libdir}/pkgconfig/gwengui-gtk2.pc
 %{_libdir}/pkgconfig/gwengui-qt4.pc
 %{_libdir}/pkgconfig/gwengui-fox16.pc
+%dir %{_libdir}/cmake
+%{_libdir}/cmake/%{name}-%{devversion}
+%{_libdir}/cmake/gwengui-qt4-%{devversion}
 
 %files lang -f %{name}.lang
 

++ gwenhywfar-4.12.0beta.tar.gz - gwenhywfar-4.13.0.tar.gz ++
 83830 lines of diff (skipped)

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



commit calibre for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-01-03 22:01:17

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


Package is calibre

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2014-12-30 
00:50:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-01-03 
22:01:37.0 +0100
@@ -1,0 +2,12 @@
+Sat Jan  3 00:32:57 UTC 2015 - corne...@solcon.nl
+
+- Update to version 2.15.0:
+  * Edit Book: Add auto-completion for links
+  * Edit Book Function mode: Add builtin functions to change case of text, 
ignoring HTML tags in the matched text
+  * Edit Book - Check Book: Allow auto-fixing of file not in spine errors
+  * Driver for Papyre 624 ml
+  * Conversion: Convert images encoded as data URIs in the input document into 
normal images, as some ebook reader software cannot handle data URIs
+  * Bugfixes
+  * For details, see http://calibre-ebook.com/whats-new
+
+---

Old:

  calibre-2.14.0.tar.xz

New:

  calibre-2.15.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.5CjDuu/_old  2015-01-03 22:01:38.0 +0100
+++ /var/tmp/diff_new_pack.5CjDuu/_new  2015-01-03 22:01:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package calibre
 #
-# 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
@@ -22,7 +22,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.14.0
+Version:2.15.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.14.0.tar.xz - calibre-2.15.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.14.0.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.15.0.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 tuxpaint-config for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package tuxpaint-config for openSUSE:Factory 
checked in at 2015-01-03 22:01:23

Comparing /work/SRC/openSUSE:Factory/tuxpaint-config (Old)
 and  /work/SRC/openSUSE:Factory/.tuxpaint-config.new (New)


Package is tuxpaint-config

Changes:

--- /work/SRC/openSUSE:Factory/tuxpaint-config/tuxpaint-config.changes  
2013-01-14 22:26:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.tuxpaint-config.new/tuxpaint-config.changes 
2015-01-03 22:01:45.0 +0100
@@ -1,0 +2,19 @@
+Fri Dec 26 01:51:14 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.0.13:
+  + Added Disable Label tool option, to match new Tux Paint feature
+  + Added options for new languages
+  + Added Accessibility tab, with options for sticky mouse clicks,
+keyboard-based mouse movement, and on-screen keyboard
+(new features in Tux Paint)
+  + Added Joystick tab, with options for configuring joystick controls
+(another new feature in Tux Paint)
+  + Fixed bug where hitting [Cancel] in file/directory chooser dialogs 
+would cause Tux Paint Config. to crash
+  + Modularized some of the UI layout code
+  + new translations
+- refreshed all patches
+- added tuxpaint-config-missing_includes.patch
+- removed tuxpaint-config-de.po (upstream translation exists now)
+
+---

Old:

  tuxpaint-config-0.0.12.tar.bz2
  tuxpaint-config-de.po

New:

  tuxpaint-config-0.0.13.tar.bz2
  tuxpaint-config-missing_includes.patch



Other differences:
--
++ tuxpaint-config.spec ++
--- /var/tmp/diff_new_pack.YD5slY/_old  2015-01-03 22:01:47.0 +0100
+++ /var/tmp/diff_new_pack.YD5slY/_new  2015-01-03 22:01:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tuxpaint-config
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tuxpaint-config
-Version:0.0.12
-Release:1
-License:GPL-2.0+
+Version:0.0.13
+Release:0
 Summary:Configuration tool for Tux Paint
-Url:http://www.tuxpaint.org/
+License:GPL-2.0+
 Group:  Productivity/Graphics/Bitmap Editors
+Url:http://www.tuxpaint.org/
 BuildRequires:  fltk-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libpaper-devel
@@ -33,10 +34,10 @@
 Recommends: tuxpaint
 %endif
 Source: %{name}-%{version}.tar.bz2
-Source2:tuxpaint-config-de.po
 Patch1: tuxpaint-config-docpath.patch
 Patch2: tuxpaint-config-desktop.patch
 Patch3: tuxpaint-config-manpage.patch
+Patch4: tuxpaint-config-missing_includes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,11 +53,10 @@
 %prep
 %setup -q
 find . -name CVS | xargs rm -rf
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
-install -m644 %{SOURCE2} src/po/de.po
-
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %build
 make  PREFIX=%{_prefix} X11_ICON_PREFIX=/usr/include/X11/pixmaps/
 
@@ -80,7 +80,6 @@
 %endif
 %find_lang %{name}
 
-
 %clean
 rm -rf %{buildroot}
 
@@ -107,8 +106,20 @@
 %if 0%{?suse_version} = 1130
 %defattr(-,root,root)
 # unrecogniced locales
+%dir %{_datadir}/locale/ach
+%dir %{_datadir}/locale/ach/LC_MESSAGES
+%dir %{_datadir}/locale/an
+%dir %{_datadir}/locale/an/LC_MESSAGES
+%dir %{_datadir}/locale/cgg
+%dir %{_datadir}/locale/cgg/LC_MESSAGES
+%dir %{_datadir}/locale/ff
+%dir %{_datadir}/locale/ff/LC_MESSAGES
+%dir %{_datadir}/locale/sat
+%dir %{_datadir}/locale/sat/LC_MESSAGES
 %dir %{_datadir}/locale/son
 %dir %{_datadir}/locale/son/LC_MESSAGES
+%dir %{_datadir}/locale/vec
+%dir %{_datadir}/locale/vec/LC_MESSAGES
 %endif
 %endif
 

++ tuxpaint-config-0.0.12.tar.bz2 - tuxpaint-config-0.0.13.tar.bz2 ++
 55150 lines of diff (skipped)

++ tuxpaint-config-desktop.patch ++
--- /var/tmp/diff_new_pack.YD5slY/_old  2015-01-03 22:01:47.0 +0100
+++ /var/tmp/diff_new_pack.YD5slY/_new  2015-01-03 22:01:47.0 +0100
@@ -1,10 +1,10 @@
-Index: src/tuxpaint-config.desktop
+Index: tuxpaint-config-0.0.13/src/tuxpaint-config.desktop
 ===
 src/tuxpaint-config.desktop.orig
-+++ src/tuxpaint-config.desktop
-@@ -38,8 +38,9 @@ Comment[son]=Tux Paint goyey hanse
- Comment[sv]=Konfigurera Rita med Tux
- Comment[uk]=Налаштування Tux Paint
+--- 

commit openCOLLADA for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

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

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


Package is openCOLLADA

Changes:

--- /work/SRC/openSUSE:Factory/openCOLLADA/openCOLLADA.changes  2012-04-12 
09:43:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.openCOLLADA.new/openCOLLADA.changes 
2015-01-03 22:01:43.0 +0100
@@ -1,0 +2,14 @@
+Sat Jan  3 11:13:47 UTC 2015 - tchva...@suse.com
+
+- Update package to match what is done in Fedora + what is needed
+  for libreoffice. Move from svn snapshot to git snapshot
+- Added patches:
+  * opencollada-cmake.patch
+  * opencollada-includes.patch
+  * opencollada-no-undefined.patch
+- Obsoleted patches:
+  * openCOLLADA-COLLADABU_ASSERT.patch
+  * openCOLLADA-cmakelinuxbuild.patch
+  * openCOLLADA-gcc47.patch
+
+---

Old:

  CHANGES.txt
  openCOLLADA-COLLADABU_ASSERT.patch
  openCOLLADA-cmakelinuxbuild.patch
  openCOLLADA-gcc47.patch
  openCOLLADA-svn868.tar.bz2

New:

  OpenCOLLADA-69b844d.tar.gz
  opencollada-cmake.patch
  opencollada-includes.patch
  opencollada-no-undefined.patch



Other differences:
--
++ openCOLLADA.spec ++
--- /var/tmp/diff_new_pack.1PnEOp/_old  2015-01-03 22:01:44.0 +0100
+++ /var/tmp/diff_new_pack.1PnEOp/_new  2015-01-03 22:01:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openCOLLADA
 #
-# Copyright (c) 2012 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
@@ -16,79 +16,102 @@
 #
 
 
-%define CURRENT 0
-%define AGE 868
-%define REVISION 1
-
-%define libversion %{CURRENT}.%{AGE}.%{REVISION}
-
+%global sover 0.2
+%global commit 69b844dc9eea0a014326149c259e7810ecec4c8c
+%global shortcommit 69b844d
+%global upname OpenCOLLADA
+%global libname lib%{upname}0
 Name:   openCOLLADA
-Version:svn%{AGE}
+Version:0_%{shortcommit}
 Release:0
 Summary:Collada 3D import and export libraries
 License:MIT
-Group:  Productivity/Graphics/CAD
-Url:http://www.opencollada.org/
-Source0:
http://opencollada.googlecode.com/svn/trunk/%{name}-%{version}.tar.bz2
-Source1:CHANGES.txt
-# This patch will be submitted upstream either by the Fedora creator or myself 
as I've added complete lib versioning to it.
-Patch0: openCOLLADA-cmakelinuxbuild.patch
-# This patch fixes error: there are no arguments to 'COLLADABU_ASSERT' that 
depend on a template parameter,
-# so a declaration of 'COLLADABU_ASSERT' must be available only for svn 839+
-Patch1: openCOLLADA-COLLADABU_ASSERT.patch
-Patch2: openCOLLADA-gcc47.patch
+Group:  System/Libraries
+Url:https://collada.org/mediawiki/index.php/OpenCOLLADA
+Source0:
https://github.com/KhronosGroup/OpenCOLLADA/archive/%{commit}/%{upname}-%{shortcommit}.tar.gz
+# PATCH-FIX-UPSTREAM use proper paths in cmake for install
+Patch0: opencollada-cmake.patch
+# PATCH-FIX-UPSTREAM add missing includes
+Patch1: opencollada-includes.patch
+# PATCH-FIX-UPSTREAM link to required libraries
+Patch2: opencollada-no-undefined.patch
 BuildRequires:  cmake
 BuildRequires:  dos2unix
-BuildRequires:  fftw3-devel
+BuildRequires:  fftw-devel
 BuildRequires:  gcc-c++
-BuildRequires:  libxml2-devel
-BuildRequires:  pcre-devel
-BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%global buildir %{_builddir}/%{name}-%{version}
+BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libpcrecpp)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(zlib)
 
 %description
-OpenCOLLADA is a stream based reader and writer library for COLLADA files
+COLLADA is a royalty-free XML schema that enables digital asset
+exchange within the interactive 3D industry.
+OpenCOLLADA is a Google summer of code opensource project providing
+libraries for 3D file interchange between applications like blender.
+COLLADABaseUtils  Utils used by many of the other projects
+COLLADAFramework  Datamodel used to load COLLADA files
+COLLADAStreamWriter   Sources (Library to write COLLADA files)
+COLLADASaxFrameworkLoader Library that loads COLLADA files in a sax
+  like manner into the framework data model
+COLLADAValidator  XML validator for COLLADA files, based on
+  the 

commit perl-Math-Round for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-Round for openSUSE:Factory 
checked in at 2015-01-03 22:01:21

Comparing /work/SRC/openSUSE:Factory/perl-Math-Round (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Math-Round.new (New)


Package is perl-Math-Round

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-Round/perl-Math-Round.changes  
2013-04-17 23:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Math-Round.new/perl-Math-Round.changes 
2015-01-03 22:01:45.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan  3 12:48:50 UTC 2015 - opens...@dstoecker.de
+
+- version 0.07: Corrected possible conflict with POSIX
+
+---

Old:

  Math-Round-0.06.tar.gz

New:

  Math-Round-0.07.tar.gz



Other differences:
--
++ perl-Math-Round.spec ++
--- /var/tmp/diff_new_pack.F8B9OQ/_old  2015-01-03 22:01:45.0 +0100
+++ /var/tmp/diff_new_pack.F8B9OQ/_new  2015-01-03 22:01:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Math-Round
 #
-# 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:   perl-Math-Round
-Version:0.06
+Version:0.07
 Release:0
 # MANUAL
 %define cpan_name Math-Round

++ Math-Round-0.06.tar.gz - Math-Round-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/Changes new/Math-Round-0.07/Changes
--- old/Math-Round-0.06/Changes 2006-11-30 03:29:29.0 +0100
+++ new/Math-Round-0.07/Changes 2015-01-02 17:39:17.0 +0100
@@ -23,3 +23,8 @@
- Streamlined the code. Thanks to Richard Jelinek of PetaMem.
- Made $half a package variable. Thanks to Ruud H. G. van Tol
  for pointing out some peculiarities of the rounding.
+
+0.07  Fri Jan  2 10:35:47 2015
+   - Perl 5.22 exports POSIX::round, so use POSIX had to be
+ changed to use POSIX (). Thanks to Jarkko Hietaniemi and
+ Slaven Rezic for the tip.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/META.yml new/Math-Round-0.07/META.yml
--- old/Math-Round-0.06/META.yml2006-11-30 03:31:35.0 +0100
+++ new/Math-Round-0.07/META.yml2015-01-02 18:02:28.0 +0100
@@ -1,10 +1,20 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXX This is a prototype!!!  It will change in the future!!! X#
-name: Math-Round
-version:  0.06
-version_from: Round.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+--- #YAML:1.0
+name:   Math-Round
+version:0.07
+abstract:   ~
+author:  []
+license:unknown
+distribution_type:  module
+configure_requires:
+ExtUtils::MakeMaker:  0
+build_requires:
+ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+directory:
+- t
+- inc
+generated_by:   ExtUtils::MakeMaker version 6.55_02
+meta-spec:
+url:  http://module-build.sourceforge.net/META-spec-v1.4.html
+version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/README new/Math-Round-0.07/README
--- old/Math-Round-0.06/README  2006-11-06 16:06:56.0 +0100
+++ new/Math-Round-0.07/README  2015-01-02 17:40:37.0 +0100
@@ -24,9 +24,9 @@
 
 Recent Changes
 ==
-Version 0.04: Added nearest_ceil and nearest_floor.
 Version 0.05: Added nlowmult and nhimult.
 Version 0.06: Streamlined the code.
+Version 0.07: Corrected possible conflict with POSIX.
 
 How to Install
 ==
@@ -42,8 +42,6 @@
 it under the same terms as Perl itself.
 
 Geoffrey Rommel
-DBA Tech Consultant
-Sears, Roebuck and Co.
 grom...@cpan.org
 
 October 2000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Math-Round-0.06/Round.pm new/Math-Round-0.07/Round.pm
--- old/Math-Round-0.06/Round.pm2006-11-21 15:00:55.0 +0100
+++ new/Math-Round-0.07/Round.pm2015-01-02 18:01:33.0 +0100
@@ -1,7 +1,7 @@
 package Math::Round;
 
 use strict;
-use POSIX;
+use POSIX ();
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 require Exporter;
@@ -11,7 +11,7 @@
 @EXPORT_OK = qw(round nearest round_even round_odd round_rand
nearest_ceil nearest_floor nearest_rand
nlowmult nhimult );
-$VERSION = '0.06';
+$VERSION = 

commit polkit for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2015-01-03 22:02:12

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


Package is polkit

Changes:

--- /work/SRC/openSUSE:Factory/polkit/polkit.changes2013-09-27 
17:57:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes   2015-01-03 
22:02:14.0 +0100
@@ -1,0 +2,6 @@
+Tue Dec  9 16:23:50 UTC 2014 - meiss...@suse.com
+
+- Added gpg signature and keyring with David Zeuthen and Miloslav Trmac
+  ids.
+
+---

New:

  polkit-0.112.tar.gz.sign
  polkit.keyring



Other differences:
--
++ polkit.spec ++
--- /var/tmp/diff_new_pack.CsmgmU/_old  2015-01-03 22:02:15.0 +0100
+++ /var/tmp/diff_new_pack.CsmgmU/_new  2015-01-03 22:02:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package polkit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -30,6 +30,8 @@
 Url:http://www.freedesktop.org/wiki/Software/polkit/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
+Source1:
http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz.sign
+Source2:%name.keyring
 Source99:   baselibs.conf
 # PATCH-FIX-OPENSUSE polkit-no-wheel-group.patch vu...@opensuse.org -- In 
openSUSE, there's no special meaning for the wheel group, so we shouldn't allow 
it to be admin
 Patch0: polkit-no-wheel-group.patch

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



commit plasma-nm for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm for openSUSE:Factory 
checked in at 2015-01-03 22:02:18

Comparing /work/SRC/openSUSE:Factory/plasma-nm (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-nm.new (New)


Package is plasma-nm

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm/plasma-nm.changes  2014-12-06 
13:45:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-nm.new/plasma-nm.changes 2015-01-03 
22:02:21.0 +0100
@@ -1,0 +2,24 @@
+Fri Dec 12 11:54:55 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 0.9.3.5
+  - Bugfix release
+   Summary of fixed issues:
+   bko#339652 – added missing IPv6 support for OpenVPN connections
+   bko#333752 – we moved code for checking your current download/upload
+to QML code
+   bko#329837 – during import of VPN connections we copied your 
+certificates automatically into your home directory, 
+now we are asking whether you want to copy them or 
+keep the path as it is
+   bko#340306 – fixed initialization of current download/upload 
+speed for mobile broadband connections
+   bko#338513, bko#338697, bko#339223 – many fixes in secret agent 
+(KWallet) initialization, also added migration for 
+your secrets from plain text files, we dropped their
+support in the previous version, and store them into
+KWallet or directly into NetworkManager.
+(boo#909683)
+
+- Drop 0001-Add-IPv6-tab-for-OpenVPN-connections.patch due to 
+  upstream inclusion
+---

Old:

  0001-Add-IPv6-tab-for-OpenVPN-connections.patch
  plasma-nm-0.9.3.4.tar.xz

New:

  plasma-nm-0.9.3.5.tar.xz



Other differences:
--
++ plasma-nm.spec ++
--- /var/tmp/diff_new_pack.BvOVy4/_old  2015-01-03 22:02:22.0 +0100
+++ /var/tmp/diff_new_pack.BvOVy4/_new  2015-01-03 22:02:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plasma-nm
-Version:0.9.3.4
+Version:0.9.3.5
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:GPL-2.0 or GPL-3.0
@@ -26,14 +26,11 @@
 Source: 
http://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
 Source1:icon.tar.bz2
 Source2:01-plasma-nm.js
-# PATCH-FIX-UPSTREAM 0001-Add-IPv6-tab-for-OpenVPN-connections.patch
-Patch0: 0001-Add-IPv6-tab-for-OpenVPN-connections.patch
-# PATCH-FIX-UPSTREAM openconnect-7-support.patch
 Patch1: openconnect-7-support.patch
 BuildRequires:  NetworkManager-devel = 0.9.8.0
 BuildRequires:  fdupes
 BuildRequires:  libModemManagerQt-devel = 0.7.990
-BuildRequires:  libNetworkManagerQt-devel = 0.9.8.1
+BuildRequires:  libNetworkManagerQt-devel = 0.9.8.3
 BuildRequires:  libkde4-devel = 4.9.0
 BuildRequires:  mobile-broadband-provider-info
 %if 0%{?suse_version}  1230
@@ -160,7 +157,6 @@
 
 %prep
 %setup -qn %{name}-%{version} -a 1
-%patch0 -p1
 %patch1 -p1
 
 %build

++ plasma-nm-0.9.3.4.tar.xz - plasma-nm-0.9.3.5.tar.xz ++
 27962 lines of diff (skipped)

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



commit btrfsprogs for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2015-01-03 22:02:14

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


Package is btrfsprogs

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2014-12-05 
21:07:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2015-01-03 22:02:18.0 +0100
@@ -1,0 +2,39 @@
+Tue Dec 30 00:00:00 CET 2014 - dste...@suse.cz
+
+- version 3.18
+  - mkfs - skinny-metadata feature is now on by default, first introduced in
+kernel 3.10
+  - filesystem usage - give an overview of fs usage in a way that's more
+comprehensible than existing 'fi df'
+  - device usage - more detailed information about per-device allocations
+  - check:
+- option to set a different tree root byte number
+- ability to link lost files to lost+found, caused by a recent kernel bug
+- repair of severely corrupted fs (use with care)
+  - convert - option to show progress
+  - subvol create - print the commit mode inline, print the global mode only 
if --verbose
+  - other updates: musl-libc support, coverity bugfixes, new test images,
+documentation
+- Removed patches (upstreamed):
+  * 0010-btrfs-progs-move-group-type-and-profile-pretty-print.patch
+  * 0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch
+  * 0012-btrfs-progs-Add-helpers-functions-to-handle-the-prin.patch
+  * 0013-btrfs-progs-Add-command-btrfs-filesystem-disk-usage.patch
+  * 0014-btrfs-progs-Add-btrfs-device-disk-usage-command.patch
+  * 0015-btrfs-progs-cleanup-dead-return-after-usage-for-fi-d.patch
+  * 0016-btrfs-progs-Fix-memleak-in-get_raid56_used.patch
+  * 0017-Btrfs-progs-fi-usage-free-memory-if-realloc-fails.patch
+  * 0019-btrfs-progs-add-original-df-and-rename-disk_usage-to.patch
+  * 0020-btrfs-progs-move-device-usage-to-cmds-device-more-cl.patch
+  * 0021-btrfs-progs-check-if-we-can-t-get-info-from-ioctls-d.patch
+  * 0022-btrfs-progs-zero-out-structures-before-calling-ioctl.patch
+  * 0024-btrfs-progs-Print-more-info-about-device-sizes.patch
+  * 0025-btrfs-progs-compare-unallocated-space-against-the-co.patch
+  * 0026-btrfs-progs-add-section-of-overall-filesystem-usage.patch
+  * 0027-btrfs-progs-cleanup-filesystem-device-usage-code.patch
+  * 0028-btrfs-progs-rework-calculations-of-fi-usage.patch
+  * 0029-btrfs-progs-replace-df_pretty_sizes-with-pretty_size.patch
+  * 0030-btrfs-progs-clean-up-return-codes-and-paths.patch
+  * 0031-btrfs-progs-move-global-reserve-to-overall-summary.patch
+
+---

Old:

  0010-btrfs-progs-move-group-type-and-profile-pretty-print.patch
  0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch
  0012-btrfs-progs-Add-helpers-functions-to-handle-the-prin.patch
  0013-btrfs-progs-Add-command-btrfs-filesystem-disk-usage.patch
  0014-btrfs-progs-Add-btrfs-device-disk-usage-command.patch
  0015-btrfs-progs-cleanup-dead-return-after-usage-for-fi-d.patch
  0016-btrfs-progs-Fix-memleak-in-get_raid56_used.patch
  0017-Btrfs-progs-fi-usage-free-memory-if-realloc-fails.patch
  0019-btrfs-progs-add-original-df-and-rename-disk_usage-to.patch
  0020-btrfs-progs-move-device-usage-to-cmds-device-more-cl.patch
  0021-btrfs-progs-check-if-we-can-t-get-info-from-ioctls-d.patch
  0022-btrfs-progs-zero-out-structures-before-calling-ioctl.patch
  0024-btrfs-progs-Print-more-info-about-device-sizes.patch
  0025-btrfs-progs-compare-unallocated-space-against-the-co.patch
  0026-btrfs-progs-add-section-of-overall-filesystem-usage.patch
  0027-btrfs-progs-cleanup-filesystem-device-usage-code.patch
  0028-btrfs-progs-rework-calculations-of-fi-usage.patch
  0029-btrfs-progs-replace-df_pretty_sizes-with-pretty_size.patch
  0030-btrfs-progs-clean-up-return-codes-and-paths.patch
  0031-btrfs-progs-move-global-reserve-to-overall-summary.patch
  btrfs-progs-v3.17.3.tar.gz

New:

  btrfs-progs-v3.18.tar.gz



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.G81MeO/_old  2015-01-03 22:02:19.0 +0100
+++ /var/tmp/diff_new_pack.G81MeO/_new  2015-01-03 22:02:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   btrfsprogs
-Version:3.17.3
+Version:3.18
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0
@@ -30,27 +30,6 @@
 Source1:boot-btrfs.sh
 Source4:setup-btrfs.sh
 
-Patch10:0010-btrfs-progs-move-group-type-and-profile-pretty-print.patch
-Patch11:0011-btrfs-progs-Enhance-the-command-btrfs-filesystem-df.patch
-Patch12:

commit libNetworkManagerQt for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package libNetworkManagerQt for 
openSUSE:Factory checked in at 2015-01-03 22:02:16

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


Package is libNetworkManagerQt

Changes:

--- /work/SRC/openSUSE:Factory/libNetworkManagerQt/libNetworkManagerQt.changes  
2014-08-16 15:37:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libNetworkManagerQt.new/libNetworkManagerQt.changes 
2015-01-03 22:02:20.0 +0100
@@ -1,0 +2,30 @@
+Fri Dec 12 11:36:18 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 0.9.8.3-1
+  - Bugfix release
+   Summary of fixed issues:
+   bko#339652 – added missing IPv6 support for OpenVPN connections
+   bko#333752 – we moved code for checking your current download/upload
+to QML code
+   bko#329837 – during import of VPN connections we copied your 
+certificates automatically into your home directory, 
+now we are asking whether you want to copy them or 
+keep the path as it is
+   bko#340306 – fixed initialization of current download/upload 
+speed for mobile broadband connections
+   bko#338513, bko#338697, bko#339223 – many fixes in secret agent 
+(KWallet) initialization, also added migration for 
+your secrets from plain text files, we dropped their
+support in the previous version, and store them into
+KWallet or directly into NetworkManager.
+(boo#909683)
+
+- Drop 0001-Add-IPv6-configuration-for-VPN-connections-needed-fo.patch
+  due to upstream inclusion
+---
+Tue Oct  7 19:36:18 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Add-IPv6-configuration-for-VPN-connections-needed-fo.patch
+  (kde#339652)
+
+---

Old:

  libnm-qt-0.9.8.2.tar.xz

New:

  libnm-qt-0.9.8.3-1.tar.xz



Other differences:
--
++ libNetworkManagerQt.spec ++
--- /var/tmp/diff_new_pack.ZpcERo/_old  2015-01-03 22:02:21.0 +0100
+++ /var/tmp/diff_new_pack.ZpcERo/_new  2015-01-03 22:02:21.0 +0100
@@ -20,12 +20,12 @@
 %define soversion 1
 
 Name:   libNetworkManagerQt
-Version:0.9.8.2
+Version:0.9.8.3
 Release:0
 Summary:A qt wrapper around the NetworkManager libraries
 License:LGPL-2.1 or LGPL-3.0
 Group:  System/GUI/KDE
-Source0:
http://download.kde.org/unstable/networkmanager-qt/%{version}/src/libnm-qt-%{version}.tar.xz
+Source0:
http://download.kde.org/unstable/networkmanager-qt/%{version}/src/libnm-qt-%{version}-1.tar.xz
 BuildRequires:  NetworkManager-devel = 0.9.8.4
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem

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



commit gnutls for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-01-03 22:03:04

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


Package is gnutls

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2014-11-28 
08:46:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2015-01-03 
22:03:08.0 +0100
@@ -1,0 +2,13 @@
+Wed Dec 31 09:19:19 UTC 2014 - meiss...@suse.com
+
+- build with PIE for commandline tools
+
+---
+Wed Dec 31 09:18:28 UTC 2014 - meiss...@suse.com
+
+- Updated to 3.2.21 (released 2014-12-11)
+  - libgnutls: Corrected regression introduced in 3.2.19 related to
+session renegotiation. Reported by Dan Winship.
+  - libgnutls: Corrected parsing issue with OCSP responses.
+
+---

Old:

  gnutls-3.2.20.tar.xz
  gnutls-3.2.20.tar.xz.sig

New:

  gnutls-3.2.21.tar.xz
  gnutls-3.2.21.tar.xz.sig



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.J65X4Q/_old  2015-01-03 22:03:10.0 +0100
+++ /var/tmp/diff_new_pack.J65X4Q/_new  2015-01-03 22:03:10.0 +0100
@@ -21,7 +21,7 @@
 %define gnutls_ossl_sover 27
 
 Name:   gnutls
-Version:3.2.20
+Version:3.2.21
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -139,6 +139,9 @@
 %patch6 -p1
 
 %build
+export LDFLAGS=-pie
+export CFLAGS=$RPM_OPT_FLAGS -fPIE
+export CXXFLAGS=$RPM_OPT_FLAGS -fPIE
 autoreconf -if
 %configure \
 gl_cv_func_printf_directive_n=yes \

++ gnutls-3.2.20.tar.xz - gnutls-3.2.21.tar.xz ++
 2210 lines of diff (skipped)


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



commit vorbis-tools for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package vorbis-tools for openSUSE:Factory 
checked in at 2015-01-03 22:03:06

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


Package is vorbis-tools

Changes:

--- /work/SRC/openSUSE:Factory/vorbis-tools/vorbis-tools.changes
2014-07-25 12:27:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.vorbis-tools.new/vorbis-tools.changes   
2015-01-03 22:03:12.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 31 12:20:32 UTC 2014 - meiss...@suse.com
+
+- build with PIE
+
+---



Other differences:
--
++ vorbis-tools.spec ++
--- /var/tmp/diff_new_pack.0tgMtc/_old  2015-01-03 22:03:13.0 +0100
+++ /var/tmp/diff_new_pack.0tgMtc/_new  2015-01-03 22:03:13.0 +0100
@@ -81,6 +81,8 @@
 autoreconf --force --install
 # test ! -f po/Makevars.template || mv po/Makevars.template po/Makevars
 
+export CFLAGS=$RPM_OPT_FLAGS -fPIE
+export LDFLAGS=-pie
 %configure --disable-rpath
 make %{?_smp_mflags}
 
@@ -92,9 +94,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES COPYING README

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



commit python-sip for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2015-01-03 22:03:02

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


Package is python-sip

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2014-10-14 
13:24:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2015-01-03 22:03:05.0 +0100
@@ -1,0 +2,10 @@
+Tue Dec 30 20:24:04 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.16.5:
+  * Minor functional and bug-fix release.
+  - Changes since 4.16.4:
+  * Added the /AbortOnException/ function annotation.
+  * Added the /DisallowNone/ function annotation.
+  * Added the /DisallowNone/ argument annotation.
+
+---
python3-sip.changes: same change

Old:

  sip-4.16.3.tar.gz

New:

  sip-4.16.5.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.iDC6n7/_old  2015-01-03 22:03:08.0 +0100
+++ /var/tmp/diff_new_pack.iDC6n7/_new  2015-01-03 22:03:08.0 +0100
@@ -18,7 +18,7 @@
 
 %define python_sip_api 11.1
 Name:   python-sip
-Version:4.16.3
+Version:4.16.5
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ python3-sip.spec ++
--- /var/tmp/diff_new_pack.iDC6n7/_old  2015-01-03 22:03:08.0 +0100
+++ /var/tmp/diff_new_pack.iDC6n7/_new  2015-01-03 22:03:08.0 +0100
@@ -21,7 +21,7 @@
 %define py3_incdir %{_includedir}/python3.2mu
 %endif
 Name:   python3-sip
-Version:4.16.3
+Version:4.16.5
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

++ sip-4.16.3.tar.gz - sip-4.16.5.tar.gz ++
 15923 lines of diff (skipped)

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



commit libmspub for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2015-01-03 22:03:01

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


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2014-07-27 
18:46:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2015-01-03 
22:03:03.0 +0100
@@ -1,0 +2,15 @@
+Tue Dec 30 18:46:49 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.1.2:
+  - Check arguments of public functions. Passing NULL no longer causes
+a crash.
+  - Use symbol visibility on Linux. The library only exports the two public
+functions now.
+  - Fix several crashes and hangs when reading broken files, found with the 
help
+of american-fuzzy-lop.
+  - Add support for embedded fonts.
+  - Add initial support for tables.
+  - Parse document metadata.
+- Remove libmspub-0.1.1-pkgconfig.patch
+
+---

Old:

  libmspub-0.1.1-pkgconfig.patch
  libmspub-0.1.1.tar.xz

New:

  libmspub-0.1.2.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.o8afCa/_old  2015-01-03 22:03:05.0 +0100
+++ /var/tmp/diff_new_pack.o8afCa/_new  2015-01-03 22:03:05.0 +0100
@@ -16,15 +16,15 @@
 #
 
 
+%define libname libmspub-0_1-1
 Name:   libmspub
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
-Patch0: libmspub-0.1.1-pkgconfig.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -41,8 +41,6 @@
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
 
-%define libname libmspub-0_1-1
-
 %package -n %{libname}
 Summary:Microsoft Publisher file format parser library
 Group:  System/Libraries
@@ -80,7 +78,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden

++ libmspub-0.1.1.tar.xz - libmspub-0.1.2.tar.xz ++
 3666 lines of diff (skipped)

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



commit perl-Net-DNS-Resolver-Programmable for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-DNS-Resolver-Programmable 
for openSUSE:Factory checked in at 2015-01-03 22:03:00

Comparing /work/SRC/openSUSE:Factory/perl-Net-DNS-Resolver-Programmable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Net-DNS-Resolver-Programmable.new 
(New)


Package is perl-Net-DNS-Resolver-Programmable

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-DNS-Resolver-Programmable/perl-Net-DNS-Resolver-Programmable.changes
2011-09-23 12:38:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-DNS-Resolver-Programmable.new/perl-Net-DNS-Resolver-Programmable.changes
   2015-01-03 22:03:02.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 29 13:00:45 UTC 2014 - dims...@opensuse.org
+
+- Add Net-DNS-Resolver-Net-DNS-0.75.patch: Deal with changes in
+  Net::DNS 0.75.
+  https://rt.cpan.org/Public/Bug/Display.html?id=95901
+
+---

New:

  Net-DNS-Resolver-Net-DNS-0.75.patch



Other differences:
--
++ perl-Net-DNS-Resolver-Programmable.spec ++
--- /var/tmp/diff_new_pack.m5G1e3/_old  2015-01-03 22:03:03.0 +0100
+++ /var/tmp/diff_new_pack.m5G1e3/_new  2015-01-03 22:03:03.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Net-DNS-Resolver-Programmable (Version 0.003)
+# spec file for package perl-Net-DNS-Resolver-Programmable
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Net-DNS-Resolver-Programmable
 %define cpan_name Net-DNS-Resolver-Programmable
 Summary:Programmable DNS resolver class for offline emulation of DNS
-Version:0.003
-Release:4
 License:Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:0.003
+Release:0
 Url:http://search.cpan.org/dist/Net-DNS-Resolver-Programmable
 Source: 
http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/Net-DNS-Resolver-Programmable-v0.003.tar.gz
+Patch0: Net-DNS-Resolver-Net-DNS-0.75.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -49,6 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-v%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL --prefix $RPM_BUILD_ROOT/usr --installdirs vendor

++ Net-DNS-Resolver-Net-DNS-0.75.patch ++
Description: deal with changes in Net::DNS = 0.75
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=95901
Bug-Debian: https://bugs.debian.org/752988
Author: Willen nlnetl...@cpan.org
Reviewed-by: gregor herrmann gre...@debian.org
Last-Update: 2014-06-29

--- a/lib/Net/DNS/Resolver/Programmable.pm
+++ b/lib/Net/DNS/Resolver/Programmable.pm
@@ -204,8 +204,10 @@
 if (defined(my $resolver_code = $self-{resolver_code})) {
 ($result, $aa, @answer_rrs) = $resolver_code-($domain, $rr_type, 
$class);
 }
-
-if (not defined($result) or defined($Net::DNS::rcodesbyname{$result})) {
+
+if (not defined($result)
+ or defined($Net::DNS::rcodesbyname{$result})
+ or defined($Net::DNS::Parameters::rcodebyname{$result})) {
 # Valid RCODE, return a packet:
 
 $aa = TRUE  if not defined($aa);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org