commit python-mutagen for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package python-mutagen for openSUSE:Factory 
checked in at 2015-04-06 00:26:15

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


Package is "python-mutagen"

Changes:

--- /work/SRC/openSUSE:Factory/python-mutagen/python-mutagen.changes
2014-11-15 12:25:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-mutagen.new/python-mutagen.changes   
2015-04-06 00:26:16.0 +0200
@@ -1,0 +2,21 @@
+Thu Apr  2 10:06:28 UTC 2015 - apla...@suse.com
+
+- Updated to 1.28
+  * Various minor fixes to make mutagen behave the same under Python3 as under 
Python2.
+  * Update gpl text [205]
+  * Documentation: Add example for how to create a new flac.Picture [209]
+  * ID3:
+* Various error handling fixes ([110], [211], ...)
+* Don’t hide ID3 loading errors with ID3FileType.
+* In case a synch safe marked frame isn’t sync safe, only warn [210]
+* Removed PEDANTIC mode
+  * Tools:
+* Add signal handling [170]
+* mid3cp: Make it work under Windows.
+* mutagen-inspect: Make it work under Windows+Python3 [216]
+* Support unicode file paths under Windows+Python2 [214]
+* Support file paths with invalid encoding under Unix+Python3.
+- Adapt the spec file for SLE11
+- Replace names of scripts in setup.py
+
+---

Old:

  mutagen-1.22.tar.gz

New:

  mutagen-1.28.tar.gz



Other differences:
--
++ python-mutagen.spec ++
--- /var/tmp/diff_new_pack.OLMJtm/_old  2015-04-06 00:26:17.0 +0200
+++ /var/tmp/diff_new_pack.OLMJtm/_new  2015-04-06 00:26:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mutagen
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,8 @@
 #
 
 
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?py_ver %global py_ver %(python -c "import sys; v=sys.version_info[:2]; 
print '%%d.%%d'%%v" 2>/dev/null || echo PYTHON-NOT-FOUND)}
-
 Name:   python-mutagen
-Version:1.22
+Version:1.28
 Release:0
 Summary:Python module to Handle Audio Metadata
 License:GPL-2.0
@@ -32,7 +29,9 @@
 Requires(post):update-alternatives
 Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:  noarch
 %endif
 
@@ -50,10 +49,9 @@
 # remove shebangs from library files
 find mutagen/ -name "*.py" -exec sed -i -e  
'/^#!\s\?\/usr\/bin\/\(env\s\)\?python$/d' {} ';'
 
-for i in `ls tools` ; do
+for i in mid3cp mid3iconv mid3v2 moggsplit mutagen-inspect mutagen-pony; do
+sed -i "s/\"${i}\"/\"${i}-%{py_ver}\"/g" setup.py
mv tools/${i} tools/${i}-%{py_ver}
-done
-for i in `ls man | sed "s/\.1//"` ; do
mv man/${i}.1 man/${i}-%{py_ver}.1
 done
 
@@ -62,12 +60,14 @@
 
 %install
 python setup.py install --root=%{buildroot} --prefix="%{_prefix}" 
+ln -sf %{_bindir}/mid3cp-%{py_ver} %{buildroot}%{_bindir}/mid3cp
 ln -sf %{_bindir}/mid3iconv-%{py_ver} %{buildroot}%{_bindir}/mid3iconv
 ln -sf %{_bindir}/mid3v2-%{py_ver} %{buildroot}%{_bindir}/mid3v2
 ln -sf %{_bindir}/moggsplit-%{py_ver} %{buildroot}%{_bindir}/moggsplit
 ln -sf %{_bindir}/mutagen-inspect-%{py_ver} 
%{buildroot}%{_bindir}/mutagen-inspect
 ln -sf %{_bindir}/mutagen-pony-%{py_ver} %{buildroot}%{_bindir}/mutagen-pony
 
+ln -sf %{_mandir}/man1/mid3cp-%{py_ver}.1.gz 
%{buildroot}%{_mandir}/man1/mid3cp.1.gz
 ln -sf %{_mandir}/man1/mid3iconv-%{py_ver}.1.gz 
%{buildroot}%{_mandir}/man1/mid3iconv.1.gz
 ln -sf %{_mandir}/man1/mid3v2-%{py_ver}.1.gz 
%{buildroot}%{_mandir}/man1/mid3v2.1.gz
 ln -sf %{_mandir}/man1/moggsplit-%{py_ver}.1.gz 
%{buildroot}%{_mandir}/man1/moggsplit.1.gz
@@ -77,11 +77,13 @@
 %pre
 # Since binaries became ghosted to be used with update-alternatives, we have 
to get rid
 # of the old binary resulting from the non-update-alternativies-ified package:
+[ -h %{_bindir}/mid3cp ] || rm -f %{_bindir}/mid3cp
 [ -h %{_bindir}/mid3iconv ] || rm -f %{_bindir}/mid3iconv
 [ -h %{_bindir}/mid3v2 ] || rm -f %{_bindir}/mid3v2
 [ -h %{_bindir}/moggsplit ] || rm -f %{_bindir}/moggsplit
 [ -h %{_bindir}/mutagen-inspect 

commit xfce4-vala for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package xfce4-vala for openSUSE:Factory 
checked in at 2015-04-06 00:26:22

Comparing /work/SRC/openSUSE:Factory/xfce4-vala (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-vala.new (New)


Package is "xfce4-vala"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-vala/xfce4-vala.changes2014-10-05 
20:32:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-vala.new/xfce4-vala.changes   
2015-04-06 00:26:23.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 18:45:36 UTC 2015 - zai...@opensuse.org
+
+- Add support for vala 0.28 in Factory
+
+---



Other differences:
--
++ xfce4-vala.spec ++
--- /var/tmp/diff_new_pack.GfsWcV/_old  2015-04-06 00:26:24.0 +0200
+++ /var/tmp/diff_new_pack.GfsWcV/_new  2015-04-06 00:26:24.0 +0200
@@ -22,8 +22,12 @@
 %if 0%{?suse_version} == 1310
 %define vala_version 0.22
 %else
-%if 0%{?suse_version} > 1310
+%if 0%{?suse_version} == 1320
 %define vala_version 0.26
+%else
+%if 0%{?suse_version} > 1320
+%define vala_version 0.28
+%endif
 %endif
 %endif
 %endif




commit farstream for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package farstream for openSUSE:Factory 
checked in at 2015-04-06 00:25:55

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


Package is "farstream"

Changes:

--- /work/SRC/openSUSE:Factory/farstream/farstream.changes  2015-02-01 
12:28:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.farstream.new/farstream.changes 2015-04-06 
00:25:56.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  1 14:35:42 UTC 2015 - fcro...@suse.com
+
+- Add farstream-plugin-path.patch: use library policy compliant
+  path name for plugin.
+
+---

New:

  farstream-plugin-path.patch



Other differences:
--
++ farstream.spec ++
--- /var/tmp/diff_new_pack.FdknFa/_old  2015-04-06 00:25:56.0 +0200
+++ /var/tmp/diff_new_pack.FdknFa/_new  2015-04-06 00:25:56.0 +0200
@@ -28,6 +28,11 @@
 Url:http://farsight.freedesktop.org/
 Source: 
http://freedesktop.org/software/farstream/releases/farstream/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
+# PATCH-FEATURE-OPENSUSE farstream-plugin-path.patch fcro...@suse.com -- Use 
library policy compliant path for plugin
+Patch0: farstream-plugin-path.patch
+#needed by patch0
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel >= 2.32
 BuildRequires:  gobject-introspection-devel >= 0.10.1
@@ -108,8 +113,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+#needed by patch0
+autoreconf -f
+
 %configure \
 --disable-static
 make %{?_smp_mflags}
@@ -127,11 +136,11 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/libfarstream-0.2.so.*
-%dir %{_libdir}/farstream-0.2/
-%{_libdir}/farstream-0.2/libmulticast-transmitter.so
-%{_libdir}/farstream-0.2/libnice-transmitter.so
-%{_libdir}/farstream-0.2/librawudp-transmitter.so
-%{_libdir}/farstream-0.2/libshm-transmitter.so
+%dir %{_libdir}/farstream-0.2-5/
+%{_libdir}/farstream-0.2-5/libmulticast-transmitter.so
+%{_libdir}/farstream-0.2-5/libnice-transmitter.so
+%{_libdir}/farstream-0.2-5/librawudp-transmitter.so
+%{_libdir}/farstream-0.2-5/libshm-transmitter.so
 
 %files -n typelib-1_0-Farstream-0_2
 %defattr(-, root, root)

++ farstream-plugin-path.patch ++
Index: farstream-0.2.7/configure.ac
===
--- farstream-0.2.7.orig/configure.ac
+++ farstream-0.2.7/configure.ac
@@ -177,7 +177,8 @@ AC_SUBST(NICE_LIBS)
 AC_SUBST(FS_TRANSMITTER_PLUGINS_SELECTED)
 
 dnl set the plugindir where plugins should be installed
-AS_AC_EXPAND(FS_PLUGIN_PATH, ${libdir}/farstream-$FS_APIVERSION)
+AS_VAR_ARITH(FS_MAJOR, $FS_CURRENT-$FS_AGE)
+AS_AC_EXPAND(FS_PLUGIN_PATH, ${libdir}/farstream-$FS_APIVERSION-$FS_MAJOR)
 AC_SUBST(FS_PLUGIN_PATH)
 AC_DEFINE_UNQUOTED(FS_PLUGIN_PATH, "${FS_PLUGIN_PATH}", [The path were plugins 
are installed and search by default])
 



commit nghttp2 for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2015-04-06 00:26:23

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


Package is "nghttp2"

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2015-03-19 
21:21:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-04-06 
00:26:24.0 +0200
@@ -1,0 +2,22 @@
+Sat Apr  4 16:55:55 UTC 2015 - mplus...@suse.com
+
+- Enable python bindings
+- Update to 0.7.9
+  * Implements h2-14 protocol 
(http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
+  * Implements HPACK 09 
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
+  * h2load: Fix crash if -t > -c
+  * h2load: Add -d option to upload data to server
+  * nghttpx: Forward only "trailers" keyword in te when forwarding HTTP/2 
backend
+  * nghttpx: Fix PUSH_PROMISE header field corruption [GH-194]
+  * nghttpx: Fix te header field is duplicated when forwarding HTTP/2 backend
+  * nghttp, nghttpd: Add --hexdump option to hexdump incoming traffic.
+  * examples: Place AM_CPPFLAGS first to use in-package header files first 
[GH-192]
+- Changes for 0.7.8
+  * Implements h2-14 protocol 
(http://tools.ietf.org/html/draft-ietf-httpbis-http2-14)
+  * Implements HPACK 09 
(http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09)
+  * Validate :path header field for http or https URI scheme
+  * NULL-terminate header field name and value presented by callback
+  * README.rst: Cleaned up the grammar a bit (Patch from Ross Smith II)
+  * h2load: fix for segfault by reserving correct worker count (Patch from 
Stefan Eissing)
+
+---

Old:

  nghttp2-0.7.5.tar.xz

New:

  nghttp2-0.7.9.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.2KlEba/_old  2015-04-06 00:26:24.0 +0200
+++ /var/tmp/diff_new_pack.2KlEba/_new  2015-04-06 00:26:24.0 +0200
@@ -16,19 +16,21 @@
 #
 
 
+%define lib_name lib%{name}-5
+%define lib_name_asio lib%{name}_asio1
 Name:   nghttp2
-Version:0.7.5
+Version:0.7.9
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://nghttp2.org/
-
 #Git-Clone:git://github.com/tatsuhiro-t/nghttp2
 Source: 
https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  python-Cython
 BuildRequires:  python-Sphinx
 BuildRequires:  pkgconfig(cunit)
 BuildRequires:  pkgconfig(jansson)
@@ -48,24 +50,31 @@
 
 HPACK encoder and decoder are available as public API.
 
-%package -n lib%{name}-5
+%package -n %{lib_name}
 Summary:Shared library for %{name}
 Group:  System/Libraries
 
-%description -n lib%{name}-5
+%description -n %{lib_name}
 Shared C libraries for implementation of Hypertext Transfer Protocol version 2
 
-%package -n lib%{name}_asio0
+%package -n %{lib_name_asio}
 Summary:Shared library for %{name}
 Group:  System/Libraries
 
-%description -n lib%{name}_asio0
+%description -n %{lib_name_asio}
 Shared librarios for asynchronous implementation of Hypertext Transfer 
Protocol version 2
 
+%package -n python-%{name}
+Summary:Python bindings for %{name}
+Group:  Development/Libraries/Python
+
+%description -n python-%{name}
+Python bindings for implementation of Hypertext Transfer Protocol version 2
+
 %package -n lib%{name}-devel
 Summary:Development files for %{name}
 Group:  Development/Languages/C and C++
-Requires:   lib%{name}-5 = %{version}
+Requires:   %{lib_name} = %{version}
 Provides:   %{name}-devel
 
 %description -n lib%{name}-devel
@@ -75,7 +84,7 @@
 %package -n lib%{name}_asio-devel
 Summary:Development files for %{name}
 Group:  Development/Languages/C and C++
-Requires:   lib%{name}_asio0 = %{version}
+Requires:   %{lib_name_asio} = %{version}
 
 %description -n lib%{name}_asio-devel
 Development files for usage with lib%{name}_aio, which implements asynchronous
@@ -95,6 +104,7 @@
 %build
 %configure \
--enable-asio-lib \
+   --enable-python-bindings \
--disable-static
 make %{?_smp_mflags} all html
 
@@ -103,34 +113,38 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-rm -f "%{buildroot}/%{_libdir}"/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 # none of applications using these man pages is built
 r

commit mutter for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package mutter for openSUSE:Factory checked 
in at 2015-04-06 00:26:01

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


Package is "mutter"

Changes:

--- /work/SRC/openSUSE:Factory/mutter/mutter.changes2015-03-30 
19:27:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutter.new/mutter.changes   2015-04-06 
00:26:02.0 +0200
@@ -1,0 +2,10 @@
+Thu Mar 26 16:58:43 UTC 2015 - dims...@opensuse.org
+
+- Change from simple %defines to %bcond_with/without, as this
+  allows to be set in prjconf without the need to patch the .spec
+  files.
+  + build_wayland has been replaced with the equivalent
+%bcond_with, resp. %bcond_without, based on the value that was
+originally set, resulting in no change for the build.
+
+---



Other differences:
--
++ mutter.spec ++
--- /var/tmp/diff_new_pack.z8uTo8/_old  2015-04-06 00:26:03.0 +0200
+++ /var/tmp/diff_new_pack.z8uTo8/_new  2015-04-06 00:26:03.0 +0200
@@ -17,9 +17,9 @@
 
 
 %if 0%{?suse_version} == 1315
-%define build_wayland 0
+%bcond_with wayland
 %else
-%define build_wayland 1
+%bcond_without wayland
 %endif
 
 Name:   mutter
@@ -67,7 +67,7 @@
 BuildRequires:  pkgconfig(xkbcommon-x11)
 BuildRequires:  pkgconfig(xkbfile)
 BuildRequires:  pkgconfig(xkeyboard-config)
-%if %{build_wayland}
+%if %{with wayland}
 BuildRequires:  pkgconfig(clutter-egl-1.0)
 BuildRequires:  pkgconfig(clutter-wayland-1.0)
 BuildRequires:  pkgconfig(clutter-wayland-compositor-1.0)




commit iw for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package iw for openSUSE:Factory checked in 
at 2015-04-06 00:25:43

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


Package is "iw"

Changes:

--- /work/SRC/openSUSE:Factory/iw/iw.changes2014-10-25 08:32:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.iw.new/iw.changes   2015-04-06 
00:25:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr  3 08:21:13 UTC 2015 - mplus...@suse.com
+
+- Update to version 4.0
+  * Support all new kernel features upto 4.0
+- Cleanup spec file with spec-cleaner
+- User url for source
+
+---

Old:

  iw-3.17.tar.xz

New:

  iw-4.0.tar.xz



Other differences:
--
++ iw.spec ++
--- /var/tmp/diff_new_pack.I80tUn/_old  2015-04-06 00:25:44.0 +0200
+++ /var/tmp/diff_new_pack.I80tUn/_new  2015-04-06 00:25:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iw
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,39 +17,32 @@
 
 
 Name:   iw
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libnl-3.0)
+Version:4.0
+Release:0
 Summary:Configuration utility for nl80211 based wireless drivers
 License:ISC
 Group:  Hardware/Wifi
-Version:3.17
-Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://linuxwireless.org/en/users/Documentation/iw
-Source: iw-%{version}.tar.xz
+Source: https://kernel.org/pub/software/network/iw/iw-%{version}.tar.xz
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(libnl-3.0)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 iw is a nl80211 based CLI configuration utility for wireless devices. It
 supports almost all new drivers that have been added to the kernel
 recently.
 
-Authors:
-
-Johannes Berg 
-
 %prep
 %setup -q
 
 %build
 # FIXME: -fno-strict-aliasing seems to be obsolete, but upstream Makefile 
requires it.
 # Either it is really obsolete or there is a hidden aliasing use.
-make %{?jobs:-j%jobs} CFLAGS="${RPM_OPT_FLAGS} $(pkg-config --cflags 
libnl-3.0) -DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1
+make %{?_smp_mflags} CFLAGS="%{optflags} $(pkg-config --cflags libnl-3.0) 
-DCONFIG_LIBNL30 -Wundef -Wstrict-prototypes -Wno-trigraphs 
-fno-strict-aliasing -fno-common -Werror-implicit-function-declaration" V=1
 
 %install
-%makeinstall
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)

++ iw-3.17.tar.xz -> iw-4.0.tar.xz ++
 1729 lines of diff (skipped)




commit shotwell for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2015-04-06 00:25:15

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


Package is "shotwell"

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2015-03-30 
19:11:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2015-04-06 
00:25:23.0 +0200
@@ -1,0 +2,12 @@
+Tue Mar 24 08:10:41 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.22.0:
+  + Improved metadata support for Facebook upload (bgo#742163).
+  + Saved search now properly supports text is-set, not-set
+(bgo#743924, bgo#743923).
+  + Import title, exposure time when available.
+  + User interface improvements (bgo#744291, bgo#719284, more).
+  + Sort photos by filename (bgo#717878).
+  + Updated translations.
+
+---

Old:

  shotwell-0.21.0.tar.xz

New:

  shotwell-0.22.0.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.ZFhIKt/_old  2015-04-06 00:25:24.0 +0200
+++ /var/tmp/diff_new_pack.ZFhIKt/_new  2015-04-06 00:25:24.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   shotwell
-Version:0.21.0
+Version:0.22.0
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
 Url:http://yorba.org/shotwell/
-Source: 
http://download.gnome.org/sources/shotwell/0.21/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/shotwell/0.22/%{name}-%{version}.tar.xz
 BuildRequires:  libraw-devel-static
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.17.2

++ shotwell-0.21.0.tar.xz -> shotwell-0.22.0.tar.xz ++
 79460 lines of diff (skipped)




commit gperf for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package gperf for openSUSE:Factory checked 
in at 2015-04-06 00:25:09

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


Package is "gperf"

Changes:

--- /work/SRC/openSUSE:Factory/gperf/gperf.changes  2014-12-09 
09:16:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.gperf.new/gperf.changes 2015-04-06 
00:25:22.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr  2 15:38:25 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Correct info requirements
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  gperf-3.0.4.tar.bz2

New:

  gperf-3.0.4.tar.gz
  gperf-3.0.4.tar.gz.sig
  gperf.keyring



Other differences:
--
++ gperf.spec ++
--- /var/tmp/diff_new_pack.g6VidL/_old  2015-04-06 00:25:23.0 +0200
+++ /var/tmp/diff_new_pack.g6VidL/_new  2015-04-06 00:25:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gperf
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,24 +23,19 @@
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
 Url:https://gnu.org/software/gperf/
-
-Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz
+Source1:ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 BuildRequires:  gcc-c++
-PreReq: %install_info_prereq
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A perfect hash function is simply: a hash function and a data structure
 that allows recognition of a key word in a set of words using exactly
 one probe into the data structure.
 
-
-
-Authors:
-
-Doug Schmidt 
-Bruno Haible 
-
 %prep
 %setup -q
 
@@ -60,7 +55,7 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files




commit atmel-firmware for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package atmel-firmware for openSUSE:Factory 
checked in at 2015-04-06 00:25:48

Comparing /work/SRC/openSUSE:Factory/atmel-firmware (Old)
 and  /work/SRC/openSUSE:Factory/.atmel-firmware.new (New)


Package is "atmel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/atmel-firmware/atmel-firmware.changes
2013-03-08 09:07:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.atmel-firmware.new/atmel-firmware.changes   
2015-04-06 00:25:50.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 07:18:23 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+
+---

Old:

  atmel-firmware-1.3.tar.bz2

New:

  atmel-firmware-1.3.tar.gz



Other differences:
--
++ atmel-firmware.spec ++
--- /var/tmp/diff_new_pack.KQyAtw/_old  2015-04-06 00:25:51.0 +0200
+++ /var/tmp/diff_new_pack.KQyAtw/_new  2015-04-06 00:25:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package atmel-firmware
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   atmel-firmware
+Version:1.3
+Release:0
 Summary:Firmware for Atmel at76c50x Wireless Network Chips
 License:GPL-2.0+ and SUSE-Firmware
 Group:  Hardware/Wifi
-Version:1.3
-Release:0
 Url:http://www.thekelleys.org.uk/atmel
-Source0:atmel-firmware-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
+Source0:
http://www.thekelleys.org.uk/atmel/atmel-firmware-%{version}.tar.gz
 # Modules: at76c503-i3861.ko at76c503-i3863.ko at76c503.ko
 # at76c503-rfmd-acc.ko at76c503-rfmd.ko at76c505a-rfmd2958.ko
 # at76c505-rfmd2958.ko at76c505-rfmd.ko at76_usbdfu.ko
@@ -65,6 +63,8 @@
 Supplements:modalias(usb:v2001p3200d*dc*dsc*dp*ic*isc*ip*)
 Supplements:modalias(usb:v2019p3220d*dc*dsc*dp*ic*isc*ip*)
 Supplements:modalias(usb:v8086p0200d*dc*dsc*dp*ic*isc*ip*)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 # Generated with: extract-modaliases wlan-kmp-default.rpm
 
 %description




commit pacemaker for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2015-04-06 00:26:07

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


Package is "pacemaker"

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2015-03-25 
21:02:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2015-04-06 
00:26:09.0 +0200
@@ -1,0 +2,36 @@
+Fri Mar 27 15:09:25 UTC 2015 - y...@suse.com
+
+- Rebase:
+  * bug-806256_pacemaker-log-level-notice.patch
+  * pacemaker-NodeUtilization-RA.patch
+  * pacemaker-colocated-utilization.patch
+
+- crmd: All peers need to track node shutdown requests (bsc#917625)
+- crmd: Cached copies of transient attributes cease to be valid once a node 
leaves the membership (bsc#917625)
+- crmd: Wait for all pending operations to complete before poking the policy 
engine
+- lrmd: preserve exit reason string when isolation wrappers are in use
+- docker-wrapper: properly separate docker and resource specific attributes
+- docker-wrapper: set authkey file permissions and properly set container 
'node name' during start
+- systemd: Trick systemd into not stopping our services before us during 
shutdown
+- mcp: Allow a configurable delay when debugging shutdown issues
+- systemd: Kindly ask dbus NOT to kill the process if the dbus connection fails
+- systemd: Tell systemd not to take DBus down from underneath us
+- cib: Correctly set up signal handlers
+- PE: Do not record duplicate copies of the failed actions
+- lrmd: enable ipc proxy for docker-wrapper privileged mode
+- lrmd: properly handle poke requests in lrmd client when using ipc
+- spec: add docker-wrapper directory to spec file
+- pengine: disable migrations for resources with isolation containers
+- pengine: disable reloading of resources within isolated container wrappers
+- pengine: ability to launch resources in isolated containers
+- extra: docker container tech wrapper script for pcmk remote
+- tools: crm_mon prints Stopped clones only if --inactive was specified
+- tools: display node names more consistently in crm_mon output
+- tools: Improve crm_mon output with certain option combinations
+- tools: make crm_mon last updated header consistent across formats
+- remote: pcmk remote client tool for use with container wrapper script
+- crmd: Reset stonith failcount to recover transitioner when the node rejoins 
(bsc#921102)
+- systemd: fix crash caused when canceling in-flight operation
+- Upstream version cs: 3e93bc1dd6c1c3f2ee101f754567aa007b24bb5e
+
+---

Old:

  pacemaker-1.1.12.git20150313.e32080b.tar.bz2

New:

  pacemaker-1.1.12.git20150326.3e93bc1.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.82yndf/_old  2015-04-06 00:26:10.0 +0200
+++ /var/tmp/diff_new_pack.82yndf/_new  2015-04-06 00:26:10.0 +0200
@@ -99,7 +99,7 @@
 Summary:Scalable High-Availability cluster resource manager
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Version:1.1.12.git20150313.e32080b
+Version:1.1.12.git20150326.3e93bc1
 Release:0
 #Release:%{pcmk_release}%{?dist}
 Url:http://www.clusterlabs.org
@@ -657,6 +657,7 @@
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d
 /usr/lib/ocf/resource.d/pacemaker
+/usr/lib/ocf/resource.d/containers
 
 %if 0%{?cs_version} < 2
 %{_libexecdir}/lcrso/pacemaker.lcrso

++ _service ++
--- /var/tmp/diff_new_pack.82yndf/_old  2015-04-06 00:26:10.0 +0200
+++ /var/tmp/diff_new_pack.82yndf/_new  2015-04-06 00:26:10.0 +0200
@@ -11,7 +11,7 @@
 1.1.12
 -->
 1.1.12.git%cd.%h
-e32080b460f81486b85d08ec958582b3e72d858c
+3e93bc1dd6c1c3f2ee101f754567aa007b24bb5e
   
 
   

++ bug-806256_pacemaker-log-level-notice.patch ++
--- /var/tmp/diff_new_pack.82yndf/_old  2015-04-06 00:26:10.0 +0200
+++ /var/tmp/diff_new_pack.82yndf/_new  2015-04-06 00:26:10.0 +0200
@@ -8,20 +8,20 @@
 ===
 --- pacemaker.orig/crmd/callbacks.c
 +++ pacemaker/crmd/callbacks.c
-@@ -182,7 +182,7 @@ peer_update_callback(enum crm_status_typ
+@@ -204,7 +204,7 @@ peer_update_callback(enum crm_status_typ
  const char *task = crm_element_value(down->xml, 
XML_LRM_ATTR_TASK);
  
  if (alive && safe_str_eq(task, CRM_OP_FENCE)) {
 -crm_info("Node return implies stonith of %s (action %d) 
completed", node->uname,
 +crm_notice("Node return implies stonith of %s (action %d) 
completed", node->u

commit valgrind for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2015-04-06 00:25:22

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


Package is "valgrind"

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2015-02-20 
12:00:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2015-04-06 
00:25:25.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr  2 18:07:55 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update to 3.10.1
+  * bugfix release (for full list of solved issues see NEWS file)
+
+---

Old:

  valgrind-3.10.0.tar.bz2

New:

  valgrind-3.10.1.tar.bz2



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.6DpkSU/_old  2015-04-06 00:25:26.0 +0200
+++ /var/tmp/diff_new_pack.6DpkSU/_new  2015-04-06 00:25:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package valgrind
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,21 @@
 #
 
 
-Name:   valgrind
-BuildRequires:  automake
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  docbook_4
-BuildRequires:  gcc-c++
-BuildRequires:  glibc-devel-32bit
-BuildRequires:  libxslt
-BuildRequires:  pkgconfig
-%ifarch x86_64 ppc64
-BuildRequires:  gcc-32bit
-BuildRequires:  glibc-devel-32bit
+# during building the major version of glibc is built into the suppression file
+%define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
+%define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
+%if 0%{?suse_version} > 1100
+%define building_docs 1
+%else
+%define building_docs 0
 %endif
-Url:http://valgrind.org/
+Name:   valgrind
+Version:3.10.1
+Release:0
 Summary:Memory Management Debugger
 License:GPL-2.0+
 Group:  Development/Tools/Debuggers
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Version:3.10.0
-Release:0
+Url:http://valgrind.org/
 Source0:http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
 # svn  di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 
svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 3_5_BRANCH.diff
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
@@ -42,21 +38,25 @@
 Patch2: armv6-support.diff
 Patch3: glibc-version.patch
 Patch4: gcc-version.patch
-# during building the major version of glibc is built into the suppression file
-%define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
-%define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
-Requires:   glibc >= %glibc_main_version.%glibc_major_version
-Requires:   glibc < 
%glibc_main_version.%{lua:print(rpm.expand("%glibc_major_version")+1)}
-%if %suse_version <= 1100
-Provides:   valgrind-devel = %version
-%endif
-Provides:   callgrind = %version
-Obsoletes:  callgrind < %version
+BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  docbook_4
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel-32bit
+BuildRequires:  libxslt
+BuildRequires:  pkgconfig
+Requires:   glibc >= %{glibc_main_version}.%{glibc_major_version}
+Requires:   glibc < 
%{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)}
+Provides:   callgrind = %{version}
+Obsoletes:  callgrind < %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  aarch64 %ix86 x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl 
armv6l armv6hl
-%if %suse_version > 1100
-%define building_docs 1
-%else
-%define building_docs 0
+%ifarch x86_64 ppc64
+BuildRequires:  gcc-32bit
+BuildRequires:  glibc-devel-32bit
+%endif
+%if 0%{?suse_version} <= 1100
+Provides:   valgrind-devel = %{version}
 %endif
 
 %description
@@ -74,30 +74,16 @@
 --db-attach=yes my_application, for example.
 
 More valgrind options can be listed via "valgrind --help". There is
-also complete documentation in the /usr/share/doc/packages/valgrind/
+also complete documentation in the %{_docdir}/valgrind/
 directory. A debugged application runs slower and needs much more
 memory, but is usually still usable. Valgrind is still in development,
 but it has been successfu

commit kmod for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2015-04-06 00:25:37

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2015-03-16 
06:55:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2015-04-06 
00:25:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  2 18:24:23 UTC 2015 - crrodrig...@opensuse.org
+
+- If kmod packge changes, regenerate the initrd. 
+
+---



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.md4CHO/_old  2015-04-06 00:25:39.0 +0200
+++ /var/tmp/diff_new_pack.md4CHO/_new  2015-04-06 00:25:39.0 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  suse-module-tools
 BuildRequires:  xz
 %if 0%{?sles_version} == 11
 BuildRequires:  xz-devel >= 4.99
@@ -158,6 +159,12 @@
 %check
 make check V=1
 
+%post
+%{?regenerate_initrd_post}
+
+%posttrans
+%{?regenerate_initrd_posttrans}
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig





commit yp-tools for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package yp-tools for openSUSE:Factory 
checked in at 2015-04-06 00:24:55

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


Package is "yp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/yp-tools/yp-tools.changes2014-12-21 
12:03:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.yp-tools.new/yp-tools.changes   2015-04-06 
00:24:56.0 +0200
@@ -1,0 +2,13 @@
+Thu Mar 26 15:48:11 CET 2015 - ku...@suse.de
+
+- Revert changes from Dec 4th and 6th, most of them were wrong.
+
+- Update to version 3.3:
+  - fix some linking issues
+  - add yp_dump_binding
+  - Fix file descriptor leak in libnis
+  - Fix wrong fallback for binding files in libnis
+  - Fix link order
+  - Implement locking for multithreaded applications
+
+---

Old:

  yp-tools-3.0.1.tar.bz2

New:

  yp-tools-3.3.tar.bz2



Other differences:
--
++ yp-tools.spec ++
--- /var/tmp/diff_new_pack.P0MGC7/_old  2015-04-06 00:24:57.0 +0200
+++ /var/tmp/diff_new_pack.P0MGC7/_new  2015-04-06 00:24:57.0 +0200
@@ -21,15 +21,15 @@
 %global __requires_exclude libc.so.6\\(GLIBC_PRIVATE\\)
 
 Name:   yp-tools
-Version:3.0.1
+Version:3.3
 Release:0
 Summary:Network Information Service (YP) client utilities
 License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Networking/NIS
-Source: 
http://linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
-Url:http://linux-nis.org/
+Source: 
http://www.linux-nis.org/download/yp-tools/yp-tools-%{version}.tar.bz2
+Url:http://www.linux-nis.org/
 BuildRequires:  fdupes
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 %if 0%{?suse_version} >= 1310
 BuildRequires:  pkgconfig(libtirpc)
 %else
@@ -43,12 +43,12 @@
 test NIS configurations.
 
 %package -n libnis1
-Summary:Library with IPv6-enabled NIS functions
+Summary:Library with IPv6 enabled NIS functions
 License:LGPL-2.1
 Group:  System/Libraries
 
 %description -n libnis1
-This library provides the NIS functions in a IPv6-enabled version.
+This library provides IPv6 enabled NIS functions.
 
 %package -n libnss_nis6-2
 Summary:NSS plugin for glibc replacing nss_nis
@@ -70,7 +70,7 @@
 
 %description -n libnis-devel
 This package contains the include files and libraries needed to
-develop applications using the IPv6-ready NIS functions. This
+develop applications using the IPv6 ready NIS functions. This
 includes support for the ypbind v3 protocol, too.
 
 %prep
@@ -108,12 +108,30 @@
 %dir %{_localstatedir}/yp
 %config(noreplace) %{_localstatedir}/yp/nicknames
 %{_bindir}/nisdomainname
-%{_bindir}/yp*
-%{_prefix}/lib/yp/
-%{_mandir}/man1/*.1*
-%{_mandir}/man5/*.5*
-%{_mandir}/man8/*.8*
-%{_sbindir}/yp*
+%{_bindir}/ypcat
+%{_bindir}/ypchfn
+%{_bindir}/ypchsh
+%{_bindir}/ypdomainname
+%{_bindir}/ypmatch
+%{_bindir}/yppasswd
+%{_bindir}/ypwhich
+%dir %{_prefix}/lib/yp
+%{_prefix}/lib/yp/match_printcap
+%doc %{_mandir}/man1/ypcat.1.gz
+%doc %{_mandir}/man1/ypchfn.1.gz
+%doc %{_mandir}/man1/ypchsh.1.gz
+%doc %{_mandir}/man1/ypmatch.1.gz
+%doc %{_mandir}/man1/yppasswd.1.gz
+%doc %{_mandir}/man1/ypwhich.1.gz
+%doc %{_mandir}/man5/nicknames.5.gz
+%doc %{_mandir}/man8/yppoll.8.gz
+%doc %{_mandir}/man8/ypset.8.gz
+%doc %{_mandir}/man8/ypdomainname.8.gz
+%doc %{_mandir}/man8/nisdomainname.8.gz
+%doc %{_mandir}/man8/yp_dump_binding.8.gz
+%{_sbindir}/yppoll
+%{_sbindir}/ypset
+%{_sbindir}/yp_dump_binding
 
 %files -n libnis1
 %defattr(-,root,root)
@@ -125,7 +143,10 @@
 
 %files -n libnis-devel
 %defattr(-,root,root)
-%{_includedir}/libnis/
+%dir %{_includedir}/libnis
+%dir %{_includedir}/libnis/rpcsvc
+%{_includedir}/libnis/rpcsvc/*.h
+%{_includedir}/libnis/rpcsvc/*.x
 %{_libdir}/pkgconfig/libnis.pc
 %{_libdir}/libnis.so
 

++ yp-tools-3.0.1.tar.bz2 -> yp-tools-3.3.tar.bz2 ++
 1900 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yp-tools-3.0.1/ChangeLog new/yp-tools-3.3/ChangeLog
--- old/yp-tools-3.0.1/ChangeLog2014-11-03 16:23:19.0 +0100
+++ new/yp-tools-3.3/ChangeLog  2014-12-05 16:10:54.0 +0100
@@ -1,3 +1,41 @@
+2014-12-05  Thorsten Kukuk  
+
+   * release version 3.3
+
+   * nss_nis6/Makefile.am: link nss_nis6 against tirpc
+   

commit libreoffice for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2015-04-06 00:25:02

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  2015-03-30 
19:31:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2015-04-06 00:25:09.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr  2 17:11:50 UTC 2015 - tchva...@suse.com
+
+- Version bump to 4.4.2:
+  * 2nd bugfix update for the 4.4 series
+
+---
+Mon Mar 30 14:31:03 UTC 2015 - andras.ti...@collabora.com
+
+- BuildRequires:  libodfgen-devel >= 0.1
+
+---
+Mon Mar 30 14:20:04 UTC 2015 - andras.ti...@collabora.com
+
+- added version numbers to some BuildRequires lines
+- build does not require python3-lxml
+- build requires librevenge-devel >= 0.0.1
+- vlc media backend is broken, don't use it. Only gstreamer should be used.
+
+---

Old:

  libreoffice-4.4.1.2.tar.xz
  libreoffice-help-4.4.1.2.tar.xz
  libreoffice-translations-4.4.1.2.tar.xz

New:

  libreoffice-4.4.2.2.tar.xz
  libreoffice-help-4.4.2.2.tar.xz
  libreoffice-translations-4.4.2.2.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.vKnedh/_old  2015-04-06 00:25:18.0 +0200
+++ /var/tmp/diff_new_pack.vKnedh/_new  2015-04-06 00:25:18.0 +0200
@@ -23,10 +23,10 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.4.1
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.4.2
 # This is used due to the need for beta releases
 Name:   libreoffice
-Version:4.4.1.2
+Version:4.4.2.2
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C
@@ -108,7 +108,7 @@
 BuildRequires:  glu-devel
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gperf
-BuildRequires:  graphite2-devel
+BuildRequires:  graphite2-devel >= 0.9.3
 BuildRequires:  gstreamer-plugins-base-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  gtk3-devel
@@ -123,15 +123,15 @@
 BuildRequires:  libabw-devel
 BuildRequires:  libbase
 BuildRequires:  libcdr-devel
-BuildRequires:  libcmis-devel
+BuildRequires:  libcmis-devel >= 0.5.0
 BuildRequires:  libcppunit-devel
-BuildRequires:  libe-book-devel
+BuildRequires:  libe-book-devel >= 0.1.1
 # Fonts are needed for tests
 BuildRequires:  liberation-fonts
-BuildRequires:  libetonyek-devel
+BuildRequires:  libetonyek-devel >= 0.1.1
 BuildRequires:  libexif
 BuildRequires:  libexpat-devel
-BuildRequires:  libexttextcat-devel
+BuildRequires:  libexttextcat-devel >= 3.1.1
 BuildRequires:  libfbembed-devel
 BuildRequires:  libfonts
 BuildRequires:  libformula
@@ -144,15 +144,16 @@
 BuildRequires:  liblcms2-devel
 BuildRequires:  libloader
 BuildRequires:  libmspub-devel
-BuildRequires:  libmwaw-devel
+BuildRequires:  libmwaw-devel >= 0.3.4
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  libmysqlcppconn-devel >= 1.0.6
-BuildRequires:  libodfgen-devel
+BuildRequires:  libodfgen-devel >= 0.1
 BuildRequires:  liborcus-devel >= 0.7.0
 BuildRequires:  libpagemaker-devel
 BuildRequires:  libpoppler-devel
 BuildRequires:  libredland-devel
 BuildRequires:  librepository
+BuildRequires:  librevenge-devel >= 0.0.1
 BuildRequires:  librsvg-devel
 BuildRequires:  libserializer
 BuildRequires:  libtool
@@ -164,11 +165,11 @@
 BuildRequires:  libxslt-devel
 BuildRequires:  lpsolve-devel
 BuildRequires:  make
-BuildRequires:  mdds-devel >= 0.8.0
-BuildRequires:  mozilla-nspr-devel
-BuildRequires:  mozilla-nss-devel
+BuildRequires:  mdds-devel >= 0.11.2
+BuildRequires:  mozilla-nspr-devel >= 4.8
+BuildRequires:  mozilla-nss-devel >= 3.9.3
 BuildRequires:  mythes-devel
-BuildRequires:  neon-devel
+BuildRequires:  neon-devel >= 0.26.0
 BuildRequires:  npapi-sdk
 BuildRequires:  openCOLLADA-devel
 BuildRequires:  openldap2-devel
@@ -181,7 +182,6 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  procps
 BuildRequires:  python3-devel
-BuildRequires:  python3-lxml
 BuildRequires:  python3-xml
 BuildRequires:  recode
 BuildRequires:  rhino
@@ -191,7 +191,6 @@
 BuildRequires:  unixODBC-d

commit zypper for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2015-04-06 00:24:49

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2015-03-16 
06:58:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2015-04-06 
00:24:50.0 +0200
@@ -1,0 +2,33 @@
+Thu Apr  2 01:13:18 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Mar 29 01:13:16 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Mar 26 01:13:20 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Mar 22 01:13:46 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Mar 19 16:45:39 CET 2015 - m...@suse.de
+
+- suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
+- allow repo:package to reinstall from a different repo (bnc#725867)
+- fix wrong description of --force-resolution defaults
+- version 1.11.24
+
+---
+Thu Mar 12 01:13:36 CET 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
@@ -5 +37,0 @@
-- Show locked packages in zypper summary (FATE#318326,FATE#318299)

Old:

  zypper-1.11.23.tar.bz2

New:

  zypper-1.11.24.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.jK1XO4/_old  2015-04-06 00:24:51.0 +0200
+++ /var/tmp/diff_new_pack.jK1XO4/_new  2015-04-06 00:24:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zypper
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
-BuildRequires:  libzypp-devel >= 14.37.0
+BuildRequires:  libzypp-devel >= 14.38.0
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.11.23
+Version:1.11.24
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
@@ -88,7 +88,7 @@
 BuildArch:  noarch
 
 %description aptitude
-provides aptitude compatibility using zypper
+provides compatibility to Debian's aptitude command using zypper
 
 Authors:
 
@@ -174,5 +174,7 @@
 %files aptitude
 %defattr(-,root,root)
 %{_bindir}/aptitude
+%dir %{_sysconfdir}/zypp/apt-packagemap.d/
+%config(noreplace) %{_sysconfdir}/zypp/apt-packagemap.d/*
 
 %changelog

++ zypper-1.11.23.tar.bz2 -> zypper-1.11.24.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.11.23.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.11.24.tar.bz2 differ: char 11, 
line 1




commit dos2unix for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package dos2unix for openSUSE:Factory 
checked in at 2015-04-06 00:25:29

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


Package is "dos2unix"

Changes:

--- /work/SRC/openSUSE:Factory/dos2unix/dos2unix.changes2015-02-18 
11:37:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.dos2unix.new/dos2unix.changes   2015-04-06 
00:25:30.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  2 18:29:54 UTC 2015 - water...@xs4all.nl
+
+- Update to 7.2.1
+  * Fix: Skip the GB18030 tests when the system does not support the
+Chinese locale with GB18030 character encoding.
+  * Fix: Small corrections in the manual in section GB18030 and OPTIONS -m.
+
+---

Old:

  dos2unix-7.2.tar.gz

New:

  dos2unix-7.2.1.tar.gz



Other differences:
--
++ dos2unix.spec ++
--- /var/tmp/diff_new_pack.lidZgS/_old  2015-04-06 00:25:30.0 +0200
+++ /var/tmp/diff_new_pack.lidZgS/_new  2015-04-06 00:25:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dos2unix
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:Text converters to and from DOS/MAC to UNIX
 License:BSD-2-Clause
 Group:  Productivity/Text/Convertors
-Version:7.2
+Version:7.2.1
 Release:0
 Url:http://waterlan.home.xs4all.nl/dos2unix.html
 Source: 
http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz

++ dos2unix-7.2.tar.gz -> dos2unix-7.2.1.tar.gz ++
 4509 lines of diff (skipped)




commit libzypp for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-04-06 00:24:39

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2015-04-02 
16:01:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2015-04-06 
00:24:41.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  2 16:01:43 CEST 2015 - m...@suse.de
+
+- Fixes to build with gcc5
+- RepoProvideFile: Suppress MediaChangeReport while testing
+  multiple baseurls (bnc#899510)
+- version 14.38.1 (30)
+
+---

Old:

  libzypp-14.38.0.tar.bz2

New:

  libzypp-14.38.1.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.8Myd4F/_old  2015-04-06 00:24:42.0 +0200
+++ /var/tmp/diff_new_pack.8Myd4F/_new  2015-04-06 00:24:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:14.38.0
+Version:14.38.1
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-14.38.0.tar.bz2 -> libzypp-14.38.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.38.0/VERSION.cmake 
new/libzypp-14.38.1/VERSION.cmake
--- old/libzypp-14.38.0/VERSION.cmake   2015-03-19 16:46:37.0 +0100
+++ new/libzypp-14.38.1/VERSION.cmake   2015-04-02 16:03:52.0 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "30")
 SET(LIBZYPP_MINOR "38")
-SET(LIBZYPP_PATCH "0")
+SET(LIBZYPP_PATCH "1")
 #
-# LAST RELEASED: 14.38.0 (30)
+# LAST RELEASED: 14.38.1 (30)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.38.0/package/libzypp.changes 
new/libzypp-14.38.1/package/libzypp.changes
--- old/libzypp-14.38.0/package/libzypp.changes 2015-03-19 16:46:37.0 
+0100
+++ new/libzypp-14.38.1/package/libzypp.changes 2015-04-02 16:03:52.0 
+0200
@@ -1,4 +1,12 @@
 ---
+Thu Apr  2 16:01:43 CEST 2015 - m...@suse.de
+
+- Fixes to build with gcc5
+- RepoProvideFile: Suppress MediaChangeReport while testing
+  multiple baseurls (bnc#899510)
+- version 14.38.1 (30)
+
+---
 Thu Mar 19 16:44:39 CET 2015 - m...@suse.de
 
 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.38.0/zypp/target/TargetImpl.cc 
new/libzypp-14.38.1/zypp/target/TargetImpl.cc
--- old/libzypp-14.38.0/zypp/target/TargetImpl.cc   2015-01-07 
13:05:00.0 +0100
+++ new/libzypp-14.38.1/zypp/target/TargetImpl.cc   2015-04-01 
14:01:15.0 +0200
@@ -1059,7 +1059,7 @@
 
 cmd << "  > '" << tmpsolv.path() << "'";
 
-MIL << "Executing: " << cmd << endl;
+MIL << "Executing: " << cmd.str() << endl;
 ExternalProgram prog( cmd.str(), ExternalProgram::Stderr_To_Stdout );
 
 cmd << endl;




commit linuxrc for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-04-06 00:24:14

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-03-23 
12:14:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-04-06 
00:24:16.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 10:51:21 CEST 2015 - snw...@suse.com
+
+- match mac addresses case-insensitive (bnc #924872)
+- 5.0.35
+
+---

Old:

  linuxrc-5.0.34.tar.xz

New:

  linuxrc-5.0.35.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.ImPEWe/_old  2015-04-06 00:24:16.0 +0200
+++ /var/tmp/diff_new_pack.ImPEWe/_new  2015-04-06 00:24:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linuxrc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.34
+Version:5.0.35
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.34.tar.xz -> linuxrc-5.0.35.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.34/VERSION new/linuxrc-5.0.35/VERSION
--- old/linuxrc-5.0.34/VERSION  2015-03-18 16:32:48.0 +0100
+++ new/linuxrc-5.0.35/VERSION  2015-04-02 10:50:02.0 +0200
@@ -1 +1 @@
-5.0.34
+5.0.35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.34/changelog new/linuxrc-5.0.35/changelog
--- old/linuxrc-5.0.34/changelog2015-03-18 16:32:48.0 +0100
+++ new/linuxrc-5.0.35/changelog2015-04-02 10:50:02.0 +0200
@@ -1,3 +1,6 @@
+2015-04-02:5.0.35
+   - match mac addresses case-insensitive (bnc #924872)
+
 2015-03-18:5.0.34
- update copyright string
- verify also rpm signatures
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.34/net.c new/linuxrc-5.0.35/net.c
--- old/linuxrc-5.0.34/net.c2015-03-18 16:32:48.0 +0100
+++ new/linuxrc-5.0.35/net.c2015-04-02 10:50:02.0 +0200
@@ -1665,7 +1665,7 @@
   for(sl = config.ethtool; sl; sl = sl->next) {
 if(
   (device && !fnmatch(sl->key, device, 0)) ||
-  (hwaddr && !fnmatch(sl->key, hwaddr, 0))
+  (hwaddr && !fnmatch(sl->key, hwaddr, FNM_CASEFOLD))
 ) {
   if(s) {
 strprintf(&s, "%s %s", s, sl->value);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.34/util.c new/linuxrc-5.0.35/util.c
--- old/linuxrc-5.0.34/util.c   2015-03-18 16:32:48.0 +0100
+++ new/linuxrc-5.0.35/util.c   2015-04-02 10:50:02.0 +0200
@@ -3664,7 +3664,7 @@
 
   if(
 (device && !fnmatch(key, device, 0)) ||
-(hwaddr && !fnmatch(key, hwaddr, 0))
+(hwaddr && !fnmatch(key, hwaddr, FNM_CASEFOLD))
   ) return 1;
 
   return 0;




commit bluez for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2015-04-06 00:24:02

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


Package is "bluez"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2015-02-10 
20:15:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2015-04-06 
00:24:04.0 +0200
@@ -1,0 +2,42 @@
+Wed Apr  1 10:35:59 UTC 2015 - seife+...@b1-systems.com
+
+- update to version 5.30
+  The highlight of this release is the completion of the GATT D-Bus
+  APIs. We’ve now got both the client and server functionality in
+  place, however it’s still behind the -E (--experimental) command
+  line switch. The API is documented in doc/gatt-api.txt and there
+  are several test tools for it in the tree (even bluetoothctl has
+  support for it). Another new (and still experimental) D-Bus API
+  that debuts with this release is one for managing LE Advertising,
+  i.e. acting in peripheral role. The API is documented in
+  doc/advertising-api.txt.
+  Besides the new features, there are several fixes to AVCTP, AVDTP
+  & AVRCP.  There’s also a fix for C++ compiler compatibility with
+  the library headers as well as a fix for device information not
+  being stored in certain corner cases.
+- add bluez-5.30-disable-broken-tests.diff to fix test suite
+- remove -fstack-reuse=none workaround
+- remove 20150312-PATCH_BlueZ_shared_gatt-client_Fix_invalid_read-56974.patch
+
+---
+Mon Mar 23 14:41:38 UTC 2015 - rguent...@suse.com
+
+- Build the testsuite with -fstack-reuse=none to workaround broken
+  test setup.  [bnc#923768]
+
+---
+Thu Mar 12 12:03:30 UTC 2015 - seife+...@b1-systems.com
+
+- update to version 5.29
+  This is a comparatively large release with over a month and 475
+  commits since 5.28. There have been lots of fixes to the Android
+  side. Our internal GATT library (used both by ‘normal’ BlueZ as
+  well as the Android version) received lots of updates for this
+  release. Other notable changes are a fix for AVCTP key repeat
+  timeout as well as added support for the Multi Profile
+  Specification (MPS).
+- add 20150312-PATCH_BlueZ_shared_gatt-client_Fix_invalid_read-56974.patch
+  from bluez-devel for fixing test case failure (will be included in
+  next bluez release)
+
+---

Old:

  bluez-5.28.tar.xz

New:

  bluez-5.30-disable-broken-tests.diff
  bluez-5.30.tar.xz



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.Mmtyo5/_old  2015-04-06 00:24:05.0 +0200
+++ /var/tmp/diff_new_pack.Mmtyo5/_new  2015-04-06 00:24:05.0 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(dbus-1) >= 1.4
 %{?systemd_requires}
-Version:5.28
+Version:5.30
 Release:0
 Summary:Bluetooth Stack for Linux
 License:GPL-2.0+
@@ -36,6 +36,8 @@
 # fix some logitech HID devices, bnc#681049, bnc#850478 
--seife+...@b1-systems.com
 Patch1: bluez-5.11-logitech-hid2hci.patch
 Patch2: bluez-sdp-unix-path.patch
+# temporary fix untils bluez-5.31 comes along - reported upstream
+Patch100:   bluez-5.30-disable-broken-tests.diff
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  check-devel
@@ -111,6 +113,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch100 -p1
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/
 # FIXME: Change the dbus service to be a real service, not systemd launched

++ bluez-5.30-disable-broken-tests.diff ++
diff --git a/unit/test-gatt.c b/unit/test-gatt.c
index 95b42dd..b56b9d1 100644
--- a/unit/test-gatt.c
+++ b/unit/test-gatt.c
@@ -3416,6 +3416,7 @@ int main(int argc, char *argv[])
raw_pdu(0x12, 0x04, 0x00, 0x01, 0x02, 0x03),
raw_pdu(0x01, 0x12, 0x04, 0x00, 0x03));
 
+#if 0
define_test_client("/TP/GAW/CL/BV-05-C", test_client, service_db_1,
&test_long_write_1,
SERVICE_DATA_1_PDUS,
@@ -3671,6 +3672,7 @@ int main(int argc, char *argv[])
raw_pdu(0x01, 0x16, 0x07, 0x00, 0x0c),
raw_pdu(0x18, 0x00),
raw_pdu(0x19));
+#endif
 
define_test_server("/TP/GAW/SR/BV-05-C/small", test_server,
ts_small_db, NULL,
++ bluez-5.28.tar.xz -> bluez-5.30.tar.xz ++
 45262 lines of diff (skipped)




commit libkolabxml for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2015-04-06 00:23:57

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


Package is "libkolabxml"

Changes:

--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2014-12-16 
14:50:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new/libkolabxml.changes 
2015-04-06 00:23:58.0 +0200
@@ -1,0 +2,21 @@
+Wed Apr  1 16:59:03 UTC 2015 - a...@ajaissle.de
+
+- New upstream release 1.1.0
+- Drop patch (upstream inclusion):
+  - libkolabxml-1.0.3_make_version_attribute_not_a_fixed_value.patch
+
+---
+Sat Mar 28 12:23:16 UTC 2015 - a...@ajaissle.de
+
+- Add libkolabxml-1.0.3_make_version_attribute_not_a_fixed_value.patch:
+  Instead of a fixed value, we only use a default value.
+  Fixes problems where objects created with version string '3.0dev'
+  can not be fetched/displayed.
+- Convert %with_java to %bcond_without java
+
+---
+Mon Mar 23 08:08:25 UTC 2015 - sch...@suse.de
+
+- Allow building without mono bindings
+
+---

Old:

  libkolabxml-1.0.3.tar.gz

New:

  libkolabxml-1.1.0.tar.gz



Other differences:
--
++ libkolabxml.spec ++
--- /var/tmp/diff_new_pack.92kwup/_old  2015-04-06 00:23:58.0 +0200
+++ /var/tmp/diff_new_pack.92kwup/_new  2015-04-06 00:23:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolabxml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define with_java 1
-%define with_mono 1
-%if 0%{?suse_version} == 1315
-%define with_mono 0
-%endif
+
 %if 0%{?suse_version} < 1220
-%define with_java 0
+%define _without_java 1
 %endif
+%bcond_without java
+%bcond_without mono
 
 %global php_extdir %{_libdir}/php5/extensions
 %global php_confdir %{_sysconfdir}/php5/conf.d
 %define libname %{name}1
 Name:   libkolabxml
-Version:1.0.3
+Version:1.1.0
 Release:0
 Summary:Kolab XML Format Schema Definitions Library
 License:LGPL-3.0+
@@ -42,14 +40,14 @@
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gcc-c++
-%if 0%{?with_java}
+%if %{with java}
 BuildRequires:  gcc-java
 BuildRequires:  java-openjdk
 %endif
 BuildRequires:  libcurl-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  libxerces-c-devel
-%if 0%{?with_mono}
+%if %{with mono}
 BuildRequires:  mono-devel
 %endif
 BuildRequires:  php-devel >= 5.3
@@ -108,7 +106,6 @@
 - Canonical storage format
 - Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
 
-%if 0%{?with_java}
 %package -n java-%{libname}
 Summary:Java bindings for %{name}
 Group:  Development/Languages/Java
@@ -128,9 +125,7 @@
 - Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
 
 This package provides the java bindings for Libkolabxml
-%endif
 
-%if 0%{?with_mono}
 %package -n mono-%{libname}
 Summary:Mono (C#) bindings for %{name}
 Group:  Development/Languages/Mono
@@ -150,7 +145,6 @@
 - Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
 
 This package provides the mono (C#) bindings for Libkolabxml
-%endif
 
 %package -n php-%{libname}
 Summary:PHP bindings for %{name}
@@ -216,12 +210,12 @@
 # no-undefined does not work as the php bindings are "magic"
 %cmake \
 -DCMAKE_EXE_LINKER_FLAGS=-Wl,--as-needed 
-DCMAKE_MODULE_LINKER_FLAGS=-Wl,--as-needed 
-DCMAKE_SHARED_LINKER_FLAGS=-Wl,--as-needed \
-%if 0%{?with_java}
+%if %{with java}
 -DJAVA_BINDINGS=TRUE -DJAVA_INSTALL_DIR=%{_jnidir} \
 %endif
 -DPHP_BINDINGS=TRUE -DPHP_INSTALL_DIR=%{php_extdir}\
 -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
-%if 0%{?with_mono}
+%if %{with mono}
 -DCSHARP_BINDINGS=TRUE -DCSHARP_INSTALL_DIR=%{_libexecdir}/mono/ \
 %endif
 -DBUILD_TESTS=FALSE \
@@ -272,7 +266,7 @@
 %{_datadir}/php5/kolabformat.php
 %{php_extdir}/kolabformat.so
 
-%if 0%{?with_java}
+%if %{with java}
 %files -n java-%{libname}
 %defattr(-,root,root)
 %doc COPYING
@@ -280,7 +274,7 @@
 %{_libdir}/java/*
 %endif
 
-%if 0%{?with_mono}
+%if %{with mono}
 %files -n mono-%{libname}
 %defattr(-,root,root)
 %do

commit ibus for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2015-04-06 00:24:33

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


Package is "ibus"

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2015-03-16 
06:54:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2015-04-06 
00:24:34.0 +0200
@@ -1,0 +2,8 @@
+Sat Mar 28 09:30:59 UTC 2015 - ft...@geeko.jp
+
+- Fix boo#924696: settings of ibus engines are not saved
+  * Remove inappropriate %ghost from the dconf files
+- Disable appindicator for 13.1
+  * It requires Qt 5.3 to show icons specified by absolute path 
+
+---
@@ -4 +12 @@
-- Update to 1.5.9
+- Update to 1.5.10



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.gSfTCQ/_old  2015-04-06 00:24:34.0 +0200
+++ /var/tmp/diff_new_pack.gSfTCQ/_new  2015-04-06 00:24:34.0 +0200
@@ -260,6 +260,9 @@
 %if %{with_wayland}
--enable-wayland \
 %endif
+%if 0%{?suse_version} < 1320
+   --disable-appindicator \
+%endif
--enable-surrounding-text \
--libexecdir=%{_libdir}/ibus
 
@@ -366,11 +369,12 @@
 %{_datadir}/pixmaps/ibus-keyboard.png
 %{_libdir}/ibus
 %{_datadir}/bash-completion/completions/ibus.bash
-%dir %config %{_sysconfdir}/dconf/db/ibus.d
-# These files are not config files. Users must not modify them.
-%ghost %{_sysconfdir}/dconf/db/ibus.d/00-upstream-settings
+# This file is generated by dconf update
 %ghost %{_sysconfdir}/dconf/db/ibus
-%ghost %{_sysconfdir}/dconf/profile/ibus
+%dir %{_sysconfdir}/dconf/db/ibus.d
+# This file is not a config file. Users may not modify it.
+%{_sysconfdir}/dconf/db/ibus.d/00-upstream-settings
+%{_sysconfdir}/dconf/profile/ibus
 %{_mandir}/man1/ibus.1.gz
 %{_mandir}/man1/ibus-daemon.1.gz
 %{_mandir}/man1/ibus-setup.1.gz




commit yast2-ruby-bindings for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2015-04-06 00:24:21

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


Package is "yast2-ruby-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2015-03-16 09:40:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2015-04-06 00:24:22.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  1 15:38:04 UTC 2015 - an...@suse.com
+
+- Added new RSpec argument matcher: path_matching
+- 3.1.31
+
+---

Old:

  yast2-ruby-bindings-3.1.30.tar.bz2

New:

  yast2-ruby-bindings-3.1.31.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.pLUwtg/_old  2015-04-06 00:24:23.0 +0200
+++ /var/tmp/diff_new_pack.pLUwtg/_new  2015-04-06 00:24:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.30
+Version:3.1.31
 Release:0
 Url:https://github.com/yast/yast-ruby-bindings
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ruby-bindings-3.1.30.tar.bz2 -> yast2-ruby-bindings-3.1.31.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.30/package/yast2-ruby-bindings.changes 
new/yast2-ruby-bindings-3.1.31/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.30/package/yast2-ruby-bindings.changes  
2015-03-05 18:25:14.0 +0100
+++ new/yast2-ruby-bindings-3.1.31/package/yast2-ruby-bindings.changes  
2015-04-02 12:55:15.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Apr  1 15:38:04 UTC 2015 - an...@suse.com
+
+- Added new RSpec argument matcher: path_matching
+- 3.1.31
+
+---
 Thu Mar  5 15:15:07 UTC 2015 - mvid...@suse.com
 
 - Fix building with yast2-core-3.1.16: use C++11 like core does
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.30/package/yast2-ruby-bindings.spec 
new/yast2-ruby-bindings-3.1.31/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.30/package/yast2-ruby-bindings.spec 
2015-03-05 18:25:14.0 +0100
+++ new/yast2-ruby-bindings-3.1.31/package/yast2-ruby-bindings.spec 
2015-04-02 12:55:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.30
+Version:3.1.31
 Url:https://github.com/yast/yast-ruby-bindings
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.30/src/ruby/yast/rspec/matchers.rb 
new/yast2-ruby-bindings-3.1.31/src/ruby/yast/rspec/matchers.rb
--- old/yast2-ruby-bindings-3.1.30/src/ruby/yast/rspec/matchers.rb  
1970-01-01 01:00:00.0 +0100
+++ new/yast2-ruby-bindings-3.1.31/src/ruby/yast/rspec/matchers.rb  
2015-04-02 12:55:15.0 +0200
@@ -0,0 +1,40 @@
+require "rspec"
+require "yast"
+
+module Yast
+  module RSpec
+# RSpec extension to add YaST-specific matchers
+module Matchers
+  # Matches arguments of type YaST::Path whose string representation 
matches
+  # the provided regular expression
+  #
+  # @example
+  #   expect(Yast::SCR).to 
receive(:Read).with(path_matching(/^\.sysconfig\.nfs/))
+  def path_matching(match)
+PathMatchingMatcher.new(match)
+  end
+
+  # @private
+  class PathMatchingMatcher
+def initialize(expected)
+  @expected = Regexp.new(expected)
+end
+
+# RSpec 3 uses === while RSpec 2 uses ==
+# Thus, implementing just == should work with both
+def ==(other)
+  return false unless other.is_a?(Yast::Path)
+  other.to_s =~ @expected ? true : false
+end
+
+def description
+  "path_matching(#{@expected.inspect})"
+end
+
+def inspect
+  description
+end
+  end
+end
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.30/src/ruby/yast/rspec.rb 
new/yast2-ruby-bindings-3.1.31/src/ruby/yast/rspec.rb
--- old/yast2-ruby-bindings-3.1.30/src/ruby/yast/rspec.rb   2015-03-05 
18:25:14.0 +0100
+++ new/yast2-ruby-bindings-3.1.31/src/ruby/yast/rspec.rb   201

commit libkolab for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package libkolab for openSUSE:Factory 
checked in at 2015-04-06 00:24:09

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


Package is "libkolab"

Changes:

--- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes2014-12-16 
14:51:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes   2015-04-06 
00:24:11.0 +0200
@@ -1,0 +2,27 @@
+Thu Apr  2 08:29:12 UTC 2015 - a...@ajaissle.de
+
+- Add upstream patch:
+  + libkolab-0.6.0_check_for_generic_tag.patch
+Make libkolab compile with upstream kdepimlibs where GENERIC
+tags are not yet included.
+
+---
+Wed Apr  1 17:24:27 UTC 2015 - a...@ajaissle.de
+
+- New upstream release 0.6.0
+- Added upstream patches:
+  + 0001-Add-support-for-exceptions.patch
+Add support to read/write exceptions to iCal
+  + 0002-Support-for-THISANDFUTURE.patch
+Add support to convert ThisAndFuture from and to iCal
+  + 0003-Move-QT_DECLARE_METADATA-logic-to-cmake.patch
+Fix double declaration of KCalCore::Duration when building with
+libcalendaring >= 4.9.1
+- Add %bcond_with tests to enable %check section when required
+
+---
+Sat Mar 28 12:53:59 UTC 2015 - a...@ajaissle.de
+
+- Convert %with_kde to %bcond_without kde
+
+---

Old:

  libkolab-0.5.3.tar.gz

New:

  0001-Add-support-for-exceptions.patch
  0002-Support-for-THISANDFUTURE.patch
  0003-Move-QT_DECLARE_METADATA-logic-to-cmake.patch
  libkolab-0.6.0.tar.gz
  libkolab-0.6.0_check_for_generic_tag.patch



Other differences:
--
++ libkolab.spec ++
--- /var/tmp/diff_new_pack.ZG1wNs/_old  2015-04-06 00:24:11.0 +0200
+++ /var/tmp/diff_new_pack.ZG1wNs/_new  2015-04-06 00:24:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolab
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,32 +15,42 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define with_kde 1
+
 %if 0%{?suse_version} < 1230 || 0%{?suse_version} == 1315
-%define with_kde 0
+%define _without_kde 1
 %endif
+%bcond_without kde
+%bcond_with tests
 
 %define php_extdir %{_libdir}/php5/extensions
 %define php_confdir %{_sysconfdir}/php5/conf.d
 %define libname %{name}0
 Name:   libkolab
-Version:0.5.3
+Version:0.6.0
 Release:0
 Summary:Conversions from/to KDE containers
 License:LGPL-2.0+ and LGPL-3.0+ and AGPL-3.0+
 Group:  Development/Libraries/C and C++
 Url:https://kolab.org/about/libkolab
 Source: 
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM 0001-Add-support-for-exceptions.patch
+Patch0001:  0001-Add-support-for-exceptions.patch
+# PATCH-FIX-UPSTREAM 0002-Support-for-THISANDFUTURE.patch
+Patch0002:  0002-Support-for-THISANDFUTURE.patch
+# PATCH-FIX-UPSTREAM 0003-Move-QT_DECLARE_METADATA-logic-to-cmake.patch
+Patch0003:  0003-Move-QT_DECLARE_METADATA-logic-to-cmake.patch
+# PATCH-FIX-UPSTREAM libkolab-0.6.0_check_for_generic_tag.patch
+Patch0100:  libkolab-0.6.0_check_for_generic_tag.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.6
-BuildRequires:  libxerces-c-devel
 BuildRequires:  libkolabxml-devel >= 1.0
 BuildRequires:  libqt4-devel
+BuildRequires:  libxerces-c-devel
 BuildRequires:  php-devel >= 5.3
 BuildRequires:  python-devel
 BuildRequires:  swig >= 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?with_kde}
+%if %{with kde}
 BuildRequires:  libkdepimlibs4-devel >= 4.9
 %else
 BuildRequires:  libcalendaring-devel
@@ -90,7 +100,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   libXerces-c-devel
-%if 0%{?with_kde}
+%if %{with kde}
 Requires:   libkdepimlibs4-devel >= 4.9
 %else
 Requires:   libcalendaring-devel
@@ -104,6 +114,10 @@
 
 %prep
 %setup -q
+%patch0001 -p1
+%patch0002 -p1
+%patch0003 -p1
+%patch0100 -p1
 
 # Lower cmake requirements for SLE 11
 %if 0%{?suse_version} < 1140
@@ -121,14 +135,18 @@
 # TESTS: require X and most fail anyway
 %cmake \
 -DLibkolabxml_DIR=%{_libdir}/cmake/Libkolabxml \
-%if 0%{?with_kde}
+%if %{with kde}
 -DUSE_LIBCALENDARING=FALSE \
 %else
 -DUSE_LIBCALENDARING=TRUE \
 %endif
 -

commit java-1_7_0-openjdk for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2015-04-06 00:23:47

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk-bootstrap.changes
  2015-03-23 12:15:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk-bootstrap.changes
 2015-04-06 00:23:48.0 +0200
@@ -1,0 +2,8 @@
+Tue Mar 31 05:55:28 UTC 2015 - fst...@suse.com
+
+- Added patch:
+  * arm32-jit.patch
+- Backport JIT hotspot for 32-bit arm architectures from
+  icedtea7 repository
+
+---
java-1_7_0-openjdk.changes: same change

New:

  arm32-jit.patch



Other differences:
--
++ java-1_7_0-openjdk-bootstrap.spec ++
--- /var/tmp/diff_new_pack.TezT5e/_old  2015-04-06 00:23:50.0 +0200
+++ /var/tmp/diff_new_pack.TezT5e/_new  2015-04-06 00:23:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 %{!?aarch64:%global aarch64 aarch64 arm64 armv8}
-%global jit_arches %ix86 x86_64 ppc64 ppc64le
+%global jit_arches %ix86 x86_64 ppc64 ppc64le %arm
 %global test_arches %ix86 x86_64 ppc64 ppc64le
 %global icedtea_version 2.5.4
 %global icedtea_sound_version 1.0.1
@@ -170,6 +170,8 @@
 Patch107:   java-1.7.0-openjdk-adlc-parser.patch
 # Increase default thread stack size
 Patch108:   java-1.7.0-openjdk-thread-stack-size.patch
+# Add ARM32 JIT
+Patch109:   arm32-jit.patch
 # allow to create hs_pid.log in tmp (in 700 permissions) if working directory 
is unwritable
 Patch200:   abrt_friendly_hs_log_jdk7.patch
 #
@@ -335,6 +337,9 @@
 %if %{with zero}
 BuildRequires:  libffi-devel
 %endif
+%ifarch %arm
+BuildRequires:  libffi-devel
+%endif
 
 %description
 This Java 7 compatible Java Runtime Environment is based on OpenJDK 7
@@ -567,6 +572,8 @@
 
 patch -p0 -i %{PATCH106}
 patch -p0 -i %{PATCH108}
+# Remove the thumb2.cpp file completely (the -E option)
+patch -p0 -E -i %{PATCH109}
 patch -p0 -i %{PATCH200}
 
 %if ! %{with zero}
@@ -1132,7 +1139,7 @@
 %config(noreplace) %{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/jvm.cfg
 
 %if ! %{with zero}
-%ifnarch ppc64 ppc64le
+%ifnarch ppc64 ppc64le %arm
 %{_jvmdir}/%{sdkdir}/jre/lib/%{archinstall}/server/classes.jsa
 %endif
 %endif

java-1_7_0-openjdk.spec: same change
++ arm32-jit.patch ++
 16725 lines (skipped)






commit k3b for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package k3b for openSUSE:Factory checked in 
at 2015-04-06 00:23:40

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


Package is "k3b"

Changes:

--- /work/SRC/openSUSE:Factory/k3b/k3b.changes  2014-11-19 20:27:07.0 
+0100
+++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes 2015-04-06 
00:23:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Mar 31 11:31:33 UTC 2015 - wba...@tmo.at
+
+- Remove unnecessary Requires: cdparanoia-devel, this was added
+  as a workaround for a bug in the 2.0.80git version (kde#328769),
+  but this is long fixed and never was present in the stable 2.0
+  branch anyway
+
+---



Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.s1pg6F/_old  2015-04-06 00:23:42.0 +0200
+++ /var/tmp/diff_new_pack.s1pg6F/_new  2015-04-06 00:23:42.0 +0200
@@ -66,7 +66,6 @@
 Requires:   /usr/bin/cdrecord
 Requires:   /usr/bin/mkisofs
 Requires:   /usr/bin/readcd
-Requires:   cdparanoia-devel
 Requires:   dvd+rw-tools
 %kde4_runtime_requires
 Requires(post): shared-mime-info




commit flac for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2015-04-06 00:23:32

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


Package is "flac"

Changes:

--- /work/SRC/openSUSE:Factory/flac/flac.changes2015-03-25 
21:03:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2015-04-06 
00:23:33.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 21 07:22:12 UTC 2015 - mplus...@suse.com
+
+- Build documentation as noarch
+
+---



Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.5v8wx0/_old  2015-04-06 00:23:34.0 +0200
+++ /var/tmp/diff_new_pack.5v8wx0/_new  2015-04-06 00:23:34.0 +0200
@@ -49,6 +49,7 @@
 %package doc
 Summary:Free Lossless Audio Codec Library
 Group:  Documentation/HTML
+BuildArch:  noarch
 
 %description doc
 This package contains documentation for flac




commit kbd for openSUSE:Factory

2015-04-05 Thread h_root
Hello community,

here is the log from the commit of package kbd for openSUSE:Factory checked in 
at 2015-04-06 00:23:26

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


Package is "kbd"

Changes:

--- /work/SRC/openSUSE:Factory/kbd/kbd.changes  2015-02-20 12:42:54.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kbd.new/kbd.changes 2015-04-06 
00:23:27.0 +0200
@@ -1,0 +2,6 @@
+Sat Mar 28 21:15:08 UTC 2015 - crrodrig...@opensuse.org
+
+- Regenerate the initrd if this package changes as it is
+  included there for early console setup.
+
+---



Other differences:
--
++ kbd.spec ++
--- /var/tmp/diff_new_pack.FbT5F9/_old  2015-04-06 00:23:29.0 +0200
+++ /var/tmp/diff_new_pack.FbT5F9/_new  2015-04-06 00:23:29.0 +0200
@@ -291,10 +291,14 @@
 %post
 %{fillup_only -n console}
 %{fillup_only -n keyboard}
+%{?regenerate_initrd_post}
 #echo "Please read the docu about the new COMPOSETABLE rc.config variable."
 #echo "See /etc/sysconfig/console, /etc/sysconfig/keyboard"
 #echo "and {_docdir}/kbd/README.SUSE."
 
+%posttrans
+%{?regenerate_initrd_posttrans}
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 #config(noreplace) /etc/sysconfig/console