commit aaa_base for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2012-07-23 09:51:56

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


Package is aaa_base, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2012-07-14 
09:41:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2012-07-23 
09:51:59.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 22:21:40 UTC 2012 - jeng...@inai.de
+
+- Add %defattr to make files definitely owned by root
+
+---
+Fri Jul 20 15:08:57 UTC 2012 - wer...@suse.de
+
+- Redirect test if blogd is running otherwise it will never be done
+
+---



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.b0Fk41/_old  2012-07-23 09:52:01.0 +0200
+++ /var/tmp/diff_new_pack.b0Fk41/_new  2012-07-23 09:52:01.0 +0200
@@ -251,6 +251,7 @@
 /usr/share/man/man8/quick_halt.8*
 
 %files malloccheck
+%defattr(-,root,root)
 %config /etc/profile.d/malloc-debug.sh
 %config /etc/profile.d/malloc-debug.csh
 

++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/halt 
new/aaa_base/files/etc/init.d/halt
--- old/aaa_base/files/etc/init.d/halt  2012-07-13 09:33:13.0 +0200
+++ new/aaa_base/files/etc/init.d/halt  2012-07-20 17:07:59.0 +0200
@@ -160,6 +160,11 @@
 fi
 fi
 
+if test -n $REDIRECT  /sbin/checkproc /sbin/blogd ; then
+# redirect our famous last messages to default console
+exec 0 $REDIRECT 10 20
+fi
+
 # kill splash animation
 test $SPLASH = yes  /sbin/splash -q
 
@@ -174,11 +179,6 @@
 killall5 -9
 echo -e $rc_done_up
 
-if test -n $REDIRECT  /sbin/checkproc /sbin/blogd ; then
-# redirect our famous last messages to default console
-exec 0 $REDIRECT 10 20
-fi
-
 # on umsdos fs this would lead to an error message, so direct errors to
 # /dev/null
 mount -no remount,ro / 2 /dev/null

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



commit acct for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package acct for openSUSE:Factory checked in 
at 2012-07-23 09:52:21

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


Package is acct, Maintainer is mkudlv...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/acct/acct.changes2012-02-07 
14:44:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.acct.new/acct.changes   2012-07-23 
10:15:11.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 06:56:58 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  acct-stdio.h.patch



Other differences:
--
++ acct.spec ++
--- /var/tmp/diff_new_pack.jJiVBM/_old  2012-07-23 10:15:12.0 +0200
+++ /var/tmp/diff_new_pack.jJiVBM/_new  2012-07-23 10:15:12.0 +0200
@@ -16,13 +16,10 @@
 #
 
 
-
 Name:   acct
-License:GPL-2.0+
-Group:  System/Base
 PreReq: %insserv_prereq %fillup_prereq fileutils %install_info_prereq
 Version:6.5.5
-Release:830
+Release:0
 Source: %{name}-%{version}.tar.gz
 Source1:rc.acct
 Source2:logrotate.acct
@@ -31,9 +28,12 @@
 Patch1: %{name}-axp.patch
 Patch2: %{name}-info.patch
 Patch3: %{name}-ac.patch
+Patch4: acct-stdio.h.patch
 Url:http://www.gnu.org/directory/acct.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:User-Specific Process Accounting
+License:GPL-2.0+
+Group:  System/Base
 
 %description
 This package contains the programs necessary for user-specific process
@@ -45,6 +45,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %define prefix   /usr

++ acct-stdio.h.patch ++
Index: acct-6.5.5/lib/stdio.in.h
===
--- acct-6.5.5.orig/lib/stdio.in.h
+++ acct-6.5.5/lib/stdio.in.h
@@ -142,7 +142,9 @@ _GL_WARN_ON_USE (fflush, fflush is not
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bluez for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2012-07-23 09:53:54

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


Package is bluez, Maintainer is a...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez-gstreamer.changes2012-07-13 
11:30:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez-gstreamer.changes   
2012-07-23 10:15:15.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 20 14:58:35 UTC 2012 - seife+...@b1-systems.com
+
+- add patch from upstream git to fix bluez networking
+
+---
bluez.changes: same change

New:

  0001-network-fix-network-Connect-method-parameters.patch



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.Bswtkt/_old  2012-07-23 10:15:18.0 +0200
+++ /var/tmp/diff_new_pack.Bswtkt/_new  2012-07-23 10:15:18.0 +0200
@@ -52,6 +52,8 @@
 Source5:baselibs.conf
 Source6:README.SUSE
 Source7:bluetooth.modprobe
+# already fixed upstream
+Patch0: 0001-network-fix-network-Connect-method-parameters.patch
 # TODO: push upstream (jeffm?) -- seife
 Patch3: bluez-4.100-libsbc-make-it-installable.diff
 # TODO: check for obsoletion
@@ -232,6 +234,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch3 -p1
 # disabled the patch because it does no longer cleanly apply and the rule has
 # changed significantly anyway. I'll keep it until i get confirmation in 
bugzilla.

++ 0001-network-fix-network-Connect-method-parameters.patch ++
From 57170b311f1468330f4a9961dc0b3ac45f97bc13 Mon Sep 17 00:00:00 2001
From: Gustavo Padovan gustavo.pado...@collabora.co.uk
Date: Sat, 30 Jun 2012 00:39:05 -0300
Subject: [PATCH] network: fix network Connect() method parameters

---
 network/connection.c |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/network/connection.c b/network/connection.c
index 544ec3a..59423a9 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -554,7 +554,9 @@ static void path_unregister(void *data)
 
 static const GDBusMethodTable connection_methods[] = {
{ GDBUS_ASYNC_METHOD(Connect,
-   NULL, NULL, connection_connect) },
+   GDBUS_ARGS({uuid, s}),
+   GDBUS_ARGS({interface, s}),
+   connection_connect) },
{ GDBUS_METHOD(Disconnect,
NULL, NULL, connection_disconnect) },
{ GDBUS_METHOD(GetProperties,
-- 
1.7.10.4

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



commit build for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:Factory checked 
in at 2012-07-23 09:54:12

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


Package is build, Maintainer is m...@suse.com

Changes:

build-mkbaselibs-sle.changes: same change
--- /work/SRC/openSUSE:Factory/build/build.changes  2012-07-02 
11:50:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.build.new/build.changes 2012-07-23 
10:15:19.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 07:47:23 UTC 2012 - adr...@suse.de
+
+- update openSUSE 12.2 config to RC1 state
+- add openSUSE 12.3 config to fix build for factory
+- do not package compressed _and_ uncompressed kiwi images
+- add build timestamps in each logfile line
+
+---

Old:

  obs-build-2012.07.02.tar.gz

New:

  obs-build-2012.07.19.tar.gz



Other differences:
--
++ build-initvm.spec ++
--- /var/tmp/diff_new_pack.Phdxpr/_old  2012-07-23 10:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Phdxpr/_new  2012-07-23 10:15:20.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.07.02
+Version:2012.07.19
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.Phdxpr/_old  2012-07-23 10:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Phdxpr/_new  2012-07-23 10:15:20.0 +0200
@@ -20,7 +20,7 @@
 Summary:Tools to generate base lib packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.07.02
+Version:2012.07.19
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs

++ build.spec ++
--- /var/tmp/diff_new_pack.Phdxpr/_old  2012-07-23 10:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Phdxpr/_new  2012-07-23 10:15:20.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:2012.07.02
+Version:2012.07.19
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Source: obs-build-%{version}.tar.gz

++ _service ++
--- /var/tmp/diff_new_pack.Phdxpr/_old  2012-07-23 10:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Phdxpr/_new  2012-07-23 10:15:20.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version2012.07.02/param
+param name=version2012.07.19/param
 param name=urlgit://github.com/openSUSE/obs-build.git/param
 param name=scmgit/param
   /service

++ build.dsc ++
--- /var/tmp/diff_new_pack.Phdxpr/_old  2012-07-23 10:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Phdxpr/_new  2012-07-23 10:15:20.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 2012.07.02
+Version: 2012.07.19
 Binary: build
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all

++ debian.changelog ++
--- /var/tmp/diff_new_pack.Phdxpr/_old  2012-07-23 10:15:20.0 +0200
+++ /var/tmp/diff_new_pack.Phdxpr/_new  2012-07-23 10:15:20.0 +0200
@@ -1,3 +1,12 @@
+build (2011.09.26-1) unstable; urgency=low
+
+  * update 12.2 config to RC1 state
+  * add 12.3 config to fix build for factory
+  * do not package compressed _and_ uncompressed kiwi images
+  * add build timestamps in each logfile line
+
+ -- Adrian Schroeter adr...@suse.de  Thu, 19 Jul 2010 10:03:54 +0200
+
 build (2011.10.10-1) unstable; urgency=low
 
   * Update to current git trunk

++ obs-build-2012.07.02.tar.gz - obs-build-2012.07.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-2012.07.02/build 
new/obs-build-2012.07.19/build
--- old/obs-build-2012.07.02/build  2012-07-02 10:41:12.0 +0200
+++ new/obs-build-2012.07.19/build  2012-07-19 09:49:01.0 +0200
@@ -627,10 +627,11 @@
exec perl -e 'syscall(136, '$PERSONALITY') == -1  warn(personality: 
$!\n);exec /.build/build || die(/.build/build: $!\n)'
 fi
 RUNNING_IN_VM=true
-mount -orw -n -tproc none /proc
+test -e /proc/version || mount -orw -n -tproc none /proc
 if test $VM_TYPE != 'lxc'; then
mount -n ${VMDISK_MOUNT_OPTIONS},remount,rw /
 fi
+umount /run /dev/null 21
 # qemu inside of xen does not work, check again with kvm later before enabling 
this
 #if [ -e /dev/kqemu ]; then
 ## allow abuild user to run qemu
@@ -791,6 +792,7 @@
 

commit build for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:12.2 checked in 
at 2012-07-23 09:54:24

Comparing /work/SRC/openSUSE:12.2/build (Old)
 and  /work/SRC/openSUSE:12.2/.build.new (New)


Package is build, Maintainer is m...@suse.com

Changes:

build-mkbaselibs-sle.changes: same change
--- /work/SRC/openSUSE:12.2/build/build.changes 2012-07-02 11:50:07.0 
+0200
+++ /work/SRC/openSUSE:12.2/.build.new/build.changes2012-07-23 
10:15:20.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 07:47:23 UTC 2012 - adr...@suse.de
+
+- update openSUSE 12.2 config to RC1 state
+- add openSUSE 12.3 config to fix build for factory
+- do not package compressed _and_ uncompressed kiwi images
+- add build timestamps in each logfile line
+
+---

Old:

  obs-build-2012.07.02.tar.gz

New:

  obs-build-2012.07.19.tar.gz



Other differences:
--
++ build-initvm.spec ++
--- /var/tmp/diff_new_pack.7gJ9Xk/_old  2012-07-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.7gJ9Xk/_new  2012-07-23 10:15:21.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.07.02
+Version:2012.07.19
 Release:0
 Source: obs-build-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ build-mkbaselibs-sle.spec ++
--- /var/tmp/diff_new_pack.7gJ9Xk/_old  2012-07-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.7gJ9Xk/_new  2012-07-23 10:15:21.0 +0200
@@ -20,7 +20,7 @@
 Summary:Tools to generate base lib packages
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2012.07.02
+Version:2012.07.19
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Provides:   build-mkbaselibs

++ build.spec ++
--- /var/tmp/diff_new_pack.7gJ9Xk/_old  2012-07-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.7gJ9Xk/_new  2012-07-23 10:15:21.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Script to Build SUSE Linux RPMs
 License:GPL-2.0+ and GPL-2.0
 Group:  Development/Tools/Building
-Version:2012.07.02
+Version:2012.07.19
 Release:0
 #!BuildIgnore:  build-mkbaselibs
 Source: obs-build-%{version}.tar.gz

++ _service ++
--- /var/tmp/diff_new_pack.7gJ9Xk/_old  2012-07-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.7gJ9Xk/_new  2012-07-23 10:15:21.0 +0200
@@ -1,6 +1,6 @@
 services
   service name=tar_scm mode=disabled
-param name=version2012.07.02/param
+param name=version2012.07.19/param
 param name=urlgit://github.com/openSUSE/obs-build.git/param
 param name=scmgit/param
   /service

++ build.dsc ++
--- /var/tmp/diff_new_pack.7gJ9Xk/_old  2012-07-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.7gJ9Xk/_new  2012-07-23 10:15:21.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: build
-Version: 2012.07.02
+Version: 2012.07.19
 Binary: build
 Maintainer: Adrian Schroeter adr...@suse.de
 Architecture: all

++ debian.changelog ++
--- /var/tmp/diff_new_pack.7gJ9Xk/_old  2012-07-23 10:15:21.0 +0200
+++ /var/tmp/diff_new_pack.7gJ9Xk/_new  2012-07-23 10:15:21.0 +0200
@@ -1,3 +1,12 @@
+build (2011.09.26-1) unstable; urgency=low
+
+  * update 12.2 config to RC1 state
+  * add 12.3 config to fix build for factory
+  * do not package compressed _and_ uncompressed kiwi images
+  * add build timestamps in each logfile line
+
+ -- Adrian Schroeter adr...@suse.de  Thu, 19 Jul 2010 10:03:54 +0200
+
 build (2011.10.10-1) unstable; urgency=low
 
   * Update to current git trunk

++ obs-build-2012.07.02.tar.gz - obs-build-2012.07.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-build-2012.07.02/build 
new/obs-build-2012.07.19/build
--- old/obs-build-2012.07.02/build  2012-07-02 10:41:12.0 +0200
+++ new/obs-build-2012.07.19/build  2012-07-19 09:49:01.0 +0200
@@ -627,10 +627,11 @@
exec perl -e 'syscall(136, '$PERSONALITY') == -1  warn(personality: 
$!\n);exec /.build/build || die(/.build/build: $!\n)'
 fi
 RUNNING_IN_VM=true
-mount -orw -n -tproc none /proc
+test -e /proc/version || mount -orw -n -tproc none /proc
 if test $VM_TYPE != 'lxc'; then
mount -n ${VMDISK_MOUNT_OPTIONS},remount,rw /
 fi
+umount /run /dev/null 21
 # qemu inside of xen does not work, check again with kvm later before enabling 
this
 #if [ -e /dev/kqemu ]; then
 ## allow abuild user to run qemu
@@ -791,6 +792,7 @@
 x86_64*) 

commit claws-mail for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:12.2 checked 
in at 2012-07-23 09:58:17

Comparing /work/SRC/openSUSE:12.2/claws-mail (Old)
 and  /work/SRC/openSUSE:12.2/.claws-mail.new (New)


Package is claws-mail, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/claws-mail/claws-mail.changes   2012-07-09 
07:55:20.0 +0200
+++ /work/SRC/openSUSE:12.2/.claws-mail.new/claws-mail.changes  2012-07-23 
10:15:23.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 21 16:40:32 UTC 2012 - dims...@opensuse.org
+
+- Do not install ca-certificates.crt (bnc#761503).
+- Add claws-mail-certbundle-path.patch: Add path to our
+  ca-bundle.pem, so the file can be found by claws mail. This is
+  an intermediate solution. Preferably we should be switching to
+  the directory based storing of CA certificates.
+
+---

New:

  claws-mail-certbundle-path.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.6oN1jQ/_old  2012-07-23 10:15:23.0 +0200
+++ /var/tmp/diff_new_pack.6oN1jQ/_new  2012-07-23 10:15:23.0 +0200
@@ -36,6 +36,8 @@
 Patch2: claws-mail-gnutls318.patch
 # PATCH-FIX-UPSTREAM claws-mail-bnc770014.patch bnc#770014 -- Fix crash when 
trying to view info about pgp/smime sign
 Patch3: claws-mail-bnc770014.patch
+# PATCH-FIX-UPSTREAM claws-mail-certbundle-path.patch bnc#761503 
dims...@opensuse.org -- Add our own path to the ssl ca bundle.
+Patch4: claws-mail-certbundle-path.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -114,6 +116,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \
@@ -151,11 +154,12 @@
 # Tools
 cp -r tools %{buildroot}%{_datadir}/%{name}
 rm %{buildroot}%{_datadir}/claws-mail/tools/Makefile*
+# The ca-certificates are meant for windows. On Linux, it is not used and 
should not be distributed.
+rm %{buildroot}%{_datadir}/claws-mail/tools/ca-certificates.crt
 mv %{buildroot}%{_datadir}/claws-mail/tools/README ./README.tools
 # fixing permissions
 chmod 755 %{buildroot}%{_datadir}/claws-mail/tools/*
 chmod 644 %{buildroot}%{_datadir}/claws-mail/tools/multiwebsearch.conf
-chmod 644 %{buildroot}%{_datadir}/claws-mail/tools/ca-certificates.crt
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_libdir}/%{name}/plugins/
 install -d %{buildroot}%{_sysconfdir}/skel/.claws-mail/
@@ -201,7 +205,6 @@
 %{_datadir}/claws-mail/tools/*.pl
 %{_datadir}/claws-mail/tools/*.py
 %{_datadir}/claws-mail/tools/*.conf
-%{_datadir}/claws-mail/tools/ca-certificates.crt
 %{_datadir}/claws-mail/tools/tb2claws-mail
 %{_datadir}/claws-mail/tools/u*
 %{_datadir}/claws-mail/tools/kdeservicemenu/

++ claws-mail-certbundle-path.patch ++
Index: claws-mail-3.8.0/src/common/ssl.c
===
--- claws-mail-3.8.0.orig/src/common/ssl.c
+++ claws-mail-3.8.0/src/common/ssl.c
@@ -102,6 +102,7 @@ static int gnutls_client_cert_cb(gnutls_
 const gchar *claws_ssl_get_cert_file(void)
 {
const char *cert_files[]={
+   /etc/ssl/ca-bundle.pem,
/etc/pki/tls/certs/ca-bundle.crt,
/etc/certs/ca-bundle.crt,
/usr/share/ssl/certs/ca-bundle.crt,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit claws-mail for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory 
checked in at 2012-07-23 09:58:12

Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and  /work/SRC/openSUSE:Factory/.claws-mail.new (New)


Package is claws-mail, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes2012-07-09 
07:55:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.claws-mail.new/claws-mail.changes   
2012-07-23 10:15:21.0 +0200
@@ -1,0 +2,9 @@
+Sat Jul 21 16:40:32 UTC 2012 - dims...@opensuse.org
+
+- Do not install ca-certificates.crt (bnc#761503).
+- Add claws-mail-certbundle-path.patch: Add path to our
+  ca-bundle.pem, so the file can be found by claws mail. This is
+  an intermediate solution. Preferably we should be switching to
+  the directory based storing of CA certificates.
+
+---

New:

  claws-mail-certbundle-path.patch



Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.Ul18O2/_old  2012-07-23 10:15:23.0 +0200
+++ /var/tmp/diff_new_pack.Ul18O2/_new  2012-07-23 10:15:23.0 +0200
@@ -36,6 +36,8 @@
 Patch2: claws-mail-gnutls318.patch
 # PATCH-FIX-UPSTREAM claws-mail-bnc770014.patch bnc#770014 -- Fix crash when 
trying to view info about pgp/smime sign
 Patch3: claws-mail-bnc770014.patch
+# PATCH-FIX-UPSTREAM claws-mail-certbundle-path.patch bnc#761503 
dims...@opensuse.org -- Add our own path to the ssl ca bundle.
+Patch4: claws-mail-certbundle-path.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  compface
 BuildRequires:  db-devel
@@ -114,6 +116,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure \
@@ -151,11 +154,12 @@
 # Tools
 cp -r tools %{buildroot}%{_datadir}/%{name}
 rm %{buildroot}%{_datadir}/claws-mail/tools/Makefile*
+# The ca-certificates are meant for windows. On Linux, it is not used and 
should not be distributed.
+rm %{buildroot}%{_datadir}/claws-mail/tools/ca-certificates.crt
 mv %{buildroot}%{_datadir}/claws-mail/tools/README ./README.tools
 # fixing permissions
 chmod 755 %{buildroot}%{_datadir}/claws-mail/tools/*
 chmod 644 %{buildroot}%{_datadir}/claws-mail/tools/multiwebsearch.conf
-chmod 644 %{buildroot}%{_datadir}/claws-mail/tools/ca-certificates.crt
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_libdir}/%{name}/plugins/
 install -d %{buildroot}%{_sysconfdir}/skel/.claws-mail/
@@ -201,7 +205,6 @@
 %{_datadir}/claws-mail/tools/*.pl
 %{_datadir}/claws-mail/tools/*.py
 %{_datadir}/claws-mail/tools/*.conf
-%{_datadir}/claws-mail/tools/ca-certificates.crt
 %{_datadir}/claws-mail/tools/tb2claws-mail
 %{_datadir}/claws-mail/tools/u*
 %{_datadir}/claws-mail/tools/kdeservicemenu/

++ claws-mail-certbundle-path.patch ++
Index: claws-mail-3.8.0/src/common/ssl.c
===
--- claws-mail-3.8.0.orig/src/common/ssl.c
+++ claws-mail-3.8.0/src/common/ssl.c
@@ -102,6 +102,7 @@ static int gnutls_client_cert_cb(gnutls_
 const gchar *claws_ssl_get_cert_file(void)
 {
const char *cert_files[]={
+   /etc/ssl/ca-bundle.pem,
/etc/pki/tls/certs/ca-bundle.crt,
/etc/certs/ca-bundle.crt,
/usr/share/ssl/certs/ca-bundle.crt,
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crash for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2012-07-23 09:58:31

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


Package is crash, Maintainer is ptesa...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2012-06-01 
22:31:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2012-07-23 
10:15:24.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 16:52:55 UTC 2012 - dm...@suse.com
+
+- Enabled support for reading dumpfiles compressed by LZO using
+  makedumpfile version 1.4.4 or later.
+
+---

New:

  crash_enable_lzo_support.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.lvmBoQ/_old  2012-07-23 10:15:26.0 +0200
+++ /var/tmp/diff_new_pack.lvmBoQ/_new  2012-07-23 10:15:26.0 +0200
@@ -57,9 +57,11 @@
 Patch7: %{name}-rl_digit_loop-return.patch
 Patch8: %{name}-missing-declarations.patch
 Patch9: %{name}-debuginfo-compressed.patch
+Patch10:%{name}_enable_lzo_support.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison
 BuildRequires:  flex
+BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  zlib-devel
 Requires:   /usr/bin/nm
@@ -212,6 +214,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

++ crash_enable_lzo_support.patch ++
---
 CFLAGS.extra  |1 +
 LDFLAGS.extra |1 +
 2 files changed, 2 insertions(+)

--- /dev/null
+++ b/CFLAGS.extra
@@ -0,0 +1 @@
+-DLZO
--- /dev/null
+++ b/LDFLAGS.extra
@@ -0,0 +1 @@
+-llzo2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit crash for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:12.2 checked in 
at 2012-07-23 09:58:36

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


Package is crash, Maintainer is ptesa...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/crash/crash.changes 2012-06-25 15:17:11.0 
+0200
+++ /work/SRC/openSUSE:12.2/.crash.new/crash.changes2012-07-23 
10:15:26.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 16:52:55 UTC 2012 - dm...@suse.com
+
+- Enabled support for reading dumpfiles compressed by LZO using
+  makedumpfile version 1.4.4 or later.
+
+---

New:

  crash_enable_lzo_support.patch



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.rkOfQQ/_old  2012-07-23 10:15:27.0 +0200
+++ /var/tmp/diff_new_pack.rkOfQQ/_new  2012-07-23 10:15:27.0 +0200
@@ -57,9 +57,11 @@
 Patch7: %{name}-rl_digit_loop-return.patch
 Patch8: %{name}-missing-declarations.patch
 Patch9: %{name}-debuginfo-compressed.patch
+Patch10:%{name}_enable_lzo_support.patch
 Patch90:%{name}-sial-ps-2.6.29.diff
 BuildRequires:  bison
 BuildRequires:  flex
+BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  zlib-devel
 Requires:   /usr/bin/nm
@@ -212,6 +214,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 ## SIAL patches
 cd sial-scripts-%{scripts_version}
 %patch90 -p1

++ crash_enable_lzo_support.patch ++
---
 CFLAGS.extra  |1 +
 LDFLAGS.extra |1 +
 2 files changed, 2 insertions(+)

--- /dev/null
+++ b/CFLAGS.extra
@@ -0,0 +1 @@
+-DLZO
--- /dev/null
+++ b/LDFLAGS.extra
@@ -0,0 +1 @@
+-llzo2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit dmtcp for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory checked 
in at 2012-07-23 09:58:43

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


Package is dmtcp, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes  2012-06-29 
06:59:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2012-07-23 
10:15:27.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 10:15:09 UTC 2012 - a...@suse.de
+
+- Add missing include for sys/resource.h (glibc 2.16)
+
+---

New:

  dmtcp-includes.patch



Other differences:
--
++ dmtcp.spec ++
--- /var/tmp/diff_new_pack.6S6W9e/_old  2012-07-23 10:15:29.0 +0200
+++ /var/tmp/diff_new_pack.6S6W9e/_new  2012-07-23 10:15:29.0 +0200
@@ -17,7 +17,6 @@
 #
 
 
-
 Name:   dmtcp
 Version:1.2.5
 Release:0
@@ -26,6 +25,7 @@
 Group:  System/Packages
 Url:http://dmtcp.sourceforge.net
 Source0:%{name}-%{version}.tar.gz
+Patch1: dmtcp-includes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -155,6 +155,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 sed -i -e 's,enable_option_checking=fatal,enable_option_checking=no,' configure
 
 %build

++ dmtcp-includes.patch ++
Index: dmtcp-1.2.5/dmtcp/src/util_exec.cpp
===
--- dmtcp-1.2.5.orig/dmtcp/src/util_exec.cpp
+++ dmtcp-1.2.5/dmtcp/src/util_exec.cpp
@@ -25,6 +25,7 @@
 #include sstream
 #include fcntl.h
 #include errno.h
+#include sys/resource.h
 #include sys/syscall.h
 #include linux/limits.h
 #include dlfcn.h
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit emacs for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2012-07-23 09:59:14

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


Package is emacs, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2012-06-28 
17:24:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2012-07-23 
10:15:30.0 +0200
@@ -1,0 +2,17 @@
+Fri Jul 20 10:54:15 UTC 2012 - wer...@suse.de
+
+- xorg-x11-libs is not in default installation anymore, use libX11-6
+  to be enhanced by emacs-x11 
+
+---
+Tue Jul  3 12:25:05 UTC 2012 - wer...@suse.de
+
+- Don't be fooled by not initialized time stamps of unused XEvent
+  structures which happens with old GTK-2.0
+
+---
+Fri Jun 29 15:22:42 UTC 2012 - wer...@suse.de
+
+- make it build even for older distries 
+
+---

New:

  emacs-24.1-configure.patch
  emacs-24.1-xevent.patch



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.ruKZu0/_old  2012-07-23 10:15:32.0 +0200
+++ /var/tmp/diff_new_pack.ruKZu0/_new  2012-07-23 10:15:32.0 +0200
@@ -77,6 +77,7 @@
 Source4:emacs-rpmlintrc
 Source5:emacs.desktop
 Patch:  emacs-24.1.dif
+Patch1: emacs-24.1-configure.patch
 Patch2: emacs-24.1-glibc.patch
 Patch3: emacs-24.1-decl.dif
 Patch4: emacs-23.1-asian-print.patch
@@ -92,6 +93,7 @@
 Patch15:emacs-22.2-iconic.patch
 Patch16:emacs-23.1-flyspell.patch
 Patch22:emacs-24.1-bnc628268.patch
+Patch23:emacs-24.1-xevent.patch
 Patch24:emacs-24.1-xgselect.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global bug_345669  0
@@ -135,7 +137,7 @@
 PreReq: fileutils
 Requires:   emacs = %{version}-%{release}
 Provides:   emacs_program = %{version}-%{release}
-Enhances:   xorg-x11-libs
+Enhances:   libX11-6
 Summary:GNU Emacs: Emacs binary with X Window System Support
 Group:  Productivity/Editors/Emacs
 
@@ -195,7 +197,11 @@
 install-mh -auto  /dev/null
 fi
 %patch22
+%patch23
 %patch24
+%if 0%{?suse_version}  1130
+%patch1
+%endif
 
 # make sure that the binaries work (pagesize on build must be the same as on 
target, bnc#726769)
 %if %suse_version = 1110
@@ -292,7 +298,11 @@
 --without-gpm \
 
 GTK=${DESKTOP} \
+%if 0%{?suse_version}  1130
 --with-x-toolkit=gtk3 \
+%else
+--with-x-toolkit=gtk \
+%endif
 --x-includes=%{_x11inc} \
 --x-libraries=%{_x11lib}:%{_x11data} \
 --with-xft \
@@ -348,7 +358,9 @@
export MALLOC_CHECK_
 fi
 }
+%if 0%{?suse_version} = 1130
 autoconf
+%endif
 CFLAGS=$CFLAGS $SMALL ./configure ${COMP} ${PREFIX} ${NOX11} ${SYS}
 make_mchkoff bootstrap
 make -C lisp updates compile

++ emacs-24.1-configure.patch ++
 1034 lines (skipped)

++ emacs-24.1-xevent.patch ++
--- src/xmenu.c
+++ src/xmenu.c 2012-07-03 11:51:37.448009822 +
@@ -964,7 +964,7 @@ set_frame_menubar (FRAME_PTR f, int firs
 {
   deep_p = 1;
   f-output_data.x-saved_menu_event = (XEvent*)xmalloc (sizeof (XEvent));
-  f-output_data.x-saved_menu_event-type = 0;
+  memset(f-output_data.x-saved_menu_event,0,sizeof(XEvent));
 }
 
 #ifdef USE_GTK
--- src/xselect.c
+++ src/xselect.c   2012-07-03 11:08:10.732010284 +
@@ -2344,7 +2344,14 @@ x_fill_property_data (Display *dpy, Lisp
   Lisp_Object o = XCAR (iter);
 
   if (INTEGERP (o) || FLOATP (o) || CONSP (o))
-   val = cons_to_signed (o, LONG_MIN, LONG_MAX);
+{
+   if (INTEGERP (o)  (XFASTINT (o)  LONG_MAX || XFASTINT (o)  
LONG_MIN))
+ val = (long) XFASTINT (o);
+   else if (FLOATP (o)  (XFLOAT_DATA (o)  LONG_MAX || XFLOAT_DATA 
(o)  LONG_MIN))
+ val = (long) XFLOAT_DATA (o);
+   else
+ val = cons_to_signed (o, LONG_MIN, LONG_MAX);
+   }
   else if (STRINGP (o))
 {
   BLOCK_INPUT;
--- src/xterm.c
+++ src/xterm.c 2012-07-03 11:47:12.060510503 +
@@ -5753,9 +5753,10 @@ static struct x_display_info *next_noop_
 #define SET_SAVED_BUTTON_EVENT  \
  do
\
{   \
-if (f-output_data.x-saved_menu_event == 0)   \
+if (f-output_data.x-saved_menu_event == 0) { \
 

commit fam for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package fam for openSUSE:Factory checked in 
at 2012-07-23 09:59:38

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


Package is fam, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/fam/fam.changes  2011-10-03 09:17:39.0 
+0200
+++ /work/SRC/openSUSE:Factory/.fam.new/fam.changes 2012-07-23 
10:15:32.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 17:10:17 UTC 2012 - opens...@cboltz.de
+
+- better error message if no portmapper is running (bnc#719686)
+
+---

New:

  fam-better-error-message-no-portmapper.diff



Other differences:
--
++ fam.spec ++
--- /var/tmp/diff_new_pack.rR0tuH/_old  2012-07-23 10:15:34.0 +0200
+++ /var/tmp/diff_new_pack.rR0tuH/_new  2012-07-23 10:15:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fam
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,7 @@
 #
 
 
-
 Name:   fam
-License:LGPL-2.1+
-Group:  System/Daemons
 %define lname  libfam0
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
@@ -32,9 +29,11 @@
 Obsoletes:  fam-64bit
 %endif
 Version:2.7.0
-Release:150
+Release:0
 #
 Summary:File Alteration Monitoring Daemon
+License:LGPL-2.1+
+Group:  System/Daemons
 Url:http://oss.sgi.com/projects/fam/
 %define fc_version 0.6.5
 Source0:
ftp://oss.sgi.com/projects/fam/download/stable/fam-%{version}.tar.gz
@@ -53,6 +52,7 @@
 Patch11:fam-gcc43.patch
 Patch12:bug-401247_fam_09_fix_leak.patch
 Patch13:fam-gcc44.diff
+Patch14:fam-better-error-message-no-portmapper.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,6 +65,7 @@
 
 %package -n %lname
 Summary:File Alteration Monitoring Library
+License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n %lname
@@ -80,6 +81,7 @@
 
 %package devel
 Summary:Include Files and Libraries Mandatory for Development
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %{version}
 Requires:   glibc-devel
@@ -94,8 +96,8 @@
 which use the fam service.
 
 %package server
-License:GPL-2.0+
 Summary:File Alternation Monitoring Daemon
+License:GPL-2.0+
 Group:  System/Daemons
 PreReq: %fillup_prereq
 PreReq: %insserv_prereq
@@ -121,6 +123,7 @@
 %patch11
 %patch12 -p1
 %patch13 -p1
+%patch14 -p0
 cd ../fileschanged-%fc_version
 %patch5
 

++ fam-better-error-message-no-portmapper.diff ++
--- src/Listener.c++2003-01-20 01:37:29.0 +0100
+++ src/Listener.c++2012-07-17 22:58:39.166066093 +0200
@@ -105,7 +105,7 @@
(void) pmap_unset(program, version);
if (!pmap_set(program, version, IPPROTO_TCP, ntohs(addr.sin_port)))
{
-   Log::error(can't register with portmapper.);
+   Log::error(can't register with portmapper. Please start a 
portmapper (for example rpcbind), then try again to start famd.);
exit(1);
}
set_rendezvous_fd(sock);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fam for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package fam for openSUSE:12.2 checked in at 
2012-07-23 09:59:42

Comparing /work/SRC/openSUSE:12.2/fam (Old)
 and  /work/SRC/openSUSE:12.2/.fam.new (New)


Package is fam, Maintainer is adr...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/fam/fam.changes 2012-06-25 15:18:38.0 
+0200
+++ /work/SRC/openSUSE:12.2/.fam.new/fam.changes2012-07-23 
10:15:34.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 17:10:17 UTC 2012 - opens...@cboltz.de
+
+- better error message if no portmapper is running (bnc#719686)
+
+---

New:

  fam-better-error-message-no-portmapper.diff



Other differences:
--
++ fam.spec ++
--- /var/tmp/diff_new_pack.qySRiZ/_old  2012-07-23 10:15:34.0 +0200
+++ /var/tmp/diff_new_pack.qySRiZ/_new  2012-07-23 10:15:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fam
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,7 @@
 #
 
 
-
 Name:   fam
-License:LGPL-2.1+
-Group:  System/Daemons
 %define lname  libfam0
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
@@ -32,9 +29,11 @@
 Obsoletes:  fam-64bit
 %endif
 Version:2.7.0
-Release:150
+Release:0
 #
 Summary:File Alteration Monitoring Daemon
+License:LGPL-2.1+
+Group:  System/Daemons
 Url:http://oss.sgi.com/projects/fam/
 %define fc_version 0.6.5
 Source0:
ftp://oss.sgi.com/projects/fam/download/stable/fam-%{version}.tar.gz
@@ -53,6 +52,7 @@
 Patch11:fam-gcc43.patch
 Patch12:bug-401247_fam_09_fix_leak.patch
 Patch13:fam-gcc44.diff
+Patch14:fam-better-error-message-no-portmapper.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,6 +65,7 @@
 
 %package -n %lname
 Summary:File Alteration Monitoring Library
+License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n %lname
@@ -80,6 +81,7 @@
 
 %package devel
 Summary:Include Files and Libraries Mandatory for Development
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %{version}
 Requires:   glibc-devel
@@ -94,8 +96,8 @@
 which use the fam service.
 
 %package server
-License:GPL-2.0+
 Summary:File Alternation Monitoring Daemon
+License:GPL-2.0+
 Group:  System/Daemons
 PreReq: %fillup_prereq
 PreReq: %insserv_prereq
@@ -121,6 +123,7 @@
 %patch11
 %patch12 -p1
 %patch13 -p1
+%patch14 -p0
 cd ../fileschanged-%fc_version
 %patch5
 

++ fam-better-error-message-no-portmapper.diff ++
--- src/Listener.c++2003-01-20 01:37:29.0 +0100
+++ src/Listener.c++2012-07-17 22:58:39.166066093 +0200
@@ -105,7 +105,7 @@
(void) pmap_unset(program, version);
if (!pmap_set(program, version, IPPROTO_TCP, ntohs(addr.sin_port)))
{
-   Log::error(can't register with portmapper.);
+   Log::error(can't register with portmapper. Please start a 
portmapper (for example rpcbind), then try again to start famd.);
exit(1);
}
set_rendezvous_fd(sock);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gcal for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gcal for openSUSE:Factory checked in 
at 2012-07-23 09:59:48

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


Package is gcal, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gcal/gcal.changes2011-09-23 
01:58:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcal.new/gcal.changes   2012-07-23 
10:15:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 06:14:55 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  gcal-stdio.h.patch



Other differences:
--
++ gcal.spec ++
--- /var/tmp/diff_new_pack.TGBByM/_old  2012-07-23 10:15:36.0 +0200
+++ /var/tmp/diff_new_pack.TGBByM/_new  2012-07-23 10:15:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gcal (Version 3.6)
+# spec file for package gcal
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   gcal
 Summary:A Program for Printing Calendars
 License:GPL-3.0+
 Group:  Productivity/Office/Organizers
 Version:3.6
-Release:1
+Release:0
 Source: ftp://ftp.gnu.org/gnu/gcal/gcal-%{version}.tar.bz2
 Patch0: gcal-3.01-longerstrings.patch
 Patch1: gcal-3.6-cleanup.patch
+Patch2: gcal-stdio.h.patch
 BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
@@ -46,6 +46,7 @@
 %setup -q
 %patch0
 %patch1
+%patch2 -p1
 
 %build
 %configure --disable-silent-rules --enable-de

++ gcal-stdio.h.patch ++
Index: gcal-3.6/lib/stdio.in.h
===
--- gcal-3.6.orig/lib/stdio.in.h
+++ gcal-3.6/lib/stdio.in.h
@@ -143,7 +143,9 @@ _GL_WARN_ON_USE (fflush, fflush is not
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gettext-runtime for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2012-07-23 10:00:01

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


Package is gettext-runtime, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-csharp.changes   
2011-09-23 01:59:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-csharp.changes  
2012-07-23 10:15:36.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 18:41:30 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-java.changes 
2011-09-23 01:59:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-java.changes
2012-07-23 10:15:36.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 18:41:35 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes  
2012-07-02 21:21:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes 
2012-07-23 10:15:36.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 18:41:39 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  getext-stdio.in.patch



Other differences:
--
++ gettext-csharp.spec ++
--- /var/tmp/diff_new_pack.yglTot/_old  2012-07-23 10:15:38.0 +0200
+++ /var/tmp/diff_new_pack.yglTot/_new  2012-07-23 10:15:38.0 +0200
@@ -43,6 +43,7 @@
 Patch6: gettext-0.15-docdir.diff
 Patch7: gettext-autotools.patch
 Patch9: gettext-needlessly_init_vars.patch
+Patch10:getext-stdio.in.patch
 
 %description
 Mono with its 'resgen' program uses a design that Microsoft created and
@@ -81,6 +82,7 @@
 %patch6
 %patch7
 %patch9
+%patch10 -p1
 
 %build
 export CFLAGS=%{optflags} -pipe -W -Wall -Dgcc_is_lint

++ gettext-java.spec ++
--- /var/tmp/diff_new_pack.yglTot/_old  2012-07-23 10:15:38.0 +0200
+++ /var/tmp/diff_new_pack.yglTot/_new  2012-07-23 10:15:38.0 +0200
@@ -43,6 +43,7 @@
 Patch6: gettext-0.15-docdir.diff
 Patch7: gettext-autotools.patch
 Patch9: gettext-needlessly_init_vars.patch
+Patch10:getext-stdio.in.patch
 
 %description
 This package includes the tools needed to support message catalogs in
@@ -59,6 +60,7 @@
 %patch6
 %patch7
 %patch9
+%patch10 -p1
 
 %build
 export CFLAGS=%{optflags} -pipe -W -Wall -Dgcc_is_lint

++ gettext-runtime.spec ++
--- /var/tmp/diff_new_pack.yglTot/_old  2012-07-23 10:15:38.0 +0200
+++ /var/tmp/diff_new_pack.yglTot/_new  2012-07-23 10:15:38.0 +0200
@@ -54,6 +54,7 @@
 Patch6: gettext-0.15-docdir.diff
 Patch7: gettext-autotools.patch
 Patch9: gettext-needlessly_init_vars.patch
+Patch10:getext-stdio.in.patch
 
 %description
 This package contains the intl library as well as tools that ease the
@@ -95,6 +96,7 @@
 %patch6
 %patch7
 %patch9
+%patch10 -p1
 
 %build
 # expect a couple You should update your `aclocal.m4' by running aclocal.

++ getext-stdio.in.patch ++
Index: gettext-0.18.1.1/gettext-runtime/gnulib-lib/stdio.in.h
===
--- gettext-0.18.1.1.orig/gettext-runtime/gnulib-lib/stdio.in.h
+++ gettext-0.18.1.1/gettext-runtime/gnulib-lib/stdio.in.h
@@ -141,7 +141,9 @@ _GL_WARN_ON_USE (fflush, fflush is not
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
Index: gettext-0.18.1.1/gettext-tools/gnulib-lib/stdio.in.h
===
--- gettext-0.18.1.1.orig/gettext-tools/gnulib-lib/stdio.in.h
+++ gettext-0.18.1.1/gettext-tools/gnulib-lib/stdio.in.h
@@ -141,7 +141,9 @@ _GL_WARN_ON_USE (fflush, fflush is not
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
 #undef gets
+#if HAVE_RAW_DECL_GETS
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+#endif
 
 #if @GNULIB_FOPEN@
 # if @REPLACE_FOPEN@
Index: gettext-0.18.1.1/gettext-tools/libgettextpo/stdio.in.h

commit glibc for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2012-07-23 10:00:13

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


Package is glibc, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2012-07-18 
17:15:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-07-23 
10:15:38.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 20 15:06:49 UTC 2012 - jeng...@inai.de
+
+- Add commit 10f62770e115d9f (glibc-sparc-fxstatat64.diff) from
+  upstream to resolve rpmlint-induced packaging abort due to
+  (previously) no-return-in-nonvoid
+- Add xz as explicit BuildRequires for openSUSE_12.1
+
+---
+Thu Jul 19 23:42:46 UTC 2012 - jeng...@inai.de
+
+- Do package ld-linux.so.2 on SPARC as well
+
+---

New:

  glibc-sparc-fxstatat64.diff



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.lcRPCC/_old  2012-07-23 10:15:40.0 +0200
+++ /var/tmp/diff_new_pack.lcRPCC/_new  2012-07-23 10:15:40.0 +0200
@@ -33,6 +33,7 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  makeinfo
+BuildRequires:  xz
 
 %define _filter_GLIBC_PRIVATE 1
 %if %_target_cpu == i686
@@ -293,6 +294,8 @@
 Patch1020:  glibc-2.16-arm-context.patch
 # PATCH-FIX-UPSTREAM  Fix dns buffer - a...@suse.de
 Patch1021:  glibc-2.16-getaddrinfo-buffer.patch
+# PATCH-FIX_UPSTREAM Use correct implementation of fxstatat64 on sparc64
+Patch1022:  glibc-sparc-fxstatat64.diff
 
 ### 
 # Patches awaiting upstream approval
@@ -568,6 +571,7 @@
 %patch1019 -p1
 %patch1020 -p1
 %patch1021 -p1
+%patch -P 1022 -p1
 
 %patch2001 -p1
 %patch2004 -p1
@@ -1154,7 +1158,7 @@
 %ifarch x86_64
 /%{_lib}/ld-linux-x86-64.so.2
 %endif
-%ifarch %ix86
+%ifarch %ix86 %sparc
 /%{_lib}/ld-linux.so.2
 %endif
 



++ glibc-sparc-fxstatat64.diff ++
From 10f62770e115d9f16a67a974f79fa9b100cf827b Mon Sep 17 00:00:00 2001
From: David S. Miller da...@davemloft.net
Date: Tue, 13 Mar 2012 00:45:34 -0700
Subject: [PATCH] Use correct implementation for dl-fxstatat64 on sparc64.

* sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.


[rediffed for glibc-2.15 for openSUSE]
---
 sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c |6 ++
 1 file changed, 6 insertions(+)
 create mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c

Index: glibc-2.15/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
===
--- /dev/null
+++ glibc-2.15/sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
@@ -0,0 +1,6 @@
+/* In this implementation we do not really care whether the call fails
+   because of missing kernel support since we do not even call the
+   function in this case.  */
+#undef __ASSUME_ATFCTS
+#define __ASSUME_ATFCTS 1
+#include fxstatat.c
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnuplot for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2012-07-23 10:00:25

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


Package is gnuplot, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2012-07-03 
13:54:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2012-07-23 
10:15:41.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 22 13:59:46 UTC 2012 - co...@suse.com
+
+- add more texlive 2012 requirements
+
+---
+Tue Jul 10 09:47:35 UTC 2012 - wer...@suse.de
+
+- Make it build with latest TeXLive 2012 with new package layout 
+
+---



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.LmDHcx/_old  2012-07-23 10:15:42.0 +0200
+++ /var/tmp/diff_new_pack.LmDHcx/_new  2012-07-23 10:15:42.0 +0200
@@ -37,6 +37,19 @@
 %endif
 BuildRequires:  texlive-latex
 BuildRequires:  texlive-tex4ht
+%if %suse_version  1220
+BuildRequires:  makeinfo
+BuildRequires:  texlive-dvips
+BuildRequires:  texlive-epstopdf
+BuildRequires:  texlive-metafont
+BuildRequires:  texlive-mfware
+BuildRequires:  texlive-tex
+BuildRequires:  tex(amssymb.sty)
+BuildRequires:  tex(ecrm1000.tfm)
+BuildRequires:  tex(fancyhdr.sty)
+BuildRequires:  tex(pdftex.def)
+BuildRequires:  tex(subfigure.sty)
+%endif
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
 %if %suse_version  1130


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



commit gperftools for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gperftools for openSUSE:Factory 
checked in at 2012-07-23 10:00:41

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


Package is gperftools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gperftools/gperftools.changes2012-05-16 
21:07:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.gperftools.new/gperftools.changes   
2012-07-23 10:15:42.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 22 07:47:04 UTC 2012 - a...@suse.de
+
+- replace struct siginfo with siginfo_t since the former is not
+  available with glibc 2.16 anymore.
+
+---

New:

  gperftools-glibc216.patch



Other differences:
--
++ gperftools.spec ++
--- /var/tmp/diff_new_pack.uyYikO/_old  2012-07-23 10:15:44.0 +0200
+++ /var/tmp/diff_new_pack.uyYikO/_new  2012-07-23 10:15:44.0 +0200
@@ -15,20 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gperftools
 Version:2.0
 Release:0
-Group:  System/Libraries
-License:BSD-3-Clause
 Url:http://code.google.com/p/gperftools/
 Source0:%{name}-%{version}.tar.bz2
 Patch4: %{name}-fix_docdir.patch
 Patch11:   %{name}_fix_multiple_install_headers.patch
 Patch12:   %{name}_fix_unassigned_malloc_in_unittest.patch
 Patch14:%{name}_gcc46.patch
-BuildRequires:  gcc-c++ pkg-config autoconf automake libtool libunwind-devel
+Patch15:%{name}-glibc216.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libunwind-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Performance Tools for C++
+License:BSD-3-Clause
+Group:  System/Libraries
 Provides:  google-perftools
 Obsoletes: google-perftools
 
@@ -40,9 +47,10 @@
 
 
 %package devel
-Group:  System/Libraries
 Summary:Performance tools for C++
-Requires:   libstdc++-devel, gperftools = %{version}
+Group:  System/Libraries
+Requires:   gperftools = %{version}
+Requires:   libstdc++-devel
 Provides:  google-perftools-devel
 Obsoletes: google-perftools-devel
 
@@ -58,6 +66,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch14 -p1
+%patch15 -p1
 
 %build
 autoreconf -fi

++ gperftools-glibc216.patch ++
Index: gperftools-2.0/src/base/linux_syscall_support.h
===
--- gperftools-2.0.orig/src/base/linux_syscall_support.h
+++ gperftools-2.0/src/base/linux_syscall_support.h
@@ -250,7 +250,7 @@ struct siginfo;
 struct kernel_old_sigaction {
   union {
 void (*sa_handler_)(int);
-void (*sa_sigaction_)(int, struct siginfo *, void *);
+void (*sa_sigaction_)(int, siginfo_t *, void *);
   };
   unsigned long  sa_mask;
   unsigned long  sa_flags;
@@ -287,13 +287,13 @@ struct kernel_sigaction {
   unsigned long  sa_flags;
   union {
 void (*sa_handler_)(int);
-void (*sa_sigaction_)(int, struct siginfo *, void *);
+void (*sa_sigaction_)(int, siginfo_t *, void *);
   };
   struct kernel_sigset_t sa_mask;
 #else
   union {
 void (*sa_handler_)(int);
-void (*sa_sigaction_)(int, struct siginfo *, void *);
+void (*sa_sigaction_)(int, siginfo_t *, void *);
   };
   unsigned long  sa_flags;
   void   (*sa_restorer)(void);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grub2 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.2 checked in 
at 2012-07-23 10:00:56

Comparing /work/SRC/openSUSE:12.2/grub2 (Old)
 and  /work/SRC/openSUSE:12.2/.grub2.new (New)


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/grub2/grub2.changes 2012-07-09 07:58:55.0 
+0200
+++ /work/SRC/openSUSE:12.2/.grub2.new/grub2.changes2012-07-23 
10:15:46.0 +0200
@@ -1,0 +2,21 @@
+Thu Jul 19 11:03:37 UTC 2012 - mch...@suse.com
+
+- add grub2-fix-menu-in-xen-host-server.patch (bnc#757895)
+
+---
+Wed Jul 18 08:29:53 UTC 2012 - mch...@suse.com
+
+- add grub2-fix-error-terminal-gfxterm-isn-t-found.patch
+- add grub2-fix-mo-not-copied-to-grubdir-locale.patch
+
+---
+Wed Jul 18 08:12:19 UTC 2012 - a...@suse.de
+
+- We only need makeinfo, not texinfo for building.
+
+---
+Tue Jul 17 21:12:26 CEST 2012 - jsl...@suse.de
+
+- fix build by adding texinfo to buildrequires.
+
+---

Old:

  grub2-linux-submenu.patch

New:

  grub2-fix-error-terminal-gfxterm-isn-t-found.patch
  grub2-fix-menu-in-xen-host-server.patch
  grub2-fix-mo-not-copied-to-grubdir-locale.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.K0H6gJ/_old  2012-07-23 10:15:46.0 +0200
+++ /var/tmp/diff_new_pack.K0H6gJ/_new  2012-07-23 10:15:46.0 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  fuse-devel
 BuildRequires:  gnu-unifont
 BuildRequires:  lzma
+BuildRequires:  makeinfo
 BuildRequires:  python
 BuildRequires:  ruby
 BuildRequires:  xz-devel
@@ -80,11 +81,13 @@
 Patch1: rename-grub-info-file-to-grub2.patch
 Patch2: grub2-linux.patch
 Patch3: use-grub2-as-a-package-name.patch
-Patch4: grub2-linux-submenu.patch
 Patch6: grub2-iterate-and-hook-for-extended-partition.patch
 Patch7: grub2-install-opt-skip-fs-probe.patch
 Patch8: grub2-ppc-terminfo.patch
 Patch9: grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
+Patch10:grub2-fix-error-terminal-gfxterm-isn-t-found.patch
+Patch11:grub2-fix-mo-not-copied-to-grubdir-locale.patch
+Patch12:grub2-fix-menu-in-xen-host-server.patch
 Patch99:use-grub2-efi-as-a-package-name.patch
 PreReq: perl-Bootloader
 Requires:   gettext-runtime
@@ -137,11 +140,13 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-#%%patch4 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 cd ..
 
 # README.openSUSE


++ grub2-fix-error-terminal-gfxterm-isn-t-found.patch ++
From e2e0fe44cf2a03744e96f886f95ab2c2a8aed331 Mon Sep 17 00:00:00 2001
From: Michael Chang mch...@suse.com
Date: Wed, 18 Jul 2012 14:54:32 +0800
Subject: [PATCH] fix error: terminal 'gfxterm' isn't found

References: bnc#771393
Patch-Mainline: no

If set GRUB_TERMINAL=gfxterm, the error message terminal
'gfxterm' isn't found will be logged to screen. This is caused
by GRUB_TERMINAL_INPUT erroneously set to gfxterm. This patch
fixes the issue by not setting it.
---
 util/grub-mkconfig.in |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index f61796f..ca62e9f 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -146,7 +146,11 @@ fi
 
 # XXX: should this be deprecated at some point?
 if [ x${GRUB_TERMINAL} != x ] ; then
-  GRUB_TERMINAL_INPUT=${GRUB_TERMINAL}
+# bnc#771393 - fix error: terminal 'gfxterm' isn't found.
+# by not specifying 'gfxterm' to GRUB_TERMINAL_INPUT
+  if [ x${GRUB_TERMINAL} != xgfxterm ]; then
+GRUB_TERMINAL_INPUT=${GRUB_TERMINAL}
+  fi
   GRUB_TERMINAL_OUTPUT=${GRUB_TERMINAL}
 fi
 
-- 
1.7.3.4

++ grub2-fix-menu-in-xen-host-server.patch ++
From b411dc88b46890400a2e1ba0aa8650e00f738c23 Mon Sep 17 00:00:00 2001
From: Michael Chang mch...@suse.com
Date: Thu, 19 Jul 2012 18:43:55 +0800
Subject: [PATCH] fix menu in xen host server

References: bnc#771689, bnc#757895
Patch-Mainline: no

When system is configred as Xen Virtual Machines Host Server, the
grub2 menu is not well organized. We could see some issues on it.

 - Many duplicated xen entries generated by links to xen hypervisor
 - Non bootable kernel entries trying to boot xen kernel natively
 - The -dbg xen hypervisor takes precedence over release version

This patch fixes above three issues.
---
 util/grub-mkconfig_lib.in   |5 +
 util/grub.d/10_linux.in |   12 ++--
 util/grub.d/20_linux_xen.in |6 --
 3 

commit grub2 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2012-07-23 10:00:52

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


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2012-07-09 
07:58:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2012-07-23 
10:15:44.0 +0200
@@ -1,0 +2,21 @@
+Thu Jul 19 11:03:37 UTC 2012 - mch...@suse.com
+
+- add grub2-fix-menu-in-xen-host-server.patch (bnc#757895)
+
+---
+Wed Jul 18 08:29:53 UTC 2012 - mch...@suse.com
+
+- add grub2-fix-error-terminal-gfxterm-isn-t-found.patch
+- add grub2-fix-mo-not-copied-to-grubdir-locale.patch
+
+---
+Wed Jul 18 08:12:19 UTC 2012 - a...@suse.de
+
+- We only need makeinfo, not texinfo for building.
+
+---
+Tue Jul 17 21:12:26 CEST 2012 - jsl...@suse.de
+
+- fix build by adding texinfo to buildrequires.
+
+---

Old:

  grub2-linux-submenu.patch

New:

  grub2-fix-error-terminal-gfxterm-isn-t-found.patch
  grub2-fix-menu-in-xen-host-server.patch
  grub2-fix-mo-not-copied-to-grubdir-locale.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.TT7Pvh/_old  2012-07-23 10:15:46.0 +0200
+++ /var/tmp/diff_new_pack.TT7Pvh/_new  2012-07-23 10:15:46.0 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  fuse-devel
 BuildRequires:  gnu-unifont
 BuildRequires:  lzma
+BuildRequires:  makeinfo
 BuildRequires:  python
 BuildRequires:  ruby
 BuildRequires:  xz-devel
@@ -80,11 +81,13 @@
 Patch1: rename-grub-info-file-to-grub2.patch
 Patch2: grub2-linux.patch
 Patch3: use-grub2-as-a-package-name.patch
-Patch4: grub2-linux-submenu.patch
 Patch6: grub2-iterate-and-hook-for-extended-partition.patch
 Patch7: grub2-install-opt-skip-fs-probe.patch
 Patch8: grub2-ppc-terminfo.patch
 Patch9: grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch
+Patch10:grub2-fix-error-terminal-gfxterm-isn-t-found.patch
+Patch11:grub2-fix-mo-not-copied-to-grubdir-locale.patch
+Patch12:grub2-fix-menu-in-xen-host-server.patch
 Patch99:use-grub2-efi-as-a-package-name.patch
 PreReq: perl-Bootloader
 Requires:   gettext-runtime
@@ -137,11 +140,13 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-#%%patch4 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 cd ..
 
 # README.openSUSE


++ grub2-fix-error-terminal-gfxterm-isn-t-found.patch ++
From e2e0fe44cf2a03744e96f886f95ab2c2a8aed331 Mon Sep 17 00:00:00 2001
From: Michael Chang mch...@suse.com
Date: Wed, 18 Jul 2012 14:54:32 +0800
Subject: [PATCH] fix error: terminal 'gfxterm' isn't found

References: bnc#771393
Patch-Mainline: no

If set GRUB_TERMINAL=gfxterm, the error message terminal
'gfxterm' isn't found will be logged to screen. This is caused
by GRUB_TERMINAL_INPUT erroneously set to gfxterm. This patch
fixes the issue by not setting it.
---
 util/grub-mkconfig.in |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index f61796f..ca62e9f 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -146,7 +146,11 @@ fi
 
 # XXX: should this be deprecated at some point?
 if [ x${GRUB_TERMINAL} != x ] ; then
-  GRUB_TERMINAL_INPUT=${GRUB_TERMINAL}
+# bnc#771393 - fix error: terminal 'gfxterm' isn't found.
+# by not specifying 'gfxterm' to GRUB_TERMINAL_INPUT
+  if [ x${GRUB_TERMINAL} != xgfxterm ]; then
+GRUB_TERMINAL_INPUT=${GRUB_TERMINAL}
+  fi
   GRUB_TERMINAL_OUTPUT=${GRUB_TERMINAL}
 fi
 
-- 
1.7.3.4

++ grub2-fix-menu-in-xen-host-server.patch ++
From b411dc88b46890400a2e1ba0aa8650e00f738c23 Mon Sep 17 00:00:00 2001
From: Michael Chang mch...@suse.com
Date: Thu, 19 Jul 2012 18:43:55 +0800
Subject: [PATCH] fix menu in xen host server

References: bnc#771689, bnc#757895
Patch-Mainline: no

When system is configred as Xen Virtual Machines Host Server, the
grub2 menu is not well organized. We could see some issues on it.

 - Many duplicated xen entries generated by links to xen hypervisor
 - Non bootable kernel entries trying to boot xen kernel natively
 - The -dbg xen hypervisor takes precedence over release version

This patch fixes above three issues.
---
 util/grub-mkconfig_lib.in   |5 +
 util/grub.d/10_linux.in |   12 ++--
 util/grub.d/20_linux_xen.in 

commit kcm-fcitx for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package kcm-fcitx for openSUSE:Factory 
checked in at 2012-07-23 10:12:56

Comparing /work/SRC/openSUSE:Factory/kcm-fcitx (Old)
 and  /work/SRC/openSUSE:Factory/.kcm-fcitx.new (New)


Package is kcm-fcitx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kcm-fcitx/kcm-fcitx.changes  2012-06-29 
07:00:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcm-fcitx.new/kcm-fcitx.changes 2012-07-23 
10:15:51.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 21 21:35:11 UTC 2012 - i...@marguerite.su
+
+- update version 0.4.0
+  * new implementation for key conversion
+  * add support for change “default layout”
+
+---

Old:

  _service
  kcm-fcitx-0.3.4.tar.bz2

New:

  input-keyboard.svg
  kcm-fcitx-0.4.0.tar.bz2



Other differences:
--
++ kcm-fcitx.spec ++
--- /var/tmp/diff_new_pack.TSWIBa/_old  2012-07-23 10:15:53.0 +0200
+++ /var/tmp/diff_new_pack.TSWIBa/_new  2012-07-23 10:15:53.0 +0200
@@ -19,14 +19,15 @@
 %definepkgname fcitx-config-kde4
 
 Name:   kcm-fcitx
-Version:0.3.4
+Version:0.4.0
 Release:0
 Summary:KDE control module for Fcitx
-Url:http://github.com/fcitx/kcm-fcitx
-Group:  System/I18n/Chinese
 License:GPL-2.0+
+Group:  System/I18n/Chinese
+Url:http://github.com/fcitx/kcm-fcitx
 #Source: http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
 Source: %{name}-%{version}.tar.bz2
+Source1:input-keyboard.svg
 Obsoletes:  %{name}  0.2.0
 Provides:   %{name} = %{version}
 BuildRequires:  fcitx-devel
@@ -39,13 +40,15 @@
 %endif
 %else
 BuildRequires:  kdelibs-devel
-BuildRequires:  unique-devel
 BuildRequires:  libX11-devel
+BuildRequires:  unique-devel
 %endif
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  rsvg-view
 %if 0%{?suse_version}
 %kde4_runtime_requires
 %else
@@ -93,6 +96,14 @@
 
 popd
 
+sed -i 
s/Categories=Qt;KDE;Utility/Categories=Qt;KDE;Utility;DesktopUtility;/ 
%{buildroot}%{_datadir}/applications/kde4/kbd-layout-viewer.desktop
+
+ICONSIZE=16 22 32 48 64 128 256
+for i in $ICONSIZE; do
+mkdir -pv %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/devices/
+rsvg-convert -h $i -w $i %{SOURCE1} -o 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/devices/input-keyboard.png
+done
+
 %find_lang kcm_fcitx
 
 %if 0%{?suse_version}
@@ -105,10 +116,13 @@
 
 %files -n %{pkgname} -f kcm_fcitx.lang
 %defattr(-,root,root,-)
+%{_bindir}/kbd-layout-viewer
 %{_libdir}/kde4/*
 %{_datadir}/kde4/*
+%{_datadir}/applications/kde4/kbd-layout-viewer.desktop
 %if 0%{?fedora_version}
 %{_datadir}/config/fcitx-skin.knsrc
 %endif
+%{_datadir}/icons/hicolor/*/devices/input-keyboard.png
 
 %changelog

++ kcm-fcitx-0.3.4.tar.bz2 - kcm-fcitx-0.4.0.tar.bz2 ++
 7289 lines of diff (skipped)

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



commit icinga for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2012-07-23 10:11:58

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


Package is icinga, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2012-03-12 
20:14:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2012-07-23 
10:15:48.0 +0200
@@ -1,0 +2,93 @@
+Wed Jun 20 10:06:31 UTC 2012 - thard...@suse.com
+
+- imported upstream version 1.7.1
+  *  core: use prefix in solaris service definition #2609 - TD/CF
+  * core: fix various memory leaks in downtime eventhandling on SIGHUP (Carlos 
Velasco) #2666 - MF
+  * classic ui: Fixed status.cgi time out when displaying hostgroups in large 
environments #2617 - RB
+  * classic ui: Fixed Invalid JSON output for hostgroup overview (Torsten 
Rehn) #2680 - RB
+  * classic ui: Fixed Confusing use of display_name in JSON and CSV output 
(Torsten Rehn) #2681 - RB
+  * classic ui: Fixed wrong totals in Service Status Summary on Status 
Summary page (Mark Ziesemer) #2689 - RB
+  * idoutils: fix small compiler issues #2620 - TD/CF
+  * idoutils: fix upgradedb script typos  past changes #2682 - MF
+  * config: check_ido2db_procs.cfg should not depend on local-service template 
#2616 - MF
+  * install: adapt lsb headers for icinga and ido2db #2637 - MF
+  * install: fix typo in 
contrib/eventhandlers/redundancy-scenario1/handle-master-proc-event (thanks 
uosiu) #2671 - MF
+
+---
+Tue Jun 19 17:56:21 UTC 2012 - thard...@suse.com
+
+- cleaned up rcicinga and added checkresult directory creation before start
+- added patch to fix wrong fsf address in some license files
+- extracted update_path_script parts from %post to a separate file located 
under doc
+
+---
+Fri Jun 15 18:38:48 UTC 2012 - thard...@suse.com
+
+- fixed icinga-create_mysqldb.sh - it granted icinga access to all dbs - so 
please check the permissions of your mysql icinga user
+- removed all other ido2utils scripts since they are not supported by upstream
+- updated readme - better distinguishable topics
+
+---
+Fri Jun 15 12:24:01 UTC 2012 - thard...@suse.com
+
+- updated readme - mysql example command granted icinga access to all dbs
+
+---
+Wed Jun 13 12:29:29 UTC 2012 - l...@linux-schulserver.de
+
+- added 'show-errors' to icinga init script as documented in the 
+  wiki
+
+---
+Tue Jun  5 13:29:20 UTC 2012 - thard...@suse.com
+
+- changed eventhandlers directory from /usr/lib/nagios/plugins/eventhandler to 
/lib/icinga/eventhandler (unpackaged files do not get copied)
+- moved remaining files and the checkresults directory from /var/lib/icinga to 
/var/spool/icinga
+- moved /var/lib/icinga to /var/spool/icinga/
+- removed nagios directories from the packages (/var/lib/nagios/*)
+- changed /var/spool/icinga/icinga.cmd to /var/run/icinga/icinga.cmd
+- changed /var/spool/icinga/ido2db.sock to /var/run/icinga/ido2db.sock
+- added post scripts to update the existing configuration files accordingly
+- replaced the existing default http-passwd file with the one from upstream - 
user icingaadmin with password icingaadmin
+- adapted the RHEL upstream icinga and icinga-idoutils readmes for SUSE and 
packaged them
+- idoutils db schema has changed, check 
/usr/share/doc/packages/icinga-idoutils/README.SUSE.idoutils how to upgrade it
+- imported upstream version 1.7.0
+  * core: notifications: Create contact list after eventbroker callbacks 
(Andreas Ericsson) #2110 - MF
+  * core: fix event removal from queues with O(1) removal from doubly linked 
lists (Andreas Ericsson) #2183 - MF
+  * core: avoid senseless looping when free()'ing macros (Andreas Ericsson) 
#2184 - MF
+  * core: avoid insane looping through event list when rescheduling checks 
(Mathias Kettner, Andreas Ericsson) #2182 - MF
+  * core: allow empty host groups in service and host dependencies if 
allow_empty_hostgroup_assignment flag is set (Daniel Wittenberg) #2255 - MF
+  * core: fix compatibility problems on solaris 10 (affects core, cgis, ido) 
(Carl R. Friend) #2292 - MF/RB/TD
+  * core: add trigger_time to downtimes to allow calculating of flexible 
downtimes endtime #2537 - MF
+  * core: add nebmodule version/name check for idomod (this allows future 
version dependencies) #2569 - MF
+
+  * classic ui: Added option for max log entries displayed in showlog.cgi 
#2145 - RB
+  * classic ui: Added config option for status totals in status.cgi #2018 - RB
+  * 

commit libtasn1 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package libtasn1 for openSUSE:Factory 
checked in at 2012-07-23 10:14:22

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


Package is libtasn1, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes2012-07-02 
11:01:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libtasn1.new/libtasn1.changes   2012-07-23 
10:15:55.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 06:25:15 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  libtasn1-stdio.h.patch



Other differences:
--
++ libtasn1.spec ++
--- /var/tmp/diff_new_pack.8LGNDl/_old  2012-07-23 10:15:58.0 +0200
+++ /var/tmp/diff_new_pack.8LGNDl/_new  2012-07-23 10:15:58.0 +0200
@@ -27,6 +27,7 @@
 Group:  Productivity/Networking/Security
 Source: %{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+Patch1: libtasn1-stdio.h.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 
@@ -57,6 +58,7 @@
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 %configure --disable-static

++ libtasn1-stdio.h.patch ++
Index: libtasn1-2.12/gl/stdio.in.h
===
--- libtasn1-2.12.orig/gl/stdio.in.h
+++ libtasn1-2.12/gl/stdio.in.h
@@ -710,11 +710,13 @@ _GL_CXXALIAS_RPL (gets, char *, (char *s
 _GL_CXXALIAS_SYS (gets, char *, (char *s));
 #  undef gets
 # endif
+# if HAVE_RAW_DECL_GETS
 _GL_CXXALIASWARN (gets);
 /* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning.  Assume it is
always declared, since it is required by C89.  */
 _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+# endif
 #endif
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit media-player-info for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for openSUSE:12.2 
checked in at 2012-07-23 10:14:42

Comparing /work/SRC/openSUSE:12.2/media-player-info (Old)
 and  /work/SRC/openSUSE:12.2/.media-player-info.new (New)


Package is media-player-info, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/media-player-info/media-player-info.changes 
2012-06-25 15:46:10.0 +0200
+++ /work/SRC/openSUSE:12.2/.media-player-info.new/media-player-info.changes
2012-07-23 10:16:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 12:57:33 UTC 2012 - co...@suse.com
+
+- change buildrequires of udev to expect the pkg-config file
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.wDpgFO/_old  2012-07-23 10:16:02.0 +0200
+++ /var/tmp/diff_new_pack.wDpgFO/_new  2012-07-23 10:16:02.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   media-player-info
 Version:16
 Release:0
@@ -27,7 +28,7 @@
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

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



commit media-player-info for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2012-07-23 10:14:37

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is media-player-info, Maintainer is sts...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2012-03-05 14:02:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2012-07-23 10:15:59.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 12:57:33 UTC 2012 - co...@suse.com
+
+- change buildrequires of udev to expect the pkg-config file
+
+---



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.mqXsCh/_old  2012-07-23 10:16:02.0 +0200
+++ /var/tmp/diff_new_pack.mqXsCh/_new  2012-07-23 10:16:02.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   media-player-info
 Version:16
 Release:0
@@ -27,7 +28,7 @@
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

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



commit libgphoto2 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2012-07-23 10:13:17

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


Package is libgphoto2, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2012-07-14 
11:50:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2012-07-23 10:15:53.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 19 18:40:18 UTC 2012 - meiss...@suse.com
+
+- added 2.4 branch fixes
+  - libusb1: do not crash immediately (avoid global context usage)
+  - canon: --wait-for-event append \0 to filename
+  - ptp2: new USB ids, fixed Canon EOS thumbnail retrieval
+
+---

New:

  lg-24-branch.patch



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.q5ee2f/_old  2012-07-23 10:15:55.0 +0200
+++ /var/tmp/diff_new_pack.q5ee2f/_new  2012-07-23 10:15:55.0 +0200
@@ -42,6 +42,7 @@
 Release:0
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch0: lg-24-branch.patch
 Patch1: libgphoto2-4096files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang = %{version}
@@ -77,6 +78,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p0
 %patch1 -p1
 
 %build

++ lg-24-branch.patch ++
diff -ru ./camlibs/canon/canon.c 
/home/marcus/projects/libgphoto2-2_4/libgphoto2/camlibs/canon/canon.c
--- camlibs/canon/canon.c   2012-03-30 23:23:47.0 +0200
+++ camlibs/canon/canon.c   2012-07-19 20:19:15.693782425 +0200
@@ -1333,8 +1333,7 @@
 if ( is_image ( new_name ) ) {
 /* Yup, we'll assume that this is the new 
image. */
 GP_DEBUG (   Found our new image file );
-strncpy ( path-name, new_name,
-  strlen ( new_name ) );
+strcpy ( path-name, new_name );
 strcpy ( path-folder, canon2gphotopath ( 
camera, path-folder ) );
 
/* FIXME: Marcus: make it less large effort... 
*/
diff -ru ./camlibs/ptp2/library.c 
/home/marcus/projects/libgphoto2-2_4/libgphoto2/camlibs/ptp2/library.c
--- camlibs/ptp2/library.c  2012-04-15 17:11:15.0 +0200
+++ camlibs/ptp2/library.c  2012-07-19 20:19:15.686782359 +0200
@@ -715,7 +715,7 @@
{Nikon:Coolpix L110 (PTP mode), 0x04b0, 0x017e, PTP_CAP},
 
/* mig...@rozsas.eng.br */
-   {Nikon:Coolpix P500 (PTP mode), 0x04b0, 0x0184, 0},
+   {Nikon:Coolpix P500 (PTP mode), 0x04b0, 0x0184, PTP_CAP},
/* Graeme Wyatt graeme.wy...@nookawarra.com */
{Nikon:Coolpix L120 (PTP mode), 0x04b0, 0x0185, PTP_CAP},
/* Kévin Ottens er...@ipsquad.net */
@@ -740,6 +740,8 @@
{Nikon:Coolpix S8000 (PTP mode),0x04b0, 0x021f, 0},
/* Aleksej Serdjukov deletesoftw...@yandex.ru */
{Nikon:Coolpix S5100 (PTP mode),0x04b0, 0x0220, 0},
+   /* wlady...@gmail.com */
+   {Nikon:Coolpix P300 (PTP mode), 0x04b0, 0x0221, 0},
/* Nikon Coolpix 2000 */
{Nikon:Coolpix 2000 (PTP mode), 0x04b0, 0x0302, 0},
/* From IRC reporter. */
@@ -810,6 +812,11 @@
/* IRC Reporter popolon */
{Nikon:DSC D5100 (PTP mode),0x04b0, 0x0429, 
PTP_CAP|PTP_CAP_PREVIEW},
 
+   
+   /* 
http://sourceforge.net/tracker/?func=detailaid=3536904group_id=8874atid=108874
 */
+   {Nikon:V1,  0x04b0, 0x0601, PTP_CAP},
+
+
 #if 0
/* Thomas Luzat thomas.lu...@gmx.net */
/* this was reported as not working, mass storage only:
@@ -1058,6 +1065,8 @@
 
/* Martin Lasarsch at SUSE. MTP_PROPLIST returns just 0 entries */
{Canon:Digital IXUS 90 IS,0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
+   /* Daniel Moyne daniel.mo...@free.fr */
+   {Canon:Powershot SD790 IS,0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
 
/* 
https://sourceforge.net/tracker/?func=detailaid=2722422group_id=8874atid=358874
 */
{Canon:Digital IXUS 85 IS,0x04a9, 0x3174, 
PTPBUG_DELETE_SENDS_EVENT},
@@ -1289,6 +1298,9 @@
{Apple:iPod Touch 3rd Gen (PTP mode), 0x05ac, 0x1299, 0},
{Apple:iPad (PTP mode),   0x05ac, 0x129a, 0},
 
+   /* Don Cohen don-sourceforge-x...@isis.cs3-inc.com */
+   {Apple:iPhone 4S (PTP mode),  0x05ac, 0x12a0, 0},
+
/* 

commit nagios-rpm-macros for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package nagios-rpm-macros for 
openSUSE:Factory checked in at 2012-07-23 10:15:01

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


Package is nagios-rpm-macros, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/nagios-rpm-macros/nagios-rpm-macros.changes  
2012-02-22 15:53:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new/nagios-rpm-macros.changes 
2012-07-23 10:16:02.0 +0200
@@ -1,0 +2,5 @@
+Tue May 29 14:14:26 UTC 2012 - thard...@suse.com
+
+- added additional Icinga paths for Icinga 1.7
+
+---



Other differences:
--
++ nagios-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.i3ksWS/_old  2012-07-23 10:16:03.0 +0200
+++ /var/tmp/diff_new_pack.i3ksWS/_new  2012-07-23 10:16:03.0 +0200
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:   nagios-rpm-macros
 Summary:RPM Macros for Nagios based packages
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:0.04
+Version:0.05
 Release:0
 Url:http://en.opensuse.org/Nagios
 Source0:macros.nagios

++ macros.icinga ++
--- /var/tmp/diff_new_pack.i3ksWS/_old  2012-07-23 10:16:03.0 +0200
+++ /var/tmp/diff_new_pack.i3ksWS/_new  2012-07-23 10:16:03.0 +0200
@@ -7,7 +7,7 @@
 #
 
 # install all plugins into this directory
-# Please note: we use the old Nagios directory here, as plugins are 
+# Please note: we use the old Nagios directory here, as plugins are
 # currently compatible
 %icinga_plugindir   %{_prefix}/lib/nagios/plugins
 # install all event handler scripts into this directory
@@ -20,31 +20,42 @@
 %icinga_sysconfdir  %{_sysconfdir}/icinga
 # Icinga static webpages, stylesheets and theme(s), online documentation
 %icinga_datadir %{_datadir}/icinga
-# Icinga spool dir (checkresult-dir)
+# Icinga spool dir
 %icinga_spooldir%{_var}/spool/icinga
+# Icinga run dir
+%icinga_rundir  %{_localstatedir}/run/icinga
 # Icinga logfile dir
 %icinga_logdir  %{_var}/log/icinga
 # Icinga cgi directory
 %icinga_cgidir  %{_prefix}/lib/icinga/cgi
+# Icinga cgi logging directory
+%icinga_cgi_logdir  %{icinga_logdir}/www
+# Icinga check results spool directory
+%icinga_checkresultdir  %{icinga_spooldir}/checkresults
+# Icinga external command file directory
+%icinga_cmd_filedir %{icinga_rundir}
 
 #
 # files
 #
 
-# This is the file that Icinga checks for external command requests
-%icinga_command_file %{_var}/spool/icinga/icinga.cmd
-# This is where the current status of all monitored services and
-# hosts is stored. 
-%icinga_status_file  %{_var}/lib/icinga/status.dat
-# This is the file that Icinga should use to store host and
-# service state information before it shuts down.
-%icinga_state_retention_file %{_var}/lib/icinga/retention.dat
 # Icinga lock file
-%icinga_lockfile %{_localstatedir}/run/icinga/icinga.pid
+%icinga_lockfile%{icinga_rundir}/icinga.pid
 # Icinga ido2db lock file
-%icinga_ido2db_lockfile  %{_localstatedir}/run/icinga/ido2db.pid
+%icinga_ido2db_lockfile %{icinga_rundir}/ido2db.pid
+# Icinga external command file - the name icinga.cmd is static, only the
+# directory is configurable
+%icinga_cmdfile %{icinga_cmd_filedir}/icinga.cmd
 # Icinga ido2db socket file
-%icinga_ido2db_socketfile  %{icinga_spooldir}/ido2db.sock
+%icinga_ido2db_socketfile   %{icinga_rundir}/ido2db.sock
+# Icinga initscript error file
+%icinga_chkfile %{icinga_spooldir}/icinga.chk
+# Icinga idomod tmp file
+%icinga_idomod_tmpfile  %{icinga_spooldir}/idomod.tmp
+# Icinga HTTP auth file
+%icinga_http_authfile   %{icinga_sysconfdir}/htpasswd.users
+#Icinga logrotate file
+%icinga_logrotatefile   %{_sysconfdir}/logrotate.d/icinga
 #
 
 #

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



commit rubygem-addressable for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2012-07-23 10:15:31

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


Package is rubygem-addressable, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2012-06-07 15:39:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2012-07-23 10:16:06.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 22 14:24:15 UTC 2012 - co...@suse.com
+
+- update to 2.3.1
+ - fixed missing unicode data file
+ - updated Addressable::Template to use RFC 6570, level 4
+ - fixed compatibility problems with some versions of Ruby
+ - moved unicode tables into a data file for performance reasons
+ - removing support for multiple query value notations
+
+---

Old:

  addressable-2.2.8.gem

New:

  addressable-2.3.1.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.I1giUB/_old  2012-07-23 10:16:07.0 +0200
+++ /var/tmp/diff_new_pack.I1giUB/_new  2012-07-23 10:16:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-addressable
-Version:2.2.8
+Version:2.3.1
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 #
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
 Provides:   rubygem-%{mod_name}-2   = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-2_2 = %{version}-%{release}
+Provides:   rubygem-%{mod_name}-2_3 = %{version}-%{release}
 #
 Url:http://addressable.rubyforge.org/
 Source: %{mod_full_name}.gem

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



commit pulseaudio for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2012-07-23 10:15:18

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


Package is pulseaudio, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2012-06-25 
14:43:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2012-07-23 10:16:04.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 21 13:58:43 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.1:
+  + Actually build libwebrtc-util.
+  + Various bugfixes.
+
+---

Old:

  pulseaudio-2.0.tar.xz

New:

  pulseaudio-2.1.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.qWbKjU/_old  2012-07-23 10:16:05.0 +0200
+++ /var/tmp/diff_new_pack.qWbKjU/_new  2012-07-23 10:16:05.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   pulseaudio
-Version:2.0
+Version:2.1
 Release:0
-%define drvver  2.0
+%define drvver  2.1
 %define soname  0
 Summary:A Networked Sound Server
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Sound Daemons
 Url:http://pulseaudio.org
-Source: 
http://freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
+Source: 
http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
@@ -351,6 +351,7 @@
 %{_libdir}/pulse-%{drvver}/modules/libprotocol-native.so
 %{_libdir}/pulse-%{drvver}/modules/libprotocol-simple.so
 %{_libdir}/pulse-%{drvver}/modules/librtp.so
+%{_libdir}/pulse-%{drvver}/modules/libwebrtc-util.so
 %{_libdir}/pulse-%{drvver}/modules/module-alsa-card.so
 %{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so
 %{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so

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



commit rubygem-bundler for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2012-07-23 10:16:12

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


Package is rubygem-bundler, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2012-06-28 16:54:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2012-07-23 10:16:14.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 22 14:18:05 UTC 2012 - co...@suse.com
+
+- update to 1.1.5
+  - Special case `ruby` directive from 1.2.0, so you can install Gemfiles that 
use it
+
+---

Old:

  bundler-1.1.4.gem

New:

  bundler-1.1.5.gem



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.qKHTuM/_old  2012-07-23 10:16:15.0 +0200
+++ /var/tmp/diff_new_pack.qKHTuM/_new  2012-07-23 10:16:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-bundler
-Version:1.1.4
+Version:1.1.5
 Release:0
 # lib/bundler/vendor/thor/parser/options.rb contains code from Daniel Berger's 
Getopt::Long
 # class which is licensed under the Ruby license

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



commit rubygem-childprocess for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2012-07-23 10:16:43

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


Package is rubygem-childprocess, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2012-07-16 09:40:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2012-07-23 10:16:45.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 14:29:54 UTC 2012 - co...@suse.com
+
+- update to version 0.3.4 - some portability fixes
+
+---

Old:

  childprocess-0.3.3.gem

New:

  childprocess-0.3.4.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.63n11B/_old  2012-07-23 10:16:46.0 +0200
+++ /var/tmp/diff_new_pack.63n11B/_new  2012-07-23 10:16:46.0 +0200
@@ -11,27 +11,34 @@
 # 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:   rubygem-childprocess
-Version:0.3.3
+Version:0.3.4
 Release:0
-License:MIT
-Summary:A simple solution for controlling external programs running in 
the background
-Url:http://github.com/jarib/childprocess
-Group:  Development/Languages/Ruby
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-ffi-1_0 = 1.0.6
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:   rubygem-ffi-1_0 = 1.0.6
-Provides:   rubygem-childprocess-0_3 = %{version}
+#
+#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+# ffi ~ 1.0
+BuildRequires:  rubygem-ffi-1 = 1.0
+Requires:   rubygem-ffi-1 = 1.0
+# ffi = 1.0.6
+BuildRequires:  rubygem-ffi = 1.0.6
+Requires:   rubygem-ffi = 1.0.6
+#
+Url:http://github.com/jarib/childprocess
+Source: %{mod_full_name}.gem
+#
+Summary:This gem aims at being a simple and reliable solution for 
controlling external programs running in the background on any Ruby / OS 
combination
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
 This gem aims at being a simple and reliable solution for controlling external 
programs running in the background on any Ruby / OS combination.
@@ -40,6 +47,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -55,7 +63,7 @@
 %prep
 %build
 %install
-%gem_install %{SOURCE0}
+%gem_install %{S:0}
 
 %files
 %defattr(-,root,root,-)

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



commit rubygem-ffi for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ffi for openSUSE:Factory 
checked in at 2012-07-23 10:17:09

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


Package is rubygem-ffi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ffi/rubygem-ffi.changes  2012-07-02 
12:48:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-ffi.new/rubygem-ffi.changes 
2012-07-23 10:17:12.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 15:15:19 UTC 2012 - co...@suse.com
+
+- update to 1.1.0 - no changelog
+
+---

Old:

  ffi-1.0.11.gem

New:

  ffi-1.1.0.gem



Other differences:
--
++ rubygem-ffi.spec ++
--- /var/tmp/diff_new_pack.uNvz1c/_old  2012-07-23 10:17:13.0 +0200
+++ /var/tmp/diff_new_pack.uNvz1c/_new  2012-07-23 10:17:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-ffi
-Version:1.0.11
+Version:1.1.0
 Release:0
 Summary:Ruby-FFI is a ruby extension for programmatically loading 
dynamic libraries, binding functions within them, and calling those functions 
from Ruby code
 License:LGPL-3.0
@@ -29,7 +29,7 @@
 BuildRequires:  libffi-devel
 BuildRequires:  rubygems_with_buildroot_patch
 Provides:   rubygem-%{mod_name}-1 = %{version}
-Provides:   rubygem-%{mod_name}-1_0 = %{version}
+Provides:   rubygem-%{mod_name}-1_1 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
 

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



commit rubygem-flog for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-flog for openSUSE:Factory 
checked in at 2012-07-23 10:32:20

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


Package is rubygem-flog, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-flog/rubygem-flog.changes
2012-04-17 22:01:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-flog.new/rubygem-flog.changes   
2012-07-23 10:32:22.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 12:33:43 UTC 2012 - co...@suse.com
+
+- fix gem requires
+
+---



Other differences:
--
++ rubygem-flog.spec ++
--- /var/tmp/diff_new_pack.q1AKJs/_old  2012-07-23 10:32:23.0 +0200
+++ /var/tmp/diff_new_pack.q1AKJs/_new  2012-07-23 10:32:23.0 +0200
@@ -25,10 +25,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-BuildRequires:  rubygem-sexp_processor = 3.0
-Requires:   rubygem-sexp_processor = 3.0
-BuildRequires:  rubygem-ruby_parser = 2.0
-Requires:   rubygem-ruby_parser = 2.0
+# sexp_processor ~ 3.0
+BuildRequires:  rubygem-sexp_processor-3 = 3.0
+Requires:   rubygem-sexp_processor-3 = 3.0
+# ruby_parser ~ 2.0
+BuildRequires:  rubygem-ruby_parser-2 = 2.0
+Requires:   rubygem-ruby_parser-2 = 2.0
 #
 Url:http://ruby.sadi.st/
 Source: %{mod_name}-%{version}.gem


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



commit rubygem-json for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json for openSUSE:Factory 
checked in at 2012-07-23 10:32:40

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


Package is rubygem-json, Maintainer is cth...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json/rubygem-json.changes
2012-05-14 16:19:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-json.new/rubygem-json.changes   
2012-07-23 10:32:41.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul  6 19:00:44 UTC 2012 - co...@suse.com
+
+- update to 1.7.3
+  * Work around Rubinius encoding issues using iconv for conversion instead.
+  * Fix some encoding issues, that cause problems for  the pure and the
+extension variant in jruby 1.9 mode.
+
+---

Old:

  json-1.7.1.gem

New:

  json-1.7.3.gem



Other differences:
--
++ rubygem-json.spec ++
--- /var/tmp/diff_new_pack.ZV4VbU/_old  2012-07-23 10:32:42.0 +0200
+++ /var/tmp/diff_new_pack.ZV4VbU/_new  2012-07-23 10:32:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-json
-Version:1.7.1
+Version:1.7.3
 Release:0
 %define mod_name json
 %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-json-1_5 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json-1_5 for 
openSUSE:Factory checked in at 2012-07-23 10:33:26

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


Package is rubygem-json-1_5, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json-1_5/rubygem-json-1_5.changes
2012-03-22 12:40:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json-1_5.new/rubygem-json-1_5.changes   
2012-07-23 10:33:43.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 11 12:46:07 UTC 2012 - ja...@suse.de
+
+- Add provides for rubygem-json
+
+---



Other differences:
--
++ rubygem-json-1_5.spec ++
--- /var/tmp/diff_new_pack.nQnlxC/_old  2012-07-23 10:33:43.0 +0200
+++ /var/tmp/diff_new_pack.nQnlxC/_new  2012-07-23 10:33:43.0 +0200
@@ -11,17 +11,18 @@
 # 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:   rubygem-json-1_5
 Version:1.5.4
 Release:0
-License:GPL-2.0 or Ruby
 Summary:JSON Implementation for Ruby
-Url:http://flori.github.com/json
+License:GPL-2.0 or Ruby
 Group:  Development/Languages/Ruby
+Url:http://flori.github.com/json
 %define mod_name json
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
@@ -35,6 +36,7 @@
 %else
 Requires(pre):  update-alternatives
 %endif
+Provides:   rubygem-%{mod_name} = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires
 


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



commit rubygem-json_pure for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json_pure for 
openSUSE:Factory checked in at 2012-07-23 10:33:55

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


Package is rubygem-json_pure, Maintainer is dmacvi...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json_pure/rubygem-json_pure.changes  
2012-05-14 16:19:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-json_pure.new/rubygem-json_pure.changes 
2012-07-23 10:33:57.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 15 08:46:56 UTC 2012 - co...@suse.com
+
+- update to 1.7.3
+  * Work around Rubinius encoding issues using iconv for conversion instead.
+  * Fix some encoding issues, that cause problems for  the pure and the
+extension variant in jruby 1.9 mode.
+
+---

Old:

  json_pure-1.7.1.gem

New:

  json_pure-1.7.3.gem



Other differences:
--
++ rubygem-json_pure.spec ++
--- /var/tmp/diff_new_pack.L3BkEW/_old  2012-07-23 10:33:58.0 +0200
+++ /var/tmp/diff_new_pack.L3BkEW/_new  2012-07-23 10:33:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-json_pure
-Version:1.7.1
+Version:1.7.3
 Release:0
 Summary:JSON Implementation for Ruby
 License:Ruby

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



commit rubygem-memcache-client for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-memcache-client for 
openSUSE:Factory checked in at 2012-07-23 10:34:32

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


Package is rubygem-memcache-client, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-memcache-client/rubygem-memcache-client.changes
  2012-07-02 12:51:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-memcache-client.new/rubygem-memcache-client.changes
 2012-07-23 10:34:35.0 +0200
@@ -7,0 +8,7 @@
+Wed Apr  4 19:09:25 UTC 2012 - co...@suse.com
+
+- update to 1.8.5
+ * Fix unfibered usage of memcache-client in EM
+ * Remove nag message (tenderlove)
+
+---

Old:

  memcache-client-1.8.3.gem

New:

  memcache-client-1.8.5.gem



Other differences:
--
++ rubygem-memcache-client.spec ++
--- /var/tmp/diff_new_pack.0LVVls/_old  2012-07-23 10:34:36.0 +0200
+++ /var/tmp/diff_new_pack.0LVVls/_new  2012-07-23 10:34:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-memcache-client (Version 1.8.3)
+# spec file for package rubygem-memcache-client
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-memcache-client
-Version:1.8.3
+Version:1.8.5
 Release:0
 %define mod_name memcache-client
 #
-Group:  Development/Languages/Ruby
-License:BSD-3-Clause
-#
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
@@ -32,6 +29,9 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:A Ruby library for accessing memcached
+License:BSD-3-Clause
+Group:  Development/Languages/Ruby
+
 %description
 A Ruby library for accessing memcached.
 

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



commit rubygem-multi_json for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2012-07-23 10:35:58

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


Package is rubygem-multi_json, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2012-05-16 15:04:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2012-07-23 10:36:01.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  6 19:01:44 UTC 2012 - co...@suse.com
+
+- update to 1.3.6
+  * fix for oj
+
+---

Old:

  multi_json-1.3.5.gem

New:

  multi_json-1.3.6.gem



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.fxj7sX/_old  2012-07-23 10:36:02.0 +0200
+++ /var/tmp/diff_new_pack.fxj7sX/_new  2012-07-23 10:36:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-multi_json
-Version:1.3.5
+Version:1.3.6
 Release:0
 Summary:A gem to provide swappable JSON backends
 License:MIT

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



commit rubygem-nokogiri for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2012-07-23 10:37:53

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


Package is rubygem-nokogiri, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2012-04-17 22:02:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2012-07-23 10:37:57.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 12:31:20 UTC 2012 - co...@suse.com
+
+- update to 1.5.5
+ * tons of fixes for jruby
+
+---

Old:

  nokogiri-1.5.2.gem

New:

  nokogiri-1.5.5.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.gisyLj/_old  2012-07-23 10:38:02.0 +0200
+++ /var/tmp/diff_new_pack.gisyLj/_new  2012-07-23 10:38:02.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   rubygem-nokogiri
-Version:1.5.2
+Version:1.5.5
 Release:0
 %define mod_name nokogiri
 %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

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-passenger for 
openSUSE:Factory checked in at 2012-07-23 10:38:26

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


Package is rubygem-passenger, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-passenger/rubygem-passenger.changes  
2012-05-16 15:04:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-passenger.new/rubygem-passenger.changes 
2012-07-23 10:38:28.0 +0200
@@ -1,0 +2,32 @@
+Sun Jul 22 15:29:35 UTC 2012 - co...@suse.com
+
+- update to 3.0.14
+  * [Apache] Fixed a long-standing mod_rewrite-related problem.
+Some mod_rewrite rules would not work, but it depends on the exact
+mod_rewrite configuration so it would work for some people but not
+for others. Issue #563. Thanks a lot to cedricmaion for providing
+information on the nature of the bug and to peter.nash55 for
+providing a VM that allowed us to reproduce the problem.
+  * [Nginx] Preferred Nginx version to 1.2.2.
+The previously preferred version was 1.2.1.
+  * Cleared some confusing terminology in the documentation.
+  * Fixed some Ruby 1.9 encoding problems.
+
+---
+Sun Jul 15 06:43:12 UTC 2012 - co...@suse.com
+
+- update to 3.0.13
+ * [Nginx] Preferred Nginx version upgraded to 1.2.1.
+ * Fixed compilation problems on FreeBSD 6.4. Fixes issue #766.
+ * Fixed compilation problems on GCC = 4.6.
+ * Fixed compilation problems on OpenIndiana and Solaris 11. Fixes issue #742.
+ * Union Station-related bug fixes.
+ * Sending the soft termination signal twice to application processes no 
longer makes them crash. Patch contributed by Ian Ehlert.
+
+---
+Fri Jun 29 12:13:51 UTC 2012 - co...@suse.com
+
+- do not require package names but generic provides for easier update
+  of those
+
+---

Old:

  passenger-3.0.12.gem

New:

  passenger-3.0.14.gem



Other differences:
--
++ rubygem-passenger.spec ++
--- /var/tmp/diff_new_pack.Fann28/_old  2012-07-23 10:38:30.0 +0200
+++ /var/tmp/diff_new_pack.Fann28/_new  2012-07-23 10:38:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-passenger
-Version:3.0.12
+Version:3.0.14
 Release:0
 %define mod_name passenger
 %define mod_full_name %{mod_name}-%{version}
@@ -44,8 +44,8 @@
 BuildRequires:  rubygem-daemon_controller = 0.2.5
 Requires:   rubygem-daemon_controller = 0.2.5
 # rack = 0
-BuildRequires:  rubygem-rack-1_1
-Requires:   rubygem-rack-1_1
+BuildRequires:  rubygem-rack-1  1.0
+Requires:   rubygem-rack-1  1.0
 BuildRequires:  apache2-devel
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
@@ -154,8 +154,7 @@
   make -C ext/libev distclean
   %endif
   find ext/apache2 -name \*.a -print -delete
-  rm -v test/stub/wsgi/passenger_wsgi.pyc \
-ext/apache2/mod_passenger.so
+  rm -v ext/apache2/mod_passenger.so
   mv -v ext/ruby/*/passenger_native_support.so lib/
   rm -rv ext/ruby/ruby-*-linux
 popd

++ rubygem-passenger-3.0.12_boost_threads.patch ++
--- /var/tmp/diff_new_pack.Fann28/_old  2012-07-23 10:38:30.0 +0200
+++ /var/tmp/diff_new_pack.Fann28/_new  2012-07-23 10:38:30.0 +0200
@@ -1,8 +1,8 @@
 Index: ext/boost/config/stdlib/libstdcpp3.hpp
 ===
 ext/boost/config/stdlib/libstdcpp3.hpp.orig2012-05-12 
10:47:25.914516381 +0200
-+++ ext/boost/config/stdlib/libstdcpp3.hpp 2012-05-12 10:47:51.902291762 
+0200
-@@ -38,17 +38,14 @@
+--- ext/boost/config/stdlib/libstdcpp3.hpp.orig
 ext/boost/config/stdlib/libstdcpp3.hpp
+@@ -39,17 +39,14 @@
// while others do not...
//
  # define BOOST_HAS_THREADS
@@ -23,8 +23,8 @@
  #  define BOOST_HAS_THREADS
 Index: ext/boost/config/compiler/gcc.hpp
 ===
 ext/boost/config/compiler/gcc.hpp.orig 2012-05-12 10:13:30.0 
+0200
-+++ ext/boost/config/compiler/gcc.hpp  2012-05-12 10:52:36.465881661 +0200
+--- ext/boost/config/compiler/gcc.hpp.orig
 ext/boost/config/compiler/gcc.hpp
 @@ -93,7 +93,7 @@
  // those platforms where we can know for sure). It will get turned off again
  // later if no threading API is detected.
@@ -36,9 +36,9 @@
  
 Index: ext/common/StaticString.h
 ===
 ext/common/StaticString.h.orig 2012-05-12 10:13:30.0 +0200
-+++ 

commit rubygem-pry for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2012-07-23 10:39:15

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


Package is rubygem-pry, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2012-07-09 
13:17:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2012-07-23 10:39:17.0 +0200
@@ -1,0 +2,86 @@
+Sun Jul 15 09:13:47 UTC 2012 - co...@suse.com
+
+- update to 0.9.10
+ dependency changes:
+ * #561 upgrade the slop gem to version 3
+ * #590 move to the jist gem from gist.
+ * upgrade method_source to 0.8
+ 
+ new features:
+ * #572 add --hist, -o and -k flags to gist command
+ * #584 support show-source/doc on methods defined in class-eval
+ * #585 support show-source/doc on gem methods defined in C
+ * #596 add --disable-plugin and --select-plugin options
+ * #597 allow cd - to switch between bindings
+ * #612 add Pry.config.should_load_local_rc to turn off ./.pryrc
+ * allow running a file of pry input with pry file
+ * support colours in ri command
+ * add before_eval hook
+ * prompt now gets a lot more data when proc arity is 1
+ 
+ bug fixes c.
+ * #554 removed the req command
+ * #567 fix rendering bugs when starting pry
+ * #568 fix Array#pretty_print on Jruby
+ * #575 fix edit on windows
+ * #576 fix find-method in the presence of badly behaved objects
+ * #580 fix whereami in erb files on rails
+ * #632 raise fewer exceptions while tab completing
+ * #605 dont immediately quite pry when an error happens in readline
+ * #606 support for ansicon to give jruby windows users colour
+ * #613 massive speed improvements to show-source for modules
+ * #620 improve whereami command when not in a binding.pry
+ * #622 support embedded documents (=begin ... =end)
+ * #627 support editing files with spaces in the name
+ * changed __binding_impl__ to __pry__
+ * support for absolute paths in $EDITOR
+ * fix cat command on files with unknown extensions
+ * many many internal refactorings and tidyings
+
+---
+Sun Jul 15 06:36:20 UTC 2012 - co...@suse.com
+
+- update to 0.9.9.6
+  * fixed ZeroDivisionError in correct_indentation, bug #558
+  * fix double highlighting in rdoc, bug #562
+  * autocreate configuration for plugins, bug #548
+  
+  * fixed `NoMethodError: undefined method `winsize' for #IO:STDOUT`, bug 
#549
+  * fixes for jruby
+  * breakage on `exit` syntax error, fixes, #550
+  * heredoc content no longer auto-indented
+  
+  * show-doc would fail on some core classes, i.e `show-doc Bignum`. This is 
now fixed
+  and show allow a wider range of core documentation to be viewed directly in 
Pry.
+  
+  * make correct_indentation's auto-colorization respect Pry.color
+  
+  * cleared up confusion in show-source/show-doc docs that -a switch applies 
to classes
+  as well as modules
+  
+  MAJOR NEW FEATURES
+  * lines of input are syntax highlighted upon 'enter' keypress
+  * show-source command can now show class/module sourcecode (use -a to see 
all monkeypatches). Hard dependency on ruby18_source_location gem in MRI 1.8
+  * show-doc command can show class/module docs (use -a to see docs for all 
monkeypatches) Hard dependency on ruby18_source_location gem in MRI 1.8.
+  * new `find-method` command, performs a recursive search in a namespace for 
the existence of methods.
+  * pry-coolline now works properly with Pry 
(https://github.com/pry/pry-coolline)
+  * alias_command method now much more powerful, e.g: alias_command lM, ls 
-M
+  * `whereami` is now more intelligent, automatically showing entire 
sourcecode of current method if current context is a method (thanks robgleeson).
+  * new `raise-up` command. Allows you to raise an exception that will bubble 
out of pry (ending the session) and escape into enclosing program.
+  
+  remaining items:
+  * fixed windows crashing bug when paging
+  * lines ending with \ are incomplete (kudos to fowl)
+  * `edit-method -n` no longer blocks (thanks misfo)s
+  * show instance methods of modules by default in ls
+  * docs for REPL defined methods can now be displayed using show-doc
+  * autoload ruby18_source_location on mri18, when available 
(https://github.com/conradirwin/ruby18_source_location)
+  * tab completion should work on first line now (historic bug fixed)
+  * :quiet = true option added to `Pry.start`, turns off whereami
+  * another easter egg added
+  * show unloaded constants in yellow for ls
+  * improved documentation for Pry.config options
+  * improved auto indentation
+  * JRuby: heuristics used to clean up 'ls' output (less internal methods 
polluting output)
+

commit rubygem-RedCloth for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-RedCloth for 
openSUSE:Factory checked in at 2012-07-23 10:39:38

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


Package is rubygem-RedCloth, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-RedCloth/rubygem-RedCloth.changes
2012-02-16 10:10:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-RedCloth.new/rubygem-RedCloth.changes   
2012-07-23 10:39:40.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 09:55:23 UTC 2012 - co...@suse.com
+
+- update to 4.2.9
+ * Fix RbConfig / Config warning in Ruby 1.9.3. [Steve Purcell, Robert 
Gleeson, and unclaimedbaggage]
+ * Use RSTRING_NOT_MODIFIED header for Rubinius [Dirkjan Bussink]
+
+---

Old:

  RedCloth-4.2.8.gem

New:

  RedCloth-4.2.9.gem



Other differences:
--
++ rubygem-RedCloth.spec ++
--- /var/tmp/diff_new_pack.4O7S3x/_old  2012-07-23 10:39:42.0 +0200
+++ /var/tmp/diff_new_pack.4O7S3x/_new  2012-07-23 10:39:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-RedCloth
-Version:4.2.8
+Version:4.2.9
 Release:0
 %define mod_name RedCloth
 %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-sprockets-2_1 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-2_1 for 
openSUSE:Factory checked in at 2012-07-23 10:40:40

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


Package is rubygem-sprockets-2_1, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-2_1/rubygem-sprockets-2_1.changes  
2012-07-16 10:11:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-2_1.new/rubygem-sprockets-2_1.changes
 2012-07-23 10:40:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 16:03:20 UTC 2012 - co...@suse.com
+
+- fix tilt requires
+
+---



Other differences:
--
++ rubygem-sprockets-2_1.spec ++
--- /var/tmp/diff_new_pack.JNqAyr/_old  2012-07-23 10:40:42.0 +0200
+++ /var/tmp/diff_new_pack.JNqAyr/_new  2012-07-23 10:40:42.0 +0200
@@ -30,15 +30,20 @@
 %define mod_name sprockets
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-hike-1 = 1.2
-BuildRequires:  rubygem-rack-1 = 1.0
-#BuildRequires:  rubygem-tilt-1 = 1.1
-BuildRequires:  rubygem-tilt-1 = 1.1
 BuildRequires:  rubygems_with_buildroot_patch
+# hike ~ 1.2
+BuildRequires:  rubygem-hike-1 = 1.2
 Requires:   rubygem-hike-1 = 1.2
+# rack ~ 1.0
+BuildRequires:  rubygem-rack-1 = 1.0
 Requires:   rubygem-rack-1 = 1.0
-#Requires:   rubygem-tilt-1 = 1.1
-Requires:   rubygem-tilt-1 = 1.1
+# tilt ~ 1.1
+BuildRequires:  rubygem-tilt-1 = 1.1
+Requires:   rubygem-tilt-1 = 1.1
+# tilt != 1.3.0
+BuildConflicts: rubygem-tilt = 1.3.0
+Conflicts:  rubygem-tilt = 1.3.0
+
 Provides:   rubygem-%{mod_name} = %{version}
 Provides:   rubygem-%{mod_name}-2 = %{version}
 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 sysconfig for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2012-07-23 10:41:16

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


Package is sysconfig, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes  2012-04-12 
09:52:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2012-07-23 
10:41:18.0 +0200
@@ -1,0 +2,25 @@
+Fri Jul 20 14:38:16 UTC 2012 - m...@suse.com
+
+- Applied patch blacklisting uas driver confirmed by Intel as
+  a hopeless case (bnc#770301).
+
+---
+Thu Jul 19 13:58:01 UTC 2012 - m...@suse.com
+
+- /etc/init.d/network: do not check the renamed-flag when udev
+  daemon is not running as in LXC containers. It caused to wait
+  until the udev rename finished with a not started network and
+  failure result (bnc#771615).
+
+---
+Mon Jun 11 10:10:10 UTC 2012 - m...@suse.com
+
+- version 0.76.3
+- Fixed ifrenew-dhcp to use built-in dhcpcd --renew (bnc#763533).
+- Moved the X-Systemd-RemainAfterExit LSB tag before Description
+  in /etc/init.d/network scripts as workaround for the case that
+  a not yet fixed systemd is in use (bnc#763533).
+- Fixed to differentiate ib/ibchild/bond types and stop ib-bond
+  interfaces correctly.
+
+---

Old:

  sysconfig-0.76.2.tar.bz2

New:

  0001-Do-not-check-renamed-flag-when-udev-is-not-running.patch
  0002-blacklist-uas-driver.patch
  sysconfig-0.76.3.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.Amj0uT/_old  2012-07-23 10:41:20.0 +0200
+++ /var/tmp/diff_new_pack.Amj0uT/_new  2012-07-23 10:41:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysconfig
-Version:0.76.2
+Version:0.76.3
 Release:0
 Summary:The sysconfig scheme and traditional network scripts
 License:GPL-2.0+
@@ -35,6 +35,8 @@
 BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: %name-%version.tar.bz2
+Patch1: 0001-Do-not-check-renamed-flag-when-udev-is-not-running.patch
+Patch2: 0002-blacklist-uas-driver.patch
 
 %description
 This package provides the SuSE system configuration scheme and the
@@ -54,6 +56,8 @@
 
 %prep
 %setup -n sysconfig-%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf --force --install

++ 0001-Do-not-check-renamed-flag-when-udev-is-not-running.patch ++
From dbdc2e2a2b0288deefc74f838f5c3fa0b466a4f6 Mon Sep 17 00:00:00 2001
From: Marius Tomaschewski m...@suse.com
Date: Thu, 19 Jul 2012 15:43:11 +0200
Subject: [PATCH] Do not check renamed-flag when udev is not running

When udev is not running as in LXC containers, do not check for
the interface renamed-flag set by udev rules and causing to wait
until udev rename finished or report a network start failure.
The reintroduced FORCE_PERSISTENT_NAMES network/config variable
allows an explicit behavior configuration (bnc#771615).
---
 config/sysconfig.config-network |9 +
 scripts/network |   13 -
 2 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/config/sysconfig.config-network b/config/sysconfig.config-network
index 38e3eb1..725f3c5 100644
--- a/config/sysconfig.config-network
+++ b/config/sysconfig.config-network
@@ -143,6 +143,15 @@ MANDATORY_DEVICES=
 #
 WAIT_FOR_INTERFACES=30
 
+## Type:list(,yes,no)
+## Default: 
+#
+# Forces all interfaces eth* ath* wlan* and ra* to be persistent via udev
+# or disables the persistent rename flag check. Default is to check if udev
+# is running -- it may be not used, e.g. inside of LXC containers.
+#
+FORCE_PERSISTENT_NAMES=
+
 ## Type:integer
 ## Default: 0
 #
diff --git a/scripts/network b/scripts/network
index 9928da6..3f4fe2c 100755
--- a/scripts/network
+++ b/scripts/network
@@ -507,13 +507,24 @@ done
 # is ready to be set up. If an it is not ready now, it will be set up via
 # udev/ifup (because network is started now). We will just have to wait for it
 # later in the start section if it is considered mandatory (see next section).
+#
+# When udev is not in use / started,  e.g. inside of LXC container, then the
+# 'renamed' flag will be never set and we don't need to check it -- except
+# when there is an explicit configuration telling how to behave here.
+#
+if /sbin/checkproc /sbin/udevd /dev/null ; then
+   FORCE_PERSISTENT_NAMES=${FORCE_PERSISTENT_NAMES:-yes}
+else
+   

commit systemd for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2012-07-23 10:41:36

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


Package is systemd, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2012-07-19 
18:00:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2012-07-23 
10:41:38.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 20 19:24:08 CEST 2012 - sbra...@suse.cz
+
+- Fix NumLock detection/set race condition (bnc#746595#c47).
+
+---



Other differences:
--
systemd.spec: same change

++ systemd-numlock-suse.patch ++
--- /var/tmp/diff_new_pack.Ix3SjO/_old  2012-07-23 10:41:40.0 +0200
+++ /var/tmp/diff_new_pack.Ix3SjO/_new  2012-07-23 10:41:40.0 +0200
@@ -165,7 +165,7 @@
  D-Bus policy dir:${with_dbuspolicydir}
  D-Bus session dir:   ${with_dbussessionservicedir}
  D-Bus system dir:${with_dbussystemservicedir}
-Index: systemd-44/src/login/73-seat-numlock.rules.in
+Index: systemd-44/src/login/73-seat-numlock.rules
 ===
 --- /dev/null
 +++ systemd-44/src/login/73-seat-numlock.rules
@@ -219,3 +219,16 @@
 +return EX_IOERR;
 +return execv(args[0], args);
 +}
+Index: systemd-44/units/systemd-vconsole-setup.service.in
+===
+--- systemd-44.orig/units/systemd-vconsole-setup.service.in
 systemd-44/units/systemd-vconsole-setup.service.in
+@@ -10,7 +10,7 @@ Description=Setup Virtual Console
+ DefaultDependencies=no
+ Conflicts=shutdown.target
+ After=systemd-readahead-collect.service systemd-readahead-replay.service
+-Before=sysinit.target shutdown.target
++Before=sysinit.target shutdown.target udev-trigger.service
+ 
+ [Service]
+ Type=oneshot

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



commit udev for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-07-23 10:43:12

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


Package is udev, Maintainer is rmila...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/udev/udev.changes2012-07-12 
14:56:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-07-23 
10:43:51.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 12 15:56:34 UTC 2012 - rmila...@suse.com
+
+- Fix by-path links for ATA transport (bnc#770910)
+  updated: 0013-re-enable-by_path-links-for-ata-devices.patch 
+
+---



Other differences:
--
++ 0013-re-enable-by_path-links-for-ata-devices.patch ++
--- /var/tmp/diff_new_pack.HdGy4V/_old  2012-07-23 10:43:52.0 +0200
+++ /var/tmp/diff_new_pack.HdGy4V/_new  2012-07-23 10:43:52.0 +0200
@@ -2,21 +2,52 @@
 ===
 --- udev-182.orig/src/udev-builtin-path_id.c
 +++ udev-182/src/udev-builtin-path_id.c
-@@ -330,10 +330,17 @@ static struct udev_device *handle_scsi(s
-  * until that happens, there are no by-path/ links for ATA devices 
behind
-  * an ATA transport class.
-  */
+@@ -286,6 +286,26 @@ out:
+ return hostdev;
+ }
+ 
++static struct udev_device *handle_ata(struct udev_device *parent, char **path)
++{
++struct udev_device *hostdev;
++int host, bus, target, lun;
++const char *name;
++
++hostdev = udev_device_get_parent_with_subsystem_devtype(parent, 
scsi, scsi_host);
++
++if (hostdev == NULL)
++return NULL;
++
++name = udev_device_get_sysname(parent);
 +
-+  /*
-+   * We need for openSUSE/SUSE by-path links, so we disable this.
-+   */
++if (sscanf(name, %d:%d:%d:%d, host, bus, target, lun) != 4)
++return NULL;
++
++path_prepend(path, scsi-%u:%u:%u:%u, host, bus, target, lun);
++return parent;
++}
++
+ static struct udev_device *handle_scsi(struct udev_device *parent, char 
**path)
+ {
+ const char *devtype;
+@@ -323,15 +343,14 @@ static struct udev_device *handle_scsi(s
+ }
+ 
+ /*
+- * We do not support the ATA transport class, it creates duplicated 
link
+- * names as the fake SCSI host adapters are all separated, they are 
all
+- * re-based as host == 0. ATA should just stop faking two duplicated
+- * hierarchies for a single topology and leave the SCSI stuff alone;
+- * until that happens, there are no by-path/ links for ATA devices 
behind
+- * an ATA transport class.
++ * Ugly way to make by-path links for ata devices.
++ * Using the handle_scsi_default function make all host
++ * equal to 0 which is a problem.
++ *
+  */
 +
-+  /*
  if (strstr(name, /ata) != NULL) {
- parent = NULL;
+-parent = NULL;
++parent = handle_ata(parent, path);
  goto out;
  }
-+  */
  
- parent = handle_scsi_default(parent, path);
- out:

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



commit xkeyboard-config for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xkeyboard-config for 
openSUSE:Factory checked in at 2012-07-23 10:44:39

Comparing /work/SRC/openSUSE:Factory/xkeyboard-config (Old)
 and  /work/SRC/openSUSE:Factory/.xkeyboard-config.new (New)


Package is xkeyboard-config, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xkeyboard-config/xkeyboard-config.changes
2012-06-26 17:42:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.xkeyboard-config.new/xkeyboard-config.changes   
2012-07-23 10:44:54.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 21 17:51:59 UTC 2012 - dims...@opensuse.org
+
+- Split out -lang package (bnc#645077).
+
+---



Other differences:
--
++ xkeyboard-config.spec ++
--- /var/tmp/diff_new_pack.k9WGLC/_old  2012-07-23 10:44:55.0 +0200
+++ /var/tmp/diff_new_pack.k9WGLC/_new  2012-07-23 10:44:55.0 +0200
@@ -39,6 +39,7 @@
 Patch109:   disable-2xalt_2xctrl-toggle.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Recommends: %{name}-lang
 
 %description
 The X Keyboard Extension essentially replaces the core protocol
@@ -48,6 +49,7 @@
 keyboard. It also includes a number of keyboard controls designed to
 make keyboards more accessible to people with physical impairments.
 
+%lang_package
 %prep
 %setup -q
 translation-update-upstream
@@ -70,13 +72,13 @@
 # Bug 335553
 mkdir -p $RPM_BUILD_ROOT/var/lib/xkb/compiled/
 ln -snf /var/lib/xkb/compiled/ $RPM_BUILD_ROOT/usr/share/X11/xkb/compiled
-%find_lang %name
+%find_lang %{name} %{?no_lang_C}
 %fdupes -s $RPM_BUILD_ROOT/usr/share/X11/xkb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %name.lang
+%files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README docs/HOWTO.* docs/README.*
 %dir /var/lib/xkb
@@ -84,4 +86,6 @@
 /usr/share/X11/xkb/
 %{_datadir}/pkgconfig/*.pc
 
+%files lang -f %{name}.lang
+
 %changelog

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



commit bash for openSUSE:12.1:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:12.1:Update 
checked in at 2012-07-23 10:45:58

Comparing /work/SRC/openSUSE:12.1:Update/bash (Old)
 and  /work/SRC/openSUSE:12.1:Update/.bash.new (New)


Package is bash, Maintainer is wer...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xs6YZX/_old  2012-07-23 10:46:00.0 +0200
+++ /var/tmp/diff_new_pack.xs6YZX/_new  2012-07-23 10:46:00.0 +0200
@@ -1 +1 @@
-link package='bash.390' cicount='copy' /
+link package='bash.625' cicount='copy' /

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



commit xorg-x11-server for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2012-07-23 10:46:56

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


Package is xorg-x11-server, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2012-07-18 17:53:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2012-07-23 10:46:59.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 22 10:35:59 UTC 2012 - sndir...@suse.com
+
+- u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch
+  * Do not use intel driver on Poulsbo, Oaktrail, Medfield, CDV.
+IDs stolen from Kernel psb driver. (bnc#772279)
+  * obsoletes xorg-detect-psb.patch
+
+---

Old:

  xorg-detect-psb.patch

New:

  u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.IPn2wm/_old  2012-07-23 10:47:01.0 +0200
+++ /var/tmp/diff_new_pack.IPn2wm/_new  2012-07-23 10:47:01.0 +0200
@@ -165,7 +165,6 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch163:   xserver-bg-none-root.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch164:   xorg-detect-psb.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch200:   bug534768-prefer_local_symbols.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
@@ -186,6 +185,7 @@
 Patch222:   sync-fix.patch
 Patch223:   U_glx_Free_reference_to_destroyed_GLX_drawable.patch
 Patch224:   U_dri2_add_DRI2CreateDrawable2.patch
+Patch225:   u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch
 # Patches to implement GLX_ARB_create_context extensions required for OpenGL 
3.0 support
 # http://lists.x.org/archives/xorg-devel/2012-April/030452.html
 # git://people.freedesktop.org/~idr/xserver.git
@@ -309,7 +309,6 @@
 #%patch162 -p1
 ### disabled for now
 #%patch163 -p1
-%patch164 -p1
 %patch200 -p1
 %patch202 -p1
 %patch203 -p1
@@ -324,6 +323,7 @@
 %patch222 -p1
 %patch223 -p1
 %patch224 -p1
+%patch225 -p1
 %patch300 -p1
 %patch301 -p1
 %patch302 -p1

++ u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch ++
From ec3ce5493ec00ca0a9304b705a58a40e364f88fb Mon Sep 17 00:00:00 2001
From: Stefan Dirsch sndir...@suse.de
Date: Sun, 22 Jul 2012 12:29:51 +0200
Subject: [PATCH 3/3] Do not use intel driver on Poulsbo, Oaktrail, Medfield, 
CDV.

IDs stolen from Kernel psb driver.
---
 hw/xfree86/common/xf86pciBus.c |   64 +++-
 1 files changed, 56 insertions(+), 8 deletions(-)

diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c
index a2c18eb..258988a 100644
--- a/hw/xfree86/common/xf86pciBus.c
+++ b/hw/xfree86/common/xf86pciBus.c
@@ -1147,14 +1147,62 @@ xf86VideoPtrToDriverList(struct pci_device *dev,
 driverList[0] = i128;
 break;
 case 0x8086:
-if ((dev-device_id == 0x00d1) || (dev-device_id == 0x7800)) {
-driverList[0] = i740;
-}
-else if (dev-device_id == 0x8108) {
-break;  /* hooray for poulsbo */
-}
-else {
-driverList[0] = intel;
+   switch (dev-device_id)
+   {
+   /* Intel i740 */
+   case 0x00d1:
+   case 0x7800:
+   driverList[0] = i740;
+   break;
+   /* GMA500/Poulsbo */
+   case 0x8108:
+   case 0x8109:
+   /* Try psb driver on Poulsbo - if available */
+   driverList[0] = psb;
+   driverList[1] = psb_drv;
+   break;
+   /* GMA600/Oaktrail */
+   case 0x4100:
+   case 0x4101:
+   case 0x4102:
+   case 0x4103:
+   case 0x4104:
+   case 0x4105:
+   case 0x4106:
+   case 0x4107:
+   /* Atom E620/Oaktrail */
+   case 0x4108:
+   /* Medfield */
+   case 0x0130:
+   case 0x0131:
+   case 0x0132:
+   case 0x0133:
+   case 0x0134:
+   case 0x0135:
+   case 0x0136:
+   case 0x0137:
+   /* GMA 3600/CDV */
+   case 0x0be0:
+   case 0x0be1:
+

commit xorg-x11-server for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:12.2 
checked in at 2012-07-23 10:47:01

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


Package is xorg-x11-server, Maintainer is sndir...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/xorg-x11-server/xorg-x11-server.changes 
2012-07-10 14:18:30.0 +0200
+++ /work/SRC/openSUSE:12.2/.xorg-x11-server.new/xorg-x11-server.changes
2012-07-23 10:47:03.0 +0200
@@ -1,0 +2,23 @@
+Sun Jul 22 10:35:59 UTC 2012 - sndir...@suse.com
+
+- u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch
+  * Do not use intel driver on Poulsbo, Oaktrail, Medfield, CDV.
+IDs stolen from Kernel psb driver. (bnc#772279)
+  * obsoletes xorg-detect-psb.patch
+
+---
+Tue Jul 17 01:42:30 UTC 2012 - sndir...@suse.com
+
+- renamed patches of previous change according to our policy
+  u_* -- U_* (since these were rebased on upstream patches) 
+
+---
+Fri Jul 13 00:19:59 UTC 2012 - badshah...@gmail.com
+
+- Add patches u_dri2_add_DRI2CreateDrawable2.patch and 
+  u_0012-glx_Free_reference_to_destroyed_GLX_drawable.patch to fix
+  seemingly random crashes of the X stack [bnc#769553]; patches
+  came from upstream git commits, and were rebased to apply to
+  present version cleanly.
+
+---

Old:

  xorg-detect-psb.patch

New:

  U_dri2_add_DRI2CreateDrawable2.patch
  U_glx_Free_reference_to_destroyed_GLX_drawable.patch
  u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.YuXg5t/_old  2012-07-23 10:47:03.0 +0200
+++ /var/tmp/diff_new_pack.YuXg5t/_new  2012-07-23 10:47:03.0 +0200
@@ -165,7 +165,6 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch163:   xserver-bg-none-root.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
-Patch164:   xorg-detect-psb.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch200:   bug534768-prefer_local_symbols.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
@@ -184,6 +183,9 @@
 Patch220:   Use-external-tool-for-creating-backtraces-on-crashes.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch222:   sync-fix.patch
+Patch223:   U_glx_Free_reference_to_destroyed_GLX_drawable.patch
+Patch224:   U_dri2_add_DRI2CreateDrawable2.patch
+Patch225:   u_Do-not-use-intel-driver-on-Poulsbo-Oaktrail-Medfield.patch
 # Patches to implement GLX_ARB_create_context extensions required for OpenGL 
3.0 support
 # http://lists.x.org/archives/xorg-devel/2012-April/030452.html
 # git://people.freedesktop.org/~idr/xserver.git
@@ -307,7 +309,6 @@
 #%patch162 -p1
 ### disabled for now
 #%patch163 -p1
-%patch164 -p1
 %patch200 -p1
 %patch202 -p1
 %patch203 -p1
@@ -320,6 +321,9 @@
 ### Disable backtrace generation patch for now
 #%patch220 -p1
 %patch222 -p1
+%patch223 -p1
+%patch224 -p1
+%patch225 -p1
 %patch300 -p1
 %patch301 -p1
 %patch302 -p1

++ U_dri2_add_DRI2CreateDrawable2.patch ++
From 8a87acc9e57be740e3bd252567622246051a0723 Mon Sep 17 00:00:00 2001
From: Michel Dänzer michel.daen...@amd.com
Date: Thu, 12 Jul 2012 11:16:36 +
Subject: dri2: Add DRI2CreateDrawable2.

Same as DRI2CreateDrawable, except it can return the DRI2 specific XID of the
DRI2 drawable reference to the base drawable.

Signed-off-by: Michel Dänzer michel.daen...@amd.com
Reviewed-by: Kristian Høgsberg k...@bitplanet.net
Signed-off-by: Keith Packard kei...@keithp.com
---
Index: xorg-server-1.12.3/hw/xfree86/dri2/dri2.c
===
--- xorg-server-1.12.3.orig/hw/xfree86/dri2/dri2.c
+++ xorg-server-1.12.3/hw/xfree86/dri2/dri2.c
@@ -280,8 +280,9 @@ DRI2AddDrawableRef(DRI2DrawablePtr pPriv
 }
 
 int
-DRI2CreateDrawable(ClientPtr client, DrawablePtr pDraw, XID id,
-   DRI2InvalidateProcPtr invalidate, void *priv)
+DRI2CreateDrawable2(ClientPtr client, DrawablePtr pDraw, XID id,
+DRI2InvalidateProcPtr invalidate, void *priv,
+XID *dri2_id_out)
 {
 DRI2DrawablePtr pPriv;
 XID dri2_id;
@@ -298,9 +299,19 @@ DRI2CreateDrawable(ClientPtr client, Dra
 if (rc != Success)
 return rc;
 
+if (dri2_id_out)
+

commit x-tile for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package x-tile for openSUSE:Factory checked 
in at 2012-07-23 10:48:17

Comparing /work/SRC/openSUSE:Factory/x-tile (Old)
 and  /work/SRC/openSUSE:Factory/.x-tile.new (New)


Package is x-tile, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/x-tile/x-tile.changes2012-06-26 
17:43:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.x-tile.new/x-tile.changes   2012-07-23 
10:48:19.0 +0200
@@ -1,0 +2,11 @@
+Sun Jul 22 13:07:39 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.4:
+  + Added cycle tiling.
+  + Added command line options to tile grid without providing rows
+and columns.
+  + Added manpages.
+  + Misc bug fixes.
+  + Updated translations.
+
+---

Old:

  x-tile-2.3.1.tar.bz2

New:

  x-tile-2.4.tar.bz2



Other differences:
--
++ x-tile.spec ++
--- /var/tmp/diff_new_pack.DDBPkH/_old  2012-07-23 10:48:20.0 +0200
+++ /var/tmp/diff_new_pack.DDBPkH/_new  2012-07-23 10:48:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   x-tile
-Version:2.3.1
+Version:2.4
 Release:0
 Summary:Panel applet for tiling windows
 License:GPL-2.0+
@@ -81,9 +81,10 @@
 %files
 %defattr(-,root,root)
 %doc license
+%doc %{_mandir}/man1/x-tile.1.gz
 %{_bindir}/x-tile
 %{_datadir}/applications/x-tile.desktop
-%{_datadir}/pixmaps/x-tile.svg
+%{_datadir}/icons/hicolor/scalable/apps/x-tile.svg
 %{_datadir}/x-tile/
 %{python_sitelib}/*.egg-info
 

++ x-tile-2.3.1.tar.bz2 - x-tile-2.4.tar.bz2 ++
 10153 lines of diff (skipped)

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



commit zsh for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2012-07-23 10:49:16

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


Package is zsh, Maintainer is idon...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2012-07-20 10:26:01.0 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2012-07-23 
10:49:18.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 13:20:50 UTC 2012 - co...@suse.com
+
+- we need tex2html too, which is provided by texinfo
+
+---



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.eua1m3/_old  2012-07-23 10:49:19.0 +0200
+++ /var/tmp/diff_new_pack.eua1m3/_new  2012-07-23 10:49:19.0 +0200
@@ -45,6 +45,7 @@
 %endif
 %if 0%{?suse_version} = 1210
 BuildRequires:  makeinfo
+BuildRequires:  texinfo
 %endif
 %else
 Requires(pre):  /sbin/install-info

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



commit gcc47 for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:Factory checked 
in at 2012-07-23 11:03:36

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


Package is gcc47, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/gcc47/cross-armv5el-gcc47-icecream-backend.changes   
2012-07-20 14:14:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv5el-gcc47-icecream-backend.changes
  2012-07-23 11:03:37.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 23 08:26:09 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r189773).
+  * Includes fix for PR54038.  [bnc#772488]
+
+---
cross-armv7hl-gcc47-icecream-backend.changes: same change
cross-hppa-gcc47-icecream-backend.changes: same change
cross-i386-gcc47-icecream-backend.changes: same change
cross-ia64-gcc47-icecream-backend.changes: same change
cross-ppc-gcc47-icecream-backend.changes: same change
cross-ppc64-gcc47-icecream-backend.changes: same change
cross-s390-gcc47-icecream-backend.changes: same change
cross-s390x-gcc47-icecream-backend.changes: same change
cross-x86_64-gcc47-icecream-backend.changes: same change
gcc47-testresults.changes: same change
gcc47.changes: same change
libffi47.changes: same change
libgcj47.changes: same change

Old:

  gcc-4.7.1-20120718.tar.bz2

New:

  gcc-4.7.1-20120723.tar.bz2



Other differences:
--
++ cross-armv5el-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.wc409H/_old  2012-07-23 11:03:42.0 +0200
+++ /var/tmp/diff_new_pack.wc409H/_new  2012-07-23 11:03:42.0 +0200
@@ -67,7 +67,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.7.1_20120718
+Version:4.7.1_20120723
 Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

cross-armv7hl-gcc47-icecream-backend.spec: same change
cross-hppa-gcc47-icecream-backend.spec: same change
cross-i386-gcc47-icecream-backend.spec: same change
cross-ia64-gcc47-icecream-backend.spec: same change
cross-ppc-gcc47-icecream-backend.spec: same change
cross-ppc64-gcc47-icecream-backend.spec: same change
cross-s390-gcc47-icecream-backend.spec: same change
cross-s390x-gcc47-icecream-backend.spec: same change
cross-x86_64-gcc47-icecream-backend.spec: same change
gcc47-testresults.spec: same change
gcc47.spec: same change
libffi47.spec: same change
libgcj47.spec: same change

++ gcc-4.7.1-20120718.tar.bz2 - gcc-4.7.1-20120723.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcc47/gcc-4.7.1-20120718.tar.bz2 
/work/SRC/openSUSE:Factory/.gcc47.new/gcc-4.7.1-20120723.tar.bz2 differ: char 
11, line 1

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.wc409H/_old  2012-07-23 11:03:42.0 +0200
+++ /var/tmp/diff_new_pack.wc409H/_new  2012-07-23 11:03:42.0 +0200
@@ -157,7 +157,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:  http://gcc.gnu.org/
-Version: 4.7.1_20120718
+Version: 4.7.1_20120723
 Release:  1
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

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



commit gcc47 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:12.2 checked in 
at 2012-07-23 11:03:41

Comparing /work/SRC/openSUSE:12.2/gcc47 (Old)
 and  /work/SRC/openSUSE:12.2/.gcc47.new (New)


Package is gcc47, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.2/gcc47/cross-armv5el-gcc47-icecream-backend.changes  
2012-07-18 17:14:21.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gcc47.new/cross-armv5el-gcc47-icecream-backend.changes 
2012-07-23 11:03:43.0 +0200
@@ -1,0 +2,19 @@
+Mon Jul 23 08:26:09 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r189773).
+  * Includes fix for PR54038.  [bnc#772488]
+
+---
+Wed Jul 18 09:36:38 UTC 2012 - rguent...@suse.com
+
+- BuildRequire makeinfo instead of texinfo for openSUSE 12.3 and beyond.
+
+---
+Tue Jul 17 21:10:31 UTC 2012 - jeng...@inai.de
+
+- Add SPARC to the list of arches not to package quadmath for.
+  Change the exclusive list to an inclusive list for where it
+  should be packaged (smaller list).
+- Add SPARC visintrin.h to filelist
+
+---
cross-armv7hl-gcc47-icecream-backend.changes: same change
cross-hppa-gcc47-icecream-backend.changes: same change
cross-i386-gcc47-icecream-backend.changes: same change
cross-ia64-gcc47-icecream-backend.changes: same change
cross-ppc-gcc47-icecream-backend.changes: same change
cross-ppc64-gcc47-icecream-backend.changes: same change
cross-s390-gcc47-icecream-backend.changes: same change
cross-s390x-gcc47-icecream-backend.changes: same change
cross-x86_64-gcc47-icecream-backend.changes: same change
gcc47-testresults.changes: same change
gcc47.changes: same change
libffi47.changes: same change
libgcj47.changes: same change

Old:

  gcc-4.7.1-20120718.tar.bz2

New:

  gcc-4.7.1-20120723.tar.bz2



Other differences:
--
++ cross-armv5el-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.mN3InK/_old  2012-07-23 11:03:47.0 +0200
+++ /var/tmp/diff_new_pack.mN3InK/_new  2012-07-23 11:03:47.0 +0200
@@ -67,7 +67,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.7.1_20120718
+Version:4.7.1_20120723
 Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

cross-armv7hl-gcc47-icecream-backend.spec: same change
cross-hppa-gcc47-icecream-backend.spec: same change
cross-i386-gcc47-icecream-backend.spec: same change
cross-ia64-gcc47-icecream-backend.spec: same change
cross-ppc-gcc47-icecream-backend.spec: same change
cross-ppc64-gcc47-icecream-backend.spec: same change
cross-s390-gcc47-icecream-backend.spec: same change
cross-s390x-gcc47-icecream-backend.spec: same change
cross-x86_64-gcc47-icecream-backend.spec: same change
++ gcc47-testresults.spec ++
--- /var/tmp/diff_new_pack.mN3InK/_old  2012-07-23 11:03:47.0 +0200
+++ /var/tmp/diff_new_pack.mN3InK/_new  2012-07-23 11:03:47.0 +0200
@@ -45,6 +45,8 @@
 %define build_ada 0
 %endif
 
+%define quadmath_arch %ix86 x86_64 ia64
+
 # We don't want to build java
 %ifarch mips
 %define build_java 0
@@ -86,7 +88,11 @@
 BuildRequires:  mpc-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  perl
+%if %{suse_version}  1220
+BuildRequires:  makeinfo
+%else
 BuildRequires:  texinfo
+%endif
 BuildRequires:  zlib-devel
 %ifarch %ix86 x86_64 ppc ppc64 s390 s390x ia64 %sparc hppa %arm
 BuildRequires:  cloog-devel
@@ -166,7 +172,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http://gcc.gnu.org/
-Version:4.7.1_20120718
+Version:4.7.1_20120723
 Release:0
 %define gcc_version %(echo %version | sed 's/_.*//')
 %define gcc_dir_version %(echo %gcc_version | cut -d '.' -f 1-2)

++ gcc47.spec ++
--- /var/tmp/diff_new_pack.mN3InK/_old  2012-07-23 11:03:47.0 +0200
+++ /var/tmp/diff_new_pack.mN3InK/_new  2012-07-23 11:03:47.0 +0200
@@ -27,6 +27,8 @@
 %define build_ada 0
 %endif
 
+%define quadmath_arch %ix86 x86_64 ia64
+
 # We don't want to build java
 %ifarch mips
 %define build_java 0
@@ -68,7 +70,11 @@
 BuildRequires:  mpc-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  perl
+%if %{suse_version}  1220
+BuildRequires:  makeinfo
+%else
 BuildRequires:  texinfo
+%endif
 BuildRequires:  zlib-devel
 %ifarch %ix86 x86_64 ppc ppc64 s390 s390x ia64 %sparc hppa %arm
 BuildRequires:  cloog-devel
@@ -148,7 +154,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 Url:http

commit armadillo for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:12.2 checked 
in at 2012-07-23 11:22:56

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


Package is armadillo, Maintainer is 

Changes:

NO CHANGES FILE!!!

Old:

  armadillo-3.2.2.tar.gz
  armadillo.changes
  armadillo.spec
  baselibs.conf

New:

  _link



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



commit libxslt for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package libxslt for openSUSE:12.2 checked in 
at 2012-07-23 11:25:45

Comparing /work/SRC/openSUSE:12.2/libxslt (Old)
 and  /work/SRC/openSUSE:12.2/.libxslt.new (New)


Package is libxslt, Maintainer is vci...@suse.com

Changes:

NO CHANGES FILE!!!

Old:

  baselibs.conf
  libxslt-1.1.24-linkflags.patch
  libxslt-1.1.24-no-net-autobuild.patch
  libxslt-1.1.26.tar.bz2
  libxslt-config-fixes.patch
  libxslt-python.changes
  libxslt-python.spec
  libxslt.changes
  libxslt.spec
  xslt-config.1.gz

New:

  _link



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



commit pcsc-acr38 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package pcsc-acr38 for openSUSE:12.2 checked 
in at 2012-07-23 11:27:02

Comparing /work/SRC/openSUSE:12.2/pcsc-acr38 (Old)
 and  /work/SRC/openSUSE:12.2/.pcsc-acr38.new (New)


Package is pcsc-acr38, Maintainer is sbra...@suse.com

Changes:

NO CHANGES FILE!!!

Old:

  ACR38U_driver_Lnx_1710_P.tar.bz2
  ACR38_LINUX_100705_P-usb.diff
  ACR38_LINUX_100710-automake-cleanup.patch
  pcsc-acr38.changes
  pcsc-acr38.spec

New:

  _link



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



commit python-virtinst for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package python-virtinst for openSUSE:12.2 
checked in at 2012-07-23 11:29:06

Comparing /work/SRC/openSUSE:12.2/python-virtinst (Old)
 and  /work/SRC/openSUSE:12.2/.python-virtinst.new (New)


Package is python-virtinst, Maintainer is carn...@suse.com

Changes:

NO CHANGES FILE!!!

Old:

  python-virtinst.changes
  python-virtinst.spec
  virtinst-0.600.1.tar.bz2
  virtinst-add-cache-modes.diff
  virtinst-cdrom.diff
  virtinst-fix-qcow2-clone.patch
  virtinst-git-suse-url.diff
  virtinst-qed.diff
  virtinst-storage-ocfs2.diff

New:

  _link



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



commit SuSEfirewall2 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package SuSEfirewall2 for openSUSE:12.2 
checked in at 2012-07-23 11:30:53

Comparing /work/SRC/openSUSE:12.2/SuSEfirewall2 (Old)
 and  /work/SRC/openSUSE:12.2/.SuSEfirewall2.new (New)


Package is SuSEfirewall2, Maintainer is lnus...@suse.com

Changes:

NO CHANGES FILE!!!

Old:

  SuSEfirewall2-3.6.292.tar.bz2
  SuSEfirewall2.changes
  SuSEfirewall2.spec

New:

  _link



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



commit virt-manager for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:12.2 
checked in at 2012-07-23 11:31:47

Comparing /work/SRC/openSUSE:12.2/virt-manager (Old)
 and  /work/SRC/openSUSE:12.2/.virt-manager.new (New)


Package is virt-manager, Maintainer is carn...@suse.com

Changes:

NO CHANGES FILE!!!

Old:

  virt-manager-0.9.1.tar.bz2
  virt-manager.changes
  virt-manager.spec
  virtman-autoconnect.diff
  virtman-autorestart.diff
  virtman-cdrom.diff
  virtman-desktop.diff
  virtman-device-flags.diff
  virtman-eepro100.diff
  virtman-keycombo.diff
  virtman-kvm.diff
  virtman-qed.diff
  virtman-slow-mouse.diff
  virtman-storage-pool.diff
  virtman-update-backend.diff
  virtman-vminstall.diff

New:

  _link



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



commit xf86-video-intel for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for openSUSE:12.2 
checked in at 2012-07-23 11:33:18

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


Package is xf86-video-intel, Maintainer is 

Changes:

NO CHANGES FILE!!!

Old:

  U_Avoid-calling-xf86nameCompare-with-a-NULL-string.patch
  U_Fix-up-braindamage-in-previous-commit.patch
  U_Fix_uxa_Check_for_DPMS_off.patch
  baselibs.conf
  xf86-video-intel-2.19.0_20120601_8eed569.tar.bz2
  xf86-video-intel-copyfb.diff
  xf86-video-intel-dell_backlight.diff
  xf86-video-intel.changes
  xf86-video-intel.spec

New:

  _link



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



commit xfce4-panel-plugin-netload for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-netload for 
openSUSE:12.2 checked in at 2012-07-23 11:33:47

Comparing /work/SRC/openSUSE:12.2/xfce4-panel-plugin-netload (Old)
 and  /work/SRC/openSUSE:12.2/.xfce4-panel-plugin-netload.new (New)


Package is xfce4-panel-plugin-netload, Maintainer is 
xfce-maintain...@suse.de

Changes:

NO CHANGES FILE!!!

Old:

  xfce4-netload-plugin-1.1.0.tar.bz2
  xfce4-panel-plugin-netload.changes
  xfce4-panel-plugin-netload.spec

New:

  _link



Other differences:
--
++ _link ++
link package='xfce4-panel-plugin-netload.641' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit SuSEfirewall2.634 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package SuSEfirewall2.634 for openSUSE:12.2 
checked in at 2012-07-23 12:07:20

Comparing /work/SRC/openSUSE:12.2/SuSEfirewall2.634 (Old)
 and  /work/SRC/openSUSE:12.2/.SuSEfirewall2.634.new (New)


Package is SuSEfirewall2.634, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.SuSEfirewall2.634.new/SuSEfirewall2.changes
2012-07-23 12:07:21.0 +0200
@@ -0,0 +1,1217 @@
+---
+Fri Jul 13 12:43:17 UTC 2012 - lnus...@suse.de
+
+- honor FW_IPv6 setting also in debug mode (bnc#769411)
+
+---
+Tue Jun 19 11:38:32 UTC 2012 - lnus...@suse.de
+
+- fix logging in test mode
+
+---
+Mon Jun 18 09:30:51 UTC 2012 - lnus...@suse.de
+
+- allow icmpv6 in FW_SERVICES_*_*
+
+---
+Mon Jun 18 09:24:18 UTC 2012 - lnus...@suse.de
+
+- allow ICMPv6 Multicast Listener Query (bnc#767392)
+
+---
+Tue May 29 13:16:20 UTC 2012 - lnus...@suse.de
+
+- fix typo spotted by Frederic
+
+---
+Wed Jan 18 14:17:19 UTC 2012 - lnus...@suse.de
+
+- assume all interface names are correct (bnc#739084)
+
+---
+Wed Dec 14 16:55:43 UTC 2011 - lnus...@suse.de
+
+- fix forward masquerading (bnc#736205)
+- compat syntax for negated options no longer works (bnc#660156, bnc#731088)
+- enhance debug mode
+
+---
+Mon Nov  7 10:56:04 UTC 2011 - lnus...@suse.de
+
+- use /sbin/rpcinfo as /usr/sbin/rpcinfo is gone (bnc#727438)
+
+---
+Wed Nov  2 15:27:04 UTC 2011 - lnus...@suse.de
+
+- set SYSTEMD_NO_WRAP for status (bnc#727445)
+
+---
+Fri Oct 14 09:46:33 UTC 2011 - lnus...@suse.de
+
+- fix manual rcSuSEfirewall2 stop with sytemd (bnc#717583)
+
+---
+Tue Oct  4 14:53:13 UTC 2011 - lnus...@suse.de
+
+- fix typo (bnc#721845)
+- atomic zone status writing
+
+---
+Sat Sep 17 10:25:23 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Wed Sep  7 11:38:14 UTC 2011 - lnus...@suse.de
+
+- sanitize FW_ZONE_DEFAULT (bnc#716013)
+- add warning about iptables-batch to SuSEfirewall2-custom
+- fix warning about /proc/net/ip_tables_names not readable
+- don't install input rules for interfaces in default zone
+- Add hook fw_custom_after_finished
+- update FAQ (bnc#694464)
+- clean up overrides when stopping the firewall (bnc#630961)
+- change default FW_LOG_ACCEPT_CRIT to no
+- allow redir without port specification
+- make FW_SERVICES_{REJECT,DROP}_* take precedende before ACCEPT (bnc#671997)
+- fix zonein and zoneout parameters
+- fix reverse direction of forwarding rules (bnc#679192)
+
+---
+Tue Feb  1 13:16:53 UTC 2011 - lnus...@suse.de
+
+- introduce rpcusers file to allow statd to run as non-root
+  (bnc#668553)
+
+---
+Wed Jan 19 14:04:48 UTC 2011 - lnus...@suse.de
+
+- add zonein and zoneout parameters for FW_FORWARD
+- fix typos
+
+---
+Mon Jan 10 13:15:05 UTC 2011 - lnus...@suse.de
+
+- don't start in runlevel 4 by default (bnc#656520)
+- cut off long zone names (bnc#644527)
+- fix and enhance output of log command (bnc#663262)
+
+---
+Thu Dec  2 13:33:59 UTC 2010 - lnus...@suse.de
+
+- don't unload rules when using systemd
+
+---
+Tue Nov 16 15:01:04 UTC 2010 - lnus...@suse.de
+
+- list some known rpc services as Should-Start
+- don't filter outgoing packets at all
+- fix an example (bnc#641907)
+- fix status check in SuSEfirewall2_init (bnc#628751)
+
+---
+Mon Aug 16 07:32:31 UTC 2010 - lnus...@suse.de
+
+- don't use fillup anymore as it keeps corrupting the config file
+  (bnc#340926)
+
+---
+Tue Jun 29 12:20:30 UTC 2010 - lnus...@suse.de
+
+- remove batch committing... message

commit SuSEfirewall2 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package SuSEfirewall2 for openSUSE:12.2 
checked in at 2012-07-23 12:09:43

Comparing /work/SRC/openSUSE:12.2/SuSEfirewall2 (Old)
 and  /work/SRC/openSUSE:12.2/.SuSEfirewall2.new (New)


Package is SuSEfirewall2, Maintainer is lnus...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.SuSEfirewall2.new/SuSEfirewall2.changes
2012-07-23 12:09:44.0 +0200
@@ -0,0 +1,1217 @@
+---
+Fri Jul 13 12:43:17 UTC 2012 - lnus...@suse.de
+
+- honor FW_IPv6 setting also in debug mode (bnc#769411)
+
+---
+Tue Jun 19 11:38:32 UTC 2012 - lnus...@suse.de
+
+- fix logging in test mode
+
+---
+Mon Jun 18 09:30:51 UTC 2012 - lnus...@suse.de
+
+- allow icmpv6 in FW_SERVICES_*_*
+
+---
+Mon Jun 18 09:24:18 UTC 2012 - lnus...@suse.de
+
+- allow ICMPv6 Multicast Listener Query (bnc#767392)
+
+---
+Tue May 29 13:16:20 UTC 2012 - lnus...@suse.de
+
+- fix typo spotted by Frederic
+
+---
+Wed Jan 18 14:17:19 UTC 2012 - lnus...@suse.de
+
+- assume all interface names are correct (bnc#739084)
+
+---
+Wed Dec 14 16:55:43 UTC 2011 - lnus...@suse.de
+
+- fix forward masquerading (bnc#736205)
+- compat syntax for negated options no longer works (bnc#660156, bnc#731088)
+- enhance debug mode
+
+---
+Mon Nov  7 10:56:04 UTC 2011 - lnus...@suse.de
+
+- use /sbin/rpcinfo as /usr/sbin/rpcinfo is gone (bnc#727438)
+
+---
+Wed Nov  2 15:27:04 UTC 2011 - lnus...@suse.de
+
+- set SYSTEMD_NO_WRAP for status (bnc#727445)
+
+---
+Fri Oct 14 09:46:33 UTC 2011 - lnus...@suse.de
+
+- fix manual rcSuSEfirewall2 stop with sytemd (bnc#717583)
+
+---
+Tue Oct  4 14:53:13 UTC 2011 - lnus...@suse.de
+
+- fix typo (bnc#721845)
+- atomic zone status writing
+
+---
+Sat Sep 17 10:25:23 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---
+Wed Sep  7 11:38:14 UTC 2011 - lnus...@suse.de
+
+- sanitize FW_ZONE_DEFAULT (bnc#716013)
+- add warning about iptables-batch to SuSEfirewall2-custom
+- fix warning about /proc/net/ip_tables_names not readable
+- don't install input rules for interfaces in default zone
+- Add hook fw_custom_after_finished
+- update FAQ (bnc#694464)
+- clean up overrides when stopping the firewall (bnc#630961)
+- change default FW_LOG_ACCEPT_CRIT to no
+- allow redir without port specification
+- make FW_SERVICES_{REJECT,DROP}_* take precedende before ACCEPT (bnc#671997)
+- fix zonein and zoneout parameters
+- fix reverse direction of forwarding rules (bnc#679192)
+
+---
+Tue Feb  1 13:16:53 UTC 2011 - lnus...@suse.de
+
+- introduce rpcusers file to allow statd to run as non-root
+  (bnc#668553)
+
+---
+Wed Jan 19 14:04:48 UTC 2011 - lnus...@suse.de
+
+- add zonein and zoneout parameters for FW_FORWARD
+- fix typos
+
+---
+Mon Jan 10 13:15:05 UTC 2011 - lnus...@suse.de
+
+- don't start in runlevel 4 by default (bnc#656520)
+- cut off long zone names (bnc#644527)
+- fix and enhance output of log command (bnc#663262)
+
+---
+Thu Dec  2 13:33:59 UTC 2010 - lnus...@suse.de
+
+- don't unload rules when using systemd
+
+---
+Tue Nov 16 15:01:04 UTC 2010 - lnus...@suse.de
+
+- list some known rpc services as Should-Start
+- don't filter outgoing packets at all
+- fix an example (bnc#641907)
+- fix status check in SuSEfirewall2_init (bnc#628751)
+
+---
+Mon Aug 16 07:32:31 UTC 2010 - lnus...@suse.de
+
+- don't use fillup anymore as it keeps corrupting the config file
+  (bnc#340926)
+
+---
+Tue Jun 29 12:20:30 UTC 2010 - lnus...@suse.de
+
+- remove batch committing... message
+- read 

commit armadillo for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:12.2 checked 
in at 2012-07-23 12:09:46

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


Package is armadillo, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.armadillo.new/armadillo.changes2012-07-23 
12:09:48.0 +0200
@@ -0,0 +1,263 @@
+---
+Wed Jul 11 15:44:44 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.4:
+  + Workaround for a regression (bug) in GCC 4.7.0 and 4.7.1.
+
+---
+Fri Jun 29 06:41:42 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.3:
+  + Minor correction for declaration of fixed size vectors and
+matrices.
+
+---
+Fri Jun 22 19:04:09 UTC 2012 - sco...@free.fr
+
+- fix build on SLE 11 
+
+---
+Thu May 31 17:33:30 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.2:
+  + Better detection of ATLAS on Fedora and Red Hat systems
+  + Minor fix for compiling without debugging enabled (aka release
+mode).
+
+---
+Tue May 29 03:56:47 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.1:
+  + Minor fix for compiling without debugging enabled (aka release
+mode).
+
+---
+Fri May 18 13:30:23 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.0:
+  + Faster eigen decomposition via divide and conquer algorithm
+  + Faster transpose of vectors and compound expressions
+  + Faster handling of diagonal views
+  + Faster handling of tiny fixed size vectors (≤ 4 elements)
+  + Added unique(), for finding unique elements of a matrix.
+
+---
+Thu May  3 21:44:48 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.0.3:
+  + Fixes for inplace transpose of complex number matrices
+  + Fixes for complex number version of svd_econ()
+  + Fixes for potential aliasing issues with submatrix views. 
+
+---
+Sun Apr 29 05:02:15 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.0.2:
+  + Fixes for handling diagonal matrices
+  + Fixes for compilation errors
+  + Fixes for potential aliasing issues. 
+
+---
+Fri Apr 13 03:01:43 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.0.1:
+  + Fixes for compilation errors
+  + Fixes for potential aliasing issues.
+
+---
+Mon Apr  9 20:16:36 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.0.0:
+  + Added non-contiguous submatrix views
+  + Added shorthand for inverse: .i()
+  + Added hist() and histc()
+  + Faster repmat()
+  + Faster handling of submatrix views with one row or column
+  + Faster generation of random numbers
+  + Faster element access in fixed size matrices
+  + Better detection of vector expressions by various functions
+  + Expressions X=A.i()*B and X=inv(A)*B are automatically
+converted to X=solve(A,B)
+- Rename shared library package to libarmadillo3 in keeping with
+  .so file number change
+- Update baselibs.conf in keeping with changes to the shared
+  library package name.
+
+---
+Wed Apr  4 06:37:58 UTC 2012 - badshah...@gmail.com
+
+- Update to version 2.4.4:
+  + Fixes for qr() and syl()
+  + More portable wall_clock class
+  + Faster relational operators on submatrices.
+- Update lapack dependencies in keeping with lapack changes in
+  devel project to fix builds on openSUSE 12.1 and 11.4.
+
+---
+Tue Feb  7 23:23:50 UTC 2012 - badshah...@gmail.com
+
+- Update to version 2.4.3 (no summary of changes documented
+  upstream)
+
+---
+Mon Dec 12 11:52:42 UTC 2011 - badshah...@gmail.com
+
+- Update to version 2.4.2:
+  + Clarified documentation for .reshape()
+  + Fix for handling of empty matrices by .resize()
+
+---
+Mon Dec  5 01:02:01 UTC 2011 - badshah...@gmail.com
+
+- Update to version 2.4.1:
+  + Added .resize()
+  + Fix for vector initialisation
+
+---
+Mon Dec  5 00:09:19 UTC 2011 - badshah...@gmail.com
+
+- Update to version 2.4.0:

commit libxslt for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package libxslt for openSUSE:12.2 checked in 
at 2012-07-23 12:09:50

Comparing /work/SRC/openSUSE:12.2/libxslt (Old)
 and  /work/SRC/openSUSE:12.2/.libxslt.new (New)


Package is libxslt, Maintainer is vci...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.libxslt.new/libxslt-python.changes 2012-07-23 
12:09:51.0 +0200
@@ -0,0 +1,252 @@
+---
+Thu Feb 16 21:23:22 UTC 2012 - co...@suse.com
+
+- add libtool as buildrequire to fix compilation
+
+---
+Mon Nov 21 15:49:42 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Tue Aug  2 15:09:50 UTC 2011 - idon...@novell.com
+
+- Add dependency on libgcrypt-devel and libgpg-error-devel for
+  the libxslt-devel package.
+
+---
+Mon Aug  1 09:59:25 UTC 2011 - idon...@novell.com
+
+- Correctly obsolete libxslt package in the baselibs.conf too 
+
+---
+Fri Jul 29 09:37:15 UTC 2011 - idon...@novell.com
+
+- Fix build by not using %exclude 
+
+---
+Fri Jul 29 03:46:57 UTC 2011 - crrodrig...@opensuse.org
+
+- Rework build of this package in a sane way.
+
+---
+Wed Jul 21 13:19:36 UTC 2010 - pu...@novell.com
+
+- updated to 1.1.26 
+  - no python related fixes in this libxslt release
+
+---
+Fri Apr 11 14:39:52 CEST 2008 - prus...@suse.cz
+
+- updated to 1.1.23
+* Documentation
+  fix links for Cygwin DocBook setup (Philippe Bourcier)
+  - xsltParseStylesheetDoc doc fix (Jason Viers)
+  - fix manpage default maxdepth value
+* Bug fixes:
+  - python segfault (Daniel Gryniewicz)
+  - week-in-year bug fix (Maurice van der Pot)
+  - fix python iterator problem (William Brack)
+  - avoid garbage collection problems on str:tokenize and str:split
+and function results (William Brack and Peter Pawlowski)
+  - superfluous re-generation of keys (William Brack)
+  - remove superfluous code in xsltExtInitTest (Tony Graham)
+  - func:result segfault fix (William Brack)
+  - timezone offset problem (Peter Pawlowski),
+* Portability fixes:
+  - old gcrypt support fix (Brent Cowgill)
+  - Python portability patch (Stephane Bidoul)
+  - VS 2008 fix (Rob Richard)
+
+---
+Tue Jan 22 12:19:20 CET 2008 - prus...@suse.cz
+
+- build without strict aliasing (as main package does)
+
+---
+Tue Sep 18 16:21:03 CEST 2007 - sbra...@suse.cz
+
+- Updated to version 1.1.22:
+  * Bug fixes: RVT cleanup problems, exclude-result-prefix bug,
+stylesheet compilation error handling, out of memory allocation
+errors, namespace problem on compound predicates, python
+space/tab inconsistencies, hook xsl:message to per
+transformation error callbacks, cached RVT problem, XPath
+context maintainance on choose, memory leaks in the math
+module, exclude-result-prefix induced namespace problem
+  * Portability fixes: improve build with VS2005, fixing build on
+AIX, fix the security file checks on Windows.
+  * Improvement: add an --encoding option to xsltproc.
+  * Build: configure setup for TRIO_REPLACE_STDIO
+  * Documentation: updated after change from CVs to SVN
+
+---
+Mon Aug 20 15:57:47 CEST 2007 - sbra...@suse.cz
+
+- Commented out NoSource to provide comfortable rebuild.
+
+---
+Thu Jan 25 15:53:43 CET 2007 - prus...@suse.cz
+
+- update to 1.1.20
+  * sync to libxslt-1.1.20
+- drop obsolete patches:
+  * libxslt-transform.patch (included in update)
+
+---
+Thu Jan 11 13:59:06 CET 2007 - k...@suse.de
+
+- Adjust python-linkflags.patch for 1.1.19 and do not apply obsolete
+  warn patch.
+
+---
+Tue Dec 12 11:14:18 CET 2006 - k...@suse.de
+
+- 1.1.19.
+
+---
+Tue Nov 28 12:30:14 CET 2006 - k...@suse.de
+
+- Do not install static Python module; reported by Andreas Hanke
+  [#223696].
+

commit pcsc-acr38 for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package pcsc-acr38 for openSUSE:12.2 checked 
in at 2012-07-23 12:09:54

Comparing /work/SRC/openSUSE:12.2/pcsc-acr38 (Old)
 and  /work/SRC/openSUSE:12.2/.pcsc-acr38.new (New)


Package is pcsc-acr38, Maintainer is sbra...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.pcsc-acr38.new/pcsc-acr38.changes  2012-07-23 
12:09:54.0 +0200
@@ -0,0 +1,337 @@
+---
+Wed Jul 11 22:53:18 CEST 2012 - sbra...@suse.cz
+
+- Update to version 1.7.11:
+  * Add ACR38U-SAM support.
+  * Fix the problem when receiving a buffer(data+SW) of length in
+times of 64 bytes.
+
+---
+Sun Nov 20 06:27:34 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---
+Mon Feb 15 11:12:21 CET 2010 - se...@opensuse.org
+
+- refresh patch to fix build (did this ever work?)
+
+---
+Wed Oct  7 15:45:05 CEST 2009 - sbra...@suse.cz
+
+- Updated to version 1.7.10:
+  * fixed special handling of PPS for old firmware
+  * support for ACS CryptoMate
+  * ported to libusb
+  * other fixes
+
+---
+Wed Apr  8 15:27:48 CEST 2009 - sbra...@suse.cz
+
+- Use modalias supplements instead of eID issuer locales.
+- Split according to shared library packaging policy.
+- Require pcsc-lite.
+
+---
+Mon Sep 15 15:42:14 CEST 2008 - sbra...@suse.cz
+
+- Fixed implicit declaration.
+
+---
+Thu Jul 26 15:34:15 CEST 2007 - sbra...@suse.cz
+
+- Applied patch changing PCSCLITE_USB_PATH (#259973).
+
+---
+Thu May 31 13:09:39 CEST 2007 - sbra...@suse.cz
+
+- Fixed module path.
+- Removed broken patch changing PCSCLITE_USB_PATH to /dev/bus/usb.
+  (#259973).
+
+---
+Fri May 25 11:53:16 CEST 2007 - sbra...@suse.cz
+
+- Updated to version 1.7.9:
+  * Fixed an error in the target location of libacr38ucontrol.pc
+  * Mac only release that includes Universal Binary
+  * Issue PPS in a loop to handle the case when PTS1=0x95 for
+older ACR38
+- Fixes unplug-replug without restarting pcscd (#259973).
+- Added devel subpackage.
+- Use classic versioning schema (used in upstream ChangeLog).
+
+---
+Mon Nov 27 11:59:22 CET 2006 - mjan...@suse.cz
+
+- use /dev/bus/usb instead of /proc/bus/usb (#223740)
+
+---
+Tue Nov  7 16:49:08 CET 2006 - prus...@suse.cz
+
+- fixed ucRead size [#186108]
+
+---
+Sun Apr  2 00:11:42 CEST 2006 - sndir...@suse.de
+
+- added missing locale provides (Bug #161867) 
+
+---
+Wed Jan 25 21:39:19 CET 2006 - m...@suse.de
+
+- converted neededforbuild to BuildRequires
+
+---
+Tue Jan  3 08:59:37 CET 2006 - mjan...@suse.cz
+
+- move to separate source package
+
+---
+Mon Jan  2 07:29:48 CET 2006 - st...@suse.de
+
+- removed obsolete hotplug stuff for cyberjack
+- Updated pcsc-lite to version 1.2.9-beta9
+- Updated CCID driver to 0.9.4
+- Updated GemPC driver to 1.0.0
+- package pkgconfig files to be able to build drivers outside 
+  the package
+
+---
+Tue Dec 20 16:08:24 CET 2005 - r...@suse.de
+
+- removed unpackaged man-page symlinks 
+
+---
+Tue Nov 29 11:59:15 CET 2005 - r...@suse.de
+
+- remove keeper from nfb (unused) 
+
+---
+Mon Oct 10 13:02:47 CEST 2005 - st...@suse.de
+
+- Updated towitoko driver to 2.0.7 and install USB bundle
+
+---
+Wed Sep 21 22:17:12 CEST 2005 - st...@suse.de
+
+- Repackaged CCID as bundle for USB usage (#116497)
+
+---
+Tue Sep 20 06:24:30 CEST 2005 - st...@suse.de
+
+- handle old reader.conf in upgrade case
+- compile with -fno-strict-aliasing
+- fixed missing return in ctapi-cyberjack
+

commit python-virtinst for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package python-virtinst for openSUSE:12.2 
checked in at 2012-07-23 12:09:58

Comparing /work/SRC/openSUSE:12.2/python-virtinst (Old)
 and  /work/SRC/openSUSE:12.2/.python-virtinst.new (New)


Package is python-virtinst, Maintainer is carn...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.python-virtinst.new/python-virtinst.changes
2012-07-23 12:09:59.0 +0200
@@ -0,0 +1,81 @@
+---
+Fri Jul 13 12:08:17 MDT 2012 - carn...@novell.com
+
+- Update to virtinst 0.600.2
+  * virt-install: New --memballoon option (Eiichi Tsukata)
+  * virt-install: Improved qemu/kvm pseries support (Li Zhang, Qing Lin)
+  * virt-install: Support setting BIOS path using -boot loader=PATH
+  * Various bug fixes and improvements
+
+---
+Sun May  6 11:46:48 UTC 2012 - vmik...@suse.com
+
+- Backport patch from git:
+  * virt-install: fix cloning of qcow2 disks
+
+---
+Wed Mar 14 10:19:58 MDT 2012 - carn...@novell.com
+
+- bnc#752138 - python-virtinst causes virt-manager uninstall 
+  python-virtinst.spec
+- SUSE URL installs want install= rather than method=
+  virtinst-git-suse-url.diff
+
+---
+Wed Feb 29 15:02:02 MST 2012 - carn...@novell.com
+
+- KVM: Add cache mode support for directsync and unsafe
+
+---
+Fri Feb  3 08:37:05 MST 2012 - carn...@novell.com
+
+- Update to virtinst 0.600.1
+  * virt-install: --redir option for usb redirection (Marc-André Lureau)
+  * virt-install: Advanced --controller support for usb2 (Marc-André Lureau)
+  * Many bug fixes and minor improvments.
+
+---
+Thu Jan  5 17:06:07 MST 2012 - carn...@novell.com
+
+- Include patches from the virtinst contained in the virt-manager
+  package. 
+
+---
+Mon Nov 28 16:14:18 MST 2011 - carn...@novell.com
+
+- Update to upstream git version for various bug fixes
+  virtinst: 15d4901a3c8b855838931976e023158b8cda1c37
+- Compatibility update to virtinst 0.600.0 for virt-manager in os12.1
+  * virt-install: Various improvements to enable LXC/container guests:
+  * New --filesystem option for filesystem devices
+  * New --init option for container init path
+  * New --container option (similar to --paravirt or --hvm)
+  * virt-install: Make --location remotely (with latest libvirt)
+  * virt-install: New --smartcard option for smartcard devices
+  * (Marc-André Lureau)
+  * virt-install: New --numatune option for building guest numatune XML
+  * virt-install: option to set --disk error_policy=
+  * virt-install: option to set --disk serial=
+
+---
+Sat Apr 16 19:03:44 CEST 2011 - bere...@b1-systems.de
+
+- push to version 0.500.6
+  - --graphics spice now enables spicevmc and qxl 
+  - New --disk parameter io=native|threads
+
+---
+Tue Feb 15 17:50:17 CET 2011 - u...@suse.de
+
+- spec file cleanup
+
+---
+Fri Dec 10 16:33:42 CET 2010 - u...@suse.de
+
+- removed obsolete patch
+
+---
+Thu Dec  9 14:19:53 CET 2010 - m...@suse.de
+
+- initial release
+

Old:

  _link

New:

  python-virtinst.changes
  python-virtinst.spec
  virtinst-0.600.2.tar.bz2
  virtinst-add-cache-modes.diff
  virtinst-cdrom.diff
  virtinst-qed.diff
  virtinst-storage-ocfs2.diff



Other differences:
--
++ python-virtinst.spec ++
#
# spec file for package python-virtinst
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%{!?python_sitelib: %define python_sitelib %(python -c from 

commit virt-manager for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:12.2 
checked in at 2012-07-23 12:10:01

Comparing /work/SRC/openSUSE:12.2/virt-manager (Old)
 and  /work/SRC/openSUSE:12.2/.virt-manager.new (New)


Package is virt-manager, Maintainer is carn...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.virt-manager.new/virt-manager.changes  
2012-07-23 12:10:04.0 +0200
@@ -0,0 +1,899 @@
+---
+Fri Jul 13 11:20:18 MDT 2012 - carn...@novell.com
+
+- Update to virt-manager 0.9.3
+  * Convert to gtkbuilder: UI can now be editted with modern glade tool
+  * virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host
+  * Option to configure spapr net and disk devices for pseries (Li Zhang)
+  * Many bug fixes and improvements
+
+---
+Mon Jun 25 11:52:50 MDT 2012 - carn...@novell.com
+
+- bnc#768660 - virt-manager complains about missing SuSEconfig.gtk2
+  virt-manager.spec 
+
+---
+Fri Apr 27 17:03:48 UTC 2012 - reddw...@opensuse.org
+
+- Recommend python-SpiceClientGtk
+
+---
+Thu Mar 29 22:19:44 UTC 2012 - bere...@b1-systems.de
+
+- added missing requirements python-gobject, python-gtk,
+  python-gconf and xorg-x11-fonts
+
+---
+Mon Mar  5 08:26:17 MST 2012 - carn...@novell.com
+
+- Previous commit should just be Requires: python-gconf
+
+---
+Wed Feb 22 13:55:44 MST 2012 - carn...@novell.com
+
+- bnc#732617 - virt-manager does not start when python-virtinst is 
+  installed
+
+---
+Thu Feb 16 06:42:21 MST 2012 - carn...@novell.com
+
+- bnc#745221 - virt-manager should require python-gconf
+  Requires: python2-gconf = 1.99.11-7 
+
+---
+Fri Feb  3 12:54:27 MST 2012 - carn...@novell.com
+
+- Remove the virt-install sources from the virt-manager package.
+  The virt-install applications are now found in python-virtinst.
+
+---
+Fri Feb  3 05:49:34 MST 2012 - carn...@novell.com
+
+- Update to virt-manager 0.9.1
+  * Support for adding usb redirection devices (Marc-André Lureau)
+  * Option to switch usb controller to support usb2.0 (Marc-André Lureau)
+  * Option to specify machine type for non-x86 guests (Li Zhang)
+  * Support for filesystem device type and write policy (Deepak C Shetty)
+  * Many bug fixes!
+- Update to virtinst 0.600.1
+  * virt-install: --redir option for usb redirection (Marc-André Lureau)
+  * virt-install: Advanced --controller support for usb2 (Marc-André Lureau)
+  * Many bug fixes and minor improvments.
+
+---
+Thu Jan  5 14:51:48 MST 2012 - carn...@novell.com
+
+- Two spec file changes.  Update version of libvirt required.
+  Added a Provides on python-virtinst.
+
+---
+Thu Jan  5 10:55:44 MST 2012 - carn...@novell.com
+
+- console: Fix hang when reconnecting to remote VNC console
+  virtman-git-reconnect.diff
+- KVM: Enable support for SATA bus option
+  virtman-git-sata-support.diff
+  virtinst-git-sata-support.diff
+
+---
+Mon Dec  5 11:38:54 MST 2011 - carn...@novell.com
+
+- bnc#731218 - Xen guest consoles started from the virt manager 
+  have slow mouse response in the guest 
+  virtman-reverse-git-tooltip.patch
+
+---
+Mon Nov  7 16:27:15 MST 2011 - carn...@novell.com
+
+- bnc#727662 - Error polling connection 'qemu:///system' with guest
+  init 0
+  virtman-update-backend.diff
+
+---
+Fri Nov  4 16:16:51 MDT 2011 - carn...@novell.com
+
+- Update to latest upstream git version for various bug fixes
+  virtmanager: a712a7b32e6d7b7d9d53561b3ed2078190191560 
+  virtinst: 15d4901a3c8b855838931976e023158b8cda1c37
+
+---
+Fri Oct 28 10:19:43 MDT 2011 - carn...@novell.com
+
+- Upstream bug fixes
+  virtinst-git-mac-prefix.diff
+  virtman-git-error-reporting.diff
+  virtman-git-explicit-python.diff
+
+---
+Wed Oct 12 11:50:03 MDT 2011 - carn...@novell.com
+
+- Fix broken define in virtinst-qed.diff 
+

commit xf86-video-intel for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for openSUSE:12.2 
checked in at 2012-07-23 12:10:05

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


Package is xf86-video-intel, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2/.xf86-video-intel.new/xf86-video-intel.changes  
2012-07-23 12:10:06.0 +0200
@@ -0,0 +1,105 @@
+---
+Sun Jul 15 21:40:02 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- A new acceleration method sna that aims to be faster and
+consume far less CPU than UXA is now available for selection at runtime.
+- Bug fixes for UXA:
+  + Use a white source whilst adding glyphs to the glyph mask
+(This fixes blank glyphs if using a font that mixes ARGB and A glyphs.)
+  + Avoid fallbacks for glyph-to-dst in e.g. gnome-terminal
+https://bugs.freedesktop.org/show_bug.cgi?id=50508
+  + Force unused outputs off when VT switching
+https://bugs.freedesktop.org/show_bug.cgi?id=50772
+  + Copy the fbcon across to the Screen pixmap at startup.
+(This patch has been kicking around in the distributions for years.)
+  + Many missed malloc failures checks and forgotten frees found by a static
+analyzer. Thanks Zdenek Kabelac!
+  + Leak of the back buffer when terminating an application after pageflipping
+https://bugs.freedesktop.org/show_bug.cgi?id=50670
+  + Double check that the pipe is on before emitting a WAIT_ON_EVENT.
+In conjunction with an uptodate kernel, this should eliminate any
+hangs when changing resolutions or adding/removing displays.
+https://bugs.freedesktop.org/show_bug.cgi?id=50668
+  + Update to new Xorg APIs. Future proofing for the next generation of
+hotplug Xorg display servers.
+
+---
+Tue Jul 10 20:34:03 UTC 2012 - badshah...@gmail.com
+
+- Add U_Fix_uxa_Check_for_DPMS_off.patch to check for DPMS off
+  before scheduling a WAIT_ON_EVENT when using uxa; fixes a
+  critical regression introduced in a previous commit
+  [bnc#768584].
+
+---
+Mon Jul  2 10:11:53 UTC 2012 - sndir...@suse.com
+
+- U_Avoid-calling-xf86nameCompare-with-a-NULL-string.patch/
+  U_Fix-up-braindamage-in-previous-commit.patch
+  * fixes Sig11 with missing driver name in xorg.conf (bnc#766059,
+fdo#51640)
+
+---
+Tue Jun 12 10:51:01 UTC 2012 - sndir...@suse.com
+
+- let require glamor package instead of recommending it, since the
+  driver is linked against this library (there is not only a glamor
+  Xserver module as I believed first!)
+
+---
+Fri Jun  1 12:29:20 UTC 2012 - sndir...@suse.com
+
+- updated to latest git version 2.19.0_20120601_8eed569 with a lot
+  of fixes for SNA and the configuration possibility to use UXA,
+  SNA or GLAMOR 2D acceleration
+- make again UXA the default, but als build SNA and GLAMOR backends
+- recommend instead of require glamor package
+
+---
+Fri Jun  1 09:24:27 UTC 2012 - sndir...@suse.com
+
+- remove hw supplements, add recommends to vaapi-intel-driver
+  (bnc#764395)
+
+---
+Wed May 30 11:10:16 UTC 2012 - sndir...@suse.com
+
+- apparently building with --disable-uxa --enable-glamor is
+  different from building with --enable-glamor. The former
+  resulted in an intel driver no longer working at all. The latter
+  results in an glamor-enabled intel driver. So use the latter
+  one. ;-)
+
+---
+Wed May 30 09:52:16 UTC 2012 - sndir...@suse.com
+
+- enable glamor for real 
+
+---
+Sat May 26 21:43:46 UTC 2012 - sndir...@suse.com
+
+- switched to glamor 2D acceleration
+
+---
+Sat May 26 06:24:14 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to version 2.19.0, bugfixes and support
+  for Ivy bridge server chipset.
+
+---
+Tue May 22 23:23:59 UTC 2012 - crrodrig...@opensuse.org
+
+- Add proper Supplements so driver gets pulled automatically
+  if the user has suitable hardware.
+
+---
+Fri Apr 20 07:37:43 UTC 2012 - vu...@opensuse.org
+
+- Use %x11_abi_videodrv_req instead of static ABI Requires.
+

commit xfce4-panel-plugin-netload for openSUSE:12.2

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-netload for 
openSUSE:12.2 checked in at 2012-07-23 12:10:08

Comparing /work/SRC/openSUSE:12.2/xfce4-panel-plugin-netload (Old)
 and  /work/SRC/openSUSE:12.2/.xfce4-panel-plugin-netload.new (New)


Package is xfce4-panel-plugin-netload, Maintainer is 
xfce-maintain...@suse.de

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ 
/work/SRC/openSUSE:12.2/.xfce4-panel-plugin-netload.new/xfce4-panel-plugin-netload.changes
  2012-07-23 12:10:09.0 +0200
@@ -0,0 +1,44 @@
+---
+Sun Jul 15 16:07:12 UTC 2012 - g...@opensuse.org
+
+- update to version 1.2.0
+  - some code cleanup and respect the Panel HIG
+  - update monitor labels sizes gracefully
+  - rectify tooltip information
+  - support new panel mode Deskbar
+  - drop if_ppp headers
+  - reorganize code in monitor_new, setup_monitor and
+monitor_set_orientation
+  - keep colorized values after orientation change
+  - fix widget visibility on orientation change
+
+---
+Fri Apr 20 11:32:14 UTC 2012 - g...@opensuse.org
+
+- added documentation files
+
+---
+Tue Apr 17 22:34:12 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Tue Apr  3 21:41:24 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- split off -lang subpackage
+
+---
+Fri Jan 13 15:04:50 UTC 2012 - g...@opensuse.org
+
+- update to version 1.1.0
+  - add option to show values in panel in addition to the bars
+  - format units automatically
+  - port to libxfce4ui
+  - fix two calls to snprintf
+
+---
+Wed Mar  9 11:00:00 UTC 2011 - g...@opensuse.org
+
+- new package (split off from xfce4-panel-plugins)
+

Old:

  _link

New:

  xfce4-netload-plugin-1.2.0.tar.bz2
  xfce4-panel-plugin-netload.changes
  xfce4-panel-plugin-netload.spec



Other differences:
--
++ xfce4-panel-plugin-netload.spec ++
#
# spec file for package xfce4-panel-plugin-netload
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


%define panel_version 4.8.0
%define plugin_name xfce4-netload-plugin

Name:   xfce4-panel-plugin-netload
Version:1.2.0
Release:0
Summary:Network Load Monitoring Plugin for the Xfce Panel
License:GPL-2.0+
Group:  System/GUI/XFCE
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  pkgconfig(libxfce4panel-1.0)
BuildRequires:  pkgconfig(libxfce4ui-1)
Requires:   xfce4-panel = %{panel_version}
Recommends: %{name}-lang = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The Netload plugin allows to monitor the netowrk load of a given network
interface.

%lang_package

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

%build
%configure --disable-static
make %{_smp_mflags} V=1

%install
%make_install

rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}

%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}

%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%post
%icon_theme_cache_post

%postun
%icon_theme_cache_postun

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libexecdir}/xfce4/panel-plugins/xfce4-netload-plugin
%{_datadir}/xfce4/panel-plugins/netload.desktop
%{_datadir}/icons/hicolor/*/apps/xfce4-netload-plugin.*

%files lang -f %{name}.lang

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



commit MozillaFirefox for openSUSE:11.4:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:11.4:Update checked in at 2012-07-23 13:46:16

Comparing /work/SRC/openSUSE:11.4:Update/MozillaFirefox (Old)
 and  /work/SRC/openSUSE:11.4:Update/.MozillaFirefox.new (New)


Package is MozillaFirefox, Maintainer is 
bnc-team-mozi...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ZcRSvK/_old  2012-07-23 13:46:17.0 +0200
+++ /var/tmp/diff_new_pack.ZcRSvK/_new  2012-07-23 13:46:17.0 +0200
@@ -1 +1 @@
-link package='MozillaFirefox.531' cicount='copy' /
+link package='MozillaFirefox.657' cicount='copy' /

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



commit MozillaFirefox for openSUSE:12.1:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:12.1:Update checked in at 2012-07-23 13:46:23

Comparing /work/SRC/openSUSE:12.1:Update/MozillaFirefox (Old)
 and  /work/SRC/openSUSE:12.1:Update/.MozillaFirefox.new (New)


Package is MozillaFirefox, Maintainer is 
bnc-team-mozi...@forge.provo.novell.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.zkTZ38/_old  2012-07-23 13:46:24.0 +0200
+++ /var/tmp/diff_new_pack.zkTZ38/_new  2012-07-23 13:46:24.0 +0200
@@ -1 +1 @@
-link package='MozillaFirefox.531' cicount='copy' /
+link package='MozillaFirefox.657' cicount='copy' /

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



commit avahi-qt4.656 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package avahi-qt4.656 for 
openSUSE:12.2:Update checked in at 2012-07-23 14:29:20

Comparing /work/SRC/openSUSE:12.2:Update/avahi-qt4.656 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.avahi-qt4.656.new (New)


Package is avahi-qt4.656, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit avahi-qt4 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package avahi-qt4 for openSUSE:12.2:Update 
checked in at 2012-07-23 14:29:21

Comparing /work/SRC/openSUSE:12.2:Update/avahi-qt4 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.avahi-qt4.new (New)


Package is avahi-qt4, Maintainer is gnome-maintain...@suse.de

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit gnome-tweak-tool.675 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool.675 for 
openSUSE:12.2:Update checked in at 2012-07-23 14:57:28

Comparing /work/SRC/openSUSE:12.2:Update/gnome-tweak-tool.675 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.gnome-tweak-tool.675.new (New)


Package is gnome-tweak-tool.675, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.gnome-tweak-tool.675.new/gnome-tweak-tool.changes
   2012-07-23 14:57:29.0 +0200
@@ -0,0 +1,162 @@
+---
+Wed Jul 18 19:12:57 UTC 2012 - dims...@opensuse.org
+
+- Add gnome-tweak-tool-pwr-button.patch: Allow to configure what
+  action should be performed when pressing the power button (acpi)
+  (bnc#770048).
+- Drop xz BuildRequires as it now comes for free in the build
+  system.
+
+---
+Wed May 16 10:57:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.0.1:
+  + Fix broken pkg-config check.
+
+---
+Mon May 14 13:10:26 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Fix user-theme shell extension support (bgo#675106)
+  + Support workspaces only on primary
+  + Support static workspaces
+  + Add nautilus always-use-location-entry
+  + Change widget for text-scaling-factor to SpinButton
+(bgo#650660)
+  + Dont crash on missing schemas (bgo#647132)
+  + Updated translations.
+
+---
+Mon Jan 16 13:20:37 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Adapt to Metacity/Mutter/Shell ported to GSettings
+  + Adapt to GNOME Shell 3.4 DBus interface
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Sun Nov 20 15:42:25 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.2:
+  + Dont die on malformed schemas
+  + Updated translations.
+
+---
+Tue Nov 15 10:28:44 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + Ellipsize long strings; this should fix window size issues.
+  + Updated translations.
+
+---
+Wed Sep 28 06:05:39 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + Updated translations.
+
+---
+Thu Sep  1 14:03:42 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.90:
+  + Adopt GNOME version numbering
+  + Rename some tweak groups, File Manager - Desktop, etc
+  + Fix build against PyGObject-3
+  + Improve search results
+  + Support GNOME Shell 3.2 extensions
+- Change pkgconfig(pygobject-2.0) BuildRequires to
+  pkgconfig(pygobject-3.0), following upstream change.
+- Add python-gobject Requires as this python application obviously
+  needs it.
+
+---
+Fri Aug 19 09:25:08 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.0:
+  + Change tweakgroup architecture: tweaks in different files can
+appear in the same categories now.
+  + Tweaks can now override summary/description usually obtained
+from gconf/gsettings
+  + Move window border theme to interfaces
+  + Mark many strings as translatable.
+  + Now appears as 'Advanced Settings' in GNOME shell search
+  + Add a -v,--verbose option that prints changed settings
+  + Add a -d,--debug option
+  + Add Unity to OnlyShowIn
+
+---
+Wed Jun 22 18:27:06 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.0.5:
+  + More autostart desktop file fixes. Try harder to autostart
+nautilus when tweaking desktop handling.
+  + Appearance improvements (theme install, sorted combo boxes)
+  + Tweak window focus mode (focus follows mouse)
+  + Tweak desktop item visibility with more control (show trash,
+show computer etc.)
+  + Dont offer to restart shell multiple times when enabling
+extensions.
+
+---
+Fri Jun  3 13:55:36 UTC 2011 - dims...@opensuse.org
+
+- Add gobject-introspection BuildRequires to automatically get
+  typelib()-style Requires.
+- Drop libgtk-3-0 and gconf2 Requires. They are now added as
+  typelib()-style Requires
+
+---
+Sun May 22 13:36:07 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.0.4:
+  + bgo#648751: Support system wide themes
+  

commit patchinfo.675 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.675 for 
openSUSE:12.2:Update checked in at 2012-07-23 14:57:33

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.675 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.675.new (New)


Package is patchinfo.675, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerdimstar/packager
  categoryrecommended/category
  ratinglow/rating
  summarygnome-tweak-tool: Minor additions/summary
  descriptionThis update fixes the following issues for gnome-tweak-tool:
- bnc#770048: Add gnome-tweak-tool-pwr-button.patch: Allow to configure what 
action should be performed when pressing the power button (acpi)
- Drop xz BuildRequires as it now comes for free in the build 
system./description
issue tracker=bnc id=770048make power button action configurable/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnome-desktop-sharp2.664 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package gnome-desktop-sharp2.664 for 
openSUSE:12.2:Update checked in at 2012-07-23 15:00:32

Comparing /work/SRC/openSUSE:12.2:Update/gnome-desktop-sharp2.664 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.gnome-desktop-sharp2.664.new (New)


Package is gnome-desktop-sharp2.664, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.gnome-desktop-sharp2.664.new/gnome-desktop-sharp2.changes
   2012-07-23 15:00:32.0 +0200
@@ -0,0 +1,92 @@
+---
+Sat Jun 30 12:32:47 UTC 2012 - zai...@opensuse.org
+
+- Clean up spec for acceptance in openSUSE Factory.
+- Drop %if's for building for other distros. and therefore drop
+  sources gnome-desktop-sharp-2.20.1.tar.bz2 and
+  gnome-desktop-sharp-2.24.0.tar.bz2, and lots of distro and
+  version specific buildrequires.
+- Drop nautilusburn-sharp subpackage, not built anymore.
+- Drop gtkhtml314-sharp subpackage, not built anymore.
+- Drop gnome-panel-sharp subpackage, not built anymore.
+- Exchange BuildRequires: gnome-sharp2, gtk-sharp2-gapi, mono-devel
+  and monodoc-core to BuildRequires: pkgconfig (gnome-sharp-2.0,
+  gapi-2.0, mono and monodoc).
+
+---
+Mon Feb 13 10:16:09 UTC 2012 - nmarq...@opensuse.org
+
+- Add requires for openSUSE = 1210 (bnc#738011):
+  - 'Requires: libwnck-1-22' to wnck-sharp
+  - 'Requires: 'libgnome-desktop-2-17' to gnome-desktop-sharp2
+
+---
+Wed Sep 28 12:11:57 UTC 2011 - co...@suse.com
+
+- make it build for factory in ignoring dropped stuff
+
+---
+Wed Sep  8 02:52:46 CEST 2010 - vu...@opensuse.org
+
+- Use pkgconfig() style BuildRequires on 11.3 and later:
+  + old-style: gnome-desktop-devel, gtkhtml2-devel,
+gtksourceview-devel, libgnomeprintui-devel, librsvg-devel,
+libwnck-devel, vte-devel.
+  + new-style: gnome-desktop-2.0, gtksourceview-2.0,
+libgnomeprint-2.2, libgnomeprintui-2.2, libgtkhtml-3.14,
+libpanelapplet-2.0, librsvg-2.0, libwnck-1.0, vte.
+- This will make it easier to switch to GNOME 3 libraries in
+  openSUSE, since they can cause changes in package names.
+
+---
+Mon Apr 12 07:14:19 UTC 2010 - a...@suse.de
+
+- Fix libgnome-desktop version number for 11.3.
+
+---
+Fri Apr  9 08:03:13 UTC 2010 - a...@suse.de
+
+- Disable nautilusburn for openSUSE 11.3
+
+---
+Mon Aug 31 19:49:20 UTC 2009 - ajorgen...@novell.com
+
+- Update to 2.26.0
+  * Fix so version of native library dependency
+
+---
+Tue Aug 11 16:51:54 UTC 2009 - ajorgen...@novell.com
+
+- ppc64 is native now (don't use biarchcompat)
+
+---
+Thu Feb 12 00:58:16 CET 2009 - r...@suse.de
+
+- add libgnomeprintui-devel to buildrequires to fix build 
+
+---
+Wed Sep 10 09:38:07 MDT 2008 - ajorgen...@novell.com
+
+- Re-add 2.20.1 tarball as I need it to build on 11.0
+
+---
+Wed Sep  8 11:18:07 MDT 2008 - ajorgen...@novell.com
+
+- Update to 2.24.0
+  * Update to GNOME 2.24 API
+  * Add gnome-print-sharp.dll and gnome-panel-sharp.dll assemblies
+along with .pcs to detect their availability
+
+---
+Wed Apr 09 09:25:27 MST 2008 - wberr...@novell.com
+
+- Remove gnome-desktop-sharp2-complete package
+- Rename gnomedesktop2-sharp to gnome-desktop-sharp2 so we have a
+  sub-package named the same as the .spec file
+- Don't call autoreconf since we don't have any patches
+
+---
+Fri Jan 11 22:25:27 CST 2008 - mkest...@novell.com
+
+- Initial package of gnome-desktop-sharp2
+

New:

  gnome-desktop-sharp-2.26.0.tar.bz2
  gnome-desktop-sharp2.changes
  gnome-desktop-sharp2.spec
  gnome-desktop-version-11.3.patch



Other differences:
--
++ gnome-desktop-sharp2.spec ++
#
# spec file for package gnome-desktop-sharp2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for 

commit python-veusz.669 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package python-veusz.669 for 
openSUSE:12.2:Update checked in at 2012-07-23 15:00:32

Comparing /work/SRC/openSUSE:12.2:Update/python-veusz.669 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.python-veusz.669.new (New)


Package is python-veusz.669, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2:Update/.python-veusz.669.new/python-veusz.changes   
2012-07-23 15:00:32.0 +0200
@@ -0,0 +1,245 @@
+---
+Mon Jul 10 11:18:26 UTC 2012 - badshah...@gmail.com
+
+- Update to version 1.16:
+  + Experimental MathML support
+  + Add upper/lower-left/right arrows
+  + Add options to clip text/lines/shapes to graphs
+  + Add stacked-area option to bar plot widget
+  + Draw stacked bar plots top-down for better overlapping line
+behaviour
+  + Axis labels can be placed at left or right of axes, in
+addition to centre
+  + Line widget now has length-angle or point-to-point modes,
+better support for only specifying some coordinates.
+  + Exception dialog records more detailed traceback
+  + Use top level windows for non-modal dialogs, giving minimize
+in window and no always-on-top behaviour
+  + Zero length vectors and arrows in vector fields are not
+plotted
+  + Add support for strings to be translated
+  + Add Sort dataset plugin
+  + Add Histogram 2D dataset plugin
+  + Add Divide by Maximum and Normalize dataset plugins
+  + Support for *args and **kwargs for custom functions
+  + Custom colormaps can be defined in the custom editing
+dialog
+  + Bug fixes:
+- Use correct definition of 1pt = 1/72in
+- Workaround for splash screen problem
+- Fix numerous problems reported by pyflakes
+- Histograms fail when saved
+- Fix plot with nan functions
+- Fix failure of self tests on ARM platforms
+- Force pages/documents to have physical sizes
+- Fix crash if deleting multiple datasets in data edit dialog
+- Check dimensions of datasets in SetData
+- Handle better zero bytes in data files
+- Fix error if page size zero
+- Fix error if vector baselength is zero
+- If dataset plugin parameter not given in saved file, use
+  default
+- Fix crash for axes with same minimum and maximum
+- Fix CSV import problem when same dataset has multiple types
+- Thinning markers works when using marker sizes / colors
++ Package icons in the hicolor icon directory; use BuildRequires:
+  hicolot-icon-theme for required post scriptlets
++ Install 256x256 icon to make application icon look better on the
+  gnome-shell
++ Depend on the right version of SIP ABI (prevents issues like
+  bnc#711890 from happening)
++ Add a Provides: veusz = %{version} to spec file.
+
+---
+Sun Jul  8 00:20:46 UTC 2012 - sco...@free.fr
+
+- fix build for SLE_11_SP2 
+
+---
+Fri Apr  6 08:04:43 UTC 2012 - badshah...@gmail.com
+
+- Update to version 1.15 (for complete list of changes please see
+  http://home.gna.org/veusz/releasenotes/1.15.txt):
+  + Major changes:
+- Improved hatching
+- Added options to extend axes by 2, 5, 10 and 15% of data
+  range
+- Full screen graph view mode
+- Ctrl+MouseWheel zooms in and out of plot
+- New dataset plugins: Linear interpolation, Cumulative value,
+  Rolling average, Subtract mean / minimum
+- Allow grid widgets to be placed in grid widgets
+- Allow multiple datasets to be selected in dataset browser
+- Allow tagging of datasets and allow datasets be grouped by
+  tags in dataset browser
+- Allow text to be written as text in SVG, rather than curves
+- Add DBus interface to program, if DBus is installed
+- 2D QDP support
+- Add title option for keys.
+  + Bug fixes:
+- Use / rather than \ for path separator in saved file names
+- Trap case where nan values could be plotted
+- Fix error if website not accessible in exception dialog
+- Crash when min and max of axes are too similar
+- Fix clipping of paths after transform in SVG files
+- Fix crash in picker
+- Fix crash if duplication of characters in CSV date format
+- Fix crash in tool tip in dataset browser
+- Fix GlobalColor error (on certain dark color sets)
+- Fix blocked data import if no descriptor
+- Fix crash if log contours and minimum is zero
+- Bug fix https://bugzilla.redhat.com/show_bug.cgi?id=800196.
+  + Several minor fixes.
+
+---
+Sat Feb 25 22:05:00 UTC 2012 - sco...@free.fr
+
+- fix build for SLE-11 
+

commit nss-mdns.666 for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package nss-mdns.666 for 
openSUSE:12.2:Update checked in at 2012-07-23 15:05:02

Comparing /work/SRC/openSUSE:12.2:Update/nss-mdns.666 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.nss-mdns.666.new (New)


Package is nss-mdns.666, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ /work/SRC/openSUSE:12.2:Update/.nss-mdns.666.new/nss-mdns.changes   
2012-07-23 15:05:03.0 +0200
@@ -0,0 +1,94 @@
+---
+Wed Jul 11 13:37:10 CEST 2012 - vu...@opensuse.org
+
+- Add nss-mdns-config script as a source, and install it in
+  /usr/sbin: this script can be used to enable/disable mdns in
+  /etc/nsswitch.conf (-4/-6 can be used to restrict
+  enabling/disabling to IPv4/IPv6).
+- Change %post/%preun scriptlets to use new nss-mdns-config script
+  instead of custom perl-fu.
+- Do not restrict mdns support in /etc/nsswitch.conf to IPv4: just
+  pass --enable to nss-mdns-config in %post. Fix bnc#710231.
+- Only call nss-mdns-config in %post on first install, to avoid
+  overwriting changes done by users. Fix nss-mdns side of
+  bnc#729796.
+- Do not call sed to change /etc/nsswitch.conf to remove services
+  not provided by nss-mdns anymore: when we need this, we'll be
+  able to integrate this in nss-mdns-config.
+
+---
+Tue Dec 15 22:28:46 CET 2009 - jeng...@medozas.de
+
+- Add baselibs.conf as a source
+
+---
+Fri May  1 03:32:54 CEST 2009 - vu...@novell.com
+
+- Remove AutoReqProv: it's default now.
+- Also fix a typo in the description.
+
+---
+Mon Oct 13 12:49:02 CEST 2008 - r...@suse.de
+
+- simplify and correct baselibs.conf 
+
+---
+Wed May 28 15:49:14 CEST 2008 - o...@suse.de
+
+- change the recommends for XXbit packages to a supplements
+  add a Conflicts: != version to the XXbit packages, to give a hint
+  during manual package upgrades (bnc#336678)
+
+---
+Tue Apr 22 10:08:38 CEST 2008 - co...@suse.de
+
+- degrading the requires to recommends. It's very well possible
+  to install a system with just 64bit
+
+---
+Thu Apr 10 12:54:45 CEST 2008 - r...@suse.de
+
+- added baselibs.conf file to build xxbit packages
+  for multilib support
+
+---
+Thu Apr  3 07:00:56 CEST 2008 - h...@suse.de
+
+- Upgraded to version 0.10:
+
+  * Ported to FreeBSD.
+  * Alignment fixes for SPARC.
+
+---
+Tue Sep 11 00:36:14 CEST 2007 - r...@suse.de
+
+- modify last change:
+  - require 32bit variant on x86_64 and s390x
+  - require 64bit variant on ppc 
+
+---
+Mon Sep 10 16:19:55 CEST 2007 - sbra...@suse.cz
+
+- Fixed invalid dependency for bi-arch (#309193).
+
+---
+Thu Sep  6 22:27:24 CEST 2007 - ma...@suse.de
+
+- Sync the spec with the scripts in the comment #6 of bnc #287583
+
+---
+Thu Sep  6 01:25:07 CEST 2007 - ma...@suse.de
+
+- The 64 bit version of nss-mdns will require the -32 version to 
+  bugfix bnc #287583.
+
+---
+Sat Apr 21 10:51:20 CEST 2007 - sch...@suse.de
+
+- Fix unaligned access.
+
+---
+Tue Feb 20 17:58:09 CET 2007 - sbra...@suse.cz
+
+- New SuSE package, version 0.9.
+

New:

  baselibs.conf
  nss-mdns-0.10.tar.bz2
  nss-mdns-config
  nss-mdns.changes
  nss-mdns.spec
  unaligned.diff



Other differences:
--
++ nss-mdns.spec ++
#
# spec file for package nss-mdns
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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 

commit bash for openSUSE:12.2:Update

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:12.2:Update 
checked in at 2012-07-23 15:34:14

Comparing /work/SRC/openSUSE:12.2:Update/bash (Old)
 and  /work/SRC/openSUSE:12.2:Update/.bash.new (New)


Package is bash, Maintainer is wer...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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