commit dbus-1-glib for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package dbus-1-glib for openSUSE:Factory
checked in at Fri Jul 22 08:56:16 CEST 2011.




--- dbus-1-glib/dbus-1-glib.changes 2011-06-17 10:10:57.0 +0200
+++ /mounts/work_src_done/STABLE/dbus-1-glib/dbus-1-glib.changes
2011-07-21 14:21:08.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 14:19:51 CEST 2011 - vu...@opensuse.org
+
+- Add dbus-1-glib-fix-marshalling-regression.patch: this fixes a
+  regression causing issues in NetworkManager; taken from git.
+
+---

calling whatdependson for head-i586


New:

  dbus-1-glib-fix-marshalling-regression.patch



Other differences:
--
++ dbus-1-glib.spec ++
--- /var/tmp/diff_new_pack.u9rjcG/_old  2011-07-22 08:55:40.0 +0200
+++ /var/tmp/diff_new_pack.u9rjcG/_new  2011-07-22 08:55:40.0 +0200
@@ -19,23 +19,25 @@
 
 
 Name:   dbus-1-glib
-BuildRequires:  dbus-1-devel glib2-devel libexpat-devel
-BuildRequires:  libselinux-devel
 Url:http://dbus.freedesktop.org/
 License:Other uncritical OpenSource License
 Group:  Development/Libraries/Other
 Version:0.94
-Release:1
+Release:3
+Summary:GLib-based library for using D-Bus
+Source0:dbus-glib-%{version}.tar.gz
+Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM dbus-1-glib-fix-marshalling-regression.patch 
vu...@opensuse.org -- Fix regression causing issues in NM, taken from git
+Patch0: dbus-1-glib-fix-marshalling-regression.patch
+BuildRequires:  dbus-1-devel glib2-devel libexpat-devel
+BuildRequires:  libselinux-devel
+Requires:   dbus-1 = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' dbus-1`)
 # bug437293
 %ifarch ppc64
 Obsoletes:  dbus-1-glib-64bit
 %endif
 #
-Summary:GLib-based library for using D-Bus
-Source0:dbus-glib-%{version}.tar.gz
-Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   dbus-1 = %( echo `rpm -q --queryformat 
'%{VERSION}-%{RELEASE}' dbus-1`)
 
 %package -n dbus-1-glib-devel
 License:Other uncritical OpenSource License
@@ -68,6 +70,7 @@
 
 %prep
 %setup -n dbus-glib-%{version} -q
+%patch0 -p1
 
 %build
 export CFLAGS=${RPM_OPT_FLAGS} -fstack-protector -fPIC

++ dbus-1-glib-fix-marshalling-regression.patch ++
From 3e0828f57c3925ea9b63d22ab82d991a0fea0536 Mon Sep 17 00:00:00 2001
From: Simon McVittie simon.mcvit...@collabora.co.uk
Date: Thu, 02 Jun 2011 12:49:51 +
Subject: Fix regression in marshalling objects as object paths

This regressed while fixing fd.o #36811. NetworkManager apparently uses
this idiom.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37852
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628890
Tested-by: Michael Biebl bi...@debian.org
Reviewed-by: Colin Walters walt...@verbum.org
---
diff --git a/dbus/dbus-gobject.c b/dbus/dbus-gobject.c
index 3b0bd17..7ee0b4f 100644
--- a/dbus/dbus-gobject.c
+++ b/dbus/dbus-gobject.c
@@ -3049,16 +3049,16 @@ out:
 const char *
 _dbus_gobject_get_path (GObject *obj)
 {
-  GSList *registrations;
+  ObjectExport *oe;
   ObjectRegistration *o;
 
-  registrations = g_object_get_data (obj, dbus_glib_object_registrations);
+  oe = g_object_get_data (obj, dbus_glib_object_registrations);
 
-  if (registrations == NULL)
+  if (oe == NULL || oe-registrations == NULL)
 return NULL;
 
   /* First one to have been registered wins */
-  o = registrations-data;
+  o = oe-registrations-data;
 
   return o-object_path;
 }
--
cgit v0.8.3-6-g21f6





Remember to have fun...

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



commit yast2 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory
checked in at Fri Jul 22 08:57:21 CEST 2011.




--- yast2/yast2.changes 2011-06-28 15:59:09.0 +0200
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes2011-07-21 
16:30:50.0 +0200
@@ -1,0 +2,16 @@
+Thu Jul 21 15:15:51 CEST 2011 - loci...@suse.cz
+
+- Fixed SuSEfirewall2 config library: By default any unassigned
+  network interface is automatically assigned to the external
+  firewall zone (bnc#547309).
+- Fixed CWM library for opening ports in firewall not to list any
+  empty strings returned by network module, just interface names
+  (bnc#547309).
+- 2.21.5
+
+---
+Mon Jul 18 08:26:12 CEST 2011 - jsr...@suse.cz
+
+- fixed typo (bnc#702662)
+
+---

calling whatdependson for head-i586


Old:

  yast2-2.21.4.tar.bz2

New:

  yast2-2.21.5.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.CwcRgt/_old  2011-07-22 08:56:35.0 +0200
+++ /var/tmp/diff_new_pack.CwcRgt/_new  2011-07-22 08:56:35.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2
-Version:2.21.4
+Version:2.21.5
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-2.21.4.tar.bz2
+Source0:yast2-2.21.5.tar.bz2
 
 Prefix: /usr
 
@@ -130,7 +130,7 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-2.21.4
+%setup -n yast2-2.21.5
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-2.21.4.tar.bz2 - yast2-2.21.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.4/VERSION new/yast2-2.21.5/VERSION
--- old/yast2-2.21.4/VERSION2011-06-28 15:53:25.0 +0200
+++ new/yast2-2.21.5/VERSION2011-07-21 15:21:37.0 +0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.4/configure new/yast2-2.21.5/configure
--- old/yast2-2.21.4/configure  2011-06-28 15:58:06.0 +0200
+++ new/yast2-2.21.5/configure  2011-07-21 16:29:13.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2 2.21.4.
+# Generated by GNU Autoconf 2.68 for yast2 2.21.5.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.21.4'
-PACKAGE_STRING='yast2 2.21.4'
+PACKAGE_VERSION='2.21.5'
+PACKAGE_STRING='yast2 2.21.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1232,7 +1232,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2 2.21.4 to adapt to many kinds of systems.
+\`configure' configures yast2 2.21.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2 2.21.4:;;
+ short | recursive ) echo Configuration of yast2 2.21.5:;;
esac
   cat \_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2 configure 2.21.4
+yast2 configure 2.21.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1400,7 +1400,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.21.4, which was
+It was created by yast2 $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2330,7 +2330,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.21.4'
+ VERSION='2.21.5'
 
 
 cat confdefs.h _ACEOF
@@ -2452,7 +2452,7 @@
 
 
 
-VERSION=2.21.4
+VERSION=2.21.5
 RPMNAME=yast2
 MAINTAINER=Jiri Srain jsr...@suse.cz
 
@@ -3498,7 +3498,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2 $as_me 2.21.4, which was
+This file was extended by yast2 $as_me 2.21.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3551,7 +3551,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2 config.status 2.21.4
+yast2 config.status 2.21.5
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' 

commit gnome-settings-daemon for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory
checked in at Fri Jul 22 08:59:22 CEST 2011.




--- GNOME/gnome-settings-daemon/gnome-settings-daemon.changes   2011-07-04 
14:58:45.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-settings-daemon/gnome-settings-daemon.changes
2011-07-20 16:00:42.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 20 15:48:10 CEST 2011 - vu...@opensuse.org
+
+- Add gnome-settings-daemon-ntp-support.patch: add SUSE support for
+  datetime polkit helper, to setup NTP. Fix bnc#675969.
+
+---

calling whatdependson for head-i586


New:

  gnome-settings-daemon-ntp-support.patch



Other differences:
--
++ gnome-settings-daemon.spec ++
--- /var/tmp/diff_new_pack.lXO5Or/_old  2011-07-22 08:58:24.0 +0200
+++ /var/tmp/diff_new_pack.lXO5Or/_new  2011-07-22 08:58:24.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   gnome-settings-daemon
 Version:3.1.3
-Release:1
+Release:2
 License:GPLv2+
 Summary:Settings daemon for the GNOME desktop
 Url:http://www.gnome.org
@@ -39,6 +39,8 @@
 Patch14:gnome-packagekit-fate302445.patch
 # PATCH-NEEDSREBASE PATCH-MISSING-TAG -- See 
http://en.opensuse.org/Packaging/Patches
 Patch15:gnome-packagekit-BNC383261.patch
+# PATCH-FIX-UPSTREAM bgo#654970 bnc#675969 
gnome-settings-daemon-ntp-support.patch vu...@opensuse.org -- Add SUSE support 
for datetime polkit helper
+Patch16:gnome-settings-daemon-ntp-support.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 # Disabled because of the non-rebased patches
@@ -134,6 +136,7 @@
 #%patch14 -p0
 # PATCH-NEEDS-REBASE
 #%patch15 -p0
+%patch16 -p1
 %endif
 
 %if 0%{?BUILD_FROM_VCS}

++ gnome-settings-daemon-ntp-support.patch ++
commit b296c9298b88294ccbb14b820c028f8a9a30d32b
Author: Vincent Untz vu...@gnome.org
Date:   Wed Jul 20 15:46:14 2011 +0200

datetime: Add NTP support for SUSE variants

https://bugzilla.gnome.org/show_bug.cgi?id=654970

diff --git a/plugins/datetime/Makefile.am b/plugins/datetime/Makefile.am
index 990eeb6..69032fb 100644
--- a/plugins/datetime/Makefile.am
+++ b/plugins/datetime/Makefile.am
@@ -26,6 +26,8 @@ gsd_datetime_mechanism_SOURCES =  \
gsd-datetime-mechanism-fedora.h \
gsd-datetime-mechanism-debian.c \
gsd-datetime-mechanism-debian.h \
+   gsd-datetime-mechanism-suse.c   \
+   gsd-datetime-mechanism-suse.h   \
gsd-datetime-mechanism-main.c   \
system-timezone.c   \
system-timezone.h
diff --git a/plugins/datetime/gsd-datetime-mechanism-suse.c 
b/plugins/datetime/gsd-datetime-mechanism-suse.c
new file mode 100644
index 000..ae32045
--- /dev/null
+++ b/plugins/datetime/gsd-datetime-mechanism-suse.c
@@ -0,0 +1,187 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
+ * Copyright (C) 2007 David Zeuthen da...@fubar.dk
+ * Copyright (C) 2011 Bastien Nocera had...@hadess.net
+ * Copyright (C) 2011 Vincent Untz vu...@gnome.org
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
+#ifdef HAVE_CONFIG_H
+#  include config.h
+#endif
+
+#include string.h
+
+#include gsd-datetime-mechanism-suse.h
+#include gsd-datetime-mechanism.h
+
+gboolean
+_get_using_ntp_suse (DBusGMethodInvocation   *context)
+{
+int exit_status;
+GError *error = NULL;
+gboolean can_use_ntp;
+gboolean is_using_ntp;
+
+if (g_file_test (/etc/ntp.conf, G_FILE_TEST_EXISTS)) {
+can_use_ntp = TRUE;
+if (!g_spawn_command_line_sync (/sbin/service ntp status,
+NULL, NULL, exit_status, 
error)) {
+GError *error2;
+error2 = g_error_new (GSD_DATETIME_MECHANISM_ERROR,
+  
GSD_DATETIME_MECHANISM_ERROR_GENERAL,
+  Error spawning /sbin/service: 
%s, error-message);
+g_error_free 

commit mkinitrd for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Fri Jul 22 09:02:00 CEST 2011.




--- mkinitrd/mkinitrd.changes   2011-07-18 13:39:12.0 +0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-07-20 
11:03:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 20 08:32:49 UTC 2011 - mma...@novell.com
+
+- Fix typo in boot-mount.sh (bnc#704867#c6).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.bo1oUb/_old  2011-07-22 08:59:32.0 +0200
+++ /var/tmp/diff_new_pack.bo1oUb/_new  2011-07-22 08:59:32.0 +0200
@@ -31,7 +31,7 @@
 %endif
 AutoReqProv:on
 Version:2.7.0
-Release:19
+Release:21
 Conflicts:  udev  118
 Requires:   dhcpcd
 PreReq: %fillup_prereq

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-07-18 13:17:18.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-07-20 11:01:50.0 +0200
@@ -1,4 +1,9 @@
 ---
+Wed Jul 20 08:32:49 UTC 2011 - mma...@novell.com
+
+- Fix typo in boot-mount.sh (bnc#704867#c6).
+
+---
 Mon Jul 18 11:16:42 UTC 2011 - mma...@novell.com
 
 - purge-kernels: Fix matching of -rc kernels.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/boot-mount.sh 
new/mkinitrd-2.7.0/scripts/boot-mount.sh
--- old/mkinitrd-2.7.0/scripts/boot-mount.sh2011-07-18 13:17:18.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/boot-mount.sh2011-07-20 11:01:50.0 
+0200
@@ -79,7 +79,7 @@
 if [ -z $rootfstype -a -x /sbin/udevadm -a -n $sysdev ]; then
 eval $(/sbin/udevadm info -q env -p $sysdev | sed -n '/ID_FS_TYPE/p')
 rootfstype=$ID_FS_TYPE
-[ -n $rootfstype ]  [ $rootfstype = unknown ]  $rootfstype=
+[ -n $rootfstype ]  [ $rootfstype = unknown ]  rootfstype=
 ID_FS_TYPE=
 fi
 






Remember to have fun...

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



commit polkit-default-privs for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package polkit-default-privs for 
openSUSE:Factory
checked in at Fri Jul 22 09:02:50 CEST 2011.




--- polkit-default-privs/polkit-default-privs.changes   2011-07-14 
11:16:15.0 +0200
+++ 
/mounts/work_src_done/STABLE/polkit-default-privs/polkit-default-privs.changes  
2011-07-21 09:15:25.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 21 07:14:44 UTC 2011 - lnus...@suse.de
+
+- change version to 12.1 to show that the package is tied to the
+  distro
+- set org.freedesktop.accounts.user-administration to auth_admin_keep
+
+---

calling whatdependson for head-i586


Old:

  polkit-default-privs-0.1_201107141114.tar.bz2

New:

  polkit-default-privs-12.1.tar.bz2



Other differences:
--
++ polkit-default-privs.spec ++
--- /var/tmp/diff_new_pack.AqkflU/_old  2011-07-22 09:02:07.0 +0200
+++ /var/tmp/diff_new_pack.AqkflU/_new  2011-07-22 09:02:07.0 +0200
@@ -22,7 +22,7 @@
 Name:   polkit-default-privs
 License:GPLv2+
 Group:  Productivity/Security
-Version:0.1_201107141114
+Version:12.1
 Release:1
 Summary:SUSE PolicyKit default permissions
 Source: polkit-default-privs-%version.tar.bz2

++ polkit-default-privs-0.1_201107141114.tar.bz2 - 
polkit-default-privs-12.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-default-privs-0.1_201107141114/Makefile 
new/polkit-default-privs-12.1/Makefile
--- old/polkit-default-privs-0.1_201107141114/Makefile  2011-07-14 
11:14:59.0 +0200
+++ new/polkit-default-privs-12.1/Makefile  2011-07-21 09:14:12.0 
+0200
@@ -29,4 +29,9 @@
$$@; \
done
 
+package:
+   @obs/mkpackage
+
 .SUFFIXES: .8 .5 .txt
+
+.PHONY: all mans install package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-default-privs-0.1_201107141114/mktar 
new/polkit-default-privs-12.1/mktar
--- old/polkit-default-privs-0.1_201107141114/mktar 2011-07-14 
11:14:59.0 +0200
+++ new/polkit-default-privs-12.1/mktar 1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-#!/bin/sh
-set -e
-NAME=polkit-default-privs
-VERSION=0.1
-LAST_COMMIT=(`git rev-list --timestamp HEAD^..HEAD`)
-DATE=`date +%Y%m%d%H%M -d 1970-01-01 00:00 UTC $LAST_COMMIT seconds`
-fn=$NAME-${VERSION}_$DATE.tar.bz2
-git archive --prefix=$NAME-${VERSION}_$DATE/ HEAD | bzip2  $fn
-echo version ${VERSION}_$DATE - $fn
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-default-privs-0.1_201107141114/obs/mkchanges 
new/polkit-default-privs-12.1/obs/mkchanges
--- old/polkit-default-privs-0.1_201107141114/obs/mkchanges 1970-01-01 
01:00:00.0 +0100
+++ new/polkit-default-privs-12.1/obs/mkchanges 2011-07-21 09:14:12.0 
+0200
@@ -0,0 +1,11 @@
+#!/bin/sh
+# create log suitable for cp into rpm changes file
+if [ -z $1 ]; then
+   set -- remotes/origin/master..HEAD
+elif [ ${1%.changes} != $1  ]; then
+   # parse time stamp of .changes file
+   d=`awk 'NR==2{FS= - ;$0=$0;print $1;exit}'  $1`
+   set -- --since=$d HEAD
+fi
+# no idea why it always prints those commit lines
+git rev-list --pretty=format:- %s $@ |grep -v ^commit
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-default-privs-0.1_201107141114/obs/mkpackage 
new/polkit-default-privs-12.1/obs/mkpackage
--- old/polkit-default-privs-0.1_201107141114/obs/mkpackage 1970-01-01 
01:00:00.0 +0100
+++ new/polkit-default-privs-12.1/obs/mkpackage 2011-07-21 09:14:12.0 
+0200
@@ -0,0 +1,49 @@
+#!/bin/bash
+set -e
+shopt -s nullglob
+name=`pwd -P`
+name=${name##*/}
+name=${name%%.*}
+src=$PWD
+if [ ! -d $name/.osc ]; then
+   echo *** Error: please check out the package:
+   echo osc branch openSUSE:Factory $name
+   echo ln -s home\:*\:branches\:*/$name .
+   exit 1
+fi
+if [ `git --no-pager diff --name-only|wc -l` != '0' -o `git --no-pager diff 
--name-only --cached|wc -l` != 0 ]; then
+   echo *** Error: uncomitted changes
+   echo run 'git add file' to add files, 'git commit -a' to commit 
changes
+   exit 1
+fi
+cd $name
+echo osc up
+osc up
+cd $src
+$src/obs/mkchanges $name/$name.changes | tee $name/.changes
+#test ! -s $name/.changes || git push
+for i in *.bz2; do
+   /bin/rm -vi $i
+done
+cd $src
+$src/obs/mktar
+mv *bz2 $name
+cd $name
+osc vc $name.changes .changes  rm -f .changes
+cd $src
+if [ -n `git rev-list remotes/origin/master..HEAD` ]; then
+   pushed=
+   if ! grep -q refs/heads/master .git/HEAD; then
+   echo Warning: not on master branch
+   elif read -p push changes now? (Y/n) ; then
+   

commit rygel for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package rygel for openSUSE:Factory
checked in at Fri Jul 22 09:03:56 CEST 2011.




--- GNOME/rygel/rygel.changes   2011-06-21 13:51:15.0 +0200
+++ /mounts/work_src_done/STABLE/rygel/rygel.changes2011-07-17 
12:45:00.0 +0200
@@ -1,0 +2,14 @@
+Sun Jul 17 12:40:48 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.11.2:
+  + Fix regression introduced in 0.11.1 which made tracker plugin
+fail to start.
+  + Add commandline options -c, --config to override the user
+configuration file.
+  + Add a config file options to override the upload directories.
+  + Use proper UPnP service description syntax.
+  + Tracker:
+- Clean-up left-over place-holder items on plugin start-up.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  rygel-0.11.1.tar.bz2

New:

  rygel-0.11.2.tar.bz2



Other differences:
--
++ rygel.spec ++
--- /var/tmp/diff_new_pack.ClSyoP/_old  2011-07-22 09:03:02.0 +0200
+++ /var/tmp/diff_new_pack.ClSyoP/_new  2011-07-22 09:03:02.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   rygel
-Version:0.11.1
+Version:0.11.2
 Release:1
 License:LGPL v2 or later
 Summary:Home Media Solution for GNOME based on UPnP/DLNA
 Url:http://live.gnome.org/Rygel
 Group:  Productivity/Multimedia/Other
-Source0:%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/rygel/0.11/%{name}-%{version}.tar.bz2
 BuildRequires:  gstreamer-0_10-devel
 BuildRequires:  intltool
 BuildRequires:  libgee-devel

++ rygel-0.11.1.tar.bz2 - rygel-0.11.2.tar.bz2 ++
 8727 lines of diff (skipped)






Remember to have fun...

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



commit tkdiff for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package tkdiff for openSUSE:Factory
checked in at Fri Jul 22 09:05:04 CEST 2011.




--- tkdiff/tkdiff.changes   2007-11-27 15:42:26.0 +0100
+++ /mounts/work_src_done/STABLE/tkdiff/tkdiff.changes  2011-07-21 
17:24:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 15:05:38 UTC 2011 - r...@wi.rr.com
+
+- patch to add git support from sf.net#1836293 
+
+---

calling whatdependson for head-i586


New:

  tkdiff-4.1.4-git.patch



Other differences:
--
++ tkdiff.spec ++
--- /var/tmp/diff_new_pack.D7uE07/_old  2011-07-22 09:04:09.0 +0200
+++ /var/tmp/diff_new_pack.D7uE07/_new  2011-07-22 09:04:09.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tkdiff (Version 4.1.4)
+# spec file for package tkdiff
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,11 +26,12 @@
 Requires:   tk diffutils
 AutoReqProv:on
 Version:4.1.4
-Release:57
+Release:68
 Summary:2 and 3-way diff/merge tool
 Url:http://tkdiff.sourceforge.net/
 Source0:%{name}-%{real_version}.tar.bz2
 Source1:README.SuSE
+Patch1: tkdiff-4.1.4-git.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,6 +45,7 @@
 
 %prep
 %setup -n tkdiff-4.1.4-unix
+%patch1
 #
 cp %{S:1} .
 

++ tkdiff-4.1.4-git.patch ++
--- tkdiff.orig 2007-11-15 00:52:48.0 -0600
+++ tkdiff  2011-07-21 10:14:03.222156059 -0500
@@ -738,6 +738,7 @@ proc get-file-rev {f index {r }} {
 set acopt 
 set cvsopt 
 set svnopt 
+set gitopt 
 set rcsopt 
 set sccsopt 
 set bkopt 
@@ -749,6 +750,7 @@ proc get-file-rev {f index {r }} {
 set acopt -v \$r\
 set cvsopt -r $r
 set svnopt -r $r
+set gitopt $r:
 set rcsopt $r
 set sccsopt -r$r
 set bkopt -r$r
@@ -765,6 +767,10 @@ proc get-file-rev {f index {r }} {
 regsub -all {\$} $f {\$} f
 set dirname [file dirname $f]
 set tailname [file tail $f]
+   set cmdext 
+   if {$::tcl_platform(platform) == windows} {
+   set cmdext .exe
+   }
 
 debug-info  $f
 # For CVS, if it isn't checked out there is neither a CVS nor RCS
@@ -795,6 +801,19 @@ proc get-file-rev {f index {r }} {
 debug-info   Setting lbl $finfo(lbl,$index)
 die-unless exec $cmd cat $svnopt \$f\ $finfo(pth,$index)
 }
+} elseif {[exec git$cmdext rev-parse --is-inside-work-tree] == true} {
+set cmd git$cmdext
+   set prefix [exec git rev-parse --show-prefix]
+if {$r ==  || $rev == rBASE} {
+set finfo(lbl,$index) $f (SVN BASE)
+debug-info   Setting lbl $finfo(lbl,$index)
+die-unless exec $cmd show \:$prefix$f\ \
+  $finfo(pth,$index)
+} else {
+set finfo(lbl,$index) $f (SVN $rev)
+debug-info   Setting lbl $finfo(lbl,$index)
+die-unless exec $cmd show \$gitopt$prefix$f\ $finfo(pth,$index)
+}
 } elseif {[regexp {://} $f]} {
 # Subversion command can have the form
 # svn diff OLD-URL[@OLDREV] NEW-URL[@NEWREV]
@@ -6105,8 +6124,8 @@ proc do-usage {mode} {
 Plain file with conflict markers:
tkdiff -conflict FILE
 
-Source control (AccuRev, BitKeeper, CVS, Subversion, Perforce, PVCS,
-  RCS, SCCS, ClearCase)
+Source control (AccuRev, BitKeeper, CVS, Subversion, Git, Perforce,
+  PVCS, RCS, SCCS, ClearCase)
tkdiff FILE
tkdiff -rREV FILE
tkdiff -rREV1 -rREV2 FILE
@@ -6125,7 +6144,9 @@ $g(name) detects and supports RCS, CVS,
   directory with the same name. It detects and supports PVCS by looking \
   for a vcs.cfg file. It detects and supports AccuRev, Perforce and \
   ClearCase by looking for the environment variables named ACCUREV_BIN, \
-  P4CLIENT, and CLEARCASE_ROOT respectively.
+  P4CLIENT, and CLEARCASE_ROOT respectively. It detects Git by using \
+ git rev-parse --is-inside-work-tree and will only work if the 
current \
+ directory is in a git work tree.
 
 In the first form, tkdiff will present a dialog to allow you to choose the \
   files to diff interactively. At present this dialog only supports a \
@@ -6139,17 +6160,26 @@ In the second form, at least one of the
 
 In the remaining forms, cmpREV/cmp (or cmpREV1/cmp and \
   cmpREV2/cmp) must be a valid revision number for cmpFILE/cmp. \
-  Where AccuRev, RCS, CVS, Subversion, SCCS, PVCS or 

commit rfc for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Fri Jul 22 09:09:22 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-07-15 00:43:35.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-07-22 
01:42:24.0 +0200
@@ -2 +2 @@
-Fri Jul 15 00:43:35 CEST 2011 - autobu...@suse.de
+Fri Jul 22 01:42:24 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-07-15
+- automated update on 2011-07-22

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.KAURvQ/_old  2011-07-22 09:05:14.0 +0200
+++ /var/tmp/diff_new_pack.KAURvQ/_new  2011-07-22 09:05:14.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.7.14
+Version:2011.7.21
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

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



commit lxde-common for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package lxde-common for openSUSE:Factory
checked in at Fri Jul 22 09:16:08 CEST 2011.




--- lxde-common/lxde-common.changes 2011-07-10 20:07:59.0 +0200
+++ /mounts/work_src_done/STABLE/lxde-common/lxde-common.changes
2011-07-21 16:54:22.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:54:19 UTC 2011 - and...@opensuse.org
+
+- fixed branding package dependency 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lxde-common.spec ++
--- /var/tmp/diff_new_pack.QgxRzD/_old  2011-07-22 09:09:36.0 +0200
+++ /var/tmp/diff_new_pack.QgxRzD/_new  2011-07-22 09:09:36.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   lxde-common
 Version:0.5.0
-Release:23
+Release:25
 License:GPLv2
 Url:http://www.lxde.org/
 Source0:%name-%version.tar.bz2
@@ -37,7 +37,7 @@
 BuildArch:  noarch
 Provides:   lxde-settings-daemon = %version
 Obsoletes:  lxde-settings-daemon  %version
-Requires:   lxde-common-branding = %version
+Requires:   lxde-common-branding
 %if 0%{?suse_version} = 1140
 Recommends: gtk2-engines
 %endif






Remember to have fun...

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



commit laptop-mode-tools for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package laptop-mode-tools for 
openSUSE:Factory
checked in at Fri Jul 22 09:20:35 CEST 2011.




--- laptop-mode-tools/laptop-mode-tools.changes 2010-12-07 22:55:27.0 
+0100
+++ /mounts/work_src_done/STABLE/laptop-mode-tools/laptop-mode-tools.changes
2011-07-20 21:29:16.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 20 19:25:56 UTC 2011 - a...@suse.de
+
+- Support kernel 3.0
+- Remove dependency on haldaemon since hal is an optional
+  requirement, the package can work without it just fine.
+- Update to 1.57:
+  * many fixes
+  * support for newer kernels
+  * Add a new exec-commands module
+  * Updated manpages
+
+---

calling whatdependson for head-i586


Old:

  laptop-mode-tools_1.53.tar.gz

New:

  laptop-mode-tools-1.57-kernel3.0.patch
  laptop-mode-tools_1.57.tar.gz



Other differences:
--
++ laptop-mode-tools.spec ++
--- /var/tmp/diff_new_pack.4thIti/_old  2011-07-22 09:16:16.0 +0200
+++ /var/tmp/diff_new_pack.4thIti/_new  2011-07-22 09:16:16.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package laptop-mode-tools (Version 1.53)
+# spec file for package laptop-mode-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 
 Name:   laptop-mode-tools
-Version:1.53
-Release:6
+Version:1.57
+Release:1
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/Base
 Summary:The Laptop Mode Tools
 Url:http://www.samwel.tk/laptop_mode/
-PreReq: %insserv_prereq sysvinit(haldaemon)
+PreReq: %insserv_prereq
 Source: %{name}_%{version}.tar.gz
 Source1:laptop-mode-tools.pm-utils-hook
 Source2:README.SUSE
@@ -36,6 +36,7 @@
 Patch5: laptop-mode-1.49-new-dirty-ratio-defaults.diff
 Patch6: laptop-mode-1.53-fix-pm-utils-sleep-script.diff
 Patch8: laptop-mode-1.53-moblin-enable-intel-hda-powersave.patch
+Patch9: laptop-mode-tools-1.57-kernel3.0.patch
 BuildArch:  noarch
 BuildRequires:  pm-utils
 
@@ -54,14 +55,16 @@
 Bart Samwel bart at samwel.tk
 
 %prep
-%setup -n %{name}_%{version}
+%setup -n %{name}_%{version} -q
 %patch1 -p1
-%patch2 -p1
+# Disabled for now, does not patch
+#%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch8 -p1
+%patch9 -p1
 cp %{S:2} .
 
 %build
@@ -90,6 +93,7 @@
 %dir /etc/laptop-mode
 %config /etc/laptop-mode/*
 /etc/init.d/laptop-mode
+/etc/udev/rules.d/99-laptop-mode.rules
 /usr/sbin/*
 %dir /usr/share/laptop-mode-tools/
 %dir /usr/share/laptop-mode-tools/modules/
@@ -97,7 +101,7 @@
 /usr/share/laptop-mode-tools/modules/*
 /usr/share/laptop-mode-tools/module-helpers/lm-polling-daemon
 /usr/lib/pm-utils/power.d/laptop-mode-tools
-/usr/lib/pm-utils/sleep.d/05laptop-mode
+/usr/lib/pm-utils/sleep.d/01laptop-mode
 %doc /usr/share/man/man8/*
 %doc README.SUSE
 

++ laptop-mode-1.49-initscript.diff ++
--- /var/tmp/diff_new_pack.4thIti/_old  2011-07-22 09:16:16.0 +0200
+++ /var/tmp/diff_new_pack.4thIti/_new  2011-07-22 09:16:16.0 +0200
@@ -12,8 +12,8 @@
 -# config:  /etc/laptop-mode/laptop-mode.conf
 +### BEGIN INIT INFO
 +# Provides:   laptop-mode
-+# Required-Start: $remote_fs dbus haldaemon
-+# Required-Stop:  $remote_fs dbus haldaemon
++# Required-Start: $remote_fs dbus
++# Required-Stop:  $remote_fs dbus
 +# Default-Start:  3 5
 +# Default-Stop:   0 1 2 6
 +# Short-Description: Starts and stops laptop-mode

++ laptop-mode-1.53-fix-pm-utils-sleep-script.diff ++
--- /var/tmp/diff_new_pack.4thIti/_old  2011-07-22 09:16:16.0 +0200
+++ /var/tmp/diff_new_pack.4thIti/_new  2011-07-22 09:16:16.0 +0200
@@ -1,7 +1,7 @@
-Index: b/etc/pm/sleep.d/99laptop-mode
+Index: b/etc/pm/sleep.d/01laptop-mode
 

 laptop-mode-tools_1.53/usr/lib/pm-utils/sleep.d/99laptop-mode
-+++ laptop-mode-tools_1.53/usr/lib/pm-utils/sleep.d/99laptop-mode
+--- laptop-mode-tools_1.53/usr/lib/pm-utils/sleep.d/01laptop-mode
 laptop-mode-tools_1.53/usr/lib/pm-utils/sleep.d/01laptop-mode
 @@ -13,7 +13,8 @@
# Make laptop mode tools forcibly re-apply the hardware 
settings
# that laptop mode tools applies.   

++ laptop-mode-1.53-install_sh.diff ++
--- /var/tmp/diff_new_pack.4thIti/_old  2011-07-22 09:16:16.0 +0200
+++ 

commit gnome-shell-extensions for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory
checked in at Fri Jul 22 09:30:19 CEST 2011.




--- gnome-shell-extensions/gnome-shell-extensions.changes   2011-07-09 
21:24:15.0 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-shell-extensions/gnome-shell-extensions.changes
  2011-07-21 09:26:23.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 09:25:54 CEST 2011 - vu...@opensuse.org
+
+- Fix various typos and other small issues in summaries and
+  descriptions.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnome-shell-extensions.spec ++
--- /var/tmp/diff_new_pack.qdvVN4/_old  2011-07-22 09:20:49.0 +0200
+++ /var/tmp/diff_new_pack.qdvVN4/_new  2011-07-22 09:20:49.0 +0200
@@ -22,7 +22,7 @@
 
 Name:   gnome-shell-extensions
 Version:3.1.3
-Release:1
+Release:3
 License:GPL-2.0+
 Summary:A collection of extensions for GNOME Shell
 Url:http://live.gnome.org/GnomeShell/Extensions
@@ -89,7 +89,7 @@
 Recommends: %{name}-lang
 
 %description -n gnome-shell-extension-apps-menu
-This GNOME Shell extension adds a gnome 2.x style menu for applications.
+This GNOME Shell extension adds a GNOME 2.x style menu for applications.
 
 %package -n gnome-shell-extension-auto-move-windows
 Summary:GNOME Shell Extension -- Assign specific workspaces to 
applications
@@ -117,7 +117,7 @@
 the right side of the screen.
 
 %package -n gnome-shell-extension-drive-menu
-Summary:GNOME Shell Extension -- Drive status menu
+Summary:GNOME Shell Extension -- Drive Status Menu
 Group:  System/GUI/GNOME
 License:GPL-2.0+
 Requires:   gnome-shell
@@ -151,18 +151,18 @@
 window layout in the overview, including a mechanism similar to KDE4.
 
 %package -n gnome-shell-extension-places-menu
-Summary:GNOME Shell Extension -- Places Status Indicator
+Summary:GNOME Shell Extension -- Places Status Menu
 Group:  System/GUI/GNOME
 License:GPL-2.0+
 Requires:   gnome-shell
 Recommends: %{name}-lang
 
 %description -n gnome-shell-extension-places-menu
-This GNOME Shell extension add a systems status menu for quickly
+This GNOME Shell extension add a system status menu for quickly
 navigating places in the system.
 
 %package -n gnome-shell-extension-systemMonitor
-Summary:GNOME Shell Extension -- 
+Summary:GNOME Shell Extension -- System Monitor
 Group:  System/GUI/GNOME
 License:GPL-2.0+
 Requires:   gnome-shell
@@ -170,8 +170,8 @@
 Recommends: %{name}-lang
 
 %description -n gnome-shell-extension-systemMonitor
-This GNOME Shell extension is amessage tray indicator for CPU and memory
-usage (uses libgtop). 
+This GNOME Shell extension is a message tray indicator for CPU and
+memory usage.
 
 %package -n gnome-shell-extension-user-theme
 Summary:GNOME Shell Extension -- Support for Custom Themes
@@ -268,6 +268,7 @@
 
 %files -n gnome-shell-extension-apps-menu
 %defattr(-,root,root)
+%doc COPYING
 %{_datadir}/gnome-shell/extensions/apps-m...@gnome-shell-extensions.gnome.org/
 
 %files -n gnome-shell-extension-auto-move-windows
@@ -294,11 +295,13 @@
 
 %files -n gnome-shell-extension-native-window-placement
 %defattr(-,root,root)
+%doc COPYING
 
%{_datadir}/glib-2.0/schemas/org.gnome.shell.extensions.native-window-placement.gschema.xml
 
%{_datadir}/gnome-shell/extensions/native-window-placem...@gnome-shell-extensions.gnome.org/
 
 %files -n gnome-shell-extension-places-menu
 %defattr(-,root,root)
+%doc COPYING
 
%{_datadir}/gnome-shell/extensions/places-m...@gnome-shell-extensions.gnome.org/
 
 %if 0%{?build_systemMonitor}






Remember to have fun...

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



commit attica for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package attica for openSUSE:Factory
checked in at Fri Jul 22 10:23:55 CEST 2011.




--- KDE/attica/attica.changes   2010-11-19 22:52:34.0 +0100
+++ /mounts/work_src_done/STABLE/attica/attica.changes  2011-07-21 
14:01:25.0 +0200
@@ -1,0 +2,6 @@
+Thu Nov 25 18:39:24 UTC 2010 - tittiatc...@gmail.com
+
+- update to 0.2.2
+  * add support for openSUSE OBS
+
+---
@@ -4 +10,13 @@
-- Update to 0.2.0 final
+- Update to 0.2.0 
+  * final release
+
+---
+Fri Sep 10 20:00:00 CEST 2010 - johannesoberm...@gmx.de
+
+- update to released 0.1.91 tarball
+  - makes gluon compile against K:D:F
+
+---
+Fri Sep 10 17:58:53 UTC 2010 - tittiatc...@gmail.com
+
+- update to 0.1.91 (0.2.0-rc1)
@@ -19,0 +38,6 @@
+
+---
+Tue Aug 17 15:08:58 UTC 2010 - tittiatc...@gmail.com
+
+- update to a new svn snapshot of the upcoming 0.2.0
+  * beginning of the attributes API
@@ -37,6 +60,0 @@
-

-Fri Sep 10 20:00:00 CEST 2010 - johannesoberm...@gmx.de
-
-- update to released 0.1.91 tarball
-  - makes gluon compile against K:D:F

calling whatdependson for head-i586


Old:

  attica-0.2.0.tar.bz2

New:

  attica-0.2.2.tar.bz2



Other differences:
--
++ attica.spec ++
--- /var/tmp/diff_new_pack.Fus72p/_old  2011-07-22 10:22:42.0 +0200
+++ /var/tmp/diff_new_pack.Fus72p/_new  2011-07-22 10:22:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package attica (Version 0.2.0)
+# spec file for package attica
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,59 +18,41 @@
 
 
 Name:   attica
-BuildRequires:  cmake kde4-filesystem libqt4-devel
-Url:http://websvn.kde.org/trunk/kdesupport/attica
-Version:0.2.0
+Version:0.2.2
 Release:1
 License:LGPLv2.1+
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  System/GUI/KDE
 Summary:Open Collaboration Service client library
-Requires:   libqt4  4.4
+Url:http://websvn.kde.org/trunk/kdesupport/attica
+Group:  System/GUI/KDE
 Source: attica-%{version}.tar.bz2
 Source99:   baselibs.conf
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+BuildRequires:  libqt4-devel
 Requires:   libattica0 = %{version}
+Requires:   libqt4  4.4
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Attica is a library to access Open Collaboration Service servers.
 
-
-Authors:
-
-Cornelius Schumacher schumac...@kde.org
-Frederik Gladhorn gladh...@kde.org
-
 %package -n libattica0
 License:LGPLv2.1+
-Group:  System/GUI/KDE
 Summary:Open Collaboration Service client library - development files
+Group:  System/GUI/KDE
 
 %description -n libattica0
 Attica is a library to access Open Collaboration Service servers.
 
-
-
-Authors:
-
-Cornelius Schumacher schumac...@kde.org
-Frederik Gladhorn gladh...@kde.org
-
 %package -n libattica-devel
 License:LGPLv2.1+
-Group:  Development/Libraries/C and C++
 Summary:Open Collaboration Service client library - development files
+Group:  Development/Libraries/C and C++
 Requires:   libattica0 = %{version}
 
 %description -n libattica-devel
 Development files for attica, Attica a library to access Open Collaboration 
Service servers.
 
-
-
-Authors:
-
-Cornelius Schumacher schumac...@kde.org
-Frederik Gladhorn gladh...@kde.org
-
 %prep
 %setup -q -n attica-%{version}
 
@@ -80,14 +62,14 @@
 
 %install
 cd build
-%makeinstall
+%make_install
 
 %post -n libattica0 -p /sbin/ldconfig
 
 %postun -n libattica0 -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -n libattica0
 %defattr(-,root,root)

++ attica-0.2.0.tar.bz2 - attica-0.2.2.tar.bz2 ++
 3700 lines of diff (skipped)






Remember to have fun...

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



commit libmygpo-qt for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package libmygpo-qt for openSUSE:Factory
checked in at Fri Jul 22 10:46:42 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libmygpo-qt/libmygpo-qt.changes
2011-05-23 10:49:37.0 +0200
@@ -0,0 +1,17 @@
+---
+Mon May 23 08:47:49 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 1.0.3
+  * All the Private Classes used in libmygpo-qt got their own Header
+Files (name_p.h) instead of having them in the .cpp Files
+  * UrlBuilder uses now the fast String Concatenation of Qt
+  * Some unneeded Files were removed (RequestHandlerTest 
+tests/Makefile.man)
+  * Fixed a Bug in the Build System
+  * General Cleanup of unnecessary Includes
+
+---
+Mon Mar 21 20:12:40 UTC 2011 - cgiboude...@gmx.com
+
+- Add libmygpo-qt, a Qt Library that wraps the gpodder.net Web API
+

calling whatdependson for head-i586


New:

  libmygpo-qt-1.0.3.tar.bz2
  libmygpo-qt.changes
  libmygpo-qt.spec



Other differences:
--
++ libmygpo-qt.spec ++
#
# spec file for package libmygpo-qt
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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:   libmygpo-qt
Version:1.0.3
Release:1
License:LGPLv2+
Summary:Qt Library that wraps the gpodder.net Web API
Url:http://wiki.gpodder.org/wiki/Libmygpo-qt
Group:  Development/Libraries/C and C++
Source0:%{name}-%{version}.tar.bz2
BuildRequires:  automoc4
BuildRequires:  cmake
BuildRequires:  kde4-filesystem
BuildRequires:  libqjson-devel
BuildRequires:  libqt4-devel

BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
- Simple API Calls Downloading subscription Lists  Uploading subscription Lists
- Retrieving Subscription Changes (you should use Retrieving Updates for a 
given Device instead)

%package -n libmygpo-qt1
License:LGPLv2.1+
Summary:Qt Library that wraps the gpodder
Url:http://wiki.gpodder.org/wiki/Libmygpo-qt
Group:  Development/Libraries/C and C++
Group:  Development/Libraries/C and C++

%description -n libmygpo-qt1
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
- Simple API Calls Downloading subscription Lists  Uploading subscription Lists
- Retrieving Subscription Changes (you should use Retrieving Updates for a 
given Device instead)

%package devel
License:LGPLv2.1+
Summary:Qt Library that wraps the gpodder
Url:http://wiki.gpodder.org/wiki/Libmygpo-qt
Group:  Development/Libraries/C and C++
Group:  Development/Libraries/C and C++
Requires:   libmygpo-qt1 = %{version}
Requires:   libqt4-devel = 4.6.0

%description devel
libmygpo-qt is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)

v1.0 wraps nearly every Request from the gpodder.net API except:
- Simple API Calls Downloading subscription Lists  Uploading subscription Lists
- Retrieving Subscription Changes (you should use Retrieving Updates for a 
given Device instead)

%prep
%setup -q

%build
  %cmake_kde4 -d builddir
  %make_jobs

%install
  cd builddir
  %make_install
  cd ..

%post -n libmygpo-qt1 -p /sbin/ldconfig

%postun -n libmygpo-qt1 -p /sbin/ldconfig

%clean
  rm -rf %{buildroot}

%files devel
%defattr(-,root,root)
%{_includedir}/mygpo-qt/
%{_libdir}/libmygpo-qt.so
%{_libdir}/pkgconfig/libmygpo-qt.pc

%files -n libmygpo-qt1
%defattr(-,root,root)
%{_libdir}/libmygpo-qt.so.*

%changelog





Remember to have fun...

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



commit hercules for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package hercules for openSUSE:Factory
checked in at Fri Jul 22 11:35:39 CEST 2011.




--- hercules/hercules.changes   2008-04-07 14:37:40.0 +0200
+++ /mounts/work_src_done/STABLE/hercules/hercules.changes  2011-07-11 
19:31:34.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul 11 17:30:23 UTC 2011 - cgard...@suse.com
+
+- Include sample configuration file
+- Use lib64 for x86_64 module path
+
+---
+Mon May 30 15:52:03 CEST 2011 - u...@suse.de
+
+- update - 3.07
+  see http://www.hercules-390.org/hercnew.html for changes
+
+---

calling whatdependson for head-i586


Old:

  hercules-20080407.tar.bz2

New:

  hercules-3.07.tar.bz2



Other differences:
--
++ hercules.spec ++
--- /var/tmp/diff_new_pack.4MgWQZ/_old  2011-07-22 11:32:15.0 +0200
+++ /var/tmp/diff_new_pack.4MgWQZ/_new  2011-07-22 11:32:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package hercules (Version 20080407)
+# spec file for package hercules
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,8 +25,8 @@
 Group:  System/Emulators/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
-Version:20080407
-Release:35
+Version:3.07
+Release:1
 Summary:Hercules IBM Mainframe Emulator
 Source: %name-%version.tar.bz2
 Patch:  hercules-3.03-overflow.patch
@@ -51,13 +51,11 @@
 Jay Maynard  (active)  jmayn...@conmicro.cx
 
 %prep
-%setup -n %name
+%setup
 %patch
 %patch1
 
 %build
-#use newer libltdl
-sh ./autogen.sh
 %configure \
--enable-cckd-bzip2 \
--enable-het-bzip2 \
@@ -67,16 +65,25 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
+
+# Get rid of the pesky libtool libs; they're not good for SuSE linux.
 rm -f $RPM_BUILD_ROOT/%_libdir/*.la
+# ... but keep the s390 .la files, because that's the only way that they can 
be loaded
+ rm -f $RPM_BUILD_ROOT/%_libdir/%{name}/*.la
+
 %find_lang %{name}
+mkdir -p $RPM_BUILD_ROOT/etc/%{name}/
+cp hercules.cnf $RPM_BUILD_ROOT/etc/%{name}/sample.cnf
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 /usr/bin/*
-%_libdir/hercules
+%_libdir/%{name}
 %_libdir/*.so
 %_mandir/man1/*
 %_mandir/man4/*
-/usr/share/hercules
+/usr/share/%{name}
+%dir /etc/%{name}
+%config /etc/%{name}/sample.cnf
 
 %changelog

++ hercules-20080407.tar.bz2 - hercules-3.07.tar.bz2 ++
 138196 lines of diff (skipped)

++ hercules-lib64.patch ++
--- /var/tmp/diff_new_pack.4MgWQZ/_old  2011-07-22 11:32:17.0 +0200
+++ /var/tmp/diff_new_pack.4MgWQZ/_new  2011-07-22 11:32:17.0 +0200
@@ -1,10 +1,10 @@
 --- configure.ac
 +++ configure.ac
 @@ -1917,7 +1917,7 @@
- fi
- fi
+ *)   DESTLIBS=lib ;;
+ esac
  
--MODULESDIR=${DESTPREFIX}/lib/${PACKAGE}
+-MODULESDIR=${DESTPREFIX}/${DESTLIBS}/${PACKAGE}
 +MODULESDIR=${libdir}/${PACKAGE}
  PKGDATADIR=${DESTPREFIX}/share/${PACKAGE}
  HERC_LOCALEDIR=${DESTPREFIX}/share/locale






Remember to have fun...

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



commit kde4-filesystem for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory
checked in at Fri Jul 22 14:52:45 CEST 2011.




--- KDE/kde4-filesystem/kde4-filesystem.changes 2011-07-01 11:18:24.0 
+0200
+++ /mounts/work_src_done/STABLE/kde4-filesystem/kde4-filesystem.changes
2011-07-21 12:50:40.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 10:48:07 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95
+- Require akonadi 1.6.0 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.rveOn9/_old  2011-07-22 14:52:16.0 +0200
+++ /var/tmp/diff_new_pack.rveOn9/_new  2011-07-22 14:52:16.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 License:LGPLv2.1+
 Group:  System/Fhs
@@ -29,31 +29,31 @@
 Source0:macros.kde4
 Source1:COPYING
 Provides:   kde4-fsview  = 3.93.0.svn712059
-Obsoletes:  kde4-fsview  3.93.0.svn712059
+Obsoletes:  kde4-fsview = 3.93.0.svn712059
 Provides:   kdeaddons4  = 3.93.0.svn712059
-Obsoletes:  kdeaddons4  3.93.0.svn712059
+Obsoletes:  kdeaddons4 = 3.93.0.svn712059
 Provides:   kdeaddons4-kicker  = 3.93.0
-Obsoletes:  kdeaddons4-kicker  3.93.0
+Obsoletes:  kdeaddons4-kicker = 3.93.0
 Provides:   kdeaddons4-knewsticker  = 3.93.0.svn712059
-Obsoletes:  kdeaddons4-knewsticker  3.93.0.svn712059
+Obsoletes:  kdeaddons4-knewsticker = 3.93.0.svn712059
 Provides:   kdeaddons4-konqueror  = 3.93.0.svn712059
-Obsoletes:  kdeaddons4-konqueror  3.93.0.svn712059
+Obsoletes:  kdeaddons4-konqueror = 3.93.0.svn712059
 Provides:   kdeaddons4-renamedlgplugins  = 3.93.0.svn712059
-Obsoletes:  kdeaddons4-renamedlgplugins  3.93.0.svn712059
+Obsoletes:  kdeaddons4-renamedlgplugins = 3.93.0.svn712059
 Provides:   kde4-kbackgammon  = 3.95.1
-Obsoletes:  kde4-kbackgammon  3.95.1
+Obsoletes:  kde4-kbackgammon = 3.95.1
 Provides:   kde4-kghostview  = 3.95.1
-Obsoletes:  kde4-kghostview  3.95.1
+Obsoletes:  kde4-kghostview = 3.95.1
 Provides:   kde4-noatun  = 3.93.0.svn712059
-Obsoletes:  kde4-noatun  3.93.0.svn712059
+Obsoletes:  kde4-noatun = 3.93.0.svn712059
 Provides:   kdeaccessibility4-kicker  = 3.97.1
-Obsoletes:  kdeaccessibility4-kicker  3.97.1
+Obsoletes:  kdeaccessibility4-kicker = 3.97.1
 Provides:   kdetoys4-kicker  = 3.97.1
-Obsoletes:  kdetoys4-kicker  3.97.1
+Obsoletes:  kdetoys4-kicker = 3.97.1
 Provides:   kde4-khexeditor  = 3.97.1
-Obsoletes:  kde4-khexeditor  3.97.1
+Obsoletes:  kde4-khexeditor = 3.97.1
 Provides:   kde4-kregexpeditor  = 3.97.1
-Obsoletes:  kde4-kregexpeditor  3.97.1
+Obsoletes:  kde4-kregexpeditor = 3.97.1
 Obsoletes:  extragear-libs = 4.0.80
 Obsoletes:  kde4-kmilo = 4.0.4
 Obsoletes:  kde4-kmilo = 4.0.72

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.rveOn9/_old  2011-07-22 14:52:16.0 +0200
+++ /var/tmp/diff_new_pack.rveOn9/_new  2011-07-22 14:52:16.0 +0200
@@ -28,13 +28,13 @@
 %_kde4_modules %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.6.5
-%_kde_pimlibs_version 4.6.5
-%_kde_akonadi_version 1.4.95
+%_kde_platform_version 4.6.95
+%_kde_pimlibs_version 4.6.95
+%_kde_akonadi_version 1.6.0
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.7.3
 %kde4_pimlibs_requires Requires: kdepimlibs4 = %_kde_pimlibs_version
-%kde4_akonadi_requires Requires: akonadi-runtime = %_kde_akonadi_version 
akonadi-runtime  1.5.40
+%kde4_akonadi_requires Requires: akonadi-runtime = %_kde_akonadi_version 
akonadi-runtime  1.6.40
 
 %_kde_build_type release
 






Remember to have fun...

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



commit soprano for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package soprano for openSUSE:Factory
checked in at Fri Jul 22 14:53:14 CEST 2011.




soprano-backend-virtuoso.changes: same change
--- soprano/soprano.changes 2011-05-16 20:08:59.0 +0200
+++ /mounts/work_src_done/STABLE/soprano/soprano.changes2011-07-21 
16:03:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:03:21 UTC 2011 - idon...@novell.com
+
+- Update to 2.6.51 needed for KDE 4.7rc2 
+
+---

calling whatdependson for head-i586


Old:

  soprano-2.6.0.tar.bz2

New:

  soprano-2.6.51.tar.bz2



Other differences:
--
++ soprano-backend-sesame.spec ++
--- /var/tmp/diff_new_pack.mozcpx/_old  2011-07-22 14:52:56.0 +0200
+++ /var/tmp/diff_new_pack.mozcpx/_new  2011-07-22 14:52:56.0 +0200
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # COMMON1-BEGIN
 # COMMON1-BEGIN
-Version:2.6.0
+Version:2.6.51
 Release:1
 Source0:
http://sourceforge.net/projects/soprano/files/Soprano/%{version}/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf

soprano-backend-virtuoso.spec: same change
++ soprano.spec ++
--- /var/tmp/diff_new_pack.mozcpx/_old  2011-07-22 14:52:56.0 +0200
+++ /var/tmp/diff_new_pack.mozcpx/_new  2011-07-22 14:52:56.0 +0200
@@ -24,7 +24,7 @@
 Summary:C++/Qt based interface library for RDF
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # COMMON1-BEGIN
-Version:2.6.0
+Version:2.6.51
 Release:1
 Source0:
http://sourceforge.net/projects/soprano/files/Soprano/%{version}/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf

++ soprano-2.6.0.tar.bz2 - soprano-2.6.51.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soprano-2.6.0/CMakeLists.txt 
new/soprano-2.6.51/CMakeLists.txt
--- old/soprano-2.6.0/CMakeLists.txt2011-02-01 15:51:41.0 +0100
+++ new/soprano-2.6.51/CMakeLists.txt   2011-06-05 10:38:25.0 +0200
@@ -7,7 +7,7 @@
 ##  Soprano version  
 set(CMAKE_SOPRANO_VERSION_MAJOR 2)
 set(CMAKE_SOPRANO_VERSION_MINOR 6)
-set(CMAKE_SOPRANO_VERSION_RELEASE 0)
+set(CMAKE_SOPRANO_VERSION_RELEASE 51)
 set(CMAKE_SOPRANO_VERSION_STRING 
${CMAKE_SOPRANO_VERSION_MAJOR}.${CMAKE_SOPRANO_VERSION_MINOR}.${CMAKE_SOPRANO_VERSION_RELEASE})
 
 
@@ -242,13 +242,13 @@
 
   add_custom_target(
 stabledox
-COMMAND rsync -zrtq docs/html/ 
$ENV{USER},sopr...@web.sf.net:/home/groups/s/so/soprano/htdocs/apidox/stable
+COMMAND rsync -zrtq docs/html/ 
$ENV{USER},sopr...@web.sf.net:/home/project-web/soprano/htdocs/apidox/stable
 DEPENDS onlineapidox
 COMMENT Uploading stable API docs to Sourceforge...)
 
   add_custom_target(
 trunkdox
-COMMAND rsync -zrtq docs/html/ 
$ENV{USER},sopr...@web.sf.net:/home/groups/s/so/soprano/htdocs/apidox/trunk
+COMMAND rsync -zrtq docs/html/ 
$ENV{USER},sopr...@web.sf.net:/home/project-web/soprano/htdocs/apidox/trunk
 DEPENDS onlineapidox
 COMMENT Uploading trunk API docs to Sourceforge...)
 endif(DOXYGEN_EXECUTABLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soprano-2.6.0/ChangeLog new/soprano-2.6.51/ChangeLog
--- old/soprano-2.6.0/ChangeLog 2011-02-01 15:51:41.0 +0100
+++ new/soprano-2.6.51/ChangeLog2011-06-05 10:38:25.0 +0200
@@ -1,3 +1,13 @@
+2.7.0
+   * Use the new Virtuoso parameter XAnyNormalization to use normalized 
accents for full-text searching by default.
+   * Updated NAO Vocabulary namespace to include changes from SDO 0.7.
+* Added method LiteralValue::fromVariant which provides some useful 
type conversions.
+
+2.6.1
+   * Let onto2vocabularyclass convert dots in entity names to underscores 
to create valid C++ names.
+   * Register DBus types in Client::DBusModel to make sure it can be used 
without Client::DBusClient.
+   * Fixed error propagation in Utils::AsyncQuery.
+
 2.6.0
* Fixed handling of xsd:boolean in SPARQL queries in the Virtuoso 
backend
   (this is a hack that might not work in all situations)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/soprano-2.6.0/backends/virtuoso/README 
new/soprano-2.6.51/backends/virtuoso/README
--- old/soprano-2.6.0/backends/virtuoso/README  2011-02-01 15:51:41.0 
+0100
+++ new/soprano-2.6.51/backends/virtuoso/README 2011-06-05 10:38:25.0 
+0200
@@ -5,13 +5,13 @@
 * Virtuoso/SPAURL has no notion of the empty/default graph. Thus, it is not 
possible
   to add statements to the empty/default graph. We work around this problem by
   introducing a special default named graph which is used internally to store 

commit shared-desktop-ontologies for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package shared-desktop-ontologies for 
openSUSE:Factory
checked in at Fri Jul 22 14:56:47 CEST 2011.




--- shared-desktop-ontologies/shared-desktop-ontologies.changes 2011-05-03 
13:00:03.0 +0200
+++ 
/mounts/work_src_done/STABLE/shared-desktop-ontologies/shared-desktop-ontologies.changes
2011-07-21 17:21:12.0 +0200
@@ -1,0 +2,7 @@
+Thu Jul 21 15:17:31 UTC 2011 - idon...@novell.com
+
+- Update to 0.7.1 
+  *  Fixed domain of nao:maintainedBy
+  *  Lots of new classes
+
+---

calling whatdependson for head-i586


Old:

  shared-desktop-ontologies-0.6.0.tar.bz2

New:

  shared-desktop-ontologies-0.7.1.tar.bz2



Other differences:
--
++ shared-desktop-ontologies.spec ++
--- /var/tmp/diff_new_pack.Lzjctb/_old  2011-07-22 14:53:26.0 +0200
+++ /var/tmp/diff_new_pack.Lzjctb/_new  2011-07-22 14:53:26.0 +0200
@@ -15,19 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   shared-desktop-ontologies
-BuildRequires:  cmake gcc-c++ kde4-filesystem pkg-config
-Url:http://sourceforge.net/projects/oscaf
-Version:0.6.0
+Version:0.7.1
 Release:1
 License:CCBY
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  System/X11/Utilities
 Summary:Shared Desktop Ontologies
+Url:http://sourceforge.net/projects/oscaf
+Group:  System/X11/Utilities
 Source0:%{name}-%{version}.tar.bz2
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  kde4-filesystem
+BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -38,9 +40,9 @@
 
 %package devel
 License:CCBY
-Group:  Development/Libraries/C and C++
 Summary:Shared Desktop Ontologies
-Requires:   %{name} = %version
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
 
 %description devel
 Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies
@@ -59,7 +61,7 @@
 %makeinstall
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++ shared-desktop-ontologies-0.6.0.tar.bz2 - 
shared-desktop-ontologies-0.7.1.tar.bz2 ++
 1838 lines of diff (skipped)






Remember to have fun...

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



commit grantlee for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package grantlee for openSUSE:Factory
checked in at Fri Jul 22 15:07:51 CEST 2011.




--- grantlee/grantlee.changes   2011-07-06 18:47:15.0 +0200
+++ /mounts/work_src_done/STABLE/grantlee/grantlee.changes  2011-07-07 
19:04:36.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul  7 17:04:30 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Added Provides/Obsoletes for grantlee.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ grantlee.spec ++
--- /var/tmp/diff_new_pack.JsYf7X/_old  2011-07-22 14:56:55.0 +0200
+++ /var/tmp/diff_new_pack.JsYf7X/_new  2011-07-22 14:56:55.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   grantlee
 Version:0.1.9
-Release:1
+Release:2
 License:LGPLv2.1+
 Summary:Qt string template library
 Url:http://grantlee.org/
@@ -52,6 +52,9 @@
 License:LGPLv2.1+
 Summary:Qt string template library
 Group:  System/Libraries
+# grantlee was last used in openSUSE 11.4 (grantlee-0.1.7)
+Provides:   grantlee = %{version}
+Obsoletes:  grantlee  %{version}
 
 %description -n libgrantlee_core0
 Grantlee is a string template engine based on the Django template system and
@@ -61,6 +64,9 @@
 License:LGPLv2.1+
 Summary:Qt string template library
 Group:  System/Libraries
+# grantlee was last used in openSUSE 11.4 (grantlee-0.1.7)
+Provides:   grantlee = %{version}
+Obsoletes:  grantlee  %{version}
 
 %description -n libgrantlee_gui0
 Grantlee is a string template engine based on the Django template system and






Remember to have fun...

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



commit kdelibs4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Fri Jul 22 15:09:13 CEST 2011.




--- KDE/kdelibs4/kdelibs4-apidocs.changes   2011-07-01 11:26:28.0 
+0200
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4-apidocs.changes  
2011-07-21 14:50:34.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:48:40 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
kdelibs4.changes: same change

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff
  kdelibs-4.6.5.tar.bz2
  ksuseinstall_11.2.diff
  no_kbookmark_write_error.diff

New:

  kdelibs-4.6.95.tar.bz2



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.h01LiI/_old  2011-07-22 15:08:09.0 +0200
+++ /var/tmp/diff_new_pack.h01LiI/_new  2011-07-22 15:08:09.0 +0200
@@ -25,7 +25,7 @@
 Group:  System/GUI/KDE
 Summary:KDE 4 API documentation
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 Requires:   kde4-filesystem
 Source0:kdelibs-%version.tar.bz2
@@ -33,7 +33,6 @@
 Source2:hidden.desktop
 Source3:ycp.xml
 Source4:kde4rc
-Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -47,7 +46,6 @@
 
 %prep
 %setup -q -n kdelibs-%version
-%patch0
 
 %build
   export QTDOCDIR=`pkg-config --variable=docdir Qt`

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.h01LiI/_old  2011-07-22 15:08:09.0 +0200
+++ /var/tmp/diff_new_pack.h01LiI/_new  2011-07-22 15:08:09.0 +0200
@@ -27,14 +27,9 @@
 BuildRequires:  docbook-xsl-stylesheets docbook_4 libdbusmenu-qt-devel
 BuildRequires:  avahi-compat-mDNSResponder-devel fdupes libjasper-devel
 BuildRequires:  libgssglue-devel
-%if 0%{?suse_version}  1110
 BuildRequires:  libudev-devel xz-devel
 BuildRequires:  libpolkit-qt-1-devel
-%else
-BuildRequires:  lzma-devel
-BuildRequires:  libpolkit-qt-devel
-%endif
-%if 0%{?suse_version}  1130
+%if %suse_version  1130
 BuildRequires:  utempter-devel
 %else
 BuildRequires:  utempter
@@ -43,7 +38,7 @@
 Group:  System/GUI/KDE
 Summary:KDE Base Libraries
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
 Recommends: strigi = %( echo `rpm -q --queryformat '%{VERSION}' 
strigi-devel`)
@@ -57,7 +52,6 @@
 Source2:hidden.desktop
 Source3:ycp.xml
 Source4:kde4rc
-Patch0: 4_6_BRANCH.diff
 Patch1: kde3-applications.diff
 Patch2: default-useragent.diff
 Patch3: add-suse-translations.diff
@@ -72,29 +66,22 @@
 Patch18:plasma-libs.diff
 Patch20:ignore-inline-menu.diff
 Patch24:ksuseinstall.diff
-Patch25:ksuseinstall_11.2.diff
-Patch28:no_kbookmark_write_error.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %requires_gelibqt4-x11
 %if 0%{?opensuse_bs}
 %define debug_package_requires %name = %version-%release libqt4-debuginfo
 %endif
-%if %suse_version == 1110
-Requires:   %{name}-branding = 11.1
-%endif
-%if %suse_version == 1120
-Requires:   %{name}-branding = 11.2
-%endif
 %if %suse_version == 1130
 Requires:   %{name}-branding = 11.3
 %endif
-%if %suse_version  1130
+%if %suse_version == 1140
 Requires:   %{name}-branding = 11.4
 %endif
-%if 0%{?suse_version}  1120
+%if %suse_version  1140
+Requires:   %{name}-branding = 12.1
+%endif
 Requires:   udisks
 Requires:   upower
-%endif
 Requires(post): shared-mime-info
 Requires(postun):   shared-mime-info
 
@@ -114,18 +101,15 @@
 Summary:KDE Base Libraries
 License:LGPLv2.1+
 Group:  System/GUI/KDE
-%if %suse_version == 1110
-Provides:   %{name}-branding = 11.1
-%endif
-%if %suse_version == 1120
-Provides:   %{name}-branding = 11.2
-%endif
 %if %suse_version == 1130
 Provides:   %{name}-branding = 11.3
 %endif
-%if %suse_version  1130
+%if %suse_version == 1140
 Provides:   %{name}-branding = 11.4
 %endif
+%if %suse_version  1140
+Provides:   %{name}-branding = 12.1
+%endif
 
 Conflicts:  otherproviders(%{name}-branding)
 Supplements:packageand(kdelibs4:branding-upstream)
@@ -142,7 +126,6 @@
 
 %prep
 %setup -q -n kdelibs-%version
-%patch0
 %patch1
 %patch2
 %patch3
@@ -157,10 +140,6 @@
 %patch18
 %patch20
 %patch24
-%if %suse_version  1130
-%patch25
-%endif
-%patch28 -p1
 #
 # define KDE version exactly
 #
@@ -176,7 +155,10 @@
 -DCONFIG_INSTALL_DIR=%{_kde_config_dir} \
 -DDATA_INSTALL_DIR=%{_kde_share_dir}/apps \
 -DKCFG_INSTALL_DIR=%{_kde_share_dir}/config.kcfg \
--DMIME_INSTALL_DIR=/nogo 

commit oxygen-icon-theme for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory
checked in at Fri Jul 22 15:15:09 CEST 2011.




--- KDE/oxygen-icon-theme/oxygen-icon-theme.changes 2011-07-01 
11:22:12.0 +0200
+++ /mounts/work_src_done/STABLE/oxygen-icon-theme/oxygen-icon-theme.changes
2011-07-21 16:44:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:44:35 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  oxygen-icons-4.6.5.tar.bz2

New:

  oxygen-icons-4.6.95.tar.bz2



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.7QC3nz/_old  2011-07-22 15:14:24.0 +0200
+++ /var/tmp/diff_new_pack.7QC3nz/_new  2011-07-22 15:14:24.0 +0200
@@ -19,17 +19,16 @@
 
 Name:   oxygen-icon-theme
 BuildRequires:  cmake kde4-filesystem libqt4-devel
-%if %suse_version  1020
 BuildRequires:  fdupes
-%endif
 License:LGPLv2.1+
 Group:  System/GUI/KDE
 Summary:Oxygen Icon Theme
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 Requires:   hicolor-icon-theme
 Recommends: oxygen-icon-theme-scalable
+Recommends: oxygen-icon-theme-large
 Source0:oxygen-icons-%version.tar.bz2
 Source1:22x22-package-manager-icon.png
 Source2:32x32-package-manager-icon.png
@@ -40,11 +39,10 @@
 Source7:64x64-document.png
 Source8:128x128-document.png
 Source9:document.svgz
-Source10:   256x256-document.png
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Provides:   kdelibs4-icons = 3.92.0
-Obsoletes:  kdelibs4-icons = 3.92.0
+Obsoletes:  kdelibs4-icons  3.92.0
 
 %description
 This package contains the non-scalable icons of the Oxygen icon theme.
@@ -77,17 +75,13 @@
   install -D -m 0644 %SOURCE7 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/64x64/apps/document.png
   install -D -m 0644 %SOURCE8 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/128x128/apps/document.png
   install -D -m 0644 %SOURCE9 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/scalable/apps/document.svgz
-  install -D -m 0644 %SOURCE10 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/256x256/apps/document.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/22x22/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/22x22/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/32x32/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/32x32/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/48x48/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/48x48/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/64x64/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/64x64/places/folder_html.png
   install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/128x128/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/128x128/places/folder_html.png
-  install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/256x256/places/folder-html.png 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/256x256/places/folder_html.png
   #install -D -m 0644 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/scalable/places/folder-html.svgz 
$RPM_BUILD_ROOT/usr/share/icons/oxygen/scalable/places/folder_html.svgz
-%if %suse_version  1020
   %fdupes $RPM_BUILD_ROOT
-%endif
 
 %clean
   rm -rf $RPM_BUILD_ROOT
@@ -98,7 +92,7 @@
 Summary:Oxygen Icon Theme
 Requires:   oxygen-icon-theme = %version
 Provides:   kdelibs4-icons-scalable = 3.92.0
-Obsoletes:  kdelibs4-icons-scalable = 3.92.0
+Obsoletes:  kdelibs4-icons-scalable  3.92.0
 
 %description scalable
 This package contains the scalable icons of the Oxygen icon theme.











++ oxygen-icons-4.6.5.tar.bz2 - oxygen-icons-4.6.95.tar.bz2 ++
KDE/oxygen-icon-theme/oxygen-icons-4.6.5.tar.bz2 
/mounts/work_src_done/STABLE/oxygen-icon-theme/oxygen-icons-4.6.95.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit kdebase4-runtime for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-runtime for openSUSE:Factory
checked in at Fri Jul 22 16:29:12 CEST 2011.




--- KDE/kdebase4-runtime/kdebase4-runtime.changes   2011-07-01 
11:41:57.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-runtime/kdebase4-runtime.changes  
2011-07-21 14:24:20.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:23:28 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_5_BRANCH.diff
  kcontrol-locale-fix.patch
  kdebase-runtime-4.6.5.tar.bz2
  knetattach-show.diff

New:

  desktop-files.diff
  fix-nepomuk-indexing.patch
  kde-runtime-4.6.95.tar.bz2
  nepomuk-cpu.patch



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.e1wLbu/_old  2011-07-22 15:15:33.0 +0200
+++ /var/tmp/diff_new_pack.e1wLbu/_new  2011-07-22 15:15:33.0 +0200
@@ -22,7 +22,7 @@
 Group:  System/GUI/KDE
 Summary:The KDE Runtime Components
 Url:http://www.kde.org/
-Version:4.6.5
+Version:4.6.95
 Release:1
 BuildRequires:  libkde4-devel = %version
 BuildRequires:  NetworkManager-devel bluez-devel libqimageblitz-devel 
openslp-devel
@@ -32,33 +32,29 @@
 BuildRequires:  soprano-backend-redland soprano-backend-virtuoso
 BuildRequires:  libcanberra-devel libpulse-devel
 BuildRequires:  libssh-devel
-%if %suse_version  1110
 BuildRequires:  xz-devel
 BuildRequires:  lzma-devel
-## not needed on openSUSE because we use NetworkManager
-#BuildRequires:  libntrack-qt4-devel
-%endif
-Source0:kdebase-runtime-%version.tar.bz2
+Source0:kde-runtime-%version.tar.bz2
 Source1:kde4-essential.menu
 Source2:kde-settings.menu
 Source3:kde-settings.directory
 Source4:KDE-Sys-Log-Out.ogg
 Source99:   nepomuk.png
-Patch0: 4_5_BRANCH.diff
 Patch2: phonon-wakeups.diff
 Patch3: hotplug-kde3.diff
 Patch4: kde4-wrapper.diff
 Patch5: kdesu-remember-keep-password.diff
 Patch7: simple-ccsm-kde.diff
-Patch8: knetattach-show.diff
 Patch10:khelpcenter-gnome-support.patch
 Patch11:khelpcenter-use-susehelp.patch
 Patch13:ksuseinstall.diff
 Patch15:kdesu-symbol-lookup-workaround.diff
 Patch16:phonon-always-forget.diff
-Patch17:kcontrol-locale-fix.patch
+Patch17:desktop-files.diff
+Patch18:nepomuk-cpu.patch
+Patch19:fix-nepomuk-indexing.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   oxygen-icon-theme = %version
+Requires:   oxygen-icon-theme = 4.6.40
 Requires:   libqt4-x11 = %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-x11`)
 Requires:   kdelibs4 = %version
 Requires:   phonon dbus-1-x11 soprano-backend-redland
@@ -72,18 +68,15 @@
 Recommends: htdig
 %define debug_package_requires %name = %version-%release kdelibs4-debuginfo
 Obsoletes:  kdebase3 = 3.5.1
-%if %suse_version == 1110
-Requires:   %name-branding = 11.1
-%endif
-%if %suse_version == 1120
-Requires:   %name-branding = 11.2
-%endif
 %if %suse_version == 1130
 Requires:   %name-branding = 11.3
 %endif
-%if %suse_version  1130
+%if %suse_version == 1140
 Requires:   %name-branding = 11.4
 %endif
+%if %suse_version  1140
+Requires:   %name-branding = 12.1
+%endif
 Provides:   plasma-theme-air = 4.2.90
 Obsoletes:  plasma-theme-air = 4.2.90
 # packages older than 4.4.x had too strict kdebase4-runtime requirement
@@ -100,18 +93,15 @@
 License:GPLv2+
 Group:  System/GUI/KDE
 #BRAND: FIXME
-%if %suse_version == 1110
-Provides:   %{name}-branding = 11.1
-%endif
-%if %suse_version == 1120
-Provides:   %{name}-branding = 11.2
-%endif
 %if %suse_version == 1130
 Provides:   %{name}-branding = 11.3
 %endif
-%if %suse_version  1130
+%if %suse_version == 1140
 Provides:   %{name}-branding = 11.4
 %endif
+%if %suse_version  1140
+Provides:   %{name}-branding = 12.1
+%endif
 Conflicts:  otherproviders(%{name}-branding)
 Supplements:packageand(kdebase4-runtime:branding-upstream)
 
@@ -150,22 +140,22 @@
 The KDE Team k...@kde.org
 
 %prep
-%setup -q -n kdebase-runtime-%version
-cp %{SOURCE4} $RPM_BUILD_DIR/kdebase-runtime-%version/knotify/sounds/
-%patch0
+%setup -q -n kde-runtime-%version
+cp %{SOURCE4} $RPM_BUILD_DIR/kde-runtime-%version/knotify/sounds/
 # causes crashes, disabled for now
 #%patch2
 %patch3
 %patch4
 %patch5
 %patch7
-%patch8
 %patch10
 %patch11
 %patch13
 %patch15
 %patch16
-%patch17 -p1
+%patch17
+%patch18 -p1
+%patch19 -p1
 
 %build
   %cmake_kde4 -d build
@@ -332,7 +322,7 @@
 %_kde4_modulesdir/kcm_attica.so
 %_kde4_modulesdir/kcm_device_automounter.so
 %_kde4_modulesdir/kded_device_automounter.so

commit kernel-source for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory
checked in at Fri Jul 22 16:31:32 CEST 2011.




--- kernel-source/kernel-debug.changes  2011-07-15 07:02:15.0 +0200
+++ /mounts/work_src_done/STABLE/kernel-source/kernel-debug.changes 
2011-07-22 10:50:28.0 +0200
@@ -1,0 +2,25 @@
+Fri Jul 22 10:24:06 CEST 2011 - mma...@suse.cz
+
+- Update to 3.0.
+- commit 50c05d7
+
+---
+Thu Jul 21 14:50:39 CEST 2011 - jbeul...@novell.com
+
+- Update Xen patches to 3.0-rc7 and c/s 1098.
+- Update Xen config files.
+- commit f4eb207
+
+---
+Mon Jul 18 14:35:31 CEST 2011 - jdelv...@suse.de
+
+- tulip: Disable debugging messages by default
+- commit 141a54f
+
+---
+Fri Jul 15 10:14:30 CEST 2011 - oher...@suse.de
+
+- hv: only load the driver in a hyper-v guest (bnc#704957).
+- commit f2f7449
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-pae.changes: same change
kernel-ppc64.changes: same change
kernel-ps3.changes: same change
kernel-s390.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-trace.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change

calling whatdependson for head-i586


Old:

  linux-3.0-rc7.tar.bz2

New:

  linux-3.0.tar.bz2



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.uNmsF1/_old  2011-07-22 16:30:18.0 +0200
+++ /var/tmp/diff_new_pack.uNmsF1/_new  2011-07-22 16:30:18.0 +0200
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.0-rc7
-%define patchversion 3.0.0-rc7
+%define srcversion 3.0
+%define patchversion 3.0.0
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -55,7 +55,7 @@
 
 Name:   kernel-debug
 Summary:A Debug Version of the Kernel
-Version:3.0.rc7
+Version:3.0.0
 Release:1
 %if %using_buildservice
 %else

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.uNmsF1/_old  2011-07-22 16:30:18.0 +0200
+++ /var/tmp/diff_new_pack.uNmsF1/_new  2011-07-22 16:30:18.0 +0200
@@ -17,14 +17,14 @@
 
 # norootforbuild
 
-%define patchversion 3.0.0-rc7
+%define patchversion 3.0.0
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
 
 Name:   kernel-docs
 Summary:Kernel Documentation
-Version:3.0.rc7
+Version:3.0.0
 Release:1
 %if %using_buildservice
 %else

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.uNmsF1/_old  2011-07-22 16:30:18.0 +0200
+++ /var/tmp/diff_new_pack.uNmsF1/_new  2011-07-22 16:30:18.0 +0200
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.0-rc7
-%define patchversion 3.0.0-rc7
+%define srcversion 3.0
+%define patchversion 3.0.0
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -55,7 +55,7 @@
 
 Name:   kernel-ec2
 Summary:The Amazon EC2 Xen Kernel
-Version:3.0.rc7
+Version:3.0.0
 Release:1
 %if %using_buildservice
 %else

kernel-pae.spec: same change
kernel-ppc64.spec: same change
kernel-ps3.spec: same change
kernel-s390.spec: same change
++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.uNmsF1/_old  2011-07-22 16:30:18.0 +0200
+++ /var/tmp/diff_new_pack.uNmsF1/_new  2011-07-22 16:30:18.0 +0200
@@ -18,8 +18,8 @@
 # norootforbuild
 # icecream 0
 
-%define srcversion 3.0-rc7
-%define patchversion 3.0.0-rc7
+%define srcversion 3.0
+%define patchversion 3.0.0
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -29,7 +29,7 @@
 
 Name:   kernel-source
 Summary:The Linux Kernel Sources
-Version:3.0.rc7
+Version:3.0.0
 Release:1
 %if %using_buildservice
 %else

++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.uNmsF1/_old  2011-07-22 16:30:18.0 +0200
+++ /var/tmp/diff_new_pack.uNmsF1/_new  2011-07-22 16:30:18.0 +0200
@@ -23,7 +23,7 @@
 
 Name:   kernel-syms
 Summary:Kernel Symbol Versions (modversions)
-Version:3.0.rc7
+Version:3.0.0
 Release:1
 %if %using_buildservice
 %else

++ kernel-trace.spec ++
--- /var/tmp/diff_new_pack.uNmsF1/_old  2011-07-22 16:30:18.0 +0200
+++ /var/tmp/diff_new_pack.uNmsF1/_new  2011-07-22 16:30:18.0 +0200
@@ -17,8 +17,8 @@
 
 # norootforbuild
 
-%define srcversion 3.0-rc7
-%define patchversion 3.0.0-rc7
+%define srcversion 3.0
+%define patchversion 3.0.0
 %define 

commit freetype2 for openSUSE:11.3

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package freetype2 for openSUSE:11.3
checked in at Fri Jul 22 16:33:55 CEST 2011.




--- old-versions/11.3/UPDATES/all/freetype2/freetype2.changes   2011-02-28 
17:58:51.0 +0100
+++ 11.3/freetype2/freetype2.changes2011-07-21 19:58:10.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 19:29:23 CEST 2011 - m...@suse.de
+
+- added bnc704612_othersubr.diff, CVE-2011-0226, bnc#704612
+
+---
ft2demos.changes: same change

calling whatdependson for 11.3-i586


New:

  bnc704612_othersubr.diff



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.BmXXfG/_old  2011-07-22 16:31:32.0 +0200
+++ /var/tmp/diff_new_pack.BmXXfG/_new  2011-07-22 16:31:32.0 +0200
@@ -29,7 +29,7 @@
 %endif
 #
 Version:2.3.12
-Release:7.RELEASE4
+Release:7.RELEASE5
 Url:http://www.freetype.org
 Summary:A TrueType Font Library
 # CVS repository:
@@ -67,6 +67,7 @@
 Patch1015:  bnc641580_CVE-2010-3311.diff
 Patch1016:  bnc647375_CVE-2010-3814.diff
 Patch1017:  bnc647375_CVE-2010-3855.diff
+Patch1018:  bnc704612_othersubr.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -150,6 +151,7 @@
 %patch1016 -p1
 # bnc647375_CVE-2010-3855.diff
 %patch1017 -p1
+%patch1018 -p1
 
 pushd docs
 tar xf $RPM_SOURCE_DIR/freetype-doc-reference.tar.bz2

++ ft2demos.spec ++
--- /var/tmp/diff_new_pack.BmXXfG/_old  2011-07-22 16:31:32.0 +0200
+++ /var/tmp/diff_new_pack.BmXXfG/_new  2011-07-22 16:31:32.0 +0200
@@ -25,7 +25,7 @@
 AutoReqProv:on
 Supplements:fonts-config
 Version:2.3.12
-Release:7.RELEASE4
+Release:7.RELEASE5
 %define freetype_version %{version}
 Url:http://www.freetype.org
 Summary:Freetype2 Utilities and Demo Programs
@@ -72,6 +72,7 @@
 Patch1016:  bnc647375_CVE-2010-3814.diff
 Source1016: bug-647375_tt2.ttf
 Patch1017:  bnc647375_CVE-2010-3855.diff
+Patch1018:  bnc704612_othersubr.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -134,6 +135,7 @@
 %patch1016 -p1
 # bnc647375_CVE-2010-3855.diff
 %patch1017 -p1
+%patch1018 -p1
 
 pushd docs
 tar xf $RPM_SOURCE_DIR/freetype-doc-reference.tar.bz2



++ bnc704612_othersubr.diff ++
--- freetype-2.3.12/src/psaux/t1decode.c.orig   2010-01-08 17:11:54.0 
+
+++ freetype-2.3.12/src/psaux/t1decode.c2011-07-21 17:04:46.0 
+
@@ -28,6 +28,8 @@
 
 #include psauxerr.h
 
+/* ensure proper sign extension */
+#define Fix2Int( f )  ( (FT_Int)(FT_Short)( (f)  16 ) )
 
   /*/
   /*   */
@@ -671,7 +673,7 @@
 if ( large_int )
   FT_TRACE4((  %ld, value ));
 else
-  FT_TRACE4((  %ld, (FT_Int32)( value  16 ) ));
+  FT_TRACE4((  %ld, Fix2Int( value ) ));
 #endif
 
 *top++   = value;
@@ -693,8 +695,8 @@
 
 top -= 2;
 
-subr_no = (FT_Int)( top[1]  16 );
-arg_cnt = (FT_Int)( top[0]  16 );
+subr_no = Fix2Int( top[1] );
+arg_cnt = Fix2Int( top[0] );
 
 /***/
 /* */
@@ -867,7 +869,7 @@
 if ( arg_cnt != 1 || blend == NULL )
   goto Unexpected_OtherSubr;
 
-idx = (FT_Int)( top[0]  16 );
+idx = Fix2Int( top[0] );
 
 if ( idx  0   ||
  idx + blend-num_designs  decoder-len_buildchar )
@@ -935,7 +937,7 @@
 if ( arg_cnt != 2 || blend == NULL )
   goto Unexpected_OtherSubr;
 
-idx = (FT_Int)( top[1]  16 );
+idx = Fix2Int( top[1] );
 
 if ( idx  0 || (FT_UInt) idx = decoder-len_buildchar )
   goto Unexpected_OtherSubr;
@@ -956,7 +958,7 @@
 if ( arg_cnt != 1 || blend == NULL )
   goto Unexpected_OtherSubr;
 
-idx = (FT_Int)( top[0]  16 );
+idx = Fix2Int( top[0] );
 
 if ( idx  0 || (FT_UInt) idx = decoder-len_buildchar )
   goto Unexpected_OtherSubr;
@@ -1014,11 +1016,15 @@
   break;
 
 default:
-  FT_ERROR(( t1_decoder_parse_charstrings:
-  unknown othersubr [%d %d], wish me luck\n,
- arg_cnt, subr_no ));
-  unknown_othersubr_result_cnt = arg_cnt;
-  break;
+  if ( arg_cnt = 0  subr_no = 0 )
+  {
+FT_ERROR(( t1_decoder_parse_charstrings:
+unknown othersubr [%d %d], wish me luck\n,
+   arg_cnt, 

commit freetype2 for openSUSE:11.4

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package freetype2 for openSUSE:11.4
checked in at Fri Jul 22 16:35:58 CEST 2011.




--- old-versions/11.4/all/freetype2/freetype2.changes   2010-12-07 
19:25:56.0 +0100
+++ 11.4/freetype2/freetype2.changes2011-07-21 20:00:07.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 19:29:23 CEST 2011 - m...@suse.de
+
+- added bnc704612_othersubr.diff, CVE-2011-0226, bnc#704612
+
+---
ft2demos.changes: same change

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/freetype2
Destination is old-versions/11.4/UPDATES/all/freetype2
calling whatdependson for 11.4-i586


New:

  bnc704612_othersubr.diff



Other differences:
--
++ freetype2.spec ++
--- /var/tmp/diff_new_pack.XcR9Gv/_old  2011-07-22 16:34:47.0 +0200
+++ /var/tmp/diff_new_pack.XcR9Gv/_new  2011-07-22 16:34:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package freetype2 (Version 2.4.4)
+# spec file for package freetype2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 %endif
 #
 Version:2.4.4
-Release:3
+Release:7.RELEASE8
 Url:http://www.freetype.org
 Summary:A TrueType Font Library
 # CVS repository:
@@ -50,6 +50,7 @@
 Patch1000:  bnc628213_1797.diff
 Patch1015:  bnc641580_CVE-2010-3311.diff
 Source1015: bug-641580_CVE-2010-3311.cff
+Patch1018:  bnc704612_othersubr.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -118,6 +119,7 @@
 #%patch1013 -p1
 # bnc641580_CVE-2010-3311.diff
 %patch1015 -p1
+%patch1018 -p1
 
 find . -name CVS -type d | xargs rm -rf
 find . -name .cvsignore | xargs rm -f

++ ft2demos.spec ++
--- /var/tmp/diff_new_pack.XcR9Gv/_old  2011-07-22 16:34:47.0 +0200
+++ /var/tmp/diff_new_pack.XcR9Gv/_new  2011-07-22 16:34:47.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ft2demos (Version 2.4.4)
+# spec file for package ft2demos
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 AutoReqProv:on
 Supplements:fonts-config
 Version:2.4.4
-Release:3
+Release:4.RELEASE2
 %define freetype_version %{version}
 Url:http://www.freetype.org
 Summary:Freetype2 Utilities and Demo Programs
@@ -50,6 +50,7 @@
 Source1013: bnc633938_badbdf.0
 Patch1015:  bnc641580_CVE-2010-3311.diff
 Source1015: bug-641580_CVE-2010-3311.cff
+Patch1018:  bnc704612_othersubr.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -94,6 +95,7 @@
 #%patch1013 -p1
 # bnc641580_CVE-2010-3311.diff
 %patch1015 -p1
+%patch1018 -p1
 
 find . -name CVS -type d | xargs rm -rf
 find . -name .cvsignore | xargs rm -f




++ bnc704612_othersubr.diff ++
--- freetype-2.4.4/src/psaux/t1decode.c.orig2011-07-21 16:44:40.0 
+
+++ freetype-2.4.4/src/psaux/t1decode.c 2011-07-21 17:00:05.0 +
@@ -28,6 +28,8 @@
 
 #include psauxerr.h
 
+/* ensure proper sign extension */
+#define Fix2Int( f )  ( (FT_Int)(FT_Short)( (f)  16 ) )
 
   /*/
   /*   */
@@ -662,7 +664,7 @@
 if ( large_int )
   FT_TRACE4((  %ld, value ));
 else
-  FT_TRACE4((  %ld, (FT_Int32)( value  16 ) ));
+  FT_TRACE4((  %ld, Fix2Int( value ) ));
 #endif
 
 *top++   = value;
@@ -684,8 +686,8 @@
 
 top -= 2;
 
-subr_no = (FT_Int)( top[1]  16 );
-arg_cnt = (FT_Int)( top[0]  16 );
+subr_no = Fix2Int( top[1] );
+arg_cnt = Fix2Int( top[0] );
 
 /***/
 /* */
@@ -862,7 +864,7 @@
 if ( arg_cnt != 1 || blend == NULL )
   goto Unexpected_OtherSubr;
 
-idx = (FT_Int)( top[0]  16 );
+idx = Fix2Int( top[0] );
 
 if ( idx  0   ||
  idx + blend-num_designs  decoder-len_buildchar )
@@ -930,7 +932,7 @@
 if ( arg_cnt != 2 || blend == NULL )
   goto Unexpected_OtherSubr;
 
-idx = (FT_Int)( top[1]  16 );
+idx = Fix2Int( top[1] );
 
 

commit kdebase4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory
checked in at Fri Jul 22 16:35:55 CEST 2011.




--- KDE/kdebase4/kdebase4.changes   2011-07-01 11:19:55.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4/kdebase4.changes  2011-07-21 
14:20:24.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:20:14 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  kdebase-4.6.5.tar.bz2
  konsolesu.desktop
  utilities-terminal-su-128.png
  utilities-terminal-su-16.png
  utilities-terminal-su-22.png
  utilities-terminal-su-32.png
  utilities-terminal-su-48.png
  utilities-terminal-su-64.png

New:

  kde-baseapps-4.6.95.tar.bz2



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.fNRhSD/_old  2011-07-22 16:34:42.0 +0200
+++ /var/tmp/diff_new_pack.fNRhSD/_new  2011-07-22 16:34:42.0 +0200
@@ -18,44 +18,31 @@
 
 
 Name:   kdebase4
-Version:4.6.5
+Version:4.6.95
 Release:1
 License:GPLv2+
 Summary:The Base KDE Apps
 Url:http://www.kde.org/
 Group:  System/GUI/KDE
+Source0:kde-baseapps-%{version}.tar.bz2
+Source1:baselibs.conf
+Source2:rpmlintrc
+Source5:dolphinsu.desktop
+Patch7: dolphin-go_up.diff
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bluez-devel
+BuildRequires:  fdupes
 BuildRequires:  kwebkitpart-devel
-BuildRequires:  libkde4-devel = %{version}
+BuildRequires:  libkde4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libraw1394-devel
 BuildRequires:  libsmbclient-devel
 BuildRequires:  libsoprano-devel
-BuildRequires:  libxklavier-devel
-BuildRequires:  soprano-backend-redland
-BuildRequires:  xine-devel
-%if 0%{?suse_version}  1020
-BuildRequires:  fdupes
 BuildRequires:  libusb-devel
-%else
-BuildRequires:  libusb
-%endif
-%if 0%{?suse_version}  1030
 BuildRequires:  pciutils-devel
-%endif
-Source0:kdebase-%{version}.tar.bz2
-Source1:baselibs.conf
-Source2:rpmlintrc
-Source4:konsolesu.desktop
-Source5:dolphinsu.desktop
-Source21:   utilities-terminal-su-16.png
-Source22:   utilities-terminal-su-22.png
-Source23:   utilities-terminal-su-32.png
-Source24:   utilities-terminal-su-48.png
-Source25:   utilities-terminal-su-64.png
-Source26:   utilities-terminal-su-128.png
-Patch7: dolphin-go_up.diff
+BuildRequires:  soprano-backend-redland
+BuildRequires:  xine-devel
+BuildRequires:  pkgconfig(libxklavier)
 Suggests:   dolphin
 Suggests:   kdebase4-libkonq
 Suggests:   kdebase4-nsplugin
@@ -70,6 +57,7 @@
 Provides:   kdebase4-devel = 3.96.0
 Obsoletes:  kdebase4-devel = 3.96.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+#Patch8: plasma-new-default-panel.diff
 %kde4_runtime_requires
 
 %description
@@ -77,7 +65,7 @@
 Environment workspace.
 
 %prep
-%setup -q -n kdebase-%{version}
+%setup -q -n kde-baseapps-%{version}
 %patch7
 
 %build
@@ -85,7 +73,7 @@
   %make_jobs
 
 %install
-  cd build
+  pushd build
 %make_install
   %create_subdir_filelist -d dolphin
   %create_subdir_filelist -d kdepasswd
@@ -93,24 +81,15 @@
   %create_subdir_filelist -d keditbookmarks
   %create_subdir_filelist -d kfind
   %create_subdir_filelist -d konqueror
-  %create_subdir_filelist -d konsole
-  %create_subdir_filelist -d kwrite
+  %create_subdir_filelist -d konq-plugins
   %create_subdir_filelist -d lib -v lib.devel
   %create_subdir_filelist -d nsplugins
-  cd ..
+  popd
   %create_exclude_filelist
-  install -D -m 0644 %SOURCE4 %SOURCE5 
%{buildroot}%{_datadir}/applications/kde4/
-  install -D -m 0644 %SOURCE21 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/utilities-terminal_su.png
-  install -D -m 0644 %SOURCE22 
%{buildroot}%{_datadir}/icons/hicolor/22x22/apps/utilities-terminal_su.png
-  install -D -m 0644 %SOURCE23 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/utilities-terminal_su.png
-  install -D -m 0644 %SOURCE24 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/utilities-terminal_su.png
-  install -D -m 0644 %SOURCE25 
%{buildroot}%{_datadir}/icons/hicolor/64x64/apps/utilities-terminal_su.png
-  install -D -m 0644 %SOURCE26 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/utilities-terminal_su.png
+  install -D -m 0644 %{SOURCE5} %{buildroot}%{_datadir}/applications/kde4/
   %suse_update_desktop_file konqbrowser  WebBrowser
   %suse_update_desktop_file konquerorsu  System FileManager
   %suse_update_desktop_file dolphin  System FileManager
-  %suse_update_desktop_file kwrite   TextEditor
-  %suse_update_desktop_file konsole  TerminalEmulator
   %suse_update_desktop_file kfindSystem Filesystem core
   

commit libeigen2-devel for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package libeigen2-devel for openSUSE:Factory
checked in at Fri Jul 22 16:36:22 CEST 2011.




--- KDE/libeigen2-devel/libeigen2-devel.changes 2011-06-27 14:30:32.0 
+0200
+++ /mounts/work_src_done/STABLE/libeigen2-devel/libeigen2-devel.changes
2011-07-21 16:36:59.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 14:36:41 UTC 2011 - idon...@novell.com
+
+- Make it a noarch package to fix rpmlint warning 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libeigen2-devel.spec ++
--- /var/tmp/diff_new_pack.RIFnVh/_old  2011-07-22 16:36:06.0 +0200
+++ /var/tmp/diff_new_pack.RIFnVh/_new  2011-07-22 16:36:06.0 +0200
@@ -26,8 +26,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://eigen.tuxfamily.org/
 Version:2.0.16
-Release:1
+Release:3
 %define tar_ver 9ca09dbd70ce
+BuildArch:  noarch
 Source: eigen-%{version}.tar.bz2
 
 %description






Remember to have fun...

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



commit python-kde4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory
checked in at Fri Jul 22 16:38:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-kde4/python-kde4.changes
2011-07-21 15:49:11.0 +0200
@@ -0,0 +1,561 @@
+---
+Thu Jul 21 13:49:02 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
+Fri Jul  1 11:20:07 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.5
+  * Bugfixes over KDE 4.6.5
+  *  see http://kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php for 
details
+  
+
+---
+Fri Jun  3 15:36:37 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
+Thu Apr 28 16:12:49 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
+Sun Apr  3 09:00:49 UTC 2011 - idoen...@novell.com
+
+- Add phonon_smoke_deprecated.patch: fix phonon compilation,
+  patch taken from KDE SVN revision 1208598
+
+---
+Fri Apr  1 14:11:50 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.2
+  * Bugfixes over KDE 4.6.1
+  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for 
details
+
+---
+Tue Mar  8 14:08:14 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+
+---
+Wed Jan 19 23:37:46 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.0
+  * For highlights, see http://kde.org/announcements/4.6
+
+---
+Mon Jan 10 13:49:44 UTC 2011 - co...@novell.com
+
+- ran spec-cleaner and made kde dependency version specific
+
+---
+Tue Jan  4 18:05:25 CET 2011 - dmuel...@suse.de
+
+- update to 4.5.95
+  * KDE 4.6 RC2
+  * no upstream changelog available.
+
+---
+Thu Dec 30 12:34:49 UTC 2010 - ei...@heavensinferno.net
+
+- Added Patch1
+  * Make pykdeuic4 work with recent python-qt4 and python-sip
+(upstreamed in trunk)
+
+---
+Wed Dec 22 11:36:40 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.90
+  * KDE 4.6 RC1
+  * no upstream changelog available.
+
+---
+Fri Dec  3 17:11:08 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.85
+  * KDE 4.6 Beta2
+  * Final Beta before RC, various fixes from Beta1
+  * no upstream changelog available.
+
+---
+Fri Nov 19 17:11:49 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.80
+  * KDE 4.6 Beta1
+  * no upstream changelog available.
+
+---
+Thu Oct 28 22:10:06 CEST 2010 - dmuel...@suse.de
+
+- update to 4.5.3
+  * see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for 
details
+
+---
+Mon Oct 18 08:29:20 UTC 2010 - co...@novell.com
+
+- fix perl requires for perl-kde4
+
+---
+Sat Oct  9 20:56:24 UTC 2010 - speili...@novell.com
+
+- fix ruby-qt4-devel requirement on ruby-qt4
+
+---
+Fri Oct  8 11:28:50 UTC 2010 - co...@novell.com
+
+- add patch from fedora to fix crash in smokegen
+
+---
+Fri Oct  1 00:08:41 CEST 2010 - dmuel...@suse.de
+
+- update to 4.5.2
+  * see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for 
details
+
+---
+Tue Sep 14 16:54:53 UTC 2010 - llu...@novell.com
+
+- split ruby Qt4 bindings to ruby-qt4 and ruby-qt4-devel, again
+  (bnc #551653)
+

commit kdesdk4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdesdk4 for openSUSE:Factory
checked in at Fri Jul 22 16:50:20 CEST 2011.




--- KDE/kdesdk4/kdesdk4.changes 2011-07-01 11:21:12.0 +0200
+++ /mounts/work_src_done/STABLE/kdesdk4/kdesdk4.changes2011-07-21 
15:05:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 13:04:05 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff
  kdesdk-4.6.5.tar.bz2

New:

  kdesdk-4.6.95.tar.bz2
  kdesdk4-rpmlintrc



Other differences:
--
++ kdesdk4.spec ++
--- /var/tmp/diff_new_pack.uxFbnp/_old  2011-07-22 16:38:54.0 +0200
+++ /var/tmp/diff_new_pack.uxFbnp/_new  2011-07-22 16:38:54.0 +0200
@@ -18,76 +18,73 @@
 
 
 Name:   kdesdk4
-%if %suse_version  1110
-BuildRequires:  antlr antlr-devel
-%endif
-# for libiberty (used by kmtrace for cp_demangle)
-BuildRequires:  binutils-devel
+Version:4.6.95
+Release:1
 License:GPLv2+
-Group:  System/GUI/KDE
 Summary:KDE SDK Package
 Url:http://www.kde.org/
-Version:4.6.5
-Release:1
-BuildRequires:  db-devel flex kdebase4-workspace-devel = %version 
libkonq-devel strigi
-BuildRequires:  hunspell-devel libkdepimlibs4-devel libqca2-devel 
oxygen-icon-theme subversion-devel
-Source0:kdesdk-%version.tar.bz2
-Patch:  4_6_BRANCH.diff
+Group:  System/GUI/KDE
+Source0:kdesdk-%{version}.tar.bz2
+Source100:  kdesdk4-rpmlintrc
 Patch2: desktop-files.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
-Requires(post): shared-mime-info
-Requires(postun):   shared-mime-info
-Suggests:   kdesdk4-scripts
+BuildRequires:  antlr
+BuildRequires:  antlr-devel
+# for libiberty (used by kmtrace for cp_demangle)
+BuildRequires:  binutils-devel
+BuildRequires:  db-devel
+BuildRequires:  flex
+BuildRequires:  hunspell-devel
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libkonq-devel
+BuildRequires:  libqca2-devel
+BuildRequires:  oxygen-icon-theme
+BuildRequires:  strigi
+BuildRequires:  subversion-devel
 Suggests:   cervisia
 Suggests:   kate
-Suggests:   kde4-l10n-devel
-Suggests:   kuiviewer
 Suggests:   kcachegrind
 Suggests:   kde4-kapptemplate
+Suggests:   kde4-l10n-devel
+Suggests:   kdesdk4-kdeaccounts
+Suggests:   kdesdk4-scripts
 Suggests:   kio_svn
 Suggests:   kmtrace
-Suggests:   kstartperf
-Suggests:   kdesdk4-kdeaccounts
-Suggests:   umbrello
-Suggests:   kpartloader
 Suggests:   kompare
+Suggests:   kpartloader
+Suggests:   kstartperf
+Suggests:   kuiviewer
 Suggests:   lokalize
 Suggests:   okteta
+Suggests:   umbrello
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
+Requires(post): shared-mime-info
+Requires(postun):   shared-mime-info
 
 %description
 This package suggests the packages, built from the kdesdk module.
 
 %prep
-%setup -q -n kdesdk-%version
-%patch
+%setup -q -n kdesdk-%{version}
 %patch2
 
 %build
 %ifarch ppc64
-RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
   %cmake_kde4 -d build
   %make_jobs
 
 %install
   cd build
-  %makeinstall
-%if 0
-  cp /usr/share/icons/oxygen/128x128/apps/kate.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/128x128/apps/
-  cp /usr/share/icons/oxygen/16x16/apps/kate.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/16x16/apps/
-  cp /usr/share/icons/oxygen/22x22/apps/kate.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/22x22/apps/
-  cp /usr/share/icons/oxygen/32x32/apps/kate.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/
-  cp /usr/share/icons/oxygen/48x48/apps/kate.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/48x48/apps/
-  cp /usr/share/icons/oxygen/64x64/apps/kate.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/64x64/apps/
-%endif
+%makeinstall
   %create_subdir_filelist -d cervisia
   %create_subdir_filelist -d kapptemplate
-  %create_subdir_filelist -d kate -v kate.devel
   %create_subdir_filelist -d kcachegrind
   %create_subdir_filelist -d kdeaccounts-plugin
   %create_subdir_filelist -d kioslave
-  %create_subdir_filelist -d kmtrace -v kmtrace.devel
+  %create_subdir_filelist -d kmtrace
   %create_subdir_filelist -d kstartperf
   %create_subdir_filelist -d kuiviewer
   %create_subdir_filelist -d scripts
@@ -95,26 +92,21 @@
   %create_subdir_filelist -d kpartloader
   %create_subdir_filelist -d kompare
   %create_subdir_filelist -d poxml
-  %create_subdir_filelist -d dolphin-plugins/svn
-  %create_subdir_filelist -d dolphin-plugins/git
   %create_subdir_filelist -d okteta -v okteta.devel
   %create_subdir_filelist -d lokalize
   cd ..
-  cat 

commit kdemultimedia4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory
checked in at Fri Jul 22 16:52:16 CEST 2011.




--- KDE/kdemultimedia4/kdemultimedia4.changes   2011-07-01 11:20:45.0 
+0200
+++ /mounts/work_src_done/STABLE/kdemultimedia4/kdemultimedia4.changes  
2011-07-21 14:53:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:51:20 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff
  kdemultimedia-4.6.5.tar.bz2

New:

  kdemultimedia-4.6.95.tar.bz2



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.JC0jzj/_old  2011-07-22 16:50:43.0 +0200
+++ /var/tmp/diff_new_pack.JC0jzj/_new  2011-07-22 16:50:43.0 +0200
@@ -18,36 +18,49 @@
 
 
 Name:   kdemultimedia4
-%if %suse_version  1110
+%if 0%{?suse_version}  1110
 BuildRequires:  cdparanoia-devel
 %else
 BuildRequires:  cdparanoia
 %endif
-BuildRequires:  flac-devel libao-devel libkde4-devel libmusicbrainz-devel 
libmusicbrainz3-devel libsamplerate-devel
-BuildRequires:  libtheora-devel libtunepimp-devel libvorbis-devel speex-devel 
taglib-devel xine-devel xine-lib
-BuildRequires:  alsa-devel gstreamer010-devel gstreamer010-plugins-base-devel 
libogg-devel
+BuildRequires:  alsa-devel
+BuildRequires:  flac-devel
+BuildRequires:  gstreamer010-devel
+BuildRequires:  gstreamer010-plugins-base-devel
+BuildRequires:  libao-devel
+BuildRequires:  libkde4-devel
 BuildRequires:  libknotificationitem-devel
-%if %suse_version  1110
+BuildRequires:  libmusicbrainz-devel
+BuildRequires:  libmusicbrainz3-devel
+BuildRequires:  libogg-devel
+BuildRequires:  libsamplerate-devel
+BuildRequires:  libtheora-devel
+BuildRequires:  libtunepimp-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  speex-devel
+BuildRequires:  taglib-devel
+BuildRequires:  xine-devel
+BuildRequires:  xine-lib
+%if 0%{?suse_version}  1110
 BuildRequires:  libpulse-devel
 %endif
+Version:4.6.95
+Release:1
 License:GPLv2+
-Group:  System/GUI/KDE
 Summary:kdemultimedia base package
 Url:http://www.kde.org
-Version:4.6.5
-Release:1
-Source0:kdemultimedia-%version.tar.bz2
-Patch0: 4_6_BRANCH.diff
+Group:  System/GUI/KDE
+Source: kdemultimedia-%{version}.tar.bz2
 Patch1: kmix-autostart.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 Suggests:   juk
+Suggests:   kio_audiocd
 Suggests:   kmix
 Suggests:   kscd
-Suggests:   kio_audiocd
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 %if 0
-Suggests:   phonon_xine
 Suggests:   phonon_gst
+Suggests:   phonon_xine
 %endif
 Provides:   kdemultimedia4-devel = 3.95.1
 Obsoletes:  kdemultimedia4-devel = 3.95.1
@@ -57,8 +70,7 @@
 kdemultimedia module.
 
 %prep
-%setup -q -n kdemultimedia-%version
-%patch0
+%setup -q -n kdemultimedia-%{version}
 %patch1
 FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes '+%b %e %Y')
 sed -i s/__DATE__/\$FAKE_BUILDDATE\/ libkcompactdisc/wmlib/wm_helpers.c
@@ -69,7 +81,7 @@
 
 %install
   cd build
-  %makeinstall
+%makeinstall
   %create_subdir_filelist -d kioslave
   %create_subdir_filelist -d kscd
   %create_subdir_filelist -d libkcompactdisc -v libkcompactdisc.devel
@@ -83,9 +95,9 @@
   %suse_update_desktop_file kscd   AudioVideo Player CD
   %suse_update_desktop_file jukAudioVideo Player
   %suse_update_desktop_file dragonplayer   Video
-#  rm -rf $RPM_BUILD_ROOT/nogo
-#  rm -rf $RPM_BUILD_ROOT/%_libdir/kde4/kmix_panelapplet*
-#  rm $RPM_BUILD_ROOT/usr/share/kde4/apps/kicker/applets/kmixapplet.desktop
+#  rm -rf %{buildroot}/nogo
+#  rm -rf %{buildroot}/%{_libdir}/kde4/kmix_panelapplet*
+#  rm %{buildroot}%{_datadir}/kde4/apps/kicker/applets/kmixapplet.desktop
   %kde_post_install
 
 %post -p /sbin/ldconfig
@@ -93,14 +105,14 @@
 %postun -p /sbin/ldconfig
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
   rm -rf filelists
 
 %package -n dragonplayer
 License:GPLv2+
-Group:  Productivity/Multimedia/Video/Players
 Summary:Multimedia Player
 Url:http://dragonplayer.org/
+Group:  Productivity/Multimedia/Video/Players
 %kde4_runtime_requires
 
 %description -n dragonplayer
@@ -118,8 +130,8 @@
 
 %package -n juk
 License:GPLv2+
-Group:  Productivity/Multimedia/Sound/Players
 Summary:Jukebox
+Group:  Productivity/Multimedia/Sound/Players
 Provides:   kde4-juk = 4.3.0
 Obsoletes:  kde4-juk  4.3.0
 %kde4_runtime_requires
@@ -137,13 +149,13 @@
 
 %package -n kmix
 License:GPLv2+
-Group:  Productivity/Multimedia/Sound/Mixers
 Summary:Sound Mixer

commit kdepim4-runtime for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Fri Jul 22 16:54:50 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-04-21 22:21:57.0 
+0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-07-21 15:03:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 13:03:12 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_4_BRANCH.diff
  kdepim-runtime-4.4.11.1.tar.bz2

New:

  akonadi.png
  kdepim-runtime-4.6.95.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.ryg7it/_old  2011-07-22 16:52:31.0 +0200
+++ /var/tmp/diff_new_pack.ryg7it/_new  2011-07-22 16:52:31.0 +0200
@@ -18,108 +18,99 @@
 
 
 Name:   kdepim4-runtime
-BuildRequires:  cyrus-sasl-devel libqca2-devel
-BuildRequires:  boost-devel gpgme-devel libkdepimlibs4-devel
-BuildRequires:  libkde4-devel libsoprano-devel soprano-backend-redland
-BuildRequires:  fdupes libassuan-devel
+BuildRequires:  boost-devel
+BuildRequires:  cyrus-sasl-devel
+BuildRequires:  gpgme-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libmysqlclient-devel
+BuildRequires:  libqca2-devel
+BuildRequires:  libsoprano-devel
+BuildRequires:  python-devel
+BuildRequires:  soprano-backend-redland
+%define with_kitchensync 0
+%define with_kpilot 1
+%define with_kmobiletools 0
+%define with_korn 0
+%define with_kcontactmanager 0
+%if %with_kitchensync
+BuildRequires:  libopensync-devel
+%endif
+Version:4.6.95
+Release:1
 License:LGPLv2.1+
-Group:  System/GUI/KDE
 Summary:Base package of kdepim
 Url:http://www.kde.org
-Version:4.4.11.1
-Release:1
-Source0:kdepim-runtime-%version.tar.bz2
-Patch:  4_4_BRANCH.diff
+Group:  System/GUI/KDE
+Source0:kdepim-runtime-%{version}.tar.bz2
+Source1:akonadi.png
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch6: disable-knut.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
-Requires(post): shared-mime-info
-Requires(postun):   shared-mime-info
+BuildRequires:  fdupes
+BuildRequires:  libassuan-devel
+BuildRequires:  libmal1-devel
+BuildRequires:  libpisock-devel
+BuildRequires:  libqjson-devel
 Suggests:   libkdepim4
 Provides:   kde4-akonadi = 4.2.90
 Obsoletes:  kde4-akonadi = 4.2.90
+Obsoletes:  kdepim4-runtime-devel  4.5.81svn1202101
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 
 %description
 This package contains the Akonadi files of the kdepim module.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %prep
-%setup -q -n kdepim-runtime-%version
-%patch -p2
+%setup -q -n kdepim-runtime-%{version}
 %patch6
 
 %build
 %ifarch ppc64
-RPM_OPT_FLAGS=$RPM_OPT_FLAGS -mminimal-toc
+RPM_OPT_FLAGS=%{optflags} -mminimal-toc
 %endif
   %cmake_kde4 -d build
   %make_jobs
 
 %install
   cd build
-  %makeinstall
+%makeinstall
   cd ..
   #remove menu entries of development tools
-  rm $RPM_BUILD_ROOT/usr/share/applications/kde4/akonadi*.desktop
+  mkdir -p %{buildroot}%{_datadir}/pixmaps
+  install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_datadir}/pixmaps/
+  %suse_update_desktop_file -u akonaditray   Network  Email
   %kde_post_install
-  %fdupes -s $RPM_BUILD_ROOT
+  %fdupes -s %{buildroot}
   %kde_post_install
+  rm %{buildroot}%_kde4_libdir/*.so
 
-%post
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
-
-%postun
-/sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
   rm -rf filelists
 
-%package devel
-License:LGPLv2.1+
-Group:  System/GUI/KDE
-Summary:KDE Personal Information Management Base Package: Build 
Environment
-Requires:   kdepim4-runtime = %version
-Provides:   kde4-akonadi-devel = 4.2.90
-Obsoletes:  kde4-akonadi-devel = 4.2.90
-
-%description devel
-This packages contains development files of the kdepim-runtime module.
-
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
-%post devel -p /sbin/ldconfig
-
-%postun devel -p /sbin/ldconfig
-
-%files devel 
-%defattr(-,root,root)
-%_kde4_libdir/*.so
-#/usr/include/kabc
-
 %files
 %defattr(-,root,root)
 %_kde4_bindir/*
 %_kde4_libdir/*.so.*
 %_kde4_modulesdir/*
-/usr/share/akonadi
-/usr/share/dbus-1/interfaces/*
+%{_datadir}/akonadi
+%{_datadir}/dbus-1/interfaces/*
 %_kde4_appsdir/akonadi
+%_kde4_appsdir/akonadi_maildispatcher_agent/
 %_kde4_sharedir/services
 

commit kdenetwork4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory
checked in at Fri Jul 22 16:55:31 CEST 2011.




--- KDE/kdenetwork4/kdenetwork4.changes 2011-07-01 11:20:58.0 +0200
+++ /mounts/work_src_done/STABLE/kdenetwork4/kdenetwork4.changes
2011-07-21 14:56:19.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:55:51 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff
  kdenetwork-4.6.5.tar.bz2
  no-samba-kcm.diff

New:

  kdenetwork-4.6.95.tar.bz2



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.QKNu9K/_old  2011-07-22 16:55:00.0 +0200
+++ /var/tmp/diff_new_pack.QKNu9K/_new  2011-07-22 16:55:00.0 +0200
@@ -40,22 +40,14 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  linphone-devel
 BuildRequires:  libjasper-devel
-%if %suse_version  1110
 BuildRequires:  libiw-devel
-%else
-BuildRequires:  wireless-tools
-%endif
-Version:4.6.5
+Version:4.6.95
 Release:1
 License:GPLv2+
 Summary:KDE Network Base Package
 Url:http://www.kde.org
 Group:  Productivity/Networking/Other
 Source0:kdenetwork-%version.tar.bz2
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
-Patch:  4_6_BRANCH.diff
-# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
-Patch2: no-samba-kcm.diff
 Suggests:   kget
 Suggests:   kopete
 Suggests:   kppp
@@ -74,8 +66,6 @@
 
 %prep
 %setup -q -n kdenetwork-%version
-%patch
-%patch2
   # icon fixups
   pushd kget/ui/icons
 #  rename ox hi ox*apps-kget.{png,svgz}

++ kdenetwork-4.6.5.tar.bz2 - kdenetwork-4.6.95.tar.bz2 ++
KDE/kdenetwork4/kdenetwork-4.6.5.tar.bz2 
/mounts/work_src_done/STABLE/kdenetwork4/kdenetwork-4.6.95.tar.bz2 differ: char 
11, line 1






Remember to have fun...

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



commit ruby-kde4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory
checked in at Fri Jul 22 16:58:30 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/ruby-kde4/ruby-kde4.changes2011-07-21 
15:45:47.0 +0200
@@ -0,0 +1,561 @@
+---
+Thu Jul 21 13:45:10 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
+Fri Jul  1 11:20:07 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.5
+  * Bugfixes over KDE 4.6.5
+  *  see http://kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php for 
details
+  
+
+---
+Fri Jun  3 15:36:37 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
+Thu Apr 28 16:12:49 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
+Sun Apr  3 09:00:49 UTC 2011 - idoen...@novell.com
+
+- Add phonon_smoke_deprecated.patch: fix phonon compilation,
+  patch taken from KDE SVN revision 1208598
+
+---
+Fri Apr  1 14:11:50 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.2
+  * Bugfixes over KDE 4.6.1
+  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for 
details
+
+---
+Tue Mar  8 14:08:14 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+
+---
+Wed Jan 19 23:37:46 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.0
+  * For highlights, see http://kde.org/announcements/4.6
+
+---
+Mon Jan 10 13:49:44 UTC 2011 - co...@novell.com
+
+- ran spec-cleaner and made kde dependency version specific
+
+---
+Tue Jan  4 18:05:25 CET 2011 - dmuel...@suse.de
+
+- update to 4.5.95
+  * KDE 4.6 RC2
+  * no upstream changelog available.
+
+---
+Thu Dec 30 12:34:49 UTC 2010 - ei...@heavensinferno.net
+
+- Added Patch1
+  * Make pykdeuic4 work with recent python-qt4 and python-sip
+(upstreamed in trunk)
+
+---
+Wed Dec 22 11:36:40 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.90
+  * KDE 4.6 RC1
+  * no upstream changelog available.
+
+---
+Fri Dec  3 17:11:08 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.85
+  * KDE 4.6 Beta2
+  * Final Beta before RC, various fixes from Beta1
+  * no upstream changelog available.
+
+---
+Fri Nov 19 17:11:49 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.80
+  * KDE 4.6 Beta1
+  * no upstream changelog available.
+
+---
+Thu Oct 28 22:10:06 CEST 2010 - dmuel...@suse.de
+
+- update to 4.5.3
+  * see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for 
details
+
+---
+Mon Oct 18 08:29:20 UTC 2010 - co...@novell.com
+
+- fix perl requires for perl-kde4
+
+---
+Sat Oct  9 20:56:24 UTC 2010 - speili...@novell.com
+
+- fix ruby-qt4-devel requirement on ruby-qt4
+
+---
+Fri Oct  8 11:28:50 UTC 2010 - co...@novell.com
+
+- add patch from fedora to fix crash in smokegen
+
+---
+Fri Oct  1 00:08:41 CEST 2010 - dmuel...@suse.de
+
+- update to 4.5.2
+  * see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for 
details
+
+---
+Tue Sep 14 16:54:53 UTC 2010 - llu...@novell.com
+
+- split ruby Qt4 bindings to ruby-qt4 and ruby-qt4-devel, again
+  (bnc #551653)
+

commit mono-kde4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory
checked in at Fri Jul 22 16:59:31 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/mono-kde4/mono-kde4.changes2011-07-21 
15:47:36.0 +0200
@@ -0,0 +1,561 @@
+---
+Thu Jul 21 13:47:17 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
+Fri Jul  1 11:20:07 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.5
+  * Bugfixes over KDE 4.6.5
+  *  see http://kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php for 
details
+  
+
+---
+Fri Jun  3 15:36:37 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.4
+  * Bugfixes over KDE 4.6.3
+  *  see http://kde.org/announcements/changelogs/changelog4_6_3to4_6_4.php for 
details
+  
+
+---
+Thu Apr 28 16:12:49 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.3
+  * Bugfixes over KDE 4.6.2
+  *  see http://kde.org/announcements/changelogs/changelog4_6_2to4_6_3.php for 
details
+  
+
+---
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
+Sun Apr  3 09:00:49 UTC 2011 - idoen...@novell.com
+
+- Add phonon_smoke_deprecated.patch: fix phonon compilation,
+  patch taken from KDE SVN revision 1208598
+
+---
+Fri Apr  1 14:11:50 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.2
+  * Bugfixes over KDE 4.6.1
+  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for 
details
+
+---
+Tue Mar  8 14:08:14 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+
+---
+Wed Jan 19 23:37:46 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.0
+  * For highlights, see http://kde.org/announcements/4.6
+
+---
+Mon Jan 10 13:49:44 UTC 2011 - co...@novell.com
+
+- ran spec-cleaner and made kde dependency version specific
+
+---
+Tue Jan  4 18:05:25 CET 2011 - dmuel...@suse.de
+
+- update to 4.5.95
+  * KDE 4.6 RC2
+  * no upstream changelog available.
+
+---
+Thu Dec 30 12:34:49 UTC 2010 - ei...@heavensinferno.net
+
+- Added Patch1
+  * Make pykdeuic4 work with recent python-qt4 and python-sip
+(upstreamed in trunk)
+
+---
+Wed Dec 22 11:36:40 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.90
+  * KDE 4.6 RC1
+  * no upstream changelog available.
+
+---
+Fri Dec  3 17:11:08 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.85
+  * KDE 4.6 Beta2
+  * Final Beta before RC, various fixes from Beta1
+  * no upstream changelog available.
+
+---
+Fri Nov 19 17:11:49 CET 2010 - dmuel...@suse.de
+
+- update to 4.5.80
+  * KDE 4.6 Beta1
+  * no upstream changelog available.
+
+---
+Thu Oct 28 22:10:06 CEST 2010 - dmuel...@suse.de
+
+- update to 4.5.3
+  * see http://kde.org/announcements/changelogs/changelog4_5_2to4_5_3.php for 
details
+
+---
+Mon Oct 18 08:29:20 UTC 2010 - co...@novell.com
+
+- fix perl requires for perl-kde4
+
+---
+Sat Oct  9 20:56:24 UTC 2010 - speili...@novell.com
+
+- fix ruby-qt4-devel requirement on ruby-qt4
+
+---
+Fri Oct  8 11:28:50 UTC 2010 - co...@novell.com
+
+- add patch from fedora to fix crash in smokegen
+
+---
+Fri Oct  1 00:08:41 CEST 2010 - dmuel...@suse.de
+
+- update to 4.5.2
+  * see http://kde.org/announcements/changelogs/changelog4_5_1to4_5_2.php for 
details
+
+---
+Tue Sep 14 16:54:53 UTC 2010 - llu...@novell.com
+
+- split ruby Qt4 bindings to ruby-qt4 and ruby-qt4-devel, again
+  (bnc #551653)
+

commit kdeutils4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdeutils4 for openSUSE:Factory
checked in at Fri Jul 22 17:01:38 CEST 2011.




--- KDE/kdeutils4/kdeutils4.changes 2011-07-11 13:25:54.0 +0200
+++ /mounts/work_src_done/STABLE/kdeutils4/kdeutils4.changes2011-07-21 
15:08:50.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 13:08:00 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff
  ark-fix-append.patch
  kcalc-numeric-input.patch
  kdeutils-4.6.5.tar.bz2

New:

  kdeutils-4.6.95.tar.bz2



Other differences:
--
++ kdeutils4.spec ++
--- /var/tmp/diff_new_pack.9O2nn2/_old  2011-07-22 16:59:49.0 +0200
+++ /var/tmp/diff_new_pack.9O2nn2/_new  2011-07-22 16:59:49.0 +0200
@@ -18,7 +18,20 @@
 
 
 Name:   kdeutils4
-%if %suse_version  1110
+BuildRequires:  gmp-devel
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libarchive-devel
+BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libkonq-devel
+BuildRequires:  libqca2-devel
+BuildRequires:  libqimageblitz-devel
+BuildRequires:  libzip-devel
+BuildRequires:  net-snmp-devel
+BuildRequires:  oxygen-icon-theme-large
+BuildRequires:  pcsc-lite
+BuildRequires:  python-devel
+
+%if 0%{?suse_version}  1110
 BuildRequires:  xz-devel
 %endif
 BuildRequires:  python-cups
@@ -26,36 +39,30 @@
 %if %with_python
 BuildRequires:  python-kde4-devel
 %endif
+Version:4.6.95
+Release:1
 License:GPLv2+
-Group:  Productivity/Other
 Summary:Base Package of KDE Utility Programs
 Url:http://www.kde.org
-Version:4.6.5
-Release:5
-BuildRequires:  gmp-devel kdebase4-workspace-devel = %version 
libqimageblitz-devel net-snmp-devel pcsc-lite python-devel
-BuildRequires:  libkdepimlibs4-devel libkonq-devel libqca2-devel libzip-devel 
oxygen-icon-theme-large
-BuildRequires:  libarchive-devel libknotificationitem-devel libqjson-devel 
xz-devel
-Source0:kdeutils-%version.tar.bz2
-Patch:  4_6_BRANCH.diff
+Group:  Productivity/Other
+Source0:kdeutils-%{version}.tar.bz2
 Patch1: desktop-files.diff
 Patch2: kgpg-autostart.diff
-Patch3: kcalc-numeric-input.patch
-Patch4: ark-fix-append.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 Suggests:   ark
+Suggests:   filelight
 Suggests:   kcalc
 Suggests:   kcharselect
 Suggests:   kdf
 Suggests:   kfloppy
 Suggests:   kgpg
+Suggests:   kremotecontrol
 Suggests:   ktimer
 Suggests:   kwalletmanager
 Suggests:   kwikdisk
-Suggests:   sweeper
 Suggests:   superkaramba
-Suggests:   kremotecontrol
-Suggests:   filelight
+Suggests:   sweeper
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 %if %with_python
 Suggests:   kde4-printer-applet
 %endif
@@ -64,19 +71,10 @@
 This package suggest all KDE utility programs which are created from
 this module.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %prep
-%setup -q -n kdeutils-%version
-%patch
+%setup -q -n kdeutils-%{version}
 %patch1
 %patch2
-%patch3 -p3
-%patch4 -p4
 
 %build
   %cmake_kde4 -d build
@@ -84,10 +82,10 @@
 
 %install
   cd build
-  %makeinstall
+%makeinstall
   for i in {16,22,32,48,64,128}; do
- mkdir -p $RPM_BUILD_ROOT/usr/share/icons/hicolor/$ix$i/apps
- cp /usr/share/icons/oxygen/$ix$i/apps/utilities-file-archiver.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/$ix$i/apps/
+ mkdir -p %{buildroot}%{_datadir}/icons/hicolor/$ix$i/apps
+ cp /usr/share/icons/oxygen/$ix$i/apps/utilities-file-archiver.png 
%{buildroot}%{_datadir}/icons/hicolor/$ix$i/apps/
   done
   %create_subdir_filelist -d ark
   %create_subdir_filelist -d kcalc
@@ -125,29 +123,22 @@
 %postun -p /sbin/ldconfig
 
 %clean
-#  rm -rf $RPM_BUILD_ROOT
+#  rm -rf %{buildroot}
 #  rm -rf filelists
 
 %package -n ark
 License:GPLv2+
-Group:  Productivity/Archiving/Compression
 Summary:KDE Archiver Tool
+Group:  Productivity/Archiving/Compression
 Provides:   kde4-ark = 4.3.0
 Obsoletes:  kde4-ark  4.3.0
-%kde4_runtime_requires
 Provides:   kdeutils3 = 3.5.1
 Obsoletes:  kdeutils3 = 3.5.1
-Recommends: zip
+%kde4_runtime_requires
 
 %description -n ark
 This is a KDE application to work with compressed archives.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %post -n ark -p /sbin/ldconfig
 
 %postun -n ark -p /sbin/ldconfig
@@ -159,22 +150,16 @@
 
 %package -n kcalc
 License:GPLv2+
-Group:  Productivity/Scientific/Math
 Summary:Scientific Calculator
+Group:  Productivity/Scientific/Math
 Provides:   kde4-kcalc = 4.3.0
 Obsoletes:  kde4-kcalc  

commit kdebase4-session for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-session for openSUSE:Factory
checked in at Fri Jul 22 17:04:09 CEST 2011.




--- KDE/kdebase4-session/kdebase4-session.changes   2011-06-10 
10:00:57.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-session/kdebase4-session.changes  
2011-07-21 14:31:51.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:31:40 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdebase4-session.spec ++
--- /var/tmp/diff_new_pack.HW625W/_old  2011-07-22 17:02:55.0 +0200
+++ /var/tmp/diff_new_pack.HW625W/_new  2011-07-22 17:02:55.0 +0200
@@ -18,52 +18,48 @@
 
 
 Name:   kdebase4-session
+Version:%_kde_platform_version
+Release:11
 License:GPLv2+
-Group:  System/GUI/KDE
 Summary:The KDE Session
 Url:http://www.kde.org/
-Version:%_kde_platform_version
-Release:10
+Group:  System/GUI/KDE
 Source1:kde-plasma.desktop
 Source2:COPYING
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  kde4-filesystem
-Requires:   kdebase4-workspace = %_kde_platform_version
-Provides:   kdebase3-session = 3.5.1
-Obsoletes:  kdebase3-session = 3.5.10
+Requires:   kdebase4-workspace = %_kde_platform_version
+BuildArch:  noarch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version}  1140
+Requires:   update-desktop-files
+%endif
+Provides:   kdebase3-session = %{version}
+Obsoletes:  kdebase3-session = 3.5.1
 
 %description
 This package contains the startup scripts necessary to start a KDE
 session from kdm.
 
-
-
-Authors:
-
-The KDE Team k...@kde.org
-
 %prep
-mkdir -p $RPM_BUILD_ROOT/%name
 
 %build
 
 %install
-install -m 0755 -d $RPM_BUILD_ROOT/usr/share/xsessions/
-cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/xsessions/kde-plasma.desktop
+install -m 0755 -d %{buildroot}%{_datadir}/xsessions/
+cp %{SOURCE1} %{buildroot}%{_datadir}/xsessions/
+install -D -m644 %{SOURCE2} 
%{buildroot}%{_datadir}/doc/packages/kdebase4-session/COPYING
 
 # For compatibility with 11.4 and older
 ln -s /usr/share/xsessions/kde-plasma.desktop 
$RPM_BUILD_ROOT/usr/share/xsessions/kde4.desktop
 
-install -D -m644 %{SOURCE2} 
$RPM_BUILD_ROOT/usr/share/doc/packages/kdebase4-session/COPYING
-
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
-/usr/share/xsessions/kde-plasma.desktop
-/usr/share/xsessions/kde4.desktop
-%dir /usr/share/doc/packages/kdebase4-session
-/usr/share/doc/packages/kdebase4-session/COPYING
+%{_datadir}/xsessions/kde4.desktop
+%{_datadir}/xsessions/kde-plasma.desktop
+%dir %{_datadir}/doc/packages/kdebase4-session
+%{_datadir}/doc/packages/kdebase4-session/COPYING
 
 %changelog

++ COPYING ++
--- /var/tmp/diff_new_pack.HW625W/_old  2011-07-22 17:02:55.0 +0200
+++ /var/tmp/diff_new_pack.HW625W/_new  2011-07-22 17:02:55.0 +0200
@@ -1,12 +1,13 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  51 Franklin Street, Fifth Floor,
+  Boston, MA 02110-1301, USA.
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -56,7 +57,7 @@
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-   GNU GENERAL PUBLIC LICENSE
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -255,7 +256,7 @@
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-   NO WARRANTY
+NO WARRANTY
 
   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -277,9 +278,9 @@
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
 
-   How to Apply These 

commit kdeadmin4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdeadmin4 for openSUSE:Factory
checked in at Fri Jul 22 17:04:41 CEST 2011.




--- KDE/kdeadmin4/kdeadmin4.changes 2011-07-01 11:19:11.0 +0200
+++ /mounts/work_src_done/STABLE/kdeadmin4/kdeadmin4.changes2011-07-21 
14:13:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 12:13:21 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---

calling whatdependson for head-i586


Old:

  4_6_BRANCH.diff
  kdeadmin-4.6.5.tar.bz2

New:

  kdeadmin-4.6.95.tar.bz2



Other differences:
--
++ kdeadmin4.spec ++
--- /var/tmp/diff_new_pack.hkrUHf/_old  2011-07-22 17:04:23.0 +0200
+++ /var/tmp/diff_new_pack.hkrUHf/_new  2011-07-22 17:04:23.0 +0200
@@ -24,10 +24,9 @@
 Summary:kdeadmin base package
 %define with_kpackage 0
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 Source0:kdeadmin-%version.tar.bz2
-Patch0: 4_6_BRANCH.diff
 Patch1: ksystemlog_suse_log_locations.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -50,7 +49,6 @@
 
 %prep
 %setup -q -n kdeadmin-%version
-%patch0
 %patch1
 
 %build

++ kdeadmin-4.6.5.tar.bz2 - kdeadmin-4.6.95.tar.bz2 ++
 2145 lines of diff (skipped)






Remember to have fun...

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



commit kdeaccessibility4 for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kdeaccessibility4 for 
openSUSE:Factory
checked in at Fri Jul 22 17:05:46 CEST 2011.




--- KDE/kdeaccessibility4/kdeaccessibility4-icons.changes   2011-07-01 
11:18:57.0 +0200
+++ 
/mounts/work_src_done/STABLE/kdeaccessibility4/kdeaccessibility4-icons.changes  
2011-07-22 10:40:33.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 22 08:39:56 UTC 2011 - idon...@novell.com
+
+- Remove kdeaccessibility subpackage, it only contained Zion color
+  schemes and thats moved to kdebase4-workspace now. 
+
+---
+Thu Jul 21 12:11:47 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
kdeaccessibility4.changes: same change

calling whatdependson for head-i586


Old:

  4_5_BRANCH.diff
  kdeaccessibility-4.6.5.tar.bz2

New:

  kdeaccessibility-4.6.95.tar.bz2



Other differences:
--
++ kdeaccessibility4-icons.spec ++
--- /var/tmp/diff_new_pack.myuXUj/_old  2011-07-22 17:04:52.0 +0200
+++ /var/tmp/diff_new_pack.myuXUj/_new  2011-07-22 17:04:52.0 +0200
@@ -19,19 +19,13 @@
 
 Name:   kdeaccessibility4-icons
 BuildRequires:  alsa-devel libkde4-devel sbl
-%if %suse_version  1120
-BuildRequires:  libspeechd-devel
-%else
-BuildRequires:  speechd-devel
-%endif
-%if %suse_version  1020
 BuildRequires:  fdupes
-%endif
+BuildRequires:  libspeechd-devel
 License:GPLv2+
 Group:  System/GUI/KDE
 Summary:Monochrome Icon Set for KDE
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 Source0:kdeaccessibility-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kdeaccessibility4.spec ++
--- /var/tmp/diff_new_pack.myuXUj/_old  2011-07-22 17:04:52.0 +0200
+++ /var/tmp/diff_new_pack.myuXUj/_new  2011-07-22 17:04:52.0 +0200
@@ -19,19 +19,14 @@
 
 Name:   kdeaccessibility4
 BuildRequires:  alsa-devel libkde4-devel oxygen-icon-theme-large sbl
-%if %suse_version  1120
 BuildRequires:  libspeechd-devel
-%else
-BuildRequires:  speechd-devel
-%endif
 License:GPLv2+
 Group:  System/GUI/KDE
 Summary:Base Package for kdeaccessibility apps
 Url:http://www.kde.org
-Version:4.6.5
+Version:4.6.95
 Release:1
 Source0:kdeaccessibility-%version.tar.bz2
-Patch:  4_5_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires 
 Suggests:   kmag
@@ -47,7 +42,6 @@
 
 %prep
 %setup -q -n kdeaccessibility-%version
-%patch
 
 %build
   %cmake_kde4 -d build
@@ -179,9 +173,4 @@
 %doc COPYING COPYING.DOC
 %dir %_kde4_modulesdir/plugins/accessiblebridge
 
-%files -f filelists/exclude
-%defattr(-,root,root)
-%doc COPYING COPYING.DOC
-%_kde4_appsdir/color-schemes
-
 %changelog

++ kdeaccessibility-4.6.5.tar.bz2 - kdeaccessibility-4.6.95.tar.bz2 ++
 12059 lines of diff (skipped)






Remember to have fun...

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



commit kde4-l10n for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory
checked in at Fri Jul 22 17:09:18 CEST 2011.




--- KDE/kde4-l10n/kde4-l10n.changes 2011-06-03 17:22:43.0 +0200
+++ /mounts/work_src_done/STABLE/kde4-l10n/kde4-l10n.changes2011-07-21 
12:52:57.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 21 10:51:30 UTC 2011 - idon...@novell.com
+
+- Update to 4.6.95 
+
+---
+Fri Jul  1 11:26:23 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.5
+  * Bugfixes over KDE 4.6.5
+  *  see http://kde.org/announcements/changelogs/changelog4_6_4to4_6_5.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kde-l10n-ar-4.6.4.tar.bz2
  kde-l10n-bg-4.6.4.tar.bz2
  kde-l10n-ca-4.6.4.tar.bz2
  kde-l10n...@valencia-4.6.4.tar.bz2
  kde-l10n-cs-4.6.4.tar.bz2
  kde-l10n-da-4.6.4.tar.bz2
  kde-l10n-de-4.6.4.tar.bz2
  kde-l10n-el-4.6.4.tar.bz2
  kde-l10n-en_GB-4.6.4.tar.bz2
  kde-l10n-es-4.6.4.tar.bz2
  kde-l10n-et-4.6.4.tar.bz2
  kde-l10n-eu-4.6.4.tar.bz2
  kde-l10n-fi-4.6.4.tar.bz2
  kde-l10n-fr-4.6.4.tar.bz2
  kde-l10n-ga-4.6.4.tar.bz2
  kde-l10n-gl-4.6.4.tar.bz2
  kde-l10n-gu-4.6.4.tar.bz2
  kde-l10n-he-4.6.4.tar.bz2
  kde-l10n-hi-4.6.4.tar.bz2
  kde-l10n-hr-4.6.4.tar.bz2
  kde-l10n-hu-4.6.4.tar.bz2
  kde-l10n-ia-4.6.4.tar.bz2
  kde-l10n-id-4.6.4.tar.bz2
  kde-l10n-is-4.6.4.tar.bz2
  kde-l10n-it-4.6.4.tar.bz2
  kde-l10n-ja-4.6.4.tar.bz2
  kde-l10n-kdepim-4.4.5.tar.bz2
  kde-l10n-kk-4.6.4.tar.bz2
  kde-l10n-km-4.6.4.tar.bz2
  kde-l10n-kn-4.6.4.tar.bz2
  kde-l10n-ko-4.6.4.tar.bz2
  kde-l10n-lt-4.6.4.tar.bz2
  kde-l10n-lv-4.6.4.tar.bz2
  kde-l10n-mai-4.6.4.tar.bz2
  kde-l10n-nb-4.6.4.tar.bz2
  kde-l10n-nds-4.6.4.tar.bz2
  kde-l10n-nl-4.6.4.tar.bz2
  kde-l10n-nn-4.6.4.tar.bz2
  kde-l10n-pa-4.6.4.tar.bz2
  kde-l10n-pl-4.6.4.tar.bz2
  kde-l10n-pt-4.6.4.tar.bz2
  kde-l10n-pt_BR-4.6.4.tar.bz2
  kde-l10n-ro-4.6.4.tar.bz2
  kde-l10n-ru-4.6.4.tar.bz2
  kde-l10n-sk-4.6.4.tar.bz2
  kde-l10n-sl-4.6.4.tar.bz2
  kde-l10n-sr-4.6.4.tar.bz2
  kde-l10n-sv-4.6.4.tar.bz2
  kde-l10n-th-4.6.4.tar.bz2
  kde-l10n-tr-4.6.4.tar.bz2
  kde-l10n-uk-4.6.4.tar.bz2
  kde-l10n-wa-4.6.4.tar.bz2
  kde-l10n-zh_CN-4.6.4.tar.bz2
  kde-l10n-zh_TW-4.6.4.tar.bz2

New:

  kde-l10n-ar-4.6.95.tar.bz2
  kde-l10n-bg-4.6.95.tar.bz2
  kde-l10n-bs-4.6.95.tar.bz2
  kde-l10n-ca-4.6.95.tar.bz2
  kde-l10n...@valencia-4.6.95.tar.bz2
  kde-l10n-cs-4.6.95.tar.bz2
  kde-l10n-da-4.6.95.tar.bz2
  kde-l10n-de-4.6.95.tar.bz2
  kde-l10n-el-4.6.95.tar.bz2
  kde-l10n-en_GB-4.6.95.tar.bz2
  kde-l10n-es-4.6.95.tar.bz2
  kde-l10n-et-4.6.95.tar.bz2
  kde-l10n-eu-4.6.95.tar.bz2
  kde-l10n-fi-4.6.95.tar.bz2
  kde-l10n-fr-4.6.95.tar.bz2
  kde-l10n-ga-4.6.95.tar.bz2
  kde-l10n-gl-4.6.95.tar.bz2
  kde-l10n-gu-4.6.95.tar.bz2
  kde-l10n-he-4.6.95.tar.bz2
  kde-l10n-hi-4.6.95.tar.bz2
  kde-l10n-hr-4.6.95.tar.bz2
  kde-l10n-hu-4.6.95.tar.bz2
  kde-l10n-ia-4.6.95.tar.bz2
  kde-l10n-id-4.6.95.tar.bz2
  kde-l10n-is-4.6.95.tar.bz2
  kde-l10n-it-4.6.95.tar.bz2
  kde-l10n-ja-4.6.95.tar.bz2
  kde-l10n-kk-4.6.95.tar.bz2
  kde-l10n-km-4.6.95.tar.bz2
  kde-l10n-kn-4.6.95.tar.bz2
  kde-l10n-ko-4.6.95.tar.bz2
  kde-l10n-lt-4.6.95.tar.bz2
  kde-l10n-lv-4.6.95.tar.bz2
  kde-l10n-mai-4.6.95.tar.bz2
  kde-l10n-nb-4.6.95.tar.bz2
  kde-l10n-nds-4.6.95.tar.bz2
  kde-l10n-nl-4.6.95.tar.bz2
  kde-l10n-nn-4.6.95.tar.bz2
  kde-l10n-pa-4.6.95.tar.bz2
  kde-l10n-pl-4.6.95.tar.bz2
  kde-l10n-pt-4.6.95.tar.bz2
  kde-l10n-pt_BR-4.6.95.tar.bz2
  kde-l10n-ro-4.6.95.tar.bz2
  kde-l10n-ru-4.6.95.tar.bz2
  kde-l10n-sk-4.6.95.tar.bz2
  kde-l10n-sl-4.6.95.tar.bz2
  kde-l10n-sr-4.6.95.tar.bz2
  kde-l10n-sv-4.6.95.tar.bz2
  kde-l10n-th-4.6.95.tar.bz2
  kde-l10n-tr-4.6.95.tar.bz2
  kde-l10n-uk-4.6.95.tar.bz2
  kde-l10n-wa-4.6.95.tar.bz2
  kde-l10n-zh_CN-4.6.95.tar.bz2
  kde-l10n-zh_TW-4.6.95.tar.bz2



Other differences:
--
++ kde4-l10n.spec ++
--- /var/tmp/diff_new_pack.828fzK/_old  2011-07-22 17:06:34.0 +0200
+++ /var/tmp/diff_new_pack.828fzK/_new  2011-07-22 17:06:34.0 +0200
@@ -20,82 +20,77 @@
 
 
 Name:   kde4-l10n
-BuildRequires:  cmake libkde4-devel recode update-desktop-files
-%if %suse_version  1020
-BuildRequires:  fdupes
-%endif
+BuildRequires:  cmake fdupes libkde4-devel recode update-desktop-files
 Url:http://l10n.kde.org/
 License:GPL v2 or later
 Group:  System/Localization
 Summary:English translations for KDE
-Version:4.6.4
+Version:4.6.95
 Release:1
 %define kdepim_version %version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-Obsoletes:  konqueror-plugins-lang
 Source0:kde-l10n-ar-%version.tar.bz2
 Source1:kde-l10n-bg-%version.tar.bz2
-Source2:kde-l10n-ca-%version.tar.bz2
-Source3: 

commit kiwi for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Fri Jul 22 17:11:44 CEST 2011.




--- kiwi/kiwi.changes   2011-07-19 11:17:48.0 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes  2011-07-22 
15:30:21.0 +0200
@@ -1,0 +2,38 @@
+Fri Jul 22 15:23:35 CEST 2011 - m...@suse.de
+  
+- v4.93.2 released
+  
+---
+Thu Jul 21 17:10:44 CEST 2011 - m...@suse.de
+  
+- fixed config dir path serach in --build mode
+  
+---
+Thu Jul 21 16:57:09 CEST 2011 - m...@suse.de
+  
+- added patch for genName creation. The generated name is now
+  unique according to the repository name. This allows to use
+  the cache zypper creates per repository again
+  
+---
+Wed Jul 20 11:54:20 CEST 2011 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+---
+Wed Jul 20 11:40:01 CEST 2011 - m...@suse.de
+  
+- DB: use the 2 part version number for the documentation
+  
+---
+Wed Jul 20 09:58:08 CEST 2011 - m...@suse.de
+  
+- fixed .newrelease to just increase the release part of the new
+  kiwi version string by one
+  
+---
+Wed Jul 20 09:38:01 CEST 2011 - m...@suse.de
+  
+- DB: rebuild images only if the .fig has changed
+  
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.MVrl4F/_old  2011-07-22 17:11:18.0 +0200
+++ /var/tmp/diff_new_pack.MVrl4F/_new  2011-07-22 17:11:18.0 +0200
@@ -69,8 +69,8 @@
 %endif
 %endif
 Summary:OpenSuSE - KIWI Image System
-Version:4.93.1
-Release:5
+Version:4.93.2
+Release:1
 Group:  System/Management
 License:GPLv2
 Source: %{name}.tar.bz2

++ kiwi-docu.tar.bz2 ++
kiwi/kiwi-docu.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-docu.tar.bz2 
differ: char 11, line 1

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.newrelease new/kiwi/.newrelease
--- old/kiwi/.newrelease2009-03-10 10:29:33.0 +0100
+++ new/kiwi/.newrelease2011-07-22 15:26:57.0 +0200
@@ -1,14 +1,10 @@
 #!/bin/bash
 
-version=$1
-if ! echo $version | pcregrep -q ^\d+$;then
-   echo NOT A RELEASE ! ... abort
-   exit 1
-fi
+version=$(cat modules/KIWIGlobals.pm|grep {Version}|cut -f2 -d= | cut -f2 -d\)
+v_part1=$(echo $version | cut -f1-2 -d.)
+v_part2=$(echo $version | cut -f3 -d.)
+v_part2=$((v_part2 + 1))
 
-# spec file version update
-cat rpm/kiwi.spec | sed \
-   -e s@Release:   .*@Release:$version@ \
- rpm/kiwi.spec.new  mv rpm/kiwi.spec.new rpm/kiwi.spec
+version=$v_part1.$v_part2
 
-echo update to release: $version... done
+./.newversion $version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2011-06-12 21:49:13.0 +0200
+++ new/kiwi/.revision  2011-07-22 15:26:57.0 +0200
@@ -1 +1 @@
-b62beddc5db94b47049b45f082ea150533a6577d
+5f31fff1eb1c048ccacef6d59ac274b06224e421
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/kiwi.pl new/kiwi/kiwi.pl
--- old/kiwi/kiwi.pl2011-06-12 21:49:13.0 +0200
+++ new/kiwi/kiwi.pl2011-07-22 15:26:57.0 +0200
@@ -941,12 +941,6 @@
}
}
#
-   # check if prepare  create
-   #
-   if (defined $Build) {
-   $cmdL - setConfigDir ($Build);
-   }
-   #
# check if force-new-root is set
#
if (defined $ForceNewRoot) {
@@ -1041,6 +1035,12 @@
}
$Create =~ s/\/$//;
}
+   if (defined $Build) {
+   if (($Build !~ /^\//)  (! -d $Build)) {
+   $Build = $gdata-{System}./.$Build;
+   }
+   $Build =~ s/\/$//;
+   }
#
# store uniq path to image description
#
@@ -1053,6 +1053,9 @@
if (defined $Create) {
$cmdL - setConfigDir ($Create);
}
+   if (defined $Build) {
+   $cmdL - setConfigDir ($Build);
+   }
#
  

commit telepathy-mission-control for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory
checked in at Fri Jul 22 17:12:53 CEST 2011.




--- GNOME/telepathy-mission-control/telepathy-mission-control.changes   
2011-05-27 00:03:29.0 +0200
+++ 
/mounts/work_src_done/STABLE/telepathy-mission-control/telepathy-mission-control.changes
2011-07-22 09:31:00.0 +0200
@@ -1,0 +2,16 @@
+Fri Jul 22 08:59:23 CEST 2011 - dims...@opensuse.org
+
+- Update to version 5.9.1:
+  + fdo#34025: when an Observer with Recover=TRUE catches up on
+channels, don't miss out channels that have run their observers
+but have not completed dispatching, mainly those waiting for
+approvers.
+  + Fix various memory leaks.
+  + If a storage plugin changes our nickname, propagate it to the
+CM.
+  + The McdTransport framework should have considered no plugins
+to be equivalent to procced, not abort.
+  + Some files were missing G_END_DECLS, which broke C++ includes.
+- Run spec-cleaner.
+
+---

calling whatdependson for head-i586


Old:

  telepathy-mission-control-5.9.0.tar.bz2

New:

  telepathy-mission-control-5.9.1.tar.gz



Other differences:
--
++ telepathy-mission-control.spec ++
--- /var/tmp/diff_new_pack.UMwohH/_old  2011-07-22 17:11:59.0 +0200
+++ /var/tmp/diff_new_pack.UMwohH/_new  2011-07-22 17:11:59.0 +0200
@@ -19,22 +19,22 @@
 Url:http://mission-control.sourceforge.net/
 
 Name:   telepathy-mission-control
-Version:5.9.0
+Version:5.9.1
 Release:1
 License:LGPLv2.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libxslt-devel
+Summary:Telepathy Mission Control instant messaging connection manager
+Group:  System/Libraries
+Source: 
http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
+# PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 vu...@novell.com -- 
Sent upstream for discussion, it will need a rewrite for MC5 WAS: 
PATCH-FEATURE-UPSTREAM
+Patch1: lockdown-protocols.patch
 BuildRequires:  dbus-1-glib-devel = 0.73
 BuildRequires:  fdupes
 BuildRequires:  libgnome-keyring-devel
+BuildRequires:  libxslt-devel
 BuildRequires:  python-xml
 BuildRequires:  telepathy-glib-devel = 0.13.13
-Group:  System/Libraries
-Summary:Telepathy Mission Control instant messaging connection manager
 Requires:   dbus-1-glib = 0.73
-Source: %{name}-%{version}.tar.bz2
-# PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 vu...@novell.com -- 
Sent upstream for discussion, it will need a rewrite for MC5 WAS: 
PATCH-FEATURE-UPSTREAM
-Patch1: lockdown-protocols.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mission Control, or MC, is a Telepathy component providing a way for
@@ -46,8 +46,8 @@
 
 %package -n libmission-control-plugins0
 License:LGPLv2.1
-Group:  Development/Libraries/C and C++
 Summary:Telepathy Mission Control instant messaging connection manager
+Group:  Development/Libraries/C and C++
 Recommends: %{name} = %{version}
 
 %description -n libmission-control-plugins0
@@ -60,8 +60,8 @@
 
 %package devel
 License:LGPLv2.1
-Group:  Development/Libraries/C and C++
 Summary:Telepathy Mission Control instant messaging connection manager
+Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   libmission-control-plugins0 = %{version}
 
@@ -87,16 +87,16 @@
 %makeinstall
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 # create symlinks for man pages
-%fdupes -s $RPM_BUILD_ROOT/%_mandir
+%fdupes -s %{buildroot}%{_mandir}
 # create hardlinks for the rest
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n libmission-control-plugins0 -p /sbin/ldconfig
 
 %postun -n libmission-control-plugins0 -p /sbin/ldconfig
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root)






Remember to have fun...

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



commit gnome-icon-theme for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package gnome-icon-theme for openSUSE:Factory
checked in at Fri Jul 22 17:13:33 CEST 2011.




--- GNOME/gnome-icon-theme/gnome-icon-theme.changes 2011-04-06 
11:29:42.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-icon-theme/gnome-icon-theme.changes  
2011-07-22 14:10:56.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 22 14:06:36 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.4:
+  + printer-network
+  + starred/unstarred status
+  + window decoration icons updated to current look (bgo#650712)
+
+---

calling whatdependson for head-i586


Old:

  gnome-icon-theme-3.0.0.tar.bz2

New:

  gnome-icon-theme-3.1.4.tar.bz2



Other differences:
--
++ gnome-icon-theme.spec ++
--- /var/tmp/diff_new_pack.pxZkxz/_old  2011-07-22 17:13:13.0 +0200
+++ /var/tmp/diff_new_pack.pxZkxz/_new  2011-07-22 17:13:13.0 +0200
@@ -19,13 +19,13 @@
 
 
 Name:   gnome-icon-theme
-Version:3.0.0
+Version:3.1.4
 Release:1
 Summary:GNOME Icon Theme
 License:LGPLv3+ | CC BY-SA V3.0
 Group:  System/GUI/GNOME
 Url:http://www.gnome.org/
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.20/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gnome-icon-theme/3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  icon-naming-utils-devel

++ gnome-icon-theme-3.0.0.tar.bz2 - gnome-icon-theme-3.1.4.tar.bz2 ++
GNOME/gnome-icon-theme/gnome-icon-theme-3.0.0.tar.bz2 
/mounts/work_src_done/STABLE/gnome-icon-theme/gnome-icon-theme-3.1.4.tar.bz2 
differ: char 11, line 1






Remember to have fun...

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



commit accountsservice for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at Fri Jul 22 17:15:33 CEST 2011.




--- GNOME/accountsservice/accountsservice.changes   2011-07-20 
09:24:43.0 +0200
+++ /mounts/work_src_done/STABLE/accountsservice/accountsservice.changes
2011-07-20 18:43:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 20 16:51:05 CEST 2011 - vu...@opensuse.org
+
+- Add accountsservice-sysconfig.patch: read and write autologin
+  configuration from sysconfig, as done in gdm. Fix bnc#688071.
+
+---

calling whatdependson for head-i586


New:

  accountsservice-sysconfig.patch



Other differences:
--
++ accountsservice.spec ++
--- /var/tmp/diff_new_pack.RQMo6g/_old  2011-07-22 17:13:44.0 +0200
+++ /var/tmp/diff_new_pack.RQMo6g/_new  2011-07-22 17:13:44.0 +0200
@@ -19,12 +19,15 @@
 
 Name:   accountsservice
 Version:0.6.13
-Release:1
+Release:2
 License:GPLv3+
 Summary:D-Bus Service to Manipulate User Account Information
 Url:http://www.fedoraproject.org/wiki/Features/UserAccountDialog
 Group:  System/Daemons
 Source: 
http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
+# WARNING: do not remove/significantly change patch0 without updating the 
relevant patch in gdm too
+# PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 
vu...@opensuse.org -- Read/write autologin configuration from sysconfig, like 
gdm (see gdm-sysconfig-settings.patch)
+Patch0: accountsservice-sysconfig.patch
 BuildRequires:  intltool
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
@@ -68,6 +71,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static


++ accountsservice-sysconfig.patch ++
 671 lines (skipped)






Remember to have fun...

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



commit gitg for openSUSE:Factory

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package gitg for openSUSE:Factory
checked in at Fri Jul 22 17:18:14 CEST 2011.




--- gitg/gitg.changes   2011-04-29 10:16:14.0 +0200
+++ /mounts/work_src_done/STABLE/gitg/gitg.changes  2011-07-22 
09:25:36.0 +0200
@@ -1,0 +2,16 @@
+Fri Jul 22 09:07:15 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.2.3:
+  + Features:
+- Use ustar format for distcheck
+  + Bug fixes:
+- Use GLADE_CATALOG_DIR instead of GLADE_CATALOGDIR.
+- Fix spinner in repository dialog.
+- No longer use Gtk[HV]Box as it is deprecated.
+- Fix repository dialog.
+- Remove and reattach model while loading repository.
+- Fix ENABLE_DEBUG use in Makefile.am.
+- Fix --disable-debug.
+- Remove ChangeLog from the files list: the file is empty.
+
+---

calling whatdependson for head-i586


Old:

  gitg-0.2.2.tar.bz2

New:

  gitg-0.2.3.tar.bz2



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.6R2DpS/_old  2011-07-22 17:15:48.0 +0200
+++ /var/tmp/diff_new_pack.6R2DpS/_new  2011-07-22 17:15:48.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gitg
-Version:0.2.2
+Version:0.2.3
 Release:1
 License:GPLv2+
 Summary:Git repository viewer
 Group:  Development/Tools/Version Control
 Url:http://trac.novowork.com/gitg/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -105,7 +105,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS README NEWS COPYING ChangeLog
+%doc AUTHORS README NEWS COPYING
 %{_bindir}/gitg
 %{_datadir}/gitg/
 %{_datadir}/applications/gitg.desktop

++ gitg-0.2.2.tar.bz2 - gitg-0.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/Makefile.in new/gitg-0.2.3/Makefile.in
--- old/gitg-0.2.2/Makefile.in  2011-03-27 17:57:33.0 +0200
+++ new/gitg-0.2.3/Makefile.in  2011-07-21 15:38:28.0 +0200
@@ -140,7 +140,7 @@
   done; \
   reldir=$$dir2
 GZIP_ENV = --best
-DIST_ARCHIVES = $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.xz
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
@@ -664,6 +664,7 @@
 dist-gzip: distdir
tardir=$(distdir)  $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
$(distdir).tar.gz
$(am__remove_distdir)
+
 dist-bzip2: distdir
tardir=$(distdir)  $(am__tar) | bzip2 -9 -c $(distdir).tar.bz2
$(am__remove_distdir)
@@ -671,7 +672,6 @@
 dist-lzma: distdir
tardir=$(distdir)  $(am__tar) | lzma -9 -c $(distdir).tar.lzma
$(am__remove_distdir)
-
 dist-xz: distdir
tardir=$(distdir)  $(am__tar) | xz -c $(distdir).tar.xz
$(am__remove_distdir)
@@ -690,7 +690,7 @@
$(am__remove_distdir)
 
 dist dist-all: distdir
-   tardir=$(distdir)  $(am__tar) | bzip2 -9 -c $(distdir).tar.bz2
+   tardir=$(distdir)  $(am__tar) | xz -c $(distdir).tar.xz
$(am__remove_distdir)
 
 # This target untars the dist file and tries a VPATH configuration.  Then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/NEWS new/gitg-0.2.3/NEWS
--- old/gitg-0.2.2/NEWS 2011-03-27 17:56:55.0 +0200
+++ new/gitg-0.2.3/NEWS 2011-07-21 15:37:37.0 +0200
@@ -1,3 +1,20 @@
+= gitg 0.2.3 =
+Version 0.2.3 was released on 2011-07-21
+
+== Features ==
+  * Use ustar format for distcheck
+
+== Bug fixes ==
+  * Use GLADE_CATALOG_DIR instead of GLADE_CATALOGDIR
+  * Fix spinner in repository dialog
+  * No longer use Gtk[HV]Box as it is deprecated
+  * Fix repository dialog
+  * Remove and reattach model while loading repository
+  * Fix ENABLE_DEBUG use in Makefile.am
+  * Fix --disable-debug
+
+== Features ==
+
 = gitg 0.2.2 =
 Version 0.2.2 was released on 2011-03-27
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gitg-0.2.2/README new/gitg-0.2.3/README
--- old/gitg-0.2.2/README   2011-03-27 17:57:16.0 +0200
+++ new/gitg-0.2.3/README   2011-07-21 15:35:30.0 +0200
@@ -3,7 +3,7 @@
 convenient tool to visualize git history and actions that benefit from a
 graphical presentation.
 
-The latest version of gitg is 0.2.2.
+The latest version of gitg is 0.2.3.
 
 Website:  http://trac.novowork.com/gitg
 Bugs: http://bugzilla.gnome.org/browse.cgi?product=gitg
@@ -15,8 +15,8 @@
 from the download site. After downloading the following procedure installs
 gitg:
 
-   $ tar -xjf gitg-0.2.2.tar.bz2
-   $ cd gitg-0.2.2
+   $ tar Jxf 

commit libsatsolver for openSUSE:11.4

2011-07-22 Thread h_root

Hello community,

here is the log from the commit of package libsatsolver for openSUSE:11.4
checked in at Sat Jul 23 00:54:06 CEST 2011.




--- old-versions/11.4/all/libsatsolver/libsatsolver.changes 2011-02-24 
17:45:23.0 +0100
+++ 11.4/libsatsolver/libsatsolver.changes  2011-05-10 17:55:31.0 
+0200
@@ -1,0 +2,8 @@
+Fri Apr 29 14:28:57 CEST 2011 - m...@suse.de
+
+- make analyze_unsolvable faster in corner cases [bnc#686261]
+- correctly cummulate multi-line fields in language extensions
+  [bnc#666422]
+- 0.16.2
+
+---

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/libsatsolver
Destination is old-versions/11.4/UPDATES/all/libsatsolver
calling whatdependson for 11.4-i586


Old:

  ignoreorphaned.diff
  satsolver-0.16.1.tar.bz2

New:

  satsolver-0.16.2.tar.bz2



Other differences:
--
++ libsatsolver.spec ++
--- /var/tmp/diff_new_pack.bS1eMR/_old  2011-07-23 00:38:12.0 +0200
+++ /var/tmp/diff_new_pack.bS1eMR/_new  2011-07-23 00:38:12.0 +0200
@@ -22,12 +22,11 @@
 %endif
 
 Name:   libsatsolver
-Version:0.16.1
-Release:4.RELEASE2
-License:BSD3c
+Version:0.16.2
+Release:0.RELEASE2
+License:BSD 3-Clause
 Url:git://git.opensuse.org/projects/zypp/sat-solver.git
 Source: satsolver-%{version}.tar.bz2
-Patch:  ignoreorphaned.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  Development/Libraries/C and C++
 Prefix: /usr
@@ -80,7 +79,7 @@
 Duncan Mac-Vicar P. dmacvi...@suse.de
 
 %package devel
-License:BSD3c
+
 Summary:A new approach to package dependency solving
 Group:  Development/Libraries/C and C++
 Requires:   satsolver-tools = %version
@@ -106,7 +105,7 @@
 Duncan Mac-Vicar P. dmacvi...@suse.de
 
 %package -n satsolver-tools
-License:BSD3c
+
 Summary:A new approach to package dependency solving
 Group:  Development/Libraries/C and C++
 Obsoletes:  libsatsolver = 0.0.15
@@ -117,7 +116,7 @@
 A new approach to package dependency solving.
 
 %package demo
-License:BSD3c
+
 Summary:Applications demoing the satsolver library
 Group:  System/Management
 Requires:   curl
@@ -132,7 +131,7 @@
 Applications demoing the satsolver library.
 
 %package -n ruby-satsolver
-License:BSD3c
+
 Summary:Ruby bindings for sat solver
 Group:  Development/Languages/Ruby
 
@@ -140,7 +139,7 @@
 Ruby bindings for sat solver.
 
 %package -n python-satsolver
-License:BSD3c
+
 %py_requires
 Summary:Python bindings for sat solver
 Group:  Development/Languages/Python
@@ -149,7 +148,7 @@
 Python bindings for sat solver.
 
 %package -n perl-satsolver
-License:BSD3c
+
 Requires:   perl = %{perl_version}
 Summary:Perl bindings for sat solver
 Group:  Development/Languages/Perl
@@ -160,7 +159,6 @@
 
 %prep
 %setup -n satsolver-%{version}
-%patch
 
 %build
 export CFLAGS=$RPM_OPT_FLAGS

++ satsolver-0.16.1.tar.bz2 - satsolver-0.16.2.tar.bz2 ++
old-versions/11.4/all/libsatsolver/satsolver-0.16.1.tar.bz2 
11.4/libsatsolver/satsolver-0.16.2.tar.bz2 differ: char 11, line 1






Remember to have fun...

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