commit at for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package at for openSUSE:Factory
checked in at Wed Apr 20 13:26:51 CEST 2011.




--- at/at.changes   2011-04-07 16:40:54.0 +0200
+++ /mounts/work_src_done/STABLE/at/at.changes  2011-04-19 10:01:10.0 
+0200
@@ -1,0 +2,6 @@
+Tue Apr 19 07:40:28 UTC 2011 - vci...@novell.com
+
+- wrong jobdir mtime handling fixed (bnc#680113) 
+  thanks to Ingo Schwarze
+
+---

calling whatdependson for head-i586


New:

  at-3.1.8-jobdir-mtime.patch



Other differences:
--
++ at.spec ++
--- /var/tmp/diff_new_pack.HcownY/_old  2011-04-20 13:26:32.0 +0200
+++ /var/tmp/diff_new_pack.HcownY/_new  2011-04-20 13:26:32.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Daemons
 AutoReqProv:on
 Version:3.1.8
-Release:1097
+Release:1100
 Summary:A Job Manager
 Source: at_3.1.8-11.tar.gz
 Source1:atd.init
@@ -48,16 +48,18 @@
 Patch12:%{name}-%{version}-queue-nice-level.patch
 # PATCH-FIX-UPSTREAM cleanup_perm fix permissions for unlink (bnc#478733)
 Patch13:%{name}-%{version}-cleanup_perm.patch
-# PATCH-FIX-UPSTRAM pam-session-as-root (bnc#408986, bnc#239210)
+# PATCH-FIX-UPSTREAM pam-session-as-root (bnc#408986, bnc#239210)
 Patch14:%{name}-%{version}-pam-session-as-root.patch
-# PATCH-FIX-UPSTRAM clean-up opened descriptors (bnc#533454, bnc#523346)
+# PATCH-FIX-UPSTREAM clean-up opened descriptors (bnc#533454, bnc#523346)
 Patch15:%{name}-%{version}-leak-fix.patch
-#PATCH_FIX-OPENSUSE add proper system users to the deny list
+#PATCH-FIX-OPENSUSE add proper system users to the deny list
 Patch16:at-3.1.8-denylist.patch
-#PATCH_FIX-OPENSUSE plan jobs with past time to tomorrow (bnc#672586)
+#PATCH-FIX-UPSTREAM plan jobs with past time to tomorrow (bnc#672586)
 Patch17:%{name}-%{version}-tomorrow.patch
-#PATCH_FIX-OPENSUSE race condition of atrm against job execution (bnc#679857)
+#PATCH-FIX-UPSTREAM race condition of atrm against job execution (bnc#679857)
 Patch18:%{name}-%{version}-atrm-race.patch
+#PATCH-FIX-UPSTREAM wrong mtime handling of jobdir (bnc#680113)
+Patch19:%{name}-%{version}-jobdir-mtime.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %{_sbindir}/useradd %{_sbindir}/groupadd %fillup_prereq 
%insserv_prereq
 Recommends: smtp_daemon
@@ -95,6 +97,7 @@
 %patch16
 %patch17 -p1
 %patch18
+%patch19
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}

++ at-3.1.8-jobdir-mtime.patch ++
Copyright (c) 2009 Ingo Schwarze ischwa...@astaro.com

This patch is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Index: atd.c
===
--- atd.c.orig
+++ atd.c
@@ -792,7 +792,7 @@ run_loop()
 if (stat(., buf) == -1)
perr(Cannot stat  ATJOB_DIR);
 
-if (nothing_to_do  buf.st_mtime = last_chg)
+if (nothing_to_do  buf.st_mtime == last_chg)
return next_job;
 last_chg = buf.st_mtime;
 





Remember to have fun...

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



commit gmp for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package gmp for openSUSE:Factory
checked in at Wed Apr 20 13:33:51 CEST 2011.




--- gmp/gmp.changes 2011-01-25 14:17:05.0 +0100
+++ /mounts/work_src_done/STABLE/gmp/gmp.changes2011-04-19 
00:04:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 00:03:52 CEST 2011 - r...@suse.de
+
+- remove outdated entries from baselibs.conf 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gmp.spec ++
--- /var/tmp/diff_new_pack.j9bRjC/_old  2011-04-20 13:33:40.0 +0200
+++ /var/tmp/diff_new_pack.j9bRjC/_new  2011-04-20 13:33:40.0 +0200
@@ -29,7 +29,7 @@
 %endif
 #
 Version:5.0.1
-Release:2
+Release:7
 Summary:The GNU MP Library
 Url:http://gmplib.org/
 Source: gmp-%{version}.tar.bz2

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.j9bRjC/_old  2011-04-20 13:33:40.0 +0200
+++ /var/tmp/diff_new_pack.j9bRjC/_new  2011-04-20 13:33:40.0 +0200
@@ -1,5 +1,3 @@
-targettype x86 package libgmp3
-  obsoletes gmp-targettype
 libgmp10
   obsoletes gmp-targettype
 libgmpxx4






Remember to have fun...

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



commit keyutils for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package keyutils for openSUSE:Factory
checked in at Wed Apr 20 13:35:54 CEST 2011.




--- keyutils/keyutils.changes   2010-03-18 13:29:13.0 +0100
+++ /mounts/work_src_done/STABLE/keyutils/keyutils.changes  2011-04-19 
13:51:37.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 19 13:45:30 CEST 2011 - meiss...@suse.de
+
+- Upgraded to 1.4
+  - Fix the library naming wrt the version.
+  - Move the package to version to 1.4.
+  - Fix spelling mistakes in manpages.
+  - Add an index manpage for all the keyctl functions.
+  - Fix rpmlint warnings.
+- fixed parallel make
+- do not include empty rpaths
+
+---

calling whatdependson for head-i586


Old:

  keyutils-1.2-strict-aliasing-punning.patch
  keyutils-1.3.tar.bz2

New:

  keyutils-1.4.tar.bz2
  parallel-make.patch



Other differences:
--
++ keyutils.spec ++
--- /var/tmp/diff_new_pack.NkcIvm/_old  2011-04-20 13:35:13.0 +0200
+++ /var/tmp/diff_new_pack.NkcIvm/_new  2011-04-20 13:35:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package keyutils (Version 1.3)
+# spec file for package keyutils
 #
-# 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
@@ -24,12 +24,12 @@
 Group:  System/Kernel
 AutoReqProv:on
 Summary:Linux Key Management Utilities
-Version:1.3
+Version:1.4
 Release:1
 Source0:
http://people.redhat.com/~dhowells/keyutils/%name-%version.tar.bz2
 Source1:baselibs.conf
-Patch0: keyutils-1.2-strict-aliasing-punning.patch
 Patch1: request-key-cifs.patch
+Patch2: parallel-make.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -75,8 +75,8 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
+%patch2 -p1
 
 %build
 make %{?jobs:-j%jobs} NO_ARLIB=1 CFLAGS=$RPM_OPT_FLAGS
@@ -100,7 +100,6 @@
 %files libs
 %defattr(-,root,root,-)
 %doc LICENCE.LGPL
-/%{_lib}/libkeyutils-*.so
 /%{_lib}/libkeyutils.so.*
 
 %files devel

++ keyutils-1.3.tar.bz2 - keyutils-1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyutils-1.3/Makefile new/keyutils-1.4/Makefile
--- old/keyutils-1.3/Makefile   2010-02-26 21:31:05.0 +0100
+++ new/keyutils-1.4/Makefile   2010-03-19 16:46:13.0 +0100
@@ -18,7 +18,7 @@
 ARLIB  := libkeyutils.a
 DEVELLIB   := libkeyutils.so
 SONAME := libkeyutils.so.$(MAJOR)
-LIBNAME:= libkeyutils-$(VERSION).so
+LIBNAME:= libkeyutils.so.$(VERSION)
 
 LNS:= ln -sf
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keyutils-1.3/keyctl.3 new/keyutils-1.4/keyctl.3
--- old/keyutils-1.3/keyctl.3   1970-01-01 01:00:00.0 +0100
+++ new/keyutils-1.4/keyctl.3   2010-03-19 11:21:28.0 +0100
@@ -0,0 +1,85 @@
+.\
+.\ Copyright (C) 2010 Red Hat, Inc. All Rights Reserved.
+.\ Written by David Howells (dhowe...@redhat.com)
+.\
+.\ This program is free software; you can redistribute it and/or
+.\ modify it under the terms of the GNU General Public Licence
+.\ as published by the Free Software Foundation; either version
+.\ 2 of the Licence, or (at your option) any later version.
+.\
+.TH KEYCTL 3 18 Mar 2010 Linux Linux Key Management Calls
+.\
+.SH NAME
+keyctl_*() \- Key management function wrappers
+.\
+.SH DESCRIPTION
+The
+.BR keyctl ()
+system call is a multiplexor for a number of key management functions.  These
+should be called via the wrappers in the libkeyutils library.
+.P
+The functions can be compiled in by including the keyutils header file:
+.sp
+.RS
+.nf
+.B #include keyutils.h
+.RE
+.P
+and then telling the linker it should link in the library:
+.sp
+.RS
+.nf
+.B -lkeyutils
+.RE
+.\
+.SH KEYCTL FUNCTIONS
+.BR keyctl_assume_authority (3)
+.br
+.BR keyctl_clear (3)
+.br
+.BR keyctl_describe (3)
+.br
+.BR keyctl_describe_alloc (3)
+.br
+.BR keyctl_get_keyring_ID (3)
+.br
+.BR keyctl_instantiate (3)
+.br
+.BR keyctl_join_session_keyring (3)
+.br
+.BR keyctl_link (3)
+.br
+.BR keyctl_negate (3)
+.br
+.BR keyctl_read (3)
+.br
+.BR keyctl_read_alloc (3)
+.br
+.BR keyctl_revoke (3)
+.br
+.BR keyctl_search (3)
+.br
+.BR keyctl_security (3)
+.br
+.BR keyctl_security_alloc (3)
+.br
+.BR keyctl_set_reqkey_keyring (3)
+.br
+.BR keyctl_set_timeout (3)
+.br
+.BR keyctl_setperm (3)
+.br
+.BR keyctl_unlink (3)
+.br
+.BR keyctl_update (3)
+.\
+.SH SEE ALSO
+.BR keyctl (1),
+.br
+.BR add_key (2),
+.br
+.BR keyctl (2),
+.br
+.BR request_key (2),
+.br
+.BR request-key (8)
diff -urN '--exclude=CVS' 

commit boost for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package boost for openSUSE:Factory
checked in at Wed Apr 20 13:41:55 CEST 2011.




--- boost/boost.changes 2011-03-21 11:56:13.0 +0100
+++ /mounts/work_src_done/STABLE/boost/boost.changes2011-04-19 
00:13:50.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 00:13:36 CEST 2011 - r...@suse.de
+
+- update baselibs.conf 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ boost.spec ++
--- /var/tmp/diff_new_pack.7u3N1j/_old  2011-04-20 13:41:33.0 +0200
+++ /var/tmp/diff_new_pack.7u3N1j/_new  2011-04-20 13:41:33.0 +0200
@@ -78,7 +78,7 @@
 Summary:Boost C++ Libraries
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Version:%{ver}
-Release:2
+Release:5
 Source0:%{name}_%{file_version}.tar.xz
 Source1:boost-rpmlintrc
 Source2:%{name}_%{short_version}_man.tar.xz

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.7u3N1j/_old  2011-04-20 13:41:33.0 +0200
+++ /var/tmp/diff_new_pack.7u3N1j/_new  2011-04-20 13:41:33.0 +0200
@@ -1,18 +1,18 @@
 package boost-devel
   requires -boost-targettype
-libboost_date_time1_44_0
-libboost_filesystem1_44_0
-libboost_graph1_44_0
-libboost_iostreams1_44_0
-libboost_math1_44_0
-libboost_mpi1_44_0
-libboost_test1_44_0
-libboost_program_options1_44_0
-libboost_python1_44_0
-libboost_random1_44_0
-libboost_serialization1_44_0
-libboost_signals1_44_0
-libboost_system1_44_0
-libboost_thread1_44_0
-libboost_wave1_44_0
-libboost_regex1_44_0
+libboost_date_time1_46_1
+libboost_filesystem1_46_1
+libboost_graph1_46_1
+libboost_iostreams1_46_1
+libboost_math1_46_1
+libboost_mpi1_46_1
+libboost_test1_46_1
+libboost_program_options1_46_1
+libboost_python1_46_1
+libboost_random1_46_1
+libboost_serialization1_46_1
+libboost_signals1_46_1
+libboost_system1_46_1
+libboost_thread1_46_1
+libboost_wave1_46_1
+libboost_regex1_46_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 raptor for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package raptor for openSUSE:Factory
checked in at Wed Apr 20 13:42:31 CEST 2011.




--- raptor/raptor.changes   2010-04-10 08:56:09.0 +0200
+++ /mounts/work_src_done/STABLE/raptor/raptor.changes  2011-04-15 
20:24:00.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+
+- added 32bit compatibility libraries
+- removed package name from summary (fix for RPMLINT warning)
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ raptor.spec ++
--- /var/tmp/diff_new_pack.JDJc7U/_old  2011-04-20 13:42:23.0 +0200
+++ /var/tmp/diff_new_pack.JDJc7U/_new  2011-04-20 13:42:23.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package raptor (Version 1.4.21)
+# spec file for package raptor
 #
-# 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,13 @@
 
 Name:   raptor
 BuildRequires:  curl-devel gtkdoc libxml2-devel libxslt-devel pkg-config
-Summary:Raptor RDF Parser Toolkit
+Summary:RDF Parser Toolkit
 Version:1.4.21
-Release:1
+Release:7
 License:LGPLv2.1+ ; ASLv..
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Source0:%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 Url:http://www.redland.opensource.ac.uk/raptor/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,7 +40,7 @@
 
 %package -n libraptor1
 License:LGPLv2.1+ ; ASLv..
-Summary:Raptor RDF Parser Toolkit
+Summary:RDF Parser Toolkit
 Group:  System/Libraries
 
 %description -n libraptor1

++ baselibs.conf ++
libraptor1





Remember to have fun...

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



commit rasqal for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package rasqal for openSUSE:Factory
checked in at Wed Apr 20 13:48:32 CEST 2011.




--- KDE/rasqal/rasqal.changes   2010-10-19 17:11:25.0 +0200
+++ /mounts/work_src_done/STABLE/rasqal/rasqal.changes  2011-04-15 
20:25:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 14 13:38:21 UTC 2011 - toddrme2...@gmail.com
+
+- added 32bit compatibility libraries
+- removed package name from summary (fix for RPMLINT warning)
+ 
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ rasqal.spec ++
--- /var/tmp/diff_new_pack.R11wEG/_old  2011-04-20 13:48:24.0 +0200
+++ /var/tmp/diff_new_pack.R11wEG/_new  2011-04-20 13:48:24.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rasqal (Version 0.9.20)
+# spec file for package rasqal
 #
-# 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:   rasqal
 Version:0.9.20
-Release:1
+Release:6
 #
 License:LGPLv2.1+ ; ASLv..
 Group:  Development/Libraries/C and C++
@@ -29,9 +29,10 @@
 BuildRequires:  bison flex gtk-doc libraptor-devel libxml2-devel pcre-devel 
pkg-config
 #
 Url:http://librdf.org/rasqal/
-Source: http://download.librdf.org/source/%{name}-%{version}.tar.bz2
+Source0:http://download.librdf.org/source/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 #
-Summary:Rasqal RDF Parser Toolkit for Redland
+Summary:RDF Parser Toolkit for Redland
 
 %description
 Rasqal is a library providing full support for querying Resource
@@ -48,7 +49,7 @@
 
 %package -n librasqal2
 License:LGPLv2.1+ ; ASLv..
-Summary:Rasqal RDF Parser Toolkit for Redland
+Summary:RDF Parser Toolkit for Redland
 Group:  System/Libraries
 %requires_gelibraptor1
 

++ baselibs.conf ++
librasqal2





Remember to have fun...

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



commit polkit-qt-1 for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package polkit-qt-1 for openSUSE:Factory
checked in at Wed Apr 20 13:52:24 CEST 2011.




--- KDE/polkit-qt-1/polkit-qt-1.changes 2010-12-18 23:30:14.0 +0100
+++ /mounts/work_src_done/STABLE/polkit-qt-1/polkit-qt-1.changes
2011-04-19 00:01:44.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 00:01:34 CEST 2011 - r...@suse.de
+
+- fix baselibs.conf 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ polkit-qt-1.spec ++
--- /var/tmp/diff_new_pack.cFYkkb/_old  2011-04-20 13:52:09.0 +0200
+++ /var/tmp/diff_new_pack.cFYkkb/_new  2011-04-20 13:52:09.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package polkit-qt-1 (Version 0.99.1)
+# spec file for package polkit-qt-1
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -30,7 +30,7 @@
 Group:  Development/Libraries/KDE
 Summary:PolicyKit Library Qt Bindings
 Version:0.99.1
-Release:2
+Release:8
 Url:
http://api.kde.org/kdesupport-api/kdesupport-apidocs/polkit-qt/html/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.cFYkkb/_old  2011-04-20 13:52:09.0 +0200
+++ /var/tmp/diff_new_pack.cFYkkb/_new  2011-04-20 13:52:09.0 +0200
@@ -1 +1 @@
-libpolkit-qt-1-0
+libpolkit-qt-1-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 yast2-ycp-ui-bindings for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory
checked in at Wed Apr 20 13:53:26 CEST 2011.




--- yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes 2011-02-11 
15:58:21.0 +0100
+++ 
/mounts/work_src_done/STABLE/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes
2011-04-19 12:19:31.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 19 12:13:02 CEST 2011 - tgoettlic...@suse.de
+
+- version bump
+- V 2.21.1
+
+---
+Fri Apr 15 16:18:41 CEST 2011 - tgoettlic...@suse.de
+
+- Added support for recursive selection in tree widgets
+- V 2.20.4
+
+---

calling whatdependson for head-i586


Old:

  yast2-ycp-ui-bindings-2.20.3.tar.bz2

New:

  yast2-ycp-ui-bindings-2.21.1.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.cyUCMY/_old  2011-04-20 13:53:15.0 +0200
+++ /var/tmp/diff_new_pack.cyUCMY/_new  2011-04-20 13:53:15.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:2.20.3
+Version:2.21.1
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ycp-ui-bindings-2.20.3.tar.bz2
+Source0:yast2-ycp-ui-bindings-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -45,8 +45,8 @@
 # libycp includes crypto built-ins
 BuildRequires:  libxcrypt-devel
 
-Requires:   yast2-libyui  = 2.20.1
-BuildRequires:  yast2-libyui-devel = 2.20.1
+Requires:   yast2-libyui  = 2.21.1
+BuildRequires:  yast2-libyui-devel = 2.21.1
 
 # libyui ImplPtr
 BuildRequires:  boost-devel
@@ -79,7 +79,7 @@
 language in which most YaST2 modules are written).
 
 %prep
-%setup -n yast2-ycp-ui-bindings-2.20.3
+%setup -n yast2-ycp-ui-bindings-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -124,4 +124,5 @@
 %{prefix}/include/YaST2
 %{_libdir}/pkgconfig/yast2-ycp-ui-bindings.pc
 %doc %{prefix}/share/doc/packages/yast2-ycp-ui-bindings
+
 %changelog

++ yast2-ycp-ui-bindings-2.20.3.tar.bz2 - 
yast2-ycp-ui-bindings-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-2.20.3/VERSION 
new/yast2-ycp-ui-bindings-2.21.1/VERSION
--- old/yast2-ycp-ui-bindings-2.20.3/VERSION2011-02-11 16:01:05.0 
+0100
+++ new/yast2-ycp-ui-bindings-2.21.1/VERSION2011-04-19 12:12:52.0 
+0200
@@ -1 +1 @@
-2.20.3
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-2.20.3/configure 
new/yast2-ycp-ui-bindings-2.21.1/configure
--- old/yast2-ycp-ui-bindings-2.20.3/configure  2011-02-11 16:01:26.0 
+0100
+++ new/yast2-ycp-ui-bindings-2.21.1/configure  2011-04-19 12:19:10.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for yast2-ycp-ui-bindings 2.20.3.
+# Generated by GNU Autoconf 2.65 for yast2-ycp-ui-bindings 2.21.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -701,8 +701,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-ycp-ui-bindings'
 PACKAGE_TARNAME='yast2-ycp-ui-bindings'
-PACKAGE_VERSION='2.20.3'
-PACKAGE_STRING='yast2-ycp-ui-bindings 2.20.3'
+PACKAGE_VERSION='2.21.1'
+PACKAGE_STRING='yast2-ycp-ui-bindings 2.21.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1485,7 +1485,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-ycp-ui-bindings 2.20.3 to adapt to many kinds of 
systems.
+\`configure' configures yast2-ycp-ui-bindings 2.21.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1557,7 +1557,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-ycp-ui-bindings 
2.20.3:;;
+ short | recursive ) echo Configuration of yast2-ycp-ui-bindings 
2.21.1:;;
esac
   cat \_ACEOF
 
@@ -1670,7 +1670,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-ycp-ui-bindings configure 2.20.3
+yast2-ycp-ui-bindings configure 2.21.1
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2162,7 +2162,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-ycp-ui-bindings $as_me 2.20.3, which was
+It was created by yast2-ycp-ui-bindings $as_me 2.21.1, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -3085,7 +3085,7 @@
 
 # Define the identity of the package.
  

commit yast2-ncurses for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package yast2-ncurses for openSUSE:Factory
checked in at Wed Apr 20 13:53:59 CEST 2011.




--- yast2-ncurses/yast2-ncurses.changes 2011-04-11 12:13:46.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-ncurses/yast2-ncurses.changes
2011-04-18 15:17:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 18 15:15:04 CEST 2011 - g...@suse.de
+
+- NCTree: option `recursiveSelection added
+- V 2.21.1 
+
+---

calling whatdependson for head-i586


Old:

  yast2-ncurses-2.21.0.tar.bz2

New:

  yast2-ncurses-2.21.1.tar.bz2



Other differences:
--
++ yast2-ncurses.spec ++
--- /var/tmp/diff_new_pack.ud5mcO/_old  2011-04-20 13:53:34.0 +0200
+++ /var/tmp/diff_new_pack.ud5mcO/_new  2011-04-20 13:53:34.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ncurses
-Version:2.21.0
+Version:2.21.1
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ncurses-2.21.0.tar.bz2
+Source0:yast2-ncurses-2.21.1.tar.bz2
 
 Prefix: /usr
 
@@ -35,8 +35,8 @@
 Summary:YaST2 - Character Based User Interface
 Provides:   yast2_ui
 Requires:   glibc-locale
-BuildRequires:  yast2-libyui-devel = 2.20.1
-Requires:   yast2-libyui   = 2.20.1
+BuildRequires:  yast2-libyui-devel = 2.21.1
+Requires:   yast2-libyui   = 2.21.1
 Recommends: yast2-ncurses-pkg
 
 %description
@@ -56,7 +56,7 @@
 component for YaST2.
 
 %prep
-%setup -n yast2-ncurses-2.21.0
+%setup -n yast2-ncurses-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -97,4 +97,5 @@
 %dir %{prefix}/include/YaST2
 %{prefix}/include/YaST2/ncurses/
 %doc %{prefix}/share/doc/packages/yast2-ncurses
+
 %changelog

++ yast2-ncurses-2.21.0.tar.bz2 - yast2-ncurses-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ncurses-2.21.0/VERSION 
new/yast2-ncurses-2.21.1/VERSION
--- old/yast2-ncurses-2.21.0/VERSION2011-04-07 14:27:58.0 +0200
+++ new/yast2-ncurses-2.21.1/VERSION2011-04-18 15:13:20.0 +0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ncurses-2.21.0/configure 
new/yast2-ncurses-2.21.1/configure
--- old/yast2-ncurses-2.21.0/configure  2011-04-07 14:28:29.0 +0200
+++ new/yast2-ncurses-2.21.1/configure  2011-04-18 15:16:28.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-ncurses 2.21.0.
+# Generated by GNU Autoconf 2.68 for yast2-ncurses 2.21.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-ncurses'
 PACKAGE_TARNAME='yast2-ncurses'
-PACKAGE_VERSION='2.21.0'
-PACKAGE_STRING='yast2-ncurses 2.21.0'
+PACKAGE_VERSION='2.21.1'
+PACKAGE_STRING='yast2-ncurses 2.21.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1488,7 +1488,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-ncurses 2.21.0 to adapt to many kinds of systems.
+\`configure' configures yast2-ncurses 2.21.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1559,7 +1559,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-ncurses 2.21.0:;;
+ short | recursive ) echo Configuration of yast2-ncurses 2.21.1:;;
esac
   cat \_ACEOF
 
@@ -1673,7 +1673,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-ncurses configure 2.21.0
+yast2-ncurses configure 2.21.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2308,7 +2308,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-ncurses $as_me 2.21.0, which was
+It was created by yast2-ncurses $as_me 2.21.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3238,7 +3238,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-ncurses'
- VERSION='2.21.0'
+ VERSION='2.21.1'
 
 
 cat confdefs.h _ACEOF
@@ -3360,7 +3360,7 @@
 
 
 
-VERSION=2.21.0
+VERSION=2.21.1
 RPMNAME=yast2-ncurses
 MAINTAINER=Gabriele Mohr g...@suse.de
 
@@ -16101,7 +16101,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-ncurses $as_me 2.21.0, which was
+This file was extended by yast2-ncurses $as_me 2.21.1, which was
 generated by 

commit yast2-qt for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package yast2-qt for openSUSE:Factory
checked in at Wed Apr 20 13:54:21 CEST 2011.




--- yast2-qt/yast2-qt.changes   2011-04-12 16:36:51.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt/yast2-qt.changes  2011-04-18 
16:28:55.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 18 16:16:59 CEST 2011 - tgoettlic...@suse.de
+
+- Enable busy cursor for tree widget during time consuming 
+  operations
+- V 2.21.1
+
+---
+Fri Apr 15 16:20:11 CEST 2011 - tgoettlic...@suse.de
+
+- Added support for recursive selection in tree widgets
+- V 2.20.8
+
+---

calling whatdependson for head-i586


Old:

  yast2-qt-2.20.7.tar.bz2

New:

  yast2-qt-2.21.1.tar.bz2



Other differences:
--
++ yast2-qt.spec ++
--- /var/tmp/diff_new_pack.E66zxe/_old  2011-04-20 13:54:07.0 +0200
+++ /var/tmp/diff_new_pack.E66zxe/_new  2011-04-20 13:54:07.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt
-Version:2.20.7
+Version:2.21.1
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-2.20.7.tar.bz2
+Source0:yast2-qt-2.21.1.tar.bz2
 Group:  System/YaST
 License:GPLv2+
 BuildRequires:  docbook-xsl-stylesheets
@@ -41,8 +41,8 @@
 Summary:YaST2 - Graphical User Interface
 BuildRequires:  yast2-devtools = 2.16.3
 #YIconLoader
-BuildRequires:  yast2-libyui-devel = 2.20.2
-Requires:   yast2-libyui  = 2.20.2
+BuildRequires:  yast2-libyui-devel = 2.21.1
+Requires:   yast2-libyui  = 2.21.1
 Requires:   yast2_theme = 2.16.1
 Requires:   yast2-branding
 Provides:   yast2_ui

++ yast2-qt-2.20.7.tar.bz2 - yast2-qt-2.21.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.20.7/VERSION.cmake 
new/yast2-qt-2.21.1/VERSION.cmake
--- old/yast2-qt-2.20.7/VERSION.cmake   2011-04-12 16:36:29.0 +0200
+++ new/yast2-qt-2.21.1/VERSION.cmake   2011-04-19 12:21:08.0 +0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR 2)
-SET(VERSION_MINOR 20)
-SET(VERSION_PATCH 7)
+SET(VERSION_MINOR 21)
+SET(VERSION_PATCH 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.20.7/package/yast2-qt.changes 
new/yast2-qt-2.21.1/package/yast2-qt.changes
--- old/yast2-qt-2.20.7/package/yast2-qt.changes2011-04-12 
16:36:30.0 +0200
+++ new/yast2-qt-2.21.1/package/yast2-qt.changes2011-04-19 
12:21:09.0 +0200
@@ -1,4 +1,17 @@
 ---
+Mon Apr 18 16:16:59 CEST 2011 - tgoettlic...@suse.de
+
+- Enable busy cursor for tree widget during time consuming 
+  operations
+- V 2.21.1
+
+---
+Fri Apr 15 16:20:11 CEST 2011 - tgoettlic...@suse.de
+
+- Added support for recursive selection in tree widgets
+- V 2.20.8
+
+---
 Tue Apr 12 16:33:56 CEST 2011 - tgoettlic...@suse.de
 
 - Fixed line breaks in LogView (bnc #684759)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-2.20.7/src/YQTree.cc 
new/yast2-qt-2.21.1/src/YQTree.cc
--- old/yast2-qt-2.20.7/src/YQTree.cc   2011-04-12 16:36:29.0 +0200
+++ new/yast2-qt-2.21.1/src/YQTree.cc   2011-04-19 12:21:08.0 +0200
@@ -63,9 +63,9 @@
 #define VERBOSE_TREE_ITEMS 0
 
 
-YQTree::YQTree( YWidget * parent, const string  label, bool 
multiSelectionMode  )
+YQTree::YQTree( YWidget * parent, const string  label, bool 
multiSelectionMode, bool recursiveSelectionMode  )
 : QFrame( (QWidget *) parent-widgetRep() )
-, YTree( parent, label, multiSelectionMode )
+, YTree( parent, label, multiSelectionMode, recursiveSelectionMode )
 {
 QVBoxLayout* layout = new QVBoxLayout( this );
 setLayout( layout );
@@ -101,8 +101,11 @@
 connect( _qt_treeWidget,   SIGNAL( itemClicked ( QTreeWidgetItem *, int ) 
),
 this,  SLOT  ( slotItemClicked ( QTreeWidgetItem *, 
int ) ) );
 
+//connect( _qt_treeWidget, SIGNAL( itemChanged ( QTreeWidgetItem *, int ) 
),
+//  this,  SLOT  ( slotItemChanged () ) );
+
 connect( _qt_treeWidget,   SIGNAL( itemChanged ( QTreeWidgetItem *, int ) 
),
-this,  SLOT  ( slotItemChanged () ) );
+this,  SLOT  ( slotItemChanged (QTreeWidgetItem *) ) );
 
 connect( _qt_treeWidget,   SIGNAL( itemDoubleClicked( QTreeWidgetItem *, 
int ) ),
 this,  SLOT  ( slotActivated( QTreeWidgetItem *
  ) ) );
@@ -276,24 +279,48 @@
 }
 
 
-void YQTree::slotItemChanged( )

commit libvpd2 for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory
checked in at Wed Apr 20 13:54:56 CEST 2011.




--- libvpd2/libvpd2.changes 2010-02-01 12:57:47.0 +0100
+++ /mounts/work_src_done/STABLE/libvpd2/libvpd2.changes2011-04-19 
00:21:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 00:21:14 CEST 2011 - r...@suse.de
+
+- update baselibs.conf 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libvpd2.spec ++
--- /var/tmp/diff_new_pack.x3Er6Z/_old  2011-04-20 13:54:38.0 +0200
+++ /var/tmp/diff_new_pack.x3Er6Z/_new  2011-04-20 13:54:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libvpd2 (Version 2.0.3)
+# spec file for package libvpd2
 #
-# 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:   libvpd2
 Version:2.0.3
-Release:3
+Release:13
 BuildRequires:  gcc-c++ libtool sqlite3-devel zlib-devel
 Summary:VPD Database access library for lsvpd
 Group:  Development/Libraries/Other

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.x3Er6Z/_old  2011-04-20 13:54:38.0 +0200
+++ /var/tmp/diff_new_pack.x3Er6Z/_new  2011-04-20 13:54:38.0 +0200
@@ -1,2 +1,2 @@
-libvpd_cxx2
-libvpd_cxx2-devel
+libvpd2
+libvpd2-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 kdevelop4 for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package kdevelop4 for openSUSE:Factory
checked in at Wed Apr 20 13:55:59 CEST 2011.




--- KDE/kdevelop4/kdevelop4.changes 2011-02-17 15:18:06.0 +0100
+++ /mounts/work_src_done/STABLE/kdevelop4/kdevelop4.changes2011-04-16 
12:08:50.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 16 10:00:55 UTC 2011 - jav...@opensuse.org
+
+- update to 4.2.2 bugfix release
+
+---

calling whatdependson for head-i586


Old:

  kdevelop-4.2.0.tar.bz2

New:

  kdevelop-4.2.2.tar.bz2



Other differences:
--
++ kdevelop4.spec ++
--- /var/tmp/diff_new_pack.xEWvyf/_old  2011-04-20 13:55:05.0 +0200
+++ /var/tmp/diff_new_pack.xEWvyf/_new  2011-04-20 13:55:05.0 +0200
@@ -25,8 +25,8 @@
 Group:  Development/Tools/IDE
 Summary:Integrated Development Environment for the X Window System, 
Qt, KDE, and GNOME
 Url:http://www.kdevelop.org
-Version:4.2.0
-Release:5
+Version:4.2.2
+Release:1
 Source0:kdevelop-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-lang = %version

++ kdevelop-4.2.0.tar.bz2 - kdevelop-4.2.2.tar.bz2 ++
 29730 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 build-compare for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory
checked in at Wed Apr 20 13:56:45 CEST 2011.




--- build-compare/build-compare.changes 2011-03-15 09:37:03.0 +0100
+++ /mounts/work_src_done/STABLE/build-compare/build-compare.changes
2011-04-19 15:37:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 11:47:57 UTC 2011 - a...@suse.de
+
+- Handle libreoffice-bootstrap.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.EWDWdR/_old  2011-04-20 13:56:31.0 +0200
+++ /var/tmp/diff_new_pack.EWDWdR/_new  2011-04-20 13:56:31.0 +0200
@@ -23,8 +23,8 @@
 Group:  Development/Tools/Building
 AutoReqProv:on
 Summary:Build Result Compare Script
-Version:2011.02.28
-Release:2
+Version:2011.04.19
+Release:1
 Source1:COPYING
 Source2:same-build-result.sh
 Source3:rpm-check.sh

++ rpm-check.sh ++
--- /var/tmp/diff_new_pack.EWDWdR/_old  2011-04-20 13:56:31.0 +0200
+++ /var/tmp/diff_new_pack.EWDWdR/_new  2011-04-20 13:56:31.0 +0200
@@ -379,6 +379,18 @@
   sed -i -e 's%td[A-Z][a-z][a-z] [A-Z][a-z][a-z] [0-9]\+ 
[0-9]\+:[0-9]\+:[0-9]\+ + 201[0-9]/td%tdMon Sep 20 19:02:43 + 
2010/td%g' $f
done
;;
+*/Linux*Env.Set.sh)
+   # LibreOffice files, contains:
+   # Generated on: Mon Apr 18 13:19:22 UTC 2011
+   for f in old/$file new/$file; do
+sed -i -e 's%^# Generated on:.*UTC 201[0-9] *$%# Generated on: 
Sometime%g' $f
+   done
+   ;;
+/usr/lib/libreoffice/solver/inc/*/deliver.log)
+   # LibreOffice log file
+  echo Ignore $file
+  return 0
+  ;;
   esac
 
   ftype=`/usr/bin/file old/$file | cut -d: -f2-`






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-Test-Synopsis for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package perl-Test-Synopsis for 
openSUSE:Factory
checked in at Wed Apr 20 14:00:49 CEST 2011.




New Changes file:

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

calling whatdependson for head-i586


New:

  Test-Synopsis-0.06.tar.bz2
  perl-Test-Synopsis.changes
  perl-Test-Synopsis.spec



Other differences:
--
++ perl-Test-Synopsis.spec ++
#
# spec file for package perl-Test-Synopsis
#
# 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-Synopsis
Version:0.06
Release:1
License:GPL+ or Artistic
%define cpan_name Test-Synopsis
Summary:Test your SYNOPSIS code
Url:http://search.cpan.org/dist/Test-Synopsis/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Test-Synopsis-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
Test::Synopsis is an (author) test module to find .pm or .pod files under
your _lib_ directory and then make sure the example snippet code in your
_SYNOPSIS_ section passes the perl compile check.

Note that this module only checks the perl syntax (by wrapping the code
with 'sub') and doesn't actually run the code.

Suppose you have the following POD in your module.

  =head1 NAME
  
  Awesome::Template - My awesome template
  
  =head1 SYNOPSIS

use Awesome::Template;

my $template = Awesome::Template-new;
$tempalte-render(template.at);
  
  =head1 DESCRIPTION

An user of your module would try copy-paste this synopsis code and find
that this code doesn't compile because there's a typo in your variable name
_$tempalte_. Test::Synopsis will catch that error before you ship it.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes 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 nut for openSUSE:Factory

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package nut for openSUSE:Factory
checked in at Wed Apr 20 14:02:11 CEST 2011.




--- nut/nut.changes 2011-02-08 11:17:24.0 +0100
+++ /mounts/work_src_done/STABLE/nut/nut.changes2011-02-09 
15:22:57.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  9 15:21:54 CET 2011 - sbra...@suse.cz
+
+- Do not force move hal addons - fix configure check instead -
+  different SUSE versions need different path.
+
+---

calling whatdependson for head-i586


New:

  nut-hal.patch



Other differences:
--
++ nut.spec ++
--- /var/tmp/diff_new_pack.TI1idJ/_old  2011-04-20 14:01:10.0 +0200
+++ /var/tmp/diff_new_pack.TI1idJ/_new  2011-04-20 14:01:10.0 +0200
@@ -27,7 +27,7 @@
 Group:  Hardware/UPS
 Summary:Network UPS Tools Core (Unbreakable Power Supply Monitoring)
 Version:2.6.0
-Release:1
+Release:6
 Url:http://www.networkupstools.org/
 Source: %{name}-%{version}.tar.bz2
 Source1:upsd.init
@@ -37,6 +37,8 @@
 Source6:nut-disable-hal-hid-ups.fdi
 Source7:nut.sleep
 Patch:  nut-preconfig.patch
+# PATCH-FIX-OPENSUSE nut-hal.patch sbra...@suse.cz -- Fix hal callouts path.
+Patch1: nut-hal.patch
 Patch3: nut-notifyflag.patch
 Patch4: nut-powersave.patch
 Patch6: nut-udev.patch
@@ -220,6 +222,7 @@
 cp -a %{S:6} 20-nut-disable-hal-hid-ups.fdi
 mv upsd-early-powerdown.init upsd-early-powerdown
 %patch
+%patch1 -p1
 %patch3
 %if %suse_version  1110
 %patch4
@@ -295,9 +298,6 @@
 mkdir -p $RPM_BUILD_ROOT/etc/bash_completion.d
 install -m0644 scripts/misc/nut.bash_completion 
$RPM_BUILD_ROOT/etc/bash_completion.d/
 
-mkdir -p $RPM_BUILD_ROOT/%{_prefix}/lib/hal
-mv $RPM_BUILD_ROOT/%{_prefix}/lib64/hal/hald-addon-* 
$RPM_BUILD_ROOT/%{_prefix}/lib/hal || true
-
 %pre
 usr/sbin/useradd -r -o -g %{GROUP} -s /bin/false \
   -c UPS daemon -d /sbin %{USER} 2/dev/null || :
@@ -445,7 +445,11 @@
 %files hal
 %defattr(-,root,root)
 %{_datadir}/hal/fdi/information/20thirdparty/20-ups-nut-device.fdi
+%if %suse_version  1120
+%{_libdir}/hal/*
+%else
 %{_prefix}/lib/hal/*
+%endif
 
 %files devel
 %defattr(-,root,root)


++ nut-hal.patch ++
Index: nut-2.6.0/m4/nut_config_libhal.m4
===
--- nut-2.6.0.orig/m4/nut_config_libhal.m4
+++ nut-2.6.0/m4/nut_config_libhal.m4
@@ -71,7 +71,11 @@ if test -z ${nut_have_config_libhal_see
dnl As per HAL spec, §5 Callouts addon install path: $libdir/hal
HAL_CALLOUTS_PATH=`pkg-config --silence-errors 
--variable=libexecdir hal 2/dev/null`
if test $? != 0 -o -z ${HAL_CALLOUTS_PATH}; then
-   HAL_CALLOUTS_PATH=${libdir}/hal
+   if test -d ${prefix}/lib/hal; then
+   HAL_CALLOUTS_PATH=${prefix}/lib/hal
+   else
+   HAL_CALLOUTS_PATH=${libdir}/hal
+   fi
fi
])
AC_MSG_RESULT(${HAL_CALLOUTS_PATH})





Remember to have fun...

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



commit mutt for openSUSE:11.3

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package mutt for openSUSE:11.3
checked in at Thu Apr 21 00:02:45 CEST 2011.




--- old-versions/11.3/all/mutt/mutt.changes 2010-05-10 22:36:54.0 
+0200
+++ 11.3/mutt/mutt.changes  2011-04-18 16:39:16.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 14:15:02 CEST 2011 - wer...@suse.de
+
+- Support offsets in 2gig mbox files even on 32bit architectures (bnc#676388)
+
+---

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


New:

  bug-676388-largefile.patch



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.8Uv1Pl/_old  2011-04-21 00:02:19.0 +0200
+++ /var/tmp/diff_new_pack.8Uv1Pl/_new  2011-04-21 00:02:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mutt (Version 1.5.20)
+# spec file for package mutt
 #
-# 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
@@ -32,7 +32,7 @@
 #Requires:desktop-data-SuSE
 AutoReqProv:on
 Version:1.5.20
-Release:8
+Release:13.RELEASE2
 Summary:Mail Program
 # ftp://ftp.mutt.org/mutt/devel/
 Source0:%name-%version.tar.bz2
@@ -57,6 +57,7 @@
 Patch10:mutt-1.5.20-bnc537141.dif
 Patch11:mutt-1.5.20-bnc559525.dif
 Patch12:mutt-1.5.20-openssl_1.0.diff
+Patch13:bug-676388-largefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir %{_sysconfdir}
 
@@ -87,6 +88,7 @@
 %patch10 -p0
 %patch11 -p0
 %patch12 -p1
+%patch13 -p1
 cp doc/Muttrc Muttrc.SuSE
 cp %{S:2} .
 

++ bug-676388-largefile.patch ++
diff -ur orig.010003/mutt-1.5.21/crypt-gpgme.c mutt-1.5.21/crypt-gpgme.c
--- orig.010003/mutt-1.5.21/crypt-gpgme.c   2010-09-13 19:19:55.0 
+0200
+++ mutt-1.5.21/crypt-gpgme.c   2011-03-02 18:18:01.0 +0100
@@ -461,7 +461,7 @@
 /* Create a GPGME data object from the stream FP but limit the object
to LENGTH bytes starting at OFFSET bytes from the beginning of the
file. */
-static gpgme_data_t file_to_data_object (FILE *fp, long offset, long length)
+static gpgme_data_t file_to_data_object (FILE *fp, LOFF_T offset, long length)
 {
   int err = 0;
   gpgme_data_t data;
@@ -2156,7 +2156,7 @@
 {
   int needpass = -1, pgp_keyblock = 0;
   int clearsign = 0;
-  long start_pos = 0;
+  LOFF_T start_pos = 0;
   long bytes;
   LOFF_T last_pos, offset;
   char buf[HUGE_STRING];
diff -ur orig.010003/mutt-1.5.21/handler.c mutt-1.5.21/handler.c
--- orig.010003/mutt-1.5.21/handler.c   2009-08-25 21:08:52.0 +0200
+++ mutt-1.5.21/handler.c   2011-03-02 18:12:28.0 +0100
@@ -1520,7 +1520,7 @@
   FILE *fp = NULL;
   char tempfile[_POSIX_PATH_MAX];
   handler_t handler = NULL;
-  long tmpoffset = 0;
+  LOFF_T tmpoffset = 0;
   size_t tmplength = 0;
   char type[STRING];
   int rc = 0;
diff -ur orig.010003/mutt-1.5.21/mh.c mutt-1.5.21/mh.c
--- orig.010003/mutt-1.5.21/mh.c2010-08-24 18:34:21.0 +0200
+++ mutt-1.5.21/mh.c2011-03-02 18:48:36.0 +0100
@@ -1493,9 +1493,9 @@
   char newpath[_POSIX_PATH_MAX];
   char partpath[_POSIX_PATH_MAX];
 
-  long old_body_offset = h-content-offset;
-  long old_body_length = h-content-length;
-  long old_hdr_lines = h-lines;
+  LOFF_T old_body_offset = h-content-offset;
+  LOFF_T old_body_length = h-content-length;
+  LOFF_T old_hdr_lines = h-lines;
 
   if ((dest = mx_open_new_message (ctx, h, 0)) == NULL)
 return -1;
diff -ur orig.010003/mutt-1.5.21/mutt.h mutt-1.5.21/mutt.h
--- orig.010003/mutt-1.5.21/mutt.h  2010-09-13 19:19:55.0 +0200
+++ mutt-1.5.21/mutt.h  2011-03-02 17:52:03.0 +0100
@@ -625,7 +625,7 @@
   PARAMETER *parameter; /* parameters of the content-type */
   char *description;/* content-description */
   char *form_name; /* Content-Disposition form-data name param */
-  long hdr_offset;  /* offset in stream where the headers begin.
+  LOFF_T hdr_offset;   /* offset in stream where the headers begin.
 * this info is used when invoking metamail,
 * where we need to send the headers of the
 * attachment
diff -ur orig.010003/mutt-1.5.21/pgp.c mutt-1.5.21/pgp.c
--- orig.010003/mutt-1.5.21/pgp.c   2010-09-13 19:19:55.0 +0200
+++ mutt-1.5.21/pgp.c   2011-03-02 18:48:08.0 +0100
@@ -251,7 +251,7 @@
   int needpass = -1, pgp_keyblock = 0;
   int clearsign = 0, rv, rc;
  

commit yast2-ldap-client for openSUSE:11.4

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package yast2-ldap-client for openSUSE:11.4
checked in at Thu Apr 21 00:15:13 CEST 2011.




--- old-versions/11.4/all/yast2-ldap-client/yast2-ldap-client.changes   
2011-02-04 09:00:55.0 +0100
+++ 11.4/yast2-ldap-client/yast2-ldap-client.changes2011-04-20 
15:11:44.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 18 10:50:28 CEST 2011 - jsuch...@suse.cz
+
+- if sssd is removed in GUI, remove also the pam module (bnc#680184)
+- added command line options for SSSD (bnc#680848)
+- remove 'ldap' from nsswitch.conf when sssd is configured
+  (bnc#681818)
+- remove ldap and ldap-account_only PAM modules when sssd is set 
+- 2.20.14.1
+
+---

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


Old:

  yast2-ldap-client-2.20.14.tar.bz2

New:

  yast2-ldap-client-2.20.14.1.tar.bz2



Other differences:
--
++ yast2-ldap-client.spec ++
--- /var/tmp/diff_new_pack.DGIPiN/_old  2011-04-21 00:09:16.0 +0200
+++ /var/tmp/diff_new_pack.DGIPiN/_new  2011-04-21 00:09:16.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2-ldap-client
-Version:2.20.14
-Release:1
+Version:2.20.14.1
+Release:0.RELEASE2
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-ldap-client-2.20.14.tar.bz2
+Source0:yast2-ldap-client-2.20.14.1.tar.bz2
 
 Prefix: /usr
 
@@ -58,7 +58,7 @@
 OpenLDAP server will be used for user authentication.
 
 %prep
-%setup -n yast2-ldap-client-2.20.14
+%setup -n yast2-ldap-client-2.20.14.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-ldap-client-2.20.14.tar.bz2 - yast2-ldap-client-2.20.14.1.tar.bz2 
++
 2792 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ldap-client-2.20.14/VERSION new/yast2-ldap-client-2.20.14.1/VERSION
--- old/yast2-ldap-client-2.20.14/VERSION   2011-02-04 08:58:46.0 
+0100
+++ new/yast2-ldap-client-2.20.14.1/VERSION 2011-04-18 10:51:08.0 
+0200
@@ -1 +1 @@
-2.20.14
+2.20.14.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ldap-client-2.20.14/configure.in 
new/yast2-ldap-client-2.20.14.1/configure.in
--- old/yast2-ldap-client-2.20.14/configure.in  2011-01-21 14:41:38.0 
+0100
+++ new/yast2-ldap-client-2.20.14.1/configure.in2011-04-20 
15:11:46.0 +0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-ldap-client, 2.20.9, http://bugs.opensuse.org/, 
yast2-ldap-client)
+AC_INIT(yast2-ldap-client, 2.20.14.1, http://bugs.opensuse.org/, 
yast2-ldap-client)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.20.9
+VERSION=2.20.14.1
 RPMNAME=yast2-ldap-client
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-ldap-client-2.20.14/src/Ldap.ycp 
new/yast2-ldap-client-2.20.14.1/src/Ldap.ycp
--- old/yast2-ldap-client-2.20.14/src/Ldap.ycp  2011-02-04 15:19:58.0 
+0100
+++ new/yast2-ldap-client-2.20.14.1/src/Ldap.ycp2011-04-18 
10:56:38.0 +0200
@@ -2641,15 +2641,36 @@
{
Pam::Add (sss);
// Add sss to the passwd and group databases in 
nsswitch.conf
-   Nsswitch::WriteDb (passwd, (liststring)
-   union (nsswitch[passwd]:[], [sss]));
-   Nsswitch::WriteDb (group, (liststring)
-   union (nsswitch[group]:[], [sss]));
+
+   foreach (string db, [ passwd, group ], {
+   // replace 'ldap' with sss
+   nsswitch [db]   = filter (
+   string v, nsswitch[db]:[], 

commit pam_ssh for openSUSE:11.4

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package pam_ssh for openSUSE:11.4
checked in at Thu Apr 21 00:17:52 CEST 2011.




--- old-versions/11.4/all/pam_ssh/pam_ssh.changes   2010-02-01 
13:21:25.0 +0100
+++ 11.4/pam_ssh/pam_ssh.changes2011-04-18 15:56:20.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 18 13:53:35 UTC 2011 - vci...@novell.com
+
+- fix for bnc#688120 (pam_ssh double free)
+
+---

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


New:

  pam_ssh-double-free.patch



Other differences:
--
++ pam_ssh.spec ++
--- /var/tmp/diff_new_pack.Q3Annp/_old  2011-04-21 00:15:36.0 +0200
+++ /var/tmp/diff_new_pack.Q3Annp/_new  2011-04-21 00:15:36.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pam_ssh (Version 1.97)
+# spec file for package pam_ssh
 #
-# 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
@@ -24,11 +24,12 @@
 Group:  Productivity/Networking/SSH
 AutoReqProv:on
 Version:1.97
-Release:3
+Release:11.RELEASE12
 Summary:PAM Module for SSH Authentication
 Url:http://sourceforge.net/projects/pam-ssh/
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
+Patch0: pam_ssh-double-free.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{suse_update_config -f}

++ pam_ssh-double-free.patch ++
Index: pam_ssh-1.97/pam_ssh.c
===
--- pam_ssh-1.97.orig/pam_ssh.c
+++ pam_ssh-1.97/pam_ssh.c
@@ -627,7 +627,7 @@ pam_sm_open_session(pam_handle_t *pamh,
  * than the file creation time */
 if (retval = stat(per_agent, stat_buf)) {
 pam_ssh_log(LOG_ERR, stat() failed on %s, per_agent);
-free(per_agent);
+pam_set_data(pamh, ssh_agent_env_agent, NULL, NULL);
 fclose(env_read);
 return retval;
 }
@@ -646,7 +646,7 @@ pam_sm_open_session(pam_handle_t *pamh,
if (start_agent) {
 if ((env_write = open(per_agent, O_CREAT | O_WRONLY, S_IRUSR | 
S_IWUSR))  0) {
 pam_ssh_log(LOG_ERR, can't write to %s, per_agent);
-free(per_agent);
+pam_set_data(pamh, ssh_agent_env_agent, NULL, NULL);
 openpam_restore_cred(pamh);
 return PAM_SERVICE_ERR;
 }





Remember to have fun...

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



commit NetworkManager-gnome for openSUSE:11.4

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:11.4
checked in at Thu Apr 21 00:22:55 CEST 2011.




--- old-versions/11.4/all/NetworkManager-gnome/NetworkManager-gnome.changes 
2011-02-13 17:24:04.0 +0100
+++ 11.4/NetworkManager-gnome/NetworkManager-gnome.changes  2011-04-19 
05:56:51.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  7 00:09:12 UTC 2011 - bi...@opensuse.org
+
+- Add nma-embed-fallback-icon.patch to embed the fallback icon
+  into the applet(bnc#679870,swampid#40349).
+
+---

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


New:

  nma-embed-fallback-icon.patch



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.rxl3VG/_old  2011-04-21 00:18:39.0 +0200
+++ /var/tmp/diff_new_pack.rxl3VG/_new  2011-04-21 00:18:39.0 +0200
@@ -20,7 +20,7 @@
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
 Version:0.8.2
-Release:3
+Release:9.RELEASE10
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  NetworkManager-devel
@@ -45,6 +45,8 @@
 Source1:nm-icons.tar.gz
 # PATCH-FIX-OPENSUSE NetworkManager-gnome-OnlyShowIn.patch -- Add OnlyShowIn 
key to autostart file
 Patch1: NetworkManager-gnome-OnlyShowIn.patch
+# PATCH-FIX-UPSTREAM nma-embed-fallback-icon.patch bnc#678870 -- By embedding 
the fallback icon into the applet.
+Patch2: nma-embed-fallback-icon.patch
 Provides:   NetworkManager-client
 Requires:   NetworkManager = 0.8.0.998 timezone
 # mobile-broadband-provider-info is required for DUN capabilities. The BT 
plugin crashes without it.
@@ -60,6 +62,7 @@
 %prep
 %setup -n network-manager-applet-%{version} -a 1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++ nma-embed-fallback-icon.patch ++
Index: network-manager-applet-0.8.2/src/Makefile.am
===
--- network-manager-applet-0.8.2.orig/src/Makefile.am
+++ network-manager-applet-0.8.2/src/Makefile.am
@@ -49,7 +49,8 @@ nm_applet_SOURCES =   \
mobile-helpers.c \
mobile-helpers.h \
applet-device-bt.h \
-   applet-device-bt.c
+   applet-device-bt.c \
+   fallback-icon.h
 
 nm_applet_LDADD = \
-lm \
Index: network-manager-applet-0.8.2/src/applet.c
===
--- network-manager-applet-0.8.2.orig/src/applet.c
+++ network-manager-applet-0.8.2/src/applet.c
@@ -2775,32 +2775,46 @@ nma_icon_check_and_load (const char *nam
return *icon;
 }
 
-#define FALLBACK_ICON_NAME gtk-dialog-error
+#include fallback-icon.h
 
 static gboolean
 nma_icons_reload (NMApplet *applet)
 {
GError *error = NULL;
+   GdkPixbufLoader *loader;
 
g_return_val_if_fail (applet-icon_size  0, FALSE);
 
nma_icons_free (applet);
 
-   applet-fallback_icon = gtk_icon_theme_load_icon (applet-icon_theme,
- FALLBACK_ICON_NAME,
- applet-icon_size, 0,
- error);
-   if (!applet-fallback_icon) {
-   g_warning (Fallback icon '%s' missing: (%d) %s,
-  FALLBACK_ICON_NAME,
-  error ? error-code : -1,
-  (error  error-message) ? error-message : 
(unknown));
-   g_clear_error (error);
-   /* Die if we can't get even a fallback icon */
-   g_assert (applet-fallback_icon);
-   }
+   loader = gdk_pixbuf_loader_new_with_type (png, error);
+   if (!loader)
+   goto error;
+
+   if (!gdk_pixbuf_loader_write (loader,
+   fallback_icon_data,
+   sizeof (fallback_icon_data),
+   error))
+   goto error;
+
+   if (!gdk_pixbuf_loader_close (loader, error))
+   goto error;
+
+   applet-fallback_icon = gdk_pixbuf_loader_get_pixbuf (loader);
+   g_object_ref (applet-fallback_icon);
+   g_assert (applet-fallback_icon);
+   g_object_unref (loader);
 
return TRUE;
+
+error:
+   g_warning (Could not load fallback icon: (%d) %s,
+   error ? error-code : -1,
+   (error  error-message) ? error-message : 
(unknown));
+   g_clear_error (error);
+   /* Die if we can't get a fallback icon */
+   g_assert (FALSE);
+   

commit mutt for openSUSE:11.4

2011-04-20 Thread h_root

Hello community,

here is the log from the commit of package mutt for openSUSE:11.4
checked in at Thu Apr 21 00:27:23 CEST 2011.




--- old-versions/11.4/all/mutt/mutt.changes 2011-02-03 11:37:47.0 
+0100
+++ 11.4/mutt/mutt.changes  2011-04-15 14:17:37.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 14:15:02 CEST 2011 - wer...@suse.de
+
+- Support offsets in 2gig mbox files even on 32bit architectures (bnc#676388)
+
+---

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


New:

  bug-676388-largefile.patch



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.qZManO/_old  2011-04-21 00:23:08.0 +0200
+++ /var/tmp/diff_new_pack.qZManO/_new  2011-04-21 00:23:08.0 +0200
@@ -42,7 +42,7 @@
 #Requires:desktop-data-SuSE
 AutoReqProv:on
 Version:1.5.21
-Release:3
+Release:14.RELEASE15
 Summary:Mail Program
 # ftp://ftp.mutt.org/mutt/devel/
 Source0:%name-%version.tar.bz2
@@ -65,6 +65,7 @@
 Patch7: mutt-1.5.21.sidebar-fix.dif
 Patch8: mutt-1.5.21-opennfs.dif
 Patch9: mutt-1.5.20-gpgme_set_locale.patch
+Patch10:bug-676388-largefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir %{_sysconfdir}
 
@@ -85,6 +86,7 @@
 %patch7 -p0
 %patch8 -p0 
 %patch9 -p1
+%patch10 -p1
 
 cp doc/Muttrc Muttrc.SuSE
 cp %{S:2} .

++ bug-676388-largefile.patch ++
diff -ur orig.010003/mutt-1.5.21/crypt-gpgme.c mutt-1.5.21/crypt-gpgme.c
--- orig.010003/mutt-1.5.21/crypt-gpgme.c   2010-09-13 19:19:55.0 
+0200
+++ mutt-1.5.21/crypt-gpgme.c   2011-03-02 18:18:01.0 +0100
@@ -461,7 +461,7 @@
 /* Create a GPGME data object from the stream FP but limit the object
to LENGTH bytes starting at OFFSET bytes from the beginning of the
file. */
-static gpgme_data_t file_to_data_object (FILE *fp, long offset, long length)
+static gpgme_data_t file_to_data_object (FILE *fp, LOFF_T offset, long length)
 {
   int err = 0;
   gpgme_data_t data;
@@ -2156,7 +2156,7 @@
 {
   int needpass = -1, pgp_keyblock = 0;
   int clearsign = 0;
-  long start_pos = 0;
+  LOFF_T start_pos = 0;
   long bytes;
   LOFF_T last_pos, offset;
   char buf[HUGE_STRING];
diff -ur orig.010003/mutt-1.5.21/handler.c mutt-1.5.21/handler.c
--- orig.010003/mutt-1.5.21/handler.c   2009-08-25 21:08:52.0 +0200
+++ mutt-1.5.21/handler.c   2011-03-02 18:12:28.0 +0100
@@ -1520,7 +1520,7 @@
   FILE *fp = NULL;
   char tempfile[_POSIX_PATH_MAX];
   handler_t handler = NULL;
-  long tmpoffset = 0;
+  LOFF_T tmpoffset = 0;
   size_t tmplength = 0;
   char type[STRING];
   int rc = 0;
diff -ur orig.010003/mutt-1.5.21/mh.c mutt-1.5.21/mh.c
--- orig.010003/mutt-1.5.21/mh.c2010-08-24 18:34:21.0 +0200
+++ mutt-1.5.21/mh.c2011-03-02 18:48:36.0 +0100
@@ -1493,9 +1493,9 @@
   char newpath[_POSIX_PATH_MAX];
   char partpath[_POSIX_PATH_MAX];
 
-  long old_body_offset = h-content-offset;
-  long old_body_length = h-content-length;
-  long old_hdr_lines = h-lines;
+  LOFF_T old_body_offset = h-content-offset;
+  LOFF_T old_body_length = h-content-length;
+  LOFF_T old_hdr_lines = h-lines;
 
   if ((dest = mx_open_new_message (ctx, h, 0)) == NULL)
 return -1;
diff -ur orig.010003/mutt-1.5.21/mutt.h mutt-1.5.21/mutt.h
--- orig.010003/mutt-1.5.21/mutt.h  2010-09-13 19:19:55.0 +0200
+++ mutt-1.5.21/mutt.h  2011-03-02 17:52:03.0 +0100
@@ -625,7 +625,7 @@
   PARAMETER *parameter; /* parameters of the content-type */
   char *description;/* content-description */
   char *form_name; /* Content-Disposition form-data name param */
-  long hdr_offset;  /* offset in stream where the headers begin.
+  LOFF_T hdr_offset;   /* offset in stream where the headers begin.
 * this info is used when invoking metamail,
 * where we need to send the headers of the
 * attachment
diff -ur orig.010003/mutt-1.5.21/pgp.c mutt-1.5.21/pgp.c
--- orig.010003/mutt-1.5.21/pgp.c   2010-09-13 19:19:55.0 +0200
+++ mutt-1.5.21/pgp.c   2011-03-02 18:48:08.0 +0100
@@ -251,7 +251,7 @@
   int needpass = -1, pgp_keyblock = 0;
   int clearsign = 0, rv, rc;
   int c = 1; /* silence GCC warning */
-  long start_pos = 0;
+  LOFF_T start_pos = 0;
   long bytes;
   LOFF_T last_pos, offset;
   char buf[HUGE_STRING];
diff -ur orig.010003/mutt-1.5.21/smime.c mutt-1.5.21/smime.c
--- orig.010003/mutt-1.5.21/smime.c 2010-09-13 19:19:55.0 +0200
+++ mutt-1.5.21/smime.c 2011-03-02 18:12:08.0 +0100
@@ -1546,7 +1546,7 @@
   pid_t