commit hwinfo for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory
checked in at Wed Mar 9 10:23:05 CET 2011.




--- hwinfo/hwinfo.changes   2011-02-16 14:39:09.0 +0100
+++ /mounts/work_src_done/STABLE/hwinfo/hwinfo.changes  2011-03-08 
11:26:50.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 11:26:40 CET 2011 - snw...@suse.de
+
+- avoid potential NULL pointer reference (bnc #677686)
+
+---

calling whatdependson for head-i586


Old:

  hwinfo-18.3.tar.bz2

New:

  hwinfo-18.4.tar.bz2



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.5Jw9q5/_old  2011-03-09 10:22:21.0 +0100
+++ /var/tmp/diff_new_pack.5Jw9q5/_new  2011-03-09 10:22:21.0 +0100
@@ -33,9 +33,9 @@
 PreReq: /sbin/ldconfig
 AutoReqProv:on
 Summary:Hardware Library
-Version:18.3
+Version:18.4
 Release:1
-Source: hwinfo-18.3.tar.bz2
+Source: hwinfo-18.4.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ hwinfo-18.3.tar.bz2 - hwinfo-18.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-18.3/VERSION new/hwinfo-18.4/VERSION
--- old/hwinfo-18.3/VERSION 2011-02-16 14:38:46.0 +0100
+++ new/hwinfo-18.4/VERSION 2011-03-08 11:26:37.0 +0100
@@ -1 +1 @@
-18.3
+18.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-18.3/changelog new/hwinfo-18.4/changelog
--- old/hwinfo-18.3/changelog   2011-02-16 14:38:47.0 +0100
+++ new/hwinfo-18.4/changelog   2011-03-08 11:26:38.0 +0100
@@ -1,4 +1,7 @@
-2011-02-16:HEAD
+2011-03-08:HEAD
+   - avoid potential NULL pointer reference (bnc #677686)
+
+2011-02-16:18.3
- support Draytech miniVigor 128 ISDN (bnc #663288)
 
 2011-02-16:18.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-18.3/src/hd/usb.c new/hwinfo-18.4/src/hd/usb.c
--- old/hwinfo-18.3/src/hd/usb.c2011-02-16 14:19:01.0 +0100
+++ new/hwinfo-18.4/src/hd/usb.c2011-03-08 11:11:44.0 +0100
@@ -516,7 +516,7 @@
 hd_sysfs_id(name)
   );
 
-  if(!strncmp(sf_cdev_name, ts, sizeof ts - 1)) return;
+  if(!sf_cdev_name || !strncmp(sf_cdev_name, ts, sizeof ts - 1)) return;
 
   if((s = get_sysfs_attr_by_path(name, dev))) {
 if(sscanf(s, %u:%u, u1, u2) == 2) {






Remember to have fun...

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



commit exiftool for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package exiftool for openSUSE:Factory
checked in at Wed Mar 9 10:24:04 CET 2011.





calling whatdependson for head-i586




Other differences:
--
++ exiftool.spec ++
--- /var/tmp/diff_new_pack.AvO3YC/_old  2011-03-09 10:23:33.0 +0100
+++ /var/tmp/diff_new_pack.AvO3YC/_new  2011-03-09 10:23:33.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package exiftool (Version 8.40)
+# spec file for package exiftool
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 BuildRequires:  perl-macros
 
 Name:   exiftool
-License:Artistic License .. ; GPLv2+
+License:Artistic 1.0 | GPLv2+
 Group:  Productivity/Graphics/Other
 AutoReqProv:on
 Summary:A Highly Customizable Perl Script for Reading and Writing Meta 
Information in Files
 Version:8.40
-Release:1
+Release:6
 Source: Image-ExifTool-%{version}.tar.bz2
 Url:http://www.sno.phy.queensu.ca/~phil/exiftool/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build






Remember to have fun...

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



commit freeradius-client for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package freeradius-client for 
openSUSE:Factory
checked in at Wed Mar 9 10:24:37 CET 2011.





calling whatdependson for head-i586




Other differences:
--
++ freeradius-client.spec ++
--- /var/tmp/diff_new_pack.vhYexJ/_old  2011-03-09 10:24:20.0 +0100
+++ /var/tmp/diff_new_pack.vhYexJ/_new  2011-03-09 10:24:20.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package freeradius-client (Version 1.1.6)
+# spec file for package freeradius-client
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 Name:   freeradius-client
 Summary:FreeRADIUS Client Software
 Version:1.1.6
-Release:41
+Release:51
 AutoReqProv:on
 Obsoletes:  radiusclient radiusclient-ng
 Group:  Productivity/Networking/Radius/Clients
-License:BSD 3-Clause
+License:BSD2c
 Url:http://www.freeradius.org/freeradius-client/
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE
@@ -44,7 +44,7 @@
 Peter Nixon pe...@suntel.com.tr
 
 %package libs
-License:Artistic License
+License:BSD2c
 Summary:Shared library of FreeRADIUS Client
 Group:  Productivity/Networking/Radius/Clients
 
@@ -58,7 +58,7 @@
 Peter Nixon pe...@suntel.com.tr
 
 %package devel
-License:Artistic License
+License:BAD2c
 Summary:Header files, libraries and development documentation for 
freeradius-client
 Group:  Productivity/Networking/Radius/Clients
 Requires:   %{name}-libs = %{version} glibc-devel






Remember to have fun...

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



commit dbus-1 for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory
checked in at Wed Mar 9 17:23:42 CET 2011.




--- dbus-1/dbus-1-x11.changes   2011-01-02 14:18:54.0 +0100
+++ /mounts/work_src_done/STABLE/dbus-1/dbus-1-x11.changes  2011-03-09 
14:25:55.0 +0100
@@ -1,0 +2,43 @@
+Wed Mar  9 13:23:09 UTC 2011 - co...@novell.com
+
+- Update to 1.4.6
+  • Remove unfinished changes intended to support GTest-based tests,
+which were mistakenly included in 1.4.4
+
+- Update to 1.4.4
+  • Switch back to using even micro versions for stable releases; 1.4.1
+should have been called 1.4.2, so skip that version number
+  • Don't leave bad file descriptors being watched when spawning processes,
+which could result in a busy-loop (fd.o #32992, NB#200248; possibly
+also LP#656134, LP#680444, LP#713157)
+  • Check for MSG_NOSIGNAL correctly
+  • Fix failure to detect abstract socket support (fd.o #29895)
+  • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
+(fd.o #32262, NB#180486)
+  • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
+fd.o #33128, fd.o #33277, fd.o #33126, NB#180486)
+  • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854)
+  • Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486)
+  • Improve gcc malloc annotations (fd.o #32710)
+  • If the system bus is launched via systemd, protect it from the OOM killer
+  • Documentation improvements (fd.o #11190)
+  • Avoid readdir_r, which is difficult to use correctly (fd.o #8284,
+fd.o #15922, LP#241619)
+  • Cope with invalid files in session.d, system.d (fd.o #19186,
+Debian #230231)
+  • Don't distribute generated files that embed our builddir (fd.o #30285,
+fd.o #34292)
+  • Raise the system bus's fd limit to be sufficient for its configuration
+(fd.o #33474, LP#381063)
+  • Fix syslog string processing
+  • Ignore -Waddress
+  • Remove broken gcov parsing code and --enable-gcov, and replace them
+with lcov HTML reports and --enable-compiler-coverage (fd.o #10887)
+  • Windows:
+· avoid live-lock in Windows CE due to unfair condition variables
+  • OpenBSD:
+· support credentials-passing (fd.o #32542)
+  • Solaris:
+· opt-in to thread safety (fd.o #33464)
+
+---
dbus-1.changes: same change

calling whatdependson for head-i586


Old:

  dbus-1.4.1.tar.bz2

New:

  _service
  _service:recompress:download_url:dbus-1.4.6.tar.bz2



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.LKrjsE/_old  2011-03-09 17:13:44.0 +0100
+++ /var/tmp/diff_new_pack.LKrjsE/_new  2011-03-09 17:13:44.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package dbus-1-x11 (Version 1.4.1)
+# spec file for package dbus-1-x11
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -28,7 +28,7 @@
 # COMMON1-BEGIN
 BuildRequires:  doxygen libexpat-devel libzio pkgconfig
 BuildRequires:  audit-devel
-Version:1.4.1
+Version:1.4.6
 Release:1
 AutoReqProv:on
 # bug437293

dbus-1.spec: same change
++ _service ++
services
  service name=download_url
param name=protocolhttp/param
param name=hostdbus.freedesktop.org/param
param name=path/releases/dbus/dbus-1.4.6.tar.gz/param
  /service
  service name=verify_file
param name=file_service:download_url:dbus-1.4.6.tar.gz/param
param name=verifiersha256/param
param 
name=checksum753e1e64df2de518ec93bdee9a813a85b3c147a363615412818c3c095cb8a567/param
  /service
  service name=recompress
param name=file*.tar.gz/param
param name=compressionbz2/param
  /service
/services





Remember to have fun...

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



commit ConsoleKit for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package ConsoleKit for openSUSE:Factory
checked in at Wed Mar 9 17:24:23 CET 2011.




--- ConsoleKit/ConsoleKit-doc.changes   2010-11-18 16:04:10.0 +0100
+++ /mounts/work_src_done/STABLE/ConsoleKit/ConsoleKit-doc.changes  
2011-03-09 14:05:16.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 13:04:48 UTC 2011 - co...@novell.com
+
+- version 0.4.4
+  - Small fixes for systemd support
+
+---
ConsoleKit.changes: same change

calling whatdependson for head-i586


Old:

  ConsoleKit-0.4.3.tar.bz2

New:

  _service
  _service:download_url:ConsoleKit-0.4.4.tar.bz2



Other differences:
--
++ ConsoleKit-doc.spec ++
--- /var/tmp/diff_new_pack.mMfg0t/_old  2011-03-09 17:24:01.0 +0100
+++ /var/tmp/diff_new_pack.mMfg0t/_new  2011-03-09 17:24:01.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ConsoleKit-doc (Version 0.4.3)
+# spec file for package ConsoleKit-doc
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 Provides:   
ConsoleKit:/usr/share/doc/packages/ConsoleKit/spec/ConcoleKit.html
 %endif
 Summary:System daemon for tracking users, sessions and seats
-Version:0.4.3
+Version:0.4.4
 Release:1
 License:GPLv2+
 Group:  System/Daemons

ConsoleKit.spec: same change
++ _service ++
services
  service name=download_url
param name=protocolhttp/param
param name=hostwww.freedesktop.org/param
param 
name=path/software/ConsoleKit/dist/ConsoleKit-0.4.4.tar.bz2/param
  /service
  service name=verify_file
param name=file_service:download_url:ConsoleKit-0.4.4.tar.bz2/param
param name=verifiersha256/param
param 
name=checksumf0c00969fb6fe7d628071f0f43ac0d411982a5e798d7dc31747caa772c9716ae/param
  /service
/services




Remember to have fun...

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



commit kdepimlibs4 for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory
checked in at Wed Mar 9 17:33:34 CET 2011.




--- KDE/kdepimlibs4/kdepimlibs4.changes 2011-02-17 15:12:05.0 +0100
+++ /mounts/work_src_done/STABLE/kdepimlibs4/kdepimlibs4.changes
2011-03-08 14:09:53.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:09:52 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdepimlibs-4.6.0.tar.bz2

New:

  kdepimlibs-4.6.1.tar.bz2



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.qUs90R/_old  2011-03-09 17:33:13.0 +0100
+++ /var/tmp/diff_new_pack.qUs90R/_new  2011-03-09 17:33:13.0 +0100
@@ -23,8 +23,8 @@
 Group:  System/GUI/KDE
 Summary:KDE PIM Libraries
 Url:http://www.kde.org
-Version:4.6.0
-Release:6
+Version:4.6.1
+Release:1
 Source0:kdepimlibs-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,11 +59,11 @@
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+%_kde4_bindir/update-mime-database %{_datadir}/mime  /dev/null || :
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+%_kde4_bindir/update-mime-database %{_datadir}/mime  /dev/null || :
 
 %clean
   rm -rf $RPM_BUILD_ROOT

++ kdepimlibs-4.6.0.tar.bz2 - kdepimlibs-4.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdepimlibs-4.6.0/CMakeLists.txt 
new/kdepimlibs-4.6.1/CMakeLists.txt
--- old/kdepimlibs-4.6.0/CMakeLists.txt 2011-01-18 22:24:55.0 +0100
+++ new/kdepimlibs-4.6.1/CMakeLists.txt 2011-02-25 23:05:49.0 +0100
@@ -6,8 +6,8 @@
 
 ### The kdepimlibs version (used e.g. in KdepimLibsConfig.cmake) 
###
 set(KDEPIMLIBS_VERSION_MAJOR 4)
-set(KDEPIMLIBS_VERSION_MINOR 5)
-set(KDEPIMLIBS_VERSION_PATCH 95)
+set(KDEPIMLIBS_VERSION_MINOR 6)
+set(KDEPIMLIBS_VERSION_PATCH 1)
 set(KDEPIMLIBS_VERSION 
${KDEPIMLIBS_VERSION_MAJOR}.${KDEPIMLIBS_VERSION_MINOR}.${KDEPIMLIBS_VERSION_PATCH})
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-4.6.0/akonadi/contact/editor/im/protocols/aimprotocol.desktop 
new/kdepimlibs-4.6.1/akonadi/contact/editor/im/protocols/aimprotocol.desktop
--- 
old/kdepimlibs-4.6.0/akonadi/contact/editor/im/protocols/aimprotocol.desktop
2011-01-18 22:24:55.0 +0100
+++ 
new/kdepimlibs-4.6.1/akonadi/contact/editor/im/protocols/aimprotocol.desktop
2011-02-25 18:45:07.0 +0100
@@ -18,6 +18,7 @@
 Comment[gl]=Protocolo AIM
 Comment[hu]=AIM protokoll
 Comment[it]=Protocollo AIM
+Comment[ja]=AIM プロトコル
 Comment[kk]=AIM протоколы
 Comment[km]=ពិធីការ​ AIM ​​
 Comment[lt]=AIM protokolas
@@ -28,7 +29,7 @@
 Comment[pt]=Protocolo AIM
 Comment[pt_BR]=Protocolo do AIM
 Comment[ro]=Protocol AIM
-Comment[ru]=Протокол AIM
+Comment[ru]=Протокол обмена сообщениями AIM
 Comment[sr]=Протокол АИМ
 Comment[sr@ijekavian]=Протокол АИМ
 Comment[sr@ijekavianlatin]=Protokol AIM
@@ -55,6 +56,7 @@
 Name[gl]=AIM
 Name[hu]=AIM
 Name[it]=AIM
+Name[ja]=AIM
 Name[kk]=AIM
 Name[km]=AIM​
 Name[lt]=AIM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdepimlibs-4.6.0/akonadi/contact/editor/im/protocols/gaduprotocol.desktop 
new/kdepimlibs-4.6.1/akonadi/contact/editor/im/protocols/gaduprotocol.desktop
--- 
old/kdepimlibs-4.6.0/akonadi/contact/editor/im/protocols/gaduprotocol.desktop   
2011-01-18 22:24:55.0 +0100
+++ 
new/kdepimlibs-4.6.1/akonadi/contact/editor/im/protocols/gaduprotocol.desktop   
2011-02-25 18:45:07.0 +0100
@@ -18,6 +18,7 @@
 Comment[gl]=Protocolo Gadu-Gadu
 Comment[hu]=Gadu-Gadu protokoll
 Comment[it]=Protocollo Gadu-Gadu
+Comment[ja]=Gadu-Gadu プロトコル
 Comment[kk]=Gadu-Gadu протоколы
 Comment[km]=ពិធីការ​ Gadu-Gadu
 Comment[lt]=Gadu-Gadu protokolas
@@ -28,7 +29,7 @@
 Comment[pt]=Protocolo Gadu-Gadu
 Comment[pt_BR]=Protocolo do Gadu-Gadu
 Comment[ro]=Protocol Gadu-Gadu
-Comment[ru]=Протокол Gadu-Gadu
+Comment[ru]=Протокол обмена сообщениями Gadu-Gadu
 Comment[sr]=Протокол гаду‑гаду
 Comment[sr@ijekavian]=Протокол гаду‑гаду
 Comment[sr@ijekavianlatin]=Protokol Gadu‑Gadu
@@ -55,6 +56,7 @@
 Name[gl]=Gadu-Gadu
 Name[hu]=Gadu-Gadu
 Name[it]=Gadu-Gadu
+Name[ja]=Gadu-Gadu
 Name[kk]=Gadu-Gadu
 Name[km]=Gadu-Gadu
 Name[lt]=Gadu-Gadu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit oxygen-icon-theme for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package oxygen-icon-theme for 
openSUSE:Factory
checked in at Wed Mar 9 17:34:21 CET 2011.




--- KDE/oxygen-icon-theme/oxygen-icon-theme.changes 2011-01-19 
23:57:15.0 +0100
+++ /mounts/work_src_done/STABLE/oxygen-icon-theme/oxygen-icon-theme.changes
2011-03-08 14:11:25.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:11:20 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  oxygen-icons-4.6.0.tar.bz2

New:

  oxygen-icons-4.6.1.tar.bz2



Other differences:
--
++ oxygen-icon-theme.spec ++
--- /var/tmp/diff_new_pack.QFOPV5/_old  2011-03-09 17:33:48.0 +0100
+++ /var/tmp/diff_new_pack.QFOPV5/_new  2011-03-09 17:33:48.0 +0100
@@ -26,7 +26,7 @@
 Group:  System/GUI/KDE
 Summary:Oxygen Icon Theme
 Url:http://www.kde.org
-Version:4.6.0
+Version:4.6.1
 Release:1
 Requires:   hicolor-icon-theme
 Recommends: oxygen-icon-theme-scalable










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






Remember to have fun...

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



commit kdebase4-runtime for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-runtime for openSUSE:Factory
checked in at Wed Mar 9 17:36:07 CET 2011.




--- KDE/kdebase4-runtime/kdebase4-runtime.changes   2011-02-27 
10:46:04.0 +0100
+++ /mounts/work_src_done/STABLE/kdebase4-runtime/kdebase4-runtime.changes  
2011-03-08 14:07:46.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:07:44 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdebase-runtime-4.6.0.tar.bz2

New:

  kdebase-runtime-4.6.1.tar.bz2



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.iPgNxQ/_old  2011-03-09 17:35:46.0 +0100
+++ /var/tmp/diff_new_pack.iPgNxQ/_new  2011-03-09 17:35:46.0 +0100
@@ -22,8 +22,8 @@
 Group:  System/GUI/KDE
 Summary:The KDE Runtime Components
 Url:http://www.kde.org/
-Version:4.6.0
-Release:7
+Version:4.6.1
+Release:1
 BuildRequires:  libkde4-devel = %version
 BuildRequires:  NetworkManager-devel bluez-devel libqimageblitz-devel 
openslp-devel
 BuildRequires:  OpenEXR-devel libsmbclient-devel libsoprano-devel 
libxklavier-devel xine-devel
@@ -195,11 +195,11 @@
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+%_kde4_bindir/update-mime-database %{_datadir}/mime  /dev/null || :
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+%_kde4_bindir/update-mime-database %{_datadir}/mime  /dev/null || :
 
 %verifyscript
 %verify_permissions -e /usr/bin/kcheckpass
@@ -581,10 +581,6 @@
 
/usr/share/dbus-1/interfaces/org.kde.nepomuk.services.nepomukbackupsync.merger.xml
 %_kde4_servicesdir/nepomukbackupsync.desktop
 %_kde4_bindir/nepomukbackup
-/usr/include/nepomuk/nepomuksync_export.h
-/usr/include/nepomuk/resourceidentifier.h
-/usr/include/nepomuk/resourcemerger.h
-/usr/include/nepomuk/simpleresource.h
 /usr/share/pixmaps/nepomuk.png
 %_kde4_applicationsdir/nepomukbackup.desktop
 %_kde4_libdir/libnepomuksync.so*


++ kdebase-runtime-4.6.0.tar.bz2 - kdebase-runtime-4.6.1.tar.bz2 ++
 3883 lines of diff (skipped)







Remember to have fun...

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



commit systemd for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Wed Mar 9 17:37:34 CET 2011.




--- systemd/systemd.changes 2011-02-18 10:34:28.0 +0100
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-03-08 
20:21:29.0 +0100
@@ -1,0 +2,136 @@
+Tue Mar  8 19:06:45 UTC 2011 - kasiev...@novell.com
+
+- version 20
+  - service: prefix description with LSB only if script has LSB header,
+use 'SysV:' otherwise
+  - unit: don't accidently create ordering links to targets when
+default deps are off for either target and unit
+  - mount: support less cumbersome x-systemd-xxx mount options
+  - unit: distuingish mandatory from triggering conditions
+  - dbus: return DBUS_ERROR_UNKNOWN_OBJECT when an object
+is unknown
+  - systemctl: when forwarding is-enabled to chkconfig
+hardcode runlevel 3
+  - job: introduce new job result code 'skipped' to use when pre
+conditions of job did not apply
+  - job: convert job type as early as we can, to simplify things
+  - Keep emacs configuration in one configuration file.
+  - syslog: make sure the kmsg bridge is always pulled in and
+never terminated automatically
+  - mount: make /media a tmpfs
+
+---
+Mon Mar 7 17:24:46 CET 2011 - kay.siev...@novell.com
+
+- new snapshot
+  - add org.freedesktop.DBus.Properies.Set method
+  - main: introduce /etc/machine-id
+  - systemctl: fix exit code when directing is-enabled
+to chkconfig
+  - dbus: add 'Tainted' property to Manager object
+  - dbus: expose distribution name and features on manager
+object as properties
+  - man: document changed EnvironmentFile= behaviour
+  - main: add link to wiki page with longer explanation of the
+/usr madness
+  - execute: load environment files at time of execution, not
+when we load the service configuration
+  - path: after installing inotify watches, recheck file again
+to fix race
+  - path: don't use IN_ATTRIB on parent dirs when watching a
+file, since those cannot be removed without emptying the dir
+first anyway and we need IN_ATTRIB only to detect the link
+count dropping to 0
+  - kill: always send SIGCONT after SIGTERM
+  - readahead: disable collector automatically on read-only media
+  - sysctl: use scandir() instead of nftw() to guarantee
+systematic ordering
+  - support DT_UNKNOWN where necessary for compat with reiserfs
+  - systemctl: always null-terminate the password
+- call systemd-machine-id-setup at installation
+
+---
+Tue Mar 1 12:28:01 CET 2011 - kay.siev...@novell.com
+
+- version 19
+  - udev: don't ignore non-encrypted block devices with no
+superblock
+  - udev: expose ttyUSB devices too
+  - udev: mark hvc devices for exposure in systemd
+  - cryptsetup: add a terse help
+  - agent: don't print warnings if a password was removed or
+timed out
+  - systemctl: shutdown agent explicitly so that it can reset
+the tty properly
+  - never clean up a service that still has a process in it
+  - label: udev might be making changes in /dev while we
+iterate through it
+  - systemctl: properly handle job results
+  - job: also trigger on-failure dependencies when jobs faile
+due to dependencies, timeout
+  - job: when cancelling jobs, make sure to propagate this
+properly to depending jobs
+  - job: start job timeout on enqueuing not when we start to
+process a job
+  - unit: increase default timeout to 3min
+  - logger: leave the logger longer around and allow it do
+handle more connections
+  - dbus: pass along information why a job failed when it
+failed (dbus api change!)
+  - general: unify error code we generate on timeout
+  - units: synchronize gettys to plymouth even if plymouth is
+killed by gdm
+  - job: start job timer when we begin running the job, not
+already when we add it to the queue of jobs
+  - cryptsetup: try to show the mount point for a crypto disk
+if we can
+  - rescue: terminate plymouth entirely when going into
+rescue mode
+  - ask-password: fix handling of timeouts when waiting
+for password
+  - ask-password: supported plymouth cached passwords
+  - main: print warning if /usr is on a seperate partition
+  - ensure we start not a single getty before plymouth is
+gone because we never know which ttys plymouth still controls
+  - unit: introduce ConditionVirtualization=
+
+---
+Mon Feb 21 19:30:30 CET 2011 - kay.siev...@novell.com
+
+- new snapshot
+  - dbus: don't rely that timer/path units have an initialized
+unit field (bnc#671561)
+
+---
+Mon Feb 21 13:58:51 CET 2011 - kay.siev...@novell.com
+
+- new snapshot
+  - order network mounts after network.target (bnc#672855)
+

commit timezone for openSUSE:11.3

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package timezone for openSUSE:11.3
checked in at Wed Mar 9 17:37:45 CET 2011.




--- old-versions/11.3/UPDATES/all/timezone/timezone-java.changes
2010-08-24 12:33:18.0 +0200
+++ 11.3/timezone/timezone-java.changes 2011-03-08 04:00:29.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 03:00:38 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to 2011c, updates for Chile and Australia.
+
+---
timezone.changes: same change

calling whatdependson for 11.3-i586


Old:

  tzcode2010c.tar.gz
  tzdata2010l.tar.gz

New:

  _service
  _service:download_url:tzcode2011c.tar.gz
  _service:download_url:tzdata2011c.tar.gz



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.p5ihKN/_old  2011-03-09 17:23:12.0 +0100
+++ /var/tmp/diff_new_pack.p5ihKN/_new  2011-03-09 17:23:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package timezone-java (Version 2010l)
+# spec file for package timezone-java
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@
 Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
-Version:2010l
+Version:2011c
 Release:0.RELEASE2
 Source: tzdata%{version}.tar.gz
-Source1:tzcode2010c.tar.gz
+Source1:tzcode%{version}.tar.gz
 # COMMON-END
 # COMMON-END
 Url:http://www.gnu.org/software/libc/libc.html

++ timezone.spec ++
--- /var/tmp/diff_new_pack.p5ihKN/_old  2011-03-09 17:23:12.0 +0100
+++ /var/tmp/diff_new_pack.p5ihKN/_new  2011-03-09 17:23:12.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package timezone (Version 2010l)
+# spec file for package timezone
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,10 +25,10 @@
 Url:http://www.gnu.org/software/libc/libc.html
 PreReq: filesystem, coreutils
 # COMMON-BEGIN
-Version:2010l
+Version:2011c
 Release:0.RELEASE2
 Source: tzdata%{version}.tar.gz
-Source1:tzcode2010c.tar.gz
+Source1:tzcode%{version}.tar.gz
 # COMMON-END
 Patch0: tzdata-china.diff
 Patch1: tzcode-zic.diff






Remember to have fun...

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



commit kdebase4-workspace for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory
checked in at Wed Mar 9 17:38:32 CET 2011.




--- KDE/kdebase4-workspace/kdebase4-wallpapers.changes  2011-02-27 
10:18:51.0 +0100
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-wallpapers.changes 
2011-03-08 14:08:01.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:07:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+  
+
+---
--- KDE/kdebase4-workspace/kdebase4-workspace.changes   2011-02-27 
10:18:51.0 +0100
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-workspace.changes  
2011-03-08 14:24:46.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:07:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+- remove upstreamed patches
+
+---
--- KDE/kdebase4-workspace/python-kdebase4.changes  2011-02-27 
10:18:52.0 +0100
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/python-kdebase4.changes 
2011-03-08 14:08:02.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:07:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  bko265206-plasma-notification-crashfix.diff
  bnc661844-akonadi-launched-by-calendarwidget.diff
  build-final.diff
  kdebase-workspace-4.6.0.tar.bz2
  powerdevil_46branchupdate.diff

New:

  kdebase-workspace-4.6.1.tar.bz2



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.B8i6pU/_old  2011-03-09 17:37:56.0 +0100
+++ /var/tmp/diff_new_pack.B8i6pU/_new  2011-03-09 17:37:56.0 +0100
@@ -22,8 +22,8 @@
 Group:  System/GUI/KDE
 Summary:KDE 4 Wallpapers
 Url:http://www.kde.org/
-Version:4.6.0
-Release:7
+Version:4.6.1
+Release:1
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkdepimlibs4-devel = %version
 BuildRequires:  libqimageblitz-devel

++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.B8i6pU/_old  2011-03-09 17:37:56.0 +0100
+++ /var/tmp/diff_new_pack.B8i6pU/_new  2011-03-09 17:37:56.0 +0100
@@ -22,8 +22,8 @@
 Group:  System/GUI/KDE
 Summary:The KDE Workspace Components
 Url:http://www.kde.org/
-Version:4.6.0
-Release:14
+Version:4.6.1
+Release:1
 BuildRequires:  audit-devel
 BuildRequires:  bluez-devel
 BuildRequires:  ConsoleKit-devel
@@ -105,10 +105,6 @@
 Patch201:   plasma-notifications-kill-timer.diff
 Patch208:   kdm-themer-wallpaper-sizes.diff
 Patch211:   disable-python-support.diff
-Patch212:   build-final.diff
-Patch213:   bko265206-plasma-notification-crashfix.diff
-Patch214:   bnc661844-akonadi-launched-by-calendarwidget.diff
-Patch215:   powerdevil_46branchupdate.diff
 Patch216:   kwin-update-blacklist-11.4.diff
 Requires:   kde4-kgreeter-plugins = %version
 Requires:   kdebase4-workspace-liboxygenstyle = %version
@@ -198,10 +194,6 @@
 ###KDE45: rediff! - kdm code may have added similar functionality
 #%patch208
 %patch211
-%patch212
-%patch213 -p1
-%patch214 -p1
-%patch215 -p1
 %patch216 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 

++ python-kdebase4.spec ++
--- /var/tmp/diff_new_pack.B8i6pU/_old  2011-03-09 17:37:56.0 +0100
+++ /var/tmp/diff_new_pack.B8i6pU/_new  2011-03-09 17:37:56.0 +0100
@@ -26,8 +26,8 @@
 Group:  System/GUI/KDE
 Summary:Python bindings for KDE 4 desktop shell
 Url:http://www.kde.org/
-Version:4.6.0
-Release:7
+Version:4.6.1
+Release:1
 BuildRequires:  NetworkManager-devel bluez-devel libQtWebKit-devel 
libdbusmenu-qt-devel libkdepimlibs4-devel = %version libqimageblitz-devel
 BuildRequires:  libknotificationitem-devel libsmbclient-devel 
libxklavier-devel python-kde4-devel = %version
 Source0:kdebase-workspace-%version.tar.bz2

++ 4_6_BRANCH.diff ++
--- /var/tmp/diff_new_pack.B8i6pU/_old  2011-03-09 17:37:56.0 +0100
+++ /var/tmp/diff_new_pack.B8i6pU/_new  2011-03-09 17:37:56.0 +0100
@@ -5,24 +5,3 @@
 @@ -0,0 +1,2 @@
 +current HEAD: 1204116
 +svn di between //trunk/KDE/kdebase/workspace@1149349 and 
//trunk/KDE/kdebase/workspace
 startkde.cmake.orig2011-01-26 15:21:14.856499000 +0100
-+++ startkde.cmake 2011-01-26 

commit kdegraphics4 for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package kdegraphics4 for openSUSE:Factory
checked in at Wed Mar 9 17:41:14 CET 2011.




--- KDE/kdegraphics4/kdegraphics4.changes   2011-02-15 21:34:32.0 
+0100
+++ /mounts/work_src_done/STABLE/kdegraphics4/kdegraphics4.changes  
2011-03-09 12:29:20.0 +0100
@@ -1,0 +2,15 @@
+Wed Mar  9 11:28:20 UTC 2011 - tittiatc...@gmail.com
+
+- Added patch to correctly identify the version of libjpeg62. 
+  Only valid for Factory as that due to a recent update the version
+  is now in the file /usr/include/jconfig.h
+
+---
+Tue Mar  8 14:08:59 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+- remove upstreamed patches
+
+---

calling whatdependson for head-i586


Old:

  fix_scan_dialog_bnc670968.diff
  kdegraphics-4.6.0.tar.bz2

New:

  correct_libjpeg_version.patch
  kdegraphics-4.6.1.tar.bz2



Other differences:
--
++ kdegraphics4.spec ++
--- /var/tmp/diff_new_pack.AxQZMN/_old  2011-03-09 17:40:52.0 +0100
+++ /var/tmp/diff_new_pack.AxQZMN/_new  2011-03-09 17:40:52.0 +0100
@@ -38,12 +38,14 @@
 Group:  Productivity/Graphics/Other
 Summary:Base package for kdegraphics apps
 Url:http://www.kde.org
-Version:4.6.0
-Release:8
+Version:4.6.1
+Release:1
 Source0:kdegraphics-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
-Patch1: fix_scan_dialog_bnc670968.diff
 Patch2: gwenview_mimetypes_bnc671581.diff
+%if %suse_version  1140
+Patch3: correct_libjpeg_version.patch
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Suggests:   libksane0
@@ -67,8 +69,10 @@
 %prep
 %setup -q -n kdegraphics-%version
 %patch0
-%patch1
 %patch2
+%if %suse_version  1140
+%patch3 -p0
+%endif
 
 %build
   %cmake_kde4 -d build

++ correct_libjpeg_version.patch ++
--- gwenview/lib/CMakeLists.txt 2011-01-18 22:25:18.0 +0100
+++ gwenview/lib/CMakeLists.txt 2011-03-09 12:26:08.372005832 +0100
@@ -2,7 +2,7 @@
 
 # Extract version of libjpeg so that we can use the appropriate dir
 # See bug #227313
-file(READ ${JPEG_INCLUDE_DIR}/jpeglib.h jpeglib_h_content)
+file(READ ${JPEG_INCLUDE_DIR}/jconfig.h jpeglib_h_content)
 string(REGEX REPLACE .*#define +JPEG_LIB_VERSION +([0-9]+).* \\1 
jpeglib_version ${jpeglib_h_content})
 message(STATUS libjpeg version: ${jpeglib_version})
 
++ kdegraphics-4.6.0.tar.bz2 - kdegraphics-4.6.1.tar.bz2 ++
Files old/kdegraphics-4.6.0/doc/gwenview/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/gwenview/index.cache.bz2 differ
Files old/kdegraphics-4.6.0/doc/kcontrol/kamera/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/kcontrol/kamera/index.cache.bz2 differ
Files old/kdegraphics-4.6.0/doc/kcontrol/kgamma/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/kcontrol/kgamma/index.cache.bz2 differ
Files old/kdegraphics-4.6.0/doc/kolourpaint/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/kolourpaint/index.cache.bz2 differ
Files old/kdegraphics-4.6.0/doc/kruler/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/kruler/index.cache.bz2 differ
Files old/kdegraphics-4.6.0/doc/ksnapshot/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/ksnapshot/index.cache.bz2 differ
Files old/kdegraphics-4.6.0/doc/okular/index.cache.bz2 and 
new/kdegraphics-4.6.1/doc/okular/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdegraphics-4.6.0/gwenview/app/gvcore.cpp 
new/kdegraphics-4.6.1/gwenview/app/gvcore.cpp
--- old/kdegraphics-4.6.0/gwenview/app/gvcore.cpp   2011-01-18 
22:25:15.0 +0100
+++ new/kdegraphics-4.6.1/gwenview/app/gvcore.cpp   2011-02-25 
22:47:07.0 +0100
@@ -217,7 +217,14 @@
// Start save
Document::Ptr doc = DocumentFactory::instance()-load(url);
KJob* job = doc-save(saveAsUrl, format.data());
-   connect(job, SIGNAL(result(KJob*)), SLOT(slotSaveResult(KJob*)));
+   if (!job) {
+   const QString name = saveAsUrl.fileName().isEmpty() ? 
saveAsUrl.pathOrUrl() : saveAsUrl.fileName();
+   const QString msg = i18nc(@info, bSaving 
filename%1/filename failed:/bbr%2,
+   name, doc-errorString());
+   KMessageBox::sorry(QApplication::activeWindow(), msg);
+   } else {
+   connect(job, SIGNAL(result(KJob*)), 
SLOT(slotSaveResult(KJob*)));
+   }
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdegraphics-4.6.0/gwenview/app/kipiinterface.cpp 
new/kdegraphics-4.6.1/gwenview/app/kipiinterface.cpp
--- 

commit kdemultimedia4 for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package kdemultimedia4 for openSUSE:Factory
checked in at Wed Mar 9 17:42:36 CET 2011.




--- KDE/kdemultimedia4/kdemultimedia4.changes   2011-01-19 23:39:25.0 
+0100
+++ /mounts/work_src_done/STABLE/kdemultimedia4/kdemultimedia4.changes  
2011-03-08 14:09:27.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  8 14:09:26 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+  
+
+---

calling whatdependson for head-i586


Old:

  kdemultimedia-4.6.0.tar.bz2

New:

  kdemultimedia-4.6.1.tar.bz2



Other differences:
--
++ kdemultimedia4.spec ++
--- /var/tmp/diff_new_pack.bnG7M4/_old  2011-03-09 17:42:26.0 +0100
+++ /var/tmp/diff_new_pack.bnG7M4/_new  2011-03-09 17:42:26.0 +0100
@@ -34,7 +34,7 @@
 Group:  System/GUI/KDE
 Summary:kdemultimedia base package
 Url:http://www.kde.org
-Version:4.6.0
+Version:4.6.1
 Release:1
 Source0:kdemultimedia-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff

++ kdemultimedia-4.6.0.tar.bz2 - kdemultimedia-4.6.1.tar.bz2 ++
Files old/kdemultimedia-4.6.0/doc/dragonplayer/index.cache.bz2 and 
new/kdemultimedia-4.6.1/doc/dragonplayer/index.cache.bz2 differ
Files old/kdemultimedia-4.6.0/doc/juk/index.cache.bz2 and 
new/kdemultimedia-4.6.1/doc/juk/index.cache.bz2 differ
Files old/kdemultimedia-4.6.0/doc/kcontrol/cddbretrieval/index.cache.bz2 and 
new/kdemultimedia-4.6.1/doc/kcontrol/cddbretrieval/index.cache.bz2 differ
Files old/kdemultimedia-4.6.0/doc/kioslave/audiocd/index.cache.bz2 and 
new/kdemultimedia-4.6.1/doc/kioslave/audiocd/index.cache.bz2 differ
Files old/kdemultimedia-4.6.0/doc/kmix/index.cache.bz2 and 
new/kdemultimedia-4.6.1/doc/kmix/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdemultimedia-4.6.0/dragonplayer/src/app/mainWindow.cpp 
new/kdemultimedia-4.6.1/dragonplayer/src/app/mainWindow.cpp
--- old/kdemultimedia-4.6.0/dragonplayer/src/app/mainWindow.cpp 2011-01-19 
23:23:14.0 +0100
+++ new/kdemultimedia-4.6.1/dragonplayer/src/app/mainWindow.cpp 2011-02-25 
22:47:11.0 +0100
@@ -98,6 +98,7 @@
 , m_playDialog( 0 )
 , m_stopScreenSaver( 0 )
 , m_stopSleepCookie( -1 )
+, m_stopScreenPowerMgmtCookie( -1 )
 , m_toolbarIsHidden(false)
 , m_statusbarIsHidden(false)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdemultimedia-4.6.0/dragonplayer/src/app/mainWindow.h 
new/kdemultimedia-4.6.1/dragonplayer/src/app/mainWindow.h
--- old/kdemultimedia-4.6.0/dragonplayer/src/app/mainWindow.h   2011-01-19 
23:23:14.0 +0100
+++ new/kdemultimedia-4.6.1/dragonplayer/src/app/mainWindow.h   2011-02-25 
22:47:11.0 +0100
@@ -129,6 +129,7 @@
   KNotificationRestrictions *m_stopScreenSaver;
   int m_screensaverDisableCookie;
   int m_stopSleepCookie;
+  int m_stopScreenPowerMgmtCookie;
 
   bool m_toolbarIsHidden;
   bool m_statusbarIsHidden;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdemultimedia-4.6.0/dragonplayer/src/app/stateChange.cpp 
new/kdemultimedia-4.6.1/dragonplayer/src/app/stateChange.cpp
--- old/kdemultimedia-4.6.0/dragonplayer/src/app/stateChange.cpp
2011-01-19 23:23:14.0 +0100
+++ new/kdemultimedia-4.6.1/dragonplayer/src/app/stateChange.cpp
2011-02-25 22:47:11.0 +0100
@@ -120,7 +120,8 @@
 /// turn off screensaver
 if( state == Phonon::PlayingState )
 {
-  m_stopSleepCookie = 
Solid::PowerManagement::beginSuppressingSleep(QLatin1String( DragonPlayer: 
watching a film ));
+  m_stopSleepCookie = 
Solid::PowerManagement::beginSuppressingSleep(QLatin1String( watching a film 
));
+  m_stopScreenPowerMgmtCookie = 
Solid::PowerManagement::beginSuppressingScreenPowerManagement(QLatin1String( 
watching a film ));
   if (!m_stopScreenSaver)
   m_stopScreenSaver = new 
KNotificationRestrictions(KNotificationRestrictions::ScreenSaver);
 }
@@ -129,6 +130,9 @@
   //stop supressing sleep
   Solid::PowerManagement::stopSuppressingSleep(m_stopSleepCookie);
 
+  //stop supressing screen power management
+  
Solid::PowerManagement::stopSuppressingScreenPowerManagement(m_stopSleepCookie);
+
  //stop disabling screensaver
   delete m_stopScreenSaver; // It is always 0, I have been careful.
   m_stopScreenSaver = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdemultimedia-4.6.0/kioslave/audiocd/kcmaudiocd/audiocd.desktop 

commit libvpx for openSUSE:Factory

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory
checked in at Wed Mar 9 17:43:06 CET 2011.




--- libvpx/libvpx.changes   2010-12-01 11:56:20.0 +0100
+++ /mounts/work_src_done/STABLE/libvpx/libvpx.changes  2011-03-09 
15:12:29.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar  9 14:10:47 UTC 2011 - adr...@suse.de
+
+- update to version 0.9.6
+  + speed and picture quality improvements
+
+---
+Sat Feb 12 23:33:27 UTC 2011 - dims...@opensuse.org
+
+- Use make_install instead of makeinstall: has the side effect of
+  fixing Fedora builds.
+
+---

calling whatdependson for head-i586


Old:

  _service:download_url:libvpx-v0.9.5.tar.bz2

New:

  _service:download_url:libvpx-v0.9.6.tar.bz2



Other differences:
--
++ libvpx.spec ++
--- /var/tmp/diff_new_pack.Q7we3U/_old  2011-03-09 17:42:54.0 +0100
+++ /var/tmp/diff_new_pack.Q7we3U/_new  2011-03-09 17:42:54.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libvpx (Version 0.9.5)
+# spec file for package libvpx
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   libvpx
-Version:0.9.5
+Version:0.9.6
 Release:1
 License:BSD3c ; GPLv2+
 Summary:VP8 codec library
@@ -102,7 +102,7 @@
 
 %install
 cd build
-%makeinstall
+%make_install
 # Remove static library
 rm %{buildroot}%{_libdir}/libvpx.a
 

++ _service ++
--- /var/tmp/diff_new_pack.Q7we3U/_old  2011-03-09 17:42:54.0 +0100
+++ /var/tmp/diff_new_pack.Q7we3U/_new  2011-03-09 17:42:54.0 +0100
@@ -1,13 +1,12 @@
-?xml version=1.0 ?
 services
   service name=download_url
 param name=protocolhttp/param
 param name=hostwebm.googlecode.com/param
-param name=path/files/libvpx-v0.9.5.tar.bz2/param
+param name=path/files/libvpx-v0.9.6.tar.bz2/param
   /service
   service name=verify_file
-param name=file_service:download_url:libvpx-v0.9.5.tar.bz2/param
+param name=file_service:download_url:libvpx-v0.9.6.tar.bz2/param
 param name=verifiersha256/param
-param 
name=checksum2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa/param
+param 
name=checksum28bd8a8ef216fb570912f0d378668051d99681bf13735b59e68a12ad79f2aa73/param
   /service
 /services

++ _service:download_url:libvpx-v0.9.5.tar.bz2 - 
_service:download_url:libvpx-v0.9.6.tar.bz2 ++
 39973 lines of diff (skipped)






Remember to have fun...

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



commit xen for openSUSE:11.3

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package xen for openSUSE:11.3
checked in at Wed Mar 9 17:44:13 CET 2011.




--- old-versions/11.3/UPDATES/all/xen/xen.changes   2011-02-25 
17:06:05.0 +0100
+++ 11.3/xen/xen.changes2011-03-07 17:29:27.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 10 14:12:46 CST 2011 - lidongy...@novell.com
+
+- bnc#651822 - xm snapshot-xxx scripts lead to an XP SP3 HVM domU 
+  to chkdsk
+  Make sure we only apply the snapshot once, and the changes made 
+  after snapshot-apply hit the disk.
+
+---

calling whatdependson for 11.3-i586




Other differences:
--






Remember to have fun...

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



commit php5 for openSUSE:11.3

2011-03-09 Thread h_root

Hello community,

here is the log from the commit of package php5 for openSUSE:11.3
checked in at Wed Mar 9 18:04:34 CET 2011.




--- old-versions/11.3/UPDATES/all/php5/php5.changes 2011-02-25 
11:14:06.0 +0100
+++ 11.3/php5/php5.changes  2011-03-08 12:16:00.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  8 12:12:50 CET 2011 - pgaj...@suse.cz
+
+- security fixes
+  * CVE-2011-0420 [bnc#672933]
+  * CVE-2011-0708 [bnc#671710]
+
+---

calling whatdependson for 11.3-i586


New:

  php-5.3.3-CVE-2011-0420.patch
  php-5.3.3-CVE-2011-0708.patch



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.eBY1qz/_old  2011-03-09 17:47:13.0 +0100
+++ /var/tmp/diff_new_pack.eBY1qz/_new  2011-03-09 17:47:13.0 +0100
@@ -77,7 +77,7 @@
 ###
 ###
 Version:5.3.3
-Release:0.RELEASE12
+Release:0.RELEASE13
 License:The PHP License, version 3.01
 Group:  Development/Languages/Other
 Provides:   php zend php-xml php-spl php-simplexml php-session php-pcre 
php-date php-reflection php-filter
@@ -128,6 +128,8 @@
 Patch37:php-5.3.3-CVE-2011-0755.patch
 Patch38:php-5.3.3-CVE-2011-0752.patch
 Patch39:php-5.3.3-CVE-2011-0753.patch
+Patch40:php-5.3.3-CVE-2011-0420.patch
+Patch41:php-5.3.3-CVE-2011-0708.patch
 Url:http://www.php.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:PHP5 Core Files
@@ -1225,6 +1227,8 @@
 %patch37
 %patch38
 %patch39
+%patch40
+%patch41
 # we build three SAPI
 %{__mkdir_p} build-apache2
 %{__mkdir_p} build-fastcgi/sapi/cgi/libfcgi


++ php-5.3.3-CVE-2011-0420.patch ++
--- ext/intl/grapheme/grapheme_string.c 2010/12/19 04:10:49 306448
+++ ext/intl/grapheme/grapheme_string.c 2010/12/19 05:07:31 306449
@@ -799,7 +799,7 @@
 
if ( NULL != next ) {
if ( !PZVAL_IS_REF(next) ) {
-   intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,
+   intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, 
 grapheme_extract: 'next' was not passed by 
reference, 0 TSRMLS_CC );
 
RETURN_FALSE;
@@ -819,10 +819,16 @@
}
 
if ( lstart  INT32_MAX || lstart  0 || lstart = str_len ) {
+   intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, 
grapheme_extract: start not contained in string, 0 TSRMLS_CC );
+   RETURN_FALSE;
+   }
 
-   intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, 
grapheme_extract: start not contained in string, 1 TSRMLS_CC );
-
+   if ( size  INT32_MAX || size  0) {
+   intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, 
grapheme_extract: size is invalid, 0 TSRMLS_CC );
RETURN_FALSE;
+   }
+   if (size == 0) {
+   RETURN_EMPTY_STRING();
}
 
/* we checked that it will fit: */

++ php-5.3.3-CVE-2011-0708.patch ++
Index: ext/exif/exif.c
===
--- ext/exif/exif.c.orig
+++ ext/exif/exif.c
@@ -40,6 +40,10 @@
 #include php.h
 #include ext/standard/file.h
 
+#ifdef PHP_WIN32
+#include win32/php_stdint.h
+#endif
+
 #if HAVE_EXIF
 
 /* When EXIF_DEBUG is defined the module generates a lot of debug messages
@@ -2821,6 +2825,7 @@ static int exif_process_IFD_TAG(image_in
int tag, format, components;
char *value_ptr, tagname[64], cbuf[32], *outside=NULL;
size_t byte_count, offset_val, fpos, fgot;
+   int64_t byte_count_signed;
xp_field_type *tmp_xp;
 #ifdef EXIF_DEBUG
char *dump_data;
@@ -2845,13 +2850,20 @@ static int exif_process_IFD_TAG(image_in
/*return TRUE;*/
}
 
-   byte_count = components * php_tiff_bytes_per_format[format];
+   if (components  0) {
+   exif_error_docref(exif_read_data#error_ifd EXIFERR_CC, 
ImageInfo, E_WARNING, Process tag(x%04X=%s): Illegal components(%ld), tag, 
exif_get_tagname(tag, tagname, -12, tag_table TSRMLS_CC), components);
+   return FALSE;
+   }
 
-   if ((ssize_t)byte_count  0) {
-   exif_error_docref(exif_read_data#error_ifd EXIFERR_CC, 
ImageInfo, E_WARNING, Process tag(x%04X=%s): Illegal byte_count(%ld), tag, 
exif_get_tagname(tag, tagname, -12, tag_table TSRMLS_CC), byte_count);
+   byte_count_signed = (int64_t)components * 
php_tiff_bytes_per_format[format];
+
+   if (byte_count_signed  0 || (byte_count_signed  2147483648)) {
+   exif_error_docref(exif_read_data#error_ifd EXIFERR_CC, 
ImageInfo, E_WARNING, Process tag(x%04X=%s): Illegal byte_count, tag, 
exif_get_tagname(tag, tagname, -12, tag_table TSRMLS_CC));
return FALSE;
}
 
+   byte_count = (size_t)byte_count_signed;