commit python-numpy for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2014-04-23 17:28:07

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


Package is python-numpy

Changes:

--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy-doc.changes
2014-02-04 22:46:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy-doc.changes   
2014-04-23 17:28:09.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 05:24:31 UTC 2014 - a...@gmx.de
+
+- bugfix release 1.8.1
+
+---
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes
2013-12-08 19:46:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2014-04-23 17:28:09.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 05:23:39 UTC 2014 - a...@gmx.de
+
+- bugfix release 1.8.1
+
+---

Old:

  numpy-1.8.0.tar.gz

New:

  numpy-1.8.1.tar.gz



Other differences:
--
++ python-numpy-doc.spec ++
--- /var/tmp/diff_new_pack.UKOJQu/_old  2014-04-23 17:28:10.0 +0200
+++ /var/tmp/diff_new_pack.UKOJQu/_new  2014-04-23 17:28:10.0 +0200
@@ -19,7 +19,7 @@
 %define modname numpy
 Name:   python-%{modname}-doc
 %define docname numpydoc
-Version:1.8.0
+Version:1.8.1
 Release:0
 %define docvers 0.4
 Url:http://sourceforge.net/projects/numpy

++ python-numpy.spec ++
--- /var/tmp/diff_new_pack.UKOJQu/_old  2014-04-23 17:28:10.0 +0200
+++ /var/tmp/diff_new_pack.UKOJQu/_new  2014-04-23 17:28:10.0 +0200
@@ -20,7 +20,7 @@
 
 %define modname numpy
 Name:   python-%{modname}
-Version:1.8.0
+Version:1.8.1
 Release:0
 Url:http://sourceforge.net/projects/numpy
 Summary:NumPy array processing for numbers, strings, records and 
objects

++ numpy-1.8.0.tar.gz - numpy-1.8.1.tar.gz ++
 31958 lines of diff (skipped)

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



commit tk for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package tk for openSUSE:Factory checked in 
at 2014-04-23 17:28:09

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


Package is tk

Changes:

--- /work/SRC/openSUSE:Factory/tk/tk.changes2013-10-23 10:15:03.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tk.new/tk.changes   2014-04-23 
17:28:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 31 02:35:59 UTC 2014 - badshah...@gmail.com
+
+- Add tk-fix-pkgconfig-file.patch to fix undefined linker flag
+  (@TK_LIBS@) in tk.pc pkgconfig file; patch sent upstream, see
+  https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7 . 
+
+---

New:

  tk-fix-pkgconfig-file.patch



Other differences:
--
++ tk.spec ++
--- /var/tmp/diff_new_pack.ve4eCZ/_old  2014-04-23 17:28:13.0 +0200
+++ /var/tmp/diff_new_pack.ve4eCZ/_new  2014-04-23 17:28:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tk
 #
-# 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
@@ -52,6 +52,8 @@
 Source3:http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
 Patch0: %name.patch
 Patch1: tk-8.5.12-fix-xft.patch
+# PATCH-FIX-UPSTREAM tk-fix-pkgconfig-file.patch badshah...@gmail.com -- Fix 
undefined token (@TK_LIBS@) in linker flag in pkgconfig file; patch sent 
upstream
+Patch2: tk-fix-pkgconfig-file.patch
 
 %description
 Tk is a graphical user interface toolkit that takes developing desktop
@@ -99,6 +101,7 @@
 %setup -q -n %name%version
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 cd unix

++ tk-fix-pkgconfig-file.patch ++
https://core.tcl.tk/tcl/tktview?name=5bcb5026ad51abb7
Index: tk8.6.1/unix/tk.pc.in
===
--- tk8.6.1.orig/unix/tk.pc.in
+++ tk8.6.1/unix/tk.pc.in
@@ -11,5 +11,5 @@ URL: http://www.tcl.tk/
 Version: @TK_VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} @TK_LIBS@
+Libs: -L${libdir} @TK_LIB_FLAG@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nfs-utils for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2014-04-23 17:28:11

Comparing /work/SRC/openSUSE:Factory/nfs-utils (Old)
 and  /work/SRC/openSUSE:Factory/.nfs-utils.new (New)


Package is nfs-utils

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2014-03-20 
06:53:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2014-04-23 
17:28:14.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 16 15:24:27 UTC 2014 - tr...@suse.de
+
+- Remove mkinitrd bits - we use dracut now which already has
+  nfs stuff provided in its package in:
+  /usr/lib/dracut/modules.d/95nfs/
+  Remove sources:
+- mkinitrd-boot.sh
+- mkinitrd-setup.sh
+
+---

Old:

  mkinitrd-boot.sh
  mkinitrd-setup.sh



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.EcjEUA/_old  2014-04-23 17:28:15.0 +0200
+++ /var/tmp/diff_new_pack.EcjEUA/_new  2014-04-23 17:28:15.0 +0200
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   nfs-utils
 BuildRequires:  device-mapper-devel
 BuildRequires:  e2fsprogs-devel
@@ -58,8 +59,6 @@
 Source6:README.NFSv4
 Source7:fw-client
 Source8:fw-server
-Source9:mkinitrd-setup.sh
-Source10:   mkinitrd-boot.sh
 Source11:   idmapd.conf
 Source12:   start-statd
 Source13:   nfs-utils.rpmlintrc
@@ -203,9 +202,6 @@
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
 install -m 0644 %{SOURCE7} 
${RPM_BUILD_ROOT}/etc/sysconfig/SuSEfirewall2.d/services/nfs-client
 install -m 0644 %{SOURCE8} 
${RPM_BUILD_ROOT}/etc/sysconfig/SuSEfirewall2.d/services/nfs-kernel-server
-install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
-install -m 755 %{S:9} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-nfs.sh
-install -m 755 %{S:10} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-nfs.sh
 install -m 755 %{S:12} $RPM_BUILD_ROOT/usr/sbin/start-statd
 install -m 644 utils/mount/nfsmount.conf $RPM_BUILD_ROOT/etc/nfsmount.conf
 #
@@ -232,7 +228,6 @@
mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs
 fi
 ###
-[ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
 %{fillup_and_insserv -n nfs nfs}
 #
 %set_permissions /sbin/mount.nfs
@@ -244,7 +239,6 @@
 
 %postun -n nfs-client
 %restart_on_update nfs
-[ -x /sbin/mkinitrd_setup ]  mkinitrd_setup
 %insserv_cleanup
 %service_del_postun nfs
 
@@ -281,10 +275,6 @@
 %config /etc/init.d/nfs
 %config /etc/idmapd.conf
 %config /etc/nfsmount.conf
-%dir /lib/mkinitrd
-%dir /lib/mkinitrd/scripts
-/lib/mkinitrd/scripts/setup-nfs.sh
-/lib/mkinitrd/scripts/boot-nfs.sh
 %verify(not mode) %attr(0755,root,root) /sbin/mount.nfs
 /sbin/mount.nfs4
 /sbin/umount.nfs


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



commit rpmlint for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2014-04-23 17:28:15

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


Package is rpmlint

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2014-04-06 
09:56:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2014-04-23 
17:28:17.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 22 06:04:00 UTC 2014 - krah...@suse.com
+
+- adding baloo DBUS service file (missing in last request) (bnc#866131)
+
+---
+Wed Apr 16 13:02:10 UTC 2014 - krah...@suse.com
+
+- adding baloo DBUS config, formerly nepomuk (bnc#866131) 
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.RhEEL6/_old  2014-04-23 17:28:18.0 +0200
+++ /var/tmp/diff_new_pack.RhEEL6/_new  2014-04-23 17:28:18.0 +0200
@@ -608,7 +608,10 @@
 org.neard.conf,
 org.neard.service,
 # networkmanager-openswan (bnc#808549)
-nm-openswan-service.conf
+nm-openswan-service.conf,
+# baloo, formerly nepomuk (bnc#866131)
+org.kde.baloo.filewatch.conf,
+org.kde.baloo.filewatch.service
 ))
 
 setOption(PAMModules.WhiteList, (

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



commit fcoe-utils for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package fcoe-utils for openSUSE:Factory 
checked in at 2014-04-23 17:28:12

Comparing /work/SRC/openSUSE:Factory/fcoe-utils (Old)
 and  /work/SRC/openSUSE:Factory/.fcoe-utils.new (New)


Package is fcoe-utils

Changes:

--- /work/SRC/openSUSE:Factory/fcoe-utils/fcoe-utils.changes2014-04-05 
14:42:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcoe-utils.new/fcoe-utils.changes   
2014-04-23 17:28:15.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 11 15:08:04 CEST 2014 - h...@suse.de
+
+- Replace patches with upstream version
+  Remove: 0025-systemctl-cannot-start-fcoemon.socket.patch
+  Add: 0028-systemctl-cannot-start-fcoemon.socket.patch
+- Pull in patches from upstream:
+  * Really break out of recv_loop in fipvlan (bnc#870300)
+Add: 0026-FIPVLAN-Really-break-out-of-the-recv_loop-upon-fip_r.patch
+  * Update documentation
+Add: 0025-doc-Update-QUICKSTART-INSTALL-docs-for-systemd-init-.patch
+Add: 0027-man-Fix-typo-in-fcoemon-documentation.patch
+- Add dependency on libhbalinux2 (bnc#873066)
+- Correctly handle options when invoking fcoemon (bnc#872732)
+  Add: 0029-fcoemon-Correctly-handle-options-in-the-service-file.patch
+- Include bnx2fc to SUPPORTED_DRIVERS (bnc#872741)
+
+---

Old:

  0025-systemctl-cannot-start-fcoemon.socket.patch

New:

  0025-doc-Update-QUICKSTART-INSTALL-docs-for-systemd-init-.patch
  0026-FIPVLAN-Really-break-out-of-the-recv_loop-upon-fip_r.patch
  0027-man-Fix-typo-in-fcoemon-documentation.patch
  0028-systemctl-cannot-start-fcoemon.socket.patch
  0029-fcoemon-Correctly-handle-options-in-the-service-file.patch



Other differences:
--
++ fcoe-utils.spec ++
--- /var/tmp/diff_new_pack.Ajxgw5/_old  2014-04-23 17:28:16.0 +0200
+++ /var/tmp/diff_new_pack.Ajxgw5/_new  2014-04-23 17:28:16.0 +0200
@@ -24,10 +24,11 @@
 BuildRequires:  libhbalinux2-devel
 BuildRequires:  libtool
 BuildRequires:  open-lldp-devel
+BuildRequires:  systemd-devel
 Requires:   device-mapper
 Requires:   iproute
+Requires:   libhbalinux2
 Requires:   open-lldp
-BuildRequires:  systemd-devel
 %systemd_requires
 Version:1.0.29
 Release:0
@@ -36,7 +37,6 @@
 Group:  System/Daemons
 # git://open-fcoe.org/fcoe/fcoe-utils.git
 Source0:%{name}-%{version}.tar.xz
-Source2:fcoe.config
 # Patches from git repository
 Patch1: 0001-man-Fix-small-typo-regarding-fcf-option.patch
 Patch2: 0002-Don-t-call-AM_INIT_AUTOMAKE-twice.patch
@@ -55,8 +55,6 @@
 Patch15:0015-fipvlan-break-out-of-receive-loop-on-error.patch
 Patch16:0016-fipvlan-handle-errors-from-fip-socket-creation.patch
 Patch17:0017-fipvlan-filter-interfaces-from-rtnl_getlink.patch
-
-# Patches to be upstreamed
 Patch18:0018-Add-missing-DESTDIR-when-installing-bash-completion.patch
 Patch19:0019-Fix-build-with-Wl-as-needed.patch
 Patch20:0020-Fix-integer-formatting.patch
@@ -64,7 +62,13 @@
 Patch22:0022-fcnsq-Fixup-64bit-integer-handling.patch
 Patch23:0023-fcoemon-add-systemd-service-file.patch
 Patch24:0024-fcoemon-systemd-socket-activation.patch
-Patch25:0025-systemctl-cannot-start-fcoemon.socket.patch
+Patch25:0025-doc-Update-QUICKSTART-INSTALL-docs-for-systemd-init-.patch
+Patch26:0026-FIPVLAN-Really-break-out-of-the-recv_loop-upon-fip_r.patch
+Patch27:0027-man-Fix-typo-in-fcoemon-documentation.patch
+
+# Patches to be upstreamed
+Patch28:0028-systemctl-cannot-start-fcoemon.socket.patch
+Patch29:0029-fcoemon-Correctly-handle-options-in-the-service-file.patch
 
 # Patches from Fedora
 Patch101:   fcoe-utils-1.0.29-make.patch
@@ -102,6 +106,10 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26 -p1
+%patch27 -p1
+%patch28 -p1
+%patch29 -p1
 %patch101 -p1
 
 %build
@@ -117,9 +125,6 @@
 # unitfile
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcfcoe
 
-# config
-install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/fcoe/config
-
 # contrib files
 mkdir -p %{buildroot}%{_libexecdir}/fcoe
 for file in \

++ 0018-Add-missing-DESTDIR-when-installing-bash-completion.patch ++
--- /var/tmp/diff_new_pack.Ajxgw5/_old  2014-04-23 17:28:16.0 +0200
+++ /var/tmp/diff_new_pack.Ajxgw5/_new  2014-04-23 17:28:16.0 +0200
@@ -1,9 +1,10 @@
-From 51cfb504c434a8a0a1df9fa7c3cd9000c4e53d92 Mon Sep 17 00:00:00 2001
+From 0e5d536b20ed481d5a057e9bfee772b4c53bdb0f Mon Sep 17 00:00:00 2001
 From: Hannes Reinecke h...@suse.de
-Date: Fri, 6 Dec 2013 11:08:23 +0100
-Subject: Add missing 'DESTDIR' when installing bash completion
+Date: Fri, 6 Dec 2013 19:51:51 +

commit digikam for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package digikam for openSUSE:Factory checked 
in at 2014-04-23 17:31:45

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


Package is digikam

Changes:

--- /work/SRC/openSUSE:Factory/digikam/digikam.changes  2013-10-29 
09:21:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.digikam.new/digikam.changes 2014-04-23 
17:31:48.0 +0200
@@ -1,0 +2,29 @@
+Mon Apr 21 00:35:31 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 4.0.0~beta4
+  digikam:
+- General  : New Tags Manager window for easy tags management.
+- General  : New images quality sorter tool, based on blur,
+ noise, and compression analysis.
+- General  : Multiple selection and multiple drag-n-drop
+ capabilities on Tags Manager and Tags View from sidebars.
+- General  : Drop of Qt3Support classes. Now digiKam is
+ pure Qt4 implementation.
+- Metadata : Support for writing face rectangles in Windows
+ Live Photo format.
+- Editor   : Port of canvas to Qt Model/view.
+- Showfoto : Port of Thumbbar to Qt Model/view.
+  kipi-plugins:
+- General:   New tool to export collection to Google Drive cloud service.
+- General:   New tool to export collection to DropBox cloud service.
+- MediaWiki: allow removal of metadata/GPS coordinates before uploading.
+- MediaWiki: graphical interface improvements.
+  * See NEWS file for more details
+- Drop rajceexport-stop-crashing-when-uploaded-nothing.patch, merged
+  upstream
+- Drop libsoprano-devel and shared-desktop-ontologies-devel BuildRequires
+- Disable gstreamer-0_10-plugins-qt-devel Buildrequires for 13.2+,
+  until we get qgstreamer with gstreamer 1.0 API support
+- Remove unused parts of the spec (UpdatedApps repo no longer exists)
+
+---

Old:

  digikam-3.5.0.tar.bz2
  rajceexport-stop-crashing-when-uploaded-nothing.patch

New:

  digikam-4.0.0-beta4.tar.bz2



Other differences:
--
++ digikam.spec ++
--- /var/tmp/diff_new_pack.e78r5s/_old  2014-04-23 17:31:51.0 +0200
+++ /var/tmp/diff_new_pack.e78r5s/_new  2014-04-23 17:31:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package digikam
 #
-# 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,13 +17,14 @@
 
 
 Name:   digikam
-Version:3.5.0
+Version:4.0.0~beta4
 Release:0
+%define rversion 4.0.0-beta4
 Summary:A KDE Photo Manager
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://www.digikam.org/
-Source0:
ftp://ftp.kde.org/pub/kde/stable/digikam/digikam-%{version}.tar.bz2
+Source0:
http://download.kde.org/unstable/%{name}/%{name}-%{rversion}.tar.bz2
 # PATCH-FIX-OPENSUSE digikam-buildtime.patch -- Remove build time references 
so build-compare can do its work
 Patch0: digikam-buildtime.patch
 # PATCH-FIX-OPENSUSE remove-gplv2-only.patch idoen...@suse.de bnc#711963 -- 
Remove GPLv2 only files from the build system
@@ -32,8 +33,6 @@
 Patch5: digikam_no_build_vkontakte.diff
 # PATCH-FIX-UPSTREAM digikam-3.0.0.no-kdcraw.version-check.patch -- version 
check for libkdcraw currently broken
 Patch6: digikam-3.0.0.no-kdcraw.version-check.patch
-# PATCH-FIX-UPSTREAM rajceexport-stop-crashing-when-uploaded-nothing.patch -- 
rajceexport: stop crashing when uploaded nothing
-Patch7: rajceexport-stop-crashing-when-uploaded-nothing.patch
 BuildRequires:  ImageMagick-devel
 BuildRequires:  bison
 BuildRequires:  boost-devel
@@ -41,7 +40,10 @@
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gdk-pixbuf-devel
+# TODO bring gstreamer-plugins-qt back for 13.2+ once we have them with gst1.0
+%if 0%{?suse_version}  1320
 BuildRequires:  gstreamer-0_10-plugins-qt-devel
+%endif
 BuildRequires:  lensfun-devel
 %if 0%{?suse_version}  1230
 BuildRequires:  libeigen3-devel
@@ -63,17 +65,13 @@
 BuildRequires:  libkvkontakte-devel
 BuildRequires:  liblcms-devel
 BuildRequires:  liblqr-devel
-%if 0%{?suse_version}  1220
 BuildRequires:  libpgf-devel
-%endif
 BuildRequires:  libqca2-devel
 BuildRequires:  libqjson-devel
-BuildRequires:  libsoprano-devel
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  libusb-compat-devel
 BuildRequires:  marble-devel
 BuildRequires:  opencv-devel = 2.4.5
-BuildRequires:  shared-desktop-ontologies-devel
 

commit akonadi-runtime for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory 
checked in at 2014-04-23 17:31:01

Comparing /work/SRC/openSUSE:Factory/akonadi-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.akonadi-runtime.new (New)


Package is akonadi-runtime

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes  
2014-04-08 22:36:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 
2014-04-23 17:31:02.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 22 10:09:03 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added 0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch,
+  resolves migration problems from earlier akonadi versions, kde#331867
+
+---

New:

  0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.n0JvTK/_old  2014-04-23 17:31:03.0 +0200
+++ /var/tmp/diff_new_pack.n0JvTK/_new  2014-04-23 17:31:03.0 +0200
@@ -25,6 +25,8 @@
 Group:  System/GUI/KDE
 Url:http://akonadi-project.org
 Source: 
http://download.kde.org/stable/%{rname}/src/%{rname}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 
0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch -- resolves 
migration problems from earlier akonadi versions, kde#331867
+Patch0: 0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.8.8
 BuildRequires:  fdupes
@@ -68,6 +70,7 @@
 
 %prep
 %setup -q -n %{rname}-%{version}
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc 
-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE -DWITH_SOPRANO=FALSE

++ 0001-Remove-the-invalid-GID-part-from-PartTable-before-st.patch ++
From 4ca8b846baaad48ebbd723f6411f9571a3b0f5ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Vr=C3=A1til?= dvra...@redhat.com
Date: Tue, 22 Apr 2014 11:28:07 +0200
Subject: [PATCH 1/1] Remove the invalid GID part from PartTable before
 starting PartTable migration

More people than we expected have invalid 'GID' part in their PartTable,
which breaks migration to schema 25, because it expects all part types
to have a valid name.

To work around this fact, we DELETE all parts with name 'GID' from PartTable
before starting the actual migration. This will not fix the migration for
people with other invalid parts, but I haven't heard of any such. To make
this completely bullet-proof, we would need to iterate through all entries,
which would be massively slower than current INSERT INTO ... SELECT FROM 
approach.

Distributions, this is a good choice for backporting into 1.12.1 ;-)

BUG: 331867
FIXED-IN: 1.12.2
---
 server/src/storage/dbupdater.cpp | 9 +
 1 file changed, 9 insertions(+)

diff --git a/server/src/storage/dbupdater.cpp b/server/src/storage/dbupdater.cpp
index ccaf584..d6368b5 100644
--- a/server/src/storage/dbupdater.cpp
+++ b/server/src/storage/dbupdater.cpp
@@ -261,6 +261,15 @@ bool DbUpdater::complexUpdate_25()
 }
   }
 
+  {
+// It appears that more users than expected have the invalid GID part in 
their
+// PartTable, which breaks the migration below (see BKO#331867), so we 
apply this
+// wanna-be fix to remove the invalid part before we start the actual 
migration.
+QueryBuilder qb( QLatin1String( PartTable ), QueryBuilder::Delete );
+qb.addValueCondition( QLatin1String( PartTable.name ), Query::Equals, 
QLatin1String( GID ) );
+qb.exec();
+  }
+
   akDebug()  Creating a PartTable_new;
   {
 TableDescription description;
-- 
1.9.2

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



commit chromium for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2014-04-23 17:31:29

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


Package is chromium

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2014-04-12 
08:33:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2014-04-23 
17:31:32.0 +0200
@@ -39,0 +40,7 @@
+- No longer build against system libraries as that Chromium works
+  a lot better and crashes less on websites than with system libs
+
+- Added package depot_tools.tar.gz as that the chromium build now 
+  requires it during the initial build phase. It just contains some
+  utilities and nothing from it is being installed.
+



Other differences:
--


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



commit ConsoleKit for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory 
checked in at 2014-04-23 17:31:38

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


Package is ConsoleKit

Changes:

--- /work/SRC/openSUSE:Factory/ConsoleKit/ConsoleKit-doc.changes
2014-01-23 15:39:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ConsoleKit.new/ConsoleKit-doc.changes   
2014-04-23 17:31:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 15 10:08:29 UTC 2014 - a...@suse.com
+
+- ConsoleKit was moved to /run, fix filelist for this as well.
+
+---
ConsoleKit.changes: same change



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.scEmHA/_old  2014-04-23 17:31:41.0 +0200
+++ /var/tmp/diff_new_pack.scEmHA/_new  2014-04-23 17:31:41.0 +0200
@@ -192,7 +192,7 @@
 %{_sbindir}/*
 %{_mandir}/man8/pam_ck_connector.8.gz
 /%{_lib}/security
-%ghost %_localstatedir/run/ConsoleKit
+%ghost /run/ConsoleKit
 %{_datadir}/polkit-1/actions/org.freedesktop.consolekit.policy
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml

++ ConsoleKit.spec ++
--- /var/tmp/diff_new_pack.scEmHA/_old  2014-04-23 17:31:41.0 +0200
+++ /var/tmp/diff_new_pack.scEmHA/_new  2014-04-23 17:31:41.0 +0200
@@ -192,7 +192,7 @@
 %{_sbindir}/*
 %{_mandir}/man8/pam_ck_connector.8.gz
 /%{_lib}/security
-%ghost %_localstatedir/run/ConsoleKit
+%ghost /run/ConsoleKit
 %{_datadir}/polkit-1/actions/org.freedesktop.consolekit.policy
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Manager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ConsoleKit.Seat.xml

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



commit kdelibs3 for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2014-04-23 17:32:16

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


Package is kdelibs3

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes2014-01-13 
10:53:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2014-04-23 
17:32:17.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 15 09:32:22 UTC 2014 - sweet_...@gmx.de
+
+- use globally installed up-to-date ssl certificates (bnc#873680)
+
+---



Other differences:
--
++ kdelibs3.spec ++
--- /var/tmp/diff_new_pack.bMIWLe/_old  2014-04-23 17:32:20.0 +0200
+++ /var/tmp/diff_new_pack.bMIWLe/_new  2014-04-23 17:32:20.0 +0200
@@ -22,6 +22,7 @@
 BuildRequires:  aspell-devel
 BuildRequires:  automake
 BuildRequires:  avahi-compat-mDNSResponder-devel
+BuildRequires:  ca-certificates
 BuildRequires:  cups-devel
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -72,6 +73,7 @@
 Obsoletes:  kdelibs3-64bit
 %endif
 #
+Requires:   ca-certificates
 Requires:   hicolor-icon-theme
 Requires:   kdelibs3-default-style
 Requires:   openssl
@@ -530,6 +532,9 @@
 ln -sf ../../lib64/kde3/plugins \
  $RPM_BUILD_ROOT/opt/kde3/lib/kde3/plugins-lib64
 %endif
+  # use globally installed up-to-date ssl certificates
+  rm -f $RPM_BUILD_ROOT/opt/kde3/share/apps/kssl/ca-bundle.crt
+  ln -s /etc/ssl/ca-bundle.pem  
$RPM_BUILD_ROOT/opt/kde3/share/apps/kssl/ca-bundle.crt
   #
   # add missing directories
   #


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



commit milou for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package milou for openSUSE:Factory checked 
in at 2014-04-23 17:32:28

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


Package is milou

Changes:

--- /work/SRC/openSUSE:Factory/milou/milou.changes  2014-04-03 
17:10:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.milou.new/milou.changes 2014-04-23 
17:32:30.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 17 17:05:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to v0.1
+  * No upstream changelog
+- Droped %kde4_akonadi_requires, not required anymore
+
+---

Old:

  milou-0.0.1~eb14c9e.tar.xz

New:

  milou-0.1.tar.xz



Other differences:
--
++ milou.spec ++
--- /var/tmp/diff_new_pack.zlZctp/_old  2014-04-23 17:32:31.0 +0200
+++ /var/tmp/diff_new_pack.zlZctp/_new  2014-04-23 17:32:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   milou
-Version:0.0.1~eb14c9e
+Version:0.1
 Release:0
 Summary:A dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+
@@ -31,7 +31,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 %kde4_pimlibs_requires
-%kde4_akonadi_requires
 
 %description
 A dedicated search application built on top of Baloo
@@ -47,12 +46,18 @@
   %kde4_makeinstall -C build
   %fdupes -s %buildroot
   %kde_post_install
+  # milou doesn't provide any development files, so remove the devel symlink
+  rm -rf %buildroot%{_kde4_libdir}/libmilou.so
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc COPYING*
 %{_kde4_appsdir}/plasma/plasmoids/
-%{_kde4_libdir}/libmilou.so
+%{_kde4_libdir}/libmilou.so.*
 %{_kde4_modulesdir}/imports/
 %{_kde4_modulesdir}/milou*.so
 %{_kde4_servicesdir}/*milou*.desktop

++ milou-0.0.1~eb14c9e.tar.xz - milou-0.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-0.0.1~eb14c9e/CMakeLists.txt 
new/milou-0.1/CMakeLists.txt
--- old/milou-0.0.1~eb14c9e/CMakeLists.txt  2014-03-20 17:48:36.0 
+0100
+++ new/milou-0.1/CMakeLists.txt2014-04-17 11:31:07.0 +0200
@@ -2,6 +2,7 @@
 
 find_package(KDE4 REQUIRED)
 find_package(Baloo REQUIRED)
+find_package(KFileMetaData REQUIRED)
 
 find_package(KdepimLibs)
 set_package_properties(KdepimLibs PROPERTIES DESCRIPTION KDE PIM Libraries
@@ -17,6 +18,7 @@
   ${QT_INCLUDES}
   ${KDE4_INCLUDES}
   ${BALOO_INCLUDE_DIR}
+  ${KFILEMETADATA_INCLUDE_DIR}
   ${CMAKE_SOURCE_DIR}
   ${CMAKE_SOURCE_DIR}/lib
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-0.0.1~eb14c9e/Messages.sh 
new/milou-0.1/Messages.sh
--- old/milou-0.0.1~eb14c9e/Messages.sh 2014-03-20 17:48:36.0 +0100
+++ new/milou-0.1/Messages.sh   2014-04-17 11:31:07.0 +0200
@@ -1,2 +1,2 @@
 #! /usr/bin/env bash
-$XGETTEXT `find . -name *.cpp -o -name *.qml | grep -v /test/` -o 
$podir/milou.pot
+$XGETTEXT `find . -name *.cpp -o -name *.qml | grep -v /test/` -o 
$podir/plasma_applet_milou_applet.pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-0.0.1~eb14c9e/lib/CMakeLists.txt 
new/milou-0.1/lib/CMakeLists.txt
--- old/milou-0.0.1~eb14c9e/lib/CMakeLists.txt  2014-03-20 17:48:36.0 
+0100
+++ new/milou-0.1/lib/CMakeLists.txt2014-04-17 11:31:07.0 +0200
@@ -17,6 +17,8 @@
 
 kde4_add_library(milou SHARED ${lib_SRCS})
 
+set_target_properties(milou PROPERTIES VERSION 0.1 SOVERSION 0.1)
+
 target_link_libraries (milou
 ${QT_QTSCRIPT_LIBRARY}
 ${QT_QTDECLARATIVE_LIBRARY}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-0.0.1~eb14c9e/lib/abstractsource.cpp 
new/milou-0.1/lib/abstractsource.cpp
--- old/milou-0.0.1~eb14c9e/lib/abstractsource.cpp  2014-03-20 
17:48:36.0 +0100
+++ new/milou-0.1/lib/abstractsource.cpp2014-04-17 11:31:07.0 
+0200
@@ -23,7 +23,7 @@
 #include abstractsource.h
 #include KGlobal
 
-static const KCatalogLoader loader(milou);
+static const KCatalogLoader loader(plasma_applet_milou_applet);
 
 using namespace Milou;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-0.0.1~eb14c9e/lib/miloupreviewplugin.desktop 
new/milou-0.1/lib/miloupreviewplugin.desktop
--- old/milou-0.0.1~eb14c9e/lib/miloupreviewplugin.desktop  2014-03-20 
17:48:36.0 +0100
+++ new/milou-0.1/lib/miloupreviewplugin.desktop2014-04-17 
11:31:07.0 +0200
@@ -11,7 +11,9 @@
 Comment[fr]=Module externe 

commit hostapd for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package hostapd for openSUSE:Factory checked 
in at 2014-04-23 17:32:05

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


Package is hostapd

Changes:

--- /work/SRC/openSUSE:Factory/hostapd/hostapd.changes  2013-10-03 
15:47:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.hostapd.new/hostapd.changes 2014-04-23 
17:32:06.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 16 15:50:48 UTC 2014 - i...@marguerite.su
+
+- update version 2.1
+  * see http://hostap.epitest.fi/cgit/hostap/log/ for details.
+- change hostapd.diff to hostapd-2.1-defconfig.patch
+- remove patch: hostapd-tmp.diff, no longer needed.
+
+---

Old:

  hostapd-2.0.tar.gz
  hostapd-be-host_to_le.patch
  hostapd-tmp.diff
  hostapd.diff

New:

  hostapd-2.1-be-host_to_le.patch
  hostapd-2.1-defconfig.patch
  hostapd-2.1.tar.gz



Other differences:
--
++ hostapd.spec ++
--- /var/tmp/diff_new_pack.w9SVIC/_old  2014-04-23 17:32:07.0 +0200
+++ /var/tmp/diff_new_pack.w9SVIC/_new  2014-04-23 17:32:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostapd
 #
-# 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
@@ -24,15 +24,14 @@
 Summary:Turns Your WLAN Card into a WPA capable Access Point
 License:GPL-2.0 or BSD-3-Clause
 Group:  Hardware/Wifi
-Version:2.0
+Version:2.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://hostap.epitest.fi/
 Source: http://hostap.epitest.fi/releases/hostapd-%{version}.tar.gz
 Source1:hostapd.service
-Patch0: hostapd.diff
-Patch1: hostapd-tmp.diff
-Patch2: hostapd-be-host_to_le.patch
+Patch0: hostapd-2.1-defconfig.patch
+Patch1: hostapd-2.1-be-host_to_le.patch
 %{?systemd_requires}
 
 %description
@@ -48,7 +47,6 @@
 %setup -q -n hostapd-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 cd hostapd
 cp defconfig .config

++ hostapd-2.1-be-host_to_le.patch ++
Index: hostapd-2.1/src/utils/common.h
===
--- hostapd-2.1.orig/src/utils/common.h
+++ hostapd-2.1/src/utils/common.h
@@ -208,6 +208,7 @@ static inline unsigned int wpa_swap_32(u
 #define host_to_le32(n) bswap_32(n)
 #define be_to_host32(n) (n)
 #define host_to_be32(n) (n)
+#define host_to_le32(n) bswap_32(n)
 #define le_to_host64(n) bswap_64(n)
 #define host_to_le64(n) bswap_64(n)
 #define be_to_host64(n) (n)
++ hostapd-2.1-defconfig.patch ++
Index: hostapd-2.1/hostapd/defconfig
===
--- hostapd-2.1.orig/hostapd/defconfig
+++ hostapd-2.1/hostapd/defconfig
@@ -43,7 +43,7 @@ CONFIG_DRIVER_NL80211=y
 #LIBS_c += -L/usr/local/lib
 
 # Driver interface for no driver (e.g., RADIUS server only)
-#CONFIG_DRIVER_NONE=y
+CONFIG_DRIVER_NONE=y
 
 # IEEE 802.11F/IAPP
 CONFIG_IAPP=y
@@ -58,7 +58,7 @@ CONFIG_PEERKEY=y
 # This version is an experimental implementation based on IEEE 802.11w/D1.0
 # draft and is subject to change since the standard has not yet been finalized.
 # Driver support is also needed for IEEE 802.11w.
-#CONFIG_IEEE80211W=y
+CONFIG_IEEE80211W=y
 
 # Integrated EAP server
 CONFIG_EAP=y
@@ -82,52 +82,52 @@ CONFIG_EAP_GTC=y
 CONFIG_EAP_TTLS=y
 
 # EAP-SIM for the integrated EAP server
-#CONFIG_EAP_SIM=y
+CONFIG_EAP_SIM=y
 
 # EAP-AKA for the integrated EAP server
-#CONFIG_EAP_AKA=y
+CONFIG_EAP_AKA=y
 
 # EAP-AKA' for the integrated EAP server
 # This requires CONFIG_EAP_AKA to be enabled, too.
-#CONFIG_EAP_AKA_PRIME=y
+CONFIG_EAP_AKA_PRIME=y
 
 # EAP-PAX for the integrated EAP server
-#CONFIG_EAP_PAX=y
+CONFIG_EAP_PAX=y
 
 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
-#CONFIG_EAP_PSK=y
+CONFIG_EAP_PSK=y
 
 # EAP-pwd for the integrated EAP server (secure authentication with a password)
-#CONFIG_EAP_PWD=y
+CONFIG_EAP_PWD=y
 
 # EAP-SAKE for the integrated EAP server
-#CONFIG_EAP_SAKE=y
+CONFIG_EAP_SAKE=y
 
 # EAP-GPSK for the integrated EAP server
-#CONFIG_EAP_GPSK=y
+CONFIG_EAP_GPSK=y
 # Include support for optional SHA256 cipher suite in EAP-GPSK
-#CONFIG_EAP_GPSK_SHA256=y
+CONFIG_EAP_GPSK_SHA256=y
 
 # EAP-FAST for the integrated EAP server
 # Note: If OpenSSL is used as the TLS library, OpenSSL 1.0 or newer is needed
 # for EAP-FAST support. Older OpenSSL releases would need 

commit phonon-backend-gstreamer for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-gstreamer for 
openSUSE:Factory checked in at 2014-04-23 17:33:11

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


Package is phonon-backend-gstreamer

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon-backend-gstreamer/phonon-backend-gstreamer.changes
2014-04-04 16:41:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-gstreamer.new/phonon-backend-gstreamer.changes
   2014-04-23 17:33:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 18 00:06:59 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update tarball to latest snapshot
+
+---



Other differences:
--
++ phonon-backend-gstreamer.spec ++
--- /var/tmp/diff_new_pack.0SyKuG/_old  2014-04-23 17:33:12.0 +0200
+++ /var/tmp/diff_new_pack.0SyKuG/_new  2014-04-23 17:33:12.0 +0200
@@ -20,7 +20,7 @@
 %define _phonon_version 4.7.1
 
 Name:   phonon-backend-gstreamer
-Version:4.7.2~git20140403
+Version:4.7.2~git20140418
 Release:0
 Summary:Phonon Multimedia Platform Abstraction
 License:LGPL-2.1 or LGPL-3.0

++ phonon-backend-gstreamer-4.7.2git.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.cpp 
new/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.cpp
--- old/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.cpp 
2014-04-02 17:35:01.0 +0200
+++ new/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.cpp 
2014-04-08 20:10:01.0 +0200
@@ -18,6 +18,7 @@
 
 #include videowidget.h
 #include QtCore/QEvent
+#include QtCore/QThread
 #include QtGui/QResizeEvent
 #include QtGui/QPalette
 #include QtGui/QImage
@@ -89,6 +90,18 @@
 render-setOverlay();
 }
 
+void Gstreamer::VideoWidget::syncX()
+{
+Q_ASSERT(QThread::currentThread() == QApplication::instance()-thread());
+
+#if QT_VERSION = QT_VERSION_CHECK(5, 0, 0)
+#warning syncx
+//QApplication::syncX();
+#else
+QApplication::syncX();
+#endif
+}
+
 void VideoWidget::finalizeLink()
 {
 connect(root()-pipeline(), SIGNAL(mouseOverActive(bool)), this, 
SLOT(mouseOverActive(bool)));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.h 
new/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.h
--- old/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.h   
2014-04-02 17:35:01.0 +0200
+++ new/phonon-backend-gstreamer-4.7.2git/gstreamer/videowidget.h   
2014-04-08 20:10:01.0 +0200
@@ -87,6 +87,7 @@
 public slots:
 void setMovieSize(const QSize size);
 void mouseOverActive(bool active);
+void syncX();
 
 protected:
 virtual void keyPressEvent(QKeyEvent *event);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phonon-backend-gstreamer-4.7.2git/gstreamer/x11renderer.cpp 
new/phonon-backend-gstreamer-4.7.2git/gstreamer/x11renderer.cpp
--- old/phonon-backend-gstreamer-4.7.2git/gstreamer/x11renderer.cpp 
2014-04-02 17:35:01.0 +0200
+++ new/phonon-backend-gstreamer-4.7.2git/gstreamer/x11renderer.cpp 
2014-04-08 20:10:01.0 +0200
@@ -176,14 +176,7 @@
 #endif
 ) {
 WId windowId = m_renderWidget-winId();
-// Even if we have created a winId at this point, other X applications
-// need to be aware of it.
-#if QT_VERSION = QT_VERSION_CHECK(5, 0, 0)
-#warning syncx
-// QApplication::syncX();
-#else
-QApplication::syncX();
-#endif // QT_VERSION
+
 #if GST_VERSION = GST_VERSION_CHECK (1,0,0,0)
 gst_video_overlay_set_window_handle(GST_VIDEO_OVERLAY(m_videoSink), 
windowId);
 #elif GST_VERSION = GST_VERSION_CHECK(0,10,31,0)
@@ -198,12 +191,11 @@
 
 void X11Renderer::windowExposed()
 {
-#if QT_VERSION = QT_VERSION_CHECK(5, 0, 0)
-#warning syncx
-// QApplication::syncX();
-#else
-QApplication::syncX();
-#endif //QT_VERSION
+// This can be invoked within a callchain in an arbitrary thread, so make
+// sure we call syncX() from the main thread
+QMetaObject::invokeMethod(m_videoWidget, syncX,
+  Qt::QueuedConnection);
+
 if (m_videoSink 
 #if GST_VERSION  GST_VERSION_CHECK (1,0,0,0)
 GST_IS_X_OVERLAY(m_videoSink)

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



commit perl-Try-Tiny for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Try-Tiny for openSUSE:Factory 
checked in at 2014-04-23 17:32:48

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


Package is perl-Try-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Try-Tiny/perl-Try-Tiny.changes  
2014-02-12 07:07:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Try-Tiny.new/perl-Try-Tiny.changes 
2014-04-23 17:32:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 21 20:24:52 UTC 2014 - mar...@gmx.de
+
+- updated to 0.21
+  - 0.21  2014-04-15
+- also skip the test if Capture::Tiny is too old (Martin Popel, #17)
+  
+  - 0.20  2014-03-21
+- documentation updates (Flimm, #15)
+
+---

Old:

  Try-Tiny-0.19.tar.gz

New:

  Try-Tiny-0.21.tar.gz



Other differences:
--
++ perl-Try-Tiny.spec ++
--- /var/tmp/diff_new_pack.nRcSfJ/_old  2014-04-23 17:32:50.0 +0200
+++ /var/tmp/diff_new_pack.nRcSfJ/_new  2014-04-23 17:32:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Try-Tiny
-Version:0.19
+Version:0.21
 Release:0
 %define cpan_name Try-Tiny
 Summary:Minimal try/catch with proper preservation of $@

++ Try-Tiny-0.19.tar.gz - Try-Tiny-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.19/Changes new/Try-Tiny-0.21/Changes
--- old/Try-Tiny-0.19/Changes   2014-01-23 02:52:39.0 +0100
+++ new/Try-Tiny-0.21/Changes   2014-04-15 15:46:31.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Try-Tiny
 
+0.21  2014-04-15
+  - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
+
+0.20  2014-03-21
+  - documentation updates (Flimm, #15)
+
 0.19  2014-01-22
   - fix an obscure issue with loading modules during global destruction
 (ilmari, #11)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.19/MANIFEST new/Try-Tiny-0.21/MANIFEST
--- old/Try-Tiny-0.19/MANIFEST  2014-01-23 02:52:39.0 +0100
+++ new/Try-Tiny-0.21/MANIFEST  2014-04-15 15:46:31.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.014.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Try-Tiny-0.19/META.json new/Try-Tiny-0.21/META.json
--- old/Try-Tiny-0.19/META.json 2014-01-23 02:52:39.0 +0100
+++ new/Try-Tiny-0.21/META.json 2014-04-15 15:46:31.0 +0200
@@ -5,7 +5,7 @@
   Jesse Luehrs d...@tozt.net
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 5.012, CPAN::Meta::Converter version 
2.120921,
+   generated_by : Dist::Zilla version 5.014, CPAN::Meta::Converter version 
2.140640,
license : [
   mit
],
@@ -23,6 +23,8 @@
   develop : {
  requires : {
 Pod::Coverage::TrustPod : 0,
+Test::More : 0,
+Test::NoTabs : 0,
 Test::Pod : 1.41,
 Test::Pod::Coverage : 1.08
  }
@@ -45,7 +47,7 @@
 File::Spec : 0,
 IO::Handle : 0,
 IPC::Open3 : 0,
-Test::More : 0.88,
+Test::More : 0,
 if : 0
  }
   }
@@ -53,7 +55,7 @@
provides : {
   Try::Tiny : {
  file : lib/Try/Tiny.pm,
- version : 0.19
+ version : 0.21
   }
},
release_status : stable,
@@ -68,91 +70,101 @@
  web : https://github.com/doy/try-tiny;
   }
},
-   version : 0.19,
+   version : 0.21,
x_Dist_Zilla : {
   perl : {
- version : 5.018001
+ version : 5.018002
   },
   plugins : [
  {
 class : Dist::Zilla::Plugin::GatherDir,
 name : @DOY/GatherDir,
-version : 5.012
+version : 5.014
  },
  {
 class : Dist::Zilla::Plugin::PruneCruft,
 name : @DOY/PruneCruft,
-version : 5.012
+version : 5.014
  },
  {
 class : Dist::Zilla::Plugin::ManifestSkip,
 name : @DOY/ManifestSkip,
-version : 5.012
+version : 5.014
  },
  {
 class : Dist::Zilla::Plugin::MetaYAML,
 name : @DOY/MetaYAML,
-version : 5.012
+version : 5.014
  },
  {
 class : Dist::Zilla::Plugin::License,
 name : @DOY/License,
-version : 5.012
+version : 

commit python3-IPython for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2014-04-23 17:33:32

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


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2014-03-09 18:43:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2014-04-23 17:33:33.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr  3 00:25:38 UTC 2014 - a...@gmx.de
+
+- updated to 2.0.0
+
+  The principal milestones of 2.0 are:
+
+  *  interactive widgets for the notebook
+  *  directory navigation in the notebook dashboard
+  *  persistent URLs for notebooks
+  *  a new modal user interface in the notebook
+  *  a security model for notebooks
+
+  more details at http://ipython.org/ipython-doc/2/whatsnew/version2.0.html
+
+  * changes in spec file:
+- manual remove binaries that don't end in *3
+- added dependencies matplotlib, numpydoc, updated version for tornado
+- logger, color and irunner are not provided anymore, remove from file list
+- Copying is now in rst format
+- name and location of desktop files changed
+- removed if case for 12.2 version, since IPython only builds for 12.2
+
+---

Old:

  ipython-1.2.1.tar.gz

New:

  ipython-2.0.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.SV7jGp/_old  2014-04-23 17:33:34.0 +0200
+++ /var/tmp/diff_new_pack.SV7jGp/_new  2014-04-23 17:33:34.0 +0200
@@ -18,7 +18,7 @@
 
 %definemodname IPython
 Name:   python3-%{modname}
-Version:1.2.1
+Version:2.0.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +34,9 @@
 BuildRequires:  python3-curses
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
+BuildRequires:  python3-matplotlib
 BuildRequires:  python3-nose = 0.10.1
+BuildRequires:  python3-numpydoc
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel = 2.1.11
@@ -58,8 +60,8 @@
 Requires:   python3-Pygments
 Requires:   python3-qt4
 #ipython notebook
-BuildRequires:  python3-tornado = 2.0
-Requires:   python3-tornado = 2.0
+BuildRequires:  python3-tornado = 3.1
+Requires:   python3-tornado = 3.1
 #documentation
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
@@ -115,7 +117,7 @@
 
 # move automatically installed documentation to the right directory
 install -d -m 755 %{buildroot}%{_docdir}/
-mv -f %{buildroot}/usr/share/doc/ipython/ %{buildroot}%{_docdir}/%{name}
+#mv -f %{buildroot}/usr/share/doc/IPython/ %{buildroot}%{_docdir}/%{name}
 
 # does not seem to work with python 3
 #make docs
@@ -134,9 +136,16 @@
 rm -f %{buildroot}/%{python3_sitelib}/IPython/.git_commit_info.ini
 rm -f %{buildroot}/%{_docdir}/%{name}/manual/.buildinfo
 
+# remove all executables that don't follow the bin/*3 convention for python3
+rm %{buildroot}/%{_bindir}/ipcluster
+rm %{buildroot}/%{_bindir}/ipcontroller
+rm %{buildroot}/%{_bindir}/ipengine
+rm %{buildroot}/%{_bindir}/iptest
+rm %{buildroot}/%{_bindir}/ipython
+
 # Fix .desktop files for python 3
-mv examples/core/ipython-qtconsole.desktop ./ipython3-qtconsole.desktop
-mv examples/core/ipython.desktop ./ipython3.desktop
+mv examples/IPython\ Kernel/ipython.desktop  ./ipython3.desktop
+mv examples/IPython\ Kernel/ipython-qtconsole.desktop 
./ipython3-qtconsole.desktop
 
 sed -i 's/Python/Python 3/g' *.desktop
 sed -i 's/ipython/ipython3/g' *.desktop
@@ -163,36 +172,26 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING.txt README.rst
+%doc COPYING.rst README.rst
 %{_bindir}/ipcluster3
 %{_bindir}/ipcontroller3
 %{_bindir}/ipengine3
-%{_bindir}/iplogger3
 %{_bindir}/iptest3
 %{_bindir}/ipython3
-%{_bindir}/irunner3
-%{_bindir}/pycolor3
 %{_mandir}/man1/ipcluster3.1.gz
 %{_mandir}/man1/ipcontroller3.1.gz
 %{_mandir}/man1/ipengine3.1.gz
-%{_mandir}/man1/iplogger3.1.gz
 %{_mandir}/man1/ipython3.1.gz
-%{_mandir}/man1/irunner3.1.gz
-%{_mandir}/man1/pycolor3.1.gz
 %{_datadir}/applications/ipython3-qtconsole.desktop
-#%{_datadir}/applications/ipython3-sh.desktop
 %{_datadir}/applications/ipython3.desktop
 %{_datadir}/icons/hicolor/
 %{python3_sitelib}/%{modname}
 %{python3_sitelib}/ipython-%{version}-py*.egg-info
-%if 0%{?suse_version}  1220
-%exclude %{_docdir}/%{name}/examples/
-%endif
 
 %files doc
 %defattr(-,root,root)
 %doc %{_docdir}/%{name}
-%exclude %{_docdir}/%{name}/COPYING.txt

commit wxWidgets for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets for openSUSE:Factory 
checked in at 2014-04-23 17:34:14

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


Package is wxWidgets

Changes:

wxWidgets-wxcontainer.changes: same change
wxWidgets-wxcontainer24c.changes: same change
--- /work/SRC/openSUSE:Factory/wxWidgets/wxWidgets.changes  2013-10-06 
14:33:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets.new/wxWidgets.changes 2014-04-23 
17:34:15.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr  4 10:11:30 UTC 2014 - sei...@b1-systems.de
+
+- removed unneeded 32bit packages (*-compat-lib*) which has no libraries
+
+---
+Mon Feb 17 13:57:03 UTC 2014 - sei...@b1-systems.de
+
+- added baselibs.conf to add *-32bit packages
+
+---

New:

  baselibs.conf



Other differences:
--
++ wxWidgets-ansi.spec ++
--- /var/tmp/diff_new_pack.YxeE5x/_old  2014-04-23 17:34:16.0 +0200
+++ /var/tmp/diff_new_pack.YxeE5x/_new  2014-04-23 17:34:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-ansi
 #
-# 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
@@ -106,6 +106,7 @@
 # This script is not used during build, but it makes possible to
 # identify and backport wxPython fixes to wxWidgets.
 Source6:wxpython-mkdiff.sh
+Source50:   baselibs.conf
 Patch0: wxGTK-2.6.3.3-decl.patch
 Patch1: wxGTK-enable-wxrc.patch
 # PATCH-FEATURE-OPENSUSE wxWidgets-config-force-rpath.patch sbra...@suse.cz -- 
Force rpath use for installed libraries.

wxWidgets-wxcontainer.spec: same change
wxWidgets-wxcontainer24c.spec: same change
++ wxWidgets.spec ++
--- /var/tmp/diff_new_pack.YxeE5x/_old  2014-04-23 17:34:16.0 +0200
+++ /var/tmp/diff_new_pack.YxeE5x/_new  2014-04-23 17:34:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets
 #
-# 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
@@ -116,6 +116,7 @@
 Patch4: wxWidgets-find-wx-provides-bash3.patch
 # PATCH-FIX-UPSTREAM wxWidgets-to-wxpython-2.8.12.1.patch sbra...@suse.cz -- 
wxPython changes backport.
 Patch5: wxWidgets-to-wxpython-2.8.12.1.patch
+Source50:   baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
 BuildRequires:  autoconf

++ baselibs.conf ++
libwx_base-2_8-0-wxcontainer
libwx_base_net-2_8-0-wxcontainer
libwx_base_xml-2_8-0-wxcontainer
libwx_baseu-2_8-0-stl
libwx_baseu-2_8-0-wxcontainer
libwx_baseu-2_8-0-wxcontainer24c
libwx_baseu_net-2_8-0-stl
libwx_baseu_net-2_8-0-wxcontainer
libwx_baseu_net-2_8-0-wxcontainer24c
libwx_baseu_xml-2_8-0-stl
libwx_baseu_xml-2_8-0-wxcontainer
libwx_baseu_xml-2_8-0-wxcontainer24c
libwx_gtk2_adv-2_8-0-wxcontainer
libwx_gtk2_aui-2_8-0-wxcontainer
libwx_gtk2_core-2_8-0-wxcontainer
libwx_gtk2_fl-2_8-0-wxcontainer
libwx_gtk2_gizmos-2_8-0-wxcontainer
libwx_gtk2_gizmos_xrc-2_8-0-wxcontainer
libwx_gtk2_gl-2_8-0-wxcontainer
libwx_gtk2_html-2_8-0-wxcontainer
libwx_gtk2_media-2_8-0-wxcontainer
libwx_gtk2_mmedia-2_8-0-wxcontainer
libwx_gtk2_ogl-2_8-0-wxcontainer
libwx_gtk2_plot-2_8-0-wxcontainer
libwx_gtk2_qa-2_8-0-wxcontainer
libwx_gtk2_richtext-2_8-0-wxcontainer
libwx_gtk2_stc-2_8-0-wxcontainer
libwx_gtk2_svg-2_8-0-wxcontainer
libwx_gtk2_xrc-2_8-0-wxcontainer
libwx_gtk2u_adv-2_8-0-stl
libwx_gtk2u_adv-2_8-0-wxcontainer
libwx_gtk2u_adv-2_8-0-wxcontainer24c
libwx_gtk2u_aui-2_8-0-stl
libwx_gtk2u_aui-2_8-0-wxcontainer
libwx_gtk2u_aui-2_8-0-wxcontainer24c
libwx_gtk2u_core-2_8-0-stl
libwx_gtk2u_core-2_8-0-wxcontainer
libwx_gtk2u_core-2_8-0-wxcontainer24c
libwx_gtk2u_fl-2_8-0-wxcontainer
libwx_gtk2u_fl-2_8-0-wxcontainer24c
libwx_gtk2u_gizmos-2_8-0-stl
libwx_gtk2u_gizmos-2_8-0-wxcontainer
libwx_gtk2u_gizmos-2_8-0-wxcontainer24c
libwx_gtk2u_gizmos_xrc-2_8-0-stl
libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer
libwx_gtk2u_gizmos_xrc-2_8-0-wxcontainer24c
libwx_gtk2u_gl-2_8-0-stl
libwx_gtk2u_gl-2_8-0-wxcontainer
libwx_gtk2u_gl-2_8-0-wxcontainer24c
libwx_gtk2u_html-2_8-0-stl
libwx_gtk2u_html-2_8-0-wxcontainer
libwx_gtk2u_html-2_8-0-wxcontainer24c
libwx_gtk2u_media-2_8-0-stl

commit perl-Devel-Declare for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2014-04-23 17:32:37

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2014-03-09 18:37:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2014-04-23 17:32:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 21 20:03:12 UTC 2014 - mar...@gmx.de
+
+- updated to 0.006016
+  - fixed syntax error in a test
+
+---

Old:

  Devel-Declare-0.006015.tar.gz

New:

  Devel-Declare-0.006016.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.dJ7atD/_old  2014-04-23 17:32:39.0 +0200
+++ /var/tmp/diff_new_pack.dJ7atD/_new  2014-04-23 17:32:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006015
+Version:0.006016
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl

++ Devel-Declare-0.006015.tar.gz - Devel-Declare-0.006016.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006015/Changes 
new/Devel-Declare-0.006016/Changes
--- old/Devel-Declare-0.006015/Changes  2014-02-03 03:53:29.0 +0100
+++ new/Devel-Declare-0.006016/Changes  2014-04-01 05:00:48.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Devel-Declare
 
+0.006016 - 2014-03-31
+  - fixed syntax error in a test
+
 0.006015 - 2014-02-02
   - fix use of wrong sprintf formatting codes (Zefram, RT#91983)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006015/META.json 
new/Devel-Declare-0.006016/META.json
--- old/Devel-Declare-0.006015/META.json2014-02-03 03:54:04.0 
+0100
+++ new/Devel-Declare-0.006016/META.json2014-04-01 05:01:12.0 
+0200
@@ -4,7 +4,7 @@
   Matt S Trout - m...@shadowcat.co.uk - original author
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter 
version 2.133380,
+   generated_by : ExtUtils::MakeMaker version 6.94, CPAN::Meta::Converter 
version 2.140640,
license : [
   perl_5
],
@@ -55,5 +55,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git;
   }
},
-   version : 0.006015
+   version : 0.006016
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006015/META.yml 
new/Devel-Declare-0.006016/META.yml
--- old/Devel-Declare-0.006015/META.yml 2014-02-03 03:54:04.0 +0100
+++ new/Devel-Declare-0.006016/META.yml 2014-04-01 05:01:12.0 +0200
@@ -3,30 +3,30 @@
 author:
   - 'Matt S Trout - m...@shadowcat.co.uk - original author'
 build_requires:
-  B::Hooks::OP::Check: 0.19
-  Test::More: 0.88
-  Test::Requires: 0
+  B::Hooks::OP::Check: '0.19'
+  Test::More: '0.88'
+  Test::Requires: '0'
 configure_requires:
-  B::Hooks::OP::Check: 0.19
-  ExtUtils::Depends: 0.302
+  B::Hooks::OP::Check: '0.19'
+  ExtUtils::Depends: '0.302'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 
2.133380'
+generated_by: 'ExtUtils::MakeMaker version 6.94, CPAN::Meta::Converter version 
2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Devel-Declare
 no_index:
   directory:
 - t
 - inc
 requires:
-  B::Hooks::EndOfScope: 0.05
-  B::Hooks::OP::Check: 0.19
-  Scalar::Util: 1.11
-  Sub::Name: 0
-  perl: 5.008001
+  B::Hooks::EndOfScope: '0.05'
+  B::Hooks::OP::Check: '0.19'
+  Scalar::Util: '1.11'
+  Sub::Name: '0'
+  perl: '5.008001'
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Declare
   repository: git://git.shadowcat.co.uk/p5sagit/Devel-Declare.git
-version: 0.006015
+version: '0.006016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Devel-Declare-0.006015/lib/Devel/Declare/Context/Simple.pm 
new/Devel-Declare-0.006016/lib/Devel/Declare/Context/Simple.pm
--- old/Devel-Declare-0.006015/lib/Devel/Declare/Context/Simple.pm  
2014-02-03 03:52:23.0 +0100
+++ new/Devel-Declare-0.006016/lib/Devel/Declare/Context/Simple.pm  
2014-04-01 04:57:25.0 +0200
@@ -6,7 +6,7 @@
 use B::Hooks::EndOfScope;
 use Carp qw/confess/;
 
-our $VERSION = 

commit perl-MIME-Types for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-MIME-Types for openSUSE:Factory 
checked in at 2014-04-23 17:32:42

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


Package is perl-MIME-Types

Changes:

--- /work/SRC/openSUSE:Factory/perl-MIME-Types/perl-MIME-Types.changes  
2012-02-14 13:09:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-MIME-Types.new/perl-MIME-Types.changes 
2014-04-23 17:32:43.0 +0200
@@ -1,0 +2,65 @@
+Mon Apr 21 14:41:59 UTC 2014 - mar...@gmx.de
+
+- update to version 2.04
+
+  - version 2.04: Thu Sep 12 15:46:28 CEST 2013
+Fixes:
+- one more localize $_ in ::Types::_read_db()
+  rt.cpan.org#87856 [Gerda Shank]
+
+  - version 2.03: Wed Sep  4 17:12:27 CEST 2013
+Improvements:
+- typo in docs, rt.cpan.org#88394 [Gregor Herrmann, Debian]
+- require perl 5.8.8, because :encoding [cpantesters]
+- updated IANA
+- a bit more DESCRIPTION
+
+  - version 2.02: Sun Aug 18 12:49:23 CEST 2013
+Fixes:
+- localize DB and $_ in ::Types::_read_db()
+  rt.cpan.org#87856 [Gerda Shank]
+
+  - version 2.01: Sat Aug  3 01:07:27 CEST 2013
+Improvements:
+- add dummy ::Types::create_type_index() because
+  Catalyst-Plugin-Static-Simple calls it :(
+
+  - version 2.00: Fri Aug  2 17:44:53 CEST 2013
+Changes:
+- the mime information is now collected from various sources, amongst
+  them IANA.  Therefore, some types may use different x-'s
+  #types up from 995 to 2096
+- a separate table is built for the extension-to-type mapping.
+  #exts  up from 734 to 1425
+- the memory foot-print and start-up speed should have improved
+  considerably.
+
+Improvements:
+- added bin/collect_types
+- 3 typos. rt.cpan.org#86847 [D Steinbrunner]
+- add ::Type::isVendor(), ::isExperimental(), ::isPersonal on request
+  by rt.cpan.org#87062 [Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯]
+- cleaned-up Exporter syntax of (very) old interface.
+- added ::Types::listTypes()
+
+  - version 1.38: Fri Jan 11 09:58:08 CET 2013
+- add application/vnd.ms-excel.template.macroEnabled.12 and five
+  related from http://filext.com/faq/office_mime_types.php
+  rt.cpan.org#82616 [M Jemmeson]
+
+  - version 1.37: Fri Dec 21 11:33:53 CET 2012:
+- all mime.types files agree that perl scripts should use
+  application/x-perl.  Hence removed text/x-perl
+  rt.cpan.org#82100 [Kent Fredric]
+
+  - version 1.36: Wed Oct 31 20:34:42 CET 2012
+- xlsx and friends had encoding 'binary' (since version 1.30),
+  but should have been 'base64'
+  rt.cpan.org#80529 [Douglas Wilson]
+
+  - version 1.35: Tue Jun 19 20:37:21 CEST 2012
+- added video/webm and audio/webm, although not (yet) IANA registered.
+  [Kurian Jose Aerthail]
+
+
+---

Old:

  MIME-Types-1.34.tar.gz

New:

  MIME-Types-2.04.tar.gz



Other differences:
--
++ perl-MIME-Types.spec ++
--- /var/tmp/diff_new_pack.NtOjII/_old  2014-04-23 17:32:43.0 +0200
+++ /var/tmp/diff_new_pack.NtOjII/_new  2014-04-23 17:32:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MIME-Types
 #
-# 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
@@ -17,13 +17,14 @@
 
 
 Name:   perl-MIME-Types
-Version:1.34
+Version:2.04
 Release:0
+%define cpan_name MIME-Types
 Summary:MIME-Type Determination
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Url:http://cpan.org/modules/by-module/MIME/
-Source: MIME-Types-%{version}.tar.gz
+Url:http://www.cpan.org/modules/by-module/MIME/
+Source: 
http://www.cpan.org/modules/by-module/MIME/%{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ MIME-Types-1.34.tar.gz - MIME-Types-2.04.tar.gz ++
 6007 lines of diff (skipped)

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



commit apper for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package apper for openSUSE:Factory checked 
in at 2014-04-23 17:31:07

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


Package is apper

Changes:

--- /work/SRC/openSUSE:Factory/apper/apper.changes  2013-11-11 
14:43:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.apper.new/apper.changes 2014-04-23 
17:31:09.0 +0200
@@ -1,0 +2,13 @@
+Sun Apr 20 20:12:45 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 0.8.2
+  * Better Apstream support
+  * Fixed translation catalog loading
+  * Fixed memleak
+  * Fixed accepting multiple license agreements 
+- Drop 0001-Fix-accept-multiple-licenses.dif and
+  0002-Load-the-main-apper-catalog-for-the-applet.diff, merged upstream
+- Drop checks for no longer supported versions
+- Add Source URL
+
+---

Old:

  0001-Fix-accept-multiple-licenses.diff
  0002-Load-the-main-apper-catalog-for-the-applet.diff
  apper-0.8.1.tar.bz2

New:

  apper-0.8.2.tar.xz



Other differences:
--
++ apper.spec ++
--- /var/tmp/diff_new_pack.klyoTE/_old  2014-04-23 17:31:10.0 +0200
+++ /var/tmp/diff_new_pack.klyoTE/_new  2014-04-23 17:31:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apper
 #
-# 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,29 +16,19 @@
 #
 
 
-%if 0%{?suse_version}  1310
-%define split_plasmoid 1
-%else
-%define split_plasmoid 0
-%endif
-
 Name:   apper
 Summary:KDE interface for PackageKit
 License:GPL-2.0+ and LGPL-3.0+
 Group:  System/Packages
-Version:0.8.1
+Version:0.8.2
 Release:0
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
 Source1:10-opensuse-org.packagekit.updater.js
 Patch0: apper-ui-fixes.diff
 # https://bugzilla.novell.com/show_bug.cgi?id=729164
 Patch1: apper-no-dbus-service.diff
 # setting proxy requires polkit permissions - for very little gain
 Patch2: apper-no-user-proxy.diff
-# PATCH-FIX-UPSTREAM 0001-Fix-accept-multiple-licenses.diff bnc#847346, 
kde#326619
-Patch3: 0001-Fix-accept-multiple-licenses.diff
-# PATCH-FIX-UPSTREAM 0002-Load-the-main-apper-catalog-for-the-applet.diff
-Patch4: 0002-Load-the-main-apper-catalog-for-the-applet.diff
 Url:http://kde-apps.org/content/show.php/Apper?content=84745
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  PackageKit-Qt-devel = 0.8.8
@@ -48,51 +38,25 @@
 Recommends: %{name}-lang = %{version}
 Provides:   org.freedesktop.PackageKit.service
 Requires:   PackageKit = 0.8.8
-# last used in 11.3
-Provides:   kupdateapplet = 0.9.18
-Obsoletes:  kupdateapplet = 0.9.17
-# last used in 11.0
-Provides:   kde4-opensuse-updater = 0.8
-Obsoletes:  kde4-opensuse-updater  0.8
-
-# last used in 11.3
-Obsoletes:  kpackagekit  %{version}
-Provides:   kpackagekit = %{version}
-%if !%{split_plasmoid}
 Obsoletes:  apper-plasmoid  %{version}
 Provides:   apper-plasmoid = %{version}
-%endif
 %kde4_runtime_requires
 
 %description
 KDE interface for PackageKit package management.
 
-%if %{split_plasmoid}
-%package plasmoid
-Summary:Plasmoid for the Apper Package management
-Group:  System/Packages
-Requires:   %{name} = %{version}
-
-%description plasmoid
-The Plasmoids for the Apper Package Management
-%endif
-
 %lang_package
 %prep
 %setup  -q
 %patch1 -p1 
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %cmake_kde4 -d build -- -DSCREENSHOT_PROVIDER=openSUSE
 %make_jobs
 
 %install
-cd build
-%makeinstall
-cd ..
+%kde4_makeinstall -C build
 
 # avoid confusion with yast
 %suse_update_desktop_file -C Install, Update or Remove Software Packages -N 
Apper Software Management %{buildroot}/%{_kde4_servicesdir}/kcm_apper.desktop
@@ -120,33 +84,25 @@
 %files
 %defattr(-,root,root)
 %doc COPYING TODO
-%_kde4_libexecdir/apper-pk-session
-%_kde4_appsdir/apperd/
-%_kde4_appsdir/apper/
-%_kde4_bindir/apper
-%dir %_kde4_libdir/apper
-%_kde4_applicationsdir/apper*.desktop
-%_kde4_servicesdir/kcm_apper.desktop
-%_kde4_servicesdir/kded/apperd.desktop
+%{_kde4_libexecdir}/apper-pk-session
+%{_kde4_appsdir}/apperd/
+%{_kde4_appsdir}/apper/
+%{_kde4_bindir}/apper
+%dir %{_kde4_libdir}/apper
+%{_kde4_applicationsdir}/apper*.desktop

commit gd for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2014-04-23 20:35:45

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


Package is gd

Changes:

--- /work/SRC/openSUSE:Factory/gd/gd.changes2014-04-14 06:43:13.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes   2014-04-23 
20:35:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 17 17:51:34 UTC 2014 - tchva...@suse.com
+
+- Add tiff and vpx to the devel deps as it is in .pc file.
+
+---



Other differences:
--
++ gd.spec ++
--- /var/tmp/diff_new_pack.ZLDwbm/_old  2014-04-23 20:35:51.0 +0200
+++ /var/tmp/diff_new_pack.ZLDwbm/_new  2014-04-23 20:35:51.0 +0200
@@ -65,6 +65,8 @@
 Requires:   %{name} = %{version}
 Requires:   glibc-devel
 Requires:   libpng-devel
+Requires:   libtiff-devel
+Requires:   libvpx-devel
 Requires:   zlib-devel
 
 %description devel

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



commit rsync for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2014-04-23 20:35:44

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


Package is rsync

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2013-10-25 
18:53:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2014-04-23 
20:35:49.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 15 14:57:34 UTC 2014 - vci...@suse.com
+
+- fix for CVE-2014-2855 (bnc#873740)
+  * a denial of service via CPU consumption
+  * added rsync-CVE-2014-2855.patch
+
+---

New:

  rsync-CVE-2014-2855.patch



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.87q7tB/_old  2014-04-23 20:35:49.0 +0200
+++ /var/tmp/diff_new_pack.87q7tB/_new  2014-04-23 20:35:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rsync
 #
-# 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
@@ -43,6 +43,7 @@
 Source12:   %{name}.keyring
 Patch3: system-zlib.diff
 Patch4: 0001-use-lp_num_modules-instead-of-the-removed-lp_numserv.patch
+Patch5: rsync-CVE-2014-2855.patch
 BuildRequires:  autoconf
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
@@ -86,6 +87,7 @@
 %patch3
 %endif
 %patch4 -p1
+%patch5 -p1
 patch -p1  patches/acls.diff
 patch -p1  patches/xattrs.diff
 patch -p1  patches/slp.diff


++ rsync-CVE-2014-2855.patch ++
From 0dedfbce2c1b851684ba658861fe9d620636c56a Mon Sep 17 00:00:00 2001
From: Wayne Davison way...@samba.org
Date: Sun, 13 Apr 2014 13:44:58 -0700
Subject: [PATCH] Avoid infinite wait reading secrets file.

---
 authenticate.c |   24 +---
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/authenticate.c b/authenticate.c
index 3381b8c..c92746c 100644
--- a/authenticate.c
+++ b/authenticate.c
@@ -102,15 +102,16 @@ static const char *check_secret(int module, const char 
*user, const char *group,
char pass2[MAX_DIGEST_LEN*2];
const char *fname = lp_secrets_file(module);
STRUCT_STAT st;
-   int fd, ok = 1;
+   int ok = 1;
int user_len = strlen(user);
int group_len = group ? strlen(group) : 0;
char *err;
+   FILE *fh;
 
-   if (!fname || !*fname || (fd = open(fname, O_RDONLY))  0)
+   if (!fname || !*fname || (fh = fopen(fname, r)) == NULL)
return no secrets file;
 
-   if (do_fstat(fd, st) == -1) {
+   if (do_fstat(fileno(fh), st) == -1) {
rsyserr(FLOG, errno, fstat(%s), fname);
ok = 0;
} else if (lp_strict_modes(module)) {
@@ -123,29 +124,30 @@ static const char *check_secret(int module, const char 
*user, const char *group,
}
}
if (!ok) {
-   close(fd);
+   fclose(fh);
return ignoring secrets file;
}
 
if (*user == '#') {
/* Reject attempt to match a comment. */
-   close(fd);
+   fclose(fh);
return invalid username;
}
 
/* Try to find a line that starts with the user (or @group) name and a 
':'. */
err = secret not found;
-   while ((user || group)  read_line_old(fd, line, sizeof line, 1)) {
-   const char **ptr, *s;
+   while ((user || group)  fgets(line, sizeof line, fh) != NULL) {
+   const char **ptr, *s = strtok(line, \n\r);
int len;
-   if (*line == '@') {
+   if (!s)
+   continue;
+   if (*s == '@') {
ptr = group;
len = group_len;
-   s = line+1;
+   s++;
} else {
ptr = user;
len = user_len;
-   s = line;
}
if (!*ptr || strncmp(s, *ptr, len) != 0 || s[len] != ':')
continue;
@@ -158,7 +160,7 @@ static const char *check_secret(int module, const char 
*user, const char *group,
*ptr = NULL; /* Don't look for name again. */
}
 
-   close(fd);
+   fclose(fh);
 
memset(line, 0, sizeof line);
memset(pass2, 0, sizeof pass2);
-- 
1.7.0.4



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

commit samba for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-04-23 20:35:41

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


Package is samba

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2014-04-05 
16:50:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-04-23 
20:35:47.0 +0200
@@ -1,0 +2,83 @@
+Thu Apr 17 15:44:30 UTC 2014 - lmue...@suse.com
+
+- Update to 4.1.7.
+  + Make force user work as expected; (bso#9878).
+  + Fix build on AIX with IBM XL C/C++ (gettext detection issues); (bso#9911).
+  + Fix problem with server taking too long to respond to a
+MSG_PRINTER_DRVUPGRADE message; (bso#9942).
+  + s3-printing: Fix obvious memory leak in printer_list_get_printer();
+(bso#9993).
+  + doc: Add spoolss: architecture parameter usage; (bso#10188).
+  + Make 'smbclient' support DFS shares with SMB2/3; (bso#10200).
+  + Make (lib)smbclient work with NetApp; (bso#10230).
+  + SessionLogoff on a signed connection with an outstanding notify request
+crashes smbd; (bso#10344).
+  + dfs: Always call create_conn_struct with root privileges; (bso#10378).
+  + 'net ads search' on high latency networks can return a partial list with
+ no error indication; (bso#10387).
+  + max xmit  64kb leads to segmentation fault; (bso#10422).
+  + Fix STATUS_NO_MEMORY response from Query File Posix Lock request;
+(bso#10431).
+  + Increase max netbios name components; (bso#10439).
+  + smbd_server_connection_terminate(CTDB_SRVID_RELEASE_IP) panics from
+within ctdbd_migrate() with invalid lock_order; (bso#10444).
+  + Fix 'wbinfo -i' with one-way trust; (bso#10458).
+  + samba4 services not binding on IPv6 addresses causing connection delays;
+(bso#10464).
+  + s3-vfs: Fix stream_depot vfs module on btrfs; (bso#10467).
+  + Don't respond with NXDOMAIN to records that exist with another type;
+(bso#10471).
+  + pidl: waf should have an option for the dir to install perl files and do
+not glob; (bso#10472).
+  + s3-spoolssd: Don't register spoolssd if epmd is not running; (bso#10474).
+  + s3-rpc_server: Fix handling of fragmented rpc requests; (bso#10481).
+  + Initial FSRVP rpcclient requests fail with NT_STATUS_PIPE_NOT_AVAILABLE;
+(bso#10484).
+  + lsa.idl: Define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord
+as public structs; (bso#10504).
+  + Make 'smbreadline' build with readline 6.3; (bso#10506).
+  + smbd: Correctly add remote users into local groups; (bso#10508).
+  + rpcclient FSRVP request UNCs should include a trailing backslash;
+(bso#10521).
+  + Cleanup messages.tdb record after unclean smbd shutdown; (bso#10534).
+  + s3:rpc_server: Minor refactoring of process_request_pdu().
+
+---
+Tue Apr 15 15:03:27 UTC 2014 - dd...@suse.com
+
+- Create a new DBus connection for every vfs_snapper request, to ensure
+  correct snapper UID detection; (bnc#866354).
+
+---
+Tue Apr 15 10:41:04 UTC 2014 - nopo...@suse.de
+
+- Fix Invalid read in method reply_writeclose; (bnc#873658).
+
+---
+Fri Apr 11 12:37:48 UTC 2014 - dd...@suse.com
+
+- Fix minor compiler warnings in snapshot code-path; (bnc#873177).
+
+---
+Fri Apr 11 12:21:48 UTC 2014 - lmue...@suse.com
+
+- Remove references to the obsolete samba-krb-printing package and
+  get_printing_ticket binary.
+
+---
+Fri Apr 11 12:09:23 UTC 2014 - dd...@suse.com
+
+- Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; (bnc#872396).
+
+---
+Fri Apr 11 11:50:08 UTC 2014 - nopo...@suse.de
+
+- User error strings instead of hex codes where possible for FSRVP
+  errors; (bnc#866927).
+
+---
+Tue Apr  1 16:49:05 UTC 2014 - dd...@suse.com
+
+- Fix remote share shadow copy request UNCs; (bso#10521); (bnc#870957).
+
+---

Old:

  samba-4.1.6.tar.asc
  samba-4.1.6.tar.gz

New:

  samba-4.1.7.tar.asc
  samba-4.1.7.tar.gz



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.JUHsQ7/_old  2014-04-23 20:35:48.0 +0200
+++ /var/tmp/diff_new_pack.JUHsQ7/_new  2014-04-23 20:35:48.0 +0200
@@ -117,7 +117,7 @@
 BuildRequires:  gpg-offline
 BuildRequires:  systemd
 %endif
-%definesamba_ver 

commit biosdevname for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2014-04-23 20:35:39

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


Package is biosdevname

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2014-04-05 
16:50:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2014-04-23 20:35:43.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 10 17:14:24 UTC 2014 - tr...@suse.de
+
+- Remove eth* check, devices might have been renamed already bnc#869614
+  Add biosdevname_udevrule_rename_all_network_devices.patch
+- Remove old mkinitrd stuff and replace it with dracut rpm macros to ensure
+  the initrd is rebuild if biosdevname got installed or updated.
+
+---

New:

  biosdevname_udevrule_rename_all_network_devices.patch



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.5qI5AJ/_old  2014-04-23 20:35:44.0 +0200
+++ /var/tmp/diff_new_pack.5qI5AJ/_new  2014-04-23 20:35:44.0 +0200
@@ -29,13 +29,13 @@
 # breadth-first, or of so, there haven't been any comments about that
 # on LKML.
 ExclusiveArch:  %{ix86} x86_64
-#Source0:
http://linux.dell.com/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source0:%{name}-%{version}.tar.bz2
 Source1:setup-biosdevname.sh
 Patch1: biosdevname_v0.5.0_to_git_c140ce659a204d67e4cc.patch
 Patch2: ignore-broken-BIOSes
 Patch3: whitelist-dell
 Patch4: udev-rule-path.patch
+Patch5: biosdevname_udevrule_rename_all_network_devices.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  pciutils-devel
@@ -66,6 +66,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 # this is a udev rule, so it needs to live in / rather than /usr
@@ -95,10 +96,10 @@
 
 %post
 /sbin/ldconfig
-mkinitrd_setup
+%{?regenerate_initrd_post}
 
 %postun
 /sbin/ldconfig
-mkinitrd_setup
+%{?regenerate_initrd_posttrans}
 
 %changelog

++ biosdevname_udevrule_rename_all_network_devices.patch ++
biosdevname: Rename all network devices, not only eth* ones

There are other rules which might have renamed the device already.
bnc#869614

Signed-off-by: Thomas Renninger tr...@suse.de

Index: biosdevname-0.5.0/biosdevname.rules.in
===
--- biosdevname-0.5.0.orig/biosdevname.rules.in
+++ biosdevname-0.5.0/biosdevname.rules.in
@@ -1,5 +1,4 @@
 SUBSYSTEM!=net, GOTO=netdevicename_end
-KERNEL!=eth*,   GOTO=netdevicename_end
 ACTION!=add,GOTO=netdevicename_end
 NAME==?*,   GOTO=netdevicename_end
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openslp for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package openslp for openSUSE:Factory checked 
in at 2014-04-23 20:35:37

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


Package is openslp

Changes:

--- /work/SRC/openSUSE:Factory/openslp/openslp.changes  2014-02-22 
20:44:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.openslp.new/openslp.changes 2014-04-23 
20:35:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 10 16:56:24 CEST 2014 - m...@suse.de
+
+- use AI_CANONNAME when looking up the canonical name
+
+---



Other differences:
--
++ extensions.diff ++
--- /var/tmp/diff_new_pack.S7QDNt/_old  2014-04-23 20:35:39.0 +0200
+++ /var/tmp/diff_new_pack.S7QDNt/_new  2014-04-23 20:35:39.0 +0200
@@ -1,5 +1,5 @@
 --- ./common/slp_compare.c.orig2012-12-12 19:12:43.0 +
-+++ ./common/slp_compare.c 2014-02-19 16:51:59.737942446 +
 ./common/slp_compare.c 2014-04-10 14:54:49.730301497 +
 @@ -414,6 +414,16 @@ int SLPCompareNamingAuth(size_t srvtypel
 if (namingauthlen == 0x)
return 0;/* match all naming authorities */
@@ -18,7 +18,7 @@
 if (!namingauthlen)
return dot? 1: 0;/* IANA naming authority */
 --- ./common/slp_message.h.orig2012-12-07 20:13:28.0 +
-+++ ./common/slp_message.h 2014-02-19 16:51:59.738942446 +
 ./common/slp_message.h 2014-04-10 14:54:49.730301497 +
 @@ -127,6 +127,11 @@
  #define SLP_REG_SOURCE_LOCAL 2  /* from localhost or IPC */
  #define SLP_REG_SOURCE_STATIC3  /* from the slp.reg file */
@@ -41,7 +41,7 @@
  } SLPSrvReg;
  
 --- ./common/slp_property.c.orig   2012-12-10 23:31:53.0 +
-+++ ./common/slp_property.c2014-02-19 16:51:59.739942446 +
 ./common/slp_property.c2014-04-10 14:54:49.730301497 +
 @@ -80,12 +80,17 @@ static SLPList s_PropertyList = {0, 0, 0
  
  /** The (optional) application-specified property file - module static. */
@@ -158,8 +158,8 @@
 SLPMutexDestroy(s_PropDbLock);
 s_PropertiesInitialized = false;
  }
 ./common/slp_property.h.orig   2014-02-19 16:52:45.865942364 +
-+++ ./common/slp_property.h2014-02-19 16:53:02.255942335 +
+--- ./common/slp_property.h.orig   2012-11-28 17:07:04.0 +
 ./common/slp_property.h2014-04-10 14:54:49.730301497 +
 @@ -66,6 +66,7 @@ int SLPPropertySetAppConfFile(const char
  int SLPPropertyReinit(void);
  int SLPPropertyInit(const char * gconffile);
@@ -169,7 +169,7 @@
  /*! Special function to access MTU configuration property value. This provides
   *  fast access to the MTU value both in client libraries and server program.
 --- ./common/slp_spi.c.orig2012-11-28 17:07:04.0 +
-+++ ./common/slp_spi.c 2014-02-19 16:51:59.739942446 +
 ./common/slp_spi.c 2014-04-10 14:54:49.730301497 +
 @@ -426,6 +426,17 @@ int SLPSpiCanSign(SLPSpiHandle hspi, siz
   spistrlen, spistr) != 0;
  }
@@ -189,7 +189,7 @@
  
  /*=*/
 --- ./common/slp_spi.h.orig2012-11-28 17:07:04.0 +
-+++ ./common/slp_spi.h 2014-02-19 16:51:59.740942446 +
 ./common/slp_spi.h 2014-04-10 14:54:49.730301497 +
 @@ -106,6 +106,8 @@ int SLPSpiCanVerify(SLPSpiHandle hspi, s
  
  int SLPSpiCanSign(SLPSpiHandle hspi, size_t spistrlen, const char * spistr);
@@ -200,7 +200,7 @@
  
  /*! @} */
 --- ./libslp/libslp_findsrvs.c.orig2012-11-28 17:07:04.0 +
-+++ ./libslp/libslp_findsrvs.c 2014-02-19 16:51:59.740942446 +
 ./libslp/libslp_findsrvs.c 2014-04-10 14:54:49.731301477 +
 @@ -64,7 +64,7 @@
   */
  static SLPBoolean CollateToSLPSrvURLCallback(SLPHandle hSLP, 
@@ -306,7 +306,7 @@
}
SLPMessageFree(replymsg);
 --- ./libslp/slp.h.orig2012-11-28 17:07:04.0 +
-+++ ./libslp/slp.h 2014-02-19 16:51:59.740942446 +
 ./libslp/slp.h 2014-04-10 14:54:49.731301477 +
 @@ -606,6 +606,15 @@ SLPEXP SLPError SLPAPI SLPAssociateIP(
SLPHandle  hSLP, 
const char *   unicast_ip);
@@ -324,7 +324,7 @@
  }
  #endif
 --- ./libslpattr/libslpattr.c.orig 2012-12-10 23:31:53.0 +
-+++ ./libslpattr/libslpattr.c  2014-02-19 16:51:59.740942446 +
 ./libslpattr/libslpattr.c  2014-04-10 14:54:49.731301477 +
 @@ -393,6 +393,9 @@ static char * unescape_into(char * dest,
(*cur)++;
 }
@@ -336,7 +336,7 @@
 return 1;
  }
 --- ./slpd/slpd_database.c.orig2012-12-10 23:31:53.0 +
-+++ ./slpd/slpd_database.c 2014-02-19 16:51:59.741942446 

commit xf86-input-wacom for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2014-04-23 20:35:38

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


Package is xf86-input-wacom

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2014-03-26 16:42:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2014-04-23 20:35:41.0 +0200
@@ -1,0 +2,34 @@
+Thu Apr 10 10:17:55 UTC 2014 - e...@suse.com
+
+- remove 65-xorg-wacom.rules wacom-inputattach@.service:
+  package now ships udev rules and systemd files
+
+---
+Wed Apr  9 21:23:08 UTC 2014 - e...@suse.com
+
+- Udate to xf86-input-wacom-0.24.0.tar.bz2
+- Remove old set of patches (partly upstreamed)
+  * 
u_01-Fix-message-if-the-detected-pressure-falls-below-the-initially-detected-pressure.patch
+  * u_02-Log-when-the-pen-device-appears-to-be-too-worn-out.patch
+  * 
u_03-Add-more-detailed-messaging-in-code-that-handles-abnormal-situations.patch
+  * u_04-Avoid-division-by-zero-in-xf86ScaleAxis.patch
+  * u_05-Improve-usbInitToolType-tool-type-detection.patch
+  * u_06-Add-an-option-to-disable-pressure-recalibration.patch
+  * u_07-Add-option-to-enable-logging.patch
+  * u_08-Log-PROXIMITY-events.patch
+  * u_09-Log-PRESSURE-events.patch
+  * u_10-Log-BUTTON-events.patch
+- Add upstream patches:
+  * U_01-Remove-unused-code.patch
+  * U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch
+  * U_03-Fix-initial-device-type-detection.patch
+  * U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch
+  * U_05-Remove-duplicate-tool-type-detection.patch
+  * U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch
+- Add logging patches:
+  * n_01-Add-option-to-enable-logging.patch
+  * n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
+  * n_03-Log-PRESSURE-low-level-events.patch
+  * n_04-Log-BUTTON-HIGH-LEVEL-events.patch
+
+---

Old:

  65-xorg-wacom.rules
  
u_01-Fix-message-if-the-detected-pressure-falls-below-the-initially-detected-pressure.patch
  u_02-Log-when-the-pen-device-appears-to-be-too-worn-out.patch
  
u_03-Add-more-detailed-messaging-in-code-that-handles-abnormal-situations.patch
  u_04-Avoid-division-by-zero-in-xf86ScaleAxis.patch
  u_05-Improve-usbInitToolType-tool-type-detection.patch
  u_06-Add-an-option-to-disable-pressure-recalibration.patch
  u_07-Add-option-to-enable-logging.patch
  u_08-Log-PROXIMITY-events.patch
  u_09-Log-PRESSURE-events.patch
  u_10-Log-BUTTON-events.patch
  wacom-inputattach@.service
  xf86-input-wacom-0.23.0.tar.bz2

New:

  U_01-Remove-unused-code.patch
  U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch
  U_03-Fix-initial-device-type-detection.patch
  U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch
  U_05-Remove-duplicate-tool-type-detection.patch
  U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch
  n_01-Add-option-to-enable-logging.patch
  n_02-Log-PROXIMITY-LOW-LEVEL-events.patch
  n_03-Log-PRESSURE-low-level-events.patch
  n_04-Log-BUTTON-HIGH-LEVEL-events.patch
  xf86-input-wacom-0.24.0.tar.bz2



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.tHZFeK/_old  2014-04-23 20:35:42.0 +0200
+++ /var/tmp/diff_new_pack.tHZFeK/_new  2014-04-23 20:35:42.0 +0200
@@ -21,27 +21,29 @@
 %else
 %define _udevrulesdir /lib/udev/rules.d
 %endif
+  Only set for non-enterprise
+%if %{suse_version} != 1315
+%define install_serial 1
+%endif
 
 Name:   xf86-input-wacom
-Version:0.23.0
+Version:0.24.0
 Release:0
 Summary:Wacom input driver for the Xorg X server
 License:GPL-2.0+
 Group:  System/X11/Servers/XF86_4
 Url:
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom
 Source0:
http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/%{name}-%{version}.tar.bz2
-Source1:65-xorg-wacom.rules
-Source2:wacom-inputattach@.service
-Patch1: 
u_01-Fix-message-if-the-detected-pressure-falls-below-the-initially-detected-pressure.patch
-Patch2: u_02-Log-when-the-pen-device-appears-to-be-too-worn-out.patch
-Patch3: 
u_03-Add-more-detailed-messaging-in-code-that-handles-abnormal-situations.patch
-Patch4: u_04-Avoid-division-by-zero-in-xf86ScaleAxis.patch
-Patch5: u_05-Improve-usbInitToolType-tool-type-detection.patch
-Patch6: 

commit hplip for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2014-04-23 20:36:25

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


Package is hplip

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2014-04-10 
07:38:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2014-04-23 
20:36:26.0 +0200
@@ -1,0 +2,15 @@
+Wed Apr 23 10:26:50 CEST 2014 - jsm...@suse.de
+
+- Fix how the link /usr/lib/cups/filter/foomatic-rip-hplip
+  that points to foomatic-rip is installed depending on
+  which package provides foomatic-rip. In foomatic-filters
+  foomatic-rip is installed as /usr/bin/foomatic-rip
+  but in cups-filters-foomatic-rip it is installed
+  as /usr/lib/cups/filter/foomatic-rip.
+
+---
+Sun Apr 20 09:48:39 UTC 2014 - tchva...@suse.com
+
+- Enable parallel build via make %{?_smp_mflags}.
+
+---



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.weaM5u/_old  2014-04-23 20:36:27.0 +0200
+++ /var/tmp/diff_new_pack.weaM5u/_new  2014-04-23 20:36:27.0 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   hplip
-# BuildRequires foomatic-filters to avoid /usr/lib/rpm/brp-symlink ERROR:
-# link target doesn't exist (neither in build root nor in installed system):
-# /usr/lib/cups/filter/foomatic-rip-hplip - /usr/bin/foomatic-rip
 BuildRequires:  cups
 BuildRequires:  cups-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
+# BuildRequires foomatic-filters (also provided by cups-filters-foomatic-rip)
+# to avoid /usr/lib/rpm/brp-symlink ERROR:
+# link target doesn't exist (neither in build root nor in installed system):
+# /usr/lib/cups/filter/foomatic-rip-hplip - /usr/bin/foomatic-rip (for 
foomatic-filters) or
+# /usr/lib/cups/filter/foomatic-rip-hplip - /usr/lib/cups/filter/foomatic-rip 
(for cups-filters-foomatic-rip)
 BuildRequires:  foomatic-filters
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libdrm-devel
@@ -135,14 +136,15 @@
 # Because foomatic-rip-hplip has CVE-2011-2697 (bnc#698451)
 # plus a leftover in CVE-2004-0801 (bnc#59233)
 # foomatic-rip-hplip is no longer installed and foomatic-rip
-# from the foomatic-filters RPM is used instead.
+# from foomatic-filters or cups-filters-foomatic-rip is used instead.
 # The RPM requirement for foomatic-filters should actually be 
 # in the hplip-hpijs sub-package but this would bloat a minimalist system
 # (see the comment for the hplip-hpijs sub-package below).
 # Therefore the hplip main package which is intended
 # to get all the HPLIP stuff installed has the RPM requirement:
 Requires:   foomatic-filters
-# foomatic-filters does not require Ghostscript because depending on the PPD
+# foomatic-filters and cups-filters-foomatic-rip
+# do not require Ghostscript because depending on the PPD
 # (e.g. some PPDs for PostScript printers in OpenPrintingPPDs-postscript)
 # foomatic-rip can also be used without Ghostscript but for the drivers
 # HPIJS and HPCUPS Ghostscript is needed.
@@ -380,7 +382,8 @@
 # --enable-foomatic-rip-hplip-install enable foomatic-rip-hplip install 
(default=no), uses cupsfilterdir
 # Because foomatic-rip-hplip has CVE-2011-2697 (bnc#698451) plus a leftover in 
CVE-2004-0801 (bnc#59233)
 # which are fixed up to openSUSE 11.4 with patches, after openSUSE 11.4 (i.e. 
since openSUSE 12.1)
-# foomatic-rip-hplip is no longer installed and foomatic-rip from 
foomatic-filters is used instead so that 
+# foomatic-rip-hplip is no longer installed and foomatic-rip from
+# foomatic-filters or cups-filters-foomatic-rip is used instead so that
 # --disable-foomatic-rip-hplip-install is explicitly set and as a consequence 
the cupsFilter entries
 # in the static PPDs are changed in the install section to use foomatic-rip.
 # Since HPLIP 3.13.10 --with-htmldir is new but it does not inhertit its value 
from --with-docdir
@@ -411,7 +414,7 @@
 --with-mimedir=%{_sysconfdir}/cups \
 --with-docdir=%{_defaultdocdir}/%{name} \
 --with-htmldir==%{_defaultdocdir}/%{name}
-make
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
@@ -462,8 +465,8 @@
 do echo -en '\n' $p
 done
 # Because foomatic-rip-hplip has CVE-2011-2697 (bnc#698451) plus a leftover in 
CVE-2004-0801 (bnc#59233)
-# foomatic-rip-hplip is no longer installed and foomatic-rip from 
foomatic-filters is used instead so that 
-# the cupsFilter entries in the static PPDs must be changed accordingly:
+# foomatic-rip-hplip is 

commit python3-py for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package python3-py for openSUSE:Factory 
checked in at 2014-04-23 20:37:19

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


Package is python3-py

Changes:

--- /work/SRC/openSUSE:Factory/python3-py/python3-py.changes2014-01-07 
16:26:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-py.new/python3-py.changes   
2014-04-23 20:37:21.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 23 13:47:10 UTC 2014 - toddrme2...@gmail.com
+
+- Update to version 1.4.20:
+  + ignore unicode decode errors in xmlescape.  Thanks Anatoly Bubenkoff.
+  + on python2 modify traceback.format_exception_only to match python3 
+behaviour, namely trying to print unicode for Exception instances
+  + use a safer way for serializing exception reports (helps to fix
+pytest issue413)
+- Drop %check section, we never ran tests. That would need python-pytest
+  and introduce a cycle
+
+---

Old:

  py-1.4.19.tar.gz

New:

  py-1.4.20.tar.gz



Other differences:
--
++ python3-py.spec ++
--- /var/tmp/diff_new_pack.ytsVra/_old  2014-04-23 20:37:22.0 +0200
+++ /var/tmp/diff_new_pack.ytsVra/_new  2014-04-23 20:37:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-py
-Version:1.4.19
+Version:1.4.20
 Release:0
 Summary:Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:MIT
@@ -53,9 +53,6 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python3 setup.py test
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README.txt doc/_build/html

++ py-1.4.19.tar.gz - py-1.4.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.19/CHANGELOG new/py-1.4.20/CHANGELOG
--- old/py-1.4.19/CHANGELOG 2013-12-12 12:07:15.0 +0100
+++ new/py-1.4.20/CHANGELOG 2014-01-29 13:16:52.0 +0100
@@ -1,3 +1,14 @@
+1.4.20
+==
+
+- ignore unicode decode errors in xmlescape.  Thanks Anatoly Bubenkoff.
+
+- on python2 modify traceback.format_exception_only to match python3 
+  behaviour, namely trying to print unicode for Exception instances
+
+- use a safer way for serializing exception reports (helps to fix
+  pytest issue413)
+
 Changes between 1.4.18 and 1.4.19
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.19/MANIFEST.in new/py-1.4.20/MANIFEST.in
--- old/py-1.4.19/MANIFEST.in   2013-12-12 12:07:15.0 +0100
+++ new/py-1.4.20/MANIFEST.in   2014-01-29 13:16:52.0 +0100
@@ -1,7 +1,6 @@
 include CHANGELOG
 include README.txt
 include setup.py
-include distribute_setup.py
 include LICENSE
 include conftest.py
 include tox.ini
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.19/PKG-INFO new/py-1.4.20/PKG-INFO
--- old/py-1.4.19/PKG-INFO  2013-12-12 12:07:15.0 +0100
+++ new/py-1.4.20/PKG-INFO  2014-01-29 13:16:53.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: py
-Version: 1.4.19
+Version: 1.4.20
 Summary: library with cross-python path, ini-parsing, io, code, log facilities
 Home-page: http://pylib.readthedocs.org/
 Author: holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.19/doc/code.txt new/py-1.4.20/doc/code.txt
--- old/py-1.4.19/doc/code.txt  2013-12-12 12:07:15.0 +0100
+++ new/py-1.4.20/doc/code.txt  2014-01-29 13:16:52.0 +0100
@@ -145,3 +145,6 @@
 .. autoclass:: py.code.ExceptionInfo
 :members:
 
+.. autoclass:: py.code.Traceback
+:members:
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.19/py/__init__.py new/py-1.4.20/py/__init__.py
--- old/py-1.4.19/py/__init__.py2013-12-12 12:07:15.0 +0100
+++ new/py-1.4.20/py/__init__.py2014-01-29 13:16:52.0 +0100
@@ -8,7 +8,7 @@
 
 (c) Holger Krekel and others, 2004-2013
 
-__version__ = '1.4.19'
+__version__ = '1.4.20'
 
 from py import _apipkg
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/py-1.4.19/py/_code/_py2traceback.py 
new/py-1.4.20/py/_code/_py2traceback.py
--- old/py-1.4.19/py/_code/_py2traceback.py 1970-01-01 01:00:00.0 
+0100
+++ new/py-1.4.20/py/_code/_py2traceback.py 2014-01-29 13:16:52.0 
+0100
@@ -0,0 +1,79 @@
+# 

commit i4l-base for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package i4l-base for openSUSE:Factory 
checked in at 2014-04-23 20:36:31

Comparing /work/SRC/openSUSE:Factory/i4l-base (Old)
 and  /work/SRC/openSUSE:Factory/.i4l-base.new (New)


Package is i4l-base

Changes:

--- /work/SRC/openSUSE:Factory/i4l-base/i4l-base.changes2013-12-11 
19:41:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.i4l-base.new/i4l-base.changes   2014-04-23 
20:36:32.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 22 07:41:01 UTC 2014 - meiss...@suse.com
+
+- buildignore systemd, buildrequire systemd-mini to make it build,
+  as the prereq pulls in systemd and others pull in -mini apparently.
+
+---



Other differences:
--
++ i4l-base.spec ++
--- /var/tmp/diff_new_pack.cb3Rqv/_old  2014-04-23 20:36:33.0 +0200
+++ /var/tmp/diff_new_pack.cb3Rqv/_new  2014-04-23 20:36:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package i4l-base
 #
-# 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
@@ -32,6 +32,8 @@
 BuildRequires:  openssl-devel
 BuildRequires:  ppp-devel
 BuildRequires:  sgmltool
+#!BuildIgnore:  systemd
+BuildRequires:  systemd-mini
 BuildRequires:  tcl-devel
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel

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



commit pcsc-acsccid for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package pcsc-acsccid for openSUSE:Factory 
checked in at 2014-04-23 20:36:45

Comparing /work/SRC/openSUSE:Factory/pcsc-acsccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-acsccid.new (New)


Package is pcsc-acsccid

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-acsccid/pcsc-acsccid.changes
2013-09-11 13:04:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-acsccid.new/pcsc-acsccid.changes   
2014-04-23 20:36:47.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 23 09:54:35 UTC 2014 - godfrey.ch...@acs.com.hk
+
+- Updated to version 1.0.6.
+
+---

Old:

  acsccid-1.0.5.tar.bz2

New:

  acsccid-1.0.6.tar.bz2



Other differences:
--
++ pcsc-acsccid.spec ++
--- /var/tmp/diff_new_pack.GNCpuD/_old  2014-04-23 20:36:48.0 +0200
+++ /var/tmp/diff_new_pack.GNCpuD/_new  2014-04-23 20:36:48.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package pcsc-acsccid
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2013 Advanced Card Systems Ltd.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 Advanced Card Systems Ltd.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 %if 0%{?suse_version} = 1140
 BuildRequires:  udev
 %endif
-Version:1.0.5
+Version:1.0.6
 Release:0
 Url:http://acsccid.sourceforge.net/
 Summary:PCSC Driver for ACS CCID Based Smart Card Readers
@@ -46,6 +46,7 @@
 Requires:   pcsc-lite = 1.3.3
 %define ifddir %(pkg-config libpcsclite --variable=usbdropdir)
 
+Enhances:   modalias(usb:v072fpb301d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8300d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8302d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp8307d*dc*dsc*dp*ic*isc*ip*)
@@ -82,6 +83,11 @@
 Enhances:   modalias(usb:v072fp222dd*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2218d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp221bd*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2232d*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp223bd*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp223ed*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp223dd*dc*dsc*dp*ic*isc*ip*)
+Enhances:   modalias(usb:v072fp2239d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2100d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp2224d*dc*dsc*dp*ic*isc*ip*)
 Enhances:   modalias(usb:v072fp220fd*dc*dsc*dp*ic*isc*ip*)

++ acsccid-1.0.5.tar.bz2 - acsccid-1.0.6.tar.bz2 ++
 6205 lines of diff (skipped)

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



commit imagewriter for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package imagewriter for openSUSE:Factory 
checked in at 2014-04-23 20:36:39

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


Package is imagewriter

Changes:

--- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes  2014-01-07 
06:53:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.imagewriter.new/imagewriter.changes 
2014-04-23 20:36:40.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 14 09:40:36 UTC 2014 - lnus...@suse.de
+
+- run as non-root and use udisks to get the file descriptor for the
+  usb device
+- generate from git via _service file
+
+---

Old:

  imagewriter-1.10.tar.gz

New:

  _service
  imagewriter-1.10.1396965491.a4dcffa.tar.xz



Other differences:
--
++ imagewriter.spec ++
--- /var/tmp/diff_new_pack.wT9dfL/_old  2014-04-23 20:36:41.0 +0200
+++ /var/tmp/diff_new_pack.wT9dfL/_new  2014-04-23 20:36:41.0 +0200
@@ -57,11 +57,11 @@
 %endif
 
 Summary:Utility for writing disk images to USB keys
-Version:1.10
+Version:1.10.1396965491.a4dcffa
 Release:0
 Group:  Hardware/Other
 License:GPL-2.0
-Source: imagewriter-%{version}.tar.gz
+Source: imagewriter-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{breq} %{backend}
 BuildRequires:  hicolor-icon-theme

++ _service ++
services
  service name=tar_scm mode=disabled
param name=urlgit://github.com/openSUSE/imagewriter.git/param
param name=versionprefix1.10/param
param name=versionformat%ct.%h/param
param name=scmgit/param
param name=revisionmaster/param
  /service
  service name=recompress mode=disabled
param name=compressionxz/param
param name=file*.tar/param
  /service
  service name=set_version mode=disabled /
/services

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



commit python3-setuptools for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2014-04-23 20:37:24

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


Package is python3-setuptools

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2014-03-21 13:34:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2014-04-23 20:37:25.0 +0200
@@ -1,0 +2,34 @@
+Thu Apr 17 11:57:05 UTC 2014 - toddrme2...@gmail.com
+
+- Update to version 3.4.4
+  * Issue #184: Correct failure where find_package over-matched 
+packages when directory traversal isn't short-circuited.
+- Update to version 3.4.3
+  * Issue #183: Really fix test command with Python 3.1.
+- Update to version 3.4.2
+  * Issue #183: Fix additional regression in test command on 
+Python 3.1.
+- Update to version 3.4.1
+  * Issue #180: Fix regression in test command not caught 
+by py.test-run tests.
+- Update to version 3.4
+  * Issue #176: Add parameter to the test command to support a 
+custom test runner: --test-runner or -r.
+  * Issue #177: Now assume most common invocation to install 
+command on platforms/environments without stack support 
+(issuing a warning). Setuptools now installs naturally on 
+IronPython. Behavior on CPython should be unchanged.
+- Remove %check, which now depends on pytest and thus introduces 
+  a dependency loop (setuptools-pytest-py-setuptools)
+
+---
+Thu Mar 20 14:25:10 UTC 2014 - speili...@suse.com
+
+- Update to version 3.3:
+  * Add ``include`` parameter to ``setuptools.find_packages()``.
+- Changes from version 3.2:
+  * Pull Request #39: Add support for C++ targets from Cython ``.pyx`` files.
+  * Issue #162: Update dependency on certifi to 1.0.1.
+  * Issue #164: Update dependency on wincertstore to 0.2.
+
+---

Old:

  setuptools-2.1.tar.gz

New:

  setuptools-3.4.4.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.MbNx92/_old  2014-04-23 20:37:26.0 +0200
+++ /var/tmp/diff_new_pack.MbNx92/_new  2014-04-23 20:37:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:2.1
+Version:3.4.4
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -67,9 +67,6 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/easy_install
 ln -sf %{_sysconfdir}/alternatives/easy_install 
%{buildroot}/%{_bindir}/easy_install
 
-%check
-python3 setup.py test
-
 %post
 update-alternatives \
 --install %{_bindir}/easy_install easy_install 
%{_bindir}/easy_install-%{py3_ver} 30
@@ -86,10 +83,10 @@
 %{_bindir}/easy_install-%{py3_ver}
 %ghost %{_sysconfdir}/alternatives/easy_install
 %{python3_sitelib}/_markerlib
-%{python3_sitelib}/__pycache__
-%{python3_sitelib}/easy_install.py*
-%{python3_sitelib}/pkg_resources.py*
 %{python3_sitelib}/setuptools
 %{python3_sitelib}/setuptools-%{version}-py%{py3_ver}.egg-info
+%{python3_sitelib}/easy_install.py*
+%{python3_sitelib}/pkg_resources.py*
+%{python3_sitelib}/__pycache__
 
 %changelog

++ setuptools-2.1.tar.gz - setuptools-3.4.4.tar.gz ++
 4274 lines of diff (skipped)

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