commit dnsmasq for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package dnsmasq for openSUSE:Factory checked 
in at 2014-03-28 12:10:10

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


Package is dnsmasq

Changes:

--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes  2013-04-23 
11:30:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes 2014-03-28 
12:10:12.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 26 16:56:34 UTC 2014 - crrodrig...@opensuse.org
+
+- dnsmasq.service: Set PrivateDevices=yes so we run in a 
+  separate namespace with the bare minimum device nodes isolated
+  from the host.
+
+---



Other differences:
--
++ dnsmasq.spec ++
--- /var/tmp/diff_new_pack.UpSwHr/_old  2014-03-28 12:10:12.0 +0100
+++ /var/tmp/diff_new_pack.UpSwHr/_new  2014-03-28 12:10:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dnsmasq
 #
-# 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

++ dnsmasq.service ++
--- /var/tmp/diff_new_pack.UpSwHr/_old  2014-03-28 12:10:13.0 +0100
+++ /var/tmp/diff_new_pack.UpSwHr/_new  2014-03-28 12:10:13.0 +0100
@@ -8,6 +8,7 @@
 ExecStartPre=/usr/sbin/dnsmasq --test
 ExecStart=/usr/sbin/dnsmasq --log-async --enable-dbus --keep-in-foreground
 ExecReload=/bin/kill -HUP $MAINPID
+PrivateDevices=yes
 
 [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 iperf for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package iperf for openSUSE:Factory checked 
in at 2014-03-28 12:10:21

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


Package is iperf

Changes:

--- /work/SRC/openSUSE:Factory/iperf/iperf.changes  2012-06-26 
15:54:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.iperf.new/iperf.changes 2014-03-28 
12:10:22.0 +0100
@@ -1,0 +2,120 @@
+Wed Mar 26 19:30:51 UTC 2014 - andreas.stie...@gmx.de
+
+- iperf 3.0.3
+  * Summary structures in the JSON output are now included, even if
+there is only one stream. 
+  * A possible buffer overflow in iperf_error.c has been fixed
+(replaced iperf-3.0.2_strncat_bufferoverflow.patch)
+  * Example programs now build correctly
+- clean spec
+
+---
+Tue Mar 25 11:24:38 UTC 2014 - a...@ajaissle.de
+
+- iperf project moved from SourceForge to Google Code and now to GitHub.
+  License changed from NCSA to BDS-3-Clause
+
+- Update to 3.0.2
+This version, sometimes referred to as iperf3, is a redesign of an original
+version developed at NLANR/DAST. iperf3 is a new implementation from scratch, 
+with the goal of a smaller, simpler code base, and a library version of the 
+functionality that can be used in other programs. iperf3 also a number of 
+features found in other tools such as nuttcp and netperf, but were missing 
+from the original iperf. These include, for example, a zero-copy mode and 
+optional JSON output.
+
+Note that iperf3 is NOT backwards compatible with the original iperf.
+
+- Added iperf-3.0.2_strncat_bufferoverflow.patch:
+  * Prevent buffer overflow in strncat
+
+- Added iperf-3.0.2_disable-profiling.patch:
+  * Disable profiling on x86 (option '-pg' is incompatible with invoked
+option '-fomit-frame-pointer')
+
+- Changes in 3.0.2
+  * iperf3 now builds on Linux systems that do not support
+TCP_CONGESTION.  Most notably this allows iperf3 to work on CentOS
+5.
+  * An abort on MacOS 10.9 has been fixed (issue #135).
+  * Added -I flag for the server to write a PID file, mostly useful for
+daemon mode (issue #120).
+  * A bug that could break some TCP tests on FreeBSD has been fixed.
+  * TCP snd_cwnd output is now printed by default on Linux (issue #99).
+  * In JSON output, the --title string no longer has a colon and two
+spaces appended (issue #139).
+  * A buffer for holding formatted numeric values is now
+properly-sized so that output is not truncated (issue #142).
+  * Some memory leaks have been fixed.
+  * A -d flag enables debugging output.
+  * libtoolize is now invoked correctly from the bootstrap.sh script.
+  * The test unit format can now be set from the API (issue #144).
+  * libiperf is now built as both shared and static libraries.
+
+- Changes in 3.0.1
+  * Added the following new flags
+ -D, --daemon run server as a daemon
+ -L, --flowlabel   set IPv6 flow label (Linux only)
+ -C, --linux-congestionset congestion control algorithm (Linux only)
+ -k, --blockcount #[KMG]   number of blocks (packets) to transmit
+  (instead of -t or -n)
+  * Bug fixes
+
+- Changes in 3.0-RC5
+  * Added the following new flags
+ -F, --file name   xmit/recv the specified file
+ -A, --affinity n/n,m  set CPU affinity (Linux only)
+ -J, --jsonoutput in JSON format
+ -Z, --zerocopyuse a 'zero copy' method of sending data
+ -O, --omit N  omit the first n seconds
+ -T, --title str   prefix every output line with this string
+  * more useful information in 'verbose' mode
+  * Many bug fixes
+
+- Changes in 3.0b4
+  * Added support for binding to a specific interface (-B)
+  * Added support for IPv6 mode (-6)
+  * Setting TCP window size (-w) is now supported
+  * Updates to iperf_error
+  * Added new errors
+  * Should generate more relavent messages
+  * Stream list now managed by queue.h macros
+  * Test structures are now kept intact after a test is run (for API users)
+  * Improved interval timer granularity
+  * Support for decimal values
+  * Many bug fixes
+
+- Changes in 3.0b3
+  * Better error handling
+  * All errors now handled with iperf_error()
+  * All functions that can return errors return NULL or -1 on error and 
set i_errno appropriately
+  * Iperf API intruduced
+  * Support for adding new protocols
+  * Added support for callback functions
+  * on_connect - executes after a connection is made to the server
+  * on_new_stream - executes after a new stream is created
+  * on_test_start - executes right before the test begins
+  * on_test_finish - executes after the test is 

commit equalx for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package equalx for openSUSE:Factory checked 
in at 2014-03-28 12:10:16

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


Package is equalx

Changes:

--- /work/SRC/openSUSE:Factory/equalx/equalx.changes2013-07-02 
06:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.equalx.new/equalx.changes   2014-03-28 
12:10:17.0 +0100
@@ -1,0 +2,20 @@
+Tue Mar 25 00:21:39 UTC 2014 - badshah...@gmail.com
+
+- Update to version 0.7.0:
+  + No list of changes from upstream
+- Add explicit Requires on ghostscript and poppler-tools (these
+  would have been pulled in by texlive-latex anyway, but just in
+  case)
+- Add Requires on libqt4-sql-sqlite: required for working history
+  and bookmark features
+- Do not package COPYING: file is no longer present in upstream
+  tarball
+- Also supply and package .desktop file and necessary icons:
+  introduces BuildRequires on desktop-file-utils and
+  hicolor-icon-theme (additionally, /usr/bin/convert is used to
+  generate some missing hi-res icons during %install, also needs
+  ghostscript fonts)
+- Package the resources dir in %{_datadir} so that equalx can find
+  the necessary resources (e.g. symbols) at runtime.
+
+---

Old:

  equalx-0.6.0.tar.gz

New:

  equalx-0.7.0.tar.gz
  equalx.desktop



Other differences:
--
++ equalx.spec ++
--- /var/tmp/diff_new_pack.XZ9vTi/_old  2014-03-28 12:10:18.0 +0100
+++ /var/tmp/diff_new_pack.XZ9vTi/_new  2014-03-28 12:10:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package equalx
 #
-# 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,16 +17,25 @@
 
 
 Name:   equalx
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:Editor for writing and exporting TeX/LaTeX equations
 License:GPL-3.0+
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://equalx.sourceforge.net/
-Source: 
http://downloads.sourceforge.net/equalx/%{name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/equalx/%{name}-%{version}.tar.gz
+Source1:%{name}.desktop
+BuildRequires:  ImageMagick
+BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
+BuildRequires:  ghostscript
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel = 4.8.0
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(exempi-2.0)
+Requires:   ghostscript
+Requires:   libqt4-sql-sqlite
+Requires:   poppler-tools
 Requires:   texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -49,15 +58,55 @@
 
 %build
 qmake QMAKE_CFLAGS=%optflags QMAKE_CXXFLAGS=%optflags
-
-make
+make %{?_smp_mflags}
 
 %install
 make INSTALL_ROOT=%{buildroot} install
 
+# GENERATE HI-RES APPLICATION ICONS
+pushd resources/icons/equalx
+for i in 256 512;
+do
+  convert -density ${i}x -geometry ${i}x equalx.svg equalx-${i}x${i}.png
+done
+popd
+
+# INSTALL RESOURCES DIR
+mkdir -p %{buildroot}%{_datadir}/%{name}
+cp -pr resources %{buildroot}%{_datadir}/%{name}/
+
+# LINK ICON FILES TO HICOLOR ICON DIR
+for i in 22 24 32 48 64 128 256 512;
+do
+  mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
+  ln -s %{_datadir}/%{name}/resources/icons/equalx/equalx-${i}x${i}.png \
+%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/equalx.png
+done
+mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
+ln -s %{_datadir}/%{name}/resources/icons/equalx/equalx.svg \
+  %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/equalx.svg
+
+desktop-file-install %{SOURCE1}
+
+%fdupes %{buildroot}%{_datadir}/%{name}
+
+%post
+%icon_theme_cache_post
+%desktop_database_post
+
+%postun
+%icon_theme_cache_postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root)
-%doc changelog README COPYING LICENSE
+%doc changelog README LICENSE
 %{_bindir}/%{name}
+# OWN THE 512x512 ICON DIR AS HICOLOR THEME DOES NOT PROVIDE IT YET
+%dir %{_datadir}/icons/hicolor/512x512
+%dir %{_datadir}/icons/hicolor/512x512/apps
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/%{name}/
 
 %changelog

++ equalx-0.6.0.tar.gz - equalx-0.7.0.tar.gz ++
 21040 lines of diff (skipped)

++ equalx.desktop ++
[Desktop Entry]
Exec=equalx
Terminal=false
Type=Application
StartupNotify=false
Icon=equalx
Categories=Office;WordProcessor;

commit nodejs for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package nodejs for openSUSE:Factory checked 
in at 2014-03-28 12:10:44

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


Package is nodejs

Changes:

--- /work/SRC/openSUSE:Factory/nodejs/nodejs.changes2013-09-27 
17:52:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs.new/nodejs.changes   2014-03-28 
12:10:45.0 +0100
@@ -1,0 +2,12 @@
+Fri Mar 21 09:34:31 UTC 2014 - jmassaguer...@suse.com
+
+- move v8 headers to node subdirectory in include dir. Otherwise
+  it conflicts with the v8 package 
+
+---
+Mon Jan 13 11:56:51 UTC 2014 - niko...@prokoschenko.de
+
+- fixes
+  * included v8 headers in the -devel package
+
+---



Other differences:
--
++ nodejs.spec ++
--- /var/tmp/diff_new_pack.y9HKK3/_old  2014-03-28 12:10:47.0 +0100
+++ /var/tmp/diff_new_pack.y9HKK3/_new  2014-03-28 12:10:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nodejs
 #
-# 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
@@ -133,6 +133,8 @@
 #freaking source tree so I can't be sure ATM
 mkdir -p %{buildroot}%{_includedir}/node
 cp -p src/*.h %{buildroot}%{_includedir}/node
+# Since we're using included V8, devel package would be incomplete without V8 
headers
+cp -pR deps/v8/include/*.h %{buildroot}%{_includedir}/node
 cp -pR deps/uv/include/* %{buildroot}%{_includedir}/node
 
 #node-gyp needs common.gypi too

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



commit libreoffice for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2014-03-28 12:10:37

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


Package is libreoffice

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2014-03-21 
13:33:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2014-03-28 12:10:39.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 27 08:59:41 UTC 2014 - tchva...@suse.com
+
+- Require ucpp in sdk. Thanks to cbosdonnat for spotting this.
+
+---



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.71sbFS/_old  2014-03-28 12:10:45.0 +0100
+++ /var/tmp/diff_new_pack.71sbFS/_new  2014-03-28 12:10:45.0 +0100
@@ -522,6 +522,7 @@
 Requires:   %{name} = %{version}
 Requires:   gcc-c++
 Requires:   make
+Requires:   ucpp
 Requires:   zip
 Recommends: java-devel
 








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



commit perf for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2014-03-28 12:11:55

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


Package is perf

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2014-02-04 
19:56:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2014-03-28 
12:11:56.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar 25 10:24:55 UTC 2014 - a...@ajaissle.de
+
+- Fix current build including 'trace event' plugins
+- Do not include 'trace event' plugins when on armv7l
+
+- BuildRequire libnuma-devel to enable 'perf bench numa mem', but
+  only require if we build for ia64 x86_64 ppc64 ppc64le  ppc %sparc
+
+- Spec cleanup:
+  * Add Url: https://perf.wiki.kernel.org/
+  * Drop %clean-section: We don't need to cleanup the buildroot
+  * bash_completion.d/perf doesn't need executable bit
+
+---



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.pLmXTt/_old  2014-03-28 12:11:57.0 +0100
+++ /var/tmp/diff_new_pack.pLmXTt/_new  2014-03-28 12:11:57.0 +0100
@@ -23,6 +23,7 @@
 Summary:Performance Monitoring Tools for Linux
 License:GPL-2.0
 Group:  Development/Tools/Debuggers
+Url:https://perf.wiki.kernel.org/
 BuildRequires:  asciidoc
 BuildRequires:  audit-devel
 BuildRequires:  binutils-devel
@@ -32,6 +33,9 @@
 BuildRequires:  kernel-source = 2.6.31
 BuildRequires:  libdw-devel
 BuildRequires:  libelf-devel
+%ifarch ia64 x86_64 ppc64 ppc64le ppc %sparc
+BuildRequires:  libnuma-devel
+%endif
 BuildRequires:  libunwind-devel
 BuildRequires:  newt-devel
 BuildRequires:  openssl-devel
@@ -64,16 +68,25 @@
 cd tools/perf
 make -f Makefile.perf V=1 EXTRA_CFLAGS=%{optflags} prefix=/usr 
perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install install-doc
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-, root, root)
 %doc COPYING CREDITS README tools/perf/design.txt
 %{_bindir}/perf
 %{_bindir}/trace
+%ifarch ppc64 ppc64le
+%{_libexecdir}/libperf-gtk.so
+%dir %{_libexecdir}/traceevent
+%dir %{_libexecdir}/traceevent/plugins
+%{_libexecdir}/traceevent/plugins/plugin_*.so
+%else
 %{_libdir}/libperf-gtk.so
-%{_sysconfdir}/bash_completion.d/perf
+%ifnarch armv7l
+%dir %{_libdir}/traceevent
+%dir %{_libdir}/traceevent/plugins
+%{_libdir}/traceevent/plugins/plugin_*.so
+%endif
+%endif
+%attr(0644, -, -) %{_sysconfdir}/bash_completion.d/perf
 %{_libexecdir}/%{name}-core
 %{_mandir}/man1/perf*
 

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



commit openstack-swift for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package openstack-swift for openSUSE:Factory 
checked in at 2014-03-28 12:11:28

Comparing /work/SRC/openSUSE:Factory/openstack-swift (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-swift.new (New)


Package is openstack-swift

Changes:

--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift-doc.changes  
2013-08-07 20:47:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift-doc.changes 
2014-03-28 12:11:28.0 +0100
@@ -1,0 +2,67 @@
+Sat Mar 22 00:58:33 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version 1.10.1:
+  + The openstack-swift service user is going to be renamed to swift
+
+---
+Tue Feb 25 01:38:20 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version swift-1.12.0.111.g58fda94:
+  swift (1.13.0)
+  * Account-level ACLs and ACL format v2
+Accounts now have a new privileged header to represent ACLs or
+any other form of account-level access control. The value of
+the header is a JSON dictionary string to be interpreted by the
+auth system. A reference implementation is given in TempAuth.
+Please see the full docs at
+http://swift.openstack.org/overview_auth.html
+  * Added a WSGI environment flag to stop swob from always using
+absolute location. This is useful if middleware needs to use
+out-of-spec Location headers in a response.
+  * Container sync proxies now support simple load balancing
+  * Config option to lower the timeout for recoverable object GETs
+  * Add a way to ratelimit all writes to an account
+  * Allow multiple storage_domain values in cname_lookup middleware
+  * Moved all DLO functionality into middleware
+The proxy will automatically insert the dlo middleware at an
+appropriate place in the pipeline the same way it does with the
+gatekeeper middleware. Clusters will still support DLOs after upgrade
+even with an old config file that doesn't mention dlo at all.
+
+---
+Fri Jan 17 10:25:22 UTC 2014 - speili...@suse.com
+
+- Add missing requirement on python-pbr
+
+
+Tue Dec 10 10:09:55 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 1.10.0.198.gba5fe5f+git.1386670195.ba5fe5f:
+  + Prevent early auth deny in tempauth when using swift3 middleware.
+  + Remove swift-bench
+  + Update handoff algorithm to use IP/port pairs
+  + Preserve closeability of app iterables
+  + Opt out of the service catalog
+  + fix expired object deletion
+  + Allow access to the in-memory object server
+  + Fixed a failing test on my saio
+  + Override spelling of tempauth test name
+  + Fix HEAD tempurls
+  + Release notes for Swift 1.11.0
+  + Stop mutating PATH_INFO in proxy server
+  + make test tooling less opinionated
+  + clarify the current state of the DiskFile API
+  + Use files in the source tree instead of cut/paste
+
+---
+Thu Dec  5 15:47:41 UTC 2013 - speili...@suse.com
+
+- Update to version 1.10.0:
+  + Inital commitReplace resetswift script with proper version
+  + Drop README
+  + Make sure mount point exists
+  + Point to correct storage directory in configuration files
+  + Add missing object-expirer.conf
+  + Use variable
+
+---
--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift.changes  
2014-01-23 15:50:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift.changes 
2014-03-28 12:11:29.0 +0100
@@ -1,0 +2,253 @@
+Sat Mar 22 00:58:33 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version 1.10.1:
+  + The openstack-swift service user is going to be renamed to swift
+
+---
+Mon Mar 17 10:32:58 UTC 2014 - rha...@suse.com
+
+- switch over to non-openstack-prefix'ed users
+
+---
+Fri Mar  7 08:53:32 UTC 2014 - speili...@suse.com
+
+- Change to version 1.13.0
+- Add python_requires source service
+- Cleanup requirements
+
+---
+Tue Feb 25 01:38:23 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version swift-1.12.0.111.g58fda94:
+  swift (1.13.0)
+  * Account-level ACLs and ACL format v2
+Accounts now have a new privileged header to represent ACLs or
+any other form of account-level access control. The value of
+the header is a JSON dictionary string to be interpreted by the
+auth system. A 

commit python-novaclient for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package python-novaclient for 
openSUSE:Factory checked in at 2014-03-28 12:12:21

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


Package is python-novaclient

Changes:

--- /work/SRC/openSUSE:Factory/python-novaclient/python-novaclient.changes  
2014-03-09 20:16:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-novaclient.new/python-novaclient.changes 
2014-03-28 12:12:23.0 +0100
@@ -2 +2 @@
-Fri Feb 14 10:37:02 UTC 2014 - speili...@suse.com
+Thu Mar 27 09:59:40 UTC 2014 - dmuel...@suse.com
@@ -3,0 +4,118 @@
+- switch to released version (2.17.0) 
+
+---
+Wed Mar 26 01:55:27 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.17.0.24.g733f1e5:
+  * Fix authentication bug when booting an server in V3
+
+---
+Sun Mar 23 01:56:24 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.17.0.22.g94a4c49:
+  * Correct the help sting of volume-type-delete
+  * Print a useful message for unknown server errors
+  * Show Exception Name in Shell Output
+
+---
+Sat Mar 22 01:52:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.17.0.16.g8ecc6b3:
+  * Updated from global requirements
+  * Do auth_url.rstrip('/') only if auth_url is set
+  * Allow user ID for authentication
+  * Re-add install_venv_common to openstack-common.conf
+  * Fix element miss in client request body
+
+---
+Fri Mar 21 00:55:23 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.17.0.6.g8c7524b:
+  * Work around pypy testing issue
+
+---
+Fri Mar 14 00:38:19 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.17.0.5.g14deb01:
+  * Nova CLI for server groups
+  * Removes copy of output of 'nova help' from README
+
+---
+Mon Mar 10 15:51:35 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.17.0.2.gc92485e:
+  2.17.0
+  * Add os-server-external-events support
+  * Fix some spelling mistakes
+
+---
+Tue Mar  4 01:12:52 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.16.0.14.gd0b6550:
+  * Add classifiers for specific versions of Python
+
+---
+Sat Mar  1 01:00:20 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.16.0.12.g427e346:
+  * oslo sync apiclient and cliutils
+  * Fix in in novaclient, to avoid excessive conns
+  * Revert 'name' should as be optional param on aggregate-update
+  * oslo-sync of low hanging fruit
+  * Updated from global requirements
+  * 'name' should as be optional param on aggregate-update
+  2.16.0
+  * Remove usage of module py3kcompat
+
+---
+Wed Feb 26 01:21:01 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.15.0.277.g5461af9:
+  * Fix typo in novaclient
+
+---
+Tue Feb 25 01:04:53 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.15.0.276.gbd72fb0:
+  * Updated from global requirements
+  * Remove None for dict.get()
+  * Fix i18n messages in novaclient, part II
+
+---
+Fri Feb 21 01:27:04 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.15.0.273.g43f1f78:
+  * Invalid client version message unclear
+  * Remove None for dict.get(
+  * Replace assertEqual(None, *) with assertIsNone in tests
+
+---
+Sun Feb 16 01:43:48 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-novaclient-2.15.0.268.g7cf73f1:
+  * Update broken command line reference link
+  * Fix spelling miss of password_func variable
+  * Fix copy/paste errors in print messages
+  * Remove invalid parameter of quota-update
+  * Adds support for the get_rdp_console API
+
+---
+Thu Feb 13 14:06:17 UTC 2014 - dmuel...@suse.com
+
+- install man pages
+- remove hacking dependency
+
+---
+Tue Feb 11 15:58:50 UTC 2014 - speili...@suse.com
+
+- Update to version python-novaclient-2.15.0.259.g7c3c1bb:
+  * Remove 

commit quassel for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package quassel for openSUSE:Factory checked 
in at 2014-03-28 12:12:57

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


Package is quassel

Changes:

--- /work/SRC/openSUSE:Factory/quassel/quassel.changes  2014-03-15 
07:48:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.quassel.new/quassel.changes 2014-03-28 
12:12:59.0 +0100
@@ -1,0 +2,22 @@
+Wed Mar 26 21:55:31 UTC 2014 - herb...@graeber-clan.de
+
+- Update to 0.10.0
+  * Refactor lots of the protocol and connection code
+  * Introduce connection probing for reliably negotiating protocol features
+  * Introduce the new DataStream protocol with streaming compression
+  * Option for forcing the core to only accept SSL connections
+  * Support for the Snore notification backend
+  * Allow searching the web for selected text
+  * Connection-related fixes
+  * Allow for hiding inactive networks
+  * Enable line wrap in the input field
+  * Show backlog messages in the Chat Monitor
+  * Remove SSL protocol selection, always use auto-negotiation for best
+results
+  * Highlight rules are now case-insensitive by default
+  * New and updated translations
+  * Bump inxi version (for /sysinfo)
+  * Use the raster rendering engine by default on OSX (should improve
+performance)
+
+---

Old:

  quassel-0.9.2.tar.bz2

New:

  quassel-0.10.0.tar.bz2



Other differences:
--
++ quassel.spec ++
--- /var/tmp/diff_new_pack.oCCzuO/_old  2014-03-28 12:13:00.0 +0100
+++ /var/tmp/diff_new_pack.oCCzuO/_new  2014-03-28 12:13:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   quassel
-Version:0.9.2
+Version:0.10.0
 Release:0
 Summary:Modern, cross-platform, distributed IRC client
 License:GPL-2.0 or GPL-3.0

++ quassel-0.9.2.tar.bz2 - quassel-0.10.0.tar.bz2 ++
 88219 lines of diff (skipped)

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



commit rpmlint for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2014-03-28 12:13:21

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


Package is rpmlint

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2014-03-18 
14:17:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2014-03-28 
12:13:23.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 26 22:30:59 UTC 2014 - ch...@computersalat.de
+
+- added user, group 'boinc' for boinc-client
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.yCahMK/_old  2014-03-28 12:13:24.0 +0100
+++ /var/tmp/diff_new_pack.yCahMK/_new  2014-03-28 12:13:24.0 +0100
@@ -82,6 +82,7 @@
 'beagleindex',
 'bigsister',
 'bin',
+'boinc',
 'casaauth',
 'cdrom',
 'chef',
@@ -226,6 +227,7 @@
 'bigsister',
 'bin',
 'bitlbee',
+'boinc',
 'casaatsd',
 'casaatvd',
 'casaauth',

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



commit rabbitmq-server for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2014-03-28 12:13:08

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


Package is rabbitmq-server

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2014-01-31 09:44:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2014-03-28 12:13:09.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar 27 11:20:12 UTC 2014 - dmuel...@suse.com
+
+- update to 3.2.4:
+  * Several bug fixes, no detailed changelog available
+- remove fix-syntax-error-in-example-conf.patch: merged upstream
+
+---

Old:

  fix-syntax-error-in-example-conf.patch
  rabbitmq-server-3.2.3.tar.gz

New:

  rabbitmq-server-3.2.4.tar.gz



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.pYwE62/_old  2014-03-28 12:13:10.0 +0100
+++ /var/tmp/diff_new_pack.pYwE62/_new  2014-03-28 12:13:10.0 +0100
@@ -24,7 +24,7 @@
 %endif
 
 Name:   rabbitmq-server
-Version:3.2.3
+Version:3.2.4
 Release:0
 Summary:The RabbitMQ Server
 License:MPL-1.1
@@ -41,7 +41,6 @@
 Source7:rabbitmq-server.tmpfiles.d.conf
 Patch0: no-nmap.patch
 Patch1: no-remove-common.patch
-Patch2: fix-syntax-error-in-example-conf.patch
 BuildRequires:  erlang
 BuildRequires:  erlang-src
 BuildRequires:  fdupes
@@ -103,7 +102,6 @@
 %setup -q
 %patch0
 %patch1
-%patch2
 
 %build
 make all VERSION=%{version}

++ rabbitmq-server-3.2.3.tar.gz - rabbitmq-server-3.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rabbitmq-server-3.2.3/docs/rabbitmq.config.example 
new/rabbitmq-server-3.2.4/docs/rabbitmq.config.example
--- old/rabbitmq-server-3.2.3/docs/rabbitmq.config.example  2014-01-23 
15:57:34.0 +0100
+++ new/rabbitmq-server-3.2.4/docs/rabbitmq.config.example  2014-03-03 
17:22:14.0 +0100
@@ -336,7 +336,7 @@
  %% {reconnect_delay, 2.5}
 
  %% ]} %% End of my_first_shovel
-]},
+]}
%% Rather than specifying some values per-shovel, you can specify
%% them for all shovels here.
%%
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rabbitmq-server-3.2.3/ebin/rabbit_app.in 
new/rabbitmq-server-3.2.4/ebin/rabbit_app.in
--- old/rabbitmq-server-3.2.3/ebin/rabbit_app.in2014-01-23 
15:57:34.0 +0100
+++ new/rabbitmq-server-3.2.4/ebin/rabbit_app.in2014-03-03 
17:22:14.0 +0100
@@ -1,7 +1,7 @@
 {application, rabbit,   %% -*- erlang -*-
  [{description, RabbitMQ},
   {id, RabbitMQ},
-  {vsn, 3.2.3},
+  {vsn, 3.2.4},
   {modules, []},
   {registered, [rabbit_amqqueue_sup,
 rabbit_log,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rabbitmq-server-3.2.3/plugins-src/rabbitmq-erlang-client/src/amqp_channels_manager.erl
 
new/rabbitmq-server-3.2.4/plugins-src/rabbitmq-erlang-client/src/amqp_channels_manager.erl
--- 
old/rabbitmq-server-3.2.3/plugins-src/rabbitmq-erlang-client/src/amqp_channels_manager.erl
  2014-01-23 15:57:34.0 +0100
+++ 
new/rabbitmq-server-3.2.4/plugins-src/rabbitmq-erlang-client/src/amqp_channels_manager.erl
  2014-03-03 17:22:14.0 +0100
@@ -173,6 +173,8 @@
 
 maybe_report_down(_Pid, normal, _State) -
 ok;
+maybe_report_down(_Pid, shutdown, _State) -
+ok;
 maybe_report_down(_Pid, {app_initiated_close, _, _}, _State) -
 ok;
 maybe_report_down(_Pid, {server_initiated_close, _, _}, _State) -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/rabbitmq-server-3.2.3/plugins-src/rabbitmq-federation/src/rabbit_federation_exchange_link.erl
 
new/rabbitmq-server-3.2.4/plugins-src/rabbitmq-federation/src/rabbit_federation_exchange_link.erl
--- 
old/rabbitmq-server-3.2.3/plugins-src/rabbitmq-federation/src/rabbit_federation_exchange_link.erl
   2014-01-23 15:57:34.0 +0100
+++ 
new/rabbitmq-server-3.2.4/plugins-src/rabbitmq-federation/src/rabbit_federation_exchange_link.erl
   2014-03-03 17:22:14.0 +0100
@@ -355,13 +355,6 @@
 key(#binding{key = Key, args = Args}) - {Key, Args}.
 
 go(S0 = {not_started, {Upstream, UParams, DownXName}}) -
-%% We trap exits so terminate/2 gets called. Note that this is not
-%% in init() since we need to cope with the link getting restarted
-%% during shutdown (when a broker federates with itself), which
-%% means we hang in 

commit zeromq for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2014-03-28 12:15:02

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


Package is zeromq

Changes:

--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes2013-12-19 
21:39:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes   2014-03-28 
12:15:03.0 +0100
@@ -1,0 +2,13 @@
+Thu Mar 27 13:42:35 UTC 2014 - speili...@suse.com
+
+- Move to 'download_files' source service which is in better shap
+  and easier to use
+
+---
+Thu Mar 27 13:36:48 UTC 2014 - mvysko...@opensuse.org
+
+- Update to 4.0.4 
+  For details see /usr/share/doc/packages/zeromq-devel/NEWS
+- Moved most of docs to devel package to reduce a size of libmq3
+
+---

Old:

  zeromq-4.0.3.tar.gz

New:

  zeromq-4.0.4.tar.gz



Other differences:
--
++ zeromq.spec ++
--- /var/tmp/diff_new_pack.EJibCL/_old  2014-03-28 12:15:04.0 +0100
+++ /var/tmp/diff_new_pack.EJibCL/_new  2014-03-28 12:15:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zeromq
 #
-# 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:   zeromq
-Version:4.0.3
+Version:4.0.4
 Release:0
 Url:http://www.zeromq.org/
 Summary:Lightweight messaging kernel
@@ -120,12 +120,13 @@
 
 %files -n %{lib_name}
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
+%doc COPYING COPYING.LESSER
 %{_libdir}/libzmq.so.*
 %{_bindir}/curve_keygen 
 
 %files devel
 %defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS
 %{_includedir}/zmq*
 %{_libdir}/libzmq.so
 %{_libdir}/pkgconfig/libzmq.pc

++ _service ++
--- /var/tmp/diff_new_pack.EJibCL/_old  2014-03-28 12:15:04.0 +0100
+++ /var/tmp/diff_new_pack.EJibCL/_new  2014-03-28 12:15:04.0 +0100
@@ -1,7 +1,4 @@
 services
-  service name=download_url mode=localonly
-param name=hostdownload.zeromq.org/param
-param name=protocolhttp/param
-param name=path/zeromq-4.0.3.tar.gz/param
+  service name=download_files mode=localonly
   /service
 /services

++ zeromq-4.0.3.tar.gz - zeromq-4.0.4.tar.gz ++
 48829 lines of diff (skipped)

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



commit yast2-auth-client for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-03-28 12:14:26

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


Package is yast2-auth-client

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2014-03-21 13:51:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-03-28 12:14:27.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 26 11:27:22 UTC 2014 - vark...@suse.com
+
+- bnc#870075 - Typos in aut-client.pot
+- Fix handling domain names with .
+- 3.1.10 
+
+---

Old:

  yast2-auth-client-3.1.9.tar.bz2

New:

  yast2-auth-client-3.1.10.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.sP1hK6/_old  2014-03-28 12:14:27.0 +0100
+++ /var/tmp/diff_new_pack.sP1hK6/_new  2014-03-28 12:14:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-auth-client-3.1.9.tar.bz2 - yast2-auth-client-3.1.10.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.9/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.10/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.9/package/yast2-auth-client.changes   
2014-03-20 12:28:07.0 +0100
+++ new/yast2-auth-client-3.1.10/package/yast2-auth-client.changes  
2014-03-27 10:18:08.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Mar 26 11:27:22 UTC 2014 - vark...@suse.com
+
+- bnc#870075 - Typos in aut-client.pot
+- Fix handling domain names with .
+- 3.1.10 
+
+---
 Tue Mar 18 10:34:46 UTC 2014 - ckornac...@suse.com
 
 - Add missing autoyast methods (bnc#868695)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.9/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.10/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.9/package/yast2-auth-client.spec  2014-03-20 
12:28:07.0 +0100
+++ new/yast2-auth-client-3.1.10/package/yast2-auth-client.spec 2014-03-27 
10:18:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-auth-client
 #
-# 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:   yast2-auth-client
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.9/src/include/dialogs.rb 
new/yast2-auth-client-3.1.10/src/include/dialogs.rb
--- old/yast2-auth-client-3.1.9/src/include/dialogs.rb  2014-03-20 
12:28:07.0 +0100
+++ new/yast2-auth-client-3.1.10/src/include/dialogs.rb 2014-03-27 
10:18:08.0 +0100
@@ -30,7 +30,7 @@
 def DeleteDomain
 _Domain = Convert.to_string( UI.QueryWidget(Id(:domains), 
:CurrentItem))
 _name   = _Domain.gsub(domain/,)
-if ! Popup.YesNo( Builtins.sformat(_(Do you realy want to delete the 
domain '%1'. ),_name) )
+if ! Popup.YesNo( Builtins.sformat(_(Do you really want to delete the 
domain '%1'? ),_name) )
return
 end
 if AuthClient.auth[sssd_conf][sssd].has_key?(domains)
@@ -411,8 +411,8 @@
 
def CheckSettings
_ret = :next
-   _inactiv_domains = [] # List of domain which ar defined but not 
activated
-   _activ_domains = 0# Count of activ domains 
+   _inactive_domains = [] # List of domain which ar defined but not 
activated
+   _active_domains = 0# Count of active domains 
_domains = ListDomains()
 
if _domains != []
@@ -423,24 +423,24 @@
  }
  _domains.each { |d| 
if ! _acd.include?(d)
-_inactiv_domains.push(d)
+_inactive_domains.push(d)
else
- _activ_domains = _activ_domains + 1
+ _active_domains = _active_domains + 1
end
  }
   

commit chromium for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2014-03-28 13:15:12

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


Package is chromium

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2014-02-23 
07:46:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2014-03-28 
13:15:17.0 +0100
@@ -1,0 +2,25 @@
+Mon Mar 17 07:33:21 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 33.0.1750.152
+  Stable channel uodate:
+  - Security fixes:
+* CVE-2014-1713: Use-after-free in Blink bindings
+* CVE-2014-1714: Windows clipboard vulnerability
+* CVE-2014-1705: Memory corruption in V8
+* CVE-2014-1715: Directory traversal issue
+
+---
+Thu Mar 13 06:31:45 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 33.0.1750.149
+  Stable channel uodate:
+  - Security fixes:
+* CVE-2014-1700: Use-after-free in speech
+* CVE-2014-1701: UXSS in events
+* CVE-2014-1702: Use-after-free in web database
+* CVE-2014-1703: Potential sandbox escape due to a 
+ use-after-free in web sockets
+* CVE-2014-1704: Multiple vulnerabilities in V8 fixed in 
+ version 3.23.17.18
+
+---

Old:

  chromium-33.0.1750.117.tar.xz

New:

  chromium-33.0.1750.152.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.P1scjz/_old  2014-03-28 13:15:26.0 +0100
+++ /var/tmp/diff_new_pack.P1scjz/_new  2014-03-28 13:15:26.0 +0100
@@ -24,7 +24,7 @@
 %define glibc_version 12421
 
 Name:   chromium
-Version:33.0.1750.117
+Version:33.0.1750.152
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium-33.0.1750.117.tar.xz - chromium-33.0.1750.152.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-33.0.1750.117.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-33.0.1750.152.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 knot for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2014-03-28 13:16:33

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


Package is knot

Changes:

--- /work/SRC/openSUSE:Factory/knot/knot.changes2014-02-19 
18:56:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.knot.new/knot.changes   2014-03-28 
13:16:34.0 +0100
@@ -1,0 +2,16 @@
+Fri Mar 28 10:56:24 UTC 2014 - pgaj...@suse.com
+
+- updated to 1.4.4
+  Features:
+* Server is logging remote control commands
+* 'knotc reload' doesn't refresh unchanged zones
+* 'knotc -f refresh' forces zone retransfer
+  Bugfixes:
+* Missing notifications after DDNS/automatic resign
+* Zone is rebootstrapped if the zone file is unreadable
+* Progressive bootstrap retry backoff 
+* Zone file parser allows asterisk as part of the label
+* Journal maximum entry size fixes
+* Sign DNSKEYs in non-apex nodes as regular RR sets
+
+---

Old:

  knot-1.4.3.tar.gz

New:

  knot-1.4.4.tar.gz



Other differences:
--
++ knot.spec ++
--- /var/tmp/diff_new_pack.F8zBsY/_old  2014-03-28 13:16:35.0 +0100
+++ /var/tmp/diff_new_pack.F8zBsY/_new  2014-03-28 13:16:35.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   knot
 Url:http://www.knot-dns.cz
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:An authoritative DNS daemon
 License:GPL-3.0+

++ knot-1.4.3.tar.gz - knot-1.4.4.tar.gz ++
 154311 lines of diff (skipped)

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



commit libqxmpp for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package libqxmpp for openSUSE:Factory 
checked in at 2014-03-28 13:16:40

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


Package is libqxmpp

Changes:

--- /work/SRC/openSUSE:Factory/libqxmpp/libqxmpp.changes2014-03-14 
15:16:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqxmpp.new/libqxmpp.changes   2014-03-28 
13:16:42.0 +0100
@@ -1,0 +2,9 @@
+Thu Mar 27 17:09:56 UTC 2014 - dap.darkn...@gmail.com
+
+- update to 0.8.0
+  * Add organizations info interface to QXmppVCardIq.
+  * Remove deprecated QXmppPresence::Status type.
+- Source URL was put back.
+- Url tag and Source URL were updated to qxmpp.org.
+
+---

Old:

  qxmpp-0.7.6+git.2014.03.09.tar.gz

New:

  qxmpp-0.8.0.tar.gz



Other differences:
--
++ libqxmpp.spec ++
--- /var/tmp/diff_new_pack.gtaw5k/_old  2014-03-28 13:16:43.0 +0100
+++ /var/tmp/diff_new_pack.gtaw5k/_new  2014-03-28 13:16:43.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libqxmpp
-Version:0.7.6+git.2014.03.09
+Version:0.8.0
 Release:0
 Summary:Qt XMPP Library
 License:LGPL-2.0+
 Group:  System/Libraries
-Url:https://code.google.com/p/qxmpp/
-Source0:qxmpp-%{version}.tar.gz
+Url:http://qxmpp.org
+Source0:http://download.qxmpp.org/qxmpp-%{version}.tar.gz
 Source1:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  libqt4-devel

++ qxmpp-0.7.6+git.2014.03.09.tar.gz - qxmpp-0.8.0.tar.gz ++
 63336 lines of diff (skipped)

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



commit gnome-epub-thumbnailer for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-epub-thumbnailer for 
openSUSE:Factory checked in at 2014-03-28 13:15:16

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


Package is gnome-epub-thumbnailer

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-epub-thumbnailer/gnome-epub-thumbnailer.changes
2013-08-27 20:47:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-epub-thumbnailer.new/gnome-epub-thumbnailer.changes
   2014-03-28 13:15:26.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar 23 17:47:31 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.4:
+  + Create covers for encrypted MOBI files as well.
+  + Fix crash when there's no cover in MOBI files.
+  + Fix crash when the EPub cover cannot be found.
+  + Print warnings when we cannot find the metafile, or when
+reading empty EPub files.
+  + Fix crash handling files in trash or recent locations.
+
+---

Old:

  gnome-epub-thumbnailer-1.3.tar.xz

New:

  gnome-epub-thumbnailer-1.4.tar.xz



Other differences:
--
++ gnome-epub-thumbnailer.spec ++
--- /var/tmp/diff_new_pack.G4pBmu/_old  2014-03-28 13:15:27.0 +0100
+++ /var/tmp/diff_new_pack.G4pBmu/_new  2014-03-28 13:15:27.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package gnome-epub-thumbnailer
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,14 +16,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gnome-epub-thumbnailer
-Version:1.3
+Version:1.4
 Release:0
-License:GPL-2.0+
 Summary:Thumbnailer for EPub books
-Url:http://ftp.acc.umu.se/pub/GNOME/sources/gnome-epub-thumbnailer/
+License:GPL-2.0+
 Group:  Productivity/Office/Other
-Source: 
http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
+Url:http://ftp.acc.umu.se/pub/GNOME/sources/gnome-epub-thumbnailer/
+Source: 
http://download.gnome.org/sources/gnome-epub-thumbnailer/1.4/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(libarchive)

++ gnome-epub-thumbnailer-1.3.tar.xz - gnome-epub-thumbnailer-1.4.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-epub-thumbnailer-1.3/NEWS 
new/gnome-epub-thumbnailer-1.4/NEWS
--- old/gnome-epub-thumbnailer-1.3/NEWS 2013-08-08 17:22:52.0 +0200
+++ new/gnome-epub-thumbnailer-1.4/NEWS 2014-03-23 17:55:43.0 +0100
@@ -1,3 +1,13 @@
+1.4
+---
+
+- Create covers for encrypted MOBI files as well
+- Fix crash when there's no cover in MOBI files
+- Fix crash when the EPub cover cannot be found
+- Print warnings when we cannot find the metafile,
+  or when reading empty EPub files
+- Fix crash handling files in trash or recent locations
+
 1.3
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-epub-thumbnailer-1.3/aclocal.m4 
new/gnome-epub-thumbnailer-1.4/aclocal.m4
--- old/gnome-epub-thumbnailer-1.3/aclocal.m4   2013-08-08 17:23:06.0 
+0200
+++ new/gnome-epub-thumbnailer-1.4/aclocal.m4   2014-03-23 17:56:06.0 
+0100
@@ -20,172 +20,6 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-dnl GNOME_COMPILE_WARNINGS
-dnl Turn on many useful compiler warnings and substitute the result into
-dnl WARN_CFLAGS
-dnl For now, only works on GCC
-AC_DEFUN([GNOME_COMPILE_WARNINGS],[
-dnl **
-dnl More compiler warnings
-dnl **
-
-AC_ARG_ENABLE(compile-warnings, 
-  
AC_HELP_STRING([--enable-compile-warnings=@:@no/minimum/yes/maximum/error@:@],
- [Turn on compiler warnings]),,
-  [enable_compile_warnings=m4_default([$1],[yes])])
-
-if test x$GCC != xyes; then
-   enable_compile_warnings=no
-fi
-
-warning_flags=
-realsave_CFLAGS=$CFLAGS
-
-dnl These are warning flags that aren't marked as fatal.  Can be
-dnl overridden on a per-project basis with -Wno-foo.
-base_warn_flags= \
--Wall \
--Wstrict-prototypes \
--Wnested-externs \
-
-
-dnl These compiler flags typically indicate very broken or 

commit goobox for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package goobox for openSUSE:Factory checked 
in at 2014-03-28 13:16:03

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


Package is goobox

Changes:

--- /work/SRC/openSUSE:Factory/goobox/goobox.changes2014-01-23 
15:44:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.goobox.new/goobox.changes   2014-03-28 
13:16:04.0 +0100
@@ -1,0 +2,14 @@
+Wed Mar 26 20:50:27 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.3.2:
+  + Updated obsolete info in license text (bgo#721455).
+  + Properties: Set button arrow icons according to locale's text
+direction (bgo#722513).
+  + notification: Set arrow icons according to locale's text
+direction (bgo#722176).
+  + window: Set button arrow icons according to locale's text
+direction (bgo#722174).
+  + Require gtk+ 3.10 or higher.
+  + Updated translations.
+
+---

Old:

  goobox-3.3.1.tar.xz

New:

  goobox-3.3.2.tar.xz



Other differences:
--
++ goobox.spec ++
--- /var/tmp/diff_new_pack.kHHwku/_old  2014-03-28 13:16:04.0 +0100
+++ /var/tmp/diff_new_pack.kHHwku/_new  2014-03-28 13:16:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   goobox
-Version:3.3.1
+Version:3.3.2
 Release:0
 # FIXME: Enable libcoverart support.
 Summary:CD Player and Ripper for GNOME
@@ -33,7 +33,7 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(glib-2.0) = 2.36
 BuildRequires:  pkgconfig(gstreamer-1.0) = 1.0.0
-BuildRequires:  pkgconfig(gtk+-3.0) = 3.8.0
+BuildRequires:  pkgconfig(gtk+-3.0) = 3.10.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libbrasero-media3)
 #BuildRequires:  pkgconfig(libcoverart) = 1.0.0

++ goobox-3.3.1.tar.xz - goobox-3.3.2.tar.xz ++
 12630 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-Hash-Util-FieldHash-Compat for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Hash-Util-FieldHash-Compat for 
openSUSE:Factory checked in at 2014-03-28 13:17:11

Comparing /work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new (New)


Package is perl-Hash-Util-FieldHash-Compat

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Hash-Util-FieldHash-Compat/perl-Hash-Util-FieldHash-Compat.changes
  2014-03-09 18:38:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Hash-Util-FieldHash-Compat.new/perl-Hash-Util-FieldHash-Compat.changes
 2014-03-28 13:17:12.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 24 21:09:12 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.07:
+  + better fix for misleading 'provides' metadata
+  + now skipping back-compat tests on newer perls - this test 
+will now run for authors only
+  + fix misleading 'provides' metadata (added in 0.05) that may 
+confuse some tools
+
+---

Old:

  Hash-Util-FieldHash-Compat-0.05.tar.gz

New:

  Hash-Util-FieldHash-Compat-0.07.tar.gz



Other differences:
--
++ perl-Hash-Util-FieldHash-Compat.spec ++
--- /var/tmp/diff_new_pack.IYLWOh/_old  2014-03-28 13:17:12.0 +0100
+++ /var/tmp/diff_new_pack.IYLWOh/_new  2014-03-28 13:17:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Hash-Util-FieldHash-Compat
-Version:0.05
+Version:0.07
 Release:0
 %define cpan_name Hash-Util-FieldHash-Compat
 Summary:Use LHash::Util::FieldHash or ties, depending

++ Hash-Util-FieldHash-Compat-0.05.tar.gz - 
Hash-Util-FieldHash-Compat-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Hash-Util-FieldHash-Compat-0.05/CONTRIBUTING 
new/Hash-Util-FieldHash-Compat-0.07/CONTRIBUTING
--- old/Hash-Util-FieldHash-Compat-0.05/CONTRIBUTING2014-02-16 
10:14:36.0 +0100
+++ new/Hash-Util-FieldHash-Compat-0.07/CONTRIBUTING2014-03-20 
18:05:51.0 +0100
@@ -71,4 +71,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 
from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.050.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.053.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Hash-Util-FieldHash-Compat-0.05/Changes 
new/Hash-Util-FieldHash-Compat-0.07/Changes
--- old/Hash-Util-FieldHash-Compat-0.05/Changes 2014-02-16 10:14:36.0 
+0100
+++ new/Hash-Util-FieldHash-Compat-0.07/Changes 2014-03-20 18:05:51.0 
+0100
@@ -1,5 +1,14 @@
 Revision history for Hash-Util-FieldHash-Compat
 
+0.07  2014-03-20 17:05:45Z
+- better fix for misleading 'provides' metadata
+- now skipping back-compat tests on newer perls - this test will now
+  run for authors only
+
+0.06  2014-03-20 05:56:43Z
+- fix misleading 'provides' metadata (added in 0.05) that may confuse
+  some tools
+
 0.05  2014-02-16 09:14:30Z
 - convert to Dist::Zilla, with more metadata
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Hash-Util-FieldHash-Compat-0.05/LICENSE 
new/Hash-Util-FieldHash-Compat-0.07/LICENSE
--- old/Hash-Util-FieldHash-Compat-0.05/LICENSE 2014-02-16 10:14:36.0 
+0100
+++ new/Hash-Util-FieldHash-Compat-0.07/LICENSE 2014-03-20 18:05:51.0 
+0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Hash-Util-FieldHash-Compat-0.05/MANIFEST 
new/Hash-Util-FieldHash-Compat-0.07/MANIFEST
--- old/Hash-Util-FieldHash-Compat-0.05/MANIFEST2014-02-16 
10:14:36.0 +0100
+++ new/Hash-Util-FieldHash-Compat-0.07/MANIFEST2014-03-20 
18:05:51.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.013.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.014.
 CONTRIBUTING
 Changes
 INSTALL
@@ -15,6 +15,7 @@
 lib/Hash/Util/FieldHash/Compat/Heavy.pm
 t/00-report-prereqs.t
 t/01_basic.t
+t/02-heavy.t
 xt/author/00-compile.t
 xt/author/pod-spell.t
 xt/release/changes_has_content.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit lomt-fonts for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package lomt-fonts for openSUSE:Factory 
checked in at 2014-03-28 13:16:49

Comparing /work/SRC/openSUSE:Factory/lomt-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.lomt-fonts.new (New)


Package is lomt-fonts

Changes:

--- /work/SRC/openSUSE:Factory/lomt-fonts/lomt-fonts.changes2013-04-05 
07:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.lomt-fonts.new/lomt-fonts.changes   
2014-03-28 13:16:50.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 28 08:41:37 UTC 2014 - pgaj...@suse.com
+
+- lomt-raleway-fonts conflicts with raleway-fonts
+
+---



Other differences:
--
++ lomt-fonts.spec ++
--- /var/tmp/diff_new_pack.ps6hoR/_old  2014-03-28 13:16:51.0 +0100
+++ /var/tmp/diff_new_pack.ps6hoR/_new  2014-03-28 13:16:51.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package league-fonts
+# spec file for package lomt-fonts
 #
-# 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
@@ -37,6 +37,7 @@
 
 %package -n lomt-blackout-fonts
 Summary:   League Of Movable Type's Blackout font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-blackout-fonts
@@ -45,6 +46,7 @@
 
 %package -n lomt-chunk-fonts
 Summary:   League Of Movable Type's Chunk font
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-chunk-fonts
@@ -55,6 +57,7 @@
 
 %package -n lomt-fanwood-fonts
 Summary:   League Of Movable Type's Fanwood font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-fanwood-fonts
@@ -63,14 +66,15 @@
 
 %package -n lomt-goudybookletter-fonts
 Summary:   League Of Movable Type's Goudy Bookletter 1911 font
-Group: System/X11/Fonts
 License:   SUSE-Public-Domain
+Group:  System/X11/Fonts
 
 %description -n lomt-goudybookletter-fonts
 A serif font based on Frederic Goudy's Kennerley Oldstyle.
 
 %package -n lomt-junction-fonts
 Summary:   League Of Movable Type's Junction font
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-junction-fonts
@@ -78,6 +82,7 @@
 
 %package -n lomt-knewave-fonts
 Summary:   League Of Movable Type's Knewave font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-knewave-fonts
@@ -85,6 +90,7 @@
 
 %package -n lomt-leaguegothic-fonts
 Summary:   League Of Movable Type's League Gothic font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-leaguegothic-fonts
@@ -92,6 +98,7 @@
 
 %package -n lomt-lindenhill-fonts
 Summary:   League Of Movable Type's Linden Hill font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-lindenhill-fonts
@@ -100,6 +107,7 @@
 
 %package -n lomt-orbitron-fonts
 Summary:   League Of Movable Type's Orbitron font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-orbitron-fonts
@@ -109,6 +117,7 @@
 
 %package -n lomt-ostrichsans-fonts
 Summary:   League Of Movable Type's Ostrich Sans font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-ostrichsans-fonts
@@ -118,6 +127,7 @@
 
 %package -n lomt-prociono-fonts
 Summary:   League Of Movable Type's Prociono font
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-prociono-fonts
@@ -127,7 +137,11 @@
 
 %package -n lomt-raleway-fonts
 Summary:   League Of Movable Type's Raleway font
+License:OFL-1.1
 Group: System/X11/Fonts
+# raleway-fonts is derivative work from Pablo Impallari 
+# and Rodrigo Fuenzalida
+Conflicts:  raleway-fonts
 
 %description -n lomt-raleway-fonts
 Raleway is an elegant sans-serif typeface, designed in a single thin
@@ -139,6 +153,7 @@
 
 %package -n lomt-script1-fonts
 Summary:   League Of Movable Type's League Script Number One font
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-script1-fonts
@@ -148,6 +163,7 @@
 
 %package -n lomt-sniglet-fonts
 Summary:   League Of Movable Type's Sniglet font
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-sniglet-fonts
@@ -156,6 +172,7 @@
 
 %package -n lomt-sortsmillgoudy-fonts
 Summary:   League Of Movable Type's Sorts Mill Goudy font family
+License:OFL-1.1
 Group: System/X11/Fonts
 
 %description -n lomt-sortsmillgoudy-fonts


commit python-glanceclient for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package python-glanceclient for 
openSUSE:Factory checked in at 2014-03-28 13:17:44

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


Package is python-glanceclient

Changes:

--- /work/SRC/openSUSE:Factory/python-glanceclient/python-glanceclient.changes  
2014-03-09 18:47:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-glanceclient.new/python-glanceclient.changes 
2014-03-28 13:17:46.0 +0100
@@ -2 +2 @@
-Fri Feb 14 10:48:44 UTC 2014 - speili...@suse.com
+Thu Mar 27 10:22:40 UTC 2014 - dmuel...@suse.com
@@ -3,0 +4,52 @@
+- go back to released version (0.12.0) 
+
+---
+Mon Mar 17 00:44:35 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-glanceclient-0.12.0.78.g59c1103:
+  * Improve help strings
+
+---
+Tue Mar 11 00:39:50 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-glanceclient-0.12.0.76.g8ecc8ae:
+  * Sync with Oslo
+
+---
+Mon Mar 10 15:25:58 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-glanceclient-0.12.0.74.g2929cc1:
+  * Python 3: do not use __builtin__
+  * Updated from global requirements
+  * Python3: do not use the 'file' type
+
+---
+Wed Mar  5 01:16:40 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-glanceclient-0.12.0.69.ga9dee79:
+  * Python 3: do not use the unicode() function
+  * test_shell: remove a deprecated keyword argument
+  * Replace file with open, which is Python 3 compatible
+
+---
+Sat Mar  1 00:52:57 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-glanceclient-0.12.0.63.g46bf452:
+  * Only show progress bar for local image files
+
+---
+Wed Feb 26 01:00:01 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-glanceclient-0.12.0.61.g8b76817:
+  * Python3: define a __next__() method for VerboseIteratorWrapper
+  * Python 3: Fix JsonPatch-related issues
+  * Pass bytes to tempfile.NamedTemporaryFile().write()
+
+---
+Tue Feb 11 15:45:31 UTC 2014 - speili...@suse.com
+
+- Update to version python-glanceclient-0.12.0.56.gb8a850c:
+  * Remove tox locale overrides
+  * Fix misspellings in python-glanceclient
+  * Update my mailmap
+  * Add support for image size in v2 api upload
@@ -6 +57,0 @@
-- Only require argparse on SLE
@@ -9 +60,139 @@
-Thu Feb 13 09:44:09 UTC 2014 - dmuel...@suse.com
+Sat Feb  1 00:47:02 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.51:
+  + Using common method 'bool_from_string' from oslo strutils
+
+---
+Fri Jan 24 13:23:10 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.49:
+  + Replace file.write and os.path.exists by mock
+  + It was removed urllib, urllib2  urlparse modules
+  + Allow updating empty created v2 images from v1
+  + server 500 should not be a client error
+  + Handle endpoints with versions consistently
+
+---
+Sun Jan 19 01:11:34 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.39:
+  + python3: Switch to mox3 instead of mox
+
+---
+Thu Jan 16 12:27:32 UTC 2014 - dmuel...@suse.com
+
+- fix requires 
+
+---
+Thu Jan 16 01:07:41 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.38:
+  + Remove vim header
+
+---
+Tue Jan 14 01:33:08 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.37:
+  + Python 3: use six.iteritems and six.string_types
+
+---
+Mon Jan 13 01:33:34 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.36:
+  + Python 3: use six.iteritems() instead of iteritems()
+
+---
+Sun Jan 12 01:28:38 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 0.12.0.34:
+  + Sync apiclient and py3kcompat from oslo
+  + Reuse Resource from oslo
+  + Python 3: use six.iteritems() instead of iteritems()
+  + Python3: use six.StringIO rather than StringIO.StringIO
+  + Python3: use six.StringIO rather than StringIO.StringIO
+

commit phpMyAdmin for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-03-28 13:17:34

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2014-03-23 
22:34:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-03-28 13:17:36.0 +0100
@@ -1,0 +2,9 @@
+Thu Mar 27 16:12:55 UTC 2014 - ec...@schirra.net
+
+- update to 4.1.12 (2014-03-27)
+  * sf#4334 Add event : datepicker won't open
+  * sf#4338 Fix missing value error while executing SQL query
+  * TCPDF library is now optional dependency
+  * sf#4326 Cannot find the import plugins which start with uppercase 'I'
+
+---

Old:

  phpMyAdmin-4.1.11-all-languages.tar.bz2

New:

  phpMyAdmin-4.1.12-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.Q2shwW/_old  2014-03-28 13:17:36.0 +0100
+++ /var/tmp/diff_new_pack.Q2shwW/_new  2014-03-28 13:17:36.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.1.11
+Version:4.1.12
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.1.11-all-languages.tar.bz2 - 
phpMyAdmin-4.1.12-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.1.11-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.1.12-all-languages.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 python-neutronclient for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package python-neutronclient for 
openSUSE:Factory checked in at 2014-03-28 13:17:53

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


Package is python-neutronclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-neutronclient/python-neutronclient.changes
2014-03-09 20:14:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-neutronclient.new/python-neutronclient.changes
   2014-03-28 13:17:54.0 +0100
@@ -2 +2 @@
-Tue Feb 18 12:20:54 UTC 2014 - dmuel...@suse.com
+Thu Mar 27 10:27:57 UTC 2014 - dmuel...@suse.com
@@ -4 +4 @@
-- remove nonsense buildrequires
+- go back to released version (2.3.4) 
@@ -7 +7 @@
-Sat Feb 15 00:13:29 UTC 2014 - dmuel...@suse.com
+Wed Mar 26 01:38:51 UTC 2014 -  cloud-de...@suse.de
@@ -9,2 +9,2 @@
-- added patches (bnc#864196):
-  * 0001-Fixed-get_auth_info-for-pre-authenticated-clients.patch
+- Update to version python-neutronclient-2.3.4.43.g54d15e7:
+  * Show the unknown auth stratey in neutron client
@@ -13 +13 @@
-Fri Feb 14 10:42:58 UTC 2014 - speili...@suse.com
+Sat Mar 22 01:36:59 UTC 2014 -  cloud-de...@suse.de
@@ -15,2 +15,50 @@
-- Replace git_tarballs source service with download_files and set_version
-  + Use upstream URL as source (enables verification)
+- Update to version python-neutronclient-2.3.4.42.gdebd91b:
+  * Work around pypy testing issue
+  * Remove unused imports
+  * Extending quota support neutron LBaaS entities
+
+---
+Sat Mar 15 00:39:00 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.4.36.g5613ea7:
+  * Empty file shouldn't contain copyright nor license
+  * Updated from global requirements
+  * CLI support for NSX gateway devices
+  * Use six.moves.urllib.parse to replace urlparse
+  * Enable to select specific network service type
+  * Replace assertEqual(None, *) with assertIsNone in tests
+
+---
+Tue Mar 11 11:06:07 UTC 2014 - speili...@suse.com
+
+- Rebased patches:
+  + 0001-Switch-over-to-mox3.patch (manually)
+- Update to version python-neutronclient-2.3.4.25.g42f48fb:
+  * Updated from global requirements
+  * New exception when auth_url is not specified
+  * Print human friendly string as an error message
+
+---
+Thu Mar  6 00:37:39 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.4.19.g9d8ccad:
+  * Python 3: fix a call to ugettext()
+  * Adds delete of extra-dhcp-opt to the client
+
+---
+Tue Mar  4 01:19:37 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.4.15.g43f7fa4:
+  * Supporting Net-Partition as extension for Nuage plugin
+
+---
+Mon Mar  3 12:49:39 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.4.13.g866d1e1:
+  * Enable hacking H233 rule
+
+---
+Wed Feb 26 01:45:51 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.4.11.gfba38c6:
+  * Fix net-gateway-create help message
@@ -19 +67,27 @@
-Thu Feb 13 14:08:30 UTC 2014 - dmuel...@suse.com
+Mon Feb 24 00:51:18 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.4.9.g0df7db0:
+  * Add shared parameter for metering labels
+  * Adding weight column to Neutron lb member list CLI
+
+---
+Sat Feb 22 16:16:39 UTC 2014 - dmuel...@suse.com
+
+- Update to version python-neutronclient-2.3.4.5.g0933fe0:
+  * Unexpected response in agent-list command
+  * Don't reuse 'body' for response data
+  * Modify quota-list descripton
+  * Remove vi modelines
+  * Fixed a minor typo in a docstring
+  * Use assertIn where appropriate
+
+---
+Wed Feb 19 00:59:46 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-neutronclient-2.3.3.16.g3ba2d2e:
+  * Work around for httplib2 retries on timeout
+  * update coveragerc file
+  * Mention --fixed-ip subnet_id=.. in help message
+
+---
+Thu Feb 13 14:07:36 UTC 2014 - dmuel...@suse.com
@@ -25 +99 @@
-Thu Feb 13 13:16:06 UTC 2014 - dmuel...@suse.com
+Thu Feb 13 10:27:27 UTC 2014 - speili...@suse.com
@@ -27 +101 @@
-- fix requires 
+- Drop coverage (build)requires, we don't run pep8 tests
@@ -30 +104 @@
-Wed Jan 29 09:12:37 UTC 2014 - speili...@suse.com
+Thu Feb 13 10:23:15 UTC 2014 - 

commit perl-Test-Simple for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Simple for 
openSUSE:Factory checked in at 2014-03-28 13:17:22

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


Package is perl-Test-Simple

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2013-12-10 22:53:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes   
2014-03-28 13:17:23.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 24 21:12:41 UTC 2014 - l...@linux-schulserver.de
+
+- update to 1.001003:
+  + Doc updates for maintainer change 
+
+---

Old:

  Test-Simple-1.001002.tar.gz

New:

  Test-Simple-1.001003.tar.gz



Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.TsdIku/_old  2014-03-28 13:17:24.0 +0100
+++ /var/tmp/diff_new_pack.TsdIku/_new  2014-03-28 13:17:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Simple
 #
-# 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,29 +17,21 @@
 
 
 Name:   perl-Test-Simple
-Version:1.001002
+Version:1.001003
 Release:0
 %define cpan_name Test-Simple
-Summary:Basic utilities for writing tests.
+Summary:Basic utilities for writing tests
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Simple/
-Source: 
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Dev::Null)
-#BuildRequires: perl(MyOverload)
-#BuildRequires: perl(Test::Builder::IO::Scalar)
-#BuildRequires: perl(Test::Builder::NoOutput)
-#BuildRequires: perl(Test::Simple::Catch)
-#BuildRequires: perl(TieOut)
 %{perl_requires}
 
 %description
-** If you are unfamiliar with testing *read Test::Tutorial* first! **
-
 This is an extremely simple, extremely basic module for writing tests
 suitable for CPAN modules and other pursuits. If you wish to do more
 complicated testing, use the Test::More module (a drop-in replacement for
@@ -51,36 +43,7 @@
 
 The only other constraint is you must pre-declare how many tests you plan
 to run. This is in case something goes horribly wrong during the test and
-your test program aborts, or skips a test or whatever. You do this like so:
-
-use Test::Simple tests = 23;
-
-You must have a plan.
-
-* *ok*
-
-ok( $foo eq $bar, $name );
-ok( $foo eq $bar );
-
-  ok() is given an expression (in this case '$foo eq $bar'). If it's true,
-  the test passed. If it's false, it didn't. That's about it.
-
-  ok() prints out either ok or not ok along with a test number (it
-  keeps track of that for you).
-
-# This produces ok 1 - Hell not yet frozen over (or not ok)
-ok( get_temperature($hell)  0, 'Hell not yet frozen over' );
-
-  If you provide a $name, that will be printed along with the ok/not ok
-  to make it easier to find your test when if fails (just search for the
-  name). It also makes it easier for the next guy to understand what your
-  test is for. It's highly recommended you use test names.
-
-  All tests are run in scalar context. So this:
-
-  ok( @stuff, 'I have some stuff' );
-
-  will do what you mean (fail if stuff is empty)
+your test program aborts, or skips a test or whatever.
 
 Test::Simple will start by printing number of tests run in the form 1..M
 (so 1..5 means you're going to run 5 tests). This strange format lets
@@ -95,14 +58,6 @@
 completed all its tests, it will still be considered a failure and will
 exit with 255.
 
-So the exit codes are...
-
-0   all tests successful
-255 test died or all passed but wrong # of tests run
-any other numberhow many failed (including missing or extras)
-
-If you fail more than 254 tests, it will be reported as 254.
-
 This module is by no means trying to be a complete testing system. It's
 just to get you started. Once you're off the ground its recommended you
 look at the Test::More manpage.

++ Test-Simple-1.001002.tar.gz - Test-Simple-1.001003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit rsyslog for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2014-03-28 13:18:21

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


Package is rsyslog

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2014-03-21 
13:52:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2014-03-28 
13:18:22.0 +0100
@@ -1,0 +2,9 @@
+Thu Mar 27 17:53:15 UTC 2014 - andreas.stie...@gmx.de
+
+- rsyslog 7.6.3 [v7-stable]
+  * add capability to override GnuTLS path in build process
+  * support (and require) librelp 1.2.5
+  * bugfix: ompipe used invalid default template
+  * bugfix: ompipe did emit many suspension messages for /dev/xconsole
+
+---

Old:

  rsyslog-7.6.2.tar.gz

New:

  rsyslog-7.6.3.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.HfiXzz/_old  2014-03-28 13:18:24.0 +0100
+++ /var/tmp/diff_new_pack.HfiXzz/_new  2014-03-28 13:18:24.0 +0100
@@ -20,7 +20,7 @@
 Summary:The enhanced syslogd for Linux and Unix
 License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:7.6.2
+Version:7.6.3
 Release:0
 %if 0%{?suse_version} = 1210
 %bcond_without  systemd
@@ -117,7 +117,7 @@
 BuildRequires:  libgcrypt-devel
 %endif
 %if %{with guardtime}
-BuildRequires:  libgt-devel
+BuildRequires:  libgt-devel = 0.3.1
 %endif
 %if %{with dbi}
 BuildRequires:  libdbi-devel
@@ -134,9 +134,9 @@
 %if %{with relp}
 # RELP support
 %if 0%{?suse_version} = 1210
-BuildRequires:  pkgconfig(relp) = 1.2.4
+BuildRequires:  pkgconfig(relp) = 1.2.5
 %else
-BuildRequires:  librelp-devel = 1.2.4
+BuildRequires:  librelp-devel = 1.2.5
 %endif
 %endif
 %if %{with udpspoof}

++ rsyslog-7.6.2.tar.gz - rsyslog-7.6.3.tar.gz ++
 28789 lines of diff (skipped)

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



commit python-stevedore for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package python-stevedore for 
openSUSE:Factory checked in at 2014-03-28 13:18:02

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


Package is python-stevedore

Changes:

--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2014-02-15 08:07:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-stevedore.new/python-stevedore.changes   
2014-03-28 13:18:03.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar 28 08:27:45 UTC 2014 - speili...@suse.com
+
+- Update to version 0.15:
+  * Only log error when no load handler is set
+  * Update readme with links to bug tracker and source
+  * Update .gitreview after moving the repository
+
+---

Old:

  stevedore-0.14.1.tar.gz

New:

  stevedore-0.15.tar.gz



Other differences:
--
++ python-stevedore.spec ++
--- /var/tmp/diff_new_pack.w1DaOF/_old  2014-03-28 13:18:04.0 +0100
+++ /var/tmp/diff_new_pack.w1DaOF/_new  2014-03-28 13:18:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-stevedore
-Version:0.14.1
+Version:0.15
 Release:0
 Summary:Manage dynamic plugins for Python applications
 License:Apache-2.0

++ stevedore-0.14.1.tar.gz - stevedore-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.14.1/AUTHORS new/stevedore-0.15/AUTHORS
--- old/stevedore-0.14.1/AUTHORS2014-01-27 23:35:13.0 +0100
+++ new/stevedore-0.15/AUTHORS  2014-03-27 21:43:00.0 +0100
@@ -1,11 +1 @@
-Chris Yeoh cy...@au1.ibm.com
-Daniel Rocco dro...@thebrightlink.com
-Dirk Mueller d...@dmllr.de
-Doug Hellmann doug.hellm...@dreamhost.com
-Doug Hellmann doug.hellm...@gmail.com
-Joshua Harlow harlo...@yahoo-inc.com
-Julien Danjou jul...@danjou.info
-Philip Tzou philip@gmail.com
-Ryan Petrello li...@ryanpetrello.com
-Wes Turner wes.tur...@gmail.com
-markmcclain m...@four-m.org
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stevedore-0.14.1/ChangeLog 
new/stevedore-0.15/ChangeLog
--- old/stevedore-0.14.1/ChangeLog  2014-01-27 23:35:13.0 +0100
+++ new/stevedore-0.15/ChangeLog2014-03-27 21:43:00.0 +0100
@@ -1,1288 +1,210 @@
-commit 73a3a601fa82c0d0182ce0e15b1b8b0dae847c4d
-Author: Doug Hellmann doug.hellm...@dreamhost.com
-Date:   Mon Jan 27 17:23:20 2014 -0500
-
-Fix the test manager implementation
-
-Partial-bug: #1273455
-
-Change-Id: I5402d71197979e579a2145f7f775b3e693dccfcc
-
-commit ed280dab97a645ad2d48587ec12a39e09fc5d9b5
-Author: Doug Hellmann doug.hellm...@dreamhost.com
-Date:   Mon Jan 27 15:33:23 2014 -0500
-
-prep history for 0.14 release
-
-Change-Id: Ie871fdd8ee4917f3d628913baff742f7a92d92fa
-
-commit 79c405923440ae23c3c1324e36f4e117dac2ff96
-Author: Doug Hellmann doug.hellm...@dreamhost.com
-Date:   Sat Jan 25 12:05:55 2014 -0500
-
-Make requirements checking optional
-
-Commit 3c2b1df85a88162e086d4f62bf99079432851ba8 hard-coded requirements
-checking when a plugin is loaded to be turned off (the previous default
-was turned on). This commit adds a parameter so the caller can decide.
-
-Change-Id: I639c1fed7231b8adeab1e3ef9c863763a60bfd0d
-
-commit 8c31425bba88c9aa753fcbfa76aecb5ae7b3a680
-Author: Doug Hellmann doug.hellm...@dreamhost.com
-Date:   Sat Jan 25 12:04:22 2014 -0500
-
-Update docstrings
-
-A previous change added an argument to several methods without
-updating their docstrings to describe it.
-
-Change-Id: I10c753a2d935c0a4ae87ff9258c91f1530d398db
-
-commit 8a67d41e7a75da37fb5b37571833218c8ce5de53
-Merge: 3c2b1df 3eccd4b
-Author: Jenkins jenk...@review.openstack.org
-Date:   Wed Jan 22 18:39:16 2014 +
-
-Merge Allow a on_load_failure_callback to be provided
-
-commit 3c2b1df85a88162e086d4f62bf99079432851ba8
-Author: Doug Hellmann doug.hellm...@dreamhost.com
-Date:   Fri Jan 17 17:17:29 2014 -0500
-
-Remove requirements checking for dependencies
-
-Change-Id: I4128994554a9291d5629e20774b1c5a91c4a58cc
-
-commit 7d1d283c7348f96c13d5c9ffdc1101e7f36ff09e
-Merge: f675a2b 7fc49b6
-Author: Jenkins jenk...@review.openstack.org
-Date:   Tue Jan 7 19:09:25 2014 +
-
-Merge Add venv environment to tox
-
-commit f675a2b1b08230e09fedc704487bca63e37a83ec
-Author: Doug Hellmann doug.hellm...@dreamhost.com
-Date:   Fri Dec 20 22:57:40 2013 +
-
-fix typo in contrib docs
-
-Change-Id: Iae9aa84f48092b1c0d19d7271f049a9ff786996f
-
-commit 

commit rhythmbox for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2014-03-28 13:56:35

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


Package is rhythmbox

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2014-03-25 
13:27:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2014-03-28 
13:56:36.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar 23 15:40:00 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.0.2:
+  + Bugs fixed: bgo#678938, bgo#692485, bgo#701598, bgo#705105,
+bgo#707144, bgo#707525, bgo#707618, bgo#708084, bgo#708201,
+bgo#708341, bgo#710493, bgo#710832, bgo#711285, bgo#712237,
+bgo#712699, bgo#715177, bgo#719514, bgo#719777, bgo#720116,
+bgo#720217, bgo#720819, bgo#721550, bgo#721758, bgo#722069,
+bgo#722782, bgo#723839, bgo#724931, bgo#725625, bgo#726167.
+  + Updated translations.
+
+---

Old:

  rhythmbox-3.0.1.tar.xz

New:

  rhythmbox-3.0.2.tar.xz



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.5fkxt7/_old  2014-03-28 13:56:37.0 +0100
+++ /var/tmp/diff_new_pack.5fkxt7/_new  2014-03-28 13:56:37.0 +0100
@@ -22,7 +22,7 @@
 #define with_daap 0%{?suse_version}  1330
 
 Name:   rhythmbox
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:GNOME Music Management Application
 License:GPL-2.0+
@@ -64,7 +64,7 @@
 BuildRequires:  pkgconfig(libpeas-1.0) = 0.7.3
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) = 0.7.3
 BuildRequires:  pkgconfig(libsecret-1) = 0.18
-BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libsoup-2.4) = 2.34.0
 BuildRequires:  pkgconfig(libsoup-gnome-2.4)
 BuildRequires:  pkgconfig(pygobject-3.0) = 3.2.3
 BuildRequires:  pkgconfig(sm)

++ rhythmbox-3.0.1.tar.xz - rhythmbox-3.0.2.tar.xz ++
/work/SRC/openSUSE:Factory/rhythmbox/rhythmbox-3.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox-3.0.2.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 librtas for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package librtas for openSUSE:Factory checked 
in at 2014-03-28 13:56:22

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


Package is librtas

Changes:

--- /work/SRC/openSUSE:Factory/librtas/librtas.changes  2014-03-06 
12:01:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.librtas.new/librtas.changes 2014-03-28 
13:56:23.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 25 13:23:54 UTC 2014 - jloe...@suse.com
+
+- version update to 1.3.10 (BNC#870006)
+  see changelog for change
+
+---

Old:

  librtas-1.3.9.tar.gz

New:

  librtas-1.3.10.tar.gz



Other differences:
--
++ librtas.spec ++
--- /var/tmp/diff_new_pack.7O2lN4/_old  2014-03-28 13:56:24.0 +0100
+++ /var/tmp/diff_new_pack.7O2lN4/_new  2014-03-28 13:56:24.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   librtas
 BuildRequires:  doxygen
-Version:1.3.9
+Version:1.3.10
 Release:0
 BuildRequires:  fdupes
 Summary:Libraries to provide access to RTAS calls and RTAS events

++ librtas-1.3.9.tar.gz - librtas-1.3.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/librtas-1.3.9/Changelog new/librtas-1.3.10/Changelog
--- old/librtas-1.3.9/Changelog 2014-03-03 21:25:01.0 +0100
+++ new/librtas-1.3.10/Changelog2014-03-21 21:31:52.0 +0100
@@ -1,3 +1,92 @@
+Changelog for librtas-1.3.10
+===
+commit e0c097d3e0ab65433d4fdc6e18a820c82d909464
+Author: Nathan Fontenot nf...@linux.vnet.ibm.com
+Date:   Fri Mar 21 15:28:56 2014 -0500
+
+librtasevent: Enable RTAS event parsing on LE systems
+
+The librtasevent library does not work in LE environments. The
+struct's for each rtas event section are defined as a bit field
+to match layout of the rtas event. This librtasevent library
+currently functions by mapping these structs directly the raw
+rtas event that is passed. This works for BE systems because
+rtas events are in BE by definition.
+
+To fix this this patch re-defines the structs that have been
+used to just contain an int for each value in the rtas event
+sections, then adds a raw version of the struct that we can map
+directly onto the passed in rtas event. The raw structs can then
+be traversed an we can do any neccessary conversions to LE values
+in the structs that are passed back to the user.
+
+This patch updates most of the v6 rtas event sections, most notably
+src/fru sections have not been updated yet. At this time there
+are no plans to update pre-v6 rtas events for LE environments.
+
+Signed-off-by: Nathan Fontenot nf...@linux.vnet.ibm.com
+
+commit 7eb810757d8573ef47fdc5bd26aa3d9e9afbfd8a
+Author: Greg Kurz gk...@linux.vnet.ibm.com
+Date:   Fri Mar 21 11:49:13 2014 -0500
+
+librtas: PCI hotplug support vs little endian
+
+The goal of this patch is to enable a little endian process to interact
+with RTAS which is big endian. The rationale is that librtas assumes
+to be passed cpu endian arguments and do the necessary conversions. The
+reasons for this choice are:
+- many arguments are owned by librtas (status, RMO buffer addresses...)
+- nearly all arguments are being used in cpu endian order by librtas:
+  if they were assumed to be big endian, we would have to byte swap
+  anyway, resulting in an even bigger patch...
+
+Of course, all rules have an exception: the RMO buffer content is not
+seen by librtas, it is up to the caller (drmgr) to do the conversions.
+
+It seems that recent kernels don't have the needed procfs files anymore,
+so this patch only cares about the rtas() syscall based implementation.
+
+As requested by Benjamin Herrenschmidt, the byte swapping should be
+performed in userland AND be careful about corner cases where non
+32-bit values are being passed:
+
+http://patchwork.ozlabs.org/patch/327089/
+
+We cannot boldly convert all arguments in the sc_rtas_call() function.
+
+For an example, let's look at sc_suspend_me() where we pass a 64 bit value
+split across two arguments. If streamid is ABCDEFGHIJKLMNOP, then it will
+be reassembled by the kernel as IJKLMNOPABCDEFGH before being passed to the
+host...
+
+As a consequence, we can only convert well known parameters in the
+sc_rtas_call() function:
+- token
+- number of input arguments
+- number of return arguments
+- return status (always the first return argument)
+ 

commit python-oslo.config for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2014-03-28 13:56:30

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


Package is python-oslo.config

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2014-03-09 20:16:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2014-03-28 13:56:30.0 +0100
@@ -2 +2 @@
-Fri Feb 14 10:32:02 UTC 2014 - speili...@suse.com
+Thu Mar 27 10:19:08 UTC 2014 - dmuel...@suse.com
@@ -3,0 +4,73 @@
+- switch back to released version of oslo.config (which is
+  recommended for Icehouse)
+
+---
+Mon Mar 10 16:24:49 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.40.gb347519:
+  * Include the 'meta' trove classifiers for python versions
+
+---
+Wed Mar  5 01:11:55 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.39.ga5faf6b:
+  * Do substitution on overrides and defaults too
+  * Follow style guide for help strings
+
+---
+Mon Mar  3 01:24:36 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.35.gc577365:
+  * Updated from global requirements
+  * Convert to oslo.test
+  * Add py33 trove classifier
+
+---
+Tue Feb 25 00:44:03 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.31.g076d828:
+  * Fix a whitespace in a comment
+
+---
+Sun Feb 23 00:38:24 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.30.g482e276:
+  * Fix docstring of parsing order
+
+---
+Wed Feb 19 01:07:38 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.28.g4c5c1ea:
+  * Remove extraneous vim configuration comments
+
+---
+Sun Feb 16 01:13:56 UTC 2014 - cloud-de...@suse.de
+
+- Rebased patches:
+  + 0001-Switch-over-to-oslosphinx.patch dropped (merged upstream)
+
+---
+Sun Feb 16 01:13:55 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version oslo.config-1.3.0a0.26.g13de959:
+  * Switch over to oslosphinx
+
+---
+Fri Feb 14 09:02:15 UTC 2014 - speili...@suse.com
+
+- Run testr directly
+
+---
+Thu Feb 13 13:24:41 UTC 2014 - dmuel...@suse.com
+
+- added patches:
+  * 0001-Switch-over-to-oslosphinx.patch
+
+---
+Tue Feb 11 16:06:53 UTC 2014 - speili...@suse.com
+
+- Update to version oslo.config-1.3.0a0.25.g2f98541:
+  * Fix misspellings in oslo.config
+  * Support building wheels (PEP-427)
+  * Add Style Guide for help of config options
+  * Add docs for types
@@ -5,0 +79,73 @@
+- Use argparse only on SLE
+
+---
+Wed Jan 29 00:45:52 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.3.0a0.18.g16541c5:
+  + Throw exception if --config-dir doesn't exist
+
+---
+Tue Jan 28 01:22:48 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.3.0a0.16.g3b8197e:
+  + Remove copyright from empty files
+
+---
+Fri Jan 24 13:41:10 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.3.0a0.14.ge6bcb78:
+  + Implemented support for custom opt types
+
+---
+Sun Jan 12 01:14:43 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.3.0a0.12.g0c3a643:
+  + Fix for parsing error with Dollar Sign ($) in values
+
+---
+Fri Jan 10 11:58:27 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.3.0a0.10.g9972082:
+  + Fix spelling errors in docstrings and comments
+
+---
+Thu Jan  9 01:20:17 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.3.0a0.8.g47b49e8:
+  + Utilizes assertIsNone and assertIsNotNone
+
+---
+Sat Dec 21 01:36:04 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 

commit cups-filters for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package cups-filters for openSUSE:Factory 
checked in at 2014-03-28 16:21:02

Comparing /work/SRC/openSUSE:Factory/cups-filters (Old)
 and  /work/SRC/openSUSE:Factory/.cups-filters.new (New)


Package is cups-filters

Changes:

--- /work/SRC/openSUSE:Factory/cups-filters/cups-filters.changes
2014-03-27 09:30:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.cups-filters.new/cups-filters.changes   
2014-03-28 16:21:03.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar 27 16:03:44 CET 2014 - jsm...@suse.de
+
+- Provide foomatic-filters with the exact foomatic-rip version
+  that is included in cups-filters and conflict with any other
+  foomatic-filters version (bnc#870621).
+
+---



Other differences:
--
++ cups-filters.spec ++
--- /var/tmp/diff_new_pack.8PVPfb/_old  2014-03-28 16:21:03.0 +0100
+++ /var/tmp/diff_new_pack.8PVPfb/_new  2014-03-28 16:21:03.0 +0100
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Summary:OpenPrinting CUPS filters, backends, and cups-browsed
 License:GPL-2.0 and GPL-2.0+ and GPL-3.0 and MIT
 Group:  Hardware/Printing
@@ -47,6 +46,16 @@
 # plus the fix for https://bugs.linuxfoundation.org/show_bug.cgi?id=1187
 # cups-browsed must percent-encode component parts of the CUPS device-URI:
 Source0:
http://www.openprinting.org/download/cups-filters/cups-filters-%{tarball_version}.tar.gz
+# Since cups-filters version 1.0.42 foomatic-rip is also provided by 
cups-filters.
+# The foomatic-rip version that is provided by cups-filters is not specified 
in the cups-filters sources
+# but on http://www.openprinting.org/download/foomatic/ the 
foomatic-filters-4.0-current.tar.gz
+# dated 27-Mar-2014 (i.e. from today as of this writing) contains a 
VERSION.full file that reads 4.0.17.256
+# so that foomatic_rip_version (macro name can be only alphanumeric and '_' 
i.e. foomatic-rip_version does not work)
+# is defined here accordingly but with one more additional trailing number 
'.1' to ensure that
+# the sub-package cups-filters-foomatic-rip (see below) conflicts with any 
foomatic-filters package:
+#   zypper vcmp '4.0.17.256' '4.0.17.256.1' - 4.0.17.256 is older than 
4.0.17.256.1
+#   zypper vcmp '4.0.17.257' '4.0.17.256.1' - 4.0.17.257 is newer than 
4.0.17.256.1
+%define foomatic_rip_version 4.0.17.256.1
 BuildRequires:  cups-devel
 BuildRequires:  pkgconfig
 # pdftopdf
@@ -154,11 +163,15 @@
 %package foomatic-rip
 Summary:OpenPrinting CUPS filter foomatic-rip
 Group:  Hardware/Printing
-# Conflict with foomatic-filters because
-# the following files are provided by it
+# Provide foomatic-filters with the exact foomatic_rip_version
+# see https://bugzilla.novell.com/show_bug.cgi?id=870621
+# and conflict with any other foomatic-filters version because
+# the following files are also provided by foomatic-filters
 # /usr/lib/cups/filter/foomatic-rip
 # /usr/share/man/man1/foomatic-rip
-Conflicts:  foomatic-filters
+Conflicts:  foomatic-filters  %{foomatic_rip_version}
+Provides:   foomatic-filters = %{foomatic_rip_version}
+Conflicts:  foomatic-filters  %{foomatic_rip_version}
 
 %description foomatic-rip
 Since cups-filters version 1.0.42 foomatic-rip is also
@@ -192,9 +205,9 @@
 # and then it is probably worth submitting an upstream issue report to
 # https://bugs.linuxfoundation.org for Product: OpenPrinting and Component: 
cups-filters
 ./autogen.sh
-# Set our preferred architecture-specific flags for the compiler and linker:
-export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
+# No need to set our preferred architecture-specific flags for the compiler 
and linker
+# via export CFLAGS=$RPM_OPT_FLAGS and export CXXFLAGS=$RPM_OPT_FLAGS
+# because the RPM macro configure does that.
 # --with-pdftops=pdftops - use Poppler instead of Ghostscript (see README)
 %configure --disable-static \
--disable-silent-rules \
@@ -205,10 +218,14 @@
--without-php \
   --with-rcdir=no \
   --with-test-font-path=/usr/share/fonts/truetype/DejaVuSans.ttf
-make %{?_smp_mflags}
+# At least for now - until an expert may have had a look - using plain make
+# instead of make with _smp_mflags because that caused sometimes strange build 
failures:
+make
 
 %check
-make check %{?_smp_mflags}
+# At least for now - until an expert may have had a look - using plain make
+# instead of make with _smp_mflags because that caused sometimes strange build 
failures:
+make check
 
 %install
 make install DESTDIR=%{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org

commit liblouis for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package liblouis for openSUSE:Factory 
checked in at 2014-03-28 16:24:48

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


Package is liblouis

Changes:

--- /work/SRC/openSUSE:Factory/liblouis/liblouis.changes2013-06-29 
19:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/liblouis.changes   2014-03-28 
16:24:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 03:50:59 UTC 2014 - mgo...@suse.com
+
+-Update to version 2.5.4: 
+  + New features
+- Added function lou_registerTableResolver for plugging in a
+  table resolver callback from your host language.
+  + Bug Fixes
+- Fixed ENDSEGMENT indicator in computer Braille.
+- Emphasized words should now be contracted consistently.
+- Fixed several problems with back-translation. A slash within
+  a number and strings such as 5-inch-diameter and
+  25-year-old-man should now back-translate correctly.
+- Fixed a problem with syllable opcode.
+- Fix warnings with gcc 4.8.2.
+- When a table is specified with an absolute or relative path,
+  the includes in that table will now work as expected,
+  meaning files in the same directory will be found.
+  + Braille Table Improvements to fr-bfu-comp8, en-us-g2,
+en-ueb-g2, BUlgarian, en-gb-g1, Nemeth, Slovenian, Norwegian,
+Nepali, Danish.
+  + Backwards incompatible changes
+- Delete the table chardefs-ueb.cti as these rules are now
+  provided by en-ueb-chardefs.uti
+- Update source URL.
+- COPYING.LIB has been renamed to COPYING.LESSER
+- Use fdupes for base package.
+
+---
--- /work/SRC/openSUSE:Factory/liblouis/python-louis.changes2013-06-29 
19:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/python-louis.changes   
2014-03-28 16:24:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 03:51:52 UTC 2014 - mgo...@suse.com
+
+-Update to version 2.5.4: 
+  + New features
+- Added function lou_registerTableResolver for plugging in a
+  table resolver callback from your host language.
+  + Bug Fixes
+- Fixed ENDSEGMENT indicator in computer Braille.
+- Emphasized words should now be contracted consistently.
+- Fixed several problems with back-translation. A slash within
+  a number and strings such as 5-inch-diameter and
+  25-year-old-man should now back-translate correctly.
+- Fixed a problem with syllable opcode.
+- Fix warnings with gcc 4.8.2.
+- When a table is specified with an absolute or relative path,
+  the includes in that table will now work as expected,
+  meaning files in the same directory will be found.
+  + Braille Table Improvements to fr-bfu-comp8, en-us-g2,
+en-ueb-g2, BUlgarian, en-gb-g1, Nemeth, Slovenian, Norwegian,
+Nepali, Danish.
+  + Backwards incompatible changes
+- Delete the table chardefs-ueb.cti as these rules are now
+  provided by en-ueb-chardefs.uti
+- Update source URL.
+- COPYING.LIB has been renamed to COPYING.LESSER
+- Use fdupes for base package.
+
+---
--- /work/SRC/openSUSE:Factory/liblouis/python3-louis.changes   2013-06-29 
19:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblouis.new/python3-louis.changes  
2014-03-28 16:24:49.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 03:51:37 UTC 2014 - mgo...@suse.com
+
+Update to version 2.5.4:
+  + New features
+- Added function lou_registerTableResolver for plugging in a
+  table resolver callback from your host language.
+  + Bug Fixes
+- Fixed ENDSEGMENT indicator in computer Braille.
+- Emphasized words should now be contracted consistently.
+- Fixed several problems with back-translation. A slash within
+  a number and strings such as 5-inch-diameter and
+  25-year-old-man should now back-translate correctly.
+- Fixed a problem with syllable opcode.
+- Fix warnings with gcc 4.8.2.
+- When a table is specified with an absolute or relative path,
+  the includes in that table will now work as expected,
+  meaning files in the same directory will be found.
+  + Braille Table Improvements to fr-bfu-comp8, en-us-g2,
+en-ueb-g2, BUlgarian, en-gb-g1, Nemeth, Slovenian, Norwegian,
+Nepali, Danish.
+  + Backwards incompatible changes
+- Delete the table chardefs-ueb.cti as these rules are now
+  provided by en-ueb-chardefs.uti
+- Update source URL.
+- COPYING.LIB has been renamed to COPYING.LESSER
+- Use fdupes for base package.
+
+---

Old:

  liblouis-2.5.3.tar.gz

New:

  liblouis-2.5.4.tar.gz


commit sbd for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package sbd for openSUSE:Factory checked in 
at 2014-03-28 16:28:13

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


Package is sbd

Changes:

--- /work/SRC/openSUSE:Factory/sbd/sbd.changes  2013-10-19 11:19:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.sbd.new/sbd.changes 2014-03-28 
16:28:14.0 +0100
@@ -1,0 +2,18 @@
+Thu Mar 27 14:12:30 UTC 2014 - l...@suse.com
+
+- sbd: Allow the watchdog to be explicitly disabled (bnc#865365)
+- rpm: use the short git hash in the changelog from now on.
+- cs: b96ac28
+
+---
+Thu Mar 27 08:10:46 UTC 2014 - l...@suse.com
+
+- systemd: ensure that sbd is activated after systemd module loading and
+  the iSCSI initator (bnc#869612)
+- Start-up: make sbd wait a configurable amount of time for devices to
+  appear on boot (bnc#869612)
+- Downgrade the logging during the initial wait to a debug log to avoid
+  log flooding.
+- cs: 512b71dc209744e505bf62d7ccddb70854fe7407
+
+---



Other differences:
--
++ sbd.spec ++
--- /var/tmp/diff_new_pack.rjtsWq/_old  2014-03-28 16:28:14.0 +0100
+++ /var/tmp/diff_new_pack.rjtsWq/_new  2014-03-28 16:28:14.0 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package sbd
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Lars Marowsky-Bree
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,24 +16,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Name:   sbd
 Summary:Storage-based death
+License:GPL-2.0+
+Group:  Productivity/Clustering/HA
 Version:1.2.1
 Release:0
-License:GPL-2.0+
 Url:https://github.com/l-mb/sbd
-Group:  Productivity/Clustering/HA
 Source: sbd-%{version}.tar.bz2
 Patch1: add-explicit-libs.patch
 Patch2: sbd-configure-libcoroipcc.patch
 Patch3: sbd-pacemaker.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
-BuildRequires:  autoconf automake e2fsprogs-devel glib2-devel libtool 
libxml2-devel pkgconfig python-devel libaio-devel libuuid-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  glib2-devel
+BuildRequires:  libaio-devel
+BuildRequires:  libcorosync-devel
 BuildRequires:  libglue-devel
-BuildRequires:  libpacemaker-devel libcorosync-devel
+BuildRequires:  libpacemaker-devel
+BuildRequires:  libtool
+BuildRequires:  libuuid-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
 Conflicts: ClusterTools2  2.3.2
 Requires(pre):  %fillup_prereq
 
@@ -54,6 +63,7 @@
 
 %build
 autoreconf -i
+export CFLAGS=$RPM_OPT_FLAGS -Wall -Werror
 %configure
 make %{?_smp_mflags}
 ###

++ sbd-1.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.2.1/README.md new/sbd-1.2.1/README.md
--- old/sbd-1.2.1/README.md 2013-10-10 11:11:59.0 +0200
+++ new/sbd-1.2.1/README.md 2014-03-27 15:12:13.0 +0100
@@ -2,9 +2,8 @@
 
 A highly reliable fencing or Shoot-the-other-node-in-the-head (STONITH) 
mechanism that works by utilizing shared storage.
 
-The component works with Pacemaker clusters. (Currently, it is only
-tested on clusters using the old plugin to corosync, not yet the MCP
-code. Patches are welcome.)
+The component works with Pacemaker clusters, and is currently known to
+compile and function on Pacemaker 1.1.7+ and corosync 1.4.x or 2.3.x.
 
 Please see https://github.com/l-mb/sbd/blob/master/man/sbd.8.pod for the full 
documentation.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sbd-1.2.1/man/sbd.8.pod new/sbd-1.2.1/man/sbd.8.pod
--- old/sbd-1.2.1/man/sbd.8.pod 2013-10-10 11:11:59.0 +0200
+++ new/sbd-1.2.1/man/sbd.8.pod 2014-03-27 15:12:13.0 +0100
@@ -225,7 +225,11 @@
 
 =item B-W
 
-Enable use of the system watchdog. This is Ihighly recommended.
+Enable or disable use of the system watchdog to protect against the sbd
+processes failing and the node being left in an undefined state. Specify
+this once to enable, twice to disable.
+
+Defaults to Ienabled.
 
 =item B-w F/dev/watchdog
 
@@ -276,6 +280,15 @@
 
sbd -d /dev/sda1 message node1 clear
 
+=item B-s IN
+
+Set the start-up wait time for devices. (Defaults to I120.)
+
+Dynamic block devices such as iSCSI 

commit virt-viewer for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2014-03-28 16:29:25

Comparing /work/SRC/openSUSE:Factory/virt-viewer (Old)
 and  /work/SRC/openSUSE:Factory/.virt-viewer.new (New)


Package is virt-viewer

Changes:

--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2014-03-09 
20:28:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes 
2014-03-28 16:29:27.0 +0100
@@ -1,0 +2,16 @@
+Tue Mar 25 15:21:59 MDT 2014 - carn...@suse.com
+
+- Drop patch as it causes initial viewer size problems
+  52fce019-set-VNC-display-ready-after-VNC-initialized.patch
+
+---
+Fri Mar 14 12:52:40 MDT 2014 - carn...@suse.com
+
+- Upstream bug fixes
+  530b66e9-spice-ask-credentials-for-proxy.patch
+  53209ab7-fix-scaling-of-window-upon-resize.patch
+  53219d1a-silence-message-about-missing-config-file.patch
+  5322b75b-dont-show-quit-dialog-in-kiosk-mode.patch
+  5322b929-fix-building-with-older-spice-gtk.patch
+
+---

Old:

  52fce019-set-VNC-display-ready-after-VNC-initialized.patch

New:

  530b66e9-spice-ask-credentials-for-proxy.patch
  53209ab7-fix-scaling-of-window-upon-resize.patch
  53219d1a-silence-message-about-missing-config-file.patch
  5322b75b-dont-show-quit-dialog-in-kiosk-mode.patch
  5322b929-fix-building-with-older-spice-gtk.patch



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.DpPCH4/_old  2014-03-28 16:29:27.0 +0100
+++ /var/tmp/diff_new_pack.DpPCH4/_new  2014-03-28 16:29:27.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   virt-viewer
 Summary:Virtual Machine Viewer
 License:GPL-2.0+
@@ -26,8 +27,12 @@
 Patch1: 52fa6455-display-warning-if-UI-file-fails.patch
 Patch2: 52fce019-dont-free-session-if-auth-retry.patch
 Patch3: 52fce019-dont-hide-main-window-when-disconnecting.patch
-Patch4: 52fce019-set-VNC-display-ready-after-VNC-initialized.patch
-Patch5: 530b1cfc-german-translation-send-key-fix.patch
+Patch4: 530b1cfc-german-translation-send-key-fix.patch
+Patch5: 530b66e9-spice-ask-credentials-for-proxy.patch
+Patch6: 53209ab7-fix-scaling-of-window-upon-resize.patch
+Patch7: 53219d1a-silence-message-about-missing-config-file.patch
+Patch8: 5322b75b-dont-show-quit-dialog-in-kiosk-mode.patch
+Patch9: 5322b929-fix-building-with-older-spice-gtk.patch
 Patch20:netcat.patch
 Patch21:windows-keycombo.patch
 Patch22:netware-keycombo.patch
@@ -71,6 +76,10 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1

++ 530b66e9-spice-ask-credentials-for-proxy.patch ++
Subject: spice: ask credentials for proxy
From: Marc-André Lureau marcandre.lur...@redhat.com Mon Feb 3 18:40:01 2014 
+0100
Date: Mon Feb 24 16:36:09 2014 +0100:
Git: d1d53d0c8b5600f61e55e472c592ebc86a65ee6f

If Spice proxy requires authentication, ask credentials and try
connecting again.

diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c
index de5edf7..1740ba3 100644
--- a/src/virt-viewer-session-spice.c
+++ b/src/virt-viewer-session-spice.c
@@ -29,6 +29,8 @@
 
 #include spice-option.h
 #include spice-util.h
+#include spice-client.h
+
 #include usb-device-widget.h
 #include virt-viewer-file.h
 #include virt-viewer-util.h
@@ -471,8 +473,10 @@ virt_viewer_session_spice_main_channel_event(SpiceChannel 
*channel G_GNUC_UNUSED
  SpiceChannelEvent event,
  VirtViewerSession *session)
 {
+const GError *error;
 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(session);
-gchar *password = NULL;
+gchar *password = NULL, *user = NULL;
+int ret;
 
 g_return_if_fail(self != NULL);
 
@@ -499,10 +503,10 @@ virt_viewer_session_spice_main_channel_event(SpiceChannel 
*channel G_GNUC_UNUSED
   _(invalid password));
 self-priv-pass_try++;
 
-int ret = virt_viewer_auth_collect_credentials(self-priv-main_window,
-   SPICE,
-   NULL,
-   NULL, password);
+ret = virt_viewer_auth_collect_credentials(self-priv-main_window,
+   SPICE,
+   

commit userspace-rcu for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package userspace-rcu for openSUSE:Factory 
checked in at 2014-03-28 16:28:35

Comparing /work/SRC/openSUSE:Factory/userspace-rcu (Old)
 and  /work/SRC/openSUSE:Factory/.userspace-rcu.new (New)


Package is userspace-rcu

Changes:

--- /work/SRC/openSUSE:Factory/userspace-rcu/userspace-rcu.changes  
2013-12-05 21:41:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.userspace-rcu.new/userspace-rcu.changes 
2014-03-28 16:28:37.0 +0100
@@ -1,0 +2,25 @@
+Fri Mar 28 10:47:13 UTC 2014 - pgaj...@suse.com
+
+- updated to 0.8.4:
+* Fix: move wait loop increment before first conditional block
+* Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S.
+* Fix: out of tree build: doc/examples
+* Fix: out of tree build tests/common
+* tests/unit: use lib rather than source
+* automake: Rename INCLUDES to AM_CPPFLAGS (new name)
+* tests regressions: use lib rather than recompile from source
+* tests: use common lib rather than recompile compat sources
+* urcu tests: use lib rather than compile from source
+* urcu mb tests: use lib rather than recompile from source
+* urcu signal tests: use library rather than recompile source
+* tests: move yield debug to common test library
+* tests urcu bp: use lib rather than recompile source
+* test_urcu_defer: link on urcu lib rather than recompile source
+* tests/benchmark: use urcu qsbr lib rather than recompile from source
+* Pass the CC variable to the example Makefiles
+* Fix: urcu-bp interaction with threads vs constructors/destructors
+* Fix undefined NULL pointer arithmetic
+* Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
+* rculfhash: document max_nr_buckets = 0
+
+---

Old:

  userspace-rcu-0.8.1.tar.bz2
  userspace-rcu-0.8.1.tar.bz2.asc

New:

  userspace-rcu-0.8.4.tar.bz2
  userspace-rcu-0.8.4.tar.bz2.asc



Other differences:
--
++ userspace-rcu.spec ++
--- /var/tmp/diff_new_pack.mQKHLj/_old  2014-03-28 16:28:38.0 +0100
+++ /var/tmp/diff_new_pack.mQKHLj/_new  2014-03-28 16:28:38.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package userspace-rcu
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   userspace-rcu
-Version:0.8.1
+Version:0.8.4
 Release:0
 %define soname  2
 Summary:Userspace Read-Copy-Update Library

++ userspace-rcu-0.8.1.tar.bz2 - userspace-rcu-0.8.4.tar.bz2 ++
 4916 lines of diff (skipped)


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



commit crmsh for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-03-28 16:20:57

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


Package is crmsh

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-03-18 
14:13:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-03-28 
16:20:58.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar 27 23:33:58 UTC 2014 - kgronl...@suse.com
+
+- medium: Enhanced configure syntax (bnc#870753)
+- medium: Display without class:provider: prefix if possible (bnc#870755)
+- low: Better args error handling in configure load/save (bnc#870654)
+- upstream cs: f3309a48f199
+
+---



Other differences:
--
++ crmsh.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/.hg_archival.txt new/crmsh/.hg_archival.txt
--- old/crmsh/.hg_archival.txt  2014-03-17 13:09:30.0 +0100
+++ new/crmsh/.hg_archival.txt  2014-03-28 00:18:14.0 +0100
@@ -1,5 +1,5 @@
 repo: 13c3bd69e935090cd25213c474cafc3f01b5910b
-node: 053db64d9cca33de61567a117573c69079345628
+node: f3309a48f1994938d8be5d8aae2aa470a4ee415c
 branch: default
 latesttag: 1.2.6-rc1
-latesttagdistance: 476
+latesttagdistance: 489
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/doc/crm.8.txt new/crmsh/doc/crm.8.txt
--- old/crmsh/doc/crm.8.txt 2014-03-17 13:09:30.0 +0100
+++ new/crmsh/doc/crm.8.txt 2014-03-28 00:18:14.0 +0100
@@ -12,7 +12,7 @@
 
 SYNOPSIS
 
-*crm* [OPTIONS] [ARGS...]
+*crm* [OPTIONS] [SUBCOMMAND ARGS...]
 
 
 [[topics_Description,Program description]]
@@ -100,13 +100,12 @@
 Print crmsh version and build information (Mercurial Hg changeset
 hash).
 
-*-R, --regression-tests*::
-Run in the regression test mode. Used mainly by the regression
-testing suite.
-
 *-d, --debug*::
-Print some debug information. Used by developers. [Not yet refined
-enough to print useful information for other users.]
+Print verbose debugging information.
+
+*-R, --regression-tests*::
+Enables extra verbose trace logging used by the regression
+tests. Logs all external calls made by crmsh.
 
 *--scriptdir*='DIR'::
 Extra directory where crm looks for cluster scripts. Can be a semi-colon
@@ -312,9 +311,9 @@
 configuration:
 ...
 crm(live)configure template# show
-primitive virtual-ip ocf:heartbeat:IPaddr \
-params ip=192.168.1.101
-primitive apache ocf:heartbeat:apache \
+primitive virtual-ip IPaddr \
+params ip=192.168.1.101
+primitive apache apache \
 params configfile=/etc/apache2/httpd.conf
 monitor apache 120s:60s
 group websvc \
@@ -339,11 +338,11 @@
 crm(live)configure# show
 node xen-b
 node xen-c
-primitive apache ocf:heartbeat:apache \
+primitive apache apache \
 params configfile=/etc/apache2/httpd.conf \
-op monitor interval=120s timeout=60s
-primitive virtual-ip ocf:heartbeat:IPaddr \
-params ip=192.168.1.101
+op monitor interval=120s timeout=60s
+primitive virtual-ip IPaddr \
+params ip=192.168.1.101
 group websvc apache virtual-ip
 ...
 
@@ -365,11 +364,11 @@
 crm(live)configure# show
 node xen-b
 node xen-c
-primitive apache ocf:heartbeat:apache \
+primitive apache apache \
 params configfile=/etc/apache2/httpd.conf \
-op monitor interval=120s timeout=60s
-primitive intranet-ip ocf:heartbeat:IPaddr \
-params ip=192.168.1.101
+op monitor interval=120s timeout=60s
+primitive intranet-ip IPaddr \
+params ip=192.168.1.101
 group websvc apache intranet-ip
 location websvc-pref websvc 100: xen-b
 ...
@@ -399,16 +398,16 @@
 primitive fencer stonith:external/libvirt \
 params hypervisor_uri=qemu+tcp://10.2.13.1/system \
 hostlist=xen-b xen-c xen-d \
-op monitor interval=2h
-primitive svc ocf:heartbeat:Xinetd \
-params service=systat \
-op monitor interval=30s
-primitive intranet-ip ocf:heartbeat:IPaddr2 \
-params ip=10.2.13.100 \
-op monitor interval=30s
-primitive apache ocf:heartbeat:apache \
+op monitor interval=2h
+primitive svc Xinetd \
+params service=systat \
+op monitor interval=30s
+primitive intranet-ip IPaddr2 \
+params ip=10.2.13.100 \
+op monitor interval=30s
+primitive apache apache \
 params configfile=/etc/apache2/httpd.conf \
-op monitor interval=120s timeout=60s
+op monitor interval=120s timeout=60s
 group websvc apache intranet-ip
 location websvc-pref websvc 100: xen-b
 ...
@@ -431,7 +430,7 @@
 possible to tell Pacemaker not to start 

commit uwsgi for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2014-03-28 16:29:12

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


Package is uwsgi

Changes:

--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes  2014-03-04 
13:59:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2014-03-28 
16:29:12.0 +0100
@@ -1,0 +2,22 @@
+Sun Mar 16 18:00:35 UTC 2014 - jf...@funktronics.ca
+
+- Update to 2.0.1:
+  * Bugfixes
+* fixed python3 support on older compilers/libc
+* allow starting in spooler-only mode
+* fixed cache bitmap support and added test suite (credits: Danila Shtan)
+* fixed ftime log var
+* added async remote signal management
+* fixed end-for and end-if
+* fixed loop in internal-routing response chain
+* fixed pypy execute_source usage
+* logpipe: Don't setsid() twice (credits: INADA Naoki) 
+  * New features and improvements
+* CGI plugin
+  * The plugin has been improved to support streaming
+  * The long-awaited async support is finally ready
+* PSGI loading improvements
+  * The PSGI loader now tries to use Plack::Util::load_psgi() function
+instead of simple eval
+
+---

Old:

  uwsgi-2.0.1.tar.gz

New:

  uwsgi-2.0.2.tar.gz



Other differences:
--
++ uwsgi.spec ++
--- /var/tmp/diff_new_pack.hBoRNz/_old  2014-03-28 16:29:14.0 +0100
+++ /var/tmp/diff_new_pack.hBoRNz/_new  2014-03-28 16:29:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   uwsgi
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:Application Container Server for Networked/Clustered Web 
Applications
 License:GPL-2.0-with-GCC-exception

++ uwsgi-2.0.1.tar.gz - uwsgi-2.0.2.tar.gz ++
 1996 lines of diff (skipped)

++ uwsgi.dsc ++
--- /var/tmp/diff_new_pack.hBoRNz/_old  2014-03-28 16:29:14.0 +0100
+++ /var/tmp/diff_new_pack.hBoRNz/_new  2014-03-28 16:29:14.0 +0100
@@ -4,7 +4,7 @@
  python3-uwsgidecorators,
  uwsgi-extra
 Architecture: any all
-Version: 2.0.1-1
+Version: 2.0.2-1
 Maintainer: Janos Guljas ja...@debian.org
 Uploaders: Jonas Smedegaard d...@jones.dk
 Homepage: http://projects.unbit.it/uwsgi/
@@ -57,5 +57,5 @@
  uwsgi-plugin-v8 deb web extra
  uwsgi-plugin-xslt deb web extra
  uwsgi-plugins-all deb web extra
-Debtransform-Tar: uwsgi-2.0.1.tar.gz
+Debtransform-Tar: uwsgi-2.0.2.tar.gz
 Debtransform-Files-Tar: debian.tar.gz

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



commit oxygen-gtk2 for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory 
checked in at 2014-03-28 16:27:16

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk2.new (New)


Package is oxygen-gtk2

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes  2014-03-09 
18:32:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 
2014-03-28 16:27:17.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 18 17:44:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added crashfix from upstream:
+  0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch,
+  fixes crashes when invoking GTK2 dialogs, bnc#869791, kde#331879
+
+---

New:

  0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.agAmKf/_old  2014-03-28 16:27:17.0 +0100
+++ /var/tmp/diff_new_pack.agAmKf/_new  2014-03-28 16:27:17.0 +0100
@@ -25,6 +25,8 @@
 Url:
https://projects.kde.org/projects/playground/artwork/oxygen-gtk/
 Source0:
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.bz2
 Source100:  baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch -- kde#331879
+Patch0: 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(cairo)
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 mkdir -p build

++ 0001-make-sure-parent-is-registered-to-innerShadowEngine-.patch ++
From b39931fa3ad7a2756bcb1494d5c3559513406ce2 Mon Sep 17 00:00:00 2001
From: Hugo Pereira Da Costa hugo.pere...@free.fr
Date: Sun, 9 Mar 2014 13:00:33 +0100
Subject: [PATCH 1/1] make sure parent is registered to innerShadowEngine
 before registering child CCBUG: 331879

---
 src/oxygenstylewrapper.cpp | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/oxygenstylewrapper.cpp b/src/oxygenstylewrapper.cpp
index 20a58fa..de22ecd 100644
--- a/src/oxygenstylewrapper.cpp
+++ b/src/oxygenstylewrapper.cpp
@@ -1669,7 +1669,10 @@ namespace Oxygen
 }
 
 // register to inner shadow engine
-if( shadow == GTK_SHADOW_IN  
gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( widget ) ) == 
GTK_SHADOW_IN )
+if(
+shadow == GTK_SHADOW_IN 
+gtk_scrolled_window_get_shadow_type( GTK_SCROLLED_WINDOW( 
widget ) ) == GTK_SHADOW_IN 
+Style::instance().animations().innerShadowEngine().contains( 
widget ) )
 { 
Style::instance().animations().innerShadowEngine().registerChild( widget, 
gtk_bin_get_child( GTK_BIN( widget ) ) ); }
 
 } else if(
@@ -2074,7 +2077,8 @@ namespace Oxygen
 if( gtk_scrolled_window_get_shadow_type( scrolledWindow ) 
!= GTK_SHADOW_IN )
 {
 gtk_scrolled_window_set_shadow_type( scrolledWindow, 
GTK_SHADOW_IN );
-
Style::instance().animations().innerShadowEngine().registerChild( child, 
gtk_bin_get_child( GTK_BIN( child ) ) );
+if( 
Style::instance().animations().innerShadowEngine().contains( child ) )
+{ 
Style::instance().animations().innerShadowEngine().registerChild( child, 
gtk_bin_get_child( GTK_BIN( child ) ) ); }
 }
 
 return;
-- 
1.9.0

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



commit lighttpd for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package lighttpd for openSUSE:Factory 
checked in at 2014-03-28 16:24:59

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


Package is lighttpd

Changes:

--- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes2014-01-15 
16:25:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes   2014-03-28 
16:25:00.0 +0100
@@ -1,0 +2,55 @@
+Tue Mar 18 16:52:36 UTC 2014 - mrueck...@suse.de
+
+- use gamin-devel only on 12.00 and newer but stick to fam-devel on
+  older distros.
+
+---
+Tue Mar 18 16:44:58 UTC 2014 - mrueck...@suse.de
+
+- update to version 1.4.35
+  * [network/ssl] fix build error if TLSEXT is disabled
+  * [mod_fastcgi] fix use after free (only triggered if fastcgi
+debug is active)
+  * [mod_rrdtool] fix invalid read (string not null terminated)
+  * [mod_dirlisting] fix memory leak if pcre fails
+  * [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends
+  * [mod_magnet] fix memory leak
+  * add comments for switch fall throughs
+  * remove logical dead code
+  * [buffer] fix length check in buffer_is_equal_right_len
+  * fix resource leaks in error cases on config parsing and other
+initializations
+  * add force_assert() to enforce assertions as simple assert()s
+are disabled by -DNDEBUG (fixes #2546)
+  * [mod_cml_lua] fix null pointer dereference
+  * force assertion: setting FD_CLOEXEC must work (if available)
+  * [network] check return value of lseek()
+  * fix unchecked return values from
+stream_open/stat_cache_get_entry
+  * [mod_webdav] fix logic error in handling file creation error
+  * check length of unix domain socket filenames
+  * fix SQL injection / host name validation (thx Jann Horn)
+- additional changes in 1.4.34
+  * [mod_auth] explicitly link ssl for SHA1 (fixes #2517)
+  * [mod_extforward] fix compilation without IPv6, (not) using
+undefined var (fixes #2515, thx mm)
+  * [ssl] fix SNI handling; only use key+cert from SNI specific
+config (fixes #2525, CVE-2013-4508)
+  * [doc] update ssl.cipher-list recommendation
+  * [stat-cache] FAM: fix use after free (CVE-2013-4560)
+  * [stat-cache] fix FAM cleanup/fdevent handling
+  * [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
+  * [ssl] fix regression from CVE-2013-4508 (client-cert sessions
+were broken)
+  * maintain physical.basedir (the acting doc-root as prefix of
+physical.path) in more places
+  * [core] decode URL before rewrite, enabling it to work in
+$HTTP[url] conditionals (fixes #2526)
+  * [auto* build] remove -no-undefined from linker flags, as we
+actually link modules with undefined symbols (fixes #2533)
+  * [mod_mysql_vhost] fix memory leak on config init (#2530)
+  * [mod_webdav] fix fd leak found with parfait (fixes #2530, thx
+kukackajiri)
+- refreshed lighttpd-1.4.13_geoip.patch to apply cleanly
+
+---
New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd_1.4.35-0.1_source.changes 
2014-03-28 16:25:00.0 +0100
@@ -0,0 +1,59 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+Format: 1.8
+Date: Tue, 18 Mar 2014 17:01:06 +0100
+Source: lighttpd
+Binary: lighttpd lighttpd-doc lighttpd-mod-mysql-vhost 
lighttpd-mod-trigger-b4-dl lighttpd-mod-cml lighttpd-mod-magnet 
lighttpd-mod-webdav
+Architecture: source
+Version: 1.4.35-0.1
+Distribution: unstable
+Urgency: medium
+Maintainer: Debian lighttpd maintainers 
pkg-lighttpd-maintain...@lists.alioth.debian.org
+Changed-By: Stefan Bühler stbueh...@web.de
+Description: 
+ lighttpd   - fast webserver with minimal memory footprint
+ lighttpd-doc - documentation for lighttpd
+ lighttpd-mod-cml - cache meta language module for lighttpd
+ lighttpd-mod-magnet - control the request handling module for lighttpd
+ lighttpd-mod-mysql-vhost - MySQL-based virtual host configuration for lighttpd
+ lighttpd-mod-trigger-b4-dl - anti-deep-linking module for lighttpd
+ lighttpd-mod-webdav - WebDAV module for lighttpd
+Changes: 
+ lighttpd (1.4.35-0.1) unstable; urgency=medium
+ .
+   * Non-maintainer upload.
+   * Many bug fixes
+   * New upstream release 1.4.35
+ - Fix CVE-2014-2323
+ - Fix CVE-2014-2324
+Checksums-Sha1: 
+ ea35e0753565aba13caee19c7063625d1fb6fd34 2686 lighttpd_1.4.35-0.1.dsc
+ 3cfe7bd894746a1a2729299f2fd79d8805f4e16d 665955 lighttpd_1.4.35.orig.tar.bz2
+ 5fb7e7b30c0bd3f1aefef7c8d6e2eb91540ca165 25032 
lighttpd_1.4.35-0.1.debian.tar.xz
+Checksums-Sha256: 
+ a347ff618bdfad623598206c78b2232f6ba2b6525d9de81d7f1830727dda57cc 2686 
lighttpd_1.4.35-0.1.dsc
+ 

commit otrs for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package otrs for openSUSE:Factory checked in 
at 2014-03-28 16:25:10

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


Package is otrs

Changes:

--- /work/SRC/openSUSE:Factory/otrs/otrs.changes2014-03-18 
15:12:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.otrs.new/otrs.changes   2014-03-28 
16:25:12.0 +0100
@@ -2 +2 @@
-Tue Mar 11 09:43:25 UTC 2014 - r...@scorpio-it.net
+Thu Mar  6 01:12:33 UTC 2014 - ch...@computersalat.de
@@ -4,2 +4,156 @@
-- fix deps
-  * add missing perl List::Util::XS
+- update to 3.3.5
+  * Improved HTML filter.
+  * Followup fix for bug#10116 - Random ordering of columns in Small ticket
+ lists.
+  * Re-implemented Process Management ProcessImport().
+  * Fixed bug#10258 - yellow color for UnreadArticles.
+  * Updated Japanese translation, thanks to Norihiro Tanaka!
+  * Updated Brazilian Portugese translation, thanks to Murilo Moreira de
+ Oliveira!
+  * Updated Polish translation, thanks to Wojciech Myrda.
+  * Fixed bug#6323 - Graph/Chart generation selects slice/background color
+ identical to text color.
+  * Added feature to download report data shown in dashboard stats as CSV and
+ PDF.
+  * Fixed bug#10248 - OTRS Portal - Overview of registered systems.
+  * Added browser check for IE10 in compatibility mode.
+  * Followup for bug#9011 - New value after value mapping can't be 0.
+  * Fixed bug#9673 - CustomerTicketMessage does not show loading icon for
+ dynamic fields.
+  * Fixed bug#10249 - Restore.pl bugs on Postgresql restore failed on DB.
+  * Fixed bug#7818 - Menu simplification is not working for item responsible.
+  * Added new option bin/otrs.LoaderCache.pl -o generate to generate the
+ loader cache for all frontend modules. This can be useful in cluster 
setups.
+  * Fixed bug#10214 - Value 0 for DynamicsFields prevents TicketCreation.
+  * Fixed bug#10201 - Wrong column sort order in ticketoverview widget.
+  * Fixed bug#10195 - Folluw up notification shows old prio after prio change.
+  * Fixed bug#9303 - Body of new e-mail/phone ticket not inserting when 
creating
+ new ticket from customer creation.
+  * Fixed bug#10194 - CustomerTicketMessage parsing feild Dest in URI.
+  * Follow-up fix for bug#10110 - Stats list may show too few or too many 
stats.
+  * Fixed bug#10220 - Invalid Statistics not displayed in overview.
+  * Fixed bug#10218 - Header X-UA-Compatible in HeaderSmall.tt/HeaderSmall.dtl
+ not set.
+  * Fixed bug#10177 - Missing sources in tarball.
+  * Fixed bug#9616 - Too long activities and transitions are not displayed
+ correctly.
+  * Fixed bug#7440 - Ticket overviews don't show column headers for priority 
and
+ unread articles in small mode.
+  * Added process management canvas label spacer to avoid overlapping 
transition
+ labels.
+  * Fixed bug#10212 - My tickets  Company tickets in 3.3.4.
+  * Fixed bug#10211 - Dashbord: Widget DefaultColumns is not working.
+  * Fixed bug#10163 - subject shows only 30 characters.
+  * Fixed bug#10193 - Expired cookie bug in customer interface..
+  * Fixed bug#8729 - Oracle ignores NLS_DATE_FORMAT set in environment.
+  * Fixed bug#10207 - DynamicField Search-Function in CustomerFrontend is not
+ working.
+  * Fixed bug#9868 - Queues in popup box are not sorted by alphabetical order.
+  * Fixed bug#9678 - Locked tickets don't unlock when customer closes ticket.
+  * Fixed bug#8656 - Clicking the cancel button in the Add Web services screen
+ results in an error no matter what data was filled in.
+  * Fixed bug#10209 - When opening tree selection dialog, the search field
+ should get the focus.
+  * Fixed bug#10205 - GenericInterface: Mandatory TimeUnits can't be 0.
+  * Fixed bug#10196 - Ticket merge action does not notify the owner of the
+ existing ticket.
+  * Fixed bug#10130 - Events Ticket Calendar not working.
+  * Fixed bug#9692 - On PhoneOutbound articles, the FROM field shows Customer 
ID
+ instead Agent ID.
+  * Fixed bug#10147 - Cache may remain incorrectly in SearchProfile.
+  * Fixed bug#10189 - ProcessManagement: Use article subject if no ticket title
+ is set.
+  * Fixed bug#9654 - TicketUpdate operation doesn't work when authenticated as 
a
+ customer.
+  * Fixed bug#10137 - Generic interface TicketCreate operation doesn't work 
when
+ authenticated as a customer.
+  * Fixed bug#10176 - available columns selection in search result view is not
+ scrollable.
+  * Fixed bug#10120 - Management Dashboard: page reload erases stat graph
+ settings.
+  * Fixed bug#9276 - Auto-reply to ticket entered via Web interface is sent 
with
+ all lines concatenated to one
+  * Fixed bug#10179 - No LinkOption in CustomerNavigationBar.dtl.
+  * 

commit clementine for openSUSE:Factory

2014-03-28 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2014-03-28 16:20:50

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


Package is clementine

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2014-01-15 
16:24:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2014-03-28 16:20:51.0 +0100
@@ -1,0 +2,28 @@
+Thu Mar 27 12:30:13 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.2.2:
+  * upstream moved homepage
+  * android remote support
+  * Rename SkyDrive to OneDrive.
+  * Don't include the user's IP address in the log (from the network remote
+settings dialog).
+  * (Debian) Fix a bug with HTTPS logins to all cloud storage providers.
+  * (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9.
+  * (Mac OS X) Fix rendering of source icons on retina displays.
+  * (Android Remote) Don't advertise songs that aren't available.
+  * (Android Remote) Fix playing songs with special characters in filenames.
+- Cleanup with spec-cleaner
+- Remove support for  12.3 codepaths
+- Remove unused patches:
+  * clementine-1.1.1-fixboostparseerror.patch
+  * clementine-desktop-fix.patch
+- Add patches for build from upstream:
+  * clementine-1.2.2-add-missing-header.patch
+  * clementine-1.2.2-add-missing-include.patch
+- Disable building with Werror, it is always bad idea to do so.
+- Add dependency over udisks as it is used by build
+- Use system projectM again as it seems to build fine.
+- Bug workaround: disable DBUS interface as it fails to build for
+  some non-aparent reason.
+
+---

Old:

  clementine-1.1.1-fixboostparseerror.patch
  clementine-1.2.1.tar.gz
  clementine-desktop-fix.patch

New:

  1.2.2.tar.gz
  clementine-1.2.2-add-missing-header.patch
  clementine-1.2.2-add-missing-include.patch



Other differences:
--
++ clementine.spec ++
--- /var/tmp/diff_new_pack.DPRpaS/_old  2014-03-28 16:20:52.0 +0100
+++ /var/tmp/diff_new_pack.DPRpaS/_new  2014-03-28 16:20:52.0 +0100
@@ -17,19 +17,15 @@
 
 
 Name:   clementine
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:A cross-platform Music Player based on Amarok 1
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Url:http://code.google.com/p/clementine-player/
-Source: 
http://clementine-player.googlecode.com/files/%{name}-%{version}.tar.gz
-### FIXME KDE taskbar can handle unity shortcuts
-# PATCH-FIX-OPENSUSE clementine-desktop-fix.patch fi...@opensuse.org -- remove 
unity related shortcuts
-Patch0: clementine-desktop-fix.patch
-### Patch to fix factory build failure due to an issue between boost and qt4. 
See :
-# https://bugreports.qt-project.org/browse/QTBUG-22829
-Patch1: clementine-1.1.1-fixboostparseerror.patch
+Url:http://www.clementine-player.org/
+Source: 
https://github.com/clementine-player/Clementine/archive/%{version}.tar.gz
+Patch0: clementine-1.2.2-add-missing-header.patch
+Patch1: clementine-1.2.2-add-missing-include.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -39,14 +35,8 @@
 BuildRequires:  help2man
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  liblastfm-devel
+BuildRequires:  libqxt-devel
 BuildRequires:  update-desktop-files
-### TODO openSUSE  1220 is EOL, Evergreen 11.4 will be soon
-%if 0%{?suse_version} = 1220
-BuildRequires:  pkgconfig(protobuf)
-%else
-BuildRequires:  libprotobuf-lite6
-BuildRequires:  protobuf-devel
-%endif
 BuildRequires:  pkgconfig(QJson)
 BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(QtGui)
@@ -63,19 +53,14 @@
 BuildRequires:  pkgconfig(libechonest)
 BuildRequires:  pkgconfig(libgpod-1.0)
 BuildRequires:  pkgconfig(libmtp)
-%if 0%{?suse_version} = 1310
-BuildRequires:  pkgconfig(libmygpo-qt) = 1.0.7
-%endif
 BuildRequires:  pkgconfig(libnotify)
+BuildRequires:  pkgconfig(libprojectM)
 BuildRequires:  pkgconfig(libxml-2.0)
-%if 0%{?suse_version} = 1230
-BuildRequires:  pkgconfig(libsparsehash)
-%endif
-### NOTE 1.2 build fails with system libprojectM
-# BuildRequires:  pkgconfig(libprojectM)
+BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(qca2)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(taglib) = 1.8
+BuildRequires:  pkgconfig(udisks)
 Requires:   libtag1 = 1.8
 # plasma_runner dropped in clementine 1.1.0
 Provides:   %{name}-kde = %{version}
@@ -83,6 +68,12 @@
 # gnome indicator - while we don't have it in OSS we don't