commit dbus-1 for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2013-11-04 09:11:37

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


Package is dbus-1

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2013-10-10 
11:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2013-11-04 
09:11:38.0 +0100
@@ -1,0 +2,25 @@
+Fri Nov  1 21:31:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 1.7.8
+  + Dependencies:
+- If systemd support is enabled, libsystemd-journal is 
+  now required.
+  + Enhancements:
+- When activating a non-systemd service under systemd, 
+  annotate its stdout/stderr with its bus name in the Journal. 
+  Known limitation: because the socket is opened before forking, 
+  the process will still be logged as if it had dbus-daemon's 
+  process ID and user ID. (fdo#68559)
+- Document more configuration elements in dbus-daemon(1)
+  (fdo#69125)
+  + Fixes:
+- Don't leak string arrays or fds if 
+  dbus_message_iter_get_args_valist() unpacks them and then 
+  encounters an error (fdo#21259)
+- If compiled with libaudit, retain CAP_AUDIT_WRITE so we 
+  can write disallowed method calls to the audit log, 
+  fixing a regression in 1.7.6 (fdo#49062)
+- path_namespace='/' in match rules incorrectly matched nothing; 
+  it now matches everything. (fdo#70799)
+
+---
dbus-1.changes: same change

Old:

  dbus-1.7.6.tar.gz

New:

  dbus-1.7.8.tar.gz



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.yeN5P2/_old  2013-11-04 09:11:40.0 +0100
+++ /var/tmp/diff_new_pack.yeN5P2/_new  2013-11-04 09:11:40.0 +0100
@@ -49,7 +49,7 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-Version:1.7.6
+Version:1.7.8
 Release:0
 #
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz

dbus-1.spec: same change
++ dbus-1.7.6.tar.gz - dbus-1.7.8.tar.gz ++
 7705 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/dbus-1.7.6/NEWS new/dbus-1.7.8/NEWS
--- old/dbus-1.7.6/NEWS 2013-10-09 12:29:15.0 +0200
+++ new/dbus-1.7.8/NEWS 2013-11-01 20:16:53.0 +0100
@@ -1,3 +1,35 @@
+D-Bus 1.7.8 (2013-11-01)
+==
+
+The “extreme hills” release.
+
+Dependencies:
+
+• If systemd support is enabled, libsystemd-journal is now required.
+
+Enhancements:
+
+• When activating a non-systemd service under systemd, annotate its
+  stdout/stderr with its bus name in the Journal. Known limitation:
+  because the socket is opened before forking, the process will still be
+  logged as if it had dbus-daemon's process ID and user ID.
+  (fd.o #68559, Chengwei Yang)
+
+• Document more configuration elements in dbus-daemon(1)
+  (fd.o #69125, Chengwei Yang)
+
+Fixes:
+
+• Don't leak string arrays or fds if dbus_message_iter_get_args_valist()
+  unpacks them and then encounters an error (fd.o #21259, Chengwei Yang)
+
+• If compiled with libaudit, retain CAP_AUDIT_WRITE so we can write
+  disallowed method calls to the audit log, fixing a regression in 1.7.6
+  (fd.o #49062, Colin Walters)
+
+• path_namespace='/' in match rules incorrectly matched nothing; it
+  now matches everything. (fd.o #70799, Simon McVittie)
+
 D-Bus 1.7.6 (2013-10-09)
 ==
 
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/dbus-1.7.6/bus/activation.c new/dbus-1.7.8/bus/activation.c
--- old/dbus-1.7.6/bus/activation.c 2013-10-09 11:51:19.0 +0200
+++ new/dbus-1.7.8/bus/activation.c 2013-11-01 13:39:42.0 +0100
@@ -2104,7 +2104,9 @@
 
   dbus_error_init (tmp_error);
 
-  if (!_dbus_spawn_async_with_babysitter (pending_activation-babysitter, 
argv,
+  if (!_dbus_spawn_async_with_babysitter (pending_activation-babysitter,
+  service_name,
+  argv,
   envp,
 

commit libqt5-qtdeclarative for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2013-11-04 09:12:30

Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)


Package is libqt5-qtdeclarative

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2013-10-04 13:52:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2013-11-04 09:12:32.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtdeclarative-opensource-src-5.1.1.tar.xz

New:

  qtdeclarative-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.YiBB2W/_old  2013-11-04 09:12:33.0 +0100
+++ /var/tmp/diff_new_pack.YiBB2W/_new  2013-11-04 09:12:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtdeclarative
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,19 +19,18 @@
 %define libname libQtQuick5
 
 Name:   libqt5-qtdeclarative
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Declarative Library
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  libQt5Svg-devel = %{version}
-BuildRequires:  libQt5V8-private-headers-devel = %{version}
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtdeclarative-opensource-src-%{real_version}
 BuildRequires:  libQt5XmlPatterns-devel = %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
@@ -63,7 +62,6 @@
 Group:  Development/Libraries/X11
 Requires:   %libname = %{version}
 Requires:   libQt5Svg-devel = %{version}
-Requires:   libQt5V8-devel = %{version}
 Requires:   libQt5XmlPatterns-devel = %{version}
 Requires:   libqt5-qtbase-devel = %{version}
 
@@ -74,7 +72,6 @@
 Summary:Non-ABI stable experimental API
 Group:  Development/Libraries/C and C++
 Requires:   libQt5Quick-devel = %{version}
-Requires:   libQt5V8-private-headers-devel = %{version}
 Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5Quick-private-headers-devel
@@ -92,18 +89,11 @@
 %postun -n libQt5Quick-devel -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
 find %{buildroot}/%{_libdir}/pkgconfig -type f -name '*pc' -print -exec perl 
-pi -e 's, -L%{_builddir}/\S+,,g' {} \;
 
@@ -133,6 +123,7 @@
 %dir %{_libqt5_archdatadir}/qml/Qt/labs
 %dir %{_libqt5_archdatadir}/qml/QtQml
 %{_libqt5_archdatadir}/qml/Qt/labs/folderlistmodel
+%{_libqt5_archdatadir}/qml/Qt/labs/settings/
 %{_libqt5_plugindir}/accessible
 %{_libqt5_plugindir}/qmltooling
 
@@ -146,7 +137,7 @@
 %{_libqt5_bindir}/*
 %exclude %{_libqt5_includedir}/Qt*/%{so_version}
 %{_libqt5_includedir}/Qt*
-%{_libqt5_libdir}/cmake/Qt5Q*
+%{_libqt5_libdir}/cmake/Qt5*
 %{_libqt5_libdir}/libQt5*.la
 %{_libqt5_libdir}/libQt5*.prl
 %{_libqt5_libdir}/libQt5Q*.so
@@ -156,5 +147,4 @@
 %{_libqt5_archdatadir}/qml/QtTest
 %{_libqt5_libdir}/pkgconfig/Qt5QuickParticles.pc
 
-
 %changelog

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



commit libqt5-qtbase for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2013-11-04 09:12:16

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is libqt5-qtbase

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2013-10-18 19:22:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2013-11-04 09:12:17.0 +0100
@@ -1,0 +2,22 @@
+Thu Oct 24 18:45:14 UTC 2013 - hrvoje.sen...@gmail.com
+
+- gstreamer-0_10-plugins-base-devel are not required for devel
+  subpackage, so remove the Requires
+
+---
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Change obsoletes of new library and sql plugins packages 
+
+---
+Fri Oct 18 17:48:59 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added qtbase-opensource-src-5.1.1-bigendian.patch, also needed
+  for building on PowerPC, otherwise fromWordToBytes is 
+  left undeclared
+
+---

Old:

  qtbase-opensource-src-5.1.1.tar.xz

New:

  qtbase-opensource-src-5.1.1-bigendian.patch
  qtbase-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.u8dybH/_old  2013-11-04 09:12:22.0 +0100
+++ /var/tmp/diff_new_pack.u8dybH/_new  2013-11-04 09:12:22.0 +0100
@@ -23,6 +23,7 @@
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
+BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libmng-devel
 BuildRequires:  libmysqlclient-devel
@@ -49,15 +50,15 @@
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xkbcommon) = 0.2.0
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
 Summary:C++ Program Library, Core Components
 License:GPL-3.0 or SUSE-LGPL-2.1-with-digia-exception-1.1
 Group:  System/Libraries
 Url:http://qt.digia.com
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtbase-opensource-src-%{real_version}
 Source: %{tar_version}.tar.xz
 # to get mtime of file:
@@ -68,6 +69,8 @@
 Patch2: qt-never-strip.diff
 # PATCH-FIX-UPSTREAM qtbase-qatomic-ppc.patch -- fixes build on PPC
 Patch3: qtbase-qatomic-ppc.patch
+# PATCH-FIX-UPSTREAM qtbase-opensource-src-5.1.1-bigendian.patch -- fixes 
build on big endian arches/PPC
+Patch4: qtbase-opensource-src-5.1.1-bigendian.patch
 # PATCH-FIX-UPSTREAM libqt5-libtool-nodate.diff -- for ommiting date/time on 
build
 Patch109:   libqt5-libtool-nodate.diff
 # PATCH-FIX-UPSTREAM qmake-add-usr-include.diff -- explicitly include 
/usr/include path
@@ -106,6 +109,7 @@
 %setup -q -n qtbase-opensource-src-%{real_version}
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch109 -p1
 %patch131 -p1
 
@@ -121,20 +125,21 @@
 Requires:   c++_compiler
 Requires:   cups-devel
 Requires:   freetype2-devel
-Requires:   libQt5Concurrent5 = %{version}
-Requires:   libQt5Core5 = %{version}
-Requires:   libQt5DBus5 = %{version}
-Requires:   libQt5Gui5 = %{version}
-Requires:   libQt5Network5 = %{version}
-Requires:   libQt5OpenGL5 = %{version}
-Requires:   libQt5PrintSupport5 = %{version}
-Requires:   libQt5Sql5-mysql = %{version}
-Requires:   libQt5Sql5-postgresql = %{version}
-Requires:   libQt5Sql5-sqlite = %{version}
-Requires:   libQt5Sql5-unixODBC = %{version}
-Requires:   libQt5Test5 = %{version}
-Requires:   libQt5Widgets5 = %{version}
-Requires:   libQt5Xml5 = %{version}
+Requires:   giflib-devel
+Requires:   libQt5Concurrent5 = %{version}
+Requires:   libQt5Core5 = %{version}
+Requires:   libQt5DBus5 = %{version}
+Requires:   libQt5Gui5 = %{version}
+Requires:   libQt5Network5 = %{version}
+Requires:   libQt5OpenGL5 = %{version}
+Requires:   libQt5PrintSupport5 = %{version}
+Requires:   libQt5Sql5-mysql = %{version}
+Requires:   libQt5Sql5-postgresql = %{version}
+Requires:   libQt5Sql5-sqlite = %{version}
+Requires:   libQt5Sql5-unixODBC = %{version}
+Requires:   libQt5Test5 = %{version}
+Requires:   libQt5Widgets5 = %{version}
+Requires:   libQt5Xml5 = %{version}
 

commit libqt5-qtimageformats for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtimageformats for 
openSUSE:Factory checked in at 2013-11-04 09:12:56

Comparing /work/SRC/openSUSE:Factory/libqt5-qtimageformats (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new (New)


Package is libqt5-qtimageformats

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtimageformats/libqt5-qtimageformats.changes  
2013-10-04 13:52:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtimageformats.new/libqt5-qtimageformats.changes
 2013-11-04 09:12:57.0 +0100
@@ -1,0 +2,9 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Created devel package
+
+---

Old:

  qtimageformats-opensource-src-5.1.1.tar.xz

New:

  qtimageformats-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtimageformats.spec ++
--- /var/tmp/diff_new_pack.TgRlFv/_old  2013-11-04 09:12:57.0 +0100
+++ /var/tmp/diff_new_pack.TgRlFv/_new  2013-11-04 09:12:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtimageformats
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,17 +17,17 @@
 
 
 Name:   libqt5-qtimageformats
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Image Format Plugins
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  libmng-devel
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtimageformats-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
 BuildRequires:  libtiff-devel
@@ -42,34 +42,40 @@
 This package contains base tools, like string, xml, and network
 handling.
 
+%package devel
+Summary:Qt Development Kit
+Group:  Development/Libraries/X11
+Requires:   %name = %version
+Requires:   libqt5-qtbase-devel = %{version}
+Requires:   libtiff-devel
+Requires:   libmng-devel
+
+%description devel
+Qt is a set of libraries for developing applications.
+
+This package contains qtimageformats.
+
+You need this package, if you want to compile programs with qtimageformats.
+
+
 %prep
 %setup -q -n qtimageformats-opensource-src-%{real_version}
 
-
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-mkdir -p %{buildroot}/%{_libqt5_plugindir}/imageformats
-install -m 755 plugins/imageformats/libqmng.so 
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-install -m 755 plugins/imageformats/libqtiff.so 
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-install -m 755 plugins/imageformats/libqtga.so 
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-install -m 755 plugins/imageformats/libqwbmp.so 
%{buildroot}/%{_libqt5_plugindir}/imageformats/
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files
 %defattr(-,root,root,755)
 %doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
 %{_libqt5_plugindir}/imageformats/*.so
 
+%files devel
+%defattr(-,root,root,755)
+%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
+%{_libqt5_libdir}/cmake/Qt5Gui/Qt5Gui_Q*Plugin.cmake
+
 %changelog

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



commit libqt5-qtgraphicaleffects for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtgraphicaleffects for 
openSUSE:Factory checked in at 2013-11-04 09:12:42

Comparing /work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new (New)


Package is libqt5-qtgraphicaleffects

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtgraphicaleffects/libqt5-qtgraphicaleffects.changes
  2013-10-01 08:13:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtgraphicaleffects.new/libqt5-qtgraphicaleffects.changes
 2013-11-04 09:12:44.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtgraphicaleffects-opensource-src-5.1.1.tar.xz

New:

  qtgraphicaleffects-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtgraphicaleffects.spec ++
--- /var/tmp/diff_new_pack.Bgopqk/_old  2013-11-04 09:12:45.0 +0100
+++ /var/tmp/diff_new_pack.Bgopqk/_new  2013-11-04 09:12:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtgraphicaleffects
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,16 @@
 
 
 Name:   libqt5-qtgraphicaleffects
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Summary:Qt 5 Graphical Effects
-Url:http://qt.digia.com
+License:BSD-3-Clause and (SUSE-LGPL-2.1-with-digia-exception-1.1 or 
GPL-3.0)
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtgraphicaleffects-opensource-src-%{real_version}
 BuildRequires:  libQt5Quick-devel = %{version}
 BuildRequires:  xz
@@ -43,24 +43,12 @@
 %prep
 %setup -q -n qtgraphicaleffects-opensource-src-%{real_version}
 
-
-
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files
 %defattr(-,root,root,755)

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



commit libqt5-qtmultimedia for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtmultimedia for 
openSUSE:Factory checked in at 2013-11-04 09:13:10

Comparing /work/SRC/openSUSE:Factory/libqt5-qtmultimedia (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new (New)


Package is libqt5-qtmultimedia

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes  
2013-10-04 13:52:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new/libqt5-qtmultimedia.changes 
2013-11-04 09:13:12.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtmultimedia-opensource-src-5.1.1.tar.xz

New:

  qtmultimedia-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtmultimedia.spec ++
--- /var/tmp/diff_new_pack.lzPkOk/_old  2013-11-04 09:13:13.0 +0100
+++ /var/tmp/diff_new_pack.lzPkOk/_new  2013-11-04 09:13:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtmultimedia
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,20 +19,20 @@
 %define libname libQt5Multimedia5
 
 Name:   libqt5-qtmultimedia
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Multimedia Library
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  alsa-devel
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-bad-devel
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtmultimedia-opensource-src-%{real_version}
 BuildRequires:  libQt5Quick-devel = %{version}
 BuildRequires:  libpulse-devel
@@ -95,18 +95,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
 find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e s, 
-L$RPM_BUILD_DIR/?\S+,,g {} \; -exec sed -i -e 
s,^moc_location=.*,moc_location=%{_lib}qt5_bindir/moc, -e 
s,uic_location=.*,uic_location=%{_lib}qt5_bindir/uic, {} \;
 

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



commit libqt5-qtquickcontrols for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquickcontrols for 
openSUSE:Factory checked in at 2013-11-04 09:13:50

Comparing /work/SRC/openSUSE:Factory/libqt5-qtquickcontrols (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new (New)


Package is libqt5-qtquickcontrols

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2013-10-04 13:52:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
   2013-11-04 09:13:52.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtquickcontrols-opensource-src-5.1.1.tar.xz

New:

  qtquickcontrols-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtquickcontrols.spec ++
--- /var/tmp/diff_new_pack.bajXxV/_old  2013-11-04 09:14:06.0 +0100
+++ /var/tmp/diff_new_pack.bajXxV/_new  2013-11-04 09:14:06.0 +0100
@@ -17,17 +17,17 @@
 
 
 Name:   libqt5-qtquickcontrols
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Serial Port Addon
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtquickcontrols-opensource-src-%{real_version}
 BuildRequires:  libQt5Quick-private-headers-devel = %{version}
 BuildRequires:  xz
@@ -43,24 +43,15 @@
 %define plugindir %{_libdir}/qt5/plugins
 %setup -q -n qtquickcontrols-opensource-src-%{real_version}
 
-
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files
 %defattr(-,root,root,755)
 %{_libqt5_archdatadir}/qml/QtQuick
+
+%changelog

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



commit libqt5-qtquick1 for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtquick1 for openSUSE:Factory 
checked in at 2013-11-04 09:13:14

Comparing /work/SRC/openSUSE:Factory/libqt5-qtquick1 (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new (New)


Package is libqt5-qtquick1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtquick1/libqt5-qtquick1.changes  
2013-10-04 13:53:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtquick1.new/libqt5-qtquick1.changes 
2013-11-04 09:13:16.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtquick1-opensource-src-5.1.1.tar.xz

New:

  qtquick1-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtquick1.spec ++
--- /var/tmp/diff_new_pack.ouZtAP/_old  2013-11-04 09:13:17.0 +0100
+++ /var/tmp/diff_new_pack.ouZtAP/_new  2013-11-04 09:13:17.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libqt5-QtDeclarative
+# spec file for package libqt5-qtquick1
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,19 +19,19 @@
 %define libname libQt5Declarative5
 
 Name:   libqt5-qtquick1
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Quick1 Library
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  libQt5Script-private-headers-devel = %{version}
 BuildRequires:  libQt5Svg-devel = %{version}
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtquick1-opensource-src-%{real_version}
 BuildRequires:  libQt5XmlPatterns-devel = %{version}
 BuildRequires:  xz
@@ -92,18 +92,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 find %{buildroot}/%{_libqt5_libdir} -type f -name '*la' -print -exec perl -pi 
-e 's, -L%{_builddir}/\S+,,g' {} \;
 %fdupes %{buildroot}/%{_libqt5_includedir}
 

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



commit libqt5-qtsensors for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsensors for 
openSUSE:Factory checked in at 2013-11-04 09:17:05

Comparing /work/SRC/openSUSE:Factory/libqt5-qtsensors (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new (New)


Package is libqt5-qtsensors

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsensors/libqt5-qtsensors.changes
2013-10-04 13:53:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsensors.new/libqt5-qtsensors.changes   
2013-11-04 09:17:06.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtsensors-opensource-src-5.1.1.tar.xz

New:

  qtsensors-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtsensors.spec ++
--- /var/tmp/diff_new_pack.ZDT4OF/_old  2013-11-04 09:17:06.0 +0100
+++ /var/tmp/diff_new_pack.ZDT4OF/_new  2013-11-04 09:17:06.0 +0100
@@ -19,17 +19,17 @@
 %define libname libQt5Sensors5
 
 Name:   libqt5-qtsensors
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Serial Port Addon
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtsensors-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
 BuildRequires:  xz
@@ -74,21 +74,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -110,3 +100,5 @@
 %{_libqt5_libdir}/libQt5Sensors.so
 %{_libqt5_libdir}/pkgconfig/Qt5Sensors.pc
 %{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_sensors.pri
+
+%changelog

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



commit libqt5-qtscript for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtscript for openSUSE:Factory 
checked in at 2013-11-04 09:16:55

Comparing /work/SRC/openSUSE:Factory/libqt5-qtscript (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtscript.new (New)


Package is libqt5-qtscript

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtscript/libqt5-qtscript.changes  
2013-10-04 13:53:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtscript.new/libqt5-qtscript.changes 
2013-11-04 09:16:57.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtscript-opensource-src-5.1.1.tar.xz

New:

  qtscript-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtscript.spec ++
--- /var/tmp/diff_new_pack.qeLtzU/_old  2013-11-04 09:16:57.0 +0100
+++ /var/tmp/diff_new_pack.qeLtzU/_new  2013-11-04 09:16:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtscript
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,16 +19,16 @@
 %define libname libQt5Script5
 
 Name:   libqt5-qtscript
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 QtScript Library
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtscript-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
@@ -81,18 +81,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 find %{buildroot}/%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, 
-L%{_builddir}/\S+,,g' {} \;
 find %{buildroot}/%{_libdir} -type f -name '*pc' -print -exec perl -pi -e s, 
-L$RPM_BUILD_DIR/?\S+,,g {} \; -exec sed -i -e 
s,^moc_location=.*,moc_location=%{_libqt5_bindir}/moc, -e 
s,uic_location=.*,uic_location=%{_libqt5_bindir}/uic, {} \;
 

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



commit libqt5-qtserialport for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtserialport for 
openSUSE:Factory checked in at 2013-11-04 09:17:55

Comparing /work/SRC/openSUSE:Factory/libqt5-qtserialport (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtserialport.new (New)


Package is libqt5-qtserialport

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtserialport/libqt5-qtserialport.changes  
2013-10-04 13:53:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtserialport.new/libqt5-qtserialport.changes 
2013-11-04 09:17:56.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtserialport-opensource-src-5.1.1.tar.xz

New:

  qtserialport-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtserialport.spec ++
--- /var/tmp/diff_new_pack.uHiiJP/_old  2013-11-04 09:17:56.0 +0100
+++ /var/tmp/diff_new_pack.uHiiJP/_new  2013-11-04 09:17:56.0 +0100
@@ -19,17 +19,17 @@
 %define libname libQt5SerialPort5
 
 Name:   libqt5-qtserialport
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 Serial Port Addon
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 BuildRequires:  fdupes
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtserialport-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
 BuildRequires:  xz
@@ -80,21 +80,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -114,3 +104,5 @@
 %{_libqt5_libdir}/libQt5SerialPort.so
 %{_libqt5_libdir}/pkgconfig/Qt5SerialPort.pc
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_serialport.pri
+
+%changelog

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



commit libqt5-qtsvg for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtsvg for openSUSE:Factory 
checked in at 2013-11-04 09:17:59

Comparing /work/SRC/openSUSE:Factory/libqt5-qtsvg (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new (New)


Package is libqt5-qtsvg

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtsvg/libqt5-qtsvg.changes
2013-10-04 13:54:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtsvg.new/libqt5-qtsvg.changes   
2013-11-04 09:18:01.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtsvg-opensource-src-5.1.1.tar.xz

New:

  qtsvg-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtsvg.spec ++
--- /var/tmp/diff_new_pack.wbLumO/_old  2013-11-04 09:18:01.0 +0100
+++ /var/tmp/diff_new_pack.wbLumO/_new  2013-11-04 09:18:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtsvg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -19,16 +19,16 @@
 %define libname libQt5Svg5
 
 Name:   libqt5-qtsvg
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 SVG Library
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtsvg-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
@@ -80,21 +80,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
-
-%clean
-rm -rf %{buildroot}
+%qmake5_install
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -111,7 +101,7 @@
 %{_libqt5_includedir}/QtSvg
 %exclude %{_libqt5_includedir}/Qt*/%{so_version}
 %{_libqt5_includedir}/QtSvg
-%{_libqt5_libdir}/cmake/Qt5Svg
+%{_libqt5_libdir}/cmake/Qt5*
 %{_libqt5_libdir}/libQt5Svg.la
 %{_libqt5_libdir}/libQt5Svg.prl
 %{_libqt5_libdir}/libQt5Svg.so

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



commit libqt5-qtwebkit for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit for openSUSE:Factory 
checked in at 2013-11-04 09:18:15

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new (New)


Package is libqt5-qtwebkit

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtwebkit/libqt5-qtwebkit.changes  
2013-10-17 17:41:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-qtwebkit.new/libqt5-qtwebkit.changes 
2013-11-04 09:18:16.0 +0100
@@ -1,0 +2,16 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+- Droped bison3.patch, included in this release
+
+---
+Fri Oct 18 12:16:15 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 03_hide_std_symbols.diff, 04_enable_debug_information.diff,
+  aarch64-support.patch and reduce-link-optimization.diff -- those
+  resolve linking/build failures on arm/aarch64
+
+---

Old:

  bison3.patch
  qtwebkit-opensource-src-5.1.1.tar.xz

New:

  03_hide_std_symbols.diff
  04_enable_debug_information.diff
  aarch64-support.patch
  qtwebkit-opensource-src-5.2.0-beta1.tar.xz
  reduce-link-optimization.diff



Other differences:
--
++ libqt5-qtwebkit.spec ++
--- /var/tmp/diff_new_pack.zR3Zww/_old  2013-11-04 09:18:19.0 +0100
+++ /var/tmp/diff_new_pack.zR3Zww/_new  2013-11-04 09:18:19.0 +0100
@@ -19,12 +19,15 @@
 %define libname libQt5WebKitWidgets5
 
 Name:   libqt5-qtwebkit
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
 BuildRequires:  libQt5Quick-private-headers-devel = %{version}
+BuildRequires:  pkgconfig(Qt5Multimedia) = %{version}
+BuildRequires:  pkgconfig(Qt5Quick) = %{version}
+BuildRequires:  pkgconfig(Qt5Sensors) = %{version}
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtwebkit-opensource-src-%{real_version}
 BuildRequires:  libQt5Script-devel = %{version}
 %if 0%{?suse_version}  1320
@@ -48,8 +51,12 @@
 Group:  Development/Libraries/X11
 Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
-# PATCH-FIX-UPSTREAM bison3.patch -- fixes build with bison3
-Patch0: bison3.patch
+Patch1: 04_enable_debug_information.diff
+# PATCH-FIX-OPENSUSE 03_hide_std_symbols.diff asterios.dra...@gmail.com -- Do 
not make the std:: symbols in webkit public (taken from Ubuntu)
+Patch2: 03_hide_std_symbols.diff
+Patch3: reduce-link-optimization.diff
+# PATCH-FIX-UPSTREAM aarch64-support.diff sch...@suse.de -- add support for 
aarch64
+Patch4: aarch64-support.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch130:   no-Werror-rpath.diff
 BuildRequires:  bison
@@ -61,6 +68,7 @@
 BuildRequires:  python-xml
 BuildRequires:  ruby
 BuildRequires:  xz
+BuildRequires:  pkgconfig(libwebp)
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -72,7 +80,10 @@
 
 %prep
 %setup -q -n qtwebkit-opensource-src-%{real_version}
-%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 %patch130 -p1
 
 %package -n %libname
@@ -109,9 +120,10 @@
 Group:  Development/Libraries/X11
 Requires:   libQt5Quick-private-headers-devel = %{version}
 Requires:   libQt5Script-devel = %{version}
-Requires:   libQt5WebKit5 = %{version}
+Requires:   libQt5WebKit5 = %version
 Requires:   libicu-devel
 Requires:   libxslt-devel
+Requires:   pkgconfig(libwebp)
 %if 0%{?suse_version}  1320
 Requires:   pkgconfig(gstreamer-0.10)
 Requires:   pkgconfig(gstreamer-app-0.10)
@@ -172,9 +184,13 @@
 %ifarch ppc64
   RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export LDFLAGS=$LDFLAGS -Wl,--reduce-memory-overheads -Wl,--no-keep-memory
+# runs out of memory otherwise
+%ifarch %arm aarch64
+export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / /}
+%endif
+export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
+export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
+export LDFLAGS=$LDFLAGS -Wl,--reduce-memory-overheads -Wl,--no-keep-memory 
-Wl,--as-needed
 
 qmake
 make

++ 03_hide_std_symbols.diff ++
From: Modestas Vainius mo...@debian.org
SUbject: Make hide_symbols to cover all QtWebKit portions
Origin: vendor
Author: Timo Jyrinki 

commit libqt5-qtwebkit-examples for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtwebkit-examples for 
openSUSE:Factory checked in at 2013-11-04 09:22:10

Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new (New)


Package is libqt5-qtwebkit-examples

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtwebkit-examples/libqt5-qtwebkit-examples.changes
2013-10-04 13:55:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebkit-examples.new/libqt5-qtwebkit-examples.changes
   2013-11-04 09:22:11.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtwebkit-examples-opensource-src-5.1.1.tar.xz

New:

  qtwebkit-examples-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtwebkit-examples.spec ++
--- /var/tmp/diff_new_pack.nZy3H4/_old  2013-11-04 09:22:12.0 +0100
+++ /var/tmp/diff_new_pack.nZy3H4/_new  2013-11-04 09:22:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtwebkit-examples
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +17,19 @@
 
 
 Name:   libqt5-qtwebkit-examples
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 QtWebKit Examples and Demos
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  Development/Libraries/X11
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: build-examples.diff
 # to get mtime of file:
 Source1:libqt5-qtwebkit-examples.changes
 %define base_name libqt5
-%define real_version 5.1.1
+%define real_version 5.2.0-beta1
 %define tar_version qtwebkit-examples-opensource-src-%{real_version}
 BuildRequires:  libqt5-qttools-devel = %{version}
 BuildRequires:  xz

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



commit libqt5-qtx11extras for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtx11extras for 
openSUSE:Factory checked in at 2013-11-04 09:24:01

Comparing /work/SRC/openSUSE:Factory/libqt5-qtx11extras (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new (New)


Package is libqt5-qtx11extras

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtx11extras/libqt5-qtx11extras.changes
2013-10-01 08:15:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtx11extras.new/libqt5-qtx11extras.changes   
2013-11-04 09:24:02.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtx11extras-opensource-src-5.1.0.tar.xz

New:

  qtx11extras-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtx11extras.spec ++
--- /var/tmp/diff_new_pack.QAvuOo/_old  2013-11-04 09:24:03.0 +0100
+++ /var/tmp/diff_new_pack.QAvuOo/_new  2013-11-04 09:24:03.0 +0100
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define libname libQt5X11Extras5
 
 Name:   libqt5-qtx11extras
 BuildRequires:  fdupes
-Version:5.1.0
+Version:5.2.0~beta1
 Release:0
 %define base_name libqt5
-%define real_version 5.1.0
-%define so_version 5.1.0
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtx11extras-opensource-src-%{real_version}
-BuildRequires:  libqt5-qtbase-private-headers-devel
+BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
 BuildRequires:  xz
 Url:http://qt.digia.com
 Summary:Qt 5 X11 Extras Addon
@@ -34,7 +35,6 @@
 Source: %{tar_version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qt is a set of libraries for developing applications.
 
@@ -60,7 +60,7 @@
 Summary:Qt Development Kit
 Group:  Development/Libraries/X11
 Requires:   %libname = %version
-Requires:   libqt5-qtbase-private-headers-devel
+Requires:   libqt5-qtbase-private-headers-devel = %{version}
 
 %description -n libQt5X11Extras-devel
 You need this package, if you want to compile programs with qtx11extras.
@@ -70,21 +70,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%_libqt5_bindir:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS $RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?jobs:-j %jobs}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%qmake5_install
 
 %files -n %libname
 %defattr(-,root,root,755)
@@ -99,3 +89,5 @@
 %{_libqt5_libdir}/libQt5X11Extras.so
 %{_libqt5_libdir}/pkgconfig/Qt5X11Extras.pc
 %{_libqt5_archdatadir}/mkspecs/modules/qt_lib_x11extras.pri
+
+%changelog

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



commit libqt5-qtxmlpatterns for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtxmlpatterns for 
openSUSE:Factory checked in at 2013-11-04 09:24:05

Comparing /work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new (New)


Package is libqt5-qtxmlpatterns

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtxmlpatterns/libqt5-qtxmlpatterns.changes
2013-10-04 13:55:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtxmlpatterns.new/libqt5-qtxmlpatterns.changes
   2013-11-04 09:24:06.0 +0100
@@ -1,0 +2,8 @@
+Wed Oct 23 17:11:55 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 5.2 beta1
+  * New feature release, please see
+  http://blog.qt.digia.com/blog/2013/10/23/qt-5-2-beta-available/
+  and http://qt-project.org/wiki/New-Features-in-Qt-5.2
+
+---

Old:

  qtxmlpatterns-opensource-src-5.1.1.tar.xz

New:

  qtxmlpatterns-opensource-src-5.2.0-beta1.tar.xz



Other differences:
--
++ libqt5-qtxmlpatterns.spec ++
--- /var/tmp/diff_new_pack.ZH8d9S/_old  2013-11-04 09:24:07.0 +0100
+++ /var/tmp/diff_new_pack.ZH8d9S/_new  2013-11-04 09:24:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqt5-qtxmlpatterns
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define libname libQt5XmlPatterns5
 
 Name:   libqt5-qtxmlpatterns
-Version:5.1.1
+Version:5.2.0~beta1
 Release:0
-License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Summary:Qt 5 XmlPatterns Library
-Url:http://qt.digia.com
+License:SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
 Group:  System/Libraries
+Url:http://qt.digia.com
 Source: %{tar_version}.tar.xz
 %define base_name libqt5
-%define real_version 5.1.1
-%define so_version 5.1.1
+%define real_version 5.2.0-beta1
+%define so_version 5.2.0
 %define tar_version qtxmlpatterns-opensource-src-%{real_version}
 BuildRequires:  libqt5-qtbase-devel = %{version}
 BuildRequires:  libqt5-qtbase-private-headers-devel = %{version}
@@ -80,18 +81,11 @@
 %postun -n %libname -p /sbin/ldconfig
 
 %build
-export PATH=%{_libqt5_bindir}:$PATH
-%ifarch ppc64
-  RPM_OPT_FLAGS=%{optflags} -mminimal-toc
-%endif
-export CXXFLAGS=$CXXFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export CFLAGS=$CFLAGS %{optflags} -DOPENSSL_LOAD_CONF
-export MAKEFLAGS=%{?_smp_mflags}
-qmake
-make
+%qmake5
+%make_jobs
 
 %install
-make INSTALL_ROOT=%{buildroot} install
+%qmake5_install
 
 # put all the binaries to %{_bindir}, add -qt5 suffix, and symlink them back 
to %_qt5_bindir
 mkdir %{buildroot}%{_bindir}
@@ -103,9 +97,6 @@
 done
 popd
 
-%clean
-rm -rf %{buildroot}
-
 %files -n %libname
 %defattr(-,root,root,755)
 %{_bindir}/*

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



commit python3-qt5 for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python3-qt5 for openSUSE:Factory 
checked in at 2013-11-04 09:24:45

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


Package is python3-qt5

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-qt5 cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit strongswan for openSUSE:13.1

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package strongswan for openSUSE:13.1 checked 
in at 2013-11-04 09:31:53

Comparing /work/SRC/openSUSE:13.1/strongswan (Old)
 and  /work/SRC/openSUSE:13.1/.strongswan.new (New)


Package is strongswan

Changes:

--- /work/SRC/openSUSE:13.1/strongswan/strongswan.changes   2013-09-23 
11:09:41.0 +0200
+++ /work/SRC/openSUSE:13.1/.strongswan.new/strongswan.changes  2013-11-04 
09:31:59.0 +0100
@@ -1,0 +2,63 @@
+Fri Nov  1 12:28:39 UTC 2013 - m...@suse.de
+
+- Updated to strongSwan 5.1.1 minor release addressing two security
+  fixes (bnc#847506,CVE-2013-6075, bnc#847509,CVE-2013-6076):
+  - Fixed a denial-of-service vulnerability and potential authorization
+bypass triggered by a crafted ID_DER_ASN1_DN ID payload. The cause
+is an insufficient length check when comparing such identities. The
+vulnerability has been registered as CVE-2013-6075.
+  - Fixed a denial-of-service vulnerability triggered by a crafted IKEv1
+fragmentation payload. The cause is a NULL pointer dereference. The
+vulnerability has been registered as CVE-2013-6076.
+  - The lean stand-alone pt-tls-client can set up a RFC 6876 PT-TLS
+session with a strongSwan policy enforcement point which uses the
+tnc-pdp charon plugin.
+  - The new TCG TNC SWID IMC/IMV pair supports targeted SWID requests
+for either full SWID Tag or concise SWID Tag ID inventories.
+  - The XAuth backend in eap-radius now supports multiple XAuth
+exchanges for different credential types and display messages.
+All user input gets concatenated and verified with a single
+User-Password RADIUS attribute on the AAA. With an AAA supporting
+it, one for example can implement Password+Token authentication with
+proper dialogs on iOS and OS X clients.  - charon supports IKEv1 Mode
+Config exchange in push mode. The ipsec.conf modeconfig=push option
+enables it for both client and server, the same way as pluto used it.
+  - Using the ah ipsec.conf keyword on both IKEv1 and IKEv2
+connections, charon can negotiate and install Security Associations
+integrity-protected by the Authentication Header protocol. Supported
+are plain AH(+IPComp) SAs only, but not the deprecated RFC2401 style
+ESP+AH bundles.
+  - The generation of initialization vectors for IKE and ESP (when using
+libipsec) is now modularized and IVs for e.g. AES-GCM are now correctly
+allocated sequentially, while other algorithms like AES-CBC still
+use random IVs.
+  - The left and right options in ipsec.conf can take multiple address
+ranges and subnets. This allows connection matching against a larger
+set of addresses, for example to use a different connection for clients
+connecting from a internal network.
+  - For all those who have a queasy feeling about the NIST elliptic curve
+set, the Brainpool curves introduced for use with IKE by RFC 6932 might
+be a more trustworthy alternative.
+  - The kernel-libipsec userland IPsec backend now supports usage
+statistics, volume based rekeying and accepts ESPv3 style TFC padded
+packets.
+  - With two new strongswan.conf options fwmarks can be used to implement
+host-to-host tunnels with kernel-libipsec.
+  - load-tester supports transport mode connections and more complex
+traffic selectors, including such using unique ports for each tunnel.
+  - The new dnscert plugin provides support for authentication via CERT
+RRs that are protected via DNSSEC.  The plugin was created by Ruslan
+N. Marchenko.
+  - The eap-radius plugin supports forwarding of several Cisco Unity
+specific RADIUS attributes in corresponding configuration payloads.
+  - Database transactions are now abstracted and implemented by the two
+backends. If you use MySQL make sure all tables use the InnoDB engine.
+  - libstrongswan now can provide an experimental custom implementation
+of the printf family functions based on klibc if neither Vstr nor
+glibc style printf hooks are available. This can avoid the Vstr
+dependency on some systems at the cost of slower and less complete
+printf functions.
+- Adjusted file lists: this version installs the pki utility and manuals
+  in common /usr directories and additional ipsec/pt-tls-client helper.
+
+---

Old:

  strongswan-5.1.0-rpmlintrc
  strongswan-5.1.0.tar.bz2
  strongswan-5.1.0.tar.bz2.sig

New:

  strongswan-5.1.1-rpmlintrc
  strongswan-5.1.1.tar.bz2
  strongswan-5.1.1.tar.bz2.sig



Other differences:
--
++ strongswan.spec ++
--- /var/tmp/diff_new_pack.V28nS3/_old  2013-11-04 09:31:59.0 +0100
+++ 

commit lightdm for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2013-11-04 12:46:06

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


Package is lightdm

Changes:

--- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes  2013-10-23 
10:10:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2013-11-04 
12:46:09.0 +0100
@@ -1,0 +2,11 @@
+Thu Oct 31 17:50:29 UTC 2013 - g...@opensuse.org
+
+- update to version 1.8.3
+  - Correctly set  for greeters. This was regressed in 1.7.5 for
+ConsoleKit and was never passed to logind
+  - Correctly set user in session setup script
+  - Fix notification of sessions being logged out
+- drop obsolete lightdm-fix-session-setup-script-env.patch and
+  lightdm-set-xdg-session-class.patch
+
+---

Old:

  lightdm-1.8.2.tar.xz
  lightdm-fix-session-setup-script-env.patch
  lightdm-set-xdg-session-class.patch

New:

  lightdm-1.8.3.tar.xz



Other differences:
--
++ lightdm.spec ++
--- /var/tmp/diff_new_pack.b0xPEK/_old  2013-11-04 12:46:10.0 +0100
+++ /var/tmp/diff_new_pack.b0xPEK/_new  2013-11-04 12:46:10.0 +0100
@@ -28,7 +28,7 @@
 %endif
 
 Name:   lightdm
-Version:1.8.2
+Version:1.8.3
 Release:0
 Summary:Lightweight, Cross-desktop Display Manager
 License:GPL-3.0+
@@ -52,10 +52,6 @@
 Patch5: lightdm-disable-utmp-handling.patch
 # PATCH-FIX-OPENSUSE lightdm-use-run-dir.patch g...@opensuse.org -- Use /run 
instead of /var/run
 Patch6: lightdm-use-run-dir.patch
-# PATCH-FIX-UPSTREAM lightdm-fix-session-setup-script-env.patch 
g...@opensuse.org -- Put user information in the environment when running 
session-setup-script
-Patch7: lightdm-fix-session-setup-script-env.patch
-# PATCH-FIX-UPSTREAM lightdm-set-xdg-session-class.patch bnc#846914 lp#1242939 
g...@opensuse.org -- Correctly set $XDG_SESSION_CLASS for greeters (backported 
from upstream bzr)
-Patch8: lightdm-set-xdg-session-class.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -142,8 +138,6 @@
 %if 0%{?suse_version} = 1230
 %patch6 -p1
 %endif
-%patch7 -p1
-%patch8 -p1
 
 %build
 bash ./autogen.sh

++ lightdm-1.8.2.tar.xz - lightdm-1.8.3.tar.xz ++
 1867 lines of diff (skipped)

++ lightdm-disable-utmp-handling.patch ++
--- /var/tmp/diff_new_pack.b0xPEK/_old  2013-11-04 12:46:11.0 +0100
+++ /var/tmp/diff_new_pack.b0xPEK/_new  2013-11-04 12:46:11.0 +0100
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent e7b391d67ca5135c48d1aef993e2aedfbce4345e
+# Parent acf3eab3dcbae79c5aa9ec3d9ef1bf68b44ae7ff
 disable utmp handling since this is handled in the Xstartup/Xreset scripts
 
 diff --git a/src/session-child.c b/src/session-child.c
@@ -15,15 +15,15 @@
  #include sys/mman.h
  
  #include configuration.h
-@@ -597,6 +599,7 @@ session_child_run (int argc, char **argv
+@@ -596,6 +598,7 @@ session_child_run (int argc, char **argv
  /* Wait for the command to complete (blocks) */
  if (child_pid  0)
  {
 +#if 0
  /* Log to utmp */
- if (g_strcmp0 (class, XDG_SESSION_CLASS_GREETER) != 0)
+ if (g_strcmp0 (pam_getenv (pam_handle, XDG_SESSION_CLASS), 
greeter) != 0)
  {
-@@ -624,10 +627,10 @@ session_child_run (int argc, char **argv
+@@ -623,10 +626,10 @@ session_child_run (int argc, char **argv
  g_printerr (Failed to write utmpx: %s\n, strerror (errno));
  endutxent ();
  }
@@ -34,9 +34,9 @@
 -
 +#if 0
  /* Log to utmp */
- if (g_strcmp0 (class, XDG_SESSION_CLASS_GREETER) != 0)
+ if (g_strcmp0 (pam_getenv (pam_handle, XDG_SESSION_CLASS), 
greeter) != 0)
  {
-@@ -655,6 +658,7 @@ session_child_run (int argc, char **argv
+@@ -654,6 +657,7 @@ session_child_run (int argc, char **argv
  g_printerr (Failed to write utmpx: %s\n, strerror (errno));
  endutxent ();
  }

++ lightdm-set-gdmflexiserver-envvar.patch ++
--- /var/tmp/diff_new_pack.b0xPEK/_old  2013-11-04 12:46:11.0 +0100
+++ /var/tmp/diff_new_pack.b0xPEK/_new  2013-11-04 12:46:11.0 +0100
@@ -3,7 +3,7 @@
 diff --git a/src/session-child.c b/src/session-child.c
 --- a/src/session-child.c
 +++ b/src/session-child.c
-@@ -531,10 +531,7 @@ session_child_run (int argc, char **argv
+@@ -530,10 +530,7 @@ session_child_run (int argc, char **argv
  g_free (value);
  }
  

++ lightdm-sysconfig-support.patch ++
--- /var/tmp/diff_new_pack.b0xPEK/_old  2013-11-04 12:46:11.0 +0100
+++ 

commit dateutils for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package dateutils for openSUSE:Factory 
checked in at 2013-11-04 12:45:54

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


Package is dateutils

Changes:

--- /work/SRC/openSUSE:Factory/dateutils/dateutils.changes  2013-07-30 
16:13:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2013-11-04 
12:46:08.0 +0100
@@ -1,0 +2,14 @@
+Tue Oct 29 16:45:20 UTC 2013 - sweet_...@gmx.de
+
+- bump version 0.2.6, this is a bug fix release.
+  * issue 19, -q|--quiet no longer sends some commands into an
+inf-loop
+  * netbsd test failures are fixed (due to missing leap seconds)
+  * AIX builds are supported (getopt_long() is part of the code
+now)
+  * internally the test harness is migrated to the cli-testing tool
+this fixes an issue when tests are run in directories with odd
+names (spaces, dollar signs, etc. in the path name)
+  * See info page examples and/or README. 
+
+---

Old:

  dateutils-0.2.5.tar.xz

New:

  dateutils-0.2.6.tar.xz



Other differences:
--
++ dateutils.spec ++
--- /var/tmp/diff_new_pack.vjGTyH/_old  2013-11-04 12:46:08.0 +0100
+++ /var/tmp/diff_new_pack.vjGTyH/_new  2013-11-04 12:46:08.0 +0100
@@ -16,10 +16,10 @@
 #
 
 
-%define xversion 0.2.5
+%define xversion 0.2.6
 
 Name:   dateutils
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Nifty command line date and time utilities
 License:BSD-3-Clause

++ dateutils-0.2.5.tar.xz - dateutils-0.2.6.tar.xz ++
 62058 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-Perl-Critic for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-Perl-Critic for 
openSUSE:Factory checked in at 2013-11-04 12:46:37

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


Package is perl-Perl-Critic

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Critic/perl-Perl-Critic.changes
2013-10-01 08:20:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Perl-Critic.new/perl-Perl-Critic.changes   
2013-11-04 12:46:38.0 +0100
@@ -1,0 +2,8 @@
+Thu Oct 31 15:51:02 UTC 2013 - rschweik...@suse.com
+
+- update to 1.120
+Bug Fixes:
+ * Corrected Possible precedence issue with control flow operator 
+   warning.  This fixes RT #88866
+
+---

Old:

  Perl-Critic-1.119.tar.gz

New:

  Perl-Critic-1.120.tar.gz



Other differences:
--
++ perl-Perl-Critic.spec ++
--- /var/tmp/diff_new_pack.qiZDBn/_old  2013-11-04 12:46:40.0 +0100
+++ /var/tmp/diff_new_pack.qiZDBn/_new  2013-11-04 12:46:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Perl-Critic
-Version:1.119
+Version:1.120
 Release:0
 %define cpan_name Perl-Critic
 Summary:Critique Perl source code for best-practices

++ Perl-Critic-1.119.tar.gz - Perl-Critic-1.120.tar.gz ++
 6259 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-DateTime-TimeZone for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2013-11-04 12:46:28

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


Package is perl-DateTime-TimeZone

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2013-07-16 17:01:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2013-11-04 12:46:29.0 +0100
@@ -1,0 +2,13 @@
+Fri Oct  4 09:15:02 UTC 2013 - co...@suse.com
+
+- updated to 1.62
+ - This release is based on version 2013f of the Olson database. This release
+   includes contemporary changes for Tocantins, Jordan, and Palestine.
+ - This release is based on version 2013e of the Olson database. This release
+   includes contemporary changes for Fiji, Indonesia and San Luis,
+   Argentina. It also includes a number of historical changes. See
+   http://mm.icann.org/pipermail/tz-announce/2013-September/13.html for
+   more details.
+- remove outdated old_test_more.patch
+
+---

Old:

  DateTime-TimeZone-1.60.tar.gz
  old_test_more.patch

New:

  DateTime-TimeZone-1.62.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.UFHF18/_old  2013-11-04 12:46:30.0 +0100
+++ /var/tmp/diff_new_pack.UFHF18/_new  2013-11-04 12:46:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:1.60
+Version:1.62
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory
@@ -25,8 +25,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime-TimeZone/
 Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch0: old_test_more.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -70,9 +68,6 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-%if 0%{?suse_version}  1120
-%patch0
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ DateTime-TimeZone-1.60.tar.gz - DateTime-TimeZone-1.62.tar.gz ++
 18233 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-hacking for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-hacking for openSUSE:Factory 
checked in at 2013-11-04 12:47:07

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


Package is python-hacking

Changes:

--- /work/SRC/openSUSE:Factory/python-hacking/python-hacking.changes
2013-10-02 13:32:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-hacking.new/python-hacking.changes   
2013-11-04 12:47:08.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 09:28:29 UTC 2013 - speili...@suse.com
+
+- Add hacking-pep8-req.patch: Allow pep8=1.4.5, shipped version differs
+  across distro targets and isn't used in our build anyway
+- Refresh dependency versions
+
+---

New:

  hacking-pep8-req.patch



Other differences:
--
++ python-hacking.spec ++
--- /var/tmp/diff_new_pack.xgZiBJ/_old  2013-11-04 12:47:09.0 +0100
+++ /var/tmp/diff_new_pack.xgZiBJ/_new  2013-11-04 12:47:09.0 +0100
@@ -24,22 +24,24 @@
 Group:  Development/Languages/Python
 Url:http://github.com/openstack-dev/hacking
 Source: 
http://pypi.python.org/packages/source/h/hacking/hacking-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE speili...@suse.com - Distros ship different pep8 
versions, not used during build anyway
+Patch0: hacking-pep8-req.patch
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-BuildRequires:  python-pbr
+BuildRequires:  python-pbr = 0.5.21
 # Test requirements:
 BuildRequires:  python-coverage = 3.6
 %if 0%{?suse_version} = 1110
 BuildRequires:  python-discover
 %endif
 BuildRequires:  python-extras
-BuildRequires:  python-fixtures = 0.3.12
+BuildRequires:  python-fixtures = 0.3.14
 BuildRequires:  python-flake8
 BuildRequires:  python-python-subunit
 BuildRequires:  python-six
-BuildRequires:  python-testrepository = 0.0.13
-BuildRequires:  python-testscenarios
-BuildRequires:  python-testtools = 0.9.27
+BuildRequires:  python-testrepository = 0.0.17
+BuildRequires:  python-testscenarios = 0.4
+BuildRequires:  python-testtools = 0.9.32
 Requires:   python-flake8 = 2.0
 Requires:   python-pbr = 0.5.21
 Requires:   python-six
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q -n hacking-%{version}
+%patch0 -p1
 
 %build
 python setup.py build

++ hacking-pep8-req.patch ++
diff -ruN a/hacking.egg-info/requires.txt b/hacking.egg-info/requires.txt
--- a/hacking.egg-info/requires.txt 2013-09-10 23:24:17.0 +0200
+++ b/hacking.egg-info/requires.txt 2013-11-04 10:18:10.512866098 +0100
@@ -1,5 +1,5 @@
 pbr=0.5.21,1.0
-pep8==1.4.5
+pep8=1.4.5
 pyflakes=0.7.2,0.7.4
 flake8==2.0
-six
\ No newline at end of file
+six
diff -ruN a/requirements.txt b/requirements.txt
--- a/requirements.txt  2013-09-10 23:23:46.0 +0200
+++ b/requirements.txt  2013-11-04 10:16:23.089513550 +0100
@@ -1,6 +1,6 @@
 pbr=0.5.21,1.0
 
-pep8==1.4.5
+pep8=1.4.5
 pyflakes=0.7.2,0.7.4
 flake8==2.0
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-jsonpatch for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-jsonpatch for 
openSUSE:Factory checked in at 2013-11-04 13:26:27

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


Package is python-jsonpatch

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonpatch/python-jsonpatch.changes
2013-07-22 13:48:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonpatch.new/python-jsonpatch.changes   
2013-11-04 13:26:28.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 21 13:18:40 UTC 2013 - dmuel...@suse.com
+
+- update to 1.3:
+  * Improved Tests, add command line utilities
+- add update-alternatives
+
+---

Old:

  jsonpatch-1.1.tar.gz

New:

  jsonpatch-1.3.tar.gz



Other differences:
--
++ python-jsonpatch.spec ++
--- /var/tmp/diff_new_pack.Dt77Z6/_old  2013-11-04 13:26:30.0 +0100
+++ /var/tmp/diff_new_pack.Dt77Z6/_new  2013-11-04 13:26:30.0 +0100
@@ -17,9 +17,9 @@
 
 
 Name:   python-jsonpatch
-Version:1.1
+Version:1.3
 Release:0
-Summary:Apply JSON-Patches (according to draft 08)
+Summary:Python - JSON-Patches
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/stefankoegl/python-json-patch
@@ -27,6 +27,8 @@
 BuildRequires:  python-devel
 BuildRequires:  python-jsonpointer
 Requires:   python-jsonpointer = 1.0
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %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())}
@@ -35,7 +37,7 @@
 %endif
 
 %description
-Apply JSON-Patches (according to draft 08)
+Python module to apply JSON-Patches (according to RFC 6902).
 
 %prep
 %setup -q -n jsonpatch-%{version}
@@ -45,9 +47,30 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+for i in patch diff; do
+mv %{buildroot}%{_bindir}/json$i %{buildroot}%{_bindir}/json$i-%{py_ver}
+done
+
+%pre
+[[ ! -L %{_bindir}/jsonpatch ]]  rm -f %{_bindir}/jsonpatch || :
+[[ ! -L %{_bindir}/jsondiff ]]  rm -f %{_bindir}/jsondiff || :
+
+%post
+update-alternatives --install \
+%{_bindir}/jsonpatch jsonpatch %{_bindir}/jsonpatch-%{py_ver} 20 \
+--slave %{_bindir}/jsondiff jsondiff %{_bindir}/jsondiff-%{py_ver}
+
+%preun
+if [ $1 -eq 0 ] ; then
+update-alternatives --remove jsonpatch %{_bindir}/jsonpatch-%{py_ver}
+fi
 
 %files
 %defattr(-,root,root,-)
+%ghost %{_bindir}/jsonpatch
+%{_bindir}/jsonpatch-%{py_ver}
+%ghost %{_bindir}/jsondiff
+%{_bindir}/jsondiff-%{py_ver}
 %{python_sitelib}/*
 
 %changelog

++ jsonpatch-1.1.tar.gz - jsonpatch-1.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpatch-1.1/AUTHORS new/jsonpatch-1.3/AUTHORS
--- old/jsonpatch-1.1/AUTHORS   1970-01-01 01:00:00.0 +0100
+++ new/jsonpatch-1.3/AUTHORS   2013-10-13 15:06:14.0 +0200
@@ -0,0 +1,4 @@
+Stefan Kögl ste...@skoegl.net
+Alexander Shorin kxe...@gmail.com
+Byron Ruth br...@codeomics.com
+William Kral william.k...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpatch-1.1/COPYING new/jsonpatch-1.3/COPYING
--- old/jsonpatch-1.1/COPYING   1970-01-01 01:00:00.0 +0100
+++ new/jsonpatch-1.3/COPYING   2013-10-13 15:06:14.0 +0200
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl ste...@skoegl.net
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF 

commit python-simplejson for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-simplejson for 
openSUSE:Factory checked in at 2013-11-04 13:41:16

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


Package is python-simplejson

Changes:

--- /work/SRC/openSUSE:Factory/python-simplejson/python-simplejson.changes  
2013-10-25 11:32:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-simplejson.new/python-simplejson.changes 
2013-11-04 13:41:17.0 +0100
@@ -6,0 +7,6 @@
+Mon Oct 21 13:33:34 UTC 2013 - dmuel...@suse.com
+
+- update to 3.3.1:
+  * JSONDecodeError exceptions can now be pickled
+
+---

Old:

  simplejson-3.3.0.tar.gz

New:

  simplejson-3.3.1.tar.gz



Other differences:
--
++ python-simplejson.spec ++
--- /var/tmp/diff_new_pack.QMzIOz/_old  2013-11-04 13:41:19.0 +0100
+++ /var/tmp/diff_new_pack.QMzIOz/_new  2013-11-04 13:41:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-simplejson
-Version:3.3.0
+Version:3.3.1
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python

++ simplejson-3.3.0.tar.gz - simplejson-3.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/CHANGES.txt 
new/simplejson-3.3.1/CHANGES.txt
--- old/simplejson-3.3.0/CHANGES.txt2013-05-08 08:04:12.0 +0200
+++ new/simplejson-3.3.1/CHANGES.txt2013-10-05 20:54:41.0 +0200
@@ -1,3 +1,8 @@
+Version 3.3.1 released 2013-10-05
+
+* JSONDecodeError exceptions can now be pickled
+  https://github.com/simplejson/simplejson/pull/78
+
 Version 3.3.0 released 2013-05-07
 
 * Unpaired surrogates once again pass through the decoder, to match older
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/PKG-INFO 
new/simplejson-3.3.1/PKG-INFO
--- old/simplejson-3.3.0/PKG-INFO   2013-05-08 11:30:45.0 +0200
+++ new/simplejson-3.3.1/PKG-INFO   2013-10-05 20:56:43.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: simplejson
-Version: 3.3.0
+Version: 3.3.1
 Summary: Simple, fast, extensible JSON encoder/decoder for Python
 Home-page: http://github.com/simplejson/simplejson
 Author: Bob Ippolito
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/conf.py new/simplejson-3.3.1/conf.py
--- old/simplejson-3.3.0/conf.py2013-05-08 08:04:12.0 +0200
+++ new/simplejson-3.3.1/conf.py2013-10-05 20:55:12.0 +0200
@@ -44,7 +44,7 @@
 # The short X.Y version.
 version = '3.3'
 # The full version, including alpha/beta/rc tags.
-release = '3.3.0'
+release = '3.3.1'
 
 # There are two options for replacing |today|: either, you set today to some
 # non-false value, then it is used:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/setup.py 
new/simplejson-3.3.1/setup.py
--- old/simplejson-3.3.0/setup.py   2013-05-08 08:04:12.0 +0200
+++ new/simplejson-3.3.1/setup.py   2013-10-05 20:55:09.0 +0200
@@ -8,7 +8,7 @@
 DistutilsPlatformError
 
 IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.3.0'
+VERSION = '3.3.1'
 DESCRIPTION = Simple, fast, extensible JSON encoder/decoder for Python
 
 with open('README.rst', 'r') as f:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/simplejson/__init__.py 
new/simplejson-3.3.1/simplejson/__init__.py
--- old/simplejson-3.3.0/simplejson/__init__.py 2013-05-08 08:04:12.0 
+0200
+++ new/simplejson-3.3.1/simplejson/__init__.py 2013-10-05 20:55:06.0 
+0200
@@ -98,7 +98,7 @@
 Expecting property name: line 1 column 3 (char 2)
 
 from __future__ import absolute_import
-__version__ = '3.3.0'
+__version__ = '3.3.1'
 __all__ = [
 'dump', 'dumps', 'load', 'loads',
 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/simplejson-3.3.0/simplejson/scanner.py 
new/simplejson-3.3.1/simplejson/scanner.py
--- old/simplejson-3.3.0/simplejson/scanner.py  2013-02-22 00:37:09.0 
+0100
+++ new/simplejson-3.3.1/simplejson/scanner.py  2013-10-05 20:53:51.0 
+0200
@@ -41,6 +41,9 @@
 else:
 self.endlineno, self.endcolno = None, None
 
+def __reduce__(self):
+return self.__class__, (self.msg, self.doc, self.pos, self.end)
+
 
 def linecol(doc, 

commit bluedevil for openSUSE:13.1

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:13.1 checked 
in at 2013-11-04 13:48:07

Comparing /work/SRC/openSUSE:13.1/bluedevil (Old)
 and  /work/SRC/openSUSE:13.1/.bluedevil.new (New)


Package is bluedevil

Changes:

--- /work/SRC/openSUSE:13.1/bluedevil/bluedevil.changes 2013-09-23 
10:47:50.0 +0200
+++ /work/SRC/openSUSE:13.1/.bluedevil.new/bluedevil.changes2013-11-04 
13:48:13.0 +0100
@@ -1,0 +2,9 @@
+Sat Nov  2 22:19:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to a git snapshot of the bluez5 branch. This would allow
+  at least some bluetooth functionality in KDE with Bluez5.
+  Will be replaced by an official version as soon as available.
+- Dropped patch bluedevil-confirmmodechange-typo.patch due to 
+  upstream changes
+
+---

Old:

  bluedevil-confirmmodechange-typo.patch
  bluedevil-v1.3.2.tar.xz

New:

  bluedevil.tar.xz



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.xiPyE6/_old  2013-11-04 13:48:13.0 +0100
+++ /var/tmp/diff_new_pack.xiPyE6/_new  2013-11-04 13:48:13.0 +0100
@@ -17,18 +17,20 @@
 #
 
 
+%define with_lang 0
+
 Name:   bluedevil
-Version:1.3.2
+Version:1.3.2_bluez5
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://www.kde.org/
-Source0:
http://download.kde.org/stable/bluedevil/%{name}-v%{version}.tar.xz
+#Source0:
http://download.kde.org/stable/bluedevil/%{name}-v%{version}.tar.xz
+Source0:%{name}.tar.xz
 Source1:preferences-system-bluetooth.png
 Patch0: typo2.diff
 Patch1: bluedevil-dont-install-headers.diff
-Patch2: bluedevil-confirmmodechange-typo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libbluedevil-devel
@@ -37,13 +39,20 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+%if %suse_version  1230
+Requires:   obexd-server
+Requires:   openobex
+%else
 Requires:   obex-data-server
 %if %suse_version  1130
 Requires:   obexd-client
 %else
 Requires:   obexd
 %endif
+%endif
+%if %with_lang
 Recommends: %{name}-lang = %{version}
+%endif
 Provides:   kbluetooth = %{version}
 Obsoletes:  kbluetooth  %{version}
 %kde4_runtime_requires
@@ -55,10 +64,9 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %cmake_kde4 -d build
@@ -77,7 +85,9 @@
 rm -rf %{buildroot}/usr/share/locale/sr\@*
 %endif
 
+%if %with_lang
 %find_lang %{name}
+%endif
 
 %kde_post_install
 
@@ -93,14 +103,12 @@
 %files
 %defattr(-,root,root,-)
 %doc README
-%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service
 %{_datadir}/mime/packages/bluedevil-mime.xml
 %{_kde4_applicationsdir}/bluedevil-*.desktop
 %{_kde4_appsdir}/bluedevil/
 %{_kde4_appsdir}/bluedevilwizard/
 %{_kde4_bindir}/bluedevil-*
 %{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
-#%{_kde4_includedir}/actionplugin.h
 %{_kde4_libdir}/libbluedevilaction.so
 %{_kde4_libexecdir}/bluedevil-*
 %{_kde4_modulesdir}/bluedevil*.so
@@ -118,7 +126,9 @@
 %{_kde4_servicesdir}/sendfile.desktop
 %{_kde4_servicetypesdir}/actionplugin.desktop
 
+%if %with_lang
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
+%endif
 
 %changelog

++ bluedevil-v1.3.2.tar.xz - bluedevil.tar.xz ++
 58216 lines of diff (skipped)


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



commit bluedevil for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory 
checked in at 2013-11-04 13:48:37

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


Package is bluedevil

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil/bluedevil.changes  2013-09-04 
13:17:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2013-11-04 
13:48:39.0 +0100
@@ -1,0 +2,9 @@
+Sat Nov  2 22:19:48 UTC 2013 - tittiatc...@gmail.com
+
+- Update to a git snapshot of the bluez5 branch. This would allow
+  at least some bluetooth functionality in KDE with Bluez5.
+  Will be replaced by an official version as soon as available.
+- Dropped patch bluedevil-confirmmodechange-typo.patch due to 
+  upstream changes
+
+---

Old:

  bluedevil-confirmmodechange-typo.patch
  bluedevil-v1.3.2.tar.xz

New:

  bluedevil.tar.xz



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.g0pQNA/_old  2013-11-04 13:48:42.0 +0100
+++ /var/tmp/diff_new_pack.g0pQNA/_new  2013-11-04 13:48:42.0 +0100
@@ -17,18 +17,20 @@
 #
 
 
+%define with_lang 0
+
 Name:   bluedevil
-Version:1.3.2
+Version:1.3.2_bluez5
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://www.kde.org/
-Source0:
http://download.kde.org/stable/bluedevil/%{name}-v%{version}.tar.xz
+#Source0:
http://download.kde.org/stable/bluedevil/%{name}-v%{version}.tar.xz
+Source0:%{name}.tar.xz
 Source1:preferences-system-bluetooth.png
 Patch0: typo2.diff
 Patch1: bluedevil-dont-install-headers.diff
-Patch2: bluedevil-confirmmodechange-typo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  libbluedevil-devel
@@ -37,13 +39,20 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
+%if %suse_version  1230
+Requires:   obexd-server
+Requires:   openobex
+%else
 Requires:   obex-data-server
 %if %suse_version  1130
 Requires:   obexd-client
 %else
 Requires:   obexd
 %endif
+%endif
+%if %with_lang
 Recommends: %{name}-lang = %{version}
+%endif
 Provides:   kbluetooth = %{version}
 Obsoletes:  kbluetooth  %{version}
 %kde4_runtime_requires
@@ -55,10 +64,9 @@
 
 %lang_package
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %cmake_kde4 -d build
@@ -77,7 +85,9 @@
 rm -rf %{buildroot}/usr/share/locale/sr\@*
 %endif
 
+%if %with_lang
 %find_lang %{name}
+%endif
 
 %kde_post_install
 
@@ -93,14 +103,12 @@
 %files
 %defattr(-,root,root,-)
 %doc README
-%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service
 %{_datadir}/mime/packages/bluedevil-mime.xml
 %{_kde4_applicationsdir}/bluedevil-*.desktop
 %{_kde4_appsdir}/bluedevil/
 %{_kde4_appsdir}/bluedevilwizard/
 %{_kde4_bindir}/bluedevil-*
 %{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
-#%{_kde4_includedir}/actionplugin.h
 %{_kde4_libdir}/libbluedevilaction.so
 %{_kde4_libexecdir}/bluedevil-*
 %{_kde4_modulesdir}/bluedevil*.so
@@ -118,7 +126,9 @@
 %{_kde4_servicesdir}/sendfile.desktop
 %{_kde4_servicetypesdir}/actionplugin.desktop
 
+%if %with_lang
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)
+%endif
 
 %changelog

++ bluedevil-v1.3.2.tar.xz - bluedevil.tar.xz ++
 58216 lines of diff (skipped)


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



commit patterns-openSUSE for openSUSE:13.1

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for openSUSE:13.1 
checked in at 2013-11-04 13:54:23

Comparing /work/SRC/openSUSE:13.1/patterns-openSUSE (Old)
 and  /work/SRC/openSUSE:13.1/.patterns-openSUSE.new (New)


Package is patterns-openSUSE

Changes:

--- /work/SRC/openSUSE:13.1/patterns-openSUSE/patterns-openSUSE.changes 
2013-10-29 09:29:54.0 +0100
+++ /work/SRC/openSUSE:13.1/.patterns-openSUSE.new/patterns-openSUSE.changes
2013-11-04 13:54:24.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov  4 12:52:45 UTC 2013 - co...@suse.com
+
+- Stephan Kulow (1):
+  remove test updates and malloccheck
+
+Tomáš Chvátal (1):
+  Use mlocate in patterns over findutils-locate
+
+Commit: 46d3ece3
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.PSunPD/_old  2013-11-04 13:54:24.0 +0100
+++ /var/tmp/diff_new_pack.PSunPD/_new  2013-11-04 13:54:24.0 +0100
@@ -134,8 +134,8 @@
 Requires:   util-linux
 Requires:   which
 %ifarch x86_64
-Recommends: shim
 Recommends: grub2-x86_64-efi
+Recommends: shim
 %endif
 
 %description base
@@ -751,10 +751,10 @@
 Requires:   patterns-openSUSE-basesystem
 Requires:   patterns-openSUSE-enhanced_base
 %ifarch x86_64
-Recommends: numactl
-Recommends: glibc-32bit
-Recommends: glibc-locale-32bit
 Recommends: linux32
+Recommends: glibc-locale-32bit
+Recommends: glibc-32bit
+Recommends: numactl
 %endif
 
 %description enhanced_base
@@ -2031,7 +2031,6 @@
 %package update_test
 Summary:Meta package for pattern update_test
 Group:  Metapackages
-Recommends: aaa_base-malloccheck
 Recommends: update-test-affects-package-manager
 Recommends: update-test-interactive
 Recommends: update-test-optional
@@ -2039,7 +2038,6 @@
 Recommends: update-test-security
 Recommends: update-test-trival
 Requires:   patterns-openSUSE-update_test
-Supplements:patterns-openSUSE-basesystem
 
 %description update_test
 This package is installed if a pattern is selected to have a working update 
path

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/CONSOLE 
new/patterns-openSUSE-data/data/CONSOLE
--- old/patterns-openSUSE-data/data/CONSOLE 2013-10-28 10:00:30.0 
+0100
+++ new/patterns-openSUSE-data/data/CONSOLE 2013-11-04 13:52:37.0 
+0100
@@ -12,13 +12,13 @@
 -Prc:
 +Psg:
 bsd-games
-findutils-locate
 grepmail
 irssi
 links
 nano
 ncftp
 minicom
+mlocate
 mutt
 slrn
 pinfo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/UPDATE-TEST 
new/patterns-openSUSE-data/data/UPDATE-TEST
--- old/patterns-openSUSE-data/data/UPDATE-TEST 2013-10-28 10:00:30.0 
+0100
+++ new/patterns-openSUSE-data/data/UPDATE-TEST 2013-11-04 13:52:37.0 
+0100
@@ -3,7 +3,6 @@
 -Prq:
 
 +Prc:
-aaa_base-malloccheck
 update-test-trival
 update-test-affects-package-manager
 update-test-security
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires 
new/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires
--- old/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires 2013-10-28 
10:00:30.0 +0100
+++ new/patterns-openSUSE-data/toinstall/rest_cd_gnome/requires 2013-11-04 
13:52:37.0 +0100
@@ -17,7 +17,6 @@
 yast2_install_wf
 games
 gnome_games
-update_test
 office
 gnome_office
 gnome_multimedia
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patterns-openSUSE-data/toinstall/rest_cd_kde4/requires 
new/patterns-openSUSE-data/toinstall/rest_cd_kde4/requires
--- old/patterns-openSUSE-data/toinstall/rest_cd_kde4/requires  2013-10-28 
10:00:30.0 +0100
+++ new/patterns-openSUSE-data/toinstall/rest_cd_kde4/requires  2013-11-04 
13:52:37.0 +0100
@@ -18,7 +18,6 @@
 yast2_install_wf
 games
 kde4_games
-update_test
 office
 kde4_office
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/toinstall/rest_dvd/requires 
new/patterns-openSUSE-data/toinstall/rest_dvd/requires
--- old/patterns-openSUSE-data/toinstall/rest_dvd/requires  2013-10-28 
10:00:30.0 +0100
+++ new/patterns-openSUSE-data/toinstall/rest_dvd/requires  2013-11-04 
13:52:37.0 +0100
@@ -103,4 +103,3 @@
 lxde_laptop
 yast2_basis
 yast2_install_wf
-update_test
diff -urN '--exclude=CVS' 

commit mathomatic for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package mathomatic for openSUSE:Factory 
checked in at 2013-11-04 14:02:17

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


Package is mathomatic

Changes:

--- /work/SRC/openSUSE:Factory/mathomatic/mathomatic.changes2012-09-15 
17:28:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.mathomatic.new/mathomatic.changes   
2013-11-04 14:02:18.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 23 11:02:58 UTC 2013 - dval...@suse.com
+
+- Exclude ppc64 from building. It have failing tests and upstream
+  seems not interested in fixing that. 
+
+---



Other differences:
--
++ mathomatic.spec ++
--- /var/tmp/diff_new_pack.QByKD3/_old  2013-11-04 14:02:24.0 +0100
+++ /var/tmp/diff_new_pack.QByKD3/_new  2013-11-04 14:02:24.0 +0100
@@ -1,7 +1,7 @@
 #
-# RPM spec file for packages mathomatic and mathomatic-devel.
+# spec file for package mathomatic
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -12,17 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments to the chief author of Mathomatic:
-#George Gesslein II gessl...@mathomatic.org
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   mathomatic
 Version:16.0.4
-Release:1
+Release:0
 Summary:Computer algebra system
-
-Group:  Productivity/Scientific/Math
 License:LGPL-2.1
-URL:http://www.mathomatic.org/
+Group:  Productivity/Scientific/Math
+
+Url:http://www.mathomatic.org/
 Source: http://www.mathomatic.org/archive/mathomatic-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -34,6 +35,7 @@
 # BuildArch:  noarch
 
 Source1:mathomatic.desktop
+ExcludeArch:ppc64
 
 %description
 Mathomatic is a free, portable, general-purpose Computer Algebra System (CAS)
@@ -65,7 +67,6 @@
 %prep
 %setup -q
 
-
 %build
 make OPTFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags} READLINE=1
 make -C primes OPTFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}

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



commit kvirustotal for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kvirustotal for openSUSE:Factory 
checked in at 2013-11-04 14:01:55

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


Package is kvirustotal

Changes:

--- /work/SRC/openSUSE:Factory/kvirustotal/kvirustotal.changes  2011-12-26 
16:28:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.kvirustotal.new/kvirustotal.changes 
2013-11-04 14:01:56.0 +0100
@@ -1,0 +2,5 @@
+Sat Jul 21 08:42:02 UTC 2012 - sascha.ma...@open-slx.de
+
+- updated to 0.30.0 git 20120721 
+
+---

Old:

  kvirustotal-0.22.1.tar.bz2

New:

  kvirustotal-20120721.tar.bz2



Other differences:
--
++ kvirustotal.spec ++
--- /var/tmp/diff_new_pack.zYFqkp/_old  2013-11-04 14:01:56.0 +0100
+++ /var/tmp/diff_new_pack.zYFqkp/_new  2013-11-04 14:01:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvirustotal
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 8/2011 open-slx GmbH sascha.ma...@open-slx.de
 # Copyright (c) 2/2011 Sascha Manns saigk...@opensuse.org
 #
@@ -18,15 +18,17 @@
 #
 
 
+#
+%define _gitver 20120721
 
 Name:   kvirustotal
-Version:0.22.1
+Version:0.30.0.%{_gitver}
 Release:0
-License:GPL-3.0+
 Summary:Online-based Antivirus and Anti-Phising tool
-Url:
http://kde-apps.org/content/download.php?content=139065id=1tan=92669599
+License:GPL-3.0+
 Group:  Productivity/Security
-Source: %{name}-%{version}.tar.bz2
+Url:
http://kde-apps.org/content/download.php?content=139065id=1tan=92669599
+Source: %{name}-%{_gitver}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -53,7 +55,7 @@
 
 %lang_package
 %prep
-%setup -q
+%setup -q -n kvirustotal
 
 %build
 export CFLAGS=%{optflags} CXXFLAGS=%{optflags}

++ kvirustotal-0.22.1.tar.bz2 - kvirustotal-20120721.tar.bz2 ++
 6673 lines of diff (skipped)

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



commit sbcl for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2013-11-04 14:03:07

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


Package is sbcl

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2013-10-02 
08:53:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2013-11-04 
14:03:08.0 +0100
@@ -1,0 +2,50 @@
+Thu Oct 31 13:50:22 UTC 2013 - tog...@opensuse.org
+
+- Update to version 1.1.13
+
+  * Optimization:
++ better distribution of SXHASH over small conses of related
+  values.  (lp#309443)
++ other improvements to SXHASH:
+  - use the whole of the positive-fixnum range for SXHASH of
+fixnums
+  * Enhancement:
++ The error message when calling an undefined alien function
+  includes the name of the function on x86-64.
++ sb-ext:run-program now supports :environment on Windows.
++ ASDF is no longer required to load contribs at runtime.
+ (lp#1132254)
++ when called with a symbol, FIND-RESTART no longer calls
+  COMPUTE-RESTARTS, making it faster and cons less (lp#769615)
++ FIND-RESTART and COMPUTE-RESTARTS handle huge restart
+  clusters better in some cases
++ SOME/ANY/other quantification higher-order functions no
+  longer cons. (lp#1070635)
+  * Bug fix:
++ forward references to classes in fasls can now be loaded.
+  (lp#746132)
++ don't warn on a interpreted-compiled function redefinition
+  from the same location.  (patch by Douglas Katzman, lp#1042405)
++ Create vectors of proper internal length when reading literal
+  vectors from FASLs. (Reported by Jan Moringen)
++ COMPILE can now succefully compile setf functions.
+ (Reported by Douglas Katzman)
++ run-program performs more correct escaping of arguments on
+  Windows. (lp#1239242)
++ function-lambda-expression on generic functions returns the
+  actual name.
++ (the [type] [constant]) now warns when [constant] matches
+  [type] except for the number of values.  (Reported by Nathan
+  Trapuzzano on sbcl-help)
++ signal errors in required cases of slot-definition
+  initialization protocol.  (lp#309072)
++ run-sbcl.sh works better in the presence of symlinks on OS X.
+  (thanks to Stelian Ionescu, lp#1242643)
++ when given a restart object, FIND-RESTART checks whether the
+  restart is active and, when a condition is supplied, whether
+  the restart  is associated to a different condition (lp#774410)
+
+- drop sbcl-1.1.4-personality.patch and replace it with
+   sbcl-1.1.13-personality.patch.
+
+---

Old:

  sbcl-1.1.12-source.tar.bz2
  sbcl-1.1.4-personality.patch

New:

  sbcl-1.1.13-personality.patch
  sbcl-1.1.13-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.DDD5KN/_old  2013-11-04 14:03:09.0 +0100
+++ /var/tmp/diff_new_pack.DDD5KN/_new  2013-11-04 14:03:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.1.12
+Version:1.1.13
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause
@@ -49,7 +49,7 @@
 # PATCH-FIX-OPENSUSE install README.openSUSE and sbclrc.sample
 Patch3: sbcl-1.1.2-install.patch
 # PATCH-FIX-OPENSUSE  sbcl-1.1.4-personality.patch based on fedora author 
unknown --fix access to proc in chroot env
-Patch4: sbcl-1.1.4-personality.patch
+Patch4: sbcl-1.1.13-personality.patch
 # PATCH-FIX-OPENSUSE  https://bugs.launchpad.net/sbcl/+bug/1087955
 Patch5: sbcl-disable-frlock-test.patch
 
@@ -105,14 +105,6 @@
 # remove Makefiles
 find %{buildroot} -name Makefile | xargs rm -f
 
-# move foo.c away to documentation directory as they are examples
-%if 0%{?suse_version}
-mkdir -p %buildroot%_defaultdocdir/%name/sb-posix
-mkdir -p %buildroot%_defaultdocdir/%name/sb-bsd-sockets
-mv %buildroot/%_prefix/lib/%name/sb-posix/foo.c 
%buildroot%_defaultdocdir/%name/sb-posix/.
-mv %buildroot/%_prefix/lib/%name/sb-bsd-sockets/foo.c 
%buildroot%_defaultdocdir/%name/sb-bsd-sockets/.
-%endif
-
 %clean
 rm -rf %{buildroot}
 

++ dont-split-doc.patch ++
--- /var/tmp/diff_new_pack.DDD5KN/_old  2013-11-04 14:03:09.0 +0100
+++ /var/tmp/diff_new_pack.DDD5KN/_new  2013-11-04 14:03:09.0 +0100
@@ -10,7 +10,7 @@
 
 --- a/doc/manual/Makefile
 +++ b/doc/manual/Makefile
-@@ -88,7 +88,7 @@ pdf: $(PDFFILES)
+@@ -89,7 +89,7 @@ pdf: $(PDFFILES)
  info: $(INFOFILES)
  
  %.info: %.texinfo $(DOCFILES) docstrings

++ sbcl-1.0.54-optflags.patch ++
--- 

commit salt for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2013-11-04 14:02:50

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


Package is salt

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2013-10-25 
11:37:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2013-11-04 
14:02:51.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 31 21:25:24 UTC 2013 - abo...@gmail.com
+
+- Disabled salt unit test, new test assert value not in 0.17.1
+
+---



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.6qt0GV/_old  2013-11-04 14:02:54.0 +0100
+++ /var/tmp/diff_new_pack.6qt0GV/_new  2013-11-04 14:02:54.0 +0100
@@ -203,8 +203,9 @@
 ## install SuSEfirewall2 rules
 install -Dpm 0644  %{SOURCE8} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
 
-%check
-%{__python} setup.py test --runtests-opts=-u
+##disabled until assert fixed
+#%%check
+#%%{__python} setup.py test --runtests-opts=-u
 
 %preun -n salt-syndic
 %if 0%{?_unitdir:1}

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



commit freerdp for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package freerdp for openSUSE:Factory checked 
in at 2013-11-04 14:52:49

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


Package is freerdp

Changes:

--- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes  2013-09-12 
20:03:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes 2013-11-04 
14:52:50.0 +0100
@@ -1,0 +2,8 @@
+Thu Oct 31 17:58:21 UTC 2013 - lnt-sysad...@lists.lrz.de
+
+- Allow build on SLES11:
+  * converted pkgconfig() BuildRequires to package names
+  * added FindALSA.cmake
+  * use 'make install' instead of '%make_install' macro
+
+---

New:

  FindALSA.cmake



Other differences:
--
++ freerdp.spec ++
--- /var/tmp/diff_new_pack.EqxObN/_old  2013-11-04 14:52:53.0 +0100
+++ /var/tmp/diff_new_pack.EqxObN/_new  2013-11-04 14:52:53.0 +0100
@@ -26,6 +26,7 @@
 Group:  Productivity/Networking/Other
 Url:http://www.freerdp.com/
 Source0:
https://github.com/downloads/FreeRDP/FreeRDP/%{name}-%{version}.tar.gz
+Source1:FindALSA.cmake
 # PATCH-FIX-UPSTREAM freerdp-fix-FindPCSC-macro.patch 
https://github.com/FreeRDP/FreeRDP/issues/562 gb...@opensuse.org -- Fix the 
build by setting PCSC_LIBRARIES and PCSC_INCLUDE_DIRS variables explicitly 
which are otherwise empty
 Patch1: freerdp-fix-FindPCSC-macro.patch
 # PATCH-FIX-UPSTREAM freerdp-fix-pulse-no-device-name.patch bnc#785437 
g...@opensuse.org -- Fix a segfault in case device name is not provided
@@ -38,10 +39,10 @@
 BuildRequires:  xmlto
 BuildRequires:  xorg-x11-devel
 BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(libpcsclite)
-BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  pkgconfig(openssl)
+BuildRequires:  alsa-devel
+BuildRequires:  pcsc-lite-devel
+BuildRequires:  libpulse-devel
+BuildRequires:  libopenssl-devel
 Recommends: libfreerdp-plugins
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -88,6 +89,9 @@
 ,s/FREERDP_PLUGIN_PATH 
\${CMAKE_INSTALL_PREFIX}\/\${CMAKE_INSTALL_LIBDIR}\/freerdp/FREERDP_PLUGIN_PATH
 \${CMAKE_INSTALL_PREFIX}\/\${CMAKE_INSTALL_LIBDIR}\/%{libname}/
 w
 EOF
+%if 0%{?sles_version} == 11
+cp %SOURCE1 cmake/
+%endif
 
 %build
 mkdir build
@@ -110,7 +114,7 @@
 
 %install
 cd build
-%make_install
+make install 'DESTDIR=%{buildroot}'
 
 # remove keymaps as we make use of libxkbfile
 # rm -rf $RPM_BUILD_ROOT/usr/share/freerdp/keymaps/

++ FindALSA.cmake ++
# - Find alsa
# Find the alsa libraries (asound)
#
#  This module defines the following variables:
# ALSA_FOUND   - True if ALSA_INCLUDE_DIR  ALSA_LIBRARY are found
# ALSA_LIBRARIES   - Set when ALSA_LIBRARY is found
# ALSA_INCLUDE_DIRS - Set when ALSA_INCLUDE_DIR is found
#
# ALSA_INCLUDE_DIR - where to find asoundlib.h, etc.
# ALSA_LIBRARY - the asound library
#

#=
# Copyright 2009 Kitware, Inc.
# Copyright 2009 Philip Lowman phi...@yhbt.com
#
# Distributed under the OSI-approved BSD License (the License);
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=
# (To distribute this file outside of CMake, substitute the full
#  License text for the above reference.)

find_path(ALSA_INCLUDE_DIR NAMES asoundlib.h
  PATH_SUFFIXES alsa
  DOC The ALSA (asound) include directory
)

find_library(ALSA_LIBRARY NAMES asound
  DOC The ALSA (asound) library
)

# handle the QUIETLY and REQUIRED arguments and set ALSA_FOUND to TRUE if 
# all listed variables are TRUE

FIND_PACKAGE_HANDLE_STANDARD_ARGS(ALSA DEFAULT_MSG ALSA_LIBRARY 
ALSA_INCLUDE_DIR)

if(ALSA_FOUND)
  set( ALSA_LIBRARIES ${ALSA_LIBRARY} )
  set( ALSA_INCLUDE_DIRS ${ALSA_INCLUDE_DIR} )
endif()

mark_as_advanced(ALSA_INCLUDE_DIR ALSA_LIBRARY)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnutls for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2013-11-04 14:58:23

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


Package is gnutls

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2013-10-29 
13:52:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2013-11-04 
14:58:24.0 +0100
@@ -1,0 +2,40 @@
+Fri Nov  1 14:39:41 UTC 2013 - shch...@suse.com
+
+- Upgrade to 3.2.6
+
+** libgnutls: Support for TPM via trousers is now enabled by default.
+
+** libgnutls: Camellia in GCM mode has been added in default priorities,
+and GCM mode is prioritized over CBC in all of the default priority strings.
+
+** libgnutls: Added ciphersuite GNUTLS_ECDHE_RSA_AES_256_CBC_SHA384.
+
+** libgnutls: Fixed ciphersuites
+GNUTLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384,
+GNUTLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 and
+GNUTLS_PSK_CAMELLIA_128_GCM_SHA256. Reported by Stefan Buehler.
+
+** libgnutls: Added support for ISO OID for RSA-SHA1 signatures.
+
+** libgnutls: Minimum acceptable DH group parameters were increased to
+767 bits from 727.
+
+** libgnutls: Added function to obtain random data from PKCS #11 tokens.
+Contributed by Wolfgang Meyer zu Bergsten.
+
+** gnulib: updated.
+
+** libdane: Fixed a one-off bug in dane_query_tlsa() introduced by the
+previous fix. Reported by Tomas Mraz.
+
+** p11tool: Added option generate-random.
+
+** API and ABI modifications:
+gnutls_pkcs11_token_get_random: Added 
+
+Add: gnutls-3.2.6-noecc.patch, gnutls-3.2.6.tar.xz, gnutls-3.2.6.tar.xz.sig
+
+Delete: gnutls-3.2.6-noecc.patch, gnutls-3.2.5.tar.xz, gnutls-3.2.5.tar.xz.sig,
+make-obs-happy-with-gnutls_3.2.5.patch
+
+---

Old:

  gnutls-3.2.5-noecc.patch
  gnutls-3.2.5.tar.xz
  gnutls-3.2.5.tar.xz.sig
  make-obs-happy-with-gnutls_3.2.5.patch

New:

  gnutls-3.2.6-noecc.patch
  gnutls-3.2.6.tar.xz
  gnutls-3.2.6.tar.xz.sig



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.fbQycC/_old  2013-11-04 14:58:30.0 +0100
+++ /var/tmp/diff_new_pack.fbQycC/_new  2013-11-04 14:58:30.0 +0100
@@ -21,7 +21,7 @@
 %define gnutls_ossl_sover 27
 
 Name:   gnutls
-Version:3.2.5
+Version:3.2.6
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -37,9 +37,8 @@
 Patch3: gnutls-3.0.26-skip-test-fwrite.patch
 
 # Disable elliptic curves for reasons. - meissnercfarrell
-Patch5: gnutls-3.2.5-noecc.patch
+Patch5: gnutls-3.2.6-noecc.patch
 Patch6: gnutls-implement-trust-store-dir.diff
-Patch7: make-obs-happy-with-gnutls_3.2.5.patch
 
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -141,7 +140,6 @@
 %patch3
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 %build
 autoreconf -if

++ gnutls-3.2.5-noecc.patch - gnutls-3.2.6-noecc.patch ++
--- /work/SRC/openSUSE:Factory/gnutls/gnutls-3.2.5-noecc.patch  2013-10-29 
13:52:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls-3.2.6-noecc.patch 
2013-11-04 14:58:24.0 +0100
@@ -1,7 +1,7 @@
-Index: gnutls-3.2.5/lib/algorithms/publickey.c
+Index: gnutls-3.2.6/lib/algorithms/publickey.c
 ===
 gnutls-3.2.5.orig/lib/algorithms/publickey.c
-+++ gnutls-3.2.5/lib/algorithms/publickey.c
+--- gnutls-3.2.6.orig/lib/algorithms/publickey.c
 gnutls-3.2.6/lib/algorithms/publickey.c
 @@ -49,8 +49,10 @@ static const gnutls_pk_map pk_mappings[]
{GNUTLS_KX_RSA, GNUTLS_PK_RSA, CIPHER_ENCRYPT},
{GNUTLS_KX_DHE_RSA, GNUTLS_PK_RSA, CIPHER_SIGN},
@@ -13,7 +13,7 @@
{GNUTLS_KX_DHE_DSS, GNUTLS_PK_DSA, CIPHER_SIGN},
{GNUTLS_KX_SRP_DSS, GNUTLS_PK_DSA, CIPHER_SIGN},
{GNUTLS_KX_RSA_PSK, GNUTLS_PK_RSA, CIPHER_ENCRYPT},
-@@ -97,7 +99,9 @@ static const gnutls_pk_entry pk_algorith
+@@ -98,7 +100,9 @@ static const gnutls_pk_entry pk_algorith
{DSA, PK_DSA_OID, GNUTLS_PK_DSA},
{GOST R 34.10-2001, PK_GOST_R3410_2001_OID, GNUTLS_PK_UNKNOWN},
{GOST R 34.10-94, PK_GOST_R3410_94_OID, GNUTLS_PK_UNKNOWN},
@@ -23,10 +23,10 @@
{0, 0, 0}
  };
  
-Index: gnutls-3.2.5/lib/auth/cert.c
+Index: gnutls-3.2.6/lib/auth/cert.c
 ===
 gnutls-3.2.5.orig/lib/auth/cert.c
-+++ gnutls-3.2.5/lib/auth/cert.c
+--- gnutls-3.2.6.orig/lib/auth/cert.c
 gnutls-3.2.6/lib/auth/cert.c
 @@ -63,7 +63,11 @@ static gnutls_privkey_t alloc_and_load_p
 key, int deinit);
  #endif
@@ -60,10 +60,10 @@
  
ret 

commit kdevelop4-plugins for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdevelop4-plugins for 
openSUSE:Factory checked in at 2013-11-04 15:06:33

Comparing /work/SRC/openSUSE:Factory/kdevelop4-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new (New)


Package is kdevelop4-plugins

Changes:

--- /work/SRC/openSUSE:Factory/kdevelop4-plugins/kdevelop4-plugins.changes  
2013-10-30 15:38:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop4-plugins.new/kdevelop4-plugins.changes 
2013-11-04 15:06:34.0 +0100
@@ -1,0 +2,6 @@
+Thu Oct 31 17:09:18 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 1.5.2
+  * updated translations
+
+---

Old:

  kdevelop-php-1.5.1.tar.bz2
  kdevelop-php-docs-1.5.1.tar.bz2

New:

  kdevelop-php-1.5.2.tar.xz
  kdevelop-php-docs-1.5.2.tar.xz



Other differences:
--
++ kdevelop4-plugins.spec ++
--- /var/tmp/diff_new_pack.DRd9J5/_old  2013-11-04 15:06:35.0 +0100
+++ /var/tmp/diff_new_pack.DRd9J5/_new  2013-11-04 15:06:35.0 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   kdevelop4-plugins
-Version:1.5.1
+Version:1.5.2
 Release:0
-%define kdevelop_version 4.5.1
+%define kdevelop_version 4.5.2
 Summary:Additional plugins for KDevelop4 Integrated Development 
Environment
 License:GPL-2.0+
 Group:  Development/Tools/IDE
 Url:http://www.kdevelop.org
-Source0:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-%{version}.tar.bz2
-Source1:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-docs-%{version}.tar.bz2
+Source0:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-%{version}.tar.xz
+Source1:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/kdevelop-php-docs-%{version}.tar.xz
 Patch1: add-php-docs.diff
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  kdevelop4-devel

++ add-php-docs.diff ++
--- /var/tmp/diff_new_pack.DRd9J5/_old  2013-11-04 15:06:35.0 +0100
+++ /var/tmp/diff_new_pack.DRd9J5/_new  2013-11-04 15:06:35.0 +0100
@@ -6,7 +6,7 @@
  add_subdirectory(duchain)
  add_subdirectory(completion)
  add_subdirectory(testprovider)
-+add_subdirectory(kdevelop-php-docs-1.5.1)
++add_subdirectory(kdevelop-php-docs-1.5.2)
  
  set(kdevphplanguagesupport_PART_SRCS
  phplanguagesupport.cpp

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



commit kdevelop4 for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdevelop4 for openSUSE:Factory 
checked in at 2013-11-04 15:06:27

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


Package is kdevelop4

Changes:

--- /work/SRC/openSUSE:Factory/kdevelop4/kdevelop4.changes  2013-06-11 
09:31:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdevelop4.new/kdevelop4.changes 2013-11-04 
15:06:29.0 +0100
@@ -1,0 +2,26 @@
+Thu Oct 31 17:00:40 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 4.5.2
+  * Make qt4.py compatible with Python 3.x
+  * Backport crash fixes for crash in Cpp TypeBuilder.
+  * When calling a constructor don't offer deleted ones for completion
+  * Do not offer explicitely deleted methods for code completion
+  * Do not insert spaces in function definition after void or type with no 
argument name
+  * Fix missing break in the c++ parser
+  * Fix build on big endian plattforms.
+  * Fix endless recursion in setSpecializedFrom
+  * Fix usage of PushValue for recursion counters in TemplateDeclaration.
+  * Gracefully react to a lack of a working directory
+  * cpp_header.h: Conditionally add license header
+  * Don't run an execute process command if the working dir is unknown
+  * Don't use the items after calling ::removeUrl
+  * Fix overloaded-virtual of computeCompletions.
+  * RETURN() also works with find_package() and include()
+  * Support return statement
+  * Update global vars when visiting set(..CACHE..FORCE) AST node
+  * Verify validity of type after deserialization from the storage.
+  * take() variables when they go out of scope
+  * Correct Basic C++ Template
+  * Fix builds for okteta in a separate prefix
+
+---

Old:

  kdevelop-4.5.1.tar.bz2

New:

  kdevelop-4.5.2.tar.xz



Other differences:
--
++ kdevelop4.spec ++
--- /var/tmp/diff_new_pack.ZM4tv4/_old  2013-11-04 15:06:30.0 +0100
+++ /var/tmp/diff_new_pack.ZM4tv4/_new  2013-11-04 15:06:30.0 +0100
@@ -17,19 +17,20 @@
 
 
 Name:   kdevelop4
-Version:4.5.1
+Version:4.5.2
 Release:0
 Summary:Integrated Development Environment for the X Window System, 
Qt, KDE, and GNOME
 License:GPL-3.0+
 Group:  Development/Tools/IDE
 Url:http://www.kdevelop.org
-Source0:
http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.bz2
+Source0:
http://download.kde.org/stable/kdevelop/%{version}/src/kdevelop-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libkdevplatform-devel = 1.5.0
 BuildRequires:  libqjson-devel
 BuildRequires:  okteta-devel
 BuildRequires:  valgrind-devel
+BuildRequires:  xz
 Requires:   %{name}-lang = %{version}
 Requires:   kate
 Recommends: cmake

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



commit kdevplatform for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdevplatform for openSUSE:Factory 
checked in at 2013-11-04 15:06:43

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


Package is kdevplatform

Changes:

--- /work/SRC/openSUSE:Factory/kdevplatform/kdevplatform.changes
2013-10-30 15:38:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdevplatform.new/kdevplatform.changes   
2013-11-04 15:06:44.0 +0100
@@ -1,0 +2,14 @@
+Thu Oct 31 16:53:39 UTC 2013 - dmitr...@opensuse.org
+
+- Update to version 1.5.2
+  * Disable color output for git-pull call
+  * Make sure delayedModificationWarningOn() is always called as a slot
+  * Use relativePath instead of relativeUrl to properly display spaces.
+  * Cleanup and fixup ProjectUtils to not leak and not trigger crashes.
+  * Add --force to git-rm call
+  * Fix crash / odd behavior in project tree view
+  * Fix uninitialized value found by valgrind
+  * Fix crash when re-loading the file manager plugin
+  * Fix licensing mistake in output view
+
+---

Old:

  kdevplatform-1.5.1.tar.bz2

New:

  kdevplatform-1.5.2.tar.xz



Other differences:
--
++ kdevplatform.spec ++
--- /var/tmp/diff_new_pack.6qX9VY/_old  2013-11-04 15:06:49.0 +0100
+++ /var/tmp/diff_new_pack.6qX9VY/_new  2013-11-04 15:06:49.0 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   kdevplatform
-Version:1.5.1
+Version:1.5.2
 Release:0
-%define kdevelop_version 4.5.1
+%define kdevelop_version 4.5.2
 %define libkdev_major 7
 Summary:Base Package for Integrated Development Environments
 License:GPL-2.0+
 Group:  Development/Tools/IDE
 Url:http://www.kdevelop.org
-Source0:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/%{name}-%{version}.tar.bz2
+Source0:
http://download.kde.org/stable/kdevelop/%{kdevelop_version}/src/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  commoncpp2-devel
 BuildRequires:  db-devel
@@ -34,6 +34,7 @@
 BuildRequires:  libkde4-devel = 4.7
 BuildRequires:  libqjson-devel
 BuildRequires:  subversion-devel
+BuildRequires:  xz
 #BuildRequires:  kompare - currently disabled upstream, see toplevel 
CMakeLists.txt
 Requires:   %{name}-lang = %{version}
 Requires:   libkdevplatform%{libkdev_major} = %{version}
@@ -204,6 +205,9 @@
 %{_kde4_modules}/kdevtestview.so
 %{_kde4_modules}/plasma_kdev_projectfileelement.so
 %{_kde4_modulesdir}/imports/
+%dir %{_kde4_modulesdir}/plugins/grantlee/
+%dir %{_kde4_modulesdir}/plugins/grantlee/0.?/
+%{_kde4_modulesdir}/plugins/grantlee/*/kdev_filters.so
 %{_kde4_appsdir}/kdevappwizard
 %{_kde4_appsdir}/kdevclassbrowser
 %{_kde4_appsdir}/kdevcodegen
@@ -277,6 +281,5 @@
 %{_kde4_bindir}/kdev_dbus_socket_transformer
 %{_kde4_bindir}/kdev_format_source.sh
 %{_kde4_bindir}/kdevplatform_shell_environment.sh
-%{_kde4_libdir}/grantlee/*/kdev_filters.so
 
 %changelog

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



commit libmspub for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2013-11-04 15:07:05

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


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2013-06-05 
11:54:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2013-11-04 
15:07:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:11:06 UTC 2013 - tchva...@suse.com
+
+- Drop conditional for doc and use verbose build.
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.BRYAlg/_old  2013-11-04 15:07:08.0 +0100
+++ /var/tmp/diff_new_pack.BRYAlg/_new  2013-11-04 15:07:08.0 +0100
@@ -17,14 +17,8 @@
 
 
 Name:   libmspub
-# note: the main package is empty, it only sets a sane name for the source rpm
-%if 0%{?suse_version}  1020
-%define build_doc  1
-BuildRequires:  doxygen
-%else
-%define build_doc  0
-%endif
 BuildRequires:  boost-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
@@ -45,7 +39,6 @@
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
 
-
 %define libname libmspub-0_0-0
 
 %package -n %libname
@@ -56,7 +49,6 @@
 libmspub is a library for parsing the Corel Draw file format structure. It is
 cross-platform, at the moment it can be build on Microsoft Windows and Linux.
 
-
 %package devel
 Summary:Files for Developing with libmspub
 Group:  Development/Libraries/C and C++
@@ -69,9 +61,6 @@
 
 This package contains the libmspub development files.
 
-
-%if %build_doc
-
 %package devel-doc
 Summary:Documentation for the libmspub API
 Group:  Documentation/HTML
@@ -79,7 +68,6 @@
 %description devel-doc
 This package contains documentation for the libmspub API.
 
-%endif
 
 %package tools
 Summary:Tools to work with publications in Microsoft Publisher 
file-format
@@ -88,7 +76,6 @@
 %description tools
 Command line tools to work with publications in Microsoft Publisher 
file-format.
 
-
 %prep
 %setup -q
 
@@ -97,16 +84,16 @@
--disable-werror \
--disable-static \
--docdir=%_docdir/%name
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%_libdir/*.la
+make DESTDIR=%{buildroot} install
+rm %{buildroot}%_libdir/*.la
 # documentation
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -p AUTHORS COPYING.* ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -121,12 +108,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmspub*.pc
 %{_includedir}/libmspub-*
-%if %build_doc != 0
 
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/html
-%endif
 
 %files tools
 %defattr(-,root,root)

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



commit libmwaw for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2013-11-04 15:09:46

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


Package is libmwaw

Changes:

--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2013-06-05 
11:54:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmwaw.new/libmwaw.changes 2013-11-04 
15:09:47.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:13:30 UTC 2013 - tchva...@suse.com
+
+- Drop doc conditional and use verbose build.
+
+---



Other differences:
--
++ libmwaw.spec ++
--- /var/tmp/diff_new_pack.5okmwW/_old  2013-11-04 15:09:47.0 +0100
+++ /var/tmp/diff_new_pack.5okmwW/_new  2013-11-04 15:09:47.0 +0100
@@ -17,14 +17,8 @@
 
 
 Name:   libmwaw
-# note: the main package is empty, it only sets a sane name for the source rpm
-%if 0%{?suse_version}  1020
-%define build_doc  1
-BuildRequires:  doxygen
-%else
-%define build_doc  0
-%endif
 BuildRequires:  boost-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libwpd-devel = 0.9.0
@@ -44,7 +38,6 @@
 %description
 Libmwaw is a project for converting many pre-OSX MAC text formats.
 
-
 %define libname libmwaw-0_1-1
 
 %package -n %libname
@@ -54,7 +47,6 @@
 %description -n %libname
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 
-
 %package devel
 Summary:Files for Developing with libmwaw
 Group:  Development/Libraries/C and C++
@@ -65,9 +57,6 @@
 Libmwaw is a new project for converting many pre-OSX MAC text formats.
 This package contains the libmwaw development files.
 
-
-%if %build_doc
-
 %package devel-doc
 Summary:Documentation for the libmwaw API
 Group:  Documentation/HTML
@@ -75,8 +64,6 @@
 %description devel-doc
 This package contains documentation for the libmwaw API.
 
-%endif
-
 %package tools
 Summary:Tools to work with publications in pre MAC OSX text 
file-formats
 Group:  Productivity/Publishing/Word
@@ -84,7 +71,6 @@
 %description tools
 Command line tools to work with publications in pre MAC OSX text file-formats.
 
-
 %prep
 %setup -q
 # doxygen needles rebuild
@@ -97,16 +83,16 @@
--disable-werror \
--disable-static \
--docdir=%_docdir/%name
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%_libdir/*.la
+make DESTDIR=%{buildroot} install
+rm %{buildroot}%_libdir/*.la
 # documentation
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -p COPYING.* $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p COPYING.* %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -121,12 +107,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmwaw*.pc
 %{_includedir}/libmwaw-*
-%if %build_doc != 0
 
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/html
-%endif
 
 %files tools
 %defattr(-,root,root)

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



commit libodfgen for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libodfgen for openSUSE:Factory 
checked in at 2013-11-04 15:10:09

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


Package is libodfgen

Changes:

--- /work/SRC/openSUSE:Factory/libodfgen/libodfgen.changes  2013-06-05 
11:54:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libodfgen.new/libodfgen.changes 2013-11-04 
15:10:10.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:15:05 UTC 2013 - tchva...@suse.com
+
+- Use verbose build.
+
+---



Other differences:
--
++ libodfgen.spec ++
--- /var/tmp/diff_new_pack.Kfc6LY/_old  2013-11-04 15:10:10.0 +0100
+++ /var/tmp/diff_new_pack.Kfc6LY/_new  2013-11-04 15:10:10.0 +0100
@@ -68,11 +68,11 @@
--docdir=%_docdir/%name \
--with-sharedptr=boost
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%_libdir/*.la
+make DESTDIR=%{buildroot} install
+rm %{buildroot}%_libdir/*.la
 
 %post -n %libname -p /sbin/ldconfig
 

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



commit libvisio for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2013-11-04 15:12:08

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


Package is libvisio

Changes:

--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes2013-07-27 
15:47:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2013-11-04 
15:12:09.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:05:03 UTC 2013 - tchva...@suse.com
+
+- Remove conditional for the doc building, use verbose build.
+
+---



Other differences:
--
++ libvisio.spec ++
--- /var/tmp/diff_new_pack.eVkbju/_old  2013-11-04 15:12:10.0 +0100
+++ /var/tmp/diff_new_pack.eVkbju/_new  2013-11-04 15:12:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,30 +21,25 @@
 Name:   libvisio
 Version:0.0.30
 Release:0
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Summary:Library for parsing the MS Visio file format structure
-Url:http://www.freedesktop.org/wiki/Software/libvisio
+License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Productivity/Publishing/Word
+Url:http://www.freedesktop.org/wiki/Software/libvisio
 Source0:http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
 Patch0: libvisio-0.0.30-iterator_range.patch
 Patch1: libvisio-0.0.30-wpx_seek_end.patch
 BuildRequires:  boost-devel
-%if 0%{?suse_version}  1020
-%define build_doc   1
 BuildRequires:  doxygen
-%else
-%define build_doc   0
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  gperf
 BuildRequires:  libicu-devel
 BuildRequires:  libwpd-devel = 0.9.5
 BuildRequires:  libwpg-devel = 0.2.0
 BuildRequires:  libxml2-devel
-BuildRequires:  zlib-devel
-BuildRequires:  gperf
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,14 +67,12 @@
 
 This package contains the libvisio development files.
 
-%if %build_doc
 %package devel-doc
 Summary:Documentation for the libvisio API
 Group:  Documentation/HTML
 
 %description devel-doc
 This package contains documentation for the libvisio API.
-%endif
 
 %package tools
 Summary:Tools to work with documents in MS Visio file-format
@@ -98,7 +91,7 @@
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install
@@ -125,11 +118,9 @@
 %{_libdir}/pkgconfig/libvisio*.pc
 %{_includedir}/libvisio-*
 
-%if %build_doc != 0
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-devel/html/
-%endif
 
 %files tools
 %defattr(-,root,root)

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



commit kdebase4-workspace for openSUSE:12.3:Update

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:12.3:Update checked in at 2013-11-04 15:14:25

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


Package is kdebase4-workspace

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.uQ3hqG/_old  2013-11-04 15:14:27.0 +0100
+++ /var/tmp/diff_new_pack.uQ3hqG/_new  2013-11-04 15:14:27.0 +0100
@@ -1 +1 @@
-link package='kdebase4-workspace.2092' cicount='copy' /
+link package='kdebase4-workspace.2138' cicount='copy' /

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



commit kdelibs4-apidocs.2146 for openSUSE:12.3:Update

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4-apidocs.2146 for 
openSUSE:12.3:Update checked in at 2013-11-04 15:17:13

Comparing /work/SRC/openSUSE:12.3:Update/kdelibs4-apidocs.2146 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdelibs4-apidocs.2146.new (New)


Package is kdelibs4-apidocs.2146

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=kdelibs4.2146 cicount=copy/--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdelibs4-apidocs for openSUSE:12.3:Update

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4-apidocs for 
openSUSE:12.3:Update checked in at 2013-11-04 15:17:15

Comparing /work/SRC/openSUSE:12.3:Update/kdelibs4-apidocs (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdelibs4-apidocs.new (New)


Package is kdelibs4-apidocs

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jvPOWH/_old  2013-11-04 15:17:16.0 +0100
+++ /var/tmp/diff_new_pack.jvPOWH/_new  2013-11-04 15:17:16.0 +0100
@@ -1 +1 @@
-link package='kdelibs4-apidocs.1841' cicount='copy' /
+link package='kdelibs4-apidocs.2146' cicount='copy' /

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



commit libestr for openSUSE:12.3:Update

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libestr for openSUSE:12.3:Update 
checked in at 2013-11-04 15:16:56

Comparing /work/SRC/openSUSE:12.3:Update/libestr (Old)
 and  /work/SRC/openSUSE:12.3:Update/.libestr.new (New)


Package is libestr

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.YvVyQR/_old  2013-11-04 15:16:58.0 +0100
+++ /var/tmp/diff_new_pack.YvVyQR/_new  2013-11-04 15:16:58.0 +0100
@@ -1 +1 @@
-link package='libestr.2095' cicount='copy' /
+link package='libestr.2147' cicount='copy' /

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



commit kdelibs4 for openSUSE:12.3:Update

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:12.3:Update 
checked in at 2013-11-04 15:17:17

Comparing /work/SRC/openSUSE:12.3:Update/kdelibs4 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.kdelibs4.new (New)


Package is kdelibs4

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PpSvUM/_old  2013-11-04 15:17:20.0 +0100
+++ /var/tmp/diff_new_pack.PpSvUM/_new  2013-11-04 15:17:20.0 +0100
@@ -1 +1 @@
-link package='kdelibs4.1841' cicount='copy' /
+link package='kdelibs4.2146' cicount='copy' /

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



commit mdds for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package mdds for openSUSE:Factory checked in 
at 2013-11-04 15:27:21

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


Package is mdds

Changes:

--- /work/SRC/openSUSE:Factory/mdds/mdds.changes2013-08-01 
15:39:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes   2013-11-04 
15:27:22.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:15:54 UTC 2013 - tchva...@suse.com
+
+- Use verbose build.
+
+---



Other differences:
--
++ mdds.spec ++
--- /var/tmp/diff_new_pack.O6SpPa/_old  2013-11-04 15:27:22.0 +0100
+++ /var/tmp/diff_new_pack.O6SpPa/_new  2013-11-04 15:27:22.0 +0100
@@ -55,7 +55,7 @@
 
 %build
 %configure --docdir=%{_docdir}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %check
 make check

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



commit Test-DVD-x86_64 for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2013-11-04 15:28:12

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


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.QpC7fp/_old  2013-11-04 15:28:13.0 +0100
+++ /var/tmp/diff_new_pack.QpC7fp/_new  2013-11-04 15:28:13.0 +0100
@@ -436,7 +436,6 @@
   repopackage name=patterns-openSUSE-enhanced_base/
   repopackage name=patterns-openSUSE-fonts/
   repopackage name=patterns-openSUSE-sw_management/
-  repopackage name=patterns-openSUSE-update_test/
   repopackage name=patterns-openSUSE-x11/
   repopackage name=patterns-openSUSE-x11_yast/
   repopackage name=pciutils/


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



commit bluedevil for openSUSE:13.1

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package bluedevil for openSUSE:13.1 checked 
in at 2013-11-04 15:34:44

Comparing /work/SRC/openSUSE:13.1/bluedevil (Old)
 and  /work/SRC/openSUSE:13.1/.bluedevil.new (New)


Package is bluedevil

Changes:




Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.9Lv8Mj/_old  2013-11-04 15:34:45.0 +0100
+++ /var/tmp/diff_new_pack.9Lv8Mj/_new  2013-11-04 15:34:45.0 +0100
@@ -39,17 +39,12 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-%if %suse_version  1230
-Requires:   obexd-server
-Requires:   openobex
-%else
 Requires:   obex-data-server
 %if %suse_version  1130
 Requires:   obexd-client
 %else
 Requires:   obexd
 %endif
-%endif
 %if %with_lang
 Recommends: %{name}-lang = %{version}
 %endif


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



commit obs-service-recompress for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package obs-service-recompress for 
openSUSE:Factory checked in at 2013-11-04 15:40:02

Comparing /work/SRC/openSUSE:Factory/obs-service-recompress (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-recompress.new (New)


Package is obs-service-recompress

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-recompress/obs-service-recompress.changes
2013-10-30 15:47:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-recompress.new/obs-service-recompress.changes
   2013-11-04 15:40:04.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  4 09:13:15 UTC 2013 - speili...@suse.com
+
+- Update to version 0.3:
+  + Don't overwrite identical files
+
+---

Old:

  obs-service-recompress-0.2.tar.gz

New:

  obs-service-recompress-0.3.tar.gz



Other differences:
--
++ obs-service-recompress.spec ++
--- /var/tmp/diff_new_pack.914EEm/_old  2013-11-04 15:40:06.0 +0100
+++ /var/tmp/diff_new_pack.914EEm/_new  2013-11-04 15:40:06.0 +0100
@@ -19,7 +19,7 @@
 %define service recompress
 
 Name:   obs-service-%{service}
-Version:0.2
+Version:0.3
 Release:0
 Summary:An OBS source service: Recompress files
 License:GPL-2.0+

++ obs-service-recompress-0.2.tar.gz - obs-service-recompress-0.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-recompress-0.2/recompress 
new/obs-service-recompress-0.3/recompress
--- old/obs-service-recompress-0.2/recompress   2013-10-29 14:50:47.0 
+0100
+++ new/obs-service-recompress-0.3/recompress   2013-11-04 10:12:59.0 
+0100
@@ -90,7 +90,29 @@
 
   # do the real work
   $UNCOMPRESS $FILE | $COMPRESS  $MYOUTDIR/$NEWFILE || exit 1
-  echo Compressed $FILE to $NEWFILE
+
+  # Check if the (compressed) target file already exists in the directory where
+  # the service is invoked and drop the newly generated one. Avoids overwriting
+  # otherwise identical files which only have different timestamps. Note that
+  # zdiff and co all fail to do that properly...
+  if [ -f $NEWFILE ] ; then
+DIFF_TMPDIR=$(mktemp -d)
+SRC_DIR=$PWD
+cd $DIFF_TMPDIR
+mkdir new old
+$(cd new ; tar -xxf $MYOUTDIR/$NEWFILE)
+$(cd old ; tar -xxf $SRC_DIR/$NEWFILE)
+if diff -r new old  /dev/null ; then
+  echo Identical target file $NEWFILE already exists, skipping..
+  rm -r $MYOUTDIR/$NEWFILE
+else
+  echo Compressed $FILE to $NEWFILE
+fi
+cd $SRC_DIR
+rm -r $DIFF_TMPDIR
+  else
+echo Compressed $FILE to $NEWFILE
+  fi
 
   # we can remove service files, no need to store them twice
   rm -f $FILE

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



commit openvas-manager for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package openvas-manager for openSUSE:Factory 
checked in at 2013-11-04 15:42:26

Comparing /work/SRC/openSUSE:Factory/openvas-manager (Old)
 and  /work/SRC/openSUSE:Factory/.openvas-manager.new (New)


Package is openvas-manager

Changes:

--- /work/SRC/openSUSE:Factory/openvas-manager/openvas-manager.changes  
2013-09-17 16:25:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvas-manager.new/openvas-manager.changes 
2013-11-04 15:42:28.0 +0100
@@ -1,0 +2,25 @@
+Fri Oct 25 13:02:13 UTC 2013 - johann.l...@wanadoo.fr
+
+- Update in 4.0.3
+  * Bugfix for DB-Migration from v55 to v56 for port lists.
+  * In GET_REPORT_FORMATS send TRUST and ACTIVE in details case too.  Details 
cases
+should always include everything from the simple case.
+  * In case of problems with SCAP or CERT database, Manager will still start 
up.
+  * Delete orphaned results and clear report counts cache if needed. This
+could significantly reduce size of the database.
+  * Delete results of report from results table always upon deleting a report.
+  * Overrides XML: Output threat element not only when details flag is set.
+  * Make Manager more robust on absent Scanner when deleting a task.
+  * Add timezone element for schedules.
+  * Bug fixes for numerical sorting (CVSS values).
+  * Bug fix for LSC credentials that had whitesapces in their name.
+  * Bugfix for database backup to consider all of the journal files.
+  * Add log for successful creation in CREATE_NOTE and CREATE_OVERRIDE.
+  * Update NBE report format plugin to improve compatibility with third
+party tools.
+  * For creation of Credentials. encrypt the random password and not the
+unrelated given_password.
+  * Performance improvements.
+  * Various little bugfixes. 
+
+---

Old:

  openvas-manager-4.0.2.tar.gz

New:

  openvas-manager-4.0.3.tar.gz



Other differences:
--
++ openvas-manager.spec ++
--- /var/tmp/diff_new_pack.GTBB0Z/_old  2013-11-04 15:42:29.0 +0100
+++ /var/tmp/diff_new_pack.GTBB0Z/_new  2013-11-04 15:42:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openvas-manager
-Version:4.0.2
+Version:4.0.3
 Release:5.1
 Url:http://www.openvas.org
 Source0:%{name}-%{version}.tar.gz

++ openvas-manager-4.0.2.tar.gz - openvas-manager-4.0.3.tar.gz ++
 5063 lines of diff (skipped)

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



commit openvas-administrator for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package openvas-administrator for 
openSUSE:Factory checked in at 2013-11-04 15:42:04

Comparing /work/SRC/openSUSE:Factory/openvas-administrator (Old)
 and  /work/SRC/openSUSE:Factory/.openvas-administrator.new (New)


Package is openvas-administrator

Changes:

--- 
/work/SRC/openSUSE:Factory/openvas-administrator/openvas-administrator.changes  
2013-09-17 16:27:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openvas-administrator.new/openvas-administrator.changes
 2013-11-04 15:42:05.0 +0100
@@ -1,0 +2,9 @@
+Fri Oct 25 13:09:00 UTC 2013 - johann.l...@wanadoo.fr
+
+- Update in 1.3.1
+  * Change short name for --sync-script back to -s to restore established
+  behaviour.
+  * Change short name for --scap-script from -s to -A.
+  * Minor cleanups and build improvements.
+
+---

Old:

  openvas-administrator-1.3.0.tar.gz

New:

  openvas-administrator-1.3.1.tar.gz



Other differences:
--
++ openvas-administrator.spec ++
--- /var/tmp/diff_new_pack.kLfrSB/_old  2013-11-04 15:42:28.0 +0100
+++ /var/tmp/diff_new_pack.kLfrSB/_new  2013-11-04 15:42:28.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   openvas-administrator
-Version:1.3.0
+Version:1.3.1
 Release:2.2
 License:GPL-2.0+
 Group:  Productivity/Networking/Security

++ openvas-administrator-1.3.0.tar.gz - openvas-administrator-1.3.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/CHANGES 
new/openvas-administrator-1.3.1/CHANGES
--- old/openvas-administrator-1.3.0/CHANGES 2013-04-15 11:37:44.0 
+0200
+++ new/openvas-administrator-1.3.1/CHANGES 2013-10-25 08:44:26.0 
+0200
@@ -1,3 +1,21 @@
+openvas-administrator 1.3.1 (2013-10-25)
+
+This is the first maintenance release of the OpenVAS Administrator 1.3, the
+local and remote administrative tool for the Open Vulnerability Assessment
+System release 6 (OpenVAS-6).
+
+The release fixes command line parameter names for convenience.
+
+Many thanks to everyone who has contributed to this release:
+Matthew Mundell, Michael Wiegand and Jan-Oliver Wagner.
+
+Main changes since 1.3.0:
+* Change short name for --sync-script back to -s to restore established
+  behaviour.
+* Change short name for --scap-script from -s to -A.
+* Minor cleanups and build improvements.
+
+
 openvas-administrator 1.3.0 (2013-04-15)
 
 This is the first release of the OpenVAS Administrator 1.3, the local and 
remote
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/CMakeLists.txt 
new/openvas-administrator-1.3.1/CMakeLists.txt
--- old/openvas-administrator-1.3.0/CMakeLists.txt  2013-04-15 
11:37:44.0 +0200
+++ new/openvas-administrator-1.3.1/CMakeLists.txt  2013-10-20 
19:47:13.0 +0200
@@ -7,7 +7,7 @@
 # Michael Wiegand michael.wieg...@greenbone.net
 #
 # Copyright:
-# Copyright (C) 2009, 2010 Greenbone Networks GmbH
+# Copyright (C) 2009-2013 Greenbone Networks GmbH
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2,
@@ -78,7 +78,7 @@
 set (CPACK_TOPLEVEL_TAG )
 set (CPACK_PACKAGE_VERSION_MAJOR 1)
 set (CPACK_PACKAGE_VERSION_MINOR 3)
-set (CPACK_PACKAGE_VERSION_PATCH 0${SVN_REVISION})
+set (CPACK_PACKAGE_VERSION_PATCH 1${SVN_REVISION})
 set (CPACK_PACKAGE_VERSION 
${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
 # Use this scheme for +betaN and +rcN releases:
 #set (CPACK_PACKAGE_VERSION_PATCH +beta1${SVN_REVISION})
@@ -168,7 +168,7 @@
 ##
 ## TODO Also check for headers where needed.
 
-pkg_check_modules (LIBOPENVAS REQUIRED libopenvas=6.0.0)
+pkg_check_modules (LIBOPENVAS REQUIRED libopenvas=6.0.0 libopenvas=6.9.0)
 pkg_check_modules (GNUTLS REQUIRED gnutls=2.8)
 pkg_check_modules (GLIB REQUIRED glib-2.0=2.16)
 pkg_check_modules (UUID REQUIRED uuid)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openvas-administrator-1.3.0/ChangeLog 
new/openvas-administrator-1.3.1/ChangeLog
--- old/openvas-administrator-1.3.0/ChangeLog   2013-04-15 11:37:44.0 
+0200
+++ new/openvas-administrator-1.3.1/ChangeLog   2013-10-25 08:45:54.0 
+0200
@@ -1,3 +1,43 @@
+2013-10-25  Jan-Oliver Wagner jan-oliver.wag...@greenbone.net
+
+   Preparing for the 1.3.1 release.
+
+   * CHANGES: Updated.
+
+2013-07-24  Matthew Mundell matthew.mund...@greenbone.net
+
+   * INSTALL: Reorder PKG_CONFIG_PATH export, in 

commit pdfchain for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package pdfchain for openSUSE:Factory 
checked in at 2013-11-04 15:43:03

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


Package is pdfchain

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.pdfchain.new/pdfchain.changes   2013-11-04 
15:43:05.0 +0100
@@ -0,0 +1,109 @@
+---
+Thu Jul 11 2013 - joerg.loren...@ki.tng.de
+  Version 0.4.4 (alpha)
+
+  * Depends no longer on gtkmm = 3.6 (works with gtkmm = 3.0)
+* Added fallback for gtkmm  3.6 (no MenuButton is used)
+* Changed the configure.ac to define PDFCHAIN_GTKMM_OLD
+  at config.h in case of gtkmm  3.6
+  * Revised the FileChooser Dialogs and Buttons
+* Added a clear function to all FileChoosers
+* All FileChooser show the current folder not the history
+* Changed the clear function for the FileChooser in the sections
+  Version 0.4.3 (alpha)
+
+  * Revised Sections Background/Stamp and Burst
+* Revised and added Tooltips
+* Simpler user guidance
+  * Revised some tooltips
+  * Changed the signal handler for the check buttons in section Permissions
+  Version 0.4.2 (alpha)
+
+  * Depends on PDFtk = 2.0
+  * Renamed Concatenate to Catenate
+  * Added and revised tooltips in sections Tools and Catenate
+  * Revised PDFtk return code messages
+* Added PDFtk return codes 3 and 768
+  * Added new features of PDFtk 2.0 in section Tools
+* Dump Data Annotaion
+* Needs Appearances
+  * Added Repair document in section Tools
+  * Replaced the expression PDF file by document
+  * Revised section permissions
+* Revised tooltips
+* Added user guidance (useless selections shouldn't be able)
+* Revised the create_command() methode
+* Added handlig and warning if user and owner password are the same
+---
+Tue Jul 02 2013 - joerg.loren...@ki.tng.de
+  Version 0.4.1 (alpha)
+
+  * Depends on gtkmm-3.0 = 3.6.0 (for Gtk::MenuButton)
+  * Added a right click popup menu for the cat treeview
+  * Added move to top and move to bottom buttons to section cat
+  * Added some tooltips
+  * Moved the clear and about button into a menu with a menu button
+  * Moved the permissions from an expander to a toggle button
+  * Changed the order of the file filter at output folder file chooser burst
+  * Changed the stock icon at output folder file chooser burst
+(Gtk::Stock::DIRECTORY doesn't work right)
+---
+Wed Apr 03 2013 - joerg.loren...@ki.tng.de
+  Version 0.4.0 (alpha)
+
+  * PDF Chain 0.4.0 is compatible with the PDF Toolkit 1.45
+and supporting its features.
+PDF Chain 0.4.0 is not compatible with PDFtk 1.44 and older!
+* Merged Cat Simple and Cat Extended to Conaticate
+  using the multi-character input handles of PDFtk 1.45.
+  By implementing the multi-character handles,
+  PDFtk removed its 26 file limitation.
+  Cat Simple is not necessary any longer.
+* Using a guint id instead a char handle for indexing the files.
+  Default (not indexed) file id is G_MAXUINT.
+* The method cLStore_CatExtended::createCommand() creates
+  a PDFtk input handle from the id.
+  Id 0 equals to handle A, 25 to Z, 26 to BA (multi-character) ...
+* Adjust the command syntax for page rotation to PDFtk 1.45.
+  Using north, south, east, west now instead of N, S, E, W.
+* Supporting the r page prefix of PDFtk 1.45.
+* Rewrote some methodes at file id store_cat.cc
+  and reorganized some functionality of the liststore.
+  * Implemented the Clear Button.
+  * Removed the Options at the add-files-filechooser of Concatenate (Cat 
Extended).
+  * Add has its own column at Concatenate now.
+  * Changed some Labels (Shuffle, Digits, UTF-8, ...)
+  * Updated projectpage (http://pdfchain.sourceforge.net/)
+---
+Tue Oct 09 2012 - joerg.loren...@ki.tng.de
+  Version 0.3.5 (alpha)
+
+  * Bugfix in section Cat Extended
+(Bugreport: 
https://bugs.launchpad.net/ubuntu/+source/pdfchain/+bug/1048045)
+Now re-indexing list-entries before creating the command
+at metohod cLStore_CatExtended::createCommand()
+---
+Sun Aug 26 2012 - joerg.loren...@ki.tng.de
+  Version 0.3.4 (alpha)
+
+  * Added new section Cat Simple
+  * Changed GUI design
+* Removed menubar (looks more like a dialog)
+* Sections use full window width (looks more like gedit)
+* Replaced progressbar by statusbar (status messages are not visible yet)
+  

commit mozc for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package mozc for openSUSE:Factory checked in 
at 2013-11-04 15:38:06

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


Package is mozc

Changes:

--- /work/SRC/openSUSE:Factory/mozc/mozc.changes2013-09-02 
15:00:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozc.new/mozc.changes   2013-11-04 
15:38:07.0 +0100
@@ -1,0 +2,12 @@
+Mon Oct 28 17:53:17 UTC 2013 - ft...@geeko.jp
+
+- Fix typed password is shown on GNOME lock screen bnc#847718
+  * Add support-input-purpose.patch
+- Fix config button is disabled on GNOME Control Center rh#904625
+- Change initial input mode of ibus-mozc to direct input Issue#201
+  * Add fix-initial-input-mode.patch
+- Enables keyboard layout variations for ibus-mozc
+  * Add ibus-provide-layout-variations.patch
+  * Supplements the fix above
+
+---

New:

  fix-initial-input-mode.patch
  ibus-provide-layout-variations.patch
  ibus-setup-mozc-jp.desktop.in
  support-input-purpose.patch



Other differences:
--
++ mozc.spec ++
--- /var/tmp/diff_new_pack.ncb3f0/_old  2013-11-04 15:38:09.0 +0100
+++ /var/tmp/diff_new_pack.ncb3f0/_new  2013-11-04 15:38:09.0 +0100
@@ -40,19 +40,27 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE
 Source2:fcitx-mozc-icons.tar.gz
-%if %{with_fcitx}
-# PATCH-FEATURE-UPSTREAM i...@marguerite.su - add fcitx as mozc module
-Patch0: fcitx-mozc-1.11.1522.102.1.patch
-%endif
 # gyp is not included from 1.11.1522.102
 # License: BSD-3-Clause
 # svn export http://gyp.googlecode.com/svn/trunk/@r1665 gyp
 Source3:gyp-r1665.tar.bz2
+Source4:ibus-setup-mozc-jp.desktop.in
+%if %{with_fcitx}
+# PATCH-FEATURE-UPSTREAM i...@marguerite.su - add fcitx as mozc module
+Patch0: fcitx-mozc-1.11.1522.102.1.patch
+%endif
+# PATCH-FIX-UPSTREAM ft...@geeko.jp bnc#847718
+Patch1: support-input-purpose.patch
+# PATCH-FIX-UPSTREAM ft...@geeko.jp
+Patch2: fix-initial-input-mode.patch
+# PATCH-FEATURE-OPENSUSE ft...@geeko.jp
+Patch3: ibus-provide-layout-variations.patch
 
 BuildRequires:  libopenssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  protobuf-devel
 BuildRequires:  python
+BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -119,6 +127,10 @@
 %patch0 -p2
 %endif
 
+%patch1 -p0
+%patch2 -p0
+%patch3 -p0
+
 cp %{SOURCE1} .
 
 # extract gyp
@@ -126,6 +138,8 @@
 tar xvf %{SOURCE3}
 popd
 
+sed -e 's|@libdir@|%{_libdir}|g' %{SOURCE4}  ibus-setup-mozc-jp.desktop
+
 %build
 %define target Release
 export QTDIR=%{_libdir}/qt4
@@ -169,6 +183,18 @@
 install -m644 data/images/unix/ui-alpha_half.png 
%{buildroot}%{_datadir}/ibus-mozc/alpha_half.png
 install -m644 data/images/unix/ui-alpha_full.png 
%{buildroot}%{_datadir}/ibus-mozc/alpha_full.png
 
+install -m755 -d %{buildroot}%{_datadir}/applications
+install -m644 ibus-setup-mozc-jp.desktop 
%{buildroot}%{_datadir}/applications/ibus-setup-mozc-jp.desktop
+%suse_update_desktop_file ibus-setup-mozc-jp System Utility settings
+
+# for provide-layout-variations patch
+ln -s ibus-setup-mozc-jp.desktop 
%{buildroot}%{_datadir}/applications/ibus-setup-mozc-jp-jp.desktop
+%suse_update_desktop_file ibus-setup-mozc-jp-jp System Utility settings
+ln -s ibus-setup-mozc-jp.desktop 
%{buildroot}%{_datadir}/applications/ibus-setup-mozc-us.desktop
+%suse_update_desktop_file ibus-setup-mozc-us System Utility settings
+ln -s ibus-setup-mozc-jp.desktop 
%{buildroot}%{_datadir}/applications/ibus-setup-mozc-dv.desktop
+%suse_update_desktop_file ibus-setup-mozc-dv System Utility settings
+
 %if %{with_fcitx}
 # Install Fcitx module
 for mofile in out_linux/Release/obj/gen/unix/fcitx/po/*.mo
@@ -240,6 +266,10 @@
 %defattr(-, root, root)
 %dir %{_libdir}/ibus-mozc/
 %{_libdir}/ibus-mozc/ibus-engine-mozc
+%{_datadir}/applications/ibus-setup-mozc-jp.desktop
+%{_datadir}/applications/ibus-setup-mozc-jp-jp.desktop
+%{_datadir}/applications/ibus-setup-mozc-us.desktop
+%{_datadir}/applications/ibus-setup-mozc-dv.desktop
 %dir %{_datadir}/ibus/component/
 %{_datadir}/ibus/component/mozc.xml
 %dir %{_datadir}/ibus-mozc/

++ fix-initial-input-mode.patch ++
diff -ru unix.org/ibus/property_handler.cc unix/ibus/property_handler.cc
--- unix.org/ibus/property_handler.cc   2013-10-29 02:17:24.898870371 +0900
+++ unix/ibus/property_handler.cc   2013-10-29 02:48:55.617344149 +0900
@@ -84,8 +84,27 @@
   client_(client),
   translator_(translator),
   original_composition_mode_(kMozcEngineInitialCompositionMode),
+#if 

commit phonon for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package phonon for openSUSE:Factory checked 
in at 2013-11-04 16:08:50

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


Package is phonon

Changes:

--- /work/SRC/openSUSE:Factory/phonon/phonon.changes2013-10-01 
08:20:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.phonon.new/phonon.changes   2013-11-04 
16:08:51.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 12:28:41 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.7.0~git20131104
+  * Buildsystem fixes since previous snapshot
+  * Version bump to 4.7.0
+
+---

Old:

  phonon-4.6.80~git20130930.tar.xz

New:

  phonon-4.7.0~git20131104.tar.xz



Other differences:
--
++ phonon.spec ++
--- /var/tmp/diff_new_pack.W7MSuB/_old  2013-11-04 16:08:51.0 +0100
+++ /var/tmp/diff_new_pack.W7MSuB/_new  2013-11-04 16:08:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   phonon
-Version:4.6.80~git20130930
+Version:4.7.0~git20131104
 Release:0
 Summary:Multimedia Platform Abstraction
 License:LGPL-2.0+

++ phonon-4.6.80~git20130930.tar.xz - phonon-4.7.0~git20131104.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-4.6.80~git20130930/.gitignore 
new/phonon-4.7.0~git20131104/.gitignore
--- old/phonon-4.6.80~git20130930/.gitignore2013-09-30 16:43:58.0 
+0200
+++ new/phonon-4.7.0~git20131104/.gitignore 2013-11-04 12:30:32.0 
+0100
@@ -1,3 +1,4 @@
 *.swp
 build
+build5
 apidocs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-4.6.80~git20130930/CMakeLists.txt 
new/phonon-4.7.0~git20131104/CMakeLists.txt
--- old/phonon-4.6.80~git20130930/CMakeLists.txt2013-09-30 
16:43:58.0 +0200
+++ new/phonon-4.7.0~git20131104/CMakeLists.txt 2013-11-04 12:30:32.0 
+0100
@@ -20,8 +20,8 @@
 # It is highly advised to think twice before changing those.
 # If you are unsure about the this: 
http://plan99.net/~mike/writing-shared-libraries.html
 set(PHONON_LIB_MAJOR_VERSION 4) # Only change on binary incompatible changes
-set(PHONON_LIB_MINOR_VERSION 6) # Only change on binary compatible changes 
with new interfaces
-set(PHONON_LIB_PATCH_VERSION 80) # Bump whenever you feel like it :P
+set(PHONON_LIB_MINOR_VERSION 7) # Only change on binary compatible changes 
with new interfaces
+set(PHONON_LIB_PATCH_VERSION 0) # Bump whenever you feel like it :P
 set(PHONON_LIB_VERSION 
${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION})
 set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
 set(PHONON_LIB_SONAME phonon)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-4.6.80~git20130930/PhononConfig.cmake.in 
new/phonon-4.7.0~git20131104/PhononConfig.cmake.in
--- old/phonon-4.6.80~git20130930/PhononConfig.cmake.in 2013-09-30 
16:43:58.0 +0200
+++ new/phonon-4.7.0~git20131104/PhononConfig.cmake.in  2013-11-04 
12:30:32.0 +0100
@@ -15,6 +15,7 @@
 
 set(PHONON_LIBRARY_DIR ${rootDir}/@LIB_INSTALL_DIR@)
 set(PHONON_BUILDSYSTEM_DIR ${rootDir}/@BUILDSYSTEM_INSTALL_DIR@)
+set(PHONON_LIB_SONAME @PHONON_LIB_SONAME@)
 
 if(NOT TARGET Phonon::@PHONON_LIB_SONAME@)
   include(${currentDir}/PhononTargets.cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-4.6.80~git20130930/cmake/FindPhononInternal.cmake 
new/phonon-4.7.0~git20131104/cmake/FindPhononInternal.cmake
--- old/phonon-4.6.80~git20130930/cmake/FindPhononInternal.cmake
2013-09-30 16:43:58.0 +0200
+++ new/phonon-4.7.0~git20131104/cmake/FindPhononInternal.cmake 2013-11-04 
12:30:32.0 +0100
@@ -182,6 +182,10 @@
 if (PHONON_BUILD_PHONON4QT5)
 set(PLUGIN_INSTALL_DIR  ${LIB_INSTALL_DIR}/qt5   
CACHE PATH The subdirectory relative to the install prefix where plugins will 
be installed (default is ${LIB_INSTALL_DIR}/qt5) FORCE)
 endif(PHONON_BUILD_PHONON4QT5)
+set(BACKEND_INSTALL_DIR 
${PLUGIN_INSTALL_DIR}/plugins/${PHONON_LIB_SONAME}_backend)
+if(WIN32) # Imported from Phonon VLC
+set(BACKEND_INSTALL_DIR bin/${PHONON_LIB_SONAME}_backend)
+endif()
 set(ICON_INSTALL_DIR${SHARE_INSTALL_PREFIX}/icons 
CACHE PATH The icon install dir (default 
${SHARE_INSTALL_PREFIX}/share/icons/))
 set(SERVICES_INSTALL_DIR${SHARE_INSTALL_PREFIX}/kde4/services 
CACHE PATH The install dir for service (desktop, protocol, ...) files)
 if (PHONON_BUILD_PHONON4QT5)
diff -urN '--exclude=CVS' 

commit phonon-backend-gstreamer-0_10 for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-gstreamer-0_10 for 
openSUSE:Factory checked in at 2013-11-04 16:09:34

Comparing /work/SRC/openSUSE:Factory/phonon-backend-gstreamer-0_10 (Old)
 and  /work/SRC/openSUSE:Factory/.phonon-backend-gstreamer-0_10.new (New)


Package is phonon-backend-gstreamer-0_10

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon-backend-gstreamer-0_10/phonon-backend-gstreamer-0_10.changes
  2013-09-16 12:38:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-gstreamer-0_10.new/phonon-backend-gstreamer-0_10.changes
 2013-11-04 16:09:36.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 12:35:53 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.7.0~git20131104
+  * Buildsystem fixes since previous snapshot
+  * Version bump to 4.7.0
+
+---

Old:

  phonon-backend-gstreamer-4.6.80~git20130915.tar.xz

New:

  phonon-backend-gstreamer-4.7.0~git20131104.tar.xz



Other differences:
--
++ phonon-backend-gstreamer-0_10.spec ++
--- /var/tmp/diff_new_pack.EO8p8M/_old  2013-11-04 16:09:36.0 +0100
+++ /var/tmp/diff_new_pack.EO8p8M/_new  2013-11-04 16:09:36.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   phonon-backend-gstreamer-0_10
-Version:4.6.80~git20130915
+Version:4.7.0~git20131104
 Release:0
 Summary:Phonon Multimedia Platform Abstraction
 License:LGPL-2.0+
 Group:  System/GUI/KDE
 Url:http://phonon.kde.org/
 %define filename phonon-backend-gstreamer
-%define _phonon_version 4.6.80~git20130915
+%define _phonon_version 4.7.0~git20131104
 Source0:%{filename}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM 0001-Fix-no-return-in-nonvoid-function.patch -- fixes 
build issue detected by post-build-checks
 Patch0: 0001-Fix-no-return-in-nonvoid-function.patch
@@ -34,7 +34,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gstreamer-0_10-plugins-base-devel
 BuildRequires:  kde4-filesystem
-BuildRequires:  phonon-devel = 4.6.80~git20130915
+BuildRequires:  phonon-devel = 4.7.0~git20131104
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 Requires:   libphonon4 = %{_phonon_version}

++ phonon-backend-gstreamer-4.6.80~git20130915.tar.xz - 
phonon-backend-gstreamer-4.7.0~git20131104.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-backend-gstreamer-4.6.80~git20130915/.gitignore 
new/phonon-backend-gstreamer-4.7.0~git20131104/.gitignore
--- old/phonon-backend-gstreamer-4.6.80~git20130915/.gitignore  2013-09-09 
13:30:06.0 +0200
+++ new/phonon-backend-gstreamer-4.7.0~git20131104/.gitignore   2013-11-04 
12:52:32.0 +0100
@@ -1,2 +1,3 @@
 *.swp
 build
+build5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-backend-gstreamer-4.6.80~git20130915/CMakeLists.txt 
new/phonon-backend-gstreamer-4.7.0~git20131104/CMakeLists.txt
--- old/phonon-backend-gstreamer-4.6.80~git20130915/CMakeLists.txt  
2013-09-09 13:30:06.0 +0200
+++ new/phonon-backend-gstreamer-4.7.0~git20131104/CMakeLists.txt   
2013-11-04 12:52:32.0 +0100
@@ -6,30 +6,18 @@
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
 find_package(Phonon REQUIRED)
-macro_ensure_version(4.6.80 ${PHONON_VERSION} PHONON_FOUND)
-macro_log_feature(PHONON_FOUND Phonon Core Library 
git://anongit.kde.org/phonon.git TRUE 4.6.80)
+macro_ensure_version(4.7.0 ${PHONON_VERSION} PHONON_FOUND)
+macro_log_feature(PHONON_FOUND Phonon Core Library 
git://anongit.kde.org/phonon.git TRUE 4.7.0)
 
 add_definitions(${QT_DEFINITIONS})
 include_directories(${PHONON_INCLUDES} ${QT_INCLUDES})
 
 set(PHONON_GST_MAJOR_VERSION 4)
-set(PHONON_GST_MINOR_VERSION 6)
-set(PHONON_GST_PATCH_VERSION 80)
+set(PHONON_GST_MINOR_VERSION 7)
+set(PHONON_GST_PATCH_VERSION 0)
 set(PHONON_GST_VERSION 
${PHONON_GST_MAJOR_VERSION}.${PHONON_GST_MINOR_VERSION}.${PHONON_GST_PATCH_VERSION})
 add_definitions(-DPHONON_GST_VERSION=${PHONON_GST_VERSION})
 
 add_subdirectory(gstreamer)
 
 macro_display_feature_log()
-
-add_custom_command(
-OUTPUT 
${CMAKE_BINARY_DIR}/phonon-backend-gstreamer-${PHONON_GST_VERSION}.tar.xz
-COMMAND
-git archive --prefix=phonon-backend-gstreamer-${PHONON_GST_VERSION}/ 
HEAD | xz  
${CMAKE_BINARY_DIR}/phonon-backend-gstreamer-${PHONON_GST_VERSION}.tar.xz
-WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
-)
-
-add_custom_target(
-dist
-DEPENDS 
${CMAKE_BINARY_DIR}/phonon-backend-gstreamer-${PHONON_GST_VERSION}.tar.xz
-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit phonon-backend-vlc for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-vlc for 
openSUSE:Factory checked in at 2013-11-04 16:10:39

Comparing /work/SRC/openSUSE:Factory/phonon-backend-vlc (Old)
 and  /work/SRC/openSUSE:Factory/.phonon-backend-vlc.new (New)


Package is phonon-backend-vlc

Changes:

--- /work/SRC/openSUSE:Factory/phonon-backend-vlc/phonon-backend-vlc.changes
2013-10-08 11:04:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-vlc.new/phonon-backend-vlc.changes   
2013-11-04 16:10:40.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 12:40:08 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 0.7.0~git20131104
+  * Buildsystem fixes since previous snapshot
+  * Version bump to 0.7.0
+
+---

Old:

  phonon-backend-vlc-0.6.80~git20130930.tar.xz

New:

  phonon-backend-vlc-0.7.0~git20131104.tar.xz



Other differences:
--
++ phonon-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.tgEhwI/_old  2013-11-04 16:10:41.0 +0100
+++ /var/tmp/diff_new_pack.tgEhwI/_new  2013-11-04 16:10:41.0 +0100
@@ -17,20 +17,20 @@
 
 
 Name:   phonon-backend-vlc
-Version:0.6.80~git20130930
+Version:0.7.0~git20131104
 Release:0
 Summary:Phonon VLC Backend
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
 Url:http://phonon.kde.org/
-%define _phonon_version 4.6.80~git20130930
+%define _phonon_version 4.7.0~git20131104
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  alsa-devel
 BuildRequires:  automoc4
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  kde4-filesystem
-BuildRequires:  phonon-devel = 4.6.80~git20130930
+BuildRequires:  phonon-devel = 4.7.0~git20131104
 BuildRequires:  pkgconfig
 BuildRequires:  vlc-devel = 2.0.1
 Requires:   libphonon4 = %{_phonon_version}

++ phonon-backend-vlc-0.6.80~git20130930.tar.xz - 
phonon-backend-vlc-0.7.0~git20131104.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phonon-backend-vlc-0.6.80~git20130930/CMakeLists.txt 
new/phonon-backend-vlc-0.7.0~git20131104/CMakeLists.txt
--- old/phonon-backend-vlc-0.6.80~git20130930/CMakeLists.txt2013-09-30 
16:33:59.0 +0200
+++ new/phonon-backend-vlc-0.7.0~git20131104/CMakeLists.txt 2013-11-04 
13:00:01.0 +0100
@@ -5,8 +5,13 @@
 
 # Phonon
 find_package(Phonon REQUIRED)
-macro_ensure_version(4.6.80 ${PHONON_VERSION} PHONON_FOUND)
-macro_log_feature(PHONON_FOUND Phonon Core Library 
git://anongit.kde.org/phonon.git TRUE 4.6.80)
+macro_ensure_version(4.7.0 ${PHONON_VERSION} PHONON_FOUND)
+macro_log_feature(PHONON_FOUND Phonon Core Library 
git://anongit.kde.org/phonon.git TRUE 4.7.0)
+
+# LibVLC
+find_package(LIBVLC REQUIRED)
+macro_ensure_version(2.0.1 ${LIBVLC_VERSION} LIBVLC_FOUND)
+macro_log_feature(LIBVLC_FOUND LibVLC VLC C API Library 
git://git.videolan.org/vlc.git TRUE 2.0.1)
 
 if(PHONON_FOUND_EXPERIMENTAL)
   add_definitions(-DPHONON_EXPERIMENTAL)
@@ -14,17 +19,13 @@
   add_definitions(-DPHONON_VLC_NO_EXPERIMENTAL)
 endif(PHONON_FOUND_EXPERIMENTAL)
 
-# libVLC
-set(LIBVLC_MIN_VERSION 2.0.1)
-find_package(LIBVLC REQUIRED)
-
 add_definitions(${QT_DEFINITIONS})
 
 include_directories(${PHONON_INCLUDES} ${QT_INCLUDES} ${LIBVLC_INCLUDE_DIR} 
${LIBVLC_INCLUDE_DIR}/vlc/plugins)
 
 set(PHONON_VLC_MAJOR_VERSION 0)
-set(PHONON_VLC_MINOR_VERSION 6)
-set(PHONON_VLC_PATCH_VERSION 80)
+set(PHONON_VLC_MINOR_VERSION 7)
+set(PHONON_VLC_PATCH_VERSION 0)
 set(PHONON_VLC_VERSION 
${PHONON_VLC_MAJOR_VERSION}.${PHONON_VLC_MINOR_VERSION}.${PHONON_VLC_PATCH_VERSION})
 add_definitions(-DPHONON_VLC_VERSION=${PHONON_VLC_VERSION})
 
@@ -32,3 +33,5 @@
 include(MimeTypes.cmake)
 
 add_subdirectory(src)
+
+macro_display_feature_log()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-backend-vlc-0.6.80~git20130930/src/CMakeLists.txt 
new/phonon-backend-vlc-0.7.0~git20131104/src/CMakeLists.txt
--- old/phonon-backend-vlc-0.6.80~git20130930/src/CMakeLists.txt
2013-09-30 16:33:59.0 +0200
+++ new/phonon-backend-vlc-0.7.0~git20131104/src/CMakeLists.txt 2013-11-04 
13:00:01.0 +0100
@@ -19,13 +19,13 @@
 endif (MSVC)
 
 if(${PHONON_VERSION} VERSION_GREATER 4.6.49) # Pre-release 4.7 starts at 
4.6.50
-message(Building against Phonon 4.7 API)
+message(STATUS Building against Phonon 4.7 API)
 add_definitions(-DPHONON_BACKEND_VERSION_4_7)
 elseif(${PHONON_VERSION} VERSION_GREATER 4.1.99)
-message(Building against Phonon 4.2 API)
+message(STATUS Building against Phonon 4.2 API)
 add_definitions(-DPHONON_BACKEND_VERSION_4_2)
 else()
-

commit python3-numpy for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python3-numpy for openSUSE:Factory 
checked in at 2013-11-04 16:18:26

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


Package is python3-numpy

Changes:

--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy-doc.changes  
2013-09-26 16:58:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy-doc.changes 
2013-11-04 16:18:27.0 +0100
@@ -1,0 +2,25 @@
+Mon Nov  4 11:13:59 UTC 2013 - toddrme2...@gmail.com
+
+- Fix building
+- python3-2to3 is not needed for the main package but is still
+  needed for the docs
+
+---
+Thu Oct 31 10:17:25 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 1.8.0
+  Highlights:
+  * New, no 2to3, Python 2 and Python 3 are supported by a common code base. 
+  * New, gufuncs for linear algebra, enabling operations on stacked arrays. 
+  * New, inplace fancy indexing for ufuncs with the ``.at`` method. 
+  * New, ``partition`` function, partial sorting via selection for fast 
median. 
+  * New, ``nanmean``, ``nanvar``, and ``nanstd`` functions skipping NaNs. 
+  * New, ``full`` and ``full_like`` functions to create value initialized 
arrays. 
+  * New, ``PyUFunc_RegisterLoopForDescr``, better ufunc support for user 
dtypes. 
+  * Numerous performance improvements in many areas.
+- Add a new flag to easily enable/disable atlas support for if it
+  ever gets fixed in the future
+- Rebase numpy-buildfix.patch
+- Remove upstreamed numpy-doc-postprocess-encoding.patch
+
+---
--- /work/SRC/openSUSE:Factory/python3-numpy/python3-numpy.changes  
2013-09-26 16:58:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-numpy.new/python3-numpy.changes 
2013-11-04 16:18:27.0 +0100
@@ -1,0 +2,18 @@
+Thu Oct 31 10:17:25 UTC 2013 - toddrme2...@gmail.com
+
+- Update to 1.8.0
+  Highlights:
+  * New, no 2to3, Python 2 and Python 3 are supported by a common code base. 
+  * New, gufuncs for linear algebra, enabling operations on stacked arrays. 
+  * New, inplace fancy indexing for ufuncs with the ``.at`` method. 
+  * New, ``partition`` function, partial sorting via selection for fast 
median. 
+  * New, ``nanmean``, ``nanvar``, and ``nanstd`` functions skipping NaNs. 
+  * New, ``full`` and ``full_like`` functions to create value initialized 
arrays. 
+  * New, ``PyUFunc_RegisterLoopForDescr``, better ufunc support for user 
dtypes. 
+  * Numerous performance improvements in many areas.
+- Add a new flag to easily enable/disable atlas support for if it
+  ever gets fixed in the future
+- Rebase numpy-buildfix.patch
+- Remove upstreamed numpy-doc-postprocess-encoding.patch
+
+---

Old:

  numpy-1.7.1.tar.gz
  numpy-doc-postprocess-encoding.patch

New:

  numpy-1.8.0.tar.gz



Other differences:
--
++ python3-numpy-doc.spec ++
--- /var/tmp/diff_new_pack.4sYbhv/_old  2013-11-04 16:18:29.0 +0100
+++ /var/tmp/diff_new_pack.4sYbhv/_new  2013-11-04 16:18:29.0 +0100
@@ -16,15 +16,14 @@
 #
 
 Name:   python3-numpy-doc
-Version:1.7.1
+Version:1.8.0
 Release:0
 Url:http://sourceforge.net/projects/numpy
 Summary:Documentation for python3-numpy
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
 Source: numpy-%{version}.tar.gz
-Patch1: numpy-buildfix.patch
-Patch2: numpy-doc-postprocess-encoding.patch
+Patch0: numpy-buildfix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} == 1220
 BuildRequires:  python3-2to3
@@ -59,10 +58,7 @@
 
 %prep
 %setup -q -n numpy-%{version}
-%patch1 -p0
-%patch2 -p1
-# Use packaged numpydoc instead:
-rm -r doc/sphinxext/numpydoc.py
+%patch0 -p1
 # Patch in intersphinx file from pytho3-doc:
 sed -i s|'http://docs.python.org/dev': None|'http://docs.python.org/dev': 
'/usr/share/doc/packages/python3/html/objects.inv'| doc/source/conf.py
 # Avoid autosummary extensions, summaries are incomplete and it would fail:

++ python3-numpy.spec ++
--- /var/tmp/diff_new_pack.4sYbhv/_old  2013-11-04 16:18:29.0 +0100
+++ /var/tmp/diff_new_pack.4sYbhv/_new  2013-11-04 16:18:29.0 +0100
@@ -16,27 +16,29 @@
 #
 
 
+%define with_atlas 0
+
 Name:   python3-numpy
-Version:1.7.1
+Version:1.8.0
 Release:0
 Url:http://sourceforge.net/projects/numpy
 Summary:NumPy array processing for numbers, strings, records and 
objects
 License:BSD-3-Clause

commit python-jsonschema for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-jsonschema for 
openSUSE:Factory checked in at 2013-11-04 16:19:50

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


Package is python-jsonschema

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes  
2013-06-19 17:01:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonschema.new/python-jsonschema.changes 
2013-11-04 16:19:51.0 +0100
@@ -1,0 +2,10 @@
+Mon Oct 21 13:30:13 UTC 2013 - dmuel...@suse.com
+
+- update to 2.2.0:
+  * Compile the host name regex (#127)
+  * Allow arbitrary objects to be types (#129)
+  * Support RFC 3339 datetimes in conformance with the spec
+  * Fixed error paths for additionalItems + items (#122)
+  * Fixed wording for min / maxProperties (#117)
+
+---

Old:

  jsonschema-2.0.0.tar.gz

New:

  jsonschema-2.2.0.tar.gz



Other differences:
--
++ python-jsonschema.spec ++
--- /var/tmp/diff_new_pack.3hHtj2/_old  2013-11-04 16:19:51.0 +0100
+++ /var/tmp/diff_new_pack.3hHtj2/_new  2013-11-04 16:19:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-jsonschema
-Version:2.0.0
+Version:2.2.0
 Release:0
 Summary:An implementation of JSON-Schema validation for Python
 License:MIT

++ jsonschema-2.0.0.tar.gz - jsonschema-2.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonschema-2.0.0/CHANGELOG.rst 
new/jsonschema-2.2.0/CHANGELOG.rst
--- old/jsonschema-2.0.0/CHANGELOG.rst  2013-05-21 15:36:50.0 +0200
+++ new/jsonschema-2.2.0/CHANGELOG.rst  2013-10-18 19:31:08.0 +0200
@@ -1,3 +1,17 @@
+v2.2.0
+--
+
+* Compile the host name regex (#127)
+* Allow arbitrary objects to be types (#129)
+
+v2.1.0
+--
+
+* Support RFC 3339 datetimes in conformance with the spec
+* Fixed error paths for additionalItems + items (#122)
+* Fixed wording for min / maxProperties (#117)
+
+
 v2.0.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonschema-2.0.0/PKG-INFO 
new/jsonschema-2.2.0/PKG-INFO
--- old/jsonschema-2.0.0/PKG-INFO   2013-05-21 15:41:34.0 +0200
+++ new/jsonschema-2.2.0/PKG-INFO   2013-10-18 19:46:54.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jsonschema
-Version: 2.0.0
+Version: 2.2.0
 Summary: An implementation of JSON Schema validation for Python
 Home-page: http://github.com/Julian/jsonschema
 Author: Julian Berman
@@ -57,21 +57,8 @@
 Release Notes
 -
 
-``v2.0.0`` adds a better interface for creating and extending 
validators in the
-form of ``jsonschema.validators.create`` and 
``jsonschema.validators.extend``.
-The documentation is still a bit lacking in this area but it's getting 
there.
-See the tests in ``jsonschema.tests.test_validators`` and the source 
code if
-you'd like to try it out now. ``ValidatorMixin`` has been removed.
-
-Practically speaking, this affects validators that subclassed a 
built-in
-validator and extended a validator function (presumably with an upcall 
via
-``super``), as the correct way to do so is now to call
-``TheValidator.VALIDATORS[extended_validator_fn]`` directly in a new
-validator function (and of course to use ``create``). Examples 
hopefully coming
-soon if more clarification is needed. Patches welcome of course.
-
-It also fixes a number of issues with ref resolution, one for array 
indices
-(#95) and one for improper handling of unknown URI schemes (#102).
+``v2.2.0`` contains a minor speedup for the ``host-name`` format and a 
small
+change in draft 3's allowed types.
 
 
 Running the Test Suite
@@ -95,7 +82,8 @@
 Community
 -
 
-There's a `mailing list 
https://groups.google.com/forum/#!forum/jsonschema`_ for this implementation 
on Google Groups.
+There's a `mailing list 
https://groups.google.com/forum/#!forum/jsonschema`_
+for this implementation on Google Groups.
 
 Please join, and feel free to send questions there.
 
@@ -113,6 +101,10 @@
 You can also generally find me on Freenode (nick: ``tos9``) in various
 channels, including ``#python``.
 
+If you feel overwhelmingly grateful, you can woo me with beer money on
+`Gittip https://www.gittip.com/Julian/`_ or via Google Wallet with 

commit python-zope.testing for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package python-zope.testing for 
openSUSE:Factory checked in at 2013-11-04 16:21:01

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


Package is python-zope.testing

Changes:

--- /work/SRC/openSUSE:Factory/python-zope.testing/python-zope.testing.changes  
2013-10-25 11:37:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.testing.new/python-zope.testing.changes 
2013-11-04 16:21:02.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 10:08:16 UTC 2013 - p.drou...@gmail.com
+
+- Disable tests; fix build for Factory
+
+---



Other differences:
--
++ python-zope.testing.spec ++
--- /var/tmp/diff_new_pack.H2bgvL/_old  2013-11-04 16:21:03.0 +0100
+++ /var/tmp/diff_new_pack.H2bgvL/_new  2013-11-04 16:21:03.0 +0100
@@ -98,8 +98,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# Tests fail with openSUSE Factory
+%if 0%{?suse_version} = 1310
 %check
 python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)


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



commit sg3_utils for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package sg3_utils for openSUSE:Factory 
checked in at 2013-11-04 16:42:35

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


Package is sg3_utils

Changes:

--- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes  2013-09-02 
15:03:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2013-11-04 
16:42:36.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov  4 01:59:38 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.37
+* sg_compare_and_write: add --quiet option to suppress miscompare
+  report
+* sg_persist: fix core dump on -Q option
+* sg_unmap: fix core dump on -g option
+* sg_ses: add --nickname and --nickid options
+- Remove sg3_utils-Fixup-T10-Vendor-designator-display.patch
+  (merged upstream)
+
+---

Old:

  sg3_utils-1.36.tar.xz
  sg3_utils-Fixup-T10-Vendor-designator-display.patch

New:

  sg3_utils-1.37.tar.xz



Other differences:
--
++ sg3_utils.spec ++
--- /var/tmp/diff_new_pack.Lgmya7/_old  2013-11-04 16:42:37.0 +0100
+++ /var/tmp/diff_new_pack.Lgmya7/_new  2013-11-04 16:42:37.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   sg3_utils
 %define lname  libsgutils2-2
-Version:1.36
+Version:1.37
 Release:0
 Summary:A collection of tools that send SCSI commands to devices
 License:GPL-2.0+ and BSD-3-Clause
@@ -26,10 +26,7 @@
 Url:http://sg.danny.cz/sg/sg3_utils.html
 
 Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz
-# PATCH-FIX-UPSTREAM sg3_utils-check-if-hba-supports-issue-lip.patch bnc#780946
-Patch0: sg3_utils-check-if-hba-supports-issue-lip.patch
-# PATCH-FIX-UPSTREAM sg3_utils-Fixup-T10-Vendor-designator-display.patch 
bnc#805059
-Patch1: sg3_utils-Fixup-T10-Vendor-designator-display.patch
+Patch1: sg3_utils-check-if-hba-supports-issue-lip.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 Requires(pre):  %insserv_prereq
@@ -83,12 +80,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 
 %build
 %configure --disable-static --with-pic
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%buildroot

++ sg3_utils-1.36.tar.xz - sg3_utils-1.37.tar.xz ++
 13990 lines of diff (skipped)

++ sg3_utils-check-if-hba-supports-issue-lip.patch ++
--- /var/tmp/diff_new_pack.Lgmya7/_old  2013-11-04 16:42:37.0 +0100
+++ /var/tmp/diff_new_pack.Lgmya7/_new  2013-11-04 16:42:37.0 +0100
@@ -1,3 +1,10 @@
+From: oher...@suse.de
+Date: 2013-08-25 18:45:14 +0200
+References: http://bugzilla.novell.com/780946
+
+(was originally marked to fix an upstream issue, but no description
+was provided)
+
 Index: sg3_utils-1.35/scripts/rescan-scsi-bus.sh
 ===
 --- sg3_utils-1.35.orig/scripts/rescan-scsi-bus.sh

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



commit ucpp for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package ucpp for openSUSE:Factory checked in 
at 2013-11-04 16:53:58

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


Package is ucpp

Changes:

--- /work/SRC/openSUSE:Factory/ucpp/ucpp.changes2013-04-29 
10:04:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucpp.new/ucpp.changes   2013-11-04 
16:54:00.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 08:58:09 UTC 2013 - tchva...@suse.com
+
+- Drop clean phase and use verbose build.
+
+---



Other differences:
--
++ ucpp.spec ++
--- /var/tmp/diff_new_pack.2YgUXP/_old  2013-11-04 16:54:02.0 +0100
+++ /var/tmp/diff_new_pack.2YgUXP/_new  2013-11-04 16:54:02.0 +0100
@@ -87,15 +87,12 @@
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install
 rm %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig

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



commit obexftp for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package obexftp for openSUSE:Factory checked 
in at 2013-11-05 06:51:52

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


Package is obexftp

Changes:

--- /work/SRC/openSUSE:Factory/obexftp/obexftp.changes  2012-09-14 
12:31:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.obexftp.new/obexftp.changes 2013-11-05 
06:51:53.0 +0100
@@ -1,0 +2,13 @@
+Wed Oct 16 16:08:16 UTC 2013 - jmate...@suse.com
+
+- update to 0.24
+  * new upstream maintainer
+  * integrates obexfs 0.12 (build disabled for now)
+  * includes Ruby binding
+  * builds with OpenOBEX 1.7
+  * build system is now based on CMake
+- patch obexftp-0.24-fix-absurd-install-path - install Python binding
+  into the correct location
+- dropped gcc43.diff - no longer necessary
+
+---

Old:

  gcc43.diff
  obexftp-0.23.tar.bz2

New:

  obexftp-0.24-fix-absurd-install-path.patch
  obexftp-0.24.tar.bz2



Other differences:
--
++ obexftp.spec ++
--- /var/tmp/diff_new_pack.IdbPIw/_old  2013-11-05 06:51:54.0 +0100
+++ /var/tmp/diff_new_pack.IdbPIw/_new  2013-11-05 06:51:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obexftp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,19 +17,26 @@
 
 
 Name:   obexftp
+BuildRequires:  asciidoc
 BuildRequires:  bluez-devel
+BuildRequires:  cmake
+# support for building obexfs from this source is disabled for now. reenable 
ASAP
+#BuildRequires:  fuse-devel
 BuildRequires:  libtool
 BuildRequires:  openobex-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
-Version:0.23
+BuildRequires:  ruby-devel
+BuildRequires:  swig
+BuildRequires:  xmlto
+Version:0.24
 Release:0
 Summary:ObexFTP Implements the Object Exchange (OBEX) Protocol's File 
Transfer Feature
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://triq.net/obexftp
 Source: %name-%version.tar.bz2
-Patch0: gcc43.diff
+Patch1: obexftp-0.24-fix-absurd-install-path.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,7 +49,7 @@
 
 %package devel
 Summary:Development package for obexftp
-Group:  Productivity/Networking/Other
+Group:  Development/Libraries/C and C++
 Requires:   %name = %version
 Requires:   openobex-devel
 
@@ -50,22 +57,21 @@
 Files needed for software development using obexftp.
 
 %prep
-%setup -q
-%patch0
+%setup -q -n %{name}-%{version}-Source
+%patch1 -p1
+
+chmod -x AUTHORS Doxyfile ChangeLog NEWS README THANKS TODO 
examples/README_obexftpbackup
 
 %build
-cp /usr/share/gettext/config.rpath .
-autoreconf -fiv
-%configure --disable-rpath --disable-static --with-pic --disable-perl
-make %{?_smp_mflags}
-cd swig/perl
-perl Makefile.PL
-make -f Makefile.perl
+mkdir build
+cd build
+cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} ..
+make %{?_smp_mflags} all doc # because all apparently does not mean all
 
 %install
+cd build
 make DESTDIR=$RPM_BUILD_ROOT install
-cd swig/perl
-make -f Makefile.perl DESTDIR=$RPM_BUILD_ROOT install_vendor
+
 %perl_process_packlist
 rm -f %{buildroot}%{_libdir}/lib*.la
 
@@ -101,7 +107,7 @@
 
 %files -n python-obexftp
 %defattr(-,root,root)
-%{py_sitedir}/*
+%{python_sitearch}/*
 
 %package -n perl-obexftp
 Summary:ObexFTP Implements the Object Exchange (OBEX) - Perl bindings
@@ -123,4 +129,20 @@
 %{perl_vendorarch}/OBEXFTP.pm
 %{perl_vendorarch}/auto/OBEXFTP
 
+%package -n ruby-obexftp
+Summary:ObexFTP Implements the Object Exchange (OBEX) - Ruby bindings
+Group:  Productivity/Networking/Other
+Requires:   %name = %version
+Requires:   ruby(abi) = %{rb_ver}
+
+%description -n ruby-obexftp
+ObexFTP works out-of-the-box with all protocols supported by OpenOBEX.
+Currently IrDA, BlueTooth, and Serial.
+
+This package contains the Ruby bindings.
+
+%files -n ruby-obexftp
+%defattr(-,root,root)
+%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/obexftp.so
+
 %changelog

++ obexftp-0.24-fix-absurd-install-path.patch ++
Index: obexftp-0.24-Source/swig/python/CMakeLists.txt
===
--- obexftp-0.24-Source.orig/swig/python/CMakeLists.txt
+++ obexftp-0.24-Source/swig/python/CMakeLists.txt
@@ -36,13 +36,13 @@ swig_link_libraries ( obexftp-python
 

commit gnome-logs for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package gnome-logs for openSUSE:Factory 
checked in at 2013-11-05 06:51:35

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


Package is gnome-logs

Changes:

New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes   
2013-11-05 06:51:37.0 +0100
@@ -0,0 +1,26 @@
+---
+Sat Nov  2 18:47:28 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.11.1:
+  + Support case-insensitive search.
+  + Show timestamps against messages in the event view.
+  + Use a monospace font for log messages.
+  + Use a single header bar.
+  + Switch the default category to important and match the
+mockups.
+  + Refactor code to read messages from the journal.
+  + .desktop file fix.
+  + Show the message catalog entry for a message in the details
+view.
+  + RTL and style fixes.
+  + Category switching fix.
+  + Many other fixes.
+  + Updated translations.
+- Add Recommends for lang package, and add required macros for
+  building language package to pick up the new translations.
+
+---
+Mon Sep 30 19:44:30 UTC 2013 - dims...@opensuse.org
+
+- Initial package, version 0.1.
+

New:

  gnome-logs-3.11.1.tar.xz
  gnome-logs.changes
  gnome-logs.spec



Other differences:
--
++ gnome-logs.spec ++
#
# spec file for package 
#
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   gnome-logs
Version: 3.11.1
Release: 0
License: GPL-3.0+
Summary: GNOME System Log Viewer
Url: https://wiki.gnome.org/Design/Apps/SystemLog
Group: System/Utilities
Source: 
http://ftp.gnome.org/pub/GNOME/sources/gnome-logs/3.11/%{name}-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig(gtk+-3.0) = 3.9.6
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(libsystemd-journal)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: intltool = 0.50.0
Recommends: %{name}-lang

%description
A utility for viewing detailed event logs for the system.

%lang_package
%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
%find_lang %{name} %{?no_lang_C}

%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop

%files lang -f %{name}.lang

%changelog

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



commit systemd for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-11-05 06:52:16

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


Package is systemd

Changes:

systemd-rpm-macros.changes: same change
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-10-25 
18:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-11-05 
06:52:18.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  4 15:23:02 UTC 2013 - wer...@suse.de
+
+- Add upstream patch 
+  0001-analyze-set-text-on-side-with-most-space.patch
+  to place the text on the side with most space
+
+---

New:

  0001-analyze-set-text-on-side-with-most-space.patch



Other differences:
--
systemd-rpm-macros.spec: same change
++ systemd.spec ++
--- /var/tmp/diff_new_pack.f6vRxM/_old  2013-11-05 06:52:20.0 +0100
+++ /var/tmp/diff_new_pack.f6vRxM/_new  2013-11-05 06:52:20.0 +0100
@@ -236,6 +236,8 @@
 Patch78:0001-Fix-bad-assert-in-show_pid_array.patch
 # PATCH-FIX-UPSTREAM 0001-analyze-set-white-background.patch wer...@suse.com 
-- Make background of systemd-analyze SVG white
 Patch79:0001-analyze-set-white-background.patch
+# PATCH-FIX-UPSTREAM 0001-analyze-set-text-on-side-with-most-space.patch 
wer...@suse.com -- Place the text on the side with most space
+Patch80:0001-analyze-set-text-on-side-with-most-space.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -515,6 +517,7 @@
 %patch77 -p1
 %patch78 -p1
 %patch79 -p1
+%patch80 -p1
 
 # udev patches
 %patch1001 -p1

++ 0001-analyze-set-text-on-side-with-most-space.patch ++
From 95168f7d55181475946ad93db30255c4d709df03 Mon Sep 17 00:00:00 2001
From: Thomas Hindoe Paaboel Andersen pho...@gmail.com
Date: Fri, 01 Nov 2013 21:57:47 +
Subject: analyze: plot: place the text on the side with most space

Set the width of the svg to always fit the longest string
while taking its starting position into consideration.

Place the text on the right while the starting point is
in the first half of the screen. After that we put it on
the left to save the svg from being wider that it has to.
---
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index 6bfe13d..8730723 100644
--- a/src/analyze/systemd-analyze.c
+++ b/src/analyze/systemd-analyze.c
@@ -509,7 +509,7 @@ static int analyze_plot(sd_bus *bus) {
 m++;
 
 for (u = times; u  times + n; u++) {
-double len;
+double text_start, text_width;
 
 if (u-ixt  boot-userspace_time ||
 u-ixt  boot-finish_time) {
@@ -517,10 +517,14 @@ static int analyze_plot(sd_bus *bus) {
 u-name = NULL;
 continue;
 }
-len = ((boot-firmware_time + u-ixt) * SCALE_X)
-+ (10.0 * strlen(u-name));
-if (len  width)
-width = len;
+
+/* If the text cannot fit on the left side then
+ * increase the svg width so it fits on the right.
+ * TODO: calculate the text width more accurately */
+text_width = 8.0 * strlen(u-name);
+text_start = (boot-firmware_time + u-ixt) * SCALE_X;
+if (text_width  text_start  text_width + text_start  width)
+width = text_width + text_start;
 
 if (u-iet  u-ixt  u-iet = boot-finish_time
  u-aet == 0  u-axt == 0)
@@ -608,7 +612,7 @@ static int analyze_plot(sd_bus *bus) {
 svg_bar(active, boot-userspace_time, boot-finish_time, y);
 svg_bar(generators, boot-generators_start_time, 
boot-generators_finish_time, y);
 svg_bar(unitsload, boot-unitsload_start_time, 
boot-unitsload_finish_time, y);
-svg_text(left, boot-userspace_time, y, systemd);
+svg_text(true, boot-userspace_time, y, systemd);
 y++;
 
 for (u = times; u  times + n; u++) {
@@ -622,7 +626,8 @@ static int analyze_plot(sd_bus *bus) {
 svg_bar(active,   u-aet, u-axt, y);
 svg_bar(deactivating, u-axt, u-iet, y);
 
-b = u-ixt * SCALE_X  width * 2 / 3;
+/* place the text on the left if we have passed the half of 
the svg width */
+b = u-ixt * SCALE_X  width / 2;
 if (u-time)
 svg_text(b, u-ixt, y, %s (%s),
  u-name, format_timespan(ts, sizeof(ts), 
u-time,