commit hp2xx for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package hp2xx for openSUSE:Factory checked 
in at 2012-09-10 15:20:38

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


Package is hp2xx, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hp2xx/hp2xx.changes  2012-01-11 
15:37:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.hp2xx.new/hp2xx.changes 2012-09-10 
15:20:39.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 07:34:03 UTC 2012 - pgaj...@suse.com
+
+- builds also against libpng15
+  * extended png-deprecated.patch
+
+---



Other differences:
--
++ hp2xx.spec ++
--- /var/tmp/diff_new_pack.vJpTlj/_old  2012-09-10 15:20:40.0 +0200
+++ /var/tmp/diff_new_pack.vJpTlj/_new  2012-09-10 15:20:40.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   hp2xx
 Version:3.4.2
-Release:567
-License:GPL-2.0+
+Release:0
 Summary:Converts HP-GL Plotter Language into a Variety of Formats
-Url:http://www.gnu.org/software/hp2xx/hp2xx.html
+License:GPL-2.0+
 Group:  Productivity/Graphics/Convertors
+Url:http://www.gnu.org/software/hp2xx/hp2xx.html
 Source: hp2xx-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: hp2xx-%{version}-fix.patch
@@ -31,9 +30,9 @@
 Patch1: hp2xx-3.4.2-implicit-decls.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2: hp2xx-3.4.2-png-deprecated.patch
+BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  libjpeg-devel
 BuildRequires:  xorg-x11-libX11-devel
 Requires(pre):  %install_info_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ hp2xx-3.4.2-png-deprecated.patch ++
--- /var/tmp/diff_new_pack.vJpTlj/_old  2012-09-10 15:20:40.0 +0200
+++ /var/tmp/diff_new_pack.vJpTlj/_new  2012-09-10 15:20:40.0 +0200
@@ -1,8 +1,16 @@
 Index: sources/png.c
 ===
 sources/png.c.orig 2002-04-07 13:53:17.0 +0200
-+++ sources/png.c  2010-02-25 15:14:32.256293000 +0100
-@@ -38,7 +38,7 @@ void pdImagePNG(im, fd)
+--- sources/png.c.orig
 sources/png.c
+@@ -4,6 +4,7 @@
+ 
+ #include stdio.h
+ #include stdlib.h
++#include zlib.h
+ #include to_png.h
+ #include png.h
+ 
+@@ -38,7 +39,7 @@ void pdImagePNG(im, fd)
}
  
/* set up error handlimg for libpng */
@@ -11,7 +19,7 @@
{
png_destroy_write_struct(png_ptr, info_ptr);
return;
-@@ -98,7 +98,7 @@ void pdImagePNG(im, fd)
+@@ -98,7 +99,7 @@ void pdImagePNG(im, fd)
png_write_end(png_ptr, info_ptr);
  
/* if you malloced the palette, free it here */

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



commit fcitx for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2012-09-10 15:20:41

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


Package is fcitx, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2012-08-28 
20:45:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2012-09-10 
15:20:51.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  7 10:27:34 UTC 2012 - i...@marguerite.su
+
+- fix libfcitx Provides, which can't drop old libraries.
+- fix 32bit baselib name.
+
+---



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.kmLIl0/_old  2012-09-10 15:20:52.0 +0200
+++ /var/tmp/diff_new_pack.kmLIl0/_new  2012-09-10 15:20:52.0 +0200
@@ -103,8 +103,8 @@
 %package -n lib%{name}%{libver}
 Summary:Shared libraries for %{name}
 Group:  System/I18n/Chinese
-Obsoletes:  lib%{name}%{libver}  %{version}
-Provides:   lib%{name}%{libver} = %{version}
+Obsoletes:  lib%{name}  %{version}
+Provides:   lib%{name} = %{version}
 
 %description -n lib%{name}%{libver}
 Shared libraries for Fcitx input method framework.

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.kmLIl0/_old  2012-09-10 15:20:52.0 +0200
+++ /var/tmp/diff_new_pack.kmLIl0/_new  2012-09-10 15:20:52.0 +0200
@@ -1,4 +1,4 @@
-libfcitx-4_2_4
+libfcitx-4_2_5
 fcitx-gtk2
 fcitx-gtk3
 fcitx-qt4
\ No newline at end of file

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



commit kdebase3 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory 
checked in at 2012-09-10 15:20:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdebase3/kdebase3.changes2012-07-18 
17:23:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase3.new/kdebase3.changes   2012-09-10 
15:20:53.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 29 10:28:31 UTC 2012 - an...@opensuse.org
+
+- add a kdm script file to fix issues with plymouth (bug#775548) 
+(KDE3: plymouth prevents clean shut down when '/var' is individually mounted).
+see bug for details. (forwarded request 130878 from belphegor_belbel)
+
+---

New:

  kdm3



Other differences:
--
++ kdebase3.spec ++
--- /var/tmp/diff_new_pack.STIo9S/_old  2012-09-10 15:21:00.0 +0200
+++ /var/tmp/diff_new_pack.STIo9S/_new  2012-09-10 15:21:00.0 +0200
@@ -124,6 +124,7 @@
 Source22:   bnc.desktop
 Source23:   sourceforge.desktop
 Source24:   udisks-glue.conf
+Source25:   kdm3
 Patch0: 3_5_BRANCH.diff
 Patch3: startkde.diff
 Patch5: media-iPod.diff
@@ -818,6 +819,7 @@
 for i in {16,22,32}; do cp 
$BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/actions/encrypted.png  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/apps/kcmcrypto.png;done
 for i in {16,22,32,48,64,128}; do cp 
$BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/trashcan_empty.png
  
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/apps/kcmprivacy.png;done
 for i in {16,22,32,48,64,128}; do cp 
$BUILD_ROOT/opt/kde3/share/icons/crystalsvg/$ix$i/filesystems/network.png 
$RPM_BUILD_ROOT/opt/kde3/share/icons/hicolor/$ix$i/apps/kcmnic.png;done
+install -m 644 -D %SOURCE25 $RPM_BUILD_ROOT/usr/lib/X11/displaymanagers/kdm3
 #
 # solve file conflicts with theme packages ...
 #
@@ -1416,6 +1418,8 @@
 /opt/kde3/share/icons/*/*/*/kdmconfig.*
 /opt/kde3/%_lib/kde3/kcm_kdm.*
 %doc %lang(en) /opt/kde3/share/doc/HTML/en/kdm
+/usr/lib/X11/displaymanagers/kdm3
+%dir /usr/lib/X11/displaymanagers
 
 %files session
 %defattr(-,root,root)




++ kdm3 ++
kdm3_start_proc() {
splashcopy 0 6

# stop plymouth (bug#775548)
if [ -x /usr/bin/plymouth ]; then
plymouth quit
plymouth --wait
fi

return 0
}

kdm3_vars() {
KDM_BIN=/opt/kde3/bin/kdm
case ${DISPLAYMANAGER##*/} in
kdm3)
export KDEROOTHOME=/root/.kdm
DISPLAYMANAGER=$KDM_BIN
STARTPROC=kdm3_start_proc
;;
*) return 1 ;;
esac
return 0
}



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



commit mono-core for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2012-09-10 15:20:57

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


Package is mono-core, Maintainer is mono-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2012-08-08 
11:13:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2012-09-10 
15:21:00.0 +0200
@@ -6,0 +7,20 @@
+Fri Dec  2 13:31:57 UTC 2011 - ag...@suse.de
+
+- use hammer approach for vfp instead
+
+---
+Sun Nov 27 21:17:24 UTC 2011 - ag...@suse.de
+
+- add arch linux vfp patch
+
+---
+Sun Nov 27 16:36:08 UTC 2011 - ag...@suse.de
+
+- use vfp on armv7
+
+---
+Sun Nov 27 03:01:37 UTC 2011 - ag...@suse.de
+
+- fix arm build to not depend on the build host's /proc/cpuinfo
+
+---

New:

  mono-arm-cpuinfo-v5.patch
  mono-arm-cpuinfo-v7.patch
  mono-arm-vfp.patch



Other differences:
--
++ mono-core.spec ++
--- /var/tmp/diff_new_pack.KyUrif/_old  2012-09-10 15:21:02.0 +0200
+++ /var/tmp/diff_new_pack.KyUrif/_new  2012-09-10 15:21:02.0 +0200
@@ -33,6 +33,9 @@
 Version:2.10.6
 Release:0
 Source0:mono-%{version}.tar.bz2
+Patch1: mono-arm-cpuinfo-v5.patch
+Patch2: mono-arm-cpuinfo-v7.patch
+Patch3: mono-arm-vfp.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -99,12 +102,25 @@
 
 %prep
 %setup -q -n mono-%{version}
+%ifarch armv5el
+%patch1 -p1
+%endif
+%ifarch armv7l armv7hl
+%patch2 -p1
+%patch3 -p1
+%endif
 
 %build
 # These are only needed if there are patches to the runtime
 #rm -f libgc/libtool.m4
 #autoreconf --force --install
 #autoreconf --force --install libgc
+%ifarch armv7l armv7hl
+export MONO_CPU_ARCH=armv7l-thumb
+%endif
+%ifarch armv5el
+export MONO_CPU_ARCH=armv5el
+%endif
 export CFLAGS= $RPM_OPT_FLAGS -fno-strict-aliasing
 # distro specific configure options
 %if %llvm == yes

++ mono-arm-cpuinfo-v5.patch ++
Index: mono-2.10.6/mono/mini/mini-arm.c
===
--- mono-2.10.6.orig/mono/mini/mini-arm.c
+++ mono-2.10.6/mono/mini/mini-arm.c
@@ -592,6 +592,9 @@ mono_arch_cpu_optimizazions (guint32 *ex
v5_supported = TRUE;
darwin = TRUE;
iphone_abi = TRUE;
+#elif 1
+   thumb_supported = TRUE;
+   v5_supported = TRUE;
 #else
char buf [512];
char *line;
++ mono-arm-cpuinfo-v7.patch ++
Index: mono-2.10.6/mono/mini/mini-arm.c
===
--- mono-2.10.6.orig/mono/mini/mini-arm.c
+++ mono-2.10.6/mono/mini/mini-arm.c
@@ -592,6 +592,11 @@ mono_arch_cpu_optimizazions (guint32 *ex
v5_supported = TRUE;
darwin = TRUE;
iphone_abi = TRUE;
+#elif 1
+   thumb_supported = TRUE;
+   v5_supported = TRUE;
+   v6_supported = TRUE;
+   v7_supported = TRUE;
 #else
char buf [512];
char *line;
++ mono-arm-vfp.patch ++
Index: mono-2.10.6/configure
===
--- mono-2.10.6.orig/configure
+++ mono-2.10.6/configure
@@ -23729,11 +23729,12 @@ main ()
   return 0;
 }
 _ACEOF
-if ac_fn_c_try_compile $LINENO; then :
-  fpu=FPA
-else
-  fpu=NONE
-fi
+#if ac_fn_c_try_compile $LINENO; then :
+#  fpu=FPA
+#else
+#  fpu=NONE
+#fi
+fpu=VFP
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
{ $as_echo $as_me:${as_lineno-$LINENO}: result: $fpu 5
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cups for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2012-09-10 15:21:04

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


Package is cups, Maintainer is jsm...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2012-05-29 
11:36:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2012-09-10 
15:21:08.0 +0200
@@ -1,0 +2,19 @@
+Tue Sep  4 14:55:57 UTC 2012 - cfarr...@suse.com
+
+- license update: SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
+  Apple grant an openssl linking exception (and an exception for linking on
+  Apple owned operating systems)
+
+---
+Wed Aug  1 11:32:13 CEST 2012 - jsm...@suse.de
+
+- Save /etc/cups/cupsd.conf and /etc/cups/cupsd.conf.default
+  from becoming hardlinked via the fdupes run in cups.spec
+  (see the 'Wed Aug 26 21:43:03 CEST 2009' entry below)
+  by making their content different and at the same time
+  fix the misleading comment (openSUSE Bugzilla bnc#773971).
+- Minor clean-up in cups.spec (the Remove unpackaged files
+  via rm -rf some_man-pages) is no longer needed because
+  those man pages are no longer installed.
+
+---



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.0i8Qcl/_old  2012-09-10 15:21:11.0 +0200
+++ /var/tmp/diff_new_pack.0i8Qcl/_new  2012-09-10 15:21:11.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   cups
 BuildRequires:  avahi-compat-mDNSResponder-devel
 BuildRequires:  dbus-1-devel
@@ -52,7 +53,7 @@
 PreReq: textutils
 Url:http://www.cups.org/
 Summary:The Common UNIX Printing System
-License:GPL-2.0+ ; LGPL-2.1+
+License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
 Group:  Hardware/Printing
 # Source0...Source9 is for sources from upstream:
 # URL for Source0: 
http://ftp.easysw.com/pub/cups/1.5.3/cups-1.5.3-source.tar.bz2
@@ -154,7 +155,7 @@
 
 %package libs
 Summary:Libraries for CUPS
-License:GPL-2.0+ ; LGPL-2.1+
+License:SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
 Group:  Hardware/Printing
 # Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
 PreReq: /sbin/ldconfig
@@ -175,7 +176,7 @@
 
 %package client
 Summary:CUPS Client Programs
-License:GPL-2.0+
+License:SUSE-GPL-2.0-with-openssl-exception
 Group:  Hardware/Printing
 # Conflicts with other print spoolers which provide same binaries like 
/usr/bin/lp and so on:
 Conflicts:  lprng
@@ -204,7 +205,7 @@
 
 %package devel
 Summary:Development Environment for CUPS
-License:GPL-2.0+
+License:SUSE-GPL-2.0-with-openssl-exception
 Group:  Development/Libraries/C and C++
 # Do not require the exact matching version-release of cups-libs
 # but only a cups-libs package with matching version because
@@ -229,7 +230,7 @@
 
 %package ddk
 Summary:CUPS Driver Development Kit
-License:GPL-2.0+
+License:SUSE-GPL-2.0-with-openssl-exception
 Group:  Hardware/Printing
 Requires:   cups = %{version}
 Requires:   cups-devel = %{version}
@@ -390,13 +391,19 @@
 mkdir $RPM_BUILD_ROOT/usr/share/pixmaps
 install -m 644 $RPM_BUILD_ROOT/usr/share/icons/hicolor/64x64/apps/cups.png 
$RPM_BUILD_ROOT/usr/share/pixmaps
 rm -rf $RPM_BUILD_ROOT/usr/share/icons
-# Remove unpackaged files:
-rm -rf $RPM_BUILD_ROOT/%{_mandir}/es/cat?
-rm -rf $RPM_BUILD_ROOT/%{_mandir}/fr/cat?
-rm -rf $RPM_BUILD_ROOT/%{_mandir}/cat?
-# Norwegian is nb, zh is probablyx zh_CN
+# Norwegian is nb, zh is probably zh_CN
 mv $RPM_BUILD_ROOT/usr/share/locale/{no,nb}
 mv $RPM_BUILD_ROOT/usr/share/locale/{zh,zh_CN}
+# Save /etc/cups/cupsd.conf and /etc/cups/cupsd.conf.default from becoming 
hardlinked
+# via the fdupes run below, see 
https://bugzilla.novell.com/show_bug.cgi?id=773971
+# by making their content different and at the same time fix the misleading 
comment.
+# Intentionally let the build fail if 'grep' does not find what 'sed' should 
change
+# because if upstream changed it 'sed' would silently no longer change the 
files
+# so that fdupes would make /etc/cups/cupsd.conf and 
/etc/cups/cupsd.conf.default hardlinked:
+grep -q '^# Sample configuration ' 
$RPM_BUILD_ROOT/%{_sysconfdir}/cups/cupsd.conf
+sed -i -e 's/^# Sample configuration /# Configuration /' 
$RPM_BUILD_ROOT/%{_sysconfdir}/cups/cupsd.conf
+grep -q '^# Sample configuration ' 

commit sqlite3 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2012-09-10 15:21:17

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2012-05-26 
13:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2012-09-10 
15:21:20.0 +0200
@@ -1,0 +2,47 @@
+Tue Sep  4 14:21:55 UTC 2012 - mmeis...@suse.com
+
+- New version 3.7.14:
+  * Ensure that floating point values are preserved exactly when 
+reconstructing a database from the output of the .dump 
+command of the command-line shell.
+  * Added the sqlite3_close_v2() interface.
+  * Updated the command-line shell so that it can be built using 
+SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT.
+  * Enhancements to PRAGMA integrity_check and PRAGMA quick_check 
+so that they can optionally check just a single attached 
+database install of all attached databases.
+  * Enhancements to WAL mode processing that ensure that at least 
+one valid read-mark is available at all times, so that 
+read-only processes can always read the database.
+  * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX.
+  * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option.
+  * Better handling of aggregate queries where the aggregate 
+functions are contained within subqueries.
+  * Enhance the query planner so that it will try to use a 
+covering index on queries that make use of or optimization.
+
+---
+Fri Aug 31 15:41:54 UTC 2012 - m...@suse.com
+
+- New version 3.7.13:
+  * In-memory databases that are specified using URI filenames are
+allowed to use shared cache, so that the same in-memory
+database can be accessed from multiple database connections.
+  * Recognize and use the mode=memory query parameter in URI
+filenames.
+  * Avoid resetting the schema of shared cache connections when
+any one connection closes. Instead, wait for the last
+connection to close before reseting the schema.
+  * In the RTREE extension, when rounding 64-bit floating point
+numbers to 32-bit for storage, always round in a direction
+that causes the bounding box to get larger.
+  * Adjust the unix driver to avoid unnecessary calls to fchown().
+  * Add interfaces sqlite3_quota_ferror() and
+sqlite3_quota_file_available() to the test_quota.c module.
+  * The sqlite3_create_module() and sqlite3_create_module_v2()
+interfaces return SQLITE_MISUSE on any attempt to overload or
+replace a virtual table module. The destructor is always
+called in this case, in accordance with historical and current
+documentation.
+
+---

Old:

  sqlite-autoconf-3071201.tar.gz

New:

  sqlite-autoconf-3071400.tar.gz



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.r9sXvI/_old  2012-09-10 15:21:21.0 +0200
+++ /var/tmp/diff_new_pack.r9sXvI/_new  2012-09-10 15:21:21.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   sqlite3
-Version:3.7.12.1
+Version:3.7.14
 Release:0
-%define tarversion 3071201
+%define tarversion 3071400
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
 Group:  Productivity/Databases/Servers
@@ -114,7 +114,7 @@
 %setup -q -n sqlite-autoconf-%tarversion
 
 %build
-export CFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI
+export CFLAGS=-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4
 %configure --disable-static
 make
 cd tea

++ sqlite-autoconf-3071201.tar.gz - sqlite-autoconf-3071400.tar.gz ++
 9973 lines of diff (skipped)

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



commit yast2-nfs-client for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2012-09-10 15:21:21

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


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

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2012-06-25 12:47:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2012-09-10 15:21:22.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug 23 19:07:04 UTC 2012 - mfi...@suse.com
+
+- added support for comment, nofail fstab options
+- bnc#776149
+- 2.21.7 
+
+---

Old:

  yast2-nfs-client-2.21.6.tar.bz2

New:

  yast2-nfs-client-2.21.7.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.gIOyMn/_old  2012-09-10 15:21:24.0 +0200
+++ /var/tmp/diff_new_pack.gIOyMn/_new  2012-09-10 15:21:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:2.21.6
+Version:2.21.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,6 +28,10 @@
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
+# yast2-nfs-client depends on nfs-utils in term that edits nfs-utils' options.
+# Support was checked against nfs-utils 1.2.7.
+# As soon as nfs-utils reaches version 1.2.9 there should be another update.
+BuildRequires:  nfs-client  1.2.9
 #ag_showexports moved to yast2 base
 #Wizard::SetDesktopTitleAndIcon
 Requires:   yast2 = 2.21.22

++ yast2-nfs-client-2.21.6.tar.bz2 - yast2-nfs-client-2.21.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.21.6/VERSION 
new/yast2-nfs-client-2.21.7/VERSION
--- old/yast2-nfs-client-2.21.6/VERSION 2012-06-20 13:28:44.0 +0200
+++ new/yast2-nfs-client-2.21.7/VERSION 2012-08-27 09:55:05.0 +0200
@@ -1 +1 @@
-2.21.6
+2.21.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.21.6/autodocs-ycp.ami 
new/yast2-nfs-client-2.21.7/autodocs-ycp.ami
--- old/yast2-nfs-client-2.21.6/autodocs-ycp.ami2012-06-20 
13:30:21.0 +0200
+++ new/yast2-nfs-client-2.21.7/autodocs-ycp.ami2012-09-06 
13:21:43.0 +0200
@@ -1,5 +1,5 @@
 # -*- makefile -*- Automake include file
-# $Id: autodocs-ycp.ami 57644 2009-06-19 08:38:11Z mvidner $
+# $Id$
 
 # Builds source documentation for YCP sources
 # Uses ycpdoc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-2.21.6/configure 
new/yast2-nfs-client-2.21.7/configure
--- old/yast2-nfs-client-2.21.6/configure   2012-06-20 13:30:24.0 
+0200
+++ new/yast2-nfs-client-2.21.7/configure   2012-09-06 13:21:46.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-nfs-client 2.21.6.
+# Generated by GNU Autoconf 2.68 for yast2-nfs-client 2.21.7.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-nfs-client'
 PACKAGE_TARNAME='yast2-nfs-client'
-PACKAGE_VERSION='2.21.6'
-PACKAGE_STRING='yast2-nfs-client 2.21.6'
+PACKAGE_VERSION='2.21.7'
+PACKAGE_STRING='yast2-nfs-client 2.21.7'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1231,7 +1231,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-nfs-client 2.21.6 to adapt to many kinds of 
systems.
+\`configure' configures yast2-nfs-client 2.21.7 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-nfs-client 2.21.6:;;
+ short | recursive ) echo Configuration of yast2-nfs-client 2.21.7:;;
esac
   cat \_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-nfs-client configure 2.21.6
+yast2-nfs-client configure 2.21.7
 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-nfs-client $as_me 2.21.6, which was
+It was 

commit python-psutil for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2012-09-10 15:22:41

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


Package is python-psutil, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python3-psutil.changes 
2012-05-31 17:09:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python3-psutil.changes
2012-09-10 15:28:47.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep  6 13:05:51 UTC 2012 - toddrme2...@gmail.com
+
+- Restore BuildRequires: python3  This package depends on hash
+  algorithms that are only available if python3 is installed,
+  python3-devel will not pull them in.  Building will fail if 
+  BuildRequires: python3 is removed.
+
+---



Other differences:
--
++ python3-psutil.spec ++
--- /var/tmp/diff_new_pack.n2h3Bf/_old  2012-09-10 15:28:49.0 +0200
+++ /var/tmp/diff_new_pack.n2h3Bf/_new  2012-09-10 15:28:49.0 +0200
@@ -23,8 +23,9 @@
 Url:http://code.google.com/p/psutil/
 Group:  Development/Languages/Python
 Source: psutil-%{version}.tar.gz
-BuildRequires:  python3-devel
+BuildRequires:  python3
 BuildRequires:  python3-2to3
+BuildRequires:  python3-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-distribute
 

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



commit bulk_extractor for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package bulk_extractor for openSUSE:Factory 
checked in at 2012-09-10 15:23:11

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


Package is bulk_extractor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/bulk_extractor/bulk_extractor.changes
2012-04-23 16:09:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.bulk_extractor.new/bulk_extractor.changes   
2012-09-10 15:28:49.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 16 20:10:26 UTC 2012 - ag...@suse.com
+
+- fix compilation on non-x86 hosts
+  * cpuid.patch
+
+---

New:

  cpuid.patch



Other differences:
--
++ bulk_extractor.spec ++
--- /var/tmp/diff_new_pack.22WFvv/_old  2012-09-10 15:28:50.0 +0200
+++ /var/tmp/diff_new_pack.22WFvv/_new  2012-09-10 15:28:50.0 +0200
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   bulk_extractor
 Version:1.2.0
 Release:0
-License:GPL-3.0+
 Summary:Bulk Email and URL extraction tool
-Url:http://afflib.org
+License:GPL-3.0+
 Group:  Productivity/File utilities
-AutoReqProv:on
+Url:http://afflib.org
 # Source: bulk_extractor-%%{version}.tar.gz
 Source: http://afflib.org/downloads/bulk_extractor-%{version}.tar.gz
-BuildRequires:  libtsk3-3
-BuildRequires:  zlib-devel
-BuildRequires:  openssl-devel
-BuildRequires:  libewf-devel
+Patch1: cpuid.patch
 BuildRequires:  afflib-devel
-BuildRequires:  libexiv2-devel
-BuildRequires:  gcc-c++
 BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  libewf-devel
+BuildRequires:  libexiv2-devel
+BuildRequires:  libtsk3-3
+BuildRequires:  openssl-devel
+BuildRequires:  zlib-devel
 
 %description
 bulk_extractor is a C++ program that scans a disk image, a file, or a
@@ -46,6 +45,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure

++ cpuid.patch ++
Index: bulk_extractor-1.2.0/src/xml.cpp
===
--- bulk_extractor-1.2.0.orig/src/xml.cpp
+++ bulk_extractor-1.2.0/src/xml.cpp
@@ -440,6 +440,7 @@ void xml::pop()
 
 void xml::cpuid(uint32_t op, unsigned long *eax, unsigned long *ebx,
 unsigned long *ecx, unsigned long *edx) {
+#ifdef HAVE_ASM_CPUID
 #if defined(__i386__)  defined(__PIC__)
 __asm__ __volatile__(pushl %%ebx  \n\t /* save %ebx */
  cpuid\n\t
@@ -455,6 +456,7 @@ void xml::cpuid(uint32_t op, unsigned lo
  : cc);
 
 #endif
+#endif
 }
 
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-timer for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-timer for 
openSUSE:Factory checked in at 2012-09-10 15:23:17

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer/xfce4-panel-plugin-timer.changes
2012-05-08 06:53:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new/xfce4-panel-plugin-timer.changes
   2012-09-10 15:28:53.0 +0200
@@ -1,0 +2,10 @@
+Wed Sep  5 16:49:06 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.0
+  - fix a crash with 4.8+ panels
+  - fix a segfault when the timer is paused
+  - fix border sizes
+  - code cleanups and introduce the optional feature selecting a
+timer starts it
+
+---

Old:

  xfce4-timer-plugin-0.6.4.tar.bz2

New:

  xfce4-timer-plugin-1.0.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-timer.spec ++
--- /var/tmp/diff_new_pack.dL1poT/_old  2012-09-10 15:28:54.0 +0200
+++ /var/tmp/diff_new_pack.dL1poT/_new  2012-09-10 15:28:54.0 +0200
@@ -20,21 +20,21 @@
 %define plugin_name xfce4-timer-plugin
 
 Name:   xfce4-panel-plugin-timer
-Version:0.6.4
+Version:1.0.0
 Release:0
 Summary:Alarm Clock Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.6/%{plugin_name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 Recommends: %{name}-lang = %{version}
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
 Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ xfce4-timer-plugin-0.6.4.tar.bz2 - xfce4-timer-plugin-1.0.0.tar.bz2 
++
 26116 lines of diff (skipped)

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



commit tvtime for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package tvtime for openSUSE:Factory checked 
in at 2012-09-10 15:23:35

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


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

Changes:

--- /work/SRC/openSUSE:Factory/tvtime/tvtime.changes2012-02-21 
12:26:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.tvtime.new/tvtime.changes   2012-09-10 
15:28:55.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 30 09:50:40 UTC 2012 - pgaj...@suse.com
+
+- package builds also against libpng15
+  * tvtime-libpng15.patch
+
+---

New:

  tvtime-libpng15.patch



Other differences:
--
++ tvtime.spec ++
--- /var/tmp/diff_new_pack.OXE7qn/_old  2012-09-10 15:29:04.0 +0200
+++ /var/tmp/diff_new_pack.OXE7qn/_new  2012-09-10 15:29:04.0 +0200
@@ -36,6 +36,9 @@
 Patch1: tvtime-1.0.2-videoinput.patch
 Patch2: tvtime.linux-compiler.patch
 Patch3: tvtime-glibc.patch
+# I haven't sent libpng15.patch upstream, because project from url
+# seems to be dead
+Patch4: tvtime-libpng15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,6 +82,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 autoreconf -i -f

++ tvtime-libpng15.patch ++
Index: tvtime-1.0.2/src/pngoutput.c
===
--- tvtime-1.0.2.orig/src/pngoutput.c
+++ tvtime-1.0.2/src/pngoutput.c
@@ -19,6 +19,7 @@
 #include stdio.h
 #include stdlib.h
 #include png.h
+#include zlib.h
 #include pngoutput.h
 
 struct pngoutput_s
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-plugins for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2012-09-10 15:23:40

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


Package is alsa-plugins, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes
2012-08-04 09:02:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2012-09-10 15:29:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 14:15:23 CEST 2012 - ti...@suse.de
+
+- Add post/postun hooks for pulse plugin to fix the leftover
+  config path (bnc#779039)
+
+---



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.D2TL0K/_old  2012-09-10 15:29:06.0 +0200
+++ /var/tmp/diff_new_pack.D2TL0K/_new  2012-09-10 15:29:06.0 +0200
@@ -148,6 +148,18 @@
 # modules don't need *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.la
 
+%post pulse
+if type -p setup-pulseaudio  /dev/null; then
+setup-pulseaudio --auto
+fi
+exit 0
+
+%postun pulse
+if type -p setup-pulseaudio  /dev/null; then
+setup-pulseaudio --auto
+fi
+exit 0
+
 %files
 %defattr(-, root, root)
 %doc COPYING

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



commit pulseaudio for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

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

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


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

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2012-07-23 
10:16:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2012-09-10 15:29:07.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 14:08:55 CEST 2012 - ti...@suse.de
+
+- Fix the broken setup by setup-pulseaudio when alsa-plugins-pulse
+  doesn't exist (bnc#779039)
+
+---



Other differences:
--

++ setup-pulseaudio ++
--- /var/tmp/diff_new_pack.74cTtJ/_old  2012-09-10 15:29:08.0 +0200
+++ /var/tmp/diff_new_pack.74cTtJ/_new  2012-09-10 15:29:08.0 +0200
@@ -77,7 +77,11 @@
 
 enable_alsa() {
 echo Enabling PulseAudio for ALSA...
-set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
+if [ -f /etc/alsa-pulse.conf ]; then
+   set_variable ALSA_CONFIG_PATH /etc/alsa-pulse.conf
+else
+   echo Missing /etc/alsa-pluse.conf; please install alsa-plugins-pulse 
package
+fi
 }
 
 enable_libao() {

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



commit tomahawk for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package tomahawk for openSUSE:Factory 
checked in at 2012-09-10 15:35:34

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


Package is tomahawk, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tomahawk/tomahawk.changes2012-04-12 
09:54:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomahawk.new/tomahawk.changes   2012-09-10 
15:35:35.0 +0200
@@ -1,0 +2,11 @@
+Thu Aug 23 13:49:59 UTC 2012 - d...@dominik-schmidt.de
+
+- Version 0.5.5
+  * new icon
+  * support .aiff
+  * support syncing playlists with spotify
+  * improved proxy support
+  * lots of ui improvements
+  * support importing last.fm history
+
+---

Old:

  tomahawk-0.4.2.tar.bz2

New:

  tomahawk-0.5.5.tar.bz2



Other differences:
--
++ tomahawk.spec ++
--- /var/tmp/diff_new_pack.nJi9hh/_old  2012-09-10 15:35:37.0 +0200
+++ /var/tmp/diff_new_pack.nJi9hh/_new  2012-09-10 15:35:37.0 +0200
@@ -21,7 +21,7 @@
 Summary:The social media player
 License:GPL-3.0+
 Group:  Productivity/Multimedia/Sound/Players
-Version:0.4.2
+Version:0.5.5
 Release:0
 Source: tomahawk-%{version}.tar.bz2
 Source2:tomahawk.SuSEfirewall2
@@ -40,6 +40,8 @@
 
 BuildRequires:  boost-devel = 1.3
 BuildRequires:  clucene-core-devel = 2.3.3.4
+BuildRequires:  libattica-devel = 0.4.0
+BuildRequires:  liblastfm1-devel = 1.0.1
 BuildRequires:  sqlite3-devel = 3.6.22
 BuildRequires:  taglib-devel = 1.6.2
 
@@ -50,8 +52,7 @@
 Recommends: phonon-backend-gstreamer = 4.5.0 phonon-backend-vlc = 0.4
 
 # Optional deps for additional features
-BuildRequires:  libattica-devel
-BuildRequires:  libechonest-devel = 1.2
+BuildRequires:  libechonest-devel = 2.0
 BuildRequires:  libjreen-devel = 1.0.1
 BuildRequires:  libqca2-devel
 BuildRequires:  libqtweetlib-devel
@@ -106,6 +107,7 @@
 
 # currently not supported on openSUSE:
 %__rm -rf %{buildroot}%{_datadir}/icons/hicolor/512x512
+%__rm -rf %{buildroot}%{_datadir}/icons/hicolor/128x128-grayscale/
 
 %clean
 %__rm -rf %{buildroot}

++ tomahawk-0.4.2.tar.bz2 - tomahawk-0.5.5.tar.bz2 ++
 301172 lines of diff (skipped)

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



commit liblastfm for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package liblastfm for openSUSE:Factory 
checked in at 2012-09-10 16:11:59

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


Package is liblastfm, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/liblastfm/liblastfm.changes  2012-05-16 
21:08:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblastfm.new/liblastfm.changes 2012-09-10 
16:12:01.0 +0200
@@ -1,0 +2,38 @@
+Thu Sep  6 15:22:20 UTC 2012 - dmuel...@suse.com
+
+- rename it back to liblastfm-devel
+
+---
+Thu Aug 23 20:08:00 UTC 2012 - d...@dominik-schmidt.de
+
+- fix no-return-in-nonvoid-function issue
+
+---
+Thu Aug 23 19:47:05 UTC 2012 - d...@dominik-schmidt.de
+
+- Update to 1.0.2
+  * liblastfm_fingerprint is now built on default
+  * slightly extended api
+  * bugfixes 
+
+---
+Thu Aug 23 16:27:49 UTC 2012 - d...@dominik-schmidt.de
+
+- also rename the devel package to liblastfm1-devel and make it
+  conflict with the liblastfm-devel package 
+
+---
+Wed Aug 22 11:53:51 UTC 2012 - d...@dominik-schmidt.de
+
+- change name to liblastfm1, so devel package doesnt collide with
+  old liblastfm still required by stable amarok
+
+---
+Tue Aug 21 13:46:06 UTC 2012 - d...@dominik-schmidt.de
+
+- Update to 1.0.1
+* proper cmake based build system
+* needed for latest tomahawk release
+* support for showing your player on your last.fm profile
+
+---

Old:

  liblastfm-ruby19.patch
  liblastfm-sort.patch
  liblastfm_qmake.patch
  mxcl-liblastfm-0.3.3-0-gf0b3239.tar.bz2

New:

  liblastfm-1.0.2.tar.gz
  liblastfm-fix-no-return-in-nonvoid-function.diff



Other differences:
--
++ liblastfm.spec ++
--- /var/tmp/diff_new_pack.EAAS1E/_old  2012-09-10 16:12:03.0 +0200
+++ /var/tmp/diff_new_pack.EAAS1E/_new  2012-09-10 16:12:03.0 +0200
@@ -17,39 +17,40 @@
 #
 
 
+%define _soversion 1
+
 Name:   liblastfm
-Version:0.3.3
+Version:1.0.2
 Release:0
 Summary:A Qt C++ Library for the Last.fm Webservices
 License:GPL-3.0+
 Group:  System/Libraries
 Url:http://github.com/mxcl/liblastfm
-# https://download.github.com/mxcl-liblastfm-0.3.3-0-gf0b3239.zip
-Source0:mxcl-liblastfm-%{version}-0-gf0b3239.tar.bz2
-# PATCH-FIX-OPENSUSE liblastfm_qmake.patch -- Fix hard-coded libdir
-Patch0: liblastfm_qmake.patch
-# PATCH-FIX-OPENSUSE liblastfm-sort.patch a...@suse.de -- Sort lastfm.h to 
have same order each build
-Patch1: liblastfm-sort.patch
-# PATCH-FIX-OPENSUSE liblastfm-ruby19.patch idoen...@suse.de -- Fix build with 
Ruby 1.9
-Patch2: liblastfm-ruby19.patch
+# http://cdn.last.fm/client/liblastfm-%%{version}.tar.gz
+Source0:liblastfm-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+# PATCH-FIX-UPSTREAM liblastfm-fix-no-return-in-nonvoid-function.diff
+Patch0: liblastfm-fix-no-return-in-nonvoid-function.diff
+
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+
 BuildRequires:  fdupes
 BuildRequires:  fftw3-devel
-BuildRequires:  libqt4-devel = 4.4.0
+BuildRequires:  libqt4-devel = 4.8.0
 BuildRequires:  libsamplerate-devel
-BuildRequires:  ruby
-Requires:   ruby
 
 %description
 liblastfm is a collection of libraries to help you integrate Last.fm services
 into your rich desktop software. It is officially supported software developed
 by Last.fm staff.
 
-%package -n liblastfm0
+%package -n liblastfm%{_soversion}
 Summary:A Qt C++ Library for the Last.fm Webservices
 Group:  System/Libraries
 
-%description -n liblastfm0
+%description -n liblastfm%{_soversion}
 liblastfm is a collection of libraries to help you integrate Last.fm services
 into your rich desktop software. It is officially supported software developed
 by Last.fm staff.
@@ -57,7 +58,7 @@
 %package -n liblastfm-devel
 Summary:Development Files for the Last.fm Webservices
 Group:  Development/Libraries/C and C++
-Requires:   liblastfm0 = %{version}
+Requires:   liblastfm%{_soversion} = %{version}
 Requires:   libqt4-devel
 
 %description -n liblastfm-devel
@@ -68,40 +69,32 @@
 This package contains development files for liblastfm.
 
 %prep
-%setup -qn mxcl-liblastfm-1c739eb
+%setup -n %{name}-%{version}
 %patch0 -p1
-%patch1
-%if 

commit amarok for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package amarok for openSUSE:Factory checked 
in at 2012-09-11 07:54:17

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


Package is amarok, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/amarok/amarok.changes2012-08-31 
09:12:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.amarok.new/amarok.changes   2012-09-11 
07:54:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 15:59:28 UTC 2012 - dmuel...@suse.com
+
+- add support for liblastfm1
+  * liblastfm1-support.diff
+
+---

New:

  liblastfm1-support.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.yxjFfK/_old  2012-09-11 07:54:24.0 +0200
+++ /var/tmp/diff_new_pack.yxjFfK/_new  2012-09-11 07:54:24.0 +0200
@@ -32,6 +32,7 @@
 # PATCH-FIX-OPENSUSE flac_mimetype_bnc671581.diff bnc#671581 ctri...@gmx.net 
-- Support for the changed mimetype for flac files
 Patch2: flac_mimetype_bnc671581.diff
 Patch3: revert_solid_workaround.diff
+Patch4: liblastfm1-support.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # Required for the fdupes macro
@@ -83,6 +84,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4 -p1
 
 # Remove build time references so build-compare can do its work
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')

++ liblastfm1-support.diff ++
 1186 lines (skipped)

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



commit akonadi-runtime for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory 
checked in at 2012-09-11 07:54:11

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


Package is akonadi-runtime, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/akonadi-runtime/akonadi-runtime.changes  
2012-08-07 08:01:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 
2012-09-11 07:54:14.0 +0200
@@ -1,0 +2,20 @@
+Tue Jul 31 11:02:37 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 1.8.0
+  * Fix deadlock in ad-hoc Nepomuk searches.
+
+---
+Fri Jul 20 07:21:34 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 1.7.95
+  * Fix Nepomuk queries getting stuck if Nepomuk service crashes.
+  * Fix unecessary remote retrieval of already cached item parts.
+  * Reset RID/RREV during cross-resource collection moves.
+  * Increase timeout for remote item retrieval.
+- Update to 1.7.90
+  * Fix handling of large SPARQL queries.
+  * Support cleanup of orphaned resources in the consistency checker.
+  * Support compilation with Clang.
+- Rebased patch
+
+---

Old:

  akonadi-1.7.2.tar.bz2

New:

  akonadi-1.8.0.tar.bz2



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.WN0VQK/_old  2012-09-11 07:54:20.0 +0200
+++ /var/tmp/diff_new_pack.WN0VQK/_new  2012-09-11 07:54:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   akonadi-runtime
-Version:1.7.2
+Version:1.8.0
 Release:0
 %define rversion %{version}
 Summary:PIM Storage Service
@@ -32,6 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kde4-filesystem
 BuildRequires:  libsoprano-devel
+BuildRequires:  libxml2
 BuildRequires:  libxslt
 BuildRequires:  shared-mime-info
 #There is a warning, but it's not needed at all, but for completness

++ akonadi-1.7.2.tar.bz2 - akonadi-1.8.0.tar.bz2 ++
 4809 lines of diff (skipped)

++ gcc41.diff ++
--- /var/tmp/diff_new_pack.WN0VQK/_old  2012-09-11 07:54:21.0 +0200
+++ /var/tmp/diff_new_pack.WN0VQK/_new  2012-09-11 07:54:21.0 +0200
@@ -1,6 +1,6 @@
 --- server/src/nepomuk/queryserviceclient.h
 +++ server/src/nepomuk/queryserviceclient.h
-@@ -25,6 +25,8 @@
+@@ -27,6 +27,8 @@
  class QUrl;
  
  namespace Nepomuk {
@@ -9,20 +9,20 @@
  namespace Query {
  
  class Result;
-@@ -78,7 +80,7 @@
+@@ -82,7 +84,7 @@
   *
   * \sa QueryParser
   */
--bool query( const QString query, const QHashQString, QString 
encodedRps = QHashQString, QString() );
+-bool query(const QString query, const QHashQString, QString 
encodedRps = ( QHashQString, QString() ) );
 +bool query( const QString query, const QStringHashMap 
encodedRps = QStringHashMap() );
  
  /**
-  * Start a query using the Nepomuk user query language.
-@@ -96,7 +98,7 @@
-  * 
+  * Start a query using the Nepomuk query service.
+@@ -102,7 +104,7 @@
+  *
   * \sa query(const QString), close()
   */
--bool blockingQuery( const QString query, const QHashQString, 
QString encodedRps = QHashQString, QString() );
+-bool blockingQuery( const QString query, const QHashQString, 
QString encodedRps = ( QHashQString, QString() ) );
 +bool blockingQuery( const QString query, const QStringHashMap 
encodedRps = QStringHashMap() );
  
  /**

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



commit analitza for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package analitza for openSUSE:Factory 
checked in at 2012-09-11 07:54:22

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


Package is analitza, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/analitza/analitza.changes2012-08-07 
21:27:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.analitza.new/analitza.changes   2012-09-11 
07:54:25.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:01:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  analitza-4.8.5.tar.xz

New:

  analitza-4.9.1.tar.xz



Other differences:
--
++ analitza.spec ++
--- /var/tmp/diff_new_pack.HMPPT4/_old  2012-09-11 07:54:27.0 +0200
+++ /var/tmp/diff_new_pack.HMPPT4/_new  2012-09-11 07:54:27.0 +0200
@@ -20,7 +20,7 @@
 BuildRequires:  libkde4-devel
 BuildRequires:  readline-devel
 Url:https://projects.kde.org/projects/kde/kdeedu/analitza
-Version:4.8.5
+Version:4.9.1
 Release:0
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit apper for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package apper for openSUSE:Factory checked 
in at 2012-09-11 07:54:26

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


Package is apper, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/apper/apper.changes  2012-06-25 
15:23:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.apper.new/apper.changes 2012-09-11 
07:54:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  7 20:43:59 UTC 2012 - wstephen...@suse.com
+
+- Install COPYING file (bnc#742984)
+
+---



Other differences:
--
++ apper.spec ++
--- /var/tmp/diff_new_pack.D803JP/_old  2012-09-11 07:54:30.0 +0200
+++ /var/tmp/diff_new_pack.D803JP/_new  2012-09-11 07:54:30.0 +0200
@@ -81,6 +81,7 @@
 
 %files
 %defattr(-,root,root)
+%doc COPYING
 %_kde4_modulesdir/*.so
 %_kde4_modulesdir/libexec/apper-sentinel
 %_kde4_appsdir/apper/

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



commit ark for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2012-09-11 07:54:30

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


Package is ark, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/ark/ark.changes  2012-08-26 11:30:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2012-09-11 
07:54:32.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:01:45 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  ark-4.8.5.tar.xz

New:

  ark-4.9.1.tar.xz



Other differences:
--
++ ark.spec ++
--- /var/tmp/diff_new_pack.WqyprM/_old  2012-09-11 07:54:34.0 +0200
+++ /var/tmp/diff_new_pack.WqyprM/_new  2012-09-11 07:54:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ark
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:KDE Archiver Tool
 License:GPL-2.0+
@@ -101,7 +101,6 @@
 
 %files devel
 %defattr(-,root,root)
-%doc README.coding
 %_kde4_libdir/libkerfuffle.so
 
 %changelog

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



commit blinken for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package blinken for openSUSE:Factory checked 
in at 2012-09-11 07:54:34

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


Package is blinken, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/blinken/blinken.changes  2012-08-07 
21:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.blinken.new/blinken.changes 2012-09-11 
07:54:37.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:01:48 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  blinken-4.8.5.tar.xz

New:

  blinken-4.9.1.tar.xz



Other differences:
--
++ blinken.spec ++
--- /var/tmp/diff_new_pack.JHiTH6/_old  2012-09-11 07:54:41.0 +0200
+++ /var/tmp/diff_new_pack.JHiTH6/_new  2012-09-11 07:54:41.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Simon Says Game
 License:GPL-2.0+

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



commit cantor for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package cantor for openSUSE:Factory checked 
in at 2012-09-11 07:54:39

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


Package is cantor, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/cantor/cantor.changes2012-08-07 
21:27:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.cantor.new/cantor.changes   2012-09-11 
07:54:41.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep  4 11:02:15 UTC 2012 - toddrme2...@gmail.com
+
+- Update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+
+---

Old:

  cantor-4.8.5.tar.xz

New:

  cantor-4.9.1.tar.xz



Other differences:
--
++ cantor.spec ++
--- /var/tmp/diff_new_pack.Lp645E/_old  2012-09-11 07:54:44.0 +0200
+++ /var/tmp/diff_new_pack.Lp645E/_new  2012-09-11 07:54:44.0 +0200
@@ -35,7 +35,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Worksheet GUI for mathematical software
 License:GPL-2.0+

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



commit filelight for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package filelight for openSUSE:Factory 
checked in at 2012-09-11 07:54:43

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


Package is filelight, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/filelight/filelight.changes  2012-08-07 
21:28:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.filelight.new/filelight.changes 2012-09-11 
07:54:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:01:52 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  filelight-4.8.5.tar.xz

New:

  filelight-4.9.1.tar.xz



Other differences:
--
++ filelight.spec ++
--- /var/tmp/diff_new_pack.233mKU/_old  2012-09-11 07:54:47.0 +0200
+++ /var/tmp/diff_new_pack.233mKU/_new  2012-09-11 07:54:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   filelight
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Graphical disk usage viewer
 License:GPL-2.0 or GPL-3.0

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



commit gwenview for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package gwenview for openSUSE:Factory 
checked in at 2012-09-11 07:54:46

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


Package is gwenview, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gwenview/gwenview.changes2012-08-07 
21:28:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenview.new/gwenview.changes   2012-09-11 
07:54:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:01:56 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  gwenview-4.8.5.tar.xz

New:

  gwenview-4.9.1.tar.xz



Other differences:
--
++ gwenview.spec ++
--- /var/tmp/diff_new_pack.4j1PEe/_old  2012-09-11 07:54:51.0 +0200
+++ /var/tmp/diff_new_pack.4j1PEe/_new  2012-09-11 07:54:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gwenview
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Simple Image Viewer for KDE
 License:GPL-2.0+
@@ -32,7 +32,7 @@
 %if 0%{?suse_version} = 1210
 Patch1: correct_jpeg_lib_version.patch
 %endif
-Requires:   libkipi8 = %{version}
+Requires:   libkipi9 = %{version}
 Recommends: kipi-plugins
 Provides:   kde4-gwenview = 4.2.90
 Obsoletes:  kde4-gwenview  4.2.90

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



commit jovie for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package jovie for openSUSE:Factory checked 
in at 2012-09-11 07:54:50

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


Package is jovie, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/jovie/jovie.changes  2012-08-07 
21:28:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.jovie.new/jovie.changes 2012-09-11 
07:54:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:01 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  jovie-4.8.5.tar.xz

New:

  jovie-4.9.1.tar.xz



Other differences:
--
++ jovie.spec ++
--- /var/tmp/diff_new_pack.UYRK9j/_old  2012-09-11 07:54:55.0 +0200
+++ /var/tmp/diff_new_pack.UYRK9j/_new  2012-09-11 07:54:55.0 +0200
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:jovie-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kaccessible for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

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

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


Package is kaccessible, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kaccessible/kaccessible.changes  2012-08-07 
21:28:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.kaccessible.new/kaccessible.changes 
2012-09-11 07:54:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:05 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kaccessible-4.8.5.tar.xz

New:

  kaccessible-4.9.1.tar.xz



Other differences:
--
++ kaccessible.spec ++
--- /var/tmp/diff_new_pack.tSEfJD/_old  2012-09-11 07:55:01.0 +0200
+++ /var/tmp/diff_new_pack.tSEfJD/_new  2012-09-11 07:55:01.0 +0200
@@ -27,7 +27,7 @@
 License:LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kactivities4 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kactivities4 for openSUSE:Factory 
checked in at 2012-09-11 07:54:58

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


Package is kactivities4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kactivities4/kactivities4.changes
2012-08-07 21:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities4.new/kactivities4.changes   
2012-09-11 07:55:01.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:09 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kactivities-4.8.5.tar.xz

New:

  kactivities-4.9.1.tar.xz



Other differences:
--
++ kactivities4.spec ++
--- /var/tmp/diff_new_pack.BMsswG/_old  2012-09-11 07:55:06.0 +0200
+++ /var/tmp/diff_new_pack.BMsswG/_new  2012-09-11 07:55:06.0 +0200
@@ -18,14 +18,14 @@
 
 
 Name:   kactivities4
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kactivities-%{version}.tar.xz
-BuildRequires:  libkde4-devel
+BuildRequires:  libkde4-devel = %version
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -76,8 +76,8 @@
 %{_kde4_modulesdir}/*
 %{_kde4_servicesdir}/*
 %{_kde4_servicetypesdir}/*
-#obosolete
-%exclude %{_kde4_servicesdir}/kded
+%{_kde4_appsdir}/plasma/
+%{_datadir}/ontology/
 
 %files -n libkactivities6
 %defattr(-,root,root,-)

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



commit kalgebra for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kalgebra for openSUSE:Factory 
checked in at 2012-09-11 07:55:04

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


Package is kalgebra, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes2012-08-07 
21:28:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes   2012-09-11 
07:55:06.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:15 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kalgebra-4.8.5.tar.xz

New:

  kalgebra-4.9.1.tar.xz



Other differences:
--
++ kalgebra.spec ++
--- /var/tmp/diff_new_pack.l9QRQM/_old  2012-09-11 07:55:14.0 +0200
+++ /var/tmp/diff_new_pack.l9QRQM/_new  2012-09-11 07:55:14.0 +0200
@@ -34,7 +34,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://edu.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch0: 4_6_BRANCH.diff
@@ -90,9 +90,8 @@
 %_kde4_iconsdir/hicolor/*/apps/kalgebra.*
 %_kde4_modulesdir/plasma_applet_kalgebra.so
 %_kde4_servicesdir/kalgebraplasmoid.desktop
-%_kde4_servicetypesdir/kalgebrascript.desktop
 %_kde4_bindir/kalgebramobile
 %_kde4_appsdir/katepart/syntax/kalgebra.xml
-%_kde4_appsdir/kalgebra/
+%_kde4_appsdir/kalgebramobile/
 
 %changelog

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



commit kalzium for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kalzium for openSUSE:Factory checked 
in at 2012-09-11 07:55:07

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


Package is kalzium, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kalzium/kalzium.changes  2012-08-07 
21:28:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.kalzium.new/kalzium.changes 2012-09-11 
07:55:14.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:20 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kalzium-4.8.5.tar.xz

New:

  kalzium-4.9.1.tar.xz



Other differences:
--
++ kalzium.spec ++
--- /var/tmp/diff_new_pack.EPe1C7/_old  2012-09-11 07:55:23.0 +0200
+++ /var/tmp/diff_new_pack.EPe1C7/_new  2012-09-11 07:55:23.0 +0200
@@ -40,7 +40,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Periodic Table of Elements
 License:GPL-2.0+

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



commit kamera for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2012-09-11 07:55:12

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


Package is kamera, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kamera/kamera.changes2012-08-07 
21:28:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes   2012-09-11 
07:55:23.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:24 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kamera-4.8.5.tar.xz

New:

  kamera-4.9.1.tar.xz



Other differences:
--
++ kamera.spec ++
--- /var/tmp/diff_new_pack.94066P/_old  2012-09-11 07:55:29.0 +0200
+++ /var/tmp/diff_new_pack.94066P/_new  2012-09-11 07:55:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kamera
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+

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



commit kate for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2012-09-11 07:55:16

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


Package is kate, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kate/kate.changes2012-08-07 
21:28:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2012-09-11 
07:55:29.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:32 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kate-4.8.5.tar.xz

New:

  kate-4.9.1.tar.xz



Other differences:
--
++ kate.spec ++
--- /var/tmp/diff_new_pack.RrkyFd/_old  2012-09-11 07:55:33.0 +0200
+++ /var/tmp/diff_new_pack.RrkyFd/_new  2012-09-11 07:55:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kate
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Advanced Text Editor
 License:GPL-2.0+
@@ -25,7 +25,7 @@
 Url:http://www.kde.org/
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  libkde4-devel
+BuildRequires:  libkde4-devel = %version
 BuildRequires:  xz
 Requires:   libktexteditor = %{version}
 Provides:   kde4-kate = 4.3.0
@@ -77,13 +77,11 @@
 %files devel
 %defattr(-,root,root)
 %{_kde4_includedir}/kate/
-%{_kde4_includedir}/artisticcomment.h
 %{_kde4_includedir}/kate_export.h
 %{_kde4_includedir}/ktexteditor_codesnippets_core/
 %{_kde4_libdir}/libkateinterfaces.so
 %{_kde4_libdir}/libkatepartinterfaces.so
 %{_kde4_libdir}/libktexteditor_*.so
-%{_kde4_libdir}/libacomment.a
 
 %package -n libktexteditor
 Summary:Advanced Text Editor library
@@ -117,7 +115,6 @@
 
 %files
 %defattr(-,root,root)
-%config %{_kde4_configdir}/artisticcommentrc
 %config %{_kde4_configdir}/katefiletemplates.knsrc
 %config %{_kde4_configdir}/katemoderc
 %config %{_kde4_configdir}/katerc
@@ -130,8 +127,6 @@
 %{_kde4_appsdir}/kate/
 %{_kde4_appsdir}/katexmltools/
 %{_kde4_appsdir}/kconf_update/kate-2.4.upd
-%dir %{_kde4_appsdir}/ktexteditor_acomment/
-%config %dir %{_kde4_appsdir}/ktexteditor_acomment/acommentui.rc
 %{_kde4_bindir}/kate
 %{_kde4_bindir}/ktesnippets_editor
 %{_kde4_htmldir}/en/kate/

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



commit kbruch for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kbruch for openSUSE:Factory checked 
in at 2012-09-11 07:55:20

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


Package is kbruch, Maintainer is kbruch

Changes:

--- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes2012-08-07 
21:28:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kbruch.new/kbruch.changes   2012-09-11 
07:55:33.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:36 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kbruch-4.8.5.tar.xz

New:

  kbruch-4.9.1.tar.xz



Other differences:
--
++ kbruch.spec ++
--- /var/tmp/diff_new_pack.dRi5kg/_old  2012-09-11 07:55:37.0 +0200
+++ /var/tmp/diff_new_pack.dRi5kg/_new  2012-09-11 07:55:37.0 +0200
@@ -47,7 +47,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Excercise Fractions
 License:GPL-2.0+

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



commit kcalc for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kcalc for openSUSE:Factory checked 
in at 2012-09-11 07:55:24

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


Package is kcalc, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kcalc/kcalc.changes  2012-08-07 
21:28:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcalc.new/kcalc.changes 2012-09-11 
07:55:37.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:39 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kcalc-4.8.5.tar.xz

New:

  kcalc-4.9.1.tar.xz



Other differences:
--
++ kcalc.spec ++
--- /var/tmp/diff_new_pack.XXTxwB/_old  2012-09-11 07:55:43.0 +0200
+++ /var/tmp/diff_new_pack.XXTxwB/_new  2012-09-11 07:55:43.0 +0200
@@ -35,7 +35,7 @@
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://www.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kcharselect for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kcharselect for openSUSE:Factory 
checked in at 2012-09-11 07:55:27

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


Package is kcharselect, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kcharselect/kcharselect.changes  2012-08-07 
21:28:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcharselect.new/kcharselect.changes 
2012-09-11 07:55:43.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:42 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kcharselect-4.8.5.tar.xz

New:

  kcharselect-4.9.1.tar.xz



Other differences:
--
++ kcharselect.spec ++
--- /var/tmp/diff_new_pack.7V48Mv/_old  2012-09-11 07:55:45.0 +0200
+++ /var/tmp/diff_new_pack.7V48Mv/_new  2012-09-11 07:55:45.0 +0200
@@ -35,7 +35,7 @@
 Summary:KDE Character Selector
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 Patch:  4_7_BRANCH.diff

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



commit kcolorchooser for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kcolorchooser for openSUSE:Factory 
checked in at 2012-09-11 07:55:31

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


Package is kcolorchooser, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kcolorchooser/kcolorchooser.changes  
2012-08-07 21:28:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcolorchooser.new/kcolorchooser.changes 
2012-09-11 07:55:46.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:46 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kcolorchooser-4.8.5.tar.xz

New:

  kcolorchooser-4.9.1.tar.xz



Other differences:
--
++ kcolorchooser.spec ++
--- /var/tmp/diff_new_pack.WJvBom/_old  2012-09-11 07:55:49.0 +0200
+++ /var/tmp/diff_new_pack.WJvBom/_new  2012-09-11 07:55:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kcolorchooser
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Color Chooser
 License:MIT

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



commit kde4-printer-applet for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kde4-printer-applet for 
openSUSE:Factory checked in at 2012-09-11 07:55:39

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


Package is kde4-printer-applet, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde4-printer-applet/kde4-printer-applet.changes  
2012-08-07 21:29:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kde4-printer-applet.new/kde4-printer-applet.changes 
2012-09-11 07:55:51.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:16:11 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  printer-applet-4.8.5.tar.xz

New:

  printer-applet-4.9.1.tar.xz



Other differences:
--
++ kde4-printer-applet.spec ++
--- /var/tmp/diff_new_pack.K29Viw/_old  2012-09-11 07:55:55.0 +0200
+++ /var/tmp/diff_new_pack.K29Viw/_new  2012-09-11 07:55:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kde4-printer-applet
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:System tray utility to show current print jobs
 License:GPL-2.0+

-- 
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

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kde4-filesystem for openSUSE:Factory 
checked in at 2012-09-11 07:55:35

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


Package is kde4-filesystem, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kde4-filesystem/kde4-filesystem.changes  
2012-08-07 21:28:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde4-filesystem.new/kde4-filesystem.changes 
2012-09-11 07:55:49.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  5 13:39:08 UTC 2012 - dmuel...@suse.com
+
+- bump version requirements to 4.9.1
+- obsolete dropped packages
+
+---



Other differences:
--
++ kde4-filesystem.spec ++
--- /var/tmp/diff_new_pack.NoAUxr/_old  2012-09-11 07:55:51.0 +0200
+++ /var/tmp/diff_new_pack.NoAUxr/_new  2012-09-11 07:55:51.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kde4-filesystem
 Url:http://www.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:KDE4 Directory Layout
@@ -122,6 +122,15 @@
 Obsoletes:  kdepim4-wizards4.8
 Provides:   kwikdisk  = 4.8
 Obsoletes:  kwikdisk   4.8
+Provides:   akonadi-google  = 4.9.0
+Obsoletes:  akonadi-google   4.9.0
+Provides:   kdemultimedia4-thumbnailers = 4.9.0
+Obsoletes:  kdemultimedia4-thumbnailers  4.9.0
+Provides:   nepomuk-virtuoso-converter  = 4.9.0
+Obsoletes:  nepomuk-virtuoso-converter   4.9.0
+Provides:   kdesdk4-kdeaccounts = 4.9.0
+Obsoletes:  kdesdk4-kdeaccounts  4.9.0
+
 #
 # keep in sync with macros.kde4
 # TODO: can we include macros.kde4 directly to define it?
@@ -140,7 +149,7 @@
   mkdir -p %{buildroot}/%{_kde_config_dir}
   mkdir -p %{buildroot}%{_datadir}/applications/kde4
   for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do
-for type in actions apps devices filesystems mimetypes status; do
+for type in actions apps devices filesystems mimetypes places status; do
   for theme in crystalsvg oxygen hicolor locolor; do
 mkdir -p %{buildroot}%{_datadir}/icons/$theme/$size/$type
   done

++ macros.kde4 ++
--- /var/tmp/diff_new_pack.NoAUxr/_old  2012-09-11 07:55:51.0 +0200
+++ /var/tmp/diff_new_pack.NoAUxr/_new  2012-09-11 07:55:51.0 +0200
@@ -33,13 +33,13 @@
 %_kde4_modules  %{_kde4_modulesdir}
 %_kde4_servicetypes %{_kde4_servicetypesdir}
 
-%_kde_platform_version 4.8.5
-%_kde_pimlibs_version  4.8.5
-%_kde_akonadi_version  1.7.2
+%_kde_platform_version 4.9.1
+%_kde_pimlibs_version  4.9.1
+%_kde_akonadi_version  1.8.0
 
 %kde4_runtime_requires Requires: kdebase4-runtime = %_kde_platform_version 
libqt4-x11 = 4.8.1
 %kde4_pimlibs_requires Requires: kdepimlibs4  = %_kde_pimlibs_version
-%kde4_akonadi_requires Requires: akonadi-runtime  = %_kde_akonadi_version 
akonadi-runtime  1.7.40
+%kde4_akonadi_requires Requires: akonadi-runtime  = %_kde_akonadi_version 
akonadi-runtime  1.8.40
 
 %_kde_build_type release
 

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



commit kdeadmin4 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdeadmin4 for openSUSE:Factory 
checked in at 2012-09-11 07:55:43

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


Package is kdeadmin4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeadmin4/kdeadmin4.changes  2012-08-07 
21:29:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeadmin4.new/kdeadmin4.changes 2012-09-11 
07:55:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:50 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kdeadmin-4.8.5.tar.xz

New:

  kdeadmin-4.9.1.tar.xz



Other differences:
--
++ kdeadmin4.spec ++
--- /var/tmp/diff_new_pack.YtCQqW/_old  2012-09-11 07:55:58.0 +0200
+++ /var/tmp/diff_new_pack.YtCQqW/_new  2012-09-11 07:55:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdeadmin4
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:KDEadmin base package
 License:GPL-2.0+

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



commit kdeartwork4 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdeartwork4 for openSUSE:Factory 
checked in at 2012-09-11 07:55:47

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


Package is kdeartwork4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdeartwork4/kdeartwork4.changes  2012-08-07 
21:29:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdeartwork4.new/kdeartwork4.changes 
2012-09-11 07:56:02.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:53 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kdeartwork-4.8.5.tar.xz

New:

  kdeartwork-4.9.1.tar.xz



Other differences:
--
++ kdeartwork4.spec ++
--- /var/tmp/diff_new_pack.Vx3LRS/_old  2012-09-11 07:56:10.0 +0200
+++ /var/tmp/diff_new_pack.Vx3LRS/_new  2012-09-11 07:56:10.0 +0200
@@ -28,7 +28,7 @@
 License:No license agreement found in package
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:kdeartwork-%{version}.tar.xz
 Source1:baselibs.conf

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



commit kdebase4 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2012-09-11 07:55:50

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


Package is kdebase4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes2012-08-07 
21:29:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2012-09-11 
07:56:11.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:02:57 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kde-baseapps-4.8.5.tar.xz

New:

  kde-baseapps-4.9.1.tar.xz



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.9z4NGN/_old  2012-09-11 07:56:15.0 +0200
+++ /var/tmp/diff_new_pack.9z4NGN/_new  2012-09-11 07:56:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:The Base KDE Apps
 License:GPL-2.0+

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



commit kdebase4-wallpapers for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-wallpapers for 
openSUSE:Factory checked in at 2012-09-11 07:55:55

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


Package is kdebase4-wallpapers, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-wallpapers/kdebase4-wallpapers.changes  
2012-08-07 21:29:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-wallpapers.new/kdebase4-wallpapers.changes 
2012-09-11 07:56:17.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:03:54 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kde-wallpapers-4.8.5.tar.xz

New:

  kde-wallpapers-4.9.1.tar.xz



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.PvzVrY/_old  2012-09-11 07:56:21.0 +0200
+++ /var/tmp/diff_new_pack.PvzVrY/_new  2012-09-11 07:56:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebase4-wallpapers
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:KDE 4 Wallpapers
 License:LGPL-3.0+

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



commit kdebase4-workspace for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2012-09-11 07:56:01

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


Package is kdebase4-workspace, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2012-08-07 21:29:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2012-09-11 07:56:22.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:04:04 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+- require windowmanager and xmessage,xprop, as they're needed for starting a 
session
+
+---
--- /work/SRC/openSUSE:Factory/kdebase4-workspace/python-kdebase4.changes   
2012-08-07 21:29:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-workspace.new/python-kdebase4.changes  
2012-09-11 07:56:22.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:04:04 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
@@ -5,0 +13 @@
+- refresh patches

Old:

  kde-workspace-4.8.5.tar.xz
  plasma-fix-delete-preferred-launchers.diff

New:

  kde-workspace-4.9.1.tar.xz



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.NWftR2/_old  2012-09-11 07:56:26.0 +0200
+++ /var/tmp/diff_new_pack.NWftR2/_new  2012-09-11 07:56:26.0 +0200
@@ -19,7 +19,7 @@
 %define with_systemd 0
 
 Name:   kdebase4-workspace
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:The KDE Workspace Components
 License:GPL-2.0+
@@ -117,8 +117,6 @@
 Patch400:   kdm_plymouth.patch
 # PATCH-FIX-OPENSUSE opensuse-homepage.diff
 Patch401:   opensuse-homepage.diff
-# PATCH-FIX-UPSTREAM plasma-fix-delete-preferred-launchers.diff kde#278724
-Patch402:   plasma-fix-delete-preferred-launchers.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version  1200
 Requires:   %{name}-branding = %{version}
@@ -135,6 +133,11 @@
 Requires:   polkit-kde-agent-1
 Requires:   polkit-kde-kcmmodules-1
 %endif
+Requires:   windowmanager
+%if %suse_version  1220
+Requires:   xmessage
+Requires:   xprop
+%endif
 Recommends: kdebase4-SuSE
 Recommends: kwin
 Recommends: plasma-addons
@@ -343,7 +346,6 @@
 %endif
 %patch400 -p0
 %patch401 -p1
-%patch402 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build
@@ -465,7 +467,6 @@
 %doc COPYING
 %{_kde4_appsdir}/kwin/cubecap.png
 %{_kde4_appsdir}/kwin/titlebar_decor.png
-%{_kde4_appsdir}/ksplash/Themes/Default
 %dir %{_kde4_wallpapersdir}
 %if 0%{?suse_version}  1140
 %{_kde4_appsdir}/plasma-desktop/init
@@ -599,7 +600,6 @@
 %exclude %{_kde4_appsdir}/doc
 %exclude %{_kde4_appsdir}/doc/kdm
 %exclude %{_kde4_appsdir}/kdm
-%exclude %{_kde4_appsdir}/ksplash/Themes/Default
 %exclude %{_kde4_appsdir}/ksysguard
 %exclude %{_kde4_appsdir}/kwin/cubecap.png
 %exclude %{_kde4_appsdir}/kwin/titlebar_decor.png

++ python-kdebase4.spec ++
--- /var/tmp/diff_new_pack.NWftR2/_old  2012-09-11 07:56:26.0 +0200
+++ /var/tmp/diff_new_pack.NWftR2/_new  2012-09-11 07:56:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-kdebase4
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Python bindings for KDE 4 desktop shell
 License:GPL-2.0+

++ disable-python-support.diff ++
--- /var/tmp/diff_new_pack.NWftR2/_old  2012-09-11 07:56:26.0 +0200
+++ /var/tmp/diff_new_pack.NWftR2/_new  2012-09-11 07:56:26.0 +0200
@@ -1,12 +1,13 @@
-Index: CMakeLists.txt
-===
 CMakeLists.txt.orig
-+++ CMakeLists.txt
-@@ -92,7 +92,6 @@ if(PYQT4_FOUND AND PYQT4_VERSION STRLESS
- endif(PYQT4_FOUND AND PYQT4_VERSION STRLESS 040400)
- 
- macro_optional_find_package(PyKDE4)
--set(PythonSupport_FOUND TRUE)
- 
-  End Python support 
+--- plasma/generic/scriptengines/CMakeLists.txt
 plasma/generic/scriptengines/CMakeLists.txt
+@@ -4,10 +4,6 @@
+ macro_optional_add_subdirectory(webkit)
+ endif(QT_QTWEBKIT_FOUND)
  
+-if (PYTHONLIBRARY_FOUND AND NOT WIN32)
+-macro_optional_add_subdirectory(python)
+-endif (PYTHONLIBRARY_FOUND AND NOT WIN32)
+-
+ if(GOOGLEGADGETS_FOUND)
+ macro_optional_add_subdirectory(google_gadgets)
+ endif(GOOGLEGADGETS_FOUND)

++ kdm-cope-with-new-grub.diff 

commit kdebindings-smokegen for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory checked in at 2012-09-11 07:56:14

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


Package is kdebindings-smokegen, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokegen/kdebindings-smokegen.changes
2012-08-07 21:29:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokegen.new/kdebindings-smokegen.changes
   2012-09-11 07:56:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:16:28 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  correct_naming.patch
  smokegen-4.8.5.tar.xz

New:

  smokegen-4.9.1.tar.xz



Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.Y5xGEi/_old  2012-09-11 07:56:31.0 +0200
+++ /var/tmp/diff_new_pack.Y5xGEi/_new  2012-09-11 07:56:31.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   kdebindings-smokegen
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Smoke Generator for kdebindings
 License:GPL-2.0
 Group:  Development/Libraries/KDE
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
 Source0:smokegen-%{version}.tar.xz
-Patch0: correct_naming.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
@@ -55,7 +54,6 @@
 
 %prep
 %setup -q -n smokegen-%{version}
-%patch0 -p0
 
 %build
   %cmake_kde4 -d build

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



commit kdebindings-smokekde for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokekde for 
openSUSE:Factory checked in at 2012-09-11 07:56:18

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


Package is kdebindings-smokekde, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdebindings-smokekde/kdebindings-smokekde.changes
2012-08-07 21:29:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokekde.new/kdebindings-smokekde.changes
   2012-09-11 07:56:31.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:16:33 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  smokekde-4.8.5.tar.xz

New:

  smokekde-4.9.1.tar.xz



Other differences:
--
++ kdebindings-smokekde.spec ++
--- /var/tmp/diff_new_pack.XHviNa/_old  2012-09-11 07:56:33.0 +0200
+++ /var/tmp/diff_new_pack.XHviNa/_new  2012-09-11 07:56:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokekde
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Kdebindings Smoke-kde library
 License:LGPL-2.1+

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



commit kdebindings-smokeqt for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

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

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


Package is kdebindings-smokeqt, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kdebindings-smokeqt/kdebindings-smokeqt.changes  
2012-08-07 21:30:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2012-09-11 07:56:33.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:16:39 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  smokeqt-4.8.5.tar.xz

New:

  smokeqt-4.9.1.tar.xz



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.PB721h/_old  2012-09-11 07:56:38.0 +0200
+++ /var/tmp/diff_new_pack.PB721h/_new  2012-09-11 07:56:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdebindings-smokeqt
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:SMOKE-Qt library for kdebindings
 License:LGPL-2.1+
@@ -80,5 +80,6 @@
 %_kde4_libdir/libsmoke*.so
 %{_includedir}/smoke/
 %{_datadir}/smokegen/
+%{_datadir}/smoke/
 
 %changelog

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



commit kdegraphics-strigi-analyzer for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2012-09-11 07:56:32

Comparing /work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer (Old)
 and  /work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new (New)


Package is kdegraphics-strigi-analyzer, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer.changes
  2012-08-07 21:30:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2012-09-11 07:56:45.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:03:08 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kdegraphics-strigi-analyzer-4.8.5.tar.xz

New:

  kdegraphics-strigi-analyzer-4.9.1.tar.xz



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.7nrTC6/_old  2012-09-11 07:56:48.0 +0200
+++ /var/tmp/diff_new_pack.7nrTC6/_new  2012-09-11 07:56:48.0 +0200
@@ -25,7 +25,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.8.5
+Version:4.9.1
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2012-09-11 07:56:35

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


Package is kdegraphics-thumbnailers, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/kdegraphics-thumbnailers/kdegraphics-thumbnailers.changes
2012-08-07 21:30:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2012-09-11 07:56:48.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:03:12 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kdegraphics-thumbnailers-4.8.5.tar.xz

New:

  kdegraphics-thumbnailers-4.9.1.tar.xz



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.hMbDQ9/_old  2012-09-11 07:56:51.0 +0200
+++ /var/tmp/diff_new_pack.hMbDQ9/_new  2012-09-11 07:56:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdegraphics-thumbnailers
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

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



commit kdelibs4 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2012-09-11 07:56:39

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


Package is kdelibs4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2012-08-08 22:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2012-09-11 07:56:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:03:15 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---
@@ -10,0 +18 @@
+- remove upstreamed patches
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2012-08-08 
22:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2012-09-11 
07:56:52.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:03:15 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  fix_kcalc_shortcut.diff
  kdelibs-4.8.5.tar.xz

New:

  kdelibs-4.9.1.tar.xz



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.KUDQv0/_old  2012-09-11 07:56:57.0 +0200
+++ /var/tmp/diff_new_pack.KUDQv0/_new  2012-09-11 07:56:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.KUDQv0/_old  2012-09-11 07:56:57.0 +0200
+++ /var/tmp/diff_new_pack.KUDQv0/_new  2012-09-11 07:56:57.0 +0200
@@ -24,7 +24,7 @@
 %define kderev 0 
 
 Name:   kdelibs4
-Version:4.8.5
+Version:4.9.1
 Release:0
 %define default_branding 4.8
 BuildRequires:  OpenEXR-devel
@@ -110,7 +110,6 @@
 Patch18:plasma-libs.diff
 Patch20:ignore-inline-menu.diff
 Patch24:ksuseinstall.diff
-Patch25:fix_kcalc_shortcut.diff
 Patch26:fix_kdeclarative_install_location.diff
 PreReq: permissions
 Requires:   soprano = %( echo `rpm -q --queryformat '%{VERSION}' 
libsoprano-devel`)
@@ -177,7 +176,6 @@
 %patch18
 %patch20
 %patch24
-%patch25
 %patch26 -p1
 
 #
@@ -465,7 +463,7 @@
 Requires:   libxslt-devel
 Requires:   pcre-devel
 Requires:   phonon-devel
-Requires:   shared-desktop-ontologies-devel
+Requires:   shared-desktop-ontologies-devel = 0.10
 Requires:   strigi-devel
 Requires:   update-desktop-files
 Requires:   pkgconfig(libxml-2.0)
@@ -486,9 +484,9 @@
 %exclude %{_kde4_libdir}/libksuseinstall.so
 
 %{_kde4_appsdir}/cmake
-%{_kde4_libdir}/cmake/KDeclarative
 %{_kde4_includedir}/*
 %{_kde4_libdir}/*.so
+%{_kde4_libdir}/cmake
 %{_kde4_libdir}/kde4/plugins/script/libkrossqtsplugin.so
 
 %doc COPYING.LIB README
@@ -518,7 +516,6 @@
 %doc %lang(en) %{_kde4_htmldir}/en/sonnet
 
 %exclude %{_kde4_appsdir}/cmake
-%exclude %{_kde4_libdir}/cmake/KDeclarative
 %if %suse_version  1200
 %exclude %{_kde4_appsdir}/kdeui/about
 %else


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



commit kdepimlibs4 for openSUSE:Factory

2012-09-10 Thread h_root
Hello community,

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

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


Package is kdepimlibs4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2012-08-07 
21:30:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2012-09-11 07:57:05.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep  5 12:03:31 UTC 2012 - dmuel...@suse.com
+
+- update to 4.9.1
+  * see http://kde.org/announcements/4.9.1/ for details
+  
+
+---

Old:

  kdepimlibs-4.8.5.tar.xz

New:

  kdepimlibs-4.9.1.tar.xz



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.Vruaeb/_old  2012-09-11 07:57:08.0 +0200
+++ /var/tmp/diff_new_pack.Vruaeb/_new  2012-09-11 07:57:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kdepimlibs4
-Version:4.8.5
+Version:4.9.1
 Release:0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+

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