commit brltty for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2014-01-13 10:52:40

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


Package is brltty

Changes:

--- /work/SRC/openSUSE:Factory/brltty/brltty.changes2013-10-30 
15:24:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes   2014-01-13 
10:52:41.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 19:44:52 UTC 2014 - mgo...@suse.com
+
+- Remove AT-SPI 1 driver; superseded by AT-SPI 2 since GNOME 3.0.
+
+---



Other differences:
--
++ brltty.spec ++
--- /var/tmp/diff_new_pack.fXusiY/_old  2014-01-13 10:52:42.0 +0100
+++ /var/tmp/diff_new_pack.fXusiY/_new  2014-01-13 10:52:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brltty
 #
-# 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
@@ -45,7 +45,6 @@
 Patch3: brltty-speechd.diff
 
 BuildRequires:  alsa-devel
-BuildRequires:  at-spi-devel
 BuildRequires:  bison
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-devel
@@ -79,20 +78,6 @@
 refreshable braille display. It drives the braille display and provides
 complete screen review functionality.
 
-%package driver-at-spi
-Summary:AT-SPI driver for BRLTTY
-Group:  System/Daemons
-Requires:   %{name} = %{version}
-Supplements:packageand(brltty:at-spi)
-
-%description driver-at-spi
-BRLTTY is a background process (daemon) which provides access to the
-Linux/Unix console (when in text mode) for a blind person using a
-refreshable braille display. It drives the braille display and provides
-complete screen review functionality.
-
-This package contains the AT-SPI screen driver.
-
 %package driver-at-spi2
 Summary:AT-SPI 2 driver for BRLTTY
 Group:  System/Daemons
@@ -374,10 +359,6 @@
 %exclude %{_libdir}/brltty/libbrlttyxa2.so
 %exclude %{_libdir}/brltty/libbrlttyxas.so
 
-%files driver-at-spi
-%defattr(-, root, root)
-%{_libdir}/brltty/libbrlttyxas.so
-
 %files driver-at-spi2
 %defattr(-, root, root)
 %{_libdir}/brltty/libbrlttyxa2.so

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



commit aria2 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2014-01-13 10:52:35

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


Package is aria2

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2013-11-04 
07:04:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2014-01-13 
10:52:36.0 +0100
@@ -1,0 +2,21 @@
+Sun Jan 05 21:28:38 UTC 2014 - pascal.ble...@opensuse.org
+
+- update to 1.18.3:
+  * fix crash if unpause failed before assigning BtProgressInfoFile object
+  * fix bug that numOpenFile_ is not reduced when MultiDiskAdaptor is deleted;
+this bug caused assertion error in RequestGroupMan::ensureMaxOpenFileLimit
+
+---
+Sat Jan 04 17:45:54 UTC 2014 - pascal.ble...@opensuse.org
+
+- update to 1.18.2:
+  * fix crash when metaurl contains unsupported URI or text
+  * fix bad fork() return value handling
+  * use some colors in progress reports (where available)
+  * limit number of opened file globally with --bt-max-open-files option
+  * don't fail multiple concurrent dl same file if auto-file-renaming is
+enabled
+- add /etc/ssl/ca-bundle.pem as the CA bundle for aria2, and add a
+  recommends for ca-certificates
+
+---

Old:

  aria2-1.18.1.tar.xz

New:

  aria2-1.18.3.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.FmGg8N/_old  2014-01-13 10:52:37.0 +0100
+++ /var/tmp/diff_new_pack.FmGg8N/_new  2014-01-13 10:52:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aria2
 #
-# 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 @@
 %bcond_with make_check
 
 Name:   aria2
-Version:1.18.1
+Version:1.18.3
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception
@@ -39,9 +39,13 @@
 %endif
 BuildRequires:  gmp-devel
 BuildRequires:  pkgconfig(nettle)
-# aria2-bash-completion was splitted for last time in openSUSE 12.2
+# aria2-bash-completion was split for last time in openSUSE 12.2
 Provides:   aria2-bash-completion = %{version}
 Obsoletes:  aria2-bash-completion  %{version}
+%if 0%{?suse_version} = 1130
+Requires:   ca-certificates
+Recommends: ca-certificates
+%endif
 
 %description
 aria2 is a utility for downloading files. It has completely new design
@@ -60,11 +64,16 @@
 %build
 %configure --docdir=%{_defaultdocdir}/%{name}/ \
--with-bashcompletiondir=%{_sysconfdir}/bash_completion.d/ \
-   --disable-silent-rules
+   --disable-silent-rules \
+%if 0%{?suse_version} = 1130
+   --with-ca-bundle=/etc/ssl/ca-bundle.pem
+%endif
+
 make %{?_smp_mflags}
 
 %install
 %make_install
+
 # I guess this is the correct thing to do until bnc#737549 is fixed
 rm -rf %{buildroot}%{_mandir}/{ru,pt}/
 # Only installation instructions

++ aria2-1.18.1.tar.xz - aria2-1.18.3.tar.xz ++
 60434 lines of diff (skipped)

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



commit anjuta for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package anjuta for openSUSE:Factory checked 
in at 2014-01-13 10:52:27

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


Package is anjuta

Changes:

--- /work/SRC/openSUSE:Factory/anjuta/anjuta.changes2013-11-24 
11:24:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.anjuta.new/anjuta.changes   2014-01-13 
10:52:29.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 23 22:14:18 UTC 2013 - dval...@suse.com
+
+- Do not BuildRequire valgrind for ppc64le..
+
+---



Other differences:
--
++ anjuta.spec ++
--- /var/tmp/diff_new_pack.IV8J2H/_old  2014-01-13 10:52:30.0 +0100
+++ /var/tmp/diff_new_pack.IV8J2H/_new  2014-01-13 10:52:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anjuta
 #
-# 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
@@ -45,7 +45,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
 BuildRequires:  yelp-tools
-%ifnarch ia64 s390 s390x aarch64
+%ifnarch ia64 s390 s390x aarch64 ppc64le
 BuildRequires:  valgrind-devel
 %endif
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) = 2.0.0

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



commit crash for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2014-01-13 10:52:45

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


Package is crash

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2013-12-08 
19:26:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2014-01-13 
10:52:46.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 10 18:51:50 UTC 2013 - dval...@suse.com
+
+- enable ppc64le 
+
+---



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.Pwx3MW/_old  2014-01-13 10:52:47.0 +0100
+++ /var/tmp/diff_new_pack.Pwx3MW/_new  2014-01-13 10:52:47.0 +0100
@@ -67,7 +67,7 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  zlib-devel
 Requires:   /usr/bin/nm
-ExclusiveArch:  %ix86 x86_64 ia64 s390 s390x ppc64 alpha
+ExclusiveArch:  %ix86 x86_64 ia64 s390 s390x ppc64 ppc64le alpha
 # Source code says it can do ppc32. Excluded here?
 ExcludeArch:ppc
 # crash driver KMP

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



commit fxload for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package fxload for openSUSE:Factory checked 
in at 2014-01-13 10:52:58

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


Package is fxload

Changes:

--- /work/SRC/openSUSE:Factory/fxload/fxload.changes2012-02-20 
16:10:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.fxload.new/fxload.changes   2014-01-13 
10:52:59.0 +0100
@@ -1,0 +2,10 @@
+Sun Jan 12 12:09:58 UTC 2014 - seife+...@b1-systems.com
+
+- added patches:
+  * fxload-2008_10_13-prefer_DEVNAME.patch
+This uses the more modern DEVNAME variable instead of DEVICE to
+work better with current udev / kernels
+- avoid usage of __DATE__ in version output, use modification time
+  of .changes file instead
+
+---

New:

  fxload-2008_10_13-prefer_DEVNAME.patch



Other differences:
--
++ fxload.spec ++
--- /var/tmp/diff_new_pack.J23Fs1/_old  2014-01-13 10:53:00.0 +0100
+++ /var/tmp/diff_new_pack.J23Fs1/_new  2014-01-13 10:53:00.0 +0100
@@ -1,7 +1,8 @@
 #
 # spec file for package fxload
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:
http://mesh.dl.sourceforge.net/sourceforge/linux-hotplug/fxload-2008_10_13.tar.bz2
 Patch0: fxload-2002_04_11.patch
+# PATCH-FIX-UPSTREAM fxload-2008_10_13-prefer_DEVNAME.patch lp#156085 -- 
seife+...@b1-systems.com
+Patch1: fxload-2008_10_13-prefer_DEVNAME.patch
 ExclusiveArch:  %ix86 ppc ppc64 ia64 %sparc x86_64 %arm
 
 %description
@@ -47,9 +50,13 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-make CC=%__cc CFLAGS=$RPM_OPT_FLAGS -Wall -g
+# use date of .changes file instead of __DATE__
+# to avoid useless republishing
+FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
+make CC=%__cc CFLAGS=$RPM_OPT_FLAGS -Wall -g 
-DFXLOAD_VERSION=$FAKE_BUILDDATE (development)
 
 %install
 %make_install
@@ -63,7 +70,7 @@
 #UsrMerge
 /sbin/*
 #EndUsrMerge
-%attr(755,root,root) %{_sbindir}
+%attr(755,root,root) %{_sbindir}/fxload
 %{_mandir}/man?/*
 %dir /usr/share/usb
 /usr/share/usb/a3load.hex

++ fxload-2008_10_13-prefer_DEVNAME.patch ++
Author: Stefan Seyfried seife+...@b1-systems.com
Subject: Adapt fxload to newer udev

Actually this patch is from ubuntu:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/156085/comments/102
  * Use DEVNAME from the environment in preference to DEVICE,
the former contains the modern /dev/bus/usb path. LP: #156085.

Index: b/main.c
===
--- a/main.c
+++ b/main.c
@@ -32,23 +32,23 @@
  * -s path   -- use this second stage loader
  * -c byte   -- Download to EEPROM, with this config byte
  *
  * -L path   -- Create a symbolic link to the device.
  * -m mode   -- Set the permissions on the device after download.
- * -D path   -- Use this device, instead of $DEVICE
+ * -D path   -- Use this device, instead of $DEVNAME or $DEVICE
  *
  * -V  -- Print version ID for program
  *
  * This program is intended to be started by hotplug scripts in
  * response to a device appearing on the bus. It therefore also
  * expects these environment variables which are passed by hotplug to
  * its sub-scripts:
  *
- * DEVICE=path
- * This is the path to the device is /proc/bus/usb. It is the
- * complete path to the device, that I can pass to open and
- * manipulate as a USB device.
+ * DEVNAME=path, DEVICE=path
+ * This is the path to the device in /dev/bus/usb or
+ * /proc/bus/usb. It is the complete path to the device, that
+ * I can pass to open and manipulate as a USB device.
  */
 
 # include  stdlib.h
 # include  stdio.h
 # include  getopt.h
@@ -89,17 +89,20 @@ void logerror(const char *format, ...)
 
 int main(int argc, char*argv[])
 {
   const char   *link_path = 0;
   const char   *ihex_path = 0;
-  const char   *device_path = getenv(DEVICE);
+  const char   *device_path = getenv(DEVNAME);
   const char   *type = 0;
   const char   *stage1 = 0;
   mode_t   mode = 0;
   int  opt;
   int  config = -1;
 
+  if 

commit doomsday for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package doomsday for openSUSE:Factory 
checked in at 2014-01-13 10:52:52

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


Package is doomsday

Changes:

--- /work/SRC/openSUSE:Factory/doomsday/doomsday.changes2014-01-03 
14:58:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.doomsday.new/doomsday.changes   2014-01-13 
10:52:53.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan  6 05:15:25 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.13.1
+* Multiplayer: Resolve crash when joining a multiplayer game using
+  the Vanilla appearance profile
+* Multiplayer: Resolve crash when more than one client joins a game
+* Multiplayer: Missing busy mode transition frame when joining
+  a game
+* UI: Using keyboard bindings when a popup is open in the UI
+  (e.g. pressing F11 to toggle screen when the DE menu is open in
+  the task bar)
+* Added the -nodiscovery option to prevent Doomsday from looking
+  for running servers on the LAN
+
+---

Old:

  doomsday-1.13.0.tar.xz

New:

  doomsday-1.13.1.tar.xz



Other differences:
--
++ doomsday.spec ++
--- /var/tmp/diff_new_pack.rK8YAI/_old  2014-01-13 10:52:54.0 +0100
+++ /var/tmp/diff_new_pack.rK8YAI/_new  2014-01-13 10:52:54.0 +0100
@@ -17,9 +17,9 @@
 
 
 Name:   doomsday
-Version:1.13
+Version:1.13.1
 Release:0
-%define rver   1.13.0
+%define rver   1.13.1
 Summary:The Doomsday Engine: DOOM/Hertic/Hexen port with pretty 
graphics
 License:GPL-2.0+ and GPL-2.0
 Group:  Amusements/Games/3D/Shoot
@@ -28,7 +28,7 @@
 
 #Git-Web:  https://github.com/skyjake/Doomsday-Engine
 #Git-Clone:git://github.com/skyjake/Doomsday-Engine
-#DL-URL:   http://downloads.sf.net/deng/doomsday-1.13.0.tar.gz
+#DL-URL:   http://downloads.sf.net/deng/doomsday-1.13.1.tar.gz
 Source: %name-%rver.tar.xz
 Source2:%name-rpmlintrc
 

++ doomsday-1.13.0.tar.xz - doomsday-1.13.1.tar.xz ++
/work/SRC/openSUSE:Factory/doomsday/doomsday-1.13.0.tar.xz 
/work/SRC/openSUSE:Factory/.doomsday.new/doomsday-1.13.1.tar.xz differ: char 
27, line 1

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



commit kdelibs3 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2014-01-13 10:53:13

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


Package is kdelibs3

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes2013-11-23 
08:14:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2014-01-13 
10:53:14.0 +0100
@@ -1,0 +2,21 @@
+Sat Jan 11 07:45:33 UTC 2014 - co...@suse.com
+
+- work around toolchain issue reported on 
+ http://lists.opensuse.org/opensuse-packaging/2014-01/msg00010.html
+
+ Once binutils and glibc maintainers agree on where the bug is,
+ we can reenable as_needed
+
+---
+Wed Jan  8 13:53:33 UTC 2014 - adr...@suse.de
+
+- use gamin-devel instead of unmaintained fam(-devel) package
+
+---
+Wed Dec 18 09:28:43 UTC 2013 - an...@opensuse.org
+
+- fix KDE Help Center using a suggested patch from 
+  KDE bug tacker (KDE bug 209415). The help center now works again!
+  kdelibs-fix-htdig.diff
+
+---

New:

  kdelibs-fix-htdig.diff



Other differences:
--
++ kdelibs3.spec ++
--- /var/tmp/diff_new_pack.9ZkJ3y/_old  2014-01-13 10:53:16.0 +0100
+++ /var/tmp/diff_new_pack.9ZkJ3y/_new  2014-01-13 10:53:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdelibs3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,9 @@
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  cups-devel
 BuildRequires:  db-devel
-BuildRequires:  fam-devel
 BuildRequires:  fdupes
 BuildRequires:  flac-devel
+BuildRequires:  gamin-devel
 BuildRequires:  krb5-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libart_lgpl-devel
@@ -200,6 +200,7 @@
 Patch226:   initialise-mCrossDomain-fix.diff
 Patch227:   kdelibs-kactionselector-multiple-item-movement.patch
 Patch228:   merge-svn-diff.patch
+Patch229:   kdelibs-fix-htdig.diff
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -274,7 +275,7 @@
 Summary:KDE Base Package: Build Environment
 Group:  System/GUI/KDE
 Requires:   arts-devel
-Requires:   fam-devel
+Requires:   gamin-devel
 Requires:   libidn-devel
 Requires:   pcre-devel
 
@@ -402,6 +403,7 @@
 %patch225 -p1
 %patch226 -p1
 %patch227 -p1
+%patch229 -p1
 
 # disable a debug feature
 sed -i 's|#define KICONLOADER_CHECKS||g' kdecore/kiconloader.cpp
@@ -421,6 +423,8 @@
 
 %build
 export PATH=$PWD/admin/:$PATH
+# work around for 
http://lists.opensuse.org/opensuse-packaging/2014-01/msg00010.html
+export SUSE_ASNEEDED=0
 FINAL=--enable-final
 CFLAGS=$CFLAGS -fno-strict-aliasing
 CXXFLAGS=$CXXFLAGS -fno-strict-aliasing
@@ -439,7 +443,7 @@
--with-ssl-dir=/usr/ssl \
--mandir=%_mandir \
--sysconfdir=%_sysconfdir \
-   --enable-new-ldflags
+   --disable-new-ldflags
   #
   # common_options
   #
@@ -694,9 +698,6 @@
 %verifyscript
 %verify_permissions -e /opt/kde3/bin/kpac_dhcp_helper
 
-%clean
-  rm -rf ${RPM_BUILD_ROOT}
-
 %files default-style
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYING.BSD COPYING.LIB NAMING README 


++ kdelibs-fix-htdig.diff ++
commit 2259d55a3971d050e40234a92d9753143cab0e09
Author: Timothy Pearson kb9...@pearsoncomputing.net
Date:   1387079758 -0600

Fix htdig index build failure using suggested patch from KDE bug 209415
This relates to Bug 370

diff --git a/kdoctools/customization/htdig_index.xsl 
b/kdoctools/customization/htdig_index.xsl
index 7aa9113..4d47982 100644
--- a/kdoctools/customization/htdig_index.xsl
+++ b/kdoctools/customization/htdig_index.xsl
@@ -35,7 +35,7 @@
   /entry
 /xsl:template
 
-xsl:template match=sect*/title|emphasis
+xsl:template match=*[starts-with(local-name(), 'sect')]/title|emphasis
   entry header=2
 xsl:apply-templates/
   /entry
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-01-13 10:53:24

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


Package is libgphoto2

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2013-10-02 
13:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-01-13 10:53:26.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan 10 21:24:25 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.3 final
+  - bugfixes, Coverity and other fixes
+  - new USB ids
+  - hwdb support fixed (bnc#852551)
+  - unified all names, especiall Canon S100 (bnc#856828)
+  - pentax updates
+- reenabled gpg checking
+
+---

Old:

  libgphoto2-2.5.2.1.tar.bz2

New:

  libgphoto2-2.5.3.tar.bz2
  libgphoto2-2.5.3.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.GUdMlh/_old  2014-01-13 10:53:27.0 +0100
+++ /var/tmp/diff_new_pack.GUdMlh/_new  2014-01-13 10:53:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgphoto2
 #
-# 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
@@ -51,10 +51,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.2.1
+Version:2.5.3
 Release:0
-Source0:%{name}-%{version}.tar.bz2
-#Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
+Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
+Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 %if 0%{?suse_version}  1220

++ libgphoto2-2.5.2.1.tar.bz2 - libgphoto2-2.5.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.2.1.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.3.tar.bz2 differ: 
char 11, line 1


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



commit kdump for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2014-01-13 10:53:19

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


Package is kdump

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2013-12-08 
19:27:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-01-13 
10:53:20.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan 13 06:37:39 UTC 2014 - ptesa...@suse.cz
+
+- Update to 0.8.7
+  o Change libelf interface to elfutils (libelf1)
+  o Fix parsing of command line options
+  o New tests
+  o Many code cleanups 
+
+---

Old:

  kdump-0.8.6-rpmlintrc
  kdump-0.8.6.tar.bz2

New:

  kdump-0.8.7-rpmlintrc
  kdump-0.8.7.tar.bz2



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.twkDEk/_old  2014-01-13 10:53:21.0 +0100
+++ /var/tmp/diff_new_pack.twkDEk/_new  2014-01-13 10:53:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdump
 #
-# 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
@@ -19,7 +19,7 @@
 Url:http://freehg.org/u/bwalle/kdump/
 
 Name:   kdump
-Version:0.8.6
+Version:0.8.7
 Release:0
 Requires:   curl
 Requires:   makedumpfile
@@ -31,7 +31,7 @@
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libcurl-devel
-BuildRequires:  libelf0-devel
+BuildRequires:  libelf-devel
 BuildRequires:  libesmtp-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libxslt

++ kdump-0.8.6-rpmlintrc - kdump-0.8.7-rpmlintrc ++

++ kdump-0.8.6.tar.bz2 - kdump-0.8.7.tar.bz2 ++
 6843 lines of diff (skipped)

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



commit installation-images for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2014-01-13 10:53:06

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2014-01-09 15:29:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2014-01-13 10:53:09.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan  8 14:41:02 UTC 2014 - co...@suse.com
+
+- icewm is using update-alternatives now (icewm.patch)
+
+---
+Wed Jan  8 13:18:11 UTC 2014 - mvid...@suse.com
+
+- require the unversioned names of libyui backends
+
+---

New:

  icewm.patch



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.Ctr8iv/_old  2014-01-13 10:53:10.0 +0100
+++ /var/tmp/diff_new_pack.Ctr8iv/_new  2014-01-13 10:53:10.0 +0100
@@ -113,10 +113,10 @@
 BuildRequires:  libreiserfs-devel
 BuildRequires:  libsolv-tools
 BuildRequires:  libudev1
-BuildRequires:  libyui-ncurses-pkg5
-BuildRequires:  libyui-qt-graph5
-BuildRequires:  libyui-qt-pkg5
-BuildRequires:  libyui-qt5
+BuildRequires:  libyui-ncurses-pkg
+BuildRequires:  libyui-qt
+BuildRequires:  libyui-qt-graph
+BuildRequires:  libyui-qt-pkg
 BuildRequires:  libzypp
 BuildRequires:  links
 BuildRequires:  linuxrc
@@ -392,6 +392,7 @@
 Version:14.25
 Release:0
 Source: installation-images-14.25.tar.bz2
+Patch0: icewm.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 
@@ -464,6 +465,7 @@
 
 %prep
 %setup
+%patch0 -p1
 rm -f /usr/lib/build/checks/04-check-filelist
 
 %build

++ icewm.patch ++
Index: installation-images-14.25/data/root/root.file_list
===
--- installation-images-14.25.orig/data/root/root.file_list
+++ installation-images-14.25/data/root/root.file_list
@@ -57,7 +57,6 @@ pinentry: ignore
 sessreg: ignore
 shared-mime-info: ignore
 update-alternatives: ignore
-update-alternatives: ignore
 xinetd: ignore
 xrdb: ignore
 yast2-ldap-client: ignore
@@ -549,7 +548,8 @@ if arch ne 's390'  arch ne 's390x'
 /usr/lib*/libfribidi.so*
 
   icewm-lite:
-/usr/bin/icewm
+/usr/bin/icewm-lite
+s /usr/bin/icewm-lite /usr/bin/icewm
 
 endif
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmemcached for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package libmemcached for openSUSE:Factory 
checked in at 2014-01-13 10:53:30

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


Package is libmemcached

Changes:

--- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes
2013-04-19 09:58:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmemcached.new/libmemcached.changes   
2014-01-13 10:53:32.0 +0100
@@ -1,0 +2,17 @@
+Sat Jan  4 23:08:40 UTC 2014 - dmuel...@suse.com
+
+- use rpmoptflags 
+
+---
+Fri Aug  2 22:56:56 UTC 2013 - ch...@computersalat.de
+
+- update to 1.0.17
+  * fix #1091599 Can not make a rpm package on CentOS 6.3
+  * fix #1123153 increment/decrement can erroneously report
+MEMCACHED_UNKNOWN_READ_FAILURE
+  * fix #1126601 Double clean up leads to accessing invalid memory
+- rebase pthread patch
+- add with-memcached patch
+  * http://bazaar.launchpad.net/~brianaker/libmemcached/1164440/revision/1158
+
+---

Old:

  libmemcached-1.0.16.tar.gz
  libmemcached-1.0.16.tar.gz.asc

New:

  libmemcached-1.0.17.tar.gz
  libmemcached-1.0.17.tar.gz.asc
  libmemcached-with-memcached.patch



Other differences:
--
++ libmemcached.spec ++
--- /var/tmp/diff_new_pack.D6bFW6/_old  2014-01-13 10:53:33.0 +0100
+++ /var/tmp/diff_new_pack.D6bFW6/_new  2014-01-13 10:53:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmemcached
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:A C and C++ client library to the memcached server
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.0.16
+Version:1.0.17
 Release:0
 Url:http://libmemcached.org
 Source0:
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
 
@@ -29,6 +29,8 @@
 Source2:%{name}.keyring
 # PATCH-FIX-UPSTREAM libmemcached-pthread.patch lp#133614 dims...@opensuse.org 
-- Fix pthread detection
 Patch0: libmemcached-pthread.patch
+# PATCH-FIX-UPSTREAM libmemcached-with-memcached.patch -- Fix 
--with-memchached bug:  'HAVE_MEMCACHED_BINARY' was not declared in this scope
+Patch1: libmemcached-with-memcached.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # List of additional build dependencies
 BuildRequires:  bison
@@ -96,6 +98,7 @@
 %gpg_verify %{S:1}
 %setup -q
 %patch0
+%patch1
 
 %build
 autoreconf -fiv
@@ -103,10 +106,10 @@
   --disable-static \
   --enable-libmemcachedprotocol \
   --with-memcached=%{_sbindir}/memcached
-make %{?_smp_mflags}
+make CFLAGS=-std=c99 %optflags CXXFLAGS=%optflags %{?_smp_mflags}
 
 %install
-%makeinstall
+%makeinstall CFLAGS=-std=c99 %optflags CXXFLAGS=%optflags
 %__rm -f %{buildroot}%{_libdir}/*.la
 %if 0%{?suse_version}  1020
 # create symlinks for man pages

++ libmemcached-1.0.16.tar.gz - libmemcached-1.0.17.tar.gz ++
 14814 lines of diff (skipped)

++ libmemcached-pthread.patch ++
--- /var/tmp/diff_new_pack.D6bFW6/_old  2014-01-13 10:53:33.0 +0100
+++ /var/tmp/diff_new_pack.D6bFW6/_new  2014-01-13 10:53:33.0 +0100
@@ -1,7 +1,9 @@
 === modified file 'm4/ax_pthread.m4'
 m4/ax_pthread.m4   2012-07-27 04:00:47 +
-+++ m4/ax_pthread.m4   2012-11-09 03:56:45 +
-@@ -123,7 +123,7 @@
+Index: m4/ax_pthread.m4
+===
+--- m4/ax_pthread.m4.orig
 m4/ax_pthread.m4
+@@ -123,7 +123,7 @@ fi
  # which indicates that we try without any flags at all, and pthread-config
  # which is a program returning the flags for the Pth emulation library.
  
@@ -10,5 +12,3 @@
  
  # The ordering *is* (sometimes) important.  Some notes on the
  # individual items follow:
-
-

++ libmemcached-with-memcached.patch ++
=== modified file 'm4/ax_memcached.m4'
Index: m4/ax_memcached.m4
===
--- m4/ax_memcached.m4.orig
+++ m4/ax_memcached.m4
@@ -44,15 +44,26 @@
 #  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 #  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#serial 3
+#serial 4
 
 AC_DEFUN([AX_PROG_MEMCACHED],
-[AX_WITH_PROG([MEMCACHED_BINARY],[memcached])
-AS_IF([test -f 

commit python-boto for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2014-01-13 10:55:38

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


Package is python-boto

Changes:

--- /work/SRC/openSUSE:Factory/python-boto/python-boto-doc.changes  
2013-09-26 19:46:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto-doc.changes 
2014-01-13 10:55:39.0 +0100
@@ -1,0 +2,13 @@
+Sun Jan  5 19:13:42 UTC 2014 - rschweik...@suse.com
+
+- update to version 2.22.0
+
+  * Added missed notes about the cn-north-1 region. (commit 738c8cb)
+  * Added the C3 family of EC2 instances. (issue 1938, commit 05b7482)
+  * Add documentation describing account usage for multipart uploads in S3
+  (commit af03d8d)
+  * Documentation: add Kinesis API reference (issue 1921, commit c169836)
+  * Documentation: sriovNetSupport instance attribute (issue 1915,
+   commit e1bafcc)
+
+---
--- /work/SRC/openSUSE:Factory/python-boto/python-boto.changes  2013-12-30 
10:32:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto.changes 
2014-01-13 10:55:39.0 +0100
@@ -1,0 +2,95 @@
+Sun Jan  5 18:55:26 UTC 2014 - rschweik...@suse.com
+
+- update to version 2.22.0:
+  * Updated Auto Scaling to support the latest API. (commit 9984c4f)
+  * Added the ability to alter response sizes in DynamoDB queries/scans.
+  (issue 1949, commit 6761b01)
+  * Fix string instance tests. (issue 1959, commit ee203bf)
+  * Add missing parameters to get_spot_price_history method. (issue 1958,
+  commit f635474)
+  * Fix unicode string parameter handling in S3Connection. (issue 1954,
+  issue 1952, commit 12e6b0c)
+  * Fix typo in docstring for SSHClient.run. (issue 1953, commit 5263b20)
+  * Properly handle getopt long options in s3put. (issue 1950, issue 1946,
+  commit cf693ff)
+  * Fixed a missed inheritance bug in mturk. (issue 1936, commit 0137f29)
+  * Added cn-north-1 to regions. (commit 9c89de1)
+  * Fixed threading issues related to datetime.strptime. (issue 1898,
+  commit 2ef66c9)
+  * Updated all the old-style inheritance calls. (issue 1918, issue 1936,
+  issue 1937, commit 39a997f  commit 607624f)
+  * Add support for Elastic Transcoder pagination and new codecs (commit
+  dcb1c5a)
+  * Add support for new CloudTrail calling format (commit aeafe9b)
+  * Update to the latest Support API (commit 45e1884)
+  * Add support for arbitrarily large SQS messages stored in S3 via BigMessage.
+  (issue 1917, commit e6cd665)
+  * Add support for encoding_type to S3 (commit 6b2d967)
+  * Add support for Elastic MapReduce tags (issue 1928, issue 1920,
+  commit b9749c6, commit 8e4c595)
+  * Add high level support for global secondary indexes in DynamoDB (issue
+  1924, issue 1913, commit 32dac5b)
+  * Add support for Elastic Beanstalk worker environments. (issue 1911,
+  commit bbd4fbf)
+  * Add support for OpsWorks IAM user permissions per stack (commit ac6e4e7)
+  * Add support for SigV4 to S3 (commit deb9e18)
+  * Add support for SigV4 to EC2 (commit bdebfe0)
+  * Add support for SigV4 to ElastiCache (commit b892b45)
+  * Add documentation describing account usage for multipart uploads in S3
+  (commit af03d8d)
+  * Update DesiredCapacity if AutoScalingGroup.desired_capacity is not None.
+  (issue 1906, issue 1906, issue 1757, commit b6670ce)
+  * Documentation: add Kinesis API reference (issue 1921, commit c169836)
+  * Documentation: sriovNetSupport instance attribute (issue 1915, commit
+  e1bafcc)
+  * Update RDS documentation for API version: 2013-09-09 (issue 1914, commit
+  fcf702a)
+  * Switch all classes to new style classes which results in memory use
+  improvements (commit ca36fa2)
+  * Bug fix for IAM security credentials metadata URL. (issue 1912,
+  issue 1908, issue 1907, commit f82e7a5)
+  * Add support for Amazon Kinesis (commit d0b684e)
+  * Add support for i2 instance types to EC2. (commit 0f5371f)
+  * Add support for DynamoDB Global Secondary Indexes (commit 297cacb)
+  * Add support for AWS Direct Connect. (issue 1894, issue 1894, commit 
3cbca26)
+  * Add option for sorting SDB dumps to sdbadmin. (issue 1888, issue 1888,
+  commit 070e4f6)
+  * Add a retry when EC2 metadata is returned as corrupt JSON. (issue 1883,
+  issue 1883, issue 1868, commit 41470a0)
+  * Added some missing attributes to DBInstance and DBSnapshot. (issue 1880,
+  issue 1880, commit 2751dff)
+  * Implement nonzero for DynamoDB Item to consider empty items falsey (issue
+  1899, commit 808e550)
+  * Remove dimensions from Metric.query() docstring. (issue 1901, issue 1901,
+  commit 

commit mc for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package mc for openSUSE:Factory checked in 
at 2014-01-13 10:55:27

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


Package is mc

Changes:

--- /work/SRC/openSUSE:Factory/mc/mc.changes2014-01-07 13:57:23.0 
+0100
+++ /work/SRC/openSUSE:Factory/.mc.new/mc.changes   2014-01-13 
10:55:28.0 +0100
@@ -1,0 +2,8 @@
+Fri Jan 10 20:51:29 UTC 2014 - d...@opensuse.org
+
+- disable the ssh/fish vfs due to
+  http://www.midnight-commander.org/ticket/3128 and
+  https://bugzilla.novell.com/show_bug.cgi?id=856501
+- remove unneccessary build-dep on recode
+
+---



Other differences:
--
++ mc.spec ++
--- /var/tmp/diff_new_pack.GbEXNV/_old  2014-01-13 10:55:29.0 +0100
+++ /var/tmp/diff_new_pack.GbEXNV/_new  2014-01-13 10:55:29.0 +0100
@@ -78,7 +78,6 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libssh2-devel
 BuildRequires:  readline-devel
-BuildRequires:  recode
 BuildRequires:  slang-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
@@ -136,6 +135,7 @@
 --localstatedir=/var/lib \
 --enable-charset \
 --enable-vfs-smb --with-smb-configdir=%{_sysconfdir}/samba \
+--disable-vfs-fish
 
 make %{?jobs:-j%{jobs}} V=1
 


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



commit rekonq for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rekonq for openSUSE:Factory checked 
in at 2014-01-13 10:55:46

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


Package is rekonq

Changes:

--- /work/SRC/openSUSE:Factory/rekonq/rekonq.changes2013-11-17 
20:20:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.rekonq.new/rekonq.changes   2014-01-13 
10:55:46.0 +0100
@@ -1,0 +2,12 @@
+Sat Jan 11 20:29:32 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 2.4.2
+  * clear urlbar action added
+  * global zoom settings added
+  * faster suggestions in the urlbar
+  * work around favicons
+  * default tab width changed
+  * doc update
+  * bugfixes
+
+---

Old:

  rekonq-2.4.0.tar.xz

New:

  rekonq-2.4.2.tar.xz



Other differences:
--
++ rekonq.spec ++
--- /var/tmp/diff_new_pack.xucWNg/_old  2014-01-13 10:55:47.0 +0100
+++ /var/tmp/diff_new_pack.xucWNg/_new  2014-01-13 10:55:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rekonq
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann buschman...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   rekonq
-Version:2.4.0
+Version:2.4.2
 Release:0
 Summary:WebKit Based Web Browser for KDE
 License:GPL-2.0+

++ rekonq-2.4.0.tar.xz - rekonq-2.4.2.tar.xz ++
 47496 lines of diff (skipped)

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



commit man-pages for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2014-01-13 10:55:21

Comparing /work/SRC/openSUSE:Factory/man-pages (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages.new (New)


Package is man-pages

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2014-01-07 
13:57:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-01-13 
10:55:22.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 12 12:51:44 UTC 2014 - andreas.stie...@gmx.de
+
+- update to version 3.56:
+- New and rewritten pages:
+  * fgetc.3, gets.3, vdso.7
+- Newly documented interfaces in existing pages:
+  * reboot.2 LINUX_REBOOT_SW_SUSPEND
+- Further updates and global changes listed in changelog:
+  
http://git.kernel.org/cgit/docs/man-pages/man-pages.git/tree/Changes?id=man-pages-3.56
+- switch to upstream xz archive
+
+---

Old:

  man-pages-3.55.tar.bz2

New:

  man-pages-3.56.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.5kJ5z6/_old  2014-01-13 10:55:23.0 +0100
+++ /var/tmp/diff_new_pack.5kJ5z6/_new  2014-01-13 10:55:23.0 +0100
@@ -18,13 +18,13 @@
 
 Name:   man-pages
 Url:http://www.kernel.org/doc/man-pages/download.html
-Version:3.55
+Version:3.56
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT
 Group:  Documentation/Man
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.bz2
+Source: 
https://www.kernel.org/pub/linux/docs/man-pages/man-pages-%{version}.tar.xz
 Source1:man-pages-addons.tar.bz2
 Patch:  man-pages.eal3.diff
 Patch3: %{name}_gai.conf-reference.patch

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



commit rubygem-yast-rake for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-yast-rake for 
openSUSE:Factory checked in at 2014-01-13 10:55:50

Comparing /work/SRC/openSUSE:Factory/rubygem-yast-rake (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new (New)


Package is rubygem-yast-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-yast-rake/rubygem-yast-rake.changes  
2013-12-10 16:04:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-yast-rake.new/rubygem-yast-rake.changes 
2014-01-13 10:55:52.0 +0100
@@ -1,0 +2,29 @@
+Mon Dec  9 09:25:59 UTC 2013 - lsle...@suse.cz
+
+- read the version number directly from *.spec file (ignore VERSION
+  files), adapted version:bump task, removed
+  version:update_spec task (not needed anymore)
+- 0.1.5
+
+---
+Thu Nov  7 10:20:46 UTC 2013 - mvid...@suse.com
+
+- Fixed `rake run` to work and `rake run[foo]` to really use
+  the local files.
+- 0.1.4
+
+---
+Fri Oct 25 10:32:12 UTC 2013 - jreidin...@suse.com
+
+- Run test:unit even for nested test directories
+  (gh#yast/yast-rake#2)
+- 0.1.3
+
+---
+Mon Oct 14 08:10:49 UTC 2013 - jreidin...@suse.com
+
+- do not run test before packaging as it is runned in osc:build
+  during rpm build
+- 0.1.2
+
+---

Old:

  yast-rake-0.1.1.gem

New:

  yast-rake-0.1.5.gem



Other differences:
--
++ rubygem-yast-rake.spec ++
--- /var/tmp/diff_new_pack.H2ulNH/_old  2014-01-13 10:55:53.0 +0100
+++ /var/tmp/diff_new_pack.H2ulNH/_new  2014-01-13 10:55:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-yast-rake
 #
-# 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:   rubygem-yast-rake
-Version:0.1.1
+Version:0.1.5
 Release:0
 %define mod_name yast-rake
 %define mod_full_name %{mod_name}-%{version}

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



commit logwarn for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package logwarn for openSUSE:Factory checked 
in at 2014-01-13 10:55:17

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


Package is logwarn

Changes:

--- /work/SRC/openSUSE:Factory/logwarn/logwarn.changes  2013-01-29 
10:49:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.logwarn.new/logwarn.changes 2014-01-13 
10:55:19.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan 12 19:22:17 UTC 2014 - arc...@dellroad.org
+
+- Upgrade to version 1.0.11
+  + Added `-l' flag (contributed by Tobias Galitzien)
+  + Added `-c' flag for case-insensitive matching (issue #19)
+  + Added `-N' flag to limit messages processed (issue #17)
+
+---

Old:

  logwarn-1.0.10.tar.gz

New:

  logwarn-1.0.11.tar.gz



Other differences:
--
++ logwarn.spec ++
--- /var/tmp/diff_new_pack.UwYhMp/_old  2014-01-13 10:55:20.0 +0100
+++ /var/tmp/diff_new_pack.UwYhMp/_new  2014-01-13 10:55:20.0 +0100
@@ -1,34 +1,33 @@
 #
-# Logwarn - Utility for finding interesting messages in log files
+# spec file for package logwarn
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (C) 2010-2011 Archie L. Cobbs. All rights reserved.
 #
-# Licensed under the Apache License, Version 2.0 (the License);
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an AS IS BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-# $Id: logwarn.spec.in 54 2011-05-23 15:49:17Z archie.cobbs $
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   logwarn
-Version:1.0.10
-Release:1
-License:Apache-2.0
+Version:1.0.11
+Release:0
 Summary:Utility for finding interesting messages in log files
+License:Apache-2.0
 Group:  System/Monitoring
 Source: %{name}-%{version}.tar.gz
-URL:http://%{name}.googlecode.com/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-root
-BuildRequires:  make
+Url:http://%{name}.googlecode.com/
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  nagios-rpm-macros
 
 %description
@@ -74,7 +73,7 @@
 Group:  System/Monitoring
 Requires:   bash
 Requires:   logwarn = %{version}
-Buildarch:  noarch
+BuildArch:  noarch
 
 %description nagios-plugin
 %{name} searches for interesting messages in log files, where ``interest-

++ logwarn-1.0.10.tar.gz - logwarn-1.0.11.tar.gz ++
 3246 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/logwarn-1.0.10/CHANGES new/logwarn-1.0.11/CHANGES
--- old/logwarn-1.0.10/CHANGES  2012-11-25 23:32:07.0 +0100
+++ new/logwarn-1.0.11/CHANGES  2014-01-12 20:18:29.0 +0100
@@ -1,4 +1,10 @@
 
+Version 1.0.11 (r115) Released January 12, 2014
+
+- Added `-l' flag (contributed by Tobias Galitzien)
+- Added `-c' flag for case-insensitive matching (issue #19)
+- Added `-N' flag to limit messages processed (issue #17)
+
 Version 1.0.10 (r104) Released November 25, 2012
 
 - Added `-M' and `-L' command line flags
@@ -59,4 +65,4 @@
 
 - Initial release
 
-$Id: CHANGES 104 2012-11-25 22:32:05Z archie.cobbs $
+$Id: CHANGES 115 2014-01-12 19:18:28Z archie.cobbs $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude 

commit mksh for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package mksh for openSUSE:Factory checked in 
at 2014-01-13 10:55:32

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


Package is mksh

Changes:

--- /work/SRC/openSUSE:Factory/mksh/mksh.changes2013-10-30 
15:45:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.mksh.new/mksh.changes   2014-01-13 
10:55:33.0 +0100
@@ -1,0 +2,29 @@
+Sun Jan 12 10:09:16 UTC 2014 - g...@opensuse.org
+
+- update to version 49
+  - [tg] dot.mkshrc: fix two issues with the cd wrapper
+  - [tg] Unbreak set +p (wider issue still to be addressed)
+  - [Steffen Daode Nurpmeso] Use WCONTINUED with waitpid(2)
+  - [millert] Add proper suspend builtin handling tty(4) and
+setpgrp(2)
+  - [tg] Sanitise and slightly optimise control character handling
+  - [tg] Add O_BINARY to all open(2) calls for OS/2 kLIBC support
+  - [tg] Generate option strings for shell, set, ulimit at compile
+time
+  - [Steffen Daode Nurpmeso] Drop ISTRIP termios(4) mode
+  - [tg] Mention negative history numbers, octals in the manpage
+  - [tg] Make check.pl work with Perl  5.6.1 again
+  - [tg] Detect getsid(2) and skip the oksh suspend builtin
+otherwise
+  - [tg] Document that set -o noclobber is unsafe for tempfiles
+  - [tg] Update to Unicode 6.3.0
+  - [RT] Restore some portability
+  - [tg] Fix parsing positional argument variable names
+  - [tg] Sprinkle a few __attribute__((__pure__)); fix warnings
+  - [tg] Fix build on OSX: always use our wcwidth code; only use
+our strlcpy(3) code if the OE doesn’t provide one (prompted by
+jonthn on IRC)
+  - [tg] Optimise sh -c to exec even in MKSH_SMALL
+  - [tg] Use new BAFH for hashing
+
+---

Old:

  mksh-R48b.tgz

New:

  mksh-R49.tgz



Other differences:
--
++ mksh.spec ++
--- /var/tmp/diff_new_pack.ELfqYZ/_old  2014-01-13 10:55:34.0 +0100
+++ /var/tmp/diff_new_pack.ELfqYZ/_new  2014-01-13 10:55:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mksh
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Guido Berhoerster.
 # Copyright (c) 2013 Thorsten Glaser.
 #
@@ -21,7 +21,7 @@
 # Please see OBS home:mirabile/mksh for a package for other distributions.
 
 Name:   mksh
-Version:48b
+Version:49
 Release:0
 Summary:MirBSD Korn Shell
 License:MirOS and ISC

++ mksh-R48b.tgz - mksh-R49.tgz ++
 3978 lines of diff (skipped)

++ mksh-vendor-mkshrc.patch ++
--- /var/tmp/diff_new_pack.ELfqYZ/_old  2014-01-13 10:55:34.0 +0100
+++ /var/tmp/diff_new_pack.ELfqYZ/_new  2014-01-13 10:55:34.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- mksh.orig/main.c
 +++ mksh/main.c
-@@ -648,6 +648,11 @@ main_init(int argc, const char *argv[],
+@@ -636,6 +636,11 @@ main_init(int argc, const char *argv[],
else if (Flag(FTALKING)) {
char *env_file;
  
@@ -18,10 +18,11 @@
 ===
 --- mksh.orig/mksh.1
 +++ mksh/mksh.1
-@@ -366,6 +366,10 @@ parameter after subjecting it to paramet
- substitution; if unset or empty, the user mkshrc profile is processed;
- otherwise, if a file whose name is the substitution result exists,
- it is processed; non-existence is silently ignored.
+@@ -375,6 +375,11 @@ This isn't easily implemented but
+ .Pq just always run Ic set +p
+ a stopgap measure for:
+ .Pa http://blog.cmpxchg8b.com/2013/08/security\-debianisms.html
++.Pp
 +If enabled at compile time, all interactive shells process a vendor-supplied
 +initialisation file before the
 +.Ev ENV

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



commit skelcd-control-openSUSE-LangAddOn for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE-LangAddOn 
for openSUSE:Factory checked in at 2014-01-13 10:56:18

Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE-LangAddOn (Old)
 and  /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE-LangAddOn.new 
(New)


Package is skelcd-control-openSUSE-LangAddOn

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE-LangAddOn/skelcd-control-openSUSE-LangAddOn.changes
  2013-12-31 16:47:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE-LangAddOn.new/skelcd-control-openSUSE-LangAddOn.changes
 2014-01-13 10:56:20.0 +0100
@@ -1,0 +2,9 @@
+Thu Jan  9 13:21:40 UTC 2014 - lsle...@suse.cz
+
+- the package is maintained now at Yast GitHub repository
+  (https://github.com/yast/skelcd-control-openSUSE-LangAddOn)
+- changed versioning schema to 13.2.x (distribution release
+  prefix)
+- version 13.2.1
+
+---

Old:

  get_version_number.sh
  installation.xml

New:

  skelcd-control-openSUSE-LangAddOn-13.2.1.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-LangAddOn.spec ++
--- /var/tmp/diff_new_pack.XvOIQ5/_old  2014-01-13 10:56:20.0 +0100
+++ /var/tmp/diff_new_pack.XvOIQ5/_new  2014-01-13 10:56:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skelcd-control-openSUSE-LangAddOn
 #
-# 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,36 +17,46 @@
 
 
 Name:   skelcd-control-openSUSE-LangAddOn
-BuildRequires:  libxml2
-# control.rnc
+# xmllint
+BuildRequires:  libxml2-tools
+# control.rng
 BuildRequires:  yast2-installation-control
-Url:http://www.suse.com/
+Url:https://github.com/yast/skelcd-control-openSUSE-LangAddOn
 AutoReqProv:off
-Version:2008.12.5
+Version:13.2.1
 Release:0
 Summary:skelcd for lang-addons
 License:GPL-2.0+
 Group:  Metapackages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: installation.xml
+Source: %{name}-%{version}.tar.bz2
 Provides:   product_control
 BuildArch:  noarch
 
 %description
 skelcd for lang-addons
 
+# NOTE: Do not patch the installation.xml file in OBS, fork
+# https://github.com/yast/skelcd-control-openSUSE-LangAddOn instead and create
+# a pull request. The package is autosubmitted from Git by Jenkins CI
+# (http://ci.opensuse.org/view/Yast/), your changes could be lost.
+
 %prep
 
+%setup -n %{name}-%{version}
+
+%check
+#
+# Verify syntax
+#
+make -C control check
+
 %install
 #
 # Add control file 
 #
 mkdir -p $RPM_BUILD_ROOT/CD1
-#
-# Verify syntax
-#
-xmllint --relaxng /usr/share/YaST2/control/control.rng --noout 
$RPM_SOURCE_DIR/installation.xml
-cp $RPM_SOURCE_DIR/installation.xml $RPM_BUILD_ROOT/CD1/
+install -m 644 control/installation.xml $RPM_BUILD_ROOT/CD1/installation.xml
 
 %files
 %defattr(644,root,root,755)

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



commit whois for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2014-01-13 10:56:40

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


Package is whois

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2013-12-30 
10:47:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2014-01-13 
10:56:41.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan 12 14:04:57 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 5.1.1
+  * Added the servers for 29 new gTLDs.
+
+---

Old:

  whois_5.1.0.tar.xz

New:

  whois_5.1.1.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.dlFXmg/_old  2014-01-13 10:56:42.0 +0100
+++ /var/tmp/diff_new_pack.dlFXmg/_new  2014-01-13 10:56:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package whois
 #
-# 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:   whois
-Version:5.1.0
+Version:5.1.1
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+

++ whois.asc ++
--- /var/tmp/diff_new_pack.dlFXmg/_old  2014-01-13 10:56:42.0 +0100
+++ /var/tmp/diff_new_pack.dlFXmg/_new  2014-01-13 10:56:42.0 +0100
@@ -5,7 +5,7 @@
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.1.0
+Version: 5.1.1
 Maintainer: Marco d'Itri m...@linux.it
 Standards-Version: 3.9.5
 Vcs-Browser: https://github.com/rfc1036/whois
@@ -14,16 +14,16 @@
 Package-List: 
  whois deb net standard
 Checksums-Sha1: 
- 390fec4ccca71ac8077ccbd067672ebdc7f7a82c 73596 whois_5.1.0.tar.xz
+ 7df2e70a0acba59b65aaa95c9950d6a750811827 73832 whois_5.1.1.tar.xz
 Checksums-Sha256: 
- f47ccaf2c4d2971a428f132416b332b5875000d0f9791626286c724316fd4e5e 73596 
whois_5.1.0.tar.xz
+ 69fb4c3d964603967d18b931c2275e678eed5c33af0a74c41198e1b46a520644 73832 
whois_5.1.1.tar.xz
 Files: 
- e16cc6ca56a6834ab60ace26215d6b0c 73596 whois_5.1.0.tar.xz
+ aa4561134a03e22e2d759748ca676a97 73832 whois_5.1.1.tar.xz
 
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v1.4.15 (GNU/Linux)
+Version: GnuPG v1
 
-iEYEARECAAYFAlK8hjcACgkQFGfw2OHuP7EiFgCeOinEBqyrRq7BChEwDZ2M5Dcn
-RjAAoJSMws5HM7yjD7V+QmQlDs86DZ2u
-=XUqE
+iEYEARECAAYFAlLQiPUACgkQFGfw2OHuP7EWjgCgjv/HF+iJjajROFQvRXJVFxmS
+TG8AoJDIiykAH2QxgozfWudxhBH9Nzjt
+=3v9I
 -END PGP SIGNATURE-


++ whois_5.1.0.tar.xz - whois_5.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.1.0/config.h new/whois-5.1.1/config.h
--- old/whois-5.1.0/config.h2013-12-26 10:04:19.0 +0100
+++ new/whois-5.1.1/config.h2014-01-11 00:51:03.0 +0100
@@ -1,5 +1,5 @@
 /* Program version */
-#define VERSION 5.1.0
+#define VERSION 5.1.1
 
 /* Configurable features */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.1.0/debian/changelog 
new/whois-5.1.1/debian/changelog
--- old/whois-5.1.0/debian/changelog2013-12-26 10:21:24.0 +0100
+++ new/whois-5.1.1/debian/changelog2014-01-11 00:51:45.0 +0100
@@ -1,3 +1,9 @@
+whois (5.1.1) unstable; urgency=medium
+
+  * Added the servers for 29 new gTLDs.
+
+ -- Marco d'Itri m...@linux.it  Sat, 11 Jan 2014 00:51:05 +0100
+
 whois (5.1.0) unstable; urgency=low
 
   * Added the .ga, .ml, .pf, .xn--l1acc (.МОН, Mongolia) and
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.1.0/tld_serv_list 
new/whois-5.1.1/tld_serv_list
--- old/whois-5.1.0/tld_serv_list   2013-12-26 10:20:10.0 +0100
+++ new/whois-5.1.1/tld_serv_list   2014-01-11 00:50:36.0 +0100
@@ -63,60 +63,89 @@
 .xxx   whois.nic.xxx
 
 # new gTLDs
-.academywhois.donuts.co
-.bike   whois.donuts.co
-.buzz   whois.nic.buzz
-.cabwhois.donuts.co
-.camera whois.donuts.co
-.camp   whois.donuts.co
-.careerswhois.donuts.co
-.center whois.donuts.co
-.clothing   whois.donuts.co
-.companywhois.donuts.co
-.computer   whois.donuts.co
-.construction   whois.donuts.co
-.contractorswhois.donuts.co
-.diamonds   whois.donuts.co
-.directory  whois.donuts.co
-.domainswhois.donuts.co
-.enterpriseswhois.donuts.co
-.equipment  whois.donuts.co

commit tigervnc for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2014-01-13 10:56:29

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


Package is tigervnc

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2014-01-02 
11:15:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2014-01-13 
10:56:30.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 10 15:11:50 UTC 2014 - sndir...@suse.com
+
+- do not include vnc Xserver module and xorg.conf snippet on s390x
+
+---
+Thu Jan  9 11:40:13 UTC 2014 - m...@suse.com
+
+- Remove unnecessary BuildRequires for binutils-gold.
+
+---



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.31kWCH/_old  2014-01-13 10:56:32.0 +0100
+++ /var/tmp/diff_new_pack.31kWCH/_new  2014-01-13 10:56:32.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package xorg-x11-Xvnc
+# spec file for package tigervnc
 #
-# Copyright (c) 2010 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
@@ -15,30 +15,74 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tigervnc
 Version:1.3.0
 Release:0
-License:GPL-2.0 and MIT
 Conflicts:  tightvnc
-BuildRequires:  xorg-x11-server-sdk Mesa-devel libopenssl-devel gcc-c++ 
libjpeg-devel fltk-devel
-BuildRequires:  nasm gcc-c++ pkgconfig(xproto) pkgconfig(x11) pkgconfig(xext) 
pkgconfig(xtst)
-BuildRequires:  cmake autoconf automake libtool binutils-gold
-BuildRequires:  java-devel jpackage-utils
+BuildRequires:  Mesa-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  cmake
+BuildRequires:  fltk-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gcc-c++
+BuildRequires:  java-devel
+BuildRequires:  jpackage-utils
+BuildRequires:  libjpeg-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  libtool
+BuildRequires:  nasm
+BuildRequires:  xorg-x11-server-sdk
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xtst)
 # Because of keytool to build java client
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgpg-error-devel
 BuildRequires:  mozilla-nss
-BuildRequires:  xorg-x11-libICE-devel xorg-x11-libSM-devel pkgconfig(libtasn1) 
pkgconfig(gnutls) libgcrypt-devel libgpg-error-devel pam-devel
+BuildRequires:  pam-devel
+BuildRequires:  pkg-config
+BuildRequires:  xmlto
+BuildRequires:  xorg-x11-libICE-devel
+BuildRequires:  xorg-x11-libSM-devel
+BuildRequires:  pkgconfig(bigreqsproto) = 1.1.0
+BuildRequires:  pkgconfig(compositeproto) = 0.4
+BuildRequires:  pkgconfig(damageproto) = 1.1
+BuildRequires:  pkgconfig(dri)
+BuildRequires:  pkgconfig(fixesproto) = 4.1
+BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(fontutil)
-BuildRequires:  pkg-config xmlto pkgconfig(pixman-1) = 0.15.20 
pkgconfig(glproto) pkgconfig(gl) pkgconfig(dri)  pkgconfig(openssl)
-BuildRequires:  pkgconfig(fixesproto) = 4.1 pkgconfig(damageproto) = 1.1 
pkgconfig(xcmiscproto) = 1.2.0 pkgconfig(xtrans) = 1.2.2 
-BuildRequires:  pkgconfig(bigreqsproto) = 1.1.0 pkgconfig(xproto)  = 7.0.17 
pkgconfig(randrproto) = 1.2.99.3 pkgconfig(renderproto) = 0.11 
-BuildRequires:  pkgconfig(xextproto) = 7.0.99.3 pkgconfig(inputproto)  = 
1.9.99.902 pkgconfig(kbproto) = 1.0.3 pkgconfig(fontsproto)
-BuildRequires:  pkgconfig(videoproto) pkgconfig(compositeproto) = 0.4 
pkgconfig(recordproto) = 1.13.99.1 pkgconfig(scrnsaverproto) = 1.1 
-BuildRequires:  pkgconfig(resourceproto) pkgconfig(xineramaproto) 
pkgconfig(xkbfile) pkgconfig(xau) pkgconfig(xdmcp) pkgconfig(xfont) = 1.4.2
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glproto)
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(inputproto)  = 1.9.99.902
+BuildRequires:  pkgconfig(kbproto) = 1.0.3
+BuildRequires:  pkgconfig(libtasn1)
+BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pciaccess) = 0.8.0 
-URL:http://sourceforge.net/apps/mediawiki/tigervnc/
+BuildRequires:  pkgconfig(pixman-1) = 0.15.20
+BuildRequires:  pkgconfig(randrproto) = 1.2.99.3
+BuildRequires:  pkgconfig(recordproto) = 1.13.99.1
+BuildRequires:  pkgconfig(renderproto) = 0.11
+BuildRequires:  pkgconfig(resourceproto)
+BuildRequires:  pkgconfig(scrnsaverproto) = 1.1
+BuildRequires:  

commit virtualbox for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2014-01-13 10:56:34

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


Package is virtualbox

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2014-01-01 
17:03:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2014-01-13 10:56:36.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 09 12:14:51 UTC 2014 - joerg.loren...@ki.tng.de
+
+- added subpackage virtualbox-guest-desktop-icons, contains icons
+  to provide os-specific icons for guest desktop files created on desktop.
+  
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.srWzJ4/_old  2014-01-13 10:56:38.0 +0100
+++ /var/tmp/diff_new_pack.srWzJ4/_new  2014-01-13 10:56:38.0 +0100
@@ -255,6 +255,16 @@
 %description devel
 Development file for %{name}
 ###
+%package guest-desktop-icons
+Summary:Icons for guest desktop files
+Group:  System/Emulators/PC
+Requires:   %{name} = %{version}
+Recommends: %{name}-gui = %{version}
+BuildArch:  noarch
+
+%description guest-desktop-icons
+This package contains icons for guest desktop files that were created on the 
desktop.
+###
 %prep
 %setup -q -n VirtualBox-%{version}
 %patch1
@@ -598,12 +608,25 @@

%{buildroot}%{_sbindir}/rcvboxweb-service
 #
 ##
+echo entering virtualbox-guest-desktop-icons install section
+##
+%__install -d -m 755   %{buildroot}%{_datadir}/pixmaps/virtalbox
+
+pushd src/VBox/Frontends/VirtualBox/images
+for icon in os_*.png; do
+  %__install -m 644 $icon %{buildroot}%{_datadir}/pixmaps/virtalbox/$icon;
+done
+popd
+#
+##
 # run fdupes
 ##
 #run fdupes because we lost link for virtualbox/components directory
 %fdupes %{buildroot}/%{_vbox_instdir}
 #also some translation files are duplicated
 %fdupes %{buildroot}/%{_datadir}/virtualbox/nls
+#also some icon files are duplicated
+%fdupes %{buildroot}/%{_datadir}/pixmaps/virtalbox
 
 #
 #
@@ -846,4 +869,9 @@
 %{_sysconfdir}/init.d/vboxweb-service
 %{_sbindir}/rcvboxweb-service
 
+%files guest-desktop-icons
+%defattr(-,root, root)
+%dir %{_datadir}/pixmaps/virtalbox
+%{_datadir}/pixmaps/virtalbox/*.png
+
 %changelog



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



commit arpack-ng for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package arpack-ng for openSUSE:Factory 
checked in at 2014-01-13 11:57:58

Comparing /work/SRC/openSUSE:Factory/arpack-ng (Old)
 and  /work/SRC/openSUSE:Factory/.arpack-ng.new (New)


Package is arpack-ng

Changes:

--- /work/SRC/openSUSE:Factory/arpack-ng/arpack-ng.changes  2013-12-11 
15:38:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.arpack-ng.new/arpack-ng.changes 2014-01-13 
11:57:58.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 06:55:25 UTC 2014 - badshah...@gmail.com
+
+- Add baselibs.conf file for multiarch binaries.
+
+---

New:

  baselibs.conf



Other differences:
--
++ arpack-ng.spec ++
--- /var/tmp/diff_new_pack.Q2Qck4/_old  2014-01-13 11:57:59.0 +0100
+++ /var/tmp/diff_new_pack.Q2Qck4/_new  2014-01-13 11:57:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arpack-ng
 #
-# 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
@@ -35,6 +35,7 @@
 Group:  System/Libraries
 Url:http://forge.scilab.org/index.php/p/arpack-ng/
 Source0:
http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng_%{version}.tar.gz
+Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM 0001-Do-not-install-test-binaries.patch
 Patch1: 0001-Do-not-install-test-binaries.patch
 Obsoletes:  arpack  %{version}

++ baselibs.conf ++
libarpack2
libparpack2-openmpi
arpack-ng-devel
requires -arpack-ng-targettype
requires libarpack2-targettype = version
parpack-openmpi-devel
requires -parpack-openmpi-targettype
requires libparpack2-openmpi-targettype = version--
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crmsh for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-01-13 12:00:42

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


Package is crmsh

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2013-12-30 
09:50:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-01-13 
12:00:42.0 +0100
@@ -1,0 +2,21 @@
+Fri Jan 10 05:10:16 UTC 2014 - kgronl...@suse.com
+
+- High: scripts: Cluster scripts (fate#316464, fate#309206, fate#316332)
+- Medium: help: Return error if help topic is not found (bug#40821)
+- Medium: crm_gv: Support rsc_template in graphs (bnc#850159)
+- Low: config: Validate boolean values correctly
+- Low: main: Seed random generator on startup
+- Low: main: More informative error on start failure
+- Low: cluster: Use crm_node -l for node list
+- Low: ui_cib: Fix typo in sublevel name: cib.cibconfig - cib.cibstatus
+- Doc: Updated documentation
+- upstream cs: d2314df6e8a2
+
+---
+Thu Jan  2 09:57:29 UTC 2014 - kgronl...@suse.com
+
+- Medium: cibconfig: Updated fix for configure load method (bnc#841764)
+- Low: parse: Correct recognition of kind in order constraints
+- upstream cs: cfd8529e182b
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.xRGmHo/_old  2014-01-13 12:00:43.0 +0100
+++ /var/tmp/diff_new_pack.xRGmHo/_new  2014-01-13 12:00:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package crmsh
 #
-# 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

++ crmsh.tar.bz2 ++
 6760 lines of diff (skipped)

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



commit booth for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2014-01-13 12:00:21

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


Package is booth

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2013-09-26 
14:43:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-01-13 
12:00:22.0 +0100
@@ -1,0 +2,17 @@
+Fri Jan 10 13:53:48 CET 2014 - philipp.ma...@linbit.com
+
+- Nearly full rewrite, version number 0.1.2.
+  github.com:ClusterLabs/booth.git 7fce594
+  - Use UDP for initial catchup, to avoid blocking on simultaneous restarts
+  - Automatic ticket renewal after first half of the expire interval
+  - Fixed building for OSC (libs in LDADD instead of LDFLAGS)
+  - Many cleanups.
+  - Daemon restart won't lose information, tickets loaded from CIB
+  - Multi-tenancy via multiple config files (FATE 316123)
+Init script starts all instances.
+  - Cleaned up config file parsing, is now more user-friendly
+  - Type (site/arbitrator) deduced from configuration and local IP addresses
+  - Should (might) work with IPv6, too.
+- booth-resource-monitor-build-issue.patch 
+
+---

Old:

  booth-resource-monitor-build-issue.patch



Other differences:
--
++ booth.spec ++
--- /var/tmp/diff_new_pack.W64p0P/_old  2014-01-13 12:00:23.0 +0100
+++ /var/tmp/diff_new_pack.W64p0P/_new  2014-01-13 12:00:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package booth
 #
-# 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
@@ -15,9 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-Url:https://github.com/jjzhang/booth
+Url:https://github.com/ClusterLabs/booth
+
 %if 0%{?suse_version}
 %define _libexecdir %{_libdir}
 %endif
@@ -33,19 +33,22 @@
 
 Name:   booth
 Summary:The Booth Cluster Ticket Manager
-Version:0.1
-Release:0
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
+Version:0.1.2
+Release:0
 Source: booth.tar.bz2
 Source1:%name-rpmlintrc
-Patch1:booth-resource-monitor-build-issue.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 # 1.1.6-2 on SLES has latest ticket support
 Requires:   pacemaker-ticket-support = 2.0
-BuildRequires:  autoconf automake help2man pkgconfig
-BuildRequires:  glib2-devel libglue-devel libxml2-devel 
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  glib2-devel
+BuildRequires:  help2man
+BuildRequires:  libglue-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
 %if %{with_resource_monitor}
 BuildRequires:  libpacemaker-devel
 #pacemaker-libs-devel
@@ -65,7 +68,6 @@
 
 %prep
 %setup -n booth
-%patch1 -p1
 %build
 ./autogen.sh
 %configure \

++ booth.tar.bz2 ++
 18910 lines of diff (skipped)

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



commit byaccj for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package byaccj for openSUSE:Factory checked 
in at 2014-01-13 12:00:29

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


Package is byaccj

Changes:

--- /work/SRC/openSUSE:Factory/byaccj/byaccj.changes2011-09-23 
01:53:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.byaccj.new/byaccj.changes   2014-01-13 
12:00:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan  7 11:05:45 UTC 2014 - sch...@suse.de
+
+- Build with $RPM_OPT_FLAGS
+
+---



Other differences:
--
++ byaccj.spec ++
--- /var/tmp/diff_new_pack.A6xiLt/_old  2014-01-13 12:00:31.0 +0100
+++ /var/tmp/diff_new_pack.A6xiLt/_new  2014-01-13 12:00:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package byaccj
 #
-# Copyright (c) 2011 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,14 +17,14 @@
 
 
 Summary:Parser Generator with Java Extension
+License:SUSE-Public-Domain
+Group:  Development/Libraries/Java
 
 Name:   byaccj
 Version:1.14
-Release:2
+Release:0
 %define jpp_release 3
-License:SUSE-Public-Domain
 Url:http://byaccj.sourceforge.net/
-Group:  Development/Libraries/Java
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}%{version}_src.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   man-pages
@@ -47,7 +47,7 @@
 
 %build
 pushd src
-make linux
+make linux CFLAGS=$RPM_OPT_FLAGS
 popd
 sed -i 's/\r//g' docs/tf.y
 

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



commit espeak for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package espeak for openSUSE:Factory checked 
in at 2014-01-13 12:00:52

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


Package is espeak

Changes:

--- /work/SRC/openSUSE:Factory/espeak/espeak.changes2013-12-19 
15:08:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.espeak.new/espeak.changes   2014-01-13 
12:00:53.0 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 08:28:46 UTC 2014 - tchva...@suse.com
+
+- Remove voices/en directory to avoid cpio rename error that is
+  caused by dir - file conversion. This makes the package
+  updateable again.
+
+---



Other differences:
--
++ espeak.spec ++
--- /var/tmp/diff_new_pack.yqXAXi/_old  2014-01-13 12:00:54.0 +0100
+++ /var/tmp/diff_new_pack.yqXAXi/_new  2014-01-13 12:00:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package espeak
 #
-# 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
@@ -82,7 +82,6 @@
 ../src/speak --compile=$voice; \
 done
 
-
 %install
 cd src
 make LIBDIR=%{_libdir} DESTDIR=%{buildroot} install
@@ -94,6 +93,13 @@
 # Rename docs subdir for installation with %doc
 %{__mv} docs/ html/
 
+%pre
+# Support for seamless update
+# Remove when 13.1 is out of update scope
+# or when this is directory again
+test -d %{_datadir}/espeak-data/voices/en  rm -rf 
%{_datadir}/espeak-data/voices/en
+exit 0
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig


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



commit GraphicsMagick for openSUSE:Factory

2014-01-13 Thread h_root


binF88eFo23ym.bin
Description: Binary data


commit i18nspector for openSUSE:Factory

2014-01-13 Thread h_root


binBOj05lOM8V.bin
Description: Binary data


commit john for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package john for openSUSE:Factory checked in 
at 2014-01-13 12:02:39

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


Package is john

Changes:

--- /work/SRC/openSUSE:Factory/john/john.changes2013-10-30 
15:37:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.john.new/john.changes   2014-01-13 
12:02:40.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 11:41:09 UTC 2014 - dval...@suse.com
+
+- Fix build on ppc64le
+
+- added patches:
+  * ppc64le.patch
+---

New:

  ppc64le.patch



Other differences:
--
++ john.spec ++
--- /var/tmp/diff_new_pack.whM8wq/_old  2014-01-13 12:02:41.0 +0100
+++ /var/tmp/diff_new_pack.whM8wq/_new  2014-01-13 12:02:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package john
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@
 # Source5:
http://www.openwall.com/john/g/%{name}-%{version}-jumbo-7.tar.bz2.sign
 Source6:mailer.8
 Source7:relbench.8
+Patch0: ppc64le.patch
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define johndir /var/lib/john
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # adapt the configs
 perl -pi -e s#Wordlist = (.*)#Wordlist = %{johndir}/password.lst#g 
$RPM_BUILD_DIR/%{name}-%{version}/run/john.conf
 perl -pi -e 's#^(\#define JOHN_SYSTEMWIDE_EXEC)\s.+$#$1\t\%{johndir}\#g' 
$RPM_BUILD_DIR/%{name}-%{version}/src/params.h
@@ -71,7 +73,7 @@
 %ifarch ppc
TARGET=linux-ppc32
 %endif
-%ifarch ppc64
+%ifarch ppc64 ppc64le
TARGET=linux-ppc64
 %endif
 %ifarch sparc sparcv9




++ ppc64le.patch ++
Index: john-1.8.0/src/ppc64.h
===
--- john-1.8.0.orig/src/ppc64.h
+++ john-1.8.0/src/ppc64.h
@@ -20,7 +20,11 @@
 #define ARCH_BITS  64
 #define ARCH_BITS_LOG  6
 #define ARCH_BITS_STR  64
+#if defined(__LITTLE_ENDIAN__)
+#define ARCH_LITTLE_ENDIAN 1
+#else
 #define ARCH_LITTLE_ENDIAN 0
+#endif
 #define ARCH_INT_GT_32 0
 #define ARCH_ALLOWS_UNALIGNED  0
 #define ARCH_INDEX(x)  ((unsigned int)(unsigned char)(x))
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kiwi for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-01-13 12:02:45

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-12-23 
22:16:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-01-13 
12:02:47.0 +0100
@@ -1,0 +2,88 @@
+Thu Jan  9 09:18:12 CET 2014 - m...@suse.de
+
+- v5.06.17 released
+  
+---
+Thu Jan  9 09:06:42 CET 2014 - m...@suse.de
+  
+- fixed evaluation of $hybrid variable in createImageLiveCD
+  The value is an integer not a string, thus checking for true
+  will not cause the correct effect. This fixes the problem that
+  isohybrid was not called even if the hybrid attribute was set
+  in the XML description
+  
+---
+Wed Jan  8 16:10:51 CET 2014 - m...@suse.de
+  
+- make sure mountpoint and checkproc tools stay in initrd (bnc #857824)
+  
+---
+Tue Jan  7 16:11:01 CET 2014 - m...@suse.de
+  
+- fixed test for mounted directory in unit test ktTestCase.pm helper module
+  * if /kiwi is a mountpoint the script takes the wrong decision
+
+---
+Tue Jan  7 16:05:58 CET 2014 - m...@suse.de
+
+- compatibility fix for prove command on older versions of perl
+  * the option -f does not exist on older versions of prove
+
+---
+Tue Jan  7 16:05:15 CET 2014 - m...@suse.de
+
+- fixed test for mounted directory in unit test cleanup helper
+  * if /kiwi is a mountpoint the script takes the wrong decision
+
+---
+Tue Jan  7 15:13:36 CET 2014 - m...@suse.de
+
+- v5.06.16 released
+  
+---
+Tue Jan  7 11:53:35 CET 2014 - m...@suse.de
+  
+- fixed KTFilesystemOptions unit test
+  the Test::Unit::Lite framework is used for kiwi
+  
+---
+Tue Jan  7 11:49:46 CET 2014 - m...@suse.de
+  
+- fixed .changelog helper tool to allow transformation of git
+  commit style comments into suse package changelog format
+  
+---
+Tue Jan  7 09:42:41 CET 2014 - m...@suse.de
+  
+- fixed push to array to work also with older perl versions
+  
+---
+Sat Jan  4 19:09:01 CET 2014 - rjsch...@suse.de
+  
+- move the filesystem options into an Object
+  + eliminate a method in the Globals singleton that is FS independent,
+confusing and returns data structure that gets indexed, making data
+access error prone
+  + first step to moving filesystem options into XML and unifying it
+with existing ZFS setting in the XML
+  + we should not have disconnected ways of dealing with filesystem options
+  + this will help with the implementation of *Builder classes for the
+various filesystems
+- fix type in the command line test trigger
+- fix inconsistency when applying tune options for ext file systems for the
+  root file system
+  + previously it was possible that both user specified tune options and
+built in kiwi option were passed to tune2fs. The tune2fs manpage does
+not specify the behavior when the same option is specified twice
+
+---
+Thu Jan  2 18:14:39 CET 2014 - dmuel...@suse.de
+
+- Switch to kmod-compat
+  
+  Otherwise you'll get a conflict in the build service:
+  conflict for provider of module-init-tools needed by
+  kiwi-desc-oemboot-requires, (provider module-init-tools is conflicted by
+  installed kmod-compat)
+  
+---
@@ -13493 +13581 @@
-  level 5 clean up of Collect and style clean up to make it match the style of 
the rest of the KIWI code
+- level 5 clean up of Collect and style clean up to make it match the style of 
the rest of the KIWI code
@@ -13829 +13917 @@
-  change URL in spec file to point to the new homw of the source, github vs. 
berlios
+- change URL in spec file to point to the new homw of the source, github vs. 
berlios
@@ -13834 +13922 @@
-  generated html doc
+- generated html doc
@@ -13854 +13942 @@
-  add section about cross platform build, expand the introductory section of 
chapter 4
+- add section about cross platform build, expand the introductory section of 
chapter 4
@@ -14110 +14198 @@
-  revamp the EC2 

commit open-iscsi for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2014-01-13 12:03:26

Comparing /work/SRC/openSUSE:Factory/open-iscsi (Old)
 and  /work/SRC/openSUSE:Factory/.open-iscsi.new (New)


Package is open-iscsi

Changes:

--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes2013-12-13 
14:55:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes   
2014-01-13 12:03:27.0 +0100
@@ -1,0 +2,30 @@
+Thu Jan  9 10:11:32 PST 2014 - ldun...@suse.com
+
+- Added open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2, with
+  the following changes from QLogic (bnc#855859):
+  iscsiadm.8: Updated man page for host statistics.
+  README: Updated for host statistics.
+  iscsi_tool: Add offload host statistics support.
+  iscsiadm: Added document for description of iface attributes
+  iscsi tools: Show iface params based on iface type
+  iscsi tools: Let default type of iface be ipv4
+  iscsi tools: iface params should be updated for node_rec as well.
+  iscsi tools: Additional parameters for network settings
+  iscsi tools: Ignore network parameter if not enabled/disabled
+  iscsi tools: Use single function to set integer network parameters
+  iscsi tools: Use single function to enable/disable network parameters
+  iscsi tools: Use macro to set IPv4/IPv6 IP addresses
+  iscsi_if.h: Additional parameters for network param settings
+  iscsi_if.h: Remove numbers used for network parameter settings
+  iscsi tools: Setup iface conf file with all iface attrs exported in sysfs
+  README changes for adding support to set CHAP entry
+  iscsi tools: Correctly get username_in and password_in flashnode params
+  iscsiadm: Add support to set CHAP entry using host chap mode
+  README changes to use long option --index instead of --flashnode_idx
+  iscsiadm: Man page changes to use -x option for chap_tbl_idx
+  iscsiadm: Use '-x' option instead of '-v' to specify chap_tbl_idx
+  flashnode: Add support to set ISCSI_FLASHNODE_CHAP_OUT_IDX param
+  iscsi tools: Print additional session info for flashnode session
+  iscsiadm: Correctly check for invalid hostno and flashnode index
+
+---

New:

  open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2



Other differences:
--
++ open-iscsi.spec ++
--- /var/tmp/diff_new_pack.l6DiSO/_old  2014-01-13 12:03:28.0 +0100
+++ /var/tmp/diff_new_pack.l6DiSO/_new  2014-01-13 12:03:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package open-iscsi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,7 @@
 Patch5: %{name}-sles11-sp3-general-updates-1.diff.bz2
 Patch6: %{name}-openSUSE-12.3-first-merge.diff.bz2
 Patch7: %{name}-openSUSE-Factory-first-merge.diff.bz2
+Patch8: %{name}-openSUSE-Factory-qla4xxx-patches.diff.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,6 +80,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %{__make} OPTFLAGS=${RPM_OPT_FLAGS} -fno-strict-aliasing 
-DLOCK_DIR=\\\/etc/iscsi\\\ user

++ open-iscsi-openSUSE-Factory-qla4xxx-patches.diff.bz2 ++
 4295 lines (skipped)

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



commit rubygem-ci_reporter for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ci_reporter for 
openSUSE:Factory checked in at 2014-01-13 12:03:33

Comparing /work/SRC/openSUSE:Factory/rubygem-ci_reporter (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new (New)


Package is rubygem-ci_reporter

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ci_reporter/rubygem-ci_reporter.changes  
2013-07-06 19:15:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes 
2014-01-13 12:03:34.0 +0100
@@ -1,0 +2,9 @@
+Sun Jan  5 14:39:41 UTC 2014 - co...@suse.com
+
+- updated to version 1.9.1
+ - GH #111: Add MIT license in gemspec (Dave Golombek)
+ - GH #84: Fix for filename too long on ecryptfs (Gintaras Sakalauskas)
+ - Upgrade RSpec, Cucumber and Spinach deps and fix deprecations
+ - Get Travis build green again for 1.9.3, 2.0.0 and JRuby
+
+---

Old:

  ci_reporter-1.9.0.gem

New:

  ci_reporter-1.9.1.gem



Other differences:
--
++ rubygem-ci_reporter.spec ++
--- /var/tmp/diff_new_pack.Q3P6A0/_old  2014-01-13 12:03:35.0 +0100
+++ /var/tmp/diff_new_pack.Q3P6A0/_new  2014-01-13 12:03:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ci_reporter
 #
-# 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:   rubygem-ci_reporter
-Version:1.9.0
+Version:1.9.1
 Release:0
 %define mod_name ci_reporter
 %define mod_full_name %{mod_name}-%{version}

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



commit netcontrol for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package netcontrol for openSUSE:Factory 
checked in at 2014-01-13 12:03:22

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


Package is netcontrol

Changes:

--- /work/SRC/openSUSE:Factory/netcontrol/netcontrol.changes2013-12-30 
10:24:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.netcontrol.new/netcontrol.changes   
2014-01-13 12:03:23.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 10:55:26 UTC 2014 - m...@suse.de
+
+- version 0.3.0
+- Added libnl version configure option and detection
+- Obsoletes 0002-allow-wicked.patch, 0001-use-libnl3.patch
+
+---

Old:

  0001-use-libnl3.patch
  0002-allow-wicked.patch
  netcontrol-0.2.8.tar.bz2

New:

  netcontrol-0.3.0.tar.bz2



Other differences:
--
++ netcontrol.spec ++
--- /var/tmp/diff_new_pack.6SCTZd/_old  2014-01-13 12:03:24.0 +0100
+++ /var/tmp/diff_new_pack.6SCTZd/_new  2014-01-13 12:03:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcontrol
 #
-# 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,8 +17,8 @@
 
 
 Name:   netcontrol
-Version:0.2.8
-Release:0.RELEASE5
+Version:0.3.0
+Release:0.RELEASE0
 Summary:A network configuration library
 License:LGPL-2.1+
 Group:  Productivity/Networking/System
@@ -31,10 +31,6 @@
 #
 Source0:%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 0001-use-libnl3.patch -- Fixes bnc#845540
-Patch1: 0001-use-libnl3.patch
-# PATCH-FIX-UPSTREAM 0002-allow-wicked.patch -- fate#316768
-Patch2: 0002-allow-wicked.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} = 1310
 BuildRequires:  autoconf
@@ -106,19 +102,9 @@
 
 %prep
 %setup -q
-%if 0%{?suse_version} = 1310
-%patch1 -p1
-%endif
-%patch2 -p1
 
 %build
 export CFLAGS=-W -Wall $RPM_OPT_FLAGS
-
-# patch1 modifies configure.ac
-%if 0%{?suse_version} = 1310
-autoreconf -fi
-%endif
-
 %configure \
 %if 0%{?suse_version} = 1230
--enable-network-service \

++ netcontrol-0.2.8.tar.bz2 - netcontrol-0.3.0.tar.bz2 ++
 4648 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/netcontrol-0.2.8/ChangeLog.git new/netcontrol-0.3.0/ChangeLog.git
--- old/netcontrol-0.2.8/ChangeLog.git  2013-03-26 16:35:47.0 +0100
+++ new/netcontrol-0.3.0/ChangeLog.git  2014-01-10 12:07:30.0 +0100
@@ -1,3 +1,23 @@
+commit 328980d93891f10525cd17ad592380f92040740b
+Author: Marius Tomaschewski m...@suse.de
+Date:   Fri Jan 10 12:06:10 2014 +0100
+
+version 0.3.0, updated changes file
+
+commit 83f86fb636abacfcbabc69700c2ba5a5bed2b6f3
+Author: Marius Tomaschewski m...@suse.de
+Date:   Fri Jan 10 12:05:47 2014 +0100
+
+Added libnl version configure option and detection
+
+Obsoletes 0001-use-libnl3.patch in OBS for openSUSE 13.1+
+
+commit f1841ddda798839116e675ccd1d438d182c86334
+Author: Marius Tomaschewski m...@suse.de
+Date:   Wed Sep 4 10:44:23 2013 +0200
+
+Allow netconfig use with wicked as network.service
+
 commit 21cf2bf79856f26f42dad05facbeb28fa25c5cdd
 Author: Marius Tomaschewski m...@suse.de
 Date:   Tue Mar 26 16:10:38 2013 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/netcontrol-0.2.8/configure.ac new/netcontrol-0.3.0/configure.ac
--- old/netcontrol-0.2.8/configure.ac   2013-03-26 16:00:26.0 +0100
+++ new/netcontrol-0.3.0/configure.ac   2014-01-10 12:06:05.0 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.63])
-AC_INIT([netcontrol], [0.2.8], [feedb...@suse.de], [],
+AC_INIT([netcontrol], [0.3.0], [feedb...@suse.de], [],
[http://www.suse.de/~mt/git/netcontrol.git/])
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
 

commit rubygem-log4r for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-log4r for openSUSE:Factory 
checked in at 2014-01-13 12:03:38

Comparing /work/SRC/openSUSE:Factory/rubygem-log4r (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-log4r.new (New)


Package is rubygem-log4r

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-log4r/rubygem-log4r.changes  
2013-08-23 11:07:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-log4r.new/rubygem-log4r.changes 
2014-01-13 12:03:39.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan  5 14:39:55 UTC 2014 - co...@suse.com
+
+- updated to version 1.1.11, no changelog
+
+---

Old:

  log4r-1.1.10.gem

New:

  log4r-1.1.11.gem



Other differences:
--
++ rubygem-log4r.spec ++
--- /var/tmp/diff_new_pack.NDTioz/_old  2014-01-13 12:03:39.0 +0100
+++ /var/tmp/diff_new_pack.NDTioz/_new  2014-01-13 12:03:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-log4r
 #
-# 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:   rubygem-log4r
-Version:1.1.10
+Version:1.1.11
 Release:0
 %define mod_name log4r
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-passenger for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2014-01-13 12:03:48

Comparing /work/SRC/openSUSE:Factory/rubygem-passenger (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-passenger.new (New)


Package is rubygem-passenger

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2013-12-10 20:07:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2014-01-13 12:03:49.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan  5 14:39:50 UTC 2014 - co...@suse.com
+
+- updated to version 4.0.33, a lot of bugfixes, see
+   http://blog.phusion.nl/category/passenger/phusion-passenger-4/
+
+---

Old:

  passenger-4.0.27.gem

New:

  passenger-4.0.33.gem



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.t54BU3/_old  2014-01-13 12:03:50.0 +0100
+++ /var/tmp/diff_new_pack.t54BU3/_new  2014-01-13 12:03:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-passenger
 #
-# 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:   rubygem-passenger
-Version:4.0.27
+Version:4.0.33
 Release:0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}

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



commit libqb for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2014-01-13 12:03:02

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


Package is libqb

Changes:

--- /work/SRC/openSUSE:Factory/libqb/libqb.changes  2013-12-03 
14:26:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2014-01-13 
12:03:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan  9 15:18:57 UTC 2014 - y...@suse.com
+
+- IPC: Increase the listen backlog of IPC server (bnc#857779)
+- Upstream version cs: b579f7af151f453a870bbaac037084df13b45ef9
+
+---

Old:

  libqb-0.16.0+git20131118.b09473f.tar.bz2

New:

  libqb-0.16.0+git20140108.b579f7a.tar.bz2



Other differences:
--
++ libqb.spec ++
--- /var/tmp/diff_new_pack.VobZSI/_old  2014-01-13 12:03:05.0 +0100
+++ /var/tmp/diff_new_pack.VobZSI/_new  2014-01-13 12:03:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libqb
 #
-# 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:   libqb
-Version:0.16.0+git20131118.b09473f
+Version:0.16.0+git20140108.b579f7a
 Release:0
 Summary:An IPC library for high performance servers
 License:LGPL-2.1+

++ _service ++
--- /var/tmp/diff_new_pack.VobZSI/_old  2014-01-13 12:03:05.0 +0100
+++ /var/tmp/diff_new_pack.VobZSI/_new  2014-01-13 12:03:05.0 +0100
@@ -11,7 +11,7 @@
 param name=version0.16.0/param
 --
 param name=versionformat0.16.0+git%cd.%h/param
-param name=revisionb09473fd4a03b4434efd44408f7ae631a855f9cd/param
+param name=revisionb579f7af151f453a870bbaac037084df13b45ef9/param
   /service
 
   service name=recompress mode=disabled

++ libqb-0.16.0+git20131118.b09473f.tar.bz2 - 
libqb-0.16.0+git20140108.b579f7a.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqb-0.16.0+git20131118.b09473f/include/qb/qbipcs.h 
new/libqb-0.16.0+git20140108.b579f7a/include/qb/qbipcs.h
--- old/libqb-0.16.0+git20131118.b09473f/include/qb/qbipcs.h2013-11-25 
15:13:52.0 +0100
+++ new/libqb-0.16.0+git20140108.b579f7a/include/qb/qbipcs.h2014-01-09 
16:06:39.0 +0100
@@ -112,12 +112,16 @@
 };
 
 /**
- * This callback is to check wether you want to accept a new connection.
+ * This callback is to check whether you want to accept a new connection.
  *
  * The type of checks you should do are authentication, service availabilty
- * or process resource constraints.
+ * or process resource constraints. 
  * @return 0 to accept or -errno to indicate a failure (sent back to the 
client)
  *
+ * @note If connection state data is allocated as a result of this callback
+ * being invoked, that data must be freed in the destroy callback. Just because
+ * the accept callback returns 0, that does not guarantee the
+ * create and closed callback functions will follow.
  * @note you can call qb_ipcs_connection_auth_set() within this function.
  */
 typedef int32_t (*qb_ipcs_connection_accept_fn) (qb_ipcs_connection_t *c,
@@ -125,12 +129,17 @@
 
 /**
  * This is called after a new connection has been created.
+ *
+ * @note A client connection is not considered connected until
+ * this callback is invoked.
  */
 typedef void (*qb_ipcs_connection_created_fn) (qb_ipcs_connection_t *c);
 
 /**
  * This is called after a connection has been disconnected.
  *
+ * @note This callback will only be invoked if the connection is
+ * successfully created.
  * @note if you return anything but 0 this function will be
  * repeativily called (until 0 is returned).
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqb-0.16.0+git20131118.b09473f/lib/util_int.h 
new/libqb-0.16.0+git20140108.b579f7a/lib/util_int.h
--- old/libqb-0.16.0+git20131118.b09473f/lib/util_int.h 2013-11-25 
15:13:52.0 +0100
+++ new/libqb-0.16.0+git20140108.b579f7a/lib/util_int.h 2014-01-09 
16:06:39.0 +0100
@@ -99,7 +99,7 @@
  */
 void qb_socket_nosigpipe(int32_t s);
 
-#define SERVER_BACKLOG 5
+#define SERVER_BACKLOG 128
 
 #ifndef UNIX_PATH_MAX
 #define UNIX_PATH_MAX108
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libqb-0.16.0+git20131118.b09473f/tests/check_rb.c 
new/libqb-0.16.0+git20140108.b579f7a/tests/check_rb.c
--- 

commit mercurial for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-01-13 12:03:10

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


Package is mercurial

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2013-12-16 
16:35:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-01-13 
12:03:11.0 +0100
@@ -1,0 +2,8 @@
+Thu Jan  9 15:07:08 UTC 2014 - w...@rosenauer.org
+
+- update to version 2.8.2
+  * fileset, revset: do not use global parser object for thread safety
+  * hgweb: avoid initialization race (issue3953)
+  * mpatch: rewrite pointer overflow checks
+
+---

Old:

  mercurial-2.8.1.tar.gz

New:

  mercurial-2.8.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.AW41pZ/_old  2014-01-13 12:03:12.0 +0100
+++ /var/tmp/diff_new_pack.AW41pZ/_new  2014-01-13 12:03:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# 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:   mercurial
-Version:2.8.1
+Version:2.8.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.8.1.tar.gz - mercurial-2.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.8.1/.hgsigs new/mercurial-2.8.2/.hgsigs
--- old/mercurial-2.8.1/.hgsigs 2013-12-02 03:51:16.0 +0100
+++ new/mercurial-2.8.2/.hgsigs 2014-01-02 04:46:45.0 +0100
@@ -80,3 +80,4 @@
 e7fa36d2ad3a7944a52dca126458d6f482db3524 0 
iQIVAwUAUktg4yBXgaxoKi1yAQLO0g//du/2ypYYUfmM/yZ4zztNKIvgMSGTDVbCCGB2y2/wk2EcolpjpGTkcgnJT413ksYtw78ZU+mvv0RjgrFCm8DQ8kroJaQZ2qHmtSUb42hPBPvtg6kL9YaA4yvp87uUBpFRavGS5uX4hhEIyvZKzhXUBvqtL3TfwR7ld21bj8j00wudqELyyU9IrojIY9jkJ3XL/4shBGgP7u6OK5g8yJ6zTnWgysUetxHBPrYjG25lziiiZQFvZqK1B3PUqAOaFPltQs0PB8ipOCAHQgJsjaREj8VmC3+rskmSSy66NHm6gAB9+E8oAgOcU7FzWbdYgnz4kR3M7TQvHX9U61NinPXC6Q9d1VPhO3E6sIGvqJ4YeQOn65V9ezYuIpFSlgQzCHMmLVnOV96Uv1R/Z39I4w7D3S5qoZcQT/siQwGbsZoPMGFYmqOK1da5TZWrrJWkYzc9xvzT9m3q3Wds5pmCmo4b/dIqDifWwYEcNAZ0/YLHwCN5SEZWuunkEwtU5o7TZAv3bvDDA6WxUrrHI/y9/qvvhXxsJnY8IueNhshdmWZfXKz+lJi2Dvk7DUlEQ1zZWSsozi1E+3biMPJO47jsxjoT/jmE5+GHLCgcnXXDVBeaVal99IOaTRFukiz2EMsry1s8fnwEE5XKDKRlU/dOPfsje0gc7bgE0QD/u3E4NJ99g9A=
 1596f2d8f2421314b1ddead8f7d0c91009358994 0 
iQIVAwUAUmRq+yBXgaxoKi1yAQLolhAAi+l4ZFdQTu9yJDv22YmkmHH4fI3d5VBYgvfJPufpyaj7pX626QNW18UNcGSw2BBpYHIJzWPkk/4XznLVKr4Ciw2N3/yqloEFV0V2SSrTbMWiR9qXI4KJH+Df3KZnKs3FgiYpXkErL4GWkc1jLVR50xQ5RnkMljjtCd0NTeV2PHZ6gP2qbu6CS+5sm3AFhTDGnx8GicbMw76ZNw5M2G+T48yH9jn5KQi2SBThfi4H9Bpr8FDuR7PzQLgw9SbtYxtdQxNkK55k0nG4oLDxduNakU6SH9t8n8tdCfMt58kTzlQVrPFiTFjKu2n2JioDTz2HEivbZ5H757cu7SvpX8gW3paeBc57e+GOLMisMZABXLICq59c3QnrMwFY4FG+5cpiHVXoaZz/0bYCJx+IhU4QLWqZuzb18KSyHUCqQRzXlzS6QV5O7dY5YNQXFC44j/dS5zdgWMYo2mc6mVP2OaPUn7F6aQh5MCDYorPIOkcNjOg7ytajo7DXbzWt5Al8qt6386BJksyR3GAonc09+l8IFeNxk8HZNP4ETQ8aWj0dC9jgBDPK43T2Bju/i84s+U/bRe4tGSQalZUEv06mkIH/VRJp5w2izYTsdIjA4FT9d36OhaxlfoO1X6tHR9AyA3bF/g/ozvBwuo3kTRUUqo+Ggvx/DmcPQdDiZZQIqDBXch0=
 d825e4025e39d1c39db943cdc89818abd0a87c27 0 
iQIVAwUAUnQlXiBXgaxoKi1yAQJd3BAAi7LjMSpXmdR7B8K98C3/By4YHsCOAocMl3JXiLd7SXwKmlta1zxtkgWwWJnNYE3lVJvGCl+l4YsGKmFu755MGXlyORh1x4ohckoC1a8cqnbNAgD6CSvjSaZfnINLGZQP1wIP4yWj0FftKVANQBjj/xkkxO530mjBYnUvyA4PeDd5A1AOUUu6qHzX6S5LcprEt7iktLI+Ae1dYTkiCpckDtyYUKIk3RK/4AGWwGCPddVWeV5bDxLs8GHyMbqdBwx+2EAMtyZfXT+z6MDRsL/gEBVOXHb/UR0qpYED+qFnbtTlxqQkRE/wBhwDoRzUgcSuukQ9iPn79WNDSdT5b6Jd393uEO5BNF/DB6rrOiWmlpoooWgTY9kcwGB02v0hhLrH5r1wkv8baaPl+qjCjBxf4CNKm/83KN5/umGbZlORqPSN5JVxK6vDNwFFmHLaZbMT1g27GsGOWm84VH+dgolgk4nmRNSO37eTNM5Y1C3Zf2amiqDSRcAxCgseg0Jh10G7i52SSTcZPI2MqrwT9eIyg8PTIxT1D5bPcCzkg5nTTL6S7bet7OSwynRnHslhvVUBly8aIj4eY/5cQqAucUUa5sq6xLD8N27Tl+sQi+kE6KtWu2c0ZhpouflYp55XNMHgU4KeFcVcDtHfJRF6THT6tFcHFNauCHbhfN2F33ANMP4=
+209e04a06467e2969c0cc6501335be0406d46ef0 0 

commit rubygem-pry-doc for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2014-01-13 12:03:55

Comparing /work/SRC/openSUSE:Factory/rubygem-pry-doc (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new (New)


Package is rubygem-pry-doc

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2013-08-05 20:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes 
2014-01-13 12:03:56.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  5 14:39:56 UTC 2014 - co...@suse.com
+
+- updated to version 0.5.1
+ * **Important:** previous version `v0.5.0` does _not_ support Ruby 2.1.0. This
+   version does!
+ * Pry Doc has a logo now (embedded in the README)
+
+---

Old:

  pry-doc-0.4.6.gem

New:

  pry-doc-0.5.1.gem



Other differences:
--
++ rubygem-pry-doc.spec ++
--- /var/tmp/diff_new_pack.XV0MFz/_old  2014-01-13 12:03:57.0 +0100
+++ /var/tmp/diff_new_pack.XV0MFz/_new  2014-01-13 12:03:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry-doc
 #
-# 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:   rubygem-pry-doc
-Version:0.4.6
+Version:0.5.1
 Release:0
 %define mod_name pry-doc
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-rdoc for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rdoc for openSUSE:Factory 
checked in at 2014-01-13 12:04:12

Comparing /work/SRC/openSUSE:Factory/rubygem-rdoc (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rdoc.new (New)


Package is rubygem-rdoc

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rdoc/rubygem-rdoc.changes
2013-05-02 11:48:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rdoc.new/rubygem-rdoc.changes   
2014-01-13 12:04:13.0 +0100
@@ -1,0 +2,54 @@
+Sun Jan  5 14:39:52 UTC 2014 - co...@suse.com
+
+- updated to version 4.1.0
+ * Notable changes
+   * Improved accessibility of HTML output.  Accessibility review was provided
+ by:
+ 
+ Techvision – http://www.techvision.net.in
+ 
+ The accessibility consultants in Pune, India
+ 
+   * The look of RDoc has been updated.
+ 
+ * Minor enhancements
+   * RDoc can now link to [], []=,  and  methods.  Pull request #202 by
+ Jeremy Evans, Bug # 191 by by Zachary Scott.
+   * Added RDoc::Options#output_decoration which controls header labels for
+ HTML output.  Pull Request #199 by Zachary Scott.
+   * Added --template-stylesheets options to RDoc to allow specification of
+ alternate stylesheets.  Pull request #205 by Zachary Scott.
+   * Improved performance of the Markdown and RD parsers.  Pull request #217 by
+ Ryan Davis.
+   * coderdoc -v/code now prints the version instead of enabling verbose
+ mode.  Pull request #201 by Lee Jarvis.
+   * Running coderake newb/code now automatically installs development
+ dependencies if the parser files haven't been built.  Pull request #235 by
+ Kouhei Sutou.
+   * Moved old DEVELOPERS file to CONTRIBUTING to match github conventions.
+   * TomDoc output now has a Returns heading.  Issue #234 by Brian Henderson
+   * Metaprogrammed methods can now use the :args: directive in addition to the
+ :call-seq: durective.  Issue #236 by Mike Moore.
+   * Sections can be linked to using @ like labels.  If a section and a label
+ have the same name the section will be preferred.  Issue #233 by Brian
+ Henderson.
+   * Files that come with a template are hard-linked to save space.  Issue #186
+ by VĂ­t Ondruch.
+ 
+ * Bug fixes
+   * Applied typo fixes by @dvsuresh from ruby/ruby@2c5dcdf
+   * Restored behavior of --no-pager alias -T.  Pull request #223 by ruafozy.
+   * Fixed extra whitespace output in the rdoc coverage report.  Bug #210 by
+ Ryan Davis.
+   * RDoc no longer documents its timestamp file when run on an empty
+ directory.  Bug #212 by Rainer Keller
+   * HTML escape method names in the table of contents.  Bug #219 by Akinori
+ MUSHA.
+   * Character literals code?h/code now create a new token type to prevent
+ loss of the ? in output.  Bug #220 by Vipul A M.
+   * When looking up a method that does not exist, ri escapes the regular
+ expression for fallback searches.  Bug #227 by Aaron Patterson.
+   * The ri generator now writes the class method data after +module_function+.
+ Bug #222 by Zachary Scott, Ruby bug #8225 by David Unric.
+
+---

Old:

  rdoc-4.0.1.gem

New:

  rdoc-4.1.0.gem



Other differences:
--
++ rubygem-rdoc.spec ++
--- /var/tmp/diff_new_pack.I99ReO/_old  2014-01-13 12:04:14.0 +0100
+++ /var/tmp/diff_new_pack.I99ReO/_new  2014-01-13 12:04:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rdoc
 #
-# 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
@@ -15,20 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# MANUAL
 %if 0%{?suse_version}  0%{?suse_version}  1220
 %define needs_internal_rdoc 1
 %endif
 
 Name:   rubygem-rdoc
-Version:4.0.1
+Version:4.1.0
 Release:0
 %define mod_name rdoc
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 40100
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.7
 BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  update-alternatives
 #MANUAL - no rdoc
 #BuildRequires:  rubygem(rdoc)  3.10
 %if 0%{?needs_internal_rdoc}
@@ -39,8 +43,6 @@
 Summary:RDoc produces HTML and command-line documentation for Ruby 
projects
 License:Ruby
 Group:  Development/Languages/Ruby
-%define mod_branch -4.0.1
-%define mod_weight 4
 PreReq: update-alternatives
 
 

commit rubygem-rake for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake for openSUSE:Factory 
checked in at 2014-01-13 12:04:01

Comparing /work/SRC/openSUSE:Factory/rubygem-rake (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake.new (New)


Package is rubygem-rake

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rake/rubygem-rake.changes
2013-10-11 13:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rake.new/rubygem-rake.changes   
2014-01-13 12:04:02.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan  5 14:39:59 UTC 2014 - co...@suse.com
+
+- updated to version 10.1.1, no changelog
+
+---

Old:

  rake-10.1.0.gem

New:

  rake-10.1.1.gem



Other differences:
--
++ rubygem-rake.spec ++
--- /var/tmp/diff_new_pack.k4SkHO/_old  2014-01-13 12:04:03.0 +0100
+++ /var/tmp/diff_new_pack.k4SkHO/_new  2014-01-13 12:04:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake
 #
-# 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,20 +17,20 @@
 
 
 Name:   rubygem-rake
-Version:10.1.0
+Version:10.1.1
 Release:0
 %define mod_name rake
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 100100
+%define mod_weight 100101
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.6
 BuildRequires:  ruby-devel = 1.8.6
-BuildRequires:  rubygem(rdoc)  3.10
 BuildRequires:  update-alternatives
-Url:http://rake.rubyforge.org
+BuildRequires:  rubygem(rdoc)  3.10
+Url:http://github.com/jimweirich/rake
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby based make-like utility
 License:MIT

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



commit rubygem-sass for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2014-01-13 12:04:17

Comparing /work/SRC/openSUSE:Factory/rubygem-sass (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-sass.new (New)


Package is rubygem-sass

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2013-10-21 13:04:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2014-01-13 12:04:18.0 +0100
@@ -1,0 +2,6 @@
+Sun Jan  5 14:39:54 UTC 2014 - co...@suse.com
+
+- updated to version 3.2.13
+  (forgot to update http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html)
+
+---

Old:

  sass-3.2.12.gem

New:

  sass-3.2.13.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.SCt4HU/_old  2014-01-13 12:04:18.0 +0100
+++ /var/tmp/diff_new_pack.SCt4HU/_new  2014-01-13 12:04:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sass
 #
-# 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,12 +17,12 @@
 
 
 Name:   rubygem-sass
-Version:3.2.12
+Version:3.2.13
 Release:0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30212
+%define mod_weight 30213
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1

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



commit kdebase4-workspace for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2014-01-13 13:49:43

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


Package is kdebase4-workspace

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-12-19 13:15:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2014-01-13 13:49:45.0 +0100
@@ -1,0 +2,16 @@
+Wed Jan  8 08:04:59 UTC 2014 - wba...@tmo.at
+
+- Added screenlocker-fix-mousecursor-blanking.diff:
+  Allow Screensavers to blank the mouse cursor again
+  (kde#311571, kde#316459)
+
+---
+Sat Jan  4 10:02:46 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.11.5
+   * KDE 4.11.5 maintenance release
+   * See http://www.kde.org/announcements/announce-4.11.5.php
+- Drop kscreensaver-disable-sessionmanagement.diff as it was 
+  included upstream
+
+---

Old:

  kde-workspace-4.11.4.tar.xz
  kscreensaver-disable-sessionmanagement.diff

New:

  kde-workspace-4.11.5.tar.xz
  screenlocker-fix-mousecursor-blanking.diff



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.DaKfs2/_old  2014-01-13 13:49:47.0 +0100
+++ /var/tmp/diff_new_pack.DaKfs2/_new  2014-01-13 13:49:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebase4-workspace
 #
-# 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
@@ -23,7 +23,7 @@
 %endif
 
 Name:   kdebase4-workspace
-Version:4.11.4
+Version:4.11.5
 Release:0
 Summary:The KDE Workspace Components
 License:GPL-2.0+
@@ -145,8 +145,8 @@
 Patch65:kdm-backend-session.patch
 # PATCH-FIX-OPENSUSE add-calculator-hotkey.patch -- Adds hotkey for Calculator 
button (bnc#726550)
 Patch66:add-calculator-hotkey.patch
-# PATCH-FIX-OPENSUSE kscreensaver-disable-sessionmanagement.diff -- disables 
session mangement for screensavers (kde#314859, bnc#809835)
-Patch67:kscreensaver-disable-sessionmanagement.diff
+# PATCH-FIX-UPSTREAM screenlocker-fix-mousecursor-blanking.diff -- Allow 
Screensavers to blank the mouse cursor again (kde#311571, kde#316459)
+Patch67:screenlocker-fix-mousecursor-blanking.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{_kde_branding_version}
 Requires:   %{name}-ksysguardd = %{version}
@@ -361,7 +361,7 @@
 %patch64 -p1
 %patch65 -p1
 %patch66 -p1
-%patch67 -p0
+%patch67 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build

++ kde-workspace-4.11.4.tar.xz - kde-workspace-4.11.5.tar.xz ++
/work/SRC/openSUSE:Factory/kdebase4-workspace/kde-workspace-4.11.4.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kde-workspace-4.11.5.tar.xz 
differ: char 25, line 1


++ screenlocker-fix-mousecursor-blanking.diff ++
commit c1761755915ab59f418b801a6901230f67877047
Author: Wolfgang Bauer wba...@tmo.at
Date:   Wed Jan 8 09:29:53 2014 +0100

Screenlocker: don't set the mouse cursor when grabbing the mouse

Setting the cursor to ArrowCursor when calling XGrabPointer() prevents
the Screen savers from blanking the mouse cursor.
With this change they can blank the mouse cursor again.

BUG: 311571
BUG: 316459
FIXED-IN: 4.11.6
REVIEW: 114841

diff --git a/ksmserver/screenlocker/ksldapp.cpp 
b/ksmserver/screenlocker/ksldapp.cpp
index 9e94b06..3dfcc9e 100644
--- a/ksmserver/screenlocker/ksldapp.cpp
+++ b/ksmserver/screenlocker/ksldapp.cpp
@@ -239,7 +239,7 @@ bool KSldApp::grabMouse()
EnterWindowMask | LeaveWindowMask
 int rv = XGrabPointer( QX11Info::display(), 
QApplication::desktop()-winId(),
 True, GRABEVENTS, GrabModeAsync, GrabModeAsync, None,
-QCursor(Qt::ArrowCursor).handle(), CurrentTime );
+None, CurrentTime );
 #undef GRABEVENTS
 
 return (rv == GrabSuccess);

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



commit fence-agents for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package fence-agents for openSUSE:Factory 
checked in at 2014-01-13 13:49:35

Comparing /work/SRC/openSUSE:Factory/fence-agents (Old)
 and  /work/SRC/openSUSE:Factory/.fence-agents.new (New)


Package is fence-agents

Changes:

--- /work/SRC/openSUSE:Factory/fence-agents/fence-agents.changes
2013-11-04 07:05:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.fence-agents.new/fence-agents.changes   
2014-01-13 13:49:36.0 +0100
@@ -1,0 +2,19 @@
+Sat Jan 11 13:48:04 UTC 2014 - kgronl...@suse.com
+
+- Update to version 4.0.6
+
+  + support for Dell Drac MC was added to fence_drac5
+
+  + support for Tripplite PDU was added to fence_apc 
+(thanks to Bogdan Dobrelya)
+
+  + support for AMT was added as new fence agent fence_amt 
+(thanks to Ondrej Mular)
+
+  + support for identification of  virtual machine using UUID was 
+added to fence_virsh (thanks to Bogdan)
+
+  + fence_ipmilan was ported from C to Python using standard 
+fencing library (thanks to Ondrej)
+
+---

Old:

  fence-agents-4.0.5.tar.xz

New:

  fence-agents-4.0.6.tar.xz



Other differences:
--
++ fence-agents.spec ++
--- /var/tmp/diff_new_pack.oG83qu/_old  2014-01-13 13:49:37.0 +0100
+++ /var/tmp/diff_new_pack.oG83qu/_new  2014-01-13 13:49:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fence-agents
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:Fence Agents for Pacemaker from RHCS
 License:GPL-2.0 and LGPL-2.1
 Group:  Productivity/Clustering/HA
-Version:4.0.5
+Version:4.0.6
 Release:0
 Url:http://git.fedorahosted.org/git/fence-agents.git
 Source0:
https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.xz

++ fence-agents-4.0.5.tar.xz - fence-agents-4.0.6.tar.xz ++
 5304 lines of diff (skipped)

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



commit cloud-init for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2014-01-13 13:49:30

Comparing /work/SRC/openSUSE:Factory/cloud-init (Old)
 and  /work/SRC/openSUSE:Factory/.cloud-init.new (New)


Package is cloud-init

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2013-08-04 
16:48:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2014-01-13 13:49:31.0 +0100
@@ -1,0 +2,54 @@
+Sat Jan  4 16:03:57 UTC 2014 - rschweik...@suse.com
+
+- update to version 0.7.4
+  + fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
+partitioned block device with target filesystem on ephemeral0.1.
+(LP: #1236594)
+  + fix DataSourceAzure incompatibility with 2.6 (LP: #1232175)
+  + fix power_state_change config module so that example works.  Improve
+its documentation and add reference to 'timeout'
+  + support apt-add-archive with 'cloud-archive:' format.  (LP: #1244355)
+  + Change SmartOS verb for availability zone (LP: #1249124)
+  + documentation fix for boothooks to use 'cloud-init-per'
+  + fix resizefs module by supporting kernels that do not have
+/proc/PID/mountinfo.  (LP: #1248625) [Tim Daly Jr.]
+  + fix 'make rpm' by removing 0.6.4 entry from ChangeLog (LP: #1241834)
+  + fix omnibus chef installer (LP: #1182265) [Chris Wing]
+  + small fix for OVF datasource for iso transport on non-iso9660 filesystem
+  + determine if upstart version is suitable for
+'initctl reload-configuration' (LP: #1124384).  If so, then invoke it.
+supports setting up instance-store disk with partition table and 
filesystem.
+  + add Azure datasource.
+  + add support for SuSE / SLES [Juerg Haefliger]
+  + add a trailing carriage return to chpasswd input, which reportedly
+caused a problem on rhel5 if missing.
+  + support individual MIME segments to be gzip compressed (LP: #1203203)
+  + always finalize handlers even if processing failed (LP: #1203368)
+  + support merging into cloud-config via jsonp. (LP: #1200476)
+  + add datasource 'SmartOS' for Joyent Cloud.  Adds a dependency on serial.
+  + add 'log_time' helper to util for timing how long things take
+which also reads from uptime. uptime is useful as clock may change during
+boot due to ntp.
+  + prefer growpart resizer to 'parted resizepart' (LP: #1212492)
+  + support random data seed from config drive or azure, and a module
+'seed_random' to read that and write it to /dev/urandom.
+  + add OpenNebula Datasource [Vlastimil Holer]
+  + add 'cc_disk_setup' config module for paritioning disks and creating
+filesystems.  Useful if attached disks are not formatted (LP: #1218506)
+  + Fix usage of libselinux-python when selinux is disabled. [Garrett 
Holmstrom]
+  + multi_log: only write to /dev/console if it exists [Garrett Holmstrom]
+  + config/cloud.cfg: add 'sudo' to list groups for the default user 
+(LP: #1228228)
+  + documentation fix for use of 'mkpasswd' [Eric Nordlund]
+  + respect /etc/growroot-disabled file (LP: #1234331)
+- replace fixupSysVinit.patch with suseSysVInit.diff
+  + sysV init files are now maintained by distribution, thus we need a patch
+that has the complete sysV init files rather then modifying existing files
+- remove slesHandler.patch
+  + SLES support is now integrated upstream
+- add addopenSUSEBase.diff
+  + remnants of the slesHandler.patch that add information about openSUSE
+- add setupSUSEsysVInit.diff
+  + integrate the SUSE sysV init scripts into setup.py
+
+---

Old:

  cloud-init-0.7.2.tar.bz2
  fixupSysVinit.patch
  slesHandler.patch

New:

  addopenSUSEBase.diff
  cloud-init-0.7.4.tar.bz2
  setupSUSEsysVInit.diff
  suseSysVInit.diff



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.280b3Y/_old  2014-01-13 13:49:32.0 +0100
+++ /var/tmp/diff_new_pack.280b3Y/_new  2014-01-13 13:49:32.0 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:   cloud-init
-Version:0.7.2
+Version:0.7.4
 Release:0
 License:GPL-3.0
 Summary:Cloud node initialization tool
@@ -24,9 +24,10 @@
 Group:  System/Management
 Source0:%{name}-%{version}.tar.bz2
 Source1:cloud.cfg.suse
-Patch0: fixupSysVinit.patch
-Patch1: slesHandler.patch
+Patch0: suseSysVInit.diff
+Patch1: addopenSUSEBase.diff
 Patch2: openSUSEHandler.diff
+Patch3: setupSUSEsysVInit.diff
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 BuildRequires:  python-devel
@@ -47,7 +48,7 @@
 BuildArch:  noarch
 %endif
 %if 0%{?suse_version}  0%{?suse_version} = 1210

commit armadillo for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-01-13 13:49:22

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2013-12-10 
17:41:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-01-13 
13:49:24.0 +0100
@@ -1,0 +2,34 @@
+Wed Jan  8 04:40:56 UTC 2014 - badshah...@gmail.com
+
+- Armadillo no longer depends on boost libraries, and requires
+  arpack-ng instead; adapt build and run-time requirements
+  appropriately
+- Fix baselibs.conf for so name version update
+- Add libatlas3 dependencies as recommended by upstream. 
+
+---
+Mon Jan  6 21:27:36 UTC 2014 - badshah...@gmail.com
+
+- Update to Version 4.000.0 (Feral Steamroller)
+  + added eigen decompositions of sparse matrices: eigs_sym() and
+eigs_gen()
+  + added eigen decomposition for pair of matrices: eig_pair()
+  + added simpler forms of eig_gen()
+  + added condition number of matrices: cond()
+  + expanded find() to handle cubes
+  + expanded subcube views to access elements specified in a vector
+  + template argument for running_stat_vec expanded to accept
+vector types
+  + more robust fast inverse of 4x4 matrices
+  + faster divide-and-conquer decompositions are now used by
+default for eig_sym(), pinv(), princomp(), rank(), svd(),
+svd_econ()
+  + the form inv(sympd(X)) no longer assumes that X is positive
+definite; use inv_sympd() instead
+  + added MEX connector for interfacing Octave/Matlab with
+Armadillo matrices (contributed by George Yammine)
+- Packaging changes:
+  + SO version update to 4
+  + Remove appropriate win64 examples instead of win32
+
+---

Old:

  armadillo-3.930.1.tar.gz

New:

  armadillo-4.000.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.4PoJbF/_old  2014-01-13 13:49:25.0 +0100
+++ /var/tmp/diff_new_pack.4PoJbF/_new  2014-01-13 13:49:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# 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,8 +16,10 @@
 #
 
 
+%define soname libarmadillo4
+
 Name:   armadillo
-Version:3.930.1
+Version:4.000.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0
@@ -25,11 +27,12 @@
 Url:http://arma.sourceforge.net/
 Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz
 Source2:baselibs.conf
+BuildRequires:  arpack-ng-devel
 BuildRequires:  blas-devel
-BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  lapack-devel
+BuildRequires:  libatlas3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,11 +50,11 @@
 of choice (due to speed and/or integration capabilities), rather
 than another language like Matlab or Octave.
 
-%package -n libarmadillo3
+%package -n %{soname}
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 Group:  System/Libraries
 
-%description -n libarmadillo3
+%description -n %{soname}
 Armadillo is a C++ linear algebra library (matrix maths)
 aiming towards a good balance between speed and ease of use.
 Integer, floating point and complex numbers are supported,
@@ -95,10 +98,11 @@
 %packagedevel
 Summary:Development headers and documentation for the Armadillo C++ 
library
 Group:  Development/Libraries/C and C++
+Requires:   %{soname} = %{version}
+Requires:   arpack-ng-devel
 Requires:   blas-devel
-Requires:   boost-devel
 Requires:   lapack-devel
-Requires:   libarmadillo3 = %{version}
+Requires:   libatlas3-devel
 Requires:   libstdc++-devel
 Recommends: %{name}-doc
 
@@ -138,15 +142,15 @@
 %install
 make DESTDIR=%{buildroot} install
 rm -f examples/Makefile.cmake
-rm -rf examples/example1_win32
-rm -rf examples/example2_win32
-rm -rf examples/lib_win32
+rm -rf examples/example1_win64.*
+rm -rf examples/example2_win64.*
+rm -rf examples/lib_win64
 
-%post -n libarmadillo3 -p /sbin/ldconfig
+%post -n %{soname} -p /sbin/ldconfig
 
-%postun -n libarmadillo3 -p /sbin/ldconfig
+%postun -n 

commit python-pecan for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package python-pecan for openSUSE:Factory 
checked in at 2014-01-13 13:49:58

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


Package is python-pecan

Changes:

--- /work/SRC/openSUSE:Factory/python-pecan/python-pecan.changes
2013-12-06 09:44:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pecan.new/python-pecan.changes   
2014-01-13 13:49:59.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 10 17:21:45 UTC 2014 - dmuel...@suse.com
+
+- update to 0.4.4:
+ * Removed memoization of certain controller attributes, which can lead to
+   a memory leak in dynamic controller lookups.
+ * Fixed several bugs for RestController.
+ * Fixed a bug in security handling for generic controllers.
+ * Resolved a bug in `_default` handlers used in `RestController`.
+ * Persist `pecan.request.context` across internal redirects.
+- reenable make check
+
+---
+Tue Dec 10 10:00:03 UTC 2013 - dmuel...@suse.com
+
+- fix requires after the version update to 0.4.2, it was even
+  documented in the .changes file:
+  * Replaced the ``simplegeneric`` dependency with the new
+  ``functools.singledispatch`` function in preparation for  Python 3.4 support.
+
+---

Old:

  pecan-0.4.2.tar.gz

New:

  pecan-0.4.4.tar.gz



Other differences:
--
++ python-pecan.spec ++
--- /var/tmp/diff_new_pack.c4aY2D/_old  2014-01-13 13:50:00.0 +0100
+++ /var/tmp/diff_new_pack.c4aY2D/_new  2014-01-13 13:50:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pecan
 #
-# 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:   python-pecan
-Version:0.4.2
+Version:0.4.4
 Release:0
 Summary:A WSGI object-dispatching web framework, designed to be lean 
and fast
 License:BSD-3-Clause
@@ -27,23 +27,27 @@
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
-#BuildRequires:  python-Genshi
-#BuildRequires:  python-Jinja2
-#BuildRequires:  python-Mako = 0.4.0
-#BuildRequires:  python-WebOb = 1.2dev
-#BuildRequires:  python-WebTest = 1.3.1
-#BuildRequires:  python-gunicorn
-#BuildRequires:  python-simplegeneric = 0.8
-#BuildRequires:  python-virtualenv
+%if 0%{?suse_version} = 1230
+BuildRequires:  python-Genshi
+BuildRequires:  python-Jinja2
+BuildRequires:  python-Kajiki
+BuildRequires:  python-Mako = 0.4.0
+BuildRequires:  python-SQLAlchemy
+BuildRequires:  python-WebTest = 1.3.1
+BuildRequires:  python-gunicorn
+BuildRequires:  python-mock
+BuildRequires:  python-singledispatch
+BuildRequires:  python-virtualenv
+%endif
 BuildRequires:  python-six
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 Requires:   python-logutils
 %endif
-Requires:   python-Mako = 0.6.2
-Requires:   python-MarkupSafe = 0.15
-Requires:   python-WebOb = 1.2b3
-Requires:   python-WebTest = 1.3.3
-Requires:   python-simplegeneric = 0.8.1
+Requires:   python-Mako = 0.4.0
+Requires:   python-WebOb = 1.2dev
+Requires:   python-WebTest = 1.3.1
+Requires:   python-singledispatch
+Requires:   python-six
 Suggests:   python-Jinja2
 Suggests:   python-Genshi
 Suggests:   python-gunicorn
@@ -68,8 +72,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-#%%check
-#python setup.py test
+%if 0%{?suse_version} = 1230
+%check
+python setup.py test
+%endif
 
 %files
 %defattr(-,root,root,-)

++ pecan-0.4.2.tar.gz - pecan-0.4.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-0.4.2/.coveragerc new/pecan-0.4.4/.coveragerc
--- old/pecan-0.4.2/.coveragerc 2013-09-27 23:33:46.0 +0200
+++ new/pecan-0.4.4/.coveragerc 2014-01-08 16:14:17.0 +0100
@@ -1,3 +1,2 @@
 [run]
 source=pecan
-omit=pecan/compat/dictconfig.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-0.4.2/PKG-INFO new/pecan-0.4.4/PKG-INFO
--- old/pecan-0.4.2/PKG-INFO2013-09-27 23:33:55.0 +0200
+++ new/pecan-0.4.4/PKG-INFO2014-01-08 16:14:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pecan
-Version: 0.4.2
+Version: 0.4.4
 Summary: A WSGI object-dispatching web framework, designed to be lean and 
fast, with few dependancies.
 

commit pymol for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2014-01-13 13:49:53

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


Package is pymol

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2013-12-16 
07:08:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2014-01-13 
13:49:54.0 +0100
@@ -1,0 +2,20 @@
+Sat Jan  4 13:17:00 UTC 2014 - dh...@wustl.edu
+
+- update to svn rev 4058
+  * fix ramp coloring when loaded from PSE
+  * don't set use_shaders with PSE or reinitialize
+  * delete duplicates when loading PSE w/ partial=1
+  * fix incomplete CGO loading from session file
+  * fix viewport logging syntax error
+  * fixed typo in RepDihehral ok + - ok =
+http://sourceforge.net/p/pymol/bugs/146/
+  * fix warnings about unused data argument
+  * submenus can be callables which return a list
+  * fix antialiasing internal edges, ray tracing
+  * fix clicking volume panel dots at zero alpha
+  * fix molecular weight w/ aromatic bonds  missing hydrogens
+  * fixed sequence text/background when scrollbar isn't shown
+  * remove deprecated mray command
+
+
+---

Old:

  pymol-1.6.0.0.svn4053.tar.bz2

New:

  pymol-1.6.9.0.svn4058.tar.bz2



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.XlMNXq/_old  2014-01-13 13:49:55.0 +0100
+++ /var/tmp/diff_new_pack.XlMNXq/_new  2014-01-13 13:49:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pymol
 #
-# 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:   pymol
-Version:1.6.0.0.svn4053
+Version:1.6.9.0.svn4058
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer

++ pymol-1.6.0.0.svn4053.tar.bz2 - pymol-1.6.9.0.svn4058.tar.bz2 ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.6.0.0.svn4053.tar.bz2 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.6.9.0.svn4058.tar.bz2 differ: 
char 11, line 1

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



commit qtcurve-kde4 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory 
checked in at 2014-01-13 13:52:13

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


Package is qtcurve-kde4

Changes:

--- /work/SRC/openSUSE:Factory/qtcurve-kde4/qtcurve-kde4.changes
2013-11-13 09:46:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtcurve-kde4.new/qtcurve-kde4.changes   
2014-01-13 13:52:14.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 11 10:44:12 UTC 2014 - a...@cryptomilk.org
+
+- bnc#858403 - Fix bug starting up GTK2+ applications.
+  + Added patch qtcurve-1.8.17-fix_run_command.patch
+
+---

New:

  qtcurve-1.8.17-fix_run_command.patch



Other differences:
--
++ qtcurve-kde4.spec ++
--- /var/tmp/diff_new_pack.QtUQ4d/_old  2014-01-13 13:52:15.0 +0100
+++ /var/tmp/diff_new_pack.QtUQ4d/_new  2014-01-13 13:52:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qtcurve-kde4
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,10 @@
 Group:  System/GUI/KDE
 Url:https://github.com/QtCurve/qtcurve
 Source0:%{version}.tar.gz
+
+# PATCH-FIX-UPSTREAM qtcurve-1.8.17-fix_run_command.patch bnc#858403
+Patch0: qtcurve-1.8.17-fix_run_command.patch
+
 BuildRequires:  gtk2-devel
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  pkgconfig(xcb-image)
@@ -54,6 +58,7 @@
 
 %prep
 %setup -q -n qtcurve-%{version}
+%patch0 -p1 -b .qtcurve-1.8.17-fix_run_command.patch
 
 %build
 # Don't build Qt5 deco/style yet

++ qtcurve-1.8.17-fix_run_command.patch ++
From f55d663fefc51d21e7153da5071485f4d1f07aed Mon Sep 17 00:00:00 2001
From: Andreas Schneider a...@cryptomilk.org
Date: Sat, 11 Jan 2014 14:35:38 +0100
Subject: [PATCH] gtk2: Fix runCommand SIGCHILD race condition.

The SIGCHILD handler gets replaced which could cause race conditions on
fast machines. This patch resets the SIGCHILD handler to the default
before we call popen() and restores it afterwards.

Fixes issue #41.

Signed-off-by: Andreas Schneider a...@cryptomilk.org
---
 gtk2/style/qt_settings.c | 66 ++--
 1 file changed, 53 insertions(+), 13 deletions(-)

Index: qtcurve-1.8.17/gtk2/style/qt_settings.c
===
--- qtcurve-1.8.17.orig/gtk2/style/qt_settings.c2014-01-11 
14:49:27.487412235 +0100
+++ qtcurve-1.8.17/gtk2/style/qt_settings.c 2014-01-11 14:49:50.655607327 
+0100
@@ -48,6 +48,7 @@
 #include pwd.h
 #include sys/types.h
 #include math.h
+#include signal.h
 
 QtCPalette qtcPalette;
 Options opts;
@@ -2936,19 +2937,58 @@ void qtSettingsSetColors(GtkStyle *style
 
 bool runCommand(const char* cmd, char** result)
 {
-FILE *fp = popen(cmd, r);
-if (fp) {
-gulong bufSize = 512;
-size_t currentOffset = 0;
-*result = (char*)(malloc(bufSize));
-while(fgets(*result + currentOffset, bufSize - currentOffset, fp) 
-  (*result)[strlen(*result) - 1] != '\n') {
-currentOffset = bufSize - 1;
-bufSize *= 2;
-*result = (char*)(realloc(*result, bufSize));
+size_t currentOffset = 0;
+size_t bufSize = 512;
+char *tmp;
+FILE *fp;
+int rc;
+struct sigaction oldact;
+struct sigaction act;
+
+/* Reset SIGCHILD handler to default */
+rc = sigaction(SIGCHLD, NULL, oldact);
+if (rc  0) {
+return false;
+}
+
+act.sa_flags = SA_RESETHAND;
+sigemptyset(act.sa_mask);
+
+rc = sigaction(SIGCHLD, act, NULL);
+if (rc  0) {
+return false;
+}
+
+fp = popen(cmd, r);
+if (fp == NULL) {
+return false;
+}
+
+*result = (char*)malloc(bufSize);
+if (*result == NULL) {
+return false;
+}
+
+while(feof(fp) == 0 
+  fgets(*result + currentOffset, bufSize - currentOffset, fp) != NULL 

+  (*result)[strlen(*result) - 1] != '\n') {
+char *tmp;
+
+currentOffset = bufSize - 1;
+bufSize *= 2;
+
+tmp = (char*)(realloc(*result, bufSize));
+if (tmp == NULL) {
+free(*result);
+*result = NULL;
+return false;
 }
-pclose(fp);
-return true;
+*result = tmp;
 }
-return false;
+pclose(fp);
+
+/* Sed old SIGCHILD handler */
+sigaction(SIGCHLD, 

commit kmod for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2014-01-13 16:53:03

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


Package is kmod

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2013-09-26 
19:34:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2014-01-13 
16:53:04.0 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 11:59:38 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 16
+* The option to wait on module removal has been removed from the
+  kernel, and now from rmmod. The constant KMOD_REMOVE_NOWAIT in
+  libkmod is still there for backwards compatibility but it is
+  always enforced, passing O_NONBLOCK to delete_module(2).
+
+---

Old:

  kmod-15.tar.sign
  kmod-15.tar.xz

New:

  kmod-16.tar.sign
  kmod-16.tar.xz



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.wWBqXI/_old  2014-01-13 16:53:05.0 +0100
+++ /var/tmp/diff_new_pack.wWBqXI/_new  2014-01-13 16:53:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmod
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,10 +21,10 @@
 Summary:Utilities to load modules into the kernel
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Kernel
-Version:15
+Version:16
 Release:0
 Url:
http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tools/
-#Announce: https://lwn.net/Articles/502622/
+#Announce: https://lwn.net/Articles/577962/
 
 #Git-Web:  http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
 #Git-Clone:git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
@@ -150,7 +150,7 @@
 ln -s %_bindir/kmod $b/bin/;
 %if %_libdir != /%_lib
 ln -s %_libdir/libkmod.so.2 $b/%_lib/;
-ln -s %_libdir/libkmod.so.2.2.5 $b/%_lib/;
+ln -s %_libdir/libkmod.so.2.2.6 $b/%_lib/;
 %endif
 
 %check

++ kmod-15.tar.xz - kmod-16.tar.xz ++
 5900 lines of diff (skipped)

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



commit util-linux for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2014-01-13 16:53:16

Comparing /work/SRC/openSUSE:Factory/util-linux (Old)
 and  /work/SRC/openSUSE:Factory/.util-linux.new (New)


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes2013-12-16 
07:15:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes   
2014-01-13 16:53:17.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 10 13:08:45 UTC 2014 - wer...@suse.de
+
+- Add patch
+  agetty-fooled-on-serial-line-due-plymouth.patch
+  even with TTYReset=no it seems with systemd or plymouth the termios
+  flags become changed from under the first agetty on a serial system
+  console as the flags are locked (bnc#774126).
+
+---

New:

  agetty-fooled-on-serial-line-due-plymouth.patch



Other differences:
--
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.oTgaMJ/_old  2014-01-13 16:53:18.0 +0100
+++ /var/tmp/diff_new_pack.oTgaMJ/_new  2014-01-13 16:53:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package util-linux
 #
-# 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
@@ -108,6 +108,8 @@
 Patch13:blkdiscard-BLKSSZGET-fills-in-an-int.patch
 # PATCH-FIX-SUSE -- better support of S390 in agetty
 Patch14:tty3270-on-serial-line-of-s390.patch
+# PATCH-FIX-SUSE -- Let agetty not be fooled by locked termios srtucture
+Patch15:agetty-fooled-on-serial-line-due-plymouth.patch
 
 # hack for boot.localfs
 Patch20:util-linux-HACK-boot.localfs.diff
@@ -226,6 +228,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p0
+%patch15 -p0
 #
 %patch20 -p1
 #

++ agetty-fooled-on-serial-line-due-plymouth.patch ++
Even with TTYReset=no it seems with systemd or plymouth the termios
flags become changed from under the first agetty on a serial system
console as the flags are locked.

---
 agetty.c |   39 ---
 1 file changed, 32 insertions(+), 7 deletions(-)

--- term-utils/agetty.c
+++ term-utils/agetty.c 2014-01-10 13:05:50.411075349 +
@@ -281,8 +281,9 @@ static void login_options_to_argv(char *
 static char *fakehost;
 
 #ifdef DEBUGGING
+# include closestream.h
 # ifndef DEBUG_OUTPUT
-#  define DEBUG_OUTPUT /dev/ttyp0
+#  define DEBUG_OUTPUT /dev/tty10
 # endif
 # define debug(s) do { fprintf(dbf,s); fflush(dbf); } while (0)
 FILE *dbf;
@@ -320,8 +321,12 @@ int main(int argc, char **argv)
 
 #ifdef DEBUGGING
dbf = fopen(DEBUG_OUTPUT, w);
-   for (int i = 1; i  argc; i++)
+   for (int i = 1; i  argc; i++) {
+   if (i  1)
+   debug( );
debug(argv[i]);
+   }
+   debug(\n);
 #endif /* DEBUGGING */
 
/* Parse command-line arguments. */
@@ -473,7 +478,6 @@ int main(int argc, char **argv)
if (options.osrelease)
free(options.osrelease);
 #ifdef DEBUGGING
-   fprintf(dbf, read %c\n, ch);
if (close_stream(dbf) != 0)
log_err(write failed: %s, DEBUG_OUTPUT);
 #endif
@@ -1090,6 +1094,23 @@ static void termio_init(struct options *
 {
speed_t ispeed, ospeed;
struct winsize ws;
+   int i;
+
+   for (i = 0; i  20; i++) {
+   /*
+* Even with TTYReset=no it seems with systemd or plymouth
+* the termios flags become changed from under the first
+* agetty on a serial system console as the flags are locked.
+*/
+   struct termios lock;
+   memset(lock, 0, sizeof(struct termios));
+   if (ioctl(STDIN_FILENO, TIOCGLCKTRMIOS, lock)  0)
+   break;
+   if (!lock.c_iflag  !lock.c_oflag  !lock.c_cflag  
!lock.c_lflag)
+   break;
+   debug(termios locked\n);
+   tcsendbreak(STDIN_FILENO, 0);   /* 0.25 upto 0.5 
seconds */
+   }
 
if (op-flags  F_VCONSOLE) {
 #if defined(IUTF8)  defined(KDGKBMODE)
@@ -1154,9 +1175,6 @@ static void termio_init(struct options *
 * later on.
 */
 
-/* Flush input and output queues, important for modems! */
-   tcflush(STDIN_FILENO, TCIOFLUSH);
-
 #ifdef IUTF8
tp-c_iflag = tp-c_iflag  IUTF8;
if (tp-c_iflag  IUTF8)
@@ -1216,8 +1234,11 @@ static void termio_init(struct options *
if (op-flags  

commit gmp for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package gmp for openSUSE:Factory checked in 
at 2014-01-13 16:52:58

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


Package is gmp

Changes:

--- /work/SRC/openSUSE:Factory/gmp/gmp.changes  2013-10-09 14:42:33.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gmp.new/gmp.changes 2014-01-13 
16:53:00.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec  4 10:42:28 UTC 2013 - an...@samba.org
+
+- gmp-support-powerpc64le-linux.patch: Add ppc64le ABIv2 support
+- gmp-ppc64le-mod.patch: Fix ppc64le issues
+
+---

New:

  gmp-ppc64le-mod.patch
  gmp-support-powerpc64le-linux.patch



Other differences:
--
++ gmp.spec ++
--- /var/tmp/diff_new_pack.Xt1pUP/_old  2014-01-13 16:53:01.0 +0100
+++ /var/tmp/diff_new_pack.Xt1pUP/_new  2014-01-13 16:53:01.0 +0100
@@ -31,6 +31,8 @@
 Source: ftp://ftp.gmplib.org/pub/%{name}/%{name}-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch0: gmp-noexec.diff
+Patch1: gmp-support-powerpc64le-linux.patch
+Patch2: gmp-ppc64le-mod.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,6 +77,8 @@
 %ifnarch %arm
 %patch0
 %endif
+%patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS -fexceptions;

++ gmp-ppc64le-mod.patch ++
changeset:   15878:221a3c6d87fd
user:Torbjorn Granlund t...@gmplib.org
date:Mon Jul 22 15:07:17 2013 +0200
summary: Handle little-endian mode.

diff -r 89a5c76228fd -r 221a3c6d87fd mpn/powerpc64/mode64/mod_1_1.asm
--- a/mpn/powerpc64/mode64/mod_1_1.asm  Mon Jul 22 00:39:44 2013 +0200
+++ b/mpn/powerpc64/mode64/mod_1_1.asm  Mon Jul 22 15:07:17 2013 +0200
@@ -69,7 +69,10 @@
adder9, r9, r10
bdnzL(top)
 
-L(end):lwz r0, 12(r6)
+L(end):
+ifdef(`HAVE_LIMB_LITTLE_ENDIAN',
+`  lwz r0, 8(r6)',
+`  lwz r0, 12(r6)')
ld  r3, 0(r6)
cmpdi   cr7, r0, 0
beq-cr7, L(4)
diff -r 89a5c76228fd -r 221a3c6d87fd mpn/powerpc64/mode64/mod_1_4.asm
--- a/mpn/powerpc64/mode64/mod_1_4.asm  Mon Jul 22 00:39:44 2013 +0200
+++ b/mpn/powerpc64/mode64/mod_1_4.asm  Mon Jul 22 15:07:17 2013 +0200
@@ -144,7 +144,10 @@
adder9, r7, r4
bdnzL(top)
 
-L(end):lwz r3, 12(cps)
+L(end):
+ifdef(`HAVE_LIMB_LITTLE_ENDIAN',
+`  lwz r3, 8(cps)',
+`  lwz r3, 12(cps)')
mulld   r10, r9, r26
mulhdu  r9, r9, r26
addcr11, r0, r10
++ gmp-support-powerpc64le-linux.patch ++
 675 lines (skipped)

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



commit perl for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package perl for openSUSE:Factory checked in 
at 2014-01-13 16:53:09

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


Package is perl

Changes:

--- /work/SRC/openSUSE:Factory/perl/perl.changes2013-09-05 
23:23:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl.new/perl.changes   2014-01-13 
16:53:11.0 +0100
@@ -1,0 +2,11 @@
+Wed Jan  8 15:11:45 CET 2014 - m...@suse.de
+
+- update to perl-5.18.2
+  * updates for the B::Concise, English, File::Glob modules
+  * a lexical subs regression has been fixed
+  * a regression when using SUPER with AUTOLOAD has been fixed
+  * a buffer overflow with very long identifiers has been fixed
+  * some other minor bug fixes
+- perl-reg89.diff is no longer needed
+
+---

Old:

  perl-5.18.1.tar.gz
  perl-reg89.diff

New:

  perl-5.18.2.tar.gz



Other differences:
--
++ perl.spec ++
--- /var/tmp/diff_new_pack.ZPpgr3/_old  2014-01-13 16:53:12.0 +0100
+++ /var/tmp/diff_new_pack.ZPpgr3/_new  2014-01-13 16:53:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
 Summary:The Perl interpreter
 License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Languages/Perl
-Version:5.18.1
+Version:5.18.2
 Release:0
-%define pversion 5.18.1
+%define pversion 5.18.2
 Url:http://www.perl.org/
 Source: http://www.cpan.org/src/5.0/perl-%{version}.tar.gz
 Source1:%name-rpmlintrc
@@ -39,8 +39,7 @@
 Patch6: perl-saverecontext.diff
 Patch7: perl-db6.diff
 Patch8: skip_time_hires.patch
-Patch9: perl-reg89.diff
-Patch10:perl-incfix.diff
+Patch9: perl-incfix.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: perl-base = %version
 #PreReq: %fillup_prereq
@@ -58,8 +57,9 @@
 Provides:   perl-500
 Provides:   perl-Filter-Simple
 Provides:   perl(:MODULE_COMPAT_%pversion)
-%global versionlist 5.18.0
+%global versionlist 5.18.0 5.18.1
 Provides:   perl(:MODULE_COMPAT_5.18.0)
+Provides:   perl(:MODULE_COMPAT_5.18.1)
 Obsoletes:  perl-Filter-Simple
 Provides:   perl-I18N-LangTags
 Obsoletes:  perl-I18N-LangTags
@@ -174,7 +174,6 @@
 %patch8 -p1
 %endif
 %patch9
-%patch10
 
 %build
 cp -a lib savelib

++ perl-5.18.1.tar.gz - perl-5.18.2.tar.gz ++
/work/SRC/openSUSE:Factory/perl/perl-5.18.1.tar.gz 
/work/SRC/openSUSE:Factory/.perl.new/perl-5.18.2.tar.gz differ: char 5, line 1

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



commit xorg-x11-libs for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-libs for openSUSE:Factory 
checked in at 2014-01-13 16:53:33

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


Package is xorg-x11-libs

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-libs/xorg-x11-libs.changes  
2013-02-01 19:15:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.xorg-x11-libs.new/xorg-x11-libs.changes 
2014-01-13 16:53:35.0 +0100
@@ -1,0 +2,7 @@
+Sat Jan 11 16:05:19 UTC 2014 - sndir...@suse.com
+
+- libvnc/libXcliplist have been part of xf4vnc. Since we moved from
+  xf4vnc to tigervnc, they are of no use any longer. So no longer
+  require them at all.
+
+---



Other differences:
--
++ xorg-x11-libs.spec ++
--- /var/tmp/diff_new_pack.mClEOO/_old  2014-01-13 16:53:35.0 +0100
+++ /var/tmp/diff_new_pack.mClEOO/_new  2014-01-13 16:53:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-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
@@ -61,7 +61,6 @@
 Requires:   libXTrap-devel
 Requires:   libXau-devel
 Requires:   libXaw-devel
-Requires:   libXcliplist-devel
 Requires:   libXcomposite-devel
 Requires:   libXcursor-devel
 Requires:   libXdamage-devel
@@ -96,7 +95,6 @@
 Requires:   liboldX-devel
 Requires:   libpciaccess-devel
 Requires:   libpixman-1-0-devel
-Requires:   libvnc-devel
 Requires:   libxcb-devel
 Requires:   libxkbfile-devel
 Requires:   libxkbui-devel

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



commit xdg-utils for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package xdg-utils for openSUSE:Factory 
checked in at 2014-01-13 17:20:16

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


Package is xdg-utils

Changes:

--- /work/SRC/openSUSE:Factory/xdg-utils/xdg-utils.changes  2013-10-03 
16:10:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.xdg-utils.new/xdg-utils.changes 2014-01-13 
17:20:18.0 +0100
@@ -1,0 +2,12 @@
+Thu Jan  9 13:51:11 UTC 2014 - jsl...@suse.com
+
+- update to 20140109
+  * xdg-mime: generic, handle filenames with colon (bnc#854777)
+  * xdg-desktop-menu: improperly check for vendor prefix ...
+  * xdg-screensaver: Support MATE desktop part 2
+  * xdg-desktop-menu: Unquoted file name (BR69399)
+  * xdg-open: Detect Enlightenment and make use of it
+  * xdg-open: be more paranoid in escaping
+- xdg-open-be-more-paranoid-in-escaping.patch: remove
+
+---

Old:

  xdg-open-be-more-paranoid-in-escaping.patch
  xdg-utils-20121008.tar.xz

New:

  xdg-utils-20140109.tar.xz



Other differences:
--
++ xdg-utils.spec ++
--- /var/tmp/diff_new_pack.vzXtQe/_old  2014-01-13 17:20:18.0 +0100
+++ /var/tmp/diff_new_pack.vzXtQe/_new  2014-01-13 17:20:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdg-utils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   xdg-utils
 BuildRequires:  make
 BuildRequires:  xmlto
@@ -25,7 +26,7 @@
 Summary:Utilities to uniformly interface desktop environments
 License:MIT
 Group:  System/GUI/Other
-Version:20121008
+Version:20140109
 Release:0
 BuildArch:  noarch
 Url:http://portland.freedesktop.org/
@@ -33,7 +34,6 @@
 # http://portland.freedesktop.org/download/xdg-utils-%%{version}.tgz
 Source0:xdg-utils-%{version}.tar.xz
 Patch0: install-some-more-scripts.diff
-Patch1: xdg-open-be-more-paranoid-in-escaping.patch
 Patch8: xdg-screensaver-gnome-perl.diff
 Requires:   perl
 Requires:   perl-Net-DBus
@@ -58,7 +58,6 @@
 %prep
 %setup -q -n %name-%{version}
 %patch0 -p1
-%patch1 -p1
 %patch8 -p1
 
 %build

++ xdg-utils-20121008.tar.xz - xdg-utils-20140109.tar.xz ++
 9260 lines of diff (skipped)

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



commit dhcp for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2014-01-13 17:20:08

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


Package is dhcp

Changes:

--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes2013-11-18 
13:08:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2014-01-13 
17:20:10.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 10 12:05:22 UTC 2014 - m...@suse.com
+
+- Test if /etc/sysconfig/network/scripts/functions exists before
+  sourcing it (fate#316768,bnc#856591).
+
+---



Other differences:
--
++ dhcp.spec ++
--- /var/tmp/diff_new_pack.34ndsK/_old  2014-01-13 17:20:11.0 +0100
+++ /var/tmp/diff_new_pack.34ndsK/_new  2014-01-13 17:20:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# 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

++ dhclient-script ++
--- /var/tmp/diff_new_pack.34ndsK/_old  2014-01-13 17:20:12.0 +0100
+++ /var/tmp/diff_new_pack.34ndsK/_new  2014-01-13 17:20:12.0 +0100
@@ -21,7 +21,9 @@
 # source sysconfig functions
 #
 SYSCONFIG_CFG_DIR=/etc/sysconfig/network
-. $SYSCONFIG_CFG_DIR/scripts/functions
+if test -f $SYSCONFIG_CFG_DIR/scripts/functions ; then
+   . $SYSCONFIG_CFG_DIR/scripts/functions
+fi
 SYSCONFIG_RUN_DIR=${SYSCONFIG_RUN_DIR:-/dev/.sysconfig/network}
 
 #




++ if-up.d.dhcpd-restart-hook ++
--- /var/tmp/diff_new_pack.34ndsK/_old  2014-01-13 17:20:12.0 +0100
+++ /var/tmp/diff_new_pack.34ndsK/_new  2014-01-13 17:20:12.0 +0100
@@ -51,7 +51,9 @@
 
 
 . /etc/sysconfig/network/config
-. /etc/sysconfig/network/scripts/functions
+if test -f /etc/sysconfig/network/scripts/functions ; then
+   .  /etc/sysconfig/network/scripts/functions
+fi
 
 . /etc/sysconfig/dhcpd   2/dev/null
 . /etc/sysconfig/network/ifcfg-$CONFIG 2/dev/null || true

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



commit lxc for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2014-01-13 17:20:12

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


Package is lxc

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2013-09-23 10:01:56.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2014-01-13 
17:20:13.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan  9 20:17:25 UTC 2014 - jsl...@suse.com
+
+- config_ipv6-run-inet_pton-on-the-addr-value-without-.patch:
+  config_ipv6: run inet_pton on the addr value without mask
+  (bnc#851760)
+
+---

New:

  config_ipv6-run-inet_pton-on-the-addr-value-without-.patch



Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.B0rOoz/_old  2014-01-13 17:20:15.0 +0100
+++ /var/tmp/diff_new_pack.B0rOoz/_new  2014-01-13 17:20:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lxc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   lxc
 Version:0.9.0
 Release:0
@@ -33,6 +34,7 @@
 Patch0: autogenned.patch
 Patch1: opensuse-systemd-shutdown.patch
 Patch2: lxc-opensuse-add-perl-base-to-prerequisities.patch
+Patch3: config_ipv6-run-inet_pton-on-the-addr-value-without-.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -85,6 +87,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure --disable-examples

++ config_ipv6-run-inet_pton-on-the-addr-value-without-.patch ++
From: Serge Hallyn serge.hal...@ubuntu.com
Date: Fri, 23 Aug 2013 12:45:15 -0500
Subject: config_ipv6: run inet_pton on the addr value without mask
Patch-mainline: yes
Git-commit: 5acccf95b2bd1e5ffedf687e527dcad5a54d4c1
References: bnc#851760

otherwise a $addr/$mask results in failure.

Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com
Signed-off-by: Jiri Slaby jsl...@suse.cz
---
 src/lxc/confile.c |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/src/lxc/confile.c
+++ b/src/lxc/confile.c
@@ -745,8 +745,8 @@ static int config_network_ipv6(const cha
inet6dev-prefix = atoi(netmask);
}
 
-   if (!inet_pton(AF_INET6, value, inet6dev-addr)) {
-   SYSERROR(invalid ipv6 address: %s, value);
+   if (!inet_pton(AF_INET6, valdup, inet6dev-addr)) {
+   SYSERROR(invalid ipv6 address: %s, valdup);
free(valdup);
return -1;
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-installation-control for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2014-01-13 17:21:07

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


Package is yast2-installation-control

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2013-12-22 19:39:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
   2014-01-13 17:21:08.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan  7 07:29:31 UTC 2014 - lsle...@suse.cz
+
+- move the control files to separate packages
+  (yast2-installation-control-openSUSE* and
+   yast2-installation-control-SLE*)
+- 3.1.4
+
+---

Old:

  yast2-installation-control-3.1.3.tar.bz2

New:

  yast2-installation-control-3.1.4.tar.bz2



Other differences:
--
++ yast2-installation-control.spec ++
--- /var/tmp/diff_new_pack.DasWmH/_old  2014-01-13 17:21:09.0 +0100
+++ /var/tmp/diff_new_pack.DasWmH/_new  2014-01-13 17:21:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation-control
 #
-# 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-installation-control
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,17 +30,10 @@
 
 BuildRequires:  yast2-devtools = 3.1.10
 
-# xmllint for validation
-BuildRequires:  libxml2-tools
-
-# xsltproc for generating some XML files
-BuildRequires:  libxslt-tools
-
 BuildArch:  noarch
 
 %description
 This package contains RNG schema for validating the installation control files.
-Also the control files for some base products and a language add-on is present.
 
 %prep
 %setup -n %{name}-%{version}
@@ -53,9 +46,9 @@
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/control
-/usr/share/YaST2/control/*.rng
-/usr/share/YaST2/control/*.rnc
+%dir %{yast_controldir}
+%{yast_controldir}/*.rng
+%{yast_controldir}/*.rnc
 
 %doc %{yast_docdir}
 

++ yast2-installation-control-3.1.3.tar.bz2 - 
yast2-installation-control-3.1.4.tar.bz2 ++
 3672 lines of diff (skipped)

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



commit yast2 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-01-13 17:21:02

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


Package is yast2

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2014-01-09 
17:26:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-01-13 
17:21:03.0 +0100
@@ -1,0 +2,6 @@
+Wed Jan  8 13:12:19 CET 2014 - loci...@suse.com
+
+- Upgrade mode in installer is newly set by Linuxrc (bnc#857847)
+- 3.1.13
+
+---

Old:

  yast2-3.1.12.tar.bz2

New:

  yast2-3.1.13.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.N6NiJE/_old  2014-01-13 17:21:04.0 +0100
+++ /var/tmp/diff_new_pack.N6NiJE/_new  2014-01-13 17:21:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.12
+Version:3.1.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-3.1.12.tar.bz2 - yast2-3.1.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.12/library/general/src/modules/Mode.rb 
new/yast2-3.1.13/library/general/src/modules/Mode.rb
--- old/yast2-3.1.12/library/general/src/modules/Mode.rb2014-01-08 
11:23:15.0 +0100
+++ new/yast2-3.1.13/library/general/src/modules/Mode.rb2014-01-09 
20:52:44.0 +0100
@@ -81,14 +81,19 @@
   # FIXME remove the part below and let it be set in clients
   if @_mode == installation 
   SCR.Read(path(.target.size), /etc/install.inf) != -1
+
 autoinst = SCR.Read(path(.etc.install_inf.AutoYaST)) != nil
 @_mode = autoinstallation if autoinst
 
 repair = SCR.Read(path(.etc.install_inf.Repair)) != nil
 @_mode = repair if repair
+
 # FIXME according to what Linuxrc really writes
 autoupgrade = SCR.Read(path(.etc.install_inf.AutoUpgrade)) != nil
 @_mode = autoupgrade if autoupgrade
+
+update = SCR.Read(path(.etc.install_inf.Upgrade)) != nil
+@_mode = update if update
   end
 
   nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.12/package/yast2.changes 
new/yast2-3.1.13/package/yast2.changes
--- old/yast2-3.1.12/package/yast2.changes  2014-01-08 11:23:16.0 
+0100
+++ new/yast2-3.1.13/package/yast2.changes  2014-01-09 20:52:45.0 
+0100
@@ -1,4 +1,10 @@
 ---
+Wed Jan  8 13:12:19 CET 2014 - loci...@suse.com
+
+- Upgrade mode in installer is newly set by Linuxrc (bnc#857847)
+- 3.1.13
+
+---
 Fri Dec 20 09:29:58 UTC 2013 - vmora...@suse.com
 
 - Add fail and abort hooks for installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.1.12/package/yast2.spec 
new/yast2-3.1.13/package/yast2.spec
--- old/yast2-3.1.12/package/yast2.spec 2014-01-08 11:23:16.0 +0100
+++ new/yast2-3.1.13/package/yast2.spec 2014-01-09 20:52:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.12
+Version:3.1.13
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit Test-DVD-x86_64 for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2014-01-14 05:52:14

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


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.mLZT0t/_old  2014-01-14 05:52:16.0 +0100
+++ /var/tmp/diff_new_pack.mLZT0t/_new  2014-01-14 05:52:16.0 +0100
@@ -23,7 +23,7 @@
 productoptions
   productvar name=DISTNAMEopenSUSE/productvar
   productvar name=FLAVORdvd/productvar
-  productvar name=MEDIUM_NAMETest-57/productvar
+  productvar name=MEDIUM_NAMETest-58/productvar
   productvar name=MULTIPLE_MEDIAno/productvar
   productvar name=PRODUCT_DIR//productvar
   productvar name=PRODUCT_NAME$DISTNAME-$FLAVOR/productvar
@@ -383,6 +383,7 @@
   repopackage name=libustr-1_0-1/
   repopackage name=libutempter0/
   repopackage name=libuuid1/
+  repopackage name=libvdpau_nouveau/
   repopackage name=libvorbis0/
   repopackage name=libvorbisenc2/
   repopackage name=libwayland-client0/
@@ -590,6 +591,7 @@
   repopackage name=xf86-input-wacom/
   repopackage name=xf86-video-fbdev/
   repopackage name=xf86-video-modesetting/
+  repopackage name=xf86-video-nouveau/
   repopackage name=xf86-video-vesa/
   repopackage name=xinetd/
   repopackage name=xinit/


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