commit qtcurve-kde4 for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory 
checked in at 2014-02-02 17:39:39

Comparing /work/SRC/openSUSE:Factory/qtcurve-kde4 (Old)
 and  /work/SRC/openSUSE:Factory/.qtcurve-kde4.new (New)


Package is qtcurve-kde4

Changes:

--- /work/SRC/openSUSE:Factory/qtcurve-kde4/qtcurve-kde4.changes
2014-01-15 10:12:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtcurve-kde4.new/qtcurve-kde4.changes   
2014-02-02 17:39:40.0 +0100
@@ -1,0 +2,36 @@
+Fri Jan 31 21:14:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.8.18
+  * Remove mozilla version detection.
+  * Remove QTC_GTK2_OLD_MOZILLA.
+  * Remove xcb-image dependency. It is never used.
+  * Fix old configure file loading in gtk2 version.
+  * Fix compile without Qt
+  * Relicense under LGPL. With permission from all contributors
+in the git log.
+  * Treat Qt::Sheet as Qt::Dialog. This fixes translucent
+background for close confirmation dialog in QtDesigner.
+  * Remove backward compatible options for deprecated options.
+  * Introduce prePolish() to Workaround a bug in Qt5 which make it
+impossible for QMainWindow and QDialog to be transparent.
+  * Fix compilation without X11 enabled.
+  * Use prePolish() in qt4, this fixes most of application crashes.
+  * Fix Qt menubar background when translucency is enabled.
+  * Fix flash plugin in non-chromium/firefox browsers in linux when
+translucent background is enabled for gtk.
+  * Fix (workaround) kaffeine with translucent background.
+  * Remove parentless dialog fix
+  * Fix kscreenlocker. Second version of prepolishing
+  * Improve shadow of QBalloonTip
+  * Fix chromium background color with custom background.
+  * Gtk2: Workaround buggy signal handler in applications.
+- Rename libqtcurve-utils0 to libqtcurve-utils1 as per upstream
+  change
+- New libqtcurve-cairo0 subpackage, needed for common drawing 
+  routines. It is only used by the Gtk2 version (and may be used 
+  in Gtk3 version once there is a port).
+- Drop pkgconfig(xcb-image) and added 
+  pkgconfig(x11-xcb)/pkgconfig(xcb) BuildRequires
+- Drop qtcurve-1.8.17-fix_run_command.patch, not required anymore
+
+---

Old:

  1.8.17.tar.gz
  qtcurve-1.8.17-fix_run_command.patch

New:

  qtcurve-1.8.18.tar.gz



Other differences:
--
++ qtcurve-kde4.spec ++
--- /var/tmp/diff_new_pack.O9hRwg/_old  2014-02-02 17:39:41.0 +0100
+++ /var/tmp/diff_new_pack.O9hRwg/_new  2014-02-02 17:39:41.0 +0100
@@ -17,21 +17,18 @@
 
 
 Name:   qtcurve-kde4
-Version:1.8.17
+Version:1.8.18
 Release:0
 Summary:QtCurve style for KDE 4
-License:GPL-2.0+
+License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:https://github.com/QtCurve/qtcurve
-Source0:%{version}.tar.gz
-
-# PATCH-FIX-UPSTREAM qtcurve-1.8.17-fix_run_command.patch bnc#858403
-Patch0: qtcurve-1.8.17-fix_run_command.patch
-
+Source0:qtcurve-%{version}.tar.gz
 BuildRequires:  gtk2-devel
 BuildRequires:  kdebase4-workspace-devel
-BuildRequires:  pkgconfig(xcb-image)
-Requires:   libqtcurve-utils0 = %{version}
+BuildRequires:  pkgconfig(x11-xcb)
+BuildRequires:  pkgconfig(xcb)
+Requires:   libqtcurve-utils1 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -39,18 +36,28 @@
 This is the QtCurve style for KDE 4. QtCurve is available for both
 Gtk2+ and Qt3.
 
-%package -n libqtcurve-utils0
+%package -n libqtcurve-utils1
 Summary:QtCurve style for KDE 4
 Group:  System/GUI/KDE
 
-%description -n libqtcurve-utils0
+%description -n libqtcurve-utils1
 This is the QtCurve style for KDE 4. QtCurve is available for both
 Gtk2+ and Qt3.
 This package cointans basic helper library needed for qtcurve
 
+%package -n libqtcurve-cairo0
+Summary:QtCurve style for KDE 4
+Group:  System/GUI/KDE
+
+%description -n libqtcurve-cairo0
+This is the QtCurve style for KDE 4. QtCurve is available for both
+Gtk2+ and Qt3.
+This package cointans library for common drawing routines
+
 %package -n qtcurve-gtk2
 Summary:QtCurve style for GTK+ 2
 Group:  System/GUI/GNOME
+Requires:   libqtcurve-cairo0 = %{version}
 
 %description -n qtcurve-gtk2
 This package contains the QtCurve engine for GTK+ 2. QtCurve is a set
@@ -58,7 +65,6 @@
 
 %prep
 %setup -q -n qtcurve-%{version}
-%patch0 -p1 -b .qtcurve-1.8.17-fix_run_command.patch
 
 %build
 # Don't build Qt5 deco/style yet
@@ -76,16 +82,26 @@
 
 %postun -p /sbin/ldconfig
 
-%post -n libqtcurve-utils0   -p /sbin/ldconfig
+%post -n libqtcurve-utils1   -p /sbin/ldconfig
+
+%postun 

commit appmenu-qt for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package appmenu-qt for openSUSE:Factory 
checked in at 2014-02-02 18:08:12

Comparing /work/SRC/openSUSE:Factory/appmenu-qt (Old)
 and  /work/SRC/openSUSE:Factory/.appmenu-qt.new (New)


Package is appmenu-qt

Changes:

--- /work/SRC/openSUSE:Factory/appmenu-qt/appmenu-qt.changes2013-01-20 
11:56:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.appmenu-qt.new/appmenu-qt.changes   
2014-02-02 18:08:13.0 +0100
@@ -1,0 +2,10 @@
+Sat Feb  1 17:18:21 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.2.7~daily13.05.02
+  * Qt 5 support
+- Drop patches merged upstream: check-if-service-is-valid.diff,
+  do-not-force-menubar-to-be-shown-when-registrar-is-deleted.diff and
+  async-dbus-calls.diff
+- Explicitly enable Qt4, and disable Qt5 builds via cmake flags
+
+---

Old:

  appmenu-qt-0.2.6.tar.bz2
  async-dbus-calls.diff
  check-if-service-is-valid.diff
  do-not-force-menubar-to-be-shown-when-registrar-is-deleted.diff

New:

  appmenu-qt_0.2.7daily13.05.02.orig.tar.gz



Other differences:
--
++ appmenu-qt.spec ++
--- /var/tmp/diff_new_pack.eJGeNN/_old  2014-02-02 18:08:14.0 +0100
+++ /var/tmp/diff_new_pack.eJGeNN/_new  2014-02-02 18:08:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package appmenu-qt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,16 @@
 #
 
 
+%define rversion 0.2.7daily13.05.02
+
 Name:   appmenu-qt
-Version:0.2.6
+Version:0.2.7~daily13.05.02
 Release:0
 Summary:Application Menu for Qt
 License:LGPL-3.0
 Group:  System/GUI/KDE
 Url:https://launchpad.net/appmenu-qt/
-Source0:
https://launchpad.net/appmenu-qt/trunk/%{version}/+download/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM async-dbus-calls.diff [lp#1096008]
-Patch0: async-dbus-calls.diff
-# PATCH-FIX-UPSTREAM check-if-service-is-valid.diff [lp#1096008]
-Patch1: check-if-service-is-valid.diff
-# PATCH-FIX-UPSTREAM 
do-not-force-menubar-to-be-shown-when-registrar-is-deleted.diff [lp#1099357]
-Patch2: do-not-force-menubar-to-be-shown-when-registrar-is-deleted.diff
+Source0:
http://archive.ubuntu.com/ubuntu/pool/main/a/%{name}/%{name}_%{rversion}.orig.tar.gz
 BuildRequires:  cmake = 2.8.0
 BuildRequires:  libdbusmenu-qt-devel = 0.9.0
 BuildRequires:  libqt4-devel = 4.8.0
@@ -44,10 +40,7 @@
 This projects adds support for application menu to Qt.
 
 %prep
-%setup -q
-%patch0
-%patch1
-%patch2
+%setup -q -n %{name}-%{rversion}
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS
@@ -55,6 +48,8 @@
 mkdir build  cd build  \
 cmake -DCMAKE_SKIP_RPATH=ON \
   -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_QT4=ON \
+  -DUSE_QT5=OFF \
   -DCMAKE_BUILD_TYPE=release ..
 make %{?_smp_mflags}
 

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



commit libgmm++-devel for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package libgmm++-devel for openSUSE:Factory 
checked in at 2014-02-02 18:08:42

Comparing /work/SRC/openSUSE:Factory/libgmm++-devel (Old)
 and  /work/SRC/openSUSE:Factory/.libgmm++-devel.new (New)


Package is libgmm++-devel

Changes:

--- /work/SRC/openSUSE:Factory/libgmm++-devel/libgmm++-devel.changes
2012-11-28 10:45:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgmm++-devel.new/libgmm++-devel.changes   
2014-02-02 18:08:43.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  1 16:34:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to new upstream 4.2 release - no changelog provided
+
+---

Old:

  gmm-3.0.tar.bz2

New:

  gmm-4.2.tar.gz



Other differences:
--
++ libgmm++-devel.spec ++
--- /var/tmp/diff_new_pack.F1fZeZ/_old  2014-02-02 18:08:44.0 +0100
+++ /var/tmp/diff_new_pack.F1fZeZ/_new  2014-02-02 18:08:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgmm++-devel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 Summary:Generic C++ template library for sparse, dense and skyline 
matrices
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
-Version:3.0
+Version:4.2
 Release:0
-Source: gmm-%version.tar.bz2
+Source: http://download.gna.org/getfem/stable/gmm-%{version}.tar.gz
 Url:http://home.gna.org/getfem/gmm_intro
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -54,11 +54,8 @@
 %install
 make DESTDIR=%{buildroot} install
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
 %files
 %defattr(-,root,root)
-/usr/include/gmm
+%{_includedir}/gmm
 
 %changelog

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



commit e2fsprogs for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2014-02-02 18:08:33

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


Package is e2fsprogs

Changes:

--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes  2013-06-28 
16:03:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2014-02-02 
18:08:35.0 +0100
@@ -1,0 +2,32 @@
+Mon Jan 27 13:05:33 UTC 2014 - j...@suse.cz
+
+- Removed -mini spec file for now as it is causing troubles in Factory
+  and according to Coolo may not be needed after all.
+
+---
+Mon Jan 27 09:22:23 UTC 2014 - j...@suse.cz
+
+- update to 1.42.9
+  * fixes in resize2fs, e2fsck, debugfs, and libext2fs to correctly handle
+bigalloc filesystems
+  * fix rehashing of extent mapped directory in e2fsck
+  * fix e2fsck not to add lost+found in read-only mode
+  * fix buffer overruns in e2image
+  * fix tune2fs to properly update all backup superblocks when disabling quota
+feature
+  * e2image support for efficient copying of filesystems
+  * fix complaint about uninitialized extents beyond EOF in e2fsck 
+  * fix resize2fs to not corrupt filesystem in some corner cases
+  * fix e2fsck crashes when deleting invalid symlink, directory larger than 2GB
+  ...
+
+---
+Tue Dec 10 00:45:47 UTC 2013 - nfbr...@suse.com
+
+- Created -mini version of package which doesn't
+  build info and so doesn't depend on makeinfo,
+  texinfo, and all of tex.  This should allow packages
+  in the bootstrap cycle (such as krb5-mini) to
+  build-depends of libraries from here.
+
+---

Old:

  e2fsprogs-1.42.8.tar.gz

New:

  e2fsprogs-1.42.9.tar.gz
  pre_checkin.sh



Other differences:
--
++ e2fsprogs.spec ++
--- /var/tmp/diff_new_pack.WMKfpx/_old  2014-02-02 18:08:36.0 +0100
+++ /var/tmp/diff_new_pack.WMKfpx/_new  2014-02-02 18:08:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package e2fsprogs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%define build_mini 0
+
 Name:   e2fsprogs
 %if 0%{?suse_version} = 1010
 # Hint for ZYPP
@@ -25,6 +27,7 @@
 BuildRequires:  libblkid-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  pkg-config
+%if ! %{build_mini}
 %if 0%{?suse_version}  1220
 BuildRequires:  makeinfo
 %endif
@@ -35,12 +38,29 @@
 %define install_info_delete sbin/install-info --delete
 %endif
 Requires:   %install_info_prereq
+%endif
 # bug437293
 %ifarch ppc64
 Obsoletes:  e2fsprogs-64bit
 %endif
+
+%if %{build_mini}
+Conflicts:  e2fsprogs
+Conflicts:  e2fsprogs-devel
+Conflicts:  libext2fs2
+Conflicts:  libext2fs-devel
+Conflicts:  libcom_err2
+Conflicts:  libcom_err-devel
+%else
+Conflicts:  e2fsprogs-mini
+Conflicts:  e2fsprogs-mini-devel
+Conflicts:  libext2fs2-mini
+Conflicts:  libext2fs-mini-devel
+Conflicts:  libcom_err2-mini
+Conflicts:  libcom_err-mini-devel
+%endif
 #
-Version:1.42.8
+Version:1.42.9
 Release:0
 Summary:Utilities for the Second Extended File System
 License:GPL-2.0
@@ -84,25 +104,45 @@
 %description devel
 Dummy development package for backwards compatibility.
 
+%if %{build_mini}
+%package -n libext2fs2-mini
+%else
 %package -n libext2fs2
+%endif
 Summary:Ext2fs library
 License:LGPL-2.0
 Group:  System/Filesystems
 
+%if %{build_mini}
+%description -n libext2fs2-mini
+%else
 %description -n libext2fs2
+%endif
 The basic Ext2fs shared library.
 
+%if %{build_mini}
+%package -n libext2fs-mini-devel
+%else
 %package -n libext2fs-devel
+%endif
 Summary:Development files for libext2fs
 License:LGPL-2.0
 Group:  Development/Libraries/C and C++
 Requires:   libcom_err-devel
 Requires:   libext2fs2 = %version
 
+%if %{build_mini}
+%description -n libext2fs-mini-devel
+%else
 %description -n libext2fs-devel
+%endif
 Development files for libext2fs.
 
+%if %{build_mini}
+%package -n libcom_err2-mini
+%else
 %package -n libcom_err2
+%endif
 Summary:E2fsprogs error reporting library
 License:MIT
 Group:  System/Filesystems
@@ -115,10 +155,18 @@
 Provides:   libcom_err = %{version}
 Obsoletes:  libcom_err = 

commit libmicrohttpd for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2014-02-02 18:08:52

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


Package is libmicrohttpd

Changes:

--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes  
2013-10-04 10:43:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2014-02-02 18:08:53.0 +0100
@@ -1,0 +2,83 @@
+Mon Jan 27 19:52:38 UTC 2014 - sleep_wal...@suse.cz
+
+- refresh libmicrohttpd-drop-test_tls_options.patch
+  - add there also ignoring test_https_sni
+- Update to 0.9.33
+  + Fixed an issue with a missing argument in the postexample.
+  + Fixed issue with bogus offset increment involving sendfile on
+GNU/Linux.  Adding support for SNI.
+  + Fix for per-worker daemon pipes enabled with
+MHD_USE_SUSPEND_RESUME that were not closed in MHD_stop_daemon.
+  + Fixing warnings and build issue if --disable-https is given to
+configure.
+  +
+  0.9.32:
+  + Security fix: do not read past 0-terminator when unescaping
+strings (thanks to Florian Weimer for reporting).
+  + Signaling n times for shutdown works, but for resume we need to
+wake up the correct daemon. Even if we signal n times in
+that case also, there's no guarantee that some daemon can't
+run through its select loop more than once before the
+daemon we want to wake up gets a chance to read.  Thus we
+need a signal pipe per thread in the thread pool IF
+MHD_suspend_connection is used.  This introduces a new flag
+MHD_USE_SUSPEND_RESUME to add those additional pipes and
+only allow MHD_suspend_connection to be used in conjunction
+with this flag.
+
+Also, as MHD_resume_connection() will be called on a
+non-daemon thread, but none of the queue insert/delete
+calls are thread safe, we need to be concerned about (a)
+corrupting the queue, and (b) having to add mutex
+protection around every access to the queues, including
+loops through timer queues, etc. This wasn't a problem
+before adding resume; even suspend should be safe since it
+happens in a callback from the daemon.
+
+I think it's easier to (a) have MHD_suspend_connection() move
+the connection to a suspended queue, (b) have
+MHD_resume_connection() mark the connection as resuming,
+and then (c) do all the actual queue manipulations in
+MHD_select (poll, epoll, etc.) to move the resumed
+connections back to their normal queues, in response to the
+wake up. The changes are simpler  cleaner. There is a cost
+to the basic select loop that is avoided by making
+suspend/resume a startup option. The per-worker pipes can
+then also be enabled only with that option set.
+  + Eliminating theoretical stack overflow by limiting length
+of URIs in authentication headers to 32k (only applicable
+if the application explicitly raised the memroy limits,
+and only applies to MHD_digest_auth_check). Issue was
+reported by Florian Weimer.
+  + Fix race on shutdown signal with thread pool on non-Linux
+systems by signalling n times for n threads.
+  + Introduce state to mark connections in suspended state (with
+epoll); add missing locking operations in MHD_suspend_connection.
+  + Fix definition of MHD_TLS_CONNECTION_INIT.
+  + Fixing issue in PostProcessor when getting partial boundary
+at the beginning, expanding test suite.
+  + Implementing faster processing of upload data in multipart
+encoding (thanks to performance analysis by Adam Homolya).
+  + Adding support for connection flow control via
+MHD_suspend_connection and MHD_resume_connection.
+  0.9.31:
+  + Fixing build issues on OS X with CLOCK_MONOTONIC not being
+implemented on OS X.
+  + Make libmicrohttpd play nicely with upcoming libgcrypt 1.6.0.
+  + Improved configure checks for cURL.
+  + Signal connection termination as OK (and not as ERROR) if the
+stream was terminated by the callback returning
+MHD_CONTENT_READER_END_OF_STREAM. Also, release response
+mutex before calling the termination callback, to avoid
+possible deadlock if the client destroys the response in
+the termination callback (due to non-recursiveness of the
+lock).
+  + Adding #define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN.
+  + Also pass MHD connection handle in URI log callback.
+  + Improved check for proper OpenSSL version for
+libmicrospdy.
+  + Set IPV6_V6ONLY socket option correctly when IPv6 is
+enabled (MHD_USE_IPv6) but not dual stack
+(MHD_USE_DUAL_STACK)
+
+---

Old:

  libmicrohttpd-0.9.30.tar.gz
  libmicrohttpd-0.9.30.tar.gz.sig

New:

commit froxlor for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package froxlor for openSUSE:Factory checked 
in at 2014-02-02 18:08:38

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


Package is froxlor

Changes:

--- /work/SRC/openSUSE:Factory/froxlor/froxlor.changes  2013-12-23 
12:32:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.froxlor.new/froxlor.changes 2014-02-02 
18:08:39.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 31 11:26:32 CET 2014 - ase...@suse.de
+
+- upstream upragde to version 0.9.31.2 (bnc#846355)
+ bugfix-release (0.9.31.1) Due to a tiny bug in the installer, which did not 
add a new php-configuration correctly.
+  #1331High ERROR 1064 (42000) at line 718: You have an error in your 
SQL syntax; check the manual that corresponds to your MySQL server version for 
the right syntax to use near '2, 'Froxlor Vhost Config'
+ bugfix release (0.9.31.2) Due to wrong usage of a recently changed function 
which resulted in wrong default path-values in textfields. 
+  #1329 Parse error bei aufruf Cronjob-Einstellungen
+
+---

Old:

  froxlor-0.9.31.tar.bz2

New:

  froxlor-0.9.31.2.tar.bz2



Other differences:
--
++ froxlor.spec ++
--- /var/tmp/diff_new_pack.LsaXL8/_old  2014-02-02 18:08:40.0 +0100
+++ /var/tmp/diff_new_pack.LsaXL8/_new  2014-02-02 18:08:40.0 +0100
@@ -20,7 +20,7 @@
 %define apache_serverroot /srv/www/htdocs
 
 Name:   froxlor
-Version:0.9.31
+Version:0.9.31.2
 Release:0
 Source0:froxlor-%{version}.tar.bz2
 Source1:froxlor.suse.adapt.template.config.tar.bz2 

++ froxlor-0.9.31.tar.bz2 - froxlor-0.9.31.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/froxlor/actions/admin/settings/210.security.php 
new/froxlor/actions/admin/settings/210.security.php
--- old/froxlor/actions/admin/settings/210.security.php 2013-12-18 
09:40:48.0 +0100
+++ new/froxlor/actions/admin/settings/210.security.php 2013-12-27 
16:20:11.0 +0100
@@ -53,7 +53,7 @@
'settinggroup' = 'system',
'varname' = 'allow_error_report_admin',
'type' = 'bool',
-   'default' = true, // TODO: will be 
false in final release
+   'default' = false,
'save_method' = 'storeSettingField',
),
'system_allow_error_report_customer' = array(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/froxlor/admin_cronjobs.php 
new/froxlor/admin_cronjobs.php
--- old/froxlor/admin_cronjobs.php  2013-12-18 09:40:48.0 +0100
+++ new/froxlor/admin_cronjobs.php  2013-12-27 16:20:11.0 +0100
@@ -50,7 +50,8 @@
 
while ($row = $result_stmt-fetch(PDO::FETCH_ASSOC)) {
if ($cmod != $row['module']) {
-   $module = ucfirst(explode(/, 
$row['module'])[1]);
+   $_mod = explode(/, $row['module']);
+   $module = ucfirst($_mod[1]);
eval(\$crons.=\ . 
getTemplate('cronjobs/cronjobs_cronjobmodule') . \;);
$cmod = $row['module'];
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/froxlor/admin_customers.php 
new/froxlor/admin_customers.php
--- old/froxlor/admin_customers.php 2013-12-18 09:40:48.0 +0100
+++ new/froxlor/admin_customers.php 2013-12-27 16:20:11.0 +0100
@@ -200,7 +200,11 @@
WHERE `customerid` = :id .
($userinfo['customers_see_all'] ? '' :  AND `adminid` 
= :adminid)
);
-   $result = Database::pexecute_first($result_stmt, array('id' = 
$id, 'adminid' = $userinfo['adminid']));
+   $result_data = array('id' = $id);
+   if ($userinfo['customers_see_all'] == '0') {
+   $result_data['adminid'] = $userinfo['adminid'];
+   }
+   $result = Database::pexecute_first($result_stmt, $result_data);
 
if ($result['loginname'] != '') {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/froxlor/customer_domains.php 
new/froxlor/customer_domains.php
--- old/froxlor/customer_domains.php2013-12-18 09:40:48.0 

commit mathgl for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2014-02-02 18:09:49

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


Package is mathgl

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2014-01-30 
06:55:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2014-02-02 
18:09:50.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 31 01:07:29 UTC 2014 - badshah...@gmail.com
+
+- Re-enable octave bindings; patched swig with support for
+  octave = 3.8.0 is already in science and should fix building
+  mathgl with octave enabled.
+
+---



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.qVOAci/_old  2014-02-02 18:09:51.0 +0100
+++ /var/tmp/diff_new_pack.qVOAci/_new  2014-02-02 18:09:51.0 +0100
@@ -62,7 +62,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  lua51-devel
-# BuildRequires:  octave-devel
+BuildRequires:  octave-devel
 # BuildRequires:  openmpi-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
@@ -366,7 +366,7 @@
 %endif
 -Denable-python=on  \
 -Denable-lua=on \
--Denable-octave=off \
+-Denable-octave=on \
 -Denable-octave-install=off \
 -Denable-all-docs=on\
 -Denable-texi2html=on   \
@@ -377,14 +377,14 @@
 %install
 %make_install
 
-# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
+export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:%{buildroot}%{_libdir}
 # # Install octave-mathgl
-# mkdir -p %{buildroot}%{_libdir}/octave/packages
-# mkdir -p %{buildroot}%{_datadir}/octave/packages
-# octave %{octave_args} --eval pkg prefix 
%{buildroot}%{_datadir}/octave/packages %{buildroot}%{_libdir}/octave/packages; 
pkg install lang/%{name}.tar.gz
-# rm %{buildroot}%{_datadir}/octave/packages/*/packinfo/.autoload
-# # remove octave module archive
-# rm %{buildroot}%{_datadir}/%{name}/%{name}.tar.gz
+mkdir -p %{buildroot}%{_libdir}/octave/packages
+mkdir -p %{buildroot}%{_datadir}/octave/packages
+octave %{octave_args} --eval pkg prefix 
%{buildroot}%{_datadir}/octave/packages %{buildroot}%{_libdir}/octave/packages; 
pkg install lang/%{name}.tar.gz
+rm %{buildroot}%{_datadir}/octave/packages/*/packinfo/.autoload
+# remove octave module archive
+rm %{buildroot}%{_datadir}/%{name}/%{name}.tar.gz
 
 # Install docs
 install -m 644 {AUTHORS,ChangeLog.txt,README,COPYING} 
%{buildroot}%{_docdir}/%{name}/
@@ -521,10 +521,10 @@
 %defattr(-,root,root)
 %{_libdir}/mgl-lua.so
 
-# %files -n octave-mathgl
-# %defattr(-,root,root)
-# %{_datadir}/octave/packages/%{name}-%{oct_version}/
-# %{_libdir}/octave/packages/%{name}-%{oct_version}/
+%files -n octave-mathgl
+%defattr(-,root,root)
+%{_datadir}/octave/packages/%{name}-%{oct_version}/
+%{_libdir}/octave/packages/%{name}-%{oct_version}/
 
 %files -n python-mathgl
 %defattr(-,root,root)

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



commit octave for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2014-02-02 18:10:02

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


Package is octave

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2014-01-03 
19:47:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2014-02-02 
18:10:03.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  1 08:34:46 UTC 2014 - dmitr...@opensuse.org
+
+- Fix build with LLVM-3.4
+  * octave-3.8.0-llvm-3.4.patch
+
+---

New:

  octave-3.8.0-llvm-3.4.patch



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.eaTZR3/_old  2014-02-02 18:10:04.0 +0100
+++ /var/tmp/diff_new_pack.eaTZR3/_new  2014-02-02 18:10:04.0 +0100
@@ -37,6 +37,8 @@
 Source2:octave.pc.in
 # PATCH-FIX-UPSTREAM octave-3.8.0-gzip-compressed-info.patch bnc#857130
 Patch1: octave-3.8.0-gzip-compressed-info.patch
+# PATCH-FIX-UPSTREAM octave-3.8.0-llvm-3.4.patch 
https://savannah.gnu.org/bugs/?41061
+Patch2: octave-3.8.0-llvm-3.4.patch
 BuildRequires:  arpack-ng-devel
 BuildRequires:  bison
 BuildRequires:  blas-devel
@@ -151,6 +153,9 @@
 %prep
 %setup -q
 %patch1 -p1
+%if 0%{?suse_version}  1310
+%patch2 -p1
+%endif
 
 %build
 export CPPFLAGS=-DH5_USE_16_API

++ octave-3.8.0-llvm-3.4.patch ++
diff -aur octave-3.8.0/libinterp/corefcn/jit-util.h 
octave-3.8.0.fix/libinterp/corefcn/jit-util.h
--- octave-3.8.0/libinterp/corefcn/jit-util.h   2013-12-27 15:57:41.0 
-0600
+++ octave-3.8.0.fix/libinterp/corefcn/jit-util.h   2014-01-16 
17:06:47.512782643 -0600
@@ -42,8 +42,10 @@
 {
   class Value;
   class Module;
-  class FunctionPassManager;
-  class PassManager;
+  namespace legacy {
+class FunctionPassManager;
+class PassManager;
+  }
   class ExecutionEngine;
   class Function;
   class BasicBlock;
diff -aur octave-3.8.0/libinterp/corefcn/pt-jit.cc 
octave-3.8.0.fix/libinterp/corefcn/pt-jit.cc
--- octave-3.8.0/libinterp/corefcn/pt-jit.cc2013-12-27 15:58:17.0 
-0600
+++ octave-3.8.0.fix/libinterp/corefcn/pt-jit.cc2014-01-16 
17:08:28.030924785 -0600
@@ -52,7 +52,7 @@
 #include llvm/Bitcode/ReaderWriter.h
 #include llvm/ExecutionEngine/ExecutionEngine.h
 #include llvm/ExecutionEngine/JIT.h
-#include llvm/PassManager.h
+#include llvm/IR/LegacyPassManager.h
 
 #ifdef HAVE_LLVM_IR_FUNCTION_H
 #include llvm/IR/LLVMContext.h
@@ -1888,10 +1888,10 @@
   if (! engine)
 return false;
 
-  module_pass_manager = new llvm::PassManager ();
+  module_pass_manager = new llvm::legacy::PassManager ();
   module_pass_manager-add (llvm::createAlwaysInlinerPass ());
 
-  pass_manager = new llvm::FunctionPassManager (module);
+  pass_manager = new llvm::legacy::FunctionPassManager (module);
 #ifdef HAVE_LLVM_DATALAYOUT
   pass_manager-add (new llvm::DataLayout (*engine-getDataLayout ()));
 #else
@@ -2007,7 +2007,7 @@
 {
   std::string error;
   llvm::raw_fd_ostream fout (test.bc, error,
- llvm::raw_fd_ostream::F_Binary);
+ llvm::sys::fs::F_Binary);
   llvm::WriteBitcodeToFile (module, fout);
 }
 }
diff -aur octave-3.8.0/libinterp/corefcn/pt-jit.h 
octave-3.8.0.fix/libinterp/corefcn/pt-jit.h
--- octave-3.8.0/libinterp/corefcn/pt-jit.h 2013-12-27 15:58:17.0 
-0600
+++ octave-3.8.0.fix/libinterp/corefcn/pt-jit.h 2014-01-16 17:05:08.224619116 
-0600
@@ -384,8 +384,8 @@
   size_t trip_count (const octave_value bounds) const;
 
   llvm::Module *module;
-  llvm::PassManager *module_pass_manager;
-  llvm::FunctionPassManager *pass_manager;
+  llvm::legacy::PassManager *module_pass_manager;
+  llvm::legacy::FunctionPassManager *pass_manager;
   llvm::ExecutionEngine *engine;
 };
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sbcl for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2014-02-02 18:12:26

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-12-02 
07:27:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2014-02-02 
18:12:27.0 +0100
@@ -1,0 +2,33 @@
+Fri Jan 31 07:53:27 UTC 2014 - tog...@opensuse.org
+
+- Update to version 1.1.15
+
+  * New feature:
+the iterative spilling/coloring register allocator developed
+by Alexandra Barchunova during Google Summer of Code 2013 is
+now merged in. By default, it only activates for functions that
+optimize with (speed 3) and ( speed compilation-speed), but
+setting sb-regalloc:*register-allocation-method* to :iterative
+forces its execution. The previous behaviour can be obtained by
+instead setting that variable to :greedy.
+  * Optimization:
++ make-array with known element-type and unknown dimensions is
+  much faster.
++ make-array with unknown element-type is faster as well.
+ (lp#1004501)
+  * Enhancement:
++ reduced conservativism on GENCGC platforms: conservative roots
+   must be valid-looking tagged pointers or point within a code
+   object, not merely point to within the allocated part of a
+   page, in order to pin a page.
++ support for Mac Roman external format.
++ encapsulation of named generic functions now happens without
+  altering the identity of the function bound to the name.
+  * Bug fix:
++ modular arithmetic optimizations do not stumble on dead branches
+  with bad constants. (reported by Douglas Katzman)
++ CLISP can be used again as a cross-compilation host.
+  (Thanks to Vasily Postnicov, lp#1261451)
++ run-program crashed with :directory nil. (lp#1265077) 
+
+---

Old:

  sbcl-1.1.14-source.tar.bz2

New:

  sbcl-1.1.15-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.TBDPpe/_old  2014-02-02 18:12:28.0 +0100
+++ /var/tmp/diff_new_pack.TBDPpe/_new  2014-02-02 18:12:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.1.14
+Version:1.1.15
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause

++ sbcl-1.1.14-source.tar.bz2 - sbcl-1.1.15-source.tar.bz2 ++
 4771 lines of diff (skipped)

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



commit plplot for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2014-02-02 18:11:31

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


Package is plplot

Changes:

--- /work/SRC/openSUSE:Factory/plplot/plplot.changes2014-01-03 
15:00:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes   2014-02-02 
18:11:32.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan 30 13:00:30 UTC 2014 - badshah...@gmail.com
+
+- Enable octave bindings (requires patched swig version from
+  devel:tools:building)
+- Add patch plplot-avoid-config_h-nameclash.patch to fix build
+  errors when octave bindings are enabled for openSUSE  13.1;
+  patch taken from upstream svn. 
+
+---

New:

  plplot-avoid-config_h-nameclash.patch



Other differences:
--
++ plplot.spec ++
--- /var/tmp/diff_new_pack.LuUC0l/_old  2014-02-02 18:11:33.0 +0100
+++ /var/tmp/diff_new_pack.LuUC0l/_new  2014-02-02 18:11:33.0 +0100
@@ -33,6 +33,8 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM plplot-5.9.9-ada-pic.patch idoen...@suse.de -- Compile 
Ada code with -fPIC
 Patch1: plplot-5.9.9-ada-pic.patch
+# PATCH-FIX-UPSTREAM plplot-avoid-config_h-nameclash.patch 
badshah...@gmail.com -- Fix plplot build errors for openSUSE  13.1 when octave 
bindings are enabled; patch taken from upstream svn
+Patch2: plplot-avoid-config_h-nameclash.patch
 BuildRequires:  cmake = 2.8.9
 BuildRequires:  fdupes
 BuildRequires:  freefont
@@ -487,6 +489,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p0
 
 for file in NEWS README.release
 do
@@ -512,7 +515,7 @@
 -DPL_FREETYPE_FONT_PATH:PATH=%{_datadir}/fonts/truetype \\\
 -DUSE_RPATH:BOOL=OFF \\\
 -DENABLE_ada:BOOL=ON \\\
--DENABLE_octave:BOOL=OFF \\\
+-DENABLE_octave:BOOL=ON \\\
 -DENABLE_d:BOOL=ON \\\
 -DENABLE_itcl:BOOL=OFF \\\
 -DENABLE_itk:BOOL=OFF \\\
@@ -776,15 +779,15 @@
 %{_libdir}/plplot%{version}/driversd/qt.driver_info
 %{_libdir}/plplot%{version}/driversd/qt.so
 
-#%if 0%{?suse_version} = 1210
-#%files octave
-#%defattr(-,root,root)
-#%{_datadir}/%{name}_octave/
-#%{_datadir}/octave/site/m/PLplot/
-#%{_libdir}/octave/site/oct/*/plplot_octave.oct
-#%{_datadir}/plplot%{version}/examples/octave/
-#%{_datadir}/plplot%{version}/examples/lena.img
-#%{_datadir}/plplot%{version}/examples/test_octave.sh
-#%endif
+%if 0%{?suse_version} = 1210
+%files octave
+%defattr(-,root,root)
+%{_datadir}/%{name}_octave/
+%{_datadir}/octave/site/m/PLplot/
+%{_libdir}/octave/site/oct/*/plplot_octave.oct
+%{_datadir}/plplot%{version}/examples/octave/
+%{_datadir}/plplot%{version}/examples/lena.img
+%{_datadir}/plplot%{version}/examples/test_octave.sh
+%endif
 
 %changelog

++ plplot-avoid-config_h-nameclash.patch ++
 769 lines (skipped)

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



commit privoxy for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package privoxy for openSUSE:Factory checked 
in at 2014-02-02 18:11:51

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


Package is privoxy

Changes:

--- /work/SRC/openSUSE:Factory/privoxy/privoxy.changes  2013-12-30 
10:29:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.privoxy.new/privoxy.changes 2014-02-02 
18:11:52.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 14:08:59 UTC 2014 - sch...@linux-m68k.org
+
+- Add proper sysv to service migration
+- Readd rc link
+- Remove reference to nonexisting dns6 nss module (bnc#849923)
+
+---



Other differences:
--
++ privoxy.spec ++
--- /var/tmp/diff_new_pack.ZVJmBZ/_old  2014-02-02 18:11:53.0 +0100
+++ /var/tmp/diff_new_pack.ZVJmBZ/_new  2014-02-02 18:11:53.0 +0100
@@ -110,7 +110,12 @@
 cp -a templates $RPM_BUILD_ROOT/%chroot/etc
 install -m 644 config *.action *.filter trust $RPM_BUILD_ROOT/%chroot/etc
 %if %{with_systemd}
-install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
+sed -e 's/@lib@/%{_lib}/g' %{SOURCE3}  
$RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
+%if 0%{?suse_version} = 1310
+ln -sf /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rc%{name}
+%else
+ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rc%{name}
+%endif
 %else
 install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/init.d/privoxyd
 ln -sf ../../etc/init.d/privoxyd $RPM_BUILD_ROOT/usr/sbin/rcprivoxyd
@@ -124,6 +129,51 @@
 ln -sf %chroot/etc/ $RPM_BUILD_ROOT/etc/privoxy
 
 %pre
+%if %{with_systemd}
+mkdir -p /var/lib/systemd/migrated || :
+if test $1 -eq 1; then
+  touch /var/lib/systemd/migrated/%{name} || :
+else
+  if test ! -e /var/lib/systemd/migrated/%{name}; then
+# /usr/sbin/systemd-sysv-convert --save privoxy{d}
+find_service() {
+  local runlevel
+  declare -i priority
+  runlevel=$1
+  priority=-1
+  for l in /etc/rc.d/rc$runlevel.d/*; do
+   test -f $l || continue
+   initscript=$(basename $l)
+   if test ${initscript:0:1} != S || test ${initscript:3} != privoxyd; 
then
+ continue
+   fi
+   if test ${initscript:1:2} -ge 0  test ${initscript:1:2} -le 99 
+  test ${initscript:1:2} -ge $priority; then
+ if test ${initscript:1:1} = 0; then
+   priority=${initscript:2:1}
+ else
+   priority=${initscript:1:2}
+ fi
+   fi
+  done
+  if test $priority -ge 0; then
+   return $priority
+  else
+   return 255
+  fi
+}
+if test -r /etc/init.d/privoxyd; then
+  for runlevel in 2 3 4 5; do
+   find_service $runlevel
+   priority=$?
+   if test $priority -lt 255; then
+ printf %%s\t%%s\t%%s\n %{name} $runlevel $priority  
/var/lib/systemd/sysv-convert/database
+   fi
+  done
+fi
+  fi
+fi
+%endif
 /usr/sbin/groupadd -r privoxy 2 /dev/null ||:
 /usr/sbin/useradd -r -g privoxy -s /bin/false -c Daemon user for privoxy \
  -d /var/lib/privoxy privoxy 2 /dev/null ||:
@@ -183,8 +233,8 @@
 %else
 %config /etc/init.d/privoxyd
 /usr/sbin/rcprivoxyd
-/usr/sbin/rcprivoxy
 %endif
+/usr/sbin/rcprivoxy
 /etc/privoxy
 
 %files doc

++ privoxy.service ++
--- /var/tmp/diff_new_pack.ZVJmBZ/_old  2014-02-02 18:11:53.0 +0100
+++ /var/tmp/diff_new_pack.ZVJmBZ/_new  2014-02-02 18:11:53.0 +0100
@@ -5,8 +5,8 @@
 [Service]
 Type=forking
 PIDFile=/run/privoxy.pid
-ExecStartPre=-/bin/bash -c /usr/bin/cp -upf 
/etc/{resolv.conf,host.conf,hosts,localtime} /var/lib/privoxy/etc/
-ExecStartPre=-/bin/bash -c /usr/bin/cp -upf /$(basename $(echo 
/var/lib/privoxy/lib*))/{libresolv.so.2,libnss_dns{,6}.so.2} 
/var/lib/privoxy/lib*/
+ExecStartPre=-/usr/bin/cp -upf /etc/resolv.conf /etc/host.conf /etc/hosts 
/etc/localtime /var/lib/privoxy/etc/
+ExecStartPre=-/usr/bin/cp -upf /@lib@/libresolv.so.2 /@lib@/libnss_dns.so.2 
/var/lib/privoxy/@lib@/
 ExecStart=/usr/sbin/privoxy --chroot --pidfile /run/privoxy.pid --user privoxy 
/etc/config
 
 [Install]

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



commit libindi for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package libindi for openSUSE:Factory checked 
in at 2014-02-02 18:16:13

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


Package is libindi

Changes:

--- /work/SRC/openSUSE:Factory/libindi/libindi.changes  2013-03-28 
13:19:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libindi.new/libindi.changes 2014-02-02 
18:16:15.0 +0100
@@ -1,0 +2,25 @@
+Sat Feb  1 17:31:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 0.9.7:
+  * Support for EQMod mount driver (3rd party).
+  * Support for ATIK CCDs and Filter Wheels (3rd party).
+  * Support for Shoestring Astronomy FCUSB (3rd party).
+  * Support for joysticks and game pads under Linux.
+  * LX200, Celeston, and EQMod drivers support joystick input.
+  * Improved LX200  Celestron telescope drivers.
+  * Improved simulator drivers.
+  * INDI server support for multiple devices per driver.
+  * New universal logging and debugging framework for INDI
+developers.
+  * Fixed an issue in TCFS driver where a connect may fail if
+focuser is put into sleep mode.
+  * Fixed an issue where the client thread in INDI::BaseClient
+is not being terminated gracefully in blocking mode.
+  * Fixed an issue involving non-English clients that utilize
+INDI client library to communicate with INDI server.
+  * Fixed an issue where some properties in some drivers are
+sent before getting defined by INDI.
+- Droped udev_rules_dir_configurable.patch, not required anymore
+- Adjust no-return-in-nonvoid-function.patch for this release
+
+---

Old:

  libindi_0.9.6.tar.gz
  udev_rules_dir_configurable.patch

New:

  libindi_0.9.7.tar.gz



Other differences:
--
++ libindi.spec ++
--- /var/tmp/diff_new_pack.hUdfIR/_old  2014-02-02 18:16:15.0 +0100
+++ /var/tmp/diff_new_pack.hUdfIR/_new  2014-02-02 18:16:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libindi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define _udevdir %(pkg-config --variable udevdir udev)
 
 Name:   libindi
-Version:0.9.6
+Version:0.9.7
 Release:0
 Summary:Instrument Neutral Distributed Interface
 License:GPL-2.0+ and LGPL-2.1+
@@ -30,8 +30,6 @@
 Source0:http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
 # PATCH-FIX-UPSTREAM no-return-in-nonvoid-function.patch 
asterios.dra...@gmail.com -- Fix no-return-in-nonvoid-function post-build 
check errors
 Patch0: no-return-in-nonvoid-function.patch
-# PATCH-FIX-UPSTREAM udev_rules_dir_configurable.patch 
asterios.dra...@gmail.com -- Make UDEVRULES_INSTALL_DIR configurable
-Patch1: udev_rules_dir_configurable.patch
 # PATCH-FIX-UPSTREAM libindi-aarch64.patch sch...@suse.de -- No port I/O on 
aarch64
 Patch2: libindi-aarch64.patch
 BuildRequires:  cmake
@@ -108,7 +106,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1
 %patch2 -p1
 
 %build
@@ -144,7 +141,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING.* COPYRIGHT ChangeLog LICENSE NEWS README README.drivers 
TODO
+%doc AUTHORS COPYING.* COPYRIGHT ChangeLog LICENSE NEWS README TODO
 %{_datadir}/indi/
 %{_bindir}/indi*
 %{_udevdir}/rules.d/99-gpusb.rules

++ libindi_0.9.6.tar.gz - libindi_0.9.7.tar.gz ++
 25502 lines of diff (skipped)

++ no-return-in-nonvoid-function.patch ++
--- /var/tmp/diff_new_pack.hUdfIR/_old  2014-02-02 18:16:16.0 +0100
+++ /var/tmp/diff_new_pack.hUdfIR/_new  2014-02-02 18:16:16.0 +0100
@@ -1,66 +1,149 @@
-diff -Naur libindi-0.9.6.orig/drivers/auxiliary/gpusb.cpp 
libindi-0.9.6/drivers/auxiliary/gpusb.cpp
 libindi-0.9.6.orig/drivers/auxiliary/gpusb.cpp 2012-11-19 
22:39:14.0 +0200
-+++ libindi-0.9.6/drivers/auxiliary/gpusb.cpp  2012-11-22 21:25:20.626955314 
+0200
-@@ -148,6 +148,7 @@
- deleteProperty(GuideEWP.name);
- }
+diff -Naur libindi-0.9.7.orig/drivers/auxiliary/joystickdriver.cpp 
libindi-0.9.7/drivers/auxiliary/joystickdriver.cpp
+--- libindi-0.9.7.orig/drivers/auxiliary/joystickdriver.cpp2013-11-15 
19:26:49.0 +0100
 libindi-0.9.7/drivers/auxiliary/joystickdriver.cpp 2014-02-01 
19:46:41.003128771 +0100
+@@ -107,6 +107,7 @@
+ void* JoyStickDriver::loop(void *obj)
+ {
+ while (reinterpret_castJoyStickDriver *(obj)-active) 
reinterpret_castJoyStickDriver 

commit nagios for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package nagios for openSUSE:Factory checked 
in at 2014-02-02 18:41:34

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


Package is nagios

Changes:

--- /work/SRC/openSUSE:Factory/nagios/nagios.changes2013-09-27 
17:47:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.nagios.new/nagios.changes   2014-02-02 
18:41:35.0 +0100
@@ -1,0 +2,14 @@
+Wed Jan 22 16:53:49 UTC 2014 - o...@botter.cc
+
+- bring package back to compiling state after introducing
+  incompatible changes in nagios.spec with submit from
+  Dec 27th (spec file changes obviously already for nagios 4.0,
+  whereas we are still at 3.5.1). 
+
+---
+Fri Dec 27 14:49:18 UTC 2013 - l...@linux-schulserver.de
+
+- Fix possible denial of service in CGI executables:
+  * nagios-CVE-2013-7108.patch (bnc#856837)
+
+---

New:

  nagios-CVE-2013-7108.patch



Other differences:
--
++ nagios.spec ++
--- /var/tmp/diff_new_pack.lxMtJm/_old  2014-02-02 18:41:37.0 +0100
+++ /var/tmp/diff_new_pack.lxMtJm/_new  2014-02-02 18:41:37.0 +0100
@@ -45,6 +45,8 @@
 Patch11:nagios-disable_phone_home.patch
 # PATCH-FIX-UPSTREAM fix CVE-2013-2214
 Patch12:nagios-CVE-2013-2214.patch
+# PATCH-FIX-UPSTREAM fix CVE-2013-7108
+Patch13:nagios-CVE-2013-7108.patch
 BuildRequires:  apache2-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  gd-devel
@@ -188,6 +190,7 @@
 %patch10 -p0
 %patch11 -p0
 %patch12 -p1
+%patch13 -p1
 find -name .gitignore | xargs rm
 # fix p1.pl [dos]
 perl -p -i -e 's|\r\n|\n|' contrib/p1.pl

++ nagios-CVE-2013-7108.patch ++
Index: nagios/cgi/avail.c
===
--- nagios.orig/cgi/avail.c
+++ nagios/cgi/avail.c
@@ -1141,7 +1141,6 @@ int process_cgivars(void) {
 
/* do some basic length checking on the variable identifier to 
prevent buffer overflows */
if(strlen(variables[x]) = MAX_INPUT_BUFFER - 1) {
-   x++;
continue;
}
 
Index: nagios/cgi/config.c
===
--- nagios.orig/cgi/config.c
+++ nagios/cgi/config.c
@@ -386,7 +386,6 @@ int process_cgivars(void) {
 
/* do some basic length checking on the variable identifier to 
prevent buffer overflows */
if(strlen(variables[x]) = MAX_INPUT_BUFFER - 1) {
-   x++;
continue;
}
 
Index: nagios/cgi/extinfo.c
===
--- nagios.orig/cgi/extinfo.c
+++ nagios/cgi/extinfo.c
@@ -651,7 +651,6 @@ int process_cgivars(void) {
 
/* do some basic length checking on the variable identifier to 
prevent buffer overflows */
if(strlen(variables[x]) = MAX_INPUT_BUFFER - 1) {
-   x++;
continue;
}
 
Index: nagios/cgi/histogram.c
===
--- nagios.orig/cgi/histogram.c
+++ nagios/cgi/histogram.c
@@ -1069,7 +1069,6 @@ int process_cgivars(void) {
 
/* do some basic length checking on the variable identifier to 
prevent buffer overflows */
if(strlen(variables[x]) = MAX_INPUT_BUFFER - 1) {
-   x++;
continue;
}
 
Index: nagios/cgi/notifications.c
===
--- nagios.orig/cgi/notifications.c
+++ nagios/cgi/notifications.c
@@ -358,7 +358,6 @@ int process_cgivars(void) {
 
/* do some basic length checking on the variable identifier to 
prevent buffer overflows */
if(strlen(variables[x]) = MAX_INPUT_BUFFER - 1) {
-   x++;
continue;
}
 
Index: nagios/cgi/outages.c
===
--- nagios.orig/cgi/outages.c
+++ nagios/cgi/outages.c
@@ -269,7 +269,6 @@ int process_cgivars(void) {
 
/* do some basic length checking on the variable identifier to 
prevent buffer overflows */
if(strlen(variables[x]) = MAX_INPUT_BUFFER - 1) {
-   x++;
continue;
}
 
Index: nagios/cgi/status.c
===
--- nagios.orig/cgi/status.c

commit phpPgAdmin for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package phpPgAdmin for openSUSE:Factory 
checked in at 2014-02-02 18:44:02

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


Package is phpPgAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpPgAdmin/phpPgAdmin.changes2012-03-30 
14:20:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpPgAdmin.new/phpPgAdmin.changes   
2014-02-02 18:44:03.0 +0100
@@ -1,0 +2,24 @@
+Fri Jan 31 14:43:01 UTC 2014 - rsalev...@suse.com
+
+-update to 5.1
+   - Released: 14th April 2013
+   - Features
+   * Full support for PostgreSQL 9.1 and 9.2
+   * New plugin architecture, including addition of several new 
hooks
+   * Support nested groups of servers
+   * Expanded test coverage in Selenium test suite
+   * Highlight referencing fields on hovering Foriegn Key values 
when browsing tables
+   * Simplified translation system implementation
+   * Don't show cancel/kill options in process page to 
non-superusers
+   * Add download ability from the History window
+   * User queries now paginate by default
+   - Translations
+   * Lithuanian
+   - Bug Fixes
+   * Numeruous fixes for running under PHP Strict Standards
+   * Fix an issue with autocompletion of text based Foreign Keys
+   * Fix a bug when browsing tables with no unique key
+   * Fix several bugs with bytea support, including possible data
+ corruption bugs when updating rows that have bytea fields
+
+---

Old:

  phpPgAdmin-5.0.4.tar.bz2

New:

  phpPgAdmin-5.1.tar.bz2



Other differences:
--
++ phpPgAdmin.spec ++
--- /var/tmp/diff_new_pack.l4kg2H/_old  2014-02-02 18:44:04.0 +0100
+++ /var/tmp/diff_new_pack.l4kg2H/_new  2014-02-02 18:44:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package phpPgAdmin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 Summary:Administration of PostgreSQL over the web
 License:GPL-2.0+
 Group:  Productivity/Databases/Tools
-Version:5.0.4
+Version:5.1
 Release:0
 Url:http://phppgadmin.sourceforge.net
 Source0:%{name}-%{version}.tar.bz2
@@ -46,15 +46,15 @@
 Features
 
 * Administer multiple servers
-* Support for PostgreSQL 7.4.x, 8.0.x, 8.1.x, 8.2.x, 8.3.x, 8.4.x, 9.0.x
+* Support for PostgreSQL 8.4.x, 9.0.x, 9.1.x, 9.2.x
 * Manage all aspects of:
   o Users  groups
   o Databases
   o Schemas
   o Tables, indexes, constraints, triggers, rules  privileges
-  o Views, sequences  functions
-  o Advanced objects
-  o Reports
+   Views, sequences  functions
+   Advanced objects
+   Reports
 * Easy data manipulation:
   o Browse tables, views  reports
   o Execute arbitrary SQL
@@ -65,6 +65,7 @@
 * Excellent language support:
   o Available in 27 languages
   o No encoding conflicts. Edit Russian data using a Japanese interface!
+* Easy to install and configur
 
 %prep
 %setup -q
@@ -74,26 +75,24 @@
 
 %install
 %{__install} -d %{buildroot}%{ap_docroot}/%{name}
-%{__cp} -dR *.php *.js classes help images lang libraries sql themes xloadtree 
\
-  %{buildroot}%{ap_docroot}/%{name}
+%{__cp} -dR *.php *.js classes help images lang libraries plugins themes 
xloadtree \
+%{buildroot}%{ap_docroot}/%{name}
 
 # install config to config dir
 %{__install} -D -m0640 conf/config.inc.php-dist \
-  %{buildroot}%{ppa_config}
+%{buildroot}%{ppa_config}
 
 # install config for apache
 %{__install} -D -m0644 %{S:1} %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
 
 # fix paths in http config
 %{__sed} -i -e s,@ap_docroot@,%{ap_docroot},g -e s,@name@,%{name},g \
- -e s,@docdir@,%{_docdir},g %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
+-e s,@docdir@,%{_docdir},g %{buildroot}%{ap_sysconfdir}/conf.d/%{name}.conf
 
 # remove not needed files from lang/
 for i in Makefile convert.awk langcheck php2po po2php synch; do
-  %{__rm} -f %{buildroot}%{ap_docroot}/%{name}/lang/${i}
+%{__rm} -f %{buildroot}%{ap_docroot}/%{name}/lang/${i}
 done
-# remove not needed files
-%{__rm} %{buildroot}%{ap_docroot}/%{name}/build_tests.php
 
 %postun
 %restart_on_update apache2

++ phpPgAdmin-5.0.4.tar.bz2 - phpPgAdmin-5.1.tar.bz2 ++
 61771 lines of diff (skipped)

-- 
To 

commit xen for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2014-02-02 18:46:59

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


Package is xen

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2014-01-07 17:25:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2014-02-02 
18:47:01.0 +0100
@@ -1,0 +2,42 @@
+Thu Jan 23 16:11:39 MST 2014 - carn...@suse.com
+
+- Dropped xen-changeset.patch.  It is no longer needed.
+
+---
+Sun Jan 19 00:13:06 CET 2014 - oher...@suse.de
+
+- BuildRequire libfdt1-devel on ARM
+
+---
+Sat Jan 18 00:35:46 CET 2014 - oher...@suse.de
+
+- fate#311487: remove modprobe.conf files for autoloading of
+  pv-on-hvm files.
+  Rely on core kernel to skip initialization of emulated hardware
+  Handle xen_emul_unplug= from xenlinux based core kernel-default
+
+---
+Wed Jan 16 13:11:32 MST 2014 - carn...@suse.com
+
+- Fix the spec file to build for old distros
+  The xm/xend toolstack will continue to be contained in xen-tools
+  for older openSUSE and sles distros but it will be contained in
+  xend-tools for os13.x
+
+---
+Wed Jan 15 19:55:32 CET 2014 - oher...@suse.de
+
+- fate#316071: add discard support for file backed storage (qdisk)
+  to qemu-upstream, enabled unconditionally
+
+---
+Tue Jan 14 12:13:45 MST 2014 - carn...@suse.com
+
+- Update to Xen 4.4.0 RC2 c/s 28287
+
+---
+Tue Jan  9 11:44:11 MST 2014 - carn...@suse.com
+
+- Restore 32bit ix86 support in spec file for kmps and domU tools
+
+---

Old:

  xen-changeset.patch
  xen_pvdrivers.conf

New:

  qemu-xen-upstream-blkif-discard.patch
  xen_pvonhvm.xen_emul_unplug.patch
  xend-config-enable-dump-comment.patch
  xend-tools-watchdog-support.patch
  xend-vif-route-ifup.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.lfjQxN/_old  2014-02-02 18:47:03.0 +0100
+++ /var/tmp/diff_new_pack.lfjQxN/_new  2014-02-02 18:47:03.0 +0100
@@ -15,24 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   xen
-ExclusiveArch:  x86_64 %arm aarch64
+ExclusiveArch:  %ix86 x86_64 %arm aarch64
 %define xvers 4.4
 %define xvermaj 4
-%define changeset 28233
+%define changeset 28287
 %define xen_build_dir xen-4.4.0-testing
 %ifarch %arm aarch64
 %define with_kmp 0
+%define with_xend 0
 %define with_debug 0
 %define with_stubdom 0
-%define with_xend 0
+%define with_dom0_support 1
 %else
+%ifarch x86_64
 %define with_kmp 1
 %define with_debug 1
 %define with_stubdom 1
+%define with_dom0_support 1
 %define with_qemu_traditional 1
+%if %suse_version  1230
+%define with_xend 1
+%else
+%define with_xend 1
+%endif
+%else
 %define with_xend 0
+%define with_stubdom 0
+%define with_dom0_support 0
+%define with_qemu_traditional 0
+%endif
 %endif
 # EFI requires gcc46 or newer
 # its available in 12.1 or = sles11sp2
@@ -47,34 +59,45 @@
 %else
 %define with_systemd 0
 %endif
-%ifnarch %arm aarch64
+%ifarch %arm aarch64
+BuildRequires:  libfdt1-devel
+%endif
+%ifarch %ix86 x86_64
 BuildRequires:  dev86
 %endif
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 BuildRequires:  libaio-devel
 BuildRequires:  libbz2-devel
-BuildRequires:  libpixman-1-0-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libyajl-devel
+BuildRequires:  libpixman-1-0-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python-devel
+BuildRequires:  transfig
+%if %suse_version = 1030
 BuildRequires:  texinfo
 BuildRequires:  texlive
+%if %suse_version  1220
+BuildRequires:  texlive-latex
 BuildRequires:  texlive-courier
 BuildRequires:  texlive-dvips
 BuildRequires:  texlive-helvetic
-BuildRequires:  texlive-latex
 BuildRequires:  texlive-psnfss
 BuildRequires:  texlive-times
-BuildRequires:  transfig
 BuildRequires:  tex(a4.sty)
 BuildRequires:  tex(a4wide.sty)
 BuildRequires:  tex(fancyhdr.sty)
 BuildRequires:  tex(parskip.sty)
 BuildRequires:  tex(setspace.sty)
+%endif
+%else
+BuildRequires:  te_ams
+BuildRequires:  te_latex
+BuildRequires:  tetex
+%endif
 %if %suse_version = 1230
 BuildRequires:  systemd
 %endif
@@ -84,7 +107,7 @@
 %if %suse_version = 1110
 BuildRequires:  pmtools
 %else
-%ifnarch %arm aarch64

commit xtrabackup for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package xtrabackup for openSUSE:Factory 
checked in at 2014-02-02 19:02:52

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


Package is xtrabackup

Changes:

--- /work/SRC/openSUSE:Factory/xtrabackup/xtrabackup.changes2013-11-26 
19:35:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.xtrabackup.new/xtrabackup.changes   
2014-02-02 19:02:55.0 +0100
@@ -1,0 +2,26 @@
+Sat Feb  1 23:14:55 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 2.1.7 [bnc#860488]
+- general changes:
+  * rebased on MySQL versions 5.5.35 and 5.6.15
+  * now uses libgcrypt randomization functions for setting the IV
+[lp#1255300] [bnc#852224] CVE-2013-6394
+- bugs fixed:
+  * After being rebased on MySQL 5.6.11 Percona XtraBackup has been
+affected by the upstream bug #69780 (backward compatibility for
+InnoDB recovery) [lp#1203669]
+  * Backup directory would need to be specified even for running the
+innobackupex with --help and --version options. [lp#1223716]
+- bugs fixed specific to MySQL 5.6:
+  * xtrabackpu did not roll back prepared XA transactions when
+applying the log. [lp#1254227]
+- removed patches:
+  * percona-xtrabackup-2.1.x-mysql-5.6.11-va_list.patch, committed
+in 5.6.15
+- modified patches:
+  * percona-xtrabackup-2.1.x-nodoc.patch for upstream changes
+  * percona-xtrabackup-2.1.x-mysql-5.6.11-srv_buf_size.patch to
+  * percona-xtrabackup-2.1.x-mysql-5.6.15-srv_buf_size.patch
+Reworked to apply to 5.6.15
+
+---

Old:

  mysql-5.5.31-nodoc.tar.gz
  mysql-5.6.11-nodoc.tar.gz
  percona-xtrabackup-2.1.6-nodoc.tar.gz
  percona-xtrabackup-2.1.x-mysql-5.6.11-srv_buf_size.patch
  percona-xtrabackup-2.1.x-mysql-5.6.11-va_list.patch

New:

  mysql-5.5.35-nodoc.tar.gz
  mysql-5.6.15-nodoc.tar.gz
  percona-xtrabackup-2.1.7-nodoc.tar.gz
  percona-xtrabackup-2.1.x-mysql-5.6.15-srv_buf_size.patch



Other differences:
--
++ xtrabackup.spec ++
--- /var/tmp/diff_new_pack.eWbjpX/_old  2014-02-02 19:02:57.0 +0100
+++ /var/tmp/diff_new_pack.eWbjpX/_new  2014-02-02 19:02:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtrabackup
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define MYSQL_55_VERSION 5.5.31
-%define MYSQL_56_VERSION 5.6.11
+%define MYSQL_55_VERSION 5.5.35
+%define MYSQL_56_VERSION 5.6.15
 
 Summary:Online backup for MySQL / InnoDB 
 License:GPL-2.0
 Group:  Productivity/Databases/Tools
 Name:   xtrabackup
-Version:2.1.6
+Version:2.1.7
 Release:0
 Url:http://www.percona.com/software/percona-xtrabackup/
 Source: percona-xtrabackup-%{version}-nodoc.tar.gz
@@ -31,8 +31,7 @@
 Source3:mysql-%{MYSQL_56_VERSION}-nodoc.tar.gz
 Source4:xtrabackup-nodoc.sh
 Patch0: percona-xtrabackup-2.1.x-nodoc.patch
-Patch1: percona-xtrabackup-2.1.x-mysql-5.6.11-srv_buf_size.patch
-Patch2: percona-xtrabackup-2.1.x-mysql-5.6.11-va_list.patch
+Patch1: percona-xtrabackup-2.1.x-mysql-5.6.15-srv_buf_size.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # This is to ease migration from Percona's generic packages
 Provides:   percona-xtrabackup = %{version}
@@ -82,7 +81,6 @@
 %__find mysql-%{MYSQL_56_VERSION} -maxdepth 1 -type d -iname doc* -print  
exit 1 
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 set -ue

++ mysql-5.5.31-nodoc.tar.gz - mysql-5.5.35-nodoc.tar.gz ++
/work/SRC/openSUSE:Factory/xtrabackup/mysql-5.5.31-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/mysql-5.5.35-nodoc.tar.gz differ: 
char 5, line 1

++ mysql-5.5.31-nodoc.tar.gz - mysql-5.6.15-nodoc.tar.gz ++
/work/SRC/openSUSE:Factory/xtrabackup/mysql-5.5.31-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/mysql-5.6.15-nodoc.tar.gz differ: 
char 5, line 1

++ percona-xtrabackup-2.1.6-nodoc.tar.gz - 
percona-xtrabackup-2.1.7-nodoc.tar.gz ++
/work/SRC/openSUSE:Factory/xtrabackup/percona-xtrabackup-2.1.6-nodoc.tar.gz 
/work/SRC/openSUSE:Factory/.xtrabackup.new/percona-xtrabackup-2.1.7-nodoc.tar.gz
 differ: char 5, line 1

++ percona-xtrabackup-2.1.x-mysql-5.6.11-srv_buf_size.patch - 
percona-xtrabackup-2.1.x-mysql-5.6.15-srv_buf_size.patch ++
--- 

commit ocaml for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package ocaml for openSUSE:Factory checked 
in at 2014-02-02 19:10:24

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


Package is ocaml

Changes:

--- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes  2014-01-31 
11:44:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml.new/ocaml.changes 2014-02-02 
19:10:25.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  1 09:33:43 CET 2014 - oher...@suse.de
+
+- Disable opt on aarch64
+
+---



Other differences:
--
++ ocaml.spec ++
--- /var/tmp/diff_new_pack.wiRB4E/_old  2014-02-02 19:10:26.0 +0100
+++ /var/tmp/diff_new_pack.wiRB4E/_new  2014-02-02 19:10:26.0 +0100
@@ -22,9 +22,9 @@
 Version:4.01.0
 Release:0
 %define doc_version 4.01
-%define do_opt 1
-%ifarch s390 s390x ia64 ppc64le
 %define do_opt 0
+%ifarch %arm %ix86 ppc ppc64 x86_64
+%define do_opt 1
 %endif
 # http://caml.inria.fr/pub/distrib/ocaml-%{doc_version}/
 Source0:ocaml-%{version}.tar.xz
@@ -341,9 +341,7 @@
 %{_mandir}/*/*
 %{_libdir}/ocaml/*.a
 %if %{do_opt}
-%ifarch %ix86 ppc ppc64 x86_64 %arm
 %{_libdir}/ocaml/*.cmxs
-%endif
 %{_libdir}/ocaml/*.cmxa
 %{_libdir}/ocaml/*.cmx
 %{_libdir}/ocaml/*.o


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



commit ladspa-vcf for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package ladspa-vcf for openSUSE:Factory 
checked in at 2014-02-02 22:19:42

Comparing /work/SRC/openSUSE:Factory/ladspa-vcf (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa-vcf.new (New)


Package is ladspa-vcf

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa-vcf.new/ladspa-vcf.changes   
2014-02-02 22:19:43.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Dec 16 14:46:32 CET 2013 - ti...@suse.de
+
+- Initial version 0.0.5: split from ladspa package
+

New:

  COPYING
  README_VCF
  ladspa-vcf.changes
  ladspa-vcf.spec
  vcf-0.0.5.tar.bz2
  vcf-Makefile.dif



Other differences:
--
++ ladspa-vcf.spec ++
#
# spec file for package ladspa-vcf
#
# 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
# 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:   ladspa-vcf
BuildRequires:  gcc
BuildRequires:  ladspa-devel
Summary:LADSPA VCF plugin
License:GPL-2.0
Group:  Productivity/Multimedia/Sound/Utilities
Version:0.0.5
Release:0
AutoReq:on
Autoprov:   off
Supplements:ladspa
Source: vcf-%{version}.tar.bz2
Source1:README_VCF
Source2:COPYING
Patch1: vcf-Makefile.dif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This package provides LADSPA (Linux Audio Developer's Simple Plug-in API)
plugins for audio EQ biquad filters.

%prep
%setup -q -n vcf-%{version}
%patch1
cp %{S:1} README
cp %{S:2} .

%build
# This package failed when testing with -Wl,-as-needed being default.
# So we disable it here, if you want to retest, just delete this comment and 
the line below.
export SUSE_ASNEEDED=0
make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -fPIC -ggdb

%install
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
install -c *.so $RPM_BUILD_ROOT%{_libdir}/ladspa

%files
%defattr(-,root,root)
%{_libdir}/ladspa
%doc COPYING README

%changelog
++ COPYING ++
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  675 Mass Ave, Cambridge, MA 02139, USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for 

commit konkretcmpi for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package konkretcmpi for openSUSE:Factory 
checked in at 2014-02-02 22:19:34

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


Package is konkretcmpi

Changes:

--- /work/SRC/openSUSE:Factory/konkretcmpi/konkretcmpi.changes  2013-10-25 
11:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.konkretcmpi.new/konkretcmpi.changes 
2014-02-02 22:19:35.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 17 11:13:42 UTC 2014 - kkae...@suse.com
+
+- Fix python install pathes (esp. fixes SLE10 build)
+  swig-classic.patch renamed to sle10.patch
+
+---

Old:

  swig-classic.patch

New:

  sle10.patch



Other differences:
--
++ konkretcmpi.spec ++
--- /var/tmp/diff_new_pack.BgwHUA/_old  2014-02-02 22:19:36.0 +0100
+++ /var/tmp/diff_new_pack.BgwHUA/_new  2014-02-02 22:19:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package konkretcmpi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,10 +40,12 @@
 Requires:   sblim-cmpi-devel
 #Source0:
https://github.com/rnovacek/konkretcmpi/archive/%{version}/konkretcmpi-%{version}.tar.gz
 Source0:konkretcmpi-%{version}.tar.gz
-# SWIG/Python on SLE 11 needs -classic switch, kkae...@suse.de
+# SWIG/Python on SLE 11 and below needs -classic switch, kkae...@suse.de
 #   See 
http://stackoverflow.com/questions/14192288/how-to-make-multiple-properties-valid-to-one-file-by-set-source-files-properties
 #   why set_source_files_properties cannot be used (recognizes string as 
single property)
-Patch2: swig-classic.patch
+# CMake on SLE10 defines PYTHON_INCLUDE_PATH, not PYTHON_INCLUDE_DIR, 
kkae...@suse.de
+# CMake on SLE10 does not define PYTHON_VER, kkae...@suse.de
+Patch1: sle10.patch
 
 %description
 An open-source tool for rapidly developing CMPI providers in the C
@@ -81,8 +83,8 @@
 %prep
 # Untar the sources.
 %setup -n konkretcmpi-%{version}
-%if 0%{?suse_version}  1120
-%patch2 -p1
+%if 0%{?suse_version}  0%{?suse_version}  1120
+%patch1 -p1
 %endif
 
 %build

++ sle10.patch ++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs 
../orig-konkretcmpi-0.9.2/src/mof/python/CMakeLists.txt 
./src/mof/python/CMakeLists.txt
--- ../orig-konkretcmpi-0.9.2/src/mof/python/CMakeLists.txt 2013-09-25 
14:36:56.0 +0200
+++ ./src/mof/python/CMakeLists.txt 2014-01-17 12:12:09.016410545 +0100
@@ -4,17 +4,20 @@
 
 set(Python_ADDITIONAL_VERSIONS 2.7 2.6 2.5 2.4)
 find_package(PythonLibs REQUIRED)
-string(REGEX REPLACE ^([0-9]+\\.[0-9]+).* \\1 PYTHON_VER 
${PYTHONLIBS_VERSION_STRING})
 
-include_directories(${PYTHON_INCLUDE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/..)
+EXECUTE_PROCESS(COMMAND python -c from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib()) OUTPUT_VARIABLE 
PYTHON_LIB_DIR)
+EXECUTE_PROCESS(COMMAND python -c from distutils.sysconfig import 
get_python_lib; import sys; sys.stdout.write(get_python_lib(1)) 
OUTPUT_VARIABLE PYTHON_ARCH_DIR)
+
+include_directories(${PYTHON_INCLUDE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/..)
 
 set(CMAKE_SWIG_FLAGS -c++)
 
 set_source_files_properties(konkretmof.i PROPERTIES CPLUSPLUS ON)
 set_source_files_properties(konkretmof.i PROPERTIES SWIG_FLAGS -includeall)
+set_property(SOURCE konkretmof.i APPEND PROPERTY SWIG_FLAGS -classic)
 swig_add_module(konkretmof python
   konkretmof.i)
-swig_link_libraries(konkretmof ${PYTHON_LIBRARIES} konkretmof)
+swig_link_libraries(konkretmof ${PYTHON_LIBRARIES} pthread util dl konkretmof)
 
-install(TARGETS ${SWIG_MODULE_konkretmof_REAL_NAME} DESTINATION 
lib${LIB_SUFFIX}/python${PYTHON_VER}/site-packages)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/konkretmof.py DESTINATION 
lib${LIB_SUFFIX}/python${PYTHON_VER}/site-packages)
+install(TARGETS ${SWIG_MODULE_konkretmof_REAL_NAME} DESTINATION 
${PYTHON_ARCH_DIR})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/konkretmof.py DESTINATION 
${PYTHON_LIB_DIR})
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ladspa-vocoder for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package ladspa-vocoder for openSUSE:Factory 
checked in at 2014-02-02 22:19:49

Comparing /work/SRC/openSUSE:Factory/ladspa-vocoder (Old)
 and  /work/SRC/openSUSE:Factory/.ladspa-vocoder.new (New)


Package is ladspa-vocoder

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.ladspa-vocoder.new/ladspa-vocoder.changes   
2014-02-02 22:19:50.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Dec 16 15:03:13 CET 2013 - ti...@suse.de
+
+- Initial version 0.3: split from ladspa package
+

New:

  ladspa-vocoder.changes
  ladspa-vocoder.spec
  vocoder-0.1.dif
  vocoder-ladspa-0.3.tar.bz2



Other differences:
--
++ ladspa-vocoder.spec ++
#
# spec file for package ladspa-vocoder
#
# 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
# 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:   ladspa-vocoder
BuildRequires:  gcc
BuildRequires:  ladspa-devel
Summary:LADSPA vocoder plugin
License:GPL-2.0+
Group:  Productivity/Multimedia/Sound/Utilities
Version:0.3
Release:0
AutoReq:on
Autoprov:   off
Supplements:ladspa
Source: vocoder-ladspa-%{version}.tar.bz2
Patch1: vocoder-0.1.dif
Url:http://users.skynet.be/solaris/linuxaudio/
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This package provides a LADSPA (Linux Audio Developer's Simple Plug-in API)
vocoder plugin.

%prep
%setup -q -n vocoder-%{version}
%patch1

%build
# This package failed when testing with -Wl,-as-needed being default.
# So we disable it here, if you want to retest, just delete this comment and 
the line below.
export SUSE_ASNEEDED=0
make %{?_smp_mflags} CFLAGS=$RPM_OPT_FLAGS -fPIC -ggdb

%install
mkdir -p $RPM_BUILD_ROOT%{_libdir}/ladspa
install -c *.so $RPM_BUILD_ROOT%{_libdir}/ladspa

%files
%defattr(-,root,root)
%{_libdir}/ladspa
%doc COPYRIGHT README

%changelog
++ vocoder-0.1.dif ++
--- vocoder.c
+++ vocoder.c   2002/05/07 12:43:43
@@ -263,8 +263,8 @@
 
 /* _init() is called automatically when the plugin library is first
loaded. */
-void 
-_init() {
+static void __attribute__ ((constructor))
+init() {
   char ** pcPortNames;
   LADSPA_PortDescriptor * piPortDescriptors;
   LADSPA_PortRangeHint * psPortRangeHints;
@@ -338,8 +338,8 @@
 /*/
 
 /* _fini() is called automatically when the library is unloaded. */
-void 
-_fini() {
+static void __attribute__ ((destructor))
+fini() {
   long lIndex;
   if (g_psDescriptor) {
 free((char *)g_psDescriptor-Label);
--- Makefile-dist   2004-01-22 14:32:58.0 +0100
+++ Makefile2004-01-22 14:33:02.0 +0100
@@ -14,7 +14,7 @@
 
 vocoder.so:vocoder.c
$(CC) $(CFLAGS) -o vocoder.o -c vocoder.c
-   $(LD) -o vocoder.so vocoder.o -shared
+   $(CC) -o vocoder.so vocoder.o -shared
 
 ###
 #
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libhdhomerun for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package libhdhomerun for openSUSE:Factory 
checked in at 2014-02-02 22:19:55

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


Package is libhdhomerun

Changes:

--- /work/SRC/openSUSE:Factory/libhdhomerun/libhdhomerun.changes
2014-01-23 15:47:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libhdhomerun.new/libhdhomerun.changes   
2014-02-02 22:19:57.0 +0100
@@ -1,0 +2,14 @@
+Fri Jan 24 07:07:09 UTC 2014 - adler_...@yahoo.com
+
+- Add .desktop and icon for hdhomerun_config_gui
+
+---
+Fri Jan 24 04:23:13 UTC 2014 - adler_...@yahoo.com
+
+- Update to 20140121. 
+  * License changed to LGPL 2.1.
+  * Improvements to socket handling on Mac/Linux.
+  * Corrections to EU channel map.
+  * Increase firmware upload chunk size.
+
+---

Old:

  hdhomerun_config_gui_20130328.tgz
  libhdhomerun_20130328.tgz

New:

  hdhomerun_config_gui.desktop
  hdhomerun_config_gui.png
  hdhomerun_config_gui_20140121.tgz
  libhdhomerun_20140121.tgz



Other differences:
--
++ libhdhomerun.spec ++
--- /var/tmp/diff_new_pack.8vTpFn/_old  2014-02-02 22:19:58.0 +0100
+++ /var/tmp/diff_new_pack.8vTpFn/_new  2014-02-02 22:19:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libhdhomerun
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,15 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  pkg-config
-Version:20130328
+BuildRequires:  update-desktop-files
+Version:20140121
 Release:0
 Source0:
http://download.silicondust.com/hdhomerun/libhdhomerun_%version.tgz
 Source1:
http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_%version.tgz
+Source2:hdhomerun_config_gui.desktop
+Source3:hdhomerun_config_gui.png
 Summary:HDHomeRun library
-License:LGPL-3.0
+License:LGPL-2.1
 Group:  Productivity/Other
 Url:http://www.silicondust.com
 Patch0: Makefile.patch
@@ -42,7 +45,7 @@
 
 %package -n libhdhomerun%{SO_NR}
 Summary:HDHomeRun library
-License:LGPL-3.0
+License:LGPL-2.1
 Group:  Productivity/Other
 
 %description -n libhdhomerun%{SO_NR}
@@ -54,7 +57,7 @@
 
 %package devel
 Summary:HDHomeRun library
-License:LGPL-3.0
+License:LGPL-2.1
 Group:  Development/Libraries/Other
 Provides:   libhdhomerun:/usr/include/libhdhomerun/hdhomerun.h
 Requires:   libhdhomerun%{SO_NR} = %{version}
@@ -68,7 +71,7 @@
 
 %package -n hdhomerun_config
 Summary:HDHomeRun Config tool
-License:LGPL-3.0
+License:LGPL-2.1
 Group:  Productivity/Other
 
 %description -n hdhomerun_config
@@ -131,6 +134,14 @@
 # docs
 cp lgpl.txt COPYING
 
+# desktop stuff
+mkdir -p %buildroot/%{_datadir}/icons/hicolor/32x32/apps
+cp %{SOURCE3} %buildroot/%{_datadir}/icons/hicolor/32x32/apps
+
+mkdir -p  %buildroot/%{_datadir}/applications
+cp %{SOURCE2}  %buildroot/%{_datadir}/applications
+%suse_update_desktop_file hdhomerun_config_gui
+
 %clean
 rm -rf %buildroot
 
@@ -140,7 +151,7 @@
 
 %files -n libhdhomerun%{SO_NR}
 %defattr(-,root,root)
-%{_libdir}/libhdhomerun.so.%{SO_NR}*
+%attr(0755,root,root) %{_libdir}/libhdhomerun.so.%{SO_NR}*
 %doc ../libhdhomerun/README ../libhdhomerun/COPYING
 
 %files devel
@@ -155,6 +166,8 @@
 %files -n hdhomerun_config_gui
 %defattr(-,root,root)
 %attr(0755,root,root) %{_bindir}/hdhomerun_config_gui
+%{_datadir}/applications/hdhomerun_config_gui.desktop
+%{_datadir}/icons/hicolor/32x32/apps/hdhomerun_config_gui.png
 %doc COPYING
 
 %changelog

++ hdhomerun_config_gui.desktop ++
[Desktop Entry]
Name=HDHomeRun Config GUI
Exec=hdhomerun_config_gui
Terminal=false
Icon=hdhomerun_config_gui
Type=Application
Categories=Settings;HardwareSettings;AudioVideo;TV;
Comment=Application to configure Silicon Dust HDHomeRun TV tuners
++ hdhomerun_config_gui_20130328.tgz - hdhomerun_config_gui_20140121.tgz 
++

++ libhdhomerun_20130328.tgz - libhdhomerun_20140121.tgz ++
 2020 lines of diff (skipped)

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



commit libvirt-cim for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package libvirt-cim for openSUSE:Factory 
checked in at 2014-02-02 22:20:47

Comparing /work/SRC/openSUSE:Factory/libvirt-cim (Old)
 and  /work/SRC/openSUSE:Factory/.libvirt-cim.new (New)


Package is libvirt-cim

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-cim/libvirt-cim.changes  2013-02-11 
15:05:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-cim.new/libvirt-cim.changes 
2014-02-02 22:20:49.0 +0100
@@ -1,0 +2,83 @@
+Thu Jul 25 09:23:57 UTC 2013 - kkae...@suse.com
+
+- Update to 0.6.3
+  Improvements:
+  - Add shareable property to disk (Xu Wang)
+  - Update GPL (John Ferlan)
+  - Improve support of nested KVM (Xu Wang)
+  - make lldptool command and support output configurable (Xu Wang)
+  - add an config option to disable KVM acceleration. (Xu Wang)
+  - Update spec file with changes coming from Fedora (Daniel Veillard)
+
+  Bug fixes:
+  - Resolve Coverity complaint (John Ferlan)
+  - CSI: Address two Coverity isssues (John Ferlan)
+  - Fix kvm support check logic (Xu Wang)
+  - Coverity: Resolve ARRAY_VS_SINGLETON - get_dev_paths() and callers
+(John Ferlan)
+  - Coverity: Resolve USE_AFTER_FREE - lifecycle_thread_native() (John
+Ferlan)
+  - Coverity: Resolve UNUSED_VALUE - system_xml()  mem_xml() (John
+Ferlan)
+  - Coverity: Resolve UNINIT - vsss_delete_snapshot() (John Ferlan)
+  - Coverity: Resolve REVERSE_INULL - lifecycle_thread_native() (John
+Ferlan)
+  - Coverity: Resolve REVERSE_INULL - doms_to_xml() (John Ferlan)
+  - Coverity: Resolve RESOURCE_LEAK - parse_os() (John Ferlan)
+  - Coverity: Resolve NO_EFFECT - _set_fv_prop() (John Ferlan)
+  - Coverity: Resolve NO_EFFECT - set_proc_rasd_params() (John Ferlan)
+  - Coverity: Resolve DEADCODE - octets_from_ip() (John Ferlan)
+  - Coverity: Resolve DEADCODE - get_hypervisor_enabled() (John Ferlan)
+  - Coverity: Resolve DEADCODE - do_parse() (John Ferlan)
+  - Coverity: Resolve CHECKED_RETURN - return_enum_rasds() (John Ferlan)
+  - Coverity: Resolve CHECKED_RETURN - mem_rasd_to_vdev() (John Ferlan)
+  - Coverity: Resolve CHECKED_RETURN - get_pools() (John Ferlan)
+  - Coverity: Resolve CHECKED_RETURN - get_dev_from_pool (John Ferlan)
+  - Coverity: Resolve CHECKED_RETURN - filter_by_pool() (John Ferlan)
+  - Coverity: Resolve CHECKED_RETURN - _generic_infostore_open() (John
+Ferlan)
+  - Coverity: Resolve BAD_COMPARE - ActivateFilter() (John Ferlan)
+  - VSMS: tip error for invalid disk resource (Xu Wang)
+
+- Fix license identification
+- Add conditional restarting of the sfcb into %post and %postun,
+  after proper registration/deregistration of the provider
+
+---
+Mon Apr 15 10:30:28 UTC 2013 - kkae...@suse.com
+
+- Update to 0.6.2
+   * libxkutil: set domain-dype to unknown by default (Wenchao Xia)
+   * register: Adjust the chatter output (John Ferlan)
+   * DevicePool: Use the virConnectListAll interfaces (John Ferlan)
+   * libxkutil: Use virConnectListAllDomains() to fetch domains (John Ferlan)
+   * xmlgen: Only support script on bridge for xen domains (John Ferlan)
+   * Remove empty newline at bottom (John Ferlan)
+   * libvirt-cim.spec: Use systemctl for tog-pegasus restart (John Ferlan)
+   * Makefile.am: Remove the $(top_srcdir) from subst command (John Ferlan)
+   * migration: allow ssh based migration with non root's key file (Wenchao 
Xia)
+   * misc_util: better way to read config (Wenchao Xia)
+   * VSSD: report success if not all VS fail in enum (Wenchao Xia)
+   * CSI: Move native CSI code together (Wenchao Xia)
+   * CSI Discard libvirt event by default (Wenchao Xia)
+   * device parsing, add debug print (Wenchao Xia)
+   * DevicePool, reimplement get_diskpool_config with libvirt (Wenchao Xia)
+   * CSI, add lock to protect shared data in lifecycle_thread (Wenchao Xia)
+   * CSI, DevicePool, RASDIndication: fix debug print crash (Wenchao Xia)
+   * do not deregister virt classes in yum upgrade (Wenchao Xia)
+   * SDC: use property BootDevices instead of BootDevice (Wenchao Xia)
+   * SDC: Fix spelling for property IsFullVirt (Wenchao Xia)
+   * Remove property CreationClassName in some instance (Wenchao Xia)
+   * fix id parsing with white space (Wenchao Xia)
+   * Fix an incomplete substitution in Makefile (Klaus Kaempf)
+   * distinguish running or inactive state (Wenchao Xia)
+   * Fix possible memory leaks (Eduardo Lima (Etrunko))
+   * Pool Refresh Patch2 (Gareth S. Bestor)
+   * CSI: Only execute callback if indications are enabled (Eduardo Lima
+ (Etrunko))
+   * CSI: Fix log messages (Eduardo Lima (Etrunko))
+   * CSI: Cleanup code (Eduardo Lima (Etrunko))
+   * Plan9fs (aka 9pfs, VirtFS) support for QEMU/KVM environment (Deepak C
+ Shetty)
+

commit pitivi for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package pitivi for openSUSE:Factory checked 
in at 2014-02-02 22:21:03

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


Package is pitivi

Changes:

--- /work/SRC/openSUSE:Factory/pitivi/pitivi.changes2012-07-04 
22:22:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.pitivi.new/pitivi.changes   2014-02-02 
22:21:04.0 +0100
@@ -1,0 +2,40 @@
+Tue Nov 26 21:36:32 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.92:
+  + Fix a bug where transitions would stop working.
+  + Fix the handling of rendering parameters.
+  + Fixes for the keyframes UI in the timeline.
+  + Usability improvements for the welcome dialog.
+  + Update the preview immediately when adding an effect.
+  + Fixes for AppData XML spec compliance.
+  + Various build and packaging fixes.
+  + Drop the PyXDG dependency.
+- Changes from version 0.9.1:
+  + Replacing the core of Pitivi by GES; 20 thousand lines of
+code removed.
+  + Porting to GStreamer 1.x.
+  + Porting to GTK+ 3.x.
+  + Replacing GooCanvas by Clutter for the timeline.
+  + An automated UI test suite, with many checks for
+mission-critical parts.
+  + Fixing hundreds of bugs.
+  + Implementing many new features.
+  + UI polish all over the place.
+  + Refactoring pretty much the entire codebase.
+  + See http://wiki.pitivi.org/wiki/0.91 for details
+  + Updated translations.
+- Add itstool and python-cairo-devel: New dependencies.
+- Drop pitivi-help_figures.patch: fixed upstream.
+- Remove codecscontainers.jpg and mainwindow.jpg: included in the
+  tarball now.
+- Drop static python requires: python-gnome, python-gconf,
+  python-goocanvas, pythong-gstreamer-0_10-, python-gtk,
+  python-setuptools, python-xdg and python-zopeinterface: pitivi
+  now uses the GI repository.
+- Drop gstreamer-0_10 and gstreamer-0_10-plugin-gnonlin Requires:
+  pitivi has been ported to GStreamer 1.0.
+- Add gobject-introspection BuildRequires in order to get automatic
+  typelib() Requires.
+- Add python-gobject Requires.
+
+---

Old:

  codecscontainers.jpg
  mainwindow.jpg
  pitivi-0.15.2.tar.xz
  pitivi-help_figures.patch

New:

  pitivi-0.92.tar.xz



Other differences:
--
++ pitivi.spec ++
--- /var/tmp/diff_new_pack.WqGLiS/_old  2014-02-02 22:21:05.0 +0100
+++ /var/tmp/diff_new_pack.WqGLiS/_new  2014-02-02 22:21:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pitivi
 #
-# 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,42 +17,27 @@
 
 
 Name:   pitivi
-Version:0.15.2
+Version:0.92
 Release:0
 Summary:Intuitive and featureful movie editor
 License:LGPL-2.1+
 Group:  Productivity/Multimedia/Video/Editors and Convertors
 Url:http://www.pitivi.org/
-Source: 
http://download.gnome.org/sources/pitivi/0.15/%{name}-%{version}.tar.xz
-# Imported frmo git tree. Due to a character error in Makefile.am, this file 
was missnig frmo the tarball.
-Source1:codecscontainers.jpg
-Source2:mainwindow.jpg
-# PATCH-FIX-UPSTREAM pitivi-help_figures.patch bgo#679397 dmis...@opensuse.org 
-- Fix a weird issue in help/Makefile.am
-Patch0: pitivi-help_figures.patch
+Source: 
http://download.gnome.org/sources/pitivi/0.92/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel = 0.18.0
+BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  itstool
 BuildRequires:  pkg-config
+BuildRequires:  python-cairo-devel
 BuildRequires:  python-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+Requires:   python-gobject
 Recommends: %{name}-lang
-Requires:   gstreamer-0_10 = 0.10.28
-Requires:   gstreamer-0_10-plugin-gnonlin = 0.10.16
-%if 0%{?suse_version} = 1130
-# For gconf
-Requires:   python-gnome
-%else
-Requires:   python-gconf
-%endif
-Requires:   python-goocanvas
-Requires:   python-gstreamer-0_10 = 0.10.19
-Requires:   python-gtk = 2.17.0
-Requires:   python-setuptools
-Requires:   python-xdg
-Requires:   python-zopeinterface
 # Pitivi can use the Frei0r plugins, and since this enables lots of effects, we
 # really want that by default if possible
 Recommends: frei0r-plugins
@@ 

commit python-pyramid for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2014-02-02 22:21:37

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


Package is python-pyramid

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2013-03-08 09:48:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2014-02-02 22:21:38.0 +0100
@@ -1,0 +2,60 @@
+Sun Nov 24 21:13:45 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.4.5
+  + The ``alchemy`` scaffold would break when the database was MySQL during
+tables creation.  See https://github.com/Pylons/pyramid/pull/1049.  
Backport 
+from master.
+  + It was not possible to use ``pyramid.httpexceptions.HTTPException`` as
+the ``context`` of an exception view as very general catchall for
+http-related exceptions when you wanted that exception view to override 
the 
+default exception view. See https://github.com/Pylons/pyramid/issues/985.
+Backport from master.
+  + When the ``pyramid.reload_templates`` setting was true, and a Chameleon 
+template was reloaded, and the renderer specification named a macro 
+(e.g. ``foo#macroname.pt``), renderings of the template after the template
+was reloaded due to a file change would produce the entire template body 
+instead of just a rendering of the macro.  See 
+https://github.com/Pylons/pyramid/issues/1013.  Backport from master.
+  + Fixed a Mako renderer bug returning a tuple with a previous defname value
+in some circumstances. See https://github.com/Pylons/pyramid/issues/1037 
for
+more information.  Backport from master.
+  + Make ``pserve.cherrypy_server_runner`` Python 3 compatible. See
+https://github.com/Pylons/pyramid/issues/718.  Backport from master.
+- Changes from version 1.4.4
+  + Fix an obscure problem when combining a virtual root with a route with a 
+``*traverse`` in its pattern.  Now the traversal path generated in
+such a configuration will be correct, instead of an element missing
+a leading slash.
+- Remove pyramid-dont-load-external-sphinx-theme.patch; merged on upstream
+  release
+
+---
+Thu Oct 24 11:12:22 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---
+Mon Aug  5 19:48:46 UTC 2013 - h...@urpla.net
+
+- remove pylons_theme_support.py module, as it is provided by
+  python-pylons_sphinx_theme now
+
+---
+Wed Jul 31 13:46:28 UTC 2013 - h...@urpla.net
+
+- add python-unittest2 and python-ordereddict deps for 11.1
+
+---
+Tue Jul 30 22:03:34 UTC 2013 - h...@urpla.net
+
+- Update to version 1.4.3
+- generate documentation
+- fix dependencies
+- enable nose tests with coverage
+
+---
+Tue Jul 16 23:44:33 UTC 2013 - h...@urpla.net
+
+- add python-zope-deprecation dependency
+
+---

Old:

  pyramid-1.3b3.tar.gz
  pyramid-dont-load-external-sphinx-theme.patch

New:

  pyramid-1.4.5.tar.gz



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.bkptop/_old  2014-02-02 22:21:39.0 +0100
+++ /var/tmp/diff_new_pack.bkptop/_new  2014-02-02 22:21:39.0 +0100
@@ -2,6 +2,7 @@
 # spec file for package python-pyramid
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +18,49 @@
 
 
 Name:   python-pyramid
-Version:1.3b3
+Version:1.4.5
 Release:0
 Url:http://pylonsproject.org
 Summary:The Pyramid web application development framework, a Pylons 
project
 License:BSD-4-Clause and ZPL-2.1 and MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
-Patch0: pyramid-dont-load-external-sphinx-theme.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python-Chameleon = 1.2.3
+Requires:   python-Mako = 0.3.6
+Requires:   python-PasteDeploy = 1.5.0
+Requires:   python-WebOb = 1.2b3
+Requires:   python-repoze.lru = 0.4

commit python-pytidylib6 for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package python-pytidylib6 for 
openSUSE:Factory checked in at 2014-02-02 22:22:16

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


Package is python-pytidylib6

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytidylib6.new/python-pytidylib6.changes 
2014-02-02 22:22:16.0 +0100
@@ -0,0 +1,5 @@
+---
+Wed Jan  8 15:45:30 UTC 2014 - speili...@suse.com
+
+- Initial version
+

New:

  python-pytidylib6.changes
  python-pytidylib6.spec
  pytidylib6-0.2.2.tar.gz



Other differences:
--
++ python-pytidylib6.spec ++
#
# spec file for package python-pytidylib6
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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:   python-pytidylib6
Version:0.2.2
Release:0
Summary:Python wrapper for HTML Tidy (tidylib), compatible with Python 
2 and 3
License:MIT
Group:  Development/Languages/Python
Url:http://countergram.com/open-source/pytidylib/
Source: 
https://pypi.python.org/packages/source/p/pytidylib6/pytidylib6-%{version}.tar.gz
BuildRequires:  libtidy-0_99-0-devel
BuildRequires:  python-devel
# Test requirements:
BuildRequires:  python-nose
Requires:   libtidy-0_99-0
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())}
%else
BuildArch:  noarch
%endif

%description
0.2.0: Works on Windows! See documentation for available DLL download
locations. Documentation rewritten and expanded.

`PyTidyLib`_ is a Python package that wraps the `HTML Tidy`_ library. This
allows you, from Python code, to fix invalid (X)HTML markup. Some of the
library's many capabilities include:

* Clean up unclosed tags and unescaped characters such as ampersands
* Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
* Convert named entities to numeric entities, which can then be used in XML
  documents without an HTML doctype.
* Clean up HTML from programs such as Word (to an extent)
* Indent the output, including proper (i.e. no) indenting for ``pre`` elements,
  which some (X)HTML indenting code overlooks.

%prep
%setup -q -n pytidylib6-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
nosetests

%files
%defattr(-,root,root,-)
%doc README LICENSE
%{python_sitelib}/*

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



commit python-zope.configuration for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package python-zope.configuration for 
openSUSE:Factory checked in at 2014-02-02 22:23:36

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


Package is python-zope.configuration

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.configuration.new/python-zope.configuration.changes
 2014-02-02 22:23:37.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Jul 29 14:32:46 UTC 2013 - h...@urpla.net
+
+- version 4.0.2: initial build
+

New:

  python-zope.configuration.changes
  python-zope.configuration.spec
  zope.configuration-4.0.2.tar.gz



Other differences:
--
++ python-zope.configuration.spec ++
#
# spec file for package python-zope.configuration
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# 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:   python-zope.configuration
Version:4.0.2
Release:0
Url:http://www.python.org/pypi/zope.configuration
Summary:Zope Configuration Markup Language (ZCML)
License:ZPL-2.1
Group:  Development/Languages/Python
Source: zope.configuration-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-setuptools
BuildRequires:  python-zope.i18nmessageid
BuildRequires:  python-zope.interface
BuildRequires:  python-zope.schema
Requires:   python-zope.i18nmessageid
Requires:   python-zope.interface
Requires:   python-zope.schema
# Documentation requirements:
BuildRequires:  python-Sphinx
BuildRequires:  python-repoze.sphinx.autointerface
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
The zope configuration system provides an extensible system for supporting
various kinds of configurations.

It is based on the idea of configuration directives. Users of the configuration
system provide configuration directives in some language that express
configuration choices. The intent is that the language be pluggable. An XML
language is provided by default.

%package doc
Summary:Zope Configuration Markup Language (ZCML)
Group:  Development/Languages/Python
Requires:   %{name} = %{version}

%description doc
This package contains documentation files for %{name}.

%prep
%setup -q -n zope.configuration-%{version}

%build
python setup.py build
PYTHONPATH=$(pwd)/build/lib python setup.py build_sphinx  rm 
build/sphinx/html/.buildinfo

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%python_sitelib/*

%files doc
%defattr(-,root,root,-)
%doc build/sphinx/html/

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



commit python-zope.i18nmessageid for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package python-zope.i18nmessageid for 
openSUSE:Factory checked in at 2014-02-02 22:23:44

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


Package is python-zope.i18nmessageid

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-zope.i18nmessageid.new/python-zope.i18nmessageid.changes
 2014-02-02 22:23:45.0 +0100
@@ -0,0 +1,11 @@
+---
+Fri Dec 27 13:34:07 UTC 2013 - p.drou...@gmail.com
+
+- Package CHANGES.txt, COPYRIGHT.txt, LICENSE.txt and README.txt
+- Use download Url as source
+
+---
+Mon Jul 29 09:59:47 UTC 2013 - h...@urpla.net
+
+- version 4.0.2: initial build
+

New:

  python-zope.i18nmessageid.changes
  python-zope.i18nmessageid.spec
  zope.i18nmessageid-4.0.2.tar.gz



Other differences:
--
++ python-zope.i18nmessageid.spec ++
#
# spec file for package python-zope.i18nmessageid
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# 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:   python-zope.i18nmessageid
Version:4.0.2
Release:0
Url:http://www.python.org/pypi/zope.i18nmessageid
Summary:Zope Location
License:ZPL-2.1
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-setuptools
# Documentation requirements:
BuildRequires:  python-Sphinx

%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
%endif

%description
In Zope3, i18nmessageid are special objects that has a structural i18nmessageid.

%package doc
Summary:Zope Location
Group:  Development/Languages/Python
Requires:   %{name} = %{version}

%description doc
This package contains documentation files for %{name}.

%prep
%setup -q -n zope.i18nmessageid-%{version}

%build
python setup.py build
PYTHONPATH=$(echo $(pwd)/build/lib.*) python setup.py build_sphinx  rm 
build/sphinx/html/.buildinfo

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# don't bother with development files
rm -f 
%{buildroot}%python_sitearch/zope/i18nmessageid/_zope_i18nmessageid_message.c

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%python_sitearch/*

%files doc
%defattr(-,root,root,-)
%doc build/sphinx/html/

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



commit xf86-video-freedreno for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-freedreno for 
openSUSE:Factory checked in at 2014-02-02 22:24:15

Comparing /work/SRC/openSUSE:Factory/xf86-video-freedreno (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-freedreno.new (New)


Package is xf86-video-freedreno

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-freedreno/xf86-video-freedreno.changes
2014-01-23 15:58:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-freedreno.new/xf86-video-freedreno.changes
   2014-02-02 22:24:16.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 08:21:36 UTC 2014 - afaer...@suse.de
+
+- Code uses not only MIT license but also BSD-3-Clause
+
+---



Other differences:
--
++ xf86-video-freedreno.spec ++
--- /var/tmp/diff_new_pack.YbQ9DO/_old  2014-02-02 22:24:17.0 +0100
+++ /var/tmp/diff_new_pack.YbQ9DO/_new  2014-02-02 22:24:17.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   xf86-video-freedreno
 Summary:X.Org X server -- freedreno display driver
-License:MIT
+License:MIT and BSD-3-Clause
 Group:  System/X11/Servers/XF86_4
 Version:1.0.0
 Release:0.0

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



commit sblim-sfcb for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2014-02-02 22:23:55

Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)


Package is sblim-sfcb

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes2013-08-27 
21:22:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes   
2014-02-02 22:23:56.0 +0100
@@ -1,0 +2,303 @@
+Tue Jan  7 15:11:12 UTC 2014 - kkae...@suse.com
+
+- Fix SLE10 build
+
+---
+Thu Jan  2 10:10:24 UTC 2014 - kkae...@suse.com
+
+- Update to 1.4.7
+  New features: (see README.conf)
+  - [sfcb-tix:#86] Support configurable SSL Diffie Hellman parameters file
+  - [sfcb-tix:#87] Support configurable SSL ECDH elliptic curve name
+  - [sfcb-tix:#76] Identify running SFCB processes in ps output
+
+  Bugs fixed:
+  - [sfcb-tix:#81] Bad CMPIType assignment in cimXmlOps
+  - [sfcb-tix:#82] ClientEnvFT for SfcbLocal doesn't match SFCC
+  - [sfcb-tix:#83] Add Alternate getObjectPath() for SfcbLocal Connections
+  - [sfcb-tix:#84] Upcall mutex not freed on shutdown
+  - [sfcb-tix:#85] SFCB: SfcbLocal interface should expose markHeap() and 
releaseHeap()
+  - [sfcb-tix:#88] Ensure unique semaphore keys across multiple http adapters
+  - [sfcb-tix:#92] indicationDeliveryThreadLimit not properly enforced
+  - [sfcb-tix:#93] ProfileProvider segfault while stopping slpUpdate thread
+  - [sfcb-tix:#90] Problems with enableInteroOp=false
+
+- rebased and cleaned up patch list
+  Patches dropped (upstreamed):
+   0001-Makefile.am-add-autoconfiscate.sh-to-dist.patch
+   0003-providerMgr-add-prototypes.patch
+   0005-Return-value-from-non-void-function.patch
+   0006-Configurable-local-socket-group-permission-for-daemo.patch
+   0007-Check-for-existance-of-autoconfiscate.sh-before-call.patch
+   0015-Fix-startup-without-interop-namespace.patch
+
+  Patches rebased:
+   0001-Makefile.am-Honor-build-environment.patch
+   0002-Enable-broker.LogMessage-and-broker.trace.patch
+   0006-Define-YYPARSE_PARAM-early-for-cimXmlOps-and-cimXmlP.patch
+   0007-Don-t-crash-if-class-repo-is-not-initialized.patch
+   0008-Increase-max-trace-msg-len-to-4096.patch
+   0009-Catch-SIGABRT.patch
+   0010-Properly-shut-down-if-provider-crashed.patch
+   0011-Can-t-use-srcdir-in-TESTS.patch
+
+---
+Thu Dec 19 10:55:15 UTC 2013 - kkae...@suse.com
+
+- BuildRequires sblim-sfcCommon-devel
+
+---
+Thu Nov 28 10:05:31 UTC 2013 - kkae...@suse.com
+
+- Added patches (pending upstream)
+  - 0001-Define-YYPARSE_PARAM-early-for-cimXmlOps-and-cimXmlP.patch
+  - 0001-sfcb-tix-61-classProviderSf.c-SIGSEGV-if-repo-is-not.patch
+  - 0004-Makefile.am-Honor-build-environment.patch
+  - 0005-providerMgr-add-prototypes.patch
+  - 0006-Enable-broker.LogMessage-and-broker.trace.patch
+  - 0008-fileRepository-show-which-directory-could-not-be-ope.patch
+  - 0011-Configurable-local-socket-group-permission-for-daemo.patch
+  - 0014-Ignore-sblim-sfcb.service.pre.patch
+  - 0015-Reflect-provider-information-in-ps-via-argv.patch
+  - 0019-Fix-segfault-in-classProviderSf.c-sfcb-tix-61.patch
+  - 0021-Increase-max-trace-msg-len-to-4096.patch
+  - cant-use-srcdir-in-tests.patch
+  - interop-debug.patch
+  - strip-postinstall.patch
+
+---
+Thu Nov 28 10:04:46 UTC 2013 - kkae...@suse.com
+
+- Dropped patches (included upstream)
+  - 0004-Don-t-call-tool_mm_flush-during-OPS_LoadProvider.patch
+  - 0006-Reflect-provider-information-in-ps-via-argv.patch
+  - 26000-tix69-bnc830525-No-logger-pipe-for-sfcblocal.patch
+  - fix-mofc-include-patch.patch
+  - pending-upstream.patch
+  - sblim-resource.patch
+
+---
+Thu Nov 28 10:00:48 UTC 2013 - kkae...@suse.com
+
+- Changes in 1.4.6
+  
+
+  New features:
+  - [sfcb-tix:#64] Support maxObjCount for HTTP chunking
+  - [sfcb-tix:#70] Reload SSL context-without restarting httpd
+
+  Bugs fixed:
+  - [sfcb-tix:#61] classProviderSf.c SIGSEGV if repo is not initialized
+  - [sfcb-tix:#63] Improve NamespaceProvider and ClassProvider Consistency
+  - [sfcb-tix:#66] SFCB_TRACE_VAR should be more restrictive
+  - [sfcb-tix:#60] fix providerMgr trace for localconnect
+  - [sfcb-tix:#68] reinitialize select timeout in SSL handshake
+  - [sfcb-tix:#79] sfcc cannot reconnect with sfcb if sfcb restarts
+   [bugs:#2663]
+  - [sfcb-tix:#69] Fix logger for long-lived clients, was: #2347 Don't
+spawn logger for clients
+  - [sfcb-tix:#72] Make systemddir 

commit xtables-geoip for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package xtables-geoip for openSUSE:Factory 
checked in at 2014-02-02 22:24:26

Comparing /work/SRC/openSUSE:Factory/xtables-geoip (Old)
 and  /work/SRC/openSUSE:Factory/.xtables-geoip.new (New)


Package is xtables-geoip

Changes:

--- /work/SRC/openSUSE:Factory/xtables-geoip/xtables-geoip.changes  
2013-05-13 16:07:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtables-geoip.new/xtables-geoip.changes 
2014-02-02 22:24:27.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan  9 14:13:54 UTC 2014 - jeng...@inai.de
+
+- Update DB files to 2014.01
+- License change to Creative Commons Attribution-ShareAlike 3.0
+  Unported License.
+
+---

Old:

  MAXMIND_LICENSE.txt



Other differences:
--
++ xtables-geoip.spec ++
--- /var/tmp/diff_new_pack.3dyxNO/_old  2014-02-02 22:24:28.0 +0100
+++ /var/tmp/diff_new_pack.3dyxNO/_new  2014-02-02 22:24:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xtables-geoip
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:   xtables-geoip
-Version:2013.05
+Version:2014.01
 Release:0
 Summary:Geolocation database files for xt_geoip
-License:BSD-4-Clause
+License:CC-BY-SA-3.0
 Group:  Productivity/Networking/Security
-Url:http://dev.maxmind.com/geoip/geolite
+Url:http://dev.maxmind.com/geoip/legacy/geolite/
 
 Source1:GeoIPCountryWhois.csv.xz
 Source2:GeoIPv6.csv.xz
-Source3:MAXMIND_LICENSE.txt
 Source4:%name-rpmlintrc
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +50,6 @@
 Please do not contact them for errors with this package.
 
 %prep
-cp %{S:3} .;
 
 %build
 xz -cd %{S:1} ipv4.csv;
@@ -65,6 +63,5 @@
 %files
 %defattr(-,root,root)
 %_datadir/xt_geoip
-%doc MAXMIND_LICENSE.txt
 
 %changelog

++ GeoIPCountryWhois.csv.xz ++
 143388 lines (skipped)
 between GeoIPCountryWhois.csv.xz
 and /work/SRC/openSUSE:Factory/.xtables-geoip.new/GeoIPCountryWhois.csv.xz

++ GeoIPv6.csv.xz ++
 6272 lines (skipped)
 between GeoIPv6.csv.xz
 and /work/SRC/openSUSE:Factory/.xtables-geoip.new/GeoIPv6.csv.xz

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



commit librcc for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package librcc for openSUSE:Factory checked 
in at 2014-02-03 06:49:09

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


Package is librcc

Changes:

--- /work/SRC/openSUSE:Factory/librcc/librcc.changes2013-10-24 
14:09:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.librcc.new/librcc.changes   2014-02-03 
06:49:10.0 +0100
@@ -1,0 +2,30 @@
+Fri Jan 17 14:40:54 UTC 2014 - lazy.k...@opensuse.org
+
+- Correct baselibs.conf.
+
+---
+Fri Jan  3 09:51:24 UTC 2014 - lazy.k...@opensuse.org
+
+- Split off rcc-runtime subpackage.
+
+---
+Sat Dec  7 11:21:43 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.2.12.
+  * Remove librcd and enca from pkgconfig requires.
+  * Use cs for Czech language (cz is wrong).
+  * Language autodetection: prefer english over the languages
+without any non-parent word (english is global parent).
+  * Support LibGuess 1.1.
+  * Fix build system for compatibility with latest versions of
+automake.
+  * Fix complaining in example.
+  * Multiple fixes of build system.
+  * Compatibility with older automake and fixes to release script.
+  * Unversion generated files.
+- Drop librcc-0.2.9-czech_config, librcc-0.2.10-libguess,
+  libguess.c-64bit-portability patches (fixed upstream).
+- Merge librcc0 and rcc-runtime packages because they depends on
+  each other.
+
+---

Old:

  libguess.c-64bit-portability.patch
  librcc-0.2.10-libguess.patch
  librcc-0.2.10.tar.bz2
  librcc-0.2.9-czech_config.patch

New:

  librcc-0.2.12.tar.bz2



Other differences:
--
++ librcc.spec ++
--- /var/tmp/diff_new_pack.csgOr2/_old  2014-02-03 06:49:11.0 +0100
+++ /var/tmp/diff_new_pack.csgOr2/_new  2014-02-03 06:49:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package librcc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
-%define lname librcc0
+%define major   0
+
 Name:   librcc
-Version:0.2.10
+Version:0.2.12
 Release:0
 Summary:Russian Charset Conversion Library
 License:LGPL-2.1+
@@ -26,19 +27,13 @@
 Url:http://rusxmms.sourceforge.net
 Source0:
http://dside.dyndns.org/files/rusxmms/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM librcc-0.2.9-czech_config.patch lazy.kent.s...@gmail.com 
-- fix Czech locale code in config file
-Patch1: librcc-0.2.9-czech_config.patch
-# PATCH-FIX-UPSTREAM librcc-0.2.10-libguess.patch marguer...@opensuse.org -- 
enable libguess
-Patch2: librcc-0.2.10-libguess.patch
-# PATCH-FIX-UPSTREAM libguess.c-64bit-portability.patch 
marguer...@opensuse.org -- fix 64bit portability issuse libguess.c:48/49
-Patch3: libguess.c-64bit-portability.patch
 BuildRequires:  aspell-devel
 BuildRequires:  db-devel
-BuildRequires:  libguess-devel
-BuildRequires:  librcd-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(enca)
+BuildRequires:  pkgconfig(libguess)
+BuildRequires:  pkgconfig(librcd)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -47,40 +42,36 @@
 of languages is supported, not only russian one) to/from UTF-8. The
 library is part of rusxmms patch.
 
-%package -n %lname
+%package -n %{name}%{major}
 Summary:Russian Charset Conversion Library
 Group:  System/Libraries
-Requires:   rcc-runtime = %{version}
+Requires:   rcc-runtime
 Supplements:packageand(unzip:aspell)
 
-%description -n %lname
+%description -n %{name}%{major}
 Provides posibility to automaticaly convert considered encodings (a lot
 of languages is supported, not only russian one) to/from UTF-8. The
 library is part of rusxmms patch.
 
-%package -n librcc-devel
+%package devel
 Summary:Development Files for LibRCC
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
+Requires:   %{name}%{major} = %{version}
 
-%description -n librcc-devel
+%description devel
 Development files for the package LibRCC.
 
 %package -n rcc-runtime
 Summary:LibRCC Runtime Environment
-Group:  Productivity/Text/Convertors
+Group:  System/Libraries
 
 %description -n rcc-runtime
 

commit postgresql for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package postgresql for openSUSE:Factory 
checked in at 2014-02-03 08:52:25

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


Package is postgresql

Changes:

--- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes2013-09-29 
17:24:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes   
2014-02-03 08:52:25.0 +0100
@@ -1,0 +2,5 @@
+Tue Sep 17 11:44:19 UTC 2013 - m...@suse.com
+
+- Bump version and defaultpackage to 9.3.
+
+---



Other differences:
--
++ postgresql.spec ++
--- /var/tmp/diff_new_pack.eUlScQ/_old  2014-02-03 08:52:26.0 +0100
+++ /var/tmp/diff_new_pack.eUlScQ/_new  2014-02-03 08:52:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package postgresql
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define defaultpackage postgresql92
+%define defaultpackage postgresql93
 
 Name:   postgresql
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.2
+Version:9.3
 Release:0
 Url:http://www.postgresql.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit postgresql93-libs for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package postgresql93-libs for 
openSUSE:Factory checked in at 2014-02-03 08:56:37

Comparing /work/SRC/openSUSE:Factory/postgresql93-libs (Old)
 and  /work/SRC/openSUSE:Factory/.postgresql93-libs.new (New)


Package is postgresql93-libs

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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