commit nghttp2 for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

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

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


Package is "nghttp2"

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2015-05-23 
13:07:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-05-25 
23:15:10.0 +0200
@@ -1,0 +2,20 @@
+Mon May 25 15:13:45 UTC 2015 - mplus...@suse.com
+
+- Update to 1.0.1
+  * Include stdint.h instead of inttypes.h when compiled with MSVC 
+< 2013
+  * Fix invalid memory free on out-of-memory handling
+  * integration: Use our own copy of golang spdy package
+  * android: Don't link zlib bundled with android NDK
+  * Dockerfile.android: Update NDK ver, and ubuntu; build and link 
+zlib
+  * src, examples: Fix up OpenSSL initialization
+  * nghttpx: Allow HTTP Upgrade from POST request if response 
+header has not been sent to the client
+  * nghttpx: Fix bug that PUSH_PROMISE is sent after associated 
+response HEADERS
+  * nghttpd: Close connection after settings timeout and GOAWAY 
+was sent
+  * h2load: Fix bug that NPN fails if ALPN is enabled
+
+---

Old:

  nghttp2-1.0.0.tar.xz

New:

  nghttp2-1.0.1.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.LgS1Hc/_old  2015-05-25 23:15:11.0 +0200
+++ /var/tmp/diff_new_pack.LgS1Hc/_new  2015-05-25 23:15:11.0 +0200
@@ -19,7 +19,7 @@
 %define lib_name lib%{name}-14
 %define lib_name_asio lib%{name}_asio1
 Name:   nghttp2
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT
@@ -106,7 +106,7 @@
--enable-asio-lib \
--enable-python-bindings \
--disable-static
-make %{?_smp_mflags} all html
+make %{?_smp_mflags} all html V=1
 
 %check
 make %{?_smp_mflags} check

++ nghttp2-1.0.0.tar.xz -> nghttp2-1.0.1.tar.xz ++
 1888 lines of diff (skipped)




commit clutter-gst for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory 
checked in at 2015-05-25 23:12:03

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


Package is "clutter-gst"

Changes:

--- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes  2015-02-06 
10:40:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes 
2015-05-25 23:12:04.0 +0200
@@ -1,0 +2,8 @@
+Sun May 24 19:26:12 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.0.6:
+  + Fix memory leaks in get/set_caps.
+  + Advertize the GstVideoOverlayComposition feature in caps.
+  + Clear buffer in flush.
+
+---

Old:

  clutter-gst-3.0.4.tar.xz

New:

  clutter-gst-3.0.6.tar.xz



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.yqJbBL/_old  2015-05-25 23:12:05.0 +0200
+++ /var/tmp/diff_new_pack.yqJbBL/_new  2015-05-25 23:12:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package clutter-gst
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   clutter-gst
-Version:3.0.4
+Version:3.0.6
 Release:0
 Url:http://clutter-project.org/
 Summary:GStreamer integration for Clutter

++ clutter-gst-3.0.4.tar.xz -> clutter-gst-3.0.6.tar.xz ++
 3432 lines of diff (skipped)




commit python3-pbr for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pbr for openSUSE:Factory 
checked in at 2015-05-25 11:16:33

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


Package is "python3-pbr"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pbr/python3-pbr.changes  2015-05-02 
21:42:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pbr.new/python3-pbr.changes 
2015-05-25 11:16:34.0 +0200
@@ -1,0 +2,17 @@
+Mon May 25 05:03:12 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.1:
+  * Remove self.pre_run calls in packaging.py
+  * Update hacking to 0.10.x series
+
+- changes from version 1.0.0:
+  * Teach pbr to read extras and env markers
+  * Bump integration test timeouts.
+  * Finish removing invocations of pip.
+  * Advertise support for Python3.4
+  * Issue #1451976: handle commits with non-utf8 text
+  * Parallelise integration tests.
+  * Stop re-invoking pip
+  * Allow overwriting sphinx builder from command line
+
+---

Old:

  pbr-0.11.0.tar.gz

New:

  pbr-1.0.1.tar.gz



Other differences:
--
++ python3-pbr.spec ++
--- /var/tmp/diff_new_pack.4wiZ7S/_old  2015-05-25 11:16:34.0 +0200
+++ /var/tmp/diff_new_pack.4wiZ7S/_new  2015-05-25 11:16:34.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   python3-pbr
-Version:0.11.0
+Version:1.0.1
 Release:0
 Summary:Python Build Reasonableness
 License:Apache-2.0

++ pbr-0.11.0.tar.gz -> pbr-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-0.11.0/.testr.conf new/pbr-1.0.1/.testr.conf
--- old/pbr-0.11.0/.testr.conf  2015-05-01 00:32:23.0 +0200
+++ new/pbr-1.0.1/.testr.conf   2015-05-20 00:36:58.0 +0200
@@ -1,4 +1,4 @@
 [DEFAULT]
-test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
+test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run 
discover -t ./ . $LISTOPT $IDOPTION
 test_id_option=--load-list $IDFILE
 test_list_option=--list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-0.11.0/AUTHORS new/pbr-1.0.1/AUTHORS
--- old/pbr-0.11.0/AUTHORS  2015-05-01 00:33:09.0 +0200
+++ new/pbr-1.0.1/AUTHORS   2015-05-20 00:37:15.0 +0200
@@ -14,6 +14,7 @@
 Clark Boylan 
 Claudiu Popa 
 Dan Prince 
+Darragh Bailey 
 Davanum Srinivas 
 Dave Walker (Daviey) 
 David Ripton 
@@ -23,6 +24,7 @@
 Doug Hellmann 
 Doug Hellmann 
 Doug Hellmann 
+Elena Ezhova 
 Eoghan Glynn 
 Eric Windisch 
 Erik M. Bray 
@@ -31,6 +33,7 @@
 Giampaolo Lauria 
 Ionuț Arțăriși 
 James E. Blair 
+James Polley 
 Jason Kölker 
 Jay Pipes 
 Jeremy Stanley 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-0.11.0/ChangeLog new/pbr-1.0.1/ChangeLog
--- old/pbr-0.11.0/ChangeLog2015-05-01 00:33:09.0 +0200
+++ new/pbr-1.0.1/ChangeLog 2015-05-20 00:37:15.0 +0200
@@ -1,6 +1,22 @@
 CHANGES
 ===
 
+1.0.1
+-
+
+* Remove self.pre_run calls in packaging.py
+* Update hacking to 0.10.x series
+
+1.0.0
+-
+
+* Teach pbr to read extras and env markers
+* Bump integration test timeouts
+* Finish removing invocations of pip
+* Advertise support for Python3.4
+* Issue #1451976: handle commits with non-utf8 text
+* Parallelise integration tests
+
 0.11.0
 --
 
@@ -9,6 +25,7 @@
 * Test pip install -e of projects
 * Build all the wheels in one pass rather than many
 * Improve integration.sh
+* Stop re-invoking pip
 * Honour new test variable PIPVERSION
 * Be safe, don't let friends use RawConfigParser
 * Revert "Support platform-specific requirements files"
@@ -19,6 +36,7 @@
 * Better diagnostics on test failure
 * Don't avoid egg-info quite so often
 * Add truncated lincense text
+* Allow overwriting sphinx builder from command line
 * "packages" might list multiple directories
 * Support script text override for newer develop
 * Fixes Windows generated scripts headers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-0.11.0/PKG-INFO new/pbr-1.0.1/PKG-INFO
--- old/pbr-0.11.0/PKG-INFO 2015-05-01 00:33:09.0 +0200
+++ new/pbr-1.0.1/PKG-INFO  2015-05-20 00:37:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pbr
-Version: 0.11.0
+Version: 1.0.1
 Summary: Python Build Reasonableness
 Home-page: https://launchpad.net/pbr
 Author: OpenStack
@@ -55,3 +55,4 @@
 Classifier: Pr

commit couchdb for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

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

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


Package is "couchdb"

Changes:

--- /work/SRC/openSUSE:Factory/couchdb/couchdb.changes  2015-02-18 
12:08:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.couchdb.new/couchdb.changes 2015-05-25 
11:17:08.0 +0200
@@ -1,0 +2,9 @@
+Sun May 24 21:12:40 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+- Add rc symlink for service
+- Add missing systemd scriplets
+- Add build depnendcy on curl-devel
+
+---

New:

  apache-couchdb-1.6.1.tar.gz.asc
  couchdb.keyring



Other differences:
--
++ couchdb.spec ++
--- /var/tmp/diff_new_pack.noyixJ/_old  2015-05-25 11:17:09.0 +0200
+++ /var/tmp/diff_new_pack.noyixJ/_new  2015-05-25 11:17:09.0 +0200
@@ -21,14 +21,12 @@
 %define couchdb_group couchdb
 %define couchdb_log %{_localstatedir}/log/%{name}
 %define couchdb_home %{_localstatedir}/lib/%{name}
-
 # This should be in RPM as %%{_runstatedir}
 %if 0%{?suse_version} >= 1230
 %define runstatedir /run/%{name}
 %else
 %define runstatedir %{_localstatedir}/run/%{name}
 %endif
-
 Name:   couchdb
 Version:1.6.1
 Release:0
@@ -41,40 +39,43 @@
 Source2:%{name}.sysconfig
 Source3:%{name}.service
 Source4:%{name}.tmpfiles.conf
+Source5:
http://www.apache.org/dist/%{name}/source/%{version}/apache-couchdb-%{version}.tar.gz.asc
+Source6:%{name}.keyring
 Patch0: couchdb-futon-default-view-language.patch
 # PATCH-FIX-UPSTREAM couchdb-glibc-2.20.patch dims...@opensuse.org -- Fix 
build with glibc 2.20; _BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE; 
using both for backwards compatibility
 Patch1: couchdb-glibc-2.20.patch
 Patch2: apache-couchdb-1.6.1-fix-bashisms.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
+BuildRequires:  curl-devel
 BuildRequires:  erlang
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
 BuildRequires:  libicu-devel
 BuildRequires:  libtool
 BuildRequires:  makeinfo
-%if 0%{?suse_version} < 1200
-BuildRequires:  mozilla-xulrunner192-devel
-%else
-BuildRequires:  js-devel
-%endif
 BuildRequires:  pkgconfig
 Requires:   erlang
 Requires:   logrotate
 Requires(post): aaa_base
 Requires(post): info
-Requires(preun):aaa_base
-Requires(preun):info
+Requires(pre):  %fillup_prereq
 # Users and groups
 Requires(pre):  pwdutils
+Requires(preun): aaa_base
+Requires(preun): info
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} < 1200
+BuildRequires:  mozilla-xulrunner192-devel
+%else
+BuildRequires:  js-devel
+%endif
 %if 0%{?suse_version} >= 1230
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %else
 Requires(pre):  %insserv_prereq
 %endif
-Requires(pre):  %fillup_prereq
 
 %description
 Apache CouchDB is a distributed, fault-tolerant and schema-free
@@ -105,17 +106,18 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-chmod -x %{buildroot}/usr/share/couchdb/server/main{,-coffee}.js
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+chmod -x %{buildroot}%{_datadir}/couchdb/server/main{,-coffee}.js
+install -d %{buildroot}%{_sbindir}
 %if 0%{?suse_version} >= 1230
 # Service & tmpfiles config
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
-install -d -m 0755 %{buildroot}/usr/lib/tmpfiles.d/
-install -D -m 0644 %{SOURCE4} %{buildroot}/usr/lib/tmpfiles.d/%{name}.conf
+install -d -m 0755 %{buildroot}%{_libexecdir}/tmpfiles.d/
+install -D -m 0644 %{SOURCE4} 
%{buildroot}%{_libexecdir}/tmpfiles.d/%{name}.conf
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 %else
 # sysvinit script
 install -D -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/%{name}
-install -d %{buildroot}%{_sbindir}
 ln -s %{_initddir}/%{name} %{buildroot}%{_sbindir}/rc%{name}
 # Sysconfig template
 mkdir -p %{buildroot}%{_var}/adm/fillup-templates/
@@ -127,7 +129,7 @@
 rm %{buildroot}%{_sysconfdir}/rc.d/%{name}
 rm -rf  %{buildroot}%{_datadir}/doc/%{name}
 # clean-up .la archives
-find %{buildroot} -name '*.la' -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %pre
 getent group %{couchdb_group} >/dev/null || groupadd -r %{couchdb_group} || :
@@ -138,13 +140,21 @@
 useradd -r -g %{couchdb_group} -d %{couchdb_home} -s $(which nologin) \
 -c "Couchdb Database Server" %{couchdb_user} || :
 fi
+%if 0%{?suse_version} >= 1230
+%service_add_pre %{name}.service
+%endif
 
 %post

commit python3-pycparser for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pycparser for 
openSUSE:Factory checked in at 2015-05-25 11:16:17

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


Package is "python3-pycparser"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pycparser/python3-pycparser.changes  
2015-04-25 21:51:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pycparser.new/python3-pycparser.changes 
2015-05-25 11:16:18.0 +0200
@@ -1,0 +2,11 @@
+Mon May 25 05:55:24 UTC 2015 - a...@gmx.de
+
+- update to version 2.13:
+  * Added support for offsetof() the way gcc implements it (special builtin
+that takes a type as an argument).
+  * Added faked va_* macros (these are expected to come from stdarg.h)
+  * Added a bunch more fake headers and typedefs to support parsing C projects
+like Git and SQLite without modifications to pycparser.
+  * Added support for empty initializer lists (#79).
+
+---

Old:

  pycparser-2.12.tar.gz

New:

  pycparser-2.13.tar.gz



Other differences:
--
++ python3-pycparser.spec ++
--- /var/tmp/diff_new_pack.yxfo1o/_old  2015-05-25 11:16:19.0 +0200
+++ /var/tmp/diff_new_pack.yxfo1o/_new  2015-05-25 11:16:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pycparser
-Version:2.12
+Version:2.13
 Release:0
 Summary:C parser in Python
 License:BSD-3-Clause

++ pycparser-2.12.tar.gz -> pycparser-2.13.tar.gz ++
 1695 lines of diff (skipped)




commit python3-pymongo for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pymongo for openSUSE:Factory 
checked in at 2015-05-25 11:16:50

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


Package is "python3-pymongo"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pymongo/python3-pymongo.changes  
2015-04-25 11:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pymongo.new/python3-pymongo.changes 
2015-05-25 11:16:52.0 +0200
@@ -1,0 +2,9 @@
+Mon May 25 06:23:05 UTC 2015 - a...@gmx.de
+
+- update to version 3.0.2:
+  * Auth can fail while connecting to replset with recovering members
+  * ReadPreference.NEAREST can route operations to arbiters in PyMongo
+3.0
+  * ReadPreference instances aren't copyable
+
+---

Old:

  pymongo-3.0.1.tar.gz

New:

  pymongo-3.0.2.tar.gz



Other differences:
--
++ python3-pymongo.spec ++
--- /var/tmp/diff_new_pack.swlpUi/_old  2015-05-25 11:16:53.0 +0200
+++ /var/tmp/diff_new_pack.swlpUi/_new  2015-05-25 11:16:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pymongo
-Version:3.0.1
+Version:3.0.2
 Release:0
 Url:http://github.com/mongodb/mongo-python-driver
 Summary:Python driver for MongoDB

++ pymongo-3.0.1.tar.gz -> pymongo-3.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.1/PKG-INFO new/pymongo-3.0.2/PKG-INFO
--- old/pymongo-3.0.1/PKG-INFO  2015-04-21 22:37:57.0 +0200
+++ new/pymongo-3.0.2/PKG-INFO  2015-05-12 21:28:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pymongo
-Version: 3.0.1
+Version: 3.0.2
 Summary: Python driver for MongoDB 
 Home-page: http://github.com/mongodb/mongo-python-driver
 Author: Bernie Hackett
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.1/doc/api/bson/index.rst 
new/pymongo-3.0.2/doc/api/bson/index.rst
--- old/pymongo-3.0.1/doc/api/bson/index.rst2015-04-14 20:25:10.0 
+0200
+++ new/pymongo-3.0.2/doc/api/bson/index.rst2015-05-12 00:51:23.0 
+0200
@@ -16,6 +16,7 @@
codec_options
dbref
errors
+   int64
json_util
max_key
min_key
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.1/doc/api/bson/int64.rst 
new/pymongo-3.0.2/doc/api/bson/int64.rst
--- old/pymongo-3.0.1/doc/api/bson/int64.rst1970-01-01 01:00:00.0 
+0100
+++ new/pymongo-3.0.2/doc/api/bson/int64.rst2015-05-12 00:51:23.0 
+0200
@@ -0,0 +1,7 @@
+:mod:`int64` -- Tools for representing BSON int64
+=
+.. versionadded:: 3.0
+
+.. automodule:: bson.int64
+   :synopsis: Tools for representing BSON int64
+   :members:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymongo-3.0.1/doc/changelog.rst 
new/pymongo-3.0.2/doc/changelog.rst
--- old/pymongo-3.0.1/doc/changelog.rst 2015-04-21 01:22:42.0 +0200
+++ new/pymongo-3.0.2/doc/changelog.rst 2015-05-12 01:11:51.0 +0200
@@ -1,6 +1,24 @@
 Changelog
 =
 
+Changes in Version 3.0.2
+
+
+Version 3.0.2 fixes issues reported since the release of 3.0.1, most
+importantly a bug that could route operations to replica set members
+that are not in primary or secondary state when using
+:class:`~pymongo.read_preferences.PrimaryPreferred` or
+:class:`~pymongo.read_preferences.Nearest`. It is a recommended upgrade for
+all users of PyMongo 3.0.x.
+
+Issues Resolved
+...
+
+See the `PyMongo 3.0.2 release notes in JIRA`_ for the list of resolved issues
+in this release.
+
+.. _PyMongo 3.0.2 release notes in JIRA: 
https://jira.mongodb.org/browse/PYTHON/fixforversion/15430
+
 Changes in Version 3.0.1
 
 
@@ -424,6 +442,12 @@
 attempt to convert from a BSON regular expression to a Python regular
 expression object.
 
+PyMongo now decodes the int64 BSON type to :class:`~bson.int64.Int64`, a
+trivial wrapper around long (in python 2.x) or int (in python 3.x). This
+allows BSON int64 to be round tripped without losing type information in
+python 3. Note that if you store a python long (or a python int larger than
+4 bytes) it will be returned from PyMongo as :class:`~bson.int64.Int64`.
+
 The `as_class`, `tz_aware`, and `uuid_subtype` options are removed from all
 BSON encoding and decoding methods. Use
 :class:`~bson.codec_options.CodecOptions` to configure these options. The
@@ -450,6 +474,20 @@
 
 .. _Py

commit python3-greenlet for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-greenlet for 
openSUSE:Factory checked in at 2015-05-25 11:16:00

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


Package is "python3-greenlet"

Changes:

--- /work/SRC/openSUSE:Factory/python3-greenlet/python3-greenlet.changes
2015-05-11 19:49:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-greenlet.new/python3-greenlet.changes   
2015-05-25 11:16:02.0 +0200
@@ -1,0 +2,11 @@
+Mon May 25 05:54:34 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.4.7:
+  * Added a missing workaround for `return 0` on mips
+  * Restore compatibility with Python 2.5
+  * Fixed stack switching on sparc
+
+---

Old:

  greenlet-0.4.6.zip

New:

  greenlet-0.4.7.zip



Other differences:
--
++ python3-greenlet.spec ++
--- /var/tmp/diff_new_pack.YXQSpp/_old  2015-05-25 11:16:02.0 +0200
+++ /var/tmp/diff_new_pack.YXQSpp/_new  2015-05-25 11:16:02.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   python3-greenlet
-Version:0.4.6
+Version:0.4.7
 Release:0
 Url:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming




commit ffmpeg for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

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

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


Package is "ffmpeg"

Changes:

--- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes2015-05-20 
23:32:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes   2015-05-25 
11:12:28.0 +0200
@@ -1,0 +2,5 @@
+Sat May 23 21:33:34 UTC 2015 - robert.munte...@gmail.com
+
+- Fix building with BUILD_ORIG 
+
+---



Other differences:
--
++ ffmpeg.spec ++
--- /var/tmp/diff_new_pack.uesuza/_old  2015-05-25 11:12:28.0 +0200
+++ /var/tmp/diff_new_pack.uesuza/_new  2015-05-25 11:12:28.0 +0200
@@ -317,7 +317,6 @@
--enable-pthreads \
--enable-vaapi \
--enable-vdpau \
-   --enable-x11grab \
 %if !0%{?BUILD_ORIG}
--disable-encoders \
--disable-decoders \
@@ -326,8 +325,9 @@

--enable-encoder="flac,gif,jpegls,libopenjpeg,libtheora,libvorbis,libvpx,png" \

--enable-decoder="flac,gif,jpegls,ljpeg,libopenjpeg,libtheora,libvpx,png,vorbis,vp3,vp5,vp6,vp6a,vp6f,vp8,vp9,webp"
 \

--enable-muxer="flac,gif,image2,image2pipe,matroska,matroska_audio,null,webm" \
-   --enable-demuxer="flac,gif,image2,image2pipe,matroska"
+   --enable-demuxer="flac,gif,image2,image2pipe,matroska" \
 %endif
+   --enable-x11grab
 make %{?_smp_mflags}
 
 %global extratools aviocat graph2dot ismindex pktdumper qt-faststart trasher 
cws2fws





commit kdebase4 for openSUSE:Factory

2015-05-25 Thread h_root
Hello community,

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

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


Package is "kdebase4"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes2015-05-15 
09:58:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2015-05-25 
11:11:14.0 +0200
@@ -1,0 +2,7 @@
+Sat May 23 19:37:25 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Symlink file templates into place known to Plasma 5, they are used
+  by folder widget & kfiledialog and there is no ETA for
+  frameworks based kde-baseapps release
+
+---



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.7xOF7Y/_old  2015-05-25 11:11:15.0 +0200
+++ /var/tmp/diff_new_pack.7xOF7Y/_new  2015-05-25 11:11:15.0 +0200
@@ -77,6 +77,20 @@
   %fdupes -s %{buildroot}
   %kde_post_install
 
+# symlink file templates into place known to Plasma 5, remove once 
kde-baseapps is KF5-based
+mkdir -p %{buildroot}%{_datadir}/templates
+mkdir -p %{buildroot}%{_datadir}/templates/.source
+pushd %{buildroot}%{_kde4_sharedir}/templates
+for i in *.desktop; do
+ln -s $i %{buildroot}%{_datadir}/templates/
+done
+popd
+pushd %{buildroot}%{_kde4_sharedir}/templates/.source
+for i in *.desktop; do
+ln -s $i %{buildroot}%{_datadir}/templates/.source/
+done
+popd
+
 %package -n dolphin
 Summary:KDE File Manager
 Group:  Productivity/File utilities
@@ -313,6 +327,7 @@
 %dir %{_kde4_appsdir}/kbookmark
 %dir %{_kde4_sharedir}/templates
 %dir %{_kde4_sharedir}/templates/.source
+%{_datadir}/templates/
 %exclude %{_kde4_includedir}/knewmenu.h
 %exclude %{_kde4_includedir}/konq_*.h
 %exclude %{_kde4_includedir}/konqmimedata.h