commit yast2-ntp-client for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for openSUSE:12.2 
checked in at 2012-07-18 17:54:09

Comparing /work/SRC/openSUSE:12.2/yast2-ntp-client (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-ntp-client.new (New)


Package is "yast2-ntp-client", Maintainer is "mvid...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/yast2-ntp-client/yast2-ntp-client.changes   
2012-06-25 16:18:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-ntp-client.new/yast2-ntp-client.changes  
2012-07-18 17:54:10.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:14:03 UTC 2012 - vark...@suse.com
+
+- bnc#771340 - Configuring NTP in YaST2 the service does not start
+- bnc#753936 - yast2 ntp-client creates ntp.conf with syntax error 
+
+---



Other differences:
--
++ yast2-ntp-client.spec ++
+++ empty output from diff against yast2-ntp-client.spec

++ yast2-ntp-client-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-2.21.2/src/widgets.ycp 
new/yast2-ntp-client-2.21.2/src/widgets.ycp
--- old/yast2-ntp-client-2.21.2/src/widgets.ycp 2011-10-25 12:59:00.0 
+0200
+++ new/yast2-ntp-client-2.21.2/src/widgets.ycp 2012-07-18 16:16:37.0 
+0200
@@ -788,6 +788,12 @@
 string address = NtpClient::selected_record["address"]:"";
 string opts = (string) UI::QueryWidget(`id("ac_options"), `Value);
 
+if( address == "" ) 
+return;
+if( NtpClient::PolicyIsNonstatic() ) {
+NtpClient::restrict_map = $[];
+return;
+}
 if( haskey( NtpClient::restrict_map, address) )
 NtpClient::restrict_map[address, "options"] = opts;
 else

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



commit yast2-ntp-client for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2012-07-18 17:54:03

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


Package is "yast2-ntp-client", Maintainer is "mvid...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2012-01-05 13:50:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2012-07-18 17:54:05.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 14:14:03 UTC 2012 - vark...@suse.com
+
+- bnc#771340 - Configuring NTP in YaST2 the service does not start
+- bnc#753936 - yast2 ntp-client creates ntp.conf with syntax error 
+
+---



Other differences:
--
++ yast2-ntp-client.spec ++
+++ empty output from diff against yast2-ntp-client.spec

++ yast2-ntp-client-2.21.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-2.21.2/src/widgets.ycp 
new/yast2-ntp-client-2.21.2/src/widgets.ycp
--- old/yast2-ntp-client-2.21.2/src/widgets.ycp 2011-10-25 12:59:00.0 
+0200
+++ new/yast2-ntp-client-2.21.2/src/widgets.ycp 2012-07-18 16:16:37.0 
+0200
@@ -788,6 +788,12 @@
 string address = NtpClient::selected_record["address"]:"";
 string opts = (string) UI::QueryWidget(`id("ac_options"), `Value);
 
+if( address == "" ) 
+return;
+if( NtpClient::PolicyIsNonstatic() ) {
+NtpClient::restrict_map = $[];
+return;
+}
 if( haskey( NtpClient::restrict_map, address) )
 NtpClient::restrict_map[address, "options"] = opts;
 else

-- 
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-18 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-18 17:53:12

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-10 14:18:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 
2012-07-18 17:53:14.0 +0200
@@ -1,0 +2,15 @@
+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.
+
+---

New:

  U_dri2_add_DRI2CreateDrawable2.patch
  U_glx_Free_reference_to_destroyed_GLX_drawable.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.ELWfft/_old  2012-07-18 17:53:21.0 +0200
+++ /var/tmp/diff_new_pack.ELWfft/_new  2012-07-18 17:53:21.0 +0200
@@ -184,6 +184,8 @@
 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
 # 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
@@ -320,6 +322,8 @@
 ### Disable backtrace generation patch for now
 #%patch220 -p1
 %patch222 -p1
+%patch223 -p1
+%patch224 -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 
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 
Reviewed-by: Kristian Høgsberg 
Signed-off-by: Keith Packard 
---
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)
+*dri2_id_out = dri2_id;
+
 return Success;
 }
 
+int
+DRI2CreateDrawable(ClientPtr client, DrawablePtr pDraw, XID id,
+   DRI2InvalidateProcPtr invalidate, void *priv)
+{
+return DRI2CreateDrawable2(client, pDraw, id, invalidate, priv, NULL);
+}
+
 static int
 DRI2DrawableGone(pointer p, XID id)
 {
Index: xorg-server-1.12.3/hw/xfree86/dri2/dri2.h
===
--- xorg-server-1.12.3.orig/hw/xfree86/dri2/dri2.h
+++ xorg-server-1.12.3/hw/xfree86/dri2/dri2.h
@@ -237,6 +237,13 @@ extern _X_EXPORT int DRI2CreateDrawable(
 
 extern _X_EXPORT void DRI2DestroyDrawable(DrawablePtr pDraw);
 
+extern _X_EXPORT int DRI2CreateDrawable2(ClientPtr client,
+ DrawablePtr pDraw,
+ XID id,
+ DRI2InvalidateProcPtr invalidate,
+ void *priv,
+ XID *dri2_id_out);
+
 extern _X_EXPORT DRI2BufferPtr *DRI2GetBuffers(DrawablePtr pDraw,
int *width,
int *height,
++ U_glx_Free_reference_to_destroyed_GLX_d

commit vala for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2012-07-18 17:52:08

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


Package is "vala", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2012-03-29 
14:07:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2012-07-18 
17:52:10.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun 24 06:53:22 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.16.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.16.0.tar.xz

New:

  vala-0.16.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.Wn1uWv/_old  2012-07-18 17:52:11.0 +0200
+++ /var/tmp/diff_new_pack.Wn1uWv/_new  2012-07-18 17:52:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.16.0
+Version:0.16.1
 Release:0
 %define vala_version 0.16
 %define vala_libversion 0_16

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



commit tar for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2012-07-18 17:51:26

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


Package is "tar", Maintainer is "vci...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/tar/tar.changes  2012-04-23 16:13:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tar.new/tar.changes 2012-07-18 
17:51:27.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul 17 08:05:33 UTC 2012 - a...@suse.de
+
+- Fix build failure with undefined gets (glibc 2.16).
+
+---
+Wed May 30 13:08:28 UTC 2012 - sweet_...@gmx.de
+
+- avoid automake dependency 
+
+---

New:

  tar-1.26-stdio.in.patch



Other differences:
--
++ tar.spec ++
--- /var/tmp/diff_new_pack.TRM0Vy/_old  2012-07-18 17:51:28.0 +0200
+++ /var/tmp/diff_new_pack.TRM0Vy/_new  2012-07-18 17:51:28.0 +0200
@@ -31,8 +31,8 @@
 Patch3: tar-wildcards.patch
 Patch6: tar-backup-spec-fix-paths.patch
 Patch7: tar-1.26-remove_O_NONBLOCK.patch
+Patch8: tar-1.26-stdio.in.patch
 %if 0%{?suse_version} >= %min_suse_ver
-BuildRequires:  automake
 BuildRequires:  help2man
 Recommends: tar-lang = %{version}
 Recommends: xz
@@ -65,15 +65,15 @@
 %patch3 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes 
-Wformat-security -Wno-unused-parameter
 export CFLAGS="%{optflags} %my_cflags"
 export RSH="/usr/bin/rsh"
 export DEFAULT_ARCHIVE_FORMAT="POSIX"
-sed -i -e 's@need runtime check@yes@g' m4/*.m4
-autoreconf -fiv
 %configure \
+   gl_cv_func_linkat_follow="yes" \
--enable-backup-scripts \
--disable-silent-rules
 make %{?_smp_mflags};

++ tar-1.26-stdio.in.patch ++
diff -urNp tar-1.26-orig/gnu/stdio.in.h tar-1.26/gnu/stdio.in.h
--- tar-1.26-orig/gnu/stdio.in.h
+++ tar-1.26/gnu/stdio.in.h
@@ -139,7 +139,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 silc-toolkit for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package silc-toolkit for openSUSE:Factory 
checked in at 2012-07-18 17:47:12

Comparing /work/SRC/openSUSE:Factory/silc-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.silc-toolkit.new (New)


Package is "silc-toolkit", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/silc-toolkit/silc-toolkit.changes
2012-05-29 11:44:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.silc-toolkit.new/silc-toolkit.changes   
2012-07-18 17:47:14.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 14:54:11 UTC 2012 - cfarr...@suse.com
+
+- license update: GPL-2.0 or BSD-3-Clause
+  Package uses GPL-2.0 (only) as the GPL side of the dual license option
+
+---



Other differences:
--
++ silc-toolkit.spec ++
--- /var/tmp/diff_new_pack.00FL9l/_old  2012-07-18 17:47:15.0 +0200
+++ /var/tmp/diff_new_pack.00FL9l/_new  2012-07-18 17:47:15.0 +0200
@@ -23,7 +23,7 @@
 Summary:Secure Internet Live Conferencing Software Development Toolkit
 Version:1.1.10
 Release:1
-License:BSD-3-Clause ; GPL-2.0+
+License:GPL-2.0 or BSD-3-Clause
 Group:  System/Libraries
 Url:http://www.silcnet.org/software/developers/toolkit/
 Source: 
http://www.silcnet.org/download/toolkit/sources/%{name}-%{version}.tar.bz2
@@ -60,7 +60,7 @@
 Lubomir Sedlacik 
 
 %package -n libsilc-1_1-2
-License:BSD-3-Clause ; GPL-2.0+
+License:GPL-2.0 or BSD-3-Clause
 Group:  System/Libraries
 Summary:Secure Internet Live Conferencing Software Development Toolkit
 # NOTE: library does not require modules, but any client software may use 
SILC_MODULESDIR:
@@ -95,7 +95,7 @@
 Lubomir Sedlacik 
 
 %package -n libsilcclient-1_1-3
-License:BSD-3-Clause ; GPL-2.0+
+License:GPL-2.0 or BSD-3-Clause
 Group:  System/Libraries
 Summary:Secure Internet Live Conferencing Software Development Toolkit
 # NOTE: library does not require modules, but any client software may use 
SILC_MODULESDIR:
@@ -130,7 +130,7 @@
 Lubomir Sedlacik 
 
 %package devel
-License:BSD-3-Clause ; GPL-2.0+
+License:GPL-2.0 or BSD-3-Clause
 Group:  System/Libraries
 Summary:Secure Internet Live Conferencing Software Development Toolkit
 Requires:   libsilc-1_1-2 = %{version} libsilcclient-1_1-3 = %{version} 
dante-devel

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



commit raptor for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package raptor for openSUSE:Factory checked 
in at 2012-07-18 17:42:23

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


Package is "raptor", Maintainer is "dmuel...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/raptor/raptor.changes2012-07-03 
14:26:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.raptor.new/raptor.changes   2012-07-18 
17:42:27.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 16 09:46:59 UTC 2012 - cfarr...@suse.com
+
+- license update: LGPL-2.1+ or GPL-2.0+ or Apache-2.0
+  Updating to those licenses stated in the LICENSE.txt file (even though
+  the LGPL-2.1 has a migration clause to GPL-2.0 anyway"
+
+---



Other differences:
--
++ raptor.spec ++
--- /var/tmp/diff_new_pack.hyNMCP/_old  2012-07-18 17:42:28.0 +0200
+++ /var/tmp/diff_new_pack.hyNMCP/_new  2012-07-18 17:42:28.0 +0200
@@ -20,7 +20,7 @@
 Version:2.0.8
 Release:0
 Summary:RDF Parser Toolkit
-License:LGPL-2.1+ ; Apache-2.0
+License:LGPL-2.1+ or GPL-2.0+ or Apache-2.0
 Group:  System/Libraries
 Url:http://www.redland.opensource.ac.uk/raptor/
 Source0:%{name}2-%{version}.tar.gz

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



commit pk-update-icon for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package pk-update-icon for openSUSE:12.2 
checked in at 2012-07-18 17:41:55

Comparing /work/SRC/openSUSE:12.2/pk-update-icon (Old)
 and  /work/SRC/openSUSE:12.2/.pk-update-icon.new (New)


Package is "pk-update-icon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/pk-update-icon/pk-update-icon.changes   
2012-06-25 15:50:19.0 +0200
+++ /work/SRC/openSUSE:12.2/.pk-update-icon.new/pk-update-icon.changes  
2012-07-18 17:41:57.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 18 10:02:11 UTC 2012 - g...@opensuse.org
+
+- update to version 0.2.2
+  - increase the default update interval to 24 h in order to ease
+the load on the infrastructure
+  - increase the default delay before checking for updates to 5 min
+as commit 777c0d750cdc0a1e31f98066fc248e04e2e84599 was
+incomplete (bnc#729230)
+
+---

Old:

  pk-update-icon-0.2.1.tar.gz

New:

  pk-update-icon-0.2.2.tar.gz



Other differences:
--
++ pk-update-icon.spec ++
--- /var/tmp/diff_new_pack.WLqXiO/_old  2012-07-18 17:41:57.0 +0200
+++ /var/tmp/diff_new_pack.WLqXiO/_new  2012-07-18 17:41:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pk-update-icon
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Software Update Notifier based on PackageKit
 License:GPL-2.0+

++ pk-update-icon-0.2.1.tar.gz -> pk-update-icon-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/Makefile 
new/pk-update-icon-0.2.2/Makefile
--- old/pk-update-icon-0.2.1/Makefile   2011-11-15 12:49:11.0 +0100
+++ new/pk-update-icon-0.2.2/Makefile   2012-07-18 11:57:26.0 +0200
@@ -19,7 +19,7 @@
 
 PACKAGE =  pk-update-icon
 APP_NAME = org.opensuse.pk-update-icon
-VERSION =  0.2.1
+VERSION =  0.2.2
 DISTNAME :=$(PACKAGE)-$(VERSION)
 OBJS = main.o pkui-icon.o pkui-backend.o
 AUTOSTART_FILE =   $(PACKAGE).desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/main.c 
new/pk-update-icon-0.2.2/main.c
--- old/pk-update-icon-0.2.1/main.c 2011-10-22 09:47:32.0 +0200
+++ new/pk-update-icon-0.2.2/main.c 2012-07-18 11:57:26.0 +0200
@@ -32,8 +32,8 @@
UniqueApp   *app = NULL;
int exitval = 0;
gbooleanversion = FALSE;
-   gintstartup_delay = 10;
-   gintcheck_interval = 2 * 3600;
+   gintstartup_delay = 300;
+   gintcheck_interval = 86400;
GOptionContext  *context;
GError  *error = NULL;
const GOptionEntry options[] = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pk-update-icon-0.2 
new/pk-update-icon-0.2.2/pk-update-icon-0.2
--- old/pk-update-icon-0.2.1/pk-update-icon-0.2 2012-07-18 17:41:57.0 
+0200
+++ new/pk-update-icon-0.2.2/pk-update-icon-0.2 1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pk-update-icon-0.2.1 
new/pk-update-icon-0.2.2/pk-update-icon-0.2.1
--- old/pk-update-icon-0.2.1/pk-update-icon-0.2.1   2012-07-18 
17:41:57.0 +0200
+++ new/pk-update-icon-0.2.2/pk-update-icon-0.2.1   1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pk-update-icon-0.2.2 
new/pk-update-icon-0.2.2/pk-update-icon-0.2.2
--- old/pk-update-icon-0.2.1/pk-update-icon-0.2.2   1970-01-01 
01:00:00.0 +0100
+++ new/pk-update-icon-0.2.2/pk-update-icon-0.2.2   2012-07-18 
17:41:57.0 +0200
@@ -0,0 +1 @@
+symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pkui-backend.c 
new/pk-update-icon-0.2.2/pkui-backend.c
--- old/pk-update-icon-0.2.1/pkui-backend.c 2011-11-15 11:57:17.0 
+0100
+++ new/pk-update-icon-0.2.2/pkui-backend.c 2012-07-18 11:57:26.0 
+0200
@@ -198,7 +198,7 @@
 
pspec = g_param_spec_uint("check-interval", "Check interval",
"Interval in seconds for checking for new package updates", 1,
-   G_MAXUINT, 3600, G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
+   G_MAXUINT, 86400, G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property(gobject_class, PROP_CHECK_INTERVAL,

commit pk-update-icon for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package pk-update-icon for openSUSE:Factory 
checked in at 2012-07-18 17:41:50

Comparing /work/SRC/openSUSE:Factory/pk-update-icon (Old)
 and  /work/SRC/openSUSE:Factory/.pk-update-icon.new (New)


Package is "pk-update-icon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/pk-update-icon/pk-update-icon.changes
2012-04-12 09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.pk-update-icon.new/pk-update-icon.changes   
2012-07-18 17:41:51.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 18 10:02:11 UTC 2012 - g...@opensuse.org
+
+- update to version 0.2.2
+  - increase the default update interval to 24 h in order to ease
+the load on the infrastructure
+  - increase the default delay before checking for updates to 5 min
+as commit 777c0d750cdc0a1e31f98066fc248e04e2e84599 was
+incomplete (bnc#729230)
+
+---

Old:

  pk-update-icon-0.2.1.tar.gz

New:

  pk-update-icon-0.2.2.tar.gz



Other differences:
--
++ pk-update-icon.spec ++
--- /var/tmp/diff_new_pack.8tV8Sx/_old  2012-07-18 17:41:53.0 +0200
+++ /var/tmp/diff_new_pack.8tV8Sx/_new  2012-07-18 17:41:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pk-update-icon
-Version:0.2.1
+Version:0.2.2
 Release:0
 Summary:Software Update Notifier based on PackageKit
 License:GPL-2.0+

++ pk-update-icon-0.2.1.tar.gz -> pk-update-icon-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/Makefile 
new/pk-update-icon-0.2.2/Makefile
--- old/pk-update-icon-0.2.1/Makefile   2011-11-15 12:49:11.0 +0100
+++ new/pk-update-icon-0.2.2/Makefile   2012-07-18 11:57:26.0 +0200
@@ -19,7 +19,7 @@
 
 PACKAGE =  pk-update-icon
 APP_NAME = org.opensuse.pk-update-icon
-VERSION =  0.2.1
+VERSION =  0.2.2
 DISTNAME :=$(PACKAGE)-$(VERSION)
 OBJS = main.o pkui-icon.o pkui-backend.o
 AUTOSTART_FILE =   $(PACKAGE).desktop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/main.c 
new/pk-update-icon-0.2.2/main.c
--- old/pk-update-icon-0.2.1/main.c 2011-10-22 09:47:32.0 +0200
+++ new/pk-update-icon-0.2.2/main.c 2012-07-18 11:57:26.0 +0200
@@ -32,8 +32,8 @@
UniqueApp   *app = NULL;
int exitval = 0;
gbooleanversion = FALSE;
-   gintstartup_delay = 10;
-   gintcheck_interval = 2 * 3600;
+   gintstartup_delay = 300;
+   gintcheck_interval = 86400;
GOptionContext  *context;
GError  *error = NULL;
const GOptionEntry options[] = {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pk-update-icon-0.2 
new/pk-update-icon-0.2.2/pk-update-icon-0.2
--- old/pk-update-icon-0.2.1/pk-update-icon-0.2 2012-07-18 17:41:53.0 
+0200
+++ new/pk-update-icon-0.2.2/pk-update-icon-0.2 1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pk-update-icon-0.2.1 
new/pk-update-icon-0.2.2/pk-update-icon-0.2.1
--- old/pk-update-icon-0.2.1/pk-update-icon-0.2.1   2012-07-18 
17:41:53.0 +0200
+++ new/pk-update-icon-0.2.2/pk-update-icon-0.2.1   1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pk-update-icon-0.2.2 
new/pk-update-icon-0.2.2/pk-update-icon-0.2.2
--- old/pk-update-icon-0.2.1/pk-update-icon-0.2.2   1970-01-01 
01:00:00.0 +0100
+++ new/pk-update-icon-0.2.2/pk-update-icon-0.2.2   2012-07-18 
17:41:53.0 +0200
@@ -0,0 +1 @@
+symbolic link to .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon-0.2.1/pkui-backend.c 
new/pk-update-icon-0.2.2/pkui-backend.c
--- old/pk-update-icon-0.2.1/pkui-backend.c 2011-11-15 11:57:17.0 
+0100
+++ new/pk-update-icon-0.2.2/pkui-backend.c 2012-07-18 11:57:26.0 
+0200
@@ -198,7 +198,7 @@
 
pspec = g_param_spec_uint("check-interval", "Check interval",
"Interval in seconds for checking for new package updates", 1,
-   G_MAXUINT, 3600, G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
+   G_MAXUINT, 86400, G_PARAM_READWRITE | G_PARAM_CONSTRUCT);
g_object_class_install_property(gobject_class, PROP

commit package-translations for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:12.2 checked in at 2012-07-18 17:38:53

Comparing /work/SRC/openSUSE:12.2/package-translations (Old)
 and  /work/SRC/openSUSE:12.2/.package-translations.new (New)


Package is "package-translations", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/package-translations/package-translations.changes   
2012-07-14 20:33:35.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.package-translations.new/package-translations.changes  
2012-07-18 17:38:54.0 +0200
@@ -2 +2 @@
-Sat Jul 14 16:14:46 CEST 2012 - 
+Wed Jul 18 16:13:59 CEST 2012 - 
@@ -4 +4 @@
-- automated update on 2012-07-14
+- automated update on 2012-07-18



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit package-translations for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-07-18 17:38:47

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is "package-translations", Maintainer is "co...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-07-14 20:33:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-07-18 17:38:49.0 +0200
@@ -2 +2 @@
-Sat Jul 14 16:14:46 CEST 2012 - 
+Wed Jul 18 16:13:59 CEST 2012 - 
@@ -4 +4 @@
-- automated update on 2012-07-14
+- automated update on 2012-07-18



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ

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



commit openjpeg for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package openjpeg for openSUSE:12.2 checked 
in at 2012-07-18 17:37:17

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


Package is "openjpeg", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/openjpeg/openjpeg.changes   2012-07-12 
10:49:54.0 +0200
+++ /work/SRC/openSUSE:12.2/.openjpeg.new/openjpeg.changes  2012-07-18 
17:37:18.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 08:44:15 UTC 2012 - idon...@suse.com
+
+- Add baselibs.conf 
+
+---

New:

  baselibs.conf



Other differences:
--
++ openjpeg.spec ++
--- /var/tmp/diff_new_pack.CMV4Ca/_old  2012-07-18 17:37:18.0 +0200
+++ /var/tmp/diff_new_pack.CMV4Ca/_new  2012-07-18 17:37:18.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Graphics/Other
 Url:http://www.openjpeg.org/
 Source0:http://openjpeg.googlecode.com/files/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE openjpeg-1.5.0-cmake_Config.patch rh#669425 
asterios.dra...@gmail.com -- Fix OpenJPEGConfig.cmake (taken from Fedora)
 Patch0: openjpeg-1.5.0-cmake_Config.patch
 # PATCH-FIX-OPENSUSE openjpeg-1.5.0-cmake_header_symlink.patch 
asterios.dra...@gmail.com -- Fix cmake create_symlink usage for header file 
(taken from Fedora)

++ baselibs.conf ++
libopenjpeg1
openjpeg-devel
requires -openjpeg-
requires "libopenjpeg1- = "
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openjpeg for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package openjpeg for openSUSE:Factory 
checked in at 2012-07-18 17:37:12

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


Package is "openjpeg", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/openjpeg/openjpeg.changes2012-07-12 
10:49:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.openjpeg.new/openjpeg.changes   2012-07-18 
17:37:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 08:44:15 UTC 2012 - idon...@suse.com
+
+- Add baselibs.conf 
+
+---

New:

  baselibs.conf



Other differences:
--
++ openjpeg.spec ++
--- /var/tmp/diff_new_pack.2yJG6b/_old  2012-07-18 17:37:15.0 +0200
+++ /var/tmp/diff_new_pack.2yJG6b/_new  2012-07-18 17:37:15.0 +0200
@@ -24,6 +24,7 @@
 Group:  Productivity/Graphics/Other
 Url:http://www.openjpeg.org/
 Source0:http://openjpeg.googlecode.com/files/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE openjpeg-1.5.0-cmake_Config.patch rh#669425 
asterios.dra...@gmail.com -- Fix OpenJPEGConfig.cmake (taken from Fedora)
 Patch0: openjpeg-1.5.0-cmake_Config.patch
 # PATCH-FIX-OPENSUSE openjpeg-1.5.0-cmake_header_symlink.patch 
asterios.dra...@gmail.com -- Fix cmake create_symlink usage for header file 
(taken from Fedora)

++ baselibs.conf ++
libopenjpeg1
openjpeg-devel
requires -openjpeg-
requires "libopenjpeg1- = "
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit nss-mdns for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package nss-mdns for openSUSE:Factory 
checked in at 2012-07-18 17:36:19

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


Package is "nss-mdns", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/nss-mdns/nss-mdns.changes2011-09-23 
02:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.nss-mdns.new/nss-mdns.changes   2012-07-18 
17:36:21.0 +0200
@@ -1,0 +2,18 @@
+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.
+
+---

New:

  nss-mdns-config



Other differences:
--
++ nss-mdns.spec ++
--- /var/tmp/diff_new_pack.mXv74d/_old  2012-07-18 17:36:22.0 +0200
+++ /var/tmp/diff_new_pack.mXv74d/_new  2012-07-18 17:36:22.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nss-mdns (Version 0.10)
+# spec file for package nss-mdns
 #
-# 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,21 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   nss-mdns
 # lynx is not needed, text version of README is already present
 #BuildRequires:  lynx
 Version:0.10
-Release:41
-Group:  Productivity/Networking/DNS/Utilities
-License:LGPL-2.1+
+Release:0
 Url:http://0pointer.de/lennart/projects/nss-mdns/
 Summary:Host Name Resolution Via Multicast DNS (Zeroconf) for glibc
+License:LGPL-2.1+
+Group:  Productivity/Networking/DNS/Utilities
 Source: %{name}-%{version}.tar.bz2
+Source1:nss-mdns-config
 Source2:baselibs.conf
 Patch:  unaligned.diff
+# needed by nss-mdns-config
 PreReq: sed grep
 Requires:   avahi
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,12 +48,6 @@
 By default, nss-mdns tries to contact a running avahi-daemon to resolve
 hostnames and addresses and makes use of its superior record cacheing.
 
-
-
-Authors:
-
-Lennart Poettering 
-
 %prep
 %setup -q
 %patch
@@ -63,82 +57,34 @@
 
 %install
 %makeinstall
+install -D -m0755 %{SOURCE1} %{buildroot}%{_sbindir}/nss-mdns-config
 
 %post
 /sbin/ldconfig
-# Perl-fu to add mdns4_minimal to the hosts line of /etc/nsswitch.conf
-if [ -f /etc/nsswitch.conf ] ; then
-perl -ibak -pe '
-sub insert {
-   my @bits = split(" ", shift);
-   if (grep { $_ eq "mdns4_minimal" || $_ eq "mdns4"
-   || $_ eq "mdns6_minimal" || $_ eq "mdns6"
-   || $_ eq "mdns_minimal" || $_ eq "mdns" } @bits) {
-   return join " ", @bits;
-   }
-   return join " ", map {
-   $_ eq "dns" ? ("mdns4_minimal", "[NOTFOUND=return]", $_) : $_
-   } @bits;
-   }
-s/^(hosts:\s+)(.*)$/$1.insert($2)/e;
-' /etc/nsswitch.conf
+if [ "$1" -eq 1 ] ; then
+# Only enable on first install, to not overwrite changes done by users
+nss-mdns-config --enable
 fi
 
 %preun
-# Perl-fu to remove mdns4_minimal from the hosts line of /etc/nsswitch.conf
-if [ "$1" -eq 0 -a -f /etc/nsswitch.conf ] ; then
-perl -ibak -pe '
-my @remove = (
-   "mdns4_minimal [NOTFOUND=return]",
-   "mdns4_minimal",
-   "mdns4",
-   "mdns6_minimal [NOTFOUND=return]",
-   "mdns6_minimal",
-   "mdns6",
-   "mdns_minimal [NOTFOUND=return]",
-   "mdns_minimal",
-   "mdns",
-   );
-sub remove {
-   my $s = shift;
-   foreach my $bit (@remove) {
-   $s =~ s/\s+\Q$bit\E//g;
-   }
-   return $s;
-   }
-s/^(hosts:\s+)(.*)$/$1.remove($2)/e;
-' /etc/nsswitch.conf
+if 

commit nmap for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2012-07-18 17:35:16

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


Package is "nmap", Maintainer is "vdziewie...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/nmap/nmap.changes2012-06-26 
17:08:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap.changes   2012-07-18 
17:35:41.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 16 21:46:27 UTC 2012 - andreas.stie...@gmx.de
+
+- update manpages glob to fix Factory build
+
+---



Other differences:
--
++ nmap.spec ++
--- /var/tmp/diff_new_pack.Iz2Z59/_old  2012-07-18 17:35:43.0 +0200
+++ /var/tmp/diff_new_pack.Iz2Z59/_new  2012-07-18 17:35:43.0 +0200
@@ -189,22 +189,10 @@
 %doc COPYING* CHANGELOG HACKING
 %doc docs/README
 %doc docs/nmap.usage.txt
-%dir %{_mandir}/hr
-%dir %{_mandir}/hr/man1
-%dir %{_mandir}/hu
-%dir %{_mandir}/hu/man1
-%dir %{_mandir}/pl
-%dir %{_mandir}/pl/man1
-%dir %{_mandir}/pt
-%dir %{_mandir}/pt/man1
-%dir %{_mandir}/ro
-%dir %{_mandir}/ro/man1
-%dir %{_mandir}/ru
-%dir %{_mandir}/ru/man1
-%dir %{_mandir}/sk
-%dir %{_mandir}/sk/man1
-%dir %{_mandir}/zh_CN
-%dir %{_mandir}/zh_CN/man1
+%dir %{_mandir}/??
+%dir %{_mandir}/??/man1
+%dir %{_mandir}/??_??
+%dir %{_mandir}/??_??/man1
 %{_mandir}/man1/nmap.1.gz
 %{_mandir}/*/man1/*
 %{_bindir}/nmap

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



commit multipath-tools for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:12.2 
checked in at 2012-07-18 17:34:00

Comparing /work/SRC/openSUSE:12.2/multipath-tools (Old)
 and  /work/SRC/openSUSE:12.2/.multipath-tools.new (New)


Package is "multipath-tools", Maintainer is "h...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/multipath-tools/multipath-tools.changes 
2012-06-25 15:46:35.0 +0200
+++ /work/SRC/openSUSE:12.2/.multipath-tools.new/multipath-tools.changes
2012-07-18 17:34:01.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul 17 13:21:47 UTC 2012 - rmila...@suse.com
+
+- Drop patch 0001-multipath.rules.patch, multipath not ready yet.
+
+---
+Tue Jul 17 12:43:43 UTC 2012 - rmila...@suse.com
+
+- Fix the installation of multipath.rules file. 
+
+---

Old:

  0001-multipath.rules.patch

New:

  0002-fix-installation-of-multipath-rule.patch



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.qVvbY1/_old  2012-07-18 17:34:01.0 +0200
+++ /var/tmp/diff_new_pack.qVvbY1/_new  2012-07-18 17:34:01.0 +0200
@@ -32,7 +32,7 @@
 Source: multipath-tools-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}-opensuse-12.2.diff.bz2
-Patch1: 0001-multipath.rules.patch
+Patch1: 0002-fix-installation-of-multipath-rule.patch
 
 %description
 This package provides the tools to manage multipathed devices by
@@ -132,6 +132,7 @@
 %dir /etc/udev/rules.d
 %config /etc/init.d/multipathd
 %config /etc/init.d/boot.multipath
+%config /etc/udev/rules.d/71-multipath.rules
 /%{_lib}/libmultipath.so.0
 /%{_lib}/libmpathpersist.so.0
 /%{_lib}/multipath

++ 0002-fix-installation-of-multipath-rule.patch ++
Index: multipath-tools-0.4.9/multipath/Makefile
===
--- multipath-tools-0.4.9.orig/multipath/Makefile
+++ multipath-tools-0.4.9/multipath/Makefile
@@ -22,6 +22,7 @@ install:
$(INSTALL_PROGRAM) -d $(DESTDIR)$(rcdir)
$(INSTALL_PROGRAM) -m 755 multipath.init.suse 
$(DESTDIR)$(rcdir)/boot.multipath
$(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d
+   $(INSTALL_PROGRAM) -m 644 multipath.rules 
$(DESTDIR)/etc/udev/rules.d/71-multipath.rules
$(INSTALL_PROGRAM) -d $(DESTDIR)$(mkinitrddir)
$(INSTALL_PROGRAM) -m 755 boot-multipath.sh $(DESTDIR)$(mkinitrddir)
$(INSTALL_PROGRAM) -m 755 setup-multipath.sh $(DESTDIR)$(mkinitrddir)
@@ -31,7 +32,7 @@ install:
$(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5 $(DESTDIR)$(man5dir)
 
 uninstall:
-   rm $(DESTDIR)/etc/udev/rules.d/multipath.rules
+   rm $(DESTDIR)/etc/udev/rules.d/71-multipath.rules
rm $(DESTDIR)$(bindir)/$(EXEC)
rm $(DESTDIR)$(mandir)/$(EXEC).8
rm $(DESTDIR)$(man5dir)/$(EXEC).conf.5
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit multipath-tools for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2012-07-18 17:33:55

Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
 and  /work/SRC/openSUSE:Factory/.multipath-tools.new (New)


Package is "multipath-tools", Maintainer is "h...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2012-06-12 07:09:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2012-07-18 17:33:56.0 +0200
@@ -1,0 +2,10 @@
+Tue Jul 17 13:21:47 UTC 2012 - rmila...@suse.com
+
+- Drop patch 0001-multipath.rules.patch, multipath not ready yet.
+
+---
+Tue Jul 17 12:43:43 UTC 2012 - rmila...@suse.com
+
+- Fix the installation of multipath.rules file. 
+
+---

Old:

  0001-multipath.rules.patch

New:

  0002-fix-installation-of-multipath-rule.patch



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.5NYLYF/_old  2012-07-18 17:33:57.0 +0200
+++ /var/tmp/diff_new_pack.5NYLYF/_new  2012-07-18 17:33:57.0 +0200
@@ -32,7 +32,7 @@
 Source: multipath-tools-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}-opensuse-12.2.diff.bz2
-Patch1: 0001-multipath.rules.patch
+Patch1: 0002-fix-installation-of-multipath-rule.patch
 
 %description
 This package provides the tools to manage multipathed devices by
@@ -132,6 +132,7 @@
 %dir /etc/udev/rules.d
 %config /etc/init.d/multipathd
 %config /etc/init.d/boot.multipath
+%config /etc/udev/rules.d/71-multipath.rules
 /%{_lib}/libmultipath.so.0
 /%{_lib}/libmpathpersist.so.0
 /%{_lib}/multipath

++ 0002-fix-installation-of-multipath-rule.patch ++
Index: multipath-tools-0.4.9/multipath/Makefile
===
--- multipath-tools-0.4.9.orig/multipath/Makefile
+++ multipath-tools-0.4.9/multipath/Makefile
@@ -22,6 +22,7 @@ install:
$(INSTALL_PROGRAM) -d $(DESTDIR)$(rcdir)
$(INSTALL_PROGRAM) -m 755 multipath.init.suse 
$(DESTDIR)$(rcdir)/boot.multipath
$(INSTALL_PROGRAM) -d $(DESTDIR)/etc/udev/rules.d
+   $(INSTALL_PROGRAM) -m 644 multipath.rules 
$(DESTDIR)/etc/udev/rules.d/71-multipath.rules
$(INSTALL_PROGRAM) -d $(DESTDIR)$(mkinitrddir)
$(INSTALL_PROGRAM) -m 755 boot-multipath.sh $(DESTDIR)$(mkinitrddir)
$(INSTALL_PROGRAM) -m 755 setup-multipath.sh $(DESTDIR)$(mkinitrddir)
@@ -31,7 +32,7 @@ install:
$(INSTALL_PROGRAM) -m 644 $(EXEC).conf.5 $(DESTDIR)$(man5dir)
 
 uninstall:
-   rm $(DESTDIR)/etc/udev/rules.d/multipath.rules
+   rm $(DESTDIR)/etc/udev/rules.d/71-multipath.rules
rm $(DESTDIR)$(bindir)/$(EXEC)
rm $(DESTDIR)$(mandir)/$(EXEC).8
rm $(DESTDIR)$(man5dir)/$(EXEC).conf.5
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libstorage for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:12.2 checked 
in at 2012-07-18 17:33:24

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


Package is "libstorage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/libstorage/libstorage.changes   2012-06-29 
07:00:57.0 +0200
+++ /work/SRC/openSUSE:12.2/.libstorage.new/libstorage.changes  2012-07-18 
17:33:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 15:19:41 CEST 2012 - aschn...@suse.de
+
+- 2.22.8
+- increased major number of library (bnc#771641)
+
+---

Old:

  libstorage-2.22.7.tar.bz2

New:

  libstorage-2.22.8.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.jrZDyC/_old  2012-07-18 17:33:26.0 +0200
+++ /var/tmp/diff_new_pack.jrZDyC/_new  2012-07-18 17:33:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.22.7
+Version:2.22.8
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
@@ -113,7 +113,7 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-%package -n libstorage3
+%package -n libstorage4
 
 Requires:   coreutils
 Requires:   cryptsetup
@@ -141,7 +141,7 @@
 Summary:Library for storage management
 Group:  System/Libraries
 
-%description -n libstorage3
+%description -n libstorage4
 This package contains libstorage, a library for storage management.
 
 Authors:
@@ -149,7 +149,7 @@
 Thomas Fehr 
 Arvin Schnell 
 
-%files -n libstorage3 -f libstorage.lang
+%files -n libstorage4 -f libstorage.lang
 %defattr(-,root,root)
 %{_libdir}/libstorage.so.*
 %ghost /var/run/libstorage
@@ -158,13 +158,13 @@
 %doc %{prefix}/share/doc/packages/libstorage/AUTHORS
 %doc %{prefix}/share/doc/packages/libstorage/COPYING
 
-%post -n libstorage3
+%post -n libstorage4
 /sbin/ldconfig
 %if 0%{?suse_version}
 %{fillup_only -an storage}
 %endif
 
-%postun -n libstorage3
+%postun -n libstorage4
 /sbin/ldconfig
 
 %package -n libstorage-devel
@@ -172,7 +172,7 @@
 Requires:   boost-devel
 Requires:   gcc-c++
 Requires:   libstdc++-devel
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 Requires:   libxml2-devel
 Summary:Header files and documentation for libstorage
 Group:  Development/Languages/C and C++
@@ -196,7 +196,7 @@
 
 %package -n libstorage-python
 
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 %{py_requires}
 Summary:Python bindings for libstorage
 Group:  System/Libraries
@@ -215,7 +215,7 @@
 
 %package -n libstorage-ruby
 
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 Summary:Ruby bindings for libstorage
 Group:  System/Libraries
 
@@ -245,7 +245,7 @@
 
 %package -n libstorage-testsuite
 
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 Summary:Testsuite for libstorage
 Group:  Development/Tools/Other
 

++ libstorage-2.22.7.tar.bz2 -> libstorage-2.22.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.7/LIBVERSION 
new/libstorage-2.22.8/LIBVERSION
--- old/libstorage-2.22.7/LIBVERSION2012-06-14 11:03:35.0 +0200
+++ new/libstorage-2.22.8/LIBVERSION2012-07-16 15:19:21.0 +0200
@@ -1 +1 @@
-3.0.0
+4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.7/VERSION 
new/libstorage-2.22.8/VERSION
--- old/libstorage-2.22.7/VERSION   2012-06-28 16:32:05.0 +0200
+++ new/libstorage-2.22.8/VERSION   2012-07-16 15:19:31.0 +0200
@@ -1 +1 @@
-2.22.7
+2.22.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.7/storage/StorageVersion.h 
new/libstorage-2.22.8/storage/StorageVersion.h
--- old/libstorage-2.22.7/storage/StorageVersion.h  2012-06-28 
16:33:24.0 +0200
+++ new/libstorage-2.22.8/storage/StorageVersion.h  2012-07-16 
15:26:26.0 +0200
@@ -24,9 +24,9 @@
 #define STORAGE_VERSION_H
 
 
-#define LIBSTORAGE_VERSION_STRING "3.0.0"
+#define LIBSTORAGE_VERSION_STRING "4.0.0"
 
-#define LIBSTORAGE_VERSION_MAJOR 3
+#define LIBSTORAGE_VERSION_MAJOR 4
 #define LIBSTORAGE_VERSION_MINOR 0
 #define LIBSTORAGE_VERSION_PATCHLEVEL 0
 

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



commit llvm for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2012-07-18 17:32:08

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


Package is "llvm", Maintainer is "mh...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2012-07-15 
12:05:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2012-07-18 
17:32:09.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 14 17:30:58 UTC 2012 - adr...@suse.de
+
+- fix arm build
+
+---

New:

  arm-suse-support.patch



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.f49wAr/_old  2012-07-18 17:32:10.0 +0200
+++ /var/tmp/diff_new_pack.f49wAr/_new  2012-07-18 17:32:10.0 +0200
@@ -42,6 +42,7 @@
 Patch7: pr12463.patch
 Patch8: pr13141.patch
 Patch9: pr13303.patch
+Patch10:arm-suse-support.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -144,6 +145,9 @@
 %patch7 -p0
 %patch8 -p0
 %patch9 -p1
+%ifarch %arm
+%patch10
+%endif
 
 # We hardcode i586
 rm tools/clang/test/Driver/x86_features.c
@@ -168,6 +172,12 @@
--enable-optimized \
--disable-assertions \
--with-optimize-option="-O0" \
+%ifarch %arm
+--disable-sjlj-exceptions \
+--with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 
--with-mode=thumb \
+--disable-werror --enable-checking=release \
+--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \
+%endif
--enable-targets=host
 
 make %{?_smp_mflags}
@@ -192,15 +202,25 @@
 %if 0%{?suse_version} >= 1220
--with-binutils-include=/usr/include \
 %endif
+%ifarch %arm
+   --with-optimize-option="-U_GLIBCXX_ATOMIC_BUILTINS" \
+--disable-sjlj-exceptions \
+--with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 
--with-mode=thumb \
+--disable-werror --enable-checking=release \
+--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \
+%endif
--with-clang-resource-dir="../%{_lib}/clang/%{_release_version}"
 
 make %{?_smp_mflags} REQUIRES_RTTI=1
 
 %check
 cd stage2
+%if 0%{!?qemu_user_space_build:1}
+# we just do not have enough memory with qemu emulation
 make check
 cd tools/clang
 make test
+%endif
 
 %install
 cd stage2

++ arm-suse-support.patch ++
Index: tools/clang/lib/Driver/Tools.cpp
===
--- tools/clang/lib/Driver/Tools.cpp.orig
+++ tools/clang/lib/Driver/Tools.cpp
@@ -611,6 +611,11 @@ static StringRef getARMFloatABI(const Dr
 }
 
 case llvm::Triple::Linux: {
+  StringRef ArchName = getLLVMArchSuffixForARM(getARMTargetCPU(Args, 
Triple));
+  if (Triple.getEnvironment() == llvm::Triple::GNUEABIHF || 
ArchName.startswith("v7")) {
+FloatABI = "hard";
+break;
+  } else
   if (Triple.getEnvironment() == llvm::Triple::GNUEABI) {
 FloatABI = "softfp";
 break;
@@ -623,6 +627,9 @@ static StringRef getARMFloatABI(const Dr
   case llvm::Triple::GNUEABI:
 FloatABI = "softfp";
 break;
+  case llvm::Triple::GNUEABIHF:
+FloatABI = "hard";
+break;
   case llvm::Triple::EABI:
 // EABI is always AAPCS, and if it was not marked 'hard', it's softfp
 FloatABI = "softfp";
@@ -665,6 +672,7 @@ void Clang::AddARMTargetArgs(const ArgLi
 // Select the default based on the platform.
 switch(Triple.getEnvironment()) {
 case llvm::Triple::ANDROIDEABI:
+case llvm::Triple::GNUEABIHF:
 case llvm::Triple::GNUEABI:
   ABIName = "aapcs-linux";
   break;
@@ -730,10 +738,11 @@ void Clang::AddARMTargetArgs(const ArgLi
 
   // Setting -msoft-float effectively disables NEON because of the GCC
   // implementation, although the same isn't true of VFP or VFP3.
-  if (FloatABI == "soft") {
+//  if (FloatABI == "soft") {
+// we do not use neon on suse so far, disabling it always to avoid 
incompatible ABI
 CmdArgs.push_back("-target-feature");
 CmdArgs.push_back("-neon");
-  }
+//  }
 
   // Kernel code has more strict alignment requirements.
   if (KernelOrKext) {
@@ -5062,8 +5071,9 @@ void linuxtools::Assemble::ConstructJob(
 CmdArgs.push_back("-many");
   } else if (getToolChain().getArch() == llvm::Triple::arm) {
 StringRef MArch = getToolChain().getArchName();
-if (MArch == "armv7" || MArch == "armv7a" || MArch == "armv7-a")
-  CmdArgs.push_back("-mfpu=neon");
+// we do not use neon on suse so far, disabling it always to avoid 
incompatible ABI
+//if (MArch == "armv7" || MArc

commit libwacom for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libwacom for openSUSE:Factory 
checked in at 2012-07-18 17:31:19

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


Package is "libwacom", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes2012-05-22 
10:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libwacom.new/libwacom.changes   2012-07-18 
17:31:20.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 14 07:33:49 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.6:
+  + More metadata for:
+- NTrig tablet PC
+- ISDv4 0x93, 0x90, 0xED, 0xEF
+- Bamboo Pen, Fun, Craft, Touch
+  + Support for debugging with uinput devices.
+
+---

Old:

  libwacom-0.5.tar.bz2

New:

  libwacom-0.6.tar.bz2



Other differences:
--
++ libwacom.spec ++
--- /var/tmp/diff_new_pack.laMBWo/_old  2012-07-18 17:31:22.0 +0200
+++ /var/tmp/diff_new_pack.laMBWo/_new  2012-07-18 17:31:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libwacom
-Version:0.5
+Version:0.6
 Release:0
 Summary:Library to identify wacom tablets
 License:MIT

++ libwacom-0.5.tar.bz2 -> libwacom-0.6.tar.bz2 ++
 2661 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.5/NEWS new/libwacom-0.6/NEWS
--- old/libwacom-0.5/NEWS   2012-05-02 02:59:13.0 +0200
+++ new/libwacom-0.6/NEWS   2012-06-26 03:57:13.0 +0200
@@ -1,3 +1,10 @@
+libwacom 0.6:
+- More metadata for:
+  - NTrig tablet PC
+  - ISDv4 0x93, 0x90, 0xED, 0xEF
+  - Bamboo Pen, Fun, Craft, Touch
+- Support for debugging with uinput devices
+
 libwacom 0.5:
 - Add support for multiple match statements
 - Add support for bluetotooth devices
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.5/README new/libwacom-0.6/README
--- old/libwacom-0.5/README 2011-11-28 23:32:59.0 +0100
+++ new/libwacom-0.6/README 2012-06-04 01:59:08.0 +0200
@@ -1,3 +1,20 @@
 libwacom is a library to identify wacom tablets and their model-specific
 features. It provides easy access to information such as "is this a built-in
 on-screen tablet", "what is the size of this model", etc.
+
+== Debugging libwacom with uinput devices ==
+libwacom by default will not recognise uinput devices. To debug and test, a
+physical device must be connected.
+
+Custom udev rules are provided to help debug uinput device. Run
+generate-udev-rules --with-uinput-rules
+to generate these rules and apply them locally. Devices will then be tagged
+as required and can be debugged.
+
+Some limitations:
+* For these rules to work, the device must be listed in the database.
+* libwacom will check UINPUT_* properties on the uinput device, if they do
+  not get applied, the device will not be visible
+
+DO NOT USE THESE UINPUT RULES unless you are debugging with uinput devices.
+Remove the rules once debugging is done.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libwacom-0.5/configure.ac new/libwacom-0.6/configure.ac
--- old/libwacom-0.5/configure.ac   2012-05-01 05:07:35.0 +0200
+++ new/libwacom-0.6/configure.ac   2012-06-26 03:52:00.0 +0200
@@ -1,6 +1,6 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libwacom], [0.5])
+AC_INIT([libwacom], [0.6])
 AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
@@ -17,7 +17,7 @@
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBWACOM_LT_VERSION=2:0:0
+LIBWACOM_LT_VERSION=3:0:1
 AC_SUBST(LIBWACOM_LT_VERSION)
 
 # Initialize libtool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 

commit libstorage for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2012-07-18 17:24:46

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


Package is "libstorage", Maintainer is "aschn...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2012-06-29 
07:00:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2012-07-18 17:24:47.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 16 15:19:41 CEST 2012 - aschn...@suse.de
+
+- 2.22.8
+- increased major number of library (bnc#771641)
+
+---

Old:

  libstorage-2.22.7.tar.bz2

New:

  libstorage-2.22.8.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.wsZseL/_old  2012-07-18 17:24:51.0 +0200
+++ /var/tmp/diff_new_pack.wsZseL/_new  2012-07-18 17:24:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.22.7
+Version:2.22.8
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2
@@ -113,7 +113,7 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-%package -n libstorage3
+%package -n libstorage4
 
 Requires:   coreutils
 Requires:   cryptsetup
@@ -141,7 +141,7 @@
 Summary:Library for storage management
 Group:  System/Libraries
 
-%description -n libstorage3
+%description -n libstorage4
 This package contains libstorage, a library for storage management.
 
 Authors:
@@ -149,7 +149,7 @@
 Thomas Fehr 
 Arvin Schnell 
 
-%files -n libstorage3 -f libstorage.lang
+%files -n libstorage4 -f libstorage.lang
 %defattr(-,root,root)
 %{_libdir}/libstorage.so.*
 %ghost /var/run/libstorage
@@ -158,13 +158,13 @@
 %doc %{prefix}/share/doc/packages/libstorage/AUTHORS
 %doc %{prefix}/share/doc/packages/libstorage/COPYING
 
-%post -n libstorage3
+%post -n libstorage4
 /sbin/ldconfig
 %if 0%{?suse_version}
 %{fillup_only -an storage}
 %endif
 
-%postun -n libstorage3
+%postun -n libstorage4
 /sbin/ldconfig
 
 %package -n libstorage-devel
@@ -172,7 +172,7 @@
 Requires:   boost-devel
 Requires:   gcc-c++
 Requires:   libstdc++-devel
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 Requires:   libxml2-devel
 Summary:Header files and documentation for libstorage
 Group:  Development/Languages/C and C++
@@ -196,7 +196,7 @@
 
 %package -n libstorage-python
 
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 %{py_requires}
 Summary:Python bindings for libstorage
 Group:  System/Libraries
@@ -215,7 +215,7 @@
 
 %package -n libstorage-ruby
 
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 Summary:Ruby bindings for libstorage
 Group:  System/Libraries
 
@@ -245,7 +245,7 @@
 
 %package -n libstorage-testsuite
 
-Requires:   libstorage3 = %version
+Requires:   libstorage4 = %version
 Summary:Testsuite for libstorage
 Group:  Development/Tools/Other
 

++ libstorage-2.22.7.tar.bz2 -> libstorage-2.22.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.7/LIBVERSION 
new/libstorage-2.22.8/LIBVERSION
--- old/libstorage-2.22.7/LIBVERSION2012-06-14 11:03:35.0 +0200
+++ new/libstorage-2.22.8/LIBVERSION2012-07-16 15:19:21.0 +0200
@@ -1 +1 @@
-3.0.0
+4.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.7/VERSION 
new/libstorage-2.22.8/VERSION
--- old/libstorage-2.22.7/VERSION   2012-06-28 16:32:05.0 +0200
+++ new/libstorage-2.22.8/VERSION   2012-07-16 15:19:31.0 +0200
@@ -1 +1 @@
-2.22.7
+2.22.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.22.7/storage/StorageVersion.h 
new/libstorage-2.22.8/storage/StorageVersion.h
--- old/libstorage-2.22.7/storage/StorageVersion.h  2012-06-28 
16:33:24.0 +0200
+++ new/libstorage-2.22.8/storage/StorageVersion.h  2012-07-16 
15:26:26.0 +0200
@@ -24,9 +24,9 @@
 #define STORAGE_VERSION_H
 
 
-#define LIBSTORAGE_VERSION_STRING "3.0.0"
+#define LIBSTORAGE_VERSION_STRING "4.0.0"
 
-#define LIBSTORAGE_VERSION_MAJOR 3
+#define LIBSTORAGE_VERSION_MAJOR 4
 #define LIBSTORAGE_VERSION_MINOR 0
 #define LIBSTORAGE_VERSION_PATCHLEVEL 0
 

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



commit libnice for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libnice for openSUSE:Factory checked 
in at 2012-07-18 17:24:25

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


Package is "libnice", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libnice/libnice.changes  2012-04-12 
09:38:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnice.new/libnice.changes 2012-07-18 
17:24:27.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 05:15:17 UTC 2012 - adr...@suse.de
+
+- test suite failure in qemu emulated builds (arm) must be ignored
+  for now. qemu is not threadsafe enough for it.
+
+---



Other differences:
--
++ libnice.spec ++
--- /var/tmp/diff_new_pack.xiLtId/_old  2012-07-18 17:24:28.0 +0200
+++ /var/tmp/diff_new_pack.xiLtId/_new  2012-07-18 17:24:28.0 +0200
@@ -81,7 +81,10 @@
 %{__make}
 
 %check
-%{__make} check
+%{__make} check \
+%if 0%{?qemu_user_space_build}
+|| echo "ignore test suite failure in qemu, it is not threadsafe"
+%endif
 
 %install
 %makeinstall

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



commit libFS for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libFS for openSUSE:Factory checked 
in at 2012-07-18 17:24:01

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


Package is "libFS", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libFS/libFS.changes  2012-05-08 
11:57:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libFS.new/libFS.changes 2012-07-18 
17:24:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 13 13:50:12 UTC 2012 - tobias.johannes.klausm...@mni.thm.de
+
+- Added U_prototype_error.patch
+  + Upstream fix for a prototype
+
+---

New:

  U_prototype_error.patch



Other differences:
--
++ libFS.spec ++
--- /var/tmp/diff_new_pack.yPPu5z/_old  2012-07-18 17:24:04.0 +0200
+++ /var/tmp/diff_new_pack.yPPu5z/_new  2012-07-18 17:24:04.0 +0200
@@ -29,6 +29,9 @@
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libFS/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
 Source2:baselibs.conf
+
+Patch1: U_prototype_error.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool
 BuildRequires:  pkgconfig
@@ -64,6 +67,8 @@
 %prep
 %setup -q
 
+%patch1 -p1
+
 %build
 %configure --docdir=%_docdir/%name --disable-static
 make %{?_smp_mflags}

++ U_prototype_error.patch ++
>From 56c83935a873fa7c6bb0c8c7d9f755ee08439aa5 Mon Sep 17 00:00:00 2001
From: Thomas Klausner 
Date: Thu, 12 Jul 2012 12:39:26 +
Subject: Fix a prototype error

Per NetBSD PR 41899 from Henning Petersen.

Signed-off-by: Thomas Klausner 
Signed-off-by: Julien Cristau 
---
diff --git a/src/FSlibInt.c b/src/FSlibInt.c
index db9cc47..a04d3cd 100644
--- a/src/FSlibInt.c
+++ b/src/FSlibInt.c
@@ -1194,7 +1194,7 @@ doData16(
 }
 
 void
-Data16(svr, data, len)
+Data16(
 FSServer   *svr,
 short  *data,
 unsignedlen)
-- 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libchamplain for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libchamplain for openSUSE:Factory 
checked in at 2012-07-18 17:23:31

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


Package is "libchamplain", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes
2012-03-23 12:06:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libchamplain.new/libchamplain.changes   
2012-07-18 17:23:41.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 15 12:31:13 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.12.3:
+  + Fix OpenCycleMap source URL.
+  + Fix ChmplainPoint resizing issue.
+  + Many minor documentation improvements.
+  + New polygons.py Python demo.
+  + Other minor fixes and improvements.
+
+---

Old:

  libchamplain-0.12.2.tar.xz

New:

  libchamplain-0.12.3.tar.xz



Other differences:
--
++ libchamplain.spec ++
--- /var/tmp/diff_new_pack.e5KMfr/_old  2012-07-18 17:23:43.0 +0200
+++ /var/tmp/diff_new_pack.e5KMfr/_new  2012-07-18 17:23:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libchamplain
-Version:0.12.2
+Version:0.12.3
 Release:0
 # FIXME: on update, check if patch0 is still needed, or if it got fixed in vala
 Summary:Library to display maps

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



commit kdebase3 for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:12.2 checked 
in at 2012-07-18 17:23:20

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


Package is "kdebase3", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/kdebase3/kdebase3.changes   2012-06-29 
13:24:09.0 +0200
+++ /work/SRC/openSUSE:12.2/.kdebase3.new/kdebase3.changes  2012-07-18 
17:23:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 02:19:08 UTC 2012 - an...@opensuse.org
+
+- unmount optical media upon physical eject when using udisks2 backend
+  thanks to Serghei Amelian
+
+---

New:

  udisks2-unmount.patch



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.nE3WGm/_old  2012-07-18 17:23:23.0 +0200
+++ /var/tmp/diff_new_pack.nE3WGm/_new  2012-07-18 17:23:23.0 +0200
@@ -299,6 +299,7 @@
 Patch281:   udisks2-makefile.patch
 Patch282:   
gentoo-better-volumes-descriptions-492dbc40159c91a263f29ad77c94054b2d40bb25.patch
 Patch283:   
kdebase-udisks-loop-devices-916d1ea8da8cdabe604c6f9868d2559f2d73c062.patch
+Patch284:   udisks2-unmount.patch
 
 %description
 This package contains kdebase, one of the basic packages of the K
@@ -486,6 +487,7 @@
 %patch281 -p1
 %patch282 -p1
 %patch283 -p1
+%patch284 -p1
 %endif
 %patch252 -p1
 # causes hangs (bnc#158239)




++ udisks2-unmount.patch ++
>From 1ed5b7be04c8290f8b1b30295ffcb997afdc740f Mon Sep 17 00:00:00 2001
From: Serghei Amelian 
Date: Mon, 4 Jun 2012 23:55:01 +0300
Subject: [PATCH] [mediamanger/udisks2] unmount the filesystem if the media is
 removed

---
 kioslave/media/mediamanager/udisks2backend.cpp |   72 
 1 file changed, 48 insertions(+), 24 deletions(-)

diff --git a/kioslave/media/mediamanager/udisks2backend.cpp 
b/kioslave/media/mediamanager/udisks2backend.cpp
index b66bea4..bb82f24 100644
--- a/kioslave/media/mediamanager/udisks2backend.cpp
+++ b/kioslave/media/mediamanager/udisks2backend.cpp
@@ -66,6 +66,9 @@ class Object : public QDBusProxy {
 Object(ObjectManager *objectManager, const QDBusObjectPath &objectPath, 
const QDBusConnection &dbusConnection);
 ~Object();
 
+QString mount();
+QString unmount(bool force);
+
 bool isEmpty() const { return m_interfaces.isEmpty(); }
 
 void addInterfaces(const QDBusDataMap &interfaces);
@@ -249,6 +252,47 @@ QDBusObjectPath Property::toObjectPath() const
 }
 
 
+QString Object::mount()
+{
+QMap options;
+
+QValueList params;
+params << QDBusData::fromStringKeyMap(QDBusDataMap(options));
+
+QDBusError error;
+QDBusData response;
+
+if(!callMethod("org.freedesktop.UDisks2.Filesystem", "Mount", params, 
response, error))
+  return i18n("Unable to mount \"%1\".\nReason: 
%2").arg(m_device).arg(error.message());
+
+return QString::null;
+}
+
+
+QString Object::unmount(bool force)
+{
+QMap options;
+
+if(force) {
+QDBusVariant force;
+force.value = QDBusData::fromBool(true);
+force.signature = force.value.buildDBusSignature();
+options["force"] = force;
+}
+
+QValueList params;
+params << QDBusData::fromStringKeyMap(QDBusDataMap(options));
+
+QDBusError error;
+QDBusData response;
+
+if(!callMethod("org.freedesktop.UDisks2.Filesystem", "Unmount", params, 
response, error))
+  return i18n("Unable to unmount \"%1\".\nReason: 
%2").arg(m_device).arg(error.message());
+
+return QString::null;
+}
+
+
 void Object::addInterfaces(const QDBusDataMap &interfaces)
 {
 for(QDBusDataMap::const_iterator it = interfaces.begin(); it != 
interfaces.end(); ++it) {
@@ -423,6 +467,8 @@ bool Object::checkMediaAvailability()
 // media is not available anymore
 else {
 m_objectManager->m_mediaList.removeMedium(path(), true);
+if(m_mounted)
+unmount(true);
 }
 
 m_mediaAvailable = mediaAvailable;
@@ -651,18 +697,7 @@ QString UDisks2Backend::mount(const QString &name)
 if(!obj)
 return i18n("No such udisks2 object in cache: %1").arg(name);
 
-QMap options;
-
-QValueList params;
-params << QDBusData::fromStringKeyMap(QDBusDataMap(options));
-
-QDBusError error;
-QDBusData response;
-
-if(!obj->callMethod("org.freedesktop.UDisks2.Filesystem", "Mount", params, 
response, error))
-  return i18n("Unable to mount medium \"%1\".\nReason: 
%2").arg(medium->label()).arg(error.message());
-
-   return QString::null;
+   return obj->mount();
 }
 
 
@@ -676,16 +711,5 @@ QString UDisks2Backend::unmount(const QString &name)
 if(!obj)
 return i18n("No s

commit kdebase3 for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2012-07-18 17:23:12

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


Package is "kdebase3", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2012-06-29 
13:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2012-07-18 
17:23:14.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 02:19:08 UTC 2012 - an...@opensuse.org
+
+- unmount optical media upon physical eject when using udisks2 backend
+  thanks to Serghei Amelian
+
+---

New:

  udisks2-unmount.patch



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.jcdJyn/_old  2012-07-18 17:23:19.0 +0200
+++ /var/tmp/diff_new_pack.jcdJyn/_new  2012-07-18 17:23:19.0 +0200
@@ -299,6 +299,7 @@
 Patch281:   udisks2-makefile.patch
 Patch282:   
gentoo-better-volumes-descriptions-492dbc40159c91a263f29ad77c94054b2d40bb25.patch
 Patch283:   
kdebase-udisks-loop-devices-916d1ea8da8cdabe604c6f9868d2559f2d73c062.patch
+Patch284:   udisks2-unmount.patch
 
 %description
 This package contains kdebase, one of the basic packages of the K
@@ -486,6 +487,7 @@
 %patch281 -p1
 %patch282 -p1
 %patch283 -p1
+%patch284 -p1
 %endif
 %patch252 -p1
 # causes hangs (bnc#158239)




++ udisks2-unmount.patch ++
>From 1ed5b7be04c8290f8b1b30295ffcb997afdc740f Mon Sep 17 00:00:00 2001
From: Serghei Amelian 
Date: Mon, 4 Jun 2012 23:55:01 +0300
Subject: [PATCH] [mediamanger/udisks2] unmount the filesystem if the media is
 removed

---
 kioslave/media/mediamanager/udisks2backend.cpp |   72 
 1 file changed, 48 insertions(+), 24 deletions(-)

diff --git a/kioslave/media/mediamanager/udisks2backend.cpp 
b/kioslave/media/mediamanager/udisks2backend.cpp
index b66bea4..bb82f24 100644
--- a/kioslave/media/mediamanager/udisks2backend.cpp
+++ b/kioslave/media/mediamanager/udisks2backend.cpp
@@ -66,6 +66,9 @@ class Object : public QDBusProxy {
 Object(ObjectManager *objectManager, const QDBusObjectPath &objectPath, 
const QDBusConnection &dbusConnection);
 ~Object();
 
+QString mount();
+QString unmount(bool force);
+
 bool isEmpty() const { return m_interfaces.isEmpty(); }
 
 void addInterfaces(const QDBusDataMap &interfaces);
@@ -249,6 +252,47 @@ QDBusObjectPath Property::toObjectPath() const
 }
 
 
+QString Object::mount()
+{
+QMap options;
+
+QValueList params;
+params << QDBusData::fromStringKeyMap(QDBusDataMap(options));
+
+QDBusError error;
+QDBusData response;
+
+if(!callMethod("org.freedesktop.UDisks2.Filesystem", "Mount", params, 
response, error))
+  return i18n("Unable to mount \"%1\".\nReason: 
%2").arg(m_device).arg(error.message());
+
+return QString::null;
+}
+
+
+QString Object::unmount(bool force)
+{
+QMap options;
+
+if(force) {
+QDBusVariant force;
+force.value = QDBusData::fromBool(true);
+force.signature = force.value.buildDBusSignature();
+options["force"] = force;
+}
+
+QValueList params;
+params << QDBusData::fromStringKeyMap(QDBusDataMap(options));
+
+QDBusError error;
+QDBusData response;
+
+if(!callMethod("org.freedesktop.UDisks2.Filesystem", "Unmount", params, 
response, error))
+  return i18n("Unable to unmount \"%1\".\nReason: 
%2").arg(m_device).arg(error.message());
+
+return QString::null;
+}
+
+
 void Object::addInterfaces(const QDBusDataMap &interfaces)
 {
 for(QDBusDataMap::const_iterator it = interfaces.begin(); it != 
interfaces.end(); ++it) {
@@ -423,6 +467,8 @@ bool Object::checkMediaAvailability()
 // media is not available anymore
 else {
 m_objectManager->m_mediaList.removeMedium(path(), true);
+if(m_mounted)
+unmount(true);
 }
 
 m_mediaAvailable = mediaAvailable;
@@ -651,18 +697,7 @@ QString UDisks2Backend::mount(const QString &name)
 if(!obj)
 return i18n("No such udisks2 object in cache: %1").arg(name);
 
-QMap options;
-
-QValueList params;
-params << QDBusData::fromStringKeyMap(QDBusDataMap(options));
-
-QDBusError error;
-QDBusData response;
-
-if(!obj->callMethod("org.freedesktop.UDisks2.Filesystem", "Mount", params, 
response, error))
-  return i18n("Unable to mount medium \"%1\".\nReason: 
%2").arg(medium->label()).arg(error.message());
-
-   return QString::null;
+   return obj->mount();
 }
 
 
@@ -676,16 +711,5 @@ QString UDisks2Backend::unmount(const QString &name)
 if(!obj)
 

commit john for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package john for openSUSE:Factory checked in 
at 2012-07-18 17:22:47

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


Package is "john", Maintainer is "lr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/john/john.changes2011-10-02 
02:03:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.john.new/john.changes   2012-07-18 
17:22:50.0 +0200
@@ -1,0 +2,33 @@
+Fri Jul 13 06:07:17 UTC 2012 - l...@linux-schulserver.de
+
+- update to 1.7.9:
+  + Added optional parallelization of the MD5-based crypt(3) code with OpenMP.
+  + Added optional parallelization of the bitslice DES code with OpenMP.
+  + Replaced the bitslice DES key setup algorithm with a faster one, which
+significantly improves performance at LM hashes, as well as at DES-based
+crypt(3) hashes when there's just one salt (or very few salts).
+  + Optimized the DES S-box x86-64 (16-register SSE2) assembly code.
+  + Added support for 10-character DES-based tripcodes (not optimized yet).
+  + Added support for the "$2y$" prefix of bcrypt hashes.
+  + Added two more hash table sizes (16M and 128M entries) for faster 
processing
+of very large numbers of hashes per salt (over 1M).
+  + Added two pre-defined external mode variables: "abort" and "status", which
+let an external mode request the current cracking session to be aborted or 
the
+status line to be displayed, respectively.
+  + Made some minor optimizations to external mode function calls and virtual
+machine implementation.
+  + The "--make-charset" option now uses floating-point rather than 64-bit
+integer operations, which allows for larger CHARSET_* settings in params.h.
+  + Added runtime detection of Intel AVX and AMD XOP instruction set 
extensions,
+with optional fallback to an alternate program binary.
+  + Added relbench, a Perl script to compare two "john --test" benchmark runs,
+such as for different machines, "make" targets, C compilers, optimization
+options, or/and versions of John the Ripper.
+  + Additional public lists of "top N passwords" have been merged into the
+bundled common passwords list, and some insufficiently common passwords 
were
+removed from the list.
+  + Many minor enhancements and a few bug fixes were made.
+- updated jumbo patch to 1.7.9-jumbo-6
+- specfile cleanup (using spec-cleaner)
+
+---

Old:

  john-1.7.8-jumbo-2.tar.bz2
  john-1.7.8-jumbo-2.tar.bz2.sign
  john-1.7.8.tar.bz2
  john-1.7.8.tar.bz2.sign

New:

  john-1.7.9-jumbo-6.tar.bz2
  john-1.7.9-jumbo-6.tar.bz2.sign
  john-1.7.9.tar.bz2
  john-1.7.9.tar.bz2.sign



Other differences:
--
++ john.spec ++
--- /var/tmp/diff_new_pack.XgM47H/_old  2012-07-18 17:22:51.0 +0200
+++ /var/tmp/diff_new_pack.XgM47H/_new  2012-07-18 17:22:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package john
 #
-# 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
@@ -15,26 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   john
-Url:http://www.openwall.com/john/
+Version:1.7.9
+Release:0
+Summary:Detects Weak Passwords
 License:GPL-2.0+
 Group:  Productivity/Security
-Version:1.7.8
-Release:1
-Summary:Detects Weak Passwords
+Url:http://www.openwall.com/john/
 Source: %{name}-%{version}.tar.bz2
+Source1:%{name}-%{version}.tar.bz2.sign
 Source2:%{name}.8.gz 
 Source3:%{name}-rpmlintrc
-Source4:%{name}-%{version}-jumbo-2.tar.bz2
+Source4:%{name}-%{version}-jumbo-6.tar.bz2
+Source5:%{name}-%{version}-jumbo-6.tar.bz2.sign
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define johndir /var/lib/john
-%define cflags CFLAGS="-c $RPM_OPT_FLAGS -DJOHN_SYSTEMWIDE=1 
-finline-limit=2000 --param inline-unit-growth=2000" LDFLAGS="-lcrypto"
+%define cflags CFLAGS="-c %{optflags} -DJOHN_SYSTEMWIDE=1 -finline-limit=2000 
--param inline-unit-growth=2000" LDFLAGS="-lcrypto"
 %ifarch x86_64
-%define cflags CFLAGS="-c $RPM_OPT_FLAGS -DJOHN_SYSTEMWIDE=1" 
LDFLAGS="-lcrypto"
+%define cflags CFLAGS="-c %{optflags} -DJOHN_SYSTEMWIDE=1" LDFLAGS="-lcrypto"
 %endif
 
 %description
@@ -42,21 +42,15 @@
 tool). Its primary purpose is to detect weak Unix passwords

commit icu for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2012-07-18 17:21:01

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


Package is "icu", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2012-04-12 09:26:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2012-07-18 
17:21:04.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul 11 21:35:12 UTC 2012 - jeng...@inai.de
+
+- Remove SuSEconfig.icu; only run the link updater on icu updates
+  (FATE#313539)
+
+---
+Wed Jun 13 12:34:53 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-XFree86-1.0
+  The license (as stated in the license.html page) is not upstream at
+  http://www.spdx.org/licenses yet - thus, use this version (with SUSE-
+  proprietary prefix until the license goes upstream)
+
+---

Old:

  SuSEconfig.icu



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.b3Qt8Z/_old  2012-07-18 17:21:06.0 +0200
+++ /var/tmp/diff_new_pack.b3Qt8Z/_new  2012-07-18 17:21:06.0 +0200
@@ -21,12 +21,11 @@
 Version:49.1
 Release:0
 Summary:International Components for Unicode
-License:MIT and SUSE-Public-Domain
+License:SUSE-XFree86-1.0
 Group:  System/Libraries
 Url:http://ibm.com/software/globalization/icu
 Source0:icu4c-49_1-src.tgz
 Source1:icu4c-49_1-docs.zip
-Source3:SuSEconfig.icu
 # PATCH-FIX-UPSTREAM icu-rpmlint.diff -- 
http://bugs.icu-project.org/trac/ticket/7808
 Patch1: icu-rpmlint.diff
 # PATCH-FIX-OPENSUSE icu-remove-datetime.patch vu...@novell.com -- Do not put 
date/time in icu-config (needed for build-compare)
@@ -142,10 +141,6 @@
 install -m 644 data/unidata/*.txt 
%{buildroot}/%{_datadir}/icu/%{version}/unidata
 ln -s unidata/UnicodeData.txt %{buildroot}/%{_datadir}/icu/%{version}/
 
-mkdir -p %{buildroot}/sbin/conf.d/
-sed -e "s/@ICUVERSION@/%{version}/g" < ${RPM_SOURCE_DIR}/SuSEconfig.icu > 
./SuSEconfig.icu
-install -m 755 ./SuSEconfig.icu %{buildroot}/sbin/conf.d/
-
 rm %{buildroot}/%{_datadir}/icu/%{version}/license.html
 rm %{buildroot}/%{_datadir}/icu/%{version}/install-sh
 
@@ -158,6 +153,28 @@
 make check
 %endif
 
+# This should be run by whatever owns /usr/lib64/icu -
+# the (main) package in this case
+%post
+if test -d "%_libdir/icu"; then
+   current=$(cd %_libdir/icu; find [0-9]* -maxdepth 1 -type d -printf 
'%f\n' |
+   sort -V | tail -n1);
+   if test -n "$current"; then
+   rm -f "%_libdir/icu/current";
+   ln -sv "$current" "%_libdir/icu/current";
+   fi;
+fi;
+
+%postun
+if test -d "%_libdir/icu"; then
+   current=$(cd %_libdir/icu; find [0-9]* -maxdepth 1 -type d -printf 
'%f\n' |
+   sort -V | tail -n1);
+   if test -n "$current"; then
+   rm -f "%_libdir/icu/current";
+   ln -sv "$current" "%_libdir/icu/current";
+   fi;
+fi;
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
@@ -180,7 +197,6 @@
 %{_bindir}/uconv
 %{_sbindir}/*
 %{_mandir}/*/*
-/sbin/conf.d/SuSEconfig.icu
 
 %files -n %lname
 %defattr(-, root, root)


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



commit gtk3 for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2012-07-18 17:19:11

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


Package is "gtk3", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2012-05-22 
10:10:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2012-07-18 
17:19:14.0 +0200
@@ -1,0 +2,16 @@
+Sun Jul 15 20:28:10 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.4:
+  + GtkIconView: Fallout from the layout rewrite has been fixed.
+  + Bugs fixed: bgo#531319, bgo#571254, bgo#613561, bgo#643490,
+bgo#646798, bgo#647779, bgo#649569, bgo#659613, bgo#663991,
+bgo#664646, bgo#667808, bgo#670369, bgo#671437, bgo#671817,
+bgo#673749, bgo#675167, bgo#675423, bgo#675535, bgo#675809,
+bgo#675899, bgo#675990, bgo#676077, bgo#676243, bgo#676262,
+bgo#676329, bgo#677127, bgo#677293, bgo#677363, bgo#677551,
+bgo#677649, bgo#64, bgo#65, bgo#677809, bgo#677915,
+bgo#677941, bgo#678175, bgo#678407, bgo#678829, bgo#679166,
+bgo#679228, bgo#679409, bgo#679454, bgo#679537.
+  + Updated translations.
+
+---

Old:

  gtk+-3.4.3.tar.xz

New:

  gtk+-3.4.4.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.kCHABt/_old  2012-07-18 17:19:16.0 +0200
+++ /var/tmp/diff_new_pack.kCHABt/_new  2012-07-18 17:19:16.0 +0200
@@ -24,7 +24,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.4.3
+Version:3.4.4
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+

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



commit gtk2 for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2012-07-18 17:17:39

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


Package is "gtk2", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2012-02-21 
12:38:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2012-07-18 
17:17:42.0 +0200
@@ -1,0 +2,19 @@
+Sun Jul 15 21:53:55 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.24.11:
+  + X11: Use _NET_WM_STATE_HIDDEN for iconification when supported.
+  + Win32: Don't drash when installed in a top-level directory.
+  + Quartz:
+- Make function keys work.
+- Fix the build on OS X 10.7.
+- Fix manual resizing of windows.
+- Handle some key events better (such as dead tilde).
+  + Iconview: fix autoscroll.
+  + Printing: fix the build with cups 1.6.
+  + Bugs fixed: bgo#603559, bgo#640308, bgo#643131, bgo#655065,
+bgo#667155, bgo#670093, bgo#670400, bgo#672125, bgo#674556,
+bgo#675421, bgo#675835, bgo#676362.
+  + Updated translations.
+- Drop gtk2-immodule-fallback.patch, fixed upstream.
+
+---

Old:

  gtk+-2.24.10.tar.xz
  gtk2-immodule-fallback.patch

New:

  gtk+-2.24.11.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.ibnzFw/_old  2012-07-18 17:17:46.0 +0200
+++ /var/tmp/diff_new_pack.ibnzFw/_new  2012-07-18 17:17:46.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.10
+Version:2.24.11
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)
@@ -37,8 +37,6 @@
 Patch0: gtk2-window-dragging.patch
 # PATCH-FIX-OPENSUSE gtk64.patch sbra...@novell.com - 64-bit dual install.  
See also the Fedora patch for a simpler way of doing this.
 Patch8: gtk64.patch
-# PATCH-FEATURE-UPSTREAM gtk2-immodule-fallback.patch bgo#603559 bnc#723382 
vu...@opensuse.org -- Make it possible to specify fallback im modules in 
GTK_IM_MODULE; useful in case a module doesn't exist for both gtk2 and gtk3
-Patch21:gtk2-immodule-fallback.patch
 # PATCH-FEATURE-UPSTREAM 
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 
mfab...@novell.com - Translate the font styles in the GUI
 Patch22:bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff
 # PATCH-FIX-OPENSUSE bugzilla-131498-allow-xim-for-all-languages.patch 
bnc131498 mfab...@novell.com - Allow all languages to be run with the X Input 
Method
@@ -230,8 +228,8 @@
 Requires:   %{name} = %{version}
 Requires(post): %{name}-tools
 Requires(postun): %{name}-tools
-Provides:   locale(%{name}:ko)
 Provides:   locale(%{name}:ja)
+Provides:   locale(%{name}:ko)
 Provides:   locale(%{name}:th)
 Provides:   locale(%{name}:zh)
 
@@ -325,7 +323,6 @@
 # WARNING: This patch does not patch not installed demos and tests.
 %patch8 -p1
 %endif
-%patch21 -p1
 %patch22 -p1
 %patch23 -p1
 %patch24 -p1

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



commit gnome-shell for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:12.2 
checked in at 2012-07-18 17:16:49

Comparing /work/SRC/openSUSE:12.2/gnome-shell (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-shell.new (New)


Package is "gnome-shell", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/gnome-shell/gnome-shell.changes 2012-06-29 
13:22:29.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-shell.new/gnome-shell.changes
2012-07-18 17:17:15.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 14 07:44:17 UTC 2012 - badshah...@gmail.com
+
+- Add various memory-leak fixes for gnome-shell from upstream git
+  as gnome-shell-fix-memory-leaks.patch [bgo#678079, bgo#678406,
+  bnc#771565].
+
+---

New:

  gnome-shell-fix-memory-leaks.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.dQ5lMk/_old  2012-07-18 17:17:15.0 +0200
+++ /var/tmp/diff_new_pack.dQ5lMk/_new  2012-07-18 17:17:15.0 +0200
@@ -28,6 +28,8 @@
 Patch0: gnome-shell-load-ext.patch
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
+# PATCH-FIX-UPSTREAM gnome-shell-fix-memory-leaks.patch bnc#771565 bgo#678079 
bgo#678406 badshah...@gmail.com -- Fix several memory leaks in gnome-shell; all 
patches came from upstream git
+Patch2: gnome-shell-fix-memory-leaks.patch
 # Needed by patch0
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -132,6 +134,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build


++ gnome-shell-fix-memory-leaks.patch ++
>From 7524210d1f2354266244c26d48d28a81f976a2a4 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Thu, 14 Jun 2012 08:21:25 +
Subject: st-texture-cache: fix GtkIconInfo leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index 45f3930..68dd337 100644
--- a/src/st/st-texture-cache.c
+++ b/src/st/st-texture-cache.c
@@ -933,6 +933,7 @@ load_gicon_with_colors (StTextureCache*cache,
   if (ensure_request (cache, key, policy, &request, texture))
 {
   /* If there's an outstanding request, we've just added ourselves to it */
+  gtk_icon_info_free (info);
   g_free (key);
 }
   else
--
cgit v0.9.0.2

>From 1cf2bb66469eb619e0422fe71a356738c6907e0e Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 10:48:23 +
Subject: ShellContactSystem: fix GeeMapIterator leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 8d5109f..88d329e 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -463,6 +463,8 @@ shell_contact_system_initial_search (ShellContactSystem 
*self,
   g_object_unref (individual);
 }
 
+  g_object_unref (iter);
+
   return sort_and_prepare_results (results);
 }
 
--
cgit v0.9.0.2


>From 201dc05416140cf011c3e5401bfa3ad608ec4fd7 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 16:51:57 +
Subject: ShellContactSystem: fix GSList of utf8 leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 4f5af70..8f00021 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -464,6 +464,7 @@ shell_contact_system_initial_search (ShellContactSystem 
*self,
 }
 
   g_object_unref (iter);
+  g_slist_free_full (normalized_terms, (GDestroyNotify) g_free);
 
   return sort_and_prepare_results (results);
 }
--
cgit v0.9.0.2

>From 2b34978993bffa3bbfa00124f76ca8ea36d42c95 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 16:48:06 +
Subject: ShellContactSystem: fix GSList leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 88d329e..4f5af70 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -297,7 +297,7 @@ sort_and_prepare_results (GSList *results)
   sorted_results = g_slist_prepend (sorted_results, id);
 }
 
-  g_slist_foreach (results, (GFunc) free_result, NULL);
+  g_slist_free_full (results, (GDestroyNotify) free_result);
 
   return sorted_results;
 }
--
cgit v0.9.0.2

>From 447246da741da9126aadb41c98a9179290bbcd86 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 12:49:20 +
Subject: shell-util: fix GFile leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-util.c b/src/shell-util.

commit gnome-shell for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2012-07-18 17:16:32

Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell.new (New)


Package is "gnome-shell", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2012-06-29 
13:22:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2012-07-18 17:16:35.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 14 07:44:17 UTC 2012 - badshah...@gmail.com
+
+- Add various memory-leak fixes for gnome-shell from upstream git
+  as gnome-shell-fix-memory-leaks.patch [bgo#678079, bgo#678406,
+  bnc#771565].
+
+---

New:

  gnome-shell-fix-memory-leaks.patch



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.Ke2h4t/_old  2012-07-18 17:16:36.0 +0200
+++ /var/tmp/diff_new_pack.Ke2h4t/_new  2012-07-18 17:16:36.0 +0200
@@ -28,6 +28,8 @@
 Patch0: gnome-shell-load-ext.patch
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
+# PATCH-FIX-UPSTREAM gnome-shell-fix-memory-leaks.patch bnc#771565 bgo#678079 
bgo#678406 badshah...@gmail.com -- Fix several memory leaks in gnome-shell; all 
patches came from upstream git
+Patch2: gnome-shell-fix-memory-leaks.patch
 # Needed by patch0
 BuildRequires:  gnome-common
 BuildRequires:  intltool
@@ -132,6 +134,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build


++ gnome-shell-fix-memory-leaks.patch ++
>From 7524210d1f2354266244c26d48d28a81f976a2a4 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Thu, 14 Jun 2012 08:21:25 +
Subject: st-texture-cache: fix GtkIconInfo leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index 45f3930..68dd337 100644
--- a/src/st/st-texture-cache.c
+++ b/src/st/st-texture-cache.c
@@ -933,6 +933,7 @@ load_gicon_with_colors (StTextureCache*cache,
   if (ensure_request (cache, key, policy, &request, texture))
 {
   /* If there's an outstanding request, we've just added ourselves to it */
+  gtk_icon_info_free (info);
   g_free (key);
 }
   else
--
cgit v0.9.0.2

>From 1cf2bb66469eb619e0422fe71a356738c6907e0e Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 10:48:23 +
Subject: ShellContactSystem: fix GeeMapIterator leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 8d5109f..88d329e 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -463,6 +463,8 @@ shell_contact_system_initial_search (ShellContactSystem 
*self,
   g_object_unref (individual);
 }
 
+  g_object_unref (iter);
+
   return sort_and_prepare_results (results);
 }
 
--
cgit v0.9.0.2


>From 201dc05416140cf011c3e5401bfa3ad608ec4fd7 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 16:51:57 +
Subject: ShellContactSystem: fix GSList of utf8 leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 4f5af70..8f00021 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -464,6 +464,7 @@ shell_contact_system_initial_search (ShellContactSystem 
*self,
 }
 
   g_object_unref (iter);
+  g_slist_free_full (normalized_terms, (GDestroyNotify) g_free);
 
   return sort_and_prepare_results (results);
 }
--
cgit v0.9.0.2

>From 2b34978993bffa3bbfa00124f76ca8ea36d42c95 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 16:48:06 +
Subject: ShellContactSystem: fix GSList leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-contact-system.c b/src/shell-contact-system.c
index 88d329e..4f5af70 100644
--- a/src/shell-contact-system.c
+++ b/src/shell-contact-system.c
@@ -297,7 +297,7 @@ sort_and_prepare_results (GSList *results)
   sorted_results = g_slist_prepend (sorted_results, id);
 }
 
-  g_slist_foreach (results, (GFunc) free_result, NULL);
+  g_slist_free_full (results, (GDestroyNotify) free_result);
 
   return sorted_results;
 }
--
cgit v0.9.0.2

>From 447246da741da9126aadb41c98a9179290bbcd86 Mon Sep 17 00:00:00 2001
From: Pavel Vasin 
Date: Wed, 13 Jun 2012 12:49:20 +
Subject: shell-util: fix GFile leak

https://bugzilla.gnome.org/show_bug.cgi?id=678079
---
diff --git a/src/shell-util.c b/src/sh

commit gnome-screensaver for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-screensaver for openSUSE:12.2 
checked in at 2012-07-18 17:15:48

Comparing /work/SRC/openSUSE:12.2/gnome-screensaver (Old)
 and  /work/SRC/openSUSE:12.2/.gnome-screensaver.new (New)


Package is "gnome-screensaver", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/gnome-screensaver/gnome-screensaver.changes 
2012-07-02 10:51:56.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnome-screensaver.new/gnome-screensaver.changes
2012-07-18 17:15:50.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 15 05:57:23 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.3:
+  + Revert only show panel on primary head commit. It is causing
+problems for users.
+  + Updated translations.
+
+---

Old:

  gnome-screensaver-3.4.2.tar.xz

New:

  gnome-screensaver-3.4.3.tar.xz



Other differences:
--
++ gnome-screensaver.spec ++
--- /var/tmp/diff_new_pack.zcdmkf/_old  2012-07-18 17:15:50.0 +0200
+++ /var/tmp/diff_new_pack.zcdmkf/_new  2012-07-18 17:15:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-screensaver
-Version:3.4.2
+Version:3.4.3
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Screen Saver and Locker

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



commit gnome-screensaver for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnome-screensaver for 
openSUSE:Factory checked in at 2012-07-18 17:15:43

Comparing /work/SRC/openSUSE:Factory/gnome-screensaver (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-screensaver.new (New)


Package is "gnome-screensaver", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-screensaver/gnome-screensaver.changes  
2012-07-02 10:51:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-screensaver.new/gnome-screensaver.changes 
2012-07-18 17:15:45.0 +0200
@@ -1,0 +2,8 @@
+Sun Jul 15 05:57:23 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.3:
+  + Revert only show panel on primary head commit. It is causing
+problems for users.
+  + Updated translations.
+
+---

Old:

  gnome-screensaver-3.4.2.tar.xz

New:

  gnome-screensaver-3.4.3.tar.xz



Other differences:
--
++ gnome-screensaver.spec ++
--- /var/tmp/diff_new_pack.dI4XtK/_old  2012-07-18 17:15:47.0 +0200
+++ /var/tmp/diff_new_pack.dI4XtK/_new  2012-07-18 17:15:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-screensaver
-Version:3.4.2
+Version:3.4.3
 Release:0
 Url:http://www.gnome.org/
 Summary:GNOME Screen Saver and Locker

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



commit glibc for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

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

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-09 
13:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2012-07-18 
17:15:33.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 12:22:29 UTC 2012 - a...@suse.de
+
+- Add makeinfo as build requires to be able to generate the info
+  pages.
+
+---



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.NIiWJu/_old  2012-07-18 17:15:35.0 +0200
+++ /var/tmp/diff_new_pack.NIiWJu/_new  2012-07-18 17:15:35.0 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
 BuildRequires:  libstdc++-devel
+BuildRequires:  makeinfo
 
 %define _filter_GLIBC_PRIVATE 1
 %if %_target_cpu == "i686"



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



commit gdm for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2012-07-18 17:15:00

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


Package is "gdm", Maintainer is "dli...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2012-05-25 16:15:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2012-07-18 
17:15:02.0 +0200
@@ -1,0 +2,26 @@
+Fri Jul 13 11:41:41 CEST 2012 - vu...@opensuse.org
+
+- Change gdm-welcome.pamd source file to fix bnc#731867:
+  + For some mysterious reason (external to the gdm package, as far
+as I can tell), the gdm account got locked on some systems in
+the past, and this made gdm simply hang on startup.
+  + The gdm-welcome PAM service is only used for the gdm account in
+the gdm greeter session, so a fix to this issue is to disable
+the standard PAM account management in this gdm-welcome PAM
+service.
+  + To that end, simply use pam_permit.so for account management in
+gdm-welcome instead of inclusing the usual common-account file.
+
+---
+Mon Jul  9 13:51:05 CEST 2012 - vu...@opensuse.org
+
+- Drop gdm-domain-logon.patch: this patch needed to be rebased, but
+  nobody ever did it and bnc#627575 got closed since there's no
+  interest to rebase it, apparently.
+- Remove support for gnome-patch-translation since there are not
+  patches adding translations left: remove gnome-patch-translation
+  BuildRequires and commented out calls to
+  gnome-patch-translation-prepare and
+  gnome-patch-translation-update.
+
+---

Old:

  gdm-domain-logon.patch



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.IvplM5/_old  2012-07-18 17:15:07.0 +0200
+++ /var/tmp/diff_new_pack.IvplM5/_new  2012-07-18 17:15:07.0 +0200
@@ -55,8 +55,6 @@
 Patch8: gdm-sysconfig-settings.patch
 # PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch vu...@opensuse.org -- 
Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option
 Patch9: gdm-passwordless-login.patch
-# PATCH-NEEDS-REBASE gdm-domain-logon.patch h...@novell.com -- Add UI to log 
in a specific domain (was: PATCH_FEATURE-SLED bnc#627575)
-Patch10:gdm-domain-logon.patch
 # PATCH-FIX-UPSTREAM gdm-greeter-greater-ui.patch bnc436431 bgo560508 
vu...@novell.com -- Improve the layout of the greeter. Note: the patch contains 
a patched glade file *and* the result glade file (for reference only, in case 
we need to rebase the patch)
 Patch15:gdm-greeter-greater-ui.patch
 # PATCH-FIX-UPSTREAM gdm-always-reflect-keyboard-layout.patch bnc438159 
bgo561771 h...@novell.com -- Make keyboard selector not neglect to apply the 
selected keyboard in some situations.
@@ -74,7 +72,6 @@
 # needed for directory ownership
 BuildRequires:  dconf
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gnome-patch-translation
 # needed for directory ownership
 BuildRequires:  gnome-session-core
 BuildRequires:  gobject-introspection-devel >= 0.9.12
@@ -230,8 +227,6 @@
 %prep
 %setup -q
 translation-update-upstream
-#disabled, needed for patch10
-#gnome-patch-translation-prepare
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
@@ -240,14 +235,12 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-#%%patch10 -p1
 %patch15 -p1
 %patch18 -p1
 %patch34 -p1
 %patch35 -p0
 %patch40 -p1
 %patch60
-#gnome-patch-translation-update
 
 %build
 libtoolize -f -i


++ gdm-welcome.pamd ++
--- /var/tmp/diff_new_pack.IvplM5/_old  2012-07-18 17:15:07.0 +0200
+++ /var/tmp/diff_new_pack.IvplM5/_new  2012-07-18 17:15:07.0 +0200
@@ -1,7 +1,7 @@
 #%PAM-1.0
 # GDM PAM configuration used only for the greeter session
 auth required   pam_permit.so
-account  includecommon-account
+account  required   pam_permit.so
 password includecommon-password
 session  required   pam_loginuid.so
 session  includecommon-session

-- 
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-18 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:12.2 checked in 
at 2012-07-18 17:14:19

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-14 09:46:39.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.gcc47.new/cross-armv5el-gcc47-icecream-backend.changes 
2012-07-18 17:14:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 12:07:35 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r189603).
+  * Fixes issue wiht DR1402 resolution.
+  * Fixes PR53995.
+
+---
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-20120713.tar.bz2

New:

  gcc-4.7.1-20120718.tar.bz2



Other differences:
--
++ cross-armv5el-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.hCoq5q/_old  2012-07-18 17:14:26.0 +0200
+++ /var/tmp/diff_new_pack.hCoq5q/_new  2012-07-18 17:14:26.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_20120713
+Version:4.7.1_20120718
 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-20120713.tar.bz2 -> gcc-4.7.1-20120718.tar.bz2 ++
/work/SRC/openSUSE:12.2/gcc47/gcc-4.7.1-20120713.tar.bz2 
/work/SRC/openSUSE:12.2/.gcc47.new/gcc-4.7.1-20120718.tar.bz2 differ: char 11, 
line 1

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.hCoq5q/_old  2012-07-18 17:14:26.0 +0200
+++ /var/tmp/diff_new_pack.hCoq5q/_new  2012-07-18 17:14:26.0 +0200
@@ -151,7 +151,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:  http://gcc.gnu.org/
-Version: 4.7.1_20120713
+Version: 4.7.1_20120718
 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:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gcc47 for openSUSE:Factory checked 
in at 2012-07-18 17:14:12

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-14 09:47:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gcc47.new/cross-armv5el-gcc47-icecream-backend.changes
  2012-07-18 17:14:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 17 12:07:35 UTC 2012 - rguent...@suse.com
+
+- Update to gcc-4_7-branch head (r189603).
+  * Fixes issue wiht DR1402 resolution.
+  * Fixes PR53995.
+
+---
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-20120713.tar.bz2

New:

  gcc-4.7.1-20120718.tar.bz2



Other differences:
--
++ cross-armv5el-gcc47-icecream-backend.spec ++
--- /var/tmp/diff_new_pack.ZzfanZ/_old  2012-07-18 17:14:20.0 +0200
+++ /var/tmp/diff_new_pack.ZzfanZ/_new  2012-07-18 17:14:20.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_20120713
+Version:4.7.1_20120718
 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-20120713.tar.bz2 -> gcc-4.7.1-20120718.tar.bz2 ++
/work/SRC/openSUSE:Factory/gcc47/gcc-4.7.1-20120713.tar.bz2 
/work/SRC/openSUSE:Factory/.gcc47.new/gcc-4.7.1-20120718.tar.bz2 differ: char 
11, line 1

++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.ZzfanZ/_old  2012-07-18 17:14:20.0 +0200
+++ /var/tmp/diff_new_pack.ZzfanZ/_new  2012-07-18 17:14:20.0 +0200
@@ -151,7 +151,7 @@
 %define biarch_targets x86_64 s390x powerpc64 powerpc sparc sparc64
 
 URL:  http://gcc.gnu.org/
-Version: 4.7.1_20120713
+Version: 4.7.1_20120718
 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 epiphany for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:12.2 checked 
in at 2012-07-18 17:13:37

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


Package is "epiphany", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/epiphany/epiphany.changes   2012-06-25 
15:18:21.0 +0200
+++ /work/SRC/openSUSE:12.2/.epiphany.new/epiphany.changes  2012-07-18 
17:13:38.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 16 06:28:41 UTC 2012 - badshah...@gmail.com
+
+- Add epiphany-fix-memory-leaks.patch to fix several memory leaks
+  (bgo#677720, bgo#676484, bnc#771568); patches taken from
+  upstream git commits and rebased for current version.
+
+---

New:

  epiphany-fix-memory-leaks.patch



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.E5yS51/_old  2012-07-18 17:13:39.0 +0200
+++ /var/tmp/diff_new_pack.E5yS51/_new  2012-07-18 17:13:39.0 +0200
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/epiphany/3.4/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
vu...@novell.com -- Make one-click install work with one-click
 Patch6: epiphany-safe-one-click-install.patch
+# PATCH-FIX-UPSTREAM epiphany-fix-memory-leaks.patch bnc#771568 bgo#677720 
bgo#676484 badshah...@gmail.com -- Fix several memory leaks; patches taken from 
upstream git commits and rebased for 3.4.2
+Patch7: epiphany-fix-memory-leaks.patch
 BuildRequires:  ca-certificates
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -105,6 +107,7 @@
 %setup -q
 translation-update-upstream
 %patch6 -p1
+%patch7 -p1
 
 %build
 %configure \


++ epiphany-fix-memory-leaks.patch ++
>From 9954541fdc25579033d396554717b4e4c30c8cfb Mon Sep 17 00:00:00 2001
From: Carlos Garcia Campos 
Date: Thu, 14 Jun 2012 17:35:58 +
Subject: Fix memory leak

---
Index: epiphany-3.4.2/src/window-commands.c
===
--- epiphany-3.4.2.orig/src/window-commands.c
+++ epiphany-3.4.2/src/window-commands.c
@@ -370,14 +370,15 @@ download_status_changed_cb (WebKitDownlo
EphyApplicationDialogData *data)
 {
WebKitDownloadStatus status = webkit_download_get_status (download);
-   const char *destination;
+   char *filename;
 
switch (status)
{
case WEBKIT_DOWNLOAD_STATUS_FINISHED:
-   destination = g_filename_from_uri 
(webkit_download_get_destination_uri (download),
+   filename = g_filename_from_uri 
(webkit_download_get_destination_uri (download),
   NULL, NULL);
-   gtk_image_set_from_file (GTK_IMAGE (data->image), destination);
+   gtk_image_set_from_file (GTK_IMAGE (data->image), filename);
+   g_free (filename);
break;
case WEBKIT_DOWNLOAD_STATUS_ERROR:
case WEBKIT_DOWNLOAD_STATUS_CANCELLED:
Index: epiphany-3.4.2/embed/ephy-download.c
===
--- epiphany-3.4.2.orig/embed/ephy-download.c
+++ epiphany-3.4.2/embed/ephy-download.c
@@ -184,47 +184,34 @@ ephy_download_get_content_type (EphyDown
   return content_type;
 }
 
+
+/* Helper function to decide what EphyDownloadActionType should be the
+ * default for the download. This implies that you want something to
+ * happen, this function will never return EPHY_DOWNLOAD_ACTION_NONE.
+ */
 static EphyDownloadActionType
 decide_action_from_mime (EphyDownload *ephy_download)
 {
-  WebKitNetworkResponse *response;
-  SoupMessage *message;
-  char *mime_description = NULL;
+  char *content_type;
   GAppInfo *helper_app = NULL;
   EphyDownloadActionType action;
-  WebKitDownload *download;
-
-  download = ephy_download_get_webkit_download (ephy_download);
-
-  response = webkit_download_get_network_response (download);
-  message = webkit_network_response_get_message (response);
-
-  if (message) {
-char *content_type = ephy_download_get_content_type (ephy_download);
 
-if (content_type) {
-  mime_description = g_content_type_get_description (content_type);
-  helper_app = g_app_info_get_default_for_type (content_type, FALSE);
+  content_type = ephy_download_get_content_type (ephy_download);
+  if (content_type) {
+helper_app = g_app_info_get_default_for_type (content_type, FALSE);
+if (helper_app)
+  action = EPHY_DOWNLOAD_ACTION_OPEN;
 
-  if (helper_app)
-action = EPHY_DOWNLOAD_ACTION_OPEN;
-
-  g_free (content_type);

commit epiphany for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2012-07-18 17:13:30

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


Package is "epiphany", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2012-05-22 
10:08:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2012-07-18 
17:13:32.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 16 06:28:41 UTC 2012 - badshah...@gmail.com
+
+- Add epiphany-fix-memory-leaks.patch to fix several memory leaks
+  (bgo#677720, bgo#676484, bnc#771568); patches taken from
+  upstream git commits and rebased for current version.
+
+---

New:

  epiphany-fix-memory-leaks.patch



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.u2wRMv/_old  2012-07-18 17:13:34.0 +0200
+++ /var/tmp/diff_new_pack.u2wRMv/_new  2012-07-18 17:13:34.0 +0200
@@ -26,6 +26,8 @@
 Source: 
http://download.gnome.org/sources/epiphany/3.4/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 
vu...@novell.com -- Make one-click install work with one-click
 Patch6: epiphany-safe-one-click-install.patch
+# PATCH-FIX-UPSTREAM epiphany-fix-memory-leaks.patch bnc#771568 bgo#677720 
bgo#676484 badshah...@gmail.com -- Fix several memory leaks; patches taken from 
upstream git commits and rebased for 3.4.2
+Patch7: epiphany-fix-memory-leaks.patch
 BuildRequires:  ca-certificates
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
@@ -105,6 +107,7 @@
 %setup -q
 translation-update-upstream
 %patch6 -p1
+%patch7 -p1
 
 %build
 %configure \


++ epiphany-fix-memory-leaks.patch ++
>From 9954541fdc25579033d396554717b4e4c30c8cfb Mon Sep 17 00:00:00 2001
From: Carlos Garcia Campos 
Date: Thu, 14 Jun 2012 17:35:58 +
Subject: Fix memory leak

---
Index: epiphany-3.4.2/src/window-commands.c
===
--- epiphany-3.4.2.orig/src/window-commands.c
+++ epiphany-3.4.2/src/window-commands.c
@@ -370,14 +370,15 @@ download_status_changed_cb (WebKitDownlo
EphyApplicationDialogData *data)
 {
WebKitDownloadStatus status = webkit_download_get_status (download);
-   const char *destination;
+   char *filename;
 
switch (status)
{
case WEBKIT_DOWNLOAD_STATUS_FINISHED:
-   destination = g_filename_from_uri 
(webkit_download_get_destination_uri (download),
+   filename = g_filename_from_uri 
(webkit_download_get_destination_uri (download),
   NULL, NULL);
-   gtk_image_set_from_file (GTK_IMAGE (data->image), destination);
+   gtk_image_set_from_file (GTK_IMAGE (data->image), filename);
+   g_free (filename);
break;
case WEBKIT_DOWNLOAD_STATUS_ERROR:
case WEBKIT_DOWNLOAD_STATUS_CANCELLED:
Index: epiphany-3.4.2/embed/ephy-download.c
===
--- epiphany-3.4.2.orig/embed/ephy-download.c
+++ epiphany-3.4.2/embed/ephy-download.c
@@ -184,47 +184,34 @@ ephy_download_get_content_type (EphyDown
   return content_type;
 }
 
+
+/* Helper function to decide what EphyDownloadActionType should be the
+ * default for the download. This implies that you want something to
+ * happen, this function will never return EPHY_DOWNLOAD_ACTION_NONE.
+ */
 static EphyDownloadActionType
 decide_action_from_mime (EphyDownload *ephy_download)
 {
-  WebKitNetworkResponse *response;
-  SoupMessage *message;
-  char *mime_description = NULL;
+  char *content_type;
   GAppInfo *helper_app = NULL;
   EphyDownloadActionType action;
-  WebKitDownload *download;
-
-  download = ephy_download_get_webkit_download (ephy_download);
-
-  response = webkit_download_get_network_response (download);
-  message = webkit_network_response_get_message (response);
-
-  if (message) {
-char *content_type = ephy_download_get_content_type (ephy_download);
 
-if (content_type) {
-  mime_description = g_content_type_get_description (content_type);
-  helper_app = g_app_info_get_default_for_type (content_type, FALSE);
+  content_type = ephy_download_get_content_type (ephy_download);
+  if (content_type) {
+helper_app = g_app_info_get_default_for_type (content_type, FALSE);
+if (helper_app)
+  action = EPHY_DOWNLOAD_ACTION_OPEN;
 
-  if (helper_app)
-action = EPHY_DOWNLOAD_ACTION_OPEN;
-
-  g_fre

commit dos2unix for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package dos2unix for openSUSE:Factory 
checked in at 2012-07-18 17:13:12

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


Package is "dos2unix", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/dos2unix/dos2unix.changes2012-05-07 
22:46:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.dos2unix.new/dos2unix.changes   2012-07-18 
17:13:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 16 23:13:43 UTC 2012 - andreas.stie...@gmx.de
+
+- fix build against openSUSE:Factory / standard: man page paths
+
+---



Other differences:
--
++ dos2unix.spec ++
--- /var/tmp/diff_new_pack.LvyBso/_old  2012-07-18 17:13:15.0 +0200
+++ /var/tmp/diff_new_pack.LvyBso/_new  2012-07-18 17:13:15.0 +0200
@@ -59,5 +59,6 @@
 %doc %{_mandir}/*/unix2mac.1*
 %doc %{_mandir}/*/unix2dos.1*
 %doc %lang(nl) %dir %_mandir/nl
+%doc %lang(es) %dir %_mandir/es
 
 %changelog

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



commit diffutils for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package diffutils for openSUSE:Factory 
checked in at 2012-07-18 17:12:52

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


Package is "diffutils", Maintainer is "p...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/diffutils/diffutils.changes  2012-02-28 
19:20:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.diffutils.new/diffutils.changes 2012-07-18 
17:12:53.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 19:04:29 UTC 2012 - a...@suse.de
+
+- Fix build with missing gets declaration (glibc 2.16)
+
+---

New:

  diffutils-stdio.in.patch



Other differences:
--
++ diffutils.spec ++
--- /var/tmp/diff_new_pack.cqzDty/_old  2012-07-18 17:12:54.0 +0200
+++ /var/tmp/diff_new_pack.cqzDty/_new  2012-07-18 17:12:54.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   diffutils
 Url:http://www.gnu.org/software/diffutils/
 Provides:   diff
@@ -26,6 +27,7 @@
 License:GFDL-1.2 ; GPL-3.0+
 Group:  Productivity/Text/Utilities
 Source: %{name}-%{version}.tar.xz
+Patch1: diffutils-stdio.in.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 
@@ -35,6 +37,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure


++ diffutils-stdio.in.patch ++
Index: diffutils-3.2/lib/stdio.in.h
===
--- diffutils-3.2.orig/lib/stdio.in.h
+++ diffutils-3.2/lib/stdio.in.h
@@ -693,12 +693,14 @@ _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
 
 
 #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit colord for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:12.2 checked in 
at 2012-07-18 17:12:42

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


Package is "colord", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/colord/colord-gtk.changes   2012-06-25 
15:16:57.0 +0200
+++ /work/SRC/openSUSE:12.2/.colord.new/colord-gtk.changes  2012-07-18 
17:12:44.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  5 14:47:17 UTC 2012 - meiss...@suse.com
+
+- Add a apparmor profile for usr.lib.colord
+
+---
colord.changes: same change

New:

  usr.lib.colord



Other differences:
--
++ colord-gtk.spec ++
--- /var/tmp/diff_new_pack.obkr5I/_old  2012-07-18 17:12:44.0 +0200
+++ /var/tmp/diff_new_pack.obkr5I/_new  2012-07-18 17:12:44.0 +0200
@@ -28,6 +28,8 @@
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+# Apparmor profile
+Source1:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -145,6 +147,8 @@
 
 %if !%{build_gtk}
 
+mkdir %{buildroot}/etc/apparmor.d
+install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*
@@ -223,6 +227,8 @@
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
+%dir /etc/apparmor.d/
+%config /etc/apparmor.d/usr.lib.colord
 
 %files -n libcolord1
 %defattr(-, root, root)

++ colord.spec ++
--- /var/tmp/diff_new_pack.obkr5I/_old  2012-07-18 17:12:44.0 +0200
+++ /var/tmp/diff_new_pack.obkr5I/_new  2012-07-18 17:12:44.0 +0200
@@ -27,6 +27,8 @@
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+# Apparmor profile
+Source1:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -144,6 +146,8 @@
 
 %if !%{build_gtk}
 
+mkdir %{buildroot}/etc/apparmor.d
+install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*
@@ -222,6 +226,8 @@
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
+%dir /etc/apparmor.d/
+%config /etc/apparmor.d/usr.lib.colord
 
 %files -n libcolord1
 %defattr(-, root, root)


++ usr.lib.colord ++
# Last Modified: Thu Jul  5 16:42:52 2012
#include 

/usr/lib/colord {
  #include 
  #include 


  deny /usr/share/gvfs/remote-volume-monitors/ r,
  deny /usr/share/gvfs/remote-volume-monitors/afc.monitor r,
  deny /usr/share/gvfs/remote-volume-monitors/udisks2.monitor r,

  /etc/colord.conf r,
  /etc/fstab r,
  /etc/udev/udev.conf r,
  /proc/*/mounts r,
  /run/udev/data/* r,
  /sys/bus/ r,
  /sys/bus/usb/devices/ r,
  /sys/class/ r,
  /sys/devices/** r,
  /usr/lib/colord mr,
  /usr/share/color/**/ r,
  /usr/share/color/icc/** r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Device.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Profile.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Sensor.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.xml r,
  /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor r,
  /usr/share/locale-bundle/**.mo r,
  /var/lib/color/icc/ r,
  /var/lib/colord/mapping.db rwk,
  /var/lib/colord/mapping.db-journal rw,
  /var/lib/colord/storage.db rwk,
  /var/lib/colord/storage.db-journal rw,

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



commit colord for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-07-18 17:12:38

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


Package is "colord", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/colord/colord-gtk.changes2012-06-07 
15:37:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.colord.new/colord-gtk.changes   2012-07-18 
17:12:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul  5 14:47:17 UTC 2012 - meiss...@suse.com
+
+- Add a apparmor profile for usr.lib.colord
+
+---
colord.changes: same change

New:

  usr.lib.colord



Other differences:
--
++ colord-gtk.spec ++
--- /var/tmp/diff_new_pack.J9jYlI/_old  2012-07-18 17:12:41.0 +0200
+++ /var/tmp/diff_new_pack.J9jYlI/_new  2012-07-18 17:12:41.0 +0200
@@ -28,6 +28,8 @@
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+# Apparmor profile
+Source1:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -145,6 +147,8 @@
 
 %if !%{build_gtk}
 
+mkdir %{buildroot}/etc/apparmor.d
+install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*
@@ -223,6 +227,8 @@
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
+%dir /etc/apparmor.d/
+%config /etc/apparmor.d/usr.lib.colord
 
 %files -n libcolord1
 %defattr(-, root, root)

++ colord.spec ++
--- /var/tmp/diff_new_pack.J9jYlI/_old  2012-07-18 17:12:41.0 +0200
+++ /var/tmp/diff_new_pack.J9jYlI/_new  2012-07-18 17:12:41.0 +0200
@@ -27,6 +27,8 @@
 Group:  System/Daemons
 Url:http://colord.hughsie.com/
 Source0:
http://www.freedesktop.org/software/colord/releases/%{_name}-%{version}.tar.xz
+# Apparmor profile
+Source1:usr.lib.colord
 Source99:   baselibs.conf
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -144,6 +146,8 @@
 
 %if !%{build_gtk}
 
+mkdir %{buildroot}/etc/apparmor.d
+install -c -m 644 %{SOURCE1} %{buildroot}/etc/apparmor.d/
 # Manually install prebuilt man pages, since we don't have docbook2man
 pushd man
 test ! -f %{buildroot}%{_mandir}/man1/*
@@ -222,6 +226,8 @@
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}
 %{_mandir}/man1/colormgr.1%{?ext_man}
+%dir /etc/apparmor.d/
+%config /etc/apparmor.d/usr.lib.colord
 
 %files -n libcolord1
 %defattr(-, root, root)


++ usr.lib.colord ++
# Last Modified: Thu Jul  5 16:42:52 2012
#include 

/usr/lib/colord {
  #include 
  #include 


  deny /usr/share/gvfs/remote-volume-monitors/ r,
  deny /usr/share/gvfs/remote-volume-monitors/afc.monitor r,
  deny /usr/share/gvfs/remote-volume-monitors/udisks2.monitor r,

  /etc/colord.conf r,
  /etc/fstab r,
  /etc/udev/udev.conf r,
  /proc/*/mounts r,
  /run/udev/data/* r,
  /sys/bus/ r,
  /sys/bus/usb/devices/ r,
  /sys/class/ r,
  /sys/devices/** r,
  /usr/lib/colord mr,
  /usr/share/color/**/ r,
  /usr/share/color/icc/** r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Device.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Profile.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.Sensor.xml r,
  /usr/share/dbus-1/interfaces/org.freedesktop.ColorManager.xml r,
  /usr/share/gvfs/remote-volume-monitors/gphoto2.monitor r,
  /usr/share/locale-bundle/**.mo r,
  /var/lib/color/icc/ r,
  /var/lib/colord/mapping.db rwk,
  /var/lib/colord/mapping.db-journal rw,
  /var/lib/colord/storage.db rwk,
  /var/lib/colord/storage.db-journal rw,

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



commit branding-openSUSE for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for openSUSE:12.2 
checked in at 2012-07-18 17:12:28

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


Package is "branding-openSUSE", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/branding-openSUSE/branding-openSUSE.changes 
2012-07-09 07:54:58.0 +0200
+++ /work/SRC/openSUSE:12.2/.branding-openSUSE.new/branding-openSUSE.changes
2012-07-18 17:12:28.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 14:52:20 CEST 2012 - snw...@suse.de
+
+- remove /boot/grub2/backgrounds
+
+---
+Thu Jul 12 08:50:56 UTC 2012 - co...@suse.com
+
+- let grub2-branding supplement grub2
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.TmPbMG/_old  2012-07-18 17:12:30.0 +0200
+++ /var/tmp/diff_new_pack.TmPbMG/_new  2012-07-18 17:12:30.0 +0200
@@ -239,6 +239,8 @@
 Group:  System/Fhs
 Requires:   grub2
 Provides:   grub2-branding = %{version}
+Supplements:packageand(grub2:branding-openSUSE)
+Conflicts:  otherproviders(grub2-branding)
 BuildArch:  noarch
 
 %description -n grub2-branding-openSUSE

++ openSUSE.tar.gz ++
/work/SRC/openSUSE:12.2/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:12.2/.branding-openSUSE.new/openSUSE.tar.gz differ: char 5, 
line 1

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



commit branding-openSUSE for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2012-07-18 17:12:23

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


Package is "branding-openSUSE", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2012-07-09 07:54:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2012-07-18 17:12:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 16 14:52:20 CEST 2012 - snw...@suse.de
+
+- remove /boot/grub2/backgrounds
+
+---
+Thu Jul 12 08:50:56 UTC 2012 - co...@suse.com
+
+- let grub2-branding supplement grub2
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.d8jcSl/_old  2012-07-18 17:12:28.0 +0200
+++ /var/tmp/diff_new_pack.d8jcSl/_new  2012-07-18 17:12:28.0 +0200
@@ -239,6 +239,8 @@
 Group:  System/Fhs
 Requires:   grub2
 Provides:   grub2-branding = %{version}
+Supplements:packageand(grub2:branding-openSUSE)
+Conflicts:  otherproviders(grub2-branding)
 BuildArch:  noarch
 
 %description -n grub2-branding-openSUSE

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

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



commit bash for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2012-07-18 17:12:06

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


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

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2012-07-12 
10:40:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2012-07-18 
17:12:09.0 +0200
@@ -1,0 +2,14 @@
+Wed Jul 18 11:17:00 UTC 2012 - wer...@suse.de
+
+- libreadlib: try to avoid to bind references of the symbols
+  rl_instream and rl_outstream
+- libreadlib: make private symbols really private
+
+---
+Wed Jul 18 09:20:55 UTC 2012 - wer...@suse.de
+
+- Increase buffer for libreadline messsages if required
+- Include stdio.h in libreadline header files to get the declaration
+  of FILES correct.
+
+---

New:

  readline-6.2-msgdynamic.patch



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.yyaxuF/_old  2012-07-18 17:12:13.0 +0200
+++ /var/tmp/diff_new_pack.yyaxuF/_new  2012-07-18 17:12:13.0 +0200
@@ -20,10 +20,11 @@
 BuildRequires:  audit-devel
 BuildRequires:  autoconf
 BuildRequires:  bison
-BuildRequires:  ncurses-devel
 %if %suse_version > 1020
 BuildRequires:  fdupes
 %endif
+BuildRequires:  makeinfo
+BuildRequires:  ncurses-devel
 %define bash_vers 4.2
 %define rl_vers   6.2
 %define extend""
@@ -80,6 +81,7 @@
 Patch23:readline-5.2-conf.patch
 Patch24:readline-6.2-metamode.patch
 Patch25:readline-6.2-endpw.dif
+Patch26:readline-6.2-msgdynamic.patch
 Patch30:readline-6.2-destdir.patch
 Patch40:bash-4.1-bash.bashrc.dif
 Patch42:audit-patch
@@ -288,6 +290,7 @@
 %patch23 -p0 -b .conf
 %patch24 -p0 -b .metamode
 #%patch25 -p0 -b .endpw
+%patch26 -p0 -b .msgdy
 %patch40 -p0 -b .bashrc
 %patch42 -p1 -b .audit
 %patch46 -p0 -b .notimestamp
@@ -303,6 +306,7 @@
 %patch23 -p2 -b .conf
 %patch24 -p2 -b .metamode
 #%patch25 -p2 -b .endpw
+%patch26 -p2 -b .msgdy
 %patch30 -p0 -b .destdir
 %patch20 -p0 -b .0
 
@@ -349,6 +353,21 @@
   LARGEFILE="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
   fi
   rm -f ./test64
+  (cat > rl.map)<<-'EOF'
+   {
+   local:
+   _rl*;
+   xfree;
+   xmalloc;
+   xrealloc;
+   };
+   EOF
+  (cat > dyn.map)<<-'EOF'
+   {
+   *;
+   !rl_*stream;
+   }
+   EOF
   CFLAGS="$RPM_OPT_FLAGS $LARGEFILE -D_GNU_SOURCE -DRECYCLES_PIDS -Wall -g"
   LDFLAGS=""
   cflags -std=gnu89  CFLAGS
@@ -363,8 +382,9 @@
   cflags -Wl,--as-needed LDFLAGS
   cflags -Wl,-O2 LDFLAGS
   cflags -Wl,--hash-size=8599LDFLAGS
-  cflags -Wl,-Bsymbolic-functions LDFLAGS
   cflags -Wl,-rpath,%{_ldldir}/%{bash_vers}   LDFLAGS
+  cflags -Wl,--version-script=${PWD}/rl.map   LDFLAGS
+  cflags -Wl,--dynamic-list=${PWD}/dyn.mapLDFLAGS
   CC=gcc
   CC_FOR_BUILD="$CC"
   CFLAGS_FOR_BUILD="$CFLAGS"
@@ -383,6 +403,9 @@
   ln -sf shlib/libreadline.so.%{rl_vers} libreadline.so.%{rl_major}
   ln -sf shlib/libhistory.so.%{rl_vers} libhistory.so
   ln -sf shlib/libhistory.so.%{rl_vers} libhistory.so.%{rl_major}
+  LDFLAGS=${LDFLAGS/-Wl,--version-script=*rl.map/}
+  LDFLAGS=${LDFLAGS/-Wl,--dynamic-list=*dyn.map/}
+  LDFLAGS_FOR_BUILD="$LDFLAGS"
 popd
   # /proc is required for correct configuration
   test -d /dev/fd || { echo "/proc is not mounted!" >&2; exit 1; }

++ readline-6.2-msgdynamic.patch ++
--- lib/readline/display.c
+++ lib/readline/display.c  2012-07-18 08:04:36.456009352 +
@@ -176,7 +176,8 @@ int _rl_vis_botlin = 0;
 static int last_lmargin;
 
 /* A buffer for `modeline' messages. */
-static char msg_buf[128];
+static char *msg_buf;
+static size_t msg_buf_sz = 128;
 
 /* Non-zero forces the redisplay even if we thought it was unnecessary. */
 static int forced_display;
@@ -2139,6 +2140,32 @@ rl_message (va_alist)
 #if defined (PREFER_VARARGS)
   char *format;
 #endif
+#if defined (HAVE_VSNPRINTF)
+  int vsnprbytes;
+#endif
+
+  if (!msg_buf)
+msg_buf = xmalloc(msg_buf_sz);
+
+#if defined (HAVE_VSNPRINTF)
+  do
+{
+  va_end (args);
+#if defined (PREFER_STDARG)
+  va_start (args, format);
+#else
+  va_start (args);
+  format = va_arg (args, char *);
+#endif
+  vsnprbytes = vsnprintf (msg_buf, msg_buf_sz - 1, format, args);
+  if (vsnprbytes < msg_buf_sz - 1)
+   break;
+
+  msg_buf_sz += 64;
+  msg_buf = xrealloc (msg_buf, msg_buf_sz);
+}
+  while (1);
+#else
 
 

commit avahi for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2012-07-18 17:11:43

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


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

Changes:

avahi-mono.changes: same change
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes  2012-07-04 
06:58:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi.changes 2012-07-18 
17:11:45.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 11 14:40:22 CEST 2012 - vu...@opensuse.org
+
+- Add avahi-enable-ipv6.patch: enable IPv6 by default. Fix
+  bnc#710230.
+
+---

New:

  avahi-enable-ipv6.patch



Other differences:
--
++ avahi-glib2.spec ++
--- /var/tmp/diff_new_pack.BoT72Y/_old  2012-07-18 17:11:47.0 +0200
+++ /var/tmp/diff_new_pack.BoT72Y/_new  2012-07-18 17:11:47.0 +0200
@@ -74,6 +74,8 @@
 Patch12:avahi-gir-fixup.patch
 # PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff co...@suse.de -- Avoid obsolete 
automake macros
 Patch13:avahi-fix-mkdir.diff
+#PATCH-FIX-OPENSUSE avahi-enable-ipv6.patch bnc#710230 vu...@opensuse.org -- 
Enable ipv6 by default
+Patch14:avahi-enable-ipv6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -723,6 +725,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

avahi-mono.spec: same change
avahi-qt4.spec: same change
++ avahi.spec ++
--- /var/tmp/diff_new_pack.BoT72Y/_old  2012-07-18 17:11:47.0 +0200
+++ /var/tmp/diff_new_pack.BoT72Y/_new  2012-07-18 17:11:47.0 +0200
@@ -76,6 +76,8 @@
 Patch12:avahi-gir-fixup.patch
 # PATCH-FIX-UPSTREAM avahi-fix-mkdir.diff co...@suse.de -- Avoid obsolete 
automake macros
 Patch13:avahi-fix-mkdir.diff
+#PATCH-FIX-OPENSUSE avahi-enable-ipv6.patch bnc#710230 vu...@opensuse.org -- 
Enable ipv6 by default
+Patch14:avahi-enable-ipv6.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
@@ -725,6 +727,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 %if !%build_core
 # Replace all .la references from local .la files to installed versions
 # with exception of libavahi-glib.la.

++ avahi-enable-ipv6.patch ++
Index: avahi-0.6.31/avahi-daemon/avahi-daemon.conf
===
--- avahi-0.6.31.orig/avahi-daemon/avahi-daemon.conf
+++ avahi-0.6.31/avahi-daemon/avahi-daemon.conf
@@ -23,7 +23,7 @@
 #domain-name=local
 #browse-domains=0pointer.de, zeroconf.org
 use-ipv4=yes
-use-ipv6=no
+use-ipv6=yes
 #allow-interfaces=eth0
 #deny-interfaces=eth1
 #check-response-ttl=no

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



commit arpwatch-ethercodes for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:12.2 checked in at 2012-07-18 17:11:27

Comparing /work/SRC/openSUSE:12.2/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:12.2/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/arpwatch-ethercodes/arpwatch-ethercodes.changes 
2012-07-14 09:42:19.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes
2012-07-18 17:11:28.0 +0200
@@ -2 +2 @@
-Fri Jul 13 07:40:04 CEST 2012 - autobu...@suse.de
+Tue Jul 17 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-13
+- automated update on 2012-07-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.quPRSs/_old  2012-07-18 17:11:29.0 +0200
+++ /var/tmp/diff_new_pack.quPRSs/_new  2012-07-18 17:11:29.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.13
+Version:2012.7.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.quPRSs/_old  2012-07-18 17:11:29.0 +0200
+++ /var/tmp/diff_new_pack.quPRSs/_new  2012-07-18 17:11:29.0 +0200
@@ -84658,6 +84658,12 @@
Berlin  10559
GERMANY
 
+24-69-4A   (hex)   Jasmine Systems Inc.
+24694A (base 16)   Jasmine Systems Inc.
+   50 Charles Lindbergh Blvd. Suite 411
+   Uniondale NY 11553
+   UNITED STATES
+
 24-76-7D   (hex)   Cisco SPVTG
 24767D (base 16)   Cisco SPVTG
5030 Sugarloaf Parkway
@@ -89615,6 +89621,13 @@
San Jose CA 95134
UNITED STATES
 
+5C-51-4F   (hex)   Intel Corporate
+5C514F (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 5C-56-ED   (hex)   3pleplay Electronics Private Limited
 5C56ED (base 16)   3pleplay Electronics Private Limited
1106, 11th Floor
@@ -89974,6 +89987,12 @@
Redmond  Washington 98023
UNITED STATES
 
+60-46-16   (hex)   XIAMEN VANN INTELLIGENT CO., LTD
+604616 (base 16)   XIAMEN VANN INTELLIGENT CO., LTD
+   UNIT 101��NO.28 GUANRI RD., SOFTWARE PARK ��
+   XIAMEN FUJIAN 361009
+   CHINA
+
 60-52-D0   (hex)   FACTS Engineering 
 6052D0 (base 16)   FACTS Engineering 
8049 Photonics Drive
@@ -90839,6 +90858,12 @@
Shenzhen Guangdong 518057
CHINA
 
+68-1C-A2   (hex)   Rosewill Inc.
+681CA2 (base 16)   Rosewill Inc.
+   17708 Rowland St.,
+   City of Industry CA 91748
+   UNITED STATES
+
 68-1F-D8   (hex)   Advanced Telemetry
 681FD8 (base 16)   Advanced Telemetry
10670 Treena Street
@@ -91299,6 +91324,13 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+6C-88-14   (hex)   Intel Corporate
+6C8814 (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 6C-8C-DB   (hex)   Otus Technologies Ltd
 6C8CDB (base 16)   Otus Technologies Ltd
26 Braid Road
@@ -93662,6 +93694,12 @@
Incheon  403-032
KOREA, REPUBLIC OF
 
+84-2B-BC   (hex)   Modelleisenbahn GmbH
+842BBC (base 16)   Modelleisenbahn GmbH
+   Plainbachstrasse 4
+   Bergheim  5101
+   AUSTRIA
+
 84-30-E5   (hex)   SkyHawke Technologi

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-18 17:11:20

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-14 09:47:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-18 17:11:22.0 +0200
@@ -2 +2 @@
-Fri Jul 13 07:40:04 CEST 2012 - autobu...@suse.de
+Tue Jul 17 07:40:06 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-13
+- automated update on 2012-07-17



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.sOMH4K/_old  2012-07-18 17:11:27.0 +0200
+++ /var/tmp/diff_new_pack.sOMH4K/_new  2012-07-18 17:11:27.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.13
+Version:2012.7.17
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.sOMH4K/_old  2012-07-18 17:11:27.0 +0200
+++ /var/tmp/diff_new_pack.sOMH4K/_new  2012-07-18 17:11:27.0 +0200
@@ -84658,6 +84658,12 @@
Berlin  10559
GERMANY
 
+24-69-4A   (hex)   Jasmine Systems Inc.
+24694A (base 16)   Jasmine Systems Inc.
+   50 Charles Lindbergh Blvd. Suite 411
+   Uniondale NY 11553
+   UNITED STATES
+
 24-76-7D   (hex)   Cisco SPVTG
 24767D (base 16)   Cisco SPVTG
5030 Sugarloaf Parkway
@@ -89615,6 +89621,13 @@
San Jose CA 95134
UNITED STATES
 
+5C-51-4F   (hex)   Intel Corporate
+5C514F (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 5C-56-ED   (hex)   3pleplay Electronics Private Limited
 5C56ED (base 16)   3pleplay Electronics Private Limited
1106, 11th Floor
@@ -89974,6 +89987,12 @@
Redmond  Washington 98023
UNITED STATES
 
+60-46-16   (hex)   XIAMEN VANN INTELLIGENT CO., LTD
+604616 (base 16)   XIAMEN VANN INTELLIGENT CO., LTD
+   UNIT 101��NO.28 GUANRI RD., SOFTWARE PARK ��
+   XIAMEN FUJIAN 361009
+   CHINA
+
 60-52-D0   (hex)   FACTS Engineering 
 6052D0 (base 16)   FACTS Engineering 
8049 Photonics Drive
@@ -90839,6 +90858,12 @@
Shenzhen Guangdong 518057
CHINA
 
+68-1C-A2   (hex)   Rosewill Inc.
+681CA2 (base 16)   Rosewill Inc.
+   17708 Rowland St.,
+   City of Industry CA 91748
+   UNITED STATES
+
 68-1F-D8   (hex)   Advanced Telemetry
 681FD8 (base 16)   Advanced Telemetry
10670 Treena Street
@@ -91299,6 +91324,13 @@
Gumi Gyeongbuk 730-350
KOREA, REPUBLIC OF
 
+6C-88-14   (hex)   Intel Corporate
+6C8814 (base 16)   Intel Corporate
+   Lot 8, Jalan Hi-Tech 2/3
+   Kulim Hi-Tech Park
+   Kulim Kedah 09000
+   MALAYSIA
+
 6C-8C-DB   (hex)   Otus Technologies Ltd
 6C8CDB (base 16)   Otus Technologies Ltd
26 Braid Road
@@ -93662,6 +93694,12 @@
Incheon  403-032
KOREA, REPUBLIC OF
 
+84-2B-BC   (hex)   Modelleisenbahn GmbH
+842BBC (base 16)   Modelleisenbahn GmbH
+   Plainbachstrasse 4
+   Bergheim  5101
+   AUSTRIA
+
 84-30-E5   (hex)   SkyHawke T

commit python-httplib2.645 for openSUSE:12.2:Update

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package python-httplib2.645 for 
openSUSE:12.2:Update checked in at 2012-07-18 15:10:18

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


Package is "python-httplib2.645", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-07-06 19:40:38.919402255 +0200
+++ 
/work/SRC/openSUSE:12.2:Update/.python-httplib2.645.new/python-httplib2.changes 
2012-07-18 15:10:19.0 +0200
@@ -0,0 +1,78 @@
+---
+Tue Jul 17 08:24:44 UTC 2012 - sasc...@suse.de
+
+- Add missing runtime requirement on python-pyOpenSSL to gain
+  access to 'ssl' module
+
+---
+Mon Jul  9 08:47:20 UTC 2012 - cfarr...@suse.com
+
+- license update: MIT and Apache-2.0 and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+)
+  __init__.py contains code derived from a Google owned Apache project.
+  cacerts.txt is Mozilla triple-licensed.
+
+---
+Wed Jun 20 11:41:56 UTC 2012 - sasc...@suse.de
+
+- Don't ship private copy of Mozilla NSS certs, use system certs
+  instead (bnc#761162) 
+
+---
+Tue Jun  5 09:56:01 UTC 2012 - csten...@opensuse.org
+
+- update to version 0.7.4
+  * See CHANGELOG for all changes and fixes
+
+---
+Thu Dec 22 12:52:35 UTC 2011 - csten...@suse.com
+
+- updated to version 0.7.2
+
+---
+Mon Jul 11 14:06:42 CEST 2011 - csten...@suse.de
+
+- updated to version 0.7.1
+  * See CHANGELOG for all changes and fixes
+
+---
+Mon Apr 19 13:47:15 CEST 2010 - dmuel...@suse.de
+
+- update to version 0.6.0:
+  * include python 3 support/compatibility
+
+---
+Thu Aug 13 10:55:40 UTC 2009 - csten...@novell.com
+
+- build as noarch
+
+---
+Tue Aug  4 10:51:26 UTC 2009 - csten...@novell.com
+
+- updated to version 0.5.0
+  * Fixed the following bugs:
+#12 - Cache-Control: only-if-cached incorrectly does request if
+  item not in cache 
+#39 - Deprecation warnings in Python 2.6
+#54 - Http.request fails accesing Google account via http proxy
+#56 - Block on response.read() for HEAD requests.
+#57 - Timeout ignore for Python 2.6
+#58 - Fixed parsing of Cache-Control: header to make it more
+  robust
+
+---
+Tue Sep  9 12:41:28 CEST 2008 - csten...@suse.de
+
+- updated package to version 0.4.0
+  o added support for proxies if the Socksipy module is installed
+  o fixed bug with some HEAD responses having content-length set to
+zero incorrectly
+  o fixed most except's to catch a specific exception
+  o added 'connection_type' parameter to Http.request()
+  o the default for 'force_exception_to_status_code' was changed to
+False
+
+---
+Sat Oct 21 22:37:29 CEST 2006 - dgol...@suse.de
+
+- initial version of python-httplib2 (0.2.0) 
+

New:

  httplib2-0.7.4.tar.gz
  httplib2-use-system-certs.patch
  python-httplib2.changes
  python-httplib2.spec



Other differences:
--
++ python-httplib2.spec ++
#
# spec file for package python-httplib2
#
# 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/
#


Name:   python-httplib2
Version:0.7.4
Release:0
Url:http://bitworking.org/projects/httplib2/
Summary:A Python HTTP client library
License:MIT and Apache-2.0 and (MPL-1.1 or GPL-2.0+ or LGPL-2.1+)
Group:  Development/Libraries/Python
Source0:httplib2-%{version}.tar.gz
# PATCH-FIX-OPENSUSE: Don't ship private copy of Mozilla NSS certs, u

commit xen for openSUSE:11.4:Update

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:11.4:Update checked 
in at 2012-07-18 14:19:48

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.oluZjo/_old  2012-07-18 14:19:53.0 +0200
+++ /var/tmp/diff_new_pack.oluZjo/_new  2012-07-18 14:19:53.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit xen for openSUSE:12.1:Update

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:12.1:Update checked 
in at 2012-07-18 14:19:11

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


Package is "xen", Maintainer is "carn...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.pmoSXl/_old  2012-07-18 14:19:14.0 +0200
+++ /var/tmp/diff_new_pack.pmoSXl/_new  2012-07-18 14:19:14.0 +0200
@@ -1 +1 @@
-
+

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



commit eog for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2012-07-18 14:00:18

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


Package is "eog", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/eog/eog.changes  2012-06-26 15:17:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes 2012-07-18 
14:00:20.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 15 21:34:43 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.3:
+  + Fix broken image gallery due to recent changes in GtkIconView.
+  + bgo#677168, Image Gallery not displayed correctly with
+GTK+-3.4.3.
+  + bgo#679505, Dialog for saving multiple images is too small.
+  + Updated translations.
+
+---

Old:

  eog-3.4.2.tar.xz

New:

  eog-3.4.3.tar.xz



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.kOP6yK/_old  2012-07-18 14:00:22.0 +0200
+++ /var/tmp/diff_new_pack.kOP6yK/_new  2012-07-18 14:00:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eog
-Version:3.4.2
+Version:3.4.3
 Release:0
 Summary:Image Viewer for GNOME
 License:GPL-2.0+ ; LGPL-2.1+

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



commit branding-basedonopensuse for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package branding-basedonopensuse for 
openSUSE:12.2 checked in at 2012-07-18 13:59:58

Comparing /work/SRC/openSUSE:12.2/branding-basedonopensuse (Old)
 and  /work/SRC/openSUSE:12.2/.branding-basedonopensuse.new (New)


Package is "branding-basedonopensuse", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:12.2/branding-basedonopensuse/branding-basedonopensuse.changes
   2012-06-25 15:16:04.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.branding-basedonopensuse.new/branding-basedonopensuse.changes
  2012-07-18 13:59:59.0 +0200
@@ -1,0 +2,20 @@
+Wed Jul 18 09:26:02 UTC 2012 - co...@suse.com
+
+- take the license from openSUSE branding (bnc#770007)
+
+---
+Tue Jul 17 05:12:56 UTC 2012 - co...@suse.com
+
+- small fixes to make it build
+
+---
+Sun Jun 17 06:12:29 UTC 2012 - co...@suse.com
+
+- copy back some opensuse changes
+
+---
+Wed Jun 13 15:00:32 UTC 2012 - co...@suse.com
+
+- update the package list
+
+---

New:

  post.dynamic-wallpaper
  post.grub2
  post.wallpaper
  postun.dynamic-wallpaper
  postun.grub2
  postun.wallpaper



Other differences:
--
++ branding-basedonopensuse.spec ++
 770 lines (skipped)
 between 
/work/SRC/openSUSE:12.2/branding-basedonopensuse/branding-basedonopensuse.spec
 and 
/work/SRC/openSUSE:12.2/.branding-basedonopensuse.new/branding-basedonopensuse.spec

++ extract.pl ++
--- /var/tmp/diff_new_pack.PY1O3F/_old  2012-07-18 14:00:00.0 +0200
+++ /var/tmp/diff_new_pack.PY1O3F/_new  2012-07-18 14:00:00.0 +0200
@@ -35,6 +35,7 @@
 last;
 }
if (m/^\+$tag/) { $intag = 1; next; }
+if ($inpkg && m/^=$tag/) { s/.*:\s*//; print "$_\n"; next; }
$intag = 0 if (m/^\-$tag/);
if (m/^=Pkg:.*$packagename.* /) {
$inpkg = 1;

++ openSUSE.tar.gz ++
/work/SRC/openSUSE:12.2/branding-basedonopensuse/openSUSE.tar.gz 
/work/SRC/openSUSE:12.2/.branding-basedonopensuse.new/openSUSE.tar.gz differ: 
char 5, line 1

++ post.dynamic-wallpaper ++
update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-dynamic.xml 10
++ post.grub2 ++
%{_datadir}/grub2/themes/%theme_name/activate-theme
if test -e /boot/grub2/grub.cfg ; then
  /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg || true
elif test -e /boot/grub2-efi/grub.cfg ; then
  /usr/sbin/grub2-efi-mkconfig -o /boot/grub2-efi/grub.cfg || true
fi

++ post.wallpaper ++
update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-static.xml 5
++ postun.dynamic-wallpaper ++
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f /usr/share/wallpapers/openSUSE-default-dynamic.xml ]; then
  update-alternatives --remove openSUSE-default.xml 
/usr/share/wallpapers/openSUSE-default-dynamic.xml
fi

++ postun.grub2 ++
if [ $1 = 0 ] ; then
  rm -rf /boot/grub2/themes/%theme_name
fi

++ postun.wallpaper ++
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f /usr/share/wallpapers/openSUSE-default-static.xml ]; then
  update-alternatives --remove openSUSE-default.xml 
/usr/share/wallpapers/openSUSE-default-static.xml
fi

++ update-list.sh ++
--- /var/tmp/diff_new_pack.PY1O3F/_old  2012-07-18 14:00:01.0 +0200
+++ /var/tmp/diff_new_pack.PY1O3F/_new  2012-07-18 14:00:01.0 +0200
@@ -29,6 +29,7 @@
   echo "Requires: branding-basedonopensuse"
   echo "Conflicts: otherproviders($base-branding)"
   perl -w extract.pl $packs $i Sup | sed -e 's,^,Supplements:,; 
s,branding-openSUSE,branding-basedonopensuse,'
+  perl -w extract.pl $packs $i Lic | sed -e 's,^,License:,'
   perl -w extract.pl $packs $i Req | grep -v rpmlib | grep -v ^lib | grep -v 
'^config(' | grep -v /bin/sh | \
  sed -e 's,^,Requires:,; s, *>=.*,,; s, *>.*,,; s, *=.*,,; 
s,branding-openSUSE,branding-basedonopensuse,' | sort -u
   echo ""
@@ -41,6 +42,11 @@
 echo "%post -n $base-branding-basedonopensuse"
 cat post.$base
   fi
+  if test -f postun.$base; then
+ echo "%postun -n $base-branding-basedonopensuse"
+ cat postun.$base
+  fi
+
 done  ) >> branding-basedonopensuse.spec.new
 
 /usr/lib/obs/service/format_spec_file.files/prepare_spec 
branding-basedonopensuse.spec.new > branding-basedonopensuse.spec.form
@@ -48,4 +54,7 @@

commit branding-basedonopensuse for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package branding-basedonopensuse for 
openSUSE:Factory checked in at 2012-07-18 13:59:52

Comparing /work/SRC/openSUSE:Factory/branding-basedonopensuse (Old)
 and  /work/SRC/openSUSE:Factory/.branding-basedonopensuse.new (New)


Package is "branding-basedonopensuse", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.changes
2011-12-08 11:48:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.changes
   2012-07-18 13:59:52.0 +0200
@@ -1,0 +2,20 @@
+Wed Jul 18 09:26:02 UTC 2012 - co...@suse.com
+
+- take the license from openSUSE branding (bnc#770007)
+
+---
+Tue Jul 17 05:12:56 UTC 2012 - co...@suse.com
+
+- small fixes to make it build
+
+---
+Sun Jun 17 06:12:29 UTC 2012 - co...@suse.com
+
+- copy back some opensuse changes
+
+---
+Wed Jun 13 15:00:32 UTC 2012 - co...@suse.com
+
+- update the package list
+
+---

New:

  post.dynamic-wallpaper
  post.grub2
  post.wallpaper
  postun.dynamic-wallpaper
  postun.grub2
  postun.wallpaper



Other differences:
--
++ branding-basedonopensuse.spec ++
 770 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.spec
 and 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.spec

++ extract.pl ++
--- /var/tmp/diff_new_pack.Pp3715/_old  2012-07-18 13:59:55.0 +0200
+++ /var/tmp/diff_new_pack.Pp3715/_new  2012-07-18 13:59:55.0 +0200
@@ -35,6 +35,7 @@
 last;
 }
if (m/^\+$tag/) { $intag = 1; next; }
+if ($inpkg && m/^=$tag/) { s/.*:\s*//; print "$_\n"; next; }
$intag = 0 if (m/^\-$tag/);
if (m/^=Pkg:.*$packagename.* /) {
$inpkg = 1;

++ openSUSE.tar.gz ++
/work/SRC/openSUSE:Factory/branding-basedonopensuse/openSUSE.tar.gz 
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/openSUSE.tar.gz 
differ: char 5, line 1

++ post.dynamic-wallpaper ++
update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-dynamic.xml 10
++ post.grub2 ++
%{_datadir}/grub2/themes/%theme_name/activate-theme
if test -e /boot/grub2/grub.cfg ; then
  /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg || true
elif test -e /boot/grub2-efi/grub.cfg ; then
  /usr/sbin/grub2-efi-mkconfig -o /boot/grub2-efi/grub.cfg || true
fi

++ post.wallpaper ++
update-alternatives --install /usr/share/wallpapers/openSUSE-default.xml 
openSUSE-default.xml /usr/share/wallpapers/openSUSE-default-static.xml 5
++ postun.dynamic-wallpaper ++
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f /usr/share/wallpapers/openSUSE-default-dynamic.xml ]; then
  update-alternatives --remove openSUSE-default.xml 
/usr/share/wallpapers/openSUSE-default-dynamic.xml
fi

++ postun.grub2 ++
if [ $1 = 0 ] ; then
  rm -rf /boot/grub2/themes/%theme_name
fi

++ postun.wallpaper ++
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
if [ ! -f /usr/share/wallpapers/openSUSE-default-static.xml ]; then
  update-alternatives --remove openSUSE-default.xml 
/usr/share/wallpapers/openSUSE-default-static.xml
fi

++ update-list.sh ++
--- /var/tmp/diff_new_pack.Pp3715/_old  2012-07-18 13:59:56.0 +0200
+++ /var/tmp/diff_new_pack.Pp3715/_new  2012-07-18 13:59:56.0 +0200
@@ -29,6 +29,7 @@
   echo "Requires: branding-basedonopensuse"
   echo "Conflicts: otherproviders($base-branding)"
   perl -w extract.pl $packs $i Sup | sed -e 's,^,Supplements:,; 
s,branding-openSUSE,branding-basedonopensuse,'
+  perl -w extract.pl $packs $i Lic | sed -e 's,^,License:,'
   perl -w extract.pl $packs $i Req | grep -v rpmlib | grep -v ^lib | grep -v 
'^config(' | grep -v /bin/sh | \
  sed -e 's,^,Requires:,; s, *>=.*,,; s, *>.*,,; s, *=.*,,; 
s,branding-openSUSE,branding-basedonopensuse,' | sort -u
   echo ""
@@ -41,6 +42,11 @@
 echo "%post -n $base-branding-basedonopensuse"
 cat post.$base
   fi
+  if test -f postun.$base; then
+ echo "%postun -n $base-branding-basedonopensuse"
+ cat postun.$base
+  fi
+
 done  ) >> branding-basedonopensuse.spec.new
 
 /usr/lib/obs/service/format_spec_file.files/prepare_spec 
branding-basedonopensuse.spec.new > branding-basedonopensuse

commit xf86-video-intel for openSUSE:12.2:Update

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:12.2:Update checked in at 2012-07-18 13:42:51

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


Package is "xf86-video-intel", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.i4CotX/_old  2012-07-18 13:46:47.0 +0200
+++ /var/tmp/diff_new_pack.i4CotX/_new  2012-07-18 13:46:47.0 +0200
@@ -1 +1 @@
-
+

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



commit aaa_base for openSUSE:12.2:Update

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:12.2:Update 
checked in at 2012-07-18 13:38:57

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


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5GVHbl/_old  2012-07-18 13:38:59.0 +0200
+++ /var/tmp/diff_new_pack.5GVHbl/_new  2012-07-18 13:38:59.0 +0200
@@ -1 +1 @@
-
+

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



commit patchinfo.634 for openSUSE:12.2:Update

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.634 for 
openSUSE:12.2:Update checked in at 2012-07-18 13:38:21

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


Package is "patchinfo.634", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  coolo
  recommended
  low
  SuSEfirewall2: honor FW_IPv6 setting also in debug mode
  This update fixes the following issue for SuSEfirewall2:
- 769411: honor FW_IPv6 setting also in debug mode
/sbin/SuSEfirewall2 debug emits ipv6 related 
rules even they has been disabled in /etc/sysconfig/SuSEfirewall2

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



commit xorg-x11-driver-video-nouveau for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-video-nouveau for 
openSUSE:Factory checked in at 2012-07-18 11:48:23

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


Package is "xorg-x11-driver-video-nouveau", Maintainer is "mh...@novell.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-video-nouveau/xorg-x11-driver-video-nouveau.changes
  2012-06-05 12:03:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-video-nouveau.new/xorg-x11-driver-video-nouveau.changes
 2012-07-18 11:48:24.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 17 12:24:27 UTC 2012 - fcro...@suse.com
+
+- Add U_xf86-video-nouveau_dri-debug-spam.patch: reduce debug spam.
+
+---

New:

  U_xf86-video-nouveau_dri-debug-spam.patch



Other differences:
--
++ xorg-x11-driver-video-nouveau.spec ++
--- /var/tmp/diff_new_pack.7ElV6g/_old  2012-07-18 11:48:26.0 +0200
+++ /var/tmp/diff_new_pack.7ElV6g/_new  2012-07-18 11:48:26.0 +0200
@@ -36,6 +36,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:xf86-video-nouveau-%{version}.tar.bz2
 Patch0: N_xf86-video-nouveau_nva3-noaccel-info.patch
+Patch1: U_xf86-video-nouveau_dri-debug-spam.patch
 Supplements:modalias(xorg-x11-server:pci:v12D2d*sv*sd*bc03sc*i*)
 Supplements:modalias(xorg-x11-server:pci:v10DEd*sv*sd*bc03sc*i*)
 
@@ -48,6 +49,7 @@
 %prep
 %setup -n xf86-video-nouveau
 %patch0 -p1 -b .nva3info
+%patch1 -p1 -b .reduce_dri2_debug_spam
 
 %build
 autoreconf -fi

++ U_xf86-video-nouveau_dri-debug-spam.patch ++
>From 36d3f8c28c55c05ccf4efa985831d2d249bad2fe Mon Sep 17 00:00:00 2001
From: Ben Skeggs 
Date: Wed, 13 Jun 2012 12:41:58 +
Subject: dri2: kill debug spam

Signed-off-by: Ben Skeggs 
---
diff --git a/src/nouveau_dri2.c b/src/nouveau_dri2.c
index 27627e6..0b3cc38 100644
--- a/src/nouveau_dri2.c
+++ b/src/nouveau_dri2.c
@@ -607,7 +607,6 @@ nouveau_dri2_flip_event_handler(unsigned int frame, 
unsigned int tv_sec,
ScreenPtr screen;
ScrnInfoPtr scrn;
int status;
-   PixmapPtr pixmap;
 
status = dixLookupDrawable(&draw, flip->draw, serverClient,
   M_ANY, DixWriteAccess);
@@ -619,12 +618,6 @@ nouveau_dri2_flip_event_handler(unsigned int frame, 
unsigned int tv_sec,
screen = draw->pScreen;
scrn = xf86Screens[screen->myNum];
 
-   pixmap = screen->GetScreenPixmap(screen);
-   xf86DrvMsgVerb(scrn->scrnIndex, X_INFO, 4,
-  "%s: flipevent : width %d x height %d : msc %d : ust = 
%d.%06d\n",
-  __func__, pixmap->drawable.width, 
pixmap->drawable.height,
-  frame, tv_sec, tv_usec);
-
/* We assume our flips arrive in order, so we don't check the frame */
switch (flip->action) {
case SWAP:
--
cgit v0.9.0.2-2-gbebe
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patterns-openSUSE for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for openSUSE:12.2 
checked in at 2012-07-18 11:48:10

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


Package is "patterns-openSUSE", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/patterns-openSUSE/patterns-openSUSE.changes 
2012-07-13 11:33:04.0 +0200
+++ /work/SRC/openSUSE:12.2/.patterns-openSUSE.new/patterns-openSUSE.changes
2012-07-18 11:48:12.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 18 08:46:21 UTC 2012 - co...@suse.com
+
+- Richard Brown (1):
+  Added grub2-branding-openSUSE to ENHANCED-BASIS
+
+- Stephan Kulow (2):
+  Push most books off the DVD - just too large
+  removing some things not to be on DVD
+
+Commit: 8d62c13c
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.7GGgcb/_old  2012-07-18 11:48:12.0 +0200
+++ /var/tmp/diff_new_pack.7GGgcb/_new  2012-07-18 11:48:12.0 +0200
@@ -680,6 +680,7 @@
 Recommends: gpart
 Recommends: gpg2
 Recommends: gpm
+Recommends: grub2-branding-openSUSE
 Recommends: hdparm
 Recommends: ifplugd
 Recommends: info

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/BOOKS 
new/patterns-openSUSE-data/data/BOOKS
--- old/patterns-openSUSE-data/data/BOOKS   2012-07-12 21:58:54.0 
+0200
+++ new/patterns-openSUSE-data/data/BOOKS   2012-07-18 10:45:11.0 
+0200
@@ -27,8 +27,8 @@
 gnome-user-docs
 gnucash-docs
 kernel-docs
+#pragma online
 kiwi-doc
-kmymoney-doc
 man-pages
 man-pages-fr
 man-pages-it
@@ -43,28 +43,43 @@
 postfix-doc
 postgresql-docs
 python-doc
+#pragma online
 python-doc-pdf
-ruby-doc-ri
+#pragma online
 samba-doc
 selinux-doc
 subversion-doc
+#pragma online
 texlive-doc
+#pragma online
 texlive-latex-doc
 xorg-x11-doc
+#pragma online
 yast2-devel-doc
+#pragma online
 opensuse-kvm_de-pdf
+#pragma online
 opensuse-kvm_ru-pdf
 opensuse-manuals_de
 opensuse-manuals_hu
 opensuse-manuals_ru
+#pragma online
 opensuse-reference_de-pdf
+#pragma online
 opensuse-reference_hu-pdf
+#pragma online
 opensuse-reference_ru-pdf
+#pragma online
 opensuse-security_de-pdf
+#pragma online
 opensuse-security_ru-pdf
+#pragma online
 opensuse-startup_de-pdf
+#pragma online
 opensuse-startup_ru-pdf
+#pragma online
 opensuse-tuning_de-pdf
+#pragma online
 opensuse-tuning_ru-pdf
 -Psg:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/DEVEL-KDE 
new/patterns-openSUSE-data/data/DEVEL-KDE
--- old/patterns-openSUSE-data/data/DEVEL-KDE   2012-07-12 21:58:54.0 
+0200
+++ new/patterns-openSUSE-data/data/DEVEL-KDE   2012-07-18 10:45:11.0 
+0200
@@ -87,10 +87,6 @@
 libvisual-devel
 meanwhile-devel
 net-snmp-devel
-xemacs
-xemacs-info
-xemacs-packages
-xemacs-packages-info
 mono-kde4
 ruby-kde4
 python-kdebase4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/ENHANCED-BASIS 
new/patterns-openSUSE-data/data/ENHANCED-BASIS
--- old/patterns-openSUSE-data/data/ENHANCED-BASIS  2012-07-12 
21:58:54.0 +0200
+++ new/patterns-openSUSE-data/data/ENHANCED-BASIS  2012-07-18 
10:45:11.0 +0200
@@ -63,6 +63,8 @@
 ncurses-utils
 // we want a branded boot
 plymouth-branding-openSUSE
+// we want a branded grub2 too #757683
+grub2-branding-openSUSE
 // #302569
 alsa-plugins
 // useful for debugging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT 
new/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT
--- old/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT  2012-07-12 
21:58:54.0 +0200
+++ new/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT  2012-07-18 
10:45:11.0 +0200
@@ -75,7 +75,6 @@
 smpppd
 lynx
 w3m-el
-w3m-el-xemacs
 // #373195
 checkinstall
 pwgen

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



commit patterns-openSUSE for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2012-07-18 11:48:05

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


Package is "patterns-openSUSE", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2012-07-13 11:33:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2012-07-18 11:48:07.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 18 08:46:21 UTC 2012 - co...@suse.com
+
+- Richard Brown (1):
+  Added grub2-branding-openSUSE to ENHANCED-BASIS
+
+- Stephan Kulow (2):
+  Push most books off the DVD - just too large
+  removing some things not to be on DVD
+
+Commit: 8d62c13c
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.O9FupH/_old  2012-07-18 11:48:09.0 +0200
+++ /var/tmp/diff_new_pack.O9FupH/_new  2012-07-18 11:48:09.0 +0200
@@ -680,6 +680,7 @@
 Recommends: gpart
 Recommends: gpg2
 Recommends: gpm
+Recommends: grub2-branding-openSUSE
 Recommends: hdparm
 Recommends: ifplugd
 Recommends: info

++ patterns-openSUSE-data.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/BOOKS 
new/patterns-openSUSE-data/data/BOOKS
--- old/patterns-openSUSE-data/data/BOOKS   2012-07-12 21:58:54.0 
+0200
+++ new/patterns-openSUSE-data/data/BOOKS   2012-07-18 10:45:11.0 
+0200
@@ -27,8 +27,8 @@
 gnome-user-docs
 gnucash-docs
 kernel-docs
+#pragma online
 kiwi-doc
-kmymoney-doc
 man-pages
 man-pages-fr
 man-pages-it
@@ -43,28 +43,43 @@
 postfix-doc
 postgresql-docs
 python-doc
+#pragma online
 python-doc-pdf
-ruby-doc-ri
+#pragma online
 samba-doc
 selinux-doc
 subversion-doc
+#pragma online
 texlive-doc
+#pragma online
 texlive-latex-doc
 xorg-x11-doc
+#pragma online
 yast2-devel-doc
+#pragma online
 opensuse-kvm_de-pdf
+#pragma online
 opensuse-kvm_ru-pdf
 opensuse-manuals_de
 opensuse-manuals_hu
 opensuse-manuals_ru
+#pragma online
 opensuse-reference_de-pdf
+#pragma online
 opensuse-reference_hu-pdf
+#pragma online
 opensuse-reference_ru-pdf
+#pragma online
 opensuse-security_de-pdf
+#pragma online
 opensuse-security_ru-pdf
+#pragma online
 opensuse-startup_de-pdf
+#pragma online
 opensuse-startup_ru-pdf
+#pragma online
 opensuse-tuning_de-pdf
+#pragma online
 opensuse-tuning_ru-pdf
 -Psg:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/DEVEL-KDE 
new/patterns-openSUSE-data/data/DEVEL-KDE
--- old/patterns-openSUSE-data/data/DEVEL-KDE   2012-07-12 21:58:54.0 
+0200
+++ new/patterns-openSUSE-data/data/DEVEL-KDE   2012-07-18 10:45:11.0 
+0200
@@ -87,10 +87,6 @@
 libvisual-devel
 meanwhile-devel
 net-snmp-devel
-xemacs
-xemacs-info
-xemacs-packages
-xemacs-packages-info
 mono-kde4
 ruby-kde4
 python-kdebase4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/ENHANCED-BASIS 
new/patterns-openSUSE-data/data/ENHANCED-BASIS
--- old/patterns-openSUSE-data/data/ENHANCED-BASIS  2012-07-12 
21:58:54.0 +0200
+++ new/patterns-openSUSE-data/data/ENHANCED-BASIS  2012-07-18 
10:45:11.0 +0200
@@ -63,6 +63,8 @@
 ncurses-utils
 // we want a branded boot
 plymouth-branding-openSUSE
+// we want a branded grub2 too #757683
+grub2-branding-openSUSE
 // #302569
 alsa-plugins
 // useful for debugging
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT 
new/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT
--- old/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT  2012-07-12 
21:58:54.0 +0200
+++ new/patterns-openSUSE-data/data/ENHANCED-BASIS-OPT  2012-07-18 
10:45:11.0 +0200
@@ -75,7 +75,6 @@
 smpppd
 lynx
 w3m-el
-w3m-el-xemacs
 // #373195
 checkinstall
 pwgen

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



commit libopensync-plugin-google-calendar for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-google-calendar 
for openSUSE:12.2 checked in at 2012-07-18 11:47:52

Comparing /work/SRC/openSUSE:12.2/libopensync-plugin-google-calendar (Old)
 and  /work/SRC/openSUSE:12.2/.libopensync-plugin-google-calendar.new (New)


Package is "libopensync-plugin-google-calendar", Maintainer is 
"csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:12.2/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar.changes
   2012-06-25 15:44:26.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.libopensync-plugin-google-calendar.new/libopensync-plugin-google-calendar.changes
  2012-07-18 11:48:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 08:30:18 UTC 2012 - sasc...@suse.de
+
+- Add BuildRequires on python-pyOpenSSL, which is indirectly used by
+  python-httplib2 (which only requires it at runtime).
+
+---



Other differences:
--
++ libopensync-plugin-google-calendar.spec ++
--- /var/tmp/diff_new_pack.qQ3dTy/_old  2012-07-18 11:48:04.0 +0200
+++ /var/tmp/diff_new_pack.qQ3dTy/_new  2012-07-18 11:48:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync-plugin-google-calendar
 #
-# 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
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libopensync-plugin-google-calendar
-BuildRequires:  libopensync-devel libtool python-httplib2
-Url:http://www.opensync.org
 Version:0.22
-Release:149
+Release:0
 Summary:Google Calendar Synchronization Plug-In for OpenSync
 License:GPL-2.0+
 Group:  Productivity/Other
+Url:http://www.opensync.org
 Source: %{name}-%{version}.tar.bz2
+BuildRequires:  libopensync-devel
+BuildRequires:  libtool
+BuildRequires:  python-httplib2
+BuildRequires:  python-pyOpenSSL
+Requires:   python-httplib2
+Requires:   pyxml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   python-httplib2 pyxml
-%define prefix   /usr
 
 %description
 This plug-in allows applications using OpenSync to synchronize to and
@@ -37,19 +38,13 @@
 
 Additionally install the libopensync package.
 
-
-
-Authors:
-
-Eduardo Pereira Habkost 
-
 %prep
 %setup -q
 
 %build
 autoreconf -sfi
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
-%if "%_lib" != "lib" 
+CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
+%if "%{_lib}" != "lib"
--enable-libsuffix=64 \
 %endif
--localstatedir=%{_localstatedir} \
@@ -57,10 +52,7 @@
 make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
 
 %post -p /sbin/ldconfig
 

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



commit libopensync-plugin-google-calendar for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libopensync-plugin-google-calendar 
for openSUSE:Factory checked in at 2012-07-18 11:47:47

Comparing /work/SRC/openSUSE:Factory/libopensync-plugin-google-calendar (Old)
 and  /work/SRC/openSUSE:Factory/.libopensync-plugin-google-calendar.new 
(New)


Package is "libopensync-plugin-google-calendar", Maintainer is 
"csten...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar.changes
2011-11-23 19:35:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libopensync-plugin-google-calendar.new/libopensync-plugin-google-calendar.changes
   2012-07-18 11:47:48.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 08:30:18 UTC 2012 - sasc...@suse.de
+
+- Add BuildRequires on python-pyOpenSSL, which is indirectly used by
+  python-httplib2 (which only requires it at runtime).
+
+---



Other differences:
--
++ libopensync-plugin-google-calendar.spec ++
--- /var/tmp/diff_new_pack.4ChKg9/_old  2012-07-18 11:47:50.0 +0200
+++ /var/tmp/diff_new_pack.4ChKg9/_new  2012-07-18 11:47:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libopensync-plugin-google-calendar
 #
-# 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
@@ -15,21 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libopensync-plugin-google-calendar
-BuildRequires:  libopensync-devel libtool python-httplib2
-Url:http://www.opensync.org
 Version:0.22
-Release:149
+Release:0
 Summary:Google Calendar Synchronization Plug-In for OpenSync
 License:GPL-2.0+
 Group:  Productivity/Other
+Url:http://www.opensync.org
 Source: %{name}-%{version}.tar.bz2
+BuildRequires:  libopensync-devel
+BuildRequires:  libtool
+BuildRequires:  python-httplib2
+BuildRequires:  python-pyOpenSSL
+Requires:   python-httplib2
+Requires:   pyxml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   python-httplib2 pyxml
-%define prefix   /usr
 
 %description
 This plug-in allows applications using OpenSync to synchronize to and
@@ -37,19 +38,13 @@
 
 Additionally install the libopensync package.
 
-
-
-Authors:
-
-Eduardo Pereira Habkost 
-
 %prep
 %setup -q
 
 %build
 autoreconf -sfi
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
-%if "%_lib" != "lib" 
+CFLAGS="%{optflags}" ./configure --prefix=%{_prefix} --libdir=%{_libdir} \
+%if "%{_lib}" != "lib"
--enable-libsuffix=64 \
 %endif
--localstatedir=%{_localstatedir} \
@@ -57,10 +52,7 @@
 make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install
 
 %post -p /sbin/ldconfig
 

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



commit imagewriter for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package imagewriter for openSUSE:Factory 
checked in at 2012-07-18 11:47:31

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


Package is "imagewriter", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes  2012-04-17 
07:45:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.imagewriter.new/imagewriter.changes 
2012-07-18 11:47:32.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 14 06:53:32 UTC 2012 - badshah...@gmail.com
+
+- Add imagewriter-desktop-menu-exec.patch to fix imagewriter not
+  starting up from the desktop menus, because it requires root
+  privilege.
+
+---

New:

  imagewriter-desktop-menu-exec.patch



Other differences:
--
++ imagewriter.spec ++
--- /var/tmp/diff_new_pack.AxSaPv/_old  2012-07-18 11:47:34.0 +0200
+++ /var/tmp/diff_new_pack.AxSaPv/_new  2012-07-18 11:47:34.0 +0200
@@ -40,6 +40,7 @@
 License:GPL-2.0
 Source: imagewriter-%{version}.tar.gz
 Patch0: imagewriter-gcc47.patch
+Patch1: imagewriter-desktop-menu-exec.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{breq}
 %description
@@ -48,6 +49,7 @@
 %prep
 %setup
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{qmake} PREFIX=$RPM_BUILD_ROOT/%{_prefix} imagewriter.pro

++ imagewriter-desktop-menu-exec.patch ++
Index: imagewriter-1.9/imagewriter.desktop
===
--- imagewriter-1.9.orig/imagewriter.desktop
+++ imagewriter-1.9/imagewriter.desktop
@@ -2,7 +2,7 @@
 Type=Application
 Categories=System;Utility;Archiving;
 X-KDE-RootOnly=true
-Exec=imagewriter %F
+Exec=xdg-su -c "imagewriter %F"
 Icon=imagewriter
 Name=SUSE Studio Imagewriter
 GenericName=USB key writer 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtkmm-documentation for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gtkmm-documentation for 
openSUSE:Factory checked in at 2012-07-18 11:46:51

Comparing /work/SRC/openSUSE:Factory/gtkmm-documentation (Old)
 and  /work/SRC/openSUSE:Factory/.gtkmm-documentation.new (New)


Package is "gtkmm-documentation", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm-documentation/gtkmm-documentation.changes  
2012-04-20 15:17:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtkmm-documentation.new/gtkmm-documentation.changes 
2012-07-18 11:46:55.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 16 15:55:59 UTC 2012 - zai...@opensuse.org
+
+- Update to version 3.4.1:
+  + Entry, ComboBox sections: Adapt because
+Entry::signal_activate() has been undeprecated. (bgo#655489).
+  + Memory management chapter: Improve the Widgets section.
+(bgo#678566).
+  + Signals Appendix: Mention exceptions. (bgo#677104).
+  + ComboBox and Range widgets examples: Set an active ComboBox
+entry.
+  + Range Widgets example: Really show a Position combo.
+  + SpinButton example: Fix orientation of vertical boxes.
+  + Update some screenshots.
+
+---

Old:

  gtkmm-documentation-3.4.0.tar.xz

New:

  gtkmm-documentation-3.4.1.tar.xz



Other differences:
--
++ gtkmm-documentation.spec ++
--- /var/tmp/diff_new_pack.6gINcB/_old  2012-07-18 11:46:57.0 +0200
+++ /var/tmp/diff_new_pack.6gINcB/_new  2012-07-18 11:46:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gtkmm-documentation
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:C++ Bindings for GTK+ -- Documentation
 License:GFDL-1.2 ; GPL-2.0+

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



commit gnote for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:12.2 checked in 
at 2012-07-18 11:46:36

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


Package is "gnote", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/gnote/gnote.changes 2012-06-25 15:20:42.0 
+0200
+++ /work/SRC/openSUSE:12.2/.gnote.new/gnote.changes2012-07-18 
11:46:37.0 +0200
@@ -1,0 +2,27 @@
+Mon Jul 16 16:36:25 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.9.1:
+  + New Features:
+- Gtkmm 3.4 is required
+- Derived Search window from Gtk::ApplicationWindow
+- Replace shave with automake's silent rules (bgo#673710)
+- Added 256x256 app icon (bgo#674267)
+- Added log to file capability in debug mode
+- Added gnome-keyring dependency
+- Added WebDAV synchronization
+- Droped support for panel applet
+- Migrated to Gtk::Application
+  + Fixes:
+- Fix quit application for glib >= 2.32 (bgo#670104)
+- Removed use of deprecated GtkStyle (bgo#667395)
+- Fixed missing include for Glibmm 2.32 (bgo#671787)
+- Fixed multiple compiler warningsbgo
+- Fix bullet indentation when printing (bgo#674904)
+  + Updated translations.
+- Drop gnote-buildfix.patch, fixed upstream.
+- Drop BuildRequires: pkgconfig(libpanelapplet-4.0), not needed
+  anymore.
+- Add BuildRequires: pkgconfig(gnome-keyring-1), pulled in by
+  something else before.
+
+---

Old:

  gnote-0.9.0.tar.xz
  gnote-buildfix.patch

New:

  gnote-0.9.1.tar.xz



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.jCuEg8/_old  2012-07-18 11:46:38.0 +0200
+++ /var/tmp/diff_new_pack.jCuEg8/_new  2012-07-18 11:46:38.0 +0200
@@ -17,27 +17,25 @@
 
 
 Name:   gnote
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:A Port of Tomboy to C++
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
 Source: 
http://download.gnome.org/sources/gnote/0.9/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnote-buildfix.patch bgo#671787 dims...@opensuse.org -- 
Fix build by including missing headers.
-Patch0: gnote-buildfix.patch
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtkmm3-devel >= 3.0
+BuildRequires:  gtkmm3-devel >= 3.4
 BuildRequires:  intltool
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libpanelapplet-4.0) >= 3.0
+BuildRequires:  pkgconfig(gnome-keyring-1) >= 3.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -49,10 +47,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure --disable-static --disable-scrollkeeper --enable-applet
+%configure --disable-static --disable-scrollkeeper
 V=1 make %{?_smp_mflags}
 
 %install
@@ -87,16 +84,13 @@
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/gnote
-%{_libexecdir}/gnote-applet
 %{_libdir}/gnote/
 # Splitting does not make sense as it's just a lib for gnote itself (and it's 
plugins)
 %{_libdir}/libgnote-0.9.so*
 %{_libdir}/libgnote.so
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service
-%{_datadir}/dbus-1/services/org.gnome.panel.applet.GnoteAppletFactory.service
 %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
-%{_datadir}/gnome-panel/4.0/applets/org.gnome.gnote.panel-applet
 %{_datadir}/gnote/
 %{_datadir}/icons/hicolor/*/apps/gnote.*
 %{_mandir}/man1/gnote.1*

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



commit gnote for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2012-07-18 11:46:29

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


Package is "gnote", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2012-03-16 
13:15:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2012-07-18 
11:46:33.0 +0200
@@ -1,0 +2,27 @@
+Mon Jul 16 16:36:25 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.9.1:
+  + New Features:
+- Gtkmm 3.4 is required
+- Derived Search window from Gtk::ApplicationWindow
+- Replace shave with automake's silent rules (bgo#673710)
+- Added 256x256 app icon (bgo#674267)
+- Added log to file capability in debug mode
+- Added gnome-keyring dependency
+- Added WebDAV synchronization
+- Droped support for panel applet
+- Migrated to Gtk::Application
+  + Fixes:
+- Fix quit application for glib >= 2.32 (bgo#670104)
+- Removed use of deprecated GtkStyle (bgo#667395)
+- Fixed missing include for Glibmm 2.32 (bgo#671787)
+- Fixed multiple compiler warningsbgo
+- Fix bullet indentation when printing (bgo#674904)
+  + Updated translations.
+- Drop gnote-buildfix.patch, fixed upstream.
+- Drop BuildRequires: pkgconfig(libpanelapplet-4.0), not needed
+  anymore.
+- Add BuildRequires: pkgconfig(gnome-keyring-1), pulled in by
+  something else before.
+
+---

Old:

  gnote-0.9.0.tar.xz
  gnote-buildfix.patch

New:

  gnote-0.9.1.tar.xz



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.fyDLFB/_old  2012-07-18 11:46:35.0 +0200
+++ /var/tmp/diff_new_pack.fyDLFB/_new  2012-07-18 11:46:35.0 +0200
@@ -17,27 +17,25 @@
 
 
 Name:   gnote
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:A Port of Tomboy to C++
 License:GPL-3.0+
 Group:  Productivity/Text/Editors
 Url:http://live.gnome.org/Gnote
 Source: 
http://download.gnome.org/sources/gnote/0.9/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gnote-buildfix.patch bgo#671787 dims...@opensuse.org -- 
Fix build by including missing headers.
-Patch0: gnote-buildfix.patch
 BuildRequires:  boost-devel >= 1.34
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
-BuildRequires:  gtkmm3-devel >= 3.0
+BuildRequires:  gtkmm3-devel >= 3.4
 BuildRequires:  intltool
 BuildRequires:  libuuid-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  pcre-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libpanelapplet-4.0) >= 3.0
+BuildRequires:  pkgconfig(gnome-keyring-1) >= 3.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -49,10 +47,9 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure --disable-static --disable-scrollkeeper --enable-applet
+%configure --disable-static --disable-scrollkeeper
 V=1 make %{?_smp_mflags}
 
 %install
@@ -87,16 +84,13 @@
 %dir %{_datadir}/gnome/help/%{name}/
 %doc %{_datadir}/gnome/help/%{name}/C/
 %{_bindir}/gnote
-%{_libexecdir}/gnote-applet
 %{_libdir}/gnote/
 # Splitting does not make sense as it's just a lib for gnote itself (and it's 
plugins)
 %{_libdir}/libgnote-0.9.so*
 %{_libdir}/libgnote.so
 %{_datadir}/applications/gnote.desktop
 %{_datadir}/dbus-1/services/org.gnome.Gnote.service
-%{_datadir}/dbus-1/services/org.gnome.panel.applet.GnoteAppletFactory.service
 %{_datadir}/glib-2.0/schemas/org.gnome.gnote.gschema.xml
-%{_datadir}/gnome-panel/4.0/applets/org.gnome.gnote.panel-applet
 %{_datadir}/gnote/
 %{_datadir}/icons/hicolor/*/apps/gnote.*
 %{_mandir}/man1/gnote.1*

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



commit arpwatch for openSUSE:12.2

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package arpwatch for openSUSE:12.2 checked 
in at 2012-07-18 11:45:48

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


Package is "arpwatch", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/arpwatch/arpwatch.changes   2012-06-25 
15:15:27.0 +0200
+++ /work/SRC/openSUSE:12.2/.arpwatch.new/arpwatch.changes  2012-07-18 
11:45:50.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 05:56:13 CEST 2012 - dr...@suse.de
+
+- arpwatch-2.1a11-drop-privs.dif: call initgroups() with pw->pw_gid,
+  not NULL, to not have groupid 0 initialized. [bnc#764521]
+
+---



Other differences:
--
++ arpwatch.spec ++
--- /var/tmp/diff_new_pack.Orq5g1/_old  2012-07-18 11:45:50.0 +0200
+++ /var/tmp/diff_new_pack.Orq5g1/_new  2012-07-18 11:45:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch
 #
-# 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,17 +16,17 @@
 #
 
 
-
 Name:   arpwatch
-BuildRequires:  libpcap-devel postfix
+BuildRequires:  libpcap-devel
+BuildRequires:  postfix
 Url:http://www-nrg.ee.lbl.gov/nrg.html
-License:BSD-3-Clause
-Group:  Productivity/Networking/Diagnostic
 Requires:   arpwatch-ethercodes
 PreReq: /usr/bin/touch %insserv_prereq %fillup_prereq
 Summary:Arpwatch Keeps Track of Ethernet and IP Address Pairings
+License:BSD-3-Clause
+Group:  Productivity/Networking/Diagnostic
 Version:2.1a15
-Release:132
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source10:   arpwatch.init
 Source11:   sysconfig.arpwatch
@@ -44,9 +44,8 @@
 activity to syslog and reports certain changes via e-mail.
 
 %package ethercodes-build
-License:BSD-3-Clause
-Group:  Productivity/Networking/Diagnostic
 Summary:Tool to create ethercodes.dat from IEEE.org meta data
+Group:  Productivity/Networking/Diagnostic
 
 %description ethercodes-build
 Tool and required files to create the ethercodes.dat file from the OUI

++ arpwatch-2.1a11-drop-privs.dif ++
--- /var/tmp/diff_new_pack.Orq5g1/_old  2012-07-18 11:45:50.0 +0200
+++ /var/tmp/diff_new_pack.Orq5g1/_new  2012-07-18 11:45:50.0 +0200
@@ -46,7 +46,7 @@
 +  exit(1);
 +  }
 +  free(arpfiledir);
-+  if ( initgroups(pw->pw_name, NULL) != 0 || setgid(pw->pw_gid) 
!= 0 ||
++  if ( initgroups(pw->pw_name, pw->pw_gid) != 0 || 
setgid(pw->pw_gid) != 0 ||
 +   setuid(pw->pw_uid) != 0 ) {
 +  syslog(LOG_ERR, "Fatal: Couldn't change to user/group 
'%.32s' uid=%d gid=%d", user,
 +   pw->pw_uid, pw->pw_gid);

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



commit arpwatch for openSUSE:Factory

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package arpwatch for openSUSE:Factory 
checked in at 2012-07-18 11:45:42

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


Package is "arpwatch", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch/arpwatch.changes2011-09-23 
01:52:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.arpwatch.new/arpwatch.changes   2012-07-18 
11:45:44.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 18 05:56:13 CEST 2012 - dr...@suse.de
+
+- arpwatch-2.1a11-drop-privs.dif: call initgroups() with pw->pw_gid,
+  not NULL, to not have groupid 0 initialized. [bnc#764521]
+
+---



Other differences:
--
++ arpwatch.spec ++
--- /var/tmp/diff_new_pack.Ozekh0/_old  2012-07-18 11:45:46.0 +0200
+++ /var/tmp/diff_new_pack.Ozekh0/_new  2012-07-18 11:45:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arpwatch
 #
-# 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,17 +16,17 @@
 #
 
 
-
 Name:   arpwatch
-BuildRequires:  libpcap-devel postfix
+BuildRequires:  libpcap-devel
+BuildRequires:  postfix
 Url:http://www-nrg.ee.lbl.gov/nrg.html
-License:BSD-3-Clause
-Group:  Productivity/Networking/Diagnostic
 Requires:   arpwatch-ethercodes
 PreReq: /usr/bin/touch %insserv_prereq %fillup_prereq
 Summary:Arpwatch Keeps Track of Ethernet and IP Address Pairings
+License:BSD-3-Clause
+Group:  Productivity/Networking/Diagnostic
 Version:2.1a15
-Release:132
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source10:   arpwatch.init
 Source11:   sysconfig.arpwatch
@@ -44,9 +44,8 @@
 activity to syslog and reports certain changes via e-mail.
 
 %package ethercodes-build
-License:BSD-3-Clause
-Group:  Productivity/Networking/Diagnostic
 Summary:Tool to create ethercodes.dat from IEEE.org meta data
+Group:  Productivity/Networking/Diagnostic
 
 %description ethercodes-build
 Tool and required files to create the ethercodes.dat file from the OUI

++ arpwatch-2.1a11-drop-privs.dif ++
--- /var/tmp/diff_new_pack.Ozekh0/_old  2012-07-18 11:45:46.0 +0200
+++ /var/tmp/diff_new_pack.Ozekh0/_new  2012-07-18 11:45:46.0 +0200
@@ -46,7 +46,7 @@
 +  exit(1);
 +  }
 +  free(arpfiledir);
-+  if ( initgroups(pw->pw_name, NULL) != 0 || setgid(pw->pw_gid) 
!= 0 ||
++  if ( initgroups(pw->pw_name, pw->pw_gid) != 0 || 
setgid(pw->pw_gid) != 0 ||
 +   setuid(pw->pw_uid) != 0 ) {
 +  syslog(LOG_ERR, "Fatal: Couldn't change to user/group 
'%.32s' uid=%d gid=%d", user,
 +   pw->pw_uid, pw->pw_gid);

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



commit libGLw for openSUSE:Factory:NonFree

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libGLw for openSUSE:Factory:NonFree 
checked in at 2012-07-18 11:43:30

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


Package is "libGLw", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ADlI7X/_old  2012-07-18 11:43:33.0 +0200
+++ /var/tmp/diff_new_pack.ADlI7X/_new  2012-07-18 11:43:33.0 +0200
@@ -1,8 +1,5 @@
 
 
-  
-  
-  
-  
+  %define use_motif 1
 
 

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



commit libGLw for openSUSE:12.2:NonFree

2012-07-18 Thread h_root
Hello community,

here is the log from the commit of package libGLw for openSUSE:12.2:NonFree 
checked in at 2012-07-18 11:42:13

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


Package is "libGLw", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.9bSLcN/_old  2012-07-18 11:42:14.0 +0200
+++ /var/tmp/diff_new_pack.9bSLcN/_new  2012-07-18 11:42:14.0 +0200
@@ -1,8 +1,5 @@
 
 
-  
-  
-  
-  
+  %define use_motif 1
 
 

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