commit wpa_supplicant for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory
checked in at Thu Apr 21 16:20:09 CEST 2011.




--- wpa_supplicant/wpa_supplicant.changes   2010-09-07 23:10:29.0 
+0200
+++ /mounts/work_src_done/STABLE/wpa_supplicant/wpa_supplicant.changes  
2011-03-20 13:55:23.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 16 21:22:58 UTC 2011 - dims...@opensuse.org
+
+- Add wpa_supplicant-dbus-events.patch: Emit property changed
+  events when adding/removing BSSes. Required by NetworkManager
+  0.9 beta1 and later.
+- Also install fi.w1.wpa_supplicant1.service, which was added as
+  source5, sourced from the wpa_supplicant source code, with
+  modified exec line pointing to /usr/sbin instead of /sbin.
+
+---

calling whatdependson for head-i586


New:

  fi.w1.wpa_supplicant1.service
  wpa_supplicant-dbus-events.patch



Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.LUggK1/_old  2011-04-21 16:15:19.0 +0200
+++ /var/tmp/diff_new_pack.LUggK1/_new  2011-04-21 16:15:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wpa_supplicant (Version 0.7.3)
+# spec file for package wpa_supplicant
 #
-# 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
@@ -22,7 +22,7 @@
 BuildRequires:  dbus-1-devel libnl-devel libqt4 libqt4-devel openssl-devel 
pkg-config readline-devel
 Url:http://hostap.epitest.fi/wpa_supplicant/
 Version:0.7.3
-Release:1
+Release:5
 License:BSD3c(or similar) ; GPLv2+
 Group:  Productivity/Networking/Other
 Summary:WPA supplicant implementation
@@ -31,6 +31,7 @@
 Source2:%{name}.conf
 Source3:fi.epitest.hostap.WPASupplicant.service
 Source4:logrotate.wpa_supplicant
+Source5:fi.w1.wpa_supplicant1.service
 Patch0: wpa_supplicant-driver-wext-debug.patch
 # wpa_supplicant-flush-debug-output.patch won't go upstream as it might
 # change timings
@@ -39,6 +40,8 @@
 # is not portable
 Patch2: wpa_supplicant-sigusr1-changes-debuglevel.patch
 Patch4: wpa_supplicant-errormsg.patch
+# PATCH-FIX-UPSTREAM wpa_supplicant-dbus-events.patch dims...@opensuse.org -- 
dbus: Emit property changed events when adding/removing BSSes, taken from git.
+Patch5: wpa_supplicant-dbus-events.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   logrotate
 
@@ -76,6 +79,7 @@
 %patch1 -p0
 %patch2 -p0
 %patch4 -p0
+%patch5 -p1
 
 %build
 cd wpa_supplicant
@@ -95,6 +99,7 @@
 install -m 0600 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}
 install -d %{buildroot}/%{_datadir}/dbus-1/system-services
 install -m 0644 %{SOURCE3} %{buildroot}/%{_datadir}/dbus-1/system-services
+install -m 0644 %{SOURCE5} %{buildroot}/%{_datadir}/dbus-1/system-services
 install -d %{buildroot}/%{_sysconfdir}/logrotate.d/
 install -m 644 %{SOURCE4} 
%{buildroot}/%{_sysconfdir}/logrotate.d/wpa_supplicant
 install -d %{buildroot}/%{_localstatedir}/run/%{name}

++ fi.w1.wpa_supplicant1.service ++
[D-BUS Service]
Name=fi.w1.wpa_supplicant1
Exec=/usr/sbin/wpa_supplicant -u
User=root
++ wpa_supplicant-dbus-events.patch ++
>From b80b5639935d37b95d00f86b57f2844a9c775f57 Mon Sep 17 00:00:00 2001
From: Dan Williams 
Date: Fri, 17 Dec 2010 15:56:01 +0200
Subject: [PATCH 1/1] dbus: Emit property changed events when adding/removing 
BSSes

The supplicant was not emitting property changed events when the BSSs
property changed.

Signed-off-by: Dan Williams 
(cherry picked from commit 1e6288df6b07a353a9246b77e0de2a840b5f2c72)
---
 wpa_supplicant/dbus/dbus_new.c |6 ++
 wpa_supplicant/dbus/dbus_new.h |1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/wpa_supplicant/dbus/dbus_new.c b/wpa_supplicant/dbus/dbus_new.c
index bdfbbac..c66640a 100644
--- a/wpa_supplicant/dbus/dbus_new.c
+++ b/wpa_supplicant/dbus/dbus_new.c
@@ -691,6 +691,10 @@ void wpas_dbus_signal_prop_changed(struct wpa_supplicant 
*wpa_s,
wpas_dbus_getter_current_network;
prop = "CurrentNetwork";
break;
+   case WPAS_DBUS_PROP_BSSS:
+   getter = (WPADBusPropertyAccessor) wpas_dbus_getter_bsss;
+   prop = "BSSs";
+   break;
default:
wpa_printf(MSG_ERROR, "dbus: %s: Unknown Property value %d",
   __func__, property);
@@ -1199,6 +1203,7 @@ int wpas_dbus_unregister_bss(struct wpa_supplicant *wpa_s,
}
 
wpas_dbus_signal_bss_removed(wpa_s, bss_obj_path);
+   wpas_dbus_signal_prop_c

commit rpmlint-mini for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory
checked in at Thu Apr 21 16:15:01 CEST 2011.




--- rpmlint-mini/rpmlint-mini.changes   2011-04-18 14:31:55.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint-mini/rpmlint-mini.changes  
2011-04-19 10:47:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 08:46:32 UTC 2011 - lnus...@suse.de
+
+- allow adding configs via RPMLINT_MINI_CONFIG
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.wiWjSG/_old  2011-04-21 16:14:23.0 +0200
+++ /var/tmp/diff_new_pack.wiWjSG/_new  2011-04-21 16:14:23.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  checkbashisms dash libtool
 Summary:Rpm correctness checker
 Version:1.1
-Release:1
+Release:3
 Url:http://rpmlint.zarb.org/
 License:GPLv2+
 Group:  System/Packages

++ rpmlint-mini.config ++
--- /var/tmp/diff_new_pack.wiWjSG/_old  2011-04-21 16:14:23.0 +0200
+++ /var/tmp/diff_new_pack.wiWjSG/_new  2011-04-21 16:14:23.0 +0200
@@ -1,7 +1,10 @@
 #!/usr/bin/python
 
 configs = [ '/opt/testing/share/rpmlint/config' ]
-configs += glob.glob("/usr/src/packages/SOURCES/*rpmlintrc")
+if os.environ.get("RPMLINT_MINI_CONFIG", None):
+configs += os.environ.get("RPMLINT_MINI_CONFIG", '').split(' ')
+else:
+configs += glob.glob("/usr/src/packages/SOURCES/*rpmlintrc")
 configs += glob.glob('/opt/testing/share/rpmlint/mini/*.config')
 
 for f in configs:






Remember to have fun...

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



commit rpmlint for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory
checked in at Thu Apr 21 16:14:13 CEST 2011.




--- rpmlint/rpmlint.changes 2011-04-20 17:31:56.0 +0200
+++ /mounts/work_src_done/STABLE/rpmlint/rpmlint.changes2011-04-21 
15:01:05.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 21 13:00:43 UTC 2011 - lnus...@suse.de
+
+- fix sysv5-init-check.diff to not throw exception
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.pqXmR9/_old  2011-04-21 16:13:59.0 +0200
+++ /var/tmp/diff_new_pack.pqXmR9/_new  2011-04-21 16:13:59.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  rpm-python
 Summary:Rpm correctness checker
 Version:1.1
-Release:1
+Release:27
 Source0:%{name}-%{version}.tar.bz2
 Source1:config
 Source1001: config.in

++ sysv5-init-checks.diff ++
--- /var/tmp/diff_new_pack.pqXmR9/_old  2011-04-21 16:13:59.0 +0200
+++ /var/tmp/diff_new_pack.pqXmR9/_new  2011-04-21 16:13:59.0 +0200
@@ -1,17 +1,19 @@
 InitScriptCheck.py
+Index: InitScriptCheck.py
+===
+--- InitScriptCheck.py.orig
 +++ InitScriptCheck.py
-@@ -29,6 +29,10 @@
+@@ -29,6 +29,10 @@ dot_in_name_regex = re.compile('.*\..*')
  use_deflevels = Config.getOption('UseDefaultRunlevels', True)
  lsb_tags_regex = re.compile('^# ([\w-]+):\s*(.*?)\s*$')
  lsb_cont_regex = re.compile('^#(?:\t|  )(.*?)\s*$')
 +insserv_regex=re.compile('^\s*sbin/insserv', re.MULTILINE)
-+preun_regex=re.compile('^\s*%stop_on_removal\s+\S+', re.MULTILINE)
-+restart_on_update_regex=re.compile('^\s*%restart_on_update \S+', re.MULTILINE)
++stop_on_removal_regex=re.compile('^\s*%stop_on_removal\s+\S+', re.MULTILINE)
++restart_on_update_regex=re.compile('^\s*%restart_on_update\s\S+', 
re.MULTILINE)
 +insserv_cleanup_regex=re.compile('^\s*%insserv_cleanup', re.MULTILINE)
  
  LSB_KEYWORDS = ('Provides', 'Required-Start', 'Required-Stop', 'Should-Start',
  'Should-Stop', 'Default-Start', 'Default-Stop',
-@@ -47,6 +51,13 @@
+@@ -47,6 +51,13 @@ class InitScriptCheck(AbstractCheck.Abst
  return
  
  initscript_list = []
@@ -25,7 +27,7 @@
  for fname, pkgfile in pkg.files().items():
  
  if not fname.startswith('/etc/init.d/') and \
-@@ -60,18 +71,19 @@
+@@ -60,18 +71,19 @@ class InitScriptCheck(AbstractCheck.Abst
  
  if dot_in_name_regex.match(basename):
  printError(pkg, 'init-script-name-with-dot', fname)
@@ -43,7 +45,7 @@
 -printError(pkg, 'preun-without-chkconfig', fname)
 +printError(pkg, 'init-script-without-%stop_on_removal-preun', 
fname)
 +elif not stop_on_removal_regex.search(postin):
-+printError(pkg, 'preun-without-%%stop_on_removal-preun', 
fname)
++printError(pkg, 'preun-without-%stop_on_removal-preun', fname)
 +
 +if not postun:
 +printError(pkg, 
'init-script-without-%restart_on_update-postun', fname)
@@ -55,7 +57,7 @@
  
  status_found = False
  reload_found = False
-@@ -202,10 +214,18 @@
+@@ -202,10 +214,18 @@ a call to chkconfig.''',
  '''The package contains an init script but doesn't call chkconfig in its
  %post script.''',
  
@@ -75,7 +77,7 @@
  'preun-without-chkconfig',
  '''The package contains an init script but doesn't call chkconfig in its
  %preun script.''',
-@@ -264,6 +284,24 @@
+@@ -264,6 +284,24 @@ of chkconfig don't work as expected with
  'init-script-non-executable',
  '''The init script should have at least the execution bit set for root
  in order for it to run at boot time.''',






Remember to have fun...

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



commit kiwi for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Thu Apr 21 14:23:35 CEST 2011.




--- kiwi/kiwi.changes   2011-04-15 14:28:09.0 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes  2011-04-21 
14:01:56.0 +0200
@@ -1,0 +2,87 @@
+Thu Apr 21 13:55:55 CEST 2011 - m...@suse.de
+  
+- v4.87 released
+  
+---
+Thu Apr 21 11:32:48 CEST 2011 - m...@suse.de
+  
+- fixed initial variable setup for haveDASD|ZFCP
+  
+---
+Thu Apr 21 11:09:59 CEST 2011 - m...@suse.de
+  
+- changed searchBusIDBootDevice() for the s390 architecture.
+  All required information is now obtained from /sys/firmware/ipl
+  According to this no additional kernel parameters are
+  required to set the boot device online (bnc #689004)
+  
+---
+Thu Apr 21 09:05:49 CEST 2011 - m...@suse.de
+  
+- added alternative location for kiwi hooks scripts which
+  is FHS compliant: /lib/kiwi/hooks/ (bnc #688792)
+  
+---
+Wed Apr 20 16:59:23 CEST 2011 - m...@suse.de
+  
+- added URL mapping table for the opensuse:// url type. When
+  resolving this the regular expression based mapping table is
+  used to create a valid location from the specified URI data.
+  It's possible to extend the existing KIWIURL.txt table
+  according to the needs of the user or service.
+  
+---
+Wed Apr 20 10:45:52 CEST 2011 - m...@suse.de
+  
+- changed xsl 51 to 52 conversion. The obsolete usb image type
+  is removed from the XML input. this image type can be either
+  replaced by an iso hybrid type or by an oem type. As there is
+  a choice for the user the stylesheet will not make a decision
+  here.
+  
+---
+Wed Apr 20 10:15:28 CEST 2011 - m...@suse.de
+  
+- netboot: added preLoadConfiguration hook:
+  preLoadConfiguration: is called before the client. is
+  loaded by kiwi and thus can be used to inject alternative code
+  for loading the client configuration.
+  
+- netboot: added postLoadConfiguration hook:
+  postLoadConfiguration: is called after the client configuration
+  has been loaded and imported and can be used for any action
+  after the client configuration has exported its variables into
+  the boot environment
+  
+- netboot: renamed the default register file which is put on
+  the pxe boot server if there is client configuration found.
+  kiwi now put a file called: upload/client.$DHCPCHADDR
+  which doesn't conflict with the files SLEPOS uses for
+  registration
+  
+- netboot: removed SLEPOS related code, posbios calls and
+  the evaluation of the WORKSTATION_LDAP_IP variable. All
+  this will be part of product specific hook scripts
+  
+---
+Wed Apr 20 10:14:28 CEST 2011 - m...@suse.de
+  
+- allow parameters to be passed to hook scripts
+  
+---
+Tue Apr 19 12:55:56 CEST 2011 - m...@suse.de
+  
+- added setupBootLoaderTheme() function which is called
+  after the bootloader configuration has been written. The
+  function adapts/sets the THEME variable in the
+  /etc/sysconfig/bootsplash file according to the boot
+  theme set in the kiwi XML configuration
+  
+---
+Mon Apr 18 11:08:54 CEST 2011 - m...@suse.de
+  
+- fixed suseStripFirmware to match in subdirectories below
+  /lib/firmware/ too. firmware installed by the kernel packages
+  for example were removed
+  
+---

calling whatdependson for head-i586




Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.VtyvQa/_old  2011-04-21 14:23:01.0 +0200
+++ /var/tmp/diff_new_pack.VtyvQa/_new  2011-04-21 14:23:01.0 +0200
@@ -65,7 +65,7 @@
 %endif
 %endif
 Summary:OpenSuSE - KIWI Image System
-Version:4.86
+Version:4.87
 Release:1
 Group:  System/Management
 License:GPLv2

++ kiwi-docu.tar.bz2 ++
kiwi/kiwi-docu.tar.bz2 /mounts/work_src_done/STABLE/kiwi/kiwi-docu.tar.bz2 
differ: char 11, line 1

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2011-04-15 14:23:59.0 +0200
+++ new/kiwi/.revision  2011-04-21 13:57:55.0 +0200
@@ -1 +1 @@
-80f0d67a9a84dc59f34307e2f2879b1f6618d102
+dec521fd69f73299badd58ccf92098e59cfb1f71
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--e

commit openssl for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package openssl for openSUSE:Factory
checked in at Thu Apr 21 13:51:13 CEST 2011.




--- openssl/openssl.changes 2011-04-13 05:21:06.0 +0200
+++ /mounts/work_src_done/STABLE/openssl/openssl.changes2011-02-10 
08:45:42.0 +0100
@@ -2,19 +1,0 @@
-Wed Apr 13 02:03:02 UTC 2011 - crrodrig...@opensuse.org
-
-- Fix engine loading issues [bnc#660452]
-- Update AES-NI patch to upstream version 4 
-- Drop CVE-2011-0014.patch and replace it with pristine tarball
-  of 1.0.0d which only fixes this vulnerability.
- 

-Sat Apr  9 18:18:42 UTC 2011 - crrodrig...@opensuse.org
-
-- Correct last change 
-

-Sat Apr  9 15:00:33 UTC 2011 - crrodrig...@opensuse.org
-
-- Disable SSLv2 support permanently,it must not be used.
-- No longer requires -fno-strict-aliasing 
-


calling whatdependson for head-i586


Old:

  _service
  _service:download_url:openssl-1.0.0d.tar.gz
  openssl-1.0.0-aesni-v4.patch
  openssl-padlock-x86_64-head.patch

New:

  CVE-2011-0014.patch
  openssl-1.0.0b-aesni.patch
  openssl-1.0.0c.tar.bz2



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.wNQ9BK/_old  2011-04-21 13:50:46.0 +0200
+++ /var/tmp/diff_new_pack.wNQ9BK/_new  2011-04-21 13:50:46.0 +0200
@@ -32,11 +32,11 @@
 %endif
 #
 #Version:1.0.0
-Version:1.0.0d
-Release:1
+Version:1.0.0c
+Release:21
 Summary:Secure Sockets and Transport Layer Security
 Url:http://www.openssl.org/
-Source: http://www.%{name}.org/source/%{name}-%{version}.tar.gz
+Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
 # to get mtime of file:
 Source1:openssl.changes
 Source2:baselibs.conf
@@ -48,9 +48,8 @@
 #Patch4: patchset-19727.diff
 #Patch5: CVE-2010-2939.patch
 #Patch6: CVE-2010-3864.patch
-Patch7: openssl-1.0.0-aesni-v4.patch
-#PATCH_FIX-UPSTREAM Fix padlock engine in x86_64 hosts
-Patch8: openssl-padlock-x86_64-head.patch
+Patch7: openssl-1.0.0b-aesni.patch
+Patch8: CVE-2011-0014.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -179,12 +178,12 @@
 %setup -q 
 %patch0 -p1
 %patch1 -p1
-%patch2
+%patch2 -p1
 #%patch3 -p1
 #%patch4 -p1
 #%patch5 -p1
 #%patch6 -p1
-%patch7
+%patch7 -p1
 %patch8 -p1
 cp -p %{S:10} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
@@ -225,9 +224,6 @@
 ./config --test-sanity 
 #
 config_flags="threads shared no-rc5 no-idea \
-%if 0%{suse_version} > 1140
-no-ssl2 \
-%endif
 enable-camellia \
 zlib \
 --prefix=%{_prefix} \
@@ -236,6 +232,7 @@
 $RPM_OPT_FLAGS \
 -Wa,--noexecstack \
 -fomit-frame-pointer \
+-fno-strict-aliasing \
 -DTERMIO \
 -DPURIFY \
 %ifnarch hppa
@@ -340,7 +337,7 @@
 SSL_CTX *ctx;
 SSL *ssl;
 SSL_METHOD *meth;
-  meth = SSLv23_client_method();
+  meth = SSLv2_client_method();
   SSLeay_add_ssl_algorithms();
   ctx = SSL_CTX_new(meth);
   if (ctx == NULL) return 0;
@@ -373,36 +370,14 @@
 ln -sf /%{_lib}/libssl.so.%{num_version} ./libssl.so
 ln -sf /%{_lib}/libcrypto.so.%{num_version} ./libcrypto.so
 
-#ugly artifact to delete engines that are disabled/unusable in LINUX
-#that for some reason the build system insist on creating.
-
-# CAPI, Windows specific
-rm %{buildroot}/%_lib/engines/libcapi.so
-# GMP, has been always non-functional
-rm %{buildroot}/%_lib/engines/libgmp.so
-# Requires propietary Broadcom library, not available
-rm %{buildroot}/%_lib/engines/libubsec.so
-#Requires library called libnfhwcrhk.so which is not available 
-rm %{buildroot}/%_lib/engines/libchil.so
-#requires library named "SureWareHook" which is not available
-rm %{buildroot}/%_lib/engines/libsureware.so
-#requires DSO "libswift.so",propietary and not available
-rm %{buildroot}/%_lib/engines/libcswift.so
-#requires DSO "nuronssl.so", propietary and not available
-rm %{buildroot}/%_lib/engines/libnuron.so
-#only supported in AIX and Windows...
-rm %{buildroot}/%_lib/engines/lib4758cca.so
-# deprecated in favor of http://sourceforge.net/projects/opencryptoki/files/ 
(??)
-rm %{buildroot}/%_lib/engines/libaep.so
-# HP Atalla AXL600L SSL Accelerator Card, EOL, linux 2.4/SLE8, useless nowdays
-rm %{buildroot}/%_lib/engines/libatalla.so
-
 %clean
 if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
 
-%post -n libopenssl1_0_0 -p /sbin/ldconfig
+%post -n libopenssl1_0_0
+/sbin/ldconfig
 
-%postun -n libopenssl1_0_0 -p /sbin/ldconfig
+%postun -n libopenssl1_0_0
+/sbin/ldconfig
 
 %files -n libopenssl1_0_0
 %defattr(-, root, root)

++ CVE-2011-0014.patch ++
Index: openssl-1.0.0c/ssl/t1_lib.c

commit webalizer for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package webalizer for openSUSE:Factory
checked in at Thu Apr 21 13:50:01 CEST 2011.




--- webalizer/webalizer.changes 2011-03-19 19:20:41.0 +0100
+++ /mounts/work_src_done/STABLE/webalizer/webalizer.changes2011-03-20 
22:31:49.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar 20 21:28:14 UTC 2011 - ch...@computersalat.de
+
+- add world flags (sub-pkg)
+  o add missing link for uk.png
+  o add missing su.png
+  o add license file (CC BY-SA 3.0)
+http://creativecommons.org/licenses/by-sa/3.0/legalcode
+- rework configuration patch > conf patch
+  o fix path to GeoIP.dat
+
+---

calling whatdependson for head-i586


Old:

  webalizer-2.21-02-configuration.diff

New:

  flags.license.html
  flags.tar.bz2
  webalizer-2.23-04-conf.patch



Other differences:
--
++ webalizer.spec ++
--- /var/tmp/diff_new_pack.Gt86cb/_old  2011-04-21 13:49:42.0 +0200
+++ /var/tmp/diff_new_pack.Gt86cb/_new  2011-04-21 13:49:42.0 +0200
@@ -22,11 +22,13 @@
 Name:   webalizer
 Summary:A Web Server Log File Analysis Program
 Version:2.23
-Release:1
+Release:2
 License:GPLv2+
 Group:  Productivity/Networking/Web/Utilities
 Url:http://www.mrunix.net/webalizer/
-Source: %{name}-%{version}-%{editlvl}-src.tar.bz2
+Source0:%{name}-%{version}-%{editlvl}-src.tar.bz2
+Source1:flags.tar.bz2
+Source2:flags.license.html
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch0: %{name}-2.21-02.diff
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
@@ -34,7 +36,7 @@
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch3: %{name}-2.21-02-maxagent.diff
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
-Patch4: %{name}-2.21-02-configuration.diff
+Patch4: %{name}-2.23-04-conf.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch5: %{name}-2.21-02-fclose.diff
 # FIX-DATADIR - fix for datadir and mandir
@@ -68,14 +70,29 @@
 Combined log formats as defined by NCSA and others, and variations of
 these which it attempts to handle intelligently.
 
+%package flags
+Summary:Flags of the World
+License:CC BY-SA 3.0
+Group:  Productivity/Networking/Web/Utilities
+Url:http://flags.blogpotato.de/
+Requires:   %{name}
+
+%description flags
+Images for those who want to visualize the data returned by an
+IP-to-Country database (e.g. the one provided by Directi) with
+corresponding flags. Flags provided are based on the iso3166
+countrycode, that means there are currently 243 flags offered in the
+world set.
+
 %prep
-%setup -q -n %{name}-%{version}-%{editlvl}
+%setup -q -n %{name}-%{version}-%{editlvl} -a 1
 %patch0
 %patch1
 %patch3
-%patch4
+%patch4 -p1
 %patch5
 %patch6 -p1
+%{__cp} -a %{S:2} .
 
 %build
 %{suse_update_config -f}
@@ -96,12 +113,15 @@
 install -d -m 755 %{buildroot}/etc
 install -d -m 755 %{buildroot}/%{_mandir}/man1
 make "DESTDIR=%{buildroot}" install
-install -d -m 755 %{buildroot}%{apache_serverroot}/htdocs/webalizer
-install -d -m 755 %{buildroot}%{_localstatedir}/lib/webalizer
-mv %{buildroot}/%{_sysconfdir}/webalizer.conf.sample 
%{buildroot}/%{_sysconfdir}/webalizer.conf
+install -d -m 755 %{buildroot}%{apache_serverroot}/htdocs/%{name}
+install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}
+mv %{buildroot}/%{_sysconfdir}/%{name}.conf.sample 
%{buildroot}/%{_sysconfdir}/%{name}.conf
+
+#install flags
+%{__cp} -a flags %{buildroot}%{apache_serverroot}/htdocs/%{name}/
 
 %preun
-#rm -f var/lib/webalizer/*
+#rm -f var/lib/%{name}/*
 
 %clean
 rm -rf %{buildroot}
@@ -110,9 +130,15 @@
 %defattr(-,root,root)
 %doc CHANGES COPYING Copyright README README.FIRST country-codes.txt
 %doc %{_mandir}/man?/*
-%config(noreplace) %{_sysconfdir}/webalizer.conf
-%dir %{apache_serverroot}/htdocs/webalizer
+%config(noreplace) %{_sysconfdir}/%{name}.conf
+%dir %{apache_serverroot}/htdocs/%{name}
+%exclude %{apache_serverroot}/htdocs/%{name}/flags
 %{_bindir}/*
-%{_localstatedir}/lib/webalizer
+%{_localstatedir}/lib/%{name}
+
+%files flags
+%defattr(-,root,root)
+%doc flags.license.html
+%dir %{apache_serverroot}/htdocs/%{name}/flags
 
 %changelog

++ flags.license.html ++
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

http://www.w3.org/1999/xhtml";>

  

  Creative Commons Legal Code
  
  http://creativecommons.org/includes/deed3.css"; media="screen" />
  http://creativecommons.org/includes/deed3-print.css"; media=
  "print" />
  

http://creativecommons.org/includes/errata.js";>




  http://creativecommons.org/";>Creative Commons

  

  
http://creativecommons.org/images/deed/cc-

commit vm-install for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory
checked in at Thu Apr 21 13:49:42 CEST 2011.




--- vm-install/vm-install.changes   2011-02-14 22:46:35.0 +0100
+++ /mounts/work_src_done/STABLE/vm-install/vm-install.changes  2011-03-04 
16:48:44.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  4 08:40:51 MST 2011 - carn...@novell.com
+
+- bnc#631680 - OpenSUSE 11.3 KVM install of windows xp fails on
+  first reboot during installation.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.W6RvRd/_old  2011-04-21 13:49:23.0 +0200
+++ /var/tmp/diff_new_pack.W6RvRd/_new  2011-04-21 13:49:23.0 +0200
@@ -27,7 +27,7 @@
 Group:  System/Emulators/PC
 AutoReqProv:yes
 Version:0.4.28
-Release:4
+Release:14
 Summary:Tool to Define a Virtual Machine and Install Its Operating 
System
 Source0:%{name}-0.4.28.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ vm-install-0.4.28.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.4.28/src/vmdisks/disks.py 
new/vm-install-0.4.28/src/vmdisks/disks.py
--- old/vm-install-0.4.28/src/vmdisks/disks.py  2011-02-10 00:13:27.0 
+0100
+++ new/vm-install-0.4.28/src/vmdisks/disks.py  2011-03-04 16:45:19.0 
+0100
@@ -83,7 +83,10 @@
 sparse = 1
 log.debug("Creating raw file '%s', %d bytes (sparse=%d)." % (filename, 
bytes, sparse))
 fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
-os.chmod(filename, 0600)
+if os.geteuid() == 0:
+os.chmod(filename, 0600)
+else:
+os.chmod(filename, 0644)
 if sparse:
 offset = bytes - 1
 os.lseek(fd, offset, 0)






Remember to have fun...

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



commit virt-viewer for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory
checked in at Thu Apr 21 13:49:31 CEST 2011.




--- virt-viewer/virt-viewer.changes 2010-08-27 01:08:53.0 +0200
+++ /mounts/work_src_done/STABLE/virt-viewer/virt-viewer.changes
2011-04-04 22:51:03.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 14:15:27 MDT 2011 - carn...@novell.com
+
+- Update to virt-viewer version 0.3.1 
+  + Add support for Spice
+  + Add support for spice resize-guest
+  + Add support for zoom levels
+  + Add a menu for zooming in/out of the virtual desktop.
+  + Add a --zoom command line to set the initial zoom level.
+  + Support connections over UNIX sockets
+
+---

calling whatdependson for head-i586


Old:

  virt-viewer-0.2.1.tar.gz

New:

  virt-viewer-0.3.1.tar.gz



Other differences:
--
++ virt-viewer.spec ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package virt-viewer (Version 0.2.1)
+# spec file for package virt-viewer
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 
 Name:   virt-viewer
-Version:0.2.1
-Release:4
+Version:0.3.1
+Release:1
 Summary:Virtual Machine Viewer
 Group:  System/Monitoring
 License:GPLv2+
 Url:http://www.virt-manager.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:virt-viewer-0.2.1.tar.gz
+Source0:virt-viewer-0.3.1.tar.gz
 Patch0: netcat.diff
 Patch1: vnc-listen.patch
 Patch2: windows-keycombo.patch
@@ -63,7 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1

++ glade-keycombo.patch ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,8 +1,8 @@
-Index: virt-viewer-0.2.1/src/viewer.glade
+Index: virt-viewer-0.3.1/src/viewer.glade
 ===
 virt-viewer-0.2.1.orig/src/viewer.glade
-+++ virt-viewer-0.2.1/src/viewer.glade
-@@ -98,11 +98,88 @@
+--- virt-viewer-0.3.1.orig/src/viewer.glade
 virt-viewer-0.3.1/src/viewer.glade
+@@ -145,11 +145,88 @@

  
  
@@ -91,7 +91,7 @@

  True
  Ctrl+Alt+F_1
-@@ -199,7 +276,7 @@
+@@ -246,7 +323,7 @@

  
  

++ netcat.diff ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,13 +1,13 @@
-Index: virt-viewer-0.2.1/src/viewer.c
+Index: virt-viewer-0.3.1/src/viewer.c
 ===
 virt-viewer-0.2.1.orig/src/viewer.c
-+++ virt-viewer-0.2.1/src/viewer.c
-@@ -828,7 +828,7 @@ static int viewer_open_tunnel_ssh(const
+--- virt-viewer-0.3.1.orig/src/viewer.c
 virt-viewer-0.3.1/src/viewer.c
+@@ -741,7 +741,7 @@ static int viewer_open_tunnel_ssh(const
cmd[n++] = sshuser;
}
cmd[n++] = sshhost;
 -  cmd[n++] = "nc";
 +  cmd[n++] = "netcat";
-   cmd[n++] = "localhost";
-   cmd[n++] = vncport;
-   cmd[n++] = NULL;
+   if (port) {
+   cmd[n++] = "localhost";
+   cmd[n++] = port;

++ netware-keycombo.patch ++
--- /var/tmp/diff_new_pack.vdgAlH/_old  2011-04-21 13:49:07.0 +0200
+++ /var/tmp/diff_new_pack.vdgAlH/_new  2011-04-21 13:49:07.0 +0200
@@ -1,20 +1,20 @@
-Index: virt-viewer-0.2.1/src/viewer.c
+Index: virt-viewer-0.3.1/src/viewer.c
 ===
 virt-viewer-0.2.1.orig/src/viewer.c
-+++ virt-viewer-0.2.1/src/viewer.c
-@@ -68,7 +68,7 @@ static const char * const menuNames[LAST
+--- virt-viewer-0.3.1.orig/src/viewer.c
 virt-viewer-0.3.1/src/viewer.c
+@@ -63,7 +63,7 @@ static const char * const menuNames[LAST
  };
  
  
 -#define MAX_KEY_COMBO 3
 +#define MAX_KEY_COMBO 4
- struct  keyComboDef {
+ structkeyComboDef {
guint keys[MAX_KEY_COMBO];
guint nkeys;
-@@ -78,7 +78,16 @@ struct  keyComboDef {
+@@ -73,7 +73,16 @@ struct  keyComboDef {
  static const struct keyComboDef keyCombos[] = {
- { { GDK_Control_L, GDK_

commit virt-manager for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory
checked in at Thu Apr 21 13:49:08 CEST 2011.




--- virt-manager/virt-manager.changes   2011-03-23 16:36:15.0 +0100
+++ /mounts/work_src_done/STABLE/virt-manager/virt-manager.changes  
2011-04-04 21:49:15.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr  4 13:46:59 MDT 2011 - carn...@novell.com
+
+- Update to virt-manager 0.8.7
+  * Allow renaming an offline VM
+  * Spice password support (Marc-André Lureau)
+  * Allow editting NIC  settings (Gerhard Stenzel)
+  * Allow enabling/disabling individual CPU features
+  * Allow easily changing graphics type between VNC and SPICE for existing VM
+  * Allow easily changing network source device for existing VM
+- Update to virtinst 0.500.6
+  * virt-install: --graphics spice now enables spicevmc and qxl
+  * virt-install: New --disk parameter io=native|threads
+
+---

calling whatdependson for head-i586


Old:

  virt-manager-0.8.6.tar.bz2
  virtinst-0.500.5.tar.bz2
  virtman-connect-consoles-fix.diff

New:

  virt-manager-0.8.7.tar.bz2
  virtinst-0.500.6.tar.bz2



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.gPTU8G/_old  2011-04-21 13:46:25.0 +0200
+++ /var/tmp/diff_new_pack.gPTU8G/_new  2011-04-21 13:46:25.0 +0200
@@ -22,14 +22,14 @@
 %define gconftool /usr/bin/gconftool-2
 %define virtinst_maj 0
 %define virtinst_min 500
-%define virtinst_rel 5
+%define virtinst_rel 6
 %define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
 
 %define pysite %(python -c "import distutils.sysconfig; print 
distutils.sysconfig.get_python_lib()")
 
 Name:   virt-manager
 Summary:Virtual Machine Manager
-Version:0.8.6
+Version:0.8.7
 Release:1
 Group:  System/Monitoring
 License:LGPLv2.1+
@@ -45,7 +45,6 @@
 Patch54:virtman-help.diff
 Patch55:virtman-keycombo.diff
 Patch56:virtman-autoconnect.diff
-Patch57:virtman-connect-consoles-fix.diff
 Patch60:virtman-device-flags.diff
 Patch61:virtman-autorestart.diff
 Patch62:virtman-storage-pool.diff
@@ -139,7 +138,6 @@
 #%patch54 -p1
 %patch55 -p1
 %patch56 -p1
-%patch57 -p1
 %patch60 -p1
 %patch61 -p1
 #%patch62 -p1

++ virt-manager-0.8.6.tar.bz2 -> virt-manager-0.8.7.tar.bz2 ++
 135860 lines of diff (skipped)

++ virtinst-0.500.5.tar.bz2 -> virtinst-0.500.6.tar.bz2 ++
 34261 lines of diff (skipped)

++ virtinst-cdrom.diff ++
--- /var/tmp/diff_new_pack.gPTU8G/_old  2011-04-21 13:46:26.0 +0200
+++ /var/tmp/diff_new_pack.gPTU8G/_new  2011-04-21 13:46:26.0 +0200
@@ -1,8 +1,8 @@
-Index: virtinst-0.500.5/virtinst/VirtualDisk.py
+Index: virtinst-0.500.6/virtinst/VirtualDisk.py
 ===
 virtinst-0.500.5.orig/virtinst/VirtualDisk.py
-+++ virtinst-0.500.5/virtinst/VirtualDisk.py
-@@ -1598,14 +1598,18 @@ class VirtualDisk(VirtualDevice):
+--- virtinst-0.500.6.orig/virtinst/VirtualDisk.py
 virtinst-0.500.6/virtinst/VirtualDisk.py
+@@ -1625,14 +1625,18 @@ class VirtualDisk(VirtualDevice):
  self.target = "hdc"
  return self.target
  

++ virtinst-storage-ocfs2.diff ++
--- /var/tmp/diff_new_pack.gPTU8G/_old  2011-04-21 13:46:26.0 +0200
+++ /var/tmp/diff_new_pack.gPTU8G/_new  2011-04-21 13:46:26.0 +0200
@@ -1,7 +1,7 @@
-Index: virtinst-0.500.5/virtinst/Storage.py
+Index: virtinst-0.500.6/virtinst/Storage.py
 ===
 virtinst-0.500.5.orig/virtinst/Storage.py
-+++ virtinst-0.500.5/virtinst/Storage.py
+--- virtinst-0.500.6.orig/virtinst/Storage.py
 virtinst-0.500.6/virtinst/Storage.py
 @@ -523,7 +523,7 @@ class FilesystemPool(StoragePool):
  get_volume_class = staticmethod(get_volume_class)
  

++ virtman-autoconnect.diff ++
--- /var/tmp/diff_new_pack.gPTU8G/_old  2011-04-21 13:46:26.0 +0200
+++ /var/tmp/diff_new_pack.gPTU8G/_new  2011-04-21 13:46:26.0 +0200
@@ -1,8 +1,8 @@
-Index: virt-manager-0.8.6/src/virtManager/engine.py
+Index: virt-manager-0.8.7/src/virtManager/engine.py
 ===
 virt-manager-0.8.6.orig/src/virtManager/engine.py
-+++ virt-manager-0.8.6/src/virtManager/engine.py
-@@ -495,7 +495,7 @@ class vmmEngine(vmmGObject):
+--- virt-manager-0.8.7.orig/src/virtManager/engine.py
 virt-manager-0.8.7/src/virtManager/engine.py
+@@ -498,7 +498,7 @@ class vmmEngine(vmmGObject):
  self.config.add_connection(conn.get_uri())
  
  if autoconnect:

++ virtman-autorestart.diff ++
--- /var/tmp/diff_new_pack.gPTU8G/_old  2011-04-21 13:46:26.0 +02

commit tig for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package tig for openSUSE:Factory
checked in at Thu Apr 21 13:48:56 CEST 2011.




--- tig/tig.changes 2010-06-14 10:55:56.0 +0200
+++ /mounts/work_src_done/STABLE/tig/tig.changes2011-03-07 
11:30:55.0 +0100
@@ -1,0 +2,15 @@
+Mon Mar  7 10:28:43 UTC 2011 - pascal.ble...@opensuse.org
+
+- spec file tidying
+- update to 0.17:
+  * an ncurses 2.8 issue was fixed by passing a non-zero column size to newwin
+  * opening of diffs when browsing branches was improved
+  * a rewritten revision graph renderer was added; three modes are supported:
+UTF-8, ncurses line graphics, and ASCII
+  * revision graph rendering is enabled by default
+
+---
+Wed Dec 15 00:06:57 UTC 2010 - gre...@suse.de
+- update to 0.16.2
+
+---

calling whatdependson for head-i586


Old:

  tig-0.16.tar.bz2

New:

  tig-0.17.tar.bz2



Other differences:
--
++ tig.spec ++
--- /var/tmp/diff_new_pack.z4DlKM/_old  2011-04-21 13:44:56.0 +0200
+++ /var/tmp/diff_new_pack.z4DlKM/_new  2011-04-21 13:44:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tig (Version 0.16)
+# spec file for package tig
 #
-# 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
@@ -23,12 +23,12 @@
 Group:  Development/Tools/Version Control
 BuildRequires:  ncurses-devel
 Requires:   git-core
-AutoReqProv:on
-Version:0.16
+Version:0.17
 Release:1
 Summary:An ncurses-based text-mode interface for git
 Url:http://jonas.nitro.dk/tig/
-Source0:http://jonas.nitro.dk/tig/releases/%{name}-%{version}.tar.bz2
+# http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
+Source0:tig-%{version}.tar.bz2
 Patch0: tig-fix-build.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -50,30 +50,32 @@
 
 %prep
 %setup
-%patch0 -p1
+%patch0
 
 %build
 CC=gcc
 CFLAGS="$RPM_OPT_FLAGS -Wall"
 export CFLAGS CC
-make prefix=%{_prefix} mandir=%{_mandir}
+%__make prefix=%{_prefix} mandir=%{_mandir}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install
-mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1\
-  $RPM_BUILD_ROOT/%{_mandir}/man5
-gzip tig.1
-gzip tigrc.5
-install -m 0644 tig.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1
-install -m 0644 tigrc.5.gz $RPM_BUILD_ROOT/%{_mandir}/man5
+%__make DESTDIR="$RPM_BUILD_ROOT" prefix="%{_prefix}" mandir="%{_mandir}" 
install
+%__install -D -m0644 tig.1   "$RPM_BUILD_ROOT/%{_mandir}/man1/tig.1"
+%__install -D -m0644 tigrc.5 "$RPM_BUILD_ROOT/%{_mandir}/man5/tigrc.5"
+%__install -D -m0644 tigmanual.7 "$RPM_BUILD_ROOT/%{_mandir}/man7/tigmanual.7"
+
+%__mv "%{buildroot}%{_bindir}"/{test-graph,test-git-graph}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files
 %defattr(-,root,root)
+%doc BUGS COPYING NEWS README TODO
 %{_bindir}/tig
-%{_mandir}/man1/*
-%{_mandir}/man5/*
+%{_bindir}/test-git-graph
+%doc %{_mandir}/man1/tig.1%{ext_man}
+%doc %{_mandir}/man5/tigrc.5%{ext_man}
+%doc %{_mandir}/man7/tigmanual.7%{ext_man}
 
 %changelog

++ tig-0.16.tar.bz2 -> tig-0.17.tar.bz2 ++
 6424 lines of diff (skipped)

++ tig-fix-build.diff ++
--- /var/tmp/diff_new_pack.z4DlKM/_old  2011-04-21 13:44:57.0 +0200
+++ /var/tmp/diff_new_pack.z4DlKM/_new  2011-04-21 13:44:57.0 +0200
@@ -1,12 +1,6 @@

- Makefile |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: tig-0.14.1/Makefile
-===
 tig-0.14.1.orig/Makefile
-+++ tig-0.14.1/Makefile
-@@ -32,7 +32,7 @@ RPM_VERLIST = $(filter-out g% dirty,$(su
+--- Makefile.orig  2011-03-07 11:17:14.0 +0100
 Makefile   2011-03-07 11:17:17.0 +0100
+@@ -32,7 +32,7 @@
  RPM_VERSION = $(word 1,$(RPM_VERLIST))
  RPM_RELEASE = $(word 2,$(RPM_VERLIST))$(if $(WTDIRTY),.dirty)
  
@@ -14,4 +8,4 @@
 +LDLIBS ?= -lncurses
  CFLAGS ?= -Wall -O2
  DFLAGS= -g -DDEBUG -Werror -O0
- PROGS = tig
+ PROGS = tig test-graph






Remember to have fun...

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



commit viewvc for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package viewvc for openSUSE:Factory
checked in at Thu Apr 21 13:46:17 CEST 2011.




--- viewvc/viewvc.changes   2010-12-02 23:47:13.0 +0100
+++ /mounts/work_src_done/STABLE/viewvc/viewvc.changes  2011-03-15 
23:22:12.0 +0100
@@ -1,0 +2,20 @@
+Tue Mar 15 22:17:29 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.10:
+  * 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision
+info gathering logic
+
+---
+Sat Feb 19 00:42:56 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.9:
+  * vcauth universal access determinations (issue #425)
+  * rework svn revision info cache for performance
+  * make revision log "extra pages" count configurable
+  * fix Subversion 1.4.x revision log compatibility code regression
+  * display sanitized error when authzfile is malformed
+  * handle file:/// Subversion rootpaths as local roots (issue #446)
+  * restore markup of URLs in file contents (issue #455)
+  * optionally display last-committed metadata in roots view (issue #457)
+
+---
@@ -12 +32,2 @@
-  * maintenance release that includes all the bugfixes and enhancements made 
thus far to the 1.1.x line
+  * maintenance release that includes all the bugfixes and enhancements made
+thus far to the 1.1.x line

calling whatdependson for head-i586


Old:

  viewvc-1.1.8.tar.bz2

New:

  viewvc-1.1.10.tar.bz2



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.7SVTR5/_old  2011-04-21 13:44:58.0 +0200
+++ /var/tmp/diff_new_pack.7SVTR5/_new  2011-04-21 13:44:58.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package viewvc (Version 1.1.8)
+# spec file for package viewvc
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -20,7 +20,7 @@
 
 Name:   viewvc
 BuildRequires:  apache2-devel python-devel
-Version:1.1.8
+Version:1.1.10
 Release:1
 #
 %defineapxs/usr/sbin/apxs2

++ viewvc-1.1.8.tar.bz2 -> viewvc-1.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.8/CHANGES new/viewvc-1.1.10/CHANGES
--- old/viewvc-1.1.8/CHANGES2010-12-02 21:46:06.0 +0100
+++ new/viewvc-1.1.10/CHANGES   2011-03-15 15:57:50.0 +0100
@@ -1,3 +1,18 @@
+Version 1.1.10 (released 15-Mar-2011)
+
+  * fix stack trace in Subversion revision info logic (issue #475, issue #476)
+
+Version 1.1.9 (released 18-Feb-2011)
+
+  * vcauth universal access determinations (issue #425)
+  * rework svn revision info cache for performance
+  * make revision log "extra pages" count configurable
+  * fix Subversion 1.4.x revision log compatibility code regression
+  * display sanitized error when authzfile is malformed
+  * handle file:/// Subversion rootpaths as local roots (issue #446)
+  * restore markup of URLs in file contents (issue #455)
+  * optionally display last-committed metadata in roots view (issue #457)
+
 Version 1.1.8 (released 02-Dec-2010)
 
   * fix slowness triggered by allow_compress=1 configuration (issue #467)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.8/INSTALL new/viewvc-1.1.10/INSTALL
--- old/viewvc-1.1.8/INSTALL2010-09-07 21:20:22.0 +0200
+++ new/viewvc-1.1.10/INSTALL   2011-02-07 15:49:01.0 +0100
@@ -19,7 +19,7 @@
 
 For CVS Support: 
 
-  * Python 1.5.2 or later
+  * Python 1.5.2 or later (sorry, no 3.x support yet)
   (http://www.python.org/)
   * RCS, Revision Control System
   (http://www.cs.purdue.edu/homes/trinkle/RCS/)
@@ -30,7 +30,7 @@
 
 For Subversion Support:
 
-  * Python 2.0 or later
+  * Python 2.0 or later (sorry, no 3.x support yet)
   (http://www.python.org/)
   * Subversion, Version Control System, 1.3.1 or later
   (binary installation and Python bindings)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.8/LICENSE.html 
new/viewvc-1.1.10/LICENSE.html
--- old/viewvc-1.1.8/LICENSE.html   2010-03-29 17:37:39.0 +0200
+++ new/viewvc-1.1.10/LICENSE.html  2011-02-18 20:27:50.0 +0100
@@ -15,7 +15,7 @@
 
 
 
-Copyright © 1999-2010 The ViewCVS Group.  All rights
+Copyright © 1999-2011 The ViewCVS Group.  All rights
reserved.
 
 By using ViewVC, you agree to the terms and conditions set forth
@@ -61,6 +61,7 @@
   February 22, 2008 — copyright years updated
   March 18, 2009 — copyright years updated
   March 29, 2010 — copyright years updated
+  February 18, 2011 — copyright years updated
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit tellico for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package tellico for openSUSE:Factory
checked in at Thu Apr 21 13:44:50 CEST 2011.




--- KDE/tellico/tellico.changes 2011-02-26 11:24:12.0 +0100
+++ /mounts/work_src_done/STABLE/tellico/tellico.changes2011-04-11 
12:03:45.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 11 10:02:06 UTC 2011 - wstephen...@novell.com
+
+- Update to tellico 2.3.3:
+  * Added data sources for Filmaster and Douban.
+  * Added capability for importing ADS format from z39.50 sources.
+  * Added check for duplicate Bibtex keys (bko#245225)
+  * Added manga search for AnimeNfo.com.
+  * Improved performance for loading and sorting large collections.
+  * Fixed parsing bug for some IMDb results (bko#262036)
+  * Fixed parsing bug for empty table values (bko#261108)
+  * Fixed parsing bug with AnimeNfo.com results.
+  * Fixed bug when editing existing filters (bko#268829)
+  * Fixed crashing bug for editing some values (bko#269044)
+  * Fixed bug with loans not being updated for removed entries
+(bko#270129)
+  * Fixed build for Linux kernel 2.6.38+ when using newer libv4l
+library.
+  * Fixed build with GCC 4.6.
+
+
+---

calling whatdependson for head-i586


Old:

  tellico-2.3.2.tar.bz2

New:

  tellico-2.3.3.tar.bz2



Other differences:
--
++ tellico.spec ++
--- /var/tmp/diff_new_pack.VmC40y/_old  2011-04-21 13:44:04.0 +0200
+++ /var/tmp/diff_new_pack.VmC40y/_new  2011-04-21 13:44:04.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   tellico
-Version:2.3.2
-Release:8
+Version:2.3.3
+Release:1
 Summary:A Collection Manager for KDE
 
 License:GPLv2+

++ tellico-2.3.2.tar.bz2 -> tellico-2.3.3.tar.bz2 ++
 106292 lines of diff (skipped)






Remember to have fun...

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



commit sox for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package sox for openSUSE:Factory
checked in at Thu Apr 21 13:44:43 CEST 2011.




--- sox/sox.changes 2010-09-21 05:32:13.0 +0200
+++ /mounts/work_src_done/STABLE/sox/sox.changes2011-03-01 
15:16:36.0 +0100
@@ -1,0 +2,16 @@
+Tue Mar  1 14:13:15 UTC 2011 - reddw...@opensuse.org
+
+- Update to version 14.3.2
+  o Seek support for MP3 files.
+  o Fix WavPack header bugs.
+  o Fix length error in 24-bit RIFF files.
+  o Add default channel mapping to 24-bit RIFF files.
+  o Fix ffmpeg crashes on some CPU's.
+  o Read wider range of WAV files with chunks embedded.
+  o Fix incorrect MP3 length determination with some VBR files with initial 
silence.
+  o Enable LADSPA support by default on all platforms if libltdl exists.
+  o Allow now legend on spectrogram.
+  o Fix -w option on stat effect.
+  o Support specifying absolute end position instead of offset from beginning 
of trim operation.
+
+---

calling whatdependson for head-i586


Old:

  sox-14.3.1.tar.bz2

New:

  _service
  _service:download_url:sox-14.3.2.tar.bz2
  _service:set_version:sox.spec



Other differences:
--
++ _service:set_version:sox.spec ++
#
# spec file for package sox
#
# 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/
#


%bcond_with ffmpeg
%bcond_with mad
%bcond_with lame
%bcond_with amrwb
%bcond_with amrnb

Name:   sox
BuildRequires:  alsa-devel
BuildRequires:  file-devel
BuildRequires:  flac-devel
BuildRequires:  ladspa-devel
BuildRequires:  libao-devel
BuildRequires:  libgsm-devel
BuildRequires:  libid3tag-devel
BuildRequires:  libpng-devel
BuildRequires:  libpulse-devel
BuildRequires:  libsamplerate-devel
BuildRequires:  libsndfile-devel
BuildRequires:  libvorbis-devel
BuildRequires:  pkg-config
BuildRequires:  wavpack-devel
%if %{with ffmpeg}
BuildRequires:  libffmpeg-devel
%endif
%if %{with mad}
BuildRequires:  libmad-devel
%endif
%if %{with lame}
BuildRequires:  libmp3lame-devel
%endif
%if %{with amrwb}
BuildRequires:  libamrwb-devel
%endif
%if %{with amrnb}
BuildRequires:  libamrnb-devel
%endif
Version:14.3.2
Release:1
License:LGPLv2.1+ ; GPLv2+
Summary:Sound Conversion Tools and Library
Url:http://sox.sourceforge.net
Group:  Productivity/Multimedia/Sound/Editors and Convertors
Source: %{name}-%{version}.tar.bz2
Source1:audioio.h
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch reddw...@opensuse.org -- this 
patch removes the buildstamp
Patch1: %{name}-no_buildstamp.patch
# PATCH-FIX-UPSTREAM %{name}-14.3.1-undefined.patch sf#3072301 
reddw...@opensuse.org -- fix undefined behavior problems as reported by 
post-build script
Patch2: %{name}-14.3.1-undefined.patch
# PATCH-FIX-UPSTREAM %{name}-14.3.1-aliasing.patch sf#3072320 
reddw...@opensuse.org -- fix an aliasing problem as reported by post-build 
script
Patch3: %{name}-14.3.1-aliasing.patch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
SOX is intended to be the Swiss Army knife of sound processing tools.
It does many things, it just does not do them all well. Sooner or later
it will come in very handy. SOX is really only usable day-to-day if you
hide the wacky options with one-line shell scripts.

%package devel
License:LGPLv2.1+ ; GPLv2+
Summary:Sound Conversion Tools and Library
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}
Requires:   pkg-config

%description devel
SOX is intended to be the Swiss Army knife of sound processing tools.
It does many things, it just does not do them all well. Sooner or later
it will come in very handy. SOX is really only usable day-to-day if you
hide the wacky options with one-line shell scripts.

%prep
%setup -q
%patch1
%patch2
%patch3

%build
# /dev/audio (OSS) support. If it ever breaks just remove it.
if [ ! -f %{_includedir}/sun/audioio.h ]; then
mkdir -p include/sun
cp %{S:1} include/sun/audioio.h
fi
export CPPFLAGS=-I$PWD/include
#
%configure --disable-static
make %{?_smp_mflags}

%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/sox/*.la

%c

commit socat for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package socat for openSUSE:Factory
checked in at Thu Apr 21 13:43:57 CEST 2011.




--- socat/socat.changes 2010-08-02 14:10:18.0 +0200
+++ /mounts/work_src_done/STABLE/socat/socat.changes2011-02-02 
18:24:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  2 18:23:27 CET 2011 - meiss...@suse.de
+
+- Handle case where a AF_LOCAL socket has no name. bnc#668319
+
+---

calling whatdependson for head-i586


New:

  socat-unixsalen.patch



Other differences:
--
++ socat.spec ++
--- /var/tmp/diff_new_pack.IvA7tX/_old  2011-04-21 13:43:42.0 +0200
+++ /var/tmp/diff_new_pack.IvA7tX/_new  2011-04-21 13:43:42.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package socat (Version 1.7.1.3)
+# spec file for package socat
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,12 +22,13 @@
 Name:   socat
 BuildRequires:  openssl-devel procps readline-devel tcpd-devel
 Version:1.7.1.3
-Release:1
+Release:6
 License:BSD3c ; GPLv2+
 Group:  Productivity/Networking/Other
 Url:http://www.dest-unreach.org/socat/
 Summary:Multipurpose relay for bidirectional data transfer
 Source: 
http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
+Patch0: socat-unixsalen.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,6 +41,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 %{?suse_update_config:%{suse_update_config -f}}
@@ -68,4 +70,5 @@
 %{_bindir}/procan
 %{_bindir}/filan
 %{_mandir}/man1/socat.1%{ext_man}
+
 %changelog

++ socat-unixsalen.patch ++
Index: socat-1.7.1.2/sysutils.c
===
--- socat-1.7.1.2.orig/sysutils.c
+++ socat-1.7.1.2/sysutils.c
@@ -215,10 +215,14 @@ char *sockaddr_unix_info(const struct so
} else
 #endif /* WITH_ABSTRACT_UNIXSOCKET */
{
-  nextc =
-sanitize_string(sa->sun_path,
+  if (salen <= XIOUNIXSOCKOVERHEAD) {
+   nextc = sanitize_string ("", MIN(UNIX_PATH_MAX, strlen("")),
+   ubuff, XIOSAN_DEFAULT_BACKSLASH_OCT_3);
+  } else {
+   nextc = sanitize_string(sa->sun_path,
 MIN(UNIX_PATH_MAX, strlen(sa->sun_path)),
 ubuff, XIOSAN_DEFAULT_BACKSLASH_OCT_3);
+  }
   *nextc = '\0';
   strncpy(buff, ubuff, blen);
}





Remember to have fun...

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



commit rfc for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rfc for openSUSE:Factory
checked in at Thu Apr 21 13:43:47 CEST 2011.




--- AUTO/all/rfc/rfc.changes2011-04-14 11:42:16.0 +0200
+++ /mounts/work_src_done/STABLE/rfc/rfc.changes2011-04-21 
12:42:11.0 +0200
@@ -2 +2 @@
-Thu Apr 14 11:42:16 CEST 2011 - autobu...@suse.de
+Thu Apr 21 12:42:10 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-14
+- automated update on 2011-04-21

calling whatdependson for head-i586




Other differences:
--
++ rfc.spec ++
--- /var/tmp/diff_new_pack.KNKJMh/_old  2011-04-21 13:42:03.0 +0200
+++ /var/tmp/diff_new_pack.KNKJMh/_new  2011-04-21 13:42:03.0 +0200
@@ -25,7 +25,7 @@
 Summary:The RFCs (Request For Comments)
 Source: rfc.tgz
 BuildArch:  noarch
-Version:2011.4.14
+Version:2011.4.21
 Release:1
 Url:ftp://ftp.isi.edu/in-notes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build


++ rfc.tgz ++
AUTO/all/rfc/rfc.tgz /mounts/work_src_done/STABLE/rfc/rfc.tgz differ: char 5, 
line 1






Remember to have fun...

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



commit rsyslog for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory
checked in at Thu Apr 21 13:43:27 CEST 2011.




--- rsyslog/rsyslog.changes 2011-03-24 17:36:11.0 +0100
+++ /mounts/work_src_done/STABLE/rsyslog/rsyslog.changes2011-04-08 
15:27:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  8 13:24:34 UTC 2011 - m...@suse.de
+
+- bugfix: race condition in deferred name resolution (id=238)
+  from v5.8.0 candidate.
+
+---

calling whatdependson for head-i586


New:

  rsyslog-deferred-dns-query-race.diff



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.9cpg3n/_old  2011-04-21 13:42:22.0 +0200
+++ /var/tmp/diff_new_pack.9cpg3n/_new  2011-04-21 13:42:22.0 +0200
@@ -21,7 +21,7 @@
 Name:   rsyslog
 Summary:The enhanced syslogd for Linux and Unix
 Version:5.6.5
-Release:1
+Release:2
 %define upstream_version5.6.5
 %define with_dbi0%{?suse_version} >= 1140 || 
0%{?build_with_relp:1}
 %define with_relp   0%{?suse_version} >= 1130 || 
0%{?build_with_relp:1}
@@ -68,6 +68,7 @@
 %if 0%{?suse_version} >= 1140
 Patch1: rsyslog-systemd-integration.bnc656104.diff
 %endif
+Patch2: rsyslog-deferred-dns-query-race.diff
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -215,6 +216,7 @@
 %setup -q -n %{name}-%{upstream_version}
 %if 0%{?suse_version} >= 1140
 %patch1 -p1
+%patch2 -p1
 # install the files systemd provides rather than what we provide.
 cp -a /usr/share/doc/packages/systemd/sd-daemon.[ch] runtime/
 %endif

++ rsyslog-deferred-dns-query-race.diff ++
>From 21f69b2c3a95c990ea123d078b08c554cab1d121 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards 
Date: Fri, 8 Apr 2011 11:04:38 +0200
Subject: [PATCH] bugfix: race condition in deferred name resolution

Note that this actually is a very small change, but I needed
to shuffle a lot of code around in order to make it compile
(due to required define order...).

Signed-off-by: Marius Tomaschewski 
---
 runtime/msg.c |  232 +
 1 files changed, 117 insertions(+), 115 deletions(-)

diff --git a/runtime/msg.c b/runtime/msg.c
index 409515a..8a1e66a 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -287,6 +287,121 @@ static pthread_mutex_t mutTrimCtr; /* mutex to 
handle malloc trim */
 static int getAPPNAMELen(msg_t *pM, sbool bLockMutex);
 
 
+/* The following functions will support advanced output module
+ * multithreading, once this is implemented. Currently, we
+ * include them as hooks only. The idea is that we need to guard
+ * some msg objects data fields against concurrent access if
+ * we run on multiple threads. Please note that in any case this
+ * is not necessary for calls from INPUT modules, because they
+ * construct the message object and do this serially. Only when
+ * the message is in the processing queue, multiple threads may
+ * access a single object. Consequently, there are no guard functions
+ * for "set" methods, as these are called during input. Only "get"
+ * functions that modify important structures have them.
+ * rgerhards, 2007-07-20
+ * We now support locked and non-locked operations, depending on
+ * the configuration of rsyslog. To support this, we use function
+ * pointers. Initially, we start in non-locked mode. There, all
+ * locking operations call into dummy functions. When locking is
+ * enabled, the function pointers are changed to functions doing
+ * actual work. We also introduced another MsgPrepareEnqueue() function
+ * which initializes the locking structures, if needed. This is
+ * necessary because internal messages during config file startup
+ * processing are always created in non-locking mode. So we can
+ * not initialize locking structures during constructions. We now
+ * postpone this until when the message is fully constructed and
+ * enqueued. Then we know the status of locking. This has a nice
+ * side effect, and that is that during the initial creation of
+ * the Msg object no locking needs to be done, which results in better
+ * performance. -- rgerhards, 2008-01-05
+ */
+static void (*funcLock)(msg_t *pMsg);
+static void (*funcUnlock)(msg_t *pMsg);
+static void (*funcDeleteMutex)(msg_t *pMsg);
+void (*funcMsgPrepareEnqueue)(msg_t *pMsg);
+#if 1 /* This is a debug aid */
+#define MsgLock(pMsg)  funcLock(pMsg)
+#define MsgUnlock(pMsg) funcUnlock(pMsg)
+#else
+#define MsgLock(pMsg)  {dbgprintf("MsgLock line %d\n - ", __LINE__); 
funcLock(pMsg);; }
+#define MsgUnlock(pMsg) {dbgprintf("MsgUnlock line %d - ", __LINE__); 
funcUnlock(pMsg); }
+#endif
+
+/* the next function is a dummy to be used by the looking functions
+ * when the class is not

commit plasma-addons for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory
checked in at Thu Apr 21 13:42:03 CEST 2011.




--- plasma-addons/plasma-addons.changes 2011-04-01 20:36:17.0 +0200
+++ /mounts/work_src_done/STABLE/plasma-addons/plasma-addons.changes
2011-04-11 17:47:56.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 11 15:46:37 UTC 2011 - wstephen...@novell.com
+
+- Add patch for memory leak in comic applet
+
+---
@@ -8 +12,0 @@
-
@@ -15 +18,0 @@
-  

calling whatdependson for head-i586


New:

  4ab9e40e-comic-memleak.diff



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.Sd6IGu/_old  2011-04-21 13:41:05.0 +0200
+++ /var/tmp/diff_new_pack.Sd6IGu/_new  2011-04-21 13:41:05.0 +0200
@@ -39,11 +39,12 @@
 Summary:Additional Plasma Widgets
 Url:http://www.kde.org/
 Version:4.6.2
-Release:1
+Release:3
 Source0:kdeplasma-addons-%{version}.tar.bz2
 Patch0: 4_6_BRANCH.diff
 Patch1: krunner-akonadi-dont-cause-start.diff
 Patch2: lancelot-suse.diff
+Patch3: 4ab9e40e-comic-memleak.diff
 Provides:   extragear-plasma = 4.0.80
 Obsoletes:  extragear-plasma <= 4.0.80
 Provides:   kdebase4-workspace-plasmoids = 4.0.4
@@ -111,6 +112,7 @@
 %patch0
 %patch1
 %patch2
+%patch3 -p1
 
 %build
   %cmake_kde4 -d build

++ 4ab9e40e-comic-memleak.diff ++
commit 4ab9e40e1e3484a4adf059164c91e06d1f5b6b76
Author: Matthias Fuchs 
Date:   Thu Apr 7 15:32:26 2011 +0200

Fixes prefetching. Now constant useage of the comic applet does not lead to 
high memory usage.
REVIEW:101046

diff --git a/applets/comic/comic.cpp b/applets/comic/comic.cpp
index 72edadd..d9bd496 100644
--- a/applets/comic/comic.cpp
+++ b/applets/comic/comic.cpp
@@ -329,16 +329,26 @@ void ComicApplet::setTabBarVisible( bool isVisible )
 }
 }
 
-void ComicApplet::dataUpdated( const QString&, const Plasma::DataEngine::Data 
&data )
+void ComicApplet::dataUpdated( const QString &source, const 
Plasma::DataEngine::Data &data )
 {
+//disconnect prefetched comic strips
+if ( source != mOldSource ) {
+mEngine->disconnectSource( source, this );
+return;
+}
+
 setBusy( false );
 setConfigurationRequired( false );
 slotStartTimer();
 
 //there was an error, display information as image
-if ( data[ "Error" ].toBool() ) {
-if ( !mShowErrorPicture && !data[ "Previous identifier suffix" 
].toString().isEmpty() ) {
-updateComic( data[ "Previous identifier suffix" ].toString() );
+const bool hasError = data[ "Error" ].toBool();
+const bool errorAutoFixable = data[ "Error automatically fixable" 
].toBool();
+if ( hasError ) {
+const QString previousIdentifierSuffix = data[ "Previous identifier 
suffix" ].toString();
+if ( !mShowErrorPicture && !previousIdentifierSuffix.isEmpty() ) {
+mEngine->disconnectSource( source, this );
+updateComic( previousIdentifierSuffix );
 return;
 }
 QPixmap errorPic( 500, 400 );
@@ -425,6 +435,11 @@ void ComicApplet::dataUpdated( const QString&, const 
Plasma::DataEngine::Data &d
 mLabelUrl->setText( mWebsiteUrl.host() );
 mImageWidget->setScaled( !mScaleComic );
 
+//disconnect if there is either no error, or an error that can not be 
fixed automatically 
+if ( !errorAutoFixable ) {
+mEngine->disconnectSource( source, this );
+}
+
 setTabBarVisible( mShowTabBar && mUseTabs );
 mLabelTop->setVisible( ( mShowComicAuthor || mShowComicTitle ) && 
!mLabelTop->text().isEmpty() );
 mLabelId->setVisible( mShowComicIdentifier && !mLabelId->text().isEmpty() 
);
@@ -454,11 +469,14 @@ void ComicApplet::dataUpdated( const QString&, const 
Plasma::DataEngine::Data &d
 
 //prefetch the previous and following comic for faster navigation
 if ( !mNextIdentifierSuffix.isEmpty() ) {
-mEngine->query( mComicIdentifier + ':' + mNextIdentifierSuffix );
+const QString prefetch = mComicIdentifier + ':' + 
mNextIdentifierSuffix;
+mEngine->connectSource( prefetch, this );
+mEngine->query( prefetch );
 }
-
 if ( !mPreviousIdentifierSuffix.isEmpty() ) {
-mEngine->query( mComicIdentifier + ':' + mPreviousIdentifierSuffix );
+const QString prefetch = mComicIdentifier + ':' + 
mPreviousIdentifierSuffix;
+mEngine->connectSource( prefetch, this );
+mEngine->query( prefetch );
 }
 }
 
@@ -838,6 +856,7 @@ void ComicApplet::updateComic( const QString 
&identifierSuffix )
 
 setConfigurationRequired( mComicIdentifier.isEmpty() );
 if ( !mComicIdentifier.isEmpty() && mEngine && mEngine->isValid() ) {
+
 setBusy( true );
 const QString identifier =

commit ntp for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package ntp for openSUSE:Factory
checked in at Thu Apr 21 13:41:53 CEST 2011.




--- ntp/ntp.changes 2011-02-03 17:15:58.0 +0100
+++ /mounts/work_src_done/STABLE/ntp/ntp.changes2011-04-01 
16:52:05.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr  1 16:50:21 CET 2011 - h...@urpla.net
+
+- replace remove-ntpdate.diff with sed script
+- don't effectively zap existing /etc/sysconfig/ntp
+- while at it, simplify /etc/sysconfig/ntp update
+- improve NTP_PARSE_DEVICE documentation for /etc/sysconfig/ntp
+- refresh all patches with offsets and fuzz 
+
+---

calling whatdependson for head-i586


Old:

  ntp-4.2.6p3.tar.gz
  remove-ntpdate.diff

New:

  ntp-4.2.6p3.tar.bz2



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:40.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 13:40:40.0 +0200
@@ -27,10 +27,10 @@
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Other
 Version:4.2.6p3
-Release:8
+Release:9
 Summary:Network Time Protocol daemon (version 4)
 # main source
-Source0:
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.gz
+Source0:
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.bz2
 # configuration
 Source1:conf.logrotate.ntp
 Source2:conf.ntp.conf
@@ -49,7 +49,6 @@
 Source16:   ntp-wait
 Patch1: ntp-segfault_on_invalid_device.patch
 Patch4: ntpd-maxmonmen.patch
-Patch9: remove-ntpdate.diff
 Patch10:ntp-strcat.patch
 Patch11:ntp-4.2.6p2-seed_file.patch
 Patch13:ntp-code-cleanup.patch 
@@ -62,7 +61,7 @@
 Obsoletes:  xntp3 xntp <= 4.2.4p5
 Conflicts:  openntpd
 PreReq: pwdutils %insserv_prereq  %fillup_prereq /usr/bin/diff 
/usr/bin/grep /sbin/chkconfig
-Requires:   timezone
+Requires:   timezone logrotate
 
 %description
 The Network Time Protocol (NTP) is used to synchronize the time of a
@@ -187,7 +186,6 @@
 # copy README.SUSE
 cp %{S:12} .
 tar xzf %{S:13} 
-%patch9
 %patch10 -p1
 %patch11
 %patch13
@@ -195,6 +193,10 @@
 %patch16
 %patch18
 
+# don't build ntpdate (replaced with %{SOURCE15} script)
+sed -i '/\tntpdate/d
+s/ntpdate //g' Makefile.in Makefile.am
+
 %build
 rm -rf acconfig.h
 %{?suse_update_config}
@@ -302,11 +304,7 @@
 # Are we in update mode?
 if [ -f /etc/sysconfig/ntp ]; then
# convert parameters and description in existing sysconfig file
-   cvt_tmp=/etc/sysconfig/sysconfig.ntp.$$
-sed -e "s@^XNTPD_@NTPD_@" -e "s@\(\".*\)-U ntp\(.*\"\)@\1-u ntp\2@" \
-   /etc/sysconfig/ntp > $cvt_tmp && \
-   test -e $cvt_tmp && mv $cvt_tmp /etc/sysconfig/ntp
-   test -e /etc/sysconfig/ntp && rm -f /etc/sysconfig/ntp
+sed -i -e "s@^XNTPD_@NTPD_@" -e "s@\(\".*\)-U ntp\(.*\"\)@\1-u ntp\2@" 
/etc/sysconfig/ntp
grep -q '^keys /etc/ntp.keys' /etc/ntp.conf || {
 echo "#
 # Authentication stuff

++ conf.sysconfig.ntp ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:40.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 13:40:40.0 +0200
@@ -41,14 +41,17 @@
 #
 NTP_PARSE_LINK=""
 
-## Type:   boolean
+## Type:   
string(/dev/ttyS0,/dev/ttyS1,/dev/ttyUSB0,/dev/ttyUSB1,/dev/ttyUSB2)
 ## Default:""
 ## ServiceRestart: ntp
 #
 # Parse driver device
+#
 # For more information see the ntp documentation in the package ntp-doc
 # /usr/share/doc/packages/ntp-doc/drivers/driver8.html
 #
+# NOTE: Adjust /etc/apparmor.d/tunables/ntpd accordingly
+#
 NTP_PARSE_DEVICE=""
 
 ## Type:  boolean

++ ntp-4.2.6p3.tar.gz -> ntp-4.2.6p3.tar.bz2 ++

++ ntp-segfault_on_invalid_device.patch ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:41.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_new  2011-04-21 13:40:41.0 +0200
@@ -1,7 +1,8 @@
-diff -ru ntpd/refclock_parse.c ntpd/refclock_parse.c
 ntpd/refclock_parse.c  2007-08-18 22:24:46.0 +0200
-+++ ntpd/refclock_parse.c  2008-09-25 17:03:56.0 +0200
-@@ -3319,6 +3319,10 @@
+Index: ntpd/refclock_parse.c
+===
+--- ntpd/refclock_parse.c
 ntpd/refclock_parse.c
+@@ -3315,6 +3315,10 @@ parse_control(
  struct parseunit *parse = (struct parseunit *)peer->procptr->unitptr;
parsectl_t tmpctl;
  
@@ -12,4 +13,3 @@
static char outstatus[400]; /* status output buffer */
  
if (out)
-Nur in ntp-segfault_on_invalid_device/ntpd: refclock_parse.c.orig.

++ ntp-strcat.patch ++
--- /var/tmp/diff_new_pack.OEFb3K/_old  2011-04-21 13:40:41.0 +0200
+++ /var/tmp/diff_new_pack.OEFb3K/_n

commit netcat-openbsd for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package netcat-openbsd for openSUSE:Factory
checked in at Thu Apr 21 13:40:56 CEST 2011.




--- netcat-openbsd/netcat-openbsd.changes   2010-05-28 18:28:14.0 
+0200
+++ /mounts/work_src_done/STABLE/netcat-openbsd/netcat-openbsd.changes  
2010-06-25 18:51:42.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 25 16:55:06 UTC 2010 - lmue...@suse.de
+
+- Use update-alternatives to set netcat symbolic links for compatibility.
+- Provides and obsoltes netcat.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ netcat-openbsd.spec ++
--- /var/tmp/diff_new_pack.xY3aot/_old  2011-04-21 13:40:20.0 +0200
+++ /var/tmp/diff_new_pack.xY3aot/_new  2011-04-21 13:40:20.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package netcat-openbsd (Version 1.89)
+# spec file for package netcat-openbsd
 #
-# 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
@@ -21,17 +21,18 @@
 
 Name:   netcat-openbsd
 Version:1.89
-Release:67
+Release:77
 License:BSD3c
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake glib2-devel quilt
+PreReq: update-alternatives
 Group:  Productivity/Networking/Other
 Summary:TCP/IP swiss army knife
 Source: %{name}-%{version}.tar.bz2
 Source1:CMakeLists.txt
 Patch0: netcat-openbsd_1.89-3ubuntu2.diff.gz
-Provides:   nc6 = %{version}
-Obsoletes:  nc6 <= 1.0
+Provides:   nc6 = %{version} netcat
+Obsoletes:  nc6 <= 1.0 netcat <= 1.10
 
 %description
 A simple Unix utility which reads and writes data across network
@@ -65,6 +66,13 @@
 
 %install
 %makeinstall
+mkdir -p \
+   ${RPM_BUILD_ROOT}/etc/alternatives
+touch \
+   ${RPM_BUILD_ROOT}/etc/alternatives/netcat \
+   ${RPM_BUILD_ROOT}/etc/alternatives/netcat.1.gz
+%{__ln_s} -f %{_bindir}/nc ${RPM_BUILD_ROOT}/%{_bindir}/netcat
+%{__ln_s} -f nc.1.gz ${RPM_BUILD_ROOT}/%{_mandir}/man1/netcat.1.gz
 
 %clean
 rm -rf "$RPM_BUILD_ROOT"
@@ -72,6 +80,21 @@
 %files
 %defattr(-,root,root)
 %{_bindir}/nc
+%{_bindir}/netcat
 %{_mandir}/man1/nc.1.gz
+%{_mandir}/man1/netcat.1.gz
+%ghost /etc/alternatives/netcat
+%ghost /etc/alternatives/netcat.1.gz
+
+%post
+/usr/sbin/update-alternatives --install \
+   %{_bindir}/netcat netcat %{_bindir}/nc 10 \
+   --slave %{_mandir}/man1/netcat.1.gz netcat.1.gz %{_mandir}/man1/nc.1.gz
+
+%preun
+if [ "$1" = 0 ] ; then
+   /usr/sbin/update-alternatives --remove \
+   netcat %{_bindir}/nc
+fi
 
 %changelog






Remember to have fun...

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



commit mkinitrd for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package mkinitrd for openSUSE:Factory
checked in at Thu Apr 21 13:40:27 CEST 2011.




--- mkinitrd/mkinitrd.changes   2010-11-24 16:00:10.0 +0100
+++ /mounts/work_src_done/STABLE/mkinitrd/mkinitrd.changes  2011-03-29 
23:42:08.0 +0200
@@ -1,0 +2,21 @@
+Tue Mar 29 21:37:28 UTC 2011 - mma...@novell.com
+
+- Change from /dev/.run to /run (bnc#678270#c2).
+
+---
+Mon Mar 14 21:38:37 UTC 2011 - mma...@novell.com
+
+- Create /dev/.run tmpfs mountpoint (bnc#678270).
+- version 2.7.0.
+
+---
+Fri Dec 17 14:40:56 UTC 2010 - mma...@novell.com
+
+- Survive dangling symlinks in /lib/mkinitrd/setup.
+
+---
+Fri Dec 17 14:20:15 UTC 2010 - mma...@novell.com
+
+- Really check mtime when determining whether to run mkinitrd_setup.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mkinitrd.spec ++
--- /var/tmp/diff_new_pack.jdwLIT/_old  2011-04-21 13:40:03.0 +0200
+++ /var/tmp/diff_new_pack.jdwLIT/_new  2011-04-21 13:40:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mkinitrd (Version 2.6.0)
+# spec file for package mkinitrd
 #
-# 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
@@ -30,8 +30,8 @@
 Requires:   sysvinit
 %endif
 AutoReqProv:on
-Version:2.6.0
-Release:6
+Version:2.7.0
+Release:1
 Conflicts:  udev < 118
 Requires:   dhcpcd
 Summary:Creates an Initial RAM Disk Image for Preloading Modules

++ mkinitrd.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.6.0/mkinitrd.changes 
new/mkinitrd-2.7.0/mkinitrd.changes
--- old/mkinitrd-2.6.0/mkinitrd.changes 2010-11-24 15:58:30.0 +0100
+++ new/mkinitrd-2.7.0/mkinitrd.changes 2011-03-29 23:38:07.0 +0200
@@ -1,4 +1,25 @@
 ---
+Tue Mar 29 21:37:28 UTC 2011 - mma...@novell.com
+
+- Change from /dev/.run to /run (bnc#678270#c2).
+
+---
+Mon Mar 14 21:38:37 UTC 2011 - mma...@novell.com
+
+- Create /dev/.run tmpfs mountpoint (bnc#678270).
+- version 2.7.0.
+
+---
+Fri Dec 17 14:40:56 UTC 2010 - mma...@novell.com
+
+- Survive dangling symlinks in /lib/mkinitrd/setup.
+
+---
+Fri Dec 17 14:20:15 UTC 2010 - mma...@novell.com
+
+- Really check mtime when determining whether to run mkinitrd_setup.
+
+---
 Wed Nov 24 15:55:31 CET 2010 - p...@suse.de
 
 - Fix for new coreutils (bnc#654364).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mkinitrd-2.6.0/sbin/mkinitrd 
new/mkinitrd-2.7.0/sbin/mkinitrd
--- old/mkinitrd-2.6.0/sbin/mkinitrd2010-11-24 15:58:30.0 +0100
+++ new/mkinitrd-2.7.0/sbin/mkinitrd2011-03-29 23:38:07.0 +0200
@@ -25,7 +25,7 @@
 # git://git.opensuse.org/projects/mkinitrd.git
 #
 
-VERSION=2.6.0
+VERSION=2.7.0
 LOGDIR=/var/log/YaST2
 LOGFILE=$LOGDIR/mkinitrd.log
 declare -a cmd_option
@@ -471,11 +471,13 @@
 
 for setupfile in $INITRD_PATH/setup/*.sh; do
 [ -d "$tmp_mnt" ] && cd "$tmp_mnt" # process setup files in 
the initrd root dir
-if [ ! -d "$setupfile" ]; then
+if [ -f "$setupfile" ]; then
 curscript="${setupfile##*-}"
 #   echo "[$curscript] $blockdev"
 source $setupfile
 [ $? -ne 0 ] && oops 1 "Script $setupfile failed!"
+else
+echo "warning: skipping non-regular file $setupfile"
 fi
 done
 cd "$oldpwd"
@@ -494,9 +496,9 @@
 initrd_images=( $initrd_images )
 kernel_images=( $kernel_images )
 
-scripts_mtime=$( stat -c "%X" "$INITRD_PATH/scripts" )
-setup_mtime=$( stat -c "%X" "$INITRD_PATH/setup" )
-boot_mtime=$( stat -c "%X" "$INITRD_PATH/boot" )
+scripts_mtime=$( stat -c "%Y" "$INITRD_PATH/scripts" )
+setup_mtime=$( stat -c "%Y" "$INITRD_PATH/setup" )
+boot_mtime=$( stat -c "%Y" "$INITRD_PATH/boot" )
 scripts_mtime=${scripts_mtime%.*}
 setup_mtime=${setup_mtime%.*}
 boot_mtime=${boot_mtime%.*}
diff -urN '--exclude=CVS' '--exclude=.cvsignore'

commit linkchecker for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package linkchecker for openSUSE:Factory
checked in at Thu Apr 21 13:39:55 CEST 2011.




--- linkchecker/linkchecker.changes 2008-04-29 20:43:17.0 +0200
+++ /mounts/work_src_done/STABLE/linkchecker/linkchecker.changes
2011-03-14 17:50:38.0 +0100
@@ -1,0 +2,33 @@
+Mon Mar 14 17:43:46 CET 2011 - p...@suse.de
+
+- Update to 6.5:
+   Fixes:
+   - checking: Fix typo calling get_temp_file() function.
+ Closes: SF bug #3196917
+   - checking: Prevent false positives when detecting the MIME type
+ of certain archive files.
+   - checking: Correct conversion between file URLs and encoded
+ filenames. Fixes false errors when handling files with Unicode
+ encodings.
+   - checking: Work around a Python 2.7 regression in parsing certain
+ URLs with paths starting with a digit.
+   - cmdline: Fix filename completion if path starts with ~
+   - cgi: Prevent encoding errors printing to sys.stdout using an
+ encoding wrapper.
+
+   Changes:
+   - checking: Use HTTP GET requests to work around buggy IIS servers
+ sending false positive status codes for HEAD requests.
+   - checking: Strip leading and trailing whitespace from URLs and print
+ a warning instead of having errors.
+ Also all embedded whitespace is stripped from URLs given at the
+ commandline or the GUI.
+ Closes: SF bug #3196918
+
+   Features:
+   - configuration: Support reading GNOME and KDE proxy settings.
+
+   For all other changes since 4.9 see
+   /usr/share/doc/packages/linkchecker/changelog.txt.
+
+---

calling whatdependson for head-i586


Old:

  linkchecker-4.9.tar.bz2

New:

  LinkChecker-6.5.tar.bz2



Other differences:
--
++ linkchecker.spec ++
--- /var/tmp/diff_new_pack.FFOuPu/_old  2011-04-21 13:39:21.0 +0200
+++ /var/tmp/diff_new_pack.FFOuPu/_new  2011-04-21 13:39:21.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package linkchecker (Version 4.9)
+# spec file for package linkchecker
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,24 @@
 
 # norootforbuild
 
+%define project_name LinkChecker
 
 Name:   linkchecker
 %define _prefix /usr
-BuildRequires:  python-devel python-xml
+BuildRequires:  libqt4-devel-doc python-devel python-xml
+BuildRequires:  python-cssutils python-optcomplete
 Requires:   tidy
 Url:http://linkchecker.sourceforge.net
-License:GPL v2 or later
+License:GPLv2+
 Group:  Productivity/Networking/Web/Utilities
 Summary:Check Websites and HTML Documents for Broken Links
-Version:4.9
-Release:34
-Source0:%{name}-%{version}.tar.bz2
+Version:6.5
+Release:1
+Source0:%{project_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Prefix: %{_prefix}
+Requires:   python-cssutils python-optcomplete
+%py_requires
 
 %description
 LinkChecker checks websites and HTML documents for broken links.
@@ -68,14 +72,12 @@
 Bastian Kleineidam 
 
 %prep
-%setup -q
+%setup -q -n %{project_name}-%{version}
 cp -a doc/examples .
-for file in `grep -rl python2.4 .` ; do
-   sed -i -e "s@python2.4@python2.5@g" $file
-done
 
 %build
-env CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
+make -C doc/html
+python setup.py build
 
 %install
 python setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES.in
@@ -86,13 +88,16 @@
 sed -i -e 's@/usr/share/man/fr/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@%doc 
/usr/share/man/fr/man\1/\2.gz@g' INSTALLED_FILES.in
 rm -rf examples
 mv %{buildroot}%{_datadir}/%{name}/examples ./
-grep -F -v /usr/share/linkchecker/examples INSTALLED_FILES.in > INSTALLED_FILES
-rm -rf doc/examples
-#%clean
-#rm -rf %{buildroot}
+grep -E -v '/usr/share/linkchecker/examples|/usr/share/locale' 
INSTALLED_FILES.in > INSTALLED_FILES
+echo "%{py_sitedir}/_LinkChecker_configdata.pyc" >> INSTALLED_FILES
+find %{buildroot}/%{_mandir} -name \*.1 -o -name \*.5 -exec gzip -9 {} \;
+%find_lang %project_name
 
-%files -f INSTALLED_FILES
+%clean
+rm -rf %{buildroot}
+
+%files -f INSTALLED_FILES -f %project_name.lang
 %defattr(-,root,root)
-%doc examples TODO.txt doc/ cgi-bin/lconline/ README.txt
+%doc examples doc/todo.txt doc/upgrading.txt doc/changelog.txt
 
 %changelog






Remember to have fun...

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

commit libwpd for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory
checked in at Thu Apr 21 13:39:22 CEST 2011.




--- libwpd/libwpd.changes   2010-12-07 14:46:57.0 +0100
+++ /mounts/work_src_done/STABLE/libwpd/libwpd.changes  2011-03-16 
12:12:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 09:32:59 UTC 2011 - ism...@namtrac.org
+
+- Add missing includes to fix compilation with gcc 4.6
+
+---

calling whatdependson for head-i586


New:

  gcc46.patch



Other differences:
--
++ libwpd.spec ++
--- /var/tmp/diff_new_pack.86qRAN/_old  2011-04-21 13:39:03.0 +0200
+++ /var/tmp/diff_new_pack.86qRAN/_new  2011-04-21 13:39:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libwpd (Version 0.9.0)
+# spec file for package libwpd
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,11 @@
 Group:  System/Libraries
 AutoReqProv:on
 Version:0.9.0
-Release:1
+Release:6
 Summary:Library for Importing WordPerfect (tm) Documents
 Source: libwpd-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE gcc46.patch -- Add missing includes to fix compilation 
with gcc 4.6
+Patch:  gcc46.patch
 Url:http://libwpd.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libwpd-0_9-9 = %{version}-%{release}
@@ -126,6 +128,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure --disable-static --docdir=%_docdir/%name

++ gcc46.patch ++
--- src/lib/WP5GraphicsInformationPacket.h  2010-08-26 13:35:21.0 
+0200
+++ src/lib/WP5GraphicsInformationPacket.h  2011-03-16 10:25:18.918009010 
+0100
@@ -28,6 +28,7 @@
 #include "WP5GeneralPacketData.h"
 #include "WPXMemoryStream.h"
 #include "WPXBinaryData.h"
+#include 
 #include 
 
 class WP5GraphicsInformationPacket : public WP5GeneralPacketData
--- src/lib/WPXOLEStream.cpp2010-08-26 13:35:21.0 +0200
+++ src/lib/WPXOLEStream.cpp2011-03-16 10:31:09.626009026 +0100
@@ -600,7 +600,7 @@
 unsigned p = i * 128;
 
 // would be < 32 if first char in the name isn't printable
-unsigned prefix = 32;
+// unsigned prefix = 32;
 
 // parse name of this entry, which stored as Unicode 16-bit
 std::string name;
@@ -612,7 +612,7 @@
 // first char isn't printable ? remove it...
 if( buffer[p] < 32 )
 { 
-  prefix = buffer[0]; 
+  //prefix = buffer[0]; 
   name.erase( 0,1 ); 
 }
 





Remember to have fun...

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



commit libhugetlbfs for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libhugetlbfs for openSUSE:Factory
checked in at Thu Apr 21 13:39:11 CEST 2011.




--- libhugetlbfs/libhugetlbfs.changes   2010-10-06 18:55:20.0 +0200
+++ /mounts/work_src_done/STABLE/libhugetlbfs/libhugetlbfs.changes  
2010-12-17 12:47:56.0 +0100
@@ -1,0 +2,7 @@
+Fri Dec 17 11:45:36 UTC 2010 - tr...@novell.com
+
+- Update to version 2.11
+  Bugfixes and new features are listed in the NEWS file in
+  /usr/share/doc/packages/libhugetlbfs/NEWS
+
+---

calling whatdependson for head-i586


Old:

  libhugetlbfs-2.9.tar.bz2

New:

  libhugetlbfs-2.11.tar.bz2



Other differences:
--
++ libhugetlbfs.spec ++
--- /var/tmp/diff_new_pack.HryJZ6/_old  2011-04-21 13:38:59.0 +0200
+++ /var/tmp/diff_new_pack.HryJZ6/_new  2011-04-21 13:38:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libhugetlbfs (Version 2.9)
+# spec file for package libhugetlbfs
 #
-# 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
@@ -28,7 +28,7 @@
 Obsoletes:  libhugetlbfs-64bit
 %endif
 #
-Version:2.9
+Version:2.11
 Release:1
 Url:http://libhugetlbfs.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ libhugetlbfs-2.9.tar.bz2 -> libhugetlbfs-2.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhugetlbfs-2.9/Makefile 
new/libhugetlbfs-2.11/Makefile
--- old/libhugetlbfs-2.9/Makefile   2010-06-28 14:05:50.0 +0200
+++ new/libhugetlbfs-2.11/Makefile  2010-12-16 18:38:22.0 +0100
@@ -1,5 +1,5 @@
-PREFIX = /usr/local
-EXEDIR = /bin
+PREFIX ?= /usr/local
+EXEDIR ?= /bin
 
 LIBOBJS = hugeutils.o version.o init.o morecore.o debug.o alloc.o shm.o 
kernel-features.o
 LIBPUOBJS = init_privutils.o debug.o hugeutils.o kernel-features.o
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhugetlbfs-2.9/NEWS new/libhugetlbfs-2.11/NEWS
--- old/libhugetlbfs-2.9/NEWS   2010-06-28 14:05:50.0 +0200
+++ new/libhugetlbfs-2.11/NEWS  2010-12-16 18:38:22.0 +0100
@@ -1,3 +1,27 @@
+libhugetlbfs 2.11 "Ghost Pepper"
+==
+New Features
+* cpupcstat reports time servicing tlb misses when requested
+* When supported by the kernel and glibc, MAP_HUGETLB is used
+  for the heap and to back memory returned by get_huge_pages.
+  These features can now be used without mounting hugetlbfs
+
+Bug Fixes
+* tlbmiss_cost.sh supresses oprofile errors
+* numerous fixes to setup_helper.py
+* Corrected usage of hugetlbfs_test_feature return value
+* find_mounts now correctly ignores non-hugetlbfs mount points
+* When prefaulting pages for get_huge_pages readv was using the fd
+  for the mapping, this caused the prefault to fail on older libc.
+  Now /dev/zero is used for all prefaulting
+
+libhugetlbfs 2.10 "Another Hottie"
+==
+Bug Fixes
+* hugeadm now handles pool size deltas properly
+* Makefile uses ?= to assign PREFIX and EXEDIR to allow for easier build
+  modification
+
 libhugetlbfs 2.9 "Something Spicy"
 ==
 New Features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhugetlbfs-2.9/TLBC/OpCollect.pm 
new/libhugetlbfs-2.11/TLBC/OpCollect.pm
--- old/libhugetlbfs-2.9/TLBC/OpCollect.pm  2010-06-28 14:05:50.0 
+0200
+++ new/libhugetlbfs-2.11/TLBC/OpCollect.pm 2010-12-16 18:38:22.0 
+0100
@@ -55,7 +55,7 @@
my $self = shift;
my $vmlinux = shift;
my $refEvents = shift;
-   my $cmd = "$Bin/oprofile_start.sh --vmlinux=$vmlinux ";
+   my $cmd = "$Bin/oprofile_start.sh --sample-cycle-factor 6 
--sample-event-factor 2 --vmlinux=$vmlinux ";
foreach my $event (@{$refEvents}) {
$cmd .= " --event=$event";
$self->_get_event($event);
@@ -154,7 +154,10 @@
$col = $self->_get_column($event);
 
foreach $line (@results) {
-   if ($line =~ /$binName/) {
+   if ($line !~ /^\s+[0-9]/) {
+   next;
+   }
+   if ($binName eq "/" || $line =~ /$binName/) {
chomp($line);
$line =~ s/^\s+//;
$line =~ s/\s+$//;
@@ -169,7 +172,7 @@
 sub read_eventcount()
 {
system("opcontrol --dump > /dev/null 2>&1");

commit konqueror-plugins for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package konqueror-plugins for 
openSUSE:Factory
checked in at Thu Apr 21 13:38:53 CEST 2011.




--- KDE/konqueror-plugins/konqueror-plugins.changes 2011-04-04 
13:25:56.0 +0200
+++ /mounts/work_src_done/STABLE/konqueror-plugins/konqueror-plugins.changes
2011-04-06 21:07:23.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr  6 19:07:27 UTC 2011 - corne...@solcon.nl
+
+- fix file list for < 11.4
+
+---

calling whatdependson for head-i586




Other differences:
--
++ konqueror-plugins.spec ++
--- /var/tmp/diff_new_pack.lm8nq4/_old  2011-04-21 13:38:31.0 +0200
+++ /var/tmp/diff_new_pack.lm8nq4/_new  2011-04-21 13:38:31.0 +0200
@@ -28,7 +28,7 @@
 Group:  Productivity/Networking/Web/Browsers
 Summary:Konqueror Related Addons
 Version:4.6.1
-Release:1
+Release:2
 Source0:konq-plugins-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -109,13 +109,5 @@
 %_kde_share_dir/apps/fsview
 /usr/share/icons/hicolor/*/apps/fsview.*
 %_kde_share_dir/services/fsview_part.desktop
-%if %suse_version < 1140
-%dir /usr/share/locale/hsb
-%dir /usr/share/locale/hsb/LC_MESSAGES
-%endif
-%if %suse_version < 1120
-%dir /usr/share/locale/hne
-%dir /usr/share/locale/hne/LC_MESSAGES
-%endif
 
 %changelog






Remember to have fun...

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



commit kmymoney for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kmymoney for openSUSE:Factory
checked in at Thu Apr 21 13:38:48 CEST 2011.




--- KDE/kmymoney/kmymoney.changes   2011-01-24 23:02:24.0 +0100
+++ /mounts/work_src_done/STABLE/kmymoney/kmymoney.changes  2011-02-20 
14:07:55.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb 20 12:54:46 UTC 2011 - nico.laus.2...@gmx.de
+
+- Update to 4.5.3:
+  + Improve performance with investment account balance calculation
+  + Switch to AqBanking5
+  + Don't select the character that starts the split editor #263319
+  + Support "Gielda Papierow Wartosciowych" as price source #261803
+
+---

calling whatdependson for head-i586


Old:

  0001-aqbanking5-support.patch
  0001-kbanking5-kmymoney-4.5.2.patch
  _service:download_url:kmymoney-4.5.2.tar.bz2
  minmem

New:

  _service:download_url:kmymoney-4.5.3.tar.bz2



Other differences:
--
++ kmymoney.spec ++
--- /var/tmp/diff_new_pack.rRULS3/_old  2011-04-21 13:38:31.0 +0200
+++ /var/tmp/diff_new_pack.rRULS3/_new  2011-04-21 13:38:31.0 +0200
@@ -19,14 +19,13 @@
 
 
 Name:   kmymoney
-Version:4.5.2
-Release:2
+Version:4.5.3
+Release:1
 License:GNU GPL v2 or v3
 Group:  Productivity/Office/Finance
 Url:http://kmymoney2.sourceforge.net/index2.html
 Summary:A Personal Finance Manager for KDE 4
 Source: kmymoney-%{version}.tar.bz2
-Patch0: 0001-kbanking5-kmymoney-4.5.2.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aqbanking-devel >= 5.0.0
 BuildRequires:  cmake >= 2.6.4
@@ -62,7 +61,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake_kde4 -d build

++ _service ++
--- /var/tmp/diff_new_pack.rRULS3/_old  2011-04-21 13:38:31.0 +0200
+++ /var/tmp/diff_new_pack.rRULS3/_new  2011-04-21 13:38:31.0 +0200
@@ -3,11 +3,11 @@
   
 http
 downloads.sourceforge.net
-/project/kmymoney2/KMyMoney-KDE4/4.5.2/kmymoney-4.5.2.tar.bz2
+/project/kmymoney2/KMyMoney-KDE4/4.5.3/kmymoney-4.5.3.tar.bz2
   
   
-_service:download_url:kmymoney-4.5.2.tar.bz2
+_service:download_url:kmymoney-4.5.3.tar.bz2
 sha256
-546a0742f12c8d9e657cef4e2592af80736664d8d0cece79860b8cc87632fae9
+a9b37275cf3cdcd5ce865d94391df44c7822639b830fccb9962a54b7fcf76ffb
   
 

++ _service:download_url:kmymoney-4.5.2.tar.bz2 -> 
_service:download_url:kmymoney-4.5.3.tar.bz2 ++
KDE/kmymoney/_service:download_url:kmymoney-4.5.2.tar.bz2 
/mounts/work_src_done/STABLE/kmymoney/_service:download_url:kmymoney-4.5.3.tar.bz2
 differ: char 11, line 1






Remember to have fun...

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



commit kdepim4-runtime for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory
checked in at Thu Apr 21 13:38:17 CEST 2011.




--- KDE/kdepim4-runtime/kdepim4-runtime.changes 2011-02-17 15:16:24.0 
+0100
+++ /mounts/work_src_done/STABLE/kdepim4-runtime/kdepim4-runtime.changes
2011-04-09 20:35:51.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  9 18:16:20 UTC 2011 - wstephen...@novell.com
+
+- Add fixes from kdepim 4.4 branch:
+  * Turn Nepomuk disabled warning into a KNotification
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.N18ipy/_old  2011-04-21 13:37:29.0 +0200
+++ /var/tmp/diff_new_pack.N18ipy/_new  2011-04-21 13:37:29.0 +0200
@@ -27,7 +27,7 @@
 Summary:Base package of kdepim
 Url:http://www.kde.org
 Version:4.4.10
-Release:6
+Release:7
 Source0:kdepim-runtime-%version.tar.bz2
 Patch:  4_4_BRANCH.diff
 Patch6: disable-knut.diff
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q -n kdepim-runtime-%version
-%patch
+%patch -p2
 %patch6
 
 %build

++ 4_4_BRANCH.diff ++
--- /var/tmp/diff_new_pack.N18ipy/_old  2011-04-21 13:37:29.0 +0200
+++ /var/tmp/diff_new_pack.N18ipy/_new  2011-04-21 13:37:29.0 +0200
@@ -0,0 +1,21 @@
+diff --git a/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp 
b/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
+index 716d459..4f00122 100644
+--- a/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
 b/runtime/agents/nepomukfeeder/nepomukfeederagentbase.cpp
+@@ -42,6 +42,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ 
+@@ -320,7 +321,7 @@ void NepomukFeederAgentBase::selfTest()
+   emit status( Broken, i18n( "Nepomuk not operational" ) );
+   if ( !QDBusConnection::sessionBus().registerService( QLatin1String( 
"org.kde.pim.nepomukfeeder.selftestreport" ) ) )
+ return;
+-  //KMessageBox::error( 0, message, i18n( "Nepomuk Indexing Disabled" ), 
KMessageBox::Notify | KMessageBox::AllowLink );
++  KNotification::event( KNotification::Warning, i18n( "Nepomuk Indexing 
Disabled" ), message );
+   QDBusConnection::sessionBus().unregisterService( QLatin1String( 
"org.kde.pim.nepomukfeeder.selftestreport" ) );
+ }
+ 






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

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory
checked in at Thu Apr 21 13:38:14 CEST 2011.




--- KDE/kdepim4/kdepim4.changes 2011-01-27 21:05:21.0 +0100
+++ /mounts/work_src_done/STABLE/kdepim4/kdepim4.changes2011-04-09 
20:39:24.0 +0200
@@ -1,0 +2,14 @@
+Sat Apr  9 17:48:20 UTC 2011 - wstephen...@novell.com
+
+- Add fixes from kdepim 4.4 branch:
+  * Don't show next and previous buttons if the attendee list is empty
+(bko#262680)
+  * Fix copied text from email includes HTML tags (bko#259468)
+  * Fix spurious Akonadi error dialog - start apps asynchronously
+when building vs 4.6
+  * Fix potential crash on check (bko#269173)
+  * Make KTimeTracker spinbox look right with Oxygen
+  * Fix tab labels not updating on folder change in KMail
+  * Fix enable/disable/remove buttons in custom template UI in KMail
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.6oKKD9/_old  2011-04-21 13:37:34.0 +0200
+++ /var/tmp/diff_new_pack.6oKKD9/_new  2011-04-21 13:37:34.0 +0200
@@ -27,7 +27,7 @@
 Summary:Base package of kdepim
 Url:http://www.kde.org
 Version:4.4.10
-Release:1
+Release:6
 Source0:kdepim-%version.tar.bz2
 Patch:  4_4_BRANCH.diff
 Patch1: akregator-useragent.diff
@@ -55,7 +55,7 @@
 
 %prep
 %setup -q -n kdepim-%version
-%patch
+%patch -p1
 %patch1
 %patch4
 %patch7

++ 4_4_BRANCH.diff ++
--- /var/tmp/diff_new_pack.6oKKD9/_old  2011-04-21 13:37:34.0 +0200
+++ /var/tmp/diff_new_pack.6oKKD9/_new  2011-04-21 13:37:34.0 +0200
@@ -0,0 +1,576 @@
+diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp
+index 4c8ca42..200f8ec 100644
+--- a/kaddressbook/main.cpp
 b/kaddressbook/main.cpp
+@@ -49,11 +49,13 @@ int main( int argc, char **argv )
+   MainWindow *window = new MainWindow;
+   window->show();
+ 
++#if !KDE_IS_VERSION(4,6,0)
+   if ( !Akonadi::Control::start( window ) ) {
+ //TODO: add message box after string freeze
+ kWarning() << "Unable to start Akonadi server, exit application";
+ return 1;
+   }
++#endif
+ 
+   return app.exec();
+ }
+diff --git a/kalarm/Changelog b/kalarm/Changelog
+index 813130d..e1ffb6b 100644
+--- a/kalarm/Changelog
 b/kalarm/Changelog
+@@ -1,6 +1,10 @@
+ KAlarm Change Log
+ 
+-=== Version 2.4.10 --- 2 December 2010 ===
++=== Version 2.4.11 --- 10 February 2011 ===
++- Fix bad borders round left hand buttons of time spinboxes in Oxygen style.
++- Fix initialisation of library global statics.
++
++=== Version 2.4.10 (KDEPIM 4.4.8) --- 2 December 2010 ===
+ - Fix KAlarm showing in system tray at login when configured not to show in 
tray.
+ - Fix working-time-only alarms not triggering if KAlarm is started up outside
+   working hours, after the last trigger time during working hours was missed.
+diff --git a/kalarm/cal/kaeventdata.cpp b/kalarm/cal/kaeventdata.cpp
+index 103e244..e0c5f1a 100644
+--- a/kalarm/cal/kaeventdata.cpp
 b/kalarm/cal/kaeventdata.cpp
+@@ -47,58 +47,58 @@ QByteArray KAEventData::icalProductId()
+ // Note that all custom property names are prefixed with X-KDE-KALARM- in the 
calendar file.
+ 
+ // Event properties
+-static const QByteArray FLAGS_PROPERTY("FLAGS");  // 
X-KDE-KALARM-FLAGS property
+-static const QString DATE_ONLY_FLAG= QLatin1String("DATE");
+-static const QString EMAIL_BCC_FLAG= QLatin1String("BCC");
+-static const QString CONFIRM_ACK_FLAG  = QLatin1String("ACKCONF");
+-static const QString KORGANIZER_FLAG   = QLatin1String("KORG");
+-static const QString EXCLUDE_HOLIDAYS_FLAG = QLatin1String("EXHOLIDAYS");
+-static const QString WORK_TIME_ONLY_FLAG   = QLatin1String("WORKTIME");
+-static const QString DEFER_FLAG= QLatin1String("DEFER");   // 
default defer interval for this alarm
+-static const QString LATE_CANCEL_FLAG  = QLatin1String("LATECANCEL");
+-static const QString AUTO_CLOSE_FLAG   = QLatin1String("LATECLOSE");
+-static const QString TEMPL_AFTER_TIME_FLAG = QLatin1String("TMPLAFTTIME");
+-static const QString KMAIL_SERNUM_FLAG = QLatin1String("KMAIL");
+-
+-static const QByteArray NEXT_RECUR_PROPERTY("NEXTRECUR"); // 
X-KDE-KALARM-NEXTRECUR property
+-static const QByteArray REPEAT_PROPERTY("REPEAT");// 
X-KDE-KALARM-REPEAT property
+-static const QByteArray ARCHIVE_PROPERTY("ARCHIVE");  // 
X-KDE-KALARM-ARCHIVE property
+-static const QString ARCHIVE_REMINDER_ONCE_TYPE = QLatin1String("ONCE");
+-static const QByteArray LOG_PROPERTY("LOG");  // 
X-KDE-KALARM-LOG property
+-static const QString xtermURL = QLatin1String("xterm:");
+-static const QString displayURL = QLatin1String("display:");
++const 

commit kdegraphics4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdegraphics4 for openSUSE:Factory
checked in at Thu Apr 21 13:37:18 CEST 2011.




--- KDE/kdegraphics4/kdegraphics4.changes   2011-03-09 12:29:20.0 
+0100
+++ /mounts/work_src_done/STABLE/kdegraphics4/kdegraphics4.changes  
2011-04-04 10:49:24.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  1 21:42:58 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.2
+  * Bugfixes over KDE 4.6.1
+  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kdegraphics-4.6.1.tar.bz2

New:

  kdegraphics-4.6.2.tar.bz2



Other differences:
--
++ kdegraphics4.spec ++
--- /var/tmp/diff_new_pack.dEAE9f/_old  2011-04-21 13:36:18.0 +0200
+++ /var/tmp/diff_new_pack.dEAE9f/_new  2011-04-21 13:36:18.0 +0200
@@ -38,7 +38,7 @@
 Group:  Productivity/Graphics/Other
 Summary:Base package for kdegraphics apps
 Url:http://www.kde.org
-Version:4.6.1
+Version:4.6.2
 Release:1
 Source0:kdegraphics-%version.tar.bz2
 Patch0: 4_6_BRANCH.diff
@@ -281,7 +281,6 @@
 %files -n kgamma -f filelists/kgamma
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
-%doc %lang(en) %dir %_kde4_htmldir/en/kcontrol/kgamma
 %doc %lang(en) %_kde4_htmldir/en/kcontrol/kgamma
 
 %package -n kio_kamera
@@ -303,10 +302,9 @@
 %files -n kio_kamera -f filelists/kamera
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
-%doc %lang(en) %dir /usr/share/doc/kde/HTML/en/kcontrol/kamera
-%doc %lang(en) %_kde4_htmldir/en/kcontrol/kamera
 %dir %_kde4_appsdir/solid
 %dir %_kde4_appsdir/solid/actions
+%doc %lang(en) %_kde4_htmldir/en/kcontrol/kamera
 
 %package -n kolourpaint
 License:GPLv2+
@@ -385,6 +383,7 @@
 %files -n libksane0 -f filelists/libksane
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
+%_libdir/cmake/KSane
 
 %package -n libksane-devel
 License:GPLv2+
@@ -407,7 +406,6 @@
 %defattr(-,root,root)
 %doc COPYING COPYING.DOC README
 %dir /usr/include/libksane
-%_kde4_appsdir/cmake/modules/FindKSane.cmake
 
 %package -n okular
 License:GPLv2+

++ kdegraphics-4.6.1.tar.bz2 -> kdegraphics-4.6.2.tar.bz2 ++
 8244 lines of diff (skipped)






Remember to have fun...

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



commit kdebase4-workspace for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory
checked in at Thu Apr 21 13:37:09 CEST 2011.




--- KDE/kdebase4-workspace/kdebase4-wallpapers.changes  2011-04-02 
00:04:30.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-wallpapers.changes 
2011-04-21 13:01:43.0 +0200
@@ -1,0 +2,25 @@
+Tue Apr 19 09:18:06 UTC 2011 - co...@opensuse.org
+
+- port gspd client to new API
+
+---
+Sat Apr 16 11:49:27 EEST 2011 - xg...@tellas.gr
+
+- Fix multihead support (bko#256242)
+
+---
+Sat Apr  9 18:48:39 UTC 2011 - wstephen...@novell.com
+
+- Fix Plasma assert when using Akonadi caliendar (bko#261593)
+
+---
+Fri Apr  8 14:33:54 UTC 2011 - wstephen...@novell.com
+
+- Patch out incorrect FreeBSD shutdown syntax (bko#270228)
+
+---
+Sun Apr  3 05:19:55 CET 2011 - gryf...@hkfree.org
+
+- Remove blacklist of Intel 945GM from KWin Blur effect (kwin blacklist 
removed upstream)
+
+---
@@ -7 +31,0 @@
-  
--- KDE/kdebase4-workspace/kdebase4-workspace.changes   2011-04-03 
05:24:01.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-workspace.changes  
2011-04-21 13:01:43.0 +0200
@@ -1,0 +2,20 @@
+Tue Apr 19 09:18:06 UTC 2011 - co...@opensuse.org
+
+- port gspd client to new API
+
+---
+Sat Apr 16 11:49:27 EEST 2011 - xg...@tellas.gr
+
+- Fix multihead support (bko#256242)
+
+---
+Sat Apr  9 18:48:39 UTC 2011 - wstephen...@novell.com
+
+- Fix Plasma assert when using Akonadi caliendar (bko#261593)
+
+---
+Fri Apr  8 14:33:54 UTC 2011 - wstephen...@novell.com
+
+- Patch out incorrect FreeBSD shutdown syntax (bko#270228)
+
+---
@@ -12 +31,0 @@
-  
--- KDE/kdebase4-workspace/python-kdebase4.changes  2011-04-02 
00:04:31.0 +0200
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/python-kdebase4.changes 
2011-04-21 13:01:44.0 +0200
@@ -1,0 +2,25 @@
+Tue Apr 19 09:18:06 UTC 2011 - co...@opensuse.org
+
+- port gspd client to new API
+
+---
+Sat Apr 16 11:49:27 EEST 2011 - xg...@tellas.gr
+
+- Fix multihead support (bko#256242)
+
+---
+Sat Apr  9 18:48:39 UTC 2011 - wstephen...@novell.com
+
+- Fix Plasma assert when using Akonadi caliendar (bko#261593)
+
+---
+Fri Apr  8 14:33:54 UTC 2011 - wstephen...@novell.com
+
+- Patch out incorrect FreeBSD shutdown syntax (bko#270228)
+
+---
+Sun Apr  3 05:19:55 CET 2011 - gryf...@hkfree.org
+
+- Remove blacklist of Intel 945GM from KWin Blur effect (kwin blacklist 
removed upstream)
+
+---
@@ -7 +31,0 @@
-  

calling whatdependson for head-i586


New:

  bko261593-b2a32244-plasma-assert.diff
  bko270228-shutdown-fix.diff
  kwin-multihead.diff
  plasma-new-gpsd.diff



Other differences:
--
++ kdebase4-wallpapers.spec ++
--- /var/tmp/diff_new_pack.gG78mu/_old  2011-04-21 13:36:43.0 +0200
+++ /var/tmp/diff_new_pack.gG78mu/_new  2011-04-21 13:36:43.0 +0200
@@ -23,7 +23,7 @@
 Summary:KDE 4 Wallpapers
 Url:http://www.kde.org/
 Version:4.6.2
-Release:1
+Release:2
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libkdepimlibs4-devel >= %version
 BuildRequires:  libqimageblitz-devel

++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.gG78mu/_old  2011-04-21 13:36:43.0 +0200
+++ /var/tmp/diff_new_pack.gG78mu/_new  2011-04-21 13:36:43.0 +0200
@@ -23,7 +23,7 @@
 Summary:The KDE Workspace Components
 Url:http://www.kde.org/
 Version:4.6.2
-Release:1
+Release:3
 BuildRequires:  audit-devel
 BuildRequires:  bluez-devel
 BuildRequires:  ConsoleKit-devel
@@ -96,6 +96,7 @@
 Patch107:   plasma-kickoff-newly-collapsing.diff
 Patch108:   plasma-panel-resize-hint.diff
 Patch109:   plasma-wallpaper-description.diff
+Patch110:   plasma-new-gpsd.diff
 Patch123:   kdm-fix-generic-greeter.diff
 Patch124:   kdm-fix-labelcolors.diff
 Patch125:   pam-translate.diff
@@ -105,6 +106,9 @@
 Patch201:   plasma-notifications-kill-ti

commit kde4-l10n for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kde4-l10n for openSUSE:Factory
checked in at Thu Apr 21 13:36:22 CEST 2011.




--- KDE/kde4-l10n/kde4-l10n.changes 2011-02-05 16:41:20.0 +0100
+++ /mounts/work_src_done/STABLE/kde4-l10n/kde4-l10n.changes2011-04-01 
15:51:37.0 +0200
@@ -1,0 +2,19 @@
+Fri Apr  1 14:09:47 CEST 2011 - dmuel...@suse.de
+
+- update to 4.6.2
+  * Bugfixes over KDE 4.6.1
+  *  see http://kde.org/announcements/changelogs/changelog4_6_1to4_6_2.php for 
details
+
+---
+Wed Mar  9 11:23:15 UTC 2011 - co...@novell.com
+
+- trying to get sr file list again
+
+---
+Tue Mar  8 14:09:12 CET 2011 - dmuel...@suse.de
+
+- update to 4.6.1
+  * Bugfixes over KDE 4.6.0
+  *  see http://kde.org/announcements/changelogs/changelog4_6_0to4_6_1.php for 
details
+
+---

calling whatdependson for head-i586


Old:

  kde-l10n-ar-4.6.0.tar.bz2
  kde-l10n-bg-4.6.0.tar.bz2
  kde-l10n-ca-4.6.0.tar.bz2
  kde-l10n...@valencia-4.6.0.tar.bz2
  kde-l10n-cs-4.6.0.tar.bz2
  kde-l10n-da-4.6.0.tar.bz2
  kde-l10n-de-4.6.0.tar.bz2
  kde-l10n-el-4.6.0.tar.bz2
  kde-l10n-en_GB-4.6.0.tar.bz2
  kde-l10n-es-4.6.0.tar.bz2
  kde-l10n-et-4.6.0.tar.bz2
  kde-l10n-eu-4.6.0.tar.bz2
  kde-l10n-fi-4.6.0.tar.bz2
  kde-l10n-fr-4.6.0.tar.bz2
  kde-l10n-ga-4.6.0.tar.bz2
  kde-l10n-gl-4.6.0.tar.bz2
  kde-l10n-gu-4.6.0.tar.bz2
  kde-l10n-he-4.6.0.tar.bz2
  kde-l10n-hi-4.6.0.tar.bz2
  kde-l10n-hr-4.6.0.tar.bz2
  kde-l10n-hu-4.6.0.tar.bz2
  kde-l10n-ia-4.6.0.tar.bz2
  kde-l10n-id-4.6.0.tar.bz2
  kde-l10n-is-4.6.0.tar.bz2
  kde-l10n-it-4.6.0.tar.bz2
  kde-l10n-ja-4.6.0.tar.bz2
  kde-l10n-kk-4.6.0.tar.bz2
  kde-l10n-km-4.6.0.tar.bz2
  kde-l10n-kn-4.6.0.tar.bz2
  kde-l10n-ko-4.6.0.tar.bz2
  kde-l10n-lt-4.6.0.tar.bz2
  kde-l10n-lv-4.6.0.tar.bz2
  kde-l10n-mai-4.6.0.tar.bz2
  kde-l10n-nb-4.6.0.tar.bz2
  kde-l10n-nds-4.6.0.tar.bz2
  kde-l10n-nl-4.6.0.tar.bz2
  kde-l10n-nn-4.6.0.tar.bz2
  kde-l10n-pa-4.6.0.tar.bz2
  kde-l10n-pl-4.6.0.tar.bz2
  kde-l10n-pt-4.6.0.tar.bz2
  kde-l10n-pt_BR-4.6.0.tar.bz2
  kde-l10n-ro-4.6.0.tar.bz2
  kde-l10n-ru-4.6.0.tar.bz2
  kde-l10n-sk-4.6.0.tar.bz2
  kde-l10n-sl-4.6.0.tar.bz2
  kde-l10n-sr-4.6.0.tar.bz2
  kde-l10n-sv-4.6.0.tar.bz2
  kde-l10n-th-4.6.0.tar.bz2
  kde-l10n-tr-4.6.0.tar.bz2
  kde-l10n-uk-4.6.0.tar.bz2
  kde-l10n-wa-4.6.0.tar.bz2
  kde-l10n-zh_CN-4.6.0.tar.bz2
  kde-l10n-zh_TW-4.6.0.tar.bz2

New:

  kde-l10n-ar-4.6.2.tar.bz2
  kde-l10n-bg-4.6.2.tar.bz2
  kde-l10n-ca-4.6.2.tar.bz2
  kde-l10n...@valencia-4.6.2.tar.bz2
  kde-l10n-cs-4.6.2.tar.bz2
  kde-l10n-da-4.6.2.tar.bz2
  kde-l10n-de-4.6.2.tar.bz2
  kde-l10n-el-4.6.2.tar.bz2
  kde-l10n-en_GB-4.6.2.tar.bz2
  kde-l10n-es-4.6.2.tar.bz2
  kde-l10n-et-4.6.2.tar.bz2
  kde-l10n-eu-4.6.2.tar.bz2
  kde-l10n-fi-4.6.2.tar.bz2
  kde-l10n-fr-4.6.2.tar.bz2
  kde-l10n-ga-4.6.2.tar.bz2
  kde-l10n-gl-4.6.2.tar.bz2
  kde-l10n-gu-4.6.2.tar.bz2
  kde-l10n-he-4.6.2.tar.bz2
  kde-l10n-hi-4.6.2.tar.bz2
  kde-l10n-hr-4.6.2.tar.bz2
  kde-l10n-hu-4.6.2.tar.bz2
  kde-l10n-ia-4.6.2.tar.bz2
  kde-l10n-id-4.6.2.tar.bz2
  kde-l10n-is-4.6.2.tar.bz2
  kde-l10n-it-4.6.2.tar.bz2
  kde-l10n-ja-4.6.2.tar.bz2
  kde-l10n-kk-4.6.2.tar.bz2
  kde-l10n-km-4.6.2.tar.bz2
  kde-l10n-kn-4.6.2.tar.bz2
  kde-l10n-ko-4.6.2.tar.bz2
  kde-l10n-lt-4.6.2.tar.bz2
  kde-l10n-lv-4.6.2.tar.bz2
  kde-l10n-mai-4.6.2.tar.bz2
  kde-l10n-nb-4.6.2.tar.bz2
  kde-l10n-nds-4.6.2.tar.bz2
  kde-l10n-nl-4.6.2.tar.bz2
  kde-l10n-nn-4.6.2.tar.bz2
  kde-l10n-pa-4.6.2.tar.bz2
  kde-l10n-pl-4.6.2.tar.bz2
  kde-l10n-pt-4.6.2.tar.bz2
  kde-l10n-pt_BR-4.6.2.tar.bz2
  kde-l10n-ro-4.6.2.tar.bz2
  kde-l10n-ru-4.6.2.tar.bz2
  kde-l10n-sk-4.6.2.tar.bz2
  kde-l10n-sl-4.6.2.tar.bz2
  kde-l10n-sr-4.6.2.tar.bz2
  kde-l10n-sv-4.6.2.tar.bz2
  kde-l10n-th-4.6.2.tar.bz2
  kde-l10n-tr-4.6.2.tar.bz2
  kde-l10n-uk-4.6.2.tar.bz2
  kde-l10n-wa-4.6.2.tar.bz2
  kde-l10n-zh_CN-4.6.2.tar.bz2
  kde-l10n-zh_TW-4.6.2.tar.bz2



Other differences:
--
++ kde4-l10n.spec ++
--- /var/tmp/diff_new_pack.IAKxAL/_old  2011-04-21 13:26:49.0 +0200
+++ /var/tmp/diff_new_pack.IAKxAL/_new  2011-04-21 13:26:49.0 +0200
@@ -28,8 +28,8 @@
 License:GPLv2+
 Group:  System/Localization
 Summary:English translations for KDE
-Version:4.6.0
-Release:2
+Version:4.6.2
+Release:1
 %define kdepim_version %version
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -1057,12 +1057,12 @@
echo "%dir /usr/share/locale/hne/LC_MESSAGES"
fi
 
-   #if [ "$i" == sr ] && [ "%suse_version" == 1140 ] ; then
-   #echo "%dir /usr/share/locale/sr@ijekavian"
-   #echo "%dir /usr/share/locale/sr@ijekavian/LC_MESSAGES"
-   #echo "%dir /usr/s

commit git for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package git for openSUSE:Factory
checked in at Thu Apr 21 13:26:30 CEST 2011.




--- git/cgit.changes2010-12-17 17:53:01.0 +0100
+++ /mounts/work_src_done/STABLE/git/cgit.changes   2011-03-28 
18:30:10.0 +0200
@@ -1,0 +2,9 @@
+Mon Mar 28 18:26:17 CEST 2011 - ti...@suse.de
+
+- updated to git 1.7.4.2:
+  documentation updates, small bug fixes;
+  see included Documentation/RelNotes/1.7.4.2.txt
+- updated to cgit 0.9:
+  major updates; using git-1.7.4.x
+
+---
--- git/git.changes 2011-02-24 17:47:08.0 +0100
+++ /mounts/work_src_done/STABLE/git/git.changes2011-03-28 
18:26:04.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 28 18:18:54 CEST 2011 - ti...@suse.de
+
+- updated to 1.7.4.2:
+ * documentation updates, small bug fixes;
+   see included Documentation/RelNotes/1.7.4.2.txt
+
+---

calling whatdependson for head-i586


Old:

  cgit-0.8.3.3.tar.bz2
  cgit-link-fixes.diff
  cgit_fix_stringlist.patch
  git-1.7.4.1.tar.bz2

New:

  cgit-0.9.tar.bz2
  cgit-optflags.diff
  git-1.7.4.2.tar.bz2



Other differences:
--
++ cgit.spec ++
--- /var/tmp/diff_new_pack.yd8cvV/_old  2011-04-21 13:25:37.0 +0200
+++ /var/tmp/diff_new_pack.yd8cvV/_new  2011-04-21 13:25:37.0 +0200
@@ -17,21 +17,20 @@
 
 # norootforbuild
 
-%define git_version1.7.4.1
+%define git_version1.7.4.2
 
 Name:   cgit
 Url:http://hjemli.net/git/cgit/
 License:GPLv2
 Group:  Development/Libraries/C and C++
 AutoReqProv:on
-Version:0.8.3.3
-Release:5
+Version:0.9
+Release:1
 Summary:A web frontend for git repositories
 Source0:%{name}-%{version}.tar.bz2
 Source1:git-%{git_version}.tar.bz2
 Source2:cgitrc
-Patch0: cgit-link-fixes.diff
-Patch1: cgit_fix_stringlist.patch
+Patch:  cgit-optflags.diff
 # Requirements for cgit
 BuildRequires:  git >= 1.7.1
 BuildRequires:  gnu-crypto libopenssl-devel libzip-devel
@@ -50,38 +49,36 @@
 %prep
 %setup -q
 %setup -q -T -D -a 1
+%patch -p1
 rm -rf git
 mv git-%{git_version} git
-%patch0 -p1
-%patch1 -p1
 
 %build
-make
-make man-doc
+make V=1
 
 %install
-make install CGIT_SCRIPT_PATH="%{buildroot}"/srv/www/htdocs/cgit
+make install DESTDIR="%{buildroot}" CGIT_SCRIPT_PATH=/srv/www/htdocs/cgit
+make install-man DESTDIR="%{buildroot}"
 
 mkdir -p "%{buildroot}"/srv/www/cgi-bin/cgit/
 mv "%{buildroot}"/srv/www/{htdocs,cgi-bin}/cgit/cgit.cgi
 
-mkdir -p "%{buildroot}%{_mandir}"/man5/
-cp cgitrc.5 "%{buildroot}%{_mandir}"/man5/cgitrc.5
-
 mkdir -p "%{buildroot}"/etc
 cp %{SOURCE2} "%{buildroot}"/etc/cgitrc
 
 %clean
-make clean
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
+%doc README COPYING
+%doc %{_mandir}/man5/cgitrc.5.gz
 %dir /srv/www/htdocs/cgit
 %dir /srv/www/cgi-bin/cgit
 /srv/www/cgi-bin/cgit/cgit.cgi
 /srv/www/htdocs/cgit/cgit.css
 /srv/www/htdocs/cgit/cgit.png
-%doc %{_mandir}/man5/cgitrc.5.gz
+/usr/lib/cgit
 %config(noreplace) /etc/cgitrc
 
 %changelog

++ git.spec ++
--- /var/tmp/diff_new_pack.yd8cvV/_old  2011-04-21 13:25:37.0 +0200
+++ /var/tmp/diff_new_pack.yd8cvV/_new  2011-04-21 13:25:37.0 +0200
@@ -38,7 +38,7 @@
 BuildRequires:  xmlto
 BuildRequires:  python
 BuildRequires:  perl-Error
-Version:1.7.4.1
+Version:1.7.4.2
 Release:1
 Summary:Fast, scalable, distributed revision control system
 License:GPLv2+

++ cgit-0.8.3.3.tar.bz2 -> cgit-0.9.tar.bz2 ++
 4493 lines of diff (skipped)

++ cgit-optflags.diff ++
---
 Makefile |1 +
 1 file changed, 1 insertion(+)

--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@
 
 
 CFLAGS += -g -Wall -Igit
+CFLAGS += $(RPM_OPT_FLAGS)
 CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
 CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"'
 CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
++ git-1.7.4.1.tar.bz2 -> git-1.7.4.2.tar.bz2 ++
 4058 lines of diff (skipped)






Remember to have fun...

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



commit gnuplot for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory
checked in at Thu Apr 21 13:26:08 CEST 2011.




--- gnuplot/gnuplot.changes 2010-12-29 14:42:04.0 +0100
+++ /mounts/work_src_done/STABLE/gnuplot/gnuplot.changes2011-04-21 
10:46:23.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 21 08:44:34 UTC 2011 - bur...@net-b.de
+
+- Update to gnuplot 4.4.3
+  * NEW Implement pan and zoom via mouse wheel.
+  * NEW set key maxcolumns N maxrows M
+  * NEW value("varname") returns the value of the named variable
+  * NEW encoding cp1251 - 8-bit Cyrillic
+  * CHANGE backport emf terminal driver from version 4.5
+  * FIX better estimation of latex string lengths
+  * FIX colorbar representation of discrete color palettes is pixel accurate
+  * FIX NaN initialization and tests working on more (all?) platforms
+  * FIX configuration script tests for readline+ncurses
+  * FIX prevent out-of-range boxes from creating degenerate ghosts on the 
border
+  * FIX missing alpha channel flag for pdfcairo terminal
+  * FIX font initialization in windows terminal
+
+---

calling whatdependson for head-i586


Old:

  gnuplot-4.4.2.tar.bz2

New:

  gnuplot-4.4.3.tar.bz2



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.Gec4e8/_old  2011-04-21 13:25:33.0 +0200
+++ /var/tmp/diff_new_pack.Gec4e8/_new  2011-04-21 13:25:33.0 +0200
@@ -39,8 +39,8 @@
 License:BSD3c(or similar)
 Group:  Productivity/Graphics/Visualization/Graph
 AutoReqProv:on
-Version:4.4.2
-Release:2
+Version:4.4.3
+Release:1
 Summary:GNUplot a Function Plotting Utility
 Source0:gnuplot-%{version}.tar.bz2
 Source2:gnuplot-fr.doc.bz2

++ gnuplot-4.4.0-wxt.dif ++
--- /var/tmp/diff_new_pack.Gec4e8/_old  2011-04-21 13:25:33.0 +0200
+++ /var/tmp/diff_new_pack.Gec4e8/_new  2011-04-21 13:25:33.0 +0200
@@ -1,27 +1,6 @@
 src/plot.c
-+++ src/plot.c 2007-04-24 10:21:32.0 +
-@@ -573,6 +573,8 @@ main(int argc, char **argv)
- #endif /* GNUPLOT_HISTORY */
- 
-   fprintf(stderr, "\nTerminal type set to '%s'\n", term->name);
-+  if (!strncmp("wxt", term->name, 3))
-+  fprintf(stderr, "Warning: terminal 'wxt' is experimental\n");
-   }   /* if (interactive && term != 0) */
- } else {
-   /* come back here from int_error() */
 --- src/term.c
-+++ src/term.c 2010-04-06 16:12:36.696331404 +
-@@ -1646,6 +1646,9 @@ change_term(const char *origname, int le
- if (interactive)
-   fprintf(stderr, "Terminal type set to '%s'\n", term->name);
- 
-+if (interactive && !strncmp("wxt", term->name, 3))
-+  fprintf(stderr, "Warning: terminal 'wxt' is experimental\n");
-+
- /* Invalidate any terminal-specific structures that may be active */
- invalidate_palette();
- 
-@@ -1710,11 +1713,6 @@ init_terminal()
 src/term.c 2011-04-21 10:38:51.0 +0200
+@@ -1718,11 +1718,6 @@ init_terminal()
term_name = "sun";
  #endif /* SUN */
  
@@ -33,7 +12,7 @@
  #ifdef _Windows
/* let the wxWidgets terminal be the default when available */
if (term_name == (char *) NULL)
-@@ -1750,6 +1748,11 @@ init_terminal()
+@@ -1758,6 +1753,11 @@ init_terminal()
term_name = "x11";
  #endif /* x11 */
  

++ gnuplot-4.4.2.tar.bz2 -> gnuplot-4.4.3.tar.bz2 ++
 11854 lines of diff (skipped)







Remember to have fun...

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



commit filesystem for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory
checked in at Thu Apr 21 13:25:22 CEST 2011.




--- filesystem/filesystem.changes   2011-03-14 14:52:22.0 +0100
+++ /mounts/work_src_done/STABLE/filesystem/filesystem.changes  2011-03-30 
12:04:22.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 12:04:01 CEST 2011 - r...@suse.de
+
+- add /run directory (mode 0755,root,root) 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ filesystem.spec ++
--- /var/tmp/diff_new_pack.4BkmKa/_old  2011-04-21 13:24:16.0 +0200
+++ /var/tmp/diff_new_pack.4BkmKa/_new  2011-04-21 13:24:16.0 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:on
 Summary:Basic Directory Layout
 Version:11.5
-Release:2
+Release:3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  aaa_dir
 Provides:   aaa_dir

++ directory.list ++
--- /var/tmp/diff_new_pack.4BkmKa/_old  2011-04-21 13:24:16.0 +0200
+++ /var/tmp/diff_new_pack.4BkmKa/_new  2011-04-21 13:24:16.0 +0200
@@ -68,6 +68,7 @@
 0700 root root /root
 0700 root root /root/.gnupg
 0755 root root /root/bin
+0755 root root /run
 0755 root root /sbin
 0755 root root /sbin/conf.d
 0755 root root /selinux






Remember to have fun...

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



commit exim for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package exim for openSUSE:Factory
checked in at Thu Apr 21 13:25:17 CEST 2011.




--- exim/exim.changes   2011-02-04 23:21:53.0 +0100
+++ /mounts/work_src_done/STABLE/exim/exim.changes  2011-03-10 
19:42:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 10 18:30:11 UTC 2011 - po...@cmdline.net
+
+- postgresql-enabled build when build_with_pgsql is defined (which is done in a
+  linked package named server:mail/exim-postgresql)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ exim.spec ++
--- /var/tmp/diff_new_pack.vNkVTj/_old  2011-04-21 13:24:15.0 +0200
+++ /var/tmp/diff_new_pack.vNkVTj/_new  2011-04-21 13:24:15.0 +0200
@@ -41,11 +41,15 @@
 PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils 
textutils
 %endif
 Version:4.74
-Release:1
+Release:8
 %if %{?build_with_mysql:1}0
 BuildRequires:  mysql-devel
 Provides:   exim = %version
 %endif
+%if %{?build_with_pgsql:1}0
+BuildRequires:  postgresql-devel
+Provides:   exim = %version
+%endif
 Summary:The Exim Mail Transfer Agent, a Replacement for sendmail
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: exim-%{version}.tar.bz2
@@ -59,7 +63,7 @@
 Source31:   eximstats.conf
 Patch:  exim-4.12-tail.patch
 Patch1: aa097c4c00f62487128d74f65c521f9e877b184f.diff
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 
 
 %package -n eximon
 License:GPLv2+
@@ -88,7 +92,7 @@
 
 Philip Hazel 
 
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 
 
 %description -n eximon
 This allows administrators to view the exim agent's mail queue and
@@ -162,6 +166,9 @@
 %if %{?build_with_mysql:1}0
LOOKUP_MYSQL=yes
 %endif
+%if %{?build_with_pgsql:1}0
+   LOOKUP_PGSQL=yes
+%endif
LOOKUP_NIS=yes
# LOOKUP_NISPLUS=yes
# LOOKUP_ORACLE=yes
@@ -177,6 +184,10 @@
LOOKUP_INCLUDE=-I /usr/include/mysql
LOOKUP_LIBS=-lldap -llber -lmysqlclient
 %endif
+%if %{?build_with_pgsql:1}0
+   LOOKUP_INCLUDE=-I /usr/include/pgsql
+   LOOKUP_LIBS=-lldap -llber -lpq
+%endif
EXIM_MONITOR=eximon.bin
WITH_CONTENT_SCAN=yes
WITH_OLD_DEMIME=yes
@@ -267,7 +278,7 @@
 done
 ln -sf exim $RPM_BUILD_ROOT/usr/sbin/sendmail
 ln -sv ../../etc/init.d/exim $RPM_BUILD_ROOT/usr/sbin/rcexim
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 
 mv $RPM_BUILD_ROOT/usr/sbin/eximon* $RPM_BUILD_ROOT/usr/bin/
 %else
 rm $RPM_BUILD_ROOT/usr/sbin/eximon* 
@@ -307,7 +318,7 @@
 install -m 0644 $RPM_SOURCE_DIR/permissions.exim 
$RPM_BUILD_ROOT/etc/permissions.d/exim
 %endif
 # eximstats-html files
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 
 mkdir -p $RPM_BUILD_ROOT/srv/www/eximstats
 mkdir -p $RPM_BUILD_ROOT/etc/apache2/conf.d/
 cp -p $RPM_SOURCE_DIR/eximstats.conf $RPM_BUILD_ROOT/etc/apache2/conf.d/
@@ -386,7 +397,7 @@
 /usr/lib/sendmail
 /var/adm/fillup-templates/sysconfig.exim
 %dir %attr(750,root,mail) /var/log/exim
-%if !%{?build_with_mysql:1}0
+%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 
 
 %files -n eximon
 %defattr(-,root,root)

++ exim-4.12-tail.patch ++
--- /var/tmp/diff_new_pack.vNkVTj/_old  2011-04-21 13:24:15.0 +0200
+++ /var/tmp/diff_new_pack.vNkVTj/_new  2011-04-21 13:24:15.0 +0200
@@ -1,3 +1,8 @@
+From: Ruediger Oertel 
+Subject: fix deprecated tail call syntax (-1)
+Reported-Upstream: Yes
+Bugtracker: bugs.exim.org 1080
+
 Index: scripts/Configure-config.h
 ===
 --- scripts/Configure-config.h.orig






Remember to have fun...

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



commit dkimproxy for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package dkimproxy for openSUSE:Factory
checked in at Thu Apr 21 13:23:48 CEST 2011.




--- dkimproxy/dkimproxy.changes 2008-09-05 18:29:11.0 +0200
+++ /mounts/work_src_done/STABLE/dkimproxy/dkimproxy.changes2011-02-15 
15:59:01.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 15 14:58:37 UTC 2011 - ch...@computersalat.de
+
+- remove author 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dkimproxy.spec ++
--- /var/tmp/diff_new_pack.JawXrJ/_old  2011-04-21 13:23:38.0 +0200
+++ /var/tmp/diff_new_pack.JawXrJ/_new  2011-04-21 13:23:38.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dkimproxy (Version 1.0.1)
+# spec file for package dkimproxy
 #
-# 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
@@ -21,8 +21,8 @@
 
 Name:   dkimproxy
 Version:1.0.1
-Release:10
-License:GPL v2 only
+Release:20
+License:GPLv2
 Group:  Productivity/Networking/Email/Utilities
 Url:http://dkimproxy.sourceforge.net/
 Source: %{name}-%{version}.tar.gz
@@ -41,12 +41,6 @@
 of incoming email. With Postfix, the proxies can operate as either
 Before-Queue or After-Queue content filters.
 
-
-
-Authors:
-
-Jason Long 
-
 %prep
 %setup -q -n %{name}-%{version}
 # ---






Remember to have fun...

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



commit btrfsprogs for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory
checked in at Thu Apr 21 13:23:44 CEST 2011.




--- btrfsprogs/btrfsprogs.changes   2011-03-14 19:24:28.0 +0100
+++ /mounts/work_src_done/STABLE/btrfsprogs/btrfsprogs.changes  2011-03-21 
13:01:35.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 13:01:23 CET 2011 - dmuel...@suse.de
+
+- change to a hardlink
+
+---

calling whatdependson for head-i586




Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.c0h68X/_old  2011-04-21 13:23:08.0 +0200
+++ /var/tmp/diff_new_pack.c0h68X/_new  2011-04-21 13:23:08.0 +0200
@@ -20,7 +20,7 @@
 Name:   btrfsprogs
 Url:http://oss.oracle.com/~mason/btrfs/
 Version:0.19
-Release:19
+Release:20
 %define tar_version v0.19-35-g1b444cd
 Summary:Btrfs File System Utilities
 License:GNU General Public License (GPL)
@@ -50,7 +50,7 @@
 make install DESTDIR=${RPM_BUILD_ROOT} prefix=%{_prefix} bindir=/sbin 
mandir=%{_mandir}
 # command line options are not compatible (bnc#599224)
 #ln ${RPM_BUILD_ROOT}/sbin/btrfsck ${RPM_BUILD_ROOT}/sbin/fsck.btrfs
-ln -s /bin/true ${RPM_BUILD_ROOT}/sbin/fsck.btrfs
+ln /bin/true ${RPM_BUILD_ROOT}/sbin/fsck.btrfs
 
 %files
 %defattr(-, root, root)






Remember to have fun...

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



commit asl for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package asl for openSUSE:Factory
checked in at Thu Apr 21 13:23:30 CEST 2011.




--- asl/asl.changes 2010-06-18 15:03:47.0 +0200
+++ /mounts/work_src_done/STABLE/asl/asl.changes2011-04-05 
10:42:00.0 +0200
@@ -1,0 +2,32 @@
+Tue Apr  5 08:40:52 UTC 2011 - jreu...@novell.com
+
+- Fix build on SLE_10
+
+---
+Wed Mar 30 15:19:07 UTC 2011 - jreu...@novell.com
+
+- Split off documentation to asl-doc package
+
+---
+Wed Mar 30 14:05:08 UTC 2011 - jreu...@novell.com
+
+- Don't strip binaries, again
+
+---
+Wed Mar 30 13:36:25 UTC 2011 - jreu...@novell.com
+
+- Change of version scheme to include revision tags
+- Update to rev 1.12
+  * add LaticeMico8, XGATE, 2650, COP4, RS08, Atari Vector
+  * correct length check on KCPSM3 registers
+  * add named temporary symbols
+  * further strcpy() fixes
+- Consolidate patches
+
+---
+Tue Mar 29 13:45:31 UTC 2011 - jreu...@novell.com
+
+- Replace strcpy() of overlapping strings with memmove() (bnc#683199)
+- Refactor hppa patch for zero fuzziness
+
+---

calling whatdependson for head-i586


Old:

  asl-DESTDIR.patch
  asl-current-142-bld35.tar.bz2
  asl-current.dif
  asl-gcc4.patch
  asl-hppa.patch
  asl-ppc64.patch

New:

  asl-buildfixes.patch
  asl-current-142-1.22.tar.bz2
  asl-sle10-compilefix.patch



Other differences:
--
++ asl.spec ++
--- /var/tmp/diff_new_pack.mvqcGc/_old  2011-04-21 13:22:35.0 +0200
+++ /var/tmp/diff_new_pack.mvqcGc/_new  2011-04-21 13:22:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package asl (Version 1.42build35)
+# spec file for package asl
 #
-# 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,18 +20,15 @@
 
 Name:   asl
 BuildRequires:  gcc-c++ libpng texlive-latex xorg-x11 xorg-x11-devel
-Url:http://john.ccac.rwth-aachen.de:8000/as/index.html
-Version:1.42build35
-Release:243
+Url:http://john.ccac.rwth-aachen.de:8000/as/
+Version:1.42_1.22
+Release:1
 Group:  Development/Languages/Other
 License:GPLv2+
 Summary:Macro Assembler AS
-Source: asl-current-142-bld35.tar.bz2
-Patch:  asl-current.dif
-Patch1: asl-ppc64.patch
-Patch2: asl-DESTDIR.patch
-Patch3: asl-gcc4.patch
-Patch4: asl-hppa.patch
+Source: asl-current-142-1.22.tar.bz2
+Patch:  asl-buildfixes.patch
+Patch1: asl-sle10-compilefix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,7 +37,18 @@
 and single-board computers, you also find CPU families that are used in
 workstations and PCs in the target list.
 
+Authors:
+
+Alfred Arnold 
 
+%package doc
+License:GPLv2+
+Summary:Documentation for the AS macro assembler
+Group:  Documentation/Other
+
+%description doc
+AS is a portable macro cross-assembler for a variety of microprocessors
+and controllers. This package contains the documentation for it.
 
 Authors:
 
@@ -48,27 +56,28 @@
 
 %prep
 %setup -q -n asl-current
-%patch
+%patch -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p0
-%patch4 -p1
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" docs
-if test "$ABUILD_RUN_TEST_SUITES" = true ; then
-make test
-fi
+
+%check
+make test
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make install PREFIX=$RPM_BUILD_ROOT
 
-%files
+%files doc
 %defattr(-,root,root)
-%doc COPYING README README.LANGS TODO BENCHES
+%doc README.LANGS BENCHES
 %doc doc/as-EN.txt doc/as-EN.html doc/as-EN.ps doc/as-EN.dvi
 %doc doc/as-DE.txt doc/as-DE.html doc/as-DE.ps doc/as-DE.dvi
+
+%files
+%defattr(-,root,root)
+%doc COPYING README TODO
 /usr/bin/asl
 /usr/bin/alink
 /usr/bin/p2bin
@@ -93,6 +102,8 @@
 /usr/include/asl/regavr.inc
 /usr/include/asl/regcop8.inc
 /usr/include/asl/reggp32.inc
+/usr/include/asl/reghc08jb.inc
+/usr/include/asl/reghc08q.inc
 /usr/include/asl/reghc12.inc
 /usr/include/asl/regm16c.inc
 /usr/include/asl/regmsp.inc

++ asl-buildfixes.patch ++
diff -Nurp asl-current.orig/doc_DE/as.tex asl-current.work/doc_DE/as.tex
--- asl-current.orig/doc_DE/as.tex  2010-12-12 00:00:21.0 +0100
+++ asl-current.work/doc_DE/as.tex  2011-03-30 14:50:25.308293373 +0200
@@ -3154

commit aria2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory
checked in at Thu Apr 21 13:22:54 CEST 2011.




--- aria2/aria2.changes 2011-01-20 02:38:24.0 +0100
+++ /mounts/work_src_done/STABLE/aria2/aria2.changes2011-03-18 
22:05:48.0 +0100
@@ -1,0 +2,11 @@
+Fri Mar 18 20:52:26 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.11.0:
+  * adds a JSON-RPC interface
+  * 2 new options were added:
++ --retry-wait
++ --async-dns-server
+  * fixes the bug that caused a segmentation fault when unpausing downloads in
+  * some situations
+
+---
@@ -11 +22,2 @@
-  * fixes the bug in which aria2 wrongly determines a peer as a seeder and 
drops connection in the seed state
+  * fixes the bug in which aria2 wrongly determines a peer as a seeder and
+drops connection in the seed state
@@ -15 +27,3 @@
-+ don't send announce_peer message with empty token in DHTPeerLookupTask; 
replace old node ID with new node ID when response message is received in 
DHTAbstractNodeLookupTask
++ don't send announce_peer message with empty token in DHTPeerLookupTask;
+  replace old node ID with new node ID when response message is received in
+  DHTAbstractNodeLookupTask
@@ -18 +32,2 @@
-+ fixed the bug that peer is marked as seeder whenever it sends extension 
handshake with metadata size
++ fixed the bug that peer is marked as seeder whenever it sends extension
+  handshake with metadata size
@@ -24 +39,2 @@
-  * fixes compile error that occurs when the system does not have fallocate() 
but has posix_fallocate()
+  * fixes compile error that occurs when the system does not have fallocate()
+but has posix_fallocate()
@@ -33 +49,2 @@
-  * aria2 now passes the number of files and file path in addition to the GID 
to commands specified in the --on-download-* options
+  * aria2 now passes the number of files and file path in addition to the GID
+to commands specified in the --on-download-* options
@@ -40 +57,2 @@
-  * fixes the bug that prevented downloading files larger than 4GB on 32-bit 
systems
+  * fixes the bug that prevented downloading files larger than 4GB on 32-bit
+systems
@@ -42 +60,2 @@
-  * improper use of the return value of vsnprintf was fixed, which caused 
segmentation fault when formatting strings more than 1024 characters long
+  * improper use of the return value of vsnprintf was fixed, which caused
+segmentation fault when formatting strings more than 1024 characters long
@@ -48 +67,2 @@
-  * fixes the bug in which file allocation is enabled in HTTP even if 
--file-allocation=none is specified
+  * fixes the bug in which file allocation is enabled in HTTP even if
+--file-allocation=none is specified
@@ -54,2 +74,4 @@
-  * fixes the bug in which aria2 hangs when the FTP server does not send the 
"226 Transfer Complete" message
-  * fixes the bug in which the time used in file allocation is taken into 
account when calculating download speed
+  * fixes the bug in which aria2 hangs when the FTP server does not send the
+"226 Transfer Complete" message
+  * fixes the bug in which the time used in file allocation is taken into
+account when calculating download speed
@@ -57,2 +79,5 @@
-  * the comments and name in the .torrent file in an XML-RPC response are also 
percent-encoded if they are not UTF-8
-  * a warning message when CA certificates are not imported is not printed in 
the console; instead, it is shown when a certificate verification error 
actually occurs
+  * the comments and name in the .torrent file in an XML-RPC response are also
+percent-encoded if they are not UTF-8
+  * a warning message when CA certificates are not imported is not printed in
+the console; instead, it is shown when a certificate verification error
+actually occurs
@@ -69,2 +94,4 @@
-  * adds the short option -x for the --max-connection-per-server option and -k 
for the --min-split-size option
-  * adds the --max-download-result=NUM option: this option sets the maximum 
number of download results kept in memory, and the default value is 1000
+  * adds the short option -x for the --max-connection-per-server option and -k
+for the --min-split-size option
+  * adds the --max-download-result=NUM option: this option sets the maximum
+number of download results kept in memory, and the default value is 1000
@@ -73 +100,2 @@
-  * fixes the bug in which aria2 reports an error and exits with non-zero 
status when a file is already downloaded and a checksum is available
+  * fixes the bug in which aria2 reports an error and exits with non-zero
+status when a file is already downloaded and a checksum is available
@@ -76,2 +104,4 @@
-  * fixes the bug that prevented HTTP redirect from working when multiple 
files were downloaded from the same host at the same time
-  * for netrc, aria2 now performs a domain match if the machine name defin

commit archivemail for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package archivemail for openSUSE:Factory
checked in at Thu Apr 21 13:22:24 CEST 2011.




--- archivemail/archivemail.changes 2010-08-20 17:02:10.0 +0200
+++ /mounts/work_src_done/STABLE/archivemail/archivemail.changes
2011-04-01 19:18:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 17:17:56 UTC 2011 - g...@opensuse.org
+
+- update to version 0.8.2
+  * bugfixes
+
+---

calling whatdependson for head-i586


Old:

  archivemail-0.8.0.tar.gz

New:

  archivemail-0.8.2.tar.gz



Other differences:
--
++ archivemail.spec ++
--- /var/tmp/diff_new_pack.yziFGN/_old  2011-04-21 13:21:14.0 +0200
+++ /var/tmp/diff_new_pack.yziFGN/_new  2011-04-21 13:21:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package archivemail (Version 0.8.0)
+# spec file for package archivemail
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:   archivemail
 BuildRequires:  python-devel
-Version:0.8.0
+Version:0.8.2
 Release:1
 Group:  Productivity/Networking/Email/Utilities
 License:GPLv2+

++ archivemail-0.8.0.tar.gz -> archivemail-0.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/archivemail-0.8.0/CHANGELOG 
new/archivemail-0.8.2/CHANGELOG
--- old/archivemail-0.8.0/CHANGELOG 2010-08-09 13:27:51.0 +0200
+++ new/archivemail-0.8.2/CHANGELOG 2010-10-16 18:57:45.0 +0200
@@ -1,3 +1,13 @@
+version 0.8.2   - 16 October 2010
+
+  * IMAP: don't prepend NAMESPACE prefix to INBOX and its children.
+Closes: #3083236.
+
+version 0.8.1   - 30 September 2010
+
+  * IMAP: fixed handling of LIST replies by the server where the mailbox name
+is not a quoted string. (Thanks Karsten Müller)
+
 Version 0.8.0   - 9 August 2010
 
   * Fixed date header parsing to be precise with timezone information.  Also,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/archivemail-0.8.0/PKG-INFO 
new/archivemail-0.8.2/PKG-INFO
--- old/archivemail-0.8.0/PKG-INFO  2010-08-09 13:38:25.0 +0200
+++ new/archivemail-0.8.2/PKG-INFO  2010-10-16 18:58:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: archivemail
-Version: 0.8.0
+Version: 0.8.2
 Summary: archive and compress old email
 Home-page: http://archivemail.sourceforge.net/
 Author: Nikolaus Schulz, Peter Poeml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/archivemail-0.8.0/archivemail 
new/archivemail-0.8.2/archivemail
--- old/archivemail-0.8.0/archivemail   2010-08-09 11:51:05.0 +0200
+++ new/archivemail-0.8.2/archivemail   2010-10-16 18:57:57.0 +0200
@@ -24,7 +24,7 @@
 """
 
 # global administrivia 
-__version__ = "archivemail v0.8.0"
+__version__ = "archivemail v0.8.2"
 __copyright__ = """\
 Copyright (C) 2002  Paul Rodger 
   (C) 2006  Peter Poeml ,
@@ -1410,6 +1410,21 @@
 
 ###  IMAP  functions  ###
 
+def imap_quote(astring):
+"""Quote an IMAP `astring' string (see RFC 3501, section "Formal 
Syntax")."""
+if astring.startswith('"') and astring.endswith('"'):
+quoted = astring
+else:
+quoted = '"' + astring.replace('\\', '').replace('"', '\\"') + '"'
+return quoted
+
+def imap_unquote(quoted):
+"""Un-quote a `quoted' IMAP string (see RFC 3501, section "Formal 
Syntax")."""
+if not (quoted.startswith('"') and quoted.endswith('"')):
+unquoted = quoted
+else:
+unquoted = re.sub(r'\\(\\|")', r'\1', quoted[1:-1])
+return unquoted
 
 def parse_imap_url(url): 
 """Parse IMAP URL and return username, password (if appliciable), 
servername
@@ -1462,7 +1477,7 @@
 "server says '%s'" % response[0])
 
 # Response should be a list of strings like 
-# '(\\Noselect \\HasChildren) "." "boxname"'
+# '(\\Noselect \\HasChildren) "." boxname'
 # We parse only the first list item and just grab the delimiter. 
 m = re.match(r'\([^\)]*\) (?P"."|NIL)', response[0])
 if not m: 
@@ -1505,7 +1520,7 @@
 vprint("examining imap folder '%s' read-only" % mailbox)
 else:
 vprint("selecting imap folder '%s'" % mailbox)
-result, response = srv.select(mailbox, roflag)
+result, response = srv.select(imap_quote(mailbox), roflag)
 if result != 'OK':
 unexpected_error("selecting '%s' failed; server says: '%s'." \
 % (mailbox, response[0]))
@@ -1533,12 +1548,12 @@

commit accountsservice for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at Thu Apr 21 13:21:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/accountsservice/accountsservice.changes
2011-04-21 11:22:19.0 +0200
@@ -0,0 +1,87 @@
+---
+Mon Apr 11 13:41:00 UTC 2011 - fcro...@novell.com
+
+- Add pkgconfig(systemd) to BuildRequires and package systemd
+  configuration file for accountsservice.
+
+---
+Tue Apr  5 11:18:12 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.6.8:
+  + use same rules for parsing booleans from gdm config as gdm.
+
+---
+Wed Mar 23 10:25:27 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.6.7:
+  + Fix call to useradd for normal users
+  + Correct free array of groups
+  + Updated translations
+- Changes from version 0.6.6:
+  + Make it possible to disable user icon
+  + Drop Supervised user role
+  + Use "wheel" instead of "desktop_admin_r" as admin group
+since that's what everyone uses for this purpose anyway.
+  + Crasher fixes
+  + Misc distro integration fixes
+  + Updated translations
+- Changes from version 0.6.5:
+  + No longer return excluded users from cached listings
+  + Add a --debug command line option
+  + Use proper dbus proxy for settings api in client lib
+  + Expose XSession property over bus
+- Enforce dependency on main package in library package by changing
+  Recommends to Requires.
+- Add a rpmlintrc to ignore security-related rpmlint warnings that
+  make the build fail on Factory. This needs to get removed when
+  entering Factory, though.
+
+---
+Thu Mar  3 11:52:55 CET 2011 - vu...@opensuse.org
+
+- Cleanup for inclusion in Factory.
+
+---
+Thu Feb 17 18:05:00 UTC 2011 - fcro...@novell.com
+
+- Update to version 0.6.4:
+  - fix typo in HomeDirectory property
+  - fix bug in asynchronous loading code
+  - drop some random g_print's
+- Changes from version 0.6.3:
+  + Add more getters to client library
+  + Add an initial cut at a setter api
+  + Add XSession property type
+- Changes from version 0.6.2:
+  + Remove the unused UserChanged signal
+  + Add a small client library, based on code from gdm
+  + Don't use gnome-common
+  + Use the user-administration privilege for autologin changes
+- Changes from version 0.6.1:
+  + Always emit the changed signal when setting user photo
+  + Install systemd unit files
+  + Translation updates
+- Changes from version 0.6:
+  + Always require user-administration privilege when setting a
+password or changing a username
+  + Allow changing password mode and password even when the
+account is locked, and unlock it as a side-effect
+  + Use /etc/shadow to store account locking and 'set password at
+next login' information and monitor /etc/shadow for changes
+  + Set loginuid when runing commands on behalf of a user to
+generate proper audit records
+  + Drop SetIconData and make SetIconFile copy the file when 
+appropriate.  As a consequence, the service no longer links 
+against image libraries.
+  + Various other robustness and error-handling fixes
+- Changes from version 0.5:
+  + Make initial user list call work
+  + Avoid extraneous commandline parsing
+- Package directories used by daemon to store user data:
+  /var/lib/AccountsService and subdirectories.
+
+---
+Sat Jan 30 13:12:53 CET 2010 - captain.mag...@opensuse.org
+
+- New package (version 0.4).
+

calling whatdependson for head-i586


New:

  accountsservice-0.6.8.tar.bz2
  accountsservice-rpmlintrc
  accountsservice.changes
  accountsservice.spec



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

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



Name:   accountsservice
Version:0.6.8
Release:1
License:GPLv

commit aaa_base for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Thu Apr 21 13:21:04 CEST 2011.




--- aaa_base/aaa_base.changes   2011-04-15 17:45:40.0 +0200
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes  2011-04-21 
11:14:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 21 09:13:49 UTC 2011 - wer...@suse.de
+
+- Start blogd only once at boot
+
+---

calling whatdependson for head-i586




Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.eo580b/_old  2011-04-21 13:20:25.0 +0200
+++ /var/tmp/diff_new_pack.eo580b/_new  2011-04-21 13:20:25.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   aaa_base
 Version:11.5
-Release:5
+Release:69
 License:GPLv2+
 Group:  System/Fhs
 Url:http://gitorious.org/opensuse/aaa_base

++ aaa_base.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/boot 
new/aaa_base/files/etc/init.d/boot
--- old/aaa_base/files/etc/init.d/boot  2011-04-15 17:26:52.0 +0200
+++ new/aaa_base/files/etc/init.d/boot  2011-04-21 11:05:12.0 +0200
@@ -29,6 +29,18 @@
 export CONSOLE REDIRECT
 
 #
+# Check real terminal line
+#
+if test -z "$REDIRECT" ; then
+if (echo -n > /dev/tty) 2>/dev/null ; then
+   REDIRECT=/dev/tty
+else
+   REDIRECT=/dev/console
+fi
+DO_BLOGD=no
+fi
+
+#
 # Configuration and coloring of the boot messages
 #
 
@@ -53,11 +65,11 @@
 # Save old terminal settings and set -nl to avoid staircase
 # effect, do not lock scrolling, and avoid break characters.
 #
-otty=$(stty -g)
+otty=$(stty -g < $REDIRECT)
 if test "$FLOW_CONTROL" = "yes" ; then
-stty -nl  ixon ignbrk -brkint
+stty -nl  ixon ignbrk -brkint < $REDIRECT
 else
-stty -nl -ixon ignbrk -brkint
+stty -nl -ixon ignbrk -brkint < $REDIRECT
 fi
 
 echo -n "System Boot Control: "
@@ -168,16 +180,8 @@
 # Start blogd, requires /proc and /dev/pts.
 # Export the real device in variable REDIRECT.
 #
-if test -z "$REDIRECT" ; then
-if (echo -n > /dev/tty) 2>/dev/null ; then
-   REDIRECT=/dev/tty
-else
-   REDIRECT=/dev/console
-fi
-else
-if test "$DO_BLOGD" = yes ; then
-   /sbin/blogd $REDIRECT
-fi
+if test "$DO_BLOGD" = yes ; then
+/sbin/blogd $REDIRECT
 fi
 
 #
@@ -301,11 +305,6 @@
 test -s /lib/bootcycle/stats && . /lib/bootcycle/stats
 
 #
-# Stop blogd
-#
-killproc -QUIT /sbin/blogd
-
-#
 # Remember for master resource script
 #
 if test "$DO_CONFIRM" = "yes" ; then
@@ -321,7 +320,7 @@
 #
 # Restore old terminal settings
 #
-stty $otty
+stty $otty < $REDIRECT
 
 #
 # Let YaST2 finish its installation, if you installed with YaST2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base/files/etc/init.d/rc 
new/aaa_base/files/etc/init.d/rc
--- old/aaa_base/files/etc/init.d/rc2011-04-15 17:26:52.0 +0200
+++ new/aaa_base/files/etc/init.d/rc2011-04-21 11:05:12.0 +0200
@@ -115,6 +115,18 @@
 export CONSOLE REDIRECT
 
 #
+# Check real terminal line
+#
+if test -z "$REDIRECT" ; then
+if (echo -n > /dev/tty) 2>/dev/null ; then
+   REDIRECT=/dev/tty
+else
+   REDIRECT=/dev/console
+fi
+DO_BLOGD=no
+fi
+
+#
 # Set I/O of this script and its childs to console
 #
 exec 0<> $CONSOLE 1>&0 2>&0
@@ -191,26 +203,18 @@
 # Save old terminal settings and set -nl to avoid staircase
 # effect, do not lock scrolling, and avoid break characters.
 #
-otty=$(stty -g)
+otty=$(stty -g < $REDIRECT)
 if test "$FLOW_CONTROL" = "yes" ; then
-stty -nl  ixon ignbrk -brkint
+stty -nl  ixon ignbrk -brkint < $REDIRECT
 else
-stty -nl -ixon ignbrk -brkint
+stty -nl -ixon ignbrk -brkint < $REDIRECT
 fi
 
 #
 # Start blogd if not in single user mode
 #
-if test -z "$REDIRECT" ; then
-if (echo -n > /dev/tty) 2>/dev/null ; then
-   REDIRECT=/dev/tty
-else
-   REDIRECT=/dev/console
-fi
-else
-if test "$DO_BLOGD" = yes; then
-   /sbin/blogd $REDIRECT
-fi
+if test "$DO_BLOGD" = yes; then
+/sbin/start_daemon /sbin/blogd $REDIRECT
 fi
 
 if test "$DO_CONFIRM" = "yes" ; then
@@ -434,7 +438,7 @@
 #
 # Restore old terminal settings
 #
-stty $otty
+stty $otty < $REDIRECT
 
 #
 # For the first logon on a virtual console.






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-04-21 Thread h_root

Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory
checked in at Thu Apr 21 12:44:11 CEST 2011.




--- AUTO/all/arpwatch-ethercodes/arpwatch-ethercodes.changes2011-04-14 
10:40:08.0 +0200
+++ 
/mounts/work_src_done/STABLE/arpwatch-ethercodes/arpwatch-ethercodes.changes
2011-04-21 11:40:10.0 +0200
@@ -2 +2 @@
-Thu Apr 14 10:40:08 CEST 2011 - autobu...@suse.de
+Thu Apr 21 11:40:10 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-14
+- automated update on 2011-04-21

calling whatdependson for head-i586




Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.HHKlxs/_old  2011-04-21 12:43:58.0 +0200
+++ /var/tmp/diff_new_pack.HHKlxs/_new  2011-04-21 12:43:58.0 +0200
@@ -25,7 +25,7 @@
 Group:  Productivity/Networking/Diagnostic
 AutoReqProv:on
 Summary:Ethercodes Data for arpwatch
-Version:2011.4.14
+Version:2011.4.21
 Release:1
 Source: http://standards.ieee.org/regauth/oui/oui.txt.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt.bz2 ++
 617 lines (skipped)
 between oui.txt.bz2
 and /mounts/work_src_done/STABLE/arpwatch-ethercodes/oui.txt.bz2






Remember to have fun...

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



drop opensuse-codecs-installer from openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

FYI: Package opensuse-codecs-installer was dropped from openSUSE:Factory at Thu 
Apr 21 12:43: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:Dropped&package=opensuse-codecs-installer

Remember to have fun...

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



commit armadillo for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory
checked in at Thu Apr 21 12:42:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/armadillo/armadillo.changes2011-03-23 
17:31:00.0 +0100
@@ -0,0 +1,10 @@
+---
+Wed Mar 23 16:32:17 UTC 2011 - badshah...@gmail.com
+
+- Spec file cleanup 
+
+---
+Wed Mar 23 02:00:39 UTC 2011 - badshah...@gmail.com
+
+- Initial package (following spec file from fedora)
+

calling whatdependson for head-i586


New:

  armadillo-1.1.90.tar.bz2
  armadillo.changes
  armadillo.spec



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

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



Name:   armadillo
Version:1.1.90
Release:1
License:LGPLv3+
Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
Url:http://arma.sourceforge.net/
Group:  Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires:  blas
BuildRequires:  boost-devel
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  lapack
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

%package -n libarmadillo1
License:LGPLv3+
Summary:Shared libraries for armadillo
Group:  Development/Libraries/C and C++

%description -n libarmadillo1
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

This package provides the shared libraries for armadillo.

%package devel
License:LGPLv3+
Summary:Development headers and documentation for the Armadillo C++ 
library
Group:  Development/Libraries/C and C++
Requires:   blas
Requires:   boost-devel
Requires:   lapack
Requires:   libarmadillo1 = %{version}
Requires:   libstdc++-devel

%description devel
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

This package contains

commit perl-Carp-Always for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Carp-Always for openSUSE:Factory
checked in at Thu Apr 21 12:41:19 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Carp-Always/perl-Carp-Always.changes  
2011-01-14 12:31:02.0 +0100
@@ -0,0 +1,6 @@
+---
+Fri Jan 14 11:30:38 UTC 2011 - co...@novell.com
+
+- initial package 0.09
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Carp-Always-0.09.tar.bz2
  perl-Carp-Always.changes
  perl-Carp-Always.spec



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

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



Name:   perl-Carp-Always
Version:0.09
Release:1
License:GPL+ or Artistic
%define cpan_name Carp-Always
Summary:Warns and dies noisily with stack backtraces
Url:http://search.cpan.org/dist/Carp-Always/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/F/FE/FERREIRA/Carp-Always-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl(Carp)
BuildRequires:  perl(Test::Base)
BuildRequires:  perl(Test::Pod) >= 1.18
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Carp)
Requires:   perl(Test::Base)
Requires:   perl(Test::Pod) >= 1.18
Requires:   perl(Test::Pod::Coverage) >= 1.04
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This module is meant as a debugging aid. It can be used to make a script
complain loudly with stack backtraces when warn()ing or die()ing.

Here are how stack backtraces produced by this module looks:

  # it works for explicit die's and warn's
  $ perl -MCarp::Always -e 'sub f { die "arghh" }; sub g { f }; g'
  arghh at -e line 1
  main::f() called at -e line 1
  main::g() called at -e line 1

  # it works for interpreter-thrown failures
  $ perl -MCarp::Always -w -e 'sub f { $a = shift; @a = @$a };' \
   -e 'sub g { f(undef) }; g'
  Use of uninitialized value in array dereference at -e line 1
  main::f('undef') called at -e line 2
  main::g() called at -e line 2

In the implementation, the 'Carp' module does the heavy work, through
'longmess()'. The actual implementation sets the signal hooks
'$SIG{__WARN__}' and '$SIG{__DIE__}' to emit the stack backtraces.

Oh, by the way, 'carp' and 'croak' when requiring/using the 'Carp' module
are also made verbose, behaving like 'cloak' and 'confess', respectively.

EXPORT
Nothing at all is exported.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit perl-Catalyst-Manual for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Catalyst-Manual for 
openSUSE:Factory
checked in at Thu Apr 21 12:40:26 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Catalyst-Manual/perl-Catalyst-Manual.changes  
2011-01-19 13:43:57.0 +0100
@@ -0,0 +1,6 @@
+---
+Wed Jan 19 12:09:52 UTC 2011 - co...@novell.com
+
+- initial package 5.8005
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Catalyst-Manual-5.8005.tar.bz2
  perl-Catalyst-Manual.changes
  perl-Catalyst-Manual.spec



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

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



Name:   perl-Catalyst-Manual
Version:5.8005
Release:1
License:GPL+ or Artistic
%define cpan_name Catalyst-Manual
Summary:The Catalyst developer's manual
Url:http://search.cpan.org/dist/Catalyst-Manual/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/Z/ZA/ZARQUON/Catalyst-Manual-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
sorry, no description found

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit perl-Class-Accessor-Grouped for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-Accessor-Grouped for 
openSUSE:Factory
checked in at Thu Apr 21 12:39:44 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-Accessor-Grouped/perl-Class-Accessor-Grouped.changes
2011-01-17 17:20:17.0 +0100
@@ -0,0 +1,37 @@
+---
+Mon Jan 17 16:18:39 UTC 2011 - co...@novell.com
+
+- update to 0.10002
+
+---
+Wed Dec  1 09:44:29 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Dec 10 22:22:40 UTC 2009 - ch...@computersalat.de
+
+- update to 0.09002
+- removing Class::XSAccessor usage for now
+  * 0.09001 Thu Oct  1 21:48:06 2009
+- remove optional dep from Makefile.PL
+  * 0.09000 Sun Aug 23 20:08:09 2009
+- release
+  * 0.08999_01 Tue July 7 22:06:21 2009
+- Make _mk_group_accessors name the closures installed for Moose compat
+- Use Class::XSAccessor if available RT#45577 (Andy Grundman)
+  * 0.08003 Sat Mar 21 9:27:24 2009
+- Fixed set_inherited under C3::Componentised: RT#43702, RIBASUSHI
+  * 0.08002 Mon Nov 17 20:27:22 2008
+- Removed unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert
+- cleanup spec
+  * added header
+  * fixed deps
+  * moved changelog to .changes
+- added perl-macros
+  * perl_gen_filelist
+
+---
+Sun Oct 26 07:21:04 CET 2008 - gerrit.be...@gmx.de
+
+- first release 0.08001

calling whatdependson for head-i586


New:

  Class-Accessor-Grouped-0.10002.tar.gz
  perl-Class-Accessor-Grouped.changes
  perl-Class-Accessor-Grouped.spec



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

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



Name:   perl-Class-Accessor-Grouped
Version:0.10002
Release:1
License:GPL+ or Artistic
%define cpan_name Class-Accessor-Grouped
Summary:Lets you build groups of accessors
Url:http://search.cpan.org/dist/Class-Accessor-Grouped/
Group:  Development/Libraries/Perl
#Source: 
http://www.cpan.org/authors/id/R/RK/RKITOVER/Class-Accessor-Grouped-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires:  perl(Carp)
BuildRequires:  perl(Class::Inspector)
BuildRequires:  perl(MRO::Compat)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(Test::Exception) >= 0.31
BuildRequires:  perl
BuildRequires:  perl-macros
Requires:   perl(Carp)
Requires:   perl(Class::Inspector)
Requires:   perl(MRO::Compat)
Requires:   perl(Scalar::Util)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
%{perl_requires}

%description
This class lets you build groups of accessors that will call different
getters and setters.

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

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

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

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

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

%changelog





Remember to have fun...

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



commit python-distribute for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package python-distribute for 
openSUSE:Factory
checked in at Thu Apr 21 12:38:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/python-distribute/python-distribute.changes
2010-08-31 01:48:33.0 +0200
@@ -0,0 +1,22 @@
+---
+Mon Aug 30 18:37:30 UTC 2010 - jf...@funktronics.ca
+
+- Update to 0.6.14
+- Provide and obsolete python-setuptools to fix bnc#632805
+
+---
+Fri May  7 12:24:36 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.6.12;
+- Spec file cleaned with spec-cleaner.
+
+---
+Mon Dec 14 19:29:54 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 0.6.10.
+
+---
+Tue Nov 10 18:25:35 UTC 2009 - jf...@funktronics.ca
+
+- Initial release
+

calling whatdependson for head-i586


New:

  distribute-0.6.14.tar.bz2
  python-distribute.changes
  python-distribute.spec



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


%define modname distribute

Name:   python-%{modname}
Version:0.6.14
Release:1
License:PSF or ZPL
Summary:Easily Download, Build, Install, Upgrade, and Uninstall Python 
Packages
Url:http://packages.python.org/distribute/
Group:  Development/Libraries/Python
Source: %{modname}-%{version}.tar.bz2
BuildRequires:  python-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
Obsoletes:  python-setuptools
Provides:   python-setuptools
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch:  noarch
%else
%{!?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(True)")}
%endif

%description
Distribute is a fork of the Setuptools project.

Distribute is intended to replace Setuptools as the standard method for working
with Python module distributions.

Author:

The fellowship of the packaging 

%prep
%setup -q -n %{modname}-%{version}
rm -f distribute.egg-info/*.orig
chmod -x {.,docs}/*.txt

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
python setup.py install --single-version-externally-managed --prefix=%{_prefix} 
--root=%{buildroot}
rm -f %{python_sitelib}/setuptools/*.exe

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc docs/*.txt CHANGES.txt CONTRIBUTORS.txt DEVGUIDE.txt README.txt
%{_bindir}/easy_install
%{_bindir}/easy_install-%{py_ver}
%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/easy_install.py*
%{python_sitelib}/pkg_resources.py*
%{python_sitelib}/site.py*
%{python_sitelib}/setuptools*

%changelog





Remember to have fun...

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



commit qconf for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package qconf for openSUSE:Factory
checked in at Thu Apr 21 12:36:08 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/qconf/qconf.changes2011-02-19 
13:02:37.0 +0100
@@ -0,0 +1,10 @@
+---
+Sat Feb 19 13:01:44 CET 2011 - jsl...@suse.de
+
+- Fix package summary
+
+---
+Sun Jan  9 15:37:55 CET 2011 - jsl...@suse.de
+
+- Initial package
+

calling whatdependson for head-i586


New:

  qconf-1.4.99.801.tar.bz2
  qconf.changes
  qconf.spec



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

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



Name:   qconf
Url:http://delta.affinix.com/qconf/
License:GPLv2
Group:  Development/Tools/Other
Version:1.4.99.801
Release:1
Summary:Configuration tool for qmake
Source: %{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  libqt4-devel
BuildRequires:  gcc-c++

%description
QConf allows you to have a nice configure script for your qmake-based project.
It is intended for developers who don’t need (or want) to use the more complex
GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project
that uses a familiar configuration interface on unix.

%prep
%setup -q

%build
export QMAKE_CXXFLAGS="%{optflags}"
./configure --prefix=%{_prefix}
make %{?jobs:-j%jobs}

%install
make INSTALL_ROOT=%{buildroot} STRIP=true install

%files
%defattr(-,root,root)
%doc COPYING README TODO
%{_bindir}/qconf
%{_datadir}/%{name}

%changelog





Remember to have fun...

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



commit acpid for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package acpid for openSUSE:Factory
checked in at Thu Apr 21 12:35:10 CEST 2011.





calling whatdependson for head-i586


Old:

  _service:download_url:acpid-2.0.8.tar.gz

New:

  _service:download_url:acpid-2.0.9.tar.gz



Other differences:
--
++ acpid.spec ++
--- /var/tmp/diff_new_pack.7EdjXt/_old  2011-04-21 12:34:04.0 +0200
+++ /var/tmp/diff_new_pack.7EdjXt/_new  2011-04-21 12:34:04.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   acpid
 Url:http://tedfelix.com/linux/acpid-netlink.html
-Version:2.0.8
+Version:2.0.9
 Release:1
 License:GPLv2+
 Group:  System/Daemons

++ _service ++
--- /var/tmp/diff_new_pack.7EdjXt/_old  2011-04-21 12:34:04.0 +0200
+++ /var/tmp/diff_new_pack.7EdjXt/_new  2011-04-21 12:34:04.0 +0200
@@ -2,11 +2,11 @@
   
 http
 tedfelix.com
-/linux/acpid-2.0.8.tar.gz
+/linux/acpid-2.0.9.tar.gz
   
   
-_service:download_url:acpid-2.0.8.tar.gz
+_service:download_url:acpid-2.0.9.tar.gz
 sha256
-af1ebddef17412fc3f00994a624fbb912ebe885437c13a7e87f3142f8339ce8c
+f02a4931083ef52e6785c989d9d44720387c1d65a42bdcd364e3b06cd588ba65
   
-
\ No newline at end of file
+

++ _service:download_url:acpid-2.0.8.tar.gz -> 
_service:download_url:acpid-2.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/Changelog new/acpid-2.0.9/Changelog
--- old/acpid-2.0.8/Changelog   2011-02-15 23:45:50.0 +0100
+++ new/acpid-2.0.9/Changelog   2011-04-15 19:12:47.0 +0200
@@ -1,4 +1,16 @@
-* Tue Feb 15 2010  Ted Felix 
+* Fri Apr 15 2011  Ted Felix 
+  - 2.0.9 release
+  - Removed newlines from acpid_log() calls and modified acpid_log() to
+no longer need newlines.  This change to acpid prevents blank lines in
+the log for versions of syslogd that preserve newlines.  (acpid.c 
+connection_list.c event.c inotify_handler.c input_layer.c netlink.c 
+proc.c sock.c)  (Michael Meskes, Ted Felix)
+  - Added fcntl() for O_NONBLOCK on the client sockets.  This prevents acpid
+from hanging if a client behaves badly.  (sock.c)  (Vasiliy Kulikov)
+From: http://www.openwall.com/lists/oss-security/2011/01/19/4
+  - Improvements to error handling.  (sock.c)  (Ted Felix)
+
+* Tue Feb 15 2011  Ted Felix 
   - 2.0.8 release
   - Fixed "comparison between signed and unsigned integer expressions"
 error with gcc 4.6.  (libnetlink.c) (Eugeni Dodonov)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/Makefile new/acpid-2.0.9/Makefile
--- old/acpid-2.0.8/Makefile2010-11-15 19:43:28.0 +0100
+++ new/acpid-2.0.9/Makefile2011-03-12 17:06:19.0 +0100
@@ -1,7 +1,7 @@
 # Makefile for ACPI daemon
 
 # update these numbers for new releases
-VERSION = 2.0.8
+VERSION = 2.0.9
 
 OPT = -O2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/TESTPLAN new/acpid-2.0.9/TESTPLAN
--- old/acpid-2.0.8/TESTPLAN2009-11-11 21:38:21.0 +0100
+++ new/acpid-2.0.9/TESTPLAN2011-03-19 03:37:20.0 +0100
@@ -5,6 +5,7 @@
 - Run all these tests with valgrind to detect memory leaks.
 - It's best to test without a window manager running (such as GNOME or KDE) as 
they tend to handle acpi events on their own and override acpid.  To bring down 
X on a system that is configured with a graphical login, there's usually an 
"init" script you can run.  As an example, with Debian/GNOME, log off of your 
X/GNOME session, switch to another tty (e.g. Alt-Ctrl-F1), login, and do this:
   sudo /etc/init.d/gdm stop
+  [need instructions for upstart, maybe this: sudo initctl gdm stop]
 Now X is out of the way and you can test from the console.
 - You can kill acpid with "sudo killall acpid".
 - To make testing more convenient, you can run acpid from a shell as "acpid 
-ld" to get maximum logging.  Use Ctrl-C to stop acpid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/acpid-2.0.8/acpid.c new/acpid-2.0.9/acpid.c
--- old/acpid-2.0.8/acpid.c 2010-11-09 22:55:28.0 +0100
+++ new/acpid-2.0.9/acpid.c 2011-03-24 12:20:59.0 +0100
@@ -116,7 +116,7 @@
exit(EXIT_FAILURE);
}

-   acpid_log(LOG_INFO, "starting up with %s\n",
+   acpid_log(LOG_INFO, "starting up with %s",
netlink ? "netlink and the input layer" : "proc fs");
 
/* trap key signals */
@@ -136,7 +136,7 @@
exit(EXIT_FAILURE);
}
 
-   acpid_log(LOG_INFO, "waiting for events: event logging is %s\n",
+   acpid_log(LOG_INFO, "waiting for events: event lo

commit audacity for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package audacity for openSUSE:Factory
checked in at Thu Apr 21 12:31:35 CEST 2011.




--- audacity/audacity.changes   2010-12-28 16:35:38.0 +0100
+++ /mounts/work_src_done/STABLE/audacity/audacity.changes  2011-04-20 
08:29:51.0 +0200
@@ -1,0 +2,30 @@
+Mon Apr 18 00:00:00 CET 2011 - det...@links2linux.de
+
+- Update to version 1.3.13
+
+  * Numerous bug fixes
+- Crashes on Windows when clicking in the track or in effects dialogs.
+- Crashes on OS X when closing or quitting.
+- Warning (on by default) now provided when importing uncompressed audio
+  files and when read-directly uncompressed files are missing.
+- Full support added for later versions of the optional FFmpeg library up
+  to current FFmpeg HEAD. More compatible U-Law/A-Law exports.
+- VST effects processing restored to full speed. Hang fixed when launching
+  on OS X 10.5 PPC with VST effects present.
+- (OS X) Files imported from iTunes could create invalid characters in the
+  .aup project file. See here for help re-opening older projects that have
+  this error.
+- (Linux) Crashes or stalled recordings using the pulse device. Crashes
+  using Play-at-Speed if Audacity was configured with libsamplerate.
+  * Changes and Improvements
+- Control Toolbar renamed to Transport Toolbar. Input/output selection
+  moved from Mixer Toolbar to improved Device Toolbar (on by default).
+- New "Sync-Lock Tracks" feature (turned on in the Tracks menu).
+- Equalization now supports importing and exporting curves. Noise Removal
+  improvements including new option to isolate noise.
+- Improved Automatic Crash Recovery with all project changes autosaved.
+- New "Extended Import" Preferences for specifying audio file importers.
+- (Windows and Linux) Close button now quits on closing the last window
+  while File > Close clears to a new, empty project.
+
+---

calling whatdependson for head-i586


Old:

  _service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2
  audacity-audiodevdefaults.patch
  audacity-ffmpeg_match_ext.patch
  audacity-no_exact_ffmpeg_version.patch
  audacity-nomac.patch
  audacity-retval.patch

New:

  _service:download_url:audacity-minsrc-1.3.13-beta.tar.bz2



Other differences:
--
++ audacity.spec ++
--- /var/tmp/diff_new_pack.LPwihT/_old  2011-04-21 12:31:01.0 +0200
+++ /var/tmp/diff_new_pack.LPwihT/_new  2011-04-21 12:31:01.0 +0200
@@ -53,8 +53,8 @@
 %if %{with twolame}
 BuildRequires:  libtwolame-devel
 %endif
-Version:1.3.12
-Release:8
+Version:1.3.13
+Release:1
 License:GPLv2+
 Summary:A Free, Cross-Platform Digital Audio Editor
 Url:http://audacity.sourceforge.net/
@@ -64,13 +64,6 @@
 Source2:%{name}-license-nyquist
 # PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch reddw...@opensuse.org -- this 
patch removes the buildstamp
 Patch0: %{name}-no_buildstamp.patch
-Patch5: %{name}-retval.patch
-Patch12:%{name}-audiodevdefaults.patch
-Patch13:audacity-nomac.patch
-# PATCH-FIX-OPENSUSE %{name}-ffmpeg_match_ext.patch reddw...@opensuse.org -- 
Fix ffmpeg support with versions after 2010-03-08. Upstream knows the problem 
but doesn't wants the patch right now.
-Patch14:%{name}-ffmpeg_match_ext.patch
-# PATCH-FIX-OPENSUSE %{name}-no_exact_ffmpeg_version.patch 
reddw...@opensuse.org -- remove referene to minor/micro ffmpeg versions so 
build-compare can do its work
-Patch15:%{name}-no_exact_ffmpeg_version.patch
 Patch16:%{name}-implicit.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1130
@@ -88,11 +81,6 @@
 %prep
 %setup -q -n %{name}-src-%{version}-beta
 %patch0
-%patch5
-%patch12 -p1
-%patch13 -p1
-%patch14
-%patch15
 %patch16
 %{__cp} %{S:2}  LICENSE_NYQUIST.txt
 

++ _service ++
--- /var/tmp/diff_new_pack.LPwihT/_old  2011-04-21 12:31:01.0 +0200
+++ /var/tmp/diff_new_pack.LPwihT/_new  2011-04-21 12:31:01.0 +0200
@@ -3,11 +3,6 @@
   
 http
 audacity.googlecode.com
-/files/audacity-minsrc-1.3.12-beta.tar.bz2
-  
-  
-_service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2
-sha256
-f0f55839ca3013d2e43e5114c73d195bc34503685aeab683eafca4d1bbf3b768
+/files/audacity-minsrc-1.3.13-beta.tar.bz2
   
 

++ _service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2 -> 
_service:download_url:audacity-minsrc-1.3.13-beta.tar.bz2 ++
audacity/_service:download_url:audacity-minsrc-1.3.12-beta.tar.bz2 
/mounts/work_src_done/STABLE/audacity/_service:download_url:audacity-minsrc-1.3.13-beta.tar.bz2
 differ: char 11, line 1



+++

commit bluedevil for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory
checked in at Thu Apr 21 12:30:50 CEST 2011.




--- KDE/bluedevil/bluedevil.changes 2011-03-29 13:25:28.0 +0200
+++ /mounts/work_src_done/STABLE/bluedevil/bluedevil.changes2011-04-18 
23:44:16.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 18 21:43:34 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 1.0.4:
+  * Unregister the agent correctly (important)
+  * Don’t launch the wizard if the input device doesn’t require pairing
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Removed kde4-filesystem and libpolkit-qt-devel from Buildrequires:.
+  * Changed Group: to Hardware/Other.
+  * Added obex-data-server and obexd-client in Requires:.
+  * Install preferences-system-bluetooth.png icon in KDE icondir.
+  * Updates in %files section.
+  * Minor other updates.
+
+---
@@ -38 +53 @@

+

calling whatdependson for head-i586


Old:

  bluedevil-1.0.3.tar.bz2

New:

  bluedevil-1.0.4.tar.bz2



Other differences:
--
++ bluedevil.spec ++
--- /var/tmp/diff_new_pack.oj8uGc/_old  2011-04-21 12:28:54.0 +0200
+++ /var/tmp/diff_new_pack.oj8uGc/_new  2011-04-21 12:28:54.0 +0200
@@ -20,49 +20,60 @@
 
 
 Name:   bluedevil
-BuildRequires:  kde4-filesystem libbluedevil-devel
-BuildRequires:  libkde4-devel shared-mime-info
-BuildRequires:  libpolkit-qt-devel update-desktop-files
-License:GPLv2+
-Url:http://www.kde.org
-Summary:A new bluetooth manager for KDE 4
-Group:  System/GUI/KDE
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:A new bluetooth manager for KDE 4
-Version:1.0.3
+Version:1.0.4
 Release:1
-Source0:%{name}-%version.tar.bz2
+Summary:Bluetooth Manager for KDE 4
+
+License:GPLv2+
+Url:http://www.kde.org/
+Group:  Hardware/Other
+Source0:
ftp://ftp.kde.org/pub/kde/stable/bluedevil/%{version}/src/%{name}-%{version}.tar.bz2
 Source1:preferences-system-bluetooth.png
-Requires(post): shared-mime-info
-Requires(postun):   shared-mime-info
-Recommends: %{name}-lang
-Provides:   kbluetooth = 0.4.2
-Obsoletes:  kbluetooth <= 0.4.2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  libbluedevil-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  shared-mime-info
+%if 0%{?suse_version}
+BuildRequires:  update-desktop-files
+%endif
+Requires:   obex-data-server
+Requires:   obexd-client
 %kde4_runtime_requires
+Requires(post): shared-mime-info
+Requires(postun): shared-mime-info
+Recommends: %{name}-lang = %{version}
+Provides:   kbluetooth = %{version}
+Obsoletes:  kbluetooth < %{version}
 
 %description
-Bluetooth daemon for KDE, handling connections
+Bluetooth daemon for KDE, handling connections.
 
 %lang_package
 %prep
-%setup -q -n bluedevil-%version
+%setup -q
 
 %build
-  %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc
-  %make_jobs
+%cmake_kde4 -d build
+%make_jobs
 
 %install
-  cd build
-  %makeinstall
-  install -D -m 0644 %{SOURCE1} 
$RPM_BUILD_ROOT/usr/share/pixmaps/preferences-system-bluetooth.png
-  %suse_update_desktop_file -r bluedevil-monolithic Utility DesktopUtility
-  %kde_post_install
-  cd ..
-  %find_lang %{name}
+cd build
+%kde4_makeinstall
+cd ..
+
+install -D -pm 0644 %{SOURCE1} 
%{buildroot}%{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png
+
+%if 0%{?suse_version}
+%suse_update_desktop_file -r bluedevil-monolithic Qt KDE Utility DesktopUtility
+%endif
+
+%find_lang %{name}
+
+%kde_post_install
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
@@ -70,39 +81,33 @@
 %postun
 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
 
-%files lang -f %{name}.lang
-
 %files
-%defattr(-,root,root)
-%dir %_kde4_appsdir/bluedevil
-%dir %_kde4_appsdir/bluedevilwizard
-%{_libdir}/libbluedevilaction.so
-%{_kde4_modulesdir}/kded_bluedevil.so
+%defattr(-,root,root,-)
+%doc README
+%{_kde4_bindir}/bluedevil-*
 %{_kde4_modulesdir}/bluedevil*.so
-%{_kde4_modulesdir}/kcm_bluedeviladapters.so
-%{_kde4_modulesdir}/kcm_bluedevildevices.so
-%{_kde4_modulesdir}/kcm_bluedeviltransfer.so
+%{_kde4_modulesdir}/kcm_bluedevil*.so
+%{_kde4_modulesdir}/kded_bluedevil.so
+%{_kde4_modulesdir}/kded_obexftpdaemon.so
 %{_kde4_modulesdir}/kio_bluetooth.so
 %{_kde4_modulesdir}/kio_obexftp.so
-%{_kde4_modulesdir}/kded_obexftpdaemon.so
-%{_kde4_servicesdir}/kded/bluedevil.desktop
-%{_kde4_servicesdir}/bluedevil-audio.desktop
-%{_kde4_servicesdir}/blued

commit gphoto for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package gphoto for openSUSE:Factory
checked in at Thu Apr 21 12:28:05 CEST 2011.




--- GNOME/gphoto/gphoto.changes 2010-08-15 20:04:19.0 +0200
+++ /mounts/work_src_done/STABLE/gphoto/gphoto.changes  2011-04-19 
15:13:29.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 15:13:12 CEST 2011 - meiss...@suse.de
+
+- Updated to 2.4.11
+  - minor bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  gphoto2-2.4.10.tar.bz2

New:

  gphoto2-2.4.11.tar.bz2



Other differences:
--
++ gphoto.spec ++
--- /var/tmp/diff_new_pack.WVCUdD/_old  2011-04-21 12:27:48.0 +0200
+++ /var/tmp/diff_new_pack.WVCUdD/_new  2011-04-21 12:27:48.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gphoto (Version 2.4.10)
+# spec file for package gphoto
 #
-# 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
@@ -23,7 +23,7 @@
 License:GPLv2+
 Group:  Hardware/Camera
 Summary:A Digital Camera Utility
-Version:2.4.10
+Version:2.4.11
 Release:1
 Source0:%{name}2-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ gphoto2-2.4.10.tar.bz2 -> gphoto2-2.4.11.tar.bz2 ++
 93964 lines of diff (skipped)






Remember to have fun...

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



commit kdebindings4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdebindings4 for openSUSE:Factory
checked in at Thu Apr 21 12:23:58 CEST 2011.




--- KDE/kdebindings4/kdebindings4.changes   2011-04-03 15:53:40.0 
+0200
+++ /mounts/work_src_done/STABLE/kdebindings4/kdebindings4.changes  
2011-04-16 12:36:43.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
@@ -14 +20,0 @@
-
@@ -22 +27,0 @@
-
@@ -29 +33,0 @@
-
@@ -42 +45,0 @@
-
@@ -57 +59,0 @@
-
@@ -66 +67,0 @@
-
@@ -74 +74,0 @@
-
@@ -125 +124,0 @@
-
@@ -132 +130,0 @@
-  
--- KDE/kdebindings4/mono-kde4.changes  2011-04-01 14:11:57.0 +0200
+++ /mounts/work_src_done/STABLE/kdebindings4/mono-kde4.changes 2011-04-16 
12:49:09.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 16 10:14:09 UTC 2011 - ei...@heavensinferno.net
+
+- Add pykde4_fix_phonon.patch: Fixes the use of Phonon.VideoWidget
+  and Phonon.AudioOutput in Python. Fix for bugs.kde.org 188315,
+  taken from KDE SVN rev 1228245
+
+---
+Sun Apr  3 09:00:49 UTC 2011 - idoen...@novell.com
+
+- Add phonon_smoke_deprecated.patch: fix phonon compilation,
+  patch taken from KDE SVN revision 1208598
+
+---
@@ -8 +20,0 @@
-
@@ -16 +27,0 @@
-
@@ -23 +33,0 @@
-
@@ -36 +45,0 @@
-
@@ -51 +59,0 @@
-
@@ -60 +67,0 @@
-
@@ -68 +74,0 @@
-
@@ -119 +124,0 @@
-
@@ -126 +130,0 @@
-  
perl-kde4.changes: same change
python-kde4.changes: same change
ruby-kde4.changes: same change

calling whatdependson for head-i586


Old:

  phonon_smoke_deprecated.patch

New:

  pykde4_fix_phonon.patch



Other differences:
--
++ kdebindings4.spec ++
--- /var/tmp/diff_new_pack.vYUjRl/_old  2011-04-21 12:22:47.0 +0200
+++ /var/tmp/diff_new_pack.vYUjRl/_new  2011-04-21 12:22:47.0 +0200
@@ -32,7 +32,7 @@
 Summary:Smoke stand-alone generator for bindings for KDE 4.x libraries
 %endif
 Version:4.6.2
-Release:1
+Release:3
 Source0:kdebindings-%{version}.tar.bz2
 BuildRequires:  bash okular-devel python
 BuildRequires:  libQtWebKit-devel
@@ -58,8 +58,9 @@
 %if %is_python
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: pykde4_fix_pykdeuic4.patch
+# PATCH-FIX-UPSTREAM -- pykde4_fix_phonon.patch bko #188315
+Patch2: pykde4_fix_phonon.patch
 %endif
-Patch2: phonon_smoke_deprecated.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %is_base
 %define debug_package_requires libsmoke2 = %{version}-%{release}
@@ -172,8 +173,8 @@
 %patch0 -p0
 %if %is_python
 %patch1 -p0
+%patch2 -p0
 %endif
-%patch2
 
 %build
   rm -rf xparts php

++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.vYUjRl/_old  2011-04-21 12:22:47.0 +0200
+++ /var/tmp/diff_new_pack.vYUjRl/_new  2011-04-21 12:22:47.0 +0200
@@ -32,7 +32,7 @@
 Summary:Smoke stand-alone generator for bindings for KDE 4.x libraries
 %endif
 Version:4.6.2
-Release:1
+Release:2
 Source0:kdebindings-%{version}.tar.bz2
 BuildRequires:  mono-devel monodoc okular-devel
 BuildRequires:  libQtWebKit-devel
@@ -58,6 +58,8 @@
 %if %is_python
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: pykde4_fix_pykdeuic4.patch
+# PATCH-FIX-UPSTREAM -- pykde4_fix_phonon.patch bko #188315
+Patch2: pykde4_fix_phonon.patch
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %is_base
@@ -171,6 +173,7 @@
 %patch0 -p0
 %if %is_python
 %patch1 -p0
+%patch2 -p0
 %endif
 
 %build

perl-kde4.spec: same change
python-kde4.spec: same change
ruby-kde4.spec: same change
++ kdebindings-4.6.2.tar.bz2 ++
KDE/kdebindings4/kdebindings-4.6.2.tar.bz2 
/mounts/work_src_done/STABLE/kdebindings4/kdebindings-4.6.2.tar.bz2 differ: 
char 11, line 1

++ kdebindings4.spec.in ++
--- /var/tmp/diff_new_pack.vYUjRl/_old  2011-04-21 12:22:47.0 +0200
+++ /var/tmp/diff_new_pack.vYUjRl/_new  2011-04-21 12:22:47.0 +0200
@@ -58,6 +58,8 @@
 %if %is_python
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: pykde4_fix_pykdeuic4.patch
+# PATCH-FIX-UPSTREAM -- pykde4_fix_phonon.patch bko #188315
+Patch2:pykde4_fix_phonon.patch
 %endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %is_base
@@ -164,6 +166,7 @@
 %patch0 -p0
 %if %is_python
 %patch1 -p0
+%patch2 -p0
 %endif
 
 %build

++ pykde4_fix_phonon.patch ++
Index: python/pykde4/sip/phonon/audiooutput.sip
=

commit kdetoys4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kdetoys4 for openSUSE:Factory
checked in at Thu Apr 21 12:22:01 CEST 2011.




--- KDE/kdetoys4/kdetoys4.changes   2011-04-01 15:17:55.0 +0200
+++ /mounts/work_src_done/STABLE/kdetoys4/kdetoys4.changes  2011-04-12 
16:22:43.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 12 16:09:00 CEST 2011 - r...@fietze-home.de
+
+- kteatime fix for 4.6.2
+  * fix pie drawing for times larger than e.g. 60 minutes
+  *  see https://bugs.kde.org/show_bug.cgi?id=217201
+
+---

calling whatdependson for head-i586


New:

  kteatime.diff



Other differences:
--
++ kdetoys4.spec ++
--- /var/tmp/diff_new_pack.ulYfPU/_old  2011-04-21 12:21:19.0 +0200
+++ /var/tmp/diff_new_pack.ulYfPU/_new  2011-04-21 12:21:19.0 +0200
@@ -24,9 +24,10 @@
 Summary:Kdetoys Base Package
 Url:http://www.kde.org
 Version:4.6.2
-Release:1
+Release:3
 Source0:kdetoys-%version.tar.bz2
 Patch:  4_5_BRANCH.diff
+Patch1: kteatime.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 Suggests:   amor
@@ -45,6 +46,7 @@
 %prep
 %setup -q -n kdetoys-%version
 %patch
+%patch1 -p1
 
 %build
   %cmake_kde4 -d build

++ kteatime.diff ++
diff --git a/kteatime/src/toplevel.cpp b/kteatime/src/toplevel.cpp
index ca3b5ae..08b9228 100644
--- a/kteatime/src/toplevel.cpp
+++ b/kteatime/src/toplevel.cpp
@@ -246,7 +246,7 @@ void TopLevel::repaintTrayIcon()
 
 if( m_runningTeaTime > 0 ) {
 p.setBrush( QColor(255, 0, 0, 190) );
-p.drawPie( rectangle, 90*16, -( 360*16 / m_runningTea.time() * 
m_runningTeaTime ) );
+   p.drawPie( rectangle, 90*16, -(360L * 16L * m_runningTeaTime) / 
m_runningTea.time() );
 }
 else if( (m_runningTeaTime * -1) % 2 == 0 ) {
p.setBrush( QColor( 255, 0, 0, 190 ) );





Remember to have fun...

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



commit klatexformula for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package klatexformula for openSUSE:Factory
checked in at Thu Apr 21 12:21:05 CEST 2011.





calling whatdependson for head-i586


Old:

  klatexformula-3.2.2.tar.bz2

New:

  klatexformula-3.2.3.tar.bz2



Other differences:
--
++ klatexformula.spec ++
--- /var/tmp/diff_new_pack.kRBhvU/_old  2011-04-21 12:19:58.0 +0200
+++ /var/tmp/diff_new_pack.kRBhvU/_new  2011-04-21 12:19:58.0 +0200
@@ -19,14 +19,6 @@
 # * Library version
 %definelibversion  3.2
 %define libversionpkgsuffix3_2
-# * Set Group corresponding to the correct openSuSE version
-%if 0%{?suse_version} >= 1130
-%define texgroup Productivity/Publishing/TeX/Frontends
-%define apidocgroup Documentation/HTML
-%else
-%define texgroup Productivity/Publishing/TeX
-%define apidocgroup Development/Documentation
-%endif
 # * Set whether to compile with debug information or not, depending on ability 
to create debug packages
 %if 0%{?suse_version} < 1120
 # # OpenSuse <= 11.1 complains about unpackaged debug files (?), so disable 
debug information...
@@ -57,7 +49,7 @@
 #  --
 
 Name:   klatexformula
-Version:3.2.2
+Version:3.2.3
 Release:1
 Summary:An easy-to-use graphical application for generating images 
from LaTeX equations
 License:GPLv2+

++ klatexformula-3.2.2.tar.bz2 -> klatexformula-3.2.3.tar.bz2 ++
 4149 lines of diff (skipped)






Remember to have fun...

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



commit kst for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package kst for openSUSE:Factory
checked in at Thu Apr 21 12:19:19 CEST 2011.




--- KDE/kst/kst.changes 2010-12-15 19:44:14.0 +0100
+++ /mounts/work_src_done/STABLE/kst/kst.changes2011-04-18 
20:40:07.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 18 18:36:57 UTC 2011 - ctri...@opensuse.org
+
+- Update to kst 2.0.3
+  * cmake-based build system 
+  * many improvements in the reading of ASCII files: extensive UI 
+overhaul and huge speedup 
+  * support for metadata added for netCDF files (scalar and string 
+attributes) and ASCII (units and some data-file info) 
+  * UI improvements (new icons, consistency with KDE HIG guidelines,
+some dialogs reworked) 
+  * lots of bugs and crashes fixed in less-often used parts of the code 
+
+---

calling whatdependson for head-i586


Old:

  fix-desktop.diff
  fixbuild_with_libcfitsio.diff
  kst-2.0.2.tar.bz2

New:

  kst-2.0.3.tar.bz2



Other differences:
--
++ kst.spec ++
--- /var/tmp/diff_new_pack.GnTpgF/_old  2011-04-21 12:18:06.0 +0200
+++ /var/tmp/diff_new_pack.GnTpgF/_new  2011-04-21 12:18:06.0 +0200
@@ -1,7 +1,8 @@
 #
-# spec file for package kst (Version 2.0.2)
+# spec file for package kst
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 Christian Trippe ctri...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +16,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   kst
-BuildRequires:  gsl-devel kdebase4-workspace-devel libkde4-devel readline-devel
+BuildRequires:  gsl-devel readline-devel
+BuildRequires:  cmake
 BuildRequires:  libcfitsio-devel libqt4-devel update-desktop-files
+BuildRequires:  Mesa-devel
 BuildRequires:  fdupes
 BuildRequires:  libnetcdf-devel
-%if %suse_version > 1130
+%if 0%{?suse_version} > 1130
 BuildRequires:  getdata-devel
 %endif
 License:GPLv2+
 Group:  Productivity/Graphics/Visualization/Graph
 Summary:Real-Time Data Viewing and Plotting Tool with Basic Data 
Analysis Functionality
-Version:2.0.2
-Release:2
-Url:http://extragear.kde.org/apps/kst/
+Version:2.0.3
+Release:1
+Url:http://kst-plot.kde.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%name-%{version}.tar.bz2
-Patch:  fix-desktop.diff
-Patch1: fixbuild_with_libcfitsio.diff
 
 %description
 Kst is a data plotting and viewing program. Some of the features
@@ -73,7 +73,7 @@
 Summary:Real-Time Data Viewing and Plotting Tool with Basic Data 
Analysis Functionality
 Group:  Productivity/Scientific/Math
 Requires:   kst = %{version}
-Requires:   libkde4-devel
+Requires:   libqt4-devel
 
 %description devel
 Kst is a data plotting and viewing program. Some of the features
@@ -105,23 +105,27 @@
 George Staikos 
 Andrew Walker 
 Rick Chern 
+Eli Filder 
+Mike Fenton 
+Matthew D Truch 
+Nicolas Brisset 
+Ted Kisner
+The University of British Columbia
+The University of Toronto
+Sumus Technology Limited
+Peter Kümmel 
+Zongyi Zang
 
 %prep 
-%setup -q -n %name-%{version}
-%patch
-%patch1
+%setup -q -n kst-%{version}
 
 %build
-%ifarch x86_64
-export INSTALL_LIBDIR=lib64
-%endif 
-qmake -r ./kst.pro
-make -j3
+cmake -Dkst_rpath=0 -Dkst_install_prefix=/usr -Dkst_install_libdir=%{_lib} 
./cmake
 
 %install
-make INSTALL_ROOT=${RPM_BUILD_ROOT} install
+%make_install
+install -D -m 0644 src/images/kst.png 
$RPM_BUILD_ROOT/usr/share/icons/hicolor/32x32/apps/kst.png
 %suse_update_desktop_file kst Qt KDE Education Science Math
-%kde_post_install
 %fdupes $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
@@ -133,17 +137,38 @@
 
 %files
 %defattr(-,root,root)
-%dir %{_libdir}/kst  
+%dir %{_libdir}/kst2  
 %{_bindir}/kst2
-%{_bindir}/dirfile_maker_new
-%{_libdir}/libkst2app.so.*  
-%{_libdir}/libkst2math.so.*  
-%{_libdir}/libkst2lib.so.*  
-%{_libdir}/libkst2widgets.so.*
-%{_libdir}/kst/*  
+%{_libdir}/libkst*.so.*
+%{_libdir}/kst2/*
+/usr/share/icons/hicolor/32x32/apps/kst.png  
+%dir /usr/share/services/kst
+/usr/share/services/kst/*
+/usr/share/applnk/Graphics/*
+%dir /usr/share/apps/kst
+/usr/share/apps/kst/*
+/usr/share/mimelink/application/*
+/usr/share/applications/*
+%dir /usr/share/config
+%dir /usr/share/config/colors
+/usr/share/config/colors/IDL*
+/usr/share/man/man1/kst2.1.gz
+%dir /usr/share/servicetypes
+%dir /usr/share/servicetypes/kst
+/usr/share/servicetypes/kst/*
+%dir /usr/share/applnk
+%dir /usr/share/applnk/Graphics
+%dir /usr/share/apps
+%dir /usr/share/icons/hicolor
+%dir /usr

commit perl-Class-MethodMaker for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package perl-Class-MethodMaker for 
openSUSE:Factory
checked in at Thu Apr 21 12:17:37 CEST 2011.




--- perl-Class-MethodMaker/perl-Class-MethodMaker.changes   2011-03-31 
11:57:25.0 +0200
+++ 
/mounts/work_src_done/STABLE/perl-Class-MethodMaker/perl-Class-MethodMaker.changes
  2011-04-21 07:24:55.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 21 05:14:32 UTC 2011 - co...@opensuse.org
+
+- updated to 2.18
+  - Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)
+  - Just an intermediate release!
+(in order to get help on fixing Class::MethodMaker for 5.14)
+  - already fixed breakage with 5.13.3 (rt#66196)
+(CvGV is now an rvalue, so use CvGV_set instead of assigning
+directly -- credits to ANDK, rafl and Zefram)
+  - added test for no warnings to additionally be able to bisect
+annoying warnings since 5.13.2
+  - Stay tuned -- 2.18 will hopefully completely revitalize C:MM
+for Perl 5.13+.
+
+---

calling whatdependson for head-i586


Old:

  Class-MethodMaker-2.17.tar.gz

New:

  Class-MethodMaker-2.18.tar.gz



Other differences:
--
++ perl-Class-MethodMaker.spec ++
 727 lines (skipped)
 between perl-Class-MethodMaker/perl-Class-MethodMaker.spec
 and 
/mounts/work_src_done/STABLE/perl-Class-MethodMaker/perl-Class-MethodMaker.spec

++ Class-MethodMaker-2.17.tar.gz -> Class-MethodMaker-2.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/Changes 
new/Class-MethodMaker-2.18/Changes
--- old/Class-MethodMaker-2.17/Changes  2011-03-02 21:11:26.0 +0100
+++ new/Class-MethodMaker-2.18/Changes  2011-04-16 17:10:10.0 +0200
@@ -1,9 +1,12 @@
 Revision History for Class::MethodMaker (versions 2)
 
+2.18   Apr 16 2011
+- Fix 5.14 incompatibility - RT#66196 (Nicholas Clark)
+
 2.17   Mar 02 2011
 - Just an intermediate release!
   (in order to get help on fixing Class::MethodMaker for 5.14)
-- already fixed breakage with 5.13.3
+- already fixed breakage with 5.13.3 (rt#66196)
   (CvGV is now an rvalue, so use CvGV_set instead of assigning
   directly -- credits to ANDK, rafl and Zefram)
 - added test for no warnings to additionally be able to bisect
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/META.yml 
new/Class-MethodMaker-2.18/META.yml
--- old/Class-MethodMaker-2.17/META.yml 2011-03-02 21:11:39.0 +0100
+++ new/Class-MethodMaker-2.18/META.yml 2011-04-16 17:14:56.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Class-MethodMaker
-version:2.17
+version:2.18
 abstract:   a module for creating generic methods
 author:
 - Martyn J. Pearce
@@ -18,7 +18,7 @@
 directory:
 - t
 - inc
-generated_by:   ExtUtils::MakeMaker version 6.56
+generated_by:   ExtUtils::MakeMaker version 6.5601
 meta-spec:
 url:  http://module-build.sourceforge.net/META-spec-v1.4.html
 version:  1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/Makefile.PL 
new/Class-MethodMaker-2.18/Makefile.PL
--- old/Class-MethodMaker-2.17/Makefile.PL  2011-03-02 20:57:39.0 
+0100
+++ new/Class-MethodMaker-2.18/Makefile.PL  2011-04-16 17:00:09.0 
+0200
@@ -47,7 +47,7 @@
 my %MakefileArgs = (
   NAME => 'Class::MethodMaker',
   DISTNAME => 'Class-MethodMaker',
-  VERSION  => '2.17',
+  VERSION  => '2.18',
   AUTHOR   => 'Martyn J. Pearce',
   LICENSE  => 'perl',
   ABSTRACT => 'a module for creating generic methods',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-MethodMaker-2.17/components/scalar.m 
new/Class-MethodMaker-2.18/components/scalar.m
--- old/Class-MethodMaker-2.17/components/scalar.m  2011-02-28 
22:34:29.0 +0100
+++ new/Class-MethodMaker-2.18/components/scalar.m  2011-04-16 
16:57:01.0 +0200
@@ -133,7 +133,8 @@
 if exists $options->{store_cb};
 
   # V1 Compatibility
-  my ($list, $key_create) = @{$options}{qw/ _value_list key_create/}
+  my ($list, $key_create);
+  ($list, $key_create) = @{$options}{qw/ _value_list key_create/}
 if exists $options->{_value_list};
 
   # the method definitions 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Class-MethodMaker-2.17/lib/Class/MethodMaker/Engine.pm 
new/Class-MethodMaker-2.18/lib/Class/MethodMaker/Engine.pm
--- old/Class-MethodMaker-2.17/lib/Class/MethodMaker/Engine.pm  2011-03-02 
21:06:04.0

commit spamassassin for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package spamassassin for openSUSE:Factory
checked in at Thu Apr 21 12:16:11 CEST 2011.




--- spamassassin/spamassassin.changes   2011-04-10 11:41:09.0 +0200
+++ /mounts/work_src_done/STABLE/spamassassin/spamassassin.changes  
2011-04-20 11:39:40.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 09:38:34 UTC 2011 - vark...@novell.com
+
+- Fix the sa-update cronjob 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ spamassassin.spec ++
--- /var/tmp/diff_new_pack.R2YJR3/_old  2011-04-21 12:15:53.0 +0200
+++ /var/tmp/diff_new_pack.R2YJR3/_new  2011-04-21 12:15:53.0 +0200
@@ -27,7 +27,7 @@
 Name:   spamassassin
 Summary:Extensible email filter which is used to identify spam
 Version:%{sa_version}
-Release:9
+Release:10
 License:Apache Software License ..
 Group:  Productivity/Networking/Email/Utilities
 AutoReqProv:on
@@ -147,7 +147,7 @@
 License:Apache License 2.0
 Group:  Development/Libraries/Perl
 Version:%{ix_version}
-Release:9
+Release:10
 %{perl_requires}
 Requires:   perl-Mail-SpamAssassin = %{sa_version}
 

++ suse.cron-sa-update ++
--- /var/tmp/diff_new_pack.R2YJR3/_old  2011-04-21 12:15:53.0 +0200
+++ /var/tmp/diff_new_pack.R2YJR3/_new  2011-04-21 12:15:53.0 +0200
@@ -8,6 +8,7 @@
 if [ "$SPAM_SA_UPDATE" = "yes" ]
 then
/usr/bin/sa-update &> /dev/null
+   result=$?
 
 if [ "$SPAM_SA_COMPILE" = "yes" -a $result = 0 ] ; then
 /usr/bin/sa-compile &> /dev/null






Remember to have fun...

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



commit wm-icons for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package wm-icons for openSUSE:Factory
checked in at Thu Apr 21 12:14:20 CEST 2011.




--- wm-icons/wm-icons.changes   2007-01-25 21:31:45.0 +0100
+++ /mounts/work_src_done/STABLE/wm-icons/wm-icons.changes  2011-04-19 
23:38:13.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 19 21:37:05 UTC 2011 - vlado.pas...@gmail.com
+
+- Fixed %{buildroot} removal in %install 
+
+---
+Tue Apr 19 17:48:07 UTC 2011 - vlado.pas...@gmail.com
+
+- version update to 0.4.0
+- fixed Url: in spec file 
+
+---

calling whatdependson for head-i586


Old:

  wm-icons-0.3.0.tar.bz2

New:

  wm-icons-0.4.0.tar.bz2



Other differences:
--
++ wm-icons.spec ++
--- /var/tmp/diff_new_pack.1rALQK/_old  2011-04-21 12:13:52.0 +0200
+++ /var/tmp/diff_new_pack.1rALQK/_new  2011-04-21 12:13:52.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package wm-icons (Version 0.3.0)
+# spec file for package wm-icons
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 
 
 Name:   wm-icons
-License:GPL v2 or later
+License:GPLv2+
 Group:  System/X11/Icons
 AutoReqProv:on
-Version:0.3.0
-Release:594
+Version:0.4.0
+Release:1
 Summary:Window Manager Icons, themable icon distribution
-Url:http://wm-icons.sourceforge.org/
+Url:http://wm-icons.sourceforge.net/
 Source0:
http://download.sourceforge.net/wm-icons/wm-icons-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -57,9 +57,6 @@
 make
 
 %install
-if [ -n "%{?buildroot}" ] ; then
-   [ %{buildroot} != "/" ] && rm -rf %{buildroot}
-fi
 make prefix=$RPM_BUILD_ROOT%{prefix} ROOT_PREFIX=$RPM_BUILD_ROOT install
 
 %clean
@@ -73,5 +70,6 @@
 %{prefix}/bin/*
 %{prefix}/share/wm-icons
 %{prefix}/share/icons/wm-icons
+%{prefix}/man/man1/wm-icons-config.1.gz
 
 %changelog

++ wm-icons-0.3.0.tar.bz2 -> wm-icons-0.4.0.tar.bz2 ++
 26911 lines of diff (skipped)






Remember to have fun...

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



commit k3b for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package k3b for openSUSE:Factory
checked in at Thu Apr 21 12:13:24 CEST 2011.




--- KDE/k3b/k3b.changes 2011-02-17 15:37:09.0 +0100
+++ /mounts/work_src_done/STABLE/k3b/k3b.changes2011-04-19 
16:02:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 14:01:36 UTC 2011 - tittiatc...@gmail.com
+
+- Fix type in spec-file
+
+---

calling whatdependson for head-i586




Other differences:
--
++ k3b.spec ++
--- /var/tmp/diff_new_pack.rFZNpP/_old  2011-04-21 12:13:04.0 +0200
+++ /var/tmp/diff_new_pack.rFZNpP/_new  2011-04-21 12:13:04.0 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  flac-devel libQtWebKit-devel libdvdread-devel libvorbis-devel
 BuildRequires:  dbus-1-glib-devel libogg-devel libsamplerate-devel 
libsndfile-devel
 BuildRequires:  libmpcdec-devel libmusicbrainz-devel
-%if %{with ffmpegg}
+%if %{with ffmpeg}
 BuildRequires:  libffmpeg-devel
 %endif
 %if %{with mad}
@@ -42,7 +42,7 @@
 Summary:A Universal CD and DVD Burning Application
 Requires:   /usr/bin/cdrecord /usr/bin/mkisofs /usr/bin/cdrdao dvd+rw-tools
 Version:2.0.2
-Release:8
+Release:9
 %define rversion %version
 # svn.kde.org/home/kde/trunk/extragear/multimedia/k3b
 Source0:k3b-%{version}.tar.bz2






Remember to have fun...

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



commit lcms2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package lcms2 for openSUSE:Factory
checked in at Thu Apr 21 12:09:10 CEST 2011.




--- lcms2/lcms2.changes 2010-12-26 19:49:47.0 +0100
+++ /mounts/work_src_done/STABLE/lcms2/lcms2.changes2011-04-19 
00:15:55.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 00:15:43 CEST 2011 - r...@suse.de
+
+- fix devel package name in baselibs.conf 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ lcms2.spec ++
--- /var/tmp/diff_new_pack.StfnFL/_old  2011-04-21 12:08:50.0 +0200
+++ /var/tmp/diff_new_pack.StfnFL/_new  2011-04-21 12:08:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package lcms2 (Version 2.1)
+# spec file for package lcms2
 #
-# 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 @@
 Summary:Little CMS Engine - A color managment library and tools
 Url:http://www.littlecms.com/
 Version:2.1
-Release:1
+Release:7
 
 %if 0%{?suse_version}
 BuildRequires:  libjpeg-devel libtiff-devel pkg-config zlib-devel


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.StfnFL/_old  2011-04-21 12:08:50.0 +0200
+++ /var/tmp/diff_new_pack.StfnFL/_new  2011-04-21 12:08:50.0 +0200
@@ -1,6 +1,6 @@
 liblcms2-2
  provides "liblcms2- = "
  obsoletes "liblcms2- <= "
-liblcms2-2-devel
+liblcms2-devel
  requires -liblcms2-
  requires "liblcms2- = "






Remember to have fun...

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



commit xen for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package xen for openSUSE:Factory
checked in at Thu Apr 21 12:07:52 CEST 2011.




--- xen/xen.changes 2011-04-12 00:31:35.0 +0200
+++ /mounts/work_src_done/STABLE/xen/xen.changes2011-04-20 
18:02:15.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 20 17:50:04 CEST 2011 - oher...@suse.de
+
+- bnc#688519: correct indention in xend-domain-lock.patch
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.gllhVL/_old  2011-04-21 12:07:14.0 +0200
+++ /var/tmp/diff_new_pack.gllhVL/_new  2011-04-21 12:07:14.0 +0200
@@ -80,7 +80,7 @@
 BuildRequires:  kernel-source kernel-syms module-init-tools xorg-x11
 %endif
 Version:4.1.0_01
-Release:7
+Release:9
 License:GPLv2+
 Group:  System/Kernel
 AutoReqProv:on


++ xend-domain-lock.patch ++
--- /var/tmp/diff_new_pack.gllhVL/_old  2011-04-21 12:07:16.0 +0200
+++ /var/tmp/diff_new_pack.gllhVL/_new  2011-04-21 12:07:16.0 +0200
@@ -1,3 +1,13 @@
+---
+ tools/examples/xend-config.sxp  |   59 ++
+ tools/hotplug/Linux/Makefile|1 
+ tools/hotplug/Linux/domain-lock |   83 

+ tools/hotplug/Linux/vm-monitor  |   41 +++
+ tools/python/xen/xend/XendCheckpoint.py |3 +
+ tools/python/xen/xend/XendDomainInfo.py |   74 
+ tools/python/xen/xend/XendOptions.py|   29 +++
+ 7 files changed, 290 insertions(+)
+
 Index: xen-4.1.0-testing/tools/examples/xend-config.sxp
 ===
 --- xen-4.1.0-testing.orig/tools/examples/xend-config.sxp
@@ -68,74 +78,6 @@
  # If we have a very big scsi device configuration, start of xend is slow,
  # because xend scans all the device paths to build its internal PSCSI device
  # list.  If we need only a few devices for assigning to a guest, we can reduce
-Index: xen-4.1.0-testing/tools/python/xen/xend/XendOptions.py
-===
 xen-4.1.0-testing.orig/tools/python/xen/xend/XendOptions.py
-+++ xen-4.1.0-testing/tools/python/xen/xend/XendOptions.py
-@@ -154,6 +154,17 @@ class XendOptions:
- use loose check automatically if necessary."""
- pci_dev_assign_strict_check_default = True
- 
-+"""Default for the flag indicating whether xend should create
-+a lock file for domains when they are started."""
-+xend_domain_lock = 'no'
-+
-+"""Default domain lock storage path."""
-+xend_domain_lock_path_default = '/var/lib/xen/images/vm_locks'
-+
-+"""Default script to acquire/release domain lock"""
-+xend_domain_lock_utility = auxbin.scripts_dir() + "/domain-lock"
-+
-+
- def __init__(self):
- self.configure()
- 
-@@ -401,6 +412,24 @@ class XendOptions:
- else:
- return None
- 
-+def get_xend_domain_lock(self):
-+"""Get the flag indicating whether xend should create a lock file
-+for domains when they are started."""
-+return self.get_config_bool("xend-domain-lock", self.xend_domain_lock)
-+
-+def get_xend_domain_lock_path(self):
-+""" Get the path for domain lock storage
-+"""
-+return self.get_config_string("xend-domain-lock-path", 
self.xend_domain_lock_path_default)
-+
-+def get_xend_domain_lock_utility(self):
-+s = self.get_config_string('xend-domain-lock-utility')
-+
-+if s:
-+return os.path.join(auxbin.scripts_dir(), s)
-+else:
-+return self.xend_domain_lock_utility
-+
- 
- def get_vnc_tls(self):
- return self.get_config_string('vnc-tls', self.xend_vnc_tls)
-Index: xen-4.1.0-testing/tools/python/xen/xend/XendCheckpoint.py
-===
 xen-4.1.0-testing.orig/tools/python/xen/xend/XendCheckpoint.py
-+++ xen-4.1.0-testing/tools/python/xen/xend/XendCheckpoint.py
-@@ -133,6 +133,8 @@ def save(fd, dominfo, network, live, dst
- dominfo.shutdown('suspend')
- dominfo.waitForSuspend()
- if line in ('suspend', 'suspended'):
-+if checkpoint == False:
-+dominfo.release_running_lock(domain_name)
- dominfo.migrateDevices(network, dst, DEV_MIGRATE_STEP2,
-domain_name)
- log.info("Domain %d suspended.", dominfo.getDomid())
-@@ -410,6 +412,7 @@ def restore(xd, fd, dominfo = None, paus
- if not paused:
- dominfo.unpause()
- 
-+dominfo.acquire_running_lock()
- return dominfo
- except Exception, 

commit libgphoto2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory
checked in at Thu Apr 21 12:05:20 CEST 2011.




--- GNOME/libgphoto2/libgphoto2.changes 2010-08-31 11:50:26.0 +0200
+++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes  2011-04-19 
15:11:55.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 19 15:09:27 CEST 2011 - meiss...@suse.de
+
+- Updated to the 2.4.11 release
+  - lots of PTP fixes for Canon and Nikons.
+  - sierra mode now uses SCSI wrapping directly.
+  - fixes also in other drivers
+  - lots of new USB ids
+  - translations updates
+
+---

calling whatdependson for head-i586


Old:

  libgphoto2-2.4.10.tar.bz2

New:

  libgphoto2-2.4.11.tar.bz2



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.aEC9pc/_old  2011-04-21 12:04:56.0 +0200
+++ /var/tmp/diff_new_pack.aEC9pc/_new  2011-04-21 12:04:56.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgphoto2 (Version 2.4.10)
+# spec file for package libgphoto2
 #
-# 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
@@ -30,8 +30,8 @@
 License:LGPLv2.1+
 Group:  Hardware/Camera
 Summary:A Digital Camera Library
-Version:2.4.10
-Release:2
+Version:2.4.11
+Release:1
 Source0:libgphoto2-%{version}.tar.bz2
 Source1:baselibs.conf
 Patch1: libgphoto2-4096files.patch
@@ -117,7 +117,6 @@
 %endif
 popd
 # udev helpers not used here.
-rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-mtp-device
 rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
 mv doc/doxygen-output/libgphoto2-api.html apidocs 
 fn=$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/libgphoto2_port.pc

++ libgphoto2-2.4.10.tar.bz2 -> libgphoto2-2.4.11.tar.bz2 ++
 314695 lines of diff (skipped)






Remember to have fun...

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



commit libmodplug for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libmodplug for openSUSE:Factory
checked in at Thu Apr 21 12:04:46 CEST 2011.




--- libmodplug/libmodplug.changes   2011-04-03 20:04:06.0 +0200
+++ /mounts/work_src_done/STABLE/libmodplug/libmodplug.changes  2011-04-18 
23:54:02.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 18 23:53:47 CEST 2011 - r...@suse.de
+
+- fix baselibs.conf file 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ _service:set_version:libmodplug.spec ++
--- /var/tmp/diff_new_pack.rxkOOK/_old  2011-04-21 12:04:28.0 +0200
+++ /var/tmp/diff_new_pack.rxkOOK/_new  2011-04-21 12:04:28.0 +0200
@@ -21,7 +21,7 @@
 Name:   libmodplug
 Summary:A MOD playing library
 Version:0.8.8.2
-Release:1
+Release:3
 Group:  System/Libraries
 License:Public Domain
 Url:http://modplug-xmms.sourceforge.net
@@ -40,6 +40,7 @@
 
 %package -n libmodplug%{soname}
 
+
 License:Public Domain
 Summary:Development files for libmodplug
 Group:  Development/Libraries/C and C++

++ libmodplug.spec ++
--- /var/tmp/diff_new_pack.rxkOOK/_old  2011-04-21 12:04:28.0 +0200
+++ /var/tmp/diff_new_pack.rxkOOK/_new  2011-04-21 12:04:28.0 +0200
@@ -21,7 +21,7 @@
 Name:   libmodplug
 Summary:A MOD playing library
 Version:to_be_filled_by_service
-Release:1
+Release:2
 Group:  System/Libraries
 License:Public Domain
 Url:http://modplug-xmms.sourceforge.net
@@ -40,6 +40,7 @@
 
 %package -n libmodplug%{soname}
 
+
 License:Public Domain
 Summary:Development files for libmodplug
 Group:  Development/Libraries/C and C++


++ baselibs.conf ++
--- /var/tmp/diff_new_pack.rxkOOK/_old  2011-04-21 12:04:28.0 +0200
+++ /var/tmp/diff_new_pack.rxkOOK/_new  2011-04-21 12:04:28.0 +0200
@@ -1 +1 @@
-libmodplug0
+libmodplug1






Remember to have fun...

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



commit akonadi-runtime for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package akonadi-runtime for openSUSE:Factory
checked in at Thu Apr 21 12:02:54 CEST 2011.




--- KDE/akonadi-runtime/akonadi-runtime.changes 2011-03-14 16:00:14.0 
+0100
+++ /mounts/work_src_done/STABLE/akonadi-runtime/akonadi-runtime.changes
2011-04-07 17:37:59.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr  7 15:28:49 UTC 2011 - cgiboude...@gmx.com
+
+- Update to 1.5.2:
+  - Fix XdgBaseDirs reporting duplicated paths.
+  - Use correct database name when using internal MySQL.
+  - Unbreak searching with Nepomuk 4.6.
+
+---

calling whatdependson for head-i586


Old:

  akonadi-1.5.0.tar.bz2
  fix_nepo_search.diff

New:

  akonadi-1.5.2.tar.bz2



Other differences:
--
++ akonadi-runtime.spec ++
--- /var/tmp/diff_new_pack.jgpCzw/_old  2011-04-21 12:02:05.0 +0200
+++ /var/tmp/diff_new_pack.jgpCzw/_new  2011-04-21 12:02:05.0 +0200
@@ -21,8 +21,8 @@
 BuildRequires:  cmake kde4-filesystem libmysqlclient-devel
 BuildRequires:  automoc4 boost-devel libsoprano-devel libxslt mysql 
shared-mime-info
 BuildRequires:  fdupes
-Version:1.5.0
-Release:6
+Version:1.5.2
+Release:1
 %define rversion %version
 License:LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,7 +32,6 @@
 # http://download.akonadi-project.org
 Source0:akonadi-%rversion.tar.bz2
 Patch0: 1_5_BRANCH.diff
-Patch1: fix_nepo_search.diff
 Requires:   libqt4 >= %(rpm -q --queryformat '%{VERSION}' libqt4)
 Requires(post):shared-mime-info
 Requires(postun):  shared-mime-info
@@ -93,8 +92,6 @@
 
 %prep
 %setup -q -n akonadi-%rversion
-#%patch0
-%patch1 -p1
 
 %build
   %cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc

++ akonadi-1.5.0.tar.bz2 -> akonadi-1.5.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.0/CMakeLists.txt 
new/akonadi-1.5.2/CMakeLists.txt
--- old/akonadi-1.5.0/CMakeLists.txt2011-01-22 15:35:30.0 +0100
+++ new/akonadi-1.5.2/CMakeLists.txt2011-04-05 14:22:20.0 +0200
@@ -55,7 +55,7 @@
 
 set(AKONADI_VERSION_MAJOR "1")
 set(AKONADI_VERSION_MINOR "5")
-set(AKONADI_VERSION_PATCH "0")
+set(AKONADI_VERSION_PATCH "2")
 set(AKONADI_VERSION 
"${AKONADI_VERSION_MAJOR}.${AKONADI_VERSION_MINOR}.${AKONADI_VERSION_PATCH}")
 set(AKONADI_VERSION_STRING "${AKONADI_VERSION}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.0/Mainpage.dox 
new/akonadi-1.5.2/Mainpage.dox
--- old/akonadi-1.5.0/Mainpage.dox  2011-01-22 15:35:30.0 +0100
+++ new/akonadi-1.5.2/Mainpage.dox  2011-04-05 14:22:20.0 +0200
@@ -315,6 +315,6 @@
 
 // DOXYGEN_EXCLUDE = sqlplugin server/control server/akonadictl server/tests
 // DOXYGEN_PROJECTNAME=Akonadi
-// DOXYGEN_PROJECTVERSION=1.5.0
+// DOXYGEN_PROJECTVERSION=1.5.2
 
 // vim:ts=4:sw=4:expandtab:filetype=doxygen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.0/NEWS new/akonadi-1.5.2/NEWS
--- old/akonadi-1.5.0/NEWS  2011-01-22 15:35:30.0 +0100
+++ new/akonadi-1.5.2/NEWS  2011-04-05 14:22:20.0 +0200
@@ -1,3 +1,12 @@
+1.5.2   05-April-2011
+-
+- Fix XdgBaseDirs reporting duplicated paths.
+- Use correct database name when using internal MySQL.
+
+1.5.128-February-2011
+-
+- Unbreak searching with Nepomuk 4.6.
+
 1.5.0 22-January-2011
 -
 - Fix Boost related build issues on Windows.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.0/libs/xdgbasedirs.cpp 
new/akonadi-1.5.2/libs/xdgbasedirs.cpp
--- old/akonadi-1.5.0/libs/xdgbasedirs.cpp  2011-01-22 15:35:30.0 
+0100
+++ new/akonadi-1.5.2/libs/xdgbasedirs.cpp  2011-04-05 14:22:20.0 
+0200
@@ -397,7 +397,10 @@
   foreach ( const QString &path, systemPathList( resource ) ) {
 fileInfo = QFileInfo( path + QLatin1Char( '/' ) + relPath );
 if ( fileInfo.exists() && fileInfo.isDir() && fileInfo.isReadable() ) {
-  resultList << fileInfo.absoluteFilePath();
+  const QString absPath = fileInfo.absoluteFilePath();
+  if ( !resultList.contains( absPath ) ) {
+resultList << absPath;
+  }
 }
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akonadi-1.5.0/server/CMakeLists.txt 
new/akonadi-1.5.2/server/CMakeLists.txt
--- old/akonadi-1.5.0/server/CMakeLists.txt 2011-01-22 15:35:30.0 
+0100
+++ new/akonadi-1.5.2/server/CMakeList

commit exiv2 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory
checked in at Thu Apr 21 12:01:55 CEST 2011.




--- exiv2/exiv2.changes 2010-08-09 19:08:07.0 +0200
+++ /mounts/work_src_done/STABLE/exiv2/exiv2.changes2011-01-25 
17:39:06.0 +0100
@@ -1,0 +2,54 @@
+Tue Jan 25 16:09:40 UTC 2011 - wstephen...@novell.com
+
+- Update to version 0.21
+  + Exiv2 utility
+- grep should find all occurrences of a tag, not only one.
+- Added option -q (quiet) to silence warnings and error messages
+  from the Exiv2 library to the exiv2 command line tool.
+- Allow "migration" of XMP namespaces.
+
+  + Exiv2 library
+- Error handler: Applications should be able to register an error
+  handler.
+- Silence warnings from code.
+- Support of Sigma 17-50 2.8 OS HSM.
+- Tag 0x0203 in Olympus makernotes should be "Lens ID".
+- Remove makernote classes and pretty-print functions from the
+  published interface.
+- Remove IfdId from the published interface.
+- Add support for Samsung's .SRW raw format.
+- Need a way to get a list of all supported tags.
+- The default type of Array element tags is incorrect.
+- New image formats and improved makernote support should not
+  break ABI.
+- Lensname missing with EF100mm f/2.8L Macro IS USM.
+- exiv2 0.20 is corrupting ORF files from E-PL1.
+- Problem compiling with Sun Studio - visibility.
+- Writing Exif.Image.ImageDescription in ORF file corrupts file.
+- Support for Tamron 17-50mm f/2.8 SP XR LD II Di VC.
+- Support for Sigma AF 50mm f/1.4 EX DG HSM.
+- Exiv2 crash on "print".
+- Metadata of Canon EF-S 18-55mm are not read correctly.
+- exiv2 crashes when examining previews.
+- Typo in XMPCore_Impl.hpp.
+- Missing header in canonmp.cpp.
+- Fix pkg-config file.
+- PSD resource block handling patch.
+- Updated Nikon Lens lookup table to v4.3.410.01 of
+  Robert Rottmerhusen's fmountlens list.
+- Introduced exiv2.hpp as a wrapper to include all Exiv2 objects.
+- Added a count field to the Exif tag reference data.
+- Added ExifKey::defaultCount() to access the new count reference
+  information.
+- Fixed zlib uncompression of large PNG metadata buffers.
+- Improved determination of MIME type.
+- Updated Canon makernote.
+- Updated Olympus makernote.
+- Updated Sony and Minolta makernote tags.
+- Fixed writing to pseudo memory mapped areas on Linux.
+- Modified test for XMP files to not recognize any XML file with
+  a regular header as XMP.
+- Added afPoint() easy-access function.
+- Updated Spanish translations.
+
+---

calling whatdependson for head-i586


Old:

  exiv2-0.20.tar.bz2

New:

  exiv2-0.21.tar.bz2



Other differences:
--
++ exiv2.spec ++
--- /var/tmp/diff_new_pack.o1oCTA/_old  2011-04-21 12:00:53.0 +0200
+++ /var/tmp/diff_new_pack.o1oCTA/_new  2011-04-21 12:00:53.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package exiv2 (Version 0.20)
+# spec file for package exiv2
 #
-# 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 @@
 License:GPLv2+
 Group:  Development/Libraries/C and C++
 Summary:Tool to access image Exif metadata
-Version:0.20
+Version:0.21
 Release:1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
@@ -41,12 +41,12 @@
 
 Andreas Huggel 
 
-%package -n libexiv2-9
+%package -n libexiv2-10
 License:GPLv2+
 Summary:Library to access image metadata
 Group:  Development/Libraries/C and C++
 
-%description -n libexiv2-9
+%description -n libexiv2-10
 libexiv2 is a C++ library with a C compatibility interface to access
 image metadata, esp from Exif tags.
 
@@ -60,7 +60,7 @@
 License:GPLv2+
 Summary:Development Headers for Exiv2
 Group:  Development/Libraries/C and C++
-Requires:   libexiv2-9 = %{version} libstdc++-devel
+Requires:   libexiv2-10 = %{version} libstdc++-devel
 
 %description -n libexiv2-devel
 Exiv2 is a C++ library and a command line utility to access image
@@ -90,9 +90,9 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -n libexiv2-9 -p /sbin/ldconfig
+%post -n libexiv2-10 -p /sbin/ldconfig
 
-%postun -n libexiv2-9 -p /sbin/ldconfig
+%postun -n libexiv2-10 -p /sbin/ldconfig
 
 %files lang -f exiv2.lang
 
@@ -101,7 +101,7 @@
 %doc doc/ChangeLog doc/cmd.txt
 %{_bindir}/exiv2
 
-%files -n libexiv2-9
+%files -n libexiv2-10
 %defattr(-,root,

commit libical for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libical for openSUSE:Factory
checked in at Thu Apr 21 12:00:41 CEST 2011.




--- libical/libical.changes 2010-04-24 13:54:24.0 +0200
+++ /mounts/work_src_done/STABLE/libical/libical.changes2011-03-12 
20:13:39.0 +0100
@@ -1,0 +2,28 @@
+Fri Mar 11 20:04:22 UTC 2011 - g...@opensuse.org
+
+- update to version 0.46
+  + allow control over how components, properties and parameters
+with unknown names are handled
+  + renamed static set_zone_directory() to set_zonedir()
+  + added appropriate icaltime_* functions as methods to
+icaltimetype
+  + added icaltimetype.datetime for converting a icaltimetype to a
+python datetime
+  + added icalarray_copy for easy copying of icalarrays
+  + renamed icaltimetype.datetime to icaltimetype.as_datetime and
+added icaltimetype.from_datetime staticmethod
+  + bugfixes
+- correct licensing information
+- run autoreconf since tarball misses autconf autgenerated files
+  (sf#3072673)
+- added libical-0.46-fix-race.patch from upstream svn which fixes a
+  race in populating builtin timezone components
+- added libical-0.46-fix-fatal-error-macro-usage.patch from
+  upstream svn in order to replace broken ICAL_ERRORS_ARE_FATAL
+  preprocessor conditions with the correct check for the macros
+  value (sf#3140405)
+- added libical-0.46-fix-fatal-error-macro-usage.patch from
+  upstream svn which fixes endless loop in the recurrence
+  calculation (sf#3177380)
+
+---

calling whatdependson for head-i586


Old:

  libical-0.44.tar.bz2

New:

  libical-0.46-fix-endless-loop.patch
  libical-0.46-fix-fatal-error-macro-usage.patch
  libical-0.46-fix-race.patch
  libical-0.46.tar.bz2



Other differences:
--
++ libical.spec ++
--- /var/tmp/diff_new_pack.kjnV2H/_old  2011-04-21 11:53:59.0 +0200
+++ /var/tmp/diff_new_pack.kjnV2H/_new  2011-04-21 11:53:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libical (Version 0.44)
+# spec file for package libical
 #
-# 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,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   libical
@@ -23,12 +22,17 @@
 Url:http://sourceforge.net/projects/freeassociation/
 License:MPL ..
 Group:  Development/Libraries/C and C++
-AutoReqProv:on
-Version:0.44
-Release:3
+Version:0.46
+Release:1
 Summary:An Implementation of Basic iCAL Protocols
 Source: libical-%{version}.tar.bz2
 Source2:baselibs.conf
+# libical-0.46-fix-race.patch g...@opensuse.org -- Fixes a race in populating 
builtin timezone components (from upstream svn)
+Patch0: libical-0.46-fix-race.patch
+# libical-0.46-fix-fatal-error-macro-usage.patch sf#3140405 g...@opensuse.org 
-- Replace broken ICAL_ERRORS_ARE_FATAL preprocessor conditions with the 
correct check for the macros value
+Patch1: libical-0.46-fix-fatal-error-macro-usage.patch
+# libical-0.46-fix-endless-loop.patch sf#3177380 g...@opensuse.org -- Fixes 
endless loop in recurrence calculation
+Patch2: libical-0.46-fix-endless-loop.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   libical0 = %{version}
 
@@ -44,7 +48,6 @@
 Group:  Development/Libraries/C and C++
 Provides:   libical = %{version}
 Obsoletes:  libical < %{version}
-AutoReqProv:on
 
 %description -n libical0
 Libical is an open source implementation of the IETF's iCalendar
@@ -57,7 +60,6 @@
 Summary:An implementation of basic iCAL protocols
 Group:  Development/Libraries/C and C++
 Requires:   libical = %{version}
-AutoReqProv:on
 
 %description -n libical-devel
 Libical is an Open Source implementation of the IETF's iCalendar
@@ -78,10 +80,14 @@
 component properties, parameters, and subcomponents.
 
 %prep
-%setup
+%setup -q
+%patch0 -p2
+%patch1 -p2
+%patch2 -p2
 
 %build
-#autoreconf -f -i
+# triger autoreconf since the 0.46 tarball is missing autotools bootstrap files
+autoreconf -f -i
 %{configure} \
--with-bdb4 \
--with-bdb4-dir=%{_prefix} \

++ libical-0.46-fix-endless-loop.patch ++
Index: trunk/libical/src/libical/icalrecur.c
===
--- trunk/libical/src/libical/icalrecur.c   (revision 1043)
+++ trunk/libical/src/libical/icalrecur.c   (revision 1044)
@@ -361,7 +361,7 @@
 char *t, *n;
 int i=0;
 int sign = 1;
-int weekno = 0;
+cha

commit openexr for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package openexr for openSUSE:Factory
checked in at Thu Apr 21 11:53:47 CEST 2011.




--- openexr/openexr.changes 2010-08-09 11:55:28.0 +0200
+++ /mounts/work_src_done/STABLE/openexr/openexr.changes2011-03-08 
21:52:11.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 20:51:54 UTC 2011 - jeng...@medozas.de
+
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ openexr.spec ++
--- /var/tmp/diff_new_pack.sbupoL/_old  2011-04-21 11:52:40.0 +0200
+++ /var/tmp/diff_new_pack.sbupoL/_new  2011-04-21 11:52:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package openexr (Version 1.7.0)
+# spec file for package openexr
 #
-# 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
@@ -21,7 +21,7 @@
 Name:   openexr
 Summary:Utilities for work with HDR images in OpenEXR format
 Version:1.7.0
-Release:2
+Release:6
 License:BSD3c(or similar) ; GPLv2+
 Group:  Productivity/Graphics/Other
 Url:http://www.openexr.com/
@@ -119,7 +119,7 @@
--enable-large-stack \
--enable-imfexamples \
--enable-imfuzztest
-%{__make} %{?jobs:-j%jobs}
+%{__make} %{?_smp_mflags}
 
 %install
 %{makeinstall}






Remember to have fun...

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



commit libplist for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libplist for openSUSE:Factory
checked in at Thu Apr 21 11:52:27 CEST 2011.




--- libplist/libplist.changes   2010-12-10 16:15:11.0 +0100
+++ /mounts/work_src_done/STABLE/libplist/libplist.changes  2011-03-20 
18:46:04.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 20 18:17:36 CEST 2011 - opens...@sukimashita.com
+
+- Update to version 1.4
+  * New maintainer and source location
+  * Update AUTHORS from git history
+  * Fix Unicode writing in binary plists
+  * Update plist doctype
+  * Fix Dictionary copy constructor
+  * Fix Mac OS X library install path detection
+  * Plug memory leak when writing Unicode data
+- Remove pkgconfig patch due to upstream fixes
+
+---

calling whatdependson for head-i586


Old:

  libplist-1.3-pkgconfig.patch
  libplist-1.3.tar.bz2

New:

  libplist-1.4-pkgconfig.patch
  libplist-1.4.tar.bz2



Other differences:
--
++ libplist.spec ++
--- /var/tmp/diff_new_pack.L5rZ0Z/_old  2011-04-21 11:51:50.0 +0200
+++ /var/tmp/diff_new_pack.L5rZ0Z/_new  2011-04-21 11:51:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libplist (Version 1.3)
+# spec file for package libplist
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 
 Name:   libplist
-Version:1.3
-Release:4
+Version:1.4
+Release:1
 License:LGPL v2.1 or GPL v2
 Summary:Library for handling Apple Binary and XML Property Lists
-Url:http://github.com/JonathanBeck/libplist
+Url:http://cgit.sukimashita.com/libplist.git
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
 BuildRequires:  cmake
@@ -33,7 +33,7 @@
 BuildRequires:  swig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #remove when pkgconfig is fixed to handle Requires.private correctly
-Patch0: libplist-1.3-pkgconfig.patch
+Patch0: libplist-1.4-pkgconfig.patch
 
 %description
 libplist is a library for handling Apple Binary and XML Property Lists.
@@ -139,12 +139,12 @@
 
 %files -n libplist1
 %defattr(-,root,root)
-%doc AUTHORS COPYING.LESSER README
+%doc AUTHORS COPYING.LESSER README NEWS
 %{_libdir}/libplist.so.*
 
 %files -n libplist++1
 %defattr(-,root,root)
-%doc AUTHORS COPYING.LESSER README
+%doc AUTHORS COPYING.LESSER README NEWS
 %{_libdir}/libplist++.so.*
 
 %files -n plutil

++ libplist-1.3-pkgconfig.patch -> libplist-1.4-pkgconfig.patch ++
--- libplist/libplist-1.3-pkgconfig.patch   2010-12-08 22:19:06.0 
+0100
+++ /mounts/work_src_done/STABLE/libplist/libplist-1.4-pkgconfig.patch  
2011-03-20 18:39:57.0 +0100
@@ -4,7 +4,7 @@
  Name: libplist
  Description: A library to handle Apple Property Lists whereas they are binary 
or XML
  Version: ${LIBPLIST_VERSION}
--Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
+-Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
 +#Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1
  Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist
  Cflags: -I${CMAKE_INSTALL_PREFIX}/include

++ libplist-1.3.tar.bz2 -> libplist-1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libplist-1.3/AUTHORS new/libplist-1.4/AUTHORS
--- old/libplist-1.3/AUTHORS2010-04-18 15:30:19.0 +0200
+++ new/libplist-1.4/AUTHORS2011-03-20 17:45:21.0 +0100
@@ -1,4 +1,13 @@
+Alexander Sack
+Christophe Fergeau
+Ingmar Vanhassel
 Jonathan Beck
-Zach C.
+Julien Blache
+Martin Aumueller
 Martin Szulecki
+Matt Colyer
 Nikias Bassen
+Patrick von Reth
+Patrick Walton
+Paul Sladen
+Zach C
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libplist-1.3/CMakeLists.txt 
new/libplist-1.4/CMakeLists.txt
--- old/libplist-1.3/CMakeLists.txt 2010-04-18 15:30:19.0 +0200
+++ new/libplist-1.4/CMakeLists.txt 2011-03-20 17:45:21.0 +0100
@@ -1,7 +1,7 @@
 PROJECT( libplist )
 
 SET( LIBPLIST_VERSION_MAJOR "1" )
-SET( LIBPLIST_VERSION_MINOR "3" )
+SET( LIBPLIST_VERSION_MINOR "4" )
 SET( LIBPLIST_SOVERSION "1" )
 SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" )
 SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" )
@@ -26,7 +26,8 @@
FIND_PACKAGE( PythonLibs )
 ENDIF(ENABLE_PYTHON)
 
-INCLUDE_DIRECTORIES( "${CMAKE_CURRENT_SOURCE_DIR}/include" )
+INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR}/include
+${CMAKE_INCLUDE_PATH})
 
 ENABLE_TESTING()
 
diff -urN '--exc

commit libqt4 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory
checked in at Thu Apr 21 11:51:27 CEST 2011.




--- libqt4/libqt4-devel-doc-data.changes2011-03-03 14:53:42.0 
+0100
+++ /mounts/work_src_done/STABLE/libqt4/libqt4-devel-doc-data.changes   
2011-03-28 12:54:59.0 +0200
@@ -1,0 +2,16 @@
+Mon Mar 28 11:59:33 CEST 2011 - dmuel...@suse.de
+
+- blacklist fraudulently issued certificates:
+  http://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html
+
+---
+Fri Mar 11 14:15:20 CET 2011 - dmuel...@suse.de
+
+- revert last change temporarily
+
+---
+Thu Mar 10 00:29:48 CET 2011 - dmuel...@suse.de
+
+- remove Mesa-devel from libqt4-devel
+
+---
libqt4-devel-doc.changes: same change
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

calling whatdependson for head-i586


New:

  comodo-blacklisting.diff



Other differences:
--
++ libqt4-devel-doc-data.spec ++
--- /var/tmp/diff_new_pack.xXHljP/_old  2011-04-21 11:50:14.0 +0200
+++ /var/tmp/diff_new_pack.xXHljP/_new  2011-04-21 11:50:14.0 +0200
@@ -21,14 +21,14 @@
 
 Name:   libqt4-devel-doc-data
 BuildRequires:  cups-devel freeglut-devel freetype2-devel libQtWebKit-devel 
libqt4-devel pkgconfig
-BuildRequires:  alsa-devel gtk2-devel libqt4-sql-sqlite openssl-devel 
sqlite-devel
+BuildRequires:  Mesa-devel alsa-devel gtk2-devel libqt4-sql-sqlite 
openssl-devel sqlite-devel
 %if 0%{?suse_version}
 BuildRequires:  fdupes update-desktop-files
 %endif
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 Version:4.7.2
-Release:2
+Release:3
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version
@@ -79,6 +79,7 @@
 Patch121:   webkit-sparc64.diff
 Patch123:   use-cups-default-print-settings-bnc552218.diff
 Patch124:   qtreeview-fix-QTBUG-16292.diff
+Patch125:   comodo-blacklisting.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound 
-no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis 
-system-zlib -qt-gif -prefix /usr -L %_libdir -libdir %_libdir -docdir 
%_docdir/%{base_name} -examplesdir %_libdir/qt4/examples -demosdir 
%_libdir/qt4/demos -plugindir %plugindir -translationdir 
/usr/share/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
/usr/share/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -137,6 +138,7 @@
 %endif
 %patch123
 %patch124
+%patch125
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use them

++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.xXHljP/_old  2011-04-21 11:50:14.0 +0200
+++ /var/tmp/diff_new_pack.xXHljP/_new  2011-04-21 11:50:14.0 +0200
@@ -20,7 +20,7 @@
 
 
 Name:   libqt4-devel-doc
-BuildRequires:  cups-devel freeglut-devel libjpeg-devel libpng-devel
+BuildRequires:  Mesa-devel cups-devel freeglut-devel libjpeg-devel libpng-devel
 BuildRequires:  alsa-devel gtk2-devel libQtWebKit-devel libqt4-devel 
sqlite3-devel
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
@@ -31,7 +31,7 @@
 # COMMON-VERSION-BEGIN
 # COMMON-VERSION-BEGIN
 Version:4.7.2
-Release:2
+Release:3
 %define base_name libqt4
 %define x11_free  -everywhere-opensource-src-
 %define rversion %version
@@ -86,6 +86,7 @@
 Patch121:   webkit-sparc64.diff
 Patch123:   use-cups-default-print-settings-bnc552218.diff
 Patch124:   qtreeview-fix-QTBUG-16292.diff
+Patch125:   comodo-blacklisting.diff
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound 
-no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis 
-system-zlib -qt-gif -prefix /usr -L %_libdir -libdir %_libdir -docdir 
%_docdir/%{base_name} -examplesdir %_libdir/qt4/examples -demosdir 
%_libdir/qt4/demos -plugindir %plugindir -translationdir 
/usr/share/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
/usr/share/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -144,6 +145,7 @@
 %endif
 %patch123
 %patch124
+%patch125
 # ### 47 rediff
 #%patch121 -p1
 # be sure not to use th

commit make for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package make for openSUSE:Factory
checked in at Thu Apr 21 11:49:57 CEST 2011.




--- make/make.changes   2010-09-07 19:37:08.0 +0200
+++ /mounts/work_src_done/STABLE/make/make.changes  2011-04-19 
17:24:30.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 15:22:27 UTC 2011 - mh...@novell.com
+
+- make-fix_whitespace_tokenization.diff
+  Fix Savannah bug #33125 (bnc #681108):
+  Memory corruption during build of android build system.
+
+---

calling whatdependson for head-i586


New:

  make-fix_whitespace_tokenization.diff



Other differences:
--
++ make.spec ++
--- /var/tmp/diff_new_pack.9diVH5/_old  2011-04-21 11:47:14.0 +0200
+++ /var/tmp/diff_new_pack.9diVH5/_new  2011-04-21 11:47:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package make (Version 3.82)
+# spec file for package make
 #
-# 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
@@ -26,13 +26,14 @@
 PreReq: %install_info_prereq
 AutoReqProv:on
 Version:3.82
-Release:1
+Release:2
 Summary:GNU make
 Source: make-%version.tar.bz2
 Patch2: make-slowdown-parallelism.diff
 Patch3: make-disable-broken-tests.diff
 Patch4: make-savannah-bug30723-expand_makeflags_before_reexec.diff
 Patch5: make-savannah-bug30612-handling_of_archives.diff
+Patch6: make-fix_whitespace_tokenization.diff
 Patch64:make-library-search-path.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -45,6 +46,7 @@
 %patch3 -p1
 %patch4
 %patch5
+%patch6 -p1
 if [ %_lib == lib64 ]; then
 %patch64
 fi

++ make-fix_whitespace_tokenization.diff ++
Index: make-3.82/function.c
===
--- make-3.82.orig/function.c
+++ make-3.82/function.c
@@ -1133,19 +1133,14 @@ func_sort (char *o, char **argv, const c
 
   /* Find the maximum number of words we'll have.  */
   t = argv[0];
-  wordi = 1;
-  while (*t != '\0')
+  wordi = 0;
+  while ((p = find_next_token (&t, &len)) != 0)
 {
-  char c = *(t++);
-
-  if (! isspace ((unsigned char)c))
-continue;
-
-  ++wordi;
-
-  while (isspace ((unsigned char)*t))
-++t;
+  ++t;
+  wordi++;
 }
+  if (! wordi)
+wordi = 1;
 
   words = xmalloc (wordi * sizeof (char *));
 





Remember to have fun...

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



commit pciutils-ids for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory
checked in at Thu Apr 21 11:47:04 CEST 2011.




--- AUTO/all/pciutils-ids/pciutils-ids.changes  2011-04-04 03:40:04.0 
+0200
+++ /mounts/work_src_done/STABLE/pciutils-ids/pciutils-ids.changes  
2011-04-21 03:40:04.0 +0200
@@ -2 +2 @@
-Mon Apr  4 03:40:04 CEST 2011 - autobu...@suse.de
+Thu Apr 21 03:40:04 CEST 2011 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2011-04-04
+- automated update on 2011-04-21

calling whatdependson for head-i586




Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.UiGF3K/_old  2011-04-21 11:46:45.0 +0200
+++ /var/tmp/diff_new_pack.UiGF3K/_new  2011-04-21 11:46:45.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   pciutils-ids
-Version:2011.4.4
+Version:2011.4.21
 Release:1
 AutoReqProv:on
 Group:  Hardware/Other

++ pci.ids.bz2 ++
--- /var/tmp/diff_new_pack.UiGF3K/_old  2011-04-21 11:46:45.0 +0200
+++ /var/tmp/diff_new_pack.UiGF3K/_new  2011-04-21 11:46:45.0 +0200
@@ -1,8 +1,8 @@
 #
 #  List of PCI ID's
 #
-#  Version: 2011.04.04
-#  Date:2011-04-04 03:15:03
+#  Version: 2011.04.21
+#  Date:2011-04-21 03:15:04
 #
 #  Maintained by Martin Mares  and other volunteers from the
 #  PCI ID Project at http://pciids.sf.net/.
@@ -1457,14 +1457,20 @@
5f57  R423 [Radeon X800XT (PCIE)]
6718  Cayman XT [AMD Radeon HD 6900 Series]
6719  Cayman PRO [AMD Radeon 6900 Series]
+   671d  Antilles [AMD Radeon HD 6990]
+   6720  Blackcomb [AMD Radeon HD 6900M Series]
6738  Barts XT [ATI Radeon HD 6800 Series]
6739  Barts PRO [ATI Radeon HD 6800 Series]
673e  Barts LE [AMD Radeon HD 6700 Series]
6740  Whistler XT [AMD Radeon HD 6700M Series]
6741  NI Whistler [AMD Radeon HD 6600M Series]
+   6742  Whistler LE [AMD Radeon HD 6625M Graphics]
+   6750  Turks [AMD Radeon HD 6500 series]
+   6758  Turks XT [AMD Radeon HD 6600 Series]
6759  NI Turks [AMD Radeon HD 6500]
6760  NI Seymour [AMD Radeon HD 6470M]
6761  NI Seymour [AMD Radeon HD 6430M]
+   6770  NI CAICOS [AMD Radeon HD 6400 Series]
6779  NI Caicos [AMD RADEON HD 6450]
688c  Cypress [AMD FireStream 9370]
688d  Cypress [AMD FireStream 9350]
@@ -1484,7 +1490,7 @@
68bf  Juniper LE [AMD Radeon HD 6700 Series]
68c0  Madison [Mobility Radeon HD 5000 Series]
103c 1521  Madison XT [FirePro M5800]
-   68c1  Redwood [Radeon HD 5600 Series]
+   68c1  Madison [AMD Radeon HD 5000M Series]
1025 0347  Aspire 7740G
103c 1521  Madison Pro [FirePro M5800]
68c7  Pinewood [Radeon HD 5570]
@@ -1493,7 +1499,7 @@
68d9  Redwood PRO [Radeon HD 5500 Series]
68da  Redwood PRO [Radeon HD 5500 Series]
68e0  Manhattan [Mobility Radeon HD 5400 Series]
-   103c 1486  HP TouchSmart tm2-2050er discrete GPU (Mobility 
Radeon HD 5450)
+   103c 1486  TouchSmart tm2-2050er discrete GPU (Mobility Radeon 
HD 5450)
68e1  Manhattan [Mobility Radeon HD 5430 Series]
68e4  Robson CE [AMD Radeon HD 6300 Series]
68e5  Robson LE [AMD Radeon HD 6300M Series]
@@ -2280,8 +2286,13 @@
1302  Family 11h Processor DRAM Controller
1303  Family 11h Processor Miscellaneous Control
1304  Family 11h Processor Link Control
-   1510  Pavilion DM1Z-3000 Host bridge
+   1510  Family 14h Processor Root Complex
1022 1510  Pavilion DM1Z-3000 Host bridge
+   1512  Family 14h Processor Root Port
+   1513  Family 14h Processor Root Port
+   1514  Family 14h Processor Root Port
+   1515  Family 14h Processor Root Port
+   1516  Family 14h Processor Root Port
1600  Family 15h Processor Function 0
1601  Family 15h Processor Function 1
1602  Family 15h Processor Function 2
@@ -6490,6 +6501,7 @@
06cd  GF100 [GeForce GTX 470]
06d1  GF100 [Tesla C2050 / C2070]
06d2  GF100 [M2070]
+   06d8  GF100 [Quadro 6000]
06dd  GF100 [Quadro 4000]
06de  GF100 [Tesla S2050]
06df  GF100 [M2070Q]
@@ -6702,6 +6714,7 @@
0a2d  GT216 [GeForce GT 320M]
0a34  GT216 [GeForce GT 240M]
0a35  GT216 [GeForce GT 325M]
+   0a38  GT216GL [Quadro 400]
0a3c  GT216 [Quadro FX 880M]
0a60  GT218 [GeForce G210]
0a62  GT218 [GeForce 205]
@@ -6846,6 +6859,7 @@
1086  GF110 [Geforce GTX 570 HD]
10c3  G98 [GeForce 8400GS]
10de 066d  G98 [GeForce 8400GS]
+   10d8  GT218 [NVS 300]
1200  GF110 [GeForce GTX 560 Ti]
 10df  Emulex Corporation
1ae5  LP6000 Fibre Channel Host Adapter
@@ -7

commit procmail for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package procmail for openSUSE:Factory
checked in at Thu Apr 21 11:46:36 CEST 2011.




--- procmail/procmail.changes   2009-12-15 11:53:56.0 +0100
+++ /mounts/work_src_done/STABLE/procmail/procmail.changes  2011-02-09 
00:25:24.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  8 23:24:29 UTC 2011 - seife+...@b1-systems.com
+
+- the only thing that needs mimencode are the examples
+  change the "Requires: mimencode" to "Recommends"
+
+---

calling whatdependson for head-i586




Other differences:
--
++ procmail.spec ++
--- /var/tmp/diff_new_pack.Ssch49/_old  2011-04-21 11:45:50.0 +0200
+++ /var/tmp/diff_new_pack.Ssch49/_new  2011-04-21 11:45:50.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package procmail (Version 3.22)
+# spec file for package procmail
 #
-# 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
@@ -23,10 +23,11 @@
 Url:http://www.procmail.org/
 License:Artistic License .. ; GPLv2+
 Group:  Productivity/Networking/Email/Clients
-Requires:   /usr/bin/mimencode /bin/sed
+Requires:   /bin/sed
+Recommends: /usr/bin/mimencode
 AutoReqProv:on
 Version:3.22
-Release:242
+Release:252
 Summary:A program for local e-mail delivery
 Source: procmail-%{version}.tar.bz2
 Patch0: procmail-%{version}-mailstat.patch






Remember to have fun...

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



commit sqlite3 for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory
checked in at Thu Apr 21 11:45:38 CEST 2011.




--- sqlite3/sqlite3.changes 2011-02-03 15:57:53.0 +0100
+++ /mounts/work_src_done/STABLE/sqlite3/sqlite3.changes2011-04-13 
18:11:00.0 +0200
@@ -1,0 +2,28 @@
+Wed Apr 13 16:02:10 UTC 2011 - m...@novell.com
+
+- New Version: 3.7.6.1:
+  * Added the sqlite3_wal_checkpoint_v2() interface and enhanced
+the wal_checkpoint pragma to support blocking checkpoints.
+  * Improvements to the query planner so that it makes better
+estimates of plan costs and hence does a better job of
+choosing the right plan, especially when SQLITE_ENABLE_STAT2
+is used.
+  * Fix a bug which prevented deferred foreign key constraints
+from being enforced when sqlite3_finalize() was not called
+by one statement with a failed foreign key constraint prior
+to another statement with foreign key constraints running.
+  * Integer arithmetic operations that would have resulted in
+overflow are now performed using floating-point instead.
+  * Increased the version number on the VFS object to 3 and added
+new methods xSetSysCall, xGetSysCall, and xNextSysCall used
+for doing full-coverage testing.
+  * Increase the maximum value of SQLITE_MAX_ATTACHED from 30 to
+62 (though the default value remains at 10).
+  * Added the fts4aux table
+  * Added support for compressed FTS4 content 
+  * Enhance the ANALYZE command to support the name of an index as
+its argument, in order to analyze just that one index.
+  * Added the "unix-excl" built-in VFS on unix and unix-like
+platforms.
+
+---

calling whatdependson for head-i586


Old:

  sqlite-autoconf-3070500.tar.bz2

New:

  sqlite-autoconf-3070601.tar.bz2



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.kHC6nb/_old  2011-04-21 11:45:17.0 +0200
+++ /var/tmp/diff_new_pack.kHC6nb/_new  2011-04-21 11:45:17.0 +0200
@@ -35,7 +35,7 @@
 Group:  Productivity/Databases/Servers
 Summary:Embeddable SQL Database Engine
 Url:http://www.sqlite.org/
-Version:3.7.5
+Version:3.7.6.1
 Release:1
 # bug437293
 %ifarch ppc64
@@ -126,7 +126,7 @@
 D. Richard Hipp 
 
 %prep
-%setup -n sqlite-autoconf-%tarversion
+%setup -q -n sqlite-autoconf-%tarversion
 
 %build
 %configure --disable-static

++ sqlite-autoconf-3070500.tar.bz2 -> sqlite-autoconf-3070601.tar.bz2 ++
 35528 lines of diff (skipped)






Remember to have fun...

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



commit sysconfig for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory
checked in at Thu Apr 21 11:45:04 CEST 2011.




--- sysconfig/sysconfig.changes 2011-02-14 14:59:46.0 +0100
+++ /mounts/work_src_done/STABLE/sysconfig/sysconfig.changes2011-03-15 
18:45:01.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 15 17:12:58 UTC 2011 - m...@suse.de
+
+- version 0.75.0
+- Moved 77-network.rules and 81-mount.rules to /lib/udev/rules.d
+  as both contain static rules.
+- Fixed spec to use 0600 mode for ifcfg-lo, because of bnc 670871.
+- Send gratuitous arp when new SEND_GRATUITOUS_ARP variable is set
+  to yes either in global network/config or in per-interface ifcfg
+  file. Fixed to use CHECK_DUPLICATE_IP for ipv4 only (bnc#617373).
+- Enslave a slaves into a bond on hotplug "up" event (bnc#669361).
+
+---

calling whatdependson for head-i586


Old:

  sysconfig-0.74.5.tar.bz2

New:

  sysconfig-0.75.0.tar.bz2



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.O2rlGJ/_old  2011-04-21 11:42:47.0 +0200
+++ /var/tmp/diff_new_pack.O2rlGJ/_new  2011-04-21 11:42:47.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   sysconfig
-Version:0.74.5
-Release:2
+Version:0.75.0
+Release:1
 Summary:The system configuration scheme
 Url:http://gitorious.org/opensuse/sysconfig
 Group:  System/Base
@@ -87,18 +87,17 @@
 /etc/init.d/*
 %ghost /etc/sysconfig/network/config
 %ghost /etc/sysconfig/network/dhcp
-%config(noreplace) /etc/sysconfig/network/ifcfg-lo
+%config(noreplace) %attr(600,root,root) /etc/sysconfig/network/ifcfg-lo
 %config(noreplace) /etc/sysconfig/network/ifroute-lo
 %config(noreplace) /etc/ppp/ip-up
 %config(noreplace) /etc/ppp/ip-down
 %config(noreplace) /etc/ppp/ipv6-up
 %config(noreplace) /etc/ppp/ipv6-down
-%dir /etc/udev
-%dir /etc/udev/rules.d
-%config /etc/udev/rules.d/77-network.rules
-%config /etc/udev/rules.d/81-mount.rules
 %dir /lib/udev
 /lib/udev/udevmountd
+%dir /lib/udev/rules.d
+/lib/udev/rules.d/77-network.rules
+/lib/udev/rules.d/81-mount.rules
 %dir /etc/modprobe.d
 %config /etc/sysconfig/network/ifcfg.template
 %config /etc/modprobe.d/50-blacklist.conf

++ sysconfig-0.74.5.tar.bz2 -> sysconfig-0.75.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.74.5/ChangeLog 
new/sysconfig-0.75.0/ChangeLog
--- old/sysconfig-0.74.5/ChangeLog  2011-01-25 09:58:08.0 +0100
+++ new/sysconfig-0.75.0/ChangeLog  2011-03-15 18:42:19.0 +0100
@@ -1,4 +1,68 @@
-commit 2d2bd368534b2fa0d5507101631d6a56368e296b (HEAD, opensuse-11.4)
+commit d49703aa84e0fa788cada73abb0e93ba2a9bcab0 (HEAD, master)
+Author: Marius Tomaschewski 
+Date:   Tue Mar 15 18:41:42 2011 +0100
+
+version 0.75.0, updated changes file
+
+commit 7403b7372a04228d2e336a672ec8930b387b6c83
+Author: Marius Tomaschewski 
+Date:   Tue Mar 15 18:37:58 2011 +0100
+
+Install ifcfg-lo with 0600 mode
+
+With default mode rpm -V would report it as modified because
+of the chmod added to the post-install script in bnc#670871.
+
+commit 42a0293b6195872f3b68230091a12bcce98596ab
+Author: Marius Tomaschewski 
+Date:   Tue Mar 15 18:33:23 2011 +0100
+
+Moved static 77-network and 81-mount rules to /lib
+
+All static rules should be installed into /lib/udev/rules.d
+and only configurations in /etc/udev/rules.d.
+
+commit dd3ab31d88d72d501daf8a2716d0be590f4df714
+Author: Marius Tomaschewski 
+Date:   Tue Mar 15 14:53:18 2011 +0100
+
+Send gratuitous arp and fixed dupplicate IP check
+
+When SEND_GRATUITOUS_ARP is set to "yes" either in global network/config or
+in a per-interface ifcfg file, send a gratuitous ARP to inform receivers to
+update their arp caches. Fixed to use CHECK_DUPLICATE_IP for ipv4 only.
+
+commit 42a367de439b492add5355b4c02dc6aeb191f345
+Author: Marius Tomaschewski 
+Date:   Fri Mar 4 14:10:51 2011 +0100
+
+Handle bonding slave "up" hotplugging event
+
+Enslave a slave into a bond on hotplug "up" event (bnc#669361).
+
+commit 6ee0d3251d63d401b3ccf69a091b46252a0cba74
+Author: Marius Tomaschewski 
+Date:   Tue Mar 8 14:44:39 2011 +0100
+
+ifservices: updated obsolete eth-id example.
+
+commit 2a14007b7ff5dd3cfe056c53f29f1e06ca4e5de2 (origin/opensuse-11.4, 
origin/master, export/opensuse-11.4, export/master, opensuse-11.4)
+Author: Marius Tomaschewski 
+Date:   Mon Feb 14 14:58:48 2011 +0100
+
+Updated changes file
+
+commit a5eb0c0557cf73bf2551c7c23fc4f8df8239
+Author: Marius Tomaschewski 
+Date:   Mon Feb 14 14:57:54 2011 +0100
+
+set 0600 permissions for ifcfg files
+
+Fixed postinstall script to avoid, that (wireless) ifcfg files
+become world readable while installation

commit binutils for openSUSE:Factory

2011-04-21 Thread h_root

Hello community,

here is the log from the commit of package binutils for openSUSE:Factory
checked in at Thu Apr 21 11:42:30 CEST 2011.




--- binutils/binutils.changes   2011-01-12 12:42:24.0 +0100
+++ /mounts/work_src_done/STABLE/binutils/binutils.changes  2011-04-19 
15:16:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 19 12:43:11 UTC 2011 - rguent...@novell.com
+
+- Update to binutils-2_21-branch head.  [fate#311554] [fate#311972]
+
+---
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sh4-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

calling whatdependson for head-i586


Old:

  binutils-2.21.tar.bz2

New:

  binutils-2.21.0.tar.bz2



Other differences:
--
++ binutils.spec ++
--- /var/tmp/diff_new_pack.hUD1x4/_old  2011-04-21 11:41:59.0 +0200
+++ /var/tmp/diff_new_pack.hUD1x4/_new  2011-04-21 11:41:59.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package binutils (Version 2.21)
+# spec file for package binutils
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -26,7 +26,7 @@
 %else
 BuildRequires:  zlib-devel
 %endif
-Version:2.21
+Version:2.21.0
 Release:1
 #
 # RUN_TESTS

cross-alpha-binutils.spec: same change
cross-arm-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sh4-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++ binutils-2.21.tar.bz2 -> binutils-2.21.0.tar.bz2 ++
binutils/binutils-2.21.tar.bz2 
/mounts/work_src_done/STABLE/binutils/binutils-2.21.0.tar.bz2 differ: char 11, 
line 1

++ unit-at-a-time.patch ++
--- /var/tmp/diff_new_pack.hUD1x4/_old  2011-04-21 11:42:00.0 +0200
+++ /var/tmp/diff_new_pack.hUD1x4/_new  2011-04-21 11:42:00.0 +0200
@@ -1,15 +1,15 @@
 Index: ld/testsuite/ld-selective/selective.exp
 ===
 ld/testsuite/ld-selective/selective.exp.orig   2009-11-23 
14:02:48.0 +0100
-+++ ld/testsuite/ld-selective/selective.exp2009-11-23 14:03:08.0 
+0100
+--- ld/testsuite/ld-selective/selective.exp.orig   2011-02-10 
04:41:11.0 +0100
 ld/testsuite/ld-selective/selective.exp2011-04-19 14:54:34.0 
+0200
 @@ -59,8 +59,8 @@ set seltests {
  {A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
  }
  
 -set cflags "-w -O -ffunction-sections -fdata-sections"
--set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti"
+-set cxxflags "-fno-exceptions -fno-rtti"
 +set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time"
-+set cxxflags "-fvtable-gc -fno-exceptions -fno-rtti -fno-unit-at-a-time"
++set cxxflags "-fno-exceptions -fno-rtti -fno-unit-at-a-time"
  set ldflags "--gc-sections -Bstatic"
  
  if [istarget mips*-*] {

++ x86-64-biarch.patch ++
--- /var/tmp/diff_new_pack.hUD1x4/_old  2011-04-21 11:42:00.0 +0200
+++ /var/tmp/diff_new_pack.hUD1x4/_new  2011-04-21 11:42:00.0 +0200
@@ -1,7 +1,7 @@
 Index: ld/emulparams/elf_i386.sh
 ===
 ld/emulparams/elf_i386.sh.orig 2009-11-23 14:02:48.0 +0100
-+++ ld/emulparams/elf_i386.sh  2009-11-23 14:03:08.0 +0100
+--- ld/emulparams/elf_i386.sh.orig 2009-07-29 16:59:23.0 +0200
 ld/emulparams/elf_i386.sh  2011-04-19 14:51:40.0 +0200
 @@ -12,4 +12,9 @@ GENERATE_SHLIB_SCRIPT=yes
  GENERATE_PIE_SCRIPT=yes
  NO_SMALL_DATA=yes
@@ -12,3 +12,4 @@
 +  *64*) LIBPATH_SUFFIX=64 ;;
 +esac
  IREL_IN_PLT=
+






Remember to have fun...

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