commit armagetron for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package armagetron for openSUSE:Factory
checked in at Thu May 12 08:40:11 CEST 2011.




--- armagetron/armagetron.changes   2009-07-10 22:47:02.0 +0200
+++ /mounts/work_src_done/STABLE/armagetron/armagetron.changes  2011-05-09 
13:54:46.0 +0200
@@ -1,0 +2,5 @@
+Mon May  9 11:54:38 UTC 2011 - cgiboude...@gmx.com
+
+- Add gcc46_add_default_ctors.patch
+
+---

calling whatdependson for head-i586


New:

  gcc46_add_default_ctors.patch



Other differences:
--
++ armagetron.spec ++
--- /var/tmp/diff_new_pack.kMQ0K9/_old  2011-05-12 08:38:54.0 +0200
+++ /var/tmp/diff_new_pack.kMQ0K9/_new  2011-05-12 08:38:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package armagetron (Version 0.2.8.2.1)
+# spec file for package armagetron
 #
-# 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
@@ -23,13 +23,14 @@
 PreReq: sh-utils fileutils
 Summary:OpenGL Game Similar to the Film Tron
 Version:0.2.8.2.1
-Release:2
+Release:12
 License:GPL v2 or later
 Group:  Amusements/Games
 Url:http://armagetronad.sourceforge.net
 Source: %{name}ad-%{version}.tar.bz2
 Source1:armagetron_add.tar.gz
 Patch1: armagetronad-missing_headers.patch
+Patch4: gcc46_add_default_ctors.patch
 #backports from 0.2.8.3
 Patch2: armagetronad-0.2.8.2.1-no_type_punning.patch
 Patch3: armagetronad-0.2.8.2.1-string_const.patch
@@ -50,6 +51,7 @@
 %patch1
 %patch2
 %patch3
+%patch4
 
 %build
 export CFLAGS=%{optflags} CXXFLAGS=%{optflags}

++ gcc46_add_default_ctors.patch ++
--- src/tools/tDirectories.h2011-05-09 12:09:05.717372144 +0200
+++ src/tools/tDirectories.h2011-05-09 12:14:28.192786036 +0200
@@ -55,6 +55,9 @@
 
 class tPathResource: public tPath {
 public:
+tPathResource()
+{
+}
 tString GetWritePath(const char *filename) const;
 tString GetIncluded() const; //! returns the path to the included 
resources
 private:
--- src/tools/tDirectories.cpp  2011-05-09 12:08:56.011780938 +0200
+++ src/tools/tDirectories.cpp  2011-05-09 12:13:33.905073680 +0200
@@ -469,6 +469,9 @@
 class tPathConfig: public tPath
 {
 public:
+tPathConfig()
+{
+}
 private:
 void Paths ( tArray tString  paths ) const
 {
@@ -500,6 +503,9 @@
 class tPathData: public tPath
 {
 public:
+tPathData()
+{
+}
 private:
 void Paths ( tArray tString  paths ) const
 {
@@ -521,6 +527,9 @@
 class tPathVar: public tPath
 {
 public:
+tPathVar()
+{
+}
 private:
 void Paths ( tArray tString  paths ) const
 {
@@ -547,6 +556,9 @@
 class tPathScreenshot: public tPath
 {
 public:
+tPathScreenshot()
+{
+}
 private:
 void Paths ( tArray tString  paths ) const
 {





Remember to have fun...

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



commit audit for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package audit for openSUSE:Factory
checked in at Thu May 12 08:48:56 CEST 2011.




--- audit/audit.changes 2011-04-27 02:29:23.0 +0200
+++ /mounts/work_src_done/STABLE/audit/audit.changes2011-05-11 
09:39:57.0 +0200
@@ -1,0 +2,6 @@
+Wed May 11 09:39:35 CEST 2011 - meiss...@suse.de
+
+- Adjust license of libaudit and libauparse to be
+  LGPLv2.1 or later.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ audit-secondary.spec ++
--- /var/tmp/diff_new_pack.lB9Tev/_old  2011-05-12 08:48:22.0 +0200
+++ /var/tmp/diff_new_pack.lB9Tev/_new  2011-05-12 08:48:22.0 +0200
@@ -26,7 +26,7 @@
 License:GPLv2+
 Group:  System/Monitoring
 Version:2.1.1
-Release:1
+Release:2
 Url:http://people.redhat.com/sgrubb/audit/
 Source0:audit-%{version}.tar.bz2
 Patch1: audit-plugins-path.patch

++ audit.spec ++
--- /var/tmp/diff_new_pack.lB9Tev/_old  2011-05-12 08:48:22.0 +0200
+++ /var/tmp/diff_new_pack.lB9Tev/_new  2011-05-12 08:48:22.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  kernel-headers = 2.6.29
 Summary:User Space Tools for 2.6 Kernel Auditing
 Version:2.1.1
-Release:1
+Release:9
 License:GPLv2+
 Group:  System/Monitoring
 Url:http://people.redhat.com/sgrubb/audit/
@@ -51,7 +51,7 @@
 
 %package -n libaudit1
 Summary:Dynamic library for libaudit
-License:GPLv2+
+License:LGPLv2.1+
 Group:  System/Monitoring
 Obsoletes:  %{name}-libs  2.0.4
 Provides:   %{name}-libs = %{version}
@@ -66,7 +66,7 @@
 
 %package -n libauparse0
 Summary:Dynamic library for libauparse
-License:GPLv2+
+License:LGPLv2.1+
 Group:  System/Monitoring
 
 %description -n libauparse0






Remember to have fun...

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



commit jhbuild for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package jhbuild for openSUSE:Factory
checked in at Thu May 12 08:51:13 CEST 2011.




--- GNOME/jhbuild/jhbuild.changes   2011-02-17 10:31:43.0 +0100
+++ /mounts/work_src_done/STABLE/jhbuild/jhbuild.changes2011-02-20 
09:33:50.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 20 09:33:18 CET 2011 - vu...@opensuse.org
+
+- Add source-highlight Recommends to recommended-deps subpackage:
+  it's useful with gtk-doc.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ jhbuild.spec ++
--- /var/tmp/diff_new_pack.Yf8tqC/_old  2011-05-12 08:49:53.0 +0200
+++ /var/tmp/diff_new_pack.Yf8tqC/_new  2011-05-12 08:49:53.0 +0200
@@ -15,14 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   jhbuild
 License:GPLv2+
 Group:  Development/Tools/Building
 Version:2.32.4
-Release:8
+Release:9
 Summary:Tool to build GNOME
 Url:http://live.gnome.org/Jhbuild
 Source0:
http://download.gnome.org/sources/jhbuild/2.27/%{name}-%{version}.tar.bz2
@@ -145,6 +144,8 @@
 Recommends: pam-devel
 ## Other useful stuff:
 Recommends: NetworkManager-devel
+# Helps gtk-doc build better docs
+Recommends: source-highlight
 
 %description recommended-deps
 Jhbuild is a tool used to build the whole GNOME desktop from the






Remember to have fun...

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



commit krb5-ticket-watcher for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package krb5-ticket-watcher for 
openSUSE:Factory
checked in at Thu May 12 08:53:29 CEST 2011.




--- krb5-ticket-watcher/krb5-ticket-watcher.changes 2009-07-21 
17:48:14.0 +0200
+++ 
/mounts/work_src_done/STABLE/krb5-ticket-watcher/krb5-ticket-watcher.changes
2011-02-15 16:33:44.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 15 16:33:03 CET 2011 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ krb5-ticket-watcher.spec ++
--- /var/tmp/diff_new_pack.7cW5Kf/_old  2011-05-12 08:52:33.0 +0200
+++ /var/tmp/diff_new_pack.7cW5Kf/_new  2011-05-12 08:52:33.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package krb5-ticket-watcher (Version 1.0.3)
+# spec file for package krb5-ticket-watcher
 #
-# 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,7 +21,7 @@
 Name:   krb5-ticket-watcher
 Url:http://sourceforge.net/projects/krb5ticketwatch
 %if 0%{?suse_version}
-BuildRequires:  cmake krb5-devel libqt4-devel update-desktop-files
+BuildRequires:  cmake krb5-devel libqt4-devel translation-update-upstream 
update-desktop-files
 %endif
 %if 0%{?fedora_version}
 BuildRequires:  cmake gcc-c++ krb5-devel qt-devel
@@ -33,12 +33,12 @@
 BuildRequires:  cmake gcc-c++ libkrb53-devel libqt4-devel
 %endif
 %endif
-License:GPL v2 or later
+License:GPLv2+
 Group:  System/GUI/Other
 AutoReqProv:on
 Summary:A Tray Applet for Watching, Renewing, and Reinitializing 
Kerberos Tickets
 Version:1.0.3
-Release:1
+Release:11
 Source0:%{name}-%{version}.tar.bz2
 #Source1:krb5-ticket-watcher-po.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,6 +59,11 @@
 %prep
 %setup -n %{name}-%{version} 
 #%setup -a 1 -T -D -n %{name}-%{version}
+%if 0%{?suse_version}
+# We skip createPot - it requires calling of make before, but
+# supplementary scripts call only prep phase.
+translation-update-upstream po krb5-ticket-watcher true
+%endif
 
 %build
 %if 0%{?mandriva_version}






Remember to have fun...

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



commit libsmbios for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package libsmbios for openSUSE:Factory
checked in at Thu May 12 09:19:00 CEST 2011.




--- libsmbios/libsmbios.changes 2011-03-18 21:55:56.0 +0100
+++ /mounts/work_src_done/STABLE/libsmbios/libsmbios.changes2011-05-10 
04:55:44.0 +0200
@@ -1,0 +2,5 @@
+Tue May 10 02:55:25 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with GCC 4.6 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libsmbios.spec ++
--- /var/tmp/diff_new_pack.TbKQ15/_old  2011-05-12 09:18:17.0 +0200
+++ /var/tmp/diff_new_pack.TbKQ15/_new  2011-05-12 09:18:17.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   libsmbios
 Version:2.2.26
-Release:1
+Release:2
 Summary:Libraries to get information from standard BIOS tables
 
 License:GPLv2+ or OSL 2.1
@@ -145,6 +145,8 @@
 %setup -q
 
 %build
+sed -i -e s@-Werror@@g Makefile.am
+autoreconf -fiv
 %configure --disable-rpath
 
 make %{?_smp_mflags}






Remember to have fun...

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



commit lsyncd for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package lsyncd for openSUSE:Factory
checked in at Thu May 12 09:24:15 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/lsyncd/lsyncd.changes  2011-03-28 
13:34:01.0 +0200
@@ -0,0 +1,59 @@
+---
+Mon Mar 28 11:29:46 UTC 2011 - dmacvi...@suse.de
+
+- update to 2.0.4
+  * enhancement: new setting options logident, logfacility 
+  * fix: moving filenames with spaces through ssh 
+  * fix: excludes containing chars % $ ( ) . [ ] + - 
+  * fix: various typos 
+  * change: api, settings.statusInterval instead of 
+   settings.statusIntervall 
+
+---
+Tue Mar  8 09:00:01 UTC 2011 - dmacvi...@suse.de
+
+- update to 2.0.3
+  * enhancement: new default target --direct using /bin/ binaries
+to keep to local dirs in sync (and by default
+not preserving ownership)
+  * example: added a new example how to remotely execute a command
+after each rsync operations
+  * fix: possible crash with long rsyncOps table exceeding lua stack.
+  * fix: excludes now properly match relative and absolute paths
+  * fix: call to nil function when manually adding blanket delays
+  * fix: on ReiserFS not delivering proper dir stats and when
+encountering a symlink, aquire the node stat for the symlink
+instead from the linked node.
+  * change: leave lua apichecking enabled by default.
+
+---
+Fri Jan 21 07:47:38 UTC 2011 - dmacvi...@suse.de
+
+- update to 2.0.2
+  * fix: exclude rules not terminated with '/' now match a file or dir
+  named exactly the same not starting with.
+  * fix: pass exclude rules to the startup sync
+  * fix: when matching exclusion to not add inotify use same partial path
+than on syncs
+  * fix: properly close pipes that needed more than one write.
+- 2.0.1 changes
+  * most important fix: The garbage collector in 2.0.0 was able to
+remove event lists just at the wrong moment so an agent unknown
+error was raised.
+  * fixed: The pid in the pidfile should be now the pid after the deamon
+fork() and not the pid initiators pid.
+  * improved: You can now specify multiple command-line options in
+rsyncOps by using a table. eg. rsyncOps = {--lts, --safe-links}
+
+---
+Thu Dec  2 13:18:29 UTC 2010 - dmacvi...@suse.de
+
+- update to 2.0.0 final
+
+---
+Fri Nov 26 15:06:35 UTC 2010 - dmacvi...@suse.de
+
+- update to 2.0beta3
+
+
+

calling whatdependson for head-i586


New:

  lsyncd-2.0.4.tar.bz2
  lsyncd.changes
  lsyncd.spec



Other differences:
--
++ lsyncd.spec ++
#
# spec file for package lsyncd
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:   lsyncd
Version:2.0.4
Release:1
License:GPLv2
Group:  Productivity/Networking/Other
Url:http://code.google.com/p/lsyncd/
Source0:%{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
BuildRequires:  pkg-config
%else
BuildRequires:  pkgconfig
%endif
#BuildRequires:  pkgconfig(lua) = 5.1
BuildRequires:  lua-devel = 5.1
Requires:   rsync
Summary:Live Syncing (Mirror) Daemon

%description
Lsyncd (Live Syncing (Mirror) Daemon) uses rsync to synchronize local 
directories with a remote machine running rsyncd. It watches multiple directory 
trees through inotify. The first step after adding the watches is to rsync all 
directories with the remote host, and then the software synchronizes single 
files by collecting the inotify events. lsyncd is a lightweight live mirror 
solution that should be easy to install and use while blending well with your 
system.

%prep
%setup -q

%build
export LIBLUA_LIBS=$(pkg-config --libs lua)
export LIBLUA_CFLAGS=$(pkg-config --cflags lua)
%configure --docdir=%{_docdir}/%{name}
%__make %{?jobs:-j%jobs}

%install
%makeinstall
%{__mkdir_p} %{buildroot}%{_docdir}/%{name}
mv 

commit Mesa for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory
checked in at Thu May 12 09:25:21 CEST 2011.




--- Mesa/Mesa.changes   2011-03-30 10:15:58.0 +0200
+++ /mounts/work_src_done/STABLE/Mesa/Mesa.changes  2011-05-06 
18:48:21.0 +0200
@@ -1,0 +2,7 @@
+Fri May  6 16:46:21 UTC 2011 - mh...@novell.com
+
+- Update to 7.10.2
+  * Many crash and rendering fixes
+  * Fixes bug 678264 (Xserver crash with radeon/radeonhd UMS)
+
+---

calling whatdependson for head-i586


Old:

  MesaLib-7.10.tar.bz2

New:

  MesaLib-7.10.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.ws819u/_old  2011-05-12 09:24:34.0 +0200
+++ /var/tmp/diff_new_pack.ws819u/_new  2011-05-12 09:24:34.0 +0200
@@ -20,10 +20,10 @@
 %define enable_nouveau 1
 %define enable_radeon_gallium 1
 
-%define _version 7.10
+%define _version 7.10.2
 
-Version:7.10
-Release:6
+Version:7.10.2
+Release:1
 
 Name:   Mesa
 BuildRequires:  gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base 
xorg-x11-devel

++ MesaLib-7.10.tar.bz2 - MesaLib-7.10.2.tar.bz2 ++
 49188 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 mumble for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package mumble for openSUSE:Factory
checked in at Thu May 12 09:27:11 CEST 2011.




--- mumble/mumble.changes   2011-03-24 14:43:17.0 +0100
+++ /mounts/work_src_done/STABLE/mumble/mumble.changes  2011-04-11 
14:58:42.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 11 12:58:26 UTC 2011 - lnus...@suse.de
+
+- fix bonjour support
+
+---
+Sun Apr  3 10:28:09 UTC 2011 - lnus...@suse.de
+
+- fix plugin path
+
+---

calling whatdependson for head-i586


New:

  0001-fix-bonjour-support-using-avahi-compat-lib.diff



Other differences:
--
++ mumble.spec ++
--- /var/tmp/diff_new_pack.5YVYf8/_old  2011-05-12 09:25:34.0 +0200
+++ /var/tmp/diff_new_pack.5YVYf8/_new  2011-05-12 09:25:34.0 +0200
@@ -101,6 +101,7 @@
 Patch2: 0001-open-log-file-early-so-log-dir-can-be-root-owned.diff
 Patch3: 0001-if-service-name-is-empty-don-t-pass-an-empty-string.diff
 Patch4: 0001-remove-CAP_NET_ADMIN.diff
+Patch5: 0001-fix-bonjour-support-using-avahi-compat-lib.diff
 Patch50:mumble-1.2.2-buildcompare.diff
 # hack, no clue about glx so no idea to fix this properly
 Patch99:mumble-1.1.4-sle10glx.diff
@@ -169,6 +170,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 #
 %patch50 -p1
 %if 0%{?suse_version}  0%{?suse_version}  1020
@@ -224,7 +226,7 @@
QMAKE_CXXFLAGS_RELEASE=%{optflags} -Wall -fno-strict-aliasing \
DEFINES*=NO_UPDATE_CHECK \
DEFINES*=MUMBLE_VERSION=%version \
-   DEFINES*=PLUGIN_PATH=%{_libdir}/mumble \
+   DEFINES*=PLUGIN_PATH=%{_libdir}/mumble/plugins \
CONFIG*=packaged \
 %if 0%{?suse_version}
DEFINES*=SYSTEM_CA_DIR=/etc/ssl/certs \

++ 0001-fix-bonjour-support-using-avahi-compat-lib.diff ++
From bb366a77262db2f14159a25c624183bffcf2efb8 Mon Sep 17 00:00:00 2001
From: Ludwig Nussel ludwig.nus...@suse.de
Date: Mon, 11 Apr 2011 14:56:25 +0200
Subject: [PATCH mumble] fix bonjour support using avahi compat lib

several reads may be required until the resolved callback fires so don't delete 
record in the read callback.
---
 src/bonjour/bonjourserviceresolver.cpp |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bonjour/bonjourserviceresolver.cpp 
b/src/bonjour/bonjourserviceresolver.cpp
index 534095c..3bbdc66 100644
--- a/src/bonjour/bonjourserviceresolver.cpp
+++ b/src/bonjour/bonjourserviceresolver.cpp
@@ -77,7 +77,6 @@ void BonjourServiceResolver::resolveBonjourRecord(const 
BonjourRecord record) {
 
 void BonjourServiceResolver::bonjourSocketReadyRead(int sockfd) {
ResolveRecord *rr = qmResolvers.value(sockfd);
-   qmResolvers.remove(sockfd);
 
if (! rr)
return;
@@ -86,7 +85,6 @@ void BonjourServiceResolver::bonjourSocketReadyRead(int 
sockfd) {
if (err != kDNSServiceErr_NoError)
emit error(rr-record, err);
 
-   delete rr;
 }
 
 
@@ -95,6 +93,7 @@ void 
BonjourServiceResolver::bonjourResolveReply(DNSServiceRef, DNSServiceFlags
 const char *, const char *hosttarget, quint16 port,
 quint16 , const char *, void *context) {
ResolveRecord *rr = static_castResolveRecord *(context);
+   rr-bsr-qmResolvers.remove(DNSServiceRefSockFD(rr-dnssref));
 
if (errorCode != kDNSServiceErr_NoError) {
emit rr-bsr-error(rr-record, errorCode);
@@ -102,4 +101,5 @@ void 
BonjourServiceResolver::bonjourResolveReply(DNSServiceRef, DNSServiceFlags
}
rr-bonjourPort = qFromBigEndianquint16(port);
emit rr-bsr-bonjourRecordResolved(rr-record, 
QString::fromUtf8(hosttarget), rr-bonjourPort);
+   delete rr;
 }
-- 
1.7.3.4







Remember to have fun...

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



commit mx for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package mx for openSUSE:Factory
checked in at Thu May 12 10:02:21 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/mx/mx.changes  2011-04-28 08:42:21.0 
+0200
@@ -0,0 +1,99 @@
+---
+Thu Apr 28 08:39:11 CEST 2011 - vu...@opensuse.org
+
+- Update to version 1.1.11:
+  + Allow arbitrary rotation angles in MxImage
+  + Handle loss of focus in MxFocusManager
+  + Handle URIs in MxTextureCache
+  + Allow insertion into MxTextureCache
+  + Allow insertion of metadata in MxTextureCache
+  + Many fixes and refinement of MxImage
+  + Fix calling clutter_actor_queue_relayout during dispose of
+MxOffscreen
+  + Add MxActorManager, to help spread the load of actor operations
+  + Fix MxTable get_preferred_width/height when used without
+for_width/height
+- Change from version 1.1.10:
+  + Fix some concurrency issues with asynchronous loading in
+MxImage
+  + Fix the fullscreen GObject property setter in MxWindow
+  + Make the toolbar property of MxWindow writable
+  + Add a title property to MxWindow
+  + Fix handling of padding in MxBoxLayout
+get_preferred_width/height
+  + Add a use-markup property to MxLabel
+  * Ensure the old border-image is correctly allocated in MxWidget
+  + Make sure the corners of MxFadeEffect render consistently
+  + Fix focus issues when showing a still-hiding MxDialog
+- Change license of tools subpackage to GPLv2. Fixes bnc#690460.
+
+---
+Fri Mar  4 12:09:51 CET 2011 - vu...@opensuse.org
+
+- Completely rewrite .spec file, for inclusion in openSUSE.
+- Update to version 1.1.9:
+  + Fix MxStack not chaining up correctly, breaking background
+drawing
+  + Add a new spinner graphic that stands out better on white
+  + Add a 'looped' signal to the spinner
+  + Add a 'buffer-value' property to MxSlider
+  + Fix supported rotation values check in MxImage
+  + Ensure that the 'disabled' pseudo-state is correct in MxWidget
+  + Fix various styling issues in MxSlider
+  + Fix incorrect CFLAGS when building documentation
+  + Replace the per-object style cache with a per-style rule cache
+  + Bugs fixed: bco#2577, bco#2456, bco#2579, bco#2568, bco#2281,
+bco#2590, bco#2510.
+- Changes from version 1.1.8:
+  + Documentation updates and fixes
+  + New image-rotation property for MxImage
+  + Bugs fixed: bco#2263, bco#2281, bco#2456, bco#2568, bco#2510.
+- Changes from version 1.1.7:
+  + New class, MxFadeEffect. This is a sub-class of
+ClutterOffscreenEffect that lets you fade out the borders of
+actors
+  + Label supports a 'fade-out' property that instructs it to fade
+out at the end of the line instead of ellipsizing
+  + Bugs fixed: bco#2560.
+- Changes from version 1.1.6:
+  + Label supports a linewrap property that proxies through to the
+internal ClutterText
+  + MxStack now supports a fit property that attempts to fix the
+actor into the available space whilst respecting the actor's
+width-for-height or height-for-width constraints
+  + Bugs fixed: bco#2523, bco#2552.
+- Changes from version 1.1.5:
+  + CSS debugging mode
+  + Interpolation in MxAdjustment now works when the value was
+exactly at the end
+  + JSON files without valid properties won't cause a segfault
+  + Focus manager now supports a hint when pushing focus
+  + Bugs fixed: bco#1195, bco#2533, bco#2532, bco#2537.
+- Changes from version 1.1.4:
+  + Small optimisations to CSS matching
+  + Support multiple CSS pseudo-classes
+  + Add CSS selector prioritisation depending on position in
+stylesheet
+  + Add a 'clear' function to MxImage to blank the current image
+  + Always store the last-focused actor when moving focus
+  + Add asynchronous image-loading to MxImage
+
+---
+Thu Jan 20 09:42:26 UTC 2011 - awa...@opensuse.org
+
+- Update to version 1.1.3
+
+---
+Mon Oct 11 14:42:47 UTC 2010 - awa...@opensuse.org
+
+- Update to version 1.0.4
+
+---
+Mon Jun 14 23:50:29 UTC 2010 - dims...@opensuse.org
+
+- Drop *.la files.
+
+---
+Thu Jun 10 10:20:00 UTC 2010 - awa...@opensuse.org
+
+- Initial import for openSUSE version 0.99.6

calling whatdependson for head-i586


New:

  mx-1.1.11.tar.bz2
  mx.changes
  mx.spec



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

commit nautilus-open-terminal for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package nautilus-open-terminal for 
openSUSE:Factory
checked in at Thu May 12 10:03:19 CEST 2011.




--- GNOME/nautilus-open-terminal/nautilus-open-terminal.changes 2010-09-08 
01:40:05.0 +0200
+++ 
/mounts/work_src_done/STABLE/nautilus-open-terminal/nautilus-open-terminal.changes
  2011-02-27 14:42:16.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 27 13:42:15 UTC 2011 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ nautilus-open-terminal.spec ++
--- /var/tmp/diff_new_pack.g80Xgw/_old  2011-05-12 10:02:37.0 +0200
+++ /var/tmp/diff_new_pack.g80Xgw/_new  2011-05-12 10:02:37.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nautilus-open-terminal (Version 0.18)
+# spec file for package nautilus-open-terminal
 #
-# 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,7 +20,7 @@
 
 Name:   nautilus-open-terminal
 Version:0.18
-Release:6
+Release:7
 Url:http://manny.cluecoder.org/packages/nautilus-open-terminal/
 Group:  System/GUI/GNOME
 License:GPLv2+
@@ -33,7 +33,7 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-2.0)
 BuildRequires:  pkgconfig(libnautilus-extension)
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
 






Remember to have fun...

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



commit perf for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package perf for openSUSE:Factory
checked in at Thu May 12 10:15:15 CEST 2011.




--- perf/perf.changes   2010-03-09 04:08:23.0 +0100
+++ /mounts/work_src_done/STABLE/perf/perf.changes  2011-05-05 
14:02:40.0 +0200
@@ -1,0 +2,8 @@
+Thu May  5 11:44:03 UTC 2011 - idoen...@novell.com
+
+- Also copy arch/lib to fix compilation on x86-64
+- Correctly depend on libdw-devel to fix dwarf support
+- Add newt-devel dependency to enable text user interface 
+- Re-enable as-needed support since it works now
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.JbGGAl/_old  2011-05-12 10:12:20.0 +0200
+++ /var/tmp/diff_new_pack.JbGGAl/_new  2011-05-12 10:12:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perf (Version MACRO)
+# spec file for package perf
 #
-# 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,16 +18,22 @@
 
 
 Name:   perf
-BuildRequires:  asciidoc binutils-devel libdwarf-devel libelf-devel 
openssl-devel xmlto zlib-devel
-BuildRequires:  kernel-source = 2.6.32
-Summary:Performance Monitoring Tools for Linux
-Requires:   kernel = 2.6.31
 %define version %(rpm -q --qf '%{VERSION}' kernel-source)
-Version:%version
-Release:4
-Group:  Development/Tools/Debuggers
+Version:%{version}
+Release:14
 License:GPLv2
-AutoReqProv:on
+Summary:Performance Monitoring Tools for Linux
+Group:  Development/Tools/Debuggers
+BuildRequires:  asciidoc
+BuildRequires:  binutils-devel
+BuildRequires:  kernel-source = 2.6.31
+BuildRequires:  libdw-devel
+BuildRequires:  libelf-devel
+BuildRequires:  newt-devel
+BuildRequires:  openssl-devel
+BuildRequires:  xmlto
+BuildRequires:  zlib-devel
+Requires:   kernel = 2.6.31
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,31 +43,26 @@
 This subsystem utilizes the Performance Monitoring Unit (PMU) / hardware 
 counters of the underlying cpu architecture (if supported).
 
-Authors:
-
-Ingo Molnar mi...@elte.hu et al.
-
 %prep
 # copy necessary files from kernel-source since we need to modify them
-(cd /usr/src/linux ; tar -cf - COPYING CREDITS README tools include scripts 
Kbuild Makefile arch/*/include lib) | tar -xf -
+(cd /usr/src/linux ; tar -cf - COPYING CREDITS README tools include scripts 
Kbuild Makefile arch/*/{include,lib} lib) | tar -xf -
 chmod +x tools/perf/util/generate-cmdlist.sh
 
 %build
 cd tools/perf
-export SUSE_ASNEEDED=0
-make V=1 CFLAGS=$RPM_OPT_FLAGS ASCIIDOC8=1 all doc prefix=/usr 
perfexecdir=%{_libexecdir}/%{name}
+make V=1 CFLAGS=%{optflags} ASCIIDOC8=1 all doc prefix=/usr 
perfexecdir=%{_libexecdir}/%{name}
 
 %install
 cd tools/perf
-make CFLAGS=$RPM_OPT_FLAGS install install-doc prefix=/usr 
perfexecdir=%{_libexecdir}/%{name} DESTDIR=$RPM_BUILD_ROOT
+make CFLAGS=%{optflags} install install-doc prefix=/usr 
perfexecdir=%{_libexecdir}/%{name} DESTDIR=%{buildroot}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-, root, root)
 %doc COPYING CREDITS README tools/perf/design.txt
-/usr/bin/perf
+%{_bindir}/perf
 %{_libexecdir}/%{name}
 %{_mandir}/man1/perf*
 






Remember to have fun...

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



commit perl-DateTime for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory
checked in at Thu May 12 10:45:27 CEST 2011.




--- perl-DateTime/perl-DateTime.changes 2011-03-31 11:17:49.0 +0200
+++ /mounts/work_src_done/STABLE/perl-DateTime/perl-DateTime.changes
2011-05-09 23:59:37.0 +0200
@@ -1,0 +2,34 @@
+Mon May 09 21:56:19 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.70:
+  * really fix %N, finally
+
+---
+Wed May 04 20:13:05 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.69:
+  * when a DateTime object had nanoseconds == 0, the %N strftime specifier
+always returned 0 regardless of the precision requested
+
+---
+Mon Apr 25 20:25:12 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 0.68:
+  * the tests for %N in the last release relied on the vagaries of floating
+point math on a 64-bit system; now the from_epoch() method just uses string
+operations to separate the epoch into an integer value and a mantissa; this
+avoids floating point insanity (RT#67736)
+
+- changes from 0.67:
+  * the %N strftime specifier simply truncated nanoseconds, rather than
+rounding them (RT#66744)
+  * the %U strftime specifier was off by one in years where January 1st was a
+Sunday (RT#67631)
+  * the %W strftime specifier was off by one in years where January 1st was a
+Sunday or Monday (RT#67631)
+  * some small optimizations; the biggest impact is for calculating
+week_of_month, week_number, and week_year
+  * now requires Perl 5.8.1+ (it implicitly did this anyway now that
+Params::Validate is 5.8.1+)
+
+---

calling whatdependson for head-i586


Old:

  DateTime-0.66-Build.patch
  DateTime-0.66.tar.bz2

New:

  DateTime-0.70-Build.patch
  DateTime-0.70.tar.bz2



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.hYoVLZ/_old  2011-05-12 10:20:01.0 +0200
+++ /var/tmp/diff_new_pack.hYoVLZ/_new  2011-05-12 10:20:01.0 +0200
@@ -19,16 +19,16 @@
 %bcond_with pod
 
 Name:   perl-DateTime
-Version:0.66
-Release:2
+Version:0.70
+Release:1
 License:Artistic 2.0
 %define cpan_name DateTime
 Summary:A date and time object
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DateTime/
-#Source: 
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
+# http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.bz2
-Patch:  %{cpan_name}-0.66-Build.patch
+Patch:  %{cpan_name}-0.70-Build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -47,13 +47,14 @@
 BuildRequires:  perl(DateTime::TimeZone) = 1.09
 BuildRequires:  perl(Params::Validate) = 0.76
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Math::Round)
 #
 Requires:   perl(DateTime::Locale) = 0.41
 Requires:   perl(DateTime::TimeZone) = 1.09
 Requires:   perl(Params::Validate) = 0.76
 Requires:   perl(Scalar::Util)
 Requires:   perl(Time::Local) = 1.04
+Requires:   perl(Math::Round)
 
 %description
 DateTime is a class for the representation of date/time combinations, and
@@ -76,7 +77,7 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 %if 0%{?suse_version} = 1120
-%patch -p1
+%patch
 %endif
 %{__chmod} 0644 tools/leap_seconds_header.pl
 
@@ -95,7 +96,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf %{buildroot}
+%{?buildroot:%__rm -rf %{buildroot}}
 
 %files -f %{name}.files
 %defattr(644,root,root,755)

++ DateTime-0.66-Build.patch - DateTime-0.70-Build.patch ++
--- perl-DateTime/DateTime-0.66-Build.patch 2011-02-20 00:51:44.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-DateTime/DateTime-0.70-Build.patch
2011-05-10 00:10:53.0 +0200
@@ -1,7 +1,39 @@
-diff -ruN DateTime-0.66-orig/Build.PL DateTime-0.66/Build.PL
 DateTime-0.66-orig/Build.PL2010-11-26 19:47:41.0 +0100
-+++ DateTime-0.66/Build.PL 2011-02-20 00:40:30.0 +0100
-@@ -2,13 +2,13 @@
+--- META.yml.orig  2011-05-10 00:08:41.0 +0200
 META.yml   2011-05-10 00:09:11.0 +0200
+@@ -3,11 +3,11 @@
+ author:
+   - 'Dave Rolsky auta...@urth.org'
+ build_requires:
+-  Module::Build: 0.3601
++  Module::Build: 0.280801
+   Test::Exception: 0
+   Test::More: 0.88
+ configure_requires:
+-  Module::Build: 0.3601
++  Module::Build: 0.280801
+ dynamic_config: 0
+ generated_by: 'Dist::Zilla version 4.26, CPAN::Meta::Converter version 
2.110930'
+ license: artistic_2
+--- META.json.orig 2011-05-10 

commit perl-Test-CheckChanges for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-CheckChanges for 
openSUSE:Factory
checked in at Thu May 12 10:48:20 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Test-CheckChanges/perl-Test-CheckChanges.changes
  2011-01-21 21:32:40.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 21 20:32:36 UTC 2011 - co...@novell.com
+
+- initial package 0.14
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  perl-Test-CheckChanges.changes
  perl-Test-CheckChanges.spec
  Test-CheckChanges-0.14.tar.bz2



Other differences:
--
++ perl-Test-CheckChanges.spec ++
#
# spec file for package perl-Test-CheckChanges
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Test-CheckChanges
Version:0.14
Release:1
License:GPL+ or Artistic
%define cpan_name Test-CheckChanges
Summary:Check that the Changes file matches the distribution.
Url:http://search.cpan.org/dist/Test-CheckChanges/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/G/GA/GAM/Test-CheckChanges-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
Requires:   perl(Test::Pod)
Requires:   perl(Test::Pod::Coverage)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module checks that you _Changes_ file has an entry for the current
version of the *Module* being tested.

The version information for the distribution being tested is taken out of
the Build data, or if that is not found, out of the Makefile.

It then attempts to open, in order, a file with the name _Changes_ or
_CHANGES_.

The _Changes_ file is then parsed for version numbers. If one and only one
of the version numbers matches the test passes. Otherwise the test fails.

A message with the current version is printed if the test passes, otherwise
dialog messages are printed to help explain the failure.

The _examples_ directory contains examples of the different formats of
_Changes_ files that are recognized.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes examples README

%changelog





Remember to have fun...

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



commit pwdutils for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package pwdutils for openSUSE:Factory
checked in at Thu May 12 10:49:41 CEST 2011.




--- pwdutils/pwdutils.changes   2011-02-02 13:05:56.0 +0100
+++ /mounts/work_src_done/STABLE/pwdutils/pwdutils.changes  2011-05-11 
16:26:15.0 +0200
@@ -1,0 +2,8 @@
+Wed May 11 16:23:00 CEST 2011 - ku...@suse.de
+
+- Update to pwdutils version 3.2.16
+  - sha512 new default password hash [FATE#312321].
+  - newgrp: honour dynamically assigned groups [bnc#680833].
+- Don't link against libxcrypt
+
+---

calling whatdependson for head-i586


Old:

  pwdutils-3.2.14.tar.bz2
  pwdutils-selinux-useradd.patch

New:

  pwdutils-3.2.16.tar.bz2



Other differences:
--
++ pwdutils.spec ++
--- /var/tmp/diff_new_pack.5Dev8V/_old  2011-05-12 10:48:33.0 +0200
+++ /var/tmp/diff_new_pack.5Dev8V/_new  2011-05-12 10:48:33.0 +0200
@@ -20,7 +20,7 @@
 %define enable_selinux 1
 
 Name:   pwdutils
-BuildRequires:  audit-devel libnscd-devel libxcrypt-devel openldap2-devel 
openslp-devel openssl-devel pam-devel
+BuildRequires:  audit-devel libnscd-devel openldap2-devel openslp-devel 
openssl-devel pam-devel
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
@@ -28,7 +28,7 @@
 License:GPLv2
 Group:  System/Base
 AutoReqProv:on
-Version:3.2.14
+Version:3.2.16
 Release:1
 Summary:Utilities to Manage User and Group Accounts
 Requires:   pam-modules
@@ -36,7 +36,6 @@
 Source2:ldap.conf
 Source3:useradd.default
 Source4:baselibs.conf
-Patch0: %{name}-selinux-useradd.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -76,7 +75,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 %configure --with-ldap-conf-file=/etc/ldap.conf \

++ pwdutils-3.2.14.tar.bz2 - pwdutils-3.2.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.14/ChangeLog 
new/pwdutils-3.2.16/ChangeLog
--- old/pwdutils-3.2.14/ChangeLog   2011-02-01 17:26:43.0 +0100
+++ new/pwdutils-3.2.16/ChangeLog   2011-05-11 12:09:03.0 +0200
@@ -1,3 +1,22 @@
+2011-05-11  Thorsten Kukuk  ku...@suse.de
+
+   * release 3.2.16
+
+   * etc/default/passwd: remove blowfish, make sha512 default
+   [FATE#312321].
+
+2011-05-10  Thorsten Kukuk  ku...@suse.de
+
+   * release 3.2.15
+
+   * src/newgrp.c (main): Try at first getgroups to honour
+   dynamically assigned groups (for example by pam_group)
+   [bnc#680833].
+
+2011-02-02  Thorsten Kukuk  ku...@suse.de
+
+   * etc/useradd.local: Merge SELinux patch.
+
 2011-02-01  Thorsten Kukuk  ku...@suse.de
 
* release 3.2.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.14/configure 
new/pwdutils-3.2.16/configure
--- old/pwdutils-3.2.14/configure   2011-02-01 17:28:17.0 +0100
+++ new/pwdutils-3.2.16/configure   2011-05-11 16:22:38.0 +0200
@@ -2431,7 +2431,7 @@
 
 # Define the identity of the package.
  PACKAGE=pwdutils
- VERSION=3.2.14
+ VERSION=3.2.16
 
 
 cat confdefs.h _ACEOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.14/configure.in 
new/pwdutils-3.2.16/configure.in
--- old/pwdutils-3.2.14/configure.in2011-02-01 17:27:09.0 +0100
+++ new/pwdutils-3.2.16/configure.in2011-05-11 16:12:26.0 +0200
@@ -4,7 +4,7 @@
 dnl Author: Thorsten Kukuk ku...@thkukuk.de
 dnl
 AC_INIT(src/passwd.c)
-AM_INIT_AUTOMAKE(pwdutils, 3.2.14)
+AM_INIT_AUTOMAKE(pwdutils, 3.2.16)
 AM_CONFIG_HEADER(config.h)
 AC_PREFIX_DEFAULT(/usr)
 AC_CANONICAL_HOST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pwdutils-3.2.14/etc/default/passwd 
new/pwdutils-3.2.16/etc/default/passwd
--- old/pwdutils-3.2.14/etc/default/passwd  2009-04-22 14:15:44.0 
+0200
+++ new/pwdutils-3.2.16/etc/default/passwd  2011-05-11 12:20:24.0 
+0200
@@ -5,7 +5,7 @@
 # Define default crypt hash. This hash will be
 # used, if there is no hash for a special service
 # the user is stored in.
-# CRYPT={des,md5,blowfish,sha256,sha512}
+# CRYPT={des,md5,sha256,sha512}
 CRYPT=md5
 
 # Use another crypt hash for group passwords.
@@ -18,11 +18,13 @@
 
 # for local files, use a more secure hash. We
 # don't need to be portable here:
-CRYPT_FILES=blowfish
+CRYPT_FILES=sha512
 # sometimes we need to specify special options for
 # a hash (variable is prepended by the name of the
 # crypt hash).
-BLOWFISH_CRYPT_FILES=10
+# blowfish: 4-31
+# sha256/sha512: 1000-999
+#SHA512_CRYPT_FILES=1000
 
 # For NIS, we should always use DES:
 CRYPT_YP=des
diff -urN '--exclude=CVS' 

commit python-gobject for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory
checked in at Thu May 12 10:55:59 CEST 2011.




--- GNOME/python-gobject/python-gobject.changes 2011-02-09 19:11:32.0 
+0100
+++ /mounts/work_src_done/STABLE/python-gobject/python-gobject.changes  
2011-05-04 18:31:34.0 +0200
@@ -2 +2,89 @@
-Wed Feb  9 18:09:19 UTC 2011 - jmate...@novell.com
+Wed May  4 16:26:18 UTC 2011 - dims...@opensuse.org
+
+- Update to version 2.28.4:
+  + [gi] Don't create variant twice
+  + [gi] Removed hack to avoid using GLib.Variant.new_variant.
+  + [gi] Added additional test case for GVariant handling
+  + [gi] Added support for GVariant arguments
+  + pygi-convert.sh: Make sure the uppercase GObject module is
+imported instead of the lowercase
+  + Fix ABI break in old static bindings
+  + Fetch size from an enum type
+  + dsextras.py: ensure eol characters are preserved when writing
+template files (so \n does not become \r\n)
+- Use full URL to tarball as Source: tag.
+
+---
+Wed Mar 23 17:39:40 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.28.3:
+  + fix a typo when converting objects to strings gvalues
+- Changes from version 2.28.2:
+  + fixed an ABI break in the static bindings when setting string
+gvalues e.g. passing an int to a Gtk.ListStore column which
+expects a string automatically converts the int to a string
+instead of throwing an error.
+- Changes from version 2.28.1:
+  + pygi-convert.sh now supports webkit conversions and favors
+using GObject over gobject.
+  + Raw closures can now be passed from a signal/vfunc callback to
+a method.
+  + Revert linking to the python libs because the python runtime
+statically links it in TreeModel column marshalling is now more
+robust (supports GObject Python Object storing).
+  + Gtk.MessageDialog now respects the MessageType
+  + You can now send None in for the signature of GDBus messages
+that have no parameters.
+  + TreeViewColumn.set_cell_data_func can take None for the func_data
+  + Fix syntax error so we can run in Python 2.5
+  + Add pickers and menu demos
+- Changes from version 2.28.0:
+  + fix sinking of floating objects
+  + fix leaks when setting properties
+  + add basic icon view demo
+  + add search entry demo
+  + override Gdk.RGBA so you can construct it like 
+Gdk.RGBA(1.0, 1.0, 1.0, 1.0).
+  + handle unichar gvalues in TreeModels
+  + check for _thread module when configuring threading
+  + package config file now contains overridesdir variable for 3rd
+party overrides.
+  + on windows set bdist_wininst user-access-control property when
+installing.
+  + Gtk.stock_lookup return None on failure instead of a success
+value.
+  + Python 2.5 fixes
+  + Python 3 fixes
+
+---
+Tue Mar  1 08:30:34 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.27.91:
+  + Typelibs now loaded at import time instead of lazy loading.
+  + Various fixes for GTK+/GDK support via gi.
+  + Various other fixes.
+- Changes from version 2.27.90:
+  + Faster handling of virtual methods when constructing objects
+  + Enhanced gdbus and gvarient handling.
+  + Enhanced drag and drop support.
+  + Enhanced GtkTextBuffer support
+  + Enhanced pygi-convert.sh script for automating PyGtk to
+PyGObject Introspection migration.
+  + Many introspection fixes.
+  + Add/improve various overrides for GTK+.
+  + Python 3 fixes.
+- Changes from version 2.27.0:
+  + Implement richcompare for GIBaseInfo
+  + Add a overrides registry so we can reference overrides inside
+the module
+  + Add/improve various overrides for GTK+.
+  + Many introspection fixes.
+  + Python 3 fixes.
+  + Various other fixes.
+- Remove pygobject-2.26.0-capsule.patch: fixed upstream.
+- Change python-gobject2, python-gobject2-cairo and
+  python-gobject2-devel Obsoletes to be  instead of = now that we
+  have a new version.
+
+---
+-Wed Feb  9 18:09:19 UTC 2011 - jmate...@novell.com

calling whatdependson for head-i586


Old:

  pygobject-2.26.0-capsule.patch
  pygobject-2.26.0.tar.bz2

New:

  pygobject-2.28.4.tar.bz2



Other differences:
--
++ python-gobject.spec ++
--- /var/tmp/diff_new_pack.NBwhRl/_old  2011-05-12 10:51:22.0 +0200
+++ /var/tmp/diff_new_pack.NBwhRl/_new  2011-05-12 10:51:22.0 +0200
@@ -21,15 +21,12 @@
 Name:   python-gobject
 %define _name pygobject
 Summary:Python bindings for GObject
-Version:2.26.0
-Release:2
-# NOTE: on upgrade to a new upstream version (after 2.26.0), change the 
various Obsoletes from = to 
+Version:2.28.4
+Release:1
 License:LGPLv2.1+
 Group:  

commit rrdtool for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory
checked in at Thu May 12 11:01:06 CEST 2011.




--- rrdtool/rrdtool.changes 2010-12-28 03:59:32.0 +0100
+++ /mounts/work_src_done/STABLE/rrdtool/rrdtool.changes2011-05-11 
13:52:40.0 +0200
@@ -1,0 +2,7 @@
+Wed May 11 11:48:32 UTC 2011 - m...@novell.com
+
+- Move the Tcl bindings into a separate subpackage.
+- Remove the superfluous call to (bnc#693085).
+- Adopt the current practice of packaging Tcl extensions.
+
+---

calling whatdependson for head-i586


New:

  rrdtool-tclversion.patch



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.v2lbJ8/_old  2011-05-12 10:59:51.0 +0200
+++ /var/tmp/diff_new_pack.v2lbJ8/_new  2011-05-12 10:59:51.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rrdtool (Version 1.4.5)
+# spec file for package rrdtool
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -35,11 +35,12 @@
 Group:  Productivity/Scientific/Math
 Requires:   perl = %{perl_version}
 Version:1.4.5
-Release:1
+Release:6
 %define cgilib_version 0.7
 # http://oss.oetiker.ch/rrdtool/pub/rrdtool-%{version}.tar.gz
 Source: %{name}-%{version}.tar.bz2
 Patch1: rrdtool-lua_lib64.patch
+Patch2: rrdtool-tclversion.patch
 # 
http://www.infodrom.org/projects/cgilib/download/cgilib-%{cgilib_version}.tar.gz
 Source1:cgilib-%{cgilib_version}.tar.bz2
 Patch11:cgilib-fix_automake.patch
@@ -59,6 +60,7 @@
 %if %{_lib}==lib64
 %patch1
 %endif
+%patch2
 pushd cgilib-%{cgilib_version}
 %patch11
 popd #cgilib
@@ -108,9 +110,7 @@
 ihtmldir=%{_docdir}/%{name}/html/ \
 examplesdir=%{_docdir}/%{name}/examples/ \
 libdir=%{_libdir} \
-pkglibdir=%_datadir/tcl/tclrrd%version \
-TCL_PACKAGE_DIR=%_datadir/tcl/tclrrd%version \
-TCL_PACKAGE_PATH=%_datadir/tcl \
+pkglibdir=%tcl_archdir/tclrrd%version \
 install
 # we install this later again
 rm -r $RPM_BUILD_ROOT%{_prefix}/lib/perl
@@ -134,11 +134,6 @@
 find %{buildroot} -type f -name '*.la' -exec %__rm {} \;
 # documentation
 install -m 644 CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO 
$RPM_BUILD_ROOT/%{_docdir}/%{name}
-# Script libraries for Tcl extensions should be in a package-specific
-# subdir of /usr/share/tcl
-mkdir -p $RPM_BUILD_ROOT/usr/share/tcl/tclrrd%{version}
-#mv $RPM_BUILD_ROOT/usr/lib/tclrrd%{version}/pkgIndex.tcl \
-#   $RPM_BUILD_ROOT/usr/share/tcl/tclrrd%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -152,10 +147,8 @@
 %doc %{_docdir}/rrdtool
 %doc %{_mandir}/*/*
 /usr/bin/*
-%{_datadir}/tcl
 %{_libdir}/librrd.so.*
 %{_libdir}/librrd_th.so.*
-%{_libdir}/tclrrd*.so
 %{perl_vendorlib}/RRDp.pm
 %{perl_vendorarch}/RRDs.pm
 #%{perl_vendorarch}/ntmake.pl
@@ -228,4 +221,23 @@
 %{_libdir}/lua/*/rrd.so.*
 %endif
 
+%package -n tcl-rrdtool
+License:GPLv2+
+Summary:Tcl bindings for rrdtool
+Group:  Productivity/Scientific/Math
+Requires:   tcl
+
+%description -n tcl-rrdtool
+A tool to log and analyze data gathered from all kinds of data sources.
+The data analysis part of RRDtool is based on the ability to quickly
+generate graphical representations of the data values collected over a
+definable time period.
+
+This package contains the Tcl bindings
+
+%files -n tcl-rrdtool
+%defattr(-, root, root)
+%{tcl_archdir}/*
+%{_libdir}/tclrrd*.so
+
 %changelog

++ rrdtool-tclversion.patch ++
Index: bindings/tcl/tclrrd.c
===
--- bindings/tcl/tclrrd.c.orig
+++ bindings/tcl/tclrrd.c
@@ -678,10 +678,6 @@ static int init(
 if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL)
 return TCL_ERROR;
 
-if (Tcl_PkgRequire(interp, Tcl, TCL_VERSION, 1) == NULL) {
-return TCL_ERROR;
-}
-
 /*
  * Why a global array?  In keeping with the Rrd:: namespace, why
  * not simply create a normal variable Rrd::version and set it?





Remember to have fun...

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



commit tellico for openSUSE:Factory

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package tellico for openSUSE:Factory
checked in at Thu May 12 11:13:33 CEST 2011.




--- KDE/tellico/tellico.changes 2011-04-11 12:03:45.0 +0200
+++ /mounts/work_src_done/STABLE/tellico/tellico.changes2011-05-09 
20:55:22.0 +0200
@@ -1,0 +2,11 @@
+Mon May  9 18:53:58 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Added libv4l-devel in BuildRequires: and enabled compilation with it
+   (support for using a webcam to scan barcodes).
+  * Removed bookcase Provides:/Obsoletes: (name change was done at 2004-09-20).
+  * Added suitable %post/%postun scripts for the mime file installed by the
+package.
+  * Fixed locales removal if suse_version is not set.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.vYv5VX/_old  2011-05-12 11:12:24.0 +0200
+++ /var/tmp/diff_new_pack.vYv5VX/_new  2011-05-12 11:12:24.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   tellico
 Version:2.3.3
-Release:1
+Release:2
 Summary:A Collection Manager for KDE
 
 License:GPLv2+
@@ -38,15 +38,16 @@
 BuildRequires:  libpoppler-qt4-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libqjson-devel
+BuildRequires:  libv4l-devel
 BuildRequires:  libyaz-devel
 BuildRequires:  taglib-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires:   kdepim4-runtime
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
 Recommends: %{name}-lang = %{version}
-Provides:   bookcase
-Obsoletes:  bookcase
 %kde4_pimlibs_requires
 %kde4_runtime_requires
 
@@ -60,7 +61,7 @@
 %setup -q
 
 %build
-%cmake_kde4 -d build
+%cmake_kde4 -DENABLE_WEBCAM=true -d build
 %make_jobs
 
 %install
@@ -77,7 +78,7 @@
 
 %kde_post_install
 
-%if 0%{?suse_version}  1120
+%if 0%{?suse_version}  0%{?suse_version}  1120
 mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/sv/common
 mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/en/common
 mkdir -p %{buildroot}%{_datadir}/doc/kde/HTML/fr/common
@@ -87,6 +88,12 @@
 
 %fdupes -s %{buildroot}
 
+%post
+/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+
+%postun
+/usr/bin/update-mime-database %{_datadir}/mime  /dev/null || :
+
 %clean
 rm -rf %{buildroot}
 
@@ -95,7 +102,7 @@
 %doc AUTHORS COPYING ChangeLog README tellico.lsm
 %{_kde4_bindir}/tellico
 %{_kde4_applicationsdir}/tellico.desktop
-%{_kde4_htmldir}/en/tellico/
+%doc %{_kde4_htmldir}/en/tellico/
 %{_kde4_iconsdir}/hicolor/*/apps/tellico.png
 %{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-tellico.png
 %{_kde4_appsdir}/kconf_update/tellico*






Remember to have fun...

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



commit rdesktop for openSUSE:11.3

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package rdesktop for openSUSE:11.3
checked in at Thu May 12 20:52:28 CEST 2011.




--- old-versions/11.3/all/rdesktop/rdesktop.changes 2009-02-04 
16:55:45.0 +0100
+++ 11.3/rdesktop/rdesktop.changes  2011-05-12 15:47:18.0 +0200
@@ -1,0 +2,12 @@
+Thu May 12 15:46:43 CEST 2011 - dmuel...@suse.de
+
+- protect against arbitrary file access (CVE-2011-1595, bnc#689029)
+
+---
+Fri Feb 26 15:59:50 CST 2010 - dli...@novell.com
+
+- Add a rdesktop.xpm icon which was from 48x48/yast-remote.png 
+  (bnc#578859)
+
+---
+

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


New:

  rdesktop-add-icon.patch
  rdesktop.xpm
  remote-file-access.patch



Other differences:
--
++ rdesktop.spec ++
--- /var/tmp/diff_new_pack.dTCruv/_old  2011-05-12 20:45:11.0 +0200
+++ /var/tmp/diff_new_pack.dTCruv/_new  2011-05-12 20:45:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rdesktop (Version 1.6.0)
+# spec file for package rdesktop
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,14 +25,17 @@
 Group:  Productivity/Networking/Remote Desktop
 AutoReqProv:on
 Version:1.6.0
-Release:38
+Release:43.RELEASE2
 Summary:A Remote Desktop Protocol client
 Source: %{name}-%{version}.tar.bz2
+Source2:rdesktop.xpm
 Patch0: rdesktop-1.4.0-lib64.dif
 Patch1: rdesktop-1.5.0-fs-fix-1.dif 
 Patch2: rdesktop-1.5.0-fix-printer-strcmp.dif
 Patch3: rdesktop-1.6.0-fix-pkgconfig-check.dif
 Patch4: rdesktop-NOMAD.dif
+Patch5: rdesktop-add-icon.patch
+Patch6: remote-file-access.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +57,8 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6
 
 %build
 %{suse_update_config}
@@ -70,6 +75,8 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/rdesktop
 cp -r keymaps $RPM_BUILD_ROOT/usr/share/rdesktop
 chmod -R a+r $RPM_BUILD_ROOT/usr/share/rdesktop/keymaps
+mkdir $RPM_BUILD_ROOT/usr/share/rdesktop/pixmaps
+install -m 644 $RPM_SOURCE_DIR/rdesktop.xpm 
$RPM_BUILD_ROOT/usr/share/rdesktop/pixmaps
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ rdesktop-add-icon.patch ++
diff -Npur rdesktop-1.6.0.old/Makefile.in rdesktop-1.6.0.new/Makefile.in
--- rdesktop-1.6.0.old/Makefile.in  2010-02-26 14:47:06.0 +0800
+++ rdesktop-1.6.0.new/Makefile.in  2010-02-26 15:35:48.0 +0800
@@ -13,10 +13,11 @@ datadir = @datadir@
 
 VERSION = @PACKAGE_VERSION@
 KEYMAP_PATH = $(datadir)/rdesktop/keymaps/
+PIXMAPS_PATH   = $(datadir)/rdesktop/pixmaps/
 
 CC  = @CC@
 INSTALL = @INSTALL@
-CFLAGS  = @CFLAGS@ @X_CFLAGS@ @DEFS@ -DKEYMAP_PATH=\$(KEYMAP_PATH)\
+CFLAGS  = @CFLAGS@ @X_CFLAGS@ @DEFS@ -DKEYMAP_PATH=\$(KEYMAP_PATH)\ 
-DPIXMAPS_PATH=\$(PIXMAPS_PATH)\
 LDFLAGS = @LDFLAGS@ @LIBS@ @X_LIBS@ @X_EXTRA_LIBS@
 STRIP   = @STRIP@
 
@@ -35,7 +36,7 @@ VNCOBJ   = vnc/rdp2vnc.o vnc/vnc.o vnc/x
 all: $(TARGETS)
 
 rdesktop: $(X11OBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ)
-   $(CC) $(CFLAGS) -o rdesktop $(X11OBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ) 
$(LDFLAGS) -lX11 -lXext
+   $(CC) $(CFLAGS) -o rdesktop $(X11OBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ) 
$(LDFLAGS) -lX11 -lXext -lXpm
 
 rdp2vnc: $(VNCOBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ) 
$(VNCLINK) $(CFLAGS) -o rdp2vnc $(VNCOBJ) $(SOUNDOBJ) $(RDPOBJ) 
$(SCARDOBJ) $(LDFLAGS) $(LDVNC)
diff -Npur rdesktop-1.6.0.old/xwin.c rdesktop-1.6.0.new/xwin.c
--- rdesktop-1.6.0.old/xwin.c   2010-02-26 14:47:06.0 +0800
+++ rdesktop-1.6.0.new/xwin.c   2010-02-26 15:41:48.0 +0800
@@ -24,6 +24,7 @@
 #include X11/Xproto.h
 #include X11/Xatom.h
 #include X11/extensions/shape.h
+#include X11/xpm.h
 #include unistd.h
 #include sys/time.h
 #include time.h
@@ -2056,6 +2057,9 @@ ui_create_window(void)
int wndx;
int wndy;
Atom protocols[2];
+XWMHints *win_icon_hints;
+Pixmap icon_pixmap, icon_mask_pixmap;
+   char rdesktop_icon [256];
 
wndx = 0;
wndy = 0;
@@ -2102,6 +2106,17 @@ ui_create_window(void)
XStoreName(g_display, g_wnd, g_title);
ewmh_set_wm_name(g_wnd, g_title);
 
+   snprintf (rdesktop_icon, 256, %s%s, PIXMAPS_PATH, rdesktop.xpm);
+if (!XReadPixmapFile (g_display, g_wnd, rdesktop_icon, icon_pixmap, 

commit xorg-x11-server for openSUSE:11.4

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:11.4
checked in at Thu May 12 21:04:53 CEST 2011.




--- old-versions/11.4/UPDATES/all/xorg-x11-server/xorg-x11-server.changes   
2011-04-26 18:27:23.0 +0200
+++ 11.4/xorg-x11-server/xorg-x11-server.changes2011-05-11 
16:24:14.0 +0200
@@ -1,0 +2,7 @@
+Wed May 11 14:16:25 UTC 2011 - sndir...@novell.com
+
+- EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch
+  * EXA/mixed: ModifyPixmapHeader pitch fixes. (bnc #678264,
+bfo #33929) 
+
+---

calling whatdependson for 11.4-i586


New:

  EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch



Other differences:
--
++ xorg-x11-server.spec ++
--- /var/tmp/diff_new_pack.47Y8WA/_old  2011-05-12 20:52:42.0 +0200
+++ /var/tmp/diff_new_pack.47Y8WA/_new  2011-05-12 20:52:42.0 +0200
@@ -32,7 +32,7 @@
 %endif
 Url:http://xorg.freedesktop.org/
 Version:7.6_%{dirsuffix}
-Release:15.RELEASE20
+Release:15.RELEASE22
 License:GPLv2+ ; MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -123,6 +123,7 @@
 Patch223:   use-last-screen.patch
 Patch224:   pad-size-of-system-memory-copy-for-1x1-pixmaps
 Patch225:   xorg-server-stop-cpu-eating.diff
+Patch226:   EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch
 %if %moblin
 Patch300:   moblin-use_preferred_mode_for_all_outputs.diff
 %endif
@@ -257,6 +258,7 @@
 %patch223 -p1
 %patch224 -p1
 %patch225 -p1
+%patch226 -p1
 %if %moblin
 %patch300 -p1
 %endif

++ EXA-mixed-ModifyPixmapHeader-pitch-fixes.-bug-33929.patch ++
From 7b3b7efe78dec87c8059ea0d0985f08a97f0633d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michel=20D=C3=A4nzer?= daen...@vmware.com
Date: Thu, 24 Feb 2011 12:17:57 +0100
Subject: [PATCH] EXA/mixed: ModifyPixmapHeader pitch fixes. (bug #33929)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

If there's a GPU copy and a non-zero devKind was passed in, set the GPU copy
pitch to that instead of to a possibly bogus value derived from the new width.
This is e.g. used by the radeon driver's drmmode_xf86crtc_resize hook, fixes
https://bugs.freedesktop.org/show_bug.cgi?id=33929 .

On the other hand, the system memory copy doesn't need the pitch to be aligned
beyond the PixmapBytePad of the width.

Signed-off-by: Michel Dänzer daen...@vmware.com
Acked-by: Cyril Brulebois k...@debian.org
Tested-by: Cyril Brulebois k...@debian.org
Reported-by: Thierry Vignaud thierry.vign...@gmail.com
Tested-by: Thierry Vignaud thierry.vign...@gmail.com
Signed-off-by: Keith Packard kei...@keithp.com
(cherry picked from commit 31704510f448706524b7b7085cc4ff0ada7bfe7e)
---
 exa/exa_mixed.c |9 +
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/exa/exa_mixed.c b/exa/exa_mixed.c
index 606f1e1..fd1afb2 100644
--- a/exa/exa_mixed.c
+++ b/exa/exa_mixed.c
@@ -175,8 +175,10 @@ exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, 
int height, int depth,
depth != pPixmap-drawable.depth ||
bitsPerPixel != pPixmap-drawable.bitsPerPixel) {
if (pExaPixmap-driverPriv) {
-exaSetFbPitch(pExaScr, pExaPixmap,
-  width, height, bitsPerPixel);
+   if (devKind  0)
+   pExaPixmap-fb_pitch = devKind;
+   else
+   exaSetFbPitch(pExaScr, pExaPixmap, width, height, bitsPerPixel);
 
 exaSetAccelBlock(pExaScr, pExaPixmap,
  width, height, bitsPerPixel);
@@ -187,8 +189,7 @@ exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, 
int height, int depth,
if (has_gpu_copy  pExaPixmap-sys_ptr) {
free(pExaPixmap-sys_ptr);
pExaPixmap-sys_ptr = NULL;
-   pExaPixmap-sys_pitch = devKind  0 ? devKind :
-   PixmapBytePad(width, depth);
+   pExaPixmap-sys_pitch = PixmapBytePad(width, depth);
DamageUnregister(pPixmap-drawable, pExaPixmap-pDamage);
DamageDestroy(pExaPixmap-pDamage);
pExaPixmap-pDamage = NULL;
-- 
1.7.4.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 Mesa for openSUSE:11.4

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package Mesa for openSUSE:11.4
checked in at Thu May 12 21:06:39 CEST 2011.




--- old-versions/11.4/all/Mesa/Mesa.changes 2011-01-08 22:09:19.0 
+0100
+++ 11.4/Mesa/Mesa.changes  2011-05-11 16:38:24.0 +0200
@@ -1,0 +2,7 @@
+Wed May 11 14:26:31 UTC 2011 - sndir...@novell.com
+
+- Update to 7.10.2
+  * Many crash and rendering fixes
+  * Fixes Xserver crash with radeon/radeonhd UMS (bnc #678264)
+
+---

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


Old:

  MesaLib-7.10.tar.bz2

New:

  MesaLib-7.10.2.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.X97nP2/_old  2011-05-12 21:05:33.0 +0200
+++ /var/tmp/diff_new_pack.X97nP2/_new  2011-05-12 21:05:33.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package Mesa (Version 7.10)
+# spec file for package Mesa
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,10 +19,10 @@
 
 %define enable_nouveau 1
 
-%define _version 7.10
+%define _version 7.10.2
 
-Version:7.10
-Release:1
+Version:7.10.2
+Release:7.RELEASE2
 
 Name:   Mesa
 BuildRequires:  gcc-c++ libdrm-devel libexpat-devel pkgconfig python-base 
xorg-x11-devel

++ MesaLib-7.10.tar.bz2 - MesaLib-7.10.2.tar.bz2 ++
 49188 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 xorg-x11-driver-video for openSUSE:11.4

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:11.4
checked in at Thu May 12 21:20:21 CEST 2011.




--- 
old-versions/11.4/UPDATES/all/xorg-x11-driver-video/xorg-x11-driver-video.changes
   2011-04-15 12:05:26.0 +0200
+++ 11.4/xorg-x11-driver-video/xorg-x11-driver-video.changes2011-05-11 
16:03:31.0 +0200
@@ -1,0 +2,6 @@
+Wed May 11 13:50:04 UTC 2011 - sndir...@novell.com
+
+- xf86-video-intel-946GZ-is-a-965G.patch
+  * 946GZ is a 965G! (bnc #690428, bfo #35854)
+
+---

calling whatdependson for 11.4-i586


New:

  xf86-video-intel-946GZ-is-a-965G.patch



Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.1b700R/_old  2011-05-12 21:07:07.0 +0200
+++ /var/tmp/diff_new_pack.1b700R/_new  2011-05-12 21:07:07.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  Mesa-devel libdrm-devel pkgconfig xorg-x11-proto-devel 
xorg-x11-server-sdk
 Url:http://xorg.freedesktop.org/
 Version:7.6
-Release:53.RELEASE56
+Release:53.RELEASE58
 License:MIT License (or similar)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Group:  System/X11/Servers/XF86_4
@@ -105,6 +105,7 @@
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch200:   xf86-video-intel-damage-fix.diff
 Patch201:   xf86-video-intel-gen6-Invalidate-texture-cache.patch
+Patch202:   xf86-video-intel-946GZ-is-a-965G.patch
 
 %description
 This package contains X.Org video drivers.
@@ -160,6 +161,7 @@
 %patch150 -p1
 %patch200 -p1
 %patch201 -p1
+%patch202 -p1
 popd
 pushd xf86-video-nv-*
 %patch132 -p1

++ xf86-video-intel-946GZ-is-a-965G.patch ++
From 537a836dd6db384d53b52eb457a7d257c440217f Mon Sep 17 00:00:00 2001
From: Chris Wilson ch...@chris-wilson.co.uk
Date: Fri, 1 Apr 2011 07:10:25 +0100
Subject: [PATCH] 946GZ is a 965G!

Sales  Marketing score another victory in confusing me.

Bugzila: https://bugs.freedesktop.org/show_bug.cgi?id=35854
Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
---
 src/intel_module.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/intel_module.c b/src/intel_module.c
index f6cc6d4..8416544 100644
--- a/src/intel_module.c
+++ b/src/intel_module.c
@@ -323,7 +323,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn,
break;
 case PCI_CHIP_I946_GZ:
chipset-name = 946GZ;
-   chipset-info = intel_i915_info;
+   chipset-info = intel_i965_info;
break;
 case PCI_CHIP_I965_GM:
chipset-name = 965GM;
-- 
1.7.4.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 rdesktop for openSUSE:11.4

2011-05-12 Thread h_root

Hello community,

here is the log from the commit of package rdesktop for openSUSE:11.4
checked in at Thu May 12 21:21:01 CEST 2011.




--- old-versions/11.4/all/rdesktop/rdesktop.changes 2009-02-04 
16:55:45.0 +0100
+++ 11.4/rdesktop/rdesktop.changes  2011-05-12 15:47:18.0 +0200
@@ -1,0 +2,12 @@
+Thu May 12 15:46:43 CEST 2011 - dmuel...@suse.de
+
+- protect against arbitrary file access (CVE-2011-1595, bnc#689029)
+
+---
+Fri Feb 26 15:59:50 CST 2010 - dli...@novell.com
+
+- Add a rdesktop.xpm icon which was from 48x48/yast-remote.png 
+  (bnc#578859)
+
+---
+

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


New:

  rdesktop-add-icon.patch
  rdesktop.xpm
  remote-file-access.patch



Other differences:
--
++ rdesktop.spec ++
--- /var/tmp/diff_new_pack.nXyKfm/_old  2011-05-12 21:20:29.0 +0200
+++ /var/tmp/diff_new_pack.nXyKfm/_new  2011-05-12 21:20:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rdesktop (Version 1.6.0)
+# spec file for package rdesktop
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,14 +25,17 @@
 Group:  Productivity/Networking/Remote Desktop
 AutoReqProv:on
 Version:1.6.0
-Release:38
+Release:46.RELEASE47
 Summary:A Remote Desktop Protocol client
 Source: %{name}-%{version}.tar.bz2
+Source2:rdesktop.xpm
 Patch0: rdesktop-1.4.0-lib64.dif
 Patch1: rdesktop-1.5.0-fs-fix-1.dif 
 Patch2: rdesktop-1.5.0-fix-printer-strcmp.dif
 Patch3: rdesktop-1.6.0-fix-pkgconfig-check.dif
 Patch4: rdesktop-NOMAD.dif
+Patch5: rdesktop-add-icon.patch
+Patch6: remote-file-access.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +57,8 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6
 
 %build
 %{suse_update_config}
@@ -70,6 +75,8 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/rdesktop
 cp -r keymaps $RPM_BUILD_ROOT/usr/share/rdesktop
 chmod -R a+r $RPM_BUILD_ROOT/usr/share/rdesktop/keymaps
+mkdir $RPM_BUILD_ROOT/usr/share/rdesktop/pixmaps
+install -m 644 $RPM_SOURCE_DIR/rdesktop.xpm 
$RPM_BUILD_ROOT/usr/share/rdesktop/pixmaps
 
 %clean
 rm -rf $RPM_BUILD_ROOT

++ rdesktop-add-icon.patch ++
diff -Npur rdesktop-1.6.0.old/Makefile.in rdesktop-1.6.0.new/Makefile.in
--- rdesktop-1.6.0.old/Makefile.in  2010-02-26 14:47:06.0 +0800
+++ rdesktop-1.6.0.new/Makefile.in  2010-02-26 15:35:48.0 +0800
@@ -13,10 +13,11 @@ datadir = @datadir@
 
 VERSION = @PACKAGE_VERSION@
 KEYMAP_PATH = $(datadir)/rdesktop/keymaps/
+PIXMAPS_PATH   = $(datadir)/rdesktop/pixmaps/
 
 CC  = @CC@
 INSTALL = @INSTALL@
-CFLAGS  = @CFLAGS@ @X_CFLAGS@ @DEFS@ -DKEYMAP_PATH=\$(KEYMAP_PATH)\
+CFLAGS  = @CFLAGS@ @X_CFLAGS@ @DEFS@ -DKEYMAP_PATH=\$(KEYMAP_PATH)\ 
-DPIXMAPS_PATH=\$(PIXMAPS_PATH)\
 LDFLAGS = @LDFLAGS@ @LIBS@ @X_LIBS@ @X_EXTRA_LIBS@
 STRIP   = @STRIP@
 
@@ -35,7 +36,7 @@ VNCOBJ   = vnc/rdp2vnc.o vnc/vnc.o vnc/x
 all: $(TARGETS)
 
 rdesktop: $(X11OBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ)
-   $(CC) $(CFLAGS) -o rdesktop $(X11OBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ) 
$(LDFLAGS) -lX11 -lXext
+   $(CC) $(CFLAGS) -o rdesktop $(X11OBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ) 
$(LDFLAGS) -lX11 -lXext -lXpm
 
 rdp2vnc: $(VNCOBJ) $(SOUNDOBJ) $(RDPOBJ) $(SCARDOBJ) 
$(VNCLINK) $(CFLAGS) -o rdp2vnc $(VNCOBJ) $(SOUNDOBJ) $(RDPOBJ) 
$(SCARDOBJ) $(LDFLAGS) $(LDVNC)
diff -Npur rdesktop-1.6.0.old/xwin.c rdesktop-1.6.0.new/xwin.c
--- rdesktop-1.6.0.old/xwin.c   2010-02-26 14:47:06.0 +0800
+++ rdesktop-1.6.0.new/xwin.c   2010-02-26 15:41:48.0 +0800
@@ -24,6 +24,7 @@
 #include X11/Xproto.h
 #include X11/Xatom.h
 #include X11/extensions/shape.h
+#include X11/xpm.h
 #include unistd.h
 #include sys/time.h
 #include time.h
@@ -2056,6 +2057,9 @@ ui_create_window(void)
int wndx;
int wndy;
Atom protocols[2];
+XWMHints *win_icon_hints;
+Pixmap icon_pixmap, icon_mask_pixmap;
+   char rdesktop_icon [256];
 
wndx = 0;
wndy = 0;
@@ -2102,6 +2106,17 @@ ui_create_window(void)
XStoreName(g_display, g_wnd, g_title);
ewmh_set_wm_name(g_wnd, g_title);
 
+   snprintf (rdesktop_icon, 256, %s%s, PIXMAPS_PATH, rdesktop.xpm);
+if (!XReadPixmapFile (g_display, g_wnd, rdesktop_icon, icon_pixmap,