commit pcmciautils for openSUSE:11.4

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package pcmciautils for openSUSE:11.4
checked in at Tue Oct 11 14:00:23 CEST 2011.




--- old-versions/11.4/all/pcmciautils/pcmciautils.changes   2010-11-11 
11:03:40.0 +0100
+++ 11.4/pcmciautils/pcmciautils.changes2011-09-03 15:51:42.0 
+0200
@@ -1,0 +2,5 @@
+Sat Sep  3 15:49:09 CEST 2011 - vbo...@suse.de
+
+- null termination of the pccardctl_opts added (bnc#567197)
+
+---

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


New:

  pcmciautils_fix1.diff



Other differences:
--
++ pcmciautils.spec ++
--- /var/tmp/diff_new_pack.4wnojb/_old  2011-10-11 14:00:07.0 +0200
+++ /var/tmp/diff_new_pack.4wnojb/_new  2011-10-11 14:00:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package pcmciautils (Version 017)
+# spec file for package pcmciautils
 #
-# 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
@@ -27,7 +27,7 @@
 %endif
 Url:http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
 Version:017
-Release:2
+Release:113.RELEASE114
 Summary:Utilities for PC-Cards
 License:GPLv2+
 Group:  Hardware/Other
@@ -38,9 +38,10 @@
 Supplements:modalias(pci:v*d*sv*sd*bc06sc07i00*)
 AutoReqProv:on
 Source: pcmciautils-%{version}.tar.bz2
-Patch1: pcmciautils_config.opts.202500.diff
 Source1:suse-files.tar.bz2
 Source2:cis-files.tar.bz2
+Patch1: pcmciautils_config.opts.202500.diff
+Patch2: pcmciautils_fix1.diff
 
 %description
 This package enables the usage of PC-Cards with Linux. It provides
@@ -60,6 +61,7 @@
 %prep
 %setup -n pcmciautils-%{version} 
 %patch1
+%patch2 -p1
 %setup -n pcmciautils-%{version} -T -D -a 1
 %setup -n pcmciautils-%{version} -T -D -a 2
 

++ pcmciautils_fix1.diff ++
diff --git a/src/pccardctl.c b/src/pccardctl.c
index d5cbfef..f103783 100644
--- a/src/pccardctl.c
+++ b/src/pccardctl.c
@@ -394,6 +394,7 @@ static struct option pccardctl_opts[] = {
{ .name=verbose,  .has_arg=no_argument,   .flag=NULL, 
.val='v'},
 // { .name=socket,   .has_arg=required_argument, .flag=NULL, 
.val='s'},
 // { .name=socketdir,.has_arg=required_argument, .flag=NULL, 
.val='d'},
+   { NULL, 0, NULL, 0},
 };
 
 static void lspcmcia_socket_available_resources(unsigned long socket_no, char 
*which) {
continue with q...



Remember to have fun...

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



drop gimp-branding-SLED from openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

FYI: Package gimp-branding-SLED was dropped from openSUSE:Factory at Tue Oct 11 
14:21:37 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=gimp-branding-SLED

Remember to have fun...

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



drop gimp-branding-openSUSE from openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

FYI: Package gimp-branding-openSUSE was dropped from openSUSE:Factory at Tue 
Oct 11 14:22:10 CEST 2011.

You can find the latest sources of the package in the
   openSUSE:Dropped
repository:

https://build.opensuse.org/package/show?project=openSUSE:Droppedpackage=gimp-branding-openSUSE

Remember to have fun...

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



commit R-base for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package R-base for openSUSE:Factory
checked in at Tue Oct 11 16:41:14 CEST 2011.




--- openSUSE:Factory/R-base/R-base.changes  2011-09-23 01:51:14.0 
+0200
+++ /mounts/work_src_done/STABLE/R-base/R-base.changes  2011-10-05 
09:13:36.0 +0200
@@ -1,0 +2,27 @@
+Wed Oct  5 07:13:03 UTC 2011 - detlef.ste...@gmx.de
+
+- corrected version string for Matrix subpackage 
+
+---
+Tue Oct  4 14:00:04 UTC 2011 - detlef.ste...@gmx.de
+
+- removed 4 warnings about unescaped macros in comments
+
+---
+Tue Oct  4 12:13:18 UTC 2011 - detlef.ste...@gmx.de
+
+- explicitly added some locale directories. Worked before implicitly.  
+
+---
+Tue Oct  4 11:10:56 UTC 2011 - detlef.ste...@gmx.de
+
+- update to upstream version 2.13.2
+- see, as usual, /usr/lib/R/doc/NEWS.html for details. 
+
+---
+Sat Sep 17 10:18:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586


Old:

  R-2.13.1.tar.bz2

New:

  R-2.13.2.tar.bz2



Other differences:
--
++ R-base.spec ++
--- /var/tmp/diff_new_pack.23Accu/_old  2011-10-11 16:41:10.0 +0200
+++ /var/tmp/diff_new_pack.23Accu/_new  2011-10-11 16:41:10.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   R-base
 %define release 1 
-Version:2.13.1
+Version:2.13.2
 Release:1
 Source: R-%{version}.tar.bz2
 #Source: http://cran.r-project.org/src/base/R-2/R-%%{version}.tar.gz
@@ -45,25 +45,24 @@
 Requires:   readline, xorg-x11-fonts-100dpi
 Requires:   xorg-x11-fonts-75dpi, cairo = 1.2
 Requires:   fontconfig, freetype2, xdg-utils
-AutoReqProv:Yes
-Provides:   R-boot = 1.3.1
+Provides:   R-boot = 1.3.2
 Provides:   R-class = 7.3.3
 Provides:   R-cluster = 1.14.0
 Provides:   R-codetools = 0.2.8
 Provides:   R-compiler = %{version}
 Provides:   R-datasets = %{version}
-Provides:   R-foreign = 0.8.44
+Provides:   R-foreign = 0.8.46
 Provides:   R-graphics = %{version}
 Provides:   R-grDevices = %{version}
 Provides:   R-grid = %{version}
 Provides:   R-KernSmooth = 2.23.6
-Provides:   R-lattice = 0.19.30
-Provides:   R-MASS = 7.3.13
-Provides:   R-Matrix = 0.999375.50
+Provides:   R-lattice = 0.19.33
+Provides:   R-MASS = 7.3.14
+Provides:   R-Matrix = 0.9996875.3
 Obsoletes:  R-Matrix  0.999375-7
 Provides:   R-methods = %{version}
 Provides:   R-mgcv = 1.7.6
-Provides:   R-nlme = 3.1.101
+Provides:   R-nlme = 3.1.102
 Provides:   R-nnet = 7.3.1
 Provides:   R-rpart = 3.1.50
 Provides:   R-spatial = 7.3.3
@@ -78,15 +77,13 @@
 %description
 R is a language which is not entirely unlike the S language developed at
 ATT Bell Laboratories by Rick Becker, John Chambers and Allan Wilks.
-AUTHORS: R Core Team
 
 %package -n R-base-devel
-
 Summary:Libraries and includefiles for developing with R-base
 Group:  Development/Libraries/Other
 Requires:   R-base = %{version}
-Provides:   R-Matrix-devel = 0.999375.50
-Obsoletes:  R-Matrix-devel  0.999375-7
+Provides:   R-Matrix-devel = 0.9996875-3
+Obsoletes:  R-Matrix-devel  0.9996875-3
 
 %description -n R-base-devel
 This package provides the necessary development headers and
@@ -97,35 +94,31 @@
 %setup -n R-%{version}
 
 %build 
-
 export R_BROWSER=xdg-open
 export R_PDFVIEWER=xdg-open
 %configure --enable-R-shlib
 
-%__make %{?jobs:-j%{jobs}}
-%__make dvi
-%__make pdf
-%__make info
+make %{?_smp_mflags}
+make dvi
+make pdf
+make info
 # Convert to UTF-8
 for i in doc/manual/R-intro.info doc/manual/R-FAQ.info doc/FAQ 
doc/manual/R-admin.info doc/manual/R-exts.info-1; do
   iconv -f iso-8859-1 -t utf-8 -o $i{.utf8,}
   mv $i{.utf8,}
 done
 
-%check
-
 %install 
-
-%__make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install
 
 %find_lang R
 
-%__make DESTDIR=%{buildroot} install-dvi
-%__make DESTDIR=%{buildroot} install-pdf
+make DESTDIR=%{buildroot} install-dvi
+make DESTDIR=%{buildroot} install-pdf
 
 # Installation of Info-files
 %{__install} -m 755 -d %{_infodir}
-%{__make} DESTDIR=%{buildroot} INFODIR=%{buildroot}%{_infodir} install-info
+make DESTDIR=%{buildroot} INFODIR=%{buildroot}%{_infodir} install-info
 %{__rm} -f %{buildroot}%{_infodir}/dir
 %{__rm} -f %{buildroot}%{_infodir}/dir.old
 
@@ -167,9 +160,6 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/R-exts.info.gz
 %install_info_delete --info-dir=%{_infodir} 

commit alpine for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package alpine for openSUSE:Factory
checked in at Tue Oct 11 16:41:32 CEST 2011.




--- openSUSE:Factory/alpine/alpine.changes  2011-10-03 09:11:48.0 
+0200
+++ /mounts/work_src_done/STABLE/alpine/alpine.changes  2011-10-10 
15:41:10.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 10 13:40:24 UTC 2011 - m...@suse.com
+
+- Explicitly set the ssl prefix dir to fix build on ARM.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ alpine.spec ++
--- /var/tmp/diff_new_pack.QEe37a/_old  2011-10-11 16:41:27.0 +0200
+++ /var/tmp/diff_new_pack.QEe37a/_new  2011-10-11 16:41:27.0 +0200
@@ -237,6 +237,7 @@
%( : 'mudflap(th) does not work with with threads:' )\
--without-pthread   \
 %endif
+   --with-ssl-dir=/usr \
--with-smtp-msa=/usr/sbin/sendmail  \
--with-password-prog=/usr/bin/passwd\
--with-npa=/usr/bin/inews   \


continue with q...



Remember to have fun...

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



commit amarok for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package amarok for openSUSE:Factory
checked in at Tue Oct 11 16:41:47 CEST 2011.




--- openSUSE:Factory/amarok/amarok.changes  2011-09-23 01:51:44.0 
+0200
+++ /mounts/work_src_done/STABLE/amarok/amarok.changes  2011-10-07 
12:54:55.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  7 10:48:44 UTC 2011 - ctri...@opensuse.org
+
+- Remove errmsg-mysql51-embedded.diff as this causes amarok to fail
+  when initializing the collection (bnc#712749)
+- Remove the action for audio-cds as amarok is not really a good
+  player for these (bnc#712749)
+
+---

calling whatdependson for head-i586


Old:

  errmsg-mysql51-embedded.diff



Other differences:
--
++ amarok.spec ++
--- /var/tmp/diff_new_pack.N3kd6h/_old  2011-10-11 16:41:40.0 +0200
+++ /var/tmp/diff_new_pack.N3kd6h/_new  2011-10-11 16:41:40.0 +0200
@@ -27,8 +27,6 @@
 Url:http://amarok.kde.org/
 Group:  Productivity/Multimedia/Sound/Players
 Source0:
ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE errmsg-mysql51-embedded.diff -- Don't require errmsg.sys 
from mysql package
-Patch0: errmsg-mysql51-embedded.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
 Patch1: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff bnc#605522 llu...@novell.com -- 
Increase initial preference to be used for audio files instead of Kaffeine
@@ -88,7 +86,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0
 %if !0%{?kde_updatedapps}
 %patch1 -p1
 %endif
@@ -120,6 +117,9 @@
 # libampache_account_login.so should not be removed
 rm -f 
%{buildroot}%{_kde4_libdir}/libamarok{core,lib,ocsclient,pud,-sqlcollection,-transcoding}.so
 
+#bnc722284 amarok is not really a good player for audio-cds, remove the action 
for solid
+rm -f %{buildroot}%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
+
 %if 0%{?suse_version}
 %suse_update_desktop_file amarok Qt KDE AudioVideo Audio Player
 %endif
@@ -179,9 +179,6 @@
 %{_kde4_appsdir}/desktoptheme/default/widgets/amarok-*
 %{_kde4_appsdir}/kconf_update/amarok-2.4.1-tokens_syntax_update.pl
 %{_kde4_appsdir}/kconf_update/amarok.upd
-%dir %{_kde4_appsdir}/solid
-%dir %{_kde4_appsdir}/solid/actions
-%{_kde4_appsdir}/solid/actions/amarok-play-audiocd.desktop
 %{_kde4_sharedir}/config.kcfg/amarokconfig.kcfg
 %{_kde4_configdir}/amarok*
 %{_kde4_servicesdir}/ServiceMenus/amarok_append.desktop

continue with q...



Remember to have fun...

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



commit arpwatch-ethercodes for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Tue Oct 11 16:41:55 CEST 2011.




--- openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-08 11:41:02.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-10-11 12:40:05.0 +0200
@@ -2 +2 @@
-Sat Oct  8 07:40:05 CEST 2011 - autobu...@suse.de
+Tue Oct 11 12:40:05 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-10-08
+- automated update on 2011-10-11

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.8k0GT3/_old  2011-10-11 16:41:51.0 +0200
+++ /var/tmp/diff_new_pack.8k0GT3/_new  2011-10-11 16:41:51.0 +0200
@@ -23,7 +23,7 @@
 License:BSD3c
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2011.10.8
+Version:2011.10.11
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.8k0GT3/_old  2011-10-11 16:41:51.0 +0200
+++ /var/tmp/diff_new_pack.8k0GT3/_new  2011-10-11 16:41:51.0 +0200
@@ -81673,6 +81673,12 @@
MARINA DEL REY CA 90292-6695
UNITED STATES
 
+08-0D-84   (hex)   GECO, Inc.
+080D84 (base 16)   GECO, Inc.
+   1754 N. 48th St.
+   Mesa AZ 85205
+   UNITED STATES
+
 08-11-96   (hex)   Intel Corporate
 081196 (base 16)   Intel Corporate
Lot 8, Jalan Hi-Tech 2/3
@@ -86193,6 +86199,12 @@
Beijing  100015
CHINA
 
+4C-2F-9D   (hex)   ICM Controls
+4C2F9D (base 16)   ICM Controls
+   7313 William Barry Blvd
+   North Syracuse NY 13212
+   UNITED STATES
+
 4C-30-89   (hex)   Thales Transportation Systems GmbH
 4C3089 (base 16)   Thales Transportation Systems GmbH
Bierweg 2
@@ -90434,6 +90446,13 @@
Sunnyvale CA 94089 
UNITED STATES
 
+88-E7-12   (hex)   Whirlpool Corporation
+88E712 (base 16)   Whirlpool Corporation
+   750 Monte Dr.
+   Mail Stop 5210
+   Benton Harbor Michigan 49022
+   UNITED STATES
+
 88-E7-A6   (hex)   iKnowledge Integration Corp.
 88E7A6 (base 16)   iKnowledge Integration Corp.
10F No.2, Sec. 3, Xinsheng S. Rd.,
@@ -93825,9 +93844,13 @@
San Jose CA 95131
UNITED STATES
 
-B8-E7-79   (hex)   PRIVATE
-B8E779 (base 16)
-
+B8-E7-79   (hex)   9Solutions Oy
+B8E779 (base 16)   9Solutions Oy
+   Teknologiantie 2
+   90590
+   Oulu  
+   FINLAND
+
 B8-EE-79   (hex)   YWire Technologies, Inc.
 B8EE79 (base 16)   YWire Technologies, Inc.
1372 Overdale

continue with q...



Remember to have fun...

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



commit cfengine for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory
checked in at Tue Oct 11 16:51:41 CEST 2011.




--- openSUSE:Factory/cfengine/cfengine.changes  2011-10-06 17:21:15.0 
+0200
+++ /mounts/work_src_done/STABLE/cfengine/cfengine.changes  2011-10-11 
12:54:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 09:24:22 UTC 2011 - ch...@computersalat.de
+
+- update to 3.2.1
+  * ATM no uptodate ChangeLog available :(
+
+---

calling whatdependson for head-i586


Old:

  cfengine-3.2.0.tar.gz

New:

  cfengine-3.2.1.tar.gz



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.cnFvF6/_old  2011-10-11 16:51:36.0 +0200
+++ /var/tmp/diff_new_pack.cnFvF6/_new  2011-10-11 16:51:36.0 +0200
@@ -22,7 +22,7 @@
 %define libsoname %{libname}1
 
 Summary:A Tool to Maintain Complicated Networks
-Version:3.2.0
+Version:3.2.1
 Release:1
 License:GPLv2+
 Group:  Productivity/Networking/System

++ cfengine-3.2.0.tar.gz - cfengine-3.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cfengine-3.2.0/ChangeLog new/cfengine-3.2.1/ChangeLog
--- old/cfengine-3.2.0/ChangeLog2011-08-22 08:53:28.0 +0200
+++ new/cfengine-3.2.1/ChangeLog2011-09-19 11:46:59.0 +0200
@@ -1,9 +1,8 @@
-3.2.0 (in development)
+3.2.0
New bootstrap method with single-command bootstrapping:
- cf-agent --bootstrap --policy-server 123.456.789.123
- Associated policy template files are added, partially maintained
  by CFEngine
-   - See FIXME for upgrade procedure
 
Bug fixes for file-editing, package versioning, and embedded
database corruption (We recommend using TokyoCabinet instead of
@@ -28,8 +27,6 @@
 
New Emacs mode for CFEngine policy files (thanks to Ted Zlatanov!)
 
-After beta 1:
-
Warnings are on edit_line changes can now give greater degree of 
information
without spamming promise logs
 
@@ -38,8 +35,6 @@
Invalidation of package list cache on installation/removal of
packages.
 
-   After beta 2:
-
New option cf-key -r to remove host key by IP or hostname.
 
Added detection of network interfaces which belong to BSD jails.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cfengine-3.2.0/README new/cfengine-3.2.1/README
--- old/cfengine-3.2.0/README   2011-08-22 08:53:28.0 +0200
+++ new/cfengine-3.2.1/README   2011-09-19 11:46:59.0 +0200
@@ -8,4 +8,3 @@
 supporting an existing cfengine 2 base.
 
 Please see the INSTALL file for build instructions.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cfengine-3.2.0/configure new/cfengine-3.2.1/configure
--- old/cfengine-3.2.0/configure2011-08-22 09:23:49.0 +0200
+++ new/cfengine-3.2.1/configure2011-09-19 12:17:01.0 +0200
@@ -800,6 +800,8 @@
 POSTGRESQL_CFLAGS
 POSTGRESQL_CPPFLAGS
 POSTGRESQL_PATH
+CROSS_COMPILING_FALSE
+CROSS_COMPILING_TRUE
 GETCONF
 GETLOADAVG_LIBS
 KMEM_GROUP
@@ -850,8 +852,6 @@
 LDFLAGS
 CFLAGS
 CC
-CROSS_COMPILING_FALSE
-CROSS_COMPILING_TRUE
 AM_BACKSLASH
 AM_DEFAULT_VERBOSITY
 MAINT
@@ -3156,7 +3156,7 @@
 
 # Define the identity of the package.
  PACKAGE=cfengine
- VERSION=3.2.0
+ VERSION=3.2.1
 
 
 cat confdefs.h _ACEOF
@@ -3242,35 +3242,10 @@
 
 
 
- if test x$cross_compiling = xyes; then
-  CROSS_COMPILING_TRUE=
-  CROSS_COMPILING_FALSE='#'
-else
-  CROSS_COMPILING_TRUE='#'
-  CROSS_COMPILING_FALSE=
-fi
-
 
 
 
 
-#
-# Add to the default list of places in CPPFLAGS to match LDFLAGS above
-# Don't add if cross-compiling (setting host), to avoid using native libs.
-#
-if test x$cross_compiling = xno; then
-  for x in /usr/local/include /usr/local/gnu/include /opt/dce/include 
/sw/include /usr/pkg/include /usr/X11R7/include
-  do
-if test -d $x; then
-  y=`expr  $CPPFLAGS  : .* -I$x `
-  if test $y -eq 0; then
-CPPFLAGS=$CPPFLAGS -I$x
-  fi
-fi
-  done
-fi
-
-
 DEPDIR=${am__leading_dot}deps
 
 ac_config_commands=$ac_config_commands depfiles
@@ -4319,7 +4294,7 @@
 # which indicates that we try without any flags at all, and pthread-config
 # which is a program returning the flags for the Pth emulation library.
 
-acx_pthread_flags=pthreads none -Kthread -kthread lthread -pthread -pthreads 
-mthreads pthread --thread-safe -mt pthread-config
+acx_pthread_flags=pthreads none -Kthread -kthread lthread -pthread -pthreads 
-mthreads pthread --thread-safe -mt pthread-config pthreadGC2
 
 # The ordering *is* (sometimes) important.  Some notes on the
 # individual items follow:
@@ -4600,9 +4575,7 @@
 
 CC=$PTHREAD_CC
 

commit choqok for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package choqok for openSUSE:Factory
checked in at Tue Oct 11 16:51:54 CEST 2011.




--- openSUSE:Factory/choqok/choqok.changes  2011-09-23 01:53:23.0 
+0200
+++ /mounts/work_src_done/STABLE/choqok/choqok.changes  2011-10-08 
21:41:07.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct  8 21:40:40 UTC 2011 - toddrme2...@gmail.com
+
+- Removed commented files (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---

calling whatdependson for head-i586




Other differences:
--
++ choqok.spec ++
--- /var/tmp/diff_new_pack.NsF9l8/_old  2011-10-11 16:51:48.0 +0200
+++ /var/tmp/diff_new_pack.NsF9l8/_new  2011-10-11 16:51:48.0 +0200
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   choqok
-BuildRequires:  kde4-filesystem libkde4-devel libqca2-devel libqjson-devel 
qoauth-devel
-BuildRequires:  fdupes update-desktop-files
-License:GPLv3
-Group:  Productivity/Networking/Other
-Summary:Micro-Blogging Client for KDE
 Version:1.1
 Release:8
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %{name}-%{version}.tar.bz2
+License:GPLv3
+Summary:Micro-Blogging Client for KDE
 Url:http://choqok.gnufolks.org
+Group:  Productivity/Networking/Other
+Source: %{name}-%{version}.tar.bz2
 Patch0: userfriends.diff
+BuildRequires:  fdupes
+BuildRequires:  libkde4-devel
+BuildRequires:  libqca2-devel
+BuildRequires:  libqjson-devel
+BuildRequires:  qoauth-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
@@ -36,32 +37,19 @@
 The name comes from an ancient Persian word which means Sparrow.
 It currently supports twitter.com and identi.ca services.
 
-
-
-Authors:
-
-Mehrdad Momeny mehrdad.mom...@gmail.com
-
 %package devel
+License:GPLv3
 Summary:Micro-Blogging Client for KDE
 Group:  Development/Libraries/KDE
-License:GPLv3
-Requires:   choqok = %version
+Requires:   choqok = %{version}
 
 %description devel
 A Free/Open Source micro-blogging client for the K Desktop Environment.
 The name comes from an ancient Persian word which means Sparrow.
 It currently supports twitter.com and identi.ca services.
 
-
-
-Authors:
-
-Mehrdad Momeny mehrdad.mom...@gmail.com
-
-
 %prep
-%setup -q -n %{name}-%{version} 
+%setup -q
 %patch0 -p1
 
 %build
@@ -73,70 +61,59 @@
   %kde4_makeinstall
   %fdupes
   popd
-  %suse_update_desktop_file %name InstantMessaging
+  %suse_update_desktop_file %{name} InstantMessaging
   %kde_post_install
   %find_lang choqok
-%if %suse_version  1120
-  mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/sv/common
-  mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/pt/common
-  mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/pt_BR/common
-  mkdir -p $RPM_BUILD_ROOT/usr/share/doc/kde/HTML/uk/common
-%endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-%files -f %name.lang
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS changelog COPYING README TODO
-/usr/bin/choqok
-%{_libdir}/libchoqok.so.*
-%{_libdir}/libtwitterapihelper.so.*
-/usr/share/applications/kde4/choqok.desktop
-%_kde4_servicetypesdir/choqok*
-%_kde4_servicesdir/ServiceMenus/choqok*
-%_kde4_servicesdir/choqok*
-%_kde4_appsdir/choqok/
-%_kde4_appsdir/choqok_filter/
-%_kde4_appsdir/choqok_nowlistening/
-%_kde4_appsdir/choqok_searchaction/
-%_kde4_appsdir/choqok_quickfilter/
-%_kde4_appsdir/khtml/kpartplugins/konqchoqok*
-%_kde4_htmldir/*
-%_kde4_modulesdir/choqok*
-%_kde4_modulesdir/kcm_choqok*
-%_kde4_modulesdir/konqchoqokplugin.so
-%_kde4_sharedir/config.kcfg/choqokappearancesettings.kcfg
-%_kde4_sharedir/config.kcfg/choqokbehaviorsettings.kcfg
-%_kde4_sharedir/config.kcfg/nowlisteningsettings.kcfg
-%_kde4_sharedir/config.kcfg/tinyarro_ws_settings.kcfg
-%_kde4_sharedir/config.kcfg/twitpicsettings.kcfg
-%_kde4_sharedir/config.kcfg/untinysettings.kcfg
-#%_kde4_sharedir/config.kcfg/yfrogsettings.kcfg
-%_kde4_sharedir/config.kcfg/yourlssettings.kcfg
-%_kde4_sharedir/config.kcfg/bit_ly_settings.kcfg
-%_kde4_sharedir/config.kcfg/flickrsettings.kcfg
-%_kde4_sharedir/config.kcfg/imstatussettings.kcfg
-%_kde4_sharedir/config.kcfg/mobypicturesettings.kcfg
-%_kde4_sharedir/config.kcfg/posteroussettings.kcfg
-%_kde4_sharedir/config.kcfg/twitgoosettings.kcfg
-%_kde4_sharedir/config.kcfg/translatorsettings.kcfg
-
-/usr/share/icons/hicolor/*/apps/*
-/usr/share/icons/hicolor/*/actions/retweet.*
-%dir %_kde4_appsdir/dbus-1
-%dir %_kde4_appsdir/dbus-1/services
-%_kde4_appsdir/dbus-1/services/org.kde.choqok.service
+%{_kde4_applicationsdir}/choqok.desktop

commit cobbler for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package cobbler for openSUSE:Factory
checked in at Tue Oct 11 16:52:05 CEST 2011.




--- openSUSE:Factory/cobbler/cobbler.changes2011-09-23 01:53:45.0 
+0200
+++ /mounts/work_src_done/STABLE/cobbler/cobbler.changes2011-10-07 
16:47:07.0 +0200
@@ -1,0 +2,24 @@
+Fri Oct  7 16:44:05 CEST 2011 - u...@suse.de
+
+- Import modules, which allowed easy integration of...
+- Ubuntu and Debian support again!
+- Better support for SuSE
+- Support for FreeBSD
+- Support for ESX 4+/ESXi
+- Integration with the python TFTP server pytftpd
+- fetchable files and boot files support for distros that need to
+  get more files from the TFTP server
+- Faster sync using link cache
+- Support for EFI grub booting
+- Support for bridged interfaces
+- WSGI instead of mod_python for the web interface.
+- Lots of Web UI improvements
+- A lot more I'm sure I missed when going through the change log
+- version 2.2.1
+
+---
+Sat Sep 17 23:18:43 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586


Old:

  0001-added-autoyast-.-parameter-to-the-ISO-building-code-.patch
  0001-render-the-cheetah-template-before-passing-the-XML-t.patch
  0002-calculate-meta-data-in-the-XML-file-without-cheetah-.patch
  added-SUSE-breed-to-import-webui.diff
  build_iso_for_suse.diff
  cobbler-2.1.0.tar.gz
  handle-autoyast-XML-files.diff
  import_suse_support.diff
  koan_install_tree_fix_for_suse.diff
  suse_tftp_root.diff
  upstream_patch_tainted_files.diff

New:

  cobbler-2.2.1.tar.gz



Other differences:
--
++ cobbler.spec ++
--- /var/tmp/diff_new_pack.O67SFV/_old  2011-10-11 16:52:02.0 +0200
+++ /var/tmp/diff_new_pack.O67SFV/_new  2011-10-11 16:52:02.0 +0200
@@ -15,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib()))}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1)))}
 #%{!?python_sitelib: %define python_sitelib %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 
 %define _binaries_in_noarch_packages_terminate_build 0
 Summary:Boot server configurator
-
 Name:   cobbler
 License:GPLv2+
-AutoReq:no
-Version:2.1.0
-Release:8
+Version: 2.2.1
+Release: 6
 Source0:cobbler-%{version}.tar.gz
 Source1:vendor-files.tar.bz2
 Patch0: fix-initscript.dif
@@ -35,17 +32,6 @@
 Patch2: cobbler_web_config.diff
 Patch13:users_patch.diff
 Patch14:setup_py.diff
-Patch15:import_suse_support.diff
-Patch16:suse_tftp_root.diff
-Patch17:koan_install_tree_fix_for_suse.diff
-Patch18:handle-autoyast-XML-files.diff
-Patch19:build_iso_for_suse.diff
-Patch20:added-SUSE-breed-to-import-webui.diff
-Patch21:upstream_patch_tainted_files.diff
-Patch22:0001-render-the-cheetah-template-before-passing-the-XML-t.patch
-Patch23:0002-calculate-meta-data-in-the-XML-file-without-cheetah-.patch
-Patch24:0001-added-autoyast-.-parameter-to-the-ISO-building-code-.patch
-#Patch100: importer.diff
 
 Group:  Applications/System
 Requires:   python = 2.3
@@ -109,11 +95,12 @@
 
 BuildRequires:  python-yaml
 BuildRequires:  python-cheetah
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 #BuildArch: noarch
 Url:http://fedorahosted.org/cobbler
 
 %description
+
 Cobbler is a network install server.  Cobbler 
 supports PXE, virtualized installs, and 
 reinstalling existing Linux machines.  The last two 
@@ -135,17 +122,6 @@
 %endif
 %patch13
 %patch14
-%patch15 -p1
-%patch16
-%patch17 -p1
-%patch18 -p1
-%patch19 -p1
-%patch20 -p1
-%patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%patch24 -p1
-#%patch100
 mv vendor-files/cobbler.1.gz docs
 
 %build
@@ -243,9 +219,6 @@
 
 %endif
 
-%clean
-test x$RPM_BUILD_ROOT != x  rm -rf $RPM_BUILD_ROOT
-
 %files
 
 %if 0%{suse_version}  1120
@@ -334,8 +307,15 @@
 %config(noreplace)   /etc/cobbler/ldap/ldap_authconfig.template
 %config(noreplace)   /etc/cobbler/version
 
+# new in 2.2.1
+%dir /etc/cobbler/iso
+%config(noreplace)   /etc/cobbler/mongodb.conf
+%config(noreplace)   /etc/cobbler/iso/buildiso.template
+%config(noreplace)   /etc/cobbler/cobblerd.service
+
 %{_sbindir}/tftpd.py
 
+
 %dir %{python_sitelib}/cobbler
 %dir %{python_sitelib}/cobbler/modules
 %{python_sitelib}/cobbler/*.py*
@@ -415,7 

commit cronie for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package cronie for openSUSE:Factory
checked in at Tue Oct 11 16:52:24 CEST 2011.




--- openSUSE:Factory/cronie/cronie.changes  2011-10-02 09:53:41.0 
+0200
+++ /mounts/work_src_done/STABLE/cronie/cronie.changes  2011-10-07 
16:38:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct  7 12:11:17 UTC 2011 - fcro...@suse.com
+
+- Ensure service_add_post is called in %post and not verify.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ cronie.spec ++
--- /var/tmp/diff_new_pack.GTqhg4/_old  2011-10-11 16:52:19.0 +0200
+++ /var/tmp/diff_new_pack.GTqhg4/_new  2011-10-11 16:52:19.0 +0200
@@ -173,9 +173,10 @@
 fi
 %{fillup_and_insserv -y cron} 
 %run_permissions
+%service_add_post cron.service
+
 %verifyscript
 %verify_permissions -e /etc/crontab -e /usr/bin/crontab
-%service_add_post cron.service
 
 %preun
 %stop_on_removal cron


continue with q...



Remember to have fun...

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



commit empathy for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package empathy for openSUSE:Factory
checked in at Tue Oct 11 16:52:40 CEST 2011.




--- openSUSE:Factory/empathy/empathy.changes2011-10-04 16:55:50.0 
+0200
+++ /mounts/work_src_done/STABLE/empathy/empathy.changes2011-10-10 
15:16:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 10 14:41:50 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.2.0.1:
+  + Fix calling issues when Empathy is built without the
+experimental call support.
+  + Bugs fixed: bgo#660449, bgo#660124, bgo#646630, bgo#659594,
+bgo#659816.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  empathy-3.2.0.tar.bz2

New:

  empathy-3.2.0.1.tar.bz2



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.WYw5Gm/_old  2011-10-11 16:52:30.0 +0200
+++ /var/tmp/diff_new_pack.WYw5Gm/_new  2011-10-11 16:52:30.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   empathy
-Version:3.2.0
+Version:3.2.0.1
 Release:1
 # FIXME: add telepathy-fastream BuildRequires when upstream is happy with it 
(ie, not experimental anymore)
 License:GPLv2+

++ empathy-3.2.0.tar.bz2 - empathy-3.2.0.1.tar.bz2 ++
 21262 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit branding-openSUSE for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory
checked in at Tue Oct 11 16:52:40 CEST 2011.




--- openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes
2011-10-08 11:41:25.0 +0200
+++ /mounts/work_src_done/STABLE/branding-openSUSE/branding-openSUSE.changes
2011-10-10 15:30:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 13:13:40 UTC 2011 - co...@suse.com
+
+- enable kdelibs diff now
+- add gimp branding
+
+---

calling whatdependson for head-i586




Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.iKWXF0/_old  2011-10-11 16:52:28.0 +0200
+++ /var/tmp/diff_new_pack.iKWXF0/_new  2011-10-11 16:52:28.0 +0200
@@ -172,6 +172,20 @@
 %description -n xfce4-splash-branding-openSUSE
 openSUSE branding for the XFCE splash 
 
+%package -n gimp-branding-openSUSE
+Group:  Productivity/Graphics/Bitmap Editors
+Summary:The GNU Image Manipulation Program -- openSUSE Splash Screen
+BuildRequires:  gimp
+%define gimp_version %(rpm -q --qf '%%{version}-%%{release}' gimp)
+Requires:   gimp = %{gimp_version}
+Provides:   gimp-branding = %{gimp_version}
+Conflicts:  otherproviders(gimp-branding)
+Supplements:packageand(gimp:branding-openSUSE)
+BuildArch:  noarch
+
+%description -n gimp-branding-openSUSE
+This package contains the openSUSE splash screen for the GIMP.
+
 %prep
 %setup -q -c
 cp -a openSUSE/LICENSE COPYING 
@@ -199,7 +213,7 @@
 cp -r /usr/share/kde4/apps/kdeui/about/ about
 pushd about
 # need to have latest kdelibs4 in factory
-# patch -p0  ../openSUSE/kdelibs/css.diff
+patch -p0  ../openSUSE/kdelibs/css.diff
 popd
 
 %install
@@ -361,4 +375,9 @@
 %doc openSUSE/xfce/COPYING
 /usr/share/pixmaps/xfce4-splash-openSUSE.png
 
+%files -n gimp-branding-openSUSE
+%defattr (-, root, root)
+%doc COPYING
+%{_datadir}/gimp/2.0/images
+
 %changelog

++ openSUSE.tar.gz ++
openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz 
/mounts/work_src_done/STABLE/branding-openSUSE/openSUSE.tar.gz differ: char 5, 
line 1

continue with q...



Remember to have fun...

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



commit fftw3 for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory
checked in at Tue Oct 11 16:52:54 CEST 2011.




--- openSUSE:Factory/fftw3/fftw3.changes2011-09-28 14:07:18.0 
+0200
+++ /mounts/work_src_done/STABLE/fftw3/fftw3.changes2011-10-09 
19:49:16.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct  9 17:48:50 UTC 2011 - adr...@suse.de
+
+- enable sse only on supported architectures
+
+---

calling whatdependson for head-i586




Other differences:
--
++ fftw3.spec ++
--- /var/tmp/diff_new_pack.yTfnic/_old  2011-10-11 16:52:48.0 +0200
+++ /var/tmp/diff_new_pack.yTfnic/_new  2011-10-11 16:52:48.0 +0200
@@ -133,7 +133,11 @@
 # autoreconf --force --install
 
 %build
-%configure --enable-shared --enable-threads --enable-openmp --enable-mpi 
--enable-sse2 --disable-static
+%configure --enable-shared --enable-threads --enable-openmp --enable-mpi \
+%ifarch %ix86 x86_64
+  --enable-sse2 \
+%endif
+  --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -142,7 +146,11 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.*a
 # hack to also compile/install single-precision version:
 make distclean
-%configure --enable-shared --enable-threads --enable-float --enable-openmp 
--enable-mpi --enable-sse --disable-static
+%configure --enable-shared --enable-threads --enable-float --enable-openmp 
--enable-mpi \
+%ifarch %ix86 x86_64
+  --enable-sse \
+%endif
+  --disable-static
 make %{?_smp_mflags}
 %makeinstall
 # remove unneeded files

continue with q...



Remember to have fun...

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



commit file-roller for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory
checked in at Tue Oct 11 16:53:06 CEST 2011.




--- openSUSE:Factory/file-roller/file-roller.changes2011-10-02 
10:01:18.0 +0200
+++ /mounts/work_src_done/STABLE/file-roller/file-roller.changes
2011-10-10 11:21:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 09:08:10 UTC 2011 - vu...@opensuse.org
+
+- Add file-roller-no-crash-without-nautilus.patch: do not crash if
+  nautilus is not installed. Fix bnc#722863.
+
+---

calling whatdependson for head-i586


New:

  file-roller-no-crash-without-nautilus.patch



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.hrbhiL/_old  2011-10-11 16:53:01.0 +0200
+++ /var/tmp/diff_new_pack.hrbhiL/_new  2011-10-11 16:53:01.0 +0200
@@ -25,6 +25,8 @@
 Url:http://fileroller.sourceforge.net
 Group:  Productivity/Archiving/Compression
 Source: 
http://download.gnome.org/sources/file-roller/3.2/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM file-roller-no-crash-without-nautilus.patch bgo#649094 
bnc#722863 vu...@opensuse.org -- Do not crash if nautilus gsettings schemas are 
not installed
+Patch0: file-roller-no-crash-without-nautilus.patch
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
@@ -90,6 +92,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 
 %build
 %configure\

++ file-roller-no-crash-without-nautilus.patch ++
commit 0b579ad93f99133e6d92af08a36a3d5693edad5f
Author: Vincent Untz vu...@gnome.org
Date:   Mon Oct 10 09:12:59 2011 +0200

Do not crash if nautilus schema is not present

A lot of users use file-roller in non-GNOME environments, where nautilus
is not installed. We don't want to crash in that case as we only need
the nautilus schema to determine if we use single-click vs double-click.

https://bugzilla.gnome.org/show_bug.cgi?id=649094

diff --git a/src/fr-window.c b/src/fr-window.c
index 743c8fe..0357b68 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -4642,6 +4642,9 @@ is_single_click_policy (FrWindow *window)
char *value;
gboolean  result;
 
+   if (!window-priv-settings_nautilus)
+   return FALSE;
+
value = g_settings_get_string (window-priv-settings_nautilus, 
NAUTILUS_CLICK_POLICY);
result = (value != NULL)  (strncmp (value, single, 6) == 0);
g_free (value);
@@ -5425,6 +5428,8 @@ fr_window_construct (FrWindow *window)
GtkToolItem  *open_recent_tool_item;
GtkWidget*menu_item;
GError   *error = NULL;
+   const char * const *schemas;
+   const char   *schema;
 
/* data common to all windows. */
 
@@ -5441,7 +5446,15 @@ fr_window_construct (FrWindow *window)
window-priv-settings_ui = g_settings_new (FILE_ROLLER_SCHEMA_UI);
window-priv-settings_general = g_settings_new 
(FILE_ROLLER_SCHEMA_GENERAL);
window-priv-settings_dialogs = g_settings_new 
(FILE_ROLLER_SCHEMA_DIALOGS);
-   window-priv-settings_nautilus = g_settings_new (NAUTILUS_SCHEMA);
+
+   /* Only use the nautilus schema if it's installed */
+   schemas = g_settings_list_schemas();
+   for (; *schemas != NULL; schemas++) {
+   if (g_strcmp0 (*schemas, NAUTILUS_SCHEMA) == 0) {
+   window-priv-settings_nautilus = g_settings_new 
(NAUTILUS_SCHEMA);
+   break;
+   }
+   }
 
/* Create the application. */
 
@@ -6045,10 +6058,12 @@ fr_window_construct (FrWindow *window)
  changed:: PREF_LISTING_USE_MIME_ICONS,
  G_CALLBACK (pref_use_mime_icons_changed),
  window);
-   g_signal_connect (window-priv-settings_nautilus,
- changed:: NAUTILUS_CLICK_POLICY,
- G_CALLBACK (pref_click_policy_changed),
- window);
+
+   if (window-priv-settings_nautilus)
+   g_signal_connect (window-priv-settings_nautilus,
+ changed:: NAUTILUS_CLICK_POLICY,
+ G_CALLBACK (pref_click_policy_changed),
+ window);
 
/* Give focus to the list. */
 
continue with q...



Remember to have fun...

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



commit freetds for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package freetds for openSUSE:Factory
checked in at Tue Oct 11 16:53:21 CEST 2011.




--- openSUSE:Factory/freetds/freetds.changes2011-10-03 09:18:31.0 
+0200
+++ /mounts/work_src_done/STABLE/freetds/freetds.changes2011-10-09 
15:54:43.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  9 13:49:44 UTC 2011 - jeng...@medozas.de
+
+- Add missing Group for libfreetds and change %make_install,
+  resolving build failure for SLE11
+- Remove redundant sections (cf. specfile guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ freetds.spec ++
--- /var/tmp/diff_new_pack.rsYytI/_old  2011-10-11 16:53:15.0 +0200
+++ /var/tmp/diff_new_pack.rsYytI/_new  2011-10-11 16:53:15.0 +0200
@@ -24,7 +24,7 @@
 %define filever 0.91rc
 License:LGPL
 Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
-Url:http://www.freetds.org/
+URL:http://www.freetds.org/
 Group:  Productivity/Databases/Clients
 Source: %{name}-%{filever}.tar.bz2
 BuildRequires:  fdupes
@@ -45,8 +45,8 @@
 and ODBC.
 
 %package -n libfreetds
-
 Summary:A free re-implementation of the TDS (Tabular DataStream) 
protocol
+Group:  System/Libraries
 Provides:   %{name} = %{version}
 Obsoletes:  %{name}  %{version}
 
@@ -71,7 +71,6 @@
 This package provides application to allow users to make use of the protocol
 
 %package   devel
-
 Summary:Include files needed for development with FreeTDS
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
@@ -81,7 +80,6 @@
 the FreeTDS libraries.
 
 %package   -n libtdsodbc0
-
 Summary:FreeTDS ODBC Driver for unixODBC
 Group:  Productivity/Databases/Clients
 Requires:   unixODBC = 2.0.0
@@ -90,7 +88,6 @@
 The freetds-unixodbc package contains ODBC driver build for unixODBC.
 
 %package   doc
-
 Summary:User documentation for FreeTDS
 Group:  Productivity/Databases/Clients
 
@@ -122,7 +119,7 @@
 make %{?_smp_flags} RPM_OPT_FLAGS=%{optflags}
 
 %install
-%make_install
+%makeinstall
 mkdir  -p  %{buildroot}%{_docdir}/freetds/
 mv %{buildroot}%{_datadir}/doc/freetds-*/* %{buildroot}%{_docdir}/freetds/
 rm -rf %{buildroot}%{_docdir}/freetds-* 
%{buildroot}/%{_datadir}/doc/freetds-*
@@ -143,16 +140,12 @@
 Setup = %{_libdir}/libtdsodbc.so.0 | odbcinst -i -d -r  /dev/null 21 || 
true
 /sbin/ldconfig 2 /dev/null
 
-%postun -n libtdsodbc0
-/sbin/ldconfig 2 /dev/null
+%postun -n libtdsodbc0 -p /sbin/ldconfig
 
 %preun -n libtdsodbc0
 odbcinst -u -d -n 'FreeTDS'  /dev/null 21 || true
 odbcinst -u -d -n 'SQL Server'  /dev/null 21 || true
 
-%clean
-rm -rf %{buildroot}
-
 %files -n libfreetds
 %defattr(-,root,root)
 %doc AUTHORS BUGS COPYING* ChangeLog INSTALL NEWS README TODO

continue with q...



Remember to have fun...

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



commit giflib for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package giflib for openSUSE:Factory
checked in at Tue Oct 11 16:53:35 CEST 2011.




--- openSUSE:Factory/giflib/giflib.changes  2011-09-23 01:59:42.0 
+0200
+++ /mounts/work_src_done/STABLE/giflib/giflib.changes  2011-10-10 
05:00:44.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 10 02:57:31 UTC 2011 - crrodrig...@opensuse.org
+
+- annotate functions from gif_lib_private.h with visibility
+  hidden so they are not exported.
+
+---
+Sat Oct  1 05:39:13 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586


New:

  giflib-visibility.patch



Other differences:
--
++ giflib.spec ++
--- /var/tmp/diff_new_pack.1imoCi/_old  2011-10-11 16:53:30.0 +0200
+++ /var/tmp/diff_new_pack.1imoCi/_new  2011-10-11 16:53:30.0 +0200
@@ -20,15 +20,17 @@
 Name:   giflib
 %define lname  libgif4
 BuildRequires:  xorg-x11-libICE-devel xorg-x11-libSM-devel 
xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel 
xorg-x11-libXt-devel
+BuildRequires:  libtool
 License:MIT
 Group:  System/Libraries
-URL:http://sourceforge.net/projects/libungif
+Url:http://sourceforge.net/projects/giflib
 Version:4.1.6
 Release:23
 Summary:A Library for Working with GIF Images
 Source: giflib-%{version}.tar.bz2
 Source2:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch:  giflib-visibility.patch
 
 %description
 This Library allows manipulating GIF Image files. Since the LZW patents
@@ -84,6 +86,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 # USE __TIMESTAMP__ instead of __DATE__ , __TIME__
@@ -96,7 +99,7 @@
 rm -v $file.stamp
 done
 
-autoreconf -fiv
+mkdir m4;autoreconf -fiv
 %configure --disable-static --with-pic --x-libraries=%{_libdir}
 make %{?_smp_mflags}
 
@@ -109,6 +112,7 @@
 #ln -sf libgif.a $RPM_BUILD_ROOT%{_libdir}/libungif.a
 rm -f %{buildroot}%{_libdir}/*.la
 find doc -name Makefile* -print -delete
+nm -C -D %{buildroot}%{_libdir}/lib*.so
 
 %post -n %lname -p /sbin/ldconfig
 

++ giflib-visibility.patch ++
--- lib/gif_lib_private.h.orig
+++ lib/gif_lib_private.h
@@ -30,6 +30,8 @@
 #define IS_READABLE(Private)(Private-FileState  FILE_STATE_READ)
 #define IS_WRITEABLE(Private)   (Private-FileState  FILE_STATE_WRITE)
 
+#pragma GCC visibility push(hidden)
+
 typedef struct GifFilePrivateType {
 GifWord FileState, FileHandle,  /* Where all this data goes to! */
   BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */
@@ -55,5 +57,5 @@ typedef struct GifFilePrivateType {
 } GifFilePrivateType;
 
 extern int _GifError;
-
+#pragma GCC visibility pop
 #endif /* _GIF_LIB_PRIVATE_H */
--- lib/getarg.h.orig
+++ lib/getarg.h
@@ -16,6 +16,8 @@
 #define CMD_ERR_NumRead   4/* Failed on reading number. */
 #define CMD_ERR_AllSatis  5/* Fail to satisfy (must-'!') option. */
 
+#pragma GCC visibility push(hidden)
+
 #ifdef HAVE_STDARG_H
 int GAGetArgs(int argc, char **argv, char *CtrlStr, ...);
 #elif defined (HAVE_VARARGS_H)
@@ -25,4 +27,5 @@ int GAGetArgs(int va_alist, ...);
 void GAPrintErrMsg(int Error);
 void GAPrintHowTo(char *CtrlStr);
 
+#pragma GCC visibility pop
 #endif /* _GETARG_H */
--- lib/gif_hash.h.orig
+++ lib/gif_hash.h
@@ -47,6 +47,8 @@
 #define HT_PUT_KEY(l)  (l  12)
 #define HT_PUT_CODE(l) (l  0x0FFF)
 
+#pragma GCC visibility push(hidden)
+
 typedef struct GifHashTableType {
 UINT32 HTable[HT_SIZE];
 } GifHashTableType;
@@ -56,4 +58,6 @@ void _ClearHashTable(GifHashTableType *H
 void _InsertHashTable(GifHashTableType *HashTable, UINT32 Key, int Code);
 int _ExistsHashTable(GifHashTableType *HashTable, UINT32 Key);
 
+#pragma GCC visibility pop
+
 #endif /* _GIF_HASH_H_ */
--- Makefile.am.orig
+++ Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = lib util doc pic
 WINDOWS = $(top_srcdir)/windows/GifWin.cpp \
  $(top_srcdir)/windows/GifWin.h \
--- configure.ac.orig
+++ configure.ac
@@ -3,11 +3,14 @@ AC_INIT(giflib, [4.1.6], [abadger1999@so
 AC_CONFIG_SRCDIR([lib/dgif_lib.c])
 AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 -Wall])
 AM_CONFIG_HEADER(config.h)
+AC_CONFIG_MACRO_DIR([m4])
 
 dnl Checks for programs.
-AC_PROG_LIBTOOL
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_PROG_CPP
+LT_INIT([pic-only disable-static])
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
--- lib/Makefile.am.orig
+++ lib/Makefile.am
@@ -21,6 +21,6 @@ libgif_la_SOURCES = dev2gif.c   \
 quantize.c  \
gif_lib_private.h
 
-libgif_la_LDFLAGS = -version-info 5:6:1
+libgif_la_LDFLAGS = 

commit glibc for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Tue Oct 11 16:53:55 CEST 2011.




--- openSUSE:Factory/glibc/glibc.changes2011-09-28 15:24:50.0 
+0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-10-11 
13:21:59.0 +0200
@@ -1,0 +2,28 @@
+Tue Oct 11 09:51:46 UTC 2011 - a...@suse.de
+
+- Update to current git 4f2b767fef50
+  * Correctly reparse group line after enlarging the buffer
+  * 2.14.1 release
+
+---
+Mon Oct 10 14:07:44 UTC 2011 - a...@suse.de
+
+- Fix tracing with ifuncs.
+
+---
+Tue Oct  4 14:10:13 UTC 2011 - u...@suse.com
+
+- cross-build: use %__cc, %__cxx, %_build, %_host
+- mipsel: install ports, disable FP
+
+---
+Fri Sep 30 17:14:04 CEST 2011 - dmuel...@suse.de
+
+- avoid build failure on %%arm
+
+---
+Thu Sep 29 07:40:25 UTC 2011 - adr...@suse.de
+
+- just use %arm for right arm architectures
+
+---

calling whatdependson for head-i586


Old:

  glibc-2.14-8bd683657e8a.tar.bz2

New:

  crypt_blowfish-1.2-hack_around_arm.diff
  glibc-2.14.1-4f2b767fef50.tar.bz2
  glibc-2.15-ifunc-trace.patch



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.i1lGah/_old  2011-10-11 16:53:49.0 +0200
+++ /var/tmp/diff_new_pack.i1lGah/_new  2011-10-11 16:53:49.0 +0200
@@ -77,11 +77,12 @@
 %ifarch ppc
 Obsoletes:  glibc-32bit
 %endif
-Version:2.14
-Release:11
+Version:2.14.1
+Release:12
+%define git_id  4f2b767fef50
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: glibc-%{version}-8bd683657e8a.tar.bz2
+Source: glibc-%{version}-%{git_id}.tar.bz2
 Source2:http://ftp.gnu.org/gnu/glibc/glibc-ports-2.14.tar.bz2
 Source3:noversion.tar.bz2
 Source4:manpages.tar.bz2
@@ -206,10 +207,14 @@
 Patch73:glibc-resolv-assert.diff
 # PATCH-FIX-OPENSUSE Run ctors (bnc#717671) a...@suse.de
 Patch74:glibc-2.14-fix-ctors.patch
+# PATCH-FIX-UPSTREAM Fix trace and ifuncs a...@suse.de
+Patch75:glibc-2.15-ifunc-trace.patch
 # PATCH-FEATURE-OPENSUSE -- add sha support to crypt_blowfish lnus...@suse.de
 Patch80:crypt_blowfish-1.2-sha.diff
 # PATCH-FEATURE-OPENSUSE -- use separate symbol version for Owl extensions - 
lnus...@suse.de
 Patch81:crypt_blowfish-1.2-versioning.diff
+# PATCH-FIX-OPENSUSE Avoid build failure on noexecstack marker on ARM 
dmuel...@suse.de
+Patch82:crypt_blowfish-1.2-hack_around_arm.diff
 
 %description
 The GNU C Library provides the most important standard libraries used
@@ -366,9 +371,10 @@
 %endif
 
 %prep
-%ifarch %arm armv5tel armv7l armv8l
+%ifarch %arm
 # add glibc-ports for arm
 %setup -n glibc-%{version} -q -a 2 -a 3 -a 4
+mv glibc-ports-* ports
 %else
 # any other leave out ports
 %setup -n glibc-%{version} -q -a 3 -a 4
@@ -378,6 +384,9 @@
 pushd crypt_blowfish-%{crypt_bf_version}
 %patch80 -p1
 %patch81 -p1
+%ifarch %arm
+%patch82
+%endif
 popd
 mv crypt/{crypt.h,gnu-crypt.h}
 mv crypt_blowfish-%crypt_bf_version/*.[chS] crypt/
@@ -442,6 +451,7 @@
 %patch72 -p1
 %patch73 -p1
 %patch74 -p1
+%patch75 -p1
 
 #
 # Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion 
`map-l_init_called' failed!
@@ -486,8 +496,8 @@
 #
 BuildFlags=%{optflags} -U_FORTIFY_SOURCE
 BuildFlags=$(echo $BuildFlags | sed -e 's#-fstack-protector##' -e 
's#-ffortify=[0-9]*##')
-BuildCC=gcc
-BuildCCplus=g++
+BuildCC=%__cc
+BuildCCplus=%__cxx
 add_ons=,libidn
 PARALLEL=%{?_smp_mflags}
 #
@@ -534,11 +544,14 @@
 %ifarch %ix86
add_ons=$add_ons,noversion
 %endif
-%ifarch %arm armv5tel armv7l armv8l
-   add_ons=$add_ons,glibc-ports-%{version}
+%ifarch %arm
+   add_ons=$add_ons,ports
# fails to build otherwise - need to recheck and fix
%define enable_stackguard_randomization 0
 %endif
+%ifarch mipsel
+   add_ons=$add_ons,ports
+%endif
 
 configure_and_build_glibc() {
local dirname=$1; shift
@@ -554,14 +567,13 @@
 %if %{enable_stackguard_randomization}
--enable-stackguard-randomization \
 %endif
-%ifarch %arm armv5tel armv7l armv8l
-   --build=%{_target_cpu}-suse-linux-gnueabi \
-%else
-   --build=%{_target_cpu}-suse-linux \
-%endif
+   --build=%{_build} --host=%{_host} \
 %ifarch ppc ppc64 %{ix86} x86_64
--enable-multi-arch \
 %endif
+%ifarch mipsel
+   --without-fp \
+%endif
 %if %{exp_malloc}
--enable-experimental-malloc \
 %endif

++ 

commit gnome-dvb-daemon for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package gnome-dvb-daemon for openSUSE:Factory
checked in at Tue Oct 11 16:54:14 CEST 2011.




--- openSUSE:Factory/gnome-dvb-daemon/gnome-dvb-daemon.changes  2011-10-10 
14:10:22.0 +0200
+++ /mounts/work_src_done/STABLE/gnome-dvb-daemon/gnome-dvb-daemon.changes  
2011-10-11 00:20:02.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 10 22:33:33 CEST 2011 - zai...@opensuse.org
+
+- Update to version 0.2.5:
+  + This release updates the list of supported countries for DVB-C
+and DVB-T.
+- DVB-C: Czech Republic, Denmark, France, Hungary, Luxemburg,
+  Spain.
+- DVB-T: Andorra, Azerbaijan, Croatia, Hungary, Iran, Israel,
+  Latvia, Lithuania, Romania, Slovenia, Vietnam.
+  + Append recordings to TreeStore with a single function call.   
+
+---

calling whatdependson for head-i586


Old:

  gnome-dvb-daemon-0.2.4.tar.bz2

New:

  gnome-dvb-daemon-0.2.5.tar.bz2



Other differences:
--
++ gnome-dvb-daemon.spec ++
--- /var/tmp/diff_new_pack.UUvbZM/_old  2011-10-11 16:54:06.0 +0200
+++ /var/tmp/diff_new_pack.UUvbZM/_new  2011-10-11 16:54:06.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gnome-dvb-daemon
-Version:0.2.4
+Version:0.2.5
 Release:1
 License:GPLv3+
 Summary:Daemon to use DVB devices

++ gnome-dvb-daemon-0.2.4.tar.bz2 - gnome-dvb-daemon-0.2.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-dvb-daemon-0.2.4/ChangeLog 
new/gnome-dvb-daemon-0.2.5/ChangeLog
--- old/gnome-dvb-daemon-0.2.4/ChangeLog2011-10-07 12:16:29.0 
+0200
+++ new/gnome-dvb-daemon-0.2.5/ChangeLog2011-10-10 12:41:27.0 
+0200
@@ -1,5 +1,47 @@
 # Generated by Makefile. Do not edit.
 
+2011-10-10  Sebastian Pƶlsterl s...@k-d-w.org
+
+  * NEWS: Modified.
+
+   Prepare 0.2.5 release
+
+2011-10-10  Sebastian Pƶlsterl s...@k-d-w.org
+
+  * configure.ac: Modified.
+
+   Don't generate gzip tarball
+
+2011-10-10  Sebastian Pƶlsterl s...@k-d-w.org
+
+  * client/gnomedvb/ui/wizard/pages/InitialTuningDataPage.py: Modified.
+
+   Added additional countries for dvb-c initial tuning data
+
+   Czech Republic, Denmark, Spain, France, Hungary, Luxemburg
+
+2011-10-10  Sebastian Pƶlsterl s...@k-d-w.org
+
+  * client/gnomedvb/ui/wizard/pages/InitialTuningDataPage.py: Modified.
+
+   Added additional countries for dvb-t initial tuning data
+
+   Andorra, Azerbaijan, Croatia, Hungary, Israel, Iran, Lithuania,
+   Latvia, Romania, Slovenia, Viet Nam
+
+2011-10-08  Sebastian Pƶlsterl s...@k-d-w.org
+
+  * client/totem-plugin/dvb-daemon.py: Modified.
+
+   Append recordings to TreeStore with a single function call
+
+2011-10-07  Sebastian Pƶlsterl s...@k-d-w.org
+
+  * configure.ac: Modified.
+
+   Post release version bump to 0.2.5
+
+=== version-0.2.4 ===
 2011-10-07  Sebastian Pƶlsterl s...@k-d-w.org
 
   * NEWS: Modified.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-dvb-daemon-0.2.4/Makefile.in 
new/gnome-dvb-daemon-0.2.5/Makefile.in
--- old/gnome-dvb-daemon-0.2.4/Makefile.in  2011-10-07 12:16:17.0 
+0200
+++ new/gnome-dvb-daemon-0.2.5/Makefile.in  2011-10-10 12:39:08.0 
+0200
@@ -255,8 +255,8 @@
 dir1=`echo $$dir1 | sed -e $$sed_rest`; \
   done; \
   reldir=$$dir2
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 GZIP_ENV = --best
+DIST_ARCHIVES = $(distdir).tar.bz2
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
@@ -2445,7 +2445,6 @@
$(am__remove_distdir)
 
 dist dist-all: distdir
-   tardir=$(distdir)  $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
$(distdir).tar.gz
tardir=$(distdir)  $(am__tar) | bzip2 -9 -c $(distdir).tar.bz2
$(am__remove_distdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-dvb-daemon-0.2.4/NEWS 
new/gnome-dvb-daemon-0.2.5/NEWS
--- old/gnome-dvb-daemon-0.2.4/NEWS 2011-10-07 12:15:30.0 +0200
+++ new/gnome-dvb-daemon-0.2.5/NEWS 2011-10-10 12:40:40.0 +0200
@@ -1,4 +1,14 @@
 =
+Version 0.2.5
+=
+
+This release updates the list of supported countries for DVB-C and DVB-T.
+
+- Append recordings to TreeStore with a single function call
+- Added dvb-t initial tuning data for Andorra, Azerbaijan, Croatia, Hungary, 
Israel, Iran, Lithuania, Latvia, Romania, Slovenia, Viet Nam
+- Added dvb-c initial tuning data for Czech Republic, Denmark, Spain, France, 
Hungary, Luxemburg
+
+=
 Version 0.2.4
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit gtkpbbuttons for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package gtkpbbuttons for openSUSE:Factory
checked in at Tue Oct 11 16:54:25 CEST 2011.




--- openSUSE:Factory/gtkpbbuttons/gtkpbbuttons.changes  2011-09-23 
02:02:28.0 +0200
+++ /mounts/work_src_done/STABLE/gtkpbbuttons/gtkpbbuttons.changes  
2011-10-11 09:30:16.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  5 10:05:07 UTC 2011 - dims...@opensuse.org
+
+- Add gtkpbbuttons-linking.patch: link to libm during build.
+
+---

calling whatdependson for head-i586


New:

  gtkpbbuttons-linking.patch



Other differences:
--
++ gtkpbbuttons.spec ++
--- /var/tmp/diff_new_pack.eYsXO7/_old  2011-10-11 16:54:19.0 +0200
+++ /var/tmp/diff_new_pack.eYsXO7/_new  2011-10-11 16:54:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gtkpbbuttons (Version 0.6.10)
+# spec file for package gtkpbbuttons
 #
-# Copyright (c) 2008 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
@@ -26,7 +26,9 @@
 Group:  System/Daemons
 License:GPL v2 or later
 Source: %{name}-%{version}.tar.gz
-Patch:  %{name}-%{version}.diff
+Patch0: %{name}-%{version}.diff
+# PATCH-FIX-UPSTREAM gtkpbbuttons-linking.patch dims...@opensuse.org -- Link 
against libm during building, filed as 
http://sourceforge.net/tracker/?func=detailaid=3418967group_id=47862atid=451137
+Patch1: gtkpbbuttons-linking.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64 %ix86 x86_64
 
@@ -72,7 +74,8 @@
 
 %prep
 %setup -q
-%patch
+%patch0
+%patch1 -p1
 
 %build
 ./configure CFLAGS=$RPM_OPT_FLAGS --prefix=/usr --mandir=%{_mandir}

++ gtkpbbuttons-linking.patch ++
Index: gtkpbbuttons-0.6.10/src/Makefile.am
===
--- gtkpbbuttons-0.6.10.orig/src/Makefile.am
+++ gtkpbbuttons-0.6.10/src/Makefile.am
@@ -14,7 +14,7 @@ gtkpbbuttons_SOURCES = \
gettext_macros.h
 
 gtkpbbuttons_LDADD = @PACKAGE_LIBS@ @PBB_LDADD@ $(INTLLIBS) \
-@PTHREAD_LIB@ @AUDIOFILE_LIBS@ 
@POPT_LIB@
+@PTHREAD_LIB@ @AUDIOFILE_LIBS@ 
@POPT_LIB@ -lm
 gtkpbbuttons_LDFLAGS = @PBB_LDFLAGS@
 
 if DEBUG
Index: gtkpbbuttons-0.6.10/src/Makefile.in
===
--- gtkpbbuttons-0.6.10.orig/src/Makefile.in
+++ gtkpbbuttons-0.6.10/src/Makefile.in
@@ -219,7 +219,7 @@ gtkpbbuttons_SOURCES = \
gettext_macros.h
 
 gtkpbbuttons_LDADD = @PACKAGE_LIBS@ @PBB_LDADD@ $(INTLLIBS) \
-@PTHREAD_LIB@ @AUDIOFILE_LIBS@ 
@POPT_LIB@
+@PTHREAD_LIB@ @AUDIOFILE_LIBS@ 
@POPT_LIB@ -lm
 
 gtkpbbuttons_LDFLAGS = @PBB_LDFLAGS@
 @DEBUG_FALSE@AM_CFLAGS = -O2
continue with q...



Remember to have fun...

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



commit icc_examin for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package icc_examin for openSUSE:Factory
checked in at Tue Oct 11 16:54:44 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/icc_examin/icc_examin.changes  2011-09-22 
13:05:06.0 +0200
@@ -0,0 +1,32 @@
+---
+Thu Sep 22 12:00:01 UTC 2011 - Kai-Uwe Behrmann k...@gmx.de - 0.50
+
+- new release with various fixes and update to oyranos-0.3.2
+
+---
+Thu Aug 18 15:19:31 UTC 2011 - tog...@opensuse.org
+
+- spec cleanup
+  +add freefont to requires
+  +build with %optflags 
+
+---
+Wed Mar 11 2009 Kai-Uwe Behrmann
+- add icc_examin.svg
+---
+Thu Dec 11 2008 Kai-Uwe Behrmann
+- add CinƩPaint plug-in
+- add Oyranos dependencies
+---
+Mon Mar 02 2006 Kai-Uwe Behrmann
+- name-majorversion.minorversion-releaseversion.xxx sheme
+---
+Fri Aug 12 2005 Kai-Uwe Behrmann
+- GUI improvements
+---
+Tue May 26 2005 Kai-Uwe Behrmann
+- GUI improvements
+- translation to german in v0.30
+---
+Tue Apr 21 2005 Kai-Uwe Behrmann
+- first release

calling whatdependson for head-i586


New:

  icc_examin-0.50.tar.bz2
  icc_examin.changes
  icc_examin.spec



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

Version:0.50
Source: icc_examin-0.50.tar.bz2
Release:0
%define pixmapdir   /usr/share/pixmaps
%define desktopdir  /usr/share/applications
Summary:ICC profile viewer and colour visualisation
Requires:   oyranos-ui-fltk oyranos-monitor
Name:   icc_examin
License:GPL-2.0+,LGPL-2.0+
Group:  Productivity/Graphics/Other
Url:http://www.behrmann.name

BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc-c++ gettext fltk-devel pkgconfig
BuildRequires:  libpng-devel libjpeg-devel libtiff-devel liboyranos-alpha-devel
BuildRequires:  libxml2-devel ftgl-devel shared-mime-info
BuildRequires:  desktop-file-utils

%if 0%{?suse_version}  910
BuildRequires:  expat fontconfig-devel freetype2-devel gcc gcc-c++ 
BuildRequires:  gettext gettext-devel libjpeg-devel libpng-devel 
BuildRequires:  pkgconfig zlib-devel
%endif

%if 0%{?suse_version}  1010
Recommends:   oyranos-monitor-nvidia freefont
BuildRequires:  Mesa Mesa-devel xorg-x11-fonts-devel xorg-x11-libICE
BuildRequires:  xorg-x11-libICE-devel xorg-x11-libSM
BuildRequires:  xorg-x11 xorg-x11-devel xorg-x11-libSM-devel 
BuildRequires:  xorg-x11-libX11 xorg-x11-libX11-devel
BuildRequires:  xorg-x11-libXau xorg-x11-libXau-devel 
BuildRequires:  xorg-x11-libXdmcp xorg-x11-libXdmcp-devel
BuildRequires:  xorg-x11-libXext xorg-x11-libXext-devel
BuildRequires:  xorg-x11-libXfixes xorg-x11-libXfixes-devel
BuildRequires:  xorg-x11-libXmu xorg-x11-libXmu-devel xorg-x11-libXp
BuildRequires:  xorg-x11-libXp-devel xorg-x11-libXpm
BuildRequires:  xorg-x11-libXpm-devel xorg-x11-libXprintUtil
BuildRequires:  xorg-x11-libXprintUtil-devel xorg-x11-libXrender
BuildRequires:  xorg-x11-libXrender-devel xorg-x11-libXt
BuildRequires:  xorg-x11-libXt-devel xorg-x11-libXv xorg-x11-libXv-devel
BuildRequires:  xorg-x11-libfontenc xorg-x11-libfontenc-devel
BuildRequires:  xorg-x11-libs xorg-x11-libxkbfile 
BuildRequires:  xorg-x11-libxkbfile-devel xorg-x11-proto-devel
BuildRequires:  xorg-x11-util-devel xorg-x11-xtrans-devel
BuildRequires:  liblcms-devel xdg-utils update-desktop-files
%endif

%if 0%{?mandriva_version}  0
Recommends: oyranos-monitor-nvidia
BuildRequires:  Mesa X11-devel lcms-devel xdg-utils libgomp-devel libtool-devel
%endif

%if 0%{?fedora_version}  0
Recommends: oyranos-monitor-nvidia
BuildRequires:  Mesa-devel xorg-x11-devel xorg-x11-Mesa-devel libXxf86vm-devel 
libXmu-devel libXpm-devel qt3-devel 

commit icedtea-web for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory
checked in at Tue Oct 11 16:55:00 CEST 2011.




--- openSUSE:Factory/icedtea-web/icedtea-web.changes2011-09-23 
02:03:13.0 +0200
+++ /mounts/work_src_done/STABLE/icedtea-web/icedtea-web.changes
2011-10-10 13:30:30.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 10 11:19:41 UTC 2011 - g...@opensuse.org
+
+- fix icedtea-web-suse-desktop-files.patch, itweb-settings is a
+  desktop setting and should not show up twice in two unrelated
+  top-level menus; also add a trailing semicolon
+
+---
+Thu Sep 15 08:33:59 UTC 2011 - mvysko...@suse.cz
+
+- Build with a npapi-sdk and xulrunner-devel from openSUSE 12.1
+
+---

calling whatdependson for head-i586


New:

  icedtea-web-1.1.2-npapi-sdk.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.5UpHrq/_old  2011-10-11 16:54:49.0 +0200
+++ /var/tmp/diff_new_pack.5UpHrq/_new  2011-10-11 16:54:49.0 +0200
@@ -29,6 +29,11 @@
 %define xulrunner_ver 192
 %endif
 
+%define with_npapisdk 0
+%if 0%{?suse_version}  1140
+%define with_npapisdk 1
+%endif
+
 %ifarch %{ix86}
 %define archinstall i386
 %endif
@@ -60,6 +65,8 @@
 # https://bugzilla.mozilla.org/show_bug.cgi?id=582130
 # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=622
 Patch1: icedtea-web-1.1-moonlight-symbol-clash.patch
+# Deprecation of xulrunner-devel
+Patch2: icedtea-web-1.1.2-npapi-sdk.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  java-1_6_0-openjdk-devel
@@ -68,8 +75,15 @@
 # IcedTeaPlugin build requirements.
 BuildRequires:  glib2-devel
 BuildRequires:  gtk2-devel
+%if %{with_npapisdk}
+BuildRequires:  pkgconfig(npapi-sdk)
+#FIXME: use after deprecation of mozilla-xulrunner* packages from Factory
+#BuildRequires:  pkgconfig(libxul)
+BuildRequires:  xulrunner-devel
+%else
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  mozilla-xulrunner%{xulrunner_ver}-devel
+%endif
 %if %defined suse_version
 BuildRequires:  fdupes
 BuildRequires:  procps
@@ -97,7 +111,6 @@
 Web Start, originally based on the NetX project.
 %package javadoc
 
-
 Summary:API documentation for %{name}
 Group:  Documentation/Other
 %if 0%{?suse_version} = 1120
@@ -111,10 +124,16 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if %{with_npapisdk}
+%patch2 -p1
+%endif
 
 %patch1000 -p1
 
 %build
+%if %{with_npapisdk}
+autoreconf -f
+%endif
 %{configure} \
 --with-jdk-home=%{_jvmdir}/%{sdkdir} \
 --with-jre-home=%{_jvmdir}/jre/ \

++ icedtea-web-1.1.2-npapi-sdk.patch ++
Index: icedtea-web-1.1.2/acinclude.m4
===
--- icedtea-web-1.1.2.orig/acinclude.m4 2011-08-31 19:28:19.0 +0200
+++ icedtea-web-1.1.2/acinclude.m4  2011-09-15 10:06:23.294063494 +0200
@@ -372,7 +372,7 @@
   AC_SUBST(GTK_CFLAGS)
   AC_SUBST(GTK_LIBS)
 
-  PKG_CHECK_MODULES(MOZILLA, mozilla-plugin)
+  PKG_CHECK_MODULES(MOZILLA, npapi-sdk)
 
   AC_SUBST(MOZILLA_CFLAGS)
   AC_SUBST(MOZILLA_LIBS)
Index: icedtea-web-1.1.2/plugin/icedteanp/IcedTeaNPPlugin.cc
===
--- icedtea-web-1.1.2.orig/plugin/icedteanp/IcedTeaNPPlugin.cc  2011-09-15 
10:05:02.0 +0200
+++ icedtea-web-1.1.2/plugin/icedteanp/IcedTeaNPPlugin.cc   2011-09-15 
10:20:06.504516192 +0200
@@ -2262,7 +2262,7 @@
 
 // Returns a string describing the MIME type that this plugin
 // handles.
-char*
+const char*
 NP_GetMIMEDescription ()
 {
   PLUGIN_DEBUG (NP_GetMIMEDescription\n);
++ icedtea-web-suse-desktop-files.patch ++
--- /var/tmp/diff_new_pack.5UpHrq/_old  2011-10-11 16:54:49.0 +0200
+++ /var/tmp/diff_new_pack.5UpHrq/_new  2011-10-11 16:54:49.0 +0200
@@ -12,4 +12,4 @@
  Terminal=false
  Type=Application
 -Categories=Settings;
-+Categories=System;Network
++Categories=Settings;DesktopSettings;

continue with q...



Remember to have fun...

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



commit kaffeine for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory
checked in at Tue Oct 11 16:55:32 CEST 2011.




--- openSUSE:Factory/kaffeine/kaffeine.changes  2011-09-23 02:04:34.0 
+0200
+++ /mounts/work_src_done/STABLE/kaffeine/kaffeine.changes  2011-10-07 
12:39:46.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  7 10:34:42 UTC 2011 - ctri...@opensuse.org
+
+- Remove patch fix_plasma_startup_error.diff as this causes kaffeine
+  not beeing displayed as an action for audio-cds (bnc#722284)
+
+---

calling whatdependson for head-i586


Old:

  fix_plasma_startup_error.diff



Other differences:
--
++ kaffeine.spec ++
--- /var/tmp/diff_new_pack.GM2YRC/_old  2011-10-11 16:55:24.0 +0200
+++ /var/tmp/diff_new_pack.GM2YRC/_new  2011-10-11 16:55:24.0 +0200
@@ -31,8 +31,6 @@
 Source1:%{name}-icons.tar.bz2
 # PATCH-FEATURE-OPENSUSE kaffeine-fixsplitter.patch -- GUI improvement (allow 
more flexibly set splitters)
 Patch0: kaffeine-fixsplitter.patch
-# PATCH-FIX-OPENSUSE fix_plasma_startup_error.diff -- Fix plasma solid actions
-Patch1: fix_plasma_startup_error.diff
 # PATCH-FEATURE-OPENSUSE ksuseinstall.diff llu...@novell.com -- Support for 
on-demand codecs install using ksuseinstall
 Patch2: ksuseinstall.diff
 # PATCH-FIX-OPENSUSE initial-preference.diff cmorv...@yahoo.es -- Add 
InitialPreference to set it as the default video player
@@ -62,7 +60,6 @@
 %prep
 %setup -q -b 1
 %patch0
-%patch1
 %if 0%{?suse_version}  1120 || !0%{?kde_updatedapps}
 %patch2
 %endif

continue with q...



Remember to have fun...

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



commit kdebase4 for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory
checked in at Tue Oct 11 16:55:58 CEST 2011.




--- openSUSE:Factory/kdebase4/kdebase4.changes  2011-10-07 00:48:10.0 
+0200
+++ /mounts/work_src_done/STABLE/kdebase4/kdebase4.changes  2011-10-08 
12:45:46.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  8 10:41:49 UTC 2011 - ctri...@opensuse.org
+
+- fix renaming files in folderview-widget (bnc#722684)
+
+---

calling whatdependson for head-i586


New:

  bnc722684-fix-renaming-in-folderview.diff



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.jChDBB/_old  2011-10-11 16:55:53.0 +0200
+++ /var/tmp/diff_new_pack.jChDBB/_new  2011-10-11 16:55:53.0 +0200
@@ -29,6 +29,7 @@
 Source2:rpmlintrc
 Source3:dolphinsu.desktop
 Patch1: dolphin-go_up.diff
+Patch2: bnc722684-fix-renaming-in-folderview.diff
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bluez-devel
 BuildRequires:  fdupes
@@ -52,6 +53,7 @@
 %prep
 %setup -q -n kde-baseapps-%{version}
 %patch1
+%patch2
 
 %build
   %cmake_kde4 -d build

++ bnc722684-fix-renaming-in-folderview.diff ++
commit 1a284bb79e547f0789f02b202fa309823e6198b5
Author: Aaron Seigo ase...@kde.org
Date:   Wed Sep 21 15:00:39 2011 +0200

only try to change the name once

BUG:270414

Updated to match 4.7.2

 
diff --git a/plasma/applets/folderview/itemeditor.cpp 
b/plasma/applets/folderview/itemeditor.cpp
index 63febf6..3ff708a 100644
--- plasma/applets/folderview/itemeditor.cpp
+++ plasma/applets/folderview/itemeditor.cpp
@@ -29,7 +29,8 @@
 ItemEditor::ItemEditor(QGraphicsWidget *parent, const QStyleOptionViewItemV4 
option,
const QModelIndex index)
 : QGraphicsProxyWidget(parent),
-  m_index(index)
+  m_index(index),
+  m_uncommitted(true)
 {
 // Create the editor
 m_editor = new KTextEdit();
@@ -66,14 +67,18 @@ ItemEditor::~ItemEditor()
 
 void ItemEditor::commitData()
 {
-const_castQAbstractItemModel*(m_index.model())-setData(m_index, 
m_editor-toPlainText(), Qt::EditRole);
+if (m_uncommitted) {
+const_castQAbstractItemModel*(m_index.model())-setData(m_index, 
m_editor-toPlainText(), Qt::EditRole);
+m_uncommitted = false;
+}
 }
 
 bool ItemEditor::eventFilter(QObject *watched, QEvent *event)
 {
 KTextEdit *editor = qobject_castKTextEdit*(watched);
-if (!editor)
+if (!editor) {
 return false;
+}
 
 switch (event-type())
 {
@@ -107,8 +112,10 @@ bool ItemEditor::eventFilter(QObject *watched, QEvent 
*event)
 
 case QEvent::FocusOut:
 {
-commitData();
-emit closeEditor(this, QAbstractItemDelegate::NoHint);
+if (m_uncommitted) {
+commitData();
+emit closeEditor(this, QAbstractItemDelegate::NoHint);
+}
 return true;
 }
 
diff --git a/plasma/applets/folderview/itemeditor.h 
b/plasma/applets/folderview/itemeditor.h
index 3d54ea6..7ffa450 100644
--- plasma/applets/folderview/itemeditor.h
+++ plasma/applets/folderview/itemeditor.h
@@ -49,6 +49,7 @@ protected:
 private:
 KTextEdit *m_editor;
 QModelIndex m_index;
+bool m_uncommitted;
 };
 
 #endif
continue with q...



Remember to have fun...

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



commit kdebindings3-javascript for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package kdebindings3-javascript for 
openSUSE:Factory
checked in at Tue Oct 11 16:56:13 CEST 2011.




kdebindings3-javascript.changes: same change
kdebindings3.changes: same change

calling whatdependson for head-i586




Other differences:
--
kdebindings3-javascript.spec: same change
kdebindings3.spec: same change
continue with q...



Remember to have fun...

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



commit kdepim4-runtime for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Tue Oct 11 16:56:21 CEST 2011.




--- openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes2011-10-06 
16:35:02.0 +0200
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-10-10 20:01:26.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 17:59:18 UTC 2011 - jav...@opensuse.org
+
+- Add patch to avoid duplicate messages during migration from kmail1
+  (bko #283467)
+
+---

calling whatdependson for head-i586


New:

  localfolderscollectionmigrator.diff



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.jAsKq8/_old  2011-10-11 16:56:16.0 +0200
+++ /var/tmp/diff_new_pack.jAsKq8/_new  2011-10-11 16:56:16.0 +0200
@@ -27,6 +27,7 @@
 Source0:kdepim-runtime-%{version}.tar.bz2
 Source1:akonadi.png
 Patch1: disable-knut.diff
+Patch2: localfolderscollectionmigrator.diff
 BuildRequires:  fdupes
 BuildRequires:  libkdepimlibs4-devel
 Suggests:   kontact
@@ -45,6 +46,7 @@
 %prep
 %setup -q -n kdepim-runtime-%{version}
 %patch1
+%patch2 -p1
 
 %build
 %ifarch ppc64


++ localfolderscollectionmigrator.diff ++
commit 6bdc6290632be5fc6c103064463d7421b5e3b60d
Author: Montel Laurent mon...@kde.org
Date:   Fri Oct 7 17:14:06 2011 +0200

Fix Bug 283467 - Kmail has duplicated folders after migration from previous 
version.

By default in config we don't translate config name.
We use inbox sent-mail etc.

BUG: 283467
FIXED-IN: 4.7.3

diff --git a/migration/kmail/localfolderscollectionmigrator.cpp 
b/migration/kmail/localfolderscollectionmigrator.cpp
index 3edc59e..ea9f163 100644
--- a/migration/kmail/localfolderscollectionmigrator.cpp
+++ b/migration/kmail/localfolderscollectionmigrator.cpp
@@ -64,23 +64,41 @@ void LocalFoldersCollectionMigrator::setKMailConfig( const 
KSharedConfigPtr con
 
   const KConfigGroup group( config, QLatin1String( General ) );
 
-  QString name = group.readEntry( QLatin1String( inboxFolder ), i18nc( mail 
folder name for role inbox,  inbox ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Inbox );
-
-  name = group.readEntry( QLatin1String( outboxFolder ), i18nc( mail folder 
name for role outbox,  outbox ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Outbox );
-
-  name = group.readEntry( QLatin1String( sentFolder ), i18nc( mail folder 
name for role sent-mail,  sent-mail ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::SentMail );
-
-  name = group.readEntry( QLatin1String( trashFolder ), i18nc( mail folder 
name for role trash,  trash ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Trash );
-
-  name = group.readEntry( QLatin1String( draftsFolder ), i18nc( mail folder 
name for role drafts,  drafts ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Drafts );
-
-  name = group.readEntry( QLatin1String( templatesFolder ), i18nc( mail 
folder name for role templates,  templates ) );
-  d-mSystemFolders.insert( name, SpecialMailCollections::Templates );
+  if ( group.hasKey( QLatin1String( inboxFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( inboxFolder ), 
i18nc( mail folder name for role inbox,  inbox ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::Inbox );
+  } else 
+d-mSystemFolders.insert( QLatin1String( inbox ), 
SpecialMailCollections::Inbox );
+
+  if ( group.hasKey( QLatin1String( outboxFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( outboxFolder ), 
i18nc( mail folder name for role outbox,  outbox ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::Outbox );
+  } else 
+d-mSystemFolders.insert( QLatin1String( outbox ), 
SpecialMailCollections::Outbox );
+
+  if ( group.hasKey( QLatin1String( sentFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( sentFolder ), 
i18nc( mail folder name for role sent-mail,  sent-mail ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::SentMail );
+  } else 
+d-mSystemFolders.insert( QLatin1String( sent-mail ), 
SpecialMailCollections::SentMail );
+
+  if ( group.hasKey( QLatin1String( trashFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( trashFolder ), 
i18nc( mail folder name for role trash,  trash ) );
+d-mSystemFolders.insert( name, SpecialMailCollections::Trash );
+  } else 
+d-mSystemFolders.insert( QLatin1String( trash ), 
SpecialMailCollections::Trash );
+
+  if ( group.hasKey( QLatin1String( draftsFolder ) ) ) {
+const QString name = group.readEntry( QLatin1String( draftsFolder ), 
i18nc( mail folder name for role drafts,  drafts ) );
+d-mSystemFolders.insert( name, 

commit ktoblzcheck for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package ktoblzcheck for openSUSE:Factory
checked in at Tue Oct 11 16:56:34 CEST 2011.




--- openSUSE:Factory/ktoblzcheck/ktoblzcheck.changes2011-09-23 
02:07:24.0 +0200
+++ /mounts/work_src_done/STABLE/ktoblzcheck/ktoblzcheck.changes
2011-10-10 22:06:15.0 +0200
@@ -1,0 +2,12 @@
+Mon Oct 10 19:56:36 UTC 2011 - nico.laus.2...@gmx.de
+
+- update to 1.36:
+  * Replace assertions with graceful failures
+- fixed rpmlint warning about missing pkg-config
+
+---
+Mon Sep 12 11:42:36 UTC 2011 - an...@opensuse.org
+
+- update to 1.35
+
+---

calling whatdependson for head-i586


Old:

  ktoblzcheck-1.28.tar.bz2

New:

  ktoblzcheck-1.36.tar.gz



Other differences:
--
++ ktoblzcheck.spec ++
--- /var/tmp/diff_new_pack.wUDz0R/_old  2011-10-11 16:56:29.0 +0200
+++ /var/tmp/diff_new_pack.wUDz0R/_new  2011-10-11 16:56:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package ktoblzcheck (Version 1.28)
+# spec file for package ktoblzcheck
 #
-# 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,15 +20,16 @@
 
 Name:   ktoblzcheck
 Summary:Library to check account numbers and bank codes of German 
banks documents
-Version:1.28
+Version:1.36
 Release:1
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.gz
+#Source:
http://prdownloads.sourceforge.net/ktoblzcheck/%{name}-%{version}.tar.gz
 Group:  Productivity/Office/Finance
 License:LGPLv2.1+
 Url:http://ktoblzcheck.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 AutoReqProv:on
-BuildRequires:  fdupes gcc-c++ python
+BuildRequires:  fdupes gcc-c++ pkg-config python
 
 %description
 KtoBLZCheck is a library to check account numbers and bank codes of
@@ -113,12 +114,7 @@
 %install
 make pythondir=%{py_sitedir} DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-# mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1
-# mv $RPM_BUILD_ROOT/usr/man/man1/ktoblzcheck.1 
$RPM_BUILD_ROOT/usr/share/man/man1/
-#cp -p AUTHORS ChangeLog COPYING INSTALL NEWS README README.WIN32 TODO 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 cp -p AUTHORS ChangeLog COPYING INSTALL NEWS README 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-#%makeinstall \
-#  pythondir=%{py_sitedir}
 
 %fdupes -s %{buildroot}
 
@@ -137,7 +133,7 @@
 %{_mandir}/man1/%{name}.1*
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/bankdata.txt
+#%{_datadir}/%{name}/bankdata.txt
 %{_datadir}/%{name}/ibandata.txt
 %{_datadir}/%{name}/bundesbank.pl
 %{_datadir}/%{name}/online_update.pl

continue with q...



Remember to have fun...

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



commit kvm for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package kvm for openSUSE:Factory
checked in at Tue Oct 11 16:56:50 CEST 2011.




--- openSUSE:Factory/kvm/kvm.changes2011-09-23 02:07:29.0 +0200
+++ /mounts/work_src_done/STABLE/kvm/kvm.changes2011-10-10 
23:22:28.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 10 21:05:56 UTC 2011 - brog...@suse.com
+
+- Update seabios to v1.6.3
+- fix curl based disk access
+- fix termination by signal with -no-shutdown option set
+- dont set e1000 capabilities list bit
+
+---

calling whatdependson for head-i586


Old:

  seabios-git-8e30147.tar.bz2

New:

  kvm-qemu-preXX-Fix-termination-by-signal-with-no-shutdown.patch
  kvm-qemu-preXX-block-curl-Don-t-finish-AIOCBs-too-early.patch
  kvm-qemu-preXX-block-curl-Implement-a-flush-function-on-the-fd-han.patch
  kvm-qemu-preXX-e1000-Don-t-set-the-Capabilities-List-bit.patch
  seabios-1.6.3.tar.bz2



Other differences:
--
++ kvm.spec ++
--- /var/tmp/diff_new_pack.zEruSF/_old  2011-10-11 16:56:42.0 +0200
+++ /var/tmp/diff_new_pack.zEruSF/_new  2011-10-11 16:56:42.0 +0200
@@ -22,7 +22,7 @@
 
 %define package_true_version 0.15.0
 %define package_base_version 0.15.0
-%define bios_id seabios-git-8e30147
+%define bios_id seabios-1.6.3
 %define pxe_rom_id ipxe-git-149b502
 %define vgabios_id vgabios-0.6c
 # sgabios comes from: http://sgabios.googlecode.com/svn/trunk, Rev 8
@@ -87,7 +87,7 @@
 Summary:Kernel-based Virtual Machine
 Url:http://www.linux-kvm.org
 Version:%{package_true_version}
-Release:1
+Release:2
 Source0:qemu-%{name}-%{package_true_version}.tar.bz2
 Source1:60-kvm.rules
 Source2:qemu-ifup
@@ -99,16 +99,24 @@
 Source8:bcc-0.16.17-2.i486.rpm
 Source9:%{vgabios_id}.tar.bz2
 Source10:   %{sgabios_id}.tar.bz2
-# common and X86 patches
+
+# ipxe patches
 Patch01:ipxe-rom-settings.patch
-Patch02:seabios-sanitize-version.patch
-Patch03:vgabios-bcc-paths.patch
-Patch04:qemu-datadir.diff
-Patch05:kvm-qemu-default-memsize.patch
-Patch06:kvm-qemu-user-space-tool-name.patch
-Patch07:kvm-qemu-fix-unused-but-set.patch
-Patch08:kvm-qemu-madvise-DONTFORK-for-tight-memory-migration.patch
-Patch09:kvm-qemu-fix-1mb-memory-assert.patch
+
+# seabios patches
+Patch20:seabios-sanitize-version.patch
+
+# vgabios patches
+Patch40:vgabios-bcc-paths.patch
+
+# common and X86 patches
+# qemu-kvm patches
+Patch60:qemu-datadir.diff
+Patch61:kvm-qemu-default-memsize.patch
+Patch62:kvm-qemu-user-space-tool-name.patch
+Patch63:kvm-qemu-fix-unused-but-set.patch
+Patch64:kvm-qemu-madvise-DONTFORK-for-tight-memory-migration.patch
+Patch65:kvm-qemu-fix-1mb-memory-assert.patch
 
 # Post-release upstream patches
 Patch100:   kvm-qemu-preXX-dictzip1.patch
@@ -118,8 +126,12 @@
 Patch104:   
kvm-qemu-preXX-vns-tls-don-t-use-depricated-gnutls-functions.patch
 Patch105:   
kvm-qemu-preXX-qemu_vmalloc-align-properly-for-transparent-hugepag.patch
 Patch106:   kvm-qemu-madvise-hugepages.patch
+Patch107:   kvm-qemu-preXX-Fix-termination-by-signal-with-no-shutdown.patch
+Patch108:   
kvm-qemu-preXX-block-curl-Implement-a-flush-function-on-the-fd-han.patch
+Patch109:   kvm-qemu-preXX-block-curl-Don-t-finish-AIOCBs-too-early.patch
+Patch110:   kvm-qemu-preXX-e1000-Don-t-set-the-Capabilities-List-bit.patch
 
-Patch155:   qemu-kvm-common-code-fixes-for-s390-build.patch
+Patch150:   qemu-kvm-common-code-fixes-for-s390-build.patch
 
 Patch200:   qemu-img-vmdk-scsi.patch
 Patch201:   kvm-studio-slirp-nooutgoing.patch
@@ -181,6 +193,7 @@
 cd bcc-bits/
 rpm2cpio %{SOURCE8} | cpio -id ./usr/bin/bcc ./usr/lib/bcc/bcc-cc1
 %setup -q -T -D -n %{pxe_rom_id} -b 7
+# ipxe patches
 %patch01 -p1
 %endif
 %setup -q -n qemu-%{name}-%{package_true_version} -a 6 -a 9 -a 10
@@ -190,16 +203,21 @@
 do
   rm -f pc-bios/$i
 done
-%patch02 -p1
-%patch03 -p1
+# seabios patches
+%patch20 -p1
+
+# vgabios patches
+%patch40 -p1
 %endif
-cp %{SOURCE3} .
-%patch04 -p1
-%patch05 -p1
-%patch06 -p1
-%patch07 -p1
-%patch08 -p1
-%patch09 -p1
+
+# qemu-kvm patches
+%patch60 -p1
+%patch61 -p1
+%patch62 -p1
+%patch63 -p1
+%patch64 -p1
+%patch65 -p1
+
 # Post-release patches
 %patch100 -p1
 %patch101 -p1
@@ -208,8 +226,12 @@
 %patch104 -p1
 %patch105 -p1
 %patch106 -p1
+%patch107 -p1
+%patch108 -p1
+%patch109 -p1
+%patch110 -p1
 
-%patch155 -p1
+%patch150 -p1
 
 # Studio addons
 %patch200 -p1
@@ -232,6 +254,8 @@
 %patch706 -p1
 %endif
 
+cp %{SOURCE3} .
+
 %build
 # change from devel version to actual version
 echo %{package_base_version}  VERSION 

++ kvm-qemu-preXX-Fix-termination-by-signal-with-no-shutdown.patch ++
From 

commit lightdm-branding-openSUSE for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package lightdm-branding-openSUSE for 
openSUSE:Factory
checked in at Tue Oct 11 17:03:28 CEST 2011.




--- 
openSUSE:Factory/lightdm-branding-openSUSE/lightdm-branding-openSUSE.changes
2011-10-04 18:13:21.0 +0200
+++ 
/mounts/work_src_done/STABLE/lightdm-branding-openSUSE/lightdm-branding-openSUSE.changes
2011-10-10 15:04:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 12:47:12 UTC 2011 - g...@opensuse.org
+
+- use wallpaper from the new wallpaper-branding package
+- use Adwaita as the gtk3 default theme
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lightdm-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.zTX8Qr/_old  2011-10-11 17:03:24.0 +0200
+++ /var/tmp/diff_new_pack.zTX8Qr/_new  2011-10-11 17:03:24.0 +0200
@@ -41,7 +41,9 @@
 Summary:openSUSE branding of lightdm-gtk-greeter
 Group:  System/X11/Displaymanagers
 # default background image
-Requires:   openSUSE-dynamic-wallpaper
+Requires:   wallpaper-branding
+# default gtk3 theme
+Requires:   gtk3-metatheme-adwaita
 Requires:   lightdm-gtk-greeter = %{lightdm_gtk_greeter_version}
 Provides:   lightdm-gtk-greeter-branding = %{lightdm_gtk_greeter_version}
 Conflicts:  otherproviders(lightdm-gtk-greeter-branding)

++ lightdm-gtk-greeter.conf ++
--- /var/tmp/diff_new_pack.zTX8Qr/_old  2011-10-11 17:03:24.0 +0200
+++ /var/tmp/diff_new_pack.zTX8Qr/_new  2011-10-11 17:03:24.0 +0200
@@ -8,9 +8,9 @@
 # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
 #
 [greeter]
-background=/usr/share/backgrounds/stripes/celadon-1920x1200.jpg
+background=/usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
 show-language-selector=true
-#theme-name=
+theme-name=Adwaita
 #font-name=
 #xft-antialias=
 #xft-dpi=

continue with q...



Remember to have fun...

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



commit lilo for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package lilo for openSUSE:Factory
checked in at Tue Oct 11 17:03:36 CEST 2011.




--- openSUSE:Factory/lilo/lilo.changes  2011-09-23 02:11:38.0 +0200
+++ /mounts/work_src_done/STABLE/lilo/lilo.changes  2011-10-10 
17:57:07.0 +0200
@@ -1,0 +2,18 @@
+Fri Sep 23 09:32:26 UTC 2011 - p...@opensuse.org
+
+- upgrade to lilo 23.2.  Amended mount_by_persistent_name patch so
+  it applies, removed division-by-zero patch (code now in upstream),
+  amended other patches to work with new src/ dir. Updated Makefile
+  to skip hooks, images and samples. Updated spec to skip 'activate'
+  which was removed from source package. Updated spec to not require
+  device-mapper-devel-32bit for build.
+  For a complete changelog for 22.8 to 23.2, see the tarball; lots of
+  clean-up, optimization, removal of obsolete code etc. Some of the 
+  more significant changes are:
+  - increase maximum number of sectors (MAX_SETUPSECS) for
+kernel setup code to 63.
+  - support for newer MD RAID metadata format
+  - support for root on LVM
+  - allow spaces in boot menu  
+
+---

calling whatdependson for head-i586


Old:

  lilo-22.8.src.tar.bz2
  lilo.x86.division-by-zero.patch

New:

  lilo-23.2.tar.gz
  lilo.src.Makefile.patch



Other differences:
--
++ lilo.spec ++
--- /var/tmp/diff_new_pack.gVBIfi/_old  2011-10-11 17:03:32.0 +0200
+++ /var/tmp/diff_new_pack.gVBIfi/_new  2011-10-11 17:03:32.0 +0200
@@ -17,16 +17,17 @@
 
 # norootforbuild
 
-Url:http://lilo.go.dyndns.org/
+Url:http://lilo.alioth.debian.org/
 
 Name:   lilo
 ExclusiveArch:  ppc ppc64 %ix86 x86_64
 %define yaboot_vers 22.8-r1190
+%define ppc_version 22.8
 Group:  System/Boot
 License:BSD3c
 Summary:The Linux Loader, a Boot Menu
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Obsoletes:  yaboot activate quik
+Obsoletes:  yaboot quik
 %ifarch ppc ppc64
 %if 0%{?suse_version}  1020
 BuildRequires:  dtc
@@ -59,27 +60,28 @@
 %endif
 %ifarch x86_64
 BuildRequires:  glibc-devel-32bit
-%if 0%{?suse_version}  1010
 BuildRequires:  device-mapper-32bit
+# openSUSE 11.3 and SLE_11 do not have device-mapper-devel-32bit
+%if 0%{?suse_version} != 1130  0%{?suse_version} != 1110
 BuildRequires:  device-mapper-devel-32bit
-BuildRequires:  gcc-32bit
 %endif
+BuildRequires:  gcc-32bit
 %endif
 # note: already outdated; download fresh sources from: 
https://alioth.debian.org/frs/?group_id=100507
-Version:22.8
+Version:23.2
 Release:65
-Source0:lilo-ppc-%{version}.tar.bz2
+Source0:lilo-ppc-%{ppc_version}.tar.bz2
 Source1:
http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
-Source86:   lilo-%{version}.src.tar.bz2
+Source86:   lilo-%{version}.tar.gz
 Patch8601:  lilo.x86.mount_by_persistent_name.patch
 Patch8602:  lilo.x86.array-bounds.patch
-Patch8603:  lilo.x86.division-by-zero.patch
 Patch8604:  lilo.x86.checkit.patch
 Patch8605:  lilo-no-build-date.patch
 Patch8606:  lilo.ppc.nvram-fix.patch   
 Patch8607:  yaboot-libgcc.patch
 Patch8608:  lilo-libgcc.patch
 Patch8609:  lilo.ppc.ps3.patch
+Patch8610:  lilo.src.Makefile.patch
 # $Id: lilo.spec 1188 2008-12-09 14:29:53Z olh $
 
 %description
@@ -94,14 +96,14 @@
 
 %prep
 %setup -q -T -c -a 0 -a 1 -a 86
-mv lilo-ppc-%{version} lilo.ppc
+mv lilo-ppc-%{ppc_version} lilo.ppc
 mv yaboot-%{yaboot_vers} yaboot
 pushd lilo-%{version}
 %patch8601 -p1
 %patch8602 -p1
-%patch8603 -p1
 %patch8604 -p1
-%patch8605
+%patch8605 -p1
+%patch8610 -p1
 popd
 %patch8606
 pushd yaboot
@@ -119,7 +121,7 @@
 %ifarch x86_64
 cflags=$cflags -m32
 %endif
-make CC=gcc $cflags MAN_DIR=/usr/share/man all activate
+make CC=gcc $cflags MAN_DIR=/usr/share/man all 
 popd
 # powerpc
 %else
@@ -148,11 +150,10 @@
 %install
 %ifarch %ix86 x86_64
 pushd lilo-%{version}
-make MAN_DIR=/usr/share/man install ROOT=$RPM_BUILD_ROOT
-install -m 0755 activate $RPM_BUILD_ROOT/sbin
+make MAN_DIR=/usr/share/man install DESTDIR=$RPM_BUILD_ROOT
 rm -rfv $RPM_BUILD_ROOT/boot
 mkdir -p $RPM_BUILD_ROOT/boot
-cp -av *.b $RPM_BUILD_ROOT/boot
+cp -av src/*.b $RPM_BUILD_ROOT/boot
 popd
 %else
 # powerpc
@@ -167,7 +168,6 @@
 mkdir -p $RPM_BUILD_ROOT/sbin
 mkdir -p $RPM_BUILD_ROOT/bin
 mkdir -p $RPM_BUILD_ROOT/bin
-mkdir -p $RPM_BUILD_ROOT/%{_docdir}/lilo/activate
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
 pushd lilo.ppc

++ lilo-no-build-date.patch ++
--- /var/tmp/diff_new_pack.gVBIfi/_old  2011-10-11 17:03:32.0 +0200
+++ /var/tmp/diff_new_pack.gVBIfi/_new  2011-10-11 17:03:32.0 +0200
@@ -1,13 +1,11 @@
-Index: lilo.c
-===

commit mISDNuser for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package mISDNuser for openSUSE:Factory
checked in at Tue Oct 11 17:03:52 CEST 2011.




--- openSUSE:Factory/mISDNuser/mISDNuser.changes2011-09-23 
02:12:32.0 +0200
+++ /mounts/work_src_done/STABLE/mISDNuser/mISDNuser.changes2011-10-10 
13:20:34.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct  9 19:15:02 UTC 2011 - jeng...@medozas.de
+
+- Update to mISDNuser-2.0.2
+* new userspace API, uses sockets to communicate with kernel
+* layer3 (TE/NT) is done in userspace now
+* Q.931/DSS1 support for TE/NT
+* note: Asterisk integration occurs via chan_lcr
+- Employ shlib policy
+- Remove redundant/obsolete tags/sections (cf. specfile guidelines)
+
+---

calling whatdependson for head-i586


Old:

  mISDNuser-1.1.20.tar.bz2

New:

  mISDNuser-2.0.2+git28.tar.bz2
  misdn-fixes.diff



Other differences:
--
++ mISDNuser.spec ++
--- /var/tmp/diff_new_pack.dJ9e9v/_old  2011-10-11 17:03:44.0 +0200
+++ /var/tmp/diff_new_pack.dJ9e9v/_new  2011-10-11 17:03:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mISDNuser (Version 1.1.20)
+# spec file for package mISDNuser
 #
-# 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
@@ -15,80 +15,88 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   mISDNuser
-#BuildRequires:  
-Url:www.misdn.org
+URL:http://misdn.org/
 License:GPLv2 ; LGPLv2.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:on
 Group:  Hardware/ISDN
 Summary:Tools and library for mISDN
-Version:1.1.20
-Release:8
+Version:2.0.2+git28
+Release:0
+#Git-Clone:git://git.misdn.org/mISDNuser
+#Changelog:http://misdn.org/index.php/MISDN_Release_Notes
 Source0:%{name}-%{version}.tar.bz2
-ExcludeArch:s390 s390x
+Patch1: misdn-fixes.diff
 
 %description
 This package contains libmisdn and some tools to use the mISDN driver.
 mISDN is the new modular ISDN driver for Linux.
 
+%package -n libmisdn0
+Summary:mISDN core library
+Group:  System/Libraries
+
+%description -n libmisdn0
+The mISDN core library.
+
+%package -n libsuppserv0
+Summary:Library for ISDN Supplementary Services
+Group:  System/Libraries
 
-
-Authors:
-
-Karsten Keil kk...@novell.com
-Andreas Eversberg jo...@eversberg.eu
-Christian Richter christian.rich...@beronet.com
-Martin Bachem m.bac...@gmx.de
-Matthias Urlichs sm...@smurf.noris.de
-and more ...
+%description -n libsuppserv0
+The mISDN library for Supplemental Services support.
 
 %package devel
-License:GPLv2 ; LGPLv2.1
-Requires:   %{name} = %{version}
 Summary:C header files for mISDN
 Group:  Development/Libraries/C and C++
+Requires:   libmisdn0 = %version, libsuppserv0 = %version
 
 %description devel
-This package contain the header files and static libraries for
+This package contain the header files and libraries for
 mISDNuser development.
 
-
-
-Authors:
-
-Karsten Keil kk...@novell.com
-Andreas Eversberg jo...@eversberg.eu
-Christian Richter christian.rich...@beronet.com
-Martin Bachem m.bac...@gmx.de
-Matthias Urlichs sm...@smurf.noris.de
-and more ...
-
 %prep
-%setup -q -n mISDNuser
+%setup -qn %name
+%patch -P 1 -p1
 
 %build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
-make EXTRA_CFLAGS=$RPM_OPT_FLAGS -fPIC -DPIC
+if [ ! -e configure ]; then
+   autoreconf -fi;
+fi;
+%configure --disable-static
+make %{?_smp_mflags};
 
 %install
-make INSTALL_PREFIX=$RPM_BUILD_ROOT INSTALL_LIBDIR=%{_libdir}/ install
+b=%buildroot;
+make install DESTDIR=$b;
+find $b/%_libdir -type f -name *.la -delete;
+
+%post -n libmisdn0 -p /sbin/ldconfig
+
+%postun -n libmisdn0 -p /sbin/ldconfig
+
+%post -n libsuppserv0 -p /sbin/ldconfig
+
+%postun -n libsuppserv0 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-#%doc 
-/usr/bin/*
-%{_libdir}/libmisdn.so
+%_bindir/*
+%_sbindir/*
+
+%files -n libmisdn0
+%defattr(-,root,root)
+%_libdir/libmisdn.so.0*
+
+%files -n libsuppserv0
+%defattr(-,root,root)
+%_libdir/libsuppserv.so.0*
 
 %files devel
 %defattr(-,root,root)
-%dir /usr/include/mISDNuser
-%attr (0644, root, root) /usr/include/mISDNuser/*.h
-%attr (0644, root, root) %{_libdir}/libmisdn*.a
+%_includedir/mISDN
+%_libdir/*.so
 
 %changelog

++ 

commit mkinitrd for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Tue Oct 11 17:04:04 CEST 2011.




--- openSUSE:Factory/mkinitrd/mkinitrd.changes  2011-10-04 18:13:42.0 
+0200
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-10-07 
11:05:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  7 08:50:45 UTC 2011 - mma...@suse.cz
+
+- Fix the module dependency resolver to include dependencies of
+  sd_mod (bnc#722484).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.7.0/mkinitrd.changes 2011-09-22 14:26:43.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-10-07 11:04:55.0 +0200
@@ -1,4 +1,15 @@
 ---
+Fri Oct  7 08:50:45 UTC 2011 - mma...@suse.cz
+
+- Fix the module dependency resolver to include dependencies of
+  sd_mod (bnc#722484).
+
+---
+Fri Sep 30 15:38:07 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---
 Thu Sep 22 12:18:39 UTC 2011 - mma...@suse.cz
 
 - Include sd_mod if scsi_mod is used (bnc#714924).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/mkinitrd.spec 
new/mkinitrd-2.7.0/mkinitrd.spec
--- old/mkinitrd-2.7.0/mkinitrd.spec2011-09-22 14:26:43.0 +0200
+++ new/mkinitrd-2.7.0/mkinitrd.spec2011-10-07 11:04:55.0 +0200
@@ -74,8 +74,8 @@
 %setup
 
 %build
-gcc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c
-gcc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/warpclock src/warpclock.c
+%__cc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/run-init src/run-init.c
+%__cc $RPM_OPT_FLAGS -Wall -Os -o lib/mkinitrd/bin/warpclock src/warpclock.c
 make -C man
 sed -i s/@BUILD_DAY@/`env LC_ALL=C date -ud yesterday '+%Y%m%d'`/ 
sbin/mkinitrd
 echo Checking scripts:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.7.0/scripts/setup-modules.sh 
new/mkinitrd-2.7.0/scripts/setup-modules.sh
--- old/mkinitrd-2.7.0/scripts/setup-modules.sh 2011-09-22 14:26:43.0 
+0200
+++ new/mkinitrd-2.7.0/scripts/setup-modules.sh 2011-10-07 11:04:55.0 
+0200
@@ -242,10 +242,11 @@
 additional_args=--allow-unsupported-modules
 fi
 
-for module in $@; do
-module=${module%.gz}
-module=${module%.o}  # strip trailing .o just in case.
-module=${module%.ko}  # strip trailing .ko just in case.
+while test $# -gt 0; do
+module=${1%.gz}
+module=${module%.ko}
+module=${module##*/}
+shift
 
 # don't use a modprobe.conf to get rid of the install lines
 module_list=$(/sbin/modprobe \
@@ -261,7 +262,7 @@
 fi
 module_list=$(echo $module_list | sed -rn 's/^insmod +([^ 
]+).*/\1/p')
 for mod in $module_list ; do
-if ! $(echo $resolved_modules | grep -q $mod) ; then
+if ! $(echo $resolved_modules | grep -qF $mod) ; then
 resolved_modules=$resolved_modules $mod
 
 # check for additional requirements specified by
@@ -271,8 +272,10 @@
 local req
 
 for req in $additional_reqs ; do
-if ! $(echo $resolved_modules | grep -q $req) ; then
-resolved_modules=$resolved_modules $req
+if ! $(echo $resolved_modules | grep -qF $req) ; then
+# put $req on the todo list to check for it's
+# dependencies
+set -- $@ $req
 fi
 done
 fi

continue with q...



Remember to have fun...

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



commit mtr for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package mtr for openSUSE:Factory
checked in at Tue Oct 11 17:04:28 CEST 2011.




--- openSUSE:Factory/mtr/mtr.changes2011-09-23 02:13:35.0 +0200
+++ /mounts/work_src_done/STABLE/mtr/mtr.changes2011-10-10 
13:26:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 11:25:00 UTC 2011 - pu...@suse.com
+
+- update to mtr-0.81
+  - Fix for https://bugs.launchpad.net/mtr/+bug/776211
+
+---

calling whatdependson for head-i586


Old:

  mtr-0.80.tar.bz2

New:

  mtr-0.81.tar.bz2



Other differences:
--
++ mtr.spec ++
--- /var/tmp/diff_new_pack.ohD0R4/_old  2011-10-11 17:04:13.0 +0200
+++ /var/tmp/diff_new_pack.ohD0R4/_new  2011-10-11 17:04:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mtr (Version 0.80)
+# spec file for package mtr
 #
-# 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,7 +24,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 Summary:Ping and Traceroute Network Diagnostic Tool
-Version:0.80
+Version:0.81
 Release:2
 Group:  Productivity/Networking/Diagnostic
 License:GPLv2+

++ mtr-0.80.tar.bz2 - mtr-0.81.tar.bz2 ++
 15868 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/mtr-0.80/NEWS new/mtr-0.81/NEWS
--- old/mtr-0.80/NEWS   2010-07-13 08:11:56.0 +0200
+++ new/mtr-0.81/NEWS   2011-10-07 00:55:02.0 +0200
@@ -1,4 +1,7 @@
 WHAT'S NEW?
+  V0.81 Fix for https://bugs.launchpad.net/mtr/+bug/776211
+don't have time right now to integrate some submitted patches. 
+Sorry.
   V0.80 Some compilation fixes for BSD by Jeremy Chadwick 
 free...@jdc.parodius.com
   V0.78/0.79 some compilation fixes for BSDothers by 
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/mtr-0.80/config.h.in new/mtr-0.81/config.h.in
--- old/mtr-0.80/config.h.in2010-07-13 08:12:40.0 +0200
+++ new/mtr-0.81/config.h.in2011-06-27 17:52:41.0 +0200
@@ -127,6 +127,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
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/mtr-0.80/config.status.lineno new/mtr-0.81/config.status.lineno
--- old/mtr-0.80/config.status.lineno   2010-05-31 16:25:51.0 +0200
+++ new/mtr-0.81/config.status.lineno   1970-01-01 01:00:00.0 +0100
@@ -1,1058 +0,0 @@
-#! /bin/sh
-# Generated by configure.
-# Run this file to recreate the current configuration.
-# Compiler output produced by configure, useful for debugging
-# configure, is in config.log if it exists.
-
-debug=false
-ac_cs_recheck=false
-ac_cs_silent=false
-SHELL=${CONFIG_SHELL-/bin/sh}
-## - ##
-## M4sh Initialization.  ##
-## - ##
-
-# Be more Bourne compatible
-DUALCASE=1; export DUALCASE # for MKS sh
-if test -n ${ZSH_VERSION+set}  (emulate sh) /dev/null 21; then
-  emulate sh
-  NULLCMD=:
-  # Zsh 3.x and 4.x performs word splitting on ${1+$@}, which
-  # is contrary to our usage.  Disable this feature.
-  alias -g '${1+$@}'='$@'
-  setopt NO_GLOB_SUBST
-else
-  case `(set -o) 2/dev/null` in
-  *posix*) set -o posix ;;
-esac
-
-fi
-
-
-
-
-# PATH needs CR
-# Avoid depending upon Character Ranges.
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-as_cr_digits='0123456789'
-as_cr_alnum=$as_cr_Letters$as_cr_digits
-
-# The user is always right.
-if test ${PATH_SEPARATOR+set} != set; then
-  echo #! /bin/sh conf$$.sh
-  echo  exit 0   conf$$.sh
-  chmod +x conf$$.sh
-  if 

commit package-translations for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory
checked in at Tue Oct 11 17:04:41 CEST 2011.




--- openSUSE:Factory/package-translations/package-translations.changes  
2011-09-23 12:21:30.0 +0200
+++ 
/mounts/work_src_done/STABLE/package-translations/package-translations.changes  
2011-10-11 13:46:25.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 11 13:46:24 CEST 2011 - co...@suse.com
+
+- automated update on 2011-10-11
+
+---
+Tue Oct 11 11:41:44 UTC 2011 - co...@suse.com
+
+- update .changes file and skip non-existant changes
+
+---

calling whatdependson for head-i586




Other differences:
--
++ PREPARE_PACKAGE ++
--- /var/tmp/diff_new_pack.c1zIpH/_old  2011-10-11 17:04:34.0 +0200
+++ /var/tmp/diff_new_pack.c1zIpH/_new  2011-10-11 17:04:34.0 +0200
@@ -7,19 +7,46 @@
   svn up $MY_LCN_PACK_CHECKOUT
 else
   echo No \$MY_LCN_PACK_CHECKOUT set, will checkout temporarly
-  svn export https://forgesvn1.novell.com/svn/suse-i18n/trunk/packages
+  svn export https://svn.berlios.de/svnroot/repos/opensuse-i18n/trunk/packages
   export MY_LCN_PACK_CHECKOUT=$PWD/packages
 fi
 
 rm -rf mo
+tar xf package-translations.tar.bz2
+mv mo mo.old
 mkdir mo
 for file in $MY_LCN_PACK_CHECKOUT/*/po; do
   lang=`echo $file | sed -e s,/po,,; s,.*/,,`
   echo $file $lang
   msgcat --use-first $file/*.po | msgfmt -o mo/package-translations-$lang.mo -
 done
-rm -f package-translations.tar.bz2
-tar cfj package-translations.tar.bz2 mo
-rm -rf mo
+if diff -ru mo.old mo; then
+  echo no changes
+  rm -rf mo mo.old
+  exit 1
+else
+  rm -f package-translations.tar.bz2
+  tar cfj package-translations.tar.bz2 mo
+  rm -rf mo mo.old
+fi
+
+NAME=package-translations
+{
+echo ---
+timestamp=$(LC_ALL=POSIX TZ=Europe/Berlin date)
+timestamp2=$(LC_ALL=POSIX TZ=Europe/Berlin date +%Y-%m-%d)
+user=$(osc whois | cut -d\ -f3)
+user=$(echo $user)
+echo $timestamp - $user
+echo
+echo - automated update on $timestamp2
+echo
+if head -n 6 $NAME.changes | grep -q automated update ; then
+tail -n +6 $NAME.changes
+else
+cat $NAME.changes
+fi
+}  $NAME.changes.new
+mv $NAME.changes.new $NAME.changes
 
 exit 0

++ package-translations.tar.bz2 ++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ
Files old/mo/package-translations-es.mo and new/mo/package-translations-es.mo 
differ
Files old/mo/package-translations-fi.mo and new/mo/package-translations-fi.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-hu.mo and new/mo/package-translations-hu.mo 
differ
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-pl.mo and new/mo/package-translations-pl.mo 
differ
Files old/mo/package-translations-pt.mo and new/mo/package-translations-pt.mo 
differ
Files old/mo/package-translations-pt_BR.mo and 
new/mo/package-translations-pt_BR.mo differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

continue with q...



Remember to have fun...

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



commit perl-qt4 for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package perl-qt4 for openSUSE:Factory
checked in at Tue Oct 11 17:04:51 CEST 2011.




--- openSUSE:Factory/perl-qt4/perl-qt4.changes  2011-10-06 16:45:19.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-qt4/perl-qt4.changes  2011-10-08 
17:52:12.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct  8 17:51:12 UTC 2011 - toddrme2...@gmail.com
+
+- Cleaned up spec file formatting
+- Added recommended %perl_process_packlist macro
+- Added qwt buildrequires for qwt bindings
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-qt4.spec ++
--- /var/tmp/diff_new_pack.Ik9Kna/_old  2011-10-11 17:04:45.0 +0200
+++ /var/tmp/diff_new_pack.Ik9Kna/_new  2011-10-11 17:04:45.0 +0200
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   perl-qt4
 Version:4.7.2
 Release:1
@@ -35,6 +33,7 @@
 BuildRequires:  libsmokeqt-devel
 BuildRequires:  perl
 BuildRequires:  phonon-devel
+BuildRequires:  qwt-devel
 BuildRequires:  sqlite-devel
 Requires:   perl = %{perl_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,6 +41,15 @@
 %description
 Perl bindings for the Qt4 libraries from the kdebindings project.
 
+%package devel
+License:GPL-2.0+
+Summary:Development libraries for Perl-Qt4
+Group:  Development/Languages/Perl
+Requires:   %{name} = %{version}
+
+%description devel
+This package contains development files for the Perl bindings for the Qt4 
libraries.
+
 %prep
 %setup -q -n perlqt-%{version}
 
@@ -53,30 +61,22 @@
 %install
   cd build
 %make_install
+%perl_process_packlist
 
 %files
 %defattr(-,root,root)
 %dir %{_datadir}/perlqt
-%_kde4_bindir/prcc4_bin
-%_kde4_bindir/puic4
-%_kde4_bindir/qdbusxml2perl
 %{_datadir}/perlqt/doxsubpp.pl
-%{_prefix}/lib/perl5/vendor_perl/*/*/*.pm
-%{_prefix}/lib/perl5/vendor_perl/*/*/auto/
-%{_prefix}/lib/perl5/vendor_perl/*/*/QtCore4/
-
-%package devel
-License:GPL-2.0+
-Summary:Development libraries for Perl-Qt4
-Group:  Development/Languages/Perl
-Requires:   %{name} = %{version}
-
-%description devel
-This package contains development files for the Perl bindings for the Qt4 
libraries.
+%{_kde4_bindir}/prcc4_bin
+%{_kde4_bindir}/puic4
+%{_kde4_bindir}/qdbusxml2perl
+%{perl_vendorarch}/*.pm
+%{perl_vendorarch}/auto/
+%{perl_vendorarch}/QtCore4/
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/perlqt/
 %{_datadir}/perlqt/cmake/
+%{_kde4_includedir}/perlqt/
 
 %changelog

continue with q...



Remember to have fun...

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



commit python-amqplib for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package python-amqplib for openSUSE:Factory
checked in at Tue Oct 11 17:05:00 CEST 2011.




--- openSUSE:Factory/python-amqplib/python-amqplib.changes  2011-09-23 
12:42:28.0 +0200
+++ /mounts/work_src_done/STABLE/python-amqplib/python-amqplib.changes  
2011-10-11 12:46:53.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct 11 10:43:08 UTC 2011 - sasc...@gmx.de
+
+- Update to version 1.0.2:
+  * Fix a packaging problem for Windows users, no changes
+to the actual Python code.
+- Package more documentation
+
+---
+Thu Sep 29 02:46:30 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.0.1:
+A one-line change to transport.py to fix a problem older
+FreeBSDs have with socket.getaddrinfo()
+
+Otherwise just packaging changes to include more Trove
+classifiers and docs/tests/etc in the source distribution file.
+
+---

calling whatdependson for head-i586


Old:

  amqplib-1.0.0.tar.bz2

New:

  amqplib-1.0.2.tgz



Other differences:
--
++ python-amqplib.spec ++
--- /var/tmp/diff_new_pack.lW1J7Z/_old  2011-10-11 17:04:55.0 +0200
+++ /var/tmp/diff_new_pack.lW1J7Z/_new  2011-10-11 17:04:55.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   python-amqplib
-Version:1.0.0
-Release:1
+Version:1.0.2
+Release:0
 Url:http://code.google.com/p/py-amqplib/
 Summary:Client library for AMQP (Advanced Message Queuing Protocol)
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-Source: amqplib-%{version}.tar.bz2
+Source: amqplib-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}
@@ -48,12 +48,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
-%doc README
-%python_sitelib/*
+%doc CHANGES LICENSE README TODO docs/*.txt
+%{python_sitelib}/*
 
 %changelog

continue with q...



Remember to have fun...

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



commit samba for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package samba for openSUSE:Factory
checked in at Tue Oct 11 17:05:29 CEST 2011.




--- openSUSE:Factory/samba/samba.changes2011-09-23 12:45:13.0 
+0200
+++ /mounts/work_src_done/STABLE/samba/samba.changes2011-10-10 
17:06:36.0 +0200
@@ -1,0 +2,149 @@
+Mon Oct 10 15:00:19 UTC 2011 - lmue...@suse.de
+
+- Return error of cli_push when 'put - /some/file' is used; (bso#7551).
+
+---
+Mon Oct 10 14:57:48 UTC 2011 - lmue...@suse.de
+
+- Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER; (bso#8509).
+
+---
+Mon Oct 10 14:53:48 UTC 2011 - lmue...@suse.de
+
+- smbd doesn't correctly honor the force create mode bits from a cifsfs
+  create; (bso#8507).
+
+---
+Mon Oct 10 14:49:21 UTC 2011 - lmue...@suse.de
+
+- Default user entry is set to minimal permissions on incoming ACL change with
+  no user specified; (bso#8443).
+
+---
+Mon Oct 10 14:42:10 UTC 2011 - lmue...@suse.de
+
+- smb_acl_to_posix: ACL is invalid for set (Invalid argument); (bso#7509).
+
+---
+Mon Oct 10 14:36:05 UTC 2011 - lmue...@suse.de
+
+- Handle the SECINFO_LABEL flag in the same was as Win2k3; enable Microsoft
+  Internet Explorer 9 on Windows 7 to download files; (bso#8458).
+
+---
+Mon Oct 10 14:31:05 UTC 2011 - lmue...@suse.de
+
+- DFS breaks zip file extracting unless follow symlinks = no set;
+  (bso#8493).
+
+---
+Mon Oct 10 14:28:08 UTC 2011 - lmue...@suse.de
+
+- s3-docs: Fix typos.
+
+---
+Mon Oct 10 14:24:55 UTC 2011 - lmue...@suse.de
+
+- s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signed; (bso#8503).
+
+---
+Mon Oct 10 14:18:42 UTC 2011 - lmue...@suse.de
+
+- Remove experimental label on VFS ACL modules; (bso#8494).
+
+---
+Mon Oct 10 14:07:40 UTC 2011 - lmue...@suse.de
+
+- acl_xattr can free an invalid pointer if no blob is loaded; (bso#8480).
+
+---
+Mon Oct 10 13:59:43 UTC 2011 - lmue...@suse.de
+
+- s3-smbd: asserts when SMB2 client breaks the crediting rules; (bso#8476).
+
+---
+Mon Oct 10 13:55:35 UTC 2011 - lmue...@suse.de
+
+- s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin;
+  (bso#7465).
+
+---
+Mon Oct 10 13:52:16 UTC 2011 - lmue...@suse.de
+
+- smb2_find uses a hard coded max reply size of 0x1 instead of
+  smb2_max_trans; (bso#8473).
+
+---
+Mon Oct 10 13:49:45 UTC 2011 - lmue...@suse.de
+
+- s3-netapi: allow to use default krb5 credential cache for libnetapi users.
+
+---
+Mon Oct 10 13:43:47 UTC 2011 - lmue...@suse.de
+
+- s3-docs: document -k switch in net manpage. 
+
+---
+Mon Oct 10 13:35:58 UTC 2011 - lmue...@suse.de
+
+- Map to guest can return uninitialized blob of data; (bso#8477).
+
+---
+Mon Oct 10 13:32:39 UTC 2011 - lmue...@suse.de
+
+- s3-registry: registry/reg_format.c must include includes.h; (bso#8401).
+
+---
+Mon Oct 10 13:29:19 UTC 2011 - lmue...@suse.de
+
+- smbclient segfaults when option -m is used for legacy dialects; (bso#8453).
+
+---
+Mon Oct 10 13:24:11 UTC 2011 - lmue...@suse.de
+
+- Fix 'widelinks' regression intro'd in 3.2; (bso#8229).
+
+---
+Mon Oct 10 13:20:41 UTC 2011 - lmue...@suse.de
+
+- Compound SMB2 requests on an IPC connection can corrupt the reply stream;
+  (bso#8429).
+
+---
+Mon Oct 10 13:11:08 UTC 2011 - lmue...@suse.de
+
+- s3-spoolss: Fix bug forms migration; (bso#8351).
+
+---
+Mon Oct 10 13:04:02 UTC 2011 - lmue...@suse.de
+
+- s3:libsmb: check the wct of the incoming SMBnegprot responses; (bso#8452).
+
+
+---
+Mon Oct 10 12:58:36 UTC 2011 - lmue...@suse.de
+
+- s3: Do not fork the 

commit synaptiks for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package synaptiks for openSUSE:Factory
checked in at Tue Oct 11 17:05:41 CEST 2011.




--- openSUSE:Factory/synaptiks/synaptiks.changes2011-09-23 
12:47:14.0 +0200
+++ /mounts/work_src_done/STABLE/synaptiks/synaptiks.changes2011-10-08 
11:54:14.0 +0200
@@ -1,0 +2,11 @@
+Sat Oct  8 09:49:29 UTC 2011 - ctri...@opensuse.org
+
+- Update to 0.8.0
+  * Removed build-time dependency against kdesdk-scripts
+  * Fixed ā€œDefaultsā€ button in configuration dialog of tray application
+  * Fixed KeyError on unknown event types in keyboard monitor
+  * Fixed crash after resume from suspend
+  * Fixed support for non-usb devices
+  * Added Danish translation (thanks to Martin Schlander)
+
+---

calling whatdependson for head-i586


Old:

  synaptiks-0.7.0.tar.bz2

New:

  synaptiks-0.8.0.tar.bz2



Other differences:
--
++ synaptiks.spec ++
--- /var/tmp/diff_new_pack.5AUMOm/_old  2011-10-11 17:05:33.0 +0200
+++ /var/tmp/diff_new_pack.5AUMOm/_new  2011-10-11 17:05:33.0 +0200
@@ -16,8 +16,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   synaptiks
-Version:0.7.0
+Version:0.8.0
 Release:1
 License:BSD-2-Clause
 Summary:A touchpad configuration and management tool for KDE
@@ -26,7 +28,6 @@
 Source0:
http://pypi.python.org/packages/source/s/synaptiks/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gettext
-BuildRequires:  kdesdk4-scripts
 BuildRequires:  libkde4-devel
 BuildRequires:  python-devel
 BuildRequires:  python-kde4

++ synaptiks-0.7.0.tar.bz2 - synaptiks-0.8.0.tar.bz2 ++
 4135 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit tar for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package tar for openSUSE:Factory
checked in at Tue Oct 11 17:05:50 CEST 2011.




--- openSUSE:Factory/tar/tar.changes2011-09-23 12:47:27.0 +0200
+++ /mounts/work_src_done/STABLE/tar/tar.changes2011-10-05 
13:44:43.0 +0200
@@ -1,0 +2,16 @@
+Wed Oct  5 11:38:57 UTC 2011 - sweet_...@gmx.de
+
+- minor portability fixes
+
+---
+Thu Sep 29 11:32:04 UTC 2011 - sweet_...@gmx.de
+
+- spec cleaner, avoid some deprecated macros
+- fix non-utf8-spec-file
+- fix macro-in-comment
+- enable make check
+- remove upstream-fixed/obsolete patches (fortifysourcessigabrt,
+  disable-listed02-test, disable_languages)
+- call help2man inside specfile instead of paching tar's build chain
+
+---
@@ -394 +410 @@
-- Fix detection of remote paths [#38709]. Thanks Jļæ½rgen!
+- Fix detection of remote paths [#38709]. Thanks JĆ¼rgen!

calling whatdependson for head-i586


Old:

  tar-disable-listed02-test.patch
  tar-disable_languages.patch
  tar-fortifysourcessigabrt.patch
  tar-manpage.patch



Other differences:
--
++ tar.spec ++
--- /var/tmp/diff_new_pack.gne30k/_old  2011-10-11 17:05:46.0 +0200
+++ /var/tmp/diff_new_pack.gne30k/_new  2011-10-11 17:05:46.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+# minimum suse version where the full featured package builds
+%define min_suse_ver 1010
 
 Name:   tar
 Version:1.26
@@ -26,16 +28,14 @@
 Group:  System/Base
 Source0:%{name}-%{version}.tar.bz2
 #
-Patch0: tar-disable_languages.patch
-Patch1: tar-disable-listed02-test.patch
-Patch2: tar-manpage.patch
 Patch3: tar-wildcards.patch
-Patch5: tar-fortifysourcessigabrt.patch
 Patch6: tar-backup-spec-fix-paths.patch
+%if 0%{?suse_version} = %min_suse_ver
 BuildRequires:  help2man
-PreReq: %install_info_prereq
-Recommends: tar-lang = %version
+Recommends: tar-lang = %{version}
 Recommends: xz
+%endif
+Requires(pre):  info
 Provides:   base:/bin/tar
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _bindir  /bin
@@ -52,26 +52,19 @@
 License:GPLv3+
 Summary:Backup scripts
 Group:  Productivity/Archiving/Backup
-Requires:   %{name} = %{version}-%{release}
+Requires:   %{name} = %{version}
 
 %description backup-scripts
 Shell scripts for system backup/restore
 
-%lang_package
+%{?lang_package}
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 %patch3 -p1
-%patch5 -p1
 %patch6 -p1
 
 %build
-rm -f po/no.* po/ky.*
-#autoreconf -fi
-aclocal -I m4
-automake --force --add-missing
 %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes 
-Wformat-security -Wno-unused-parameter
 export CFLAGS=%{optflags} %my_cflags
 export RSH=/usr/bin/rsh
@@ -81,21 +74,21 @@
 make %{?_smp_mflags};
 
 %check
-#%ifarch %arm
-#make check || true
-#%else
-#make check
-#%endif
+make check
 
 %install
-%make_install
+%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
+%if 0%{?suse_version} = %min_suse_ver
+install -d -m 755 %{buildroot}/%{_mandir}/man1
+help2man ./src/tar --name The GNU version of the tar archiving utility -p 
tar \
+| gzip -c  %{buildroot}/%{_mandir}/man1/tar.1.gz
+%endif
 install -d -m 755 %{buildroot}%{_sysconfdir}/backup
 install -D -m 644 scripts/backup-specs 
%{buildroot}%{_sysconfdir}/backup/backup-specs
 rm -rf %{buildroot}%{_libexecdir}/rmt
+rm -f %{buildroot}%{_infodir}/dir
 %find_lang %{name}
 
-%files lang -f %{name}.lang
-
 %files backup-scripts
 %defattr(-,root, root)
 %{_sbindir}/backup
@@ -105,12 +98,22 @@
 %dir %{_sysconfdir}/backup
 %config(noreplace) %{_sysconfdir}/backup/backup-specs
 
+%if 0%{?lang_package:1}
+
+%files lang -f %{name}.lang
+
 %files
+%else
+
+%files -f %{name}.lang
+%endif
 %defattr(-, root, root)
 %{_bindir}/tar
 %doc README* ABOUT-NLS AUTHORS COPYING NEWS THANKS ChangeLog TODO
-%{_infodir}/tar.info*.gz
+%{_infodir}/tar.info*
+%if 0%{?suse_version} = %min_suse_ver
 %{_mandir}/man1/tar.1.gz
+%endif
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz

continue with q...



Remember to have fun...

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



commit thunar-plugin-archive for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package thunar-plugin-archive for 
openSUSE:Factory
checked in at Tue Oct 11 17:05:58 CEST 2011.




--- openSUSE:Factory/thunar-plugin-archive/thunar-plugin-archive.changes
2011-10-08 22:04:01.0 +0200
+++ 
/mounts/work_src_done/STABLE/thunar-plugin-archive/thunar-plugin-archive.changes
2011-10-10 12:21:17.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 10 10:13:03 UTC 2011 - g...@opensuse.org
+
+- added
+  thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch in
+  order to make file-roller really extract files to the current
+  directory to match the behavior of xarchiver
+
+---

calling whatdependson for head-i586


New:

  thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch



Other differences:
--
++ thunar-plugin-archive.spec ++
--- /var/tmp/diff_new_pack.JfyeAX/_old  2011-10-11 17:05:54.0 +0200
+++ /var/tmp/diff_new_pack.JfyeAX/_new  2011-10-11 17:05:54.0 +0200
@@ -26,6 +26,8 @@
 Version:0.3.0
 Release:1
 Source0:%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 
thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch 
g...@opensuse.org -- Make file-roller really extract files to the current 
directory to match the behavior of xarchiver
+Patch0: thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch
 Summary:Thunar Plugin Providing Xarchiver Integration
 BuildRequires:  intltool
 BuildRequires:  thunar-devel = %{thunar_version}
@@ -44,6 +46,7 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static

++ thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch ++
diff -urNp thunar-archive-plugin-0.3.0.orig/scripts/file-roller.tap 
thunar-archive-plugin-0.3.0/scripts/file-roller.tap
--- thunar-archive-plugin-0.3.0.orig/scripts/file-roller.tap2011-01-23 
17:21:04.0 +0100
+++ thunar-archive-plugin-0.3.0/scripts/file-roller.tap 2011-10-10 
11:58:01.0 +0200
@@ -35,7 +35,7 @@ create)
;;
 
 extract-here)
-   exec file-roller --extract-to=$(pwd) --extract-here --force $@
+   exec file-roller --force --extract-to=$(pwd) $@
;;
 
 extract-to)
continue with q...



Remember to have fun...

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



commit virtualbox for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory
checked in at Tue Oct 11 17:06:21 CEST 2011.




--- openSUSE:Factory/virtualbox/virtualbox.changes  2011-09-23 
12:49:59.0 +0200
+++ /mounts/work_src_done/STABLE/virtualbox/virtualbox.changes  2011-10-10 
14:55:27.0 +0200
@@ -1,0 +2,59 @@
+Mon Oct 10 12:50:21 UTC 2011 - mse...@gmail.com
+
+- added vbox-VBE_DISPI_INDEX_ENABLE.diff to fix broken linux 
+  console after starting X (bnc#717713)
+
+---
+Fri Oct  7 09:41:22 UTC 2011 - mse...@gmail.com
+
+- dropped xorg conf file virtualbox-60-vboxmouse.conf as there is 
+  no more vboxmouse_drv.so xorg driver on %suse_version = 1130
+- modified virtualbox-60-vboxdrv.rules to use setfacl instead of GROUP rule
+- update to virtualbox 4.1.4
+  * VMM: fixed PAE guests running on 32-bit hosts (4.0 regression; bug #9458)
+  * VMM: fixed INVALID_PARAMETER guru meditation caused by insufficient memory 
conditions (4.1.0 regression; bug #9240)
+  * VMM: fixed clobbered CPU registers during stos/lods/ins/outs emulation 
under rare circumstances
+  * VMM: another fix for 64-bit guests on recent AMD CPUs
+  * GUI: warn the user if he uses an outdated extension pack and allow to 
download and upgrade in that case (bug #8025)
+  * GUI: fixed spurious LCtrl key events on some Windows hosts (4.0.6 
regression; bug #373)
+  * VBoxManage: another fix for extpack install --replace (bug #9308)
+  * VBoxManage: allow to specify the UUID of the target image in convertfromraw
+  * VRDP: fixed a rare crash when two or more clients connect to the server 
(bug #9503)
+  * VRDP: fixed a case when a client was not resized correctly (bug #9242)
+  * USB: make device capturing work on Windows hosts with usbhub class filter 
drivers installed (bug #9298); bugfixes for Windows host USB support
+  * VHD: fixed reads crossing block boundaries (bug #8532)
+  * VMDK: fixed progress indicator when creating split VMDK images
+  * Floppy: fixed medium size detection for physical mediums (Windows hosts 
only)
+  * Main: fixed VM initialization if a shared folder does not exist (bug #7941)
+  * Main: fixed possible deadlock between hard disk enumeration and resetting 
of immutable disks (bug #9549)
+  * Main: fixed not detaching of virtual storage after a snapshot restore 
operation (bug #8296)
+  * Main: always reset modified state after restoring a snapshot (bug #9387)
+  * Main: fixed writing of changed VM settings to disk when using snapshots 
(bug #8932)
+  * Main: fixed taking screen shots (e.g. the preview window) for headless VMs 
if the Guest Additions are active
+  * Virtio-net: fixed the problem with UDP packets exceeding MTU (bug #9370)
+  * 3D Support: fixed incorrect rendering and possible crashes when switching 
to/from fullscreen with enabled 2D acceleration
+  * 3D Support: fixed compiz under ubuntu 9.10
+  * Guest control: Miscellaneous small bugfixes
+  * Linux / Solaris hosts: don't use hard links in packages (4.1.2 regression; 
bug #9441)
+  * Mac OS X hosts: fix installation issues when installed as root (bug #1578)
+  * Mac OS X hosts: fixed packet capture issues with vboxnetX host-only 
interfaces (bug #8076)
+  * Solaris hosts: fixed incoming multicast packets for Crossbow based bridged 
networking (bug #9532)
+  * Solaris hosts: fixed starting EFI guests due to missing EFI ROM files (bug 
#9535)
+  * Windows hosts installer: fixed ADDLOCAL usage on command line (4.1.0 
regression; bug #9488)
+  * Windows hosts installer: fixed dangling shortcut to the .chm help file 
(bug #9646)
+  * Windows hosts installer: try to fix installation error 2869 which appeared 
under certain circumstances (bug #9664)
+  * Windows hosts: VBoxHeadless should never open a separate console window 
(bug #3549)
+  * Guest Additions: fixed hang while waiting for guest execution output 
(4.1.2 regression; bug #9446)
+  * Linux Additions: add support for X.Org Server 1.11 (bug #9519)
+  * Linux Additions: suppress an incorrect error message and allow a shared 
folder to be mounted in multiple places (bug #9627)
+  * Linux Additions: start VBoxService correctly on openSUSE 12.1 (bug #6229)
+  * Linux Additions: properly finish the installation even if the compilation 
of the DRM module fails (which is not fatal)
+  * Solaris Additions: fixed memory leaks and panics while mounting (from 
console) and unmounting shared folders.
+  * Windows Additions: fixed swapped mouse cursor hotspot coordinates (4.1.0 
regression; bug #9447)
+  * Windows Additions: fixed PAGE_FAULT_IN_NONPAGED_AREA BSOD in VBoxDisp.dll 
when running SnippingTool (bug #9508)
+  * Windows Additions: make image viewer work correctly with Aero enabled 
(Vista and Windows 7)
+  * Windows Additions: fixed incorrect window border blurs under Aero with ATI 
cards (Vista and Windows 7)
+  * Windows Additions: fixed incorrect rendering when moving 3D applications 

commit wpa_supplicant for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory
checked in at Tue Oct 11 17:06:32 CEST 2011.




--- openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes  2011-09-23 
12:50:45.0 +0200
+++ /mounts/work_src_done/STABLE/wpa_supplicant/wpa_supplicant.changes  
2011-10-10 16:05:21.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 10 13:28:43 UTC 2011 - lnus...@suse.de
+
+- use same exec line in fi.w1.wpa_supplicant1.service as in
+  fi.epitest.hostap.WPASupplicant.service
+- fix build on older distros
+- fix not using RPM_OPT_FLAGS
+- use %_smp_mflags
+
+---

calling whatdependson for head-i586




Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.wgs9Bb/_old  2011-10-11 17:06:26.0 +0200
+++ /var/tmp/diff_new_pack.wgs9Bb/_new  2011-10-11 17:06:26.0 +0200
@@ -19,7 +19,12 @@
 
 
 Name:   wpa_supplicant
-BuildRequires:  dbus-1-devel libnl-1_1-devel libqt4 libqt4-devel openssl-devel 
pkg-config readline-devel
+BuildRequires:  dbus-1-devel libqt4 libqt4-devel openssl-devel pkg-config 
readline-devel
+%if 0%{?suse_version}  1140
+BuildRequires:  libnl-1_1-devel
+%else
+BuildRequires:  libnl-devel
+%endif
 Url:http://hostap.epitest.fi/wpa_supplicant/
 Version:0.7.3
 Release:6
@@ -83,10 +88,10 @@
 
 %build
 cd wpa_supplicant
-CFLAGS=$RPM_OPT_FLAGS make %{?jobs:-j%jobs} 
+CFLAGS=$RPM_OPT_FLAGS make V=1 %{?_smp_mflags}
 cd wpa_gui-qt4
-qmake QMAKE_CXXFLAGS=$RPM_OPT_FLAGS
-make %{?jobs:-j%jobs}
+qmake QMAKE_CXXFLAGS=$RPM_OPT_FLAGS QMAKE_CFLAGS=$RPM_OPT_FLAGS
+make %{?_smp_mflags}
 
 %install
 install -d %{buildroot}/%{_sbindir}

++ fi.w1.wpa_supplicant1.service ++
--- /var/tmp/diff_new_pack.wgs9Bb/_old  2011-10-11 17:06:26.0 +0200
+++ /var/tmp/diff_new_pack.wgs9Bb/_new  2011-10-11 17:06:26.0 +0200
@@ -1,4 +1,4 @@
 [D-BUS Service]
 Name=fi.w1.wpa_supplicant1
-Exec=/usr/sbin/wpa_supplicant -u
+Exec=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f 
/var/log/wpa_supplicant.log
 User=root

continue with q...



Remember to have fun...

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



commit wwwoffle for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package wwwoffle for openSUSE:Factory
checked in at Tue Oct 11 17:06:47 CEST 2011.




--- openSUSE:Factory/wwwoffle/wwwoffle.changes  2011-09-23 12:50:51.0 
+0200
+++ /mounts/work_src_done/STABLE/wwwoffle/wwwoffle.changes  2011-10-04 
11:15:31.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct  4 09:06:40 UTC 2011 - vci...@suse.com
+
+- update to 2.9h
+  * src/iognutls.c: Use the gnutls function to check for pending data
+first then use select() on the socket.
+  * src/certificates.c: Create version 3 certificates instead of
+version 1.
+  * src/io.c: Try and uncompress the data that is already available
+before asking for more data.
+  * src/iognutls.c: Use the gnutls error message as the main error
+message if there is a gnutls error status (found during
+investigation of Debian bug deb#638595).
+  * src/certificates.c: Free the server private keys and certificates
+at a different time and in a different way (see Debian bug
+deb#638595).
+  * src/vrml.l, src/xml.l: Remove some gcc warning messages.
+
+---

calling whatdependson for head-i586


Old:

  wwwoffle-2.9g.tar.bz2

New:

  wwwoffle-2.9h.tgz



Other differences:
--
++ wwwoffle.spec ++
--- /var/tmp/diff_new_pack.u6xMMB/_old  2011-10-11 17:06:42.0 +0200
+++ /var/tmp/diff_new_pack.u6xMMB/_new  2011-10-11 17:06:42.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   wwwoffle
 Summary:World Wide Web Offline Proxy
-Version:2.9g
+Version:2.9h
 Release:3
 License:GPLv2+
 Group:  Productivity/Networking/Web/Proxy
 Url:http://gedanken.demon.co.uk/wwwoffle/
-Source0:
http://gedanken.demon.co.uk/download-wwwoffle/%{name}-%{version}.tar.bz2
+Source0:
http://gedanken.demon.co.uk/download-wwwoffle/%{name}-%{version}.tgz
 Source1:rc.%{name}
 Source3:ip-up.%{name}
 Source4:ip-down.%{name}

continue with q...



Remember to have fun...

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



commit xorg-x11-driver-video for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package xorg-x11-driver-video for 
openSUSE:Factory
checked in at Tue Oct 11 17:07:20 CEST 2011.




--- openSUSE:Factory/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-09-23 12:52:22.0 +0200
+++ 
/mounts/work_src_done/STABLE/xorg-x11-driver-video/xorg-x11-driver-video.changes
2011-10-04 12:42:22.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  4 10:41:38 UTC 2011 - sndir...@suse.com
+
+- Don't build the xgi{,xp} drivers on ARM to fix the build on
+  this platform
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xorg-x11-driver-video.spec ++
--- /var/tmp/diff_new_pack.ogXNAR/_old  2011-10-11 17:07:09.0 +0200
+++ /var/tmp/diff_new_pack.ogXNAR/_new  2011-10-11 17:07:09.0 +0200
@@ -91,12 +91,16 @@
 Patch131:   xf86-video-ati-bug519261-increase-virtual.diff
 Patch132:   xf86-video-nv-bug519261-increase-virtual.diff
 Patch137:   xf86-video-newport-commit-48f48e5.diff
+%ifnarch %arm
 Patch143:   xf86-video-xgi-buildfix.diff
 Patch144:   xf86-video-xgi-symbols.diff
 Patch145:   xf86-video-xgixp-symbols.diff
+%endif
 Patch150:   xf86-video-intel-dell_backlight.diff
 Patch155:   xf86-video-intel-copyfb.diff
+%ifnarch %arm
 Patch157:   U_xgi-Fix-build-on-bigendian.patch
+%endif
 
 %description
 This package contains X.Org video drivers.
@@ -145,6 +149,10 @@
 pushd xf86-video-newport-*
 %patch137 -p1
 popd
+# Don't build the xgi{,xp} drivers on ARM to fix the build on this platform
+%ifarch %arm
+rm -rf xf86-video-xgi-* xf86-video-xgixp-*
+%else
 pushd xf86-video-xgi-*
 %patch143 -p1
 %patch144 -p1
@@ -153,6 +161,7 @@
 pushd xf86-video-xgixp-*
 %patch145 -p1
 popd
+%endif
 
 %build
 for dir in $(ls -d xf86-video-*) intel-gpu-tools-*; do

continue with q...



Remember to have fun...

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



commit xz for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package xz for openSUSE:Factory
checked in at Tue Oct 11 17:07:35 CEST 2011.




--- openSUSE:Factory/xz/xz.changes  2011-10-02 11:18:29.0 +0200
+++ /mounts/work_src_done/STABLE/xz/xz.changes  2011-10-09 17:31:41.0 
+0200
@@ -1,0 +2,5 @@
+Sun Oct  9 15:25:02 UTC 2011 - sweet_...@gmx.de
+
+- rewrite last broken arm portability changes
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xz.spec ++
--- /var/tmp/diff_new_pack.KhOPgS/_old  2011-10-11 17:07:29.0 +0200
+++ /var/tmp/diff_new_pack.KhOPgS/_new  2011-10-11 17:07:29.0 +0200
@@ -34,6 +34,9 @@
 %if 0%{?suse_version}  1130
 %define do_profiling 0
 %endif
+%ifarch %{arm}
+%define do_profiling 0
+%endif
 
 %if 0%{?lang_package:1}  0
 Recommends: %name-lang
@@ -87,14 +90,14 @@
 %setup -q
 
 %build
-%ifnarch %{arm}  %{do_profiling} 
+%if %{do_profiling}
 profiledir=$(mktemp -d)
 trap rm -rf $profiledir EXIT
 export CFLAGS=%optflags %{cflags_profile_generate}=$profiledir
 %endif
-%configure --libdir=/%{_lib} --disable-static --with-pic 
--docdir=%_docdir/%name || cat config.log
+%configure --libdir=/%{_lib} --disable-static --with-pic 
--docdir=%_docdir/%name
 make %{?_smp_mflags}
-%ifnarch %{arm}  %{do_profiling}
+%if %{do_profiling}
 time make check
 make clean
 export CFLAGS=%optflags %{cflags_profile_feedback}=$profiledir

continue with q...



Remember to have fun...

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



commit yast2-fcoe-client for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-fcoe-client for 
openSUSE:Factory
checked in at Tue Oct 11 17:07:44 CEST 2011.




--- openSUSE:Factory/yast2-fcoe-client/yast2-fcoe-client.changes
2011-10-04 18:00:52.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-fcoe-client/yast2-fcoe-client.changes
2011-10-11 13:14:49.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 11 13:04:16 CEST 2011 - g...@suse.de
+
+- Use ini agent to write /etc/fcoe/cfg-ethx files,
+  write /etc/sysconfig/network/ifcfg-file for underlying interface
+  (bnc #705610),
+  destroy FCoE interface before removing it (bnc #719443)
+- V 2.21.9 
+
+---

calling whatdependson for head-i586


Old:

  yast2-fcoe-client-2.21.8.tar.bz2

New:

  yast2-fcoe-client-2.21.9.tar.bz2



Other differences:
--
++ yast2-fcoe-client.spec ++
--- /var/tmp/diff_new_pack.PqcxCL/_old  2011-10-11 17:07:39.0 +0200
+++ /var/tmp/diff_new_pack.PqcxCL/_new  2011-10-11 17:07:39.0 +0200
@@ -19,22 +19,21 @@
 
 
 Name:   yast2-fcoe-client
-Version:2.21.8
+Version:2.21.9
 Release:0
-License:GPL
-Group:  System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-fcoe-client-%{version}.tar.bz2
 
-Prefix: /usr
 
+Group:  System/YaST
+License: GPL-2.0
 Requires:   yast2 = 2.21.22
 BuildRequires:  perl-XML-Writer update-desktop-files yast2 yast2-devtools 
yast2-testsuite
 
-BuildArch:  noarch
+BuildArchitectures:noarch
 
-Summary:Configuration of fcoe-client
+Summary:   YaST2 - Configuration of Fibre Channel over Ethernet
 
 %description
 This package contains the YaST2 component for the Fibre Channel over
@@ -44,27 +43,28 @@
 %setup -n yast2-fcoe-client-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,9 +76,7 @@
 /usr/share/YaST2/clients/fcoe-client_*.ycp
 /usr/share/YaST2/clients/inst_fcoe-client.ycp
 /usr/share/YaST2/modules/FcoeClient.*
-%{prefix}/share/applications/YaST2/fcoe-client.desktop
+%{_prefix}/share/applications/YaST2/fcoe-client.desktop
 %dir /usr/share/YaST2/scrconf
 /usr/share/YaST2/scrconf/*.scr
-%doc %{prefix}/share/doc/packages/yast2-fcoe-client
-
-%changelog
+%doc %{_prefix}/share/doc/packages/yast2-fcoe-client

++ yast2-fcoe-client-2.21.8.tar.bz2 - yast2-fcoe-client-2.21.9.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-2.21.8/VERSION 
new/yast2-fcoe-client-2.21.9/VERSION
--- old/yast2-fcoe-client-2.21.8/VERSION2011-09-29 10:13:17.0 
+0200
+++ new/yast2-fcoe-client-2.21.9/VERSION2011-10-11 13:09:06.0 
+0200
@@ -1 +1 @@
-2.21.8
+2.21.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fcoe-client-2.21.8/agents/fcoe_cfg-ethx.scr 
new/yast2-fcoe-client-2.21.9/agents/fcoe_cfg-ethx.scr
--- old/yast2-fcoe-client-2.21.8/agents/fcoe_cfg-ethx.scr   1970-01-01 
01:00:00.0 +0100
+++ new/yast2-fcoe-client-2.21.9/agents/fcoe_cfg-ethx.scr   2011-10-11 
13:01:12.0 +0200
@@ -0,0 +1,39 @@
+/**
+ * File:   fcoe_cfg-ethx.scr
+ * Summary:Agent for /etc/fcoe/cfg-*
+ * Access: read / write
+ * See:sysconfig.rpm
+ *
+ * General syntax:
+ * # comment0
+ * VAR1=val1 # comment1
+ * VAR2=val 2 #blah # comment2
+ * VAR3='val3 x #blah2' # comment3
+ *
+ *
+ * pReads/writes tt/etc/fcoe/cfg-*/tt. 
+ */
+.fcoe.cfg-ethx
+
+`ag_ini(
+`IniAgent( [ /etc/fcoe/cfg-* ],
+   $[
+   /* values at the top level, allow comments after value */
+   options   : [ 

commit yast2-installation for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory
checked in at Tue Oct 11 17:08:12 CEST 2011.




--- openSUSE:Factory/yast2-installation/yast2-installation.changes  
2011-09-26 17:08:05.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-installation/yast2-installation.changes  
2011-10-11 09:10:12.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct 11 08:52:43 CEST 2011 - jsuch...@suse.cz
+
+- compress the log file from 1st stage of installation (bnc#716938)
+- 2.21.23
+
+---
+Fri Oct  7 11:38:39 UTC 2011 - fcro...@suse.com
+
+- Use latest macros for systemd
+- Drop workaround for bnc#719221, systemd is fixed now.
+- 2.21.22
+
+---
+Fri Oct  7 11:30:21 UTC 2011 - jsr...@suse.cz
+
+- change the URL for congratulation dialog (bnc#720481)
+
+---

calling whatdependson for head-i586


Old:

  yast2-installation-2.21.21.tar.bz2

New:

  yast2-installation-2.21.23.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.1c4XTt/_old  2011-10-11 17:08:04.0 +0200
+++ /var/tmp/diff_new_pack.1c4XTt/_new  2011-10-11 17:08:04.0 +0200
@@ -19,16 +19,15 @@
 
 
 Name:   yast2-installation
-Version:2.21.21
-Release:1
+Version:2.21.23
+Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-installation-%{version}.tar.bz2
 
-Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License: GPL-2.0+
 
 Source1:YaST2-Second-Stage.service
 Source2:YaST2-Firstboot.service
@@ -128,12 +127,11 @@
 
 PreReq: %fillup_prereq
 
-BuildArch:  noarch
+BuildArchitectures: noarch
 
 Summary:YaST2 - Installation Parts
 
 %package devel-doc
-
 Group:  Documentation/HTML
 Requires:   yast2-installation = 2.15.34
 
@@ -151,23 +149,23 @@
 %setup -n yast2-installation-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -188,15 +186,12 @@
 
 %if 0%{suse_version}  1140
 
-%service_add YaST2-Second-Stage.service YaST2-Firstboot.service
+%service_add_post YaST2-Second-Stage.service YaST2-Firstboot.service
 
-/bin/systemctl enable YaST2-Second-Stage.service  /dev/null 21 || :
-/bin/systemctl enable YaST2-Firstboot.service  /dev/null 21 || :
+%pre
+%service_add_pre YaST2-Second-Stage.service YaST2-Firstboot.service
 
 %preun
-if [ $1 -eq 0 ]; then
-  /bin/systemctl disable YaST2-Second-Stage.service YaST2-Firstboot.service  
/dev/null 21 || :
-fi
 %service_del_preun YaST2-Second-Stage.service YaST2-Firstboot.service
 
 %postun
@@ -219,7 +214,7 @@
 /usr/share/YaST2/clients/*.ycp
 /usr/share/YaST2/modules/*.ycp
 /usr/share/YaST2/modules/*.ybc
-%{prefix}/share/applications/YaST2/*.desktop
+%{_prefix}/share/applications/YaST2/*.desktop
 /usr/share/autoinstall/modules/*.desktop
 /usr/share/YaST2/schema/autoyast/rnc/deploy_image.rnc
 %dir /usr/share/autoinstall
@@ -241,18 +236,17 @@
 /var/adm/fillup-templates/sysconfig.security-checksig
 
 # programs and scripts
-%{prefix}/lib/YaST2/startup
+%{_prefix}/lib/YaST2/startup
 
 # icewm
 /etc/icewm
 
-%dir %{prefix}/share/doc/packages/yast2-installation
-%{prefix}/share/doc/packages/yast2-installation/COPYING
-%readme %{prefix}/share/doc/packages/yast2-installation/README
+%dir %{_prefix}/share/doc/packages/yast2-installation
+%{_prefix}/share/doc/packages/yast2-installation/COPYING
+%readme %{_prefix}/share/doc/packages/yast2-installation/README
 
 %files devel-doc
 %defattr(-,root,root)
-%doc %{prefix}/share/doc/packages/yast2-installation
-%exclude 

commit yast2-iscsi-client for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory
checked in at Tue Oct 11 17:08:21 CEST 2011.




--- openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes  
2011-10-04 17:04:28.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-iscsi-client/yast2-iscsi-client.changes  
2011-10-10 15:31:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 10 15:13:28 CEST 2011 - f...@suse.de
+
+- 2.21.6
+- add qla3xxx to modules supporting qla iscsi offload (bnc#723014)
+
+---

calling whatdependson for head-i586


Old:

  yast2-iscsi-client-2.21.5.tar.bz2

New:

  yast2-iscsi-client-2.21.6.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.JBohdg/_old  2011-10-11 17:08:17.0 +0200
+++ /var/tmp/diff_new_pack.JBohdg/_new  2011-10-11 17:08:17.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-iscsi-client
-Version:2.21.5
+Version:2.21.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-iscsi-client-%{version}.tar.bz2
+Source0:yast2-iscsi-client-2.21.6.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 BuildRequires:  docbook-xsl-stylesheets doxygen libicu-devel libxslt 
perl-XML-Writer popt-devel sgml-skel update-desktop-files yast2 yast2-devtools 
yast2-packagemanager-devel yast2-packager yast2-perl-bindings yast2-testsuite
 
 Requires:   yast2-packager
@@ -47,7 +47,7 @@
 client.
 
 %prep
-%setup -n yast2-iscsi-client-%{version}
+%setup -n yast2-iscsi-client-2.21.6
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-iscsi-client-2.21.5.tar.bz2 - yast2-iscsi-client-2.21.6.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/Makefile.am 
new/yast2-iscsi-client-2.21.6/Makefile.am
--- old/yast2-iscsi-client-2.21.5/Makefile.am   2011-09-28 09:31:04.0 
+0200
+++ new/yast2-iscsi-client-2.21.6/Makefile.am   2011-05-12 14:38:18.0 
+0200
@@ -20,6 +20,7 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
+ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -154,7 +155,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-textdomain package-local
+package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -184,6 +185,21 @@
 check-parse:
@echo Not running parseycp.
 
+check-all-packages:
+   @if [ ! -e $(ALL_PACKAGES) ]; then\
+   echo ERROR: Can't find $(ALL_PACKAGES); false;\
+   fi
+   @if ! grep -q ^$(RPMNAME)[[:space:]] $(ALL_PACKAGES); then
\
+   echo ERROR: $(RPMNAME) not in $(ALL_PACKAGES); false; \
+   fi
+   @if grep -q ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); then \
+   echo ERROR: $(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:; \
+   echo;   \
+   grep ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); \
+   echo;   \
+   false;  \
+   fi
+
 check-textdomain:
$(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-2.21.5/Makefile.in 
new/yast2-iscsi-client-2.21.6/Makefile.in
--- old/yast2-iscsi-client-2.21.5/Makefile.in   2011-09-28 09:31:06.0 
+0200
+++ new/yast2-iscsi-client-2.21.6/Makefile.in   2011-05-12 14:38:24.0 
+0200
@@ -261,6 +261,7 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
+ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -901,7 +902,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date 

commit yast2-qt-pkg for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-qt-pkg for openSUSE:Factory
checked in at Tue Oct 11 17:08:31 CEST 2011.




--- openSUSE:Factory/yast2-qt-pkg/yast2-qt-pkg.changes  2011-10-07 
16:08:41.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt-pkg/yast2-qt-pkg.changes  
2011-10-11 14:17:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct 11 14:15:20 CEST 2011 - tgoettlic...@suse.de
+
+- Fixed bnc#718197: YaST2 Qt package manager opens RMB context
+  menus at a wrong position, usability issue 
+- Version: 2.21.11
+
+---

calling whatdependson for head-i586


Old:

  yast2-qt-pkg-2.21.10.tar.bz2

New:

  yast2-qt-pkg-2.21.11.tar.bz2



Other differences:
--
++ yast2-qt-pkg.spec ++
--- /var/tmp/diff_new_pack.PCklnB/_old  2011-10-11 17:08:28.0 +0200
+++ /var/tmp/diff_new_pack.PCklnB/_new  2011-10-11 17:08:28.0 +0200
@@ -18,11 +18,11 @@
 
 
 Name:   yast2-qt-pkg
-Version:2.21.10
+Version:2.21.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-qt-pkg-2.21.10.tar.bz2
+Source0:yast2-qt-pkg-2.21.11.tar.bz2
 Group:  System/YaST
 License:GPL-2.0 or later
 BuildRequires:  docbook-xsl-stylesheets doxygen libdrm-devel libjpeg-devel 
libxcrypt-devel

++ yast2-qt-pkg-2.21.10.tar.bz2 - yast2-qt-pkg-2.21.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.10/VERSION.cmake 
new/yast2-qt-pkg-2.21.11/VERSION.cmake
--- old/yast2-qt-pkg-2.21.10/VERSION.cmake  2011-10-07 12:25:23.0 
+0200
+++ new/yast2-qt-pkg-2.21.11/VERSION.cmake  2011-10-11 14:17:13.0 
+0200
@@ -1,3 +1,3 @@
 SET(VERSION_MAJOR 2)
 SET(VERSION_MINOR 21)
-SET(VERSION_PATCH 10)
+SET(VERSION_PATCH 11)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.10/package/yast2-qt-pkg.changes 
new/yast2-qt-pkg-2.21.11/package/yast2-qt-pkg.changes
--- old/yast2-qt-pkg-2.21.10/package/yast2-qt-pkg.changes   2011-10-07 
12:25:23.0 +0200
+++ new/yast2-qt-pkg-2.21.11/package/yast2-qt-pkg.changes   2011-10-11 
14:17:13.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Oct 11 14:15:20 CEST 2011 - tgoettlic...@suse.de
+
+- Fixed bnc#718197: YaST2 Qt package manager opens RMB context
+  menus at a wrong position, usability issue 
+- Version: 2.21.11
+
+---
 Fri Oct  7 12:24:19 CEST 2011 - tgoettlic...@suse.de
 
 - Fixed bnc#718197: context menus at a wrong position
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-qt-pkg-2.21.10/src/YQPkgObjList.cc 
new/yast2-qt-pkg-2.21.11/src/YQPkgObjList.cc
--- old/yast2-qt-pkg-2.21.10/src/YQPkgObjList.cc2011-10-07 
12:25:23.0 +0200
+++ new/yast2-qt-pkg-2.21.11/src/YQPkgObjList.cc2011-10-11 
14:17:13.0 +0200
@@ -1688,7 +1688,7 @@
   installedContextMenu() : notInstalledContextMenu();
 
 if ( contextMenu )
-contextMenu-popup( mapToGlobal( pos ) + QPoint( 0, 
item-treeWidget()-header()-height() ) );
+contextMenu-popup( viewport()-mapToGlobal( pos ) );
 }
 }
 

continue with q...



Remember to have fun...

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



commit yast2-snapper for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Tue Oct 11 17:08:43 CEST 2011.




--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes2011-10-04 
18:03:32.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-10-10 12:47:17.0 +0200
@@ -1,0 +2,22 @@
+Mon Oct 10 12:44:44 CEST 2011 - jsuch...@suse.cz
+
+- agent: pass map refereces as arguments
+- quote strings passed to bash commands
+- fixed testsuite
+- 2.21.13
+
+---
+Fri Oct  7 14:36:51 CEST 2011 - jsuch...@suse.cz
+
+- removed conflicting statusToString
+- 2.21.12
+
+---
+Fri Oct  7 11:15:53 CEST 2011 - jsuch...@suse.cz
+
+- support more snapper configurations (bnc#719482)
+- show path to current subvolume above filesystem tree (bnc#719482)
+- close the feedback window correctly (bnc#722477)
+- 2.21.11 
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.10.tar.bz2

New:

  yast2-snapper-2.21.13.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.vyEr0f/_old  2011-10-11 17:08:35.0 +0200
+++ /var/tmp/diff_new_pack.vyEr0f/_new  2011-10-11 17:08:35.0 +0200
@@ -19,17 +19,15 @@
 
 
 Name:   yast2-snapper
-Version:2.21.10
+Version:2.21.13
 Release:0
 Group:  System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-snapper-%{version}.tar.bz2
 
-Prefix: /usr
-
 Requires:   yast2 = 2.21.22
-License:GPL v2 or later
+License:GPL-2.0+
 BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
 Summary:YaST - file system snapshots review
@@ -41,23 +39,23 @@
 %setup -n yast2-snapper-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -71,9 +69,9 @@
 /usr/share/YaST2/include/snapper/*
 /usr/share/YaST2/clients/snapper.ycp
 /usr/share/YaST2/modules/Snapper.*
-%{prefix}/share/applications/YaST2/snapper.desktop
+%{_prefix}/share/applications/YaST2/snapper.desktop
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
-%doc %{prefix}/share/doc/packages/yast2-snapper
+%doc %{_prefix}/share/doc/packages/yast2-snapper
 
 %changelog

++ yast2-snapper-2.21.10.tar.bz2 - yast2-snapper-2.21.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.10/VERSION 
new/yast2-snapper-2.21.13/VERSION
--- old/yast2-snapper-2.21.10/VERSION   2011-09-28 23:05:13.0 +0200
+++ new/yast2-snapper-2.21.13/VERSION   2011-10-10 12:45:23.0 +0200
@@ -1 +1 @@
-2.21.10
+2.21.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-2.21.10/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-2.21.10/agent-snapper/src/SnapperAgent.cc 2011-09-28 
23:04:27.0 +0200
+++ new/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 2011-10-10 
12:43:23.0 +0200
@@ -18,13 +18,13 @@
 /*
  * search the map for value of given key; both key and value have to be strings
  */
-string SnapperAgent::getValue (const YCPMap map, const string key)
+string SnapperAgent::getValue (const YCPMap map, const string key, const 
string deflt)
 {
 if (!map-value(YCPString(key)).isNull()
 map-value(YCPString(key))-isString())
return map-value(YCPString(key))-asString()-value();
 

commit yast2-sound for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-sound for openSUSE:Factory
checked in at Tue Oct 11 17:08:57 CEST 2011.




--- openSUSE:Factory/yast2-sound/yast2-sound.changes2011-10-04 
18:03:36.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-sound/yast2-sound.changes
2011-10-11 11:58:23.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 11 07:50:58 UTC 2011 - lsle...@suse.cz
+
+- added support for USB joysticks, redesigned the main dialog
+  to support both USB and Gameport joysticks, updated the test
+  dialog (use sliders, fixed button and axes detection)
+  (bnc#695323)
+- 2.21.3
+
+---

calling whatdependson for head-i586


Old:

  yast2-sound-2.21.2.tar.bz2

New:

  yast2-sound-2.21.3.tar.bz2



Other differences:
--
++ yast2-sound.spec ++
--- /var/tmp/diff_new_pack.USnC7S/_old  2011-10-11 17:08:52.0 +0200
+++ /var/tmp/diff_new_pack.USnC7S/_new  2011-10-11 17:08:52.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-sound
-Version:2.21.2
+Version:2.21.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-sound-%{version}.tar.bz2
+Source0:yast2-sound-2.21.3.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPL v2 or later
+License:GPL-2.0+
 BuildRequires:  alsa-devel doxygen gcc-c++ kernel-default perl-XML-Writer ruby 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
 # GetInstArgs::automatic_configuration
@@ -49,7 +49,7 @@
 This package contains the YaST2 component for sound card configuration.
 
 %prep
-%setup -n yast2-sound-%{version}
+%setup -n yast2-sound-2.21.3
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-sound-2.21.2.tar.bz2 - yast2-sound-2.21.3.tar.bz2 ++
 18772 lines of diff (skipped)

continue with q...



Remember to have fun...

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



commit amavisd-new for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package amavisd-new for openSUSE:Factory
checked in at Tue Oct 11 17:15:57 CEST 2011.




--- openSUSE:Factory/amavisd-new/amavisd-new.changes2011-09-23 
01:51:44.0 +0200
+++ /mounts/work_src_done/STABLE/amavisd-new/amavisd-new.changes
2011-10-11 16:23:23.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 14:22:57 UTC 2011 - vark...@suse.com
+
+- bnc#718025 - amavisd-new 2.7.0 fails to start 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ amavisd-new.spec ++
--- /var/tmp/diff_new_pack.hT0Z3d/_old  2011-10-11 17:15:46.0 +0200
+++ /var/tmp/diff_new_pack.hT0Z3d/_new  2011-10-11 17:15:46.0 +0200
@@ -31,6 +31,7 @@
 Requires:   perl-Convert-TNEF perl-Archive-Zip perl-Net-Server 
perl-spamassassin
 Requires:   perl-BerkeleyDB perl-Mail-DKIM
 Requires:   smtp_daemon
+Requires:   amavisd-milter
 %if 0%{?suse_version}  1120
 Requires:   lha
 %endif

continue with q...



Remember to have fun...

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



commit fetchmail for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory
checked in at Tue Oct 11 17:16:10 CEST 2011.




--- openSUSE:Factory/fetchmail/fetchmail.changes2011-09-23 
01:57:26.0 +0200
+++ /mounts/work_src_done/STABLE/fetchmail/fetchmail.changes2011-09-19 
02:14:17.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ fetchmail.spec ++
--- /var/tmp/diff_new_pack.AaONAI/_old  2011-10-11 17:16:06.0 +0200
+++ /var/tmp/diff_new_pack.AaONAI/_new  2011-10-11 17:16:06.0 +0200
@@ -138,9 +138,6 @@
 rm -rf var/lib/fetchmail
 fi
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-, root, root)
 %{_bindir}/fetchmail

continue with q...



Remember to have fun...

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



commit gnutls for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory
checked in at Tue Oct 11 17:16:21 CEST 2011.




--- openSUSE:Factory/gnutls/gnutls.changes  2011-09-26 10:05:53.0 
+0200
+++ /mounts/work_src_done/STABLE/gnutls/gnutls.changes  2011-09-30 
17:17:11.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 15:16:51 UTC 2011 - u...@suse.com
+
+- cross-build fix: configure with sysroot
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.TROzlk/_old  2011-10-11 17:16:17.0 +0200
+++ /var/tmp/diff_new_pack.TROzlk/_new  2011-10-11 17:16:17.0 +0200
@@ -162,7 +162,8 @@
 --disable-static \
 --with-pic \
--disable-rpath \
---disable-silent-rules
+--disable-silent-rules \
+--with-sysroot=/%{?_sysroot}
 make %{?_smp_mflags}
 
 # 17-ago-2011, Test suite passes in factory, just not


continue with q...



Remember to have fun...

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



commit postfix for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package postfix for openSUSE:Factory
checked in at Tue Oct 11 17:16:40 CEST 2011.




--- openSUSE:Factory/postfix/postfix.changes2011-09-23 12:41:36.0 
+0200
+++ /mounts/work_src_done/STABLE/postfix/postfix.changes2011-10-09 
06:33:42.0 +0200
@@ -1,0 +2,16 @@
+Sun Oct  9 04:30:54 UTC 2011 - crrodrig...@opensuse.org
+
+ - Use SSL_MODE_RELEASE_BUFFERS if available, see 
+  SSL_CTX_set_mode man page and 
+  http://www.imperialviolet.org/2010/06/25/overclocking-ssl.html
+  for the full details.
+
+---
+Tue Sep  6 14:49:47 UTC 2011 - ch...@computersalat.de
+
+- update to 2.8.5
+  * Bugfix: allow for Milters that send an SMTP server reply
+without RFC 3463 enhanced status code. Reported by Vladimir
+Vassiliev.  File: milter/milter8.c.
+
+---

calling whatdependson for head-i586


Old:

  postfix-2.8.4.tar.bz2

New:

  postfix-2.8.5-ssl-release-buffers.patch
  postfix-2.8.5.tar.bz2



Other differences:
--
++ postfix.spec ++
--- /var/tmp/diff_new_pack.PaxSMT/_old  2011-10-11 17:16:34.0 +0200
+++ /var/tmp/diff_new_pack.PaxSMT/_new  2011-10-11 17:16:34.0 +0200
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   postfix
 Summary:A fast, secure, and flexible mailer
-Version:2.8.4
-Release:7
+Version:2.8.5
+Release:1
 License:IBM Public License ..
 Group:  Productivity/Networking/Email/Servers
 Url:http://www.postfix.org/
@@ -39,6 +38,7 @@
 Patch11:%{name}-2.8.3-master.cf.patch
 Patch12:%{name}-2.8.3-post-install.patch
 Patch20:%{name}-vda-v10-2.8.3.patch
+Patch21:postfix-2.8.5-ssl-release-buffers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 PreReq: /usr/bin/getent
@@ -148,6 +148,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch20 -p1
+%patch21
 # ---
 
 %build

++ postfix-2.8.5-ssl-release-buffers.patch ++
--- src/tls/tls_client.c.orig
+++ src/tls/tls_client.c
@@ -372,6 +372,12 @@ TLS_APPL_STATE *tls_client_init(const TL
return (0);
 }
 
+/* Keep memory usage as low as possible */
+
+#ifdef SSL_MODE_RELEASE_BUFFERS
+SSL_CTX_set_mode(client_ctx, SSL_MODE_RELEASE_BUFFERS);
+#endif
+
 /*
  * See the verify callback in tls_verify.c
  */
--- src/tls/tls_server.c.orig
+++ src/tls/tls_server.c
@@ -381,6 +381,11 @@ TLS_APPL_STATE *tls_server_init(const TL
tls_print_errors();
return (0);
 }
+
+ /* Keep memory usage as low as possible */
+#ifdef SSL_MODE_RELEASE_BUFFERS
+SSL_CTX_set_mode(server_ctx, SSL_MODE_RELEASE_BUFFERS);
+#endif
 
 /*
  * See the verify callback in tls_verify.c
++ postfix-2.8.4.tar.bz2 - postfix-2.8.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-2.8.4/HISTORY new/postfix-2.8.5/HISTORY
--- old/postfix-2.8.4/HISTORY   2011-06-16 00:37:26.0 +0200
+++ new/postfix-2.8.5/HISTORY   2011-08-31 22:02:02.0 +0200
@@ -16634,3 +16634,17 @@
IP queries even if the name has an alphanumerical prefix.
We play safe, and skip both RHSBL and RHSWL queries for
names ending in a numerical suffix.  File: smtpd/smtpd_check.c.
+
+20110811
+
+   Workaround: report a {client_connections} Milter macro value
+   of zero instead of garbage, when the remote SMTP client is
+   not subject to any smtpd_client_* limits. Problem reported
+   by Christian Roessner. File: smtpd/smtpd_state.c,
+   proto/MILTER_README.html.
+
+20110831
+
+   Bugfix: allow for Milters that send an SMTP server reply
+   without RFC 3463 enhanced status code. Reported by Vladimir
+   Vassiliev.  File: milter/milter8.c.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-2.8.4/README_FILES/MILTER_README 
new/postfix-2.8.5/README_FILES/MILTER_README
--- old/postfix-2.8.4/README_FILES/MILTER_README2010-03-24 
00:31:39.0 +0100
+++ new/postfix-2.8.5/README_FILES/MILTER_README2011-08-31 
21:53:24.0 +0200
@@ -339,8 +339,11 @@
 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|_ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|_ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
 |{client_addr}   |Always   |Client IP address |
 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|_ _ _ 
_ _ _ 

commit drac for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package drac for openSUSE:Factory
checked in at Tue Oct 11 17:57:55 CEST 2011.




--- openSUSE:Factory/drac/drac.changes  2011-09-23 01:55:52.0 +0200
+++ /mounts/work_src_done/STABLE/drac/drac.changes  2011-10-05 
17:13:53.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct  5 15:13:26 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ drac.spec ++
--- /var/tmp/diff_new_pack.85ZfJe/_old  2011-10-11 17:57:52.0 +0200
+++ /var/tmp/diff_new_pack.85ZfJe/_new  2011-10-11 17:57:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package drac (Version 1.12)
+# spec file for package drac
 #
-# Copyright (c) 2008 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
@@ -39,7 +39,7 @@
 # ---
 
 %build
-make OPTFLAGS=$RPM_OPT_FLAGS -fPIC
+make OPTFLAGS=$RPM_OPT_FLAGS -fPIC CC=%__cc
 # ---
 
 %install
@@ -93,4 +93,5 @@
 
 Gary Mills mi...@cc.umanitoba.ca
 
+
 %changelog

continue with q...



Remember to have fun...

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



commit xdelta for openSUSE:11.3

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package xdelta for openSUSE:11.3
checked in at Tue Oct 11 17:58:26 CEST 2011.




--- old-versions/11.3/all/xdelta/xdelta.changes 2010-01-07 14:10:11.0 
+0100
+++ 11.3/xdelta/xdelta.changes  2011-10-11 08:50:14.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 10 13:27:35 UTC 2011 - pgaj...@suse.com
+
+- fixed [bnc#720382] -- xdelta does not work on large files
+  * large-files.patch
+- compile with  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+  [bnc#644388]
+
+---

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


New:

  xdelta-1.1.4-large-files.patch



Other differences:
--
++ xdelta.spec ++
--- /var/tmp/diff_new_pack.Nixrti/_old  2011-10-11 17:57:25.0 +0200
+++ /var/tmp/diff_new_pack.Nixrti/_new  2011-10-11 17:57:25.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xdelta (Version 1.1.4)
+# spec file for package xdelta
 #
-# 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,13 +24,14 @@
 Group:  Productivity/Archiving/Backup
 AutoReqProv:on
 Version:1.1.4
-Release:180
+Release:186.RELEASE2
 Summary:Binary delta generator and RCS replacement library
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}-%{version}.patch
 Patch2: %{name}-%{version}-autoconf.patch
 Patch3: %{name}-%{version}-aliasing.patch
 Patch4: %{name}-%{version}-glib2.patch
+Patch5: %{name}-%{version}-large-files.patch
 Source1:xdeltadir.pl
 Source2:xdeltadir.1.gz
 Url:http://xdelta.org/
@@ -73,6 +74,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
@@ -80,7 +82,7 @@
 aclocal
 autoconf
 automake -a
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 %configure --disable-static
 make
 

++ xdelta-1.1.4-large-files.patch ++
Index: xdelta-1.1.4/xdelta.c
===
--- xdelta-1.1.4.orig/xdelta.c
+++ xdelta-1.1.4/xdelta.c
@@ -956,7 +956,7 @@ xdp_generate_delta_int (XdeltaGenerator
XdeltaOutStream *data_out)
 {
   gint i, j, total_from_ck_count = 0, prime = 0, index = 0;
-  gint total_from_len = 0;
+  gssize total_from_len = 0;
   guint32* table = NULL;
 
   if (QUERY_SIZE == 0)

continue with q...



Remember to have fun...

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



commit libreoffice for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory
checked in at Tue Oct 11 17:58:44 CEST 2011.




libreoffice-help-en-US.changes: same change
libreoffice-help-group1.changes: same change
libreoffice-help-group2.changes: same change
libreoffice-help-group3.changes: same change
libreoffice-help-group4.changes: same change
libreoffice-help-group5.changes: same change
--- openSUSE:Factory/libreoffice/libreoffice.changes2011-09-26 
10:08:34.0 +0200
+++ /mounts/work_src_done/STABLE/libreoffice/libreoffice.changes
2011-10-07 18:34:22.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct  7 16:32:59 UTC 2011 - an...@opensuse.org
+
+- add more detailed categories to desktop files
+
+---
+Mon Oct  3 14:00:21 UTC 2011 - pmla...@suse.com
+
+- svx-globlmn-hrc-build-dep.diff: fix build dependency problem in svx
+- apply libreoffice-poppler-0.17.0.patch only on openSUSE  11.3;
+  cpp/poppler-version.h is not included in older poppler packages
+
+---
+Tue Sep 22 23:35:04 CEST 2011 - fst...@suse.com
+
+- desktop-null-display-crash.diff: fix crash on exit.
+
+---

calling whatdependson for head-i586


New:

  desktop-null-display-crash.diff
  svx-globlmn-hrc-build-dep.diff



Other differences:
--
++ libreoffice-branding-upstream.spec ++
--- /var/tmp/diff_new_pack.a0nChz/_old  2011-10-11 17:58:36.0 +0200
+++ /var/tmp/diff_new_pack.a0nChz/_new  2011-10-11 17:58:36.0 +0200
@@ -75,6 +75,7 @@
 #BRAND: type:   text config file (ini-files-like)
 #BRAND: purpose: defines the position, size and, color of the status bar
 
+
 %description
 This package includes the original branding for the LibreOffice
 office suite.
@@ -84,8 +85,10 @@
 %prep
 %setup -q -n libreoffice-artwork-%version
 
+
 %build
 
+
 %install
 install -m 755 -d $RPM_BUILD_ROOT%_datadir/%lo_home/program/shell
 # sofficerc
@@ -103,11 +106,15 @@
 $RPM_BUILD_ROOT%_datadir/%lo_home/program/$pict
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files
 %defattr(-,root,root)
 %_datadir/%lo_home
 
+
+
 %changelog

++ libreoffice-help-en-US.spec ++
--- /var/tmp/diff_new_pack.a0nChz/_old  2011-10-11 17:58:36.0 +0200
+++ /var/tmp/diff_new_pack.a0nChz/_new  2011-10-11 17:58:36.0 +0200
@@ -100,6 +100,7 @@
 #!ExclusiveArch:  %ix86 x86_64 ppc
 BuildArch:  noarch
 
+
 %description
 American help localization for LibreOffice. The other localized
 stuff is in LibreOffice-l10n-en-US.
@@ -120,6 +121,7 @@
 %patch1
 %endif
 
+
 %build
 %if %prepare_build != 0
 #
@@ -208,6 +210,7 @@
 cd helpcontent2
 build --all $PARALLEL_BUILD
 
+
 %install
 . ./*Env.Set.sh
 test -z %lo_langs  langs=en-US || langs=%lo_langs
@@ -230,22 +233,29 @@
 echo %_datadir/%lo_home/$filelist file-lists/$filelist
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 # en-US
 
+
 %posttrans -n libreoffice-help-en-US
 %_datadir/%lo_home/link-to-ooo-home %_datadir/%lo_home/help_en_US_list.txt || 
true
 
+
 %preun -n libreoffice-help-en-US
 test $1 = 0  cp %_datadir/%lo_home/help_en_US_list.txt 
%_datadir/%lo_home/help_en_US_list.txt.postun || true
 
+
 %postun -n libreoffice-help-en-US
 test $1 = 0  %_datadir/%lo_home/link-to-ooo-home --unlink 
%_datadir/%lo_home/help_en_US_list.txt.postun || true
 rm -f %_datadir/%lo_home/help_en_US_list.txt.postun 2/dev/null
 
+
 %files -f file-lists/help_en_US_list.txt -n libreoffice-help-en-US
 %defattr(-,root,root)
 
+
+
 %changelog

++ libreoffice-help-group1.spec ++
--- /var/tmp/diff_new_pack.a0nChz/_old  2011-10-11 17:58:36.0 +0200
+++ /var/tmp/diff_new_pack.a0nChz/_new  2011-10-11 17:58:36.0 +0200
@@ -99,6 +99,7 @@
 #!ExclusiveArch:  %ix86 x86_64 ppc
 BuildArch:  noarch
 
+
 %description
 This package provides files related to the LibreOffice help
 development.
@@ -106,6 +107,7 @@
 
 %if %test_build_langs = 1
 
+
 %package -n libreoffice-help-cs
 License:LGPLv3
 Summary:Czech Help Localization for LibreOffice
@@ -120,6 +122,7 @@
 Obsoletes:  OpenOffice_org-help-cs = %version
 Provides:   OpenOffice_org-cs:%_prefix/ooo-2.0/help/cs/default.css
 
+
 %description -n libreoffice-help-cs
 Czech help localization for LibreOffice. The other localized stuff
 is in libreoffice-l10n-cs.
@@ -129,6 +132,7 @@
 %endif
 %if %test_build_langs = 2
 
+
 %package -n libreoffice-help-da
 License:LGPLv3
 Summary:Danish Help Localization for LibreOffice
@@ -143,6 +147,7 @@
 Obsoletes:  OpenOffice_org-help-da = %version
 Provides:   OpenOffice_org-da:%_prefix/ooo-2.0/help/da/default.css
 
+
 %description -n libreoffice-help-da
 Danish help localization for LibreOffice. The other localized stuff
 is in libreoffice-l10n-da.
@@ -152,6 

commit lxde-common-branding-openSUSE for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package lxde-common-branding-openSUSE for 
openSUSE:Factory
checked in at Tue Oct 11 17:59:05 CEST 2011.




--- 
openSUSE:Factory/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
2011-09-26 17:04:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/lxde-common-branding-openSUSE/lxde-common-branding-openSUSE.changes
2011-10-11 13:31:27.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 11:16:35 UTC 2011 - g...@opensuse.org
+
+- use wallpapers from wallpaper-branding-openSUSE for = 12.1
+- removed unneeded build dependencies
+
+---

calling whatdependson for head-i586


New:

  lxde-common-0.5.5-pcmanfm-default-11.4.patch



Other differences:
--
++ lxde-common-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.WZwIpn/_old  2011-10-11 17:59:01.0 +0200
+++ /var/tmp/diff_new_pack.WZwIpn/_new  2011-10-11 17:59:01.0 +0200
@@ -26,14 +26,18 @@
 Source0:lxde-common-%{upstream_ver}.tar.bz2
 Source1:suse.png
 Source2:suse-logout.png
+%if 0%{?suse_version}  1200
+Patch0: lxde-common-0.5.5-pcmanfm-default-11.4.patch
+%else
 Patch0: lxde-common-0.5.5-pcmanfm-default.patch
+%endif
 Patch1: lxde-common-0.5.5-openbox-menu.patch
 Patch2: lxde-common-0.5.5-lxpanel.patch
 Patch3: lxde-common-0.5.5-lxde-logout.patch
 Patch4: lxde-common-0.5.5-openbox-shortcut.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake intltool update-desktop-files
-BuildRequires:  docbook-utils docbook-xsl-stylesheets fdupes libxslt
+BuildRequires:  fdupes
 Group:  System/GUI/LXDE
 Url:http://www.opensuse.org
 Summary:openSUSE branding for LXDE
@@ -42,6 +46,9 @@
 Conflicts:  otherproviders(lxde-common-branding)
 Supplements:packageand(lxde-common:branding-openSUSE)
 Requires:   desktop-data-openSUSE
+%if 0%{?suse_version}  1200
+Requires:   wallpaper-branding-openSUSE
+%endif
 
 %description
 This branding-style package sets openSUSE style improvements into LXDE.

++ lxde-common-0.5.5-pcmanfm-default-11.4.patch ++
diff -uNr old-lxde-common-0.5.5//pcmanfm/pcmanfm.conf.in 
lxde-common-0.5.5/pcmanfm/pcmanfm.conf.in
--- old-lxde-common-0.5.5//pcmanfm/pcmanfm.conf.in  2011-07-29 
16:04:03.0 +0200
+++ lxde-common-0.5.5/pcmanfm/pcmanfm.conf.in   2011-07-30 11:49:24.876519050 
+0200
@@ -2,12 +2,18 @@
 bm_open_method=0
 su_cmd=xdg-su -c '%s'
 
+[volume]
+mount_on_startup=1
+mount_removable=1
+autorun=1
+
 [desktop]
 wallpaper_mode=1
-wallpaper=@prefix@/share/lxde/wallpapers/lxde_blue.jpg
+wallpaper=@prefix@/share/wallpapers/default-1920x1200.jpg
 desktop_bg=#00
 desktop_fg=#ff
 desktop_shadow=#00
+show_wm_menu=0
 
 [ui]
 always_show_tabs=0
@@ -17,4 +23,4 @@
 view_mode=0
 show_hidden=0
 sort_type=0
-sort_by=0
+sort_by=2
++ lxde-common-0.5.5-pcmanfm-default.patch ++
--- /var/tmp/diff_new_pack.WZwIpn/_old  2011-10-11 17:59:01.0 +0200
+++ /var/tmp/diff_new_pack.WZwIpn/_new  2011-10-11 17:59:01.0 +0200
@@ -13,7 +13,7 @@
  [desktop]
  wallpaper_mode=1
 -wallpaper=@prefix@/share/lxde/wallpapers/lxde_blue.jpg
-+wallpaper=@prefix@/share/wallpapers/default-1920x1200.jpg
++wallpaper=@prefix@/share/wallpapers/openSUSEdefault/contents/images/1920x1200.jpg
  desktop_bg=#00
  desktop_fg=#ff
  desktop_shadow=#00



continue with q...



Remember to have fun...

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



commit python-ldap for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory
checked in at Tue Oct 11 17:59:15 CEST 2011.




--- openSUSE:Factory/python-ldap/python-ldap.changes2011-09-23 
12:42:55.0 +0200
+++ /mounts/work_src_done/STABLE/python-ldap/python-ldap.changes
2011-10-11 14:53:09.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct 11 12:45:02 UTC 2011 - jmate...@suse.com
+
+- removed sasl.patch as it is no longer necessary
+- update to 2.4.3
+  * requires OpenLDAP 2.4.11 or higher
+  * improved documentation
+  * backwards-incompatible API for ldap.control
+  * a couple new features, e.g. support for OPT_X_TLS_PACKAGE
+  * improved LDAPv3 support
+
+---

calling whatdependson for head-i586


Old:

  python-ldap-2.3.13.tar.bz2
  python-ldap-sasl.patch

New:

  python-ldap-2.4.3.tar.gz



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.ZrOSow/_old  2011-10-11 17:59:10.0 +0200
+++ /var/tmp/diff_new_pack.ZrOSow/_new  2011-10-11 17:59:10.0 +0200
@@ -19,17 +19,16 @@
 
 
 Name:   python-ldap
-BuildRequires:  fdupes krb5-devel openldap2-devel = 2.3 python-devel
-Requires:   openldap2-client = 2.3
+BuildRequires:  fdupes krb5-devel openldap2-devel = 2.4.11 python-devel
+Requires:   openldap2-client = 2.4.11
 License:Public Domain, Freeware
 Group:  Development/Libraries/Python
 AutoReqProv:on
-Version:2.3.13
+Version:2.4.3
 Release:1
 Summary:Python LDAP interface
-Url:http://python-ldap.sourceforge.net/
-Source: python-ldap-%{version}.tar.bz2
-Patch0: python-ldap-sasl.patch
+Url:http://www.python-ldap.org/
+Source: 
http://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
 
@@ -41,12 +40,11 @@
 
 %prep
 %setup
-%patch0
 cp Build/setup.cfg.suse-linux setup.cfg
 find -name .CVS -o -name .cvsignore -exec rm -rf {} ;
 
 %build
-export CFLAGS=$RPM_OPT_FLAGS -DLDAP_DEPRECATED
+#export CFLAGS=$RPM_OPT_FLAGS -DLDAP_DEPRECATED
 python setup.py build
 
 %install

continue with q...



Remember to have fun...

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



commit scsires for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package scsires for openSUSE:Factory
checked in at Tue Oct 11 17:59:23 CEST 2011.




--- openSUSE:Factory/scsires/scsires.changes2011-09-23 12:45:52.0 
+0200
+++ /mounts/work_src_done/STABLE/scsires/scsires.changes2011-09-30 
18:15:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 16:15:11 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ scsires.spec ++
--- /var/tmp/diff_new_pack.gJHUKz/_old  2011-10-11 17:59:19.0 +0200
+++ /var/tmp/diff_new_pack.gJHUKz/_new  2011-10-11 17:59:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package scsires (Version 0.7)
+# spec file for package scsires
 #
-# Copyright (c) 2008 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
@@ -46,7 +46,7 @@
 %patch1 -p1
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS
+make CC=%__cc CFLAGS=$RPM_OPT_FLAGS
 
 %install
 rm -rf %{buildroot}

continue with q...



Remember to have fun...

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



commit xdelta for openSUSE:11.4

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package xdelta for openSUSE:11.4
checked in at Tue Oct 11 17:59:27 CEST 2011.




--- old-versions/11.4/all/xdelta/xdelta.changes 2010-01-07 14:10:11.0 
+0100
+++ 11.4/xdelta/xdelta.changes  2011-10-11 08:50:26.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 10 13:27:26 UTC 2011 - pgaj...@suse.com
+
+- fixed [bnc#720382] -- xdelta does not work on large files
+  * large-files.patch
+- compile with  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+  [bnc#644388]
+
+---

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


New:

  xdelta-1.1.4-large-files.patch



Other differences:
--
++ xdelta.spec ++
--- /var/tmp/diff_new_pack.rq6KGC/_old  2011-10-11 17:58:31.0 +0200
+++ /var/tmp/diff_new_pack.rq6KGC/_new  2011-10-11 17:58:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xdelta (Version 1.1.4)
+# spec file for package xdelta
 #
-# 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,13 +24,14 @@
 Group:  Productivity/Archiving/Backup
 AutoReqProv:on
 Version:1.1.4
-Release:180
+Release:189.RELEASE190
 Summary:Binary delta generator and RCS replacement library
 Source: %{name}-%{version}.tar.bz2
 Patch:  %{name}-%{version}.patch
 Patch2: %{name}-%{version}-autoconf.patch
 Patch3: %{name}-%{version}-aliasing.patch
 Patch4: %{name}-%{version}-glib2.patch
+Patch5: %{name}-%{version}-large-files.patch
 Source1:xdeltadir.pl
 Source2:xdeltadir.1.gz
 Url:http://xdelta.org/
@@ -73,6 +74,7 @@
 %patch2
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
@@ -80,7 +82,7 @@
 aclocal
 autoconf
 automake -a
-export CFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 %configure --disable-static
 make
 

++ xdelta-1.1.4-large-files.patch ++
Index: xdelta-1.1.4/xdelta.c
===
--- xdelta-1.1.4.orig/xdelta.c
+++ xdelta-1.1.4/xdelta.c
@@ -956,7 +956,7 @@ xdp_generate_delta_int (XdeltaGenerator
XdeltaOutStream *data_out)
 {
   gint i, j, total_from_ck_count = 0, prime = 0, index = 0;
-  gint total_from_len = 0;
+  gssize total_from_len = 0;
   guint32* table = NULL;
 
   if (QUERY_SIZE == 0)

continue with q...



Remember to have fun...

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



commit spu-tools for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package spu-tools for openSUSE:Factory
checked in at Tue Oct 11 17:59:31 CEST 2011.




--- openSUSE:Factory/spu-tools/spu-tools.changes2011-09-23 
12:46:46.0 +0200
+++ /mounts/work_src_done/STABLE/spu-tools/spu-tools.changes2011-09-30 
18:17:57.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 16:17:35 UTC 2011 - u...@suse.com
+
+- cross-build fix: use %__cc macro
+
+---

calling whatdependson for head-i586




Other differences:
--
++ spu-tools.spec ++
--- /var/tmp/diff_new_pack.LTCaMR/_old  2011-10-11 17:59:29.0 +0200
+++ /var/tmp/diff_new_pack.LTCaMR/_new  2011-10-11 17:59:29.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package spu-tools (Version 2.3.0)
+# spec file for package spu-tools
 #
-# 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
@@ -50,7 +50,7 @@
 %patch
 
 %build
-make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}
+make CFLAGS=$RPM_OPT_FLAGS CC=%__cc %{?_smp_mflags}
 
 %clean 
 #rm -rf $RPM_BUILD_ROOT

continue with q...



Remember to have fun...

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



commit systemd for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Tue Oct 11 17:59:47 CEST 2011.




--- openSUSE:Factory/systemd/systemd.changes2011-10-08 11:44:38.0 
+0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-10-11 
15:58:26.0 +0200
@@ -1,0 +2,17 @@
+Tue Oct 11 13:57:32 UTC 2011 - co...@suse.com
+
+- make sure updaters get in the /sbin/init from here - the sub package
+  of the split package will decide which init wins in update case
+
+---
+Tue Oct 11 13:10:27 UTC 2011 - co...@suse.com
+
+- under openSUSE if it's not systemd, chances are good it's
+  sysvinit
+
+---
+Tue Oct 11 11:07:02 UTC 2011 - co...@suse.com
+
+- do not list specific sbin_init providers
+
+---

calling whatdependson for head-i586


New:

  support-sysvinit.patch



Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.uacwIn/_old  2011-10-11 17:59:41.0 +0200
+++ /var/tmp/diff_new_pack.uacwIn/_new  2011-10-11 17:59:41.0 +0200
@@ -65,6 +65,7 @@
 Patch8: tty1.patch
 Patch10:0001-service-Fix-dependencies-added-when-parsing-insserv..patch
 Patch13:0001-service-flags-sysv-service-with-detected-pid-as-Rema.patch
+Patch15:support-sysvinit.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -84,7 +85,6 @@
 drop-in replacement for sysvinit.
 
 %package devel
-License:GPLv2+
 Group:  Development/Libraries/C and C++
 Summary:Development headers for systemd
 Requires:   %{name} = %{version}
@@ -94,13 +94,11 @@
 Development headers and auxiliary files for developing applications for 
systemd.
 
 %package sysvinit
-License:GPLv2+
-Group:  System/Base
 Summary:System V init tools
 Requires:   %{name} = %{version}
 Provides:   sbin_init
-Conflicts:  sysvinit
-Conflicts:  upstart
+Conflicts:  otherproviders(sbin_init)
+Provides:   sysvinit:/sbin/init
 
 %description sysvinit
 Drop-in replacement of System V init tools.
@@ -108,9 +106,6 @@
 %if %{build_plymouth}
 
 %package plymouth
-
-License:GPLv2+
-Group:  System/Base
 Summary:Plymouth support for systemd
 Requires:   %{name} = %{version}
 Requires:   plymouth
@@ -128,6 +123,7 @@
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 %build
 autoreconf -fiv

++ support-sysvinit.patch ++
Index: systemd-36/src/systemctl.c
===
--- systemd-36.orig/src/systemctl.c
+++ systemd-36/src/systemctl.c
@@ -4672,10 +4672,13 @@ static int parse_argv(int argc, char *ar
 /* Hmm, so some other init system is
  * running, we need to forward this
  * request to it. For now we simply
- * guess that it is Upstart. */
-
-execv(/lib/upstart/telinit, argv);
+ * guess that it is Sysvinit or Upstart. */
 
+   if (!access(/lib/sysvinit/telinit, X_OK)) {
+   execv(/lib/sysvinit/telinit, argv);
+   } else {
+   execv(/lib/upstart/telinit, argv);
+   }
 log_error(Couldn't find an alternative 
telinit implementation to spawn.);
 return -EIO;
 }
continue with q...



Remember to have fun...

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



commit sysvinit for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package sysvinit for openSUSE:Factory
checked in at Tue Oct 11 18:00:01 CEST 2011.




--- openSUSE:Factory/sysvinit/sysvinit.changes  2011-10-04 18:15:13.0 
+0200
+++ /mounts/work_src_done/STABLE/sysvinit/sysvinit.changes  2011-10-11 
15:59:17.0 +0200
@@ -1,0 +2,18 @@
+Tue Oct 11 13:46:46 UTC 2011 - co...@suse.com
+
+- do not telinit u if /sbin/init is not sysvinit
+
+---
+Tue Oct 11 11:04:56 UTC 2011 - co...@suse.com
+
+- split out the symlink /sbin/init into a special subpackage,
+  which does _NOT_ do a split provide. systemd-sysvinit will 
+  provide this, so you need to do extra work if you want to stay
+  on sysvinit
+
+---
+Tue Oct 11 10:16:45 UTC 2011 - co...@suse.com
+
+- remove unused files
+
+---

calling whatdependson for head-i586


Old:

  killproc-2.20.tar.gz
  showconsole-1.15.dif
  showconsole-1.15.tar.bz2
  showconsole-1.15.tar.gz



Other differences:
--
++ sysvinit.spec ++
--- /var/tmp/diff_new_pack.qq6AhW/_old  2011-10-11 17:59:58.0 +0200
+++ /var/tmp/diff_new_pack.qq6AhW/_new  2011-10-11 17:59:58.0 +0200
@@ -27,7 +27,6 @@
 %define START  0.57
 License:GPLv2+
 Group:  System/Base
-AutoReqProv:on
 Version:%{SIVER}
 Release:58
 Summary:SysV-Style init
@@ -59,7 +58,6 @@
 Patch40:showconsole-%{SCVER}.dif
 Patch50:startpar-%{START}.dif
 Requires:   sysvinit-tools
-Provides:   sbin_init
 
 %description
 System V style init programs by Miquel van Smoorenburg that control the
@@ -72,9 +70,7 @@
 more information.
 
 %package tools
-License:GPLv2+
 Summary:Tools for basic booting
-Group:  System/Base
 %if 0%{suse_version}  1120
 Requires(preun):  coreutils %insserv_prereq
 Requires(postun): coreutils %insserv_prereq
@@ -87,6 +83,15 @@
 to startpar, killproc and pidof. System V init specific programs are in the 
 sysvinit package.
 
+%package init
+Summary:Provides /sbin/init for sysvinit
+Provides:   sbin_init
+Conflicts:  otherproviders(sbin_init)
+Requires:   %{name}
+
+%description init
+Just some symlinks
+
 %prep
 %setup -n %{name}-%{SIVER}dsf -q -b 2 -b 3 -b 4 -b 5
 %patch1  -p0 -b .startstop
@@ -157,6 +162,11 @@
   mkdir -m 755 -p ${RPM_BUILD_ROOT}%{_mandir}/man5
   mkdir -m 755 -p ${RPM_BUILD_ROOT}%{_mandir}/man8
   make install -C src MANPATH=%{_mandir} ROOT=${RPM_BUILD_ROOT} 
WITH_SELINUX=yes DISTRO=SuSE
+  mv ${RPM_BUILD_ROOT}/sbin/init ${RPM_BUILD_ROOT}/sbin/sysvinit
+  ln -s /sbin/sysvinit ${RPM_BUILD_ROOT}/sbin/init
+  mkdir -p ${RPM_BUILD_ROOT}/lib/sysvinit
+  ln -sf /sbin/sysvinit ${RPM_BUILD_ROOT}/lib/sysvinit/telinit
+  ln -sf /sbin/sysvinit ${RPM_BUILD_ROOT}/sbin/telinit
   test -p ${RPM_BUILD_ROOT}/dev/initctl || {
 rm -f ${RPM_BUILD_ROOT}/dev/initctl
 mknod ${RPM_BUILD_ROOT}/dev/initctl p
@@ -208,10 +218,12 @@
 %stop_on_removal powered
 
 %post
-if test -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d 
/proc/1/root -a ! -d /.build ; then
-if test $(stat -Lc '%%D-%%i' /) = $(stat -Lc '%%D-%%i' /proc/1/root) ; then
+if test -x /sbin/telinit -a -p /dev/initctl -a -f /proc/1/exe -a -d 
/proc/1/root -a ! -d /.build -a -x /sbin/init; then
+if test $(stat -Lc '%%D-%%i' /) = $(stat -Lc '%%D-%%i' /proc/1/root); then
+   if test $(stat -Lc '%%D-%%i' /sbin/init) = $(stat -Lc '%%D-%%i' 
/sbin/sysvinit); then
/sbin/telinit u
 fi
+fi
 fi
 
 %post tools
@@ -225,12 +237,14 @@
 mkinitrd_setup
 fi
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
 %files
 %defattr (-,root,root,755)
-%config /etc/pam.d/init
+/sbin/sysvinit
+%dir /lib/sysvinit
+/lib/sysvinit/telinit
+
+%files init
+%defattr (-,root,root,755)
 /sbin/halt
 /sbin/init
 /sbin/poweroff
@@ -257,6 +271,7 @@
 %config /etc/init.d/powerd
 %doc   doc/powerd
 %endif
+%config /etc/pam.d/init
 %dir /lib/mkinitrd
 %dir /lib/mkinitrd/scripts
 /lib/mkinitrd/scripts/boot-blogd.sh

continue with q...



Remember to have fun...

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



commit xfwm4 for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package xfwm4 for openSUSE:Factory
checked in at Tue Oct 11 18:00:34 CEST 2011.




--- openSUSE:Factory/xfwm4/xfwm4.changes2011-10-07 16:08:33.0 
+0200
+++ /mounts/work_src_done/STABLE/xfwm4/xfwm4.changes2011-10-11 
14:09:45.0 +0200
@@ -1,0 +2,11 @@
+Tue Oct 11 11:48:45 UTC 2011 - g...@opensuse.org
+
+- added xfwm4-4.8.2-careful-layer-manipulation.patch in order to
+  ignore size increment if a resize request comes from an
+  application itself (backported from upstream git)
+- added xfwm4-4.8.2-fix-resizing.patch in oder to be more careful
+  when allowing applications to manipulate the window layer by
+  themselves
+- do not package INSTALL file
+
+---

calling whatdependson for head-i586


New:

  xfwm4-4.8.2-careful-layer-manipulation.patch
  xfwm4-4.8.2-fix-resizing.patch



Other differences:
--
++ xfwm4.spec ++
--- /var/tmp/diff_new_pack.gZK359/_old  2011-10-11 18:00:30.0 +0200
+++ /var/tmp/diff_new_pack.gZK359/_new  2011-10-11 18:00:30.0 +0200
@@ -30,6 +30,10 @@
 Source3:Gilouche-xfwm4.tar.bz2
 Source4:COPYING.Gilouche
 Source5:xfwm4.xml
+# PATCH-FIX-UPSTREAM xfwm4-4.8.2-fix-resizing.patch bxo#7445 g...@opensuse.org 
-- Ignore size increment if a resize request comes from an application itself 
(backported from upstream git)
+Patch0: xfwm4-4.8.2-fix-resizing.patch
+# PATCH-FIX-UPSTREAM xfwm4-4.8.2-careful-layer-manipulation.patch 
g...@opensuse.org -- Be more careful when allowing applications to manipulate 
the window layer by themselves
+Patch1: xfwm4-4.8.2-careful-layer-manipulation.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -72,6 +76,8 @@
 
 %prep
 %setup -q -a1 -a3
+%patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS=%{optflags} -fno-strict-aliasing
@@ -85,7 +91,7 @@
 %make_install
 find Gilouche Sonar -depth -print | cpio -pvd %{buildroot}%{_datadir}/themes
 install -p -m 644 example.gtkrc-2.0 README COPYING* AUTHORS COMPOSITOR \
-ChangeLog INSTALL TODO %{buildroot}%{_defaultdocdir}/%{name}
+ChangeLog TODO %{buildroot}%{_defaultdocdir}/%{name}
 install -D -p -m 644 %{SOURCE5} \
 %{buildroot}%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
 %suse_update_desktop_file xfce-wm-settings

++ xfwm4-4.8.2-careful-layer-manipulation.patch ++
From 9015305a2e4f46a938b88f0029c19db26657c0ad Mon Sep 17 00:00:00 2001
From: Olivier Fourdan four...@xfce.org
Date: Mon, 10 Oct 2011 08:33:03 +
Subject: Some apps that I wouldn't name try to manipulate the win layer by

themselves and cause havoc when doing so on transient dialogs, so
we need to be extra careful before allowing apps to change the
layer.
---
diff --git a/src/client.c b/src/client.c
index 67c5f36..e5e56ca 100644
--- a/src/client.c
+++ b/src/client.c
@@ -983,6 +983,7 @@ clientGetMWMHints (Client * c, gboolean update)
  !FLAG_TEST(c-flags, CLIENT_FLAG_FULLSCREEN))
 {
 /* legacy app changed its decoration, put it back on regular layer 
*/
+TRACE (Legacy app changed its decoration \%s\ (0x%lx), 
c-name, c-window);
 FLAG_UNSET (c-xfwm_flags, XFWM_FLAG_LEGACY_FULLSCREEN);
 clientSetLayer (c, WIN_LAYER_NORMAL);
 }
@@ -1834,7 +1835,7 @@ clientFrame (DisplayInfo *display_info, Window w, 
gboolean recapture)
 (c-win_layer == WIN_LAYER_NORMAL) 
 (c-type == WINDOW_NORMAL))
 {
-g_print (Full screen for old apps\n);
+TRACE (Fullscreen for old apps \%s\ (0x%lx), c-name, c-window);
 FLAG_SET (c-xfwm_flags, XFWM_FLAG_LEGACY_FULLSCREEN);
 }
 
@@ -2730,7 +2731,7 @@ clientSetLayer (Client * c, guint l)
 Client *c2 = NULL;
 
 g_return_if_fail (c != NULL);
-TRACE (entering clientSetLayer);
+TRACE (entering clientSetLayer for \%s\ (0x%lx) on layer %d, c-name, 
c-window, l);
 
 screen_info = c-screen_info;
 display_info = screen_info-display_info;
diff --git a/src/events.c b/src/events.c
index f3aadcf..e1f9588 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1982,7 +1982,13 @@ handleClientMessage (DisplayInfo *display_info, 
XClientMessageEvent * ev)
 else if ((ev-message_type == display_info-atoms[WIN_LAYER])  
(ev-format == 32))
 {
 TRACE (client \%s\ (0x%lx) has received a WIN_LAYER event, 
c-name, c-window);
-if ((unsigned long) ev-data.l[0] != c-win_layer)
+/*
+ * Some apps that I wouldn't name try to manipulate the win layer 
by themselves
+ * and cause havoc when doing so on transient dialogs, so we need 
to be extra careful
+ * here before allowing apps to change the layer.
+ * Actually, I beleive twe should get rid of support of 

commit alpine for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package alpine for openSUSE:Factory
checked in at Tue Oct 11 18:20:46 CEST 2011.




--- openSUSE:Factory/alpine/alpine.changes  2011-10-11 16:41:29.0 
+0200
+++ /mounts/work_src_done/STABLE/alpine/alpine.changes  2011-10-11 
17:34:22.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 11 13:10:14 UTC 2011 - m...@suse.com
+
+- Fix and extend operation-may-be-undefined-warning.diff
+  (bnc#558841)
+- Overhaul RPM summary and description.
+- Month names containing non-ASCII characters were rendered
+  incorrectly in non-UTF8 locales (bnc#597744).
+
+---

calling whatdependson for head-i586


New:

  alpine-month_name-utf8.patch



Other differences:
--
++ alpine.spec ++
--- /var/tmp/diff_new_pack.oSRYR5/_old  2011-10-11 18:20:43.0 +0200
+++ /var/tmp/diff_new_pack.oSRYR5/_new  2011-10-11 18:20:43.0 +0200
@@ -33,7 +33,7 @@
 %defineuse_mudflap 0
 %definebuild_vanilla   0
 #
-Summary:Alpine mail user agent (formerly pine)
+Summary:Mail User Agent
 BuildRequires:  imap-devel krb5-devel libgssapi ncurses-devel
 BuildRequires:  openldap2-devel openssl-devel pam-devel update-desktop-files
 BuildRequires:  libtool
@@ -65,6 +65,7 @@
 Patch4: fix-implicit.patch
 Patch5: alpine-gcc44.diff
 Patch6: alpine-2.00-as_needed.patch
+Patch7: alpine-month_name-utf8.patch
 Patch10:pico-fix-spurious-undef-warnings.diff
 Patch20:pine-expression-warnings.diff
 Patch40:pico-stripwhitespace.diff
@@ -89,24 +90,13 @@
 Patch613:   alpine-no-add-needed.patch
 
 %description
-Though originally designed for inexperienced email users, Alpine
-supports many advanced features, and an ever-growing number of
-configuration and personal-preference options.
-
-Alpine (formerly Pine) features improved support for UTF-8 and the code
-is licensed under the Apache License.
-
-Despite many improvements under the hood (the bugs which were
-introduced by them were ironed out during more than a full year of
-public beta testing), the user interface stays the same, so pine users
-can switch painlessly to alpine and notice no change at all.
-
-It uses the same configuration files as pine, so it's a clean update.
-
-The biggest user-visible change are the new animations which are shown
-when operations take a long time.
-
-
+Alpine is a display-oriented email client that is suitable for both
+the inexperienced email user as well as for the most demanding of
+power users. Alpine is based on the PineĀ® Message System, which was
+also developed at the University of Washington. Alpine can be learned
+by exploration and the use of context-sensitive help. The user
+experience is highly customizable through the use of the Alpine Setup
+command.
 
 %package -n pico
 License:Apache Software License ..
@@ -169,10 +159,11 @@
 #
 %patch1
 %patch2 -p1
-%patch3 -p1
+%patch3
 %patch4 -p0
 %patch5 -p0
 %patch6 -p0
+%patch7
 %patch10 -p1
 %patch20 -p1
 %patch40 -p1

++ alpine-month_name-utf8.patch ++
--- pith/string.c
+++ pith/string.c
@@ -769,6 +769,7 @@
  return(xxx);
else{
static char buf[20];
+char *utf8buf;
struct tm tm;
 
memset(tm, 0, sizeof(tm));
@@ -810,6 +811,12 @@
 
buf[0] = ' ';
}
+utf8buf = convert_to_utf8(buf, NULL, 0);
+if (utf8buf != NULL) {
+strncpy(buf, utf8buf, sizeof(buf));
+buf[sizeof(buf)-1] = '\0';
+fs_give((void **)utf8buf);
+}
 
return(buf);
}
@@ -841,12 +848,19 @@
  return();
else{
static char buf[20];
+char *utf8buf;
struct tm tm;
 
memset(tm, 0, sizeof(tm));
tm.tm_year = 107;
tm.tm_mon = month_num-1;
our_strftime(buf, sizeof(buf), %B, tm);
+utf8buf = convert_to_utf8(buf, NULL, 0);
+if (utf8buf != NULL) {
+strncpy(buf, utf8buf, sizeof(buf));
+buf[sizeof(buf)-1] = '\0';
+fs_give((void **)utf8buf);
+}
return(buf);
}
 }

++ operation-may-be-undefined-warning.diff ++
--- /var/tmp/diff_new_pack.oSRYR5/_old  2011-10-11 18:20:43.0 +0200
+++ /var/tmp/diff_new_pack.oSRYR5/_new  2011-10-11 18:20:43.0 +0200
@@ -1,6 +1,17 @@
 alpine-0.999/imap/src/c-client/mail.c
-+++ alpine-0.999/imap/src/c-client/mail.c
-@@ -2795,8 +2795,10 @@
+--- alpine/folder.c
 alpine/folder.c
+@@ -6013,7 +6013,7 @@
+   continue;
+ 
+ case 14 : /* toggle comparison */
+-  *cmp = ++(*cmp) % 3;
++  *cmp = ((*cmp) + 1) % 3;
+   

commit libunicap for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package libunicap for openSUSE:Factory
checked in at Tue Oct 11 18:21:02 CEST 2011.




--- openSUSE:Factory/libunicap/libunicap.changes2011-09-23 
02:11:00.0 +0200
+++ /mounts/work_src_done/STABLE/libunicap/libunicap.changes2011-10-11 
11:26:03.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 11 10:48:45 UTC 2011 - toddrme2...@gmail.com
+
+- Add a patch to not used the reserved keyword private.  This
+  prevents C++ programs from building against this library
+  See: https://bugs.launchpad.net/unicap/+bug/656229
+   https://bugs.launchpad.net/unicap/+bug/658739
+- Removed deprecated %clean macro
+- Did some trivial spec file cleanups
+
+---

calling whatdependson for head-i586


New:

  libunicap_0912_fixPrivate.patch



Other differences:
--
++ libunicap.spec ++
--- /var/tmp/diff_new_pack.4l6wZS/_old  2011-10-11 18:20:58.0 +0200
+++ /var/tmp/diff_new_pack.4l6wZS/_new  2011-10-11 18:20:58.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define _use_internal_dependency_generator 0
 %{expand:%%define prev__find_provides %{__find_provides}}
 %define __find_provides sh %{SOURCE1} %{prev__find_provides}
@@ -34,6 +33,8 @@
 Source2:baselibs.conf
 # PATCH-FIX-OPENSUSE openSUSE puts the videodev headers somewhere different in 
12.1
 Patch1: libunicap-0.9.12-find_videodev.patch
+# PATCH-FIX-UPSTREAM uses the reserved keyword private 
https://bugs.launchpad.net/unicap/+bug/656229
+Patch2: libunicap_0912_fixPrivate.patch
 BuildRequires:  alsa-lib-devel
 BuildRequires:  gettext
 BuildRequires:  gtk-doc = 1.4
@@ -66,7 +67,6 @@
 
 %package -n libunicap2
 
-
 Summary:Library to access different kinds of (video) capture devices
 Group:  Hardware/Camera
 Provides:   unicap = %{version}
@@ -80,7 +80,6 @@
 
 %package devel
 
-
 Summary:Development files for the unicap library
 Group:  Development/Libraries/C and C++
 Requires:   libunicap2 = %{version}
@@ -96,6 +95,7 @@
 %if 0%{?suse_version} = 1210
 %patch1
 %endif
+%patch2 -p 1
 
 %build
 %configure --disable-rpath --enable-gtk-doc --enable-libv4l
@@ -108,11 +108,7 @@
 
 %find_lang unicap
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libunicap2 -p /sbin/ldconfig
-
 %postun -n libunicap2 -p /sbin/ldconfig
 
 %files -n libunicap2 -f unicap.lang
@@ -124,9 +120,9 @@
 
 %files devel
 %defattr(-,root,root)
+%{_datadir}/gtk-doc/html/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/unicap
-%{_datadir}/gtk-doc/html/*
 
 %changelog

++ libunicap_0912_fixPrivate.patch ++
--- libunicap-0.9.12/include/unicap.h.old
+++ libunicap-0.9.12/include/unicap.h
@@ -215,7 +215,7 @@
 
unicap_buffer_flags_t flags;

-   unicap_data_buffer_private_t *private;
+   unicap_data_buffer_private_t *private_buffer;
 };
 
 typedef struct _unicap_data_buffer_t unicap_data_buffer_t;
--- libunicap-0.9.12/src/unicap.c.old
+++ libunicap-0.9.12/src/unicap.c
@@ -1467,7 +1467,7 @@
buffer-buffer_size = buffer-format.buffer_size;
buffer-data = malloc( buffer-buffer_size );   
unicap_copy_format( buffer-format, format );
-   buffer-private = NULL;
+   buffer-private_buffer = NULL;
 
return buffer;
 }
@@ -1475,28 +1475,28 @@
 void unicap_data_buffer_init( unicap_data_buffer_t *buffer, unicap_format_t 
*format, unicap_data_buffer_init_data_t *init_data )
 {
unicap_copy_format( buffer-format, format );
-   buffer-private = malloc( sizeof( unicap_data_buffer_private_t ) );
-   sem_init( buffer-private-lock, 0, 1 );   
-   buffer-private-ref_count = 0;
-   buffer-private-free_func = init_data-free_func;
-   buffer-private-free_func_data = init_data-free_func_data;
-   buffer-private-ref_func = init_data-ref_func;
-   buffer-private-ref_func_data = init_data-ref_func_data;
-   buffer-private-unref_func = init_data-unref_func;
-   buffer-private-unref_func_data = init_data-unref_func_data;
+   buffer-private_buffer = malloc( sizeof( unicap_data_buffer_private_t ) );
+   sem_init( buffer-private_buffer-lock, 0, 1 );   
+   buffer-private_buffer-ref_count = 0;
+   buffer-private_buffer-free_func = init_data-free_func;
+   buffer-private_buffer-free_func_data = init_data-free_func_data;
+   buffer-private_buffer-ref_func = init_data-ref_func;
+   buffer-private_buffer-ref_func_data = init_data-ref_func_data;
+   buffer-private_buffer-unref_func = init_data-unref_func;
+   buffer-private_buffer-unref_func_data = init_data-unref_func_data;
 }
 
 void unicap_data_buffer_free( unicap_data_buffer_t *buffer )
 {
-   sem_wait( buffer-private-lock );
-   if( buffer-private-ref_count  0 ){
-  TRACE( freeing a buffer with refcount = %d!!!\n, 
buffer-private.refcount );
+   sem_wait( buffer-private_buffer-lock );
+   

commit microcode_ctl for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package microcode_ctl for openSUSE:Factory
checked in at Tue Oct 11 18:21:24 CEST 2011.




--- openSUSE:Factory/microcode_ctl/microcode_ctl.changes2011-09-23 
02:13:02.0 +0200
+++ /mounts/work_src_done/STABLE/microcode_ctl/microcode_ctl.changes
2011-10-11 17:15:30.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 15:14:21 UTC 2011 - crrodrig...@opensuse.org
+
+- Update microcode to 20110915, Intel does not disclose 
+  what this fixes.
+
+---

calling whatdependson for head-i586


Old:

  microcode-20110428.dat.bz2

New:

  microcode-20110915.tar.bz2



Other differences:
--
++ microcode_ctl.spec ++
--- /var/tmp/diff_new_pack.8CAiYH/_old  2011-10-11 18:21:21.0 +0200
+++ /var/tmp/diff_new_pack.8CAiYH/_new  2011-10-11 18:21:21.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   microcode_ctl
-%define intel_version 20110428
+%define intel_version 20110915
 %define amd_version 2011-01-11
 License:GPLv2+ ; the microcode itself has this license: ...
 ExclusiveArch:  %ix86 x86_64
@@ -30,7 +30,7 @@
 Release:127
 Source0:microcode_ctl-%{version}.tar.bz2
 Source1:microcode.init
-Source2:microcode-%{intel_version}.dat.bz2
+Source2:microcode-%{intel_version}.tar.bz2
 Source3:amd-ucode-%{amd_version}.tar.bz2
 Patch0: microcode.ctl_1.17-13.diff.gz
 Patch1: microcode_ctl-1.17-suse_rh_paths.patch

continue with q...



Remember to have fun...

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



commit openmpi for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory
checked in at Tue Oct 11 18:21:37 CEST 2011.




--- openSUSE:Factory/openmpi/openmpi.changes2011-10-04 18:14:14.0 
+0200
+++ /mounts/work_src_done/STABLE/openmpi/openmpi.changes2011-10-06 
17:02:43.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 15:00:51 UTC 2011 - tser...@suse.com
+
+- Run ./autogen.sh during ARM build to ensure relevant changes are
+  applied prior to the ./configure step
+
+---

calling whatdependson for head-i586




Other differences:
--
++ openmpi.spec ++
--- /var/tmp/diff_new_pack.4tuA6t/_old  2011-10-11 18:21:30.0 +0200
+++ /var/tmp/diff_new_pack.4tuA6t/_new  2011-10-11 18:21:30.0 +0200
@@ -77,6 +77,9 @@
 %patch0 -p1
 
 %build
+%ifarch %arm
+./autogen.sh
+%endif
 %configure \
--disable-static \
 %if %{with_dapl}

continue with q...



Remember to have fun...

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



commit pk-update-icon for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package pk-update-icon for openSUSE:Factory
checked in at Tue Oct 11 18:21:49 CEST 2011.




--- openSUSE:Factory/pk-update-icon/pk-update-icon.changes  2011-10-07 
00:52:24.0 +0200
+++ /mounts/work_src_done/STABLE/pk-update-icon/pk-update-icon.changes  
2011-10-11 17:44:56.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 15:44:15 UTC 2011 - prus...@opensuse.org
+
+- added manpage, autostart and localization
+
+---

calling whatdependson for head-i586




Other differences:
--
++ pk-update-icon.spec ++
--- /var/tmp/diff_new_pack.KiITs9/_old  2011-10-11 18:21:44.0 +0200
+++ /var/tmp/diff_new_pack.KiITs9/_new  2011-10-11 18:21:44.0 +0200
@@ -22,12 +22,14 @@
 Release:1
 License:GPLv2+
 Summary:Simply GTK tray icon showing available updates
-Group:  System/Daemons
 Url:http://gitorious.org/opensuse/pk-update-icon
+Group:  System/Daemons
 Source: %{name}.tar.bz2
+BuildRequires:  intltool
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libnotify) = 0.7
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(packagekit-glib2)
+BuildRequires:  pkgconfig(unique-1.0)
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -40,22 +42,23 @@
 %setup -q -n %{name}
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} prefix=%{_prefix} CFLAGS=%{optflags}
 
 %install
-install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
-install -D -m 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+%make_install prefix=%{_prefix}
 %if 0%{?suse_version}
 %suse_update_desktop_file %{name}
 %endif
+%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_mandir}/man1/%{name}.1*
+%{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog

++ pk-update-icon.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon/.gitignore 
new/pk-update-icon/.gitignore
--- old/pk-update-icon/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/pk-update-icon/.gitignore   2011-09-26 15:28:53.0 +0200
@@ -0,0 +1,2 @@
+*.o
+pk-update-icon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon/AUTHORS new/pk-update-icon/AUTHORS
--- old/pk-update-icon/AUTHORS  2011-09-26 15:36:41.0 +0200
+++ new/pk-update-icon/AUTHORS  2011-10-11 17:20:59.0 +0200
@@ -1 +1,2 @@
 Pavol Rusnak st...@gk2.sk
+Guido Berhoerster g...@opensuse.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pk-update-icon/Makefile new/pk-update-icon/Makefile
--- old/pk-update-icon/Makefile 2011-10-06 15:51:14.0 +0200
+++ new/pk-update-icon/Makefile 2011-10-11 17:40:42.0 +0200
@@ -1,16 +1,79 @@
-CC=gcc
-OBJS=main.o notify.o packagekit.o
-CFLAGS=$(shell pkg-config --cflags gtk+-2.0 libnotify packagekit-glib2) -Wall 
-DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE
-LDFLAGS=$(shell pkg-config --libs gtk+-2.0 libnotify packagekit-glib2)
-NAME=pk-update-icon
+INSTALL := install
+INSTALL.exec :=$(INSTALL) -D -m 0755
+INSTALL.data :=$(INSTALL) -D -m 0644
+SED := sed
+MSGFMT :=  msgfmt
+INTLTOOL_UPDATE := intltool-update
+INTLTOOL_MERGE :=  intltool-merge
 
-all: $(NAME)
+DESTDIR ?=
+prefix ?=  /usr/local
+bindir ?=  $(prefix)/bin
+datadir ?= $(prefix)/share
+mandir ?=  $(datadir)/man
+localedir ?=   $(datadir)/locale
+sysconfdir ?=  /etc
+xdgautostartdir ?= $(sysconfdir)/xdg/autostart
 
-$(NAME): $(OBJS)
-   $(CC) $(OBJS) $(LDFLAGS) -o $(NAME)
+PACKAGE =  pk-update-icon
+APP_NAME = org.opensuse.pk-update-icon
+VERSION =  0.1
+OBJS = main.o notify.o packagekit.o
+AUTOSTART_FILE =   $(PACKAGE).desktop
+MOFILES := $(patsubst %.po,%.mo,$(wildcard po/*.po))
+POTFILE =  po/$(PACKAGE).pot
+CPPFLAGS :=$(shell pkg-config --cflags gtk+-2.0 unique-1.0 libnotify 
packagekit-glib2) \
+   -DI_KNOW_THE_PACKAGEKIT_GLIB2_API_IS_SUBJECT_TO_CHANGE \
+   -DPACKAGE=\$(PACKAGE)\ \
+   -DAPP_NAME=\$(APP_NAME)\ \
+   -DLOCALEDIR=\$(localedir)\
+LDLIBS :=  $(shell pkg-config --libs gtk+-2.0 unique-1.0 libnotify 
packagekit-glib2)
+
+.DEFAULT_TARGET = all
+
+.PHONY: all clean install
+
+all: $(PACKAGE) $(MOFILES) $(AUTOSTART_FILE)
+
+$(PACKAGE): $(OBJS)
+   $(LINK.o) $^ $(LDLIBS) -o $@
+
+$(POTFILE): po/POTFILES.in
+   cd po/  $(INTLTOOL_UPDATE) --pot --gettext-package=$(PACKAGE)
+
+pot: $(POTFILE)
+
+update-po: $(POTFILE)
+   cd po/  for 

commit psmisc for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package psmisc for openSUSE:Factory
checked in at Tue Oct 11 18:22:06 CEST 2011.




--- openSUSE:Factory/psmisc/psmisc.changes  2011-10-07 17:07:36.0 
+0200
+++ /mounts/work_src_done/STABLE/psmisc/psmisc.changes  2011-10-11 
17:38:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 15:36:40 UTC 2011 - wer...@suse.de
+
+- Use __builtin___strcpy_ instead of __builtin___strcpy_chk to avoid
+  trouble with char path[0] tag in struct handle (bnc#723304)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ psmisc-22.15-timeout.patch ++
--- /var/tmp/diff_new_pack.2rzRq7/_old  2011-10-11 18:21:59.0 +0200
+++ /var/tmp/diff_new_pack.2rzRq7/_new  2011-10-11 18:21:59.0 +0200
@@ -117,10 +117,10 @@
  /*
   * Use /proc/self/mountinfo of modern linux system to determine
 diff --git a/src/timeout.c b/src/timeout.c
-index e69de29..e79774b 100644
+index e69de29..bef93b3 100644
 --- a/src/timeout.c
 +++ b/src/timeout.c
-@@ -0,0 +1,260 @@
+@@ -0,0 +1,265 @@
 +/*
 + * timout.c   Advanced timeout handling for file system calls
 + *to avoid deadlocks on remote file shares.
@@ -204,6 +204,11 @@
 +# define attribute(attr)  __attribute__(attr)
 +#endif
 +
++#if defined __GNUC__
++# undef strcpy
++# define strcpy(d,s)  __builtin_strcpy((d),(s))   /* Without boundary 
check please */
++#endif
++
 +/*
 + * The structure used for communication between the processes
 + */

continue with q...



Remember to have fun...

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



commit conky for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package conky for openSUSE:Factory
checked in at Tue Oct 11 18:24:21 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/conky/conky.changes2011-09-29 
07:19:33.0 +0200
@@ -0,0 +1,205 @@
+---
+Thu Sep 29 05:15:35 UTC 2011 - pascal.ble...@opensuse.org
+
+- add cairo and imlib support where tolua++ is available,
+  built as subpackages (conky-cairo and conky-imlib2)
+
+- add patch to add -lm when linking against libiw, which is required by some
+  more recent versions of libiw
+
+---
+Mon Sep 26 08:10:40 UTC 2011 - pascal.ble...@opensuse.org
+
+- fix build issue with files in conky-doc
+
+---
+Mon Sep 26 00:42:04 UTC 2011 - nmarq...@opensuse.org
+
+- Add conky-fix-curl-FTBFS.patch: remove deprecated curl/types.h
+  to fix FTBFS with newer versions of curl.
+  Upstream: http://tinyurl.com/4x76bbx
+
+---
+Fri Oct  8 20:44:31 UTC 2010 - pascal.ble...@opensuse.org
+
+- dropped conky-getaddrinfo.patch, was merged upstream
+  (PATCH-FIX-OPENSUSE conky-getaddrinfo.patch 
fix-for-opensuse-specific-things.patch sf#3045085 pascal.ble...@opensuse.org)
+
+- update to 1.8.1:
+  * allow method to pass execgraph arguments containing spaces
+  * abort curl transfers if they drop below 1000B/s for more than 60s
+  * fix short_units for below kilo values
+  * when we have a failure in mail thread, sleep for a bit
+  * improve failure handling in mail threads
+  * when we have a failure in the mail thread, lookup the hostname again in
+case the failure is due odd to DNS changes, or some other madness
+  * fix segfault in ccurl_thread.c
+  * fix crash in mail stuff due to bad free()
+  * fix segfault in i8k (sf.net #3007167)
+  * use getaddrinfo instead of gethostbyname: patches conky to use getaddrinfo
+instead of gethostbyname everywhere. gethostbyname is rather flawed and
+doesn't support IPv6 properly. Patch contributed by Pascal Bleser.
+  * fix 'nvidia with ncurses segfaults' (sf.net #3006233)
+  * make $fs_used_perc and $fs_bar report used space correctly; they reported
+fs-size - fs-avail, which is not correct if fs has super-user reserved
+blocks; note that now $fs_used_perc and $fs_free_perc need not add up to
+100%, but that is consistent with what $fs_used and $fs_free do
+  * fix buffer overflows in eve.c (sf.net #3034056)
+  * fix bug where IMAP doesn't refresh counts after IDLE timeout
+  * fix segfault in mail folder (SF: 3007493)
+  * fix alignment ($align[rc]) issue for exec  lua objects
+  * small build fix  zero playtime and progress bars when XMMS2 playback is 
stopped
+  * fix tiny memleak when $top is used wrong
+  * ${top}, ${top_mem} and ${top_time} are now recognized as variables; the
+parts of code doing this were in a #ifdef __linux__; the total CPU time of
+processes (${top} with time argument) is now printable, and ${top_time}
+works
+  * fix battery_bar not parsing arguments correctly (sf: #2998034, lp: #569195)
+  * bugfix: RSS interval was in secs instead of mins
+  * bugfix: $alignr only worked on the first line of $execp, $execpi, $lua and 
$lua_parse
+  * bugfix: memory and thread-deleting problems
+  * bugfix: read_tcp treated a succesfull connection as failed and vice versa
+  * add $nodename_short
+  * bugfix: adding/removing use_xft in the config had no effect unless you
+restarted conky, reloading the config was not enough
+  * fix building with Audacious = 2.3
+  * bugfix: mixerbar showed wrong values
+  * bugfix: ac-adapter is sometimes called ADP1 in sysfs instead of AC
+  * bugfix: battery_bar should also work without argument
+  * bugfix: When the first line behind TEXT was a comment, the start of the
+second line wasn't parsed
+  * fix X error when border_width is 1
+  * fix device name parsing for diskio variables
+  * fix bug in $if_existing
+
+---
+Sun Jul  4 10:46:16 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.8.0
+- split out -doc subpackage
+- package vim and nano syntax highlighting configuration files into subpackages
+  (instead of packaging them under the docdir)
+
+---
+Wed Sep 30 00:00:00 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 1.7.2:
+  * fixed minor memleak in pop3/imap code on config reload
+  * fix crash when using $if_match with objects that may return a null pointer
+(like $rss, $weather, or $curl before data is available)
+  * removed alias config option due to brokenness
+  * changed xoap parsing method to xpath, in preparation to include forecast
+data
+  * update MPD