commit akonadi-runtime for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory 
checked in at 2012-03-13 09:31:57

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-01-27 15:16:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.akonadi-runtime.new/akonadi-runtime.changes 
2012-03-13 09:31:59.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar  7 11:51:03 UTC 2012 - idon...@suse.com
+
+- Update to 1.7.1
+  * Don't truncate SPARQL queries in virtual collections.
+  * Optimize change notifications for deleted collection attributes.
+  * Fix possible data loss during item copy/move operations.
+
+---

Old:

  akonadi-1.7.0.tar.bz2

New:

  akonadi-1.7.1.tar.bz2



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.1z5a7y/_old  2012-03-13 09:32:01.0 +0100
+++ /var/tmp/diff_new_pack.1z5a7y/_new  2012-03-13 09:32:01.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   akonadi-runtime
-Version:1.7.0
+Version:1.7.1
 Release:0
 %define rversion %{version}
 Summary:PIM Storage Service
@@ -45,9 +44,9 @@
 Requires(postun):  shared-mime-info
 
 Requires:   libakonadiprotocolinternals1 = %{version}
-Requires:   libqt4 = %(rpm -q --queryformat '%{VERSION}' libqt4)
 Requires:   libqt4-sql-mysql
 Requires:   mysql
+Requires:   libqt4 = %(rpm -q --queryformat '%{VERSION}' libqt4)
 Suggests:   mysql-community-server
 
 %description
@@ -58,8 +57,8 @@
 Summary:PIM Storage Service: Build Environment
 Group:  Development/Libraries/X11
 Requires:   libakonadiprotocolinternals1 = %{version}
-Requires:   libqt4-devel = %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-devel`)
 Requires:   libsoprano-devel
+Requires:   libqt4-devel = %( echo `rpm -q --queryformat '%{VERSION}' 
libqt4-devel`)
 # rename from 10.3, which had 4.x version
 Provides:   akonadi-devel = %{version}
 Obsoletes:  akonadi-devel  4.1

++ akonadi-1.7.0.tar.bz2 - akonadi-1.7.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.7.0/CMakeLists.txt 
new/akonadi-1.7.1/CMakeLists.txt
--- old/akonadi-1.7.0/CMakeLists.txt2012-01-23 18:11:04.0 +0100
+++ new/akonadi-1.7.1/CMakeLists.txt2012-03-03 16:48:19.0 +0100
@@ -56,7 +56,7 @@
 
 set(AKONADI_VERSION_MAJOR 1)
 set(AKONADI_VERSION_MINOR 7)
-set(AKONADI_VERSION_PATCH 0)
+set(AKONADI_VERSION_PATCH 1)
 set(AKONADI_VERSION 
${AKONADI_VERSION_MAJOR}.${AKONADI_VERSION_MINOR}.${AKONADI_VERSION_PATCH})
 set(AKONADI_VERSION_STRING ${AKONADI_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.7.0/Mainpage.dox 
new/akonadi-1.7.1/Mainpage.dox
--- old/akonadi-1.7.0/Mainpage.dox  2012-01-23 18:11:04.0 +0100
+++ new/akonadi-1.7.1/Mainpage.dox  2012-03-03 16:48:19.0 +0100
@@ -315,6 +315,6 @@
 
 // DOXYGEN_EXCLUDE = sqlplugin server/control server/akonadictl server/tests
 // DOXYGEN_PROJECTNAME=Akonadi
-// DOXYGEN_PROJECTVERSION=1.7.0
+// DOXYGEN_PROJECTVERSION=1.7.1
 
 // vim:ts=4:sw=4:expandtab:filetype=doxygen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.7.0/NEWS new/akonadi-1.7.1/NEWS
--- old/akonadi-1.7.0/NEWS  2012-01-23 18:11:04.0 +0100
+++ new/akonadi-1.7.1/NEWS  2012-03-03 16:48:19.0 +0100
@@ -1,3 +1,9 @@
+1.7.1   03-March-2012
+-
+- Don't truncate SPARQL queries in virtual collections.
+- Optimize change notifications for deleted collection attributes.
+- Fix possible data loss during item copy/move operations.
+
 1.7.0 23-January-2012
 -
 - Fix search result retrieval from Nepomuk.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.7.0/server/src/handler/modify.cpp 
new/akonadi-1.7.1/server/src/handler/modify.cpp
--- old/akonadi-1.7.0/server/src/handler/modify.cpp 2012-01-23 
18:11:04.0 +0100
+++ new/akonadi-1.7.1/server/src/handler/modify.cpp 2012-03-03 
16:48:19.0 +0100
@@ -172,9 +172,8 @@
   // custom attribute
   if ( type.startsWith( '-' ) ) {
 type = type.mid( 1 );
-if ( !db-removeCollectionAttribute( collection, type ) )
-  return 

commit chmsee for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-03-13 09:32:06

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


Package is chmsee, Maintainer is p...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2012-02-14 
11:23:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-03-13 
09:32:20.0 +0100
@@ -1,0 +2,14 @@
+Sun Mar 11 19:28:29 UTC 2012 - w...@rosenauer.org
+
+- Update to version 1.99.08
+  * compatibility with Gecko 10
+- increased compatibility to Gecko 11
+- link to major version xulrunner link (bnc#750673)
+
+---
+Fri Mar  9 22:11:56 UTC 2012 - zai...@opensuse.org
+
+- Change the xulrunner-devel BuildRequires: to pkgconfig(libxul),
+  fixes build for openSUSE 12.1
+
+---

Old:

  jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz

New:

  jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.h13EVn/_old  2012-03-13 09:32:22.0 +0100
+++ /var/tmp/diff_new_pack.h13EVn/_new  2012-03-13 09:32:22.0 +0100
@@ -20,10 +20,10 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.07
+Version:1.99.08
 Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz
+Source0:jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz
 Source1:Makefile
 # PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 9
 Patch0: chmsee-newer-firefox.patch
@@ -33,8 +33,9 @@
 BuildRequires:  python
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  xulrunner-devel = 9.0
-%define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner)
+BuildRequires:  pkgconfig(libxul) = 9.0
+%define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner-devel)
+%define xulrunner_base %(pkg-config --variable=libdir libxul)
 Requires:   xulrunner = %{xulrunner_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -47,7 +48,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-ccdf6d2
+%setup -q -n jungleji-chmsee-422e522
 cp %{SOURCE1} src
 %patch0 -p1
 
@@ -66,8 +67,8 @@
 cp -r defaults %{buildroot}/%{_libdir}/chmsee/
 cp application.ini %{buildroot}/%{_libdir}/chmsee/
 cp chrome.manifest %{buildroot}/%{_libdir}/chmsee/
-cp %{_libdir}/xulrunner-%{xulrunner_version}/xulrunner-stub 
%{buildroot}%{_libdir}/chmsee/chmsee
-ln -s %{_libdir}/xulrunner-%{xulrunner_version} 
%{buildroot}%{_libdir}/chmsee/xulrunner
+cp %{xulrunner_base}/xulrunner-stub %{buildroot}%{_libdir}/chmsee/chmsee
+ln -s %{xulrunner_base} %{buildroot}%{_libdir}/chmsee/xulrunner
 mkdir -p %{buildroot}%{_bindir}
 # because of bmo#690679 a link is not sufficient currently
 #ln -s %{_libdir}/chmsee/chmsee %{buildroot}/%{_bindir}/chmsee

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.h13EVn/_old  2012-03-13 09:32:22.0 +0100
+++ /var/tmp/diff_new_pack.h13EVn/_new  2012-03-13 09:32:22.0 +0100
@@ -5,21 +5,6 @@
 @@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
- MinVersion=6.0
--MaxVersion=9.0.*
-+MaxVersion=10.0.*
-diff --git a/src/common.mk b/src/common.mk
-index 43a6302..b0174bd 100644
 a/src/common.mk
-+++ b/src/common.mk
-@@ -45,8 +45,8 @@ LDFLAGS+= ${DEFINES} \
- all: ${TARGET}
- 
- ${XPT}: ${IDL}
--  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} ${IDL}
--  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} ${IDL}
-+  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} --cachedir=.  ${IDL}
-+  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} --cachedir=. ${IDL}
-   ${XPT_LINK} ${XPT} ${INTERFACE}.xpt
- 
- ${TARGET}: ${XPT} ${OBJS}
+ MinVersion=9.0
+-MaxVersion=10.*
++MaxVersion=11.*

++ jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz - 
jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-ccdf6d2/application.ini 
new/jungleji-chmsee-422e522/application.ini
--- old/jungleji-chmsee-ccdf6d2/application.ini 2012-01-01 11:32:58.0 
+0100
+++ new/jungleji-chmsee-422e522/application.ini 2012-02-19 15:38:07.0 
+0100
@@ -19,10 +19,10 @@
 
 [App]
 Name=ChmSee
-Version=1.99.07
+Version=1.99.08
 BuildID=2011040511
 

commit chromium for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2012-03-13 09:32:11

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


Package is chromium, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2012-03-07 
13:41:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2012-03-13 
09:32:35.0 +0100
@@ -1,0 +2,26 @@
+Sun Mar 11 08:01:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 19.0.1066
+  * Fixed Chrome install/update resets Google search preferences 
+(Issue: 105390)
+  * Don't trigger accelerated compositing on 3D CSS when using 
+swiftshader (Issue: 116401)
+  * Fixed a GPU crash (Issue: 116096)
+  * More fixes for Back button frequently hangs (Issue: 93427)
+  * Bastion now works (Issue: 116285)
+  * Fixed Composited layer sorting irregularity with accelerated
+canvas (Issue: 102943)
+  * Fixed Composited layer sorting irregularity with accelerated 
+canvas (Issue: 102943)
+  * Fixed Google Feedback causes render process to use too much 
+memory (Issue: 114489)
+  * Fixed after upgrade, some pages are rendered as blank 
+(Issue: 109888)
+  * Fixed Pasting text into a single-line text field shouldn't 
+keep literal newlines (Issue: 106551)
+- Security Fixes: 
+  * Critical CVE-2011-3047: Errant plug-in load and GPU process 
+memory corruption
+  * Critical CVE-2011-3046: UXSS and bad history navigation.
+
+---

Old:

  chromium.19.0.1060.0.svn124863.tar.bz2

New:

  chromium.19.0.1066.0.svn126066.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.XpLxZS/_old  2012-03-13 09:33:07.0 +0100
+++ /var/tmp/diff_new_pack.XpLxZS/_new  2012-03-13 09:33:07.0 +0100
@@ -17,10 +17,10 @@
 
 
 %define v8_ver 3.9.13.0
-%define svn_revision 124863
+%define svn_revision 126066
 
 Name:   chromium
-Version:19.0.1060.0
+Version:19.0.1066.0
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium.19.0.1060.0.svn124863.tar.bz2 - 
chromium.19.0.1066.0.svn126066.tar.bz2 ++
/work/SRC/openSUSE:Factory/chromium/chromium.19.0.1060.0.svn124863.tar.bz2 
/work/SRC/openSUSE:Factory/.chromium.new/chromium.19.0.1066.0.svn126066.tar.bz2 
differ: char 11, line 1

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



commit kdebindings-smokeqt for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdebindings-smokeqt for 
openSUSE:Factory checked in at 2012-03-13 09:32:24

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-01-27 15:20:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdebindings-smokeqt.new/kdebindings-smokeqt.changes 
2012-03-13 09:33:13.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:41 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  smokeqt-4.8.0.tar.bz2

New:

  smokeqt-4.8.1.tar.bz2



Other differences:
--
++ kdebindings-smokeqt.spec ++
--- /var/tmp/diff_new_pack.nEk10d/_old  2012-03-13 09:33:14.0 +0100
+++ /var/tmp/diff_new_pack.nEk10d/_new  2012-03-13 09:33:14.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdebindings-smokeqt
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:SMOKE-Qt library for kdebindings
 License:LGPL-2.1+

++ smokeqt-4.8.0.tar.bz2 - smokeqt-4.8.1.tar.bz2 ++

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



commit dosemu for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package dosemu for openSUSE:Factory checked 
in at 2012-03-13 09:32:17

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


Package is dosemu, Maintainer is snw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/dosemu/dosemu.changes2011-09-23 
01:55:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.dosemu.new/dosemu.changes   2012-03-13 
09:33:09.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar 12 10:37:07 UTC 2012 - meiss...@suse.com
+
+- updated to 1.4.0.1 current SVN state (r2065)
+
+---
+Sat Mar 10 17:41:39 UTC 2012 - meiss...@suse.com
+
+- force vm86 emulation mode as we have mmap_min_addr 0 and 
+  use of the vm86 syscall will not work. bnc#742752
+
+---

Old:

  dosemu-1.4.0-open.diff
  dosemu-1.4.0-sizeof.diff
  dosemu-1.4.0.1.diff
  dosemu-1.4.0.tgz

New:

  dosemu-1.4.0.1.r2065.tgz
  force-vm86-emu.patch



Other differences:
--
++ dosemu.spec ++
--- /var/tmp/diff_new_pack.83nsBy/_old  2012-03-13 09:33:13.0 +0100
+++ /var/tmp/diff_new_pack.83nsBy/_new  2012-03-13 09:33:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosemu
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,24 @@
 
 
 Name:   dosemu
-BuildRequires:  SDL-devel bin86 bison flex freetype2 gpm-devel 
libsndfile-devel slang-devel xorg-x11 xorg-x11-devel
+BuildRequires:  SDL-devel bin86 bison flex freetype2 libsndfile-devel 
slang-devel xorg-x11 xorg-x11-devel
+
+%if 0%{?suse_version}1130
+BuildRequires:  gpm-devel
+%else
+BuildRequires:  gpm
+%endif
+
 ExclusiveArch:  %ix86 x86_64
 License:GPL-2.0+
 Group:  System/Emulators/PC
-Version:1.4.0.1
+Version:1.4.0.1.r2065
 Release:70
 Summary:The DOS Emulator
-Source: dosemu-1.4.0.tgz
+Source: %name-%version.tgz
 Source1:dosemu-freedos-bin.tgz
-Patch:  dosemu-1.4.0.1.diff
-Patch1: dosemu-1.4.0-open.diff
 Patch2: dosemu-1.4.0-destbufferoverflow.patch
-Patch3: dosemu-1.4.0-sizeof.diff
+Patch4: force-vm86-emu.patch
 Url:http://www.dosemu.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -73,11 +78,9 @@
 users.
 
 %prep
-%setup -q -n dosemu-1.4.0
-%patch -p1
-%patch1
+%setup -q -n %name-1.4.0.1
 %patch2
-%patch3
+%patch4 -p1
 
 %build
 %configure --sysconfdir=%{_sysconfdir}/%{name} --with-docdir=%{_docdir}/dosemu 
\

++ force-vm86-emu.patch ++
Description: in the face of mmap_min_addr0, force _cpu_emu to vm86.
Author: Kees Cook k...@debian.org

Index: dosemu-1.4.0+svn.2008/etc/dosemu.conf
===
--- dosemu-1.4.0+svn.2008.orig/etc/dosemu.conf  2011-05-07 05:49:14.108699827 
-0700
+++ dosemu-1.4.0+svn.2008/etc/dosemu.conf   2011-05-07 05:49:55.979273762 
-0700
@@ -34,11 +34,11 @@
 
 # $_cpu = 80586
 
-# Usage of cpu emulation: off (default on x86),
-# vm86 only (default on x86-64) or full (vm86 and DPMI, experimental!).
+# Usage of cpu emulation: off (requires /proc/sys/vm/mmap_min_addr= 0),
+# vm86 only (default) or full (vm86 and DPMI, experimental!).
 # Use vm86sim or fullsim to use simulation instead of JIT code generation.
 
-# $_cpu_emu = off
+# $_cpu_emu = vm86
 
 # if possible use Pentium cycle counter for timing. Default: off
 
Index: dosemu-1.4.0+svn.2008/etc/global.conf
===
--- dosemu-1.4.0+svn.2008.orig/etc/global.conf  2011-05-07 06:00:12.607700020 
-0700
+++ dosemu-1.4.0+svn.2008/etc/global.conf   2011-05-07 06:00:27.767906604 
-0700
@@ -220,7 +220,7 @@
 $xxx = cpuemu , $_cpu_emu;
 $$xxx
   else
-cpuemu off
+cpuemu vm86
   endif
   xms 0
   $_pm_dos_api = $_ems;# disabling EMS disables also the 
translator
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdegames4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory 
checked in at 2012-03-13 09:32:33

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdegames4/kdegames4.changes  2012-01-27 
15:20:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdegames4.new/kdegames4.changes 2012-03-13 
09:33:16.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:13:57 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdegames-4.8.0.tar.bz2

New:

  kdegames-4.8.1.tar.bz2



Other differences:
--
++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.iH6k1R/_old  2012-03-13 09:33:20.0 +0100
+++ /var/tmp/diff_new_pack.iH6k1R/_new  2012-03-13 09:33:20.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdegames4
 BuildRequires:  fdupes
 BuildRequires:  ggz-client-libs-devel
@@ -33,7 +34,7 @@
 BuildRequires:  python-Twisted
 %endif
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:General Data for KDE Games
 License:LGPL-2.1+
@@ -141,8 +142,8 @@
 Summary:Library for KDE Games
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Requires:   ggz-client-libs
 Requires:   %{name}-carddecks-default = %{version}
+Requires:   ggz-client-libs
 Recommends: %{name}-carddecks-other   = %{version}
 Obsoletes:  %{name}  %{version}
 Provides:   %{name} = %{version}
@@ -156,8 +157,8 @@
 Summary:Library for KDE Games: Build Environment
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Requires:   libkde4-devel
 Requires:   %{libname} = %{version}
+Requires:   libkde4-devel
 
 %description -n %{libname}-devel
 This package contains all necessary files and libraries needed to
@@ -384,8 +385,8 @@
 Summary:Traditional Chinese Boardgame
 License:GPL-2.0+
 Group:  Amusements/Games/Board/Other
-Requires:   gnugo
 Requires:   %{libname} = %{version}
+Requires:   gnugo
 Provides:   kde4-kigo = 4.3.0
 Obsoletes:  kde4-kigo  4.3.0
 Suggests:   kigo-doc = %{version}

++ kdegames-4.8.0.tar.bz2 - kdegames-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdegames4/kdegames-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.kdegames4.new/kdegames-4.8.1.tar.bz2 differ: char 
11, line 1

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



commit kdegraphics-thumbnailers for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-thumbnailers for 
openSUSE:Factory checked in at 2012-03-13 09:32:43

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-01-27 15:20:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-thumbnailers.new/kdegraphics-thumbnailers.changes
   2012-03-13 09:33:23.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:14:16 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdegraphics-thumbnailers-4.8.0.tar.bz2

New:

  kdegraphics-thumbnailers-4.8.1.tar.bz2



Other differences:
--
++ kdegraphics-thumbnailers.spec ++
--- /var/tmp/diff_new_pack.BZ5kK3/_old  2012-03-13 09:33:24.0 +0100
+++ /var/tmp/diff_new_pack.BZ5kK3/_new  2012-03-13 09:33:24.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdegraphics-thumbnailers
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Graphics file thumbnail generators
 License:LGPL-2.1+

++ kdegraphics-thumbnailers-4.8.0.tar.bz2 - 
kdegraphics-thumbnailers-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-thumbnailers-4.8.0/raw/rawthumbnail.desktop 
new/kdegraphics-thumbnailers-4.8.1/raw/rawthumbnail.desktop
--- old/kdegraphics-thumbnailers-4.8.0/raw/rawthumbnail.desktop 2012-01-18 
19:49:45.0 +0100
+++ new/kdegraphics-thumbnailers-4.8.1/raw/rawthumbnail.desktop 2012-02-29 
23:57:11.0 +0100
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Type=Service
 Name=RAW Photo Camera Files
+Name[ar]=ملفات الخامة RAW لآلة التصوير
 Name[bg]=Снимки RAW от фотоапарат
 Name[bs]=Sirove datoteke s kamere
 Name[ca]=Fitxers RAW de càmera de fotos

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



commit kdemultimedia4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory 
checked in at 2012-03-13 09:32:49

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia4/kdemultimedia4.changes
2012-01-27 15:20:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdemultimedia4.new/kdemultimedia4.changes   
2012-03-13 09:33:25.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:14:28 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdemultimedia-4.8.0.tar.bz2

New:

  kdemultimedia-4.8.1.tar.bz2



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.qqQccG/_old  2012-03-13 09:33:26.0 +0100
+++ /var/tmp/diff_new_pack.qqQccG/_new  2012-03-13 09:33:26.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %bcond_with ffmpeg
 
 Name:   kdemultimedia4
@@ -39,7 +40,7 @@
 BuildRequires:  taglib-devel
 BuildRequires:  xine-devel
 BuildRequires:  xine-lib
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Base package for KDE multimedia applications
 License:GPL-2.0+

++ kdemultimedia-4.8.0.tar.bz2 - kdemultimedia-4.8.1.tar.bz2 ++
Files old/kdemultimedia-4.8.0/doc/dragonplayer/index.cache.bz2 and 
new/kdemultimedia-4.8.1/doc/dragonplayer/index.cache.bz2 differ
Files old/kdemultimedia-4.8.0/doc/juk/index.cache.bz2 and 
new/kdemultimedia-4.8.1/doc/juk/index.cache.bz2 differ
Files old/kdemultimedia-4.8.0/doc/kcontrol/cddbretrieval/index.cache.bz2 and 
new/kdemultimedia-4.8.1/doc/kcontrol/cddbretrieval/index.cache.bz2 differ
Files old/kdemultimedia-4.8.0/doc/kioslave/audiocd/index.cache.bz2 and 
new/kdemultimedia-4.8.1/doc/kioslave/audiocd/index.cache.bz2 differ
Files old/kdemultimedia-4.8.0/doc/kmix/index.cache.bz2 and 
new/kdemultimedia-4.8.1/doc/kmix/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.8.0/juk/cache.cpp 
new/kdemultimedia-4.8.1/juk/cache.cpp
--- old/kdemultimedia-4.8.0/juk/cache.cpp   2011-07-27 20:25:35.0 
+0200
+++ new/kdemultimedia-4.8.1/juk/cache.cpp   2012-03-01 00:04:51.0 
+0100
@@ -200,6 +200,14 @@
 Playlist *p = new Playlist(collection, true);
 createdPlaylists.append(p);
 s  *p;
+
+// We may have already read this playlist from the folder
+// scanner, if an .m3u playlist
+if(collection-containsPlaylistFile(p-fileName())) {
+delete p;
+p = 0;
+}
+
 playlist = p;
 break;
 } // switch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.8.0/juk/main.cpp 
new/kdemultimedia-4.8.1/juk/main.cpp
--- old/kdemultimedia-4.8.0/juk/main.cpp2011-07-27 20:25:35.0 
+0200
+++ new/kdemultimedia-4.8.1/juk/main.cpp2012-03-01 00:04:51.0 
+0100
@@ -47,7 +47,7 @@
 int main(int argc, char *argv[])
 {
 KAboutData aboutData(juk, 0, ki18n(JuK),
- 3.7, ki18n(description), KAboutData::License_GPL,
+ 3.7.1, ki18n(description), KAboutData::License_GPL,
  ki18n(© 2002 - 2011, Scott Wheeler), 
KLocalizedString(),
  http://developer.kde.org/~wheeler/juk.html;);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdemultimedia-4.8.0/juk/playlist.cpp 
new/kdemultimedia-4.8.1/juk/playlist.cpp
--- old/kdemultimedia-4.8.0/juk/playlist.cpp2011-08-22 15:32:22.0 
+0200
+++ new/kdemultimedia-4.8.1/juk/playlist.cpp2012-03-01 00:04:51.0 
+0100
@@ -381,7 +381,7 @@
 m_widthsDirty(true),
 m_searchEnabled(true),
 m_lastSelected(0),
-m_fileName(playlistFile.absoluteFilePath()),
+m_fileName(playlistFile.canonicalFilePath()),
 m_rmbMenu(0),
 m_toolTip(0),
 m_blockDataChanged(false)
@@ -1880,7 +1880,7 @@
 }
 
 if(importPlaylists  MediaFiles::isPlaylistFile(file) 
-   !m_collection-containsPlaylistFile(fileInfo.absoluteFilePath()))
+   !m_collection-containsPlaylistFile(fileInfo.canonicalFilePath()))
 {
 new Playlist(m_collection, 

commit kdegraphics-strigi-analyzer for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdegraphics-strigi-analyzer for 
openSUSE:Factory checked in at 2012-03-13 09:32:38

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-01-27 15:20:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdegraphics-strigi-analyzer.new/kdegraphics-strigi-analyzer.changes
 2012-03-13 09:33:21.0 +0100
@@ -1,0 +2,11 @@
+Tue Mar  6 01:26:45 UTC 2012 - stefan.bru...@rwth-aachen.de
+
+- fix tiff analyzer (missing types, wrong datetime format)
+
+---
+Fri Mar  2 23:14:12 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  4_6_BRANCH.diff
  kdegraphics-strigi-analyzer-4.8.0.tar.bz2

New:

  fix_tiff.diff
  kdegraphics-strigi-analyzer-4.8.1.tar.bz2



Other differences:
--
++ kdegraphics-strigi-analyzer.spec ++
--- /var/tmp/diff_new_pack.KIfaRL/_old  2012-03-13 09:33:23.0 +0100
+++ /var/tmp/diff_new_pack.KIfaRL/_new  2012-03-13 09:33:23.0 +0100
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdegraphics-strigi-analyzer
 BuildRequires:  libkde4-devel
-BuildRequires:  libsoprano-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  soprano-backend-redland
 BuildRequires:  strigi-devel
 Summary:Base package for kdegraphics apps
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
-Patch0: 4_6_BRANCH.diff
+Patch0: fix_tiff.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -39,7 +37,7 @@
 
 %prep
 %setup -q -n %{name}-%version
-%patch0
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++ fix_tiff.diff ++
diff --git a/tiff/tiffendanalyzer.cpp b/tiff/tiffendanalyzer.cpp
index 77128d8..f995394 100644
--- a/tiff/tiffendanalyzer.cpp
+++ b/tiff/tiffendanalyzer.cpp
@@ -26,6 +26,7 @@
 #include tiffio.h
 
 #include cstring
+#include time.h
 
 using namespace Strigi;
 
@@ -105,6 +106,17 @@ readTiffTagUint16(TIFF* tiff, ttag_t tag, AnalysisResult 
ar, const RegisteredFi
 ar.addValue(field, value);
 }
 
+void
+readTiffTagDateTime(TIFF* tiff, ttag_t tag, AnalysisResult ar, const 
RegisteredField* field) {
+struct tm dt;
+char* buffer = 0;
+TIFFGetField(tiff, tag, buffer);
+// the tiff datetime string format is as follows: 2005:06:03 17:13:33
+if (buffer  (6 == sscanf(buffer, %d:%d:%d %d:%d:%d,
+dt.tm_year, dt.tm_mon, dt.tm_mday, dt.tm_hour, dt.tm_min, 
dt.tm_sec)) )
+ar.addValue(field, uint32_t(mktime(dt)));
+}
+
 }
 
 class TiffEndAnalyzerFactory;
@@ -146,37 +158,41 @@ private:
 const RegisteredField* bitsPerSampleField;
 const RegisteredField* xResolutionField;
 const RegisteredField* yResolutionField;
+const RegisteredField* typeField;
 };
 
 #define NS_NFO http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#;
 #define NS_NIE http://www.semanticdesktop.org/ontologies/2007/01/19/nie#;
-#define NS_NEXIF http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#;
+#define NS_NCO http://www.semanticdesktop.org/ontologies/2007/03/22/nco#;
+// #define NS_NEXIF 
http://www.semanticdesktop.org/ontologies/2007/05/10/nexif#;
 
 void
 TiffEndAnalyzerFactory::registerFields(FieldRegister r) {
 widthField = r.registerField(NS_NFO width);
 heightField = r.registerField(NS_NFO height);
 copyrightField = r.registerField(NS_NIE copyright);
-descriptionField = r.registerField(NS_NEXIF imageDescription);
-samplesPerPixelField = r.registerField(NS_NEXIF samplesPerPixel);
-softwareField = r.registerField(NS_NEXIF software);
-artistField = r.registerField(NS_NEXIF artist);
-dateTimeField = r.registerField(NS_NEXIF dateTime);
-bitsPerSampleField = r.registerField(NS_NEXIF bitsPerSample);
-xResolutionField = r.registerField(NS_NEXIF xResolution);
-yResolutionField = r.registerField(NS_NEXIF yResolution);
+descriptionField = r.registerField(NS_NIE description);
+// there is no appropriate field in NS_NFO/NS_NIE ontologies
+// samplesPerPixelField = r.registerField(NS_NEXIF 

commit kdenetwork4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdenetwork4 for openSUSE:Factory 
checked in at 2012-03-13 09:32:54

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork4.changes  2012-01-30 
12:24:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork4.changes 
2012-03-13 09:33:28.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:14:33 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdenetwork-4.8.0.tar.bz2

New:

  kdenetwork-4.8.1.tar.bz2



Other differences:
--
++ kdenetwork4.spec ++
--- /var/tmp/diff_new_pack.WuETay/_old  2012-03-13 09:33:30.0 +0100
+++ /var/tmp/diff_new_pack.WuETay/_new  2012-03-13 09:33:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdenetwork4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:KDE Network Base Package
 License:GPL-2.0+

++ kdenetwork-4.8.0.tar.bz2 - kdenetwork-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdenetwork4/kdenetwork-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.kdenetwork4.new/kdenetwork-4.8.1.tar.bz2 differ: 
char 11, line 1

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



commit kdepim4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2012-03-13 09:32:58

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2012-01-27 
15:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2012-03-13 
09:33:31.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:14:39 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdepim-4.8.0.tar.bz2

New:

  kdepim-4.8.1.tar.bz2



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.JGXrQw/_old  2012-03-13 09:33:34.0 +0100
+++ /var/tmp/diff_new_pack.JGXrQw/_new  2012-03-13 09:33:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdepim4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Base package of kdepim
 License:GPL-2.0+ ; LGPL-2.1+
@@ -196,8 +196,8 @@
 Requires:   kdepim4-runtime = %{version}
 Requires:   soprano
 Provides:   kde4-akonadi = 4.3.0
-Obsoletes:  kde4-akonadi  4.3.0
 Obsoletes:  akonadi-devel  4.4.60
+Obsoletes:  kde4-akonadi  4.3.0
 Provides:   akonadi-devel = 4.4.60
 %kde4_runtime_requires
 %kde4_pimlibs_requires
@@ -514,6 +514,8 @@
 %doc %lang(en) %{_kde4_htmldir}/en/kwatchgnupg
 %doc %lang(en) %{_kde4_htmldir}/en/kleopatra
 %{_datadir}/dbus-1/interfaces/*
+%{_datadir}/ontology/kde/messagetag.ontology
+%{_datadir}/ontology/kde/messagetag.trig
 %{_kde4_applicationsdir}/*
 %{_kde4_appsdir}
 %{_kde4_bindir}/*

++ kdepim-4.8.0.tar.bz2 - kdepim-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/kdepim4/kdepim-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.kdepim4.new/kdepim-4.8.1.tar.bz2 differ: char 11, 
line 1

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



commit kdepimlibs4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2012-03-13 09:33:09

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-02-10 
17:15:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2012-03-13 09:33:37.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:15:25 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdepimlibs-4.8.0.tar.bz2

New:

  kdepimlibs-4.8.1.tar.bz2



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.CXq116/_old  2012-03-13 09:33:39.0 +0100
+++ /var/tmp/diff_new_pack.CXq116/_new  2012-03-13 09:33:39.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdepimlibs4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:KDE PIM Libraries
 License:LGPL-2.1+

++ kdepimlibs-4.8.0.tar.bz2 - kdepimlibs-4.8.1.tar.bz2 ++
 4255 lines of diff (skipped)

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



commit kdepim4-runtime for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2012-03-13 09:33:03

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


Package is kdepim4-runtime, Maintainer is wstephen...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2012-02-22 15:53:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2012-03-13 09:33:34.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:15:29 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdepim-runtime-4.8.0.tar.bz2
  kdepim-runtime-nepomuk-feeder-fix.diff

New:

  kdepim-runtime-4.8.1.tar.bz2



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.j8piTS/_old  2012-03-13 09:33:36.0 +0100
+++ /var/tmp/diff_new_pack.j8piTS/_new  2012-03-13 09:33:36.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   kdepim4-runtime
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Base package of kdepim
 License:LGPL-2.1+
@@ -28,7 +27,6 @@
 Source1:akonadi.png
 Patch0: 4_8_BRANCH.diff
 Patch1: disable-knut.diff
-Patch2: kdepim-runtime-nepomuk-feeder-fix.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -48,7 +46,6 @@
 %setup -q -n kdepim-runtime-%{version}
 %patch0 -p1
 %patch1
-%patch2 -p1
 
 %build
 %ifarch ppc64


++ kdepim-runtime-4.8.0.tar.bz2 - kdepim-runtime-4.8.1.tar.bz2 ++
 2610 lines of diff (skipped)

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



commit kdesdk4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdesdk4 for openSUSE:Factory checked 
in at 2012-03-13 09:33:14

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdesdk4/kdesdk4.changes  2012-02-08 
15:38:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdesdk4.new/kdesdk4.changes 2012-03-13 
09:33:41.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:15:47 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdesdk-4.8.0.tar.bz2
  lokalize-catalogmodel.patch

New:

  kdesdk-4.8.1.tar.bz2



Other differences:
--
++ kdesdk4.spec ++
--- /var/tmp/diff_new_pack.b8SHAb/_old  2012-03-13 09:33:42.0 +0100
+++ /var/tmp/diff_new_pack.b8SHAb/_new  2012-03-13 09:33:42.0 +0100
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   kdesdk4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:KDE SDK Package
 License:GPL-2.0+
@@ -26,7 +27,6 @@
 Source0:kdesdk-%{version}.tar.bz2
 Source100:  kdesdk4-rpmlintrc
 Patch0: desktop-files.diff
-Patch1: lokalize-catalogmodel.patch
 BuildRequires:  antlr
 BuildRequires:  antlr-devel
 # for libiberty (used by kmtrace for cp_demangle)
@@ -40,10 +40,10 @@
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libkonq-devel
 BuildRequires:  libqca2-devel
+BuildRequires:  libtool
 BuildRequires:  oxygen-icon-theme
 BuildRequires:  strigi
 BuildRequires:  subversion-devel
-BuildRequires:  libtool
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Requires(post): shared-mime-info
@@ -55,7 +55,6 @@
 %prep
 %setup -q -n kdesdk-%{version}
 %patch0
-%patch1 -p4
 
 %build
 %ifarch ppc64

++ kdesdk-4.8.0.tar.bz2 - kdesdk-4.8.1.tar.bz2 ++
 27738 lines of diff (skipped)

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



commit kdewebdev4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory 
checked in at 2012-03-13 09:33:24

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdewebdev4/kdewebdev4.changes2012-01-27 
15:20:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdewebdev4.new/kdewebdev4.changes   
2012-03-13 09:33:45.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:16:24 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdewebdev-4.8.0.tar.bz2

New:

  kdewebdev-4.8.1.tar.bz2



Other differences:
--
++ kdewebdev4.spec ++
--- /var/tmp/diff_new_pack.JeDrXp/_old  2012-03-13 09:33:47.0 +0100
+++ /var/tmp/diff_new_pack.JeDrXp/_new  2012-03-13 09:33:47.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdewebdev4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Base package for kdewebdev
 License:GPL-2.0+

++ kdewebdev-4.8.0.tar.bz2 - kdewebdev-4.8.1.tar.bz2 ++
Files old/kdewebdev-4.8.0/doc/kfilereplace/index.cache.bz2 and 
new/kdewebdev-4.8.1/doc/kfilereplace/index.cache.bz2 differ
Files old/kdewebdev-4.8.0/doc/kimagemapeditor/index.cache.bz2 and 
new/kdewebdev-4.8.1/doc/kimagemapeditor/index.cache.bz2 differ
Files old/kdewebdev-4.8.0/doc/klinkstatus/index.cache.bz2 and 
new/kdewebdev-4.8.1/doc/klinkstatus/index.cache.bz2 differ
Files old/kdewebdev-4.8.0/doc/kommander/index.cache.bz2 and 
new/kdewebdev-4.8.1/doc/kommander/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdewebdev-4.8.0/kfilereplace/kfilereplace.desktop 
new/kdewebdev-4.8.1/kfilereplace/kfilereplace.desktop
--- old/kdewebdev-4.8.0/kfilereplace/kfilereplace.desktop   2011-08-22 
15:33:05.0 +0200
+++ new/kdewebdev-4.8.1/kfilereplace/kfilereplace.desktop   2012-03-01 
00:05:00.0 +0100
@@ -105,6 +105,7 @@
 GenericName[sv]=Sök- och ersättningsverktyg
 GenericName[th]=เครื่องมือค้นหาและแทนที่
 GenericName[tr]=Arama Ve Değiştirme Aracı
+GenericName[ug]=ئىزدەش ۋە ئالماشتۇرۇش قورالى
 GenericName[uk]=Засіб пошуку та заміни
 GenericName[x-test]=xxSearch  Replace Toolxx
 GenericName[zh_CN]=搜索替换工具
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdewebdev-4.8.0/kimagemapeditor/kimagemapeditor.desktop 
new/kdewebdev-4.8.1/kimagemapeditor/kimagemapeditor.desktop
--- old/kdewebdev-4.8.0/kimagemapeditor/kimagemapeditor.desktop 2012-01-03 
20:47:55.0 +0100
+++ new/kdewebdev-4.8.1/kimagemapeditor/kimagemapeditor.desktop 2012-03-01 
00:05:00.0 +0100
@@ -103,6 +103,7 @@
 GenericName[tg]=Муҳаррири тасвири ҳаритаи HTML
 GenericName[th]=โปรแกรมแก้ไข Image Map
 GenericName[tr]=HTML Resim Haritası Düzenleyicisi
+GenericName[ug]=HTML رەسىم خەرىتىسى تەھرىرلىگۈچ
 GenericName[uk]=Редактор карт зображень HTML
 GenericName[x-test]=xxHTML Image Map Editorxx
 GenericName[zh_CN]=HTML 图像映射编辑器
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdewebdev-4.8.0/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
 
new/kdewebdev-4.8.1/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
--- 
old/kdewebdev-4.8.0/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
   2011-10-11 16:52:40.0 +0200
+++ 
new/kdewebdev-4.8.1/klinkstatus/src/plugins/automation/klinkstatus_automation.desktop
   2012-03-01 00:05:00.0 +0100
@@ -33,6 +33,7 @@
 Name[pt_BR]=Plug-in de automação
 Name[ro]=Modul automat
 Name[ru]=Расширение автоматизации
+Name[sk]=Modul pre automatizáciu
 Name[sv]=Insticksprogram för automatisering
 Name[th]=ปลั๊กอินอัตโนมัติ
 Name[tr]=Otomasyon eklentisi
@@ -73,6 +74,7 @@
 Comment[pt_BR]=Permite a configuração de tarefas automatizadas
 Comment[ro]=Permite configurarea sarcinilor automatizate
 Comment[ru]=Позволяет настраивать автоматизированные задачи
+Comment[sk]=Povoliť konfiguráciu automatizovaných úloh
 Comment[sv]=Tillåt inställning av automatiserade uppgifter
 Comment[th]=ใช้เพื่อตั้งค่างานแบบอัตโนมัติ
 Comment[tr]=Otomatik görevlerin yapılandırılmasına izin ver
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdewebdev-4.8.0/klinkstatus/src/plugins/scripting/krossmoduleklinkstatus.desktop
 

commit kdetoys4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdetoys4 for openSUSE:Factory 
checked in at 2012-03-13 09:33:19

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdetoys4/kdetoys4.changes2012-01-30 
12:25:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdetoys4.new/kdetoys4.changes   2012-03-13 
09:33:44.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:15:54 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdetoys-4.8.0.tar.bz2

New:

  kdetoys-4.8.1.tar.bz2



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.gaZEU8/_old  2012-03-13 09:33:45.0 +0100
+++ /var/tmp/diff_new_pack.gaZEU8/_new  2012-03-13 09:33:45.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdetoys4
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
@@ -23,7 +24,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:kdetoys-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -62,8 +63,8 @@
 Group:  Amusements/Toys/Other
 %kde4_runtime_requires
 Provides:   kde4-amor = 4.3.0
-Obsoletes:  kde4-amor  4.3.0
 Obsoletes:  %{name}  4.7.1
+Obsoletes:  kde4-amor  4.3.0
 Provides:   %{name} = 4.7.1
 
 %description -n amor

++ kdetoys-4.8.0.tar.bz2 - kdetoys-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.8.0/amor/data/blobrc 
new/kdetoys-4.8.1/amor/data/blobrc
--- old/kdetoys-4.8.0/amor/data/blobrc  2012-01-03 20:47:53.0 +0100
+++ new/kdetoys-4.8.1/amor/data/blobrc  2012-03-01 00:04:58.0 +0100
@@ -3,6 +3,7 @@
 PixmapPath=pics/animated/blob
 Description=Multi-Talented Spot
 Description[af]=Multi-Talented Spot
+Description[ar]=البقعة متعددة المواهب
 Description[be]=Таленавіты калабок
 Description[bg]=Всезнайко
 Description[bn]=বহুমুখী প্রতিভাসম্পন্ন বিন্দু
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.8.0/amor/data/bonhommerc 
new/kdetoys-4.8.1/amor/data/bonhommerc
--- old/kdetoys-4.8.0/amor/data/bonhommerc  2012-01-03 20:47:53.0 
+0100
+++ new/kdetoys-4.8.1/amor/data/bonhommerc  2012-03-01 00:04:58.0 
+0100
@@ -73,6 +73,7 @@
 Description[zh_TW]=Bonhomme
 About=By Jean-Claude Dumas
 About[af]=Deur Jean-Claude Dumas
+About[ar]=By Jean-Claude Dumas
 About[be]=Аўтар Jean-Claude Dumas
 About[bg]=Автор Жан Клод Дюма
 About[bn]=তৈরি করেছেন জাঁ-ক্ল ডুমাস
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.8.0/amor/data/bsdrc 
new/kdetoys-4.8.1/amor/data/bsdrc
--- old/kdetoys-4.8.0/amor/data/bsdrc   2012-01-03 20:47:53.0 +0100
+++ new/kdetoys-4.8.1/amor/data/bsdrc   2012-03-01 00:04:58.0 +0100
@@ -4,6 +4,7 @@
 Static=true
 Description=FreeBSD Mascot
 Description[af]=Freebsd Gelukbringer
+Description[ar]=FreeBSD Mascot
 Description[be]=Сімвал FreeBSD
 Description[bg]=Талисман на FreeBSD
 Description[bn]=FreeBSD মাস্কট
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.8.0/amor/data/eyesrc 
new/kdetoys-4.8.1/amor/data/eyesrc
--- old/kdetoys-4.8.0/amor/data/eyesrc  2012-01-03 20:47:53.0 +0100
+++ new/kdetoys-4.8.1/amor/data/eyesrc  2012-03-01 00:04:58.0 +0100
@@ -5,6 +5,7 @@
 PixmapPath=pics/animated/eyes
 Description=Crazy Eyes
 Description[af]=Mal Oë
+Description[ar]=العيون المجنونة
 Description[be]=Вочы
 Description[bg]=Луди очички
 Description[bn]=পাগলা চোখ
@@ -72,6 +73,7 @@
 Description[zh_TW]=瘋狂的眼睛
 About=By Jean-Claude Dumas
 About[af]=Deur Jean-Claude Dumas
+About[ar]=By Jean-Claude Dumas
 About[be]=Аўтар Jean-Claude Dumas
 About[bg]=Автор Жан Клод Дюма
 About[bn]=তৈরি করেছেন জাঁ-ক্ল ডুমাস
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdetoys-4.8.0/amor/data/ghostrc 
new/kdetoys-4.8.1/amor/data/ghostrc
--- old/kdetoys-4.8.0/amor/data/ghostrc 2012-01-03 20:47:53.0 +0100
+++ new/kdetoys-4.8.1/amor/data/ghostrc 2012-03-01 00:04:58.0 +0100
@@ -3,6 +3,7 @@
 PixmapPath=pics/animated/ghost
 Description=Spooky Ghost
 Description[af]=Onheilspellende Spook
+Description[ar]=الشبح المخيف
 

commit kdf for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2012-03-13 09:33:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2012-02-03 10:23:30.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes 2012-03-13 
09:33:47.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:16:53 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdf-4.8.0.tar.bz2

New:

  kdf-4.8.1.tar.bz2



Other differences:
--
++ kdf.spec ++
--- /var/tmp/diff_new_pack.biSRAN/_old  2012-03-13 09:33:49.0 +0100
+++ /var/tmp/diff_new_pack.biSRAN/_new  2012-03-13 09:33:49.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kdf
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:GPL-2.0+
 Summary:Disk Usage Viewer
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  System/Monitoring
+Url:http://www.kde.org
 Source0:kdf-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 Patch1: desktop-files.diff

++ kdf-4.8.0.tar.bz2 - kdf-4.8.1.tar.bz2 ++
Files old/kdf-4.8.0/doc/app/index.cache.bz2 and 
new/kdf-4.8.1/doc/app/index.cache.bz2 differ
Files old/kdf-4.8.0/doc/kcontrol/index.cache.bz2 and 
new/kdf-4.8.1/doc/kcontrol/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.8.0/kdf.desktop new/kdf-4.8.1/kdf.desktop
--- old/kdf-4.8.0/kdf.desktop   2012-01-10 15:18:45.0 +0100
+++ new/kdf-4.8.1/kdf.desktop   2012-02-29 23:57:40.0 +0100
@@ -133,6 +133,7 @@
 GenericName[tg]=Назари Истифодабарии Диск
 GenericName[th]=แสดงการใช้พื้นที่ดิสก์
 GenericName[tr]=Disk Kullanımını Görüntüle
+GenericName[ug]=دىسكىنىڭ ئىشلىتىلىش ئۇچۇرلىرىنى كۆرۈش
 GenericName[uk]=Перегляд використання диска
 GenericName[vi]=Xem đĩa trống 
 GenericName[wa]=Vey l' eployaedje del deure plake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.8.0/kwikdisk.desktop 
new/kdf-4.8.1/kwikdisk.desktop
--- old/kdf-4.8.0/kwikdisk.desktop  2012-01-10 15:18:45.0 +0100
+++ new/kdf-4.8.1/kwikdisk.desktop  2012-02-29 23:57:40.0 +0100
@@ -136,6 +136,7 @@
 GenericName[tg]=Барномаи Пуштибон барои Расонаҳои Ҷойивазшаванда
 GenericName[th]=เครื่องมือจัดการสื่อที่ถอดได้
 GenericName[tr]=Çıkartılabilir Aygıt
+GenericName[ug]=يۆتكىلىشچان ۋاسىتە قورالى
 GenericName[uk]=Утиліта змінних носіїв
 GenericName[wa]=Usteye po les bodjåves sopoirts
 GenericName[xh]=Umdlali wezoSasazo

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



commit kfloppy for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kfloppy for openSUSE:Factory checked 
in at 2012-03-13 09:33:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kfloppy/kfloppy.changes  2012-02-03 
10:23:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.kfloppy.new/kfloppy.changes 2012-03-13 
09:33:49.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:17:01 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kfloppy-4.8.0.tar.bz2

New:

  kfloppy-4.8.1.tar.bz2



Other differences:
--
++ kfloppy.spec ++
--- /var/tmp/diff_new_pack.6YolSy/_old  2012-03-13 09:33:53.0 +0100
+++ /var/tmp/diff_new_pack.6YolSy/_new  2012-03-13 09:33:53.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kfloppy
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:GPL-2.0+
 Summary:Floppy Formatter
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kfloppy-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 BuildRequires:  kdebase4-workspace-devel

++ kfloppy-4.8.0.tar.bz2 - kfloppy-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kfloppy-4.8.0/KFloppy.desktop 
new/kfloppy-4.8.1/KFloppy.desktop
--- old/kfloppy-4.8.0/KFloppy.desktop   2012-01-10 15:18:48.0 +0100
+++ new/kfloppy-4.8.1/KFloppy.desktop   2012-02-29 23:57:41.0 +0100
@@ -63,6 +63,7 @@
 GenericName[tg]=Шаклбанднамоии Диски Нарм
 GenericName[th]=เครื่องมือฟอร์แมตแผ่นฟลอปปี้้
 GenericName[tr]=Disket Biçimlendirici
+GenericName[ug]=يۇمشاق دىسكا پىچقۇچ
 GenericName[uk]=Відформатувати дискету
 GenericName[uz]=Disketni formatlagich
 GenericName[uz@cyrillic]=Дискетни форматлагич
Files old/kfloppy-4.8.0/doc/index.cache.bz2 and 
new/kfloppy-4.8.1/doc/index.cache.bz2 differ

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



commit kgamma for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kgamma for openSUSE:Factory checked 
in at 2012-03-13 09:33:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kgamma/kgamma.changes2012-01-27 
15:21:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgamma.new/kgamma.changes   2012-03-13 
09:33:53.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:17:05 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kgamma-4.8.0.tar.bz2

New:

  kgamma-4.8.1.tar.bz2



Other differences:
--
++ kgamma.spec ++
--- /var/tmp/diff_new_pack.OybUxU/_old  2012-03-13 09:33:55.0 +0100
+++ /var/tmp/diff_new_pack.OybUxU/_new  2012-03-13 09:33:55.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kgamma
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Display gamma configuration
 License:GPL-2.0+

++ kgamma-4.8.0.tar.bz2 - kgamma-4.8.1.tar.bz2 ++
Files old/kgamma-4.8.0/doc/index.cache.bz2 and 
new/kgamma-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgamma-4.8.0/kcmkgamma/kgamma.desktop 
new/kgamma-4.8.1/kcmkgamma/kgamma.desktop
--- old/kgamma-4.8.0/kcmkgamma/kgamma.desktop   2012-01-18 19:49:47.0 
+0100
+++ new/kgamma-4.8.1/kcmkgamma/kgamma.desktop   2012-02-29 23:57:13.0 
+0100
@@ -144,6 +144,7 @@
 Exec=kcmshell4 kgamma
 Icon=preferences-desktop-display-color.png
 X-KDE-Keywords=KGamma, kgamma, Gamma, gamma
+X-KDE-Keywords[ar]=جاما,KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[ca]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[ca@valencia]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[da]=KGamma,kgamma,Gamma,gamma
@@ -156,12 +157,14 @@
 X-KDE-Keywords[hu]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[it]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[kk]=KGamma, kgamma, Gamma, gamma, гамма, Гамма
+X-KDE-Keywords[ko]=KGamma, kgamma, Gamma, gamma,감마
 X-KDE-Keywords[nb]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[nds]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[nl]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[pl]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[pt]=KGamma, kgamma, Gamma, gamma, Gama, gama
 X-KDE-Keywords[pt_BR]=KGamma, kgamma, Gamma, gama
+X-KDE-Keywords[ru]=KGamma,kgamma,Gamma,gamma,гамма,монитор
 X-KDE-Keywords[sk]=KGamma, kgamma, Gamma, gamma
 X-KDE-Keywords[sr]=KGamma, kgamma, Gamma, gamma,К‑гама,гама
 X-KDE-Keywords[sr@ijekavian]=KGamma, kgamma, Gamma, gamma,К‑гама,гама

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



commit khangman for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package khangman for openSUSE:Factory 
checked in at 2012-03-13 09:33:52

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


Package is khangman, Maintainer is khangman

Changes:

--- /work/SRC/openSUSE:Factory/khangman/khangman.changes2012-01-30 
12:25:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.khangman.new/khangman.changes   2012-03-13 
09:34:00.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:18:00 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  khangman-4.8.0.tar.bz2

New:

  khangman-4.8.1.tar.bz2



Other differences:
--
++ khangman.spec ++
--- /var/tmp/diff_new_pack.ZodOvK/_old  2012-03-13 09:34:02.0 +0100
+++ /var/tmp/diff_new_pack.ZodOvK/_new  2012-03-13 09:34:02.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   khangman
 BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
@@ -37,7 +38,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Hangman Game
 License:GPL-2.0+

++ khangman-4.8.0.tar.bz2 - khangman-4.8.1.tar.bz2 ++
Files old/khangman-4.8.0/doc/index.cache.bz2 and 
new/khangman-4.8.1/doc/index.cache.bz2 differ

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



commit kig for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2012-03-13 09:33:57

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


Package is kig, Maintainer is kig

Changes:

--- /work/SRC/openSUSE:Factory/kig/kig.changes  2012-01-30 12:25:33.0 
+0100
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes 2012-03-13 
09:34:03.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:18:04 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kig-4.8.0.tar.bz2

New:

  kig-4.8.1.tar.bz2



Other differences:
--
++ kig.spec ++
--- /var/tmp/diff_new_pack.igzPNb/_old  2012-03-13 09:34:04.0 +0100
+++ /var/tmp/diff_new_pack.igzPNb/_new  2012-03-13 09:34:04.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kig
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -45,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Interactive Geometry
 License:GPL-2.0+

++ kig-4.8.0.tar.bz2 - kig-4.8.1.tar.bz2 ++
Files old/kig-4.8.0/doc/index.cache.bz2 and new/kig-4.8.1/doc/index.cache.bz2 
differ

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



commit kiten for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kiten for openSUSE:Factory checked 
in at 2012-03-13 09:34:04

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


Package is kiten, Maintainer is mfab...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/kiten/kiten.changes  2012-01-30 
12:25:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiten.new/kiten.changes 2012-03-13 
09:34:05.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:18:17 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kiten-4.8.0.tar.bz2

New:

  kiten-4.8.1.tar.bz2



Other differences:
--
++ kiten.spec ++
--- /var/tmp/diff_new_pack.EeTzM3/_old  2012-03-13 09:34:07.0 +0100
+++ /var/tmp/diff_new_pack.EeTzM3/_new  2012-03-13 09:34:07.0 +0100
@@ -46,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Japanese Reference/Study Tool
 License:GPL-2.0+

++ kiten-4.8.0.tar.bz2 - kiten-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/kiten/kiten-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.kiten.new/kiten-4.8.1.tar.bz2 differ: char 11, line 
1

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



commit kgpg for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kgpg for openSUSE:Factory checked in 
at 2012-03-13 09:33:47

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kgpg/kgpg.changes2012-02-03 
10:23:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.kgpg.new/kgpg.changes   2012-03-13 
09:33:57.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:17:55 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kgpg-4.8.0.tar.bz2

New:

  kgpg-4.8.1.tar.bz2



Other differences:
--
++ kgpg.spec ++
--- /var/tmp/diff_new_pack.7Nl9I3/_old  2012-03-13 09:33:59.0 +0100
+++ /var/tmp/diff_new_pack.7Nl9I3/_new  2012-03-13 09:33:59.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kgpg
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:GPL-2.0+
 Summary:Encryption Tool
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Security
+Url:http://www.kde.org
 Source0:kgpg-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 Patch1: kgpg-autostart.diff

++ kgpg-4.8.0.tar.bz2 - kgpg-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.8.0/core/KGpgRootNode.cpp 
new/kgpg-4.8.1/core/KGpgRootNode.cpp
--- old/kgpg-4.8.0/core/KGpgRootNode.cpp2011-08-22 15:26:11.0 
+0200
+++ new/kgpg-4.8.1/core/KGpgRootNode.cpp2012-02-29 23:57:42.0 
+0100
@@ -1,4 +1,4 @@
-/* Copyright 2008,2009 Rolf Eike Beer k...@opensource.sf-tec.de
+/* Copyright 2008,2009,2010,2012 Rolf Eike Beer k...@opensource.sf-tec.de
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -29,7 +29,6 @@
m_deleting(false)
 {
m_model = model;
-   addGroups();
 }
 
 KGpgRootNode::~KGpgRootNode()
@@ -49,12 +48,10 @@
 }
 
 void
-KGpgRootNode::addGroups()
+KGpgRootNode::addGroups(const QStringList groups)
 {
-   const QStringList groups = 
KgpgInterface::getGpgGroupNames(KGpgSettings::gpgConfigPath());
-
-   for (QStringList::const_iterator it = groups.begin(); it != 
groups.end(); ++it)
-   new KGpgGroupNode(this, QString(*it));
+   foreach (const QString groupName, groups)
+   new KGpgGroupNode(this, groupName);
 }
 
 void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.8.0/core/KGpgRootNode.h 
new/kgpg-4.8.1/core/KGpgRootNode.h
--- old/kgpg-4.8.0/core/KGpgRootNode.h  2011-08-22 15:26:11.0 +0200
+++ new/kgpg-4.8.1/core/KGpgRootNode.h  2012-02-29 23:57:42.0 +0100
@@ -55,9 +55,10 @@
virtual KgpgCore::KgpgItemType getType() const;
 
/**
-* Read the group definitions from GnuPG config file
+* Create new group nodes
+* @param groups list of group names to create
 */
-   void addGroups();
+   void addGroups(const QStringList groups);
void addKeys(const QStringList ids = QStringList());
void refreshKeys(KGpgKeyNode::List nodes);
/**
Files old/kgpg-4.8.0/doc/index.cache.bz2 and new/kgpg-4.8.1/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.8.0/groupedit.cpp new/kgpg-4.8.1/groupedit.cpp
--- old/kgpg-4.8.0/groupedit.cpp2011-08-22 15:26:11.0 +0200
+++ new/kgpg-4.8.1/groupedit.cpp2012-02-29 23:57:42.0 +0100
@@ -90,7 +90,7 @@
for (int i = 0; i  sel.count(); i++) {
if (sel.at(i).column() != 0)
continue;
-   KGpgNode *nd = m_out-nodeForIndex(sel.at(i));
+   KGpgNode *nd = 
m_out-nodeForIndex(m_outFilter-mapToSource(sel.at(i)));
members-append(nd);
}
m_in-invalidate();
@@ -119,7 +119,7 @@
 void
 groupEdit::groupAdd(const QModelIndex index)
 {
-   KGpgNode *nd = m_out-nodeForIndex(index);
+   KGpgNode *nd = m_out-nodeForIndex(m_outFilter-mapToSource(index));
members-append(nd);
m_in-invalidate();
m_out-invalidate();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kgpg-4.8.0/keyservers.cpp 
new/kgpg-4.8.1/keyservers.cpp
--- old/kgpg-4.8.0/keyservers.cpp   

commit klettres for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package klettres for openSUSE:Factory 
checked in at 2012-03-13 09:34:09

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


Package is klettres, Maintainer is klettres

Changes:

--- /work/SRC/openSUSE:Factory/klettres/klettres.changes2012-01-30 
12:25:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.klettres.new/klettres.changes   2012-03-13 
09:34:10.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:18:38 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  klettres-4.8.0.tar.bz2

New:

  klettres-4.8.1.tar.bz2



Other differences:
--
++ klettres.spec ++
--- /var/tmp/diff_new_pack.UtL6PS/_old  2012-03-13 09:34:11.0 +0100
+++ /var/tmp/diff_new_pack.UtL6PS/_new  2012-03-13 09:34:11.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   klettres
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -45,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Alphabet Learning Game
 License:GPL-2.0+

++ klettres-4.8.0.tar.bz2 - klettres-4.8.1.tar.bz2 ++
Files old/klettres-4.8.0/doc/index.cache.bz2 and 
new/klettres-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klettres-4.8.0/src/klettres.desktop 
new/klettres-4.8.1/src/klettres.desktop
--- old/klettres-4.8.0/src/klettres.desktop 2012-01-10 15:15:13.0 
+0100
+++ new/klettres-4.8.1/src/klettres.desktop 2012-02-29 23:56:47.0 
+0100
@@ -51,6 +51,7 @@
 Comment[pt_BR]=Um programa do KDE para aprender o alfabeto
 Comment[ro]=un program KDE pentru însușirea alfabetului
 Comment[ru]=Программа для изучения алфавита
+Comment[sk]=KDE program pre výuku abecedy
 Comment[sl]=Program za učenje abecede za KDE
 Comment[sv]=Ett KDE program för att lära sig alfabetet
 Comment[tr]=Alfabeyi öğrenmeye yardımcı bir KDE uygulaması
@@ -174,6 +175,7 @@
 GenericName[pt_BR]=Aprenda o alfabeto
 GenericName[ro]=Învață alfabetul
 GenericName[ru]=Изучение алфавита
+GenericName[sk]=Výuka abecedy
 GenericName[sl]=Naučite se abecedo
 GenericName[sv]=Inlärning av alfabetet
 GenericName[tr]=Alfabeyi Öğren

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



commit kmod for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2012-03-13 09:34:13

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


Package is kmod, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2012-03-07 
20:09:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2012-03-13 
09:34:19.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar 10 17:44:05 UTC 2012 - rschweik...@suse.com
+
+- place binary in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ kmod.spec ++
--- /var/tmp/diff_new_pack.TWx0df/_old  2012-03-13 09:34:20.0 +0100
+++ /var/tmp/diff_new_pack.TWx0df/_new  2012-03-13 09:34:20.0 +0100
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   kmod
 %define lname  libkmod2
 Summary:Utilities to load modules into the kernel
@@ -91,20 +93,30 @@
 # The extra --includedir gives us the possibility to detect dependent
 # packages which fail to properly use pkgconfig.
 %configure --with-xz --with-zlib --includedir=%_includedir/%name-%version \
-   --with-rootlibdir=/%_lib --bindir=/bin
+   --with-rootlibdir=%{_libdir} --bindir=%{_bindir}
 make %{?_smp_mflags}
 
 %install
-b=%buildroot;
 %make_install
-rm -f $b/bin/kmod-*;
-rm -f $b/%_libdir/*.la;
+rm -f %buildroot/%_libdir/*.la
 
 # kmod-compat
-mkdir -p $b/bin $b/sbin;
-ln -s kmod $b/bin/lsmod;
+#UsrMerge
+mkdir -p %buildroot/bin 
+mkdir -p %buildroot/sbin
+mkdir -p %buildroot/%_lib
+ln -s %{_bindir}/kmod %buildroot/bin
+ln -s %{_bindir}/kmod %buildroot/bin/lsmod
+for i in depmod insmod lsmod modinfo modprobe rmmod; do
+   ln -s %{_bindir}/kmod %buildroot/sbin/$i
+done;
+ln -s %_libdir/libkmod.so.2 %buildroot/%_lib
+ln -s %_libdir/libkmod.so.2.1.0 %buildroot/%_lib
+#EndUsrMerge
+mkdir -p %buildroot/%{_sbindir}
+ln -s %{_bindir}/kmod %buildroot/%{_bindir}/lsmod
 for i in depmod insmod lsmod modinfo modprobe rmmod; do
-   ln -s /bin/kmod $b/sbin/$i;
+   ln -s %{_bindir}/kmod %buildroot/%{_sbindir}/$i
 done;
 
 %check
@@ -116,12 +128,18 @@
 
 %files
 %defattr(-,root,root)
+%{_bindir}/kmod
+#UsrMerge
 /bin/kmod
+#EndUsrMerge
 %_mandir/man5/modules.dep.bin.5*
 
 %files -n %lname
 %defattr(-,root,root)
+%_libdir/libkmod.so.2*
+#UsrMerge
 /%_lib/libkmod.so.2*
+#EndUsrMerge
 
 %files -n libkmod-devel
 %defattr(-,root,root)
@@ -131,6 +149,7 @@
 
 %files compat
 %defattr(-,root,root)
+#UsrMerge
 /bin/lsmod
 /sbin/depmod
 /sbin/insmod
@@ -138,6 +157,14 @@
 /sbin/modinfo
 /sbin/modprobe
 /sbin/rmmod
+#EndUsrMerge
+%_bindir/lsmod
+%_sbindir/depmod
+%_sbindir/insmod
+%_sbindir/lsmod
+%_sbindir/modinfo
+%_sbindir/modprobe
+%_sbindir/rmmod
 %_mandir/man5/depmod.d.5*
 %_mandir/man5/modprobe.d.5*
 %_mandir/man5/modules.dep.5*



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



commit kmousetool for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kmousetool for openSUSE:Factory 
checked in at 2012-03-13 09:34:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kmousetool/kmousetool.changes2012-01-30 
12:25:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmousetool.new/kmousetool.changes   
2012-03-13 09:34:20.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:21:45 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kmousetool-4.8.0.tar.bz2

New:

  kmousetool-4.8.1.tar.bz2



Other differences:
--
++ kmousetool.spec ++
--- /var/tmp/diff_new_pack.NokkLE/_old  2012-03-13 09:34:21.0 +0100
+++ /var/tmp/diff_new_pack.NokkLE/_new  2012-03-13 09:34:21.0 +0100
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 Patch:  4_7_BRANCH.diff

++ kmousetool-4.8.0.tar.bz2 - kmousetool-4.8.1.tar.bz2 ++
Files old/kmousetool-4.8.0/doc/index.cache.bz2 and 
new/kmousetool-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmousetool-4.8.0/kmousetool/kmousetool.desktop 
new/kmousetool-4.8.1/kmousetool/kmousetool.desktop
--- old/kmousetool-4.8.0/kmousetool/kmousetool.desktop  2011-08-22 
15:34:15.0 +0200
+++ new/kmousetool-4.8.1/kmousetool/kmousetool.desktop  2012-02-29 
23:57:55.0 +0100
@@ -23,7 +23,7 @@
 Comment[eu]=Sagua zure ordez klikatzen du, RSI-aren efektuak gutxitzeko
 Comment[fa]=موشی را برایتان فشار می‌دهد، اثرات RSI را کاهش می‌دهد
 Comment[fi]=Napsauttaa hiirtä puolestasi rannevammojen ehkäisemiseksi
-Comment[fr]=Clique sur la souris à votre place, limitant les douleurs liées 
aux TMS
+Comment[fr]=Clique sur la souris à votre place, limitant les douleurs liées 
aux TMS (Troubles Musculo-Squelettiques)
 Comment[ga]=Cliceálann seo an luch duit, chun tionchar gortú athstraidhneála a 
laghdú
 Comment[gl]=Preme o rato por vostede, reducindo os efectos do RSI
 Comment[he]=לוחץ על העכבר עבורך, ובכך מקל על פרק היד

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



commit kmouth for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kmouth for openSUSE:Factory checked 
in at 2012-03-13 09:34:26

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kmouth/kmouth.changes2012-01-30 
12:25:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmouth.new/kmouth.changes   2012-03-13 
09:34:28.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:22:17 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kmouth-4.8.0.tar.bz2

New:

  kmouth-4.8.1.tar.bz2



Other differences:
--
++ kmouth.spec ++
--- /var/tmp/diff_new_pack.DnsUvV/_old  2012-03-13 09:34:29.0 +0100
+++ /var/tmp/diff_new_pack.DnsUvV/_new  2012-03-13 09:34:29.0 +0100
@@ -26,7 +26,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 Patch:  4_7_BRANCH.diff

++ kmouth-4.8.0.tar.bz2 - kmouth-4.8.1.tar.bz2 ++
Files old/kmouth-4.8.0/doc/index.cache.bz2 and 
new/kmouth-4.8.1/doc/index.cache.bz2 differ

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



commit kmplot for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kmplot for openSUSE:Factory checked 
in at 2012-03-13 09:34:34

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kmplot/kmplot.changes2012-01-30 
12:26:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmplot.new/kmplot.changes   2012-03-13 
09:34:35.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:22:34 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kmplot-4.8.0.tar.bz2

New:

  kmplot-4.8.1.tar.bz2



Other differences:
--
++ kmplot.spec ++
--- /var/tmp/diff_new_pack.UiSynC/_old  2012-03-13 09:34:36.0 +0100
+++ /var/tmp/diff_new_pack.UiSynC/_new  2012-03-13 09:34:36.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kmplot
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -45,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Mathematical Function Plotter
 License:GPL-2.0+

++ kmplot-4.8.0.tar.bz2 - kmplot-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.8.0/doc/commands.docbook 
new/kmplot-4.8.1/doc/commands.docbook
--- old/kmplot-4.8.0/doc/commands.docbook   2011-07-27 20:40:47.0 
+0200
+++ new/kmplot-4.8.1/doc/commands.docbook   2012-02-29 23:56:48.0 
+0100
@@ -196,7 +196,12 @@
guimenuitemShow Sliders/guimenuitem
/menuchoice/term
listitem
-   paraactionToggles/action the visibility 
of the slider dialog./para
+   paraactionToggles/action the visibility 
of the slider dialog. 
+   In the dialog move a slider to change the 
parameter of the function plot connected to it./para
+   paraEnable this on the Function tab and 
select one of the sliders to change the parameter value dynamically. The values 
vary from 0 (left) to 10 (right) by default, but can be changed in the slider 
dialog./para
+   paraFor a small tutorial see ulink 
url=http://userbase.kde.org/KmPlot/;Using Sliders/ulink./para
+   
!--http://forum.kde.org/viewtopic.php?f=21t=90183 kmplot slider examples
+   KmPlot supports only one parameter. Feature 
request on bugs.kde.org: https://bugs.kde.org/show_bug.cgi?id=139097--
/listitem
/varlistentry

Files old/kmplot-4.8.0/doc/index.cache.bz2 and 
new/kmplot-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmplot-4.8.0/kmplot/kmplotio.cpp 
new/kmplot-4.8.1/kmplot/kmplotio.cpp
--- old/kmplot-4.8.0/kmplot/kmplotio.cpp2011-07-27 20:40:47.0 
+0200
+++ new/kmplot-4.8.1/kmplot/kmplotio.cpp2012-03-02 23:02:37.0 
+0100
@@ -572,7 +572,7 @@
 void KmPlotIO::parseParameters( const QDomElement n, Function * function )
 {
QChar separator = (version  1) ? ',' : ';';
-   QString tagName = (version  5) ? parameterlist : parameter-list;
+   QString tagName = (version  4) ? parameterlist : parameter-list;

const QStringList str_parameters = n.namedItem( tagName 
).toElement().text().split( separator, QString::SkipEmptyParts );
for( QStringList::const_iterator it = str_parameters.constBegin(); it 
!= str_parameters.constEnd(); ++it )

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



commit kolourpaint for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kolourpaint for openSUSE:Factory 
checked in at 2012-03-13 09:34:40

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kolourpaint/kolourpaint.changes  2012-01-27 
15:21:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.kolourpaint.new/kolourpaint.changes 
2012-03-13 09:34:43.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:22:41 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kolourpaint-4.8.0.tar.bz2

New:

  kolourpaint-4.8.1.tar.bz2



Other differences:
--
++ kolourpaint.spec ++
--- /var/tmp/diff_new_pack.DIfdCh/_old  2012-03-13 09:34:44.0 +0100
+++ /var/tmp/diff_new_pack.DIfdCh/_new  2012-03-13 09:34:44.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kolourpaint
-Version:4.8.0
+Version:4.8.1
 Release:0
 # See bnc#717722 for license details
 Summary:Paint Program

++ kolourpaint-4.8.0.tar.bz2 - kolourpaint-4.8.1.tar.bz2 ++
Files old/kolourpaint-4.8.0/doc/index.cache.bz2 and 
new/kolourpaint-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kolourpaint-4.8.0/imagelib/kpFloodFill.cpp 
new/kolourpaint-4.8.1/imagelib/kpFloodFill.cpp
--- old/kolourpaint-4.8.0/imagelib/kpFloodFill.cpp  2011-09-26 
11:46:04.0 +0200
+++ new/kolourpaint-4.8.1/imagelib/kpFloodFill.cpp  2012-02-29 
23:57:17.0 +0100
@@ -384,11 +384,11 @@
 
 //-
 // public
-void kpFloodFill::fill ()
+void kpFloodFill::fill()
 {
 prepare();
 
-QApplication::setOverrideCursor (Qt::WaitCursor);
+QApplication::setOverrideCursor(Qt::WaitCursor);
 
 QPainter painter(d-imagePtr);
 
@@ -401,13 +401,13 @@
 
 foreach (const kpFillLine l, d-fillLines)
 {
-const QPoint p1 (l.m_x1, l.m_y);
-const QPoint p2 (l.m_x2, l.m_y);
-
-painter.drawLine (p1, p2);
+  if ( l.m_x1 == l.m_x2 )
+painter.drawPoint(l.m_x1, l.m_y);
+  else
+painter.drawLine(l.m_x1, l.m_y, l.m_x2, l.m_y);
 }
 
-QApplication::restoreOverrideCursor ();
+QApplication::restoreOverrideCursor();
 }
 
 //-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kolourpaint-4.8.0/tools/selection/kpAbstractSelectionTool_Create.cpp 
new/kolourpaint-4.8.1/tools/selection/kpAbstractSelectionTool_Create.cpp
--- old/kolourpaint-4.8.0/tools/selection/kpAbstractSelectionTool_Create.cpp
2011-07-27 20:42:13.0 +0200
+++ new/kolourpaint-4.8.1/tools/selection/kpAbstractSelectionTool_Create.cpp
2012-02-29 23:57:17.0 +0100
@@ -92,11 +92,36 @@
 }
 
 //-
+// use a crosshair cursor which is really always exactly 1 pixel wide
+// to the contrary of the themed crosshair cursors which might look nice
+// but does not allow to exactly position the hot-spot.
+/* XPM */
+static const char *crosshair[]={
+17 17 2 1,
+. c None,
+# c #00,
+#,
+#,
+#,
+#,
+#,
+#,
+#,
+#,
+.,
+#,
+#,
+#,
+#,
+#,
+#,
+#,
+#};
 
 // private
 void kpAbstractSelectionTool::setCursorCreate ()
 {
-viewManager ()-setCursor (Qt::ArrowCursor);
+viewManager()-setCursor(QCursor(QPixmap(crosshair), 8, 8));
 }
 
 //-

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



commit kremotecontrol for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kremotecontrol for openSUSE:Factory 
checked in at 2012-03-13 09:34:50

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


Package is kremotecontrol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/kremotecontrol/kremotecontrol.changes
2012-02-03 10:23:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.kremotecontrol.new/kremotecontrol.changes   
2012-03-13 09:34:52.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:18 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kremotecontrol-4.8.0.tar.bz2

New:

  kremotecontrol-4.8.1.tar.bz2



Other differences:
--
++ kremotecontrol.spec ++
--- /var/tmp/diff_new_pack.81rtSY/_old  2012-03-13 09:34:53.0 +0100
+++ /var/tmp/diff_new_pack.81rtSY/_new  2012-03-13 09:34:53.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kremotecontrol
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:GPL-2.0+
 Summary:KDE Frontend for the Linux Infrared Remote Control system
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Other
+Url:http://www.kde.org
 Source0:kremotecontrol-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 BuildRequires:  kdebase4-workspace-devel
@@ -34,15 +35,15 @@
 Kremotecontrol is a KDE frontend for the Linux Infrared Remote Control system.
 
 %package -n liblibkremotecontrol1
-Group:  System/Libraries
 Summary:KDE Frontend for the Linux Infrared Remote Control system
+Group:  System/Libraries
 
 %description -n liblibkremotecontrol1
 Kremotecontrol is a KDE frontend for the Linux Infrared Remote Control system.
 
 %package devel
-Group:  Development/Libraries/C and C++
 Summary:KDE Frontend for the Linux Infrared Remote Control system
+Group:  Development/Libraries/C and C++
 Requires:   liblibkremotecontrol1 = %{version}
 
 %description devel
@@ -95,5 +96,4 @@
 %doc TODO
 %_kde4_libdir/liblibkremotecontrol.so
 
-
 %changelog

++ kremotecontrol-4.8.0.tar.bz2 - kremotecontrol-4.8.1.tar.bz2 ++
Files old/kremotecontrol-4.8.0/doc/index.cache.bz2 and 
new/kremotecontrol-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kremotecontrol-4.8.0/kcmremotecontrol/kcm_remotecontrol.desktop 
new/kremotecontrol-4.8.1/kcmremotecontrol/kcm_remotecontrol.desktop
--- old/kremotecontrol-4.8.0/kcmremotecontrol/kcm_remotecontrol.desktop 
2012-01-18 19:50:06.0 +0100
+++ new/kremotecontrol-4.8.1/kcmremotecontrol/kcm_remotecontrol.desktop 
2012-02-29 23:57:45.0 +0100
@@ -24,11 +24,13 @@
 X-KDE-Keywords[ia]=KCMRemoteControl,controlo remote
 X-KDE-Keywords[it]=KCMRemoteControl,telecomando
 X-KDE-Keywords[kk]=KCMRemoteControl,remote control
+X-KDE-Keywords[ko]=KCMRemoteControl,remote control,리모콘,원격 조정
 X-KDE-Keywords[nb]=KRemoteControl,fjernstyring
 X-KDE-Keywords[nds]=KCM-Feernbedenen,Feernbedenen
 X-KDE-Keywords[nl]=KCMRemoteControl,besturing op afstand
 X-KDE-Keywords[pt]=KCMRemoteControl,comando à distância
 X-KDE-Keywords[pt_BR]=KCMRemoteControl,controle remoto
+X-KDE-Keywords[sk]=KCMRemoteControl,diaľkové ovládanie
 X-KDE-Keywords[sr]=KCMRemoteControl,remote control,даљински управљач
 X-KDE-Keywords[sr@ijekavian]=KCMRemoteControl,remote control,даљински управљач
 X-KDE-Keywords[sr@ijekavianlatin]=KCMRemoteControl,remote control,daljinski 
upravljač
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kremotecontrol-4.8.0/kded/kremotecontroldaemon.desktop 
new/kremotecontrol-4.8.1/kded/kremotecontroldaemon.desktop
--- old/kremotecontrol-4.8.0/kded/kremotecontroldaemon.desktop  2012-01-10 
15:18:59.0 +0100
+++ new/kremotecontrol-4.8.1/kded/kremotecontroldaemon.desktop  2012-02-29 
23:57:45.0 +0100
@@ -44,7 +44,7 @@
 Name[sv]=Demon för Kremotecontrol
 Name[th]=ดีมอนตัวควบคุมระยะไกล-K
 Name[tr]=KRemote Denetim Hizmeti
-Name[ug]=K يىراقتىن تىزگىنلەش Daemon ى
+Name[ug]=K يىراقتىن تىزگىنلەش Daemon ئى
 Name[uk]=Фонова служба дистанційного керування
 Name[x-test]=xxK Remote Control Daemonxx
 Name[zh_CN]=K 远程控制守护程序
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kremotecontrol-4.8.0/krcdnotifieritem/krcdnotifieritem.desktop 

commit kruler for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kruler for openSUSE:Factory checked 
in at 2012-03-13 09:34:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kruler/kruler.changes2012-01-27 
15:21:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kruler.new/kruler.changes   2012-03-13 
09:35:00.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:26 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kruler-4.8.0.tar.bz2

New:

  kruler-4.8.1.tar.bz2



Other differences:
--
++ kruler.spec ++
--- /var/tmp/diff_new_pack.OIgofO/_old  2012-03-13 09:35:01.0 +0100
+++ /var/tmp/diff_new_pack.OIgofO/_new  2012-03-13 09:35:01.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kruler
 BuildRequires:  libkde4-devel
 BuildRequires:  oxygen-icon-theme-large
@@ -24,7 +25,7 @@
 Provides:   kde4-kruler = 4.3.0
 Obsoletes:  kde4-kruler  4.3.0
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ kruler-4.8.0.tar.bz2 - kruler-4.8.1.tar.bz2 ++
Files old/kruler-4.8.0/doc/index.cache.bz2 and 
new/kruler-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-4.8.0/kruler.desktop 
new/kruler-4.8.1/kruler.desktop
--- old/kruler-4.8.0/kruler.desktop 2011-08-22 15:32:21.0 +0200
+++ new/kruler-4.8.1/kruler.desktop 2012-02-27 19:18:02.0 +0100
@@ -72,7 +72,7 @@
 GenericName[zh_TW]=螢幕尺規
 Name=KRuler
 Name[af]=K-lineaal
-Name[ar]=كيرولِر
+Name[ar]=مسطرة ك
 Name[ast]=KRuler
 Name[bg]=KRuler
 Name[br]=KRuler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kruler-4.8.0/kruler.notifyrc 
new/kruler-4.8.1/kruler.notifyrc
--- old/kruler-4.8.0/kruler.notifyrc2011-09-26 11:46:08.0 +0200
+++ new/kruler-4.8.1/kruler.notifyrc2012-02-27 19:18:02.0 +0100
@@ -1,6 +1,7 @@
 [Global]
 IconName=kruler
 Comment=On-Screen Ruler
+Comment[ar]=مسطرة الشاشة
 Comment[bg]=Линийка за екрана
 Comment[bs]=Ekranski lenjir
 Comment[ca]=Regle de pantalla

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



commit ksaneplugin for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package ksaneplugin for openSUSE:Factory 
checked in at 2012-03-13 09:35:07

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


Package is ksaneplugin, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ksaneplugin/ksaneplugin.changes  2012-01-27 
15:21:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksaneplugin.new/ksaneplugin.changes 
2012-03-13 09:35:09.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:31 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  ksaneplugin-4.8.0.tar.bz2

New:

  ksaneplugin-4.8.1.tar.bz2



Other differences:
--
++ ksaneplugin.spec ++
--- /var/tmp/diff_new_pack.wZsP9L/_old  2012-03-13 09:35:11.0 +0100
+++ /var/tmp/diff_new_pack.wZsP9L/_new  2012-03-13 09:35:11.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ksaneplugin
 BuildRequires:  libkde4-devel
 BuildRequires:  libksane-devel
@@ -28,7 +29,7 @@
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Other
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ ksaneplugin-4.8.0.tar.bz2 - ksaneplugin-4.8.1.tar.bz2 ++

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



commit ksnapshot for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package ksnapshot for openSUSE:Factory 
checked in at 2012-03-13 09:35:13

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ksnapshot/ksnapshot.changes  2012-01-27 
15:21:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ksnapshot.new/ksnapshot.changes 2012-03-13 
09:35:15.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:36 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  ksnapshot-4.8.0.tar.bz2

New:

  ksnapshot-4.8.1.tar.bz2



Other differences:
--
++ ksnapshot.spec ++
--- /var/tmp/diff_new_pack.qPvcuN/_old  2012-03-13 09:35:16.0 +0100
+++ /var/tmp/diff_new_pack.qPvcuN/_new  2012-03-13 09:35:16.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ksnapshot
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkdcraw-devel
@@ -27,7 +28,7 @@
 %else
 BuildRequires:  sane-backends
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Screen Capture Program
 License:GPL-2.0+

++ ksnapshot-4.8.0.tar.bz2 - ksnapshot-4.8.1.tar.bz2 ++
Files old/ksnapshot-4.8.0/doc/index.cache.bz2 and 
new/ksnapshot-4.8.1/doc/index.cache.bz2 differ

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



commit kstars for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2012-03-13 09:35:22

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


Package is kstars, Maintainer is kstars

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2012-01-27 
15:21:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2012-03-13 
09:35:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:41 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kstars-4.8.0.tar.bz2

New:

  kstars-4.8.1.tar.bz2



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.VNm0Vr/_old  2012-03-13 09:35:32.0 +0100
+++ /var/tmp/diff_new_pack.VNm0Vr/_new  2012-03-13 09:35:32.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kstars
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Desktop Planetarium
 License:GPL-2.0+

++ kstars-4.8.0.tar.bz2 - kstars-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/kstars/kstars-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.kstars.new/kstars-4.8.1.tar.bz2 differ: char 11, 
line 1

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



commit ktimer for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package ktimer for openSUSE:Factory checked 
in at 2012-03-13 09:35:37

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes2012-02-03 
10:23:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktimer.new/ktimer.changes   2012-03-13 
09:35:38.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:47 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  ktimer-4.8.0.tar.bz2

New:

  ktimer-4.8.1.tar.bz2



Other differences:
--
++ ktimer.spec ++
--- /var/tmp/diff_new_pack.PnkOup/_old  2012-03-13 09:35:40.0 +0100
+++ /var/tmp/diff_new_pack.PnkOup/_new  2012-03-13 09:35:40.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ktimer
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:GPL-2.0+
 Summary:Countdown Launcher
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  Productivity/Other
+Url:http://www.kde.org
 Source0:ktimer-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 BuildRequires:  kdebase4-workspace-devel

++ ktimer-4.8.0.tar.bz2 - ktimer-4.8.1.tar.bz2 ++
Files old/ktimer-4.8.0/doc/index.cache.bz2 and 
new/ktimer-4.8.1/doc/index.cache.bz2 differ

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



commit ktouch for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2012-03-13 09:35:41

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


Package is ktouch, Maintainer is ktouch

Changes:

--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes2012-01-30 
12:26:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.ktouch.new/ktouch.changes   2012-03-13 
09:35:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:52 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  ktouch-4.8.0.tar.bz2

New:

  ktouch-4.8.1.tar.bz2



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.sWvi2M/_old  2012-03-13 09:35:47.0 +0100
+++ /var/tmp/diff_new_pack.sWvi2M/_new  2012-03-13 09:35:47.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ktouch
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -45,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0+

++ ktouch-4.8.0.tar.bz2 - ktouch-4.8.1.tar.bz2 ++
Files old/ktouch-4.8.0/doc/index.cache.bz2 and 
new/ktouch-4.8.1/doc/index.cache.bz2 differ

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



commit kturtle for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kturtle for openSUSE:Factory checked 
in at 2012-03-13 09:35:48

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kturtle/kturtle.changes  2012-01-30 
12:26:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.kturtle.new/kturtle.changes 2012-03-13 
09:35:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:58 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kturtle-4.8.0.tar.bz2

New:

  kturtle-4.8.1.tar.bz2



Other differences:
--
++ kturtle.spec ++
--- /var/tmp/diff_new_pack.crIL3O/_old  2012-03-13 09:35:51.0 +0100
+++ /var/tmp/diff_new_pack.crIL3O/_new  2012-03-13 09:35:51.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kturtle
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -50,7 +51,7 @@
 License:GPL-2.0+
 Group:  Amusements/Teaching/Mathematics
 Url:http://edu.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kturtle-4.8.0.tar.bz2 - kturtle-4.8.1.tar.bz2 ++
Files old/kturtle-4.8.0/doc/index.cache.bz2 and 
new/kturtle-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kturtle-4.8.0/src/kturtle.desktop 
new/kturtle-4.8.1/src/kturtle.desktop
--- old/kturtle-4.8.0/src/kturtle.desktop   2012-01-10 15:15:18.0 
+0100
+++ new/kturtle-4.8.1/src/kturtle.desktop   2012-02-29 23:56:54.0 
+0100
@@ -111,6 +111,7 @@
 GenericName[pt_BR]=Ambiente de programação educacional
 GenericName[ro]=Mediu de programare educațional
 GenericName[ru]=Среда обучения программированию
+GenericName[sk]=Výukové programovacie prostredie
 GenericName[sl]=Okolje za učenje programiranja
 GenericName[sv]=Programmeringsmiljö för utbildning
 GenericName[tr]=Eğitimsel Programlama Ortamı

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



commit kwalletmanager for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kwalletmanager for openSUSE:Factory 
checked in at 2012-03-13 09:35:53

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


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

Changes:

--- /work/SRC/openSUSE:Factory/kwalletmanager/kwalletmanager.changes
2012-02-03 10:23:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwalletmanager.new/kwalletmanager.changes   
2012-03-13 09:35:55.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:02 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kwallet-4.8.0.tar.bz2

New:

  kwallet-4.8.1.tar.bz2



Other differences:
--
++ kwalletmanager.spec ++
--- /var/tmp/diff_new_pack.WCgaoF/_old  2012-03-13 09:35:57.0 +0100
+++ /var/tmp/diff_new_pack.WCgaoF/_new  2012-03-13 09:35:57.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kwalletmanager
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:GPL-2.0+
 Summary:Wallet Management Tool
-Url:http://www.kde.org
+License:GPL-2.0+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:kwallet-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 Patch1: desktop-files.diff

++ kwallet-4.8.0.tar.bz2 - kwallet-4.8.1.tar.bz2 ++
Files old/kwallet-4.8.0/doc/index.cache.bz2 and 
new/kwallet-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-4.8.0/konfigurator/kwalletconfig.desktop 
new/kwallet-4.8.1/konfigurator/kwalletconfig.desktop
--- old/kwallet-4.8.0/konfigurator/kwalletconfig.desktop2012-01-18 
19:50:09.0 +0100
+++ new/kwallet-4.8.1/konfigurator/kwalletconfig.desktop2012-02-29 
23:57:48.0 +0100
@@ -160,11 +160,13 @@
 X-KDE-Keywords[ia]=Portafolio, Reimplemento de Formulario,Contrasignos,Datos 
de formulario
 X-KDE-Keywords[it]=Portafogli,compilazione moduli,password,dati moduli
 X-KDE-Keywords[kk]=Wallet,Form Fill,Passwords,Form Data
+X-KDE-Keywords[ko]=Wallet,Form Fill,Passwords,Form Data,지갑,암호,비밀번호,양식,폼
 X-KDE-Keywords[nb]=Lommebok,Skjema,Passord,Skjemadata
 X-KDE-Keywords[nds]=Knipp,Passwöör,Kiekwarkdaten,Formulordaten
 X-KDE-Keywords[nl]=Portefeuille,Formulier 
invullen,wachtwoorden,formuliergegevens
 X-KDE-Keywords[pt]=Carteira,Preenchimento de Formulários,Senhas,Dados de 
Formulários
 X-KDE-Keywords[pt_BR]=carteira,preencher formulário,senha,dados de formulário
+X-KDE-Keywords[sk]=Peňaženka,Vypĺňanie formulárov,Heslá,Dáta formulára
 X-KDE-Keywords[sr]=Wallet,Form Fill,Passwords,Form Data,новчаник,попуњавање 
формулара,лозинка
 X-KDE-Keywords[sr@ijekavian]=Wallet,Form Fill,Passwords,Form 
Data,новчаник,попуњавање формулара,лозинка
 X-KDE-Keywords[sr@ijekavianlatin]=Wallet,Form Fill,Passwords,Form 
Data,novčanik,popunjavanje formulara,lozinka

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



commit kwordquiz for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kwordquiz for openSUSE:Factory 
checked in at 2012-03-13 09:36:00

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


Package is kwordquiz, Maintainer is kwordquiz

Changes:

--- /work/SRC/openSUSE:Factory/kwordquiz/kwordquiz.changes  2012-01-30 
12:26:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwordquiz.new/kwordquiz.changes 2012-03-13 
09:36:02.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:07 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kwordquiz-4.8.0.tar.bz2

New:

  kwordquiz-4.8.1.tar.bz2



Other differences:
--
++ kwordquiz.spec ++
--- /var/tmp/diff_new_pack.7qaBfu/_old  2012-03-13 09:36:04.0 +0100
+++ /var/tmp/diff_new_pack.7qaBfu/_new  2012-03-13 09:36:04.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   kwordquiz
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
@@ -45,7 +46,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ kwordquiz-4.8.0.tar.bz2 - kwordquiz-4.8.1.tar.bz2 ++
Files old/kwordquiz-4.8.0/doc/index.cache.bz2 and 
new/kwordquiz-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwordquiz-4.8.0/src/kwordquiz.desktop 
new/kwordquiz-4.8.1/src/kwordquiz.desktop
--- old/kwordquiz-4.8.0/src/kwordquiz.desktop   2012-01-10 15:15:20.0 
+0100
+++ new/kwordquiz-4.8.1/src/kwordquiz.desktop   2012-02-29 23:56:55.0 
+0100
@@ -174,6 +174,7 @@
 GenericName[pt]=Treinador de Cartões
 GenericName[pt_BR]=Treinador de cartões
 GenericName[ru]=Тренировка словарного запаса
+GenericName[sk]=Precvičovanie slovnej zásoby s kartičkami
 GenericName[sl]=Učenje s spominskimi kartami
 GenericName[sv]=Snabbkortsträning
 GenericName[tr]=Fiş Çalıştırıcı

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



commit libkdcraw for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2012-03-13 09:36:04

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


Package is libkdcraw, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes  2012-01-27 
15:21:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2012-03-13 
09:36:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:11 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  libkdcraw-4.8.0.tar.bz2

New:

  libkdcraw-4.8.1.tar.bz2



Other differences:
--
++ libkdcraw.spec ++
--- /var/tmp/diff_new_pack.cPYq3U/_old  2012-03-13 09:36:07.0 +0100
+++ /var/tmp/diff_new_pack.cPYq3U/_new  2012-03-13 09:36:07.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libkdcraw
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Shared library interface around dcraw
 License:LGPL-2.1+

++ libkdcraw-4.8.0.tar.bz2 - libkdcraw-4.8.1.tar.bz2 ++

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



commit libkdeedu4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package libkdeedu4 for openSUSE:Factory 
checked in at 2012-03-13 09:36:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libkdeedu4/libkdeedu4.changes2012-01-31 
10:21:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkdeedu4.new/libkdeedu4.changes   
2012-03-13 09:36:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:15 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  libkdeedu-4.8.0.tar.bz2

New:

  libkdeedu-4.8.1.tar.bz2



Other differences:
--
++ libkdeedu4.spec ++
--- /var/tmp/diff_new_pack.lK9rm9/_old  2012-03-13 09:36:13.0 +0100
+++ /var/tmp/diff_new_pack.lK9rm9/_new  2012-03-13 09:36:13.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libkdeedu4
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
@@ -40,7 +41,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Library for KDE Education Applications
 License:GPL-2.0+

++ libkdeedu-4.8.0.tar.bz2 - libkdeedu-4.8.1.tar.bz2 ++

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



commit libkexiv2 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2012-03-13 09:36:18

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes  2012-01-27 
15:21:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2012-03-13 
09:36:19.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:28 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  libkexiv2-4.8.0.tar.bz2

New:

  libkexiv2-4.8.1.tar.bz2



Other differences:
--
++ libkexiv2.spec ++
--- /var/tmp/diff_new_pack.wUb4uR/_old  2012-03-13 09:36:20.0 +0100
+++ /var/tmp/diff_new_pack.wUb4uR/_new  2012-03-13 09:36:20.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libkexiv2
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Library to manipulate picture meta data
 License:GPL-2.0+

++ libkexiv2-4.8.0.tar.bz2 - libkexiv2-4.8.1.tar.bz2 ++

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



commit libkipi for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2012-03-13 09:36:24

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


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

Changes:

--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2012-01-27 
15:21:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes 2012-03-13 
09:36:26.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:33 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  libkipi-4.8.0.tar.bz2

New:

  libkipi-4.8.1.tar.bz2



Other differences:
--
++ libkipi.spec ++
--- /var/tmp/diff_new_pack.j5TmzF/_old  2012-03-13 09:36:28.0 +0100
+++ /var/tmp/diff_new_pack.j5TmzF/_new  2012-03-13 09:36:28.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libkipi
 BuildRequires:  OpenEXR-devel
 BuildRequires:  chmlib-devel
@@ -39,7 +40,7 @@
 License:BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+ ; MIT
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
@@ -93,8 +94,8 @@
 Group:  Development/Libraries/KDE
 Provides:   libkipi6-devel = %version
 Obsoletes:  libkipi6-devel = 4.1.87
-Requires:   libkipi8 = %version
 Requires:   libkde4-devel
+Requires:   libkipi8 = %version
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by

++ libkipi-4.8.0.tar.bz2 - libkipi-4.8.1.tar.bz2 ++

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



commit libksane for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2012-03-13 09:36:28

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


Package is libksane, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libksane/libksane.changes2012-01-27 
15:21:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2012-03-13 
09:36:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:37 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  libksane-4.8.0.tar.bz2

New:

  libksane-4.8.1.tar.bz2



Other differences:
--
++ libksane.spec ++
--- /var/tmp/diff_new_pack.s4KVQ5/_old  2012-03-13 09:36:31.0 +0100
+++ /var/tmp/diff_new_pack.s4KVQ5/_new  2012-03-13 09:36:31.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libksane
 BuildRequires:  chmlib-devel
 BuildRequires:  fribidi-devel
@@ -39,7 +40,7 @@
 License:GPL-2.0+
 Group:  Development/Libraries/KDE
 Url:http://www.kde.org
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:%{name}-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -86,8 +87,8 @@
 %package devel
 Summary:KDE scan library - Development Files
 Group:  Development/Libraries/KDE
-Requires:   libksane0 = %version
 Requires:   libkde4-devel
+Requires:   libksane0 = %version
 %if 0%{?suse_version}  1130
 Requires:   sane-backends-devel
 %else

++ libksane-4.8.0.tar.bz2 - libksane-4.8.1.tar.bz2 ++

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



commit libquicktime for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package libquicktime for openSUSE:Factory 
checked in at 2012-03-13 09:36:33

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


Package is libquicktime, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libquicktime/libquicktime.changes
2012-03-01 07:21:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libquicktime.new/libquicktime.changes   
2012-03-13 09:36:35.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  2 15:07:56 UTC 2012 - reddw...@opensuse.org
+
+- Compile against newest ffmpeg
+
+---



Other differences:
--
++ libquicktime.spec ++
--- /var/tmp/diff_new_pack.UNznLn/_old  2012-03-13 09:36:37.0 +0100
+++ /var/tmp/diff_new_pack.UNznLn/_new  2012-03-13 09:36:37.0 +0100
@@ -43,7 +43,7 @@
 %if 0%{?BUILD_ORIG}
 BuildRequires:  libfaac-devel
 BuildRequires:  libfaad2-devel
-BuildRequires:  libffmpeg_oldabi-devel
+BuildRequires:  libffmpeg-devel
 BuildRequires:  libmp3lame-devel
 BuildRequires:  libx264-devel
 %endif

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



commit marble for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package marble for openSUSE:Factory checked 
in at 2012-03-13 09:36:40

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


Package is marble, Maintainer is marble

Changes:

--- /work/SRC/openSUSE:Factory/marble/marble.changes2012-02-14 
11:25:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.marble.new/marble.changes   2012-03-13 
09:36:43.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:45 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  79c39f45.patch
  b89ff577.patch
  marble-4.8.0.tar.bz2

New:

  marble-4.8.1.tar.bz2



Other differences:
--
++ marble.spec ++
--- /var/tmp/diff_new_pack.uojC6P/_old  2012-03-13 09:36:45.0 +0100
+++ /var/tmp/diff_new_pack.uojC6P/_new  2012-03-13 09:36:45.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   marble
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Generic map viewer
 License:LGPL-2.1+
@@ -24,8 +25,6 @@
 Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.bz2
 Patch1: marble-designer-plugin.diff
-Patch2: 79c39f45.patch
-Patch3: b89ff577.patch
 BuildRequires:  fdupes
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libkdeedu4-devel
@@ -46,8 +45,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %ifarch ppc ppc64
@@ -143,9 +140,9 @@
 %{_kde4_modulesdir}/libmarble_part.so
 %{_kde4_modulesdir}/plasma_applet_worldclock.so
 %{_kde4_modulesdir}/plasma_runner_marble.so
-# fixme: we need to figure out a better way to handle common QML directories 
like this
-%dir %{_kde4_modulesdir}/imports/org/kde/edu/
-%{_kde4_modulesdir}/imports/org/kde/edu/marble/
+%dir %{_libdir}/qt4/plugins/imports/org/kde/
+%dir %{_libdir}/qt4/plugins/imports/org/kde/edu/
+%{_libdir}/qt4/plugins/imports/org/kde/edu/marble/
 %{_kde4_modulesdir}/plugins/designer/*
 %{_kde4_modulesdir}/plugins/marble/
 %{_kde4_servicesdir}/*.desktop

++ marble-4.8.0.tar.bz2 - marble-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/marble/marble-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.marble.new/marble-4.8.1.tar.bz2 differ: char 11, 
line 1

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



commit mobipocket for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package mobipocket for openSUSE:Factory 
checked in at 2012-03-13 09:36:44

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


Package is mobipocket, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mobipocket/mobipocket.changes2012-01-27 
15:22:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.mobipocket.new/mobipocket.changes   
2012-03-13 09:36:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:14:08 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdegraphics-mobipocket-4.8.0.tar.bz2

New:

  kdegraphics-mobipocket-4.8.1.tar.bz2



Other differences:
--
++ mobipocket.spec ++
--- /var/tmp/diff_new_pack.M4P89S/_old  2012-03-13 09:36:47.0 +0100
+++ /var/tmp/diff_new_pack.M4P89S/_new  2012-03-13 09:36:47.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   mobipocket
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:E-book plugin for Okular
 License:GPL-2.0+

++ kdegraphics-mobipocket-4.8.0.tar.bz2 - 
kdegraphics-mobipocket-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-mobipocket-4.8.0/okular/okularApplication_mobi.desktop 
new/kdegraphics-mobipocket-4.8.1/okular/okularApplication_mobi.desktop
--- old/kdegraphics-mobipocket-4.8.0/okular/okularApplication_mobi.desktop  
2012-01-18 19:49:53.0 +0100
+++ new/kdegraphics-mobipocket-4.8.1/okular/okularApplication_mobi.desktop  
2012-02-29 23:57:22.0 +0100
@@ -128,6 +128,7 @@
 Categories=Qt;KDE;Graphics;Viewer;
 NoDisplay=true
 X-KDE-Keywords=mobipocket
+X-KDE-Keywords[ar]=mobipocket
 X-KDE-Keywords[ca]=mobipocket
 X-KDE-Keywords[ca@valencia]=mobipocket
 X-KDE-Keywords[cs]=mobipocket
@@ -141,12 +142,14 @@
 X-KDE-Keywords[hu]=mobipocket
 X-KDE-Keywords[it]=mobipocket
 X-KDE-Keywords[kk]=mobipocket
+X-KDE-Keywords[ko]=mobipocket
 X-KDE-Keywords[nb]=mobipocket
 X-KDE-Keywords[nds]=Mobipocket
 X-KDE-Keywords[nl]=mobipocket
 X-KDE-Keywords[pl]=mobipocket
 X-KDE-Keywords[pt]=Mobipocket
 X-KDE-Keywords[pt_BR]=mobipocket
+X-KDE-Keywords[ru]=mobipocket,электронная книга
 X-KDE-Keywords[sk]=mobipocket
 X-KDE-Keywords[sr]=mobipocket,Мобипокет
 X-KDE-Keywords[sr@ijekavian]=mobipocket,Мобипокет
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdegraphics-mobipocket-4.8.0/thumbnailers/mobithumbnail.desktop 
new/kdegraphics-mobipocket-4.8.1/thumbnailers/mobithumbnail.desktop
--- old/kdegraphics-mobipocket-4.8.0/thumbnailers/mobithumbnail.desktop 
2012-01-10 15:18:18.0 +0100
+++ new/kdegraphics-mobipocket-4.8.1/thumbnailers/mobithumbnail.desktop 
2012-02-29 23:57:22.0 +0100
@@ -1,6 +1,7 @@
 [Desktop Entry]
 Type=Service
 Name=Mobipocket Files
+Name[ar]=ملفات Mobipocket
 Name[bg]=Файлове за Mobipocket
 Name[bs]=Mobipoketove datoteke
 Name[ca]=Fitxers Mobipocket

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



commit mono-qt4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory 
checked in at 2012-03-13 09:36:50

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


Package is mono-qt4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/mono-qt4/mono-qt4.changes2012-01-27 
15:22:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-qt4.new/mono-qt4.changes   2012-03-13 
09:36:51.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:19 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  qyoto-4.8.0.tar.bz2

New:

  qyoto-4.8.1.tar.bz2



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.jPk3nv/_old  2012-03-13 09:36:52.0 +0100
+++ /var/tmp/diff_new_pack.jPk3nv/_new  2012-03-13 09:36:52.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   mono-qt4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Mono Qt4 kdebindings library
 License:GPL-2.0+

++ qyoto-4.8.0.tar.bz2 - qyoto-4.8.1.tar.bz2 ++

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



commit okular for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package okular for openSUSE:Factory checked 
in at 2012-03-13 09:37:11

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


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

Changes:

--- /work/SRC/openSUSE:Factory/okular/okular.changes2012-02-08 
17:19:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.okular.new/okular.changes   2012-03-13 
09:37:13.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:24:54 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  okular-4.8.0.tar.bz2

New:

  okular-4.8.1.tar.bz2



Other differences:
--
++ okular.spec ++
--- /var/tmp/diff_new_pack.yyR2Nn/_old  2012-03-13 09:37:15.0 +0100
+++ /var/tmp/diff_new_pack.yyR2Nn/_new  2012-03-13 09:37:15.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   okular
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Document Viewer
 License:GPL-2.0+
@@ -57,8 +58,8 @@
 %package devel
 Summary:Document Viewer - Development Files
 Group:  Development/Libraries/KDE
-Requires:   libkde4-devel
 Requires:   %{name} = %{version}
+Requires:   libkde4-devel
 Provides:   kde4-%{name}-devel = 4.3.0
 Obsoletes:  kde4-%{name}-devel  4.3.0
 %kde4_runtime_requires

++ okular-4.8.0.tar.bz2 - okular-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.8.0/VERSION new/okular-4.8.1/VERSION
--- old/okular-4.8.0/VERSION2012-01-18 19:49:57.0 +0100
+++ new/okular-4.8.1/VERSION2012-02-29 23:57:33.0 +0100
@@ -1 +1 @@
-okular v0.14.0
+okular v0.14.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.8.0/core/textpage.cpp 
new/okular-4.8.1/core/textpage.cpp
--- old/okular-4.8.0/core/textpage.cpp  2011-12-20 20:14:45.0 +0100
+++ new/okular-4.8.1/core/textpage.cpp  2012-02-29 23:57:31.0 +0100
@@ -1098,10 +1098,10 @@
  */
 static void removeSpace(TextList *words)
 {
-TextList::Iterator it = words-begin(), itEnd = words-end();
+TextList::Iterator it = words-begin();
 const QString str(' ');
 
-while ( it != itEnd )
+while ( it != words-end() )
 {
 if((*it)-text() == str)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/okular-4.8.0/core/version.h 
new/okular-4.8.1/core/version.h
--- old/okular-4.8.0/core/version.h 2012-01-18 19:49:57.0 +0100
+++ new/okular-4.8.1/core/version.h 2012-02-29 23:57:33.0 +0100
@@ -10,10 +10,10 @@
 #ifndef _OKULAR_VERSION_H_
 #define _OKULAR_VERSION_H_
 
-#define OKULAR_VERSION_STRING 0.14.0
+#define OKULAR_VERSION_STRING 0.14.1
 #define OKULAR_VERSION_MAJOR 0
 #define OKULAR_VERSION_MINOR 14
-#define OKULAR_VERSION_RELEASE 0
+#define OKULAR_VERSION_RELEASE 1
 #define OKULAR_MAKE_VERSION( a,b,c ) (((a)  16) | ((b)  8) | (c))
 
 #define OKULAR_VERSION \
Files old/okular-4.8.0/doc/index.cache.bz2 and 
new/okular-4.8.1/doc/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.8.0/generators/chm/okularApplication_chm.desktop 
new/okular-4.8.1/generators/chm/okularApplication_chm.desktop
--- old/okular-4.8.0/generators/chm/okularApplication_chm.desktop   
2012-01-18 19:49:57.0 +0100
+++ new/okular-4.8.1/generators/chm/okularApplication_chm.desktop   
2012-02-29 23:57:31.0 +0100
@@ -127,6 +127,7 @@
 Categories=Qt;KDE;Graphics;Viewer;
 NoDisplay=true
 X-KDE-Keywords=chm
+X-KDE-Keywords[ar]=chm
 X-KDE-Keywords[ca]=chm
 X-KDE-Keywords[ca@valencia]=chm
 X-KDE-Keywords[cs]=chm
@@ -141,6 +142,7 @@
 X-KDE-Keywords[hu]=chm
 X-KDE-Keywords[it]=chm
 X-KDE-Keywords[kk]=chm
+X-KDE-Keywords[ko]=chm
 X-KDE-Keywords[nb]=chm
 X-KDE-Keywords[nds]=CHM
 X-KDE-Keywords[nl]=chm
@@ -148,6 +150,7 @@
 X-KDE-Keywords[pl]=chm
 X-KDE-Keywords[pt]=chm
 X-KDE-Keywords[pt_BR]=chm
+X-KDE-Keywords[ru]=chm
 X-KDE-Keywords[sk]=chm
 X-KDE-Keywords[sr]=chm,ЦХМ
 X-KDE-Keywords[sr@ijekavian]=chm,ЦХМ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/okular-4.8.0/generators/comicbook/okularApplication_comicbook.desktop 
new/okular-4.8.1/generators/comicbook/okularApplication_comicbook.desktop
--- old/okular-4.8.0/generators/comicbook/okularApplication_comicbook.desktop   
2012-01-18 

commit oxygen-gtk3 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2012-03-13 09:37:43

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


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2012-03-01 
17:21:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2012-03-13 09:37:46.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 12 20:35:18 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 1.0.2:
+  Fixes include:
+  * Cleanup of signals and hooks when unloading theme.
+  * Use of glib's built-in dbus interface.
+  * Fixed crash in gtk-chtheme (and possibly other theme-switching
+applications).
+  * Fixed margins and spacing for several widgets to make them look more
+similar to Qt's version.
+
+---

Old:

  oxygen-gtk3-1.0.1.tar.bz2

New:

  oxygen-gtk3-1.0.2.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.GVyjrE/_old  2012-03-13 09:37:47.0 +0100
+++ /var/tmp/diff_new_pack.GVyjrE/_new  2012-03-13 09:37:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.0.1.tar.bz2 - oxygen-gtk3-1.0.2.tar.bz2 ++
 1742 lines of diff (skipped)

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



commit oxygen-icon-theme for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory checked in at 2012-03-13 09:37:48

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


Package is oxygen-icon-theme, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icon-theme.changes  
2012-01-27 21:27:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icon-theme.changes 
2012-03-13 09:37:51.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:25:03 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  oxygen-icons-4.8.0.tar.bz2

New:

  oxygen-icons-4.8.1.tar.bz2



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.IuJI2V/_old  2012-03-13 09:38:09.0 +0100
+++ /var/tmp/diff_new_pack.IuJI2V/_new  2012-03-13 09:38:09.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   oxygen-icon-theme
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Oxygen Icon Theme
 License:LGPL-2.1+











++ oxygen-icons-4.8.0.tar.bz2 - oxygen-icons-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/oxygen-icon-theme/oxygen-icons-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.oxygen-icon-theme.new/oxygen-icons-4.8.1.tar.bz2 
differ: char 11, line 1

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



commit parley for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2012-03-13 09:37:52

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


Package is parley, Maintainer is parley

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2012-01-30 
12:27:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2012-03-13 
09:38:10.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:25:56 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  parley-4.8.0.tar.bz2

New:

  parley-4.8.1.tar.bz2



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.hvsLU1/_old  2012-03-13 09:38:11.0 +0100
+++ /var/tmp/diff_new_pack.hvsLU1/_new  2012-03-13 09:38:11.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   parley
 BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
@@ -39,7 +40,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Vocabulary Trainer
 License:GPL-2.0+

++ parley-4.8.0.tar.bz2 - parley-4.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/parley/parley-4.8.0.tar.bz2 
/work/SRC/openSUSE:Factory/.parley.new/parley-4.8.1.tar.bz2 differ: char 11, 
line 1

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



commit perl-kde4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package perl-kde4 for openSUSE:Factory 
checked in at 2012-03-13 09:38:01

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


Package is perl-kde4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-kde4/perl-kde4.changes  2012-01-27 
15:23:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-kde4.new/perl-kde4.changes 2012-03-13 
09:38:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:26:41 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  perlkde-4.8.0.tar.bz2

New:

  perlkde-4.8.1.tar.bz2



Other differences:
--
++ perl-kde4.spec ++
--- /var/tmp/diff_new_pack.JxpZev/_old  2012-03-13 09:38:13.0 +0100
+++ /var/tmp/diff_new_pack.JxpZev/_new  2012-03-13 09:38:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-kde4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Kdebindings Perl-KDE library
 License:LGPL-2.1+

++ perlkde-4.8.0.tar.bz2 - perlkde-4.8.1.tar.bz2 ++

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



commit perl-MailTools for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package perl-MailTools for openSUSE:Factory 
checked in at 2012-03-13 09:38:05

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


Package is perl-MailTools, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-MailTools/perl-MailTools.changes
2011-09-23 12:38:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MailTools.new/perl-MailTools.changes   
2012-03-13 09:38:14.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar 01 19:46:02 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 2.09:
+  * remove dependency to Test::Pod by moving 99pod.t from t/ to xt/ as result
+of RT#69918
+
+---

Old:

  MailTools-2.08.tar.gz

New:

  MailTools-2.09.tar.gz



Other differences:
--
++ perl-MailTools.spec ++
--- /var/tmp/diff_new_pack.ngsOzN/_old  2012-03-13 09:38:15.0 +0100
+++ /var/tmp/diff_new_pack.ngsOzN/_new  2012-03-13 09:38:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MailTools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   perl-MailTools
 Url:http://cpan.org/modules/by-module/Mail/
-Version:2.08
+Version:2.09
 Release:1
 Provides:   p_mtools = %{version}
 Obsoletes:  p_mtools  %{version}

++ MailTools-2.08.tar.gz - MailTools-2.09.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/ChangeLog new/MailTools-2.09/ChangeLog
--- old/MailTools-2.08/ChangeLog2011-06-01 13:55:38.0 +0200
+++ new/MailTools-2.09/ChangeLog2012-02-25 14:47:44.0 +0100
@@ -1,6 +1,13 @@
 
  version history for MailTools
 
+version 2.09: Sat Feb 25 14:47:39 CET 2012
+
+   Improvements:
+
+   - remove dependency to Test::Pod by moving 99pod.t from t/
+ to xt/ as result of rt.cpan.org#69918 [Martin Mokrejs]
+
 version 2.08: Wed Jun  1 13:55:34 CEST 2011
 
Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/MANIFEST new/MailTools-2.09/MANIFEST
--- old/MailTools-2.08/MANIFEST 2011-06-01 13:55:40.0 +0200
+++ new/MailTools-2.09/MANIFEST 2012-02-25 14:47:47.0 +0100
@@ -38,7 +38,6 @@
 lib/Mail/Send.pod
 lib/Mail/Util.pm
 lib/Mail/Util.pod
-t/99pod.t
 t/extract.t
 t/header.t
 t/internet.t
@@ -46,4 +45,5 @@
 t/mailer.t
 t/require.t
 t/send.t
+xt/99pod.t
 META.yml Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/META.yml new/MailTools-2.09/META.yml
--- old/MailTools-2.08/META.yml 2011-06-01 13:55:40.0 +0200
+++ new/MailTools-2.09/META.yml 2012-02-25 14:47:47.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   MailTools
-version:2.08
+version:2.09
 abstract:   Various e-mail related modules
 author:
 - Mark Overmeer p...@overmeer.net
@@ -17,7 +17,6 @@
 Net::Domain:   1.05
 Net::SMTP: 1.03
 Test::More:0
-Test::Pod: 1
 no_index:
 directory:
 - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/Makefile.PL 
new/MailTools-2.09/Makefile.PL
--- old/MailTools-2.08/Makefile.PL  2011-06-01 13:55:23.0 +0200
+++ new/MailTools-2.09/Makefile.PL  2012-02-25 14:47:44.0 +0100
@@ -4,7 +4,7 @@
 
 WriteMakefile
  ( DISTNAME  = 'MailTools'
- , VERSION   = '2.08'
+ , VERSION   = '2.09'
  , NAME  = 'Mail'
  , AUTHOR= 'Mark Overmeer p...@overmeer.net'
  , ABSTRACT  = 'Various e-mail related modules'
@@ -15,7 +15,6 @@
, Net::Domain = 1.05
, IO::Handle  = 0.00
, Test::More  = 0.00
-   , Test::Pod   = 1.00
, Date::Format = 0
, Date::Parse  = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Address.pm 
new/MailTools-2.09/lib/Mail/Address.pm
--- old/MailTools-2.08/lib/Mail/Address.pm  2011-06-01 13:55:39.0 
+0200
+++ new/MailTools-2.09/lib/Mail/Address.pm  2012-02-25 14:47:45.0 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer p...@overmeer.net.
+# Copyrights 1995-2012 by Mark Overmeer p...@overmeer.net.
 # 

commit perl-namespace-clean for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package perl-namespace-clean for 
openSUSE:Factory checked in at 2012-03-13 09:38:16

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


Package is perl-namespace-clean, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-namespace-clean/perl-namespace-clean.changes
2012-02-14 11:25:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-namespace-clean.new/perl-namespace-clean.changes
   2012-03-13 09:38:18.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar  2 01:01:37 CET 2012 - r...@suse.de
+
+- remove perl-namespace-clean-use_lib.patch and use sed statement
+  instead (less likely to break with every package update) 
+
+---
+Thu Mar  1 01:27:28 CET 2012 - r...@suse.de
+
+- update perl-namespace-clean-use_lib.patch 
+
+---

Old:

  perl-namespace-clean-use_lib.patch



Other differences:
--
++ perl-namespace-clean.spec ++
--- /var/tmp/diff_new_pack.CUfwct/_old  2012-03-13 09:38:19.0 +0100
+++ /var/tmp/diff_new_pack.CUfwct/_new  2012-03-13 09:38:19.0 +0100
@@ -25,8 +25,6 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/namespace-clean/
 Source: 
http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
-# MANUAL
-Patch1: perl-namespace-clean-use_lib.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -58,8 +56,12 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %if 0%{?suse_version} = 1110
-%patch1 -p1
-sed -i s|__vendorperl__|%{perl_vendorlib}|g Makefile.PL t/*.t
+for i in `find t -type f` ; do
+sed -i -e s@^\s*use\s\s*Test::More@use lib '%{perl_vendorlib}';\nuse 
Test::More@ $i
+done
+# fail due to missing Sub/Name.pm
+rm -f t/07-debugger.t
+rm -f t/10-pure-perl.t
 %endif
 
 %build

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



commit perl-qt4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory 
checked in at 2012-03-13 09:38:21

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


Package is perl-qt4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-qt4/perl-qt4.changes2012-01-31 
10:21:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-qt4.new/perl-qt4.changes   2012-03-13 
09:38:28.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:26:45 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  perlqt-4.8.0-fix_qwt_cmake.patch
  perlqt-4.8.0.tar.bz2

New:

  perlqt-4.8.1.tar.bz2



Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.yA5jPo/_old  2012-03-13 09:38:29.0 +0100
+++ /var/tmp/diff_new_pack.yA5jPo/_new  2012-03-13 09:38:29.0 +0100
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-qt4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:PerlQt kdebindings library
 License:GPL-2.0+
 Group:  Development/Languages/Perl
 Url:https://projects.kde.org/projects/kde/kdebindings/perl/perlqt
 Source0:perlqt-%{version}.tar.bz2
-Patch0: perlqt-4.8.0-fix_qwt_cmake.patch
 BuildRequires:  cmake
 BuildRequires:  kde4-filesystem
 BuildRequires:  kdebindings-smokegen
@@ -52,7 +52,6 @@
 
 %prep
 %setup -q -n perlqt-%{version}
-%patch0
 
 %build
   EXTRA_FLAGS=-DCUSTOM_PERL_SITE_ARCH_DIR=`perl -MConfig -e 'print 
$Config{vendorarch}'`

++ perlqt-4.8.0.tar.bz2 - perlqt-4.8.1.tar.bz2 ++
 2879 lines of diff (skipped)

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



commit plasma-addons for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2012-03-13 09:38:26

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


Package is plasma-addons, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2012-02-08 15:41:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2012-03-13 09:38:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:15:34 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  kdeplasma-addons-4.8.0.tar.bz2

New:

  kdeplasma-addons-4.8.1.tar.bz2



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.6NzeYY/_old  2012-03-13 09:38:32.0 +0100
+++ /var/tmp/diff_new_pack.6NzeYY/_new  2012-03-13 09:38:32.0 +0100
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   plasma-addons
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Additional Plasma Widgets
 License:GPL-2.0+
@@ -32,6 +31,7 @@
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  kopete-devel
+BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libkexiv2-devel
 BuildRequires:  libqalculate-devel
@@ -39,7 +39,6 @@
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  marble-devel
 BuildRequires:  python-qt4-devel
-BuildRequires:  libdbusmenu-qt-devel
 Recommends: plasma-addons-akonadi
 Recommends: plasma-addons-lancelot
 Recommends: plasma-addons-marble

++ kdeplasma-addons-4.8.0.tar.bz2 - kdeplasma-addons-4.8.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.8.0/applets/bball/plasma-applet-bball.desktop 
new/kdeplasma-addons-4.8.1/applets/bball/plasma-applet-bball.desktop
--- old/kdeplasma-addons-4.8.0/applets/bball/plasma-applet-bball.desktop
2012-01-10 15:18:26.0 +0100
+++ new/kdeplasma-addons-4.8.1/applets/bball/plasma-applet-bball.desktop
2012-02-29 23:57:26.0 +0100
@@ -22,6 +22,7 @@
 Name[kk]=Секірмелі доп
 Name[km]=Bouncy Ball
 Name[ko]=튀는 공
+Name[lt]=Šokinėjantis kamuolys
 Name[lv]=Atlecoša bumba
 Name[nb]=Sprettball
 Name[nds]=Jumpen Ball
@@ -76,6 +77,7 @@
 Comment[km]=បាល់​លោត​សម្រាប់​ប្លាស្មា
 Comment[ko]=바탕 화면에서 튀는 공
 Comment[ku]=Topa lotikî ji bo plasma
+Comment[lt]=Šokinėjantis kamuolys plazmai
 Comment[lv]=Atlecoša bumba
 Comment[nb]=En sprettball for plasma
 Comment[nds]=En jumpen Ball för Plasma
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.8.0/applets/binary-clock/plasma-applet-binaryclock.desktop
 
new/kdeplasma-addons-4.8.1/applets/binary-clock/plasma-applet-binaryclock.desktop
--- 
old/kdeplasma-addons-4.8.0/applets/binary-clock/plasma-applet-binaryclock.desktop
   2011-07-27 20:42:28.0 +0200
+++ 
new/kdeplasma-addons-4.8.1/applets/binary-clock/plasma-applet-binaryclock.desktop
   2012-02-29 23:57:26.0 +0100
@@ -53,7 +53,7 @@
 Name[wa]=Ôrlodje binaire
 Name[x-test]=xxBinary Clockxx
 Name[zh_CN]=二进制时钟
-Name[zh_TW]=數位時鐘
+Name[zh_TW]=二進制時鐘
 Comment=Time displayed in binary format
 Comment[ar]=الوقت يظهر بالتنسيق الثنائي
 Comment[ast]=Hora amosada en formatu binariu
@@ -82,6 +82,7 @@
 Comment[km]=បាន​បង្ហាញ​ពេលវេលា​គិត​ជា​ទ្រង់ទ្រាយ​គោល​ពីរ
 Comment[ko]=이진수로 시각 표시
 Comment[ku]=Dem di teşeya cot-bûyî de dê bê nîşandan
+Comment[lt]=Laikas rodomas skaitmeniniu formatu
 Comment[lv]=Rāda laiku binārā formātā
 Comment[nb]=Tiden vist i binærformat
 Comment[nds]=Tiet in Bineerformaat wiest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.8.0/applets/blackboard/plasma-applet-blackboard.desktop 
new/kdeplasma-addons-4.8.1/applets/blackboard/plasma-applet-blackboard.desktop
--- 
old/kdeplasma-addons-4.8.0/applets/blackboard/plasma-applet-blackboard.desktop  
2011-11-04 15:36:24.0 +0100
+++ 
new/kdeplasma-addons-4.8.1/applets/blackboard/plasma-applet-blackboard.desktop  
2012-02-29 23:57:26.0 +0100
@@ -23,6 +23,7 @@
 Name[kk]=Тақта
 Name[km]=ក្ដារ​ពណ៌​ខ្មៅ
 Name[ko]=칠판
+Name[lt]=Lenta
 Name[lv]=Tāfele
 Name[nb]=Tavle
 Name[nds]=Swatt Brett
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdeplasma-addons-4.8.0/applets/bookmarks/plasma-applet-bookmarks.desktop 

commit python-kde4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2012-03-13 09:38:38

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


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

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2012-01-30 
12:28:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2012-03-13 09:38:40.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:03 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  pykde4-4.8.0.tar.bz2

New:

  pykde4-4.8.1.tar.bz2



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.nz1vH1/_old  2012-03-13 09:38:41.0 +0100
+++ /var/tmp/diff_new_pack.nz1vH1/_new  2012-03-13 09:38:41.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-kde4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Python bindings for KDE 4
 License:LGPL-2.1+

++ pykde4-4.8.0.tar.bz2 - pykde4-4.8.1.tar.bz2 ++
Files 
old/pykde4-4.8.0/tools/cmake_project/sample_project/doc/en/index.cache.bz2 and 
new/pykde4-4.8.1/tools/cmake_project/sample_project/doc/en/index.cache.bz2 
differ

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



commit python-paramiko for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2012-03-13 09:38:50

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


Package is python-paramiko, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2011-09-23 12:43:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes 
2012-03-13 09:38:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 21:05:53 UTC 2012 - sasc...@gmx.de
+
+- Simplified macro usage
+
+---
@@ -6 +10,0 @@
-- 



Other differences:
--
++ python-paramiko.spec ++
--- /var/tmp/diff_new_pack.rBcLCG/_old  2012-03-13 09:38:54.0 +0100
+++ /var/tmp/diff_new_pack.rBcLCG/_new  2012-03-13 09:38:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-paramiko
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-paramiko
 Version:1.7.7.1
 Release:0
@@ -29,13 +28,11 @@
 BuildRequires:  python-devel
 BuildRequires:  unzip
 Requires:   python-pycrypto = 2.1
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 This is a library for making SSH2 connections (client or server).


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



commit python-psycopg2 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-03-13 09:38:55

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


Package is python-psycopg2, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-02-16 10:09:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2012-03-13 09:38:56.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 21:10:27 UTC 2012 - sasc...@gmx.de
+
+- Simplify macro usage
+- Remove outdated SUSE version checks
+
+---



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.bMHzeR/_old  2012-03-13 09:38:58.0 +0100
+++ /var/tmp/diff_new_pack.bMHzeR/_new  2012-03-13 09:38:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +23,14 @@
 Summary:Python-PostgreSQL Database Adapter
 License:LGPL-3.0+ or ZPL-2.0
 Group:  Development/Languages/Python
-Source: psycopg2-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  postgresql-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1010
 BuildRequires:  fdupes
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 %endif
-%endif
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 %description
 psycopg2 is a PostgreSQL database adapter for the Python programming
@@ -64,10 +61,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
-%if 0%{?suse_version}  1010
 %fdupes -s %{buildroot}/%_mandir# Create symlinks for man pages
 %fdupes %{buildroot}# Create hardlinks for the rest
-%endif
 
 %files
 %defattr(-,root,root,-)

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



commit python-mechanize for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-mechanize for 
openSUSE:Factory checked in at 2012-03-13 09:38:42

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


Package is python-mechanize, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-mechanize/python-mechanize.changes
2011-09-26 10:16:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mechanize.new/python-mechanize.changes   
2012-03-13 09:38:43.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 21:51:45 UTC 2012 - sasc...@gmx.de
+
+- Simplified macro usage
+
+---



Other differences:
--
++ python-mechanize.spec ++
--- /var/tmp/diff_new_pack.PLH9r8/_old  2012-03-13 09:38:44.0 +0100
+++ /var/tmp/diff_new_pack.PLH9r8/_new  2012-03-13 09:38:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mechanize
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   python-mechanize
 Version:0.2.5
 Release:0
@@ -30,13 +29,11 @@
 BuildRequires:  python-distribute
 Requires:   python-beautifulsoup
 Requires:   python-clientform
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Stateful programmatic web browsing, after Andy Lester's Perl module

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



commit python-pycrypto for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-pycrypto for openSUSE:Factory 
checked in at 2012-03-13 09:38:59

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


Package is python-pycrypto, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pycrypto/python-pycrypto.changes  
2011-09-23 12:43:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycrypto.new/python-pycrypto.changes 
2012-03-13 09:39:03.0 +0100
@@ -1,0 +2,52 @@
+Mon Mar 12 21:03:54 UTC 2012 - sasc...@gmx.de
+
+- Update to version 2.5:
+  * Added PKCS#1 encryption schemes (v1.5 and OAEP).  We now have
+a decent, easy-to-use non-textbook RSA implementation.  Yay!
+  * Added PKCS#1 signature schemes (v1.5 and PSS). v1.5 required some
+extensive changes to Hash modules to contain the algorithm specific
+ASN.1 OID. To that end, we now always have a (thin) Python module to
+hide the one in pure C.
+  * Added 2 standard Key Derivation Functions (PBKDF1 and PBKDF2).
+  * Added export/import of RSA keys in OpenSSH and PKCS#8 formats.
+  * Added password-protected export/import of RSA keys (one old method
+for PKCS#8 PEM only).
+  * Added ability to generate RSA key pairs with configurable public
+exponent e.
+  * Added ability to construct an RSA key pair even if only the private
+exponent d is known, and not p and q.
+  * Added SHA-2 C source code (fully from Lorenz Quack).
+  * Unit tests for all the above.
+  * Updates to documentation (both inline and in Doc/pycrypt.rst)
+  * All of the above changes were put together by Legrandin (Thanks!)
+  * Minor bug fixes (setup.py and tests).
+- Changes from version 2.4.1:
+  * Fix error: Setup script exited with error: src/config.h: No such file or
+directory when installing via easy_install.  (Sebastian Ramacher)
+- Changes from version 2.4:
+  * Python 3 support!  (Thorsten E. Behrens, Anders Sundman)
+PyCrypto now supports every version of Python from 2.1 through 3.2.
+  * Timing-attack countermeasures in _fastmath: When built against
+libgmp version 5 or later, we use mpz_powm_sec instead of mpz_powm.
+This should prevent the timing attack described by Geremy Condra at
+PyCon 2011:
+
http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-through-the-side-channel-timing-and-implementation-attacks-in-python-4897955
+  * New hash modules (for Python = 2.5 only): SHA224, SHA384, and
+SHA512 (Frédéric Bertolus)
+  * Configuration using GNU autoconf.  This should help fix a bunch of
+build issues.
+  * Support using MPIR as an alternative to GMP.
+  * Improve the test command in setup.py, by allowing tests to be
+performed on a single sub-package or module only. (Legrandin)
+  * Fix double-decref of counter when Cipher object initialisation
+fails (Ryan Kelly)
+  * Apply patches from Debian's python-crypto 2.3-3 package (Jan
+Dittberner, Sebastian Ramacher):
+   - fix-RSA-generate-exception.patch
+   - epydoc-exclude-introspect.patch
+   - no-usr-local.patch
+  * Fix launchpad bug #702835: Import key code is not compatible with
+GMP library (Legrandin)
+  * More tests, better documentation, various bugfixes.
+
+---

Old:

  pycrypto-2.3.tar.gz

New:

  pycrypto-2.5.tar.gz



Other differences:
--
++ python-pycrypto.spec ++
--- /var/tmp/diff_new_pack.H7SBFs/_old  2012-03-13 09:39:04.0 +0100
+++ /var/tmp/diff_new_pack.H7SBFs/_new  2012-03-13 09:39:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycrypto
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,22 @@
 #
 
 
-
 Name:   python-pycrypto
-Version:2.3
-Release:1
+Version:2.5
+Release:0
 Url:http://www.pycrypto.org/
 Summary:Cryptographic modules for Python
 License:Python-2.0
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pycrypto/pycrypto-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
 BuildRequires:  gmp-devel
-%if 0%{?suse_version}
-%py_requires
-%endif
+BuildRequires:  python-devel
 Provides:   python-crypto = %{version}
-#TODO: Change to '' after next version update:
-Obsoletes:  python-crypto = %{version}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c 

commit python-cssutils for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-cssutils for openSUSE:Factory 
checked in at 2012-03-13 09:38:32

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


Package is python-cssutils, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-cssutils/python-cssutils.changes  
2011-09-23 12:42:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-cssutils.new/python-cssutils.changes 
2012-03-13 09:38:34.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 20:48:16 UTC 2012 - sasc...@gmx.de
+
+- Update to version 9.9.9:
+  * No changelog provided
+
+---

Old:

  cssutils-0.9.8a3.zip

New:

  cssutils-0.9.9.zip



Other differences:
--
++ python-cssutils.spec ++
--- /var/tmp/diff_new_pack.20QrCH/_old  2012-03-13 09:38:36.0 +0100
+++ /var/tmp/diff_new_pack.20QrCH/_new  2012-03-13 09:38:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cssutils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:   python-cssutils
-Version:0.9.8a3
-Release:1
+Version:0.9.9
+Release:0
 Url:http://cthedot.de/cssutils/
 Summary:A CSS Cascading Style Sheets library for Python
 License:LGPL-3.0+
@@ -29,15 +28,13 @@
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  unzip
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-css-utils-doc = %{version}
 Obsoletes:  python-css-utils-doc  %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 A Python package to parse and build CSS Cascading Style Sheets. DOM only, not 
any rendering facilities!

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



commit python-Pygments for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-Pygments for openSUSE:Factory 
checked in at 2012-03-13 09:39:05

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


Package is python-Pygments, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Pygments/python-Pygments.changes  
2011-09-26 10:13:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pygments.new/python-Pygments.changes 
2012-03-13 09:39:06.0 +0100
@@ -1,0 +2,31 @@
+Mon Mar 12 21:14:22 UTC 2012 - sasc...@gmx.de
+
+- Update to version 1.5:
+  - Fix Python 3 terminal highlighting with pygmentize
+  - In the LaTeX formatter, escape special ,  and  chars
+  - In the LaTeX formatter, fix display problems for styles with token
+background colors
+  - Enhancements to the Squid conf lexer
+  - Several fixes to the reStructuredText lexer
+  - Recognize methods in the ObjC lexer
+  - Fix Lua class highlighting: it does not have classes
+  - Fix degenerate regex in Scala lexer  and highlighting bugs
+  - Fix number pattern order in Ocaml lexer
+  - Fix generic type highlighting in ActionScript 3
+  - Fixes to the Clojure lexer
+  - Fix degenerate regex in Nemerle lexer
+  - Fix infinite looping in CoffeeScript lexer
+  - Fix crashes and analysis with ObjectiveC lexer
+  - Add some Fortran 2003 keywords.
+  - Fix Boo string regexes
+  - Add rrt style
+  - Fix infinite looping in Darcs Patch lexer.
+  - Lots of misc fixes to character-eating bugs and ordering problems in many
+different lexers.
+
+---
+Tue Jan 24 13:49:17 UTC 2012 - bwiedem...@suse.com
+
+- fix Obsoletes
+
+---

Old:

  Pygments-1.4.tar.gz

New:

  Pygments-1.5.tar.gz



Other differences:
--
++ python-Pygments.spec ++
--- /var/tmp/diff_new_pack.vdXH6o/_old  2012-03-13 09:39:08.0 +0100
+++ /var/tmp/diff_new_pack.vdXH6o/_new  2012-03-13 09:39:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pygments
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   python-Pygments
-Version:1.4
+Version:1.5
 Release:0
 Url:http://pygments.org
 Summary:Pygments is a syntax highlighting package written in Python
@@ -28,18 +27,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-#BuildRequires:  python-nose
+BuildRequires:  python-nose
 Requires:   python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+Provides:   python-pygments = %{version}
+Obsoletes:  python-pygments  %{version}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
-Provides:   python-pygments = %{version}
-#TODO: Change to '' after version update:
-Obsoletes:  python-pygments = %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %description
 Pygments is a syntax highlighting package written in Python.
@@ -66,8 +62,8 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
 
-#%%check
-#nosetests
+%check
+nosetests
 
 %files
 %defattr(-,root,root,-)

++ Pygments-1.4.tar.gz - Pygments-1.5.tar.gz ++
 30329 lines of diff (skipped)

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



commit python-mox for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-mox for openSUSE:Factory 
checked in at 2012-03-13 09:38:46

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


Package is python-mox, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-mox/python-mox.changes2012-02-14 
13:11:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-mox.new/python-mox.changes   
2012-03-13 09:38:48.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 21:50:54 UTC 2012 - sasc...@gmx.de
+
+- Use upstream tarball
+
+---

Old:

  mox-0.5.3.tar.bz2

New:

  mox-0.5.3.tar.gz



Other differences:
--
++ python-mox.spec ++
--- /var/tmp/diff_new_pack.VU7BAl/_old  2012-03-13 09:38:49.0 +0100
+++ /var/tmp/diff_new_pack.VU7BAl/_new  2012-03-13 09:38:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mox
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,7 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
+
 
 Name:   python-mox
 Version:0.5.3
@@ -24,15 +23,14 @@
 Summary:Mock object framework
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: mox-%{version}.tar.bz2
+Source: 
http://pypi.python.org/packages/source/m/mox/mox-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
 Mox is a mock object framework for Python based on the

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



commit python-simplejson for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-simplejson for 
openSUSE:Factory checked in at 2012-03-13 09:39:09

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


Package is python-simplejson, Maintainer is kkae...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-simplejson/python-simplejson.changes  
2011-09-26 10:17:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-simplejson.new/python-simplejson.changes 
2012-03-13 09:39:11.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 12 21:17:06 UTC 2012 - sasc...@gmx.de
+
+- Update to version 2.4.0:
+  * New bigint_as_string option for encoder to trade JavaScript number
+precision issues for type issues.
+- Run testsuite
+- Package README.rst, CHANGES.txt and LICENSE.txt
+
+---

Old:

  simplejson-2.2.1.tar.bz2

New:

  simplejson-2.4.0.tar.gz



Other differences:
--
++ python-simplejson.spec ++
--- /var/tmp/diff_new_pack.ecdEbv/_old  2012-03-13 09:39:12.0 +0100
+++ /var/tmp/diff_new_pack.ecdEbv/_new  2012-03-13 09:39:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-simplejson
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,20 @@
 #
 
 
-
 Name:   python-simplejson
-Version:2.2.1
+Version:2.4.0
 Release:0
 Url:http://github.com/simplejson/simplejson
 Summary:Simple, fast, extensible JSON encoder/decoder for Python
 License:MIT
 Group:  Development/Languages/Python
-Source: simplejson-%{version}.tar.bz2
+Source: 
http://pypi.python.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%if 0%{?suse_version}
-%py_requires
-%endif
+%if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
+%endif
 
 %description
 simplejson is a simple, fast, complete, correct and extensible
@@ -48,8 +46,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root)
+%doc CHANGES.txt LICENSE.txt README.rst
 %{python_sitearch}/*
 
 %changelog

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



commit python-tornado for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2012-03-13 09:39:14

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


Package is python-tornado, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2012-02-14 19:06:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2012-03-13 09:39:15.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 12 21:38:08 UTC 2012 - sasc...@gmx.de
+
+- Simplified macro usage
+- Use upstream tarball
+
+---

Old:

  tornado-2.2.tar.bz2

New:

  tornado-2.2.tar.gz



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.oJjkPZ/_old  2012-03-13 09:39:17.0 +0100
+++ /var/tmp/diff_new_pack.oJjkPZ/_new  2012-03-13 09:39:17.0 +0100
@@ -15,9 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
-
 Name:   python-tornado
 Version:2.2
 Release:0
@@ -25,28 +22,31 @@
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: tornado-%{version}.tar.bz2
+Source: 
http://github.com/downloads/facebook/tornado/tornado-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 Requires:   python-curl
 Requires:   python-simplejson
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
 BuildArch:  noarch
 %endif
-%endif
 
 %description
-Tornado is an open source version of the scalable, non-blocking web server and 
tools that power FriendFeed.
-The FriendFeed application is written using a web framework that looks a bit 
like web.py or Google's webapp,
-but with additional tools and optimizations to take advantage of the 
underlying non-blocking infrastructure.
+Tornado is an open source version of the scalable, non-blocking web server and
+tools that power FriendFeed. The FriendFeed application is written using a web
+framework that looks a bit like web.py or Google's webapp, but with additional
+tools and optimizations to take advantage of the underlying non-blocking
+infrastructure.
 
-The framework is distinct from most mainstream web server frameworks (and 
certainly most Python frameworks)
-because it is non-blocking and reasonably fast. Because it is non-blocking and 
uses epoll, it can handle
-thousands of simultaneous standing connections, which means it is ideal for 
real-time web services. We built
-the web server specifically to handle FriendFeed's real-time features — every 
active user of FriendFeed
-maintains an open connection to the FriendFeed servers. (For more information 
on scaling servers to support
+The framework is distinct from most mainstream web server frameworks (and
+certainly most Python frameworks) because it is non-blocking and reasonably
+fast. Because it is non-blocking and uses epoll, it can handle thousands of
+simultaneous standing connections, which means it is ideal for real-time web
+services. We built the web server specifically to handle FriendFeed's real-time
+features — every active user of FriendFeed maintains an open connection to the
+FriendFeed servers. (For more information on scaling servers to support
 thousands of clients, see The C10K problem.)
 
 %prep

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



commit python-Werkzeug for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package python-Werkzeug for openSUSE:Factory 
checked in at 2012-03-13 09:39:19

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


Package is python-Werkzeug, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-Werkzeug/python-Werkzeug.changes  
2011-11-14 13:38:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Werkzeug.new/python-Werkzeug.changes 
2012-03-13 09:39:20.0 +0100
@@ -1,0 +2,27 @@
+Mon Mar 12 21:35:29 UTC 2012 - sasc...@gmx.de
+
+- Update to version 0.8.3:
+  - Fixed another issue with :func:`werkzeug.wsgi.make_line_iter`
+where lines longer than the buffer size were not handled
+properly.
+  - Restore stdout after debug console finished executing so
+that the debugger can be used on GAE better.
+  - Fixed a bug with the redis cache for int subclasses
+(affects bool caching).
+  - Fixed an XSS problem with redirect targets coming from
+untrusted sources.
+- Changes from version 0.8.2:
+  - Fixed a problem with request handling of the builtin server
+not repsonding to socket errors properly.
+  - The routing request redirect exception's code attribute is now
+used properly.
+  - Fixed a bug with shutdowns on Windows.
+  - Fixed a few unicode issues with non-ascii characters being
+hardcoded in URL rules.
+  - Fixed two property docstrings being assigned to fdel instead
+of ``__doc__``.
+  - Fixed an issue where CRLF line endings could be split into two
+by the line iter function, causing problems with multipart file
+uploads.
+
+---

Old:

  Werkzeug-0.8.1.tar.gz

New:

  Werkzeug-0.8.3.tar.gz



Other differences:
--
++ python-Werkzeug.spec ++
--- /var/tmp/diff_new_pack.xAiv04/_old  2012-03-13 09:39:21.0 +0100
+++ /var/tmp/diff_new_pack.xAiv04/_new  2012-03-13 09:39:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Werkzeug
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:   python-Werkzeug
-Version:0.8.1
+Version:0.8.3
 Release:0
 Url:http://werkzeug.pocoo.org/
 Summary:The Swiss Army knife of Python web development
@@ -26,19 +25,17 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-nose
-BuildRequires:  python-Sphinx
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version}  1110
-BuildArch:  noarch
-%endif
-%endif
 Provides:   python-werkzeug = %{version}
 Obsoletes:  python-werkzeug  %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+%else
+BuildArch:  noarch
+%endif
 
 %description
 Werkzeug started as simple collection of various utilities for WSGI

++ Werkzeug-0.8.1.tar.gz - Werkzeug-0.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Werkzeug-0.8.1/AUTHORS new/Werkzeug-0.8.3/AUTHORS
--- old/Werkzeug-0.8.1/AUTHORS  2011-07-24 15:42:54.0 +0200
+++ new/Werkzeug-0.8.3/AUTHORS  2012-01-21 15:43:50.0 +0100
@@ -24,6 +24,7 @@
 - Pedro Algarvio
 - Zahari Petkov
 - Ludvig Ericson
+- Kenneth Reitz
 
 Contributors of code for werkzeug/examples are:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Werkzeug-0.8.1/CHANGES new/Werkzeug-0.8.3/CHANGES
--- old/Werkzeug-0.8.1/CHANGES  2011-09-30 12:49:51.0 +0200
+++ new/Werkzeug-0.8.3/CHANGES  2012-02-05 11:10:04.0 +0100
@@ -1,6 +1,39 @@
 Werkzeug Changelog
 ==
 
+Version 0.8.3
+-
+
+(bugfix release, released on February 5th 2012)
+
+- Fixed another issue with :func:`werkzeug.wsgi.make_line_iter`
+  where lines longer than the buffer size were not handled
+  properly.
+- Restore stdout after debug console finished executing so
+  that the debugger can be used on GAE better.

commit rocs for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package rocs for openSUSE:Factory checked in 
at 2012-03-13 09:39:24

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


Package is rocs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/rocs/rocs.changes2012-02-03 
10:26:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes   2012-03-13 
09:39:25.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:26 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  rocs-4.8.0.tar.bz2

New:

  rocs-4.8.1.tar.bz2



Other differences:
--
++ rocs.spec ++
--- /var/tmp/diff_new_pack.EmkDz9/_old  2012-03-13 09:39:26.0 +0100
+++ /var/tmp/diff_new_pack.EmkDz9/_new  2012-03-13 09:39:26.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rocs
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Graph Theory IDE
 License:GPL-3.0+

++ rocs-4.8.0.tar.bz2 - rocs-4.8.1.tar.bz2 ++
Files old/rocs-4.8.0/doc/index.cache.bz2 and new/rocs-4.8.1/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.8.0/src/Core/DataStructure.h 
new/rocs-4.8.1/src/Core/DataStructure.h
--- old/rocs-4.8.0/src/Core/DataStructure.h 2011-11-04 15:35:33.0 
+0100
+++ new/rocs-4.8.1/src/Core/DataStructure.h 2012-03-02 13:26:40.0 
+0100
@@ -1,4 +1,4 @@
-/* 
+/*
 This file is part of Rocs.
 Copyright 2004-2011  Tomaz Canabrava tomaz.canabr...@gmail.com
 Copyright 2010-2011  Wagner Reck wagner.r...@gmail.com
@@ -6,7 +6,7 @@
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either 
+License as published by the Free Software Foundation; either
 version 2.1 of the License, or (at your option) any later version.
 
 This library is distributed in the hope that it will be useful,
@@ -14,7 +14,7 @@
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 
-You should have received a copy of the GNU Lesser General Public 
+You should have received a copy of the GNU Lesser General Public
 License along with this library.  If not, see 
http://www.gnu.org/licenses/.
 */
 
@@ -50,7 +50,7 @@
  * self pointer to DataStructure
  */
 boost::weak_ptrDataStructure q;
-
+
 QList DataPtr  _data;
 QList PointerPtr _pointers;
 
@@ -129,7 +129,7 @@
 DataPtr data(const QString name = i18n(Untitled));
 
 virtual void remove(DataPtr n);
-
+
 /**
  * Unregister pointer from data structure. Do not use this for actual 
removal of pointer.
  * To remove a pointer \see Pointer::remove().
@@ -190,12 +190,12 @@
 protected:
 DataPtr addData(DataPtr data);
 PointerPtr addPointer(PointerPtr pointer);
-
+
 protected:
 DataStructure(Document *parent = 0);
-
+
 /**
- * overwrites the current DataStructure with all values (Data and Pointer) 
+ * overwrites the current DataStructure with all values (Data and Pointer)
  * from the given datastructure object.
  * \param boost::shared_ptrDataStructure other
  * \return void
@@ -212,7 +212,7 @@
 pi-importStructure(other);
 return pi;
 }
-
+
 private:
 boost::shared_ptrDataStructurePrivate d;
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rocs-4.8.0/src/Core/DataStructurePluginInterface.cpp 
new/rocs-4.8.1/src/Core/DataStructurePluginInterface.cpp
--- old/rocs-4.8.0/src/Core/DataStructurePluginInterface.cpp2011-10-11 
16:46:09.0 +0200
+++ new/rocs-4.8.1/src/Core/DataStructurePluginInterface.cpp2012-03-02 
13:26:40.0 +0100
@@ -1,10 +1,10 @@
-/* 
+/*
 This file is part of Rocs.
 Copyright 2011  Tomaz Canabrava tomaz.canabr...@gmail.com
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
-published by the Free Software Foundation; either version 2 of 
+published by the Free Software Foundation; either version 2 of
 the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
@@ -55,3 +55,12 @@
 }
 return QString();
 }
+
+
+QString 

commit ruby-kde4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package ruby-kde4 for openSUSE:Factory 
checked in at 2012-03-13 09:39:29

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


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

Changes:

--- /work/SRC/openSUSE:Factory/ruby-kde4/ruby-kde4.changes  2012-01-27 
15:24:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-kde4.new/ruby-kde4.changes 2012-03-13 
09:39:30.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:23:12 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  korundum-4.8.0.tar.bz2

New:

  korundum-4.8.1.tar.bz2



Other differences:
--
++ ruby-kde4.spec ++
--- /var/tmp/diff_new_pack.NRuped/_old  2012-03-13 09:39:31.0 +0100
+++ /var/tmp/diff_new_pack.NRuped/_new  2012-03-13 09:39:31.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ruby-kde4
 BuildRequires:  kate-devel
 BuildRequires:  libjasper-devel
@@ -30,7 +31,7 @@
 Summary:Korundum Ruby-KDE library
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Version:4.8.0
+Version:4.8.1
 Release:0
 Source0:korundum-%version.tar.bz2
 Url:https://projects.kde.org/projects/kde/kdebindings/ruby/korundum

++ korundum-4.8.0.tar.bz2 - korundum-4.8.1.tar.bz2 ++

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



commit ruby-qt4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package ruby-qt4 for openSUSE:Factory 
checked in at 2012-03-13 09:39:34

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


Package is ruby-qt4, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/ruby-qt4/ruby-qt4.changes2012-01-27 
15:24:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ruby-qt4.new/ruby-qt4.changes   2012-03-13 
09:39:36.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:08 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  qtruby-4.8.0.tar.bz2

New:

  qtruby-4.8.1.tar.bz2



Other differences:
--
++ ruby-qt4.spec ++
--- /var/tmp/diff_new_pack.ydAAvM/_old  2012-03-13 09:39:37.0 +0100
+++ /var/tmp/diff_new_pack.ydAAvM/_new  2012-03-13 09:39:37.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ruby-qt4
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:QtRuby kdebindings library
 License:LGPL-2.1+

++ qtruby-4.8.0.tar.bz2 - qtruby-4.8.1.tar.bz2 ++

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



commit sblim-sfcc for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcc for openSUSE:Factory 
checked in at 2012-03-13 09:39:39

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


Package is sblim-sfcc, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcc/sblim-sfcc.changes2012-02-10 
17:19:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-sfcc.new/sblim-sfcc.changes   
2012-03-13 09:39:44.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 14:40:37 UTC 2012 - kkae...@suse.com
+
+- Fix RHEL6 build
+
+---
+Mon Mar  5 13:58:19 UTC 2012 - kkae...@suse.com
+
+- fix build, force autotools, add Group field to subpackages
+
+---



Other differences:
--
++ sblim-sfcc.spec ++
--- /var/tmp/diff_new_pack.9CKGlH/_old  2012-03-13 09:39:52.0 +0100
+++ /var/tmp/diff_new_pack.9CKGlH/_new  2012-03-13 09:39:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-sfcc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   sblim-sfcc
 Version:2.2.3
 Release:0
@@ -48,6 +50,7 @@
 %package devel
 Summary:Small Footprint CIM Client Library
 Requires:   %{name} = %{version} glibc-devel
+Group:  Development/Other
 
 %description devel
 Small Footprint CIM Client Library (sfcc) Header Files and Link
@@ -60,6 +63,7 @@
 %patch16 -p1
 
 %build
+# autoconfiscate
 sh %{S:1}
 export CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing
 %configure --disable-static --with-pic
@@ -68,7 +72,6 @@
 %if 0%{?rhel_version} = 500 || 0%{?centos_version} = 500
 %if 0%{?rhel_version}  600 || 0%{?centos_version}  600
 rm -f libtool; ln -s /usr/bin/libtool .
-(cd mofc; rm -f libtool; ln -s /usr/bin/libtool .)
 %endif
 %endif
 

++ autoconfiscate.sh ++
--- /var/tmp/diff_new_pack.9CKGlH/_old  2012-03-13 09:39:52.0 +0100
+++ /var/tmp/diff_new_pack.9CKGlH/_new  2012-03-13 09:39:52.0 +0100
@@ -1,6 +1,7 @@
 #!/bin/sh
-aclocal 
-autoheader 
-libtoolize 
-automake -af 
-autoconf
+set -e
+aclocal --force
+autoheader -f
+test -x `which glibtoolize`  glibtoolize || libtoolize -f
+automake -af
+autoconf -f

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



commit soprano for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package soprano for openSUSE:Factory checked 
in at 2012-03-13 09:39:44

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


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

Changes:

--- /work/SRC/openSUSE:Factory/soprano/soprano-backend-sesame.changes   
2011-12-06 18:02:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.soprano.new/soprano-backend-sesame.changes  
2012-03-13 09:39:52.0 +0100
@@ -1,0 +2,13 @@
+Mon Mar  5 22:01:06 UTC 2012 - asterios.dra...@gmail.com
+
+- Update to 2.7.5:
+  * Be less strict when converting a string to a QDateTime:
++ Allow an empty time part, ie. 2011-10-04.
++ Allow the usage of a space instead of T to separate date from time.
+  * Fixed URI parsing in the SparqlModel.
+  * Fixed an endless loop in the VirtuosoModel destruction which can happen in
+rare error cases.
+  * Fixed serialization of non-string literal values.
+  * Support Turtle result encoding in the SPARQL model.
+
+---
soprano-backend-virtuoso.changes: same change
soprano.changes: same change

Old:

  soprano-2.7.4.tar.bz2

New:

  soprano-2.7.5.tar.bz2



Other differences:
--
++ soprano-backend-sesame.spec ++
--- /var/tmp/diff_new_pack.MT6FyF/_old  2012-03-13 09:39:53.0 +0100
+++ /var/tmp/diff_new_pack.MT6FyF/_new  2012-03-13 09:39:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package soprano-backend-sesame
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   soprano-backend-sesame
 Summary:Sesame backend for Soprano
 License:LGPL-2.1+
+Group:  System/Libraries
 # COMMON1-BEGIN
 # COMMON1-BEGIN
-Version:2.7.4
-Release:1
+Version:2.7.5
+Release:0
 Url:http://soprano.sourceforge.net/
-Group:  System/Libraries
 Source0:
http://downloads.sourceforge.net/soprano/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf
 BuildRequires:  cmake
@@ -44,8 +43,8 @@
 BuildRequires:  libsoprano-devel
 Requires:   java
 Requires:   libsoprano4 = %{version}
-Provides:   soprano_backend = %{version}
 Provides:   backend-sesame2 = %{version}
+Provides:   soprano_backend = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,9 +74,6 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/soprano/plugins/sesame2backend.desktop
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_datadir}/soprano/sesame2/

++ soprano-backend-virtuoso.spec ++
--- /var/tmp/diff_new_pack.MT6FyF/_old  2012-03-13 09:39:53.0 +0100
+++ /var/tmp/diff_new_pack.MT6FyF/_new  2012-03-13 09:39:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package soprano-backend-virtuoso
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,15 @@
 #
 
 
-
 Name:   soprano-backend-virtuoso
 Summary:Virtuoso backend for Soprano
 License:GPL-2.0+
+Group:  System/Libraries
 # COMMON1-BEGIN
 # COMMON1-BEGIN
-Version:2.7.4
-Release:1
+Version:2.7.5
+Release:0
 Url:http://soprano.sourceforge.net/
-Group:  System/Libraries
 Source0:
http://downloads.sourceforge.net/soprano/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf
 BuildRequires:  cmake
@@ -44,8 +43,8 @@
 BuildRequires:  libsoprano-devel
 Requires:   libsoprano4 = %{version}
 Requires:   virtuoso-server
-Provides:   soprano_backend = %{version}
 Provides:   backend-virtuso = %{version}
+Provides:   soprano_backend = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -74,9 +73,6 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/soprano/plugins/virtuosobackend.desktop
 %endif
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_libdir}/soprano/libsoprano_virtuosobackend.so

++ soprano.spec ++
--- /var/tmp/diff_new_pack.MT6FyF/_old  2012-03-13 09:39:54.0 +0100
+++ /var/tmp/diff_new_pack.MT6FyF/_new  2012-03-13 09:39:54.0 +0100
@@ -1,7 +1,7 @@
 

commit step for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package step for openSUSE:Factory checked in 
at 2012-03-13 09:39:48

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


Package is step, Maintainer is step

Changes:

--- /work/SRC/openSUSE:Factory/step/step.changes2012-02-01 
10:00:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.step.new/step.changes   2012-03-13 
09:39:54.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:47 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  step-4.8.0.tar.bz2

New:

  step-4.8.1.tar.bz2



Other differences:
--
++ step.spec ++
--- /var/tmp/diff_new_pack.w36oxK/_old  2012-03-13 09:39:56.0 +0100
+++ /var/tmp/diff_new_pack.w36oxK/_new  2012-03-13 09:39:56.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   step
 BuildRequires:  avogadro-devel
 BuildRequires:  boost-devel
@@ -37,7 +38,7 @@
 BuildRequires:  ocaml
 BuildRequires:  ocaml-facile
 %endif
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:An interactive physics simulator
 License:GPL-2.0+

++ step-4.8.0.tar.bz2 - step-4.8.1.tar.bz2 ++
Files old/step-4.8.0/doc/index.cache.bz2 and new/step-4.8.1/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/step-4.8.0/step/step.desktop 
new/step-4.8.1/step/step.desktop
--- old/step-4.8.0/step/step.desktop2012-01-10 15:15:31.0 +0100
+++ new/step-4.8.1/step/step.desktop2012-02-29 23:57:02.0 +0100
@@ -47,6 +47,7 @@
 Name[pt]=Step
 Name[pt_BR]=Step
 Name[ru]=Step
+Name[sk]=Step
 Name[sv]=Step
 Name[tr]=Step
 Name[ug]=قەدەم
@@ -91,6 +92,7 @@
 GenericName[pt]=Simulador de Física Interactivo
 GenericName[pt_BR]=Simulador de Física interativo
 GenericName[ru]=Интерактивный физический симулятор
+GenericName[sk]=Interaktívny fyzikálny simulátor
 GenericName[sv]=Interaktiv fysiksimulator
 GenericName[tr]=Etkileşimli Fizik Öykünücüsü
 GenericName[uk]=Інтерактивний фізичний імітатор
@@ -138,6 +140,7 @@
 Comment[pt_BR]=Simula experimentos de física
 Comment[ro]=Simulează experimente fizice
 Comment[ru]=Симуляция физических экспериментов
+Comment[sk]=Simulácia fyzikálnych experimentov
 Comment[sv]=Simulera fysikexperiment
 Comment[tr]=Fizik deneylerine öykün
 Comment[ug]=فىزىكا تەجرىبىسىنى تەقلىدلەش

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



commit superkaramba for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package superkaramba for openSUSE:Factory 
checked in at 2012-03-13 09:39:53

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


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

Changes:

--- /work/SRC/openSUSE:Factory/superkaramba/superkaramba.changes
2012-01-31 10:22:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.superkaramba.new/superkaramba.changes   
2012-03-13 09:39:56.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:52 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  superkaramba-4.8.0.tar.bz2

New:

  superkaramba-4.8.1.tar.bz2



Other differences:
--
++ superkaramba.spec ++
--- /var/tmp/diff_new_pack.eJock7/_old  2012-03-13 09:39:58.0 +0100
+++ /var/tmp/diff_new_pack.eJock7/_new  2012-03-13 09:39:58.0 +0100
@@ -30,7 +30,7 @@
 BuildRequires:  pcsc-lite
 BuildRequires:  python-devel
 BuildRequires:  xz-devel
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:Superkaramba allows you to have (interactive) desktop widgets
 License:GPL-2.0+

++ superkaramba-4.8.0.tar.bz2 - superkaramba-4.8.1.tar.bz2 ++

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



commit sweeper for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package sweeper for openSUSE:Factory checked 
in at 2012-03-13 09:39:57

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


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

Changes:

--- /work/SRC/openSUSE:Factory/sweeper/sweeper.changes  2012-03-05 
18:02:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.sweeper.new/sweeper.changes 2012-03-13 
09:39:58.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 23:27:59 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---

Old:

  sweeper-4.8.0.tar.bz2

New:

  sweeper-4.8.1.tar.bz2



Other differences:
--
++ sweeper.spec ++
--- /var/tmp/diff_new_pack.qDWFKu/_old  2012-03-13 09:40:00.0 +0100
+++ /var/tmp/diff_new_pack.qDWFKu/_new  2012-03-13 09:40:00.0 +0100
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   sweeper
-Version:4.8.0
+Version:4.8.1
 Release:0
-License:LGPL-2.1+
 Summary:KDE Privacy Utility
-Url:http://www.kde.org
+License:LGPL-2.1+
 Group:  System/GUI/KDE
+Url:http://www.kde.org
 Source0:sweeper-%{version}.tar.bz2
 Patch0: 4_7_BRANCH.diff
 Patch1: desktop-files.diff

++ sweeper-4.8.0.tar.bz2 - sweeper-4.8.1.tar.bz2 ++
Files old/sweeper-4.8.0/doc/index.cache.bz2 and 
new/sweeper-4.8.1/doc/index.cache.bz2 differ

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



commit thttpd for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package thttpd for openSUSE:Factory checked 
in at 2012-03-13 09:40:01

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


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

Changes:

--- /work/SRC/openSUSE:Factory/thttpd/thttpd.changes2011-11-25 
10:21:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.thttpd.new/thttpd.changes   2012-03-13 
09:40:03.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 13:07:43 UTC 2012 - vci...@suse.com
+
+- fixed build and added -fpie for makeweb
+
+---

New:

  thttpd-2.25b-x86_64_machine_not_recognized.patch



Other differences:
--
++ thttpd.spec ++
--- /var/tmp/diff_new_pack.oxYYke/_old  2012-03-13 09:40:05.0 +0100
+++ /var/tmp/diff_new_pack.oxYYke/_new  2012-03-13 09:40:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package thttpd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,11 @@
 #
 
 
-
 Name:   thttpd
-License:BSD-3-Clause
-Group:  Productivity/Networking/Web/Servers
 Provides:   http_daemon 
 PreReq: %fillup_prereq %insserv_prereq permissions
 Version:2.25b
-Release:173
+Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-SuSE.tar.bz2
 Patch0: %{name}-%{version}-configure.patch
@@ -39,9 +36,12 @@
 Patch10:%{name}-%{version}-zerolen.patch
 Patch11:%{name}-%{version}-strcpy.patch
 Patch12:thttpd-2.25b-getline.patch
+Patch13:thttpd-2.25b-x86_64_machine_not_recognized.patch
 Url:http://www.acme.com/software/thttpd/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Small and very simple webserver
+License:BSD-3-Clause
+Group:  Productivity/Networking/Web/Servers
 BuildRequires:  libtool
 
 %description
@@ -75,6 +75,7 @@
 %patch10
 %patch11
 %patch12
+%patch13 -p1
 
 %build
 # update server root path
@@ -85,7 +86,6 @@
 s@__VERSION__@%{version}@g SuSE/etc/init.d/thttpd
 chmod 744 SuSE/etc/init.d/thttpd
 chmod 644 SuSE/etc/thttpd.conf
-%{suse_update_config}
 mv aclocal.m4 acinclude.m4
 libtoolize --force
 aclocal --force

++ thttpd-2.25b-pie.patch ++
--- /var/tmp/diff_new_pack.oxYYke/_old  2012-03-13 09:40:05.0 +0100
+++ /var/tmp/diff_new_pack.oxYYke/_new  2012-03-13 09:40:05.0 +0100
@@ -1,7 +1,17 @@
 extras/Makefile.in
-+++ extras/Makefile.in
-@@ -60,10 +60,10 @@
-   $(CC) $(CFLAGS) -DWEBDIR=\$(WEBDIR)\ -c makeweb.c
+Index: extras/Makefile.in
+===
+--- extras/Makefile.in.orig2012-01-31 14:03:08.735817916 +0100
 extras/Makefile.in 2012-01-31 14:05:10.222510744 +0100
+@@ -54,16 +54,16 @@
+ all:  makeweb htpasswd
+ 
+ makeweb:  makeweb.o
+-  $(CC) $(LDFLAGS) makeweb.o -o makeweb $(LIBS) $(NETLIBS)
++  $(CC) $(LDFLAGS) -pie makeweb.o -o makeweb $(LIBS) $(NETLIBS)
+ 
+ makeweb.o:makeweb.c ../config.h
+-  $(CC) $(CFLAGS) -DWEBDIR=\$(WEBDIR)\ -c makeweb.c
++  $(CC) $(CFLAGS) $(F_PIE) -DWEBDIR=\$(WEBDIR)\ -c makeweb.c
  
  htpasswd: htpasswd.o
 -  $(CC) $(LDFLAGS) $(STATICFLAG) htpasswd.o -o htpasswd $(LIBS)

++ thttpd-2.25b-x86_64_machine_not_recognized.patch ++
Index: thttpd-2.25b/config.sub
===
--- thttpd-2.25b.orig/config.sub1998-05-09 03:12:58.0 +0200
+++ thttpd-2.25b/config.sub 2012-01-31 13:56:25.647548490 +0100
@@ -15,7 +15,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+38# You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
@@ -164,6 +164,9 @@
i[3456]86)
  basic_machine=$basic_machine-pc
  ;;
+   x86_64-*)
+ basic_machine=$basic_machine-pc
+ ;;
# Object if more than one company name word.
*-*-*)
echo Invalid configuration \`$1\': machine \`$basic_machine\' 
not recognized 12
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit zypper for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2012-03-13 09:40:10

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


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

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2012-02-29 
14:13:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2012-03-13 
09:40:20.0 +0100
@@ -1,0 +2,10 @@
+Thu Mar  1 01:13:54 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Feb 26 01:14:12 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---



Other differences:
--
++ zypper-1.7.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.7.0.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.7.0.tar.bz2 differ: char 11, 
line 1

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



commit kdelibs4 for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2012-03-13 11:24:41

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-01-27 15:20:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2012-03-13 11:24:43.0 +0100
@@ -1,0 +2,31 @@
+Fri Mar  2 23:14:20 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---
+Mon Feb 27 11:52:01 UTC 2012 - sasc...@suse.de
+
+- Local service run of spec formatter broke it
+
+---
+Mon Feb 27 11:04:20 UTC 2012 - sasc...@suse.de
+
+- The 'factory-auto' review script doesn't like macros in Name:
+
+---
+Mon Jan 30 14:07:45 UTC 2012 - giecr...@stegny.2a.pl
+
+- update documentation (bnc#743337)
+- move meinproc4_simple to doc
+- mark doc as GFDL
+- unmark config in /usr/share (config is in /etc)
+- reinstate checkXML.1 (why was it killed?)
+- remove kde4-doxygen.sh (build time only script)
+
+---
+Mon Jan 30 10:31:47 UTC 2012 - toddrme2...@gmail.com
+
+- Fixed aspell detection
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2012-01-31 
10:21:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2012-03-13 
11:24:44.0 +0100
@@ -1,0 +2,26 @@
+Fri Mar  2 23:14:20 CET 2012 - dmuel...@suse.de
+
+- update to 4.8.1
+  * see http://kde.org/announcements/changelogs/changelog4_8_0to4_8_1.php for 
details
+
+---
+Mon Feb 27 11:52:01 UTC 2012 - sasc...@suse.de
+
+- Local service run of spec formatter broke it
+
+---
+Mon Feb 27 11:04:20 UTC 2012 - sasc...@suse.de
+
+- The 'factory-auto' review script doesn't like macros in Name:
+
+---
+Mon Jan 30 14:07:45 UTC 2012 - giecr...@stegny.2a.pl
+
+- update documentation (bnc#743337)
+- move meinproc4_simple to doc
+- mark doc as GFDL
+- unmark config in /usr/share (config is in /etc)
+- reinstate checkXML.1 (why was it killed?)
+- remove kde4-doxygen.sh (build time only script)
+
+---

Old:

  kdelibs-4.8.0.tar.bz2

New:

  kdelibs-4.8.1.tar.bz2



Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.ugVg5H/_old  2012-03-13 11:24:46.0 +0100
+++ /var/tmp/diff_new_pack.ugVg5H/_new  2012-03-13 11:24:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   kdelibs4-apidocs
-Version:4.8.0
+Version:4.8.1
 Release:0
 Summary:KDE 4 API documentation
 License:LGPL-2.1+
@@ -53,8 +53,8 @@
 %install
   mkdir -p %{buildroot}%{_kde4_htmldir}/en
   cp -prf kdelibs-%{version}-apidocs 
%{buildroot}%{_kde4_htmldir}/en/kdelibs4-apidocs
+  find %{buildroot} -name installdox | xargs rm -f
   %fdupes %{buildroot}%{_kde4_htmldir}/en/kdelibs4-apidocs
-  find %{buildroot}%{_kde4_htmldir}/en/kdelibs4-apidocs -iname installdox | 
xargs chmod -x
   %kde_post_install
 
 %clean

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.ugVg5H/_old  2012-03-13 11:24:46.0 +0100
+++ /var/tmp/diff_new_pack.ugVg5H/_new  2012-03-13 11:24:46.0 +0100
@@ -15,7 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+# a hack for building apidoc, currently unused and unneeded (rev.312)
+%bcond_with gendoxygen
+
+# This is KDE revision number, setting it to a higher value will enable more 
features
+# e.g. 420117248 enables kconfig_compiler.1
+%define kderev 0 
+
 Name:   kdelibs4
+Version:4.8.1
+Release:0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  alsa-devel
 BuildRequires:  aspell
@@ -32,6 +42,7 @@
 BuildRequires:  flex
 BuildRequires:  giflib-devel
 BuildRequires:  grantlee-devel
+BuildRequires:  help2man
 %if 0%{?kdelibs_is_fully_gplv3_compatible}
 BuildRequires:  herqq-devel
 %endif
@@ -62,10 +73,8 @@
 BuildRequires:  utempter
 %endif
 BuildRequires:  xz-devel
-Version:4.8.0
-Release:0
-%if %suse_version  1140
-%define brandingversion 4.7
+%if %suse_version  

commit acpid for openSUSE:11.4

2012-03-13 Thread h_root

Hello community,

here is the log from the commit of package acpid for openSUSE:11.4
checked in at Tue Mar 13 14:02:23 CET 2012.




--- old-versions/11.4/all/acpid/acpid.changes   2010-12-22 04:41:24.0 
+0100
+++ 11.4/acpid/acpid.changes2011-12-28 11:57:18.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 28 11:56:57 CET 2011 - hma...@suse.de
+
+- add acpid-set-umask-for-scripts.patch: Set umask for running
+  scripts (bnc#735282, CVE-2011-4578)
+
+---

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


New:

  acpid-set-umask-for-scripts.patch



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.12peqI/_old  2012-03-13 14:01:28.0 +0100
+++ /var/tmp/diff_new_pack.12peqI/_new  2012-03-13 14:01:28.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package acpid (Version 2.0.7)
+# spec file for package acpid
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Name:   acpid
 Url:http://tedfelix.com/linux/acpid-netlink.html
 Version:2.0.7
-Release:1
+Release:7.RELEASE8
 License:GPLv2+
 Group:  System/Daemons
 AutoReqProv:on
@@ -37,6 +37,7 @@
 Source7:power_button
 Source8:acpid.service
 Patch1: acpid-makefile.patch
+Patch2: acpid-set-umask-for-scripts.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 x86_64 ia64
 
@@ -60,6 +61,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p1
 cp %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} %{S:7} %{S:9} .
 
 %build

++ acpid-set-umask-for-scripts.patch ++
Index: acpid-2.0.7/event.c
===
--- acpid-2.0.7.orig/event.c
+++ acpid-2.0.7/event.c
@@ -641,6 +641,7 @@ do_cmd_rule(struct rule *rule, const cha
if (acpid_debug  logevents) {
fprintf(stdout, BEGIN HANDLER MESSAGES\n);
}
+   umask(0077);
execl(/bin/sh, /bin/sh, -c, action, NULL);
/* should not get here */
acpid_log(LOG_ERR, execl(): %s\n, strerror(errno));
continue with q...



Remember to have fun...

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



commit libzypp for openSUSE:11.4

2012-03-13 Thread h_root

Hello community,

here is the log from the commit of package libzypp for openSUSE:11.4
checked in at Tue Mar 13 14:03:05 CET 2012.




--- old-versions/11.4/UPDATES/all/libzypp/libzypp.changes   2011-10-13 
13:18:13.0 +0200
+++ 11.4/libzypp/libzypp.changes2012-03-02 11:02:02.0 +0100
@@ -1,0 +2,17 @@
+Thu Mar  1 18:31:03 CET 2012 - m...@suse.de
+
+- Apply soft locks by name and not per package (bnc#749418)
+- version 8.13.3 (10)
+
+---
+Mon Jan 16 16:28:21 CET 2012 - m...@suse.de
+
+- CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
+- version 8.13.2 (10)
+
+---
+Tue Jan 10 18:41:02 CET 2012 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---

calling whatdependson for 11.4-i586


Old:

  libzypp-8.13.1.tar.bz2

New:

  libzypp-8.13.3.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.mbRZ5t/_old  2012-03-13 14:02:05.0 +0100
+++ /var/tmp/diff_new_pack.mbRZ5t/_new  2012-03-13 14:02:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Package, Patch, Pattern, and Product Management
-Version:8.13.1
+Version:8.13.3
 Release:0.RELEASE2
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ libzypp-8.13.1.tar.bz2 - libzypp-8.13.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-8.13.1/VERSION.cmake 
new/libzypp-8.13.3/VERSION.cmake
--- old/libzypp-8.13.1/VERSION.cmake2011-10-13 13:10:00.0 +0200
+++ new/libzypp-8.13.3/VERSION.cmake2012-03-02 09:26:25.0 +0100
@@ -45,24 +45,24 @@
 # ==
 
 #===
-# - Update version according to your changes,
-#   but based on 'LAST RELEASED:' below. I.e
-#   there's no need to increase LIBZYPP_MINOR
-#   if it already differs from 'LAST RELEASED:'.
-#
 # - MOST IMPORTANT:
-#   Before you submitt to autobuild, rmember the
-#   new version in 'LAST RELEASED:', and add a
-#   note in the changes file.
+#   - Before you submitt to git:
+# - Remember the new version in 'LAST RELEASED:'
+# - State the new version in the changes file by adding a line
+#   - version MAJOR.MINOR.PATCH (COMPATMINOR)
+# - Commit changes and version files together in a separate
+#   commit using -m 'changes MAJOR.MINOR.PATCH (COMPATMINOR)'
+# - Tag the above commit with 'MAJOR.MINOR.PATCH' using
+#   -m tagging MAJOR.MINOR.PATCH.
 #
-# - Consider calling ./mkChangelog to edit the
-#   changes file. See './mkChangelog -h' for help.
+# - Consider calling ./mkChangelog to assist you.
+#   See './mkChangelog -h' for help.
 #
 SET(LIBZYPP_MAJOR 8)
 SET(LIBZYPP_COMPATMINOR 10)
 SET(LIBZYPP_MINOR 13)
-SET(LIBZYPP_PATCH 1)
+SET(LIBZYPP_PATCH 3)
 #
-# LAST RELEASED: 8.13.1 (10)
+# LAST RELEASED: 8.13.3 (10)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-8.13.1/mkChangelog 
new/libzypp-8.13.3/mkChangelog
--- old/libzypp-8.13.1/mkChangelog  2011-10-13 13:10:00.0 +0200
+++ new/libzypp-8.13.3/mkChangelog  2012-03-02 09:26:25.0 +0100
@@ -1,80 +1,42 @@
 #! /bin/bash
-#
+
+function Recho() { echo -e \e[0;31m$@\e[0m; }
+function Gecho() { echo -e \e[0;32m$@\e[0m; }
+function Becho() { echo -e \e[0;34m$@\e[0m; }
 
 function errexit() {
   exec 2
-  echo Error: $@
+  Recho Error: $@
   exit 1
 }
 
-export LC_ALL=
-EDITOR=${EDITOR:-vi}
-
-TDIR=$(dirname $0)
-test -n $TDIR  cd $TDIR
-
-CHANGESFILE=$(ls package/*.changes)
-test -f $CHANGESFILE || errexit No changes file '$CHANGESFILE'
-
-VERSIONFILE=VERSION.cmake
-test -f $VERSIONFILE || errexit No version file '$VERSIONFILE'
-
-LANG=en
-
-## Version.cmake tags in getversion() are still zypp specific.
-
 function usage() {
   exec 2
-cat EOF
-
-Usage:   $(basename $0) [OPTIONS]
-Options: -h,-?,--help   This page.
-
-$(basename $0) will load the changes file '$CHANGESFILE'
-into your editor (\$EDITOR=$EDITOR), providing a new changes
-entry template:
+  cat EOF
+  Usage:
+   $(basename $0) [OPTIONS]
+
+  Options:
+   -h,-?,--helpThis page.
+   -n  Dryrun.
+
+Prepare a new changes file 

commit logrotate for openSUSE:11.4

2012-03-13 Thread h_root

Hello community,

here is the log from the commit of package logrotate for openSUSE:11.4
checked in at Tue Mar 13 14:03:07 CET 2012.




--- old-versions/11.4/UPDATES/all/logrotate/logrotate.changes   2012-01-31 
16:13:15.0 +0100
+++ 11.4/logrotate/logrotate.changes2012-03-12 16:13:42.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 12 15:11:56 UTC 2012 - vci...@suse.com
+
+- fix a typo in logrotate-3.7.9-su.diff patch (bnc#751358)
+
+---

calling whatdependson for 11.4-i586




Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.wXXX4N/_old  2012-03-13 14:02:35.0 +0100
+++ /var/tmp/diff_new_pack.wXXX4N/_new  2012-03-13 14:02:35.0 +0100
@@ -24,7 +24,7 @@
 BuildRequires:  libselinux-devel
 Summary:Rotate, Compress, Remove, and Mail System Log Files
 Version:3.7.9
-Release:6.RELEASE9
+Release:6.RELEASE11
 License:GPLv2+
 Group:  System/Base
 Source: %{name}-%{version}.tar.bz2

++ logrotate-3.7.9-su.diff ++
--- /var/tmp/diff_new_pack.wXXX4N/_old  2012-03-13 14:02:35.0 +0100
+++ /var/tmp/diff_new_pack.wXXX4N/_new  2012-03-13 14:02:35.0 +0100
@@ -281,7 +281,7 @@
  
  if (!debug) {
 -  if ((fdcurr = open(currLog, (flags  LOG_FLAG_COPY) ? O_RDONLY : 
O_RDWR))  0) {
-+  if ((fdcurr = open(currLog, ((flags  LOG_FLAG_COPY) ? O_RDONLY : 
O_RDWR)) | O_NOFOLLOW)  0) {
++  if ((fdcurr = open(currLog, ((flags  LOG_FLAG_COPY) ? O_RDONLY : 
O_RDWR) | O_NOFOLLOW))  0) {
message(MESS_ERROR, error opening %s: %s\n, currLog,
strerror(errno));
return 1;

continue with q...



Remember to have fun...

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



commit zypper for openSUSE:11.4

2012-03-13 Thread h_root

Hello community,

here is the log from the commit of package zypper for openSUSE:11.4
checked in at Tue Mar 13 14:03:24 CET 2012.




--- old-versions/11.4/UPDATES/all/zypper/zypper.changes 2011-07-25 
11:49:42.0 +0200
+++ 11.4/zypper/zypper.changes  2012-01-10 19:08:38.0 +0100
@@ -1,0 +2,22 @@
+Tue Jan 10 18:53:36 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Tue Jan 10 18:41:12 CET 2012 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Tue Jan 10 13:24:48 CET 2012 - m...@suse.de
+
+- Return nonzero (104 - INF_CAP_NOT_FOUND) when query matches no 
+  package (bnc#719690)
+- version 1.5.9
+
+---
+Sun Nov 27 01:13:52 CET 2011 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---

calling whatdependson for 11.4-i586


Old:

  zypper-1.5.7.tar.bz2

New:

  zypper-1.5.9.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.sq4H0E/_old  2012-03-13 14:03:09.0 +0100
+++ /var/tmp/diff_new_pack.sq4H0E/_new  2012-03-13 14:03:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zypper
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,8 +36,8 @@
 Group:  System/Packages
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Command line software manager using libzypp
-Version:1.5.7
-Release:0.RELEASE4
+Version:1.5.9
+Release:0.RELEASE2
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
 Url:http://en.opensuse.org/Zypper

++ zypper-1.5.7.tar.bz2 - zypper-1.5.9.tar.bz2 ++
old-versions/11.4/UPDATES/all/zypper/zypper-1.5.7.tar.bz2 
11.4/zypper/zypper-1.5.9.tar.bz2 differ: char 11, line 1

continue with q...



Remember to have fun...

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



commit chromium for openSUSE:12.1:Update:Test

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package chromium for 
openSUSE:12.1:Update:Test checked in at 2012-03-13 14:03:34

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


Package is chromium, Maintainer is prus...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/chromium/chromium.changes   
2012-02-27 16:45:52.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.chromium.new/chromium.changes  
2012-03-13 14:03:52.0 +0100
@@ -1,0 +2,76 @@
+Sun Mar 11 08:01:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 19.0.1066
+  * Fixed Chrome install/update resets Google search preferences 
+(Issue: 105390)
+  * Don't trigger accelerated compositing on 3D CSS when using 
+swiftshader (Issue: 116401)
+  * Fixed a GPU crash (Issue: 116096)
+  * More fixes for Back button frequently hangs (Issue: 93427)
+  * Bastion now works (Issue: 116285)
+  * Fixed Composited layer sorting irregularity with accelerated
+canvas (Issue: 102943)
+  * Fixed Composited layer sorting irregularity with accelerated 
+canvas (Issue: 102943)
+  * Fixed Google Feedback causes render process to use too much 
+memory (Issue: 114489)
+  * Fixed after upgrade, some pages are rendered as blank 
+(Issue: 109888)
+  * Fixed Pasting text into a single-line text field shouldn't 
+keep literal newlines (Issue: 106551)
+- Security Fixes: 
+  * Critical CVE-2011-3047: Errant plug-in load and GPU process 
+memory corruption
+  * Critical CVE-2011-3046: UXSS and bad history navigation.
+
+---
+Mon Mar  5 20:53:06 UTC 2012 - vdziewie...@suse.com
+
+- add Provides: browser(npapi) FATE#313084
+
+---
+Sat Mar  3 16:55:15 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 19.0.1060
+  * Fixed NTP signed in state is missing (Issue: 112676)
+  * Fixed gmail seems to redraw itself (all white) occasionally 
+(Issue: 111263)
+  * Focus OK button on Javascript dialogs (Issue: 111015)
+  * Fixed Back button frequently hangs (Issue: 93427)
+  * Increase the buffer size to fix muted playback rate 
+(Issue: 108239)
+  * Fixed Empty span with line-height renders with non-zero height
+(Issue: 109811)
+  * Marked the Certum Trusted Network CA as an issuer of 
+extended-validation (EV) certificates.
+  * Fixed importing of bookmarks, history, etc. from Firefox 10+.
+  * Fixed issues - 114001, 110785, 114168, 114598, 111663, 113636, 
+112676
+  * Fixed several crashes (Issues: 111376, 108688, 114391)
+  * Fixed Firefox browser in Import Bookmarks and Settings 
+drop-down (Issue: 114476)
+  * Sync: Sessions aren't associating pre-existing tabs
+(Issue: 113319)
+  * Fixed All Extensions make an entry under the NTP Apps
+ page (Issue: 113672)
++ Security Fixes (bnc#750407): 
+  *  High CVE-2011-3031: Use-after-free in v8 element wrapper.
+  *  High CVE-2011-3032: Use-after-free in SVG value handling.
+  *  High CVE-2011-3033: Buffer overflow in the Skia drawing library.
+  *  High CVE-2011-3034: Use-after-free in SVG document handling.
+  *  High CVE-2011-3035: Use-after-free in SVG use handling.
+  *  High CVE-2011-3036: Bad cast in line box handling.
+  *  High CVE-2011-3037: Bad casts in anonymous block splitting.
+  *  High CVE-2011-3038: Use-after-free in multi-column handling.
+  *  High CVE-2011-3039: Use-after-free in quote handling.
+  *  High CVE-2011-3040: Out-of-bounds read in text handling.
+  *  High CVE-2011-3041: Use-after-free in class attribute handling.
+  *  High CVE-2011-3042: Use-after-free in table section handling.
+  *  High CVE-2011-3043: Use-after-free in flexbox with floats.
+  *  High CVE-2011-3044: Use-after-free with SVG animation elements.
+- Remove the external ffmepg headers and start using the ones 
+  delivered with Chromium. Changes to Chromium are no longer in line 
+  with any ffmpeg version :-(. So we can only use the Chromium 
+  ffmpeg headers.
+
+---

Old:

  chromium.19.0.1046.0.svn122684.tar.bz2
  ffmpeg-0.6-headers.tar.bz2

New:

  chromium.19.0.1066.0.svn126066.tar.bz2



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.CGwWPo/_old  2012-03-13 14:04:05.0 +0100
+++ /var/tmp/diff_new_pack.CGwWPo/_new  2012-03-13 14:04:05.0 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define v8_ver 3.9.7.0
-%define svn_revision 122684
+%define v8_ver 3.9.13.0
+%define svn_revision 126066
 
 Name:   chromium
-Version:19.0.1046.0
+Version:19.0.1066.0
 Release:0
 Summary:

commit v8 for openSUSE:12.1:Update:Test

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package v8 for openSUSE:12.1:Update:Test 
checked in at 2012-03-13 14:04:09

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


Package is v8, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/v8/v8.changes   2012-02-27 
16:46:31.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.v8.new/v8.changes  2012-03-13 
14:04:10.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar  3 16:16:13 UTC 2012 - tittiatc...@gmail.com
+
+- Update to 3.9.13.0
+  * Add code kind check before preparing for OSR. (issue 1900, 115073)
+  * Pass zone explicitly to zone-allocation on x64 and ARM. (issue 1802)
+  * Port string construct stub to x64. (issue 849)
+  * Performance and stability improvements on all platforms.
+
+---

Old:

  v8.3.9.7.0.tar.lzma

New:

  v8.3.9.13.0.tar.lzma



Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.8rXcT2/_old  2012-03-13 14:04:11.0 +0100
+++ /var/tmp/diff_new_pack.8rXcT2/_new  2012-03-13 14:04:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   v8
-Version:3.9.7.0
+Version:3.9.13.0
 Release:0
 Summary:JavaScript Engine
 License:BSD-3-Clause
@@ -111,7 +111,7 @@
 rm -rf libv8.so
 rm -rf libv8preparser.so
 # Now, lets make it right.
-g++ %{optflags} -fPIC -o libv8preparser.so.%{sover} -shared 
-W1,-soname,libv8preparser.so.%{somajor} obj/release/allocation.os 
obj/release/bignum-dtoa.os obj/release/bignum.os obj/release/cached-powers.os 
obj/release/conversions.os obj/release/diy-fp.os obj/release/dtoa.os 
obj/release/fast-dtoa.os obj/release/fixed-dtoa.os obj/release/hashmap.os 
obj/release/preparse-data.os obj/release/preparser-api.os 
obj/release/preparser.os obj/release/scanner.os obj/release/strtod.os 
obj/release/token.os obj/release/unicode.os obj/release/utils.os -lpthread
+g++ %{optflags} -fPIC -o libv8preparser.so.%{sover} -shared 
-W1,-soname,libv8preparser.so.%{somajor} obj/release/allocation.os 
obj/release/bignum-dtoa.os obj/release/bignum.os obj/release/cached-powers.os 
obj/release/conversions.os obj/release/diy-fp.os obj/release/dtoa.os 
obj/release/fast-dtoa.os obj/release/fixed-dtoa.os obj/release/preparse-data.os 
obj/release/preparser-api.os obj/release/preparser.os obj/release/scanner.os 
obj/release/strtod.os obj/release/token.os obj/release/unicode.os 
obj/release/utils.os -lpthread
 rm obj/release/preparser-api.os
 %ifarch arm
 g++ %{optflags} -fPIC -o libv8.so.%{sover} -shared 
-Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/arm/*.os 
obj/release/extensions/*.os -lpthread

++ buildfix.diff ++
--- /var/tmp/diff_new_pack.8rXcT2/_old  2012-03-13 14:04:11.0 +0100
+++ /var/tmp/diff_new_pack.8rXcT2/_new  2012-03-13 14:04:11.0 +0100
@@ -1,14 +1,14 @@
 --- SConstruct 2010-11-14 16:44:36.02003 +0100
 +++ SConstruct 2010-11-14 17:12:37.583000227 +0100
-@@ -292,7 +292,6 @@
+@@ -293,7 +293,6 @@
'gcc': {
  'all': {
'WARNINGFLAGS': ['-Wall',
 -   '-Werror',
 '-W',
 '-Wno-unused-parameter',
-'-Wnon-virtual-dtor']
-@@ -373,7 +372,7 @@
+'-Woverloaded-virtual',
+@@ -391,7 +390,7 @@
  DTOA_EXTRA_FLAGS = {
'gcc': {
  'all': {

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



commit postfix for openSUSE:12.1:Update:Test

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package postfix for 
openSUSE:12.1:Update:Test checked in at 2012-03-13 14:03:55

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


Package is postfix, Maintainer is vark...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/postfix/postfix.changes 2012-01-12 
16:01:14.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.postfix.new/postfix.changes
2012-03-13 14:04:08.0 +0100
@@ -1,0 +2,45 @@
+Wed Mar  7 06:31:05 UTC 2012 - vark...@suse.com
+
+- rcpostfix now updates the aliases too
+
+---
+Mon Feb 27 16:35:56 UTC 2012 - ch...@computersalat.de
+
+- update to 2.8.8
+  Bugfixes:
+  tlsproxy(8) stored TLS sessions with a serverID of
+ tlsproxy instead of smtpd, wasting an opportunity for
+ session reuse.  File: tlsproxy/tlsproxy.c.
+  missing lookup table entry and terminator, causing
+ proxymap server segfault when postscreen(8) or verify(8)
+ attempted to access their cache via the proxymap server.
+ This could never have worked anyway, because the Postfix
+ 2.8 proxymap protocol does not support cache cleanup.  File
+ util/dict.c.
+  the Postfix client sqlite
+ quoting routine returned the unquoted result instead of the
+ quoted text.  The opportunities for misuse are limited,
+ because Postfix sqlite files are usually owned by root, and
+ Postfix daemons usually run with non-root privileges so
+ they can't corrupt the database. Problem reported by Rob
+ McGee (rob0).  File: global/dict_sqlite.c.
+  the trace service did not
+ distinguish between notifications for a non-bounce or a
+ bounce message. This code pre-dates DSN support and should
+ have been updated when it was re-purposed to handle DSN
+ SUCCESS notifications. Problem reported by Sabahattin
+ Gucukoglu.  File: bounce/bounce_trace_service.c.
+- use latest VDA patch (2.8.5)
+
+---
+Wed Jan 25 15:12:38 UTC 2012 - vark...@suse.com
+
+- bnc#743369 - yast2 mail module does not open the firewall
+- Set MD5DIR in SuSEconfig.postfix to avoid warnings
+
+---
+Tue Jan 17 11:14:30 UTC 2012 - vark...@suse.com
+
+- bnc738693 - upgrade from 11.4 enables mysql service for systemd 
+
+---

Old:

  postfix-2.8.7.tar.bz2
  postfix-vda-v10-2.8.3.patch

New:

  postfix-2.8.8.tar.bz2
  postfix-vda-v10-2.8.5.patch



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.iz15Xv/_old  2012-03-13 14:04:08.0 +0100
+++ /var/tmp/diff_new_pack.iz15Xv/_new  2012-03-13 14:04:08.0 +0100
@@ -20,7 +20,7 @@
 Summary:A fast, secure, and flexible mailer
 License:IPL-1.0
 Group:  Productivity/Networking/Email/Servers
-Version:2.8.7
+Version:2.8.8
 Release:0
 Url:http://www.postfix.org/
 Source: %{name}-%{version}.tar.bz2
@@ -35,7 +35,7 @@
 Patch10:%{name}-2.8.3-main.cf.patch
 Patch11:%{name}-2.8.3-master.cf.patch
 Patch12:%{name}-2.8.3-post-install.patch
-Patch20:%{name}-vda-v10-2.8.3.patch
+Patch20:%{name}-vda-v10-2.8.5.patch
 Patch21:postfix-2.8.5-ssl-release-buffers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
@@ -252,7 +252,7 @@
 mkdir   -p $RPM_BUILD_ROOT/%{omc_dir}
 install -m 644 %{name}-SuSE/%{name}.xml $RPM_BUILD_ROOT/%{omc_dir}
 mkdir -p  $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
-install -m 644 %{name}-SuSE/%{name}-fw
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/%{name}
+install -m 644 %{name}-SuSE/%{name}-fw
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/smtp
 {
 catEOF
 #
@@ -469,7 +469,7 @@
 %config(noreplace) /etc/%{name}/bounce.cf.default
 %config(noreplace) /etc/%{name}/dynamicmaps.cf
 %config(noreplace) /etc/%{name}/ldap_aliases.cf
-%config /etc/sysconfig/SuSEfirewall2.d/services/%{name}
+%config /etc/sysconfig/SuSEfirewall2.d/services/smtp
 %dir /etc/sasl2/
 %config(noreplace) /etc/sasl2/smtpd.conf
 %config /etc/%{name}/LICENSE

++ postfix-2.8.7.tar.bz2 - postfix-2.8.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-2.8.7/HISTORY new/postfix-2.8.8/HISTORY
--- old/postfix-2.8.7/HISTORY   2011-11-05 20:16:53.0 +0100
+++ new/postfix-2.8.8/HISTORY   2012-01-31 22:13:45.0 +0100
@@ -16695,3 +16695,55 @@
 
   

commit expat for openSUSE:11.4

2012-03-13 Thread h_root

Hello community,

here is the log from the commit of package expat for openSUSE:11.4
checked in at Tue Mar 13 15:15:15 CET 2012.




--- old-versions/11.4/UPDATES/all/expat/expat.changes   2012-03-08 
12:47:44.0 +0100
+++ 11.4/expat/expat.changes2012-03-12 14:48:33.0 +0100
@@ -1 +1,13 @@
-Thu Mar  8 11:43:37 UTC 2012 - vdziewie...@suse.com
+---
+Mon Mar 12 13:46:28 UTC 2012 - vdziewie...@suse.com
+
+-Fixed VUL0: CVE-2012-1147 - Resource leak in readfilemap.c. (bnc#751464)
+-Fixed VUL0: CVE-2012-1148 - Memory leak in poolGrow. (bnc#751465)
+- 
+
+---
+Fri Mar  9 14:53:13 UTC 2012 - vdziewie...@suse.com
+
+
+---
+Thu Mar  8 11:34:58 UTC 2012 - vdziewie...@suse.com
@@ -5 +17,15 @@
---
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+- Add libexpat-devel to baselibs
+
+---
+Fri Feb 25 16:01:01 UTC 2011 - prus...@opensuse.org
+
+- fix license (MIT) in spec file
+
+---

calling whatdependson for 11.4-i586


New:

  expat-CVE-2012-1147.patch
  expat-CVE-2012-1148.patch



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.cV1ABR/_old  2012-03-13 15:15:03.0 +0100
+++ /var/tmp/diff_new_pack.cV1ABR/_new  2012-03-13 15:15:03.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   expat
 Version:2.0.1
-Release:102.RELEASE103
+Release:102.RELEASE105
 Url:http://expat.sourceforge.net/
 # bug437293
 %ifarch ppc64
@@ -35,6 +35,9 @@
 Patch0: %{name}-CVE-2009-2625.patch
 Patch1: %{name}-CVE-2009-3560.patch
 Patch2: %{name}-CVE-2012-0876.patch
+Patch3: %{name}-CVE-2012-1147.patch
+Patch4: %{name}-CVE-2012-1148.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 
@@ -47,7 +50,7 @@
 xmltok/xmltok.h. The directory xmlparse contains an XML parser library
 that is built on top of the xmltok library. The interface is documented
 in xmlparse/xmlparse.h. The directory sample contains a simple example
-program using this interface. The directory sample/build.bat is a batch
+program using this interface. The file sample/build.bat is a batch
 file to build the example using Visual C++. The directory xmlwf
 contains the xmlwf application, which uses the xmlparse library. The
 arguments to xmlwf are one or more files to check for well-formedness.
@@ -61,15 +64,9 @@
 internal subset or it is declared as stand-alone in the XML
 declaration).
 
-
-
-Authors:
-
-James Clark j...@jclark.com
-
 %package -n libexpat1
+
 Summary:XML Parser Toolkit
-License:MPL ..
 Group:  Development/Libraries/C and C++
 # bug437293
 %ifarch ppc64
@@ -86,7 +83,7 @@
 xmltok/xmltok.h. The directory xmlparse contains an XML parser library
 that is built on top of the xmltok library. The interface is documented
 in xmlparse/xmlparse.h. The directory sample contains a simple example
-program using this interface. The directory sample/build.bat is a batch
+program using this interface. The file sample/build.bat is a batch
 file to build the example using Visual C++. The directory xmlwf
 contains the xmlwf application, which uses the xmlparse library. The
 arguments to xmlwf are one or more files to check for well-formedness.
@@ -100,15 +97,9 @@
 internal subset or it is declared as stand-alone in the XML
 declaration).
 
-
-
-Authors:
-
-James Clark j...@jclark.com
-
 %package -n libexpat-devel
+
 Summary:XML Parser Toolkit
-License:MPL ..
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
 Requires:   libexpat1 = %{version}
@@ -122,7 +113,7 @@
 xmltok/xmltok.h. The directory xmlparse contains an XML parser library
 that is built on top of the xmltok library. The interface is documented
 in xmlparse/xmlparse.h. The directory sample contains a simple example
-program using this interface. The directory sample/build.bat is a batch
+program using this interface. The file sample/build.bat is a batch
 file to build the example using Visual C++. The directory xmlwf
 contains the xmlwf application, which uses the xmlparse library. The
 arguments to xmlwf are one or more files to check for well-formedness.
@@ -136,23 +127,19 @@
 internal subset or it is declared as stand-alone in the XML
 declaration).
 
-
-
-Authors:
-
-James Clark 

commit expat for openSUSE:12.1:Update:Test

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package expat for openSUSE:12.1:Update:Test 
checked in at 2012-03-13 15:15:24

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


Package is expat, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:12.1:Update:Test/expat/expat.changes 2012-03-08 
18:33:57.0 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.expat.new/expat.changes
2012-03-13 15:15:25.0 +0100
@@ -1,0 +2,11 @@
+Mon Mar 12 13:46:28 UTC 2012 - vdziewie...@suse.com
+
+-Fixed VUL0: CVE-2012-1147 - Resource leak in readfilemap.c. (bnc#751464)
+-Fixed VUL0: CVE-2012-1148 - Memory leak in poolGrow. (bnc#751465)
+- 
+
+---
+Fri Mar  9 14:53:13 UTC 2012 - vdziewie...@suse.com
+
+
+---

New:

  expat-CVE-2012-1147.patch
  expat-CVE-2012-1148.patch



Other differences:
--
++ expat.spec ++
--- /var/tmp/diff_new_pack.tJw710/_old  2012-03-13 15:15:25.0 +0100
+++ /var/tmp/diff_new_pack.tJw710/_new  2012-03-13 15:15:25.0 +0100
@@ -34,6 +34,8 @@
 Patch0: %{name}-CVE-2009-2625.patch
 Patch1: %{name}-CVE-2009-3560.patch
 Patch2: %{name}-CVE-2012-0876.patch
+Patch3: %{name}-CVE-2012-1147.patch
+Patch4: %{name}-CVE-2012-1148.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -127,6 +129,8 @@
 %patch0
 %patch1
 %patch2 -p0
+%patch3 
+%patch4
 cp %{S:1} .
 rm -f examples/*.dsp
 

++ expat-CVE-2012-1147.patch ++
Index: xmlwf/readfilemap.c
===
--- xmlwf/readfilemap.c.orig
+++ xmlwf/readfilemap.c
@@ -58,10 +58,12 @@ filemap(const char *name,
   }
   if (fstat(fd, sb)  0) {
 perror(name);
+close(fd);
 return 0;
   }
   if (!S_ISREG(sb.st_mode)) {
 fprintf(stderr, %s: not a regular file\n, name);
+close(fd);
 return 0;
   }
   nbytes = sb.st_size;
++ expat-CVE-2012-1148.patch ++
--- lib/xmlparse.c  2009/12/29 18:42:05 1.166
+++ lib/xmlparse.c  2010/02/25 18:35:36 1.167
@@ -6122,12 +6122,13 @@
   }
   if (pool-blocks  pool-start == pool-blocks-s) {
 int blockSize = (int)(pool-end - pool-start)*2;
-pool-blocks = (BLOCK *)
+BLOCK *temp = (BLOCK *)
   pool-mem-realloc_fcn(pool-blocks,
  (offsetof(BLOCK, s)
   + blockSize * sizeof(XML_Char)));
-if (pool-blocks == NULL)
+if (temp == NULL)
   return XML_FALSE;
+pool-blocks = temp;
 pool-blocks-size = blockSize;
 pool-ptr = pool-blocks-s + (pool-ptr - pool-start);
 pool-start = pool-blocks-s;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org