commit sysconfig for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory
checked in at Mon Aug 29 09:13:11 CEST 2011.




--- sysconfig/sysconfig.changes 2011-08-25 14:44:40.0 +0200
+++ /mounts/work_src_done/STABLE/sysconfig/sysconfig.changes2011-08-27 
00:14:38.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 26 22:02:59 UTC 2011 - m...@suse.com
+
+- Added vpnc to the default list of preferred services for DNS
+  ranking (NETCONFIG_DNS_RANKING=auto).
+
+---

calling whatdependson for head-i586


New:

  netconfig-dns-ranking-vpnc.patch



Other differences:
--
++ sysconfig.spec ++
--- /var/tmp/diff_new_pack.JTbZ7M/_old  2011-08-29 09:12:32.0 +0200
+++ /var/tmp/diff_new_pack.JTbZ7M/_new  2011-08-29 09:12:32.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   sysconfig
 Version:0.75.0
-Release:7
+Release:9
 Summary:The system configuration scheme
 Url:http://gitorious.org/opensuse/sysconfig
 Group:  System/Base
@@ -34,6 +34,7 @@
 Source: %name-%version.tar.bz2
 Patch0: disable-NM-under-systemd.patch
 Patch1: wireless-power-settings.patch
+Patch2: netconfig-dns-ranking-vpnc.patch
 
 %description
 This package provides the SuSE system configuration scheme and
@@ -55,6 +56,7 @@
 %setup -n sysconfig-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf --force --install

++ netconfig-dns-ranking-vpnc.patch ++
--- sysconfig-0.75.0/doc/netconfig.8
+++ sysconfig-0.75.0/doc/netconfig.82011/08/26 22:04:03
@@ -230,7 +230,7 @@ service names with a \fB\-\fR characte
 The special default value \fIauto\fR enables the build-in service ranking
 list, currently:
 .nf
-+strongswan +openswan +racoon +openvpn -avahi
++strongswan +openswan +racoon +openvpn +vpnc -avahi
 .fi
 the value \fInone\fR or \fI\fR allows to disable the ranking / sorting.
 
--- sysconfig-0.75.0/scripts/functions.netconfig
+++ sysconfig-0.75.0/scripts/functions.netconfig2011/08/26 22:02:24
@@ -22,7 +22,7 @@
 r=$ROOT
 
 # builtin dns ranking defaults
-NETCONFIG_DNS_RANKING_DEFAULT=+strongswan +openswan +racoon +openvpn -avahi
+NETCONFIG_DNS_RANKING_DEFAULT=+strongswan +openswan +racoon +openvpn +vpnc 
-avahi
 
 test -z $MD5DIR  {
 MD5DIR=$r/var/adm/netconfig/md5





Remember to have fun...

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



commit systemd for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package systemd for openSUSE:Factory
checked in at Mon Aug 29 09:14:33 CEST 2011.




--- systemd/systemd.changes 2011-08-24 17:35:40.0 +0200
+++ /mounts/work_src_done/STABLE/systemd/systemd.changes2011-08-26 
16:11:35.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 26 14:10:30 UTC 2011 - fcro...@suse.com
+
+- Update compose_table patch to use two separate loadkeys call,
+  compose table overflows otherwise (spotted by Werner Fink).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ systemd.spec ++
--- /var/tmp/diff_new_pack.UixW1V/_old  2011-08-29 09:13:23.0 +0200
+++ /var/tmp/diff_new_pack.UixW1V/_new  2011-08-29 09:13:23.0 +0200
@@ -22,7 +22,7 @@
 Name:   systemd
 Url:http://www.freedesktop.org/wiki/Software/systemd
 Version:33
-Release:15
+Release:17
 License:GPLv2+
 Group:  System/Base
 Summary:A System and Session Manager

++ 0001-handle-disable_caplock-and-compose_table-and-kbd_rat.patch ++
--- /var/tmp/diff_new_pack.UixW1V/_old  2011-08-29 09:13:23.0 +0200
+++ /var/tmp/diff_new_pack.UixW1V/_new  2011-08-29 09:13:23.0 +0200
@@ -1,14 +1,14 @@
-From e183dbe195058ef921c4bd9760dc3631b425dd92 Mon Sep 17 00:00:00 2001
+From 07f0fb4424105c0e90e2add79efe48109b6c9fd1 Mon Sep 17 00:00:00 2001
 From: Frederic Crozat fcro...@suse.com
 Date: Thu, 18 Aug 2011 18:28:01 +0200
 Subject: [PATCH] handle disable_caplock and compose_table and kbd_rate
 
 ---
- src/vconsole-setup.c |   93 --
- 1 files changed, 90 insertions(+), 3 deletions(-)
+ src/vconsole-setup.c |  124 -
+ 1 files changed, 121 insertions(+), 3 deletions(-)
 
 diff --git a/src/vconsole-setup.c b/src/vconsole-setup.c
-index 4347a20..28dc1d9 100644
+index 4347a20..af558ef 100644
 --- a/src/vconsole-setup.c
 +++ b/src/vconsole-setup.c
 @@ -39,6 +39,7 @@
@@ -25,52 +25,79 @@
  
 -static int load_keymap(const char *vc, const char *map, const char 
*map_toggle, bool utf8, pid_t *_pid) {
 -const char *args[8];
-+static int load_keymap(const char *vc, const char *map, const char 
*map_toggle, bool utf8, bool disable_capslock, const char *compose_table, pid_t 
*_pid) {
-+const char *args[1024];
++static int load_keymap(const char *vc, const char *map, const char 
*map_toggle, bool utf8, bool disable_capslock, pid_t *_pid) {
++const char *args[9];
  int i = 0;
  pid_t pid;
  
-@@ -98,6 +99,35 @@ static int load_keymap(const char *vc, const char *map, 
const char *map_toggle,
+@@ -98,6 +99,8 @@ static int load_keymap(const char *vc, const char *map, 
const char *map_toggle,
  args[i++] = map;
  if (map_toggle)
  args[i++] = map_toggle;
 +if (disable_capslock)
 +args[i++] = disable.capslock;
-+if (compose_table) {
-+char **strv_compose_table = NULL;
-+
-+strv_compose_table = strv_split(compose_table, WHITESPACE);
-+if (strv_compose_table) {
-+bool compose_loaded = false;
-+bool compose_clear = false;
-+char **name;
-+char *arg;
-+
-+STRV_FOREACH (name, strv_compose_table) {
-+if (streq(*name,-c) || 
streq(*name,clear)) {
-+compose_clear = true;
-+continue;
-+}
-+if (!compose_loaded) {
-+if (compose_clear)
-+args[i++] = -c;
-+}
-+asprintf(arg, compose.%s,*name);
-+compose_loaded = true;
-+args[i++] = arg;
-+
-+}
-+}
-+strv_free(strv_compose_table);
-+}
  args[i++] = NULL;
  
  if ((pid = fork())  0) {
-@@ -149,6 +179,42 @@ static int load_font(const char *vc, const char *font, 
const char *map, const ch
+@@ -149,6 +152,96 @@ static int load_font(const char *vc, const char *font, 
const char *map, const ch
  return 0;
  }
  
 +#ifdef TARGET_SUSE
++static int load_compose_table(const char *vc, const char *compose_table, 
pid_t *_pid) {
++const char *args[1024];
++int i = 0;
++pid_t pid;
++char **strv_compose_table = NULL;
++
++if (isempty(compose_table)) {
++/* An empty map means no compose table*/
++*_pid 

commit samba for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package samba for openSUSE:Factory
checked in at Mon Aug 29 09:15:34 CEST 2011.




--- samba/samba.changes 2011-08-09 14:45:28.0 +0200
+++ /mounts/work_src_done/STABLE/samba/samba.changes2011-08-27 
22:40:56.0 +0200
@@ -1,0 +2,80 @@
+Sat Aug 27 19:38:01 UTC 2011 - lmue...@suse.de
+
+- Optimize serverid_exists() for Solaris; (bso#8395).
+
+---
+Sat Aug 27 19:29:37 UTC 2011 - lmue...@suse.de
+
+- talloc: check block count after references test.
+
+---
+Sat Aug 27 19:26:06 UTC 2011 - lmue...@suse.de
+
+- talloc: added test suite for talloc_free_children().
+
+---
+Sat Aug 27 19:21:58 UTC 2011 - lmue...@suse.de
+
+- talloc: license info erratum in the manpage.
+
+---
+Sat Aug 27 19:08:11 UTC 2011 - lmue...@suse.de
+
+- talloc: fix typos and better differentiation between versions 1 and 2.
+
+---
+Sat Aug 27 19:05:09 UTC 2011 - lmue...@suse.de
+
+- talloc: preserve context name on talloc_free_children().
+
+---
+Sat Aug 27 19:01:41 UTC 2011 - lmue...@suse.de
+
+- talloc: ensure the sibling linked list remains valid during a free.
+
+---
+Sat Aug 27 18:50:21 UTC 2011 - lmue...@suse.de
+
+- vfs_chown_fsp returned in the wrong directory; (bso#8370).
+
+---
+Sat Aug 27 18:46:40 UTC 2011 - lmue...@suse.de
+
+- Remove irritating . targets when recent system libs exist; (bso#8369).
+
+---
+Sat Aug 27 18:39:50 UTC 2011 - lmue...@suse.de
+
+- Correctly initialize idmap config * : script with NULL; (bso#8368).
+
+---
+Sat Aug 27 18:31:11 UTC 2011 - lmue...@suse.de
+
+- Add missing include to suppress compiler warnings; (bso#8365).
+
+---
+Sat Aug 27 18:21:54 UTC 2011 - lmue...@suse.de
+
+- Point the chain offset beyond the current request; (bso#8360).
+
+---
+Sat Aug 27 18:11:27 UTC 2011 - lmue...@suse.de
+
+- Fix gpfs vfs module build; (bso#8364).
+
+---
+Sat Aug 27 18:05:29 UTC 2011 - lmue...@suse.de
+
+- Make vfs_prealloc even build on older systems; (bso#8363).
+
+---
+Sat Aug 27 17:56:13 UTC 2011 - lmue...@suse.de
+
+- Do central cli_set_error and return the actual NTSTATUS; (bso#7864).
+
+---
+Sat Aug 27 17:42:48 UTC 2011 - lmue...@suse.de
+
+- Add a fallback for missing openx support in OS/X Lion; (bso#8338).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ samba-doc.spec ++
--- /var/tmp/diff_new_pack.rcwHyr/_old  2011-08-29 09:14:56.0 +0200
+++ /var/tmp/diff_new_pack.rcwHyr/_new  2011-08-29 09:14:56.0 +0200
@@ -82,7 +82,7 @@
 %endif
 Url:http://www.samba.org/
 Version:3.6.0
-Release:1
+Release:2
 License:GPLv3+
 Summary:Samba Documentation
 Group:  Documentation/Other
@@ -414,7 +414,7 @@
 
 The Samba Team sa...@samba.org
 
-Source Timestamp: 2588
+Source Timestamp: 2610
 Branch  : trunk
 
 %changelog

++ samba.spec ++
--- /var/tmp/diff_new_pack.rcwHyr/_old  2011-08-29 09:14:56.0 +0200
+++ /var/tmp/diff_new_pack.rcwHyr/_new  2011-08-29 09:14:56.0 +0200
@@ -86,7 +86,7 @@
 Url:http://www.samba.org/
 AutoReqProv:on
 Version:3.6.0
-Release:1
+Release:2
 Provides:   samba-gplv3 = %{version}-%{release}
 Obsoletes:  samba-gplv3  %{version}
 %ifarch ppc64
@@ -184,7 +184,7 @@
 The Samba Team sa...@samba.org
 
 
-Source Timestamp: 2588
+Source Timestamp: 2610
 Branch  : trunk
 
 %package client
@@ -224,7 +224,7 @@
 
 The Samba Team sa...@samba.org
 
-Source Timestamp: 2588
+Source Timestamp: 2610
 Branch  : trunk
 
 %if 0%{?suse_version} == 0 || 0%{?suse_version}  1020
@@ -251,7 +251,7 @@
 The Samba Team sa...@samba.org
 
 
-Source Timestamp: 2588
+Source Timestamp: 2610
 Branch  : trunk
 
 %endif
@@ -281,7 +281,7 @@
 
 The Samba Team sa...@samba.org
 
-Source Timestamp: 2588
+Source Timestamp: 2610
 Branch  : 

commit procps for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package procps for openSUSE:Factory
checked in at Mon Aug 29 09:21:24 CEST 2011.




--- procps/procps.changes   2011-08-24 12:15:32.0 +0200
+++ /mounts/work_src_done/STABLE/procps/procps.changes  2011-08-26 
14:44:08.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug 26 12:41:30 UTC 2011 - lnus...@suse.de
+
+- add some docu to /etc/sysctl.conf (bnc#700174)
+
+---
+Fri Aug 26 09:36:03 UTC 2011 - lnus...@suse.de
+
+- make --system switch compatible with udev/systemd scheme
+
+---

calling whatdependson for head-i586




Other differences:
--
++ procps.spec ++
--- /var/tmp/diff_new_pack.zEn4Jq/_old  2011-08-29 09:15:44.0 +0200
+++ /var/tmp/diff_new_pack.zEn4Jq/_new  2011-08-29 09:15:44.0 +0200
@@ -27,7 +27,7 @@
 PreReq: %fillup_prereq %insserv_prereq
 AutoReqProv:on
 Version:3.2.8
-Release:37
+Release:39
 Summary:ps utilities for /proc
 Provides:   ps
 Obsoletes:  ps
@@ -181,7 +181,27 @@
 %post
 %{fillup_and_insserv -ny boot.sysctl boot.sysctl}
 #
-test -e /etc/sysctl.conf ||  /etc/sysctl.conf
+test -e /etc/sysctl.conf || cat EOF /etc/sysctl.conf
+
+#
+# /etc/sysctl.conf is meant for local sysctl settings
+#
+# sysctl reads settings from the following locations:
+#   /boot/sysctl.conf-kernelversion
+#   /lib/sysctl.d/*.conf
+#   /usr/lib/sysctl.conf.d/*.conf
+#   /usr/local/lib/sysctl.d/*.conf
+#   /etc/sysctl.d/*.conf
+#   /run/sysctl.d/*.conf
+#   /etc/sysctl.conf
+#
+# To disable or override a distribution provided file just place a
+# file with the same name in /etc/sysctl.d/
+#
+# See sysctl.conf(5) and sysctl(8) for more information
+#
+
+EOF
 
 %postun
 %insserv_cleanup

++ procps-3.2.8-add-system-switch.diff ++
--- /var/tmp/diff_new_pack.zEn4Jq/_old  2011-08-29 09:15:44.0 +0200
+++ /var/tmp/diff_new_pack.zEn4Jq/_new  2011-08-29 09:15:44.0 +0200
@@ -1,58 +1,117 @@
-From 45915cfc03fb82b68425445063a0bcebab1ff230 Mon Sep 17 00:00:00 2001
+From f09de20e534804464d89d76c607ac877573ad9fe Mon Sep 17 00:00:00 2001
 From: Ludwig Nussel ludwig.nus...@suse.de
-Date: Wed, 18 May 2011 08:16:39 +0200
-Subject: [PATCH procps 1/3] add --system switch
+Date: Fri, 26 Aug 2011 11:11:50 +0200
+Subject: [PATCH 1/3] add --system switch
 
 instead of requiring distributions to construct a loop around sysctl
 in boot scripts just scan a set of default directories if the --system
 switch is used.
+Config files are applied in alphabetic order of their base name.
+Each base name is only applied once according to the directory
+preference. /etc/sysctl.conf is always applied last.
 ---
- sysctl.c |   35 +++
- 1 files changed, 35 insertions(+), 0 deletions(-)
+ sysctl.8 |5 
+ sysctl.c |   74 ++
+ 2 files changed, 79 insertions(+), 0 deletions(-)
 
+diff --git a/sysctl.8 b/sysctl.8
+index e26c4fb..d2b0ceb 100644
+--- a/sysctl.8
 b/sysctl.8
+@@ -64,6 +64,11 @@ Display all values currently available.
+ .TP
+ .B -A
+ Display all values currently available in table form.
++.TP
++.B --system
++Load settings from system configuration files (/lib/sysctl.d/*.conf,
++/usr/lib/sysctl.d/*.conf, /usr/local/lib/sysctl.d/*.conf,
++/etc/sysctl.d/*.conf, /run/sysctl.d/*.conf, /etc/sysctl.conf)
+ .SH EXAMPLES
+ .TP
+ /sbin/sysctl -a
 diff --git a/sysctl.c b/sysctl.c
-index 9be79ce..3445efe 100644
+index 9be79ce..bf4e529 100644
 --- a/sysctl.c
 +++ b/sysctl.c
-@@ -453,6 +453,37 @@ static int Preload(const char *restrict const filename) {
+@@ -453,6 +453,76 @@ static int Preload(const char *restrict const filename) {
 return rc;
  }
  
++struct pair {
++   char* name;
++   char* value;
++};
++
++static int sortpairs(const void* A, const void* B)
++{
++   const struct pair* a = *(struct pair* const*)A;
++   const struct pair* b = *(struct pair* const*)B;
++   return strcmp(a-name, b-name);
++}
++
 +static int PreloadSystem(void) {
-+   unsigned i;
++   unsigned di, i;
 +   const char* dirs[] = {
-+  /lib/sysctl.d,
-+  /usr/lib/sysctl.d,
-+  /usr/local/lib/sysctl.d,
++  /run/sysctl.d,
 +  /etc/sysctl.d,
++  /usr/local/lib/sysctl.d,
++  /usr/lib/sysctl.d,
++  /lib/sysctl.d,
 +   };
-+   for (i=0; i  sizeof(dirs)/sizeof(dirs[0]); ++i) {
++   struct pair** cfgs = NULL;
++   unsigned ncfgs = 0;
++   enum { nprealloc = 16 };
++
++   for (di=0; di  sizeof(dirs)/sizeof(dirs[0]); ++di) {
 +  struct dirent* de;
-+  DIR* dp = opendir(dirs[i]);
++  DIR* dp = opendir(dirs[di]);
 +  if (!dp)
-+ continue;
++   continue;
 +  while (( de = readdir(dp) )) {
-+ char buf[PATH_MAX];
-+ if 

commit kdelibs4 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory
checked in at Mon Aug 29 09:36:19 CEST 2011.




--- KDE/kdelibs4/kdelibs4.changes   2011-08-25 12:20:57.0 +0200
+++ /mounts/work_src_done/STABLE/kdelibs4/kdelibs4.changes  2011-08-26 
15:30:08.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 26 13:29:50 UTC 2011 - idon...@novell.com
+
+ - Refresh kdelibs-4.7-branch.patch:
+   * Unbreak kickoff menu
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdelibs4-apidocs.spec ++
--- /var/tmp/diff_new_pack.uznHkW/_old  2011-08-29 09:21:37.0 +0200
+++ /var/tmp/diff_new_pack.uznHkW/_new  2011-08-29 09:21:37.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   kdelibs4-apidocs
 Version:4.7.0
-Release:4
+Release:5
 License:LGPLv2.1+
 Summary:KDE 4 API documentation
 Url:http://www.kde.org

++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.uznHkW/_old  2011-08-29 09:21:37.0 +0200
+++ /var/tmp/diff_new_pack.uznHkW/_new  2011-08-29 09:21:37.0 +0200
@@ -64,7 +64,7 @@
 %endif
 BuildRequires:  xz-devel
 Version:4.7.0
-Release:7
+Release:9
 License:LGPLv2.1+
 Summary:KDE Base Libraries
 Url:http://www.kde.org

++ kdelibs-4.7-branch.patch ++
 703 lines (skipped)
 between KDE/kdelibs4/kdelibs-4.7-branch.patch
 and /mounts/work_src_done/STABLE/kdelibs4/kdelibs-4.7-branch.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 python-kde4 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory
checked in at Mon Aug 29 10:00:31 CEST 2011.




--- python-kde4/python-kde4.changes 2011-07-22 20:30:37.0 +0200
+++ /mounts/work_src_done/STABLE/python-kde4/python-kde4.changes
2011-08-26 20:39:49.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug 26 09:37:54 UTC 2011 - m...@novell.com
+
+- fixes for RPMLINT warnings
+  * add %kde4_runtime_requires macro
+  * add %kde4_akonadi_requires macro
+  * modified Summary for begin with a capital letter
+  * add Url tag
+  * add fdupes for duplicated files
+  * modified description for contents longer than the summary
+  * add %py_requires to avoid dependencies warning
+- clean up the specfile formatting
+
+---

calling whatdependson for head-i586




Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.ftnEXq/_old  2011-08-29 09:40:42.0 +0200
+++ /var/tmp/diff_new_pack.ftnEXq/_new  2011-08-29 09:40:42.0 +0200
@@ -19,34 +19,49 @@
 
 
 Name:   python-kde4
-BuildRequires:  kde4-filesystem
-BuildRequires:  python python-devel python-qt4-devel python-sip-devel
-BuildRequires:  kdebase4-workspace-devel libattica-devel
-BuildRequires:  shared-desktop-ontologies-devel soprano soprano-backend-redland
-BuildRequires:  libjasper-devel libkdepimlibs4-devel
-BuildRequires:  okular okular-devel
+Version:4.7.0
+Release:3
 License:LGPLv2.1+
+Summary:Python bindings for the KDE4 libraries
+Url:http://www.kde.org
 Group:  Development/Libraries/KDE
-Summary:kdebindings python-kde library
-Version:4.7.0
-Release:1
-Source0:pykde4-%version.tar.bz2
+Source0:pykde4-%{version}.tar.bz2
+BuildRequires:  fdupes
+BuildRequires:  kde4-filesystem
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libattica-devel
+BuildRequires:  libjasper-devel
+BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  okular
+BuildRequires:  okular-devel
+BuildRequires:  python
+BuildRequires:  python-devel
+BuildRequires:  python-qt4-devel
+BuildRequires:  python-sip-devel
+BuildRequires:  shared-desktop-ontologies-devel
+BuildRequires:  soprano
+BuildRequires:  soprano-backend-redland
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%py_requires
+%kde4_runtime_requires
+%kde4_akonadi_requires
 
 %description
-Smoke Generator
+This package contains PyKDE, the Python bindings for the KDE4 libraries, 
+that allow you to write KDE programs using Python.
 
 %package devel
 License:LGPLv2.1+
+Summary:Developemnt files of python-kde4
 Group:  Development/Libraries/KDE
-Summary:Bindings for KDE 4.x libraries
-Requires:   python-kde4 = %version python-qt4-devel
+Requires:   python-kde4 = %{version}
+Requires:   python-qt4-devel
 
 %description devel
 This package contains development files for the Python bindings for KDE4.
 
 %prep
-%setup -q -n pykde4-%version
+%setup -q -n pykde4-%{version}
 
 %build
   %cmake_kde4 -d build 
@@ -54,7 +69,8 @@
 
 %install
   cd build
-  %makeinstall
+  %make_install
+  %fdupes -s %{buildroot}%{_datadir}
 
 %post -p /sbin/ldconfig
 
@@ -72,7 +88,7 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/share/sip/PyKDE4
+%{_datadir}/sip/PyKDE4
 %_kde4_appsdir/pykde4/examples
 
 %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 claws-mail for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package claws-mail for openSUSE:Factory
checked in at Mon Aug 29 10:01:46 CEST 2011.




--- claws-mail/claws-mail.changes   2011-05-16 09:35:58.0 +0200
+++ /mounts/work_src_done/STABLE/claws-mail/claws-mail.changes  2011-08-27 
13:54:27.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 27 11:42:55 UTC 2011 - a...@suse.de
+
+- Add missing BuildRequires libgcrypt-devel
+
+---

calling whatdependson for head-i586




Other differences:
--
++ claws-mail.spec ++
--- /var/tmp/diff_new_pack.i32Loo/_old  2011-08-29 10:00:41.0 +0200
+++ /var/tmp/diff_new_pack.i32Loo/_new  2011-08-29 10:00:41.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   claws-mail
 Version:3.7.9
-Release:2
+Release:4
 License:GPLv3+
 Group:  Productivity/Networking/Email/Clients
 Url:http://www.claws-mail.org/
@@ -41,6 +41,7 @@
 BuildRequires:  gpgme-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libetpan-devel = 0.57
+BuildRequires:  libgcrypt-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  pilot-link-devel
 BuildRequires:  pkgconfig






Remember to have fun...

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



commit tomboy for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package tomboy for openSUSE:Factory
checked in at Mon Aug 29 10:02:07 CEST 2011.




--- GNOME/tomboy/tomboy.changes 2011-07-26 09:30:24.0 +0200
+++ /mounts/work_src_done/STABLE/tomboy/tomboy.changes  2011-08-23 
09:30:16.0 +0200
@@ -1,0 +2,27 @@
+Tue Aug 23 09:17:06 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.7.4:
+  + Name note being deleted in confirmation dialog 
+  + Autolinking notes should not update modification time 
+  + Fix translation string in Export All Notes Addin 
+  + Don't create nested links 
+  + Save button in Sync Preferences should be insensitive until
+fields are filled.
+  + Tune down autosync frequency 
+  + Keep selection after Notebook rename 
+  + Allow renaming of template notes 
+  + Improve template note functionality 
+  + Bugs fixed: bgo#627034, bgo#634035, bgo#654865, bgo#6237060,
+bgo#473332, bgo#625678, bgo#509147, bgo#653062.
+  + Updated translations.
+
+---
+Tue Aug 16 04:26:20 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.7.3:
+  + Make NUNIT conditional (bgo#647591)
+  + Updated translations.
+- Pass --enable-nunit to configure, as this is now an optional
+  dependency.
+
+---

calling whatdependson for head-i586


Old:

  tomboy-1.7.2.tar.bz2

New:

  tomboy-1.7.4.tar.bz2



Other differences:
--
++ tomboy.spec ++
--- /var/tmp/diff_new_pack.Wn6UOc/_old  2011-08-29 10:01:53.0 +0200
+++ /var/tmp/diff_new_pack.Wn6UOc/_new  2011-08-29 10:01:53.0 +0200
@@ -19,7 +19,7 @@
 %define build_applet 0
 
 Name:   tomboy
-Version:1.7.2
+Version:1.7.4
 Release:1
 License:LGPLv2.1+
 Summary:GNOME Note Taking Application
@@ -78,7 +78,8 @@
 %if 0%{?build_applet}
 --enable-panel-applet \
 %endif
---disable-update-mimedb
+--disable-update-mimedb \
+--enable-nunit
 make
 
 %install

++ tomboy-1.7.2.tar.bz2 - tomboy-1.7.4.tar.bz2 ++
GNOME/tomboy/tomboy-1.7.2.tar.bz2 
/mounts/work_src_done/STABLE/tomboy/tomboy-1.7.4.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 kiwi for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory
checked in at Mon Aug 29 10:14:18 CEST 2011.




--- kiwi/kiwi.changes   2011-08-19 17:39:31.0 +0200
+++ /mounts/work_src_done/STABLE/kiwi/kiwi.changes  2011-08-27 
21:31:43.0 +0200
@@ -1,0 +2,190 @@
+Sat Aug 27 21:29:59 CEST 2011 - m...@suse.de
+  
+- v4.95.3 released
+  
+---
+Sat Aug 27 21:29:33 CEST 2011 - m...@suse.de
+  
+- fixed BuildArch setup for sle11 build
+  
+---
+Sat Aug 27 21:14:49 CEST 2011 - m...@suse.de
+  
+- v4.95.2 released
+  
+---
+Sat Aug 27 20:49:52 CEST 2011 - m...@suse.de
+  
+- DB: rebuild schema documentation
+  
+---
+Sat Aug 27 20:47:41 CEST 2011 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+---
+Sat Aug 27 20:44:08 CEST 2011 - m...@suse.de
+  
+- DB: update documentation concerning the new imageinclude attribute
+  
+---
+Sat Aug 27 20:42:17 CEST 2011 - m...@suse.de
+  
+- added a new attribute to the repository element called
+  'imageinclude', a boolean. The code treats the attribute
+  as having a false default value. When set to true (for
+  using zypper package manager only at this point) the specified
+  repository is added to the image being created, thus the
+  repo is available to install additional packages or upgrade
+  existing packages from within the running image.
+  
+---
+Sat Aug 27 20:40:10 CEST 2011 - m...@suse.de
+  
+- cleanup XML data from example image descriptions by the
+  result of the kiwi XML pretty printer
+  
+---
+Sat Aug 27 20:34:47 CEST 2011 - m...@suse.de
+  
+- added RHEL/CentOS 5.x. compatible repodata for rhel-repo
+  
+---
+Sat Aug 27 20:28:29 CEST 2011 - m...@suse.de
+  
+- fixed %post for kiwi-templates. %post has to use the
+  same ifarch selection as used by the %package section
+  
+---
+Fri Aug 26 15:40:06 CEST 2011 - m...@suse.de
+  
+- v4.95.1 released
+  
+---
+Wed Aug 24 22:23:39 CEST 2011 - m...@suse.de
+  
+- better version of baseSetupBootLoaderCompatLinks()
+  which hardlinks the files to be able to access them
+  from within the cpio archive
+  
+---
+Wed Aug 24 18:12:40 CEST 2011 - m...@suse.de
+  
+- make sure to have some spare space in filesystem images
+  
+---
+Wed Aug 24 16:24:30 CEST 2011 - m...@suse.de
+  
+- don't remove data from initial boot partition
+  
+---
+Wed Aug 24 15:20:40 CEST 2011 - m...@suse.de
+  
+- call setupBootPartition() only if systemIntegrity is != fine
+- clean up setupBootPartition, create mount points inside the initrd
+- clean up netboot code, setup bootid before mountSystem and let
+  setupBootPartition do the setup of the boot contents
+  
+---
+Wed Aug 24 12:39:45 CEST 2011 - m...@suse.de
+  
+- added support for pxe luks encrypted images
+  
+---
+Wed Aug 24 12:20:03 CEST 2011 - m...@suse.de
+  
+- break up long code line into two
+  
+---
+Wed Aug 24 09:58:10 CEST 2011 - m...@suse.de
+  
+- added compat link menu.lst - grub.conf, required by RHEL
+- added function baseSetupBootLoaderCompatLinks() which can
+  be used to create the /usr/share/grub link to the stage
+  files which kiwi expects in /usr/lib/grub. RHEL installs
+  them in /usr/share/grub
+  
+---
+Tue Aug 23 18:04:15 CEST 2011 - m...@suse.de
+  
+- added parted 1.8.7 to RHEL5.4 repo
+  
+---
+Tue Aug 23 17:57:14 CEST 2011 - m...@suse.de
+  
+- fixed boot code: explicitly wait until the background
+  job showing the progress information has finished
+  
+---
+Tue Aug 23 17:55:15 CEST 2011 - m...@suse.de
+  
+- let atftpProgress() read output directly so there is just one job
+- fixed fetchFile(): enable progress only for block devices, without
+  this it showed the progress for md5 and other files when the first
+  image download failed.
+- fixed 

commit NetworkManager-kde4 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-kde4 for 
openSUSE:Factory
checked in at Mon Aug 29 10:15:36 CEST 2011.




--- KDE/NetworkManager-kde4/NetworkManager-kde4.changes 2011-08-23 
15:42:26.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-kde4/NetworkManager-kde4.changes
2011-08-26 21:06:57.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug 26 19:05:45 UTC 2011 - idon...@novell.com
+
+- Update to git snapshot 20110826 
+  * Changed secret handling
+  * Treat adhoc wireless networks as normal networks
+  * Now depends on NetworkManager = 0.9.0
+
+---

calling whatdependson for head-i586




Other differences:
--
++ NetworkManager-kde4.spec ++
--- /var/tmp/diff_new_pack.MNvoQU/_old  2011-08-29 10:14:30.0 +0200
+++ /var/tmp/diff_new_pack.MNvoQU/_new  2011-08-29 10:14:30.0 +0200
@@ -21,11 +21,11 @@
 Name:   NetworkManager-kde4
 BuildRequires:  kdebase4-workspace-devel
 %if 0%{?suse_version} = 1210
-BuildRequires:  NetworkManager-devel  0.8.999
+BuildRequires:  NetworkManager-devel = 0.9.0
 %else
 BuildRequires:  NetworkManager-devel  0.8.5
 %endif
-Version:0.9.1git20110822
+Version:0.9.1git20110825
 Release:1
 License:LGPL v2 or later
 Summary:NetworkManager client for KDE 4

++ networkmanagement.tar.bz2 ++
KDE/NetworkManager-kde4/networkmanagement.tar.bz2 
/mounts/work_src_done/STABLE/NetworkManager-kde4/networkmanagement.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 yast2-slide-show for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package yast2-slide-show for openSUSE:Factory
checked in at Mon Aug 29 10:23:58 CEST 2011.




--- yast2-slide-show/yast2-slide-show.changes   2011-06-17 15:51:46.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-slide-show/yast2-slide-show.changes  
2011-08-26 15:41:50.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 26 15:41:21 CEST 2011 - k...@suse.de
+
+- Update openSUSE slide show translations.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.0DK9gR/_old  2011-08-29 10:16:40.0 +0200
+++ /var/tmp/diff_new_pack.0DK9gR/_new  2011-08-29 10:16:40.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   yast2-slide-show
 Version:2.21.0
-Release:3
+Release:5
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-slide-show-2.21.0.tar.bz2

++ slideshow-po.tar.gz ++
 3060 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 whois for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package whois for openSUSE:Factory
checked in at Mon Aug 29 10:30:15 CEST 2011.




--- whois/whois.changes 2011-07-19 10:48:56.0 +0200
+++ /mounts/work_src_done/STABLE/whois/whois.changes2011-08-26 
09:50:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 26 07:50:06 UTC 2011 - lnus...@suse.de
+
+- fix build on older distros
+
+---

calling whatdependson for head-i586




Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.FsMEdY/_old  2011-08-29 10:24:08.0 +0200
+++ /var/tmp/diff_new_pack.FsMEdY/_new  2011-08-29 10:24:08.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   whois
 Version:5.0.11
-Release:2
+Release:5
 License:GPLv2+
 Summary:Whois Client Program
 Url:http://www.linux.it/~md/software/
@@ -34,6 +34,9 @@
 Patch7: whois-5.0.11-mkpasswd-remove-obsolete-settings.diff
 Patch8: whois-5.0.11-mkpasswd-fix-compiler-warnings.diff
 BuildRequires:  libidn-devel
+%if 0%{?suse_version} = 1140
+BuildRequires:  libxcrypt-devel
+%endif
 Provides:   ripe-whois-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -57,7 +60,13 @@
 rename no nb po/no.*
 
 %build
-make all mkpasswd HAVE_LIBIDN=1 HAVE_ICONV=1 HAVE_CRYPT_GENSALT=1 
CFLAGS=%{optflags}
+make all mkpasswd HAVE_LIBIDN=1 HAVE_ICONV=1 \
+%if 0%{?suse_version} = 1140
+   HAVE_XCRYPT=1 \
+%else
+   HAVE_CRYPT_GENSALT=1 \
+%endif
+   CFLAGS=%{optflags}
 
 %install
 mkdir -p %{buildroot}{/usr/bin,%{_mandir}/man1}






Remember to have fun...

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



commit v8 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package v8 for openSUSE:Factory
checked in at Mon Aug 29 10:31:07 CEST 2011.




--- v8/v8.changes   2011-08-24 19:46:21.0 +0200
+++ /mounts/work_src_done/STABLE/v8/v8.changes  2011-08-25 15:46:56.0 
+0200
@@ -4,0 +5,5 @@
+  + Make scanner handle invalid unicode escapes in identifiers correctly.
+  + Make regexp flag parsing stricter.
+  + Fix several memory leaks.
+- Cleanup of specfile and changelog to prepare for submission to 
+  Factory
@@ -15,0 +21,6 @@
+  + Fixed issue that could cause crashes when running with --heap-stats.
+  + Fixed compilation on Linux 2.6.9 and older.
+  + Fixed live-object-list to work with isolates.
+  + Fixed memory leaks in zones and isolates.
+  + Fixed a performance regression for TypedArrays on x64.
+  + Stability improvements on all platforms.
@@ -20,0 +32,5 @@
+  + Fixed bugs involving negative zero and the optimizing compiler.
+  + Fixed optimized version of Function.apply(x, arguments). (issue 1592)
+  + Eliminated uses of deprecated ARM instructions.
+  + Sped up Math.floor by using SSE 4.1 roundsd instruction on ia32.
+  + Removed restriction on the size of disassembled code that is printed.

calling whatdependson for head-i586




Other differences:
--
++ v8.spec ++
--- /var/tmp/diff_new_pack.esIiwT/_old  2011-08-29 10:30:57.0 +0200
+++ /var/tmp/diff_new_pack.esIiwT/_new  2011-08-29 10:30:57.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   v8
 Version:3.5.7.0
-Release:1
+Release:3
 Summary:JavaScript Engine
 Group:  System/Libraries
 License:BSD
@@ -42,6 +42,7 @@
 
 %package -n libv8-3
 
+
 Group:  Development/Libraries/Other
 Summary:JavaScript Engine
 Obsoletes:  v8  %{version}
@@ -52,6 +53,7 @@
 
 %package devel
 
+
 Group:  Development/Libraries/Other
 Summary:Development headers and libraries for v8
 Requires:   lib%{name}-3 = %{version}-%{release}







Remember to have fun...

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



commit smpppd for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package smpppd for openSUSE:Factory
checked in at Mon Aug 29 10:34:23 CEST 2011.




--- smpppd/smpppd.changes   2011-05-11 15:53:04.0 +0200
+++ /mounts/work_src_done/STABLE/smpppd/smpppd.changes  2011-08-26 
15:06:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug 26 13:05:51 UTC 2011 - lnus...@suse.de
+
+- link against libcrypto instead of libssl
+
+---

calling whatdependson for head-i586


Old:

  smpppd-1.60.50.tar.bz2

New:

  smpppd-1.60.51.tar.bz2



Other differences:
--
++ smpppd.spec ++
--- /var/tmp/diff_new_pack.9wONv3/_old  2011-08-29 10:31:16.0 +0200
+++ /var/tmp/diff_new_pack.9wONv3/_new  2011-08-29 10:31:16.0 +0200
@@ -32,7 +32,7 @@
 Group:  Productivity/Networking/PPP
 Summary:SuSE Meta PPP Daemon
 Requires:   ppp /usr/bin/killall
-Version:1.60.50
+Version:1.60.51
 Release:1
 Source0:smpppd-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ smpppd-1.60.50.tar.bz2 - smpppd-1.60.51.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smpppd-1.60.50/configure new/smpppd-1.60.51/configure
--- old/smpppd-1.60.50/configure2011-05-11 15:59:06.0 +0200
+++ new/smpppd-1.60.51/configure2011-08-26 15:03:46.0 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for smpppd 1.60.50.
+# Generated by GNU Autoconf 2.68 for smpppd 1.60.51.
 #
-# Report bugs to http://developer.novell.com/wiki/index.php/Smpppd.
+# Report bugs to http://gitorious.org/opensuse/smpppd.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -239,10 +239,10 @@
 $as_echo $0: be upgraded to zsh 4.3.4 or later.
   else
 $as_echo $0: Please tell bug-autoc...@gnu.org and
-$0: http://developer.novell.com/wiki/index.php/Smpppd about
-$0: your system, including any error possibly output before
-$0: this message. Then install a modern shell, or manually
-$0: run the script under such a shell if you do have one.
+$0: http://gitorious.org/opensuse/smpppd about your system,
+$0: including any error possibly output before this
+$0: message. Then install a modern shell, or manually run
+$0: the script under such a shell if you do have one.
   fi
   exit 1
 fi
@@ -560,9 +560,9 @@
 # Identity of this package.
 PACKAGE_NAME='smpppd'
 PACKAGE_TARNAME='smpppd'
-PACKAGE_VERSION='1.60.50'
-PACKAGE_STRING='smpppd 1.60.50'
-PACKAGE_BUGREPORT='http://developer.novell.com/wiki/index.php/Smpppd'
+PACKAGE_VERSION='1.60.51'
+PACKAGE_STRING='smpppd 1.60.51'
+PACKAGE_BUGREPORT='http://gitorious.org/opensuse/smpppd'
 PACKAGE_URL=''
 
 ac_unique_file=smpppd/smpppd.cc
@@ -1270,7 +1270,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures smpppd 1.60.50 to adapt to many kinds of systems.
+\`configure' configures smpppd 1.60.51 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1336,7 +1336,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of smpppd 1.60.50:;;
+ short | recursive ) echo Configuration of smpppd 1.60.51:;;
esac
   cat \_ACEOF
 
@@ -1380,7 +1380,7 @@
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to http://developer.novell.com/wiki/index.php/Smpppd.
+Report bugs to http://gitorious.org/opensuse/smpppd.
 _ACEOF
 ac_status=$?
 fi
@@ -1443,7 +1443,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-smpppd configure 1.60.50
+smpppd configure 1.60.51
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1640,9 +1640,9 @@
 $as_echo $as_me: WARNING: $2: section \Present But Cannot Be Compiled\ 
2;}
 { $as_echo $as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the 
compiler's result 5
 $as_echo $as_me: WARNING: $2: proceeding with the compiler's result 2;}
-( $as_echo ## 
 ##
-## Report this to http://developer.novell.com/wiki/index.php/Smpppd ##
-##  ##
+( $as_echo ## --- ##
+## Report this to http://gitorious.org/opensuse/smpppd ##
+## --- ##
  ) | sed s/^/$as_me: WARNING: / 2
 ;;
 esac
@@ -1737,7 +1737,7 @@
 This file contains any messages produced by compilers while
 running 

commit python-veusz for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory
checked in at Mon Aug 29 10:35:19 CEST 2011.




--- python-veusz/python-veusz.changes   2011-08-06 00:46:21.0 +0200
+++ /mounts/work_src_done/STABLE/python-veusz/python-veusz.changes  
2011-08-22 13:40:07.0 +0200
@@ -1,0 +2,27 @@
+Fri Aug 19 23:07:40 UTC 2011 - badshah...@gmail.com
+
+- Update to version 1.13
+  + Graphs are rendered in separate threads for speed and a
+responsive user interface
+  + A changed Graph is rendered immediately on document
+modification, improving latency
+  + A new ternary plot widget is included
+  + Size of pages can be modified individually in a document
+  + Binary data import added
+  + NPY/NPZ numpy data import added
+  + Axis and tick labels on axes can be rotated at 45 deg
+intervals
+  + Labels can be plotted next to points on non-orthogonal plots
+  + Add an option for DPI of output EPS and PDF files
+  + Several minor improvements (see ChangeLog file)
+  + Bug fixes:
+- Images plotted when axes are inverted are inverted too
+- Fixed crash when selecting datasets for plotting in the
+  popup menu
+- Fixed picker crashes with a constant function
+- 2D dataset creation using expressions fixed
+- CSV reader treated dataset names ending in + or -
+  incorrectly
+- unique1d function no longer available in numpy
+
+---

calling whatdependson for head-i586


Old:

  veusz-1.12.tar.bz2

New:

  veusz-1.13.tar.bz2



Other differences:
--
++ python-veusz.spec ++
--- /var/tmp/diff_new_pack.x09qNb/_old  2011-08-29 10:34:54.0 +0200
+++ /var/tmp/diff_new_pack.x09qNb/_new  2011-08-29 10:34:54.0 +0200
@@ -19,7 +19,7 @@
 %define pyname veusz
 
 Name:   python-%{pyname}
-Version:1.12
+Version:1.13
 Release:1
 # The entire source code is GPLv2+ except helpers/src/_nc_cntr.c which is 
Python
 License:GPLv2+ and Python
@@ -64,7 +64,7 @@
 ${RPM_BUILD_DIR}/veusz-%{version}/utils/action.py
 
 # change path of where to look for COPYING - should be docdir
-sed -i /f =/s+utils.veuszDirectory+'%{_docdir}/veusz-%{version}'+ \
+sed -i /f =/s+utils.veuszDirectory+'%{_docdir}/%{name}'+ \
 ${RPM_BUILD_DIR}/veusz-%{version}/dialogs/aboutdialog.py
 
 %build

++ veusz-1.12.tar.bz2 - veusz-1.13.tar.bz2 ++
 29040 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 openvas-scanner for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package openvas-scanner for openSUSE:Factory
checked in at Mon Aug 29 10:47:50 CEST 2011.




--- openvas-scanner/openvas-scanner.changes 2011-06-08 20:53:27.0 
+0200
+++ /mounts/work_src_done/STABLE/openvas-scanner/openvas-scanner.changes
2011-08-25 22:20:03.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 20:19:34 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build. 
+
+---

calling whatdependson for head-i586


New:

  ovas-scanner-add-needed.patch



Other differences:
--
++ openvas-scanner.spec ++
--- /var/tmp/diff_new_pack.Ineox4/_old  2011-08-29 10:47:25.0 +0200
+++ /var/tmp/diff_new_pack.Ineox4/_new  2011-08-29 10:47:25.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   openvas-scanner
 Version:3.2.4
-Release:1
+Release:3
 License:GPLv2
 Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
@@ -47,11 +47,13 @@
 BuildRequires:  cmake
 BuildRequires:  glib2-devel
 BuildRequires:  libopenvas-devel = 4.0.0
+BuildRequires:  libgcrypt-devel
 BuildRequires:  pkgconfig
 Requires:   logrotate
 Requires:   openssl
 Requires:   rsync
 Summary:The Scanner Module for OpenVAS
+Patch:  ovas-scanner-add-needed.patch
 
 %description
 This is the scanner module for the Open Vulnerability Assessment System 
(OpenVAS).
@@ -59,6 +61,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %if 0%{?mandriva_version}
@@ -85,7 +88,7 @@
 %__install -Dm 0644 %{_sourcedir}/debian.openvas-scanner.default 
%{buildroot}%{_var}/adm/fillup-templates/sysconfig.openvas-scanner
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 %__install -Dm 0755 %{_sourcedir}/openvassd.init.fedora 
%{buildroot}%{_initrddir}/openvas-scanner
 %__install -Dm 0644 %{_sourcedir}/debian.openvas-scanner.default 
%{buildroot}%{_sysconfdir}/sysconfig/openvas-scanner
 %endif
@@ -119,7 +122,7 @@
 %_post_service openvas-scanner
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm -i (not rpm {-U|-F})
 if [ $1 = 1 ]; then
/sbin/chkconfig --add openvas-scanner
@@ -135,7 +138,7 @@
 %_preun_service openvas-scanner
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm -e (not rpm {-U|-F})
 if [ $1 = 0 ]; then
 /sbin/service openvas-scanner stop  /dev/null 21 || :
@@ -149,7 +152,7 @@
 %insserv_cleanup
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm {-U|-F} (not rpm -e)
 if [ $1 = 1 ]; then
 /sbin/service openvas-scanner condrestart

++ ovas-scanner-add-needed.patch ++
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -133,7 +133,7 @@ endif (NVT_TIMEOUT)
 set_target_properties (openvassd PROPERTIES LINK_FLAGS
${LIB_TEMP} ${GLIB_LDFLAGS} ${OPENVAS_LDFLAGS})
 
-target_link_libraries (openvassd gnutls dl gcrypt)
+target_link_libraries (openvassd gnutls dl gcrypt openvas_base openvas_misc 
openvas_hg glib-2.0)
 
 set_target_properties (openvassd PROPERTIES COMPILE_FLAGS
${HEADER_TEMP} ${OPENVAS_CFLAGS} ${GLIB_CFLAGS})





Remember to have fun...

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



commit kdevelop4-plugins for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package kdevelop4-plugins for 
openSUSE:Factory
checked in at Mon Aug 29 10:48:49 CEST 2011.




--- KDE/kdevelop4-plugins/kdevelop4-plugins.changes 2011-06-29 
23:34:37.0 +0200
+++ /mounts/work_src_done/STABLE/kdevelop4-plugins/kdevelop4-plugins.changes
2011-08-27 10:21:49.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 27 08:24:41 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos and replaced unicode quotation marks in 
+  kdevelop4-plugins.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdevelop4-plugins.spec ++
--- /var/tmp/diff_new_pack.NsqyM1/_old  2011-08-29 10:48:33.0 +0200
+++ /var/tmp/diff_new_pack.NsqyM1/_new  2011-08-29 10:48:33.0 +0200
@@ -25,7 +25,7 @@
 Summary:Additional plugins for Kdevelop4 Integrated Development 
Environment
 Url:http://www.kdevelop.org
 Version:1.2.3
-Release:1
+Release:2
 Source0:kdevelop-php-%version.tar.bz2
 Source1:kdevelop-php-docs-%version.tar.bz2
 Patch1: add-php-docs.diff
@@ -71,14 +71,14 @@
 PHP Plugin for Kdevelop4 Integrated Development Environment
 
 This plugin enables support for the following features for developing
-web applications in PHP using Kdevelope4.
+web applications in PHP using Kdevelop4.
 
   * PHP built-in functions, classes, constants, superglobals
   * user-defined functions, classes, constants, superglobals, variables, etc.
   * proper code completion for objects which respects access modifiers 
(private, public, protected) and differentiates between static/non-static 
members and methods
   * code completion for overridable and implementable functions inside classes
   * hints in the argument list of function- and method class
-  * sane code completion after keywords such as “extends, implements, catch(), 
new, throw” and some more I think
+  * sane code completion after keywords such as extends, implements, catch(), 
new, throw and some more I think
 
 %package php-doc
 License:GPLv2+
@@ -93,6 +93,7 @@
 %if 0
 
 %package upload
+
 License:GPLv2+
 Group:  Development/Tools/IDE
 Summary:Upload Plugin for Kdevelop4 Integrated Development Environment






Remember to have fun...

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



commit hawk for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package hawk for openSUSE:Factory
checked in at Mon Aug 29 10:49:27 CEST 2011.




--- hawk/hawk.changes   2011-07-13 16:33:18.0 +0200
+++ /mounts/work_src_done/STABLE/hawk/hawk.changes  2011-08-29 
06:50:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 04:46:23 UTC 2011 - tser...@suse.com
+
+- Build: Fix glib  libxml order for hawk_monitor build
+
+---

calling whatdependson for head-i586


New:

  build-fix-libxml-link.patch



Other differences:
--
++ hawk.spec ++
--- /var/tmp/diff_new_pack.iTgWeY/_old  2011-08-29 10:49:01.0 +0200
+++ /var/tmp/diff_new_pack.iTgWeY/_new  2011-08-29 10:49:01.0 +0200
@@ -27,7 +27,7 @@
 Name:   hawk
 Summary:HA Web Konsole
 Version:0.4.1
-Release:2
+Release:4
 License:GPLv2
 Url:http://www.clusterlabs.org/wiki/Hawk
 Group:  Productivity/Clustering/HA
@@ -42,6 +42,7 @@
 Patch102:   build-fix-hawk_invoke-implicit-decls.patch
 Patch103:   build-fix-pie.patch
 Patch104:   build-fix-cib_test.patch
+Patch105:   build-fix-libxml-link.patch
 %define_use_internal_dependency_generator 0
 %define__find_requires /bin/sh %{SOURCE1}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -85,6 +86,7 @@
 %patch102 -p0
 %patch103 -p0
 %patch104 -p0
+%patch105 -p0
 
 %build
 CFLAGS=${CFLAGS} ${RPM_OPT_FLAGS}

++ build-fix-libxml-link.patch ++
Index: Makefile
===
--- Makefile.orig
+++ Makefile
@@ -77,11 +77,13 @@ tools/hawk_chkpwd: tools/hawk_chkpwd.c t
 
 tools/hawk_monitor: tools/hawk_monitor.c
gcc $(CFLAGS) \
-   $(shell pkg-config --cflags glib-2.0) $(shell pkg-config --libs 
glib-2.0) \
-   $(shell pkg-config --cflags libxml-2.0) $(shell pkg-config 
--libs libxml-2.0) \
+   $(shell pkg-config --cflags glib-2.0) \
+   $(shell pkg-config --cflags libxml-2.0) \
-I/usr/include/pacemaker -I/usr/include/heartbeat \
-o $@ $ \
-   -lcib -lcrmcommon -Wall
+   -lcib -lcrmcommon -Wall \
+   $(shell pkg-config --libs glib-2.0) \
+   $(shell pkg-config --libs libxml-2.0)
 
 # TODO(must): This is inching towards becoming annoying: want better build 
infrastructure/deps
 tools/hawk_invoke: tools/hawk_invoke.c tools/common.h





Remember to have fun...

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



commit gsd for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package gsd for openSUSE:Factory
checked in at Mon Aug 29 10:51:20 CEST 2011.




--- gsd/gsd.changes 2011-04-09 01:14:42.0 +0200
+++ /mounts/work_src_done/STABLE/gsd/gsd.changes2011-08-25 
21:32:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 19:31:32 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with new linker defaults.
+
+---

calling whatdependson for head-i586


New:

  gsd-add-needed.patch



Other differences:
--
++ gsd.spec ++
--- /var/tmp/diff_new_pack.ARLuAK/_old  2011-08-29 10:49:35.0 +0200
+++ /var/tmp/diff_new_pack.ARLuAK/_new  2011-08-29 10:49:35.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   gsd
 Version:1.2.0
-Release:1
+Release:2
 License:GPLv2+
 Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
@@ -33,7 +33,7 @@
 BuildRequires:  libopenvas-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  pkgconfig
-
+BuildRequires:  libgcrypt-devel
 %if 0%{?fedora_version}  13
 BuildRequires:  qt-webkit-devel
 %endif
@@ -47,6 +47,7 @@
 %endif
 
 Summary:A Desktop Client that connects to the OpenVAS Manager
+Patch:  gsd-add-needed.patch
 
 %description
 GSD is a desktop client that connects to the OpenVAS Manager using
@@ -55,6 +56,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 export CXXFLAGS=$RPM_OPT_FLAGS

++ gsd-add-needed.patch ++
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -212,7 +212,7 @@ else (MINGW)
   set_target_properties (gsd PROPERTIES COMPILE_FLAGS
 ${HEADER_TEMP} ${GNUTLS_CFLAGS} ${OPENVAS_CFLAGS} ${GLIB_CFLAGS})
 
-  target_link_libraries (gsd openvas_omp openvas_base ${QT_LIBRARIES} 
gthread-2.0 gcrypt)
+  target_link_libraries (gsd openvas_omp openvas_base ${QT_LIBRARIES} 
gthread-2.0 gcrypt openvas_misc glib-2.0 gnutls)
 endif (MINGW)
 
 ## Install





Remember to have fun...

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



commit bleachbit for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory
checked in at Mon Aug 29 10:54:17 CEST 2011.




--- bleachbit/bleachbit.changes 2011-06-15 21:47:01.0 +0200
+++ /mounts/work_src_done/STABLE/bleachbit/bleachbit.changes2011-08-28 
11:55:06.0 +0200
@@ -1,0 +2,27 @@
+Sun Aug 28 09:53:37 UTC 2011 - sascha.ma...@open-slx.de
+
+- finished bug bnc#712471
+  + make fit for using with Kernel = 3.x 
+
+---
+Sat Aug 27 10:28:22 UTC 2011 - sascha.ma...@open-slx.de
+
+- rewritten Patch bleachbit-bnc712471.patch 
+
+---
+Thu Aug 25 16:26:08 UTC 2011 - sascha.ma...@open-slx.de
+
+- Updated Patch with using Larry Fingers proposals in bnc#712471 
+
+---
+Wed Aug 24 10:30:30 UTC 2011 - sascha.ma...@open-slx.de
+
+- fixed Bug bnc#712471 (fix for using Linux Kernel  3) thanks to
+  Larry Finger for helping out 
+
+---
+Wed Aug 17 21:30:34 UTC 2011 - sascha.ma...@open-slx.de
+
+- removed the *.py[co] remover 
+
+---

calling whatdependson for head-i586


New:

  bleachbit-bnc712471.patch



Other differences:
--
++ bleachbit.spec ++
--- /var/tmp/diff_new_pack.xOuPVF/_old  2011-08-29 10:53:01.0 +0200
+++ /var/tmp/diff_new_pack.xOuPVF/_new  2011-08-29 10:53:01.0 +0200
@@ -2,7 +2,8 @@
 # spec file for package bleachbit
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2010 - 2011 by Sascha Manns saigk...@opensuse.org
+# Copyright (c) 8/2011 by open-slx GmbH sascha.ma...@open-slx.de
+# Copyright (c) 2010 - 7/2011 by Sascha Manns saigk...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +21,7 @@
 
 Name:   bleachbit
 Version:0.8.8
-Release:1
+Release:4
 License:GPL v3 only
 Summary:Remove unnecessary files, free space, and maintain privacy
 BuildRequires:  fdupes
@@ -37,6 +38,8 @@
 Group:  Productivity/File utilities
 Source0:%{name}-%{version}.tar.bz2
 Source1:%{name}.desktop
+# Bugreport #712471
+Patch0: %{name}-bnc712471.patch
 Requires:   python-gnome
 Requires:   python-gtk = 2.6
 Requires:   xdg-utils
@@ -58,6 +61,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 %__sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \
 bleachbit/GUI.py
 
@@ -83,7 +87,7 @@
 %find_lang %{name}
 %fdupes -s %{buildroot}
 
-%__rm %{buildroot}%{_datadir}/%{name}/*.py[co]
+#%%__rm %{buildroot}%%{_datadir}/%%{name}/*.py[co]
 
 # Hack to fix non-executable-script
 %{__chmod} +x %{buildroot}%{_datadir}/%{name}/CLI.py

++ bleachbit-bnc712471.patch ++
Index: bleachbit/Cleaner.py
===
--- bleachbit/Cleaner.py.orig
+++ bleachbit/Cleaner.py
@@ -373,7 +373,7 @@ class System(Cleaner):
 self.add_option('rotated_logs', _('Rotated logs'), _('Delete old 
system logs'))
 self.add_option('recent_documents', _('Recent documents list'), 
_('Delete the list of recently used documents'))
 self.add_option('trash', _('Trash'), _('Empty the trash'))
-if 'linux2' == sys.platform:
+if sys.platform.startswith('linux'):
 self.add_option('memory', _('Memory'), \
 # TRANSLATORS: 'free' means 'unallocated'
_('Wipe the swap and free memory'))
@@ -479,7 +479,7 @@ class System(Cleaner):
 files += [ globbed ]
 
 # memory
-if 'linux2' == sys.platform and 'memory' == option_id:
+if sys.platform.startswith('linux') and 'memory' == option_id:
 yield Command.Function(None, Memory.wipe_memory, _('Memory'))
 
 # memory dump
Index: bleachbit/CleanerML.py
===
--- bleachbit/CleanerML.py.orig
+++ bleachbit/CleanerML.py
@@ -74,7 +74,7 @@ class CleanerML:
 if len(os_str) == 0 or None != self.xlate_cb:
 return True
 # Otherwise, check platform.
-if os_str == 'linux' and sys.platform == 'linux2':
+if os_str == 'linux' and sys.platform.startswith('linux'):
 return True
 if os_str == 'windows' and sys.platform == 'win32':
 return True
Index: bleachbit/Common.py
===
--- bleachbit/Common.py.orig
+++ bleachbit/Common.py
@@ -91,7 +91,7 @@ personal_cleaners_dir = os.path.join(opt
 
 # system cleaners
 system_cleaners_dir = None

commit apcupsd for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package apcupsd for openSUSE:Factory
checked in at Mon Aug 29 11:01:02 CEST 2011.




--- apcupsd/apcupsd.changes 2011-08-02 18:02:00.0 +0200
+++ /mounts/work_src_done/STABLE/apcupsd/apcupsd.changes2011-08-26 
13:54:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 20:02:35 CEST 2011 - sbra...@suse.cz
+
+- Implemented hibernate on power fail (bnc#703592#c39).
+
+---

calling whatdependson for head-i586


New:

  apcupsd-hibernate.patch
  apcupsd.hibernate
  apcupsd.sysconfig



Other differences:
--
++ apcupsd.spec ++
--- /var/tmp/diff_new_pack.0Jwxab/_old  2011-08-29 10:55:12.0 +0200
+++ /var/tmp/diff_new_pack.0Jwxab/_new  2011-08-29 10:55:12.0 +0200
@@ -19,21 +19,25 @@
 
 
 Name:   apcupsd
-BuildRequires:  apache2-devel distribution-release dos2unix gcc-c++ 
gconf2-devel gd-devel gnome-vfs2-devel gtk2-devel mailx ncurses-devel 
net-snmp-devel sysvinit tcpd-devel update-desktop-files
+BuildRequires:  apache2-devel distribution-release dos2unix gcc-c++ 
gconf2-devel gd-devel gnome-vfs2-devel gtk2-devel mailx ncurses-devel 
net-snmp-devel pm-utils sysvinit tcpd-devel update-desktop-files
 Group:  Hardware/UPS
 License:GPLv2+
 Summary:APC UPS Daemon (Powerful Daemon for APC UPSs)
 Version:3.14.8
-Release:3
+Release:5
 Url:http://www.apcupsd.com/
 Source: apcupsd-%{version}.tar.bz2
 Source1:apcupsd.init
 Source2:README.SUSE
 Source3:apcupsd-early-powerdown.init
+Source4:apcupsd.hibernate
+Source5:apcupsd.sysconfig
 # PATCH-FIX-OPENSUSE apcupsd-suse.patch sbra...@suse.cz -- Do not perform halt 
script alternation on install.
 Patch:  apcupsd-suse.patch
 # PATCH-FIX-OPENSUSE apcupsd-gpp.patch sbra...@suse.cz -- Build against C++ 
unfriendly system tcpd.h. See below.
 Patch1: apcupsd-gpp.patch
+# PATCH-FEATURE-OPENSUSE apcupsd-hibernate.patch sbra...@suse.cz -- Support 
for hibernation on powerfail.
+Patch2: apcupsd-hibernate.patch
 # PATCH-FEATURE-OPENSUSE apcupsd-powersave.patch sbra...@suse.cz -- Call 
powersave-notify in distros where it is available.
 Patch3: apcupsd-powersave.patch
 # PATCH-FIX-OPENSUSE apcupsd-largebuf-overflow.patch sbra...@suse.cz -- Fix 
static buffer overflow.
@@ -73,13 +77,14 @@
 %prep
 %setup -q
 cp -a %{S:1} platforms/suse/apcupsd.in
-cp -a %{S:2} .
+cp -a %{S:2} %{S:4} %{S:5} .
 cp -a %{S:3} apcupsd-early-powerdown
 chmod +x apcupsd-early-powerdown
 %patch
 # To be surely in sync with tcpd API, build against system header. It requires 
a patch.
 rm include/tcpd.h
 %patch1
+%patch2
 %if %suse_version  1110
 %patch3
 %endif
@@ -132,6 +137,11 @@
 %if %suse_version  1130
 rm -r $RPM_BUILD_ROOT/usr/share/hal
 %endif
+mkdir -p $RPM_BUILD_ROOT/etc/pm/sleep.d
+sed s:@PWRFAILDIR@:%{_sysconfdir}/apcupsd:g apcupsd.hibernate 
$RPM_BUILD_ROOT/etc/pm/sleep.d/99apcupsd
+chmod +x $RPM_BUILD_ROOT/etc/pm/sleep.d/99apcupsd
+mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
+cp apcupsd.sysconfig $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.apcupsd
 
 %post
 %{fillup_and_insserv apcupsd}
@@ -196,6 +206,7 @@
 %{_sbindir}/rcapcupsd
 %{_sbindir}/smtp
 /etc/init.d/apcupsd
+/etc/pm/sleep.d/99apcupsd
 %dir %{_sysconfdir}/apcupsd/
 %{_sysconfdir}/apcupsd/apccontrol
 %config(noreplace)%{_sysconfdir}/apcupsd/apcupsd.conf
@@ -212,6 +223,7 @@
 %{apache_serverroot}/cgi-bin/upsstats.cgi
 %{apache_serverroot}/cgi-bin/upsimage.cgi
 %doc %{_mandir}/man?/*.*
+/var/adm/fillup-templates/sysconfig.*
 
 %files gui
 %defattr(-,root,root)

++ README.SUSE ++
--- /var/tmp/diff_new_pack.0Jwxab/_old  2011-08-29 10:55:12.0 +0200
+++ /var/tmp/diff_new_pack.0Jwxab/_new  2011-08-29 10:55:12.0 +0200
@@ -6,15 +6,15 @@
 If you want to configure nut to do suspend to disk instead of shutdown
 you should:
 
-- Verify, that suspend to disk works correctly with your desktop:
-  shutdown -z +0
-  (You can lose your unsaved data, if your computer does not support
-  suspend.)
-
-- Properly edit your /etc/apcupsd/apccontrol: Replace -h by -z in
-  shutdown command parameters.
-- Verify, that your UPS provides reasonable grant period to complete
-  suspend in all situations.
+- You need pm-utils package installed.
+- Verify, that suspend to disk works correctly on your machine,
+  e. g. by pm-hibernate
+  (You can lose your unsaved data, if your computer does not hibernate
+  correctly.)
+- Verify, that your UPS provides reasonable grace period to complete
+  hibernation in all situations.
+- Use YaST Sysconfig editor and set
+  Hardware-UPS-APCUPSD_POWERFAIL_BEHAVIOR to hibernate.
 
 
 Environment with possible service timeouts

++ apcupsd-hibernate.patch ++
--- platforms/apccontrol.in
+++ 

commit NetworkManager-gnome for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory
checked in at Mon Aug 29 11:03:18 CEST 2011.




--- GNOME/NetworkManager-gnome/NetworkManager-gnome.changes 2011-06-09 
16:47:19.0 +0200
+++ 
/mounts/work_src_done/STABLE/NetworkManager-gnome/NetworkManager-gnome.changes  
2011-08-25 14:19:34.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 23 09:16:05 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.9.0:
+  + Fix compatibility with GTK+ = 2.22.
+  + Change Device MAC address to combo box with an entry.
+  + Default to IPv6 Auto for manually created connections.
+  + Enable registration state home/roaming notifications for CDMA.
+  + Fix various VPN secret saving issues.
+
+---

calling whatdependson for head-i586


Old:

  network-manager-applet-0.8.9997.tar.bz2

New:

  network-manager-applet-0.9.0.tar.bz2



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.6Q5TxC/_old  2011-08-29 11:01:46.0 +0200
+++ /var/tmp/diff_new_pack.6Q5TxC/_new  2011-08-29 11:01:46.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:0.8.9997
+Version:0.9.0
 Release:1
 License:GPLv2+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  NetworkManager-devel
-BuildRequires:  NetworkManager-glib
+BuildRequires:  NetworkManager-devel = 0.9
+BuildRequires:  NetworkManager-glib = 0.9
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib
 BuildRequires:  gconf2-devel
@@ -42,7 +42,7 @@
 BuildRequires:  update-desktop-files
 Group:  System/GUI/GNOME
 Summary:GNOME applications for use with NetworkManager
-Source: network-manager-applet-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/network-manager-applet/0.9/network-manager-applet-%{version}.tar.bz2
 Source1:nm-icons.tar.gz
 # PATCH-FIX-OPENSUSE NetworkManager-gnome-OnlyShowIn.patch -- Add OnlyShowIn 
key to autostart file
 Patch1: NetworkManager-gnome-OnlyShowIn.patch

++ network-manager-applet-0.8.9997.tar.bz2 - 
network-manager-applet-0.9.0.tar.bz2 ++
 55985 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 json-c for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package json-c for openSUSE:Factory
checked in at Mon Aug 29 11:21:51 CEST 2011.




--- json-c/json-c.changes   2010-11-04 18:22:35.0 +0100
+++ /mounts/work_src_done/STABLE/json-c/json-c.changes  2011-08-29 
10:04:56.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 08:01:40 UTC 2011 - co...@novell.com
+
+- add baselibs.conf for pulseaudio to use
+- use original sources
+
+---

calling whatdependson for head-i586


Old:

  json-c-0.9.tar.bz2

New:

  baselibs.conf
  json-c-0.9.tar.gz



Other differences:
--
++ json-c.spec ++
--- /var/tmp/diff_new_pack.NBRd67/_old  2011-08-29 11:21:27.0 +0200
+++ /var/tmp/diff_new_pack.NBRd67/_new  2011-08-29 11:21:27.0 +0200
@@ -23,12 +23,12 @@
 Name:   json-c
 Summary:JSON implementation in C
 Version:0.9
-Release:1
+Release:3
 License:MIT
 Group:  System/Libraries
 Url:http://oss.metaparadigm.com/%{name}
-#Source0:   http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz
-Source0:%{name}-%{version}.tar.bz2
+Source0:http://oss.metaparadigm.com/json-c/json-c-0.9.tar.gz
+Source1:baselibs.conf
 Patch0: %{name}-0.9-base.patch
 Patch1: %{name}-0.9-json_object_from_file.patch
 Patch2: %{name}-0.9-json_tokener.patch
@@ -44,6 +44,7 @@
 
 %package -n %{libsoname}
 
+
 Summary:JSON shared lib
 Group:  System/Libraries
 
@@ -52,6 +53,7 @@
 
 %package -n %{libname}-devel
 
+
 Summary:Development headers and libraries for json-c 
 Group:  Development/Libraries/C and C++
 Requires:   %{libsoname} = %{version}
@@ -62,6 +64,7 @@
 
 %package -n %{libname}-doc
 
+
 Summary:Dokumentation files
 Group:  Documentation/Other
 %if 0%{suse_version} = 1120

++ baselibs.conf ++
libjson0





Remember to have fun...

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



commit libvirt for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory
checked in at Mon Aug 29 11:28:02 CEST 2011.




--- libvirt/libvirt.changes 2011-08-04 19:12:16.0 +0200
+++ /mounts/work_src_done/STABLE/libvirt/libvirt.changes2011-08-25 
04:34:18.0 +0200
@@ -1,0 +2,30 @@
+Wed Aug 24 20:29:37 MDT 2011 - jfeh...@novell.com
+
+- Add cgconfig to Should-{Start,Stop} in libvirtd init script
+  bnc#712245
+
+---
+Fri Aug 19 15:21:39 MDT 2011 - jfeh...@suse.com
+
+- Fix apparmor profile location and content
+  update install-apparmor-profiles.patch
+  bnc#705668
+
+---
+Wed Aug 17 16:24:17 MDT 2011 - jfeh...@suse.com
+
+- Fix libvirtd SIGHUP handler
+  9e093f0b-libvirtd-sighup.patch
+
+---
+Wed Aug 17 09:13:41 CEST 2011 - dmuel...@suse.de
+
+- add baselibs.conf to sources
+
+---
+Mon Aug  8 15:21:42 MDT 2011 - jfeh...@suse.com
+
+- Enable apparmor security dirver, SLES bnc#705668
+  install-apparmor-profiles.patch
+
+---

calling whatdependson for head-i586


New:

  9e093f0b-libvirtd-sighup.patch
  install-apparmor-profiles.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.iXnZ9L/_old  2011-08-29 11:22:06.0 +0200
+++ /var/tmp/diff_new_pack.iXnZ9L/_new  2011-08-29 11:22:06.0 +0200
@@ -58,7 +58,7 @@
 %define with_storage_mpath 0%{!?_without_storage_mpath:%{server_drivers}}
 %define with_numactl   0%{!?_without_numactl:%{server_drivers}}
 %define with_selinux   0%{!?_without_selinux:%{server_drivers}}
-%define with_apparmor  0%{!?_without_apparmor:0}
+%define with_apparmor  0%{!?_without_apparmor:%{server_drivers}}
 
 # A few optional bits off by default, we enable later
 %define with_polkit0%{!?_without_polkit:0}
@@ -295,7 +295,7 @@
 Group:  Development/Libraries/C and C++
 AutoReqProv:yes
 Version:0.9.4
-Release:1
+Release:3
 Summary:A C toolkit to interract with the virtualization capabilities 
of Linux
 
 # The client side, i.e. shared libs and virsh are in a subpackage
@@ -359,7 +359,9 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:libvirtd.init
 Source2:libvirtd-relocation-server.fw
+Source99:   baselibs.conf
 # Upstream patches
+Patch0: 9e093f0b-libvirtd-sighup.patch
 # Need to go upstream
 Patch100:   xen-name-for-devid.patch
 Patch101:   clone.patch
@@ -368,6 +370,9 @@
 # Our patches
 Patch200:   libvirtd-defaults.patch
 Patch201:   use-init-script-redhat.patch
+%if %{with_apparmor}
+Patch250:   install-apparmor-profiles.patch
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -476,12 +481,16 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch100 -p1
 %patch101
 %patch102 -p1
 %patch103 -p1
 %patch200 -p1
 %patch201 -p1
+%if %{with_apparmor}
+%patch250 -p1
+%endif
 
 %build
 %if ! %{with_xen}
@@ -812,6 +821,16 @@
 %attr(0755, root, root) %{_libdir}/%{name}/libvirt_iohelper
 %doc %{_mandir}/man8/libvirtd.8*
 %endif
+%if %{with_apparmor}
+%dir %{_sysconfdir}/apparmor.d
+%dir %{_sysconfdir}/apparmor.d/abstractions
+%dir %{_sysconfdir}/apparmor.d/libvirt
+%config(noreplace) %{_sysconfdir}/apparmor.d/usr.sbin.libvirtd
+%config(noreplace) %{_sysconfdir}/apparmor.d/usr.lib.libvirt.virt-aa-helper
+%config(noreplace) %{_sysconfdir}/apparmor.d/abstractions/libvirt-qemu
+%config(noreplace) %{_sysconfdir}/apparmor.d/libvirt/TEMPLATE
+%{_libdir}/%{name}/virt-aa-helper
+%endif
 %config %{_fwdefdir}/libvirtd-relocation-server
 
 %files client -f %{name}.lang

++ 9e093f0b-libvirtd-sighup.patch ++
commit 9e093f0b4cc5a5fc455a4893d73dc0f2c5355161
Author: Osier Yang jy...@redhat.com
Date:   Mon Aug 15 15:40:46 2011 +0800

daemon: Fix regression of libvirtd reloading support

This is introduced by commit df0b57a95a, which forgot to
add signal handler for SIGHUP.

A simple reproduce method:

1) Create a domain XML under /etc/libvirt/qemu
2) % kill -SIGHUP $(pidof libvirtd)
3) % virsh list --all (the new created domain XML is not listed)

Index: libvirt-0.9.4/daemon/libvirtd.c
===
--- libvirt-0.9.4.orig/daemon/libvirtd.c
+++ libvirt-0.9.4/daemon/libvirtd.c
@@ -1139,6 +1139,17 @@ static void daemonShutdownHandler(virNet
 virNetServerQuit(srv);
 }
 
+static void daemonReloadHandler(virNetServerPtr srv ATTRIBUTE_UNUSED,
+siginfo_t *sig ATTRIBUTE_UNUSED,
+void *opaque ATTRIBUTE_UNUSED)
+{
+

commit postfixadmin for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package postfixadmin for openSUSE:Factory
checked in at Mon Aug 29 12:19:53 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/postfixadmin/postfixadmin.changes  
2011-08-28 14:52:01.0 +0200
@@ -0,0 +1,88 @@
+---
+Sun Aug 28 12:49:31 UTC 2011 - opens...@cboltz.de
+
+- move vacation.pl and ADDITIONS to /usr/lib/postfixadmin/
+
+---
+Mon Aug  1 23:06:31 UTC 2011 - opens...@cboltz.de
+
+- spec cleanup (manually + spec-cleaner)
+- create vacation user
+- move %changelog to .changes
+
+---
+Tue Mar 15 00:00:00 UTC 2011 - Christian Boltz opens...@cboltz.de
+
+- 2.3.3 release
+  bugfix release for 2.3.2 - see CHANGELOG.TXT for details
+
+---
+Tue Aug 24 00:00:00 UTC 2010 - Christian Boltz opens...@cboltz.de
+
+- 2.3.2 release
+  bugfix release for 2.3.1 - see CHANGELOG.TXT for details
+
+---
+Fri Jul  9 00:00:00 UTC 2010 - Christian Boltz opens...@cboltz.de
+
+- 2.3.1 release
+  bugfix release for 2.3 - see CHANGELOG.TXT for details
+
+---
+Wed Oct 28 00:00:00 UTC 2009 - Christian Boltz opens...@cboltz.de
+
+- 2.3 release
+  Most important changes:
+  * Improved Aliased domains support (no longer relying on catch-all domains) -
+Note this requires Postfix configuration changes; old configuration(s) will
+continue to work.
+  * Security fix for setup.php (password required to access; setup.php can
+generate this and help you)
+  * Superadmin can now setup fetchmail for all users
+  * Enhanced fetchmail.pl script (file locking, syslog logging, configuration
+file etc)
+  * Added dovecot quota support (documentation + viewing in Postfixadmin) for
+dovecot 1.0/1.1 and = 1.2
+  * Vacation re-notification after defineable timeout (default remains to
+notify only once)
+  * Refactoring of /users (see /model) and XmlRpc interface for remote mail
+clients (E.g. squirrelmail-postfixadmin)
+  * Add dovecot password support (see here)
+  * Added support for courier authlib authentication flavours
+($CONF['authlib_default_flavor'])
+  * update.php should handle all database updates for you
+  * Lots of small updates and random new minor features
+  * bug fixes ;-)
+
+---
+Thu Jul 24 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- updated to 2.2.1.1 (fixed version number displayed in the footer)
+
+---
+Tue Jul 22 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- updated to 2.2.1 (fixes several bugs, no new features)
+
+---
+Sun Jun  8 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- finally created a package for the 2.2.0 release
+
+---
+Fri Feb 29 00:00:00 UTC 2008 - Christian Boltz opens...@cboltz.de
+
+- updated spec to follow the *.css move to css/
+
+---
+Sun Dec  2 00:00:00 UTC 2007 - Christian Boltz opens...@cboltz.de
+
+- updated to SVN version
+- commented out several sections
+- auto-detect serverroot and install PHP files etc. there
+
+---
+Fri Dec 15 00:00:00 UTC 2006 - lfar...@lfarkas.org
+
+- initial build
+

calling whatdependson for head-i586


New:

  postfixadmin-2.3.3.tar.gz
  postfixadmin.changes
  postfixadmin.spec



Other differences:
--
++ postfixadmin.spec ++
#
# spec file for package postfixadmin
#
# 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:   postfixadmin
Version:2.3.3
Release:1
License:GPL v2+
Url:http://postfixadmin.sourceforge.net/
Group:  

commit yast2-control-center-gnome for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package yast2-control-center-gnome for 
openSUSE:Factory
checked in at Mon Aug 29 12:23:00 CEST 2011.




--- yast2-control-center-gnome/yast2-control-center-gnome.changes   
2011-04-26 23:50:07.0 +0200
+++ 
/mounts/work_src_done/STABLE/yast2-control-center-gnome/yast2-control-center-gnome.changes
  2011-07-28 12:35:29.0 +0200
@@ -1,0 +2,21 @@
+Thu Jul 28 12:23:33 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.21.1:
+  + Do not depend on libgnome-control-center, which is going
+private upstream. Instead, keep a local copy of the code.
+- Remove pkgconfig(libgnome-control-center) BuildRequires.
+
+---
+Mon Jul 25 12:23:50 CEST 2011 - vu...@opensuse.org
+
+- Update to version 2.21.0:
+  + Port to GNOME 3, based on the code of the gnome-control-center
+shell.
+- Change pkgconfig() BuildRequires to reflect dependency changes:
+  + Old ones: libslab, unique-1.0.
+  + New ones: gio-unix-2.0, gtk+-3.0, libgnome-control-center,
+libgnome-menu.
+- Remove gconf schema handling, since there is no gconf schema
+  anymore.
+
+---

calling whatdependson for head-i586


Old:

  yast2-control-center-gnome-2.13.4.tar.bz2

New:

  yast2-control-center-gnome-2.21.1.tar.bz2



Other differences:
--
++ yast2-control-center-gnome.spec ++
--- /var/tmp/diff_new_pack.K3JfhJ/_old  2011-08-29 12:22:31.0 +0200
+++ /var/tmp/diff_new_pack.K3JfhJ/_new  2011-08-29 12:22:31.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   yast2-control-center-gnome
-Version:2.13.4
-Release:11
+Version:2.21.1
+Release:1
 License:GPL v2 or later
 Summary:YaST2 - Control Center (GNOME version)
 Url:http://en.opensuse.org/YaST2-GTK
@@ -29,13 +29,13 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools
-BuildRequires:  pkgconfig(libslab)
-BuildRequires:  pkgconfig(unique-1.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libgnome-menu)
 Requires:   yast2-control-center
 Supplements:gnome-main-menu
 Provides:   yast2-control-center-binary
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%gconf_schemas_prereq
 
 %description
 A nicely GNOME integrated YaST control center, with several new ease of
@@ -50,7 +50,6 @@
 
 %install
 %makeinstall
-%find_gconf_schemas
 for i in %{buildroot}%{_datadir}/desktop-directories/*.directory; do
%suse_update_desktop_file $i
 done
@@ -59,18 +58,13 @@
 %clean
 rm -rf %{buildroot}
 
-%pre -f %{name}.schemas_pre
-
-%posttrans -f %{name}.schemas_posttrans
-
-%preun -f %{name}.schemas_preun
-
-%files -f %{name}.schemas_list
+%files
 %defattr (-, root, root)
+%doc ChangeLog COPYING README
 %{_sysconfdir}/xdg/menus/*.menu
 %{_sysconfdir}/xdg/menus/YaST-gnome-merged
 %{_libexecdir}/YaST2/bin/y2controlcenter-gnome
 %{_datadir}/desktop-directories/yast-gnome*.directory
-%doc %{_datadir}/doc/packages/yast2-control-center-gnome
+%{_datadir}/yast2-control-center-gnome/
 
 %changelog

++ yast2-control-center-gnome-2.13.4.tar.bz2 - 
yast2-control-center-gnome-2.21.1.tar.bz2 ++
 19903 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 gigaset-frontend for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package gigaset-frontend for openSUSE:Factory
checked in at Mon Aug 29 12:29:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/gigaset-frontend/gigaset-frontend.changes  
2011-08-29 08:59:50.0 +0200
@@ -0,0 +1,11 @@
+---
+Mon Aug 29 06:59:49 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  Use modern syntax
+
+---
+Sun Aug 21 21:49:24 CET 2011 - pascal.ble...@opensuse.org
+
+- initial version (0.6.0)
+

calling whatdependson for head-i586


New:

  gigaset-frontend-0.6.0.tar.gz
  gigaset-frontend-fix_uninitialized.patch
  gigaset-frontend-optflags.patch
  gigaset-frontend-rpmlintrc
  gigaset-frontend.changes
  gigaset-frontend.desktop
  gigaset-frontend.spec



Other differences:
--
++ gigaset-frontend.spec ++
#
# spec file for package gigaset-frontend
#
# 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:   gigaset-frontend
Version:0.6.0
Release:1
Summary:Siemens Gigaset configuration software
Source: 
http://prdownloads.sourceforge.net/gigaset307x/gigaset-frontend-%{version}.tar.gz
Source1:gigaset-frontend.desktop
Patch1: gigaset-frontend-optflags.patch
Patch2: gigaset-frontend-fix_uninitialized.patch
Source99:   gigaset-frontend-rpmlintrc
Url:http://gigaset307x.sourceforge.net/frontend.html
Group:  Hardware/ISDN
License:GPL-2.0
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} == 0
BuildRequires:  kernel-source
%else
%if 0%{?suse_version}  1120
BuildRequires:  linux-glibc-devel
%else
BuildRequires:  linux-kernel-headers
%endif #1120
%endif #0
BuildRequires:  libqt4-devel
BuildRequires:  libexpat-devel
BuildRequires:  gcc gcc-c++ glibc-devel make pkgconfig
BuildRequires:  update-desktop-files

%description
This package contains user space configuration programs for Siemens Gigaset
ISDN devices.

%package qt


Summary:Siemens Gigaset configuration software (GUI)
Group:  Hardware/ISDN

%description qt
This package contains qgigaset, a graphical user space configuration program
for Siemens Gigaset ISDN devices.

%prep
%setup -q
%patch1
%patch2

%build
# not autotools:
./configure \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--mandir=%{_mandir} \
--datadir=%{_datadir} \
--destdir=%{buildroot} \
--with-expat \
--with-qt \
--without-qtlibs

%__make %{?_smp_flags} \
RELEASE=1 \
CC=%__cc \
CXX=%__cxx \
OPTFLAGS=%{optflags} \
QTDIR=%{_usr} \
QTBINDIR=%{_bindir} \
MOC=%{_bindir}/moc \
LRELEASE=%{_bindir}/lrelease \
LUPDATE=%{_bindir}/lupdate

%install
%__make \
RELEASE=1 \
CC=%__cc \
CXX=%__cxx \
OPTFLAGS=%{optflags} \
QTDIR=%{_usr} \
QTBINDIR=%{_bindir} \
MOC=%{_bindir}/moc \
LRELEASE=%{_bindir}/lrelease \
LUPDATE=%{_bindir}/lupdate \
install

find %{buildroot}%{_datadir}/ -type f -exec %__chmod -x {} \;

LFILE=$PWD/.lang
pushd %{buildroot}%{_datadir}/qgigaset
/bin/ls -1d *.qm | while read qm; do
l=${qm##*_}
l=${l%.qm}
echo %lang($l) %{_datadir}/qgigaset/$qm $LFILE
done

%__install -D -m0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
%suse_update_desktop_file -r %{name} Settings HardwareSettings

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

%files
%defattr(-,root,root)
%doc COPYING README TODO Release.notes known_bugs.txt
%{_sbindir}/gigaconf
%{_sbindir}/gigacontr
%doc %{_mandir}/man8/gigaconf.8%{ext_man}
%doc %{_mandir}/man8/gigacontr.8%{ext_man}

%files qt -f .lang
%defattr(-,root,root)
%{_bindir}/qgigaset
%{_datadir}/qgigaset
%{_datadir}/applications/%{name}.desktop

%changelog
++ gigaset-frontend-fix_uninitialized.patch ++
--- lib/sms.c.orig  2011-08-21 23:54:44.338000523 +0200
+++ lib/sms.c   2011-08-21 23:55:07.079000523 +0200
@@ -44,7 +44,7 @@
 #ifndef GIG_TEST
 int gigaset_smsend (struct gstatus * gs)
 {
-   ssize_t r;
+   ssize_t r = 0;
unsigned zsmend;
 
zsmend = 

commit php5-pear-Horde_Ldap for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Ldap for 
openSUSE:Factory
checked in at Mon Aug 29 12:32:20 CEST 2011.




--- php5-pear-Horde_Ldap/php5-pear-Horde_Ldap.changes   2011-08-14 
23:35:48.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Ldap/php5-pear-Horde_Ldap.changes  
2011-08-29 11:02:03.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 29 09:03:37 UTC 2011 - l...@b1-systems.de
+
+- fix location of the lgpl 3.0 file
+
+---
+Sat Aug 27 18:43:05 UTC 2011 - l...@b1-systems.de
+
+- added LGPL 3.0 file as suggested in license issue #712270
+
+---

calling whatdependson for head-i586


New:

  lgpl-3.0.txt



Other differences:
--
++ php5-pear-Horde_Ldap.spec ++
--- /var/tmp/diff_new_pack.rXSsve/_old  2011-08-29 12:32:00.0 +0200
+++ /var/tmp/diff_new_pack.rXSsve/_new  2011-08-29 12:32:00.0 +0200
@@ -23,10 +23,11 @@
 
 Name:   php5-pear-Horde_Ldap
 Version:1.1.2
-Release:1
+Release:2
 License:LGPLv3
 Group:  Development/Libraries/PHP
 Source0:http://pear.horde.org/get/Horde_Ldap-%{version}.tgz
+Source1:http://www.gnu.org/licenses/lgpl-3.0.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Ldap
 BuildRequires:  php5-pear = 1.4.7
@@ -77,7 +78,8 @@
 # Install XML package description
 mkdir -p %{buildroot}%{xmldir}
 tar -xzf %{SOURCE0} package.xml
-cp -p package.xml %{buildroot}%{xmldir}/Horde_Ldap.xml
+%{__install} -D -m0644  package.xml %{buildroot}%{xmldir}/Horde_Ldap.xml
+%{__install} -D -m0644 %{SOURCE1} %{buildroot}/%{_docdir}/%{name}/%{SOURCE1}
 
 %clean
 rm -rf %{buildroot}
@@ -95,5 +97,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Ldap.xml
+%{_docdir}/%{name}
 
 %changelog

++ lgpl-3.0.txt ++
   GNU LESSER GENERAL PUBLIC LICENSE
   Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. http://fsf.org/
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.


  This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.

  0. Additional Definitions.

  As used herein, this License refers to version 3 of the GNU Lesser
General Public License, and the GNU GPL refers to version 3 of the GNU
General Public License.

  The Library refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.

  An Application is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.

  A Combined Work is a work produced by combining or linking an
Application with the Library.  The particular version of the Library
with which the Combined Work was made is also called the Linked
Version.

  The Minimal Corresponding Source for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.

  The Corresponding Application Code for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.

  1. Exception to Section 3 of the GNU GPL.

  You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.

  2. Conveying Modified Versions.

  If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:

   a) under this License, provided that you make a good faith effort to
   ensure that, in the event an Application does not supply the
   function or data, the facility still operates, and performs
   whatever part of its purpose remains meaningful, or

   b) under the GNU GPL, with none of the additional permissions of
   this License applicable to that copy.

  3. Object Code Incorporating Material from Library Header Files.

  The object code form of an Application may incorporate material from
a header file that is part of the Library.  You may convey such object
code under terms of your choice, provided that, if the incorporated

commit glibc for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package glibc for openSUSE:Factory
checked in at Mon Aug 29 12:34:49 CEST 2011.




--- glibc/glibc.changes 2011-08-25 13:26:05.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes2011-08-25 
14:03:39.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug 25 09:44:37 UTC 2011 - lnus...@suse.de
+
+- use symbol version OW_CRYPT_1.0 for the Owl extensions
+  (crypt_r[an], crypt_gensalt.*)
+- refactor sha2 gensalt patch
+- document sha2 hashes in man page
+
+---
@@ -45,0 +54,5 @@
+
+---
+Fri Jul 22 13:47:23 UTC 2011 - lnus...@suse.de
+
+- fix signature of sha2 functions

calling whatdependson for head-i586


Old:

  crypt_blowfish-1.1-sha.diff
  minmem

New:

  crypt_blowfish-1.2-sha.diff
  crypt_blowfish-1.2-versioning.diff
  glibc-2.14-crypt-versioning.diff



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.hUFDL3/_old  2011-08-29 12:33:33.0 +0200
+++ /var/tmp/diff_new_pack.hUFDL3/_new  2011-08-29 12:33:33.0 +0200
@@ -79,7 +79,7 @@
 %endif
 AutoReqProv:on
 Version:2.14
-Release:5
+Release:7
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: glibc-%{version}-4eddf93f5cc2.tar.bz2
@@ -120,6 +120,8 @@
 Patch4: glibc-2.3.locales.diff.bz2
 # PATCH-FEATURE-OPENSUSE -- add crypt_blowfish support - bnc#700876
 Patch5: glibc-2.14-crypt.diff
+# PATCH-FEATURE-OPENSUSE -- use separate symbol version for Owl extensions - 
lnus...@suse.de
+Patch6: glibc-2.14-crypt-versioning.diff
 # PATCH-FIX-OPENSUSE add some extra information to version output - 
ku...@suse.de
 Patch7: glibc-version.diff
 # PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
@@ -199,7 +201,9 @@
 # PATCH-FIX-UPSTREAM Fix fopen(non-existing-file, re) errno bnc#713146 
a...@suse.de
 Patch69:fopen-close-exec.patch
 # PATCH-FEATURE-OPENSUSE -- add sha support to crypt_blowfish lnus...@suse.de
-Patch80:crypt_blowfish-1.1-sha.diff
+Patch80:crypt_blowfish-1.2-sha.diff
+# PATCH-FEATURE-OPENSUSE -- use separate symbol version for Owl extensions - 
lnus...@suse.de
+Patch81:crypt_blowfish-1.2-versioning.diff
 
 %description
 The GNU C Library provides the most important standard libraries used
@@ -370,6 +374,7 @@
 tar -xzf %SOURCE50
 pushd crypt_blowfish-%{crypt_bf_version}
 %patch80 -p1
+%patch81 -p1
 popd
 mv crypt/{crypt.h,gnu-crypt.h}
 mv crypt_blowfish-%crypt_bf_version/*.[chS] crypt/
@@ -380,6 +385,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 %patch7
 %patch8
 %patch12

++ crypt_blowfish-1.1-sha.diff - crypt_blowfish-1.2-sha.diff ++
--- glibc/crypt_blowfish-1.1-sha.diff   2011-07-07 09:29:49.0 +0200
+++ /mounts/work_src_done/STABLE/glibc/crypt_blowfish-1.2-sha.diff  
2011-08-25 14:29:14.0 +0200
@@ -1,158 +1,121 @@
-From 22a0cc20633a4ddd61233410563c9fabe6b515ed Mon Sep 17 00:00:00 2001
+From 1c581a8364ab18a6938f3153d7bea793d06a4652 Mon Sep 17 00:00:00 2001
 From: Ludwig Nussel ludwig.nus...@suse.de
-Date: Tue, 5 Jul 2011 17:25:12 +0200
-Subject: [PATCH crypt_blowfish 1/2] support for sha256 and sha512
+Date: Thu, 25 Aug 2011 14:00:38 +0200
+Subject: [PATCH crypt_blowfish] support for sha256 and sha512
 
 ---
- crypt_gensalt.c |  119 +++
- wrapper.c   |   28 +
- 2 files changed, 147 insertions(+), 0 deletions(-)
+ crypt.3 |   14 +
+ crypt_gensalt.c |   58 +++
+ wrapper.c   |   23 +
+ 3 files changed, 95 insertions(+), 0 deletions(-)
 
+diff --git a/crypt.3 b/crypt.3
+index e2f25bd..40a3538 100644
+--- a/crypt.3
 b/crypt.3
+@@ -399,6 +399,20 @@ too low for the currently available hardware.
+ .hash $1$ \e$1\e$[^$]{1,8}\e$[./0-9A-Za-z]{22} unlimited 8  128 6 to 
48 1000
+ .PP
+ .ti -2
++.B SHA256 based
++.br
++This is Ulrich Drepper's SHA256-based password hashing method originally
++developed for Linux.
++.hash $5$ 
\e$5\e$(rounds=[0-9]{1,9}\e$)?([./0-9A-Za-z]{1,16})?\e$[./0-9A-Za-z]{43} 
unlimited 8  256 0 to 96 1000 to 9 (default 5000)
++.PP
++.ti -2
++.B SHA512 based
++.br
++This is Ulrich Drepper's SHA512-based password hashing method originally
++developed for Linux.
++.hash $6$ 
\e$6\e$(rounds=[0-9]{1,9}\e$)?([./0-9A-Za-z]{1,16})?\e$[./0-9A-Za-z]{86} 
unlimited 8  512 0 to 96 1000 to 9 (default 5000)
++.PP
++.ti -2
+ .BR OpenBSD-style Blowfish-based  ( bcrypt )
+ .br
+ .B bcrypt
 diff --git a/crypt_gensalt.c b/crypt_gensalt.c
-index 43b0f6c..4600e30 100644
+index 73c15a1..5cf9812 100644
 --- a/crypt_gensalt.c
 +++ 

commit perl-DBD-mysql for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory
checked in at Mon Aug 29 14:08:30 CEST 2011.




--- perl-DBD-mysql/perl-DBD-mysql.changes   2011-05-09 23:53:40.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-DBD-mysql/perl-DBD-mysql.changes  
2011-08-29 10:28:49.0 +0200
@@ -1,0 +2,17 @@
+Mon Aug 29 08:25:03 UTC 2011 - vci...@suse.com
+
+- update to 4.020
+* Numerous (!! Thank you!!) fixes for prepared statements: Masahiro Chiba 
nihen at megabbs
+dot com
+   - Chop blanks fixed
+   - UTF8 improvements
+   - fixed memory allocation for BLOBs
+   - auto-reconnect
+* Fix in leak test, which failed sometime due to first assignment $prev_size 
over
+paging (Masahiro Chiba)
+* Catalog test allows use of schemas other than 'test' (Masahiro Chiba)
+* Documentation fix for auto_reconnect (Karen Etheridge ether at cpan dot
+org)
+* Win32 and general installation fixes (Alexandr Ciornii, http://chorny.net)
+
+---

calling whatdependson for head-i586


Old:

  DBD-mysql-4.019.tar.gz

New:

  DBD-mysql-4.020.tar.gz



Other differences:
--
++ perl-DBD-mysql.spec ++
--- /var/tmp/diff_new_pack.GLKb5K/_old  2011-08-29 14:05:31.0 +0200
+++ /var/tmp/diff_new_pack.GLKb5K/_new  2011-08-29 14:05:31.0 +0200
@@ -21,7 +21,7 @@
 Name:   perl-DBD-mysql
 %define cpan_name DBD-mysql
 Summary:MySQL driver for the Perl5 Database Interface (DBI)
-Version:4.019
+Version:4.020
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl

++ DBD-mysql-4.019.tar.gz - DBD-mysql-4.020.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-mysql-4.019/ChangeLog 
new/DBD-mysql-4.020/ChangeLog
--- old/DBD-mysql-4.019/ChangeLog   2011-05-09 03:15:39.0 +0200
+++ new/DBD-mysql-4.020/ChangeLog   2011-08-20 20:39:24.0 +0200
@@ -1,25 +1,40 @@
-2011-05-08 Patrick Galbraith p...@patg.net  Rob Hoelz rho...@inoc.com 
(4.019)
+2011-08-15 Patrick Galbraith patg at patg dot net (4.020)
+* Numerous (!! Thank you!!) fixes for prepared statements: Masahiro Chiba 
nihen at megabbs
+dot com
+   - Chop blanks fixed
+   - UTF8 improvements
+   - fixed memory allocation for BLOBs
+   - auto-reconnect
+* Fix in leak test, which failed sometime due to first assignment $prev_size 
over
+paging (Masahiro Chiba)
+* Catalog test allows use of schemas other than 'test' (Masahiro Chiba)
+* Documentation fix for auto_reconnect (Karen Etheridge ether at cpan dot
+org)
+* Win32 and general installation fixes (Alexandr Ciornii, http://chorny.net)
+
+
+2011-05-08 Patrick Galbraith patg at patg dot net  Rob Hoelz rhoelz at inoc 
dot com (4.019)
 * Asynchronous support added by Rob Hoelz - Thanks!
 * Amiri Barksdale - Enable environment variables for installation options, add
 docs to POD - Thanks!
 * Pedro Melo - fix to change sv_undef to PL_sv_undef from 4.018 - Thanks!
  
-2010-10-11 Patrick Galbraith p...@patg.net (4.018)
+2010-10-11 Patrick Galbraith patg at patg dot net (4.018)
 * Added client and server info patch from Robert M. Jansen
 * Added documentation and tests for new features
 * More code cleanup
 
-2010-08-11 Patrick Galbraith p...@patg.net (4.017)
+2010-08-11 Patrick Galbraith patg at patg dot net (4.017)
 * BUG #60085, Andreas Koenig's patch for DBI changes
 * Updated documents
 
-2010-07-10 Patrick Galbraith p...@patg.net (4.016)
+2010-07-10 Patrick Galbraith patg at patg dot net (4.016)
 * Disabled mysql_bind_type_guessing due to one performance issue 
   querying on a indexed character column unquoted will mean the index 
   is not used
 * Fixed int types that should be bools
 
-2010-07-09 Patrick Galbraith p...@patg.net (4.015)
+2010-07-09 Patrick Galbraith patg at patg dot net (4.015)
 * BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
 * BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
 * Added a new parameter for old behavior- mysql_bind_comment_placeholders 
which 
@@ -27,7 +42,7 @@
   want that behavior.
 * Fixed bind_type_guessing - always on now 
 
-2010-04-14 Patrick Galbraith p...@patg.net (4.014)
+2010-04-14 Patrick Galbraith patg at patg dot net (4.014)
 * BUG #30033 Fixed handling of comments to allow comments that contain 
characters
   that might otherwise cause placeholder detection to not work properly
 * BUG #53844, Fix for memory leak in stats. (Gregory Burmistrov)
@@ -37,7 +52,7 @@
 * BUG #41630, Typo in Makefile
 * Had to define true and false in dbdimp.h. Didn't work out of the box on Linux
 
-2009-09-16 Patrick Galbraith p...@patg.net (4.013)
+2009-09-16 Patrick Galbraith patg at patg dot net (4.013)
 
 * #49484: PATCH add support for MYSQL_INIT_COMMAND - Peter 

commit perl-MIME-Types for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-MIME-Types for openSUSE:Factory
checked in at Mon Aug 29 14:10:39 CEST 2011.




--- perl-MIME-Types/perl-MIME-Types.changes 2010-11-30 20:27:13.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-MIME-Types/perl-MIME-Types.changes
2011-08-29 10:32:50.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug 29 08:23:52 UTC 2011 - vci...@suse.com
+
+- update to 1.32
+   - explain how to use MIME::Types in mod_perl, after complains
+ from [Steve Simms], [Nicolas Mendoza], [Yves Orton] and
+ [Hans Dieter Pearcey]
+   - when you do not read the documentation about mod_perl/fork,
+ then it will work as ever but still inefficient.
+- licence correction
+
+---

calling whatdependson for head-i586


Old:

  MIME-Types-1.31.tar.bz2

New:

  MIME-Types-1.32.tar.gz



Other differences:
--
++ perl-MIME-Types.spec ++
--- /var/tmp/diff_new_pack.8uhrNg/_old  2011-08-29 14:08:43.0 +0200
+++ /var/tmp/diff_new_pack.8uhrNg/_new  2011-08-29 14:08:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-MIME-Types (Version 1.31)
+# spec file for package perl-MIME-Types
 #
-# 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
@@ -19,13 +19,13 @@
 
 Name:   perl-MIME-Types
 Url:http://cpan.org/modules/by-module/MIME/
-Version:1.31
-Release:3
+Version:1.32
+Release:1
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic
+License:GPL-1.0+ or Artistic
 Summary:MIME-Type Determination
-Source: MIME-Types-%{version}.tar.bz2
+Source: MIME-Types-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -37,11 +37,6 @@
 This module will supply it.
 
 
-
-Authors:
-
-Mark Overmeer mimety...@overmeer.net
-
 %prep
 %setup -n MIME-Types-%{version} -q
 






Remember to have fun...

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



commit perl-URI for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-URI for openSUSE:Factory
checked in at Mon Aug 29 14:30:26 CEST 2011.




--- perl-URI/perl-URI.changes   2011-01-24 11:58:16.0 +0100
+++ /mounts/work_src_done/STABLE/perl-URI/perl-URI.changes  2011-08-29 
10:33:59.0 +0200
@@ -1,0 +2,9 @@
+Mon Aug 29 08:24:20 UTC 2011 - vci...@suse.com
+
+- update to 1.59
+  Make sure accessor methods don't return utf8::upgraded() bytes
+  for URLs initialized from Unicode strings.
+  Version number increments.
+  Documentation tweaks.
+
+---

calling whatdependson for head-i586


Old:

  URI-1.58.tar.bz2

New:

  URI-1.59.tar.gz



Other differences:
--
++ perl-URI.spec ++
--- /var/tmp/diff_new_pack.UZi2Nm/_old  2011-08-29 14:10:47.0 +0200
+++ /var/tmp/diff_new_pack.UZi2Nm/_new  2011-08-29 14:10:47.0 +0200
@@ -22,13 +22,13 @@
 Name:   perl-URI
 %define cpan_name URI
 Summary:Uniform Resource Identifiers (absolute and relative)
-Version:1.58
+Version:1.59
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/URI/
 #Source: 
http://www.cpan.org/modules/by-module/URI/URI-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -53,10 +53,6 @@
 components that make up these strings.  There are also methods to
 combine URIs in various ways.
 
-Authors:
-
-Gisle Aas gi...@activestate.com
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 # rpmlint: spurious-executable-perm






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

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory
checked in at Mon Aug 29 14:32:02 CEST 2011.




--- perl-XML-LibXML/perl-XML-LibXML.changes 2011-07-25 12:00:51.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-XML-LibXML/perl-XML-LibXML.changes
2011-08-29 10:35:51.0 +0200
@@ -1,0 +2,21 @@
+Mon Aug 29 08:23:27 UTC 2011 - vci...@suse.com
+
+- update to 1.87
+- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
+not be valid XML. Instead, we're reading a local file while using 
+URI::file (assuming it exists - else - we skip_all.)
+1.86Thu Aug 25 11:42:55 IDT 2011
+- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better 
compatibility.
+- SvPVx_nolen() appears to be undocumented API.
+- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
+- Thanks to Paul for the report.
+1.85Wed Aug 24 17:05:19 IDT 2011
+- Gracefully handle returned undef()s in the read callback under -w ($^W):
+- t/49callbacks_returning_undef.t
+- https://rt.cpan.org/Ticket/Display.html?id=70321
+- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
+- https://rt.cpan.org/Ticket/Display.html?id=70141
+- I'm applying it by faith, so if it breaks, blame him. (;-).
+- the patch adds -lllibgettextlib.dll to the Makefile.PL.
+
+---

calling whatdependson for head-i586


Old:

  XML-LibXML-1.84.tar.gz

New:

  XML-LibXML-1.87.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.YUenYf/_old  2011-08-29 14:30:40.0 +0200
+++ /var/tmp/diff_new_pack.YUenYf/_new  2011-08-29 14:30:40.0 +0200
@@ -21,7 +21,7 @@
 Name:   perl-XML-LibXML
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:Perl Binding for libxml2
-Version:1.84
+Version:1.87
 Release:1
 AutoReqProv:on
 Group:  Development/Libraries/Perl

++ XML-LibXML-1.84.tar.gz - XML-LibXML-1.87.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/Changes new/XML-LibXML-1.87/Changes
--- old/XML-LibXML-1.84/Changes 2011-07-23 22:12:32.0 +0200
+++ new/XML-LibXML-1.87/Changes 2011-08-27 13:05:40.0 +0200
@@ -1,5 +1,25 @@
 Revision history for Perl extension XML::LibXML
 
+1.87Sat Aug 27 14:05:37 IDT 2011
+- Fix t/49callbacks_returning_undef.t to not read /etc/passed which may
+not be valid XML. Instead, we're reading a local file while using 
+URI::file (assuming it exists - else - we skip_all.)
+
+1.86Thu Aug 25 11:42:55 IDT 2011
+- Changed SvPVx_nolen() to SvPV_nolen() in LibXML.xs for better 
compatibility.
+- SvPVx_nolen() appears to be undocumented API.
+- Resolves https://rt.cpan.org/Public/Bug/Display.html?id=70476
+- Thanks to Paul for the report.
+
+1.85Wed Aug 24 17:05:19 IDT 2011
+- Gracefully handle returned undef()s in the read callback under -w ($^W):
+- t/49callbacks_returning_undef.t
+- https://rt.cpan.org/Ticket/Display.html?id=70321
+- Add a patch from Mithaldu to get XML::LibXML to compile on Win32:
+- https://rt.cpan.org/Ticket/Display.html?id=70141
+- I'm applying it by faith, so if it breaks, blame him. (;-).
+- the patch adds -lllibgettextlib.dll to the Makefile.PL.
+
 1.84Sat Jul 23 23:12:28 IDT 2011
 - Fix for perl 5.8.x before 5.8.8:
 - You can now use the x operator to repeat a qw// list. This used to 
raise a syntax error.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/LibXML.pm 
new/XML-LibXML-1.87/LibXML.pm
--- old/XML-LibXML-1.84/LibXML.pm   2011-07-23 22:08:21.0 +0200
+++ new/XML-LibXML-1.87/LibXML.pm   2011-08-27 13:04:27.0 +0200
@@ -27,7 +27,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = 1.84; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = 1.87; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/LibXML.pod 
new/XML-LibXML-1.87/LibXML.pod
--- old/XML-LibXML-1.84/LibXML.pod  2011-07-23 22:09:06.0 +0200
+++ new/XML-LibXML-1.87/LibXML.pod  2011-08-27 13:04:56.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-1.84
+1.87
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-1.84/LibXML.xs 
new/XML-LibXML-1.87/LibXML.xs
--- old/XML-LibXML-1.84/LibXML.xs   

commit pulseaudio for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory
checked in at Mon Aug 29 14:40:33 CEST 2011.




--- pulseaudio/pulseaudio.changes   2011-07-27 19:18:49.0 +0200
+++ /mounts/work_src_done/STABLE/pulseaudio/pulseaudio.changes  2011-08-25 
22:49:35.0 +0200
@@ -1,0 +2,19 @@
+Thu Aug 25 20:29:23 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.99.2 (2nd pre-release of 1.0):
+  + D-Bus based control protocol (beta)
+  + Source Output Volumes
+  + Passthrough Support
+  + Windows support restored
+  + Improved sample rate adaptation in module-rtp-receive
+  + Volume Change Sync for flat volumes
+  + Enhanced Port Volume controls
+  + New, future proof format for metadata files
+  + New equalizer and acoustic echo cancellation modules
+  + If Jack is running, Pulseaudio will connect to it automatically
+by default (previously this required editing a configuration
+file)
+- Add pkgconfig(json) BuildRequires.
+- Rebase disabled-start.diff and suppress-socket-error-msg.diff.
+
+---

calling whatdependson for head-i586


Old:

  pulseaudio-0.9.23.tar.gz

New:

  pulseaudio-0.99.2.tar.gz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.FYF9rT/_old  2011-08-29 14:32:16.0 +0200
+++ /var/tmp/diff_new_pack.FYF9rT/_new  2011-08-29 14:32:16.0 +0200
@@ -17,11 +17,11 @@
 
 # norootforbuild
 
-%define drvver 0.9.23
+%define drvver 0.99
 
 Name:   pulseaudio
 Summary:A Networked Sound Server
-Version:0.9.23
+Version:0.99.2
 Release:1
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/Sound Daemons
@@ -48,8 +48,8 @@
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  libtool
-BuildRequires:  libtdb-devel
 #our libtdb-devel does not have a .pc file
+BuildRequires:  libtdb-devel
 BuildRequires:  gdbm-devel
 BuildRequires:  lirc-devel
 BuildRequires:  libudev-devel = 143
@@ -58,6 +58,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(json) = 0.9
 PreReq: %fillup_prereq
 PreReq: pwdutils
 Recommends: alsa-plugins-pulse
@@ -184,25 +185,12 @@
 operating systems and Microsoft Windows. It is intended to be an
 improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
 
-%package -n libpulse-browse0
-Summary:PulseAudio network browsing API
-License:GPLv2+ ; LGPLv2.1+
-Group:  System/Sound Daemons
-Provides:   pulseaudio-libs-zeroconf = %{version}-%{release}
-Obsoletes:  pulseaudio-libs-zeroconf  %{version}
-
-%description -n libpulse-browse0
-pulseaudio is a networked sound server for Linux and other Unix like
-operating systems and Microsoft Windows. It is intended to be an
-improved drop-in replacement for the Enlightened Sound Daemon (ESOUND).
-
 %package -n libpulse-devel
 Summary:Development package for the pulseaudio library
 License:GPLv2+ ; LGPLv2.1+
 Group:  Development/Libraries/C and C++
 Requires:   libpulse0 = %{version}
 Requires:   libpulse-mainloop-glib0 = %{version}
-Requires:   libpulse-browse0 = %{version}
 Requires:   pkgconfig glib2-devel
 Provides:   pulseaudio-devel = %{version}-%{release}
 Obsoletes:  pulseaudio-devel  %{version}
@@ -221,7 +209,6 @@
 Group:  System/Sound Daemons
 Requires:   %{name} = %{version}
 Requires:   libpulse0 = %{version}
-Requires:   libpulse-browse0 = %{version}
 Requires:   libpulse-mainloop-glib0 = %{version}
 
 %description utils
@@ -300,10 +287,6 @@
 
 %postun -n libpulse-mainloop-glib0 -p /sbin/ldconfig
 
-%post -n libpulse-browse0 -p /sbin/ldconfig
-
-%postun -n libpulse-browse0 -p /sbin/ldconfig
-
 %post
 /sbin/ldconfig
 %{fillup_only -an sound}
@@ -347,6 +330,8 @@
 %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-unix.so
 %{_libdir}/pulse-%{drvver}/modules/module-cli.so
 %{_libdir}/pulse-%{drvver}/modules/module-combine.so
+%{_libdir}/pulse-%{drvver}/modules/module-combine-sink.so
+%{_libdir}/pulse-%{drvver}/modules/module-dbus-protocol.so
 %{_libdir}/pulse-%{drvver}/modules/module-device-manager.so
 %{_libdir}/pulse-%{drvver}/modules/module-loopback.so
 %{_libdir}/pulse-%{drvver}/modules/module-console-kit.so
@@ -357,6 +342,8 @@
 %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-tcp.so
 %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-unix.so
 %{_libdir}/pulse-%{drvver}/modules/module-esound-sink.so
+%{_libdir}/pulse-%{drvver}/modules/module-filter-apply.so
+%{_libdir}/pulse-%{drvver}/modules/module-filter-heuristics.so
 %{_libdir}/pulse-%{drvver}/modules/module-hal-detect.so
 %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-tcp.so
 

commit rkward for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package rkward for openSUSE:Factory
checked in at Mon Aug 29 14:42:27 CEST 2011.




--- rkward/rkward.changes   2011-06-30 15:11:54.0 +0200
+++ /mounts/work_src_done/STABLE/rkward/rkward.changes  2011-08-29 
11:05:11.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 29 09:04:21 UTC 2011 - detlef.ste...@gmx.de
+
+- Fixed another directory ownership, now buils fine 
+
+---
+Sat Aug 27 11:38:01 UTC 2011 - a...@suse.de
+
+- Fix spec list by owning a directory.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ rkward.spec ++
--- /var/tmp/diff_new_pack.lL12Xo/_old  2011-08-29 14:40:54.0 +0200
+++ /var/tmp/diff_new_pack.lL12Xo/_new  2011-08-29 14:40:54.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   rkward
 Version:0.5.6
-Release:1
+Release:3
 Summary:Graphical frontend for R language
 Summary(fr):Interface graphique pour le langage R 
 
@@ -105,6 +105,8 @@
 %{_bindir}/%{name}
 %{_libdir}/kde4/libexec/
 %{_datadir}/kde4/apps/%{name}/
+%dir %{_datadir}/kde4/apps/katepart
+%dir %{_datadir}/kde4/apps/katepart/syntax
 %{_datadir}/kde4/apps/katepart/syntax/%{name}.xml
 %{_datadir}/kde4/config/%{name}.knsrc
 






Remember to have fun...

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



commit yast2 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory
checked in at Mon Aug 29 14:43:14 CEST 2011.




--- yast2/yast2.changes 2011-08-08 13:25:12.0 +0200
+++ /mounts/work_src_done/STABLE/yast2/yast2.changes2011-08-29 
13:06:06.0 +0200
@@ -1,0 +2,9 @@
+Fri Aug 26 13:26:32 CEST 2011 - loci...@suse.cz
+
+- Fixed handling of FW_SERVICES_ACCEPT_* in SuSEFirewall modules to
+  understand flags as the fifth parameter (bnc#712670)
+- Fixed SuSEfirewall2 SCR agent to parse the sysconfig file
+  properly (bnc#712670)
+- 2.21.12
+
+---

calling whatdependson for head-i586


Old:

  yast2-2.21.11.tar.bz2

New:

  yast2-2.21.12.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.Cez2tp/_old  2011-08-29 14:42:41.0 +0200
+++ /var/tmp/diff_new_pack.Cez2tp/_new  2011-08-29 14:42:41.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   yast2
-Version:2.21.11
+Version:2.21.12
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-2.21.11.tar.bz2
+Source0:yast2-2.21.12.tar.bz2
 
 Prefix: /usr
 
@@ -130,7 +130,7 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-2.21.11
+%setup -n yast2-2.21.12
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-2.21.11.tar.bz2 - yast2-2.21.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.11/VERSION new/yast2-2.21.12/VERSION
--- old/yast2-2.21.11/VERSION   2011-08-08 13:23:47.0 +0200
+++ new/yast2-2.21.12/VERSION   2011-08-29 13:03:19.0 +0200
@@ -1 +1 @@
-2.21.11
+2.21.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.11/configure new/yast2-2.21.12/configure
--- old/yast2-2.21.11/configure 2011-08-08 13:24:41.0 +0200
+++ new/yast2-2.21.12/configure 2011-08-29 13:03:52.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2 2.21.11.
+# Generated by GNU Autoconf 2.68 for yast2 2.21.12.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -559,8 +559,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2'
 PACKAGE_TARNAME='yast2'
-PACKAGE_VERSION='2.21.11'
-PACKAGE_STRING='yast2 2.21.11'
+PACKAGE_VERSION='2.21.12'
+PACKAGE_STRING='yast2 2.21.12'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1232,7 +1232,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2 2.21.11 to adapt to many kinds of systems.
+\`configure' configures yast2 2.21.12 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2 2.21.11:;;
+ short | recursive ) echo Configuration of yast2 2.21.12:;;
esac
   cat \_ACEOF
 
@@ -1383,7 +1383,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2 configure 2.21.11
+yast2 configure 2.21.12
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1400,7 +1400,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2 $as_me 2.21.11, which was
+It was created by yast2 $as_me 2.21.12, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2330,7 +2330,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2'
- VERSION='2.21.11'
+ VERSION='2.21.12'
 
 
 cat confdefs.h _ACEOF
@@ -2452,7 +2452,7 @@
 
 
 
-VERSION=2.21.11
+VERSION=2.21.12
 RPMNAME=yast2
 MAINTAINER=Jiri Srain jsr...@suse.cz
 
@@ -3498,7 +3498,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2 $as_me 2.21.11, which was
+This file was extended by yast2 $as_me 2.21.12, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3551,7 +3551,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2 config.status 2.21.11
+yast2 config.status 2.21.12
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\\$ac_cs_config\\
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-2.21.11/configure.in 
new/yast2-2.21.12/configure.in
--- old/yast2-2.21.11/configure.in  2011-08-08 13:24:39.0 +0200
+++ 

commit zfs-fuse for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package zfs-fuse for openSUSE:Factory
checked in at Mon Aug 29 14:44:47 CEST 2011.




--- zfs-fuse/zfs-fuse.changes   2011-08-20 20:54:50.0 +0200
+++ /mounts/work_src_done/STABLE/zfs-fuse/zfs-fuse.changes  2011-08-29 
12:48:46.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 10:48:05 UTC 2011 - g...@opensuse.org
+
+- removed unused LOCKFILE variable from init script
+
+---

calling whatdependson for head-i586




Other differences:
--
++ zfs-fuse.spec ++
--- /var/tmp/diff_new_pack.BcIE4h/_old  2011-08-29 14:44:01.0 +0200
+++ /var/tmp/diff_new_pack.BcIE4h/_new  2011-08-29 14:44:01.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   zfs-fuse
 Version:0.7.0
-Release:2
+Release:5
 Summary:A port of ZFS to the FUSE framework for the Linux operating 
system
 License:CDDL 1.0
 Group:  System/Filesystems

++ zfs-fuse.init ++
--- /var/tmp/diff_new_pack.BcIE4h/_old  2011-08-29 14:44:01.0 +0200
+++ /var/tmp/diff_new_pack.BcIE4h/_new  2011-08-29 14:44:01.0 +0200
@@ -16,7 +16,6 @@
 ZFS_NICE_LEVEL=0
 ZFS_ALLOW_RELOAD=no
 PIDFILE=/var/run/zfs/zfs-fuse.pid
-LOCKFILE=/var/lock/subsys/zfs-fuse
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 LC_ALL=C
 export PATH LC_ALL






Remember to have fun...

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



commit kdebindings-smokegen for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package kdebindings-smokegen for 
openSUSE:Factory
checked in at Mon Aug 29 15:23:51 CEST 2011.




--- kdebindings-smokegen/kdebindings-smokegen.changes   2011-07-22 
20:31:32.0 +0200
+++ 
/mounts/work_src_done/STABLE/kdebindings-smokegen/kdebindings-smokegen.changes  
2011-08-26 16:16:39.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 26 14:16:18 UTC 2011 - idon...@novell.com
+
+ - Set license to GPL-2.0 per discussion in bnc #714407  
+
+---
+Sun Aug 21 12:50:58 UTC 2011 - idon...@novell.com
+
+- Add obsoletes/provides for libsmoke-devel 
+
+---
+Wed Aug 10 21:18:03 UTC 2011 - toddrme2...@gmail.com
+
+- Split devel package (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdebindings-smokegen.spec ++
--- /var/tmp/diff_new_pack.zmZiY4/_old  2011-08-29 15:22:58.0 +0200
+++ /var/tmp/diff_new_pack.zmZiY4/_new  2011-08-29 15:22:58.0 +0200
@@ -15,30 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   kdebindings-smokegen
-BuildRequires:  cmake kde4-filesystem
-BuildRequires:  libQtWebKit-devel libqimageblitz-devel sqlite-devel
-License:LGPL v2.1 or later
-Group:  Development/Libraries/KDE
+Version:4.7.0
+Release:3
+License:GPL-2.0
 Summary:Smoke Generator for kdebindings
 Url:
https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen
-Version:4.7.0
-Release:1
-Source0:smokegen-%version.tar.bz2
+Group:  Development/Libraries/KDE
+Source0:smokegen-%{version}.tar.bz2
 Patch0: correct_naming.patch
+BuildRequires:  cmake
+BuildRequires:  kde4-filesystem
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libqimageblitz-devel
+BuildRequires:  sqlite-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Obsoletes:  kdebindings-smokegen  %{version}
 
 %description
 A general purpose C++ parser with a plugin infrastructure enabling 
 'generators' to be written, which can do various things with the C++ AST. 
 It is currently used for generating the various KDE SMOKE libraries.
  
+%package  -n libsmokegen-devel
+
+Summary:Development files for kdebindings-smokegen
+Obsoletes:  libsmoke-devel  %{version}
+Provides:   libsmoke-devel = %{version}
+Requires:   %{name} = %{version}
+
+%description -n libsmokegen-devel
+A general purpose C++ parser with a plugin infrastructure enabling
+'generators' to be written, which can do various things with the C++ AST.
+It is currently used for generating the various KDE SMOKE libraries.
+
+This package provides development files and headers needed to compile
+packages against kdebindings-smokegen
+
 %prep
-%setup -q -n smokegen-%version
+%setup -q -n smokegen-%{version}
 %patch0 -p0
 
 %build
@@ -47,9 +63,9 @@
 
 %install
   cd build
-  %makeinstall
-  mkdir -p %{buildroot}/etc/ld.so.conf.d/
-cat EOF %{buildroot}/etc/ld.so.conf.d/smoke-gen.conf
+%make_install
+  mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/
+cat EOF %{buildroot}%{_sysconfdir}/ld.so.conf.d/smoke-gen.conf
 %_kde4_libdir/smokegen
 EOF
 
@@ -60,12 +76,16 @@
 %files
 %defattr(-,root,root)
 %config %_kde4_sysconfdir/ld.so.conf.d/smoke-gen.conf
-%_kde4_bindir/smokegen
-%_kde4_bindir/smokeapi
-%_kde4_libdir/lib*
-%_kde4_libdir/smokegen/
-/usr/include/smoke.h
-/usr/include/smokegen/
-/usr/share/smoke/
+%{_kde4_bindir}/smokegen
+%{_kde4_bindir}/smokeapi
+%{_kde4_libdir}/*.so.*
+%{_kde4_libdir}/smokegen/
+%{_datadir}/smoke/
+
+%files -n libsmokegen-devel
+%defattr(-,root,root)
+%{_kde4_libdir}/*.so
+%{_includedir}/smoke.h
+%{_includedir}/smokegen/
 
 %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 libdc1394 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package libdc1394 for openSUSE:Factory
checked in at Mon Aug 29 15:25:28 CEST 2011.




--- libdc1394/libdc1394.changes 2011-07-07 11:50:53.0 +0200
+++ /mounts/work_src_done/STABLE/libdc1394/libdc1394.changes2011-08-29 
10:04:17.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 29 08:03:27 UTC 2011 - idon...@suse.com
+
+- Add libdc1394-visibility.patch to properly hide internal symbols
+  to prevent potential clashes with other libraries, sf #3361405 ,
+  bko # 268267
+
+---

calling whatdependson for head-i586


New:

  libdc1394-visibility.patch



Other differences:
--
++ libdc1394.spec ++
--- /var/tmp/diff_new_pack.McmsPy/_old  2011-08-29 15:24:27.0 +0200
+++ /var/tmp/diff_new_pack.McmsPy/_new  2011-08-29 15:24:27.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 # if Build_12 is equal to 0 don't build version 1.2.2
 %define Build_12 0
@@ -26,19 +25,18 @@
 BuildRequires:  libraw1394-devel
 %if 0%{?suse_version}  1100
 # no IIDC-over-USB support for openSUSE 11.0
-BuildRequires:  libusb-1_0-devel pkg-config
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pkg-config
 %endif
 %if 0%{?suse_version} = 1210
 BuildRequires:  libv4l-devel = 0.8.4
 %endif
-License:LGPLv2.1+
-Group:  Hardware/Camera
-AutoReqProv:on
 Version:%{libdc1394_version}
-Release:25
-Url:http://sourceforge.net/projects/libdc1394/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Release:27
+License:LGPLv2.1+
 Summary:1394-Based Digital Camera Control Library
+Url:http://sourceforge.net/projects/libdc1394/
+Group:  Hardware/Camera
 Source1:libdc1394-%{libdc1394_12_version}.tar.bz2
 Source2:libdc1394-%{libdc1394_version}.tar.bz2
 Source3:%{name}-rpmlintrc
@@ -47,6 +45,8 @@
 Patch2: libdc1394-swab_fix.patch
 Patch3: libdc1394.raw1394_set_iso_handler.patch
 Patch4: libdc1394-v4l-2.6.38.patch
+Patch5: libdc1394-visibility.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library provides functionality for controlling any camera that
@@ -54,75 +54,38 @@
 the low-level functionality provided by libraw1394 to communicate with
 the camera.
 
-
-
-Authors:
-
-Gord Peters gordpet...@smarttech.com
-Per Dalgas Jakobsen p...@maridan.dk
-Chris Urmson curm...@ri.cmu.edu
-Damien Douxchamps douxcha...@ieee.org
-Dan Dennedy d...@dennedy.org
-David Moore da...@startbox.com
-John Stanley stan...@peak.org
-
-
 %if %{Build_12} = 1
 
 %package -n libdc1394_control12
+Version:%{libdc1394_12_version}
+Release:22
 License:LGPLv2.1+
 Summary:1394-Based Digital Camera Control Library
 Group:  Hardware/Camera
-Version:%{libdc1394_12_version}
-Release:21
 
 %description -n libdc1394_control12
 This library provides functionality for controlling any camera that
 conforms to the 1394-Based Digital Camera Specification (which can be
-found at
-http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf)
-.  It utilizes the low-level functionality provided by libraw1394 to
+found at 
http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf).
+It utilizes the low-level functionality provided by libraw1394 to
 communicate with the camera.
 
-
-
-Authors:
-
-Gord Peters gordpet...@smarttech.com
-Per Dalgas Jakobsen p...@maridan.dk
-Chris Urmson curm...@ri.cmu.edu
-Damien Douxchamps douxcha...@ieee.org
-Dan Dennedy d...@dennedy.org
-David Moore da...@startbox.com
-John Stanley stan...@peak.org
-
 %package -n libdc1394_control12-devel
+Version:%{libdc1394_12_version}
+Release:22
 License:LGPLv2.1+
 Summary:1394-Based Digital Camera Control Library
 Group:  Development/Libraries/C and C++
-Version:%{libdc1394_12_version}
-Release:21
-Requires:   libdc1394_control12 = %{libdc1394_12_version} libraw1394-devel
+Requires:   libdc1394_control12 = %{libdc1394_12_version}
+Requires:   libraw1394-devel
 
 %description -n libdc1394_control12-devel
 This library provides functionality for controlling any camera that
 conforms to the 1394-Based Digital Camera Specification (which can be
-found at
-http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf)
-.  It utilizes the low-level functionality provided by libraw1394 to
+found at 
http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf).
+It utilizes the low-level functionality provided by libraw1394 to
 communicate with the camera.
 
-
-
-Authors:
-
-Gord Peters 

commit libgtkdatabox for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package libgtkdatabox for openSUSE:Factory
checked in at Mon Aug 29 15:27:43 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/libgtkdatabox/libgtkdatabox.changes
2011-08-27 00:11:51.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri Aug 26 22:07:57 UTC 2011 - kirill.kiril...@gmail.com
+
+- initial package of version 0.9.1.3
+ 

calling whatdependson for head-i586


New:

  gtkdatabox-0.9.1.3.tar.bz2
  libgtkdatabox-0.9.1.3-gdk-deprecated.patch
  libgtkdatabox-0.9.1.3-gtk-2.22.patch
  libgtkdatabox.changes
  libgtkdatabox.spec



Other differences:
--
++ libgtkdatabox.spec ++
#
# spec file for package libgtkdatabox
#
# 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 libver 0_9_1-3

Name:   libgtkdatabox
Summary:GTK+ widget for fast data display 
Version:0.9.1.3
Release:1
License:LGPLv2+
Url:http://sourceforge.net/projects/gtkdatabox
Group:  Development/Libraries/C and C++
Source0:gtkdatabox-%{version}.tar.bz2
Patch0: %{name}-0.9.1.3-gtk-2.22.patch
Patch1: %{name}-0.9.1.3-gdk-deprecated.patch
BuildRequires:  gtk2-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
GtkDatabox is a widget for the Gtk+ library designed to display large
amounts of numerical data fast and easy.

%package devel

Summary:Development files for GtkDatabox
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}

%description devel
The libgtkdatabox-devel package contains libraries, header files and
documentation for developing applications that use libgtkdatabox.

%package -n %{name}-%{libver}

Summary:GTK+ widget for fast data display 
Group:  Development/Libraries/C and C++
Provides:   %{name} = %{version}
Obsoletes:  %{name}-%{libver}  %{version}

%description -n %{name}-%{libver}
GtkDatabox is a widget for the Gtk+ library designed to display large
amounts of numerical data fast and easy.

%prep
%setup -q -n gtkdatabox-%{version}
%patch0
%patch1

%configure --disable-static

%build
%__make %{?_smp_mflags}

%install
%makeinstall
find %{buildroot} -name '*.la' -exec rm -f {} ';'

%clean
rm -rf %{buildroot}

%post -n %{name}-%{libver} -p /sbin/ldconfig

%postun -n %{name}-%{libver} -p /sbin/ldconfig

%files -n %{name}-%{libver}
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_libdir}/%{name}-*.so.*

%files devel
%defattr(-,root,root)
%doc examples/*.c
%{_includedir}/*
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/gtkdatabox.pc
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%dir %{_datadir}/gtk-doc/html/gtkdatabox
%{_datadir}/gtk-doc/html/gtkdatabox/*

%changelog
++ libgtkdatabox-0.9.1.3-gdk-deprecated.patch ++
Index: gtk/gtkdatabox_bars.c
===
--- gtk/gtkdatabox_bars.c.orig
+++ gtk/gtkdatabox_bars.c
@@ -17,6 +17,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+/* FIXME: need porting to cairo */
+#undef GDK_DISABLE_DEPRECATED
+
 #include gtkdatabox_bars.h
 
 static void gtk_databox_bars_real_draw (GtkDataboxGraph * bars,
Index: gtk/gtkdatabox.c
===
--- gtk/gtkdatabox.c.orig
+++ gtk/gtkdatabox.c
@@ -17,6 +17,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+/* FIXME: need porting to cairo */
+#undef GDK_DISABLE_DEPRECATED
+
 #include gtkdatabox.h
 #include gtkdatabox_marshal.h
 #include gtk/gtkhscrollbar.h
Index: gtk/gtkdatabox_graph.c
===
--- gtk/gtkdatabox_graph.c.orig
+++ gtk/gtkdatabox_graph.c
@@ -17,6 +17,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+/* FIXME: need porting to cairo */
+#undef GDK_DISABLE_DEPRECATED
+
 #include gtkdatabox_graph.h
 #include gtk/gtkstyle.h
 #include gtk/gtkgc.h
Index: gtk/gtkdatabox_grid.c
===

commit autofs for openSUSE:11.4

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package autofs for openSUSE:11.4
checked in at Mon Aug 29 16:08:21 CEST 2011.




--- old-versions/11.4/all/autofs/autofs.changes 2011-02-21 16:00:13.0 
+0100
+++ 11.4/autofs/autofs.changes  2011-08-26 15:29:05.0 +0200
@@ -1,0 +2,81 @@
+Fri Aug 26 12:59:45 UTC 2011 - lchiqui...@suse.com
+
+- first AutoFS maintenance update for openSUSE 11.4 (bnc#700085)
+
+---
+Tue Jun 14 17:21:19 UTC 2011 - lchiqui...@novell.com
+
+- rpm spec: install the rcautofs(8) man page as a symbolic link
+  to autofs(8)
+- rpm spec: restart the automount daemon after updates
+- init script: update Free Software Foundation address
+
+---
+Tue Jun 14 12:01:17 UTC 2011 - lchiqui...@novell.com
+
+- fix null cache deadlock (bnc#696596)
+
+---
+Tue Jun 14 11:54:02 UTC 2011 - lchiqui...@novell.com
+
+- update 5.0.5 upstream patches to 20110613 (bnc#699767):
+  * remove master_mutex_unlock() leftover
+  * fix sanity checks for brackets in server name
+  * fix lsb service name in init script
+  * fix map source check in file lookup
+  * fix simple bind without SASL support
+  * fix sasl bind host name selection
+
+---
+Mon May  9 16:46:48 UTC 2011 - lchiqui...@novell.com
+
+- update 5.0.5 upstream patches to 20110427 (bnc#692104):
+  * fix paged ldap map read
+  * fix next task list update
+  * fix stale map read
+  * fix null cache clean
+  * automount(8) man page correction
+  * fix out of order locking in readmap
+  * include ip address in debug logging
+  * mount using address for DNS round robin host names
+  * reset negative status on cache prune
+- remove patches that are now upstream:
+  * autofs-5.0.5-fix-next-task-list-update.patch
+  * autofs-5.0.5-fix-stale-map-read.patch
+  * autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch
+
+---
+Mon Apr  4 21:04:35 UTC 2011 - lchiqui...@novell.com
+
+- init script: use misc device (/dev/autofs) by default, unless it
+  is explicitly disabled in sysconfig (bnc#684997)
+
+---
+Mon Apr  4 20:49:38 UTC 2011 - lchiqui...@novell.com
+
+- fix out of order locking in readmap (bnc#667967)
+
+---
+Mon Apr  4 20:40:04 UTC 2011 - lchiqui...@novell.com
+
+- add upstream fixes for the non-expiring mounts problem
+  (bnc#677143, bnc#698589)
+
+---
+Tue Mar 29 14:54:08 UTC 2011 - lchiqui...@novell.com
+
+- update 5.0.5 upstream patches to 20110318, fixing one bug:
+  * replace GPLv3 code (bnc#682268)
+
+---
+Thu Mar  3 14:11:32 UTC 2011 - lchiqui...@novell.com
+
+- update 5.0.5 upstream patches to 20110302 (bnc#676690):
+  * use weight only for server selection
+  * fix isspace() wild card substitution
+  * auto adjust ldap page size
+  * fix prune cache valid check
+  * fix mountd vers retry
+  * fix expire race
+
+---

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


Old:

  autofs-5.0.5-upstream-patches-20101021.bz2

New:

  autofs-5.0.5-fix-null-cache-deadlock.patch
  autofs-5.0.5-upstream-patches-20110613.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.m2JLOy/_old  2011-08-29 16:08:01.0 +0200
+++ /var/tmp/diff_new_pack.m2JLOy/_new  2011-08-29 16:08:01.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Daemons
 AutoReqProv:on
 Version:5.0.5
-Release:14.RELEASE2
+Release:14.RELEASE19
 Summary:A Kernel-Based Automounter
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: 
ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/%{name}-%{version}.tar.bz2
@@ -36,9 +36,10 @@
 Source5:README.SuSE
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
-%define patchdate 20101021
+%define patchdate 20110613
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.5-invalid-ghost-dirs.patch
+Patch2: autofs-5.0.5-fix-null-cache-deadlock.patch
 Patch10:autofs-suse-auto_master_default.patch
 Patch11:autofs-suse-autofs_init.patch
 Patch12:autofs-suse-build.patch
@@ -66,6 +67,7 @@
 #
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
@@ -86,6 +88,7 @@
 %install

commit libvdpau for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package libvdpau for openSUSE:Factory
checked in at Mon Aug 29 16:43:37 CEST 2011.




--- libvdpau/libvdpau.changes   2010-09-22 09:19:19.0 +0200
+++ /mounts/work_src_done/STABLE/libvdpau/libvdpau.changes  2011-08-29 
14:52:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 12:19:11 UTC 2011 - sndir...@suse.com
+
+- vdpau needs an explicit -lX11 with latest toolchain
+
+---

calling whatdependson for head-i586


New:

  libvdpau-missing-lX11.diff



Other differences:
--
++ libvdpau.spec ++
--- /var/tmp/diff_new_pack.uEDV7k/_old  2011-08-29 16:42:35.0 +0200
+++ /var/tmp/diff_new_pack.uEDV7k/_new  2011-08-29 16:42:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libvdpau (Version 0.4.1)
+# spec file for package libvdpau
 #
-# 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
@@ -19,7 +19,7 @@
 
 Name:   libvdpau
 Version:0.4.1
-Release:2
+Release:13
 License:MIT License (or similar)
 Summary:VDPAU wrapper and trace libraries
 Url:http://people.freedesktop.org/~aplattner
@@ -29,6 +29,7 @@
 Source2:README
 Source99:   baselibs.conf
 Source100:  %{name}-rpmlintrc
+Patch:  libvdpau-missing-lX11.diff
 BuildRequires:  gcc-c++ pkgconfig xorg-x11-devel
 BuildRequires:  doxygen graphviz texlive
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -79,6 +80,7 @@
 
 %prep
 %setup -q -b1
+%patch -p0
 
 %build
 %configure
@@ -93,7 +95,7 @@
 pushd ../vdpauinfo-*
 %configure \
 VDPAU_CFLAGS=-I$RPM_BUILD_ROOT/usr/include \
-VDPAU_LIBS=-L$RPM_BUILD_ROOT/%{_libdir} -lvdpau
+VDPAU_LIBS=-L$RPM_BUILD_ROOT/%{_libdir} -lvdpau -lX11
 make %{?jobs:-j%jobs}
 %makeinstall
 popd

++ libvdpau-missing-lX11.diff ++
--- vdpau.pc.in.orig2011-08-29 12:24:17.0 +
+++ vdpau.pc.in 2011-08-29 12:24:48.0 +
@@ -9,4 +9,4 @@ Description: The Video Decode and Presen
 Version: @PACKAGE_VERSION@
 Requires.private: x11
 Cflags: -I${includedir}
-Libs: -L${libdir} -lvdpau
+Libs: -L${libdir} -lvdpau -lX11





Remember to have fun...

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



commit clicfs for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package clicfs for openSUSE:Factory
checked in at Mon Aug 29 16:45:07 CEST 2011.




--- clicfs/clicfs.changes   2011-03-23 13:15:39.0 +0100
+++ /mounts/work_src_done/STABLE/clicfs/clicfs.changes  2011-08-29 
12:45:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 10:41:37 UTC 2011 - co...@novell.com
+
+- update to 1.4.2
+   - fix build with newer ld
+
+---

calling whatdependson for head-i586


Old:

  fix-crash.diff



Other differences:
--
++ clicfs.spec ++
--- /var/tmp/diff_new_pack.E3MJWq/_old  2011-08-29 16:44:09.0 +0200
+++ /var/tmp/diff_new_pack.E3MJWq/_new  2011-08-29 16:44:09.0 +0200
@@ -23,7 +23,7 @@
 Requires:   fuse
 Summary:Compressed Loop Image Container
 Version:1.4.1
-Release:1
+Release:2
 License:GPLv2
 Group:  System/Filesystems
 Source: clicfs.tar.bz2

++ clicfs.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/misc/CMakeLists.txt new/misc/CMakeLists.txt
--- old/misc/CMakeLists.txt 2011-03-23 12:13:07.0 +0100
+++ new/misc/CMakeLists.txt 2011-08-29 14:48:01.0 +0200
@@ -1,3 +1,3 @@
 
 add_executable(e2block2file e2block2file.c)
-TARGET_LINK_LIBRARIES(e2block2file ext2fs)
+TARGET_LINK_LIBRARIES(e2block2file ext2fs com_err)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/src/CMakeLists.txt new/src/CMakeLists.txt
--- old/src/CMakeLists.txt  2011-03-23 12:13:07.0 +0100
+++ new/src/CMakeLists.txt  2011-08-29 14:48:01.0 +0200
@@ -1,9 +1,9 @@
 
 add_executable(mkclicfs mkclicfs.cpp)
-TARGET_LINK_LIBRARIES(mkclicfs lzma crypto)
+TARGET_LINK_LIBRARIES(mkclicfs lzma crypto pthread)
 
 add_executable(clicfs clicfs.c clicfs_common.c)
-TARGET_LINK_LIBRARIES(clicfs lzma fuse)
+TARGET_LINK_LIBRARIES(clicfs lzma fuse pthread)
 
 add_executable(unclicfs unclicfs.c clicfs_common.c)
 TARGET_LINK_LIBRARIES(unclicfs lzma)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/src/clicfs.c new/src/clicfs.c
--- old/src/clicfs.c2011-03-23 12:13:07.0 +0100
+++ new/src/clicfs.c2011-08-29 14:48:01.0 +0200
@@ -508,13 +508,11 @@
 static int clic_write(const char *path, const char *buf, size_t size, off_t 
offset,
   struct fuse_file_info *fi)
 {
-if (logger) fprintf(logger, %lx write0 %s %ld %ld %lx\n, pthread_self(), 
path, offset, size, pthread_self());
 (void) fi;
 if(path[0] == '/'  strcmp(path + 1, thefile) != 0)
return -ENOENT;
 
 if (offset = (off_t)thefilesize) {
-  if (logger) fprintf(logger, %lx writeF %s %ld %ld - 0!! %lx\n, 
pthread_self(), path, offset, size, pthread_self());
 return 0;
 }
 
@@ -522,7 +520,6 @@
size = thefilesize-offset;
 
 if (!size) {
-  if (logger) fprintf(logger, %lx write %s %ld %ld - 0!!\n, 
pthread_self(), path, offset, size);
return 0;
 }
 
@@ -536,16 +533,12 @@
 int ret = 0;
 
 if (size = pagesize) {
-  if (logger) fprintf(logger, %lx write2 %s %ld %ld\n, pthread_self(), 
path, offset, size);
 ret = clic_write_block(buf, block, ioff, size);
-   if (logger) fprintf(logger, %lx write3 %s %ld %ld - %d\n, 
pthread_self(), path, offset, size, ret);
 } else {
size_t wrote = 0;
do
{
- if (logger) fprintf(logger, %lx write4 %s %ld %ld %lx\n, 
pthread_self(), path, offset, size, pthread_self());
size_t diff = clic_write_block(buf, block, ioff, size  pagesize ? 
pagesize : size);
-   if (logger) fprintf(logger, %lx write5 %s %ld %ld - %ld\n, 
pthread_self(), path, offset, size, diff);
ioff = 0;
size -= diff;
buf += diff;
@@ -555,7 +548,6 @@
 
ret = wrote;
 }
-if (logger) fprintf(logger, %lx writeD %s %ld %ld - %d\n, 
pthread_self(), path, offset, size, ret);
 return ret;
 }
 






Remember to have fun...

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



commit hugin for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package hugin for openSUSE:Factory
checked in at Mon Aug 29 16:48:12 CEST 2011.




--- hugin/hugin.changes 2011-03-22 08:15:26.0 +0100
+++ /mounts/work_src_done/STABLE/hugin/hugin.changes2011-05-31 
16:49:13.0 +0200
@@ -1,0 +2,31 @@
+Tue May 31 16:34:47 CEST 2011 - sbra...@suse.cz
+
+- Updated to version 2011.0.0:
+  * Improved Built-in Control Points Generator.
+  * CPFind's detection ability has been significantly improved.
+  * Improved Fast Preview.
+  * Overview pane has been added to the Fast Preview window.
+  * It is now possible to drag individual images or arbitrary
+groups of images on the panosphere in the fast preview.
+  * A new gray point picker for visual white balance correction.
+  * Additional functionality for the registration of stereo images.
+  * New Thoby projection modeling 10.5mm Nikkor fisheye lens.
+  * Improved support for some keyboard shortcuts.
+  * New Preferences: output file format (LDR only).
+  * Bugfixes and adds minor features.
+  * Many translations updated.
+
+---
+Tue Apr 26 19:34:14 CEST 2011 - sbra...@suse.cz
+
+- Updated to version 2010.4.0:
+  * Built-in points generator - no third party software for control
+points needed.
+  * Improved Unattended Operation.
+  * Improved Interaction and Functionality.
+  * New Command-Line Tools.
+  * New Visuals.
+  * Updated translations.
+  * Other improvements.
+
+---
@@ -37,0 +69,29 @@
+
+---
+Mon Feb 15 22:05:25 UTC 2010 - nico.laus.2...@gmx.de
+
+- removed LAPACK compile option (caused SIGSEVs - may be different
+  for newer libraries)
+
+---
+Mon Jan 11 08:10:38 UTC 2010 - nico.laus.2...@gmx.de
+
+- added liblapack3 and lapack dependencies
+
+---
+Sun Jan 10 13:13:08 UTC 2010 - nico.laus.2...@gmx.de
+
+- updated to 2009.4.0:
+  (from http://hugin.sourceforge.net/releases/2009.4.0/)
+  * Automatic lens calibration
+  * Control point cleaning
+  * Translation updates (20 languages)
+  * other improvements
+  changes between 0.8.0 and 2009.2.0:
+  (from http://hugin.sourceforge.net/releases/2009.2.0/)
+  * GPU accelerated stitching
+  * Improved Preferences panel (Control Point Detectors)
+  * Improved control of stitching process (Stitcher tab)
+  * Fast Preview shows control points connected with lines
+  * lots of bugfixes, lots of new bugs
+- split off -devel sub-package

calling whatdependson for head-i586


Old:

  hugin-2010.0.0.tar.bz2
  hugin-fix-gcc46.patch
  hugin-libpng14.patch

New:

  hugin-2011.0.0.tar.bz2



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.2GuvjI/_old  2011-08-29 16:46:08.0 +0200
+++ /var/tmp/diff_new_pack.2GuvjI/_new  2011-08-29 16:46:08.0 +0200
@@ -19,11 +19,11 @@
 
 
 Name:   hugin
-BuildRequires:  OpenEXR-devel SDL-devel boost-devel cmake fftw3-devel 
freeglut-devel gcc-c++ glew-devel libexiv2-devel libpano-devel libxml2 
update-desktop-files vigra zip
+BuildRequires:  Mesa-devel OpenEXR-devel SDL-devel boost-devel cmake 
fftw3-devel freeglut-devel gcc-c++ glew-devel lapack libexiv2-devel liblapack3 
libpano-devel = 2.9.18 libxml2 update-desktop-files vigra zip
 %if %suse_version  1130
-BuildRequires:  python-wxWidgets wxWidgets-devel
+BuildRequires:  python-wxWidgets = 2.7.0 wxWidgets-devel
 %else
-BuildRequires:  python-wxGTK wxGTK-devel
+BuildRequires:  python-wxGTK = 2.7.0 wxGTK-devel
 %endif
 %if %suse_version  1020
 BuildRequires:  fdupes
@@ -31,16 +31,13 @@
 License:GPLv2+
 Group:  Productivity/Graphics/Other
 Summary:Toolchain for Stitching of Images and Creating Panoramas
-Version:2010.0.0
-Release:11
-Source: %{name}-%{version}.tar.bz2
+Version:2011.0.0
+Release:1
+Source: 
http://sourceforge.net/projects/%{name}/files/%{name}/%{name}-2011.0/%{name}-%{version}.tar.bz2
 # For SVN snapshot:
 # svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
 #Source: %{name}-svn2008.tar.bz2
 Source1:%{name}-svn-dummy
-Patch0: hugin-libpng14.patch
-# PATCH-FIX-UPSTREAM hugin-fix-gcc46.patch idoen...@suse.de -- Fix compilation 
with gcc 4.6
-Patch1: hugin-fix-gcc46.patch
 Url:http://hugin.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   make
@@ -62,8 +59,6 @@
 chromatic abberation, create HDR images, provide automatic feature
 detection and extraction of key points.
 
-
-
 Authors:
 
 Pablo d'Angelo pablo.dang...@web.de
@@ -80,8 +75,6 @@
 
 %prep
 %setup -q

commit xteddy for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package xteddy for openSUSE:Factory
checked in at Mon Aug 29 16:49:45 CEST 2011.




--- xteddy/xteddy.changes   2009-12-29 16:38:03.0 +0100
+++ /mounts/work_src_done/STABLE/xteddy/xteddy.changes  2011-08-29 
13:37:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 11:37:32 UTC 2011 - co...@novell.com
+
+- link to Xext too, you need it
+
+---

calling whatdependson for head-i586




Other differences:
--
++ xteddy.spec ++
--- /var/tmp/diff_new_pack.Sl8P9t/_old  2011-08-29 16:49:05.0 +0200
+++ /var/tmp/diff_new_pack.Sl8P9t/_new  2011-08-29 16:49:05.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xteddy (Version 2.2)
+# spec file for package xteddy
 #
-# 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,7 +26,7 @@
 AutoReqProv:on
 Summary:A cuddly teddy bear for your X Window desktop
 Version:2.2
-Release:1
+Release:9
 Source: xteddy_2.2.orig.tar.bz2
 Patch:  teddy-2.2-as-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ teddy-2.2-as-needed.patch ++
--- /var/tmp/diff_new_pack.Sl8P9t/_old  2011-08-29 16:49:05.0 +0200
+++ /var/tmp/diff_new_pack.Sl8P9t/_new  2011-08-29 16:49:05.0 +0200
@@ -1,13 +1,13 @@
 Index: Makefile.am
 ===
 --- Makefile.am.orig   2009-02-25 21:06:50.0 +0100
-+++ Makefile.am2009-12-29 16:33:41.925055000 +0100
 Makefile.am2011-08-29 13:34:54.570528131 +0200
 @@ -7,7 +7,7 @@ man_MANS = xteddy.6
  bin_SCRIPTS = xtoys xteddy_test
  
  AM_CFLAGS  = @IMLIB2_CFLAGS@
 -AM_LDFLAGS = @IMLIB2_LIBS@ -lX11
-+xteddy_LDADD = @IMLIB2_LIBS@ -lX11
++xteddy_LDADD = @IMLIB2_LIBS@ -lXext -lX11
  
  DEFS = -DPIXMAP_PATH=\@PIXMAP_PATH@\ -Wall
  






Remember to have fun...

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



commit yast2-firewall for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory
checked in at Mon Aug 29 16:51:06 CEST 2011.




--- yast2-firewall/yast2-firewall.changes   2010-04-30 14:29:04.0 
+0200
+++ /mounts/work_src_done/STABLE/yast2-firewall/yast2-firewall.changes  
2011-08-29 13:16:08.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug 26 13:33:57 CEST 2011 - loci...@suse.cz
+
+- Fixed Custom Rules dialog to handle additional flags (bnc#712670)
+- 2.21.0
+
+---
+Fri Aug  5 12:32:00 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-firewall-2.19.1.tar.bz2

New:

  yast2-firewall-2.21.0.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.1iJYsS/_old  2011-08-29 16:49:54.0 +0200
+++ /var/tmp/diff_new_pack.1iJYsS/_new  2011-08-29 16:49:54.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package yast2-firewall (Version 2.19.1)
+# spec file for package yast2-firewall
 #
-# 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
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-firewall
-Version:2.19.1
+Version:2.21.0
 Release:1
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-firewall-2.19.1.tar.bz2
+Source0:yast2-firewall-2.21.0.tar.bz2
 
 Prefix: /usr
 
 Group:  System/YaST
-License:GPLv2+
+License:GPL v2 or later
 BuildRequires:  perl-XML-Writer update-desktop-files yast2-devtools 
yast2-testsuite
 BuildRequires:  yast2 = 2.16.47
 
@@ -51,7 +51,7 @@
 A YaST2 module to be used for configuring a firewall.
 
 %prep
-%setup -n yast2-firewall-2.19.1
+%setup -n yast2-firewall-2.21.0
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-firewall-2.19.1.tar.bz2 - yast2-firewall-2.21.0.tar.bz2 ++
 4295 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firewall-2.19.1/VERSION new/yast2-firewall-2.21.0/VERSION
--- old/yast2-firewall-2.19.1/VERSION   2010-04-30 14:26:03.0 +0200
+++ new/yast2-firewall-2.21.0/VERSION   2011-08-29 13:06:38.0 +0200
@@ -1 +1 @@
-2.19.1
+2.21.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firewall-2.19.1/configure.in new/yast2-firewall-2.21.0/configure.in
--- old/yast2-firewall-2.19.1/configure.in  2010-04-30 14:26:31.0 
+0200
+++ new/yast2-firewall-2.21.0/configure.in  2011-08-29 13:07:15.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-firewall, 2.19.1, http://bugs.opensuse.org/, yast2-firewall)
+AC_INIT(yast2-firewall, 2.21.0, http://bugs.opensuse.org/, yast2-firewall)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.19.1
+VERSION=2.21.0
 RPMNAME=yast2-firewall
 MAINTAINER=Lukas Ocilka loci...@suse.cz
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-firewall-2.19.1/src/firewall.desktop 
new/yast2-firewall-2.21.0/src/firewall.desktop
--- old/yast2-firewall-2.19.1/src/firewall.desktop  2010-01-15 
11:14:05.0 +0100
+++ new/yast2-firewall-2.21.0/src/firewall.desktop  2011-08-05 
15:08:45.0 +0200
@@ -3,7 +3,6 @@
 Categories=Settings;System;Qt;X-SuSE-YaST;X-SuSE-YaST-Security;
 
 X-KDE-ModuleType=Library
-X-KDE-RootOnly=true
 X-KDE-HasReadOnlyMode=true
 X-KDE-Library=yast2
 X-SuSE-YaST-Call=firewall
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 

commit vacuum-im-plugins-dbusnotifications for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package vacuum-im-plugins-dbusnotifications 
for openSUSE:Factory
checked in at Mon Aug 29 16:53:32 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/vacuum-im-plugins-dbusnotifications/vacuum-im-plugins-dbusnotifications.changes
2011-08-04 17:15:22.0 +0200
@@ -0,0 +1,5 @@
+---
+Sat Jul 30 07:04:46 UTC 2011 - egdf...@opensuse.org
+
+- initial to 1.0.0
+  

calling whatdependson for head-i586


New:

  vacuum-im-plugins-dbusnotifications-1.0.0.tar.bz2
  vacuum-im-plugins-dbusnotifications.changes
  vacuum-im-plugins-dbusnotifications.spec



Other differences:
--
++ vacuum-im-plugins-dbusnotifications.spec ++
#
# spec file for package vacuum-im-plugins-dbusnotifications
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright Andrey Karepin egdf...@opensuse.org
#
# 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 app_name vacuum

Name:   vacuum-im-plugins-dbusnotifications
Summary:Vacuum-IM notification messages through system DBus
Version:1.0.0
Release:1
%if 0%{?suse_version}  1120
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%endif
License:GPLv3
Group:  System/Libraries
Source: %{name}-%{version}.tar.bz2
Url:http://www.vacuum-im.org/
Requires:   vacuum-im
BuildRequires:  aspell-devel cmake dbus-1-devel libqt4-devel libvacuumutils1_7 
vacuum-im-devel
BuildRequires:  fdupes

%description
The plug-in uses org.freedesktop.Notifications for show of notification 
messages 

%prep
%setup -q -n %{name}

%build
%{__mkdir} build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DINSTALL_LIB_DIR=%{_lib} -DVACUUM_SRC_PATH=%{_includedir}/%{app_name} 
-DVACUUM_LIB_PATH=%{_lib}
%{__make} %{?_smp_mflags}

%install
pushd build
%{make_install}
popd

%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/%{app_name}
%{_datadir}/%{app_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 vacuum-im-plugins-kinotifications for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package vacuum-im-plugins-kinotifications 
for openSUSE:Factory
checked in at Mon Aug 29 16:54:47 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/vacuum-im-plugins-kinotifications/vacuum-im-plugins-kinotifications.changes
2011-07-30 09:39:29.0 +0200
@@ -0,0 +1,5 @@
+---
+Sat Jul 30 07:33:46 UTC 2011 - egdf...@opensuse.org
+
+- initial to 0.0.1
+  * sync for changes in INotifications

calling whatdependson for head-i586


New:

  vacuum-im-plugins-kinotifications-0.0.1.tar.bz2
  vacuum-im-plugins-kinotifications.changes
  vacuum-im-plugins-kinotifications.spec



Other differences:
--
++ vacuum-im-plugins-kinotifications.spec ++
#
# spec file for package vacuum-im-plugins-kinotifications
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright Andrey Karepin egdf...@opensuse.org
#
# 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 app_name vacuum

Name:   vacuum-im-plugins-kinotifications
Summary:Vacuum-IM notification messages through Qt Kinetic
Version:0.0.1
Release:1
%if 0%{?suse_version}  1120
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%endif
License:GPLv3
Group:  System/Libraries
Source: %{name}-%{version}.tar.bz2
Url:http://www.vacuum-im.org/
Requires:   vacuum-im
BuildRequires:  aspell-devel cmake libQtWebKit-devel libqt4-devel 
libvacuumutils1_7 vacuum-im-devel
BuildRequires:  fdupes

%description
Popup notofications animated with Qt Kinetic Vacuum-IM extension plugin

%prep
%setup -q -n %{name}

%build
%{__mkdir} build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DINSTALL_LIB_DIR=%{_lib} -DVACUUM_SRC_PATH=%{_includedir}/%{app_name} 
-DVACUUM_LIB_PATH=%{_lib}
%{__make} %{?_smp_mflags}

%install
pushd build
%{make_install}
popd

%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/%{app_name}
%{_datadir}/%{app_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 vacuum-im-plugins-spellchecker for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package vacuum-im-plugins-spellchecker for 
openSUSE:Factory
checked in at Mon Aug 29 16:55:56 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/vacuum-im-plugins-spellchecker/vacuum-im-plugins-spellchecker.changes
  2011-07-29 18:12:10.0 +0200
@@ -0,0 +1,14 @@
+---
+Mon Apr 18 14:14:46 UTC 2011 - egdf...@opensuse.org
+
+- update to 0.0.3
+  * Windows builds now really possible (currently with aspell)
+  * Rewritten much of code
+
+---
+Sun Apr 10 10:39:46 UTC 2011 - egdf...@opensuse.org
+
+- initial to 0.0.2
+  * Russian translation
+  * Buildsystem fixes and improvements
+  * Code cleanup and more convenient file-naming

calling whatdependson for head-i586


New:

  vacuum-im-plugins-spellchecker-0.0.3.tar.bz2
  vacuum-im-plugins-spellchecker.changes
  vacuum-im-plugins-spellchecker.spec



Other differences:
--
++ vacuum-im-plugins-spellchecker.spec ++
#
# spec file for package vacuum-im-plugins-spellchecker
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright Andrey Karepin egdf...@opensuse.org
#
# 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 app_name vacuum

Name:   vacuum-im-plugins-spellchecker
Summary:Vacuum-IM spellchecker plugin
Version:0.0.3
Release:1
%if 0%{?suse_version}  1120
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%endif
License:GPLv3
Group:  System/Libraries
Source: %{name}-%{version}.tar.bz2
Url:http://www.vacuum-im.org/
BuildRequires:  aspell-devel cmake libqt4-devel libvacuumutils1_7 
vacuum-im-devel
BuildRequires:  fdupes

%description
Highlights words that may not be spelled correctly.
 
%prep
%setup -q -n %{name}

%build
%{__mkdir} build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DINSTALL_LIB_DIR=%{_lib} -DVACUUM_SRC_PATH=%{_includedir}/%{app_name} 
-DVACUUM_LIB_PATH=%{_lib} -DSPELLCHECKER_BACKEND=ASPELL
%{__make} %{?_smp_mflags}

%install
pushd build
%{make_install} INSTALL_ROOT=%{buildroot}
popd

%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_libdir}/%{app_name}
%dir %{_libdir}/%{app_name}/plugins
%{_datadir}/%{app_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 openvas-administrator for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package openvas-administrator for 
openSUSE:Factory
checked in at Mon Aug 29 16:57:02 CEST 2011.




--- openvas-administrator/openvas-administrator.changes 2011-02-23 
20:28:00.0 +0100
+++ 
/mounts/work_src_done/STABLE/openvas-administrator/openvas-administrator.changes
2011-08-25 22:00:08.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 25 19:59:30 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with current factory dependencies and
+  new linker defaults.
+
+---

calling whatdependson for head-i586


New:

  openvas-admin-add-needed.patch



Other differences:
--
++ openvas-administrator.spec ++
--- /var/tmp/diff_new_pack.tVLE9X/_old  2011-08-29 16:56:31.0 +0200
+++ /var/tmp/diff_new_pack.tVLE9X/_new  2011-08-29 16:56:31.0 +0200
@@ -20,8 +20,8 @@
 
 Name:   openvas-administrator
 Version:1.1.1
-Release:1
-License:GNU GPL v2 or later
+Release:2
+License:GPLv2+
 Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
 Source0:%{name}-%{version}.tar.gz
@@ -31,6 +31,7 @@
 Source4:openvasad.init.fedora
 Source5:openvasad.init.mandriva
 Patch0: openvas-administrator-1.1.1-out_of_source_build.patch
+Patch1: openvas-admin-add-needed.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?mandriva_version}
@@ -42,6 +43,7 @@
 BuildRequires:  glib2-devel
 BuildRequires:  libopenvas-devel = 3.0.0
 BuildRequires:  pkgconfig
+BuildRequires:  libgcrypt-devel
 Requires:   logrotate
 Summary:Administrator Module of OpenVAS
 
@@ -55,6 +57,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 %if 0%{?mandriva_version}
@@ -85,7 +88,7 @@
 %__install -D -m 644 %{_sourcedir}/debian.openvas-administrator.default 
%{buildroot}%{_var}/adm/fillup-templates/sysconfig.openvas-administrator
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 %__install -D -m 744 %{_sourcedir}/openvasad.init.fedora 
%{buildroot}%{_initrddir}/openvas-administrator
 %__install -D -m 644 %{_sourcedir}/debian.openvas-administrator.default 
%{buildroot}%{_sysconfdir}/sysconfig/openvas-administrator
 %endif
@@ -110,7 +113,7 @@
 %_post_service openvas-administrator
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm -i (not rpm {-U|-F})
 if [ $1 = 1 ]; then
/sbin/chkconfig --add openvas-administrator
@@ -126,7 +129,7 @@
 %_preun_service openvas-administrator
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm -e (not rpm {-U|-F})
 if [ $1 = 0 ]; then
 /sbin/service openvas-administrator stop  /dev/null 21 || :
@@ -140,7 +143,7 @@
 %insserv_cleanup
 %endif
 
-%if 0%{?fedora_version} || 0%{?scientificlinux_version}
+%if 0%{?fedora_version} || 0%{?scientificlinux_version} || 0%{?centos_version}
 # only rpm {-U|-F} (not rpm -e)
 if [ $1 = 1 ]; then
 /sbin/service openvas-administrator condrestart
@@ -166,4 +169,5 @@
 %else
 %config(noreplace) %{_sysconfdir}/sysconfig/openvas-administrator
 %endif
+
 %changelog

++ openvas-admin-add-needed.patch ++
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -45,7 +45,7 @@ set_target_properties (oap PROPERTIES CO
 ## Program
 
 add_executable (openvasad openvasad.c oxpd.c oapd.c)
-target_link_libraries (openvasad oap admin openvas_misc openvas_base gnutls)
+target_link_libraries (openvasad oap admin openvas_misc openvas_base gnutls 
glib-2.0)
 
 set_target_properties (openvasad PROPERTIES LINKER_LANGUAGE C)
 





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

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory
checked in at Mon Aug 29 17:01:32 CEST 2011.




--- virt-manager/virt-manager.changes   2011-08-05 22:38:25.0 +0200
+++ /mounts/work_src_done/STABLE/virt-manager/virt-manager.changes  
2011-08-26 18:54:19.0 +0200
@@ -1,0 +2,15 @@
+Mon Aug 15 16:21:55 MDT 2011 - carn...@novell.com
+
+- Fix _do_show_create() to check for valid uri
+
+---
+Mon Aug 15 08:26:48 MDT 2011 - carn...@novell.com
+
+- bnc#712214 - virt-manager 0.8.7 declared LGPL-2.1+ but is GPL-2.0+ 
+
+---
+Fri Aug 12 14:12:06 MDT 2011 - carn...@novell.com
+
+- Fixes to desktop file to be more descriptive
+
+---

calling whatdependson for head-i586




Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.mPvLHL/_old  2011-08-29 17:01:00.0 +0200
+++ /var/tmp/diff_new_pack.mPvLHL/_new  2011-08-29 17:01:00.0 +0200
@@ -30,9 +30,9 @@
 Name:   virt-manager
 Summary:Virtual Machine Manager
 Version:0.8.7
-Release:5
+Release:7
 Group:  System/Monitoring
-License:LGPLv2.1+
+License:GPLv2+
 Url:http://virt-manager.et.redhat.com
 Source0:virt-manager-%{version}.tar.bz2
 Source1:%{virtinst_name}.tar.bz2

++ virtman-vminstall.diff ++
--- /var/tmp/diff_new_pack.mPvLHL/_old  2011-08-29 17:01:00.0 +0200
+++ /var/tmp/diff_new_pack.mPvLHL/_new  2011-08-29 17:01:00.0 +0200
@@ -10,7 +10,15 @@
  from virtManager.host import vmmHost
  from virtManager.error import vmmErrorDialog
  from virtManager.systray import vmmSystray
-@@ -705,12 +704,45 @@ class vmmEngine(vmmGObject):
+@@ -222,6 +221,7 @@ class vmmEngine(vmmGObject):
+ self.windowCreate = None
+ self.windowManager = None
+ self.windowMigrate = None
++self.remote_install = False
+ 
+ self.connections = {}
+ self.err = vmmErrorDialog()
+@@ -705,12 +705,48 @@ class vmmEngine(vmmGObject):
  self.windowCreate = obj
  return self.windowCreate
  
@@ -23,8 +31,11 @@
 -except Exception, e:
 -src.err.show_err(_(Error launching manager: %s) % str(e),
 - .join(traceback.format_exc()))
-+conn = self._lookup_connection(uri)
-+do_remote = conn.is_remote()
++if uri:
++conn = self._lookup_connection(uri)
++do_remote = conn.is_remote()
++else:
++do_remote = False
 +if self.windowCreate == None or do_remote != self.remote_install:
 +try:
 +if do_remote:






Remember to have fun...

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



commit libreoffice-l10n for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package libreoffice-l10n for openSUSE:Factory
checked in at Mon Aug 29 17:03:20 CEST 2011.




--- libreoffice-l10n/libreoffice-l10n.changes   2011-06-08 17:55:21.0 
+0200
+++ /mounts/work_src_done/STABLE/libreoffice-l10n/libreoffice-l10n.changes  
2011-08-24 16:35:06.0 +0200
@@ -1,0 +2,14 @@
+Wed Aug 24 13:45:45 UTC 2011 - pmla...@novell.com
+
+- updated to libreoffice-3.4.2.4 (SUSE 3.4.2-rc1)
+
+---
+Wed Jul 27 15:10:40 UTC 2011 - pmla...@novell.com
+
+- updated to libreoffice-3.4.2.3 (3.4.2-rc3)
+- added helper script install-l10n-helper; split build had not longer be
+  supported with LO-3.4; the other helper script was not longer provided
+  by the bootstrap package
+- added libreoffice into BuildIgnore; it was not really needed for build
+
+---

calling whatdependson for head-i586


New:

  install-l10n-helper



Other differences:
--
++ libreoffice-l10n.spec ++
 1785 lines (skipped)
 between libreoffice-l10n/libreoffice-l10n.spec
 and /mounts/work_src_done/STABLE/libreoffice-l10n/libreoffice-l10n.spec

++ install-l10n-helper ++
#!/bin/bash

src_root=$1
dst_root=$2
shift; shift;

target_instdir=$dst_root

echo Installing l10n stuff to the final location...

for filelist in $@ ; do
test -f $filelist || continue;
echo -nprocessing $filelist... 
# we wants to create even empty directories
for source_dir in `grep ^%dir $filelist | sed s|^%dir[[:blank:]]*|| | 
sort -ru` ; do
target_dir=`echo $source_dir | sed s|$src_root|$dst_root|`
mkdir -p $DESTDIR$target_dir
done
# install files
for source_file in `grep -v ^%dir $filelist | sort -ru` ; do
target_file=`echo $source_file | sed s|$src_root|$dst_root|`
cp $source_file $DESTDIR$target_file
done
# update the file list and install it
filelist_name=$(basename $filelist)
sed s|$src_root|$dst_root| $filelist $filelist_name
# we need the file list installed to create compat symlinks in %post
# FIXME: We should fix LO to find the files in /usr/share directly
cp $filelist_name $DESTDIR$dst_root/
echo $dst_root/$filelist_name $filelist_name

echo done
done
++ lo-l10n-gen-spec ++
--- /var/tmp/diff_new_pack.ziw5ob/_old  2011-08-29 17:02:33.0 +0200
+++ /var/tmp/diff_new_pack.ziw5ob/_new  2011-08-29 17:02:33.0 +0200
@@ -133,7 +133,7 @@
 print Summary:$datap-{$curLang}{'long_name'} Localization Files 
for LibreOffice\n;
 print Group:  Productivity/Office/Suite\n;
 print Provides:   locale(libreoffice:$datap-{$curLang}{'locale'})\n;
-print PreReq: libreoffice-ure = %version\n;
+print PreReq: libreoffice = %version\n;
 print # compat stuff\n;
 print Provides:   OpenOffice_org-l10n-$curLang = %version\n;
 print Obsoletes:  OpenOffice_org-l10n-$curLang = %version\n;
@@ -174,7 +174,7 @@
 print Group:  Productivity/Office/Suite\n;
 print Provides:   
locale(OpenOffice_org:$datap-{$curLang}{'locale'})\n;
 print Provides:   $oldPackage:%_prefix/ooo-2.0/help/cs/default.css\n;
-print PreReq: OpenOffice_org-ure = %version\n;
+print PreReq: OpenOffice_org = %version\n;
 print Supplements:OpenOffice_org-l10n-$curLang\n;
 
 foreach  my $line (@{$datap-{$curLang}{'package-help'}}) {
@@ -199,14 +199,14 @@
 
 print # $curLang\n;
 print %posttrans -n libreoffice-l10n-$curLang\n;
-print %_datadir/%ooo_home/link-to-ooo-home 
%_datadir/%ooo_home/files-l10n-$datap-{$curLang}{'locale'}.txt || true\n;
+print %_datadir/%ooo_home/link-to-ooo-home 
%_datadir/%ooo_home/lang_$datap-{$curLang}{'locale'}_list.txt || true\n;
 print \n;
 print %preun -n libreoffice-l10n-$curLang\n;
-print test \\$1\ = \0\  cp 
%_datadir/%ooo_home/files-l10n-$datap-{$curLang}{'locale'}.txt 
%_datadir/%ooo_home/files-l10n-$datap-{$curLang}{'locale'}.txt.postun || 
true\n;
+print test \\$1\ = \0\  cp 
%_datadir/%ooo_home/lang_$datap-{$curLang}{'locale'}_list.txt 
%_datadir/%ooo_home/lang_$datap-{$curLang}{'locale'}_list.txt.postun || 
true\n;
 print \n;
 print %postun -n libreoffice-l10n-$curLang\n;
-print test \\$1\ = \0\  %_datadir/%ooo_home/link-to-ooo-home 
--unlink %_datadir/%ooo_home/files-l10n-$datap-{$curLang}{'locale'}.txt.postun 
|| true\n;
-print rm -f 
%_datadir/%ooo_home/files-l10n-$datap-{$curLang}{'locale'}.txt.postun 
2/dev/null\n;
+print test \\$1\ = \0\  %_datadir/%ooo_home/link-to-ooo-home 
--unlink %_datadir/%ooo_home/lang_$datap-{$curLang}{'locale'}_list.txt.postun 
|| true\n;
+print rm -f 

commit kdegames4 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package kdegames4 for openSUSE:Factory
checked in at Mon Aug 29 17:07:20 CEST 2011.




--- KDE/kdegames4/kdegames4-carddecks.changes   2011-07-22 20:19:00.0 
+0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4-carddecks.changes  
2011-08-27 11:16:07.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 27 09:19:45 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typo in kdegames4-carddecks.spec
+
+---
--- KDE/kdegames4/kdegames4.changes 2011-07-22 20:19:00.0 +0200
+++ /mounts/work_src_done/STABLE/kdegames4/kdegames4.changes2011-08-27 
11:14:21.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 27 09:17:31 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in kdegames4.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ kdegames4-carddecks.spec ++
--- /var/tmp/diff_new_pack.hr4vpc/_old  2011-08-29 17:05:53.0 +0200
+++ /var/tmp/diff_new_pack.hr4vpc/_new  2011-08-29 17:05:53.0 +0200
@@ -24,7 +24,7 @@
 Summary:Default Card Decks for KDE Games
 Url:http://www.kde.org
 Version:4.7.0
-Release:1
+Release:2
 Source0:kdegames-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -62,7 +62,7 @@
 Requires:   kdegames4-carddecks-default = %version
 
 %description other
-This package contains several further card deck set for KDE games.
+This package contains several further card deck sets for KDE games.
 
 
 

++ kdegames4.spec ++
--- /var/tmp/diff_new_pack.hr4vpc/_old  2011-08-29 17:05:53.0 +0200
+++ /var/tmp/diff_new_pack.hr4vpc/_new  2011-08-29 17:05:53.0 +0200
@@ -33,7 +33,7 @@
 Summary:General Data for KDE Games
 Url:http://www.kde.org
 Version:4.7.0
-Release:1
+Release:3
 Source0:kdegames-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -287,9 +287,9 @@
 %kde4_runtime_requires
 
 %description -n kbattleship
-KBatteship is a KDE implentation of the popular game Battleship where
-you have to try to sink the opponents ships. The game can also be
-played with friends online via the internet.
+KBatteship is a KDE implementation of the popular game Battleship
+where you have to try to sink the opponent's ships. The game can
+also be played with friends online via the internet.
 
 
 
@@ -424,7 +424,7 @@
 Well known from the famous movie, Tron is a popular computer game for
 two players. In a fast action sequence both players have to move and
 avoid colliding with any walls, the opponent as well as the own path.
-The player colliding first looses the game.
+The player colliding first loses the game.
 
 
 
@@ -448,7 +448,7 @@
 %kde4_runtime_requires
 
 %description -n kollision
-KDE version of a classic arcade game
+KDE version of a classic arcade game.
 
 
 
@@ -501,7 +501,7 @@
 %kde4_runtime_requires
 
 %description -n palapeli
-Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you are 
not limited to aligning pieces on imaginary grids. The pieces are freely 
moveable. Also, Palapeli features real persistency, i.e. everything you do is 
saved on your disk immediately
+Palapeli is a jigsaw puzzle game. Unlike other games in that genre, you are 
not limited to aligning pieces on imaginary grids. The pieces are freely 
movable. Also, Palapeli features real persistency, i.e. everything you do is 
saved on your disk immediately.
 
 
 
@@ -635,7 +635,7 @@
 %kde4_runtime_requires
 
 %description -n kgoldrunner
-KGoldrunner is a game of action and puzzle solving
+KGoldrunner is a game of action and puzzle solving.
 
 
 
@@ -661,7 +661,7 @@
 %kde4_runtime_requires
 
 %description -n klines
-Klines is the KDE version of the russian game Lines where you have to
+Klines is the KDE version of the Russian game Lines where you have to
 align five game pieces of the same colour in one line to remove them
 from the game board. Similar to tetris you fight new pieces appearing.
 
@@ -690,7 +690,7 @@
 
 %description -n kmahjongg
 KMahjongg is a clone of the well known tile based patience game of the
-same name. In the game you have to empty a game board filled with piece
+same name. In the game you have to empty a game board filled with pieces
 by removing pieces of the same type.
 
 
@@ -807,7 +807,7 @@
 
 %description -n kjumpingcube
 KJumpingCube is a tactical one or two-player game. The playing field
-consists of squares that contains points which can be increased. By
+consists of squares that contain points which can be increased. By
 this you can gain more fields and finally win the board over.
 
 
@@ -915,7 +915,7 @@
 %description -n kpat
 KPatience is a 

commit dcmtk for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package dcmtk for openSUSE:Factory
checked in at Mon Aug 29 17:08:33 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/dcmtk/dcmtk.changes2011-08-29 
10:51:43.0 +0200
@@ -0,0 +1,18 @@
+---
+Mon Aug 29 10:51:37 UTC 2011 - toddrme2...@gmail.com
+
+- Added ASL-2.0 to the spec file license tag (see bnc #711187)
+
+---
+Thu Aug  4 14:57:02 UTC 2011 - toddrme2...@gmail.com
+
+- Created proper spec file with macors and a real %files section
+- Moved changes to a .changes file
+- Removed tests for other distributions
+- Switched Url to the source of the tarball rather than the source
+  of the original rpm
+
+---
+Sat Aug  23 00:00:00 UTC 2008 - stkao...@gmx.at
+
+- packaged dcmtk version 3.5.4 using the buildservice spec file wizard

calling whatdependson for head-i586


New:

  dcmtk-3.6.0.tar.bz2
  dcmtk.changes
  dcmtk.spec
  wizard.xml



Other differences:
--
++ dcmtk.spec ++
#
# spec file for package dcmtk
#
# 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:   dcmtk
Version:3.6.0
Release:1
License:AS IS, BSD, ASL-2.0
Summary:DICOM Toolkit
Url:http://dicom.offis.de/dcmtk.php.en
Group:  Productivity/Scientific/Other
Source: dcmtk-3.6.0.tar.bz2
BuildRequires:  cmake
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  libopenssl-devel
BuildRequires:  libpng-devel
BuildRequires:  libsndfile-devel
BuildRequires:  libtiff-devel
BuildRequires:  tcpd-devel
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig(libxml-2.0)
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
DCMTK is a collection of libraries and applications implementing large
parts the DICOM standard.

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

%build
%configure
make

%install
%make_install
mkdir -p %{buildroot}%{_docdir}/%{name}
mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}/%{name}
%if 0%{?suse_version} = 1140
  rm -r %{buildroot}%{_docdir}/dcmtk/dcmtk/
%else
%fdupes -s %{buildroot}%{_docdir}/%{name}/ 
%{buildroot}%{_docdir}/%{name}/%{name}/
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc COPYRIGHT FAQ HISTORY README VERSION
%{_mandir}/man?/*
%{_docdir}/dcmtk
%config %{_sysconfdir}/*.cfg
%{_bindir}/*
%{_datadir}/*.dump
%{_datadir}/*.lut
%{_datadir}/*.dtd
%{_datadir}/*.dic
%{_datadir}/*.xsd
%{_datadir}/*.txt
%{_datadir}/*.css
%{_datadir}/wlistqry
%{_datadir}/wlistdb

%changelog
++ wizard.xml ++
wizard version='1'data name='name'dcmtk/datadata name='license'AS IS, 
BSD/datadata name='packtype'generic/datadata name='description'DCMTK is 
a collection of libraries and applications implementing large parts the DICOM 
standard./datadata name='summary'DICOM Toolkit/datadata 
name='version'3.5.4/datadata name='created_spec'true/datadata 
name='tarball'dcmtk-3.5.4.tar.gz/datadata 
name='group'Productivity/Other/dataguess name='license'GPL v2 or 
later/guessguess name='version'3.5.4/guessguess 
name='group'Productivity/Other/guess/wizard




Remember to have fun...

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



commit mono-kde4 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package mono-kde4 for openSUSE:Factory
checked in at Mon Aug 29 17:09:15 CEST 2011.




--- mono-kde4/mono-kde4.changes 2011-07-22 20:24:25.0 +0200
+++ /mounts/work_src_done/STABLE/mono-kde4/mono-kde4.changes2011-08-25 
11:07:48.0 +0200
@@ -1,0 +2,18 @@
+Tue Aug 23 09:43:55 UTC 2011 - toddrme2...@gmail.com
+
+- Changed description to upstream version (fix for RPMLINT warning)
+- Changed summary
+- Added Url tag (fix for RPMLINT warning)
+- Translated .desktop files (fix for RPMLINT warning)
+- Fixed some script permissions (fix for RPMLINT warning)
+- Added %kde4_runtime_requires (fix for RPMLINT warning)
+- Added %kde4_akonadi_requires (fix for RPMLINT warning)
+- Removed redundant buildrequires
+- Cleaned up spec file formatting
+ 
+---
+Sun Aug 21 13:11:14 UTC 2011 - idon...@novell.com
+
+- Depend on libsmokegen-devel 
+
+---

calling whatdependson for head-i586




Other differences:
--
++ mono-kde4.spec ++
--- /var/tmp/diff_new_pack.BMKvrA/_old  2011-08-29 17:08:51.0 +0200
+++ /var/tmp/diff_new_pack.BMKvrA/_new  2011-08-29 17:08:51.0 +0200
@@ -19,37 +19,31 @@
 
 
 Name:   mono-kde4
-BuildRequires:  kde4-filesystem
-BuildRequires:  cmake
 BuildRequires:  sqlite-devel
 BuildRequires:  libqimageblitz-devel
-BuildRequires:  libQtWebKit-devel
 BuildRequires:  libsmokekde-devel
-BuildRequires:  kdebindings-smokegen
+BuildRequires:  libsmokegen-devel
 BuildRequires:  mono-devel
-BuildRequires:  mono
 BuildRequires:  mono-qt4-devel
 BuildRequires:  libmono-2_0-devel
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  libkdepimlibs4-devel
-BuildRequires:  shared-desktop-ontologies
-BuildRequires:  libattica-devel
-BuildRequires:  libsoprano-devel soprano-backend-redland
 BuildRequires:  okular-devel
 BuildRequires:  libjasper-devel
 License:LGPLv2.1+
 Group:  Development/Libraries/KDE
-Summary:Kdebindings Mono-kde library
+Summary:Kimono Mono-kde library
 Version:4.7.0
-Release:1
+Release:3
 Source0:kimono-%version.tar.bz2
+Url:https://projects.kde.org/projects/kde/kdebindings/csharp/kimono
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mono-qt4 = %{version}
 %kde4_akonadi_requires
 %kde4_runtime_requires
 
 %description
-Csharp bindings for KDE
+.NET/Mono bindings for the KDE libraries.
 
 %prep
 %setup -q -n kimono-%version
@@ -60,35 +54,29 @@
 
 %install
   cd build
-  %makeinstall
+  %make_install
+  %kde_post_install
 
 %files 
 %defattr(-,root,root)
-%dir %_prefix/lib/mono/qyoto
-%_prefix/lib/mono/gac/akonadi
-%_prefix/lib/mono/gac/kde-dotnet
-%_prefix/lib/mono/gac/khtml-dll
-%_prefix/lib/mono/gac/ktexteditor-dotnet
-%_prefix/lib/mono/gac/nepomuk-dll
-%_prefix/lib/mono/gac/plasma-dll
-%_prefix/lib/mono/gac/soprano
-%_prefix/lib/mono/qyoto/akonadi.dll
-%_prefix/lib/mono/qyoto/kde-dotnet.dll
-%_prefix/lib/mono/qyoto/khtml-dll.dll
-%_prefix/lib/mono/qyoto/ktexteditor-dotnet.dll
-%_prefix/lib/mono/qyoto/plasma-dll.dll
-%_prefix/lib/mono/qyoto/soprano.dll
-%_prefix/lib/mono/qyoto/nepomuk-dll.dll
-%_kde4_modulesdir/kimonopluginfactory.so
-%_kde4_libdir/libakonadi-sharp.so
-%_kde4_libdir/libkhtml-sharp.so
-%_kde4_libdir/libkimono.so
-%_kde4_libdir/libktexteditor-sharp.so
-%_kde4_libdir/libnepomuk-sharp.so
-%_kde4_libdir/libplasma-sharp.so
-%_kde4_libdir/libsoprano-sharp.so
-%_datadir/kde4/apps/plasma_scriptengine_kimono
-%_datadir/kde4/services/plasma-scriptengine-kimono-applet.desktop
-%_datadir/kde4/services/plasma-scriptengine-kimono-dataengine.desktop
+%{_prefix}/lib/mono/qyoto
+%{_prefix}/lib/mono/gac/akonadi
+%{_prefix}/lib/mono/gac/kde-dotnet
+%{_prefix}/lib/mono/gac/khtml-dll
+%{_prefix}/lib/mono/gac/ktexteditor-dotnet
+%{_prefix}/lib/mono/gac/nepomuk-dll
+%{_prefix}/lib/mono/gac/plasma-dll
+%{_prefix}/lib/mono/gac/soprano
+%{_kde4_appsdir}/plasma_scriptengine_kimono
+%{_kde4_servicesdir}/plasma-scriptengine-kimono-applet.desktop
+%{_kde4_servicesdir}/plasma-scriptengine-kimono-dataengine.desktop
+%{_kde4_modulesdir}/kimonopluginfactory.so
+%{_kde4_libdir}/libakonadi-sharp.so
+%{_kde4_libdir}/libkhtml-sharp.so
+%{_kde4_libdir}/libkimono.so
+%{_kde4_libdir}/libktexteditor-sharp.so
+%{_kde4_libdir}/libnepomuk-sharp.so
+%{_kde4_libdir}/libplasma-sharp.so
+%{_kde4_libdir}/libsoprano-sharp.so
 
 %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 mono-qt4 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package mono-qt4 for openSUSE:Factory
checked in at Mon Aug 29 17:10:13 CEST 2011.




--- mono-qt4/mono-qt4.changes   2011-07-28 17:49:51.0 +0200
+++ /mounts/work_src_done/STABLE/mono-qt4/mono-qt4.changes  2011-08-24 
13:16:23.0 +0200
@@ -1,0 +2,14 @@
+Wed Aug 24 11:08:39 UTC 2011 - idon...@novell.com
+
+- Change license to GPLv2+ per discussion in bnc #713721 
+
+---
+Thu Aug  4 08:33:11 UTC 2011 - toddrme2...@gmail.com
+   
+- Added qwt buildrequires
+- Changed buildrequires to support new libsmokegen-devel
+- Removed self-obsoletes (fix for RPMLINT warning)
+- Moved devel files to devel package (fix for RPMLINT warning)
+- Cleaned up spec file formatting.
+
+---

calling whatdependson for head-i586


New:

  qyoto-remove-examples.patch



Other differences:
--
++ mono-qt4.spec ++
--- /var/tmp/diff_new_pack.dpWeAr/_old  2011-08-29 17:09:25.0 +0200
+++ /var/tmp/diff_new_pack.dpWeAr/_new  2011-08-29 17:09:25.0 +0200
@@ -15,61 +15,63 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   mono-qt4
-BuildRequires:  kde4-filesystem
+Version:4.7.0
+Release:5
+License:GPL-2.0+
+Summary:Mono Qt4 kdebindings library
+Url:https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto
+Group:  Development/Languages/Mono
+Source0:qyoto-%{version}.tar.bz2
+Patch1: qyoto-remove-examples.patch
 BuildRequires:  cmake
-BuildRequires:  sqlite-devel
-BuildRequires:  libqimageblitz-devel
+BuildRequires:  kde4-filesystem
 BuildRequires:  libQtWebKit-devel
+BuildRequires:  libmono-2_0-devel
+BuildRequires:  libqimageblitz-devel
+BuildRequires:  libqscintilla-devel
+BuildRequires:  libsmokegen-devel
 BuildRequires:  libsmokeqt-devel
-BuildRequires:  mono-devel
 BuildRequires:  mono
-BuildRequires:  libmono-2_0-devel
+BuildRequires:  mono-devel
 BuildRequires:  phonon-devel
-BuildRequires:  kdebindings-smokegen
-BuildRequires:  libqscintilla-devel
-License:LGPL v2.1 or later
-Group:  Development/Languages/Mono
-Summary:Mono Qt4 kdebindings library
-Url:https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto
-Version:4.7.0
-Release:3
-Source0:qyoto-%version.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  qwt-devel
+BuildRequires:  sqlite-devel
+Requires:   libqyoto2 = %{version}
 Provides:   mono-qt = 4.7.0
-Obsoletes:  mono-qt = 4.7.0
-Requires:   libqyoto2 = %version
+Obsoletes:  mono-qt  4.7.0
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 .NET/Mono bindings for the Qt4 libraries from the kdebindings Qyoto project.
 
 %prep
-%setup -q -n qyoto-%version
+%setup -q -n qyoto-%{version}
+%patch1
 
 %build
-  %cmake_kde4 -d build 
-  %make_jobs
+%cmake_kde4 -d build
+%make_jobs
 
 %install
-  cd build
-  %makeinstall
+cd build
+%make_install
 
 %package -n libqyoto2
-License:LGPLv2.1+
-Group:  Development/Languages/Mono
+License:GPL-2.0+
 Summary:Mono bindings for Qt4 libraries
+Group:  Development/Languages/Mono
 
 %description -n libqyoto2
 Shared library for the .NET/Mono bindings for the Qt4 libraries.
  
 %package devel
-License:LGPLv2.1+
-Group:  Development/Languages/Mono
+License:GPL-2.0+
 Summary:Development libraries for Mono-Qt4
-Requires:   %{name} = %version
+Group:  Development/Languages/Mono
+Requires:   %{name} = %{version}
 
 %description devel
 This package contains development files for the .NET/Mono bindings for the Qt4 
libraries.
@@ -80,40 +82,38 @@
 
 %files -n libqyoto2
 %defattr(-,root,root)
-%_kde4_libdir/libqyoto.so.*
+%{_kde4_libdir}/libqyoto.so.*
 
 %files 
 %defattr(-,root,root)
-%dir %_prefix/lib/mono
-%dir %_prefix/lib/mono/qyoto
-%_prefix/lib/mono/gac/qt-dotnet
-%_prefix/lib/mono/gac/qtscript
-%_prefix/lib/mono/gac/qttest
-%_prefix/lib/mono/gac/qtuitools
-%_prefix/lib/mono/gac/qtwebkit
-%_prefix/lib/mono/gac/phonon
-%_prefix/lib/mono/qyoto/q*.dll
-%_prefix/lib/mono/qyoto/phonon.dll
-%_kde4_libdir/libqtscript-sharp.so
-%_kde4_libdir/libphonon-sharp.so
-%_kde4_libdir/libqyoto.so
-%_kde4_libdir/libqttest-sharp.so
-%_kde4_libdir/libqtuitools-sharp.so
-%_kde4_libdir/libqtwebkit-sharp.so   
-%_kde4_libdir/libqscintilla-sharp.so
-/usr/lib/mono/gac/qscintilla/
-%_datadir/qyoto/
+%dir %{_prefix}/lib/mono
+%{_prefix}/lib/mono/qyoto/
+%{_prefix}/lib/mono/gac/qt-dotnet/
+%{_prefix}/lib/mono/gac/qtscript/
+%{_prefix}/lib/mono/gac/qttest/
+%{_prefix}/lib/mono/gac/qtuitools/
+%{_prefix}/lib/mono/gac/qtwebkit/
+%{_prefix}/lib/mono/gac/phonon/

commit perl-Net-HTTP for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package perl-Net-HTTP for openSUSE:Factory
checked in at Mon Aug 29 17:10:56 CEST 2011.




--- perl-Net-HTTP/perl-Net-HTTP.changes 2011-03-17 00:51:35.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Net-HTTP/perl-Net-HTTP.changes
2011-08-29 16:32:18.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 29 14:29:41 UTC 2011 - ch...@computersalat.de
+
+- update to 6.01
+  * Don't run live test by default.
+Run 'perl Makefile.PL --live-tests' to enable.
+  * More relaxed apache test; should pass even if proxies has added headers.
+- fix build for CentOS
+  * Unknown tag: Recommends:
+
+---

calling whatdependson for head-i586


Old:

  Net-HTTP-6.00.tar.gz

New:

  Net-HTTP-6.01.tar.gz



Other differences:
--
++ perl-Net-HTTP.spec ++
--- /var/tmp/diff_new_pack.wWd8ad/_old  2011-08-29 17:10:33.0 +0200
+++ /var/tmp/diff_new_pack.wWd8ad/_new  2011-08-29 17:10:33.0 +0200
@@ -20,7 +20,7 @@
 Name:   perl-Net-HTTP
 %define cpan_name Net-HTTP
 Summary:Low-level HTTP connection (client)
-Version:6.00
+Version:6.01
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
@@ -39,7 +39,9 @@
 Requires:   perl(IO::Select)
 Requires:   perl(IO::Socket::INET)
 %{perl_requires}
+%if 0%{?suse_version}  1010
 Recommends: perl(IO::Socket::SSL) = 1.38
+%endif
 
 %description
 The 'Net::HTTP' class is a low-level HTTP client. An instance of the

++ Net-HTTP-6.00.tar.gz - Net-HTTP-6.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/Changes new/Net-HTTP-6.01/Changes
--- old/Net-HTTP-6.00/Changes   2011-02-27 15:44:27.0 +0100
+++ new/Net-HTTP-6.01/Changes   2011-04-17 13:22:33.0 +0200
@@ -1,4 +1,12 @@
 ___
+2011-03-17 Net-HTTP 6.01
+
+Don't run live test by default.  Run 'perl Makefile.PL --live-tests' to enable.
+More relaxed apache test; should pass even if proxies has added headers.
+
+
+
+___
 2011-02-27 Net-HTTP 6.00
 
 Initial release of Net-HTTP as a separate distribution. There are no code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/META.yml new/Net-HTTP-6.01/META.yml
--- old/Net-HTTP-6.00/META.yml  2011-02-27 15:45:06.0 +0100
+++ new/Net-HTTP-6.01/META.yml  2011-04-17 13:23:59.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:   Net-HTTP
-version:6.00
+version:6.01
 abstract:   Low-level HTTP connection (client)
 author:
 - Gisle Aas gi...@activestate.com
@@ -18,7 +18,7 @@
 perl: 5.008008
 resources:
 MailingList:  mailto:lib...@perl.org
-repository:   http://github.com/gisle/libwww-perl
+repository:   http://github.com/gisle/libwww-perl/tree/Net-HTTP/master
 no_index:
 directory:
 - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/Makefile.PL 
new/Net-HTTP-6.01/Makefile.PL
--- old/Net-HTTP-6.00/Makefile.PL   2011-02-27 14:37:44.0 +0100
+++ new/Net-HTTP-6.01/Makefile.PL   2011-04-17 13:14:27.0 +0200
@@ -3,6 +3,16 @@
 require 5.008008;
 use strict;
 use ExtUtils::MakeMaker;
+use Getopt::Long qw(GetOptions);
+GetOptions(\my %opt, 'live-tests',) or die Usage: $0 [--live-tests]\n;
+
+my $flag_file = t/LIVE_TESTS;
+if ($opt{live-tests}) {
+open(my $fh, , $flag_file) || die;
+}
+else {
+unlink($flag_file);
+}
 
 WriteMakefile(
 NAME = 'Net::HTTP',
@@ -22,7 +32,7 @@
 'IO::Socket::SSL' = 1.38,
 },
resources = {
-repository = 'http://github.com/gisle/libwww-perl',
+repository = 
'http://github.com/gisle/libwww-perl/tree/Net-HTTP/master',
MailingList = 'mailto:lib...@perl.org',
 }
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/lib/Net/HTTP.pm 
new/Net-HTTP-6.01/lib/Net/HTTP.pm
--- old/Net-HTTP-6.00/lib/Net/HTTP.pm   2011-02-27 15:44:27.0 +0100
+++ new/Net-HTTP-6.01/lib/Net/HTTP.pm   2011-04-17 13:20:42.0 +0200
@@ -3,7 +3,7 @@
 use strict;
 use vars qw($VERSION @ISA $SOCKET_CLASS);
 
-$VERSION = 6.00;
+$VERSION = 6.01;
 unless ($SOCKET_CLASS) {
 eval { require IO::Socket::INET } || require IO::Socket;
 $SOCKET_CLASS = IO::Socket::INET;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-HTTP-6.00/t/apache.t new/Net-HTTP-6.01/t/apache.t
--- old/Net-HTTP-6.00/t/apache.t2011-02-27 

commit jetty5 for openSUSE:Factory

2011-08-29 Thread h_root

Hello community,

here is the log from the commit of package jetty5 for openSUSE:Factory
checked in at Mon Aug 29 17:11:37 CEST 2011.




--- jetty5/jetty5.changes   2011-08-05 13:24:43.0 +0200
+++ /mounts/work_src_done/STABLE/jetty5/jetty5.changes  2011-08-29 
15:40:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 13:39:58 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#714630 - jetty5: use of /var/lock/subsys unsupported
+  use /var/run/rcjetty5 instead
+
+---

calling whatdependson for head-i586




Other differences:
--
++ jetty5.spec ++
--- /var/tmp/diff_new_pack.sGXSRT/_old  2011-08-29 17:11:11.0 +0200
+++ /var/tmp/diff_new_pack.sGXSRT/_new  2011-08-29 17:11:11.0 +0200
@@ -39,7 +39,7 @@
 
 Name:   jetty5
 Version:5.1.15
-Release:1
+Release:5
 Summary:Webserver and Servlet Container
 Group:  Networking/Daemons
 License:ASL 2.0

++ jetty5.init ++
--- /var/tmp/diff_new_pack.sGXSRT/_old  2011-08-29 17:11:11.0 +0200
+++ /var/tmp/diff_new_pack.sGXSRT/_new  2011-08-29 17:11:11.0 +0200
@@ -116,7 +116,7 @@
 function start() {
 echo -n Starting $JETTY_PROG ($JETTY_HOME): 
 
-if [ -f /var/lock/subsys/jetty5 ] ; then
+if [ -f /var/run/rcjetty5 ] ; then
 if [ -f $JETTY_PID ]; then
 read kpid  $JETTY_PID
 fi
@@ -141,7 +141,7 @@
 RETVAL=$?
 if [ $RETVAL -eq 0 ]; then 
 rc_failed 0
-touch /var/lock/subsys/jetty5
+touch /var/run/rcjetty5
 else
 rc_failed 7
 fi
@@ -152,7 +152,7 @@
 function stop() {
 echo -n Stopping $JETTY_PROG ($JETTY_HOME): 

  
-if [ -f /var/lock/subsys/jetty5 ] ; then
+if [ -f /var/run/rcjetty5 ] ; then
   # fix permissions on the log and pid files
   touch $JETTY_CONSOLE
   chown ${JETTY_USER}:${JETTY_USER} ${JETTY_CONSOLE}
@@ -189,7 +189,7 @@
 else
 rc_failed 7
 fi
-rm -f /var/lock/subsys/jetty5
+rm -f /var/run/rcjetty5
 echo  $JETTY_PID
   else
   rc_failed 1







Remember to have fun...

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