commit seamonkey for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2014-01-11 08:09:59

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


Package is "seamonkey"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2013-12-13 
13:11:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2014-01-11 
08:10:00.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec 13 21:30:38 UTC 2013 - uweig...@de.ibm.com
+
+- Add support for powerpc64le-linux.
+  * ppc64le-support.patch: general support
+  * libffi-ppc64le.patch: libffi backport
+  * xpcom-ppc64le.patch: port xpcom
+- Add build fix from mainline.
+  * mozilla-bug929439.patch
+
+---

New:

  libffi-ppc64le.patch
  mozilla-bug929439.patch
  ppc64le-support.patch
  xpcom-ppc64le.patch



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.CC2kVO/_old  2014-01-11 08:10:03.0 +0100
+++ /var/tmp/diff_new_pack.CC2kVO/_new  2014-01-11 08:10:03.0 +0100
@@ -81,6 +81,10 @@
 Patch8: mozilla-ua-locale.patch
 Patch9: mozilla-ppc.patch
 Patch12:mozilla-libproxy-compat.patch
+Patch13:libffi-ppc64le.patch
+Patch14:xpcom-ppc64le.patch
+Patch15:ppc64le-support.patch
+Patch16:mozilla-bug929439.patch
 Patch20:seamonkey-ua-locale.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/sh coreutils
@@ -185,6 +189,10 @@
 %patch8 -p1
 %patch9 -p1
 %patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 popd
 # comm patches
 %patch20 -p1


++ libffi-ppc64le.patch ++
 3750 lines (skipped)

++ mozilla-bug929439.patch ++
# HG changeset patch
# User Steve Singer 
# Parent 23c23b472a4f73cef13cbd0c9a160402e840b456
Bug 929439 - Include string.h for memcpy. r=bgirard

diff --git a/gfx/layers/BufferUnrotate.cpp b/gfx/layers/BufferUnrotate.cpp
--- a/gfx/layers/BufferUnrotate.cpp
+++ b/gfx/layers/BufferUnrotate.cpp
@@ -3,16 +3,17 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 #include  // min & max
 #include 
 #include 
 #include 
 #include 
+#include 
 
 void BufferUnrotate(uint8_t* aBuffer, int aByteWidth, int aHeight,
 int aByteStride, int aXBoundary, int aYBoundary)
 {
   if (aXBoundary != 0) {
 uint8_t* line = new uint8_t[aByteWidth];
 uint32_t smallStart = 0;
 uint32_t smallLen = aXBoundary;
++ ppc64le-support.patch ++
Index: mozilla/configure.in
===
--- mozilla.orig/configure.in
+++ mozilla/configure.in
@@ -1084,7 +1084,7 @@ case "$OS_TEST" in
 CPU_ARCH=x86
 ;;
 
-powerpc64 | ppc64)
+powerpc64 | ppc64 | powerpc64le | ppc64le)
 CPU_ARCH=ppc64
 ;;
 
Index: mozilla/js/src/configure.in
===
--- mozilla.orig/js/src/configure.in
+++ mozilla/js/src/configure.in
@@ -915,7 +915,7 @@ case "$OS_TEST" in
 CPU_ARCH=x86
 ;;
 
-powerpc64 | ppc64)
+powerpc64 | ppc64 | powerpc64le | ppc64le)
 CPU_ARCH=ppc64
 ;;
 
Index: mozilla/mfbt/Endian.h
===
--- mozilla.orig/mfbt/Endian.h
+++ mozilla/mfbt/Endian.h
@@ -91,7 +91,7 @@
 #  else
 #error "CPU type is unknown"
 #  endif
-#elif defined(__APPLE__)
+#elif defined(__APPLE__) || defined(__powerpc__) || defined(__ppc__)
 #  if __LITTLE_ENDIAN__
 #define MOZ_LITTLE_ENDIAN 1
 #  elif __BIG_ENDIAN__
@@ -119,8 +119,7 @@
  * cases.
  */
 #elif defined(__sparc) || defined(__sparc__) || \
-  defined(_POWER) || defined(__powerpc__) || \
-  defined(__ppc__) || defined(__hppa) || \
+  defined(_POWER) || defined(__hppa) || \
   defined(_MIPSEB) || defined(__ARMEB__) || \
   defined(__s390__) || \
   (defined(__sh__) && defined(__LITTLE_ENDIAN__)) || \
Index: mozilla/js/src/jscpucfg.h
===
--- mozilla.orig/js/src/jscpucfg.h
+++ mozilla/js/src/jscpucfg.h
@@ -31,7 +31,7 @@
 # define JS_BYTES_PER_WORD   4
 # define JS_BITS_PER_WORD_LOG2   5
 
-#elif defined(__APPLE__)
+#elif defined(__APPLE__) || defined(__powerpc__) || defined(__ppc__)
 # if __LITTLE_ENDIAN__
 #  define IS_LITTLE_ENDIAN 1
 #  undef  IS_BIG_ENDIAN
@@ -93,8 +93,7 @@
 # endif
 
 #elif defined(__sparc) || defined(__sparc__) || \
-  defined(_POWER) || defined(__powerpc__) || \
-  defined(__ppc__) || defined(__hppa) || \
+  defined(_POWER) || defined(__hppa) 

commit MozillaThunderbird for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2014-01-11 08:09:54

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2013-12-11 15:41:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2014-01-11 08:09:55.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec 13 21:29:16 UTC 2013 - uweig...@de.ibm.com
+
+- Add support for powerpc64le-linux.
+  * ppc64le-support.patch: general support
+  * libffi-ppc64le.patch: libffi backport
+  * xpcom-ppc64le.patch: port xpcom
+
+---

New:

  libffi-ppc64le.patch
  ppc64le-support.patch
  xpcom-ppc64le.patch



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.ddMLhZ/_old  2014-01-11 08:09:57.0 +0100
+++ /var/tmp/diff_new_pack.ddMLhZ/_new  2014-01-11 08:09:57.0 +0100
@@ -82,6 +82,9 @@
 Patch4: mozilla-kde.patch
 Patch5: mozilla-arm-disable-edsp.patch
 Patch7: mozilla-ppc.patch
+Patch8: libffi-ppc64le.patch
+Patch9: xpcom-ppc64le.patch
+Patch10:ppc64le-support.patch
 # Thunderbird/mail
 Patch20:tb-ssldap.patch
 Patch21:tb-develdirs.patch
@@ -91,7 +94,7 @@
 Recommends: libcanberra0
 ### build options
 %define build_enigmail 1
-%ifnarch ppc ppc64 %arm
+%ifnarch ppc ppc64 ppc64le %arm
 %define crashreporter 1
 %else
 %define crashreporter 0
@@ -209,6 +212,9 @@
 %endif
 %patch5 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 popd
 # comm-central patches
 %patch20 -p1
@@ -237,7 +243,7 @@
 export MOZ_ESR=1
 %endif
 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 export CFLAGS="$CFLAGS -mminimal-toc"
 %endif
 export CXXFLAGS="$CFLAGS"


++ libffi-ppc64le.patch ++
 3750 lines (skipped)

++ ppc64le-support.patch ++
Index: mozilla/configure.in
===
--- mozilla.orig/configure.in
+++ mozilla/configure.in
@@ -1084,7 +1084,7 @@ case "$OS_TEST" in
 CPU_ARCH=x86
 ;;
 
-powerpc64 | ppc64)
+powerpc64 | ppc64 | powerpc64le | ppc64le)
 CPU_ARCH=ppc64
 ;;
 
Index: mozilla/js/src/configure.in
===
--- mozilla.orig/js/src/configure.in
+++ mozilla/js/src/configure.in
@@ -915,7 +915,7 @@ case "$OS_TEST" in
 CPU_ARCH=x86
 ;;
 
-powerpc64 | ppc64)
+powerpc64 | ppc64 | powerpc64le | ppc64le)
 CPU_ARCH=ppc64
 ;;
 
Index: mozilla/mfbt/Endian.h
===
--- mozilla.orig/mfbt/Endian.h
+++ mozilla/mfbt/Endian.h
@@ -91,7 +91,7 @@
 #  else
 #error "CPU type is unknown"
 #  endif
-#elif defined(__APPLE__)
+#elif defined(__APPLE__) || defined(__powerpc__) || defined(__ppc__)
 #  if __LITTLE_ENDIAN__
 #define MOZ_LITTLE_ENDIAN 1
 #  elif __BIG_ENDIAN__
@@ -119,8 +119,7 @@
  * cases.
  */
 #elif defined(__sparc) || defined(__sparc__) || \
-  defined(_POWER) || defined(__powerpc__) || \
-  defined(__ppc__) || defined(__hppa) || \
+  defined(_POWER) || defined(__hppa) || \
   defined(_MIPSEB) || defined(__ARMEB__) || \
   defined(__s390__) || \
   (defined(__sh__) && defined(__LITTLE_ENDIAN__)) || \
Index: mozilla/js/src/jscpucfg.h
===
--- mozilla.orig/js/src/jscpucfg.h
+++ mozilla/js/src/jscpucfg.h
@@ -31,7 +31,7 @@
 # define JS_BYTES_PER_WORD   4
 # define JS_BITS_PER_WORD_LOG2   5
 
-#elif defined(__APPLE__)
+#elif defined(__APPLE__) || defined(__powerpc__) || defined(__ppc__)
 # if __LITTLE_ENDIAN__
 #  define IS_LITTLE_ENDIAN 1
 #  undef  IS_BIG_ENDIAN
@@ -93,8 +93,7 @@
 # endif
 
 #elif defined(__sparc) || defined(__sparc__) || \
-  defined(_POWER) || defined(__powerpc__) || \
-  defined(__ppc__) || defined(__hppa) || \
+  defined(_POWER) || defined(__hppa) || \
   defined(_MIPSEB) || defined(_BIG_ENDIAN)
 /* IA64 running HP-UX will have _BIG_ENDIAN defined.
  * IA64 running Linux will have endian.h and be handled above.
Index: mozilla/js/src/assembler/wtf/Platform.h
===
--- mozilla.orig/js/src/assembler/wtf/Platform.h
+++ mozilla/js/src/assembler/wtf/Platform.h
@@ -165,16 +165,22 @@
 || defined(__POWERPC__) \
 || defined(_M_PPC)  \
 || defined(__PPC)
+#if !defined(__ppc64__) && !defined(__PPC64_

commit xf86-input-vmmouse for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-vmmouse for 
openSUSE:Factory checked in at 2014-01-10 21:23:26

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


Package is "xf86-input-vmmouse"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-vmmouse/xf86-input-vmmouse.changes
2013-09-02 16:50:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes   
2014-01-10 21:23:27.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 10 09:29:52 UTC 2014 - co...@suse.com
+
+- fix udev checking to also work if build service throws udev-mini
+  at the build
+
+---



Other differences:
--
++ xf86-input-vmmouse.spec ++
--- /var/tmp/diff_new_pack.gQgzir/_old  2014-01-10 21:23:28.0 +0100
+++ /var/tmp/diff_new_pack.gQgzir/_new  2014-01-10 21:23:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-vmmouse
 #
-# 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,7 +16,7 @@
 #
 
 
-%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%if 0%( test -d /usr/lib/udev/rules.d && echo "1" ) > 0
 %define _udevrulesdir /usr/lib/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d

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



commit virt-v2v for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package virt-v2v for openSUSE:Factory 
checked in at 2014-01-10 21:23:04

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


Package is "virt-v2v"

Changes:

--- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes2014-01-02 
11:15:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new/virt-v2v.changes   2014-01-10 
21:23:06.0 +0100
@@ -1,0 +2,8 @@
+Thu Jan  9 23:59:17 UTC 2014 - mlati...@suse.com
+
+- Updated Windows conversion code to support VMDP installation through
+  RunOnce or RHSrvAny service. Virtio drivers are all installed if found
+  on target host (in /usr/share/virtio-win). 
+ * win_convert_on_suse.patch
+
+---



Other differences:
--
++ virt-v2v.spec ++
--- /var/tmp/diff_new_pack.OA2VXj/_old  2014-01-10 21:23:06.0 +0100
+++ /var/tmp/diff_new_pack.OA2VXj/_new  2014-01-10 21:23:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-v2v
 #
-# 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
@@ -104,6 +104,13 @@
 Requires:   perl-XML-DOM-XPath >= 0.14
 Requires:   perl-XML-XPathEngine >= 0.13
 
+# For building rhsrvany
+#BuildRequires:  autoconf
+#BuildRequires:  automake
+#BuildRequires:  mingw32-cross-gcc
+#BuildRequires:  mingw32-filesystem
+#BuildRequires:  mingw32-gcc
+
 %description
 virt-v2v is a tool for converting and importing virtual machines to
 libvirt-managed KVM, or Red Hat Enterprise Virtualization. It can import a
@@ -122,6 +129,7 @@
 %build
 %{__perl} Build.PL
 ./Build
+#./Build rhsrvany
 
 # perl doesn't need debuginfo
 %define debug_package %{nil}
@@ -142,8 +150,9 @@
 windir=$statedir/software/windows
 mkdir -p $windir
 
-# Not yet required for SUSE
-#cp windows/rhsrvany.exe windows/firstboot.bat $windir/
+# Copy built rhsrvany.exe into place. There's no need for it to be executable
+#cp rhsrvany/RHSrvAny/rhsrvany.exe $windir/
+#chmod 0644 $windir/rhsrvany.exe
 
 mkdir -p %{buildroot}%{_sysconfdir}
 cp v2v/virt-v2v.conf %{buildroot}%{_sysconfdir}/

++ win_convert_on_suse.patch ++
--- /var/tmp/diff_new_pack.OA2VXj/_old  2014-01-10 21:23:06.0 +0100
+++ /var/tmp/diff_new_pack.OA2VXj/_new  2014-01-10 21:23:06.0 +0100
@@ -1,15 +1,21 @@
 In order to convert Windows guests on a SUSE host, several modifications are
 required to support the VMDP.
 

- lib/Sys/VirtConvert/Converter/Windows.pm |  160 
++-
- v2v/virt-v2v.db  |   14 +-
- 2 files changed, 61 insertions(+), 113 deletions(-)
+ lib/Sys/VirtConvert/Converter/Windows.pm |  301 
+--
+ v2v/virt-v2v.db  |   27 ++
+ 2 files changed, 194 insertions(+), 134 deletions(-)
 
 diff -Nurp a/lib/Sys/VirtConvert/Converter/Windows.pm 
b/lib/Sys/VirtConvert/Converter/Windows.pm
 --- a/lib/Sys/VirtConvert/Converter/Windows.pm 2013-12-16 14:14:29.352268302 
-0700
-+++ b/lib/Sys/VirtConvert/Converter/Windows.pm 2013-12-16 14:15:12.499251060 
-0700
-@@ -53,7 +53,7 @@ Sys::VirtConvert::Converter::Windows - P
 b/lib/Sys/VirtConvert/Converter/Windows.pm 2014-01-09 16:53:53.159607751 
-0700
+@@ -1,5 +1,6 @@
+ # Sys::VirtConvert::Converter::Windows
+ # Copyright (C) 2009-2012 Red Hat Inc.
++# Copyright (C) 2013 SUSE Inc.
+ #
+ # This library is free software; you can redistribute it and/or
+ # modify it under the terms of the GNU Lesser General Public
+@@ -53,7 +54,7 @@ Sys::VirtConvert::Converter::Windows - P
  Sys::VirtConvert::Converter::Windows does the "pre-conversion" steps
  required to get a Windows guest to boot on KVM.  Unlike the associated
  L module, this doesn't do a full
@@ -18,16 +24,64 @@
  virtio block) driver, so that the Windows guest will be able to boot
  on the target.  A "RunOnce" script is also added to the VM which does
  all the rest of the conversion the first time the Windows VM is booted
-@@ -143,7 +143,7 @@ sub convert
- _configure_firstboot($g, $root, $config, $tmpdir, $h_sys, 
$current_cs);
+@@ -137,21 +138,42 @@ sub convert
+ my $current_cs = $h_sys->node_get_value($select, 'Current');
+ $current_cs = sprintf("ControlSet%03i", $h_sys->value_dword($current_cs));
+ 
+-# Initialise firstboot
+-# N.B. This may fail, and $firstboot will be undef
+-my ($firstboot, $firstboot_tmp, $firstboot_dir) =
+-_configure_firstboot($g, $root, $config, $tmpdir, $h_

commit yast2-live-installer for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-live-installer for 
openSUSE:Factory checked in at 2014-01-10 21:23:36

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


Package is "yast2-live-installer"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-live-installer/yast2-live-installer.changes
2013-11-15 14:24:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-live-installer.new/yast2-live-installer.changes
   2014-01-10 21:23:37.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 14:05:04 UTC 2014 - jsr...@suse.cz
+
+- make inst_live_cleanup work before switch to chroot in order to
+  allow to remove 2nd stage from live installation
+- 3.1.2
+
+---

Old:

  yast2-live-installer-3.1.1.tar.bz2

New:

  yast2-live-installer-3.1.2.tar.bz2



Other differences:
--
++ yast2-live-installer.spec ++
--- /var/tmp/diff_new_pack.jl5UXL/_old  2014-01-10 21:23:38.0 +0100
+++ /var/tmp/diff_new_pack.jl5UXL/_new  2014-01-10 21:23:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-live-installer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-live-installer
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,7 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-testsuite
 
 BuildArch:  noarch

++ yast2-live-installer-3.1.1.tar.bz2 -> yast2-live-installer-3.1.2.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-live-installer-3.1.1/VERSION 
new/yast2-live-installer-3.1.2/VERSION
--- old/yast2-live-installer-3.1.1/VERSION  2013-11-15 13:07:57.0 
+0100
+++ new/yast2-live-installer-3.1.2/VERSION  1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.1/package/yast2-live-installer.changes 
new/yast2-live-installer-3.1.2/package/yast2-live-installer.changes
--- old/yast2-live-installer-3.1.1/package/yast2-live-installer.changes 
2013-11-15 13:07:57.0 +0100
+++ new/yast2-live-installer-3.1.2/package/yast2-live-installer.changes 
2014-01-09 20:58:18.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Jan  8 14:05:04 UTC 2014 - jsr...@suse.cz
+
+- make inst_live_cleanup work before switch to chroot in order to
+  allow to remove 2nd stage from live installation
+- 3.1.2
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.1/package/yast2-live-installer.spec 
new/yast2-live-installer-3.1.2/package/yast2-live-installer.spec
--- old/yast2-live-installer-3.1.1/package/yast2-live-installer.spec
2013-11-15 13:07:57.0 +0100
+++ new/yast2-live-installer-3.1.2/package/yast2-live-installer.spec
2014-01-09 20:58:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-live-installer
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +35,7 @@
 
 Requires:  yast2-bootloader yast2-country yast2-storage
 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-testsuite
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 
 BuildArchitectures:noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-live-installer-3.1.1/src/clients/inst_live_cleanup.rb 
new/yast2-live-installer-3.1.2/src/clients/inst_live_cleanup.rb
--- old/yast2-live-installer-3.1.1/src/clients/inst_live_cleanup.rb 
2013-11-15 13:07:57.0 +0100
+++ new/yast2-live-installer-3.1.2/src/clients/inst_live_cleanup.rb 
2014-01-09 20:58:18.0 +0100
@@ -30,6 +30,8 @@
   Yast.import "Product"
   Yast.import "Wizard"
   Yast.import "FileUtils"
+  Yast.import "Installation"
+  Yast.import "FileUtils"
 
 

commit yast2-storage for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-01-10 21:23:51

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-12-18 16:56:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-01-10 21:23:52.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan 08 16:41:36 CET 2014 - aschn...@suse.de
+
+- added helptext for some buttons (see bnc#853087)
+- version 3.1.5
+
+---

Old:

  yast2-storage-3.1.4.tar.bz2

New:

  yast2-storage-3.1.5.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.kTlQKf/_old  2014-01-10 21:23:53.0 +0100
+++ /var/tmp/diff_new_pack.kTlQKf/_new  2014-01-10 21:23:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-storage
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.4.tar.bz2 -> yast2-storage-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.4/package/yast2-storage.changes 
new/yast2-storage-3.1.5/package/yast2-storage.changes
--- old/yast2-storage-3.1.4/package/yast2-storage.changes   2013-12-16 
16:04:01.0 +0100
+++ new/yast2-storage-3.1.5/package/yast2-storage.changes   2014-01-10 
10:38:58.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Jan 08 16:41:36 CET 2014 - aschn...@suse.de
+
+- added helptext for some buttons (see bnc#853087)
+- version 3.1.5
+
+---
 Mon Dec 16 12:15:43 CET 2013 - aschn...@suse.de
 
 - fixed default btrfs subvolume for SLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.4/package/yast2-storage.spec 
new/yast2-storage-3.1.5/package/yast2-storage.spec
--- old/yast2-storage-3.1.4/package/yast2-storage.spec  2013-12-16 
16:04:01.0 +0100
+++ new/yast2-storage-3.1.5/package/yast2-storage.spec  2014-01-10 
10:38:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.4/src/clients/inst_disk_proposal.rb 
new/yast2-storage-3.1.5/src/clients/inst_disk_proposal.rb
--- old/yast2-storage-3.1.4/src/clients/inst_disk_proposal.rb   2013-12-16 
16:04:01.0 +0100
+++ new/yast2-storage-3.1.5/src/clients/inst_disk_proposal.rb   2014-01-10 
10:38:58.0 +0100
@@ -1,6 +1,6 @@
 # encoding: utf-8
 
-# Copyright (c) 2012 Novell, Inc.
+# Copyright (c) [2012-2014] Novell, Inc.
 #
 # All Rights Reserved.
 #
@@ -41,9 +41,10 @@
 module Yast
   class InstDiskProposalClient < Client
 def main
-  Yast.import "UI"
+
   textdomain "storage"
 
+  Yast.import "UI"
   Yast.import "Arch"
   Yast.import "Wizard"
   Yast.import "Mode"
@@ -127,7 +128,7 @@
 
   @rframe = HBox(
 HSpacing(20),
-StorageProposal.AddCommonWidgets,
+StorageProposal.CommonWidgets(),
 HSpacing(3)
   )
 
@@ -159,7 +160,7 @@
 
 
   # help on suggested partitioning
-  @help_text = _(
+  help_text = _(
 "\n" +
   "Your hard disks have been checked. The partition setup\n" +
   "displayed is proposed for your hard drive."
@@ -167,8 +168,7 @@
 
   # help text continued
   # %1 is replaced by button text
-  @help_text = Ops.add(
-@help_text,
+  help_text +=
 Builtins.sformat(
   _(
 "\n" +
@@ -179,12 +179,10 @@
   ),
   Builtins.deletechars(@modify_str, "&")
 )
-  )
 
   # help text continued
   # %1 is replaced by button text
-  @help_text = Ops.add(
-@help_text,
+  help_text +=
 Builtins.sformat(
   _(
 "\n" +
@@ -194,11 +192,9 @@
   ),
   Builtins.deletech

commit yast2-product-creator for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-product-creator for 
openSUSE:Factory checked in at 2014-01-10 21:23:43

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


Package is "yast2-product-creator"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-product-creator/yast2-product-creator.changes  
2013-11-17 09:59:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-product-creator.new/yast2-product-creator.changes
 2014-01-10 21:23:44.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  9 10:35:32 CET 2014 - jsuch...@suse.cz
+
+- update mkisofs package requirement (bnc#856658)
+- 3.1.3
+
+---

Old:

  yast2-product-creator-3.1.2.tar.bz2

New:

  yast2-product-creator-3.1.3.tar.bz2



Other differences:
--
++ yast2-product-creator.spec ++
--- /var/tmp/diff_new_pack.eEoj5t/_old  2014-01-10 21:23:45.0 +0100
+++ /var/tmp/diff_new_pack.eEoj5t/_new  2014-01-10 21:23:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-product-creator
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-product-creator
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,7 +28,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-add-on-creator
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-packager
 BuildRequires:  yast2-security
 BuildRequires:  yast2-slp

++ yast2-product-creator-3.1.2.tar.bz2 -> 
yast2-product-creator-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-product-creator-3.1.2/VERSION 
new/yast2-product-creator-3.1.3/VERSION
--- old/yast2-product-creator-3.1.2/VERSION 2013-11-15 13:15:12.0 
+0100
+++ new/yast2-product-creator-3.1.3/VERSION 1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-3.1.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.2/package/yast2-product-creator.changes 
new/yast2-product-creator-3.1.3/package/yast2-product-creator.changes
--- old/yast2-product-creator-3.1.2/package/yast2-product-creator.changes   
2013-11-15 13:15:12.0 +0100
+++ new/yast2-product-creator-3.1.3/package/yast2-product-creator.changes   
2014-01-09 18:48:56.0 +0100
@@ -1,4 +1,10 @@
 ---
+Thu Jan  9 10:35:32 CET 2014 - jsuch...@suse.cz
+
+- update mkisofs package requirement (bnc#856658)
+- 3.1.3
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.2/package/yast2-product-creator.spec 
new/yast2-product-creator-3.1.3/package/yast2-product-creator.spec
--- old/yast2-product-creator-3.1.2/package/yast2-product-creator.spec  
2013-11-15 13:15:12.0 +0100
+++ new/yast2-product-creator-3.1.3/package/yast2-product-creator.spec  
2014-01-09 18:48:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-product-creator
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 Group:  System/YaST
 License:GPL-2.0
 BuildRequires: perl-XML-Writer update-desktop-files yast2-testsuite 
yast2-packager autoyast2-installation yast2-security yast2-add-on-creator yast2 
yast2-slp
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 
 PreReq: %fillup_prereq
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-product-creator-3.1.2/src/include/product-creator/wizards.rb 
new/yast2-product-creator-3.1.3/src/include/product-creator/wizards.rb
--- old/yast2-product-creator-3.1.2/src/include/product-creator/wizards.rb  
2013-11-15 13:15:12.0 +0100
+++ new/yast2-product-creator-3.1.3/src/include/product-creator/wizards.rb  
2014-01-09 18:48:56.0 +0100
@@ -238,7 +238,7 @@
 
   Wizard.CreateDialog
   Wizard.SetDesktopTitleAndIcon("product-creator")
-  required_pa

commit suspend for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2014-01-10 21:22:22

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


Package is "suspend"

Changes:

--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2013-12-17 
10:06:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes 2014-01-10 
21:22:23.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 10 11:59:01 CET 2014 - fcro...@suse.com
+
+- Disable splashy support
+- Update suspend-plymouth.patch to fix compilation warnings and
+  inconsistent indentation.
+
+---
+Fri Jan 10 10:06:21 CET 2014 - mhruse...@suse.cz
+
+- disable encryption on 13.2 (because of new libcrypt API)
+  See http://sourceforge.net/mailarchive/message.php?msg_id=31787309
+
+---



Other differences:
--
++ suspend.spec ++
--- /var/tmp/diff_new_pack.AUegwZ/_old  2014-01-10 21:22:25.0 +0100
+++ /var/tmp/diff_new_pack.AUegwZ/_new  2014-01-10 21:22:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package suspend
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,17 +19,18 @@
 
 Name:   suspend
 BuildRequires:  glib2-devel
+%if 0%{?suse_version} < 1320
 %if 0%{?suse_version} > 1210
 BuildRequires:  libgnutls-devel
 %else
 BuildRequires:  gnutls-devel
 %endif
 BuildRequires:  libgcrypt-devel
+%endif
 BuildRequires:  libtool
 BuildRequires:  pciutils-devel
 BuildRequires:  pkgconfig
 BuildRequires:  plymouth-devel
-BuildRequires:  splashy-devel
 %if 0%{?mandriva_version}
 BuildRequires:  liblzo-devel
 %else
@@ -120,9 +121,13 @@
 ./configure --prefix=/usr \
--sysconfdir=/etc \
--with-initramfsdir=/usr/sbin \
+%if 0%{?suse_version} > 1310
+   --disable-encrypt \
+%else
--enable-encrypt \
+%endif
 --enable-plymouth \
-   --enable-splashy \
+   --disable-splashy \
--disable-resume-static \
--enable-threads \
--docdir=%{_docdir}/%{name} \
@@ -135,8 +140,10 @@
 install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts
 install -m 755 %{S:4} 
$RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-resume.kernel.sh
 install -m 755 %{S:5} 
$RPM_BUILD_ROOT/lib/mkinitrd/scripts/boot-resume.userspace.sh
+%if 0%{?suse_version} < 1320
 install -m 755 %{S:2} $RPM_BUILD_ROOT/usr/sbin/
 touch $RPM_BUILD_ROOT/etc/suspend.key
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -159,6 +166,17 @@
   /sbin/mkinitrd
   /sbin/update-bootloader --refresh
 fi
+%if 0%{?suse_version} > 1310
+if [ "`grep "^[[:blank:]]*encrypt[[:blank:]]*=[[:blank:]]*y" 
/etc/suspend.conf`" ]; then
+cat > /var/adm/update-messages/%{name}-%{version}-%{release} << EOF
+Encryption in suspend
+=
+
+Due to the heavy changes in libgcrypt, suspend no longer supports encryption.
+As you have it enabled in the setup, you should take other precautions.
+EOF
+fi
+%endif
 
 %postun
 if [ -e /var/lib/no_initrd_recreation_by_suspend ]; then
@@ -177,14 +195,16 @@
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/boot-resume.kernel.sh
 /lib/mkinitrd/scripts/boot-resume.userspace.sh
-%ghost %config(noreplace) /etc/suspend.key
 /usr/sbin/s2disk
 /usr/sbin/s2ram
 /usr/sbin/s2both
 /usr/sbin/resume
-/usr/sbin/suspend-keygen
 /usr/sbin/swap-offset
+%if 0%{?suse_version} < 1320
+/usr/sbin/suspend-keygen
 /usr/sbin/configure-suspend-encryption.sh
+%ghost %config(noreplace) /etc/suspend.key
+%endif
 %doc README README.s2ram-whitelist README.encryption HOWTO COPYING 
conf/suspend.conf
 
 %changelog

++ suspend-plymouth.patch ++
--- /var/tmp/diff_new_pack.AUegwZ/_old  2014-01-10 21:22:25.0 +0100
+++ /var/tmp/diff_new_pack.AUegwZ/_new  2014-01-10 21:22:25.0 +0100
@@ -15,7 +15,7 @@
  AC_ARG_WITH(
[devdir],
[AC_HELP_STRING([--with-devdir=DIR], [use if --enable-create-device, 
put devices in this directory, default /dev])],
-@@ -249,6 +255,21 @@ if test "${enable_fbsplash}" = "yes"; th
+@@ -251,6 +257,21 @@ if test "${enable_fbsplash}" = "yes"; th
)
  fi
  
@@ -37,7 +37,7 @@
  if test "${enable_threads}" = "yes"; then
CONFIG_FEATURES="${CONFIG_FEATURES} threads"
AC_DEFINE([CONFIG_THREADS], [1], [Define if threads enabled])
-@@ -301,6 +322,7 @@ AM_CONDITIONAL([ENABLE_RESUME_STATIC], [
+@@ -303,6 +324,7 @@ AM_CONDITIONAL([ENABLE_RESUME_STATIC], [
  AM_CONDITIONAL([ENABLE_CREATE_DEVICE], [test "${enab

commit openscap for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2014-01-10 21:21:38

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


Package is "openscap"

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2013-12-03 
14:26:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2014-01-10 
21:21:40.0 +0100
@@ -1,0 +2,39 @@
+Fri Jan 10 10:25:19 UTC 2014 - meiss...@suse.com
+
+- openscap-1.0.2 update:
+  - XCCDF generate fix now supports tailoring file
+  - XCCDF bug fixes
+- Generate guide points to RHSA pages (rhbz#1018291)
+- Generate report ommits remediation when assesment passed
+  (rhbz#1029879)
+- $PATH variable is available for SCE checks (rhbz#1026833)
+- Tailoring of top-level Group elements via API fixed
+- Fix-filtering should not drop fixes (affected SSG)
+- Generated fix file is created with sane permissions (trac#362)
+- Inherit parent's namespace when exporting oscap_text with HTML
+  trait
+  - OVAL bug fixes:
+- Handful of xinetd probe fixes
+- Handful of process and process58 fixes
+- Obsoleted textfilecontent now supports text ent comparisons
+- rpm*_item/epoch is reported as '(none)' when needed
+- Fixed dozen of flaws in ipv4 and ipv6_address comparison
+  (CIDR handling)
+- Made integer and floating type number parsing much stricter
+- Fixed floating point numbers comparisons (trac#366)
+- Fixed case-insensitive comparisons
+- Item filtering fixes in probes
+- Consolidated some of comparisons in results model and probes
+ (trac#367)
+  - Other bug fixes:
+- Workaround libxml2 bug handling x509 xmldsig (gnomebz#350248)
+- Fixed static build (--disable-shared)
+- Format assertions (-Werror=format-security) turned on by default
+- SCE scripts are notified when parent (oscap) is killed
+- oscap info now recognizes all the document types
+  (adeded: tailoring & CVE)
+- Documentation improvements
+- Handful of other minor fixes
+- fix-return.patch: Fixed a void return
+
+---

Old:

  openscap-1.0.1.tar.gz
  openscap-1.0.1.tar.gz.sha1sum

New:

  fix-return.patch
  openscap-1.0.2.tar.gz
  openscap-1.0.2.tar.gz.sha1sum



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.mTqRPr/_old  2014-01-10 21:21:42.0 +0100
+++ /var/tmp/diff_new_pack.mTqRPr/_new  2014-01-10 21:21:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openscap
 #
-# 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
@@ -20,7 +20,7 @@
 %define with_bindings 0
 
 Name:   openscap
-Version:1.0.1
+Version:1.0.2
 Release:1.0
 Source: 
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz
 Source5:
https://fedorahosted.org/releases/o/p/openscap/%name-%version.tar.gz.sha1sum
@@ -31,9 +31,8 @@
 # Generated from http://gitorious.org/test-suite/scap
 Source3:scap-yast2sec-xccdf.xml
 Source4:scap-yast2sec-oval.xml
-#
-#
 Patch0: fix-missing-include.dif
+Patch1: fix-return.patch
 Url:http://www.open-scap.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
@@ -149,6 +148,7 @@
 %prep
 %setup -q
 %patch0 -p1 
+%patch1 -p1 
 
 %build
 

++ fix-return.patch ++
Index: openscap-1.0.2/src/OVAL/results/oval_cmp_ip_address.c
===
--- openscap-1.0.2.orig/src/OVAL/results/oval_cmp_ip_address.c
+++ openscap-1.0.2/src/OVAL/results/oval_cmp_ip_address.c
@@ -58,6 +58,7 @@ static inline int ipaddr_cmp(int af, con
return memcmp(addr1, addr2, sizeof(struct in6_addr));
 
assert(false);
+   return 42;
 }
 
 static inline void ipaddr_mask(int af, const void *ip_addr, uint32_t mask)
++ openscap-1.0.1.tar.gz -> openscap-1.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/openscap/openscap-1.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.openscap.new/openscap-1.0.2.tar.gz differ: char 5, 
line 1

++ openscap-1.0.1.tar.gz.sha1sum -> openscap-1.0.2.tar.gz.sha1sum ++
--- /work/SRC/openSUSE:Factory/openscap/openscap-1.0.1.tar.gz.sha1sum   
2013-11-28 16:51:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap-1.0.2.tar.gz.sha1sum  
2014-01-10 21:21

commit rabbitmq-server for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2014-01-10 21:22:09

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


Package is "rabbitmq-server"

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2013-09-23 11:17:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2014-01-10 21:22:10.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan  7 09:43:57 UTC 2014 - matwey.korni...@gmail.com
+
+- add Provides: erlang-gen_server2 to erlang-rabbitmq_client
+(many people want gen_server2, which is a part of rabbitmq)
+
+---



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.a7JPnx/_old  2014-01-10 21:22:11.0 +0100
+++ /var/tmp/diff_new_pack.a7JPnx/_new  2014-01-10 21:22:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rabbitmq-server
 #
-# 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
@@ -89,6 +89,7 @@
 Summary:RabbitMQ AMQP language bindings for Erlang
 Group:  Development/Libraries/Other
 Requires:   erlang
+Provides:   erlang-gen_server2 = %{version}
 
 %description -n erlang-rabbitmq-client
 RabbitMQ is an implementation of AMQP, the emerging standard for high

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



commit python-sip for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package python-sip for openSUSE:Factory 
checked in at 2014-01-10 21:22:00

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


Package is "python-sip"

Changes:

--- /work/SRC/openSUSE:Factory/python-sip/python-sip.changes2013-10-21 
12:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python-sip.changes   
2014-01-10 21:22:01.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan  9 20:06:06 UTC 2014 - lbeltr...@kde.org
+
+- New upstream version 4.15.4:
+  - Fixed all the compiler warning messages when building the sip module.
+  - Fixed the parsing of C++ types involving multiple const and pointers.
+  - Added SIP_SSIZE_T_FORMAT to the C API.
+  - Moved the lexer and parser meta-source files to a separate directory to 
avoid
+  problems with make accidentaly regenerating them.
+  - Allow the pointers used to store the parsed results from Python
+  reimplementations to be NULL.
+  - Remove the __pycache__ directory when cleaning.
+
+---
--- /work/SRC/openSUSE:Factory/python-sip/python3-sip.changes   2013-10-21 
12:58:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-sip.new/python3-sip.changes  
2014-01-10 21:22:01.0 +0100
@@ -1,0 +2,13 @@
+Thu Jan  9 20:09:03 UTC 2014 - lbeltr...@kde.org
+
+- New upstream version 4.15.4:
+  - Fixed all the compiler warning messages when building the sip module.
+  - Fixed the parsing of C++ types involving multiple const and pointers.
+  - Added SIP_SSIZE_T_FORMAT to the C API.
+  - Moved the lexer and parser meta-source files to a separate directory to 
avoid
+  problems with make accidentaly regenerating them.
+  - Allow the pointers used to store the parsed results from Python
+  reimplementations to be NULL.
+  - Remove the __pycache__ directory when cleaning.
+
+---

Old:

  sip-4.15.3.tar.gz

New:

  sip-4.15.4.tar.gz



Other differences:
--
++ python-sip.spec ++
--- /var/tmp/diff_new_pack.Gk4TKA/_old  2014-01-10 21:22:03.0 +0100
+++ /var/tmp/diff_new_pack.Gk4TKA/_new  2014-01-10 21:22:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sip
 #
-# 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
@@ -20,7 +20,7 @@
 %define python_sip_api 10.1
 
 Name:   python-sip
-Version:4.15.3
+Version:4.15.4
 Release:0
 Summary:SIP tool to use python sip bindings
 License:GPL-2.0 or GPL-3.0 or SUSE-SIP

python3-sip.spec: same change
++ sip-4.15.3.tar.gz -> sip-4.15.4.tar.gz ++
 27833 lines of diff (skipped)

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



commit python3-Jinja2 for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package python3-Jinja2 for openSUSE:Factory 
checked in at 2014-01-10 21:21:47

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


Package is "python3-Jinja2"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Jinja2/python3-Jinja2.changes
2013-06-21 19:01:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Jinja2.new/python3-Jinja2.changes   
2014-01-10 21:21:47.0 +0100
@@ -1,0 +2,49 @@
+Thu Jan  9 19:21:33 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to upstream version 2.7.1:
+  * Fixed a bug with `call_filter` not working properly on
+environment and context filters.
+  * Fixed lack of Python 3 support for bytecode caches.
+  * Reverted support for defining blocks in included templates as
+this broke existing templates for users.
+  * Fixed some warnings with hashing of undefineds and nodes if
+Python is run with warnings for Python 3.
+  * Added support for properly hashing undefined objects.
+  * Fixed a bug with the title filter not working on already
+uppercase strings.
+- additional changes from release 2.7.0:
+  * Choice and prefix loaders now dispatch source and template
+lookup separately in order to work in combination with module
+loaders as advertised.
+  * Fixed filesizeformat.
+  * Added a non-silent option for babel extraction.
+  * Added `urlencode` filter that automatically quotes values for
+URL safe usage with utf-8 as only supported encoding.  If
+applications want to change this encoding they can override
+the filter.
+  * Added `keep-trailing-newline` configuration to environments
+and templates to optionally preserve the final trailing newline.
+  * Accessing `last` on the loop context no longer causes the
+iterator to be consumed into a list.
+  * Python requirement changed: 2.6, 2.7 or >= 3.3 are required now,
+supported by same source code, using the "six" compatibility
+library.
+  * Allow `contextfunction` and other decorators to be applied
+to `__call__`.
+  * Added support for changing from newline to different signs in
+the `wordwrap` filter.
+  * Added support for ignoring memcache errors silently.
+  * Added support for keeping the trailing newline in templates.
+  * Added finer grained support for stripping whitespace on the
+left side of blocks.
+  * Added `map`, `select`, `reject`, `selectattr` and `rejectattr`
+filters.
+  * Added support for `loop.depth` to figure out how deep inside
+a recursive loop the code is.
+  * Disabled py_compile for pypy and python 3.
+- switch from distribute to setuptools
+- remove Requires: python3 >= %{py3_ver}: depreciated
+- add MarkupSafe as a new runtime dependency for jinja >= 2.7
+- drop JinjaTemplates.tmbundle.tar.gz from %doc: removed upstream
+
+---

Old:

  Jinja2-2.6.tar.gz

New:

  Jinja2-2.7.1.tar.gz



Other differences:
--
++ python3-Jinja2.spec ++
--- /var/tmp/diff_new_pack.QkCBnz/_old  2014-01-10 21:21:48.0 +0100
+++ /var/tmp/diff_new_pack.QkCBnz/_new  2014-01-10 21:21:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Jinja2
 #
-# 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,7 +17,7 @@
 
 
 Name:   python3-Jinja2
-Version:2.6
+Version:2.7.1
 Release:0
 Summary:A fast and easy to use template engine written in pure Python
 License:BSD-3-Clause
@@ -28,11 +28,11 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Requires:   python3 >= %{py3_ver}
+Requires:   python3-MarkupSafe
 
 %description
 Jinja2 is a template engine written in pure Python.  It provides a Django
@@ -84,7 +84,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE artwork examples 
ext/JinjaTemplates.tmbundle.tar.gz
+%doc AUTHORS CHANGES LICENSE artwork examples
 %{python3_sitelib}/*
 
 %files vim

++ Jinja2-2.6.tar.gz -> Jinja2-2.7.1.tar.gz ++
 6305 lines of diff (skipped)

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



commit mkvtoolnix for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2014-01-10 21:20:48

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


Package is "mkvtoolnix"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2013-12-11 
16:15:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2014-01-10 21:20:50.0 +0100
@@ -1,0 +2,11 @@
+Thu Jan  9 16:10:48 UTC 2014 - reddw...@opensuse.org
+
+- Update to 6.7.0
+  * Tons of bug fixes all over the place
+  * Reading from an MPLS playlist file is now done as if the second
+and following files referenced in that playlist had been appended
+to the first file from that playlist
+  * A couple of enhancements.
+  * Ruby 1.9.x is now required for building
+
+---

Old:

  mkvtoolnix-6.6.0.tar.xz

New:

  mkvtoolnix-6.7.0.tar.xz



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.WdbFC9/_old  2014-01-10 21:20:50.0 +0100
+++ /var/tmp/diff_new_pack.WdbFC9/_new  2014-01-10 21:20:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkvtoolnix
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   mkvtoolnix
-Version:6.6.0
+Version:6.7.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+
@@ -35,7 +35,7 @@
 BuildRequires:  libebml-devel >= 1.3.0
 BuildRequires:  libmatroska-devel >= 1.4.1
 BuildRequires:  lzo-devel
-BuildRequires:  ruby
+BuildRequires:  ruby >= 1.9
 BuildRequires:  xz
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(flac)

++ mkvtoolnix-6.6.0.tar.xz -> mkvtoolnix-6.7.0.tar.xz ++
 158711 lines of diff (skipped)

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



commit mozilla-nss for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2014-01-10 21:21:02

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is "mozilla-nss"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2013-12-10 
17:43:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2014-01-10 21:21:04.0 +0100
@@ -1,0 +2,38 @@
+Tue Jan  7 08:39:04 UTC 2014 - w...@rosenauer.org
+
+- update to 3.15.4
+  * required for Firefox 27
+  * regular CA root store update (1.96)
+  * Reordered the cipher suites offered in SSL/TLS client hello
+messages to match modern best practices.
+  * Improved SSL/TLS false start. In addition to enabling the
+SSL_ENABLE_FALSE_START option, an application must now register
+a callback using the SSL_SetCanFalseStartCallback function.
+  * When false start is enabled, libssl will sometimes return
+unencrypted, unauthenticated data from PR_Recv
+(CVE-2013-1740, bmo#919877)
+  New functionality
+  * Implemented OCSP querying using the HTTP GET method, which is
+the new default, and will fall back to the HTTP POST method.
+  * Implemented OCSP server functionality for testing purposes
+(httpserv utility).
+  * Support SHA-1 signatures with TLS 1.2 client authentication.
+  * Added the --empty-password command-line option to certutil,
+to be used with -N: use an empty password when creating a new
+database.
+  * Added the -w command-line option to pp: don't wrap long output
+lines.
+  New functions
+  * CERT_ForcePostMethodForOCSP
+  * CERT_GetSubjectNameDigest
+  * CERT_GetSubjectPublicKeyDigest
+  * SSL_PeerCertificateChain
+  * SSL_RecommendedCanFalseStart
+  * SSL_SetCanFalseStartCallback
+  New types
+  * CERT_REV_M_FORCE_POST_METHOD_FOR_OCSP: When this flag is used,
+libpkix will never attempt to use the HTTP GET method for OCSP
+requests; it will always use POST.
+- removed obsolete char.patch
+
+---

Old:

  char.patch
  nss-3.15.3.1.tar.gz

New:

  nss-3.15.4.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.gBKKC8/_old  2014-01-10 21:21:06.0 +0100
+++ /var/tmp/diff_new_pack.gBKKC8/_new  2014-01-10 21:21:06.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package mozilla-nss
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2006-2013 Wolfgang Rosenauer
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006-2014 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.15.3.1
+Version:3.15.4
 Release:0
 # bug437293
 %ifarch ppc64
@@ -36,9 +36,9 @@
 License:MPL-2.0
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
-# hg clone https://hg.mozilla.org/projects/nss nss-3.15.3.1 ; cd nss-3.15.3.1 
; hg up NSS_3_15_3_1_RTM
-#Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_3_1_RTM/src/nss-%{version}.tar.gz
-Source: nss-%{version}.tar.gz
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_15_4_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss nss-3.15.4/nss ; cd 
nss-3.15.4/nss ; hg up NSS_3_15_4_RTM
+#Source: nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in
 Source4:%{name}-rpmlintrc
@@ -50,7 +50,6 @@
 #Source10:   PayPalEE.cert
 Patch1: nss-opt.patch
 Patch2: system-nspr.patch
-Patch3: char.patch
 Patch4: nss-no-rpath.patch
 Patch5: renegotiate-transitional.patch
 Patch6: malloc.patch
@@ -166,7 +165,6 @@
 cd nss
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %if %suse_version > 1110



++ nss-3.15.3.1.tar.gz -> nss-3.15.4.tar.gz ++
/work/SRC/openSUSE:Factory/mozilla-nss/nss-3.15.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.mozilla-nss.new/nss-3.15.4.tar.gz differ: char 4, 
line 1

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



commit ImageMagick for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2014-01-10 21:19:35

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


Package is "ImageMagick"

Changes:

--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2013-10-08 
12:52:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 
2014-01-10 21:19:36.0 +0100
@@ -1,0 +2,31 @@
+Wed Jan  8 18:01:26 UTC 2014 - pgaj...@suse.com
+
+- updated to 6.8.8-1:
+  * Support points argument for draw MSL element.
+  * The -page option now correctly sets the image page offset.
+  * The -evaluate-sequence sum returns a proper alpha channel now.
+  * etc. see ChangeLog
+
+---
+Wed Jan  8 14:43:18 UTC 2014 - co...@suse.com
+
+- really disable parallel build, don't just have a comment about it
+
+---
+Wed Dec 18 11:55:23 UTC 2013 - pgaj...@suse.com
+
+- updated to 6.8.7-10:
+  * fix crash when using -resize with GPU acceleration
+
+---
+Mon Dec  9 08:55:53 UTC 2013 - pgaj...@suse.com
+
+- updated to 6.8.7-9:
+  * fixed bug in coders/png.c that caused -define png:color-type=0 
+to fail
+  * fixed bug in automatic selection of OpenCL device
+  * simplified interface to initialize the OpenCL environment
+  * Fix possible memory corruption when writing PSD image
+  * etc. see ChangeLog
+
+---

Old:

  ImageMagick-6.8.6-9.tar.xz
  ImageMagick-6.8.6-9.tar.xz.asc

New:

  ImageMagick-6.8.8-1.tar.xz
  ImageMagick-6.8.8-1.tar.xz.asc



Other differences:
--
++ ImageMagick.spec ++
--- /var/tmp/diff_new_pack.7VkkXw/_old  2014-01-10 21:19:38.0 +0100
+++ /var/tmp/diff_new_pack.7VkkXw/_new  2014-01-10 21:19:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ImageMagick
 #
-# 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
@@ -46,12 +46,12 @@
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 
-%define mfr_version   6.8.6
-%define mfr_revision  9
+%define mfr_version   6.8.8
+%define mfr_revision  1
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   1
-%define cxxlibver 2
+%define cxxlibver 3
 %define libspec -6_Q%{quantum_depth}
 Version:%{mfr_version}.%{mfr_revision}
 Release:0
@@ -59,11 +59,11 @@
 License:SUSE-ImageMagick
 Group:  Productivity/Graphics/Other
 Url:http://www.imagemagick.org
-Source: 
ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz
+Source: 
http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz
 # To get mtime of file
 Source1:ImageMagick.changes
 Source2:baselibs.conf
-Source3:
ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz.asc
+Source3:
http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz.asc
 Source4:ImageMagick.keyring
 # suse specific patches
 Patch0: ImageMagick-6.6.8.9-examples.patch
@@ -169,7 +169,7 @@
 # don't build together, PerlMagick could be miscompiled when using parallel 
build[1]
 # [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec
 make %{?_smp_mflags} all
-make %{?_smp_mflags} perl-build
+make -j1 perl-build
 
 %check
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs
@@ -397,5 +397,14 @@
 
 
 
+
+
+
+
+
+
+
+
+
 
 %changelog

++ ImageMagick-6.8.6-9.tar.xz -> ImageMagick-6.8.8-1.tar.xz ++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-6.8.6-9.tar.xz 
/work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-6.8.8-1.tar.xz differ: 
char 26, line 1


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.7VkkXw/_old  2014-01-10 21:19:38.0 +0100
+++ /var/tmp/diff_new_pack.7VkkXw/_new  2014-01-10 21:19:38.0 +0100
@@ -1,11 +1,11 @@
 libMagickCore-6_Q16-1
 libMagickWand-6_Q16-1
-libMagick++-6_Q16-2
+libMagick++-6_Q16-3
 ImageMagick-devel
requires -ImageMagick-
requires "libMagickCore-6_Q16-1- = "
requires "libMagickWand-6_Q16-1- = "
 libMagick++-devel
requires -ImageMagick-
-   requires "libMagick++-6_Q16-2- = "
+   requires "libMagick++-6_Q16-3- = "
 

-- 
To unsubscribe, e-m

commit libdrm for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2014-01-10 21:20:23

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


Package is "libdrm"

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2013-12-11 
17:21:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2014-01-10 
21:20:25.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  8 22:19:21 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.4.51:
+  + radeon: avoid possible divide by 0 in surface manager
+  + radeon: fix sumo2 pci id
+  + intel/test_decode: Allow gen8 to be infered from the batch filenames
+  + freedreno: add bo cache
+  + freedreno/kgsl: fix crash introduced w/ bo-cache
+  + freedreno: allow IB to different ringbuffer
+
+---

Old:

  libdrm-2.4.50.tar.bz2

New:

  libdrm-2.4.51.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.8zYoTF/_old  2014-01-10 21:20:25.0 +0100
+++ /var/tmp/diff_new_pack.8zYoTF/_new  2014-01-10 21:20:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libdrm
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   libdrm
 Url:http://dri.freedesktop.org/
-Version:2.4.50
+Version:2.4.51
 Release:0
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23 < %{version}

++ libdrm-2.4.50.tar.bz2 -> libdrm-2.4.51.tar.bz2 ++
 11329 lines of diff (skipped)

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



commit libcgroup for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package libcgroup for openSUSE:Factory 
checked in at 2014-01-10 21:20:08

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


Package is "libcgroup"

Changes:

--- /work/SRC/openSUSE:Factory/libcgroup/libcgroup.changes  2013-05-16 
11:08:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcgroup.new/libcgroup.changes 2014-01-10 
21:20:09.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan 10 13:34:04 UTC 2014 - mho...@suse.com
+
+- package upgraded from 0.37 to 0.41.rc1
+- libcgroup-man_pages.patch: removed because obsoleted by 41b1e43155831
+- initd_cgconfig-read-correctly-defaultcgroup.patch: removed because 
+  obsoleted by 9659403b713f9
+
+---

Old:

  initd_cgconfig-read-correctly-defaultcgroup.patch
  libcgroup-0.37.1.tar.bz2
  libcgroup-man_pages.patch

New:

  libcgroup-0.41.rc1.tar.bz2



Other differences:
--
++ libcgroup.spec ++
--- /var/tmp/diff_new_pack.9SeCaU/_old  2014-01-10 21:20:11.0 +0100
+++ /var/tmp/diff_new_pack.9SeCaU/_new  2014-01-10 21:20:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcgroup
 #
-# 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
@@ -18,19 +18,17 @@
 
 Name:   libcgroup
 %define lname  libcgroup1
-Version:0.37.1
+Version:0.41.rc1
 Release:0
 Summary:Control groups management tools
 License:LGPL-2.1
 Group:  System/Management
 Url:http://sourceforge.net/projects/libcg/
-Source: 
http://sourceforge.net/projects/libcg/files/libcgroup/v%{version}/libcgroup-%{version}.tar.bz2
+Source: 
http://sourceforge.net/projects/libcg/files/libcgroup/v0.41.rc/libcgroup-0.41.rc1.tar.bz2
 Source3:sysconfig.cgred
 Source99:   baselibs.conf
 Patch5: initd_cgconfig.patch
 Patch6: initd_cgred.patch
-Patch7: libcgroup-man_pages.patch
-Patch8: initd_cgconfig-read-correctly-defaultcgroup.patch
 Patch9: do-not-version-pam-module.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -87,8 +85,6 @@
 %setup -n libcgroup-%{version}
 %patch5 -p1
 %patch6 -p1
-%patch7
-%patch8 -p1
 %patch9 -p1
 
 %build

++ initd_cgconfig.patch ++
--- /var/tmp/diff_new_pack.9SeCaU/_old  2014-01-10 21:20:11.0 +0100
+++ /var/tmp/diff_new_pack.9SeCaU/_new  2014-01-10 21:20:11.0 +0100
@@ -2,8 +2,10 @@
  scripts/init.d/cgconfig.in |   32 
  1 file changed, 20 insertions(+), 12 deletions(-)
 
 a/scripts/init.d/cgconfig.in
-+++ b/scripts/init.d/cgconfig.in
+Index: libcgroup-0.41.rc1/scripts/init.d/cgconfig.in
+===
+--- libcgroup-0.41.rc1.orig/scripts/init.d/cgconfig.in
 libcgroup-0.41.rc1/scripts/init.d/cgconfig.in
 @@ -4,6 +4,8 @@
  #
  # Copyright IBM Corporation. 2008
@@ -21,12 +23,12 @@
 -# Required-Stop:
 +# Required-Start:   $local_fs $remote_fs $syslog $time
 +# Required-Stop:$local_fs $remote_fs $syslog $time
- # Should-Start:
- # Should-Stop:
+ # Should-Start: ypbind
+ # Should-Stop:  ypbind
 +# Default-Start:2 3 5
 +# Default-Stop: 0 1 6
- # Short-Description:start and stop the WLM configuration
- # Description:  This script allows us to create a default 
configuration
+ # Short-Description:Create and setup control group filesystem(s)
+ # Description:  Create and setup control group filesystem(s)
  ### END INIT INFO
 @@ -34,7 +38,7 @@ prefix=@prefix@;exec_prefix=@exec_prefix
  CGCONFIGPARSER_BIN=$sbindir/cgconfigparser

++ initd_cgred.patch ++
--- /var/tmp/diff_new_pack.9SeCaU/_old  2014-01-10 21:20:11.0 +0100
+++ /var/tmp/diff_new_pack.9SeCaU/_new  2014-01-10 21:20:11.0 +0100
@@ -2,8 +2,10 @@
  scripts/init.d/cgred.in |   64 

  1 file changed, 38 insertions(+), 26 deletions(-)
 
 a/scripts/init.d/cgred.in
-+++ b/scripts/init.d/cgred.in
+Index: libcgroup-0.41.rc1/scripts/init.d/cgred.in
+===
+--- libcgroup-0.41.rc1.orig/scripts/init.d/cgred.in
 libcgroup-0.41.rc1/scripts/init.d/cgred.in
 @@ -4,6 +4,8 @@
  #
  # Copyright Red Hat Inc. 2008
@@ -69,9 +71,9 @@
 +  return 1
 +  fi
fi
-   if [

commit json-c for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package json-c for openSUSE:Factory checked 
in at 2014-01-10 21:19:41

Comparing /work/SRC/openSUSE:Factory/json-c (Old)
 and  /work/SRC/openSUSE:Factory/.json-c.new (New)


Package is "json-c"

Changes:

--- /work/SRC/openSUSE:Factory/json-c/json-c.changes2013-03-10 
10:54:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.json-c.new/json-c.changes   2014-01-10 
21:19:42.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan  6 13:09:45 UTC 2014 - fst...@suse.com
+
+- Upgrade to 0.11 version:
+  - SONAME change.
+  - Fix provides and obsoletes accordingly
+  - symlink the .pc file to the oldname for software that needs it
+- Remove json-c-fix-headers.patch integrated upstream
+
+---

Old:

  json-c-0.10.tar.gz
  json-c-fix-headers.patch

New:

  json-c-0.11.tar.gz



Other differences:
--
++ json-c.spec ++
--- /var/tmp/diff_new_pack.jREv4l/_old  2014-01-10 21:19:43.0 +0100
+++ /var/tmp/diff_new_pack.jREv4l/_new  2014-01-10 21:19:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package json-c
 #
-# 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,22 +16,21 @@
 #
 
 
-%define libname libjson
-%define libsoname %{libname}0
+%define libname libjson-c
+%define libsoname %{libname}2
+%define oldlibname libjson
 
 Name:   json-c
 Summary:JSON implementation in C
 License:MIT
 Group:  System/Libraries
-Version:0.10
+Version:0.11
 Release:0
 Url:https://gitub.com/%{name}/%{name}/wiki
-Source0:
https://github.com/downloads/json-c/json-c/%{name}-%{version}.tar.gz
+Source0:
https://s3.amazonaws.com/json-c_releases/releases/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-#Redone 0.10 patches
+#Redone 0.11 patches
 Patch0: %{name}-lfs.patch
-# taken from master
-Patch1: %{name}-fix-headers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -53,6 +52,8 @@
 Summary:Development headers and libraries for json-c 
 Group:  Development/Libraries/C and C++
 Requires:   %{libsoname} = %{version}
+Provides:   %{oldlibname}-devel = %{version}
+Obsoletes:  %{oldlibname}-devel < %{version}
 
 %description -n %{libname}-devel
 This package includes header files and scripts needed for developers
@@ -61,6 +62,8 @@
 %package -n %{libname}-doc
 Summary:Documentation files
 Group:  Documentation/Other
+Provides:   %{oldlibname}-doc = %{version}
+Obsoletes:  %{oldlibname}-doc < %{version}
 %if 0%{suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -72,11 +75,10 @@
 %setup -q -n %{name}-%{version}
 # Redone patches
 %patch0 -p1
-%patch1 -p1
 
 %build
 autoreconf -fiv
-%configure --disable-static --with-pic
+%configure --disable-static --with-pic --disable-oldname-compat
 %{__make} %{?_smp_mflags}
 
 %check
@@ -85,6 +87,8 @@
 
 %install
 %makeinstall DESTDIR=$RPM_BUILD_ROOT libdir=%{_libdir} mandir=%{_mandir} 
+# create a compatibilty pkg-config file for software needing it
+(cd $RPM_BUILD_ROOT%{_libdir}/pkgconfig && ln -s json-c.pc json.pc)
 
 %post -n %{libsoname} -p /sbin/ldconfig
 
@@ -97,7 +101,7 @@
 %files -n %{libname}-devel
 %defattr(-,root,root)
 %{_libdir}/%{libname}.so
-%{_includedir}/json
+%{_includedir}/json-c
 %{_libdir}/pkgconfig/*.pc
 
 %files -n %{libname}-doc

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.jREv4l/_old  2014-01-10 21:19:43.0 +0100
+++ /var/tmp/diff_new_pack.jREv4l/_new  2014-01-10 21:19:43.0 +0100
@@ -1 +1 @@
-libjson0
+libjson-c2

++ json-c-0.10.tar.gz -> json-c-0.11.tar.gz ++
 33904 lines of diff (skipped)

++ json-c-lfs.patch ++
--- /var/tmp/diff_new_pack.jREv4l/_old  2014-01-10 21:19:43.0 +0100
+++ /var/tmp/diff_new_pack.jREv4l/_new  2014-01-10 21:19:43.0 +0100
@@ -1,39 +1,27 @@
-diff --git a/Makefile.am.inc b/Makefile.am.inc
-index b1ebce8..5886498 100644
 a/Makefile.am.inc
-+++ b/Makefile.am.inc
-@@ -1,2 +1,2 @@
--AM_CFLAGS = -Wall -Wwrite-strings -Werror -std=gnu99 -D_GNU_SOURCE 
-D_REENTRANT
-+AM_CFLAGS = -Wall -Wwrite-strings -D_REENTRANT
- 
-diff --git a/configure.in b/configure.in
-index bcb9027..eadf4f9 100644
 a/configure.in
-+++ b/configure.in
-@@ -1,14 +1,17 @@
+--- a/configure.in 2013-04-01 04:30:51.0 +0200
 b/configure.in 2014-01-06 13:14:22.551626326 +0100
+

commit gource for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package gource for openSUSE:Factory checked 
in at 2014-01-10 21:19:03

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


Package is "gource"

Changes:

--- /work/SRC/openSUSE:Factory/gource/gource.changes2013-08-05 
20:42:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gource.new/gource.changes   2014-01-10 
21:19:04.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 14:58:06 UTC 2014 - dval...@suse.com
+
+- Fix boot libdir for ppc64le
+
+- added patches:
+  * ppc64le.patch
+---

New:

  ppc64le.patch



Other differences:
--
++ gource.spec ++
--- /var/tmp/diff_new_pack.ZCudsk/_old  2014-01-10 21:19:04.0 +0100
+++ /var/tmp/diff_new_pack.ZCudsk/_new  2014-01-10 21:19:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gource
 #
-# 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
@@ -26,6 +26,7 @@
 Source: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:cvs-exp.pl
 Source2:svn-gource.py
+Patch0: ppc64le.patch
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_image-devel
 BuildRequires:  boost-devel >= 1.46
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ ppc64le.patch ++
Index: gource-0.40/m4/ax_boost_base.m4
===
--- gource-0.40.orig/m4/ax_boost_base.m4
+++ gource-0.40/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
 dnl are found, e.g. when only header-only libraries are installed!
 libsubdirs="lib"
 ax_arch=`uname -m`
-if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o 
$ax_arch = s390x -o $ax_arch = sparc64; then
 libsubdirs="lib64 lib lib64"
 fi
 
Index: gource-0.40/configure
===
--- gource-0.40.orig/configure
+++ gource-0.40/configure
@@ -6682,7 +6682,7 @@ $as_echo_n "checking for boostlib >= $bo
 
 libsubdirs="lib"
 ax_arch=`uname -m`
-if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o 
$ax_arch = s390x -o $ax_arch = sparc64; then
 libsubdirs="lib64 lib lib64"
 fi
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gigolo for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package gigolo for openSUSE:Factory checked 
in at 2014-01-10 21:18:07

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


Package is "gigolo"

Changes:

--- /work/SRC/openSUSE:Factory/gigolo/gigolo.changes2012-05-08 
06:45:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gigolo.new/gigolo.changes   2014-01-10 
21:18:08.0 +0100
@@ -1,0 +2,27 @@
+Thu Jan  9 23:02:30 UTC 2014 - g...@opensuse.org
+
+- update to version 0.4.2
+  - Fix mnemonics in the Connect dialog.
+  - Resolve symbolic links before writing config files.
+  - Remember side panel position.
+  - Store and display colours for bookmarks.
+  - Allow editing bookmarks from the main window popup menu.
+  - Do not set the colour when no colour is explicitly selected.
+  - Add a separator to the Bookmark Edit Dialog.
+  - Don't show errors we are not supposed to show.
+  - Automatically choose the first Samba share if any were found.
+  - Add 'Open in Terminal' command.
+  - Remove some set but unused variables.
+  - Display bookmark name in the connection list if the connection
+has a bookmark.
+  - Do not make the Connect button insensitive, never (bug #8103).
+  - Improve WebDav URI handling.
+  - Validate an entered custom URI by trying to parse it.
+  - After creating/editing a bookmark, update the list of mounts.
+  - Fix WebDav path parsing when there is no path.
+  - Add new command-line option to auto connect bookmarks.
+  - Drop Waf build system support and just use autotools.
+  - Translation updates
+- drop gigolo-desktop.patch and edit desktop file in-place instead
+
+---

Old:

  gigolo-0.4.1.tar.bz2
  gigolo-desktop.patch

New:

  gigolo-0.4.2.tar.bz2



Other differences:
--
++ gigolo.spec ++
--- /var/tmp/diff_new_pack.tNM8Uv/_old  2014-01-10 21:18:09.0 +0100
+++ /var/tmp/diff_new_pack.tNM8Uv/_new  2014-01-10 21:18:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gigolo
 #
-# 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,17 +17,15 @@
 
 
 Name:   gigolo
-Version:0.4.1
+Version:0.4.2
 Release:0
 Summary:Frontend to Easily Manage Connections to Remote Filesystems
 License:GPL-2.0+
 Group:  System/Filesystems
 Url:http://www.uvena.de/gigolo/
-Source: 
http://archive.xfce.org/src/apps/gigolo/0.4/%{name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/apps/gigolo/0.4/%{name}-%{version}.tar.bz2
 Source1:%{name}.png
-Patch0: %{name}-desktop.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
+BuildRequires:  ed
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
@@ -47,12 +45,12 @@
 
 %prep
 %setup -q
-%patch0
+ed -s gigolo.desktop.in <<'EOF'
+,s/^Icon=gtk-network/Icon=gigolo/
+w
+EOF
 
 %build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
-sh autogen.sh
 %configure
 make %{?_smp_mflags} V=1
 
@@ -64,15 +62,10 @@
 # remove documentation/license files included below
 rm -rf %{buildroot}%{_datadir}/doc
 
-rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,ur_PK}
-
 %suse_update_desktop_file -i %{name} System GTK Filesystem
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post
 %desktop_database_post
 

++ gigolo-0.4.1.tar.bz2 -> gigolo-0.4.2.tar.bz2 ++
 49732 lines of diff (skipped)


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



commit dee for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package dee for openSUSE:Factory checked in 
at 2014-01-10 21:17:24

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


Package is "dee"

Changes:

--- /work/SRC/openSUSE:Factory/dee/dee.changes  2012-09-23 19:31:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.dee.new/dee.changes 2014-01-10 
21:17:25.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 27 14:34:28 UTC 2013 - zai...@opensuse.org
+
+- Add dee-fix-lp1076027.patch, Dee.SharedModel doesn't get
+  invalidated when the leader changes (lp#1076027).
+
+---

New:

  dee-fix-lp1076027.patch



Other differences:
--
++ dee.spec ++
--- /var/tmp/diff_new_pack.ICP8Fp/_old  2014-01-10 21:17:25.0 +0100
+++ /var/tmp/diff_new_pack.ICP8Fp/_new  2014-01-10 21:17:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dee
 #
-# 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
@@ -26,6 +26,8 @@
 Group:  System/Libraries
 Url:http://launchpad.net/dee
 Source0:
http://launchpad.net/dee/1.0/%{version}/+download/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM dee-fix-lp1076027.patch lp#1076027 zai...@opensuse.org -- 
Dee.SharedModel doesn't get invalidated when the leader changes. A SharedModel 
should get invalidated if a transaction from leader would be ignored. Patch 
taken from upsteam svn.
+Patch0: dee-fix-lp1076027.patch
 BuildRequires:  fdupes
 BuildRequires:  libicu-devel >= 4.6
 BuildRequires:  libtool
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure \

++ dee-fix-lp1076027.patch ++
=== modified file 'src/dee-shared-model.c'
--- src/dee-shared-model.c  2012-04-12 08:36:44 +
+++ src/dee-shared-model.c  2012-11-09 12:25:03 +
@@ -1310,6 +1310,17 @@
   g_warning ("Invalidating %s", sender_name);
   invalidate_peer (self, sender_name, NULL);
 }
+  else
+{
+  if (sender_name == NULL ||
+  !g_strcmp0 (sender_name, dee_peer_get_swarm_leader 
(priv->swarm)))
+{
+  // leader sent an invalid transaction?
+  // let's just invalidate ourselves
+  g_warning ("Errornous transaction came from swarm leader, 
re-syncing model.");
+  on_invalidate (self);
+}
+}
 
   g_variant_unref (transaction);
   g_variant_unref (aav);

=== modified file 'tests/Makefile.am'
--- tests/Makefile.am   2012-03-12 10:24:04 +
+++ tests/Makefile.am   2012-11-09 12:25:03 +
@@ -68,6 +68,7 @@
   model-helper-introspect.c \
   model-helper-remove3rows.c \
   model-helper-replace.c \
+  model-helper-resync3rows.c \
   model-helper-schemaless.c \
   $(NULL)
 
@@ -120,6 +121,9 @@
 model_helper_replace_SOURCES = model-helper-replace.c
 model_helper_replace_LDADD = $(test_dee_LDADD)
 
+model_helper_resync3rows_SOURCES = model-helper-resync3rows.c
+model_helper_resync3rows_LDADD = $(test_dee_LDADD)
+
 peer_helper_1peer_SOURCES = peer-helper-1peer.c
 peer_helper_1peer_LDADD = $(test_dee_LDADD)
 

=== added file 'tests/model-helper-resync3rows.c'
--- tests/model-helper-resync3rows.c1970-01-01 00:00:00 +
+++ tests/model-helper-resync3rows.c2012-11-09 12:25:03 +
@@ -0,0 +1,108 @@
+/*
+ * Copyright (C) 2012 Canonical Ltd
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 3 as 
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see .
+ *
+ * Authored by:
+ *  Michal Hruby 
+ *
+ */
+
+#include "config.h"
+#include 
+#include 
+
+#include 
+#include 
+
+static void
+row_added (DeeModel *model, DeeModelIter *iter, gpointer data)
+{
+  gint *num_added = (gint*) data;
+  (*num_added)++;
+}
+
+/* Expects a clone with 3 rows in it */
+gint
+main (gint argc, gchar *argv[])
+{
+  DeeModel *model;
+  DeeModelIter *iter;
+  gint  num_added;
+  
+  g_type_init (); 
+
+  g_set_prgname ("model-helper");
+
+  if (argc == 2)
+   

commit coreutils for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2014-01-10 21:15:22

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2013-12-24 20:46:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2014-01-10 21:15:24.0 +0100
@@ -1,0 +2,193 @@
+Thu Jan  9 01:55:08 UTC 2014 - m...@bernhard-voelker.de
+
+- Add upstream patch (coreutils-copy-fix-selinux-existing-dirs.patch):
+  cp -a: set the correct SELinux context on already existing
+  destination directories (rh#1045122).
+
+- Merge I18n fixes from Fedora (coreutils-i18n.patch):
+  * sort: fix sorting by non-first field (rh#1003544)
+  * cut: avoid using slower multi-byte code in non-UTF-8 locales
+(rh#1021403, rh#499220).
+
+- Testsuite: skip some tests:
+  * coreutils-skip-some-sort-tests-on-ppc.patch: Add patch to
+skip 2 valgrind'ed sort tests on ppc/ppc64.
+  * coreutils-skip-gnulib-test-tls.patch: Add patch to skip
+the gnulib test 'test-tls' on i586, x86_64, ppc and ppc64.
+  * coreutils-tests-avoid-FP-cp-cpuinfo.patch: Add patch to skip a
+test when cp fails for /proc/cpuinfo which happens on aarch64.
+  * coreutils-tests-shorten-extreme-factor-tests.patch: Add patch
+to skip most of the extreme-expensive factor tests.
+
+---
+Sat Jan  4 23:05:46 UTC 2014 - m...@bernhard-voelker.de
+
+- Refresh patches to match the new version.
+
+  * coreutils-build-timeout-as-pie.patch: Update line number.
+  * coreutils-gnulib-tests-ppc64le.patch: Likewise.
+  * coreutils-invalid-ids.patch: Likewise.
+  * coreutils-remove_hostname_documentation.patch: Likewise.
+  * coreutils-remove_kill_documentation.patch: Likewise.
+  * coreutils-sysinfo.patch: Likewise.
+  * coreutils-i18n.patch: Likewise.
+
+- Additional changes in coreutils-i18n.patch:
+  * Accommodate to upstream changes in cut.c and uniq.c.
+  * Fix some compiler warnings.
+  * Fix 145-mb test in tests/misc/uniq.pl.
+  * Skip sort's "2[01]a" test cases for now
+to avoid a test failure on i586/x86_64.
+ 
+- Remove now-upstream and therefore obsolete patches.
+
+  * coreutils-8.21.de.po.xz: Remove, upstream is latest.
+  * coreutils-gnulib-tests-fix-nap-race-obs.patch:
+  Remove, now upstream.
+  * coreutils-gnulib-tests-fix-nap-race.patch: Likewise.
+  * longlong-aarch64.patch: Likewise.
+
+- Update to 8.22 (2013-12-13) [stable]
+
+  ** Bug fixes
+
+  df now processes the mount list correctly in the presence of unstatable
+  mount points.  Previously it may have failed to output some mount points.
+  [bug introduced in coreutils-8.21]
+
+  df now processes symbolic links and relative paths to special files 
containing
+  a mounted file system correctly.  Previously df displayed the statistics 
about
+  the file system the file is stored on rather than the one inside.
+  [This bug was present in "the beginning".]
+
+  df now processes disk device nodes correctly in the presence of bind mounts.
+  Now df shows the base mounted file system rather than the last one mounted.
+  [This bug was present in "the beginning".]
+
+  install now removes the target file if the strip program failed for any
+  reason.  Before, that file was left behind, sometimes even with wrong
+  permissions.
+  [This bug was present in "the beginning".]
+
+  ln --relative now updates existing symlinks correctly.  Previously it based
+  the relative link on the dereferenced path of an existing link.
+  [This bug was introduced when --relative was added in coreutils-8.16.]
+
+  ls --recursive will no longer exit with "serious" exit code (2), if there
+  is an error reading a directory not specified on the command line.
+  [Bug introduced in coreutils-5.3.0]
+
+  mkdir, mkfifo, and mknod now work better when creating a file in a directory
+  with a default ACL whose umask disagrees with the process's umask, on a
+  system such as GNU/Linux where directory ACL umasks override process umasks.
+  [bug introduced in coreutils-6.0]
+
+  mv will now replace empty directories in the destination with directories
+  from the source, when copying across file systems.
+  [This bug was present in "the beginning".]
+
+  od -wN with N larger than 64K on a system with 32-bit size_t would
+  print approximately 2*N bytes of extraneous padding.
+  [Bug introduced in coreutils-7.0]
+
+  rm -I now prompts for confirmation before removing a write protected file.
+  [Bug introduced in coreutils-6.8]
+
+  shred once again uses direct I/O on systems requiring aligned buffers.
+  Also direct I/O failures for odd sized writes at end of file are now hand

commit cdrtools for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2014-01-10 21:14:34

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


Package is "cdrtools"

Changes:

--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes2014-01-02 
11:14:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2014-01-10 
21:14:36.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan  6 02:59:40 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.01~a21
+* This release adds some workarounds for compiling with MinGW. New
+  functions xcomerr(), xcomerrno(), fxcomerr(), and fxcomerrno() in
+  libschily. A bug in libschily/format.c that caused %.*s to be
+  printed incorrectly has been fixed. Some bugs in the mkisofs man
+  page have been fixed.
+
+---
+Thu Jan  2 11:10:24 UTC 2014 - dval...@suse.com
+
+- enable ppc64le architecture (ppc64le.patch)
+
+---
schily-libs.changes: same change

Old:

  cdrtools-3.01a20.tar.bz2

New:

  cdrtools-3.01a21.tar.bz2
  ppc64le.patch



Other differences:
--
++ cdrtools.spec ++
--- /var/tmp/diff_new_pack.d5UJ2e/_old  2014-01-10 21:14:37.0 +0100
+++ /var/tmp/diff_new_pack.d5UJ2e/_new  2014-01-10 21:14:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdrtools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   cdrtools
-Version:3.01~a20
+Version:3.01~a21
 Release:0
 # ^This really is a prerelease and thus sorts before 3.01
 %define sversion 3.01
@@ -28,7 +28,7 @@
 
 #Freecode-URL: http://freecode.com/projects/cdrtools
 #DL-URL:   ftp://ftp.berlios.de/pub/cdrecord/
-Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a20.tar.bz2
+Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a21.tar.bz2
 Source1:cdrecord.easy
 Source2:cdrecord.secure
 Source3:cdrecord.paranoid
@@ -41,6 +41,7 @@
 # just the thing you *thought* it does.
 # —Jan Engelhardt 
 Patch1: gcc48wa.diff
+Patch2: ppc64le.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fdupes
@@ -121,7 +122,7 @@
 
 %prep
 %setup -q -n %{name}-%{sversion}
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 #

++ schily-libs.spec ++
--- /var/tmp/diff_new_pack.d5UJ2e/_old  2014-01-10 21:14:37.0 +0100
+++ /var/tmp/diff_new_pack.d5UJ2e/_new  2014-01-10 21:14:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package schily-libs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   schily-libs
-Version:3.01~a20
+Version:3.01~a21
 Release:0
 %define sversion 3.01
 Summary:A collection of libraries to support cdrtools
@@ -27,9 +27,10 @@
 
 #Freecode-URL: http://freecode.com/projects/schily
 #DL-URL:   ftp://ftp.berlios.de/pub/schily/
-Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a20.tar.bz2
+Source: 
ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-3.01a21.tar.bz2
 Source7:pre_checkin.sh
 Patch1: gcc48wa.diff
+Patch2: ppc64le.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  makedepend
 
@@ -82,7 +83,7 @@
 
 %prep
 %setup -qn cdrtools-%sversion
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %define targets conf inc include libschily libscg libscg/scg

++ cdrtools-3.01a20.tar.bz2 -> cdrtools-3.01a21.tar.bz2 ++
 4853 lines of diff (skipped)

++ ppc64le.patch ++
Index: cdrtools-3.01/RULES/MKLINKS
===
--- cdrtools-3.01.orig/RULES/MKLINKS
+++ cdrtools-3.01/RULES/MKLINKS
@@ -168,6 +168,8 @@ $symlinki586-linux-cc.rul   ppc-linux-cc.
 $symlink   i586-linux-gcc.rul  ppc-linux-gcc.rul
 $symlink   i586-linux-cc.rul   ppc64-linux-cc.rul
 $symlink   i586-linux-gcc.rul  ppc64-linux-gcc.rul
+$symlink   i586-linux-cc.rul   ppc64le-linux-cc.rul
+$symlink   i586-linux-gcc.rul  ppc64le-linux-g

commit autoyast2 for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-01-10 21:14:17

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-12-23 
19:31:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-01-10 
21:14:18.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan  9 19:38:09 CET 2014 - f...@suse.de
+
+- remove dependency on yast2-slp (bnc#858102)
+- 3.1.7
+
+---
+Wed Jan  8 16:18:16 UTC 2014 - jreidin...@suse.com
+
+- initial support for semi-automatic installation starting with
+  network module (FATE#314695)
+- 3.1.6
+
+---
+Wed Jan  8 08:56:27 UTC 2014 - jreidin...@suse.com
+
+- move clone_system client to first stage so yast can generate
+  profile even on the end of first stage
+- 3.1.5
+
+---

Old:

  autoyast2-3.1.4.tar.bz2

New:

  autoyast2-3.1.7.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.BSx4q1/_old  2014-01-10 21:14:19.0 +0100
+++ /var/tmp/diff_new_pack.BSx4q1/_new  2014-01-10 21:14:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package autoyast2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.4
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -31,6 +31,13 @@
 # xmllint
 BuildRequires:  libxml2-tools
 
+# %%{_unitdir} macro definition is in a separate package since 13.1
+%if 0%{?suse_version} >= 1310
+BuildRequires:  systemd-rpm-macros
+%else
+BuildRequires:  systemd
+%endif
+
 Requires:   autoyast2-installation = %{version}
 Requires:   libxslt
 Requires:   yast2
@@ -84,7 +91,6 @@
 Requires:   yast2-ncurses
 Requires:   yast2-packager
 Requires:   yast2-services-manager
-Requires:   yast2-slp
 Requires:   yast2-storage
 Requires:   yast2-transfer >= 2.21.0
 Requires:   yast2-update >= 2.18.3
@@ -170,7 +176,6 @@
 %{yast_clientdir}/software_auto.rb
 %{yast_clientdir}/storage_auto.rb
 %{yast_clientdir}/autoyast.rb
-%{yast_clientdir}/clone_system.rb
 %{yast_clientdir}/ayast_setup.rb
 
 %dir %{yast_scrconfdir}
@@ -254,6 +259,7 @@
 %{yast_clientdir}/ayast_probe.rb
 %{yast_clientdir}/inst_autosetup_upgrade.rb
 %{yast_clientdir}/inst_store_upgrade_software.rb
+%{yast_clientdir}/clone_system.rb
 
 %{yast_yncludedir}/autoinstall/xml.rb
 %{yast_yncludedir}/autoinstall/ask.rb

++ autoyast2-3.1.4.tar.bz2 -> autoyast2-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.4/package/autoyast2.changes 
new/autoyast2-3.1.7/package/autoyast2.changes
--- old/autoyast2-3.1.4/package/autoyast2.changes   2013-12-19 
10:44:42.0 +0100
+++ new/autoyast2-3.1.7/package/autoyast2.changes   2014-01-09 
19:44:56.0 +0100
@@ -1,4 +1,24 @@
 ---
+Thu Jan  9 19:38:09 CET 2014 - f...@suse.de
+
+- remove dependency on yast2-slp (bnc#858102)
+- 3.1.7
+
+---
+Wed Jan  8 16:18:16 UTC 2014 - jreidin...@suse.com
+
+- initial support for semi-automatic installation starting with
+  network module (FATE#314695)
+- 3.1.6
+
+---
+Wed Jan  8 08:56:27 UTC 2014 - jreidin...@suse.com
+
+- move clone_system client to first stage so yast can generate
+  profile even on the end of first stage
+- 3.1.5
+
+---
 Wed Dec 18 15:05:02 UTC 2013 - lsle...@suse.cz
 
 - control.rng has been moved to yast2-installation-control package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.4/package/autoyast2.spec 
new/autoyast2-3.1.7/package/autoyast2.spec
--- old/autoyast2-3.1.4/package/autoyast2.spec  2013-12-19 10:44:42.0 
+0100
+++ new/autoyast2-3.1.7/package/autoyast2.spec  2014-01-09 19:44:56.0 
+0100
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.4
+Version:3.1.7
 Release:

commit perl-Readonly for openSUSE:Factory

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2014-01-10 21:13:14

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


Package is "perl-Readonly"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2014-01-03 19:47:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2014-01-10 21:13:15.0 +0100
@@ -2,16 +1,0 @@
-Mon Dec 30 14:30:37 UTC 2013 - rschweik...@suse.com
-
-- eliminate attempt to remove the benchmark test. The new install process
-  no longer installs the benchmark test into the target tree, thus the
-  removal of the file to hide it from the package is obsolete.
-  + Fixes the build failure on all distros
-

-Tue Nov 26 07:33:04 UTC 2013 - co...@suse.com
-
-- updated to 1.04
-- Module now maintained by Sanko Robinson. Please see TODO for a possible
-  set of changes to this module that may effect code written for old, pre-
-  perl 5.14.0 platforms!!!
-


Old:

  Readonly-1.04.tar.gz

New:

  Readonly-1.03.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.XIO02z/_old  2014-01-10 21:13:16.0 +0100
+++ /var/tmp/diff_new_pack.XIO02z/_new  2014-01-10 21:13:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,45 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# norootforbuild
+
 
 Name:   perl-Readonly
-Version:1.04
-Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
+Version:1.03
+Release:7
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source: 
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
-BuildArch:  noarch
+Source0:%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Prereqs)
-BuildRequires:  perl(Module::Build) >= 0.38
-Recommends: perl(Readonly::XS) >= 1.06
-%{perl_requires}
+BuildRequires:  perl(Test::More)
+Provides:   %{cpan_name}
 
 %description
-Facility for creating read-only scalars, arrays, hashes
+Readonly.pm provides a facility for creating non-modifiable scalars,
+arrays, and hashes.
+
+Authors:
+Eric J. Roode, ro...@cpan.org
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/benchmark.pl
+%perl_process_packlist
 %perl_gen_filelist
 
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes cpanfile LICENSE README.md TODO
+%defattr(-,root,root)
+%doc Changes README benchmark.pl
 
 %changelog

++ Readonly-1.04.tar.gz -> Readonly-1.03.tar.gz ++
 3937 lines of diff (skipped)

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



commit libgphoto2 for openSUSE:13.1:Update

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:13.1:Update 
checked in at 2014-01-10 13:29:14

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


Package is "libgphoto2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6vd4Ph/_old  2014-01-10 13:29:15.0 +0100
+++ /var/tmp/diff_new_pack.6vd4Ph/_new  2014-01-10 13:29:15.0 +0100
@@ -1 +1 @@
-
+

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



commit libgphoto2.2460 for openSUSE:13.1:Update

2014-01-10 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2.2460 for 
openSUSE:13.1:Update checked in at 2014-01-10 13:29:11

Comparing /work/SRC/openSUSE:13.1:Update/libgphoto2.2460 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libgphoto2.2460.new (New)


Package is "libgphoto2.2460"

Changes:

New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:13.1:Update/.libgphoto2.2460.new/libgphoto2.changes  
2014-01-10 13:29:12.0 +0100
@@ -0,0 +1,1169 @@
+---
+Wed Jan  8 10:53:18 UTC 2014 - meiss...@suse.com
+
+- libgphoto2-fix-ptp-matcher.patch: The generic PTP matcher was fixed
+  to use USB Interface matching instead of the incorrect USB Device
+  matching. (bnc#852551) Also do not generate the hwdb twice.
+
+---
+Fri Dec 27 10:12:42 UTC 2013 - meiss...@suse.com
+
+- fix-canon-s100.patch: Canon PowerShot S100 had a duplicated name
+  between the canon and the ptp2 driver, causing problems. bnc#856828
+
+---
+Mon Sep 30 12:22:48 UTC 2013 - fcro...@suse.com
+
+- Replace udev rules with udev hwdb for openSUSE 13.1 or later
+  (more efficient).
+- Fix udev hwdb installation and ensure udev hwdb is updated when
+  package is installed / updated / uninstalled.
+
+---
+Mon Aug 19 14:57:20 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.2.1 temporary snapshot
+  - new udev hwdb
+  - new Nikon capture functions for newer Nikons
+  - Olympus 3030 fixed
+  - several new USB ids
+  - translation updates
+  - lots of other bugfixes
+- disabled gpg key checking for snapshot
+
+---
+Mon May  6 08:24:24 UTC 2013 - meiss...@suse.com
+
+- buildrequire libxml2-devel for olympus e-series.
+
+---
+Sun May  5 20:54:22 UTC 2013 - meiss...@suse.com
+
+- Updated to 2.5.2
+  ptp2:
+  * Fixed Raspberry Pi and USB 3.0 "connect only once" problem.
+  * Experimental Olympus E-series (not Pen) remote control support. Try in 
"Control" mode.
+  * Nikon DSLR: real movie capture! (use --set-config movie=1/0 and 
--wait-event)
+  * New ids:
+Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N
+Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600
+Nikon Coolpix A
+Nikon DSLR: D2Xs, D4, D7100
+Nikon J2
+Canon Powershot: S100, A1300IS, A2300IS, 
+Canon EOS: 700D, 100D
+Fuji FinePix: H20EXR, X20
+Samsung: NX1000, EK-GC100
+Also various MTP device ids merged from libmtp.
+  * ptpip: major/minor number was switched in init packet.
+  * Nikon DSLR: out of focus during capture fixed, various bugfixes
+  * Nikon "controlmode" config for unlocking the camera.
+  * Canon DSLR: "keepdeviceon" pinging in get_config, liveview
+  * Canon thumbnail retrieval fixed.
+  * Lots of work on getting Olympus E-series DSLRs in Control mode
+to run.
+
+  canon:
+  * wait-for-event: handle when camera goes offline during waiting.
+  * fixed mtime 0 (Jan 1 1970) issue when downloading files and using 
--filename
+
+  sierra:
+  * Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode.
+  * Ignore register 4 read errors after capture as Nikon does not supply them.
+  * added commented code on how to switch the Coolpix 2500 to RAW DIAG mode.
+
+  libgphoto2_port:
+  * gp_port_reset functionality to do a port reset.
+
+  libgphoto2_port/usbscsi:
+  * Use timeout supplied by driver, not hardcoded 1.5 seconds (fixes Nikon 
sierra capture).
+
+  translations:
+  * updated ukrainian, finish, dutch, polish, russian, french, vietnamese, 
german
+
+  build:
+  * specify lots of _BSD_SOURCE et.al. to make the strict MacOS ports
+build happier. Might break non Linux platforms, please report this.
+  * libxml2 needed for Olympus E series capture support.
+  * cleaned up AM_CPPFLAGS/CPPFLAGS usage, do not use both of them together.
+
+---
+Mon Apr 15 09:27:50 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---
+Tue Jan 29 09:40:26 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.1.1 bugfix version
+  - ptp2: fixed 32bit platforms
+  - ax301: fixed buffer overread
+
+---
+Sun Jan 27 21:26:56 UTC 2013 - meiss...@suse.com
+
+- updated to 2.5.1 final version
+  - more fixes in the wait-event, capture preview and
+regular capture code for Canon and Nikon.
+  - some new camera ids added
+
+-